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
- :
- how to make a setup to be in silent mode after the user run it regulary?
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 25, 2014
02:08 AM
how to make a setup to be in silent mode after the user run it regulary?
Hi
I need to make my setup to run in silent mode and to not show any dialogs after the user run it just by double click and not with any command lines like /S
I need to know which event is the event I need to add my code since I try all the events I could found but I keep getting the first dialog that say preparing your installation...
The reason I need to that is that I need to support a command line that the user might type in like he did in old WISE installer (ex: /S/M=c:\\text.txt) and I want to be able to parse the command line and check if the /S appears (Even without spaces as I wrote in my example) and only then makes my setup to run in silent mode.
Any ideas?
Thanks in advance (I am a newbie with InstallShield)
🙂
I need to make my setup to run in silent mode and to not show any dialogs after the user run it just by double click and not with any command lines like /S
I need to know which event is the event I need to add my code since I try all the events I could found but I keep getting the first dialog that say preparing your installation...
The reason I need to that is that I need to support a command line that the user might type in like he did in old WISE installer (ex: /S/M=c:\\text.txt) and I want to be able to parse the command line and check if the /S appears (Even without spaces as I wrote in my example) and only then makes my setup to run in silent mode.
Any ideas?
Thanks in advance (I am a newbie with InstallShield)
🙂
- Tags:
- silent
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 19, 2014
02:24 PM
Hi Lee,
Not sure if this would help or not. In the releases view under the setup.exe tab, there is a option for launch command.
Grant
Not sure if this would help or not. In the releases view under the setup.exe tab, there is a option for launch command.
Grant
