install a Service, which is an executable with parameters.
The problem we are running into is that the executable is loaded in a folder
that has spaces in the name ...ie c:\program files\app name\service.exe
According to the documentation for creating services, since the path has
spaces, it should be quoted when it is written to the registry. However, the
windows installer is NOT doing this, nor is it converting the path to the
short 8.3 path.
Any suggestions how to solve this? We are using InstallShield Developer 8.

