Difference between revisions of "BradySoft Suite 8.5"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(BradySoft Suite 8.5)
 
 
Line 1: Line 1:
 
This is barcode label designing software.  It requires a USB dongle or a code.
 
This is barcode label designing software.  It requires a USB dongle or a code.
  
 +
<source lang="xml">
 
  <package  
 
  <package  
 
     id="bradysoft"
 
     id="bradysoft"
Line 12: Line 13:
 
     <remove cmd='MsiExec.exe /X{0AEC5248-E4EF-467A-A603-67CB746FDEF5} /QN ' />
 
     <remove cmd='MsiExec.exe /X{0AEC5248-E4EF-467A-A603-67CB746FDEF5} /QN ' />
 
  </package>
 
  </package>
 +
</source>
 +
 +
 +
[[category:Silent Installers]]

Latest revision as of 15:22, 22 May 2012

This is barcode label designing software. It requires a USB dongle or a code.

 <package 
     id="bradysoft"
     name="Bradysoft Suite 8.5"
     revision="%version%"
     reboot="false"
     priority="10">
     <variable name="version" value="8.5" />
     <check type="uninstall" condition="exists" path="BRADYSOFT %version%" />
     <install cmd='msiexec /i "%SOFTWARE%\bradysoftsuite\bs85\BRADYSOFT 8.5.msi" /qn ' />
     <remove cmd='MsiExec.exe /X{0AEC5248-E4EF-467A-A603-67CB746FDEF5} /QN ' />
 </package>