{I+=codeWee;} |
!include x64.nsh Unicode true ; Install ExecWait '"msiexec" /i "$INSTDIR\${NodeJSSetupFile}" /qn' ; Uninstall ${If} ${RunningX64} SetRegView 64 ReadRegStr $NodeJSPath HKLM "SOFTWARE\Node.js" "InstallPath" SetRegView LastUsed ${Else} ReadRegStr $NodeJSPath HKLM "SOFTWARE\Node.js" "InstallPath" ${EndIf} ExecWait '"msiexec" /x "$INSTDIR\${NodeJSSetupFile}" REMOVE=ALL /qn'