Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Installation ended prematurely because of an error with 2007 vol. 1 on Windows 7 64-bit
posted

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.

 

Parents
  • 220
    Suggested Answer
    posted

    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_common
    WiseWeb: 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

Reply Children
No Data