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: Silent installer without CommandLine?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Oct 05, 2009
06:19 AM
Silent installer without CommandLine?
Hi,
I want my installer to run silently.
This can be done by running the setup.exe with the "/s /v /qn" qualifiers.
Can this be done without using the commandline? (meaning, running "setup.exe" silently, with no additional parameters)
Thanks!
I want my installer to run silently.
This can be done by running the setup.exe with the "/s /v /qn" qualifiers.
Can this be done without using the commandline? (meaning, running "setup.exe" silently, with no additional parameters)
Thanks!
(4) Replies
‎Oct 05, 2009
08:53 AM
In the Releases view you can set parameters to pass to the MSI (like /qn, which you don't need the /v), but you'd still have to pass the /s to the setup.exe itself.
‎Oct 05, 2009
09:00 AM
DanGalender wrote:
In the Releases view you can set parameters to pass to the MSI (like /qn, which you don't need the /v), but you'd still have to pass the /s to the setup.exe itself.
First, thanks!
So you're saying that there is no way to run the setup.exe silently without command line parameters?
Can I made any changes to the .ISM itself in order to achive this?
(I know that with InstallScript project, I can set the CMDLINE parameter in the project itself. Anything like with Basic MSI?)
‎Oct 08, 2009
06:22 AM
Hi Friend,
in the property manager kepp the varible "LIMITUI" and the value of the varible is "1"
After this once you press the the .msi file ,it will install the application with out having any UI.
Please let me know is this help ful or not.
Thanks
Reddy
in the property manager kepp the varible "LIMITUI" and the value of the varible is "1"
After this once you press the the .msi file ,it will install the application with out having any UI.
Please let me know is this help ful or not.
Thanks
Reddy