-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get DevExpressPath
Apostolis Bekiaris edited this page Apr 26, 2020
·
5 revisions
Returns the installation paths of DevExpress found in a system.
Get-DevExpressPath [[-version] <String>] [<CommonParameters>]
Returns the installation paths of DevExpress found in a system.
PS C:\> Get-DevExpressPath
Name Directory
---- ---------
19.2 C:\Program Files (x86)\DevExpress 19.2\Components\
Get all DevExpress installation paths.
{{ Fill version Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
General notes