Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
harpreetkaur
Starting Member
14 Posts |
Posted - 2007-02-20 : 10:52:07
|
I am using a batch file to upgrade msde to sql express. I want to check to see if windoes installer ,.net framework and xpSP2 is installed before upgrading. I want to do it all using a batch file.Can some one help me with ways to check if I have the above installed programs. If yes skip , if not installed install it. Part of my batch file looks like::WIN_INST@ECHO ** Install Windows Installer 3.1 **@cd .\windows_installer@CALL windows_installer_install.bat |
|
|
|
|