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
- :
- Chaining Installations and Result Codes
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
Jul 21, 2009
03:17 AM
Chaining Installations and Result Codes
Howdy,
I have an installation which is chaining 3 msi files, using the Windows Installer 4.5 chaining feature, in InstallShield 2010.
Each of the msi files were created in Visual Studio setup projects. One of these installers, when run manually, is stating that it requires a reboot, and asks the user whether they want to do it or not.
The problem:
==========================
The master installer is running the chained msi files in basic UI mode, so the above request is never seen.
This seems to be causing a problem, in that the installer runs, no apparent errors appear, then the final window of the master installer is showing the following text:
======================
Is there any way to detect that this might be the case, alert the user, or take the result code as an indication that the master installer must ask the user to reboot?
The current way InstallShield handles it (a) appears as though everything went OK if you just read the bold heading, and (b) doesn't give any clue as to why the installation was interrupted.
Cheers,
DaveH
I have an installation which is chaining 3 msi files, using the Windows Installer 4.5 chaining feature, in InstallShield 2010.
Each of the msi files were created in Visual Studio setup projects. One of these installers, when run manually, is stating that it requires a reboot, and asks the user whether they want to do it or not.
The problem:
==========================
The master installer is running the chained msi files in basic UI mode, so the above request is never seen.
This seems to be causing a problem, in that the installer runs, no apparent errors appear, then the final window of the master installer is showing the following text:
InstallShield Wizard Completed
The wizard was interrupted before B2c Software Suite could be completely installed.
Your system has not been modified. To complete installation at another time, please run setup again.
Click Finish to exit the wizard.
======================
Is there any way to detect that this might be the case, alert the user, or take the result code as an indication that the master installer must ask the user to reboot?
The current way InstallShield handles it (a) appears as though everything went OK if you just read the bold heading, and (b) doesn't give any clue as to why the installation was interrupted.
Cheers,
DaveH
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 21, 2009
10:56 AM
Reboots and chaining don't get along, and cause a rollback (resulting in the generic setup interrupted message). Perhaps you could pass in a REBOOT=Suppress or REBOOT=ReallySuppress to this chained msi to prevent this?