11#define MyAppName " WikiSearch"
2- #define MyAppVersion " 1.3 .0"
2+ #define MyAppVersion " 1.4 .0"
33#define MyAppPublisher " Tecwindow"
4- #define MyAppURL " https://t.me/tecwindow "
4+ #define MyAppURL " https://tecwindow.net/ "
55#define MyAppExeName " WikiSearch.exe"
66
77[Setup]
@@ -30,7 +30,7 @@ CloseApplications=force
3030restartApplications = yes
3131SolidCompression = yes
3232WizardStyle = modern
33-
33+ DisableWelcomePage = no
3434[Languages]
3535Name : " english" ; MessagesFile : " compiler:Default.isl"
3636Name : " arabic" ; MessagesFile : " compiler:Languages\Arabic.isl"
@@ -47,16 +47,21 @@ Source: "WikiSearch\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs cr
4747[CustomMessages]
4848arabic.AppLNGfile = Arabic
4949english.AppLNGfile = English
50- french.AppLNGfile = Français
51- spanish.AppLNGfile = Español
50+ french.AppLNGfile = French
51+ spanish.AppLNGfile = Spanish
5252
5353[Icons]
5454Name : " {autoprograms}\{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
5555Name : " {autodesktop}\{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}" ; Tasks: desktopicon
5656
57- [Run]
58- Filename : " {app} \{#MyAppExeName}" ; Description : " {cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}" ; Flags : nowait postinstall
5957
6058[INI]
6159Filename : " {userappdata}\WikiSearch\Settingss.ini" ; Section: " default" ; Key: " language" ; String : " {cm:AppLNGfile}"
62- Filename : " {app} \User Data\Settingss.ini" ; Section: " default" ; Key: " language" ; String : " {cm:AppLNGfile}"
60+ Filename : " {app} \User Data\Settingss.ini" ; Section: " default" ; Key: " language" ; String : " {cm:AppLNGfile}"
61+
62+ [InstallDelete]
63+ Type : filesandordirs ; Name : " {app} "
64+
65+ [Run]
66+ Filename : " {app} \{#MyAppExeName}" ; Description : " {cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}" ; Flags : nowait postinstall
67+
0 commit comments