Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > ClickOnce deploy for Windows Me
 

ClickOnce deploy for Windows Me

Hi all,

I've developed an application that I've published on my website. So far all users have been able to install it.

One of my users however is still running WinMe..... (I know, I know) and he's having problems installing the application.

He did manage to get framework 2.0 installed, but when clicking "install" on the web page, it doesn't launch. He says there is also a "launch" button (which I don't see anywhere), which prompts him to download the myapp.application file, which he can't execute...

This is the error:

PLATFORM VERSION INFO
Windows : 4.90.73010104.0 (Win32Windows)
Common Language Runtime : 2.0.50727.42
System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200)
mscorwks.dll : 2.0.50727.42 (RTM.050727-4200)
dfdll.dll : 2.0.50727.42 (RTM.050727-4200)
dfshim.dll : 2.0.50727.42 (RTM.050727-4200)

SOURCES
Deployment url : file:///C:/MYDOCU~1/DOWNLO~1/CFS2ST~1/CFS2SC~2/CFS2AU~1.APP

IDENTITIES
Deployment Identity : cfs2AutoCoast.application, Version=2.1.0.3, Culture=neutral, PublicKeyToken=7678c9740572a494, processorArchitecture=msil

APPLICATION SUMMARY
* Installable 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:\MYDOCU~1\DOWNLO~1\CFS2ST~1\CFS2SC~2\CFS2AU~1.AP P resulted in exception. Following failure messages were detected:
+ Downloading file:///C:/MYDOCU~1/DOWNLO~1/CFS2ST~1/CFS2SC~2/cfs2AutoCoast_2_1_0_3/cfs2AutoCoast.exe.manifest did not succeed.
+ Could not find a part of the path 'C:\My Documents\Downloads\CFS2 Stuff\CFS2 Scenery Tutorials & Tools Tutorials\cfs2AutoCoast_2_1_0_3\cfs2AutoCoast.exe. manifest'.
+ Could not find a part of the path 'C:\My Documents\Downloads\CFS2 Stuff\CFS2 Scenery Tutorials & Tools Tutorials\cfs2AutoCoast_2_1_0_3\cfs2AutoCoast.exe. manifest'.
+ Could not find a part of the path 'C:\My Documents\Downloads\CFS2 Stuff\CFS2 Scenery Tutorials & Tools Tutorials\cfs2AutoCoast_2_1_0_3\cfs2AutoCoast.exe. manifest'.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [4/12/2006 2:16:33 AM] : Activation of C:\MYDOCU~1\DOWNLO~1\CFS2ST~1\CFS2SC~2\CFS2AU~1.AP P has started.
* [4/12/2006 2:16:44 AM] : Processing of deployment manifest has successfully completed.
* [4/12/2006 2:16:44 AM] : Installation of the application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [4/12/2006 2:16:44 AM] System.Deployment.Application.DeploymentDownloadEx ception (Unknown subtype)
- Downloading file:///C:/MYDOCU~1/DOWNLO~1/CFS2ST~1/CFS2SC~2/cfs2AutoCoast_2_1_0_3/cfs2AutoCoast.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.Downl oad(SubscriptionState subState)
at System.Deployment.Application.DownloadManager.Down loadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
at System.Deployment.Application.DownloadManager.Down loadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, 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)
at System.Deployment.Application.ApplicationActivator .ActivateDeploymentWorker(Object state)
--- Inner Exception ---
System.Net.WebException
- Could not find a part of the path 'C:\My Documents\Downloads\CFS2 Stuff\CFS2 Scenery Tutorials & Tools Tutorials\cfs2AutoCoast_2_1_0_3\cfs2AutoCoast.exe. manifest'.
- Source: System
- Stack trace:
at System.Net.FileWebRequest.EndGetResponse(IAsyncRes ult asyncResult)
at System.Net.FileWebRequest.GetResponse()
at System.Deployment.Application.SystemNetDownloader. DownloadSingleFile(DownloadQueueItem next)
--- Inner Exception ---
System.Net.WebException
- Could not find a part of the path 'C:\My Documents\Downloads\CFS2 Stuff\CFS2 Scenery Tutorials & Tools Tutorials\cfs2AutoCoast_2_1_0_3\cfs2AutoCoast.exe. manifest'.
- Source: System
- Stack trace:
at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
at System.Net.FileWebRequest.WrappedGetResponseCallba ck(Object state)
--- Inner Exception ---
System.IO.DirectoryNotFoundException
- Could not find a part of the path 'C:\My Documents\Downloads\CFS2 Stuff\CFS2 Scenery Tutorials & Tools Tutorials\cfs2AutoCoast_2_1_0_3\cfs2AutoCoast.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, 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.

Redwulf__53  Wednesday, April 12, 2006 12:41 PM

The problem was not WinMe, but a 3rd partybrowser (Opera in this case). Where IE prompts the user to Open or Save the file, the others just download it. Thedownloaded file is just a setup bootstrap, not the complete package.The setup must be run directly from the webserver, as there are several files to download from the same location.

Redwulf__53  Wednesday, May 31, 2006 4:44 PM
I have the same problem. It fails only with firefox, with Internet explorer it run ok, and you?

Does anyone know if it can be done with firefox?
Thanks


________________
Hip Hop Directo
De chiste

wakeup  Thursday, May 04, 2006 8:05 AM

Hya, I got the same problem as you can you share the solution if possible.

Best Regards

Joaquim Ferreira  Wednesday, May 17, 2006 2:27 PM

The problem was not WinMe, but a 3rd partybrowser (Opera in this case). Where IE prompts the user to Open or Save the file, the others just download it. Thedownloaded file is just a setup bootstrap, not the complete package.The setup must be run directly from the webserver, as there are several files to download from the same location.

Redwulf__53  Wednesday, May 31, 2006 4:44 PM

You can use google to search for other answers

Custom Search

More Threads

• Deploying an optional desktop shortcut
• .NET application not startup in Windows 2000
• Installshield Customactions & sequences
• ClickOnce Deployment + Task Scheduler
• MDAC Prerequisite
• ClickOnce: How to modify application settings during deployment?
• Modify Bootstrapper URL of signed setup quietly or create unsigned bootstrapper
• Alternatives to ClickOnce
• UserAppDataPath not returning a value ?
• Orca