Re: [WiX-users] Registry permissions are not inherited

2012-05-02 Thread Francisco Gabriel Malbrán
iX - many open source projects have an entire page dedicated to > this topic). I am left scratching my head... Is this something that will > eventually become part of a future WiX version, or were there reasons for > not merging code for the new feature? Or does the code need more work? It &g

Re: [WiX-users] Registry permissions are not inherited

2011-08-08 Thread James Johnston
for the new feature? Or does the code need more work? It would be nice to not have to constantly merge an old patch with every new version of WiX. :) Best regards, James Johnston -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Saturday, August 06, 20

Re: [WiX-users] Registry permissions are not inherited

2011-08-06 Thread Rob Mensching
That is the behavior of the Windows Installer. Take a look at the WixUtilExtension PermissionEx. On Fri, Aug 5, 2011 at 12:44 PM, James Johnston wrote: > Hi, > > I'm trying to create some default registry keys for a component in > HKEY_LOCAL_MACHINE that all users should have full access to. Her

[WiX-users] Registry permissions are not inherited

2011-08-05 Thread James Johnston
Hi, I'm trying to create some default registry keys for a component in HKEY_LOCAL_MACHINE that all users should have full access to. Here's what I've got so far: The keys I would like created

[WiX-users] Registry Permissions

2010-08-17 Thread Maillet, Ed
Hey all, I'm stuck on what should be simple. I can't figure out how to get the registry permission set correctly. I've got some mental block or something. Writing my Compiler extensions wasn't this hard. I'm trying to do something very simple. 1) Create a reg key (e.g. HKLM\Software\AcmeCo\M

Re: [WiX-users] Registry Permissions

2009-05-19 Thread Yan Sklyarenko
ler XML toolset. Subject: [WiX-users] Registry Permissions Hi, My requirement is to provide Full Control to the Registry Node and its Child Nodes Ex : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\ I was able to attack this using the . Thing happening is that it is providing the

[WiX-users] Registry Permissions

2009-05-19 Thread Kusuma Sudheer Kumar (Tata Consultancy Services)
Hi, My requirement is to provide Full Control to the Registry Node and its Child Nodes Ex : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\ I was able to attack this using the . Thing happening is that it is providing the permissions to the EventLog for Network service but it

Re: [WiX-users] registry permissions on new groups

2008-11-05 Thread Bob Arnson
Ian Elliott (Excell Data Corporation) wrote: > Say I create a group called "Group A". Now, if I want to add permissions for > this group to a registry key, what would the PermissionEx tag look like? > I don't know that it's supported. SecureObjects relies on LookupAccountName, which is failin

Re: [WiX-users] registry permissions on new groups

2008-11-04 Thread Ian Elliott (Excell Data Corporation)
ssage- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 11:34 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] registry permissions on new groups Ian Elliott (Excell Data Corporation) wrote: > I'm having trouble trying

Re: [WiX-users] registry permissions on new groups

2008-11-04 Thread Ian Elliott (Excell Data Corporation)
Thanks, Bob. The scheduling is correct so I have an error somewhere. I should be able to find it now. -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 11:34 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users

Re: [WiX-users] registry permissions on new groups

2008-11-04 Thread Bob Arnson
Ian Elliott (Excell Data Corporation) wrote: > I'm having trouble trying to use PermissionsEx to set permissions for the new > group. Is this possible or does it only allow setting permissions for > "standard" groups such as Network Service, Administrators, etc? > They're formatted strings, s

Re: [WiX-users] registry permissions on new groups

2008-11-04 Thread Chad Miles
WiX doesn't support group creation I believe. On Tue, Nov 4, 2008 at 2:20 PM, Ian Elliott (Excell Data Corporation) < [EMAIL PROTECTED]> wrote: > Hi, > > I've been tasked with the following: > > 1.)Create a new group > > 2.)Add permissions to the new group on a registry key > > I couldn't

[WiX-users] registry permissions on new groups

2008-11-04 Thread Ian Elliott (Excell Data Corporation)
Hi, I've been tasked with the following: 1.)Create a new group 2.)Add permissions to the new group on a registry key I couldn't find a way to create a new group via wix so ended up using a custom action which calls net.exe. I'm having trouble trying to use PermissionsEx to set permiss

