I want to restart Windows service using command prompt in [Icons] section using Inno Setup. Please help me to solve the problem.
[Icons]
You could create a .bat-file with following content:
net stop "my service name" net start "my service name"