Changes

Jump to: navigation, search

Foxit Reader

772 bytes removed, 16:03, 24 January 2011
Updated to 4.3.1
=Installer=
== Foxit Reader 4.3 .1 Series (English) ==
<source lang="xml">
<package id="foxitreader" name="Foxit Reader" revision="4.3.01.1110118" reboot="false" priority="0">
<check type="uninstall" condition="exists" path="Foxit Reader" />
<check type='file' condition='versiongreaterorequal' path='%PROGRAMFILES%\Foxit Reader\Foxit Reader.exe' value='4.3.01.1110118' /> <!-- For information about the transform package see the explanation below --> <install cmd='msiexec /i "%SOFTWARE%\foxitreader\FoxitReader43_enu.msi" TRANSFORMS="%SOFTWARE%\foxitreader\foxit-defaultreader.mst" DESKTOP_SHORTCUT=0 VIEWINBROWSER=0 DISPLAYINBROWSER=0 /passive /norestart' />
<upgrade cmd='msiexec /i "%SOFTWARE%\foxitreader\FoxitReader43_enu.msi" TRANSFORMS="%SOFTWARE%\foxitreader\foxit-defaultreader.mst" DESKTOP_SHORTCUT=0 VIEWINBROWSER=0 DISPLAYINBROWSER=0 /passive /norestart' />
<remove cmd='msiexec /x{35E93AC6BEE120D0-D7E0AAA0-4F324835-BEF38EDA-FFBA011B0861925F82CEB673} /passive /norestart' />
</package>
</source>
Foxit Reader automatically makes itself the default PDF reader, hence the '-register' command-line switch used with earlier versions isn't used here. If you don't want this you can set the property MAKEDEFAULT=0 during installation.
 
'''Warning''': The MSI package of Foxit Reader 4.3.0.1110 fails to set Foxit as the default PDF reader when it is run in silent mode, even when you specify ''MAKEDEFAULT=1''. Version 4.2 and earlier are not affected by this bug. Note that version 4.3 is not a security update, so you can theoretically stay with 4.2.<br>
As a workaround you can do the following: Open ''FoxitReader43_enu.msi'' with Orca, create a new transform, go to the table ''CustomAction'' and overwrite the information of the ''SetDefault'' action with the values from the working version 4.2: Set ''Type'' to ''3154'', ''Source'' to ''Foxit_Reader.exe'' and ''Target'' to ''-register''. Now generate the transform package and save it as "foxit-defaultreader.mst".
 
===Command-line Switches===
* 4.2: 549197A2-8484-426C-814F-81A6535A24D6
* 4.3: 35E93AC6-D7E0-4F32-BEF3-FFBA011B0861
* 4.3.1: BEE120D0-AAA0-4835-8EDA-925F82CEB673
=MSI installers=
* MSI installer for 4.2: http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/4.x/4.2/enu/FoxitReader42_enu.msi
* MSI installer for 4.3: http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/4.x/4.3/enu/FoxitReader43_enu.msi
* MSI installer for 4.3.1: http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/4.x/4.3/enu/FoxitReader431_enu.msi
etc...
Anonymous user

Navigation menu