Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > publish error when checking 'download prerequisites from the same location as my application
 

publish error when checking 'download prerequisites from the same location as my application

Hello everybody! I have the same problem as in the link:
http://social.msdn.microsoft.com/forums/en-US/vssetup/thread/d3c1991a-9353-43f0-be82-2dacedc1ceba/

It is very interesting that everybody has solved the problem. However, I could not solved yet although Ifollowed and applied all of the steps described in the link:
http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm#General%20Issues

Will somebody please help me? I have been dealing with this problem for about 6 months. I am beginer visual basic developer. I have created an application but I can't use it on another computer. Please help! I am begging for you all...

My problem is that I face some errors when I try to publish my application of Visual Basic 2008 Express Edition and SP1.

Errors are like these:
Error3The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller3_1\WindowsInstaller-KB893803-v2-x86.exe' in item 'Windows Installer 3.1' can not be located on disk.
Error4The install location for prerequisites has not been set to 'component vendor's web site' and the file 'SqlExpress\sqlexpr32.exe' in item 'SQL Server 2005 Express Edition SP2 (x86)' can not be located on disk.
Error5The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller4_5\WindowsXP-KB942288-v3-x86.exe' in item 'Windows Installer 4.5' can not be located on disk.
Error6The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x86.exe' in item 'Windows Installer 4.5' can not be located on disk.
Error7The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller4_5\WindowsServer2003-KB942288-v4-x64.exe' in item 'Windows Installer 4.5' can not be located on disk.
Error8The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller4_5\WindowsServer2003-KB942288-v4-ia64.exe' in item 'Windows Installer 4.5' can not be located on disk.
Error9The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller4_5\Windows6.0-KB942288-v2-x86.MSU' in item 'Windows Installer 4.5' can not be located on disk.
Error10The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller4_5\Windows6.0-KB942288-v2-x64.MSU' in item 'Windows Installer 4.5' can not be located on disk.
Error11The install location for prerequisites has not been set to 'component vendor's web site' and the file 'WindowsInstaller4_5\Windows6.0-KB942288-v2-ia64.MSU' in item 'Windows Installer 4.5' can not be located on disk.
Error12The install location for prerequisites has not been set to 'component vendor's web site' and the file 'SqlExpress2008\SQLEXPR32_x86_ENU.EXE' in item 'SQL Server 2008 Express Edition' can not be located on disk.
murat dogan  Wednesday, August 26, 2009 6:46 AM
Hi murat,

From the error information, 'Windows Installer 4.5' might not be installed successfully. You need to check whether there is a WindowsInstaller3_1 and WindowsInstaller4_5 in this folder "C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages". If not, you need to reinstall windows installer 3.1 and 4.5. You can also copy the directory form other machines if windows installer is installed successfully on that machine.

These are some similar threads:
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/02b765ad-a404-4fa8-9cd9-7eb4a996f73d.
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/40477756-909f-46b1-b1d5-50f73be20050.

Let me know if this helps.
Aland Li

Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Thursday, August 27, 2009 8:38 AM
Hi murat,

It is a little different to SqlserverExpress. We need to insert an "en" to the path. For example, directory
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\SqlExpress\sqlexpr32.exe" needs to be changed to
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\SqlExpress\en\sqlexpr32.exe".

These are some similar threads:
http://social.msdn.microsoft.com/forums/en-US/sqlexpress/thread/b8471048-e225-48fa-b775-0a9509c808c8/
http://social.msdn.microsoft.com/forums/en-US/Vsexpressvb/thread/56584721-3064-46c2-81f4-6c29c01e1895/

Best regards,
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Monday, August 31, 2009 6:54 AM
Hi murat,

From the error information, 'Windows Installer 4.5' might not be installed successfully. You need to check whether there is a WindowsInstaller3_1 and WindowsInstaller4_5 in this folder "C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages". If not, you need to reinstall windows installer 3.1 and 4.5. You can also copy the directory form other machines if windows installer is installed successfully on that machine.

These are some similar threads:
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/02b765ad-a404-4fa8-9cd9-7eb4a996f73d.
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/40477756-909f-46b1-b1d5-50f73be20050.

Let me know if this helps.
Aland Li

Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Thursday, August 27, 2009 8:38 AM
Hi murat,

Could you please let me know if my reply helps.

Regards,
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Monday, August 31, 2009 3:27 AM
Sorry for being late. Due to working conditions I could not write to you.

First of all, your reply helped me a lot. Unfortunately, it has not solved my problem yet. By applying the logic you proposed, I havesolved 8 errors out of 12. But Same logic does not help errors related to sql. Do you have any idea why I can't apply same logic about sql. Here is what I did to solve my problems:

First, I havedownloaded SQLEXPR32 file and pasted into C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\SqlExpress folder and
Secondly,again Idownloaded SQLEXPR32_x86_ENU and SQLEXPR_x64_ENU files and pasted them bothinto C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\SqlExpress2008 folder.

Please help me. Here are my last three problems. Thank you in advance for your beneficial thoughts.

Error3The install location for prerequisites has not been set to 'component vendor's web site' and the file 'SqlExpress\sqlexpr32.exe' in item 'SQL Server 2005 Express Edition SP2 (x86)' can not be located on disk.

Error4The install location for prerequisites has not been set to 'component vendor's web site' and the file 'SqlExpress2008\SQLEXPR32_x86_ENU.EXE' in item 'SQL Server 2008 Express Edition' can not be located on disk.

Error5The install location for prerequisites has not been set to 'component vendor's web site' and the file 'SqlExpress2008\SQLEXPR_x64_ENU.EXE' in item 'SQL Server 2008 Express Edition' can not be located on disk.

murat dogan  Monday, August 31, 2009 5:54 AM
Hi murat,

It is a little different to SqlserverExpress. We need to insert an "en" to the path. For example, directory
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\SqlExpress\sqlexpr32.exe" needs to be changed to
"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\SqlExpress\en\sqlexpr32.exe".

These are some similar threads:
http://social.msdn.microsoft.com/forums/en-US/sqlexpress/thread/b8471048-e225-48fa-b775-0a9509c808c8/
http://social.msdn.microsoft.com/forums/en-US/Vsexpressvb/thread/56584721-3064-46c2-81f4-6c29c01e1895/

Best regards,
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Monday, August 31, 2009 6:54 AM
Thank you Aland Li. You are great...Thank you very much!
Finally, you solved the problem I had been dealing with for six months. I will always remember this.
murat dogan  Monday, August 31, 2009 8:32 AM
Hi murat,

You are welcome. By the way, please mark the replies which help you as answers, not the last reply of this thread.

Regards,
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Monday, August 31, 2009 8:35 AM

Ok.

murat dogan  Monday, August 31, 2009 9:29 AM

You can use google to search for other answers

Custom Search

More Threads

• add some files and folder
• Click Once Deployment options - Help Needed
• Am I supposed to include the CRT MSM *and* the policy MSM?
• Failing to connect to local host (Vista)
• How to load assemblies from assembly download cache directly?
• No-touch deployment .NET Framework 1.1
• How to create an uncompressed setup.
• install client msi and application proxy msi
• Changing the icon of the folder containing the shortcuts to my application
• Deploy MMC 2.0 snap-in with ClickOnce