Re: [WiX-users] Burn Failure 0x8007051b

2013-08-29 Thread Neil Sleightholm
Here http://sourceforge.net/p/wix/bugs/2979 but it turned to be a misunderstanding on my part. Neil -Original Message- From: rowbot [mailto:james.row...@microfocus.com] Sent: 29 August 2013 18:25 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Burn Failure 0x8007051b

Re: [WiX-users] Burn Failure 0x8007051b

2013-08-29 Thread rowbot
@Neil, Where did you raise the bug? Thanks, -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Failure-0x8007051b-tp7578778p7588594.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Burn Failure 0x8007051b

2013-04-22 Thread rowbot
This only works if UAC is disabled... -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Failure-0x8007051b-tp7578778p7585331.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] Burn Failure 0x8007051b

2012-06-14 Thread Bob Arnson
On 12-Jun-12 16:13, Neil Sleightholm wrote: > Yes - Variable: WixBundleElevated = 1 > > Could it be that UAC is disabled therefore it is elevated but it actually > needs to be an administrator as well? Right and Burn has logic to handle that state (same as old-school standard user on XP/2003). Bu

Re: [WiX-users] Burn Failure 0x8007051b

2012-06-14 Thread Neil Sleightholm
The solution for this was to add a bal:Condition to my bundle: Privileged If the user is not an admin and UAC is off then the burn cannot elevate and therefore the install needs to be blocked (like you would with an MSI). Neil -Original Message- From: Neil Sleightholm [mailt

Re: [WiX-users] Burn Failure 0x8007051b

2012-06-13 Thread Neil Sleightholm
: 12 June 2012 17:15 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn Failure 0x8007051b It looks like it has something to do with permissions/uac. If I create a guest user on a Win7 machine and run the package then I get a prompt to say I need to provide an

Re: [WiX-users] Burn Failure 0x8007051b

2012-06-12 Thread Neil Sleightholm
Subject: Re: [WiX-users] Burn Failure 0x8007051b On 12-Jun-12 12:15, Neil Sleightholm wrote: > Comparing the logs it looks like burn is not doing the elevate step. Is WixBundleElevated set? -- sig://boB http://joyofsetup.

Re: [WiX-users] Burn Failure 0x8007051b

2012-06-12 Thread Bob Arnson
On 12-Jun-12 12:15, Neil Sleightholm wrote: > Comparing the logs it looks like burn is not doing the elevate step. Is WixBundleElevated set? -- sig://boB http://joyofsetup.com/ -- Live Security Virtual Conference Excl

Re: [WiX-users] Burn Failure 0x8007051b

2012-06-12 Thread Neil Sleightholm
It looks like it has something to do with permissions/uac. If I create a guest user on a Win7 machine and run the package then I get a prompt to say I need to provide an admin user and if I do it installs ok. On the PC with the issue it is a member of the domain and I have logon rights but not

Re: [WiX-users] Burn Failure 0x8007051b

2012-06-12 Thread Miss Parker
I don't have an answer for you, but I got a similar error (the registration errors) during uninstall and that caused the uninstall to fail. It would be nice to know what's causing this. //Caisa -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Fa