| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

CANDLE

Page history last edited by Corey Alix 15 years, 3 months ago

CANDLE - Compiles WXS files

 

Example Usage:

candle InforOptionsDlg.wxs -out installer\%1\

candle InforUI_InstallDir.wxs -out installer\%1\

candle -ext WiXNetFxExtension -dRootDir=. -dVersion=%1 -dLanguage=1033 -dCulture=en gis.wxs -out installer\%1\en\

 


Microsoft (R) Windows Installer Xml Compiler version 3.0.4422.0

Copyright (C) Microsoft Corporation. All rights reserved.

 usage:  candle.exe [-?] [-nologo] [-out outputFile] sourceFile [sourceFile ...]

   -arch      x86, intel, x64, intel64, or ia64 (default: x86)

   -d<name>[=<value>]  define a parameter for the preprocessor

   -ext <extension>  extension assembly or "class, assembly"

   -I<dir>    add to include search path

   -nologo    skip printing candle logo information

   -o[ut]     specify output file (default: write to current directory)

   -p<file>   preprocess to a file (or stdout if no file supplied)

   -pedantic  show pedantic messages

   -platform  (deprecated alias for -arch)

   -sfdvital  suppress marking files as Vital by default

   -ss        suppress schema validation of documents (performance boost)

   -sw[N]     suppress all warnings or a specific message ID

              (example: -sw1009 -sw1103)

   -swall     suppress all warnings (deprecated)

   -trace     show source trace for errors, warnings, and verbose messages

   -v         verbose output

   -wx[N]     treat all warnings or a specific message ID as an error

              (example: -wx1009 -wx1103)

   -wxall     treat all warnings as errors (deprecated)

   -? | -help this help information

Common extensions:

   .wxs    - Windows installer Xml Source file

   .wxi    - Windows installer Xml Include file

   .wxl    - Windows installer Xml Localization file

   .wixobj - Windows installer Xml Object file (in XML format)

   .wixlib - Windows installer Xml Library file (in XML format)

   .wixout - Windows installer Xml Output file (in XML format)

   .msm - Windows installer Merge Module

   .msi - Windows installer Product Database

   .msp - Windows installer Patch

   .mst - Windows installer Transform

   .pcp - Windows installer Patch Creation Package

For more information see: http://wix.sourceforge.net

 

Comments (0)

You don't have permission to comment on this page.