| 
  • 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
 

DARK

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

DARK - Convert MSI to WXS

 

Examples:

     >DARK setup.msi -v -x bin

 

Microsoft (R) Windows Installer Xml Decompiler version 3.0.4909.0

Copyright (C) Microsoft Corporation. All rights reserved.

 

 usage: dark.exe [-?] [-nologo] database.msi [source.wxs] [@responseFile]

 

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

   -nologo    skip printing dark logo information

   -notidy    do not delete temporary files (useful for debugging)

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

   -sct       suppress decompiling custom tables

   -sdet      suppress dropping empty tables (adds EnsureTable as appropriate)

   -sras      suppress relative action sequencing

              (use explicit sequence numbers)

   -sui       suppress decompiling UI-related tables

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

              (example: -sw1059 -sw1067)

   -swall     suppress all warnings (deprecated)

   -v         verbose output

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

              (example: -wx1059 -wx1067)

   -wxall     treat all warnings as errors (deprecated)

   -x <path>  export binaries from cabinets and embedded binaries to <path>

   -xo        output wixout instead of WiX source code

              (mandatory for transforms and patches)

   -? | -help this help information

 

Environment variables:

   WIX_TEMP   overrides the temporary directory used for cab extraction, binary extraction, ...

 

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

 

Comments (0)

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