Merge pull request #3024 from joinimran/patch-8

One parameter was missing
This commit is contained in:
Greg Lindsay
2019-03-22 12:21:02 -07:00
committed by GitHub

View File

@ -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>