Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Automating updates
Sun, Jun 7 2009 11:18 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

I've just installed the updates for ElevateDB, TMS and WPTools and run through all the homebrew packages that use them. I know I can use cc32.exe to compile but is there a command line argument to install into the IDE (D2006)? If so I can set up a batch file for the entire process saving myself quite a bit of time.

Roy Lambert
Mon, Jun 8 2009 2:55 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I've just installed the updates for ElevateDB, TMS and WPTools and run
through all the homebrew packages that use them. I know I can use cc32.exe
to compile but is there a command line argument to install into the IDE
(D2006)? If so I can set up a batch file for the entire process saving
myself quite a bit of time. >>

There isn't a command-line argument that I'm aware of, but you can use
something like the attached console application in a batch file.  It's what
I use for quickly swapping out IDEs.

It's called like this for BDS 2006:

testreg.exe b2006 <FullPackagePathAndName> <ListOfSearchPathNamesToAdd>

The search path names are separated by spaces.

--
Tim Young
Elevate Software
www.elevatesoft.com





Attachments: testreg.dpr
Tue, Jun 9 2009 1:58 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Thanks. I'd forgotten that all installing does is create an entry in the registry. With your code and a bit of programming I'll soon be there.

Roy Lambert

Image