Difference between revisions of "DpInst"
From WPKG | Open Source Software Deployment and Distribution
(Created page with 'Driver installer using Dpinst.exe <source lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <packages> <package id="dpinst" name="DpInst driver installer" rev…') |
(No difference)
|
Revision as of 12:58, 13 September 2010
Driver installer using Dpinst.exe
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="dpinst"
name="DpInst driver installer"
revision="1"
execute="once"
reboot="false"
priority="0">
<install cmd='pathto\dpinst.exe /S /PATH \\server\driverrepo\' >
</install>
</package>
</packages>