Visual C++ Runtime 10.0 installation without WebMedia
Posted: Thu Apr 24, 2014 5:38 am
Hello
for a new Setup I need to add the Visual C++ Runtime 10.0. I have added the Checkbox in design tab in IA 17.
In the MSI Code there is now
Include Script: checkvc10_x64
and for 32bit
Include Script: checkvc10_x86
There is also added the WebMedia Block
[DEFINE WEB MEDIA Microsoft Visual C++ Runtime 10.0 (includes ATL and MFC)]
Include Script: setupvc10_x86
[DEFINE WEB MEDIA Microsoft Visual C++ Runtime 10.0 (includes ATL and MFC) (x64)]
Include Script: setupvc10_x64
If I run the new Setup.exe the Installaware Wizard recognize the missing C++ Runtime and want to download from an Internet URL.
But I do not want to download or provide These files from Internet because sometimes the Setup is run on Server PC without Internet Connection.
1. How can I provide and install the Visual C++ Runtime 10.o files without WebMediaBlock?
After new build I can see two 7zip files in the same Directory as the Setup.exe file is located, in ./rlease/web/microsoft visual c++ runtime 10.0 (includes atl and mfc) (x64).7zip
and ./rlease/web/microsoft visual c++ runtime 10.0 (includes atl and mfc).7zip
2. Does IA17 creates These files? And is it possible to use These files instead of downloading from Internet?
best regards
Hans
for a new Setup I need to add the Visual C++ Runtime 10.0. I have added the Checkbox in design tab in IA 17.
In the MSI Code there is now
Include Script: checkvc10_x64
and for 32bit
Include Script: checkvc10_x86
There is also added the WebMedia Block
[DEFINE WEB MEDIA Microsoft Visual C++ Runtime 10.0 (includes ATL and MFC)]
Include Script: setupvc10_x86
[DEFINE WEB MEDIA Microsoft Visual C++ Runtime 10.0 (includes ATL and MFC) (x64)]
Include Script: setupvc10_x64
If I run the new Setup.exe the Installaware Wizard recognize the missing C++ Runtime and want to download from an Internet URL.
But I do not want to download or provide These files from Internet because sometimes the Setup is run on Server PC without Internet Connection.
1. How can I provide and install the Visual C++ Runtime 10.o files without WebMediaBlock?
After new build I can see two 7zip files in the same Directory as the Setup.exe file is located, in ./rlease/web/microsoft visual c++ runtime 10.0 (includes atl and mfc) (x64).7zip
and ./rlease/web/microsoft visual c++ runtime 10.0 (includes atl and mfc).7zip
2. Does IA17 creates These files? And is it possible to use These files instead of downloading from Internet?
best regards
Hans