Skip to content

Commit 0756947

Browse files
committed
[inno] enable language selection
1 parent 3d67580 commit 0756947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inno/MCXStudio.iss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ SolidCompression=yes
4040
WizardStyle=modern
4141
ChangesEnvironment=true
4242
SetupIconFile=mcxstudio_2023.ico
43+
ShowLanguageDialog=yes
4344
ArchitecturesInstallIn64BitMode=x64
4445
DefaultGroupName="{#MyAppName} {#MyAppVersion}"
4546
VersionInfoCompany={#MyAppPublisher}
@@ -382,3 +383,4 @@ begin
382383
);
383384
end;
384385
end;
386+

0 commit comments

Comments
 (0)