Options

/quiet mode...

swildermuthswildermuth Posts: 6
edited January 1, 2006 1:16PM in SQL Packager Previous Versions
The /quiet mode for the generated executable doesn't work in automated builds because it creates a "Hit any key..." prompt. Isn't this a bug?

Comments

  • Options
    Indeed. We'll fix it for the final release. Thank you for spotting this.
    - Neil Davidson
    Red Gate Software Ltd
  • Options
    Indeed. We'll fix it for the final release. Thank you for spotting this.

    Any work around? I've looked at the templates and it looks like the Attach/Detach Console are to blame.
  • Options
    If you're always going to be running from the command line then just remove these calls and set the C# project to be a command line project. You'll then need to replace the body of WriteToConsole with a simple Console.Write call.
    - Neil Davidson
    Red Gate Software Ltd
  • Options
    Unfortunatley no, it will be run by the build automaticly but interactively by developers and the IT team (who are helped by the Windows UI).

    I did this years ago in the COM days and instead of using Attach/Free Console, we were using something different. Let me see if I can dig it up.
This discussion has been closed.