Bei Liu (Volt) wrote:

1) My custom action return code is 0 for success, so in the log file, according to msdn, the return code should be 1, however, it is 0 in the log file.


What type of custom action are you using? The proper return value depends on the type. If MSI is logging a 0, then it couldn't execute the CA.

When use "AsyncWait" it didn't give error dialog. When use "check", it gave the error dialog.


Which error dialog?

2) I'm not quite understand "two" custom actions, can you give an example?


All the WiX custom actions like XmlConfig support rollback. The MSI SDK documents how they have to configured.

--
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