Reputation: 592
I've Visual Studio setup project for creating installation for my project. After build Visual Studio create two files: *.msi file and setup.exe file. MSI file contain all project files, information about destination, registry entries, etc. Setup.exe just bootstrapper for running msi file, but end-user is able run only msi file without setup.exe and program will be installed correctly. What setup.exe do? Should we run installer only using setup.exe or we can distribute our product without setup.exe?
Upvotes: 1
Views: 3541
Reputation: 6130
Yup .MSI version is enough.
Check this other post.
What are the benefits of a MSI installer over a standard setup.exe?
Best Regards
Upvotes: 1