Markus Libiseller wrote:

Thanks for your answer. I would like to set a property that prevents the start of my custom action in cases of installation failures, perhaps if the service could not be installed or anything. How can I set a property (let’s call it ‘installationError’) in the WIX-file that gets the value ‘true’ if any errors happened? I would like ‘handle’ this case in the custom action.

Please keep wix-users on the list so everyone can participate.

If an installation action fails, the whole install fails. There are exceptions for custom actions, where errors can be ignored -- and a few rare cases, such as marking services as non-vital -- but they don't record their errors.

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