mhatreakshay
13th January 2011 10:56 UTC
custom selection while uninstall
i want to write a uninstaller which will let user select which all files need to be removed while uninstallation...
there are more then 600 files which i have installed.is there a easy way where it will pickup the names all installed files and display it to the user to make selection?
thank you in advance
Regards
Akshay
MSG
13th January 2011 17:43 UTC
Findfirst & findnext to enumerate the filenames. Then you could use the lockedlist plugin to make a list with checkboxes (at least, I seem to remember you can also use it for this), or create one manually.
mhatreakshay
14th January 2011 02:43 UTC
hey ,I am very new to nsis,trying to search some sample for the same.Do you have some example for the same ?
MSG
14th January 2011 05:46 UTC
Please refer to the manual: http://nsis.sourceforge.net/Docs/Chapter4.html (hint: search for findfirst.)