I was installing Bully and thought it was cool how to install directx
with a warning being installed
Could a friend create this warning to DirectX, Visual C ++, or something similar
Example
Capturar3.PNG
I use two types of installer
Quote:
[Tasks]
Name: support; Description: Programas adicionais:
Name: support\DirectX; Description: Instalar: Microsoft DirectX
[Run]
Filename: {src}\support\Microsoft DirectX\DXSETUP.exe; Parameters: /silent; StatusMsg: Aguarde Instalando Microsoft DirectX...; Tasks: support\DirectX; Check: CheckError
|
Quote:
if (CurStep=ssPostInstall) and (ISDoneError = False) then begin
if Soft1 then begin
StatusLabel.Caption:='Aguarde: Instalando {#Soft1}...';
Exec2(ExpandConstant('{src}\support\{#Soft1}\DXSET UP.exe'),'/silent',false);
end;
end;
|
Thank you