Silent uninstall
Posted: Tue Nov 18, 2008 2:13 am
Hi there
The silent install mentioned in the SMS post works fine.
We also have a requirement to be able to uninstall software when required without user intervention.
Is there any way to run a silent uninstall?
I currently have the following command to uninstall but it always prompts user to confirm before it uninstalls which I do not want?
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{4BB0D53E-1167-4A61-8661-62FB02050D02}\setup.exe" -uninst
I've tried adding "-silent" to the end of this with no effect.
thanks
The silent install mentioned in the SMS post works fine.
We also have a requirement to be able to uninstall software when required without user intervention.
Is there any way to run a silent uninstall?
I currently have the following command to uninstall but it always prompts user to confirm before it uninstalls which I do not want?
RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{4BB0D53E-1167-4A61-8661-62FB02050D02}\setup.exe" -uninst
I've tried adding "-silent" to the end of this with no effect.
thanks