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: prerequisites not installing when in silent mode
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 20, 2016
07:19 PM
prerequisites not installing when in silent mode
We use silent mode to setup the whole image of our product and then customer use the ui version for updates. My prerequisites not installing when in silent mode is used.
Snippets from the log
MSI (s) (A8:D0) [17:08:55:189]: Doing action: ISInstallPrerequisites
...
Action start 17:08:55: ISInstallPrerequisites.
InstallShield 17:08:55: No features with associated prerequisites are being installed or advertised. Skipping prerequisites.
...
Any ideas what to look for?
Thanks
Snippets from the log
MSI (s) (A8:D0) [17:08:55:189]: Doing action: ISInstallPrerequisites
...
Action start 17:08:55: ISInstallPrerequisites.
InstallShield 17:08:55: No features with associated prerequisites are being installed or advertised. Skipping prerequisites.
...
Any ideas what to look for?
Thanks
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2017
11:12 AM
Did you solve this one? That snippet from your log file is saying "no Features being installed have a Pre-requisite associated with it".
But, in your installer, are Pre-requisites associated with a Feature or set to "Install before feature selection". If the latter then I believe any relevant information would be in another part of the log file.
Also, when running the silent mode are you calling the Setup.exe with command line parameters passed to the .MSI or are you calling the .MSI file directly?
Thanks,
Chad
But, in your installer, are Pre-requisites associated with a Feature or set to "Install before feature selection". If the latter then I believe any relevant information would be in another part of the log file.
Also, when running the silent mode are you calling the Setup.exe with command line parameters passed to the .MSI or are you calling the .MSI file directly?
Thanks,
Chad
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 26, 2017
02:15 PM
No I haven't solved this. It was just deferred.
My pre-requsites are associated to a feature. I believe that the UI is functioning because custom action ISInstallPrerequisites is in the UI sequence.
The execute sequence does not refer to it.
There is very little information on this subject.
command I'm using looks like this setup.exe /S"/Lv* install.log /norestart".
My pre-requsites are associated to a feature. I believe that the UI is functioning because custom action ISInstallPrerequisites is in the UI sequence.
The execute sequence does not refer to it.
There is very little information on this subject.
command I'm using looks like this setup.exe /S"/Lv* install.log /norestart".