Page 1 of 1

[SOLVED] Eurosmart Latis Bio or Pro Package

Published: May 28, 2020 - 3:45 PM
by gaelds
Hello,
has anyone ever found a way to deploy Eurosmart's Latis Bio and Latis Pro software via Wapt?

Re: Latis Bio-Pro Pack

Published: May 28, 2020 - 4:37 PM
by gaelds
I finally received a response from Eurosmart. Here's the code to use, in case it helps others:

3 possible methods

- One by one:
For LATIS-Pro: I-Latis-5.XXXexe /VERYSILENT /SERIALLTP=LTP-XXX-XXX-XXX /COMPONENTS=LatisPro
For LATIS-Bio: I-Latis-5.XXXexe /VERYSILENT /SERIALLTB=LTB-XXX-XXX-XXX /COMPONENTS=LatisBio

- Both at the same time:
Example if you want to deploy both programs simultaneously:
I-Latis-5.XXXexe /VERYSILENT /SERIALLTP=LTP-XXX-XXX-XXX /SERIALLTB=LTB-XXX-XXX-XXX /COMPONENTS=LatisPro,LatisBio

- By specifying a particular path:
Example if you need to specify a particular path, here's the command line for LATIS-Pro:
I-Latis-5.XXXexe",'/VERYSILENT /SERIALLTP=LTP-XXX-XXX-XXX /SERIALLTB=


I chose to install the Bio and Pro versions at the same time, and this is what it looks like in setup.py:

LTB-XXX-XXX-XXX /COMPONENTS=LatisPro,LatisBio',key='',min_version='5.6.25.0')