SF.net SVN: unattended:[4284] trunk/install/scripts/pdfcreator.bat
jjp3--- via unattended-cvs <[email protected]>
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4284
http://sourceforge.net/p/unattended/code/4284
Author: jjp3
Date: 2018-10-14 17:07:32 +0000 (Sun, 14 Oct 2018)
Log Message:
-----------
PDFCreator 3.3.0
Modified Paths:
--------------
trunk/install/scripts/pdfcreator.bat
Modified: trunk/install/scripts/pdfcreator.bat
===================================================================
--- trunk/install/scripts/pdfcreator.bat 2018-10-04 14:43:20 UTC (rev 4283)
+++ trunk/install/scripts/pdfcreator.bat 2018-10-14 17:07:32 UTC (rev 4284)
@@ -2,7 +2,7 @@
:: HOME: http://download.pdfforge.org/download/pdfcreator
@echo off
-:: URL|ALL|http://azure.download.pdfforge.org/pdfcreator/3.2.2/PDFCreator-3_2_2-Setup.exe|packages/pdfcreator/pdfcreator-3.2.2.setup.exe
+:: URL|ALL|http://azure.download.pdfforge.org/pdfcreator/3.3.0/PDFCreator-3_3_0-Setup.exe|packages/pdfcreator/pdfcreator-3.3.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=3.2.2
+set VERSION=3.3.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.