We have an application that depends on measurement studio. When we setup the project for the first time, these are the manual instructions:
Download the installer (without Driver Software Included) for National Instruments library from
. You’ll be prompted to create an account
-
Execute the installer and install the Trial version of the National Instruments.
-
When you get prompted to Disable Windows Fast Startup, uncheck the box. This should complete the installation of the NI Package Manager
-
Open the NI Package Manager and search for Measurement Studio and Drivers. Start the installation process
-
When prompted DO NOT install any drivers, especially NI-DAQmx; they are not required and may render your computer inoperable. The only box that should be checked is Measurement Studio under the Programming Environments section
-
When prompted for Additional Items, just install Measurement Studio .NET Framework Class Libraries
and Measurement Studio for Visual Studio 2019
-
It’ll prompt again but don’t Disable Windows Fast Startup
Now we want to build this application with GitHub hosted runners. Is there a way to automate the above steps by performing some sort of silent install of measurement studio? I didn't see anything floating around or maybe I missed it.