Difference between revisions of "Talk:Foxit Reader"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(typo)
(ask toolbar)
Line 4: Line 4:
 
:You have to request it from http://www.foxitsoftware.com/pdf/reader/enterprise_reg.php . I did not try this though, probably their sales department is going to empty their advertising can out over you.
 
:You have to request it from http://www.foxitsoftware.com/pdf/reader/enterprise_reg.php . I did not try this though, probably their sales department is going to empty their advertising can out over you.
  
:In other news the free EXE-installer from their website now phones home, specifically it extracts a file called "AskInstallChecker.exe" which in turn sends a HTTP request to "toolbar.ask.com/askbardis/util/askInstallChecker.jsp", transmits some data like version and ID to ask.com and then decides whether to install the dreaded ask toolbar based on the response of the webserver. Unfortunately this makes the setup less predictable and more difficult to automate.
+
:In other news the free EXE-installer from their website now phones home, specifically it extracts a file called "AskInstallChecker.exe" which in turn sends a HTTP request to "toolbar.ask.com/askbardis/util/askInstallChecker.jsp", transmits some data like version and ID to ask.com and then decides whether to install the dreaded ask toolbar based on the response of the webserver. Unfortunately this makes the setup less predictable and more difficult to automate. The MSI installer does not include the ask.com toolbar stuff.
  
 
: The best idea is probably to block the whole ask.com network (66.235.112.0 - 66.235.127.255) in your corporate firewall, since I never heard of anyone who volunatrily visited their websites anyway.
 
: The best idea is probably to block the whole ask.com network (66.235.112.0 - 66.235.127.255) in your corporate firewall, since I never heard of anyone who volunatrily visited their websites anyway.

Revision as of 13:02, 9 August 2010

MSI for Version 4

Anyone know where to get the MSI for version 4? It doesn't seem to be available from the 'More Download' page.

You have to request it from http://www.foxitsoftware.com/pdf/reader/enterprise_reg.php . I did not try this though, probably their sales department is going to empty their advertising can out over you.
In other news the free EXE-installer from their website now phones home, specifically it extracts a file called "AskInstallChecker.exe" which in turn sends a HTTP request to "toolbar.ask.com/askbardis/util/askInstallChecker.jsp", transmits some data like version and ID to ask.com and then decides whether to install the dreaded ask toolbar based on the response of the webserver. Unfortunately this makes the setup less predictable and more difficult to automate. The MSI installer does not include the ask.com toolbar stuff.
The best idea is probably to block the whole ask.com network (66.235.112.0 - 66.235.127.255) in your corporate firewall, since I never heard of anyone who volunatrily visited their websites anyway.

Parameters EXE installer of version 4.1

Extracted from the seup:

Usage:
<Setup package fullpath> /Option

Install Options
/d Install the program as default.
/p Set installation file path.
/allow Set "only allow" function, followed with one selectable option parameter at least.
/disallow Set "do not allow" function, followed with one selectable option parameter at least.

Optional Options
/dt Set the desktop shortcut.
/sm Set the Start menu shortcut.
/ql Set the quick launch shortcut.
/a Installation for all users.
/register Set Foxit Reader as the default PDF viewer.
/fp Install Firefox Plug-in.

/ebay Create desktop, quick launch and start menu icon to eBay.
/foxitbar Install Foxit Search bar.

?

Foxit Reader cannot be removed with that configuration