In article <[EMAIL PROTECTED]>,
    tgoffice <[EMAIL PROTECTED]>  writes:

> I want to create a new local user which should be added automatically to
> "Administrators" and "Users" group.

IMO, this is probably a giant security hole in your application
because your are almost certainly grabbing more privileges and rights
than you need.  The minimum appropriate priveleges and rights should
be added to the new user you're creating -- not granting them
arbitrary access to do anything on the machine by adding them to
Administrators.  At the very least, this new user better be disabled
for interactive logins.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to