< Back

Get-MsiFileInfo

Sat Jan 18, 2020 4:46 pm

NAME Get-MsiFileInfo



SYNOPSIS

Get properties out of MSI file.





SYNTAX

Get-MsiFileInfo [-Path] <FileInfo> [[-Properties] <String[]>] [-GetPublicProperties] [-DoNotIncludeFileInfo]

[-IncludeNonMsiFileInfo] [<CommonParameters>]





DESCRIPTION

Usage Documentation: https://github.com/UNT-CAS/MsiHandler/w ... siFileInfo





PARAMETERS

-Path <FileInfo>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-Properties <String[]>



Required? false

Position? 2

Default value @('Manufacturer', 'ProductName', 'ProductVersion', 'ProductCode',

'ProductLanguage', 'FullVersion')

Accept pipeline input? false

Accept wildcard characters? false



-GetPublicProperties [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-DoNotIncludeFileInfo [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-IncludeNonMsiFileInfo [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Collections.Hashtable







RELATED LINKS





CommonParameters : True

WorkflowCommonParameters : False

details : @{name=New-MsiTransformFile; noun=; verb=}

Syntax : @{syntaxItem=System.Object[]}

parameters : @{parameter=System.Object[]}

inputTypes : @{inputType=}

returnValues : @{returnValue=}

aliases : None



remarks : Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only

partial help.

-- To download and install Help files for the module that includes this cmdlet, use

Update-Help.

alertSet :

description :

examples :

Synopsis :

New-MsiTransformFile [-MsiPath] <FileInfo> [-MstPath] <FileInfo> [-Properties] <hashtable>

[<CommonParameters>]



ModuleName : MsiHandler

nonTerminatingErrors :

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

Name : New-MsiTransformFile

Category : Function

Component :

Role :

Functionality :