|
|
|
|
#1 |
|
Junior Member
Join Date: May 2009
Posts: 3
|
I have successfully used NSIS to create an installation program (with it's corresponding uninstall information).
My problem is what to do, if later on (programmatically) decide that I want to add (or remove) some more files from the uninstall list. I don't want to do something like RmDir /r I still want to specifically remove files, but this information I want to alter it later on. Is it somehow possible? |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Jan 2005
Location: Oregon Coast
Posts: 737
|
Probably the best would be to create a log of the files you want--maybe as just a simple text file with one file per line. Store this under $APPDATA folder. If you need to make changes later, then it's just a matter of updating the file.
Here's an article to get you started: http://nsis.sourceforge.net/Uninstal...nstalled_files |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2009
Posts: 3
|
Thanks, I think that's what I need
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|