[Win installer] update information

- also refine a script
This commit is contained in:
Uwe
2022-06-14 03:43:04 +02:00
parent 68e337670e
commit ea7efbf96b
2 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
del bin\assistant.exe
del bin\Coin4d.dll del bin\Coin4d.dll
del bin\designer.exe del bin\designer.exe
del bin\freetyped.dll del bin\freetyped.dll

View File

@@ -3,9 +3,15 @@
3. Rename it so that you replace 'filename' with the name of your file you want to checksum. 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. Thereby don't forget that the file ending has to be part of the name.
4. Open the file in a text editor 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 5.
* Either (if you have 7-Zip installed):
6. Copy the resulting hash from the command line to the file 1. right-click on the file you want to checksum
7. Update file size and filename in the file 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