I'm exploring distribution of .NET desktop applications with MSI generated by WiX.
So far it works great. But I've got a few questions, googling can't help out with.
What's the advised way of registering application to start when windows launches (in WiX)?
What WixUI could I use and how?
Notes:
- The application is not a Windows Service and should not be registered as such.
- It would be nice to let user to disable that option in the setup process.
Thanks in advance!