If $title = "Mozilla Firefox Setup " And $TextLine[8] = "C:\Program Files\Mozilla Firefox\" Or ;32bit $title = "Mozilla Firefox Setup " And $TextLine[8] = "C:\Program Files(x86)\Mozilla Firefox\" Then ;64bit ;Something I do when it's correct ElseIf $title = "Mozilla Firefox Setup " And $TextLine[8] = $ProgramFiles & "FireFox\" Then ;Something I do when it's not correct Else ;It didn't find what it's supposed to EndIf
Edited by docfxit, 19 July 2010 - 02:05 AM.





