|
|
@ -13,7 +13,8 @@ |
|
|
|
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\PDFCreator" /> |
|
|
|
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\PDFCreator" /> |
|
|
|
|
|
|
|
|
|
|
|
<check type="uninstall" condition="versiongreaterorequal" path="PDFCreator" value="%PKG_VERSION%" /> |
|
|
|
<check type="uninstall" condition="versiongreaterorequal" path="PDFCreator" value="%PKG_VERSION%" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<install include="remove" /> |
|
|
|
<install cmd='%COMSPEC% /C sc config "Spooler" start= auto' /> |
|
|
|
<install cmd='%COMSPEC% /C sc config "Spooler" start= auto' /> |
|
|
|
<install cmd='%COMSPEC% /C sc start "Spooler" 1>NUL 2>NUL'> |
|
|
|
<install cmd='%COMSPEC% /C sc start "Spooler" 1>NUL 2>NUL'> |
|
|
|
<exit code="any" /> |
|
|
|
<exit code="any" /> |
|
|
|