#1
|
|||
|
|||
Copying actions to VISBUILD_CONFIG_DIR
Hi,
the initial problem is: some PCs have custom action installed, others don't. I am trying to fix this problem within the build script itself. So far I have tried 2 approaches: 1. Changing VISBUILD_CONFIG_DIR Setting the VISBUILD_CONFIG_DIR macro during the build script is not possible, because I can only change temporary, project or global macros, but not system macros. 2. Copying the action to VISBUILD_CONFIG_DIR This seems to work in version 7.7. Is it possible that it didn't work in older versions? We needed a workaround with a restart of Visual Build in 6.x, which confused CruiseControl. Actually I don't really like approach 2, because I'd eventually overwrite other custom actions with the same name used by other projects on the build server, sharing the same visual build installation. Any suggestions on this? Thank you. |
#2
|
|||
|
|||
See the /configpath command-line flag
http://www.kinook.com/VisBuildPro/Manual/consoleapp.htm http://www.kinook.com/VisBuildPro/Ma...nd_linegui.htm or the COM Register action. http://www.kinook.com/VisBuildPro/Ma...omregister.htm http://www.kinook.com/VisBuildPro/Ma...gistration.htm |
#3
|
|||
|
|||
Thanks
Thank you. The config path command line sounds great. I can configure that in CruiseControl.
|
|
|