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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-06-24 : 09:12:20
|
Michael writes "I want to call MSDE 2000 setup.exe from my C++ code.How I can control from my code that MSDE installation already finished ?I tried to use Windows API: CreateProcess(),WaitForSingleObject()but it does not work because setup.exe submits child processes:msiexec.exe, setupre.exe,... and setup.exe is finished immidiately while these child proceses still running !May be I should monitor some registry key ?Thanks,Michael." |
|
Doug G
Constraint Violating Yak Guru
331 Posts |
Posted - 2002-06-24 : 18:31:00
|
I don't know about MSDE2000, but with MSDE1.0 there is a log file in your windows folder you need to check. Somewhere there is a MS KB article about how to test for the completion of the installation.======Doug G====== |
|
|
|
|
|