Is there any way to start cmd line in AfterInstall event? Basically, I need to start windows service right after install another programm. I try to do it in [Run]-section, but I failed. So, my idea is to put this line
create My_service start=auto binPath=""{app}\My_service.exe""
into [Code]-section. How can I do that?