RE: VS2005 SP1 for Vista Not Installing
- From: Alastair <Alastair@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 19 Apr 2007 02:44:01 -0700
That's really helpful - thanks!
I followed the instructions and got no error messages... but how do I know
that SP1 was actually applied? I see that my VS2005 version number is
8.0.50727.42, can any of you guys pleae confirm that this is the patched
version?
Alastair
"vvenk" wrote:
Guys:.
Thanks to this gentleman from Microsoft, I was able to apply SP1.
Download SP1 to your computer and run the a batch file with the following
lines:
rem It is recommended you leave a domain and reboot before running this script
rem Backup the registry key before changing it to save the current values
reg export HKLM\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers
"%TMP%\safer.reg" /y
rem Set the new value and stop Windows Installer, which will automatically
restart when the patch gets installed
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers /v
PolicyScope /t REG_DWORD /d 1 /f
net stop msiserver
rem Replace the name of the patch below according to which patch you
downloaded
rem This exmple silently installs the patch with verbose logging enabled
start /wait VS80sp1-KB926601-X86-ENU.exe /L*v+
"%TMP%\VS80sp1-KB926601-X86-ENU.log" /quiet
rem Delete the new value and restore previous registry values for SAFER
reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers /v
PolicyScope /f
reg import "%TMP%\safer.reg"
Venkat, please read
http://blogs.msdn.com/heaths/archive/2007/01/11/known-issues-with-visual-studio-2005-service-pack-1.aspx
for a list of known issues with SP1. From your description, you’re seeing
error 1718 (may manifest in a couple of different ways) with a workaround
documented at
http://blogs.msdn.com/heaths/archive/2007/01/11/workaround-for-error-1718.aspx.
Please try that (leaving the domain is only recommended, but not required)
and see if that works. While you’re about to install the patch, please run it
from the command prompt and pass /L*vx+ patch.log so that if 1718 isn’t the
cause, we can find out what is. If the patch still fails, please ZIP that log
file and send it to me.
Also keep in mind that the install may appear to run more than once. This is
because the patch targets multiple product, or pieces of what you installed
as part of Visual Studio. Please do not cancel the install at any time.
Heath Stewart
Technical Lead
Deployment Technologies Group, Microsoft
http://blogs.msdn.com/heaths
"Alastair" wrote:
I have exactly the same problem. Visa 64-bit, VS2005, and the SP1 will not
install - same message as abakshi has.
Please can someone advise?
"abakshi" wrote:
Nope, nothing yet...
"vvenk" wrote:
were you able to resolve this issue? I also have a similar issue but I am
running Windows 2003 Server.
"abakshi" wrote:
I'm running Win Vista Ultimate x64 and installed VS2005, then ran MS Update,
which found a security patch for VS and installed it. I then went and
downloaded SP1 for Vista, tried to installed it, and it gave this error (says
"Windows Installer" at top):
"The upgrade patch cannot be installed by the Windows Installer because the
program to be upgrade may be missing, or the upgrade patch may update a
different version of the program. Verify that the program to be upgraded
exists on your computer and that you have the correct upgrade patch."
I tried restarting, to no effect. Any ideas?
- Follow-Ups:
- RE: VS2005 SP1 for Vista Not Installing
- From: Venki
- RE: VS2005 SP1 for Vista Not Installing
- References:
- RE: VS2005 SP1 for Vista Not Installing
- From: vvenk
- RE: VS2005 SP1 for Vista Not Installing
- Prev by Date: Installation process of visual studio.net
- Next by Date: RE: VS2005 SP1 for Vista Not Installing
- Previous by thread: RE: VS2005 SP1 for Vista Not Installing
- Next by thread: RE: VS2005 SP1 for Vista Not Installing
- Index(es):
Relevant Pages
|