[Pkg-privacy-commits] [tails-installer] 209/210: Update the NSIS data. Installs and uninstalls in Windows now.

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit 589d3a82b43c0e51876db55a954aae7111d5a5a4
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Nov 19 16:11:19 2015 +0100

    Update the NSIS data. Installs and uninstalls in Windows now.
    
    You have to provide vcredist though
    
    Needs to be signed
---
 data/liveusb-creator.ico | Bin 0 -> 9662 bytes
 data/liveusb-creator.nsi |  39 ++++++---------------------------------
 2 files changed, 6 insertions(+), 33 deletions(-)

diff --git a/data/liveusb-creator.ico b/data/liveusb-creator.ico
new file mode 100644
index 0000000..e9599ae
Binary files /dev/null and b/data/liveusb-creator.ico differ
diff --git a/data/liveusb-creator.nsi b/data/liveusb-creator.nsi
index 8412a13..130f013 100644
--- a/data/liveusb-creator.nsi
+++ b/data/liveusb-creator.nsi
@@ -1,5 +1,5 @@
-Name "LiveUSB Creator 3.11.8"
-OutFile "liveusb-creator-3.11.8-setup.exe"
+Name "LiveUSB Creator 3.99.0"
+OutFile "liveusb-creator-3.99.0-setup.exe"
 
 !include "MUI2.nsh"
 XPStyle on
@@ -99,19 +99,8 @@ Section ""
 	vcredist_install_finished:
 	Delete "$INSTDIR\vcredist_x86.exe"
 
-	File liveusb-creator.exe
-	File LICENSE.txt
-	File README.txt
-	File w9xpopen.exe
-	File /r locale
-	
-	SetOutPath $INSTDIR\tools
-	File tools\7z.dll
-	File tools\7z.exe
-	File tools\7-Zip-License.txt
-	File tools\dd.exe
-	File tools\syslinux.exe
-	
+	File /r ..\dist\liveusb-creator\*
+
 	; Create shortcut.
 	SetOutPath -
 	CreateDirectory "$SMPROGRAMS\LiveUSB Creator"
@@ -141,24 +130,8 @@ Section Uninstall
 	DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\LiveUSB Creator"
 	DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\LiveUSB Creator"
 
-	; Delete files.
-	Delete "$INSTDIR\liveusb-creator.exe"
-	Delete "$INSTDIR\LICENSE.txt"
-	Delete "$INSTDIR\README.txt"
-	Delete "$INSTDIR\w9xpopen.exe"
-	
-	Delete "$INSTDIR\tools\7z.dll"
-	Delete "$INSTDIR\tools\7z.exe"
-	Delete "$INSTDIR\tools\7-Zip-License.txt"
-	Delete "$INSTDIR\tools\dd.exe"
-	Delete "$INSTDIR\tools\syslinux.exe"
-
-	Delete "$INSTDIR\liveusb-creator.exe.log"
-
-	; Remove the installation directories.
-	RMDir /R "$INSTDIR\locale"
-	RMDir "$INSTDIR\tools"
-	RMDir "$INSTDIR"
+	; Delete everything in the installation directory.
+	RMDir /R "$INSTDIR"
 
 SectionEnd
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list