You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies the installer used to upgrade the App-V package.
78
79
79
80
```yaml
80
-
Type: String
81
+
Type: String[]
81
82
Parameter Sets: (All)
82
-
Aliases:
83
+
Aliases:
83
84
84
85
Required: True
85
86
Position: 4
@@ -88,14 +89,29 @@ Accept pipeline input: False
88
89
Accept wildcard characters: False
89
90
```
90
91
92
+
### -InstallerOptions
93
+
Specifies an array of Installer Command-Line Options as parameter values, such as /quiet, /passive, or /norestart.
94
+
95
+
```yaml
96
+
Type: String[]
97
+
Parameter Sets: (All)
98
+
Aliases:
99
+
100
+
Required: False
101
+
Position: Named
102
+
Default value: None
103
+
Accept pipeline input: False
104
+
Accept wildcard characters: False
105
+
```
106
+
91
107
### -Name
92
108
Specifies the friendly name of the package given during Sequencing time.
93
109
This value is obtained from the package manifest.
94
110
95
111
```yaml
96
112
Type: String
97
113
Parameter Sets: (All)
98
-
Aliases:
114
+
Aliases:
99
115
100
116
Required: True
101
117
Position: 1
@@ -119,6 +135,21 @@ Accept pipeline input: False
119
135
Accept wildcard characters: False
120
136
```
121
137
138
+
### -TemplateFilePath
139
+
Specifies the path to the App-V package template file to be used for this package.
140
+
141
+
```yaml
142
+
Type: String
143
+
Parameter Sets: (All)
144
+
Aliases:
145
+
146
+
Required: False
147
+
Position: Named
148
+
Default value: None
149
+
Accept pipeline input: False
150
+
Accept wildcard characters: False
151
+
```
152
+
122
153
### CommonParameters
123
154
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments