I believe I have an error in creating a service in Windows XP Computers, because after my installation is finished I don't see any of my services installed.
This is how I create a service in my installer:
Filename: {sys}\sc.exe; Check: (IsAdminLoggedOn or IsPowerUserLoggedOn); Parameters: "create Example start= delayed-auto binPath= ""{app}\Example.exe"""; Flags: runhidden
This line works in all Windows besides Windows XP for some reason.
Am I doing anything wrong?