This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Feature Install Condition
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 28, 2010
11:21 AM
Feature Install Condition
I have a Feature with one component with 3 or 4 files in it.
featuer is called TS for Terminal Server
Only want these files in a folder called APPCFG for citrix execution of an application and only want them to install on a terminal server.
In IS2009 it was working with:
Install Level of 1000 condition: TerminalServer OR RemoteAdminTS
in 2010 its getting installed when i install this on a winxp system.
I only want this Feature to install on a 2003 or 2008 server.
Any ideas?
Also, this feature is in my template with the condition so that we dont have to recreate this every time. If its not an app for TSRV we just easily delete the feature.
Do i have to declare a property in the property manager first?
featuer is called TS for Terminal Server
Only want these files in a folder called APPCFG for citrix execution of an application and only want them to install on a terminal server.
In IS2009 it was working with:
Install Level of 1000 condition: TerminalServer OR RemoteAdminTS
in 2010 its getting installed when i install this on a winxp system.
I only want this Feature to install on a 2003 or 2008 server.
Any ideas?
Also, this feature is in my template with the condition so that we dont have to recreate this every time. If its not an app for TSRV we just easily delete the feature.
Do i have to declare a property in the property manager first?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 28, 2010
01:07 PM
All you need to do is look up the approprate WindowsBuild number for those operating systems and set an installlevel of nonzero for those.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 28, 2010
01:10 PM
Like
installlevel 1
condition:
not VersionNT=500 or 501 whatever xp is.
installlevel 1
condition:
not VersionNT=500 or 501 whatever xp is.
