|
Navigation: Program Reference > Building the Setup > Command Line Build |
|
You can build your VisualSetup project using the command line. The command line syntax for building setup programs is:
SetupMgr.exe /build project_file [-silent] [-detailed] [-notdetailed] [-replacesigned] [-type build_type] [-mode build_mode] [-outputdir output_directory] [-output output_file] |
project_file |
The VisualSetup project you want to build. |
||||||||||
-silent |
Use this option if you don't want VisualSetup to show message boxes for the errors. |
||||||||||
-detailed |
Use this option if you want VisualSetup to show detailed messages during setup building. |
||||||||||
-notdetailed |
Use this option if you don't want VisualSetup to show detailed messages during setup building. |
||||||||||
-replacesigned |
Use this option if you want to replace all signed files without being asked for it. |
||||||||||
-type build_type |
Use this option if you want to use a customized build type, instead of using the last one used with the project file. The available build types are:
|
||||||||||
-mode build_mode |
Use this option if you want to use a customized build mode, instead of using the last one used with the project file. The available build modes are:
|
||||||||||
-outputdir output_directory |
Use this option if you want to use a customized output directory, instead of using the one defined in the project file. |
||||||||||
-output output_file |
Use this option to save the compiler messages to an output file. |