10-03-2024 03:01 AM
Hello All
A question about TestStand deployment:
I have the following challenge:
I hope my question makes sense, how would you do this?
Marinus
10-11-2024 08:57 PM
You are on the right track. We always do what we call a baseline installer that has the runtime engines, drivers, etc.... the things that we do NOT edit and come from a third party (in this case NI). Then we install our high-mix test on top of that. I would recommend using NIPM to deploy but that might be too much of a lift for you at this time since you have a process that works.
If you have to release to a PLM then I would create my own installer, so Option 1. If you are ok with just giving them instructions to download from the vendor then Option 3. Option 2 seems painful but the advantage over Option 3 is that they will get the right versions.
Option 1 gives you the MOST control in that the end user will always have exactly what they need/want.
10-12-2024 11:48 AM
Marinuss -
If preventing the display of the activation prompt at the end of running an installer is the focus of your mitigation options, the below snippet might help, and see the the linked page for a list of other options:
To make the installation process skip any license activation, include the --prevent-activation option in the command prompt.
start "" /wait "path of install.exe" --prevent-activationNote: License activation must still be performed to use any product requiring activation.