CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2012
    Posts
    1

    Talking .NET executable packer

    Hi

    I've developed a DOT NET progam (DOT NET v4) and I'm searching for an application that can decrease the size of my application with no success, I've tested UPX but it doesn't compress my exe file.

    I've found .netshrink packer, it looks good, but I'm beginner developer, could someone test it and tell me what do you think about .netshrink, is this a good choice?

    It can be downloaded from www.pelock.com/products/netshrink site.

    thanks for help

  2. #2
    Join Date
    Feb 2011
    Location
    United States
    Posts
    1,016

    Re: .NET executable packer

    I doubt anyone will download and test it for you. You can give it a try yourself if you like. The full version seems a little pricey.

    Are you certain you need to compress the binary size? Unless you have a specialized application, it seems overkill.
    Best Regards,

    BioPhysEngr
    http://blog.biophysengr.net
    --
    All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.

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

Featured