Difference between revisions of "MS Streets and Trips 2007"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
| Line 1: | Line 1: | ||
| + | Silent installer for Microsoft Streets and Trips 2007. | ||
| + | |||
<source lang="xml"> | <source lang="xml"> | ||
| − | <package id='microsoft_streets' name=' | + | <package id='microsoft_streets' name='Microsoft Streets & Trips 2007' revision='1' priority='5' reboot='false'> |
<check type='registry' condition='exists' path='Microsoft Streets & Trips 2007' /> | <check type='registry' condition='exists' path='Microsoft Streets & Trips 2007' /> | ||
<install cmd='%SOFTWARE%\microsoft_streets\2007\Setup_ST.exe /qb-' /> | <install cmd='%SOFTWARE%\microsoft_streets\2007\Setup_ST.exe /qb-' /> | ||
Latest revision as of 08:52, 18 July 2011
Silent installer for Microsoft Streets and Trips 2007.
<package id='microsoft_streets' name='Microsoft Streets & Trips 2007' revision='1' priority='5' reboot='false'>
<check type='registry' condition='exists' path='Microsoft Streets & Trips 2007' />
<install cmd='%SOFTWARE%\microsoft_streets\2007\Setup_ST.exe /qb-' />
<install cmd='regedit /s %SOFTWARE%\microsoft_streets\2007\accept_eula.reg' />
</package>
accept_eula.reg prevents the EULA from being presented to users
accept_eula.reg:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AutoMap]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AutoMap\14.0]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AutoMap\14.0\CA]
"EULA"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AutoMap\14.0\USA]
"EULA"=dword:00000001