Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Posts
    14

    Lightbulb install file under certain conditions.

    hi i have two files both named ATL.DLL. one is for win nt/2000/xp and the other is for 95/98/ME. my question is how can i install only the correct one depending on what operating system the user is using?

    i know it is something with actions, but if someone could help me out with the code that would be great.

    thanks for your time and i look forward to your reply.

  2. #2
    Join Date
    Apr 2001
    Location
    Haverhill, Suffolk, UK
    Posts
    360
    Wherever you add the file (archive or CD-ROM) double-click the relevant file.

    Select the CONDITIONS TAB

    Use the RUNTIME BUILD... button to set which operating system you want that specific file to install under (or type manually)

    For WinNT4 and Win2000 you would end up with:

    %IsWin2000% OR %IsWinNT4% OR %IsWinXP%

    For Win9x/ME you would end up with:

    %IsWin98% OR %IsWin95% OR %IsWinME%

    John

Similar Threads

  1. HOWTO: Download and Install Files from the Web
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-23-2002, 01:16 PM
  2. HOWTO: Limit the Number of Times an Install can be Run
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-17-2002, 02:58 PM
  3. HOWTO: Conditionally Install Files Based on OS
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-10-2002, 03:03 PM
  4. Can search allow manual browse even if file is found?
    By RichardShaw in forum Setup Factory 5.0
    Replies: 2
    Last Post: 08-28-2000, 06:08 PM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 PM

Posting Permissions

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