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
- :
- 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
‎Jul 10, 2009
09:49 AM
Windows Server 2008 requirement
I'm using Installshield 2008, and I would like to require an option of several newer operating systems. This includes XP, Vista, Server 2003, Server 2008, or Windows 7. Under Project Assistant->Installation Requirements, Server 2008 and Windows 7 are not listed, obviously because these are newer OSes.
Is there a way to allow users to use these OSes (Server 2008/Windows 7) without removing the OS requirements altogether?
Is there a way to allow users to use these OSes (Server 2008/Windows 7) without removing the OS requirements altogether?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 13, 2009
12:53 AM
these features are available in IS 2010. How ever in IS 2008 you can achieve this using installscript.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 22, 2009
03:16 PM
In case anyone is interested in this topic, I ended up changing the Install Condition to
(Not Version9X) And (Not VersionNT=400) And (Not VersionNT=500)
which seemed to work for what I was doing in IS2008.
(Not Version9X) And (Not VersionNT=400) And (Not VersionNT=500)
which seemed to work for what I was doing in IS2008.