4
edits
Changes
Added an alternative install method.
</package>
</packages>
</source>
----
===Alternative install===
This method will work, but you will run into problems when trying this with a german version of Windows, as the "Start menu" is called "Startmenü" and wpkg won't accept the "ü".
Of course, this will also work with any other version of Windows.
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="foxit"
name="Foxit Reader"
revision="2.3"
reboot="false"
priority="0">
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\Foxit Software\Foxit Reader\Foxit Reader.exe" value="2.3.2008.3201" />
<install cmd='msiexec /i "%SOFTWARE%\Office\Foxit\FoxitReader23.msi" /QN /NORESTART ALLUSERS=1 ' />
<remove cmd='msiexec /x {376DA9DC-71B3-4AB7-A80C-8ED02A736172} /passive /norestart' />
<upgrade cmd='msiexec /i "%SOFTWARE%\Office\Foxit\FoxitReader23.msi" /QN /NORESTART ALLUSERS=1 ' />
</package>
</packages>
</source>
[[Category:Silent Installers]]