#1
|
|||
|
|||
Quit VBP entirely during a build?
Is there any way to get VBP to entirely quit in a build step / action?
I tried EXIT but that only terminates the build itself. FYI I posted this on Stack Overflow also but no answers yet... https://stackoverflow.com/questions/...-build-is-done Thanks! |
#2
|
|||
|
|||
Include the /s flag when starting VisBuildPro.exe (if using a VisBuildPro Project action, check 'Run GUI App in silent mode' on the Project tab) so that it will exit after the build finishes.
https://kinook.com/VisBuildPro/Manua...nd_linegui.htm To make this the default when opening projects from Windows Explorer, add /s to the shell command in the registry at Code:
HKEY_CLASSES_ROOT\VisualBuildPro9.Project\shell\open\command https://kinook.com/VisBuildPro/Manual/builduseropt.htm |
|
|