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
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@.microsoft.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
>
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment