Creating a custom installer.

DouglasBell

Active member
Joined
Aug 16, 2011
Messages
38
Programming Experience
Beginner
Hi All

Visual Studio 2005

I have created a touchscreen application that is used to record production information. At the moment I am the only person that can setup this system as it requires a few steps to be done. What I am looking to do is create some sort of installer that will do the following.

1) Install SQL Express onto machine
2) Install a 3rd Party Application
3) Restore 2 databases onto SQL express instance
4) Create a new Directory on PC and create ini files required for Touchscreen
5) Install Touchscreen Application

At the moment I do all the above steps manually but I would like to do this automatically without user having to do anything.

What's the best way to do this?

Any help is appreciated

Cheers

DJ
 
Back
Top