In a Visual Studio installation project, is there a way to automatically generate the MSI file name according to the current version number of the application?
Can you run post build code when creating .MSI? If so, you can use File.IO to rename the file and use something like:
System.Deployment.Application.ApplicationDeployment.CurrentDeployment.CurrentVersion
Source: https://habr.com/ru/post/1714608/More articles:Drag and drop feedback in JTree using custom TreeCellRenderer (Java, Swing) - javaHow to make ASP.NET MVC links written in different alphabets - seoHow to save and read an array from an INI file? - delphiusing .NET Assemblies in Delphi - c #Oracle: how to execute insert trigger without delaying insert response? - httpHelp me understand this trace from the twisted.words msn example - pythonC # Application Debugging - debuggingСлучайное исключение аутентификации AuthenticationManager CustomTargetNameDictionary при вызове службы WCF - authenticationWhere can I request credentials in oracle database? - oracleNested Arrays in Objective-C (NSMutableArray) - arraysAll Articles