We are looking to begin using CI/CD on Azure DevOps - via GitHub - but these controls need to have the license activated on the box running the compile.
It's an MSI file that does this. I know I can run
msiexec /i C:\setup.msi [package_parameters] /qn /norestart
But I don't know what the [package_parameters]
might be. I was hoping someone out there had any ideas.