It looks as if PDFCreator has changed its mechanism for downloading
packages;
"http://cdn.download.pdfforge.org/pdfcreator/1.6.1/PDFCreator-1_6_1_setup.exe";
does not work.

However,
"http://download.pdfforge.org/download/pdfcreator/1.7.0/PDFCreator-1_7_0_setup.exe?file=AMIfv978KGMB273KLKDswNYpK7AeDj4S5G__PGG09Gvj0xTiu59MzVI_a_tq7eQDLoJeZHYjrzhVgKqc57BMFt6jqLpEgb-vnxuk39qCdwHL5AvVeGZCu_RhIauaJYJb9T4ZuZ58CAJbkNEzrIW_abCE7uLX2I71ncOrY0EfQc5TPRMgECag0MU&download";
does work.

They've also gone from version 1.6.1 to 1.7.0 (although other/older
releases can be downloaded from here):
http://download.pdfforge.org/download/pdfcreator/

The following is a bit clumsy:


svn diff pdfcreator.bat
Index: pdfcreator.bat
===================================================================
--- pdfcreator.bat    (revision 3571)
+++ pdfcreator.bat    (working copy)
@@ -1,7 +1,7 @@
 :: OPTIONAL: Install PDFCreator (PDF Printer)
 :: HOME: http://www.pdfforge.org/
 @echo off
-::
URL|ALL|http://cdn.download.pdfforge.org/pdfcreator/1.6.1/PDFCreator-1_6_1_setup.exe|packages/pdfcreator/pdfcreator-1.6.1.setup.exe
+::
URL|ALL|http://download.pdfforge.org/download/pdfcreator/1.7.0/PDFCreator-1_7_0_setup.exe?file=AMIfv978KGMB273KLKDswNYpK7AeDj4S5G__PGG09Gvj0xTiu59MzVI_a_tq7eQDLoJeZHYjrzhVgKqc57BMFt6jqLpEgb-vnxuk39qCdwHL5AvVeGZCu_RhIauaJYJb9T4ZuZ58CAJbkNEzrIW_abCE7uLX2I71ncOrY0EfQc5TPRMgECag0MU&download|packages/pdfcreator/pdfcreator-1.7.0.setup.exe
 
 :: Install language files
 ::
URL|CHS|http://www.pdfforge.org/files/translations/1.5.0/chinese_simplified.ini|packages/pdfcreator/lang-chs-1.5.0.ini
@@ -21,4 +21,4 @@
 :nolangpack
 
 :: Install PDFCreator
-todo.pl "%Z%\packages\pdfcreator\pdfcreator-1.6.1.setup.exe /SILENT
/LOADINF="%Z%\packages\pdfcreator\PDFCreator.ini" /NORESTART"
+todo.pl "%Z%\packages\pdfcreator\pdfcreator-1.7.0.setup.exe /SILENT
/LOADINF="%Z%\packages\pdfcreator\PDFCreator.ini" /NORESTART"



-------

Also, it looks as if some of the installer switches are different. The
above will also install PDF Architect, change the default search
provider to Bing, and install PDF Architect toolbars to browsers. To
avoid PDF Architect (which will look online for its .msi unless the
offline version of PDFCreator was downloaded) and its toolbars:

svn diff PDFCreator.ini
Index: PDFCreator.ini
===================================================================
--- PDFCreator.ini    (revision 3571)
+++ PDFCreator.ini    (working copy)
@@ -1,3 +1,5 @@
 [Setup]
+Offer=0
 Toolbar=0
 DontUseYahooSearch=0
+Components=program,ghostscript,images2pdf,comsamples,helpfiles,helpfiles\english,languages,languages\english


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to