Difference between revisions of "Hardcopy"
From WPKG | Open Source Software Deployment and Distribution
m |
m (→WPKG Package: typo) |
||
Line 19: | Line 19: | ||
<install cmd='%SOFTWARE%\Hardcopy\hc.exe /InstallSilent /InstallCommonGroup /InstallDir="%Programfiles%\Hardcopy"' /> | <install cmd='%SOFTWARE%\Hardcopy\hc.exe /InstallSilent /InstallCommonGroup /InstallDir="%Programfiles%\Hardcopy"' /> | ||
− | <upgrade cmd='%WINDIR%\ | + | <upgrade cmd='%WINDIR%\SwSetupu.exe "%PROGRAMFILES%\Hardcopy\hardcopy.del" /Silent' /> |
<upgrade cmd='%SOFTWARE%\Hardcopy\hc.exe /InstallSilent /InstallCommonGroup /InstallDir="%Programfiles%\Hardcopy"' /> | <upgrade cmd='%SOFTWARE%\Hardcopy\hc.exe /InstallSilent /InstallCommonGroup /InstallDir="%Programfiles%\Hardcopy"' /> | ||
− | <remove cmd='%WINDIR%\ | + | <remove cmd='%WINDIR%\SwSetupu.exe "%PROGRAMFILES%\Hardcopy\hardcopy.del" /Silent' /> |
</package> | </package> |
Revision as of 15:12, 6 January 2012
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 /InstallDir="%Programfiles%\Hardcopy"' />
<upgrade cmd='%WINDIR%\SwSetupu.exe "%PROGRAMFILES%\Hardcopy\hardcopy.del" /Silent' />
<upgrade cmd='%SOFTWARE%\Hardcopy\hc.exe /InstallSilent /InstallCommonGroup /InstallDir="%Programfiles%\Hardcopy"' />
<remove cmd='%WINDIR%\SwSetupu.exe "%PROGRAMFILES%\Hardcopy\hardcopy.del" /Silent' />
</package>