Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Components


1 reply to this topic

miked

miked
  • Members
  • 1 posts

Posted 12 October 2004 - 01:24

Hi all,

I'm evaluating "Installshield X" for our product line, and I'm hoping somebody can help me out with a problem I've been stumped on.

I created an "Installscript" type install for a CLIENT application which installs 30 or so files.

Aside from those 30 or so base files, I need to do something like this: if CASE1=TRUE, then I need to this group of files 1-2-3-4, else then I need to install files A-B-C-D.

What I've done is created "components" for each group..

"Application Data" - 30 files...
"Group for 1234" - 4-5 files
"Group for ABCD" - 4-5 files.

Whats the easiest way to modify which components are installed pragmatically? .. I've clicked through some examples on the site, but nothing really focuses on this.

If anyone has any insight, please drop me a line.

Thanks.
Mike.

doner at obtain.com

Edited by miked, 12 October 2004 - 01:25.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 12 October 2004 - 07:52

Group the files into (invisble) subfeatures, and call FeatureSelectItem in your code.