From af2e046a7a95a5d9a7c47c9901735219c3b78d53 Mon Sep 17 00:00:00 2001 From: "Mark B. Rasmussen" <56847489+Mark5900@users.noreply.github.com> Date: Wed, 16 Jul 2025 14:15:45 +0200 Subject: [PATCH] Update Capa.PowerShell.Module.PowerPack.MSI.psd1 --- .../Prod/Capa.PowerShell.Module.PowerPack.MSI.psd1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/Capa.PowerShell.Module.PowerPack.MSI/Prod/Capa.PowerShell.Module.PowerPack.MSI.psd1 b/Modules/Capa.PowerShell.Module.PowerPack.MSI/Prod/Capa.PowerShell.Module.PowerPack.MSI.psd1 index 5631ba41..f4ba7318 100644 --- a/Modules/Capa.PowerShell.Module.PowerPack.MSI/Prod/Capa.PowerShell.Module.PowerPack.MSI.psd1 +++ b/Modules/Capa.PowerShell.Module.PowerPack.MSI/Prod/Capa.PowerShell.Module.PowerPack.MSI.psd1 @@ -12,7 +12,7 @@ RootModule = '.\Capa.PowerShell.Module.PowerPack.MSI.psm1' # Version number of this module. -ModuleVersion = '1.15.0' + ModuleVersion = '1.14.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -70,8 +70,8 @@ ProcessorArchitecture = 'None' # NestedModules = @() # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = 'MSI_GetProductCodeFromMSI', 'MSI_GetPropertyFromMSI', - 'MSI_GetPropertiesFromMSI', 'MSI_IsMSIFileInstalled', +FunctionsToExport = 'MSI_GetProductCodeFromMSI', 'MSI_GetPropertyFromMSI', + 'MSI_GetPropertiesFromMSI', 'MSI_IsMSIFileInstalled', 'MSI_IsMSIGuidInstalled', 'Install-PpMSI', 'Uninstall-PpMSI' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.