Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I just finished writing a program manager. it is written in C # - winform and sql server 2008. please guide me how to pack it can run on any operating system.
Posted

You have to create an installation kit by using a "Setup" project (in VS2010 or lower version) or by using "Install Shield" project type in VS2012 or VS2013.
 
Share this answer
 
 
Share this answer
 
Hi,

There is no way to run it any operating system if you build it using .Net Frame work it will only compatible with windows.

Build package or setup for windows OS (XP/7/8/ Server 2003/ Server 2008 ) : Visual Studio Windows Application Setup Project[^]

Now you can run your code on UNIX environment but using mono project http://www.mono-project.com/Main_Page[^]

User guide : http://www.mono-project.com/GtkSharpBeginnersGuide[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900