I am installing the Apache through the Inno Setup. Now I want to copy the httpd.conf
file from my local disk to Apache conf
folder after the Apache installation.
How can I achieve this using Inno Setup?
I solved this issue by using the AfterInstall
parameter in [Run]
section. It works fine.