Re: [WiX-users] Scheduling includes invalid actions

2010-12-08 Thread Neil Sleightholm
l discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Scheduling includes invalid actions Currently it is by design that any action you reference using Before or After when scheduling any other action creates a reference to that referenced action, which will cause that ac

Re: [WiX-users] Scheduling includes invalid actions

2010-12-07 Thread Blair
Tuesday, December 07, 2010 2:05 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Scheduling includes invalid actions This is what the log looks like: Action ended 21:55:50: ProcessComponents. Return value 1. Action start 21:55:50: UnpublishFeatures. MSI (s) (

Re: [WiX-users] Scheduling includes invalid actions

2010-12-07 Thread Neil Sleightholm
sching.com] Sent: 07 December 2010 19:12 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Scheduling includes invalid actions Can you be more specific about what failed? Log file snippet would be ideal. On Mon, Dec 6, 2010 at 5:25 AM, Neil Sleightholm wrote: >

Re: [WiX-users] Scheduling includes invalid actions

2010-12-07 Thread Rob Mensching
Can you be more specific about what failed? Log file snippet would be ideal. On Mon, Dec 6, 2010 at 5:25 AM, Neil Sleightholm wrote: > I scheduled a custom action after SchedSecureObjects but I didn't > actually have the SecureObjects table in my code. The code compiled ok > but it added the Sch

[WiX-users] Scheduling includes invalid actions

2010-12-06 Thread Neil Sleightholm
I scheduled a custom action after SchedSecureObjects but I didn't actually have the SecureObjects table in my code. The code compiled ok but it added the SchedSecureObjects action to the InstallExecuteSequence. When I ran the install SchedSecureObjects tried to run but failed because SecureObjects