Re: [WiX-users] Registry and Permission

2007-10-15 Thread Bob Arnson

Harini Gurusamy wrote:


 

 < Permission Extended ="yes" Read="yes" User="Everyone" />



 

This works on 32 bit . But when Installing the msi on 64 bit , it 
throws an error /ExecSecureObjects:  Error 0x80070002: failed to get 
security info for object: /




When you use Permission/@Extended="yes", WiX runs a custom action; it's 
a 32-bit CA that doesn't know anything about the 64-bit portion of the 
registry so it can't write the ACLs. Please open a bug -- the CA should 
disable redirection for 64-bit components.


--
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Registry and Permission

2007-10-15 Thread Harini Gurusamy
To whom should the bug be assigned to ?

From: Bob Arnson [EMAIL PROTECTED]
Sent: Monday, October 15, 2007 10:15 PM
To: Harini Gurusamy
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Registry and Permission

Harini Gurusamy wrote:
 
 < Permission Extended =”yes” Read=”yes” User=”Everyone” />


This works on 32 bit . But when Installing the msi on 64 bit , it throws an 
error ExecSecureObjects:  Error 0x80070002: failed to get security info for 
object:

When you use Permission/@Extended="yes", WiX runs a custom action; it's a 
32-bit CA that doesn't know anything about the 64-bit portion of the registry 
so it can't write the ACLs. Please open a bug -- the CA should disable 
redirection for 64-bit components.

--
sig://boB
http://joyofsetup.com/
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Registry and Permission

2007-10-16 Thread Bob Arnson

Harini Gurusamy wrote:

To whom should the bug be assigned to ?


Please leave it assigned to the default (None, I believe). Whoever 
volunteers to fix the bug will assign it to him/herself.


--
sig://boB
http://joyofsetup.com/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users