Difference between revisions of "Ahsay Online Backup Manager"
From WPKG | Open Source Software Deployment and Distribution
Roussel2nis (Talk | contribs) (Created page with 'Ahsay Backup Online Manager is a backup client software for the Ahsay Backup System. Furthermore information on [http://www.ahsay.com Ahsay Website] If you want to keep the des…') |
Roussel2nis (Talk | contribs) |
||
Line 16: | Line 16: | ||
<install cmd='%COMSPEC% /C if exist "%ALLUSERSPROFILE%\Desktop\AhsayOBM.lnk" del /Q /S "%ALLUSERSPROFILE%\Desktop\AhsayOBM.lnk"'/> | <install cmd='%COMSPEC% /C if exist "%ALLUSERSPROFILE%\Desktop\AhsayOBM.lnk" del /Q /S "%ALLUSERSPROFILE%\Desktop\AhsayOBM.lnk"'/> | ||
<install cmd='%COMSPEC% /C if exist "%ALLUSERSPROFILE%\Start Menu\Programs\Ahsay Online Backup Manager\Uninstall.lnk" del /Q /S "%ALLUSERSPROFILE%\Start Menu\Programs\Ahsay Online Backup Manager\Uninstall.lnk"'/> | <install cmd='%COMSPEC% /C if exist "%ALLUSERSPROFILE%\Start Menu\Programs\Ahsay Online Backup Manager\Uninstall.lnk" del /Q /S "%ALLUSERSPROFILE%\Start Menu\Programs\Ahsay Online Backup Manager\Uninstall.lnk"'/> | ||
− | <remove cmd=' | + | <remove cmd='"%PROGRAMFILES%\AhsayOBM\unins000.exe" /VERYSILENT'/> |
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AhsayOBM" del /F /Q /S "%PROGRAMFILES%\AhsayOBM"'/> | <remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AhsayOBM" del /F /Q /S "%PROGRAMFILES%\AhsayOBM"'/> | ||
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AhsayOBM" rmdir /Q /S "%PROGRAMFILES%\AhsayOBM"'/> | <remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AhsayOBM" rmdir /Q /S "%PROGRAMFILES%\AhsayOBM"'/> |
Latest revision as of 12:18, 22 November 2010
Ahsay Backup Online Manager is a backup client software for the Ahsay Backup System.
Furthermore information on Ahsay Website
If you want to keep the desktop shortcut and/or the Uninstall shortcut, delete the corresponding install line(s).
<package id="ahsay_obm_backup" name="AhSay Online Backup Client" revision="5.5.5.0" priority="70" reboot="postponed">
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="Ahsay Online Backup Manager"/>
<check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ahsay Online Backup Manager_is1\DisplayVersion" value="5.5.5.0"/>
</check>
<install cmd='"%SOFTWARE%\ahsay_obm_backup\obm-win.exe" /VERYSILENT'>
<exit code="1"/>
</install>
<install cmd='%COMSPEC% /C if exist "%ALLUSERSPROFILE%\Desktop\AhsayOBM.lnk" del /Q /S "%ALLUSERSPROFILE%\Desktop\AhsayOBM.lnk"'/>
<install cmd='%COMSPEC% /C if exist "%ALLUSERSPROFILE%\Start Menu\Programs\Ahsay Online Backup Manager\Uninstall.lnk" del /Q /S "%ALLUSERSPROFILE%\Start Menu\Programs\Ahsay Online Backup Manager\Uninstall.lnk"'/>
<remove cmd='"%PROGRAMFILES%\AhsayOBM\unins000.exe" /VERYSILENT'/>
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AhsayOBM" del /F /Q /S "%PROGRAMFILES%\AhsayOBM"'/>
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\AhsayOBM" rmdir /Q /S "%PROGRAMFILES%\AhsayOBM"'/>
</package>
--Roussel2nis 13:16, 22 November 2010 (CET)