nkosala
07-09-2009, 07:47 AM
Hi All,
I have a separate exe which I need to run after I click the "Finish" button in the "SetupCompleteSuccess" dialog(the final dialog) "Action1". Then after I close the exe the silent uninstallation should run "Action2".
For this exe executing action, I have created a Custom Action called "Action1".
Then after I close that exe, then I run a command line argument under another custom action called "Action2". (cmd.exe start /min %comspec% /c UnInstCustexe.bat). This will uninstall the installed exe and it’s components “silently”.
Currently this is not happening as expected, the exe is running before the "SetupCompleteSuccess" dialog and uninstallation goes successfullt. Buy the last "SetupCompleteSuccess" dialog is remaining.
Can anyone help me to solve this problem.
Regards,
Nalinda.
I have a separate exe which I need to run after I click the "Finish" button in the "SetupCompleteSuccess" dialog(the final dialog) "Action1". Then after I close the exe the silent uninstallation should run "Action2".
For this exe executing action, I have created a Custom Action called "Action1".
Then after I close that exe, then I run a command line argument under another custom action called "Action2". (cmd.exe start /min %comspec% /c UnInstCustexe.bat). This will uninstall the installed exe and it’s components “silently”.
Currently this is not happening as expected, the exe is running before the "SetupCompleteSuccess" dialog and uninstallation goes successfullt. Buy the last "SetupCompleteSuccess" dialog is remaining.
Can anyone help me to solve this problem.
Regards,
Nalinda.