From 081d90bb14744a925c86ac066e23da857a9819af Mon Sep 17 00:00:00 2001 From: Mandi Ohlinger Date: Thu, 2 Dec 2021 19:24:04 -0500 Subject: [PATCH] Formatting --- .../planning/using-the-sdbinstexe-command-line-tool.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/deployment/planning/using-the-sdbinstexe-command-line-tool.md b/windows/deployment/planning/using-the-sdbinstexe-command-line-tool.md index 050ffd2495..30d119ec3e 100644 --- a/windows/deployment/planning/using-the-sdbinstexe-command-line-tool.md +++ b/windows/deployment/planning/using-the-sdbinstexe-command-line-tool.md @@ -65,9 +65,9 @@ The following table describes the available command-line options. |-?|Displays the Help for the Sdbinst.exe tool.

For example,
`sdbinst.exe -?`| |-p|Allows SDBs installation with Patches.

For example,
`sdbinst.exe -p C:\Windows\AppPatch\Myapp.sdb`| |-q|Does a silent installation with no visible window, status, or warning information. Fatal errors appear only in Event Viewer (Eventvwr.exe).

For example,
`sdbinst.exe -q`| -|-u (filepath)|Does an uninstallation of the specified database.

For example,
`sdbinst.exe -u C:\example.sdb`| -|-g (GUID)|Specifies the customized database to uninstall by a globally unique identifier (GUID).

For example,
`sdbinst.exe -g 6586cd8f-edc9-4ea8-ad94-afabea7f62e3`| -|-n ("name")|Specifies the customized database to uninstall by file name.

For example,
`sdbinst.exe -n "My_Database"`| +|-u *filepath*|Does an uninstallation of the specified database.

For example,
`sdbinst.exe -u C:\example.sdb`| +|-g *GUID*|Specifies the customized database to uninstall by a globally unique identifier (GUID).

For example,
`sdbinst.exe -g 6586cd8f-edc9-4ea8-ad94-afabea7f62e3`| +|-n *"name"*|Specifies the customized database to uninstall by file name.

For example,
`sdbinst.exe -n "My_Database"`| ## Related topics