Search code examples
nsis

is it possible to tell NSIS to setof files listed in a config file?


I have to download different files from a location on the network, http, but the file names versions I want to supply in a configuration file. is this possible ?


Solution

  • You can read from files with the NSIS ini instructions, manual parsing with FileRead or use one of the helper macros.

    You can download files with the INetC plugin...