74
edits
Changes
Aimp
,no edit summary
Silent installer for Aimp a media player like [[Winamp]]. More infos from [http://www.aimp.ru/ aimp.ru]
You need change the file name, because in the file name from product site version is 4.60.2180, but in other places its 4.6.0.2180!
<source lang="xml">
<package
id="aimp"
priority="0">
<variable name="PKG_VERSION" value="4.06.0.16972180" /> <variable name="PKG_SOURCE" value="%SOFTWARE%\AimpAIMP" /> <variable name="PKG_EXEPKG_NAME" value="aimp_%PKG_VERSION%.exe" /> <variable name="PKG_DESTINATIONPKG_REMOVE_NAME" value="%ProgramFiles%\aimp" architecture="x86" /> <variable name="PKG_DESTINATION" value="%ProgramFiles(x86)%\aimp" architecture="x64" /> <variable name="PKG_REMOVE_EXE" value="%PKG_DESTINATION%\uninstall.exe" />
<variable name="PKG_INSTALL_SWITCH" value='/SILENT /AUTO' />
<variable name="PKG_UPGRADE_SWITCH" value='/SILENT /UPDATE /AUTO' />
<variable name="PKG_REMOVE_SWITCH" value='/SILENT /AUTO' />
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="AIMP" />
<check type="file" condition="versionequalto" path="%PKG_DESTINATION%\aimp.exe" value="%PKG_VERSION%" />
</check>
</package>
</source>
[[category:Silent Installers]]