Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   General (https://www.kinook.com/Forum/forumdisplay.php?f=14)
-   -   How to pass values back from a chained project? (https://www.kinook.com/Forum/showthread.php?t=3824)

kinook 10-09-2008 10:38 AM

How to pass values back from a chained project?
 
1) Global macros: Any changes to VBP global macros (add, modify, or delete) in the chained (child) project will also apply to the master (parent) project instance. Global macros can be modified via a Set Macro action or in a Run Script action.

2) INI file: Use a Write INI action in the chained build to write values to an INI file, then use the Read INI action to read the value in the master build project.

3) XML file: Use a Write XML action in the chained build to write the value to an INI file, then use the Read XML action to read the value in the master build project.

4) Registry: Use a Write Registry action in the chained build to write the value to the registry, then use the Read Registry action to read the value in the master build project.


All times are GMT -5. The time now is 04:41 AM.


Copyright © 1999-2023 Kinook Software, Inc.