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

NSIS 3.0rc1 in addition to 2.51? #743

Closed
NaterGator opened this issue Apr 12, 2016 · 6 comments
Closed

NSIS 3.0rc1 in addition to 2.51? #743

NaterGator opened this issue Apr 12, 2016 · 6 comments

Comments

@NaterGator
Copy link

Any chance we can get the NSIS 3.0rc1 packaged deployed as part of the base image? Sourceforge is unreliable for installing via Chocolatey and the RC version includes some features for Windows 8+ installs that we depend on.

@FeodorFitsner
Copy link
Member

Is it a public project? Can you drop its URL please?

@NaterGator
Copy link
Author

Yes, it is a public project. The landing page is here and the setup file is here.

@FeodorFitsner
Copy link
Member

I meant AppVeyor project. Is it the one: https://ci.appveyor.com/project/mavlink/qgroundcontrol/history?

@NaterGator
Copy link
Author

Yes that's the one

@FeodorFitsner
Copy link
Member

I've put 3.0rc1 here, closer to build machines:

https://storage.googleapis.com/appveyor-download-cache/nsis/nsis-3.0rc1-setup.exe

You can use the following script to install it without Chocolatey:

Write-Host "Installing NSIS..." -ForegroundColor Cyan
$exePath = "$($env:USERPROFILE)\nsis-3.0rc1-setup.exe"

Write-Host "Downloading..."
(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/appveyor-download-cache/nsis/nsis-3.0rc1-setup.exe', $exePath)

Write-Host "Installing..."
cmd /c start /wait $exePath /S

Write-Host "Installed" -ForegroundColor Green

@NaterGator
Copy link
Author

Tremendous, thanks Feodor!

NaterGator added a commit to mavlink/qgroundcontrol that referenced this issue Apr 12, 2016
…ilder

- Include appveyor YAML script in windows build other files

See also: appveyor/ci#743
NaterGator added a commit to mavlink/qgroundcontrol that referenced this issue Apr 12, 2016
…ilder

- Include appveyor YAML script in windows build other files

See also: appveyor/ci#743
NaterGator added a commit to mavlink/qgroundcontrol that referenced this issue Apr 13, 2016
…ilder (#3217)

- Include appveyor YAML script in windows build other files

See also: appveyor/ci#743
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

No branches or pull requests

2 participants