tips:win:installshieldsilent
Differences
This shows you the differences between two versions of the page.
| tips:win:installshieldsilent [2009/06/08 16:12] – created erik | tips:win:installshieldsilent [2009/06/08 16:13] (current) – erik | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Running InstallShield Installers in Silent Mode ====== | ||
| + | For a listing of the commands available with setup.exe see: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | To generate the silent script (.iss) use: | ||
| + | |||
| + | setup.exe /r / | ||
| + | |||
| + | To run the silent mode script use: | ||
| + | |||
| + | setup.exe /s / | ||
| + | |||
| + | In older versions of InstallShield (4.x) you will need to specify a valid path in the | ||
| + | '' | ||
| + | |||
| + | [SetupType-0] | ||
| + | Result=301 | ||
| + | szDir=C: | ||
tips/win/installshieldsilent.txt · Last modified: by erik
