I am making a simpler chnage to an exisitng script that was created by someonelse 3 years ago. I keep getting a compiler error on this command.
InetLoad::load "${PRODUCT_WEB_SITE}/simtv/simgg_zip.exe" "$INSTDIR\simgg_zip.exe"
Tells me the command is invalid. The purpose is to download a self extracting zip file and install a directory of files.
I cannot find any information on this command.
Help would be grateful.
Invalid Command in Compiling a script
3 posts
The InetLoad plugin is not part of the basic NSIS package so you need to install the plugin after you install NSIS.
You can get the InetLoad plugin from this NSIS wiki page:
That plugin is quite old now. There is a newer and much improved plugin called Inetc written by the same author and available here:
You can get the InetLoad plugin from this NSIS wiki page:
That plugin is quite old now. There is a newer and much improved plugin called Inetc written by the same author and available here:
Many thanks, Inetc worked like a charm