Hello,
In my MSI installer I am able to run a Custom Action/Run Executable during the installation process (it runs a batch file that I install as part of the MSI)
During the uninstllation process, I would like to run a second batch that was installed with the MSI before it starts removing files. Ideally before it checks to see if the installed EXE is running.
how can I configure the custom action to do this?
Thanks
In my MSI installer I am able to run a Custom Action/Run Executable during the installation process (it runs a batch file that I install as part of the MSI)
During the uninstllation process, I would like to run a second batch that was installed with the MSI before it starts removing files. Ideally before it checks to see if the installed EXE is running.
how can I configure the custom action to do this?
Thanks
Comment