I want the installer to create a service. I usually do this manually just by running the command prompt as an Administrator and going to the location of the .bat
.bat
To execute a batch file in Inno Setup during installation, use the [Run] section entry:
[Run] Filename: "{app}\bin\service.bat"; Parameters: "install"; Flags: runhidden