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

learn more… | top users | synonyms

-4
votes
0answers
27 views

How to create an Evaluation Version using EXE

I wanna create Evaluation version of my code using exe. Typically exe should run let say 10 times and crashes after that . your comments will greatly appreciated. Thanks..
1
vote
0answers
22 views

Distribute NDK Library with gnustl?

I am developing a library for Android which has both Java and Native components. The Native library depends on the GNU STL. I was linking against gnustl_static, but have ran into a few strange ...
-2
votes
1answer
23 views

How to Implement add/remove module/add-ins features in Software Package [closed]

We are planning to develop a WPF application which has two following requirements: Application will allow user to install/uninstall different modules without changing default software installation. ...
0
votes
0answers
15 views

Software Management Tools

My company has a large number of software developers. When a new developer joins we need to download a certain set of softwar like Eclipse, Android Toolset, differnt IDES. Each developer is given the ...
2
votes
2answers
64 views

How to distribute an open-source jar with dependencies?

I'de like to distribute a Java package that I've written under some permissive license. The resulting speedytools-0.1.jar has some common Java dependencies like Apache Commons and Guava. What is ...
-1
votes
0answers
44 views

Distributing a Java code using a website [closed]

I need to make my Java program able to be distributed to people. I am writing a program for class and need to send my professor just the application, he does not care about the code. Also, is there ...
-1
votes
0answers
16 views

Licensing for software developement? [closed]

I'm going to be developing software for sale using microsoft products such as Visual Studios, Excel, Access, etc... Would I need any sort of licensing before I sell my products? I'm just not sure what ...
0
votes
1answer
40 views

Creating a database in distributed Java programs

I cannot understand how distributing Java programs that use a database works. Let's say I am using Derby as RDBMS and I want to store tasks and calendar entries in a database. I want each user of the ...
2
votes
2answers
54 views

Should I include configure and makefile in a github repository?

We recently moved from subversion to git, and then to Github, for several open source projects. Github was nice in that it provided a lot of functionality. One of the things I particularly like is ...
0
votes
1answer
60 views

Distribute a Java Application

I have a Java Application, which was created in an IDE (NetBeans) (JDK 1.6). The application allows sales people to enter sales info and have the approver come in to approve the entry. Saving the ...
0
votes
0answers
17 views

Installed software version tracker

I'm wondering if there is a program/tool, with that I could manually record my installed software versions. Because of that, that I'm not an update freak, I use a software as long as possible and no ...
1
vote
4answers
56 views

how to embed DVCS revision information when building without it

In my build system, every time I run a new build I save revision and hash information of the current commit in a few variables, and use them in my sources without issues. For example the window title ...
0
votes
1answer
23 views

Writing database queries across different services

SELECT * FROM tbl_order o INNER JOIN tbl_contact c ON c.ContactId = o.BillingContactId The above query for an e-commerce store is nice and simple. If I were to move all of my ...
3
votes
1answer
273 views

Distributing an Android app outside Google Play and get it linked to it

Suppose I have a wifi network with a walled garden that prevents users from accessing Internet unless an authentication procedure is performed via browser. Suppose I have an application on Google ...
0
votes
3answers
45 views

How to right bundle & publish source of a modified GPL-software with closed-source software [duplicate]

I have written an application for Android, which starts & stops a modified GPLv2-licensed tool via shell command. It works as a closed-source GUI and I will bundle it with the GPLv2-licensed part ...
0
votes
1answer
15 views

Unified technology for software update

