Skip to content
⌘ NSIS Forum Archive

differen action for win98/winXP

3 posts

felix1432#

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#
Why every beginner doesn't read docs or wiki before creating new thread? 👎

Anders#
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