[WiX-users] Registry Permissions applied to subkeys

2008-06-17 Thread Mole, Chris
All, I'm using WiX v3.0.3526.0. Code as follows: The problem is that the permissions are only applied to the 'Test' key. How can I set it so the permissions are inherited by subkeys? Thanks, Chris - Check out the ne

Re: [WiX-users] Registry permissions in Wix

2008-06-15 Thread Bob Arnson
Carl Caulkett wrote: > It works fine if there is no existing registry key, but fails when it > tries to overwrite existing values. How was the original value written? It's possible to apply permissions that would prevent MSI from overwriting. Also, I've seen that error when the value being writ

[WiX-users] Registry permissions in Wix

2008-06-12 Thread Carl Caulkett
Wix 3.0.4123 + VS2005 Hello, I am working on an installer which writes values to a key within HKLM. It works fine if there is no existing registry key, but fails when it tries to overwrite existing values. I get the error message: "Could not write value Enabled to key \SOFTWARE\xxx\yyy\

Re: [WiX-users] Registry permissions messed up after installing package

2008-02-21 Thread Arild Bakken
>> Hi, >> I'm authoring an installer package that need to register a couple of DLLs in >> the registry (traditionally done by regsvr32). I used heat.exe to generate >> the >> >> After installing the package: >> Administrator (Full control - not inherited) (the user, not the group) >> Syste

Re: [WiX-users] Registry permissions messed up after installing package

2008-02-21 Thread Arild Bakken
> Hi, > I'm authoring an installer package that need to register a couple of DLLs in > the registry (traditionally done by regsvr32). I used heat.exe to generate the > > After installing the package: > Administrator (Full control - not inherited) (the user, not the group) > System (Full con

[WiX-users] Registry permissions messed up after installing package

2008-02-20 Thread Arild Bakken
Hi, I'm authoring an installer package that need to register a couple of DLLs in the registry (traditionally done by regsvr32). I used heat.exe to generate the proper WiX syntax for this (updated the component and file ID's afterwards):

[WiX-users] Registry permissions are deleted on rollback

2007-10-10 Thread Brabec, Jan
Hi, I have a small problem during major upgrade with Registry/Permission element. I have created a very simple example replicating the problem, the sources are below. Steps to recreate: 1. In msi version 1 I create registry key and add some permission to it for "NetworkService" user. 2. In msi

Re: [WiX-users] Registry permissions query

2007-08-10 Thread Bob Arnson
Callum Hibbert wrote: > In my WiX script I was writing to "HKEY_CLASSES_ROOT" which > effectively wrote to the "HKCU/Software/Classes" That means your product is set to install per-user. If you're writing per-machine data (such as HKLM), you should set the ALLUSERS property to 1 to indicate you

Re: [WiX-users] Registry permissions query

2007-08-10 Thread Callum Hibbert
Hello, I resolve this issue. In case anyone is searching a mail archive somewhere here is the answer. The issue revolves around the "HKEY_CLASSES_ROOT" section of the Registry. This doesn't actually exist and is a merge of the "HKLM/Software/Classes" and "HKCU/Software/Classes" sections. In my W

[WiX-users] Registry permissions query

2007-08-10 Thread Callum Hibbert
Hello, I am writing an installer with WiX to install a couple of Custom Adapters for BizTalk. I have manually installed the adapters successfully, using the WiX installer I am having one problem relating to the permissions on the registry keys. The adapters need a number of registry settings. Wit

Re: [WiX-users] Registry Permissions

2007-07-24 Thread Mike Dimmick
to:[EMAIL PROTECTED] On Behalf Of Brian Poploskie Sent: 24 July 2007 14:03 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Registry Permissions I'm attempting to add permissions to an existing registry key during installation. The problem is what happens when I try that is the o

[WiX-users] Registry Permissions

2007-07-24 Thread Brian Poploskie
I'm attempting to add permissions to an existing registry key during installation. The problem is what happens when I try that is the original key is overwritten by a new key. The new key has the correct permissions but this causes a lot of problems. The tag I'm using is: What I