C# 클래스 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.
파일 보기 프로젝트 열기: Eun/WixSharp 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : string

Builds bootstrapper file.

메소드 상세

Build() 공개 메소드

Builds bootstrapper file.
public Build ( ) : string
리턴 string