开发者

Where are the redistributable merge modules for Visual Studio C++ Express edition?

开发者 https://www.devze.com 2023-01-04 12:32 出处:网络
I have created MSI installers for programs compiled with Visual C++ 2008 Express edition and Wix (Windows Installer Xml) before.I just needed to bring in the merge modules for the C++ runtime redistri

I have created MSI installers for programs compiled with Visual C++ 2008 Express edition and Wix (Windows Installer Xml) before. I just needed to bring in the merge modules for the C++ runtime redistributables from c:\Program Files\Common Files\Merge Modules*.msm. I expected the procedure would be similar with Visual C++ 2010 Express, but so far I have not been able to find the me开发者_Python百科rge modules. Are they perhaps no longer in the Express edition? Is there a new preferred way to create a windows installer with Wix for my C++ application that includes the runtime redistributables?

Thanks in advance for any help or advice


The merge modules are not included with Visual C++ Express 2010. Sadness and despair.


You can search GitHub for a project already containing the desired merge modules. For example: Microsoft_VC100_CRT_x64.msm

0

精彩评论

暂无评论...
验证码 换一张
取 消