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.