Hello This is not necessarily a WiX question, but what would be the best way to craft a MSI package that will never install? One working solution is to use LaunchCondition like this:
<Product> <Property Id="Aborter" Value="foo"/> <Condition Message="Nothing was installed.">NOT Aborter</Condition> </Product> This just gives me error dialog saying 'Nothing was installed.' (or whatever I like) in the end of "installation" but I'd like to get rid of that. Any ideas? (The point behind this stupidity is to show the very same simple dialog every time MSI is run but never actually install anything.) -- Mikko Järvinen ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users