cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
anilkumar_mca
Level 8

how to display FEATURE TREE based on xml file?

Hi,
I need to display Feature tree based on a XML or atleast .ini file as part of licensing.

Is it possible to do using Basic MSI?
If possible not through script

Can anybody sugest me a solution.....
Labels (1)
0 Kudos
(2) Replies
anilkumar_mca
Level 8

Hi,
can anybody replay to this request.... 😞
0 Kudos
Rob_S_
Level 2

This is similar to what I'm doing. I have defined all of my features in InstallShield and I have an ini file that contains a value for each feature indicating whether it should be installed.

I've written a script function to read the ini file using the GetProfInt function when the installation starts and set a bunch of properties in my installation. Then I've set install conditions for the features that change the install level based on the properties that I've set, thus turning off and not installting the features that I don't want. You may be able to set the install level to 0 to hide a feature completely.

However I have a problem - which I've just created a post for - in that I can't get it to work with silent installations.

I'm using a basic type setup too.

Hope this helps,
Rob.
0 Kudos