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
- :
- Bug in Windows Installer 4.5?
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
‎Dec 10, 2008
08:56 AM
Bug in Windows Installer 4.5?
I've got an installer which consists of a main product, and 4 chained MSIs that (optionally) install "sub-products" that are potentially common to some of our other software products. The problem I'm having is intermittent, and peculiar to Windows Installer 4.5 under Vista Business 64 SP1. The install proceeds as I'd expect, kicking off the 4 chained MSI installations after finishing the main product installation. However, sometimes the install appears to "hang" before the final (SetupCompleteSuccess) dialog appears. The only way out of it is to kill the process through Task Manager.
Running the program just installed reveals that it has installed correctly, so I wondered if anyone else has had this problem and has found a solution to it? Also, am I right in thinking that each chained MSI kicks off a new instance of msiexec, as there appear to be multiple instances of the process running when Task Manager is invoked to kill the hung install?
TIA
Ian.
Running the program just installed reveals that it has installed correctly, so I wondered if anyone else has had this problem and has found a solution to it? Also, am I right in thinking that each chained MSI kicks off a new instance of msiexec, as there appear to be multiple instances of the process running when Task Manager is invoked to kill the hung install?
TIA
Ian.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 11, 2008
05:56 AM
Not sure if that's the problem you're running into but you may want to try this MSI 4.5 hotfix for a known issue with chained MSIs:
http://support.microsoft.com/?kbid=958655
http://support.microsoft.com/?kbid=958655
Stefan Krueger
InstallSite.org
InstallSite.org
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 11, 2008
07:36 AM
That looks like exactly the problem we're seeing, however... there seem to be so many updates for different OSes, some of which appear to have an earlier version number than the one I already have, it's hard to know what I have to put in my installer to fix it!