|
#1
|
|||
|
|||
|
How to edit components in Metro UI Install
Can anyone tell me that how to edit components like english and russian ?
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
is anyone can help me ?
here the download link for the Metro UI script http://krinkels.org/resources/metro-...ad?version=334 |
|
#3
|
||||
|
||||
|
edit here
[Components] Name: text; Description: Язык субтитров; Types: full; Flags: fixed Name: text\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 100000000 Name: text\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 200000000 Name: voice; Description: Язык озвучки; Types: full; Flags: fixed Name: voice\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 500000000 Name: voice\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 600000000 |
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
I want only english. So what i have to do
|
|
#6
|
||||
|
||||
|
add this ;
to disable see example [Components] Name: text; Description: Язык субтитров; Types: full; Flags: fixed ;Name: text\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 100000000 Name: text\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 200000000 Name: voice; Description: Язык озвучки; Types: full; Flags: fixed ;Name: voice\rus; Description: Русский; Flags: exclusive; ExtraDiskSpaceRequired: 500000000 Name: voice\eng; Description: Английский; Flags: exclusive; ExtraDiskSpaceRequired: 600000000 |
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
Find out what page that is then use shouldskippage function to skip or remove page permanently, shouldskippage is found under inno setup documentation so you have to a little reading.
|
|
#9
|
|||
|
|||
|
RAZOR19211, i can't do it. Can you please give me the edited script.
BUT FIRST RELEASE THE ASC AND THEN HELP ME BECAUSE THE ASC PROJECT IS MORE IMPORTANT FOR ALL OF THAN THIS. |
|
#10
|
|||
|
|||
|
example
Code:
;Создает страничку компонентов
#define Components
#define SelectText "Выбор языка интерфейса:"
#define RusText "Русский"
#define EngText "Английский"
;#define SelectSound "Выбор языка озвучки:"
;#define RusSound "Русский"
;#define EngSound "Английский"
#define SelectSound "Выбор таблетки:"
#define RusSound "PROPHET"
#define EngSound "FAiRLiGHT"
;CODEX
;FAiRLiGHT
;PROPHET
;SKIDROW
;3DM
;DMN32 / SKIDROW (Steam Emu)
[CustomMessages]
;rus.RusText=Русский
;rus.RusSound=Русский
;rus.EngText=Английский
;rus.EngSound=Английский
;rus.SelectText=Выбор языка интерфейса:
;rus.SelectSound=Выбор языка озвучки:
[code_]
/////////////////////ComponentsPage///////////////////////////////////
TextLabel:= TLabel.Create(WizardForm);
with TextLabel do begin
Caption:=ExpandConstant('{#SelectText}');
end;
RUSTextLabel:= TLabel.Create(WizardForm);
with RUSTextLabel do begin
Caption:=ExpandConstant('{#RusText}');
end;
ENGTextLabel:= TLabel.Create(WizardForm);
with ENGTextLabel do begin
Caption:=ExpandConstant('{#EngText}');
end;
VoiceLabel:= TLabel.Create(WizardForm);
with VoiceLabel do begin
Caption:=ExpandConstant('{#SelectSound}');
end;
RUSVoiceLabel:= TLabel.Create(WizardForm);
with RUSVoiceLabel do begin
Caption:=ExpandConstant('{#RusSound}');
end;
ENGVoiceLabel:= TLabel.Create(WizardForm);
with ENGVoiceLabel do begin
Caption:=ExpandConstant('{#EngSound}');
end;
Last edited by vint56; 18-08-2015 at 03:15. |
| The Following 2 Users Say Thank You to vint56 For This Useful Post: | ||
Amsal (18-08-2015), Harsh ojha (04-07-2019) | ||
|
#11
|
||||
|
||||
|
Anyone can post it here I can't sign up In knrinkles
Please Thanks
__________________
Sharing is caring : immortal words.. |
|
#12
|
||||
|
||||
|
Quote:
http://fileforums.com/showpost.php?p=438418&postcount=7 |
| The Following User Says Thank You to rez3vil For This Useful Post: | ||
Harsh ojha (04-07-2019) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help for #define components and #indef Components | alucard1973 | Conversion Tutorials | 0 | 30-04-2015 05:52 |
| How to Edit CAB files | Grumpy | PC Games | 12 | 24-02-2013 09:47 |
| Spellforce Install crack? | munsterbuster | PC Games | 2 | 12-12-2003 14:03 |
| Game install problem | MAL1 | PC Games | 2 | 12-05-2003 10:21 |
| I Need a "Magic 3" install diagram. | gamer242 | PS2 Games | 3 | 06-03-2003 22:50 |