Chaoses-Ib / IbInputSimulator

A library for simulating keyboard and mouse input with drivers
MIT License
191 stars 35 forks source link

Install Razer drivers without installing Razer Synapse #7

Open Chaoses-Ib opened 1 year ago

Chaoses-Ib commented 1 year ago

I also found that you can actually install the RzComDriver without Synapse. There are various logs generated by razer synapse and one of them is Manifest.log this contains an XML manifest of all software products from razer. I have a console app I wrote in c# that actually uses the C# API used by Razers software to download the same Manifest file.

Within the Manifest, there is a link to the full Razer Synapse install (eg: https://cdn.razersynapse.com/1665042231FcnE6gEARazerSynapseSetup_v3.7.1015.100615.exe).

This exe is in a format that can be extracted from and within the $PLUGINSDIR RzComDriver_vx.x.xx.x.exe exists which is the Razer Common Control Driver.

image

image

Originally posted by @ChrisKader in https://github.com/Chaoses-Ib/IbInputSimulator/issues/6#issuecomment-1279871932

Chaoses-Ib commented 1 year ago

This is an amazing discovery. I will test it to see if it works properly.

Chaoses-Ib commented 1 year ago

Razer Synapse

Nanoleaf

Razer Macro

References

kyloren23 commented 1 year ago

sorry how do i use this? i tried it to my other laptop without razer and i install this v3.3.0331.041818 https://cdn.razersynapse.com/1524047122rATOSf1dRazerSynapseSetup_v3.3.0331.041818.exe

but gave me error when i run ahk. something like "razer device is not found"

https://i.imgur.com/7ffZQs5.png

Chaoses-Ib commented 1 year ago

i tried it to my other laptop without razer and i install this v3.3.0331.041818

The driver is installed by Nanoleaf, not Razer Synapse.

ZhangWebber commented 7 months ago

@Chaoses-Ib , How to install these? I have installed but nothing is opening

Chaoses-Ib commented 7 months ago

Yeah, there is no GUI so you won't see anything. Just try to use IbInputSimulator to use the Razer driver.

re-learning commented 7 months ago

I've downloaded the razer synapse 3.7, extracted and installed RzComDriver. However nothing seems to work when i try to move mouse. I dont have a razer device. Do I need an older version?

Chaoses-Ib commented 7 months ago

Have you tried to install Nanoleaf listed above?

re-learning commented 7 months ago

I will try it tomorrow and report back

re-learning commented 7 months ago

Installing nanoleaf directly without extracting did work, thanks