Changes

FlashShock

12 bytes removed, 02:07, 14 November 2005
no edit summary
priority="10">
<check type="uninstall" condition="exists" path="Macromedia Shockwave Player" />
<install cmd='msiexec /qb /i \\ntinstallserver\wpkg\packages\flashshock\mm_fl_sw_installer.msi'>
<exit code="0" />
</install>
<upgrade cmd='msiexec /qb /i \\ntinstallserver\wpkg\packages\flashshock\mm_fl_sw_installer.msi'>
<exit code="0" />
</upgrade>
<remove cmd='\\ntinstallserver\wpkg\packages\flashshock\uninstall.bat' />
</package>
'''uninstall.bat'''
MsiExec.exe /X{7D1D6A24-65D4-454C-8815-4F08A5FFF12C} /qb
\\ntinstallserver\wpkg\files\reg del HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7D1D6A24-65D4-454C-8815-4F08A5FFF12C} /force
i got the reg.exe file from the win2k resource tools. It works great. otherwise without this it fails the install check.
[[Category: Silent Installers]]
Anonymous user