Re: [WiX-users] Errormsg on custom action & remove default userinfo

2007-05-09 Thread Stefan Krueger [MVP]
To abort the install from a DLL custom action have the DLL return something different from ERROR_SUCCESS and make sure your custom action is configured to evaluate the return value. >From the SDK docs for the USERNAME and USERNAME properties: Set the NOUSERNAME property to suppress the automatic

[WiX-users] Errormsg on custom action & remove default userinfo

2007-05-08 Thread Pseudonymic Wannabe
We do some dependency checks via a DLL called with custom actions, how can one show the Error Dialog/Errorbox with a message depending on the callback from the custom action or property? Another thing, on our user registration dialogue for some reason MSI fills inn the Username and Company aut