PDA

View Full Version : Checking for the Admin Rights on latest version of SUF


nickw
11-21-2003, 07:22 AM
Hi People,

I am using this command to check for admin rights on our current installer.

(!%IsUserNTAdmin%) AND !(%IsWin95% OR %IsWin98% OR %IsWinME%)

Now that you have added the Windows 2003 detection in the latest patch for SUF, could someone tell me what to add to that command to make sure it works with Windows 2003 please?

Thanks in advance,

Brett
11-21-2003, 08:05 AM
That check should work fine with Win 2003 because it supports detecting the administrative privilidges.

nickw
11-21-2003, 08:10 AM
Thanks Brett,

Just wanted to clarify ;-)

Nick.