Re: [WiX-users] Adding ticks to immediate custom actions

2012-10-17 Thread Peter Shirtcliffe
progress into a sensible way. -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: 17 October 2012 12:03 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Adding ticks to immediate custom actions Thanks for all that inf

Re: [WiX-users] Adding ticks to immediate custom actions

2012-10-17 Thread Natalie Carr
ailto:natalie.c...@measuresoft.com] Sent: 17 October 2012 11:40 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Adding ticks to immediate custom actions Thanks Peter, I get 4 properties from my MSI in my custom action so that is why it is immediate.

Re: [WiX-users] Adding ticks to immediate custom actions

2012-10-17 Thread Peter Shirtcliffe
Sent: 17 October 2012 11:40 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Adding ticks to immediate custom actions Thanks Peter, I get 4 properties from my MSI in my custom action so that is why it is immediate. Am I correct in thinking you cannot get pr

Re: [WiX-users] Adding ticks to immediate custom actions

2012-10-17 Thread Natalie Carr
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Adding ticks to immediate custom actions You ultimately have to call MsiProcessMessage. The Wix SDK might have some useful functions to make that easier. Scheduling a deferred CA with WcaDoDeferredAction from the Wix SDK is

Re: [WiX-users] Adding ticks to immediate custom actions

2012-10-17 Thread Peter Shirtcliffe
You ultimately have to call MsiProcessMessage. The Wix SDK might have some useful functions to make that easier. Scheduling a deferred CA with WcaDoDeferredAction from the Wix SDK is easy because it allows you to specify the ticks as its 3rd parameter. There might be an equivalent for immediate ac