Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Prepare 4.0 for Windows |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
03b7537752b537ec6ab15d5b7bdf6536 |
User & Date: | kevin 2017-12-28 17:43:40 |
Context
2017-12-28
| ||
18:35 | Update Windows scripting check-in: 551c7a95ac user: kevin tags: trunk | |
17:43 | Prepare 4.0 for Windows check-in: 03b7537752 user: kevin tags: trunk | |
16:56 | Implement dde support on Windows check-in: e314a576e6 user: kevin tags: trunk | |
Changes
Changes to install.bat.
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + | reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TextSweep" /f reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TextSweep" /f /v "DisplayIcon" /t REG_SZ /d "%appdata%\TextSweep\textsweep.ico" reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TextSweep" /f /v "DisplayName" /t REG_SZ /d "TextSweep" reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TextSweep" /f /v "InstallLocation" /t REG_SZ /d "%install_dir%" reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TextSweep" /f /v "Publisher" /t REG_SZ /d "WordTech Communications LLC" reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TextSweep" /f /v "InstallDate" /t REG_SZ /d %DATE% |
︙ |
Changes to makeinstaller.bat.
1 2 3 4 5 6 | 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" |
Changes to versioninfo.rc.
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - - + + - - + + - + | 1 VERSIONINFO |