Juan Jose Pablos a écrit :
Commit in *unattended/install/scripts* on MAIN
pdfcreator.bat <#file1>   +3      -2      1.25 -> 1.26

Uninstaller toolbar use a random number. Thanks to Harro Bruins

hello,

some troubles with unattended/install/scripts/pdfcreator.bat v1.26:

- "ren/rename" syntax is incorrect. see post
http://www.mail-archive.com/unattended-i...@lists.sourceforge.net/msg08459.html

- PDFCreatorToolBar is uninstalled but its uninstaller remains on hard
drive.

- ask for spanish installation since v1.24 ?

So please find attached a pdfcreator.bat file with all these updates.
(tested with a FRA installation of Windows XP)

my $0.02

Pierre Bourgin
--
ARTERIS                          http://www.arteris.com
The Network-on-Chip Company

:: OPTIONAL: Install PDFCreator (PDF Printer)
:: HOME: http://www.pdfforge.org/
@echo off

:: 
URL|ALL|http://downloads.sourceforge.net/pdfcreator/PDFCreator-0_9_6_setup.exe|packages/pdfcreator/pdfcreator-0.9.6.setup.exe

:: Install language files
:: 
URL|CHS|http://www.pdfforge.org/files/translations/0.9.6/chinese_simplified.ini|packages/pdfcreator/lang-chs-0.9.6.ini
:: 
URL|DEU|http://www.pdfforge.org/files/translations/0.9.6/german.ini|packages/pdfcreator/lang-deu-0.9.6.ini
:: 
URL|DAN|http://www.pdfforge.org/files/translations/0.9.6/danish.ini|packages/pdfcreator/lang-dan-0.9.6.ini
:: 
URL|FRA|http://www.pdfforge.org/files/translations/0.9.6/french.ini|packages/pdfcreator/lang-fra-0.9.6.ini
:: 
URL|ITA|http://www.pdfforge.org/files/translations/0.9.6/italian.ini|packages/pdfcreator/lang-ita-0.9.6.ini
:: 
URL|NLD|http://www.pdfforge.org/files/translations/0.9.6/dutch.ini|packages/pdfcreator/lang-nld-0.9.6.ini
:: 
URL|RUS|http://www.pdfforge.org/files/translations/0.9.6/russian.ini|packages/pdfcreator/lang-rus-0.9.6.ini
:: 
URL|SKY|http://www.pdfforge.org/files/translations/0.9.6/slovenian.ini|packages/pdfcreator/lang-sky-0.9.6.ini
:: 
URL|SVE|http://www.pdfforge.org/files/translations/0.9.6/swedish.ini|packages/pdfcreator/lang-sve-0.9.6.ini
:: 
URL|TRK|http://www.pdfforge.org/files/translations/0.9.6/turkish.ini|packages/pdfcreator/lang-trk-0.9.6.ini
if not exist %Z%\packages\pdfcreator\lang-%WINLANG%-0.9.6.ini goto nolangpack
todo.pl "copy %Z%\packages\pdfcreator\lang-%WINLANG%-0.9.6.ini 
\"%ProgramFiles%\PDFCreator\languages\""
:nolangpack

:: Uninstall toolbar
todo.pl "del %WINDIR%\PDFCreator_Toolbar_Uninstaller.exe"
todo.pl "%WINDIR%\PDFCreator_Toolbar_Uninstaller.exe -s"
todo.pl "ren %WINDIR%\PDFCreator_Toolbar_Uninstaller_????.exe 
PDFCreator_Toolbar_Uninstaller.exe"

:: Install PDFCreator
:: Use this sintax if you want your language installed:
::todo.pl "%Z%\packages\pdfcreator\pdfcreator-0.9.6.setup.exe /silent 
/LANG=Spanish"
todo.pl "%Z%\packages\pdfcreator\pdfcreator-0.9.6.setup.exe /sp- /silent 
/norestart"

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to