I am developing a package and i need to run one .bat
file that will install a windows service for me.
I need 2 things:
- steps to make custom action that will run
.bat
files? or other may to run .bat file. - how to make this custom action with the installation process(for example: just after license agreement)?
*note: my service that I am installing is Delphi service. Regards.