@@ -12,13 +12,13 @@ VersionInfoCopyright=Copyright (C) 2016 LJTECHNOLOGY
1212;MinVersion=0,5.0
1313DefaultDirName = {pf} \LJ Input Language
1414DefaultGroupName = LJ Input Language
15- AllowNoIcons = yes
16- Compression = lzma2 / max
17- SolidCompression = yes
15+ AllowNoIcons = true
16+ Compression = none
17+ SolidCompression = true
1818;Uninstallable=not PortableCheck
1919UninstallDisplayIcon = {app} \LJ Input Langs.exe
2020;LicenseFile=readme.txt
21- TimeStampsInUTC = yes
21+ TimeStampsInUTC = true
2222TouchDate = none
2323TouchTime = 00 :00
2424WizardImageFile = compiler :WizModernImage-IS .bmp
@@ -28,6 +28,12 @@ WizardSmallImageFile=compiler:WizModernSmallImage-IS.bmp
2828;SignTool=issigntool256
2929;SignedUninstaller=yes
3030#endif
31+ VersionInfoVersion = 2.0
32+ VersionInfoCompany = LJ Technology
33+ VersionInfoProductName = LJ Input Langs
34+ VersionInfoProductVersion = 2.0
35+ AppCopyright = Copyright © 2016 LJTECHNOLOGY
36+ AppVerName = 2.0
3137
3238[Languages]
3339Name : english; MessagesFile : files \Default.isl
@@ -63,6 +69,7 @@ english.WelcomeLabel1=Welcome to LJ Input Language%nSetup Wizard
6369; Remove Unicode-only files if needed
6470Type : files ; Name : {app} \CapslockLang.exe
6571Name : {app} \LJ Input Langs.exe; Type : files
72+ Name : {app} \settings.ini; Type : files
6673
6774
6875[Files]
@@ -88,7 +95,14 @@ Root: HKLM; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\Run; ValueType: st
8895[Tasks]
8996Name : StartAfterInstall; Description : Run application after install
9097
98+ [UninstallRun]
99+ Filename : taskkill; Parameters : " /im " " LJ Input Langs.exe" " /f" ; Flags : runhidden ; Tasks:
100+
91101[Run]
92102Filename : {app} \LJ Input Langs.exe; Flags : shellexec skipifsilent nowait ; Tasks: StartAfterInstall
93103[Dirs]
94104Name : {app} \Util
105+ [UninstallDelete]
106+ Name : {app} \CapslockLang.*; Type : files
107+ Name : {app} \LJ Input Langs.*; Type : files
108+ Name : {app} \*.ini; Type : files
0 commit comments