Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

504
votes
48answers
53k views

I've found my software as cracked download on Internet, what to do?

So, after 6 months of hard work finally released my application. Today I found the first web site where people download it cracked, and I was wondering if any of you fellow programmers know how to ...
80
votes
28answers
9k views

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 serial number check? Hardware keys? Do you use any third-party solutions? How do you ...
37
votes
16answers
7k views

What's the best way to distribute Java applications?

Java is one of my programming languages of choice. I always run into the problem though of distributing my application to end-users. Giving a user a JAR is not always as user friendly as I would ...
25
votes
15answers
4k views

Packaging Java apps for the Windows/Linux desktop

I am writing an application in Java for the desktop using the Eclipse SWT library for GUI rendering. I think SWT helps Java get over the biggest hurdle for acceptance on the desktop: namely providing ...
24
votes
2answers
683 views

Are there tools that would be suitable for maintaining a changelog for a Cabal Haskell package?

I'm working fast and furiously on a new Haskell package for compiler writers. I'm going through many minor version numbers daily, and the Haskell packaging system, Cabal, doesn't seem to offer any ...
24
votes
8answers
30k views

How can I make my ad hoc iPhone application's icon show up in iTunes?

I've got an iPhone app with icon file Icon.png. This icon shows up properly when the app is on the phone itself, but it doesn't show up in the applications pane in iTunes. What do I need to do to ...
21
votes
9answers
23k views

iOS 4 wireless app distribution for in house applications

According to the apple website iOS 4 should support wireless app distribution. I have been unable to find any documentation at all on how to host your applications for users to download them over ...
21
votes
7answers
3k views

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 client's machine when they have purchased our product(s)). I have an assembly that is only ...
19
votes
12answers
1k views

Good commercial third party tool for software licensing [closed]

EDIT : Please answer only those options that you have used or heard good words about it. EDIT : I have also found this SO thread helpful. Any experiences about options listed here ...
18
votes
6answers
2k views

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 of using then as a developer?
17
votes
9answers
7k views

Best activation key software for .NET application? [closed]

We're looking to replace our current, in-house developed trial-version activation system for our .NET application with something off the shelf. To clarify the question I'm asking, let me point out ...
12
votes
9answers
4k views

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 not intended to be a web-based application - and perhaps I have chosen the wrong language, ...
11
votes
1answer
3k views

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 good algorithm to create a concise key that contains information about what version they have ...
10
votes
5answers
3k views

Embed a JRE in a Windows executable?

Suppose I want to distribute a Java application. Suppose I want to distribute it as a single executable. I could easily build a .jar with both the application and all its external dependencies in a ...
10
votes
2answers
976 views

Are there any applications written in the Io programming language? (Or, distributing Io applications.)

I've recently become interested in prototype-based OOP, and I've been playing with Io and Ioke. Distributing an application with Ioke is simple. It's on the JVM. Need I say more? However, I'm ...
9
votes
6answers
442 views

Looking for a semi-free license

Software that comes with source code, with permission to use, copy, modify and distribute for limited usage is called semi-free. I'm looking for a semi-free license for our project. The license ...
8
votes
2answers
318 views

How to organize Python modules for PyPI to support 2.x and 3.x

I have a Python module that I would like to upload to PyPI. So far, it is working for Python 2.x. It shouldn't be too hard to write a version for 3.x now. But, after following guidelines for making ...
8
votes
4answers
3k views

How to write a basic closed-source license for a software project?

We have a project that needs to remain closed-source, but will need to be distributed to software developers who need access to the source code in order to build another project, that happens to be ...
8
votes
2answers
1k views

Selling source code, What should I be aware of

I have received a request of buying the source code of a website I have developed and I wondered if anybody have been in the same situation and if there is anything I should specially be aware of. ...
7
votes
2answers
212 views

What are the strengths/weaknesses of ShipIt vs Dist::Zilla?

I started using Dist::Zilla several months ago. However, at YAPC::NA someone mentioned that they use ShipIt instead. Then today I noticed a .shipit file in miyagawa's cpanminus directory on github, so ...
7
votes
3answers
1k views

iOS Question. Can I distribute the Xcode simulator versions of my app?

I would like to send someone the Xcode simulator version - not the device version - of my iPad app. I have located the .app file in the Finder. Do I just zip it up and send it off or is it more ...
7
votes
5answers
4k views

Serial number (registration key) algorithm in .NET

There have been a few timely posts about IP security and the like, but none that I can find that specifically address an algorithm. In one of my current projects, we've decided to go the route of an ...
7
votes
2answers
471 views

How do small software patches correct big software?

One thing I've always wondered about is how software patches work. A lot of software seems to just release new versions on their binaries that need to be installed over older versions, but some ...
6
votes
4answers
744 views

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 best to go about this. How would I go about locking the program down for trial use1. How would I ...
6
votes
2answers
563 views

Creating portable Django apps - help needed

I'm building a Django app, which I comfortably run (test :)) on a Ubuntu Linux host. I would like to package the app without source code and distribute it to another production machine. Ideally the ...
6
votes
4answers
206 views

What service do you use to distribute software?

I work for a medium sized software company and have been put to the task of finding a new way of electronically distributing our software. We don't have a super fast connection to distribute it ...
6
votes
7answers
2k views

