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
- :
- Silent install fails
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
‎Jan 09, 2009
08:48 AM
Silent install fails
I am using IS2009 SP1 with an Installscript MSI project. I am trying to run the install in silent mode. The install starts, but quits right about where I would expect the MSI to read the response file. I am creating the response file with the /r switch;
Then I copy the setup.iss file from the Windows folder to the setup path and run the setup on a different machine with the /s switch;
Below is the last few lines of the log file;
Does anyone have any ideas as to why the setup would just quit at this point? The setup has two prequitsite's (.NET 3.5 SP1 and SQL Server 2005 Express), which are both already installed before trying to run the setup silently.
I have created other packages and they are able to be run silently. I cannot seem to find a resolution to this one.
\\path\setup.exe /r
Then I copy the setup.iss file from the Windows folder to the setup path and run the setup on a different machine with the /s switch;
\\path\setup.exe /s
Below is the last few lines of the log file;
InstallShield 13:11:32: Setting external UI handler...
InstallShield 13:11:32: Ready to launch program block.
InstallShield 13:11:32: Installation aborts, ready to shut down.
InstallShield 13:11:32: Invoking __ResetMsiObject...
MSI (c) (9C:94) [13:11:32:897]: Destroying RemoteAPI object.
MSI (c) (9C:48) [13:11:32:897]: Custom Action Manager thread ending.
=== Verbose logging stopped: 1/8/2009 13:11:32 ===
Does anyone have any ideas as to why the setup would just quit at this point? The setup has two prequitsite's (.NET 3.5 SP1 and SQL Server 2005 Express), which are both already installed before trying to run the setup silently.
I have created other packages and they are able to be run silently. I cannot seem to find a resolution to this one.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 13, 2009
09:54 AM
Does anyone have any suggestions for this one? Thanks in advance.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 13, 2009
10:08 AM
Hello ggrewe,
as I know, on Vista msiexec runs with /qn aren't executed.
as I know, on Vista msiexec runs with /qn aren't executed.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 14, 2009
08:34 AM
I'm not sure how to resolve your issue, but I believe the problem must lie in your script, since it's the InstallShield engine that reads the response file, not the MSI. Have you tried running the setup.exe with the /d option to debug the script?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 15, 2009
03:12 PM
Thanks Kathy, I have not tried the /d option as yet, but I will shortly. I am not sure it is truly that problem, as today I tried to run just the MSI and received a failure with the warning pictured below. I have also attached the log file from running just the MSI. From reading that log file, I was thinking that none of the Installscript code was running, so I manually copied the ISSetup.dll to the computer and registered it, but to no avail.