issues
search
simdsoft
/
x-studio
This is the issues tracking, roadmap, docs src repo of the x-studio IDE. Copyright © 2014-2024 Simdsoft Limited
https://simdsoft.com/x-studio
118
stars
37
forks
source link
[Installer] Use NScurl download directx redist & vc redist
#894
Closed
halx99
closed
2 years ago
halx99
commented
2 years ago
NSIS download plugins problem
NSISdl: only support http, not https
INetc: support http/https/ftp, but on plain installed win7, always report error:
Security Channel Error(12157)
Solution
Use NScurl, rebuild NScurl with windows schannel works, reduce NScurl.dll to 669KB, default 3MB+
Command: NScurl::http GET $R2 $R3 /CANCEL /RESUME /END
DirectX step
Download: NScurl::http GET "
https://x-studio.net/aka/?id=1007
" "$TEMP\directx_Jun2010_redist.exe" $R3 /RESUME /END
Uncompress: ExecWait "$TEMP\directx_Jun2010_redist.exe /Q /T:$TEMP\directx_Jun2010_redist"
Run setup: ExecWait "$TEMP\directx_Jun2010_redist\DXSETUP.exe /silent"
NScurl project url:
https://github.com/negrutiu/nsis-nscurl
NSIS download plugins problem
Security Channel Error(12157)
Solution