![]() | |
| If you have renamed the WinDriver kernel module (WinDriver.kext), as explained in section 15.2, replace the relevant WinDriver references with the name of your driver, and replace references to the ~/WinDriver/redist folder with the path to the location of the modified installation files. For example, when using the generated DriverWizard renamed driver files for your driver project, as explained in section 15.2.2, you can replace references to ~/WinDriver/redist with the path to the generated xxx_installation/redist folder (where xxx is the name of your generated driver project). |
Before distributing your driver, prepare a distribution package that includes the following files:
![]() | |
| Driver installation on Mac OS X requires root privileges. |
To install your driver on the target computer, follow these steps:
![]() | |
|
$ sudo
<path to wdreg> <path to the driver's kext folder>![]() | |
|
![]() | |
| When distributing your driver, take care not to overwrite a newer version of WinDriver.kext with an older version. You should configure your installation program (if you are using one) so that the installer automatically compares the time stamp on the kernel extension folders, and does not overwrite a newer version with an older one. |