PDA

View Full Version : Setupbuilder command-line issue



Sam
05-18-2011, 03:16 PM
Hi

I recently upgraded the SetupBuilder application on my company's build server to the latest version (7.4.3313.0). Before that I was using the previous release of Setupbuilder 7 (don't know the exact version number).

After the upgrade, our automated build system no longer builds the installers for our projects. It seems to start up a setupbuilder process that never actually completes, or builds any installers. When I manually use the command-line interface, the installer compiles just fine, but not when it's done within our build automation code, even though the exact same command line parameters are being used. The automated build is basically just starting a new process from sb7.exe (with appropriate parameters), and waiting for it to finish. The only change made was the update to the new SB version. So I have a few questions in regards to this:

1. Are there any known issues in regards to the command line compiler in the latest version?
2. Is there any way to access a log file to see what the setupbuilder process is actually doing? It never actually fails so the compiler.txt file is not generated.
3. Is there a way I can downgrade back to the previous version of SB7 that I was using before, to see if that resolves the problem? I only see the latest version available on the website.
4. Any other suggestions? I realize I don't have a lot of information in my post but will try to post updates as I have more details. In the meantime, any answers or suggestions would be much appreciated.

Thanks!
Sam

linder
05-18-2011, 11:54 PM
Sam,

Nothing changed in the command line compiler and there are no known issues with it. There are quite a few developers using "Build Automator" or "Final Builder" that make use of the command line compiler. And we also use the command line compiler to do more than 300+ test builds per day without any problem.

If you updated your existing version, you can always use the "Rollback" shortcut from your SetupBuilder Start Menu to go back to the previous version.

Does this help?

Friedrich

Sam
05-19-2011, 03:10 PM
We figured out the problem. Other than upgrading the version, we also changed the maintenance plan ID (I should have mentioned that!). That ended up causing a pop-up the first time the user runs the setupbuilder application again. But since our buildprocess was using a different user, we never actually saw the popup on our side, so the compile process would not move forward until "OK" was clicked. We finally tried to run the process manually as that same user, and now all is well. Thanks for your help!

linder
05-20-2011, 12:45 AM
Sam,

Thanks for the update. Interesting information!

Friedrich