My favorites | Sign in
Project Logo
             
New issue | Search
for
| Advanced search | Search tips
Issue 900: Downloading file:///C:/Users/xyz/Downloads/clickonce_bootstrap.exe.manifest did not succeed.
3 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by nlappala, Jul 05, 2009
What steps will reproduce the problem?
1. Download the Google Gears installer from gears.google.com
2. Run it
3. Installation fails and the following log can be seen when you press the
Details button.

What is the expected output? What do you see instead?

Expected Google Gears to install correctly. I see the following trace with
the error in the subject.

What version of the product are you using? On what operating system?

Downloaded the production version installer on 6th of July from
gears.google.com. Operating system Windows Vista Business x64 SP1

Please provide any additional information below.

Trace log (username xyz):
PLATFORM VERSION INFO
	Windows 			: 6.0.6002.131072 (Win32NT)
	Common Language Runtime 	: 2.0.50727.4016
	System.Deployment.dll 		: 2.0.50727.4016 (NetFxQFE.050727-4000)
	mscorwks.dll 			: 2.0.50727.4016 (NetFxQFE.050727-4000)
	dfdll.dll 			: 2.0.50727.4016 (NetFxQFE.050727-4000)
	dfshim.dll 			: 2.0.50727.4016 (NetFxQFE.050727-4000)

SOURCES
	Deployment url			:
file:///C:/Users/xyz/Downloads/GoogleInstaller_en.application

IDENTITIES
	Deployment Identity		: Google Installer.app, Version=1.2.183.7,
Culture=neutral, PublicKeyToken=9a8dfcd080ccb114, processorArchitecture=x86

APPLICATION SUMMARY
	* Online only application.
	* Trust url parameter is set.
ERROR SUMMARY
	Below is a summary of the errors, details of these errors are listed later
in the log.
	* Activation of C:\Users\xyz\Downloads\GoogleInstaller_en.application
resulted in exception. Following failure messages were detected:
		+ Downloading
file:///C:/Users/xyz/Downloads/clickonce_bootstrap.exe.manifest did not
succeed.
		+ Could not find file
'C:\Users\xyz\Downloads\clickonce_bootstrap.exe.manifest'.
		+ Could not find file
'C:\Users\xyz\Downloads\clickonce_bootstrap.exe.manifest'.
		+ Could not find file
'C:\Users\xyz\Downloads\clickonce_bootstrap.exe.manifest'.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
	No transaction error was detected.

WARNINGS
	There were no warnings during this operation.

OPERATION PROGRESS STATUS
	* [6.7.2009 0:32:35] : Activation of
C:\Users\xyz\Downloads\GoogleInstaller_en.application has started.
	* [6.7.2009 0:32:35] : Processing of deployment manifest has successfully
completed.
	* [6.7.2009 0:32:35] : Installation of the application has started.

ERROR DETAILS
	Following errors were detected during this operation.
	* [6.7.2009 0:32:35]
System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
		- Downloading
file:///C:/Users/xyz/Downloads/clickonce_bootstrap.exe.manifest did not
succeed.
		- Source: System.Deployment
		- Stack trace:
			at
System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem
next)
			at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
			at
System.Deployment.Application.FileDownloader.Download(SubscriptionState
subState)
			at
System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri,
String targetPath, IDownloadNotification notification, DownloadOptions
options, ServerInformation& serverInformation)
			at
System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest
deploymentManifest, String targetDir, Uri deploymentUri,
IDownloadNotification notification, DownloadOptions options, Uri&
appSourceUri, String& appManifestPath)
			at
System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest
deploymentManifest, String targetDir, Uri deploymentUri, Uri& appSourceUri,
String& appManifestPath)
			at
System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState
subState, ActivationDescription actDesc, Int64 transactionId,
TempDirectory& downloadTemp)
			at
System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState&
subState, ActivationDescription actDesc)
			at
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri
activationUri, Boolean isShortcut, String textualSubId, String
deploymentProviderUrlFromExtension, BrowserSettings browserSettings,
String& errorPageUrl)
			at
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object
state)
		--- Inner Exception ---
		System.Net.WebException
		- Could not find file
'C:\Users\xyz\Downloads\clickonce_bootstrap.exe.manifest'.
		- Source: System
		- Stack trace:
			at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
			at System.Net.FileWebRequest.GetResponse()
			at
System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem
next)
		--- Inner Exception ---
		System.Net.WebException
		- Could not find file
'C:\Users\xyz\Downloads\clickonce_bootstrap.exe.manifest'.
		- Source: System
		- Stack trace:
			at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri,
FileAccess access, Boolean asyncHint)
			at System.Net.FileWebRequest.GetResponseCallback(Object state)
		--- Inner Exception ---
		System.IO.FileNotFoundException
		- Could not find file
'C:\Users\xyz\Downloads\clickonce_bootstrap.exe.manifest'.
		- Source: mscorlib
		- Stack trace:
			at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
			at System.IO.FileStream.Init(String path, FileMode mode, FileAccess
access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
bFromProxy)
			at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
access, FileShare share, Int32 bufferSize, FileOptions options, String
msgPath, Boolean bFromProxy)
			at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
access, FileShare share, Int32 bufferSize, Boolean useAsync)
			at System.Net.FileWebStream..ctor(FileWebRequest request, String path,
FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean
async)
			at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri,
FileAccess access, Boolean asyncHint)

COMPONENT STORE TRANSACTION DETAILS
	No transaction information is available.


Comment 1 by nlappala, Jul 05, 2009
Browser was Firefox 3.5.

I also tried to run the installer from a CMD prompt with admin privileges but got the
same error. 
Comment 2 by alexandre.mbm, Jul 25, 2009
Parece que o Google Gears depende do ClickOnce. Seja lá o que for isso, parece que
não existe ainda (hoje é 25 de julho de 2009) uma implementação do ClickOnce para o
Firefox 3.5. Sendo assim, concluo que não está sendo possível instalar o Google Gears
no Firefox 3.5, por enqquanto.
Comment 3 by billymhoffman, Aug 09, 2009
I'm having this same issue. Windows XP SP2. Also using Firefox 3.5.
Comment 4 by craig.mosey, Aug 21, 2009
i got the same problem it is easy to fix all you have to do is cancel the download
and use the click here button insted or you can goto this link which will work to 

http://dl.google.com/tag/s/appguid%3D%7B283EAF47-8817-4c2b-A801-AD1FADFB7BAA%7D%26iid%3D%7B094B5FA4-9C1F-6E85-3122-63C9A3BAA186%7D%26lang%3Den%26browser%3D3%26usagestats%3D1%26appname%3DGears%26needsadmin%3DTrue/gears/GearsSetup.exe
i hope this works for you
Comment 5 by jasperh...@gmail.com, Nov 12, 2009
Link worked for me, thanks!
Comment 6 by rranitca, Nov 28, 2009
link worked for me also thanks
Sign in to add a comment

Hosted by Google Code