Difference between revisions of "BioRad Quantity One 1-D Analysis Software"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Bio-Rad Laboratories Quantity One 1-D Analysis Software package)
 
Line 6: Line 6:
 
   <check type="uninstall" condition="exists" path="Quantity One" />
 
   <check type="uninstall" condition="exists" path="Quantity One" />
 
   <install cmd='"%SOFTWARE%\quantityone\quantity one installer.exe" /qb' />
 
   <install cmd='"%SOFTWARE%\quantityone\quantity one installer.exe" /qb' />
   <install cmd='cmd /c copy /y "%SOFTWARE%\quantityone\Quantity One.lnk" "c:\documents and settings\all users\desktop" ' />
+
   <install cmd='cmd /c copy /y "%SOFTWARE%\quantityone\Quantity One.lnk" "%ALLUSERSPROFILE%\Desktop" ' />
 
   <remove cmd='MsiExec.exe /X{A780483F-196C-4797-9CD0-AB8F3A9114BC} /QB' />
 
   <remove cmd='MsiExec.exe /X{A780483F-196C-4797-9CD0-AB8F3A9114BC} /QB' />
 
  </package>
 
  </package>

Revision as of 12:53, 26 July 2007

This is Bio-Rad Laboratories Quantity One 1-D Analysis Software installer.

Once installed when the user runs the software they are asked to enter a serial number OR choose 'basic' which is the free limited version.

<package id="quantityone" name="BioRad Quantity One" revision="1" reboot="false" priority="100">
  <check type="uninstall" condition="exists" path="Quantity One" />
  <install cmd='"%SOFTWARE%\quantityone\quantity one installer.exe" /qb' />
  <install cmd='cmd /c copy /y "%SOFTWARE%\quantityone\Quantity One.lnk" "%ALLUSERSPROFILE%\Desktop" ' />
  <remove cmd='MsiExec.exe /X{A780483F-196C-4797-9CD0-AB8F3A9114BC} /QB' />
</package>