Installation from ini file
Hi guys,
I have a ini file that looks like this:
[ComponentName1]
PathOfTheExecutableToRun1 = c:\setup1.exe
PathOfTheExecutableToRun2 = c:\setup2.exe
[ComponentName2]
PathOfTheExecutableToRun3 = c:\setup3.exe
PathOfTheExecutableToRun4 = c:\setup4.exe
I would like to know if it is possible to create a script that shows the [ComponentNameX] as component and run each Executable from the section if the component is choosed.
Thanks for your help.