pf-WinInstaller-Metadata.ps1
$Script:ModuleMetadata = @{ExternalModuleDependencies = 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility', 'pf-basic', 'pf-errorhandling', 'pf-file', 'pf-string'} function Get-Metadata_pf_WinInstaller { return $Script:ModuleMetadata } |