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

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (added category)
m
Line 2: Line 2:
  
 
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.
 
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.
 
+
<source lang="xml">
 
  <package id="quantityone" name="BioRad Quantity One" revision="1" reboot="false" priority="100">
 
  <package id="quantityone" name="BioRad Quantity One" revision="1" reboot="false" priority="100">
 
   <check type="uninstall" condition="exists" path="Quantity One" />
 
   <check type="uninstall" condition="exists" path="Quantity One" />
Line 9: Line 9:
 
   <remove cmd='MsiExec.exe /X{A780483F-196C-4797-9CD0-AB8F3A9114BC} /QB' />
 
   <remove cmd='MsiExec.exe /X{A780483F-196C-4797-9CD0-AB8F3A9114BC} /QB' />
 
  </package>
 
  </package>
 
+
</source>
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 22:07, 5 February 2008

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>