Difference between revisions of "Ahsay Online Backup Manager"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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…')
 
 
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='cscript //NoLogo %SOFTWARE%\inno_setup_utils\inno_setup_uninstall.vbs -r "Ahsay Online Backup Manager_is1"'/>
+
<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)