About 18,500,000 results
Open links in new tab
  1. installation - How can I create an MSI setup? - Stack Overflow

    Jun 25, 2009 · I've created setups for all my Delphi tools with Inno Setup for years. Now some users rather want an MSI installation package, so they can deploy the setups from a central server to all …

  2. How to create a robust, minimal installer for Windows?

    This tool using the Qt Installer Framework for create installers and supports Windows and Linux platforms. Install the cqtdeployer tool. I am recommended use the online installer, because it has the …

  3. How to generate and validate a software license key?

    You create the keys your self, so the licence implementation is unique to your software. As stated above, if your code can be decompiled, it's relatively easy to circumvent most licencing systems.

  4. security - How do I create a self-signed certificate for code signing ...

    Sep 17, 2008 · While you can create a self-signed code-signing certificate (SPC - Software Publisher Certificate) in one go, I prefer to do the following: Creating a self-signed certificate authority (CA) …

  5. How are software license keys generated? - Stack Overflow

    Jun 9, 2010 · A software product might start its existence with online only validation. When the software product is ready to retire and no longer supported, it can easily move to offline validation where all …

  6. Create Windows service from executable - Stack Overflow

    Aug 27, 2010 · Is there any quick way to, given an executable file, create a Windows service that, when started, launches it?

  7. c - SDL_CreateRenderer () vs SDL ... - Stack Overflow

    Jan 23, 2019 · Does a renderer created with SDL_CreateSoftwareRenderer() behave any differently than one created with SDL_CreateRenderer() using the SDL_RENDERER_SOFTWARE flag?

  8. Batch file to install multiple programs silently - Stack Overflow

    Apr 27, 2015 · I want to create a batch file which will install multiple programs sequentially. I am able to install the required softwares sequentially using following code in batch file: @echo off "Path/softwa...

  9. Install software using powershell script - Stack Overflow

    Aug 18, 2017 · 4 I am trying to install Notepad++ software using a PowerShell v2.0 script for one of my POC. I need to install the client's software in my current project. As I am running the below script I'm …

  10. How can I uninstall an application using PowerShell?

    Is there a simple way to hook into the standard 'Add or Remove Programs' functionality using PowerShell to uninstall an existing application? Or to check if the application is installed?