We are building a .Net project through Azure CI/CD and now wants to package it in MSI format as a installer so end users can directly install it in their system. We have folders, .dll, .exe and other supporting files in our build which should be package into single msi installer. Is there any documentation to achieve the same?