Changes

Foxit Reader

2,375 bytes added, 02:38, 3 November 2011
WPKG Packages
=WPKG Packages=
== Foxit Enterprise Reader 5.1 Series (English) ==
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages
xmlns:xsi="http://www.wpkg.org/packages"
xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >
<package
id="foxitreader"
name="Foxit Reader"
revision="%version%"
reboot="false"
priority="5">
 
<variable name="version" value="5.1.0.1021" />
<check type="logical" condition="or">
<check type='file' condition='versiongreaterorequal' path='%PROGRAMFILES%\Foxit Software\Foxit Reader\Foxit Reader.exe' value='%version%' />
<check type='file' condition='versiongreaterorequal' path='%PROGRAMFILES(x86)%\Foxit Software\Foxit Reader\Foxit Reader.exe' value='%version%' />
</check>
<install cmd='msiexec /i "%SOFTWARE%\foxitreader\EnterpriseFoxitReader510.1021_enu.msi" DESKTOP_SHORTCUT="0" MAKEDEFAULT="1" VIEWINBROWSER="0" /passive /norestart /qn' />
<upgrade cmd='msiexec /i "%SOFTWARE%\foxitreader\EnterpriseFoxitReader510.1021_enu.msi" DESKTOP_SHORTCUT="0" MAKEDEFAULT="1" VIEWINBROWSER="0" /passive /norestart /qn' />
<remove cmd='msiexec /x {30734E04-E8D3-4D2E-8379-70DB6F0B793A} /passive /norestart /qn' />
</package>
</packages>
</source>
 
Note:
* Installer options have been set to not create a desktop shortcut, not embed Foxit Reader in the browser window, and sets itself as the default PDF viewer. You can find the different installer options in the Foxit Reader forum in the FAQ
* Tested with Windows XP 32 Bit and Windows 7 64 Bit.
* Upgrades have been tested to work OK with versions 3.3 and 4.2.
 
 
===Installer Command-line Switches===
*SAFEMODE
*VIEWINBROWSER - note that VIEWINBROWSER does not affect Internet Explorer integration, to disable that you have to uncheck "Internet -> Display PDF in Browser" through the Foxit Reader GUI or use the script below.
*DISPLAYINBROWSER - Foxit Reader 4.3 introduced a new feature called "HTML embedded PDF support". It allows webdesigners to embed Foxit Reader into a website like for example Adobe Flash. If you don't want this, set the property DISPLAYINBROWSER to 0.
*MAKEDEFAULT - 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.
*DESKTOP_SHORTCUT
*NORESTART
*ALLUSERS
== Foxit Enterprise Reader 5.0 Series (English) ==
<source lang="xml">
Anonymous user