So you know, Im using the ModernUI Thing.
Here is my sections code:
It just skips over it the .msi download.;Installer Sections
Section "SAM2 Broadcaster" SecSAM
SectionIn RO
ExecWait '"sam2s.exe"'
SectionEnd
Section "MySQL 4.1" SecSQL
SectionIn RO
ExecWait '"mysql-essential-4.1.9-win32.msi"'
SectionEnd
Section "Ares P2P" SecP2P
ExecWait '"areslite181.exe"'
SectionEnd
Thanks in advance!!