Problem With Windows Service

raziiq

Member
Joined
Mar 26, 2005
Messages
7
Programming Experience
Beginner
Hi.
I have a windows Service named "Geisyo.sys" used for running my network application.
Now i want to write a code in Vb.net that makes the above service run automatically when computer boots.

Remember the file is an *.sys file and not an *.exe file , thats why i am having a problem running this service through Vb.net.

For an Exe file i could have made a Windows Service in Vb.net and make that exe file run through that Service but this is an Sys file (Geisyo.sys) , so i am having problem with it.

Please help me solve this problem.
 
Back
Top