简体   繁体   English

如何使用Visual Studio 2010创建单个setup.exe?

[英]How to create a single setup.exe using visual studio 2010?

When I am publishing my project, it creates a folder named "Application Files" and two files named "ProjectName.application" and "setup.exe". 发布项目时,它将创建一个名为“ Application Files”的文件夹以及两个名为“ ProjectName.application”和“ setup.exe”的文件。 But I am not expecting this. 但是我没想到这一点。 When I publish my project/solution it will create a single setup.exe and no ohter folder and files will create there. 当我发布项目/解决方案时,它将创建一个setup.exe,并且不会在其中创建其他文件夹和文件。

The app.application manifest file and setup.exe are the so-called smart client deployment model. app.application清单文件和setup.exe是所谓的智能客户端部署模型。 AFAIK, you can provide a link to app.application on a webpage and .NET aware browsers are able to download necessary files from the manifest. AFAIK,您可以在网页上提供指向app.application的链接,并且.NET感知的浏览器能够从清单中下载必需的文件。

If you need a setup package that end users can click-and-install, you should use a setup creator like the one VS 2010 suggests - InstallShield Express. 如果需要最终用户可以单击并安装的安装程序包,则应使用VS 2010建议的安装程序创建程序-InstallShield Express。

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

相关问题 如何使用InstallShield LE为带有SQL Server 2012本地数据库的Visual Studio 2012 Windows窗体应用程序创建setup.exe文件 - How to create a setup.exe file using InstallShield LE for a Visual Studio 2012 Windows Forms Application with SQL Server 2012 Local Database 如何创建 Setup.exe - How to create Setup.exe Visual Studio 2015 发布输出 setup.exe 有错误 - visual studio 2015 publish output setup.exe has error 如何使用某些文件创建 setup.exe? - How I can create setup.exe with some files? 是否有任何指向Visual Studio中的安装项目创建的setup.exe文件? - Is there any point to the setup.exe file created by a setup project in Visual Studio? 如何使用process.start启动setup.exe文件 - How to launch a setup.exe file using process.start c#visual studio 2015,Symantec删除了setup.exe文件并阻止安装 - c# visual studio 2015, Symantec deleting setup.exe file and preventing install 发布者:Setup.exe和vsto文件中的Visual Studio项目中的Unkonwn +代码签名证书 - Publisher : Unkonwn + code signing certificate in Visual studio project in Setup.exe and vsto file Visual Studio 2005 使用 Crystal Report 9 和 ODBC 驱动程序创建 Setup.exe - Visual Studio 2005 Creating Setup.exe with Crystal Report 9 and ODBC driver 使用安装向导 Visual Studio 创建 exe 快捷方式 - Create exe shortcut using Setup Wizard Visual studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM