mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Update Install-NSIS.ps1 (#4740)
* Update Install-NSIS.ps1 Update NSIS to 3.08 See notes in #4739 * use in Install-NSIS.ps1, added nsis to toolset files
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
## Desc: Install NSIS
|
## Desc: Install NSIS
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
Install-Binary -Url 'https://downloads.sourceforge.net/project/nsis/NSIS%203/3.06.1/nsis-3.06.1-setup.exe' -Name nsis-3.06.1-setup.exe -ArgumentList ('/S')
|
$NsisVersion = (Get-ToolsetContent).nsis.version
|
||||||
|
Install-Binary -Url "https://downloads.sourceforge.net/project/nsis/NSIS%203/${NsisVersion}/nsis-${NsisVersion}-setup.exe" -Name "nsis-${NsisVersion}-setup.exe" -ArgumentList ('/S')
|
||||||
|
|
||||||
$NsisPath = "${env:ProgramFiles(x86)}\NSIS\"
|
$NsisPath = "${env:ProgramFiles(x86)}\NSIS\"
|
||||||
Add-MachinePathItem $NsisPath
|
Add-MachinePathItem $NsisPath
|
||||||
|
|||||||
@@ -427,6 +427,9 @@
|
|||||||
"mongodb": {
|
"mongodb": {
|
||||||
"version": "5.0"
|
"version": "5.0"
|
||||||
},
|
},
|
||||||
|
"nsis": {
|
||||||
|
"version": "3.08"
|
||||||
|
},
|
||||||
"php": {
|
"php": {
|
||||||
"version": "8.1"
|
"version": "8.1"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -459,6 +459,9 @@
|
|||||||
"mongodb": {
|
"mongodb": {
|
||||||
"version": "5.0"
|
"version": "5.0"
|
||||||
},
|
},
|
||||||
|
"nsis": {
|
||||||
|
"version": "3.08"
|
||||||
|
},
|
||||||
"php": {
|
"php": {
|
||||||
"version": "8.1"
|
"version": "8.1"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -317,6 +317,9 @@
|
|||||||
"mongodb": {
|
"mongodb": {
|
||||||
"version": "5.0"
|
"version": "5.0"
|
||||||
},
|
},
|
||||||
|
"nsis": {
|
||||||
|
"version": "3.08"
|
||||||
|
},
|
||||||
"php": {
|
"php": {
|
||||||
"version": "8.1"
|
"version": "8.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user