Hi,
What exactly does installdriver.exe do? regsvr32?
Thanks
What exactly is happening.
Re: What exactly is happening.
No, its not a COM object (which is what RegSvr32 is for).
It installs the driver. The source code is all there on the website so not that difficult to have a look. All it does is load the InpOut DLL and make a call to Open(). This in turn causes inpout to extract and load (install) the embedded .SYS file.
All InstallDriver.exe does is ensure permissions are available to do this by running as admin.
Thanks,
Phil
It installs the driver. The source code is all there on the website so not that difficult to have a look. All it does is load the InpOut DLL and make a call to Open(). This in turn causes inpout to extract and load (install) the embedded .SYS file.
All InstallDriver.exe does is ensure permissions are available to do this by running as admin.
Thanks,
Phil
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9, Logitech MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, Intel i5-9600k, Asus Z390-ROG, 16GB DDR4,
nVidia GeForce GTX 970, Evo 970 500Gb NVME, 2x2TB WD Black (RAID1)
--[ Administrator & XMBC Author ]--
Logitech G9, Logitech MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, Intel i5-9600k, Asus Z390-ROG, 16GB DDR4,
nVidia GeForce GTX 970, Evo 970 500Gb NVME, 2x2TB WD Black (RAID1)
-
- New User
- Posts: 2
- Joined: Mon Feb 02, 2015 9:28 am
Re: What exactly is happening.
Phil,
Thanks for the clarification. I downloaded all the files and found the source for the installdriver.exe. The file I was looking for was the binaries without source.
rob,
Thanks for the clarification. I downloaded all the files and found the source for the installdriver.exe. The file I was looking for was the binaries without source.
rob,