Copy additional binaries file in the same location as the .exe file
My program requires the MyApp.exe file and the MyAppLibs directory to reside in the same directory location.
I want to use the portable apps installer program to create the install package. I can get it all working except I can not figure out how to get the MyAppLibs directory included in the installer. I did successfully work around this using the [optional component] section - but I do not want the user to need to click to install the necessary library files.
How do I get this additional directory of stuff included in the installer package?