Jeelan Sheriff wrote:

When I click on the Install button, I want the files that are packaged in the MSI file to get copied(my installation is just basic copying of dependent files) to the install share, and then the 'Final Dialog' to come up. Currently I am just able to navigate to the next dialog, and after closing the setup wizard, the files are getting copied by default.


That probably means you have another modal dialog in the InstallUISequence, so MSI is showing it before running ExecuteAction. Take a look at how WixUI implemented InstallUISequence.

--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to