View Single Post
  #8  
Old 26-07-2022, 08:21
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Gehrman View Post
Hi BLACKFIRE69
How to remove this section?
1. Comment the second line of [types] section.

Code:
[Types]
Name: full; Description: Full installation; Flags: iscustom
;Name: custom; Description: Custom installation;
2. Remove types from the [Components] section.
Code:
Before:

[Components]
Name: extra; Description: Extra; Types: full custom;
...
Name: voice; Description: Interface Language and Voices; Types: full;
...

After:

[Components]
Name: extra; Description: Extra;
...
Name: voice; Description: Interface Language and Voices;
...
.
Attached Images
File Type: png 1.png (7.8 KB, 1558 views)
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
ADMIRAL (27-07-2022), Gehrman (03-08-2022)