Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2

Thread: sytem check

  1. #1
    Join Date
    Dec 2001
    Posts
    1

    Grin sytem check

    I wnat let ams detect what platform is installed on the machine. i want to install acrobat reader. but there is no version for all platform. what should i do?

  2. #2
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    Re: sytem check

    Hi,

    You should use the built-in variables:

    %IsWin95%
    %IsWin98%
    %IsWinNT4%
    %IsWin2000%
    %IsWinME%
    %IsWinXP%
    These variables have a value of "True" or "False" depending on whether the install is running on the respective operating system.

    Or

    %OS%
    The user’s operating system:
    1 = Windows 95
    2 = Windows 98
    3 = Windows NT 4.0
    4 = Windows 2000
    5 = Windows ME
    6 = Windows XP

    These will determine what OS you user's are running, then you can use these variables in Boolean conditions to determine which Acrobat Reading installation you should to run.

    mark.

    MSI Factory The Next Generation Intelligent Setup Builder

Posting Permissions

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