Changes

Wimp

No change in size, 12:05, 11 May 2011
m
Updated from version 1.5.33 to 1.5.36
The most recent version can be found on the [http://wimp.no/site/web3/view.ftl?page=nedlasting_no_verify installation page].
This package definition is tailored for installing Wimp-1.5.3336.air on 64-bit Windows, so if you're on a mixed platform you need to include logic for the 32-bit folder strudture. If you're running 32-bit only, just remove the (x86) part of %PROGRAMFILES(x86)%.
Since the silent install doesn't provide an icon for Wimp, I put a shortcut in %software%\wimp\ and made the installer copy it to %PUBLIC%\Desktop.
<package id="wimp"
name="Wimp"
revision="1.5.3336"
priority="0">
<check type="uninstall" condition="exists" path="Wimp 1.5.3336" />
<install cmd='%SOFTWARE%\adobeair\AdobeAIRInstaller.exe -silent -eulaAccepted %SOFTWARE%\wimp\Wimp-1.5.3336.air'>
<exit code="any" />
</install>
<upgrade cmd='msiexec.exe /qn /norestart /x {3DEC209E-37D3-866E-7B3F-3B2E876D1B4A}' />
<upgrade cmd='%SOFTWARE%\adobeair\AdobeAIRInstaller.exe -silent -eulaAccepted %SOFTWARE%\wimp\Wimp-1.5.3336.air'>
<exit code="any" />
</upgrade>
9
edits