I'm working on a project and I am needing to make sure that the ValueData of our service has quotation marks around the file path. I am having trouble getting this to work.
Here is an example of what I have
[Run]
Filename: {sys}\sc.exe; Parameters: "CREATE ""App Name"" start=auto binPath=""{app}\App_Name.exe"" DisplayName= ""App Name"""; StatusMsg: "Creating App Name Service"; Flags: runhidden
The ValueData however ends up being C:\ProgramData\APP\AppName.exe. I want it to be "C:\ProgramData\APP\AppName.exe"