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.