|
|
|
date: Wed, 1 Oct 2008 12:37:02 -0700,
group: microsoft.public.vstudio.setup
back
RE: Unable To Install VS2008 SP1 on Vista
Hi J,
As for the VS 2008 SP1 install issue, based on teh log entries, it indicate
a file access error. For generally file accessing issue, you can try using
ProcessMonitor to trace the file access problems:
#Process Monitor
http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
#Do You Use Process Monitor? (Part 1 of 3)
http://www.dabcc.com/blogs/jon/post/Do-You-Use-Process-Monitor-Part-13
In addition, there are some existing web thread mentioned some issue about
installing vs 2008 sp1, yon can also have a look for information:
http://blogs.msdn.com/heaths/archive/2008/08/11/vs-2008-sp1-beta-must-be-rem
oved-prior-to-installing-the-release-of-vs-2008-sp1.aspx
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3350511&SiteID=1
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?SmF5?= <wixby@community.nospam>
>Subject: Unable To Install VS2008 SP1 on Vista
>Date: Wed, 1 Oct 2008 12:37:02 -0700
>I have tried a bunch of times to install VS2008 SP1 on my Vista Machine
w/out
>anyluck.
>
>-I ran the the VS2008-PatchRemovalTool-x86.exe
>
>-Disabled the windows sidebar during installation
>
>-I also tried doing the install from the command line with the /log switch
>to set the log location.
>
>-I upgraded my msiinstaller to 4.5.6001.22162
>
>If I check the log file I believe this is where the installation error
is...
>
>IronSpigot::MsiExternalUiHandler::InstallMessageErrorHandler(): Returning
>IDOK. INSTALLMESSAGE_ERROR [Error 1310.Error writing to file:
>c:\Config.Msi\15a0c1a.rbf. Verify that you have access to that
directory.]
>
>Any help would be appreciated.
>
>-J
>
>The full tail of the error log is as follows:
>
>IronSpigot::MsiExternalUiHandler::UiHandler(): Returning IDOK.
>INSTALLMESSAGE_ACTIONSTART [Action 15:09:32: CreateFolders. Creating
folders]
>IronSpigot::MsiExternalUiHandler::UiHandler(): Returning IDOK.
>INSTALLMESSAGE_ACTIONSTART [Action 15:09:32: InstallFiles. Copying new
files]
>IronSpigot::MsiExternalUiHandler::InstallMessageErrorHandler(): Returning
>IDOK. INSTALLMESSAGE_ERROR [Error 1310.Error writing to file:
>c:\Config.Msi\15a0c1a.rbf. Verify that you have access to that
directory.]
>IronSpigot::MsiExternalUiHandler::UiHandler(): Returning IDOK.
>INSTALLMESSAGE_ACTIONSTART [Action 15:10:44: Rollback. Rolling back
action:]
>IronSpigot::MspInstallerT<class ATL::CStringT<unsigned short,class
>ATL::StrTraitATL<unsigned short,class ATL::ChTraitsCRT<unsigned short> > >
>>::PerformMsiOperation(): Patch
>(c:\Temp\vs90sp1\VS90sp1-KB945140-X86-ENU.msp;c:\Temp\vs90sp1\VC90sp1-KB947
888-x86-enu.msp)
>install failed on product (Microsoft Visual Studio 2008 Professional
Edition
>- ENU). Msi Log: <a href="test1-Microsoft Visual Studio 2008 Professional
>Edition - ENU-MSP0.txt">test1-Microsoft Visual Studio 2008 Professional
>Edition - ENU-MSP0.txt</a>
>IronSpigot::MspInstallerT<class ATL::CStringT<unsigned short,class
>ATL::StrTraitATL<unsigned short,class ATL::ChTraitsCRT<unsigned short> > >
>>::PerformMsiOperation(): MsiApplyMultiplePatches returned 0x643
>IronSpigot::MspInstallerT<class ATL::CStringT<unsigned short,class
>ATL::StrTraitATL<unsigned short,class ATL::ChTraitsCRT<unsigned short> > >
>>::PerformMsiOperation(): exiting function/method
>IronSpigot::BaseMspInstaller::PerformAction(): PerformMsiOperation
returned
>0x643
>IronSpigot::BaseMspInstaller::PerformAction(): exiting function/method
>IronSpigot::LogUtils::LogFinalResult(): Final Result: Installation failed
>with error code: (0x80070643), Fatal error during installation.
>
>
date: Thu, 09 Oct 2008 08:35:33 GMT
author: (Steven Cheng)
RE: Unable To Install VS2008 SP1 on Vista
Steven,
I was able to use the process monitor to look at the system while the
installation was running. I noticed a number of different applications
running and disabled them to give the service pack as exclusive access to the
system as I could. When I did this I no longer got the error I noted below
but I got a new error message that had to do with a conflict with the .net
framework 2.0 being installed. I looked through my installed applications
and notived that the .net compact framework 2.0 never got uninstalled when I
removed Visual Studio 2005. I uninstalled that and then was able to add the
service pack.
The process montior was definitly something to add to my toolbox.
Thanks for your help.
-justin
""Steven Cheng"" wrote:
> Hi J,
>
> As for the VS 2008 SP1 install issue, based on teh log entries, it indicate
> a file access error. For generally file accessing issue, you can try using
> ProcessMonitor to trace the file access problems:
>
> #Process Monitor
> http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
>
> #Do You Use Process Monitor? (Part 1 of 3)
> http://www.dabcc.com/blogs/jon/post/Do-You-Use-Process-Monitor-Part-13
>
> In addition, there are some existing web thread mentioned some issue about
> installing vs 2008 sp1, yon can also have a look for information:
>
> http://blogs.msdn.com/heaths/archive/2008/08/11/vs-2008-sp1-beta-must-be-rem
> oved-prior-to-installing-the-release-of-vs-2008-sp1.aspx
>
> http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3350511&SiteID=1
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we can improve the support we provide to you. Please
> feel free to let my manager know what you think of the level of service
> provided. You can send feedback directly to my manager at:
> msdnmg@microsoft.com.
>
> ==================================================
> Get notification to my posts through email? Please refer to
> http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
> ==================================================
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --------------------
> >From: =?Utf-8?B?SmF5?= <wixby@community.nospam>
> >Subject: Unable To Install VS2008 SP1 on Vista
> >Date: Wed, 1 Oct 2008 12:37:02 -0700
>
> >I have tried a bunch of times to install VS2008 SP1 on my Vista Machine
> w/out
> >anyluck.
> >
> >-I ran the the VS2008-PatchRemovalTool-x86.exe
> >
> >-Disabled the windows sidebar during installation
> >
> >-I also tried doing the install from the command line with the /log switch
> >to set the log location.
> >
> >-I upgraded my msiinstaller to 4.5.6001.22162
> >
> >If I check the log file I believe this is where the installation error
> is...
> >
> >IronSpigot::MsiExternalUiHandler::InstallMessageErrorHandler(): Returning
> >IDOK. INSTALLMESSAGE_ERROR [Error 1310.Error writing to file:
> >c:\Config.Msi\15a0c1a.rbf. Verify that you have access to that
> directory.]
> >
> >Any help would be appreciated.
> >
> >-J
> >
> >The full tail of the error log is as follows:
> >
> >IronSpigot::MsiExternalUiHandler::UiHandler(): Returning IDOK.
> >INSTALLMESSAGE_ACTIONSTART [Action 15:09:32: CreateFolders. Creating
> folders]
> >IronSpigot::MsiExternalUiHandler::UiHandler(): Returning IDOK.
> >INSTALLMESSAGE_ACTIONSTART [Action 15:09:32: InstallFiles. Copying new
> files]
> >IronSpigot::MsiExternalUiHandler::InstallMessageErrorHandler(): Returning
> >IDOK. INSTALLMESSAGE_ERROR [Error 1310.Error writing to file:
> >c:\Config.Msi\15a0c1a.rbf. Verify that you have access to that
> directory.]
> >IronSpigot::MsiExternalUiHandler::UiHandler(): Returning IDOK.
> >INSTALLMESSAGE_ACTIONSTART [Action 15:10:44: Rollback. Rolling back
> action:]
> >IronSpigot::MspInstallerT<class ATL::CStringT<unsigned short,class
> >ATL::StrTraitATL<unsigned short,class ATL::ChTraitsCRT<unsigned short> > >
> >>::PerformMsiOperation(): Patch
> >(c:\Temp\vs90sp1\VS90sp1-KB945140-X86-ENU.msp;c:\Temp\vs90sp1\VC90sp1-KB947
> 888-x86-enu.msp)
> >install failed on product (Microsoft Visual Studio 2008 Professional
> Edition
> >- ENU). Msi Log: <a href="test1-Microsoft Visual Studio 2008 Professional
> >Edition - ENU-MSP0.txt">test1-Microsoft Visual Studio 2008 Professional
> >Edition - ENU-MSP0.txt</a>
> >IronSpigot::MspInstallerT<class ATL::CStringT<unsigned short,class
> >ATL::StrTraitATL<unsigned short,class ATL::ChTraitsCRT<unsigned short> > >
> >>::PerformMsiOperation(): MsiApplyMultiplePatches returned 0x643
> >IronSpigot::MspInstallerT<class ATL::CStringT<unsigned short,class
> >ATL::StrTraitATL<unsigned short,class ATL::ChTraitsCRT<unsigned short> > >
> >>::PerformMsiOperation(): exiting function/method
> >IronSpigot::BaseMspInstaller::PerformAction(): PerformMsiOperation
> returned
> >0x643
> >IronSpigot::BaseMspInstaller::PerformAction(): exiting function/method
> >IronSpigot::LogUtils::LogFinalResult(): Final Result: Installation failed
> >with error code: (0x80070643), Fatal error during installation.
> >
> >
>
>
date: Fri, 10 Oct 2008 07:39:00 -0700
author: Justin am
RE: Unable To Install VS2008 SP1 on Vista
Thanks for your reply Justin,
Yes, the process monitor is a very useful tool for general troubleshooting.
It combine the functionality of many former tools(such as filemon and
regmon). You can easily get the file or regsitry access on your box , even
filter to a certain process's file/reg activities.
Anyway, I'm glad that you've got it working now.
Have a good day!
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
--------------------
>Thread-Topic: Unable To Install VS2008 SP1 on Vista
>thread-index: Ackq5e9Ryxf6VAELRiO8nO6OcLmedQ==
>Subject: RE: Unable To Install VS2008 SP1 on Vista
>Date: Fri, 10 Oct 2008 07:39:00 -0700
>
>Steven,
>
>I was able to use the process monitor to look at the system while the
>installation was running. I noticed a number of different applications
>running and disabled them to give the service pack as exclusive access to
the
>system as I could. When I did this I no longer got the error I noted
below
>but I got a new error message that had to do with a conflict with the .net
>framework 2.0 being installed. I looked through my installed applications
>and notived that the .net compact framework 2.0 never got uninstalled when
I
>removed Visual Studio 2005. I uninstalled that and then was able to add
the
>service pack.
>
>The process montior was definitly something to add to my toolbox.
>
>Thanks for your help.
>
>-justin
>
>
>""Steven Cheng"" wrote:
>
>> Hi J,
>>
>> As for the VS 2008 SP1 install issue, based on teh log entries, it
indicate
>> a file access error. For generally file accessing issue, you can try
using
>> ProcessMonitor to trace the file access problems:
>>
>> #Process Monitor
>> http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
>>
>> #Do You Use Process Monitor? (Part 1 of 3)
>> http://www.dabcc.com/blogs/jon/post/Do-You-Use-Process-Monitor-Part-13
>>
>> In addition, there are some existing web thread mentioned some issue
about
>> installing vs 2008 sp1, yon can also have a look for information:
>>
>>
http://blogs.msdn.com/heaths/archive/2008/08/11/vs-2008-sp1-beta-must-be-rem
>> oved-prior-to-installing-the-release-of-vs-2008-sp1.aspx
>>
>> http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3350511&SiteID=1
>>
>> Sincerely,
>>
>> Steven Cheng
>>
>> M
date: Mon, 13 Oct 2008 03:32:22 GMT
author: (Steven Cheng)
|
|