Can .Net Application be converted into a Portable App i.e. single .exe

前端 未结 5 499
太阳男子
太阳男子 2021-01-05 13:19

Can a .Net application be converted into a single .exe portable application?

i.e. no installer, it just runs?

I imagine all the dll\'s, resources etc need

5条回答
  •  温柔的废话
    2021-01-05 13:55

    It is possible to package a .net application into a single executable file using a concept referred to as application virtualization. It's not the most practical thing in the world, but it is possible.

    I wrote some more details about it in response to this post.

提交回复
热议问题