Re: [WiX-users] how to add language neutral Everyone user to a group

2009-09-30 Thread Michael Bednarek
7;m not sure if this is the "best" way to achieve this sort of thing, but it worked for us! Mike -Original Message- From: Lian Jiang [mailto:lji...@microsoft.com] Sent: 30 September 2009 21:47 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] how to add la

[WiX-users] how to add language neutral Everyone user to a group

2009-09-30 Thread Lian Jiang
Hi, My installer adds Everyone user to a group using this VBscript: set group=GetObject("WinNT://./remote desktop users") group.add "WinNT://everyone" Unfortunately, it does not work on non-en-us locale machines. I guess "Everyone" need to be localized or I should use SID instea