How to create exe file in visual studio?
When you create a setup file in vs it will create two file one is .msi file and other one is setup programe file. The setup program file will not running without the .msi file. I want to merge both setup and .msi file into one .exe file or want to create only exe file. Can any one help me?

Bidyasagar MishraPosted Aug 16, 2019, 2:18 AM
Rafnas T PPosted May 12, 2019, 9:52 PM
Mario ScheerenPosted May 11, 2019, 4:59 AM
Amit MohantyPosted May 11, 2019, 4:03 AM
Mario ScheerenPosted May 11, 2019, 3:27 AM
Setup.exe does this => start msiexec.exe with the msi as parameter ... so pretty senseless.