cloudbase / cloudbase-init-installer

Cloudbase-Init MSI installer
Apache License 2.0
12 stars 23 forks source link

How to get Microsoft_VC140_CRT_x64.msm #25

Closed X0Ken closed 5 months ago

X0Ken commented 3 years ago

When i build it, I got message:

copy : 找不到路径“C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC140_CRT_x64.msm”,因为该路径不存在。
所在位置 F:\code\cloudbase-init-installer\BuildAutomation\BuildCloudbaseInitSetup.ps1:146 字符: 9
+         copy "${VSRedistDir}\Microsoft_VC140_CRT_x64.msm" $installer_ ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Program File...140_CRT_x64.msm:String) [Copy-Item], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

VS 2013, VS 2015, VS 2017 installed

ader1990 commented 5 months ago

The Microsoft_VC140_CRT_x64.msm comes bundled in the Visual Studio C++ Redistributable MSMS individual component.