Quote:
Originally Posted by Gehrman
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;
...
.