What do you use as driver installer targeting only latest windows version

I should make a installer for filter and/or virtual driver.

I was thinking to just make my own app to install them.

I would be using Dir 13 = DriverStorage/… , so sys file would not be in the dir 12 = fixed place drivers/xyz.sys

I think using wix really does give any additional value than package them to msi as even the sys file is not in fixed place ?

can you recommend some other framework instead ?

how do you do installers ?

I was just about to tell you not to touch DriverStore, because that’s reserved for the operating system itself, but I see there are now instructions on how to do exactly that. Go figure.

Personally, I always used tools like pnputil to preinstall into DriverStore folder and then install from DriverStore into system32/drivers. That always seemed quite clean to me. Even when I used NSIS to create my installers, I’d always defer to DIFX to do the actual installation.