Describe the problem
Due to #4227 , the vcruntime is statically linked instead of merged module on Windows. It may reduce prompts when installing, but increases the binary size, and it cannot benefit from the patches of Microsoft.
Describe the solution you'd like
Add a switch in the tauri.conf.json to enable dynamic link to vcruntime. It should be false as default, as someone doesn't like the prompts from the installer:(
Alternatives considered
No response
Additional context
No response