Top "Software-distribution" questions

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

How would I go about licensing a WPF windows application

I have developed a small application that I would like to try and sell but I am unfamiliar with how …

.net wpf licensing software-distribution
How to make Java application standalone?

I have to burn a Java application on a CD. This application have to run on every Windows PC wihtout …

java windows deployment software-distribution
What are the advantages of packaging your python library/application as an .egg file?

I've read some about .egg files and I've noticed them in my lib directory but what are the advantages/disadvantages …

python zip packaging software-distribution egg
setup_requires with Cython?

I'm creating a setup.py file for a project with some Cython extension modules. I've already gotten this to work: …

python build cython setuptools software-distribution
Python project using protocol buffers, Deployment issues

I have a Python project that uses setuptools for deployment and I mostly followed this guide regarding project structure. The …

python installation protocol-buffers setuptools software-distribution
Options for distribution of an offline Ruby on Rails application

I am developing an application in using Ruby on Rails, mostly as an excuse to learn the language. This is …

ruby-on-rails ruby desktop-application offline software-distribution
Can I use self-signed SSL certificate server to deploy Enterprise app over air?

After iOS 7.1 ,if we want to deploy our Enterprise app over air, the URL for the manifest.plist file has …

ios enterprise software-distribution
How to distribute a Mac OS X with dependent libraries?

I have a program (specifically my entry for the SO DevDays Countdown app challenge) which relies on several dynamic libraries, …

macos software-distribution dynamic-linking dyld
How to bundle Java application for Mac/Windows?

I have a Java .jar application that I want to distribute to my clients who are on Macs or Windows. …

java windows macos installation software-distribution