I am looking for a solution to:
I don't have authorisation for installing an application on a client computer. That's why I need to deploy the application without an installer. Just like a portable application or a standalone application - something like that.
The client computer also has a limitation in its Internet connection, so ClickOnce will not work either.
I'm using Visual Studio Express 2010. I saw WiX could solve my limitation in setting-up my application. But still, I can't install the application.
In your solution, set CopyLocal to true for all projects. This will ensure that the ..\Bin
folder contains all the necessary assemblies for your program. Then just zip up the ..\Bin
folder, get it onto the client machine, and then unzip it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With