Execute a .msi file during setup
I have a problem to execute a .msi file in quiet mode during the setup. I use the following command but it does no work:
ExecWait "$INSTDIR\exemple.msi /quiet"
Do you Have any idea?
Archive: Execute a .msi file during setup
Execute a .msi file during setup
I have a problem to execute a .msi file in quiet mode during the setup. I use the following command but it does no work:
ExecWait "$INSTDIR\exemple.msi /quiet"
Do you Have any idea?
Hi,
use below
ExecWait '"msiexec" /i "$INSTDIR\example.msi"'