User Tools

Site Tools


tips:win:installshieldsilent

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tips:win:installshieldsilent [2009/06/08 16:12] – created eriktips: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://support.installshield.com/kb/view.asp?articleid=Q102894
 +
 +To generate the silent script (.iss) use:
 +
 +  setup.exe /r /f1"c:\mysetup\mysetup.iss"
 +
 +To run the silent mode script use:
 +
 +  setup.exe /s /f1"c:\mysetup\mysetup.iss"
 +
 +In older versions of InstallShield (4.x) you will need to specify a valid path in the
 +''szDir'' key of the ''[SetupType-0]'' group in the ''.iss'' file, e.g.:
 +
 +  [SetupType-0]
 +  Result=301
 +  szDir=C:\mysetup
tips/win/installshieldsilent.txt · Last modified: 2009/06/08 16:13 by erik