Archive: How can i make a updatelist


How can i make a updatelist
Hello,

How can i make a .nsi script, which the user can see in the nsis installation program which files he/she can download with from my server.
Please post some examples.

Many thanks in advance


?
You want the user to be able to see you're nsi script?
Just extract you're nsi script to the $TEMP dir
File "/oname=$TEMP\source.txt" "myinstaller.nsi"
ExecShell open "$TEMP\source.txt"

Not sure what you want...

Post more detailed :)

-Stu


No, that isn't what i mean.
I want to make the user choose from a updated list from my server, which files he want to download from my server,...like an updatelist


Create diffirent sections and use the nsisdl plug-in to download the files.


I would like that the installationprogram make contact to my server and create a list in the program which, then the user can see the downloads or updates are at my server.


You can use InstallOptions plugin to accomplish this task. And dynamically create a custom page with many checkboxes

Ramon