windowsmsi

package
v0.0.0-...-d09f9c8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Overview

Package windowsmsi encodes the process of building a Windows MSI installer from the given Go toolchain .tar.gz binary archive.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConstructInstaller

func ConstructInstaller(_ context.Context, workDir, tgzPath string, opt InstallerOptions) (msiPath string, _ error)

ConstructInstaller constructs an installer for the provided Go toolchain .tar.gz binary archive using workDir as a working directory, and returns the output path.

It's intended to run on a Windows system where the WiX tools can run.

Types

type InstallerOptions

type InstallerOptions struct {
	GOARCH string // The target GOARCH.
}

InstallerOptions holds options for constructing the installer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL