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

Go To StackoverFlow.com

0

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 ?

2012-04-04 07:44
by treefrog


0

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...

2012-04-04 14:40
by Anders
Ads