14
edits
Changes
Samie
,no edit summary
See the [[Google earth]] silent installer for an explanation of how to create the response file setup.iss and information on the -f1 and -f2 flags.
<pre>
<package
id="samie"
name="samie"
revision="13"
priority="3"
reboot="false">
<check type="uninstall" condition="exists" path="samie" />
<install cmd="\\server\wpkg\pkg\samie\setup.exe -s -f1\\server\wpkg\pkg\samie\setup.iss -f2C:\Logs\samie.log" />
</package>
</pre>
[[Category:Silent Installers]]
<pre>
<package
id="samie"
name="samie"
revision="13"
priority="3"
reboot="false">
<check type="uninstall" condition="exists" path="samie" />
<install cmd="\\server\wpkg\pkg\samie\setup.exe -s -f1\\server\wpkg\pkg\samie\setup.iss -f2C:\Logs\samie.log" />
</package>
</pre>
[[Category:Silent Installers]]