After uninstalling CR for VS version 13.x.13 and VS2010 Pro from my system, I installed VS2015 Pro and then Cr for VS. Now existing setup projects no longer have the prerequisite for SAP Crystal Reports Runtime Engine for .NET Framework 4.0. I opened the .vbproj file for the setup and it's listed there but when viewed in the Prerequisite dialog there is nothing for SAP. I did see the first time but it said it was missing, so I unchecked it, to re-add, but after that it's been none existent in any setup project not even a new one.
I can manually install the run-time I've downloaded from the SAP site and all will run fine, but now my setup is a 2 step process. Instal SAP CR, then Install my application.
Here is the part of the setup .vbproj.
"InstallerBootstrapper" = "3:2"
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
{
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.0"
{
"Name" = "8:Microsoft .NET Framework 4 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.0"
}
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.Windows.Installer.3.1"
{
"Name" = "8:Windows Installer 3.1"
"ProductCode" = "8:Microsoft.Windows.Installer.3.1"
}
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:SAP.CrystalReports14.NET.2.0"
{
"Name" = "8:SAP Crystal Reports Runtime Engine for .NET Framework 4.0"
"ProductCode" = "8:SAP.CrystalReports14.NET.2.0"
}
}
}
}
How can I get the bootstrapper for SAP Crystal Reports back into my Deploys?