zoukankan      html  css  js  c++  java
  • DPInst and DIfx usage

    DPInst and DIfx usage

    JY posted on Tuesday, January 12, 2010 10:03 AM

    Hi,
    
    I am posting this for the 3rd time. Somhow my posts are not showing up for
    whatever reason - please excuse.
    
    I have a requirement to install a device driver from my MFC application and
    have looked through some MSDN documention on usage of DPInst and DIFx
    framework, but I have not got a clear idea yet.
    
    1. A basic question is if I have a driver file that I need to install what
    exactly are the steps to be followed?
    
    2. Can I use ShellExecute(Ex) to launch DPInst? What other things are needed?
    
    TIA,
    JY

    For DPInst, all you need to do is create an XML configuration file, haveDPInst.

    Tim Roberts replied to JY on Wednesday, January 13, 2010 1:23 AM

    For DPInst, all you need to do is create an XML configuration file, have
    DPInst.exe in the same directory as the INF file and the XML file, and run
    DPInst.  it is pretty darned easy.
    
    
    Take DPInst.exe, your DPInst.xml, your .inf, and your .sys.  Have your
    installer copy that to a Program Files location, then launch DPInst. That's
    it.  That will pre-install the driver.
    
    
    Yes, indeed.  I call it from an NSIS install script.
    --
    Tim Roberts, timr@probo.com
    Providenza & Boekelheide, Inc.

  • 相关阅读:
    Activiti学习笔记1 — 下载与开发环境的配置
    JavaScript实现本地图片上传前进行裁剪预览
    我国县及县级以上城市编码
    一些小技巧
    NodeJS学习之异步编程
    NodeJS学习之网络操作
    NodeJS学习之文件操作
    Sass和Compass设计师指南
    Sass
    CKEditor配置及使用
  • 原文地址:https://www.cnblogs.com/kevinzhwl/p/3878874.html
Copyright © 2011-2022 走看看