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

install conditions


2 replies to this topic

dsaxena

dsaxena
  • Members
  • 10 posts

Posted 23 May 2005 - 19:37

Hi ,

I have build a setup using Installshield professional version 7.01. I want to specify some install conditions. However I could not fine the "install conditions" option. I went through the forum and found that the option should be in -

project settings -> product properties -> Install Conditions

But I dont have any such option ... In project settings I have the following tabs:

Project, Application, Platforms, Languages, Maintenance, Updates, Runtime and Misc. There is nothing like Install Conditions or Product Properties for that matter.

Where do I find Install Conditions ??? I am sorry if the question seems stupid but I would appreciate the help.

Thanks

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 23 May 2005 - 21:27

The Install Conditions only exists for MSI projects.
In an InstallScript project you would write your conditions in code, for instance in the OnBegin event handler.

dsaxena

dsaxena
  • Members
  • 10 posts

Posted 24 May 2005 - 15:03

Thanks ... thats what I wanted to know.