May I make an installer bundle GPL and payware together?
I have an affiliate marketing client who needs to know if I can program this. Can I do one or both of the following scenarios without violating the GPL license?
How to maintain nearly identical internal/external programs without having separate codebase for each?
I have a program I’m working on that my company uses internally, but is also sent to vendors. The vendor version will be identical, except that it will be missing some features, and use an installer. I only have to remove 2 lines from an XML file, and it’s good for external use.
Is there any Windows installer maker with decent scripting capabilities? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
How can I build a C# project (installer) for multiple environments
I would like to propose a solution to our companies problem with building consistent installers for different environments. Our current process is to build an installer for test, perform testing, update app config, build installer for production.
How to create a dynamic online Windows Installer with a key?
I’m creating an application which needs to have a key file based product activation.
Understanding Package Management Systems
I am attempting to understand what a Package Management System. I grasp the main concept of it but I have some queries.
Where should I store the files for python modules I install?
If I download a module for Python (such as alglib) and installing is simply a matter of running
Do Windows Installers for internal business applications make sense?
I’m trying to build a general understanding for what’s common in this situation so that I can decide if it makes sense to pursue it further.
Security Risks of Unsigned ClickOnce Manifests
Using signed manifests in ClickOnce deployments, it is not possible to modify files after the deployment package has been published – installation will fail as hash information in the manifest won’t match up with the modified files. I recently stumbled upon a situation where this was problematic – customers need to be able to set things like connection strings in app.config before deploying the software to their users.
Security Risks of Unsigned ClickOnce Manifests
Using signed manifests in ClickOnce deployments, it is not possible to modify files after the deployment package has been published – installation will fail as hash information in the manifest won’t match up with the modified files. I recently stumbled upon a situation where this was problematic – customers need to be able to set things like connection strings in app.config before deploying the software to their users.