LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Engine VISA Treiber in EINEM Installationsschritt - wie ?

Folgendes Problem:
Mein Programm benutzt den seriellen Anschluss. Damit das funktioniert müssen sowohl die Runtime Engine als auch der Visa-Treiber installiert werden. Beim Visa Treiber 3.01 soll man sogar noch eine fehlerhafte Datei per Hand austauschen - Wie bring ich das Ganze in die vom Application Builder erzeugte Installation ?
Man kann ja kaum dem Kunden zumuten, 2 Programminstallationen durchzuführen und dann noch eine Systemdatei manuell zu patchen..!
0 Kudos
Message 1 of 3
(2,591 Views)
[English Translation]
My Application uses a serial port so I have to install the LabView Run-time Engine and the Visa driver. According to documentation of the Visa driver 3.01 I ought to patch a buggy system file manually after installation.
Can someone tell me how to pack these 3 steps into my installation program built by LabView Application Builder 6.1 ?
0 Kudos
Message 2 of 3
(2,591 Views)
Just an idea for a workaround:
-Include the VISA Install files as support files into your main install package.
-In the installer options you can start a program after installion, so it should be possible to start the VISA installation
-For the patch... maybe that might work with a script (.bat) file that you start for the installation and replacement ? But then you shouldn't reboot after Visa installation and do this reboot in the script.

Henrik
Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 3 of 3
(2,591 Views)