Re: [WiX-users] Installing to SystemFolder\Drivers

2007-09-07 Thread Principher
Thanks for the reply it helped me alot :) Yes I know I should not copy the driver directly to the drivers folder. However I have been issued a driver which the program must load (and unload) on demand, not the nicest solution but I have not been given much choice :(. Also I got a direct mail whic

Re: [WiX-users] Installing to SystemFolder\Drivers

2007-09-06 Thread Stefan Pavlik
Hi,... I was using following code to install the driver into system32\drivers folder adn it was working OK. Anyway you should not copy the sys file directly to system32\drivers folder. You should use the inf file to install the driver correctly. regards Stefan

[WiX-users] Installing to SystemFolder\Drivers

2007-09-06 Thread Principher
I am trying to install a file into the C:\Windows\System32\Drivers folder, but cannot figure out how to do it. I have no problem getting the file installed into the SystemFolder (System32) but moving on to Drivers subfolder is giving me trouble :( The code I have tried is the following: