Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to distribute application

I've never actually wanted to share anything I've made before, but I have a program that I want to be able to pass around to a few people.

How exactly does this work? Is it possible to create just an exe file?

I am using 2 third party libraries with my project. How will this affect things?

like image 680
NMunro Avatar asked Dec 18 '25 14:12

NMunro


1 Answers

It's possible to give content of Release directory, but you must remember to set reference attribute Copy Local to true for external libraries. If you forget give client all libraries you will get runtime error. Better option is use e.g. ClickOnce. In the future when you update your app it will be the best option.

Here is quick tutorial from lynda.com.

like image 145
kmatyaszek Avatar answered Dec 20 '25 03:12

kmatyaszek



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!