Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio: How to name the .msi output file of an installer project?

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.

like image 806
Yohann T. Avatar asked Jul 17 '09 14:07

Yohann T.


1 Answers

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.

like image 125
Goz Avatar answered Sep 24 '22 20:09

Goz