bow
Posts: 1
Joined: Fri Aug 22, 2003 1:10 am
Location: San Diego, CA

An option to not fork on command-line

Fri Aug 22, 2003 9:59 pm

I think an option for not forking on the command line would be great.

To me, it seems like command-line is usually used for auto builds... And auto builds usually need to know when the build is finished. However, with it forking it makes it alittle tricky to figure out when the build is finished!

Thanks!

Cata
Posts: 638
Joined: Thu Apr 10, 2003 7:37 am
Contact:  Website

Sat Aug 23, 2003 12:16 pm

That depends of your build system. We are using ant and it will wait for the build to terminate.

However, the general way to wait for a program to finish in Windows is to use the system command start.

For example:

start /wait advinst\win\Release\AdvancedInstaller.exe /build advinst.aip

Cata
Catalin Rotaru - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Feature Requests”