for my WPF-Project I want to create an installer with WixSharp. But I also want to install the same Project with different Names and configuration-files (DEV, TEST, LIVE).
Is this possible and how?
Do I need different Project-Guid's for each Installation?
If it's not possible: Is there a workaround?
Thx