HighTechTalks DotNet Forums  

Re: .Net packaging/wrapper application?

ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss Re: .Net packaging/wrapper application? in the ASP.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
dviljoen
 
Posts: n/a

Default Re: .Net packaging/wrapper application? - 12-30-2007 , 09:05 AM







jim wrote:
Quote:
*"Family Tree Mike" <FamilyTreeMike (AT) discussions (DOT) microsoft.com> wrote
in
message news:5DBCB6AF-010C-4B6F-B4C4-9152387554A5 (AT) microsoft (DOT) com...


"jim" wrote:


I may be missing your goal with this, but, it looks like these
tools are
designed to create something similar to what VMWare does, a
distributable
preconfigured machine. Have you looked at VMWare? If so, does it
lack
some
capability you need?

VMWare is great. However (if I understand the creation of virtual
appliances correctly), it carries with it a HUGE overhead because it
wraps
up the entire OS with your virtual appliance. Virtual appliances
created
for/from VMWare also require a license for every copy if you
distribute any
proprietary operating system (like Windows XP, Vista, 2003 Server,
etc.) in
your virtual appliance - that's why virtually every virtual appliance
you
see is done with Linux.

jim *

Here's a backwards way of doing it, but it might work. (disclaimer: I
haven't done this, its only a suggestion for research) I know that gcc
can be used as a cross compiler. See if it can compile IL into a win32
binary. If so, you want to have it build a statically linked win32 exe.
That is essentially what you're looking for. (You may need Mono to do
this... don't really know)



--
dviljoen
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------



Reply With Quote
  #2  
Old   
jim
 
Posts: n/a

Default Re: .Net packaging/wrapper application? - 12-31-2007 , 03:22 AM






Thanks for the idea!

If I give it a try, I'll post back to the group.

jim


"dviljoen" <dviljoen.32eqdo (AT) mail (DOT) codecomments.com> wrote

Quote:
jim wrote:
*"Family Tree Mike" <FamilyTreeMike (AT) discussions (DOT) microsoft.com> wrote
in
message news:5DBCB6AF-010C-4B6F-B4C4-9152387554A5 (AT) microsoft (DOT) com...


"jim" wrote:


I may be missing your goal with this, but, it looks like these
tools are
designed to create something similar to what VMWare does, a
distributable
preconfigured machine. Have you looked at VMWare? If so, does it
lack
some
capability you need?

VMWare is great. However (if I understand the creation of virtual
appliances correctly), it carries with it a HUGE overhead because it
wraps
up the entire OS with your virtual appliance. Virtual appliances
created
for/from VMWare also require a license for every copy if you
distribute any
proprietary operating system (like Windows XP, Vista, 2003 Server,
etc.) in
your virtual appliance - that's why virtually every virtual appliance
you
see is done with Linux.

jim *


Here's a backwards way of doing it, but it might work. (disclaimer: I
haven't done this, its only a suggestion for research) I know that gcc
can be used as a cross compiler. See if it can compile IL into a win32
binary. If so, you want to have it build a statically linked win32 exe.
That is essentially what you're looking for. (You may need Mono to do
this... don't really know)



--
dviljoen
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.