Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34329190
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
3 KB
Subscribers
None
View Options
diff --git a/src/nsis/uninst-breeze-icons.nsi b/src/nsis/uninst-breeze-icons.nsi
index e6334367..81258d4e 100644
--- a/src/nsis/uninst-breeze-icons.nsi
+++ b/src/nsis/uninst-breeze-icons.nsi
@@ -1,32 +1,32 @@
# uninst-breeze-icons.nsi - Snippet for breeze-icons. -*- coding: latin-1; -*-
# Copyright (C) 2005, 2007, 2008, 2024 g10 Code GmbH
#
# This file is part of GPG4Win.
#
# GPG4Win is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# GPG4Win is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
!ifdef prefix
!undef prefix
!endif
!define prefix ${ipdir}/breeze-icons-${gpg4win_pkg_breeze_icons_version}
; Uninstaller section.
Section "-un.breeze-icons"
- RMDir "$INSTDIR\bin\libKF6BreezeIcons.dll"
+ Delete "$INSTDIR\bin\libKF6BreezeIcons.dll"
RMDir "$INSTDIR\bin"
RMDir "$INSTDIR"
SectionEnd
diff --git a/src/nsis/uninst-qtbase.nsi b/src/nsis/uninst-qtbase.nsi
index b64c8b39..c0cc951d 100644
--- a/src/nsis/uninst-qtbase.nsi
+++ b/src/nsis/uninst-qtbase.nsi
@@ -1,51 +1,54 @@
# uninst-qtbase.nsi - Installer snippet for qt. -*- coding: latin-1; -*-
# Copyright (C) 2005, 2007 g10 Code GmbH
# 2015 Intevation GmbH
#
# This file is part of GPG4Win.
#
# GPG4Win is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# GPG4Win is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
!ifdef prefix
!undef prefix
!endif
!define prefix ${ipdir}/qt-${gpg4win_pkg_qtbase_version}
; Uninstaller section.
Section "-un.qtbase"
!ifdef SOURCES
Push "${gpg4win_pkg_qtbase_src}"
Call un.SourceDelete
!else
Delete "$INSTDIR\bin\Qt6Core.dll"
Delete "$INSTDIR\bin\Qt6Gui.dll"
Delete "$INSTDIR\bin\Qt6Widgets.dll"
Delete "$INSTDIR\bin\Qt6Network.dll"
Delete "$INSTDIR\bin\Qt6Xml.dll"
Delete "$INSTDIR\bin\Qt6PrintSupport.dll"
Delete "$INSTDIR\bin\qt.conf"
Delete "$INSTDIR\bin\platforms\qwindows.dll"
Delete "$INSTDIR\bin\styles\qmodernwindowsstyle.dll"
+ Delete "$INSTDIR\bin\tls\qschannelbackend.dll"
+ RmDir "$INSTDIR\bin\tls"
+
RMDir "$INSTDIR\bin\platforms"
RMDir "$INSTDIR\bin\styles"
RMDir "$INSTDIR\bin"
RMDir "$INSTDIR"
!endif
SectionEnd
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Dec 30, 5:57 PM (1 d, 21 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ac/58/c2f5e8be7e0450982f7e33a8171b
Attached To
rW Gpg4win
Event Timeline
Log In to Comment