11
votes

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.

1

1 Answers

21
votes

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.