View Single Post
  #4  
Old 04-03-2019, 03:33 PM
deramor deramor is online now
Registered User
 
Join Date: 05-11-2011
Posts: 27
I know this is a really old thread but I was trying to use this wait on a custom exe. The wait step never finds a PID of the exe I provide to it.

At first I thought it was a 32-bit/64-bit thing since I am using the 32-bit version of VBP and a 64-bit exe. I rebuilt the custom exe as a 32-bit binary and it didn't change the behavior.

The output:

Waiting for process(es) '[FindProcesses("COMPUTER", "BuildDoc.exe")]' to exit...
All process(es) already done
4/3/2019 4:27:59 PM: Build successfully completed (elapsed = 00:00:01).

However the process is listed in the Task Manager.
Running the process with application window hidden or not makes no difference.

Any thoughts?
I am running VBP 9.7

Visual Build Professional 9.7
Copyright © 1999-2019 Kinook Software, Inc.
***Redacted***
Windows Version: Windows 7 Professional
Install path: C:\Program Files (x86)\VisBuildPro9
HideConsole.exe version 1.0.0.0
SftPrintPreview_IX86_U_20.dll version 2.04
VisBuildCmd.exe version 9.7.0.4
VisBuildPro.exe version 9.7.0.5
VisBuildAct.dll version 9.7.0.5
VisBuildCore.dll version 9.7.0.4
VisBuildDotNET.dll version 9.7.0.0
VisBuildExt.dll version 9.7.0.4
VisBuildInf.exe version 9.7.0.4
VisBuildMisc.dll version 9.7.0.4
VisBuildMS.dll version 9.7.0.4
VisBuildMS2.dll version 9.7.0.2
VisBuildNet.dll version 9.7.0.4
VisBuildSvr.dll version 9.7.0.5
VisBuildVCS.dll version 9.7.0.4
Reply With Quote