Announcement

Collapse
No announcement yet.

a short explanation of Boolean expressions plese?

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

  • a short explanation of Boolean expressions plese?

    Hello again,
    I promise that I'll spare everyone from having to read my 50 posts. There wont be near this many in the future.

    But I'm curious about the Boolean Expressions. I don't understand how I can use these. Or the deals with the Variables etc. Would anyone please give me a detailed example or something. Any help is appreciated.

    Thanks so much again everyone,

    Chip

  • #2
    Re: a short explanation of Boolean expressions plese?

    booleans are very powerful. basically they are if tehn statements. If user clicks on music off, then stop mp3. You could have a few selections of **** to install. One 98 version, one 2k version, one ME version. Then tell menu that if the OS is 98 (there is a built in variable for this to install 98 version.
    Execute 98install if %os% equals 98

    If your on a 2k box, then it would not execute. I don't have an example like this ready right now, but if you want, i can make an AM3 file for you that should demonstrate different types of booleans. If interested email me.

    Comment


    • #3
      Re: a short explanation of Boolean expressions plese?

      Hi chipzoller,
      You might be interested in reading this tutorial: http://www.indigorose.com/kb/AMS30Tu...gAndHiding.pdf as it deals with Boolean conditions and variables.

      mark.
      MSI Factory The Next Generation Intelligent Setup Builder

      Comment

      Working...
      X