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"?