PDA

View Full Version : requireAdministrator for WindowsXP



NewsArchive
05-03-2012, 02:28 AM
Hey,

How can I check admin rights on Windows XP - if the setup is started?


BEst regards.

Dirk

NewsArchive
05-03-2012, 02:29 AM
Dirk,

>
> How can I check admin rights on Windows XP - if the setup is started?
>

For example:

If %PRIVILEGES% Equals "Admin" Then
Display Message Box "You have Admin privileges yada" -- ""
End


--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is Windows installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
05-03-2012, 02:47 AM
Thank you :)

Dirk Büchel