Announcement

Collapse
No announcement yet.

How can i do an IF statement

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

  • How can i do an IF statement

    Hello,

    I need some help, I need to frist search for a flag file then IF not there abort IF there install the software. Is there any way to do that?

    Thanks,
    Charlie

  • #2
    Re: How can i do an IF statement

    Hi,
    There is no option for IF statements in AutoPlay 3.0. What you would do is use a Boolean condition instead of an IF statement. Basically I would set your variable to TRUE is the flag is found, and then for, what I assume is your EXECUTE PROGRAM action, you would have the Boolean condition that: "%YourVarName% = TRUE". Now the EXECUTE PROGRAM action will only fire if the flag has been found.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment

    Working...
    X