I have to install a .msi package through Azure ARM template.There are several parameter inputs that need to be provided during installation. How do we achieve this using Package resource of DSC? How to provide these inputs?
How do we know the arguments name of a given .msi file e.g. in the example that you provided, you used ADD_OPINSIGHTS_WORKSPACE, OPINSIGHTS_WORKSPACE_ID etc. How do we get these names from a .msi file. Is there any powershell command for this.
Hi,
Sometime, the package you try to install exists in Chocolatey (you can browse packages here: Chocolatey Software | Packages).
If you find your package, you can have a look at setup script in th package page (Files section). You may find somthing like: