I have created a Windows Service Installer using WiX 3.8, everything works fine except that the service does not start upon installation, I have written a custom action which modifies the app.config with the user input values, the service fails to start because the app.config is not yet modified.
Is there a way I can schedule modifying App.config before the attempt to start the service is made?
Please help. Thanks in advance