PDA

View Full Version : Command-line interface broken!



vsorensen
05-27-2008, 03:58 PM
In the new release, command-line calls such as:

START /wait SBUILDER.EXE /C C:\CLARION6\apps\MFP\AddDigitalSignatures.sb6

...no longer work! This is a serious problem, obviously. Is there a way to roll back to the previous version?

linder
05-27-2008, 11:59 PM
Hello,

I think nothing changed in the command line compiler. Otherwise, we would already have a big problem with Arnór ;-) because his Build Automator makes extensive use of the command line compiler.

http://www.buildautomator.com/

Two possible reasons come to mind:

1. You do not provide the full path to SBUILDER.EXE so perhaps your command line does not find the .exe?

2. C:\CLARION6\apps\MFP\AddDigitalSignatures.sb6 is a long filename. Try to put double quotes around it.

Does this help?
Friedrich

linder
05-28-2008, 12:01 AM
BTW, a compiler.txt file is created if there was a compile error. The log file is located in C:\Documents and Settings\<user>\Application Data\Lindersoft\SetupBuilder 6.

Perhaps this log gives us more information?

Friedrich

linder
05-28-2008, 01:37 AM
Wait a minute... Arnór reported a similar case. Item in review...

Friedrich

linder
05-28-2008, 01:45 AM
We can reproduce this here now. This is a serious showstopper in the command line compiler. Item in review.

Friedrich

linder
05-28-2008, 06:07 AM
Hello,

The hotfix is available. Thank you for bringing this to our attention!

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

vsorensen
05-29-2008, 09:56 AM
Thanks!