Problems with the accessing the parallel port using winio
-
Hi Everone, I am trying to access my parallel port using the library winio.dll. I managed to do so using an administrative account but that wasn't possible using a non-administrative accuont. I have used this function to do so, but unfortunately I couldn't succeed: InstallWinIoDriver("C:\MyApp\Debug\WinIo.sys",FALSE); can anyone halp plz thanx in advance
-
Hi Everone, I am trying to access my parallel port using the library winio.dll. I managed to do so using an administrative account but that wasn't possible using a non-administrative accuont. I have used this function to do so, but unfortunately I couldn't succeed: InstallWinIoDriver("C:\MyApp\Debug\WinIo.sys",FALSE); can anyone halp plz thanx in advance
Quote from MSDN if The driver package is not digitally signed then "Manual installation of a driver requires administrator permissions" so , i think you have to be a administrator to install it but you only need to install it the first time, so after installed you can use it without be an administrator I think...