Click here to Skip to main content
15,921,841 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Can you please explain what code is used for the development of a software that is to be installed in intranet.
Posted
Updated 19-Apr-11 0:01am
v2

Could be anything.

It could be developed in C, C++, C# VB, LISP, FROTRAN, COBOL, etc., etc., etc. Or some combination. Or even assembler or machine code - but they are very unlikley.

What are you trying to do?
 
Share this answer
 
To install software developed in Visual Studio, you have several choices. You can create a simple Setup project in your solution which creates a MSI file, or you can use one of several third-party products (both free and otherwise). You can also use click-once to aid in deployment of updates.

Which is the best option? That's something only you can decide because we don't know anything about your requirements. Google is your friend.
 
Share this answer
 

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



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