TextSweep

Check-in [03b7537752]
Login

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: 03b7537752b537ec6ab15d5b7bdf6536ef46fc59
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
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Changes to install.bat.

28
29
30
31
32
33
34
35

36
37
38
39
40
41
42
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%
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TextSweep" /f /v "Version" /t REG_SZ /d 2.5.0
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TextSweep" /f /v "Version" /t REG_SZ /d 4.0.0
 
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TextSweep" /f /v "UninstallString" /t REG_SZ /d "cmd /c %appdata%\TextSweep\uninstall.bat"
 
::add to start menu
set startdir="%appdata%\Microsoft\Windows\Start Menu\TextSweep\"

if not exist %startdir% (

Changes to makeinstaller.bat.

1
2
3
4
5
6
7
8


9
10
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"
set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2018"
set PRODINFO=/s product "TextSweep" /pv "4.0.0.0"

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

Changes to versioninfo.rc.

1
2
3


4
5
6
7
8
9
10
11
12
13


14
15

16
17
18
19
20
21
1


2
3
4
5
6
7
8
9
10
11


12
13
14

15
16
17
18
19
20
21

-
-
+
+








-
-
+
+

-
+






1 VERSIONINFO
FILEVERSION 3, 2, 0, 0
PRODUCTVERSION 3, 2, 0, 0
FILEVERSION 4, 0, 0, 0
PRODUCTVERSION 4, 0, 0, 0
FILEOS 4
FILETYPE 1
{
    BLOCK "StringFileInfo" {
        BLOCK "040904E4" {
            VALUE "FileDescription", "Powerful search and replace"
            VALUE "OriginalFilename", "TextSweep"
            VALUE "CompanyName", "WordTech Communications LLC"
            VALUE "FileVersion", "3.2.0"
            VALUE "LegalCopyright", "(c) 2017 WordTech Communications LLc"
            VALUE "FileVersion", "4.0.0"
            VALUE "LegalCopyright", "(c) 2018 WordTech Communications LLc"
            VALUE "ProductName", "TextSweep"
            VALUE "ProductVersion", "3.2.0"
            VALUE "ProductVersion", "4.0.0"
        }
    }
    BLOCK "VarFileInfo" {
        VALUE "Translation", 0x409, 1252
    }
}