Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| public:computer:nsis [2022/07/20 15:43] – alex | public: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 " | ||
| + | |||
| ${If} $R0 == "" | ${If} $R0 == "" | ||
| ;ExecWait ' | ;ExecWait ' | ||