|
My installer needs to check for and install (if needed) the VC++ x86 Runtime libraries. I've checked the prerequisite in the installer and I've set the location to "download from vender's website". Initially I was getting a build error that HomeSite wasn't defined. I searched this forum and found the "HomeSite/bootstrapper for Visual C++ Runtime Libraries (x86)" thread (http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/8d0db133-7d53-4184-b813-e2387467fed6) and I followed the instructions and added the HomeSite setting to my product.xml file. When I ran however, after the VC++ libraries installer was downloaded I got a error message saying "Setup has detected that the file 'C:\DOCUME~1\MyUser\LOCALS~1\Temp\VSDAD8.tmp\vcredist_x86\vcredist_x86.exe' has changed since it was initially published. Click OK to retry the download, or Cancel to exit setup." I thought this might be due to a old vcredist_x86.exe, so I went to "http://www.microsoft.com/downloads/thankyou.aspx?familyId=200b2fd9-ae1a-4a14-984d-389c36f85647&displayLang=en" and got the link to the actual latest file - "Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)", which is http://download.microsoft.com/download/e/1/c/e1c773de-73ba-494a-a5ba-f24906ecf088/vcredist_x86.exe After updating my product.xml, restarting, and then rebuilding... I still get the same error. Any suggestions? Thanks, Jeff
|