Hey I know this might be a silly question, but i have a c# .net exe on a cd. Now if a user has .net Framework installed, is it possible to run that exe file from cd?
Does that make sense? :confused:
Thanks for your help, :wave:
Stephan
Printable View
Hey I know this might be a silly question, but i have a c# .net exe on a cd. Now if a user has .net Framework installed, is it possible to run that exe file from cd?
Does that make sense? :confused:
Thanks for your help, :wave:
Stephan
why don't you just try it and see???
why don't you just try it and see???
Well I am still designing and that was just one question running throug my mind, but you are probably right, I should just create a small app and try to run that!
Thanks
Stephan
It won't work. The computer running the app has to have the framework installed for the executable to run.
Yes it will, he already said it had the framework on the computerQuote:
Originally posted by Shawn N
It won't work. The computer running the app has to have the framework installed for the executable to run.
Ack - misread the post.
I just tried this and ofcourse it works . But take care if your exe writes to any file where the exe is running .
Thanks! :wave: