Develop application using only UCRT not using VCRUNTIMES

  • Thread starter Thread starter techpach
  • Start date Start date
T

techpach

Guest
hi we like to develop desktop applications using Visual Stdio 2015/2017/2019, my requirements are

1) We don't want ship any CRT (VCruntime libraries), due to regular security updates or Admin rights to install central deployments.

2) No Static linkage (due to package size, we have 150+ binaries, we can't link libs statically)

3) Support of Windows 10 and after.

I thought about VS2015/2017 + UCRT , looks like that also requires VCRuntime (UCRT + CRT (VCRuntime)), I have not got any detailed link to build/settings only UCRT.

Any link/info/ideas?

Note, Our current wix/msi package size ~200MB, and ~150 Binaries (exe & dlls).

Can you please suggest link or VS settings ...


OneMoreTechie

Continue reading...
 
Back
Top