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

#420: Create Windows Installer with WixToolset #978

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alfeilex
Copy link
Member

@alfeilex alfeilex commented Jan 22, 2025

Fixes: #420

This PR implements the creation of a MSI file for Windows Installer with WixToolset

The Windows Installer UI steps contain:

  • Accept License
  • Set installation path to (default C:\projects)
    • Check for valid path entries
  • Copy files to the path
  • Set environment variables and registries

@coveralls
Copy link
Collaborator

coveralls commented Jan 22, 2025

Pull Request Test Coverage Report for Build 12915979202

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 68.444%

Totals Coverage Status
Change from base Build 12891187018: 0.0%
Covered Lines: 7201
Relevant Lines: 10131

💛 - Coveralls

@alfeilex alfeilex self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Team Review
Development

Successfully merging this pull request may close these issues.

Create installer for Windows
2 participants