MSI Installation Failure (1603)
Chris.Allen
Posts: 579
1603 is a generic error but we are getting a lot of these lately so you can safely assume if you're getting this with version 5 the following is a reliable workaround:
If you have a user who you know has never ran Visual Studio xxxx (and if you are unsure and you are able- create one), log in and install ANTS from there. You'll still need admin rights.
This only works for one of the products though. We will fix this soon in the next build...
If you have a user who you know has never ran Visual Studio xxxx (and if you are unsure and you are able- create one), log in and install ANTS from there. You'll still need admin rights.
This only works for one of the products though. We will fix this soon in the next build...
Comments
Running CMD.exe as Administrator:
cd %windir%\System32
regsvr32 vbscript.dll
or this, on x64:
cd to C:\windows\syswow64
Type- regsvr32 vbscript.dll, then hit enter.
http://social.msdn.microsoft.com/Forums ... c5f63086b8
I'm running Server 2008 R2 x64
I narrowed down the performance profiler MSI and tried to install it with logging, heres a snippet of what's in it..
Also I just tried to install again, found this error in the bundle installer's log:
UAC is disabled on my workstation, and I'm right clicking and running the installer as Administrator.