Свойство | Type | Description | |
---|---|---|---|
AllowNonRtfLicense | bool | ||
AssemblyResolve | ResolveEventHandler | ||
AutoGeneration | |||
CandleOptions | string | ||
EmitRelativePaths | bool | ||
IgnoreClientAssemblyPDB | bool | ||
LightOptions | string | ||
PreserveTempFiles | bool | ||
TempFiles | List |
Méthode | Description | |
---|---|---|
Build ( |
Builds WiX Bootstrapper application from the specified Bundle project instance.
|
|
Build ( |
Builds WiX Bootstrapper application from the specified Bundle project instance.
|
|
BuildCmd ( |
Builds the WiX source file and generates batch file capable of building WiX/MSI bootstrapper with WiX toolset.
|
|
BuildMsi ( |
Builds the MSI file from the specified Project instance.
|
|
BuildMsi ( |
Builds the MSI file from the specified Project instance.
|
|
BuildMsiCmd ( |
Builds the WiX source file and generates batch file capable of building MSI with WiX toolset.
|
|
BuildMsiCmd ( |
Builds the WiX source file and generates batch file capable of building MSI with WiX toolset.
|
|
BuildMsm ( |
Builds the MSM file from the specified Project instance.
|
|
BuildMsm ( |
Builds the MSM file from the specified Project instance.
|
|
BuildMsmCmd ( |
Builds the WiX source file and generates batch file capable of building MSM with WiX toolset.
|
|
BuildMsmCmd ( |
Builds the WiX source file and generates batch file capable of building MSM with WiX toolset.
|
|
BuildPackageAsm ( string asm, string nativeDll = null, string refAssemblies = null, string outDir = null, string configFilePath = null, System.Platform platform = null, bool embeddedUI = false ) : string |
Packages the assembly containing managed CA or UI.
|
|
BuildPackageAsmCmd ( string asm, string nativeDll, string refAssemblies, string outDir, string configFilePath, System.Platform platform = null, bool embeddedUI = false ) : string |
Builds the batch file for packaging the assembly containing managed CA or UI.
|
|
BuildWxs ( |
Builds the WiX source file (*.wxs) from the specified Bundle instance.
|
|
BuildWxs ( |
Builds the WiX source file (*.wxs) from the specified Project instance for further compiling into MSI file.
|
|
BuildWxs ( |
Builds the WiX source file (*.wxs) from the specified Project instance.
|
|
BuildWxs ( |
Builds the WiX source file (*.wxs) from the specified Project instance.
|
|
DefaultWixSourceFormatedHandler ( string &xml ) : void |
The default Compiler.WixSourceFormated event handler.
|
|
DefaultWixSourceGeneratedHandler ( System.Xml.Linq.XDocument doc ) : void |
The default Compiler.WixSourceGenerated event handler.
|
|
GenerateWixProj ( |
Generates WiX XML source file the specified Project instance.
|
Méthode | Description | |
---|---|---|
AddDir ( System.Xml.Linq.XElement parent, |
||
Build ( |
||
Build ( |
||
BuildCmd ( |
||
BuildSuppressWarningsArgs ( int IDs ) : string | ||
Compiler ( ) : System | ||
ConvertMsiToMsm ( System.Xml.Linq.XDocument doc ) : void | ||
CopyAsAutogen ( string source, string dest ) : void | ||
EnsureVSIntegration ( ) : void | ||
GenerateCandleCommand ( |
||
GenerateLightCommand ( |
||
GetShortcutWorkingDirectopry ( string targetPath ) : string | ||
GetTopLevelDir ( System.Xml.Linq.XElement product ) : System.Xml.Linq.XElement | ||
IndjectCustomUI ( Controls customUI, System.Xml.Linq.XDocument doc ) : void | ||
InsertIISElements ( System.Xml.Linq.XElement dirItem, System.Xml.Linq.XElement component, |
||
InsertWebSite ( |
||
PackageManagedAsm ( string asm, string nativeDll, string refAssemblies, string outDir, string configFilePath, System.Platform platform = null, bool embeddedUI = false, string batchFile = null ) : void | ||
PostProcessMsm ( |
||
ProcessBinaries ( |
||
ProcessCertificates ( |
||
ProcessCustomActions ( |
Processes the custom actions.
|
|
ProcessDirPermissions ( |
||
ProcessDirectories ( |
||
ProcessDirectory ( |
||
ProcessDirectoryFiles ( |
||
ProcessDirectoryShortcuts ( |
||
ProcessEnvVars ( |
||
ProcessFeatures ( |
||
ProcessFilePermissions ( |
||
ProcessLaunchConditions ( |
||
ProcessMergeModules ( |
||
ProcessOdbcSources ( |
||
ProcessProperties ( |
||
ProcessRegKeys ( |
||
ProcessSql ( |
||
ProcessSqlScripts ( Dictionary |
||
ProcessSqlStrings ( Dictionary |
||
ProcessUpgradeStrategy ( |
||
ProcessUsers ( |
||
ResetCachedContent ( ) : void | ||
ResolveClientAsm ( string asmName, string outDir ) : string | ||
ResolveExtensionFile ( string file ) : string | ||
Run ( string file, string args ) : void |
public static Build ( |
||
project | The project. | |
Résultat | string |
public static Build ( |
||
project | The project. | |
path | string | The path. |
Résultat | string |
public static BuildCmd ( |
||
project | The project. | |
path | string | The path to the batch file to be created. |
Résultat | string |
public static BuildMsi ( |
||
project | The |
|
Résultat | string |
public static BuildMsi ( |
||
project | The |
|
path | string | The path to the MSI file to be build. |
Résultat | string |
public static BuildMsiCmd ( |
||
project | The |
|
Résultat | string |
public static BuildMsiCmd ( |
||
project | The |
|
path | string | The path to the batch file to be build. |
Résultat | string |
public static BuildMsm ( |
||
project | The |
|
Résultat | string |
public static BuildMsm ( |
||
project | The |
|
path | string | The path to the MSM file to be build. |
Résultat | string |
public static BuildMsmCmd ( |
||
project | The |
|
Résultat | string |
public static BuildMsmCmd ( |
||
project | The |
|
path | string | The path to the batch file to be build. |
Résultat | string |
public static BuildPackageAsm ( string asm, string nativeDll = null, string refAssemblies = null, string outDir = null, string configFilePath = null, System.Platform platform = null, bool embeddedUI = false ) : string | ||
asm | string | The assembly to be packaged. |
nativeDll | string | The package file (native DLL) to be build. |
refAssemblies | string | The referenced assemblies. |
outDir | string | The out dir. |
configFilePath | string | The app config file path. |
platform | System.Platform | The platform. |
embeddedUI | bool | if set to |
Résultat | string |
public static BuildPackageAsmCmd ( string asm, string nativeDll, string refAssemblies, string outDir, string configFilePath, System.Platform platform = null, bool embeddedUI = false ) : string | ||
asm | string | The assembly to be packaged. |
nativeDll | string | The package file (native DLL) to be build. |
refAssemblies | string | The referenced assemblies. |
outDir | string | The out dir. |
configFilePath | string | The app config file path. |
platform | System.Platform | The platform. |
embeddedUI | bool | if set to |
Résultat | string |
public static BuildWxs ( |
||
project | The project. | |
Résultat | string |
public static BuildWxs ( |
||
project | The |
|
Résultat | string |
public static BuildWxs ( |
||
project | The |
|
type | OutputType | The type ( |
Résultat | string |
public static BuildWxs ( |
||
project | The |
|
path | string | The path to the WXS file to be build. |
type | OutputType | The type ( |
Résultat | string |
public static DefaultWixSourceFormatedHandler ( string &xml ) : void | ||
xml | string | The XML text string representing WiX XML source code. |
Résultat | void |
public static DefaultWixSourceGeneratedHandler ( System.Xml.Linq.XDocument doc ) : void | ||
doc | System.Xml.Linq.XDocument | The XDocument object representing WiX XML source code. |
Résultat | void |
public static GenerateWixProj ( |
||
project | The |
|
Résultat | System.Xml.Linq.XDocument |
public static ResolveEventHandler AssemblyResolve | ||
Résultat | ResolveEventHandler |
public static AutoGenerationOptions,WixSharp AutoGeneration | ||
Résultat |
public static bool IgnoreClientAssemblyPDB | ||
Résultat | bool |