Results 1 to 4 of 4

Thread: Deploymenr of VB.NET on Customer machine

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    7

    Deploymenr of VB.NET on Customer machine

    We have developed an commercial application using VB.NET (2005). For deployment we need to package dotnet_fx20.exe as part of the deployment package.

    (dotnet_fx20.exe is the .NET framework needed on client machine to run .NET applications)

    The issue we have is the size of the .NET framework exe to be installed on client machine, its around 25MB and the application is less then 1/2MB. So the total deployment package is coming to around 25.5MB.

    Does the complete .NET framework has to be installed on client machine ? Is there any other option requiring less then a 1MB of installation file(s) on client machine ?

    We are now thinking if we made the right choice by using VB.NET or if we should have used another development tool.

    As we have seen other small commercial applications in the range of 1MB or so, but not sure what development tool is normally used for such development.

    Will appreciate any thoughts/ideas/suggestions

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091

    Re: Deploymenr of VB.NET on Customer machine

    Quote Originally Posted by summer
    We are now thinking if we made the right choice by using VB.NET or if we should have used another development tool.
    Well, no offense, but you probably should have researched what the deployment strategies of your development tool(s) were going to be before you got into your project full swing.

    That being said, the .NET framework is required to run any .NET application. So yes, the framework must be part of your installation, or have it as a prerequisite for the client to obtain themselves.
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    7

    Re: Deploymenr of VB.NET on Customer machine

    By any chance do you know what are the alternative development tools not requiring such huge run time installations on client machines.

  4. #4
    PowerPoster SuperSparks's Avatar
    Join Date
    May 2003
    Location
    London, England
    Posts
    265

    Re: Deploymenr of VB.NET on Customer machine

    VB6 only uses a small runtime. Or you could write your app in C++ in Visual Studio 6 and the runtime is built intop all versions of Windows. But it's a retrograde step, .NET is the way of the future, and sooner or later all machines are going to have to have the .NET Framework installed. You may well find that many of the client machines have it already.

    Even if you supply the redistributable with your app, 25MB is nothing these days anyway.
    Nick.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width