Hi all,

In my MSI I have a checkbox on the last dialog (the Exit dialog). If the user 
ticks the checkbox, I would like to set a registry value. This is to provide 
some information to an application that runs after the MSI has completed.

What is the best way of doing this? AFAIK I can't simply define a Registry 
element in my WiX, because the installation of the product will already have 
been completed by the time the Exit dialog is displayed. Do I need to create my 
registry value manually from within a custom action? Are there any risks 
involved with that (i.e. permissions problems because I'm running a custom 
action in the UI phase and I will need access to HKLM)?

Any help would be appreciated.

Thanks,

Mike Bednarek
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to