Skip to content

Commit a4b34a0

Browse files
authored
Add uninstall example for msiexec command
Added example for uninstalling a product using msiexec.
1 parent 11f7595 commit a4b34a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

desktop-src/Msi/command-line-options.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,8 @@ When you apply patches to a specific product, the /i and /p options cannot be sp
167167

168168
The [**PATCH**](patch.md) property cannot be set in a command line, when /p option is used. If the **PATCH** property is set when the /p option is used, the value of **PATCH** property is ignored and overwritten.
169169

170+
The following example shows you how to uninstall a product.
171+
172+
**msiexec /x msisample.msi**
170173

171174

0 commit comments

Comments
 (0)