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

Get Version Script or object installshield


5 replies to this topic

vince_d

vince_d
  • Members
  • 17 posts

Posted 28 March 2003 - 18:01

Is it possible to know the version of my script and my object that i use.
I tryed isversion but it 's the version of installshield.

It's very important for my project.


Thinks :0

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 29 March 2003 - 02:40

Well your script (setup.rul) is just a plain text file, so this isn't a version number inherently applied to it.

You could fake that concept though through a #define or a string table entry.

As for an Object, one would think so, but I'm not an Object kind of guy, so I honestly couldn't say.  Sorry.  I'm sure others can answer this question though.
user posted image

vince_d

vince_d
  • Members
  • 17 posts

Posted 31 March 2003 - 17:49

I would like to retrieve the version of my project installshield.
this version was defined on "Project/Settings/Application/version/".


Can you help me ?

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 01 April 2003 - 01:36

I don't think that's accessible from a script.

Instead refer to @PRODUCT_VERSION which is an entry in the String Table.


user posted image

vince_d

vince_d
  • Members
  • 17 posts

Posted 01 April 2003 - 08:36

I try it whith my main script but when i call an object with a method which get the PRODUCT_VERSION this method return the product version of the main script.

Is it normally ???

In fact, it's very strange.

vince_d

vince_d
  • Members
  • 17 posts

Posted 01 April 2003 - 10:06

i found an answer when you modify the project setting it doesn't update the string table.

So after modifying it, the object give the right result.