Title: Suggestion for PDFCreator.bat

Since PDFCreator installs basicly the Czech language and most people don't understand 1 bit of this language I was looking for an easy way to change this.

There are 2 ways to adjust this.

- Edit the registry for each user
- Remove all language files and keep the preferred language

The last option seems to make most sense to me. Why else you want to install the preferred language anyway ?

I adjusted the script pretty simple

from:
-------------->8-----------------------------
if not exist %Z%\packages\pdfcreator\lang-%WINLANG%-0_9_1.ini goto nolangpack
todo.pl "copy %Z%\packages\pdfcreator\lang-%WINLANG%-0_9_1.ini \"%ProgramFiles%\PDFCreator\languages\""
:nolangpack
--------------8<-----------------------------

to:
-------------->8-----------------------------
if not exist %Z%\packages\pdfcreator\lang-%WINLANG%-0_9_1.ini goto nolangpack
todo.pl "del \"%ProgramFiles%\PDFCreator\languages\*.ini\" | copy %Z%\packages\pdfcreator\lang-%WINLANG%-0_9_1.ini \"%ProgramFiles%\PDFCreator\languages\""

:nolangpack
---------------8<----------------------------

Harro

_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to