Re: [WiX-users] adding registry entries when a checkbox is checked

2008-10-06 Thread Bob Arnson
Sean Farrow wrote: > Do I need to move the checkboxto an earlier dialog? > Yes. The property must be set before installation begins. -- sig://boB http://joyofsetup.com/ - This SF.Net email is sponsored by the Moblin Yo

Re: [WiX-users] adding registry entries when a checkbox is checked

2008-10-06 Thread Sean Farrow
] adding registry entries when a checkbox is checked Sean Farrow wrote: > I need to add registry entries when/if a checkbox is checked on my > finish page. > I also need these entries to be removed during uninstallation if added > diring installation. > What is the best way of

Re: [WiX-users] adding registry entries when a checkbox is checked

2008-10-05 Thread Bob Arnson
Sean Farrow wrote: > I need to add registry entries when/if a checkbox is checked on my > finish page. > I also need these entries to be removed during uninstallation if added > diring installation. > What is the best way of achieving this? > There's no way to add registry entries after install

[WiX-users] adding registry entries when a checkbox is checked

2008-10-05 Thread Sean Farrow
Hi: I need to add registry entries when/if a checkbox is checked on my finish page. I also need these entries to be removed during uninstallation if added diring installation. What is the best way of achieving this? Cheers Sean.