Announcement

Collapse
No announcement yet.

Registry Key

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Registry Key

    I have a menu that needs to install Adobe 5.0. I am worried that a portion of my target audience will not have rights (NT&2K) to install software. Is there a registry key I can check to see if they have these permissions? Is there a better way to do it?

    Thanksahmillion

  • #2
    Re: Registry Key

    Hi,

    You should use the built-in variable %IsUserNTAdmin%

    This is from the help file:

    %IsUserNTAdmin%
    Whether or not the user of your setup is currently logged into Windows NT with Administrator permission. Returns "True" or "False". On non-Windows NT systems, this will always return "False".

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment


    • #3
      Re: Registry Key

      Awsome! Where is the list of built-in's?

      Comment


      • #4
        Re: Registry Key

        Look at the command reference in the help file, it will give you a list of them. And of course you can define your own as well.

        Comment

        Working...
        X