I currently have a 3rd party program as a resource for my VB.NET application, but it has to be extracted to a temporary path in order to run . I don't want people to be able to just find the 3rd party program and launch it themselves, so is there a way to prevent this? I've read things such as ram disks:
http://stackoverflow.com/questions/2...nto-my-project
But, that seems pretty hard. Is it possible to just embed the program into my program and call it like that?
http://stackoverflow.com/questions/2...nto-my-project
But, that seems pretty hard. Is it possible to just embed the program into my program and call it like that?