I need to execute an installation of an msi file from the command line and be able to modify the options in this msi install file (check boxes, radio buttons... etc) from the command line.
I'm using superorca and msiexec to find the properties I would need to modify and to modify them. But since msiexec can only modify public properties I'm stuck since some of the options such as radio buttons and check boxes cannot be changed by just modifying the public properties.
Is there a way for me to modify those public properties from the command line?