Is there a way to determine which monitor the application in the .inf file starts in?

In the .inf file we have the following:

[file1]
url=https://ourwebsite.com/download/ProgramAutoUpdate.zip
localversion=ProgramAutoUpdate.EXE
targetdir={APP}
descr=Program 3.7.4.2

[application]
appupdate=1
appname=ProgramAutoUpdate.EXE
appcomps=ProgramAutoUpdate.zip

We've noticed that when ProgramAutoUpdate.EXE is started by TWebUpdateWizard it always starts on the primary monitor in Windows rather than the monitor that the TWebUpdateWizard was on. Is there a way to select which monitor the executable is started on?

Sorry, at this moment there isn’t a setting in the .INF file to specify this. This is an interesting suggestion we’ll investigate.