im totally new to creating installers using Inno Setup and i have managed to create an installer of my current project.
My problem is, is it possible to create another directory for the necessary dlls that will be used by the system?
for example, my project was built using PowerBuilder and PB apps need PB runtime dll and should be either located at the APP ROOT FOLDER or in C:\Program Files\Sysbase\Shared folder.
can i create a script in inno setup where the runtime dlls will be placed in C:\Program Files\Sysbase\Shared
thanks for the help!
this article. - TLama