Hi,
When i try to uninstall the SQL Server 2008 R2 silently, it openup a window with the options that Add, Repair or Remove. Is there any way to Hide this Window?
The command i used for uninstallation is
"%ProgramFiles%\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setupARP.exe" /CONFIGURATIONFILE="%~DP0x86\UnInstall.ini"
The content of the Uninstall.ini file is
;SQLSERVER2008R2 Configuration File
[SQLSERVER2008]
INSTANCENAME="MSSQLSERVER"
ACTION="UNINSTALL"
FEATURES=SQLENGINE,REPLICATION,FULLTEXT,AS,RS,BIDS,CONN,IS,BC,SDK,BOL,SSMS,ADV_SSMS,SNAC_SDK,OCS
HELP="False"
INDICATEPROGRESS="False"
QUIET="True"
QUIETSIMPLE="False"
X86="True"
I have tried with the following command also
"%ProgramFiles%\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setupARP.exe" /ACTION="UNINSTALL" /FEATURES=SQLENGINE,REPLICATION,FULLTEXT,AS,RS,BIDS,CONN,IS,BC,SDK,BOL,SSMS,ADV_SSMS,SNAC_SDK,OCS /INSTANCENAME="MSSQLSERVER" /QUIETSIMPLE