Creating a service with parameters
Forum rules
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
- TonySpeight
- Posts: 5
- Joined: Wed Dec 13, 2017 9:13 am
Creating a service with parameters
Hello, I have created a script which works just as I want as an exe. To run as an exe you need to provide a parameter to the install location of XML files. I want to create this as a service and when i have the service will only start the exe. How can I configure the MSI build to start my service as C:\MyCustom.exe -Param C:\Temp ?