Re: [WiX-users] what happens during a repair

2010-12-28 Thread Rob Mensching
Rob Mensching [mailto:r...@robmensching.com] > Sent: 28 December 2010 16:27 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] what happens during a repair > > The custom action will run again. For data driven custom actions that > modify machine state,

Re: [WiX-users] what happens during a repair

2010-12-28 Thread Sean Farrow
Hi: Can you give me some examples of WiX custom actions that modify machine state? Cheers Sean. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 28 December 2010 16:27 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] what

Re: [WiX-users] what happens during a repair

2010-12-28 Thread Rob Mensching
The custom action will run again. For data driven custom actions that modify machine state, the custom action should decide what to do (create, delete, update) based on the action state of a Component. This is important because in repair you could have Components in all action states: none, install