Hi David,
I figured out what causing the application i'm running to crash right after it's loading.
i'm using TestedApps.msiexec.Run(-1, true); to run an msi file and i guess it can't work.
i must use the following:
http://support.microsoft.com/kb/891753/en-usbut, when using the script written there:
Const ALL_USERS = True
Set objService = GetObject("winmgmts:")
Set objSoftware = objService.Get("Win32_Product")
errReturn = objSoftware.Install("<InstallerPackage.msi>", , ALL_USERS)
it just doesn't work
can you please edit this script so i can paste it to my script?
thanks