Re: [WiX-users] [Wix 3.0] Can't get PermissionEx working...

2008-02-20 Thread KStuart
Dominik Guder wrote: > > Instead of searching the registry I used [LOGONDOMAIN] as domain > attribute. > (besides this I don't have HKCU\Volatile Environment\USERDOMAIN entry in > registry) > Huh! I looked thru all the properties in the Properties section of the Windows Installer Guide but di

Re: [WiX-users] [Wix 3.0] Can't get PermissionEx working...

2008-02-20 Thread Dominik Guder
KStuart wrote: > > the case it should probably be marked at such in the schema, anyway I > can't use [ComputerName] as the domain value as that would be assuming the > logged on user was local, however if it interests anyone I played around a > bit and came up with the following simple solution

Re: [WiX-users] [Wix 3.0] Can't get PermissionEx working...

2008-02-19 Thread Bob Arnson
KStuart wrote: > Hi Bob, thanks for the reply, yes it was causing a rollback, however, being > new to WiX I was not reading the verbose debug log properly and just > searching for the first error and assuming that was the failure point , > looking again I noticed a similar SchedSecureObject error f

Re: [WiX-users] [Wix 3.0] Can't get PermissionEx working...

2008-02-19 Thread KStuart
Hi Bob, thanks for the reply, yes it was causing a rollback, however, being new to WiX I was not reading the verbose debug log properly and just searching for the first error and assuming that was the failure point , looking again I noticed a similar SchedSecureObject error further down regarding

Re: [WiX-users] [Wix 3.0] Can't get PermissionEx working...

2008-02-19 Thread Bob Arnson
[EMAIL PROTECTED] wrote: > The above fails with the following error, > > SchedSecureObjects: Error 0x80070002: failed to get security info for > object: C:\ProgramData\TestFolder\ > Does it cause the install to fail and roll back? -- sig://boB http://joyofsetup.com/ -