benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

Downloading file:///C:/Users/xyz/Downloads/clickonce_bootstrap.exe.manifest did not succeed. #900

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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(DownloadQue
ueItem
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(Assemb
lyManifest
deploymentManifest, String targetDir, Uri deploymentUri,
IDownloadNotification notification, DownloadOptions options, Uri&
appSourceUri, String& appManifestPath)
            at
System.Deployment.Application.DownloadManager.DownloadApplicationManifest(Assemb
lyManifest
deploymentManifest, String targetDir, Uri deploymentUri, Uri& appSourceUri,
String& appManifestPath)
            at
System.Deployment.Application.ApplicationActivator.DownloadApplication(Subscript
ionState
subState, ActivationDescription actDesc, Int64 transactionId,
TempDirectory& downloadTemp)
            at
System.Deployment.Application.ApplicationActivator.InstallApplication(Subscripti
onState&
subState, ActivationDescription actDesc)
            at
System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(U
ri
activationUri, Boolean isShortcut, String textualSubId, String
deploymentProviderUrlFromExtension, BrowserSettings browserSettings,
String& errorPageUrl)
            at
System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Obje
ct
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(DownloadQue
ueItem
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.

Original issue reported on code.google.com by nlapp...@gmail.com on 5 Jul 2009 at 9:42

GoogleCodeExporter commented 9 years ago
Browser was Firefox 3.5.

I also tried to run the installer from a CMD prompt with admin privileges but 
got the
same error. 

Original comment by nlapp...@gmail.com on 5 Jul 2009 at 9:45

GoogleCodeExporter commented 9 years ago
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.

Original comment by alexandre.mbm@gmail.com on 25 Jul 2009 at 11:34

GoogleCodeExporter commented 9 years ago
I'm having this same issue. Windows XP SP2. Also using Firefox 3.5.

Original comment by billymho...@gmail.com on 10 Aug 2009 at 3:30

GoogleCodeExporter commented 9 years ago
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%26u
sagestats%3D1%26appname%3DGears%26needsadmin%3DTrue/gears/GearsSetup.exe
i hope this works for you

Original comment by craig.mosey on 21 Aug 2009 at 8:06

GoogleCodeExporter commented 9 years ago
Link worked for me, thanks!

Original comment by jasperh...@gmail.com on 12 Nov 2009 at 9:26

GoogleCodeExporter commented 9 years ago
link worked for me also thanks

Original comment by rrani...@gmail.com on 28 Nov 2009 at 1:58

GoogleCodeExporter commented 9 years ago
Link Worked for me also
Thanks

Original comment by sjm2...@gmail.com on 10 Feb 2010 at 2:57

GoogleCodeExporter commented 9 years ago
Clicking the "Click here..." option worked for me!  Thanks!

Original comment by thorinst...@gmail.com on 12 Nov 2014 at 5:47