Re: [WiX-users] Changing Permissions To Registry

2012-11-22 Thread Peter Shirtcliffe
: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Changing Permissions To Registry Not working in the sense its not assigning permissions to that folder.. Not using braces in my code.for understanding itself I mentioned braces.. -Original Message-

Re: [WiX-users] Changing Permissions To Registry

2012-11-22 Thread Chaitanya
Subject: Re: [WiX-users] Changing Permissions To Registry Just a few questions to help clarify: What do you mean when you say it's not working? Where are you putting the PermissionEx elements? Inside of a RegistryKey element? In your code sample you're using curly braces: {username}. Is th

Re: [WiX-users] Changing Permissions To Registry

2012-11-21 Thread Nick Ramirez
Just a few questions to help clarify: What do you mean when you say it's not working? Where are you putting the PermissionEx elements? Inside of a RegistryKey element? In your code sample you're using curly braces: {username}. Is that how you have it for real? -- View this message in context:

[WiX-users] Changing Permissions To Registry

2012-11-20 Thread Chaitanya
Hi, I have a problem in changing permissions to registry entry. Iam using these tags for assinigning permissions The same command I used for folders it's working. But,when I used for registries it's not working. Thanks & regards, Chaitanya. --