Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Wix Installer for better installation process for non-technical people #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tarikguney
Copy link
Contributor

@tarikguney tarikguney commented Feb 21, 2018

Motivation

Chocolatey is nice but a little bit technical. Hence, it is limiting the scope of the users who can download and install this project. With the help of Wix Installer (Wix Toolset), we are now able to easily produce .msi installers and deploy them under Releases in Github.

The new switcheroo installer gives installer, removing, and repairing options:
2018-02-21_15-38-27

Developer Prerequisite

Developers need to download the Wix Toolset from http://wixtoolset.org/releases/. This project has been developed with Wix Toolset 3.11.1.

They also need to download the Visual Studio Extension for Wix Toolset: https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension

Quick Build

When the Wix Toolset extension is downloaded and installed, VS 2017 will start recognizing the project .wixproj extension. Later, developers simply build the Installer project to generate .msi installer files under Debug/Release folder.

@kvakulo
Copy link
Owner

kvakulo commented Feb 22, 2018

Thanks for another PR! :)

I'm traveling for the next few days, so I'll take a closer look in the beginning of next week.

Just a few quick comments: There's actually already a Switcheroo installer (chocolatey is completely optional), and it's available to download from the Github releases page. It's automatically built on AppVeyor when new commits are pushed. I guess Wix is more modern than the current Inno installer, so it's probably worth to change it, but more work might be needed before the change :)

@tarikguney
Copy link
Contributor Author

I have not worked with Inno installer but I can tell that Wix is pretty advanced and configurable. It has all the options that a native Windows Installer has. Regarding the more work, sure. Let me know and I will try to add them :)

@kvakulo
Copy link
Owner

kvakulo commented Feb 27, 2018

Hi @tarikguney,

I'm ready to change to the Wix installer if these things get included:

  1. It should be the GNU GPL 3.0 license instead of the Apache License that is presented to the user
  2. Add an option to run Switcheroo op Startup (this should add a Switcheroo.lnk file in the users startup folder)
  3. Build the installer on AppVeyor when new commits are pushed to master (see https://github.com/kvakulo/Switcheroo/blob/master/Installer/Build.xml)
  4. Make sure that the Chocolate packages are working with the new installer

It would also be very cool if the Alt+Tab option could be enabled right in the installer as it would make this option more visible for new users.

Are you up for implementing these changes to the Wix installer? 🙏

/ Regin

@tarikguney
Copy link
Contributor Author

I will look into those. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants