MSFN Forum: How to integrate XXUSBXX.dll library? - MSFN Forum

Jump to content



If you are having issues with Windows after removing components and have come to ask for help, please attach (not paste) your Last Session.ini file to your post to facilitate quicker assistance.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to integrate XXUSBXX.dll library? Rate Topic: -----

#1 User is offline   stasys44 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 14-June 04

Posted 08 November 2009 - 07:40 AM

I need to integrate library for USB xxUSBxx.dll (x is any char)


#2 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,543
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 08 November 2009 - 08:32 AM

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.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy