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

2010-01-27 Thread Blair
After the finish button? HKCU or HKLM? Outside of the transaction you typically don't have rights to privileged areas, so HKLM is out, unless you spawn a second transaction somehow (possibly via a separate feature using ADDLOCAL). If it is HKCU, is it then configuration instead of installation? U

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