Opened 13 years ago

Closed 9 years ago

#7239 closed Bug report (fixed)

Silent Uninstall

Reported by: JMD Owned by:
Priority: normal Component: FileZilla Server
Keywords: uninstall, NSIS, slient Cc:
Component version: Operating system type: Windows
Operating system version:

Description

The silent uninstall cannot be performed completely : A message box appears during uninstall "Delete Settings ?"

The MsgBox "Delete Settings ?" in the NSIS script need to have a default button ;

http://nsis.sourceforge.net/Docs/Chapter4.html#4.12

Change History (2)

comment:1 by vexal, 9 years ago

Operating system version: XP SP3
Priority: lownormal

In file http://svn.filezilla-project.org/svn/FileZilla%20Server/trunk/source/install/FileZilla%20Server.nsi
Line 558 should be :
MessageBox MB_YESNO "Delete settings?" /SD IDYES IDNO NoSettingsDelete

comment:2 by Tim Kosse, 9 years ago

Resolution: fixed
Status: newclosed

Thanks, will be fixed in the next version.

Note that the silent default will be IDNO. Deleting settings by default would be highly unusual.

Note: See TracTickets for help on using tickets.