Visual-studio – Visual Studio: How to name the .msi output file of an installer project

visual studiowindows-installer

Greetings,

I have a setup(installer) project in visual studio. I would like to be able to choose what name the msi file that is created when I build the installer.

I've tried to rename the setup project, rename the content project itself, no success.

Anyone could help? I'm sure it's something trivial.

Best Answer

Right click on the MSI project and select properties, there is an option on the option page for "Output file name". Just change that.

I've only checked this under VS2008.