nsis: Inform a user about files being deleted
commit3704d2d99450072be0412c48958525af00db42d1
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 15 Jul 2011 18:38:47 +0000 (15 22:38 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 15 Jul 2011 19:14:43 +0000 (15 23:14 +0400)
treecd3ae8a095606b5d11cb6e9fee23c2e6951d69d9
parent2f39e1a066a38431a715af4b29f7ca28f3b4a79f
nsis: Inform a user about files being deleted

Since a user might have some weird access rules on NTFS
such as allow to write files but not to delete them it
might happen that uninstallation procedure fails at
deleting files but deleting registry keys still success,
and in result a user might try to uninstall nasm for second
time with registry keys corrupted.

So prompt a user with files being deleted so he can double
check what is going on.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasm.nsi