Does anyone know how to uninstall Office Tracker remotely by scripting?
I've been researching for a way to uninstall Office Tracker software remotely. We just discontinued use of this application and I need to remove it from all of our user workstations. So far, the only thing I can do is trigger the Windows Uninstall graphical process by running the following: RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{3CA4C580-4E09-4D45-BF5C-B66C315090ED}\Setup.exe" -l0x9
Any help would be appreciated.
Answers (1)
If you re-run the installer that installed the software does it give you an option to remove it, or just install?
If it does give an uninstall option, record an answer file for the uninstall and test with the file.
http://www.itninja.com/blog/view/installshield-setup-silent-installation-switches
If that doesn't help, can you run this setup with an uninstall & silent switch - noted in the link above?
"C:\Program Files\InstallShield Installation Information\{3CA4C580-4E09-4D45-BF5C-B66C315090ED}\Setup.exe"
Dunnpy