I have a window application in vs 2022 and also setup the installer (.msi) with application. It is working fine till now but as per new requirement i need to add config file and add all credential over there. I added there but problem is how i can add this in Installer (.msi) so that values will pick from app.config file. I don’t want to use any third party tool. I tried to create new .msi file but values are not picking from there. Please help on this