T
Tanzim Saqib
Hello
I am novice in VB.NET . I have developed a sample HelloWorld program and a setup application for it. VB.NET warned me that the client machine should install .NET Framework (DOTNETFX.EXE) in order to run the application. I tried it in my Windows ME and found a message "Setup cannot access Windows Installer components. Setup cannot continue." and it terminates. I can not run the setup application. I have found a log file in the Temp folder:
[12/06/03,23:20:19] Starting Install.exe
[12/06/03,23:20:19] Parsing switches from commandline: C:\WINDOWS\TEMP\IXP000.TMP\Install.exe
[12/06/03,23:20:19] SourceDir: C:\WINDOWS\TEMP\IXP000.TMP\
[12/06/03,23:20:19] Install started
[12/06/03,23:20:19] Checking system requirements
[12/06/03,23:20:19] OS: Win Millenium
[12/06/03,23:20:19] Ver: Second Edition
[12/06/03,23:20:19] SP:
[12/06/03,23:20:19] Checking Internet Explorer Version
[12/06/03,23:20:19] Looking for 5.0.2919.6307
[12/06/03,23:20:19] Found Internet Explorer Version: 5.50.4134.0100
[12/06/03,23:20:19] Internet Explorer Version is OK...
[12/06/03,23:20:19] System meets minimum requirements
[12/06/03,23:20:19] Checking Windows Installer version...
[12/06/03,23:20:19] Trying to load msi.dll
[12/06/03,23:20:19] Loading: C:\WINDOWS\INSTALLER\INSTMSI0\msi.dll
[12/06/03,23:20:19] Cannot find Windows Installer.
[12/06/03,23:20:19] Finished Checking Windows Installer version.
[12/06/03,23:20:19] Preparing Dialog
[12/06/03,23:20:19] Message: Microsoft .NET Framework Setup needs to update the Microsoft Windows Installer components before Setup can continue. Proceed with installation?
[12/06/03,23:20:19] Installing Windows Installer
[12/06/03,23:20:19] Running InstMsi.exe /c:"msiinst /delayrebootq"
[12/06/03,23:20:24] Windows Installer Installation returned 0
[12/06/03,23:20:24]
[InstMsi.exe]
ReturnCode=0
[12/06/03,23:20:24] Searching for MSI: C:\WINDOWS\TEMP\IXP000.TMP\netfx.msi
[12/06/03,23:20:24] Reading Properties from MSI database: C:\WINDOWS\TEMP\IXP000.TMP\netfx.msi
[12/06/03,23:20:24] Reading URTVersion
[12/06/03,23:20:24] Trying to load msi.dll
[12/06/03,23:20:24] Loading: C:\WINDOWS\INSTALLER\INSTMSI0\msi.dll
[12/06/03,23:20:24] Preparing Dialog
[12/06/03,23:20:24] Message: Setup cannot access Windows Installer components. Setup cannot continue.
[12/06/03,23:20:25] Install.exe returning 4099
[12/06/03,23:20:25]
[Install.exe]
ReturnCode=4099
Is this possible to run .NET applications on Windows 9x? Any help will be appreciated. Thank you!
Tanzim Saqib
Problemsetter, ACM Valladolid Online Judge, Spain.
Website: http://tanzim.tk
This posting is provided "AS IS" with no warranties.
I am novice in VB.NET . I have developed a sample HelloWorld program and a setup application for it. VB.NET warned me that the client machine should install .NET Framework (DOTNETFX.EXE) in order to run the application. I tried it in my Windows ME and found a message "Setup cannot access Windows Installer components. Setup cannot continue." and it terminates. I can not run the setup application. I have found a log file in the Temp folder:
[12/06/03,23:20:19] Starting Install.exe
[12/06/03,23:20:19] Parsing switches from commandline: C:\WINDOWS\TEMP\IXP000.TMP\Install.exe
[12/06/03,23:20:19] SourceDir: C:\WINDOWS\TEMP\IXP000.TMP\
[12/06/03,23:20:19] Install started
[12/06/03,23:20:19] Checking system requirements
[12/06/03,23:20:19] OS: Win Millenium
[12/06/03,23:20:19] Ver: Second Edition
[12/06/03,23:20:19] SP:
[12/06/03,23:20:19] Checking Internet Explorer Version
[12/06/03,23:20:19] Looking for 5.0.2919.6307
[12/06/03,23:20:19] Found Internet Explorer Version: 5.50.4134.0100
[12/06/03,23:20:19] Internet Explorer Version is OK...
[12/06/03,23:20:19] System meets minimum requirements
[12/06/03,23:20:19] Checking Windows Installer version...
[12/06/03,23:20:19] Trying to load msi.dll
[12/06/03,23:20:19] Loading: C:\WINDOWS\INSTALLER\INSTMSI0\msi.dll
[12/06/03,23:20:19] Cannot find Windows Installer.
[12/06/03,23:20:19] Finished Checking Windows Installer version.
[12/06/03,23:20:19] Preparing Dialog
[12/06/03,23:20:19] Message: Microsoft .NET Framework Setup needs to update the Microsoft Windows Installer components before Setup can continue. Proceed with installation?
[12/06/03,23:20:19] Installing Windows Installer
[12/06/03,23:20:19] Running InstMsi.exe /c:"msiinst /delayrebootq"
[12/06/03,23:20:24] Windows Installer Installation returned 0
[12/06/03,23:20:24]
[InstMsi.exe]
ReturnCode=0
[12/06/03,23:20:24] Searching for MSI: C:\WINDOWS\TEMP\IXP000.TMP\netfx.msi
[12/06/03,23:20:24] Reading Properties from MSI database: C:\WINDOWS\TEMP\IXP000.TMP\netfx.msi
[12/06/03,23:20:24] Reading URTVersion
[12/06/03,23:20:24] Trying to load msi.dll
[12/06/03,23:20:24] Loading: C:\WINDOWS\INSTALLER\INSTMSI0\msi.dll
[12/06/03,23:20:24] Preparing Dialog
[12/06/03,23:20:24] Message: Setup cannot access Windows Installer components. Setup cannot continue.
[12/06/03,23:20:25] Install.exe returning 4099
[12/06/03,23:20:25]
[Install.exe]
ReturnCode=4099
Is this possible to run .NET applications on Windows 9x? Any help will be appreciated. Thank you!
Tanzim Saqib
Problemsetter, ACM Valladolid Online Judge, Spain.
Website: http://tanzim.tk
This posting is provided "AS IS" with no warranties.