Author Topic: turning version control off using addin  (Read 2202 times)

captainpancake

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
turning version control off using addin
« on: October 25, 2007, 01:32:13 am »
Hey community...

I am actually kind of new to EA, but still there is an addin i'm supposed to code for my boss. The question I have is the following (since the help file wasn't any help).
Supposing that I managed writing a C# code recursively going through all packages, i need the same addin to turn the version control for each package, and to copy the EAP File to another directory before hand.
Any ideas???

thomaskilian

  • Guest
Re: turning version control off using addin
« Reply #1 on: October 25, 2007, 05:21:08 am »
Read the help on Package in the Automation section

captainpancake

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: turning version control off using addin
« Reply #2 on: October 25, 2007, 09:42:49 pm »
i did that....5 hours to be exact...didn't find anything useful, since there is no command for an external command to turn the version control off, and i don't know which commands i'm supposed to use in order to do it "click-by-click"..