Distributing Ruby/Python desktop apps

Is there any way besides Shoes to develop and distribute cross-platform GUI desktop applications written in Ruby? I come to believe that general bugginess of _why's applications is exceptionally ...
6
votes
3answers
320 views

How to deal with dead open-source dependencies?

I'm trying to prep a project for open-source release and have run into a problem... This project depends on a number of open-source components which I've just stored as JAR-files in my lib directory ...
5
votes
2answers
78 views

Add OpenGL libraries to software package

I have developed a scientific code package (for collisional/gravitational N-body simulations). It does not require any libraries to run. People can download it and simply type make to compile it. I ...
5
votes
2answers
461 views

Bundle a Python app as a single file to support add-ons or extensions?

There are several utilities — all with different procedures, limitations, and target operating systems — for getting a Python package and all of its dependencies and turning them into a single binary ...
5
votes
5answers
263 views

Can I distribute my app on a Linux-based virtual machine and keep it closed source?

I would like to use a Debian distribution for this purpose. My application is closed source and Debian is a mix of various open source licenses. Some of them force publishing everything that uses it ...
5
votes
6answers
2k views

Process to convert simple Python script into Windows executable

I wrote a script that will help a Windows user in her daily life. I want to simply send her the .exe and not ask her to install python, dlls or have to deal with any additional files. I've read ...
5
votes
8answers
900 views

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 application is not open source => I should distribute the application's binaries ...
5
votes
5answers
608 views

Distributing binary applications across linux distros

I've written an application which as of yet is not open source and I'd like to distribute the executable across various linux distros. What's the best way to do this, I've looked a little bit at .rpm ...
4
votes
4answers
119 views

Help me out choosing a software license

My application is reaching a pretty nice beta/alpha level and I might at some point publish it. I have not decided what software license to use in my application. The application is under ...
4
votes
7answers
375 views

Making a Java program available online for all to use

I have just written a program in Java. I am curious if I can make the program downloadable online so that my friends and family can take advantage of it. No clue where to even begin. I would like ...
4
votes
3answers
260 views

Portable erlang

Is there a recommended way to "bootstrap" an Erlang distribution? I would like to run erlang on the bunch of machines where I do not have root elevation nor development tool-set (no compilers etc ...) ...
4
votes
3answers
125 views

What is the best way to distribute code across servers?

I have a directory of python programs, classes and packages that I currently distribute to 5 servers. It seems I'm continually going to be adding more servers and right now I'm just doing a basic ...
4
votes
1answer
141 views

software distribution and patch management

How do software houses like Microsoft or anti-virus companies patch/update their software? Anti virus companies dont send the complete executable; only new virus signatures I suppose. Similarly, Ive ...
4
votes
6answers
1k views

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 any installation (also JRE shouldn't be installed) before.
4
votes
4answers
176 views

How to pack third party softwares along with my software package?

I've my software completely functional. Now I need to make an installer(pack) for it. My software uses MySQL Server, .NET MySQL connector. So, along with my assemblies I want to pack these MySQL ...
4
votes
5answers
457 views

How to share/distribute compiled Objective-C code (like a JAR in Java)?

I would like to write some Objective-C code for distribution. What is the best way to package up the output. In Java you can package up your code in a JAR file and distribute that. What would be the ...
4
votes
6answers
2k views

JAR installer that auto-detects if Java is there and autostarts the application

I need to build an installer that does the following: 1. Installs my jar on the client 2. Auto-detects if JRE is installed (in which case it does not re-install it), otherwise installs it without the ...
3
votes
4answers
366 views

Software License

I have built a C# based desktop software and now I want to sell that. I give the setup as a installer file. I am a bit clueless about how should I go about protecting it via keys. Can anyone please ...
3
votes
1answer
164 views

Packaging a perl app so that it will work outside of perl's default prefix

I'm using Module::Build (although I'm flexible on build environments) to package up some perl software I'm writing for internal use where I work. It includes a handful of scripts, and some helper ...
3
votes
1answer
138 views

distributing R package with optional dependencies

I've written a small package for logging, I'm distributing it through r-forge, recently I received some very interesting feedback on how to make it easier to use, but this functionality is based on ...
3
votes
4answers
109 views

How to distribute keys securely with binaries in .NET?

Can I distribute a .NET app that uses a key that the user can't access, but the app can? Note that I am using the word distribute in the sense that the application is delivered to run in the user's ...
3
votes
4answers
206 views

Packaging an application that uses the ImageMagick C API

I've created a little Windows app that uses the ImageMagick C API but have run into a bit of a brick wall. The app works fine and I'm ready to share it with a few others in our organisation but I ...
3
votes
8answers
1k views

GNU General Public License (v2): can a company use the licensed software for free? [closed]

Here is the context of this question: I have code that is to be sold for profit, but I wish to make it available/free to individuals and non-profits, as long as their code remains free. When a ...
3
votes
5answers
553 views

Simple and efficient distribution of C++/Boost source code (amalgamation)

My job mostly consists of engineering analysis, but I find myself distributing code more and more frequently among my colleagues. A big pain is that not every user is proficient in the intricacies of ...

1 2 3 4