Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Rev bump for Win installer |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
af46b7fb02c5728a5ae9b25cb3338b72 |
User & Date: | kevin 2017-04-25 02:37:47 |
Context
2017-04-25
| ||
03:01 | Update fullscreen library check-in: 59924e6214 user: kevin tags: trunk | |
02:37 | Rev bump for Win installer check-in: af46b7fb02 user: kevin tags: trunk | |
02:30 | Version info for Windows check-in: 694d80fa97 user: kevin tags: trunk | |
Changes
Changes to makeinstaller.bat.
1 2 3 4 5 6 7 | call 7za a quickwho.zip .\dist\* iexpress /n quickwho.sed set VERSION="6.1.0.0 (%date%)" set FILEDESCR=/s desc "Installer for QuickWho" set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2017" | | | 1 2 3 4 5 6 7 8 9 10 | call 7za a quickwho.zip .\dist\* iexpress /n quickwho.sed set VERSION="6.1.0.0 (%date%)" set FILEDESCR=/s desc "Installer for QuickWho" set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2017" set PRODINFO=/s product "QuickWho" /pv "6.2.0.0" "C:\Users\kevin\Desktop\verpatch.exe" /va QuickWho_Setup.exe %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% |