Develop application with using only UCRT not using VCRUNTIMES.xxx versions?

  • 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 security updates or Admin rights to install general deployements.

2) No Static linkage of Runtime dlls (due to package size, we do have many binaries, we can't link runtime 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 applications with ONLY UCRT.

Any link/info/ideas?

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







onemoretechie C

Continue reading...
 
Back
Top