Ok, here a noob question, sorry for this. i will install directx from the temp folder, so i compile the dx files with the installer and use the {tmp} dir and these flags: uninsafterinstall. But what must i type in the setup.ini ? the command : LaunchCom1={tmp}\dx90c\DXSetup.exe will not work.
Thanks for solutions.
EDIT
I found the solution myself:
i have changed in script the {src} in {tmp}
Quote:
|
Exec(ExpandConstant('{tmp}\') + GetIniString('LauncherSettings'
|
and use in setup.ini file the function : Launch1BeforeInstall=0
This works perfect for me.