Changes

Jump to: navigation, search

PDFCreator

1,181 bytes added, 12:22, 18 May 2006
m
no edit summary
 
 
== PDFCreator 0.9.1 ==
 
PDFCreator 0.9.1 comes in the handy form of a MSI package.<br>
Unfortunately, when you install it, it is possible that a normal user will not be able to use this printer - this has to be corrected with <code>rundll printui.dll,PrintUIEntry...</code>. The complete silent installer and uninstaller looks like this:
 
<package
id="pdfcreator"
name="PDFCreator"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="PDFCreator" />
<install cmd='msiexec /qb /i "%WPKGPATH%\PDFCreator-0_9_1_AFPLGhostscript_32bit.msi"' />
<install cmd='rundll32 printui.dll,PrintUIEntry /q /ga pdfcreator' />
<remove cmd='MsiExec.exe /q /x{0001B4FD-9EA3-4D90-A79E-FD14BA3AB01D}' />
</package>
 
Note: while I was testing this, I installed and uninstalled PDFCreator 0.9.1 without rebooting the PC. After yet another installation, the installer popped up a window, saying that a restart is necessary. So perhaps if you're upgrading from the older PDFCreator version, a restart after uninstalling that old version might be a good idea.
 
 
== Older PDFCreator versions ==
 
Do a manual installation of PDFCreator using the dos shell:

Navigation menu