Archive: Uninstall file list


Uninstall file list
Im creating an uninstaller which adds file with commands like this 'File /r c:\somegivendirectory\*.*'. My question is what is the easiest way to generate a dynamic list of files that I can use when I write my unistall section? I know 'RMDir /r "$INSTDIR"' has some major bugs that I dont want to deal with. I also saw this post(http://forums.winamp.com/showthread....74#post1468974) which seems pretty easy but it requires a call to a batch file and then an external scripting language. But is this the easiest way to do it?


Here is the url that is supposed to be in the previous post:
http://forums.winamp.com/showthread....74#post1468974