Problem with uninstall with configuration file -
01-25-2010
, 04:39 AM
Hello all,
I need to make a silent installation of SQL 2008 Management tools.
I am using sql 2008 standard edition.
I managed to create a configuration file (ini file) and installed only sql
2008 client tools with the command line.
When i tried to use the ini file to uninstall the package, it only removed a
few components. Seems that Visual Studio 2008 remained.
Attached the uninstall ini file.
Can you advise how to performe a full uninstlal?
Thank you
Amir
*********
;SQLSERVER2008 Configuration File
[SQLSERVER2008]
; Specifies a Setup work flow, like INSTALL, UNINSTALL, or UPGRADE. This is
a required parameter.
ACTION="UNINSTALL"
FEATURES=SQL,AS,IS,RS,TOOLS,BIDS,CONN,BC,SDK,BOL,S SMS,ADV_SSMS,SNAC_SDK,OCS
; Specifies that the detailed Setup log should be piped to the console.
INDICATEPROGRESS="0"
; Setup will not display any user interface.
QUIET="1"
; Setup will display progress only without any user interaction.
QUIETSIMPLE="False"
; Specifies that Setup should install into WOW64. This command line argument
is not supported on an IA64 or a 32-bit system.
X86="False"
; Specifies the path to the installation media folder where setup.exe is
located.
MEDIASOURCE="\\servername\xpproject\Install\SQL200 8\"
; Specifies which mode report server is installed in.
; Default value: “FilesOnly” |