public:computer:nsis

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:computer:nsis [2022/07/20 15:43] alexpublic:computer:nsis [2022/07/20 17:05] (current) alex
Line 1: Line 1:
 ====== NSIS ====== ====== NSIS ======
 +> Make Install Package using Nullsoft Install System.
  
 ===== Setting Environment ===== ===== Setting Environment =====
Line 165: Line 165:
 Function InstallNodejs Function InstallNodejs
   ; Install Node.js v12.22.9   ; Install Node.js v12.22.9
 +  ReadRegStr $R0 HKLM "SOFTWARE\Node.js" "Version"
 +
   ${If} $R0 == ""   ${If} $R0 == ""
     ;ExecWait 'C:\Windows\SysWOW64\msiexec.exe /i "$INSTDIR\tools\node-v12.22.9-x64.msi"'     ;ExecWait 'C:\Windows\SysWOW64\msiexec.exe /i "$INSTDIR\tools\node-v12.22.9-x64.msi"'
  • public/computer/nsis.1658299431.txt.gz
  • Last modified: 2022/07/20 15:43
  • by alex