c# - Dot net application to run on network drive without installation -


I have a vb script that modifies the file in the user folder. I want to change it in pure appliation problem That would have to run the appliation on a network drive.

How can I deploy applications on a network drive, after installing it locally, it is possible to copy all folders to network drives after creating an exe file, will it work? ?

Maybe there is a project settings to allow the exe to be created without the installation process?

I hope I made my self clear.

Thanks

The short answer is yes, theoretically this should work, But in practice this is not so easy, you can meet some difficulties. / P>



Comments