C Sharp EXE deployement ?

Status
Not open for further replies.

UroBoros

Advanced Member level 2
Joined
May 5, 2004
Messages
642
Helped
19
Reputation
38
Reaction score
8
Trophy points
1,298
Location
Cochin - India
Activity points
6,463
c sharp exe publish

hai

I have developed a application for monitoring serial port. It is done in C # in dot net express edition.

How to distribute this application to 98 or 2000 or XP envirnments without dot net?

I have created a setup from the publish menu of express edition but when the setup is run on other systems without dot net ,it goes to Microsoft site for some downloads. So how to make this programe a independent distributable without dot net already in the system or a internet connection?

Please suggest

picstudent
 

sharp.exe

The installation PC should have DotNET run time environment. You can install DotNet frame work and try. Check in the Deployment setting of compiler to include run time.
 

    UroBoros

    Points: 2
    Helpful Answer Positive Rating
c sharp exe

soundar said:
The installation PC should have DotNET run time environment. You can install DotNet frame work and try. Check in the Deployment setting of compiler to include run time.

Are you suggesting that by some setting on the deployement options we can include dot net run time frame work also in the distribution?

picstudent
 

install csharp exe

After installing your application check whether Dotnet Framework/Runtime is installed.
 

    UroBoros

    Points: 2
    Helpful Answer Positive Rating
soundar said:
After installing your application check whether Dotnet Framework/Runtime is installed.

Dont net frame work is to be installed along with my set up.That is my purpose. Then only my application will run in that os

picstudent
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…