i have a little trouble with with nsis.
i have start it a few minutes ago and i wanna make a "big" installer.
i can program php and i miss some methods from there 😁
little text to explain my wish:
- user start the installer
- installer load down a txt file with infos
name for components;description;installpath;filename
- user choose the files to install
- installer read a registry key for the install path
- installer load the files down and place it in the right path
- finish
- option to create shortcuts on the desktop
which functions, macros, etc i must watch to make an installer with this functions?
how i can read and seperate (array) the little txt from the server to place the infos in the installer?
i have build a downloader marco
!macro DOWNLOADER VAR FILENAME
NSISdl::download ${DOWNLOAD} ${FILENAME}
!macroend