valorant-inventory-manager icon indicating copy to clipboard operation
valorant-inventory-manager copied to clipboard

Create installation wizard

Open frissyn opened this issue 2 years ago • 2 comments

Uses Inno Setup to provide an installation wizard for VIM. Greatly simplifies the installation process and has great supporting features like adding a shortcut to desktop, installation languages, etc.

Tested on Windows 10 (x64) [0.0.19044 Build 19044]

Here's a demo:

https://user-images.githubusercontent.com/62220201/162851171-9bde291b-98bd-4e19-9b9a-7d863bd8f36c.mp4

Developement:

  • Adds the installer/ directory to the project.
  • Steps to build the setup script:
    1. Get the Inno Setup IDE/Compiler from the Downloads Page

    2. Once downloaded, open installer/setup.iss in the Inno Setup IDE.

    3. Build an installation executable to installer/build by compiling the script in the editor:

      image

    4. The resulting installer/build/setup.exe can be renamed and published to a GitHub release!

frissyn avatar Apr 11 '22 23:04 frissyn

Open-source software, I approve 👍🏾

qualk avatar May 09 '22 08:05 qualk

Or you could just make it open with Valorant and it hides in the tray, maybe add that into the wizard.

qualk avatar May 12 '22 23:05 qualk