Consultor Eletrônico



Kbase P40338: Is it possible to do a silent uninstall of Progress?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/7/2010
Status: Unverified

GOAL:

Is it possible to do a silent uninstall of Progress?

GOAL:

Is it possible to do a silent uninstall of OpenEdge?

FACT(s) (Environment):

OpenEdge 10.1B
OpenEdge 10.1C
OpenEdge 10.2x
Windows

FIX:

It is possible to perform a silent uninstall on Windows-based systems from OpenEdge 10.1B onwards.
Add ?psc_s to the existing uninstall shortcut:

OpenEdge 10.2B Uninstall shortcut property as installed:
"C:\Program Files\InstallShield Installation Information\{69E3F70C-32B2-47A8-A70D-653D16ECEFC2}\setup.exe" -runfromtemp -l0x0009 -removeonly

OpenEdge 10.2B Uninstall shortcut property for silent uninstall would be:
"C:\Program Files\InstallShield Installation Information\{69E3F70C-32B2-47A8-A70D-653D16ECEFC2}\setup.exe" -psc_s -runfromtemp -l0x0009 ?removeonly

Note: The GUID above changes for each release.