View Single Post
  #3  
Old 05-18-2009, 12:29 PM
tgr tgr is online now
Registered User
 
Join Date: 05-13-2009
Posts: 7
Thank you for the suggestion.

I checked a couple of PCs, and found the keys for Delphi 2007 and 2009 under:

HKEY_CURRENT_USER\Software\Borland\BDS\5.0

and

HKEY_CURRENT_USER\Software\CodeGear\BDS\6.0

(I guess it depends on the choices made during installation whether these keys are located under HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER.)

So changing
HKEY_CURRENT_USER\Software\CodeGear\BDS\6.0\RootDi r
to temporarily point to the Delphi 2007 folder should do the trick?


Anyway, I tried another (possibly less elegant) solution while experimenting with this:

1) Setting the "Don't build the project(s), but update any other properties that are chosen" to ON

2) Adding a Run Program step with the modified cmd statement

This works partly ok. -- The version info doesn't get updated when I uncheck the "Don't build the project(s), but update any other properties that are chosen".

Regards,
Trond
Reply With Quote