创建安装程序包以使我的应用程序执行,并安装其他程序,如SAL Server ..etc
大家好,
终于我开发了我的应用程序,所以现在我要进行部署.要在任何客户端上都可以安装exe,我决定要使用Microsoft Visual Studio Installer 2010,需要安装一些按需程序,例如水晶报表,SQL Server(仅服务器)...等以及其他一些操作,在我安装应用程序之前,我希望所有这些程序以及我的应用程序都放在一个(exe)程序包中,但我不知道哪个Visual Studio安装程序我应该使用的类型,我该怎么做??
任何人都可以帮助我,
谢谢Advanced
hi all ,
finally i have developed my application so for now i want to make the deployment To get an exe can be installed in any client , i decided that i will use Microsoft visual studio installer 2010 , there is some per-require programs need to be installed like crystal report , SQL Server (Server only) ...etc and some other actions before i install my application i want all of these programs plus my application to be in one (exe)package but i don''t know which visual studio installer type i should use and how can i do that .?
any one can help me please ,
thanks in advanced
看这里:
在Visual Studio安装项目中添加.NET Framework的先决条件 [ ^ ]
MSDN:创建引导程序包 [ MSDN:如何:在Windows Installer部署中安装必备软件 [可以在Visual Studio 2010中下载InstallShield限量版. [ ^ ]
试试吧!
Look here:
Add Prerequisites of .NET Framework in Visual Studio Setup Project[^]
MSDN: Creating Bootstrapper Packages[^]
MSDN: How to: Install Prerequisites in Windows Installer Deployment[^]
InstallShield Limited Edition is available for download in Visual Studio 2010.[^]
Try!