Top "Software-distribution" questions

Software distribution is the process of delivering software to the end user.

How to generate an installer package for Mac app?

How can I create a single installer package for an OS X binary as well as a few configuration and …

macos cocoa installation software-distribution pkg-file
GNU General Public License (v2): can a company use the licensed software for free?

Here is the context of this question: I have code that is to be sold for profit, but I wish …

open-source licensing gpl software-distribution
How do I produce a ZIP of my source using Gradle?

I'm converting a relatively small project from Ant to Gradle. I expect to reduce the number of lines in the …

gradle zip software-distribution
How does Crystal Reports Runtime Licensing work?

I am designing an application in C# and I want to use some Crystal Reports in my application. I am …

c# crystal-reports licensing software-distribution
How do you protect your software from illegal distribution?

I am curious about how do you protect your software against cracking, hacking etc. Do you employ some kind of …

security licensing protection software-distribution piracy
What’s the best way to distribute a binary application for Linux?

I just finished porting an application from Windows into Linux. I have to create an installer of the application. The …

linux binary packages package software-distribution
When and when-not to install into the GAC?

When should you install into the GAC and when should you not? (I am referring, really, to installing on a …

.net installation gac software-distribution
Secure algorithm for creating license keys?

I would like to distribute an application, but have license key that they can enter to unlock. What is a …

algorithm software-distribution product-key
A minimal Stripped Down JRE for Windows

I have an application in the form of a jar file which is around 2MB in size. For several reasons, …

deployment java software-distribution
Shared library dependencies with distutils

I'm a newbie to distutils and I have a problem that really has me stuck. I am compiling a package …

python distribution packaging distutils software-distribution