Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... [GB]

2014-11-12 Thread Steve-Ogilvie
so is using this okay?? [WIX_ACCOUNT_NETWORKSERVICE]? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RE-SPAM-Re-setting-permissions-when-creating-folder-GB-tp7597876p7597885.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... [GB]

2014-11-12 Thread Steven Ogilvie
:steven.ogil...@titus.com] Sent: Wednesday, November 12, 2014 11:12 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... [GB] Classification: General Business So I would use: ?? Steve [Latest TITUS News!]<http://www.t

Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... [GB]

2014-11-12 Thread John Cooper
land [mailto:[hidden email]] Sent: Wednesday, November 12, 2014 10:59 AM To: [hidden email] Subject: [WiX-users] [SPAM] Re: setting permissions when creating folder... Use the Well-Known SID to look up the localized name for built-in accounts. I think the C# code would look like this:

Re: [WiX-users] [SPAM] Re: setting permissions when creating folder... [GB]

2014-11-12 Thread Steve-Ogilvie
9 AM To: [hidden email] Subject: [WiX-users] [SPAM] Re: setting permissions when creating folder... Use the Well-Known SID to look up the localized name for built-in accounts. I think the C# code would look like this: string aSID = new SecurityIdentifier(WellKnownSidType.Local

Re: [WiX-users] [SPAM] Re: setting permissions when creating folder...

2014-11-12 Thread John Cooper
ject: [WiX-users] [SPAM] Re: setting permissions when creating folder... Use the Well-Known SID to look up the localized name for built-in accounts. I think the C# code would look like this: string aSID = new SecurityIdentifier(WellKnownSidType.LocalServiceSid, null).ToSt

Re: [WiX-users] [SPAM] Re: setting permissions when creating folder...

2014-11-12 Thread Carter Young
This also needs to be posted in the Finnish language Pack post... Quoting Phill Hogland : > Use the Well-Known SID to look up the localized name for built-in accounts. > > I think the C# code would look like this: > string aSID = new > SecurityIdentifier(WellKnownSidType.Local

[WiX-users] [SPAM] Re: setting permissions when creating folder...

2014-11-12 Thread Phill Hogland
Use the Well-Known SID to look up the localized name for built-in accounts. I think the C# code would look like this: string aSID = new SecurityIdentifier(WellKnownSidType.LocalServiceSid, null).ToString(); string domain_localService = new System.Security.Pr