It is uninstalling one of the applications that i want to uninstall, but not the other.......its not to do with the uninstall string ( if i swap over the strings then it uninstalls the other app fine but again......its not doing both of the uninstalls ).
Can anyone spot what im misisng in my script?
Option Explicit
On Error Resume Next
Dim oShell, sUninstallStrin g
Set oShell = CreateObject("W Script.Shell")...