Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Tony
table. > > >> > > >> http://msdn.microsoft.com/library/aa368069.aspx > > >> > > >> -Blair > > >> > > >> > Date: Tue, 3 Dec 2013 07:43:08 -0500 > > >> > From: yellowjacketl...@gmail.com > > >> > T

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Phil Wilson
gt; http://msdn.microsoft.com/library/aa368069.aspx > >> > >> -Blair > >> > >> > Date: Tue, 3 Dec 2013 07:43:08 -0500 > >> > From: yellowjacketl...@gmail.com > >> > To: wix-users@lists.sourceforge.net > >> > Subject: Re: [WiX-users]

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Tony
px >> >> -Blair >> >> > Date: Tue, 3 Dec 2013 07:43:08 -0500 >> > From: yellowjacketl...@gmail.com >> > To: wix-users@lists.sourceforge.net >> > Subject: Re: [WiX-users] Deferred >> vs. elevation >> > >> > Thanks. >>

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Tony
yellowjacketl...@gmail.com > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Deferred vs. > elevation > > > > Thanks. > > > > What flag/option get set in Windows Installer tables when @Impersonate is > > set to 'no'? >

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread David Watson
Its 0x0800 in CustomAction.Type -Original Message- From: Tony [mailto:yellowjacketl...@gmail.com] Sent: 03 December 2013 12:43 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Deferred vs. elevation Thanks. What flag/option get set in Windows Installer tables

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Blair Murri
you do need to "turn off > > impersonation" by explicitly saying "no". > > > > -Blair > > > > > Date: Mon, 2 Dec 2013 15:32:58 -0500 > > > From: yellowjacketl...@gmail.com > > > To: wix-users@lists.sourceforge.net > > > Subj

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Tony
ot;no". > > -Blair > > > Date: Mon, 2 Dec 2013 15:32:58 -0500 > > From: yellowjacketl...@gmail.com > > To: wix-users@lists.sourceforge.net > > Subject: [WiX-users] Deferred vs. > elevation > > > > I have a deferred custom action that is failin

Re: [WiX-users] Deferred vs. elevation

2013-12-02 Thread Blair Murri
@Impersonate='yes' is the default, so you do need to "turn off impersonation" by explicitly saying "no". -Blair > Date: Mon, 2 Dec 2013 15:32:58 -0500 > From: yellowjacketl...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users]

[WiX-users] Deferred vs. elevation

2013-12-02 Thread Tony
I have a deferred custom action that is failing **UNLESS** I launch the install "Run as Administrator". Any ideas why this is happening? ... NOT Installed ... Do I need to add the 'Impersonate="no"' attribute to make this work (is _assume_ "yes" is the default)? >From the logs...