Changes

Jump to: navigation, search

Labview

24 bytes added, 13:19, 19 September 2018
m
no edit summary
'''LabViewLabVIEW''' is an IDE targeted to for laboratory instrumentsand industrial measurement, automation and control. More infos from [http://www.ni.com/lwcvi/ here].
=== Labview LabVIEW 8.6 ===
First you need to create a nisuite.xml by using the flag: /generatespecfile
<source lang="xml">
<package id='labview8LabVIEW8' name='Labview LabVIEW 8.6' revision='1' reboot='false' priority='1239' >
<check type='file' condition='versiongreaterorequal' path='%PROGRAMFILES%\National Instruments\LabVIEW 8.6\LabVIEW.exe' value='8.6.0.4001' />
<install cmd='%PACKAGES%\labviewLabVIEW\8.6\setup.exe /q /r:n /acceptlicenses yes /applyspecfile %PACKAGES%\labviewLabVIEW\8.6\' /><upgrade cmd='%PACKAGES%\labviewLabVIEW\8.6\setup.exe /q /r:n /acceptlicenses yes /applyspecfile %PACKAGES%\labviewLabVIEW\8.6\' />
<remove cmd='"%PROGRAMFILES%\National Instruments\Shared\NIUninstaller\uninst.exe" /qb /x all' />
This is a silent installer and uninstaller for Labview LabVIEW 7.
<source lang="xml">
<package id="labviewLabVIEW" name="LabviewLabVIEW" revision="1" priority="0" reboot="true">
<check type="file" condition="exists" path='%PROGRAMFILES%\National Instruments\LabVIEW 7.0\LabVIEW.exe' />
<install cmd='%SOFTWARE%\labviewLabVIEW\windows\setup.exe /q /r:n' >
<exit code="3010" />
</install>
1
edit

Navigation menu