|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Including MSDE in Windows package, containing C# appHi,
I am trying to create a windows installer package, that will install: - .NET framework - MSDE - My app.. Can anyone offer some advice, or point me in the right direction. How would the package know if .NET framework is already installed, or if MSDE is already installed. Any advice appreciated Thanks
Show quote
Hide quote
"Paul Aspinall" <p***@aspy.co.uk> wrote in message Here's a place to start your investigation:news:FZZRd.168839$K7.155643@fe2.news.blueyonder.co.uk... > Hi, > > I am trying to create a windows installer package, that will install: > - .NET framework > - MSDE > - My app.. > > Can anyone offer some advice, or point me in the right direction. > > How would the package know if .NET framework is already installed, or if > MSDE is already installed. > > Any advice appreciated > > Thanks > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbcondeployingsolution.asp -- Peter [MVP Visual Developer] Jack of all trades, master of none. Paul,
There is a deployment tool kit for MSDE. http://www.microsoft.com/sql/msde/techinfo/reskit/deployreskit.asp If you use windows installer included with visual studio. It will automatically add an install dependency for the .net framework for a c# program. Karl Show quoteHide quote "Paul Aspinall" wrote: > Hi, > > I am trying to create a windows installer package, that will install: > - .NET framework > - MSDE > - My app.. > > Can anyone offer some advice, or point me in the right direction. > > How would the package know if .NET framework is already installed, or if > MSDE is already installed. > > Any advice appreciated > > Thanks > > >
Other interesting topics
When does a Windows Form create it's message processing thread
CLR Bug ?! Interlocked vs Mutex efficiency GUID for .Net framework Release date for .NET 2.0 on_Windows_98 Update for .NET Framework - "you can't get there from here" Setting an application to auto size all it's controls based on resolution Listing people who are holding file locks Problem with the IEnumerator<T> interface |
|||||||||||||||||||||||