Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update Windows bits |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fb78a64938f3cee482410286681b2b99 |
User & Date: | kevin 2018-04-22 02:25:22 |
Context
2018-04-22
| ||
22:13 | Fix typos in license check-in: 190a4c2edf user: kevin tags: trunk | |
02:25 | Update Windows bits check-in: fb78a64938 user: kevin tags: trunk | |
02:18 | Update softwareupdate lib check-in: 0f6ca17326 user: kevin tags: trunk | |
Changes
Changes to makeinstaller.bat.
1 2 3 4 | call 7za a textsweep.zip .\build\* iexpress /n textsweep.sed | | | | 1 2 3 4 5 6 7 8 9 10 | call 7za a textsweep.zip .\build\* iexpress /n textsweep.sed set VERSION="4.2.0.0 (%date%)" set FILEDESCR=/s desc "Installer for TextSweep" set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2018" set PRODINFO=/s product "TextSweep" /pv "4.2.0.0" "C:\Users\kevin\Desktop\verpatch.exe" /va TextSweep_Setup.exe %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% |
Added textsweep.sed.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | [Version] Class=IEXPRESS SEDVersion=3 [Options] PackagePurpose=InstallApp ShowInstallProgramWindow=0 HideExtractAnimation=0 UseLongFileName=1 InsideCompressed=0 CAB_FixedSize=0 CAB_ResvCodeSigning=0 RebootMode=N InstallPrompt=%InstallPrompt% DisplayLicense=%DisplayLicense% FinishMessage=%FinishMessage% TargetName=%TargetName% FriendlyName=%FriendlyName% AppLaunched=%AppLaunched% PostInstallCmd=%PostInstallCmd% AdminQuietInstCmd=%AdminQuietInstCmd% UserQuietInstCmd=%UserQuietInstCmd% SourceFiles=SourceFiles [Strings] InstallPrompt=Would you like to install TextSweep and its supporting files? DisplayLicense=C:\Users\kevin\Desktop\TextSweep\mit.txt FinishMessage=Thank you for installing TextSweep. To run the program, please select it from the start menu. TargetName=C:\Users\kevin\Desktop\TextSweep\TextSweep_Setup.exe FriendlyName=TextSweep_Setup AppLaunched=cmd /c install.bat PostInstallCmd=<None> AdminQuietInstCmd= UserQuietInstCmd= FILE0="uninstall.bat" FILE1="install.bat" FILE2="TextSweep.zip" FILE3="7za.exe" FILE4="7za.dll" FILE5="TextSweep.ico" [SourceFiles] SourceFiles0=C:\Users\kevin\Desktop\TextSweep\ [SourceFiles0] %FILE0%= %FILE1%= %FILE2%= %FILE3%= %FILE4%= %FILE5%= |