Software request: NSIS
Many open source devs use NSIS to package their software; having it pre-installed on the worker would be nice.
+1 for already having WiX installed. :)
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 01 Jul, 2015 10:13 PM
WiX has been always installed on build workers (3.9 is the currently installed one).
NSIS could be easily installed with Chocolatey:
It's getting installed into
C:\Program Files (x86)\NSIS
directory: https://ci.appveyor.com/project/FeodorFitsner/simple-console/build/...2 Posted by parkouss on 17 Jul, 2015 10:28 PM
Hi,
I installed nsis with success previously using choco:
https://github.com/mozilla/mozregression/blob/master/appveyor.yml#L23
But now This seems broken:
https://ci.appveyor.com/project/parkouss/mozregression/build/1.0.356
Feodor, maybe you understand what is happening ?
Thanks!
Support Staff 3 Posted by Feodor Fitsner on 17 Jul, 2015 10:38 PM
Hey, look at this simple test: https://ci.appveyor.com/project/FeodorFitsner/simple-console/build/...
An attempt to download from http://sourceforge.net/projects/nsis/files/NSIS%202/2.46/nsis-2.46-... returns:
Support Staff 4 Posted by Feodor Fitsner on 17 Jul, 2015 10:47 PM
Btw, direct URL to setup exe which can be intercepted with Fiddler works. As a result, you can install NSIS with this simple PS script:
https://gist.github.com/FeodorFitsner/f43219e731dabacc6ac1
Hope that helps.
5 Posted by parkouss on 18 Jul, 2015 08:11 AM
Oh, nice catch I missed that error message on sourceforge.
And thanks for the Fiddler tip! I'll give this a try soon.
Thank you. :)
6 Posted by JimiC on 20 Jul, 2015 11:43 AM
I use to include the NSIS required files in my project so that the project can be independent of the NSIS version installed on the machine. This way I resolved a lot of issues with NSIS for ppl trying to package the app.
7 Posted by christoph on 19 Nov, 2015 10:12 AM
Like the OP, I'd love to see NSIS provided "out of the box".
Support Staff 8 Posted by Feodor Fitsner on 19 Nov, 2015 07:23 PM
Sure, I've just added a new issue: https://github.com/appveyor/ci/issues/505
Will deploy this week.
Support Staff 9 Posted by Feodor Fitsner on 23 Nov, 2015 05:39 PM
It's been deployed.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:02 AM.