• 0 Posts
  • 1 Comment
Joined 11 months ago
cake
Cake day: October 30th, 2023

help-circle
  • **Success creating a simpler software installer**

    I wanted to streamline the process for our clients to do their own installations of software products that we resell. The product vendors’ installers require a number of manual steps I wanted to eliminate. Fewer steps mean our customers can do the installations on their own, saving time for them and us. We expect to have happier customers and fewer support calls.

    Today I successfully used the free, open source program, Inno Setup, to create an installer - a single file our customers could download and run by themselves to install third-party software. To keep it from presenting annoying extra windows, I needed to use a code signing certificate.

    Ours is not a big operation, so cost is important. I found GoGetSSL had the lowest pricing for an EV code signing certificate. They resell subscriptions to DigiCert, a major certificate company, at a discount, but they and others wanted $120 extra for a required USB device. I found a small reseller offering a Safenet device for $43.

    The process for getting the code-signing software to work was *not* simple. After creating two online accounts, downloading multiple applications, configuring the software, reformatting the Safenet USB device, adding a strong password, and multiple modifications of an Inno Setup file, I finally got it working!

    We now have a simpler installer that our customers can use themselves.