File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4
4
# To run it inside a COMMAND PROMPT against the production branch (only one supported with self-elevation) use
5
5
# @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.ps1'))"
6
6
# To run it inside a WINDOWS POWERSHELL console against the production branch (only one supported with self-elevation) use
7
- # iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.ps1'))
7
+ # start-process -FilePath PowerShell.exe -Verb Runas -Wait -ArgumentList "-NoProfile -ExecutionPolicy Bypass -Command iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.ps1'))"
8
8
9
9
# Check if latest .NET framework installed is at least 4
10
10
$dotNetVersions = Get-ChildItem ' HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' - recurse | Get-ItemProperty - name Version, Release - EA 0 | Where { $_.PSChildName -match ' ^(?!S)\p{L}' } | Select Version
You can’t perform that action at this time.
0 commit comments