It is cumbersome to update different kinds of software one by one. In my case, For the Ubuntu Linux OS, I periodically do apt-get update and apt-get upgrade or apt-get dist-upgrade (this part can be ...
1
vote
1answer
2k views

updated iOS 6.1.2 now I can't archive app xcode

When I want to distribute my app from XCode I select my device in the list at the top and that enables the option to Archive my application. I upgraded to iOS 6.1.2 last night and now my device ...
3
votes
2answers
67 views

Local collection of Python packages: best way to import them?

I need to ship a collection of Python programs that use multiple packages stored in a local Library directory: the goal is to avoid having users install packages before using my programs (the packages ...
2
votes
1answer
102 views

Developing and Distributing Portable and Cross-platform Ruby/JRuby Application

i was try to beginning ruby/jruby desktop application development, as i've googled before, ruby lacks of distribution/deployment system, so i haven't decided which one to use, is it ruby with ...
0
votes
1answer
21 views

Manage software installed on remote systems - cloud?

I am looking for some sort of computer management software where I can specify certain applications to be installed on our company systems. The systems are not located in our internal lan and all the ...
0
votes
2answers
53 views

Package iOS iPad application for company with 10 employees

I would like to distribute the application I have created to a company who have 10 employees only and wont extend past 20. The application will be in-house and will not be sold on the app store or ...
0
votes
1answer
45 views

Include python library with program distribution

Is there a way to distribute a python library with an application, so that it can be run with out any installation? The app is primarily going to be used in a computer lab, where users do not have ...
0
votes
0answers
39 views

How to set up distributed messaging in an environment with non-clustered JBoss instances?

We currently have a bunch of JBoss (5.1, alas) instances running completely isolated. They all use the same DB, but are not clustered and do not know of each other in any way. In front of them is a ...
0
votes
1answer
65 views

Is there a web-based software for software/patch distribution system?

I'm looking for a web-based software for software/patch distribution system to deliver patches via web-interface (manual user download). The problem is that I don't know if such tools exist and how ...
0
votes
1answer
57 views

Testing Scripts in Distribution without Building

I am trying to test a script that I'm including in my Perl distribution. The script only outputs to files, so my tests check file contents after running it. I tried following the directions in this ...
2
votes
2answers
64 views

Does it make sense to install my Python unit tests in site-packages?

I'm developing my first Python distribution package. My learning curve on Python packaging seems to be leveling off a bit, but I'm still wrestling with a few open questions. One is whether I should ...
0
votes
0answers
38 views

Allow the user to download additional content

We are developing a program in WPF that we would sell (via paid download from our website). To avoid the risk of piracy, we will implement a licensing system that will allow us to ensure that multiple ...
2
votes
1answer
43 views

Distributing an executable Rails application for non-techs to install on a server

I know a similar question has already been posed on StackOverflow, but it was posed over four and a half years ago, and I'm wondering if there have been any more recent solutions than those provided ...
0
votes
0answers
69 views

Mac App Store - is there an enterprise distribution “mode”?

we need to distribute our Mac OS X application to our client's computers - that is not a public app - and I'm wondering if there is a way to do something similar to iOS app store, where you can have ...
1
vote
1answer
66 views

Python Setuptools Distribute: Optimize Option in setup.py?

Is there a way to set the optimization level from the setuptools setup.py file? Is there any way to set the optimization level within setuptools? I've got lots of __debug__ style logging that isn't ...
0
votes
3answers
73 views

How to distribute a windows application?

What's the best way to distribute a windows application: Which format should i use to distribute the application, an exe-file or a zip-file? Should i sign the application? Are there any other ...
1
vote
1answer
102 views

Enterprise iOS App distribution - which chars are legal in the app install URL?

I've been experimenting with which chars in the "Application URL:" field prevent an OTA installation from being triggered at all when deploying enterprise apps off of a manifest link. I'm trying to ...
0
votes
0answers
52 views

Air - Hide captive runtime folders

I'm would like to distribute an app with the AIR captive runtime. Is it possible to have only the MyApp (That launches the app) icon visible to the user and the other files hidden or in a seperate ...
0
votes
0answers
184 views

Licensing for my C# application for n machines [closed]

I'm developing C# application which runs in an office and no internet connection is used for our application(So activation is not possible through internet). It's basically an Intranet application ...
0
votes
0answers
59 views

Distributing C++ Linux binaries that use OpenMP

What is the best way for building "portable" binaries with OpenMP. Or is there another strategy to be favored? With portable, I mean binaries that run on more than one version of one particular ...
1
vote
0answers
11 views

How can we key software bundled in our ISO [duplicate]

Possible Duplicate: Best means of licensing php software? My partner and I are looking to protect software that we are shipping as part of a Ubuntu ISO. We have developed a web app that ...
1
vote
1answer
178 views

Which Linux kernels and Linux distros are supported by G-WAN?

I can find a statement at the beginning of the user's manual: version 3 for Linux (tested with Debian and CentOS 32-bit and 64-bit) I am using Ubuntu 12.10 64-bit for development. So far, I ...
0
votes
5answers
86 views

Why is it that we can't write a program that will run on both mac and pc?

Programming languages are platform independent, so why is it that we can't write a program that will run on both a PC and a Mac? I want to develop a software and I'm on a mac, but I want it to run ...
0
votes
1answer
89 views

How to trustfully distribute java desktop application? [closed]

I have read this question it is very detailed about technical aspects. For my application (client for online game) I have created Executable JAR and published it to a website. Since I am just ...
0
votes
2answers
28 views

Distributing a HTML Document

I am creating a HTML 5 user manual. This contains a number of image folders and js fodlers. Now i wish to distribute this as a single document. In Windows there is mht or something to that effect. Is ...
0
votes
2answers
226 views

Run GUI from batch file is unprofessional?

I recently released a software to our customer, it will be installed on one machine at one location and maybe later at two other locations. It is a prototype and has to be tested. This is a compiled ...
0
votes
0answers
135 views

Qt5 for Linux: can the Ubuntu build be used on other distributions?

On the QT web site, there are packages of Qt5 beta 2 for Windows, Mac and Ubuntu. For other Linux distributions (OpenSuse in particular), can we just use the Ubuntu packages or do we have to build ...
2
votes
0answers
40 views

Distributing an iPhone app via VPP [closed]

We have developed an iPhone app which allows a user offline access to content created via a system we sell. We are now running into issues getting this approved by Apple, due to the type of app we ...
0
votes
0answers
105 views

cracked dreamweaver and photoshop - professional and private usage [closed]

I am thinking of downloading the cracked versions of dreamweaver and photoshop. Am planning to do some private projects but also use it when working as a developer (professionally). Is it risky and ...
1
vote
0answers
61 views

distribute php application in ubuntu software centre

I recently noticed that the world needs a ubuntu based POS system for SME(which is not a restaurant). I couldn't find one available. So I decided to write one for myself. I wish to share the software ...
1
vote
1answer
94 views

Version control vs. automatic distribution vs. dependency management

Imagine a distributed software system, installed on a group of a few hundred computers (nodes). Nodes are responsible for automatically running scheduled tasks. There are hundreds of tasks, and every ...
1
vote
0answers
31 views

system package vs Application Package?

Following is the scenario. I am developing an Open Source modules for an open source application. (for example : magento / wordpress / drupal) Now, all this application provides inbuilt module ...
-4
votes
1answer
317 views

How to get of Git v 1.8 for the Windows platform? [closed]

Please enter to following link: http://git-scm.com As you see, it shows following screen: I want to get exactly 1.8.0 version but when I press download button I get following screen I can't ...
0
votes
1answer
168 views

License Management by time

Is there any framework to implement a license management using C/C++? I need to limit the time usage of my application. For example with one license file someone can use the software util ...
1
vote
3answers
326 views

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, I have to bundle the JRE with my application. When I create an MSI with my jar and the JRE, the MSI ...

1 2 3 4 5 6