Questions tagged [software-distribution]

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

Software distribution is the process of delivering software to the end user. This is not to be confused with a distribution, or distro, which is collection of software components built, assembled and configured so that it can be used essentially "as is" for its intended purpose.

678 questions
-1
votes
1 answer

Software Licensing method with Public key Encryption

I am working on a method for licencing a software for distribution. All the .exe distributed will have a public key. Public key will be same for all distributions, which will be used to encrypt licencing information and generate a licence file. The…
-1
votes
1 answer

Continue native android in Xamarin

I have a "normal" Android app, made in Eclipse/java, published in Play Store, already at version 3.x, all works fine. Now I am thinking to move the project to Xamarin/c#, and make the 4.0 there. My question, what should I take care/be aware, that…
Zoli
  • 841
  • 8
  • 31
-1
votes
1 answer

Distributing a java app as exe, with dependency on xml files

I need to distribute a java application as exe, but my jar depends on xml files that are read/written in by the program. I have tried jar to exe tools (NSIS, jar2exe) but non of them seem to have an option to include files on which the program…
leas
  • 329
  • 8
  • 17
-1
votes
1 answer

How should we set up distribution of iOS app to allow regression testing in future?

We do all of our iOS app beta and normal distribution through iTunesConnect. However, there are times that we want to install an older version of our app on a device so that we can test a database migration or older API communication. Older…
-1
votes
1 answer

How to add a new prerequisites in InstallShield Setup Project?

I am building a setup project for windows desktop application using Visual Studio 2013 and Instal Shield 2015 Limted Edition. This application has two dependent run time environment SQL Server 2012 LocalDB Adobe Flash Player ActiveX The option 1…
-1
votes
1 answer

risk of depending software solution to activemq

I'm implementing a distributed software that have two loosely coupled component and they need to send message in a reliable and scalable way. I find activemq as a implementation of jms standard and do some research and sample implementation. my two…
Farvardin
  • 5,336
  • 5
  • 33
  • 54
-1
votes
1 answer

trying to store a file in a string python

This is one of my first python projects, and i'm trying to make a script that would write a script which can re-create the src/ directory. this would be what i distribute to users. It uses walk, and writes a python file that first creates all the…
SilentVoid
  • 502
  • 5
  • 10
-1
votes
1 answer

Where to host code for small, individual projects?

as the final project for a programming course I took I've made a small tool which deals with databases issues. It works and I think it could be useful to others, so I'd like to put the code on the net to see if it actually is. I'm aware of various…
AnotherUser
  • 29
  • 1
  • 4
-1
votes
1 answer

Provisioning profile not showing in drop down when distributing for Enterprise

We created a new provisioning profile for distribution using the same team certificate as the former profile that worked, to extend the date. When I try to distribute for enterprise from archive, I'm only seeing the earlier dated profile. I'm not…
Bradley Thomas
  • 4,060
  • 6
  • 33
  • 55
-2
votes
1 answer

Questions about several developers working on a Python Package

If multiple developers were to develop a python package, how should we deal with these problems: (1) What is the best practice to make all developers use the same dev environment? (2) On dev end, do all of us need to use .../site-package/mypackage…
John
  • 331
  • 2
  • 11
-2
votes
1 answer

How package and distribute C# application

I have to create a form for a task that is done by multiple people at the company I work for. Due to the circumstances, I have choosen Windows Forms and C# to make it. However, I'm not sure how I'm going to make the program available to my…
csantos
  • 47
  • 5
-2
votes
1 answer

Is there a way to send software updates to clients without having a server?

Is it possible to send Software Updates using some script built into the local software without having a server? Currently I use Inno to turn my .exe files to setup.exe. I want to send out Software Updates to my users. Basically I want the software…
Deven Jain
  • 27
  • 1
  • 8
-2
votes
1 answer

Need to find registry entry where the Dragon Profile Path is stored

Have a task to update Dragon Profile Path. Dragon v11 Kind of an overview here of the application. http://nuance.custhelp.com/app/answers/detail/a_id/6887/kw/dragon%20profile%20path I found the ini file that stores the dragon profile path however…
-2
votes
1 answer

Is there a way to create custom product templates based on category on WooCommerce?

so I am building a woocommerce site for software and i ran into an issue. There are free software that should redirected to an external site to download it, but there are also software that are premium and cost money. So basically i want to have 2…
-2
votes
1 answer

How to connect one database with multiple window applications?

I have installed one window application(software) in multiple computers but is it possible to stored same database of that application in only one machine/computer? like, window application (software) is installed or used in multiple PCs but the…