views:

260

answers:

1

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.

+2  A: 

If you right click and go to properties on the MSI project there is an option on the option page for "Output file name". Just change that.

I've only checked this under VS2008.

Goz