Hi!
Could someone answear my question, please?
I have two options with the VC++ deployment. I can use:
Both solutions are acceptable for me. Which would be better for home desktop's users?
Thank you very much
The question is really what kind of installer/setup solution you are using? The Merge Modules are if you use an MSI-based installer. The other is generic enough you can usually work it into any standard installer assuming that the install itself elevates with administrator rights.
Note that the CRT deployment is one of the areas that UWP apps on Windows Store just takes care of for you.