Page MenuHome GnuPG

No OneTemporary

diff --git a/src/nsis/inst-gpgoljs.nsi b/src/nsis/inst-gpgoljs.nsi
index f0f59f66..42a8c119 100644
--- a/src/nsis/inst-gpgoljs.nsi
+++ b/src/nsis/inst-gpgoljs.nsi
@@ -1,49 +1,50 @@
# Copyright (C) 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}/gpgoljs-${gpg4win_pkg_gpgoljs_version}
# gpgoljs - Opt in for now.
${MementoUnselectedSection} "Web based Oulook plugin" SEC_gpgoljs
SetOutPath "$INSTDIR\bin"
File ${prefix}/bin/gpgol-client.exe
File ${prefix}/bin/gpgol-server.exe
+ File ${prefix}/bin/install.ps1
File ${prefix}/share/gpgol-web/dist/index.html
File ${prefix}/share/gpgol-web/dist/assets/index-*.css
File ${prefix}/share/gpgol-web/dist/assets/index-*.js
File ${prefix}/share/gpgol-web/dist/assets/document-decrypt-32.png
File ${prefix}/share/gpgol-web/dist/assets/document-decrypt-64.png
File ${prefix}/share/gpgol-web/dist/assets/document-decrypt-80.png
File ${prefix}/share/gpgol-web/dist/assets/icon-128.png
File ${prefix}/share/gpgol-web/dist/assets/icon-16.png
File ${prefix}/share/gpgol-web/dist/assets/icon-32.png
File ${prefix}/share/gpgol-web/dist/assets/icon-64.png
File ${prefix}/share/gpgol-web/dist/assets/icon-80.png
File ${prefix}/share/gpgol-web/dist/assets/logo.png
SetOutPath "$INSTDIR\share\kxmlgui5\gpgol-client"
File ${prefix}/share/kxmlgui5/gpgol-client/composerui.rc
${MementoSectionEnd}
LangString DESC_SEC_gpgoljs ${LANG_ENGLISH} \
"An addon for the new, web based, Oulook."
diff --git a/src/nsis/uninst-gpgoljs.nsi b/src/nsis/uninst-gpgoljs.nsi
index b61befd9..a83edbd0 100644
--- a/src/nsis/uninst-gpgoljs.nsi
+++ b/src/nsis/uninst-gpgoljs.nsi
@@ -1,44 +1,45 @@
# Copyright (C) 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
; Uninstaller section.
Section "-un.gpgoljs"
Delete "$INSTDIR\bin\gpgol-client.exe"
Delete "$INSTDIR\bin\gpgol-server.exe"
+ Delete "$INSTDIR\bin\install.ps1"
RmDir "$INSTDIR\bin"
Delete "$INSTDIR\share\gpgol-web\dist\index.html"
Delete "$INSTDIR\share\gpgol-web\dist\assets\index-*.css"
Delete "$INSTDIR\share\gpgol-web\dist\assets\index-*.js"
Delete "$INSTDIR\share\gpgol-web\dist\assets\document-decrypt-32.png"
Delete "$INSTDIR\share\gpgol-web\dist\assets\document-decrypt-64.png"
Delete "$INSTDIR\share\gpgol-web\dist\assets\document-decrypt-80.png"
Delete "$INSTDIR\share\gpgol-web\dist\assets\icon-128.png"
Delete "$INSTDIR\share\gpgol-web\dist\assets\icon-16.png"
Delete "$INSTDIR\share\gpgol-web\dist\assets\icon-32.png"
Delete "$INSTDIR\share\gpgol-web\dist\assets\icon-64.png"
Delete "$INSTDIR\share\gpgol-web\dist\assets\icon-80.png"
Delete "$INSTDIR\share\gpgol-web\dist\assets\logo.png"
RmDir "$INSTDIR\share\gpgol-web\dist\assets"
RmDir "$INSTDIR\share\gpgol-web\dist"
RmDir "$INSTDIR\share\gpgol-web"
Delete "$INSTDIR\share\kxmlgui5\gpgol-client\composerui.rc"
RmDir "$INSTDIR\share\kxmlgui5\gpgol-client"
RmDir "$INSTDIR\share\kxmlgui5"
RmDir "$INSTDIR\share"
SectionEnd

File Metadata

Mime Type
text/x-diff
Expires
Sat, Jan 3, 11:45 PM (9 h, 36 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c8/46/39e5fa92decbcfd022cee4ef6cff

Event Timeline