digor_ua
digor_ua

Reputation: 592

Windows installer and setup.exe

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

Answers (1)

BizApps
BizApps

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

Related Questions