PDA

View Full Version : Batching problem



NewsArchive
10-23-2012, 12:24 AM
I use a command line to build my installer like this:

"C:\Program Files (x86)\Lindersoft\SetupBuilder 7 Developer\sb7.exe"
/C "P:\CT\Setup\Server.sb7"

Over the past couple of weeks it doesn't actually build the new
SetupServer.exe. If I load the SB7 IDE, then it will build from there
just fine. Today I spotted a message regarding a "Sync" problem, but
I didn't play close enough attention to it. It may or may not be
related.

Any bright ideas?

Mike Hanson
www.boxsoft.net

NewsArchive
10-23-2012, 12:25 AM
It may be a false alarm. When I compiled within the IDE this time, it
told me that one of my EXE files couldn't be included (because it was
running).

When it encounters a problem in batch mode, does it set the DOS
ERRORLEVEL?

Mike Hanson
www.boxsoft.net

NewsArchive
10-23-2012, 12:25 AM
Mike,

> It may be a false alarm. When I compiled within the IDE this time,
> it told me that one of my EXE files couldn't be included (because
> it was running).
>
> When it encounters a problem in batch mode, does it set the DOS
> ERRORLEVEL?

I would suggest to check the compiler.txt. This file is created if there
was a compile error.

Friedrich

NewsArchive
10-23-2012, 06:30 AM
RTFM, eh? <g>

Mike Hanson
www.boxsoft.net

NewsArchive
10-23-2012, 06:31 AM
>
> RTFM, eh? <g>
>

<BG> ;-)

Friedrich

NewsArchive
10-23-2012, 11:19 PM
That did the trick. Thanks.

Mike Hanson