|
-
Mar 27th, 2006, 01:28 AM
#1
Thread Starter
Hyperactive Member
Setup Package
Hi, im using Package and Deployment Wizard in MS Studio, how do I package my project and what if my project I have a database, how do I include it inside the setup file? After I package, does it only show just 1 setup.exe file? Can anyone guide me along?
-
Mar 27th, 2006, 01:33 AM
#2
Frenzied Member
Re: Setup Package
if you want to create only 1 setup file that installs all your components including your database, i suggest you use inno setup. it creates a single setup file and installs everything. but of course you need to manually include those dependencies that your program have.
On error goto Trap
Trap:
in case of emergency, drop the case...
****************************************
If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option. if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar
-
Mar 27th, 2006, 01:39 AM
#3
Re: Setup Package
weisi,
If you decide to use Inno Setup, check out the Inno Setup Third Party Tools. They will help you a lot (then you won't have to add the dependencies manually).
-
Mar 27th, 2006, 01:43 AM
#4
Thread Starter
Hyperactive Member
Re: Setup Package
Thanks for the replies! I have seen the 3rd party tools you had mention, actually, there are quite a number of them and Im quite confuse that which one is suitable for me. For my project, I have an .exe, .dll and 1 database folder with 2 database. So do I still need any of the tools?
-
Mar 27th, 2006, 07:21 AM
#5
Re: Setup Package
Moved to Application Deployment
-
Mar 27th, 2006, 11:25 PM
#6
Re: Setup Package
weisi,
There is only onr that converts a vbp file to an Inno Setup Script try that one first.
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
|