timschumi / iforce-binary-driver

A 64-bit driver (Windows 7 and newer) for Immersion I-Force wheels, based on a driver binary released by Saitek.
11 stars 3 forks source link

Create preinstall.bat #5

Closed qurbat closed 1 year ago

qurbat commented 1 year ago

A batch script to disable driver integrity checks and enter test mode. This is required in order to install the provided drivers. A pre-requisite for this script to work as intended requires disabling UEFI Secure Boot.

timschumi commented 1 year ago

I'm not sure how I feel about 'hiding' this behind a script. At the very least, there is nothing driver-specific in there, so it might as well be a separate thing that can be used independently.

Instead, I'd very much like users to do their own research, since enabling testsigning isn't to be taken lightly, especially in regards to interactions with other software.

qurbat commented 1 year ago

This makes sense. You're right. I'll keep this script for myself. =)

Thanks again for the prompt response, Tim.