0
votes

I have a Visual Studio 2010 setup project that produces MSI file. The name of the output file can be specified (right click -> Properties -> Output file name:)

Is there a way to automatically append packaging assembly version and platform to the name? Something like "MyProduct-{AssemblyVersion}-{Platform}.msi"?

1

1 Answers

0
votes

You can rename the MSI in a postbuild event but do realize that changing the MSI name will force a Major Upgrade.