|
Home > Archive > MS SQL Server Replication > December 2005 > Installing a hot fix for Sql Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Installing a hot fix for Sql Server
|
|
|
| Hi,
I Have to install a hot fix for Sql server 2000
I need to instal this Hot fix by programmation from a vb.net application
that I Made
What parameter or switch that i need to pass when I Call the install.exe
hot fix
the problem is taht during installation, the installation setup ask question
like Do you agree for the licensing, Next etc...
Is there a way that I can instal a Hot Fix by programmation?
Thanks in advance
| |
| Hilary Cotter 2005-12-16, 11:23 am |
| Most of them have a silent mode. Try the /? command after the exe to have it
spew its commands, i.e.
install.exe /? or install.msi /?
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"GC" <GC@discussions.microsoft.com> wrote in message
news:210206F6-F365-47C3-83DB- 075BB1FE7B62@microso
ft.com...
> Hi,
>
> I Have to install a hot fix for Sql server 2000
> I need to instal this Hot fix by programmation from a vb.net application
> that I Made
>
> What parameter or switch that i need to pass when I Call the install.exe
> hot fix
> the problem is taht during installation, the installation setup ask
> question
> like Do you agree for the licensing, Next etc...
>
> Is there a way that I can instal a Hot Fix by programmation?
>
> Thanks in advance
>
>
>
|
|
|
|
|