How to make a setup of windows application
-
hi , all how i make a setup of my windows application for installtion can any body guide me or point me in right direction . Best regards Rameez
-
hi , all how i make a setup of my windows application for installtion can any body guide me or point me in right direction . Best regards Rameez
-
hi , all how i make a setup of my windows application for installtion can any body guide me or point me in right direction . Best regards Rameez
see this http://support.microsoft.com/kb/307353[^] http://www.codeproject.com/KB/dotnet/Win_App_Setup_Project.aspx?df=100&forumid=250630&exp=0&select=1419048[^] http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/[^] hope it helps
Vuyiswa Maseko, Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.tiyaneProperties.co.za vuyiswam@its.co.za
-
hi , all how i make a setup of my windows application for installtion can any body guide me or point me in right direction . Best regards Rameez
-
hi , all how i make a setup of my windows application for installtion can any body guide me or point me in right direction . Best regards Rameez
Hi You can in Visual Studio 08 Prof make another project under File -> New -> Project -> Other Project Types-> Setup Project. Then you configure the installation project. When you are finnished you click make Setup Project and then you have the *.exe file saved in a output folder. DJ-Boris