Eric Latendresse wrote:

I am trying to execute a custom action on a specific dialog after the ValidateProductID event. I have tried using <InstallUISequence> and also <InstallExecuteSequence>. InsatllUISequence executes the TestDialog right away which is not what I need. The InstallExecuteSequence does not seem to pass the PIDKEY value to my CA. Can someone point me in the right direction on how I should do this correctly? Basicly what I need to do is execute the CA after the user has entered the key on the LicenseKeyDialog. The CA should return the ProductID value to DisplayLicenseDialog. Attached is my .wxs.


Use Publish/@Event="DoAction" with a Value attribute of the CA name.

--
sig://boB
http://joyofsetup.com/

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

Reply via email to