Hello,
I wonder if I can make automated setup and if so, how?
Currently the updates are downloaded successfully so:
HTTP.Download ("http://xxx//program/marke_a/update2014/update/marke/upd100deu.exe", "C: \ \PROGRAM\\ MARKE_A \ \ DATA \ \ UPDATE \ \ upd100deu.exe" MODE_BINARY, 20, 80, nil , nil, nil);
HTTP.Download ("http://xxx//program/marke_b/update2014/update/marke/upd255deu.exe", "C: \ \ PROGRAMM\\MARKE_B \ \ DATA \ \ UPDATE \ \ upd255deu.exe" MODE_BINARY, 20, 80, nil , nil, nil);
I'm not sure if it could work me but my thought was an automation!
In MARKE_A \ DATA folder is a upd100deu.log
In MARKE_B \ DATA folder is a upd255deu.log
The setup what I want to create now is to read and download the updates up to 4 the updxxxdeu.log!
you can actually with space holders (upd *. * deu.exe) to work!
I wonder if I can make automated setup and if so, how?
Currently the updates are downloaded successfully so:
HTTP.Download ("http://xxx//program/marke_a/update2014/update/marke/upd100deu.exe", "C: \ \PROGRAM\\ MARKE_A \ \ DATA \ \ UPDATE \ \ upd100deu.exe" MODE_BINARY, 20, 80, nil , nil, nil);
HTTP.Download ("http://xxx//program/marke_b/update2014/update/marke/upd255deu.exe", "C: \ \ PROGRAMM\\MARKE_B \ \ DATA \ \ UPDATE \ \ upd255deu.exe" MODE_BINARY, 20, 80, nil , nil, nil);
I'm not sure if it could work me but my thought was an automation!
In MARKE_A \ DATA folder is a upd100deu.log
In MARKE_B \ DATA folder is a upd255deu.log
The setup what I want to create now is to read and download the updates up to 4 the updxxxdeu.log!
you can actually with space holders (upd *. * deu.exe) to work!
Comment