From ea7efbf96bb812ae31d36b4305cfa7fbce24bfce Mon Sep 17 00:00:00 2001 From: Uwe Date: Tue, 14 Jun 2022 03:43:04 +0200 Subject: [PATCH] [Win installer] update information - also refine a script --- src/WindowsInstaller/Delete.bat | 1 + .../Creation of SHA256 checksum file.txt | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/WindowsInstaller/Delete.bat b/src/WindowsInstaller/Delete.bat index 5961395ac6..d13583974a 100644 --- a/src/WindowsInstaller/Delete.bat +++ b/src/WindowsInstaller/Delete.bat @@ -1,3 +1,4 @@ +del bin\assistant.exe del bin\Coin4d.dll del bin\designer.exe del bin\freetyped.dll diff --git a/src/WindowsInstaller/information/Creation of SHA256 checksum file.txt b/src/WindowsInstaller/information/Creation of SHA256 checksum file.txt index feb1f96699..63756f381e 100644 --- a/src/WindowsInstaller/information/Creation of SHA256 checksum file.txt +++ b/src/WindowsInstaller/information/Creation of SHA256 checksum file.txt @@ -3,9 +3,15 @@ 3. Rename it so that you replace 'filename' with the name of your file you want to checksum. Thereby don't forget that the file ending has to be part of the name. 4. Open the file in a text editor -5. Run Windows' 'certutil' utility in the command line, e.g.: -certutil -hashfile FreeCAD-0.19.3-WIN-x64-installer-1.exe SHA256 - -6. Copy the resulting hash from the command line to the file -7. Update file size and filename in the file \ No newline at end of file +5. +* Either (if you have 7-Zip installed): + 1. right-click on the file you want to checksum + 2. select in the context menu "7-Zip -> CRC SHA -> SHA-256" + 3. copy the content of the appearing dialog to the text file + +* Or + 1. run Windows' 'certutil' utility in the command line, e.g.: + certutil -hashfile FreeCAD-0.20.0-WIN-x64-installer-1.exe SHA256 + 2. Copy the resulting hash from the command line to the file + 3. Update file size and filename in the file \ No newline at end of file