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

complete install except one feature?


1 reply to this topic

alikza

alikza
  • Members
  • 4 posts

Posted 06 May 2002 - 15:46

Hello!
V7.02. I try to install all features except one at the "Complete" option in SetupType(-dialog).
Anybody has some idea?
I try to set arguments to AddLocal when the nextbutton is pressed but a comma-separated list whith all features except one doesn´t work.
Please, help me!
Thanks...
/alikza

Irina

Irina
  • Members
  • 227 posts

Posted 08 May 2002 - 14:34

HI,
You can manage this by the SetInstallLevel property. Go in the Features view in IDE and set for all except one feature the InstallLevel as 100, set for this one feature the InstallLevel as 150. Then set in the ReadyToInstall dialog Events on the InstallNow button regadless what should be selected in the SetupType dialog. It may look like this:
Event               Argument     Condition
SetInstallLevel   100              _IsSetupTypeMin = "Typical"

where the _IsSetupTypeMin property is set in the SetupType dialog (radiogroup).
So only features with the InstallLevel = 100 should be installed.
Irina Shirinsky
Software Engineer, Heroix Corporation
http://www.heroix.com