简体   繁体   English

如何创建完整的程序包(.exe)Windows应用程序

[英]How to create a complete package (.exe) windows application

I have to create an project( windows Application on invoicing ) which also include Database (Sql server) . 我必须创建一个项目(发票上的Windows应用程序 ),该项目还包括数据库(Sql服务器)。 Now i want to create an complete package for client machine . 现在,我想为客户端计算机创建一个完整的软件包 This package includes the following : 该软件包包括以下内容:

  1. .net framework required to run on Client machine 在客户端计算机上运行所需的.net框架
  2. IIS IIS
  3. Sql server Database SQL Server数据库
  4. Application itself. 应用程序本身。

    if .net framework already installed on client machine it can skip installing. 如果客户端计算机上已经安装了.net框架,则可以跳过安装。

Thanks !! 谢谢 !!

I think you should create installer for your application. 我认为您应该为您的应用程序创建安装程序。 VS2012 does not contain setup project, but if you use older version you may create this (setup project with custom actions). VS2012不包含安装项目,但是如果您使用旧版本,则可以创建此项目(带有自定义操作的安装项目)。 Also you may look at Wix or other third party installer. 您也可以看看Wix或其他第三方安装程序。

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

相关问题 在Windows中创建启动板应用程序 - Create a launchpad application in windows 你可以用一个小的.EXE加载器将WPF应用程序打包为DLL - Can you package a WPF application as a DLL with a small .EXE loader 如何在 wpf 应用程序中运行 exe 应用程序? - How to run exe application inside wpf application? WPF .exe应用程序文件在Windows 8 Surface Tablet中不起作用 - WPF .exe application file is not working in Windows 8 surface Tablet 如何在Windows中制作安装程序(exe)文件 - how to make installer (exe) file in windows 如何将exe文件放在Windows启动中 - How to put exe file in windows Startup 如何使用 UWP Windows.ApplicationModel.Package 或其他库从 Windows 应用程序打包项目访问本地 WPF 应用程序版本? - How to access local WPF app version from Windows Application Packaging Project using the UWP Windows.ApplicationModel.Package or other libraries? 如何在WPF窗口中启动外部.exe应用程序 - How to Launch External .exe application in WPF Window 如何在不使用Windows Forms Control或配件市场软件包的情况下使用WPF创建样条图? - How can I create a Spline chart with WPF without using a Windows Forms Control or aftermarket package? 如何使用某些脚本为wpf 4.5应用程序创建安装程序包 - How can I create Setup package for wpf 4.5 application using some script
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM