-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello,
We are trying to compile this project in Visual Studio 2013, however the project requires Wix Toolset with Net Framework 3.5, which is no longer supported in the vast majority of modern Windows operating systems, is there any alternative?
In parallel we are trying to run the scripts standalone with PowerShell, but they throw the following error:
copy : Cannot find path 'C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC140_CRT_x64.msm' because it does not exist.
At C:\Users\administrator\Desktop\cloudbase-init-installer\BuildAutomation\BuildCloudbaseInitSetup.ps1:147 char: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
We have Visual Studio 2013 installed. Also tried with 2015 and 2017. Is there any requirement list for this project?
Thanks.