This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Install Shield Limited Edition
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 06, 2013
11:04 AM
Install Shield Limited Edition
I am using Install Shield Limited Edition (with Visual Studio 2010) and I have just finished creating an installer.
The installer defines the installation folder and copies the files and folders under the installation directory.
It also creates a web site and a web application.
The problem I am facing is that when I run the installer file the installer runs upto a point where it has created an installation folder and successfully copied all the required files.
It then goes about creating a website & web application under IIS and that's where it fails and starts rolling back.
Upon reviewing the verbose installation log file, I see the following errors:
InstallShield 17:29:09: Found element with property 'name' value of: DefaultAppPool
InstallShield 17:29:09: Application pool Enable32bitAppOnWin64 value is 'false'
InstallShield 17:29:09: SetAspversion: machine is 64-bit and IIS running in a bit mode other than the currently selected mode
InstallShield 17:29:09: Error with IISRT: -2172
CustomAction ISIISInstall returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 17:29:09: InstallFinalize. Return value 3.
MSI (s) (7C:E0) [17:29:09:312]: User policy value 'DisableRollback' is 0
MSI (s) (7C:E0) [17:29:09:312]: Machine policy value 'DisableRollback' is 0
MSI (s) (7C:E0) [17:29:09:319]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1113951137,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (7C:E0) [17:29:09:319]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (7C:E0) [17:29:09:319]: Executing op: DialogInfo(Type=1,Argument=My Application)
MSI (s) (7C:E0) [17:29:09:319]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
The installer defines the installation folder and copies the files and folders under the installation directory.
It also creates a web site and a web application.
The problem I am facing is that when I run the installer file the installer runs upto a point where it has created an installation folder and successfully copied all the required files.
It then goes about creating a website & web application under IIS and that's where it fails and starts rolling back.
Upon reviewing the verbose installation log file, I see the following errors:
InstallShield 17:29:09: Found element with property 'name' value of: DefaultAppPool
InstallShield 17:29:09: Application pool Enable32bitAppOnWin64 value is 'false'
InstallShield 17:29:09: SetAspversion: machine is 64-bit and IIS running in a bit mode other than the currently selected mode
InstallShield 17:29:09: Error with IISRT: -2172
CustomAction ISIISInstall returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 17:29:09: InstallFinalize. Return value 3.
MSI (s) (7C:E0) [17:29:09:312]: User policy value 'DisableRollback' is 0
MSI (s) (7C:E0) [17:29:09:312]: Machine policy value 'DisableRollback' is 0
MSI (s) (7C:E0) [17:29:09:319]: Executing op: Header(Signature=1397708873,Version=500,Timestamp=1113951137,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
MSI (s) (7C:E0) [17:29:09:319]: Executing op: DialogInfo(Type=0,Argument=1033)
MSI (s) (7C:E0) [17:29:09:319]: Executing op: DialogInfo(Type=1,Argument=My Application)
MSI (s) (7C:E0) [17:29:09:319]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 07, 2013
01:25 AM
Hello,
Log shows "Application pool Enable32bitAppOnWin64 value is 'false'", can you set that value to True and give a try again?
Regards,
Swetha
Log shows "Application pool Enable32bitAppOnWin64 value is 'false'", can you set that value to True and give a try again?
Regards,
Swetha