Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Setup / January 2004

Tip: Looking for answers? Try searching our database.

How to install MSDE from within Windows Installer?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Albert Tollku?i - 28 Jan 2004 11:49 GMT
Hello guys,
I have a setup in which the user has the options between a client and a
server installation. In the case of server installation I have to install
MSDE, start it and attach my database. For this I have implemented a Custom
Action in .NET and I call this if the user choose Server installation.
However the MSDE fails to install. I guess the problem is because the setup
of MSDE use Windows Installer too and the two sessions cannot run in the
same time. Am I right? If yes, what other options are possible...

Thanx,
Albert
Helene Day - 28 Jan 2004 19:08 GMT
I saw cases where using the "shell" command would confict with Windows
Installer.

Try using the following piece of code (within a try catch statement). I had
to commented out the WaitForExit statement since that was causing the same
confict problem.
Dim p As System.Diagnostics.Process

p = System.Diagnostics.Process.Start("MSDEPATH\setup.exe")

'p.WaitForExit()

Helene

> Hello guys,
> I have a setup in which the user has the options between a client and a
[quoted text clipped - 7 lines]
> Thanx,
> Albert

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.