I already have used the search-function and it seems that the only solution for my problem is an INI-file or manual entering.
I want to create an installer for an application, which includes 238 small files :-)
I'm installing it via:
Alright, I only want to uninstall the files, which have got installed.
SetOutPath "$PROGRAMFILES\AppName"
File /R subdirectory\*.*
AFAIK I can only do it that way:
Damn ... that would be much code.
DELETE "file1"
DELETE "file2"
...
DELETE "file237"
DELETE "file238"
Does anyone here still have an overview over the posting and could post a solution or link?
Best regards,
Tobias