let's say i have msi "foo.msi" if I want to pass an option like
foo.msi <option>
Is it possible? If so, how can I do this? I am using cx_freeze to create msi
MSI is executed by Msiexec.exe, therefore only command line options supported by Msiexec.exe are possible: 1 , 2 .