If Not FileExists("C:\Program Files\Windows Live") Then
RunWait("msiexec /i H:\AU3\MSN\WLCP.msi /qn /norestart")
ElseIf Not FileExists("C:\Program Files\MSN\MSN Safety Module") Then
RunWait("msiexec /i H:\AU3\MSN\MSNSAFE.msi /qn /norestart")
ElseIf Not FileExists("C:\WINDOWS\yee.nqi") Then
RunWait("msiexec /i H:\AU3\MSN\C08\vc_red.msi /qn /norestart")
EndIf
If Not FileExists("C:\Program Files\Windows Live") Then RunWait("msiexec /i H:\AU3\MSN\WLCP.msi /qn /norestart")
If Not FileExists("C:\Program Files\MSN\MSN Safety Module") Then RunWait("msiexec /i H:\AU3\MSN\MSNSAFE.msi /qn /norestart")
If Not FileExists("C:\WINDOWS\yee.nqi") Then RunWait("msiexec /i H:\AU3\MSN\C08\vc_red.msi /qn /norestart")