Archive: uninstall msiExec.exe


uninstall msiExec.exe
Hi all
I have a lot of things that i dont know how to do. Can you help me please?

When the user uninstalls the program i should uninstall it. How can i do it ?



HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3DD5CE10-6673-499D-8FC0-66C953121B1D}


the uninstall string is at the key called UninstallString with a value of

MsiExec.exe /X{3DD5CE10-6673-499D-8FC0-66C953121B1D}

Exec/ExecWait?

Stu


Originally posted by Afrow UK
Exec/ExecWait?

Stu
ExecWait

sir