msiutil

package
v0.0.0-...-fd57926 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package msiutil provides utilities for working with Windows Installer (.msi) files

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MSIHandler

type MSIHandler struct{}

MSIHandler provides methods for MSI file operations

func NewMSIHandler

func NewMSIHandler() *MSIHandler

NewMSIHandler creates a new MSI handler

func (*MSIHandler) ExtractMSI

func (h *MSIHandler) ExtractMSI(msiPath, outputDir string, listOnly bool) error

ExtractMSI extracts contents of an MSI file

func (*MSIHandler) ExtractMSIStream

func (h *MSIHandler) ExtractMSIStream(msiPath, streamName, outputPath string) error

ExtractMSIStream extracts a specific stream from an MSI file

func (*MSIHandler) ListMSITables

func (h *MSIHandler) ListMSITables(msiPath string) ([]string, error)

ListMSITables retrieves the list of tables in an MSI file

Jump to

Keyboard shortcuts

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