Jump to content

How to integrate XXUSBXX.dll library?


stasys44

Recommended Posts


Well, if it is a part of a driver, why not try to integrate the whole driver through the .inf file?

If not, I would suggest adding it to the $OEM$ folder in the following path:

SourceCD\$OEM$\$$\System32\xxUSBxx.dll

This will copy the file to System32 during install; then you will probably need to register it. You can do this through a batch file; open Notepad and copy/paste this command

regsvr32 "C:\Windows\System32\xxUSBxx.dll" (if windows is installed on C:\).

Save the file in the root of your source CD as register.cmd and add it to nLite through the RunOnce section in Unattended like this:

cmd /R %source%register.cmd

I must encourage you to test this before you actually install.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...