Changes

Jump to: navigation, search

Aimp

52 bytes removed, 00:28, 11 May 2020
m
Bug fixing
Silent installer for Aimp a media player like [[Winamp]]. More infos information from [http://www.aimp.ru/ aimp.ru]
You need change the file name, because in the file name from product site version is 4Need to wait some seconds while uninstallation.60.2180I dont know, but in other places its 4.6how to do this except command ping.0Because timeout not work.2180!
<source lang="xml">
priority="0">
<variable name="PKG_VERSION" value="4.6.060.2180" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\AIMP" />
<variable name="PKG_NAME" value="aimp_%PKG_VERSION%.exe" />
</check>
<install timeout="120" cmd='"%PKG_SOURCE%\%PKG_NAME%" %PKG_INSTALL_SWITCH%' />
<install cmd='%COMSPEC% /C copy /Y /V "%PKG_SOURCE%\skins\*.acs*" "%PKG_DESTINATION%\skins"' />
<upgrade timeout="120" cmd='"%PKG_SOURCE%\%PKG_NAME%" %PKG_UPGRADE_SWITCH%' />
<upgrade cmd='%COMSPEC% /C copy /Y /V "%PKG_SOURCE%\skins\*.acs*" "%PKG_DESTINATION%\skins"' />
<remove timeout="120" cmd='%COMSPEC% /C if exist "%PKG_REMOVE_NAME%" "%PKG_REMOVE_NAMEPKG_DESTINATION%\uninstall.exe" %PKG_REMOVE_SWITCH%'> <exit code="any"/> <remove cmd='%COMSPEC% /C ping -n 3 127.0.0.1' /remove>
</package>
74
edits

Navigation menu