Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2003
    Posts
    1

    Grin How to check the user's OS platform and start specific action

    Hi,

    i want to build a installer, who check out the user's system platform and then make a specific REG entry.

    I know about %IsWin95% / %IsWinXP% etc. but i need a example code, to figure it out.

    Thank you for your Idea ...

  2. #2
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834

    Re: How to check the user's OS platform and start specific action

    You'll need two actions to accomplish a conditional Registry action. First you'll need to use the IF control structure, found in the actions list. The condition you will want to create is %IsWin95% = TRUE, or in this case, you could just have %IsWin95% as the condition, so both will work. (Of course you can use whatever condition you want.)

    Inside of the IF and END IF, you will want to create your Modify Registry action.

    Hope that helps.
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts