I am trying to run Net Advantage 2007 vol. 1 installer on Windows 7 64-bit. I am running the installer with the "As an Adminsitrator" option. My own domain account is in the Local Admins group of my PC. The UAC feature of Windows is turned off. Also the IIS is activated as a Windows feature and IIS6 compatibility is turned on too.
The problem is that the installation does not finish properly:
1. First, I got an error with the unresolved "SystemDrive". I resolved that modifying my registry keys. I found the solution here: http://forums.infragistics.com/forums/p/8328/33067.aspx#33067
2. Then the instalation ran almost to its end, but the rolled back with an error message in the end stating "Installation ended prematurely because of an error". I cannot find any solution and cannot instal.
Thanx for help.
I forgot to mention that in the very beginning of the instal process I had an error saying that the installer cannot access the %SystemDrive% ... To resolve this you need to set the value of the following registry keys to "c:\inetpup\wwwoot"
hkeylocalmachine - software - wow6432node - microsoft - inetstp PathWWWRoot
hkeylocalmachine - software - microsoft - inetstp PathWWWRoot
I found the solution myself:
Stuff that helped:
In the Control Panel, Add Remove Windows Components, go to IIS, browse through its subtree and ckeck in all the stuff that you think you might need, since the default IIS instalation simply omits basic stuff. I guess you have to check-in for the IIS Scripting options.
I found out by running it with a log file output:
MSIEXEC.EXE /i NetAdvantage_20071_CLR2x_NET.msi /L logfile.txt
The log file said:CreateVDir: ig_commonWiseWeb: Failed to create/update virtual directory correctly
That meant something was wrong with IIS.
Stuff that did not help:
PC login as local administrator.
Fixit named RegisterWindowsScriptEngine
Running the instal using elevated cmd MSIEXEC.EXE /i NetAdvantage_20071_CLR2x_NET.msi
Running regsvr32.exe vbscript.dll