Book a Demo

Author Topic: Addin: Disable Addin for distinct EA version  (Read 4645 times)

Marko Kaiser

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Addin: Disable Addin for distinct EA version
« on: October 14, 2011, 02:04:03 am »
Is it possible to get the version of the running EA process (e.g. 8.0 Build 863) and keep EA from loading an addin for a unsupported EA version?
« Last Edit: October 15, 2011, 01:08:56 am by MarkoK »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Addin: Disable Addin for distinct EA version
« Reply #1 on: October 14, 2011, 02:44:17 am »
Yep. Have a look in the help for Repository. There's an attribute for the build.

q.

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Addin: Disable Addin for distinct EA version
« Reply #2 on: October 14, 2011, 09:05:23 am »
Repository.LibraryVersion will return, in your case, 863.
The Sparx Team
[email protected]

Marko Kaiser

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: [SOlv]Addin: Disable Addin for distinct EA ver
« Reply #3 on: October 15, 2011, 01:08:10 am »
OK I solved it..thanks.

abruckner

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Addin: Disable Addin for distinct EA version
« Reply #4 on: October 20, 2011, 07:26:07 pm »