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

Windows Installer #60

Merged
merged 11 commits into from
Mar 18, 2019
Merged

Windows Installer #60

merged 11 commits into from
Mar 18, 2019

Conversation

BrettMayson
Copy link
Owner

When merged this pull request will:

@BrettMayson BrettMayson added this to the 0.6.0 milestone Mar 18, 2019
@BrettMayson BrettMayson added the ci label Mar 18, 2019
@jonpas
Copy link
Collaborator

jonpas commented Mar 18, 2019

@ptMuta

@jokoho48
Copy link

jokoho48 commented Mar 18, 2019

Appveyor should support Chocolatey so this should be able to install Inno Setup 5 with that

install:
  - choco install -y innosetup
  - set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%

build_script:
 - iscc ci\wininstaller.iss

https://chocolatey.org/packages/InnoSetup/5.6.1.20190126

Edit: you should also be able to install rust that way

@BrettMayson
Copy link
Owner Author

According to this page it should've been preinstalled https://www.appveyor.com/docs/windows-images-software/

@BrettMayson BrettMayson merged commit e99b53f into master Mar 18, 2019
@BrettMayson BrettMayson deleted the wininstaller branch March 18, 2019 22:42
@jonpas jonpas mentioned this pull request Mar 28, 2019
13 tasks
@jonpas jonpas mentioned this pull request May 14, 2019
9 tasks
@jonpas jonpas mentioned this pull request Dec 3, 2019
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants