nizcoz
Участник
I am using this code to install my program and the possibility of install ¨Extras¨ and install DirectX:
The idea is that when you select to install DirectX, do not change the type of installation. That is, if the installation is full or custom, do not change that classification, if I choose to install DirectX. Is this possible?
Код:
[types]
Name: "full"; Description: "{cm:FullInstallation}"
Name: "custom"; Description: "{cm:CustomInstallation}"; Flags: iscustom
[Components]
Name: "program"; Description: "{cm:ProgramFilesComponent}"; Types: full custom; \
Flags: fixed
Name: "Extras"; Description: "{cm:ReadmeFileComponent}"
Name: "DirectX"; Description: "{cm:InstalarDirectX}"
The idea is that when you select to install DirectX, do not change the type of installation. That is, if the installation is full or custom, do not change that classification, if I choose to install DirectX. Is this possible?