Ive Tried this it only ever runs which ever instance of run program is first. ive also tried with ExecuteFile.
;!@Install@!UTF-8!
Title="Title"
RunProgram="one.exe"
RunProgram="two.exe"
;!@InstallEnd@!
Any help would be greatly appreciated. Thanks
Ok So i Created a cmd file called Run.cmd
@echo off
start one.exe && start two.exe
exit
and a config file
;!@Install@!UTF-8!
Title="Title"
RunProgram="hidcon:Run.cmd"
;!@InstallEnd@!
but i get the error specified file not found. Removing the hidecon: fixes this problem but now the console is visible but barely. but im getting an .inf file sying it canot be found for one or the program. *!!! For some reason if i open say just RungProgram="one.exe" it works fine but if i use RunProgram="Run.cmd" not all the files are extracted is this because the cmd.exe exits before the extraction is complete?.
Create a .cmd file that runs the other programmes in sequence and then RunProgram that.