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

jjp3--- via unattended-cvs <[email protected]> Tue, 06 Dec 2022 07:57:59 +0000
Newsgroups gmane.comp.windows.unattended.cvs
Message-ID <[email protected]>
Revision: 4597
          http://sourceforge.net/p/unattended/code/4597
Author:   jjp3
Date:     2022-12-06 07:57:53 +0000 (Tue, 06 Dec 2022)
Log Message:
-----------
PDFCreator (PDF Printer) 5.0.2

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

Modified: trunk/install/scripts/pdfcreator.bat
===================================================================
--- trunk/install/scripts/pdfcreator.bat	2022-12-06 07:56:47 UTC (rev 4596)
+++ trunk/install/scripts/pdfcreator.bat	2022-12-06 07:57:53 UTC (rev 4597)
@@ -1,8 +1,8 @@
-:: OPTIONAL: Install PDFCreator (PDF Printer) 4.4.2
+:: OPTIONAL: Install PDFCreator (PDF Printer) 5.0.2
 :: HOME: http://download.pdfforge.org/download/pdfcreator
 
 @echo off
-:: URL|ALL|http://cdn.download.pdfforge.org/pdfcreator/4.4.2/PDFCreator-4_4_2-Setup.exe|packages/pdfcreator/pdfcreator-4.4.2.setup.exe
+:: URL|ALL|http://cdn.download.pdfforge.org/pdfcreator/5.0.2/PDFCreator-5_0_2-Setup.exe|packages/pdfcreator/pdfcreator-5.0.2.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.4.2
+set VERSION=5.0.2
 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.