Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Build from command line?

Build from command line? 2 years, 11 months ago #458

Hi

What are the command line switches for ppcic? I am wanting to build a project from the command line as part of a build script?

Cheers
Paul

Re:Build from command line? 2 years, 11 months ago #459

  • nick_tg
  • OFFLINE
  • Moderator
  • Karma: 5
Hi Paul,

ppcic /b "path_to_project_file"

Regards,
Nick Protopapas

Re:Build from command line? 2 years, 4 months ago #486

Hi,
I just tried this on an existing pci file that I have used to generate a working CAB file.
When I ran it in command prompt mode, I found that
1) you have to specify the absolute path
2) The GUI is still launched and has an error saying cb_c_0_f_13 not found pop ups. This means that user intervention is required to close the dialog, which is what I'm trying to avoid as I'm running from an ant script.

I retried generating a more simple installation from scratch and it did work from the command line - I think the GUI is still being shown, but closes itself after a successful run.

My question is, is there any additional parameters to force a completely silent creation?

Re:Build from command line? 2 years, 4 months ago #487

  • nick_tg
  • OFFLINE
  • Moderator
  • Karma: 5
Hi,

To make a relative silent compile use the /bs option.

This will show the GUI, but will exit with the error code in errorlevel variable, without waiting any user interpretation.

Regards,
Nick Protopapas
  • Page:
  • 1
Time to create page: 0.37 seconds