cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ciberr_bob
Level 5

Query to achieve All in One Installation

I badly need some help in this issue so plz help me out.

I've been using Installshield 2009 professional edition,
Type of Project : InstallscriptMsi project

I'm aiming at creating a single installation file which provides me option to select which feature needs to be installed

To brief out my requirement,
Lets say that I have 3 different things to be installed Application, Database, Services

Each of them may have different features say my feature tree looks like this
1. Application Feature
* AppFeature 1
* AppFeature 2
2. Database Feature
* DbFeature 1
* DbFeature 2
3. Services Feature
* SrvFeature 1
* SrvFeature 2

Moving further,
All features should be the part of the installer but based on the user input any one feature needs to be installed. how can this be achieved ?
For eg if the user selects Database and moves further only the Database features should be installed. Can anyone provide me some tips to tackle this issue....any sort of help will be of great help to me
Labels (1)
0 Kudos
(2) Replies
ciberr_bob
Level 5

hello people...am i not clear...do i sound confusing..???
0 Kudos
KathyMorey
Level 10

You should be able to do this by including the custom setup dialog in your install. (It's a standard installscript dialog.)
0 Kudos