Difference between revisions of "Hardcopy"
From WPKG | Open Source Software Deployment and Distribution
(→WPKG Package) |
(→WPKG Package) |
||
Line 8: | Line 8: | ||
<package id="hardcopy" | <package id="hardcopy" | ||
name="Hardcopy" | name="Hardcopy" | ||
− | revision=" | + | revision="2010.11.24" |
reboot="false" | reboot="false" | ||
priority="1"> | priority="1"> | ||
− | <check type="uninstall" condition="exists" path="Hardcopy (C:\Programme\Hardcopy)" /> | + | <check type="logical" condition="and"> |
+ | <check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Hardcopy(C__Programme_Hardcopy)\DisplayVersion" value="2010.11.24"/> | ||
+ | <check type="uninstall" condition="exists" path="Hardcopy (C:\Programme\Hardcopy)"/> | ||
+ | </check> | ||
<install cmd='%SOFTWARE%\Hardcopy\hc.exe /InstallSilent /InstallCommonGroup' /> | <install cmd='%SOFTWARE%\Hardcopy\hc.exe /InstallSilent /InstallCommonGroup' /> |
Revision as of 07:02, 10 December 2010
Silent installer for Hardcopy, Hardcopy offers the possibility to you, to print or save the current window or screen, whether you work with SAP R/3® or with any other program !
The Hardcopy website is at http://www.hardcopy.de/hardcopy/english/index.php.
WPKG Package
<package id="hardcopy"
name="Hardcopy"
revision="2010.11.24"
reboot="false"
priority="1">
<check type="logical" condition="and">
<check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Hardcopy(C__Programme_Hardcopy)\DisplayVersion" value="2010.11.24"/>
<check type="uninstall" condition="exists" path="Hardcopy (C:\Programme\Hardcopy)"/>
</check>
<install cmd='%SOFTWARE%\Hardcopy\hc.exe /InstallSilent /InstallCommonGroup' />
<upgrade cmd='%WINDIR%\SwSetupuexe "%PROGRAMFILES%\Hardcopy\hardcopy.del" /Silent' />
<upgrade cmd='%SOFTWARE%\Hardcopy\hc.exe /InstallSilent /InstallCommonGroup' />
<remove cmd='%WINDIR%\SwSetupuexe "%PROGRAMFILES%\Hardcopy\hardcopy.del" /Silent' />
</package>