简体   繁体   English

在Visual Studio中安装项目如何从主exe设置版本

[英]Install project in Visual Studio how to set version from main exe

I have a standard out of the box install project, that installs one program (c#) and a dll. 我有一个现成的标准安装项目,可以安装一个程序(c#)和一个dll。 I want the installer version to be set from the main program itself, rather than entering it into the properties box of the install project. 我希望从主程序本身设置安装程序版本,而不是将其输入安装项目的属性框中。

Is it possible to do this, or do I need a stronger install program than the standard one? 是否可以这样做,还是我需要比标准安装程序更强大的安装程序?

尝试单击一次部署: ClickOnce部署

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio中为项目引用设置“特定版本”属性 - How to set “Specific Version” property for project references in Visual Studio Visual Studio可以将项目引用编译到与主.exe不同的文件夹中 - Can Visual Studio compile project references into a different folder then the main .exe 如何为Visual Studio 2015创建安装程序项目,该项目将安装到与主项目同名的目录中? - How to create an installer project for visual studio 2015 which will install into a directory of the same name as the main project? 如何将dll项目设置整合到Visual Studio 2010中用于C#应用程序的主exe.config文件中? - How can I consolidate my dll project settings into my main exe.config file in Visual Studio 2010 for a C# application? 如何从我的项目中安装exe? - How to install exe from my project? 如何从工作的.exe版本抢救我的Visual Studio 2013项目? - How to salvage my Visual Studio 2013 project from a working .exe build? 如何从jenkins构建Visual Studio安装程序项目(.vdproj)以生成.exe和.msi文件? - How to build visual studio installer project (.vdproj) from jenkins to generate .exe and .msi files? 发布项目时如何在Visual Studio 2022中使用global.json设置SDK小版本? - How to use global.json in Visual Studio 2022 to set SDK minor version when publishing project? 如何使用 C# 在 Visual Studio 上构建我的项目的 exe - how to build exe of my project on visual studio using c# 如何在Visual Studio中设置“默认项目”属性 - How to set the “Default Project” property in Visual Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM