Difference between revisions of "Labview"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
Line 2: Line 2:
  
 
  <package id="labview" name="Labview" revision="1" priority="0" reboot="true">
 
  <package id="labview" name="Labview" revision="1" priority="0" reboot="true">
  <check type="file" condition="exists" path='C:\Program Files\National Instruments\LabVIEW 7.0\LabVIEW.exe' />
+
  <check type="file" condition="exists" path='%PROGRAMFILES%\National Instruments\LabVIEW 7.0\LabVIEW.exe' />
  <install cmd='\\server\share\labview\windows\setup.exe /q /r:n' >
+
  <install cmd='%SOFTWARE%\labview\windows\setup.exe /q /r:n' >
 
  <exit code="3010" />
 
  <exit code="3010" />
 
  </install>
 
  </install>
 
  <remove cmd="msiexec /x{2C585265-527B-4D76-B9B4-2F037C33C40C} /qn /norestart" />
 
  <remove cmd="msiexec /x{2C585265-527B-4D76-B9B4-2F037C33C40C} /qn /norestart" />
<upgrade cmd='' />
 
 
  </package>
 
  </package>
  
[[category:Silent Installers|Labview]]
+
[[category:Silent Installers]]

Revision as of 19:58, 2 October 2006

This is a silent installer and uninstaller for Labview.

<package id="labview" name="Labview" revision="1" priority="0" reboot="true">
<check type="file" condition="exists" path='%PROGRAMFILES%\National Instruments\LabVIEW 7.0\LabVIEW.exe' />
<install cmd='%SOFTWARE%\labview\windows\setup.exe /q /r:n' >
<exit code="3010" />
</install>
<remove cmd="msiexec /x{2C585265-527B-4D76-B9B4-2F037C33C40C} /qn /norestart" />
</package>