Re: [WiX-users] performing an action after the finish buton has been pressed

2010-01-27 Thread Blair
iX-users] performing an action after the finish buton has been pressed Hi: Within an installation I'm currently writing, I have a checkbox that sets a property on one of the dialogues. This property control whether registry values are written. I probably though msi best practices is to add

Re: [WiX-users] performing an action after the finish buton has been pressed

2010-01-26 Thread Rob Mensching
All of the actions that change the state of the machine should be done during the transaction (the progress bar part). There is nothing built in to handle modifying machine state outside of the transaction because it wouldn't be rolledback correctly. On Tue, Jan 26, 2010 at 8:14 PM, sean farrow wr

[WiX-users] performing an action after the finish buton has been pressed

2010-01-26 Thread sean farrow
Hi: Within an installation I'm currently writing, I have a checkbox that sets a property on one of the dialogues. This property control whether registry values are written. I probably though msi best practices is to add the registry entries to a component, and base them on a property, i.e the pro