fixed bug #1631889 - NSIS compiler issues erroneous warning on uninstall sections
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4855 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
88572123e5
commit
8c1bfd4428
1 changed files with 1 additions and 1 deletions
|
@ -2212,7 +2212,7 @@ int CEXEBuild::prepare_uninstaller() {
|
|||
{
|
||||
if (!uninstaller_writes_used)
|
||||
{
|
||||
warning("Uninstall section found but WriteUninstaller never used - no uninstaller will be created.");
|
||||
warning("Uninstaller script code found but WriteUninstaller never used - no uninstaller will be created.");
|
||||
return PS_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue