Reduzing Runtime size?

Got a problem you cannot solve? Try here.
Post Reply
anja_laenge
Posts: 131
Joined: Tue Nov 20, 2012 1:02 am

Reduzing Runtime size?

Post by anja_laenge »

Hi,

using X12 we added the .NET Framework 4.8 runtime to a new project. The size of the resulting singlefile build increased by 1.4GB. Is there a way to reduze this? the corresponding folder inside \IA\runtimes\ seems to include stuff potentially not needed.

kind regards
Anja
FrancescoT
Site Admin
Posts: 5361
Joined: Sun Aug 22, 2010 4:28 am

Re: Reduzing Runtime size?

Post by FrancescoT »

Not sure if you are applying any compression.

Using the default compression level, building a project that includes exclusively the .NET Framework 4.8 App Rtm, the generated compressed exe is about 110.000 kb in size.

At any rate, the corresponding folder inside "\IA\runtimes\", it includes components and dependencies which are all required to install the package on all the OS's supported by the package itself. Eventually, you may create your own App Rtm package which only targets specific OS's ...but honestly, I don't know if it's worth it.
Francesco Toscano
InstallAware Software

White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Post Reply