How to add Messsage After installling Application using MSI
-
Hi , I had developed one MSI for my application. In this MSI, I add custom action by calling EXE to display message. When I run this MSI , my custom message is pop up before the Close button of last screen.But I want to show message after user click on Close button of last screen. If any body know regarding this, please reply to me.
-
Hi , I had developed one MSI for my application. In this MSI, I add custom action by calling EXE to display message. When I run this MSI , my custom message is pop up before the Close button of last screen.But I want to show message after user click on Close button of last screen. If any body know regarding this, please reply to me.
You must put the EXE as a custom action appearing after the "setup complete" dialog. How did you develop the MSI, what application did you use?