felix1432
28th August 2008 09:16 UTC
differen action for win98/winXP
Hi!
I want to create a setup that install some drivers (.sys).
Und windowsXP the`re called "whatever.sys
and go in C:\WINDOWS\system32\driver,
while under windows 95,98,me they`re called whatever.vxd and go in C:\WINDOWS\system.
There is no system32 folder in windows95,98,me.
how todo that?
thanks,
felix1432
pospec
28th August 2008 09:28 UTC
Why every beginner doesn't read docs or wiki before creating new thread? :down:
http://nsis.sourceforge.net/Detect_Windows_Version
Anders
28th August 2008 16:44 UTC
well, the system constant resolves to \system on 9x and system32 on NT, so all you need is the version detection so you know the correct driver to extract