Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2004
    Posts
    7

    Small problem with if statements

    Setup Factory 6.0.1.4

    i have 3 If Statements
    %Installed_Softrel%= 009 (Various Numbers)
    %Patch_Softrel%=009 (Various Numbers)

    Now the End Statement never works, both the First two statements but last one does not

    But if i move the last statement first it then works ?? so i know the statement is correct i think i'a missing something in the layout ??


    "%Installed_Softrel%" < "%Patch_Softrel%"
    Show dialog
    Goto Exit
    End IF

    "%Installed_Softrel%" > "%Patch_Softrel%"
    Show dialog
    Goto Exit
    End IF

    "%Installed_Softrel%" = "%Patch_Softrel%"
    Show dialog
    Goto Exit
    End IF


    Exit
    End If

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Sooty,

    Do you have the "IF" part in there? From your example it does not look like it.

    Adam Kapilik

Similar Threads

  1. Video Problem
    By ScottDuncan in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 07-10-2004, 01:38 PM
  2. PROBLEM: Setup Starts and then Crashes
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-15-2002, 03:02 PM
  3. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM

Posting Permissions

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