Difference between revisions of "Attune Cytometric Software"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Attune® Cytometric Software)
 
(Attune® Cytometric Software)
Line 6: Line 6:
 
         reboot="false"
 
         reboot="false"
 
         priority="100">
 
         priority="100">
         <variable name="version" value="1.2.0"/>
+
         <variable name="version" value="1.2.5"/>
 
         <check type="uninstall" condition="versionequalto" path="Attune Cytometric Software" value="%version%"/>
 
         <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 cmd='%comspec% /C %SETTINGS%\tools\taskkill.exe /F /T /IM attune.%version%.exe'><exit code='any'/></install>      
         <install timeout="120" cmd='%comspec% /c %SOFTWARE%\attune\AttuneSetup.exe /s '><exit code='any'/></install>  
+
         <install timeout="360" cmd='%comspec% /c %SOFTWARE%\attune\attune.%version%.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="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 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>
+
         <install cmd='%comspec% /C %SETTINGS%\tools\taskkill.exe /F /T /IM Attune.%version%.EXE'><exit code='any'/></install>      
         <remove cmd='msiexec /X{CE26F10F-C80F-4377-908B-1B7882AE2CE3} /qn /norestart'><exit code='any'/></remove>              <!-- Crystal Reports Basic Runtime for Visual Studio 2008 -->
+
         <remove cmd='msiexec /X{083988D7-BDA9-4244-983B-409A634BBC09} /qn /norestart'><exit code='any'/></remove>              <!-- SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit) -->
 
         <remove architecture="x86" cmd='%comspec% /c copy /y %SOFTWARE%\Attune\install.log C:\PROGRA~1\APPLIE~1\Attune'/>  
 
         <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 architecture="x64" cmd='%comspec% /c copy /y %SOFTWARE%\Attune\install.log C:\PROGRA~2\APPLIE~1\Attune'/>  
Line 19: Line 19:
 
         <remove timeout="60" architecture="x64" cmd='C:\PROGRA~2\APPLIE~1\Attune\UNWISE.EXE /s C:\PROGRA~2\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>
 
         <remove cmd='%comspec% /c del /q /f %ALLUSERSPROFILE%\desktop\Attune.lnk'> <exit code='any'/></remove>
 +
        <remove cmd='%comspec% /c del /q /f c:\users\public\desktop\Attune.lnk'> <exit code='any'/></remove>
 
  </package>
 
  </package>

Revision as of 11:02, 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.5"/>
       <check type="uninstall" condition="versionequalto" path="Attune Cytometric Software" value="%version%"/>
       <install cmd='%comspec% /C %SETTINGS%\tools\taskkill.exe /F /T /IM attune.%version%.exe'><exit code='any'/></install>       
       <install timeout="360" cmd='%comspec% /c %SOFTWARE%\attune\attune.%version%.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 Attune.%version%.EXE'><exit code='any'/></install>       
       <remove cmd='msiexec /X{083988D7-BDA9-4244-983B-409A634BBC09} /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>
       <remove cmd='%comspec% /c del /q /f c:\users\public\desktop\Attune.lnk'> <exit code='any'/></remove>
</package>