mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 02:43:43 +00:00
One parameter was missing
One of the command parameter -p was missing in the document. So I have updated that parameter.
This commit is contained in:
@ -32,7 +32,7 @@ After you deploy and store the customized databases on each of your local comput
|
|||||||
|
|
||||||
The command-line options use the following conventions.
|
The command-line options use the following conventions.
|
||||||
|
|
||||||
Sdbinst.exe \[-q\] \[-u filepath\] \[-g *GUID*\] \[-n *"name"*\] \[-?\]
|
Sdbinst.exe \[-q\] \[-?\] \[-u\] \[-g\] \[-p\] \[-u filepath\] \[-g *GUID*\] \[-n *"name"*\]
|
||||||
|
|
||||||
The following table describes the available command-line options.
|
The following table describes the available command-line options.
|
||||||
|
|
||||||
@ -78,6 +78,12 @@ The following table describes the available command-line options.
|
|||||||
<p>For example,</p>
|
<p>For example,</p>
|
||||||
<p><code>sdbinst.exe -?</code></p></td>
|
<p><code>sdbinst.exe -?</code></p></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="even">
|
||||||
|
<td align="left"><p>-p</p></td>
|
||||||
|
<td align="left"><p>Allows SDBs installation with Patches</p>
|
||||||
|
<p>For example,</p>
|
||||||
|
<p><code>sdbinst.exe -p C:\Windows\AppPatch\Myapp.sdb</code></p></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user