PS-WindowsInstaller.psd1

@{
    RootModule        = 'PS-WindowsInstaller.psm1'
    ModuleVersion     = '1.3.11'
    GUID              = '6be38250-2efb-4cdf-b146-8079af82e8ac'
    Author            = 'Christopher T. Stone'
    CompanyName       = 'Unknown'
    Copyright         = '(c) 2023 Christopher T. Stone. All rights reserved.'
    Description       = 'PowerShell Module to wrap the WindowInstaller Objects, Methods, and Properties'
    FunctionsToExport = @('Close-WindowsInstallerDatabase','Get-WindowsInstallerDatabaseTable','Get-WindowsInstallerInstallerProduct','Get-WindowsInstallerInstallerProductInfo','Get-WindowsInstallerInstallerProductState','Get-WindowsInstallerInstallerRelatedProduct','Get-WindowsInstallerSessionInstaller','Get-WindowsInstallerSessionProperty','Install-WindowsInstallerInstallerProduct','Invoke-WindowsInstallerSessionAction','New-WindowsInstallerInstaller','Open-WindowsInstallerDatabase','Open-WindowsInstallerPackage','Open-WindowsInstallerProduct','Reinstall-WindowsInstallerInstallerProduct','Remove-WindowsInstallerObject','Set-WindowsInstallerInstallerLog','Set-WindowsInstallerInstallerProduct','Set-WindowsInstallerInstallerUILevel','Set-WindowsInstallerSessionProperty','Test-WindowsInstallerExecuteSequence','Test-WindowsInstallerPendingReboot')
    CmdletsToExport   = @()
    VariablesToExport = '*'
    AliasesToExport   = @()
    PrivateData       = @{
        PSData = @{
        }
    }
}