nsis: Inform a user about files being deleted
commitee42e62c7ca23e94ffd6161254e4fb7b4932db07
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 18:38:47 +0000 (15 22:38 +0400)
tree19f2b86fdb2c8d27f2716f0be1068c2694f74687
parent9f0dcfc724bd23aa39b90bdb0c12e8f036621a16
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