Changes

Jump to: navigation, search

PDFCreator

737 bytes added, 14:33, 6 January 2011
no edit summary
PDFCreator-1_1_0_setup.exe /SAVEINF="PDFCreator-1_1_0.inf"
 
=== Remove "Application Updater" and "Toolbar" ===
Even if you don't want, a service called Application Updater and the "Pdfforge Toolbar" are installed. To get rid of them, define update commands like those:
 
<source lang="xml">
 
<upgrade cmd='sc stop "Application Updater"' />
<upgrade cmd='sc delete "Application Updater"' />
<upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\Application Updater\ApplicationUpdater.exe" rmdir /S /Q "%PROGRAMFILES%\Application Updater"'/>
<upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\pdfforge Toolbar\WidgiHelper.exe" "%SOFTWARE%\pdf\removeToolbar.bat" ' />
</source>
 
where removeToolbar.bat is
<source lang="xml">
"MsiExec /qn /X {B1BFDF6B-3C03-46fe-B5D7-BABB0063D8E0}"
</source>
 
 
== PDFCreator 1.0.1 ==
Anonymous user

Navigation menu