TextSweep

Check-in [2262a3b031]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:More update for Windows
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2262a3b031702aa38d3a80148b44f3cea49f6d26
User & Date: kevin 2017-04-24 12:33:28
Context
2017-04-24
12:39
Final commits for Mac release check-in: c3612e4b11 user: kevin tags: trunk
12:33
More update for Windows check-in: 2262a3b031 user: kevin tags: trunk
12:30
Update rev for Windows check-in: 36fcf654ab user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to makeinstaller.bat.

1
2
3
4
5
6
7
8
9
10
call 7za a textsweep.zip .\build\*

iexpress /n textsweep.sed

set VERSION="3.1.0.0 (%date%)"
set FILEDESCR=/s desc "Installer for TextSweep"
set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2017"
set PRODINFO=/s product "TextSweep" /pv "3.1.0.0"

"C:\Users\kevin\Desktop\verpatch.exe" /va TextSweep_Setup.exe %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% 




|


|


1
2
3
4
5
6
7
8
9
10
call 7za a textsweep.zip .\build\*

iexpress /n textsweep.sed

set VERSION="3.2.0.0 (%date%)"
set FILEDESCR=/s desc "Installer for TextSweep"
set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2017"
set PRODINFO=/s product "TextSweep" /pv "3.2.0.0"

"C:\Users\kevin\Desktop\verpatch.exe" /va TextSweep_Setup.exe %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO%