Difference between revisions of "Attune Cytometric Software"
From WPKG | Open Source Software Deployment and Distribution
(Attune® Cytometric Software) |
(No difference)
|
Revision as of 08:59, 20 February 2012
Attune® Cytometric Software is designed to provide powerful user-defined analysis using an intuitive interface for simplified experimental analysis. This software is provided free for download by Applied Biosystems and Invitrogen. The installer is a WISE installer and running from your %SOFTWARE% repository fails to complete successfully. To get around this I have used timeout and TASKKILL.EXE.
<package id="attune" name="Attune Cytometric Software" revision="%version%" reboot="false" priority="100"> <variable name="version" value="1.2.0"/> <check type="uninstall" condition="versionequalto" path="Attune Cytometric Software" value="%version%"/> <install cmd='%comspec% /C %SETTINGS%\tools\taskkill.exe /F /T /IM attunesetup.exe'><exit code='any'/></install> <install timeout="120" cmd='%comspec% /c %SOFTWARE%\attune\AttuneSetup.exe /s '><exit code='any'/></install> <install architecture="x64" cmd='"%WPKGROOT%\tools\shortcut.exe" /f:"%AllUsersProfile%\Desktop\Attune.lnk" /a:c /t:"%PROGRAMFILES(x86)%\Applied Biosystems\Attune\Attune.exe" /d:"Attune" /i:"%PROGRAMFILES(x86)%\Applied Biosystems\Attune\Attune.exe"'/> <install architecture="x86" cmd='"%WPKGROOT%\tools\shortcut.exe" /f:"%AllUsersProfile%\Desktop\Attune.lnk" /a:c /t:"%PROGRAMFILES%\Applied Biosystems\Attune\Attune.exe" /d:"Attune" /i:"%PROGRAMFILES%\Applied Biosystems\Attune\Attune.exe"'/> <install cmd='%comspec% /C %SETTINGS%\tools\taskkill.exe /F /T /IM AttuneSetup.EXE'><exit code='any'/></install> <remove cmd='msiexec /X{CE26F10F-C80F-4377-908B-1B7882AE2CE3} /qn /norestart'><exit code='any'/></remove> <remove architecture="x86" cmd='%comspec% /c copy /y %SOFTWARE%\Attune\install.log C:\PROGRA~1\APPLIE~1\Attune'/> <remove architecture="x64" cmd='%comspec% /c copy /y %SOFTWARE%\Attune\install.log C:\PROGRA~2\APPLIE~1\Attune'/> <remove timeout="60" architecture="x86" cmd='C:\PROGRA~1\APPLIE~1\Attune\UNWISE.EXE /s C:\PROGRA~1\APPLIE~1\Attune\INSTALL.LOG'/> <remove timeout="60" architecture="x64" cmd='C:\PROGRA~2\APPLIE~1\Attune\UNWISE.EXE /s C:\PROGRA~2\APPLIE~1\Attune\INSTALL.LOG'/> <remove cmd='%comspec% /c del /q /f %ALLUSERSPROFILE%\desktop\Attune.lnk'> <exit code='any'/></remove> </package>