Questions tagged [software-distribution]
31 questions
24
votes
3 answers
How to protect software from being deleted by antivirus?
I work for a publishing company and we are making interactive software that accompanies our books. The problem is that many clients complain that the antivirus keeps deleting parts of the software, especially the .exe files.
Which is the best way to…

GabrielSC
- 369
- 2
- 3
19
votes
4 answers
What do update versions really mean?
A lot of software updates follow the scheme of v0.1 to v0.2 to v2.6.5.6. What do these "updates" to software really mean? Is there an industry standard always followed or do programmers pretty much keep raising the update # or adding more decimals?

James Mertz
- 509
- 1
- 7
- 12
12
votes
2 answers
How to sell/distribute my software?
I'm working on a personal project (Windows desktop application) and started thinking about trying to make some money from the application (not the source). I'm not expecting to make a billion dollars but who knows right? The easiest way I see is…

Daniel
- 239
- 1
- 2
- 6
10
votes
2 answers
Using Bit Torrent for internal release management
We currently abuse our version control system and use it... pretty much as an FTP to store big release binaries (4+ GB).
We are seeking to move away from this horrendous practice which has and continues to devolve and take more and more of IT's…

dukeofgaming
- 13,943
- 6
- 50
- 77
6
votes
1 answer
EPL-Licensed Library with Closed-Source Commercial Product
The Eclipse Public License is not entirely clear for me. As I understand it, anyone who redistributes a Library whose code is licensed under the EPL is considered to be a Contributor. It then states that you are not required to redistribute…
user43349
6
votes
2 answers
What is the easiest and cheapest way to distribute apple iOS enterprise app?
I work as a developer in a company, The company I work with has to deploy the app I made to their client. Number of clients are 3 and each client has around 100 iPads. Now my question is,
What different ways we can use in order to deploy and…

TeaCupApp
- 315
- 2
- 11
4
votes
1 answer
Can I bundle my JavaScript code with an MIT licensed code and keep my code unaffected from the MIT license?
Can I bundle my proprietary JavaScript code with MIT licensed libraries (e.g. JQuery, AngularJS) into the same file, distribute it via HTTP but disallow my users to use my own code as an MIT licensed code?
This way I could minimize the number of…

Tamas
- 143
- 4
3
votes
3 answers
When you create an open source project, how to know who's participating and if his version is good?
my friend has developed a CAD program in C, here it is
http://web2coders.jrcw3.com/
i have convinced him to go open source, but we have some concerns:
if you upload a project to sourceforge or github would you be able to
know who's participating…
elieobeid7
3
votes
5 answers
Java desktop app with mysql database
I'm currently in the process of learning Java and swing and in doing so am trying to create a desktop app.
As part of this app I have set up a mysql database which the app is connected to, however I'm uncertain as to how this would work if I was to…

Kyle Byrne
- 33
- 1
- 1
- 3
3
votes
1 answer
How can we distribute a client app to other non-US businesses?
I'm working on an app which acts as a client for our web service. We sell this service to businesses, and we want to distribute the app to their employees for free. The app will be customised for each client.
If we were in the US, my understanding…

Simon
- 212
- 1
- 6
2
votes
3 answers
Automatic package distribution system Windows
I have built a Windows-only desktop application which is composed of two main executables and various configuration files.
The two applications are developed in different languages (JS and C++, respectively) and should always be in sync with…

GavinoGrifoni
- 517
- 4
- 11
2
votes
1 answer
Feasible to keep work to a minimum for distribution purposes?
I'm faced with image manipulation requirements for a mobile app I wish to develop that I could quite easily (or 'easier', at least) implement in C# or javascript, as it's what I'm most familiar with.
I'm not one to shy away from learning new things,…

JᴀʏMᴇᴇ
- 2,361
- 4
- 22
- 25
2
votes
2 answers
Must OpenCL code be compiled for a specific GPU?
Most OpenCL Tutorials give a nice introduction to OpenCL, yet I have not found information on the question of interoperability of the compilation targets. It seems that I have to compile OpenCL code for the target GPU. Now when making a binary…

wirrbel
- 3,018
- 2
- 21
- 33
2
votes
6 answers
How do I choose a package format for Linux software distribution?
We have a Java-based application that, to date, we've been distributing as a tarball with instructions for deploying. It's mostly self-contained so deployment is fairly straight-forward:
Untar on the disk you'd like it to live on;
Make sure Java is…

Ian C.
- 488
- 4
- 10
1
vote
1 answer
Can I redistribute simplified BSD code?
Here is a plugin I wish to redistribute:
http://plugins.jquery.com/project/TextAreaResizer
I've written a Jquery plugin that needs the text resizer as a prerequisite. The license type says:
License type: Simplified BSD License/FreeBSD License
I…

Tom
- 681
- 6
- 15