Re: [WiX-users] Creating a folder with permissions of a new user

2007-09-03 Thread Dominik Guder
Adam Langley-4 wrote: > > > > > > > > Name="MyUser" Password="myuser" RemoveOnUninstall="yes" > PasswordNeverExpires="yes" Domain="[MachineName]" > > > > > > Hi, I had an issue when retrieving a group with util:Group when setting rights on MSMQ. I had to use util:User instead.

[WiX-users] Creating a folder with permissions of a new user

2007-09-03 Thread Adam Langley
I am writing an installer where I need to create a folder, and install a windows service - each to have permissions of a new User that I create during the install. However, it appears during the sanity checking period of the install. The CreateFolder element fails because the user does not yet exi