Difference between revisions of "Asystent Agenta"
From WPKG | Open Source Software Deployment and Distribution
Line 1: | Line 1: | ||
+ | for Asystent Agenta - COMPENSA | ||
+ | |||
<package id="asystentagenta" name="Asystent Agenta" revision="9" reboot="false" priority="1" timeout="100" > | <package id="asystentagenta" name="Asystent Agenta" revision="9" reboot="false" priority="1" timeout="100" > | ||
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\AsystentAgenta\asystentagenta.exe" value="4.6.0.87" /> | <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\AsystentAgenta\asystentagenta.exe" value="4.6.0.87" /> |
Revision as of 12:46, 22 May 2007
for Asystent Agenta - COMPENSA
<package id="asystentagenta" name="Asystent Agenta" revision="9" reboot="false" priority="1" timeout="100" >
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\AsystentAgenta\asystentagenta.exe" value="4.6.0.87" /> <install cmd='cmd /c copy /y "%PACKAGES%\asystent_agenta\asystentagenta.exe" "%PROGRAMFILES%\AsystentAgenta'/> <install cmd='cmd /c copy /y "%PACKAGES%\asystent_agenta\asystent agenta.lnk" %ALLUSERSPROFILE%\Pulpit'/> <upgrade cmd='cmd /c copy /y "%PACKAGES%\asystent_agenta\asystentagenta.exe" "%PROGRAMFILES%\AsystentAgenta'/> <upgrade cmd='cmd /c copy /y "%PACKAGES%\asystent_agenta\asystent agenta.lnk" %ALLUSERSPROFILE%\Pulpit'/> <remove cmd='cmd /c rd /S /Q "%PROGRAMFILES%\AsystentAgenta"'/>
</package>