Small IR Feature Request
Posted: Mon Jan 26, 2004 8:43 pm
I have a small change I'd like made in IR. Currently on my computer (WinXP Pro) I can't run IR from a network drive (in my case a Samba share). I believe this is because the Win32 call used to start the driver takes a full path as an argument and fails if the path is not local to the computer. I've tried moving GWIOPM.SYS to every conceivable directory without success.
So here's what I'd like: Would it be possible to make the call again with %SystemRoot%\system32\GWIOPM.SYS or %SystemRoot%\GWIOPM.SYS as the path? (as opposed to the directory that contains IR?)
If you want to only do this when IR is running from a network drive, the error reported when StartService tries to start a service with a network path is different from the error when the user doesn't have enough permissions. Here are the strings:
Network Path:
Parallel/Serial Error:
Problem with NT Port Driver:
StartDriver: Unable to Start Service
The system cannot find the path specified. Please make sure you have admin rights.
Parallel/Serial Error:
Unable to open Service Control Manager. Please make sure you have admin rights.
Of course I'll be happy to test the change.
Questions? Comments?
So here's what I'd like: Would it be possible to make the call again with %SystemRoot%\system32\GWIOPM.SYS or %SystemRoot%\GWIOPM.SYS as the path? (as opposed to the directory that contains IR?)
If you want to only do this when IR is running from a network drive, the error reported when StartService tries to start a service with a network path is different from the error when the user doesn't have enough permissions. Here are the strings:
Network Path:
Parallel/Serial Error:
Problem with NT Port Driver:
StartDriver: Unable to Start Service
The system cannot find the path specified. Please make sure you have admin rights.
Parallel/Serial Error:
Unable to open Service Control Manager. Please make sure you have admin rights.
Of course I'll be happy to test the change.
Questions? Comments?