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: How to automate installation?
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
Mar 08, 2006
10:00 AM
How to automate installation?
Hi,
How can I automate the installer. I need to eliminate user intervention from an installer. This means that the installer would have to obtain its instructions from some sort of script file, or by a similar means.
The script file, or a properties file, would have the instructions for each case it can handle.
Can someone please give me a lead on how to do this with 11.5?
Thank you.
How can I automate the installer. I need to eliminate user intervention from an installer. This means that the installer would have to obtain its instructions from some sort of script file, or by a similar means.
The script file, or a properties file, would have the instructions for each case it can handle.
Can someone please give me a lead on how to do this with 11.5?
Thank you.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 08, 2006
10:42 AM
Yes, you can deploy an installation silently with the -silent switch, optionally pointing to a properties file of bean-property and variable values with the -options switch. (You can generate this "options file" by hand or using the -options-record or -options-template switch.)
Looking for "silent" in the help index should help you get started.
Looking for "silent" in the help index should help you get started.