|
-
Aug 8th, 2007, 08:34 AM
#1
Thread Starter
Addicted Member
[RESOLVED] [2005] app deployment
Hi there,
I have written an app that is driven by a database running on SQL 2005 express version. What I would like to do is configure the setup "routine" so that it actually installs the SQL express first and then my app.
For the sake of the enduser I want to do this with one installation rather then making them go through two.
Not a huge deal, but I have never done this kind of deployment and I would like to know how it is accomplished.
Thanx
-
Aug 8th, 2007, 08:38 AM
#2
Re: [2005] app deployment
Moved To Application Deployment
-
Aug 8th, 2007, 08:42 AM
#3
Thread Starter
Addicted Member
Re: [2005] app deployment
sorry for the wrong place to post this first time around.
-
Aug 8th, 2007, 03:02 PM
#4
Re: [RESOLVED] [2005] app deployment
First you would need to use an installer that would support this. I don't think PDW would. You can use Inno Setup (along with **********) and run as many sub installations as you need.
-
Aug 8th, 2007, 03:13 PM
#5
Thread Starter
Addicted Member
Re: [RESOLVED] [2005] app deployment
I think i got it just using the VS app deployment. i still have to test it a bit more, but it seems to be initiating the sql setup if it is not detected as already installed. thanks though
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|