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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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\
>> 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
> 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
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):
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
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
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
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
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
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
25 matches
Mail list logo