NSISdl::download_quiet "http://themanaworld.org/updates.txt"but it doesn't seems to work, it says:
Pop $TEMP1
StrCmp $TEMP1 "success" ReadVersion
MessageBox MB_OK|MB_ICONSTOP "Download failed: $TEMP1."
Quit
"Download failed: unable to open ." 😢
The file should be reachable I guess:
Sorry to post 2 question in a day, but I really like NSIS and want to continue to use it 🙂