Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update data for Windows build |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d125720056e99fed7cee7fda322fe428 |
User & Date: | kevin 2017-01-16 17:14:57 |
Context
2017-01-16
| ||
17:58 | Smooth out Windows update process check-in: ba6dc54551 user: kevin tags: trunk | |
17:14 | Update data for Windows build check-in: d125720056 user: kevin tags: trunk | |
16:38 | More tweaks check-in: d7660b61b7 user: kevin tags: trunk | |
Changes
Changes to makeinstaller.bat.
1 2 3 4 | call 7za a filemorph.zip .\build\* iexpress /n filemorph.sed | | | | | 1 2 3 4 5 6 7 8 9 10 | call 7za a filemorph.zip .\build\* iexpress /n filemorph.sed set VERSION="2.8.0.0 (%date%)" set FILEDESCR=/s desc "Installer for FileMorph" set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2017" set PRODINFO=/s product "FileMorph" /pv "2.8.0.0" "C:\Users\kevin\Desktop\verpatch.exe" /va FileMorph_Setup.exe %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% |
Changes to versioninfo.rc.
1 | 1 VERSIONINFO | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 1 VERSIONINFO FILEVERSION 2, 8, 0, 0 PRODUCTVERSION 2, 8, 0, 0 FILEOS 4 FILETYPE 1 { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "FileDescription", "File modification tool" VALUE "OriginalFilename", "FileMorph" VALUE "CompanyName", "WordTech Communications LLC" VALUE "FileVersion", "2.8.0" VALUE "LegalCopyright", "(c) 2017 WordTech Communications LLc" VALUE "ProductName", "FileMorph" VALUE "ProductVersion", "2.8.0" } } BLOCK "VarFileInfo" { VALUE "Translation", 0x409, 1252 } } |