Sunteți pe pagina 1din 1

1.

���������� ������������� DirectX, ������ ������� �� InnoSetup:

[Run]
Filename: "{app}\redist\dxwebsetup.exe"; WorkingDir: "{app}\redist"; StatusMsg:
DirectX setup in progress......; Check: MakeSoft; Flags: waituntilterminated

[Code]
var Soft: TCheckBox;

function MakeSoft: Boolean; begin Result:=Soft.Checked; end;

procedure InitializeWizard ();


begin
Soft:= TCheckBox.Create(WizardForm);
Soft.Parent := WizardForm.SelectDirPage;
Soft.Caption := 'Install Microsoft DirectX (recommended)';

Soft.SetBounds(ScaleX(0),WizardForm.DirEdit.Top+ScaleY(75),ScaleX(400),ScaleY(25));
Soft.TabOrder := 0;
Soft.Checked:= true;
end;

2. �� �������� ������������� ������� ����� manual.pdf � ��� ����.

S-ar putea să vă placă și