9
edits
Changes
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…'
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 desktop shortcut and/or the Uninstall shortcut, delete the corresponding install line(s).
<source lang="xml">
<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='cscript //NoLogo %SOFTWARE%\inno_setup_utils\inno_setup_uninstall.vbs -r "Ahsay Online Backup Manager_is1"'/>
<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>
</source>
--[[User:Roussel2nis|Roussel2nis]] 13:16, 22 November 2010 (CET)
[[Category:Silent Installers]]
Furthermore information on [http://www.ahsay.com Ahsay Website]
If you want to keep the desktop shortcut and/or the Uninstall shortcut, delete the corresponding install line(s).
<source lang="xml">
<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='cscript //NoLogo %SOFTWARE%\inno_setup_utils\inno_setup_uninstall.vbs -r "Ahsay Online Backup Manager_is1"'/>
<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>
</source>
--[[User:Roussel2nis|Roussel2nis]] 13:16, 22 November 2010 (CET)
[[Category:Silent Installers]]