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
- :
- Re: Installation stops abruptly
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
‎Jun 18, 2009
08:01 AM
Installation stops abruptly
One of our customers is having trouble installing our product on one of their server machines. Installation ends abruptly with no error message. They said that they are installing it on a clean machine.
I am attaching their install log for reference.
Any quick help will be highly appreciated.
Thanks!
I am attaching their install log for reference.
Any quick help will be highly appreciated.
Thanks!
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 18, 2009
11:31 AM
It appears this is a setup built with DevStudio 9. The behavior seen is related to an old issue with the InstallScript engine that was resolved in InstallShield 12 with the script engine architecture changes. The following KB provides more information on this behavior:
Q111303: PRB: Installation Interrupted Message on Some Win2k, XP SP2, and 2003 Machines
Note that the issue applies to Windows 2000 SP4 or newer.
It is recommended that this setup be rebuilt in InstallShield 12 or newer to mitigate these types of issues.
Q111303: PRB: Installation Interrupted Message on Some Win2k, XP SP2, and 2003 Machines
Note that the issue applies to Windows 2000 SP4 or newer.
It is recommended that this setup be rebuilt in InstallShield 12 or newer to mitigate these types of issues.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 18, 2009
11:40 AM
Thanks for your response.
I came across that article while I was googling to find the cause.
But what puzzles me is that the same install works fine on other server machines for our customer.
Could this security setting be still the issue?
Thanks!
I came across that article while I was googling to find the cause.
But what puzzles me is that the same install works fine on other server machines for our customer.
Could this security setting be still the issue?
Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 18, 2009
11:48 AM
Most of the time the security setting was the cause of the behavior. We never ran across other causes that I am aware of. This was an issue because the InstallScript engine in versions 11.5 and older would attempt to impersonate the MSI custom action thread's security token (for OnMoved), and without this privilege, the impersonation attempt would fail. The issue may or may not occur based on the target machine's configuration.