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 instead of string for 
Everyone.

I tried to add Everyone's SID (S-1-1-0) but it did not work.

What is the best way to make this action language neutral?


Thanks
Lian

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to