开发者

Installing .net Application [closed]

开发者_高级运维 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

Is there anyway to to install .net Application without installing .net framework.

I use .netFramework 2.0 .

And I do not want remotesoft .


It seems there are/were at least two products which could convert a .NET application into a native application, which no longer requires the .NET framework to be installed:

  • http://www.xenocode.com/
  • http://www.remotesoft.com/linker/intro.html (which is what you don't want)

I have never used these tools, so I can't comment any further.


Yes of course there is, simply copy the files at the target folder but bare in mind that this application won't work if you don't install the framework.


it is not possible. ıf you have install problems clickonce is very usefull. clickonce has automatic instals of dependancies.


The answer is no, this scenario is not supported by anyone but people selling you products (such as Remotesoft Salamander). Microsoft in particular does not support this.

There are ways to package the .NET framework with your installer so that you the user doesn't have to manually deploy the .NET framework.


The only thing you can do and which is supported by Microsoft would be:
Include the .net framework in the installer for your software. So your customer has to start only one setup, which will install the framework and your application.
You can do this with a Visual Studio setup project.

I don't know if that's what you want, though.
From the question it's not clear if you don't want a separate install for the framework (which you wouldn't have with a setup project) or if you don't want the framework on your machine at all (which is not possible in a way supported by MS, as indicated in the other answers).


To answer your question, "No". To run .NET Applications you need the .net framework.

There are tools that you can use to compile the IL into native code, but you will lose all the advantages of .NET framework, because that will not be a .NET application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