I want to create a windows service using WIX and set some parameters (not arguments) to the service. I refer to the parameters which appears under the System->[X]ControlSet->[Service Name]->Parameters.
Anyone knows how can I do so?
Thanks.
I want to create a windows service using WIX and set some parameters (not
Share
I did that by manually adding registry values I need, and it works ok:
After inspecting resulting msi file in Orca I think it’s creating registry values before creating a service. It would be better to do that just after creation, but it works for me, so i stopped here.