SF.net SVN: unattended:[4470] trunk/install/scripts/pdfcreator.bat

jjp3--- via unattended-cvs <[email protected]> Tue, 29 Dec 2020 14:25:28 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4470
          http://sourceforge.net/p/unattended/code/4470
Author:   jjp3
Date:     2020-12-29 14:25:28 +0000 (Tue, 29 Dec 2020)
Log Message:
-----------
PDFCreator (PDF Printer) 4.2.0

Modified Paths:
--------------
    trunk/install/scripts/pdfcreator.bat

Modified: trunk/install/scripts/pdfcreator.bat
===================================================================
--- trunk/install/scripts/pdfcreator.bat	2020-12-25 07:49:15 UTC (rev 4469)
+++ trunk/install/scripts/pdfcreator.bat	2020-12-29 14:25:28 UTC (rev 4470)
@@ -1,8 +1,8 @@
-:: OPTIONAL: Install PDFCreator (PDF Printer) 4.0.4
+:: OPTIONAL: Install PDFCreator (PDF Printer) 4.2.0
 :: HOME: http://download.pdfforge.org/download/pdfcreator
 
 @echo off
-:: URL|ALL|http://azure.download.pdfforge.org/pdfcreator/4.0.4/PDFCreator-4_0_4-Setup.exe|packages/pdfcreator/pdfcreator-4.0.4.setup.exe
+:: URL|ALL|http://azure.download.pdfforge.org/pdfcreator/4.2.0/PDFCreator-4_2_0-Setup.exe|packages/pdfcreator/pdfcreator-4.2.0.setup.exe
 :: URL|ALL|http://azure.download.pdfforge.org/pdfcreator/2.5.3/PDFCreator-2_5_3-Setup.exe|packages/pdfcreator/pdfcreator-2.5.3.setup.exe
 
 :: No need for a desktop shortcut.
@@ -12,7 +12,7 @@
 todo.pl ".ignore-err 1 reg add \"HKLM\SOFTWARE\PDFCreator\Program\" /v \"UpdateInterval\" /t REG_SZ /d \"0\" /f"
 
 ::If this system is XP then use 2.5.3
-set VERSION=4.0.4
+set VERSION=4.2.0
 if "%WINVER%" == "winxpsp3" set VERSION=2.5.3
 
 :: Install PDFCreator

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.