dbTalk Databases Forums  

Problem with uninstall with configuration file

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss Problem with uninstall with configuration file in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
אמיר
 
Posts: n/a

Default 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”

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.