Thanks for that , it did save me from trouble. I do the below
LocationDrivers = Environment.SystemDirectory + "\\drivers\\ftdibus.sys";
FileVersionInfo fsi = FileVersionInfo.GetVersionInfo(LocationDrivers);//@"C:\Windows\system32\drivers\ftdibus.sys");
Thing is now I have attacked every machine (I can) testing this darn thing, can I ask if the FTDI driver installs faster on some machines than others it just I have seen big differences in the speed that it installs, on similar machines, XP Pro, around 2 GHz (one 2.5, one 2.0). Really I'm not bothered by the speed it just that appears odd and I'm trying for an application that will causes the least amount of trouble to the end user (and me!) down the line.
Any ideas, any one?....