I’ve created an MSI that accepts several parameters in as values through the command line install.
Is there a way to include documentation in an MSI so when a user executes the MSI from the command line they can see information that I created on the custom parameters?
For example “Myproject.msi /?” would display the allowable parameters and a brief description.
Probably not the answer you’re looking for, but the quickest way might be to wrap it in a batch file that responded to the appropriate switches.