From Prerequisites
on the Publish
tab, I selected the option to Download prerequisites from the same location as my application
.
I got an error while publishing which gave me the following instruction:
To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'WindowsInstaller4_5\Windows6.0-KB958655-v2-x86.MSU' for item 'Windows Installer 4.5' to your local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=616018
The knowledge base article says to open the Package.xml
file in the language folder (en
) within WindowsInstaller4_5
and then
Locate the Name element that contains http://go.microsoft.com/fwlink, and copy the URL. Include the LinkID portion
But the package.xml
file does not have any entry with http://go.microsoft.com/fwlink
! Other bootstrapper folders have this entry in the package.xml file, but not WindowsInstaller4_5
Has anybody else succeeded at adding the Windows Installer 4.5 package? How did you succeed?
I am using VS2015 on Windows 10.