23
edits
Changes
Added set as default PDF reader command
This above 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ü". You may want to correct the path in that case.
Of course, this will also work with any other version of Windows. This install will set Foxit Reader as default PDF reader.
<install cmd='msiexec /i "%SOFTWARE%\Office\Foxit\FoxitReader23.msi" /QN /NORESTART ALLUSERS=1 ' />
<install cmd=""%PROGRAMFILES%\Foxit Software\Foxit Reader\Foxit Reader.exe" -register"/>
<remove cmd='msiexec /x {376DA9DC-71B3-4AB7-A80C-8ED02A736172} /passive /norestart' />
<upgrade cmd='msiexec /i "%SOFTWARE%\Office\Foxit\FoxitReader23.msi" /QN /NORESTART ALLUSERS=1 ' />
<upgrade cmd=""%PROGRAMFILES%\Foxit Software\Foxit Reader\Foxit Reader.exe" -register"/>
</package>