C# Class WixSharp.NativeBootstrapper

Defines native (un-managed) bootstrapper. The primary usage of NativeBootstrapper is to build bootstrappers for automatically installing .NET for executing MSIs containing managed Custom Actions (ManagedAction).

NativeBootstrapper is subject to the following limitations: Only Win32 native bootstrapper can be built. Only one Prerequisite cen be defined.
ファイルを表示 Open project: Eun/WixSharp Class Usage Examples

Public Methods

Method Description
Build ( ) : string

Builds bootstrapper file.

Method Details

Build() public method

Builds bootstrapper file.
public Build ( ) : string
return string