3,217
edits
Changes
m
<source lang="xml"><package id="toxwiz"
</package></source> [[Category: Silent Installers]]
no edit summary
To get the msi and cab files you must execute the .exe with /extract:c:\''myextractedpath'' I then renamed the 2_5_0 to _2.5_0 to use the %version% option.
name="ToxWiz Client 2.5"
revision="%version%"
<install cmd='MsiExec.exe /i %software%\toxwiz\ToxWizClient_%version%_0.msi ALLUSERS=1 /qn /norestart'/>
<remove cmd='MsiExec.exe /x{A515458E-F554-49D6-8F5A-2E122C56A47A} /qn /norestart'/>