Re: [WiX-users] Modifying registry key permissions for new user

2006-11-24 Thread Matthew Moses
Sorry, it looks like I jumped the gun on this one. I was receiving an error message about the user not being valid. However, I upgraded to the latest release of WiX and began getting an error regarding the SecureObject column being null. Turns out I had neglected to set the RegistryKey/@Action attr

Re: [WiX-users] Modifying registry key permissions for new user

2006-11-22 Thread Bob Arnson
Matthew Moses wrote: > My initial thought was to use the PermissionEx element nested under an > appropriate RegistryKey element. However, this doesn't seem to work as > the user has not been created by the time the installer attempts to > set the permissions on the registry key. > ConfigureUser