New-UssManifest
SYNOPSIS
Creates a new manifest.
SYNTAX
New-UssManifest -Name <String> -PackageId <String> -Version <SemanticVersion>
[-MinClientVersion <SemanticVersion>] [-DisplayName <String>] [-Description <String>] [-Instance]
[-Commands <Hashtable>]
[-Dependencies <System.Collections.Generic.List`1[LSRetail.GoCurrent.Common.Models.Dependency]>]
[-Parameters <System.Collections.Generic.List`1[LSRetail.GoCurrent.Common.Messages.ParameterDto]>]
[-FillParameters <Hashtable>] [-PrefetchFiles <System.Collections.Generic.List`1[System.String]>]
[-StoreFiles <System.Collections.Generic.List`1[System.String]>] [-SubstituteFor <String>]
[-WindowsUpdateSensitive] [-AlwaysUpdateDependencies] [-OutputDir <String>] [<CommonParameters>]
DESCRIPTION
Use New-UssManifest
to create a new manifest.
PARAMETERS
-AlwaysUpdateDependencies
Specifies that the dependencies should always be updated, even if the parent package is not updated.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Commands
Specifies the commands of the package.
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Dependencies
Specifies the dependencies of the package.
Type: System.Collections.Generic.List`1[LSRetail.GoCurrent.Common.Models.Dependency]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Description
Specifies the description of the package.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DisplayName
Specifies the display name of the package.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-FillParameters
Specifies the fill parameters of the package.
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Instance
Specifies that the package is an instance package.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-MinClientVersion
Specifies the minimum client version needed to install the package.
Type: SemanticVersion
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Name
Specifies the name of the package.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-OutputDir
Specifies the output directory.
Type: String
Parameter Sets: (All)
Aliases: Output, OutputPath
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PackageId
Specifies the package ID.
Type: String
Parameter Sets: (All)
Aliases: Id
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Parameters
Specifies the parameters of the package.
Type: System.Collections.Generic.List`1[LSRetail.GoCurrent.Common.Messages.ParameterDto]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PrefetchFiles
Specifies the prefetch files of the package.
Type: System.Collections.Generic.List`1[System.String]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-StoreFiles
Specifies the store files of the package.
Type: System.Collections.Generic.List`1[System.String]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SubstituteFor
Specifies the package ID that this package substitutes.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Version
Specifies the version of the package.
Type: SemanticVersion
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-WindowsUpdateSensitive
Specifies that the package is sensitive to Windows updates.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.