http://bugs.winehq.org/show_bug.cgi?id=27186
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution| |ABANDONED
--- Comment #4 from Anastasius Focht focht@gmx.net 2012-01-23 17:08:24 CST --- Hello,
ClickOnce deploy doesn't work correctly with original .NET 2.0 Framework, you need at least .NET 2.0 SP2.
http://support.microsoft.com/kb/952324
With that update you get:
"c:\users<username>\Local Settings\Temporary Internet Files\Content.IE5\xxx\xxx.log":
--- snip --- OPERATION PROGRESS STATUS * [1/23/2012 11:45:31 PM] : Activation of C:\users\focht\Temp\AA2Deploy\AA2Deploy.application has started.
ERROR DETAILS Following errors were detected during this operation. * [1/23/2012 11:45:32 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) - Downloading http://dcds.aa3.americasarmy.com/aa2/AA2Deploy.application 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.DownloadManifest(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ManifestType manifestType, ServerInformation& serverInformation) at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation) at System.Deployment.Application.DownloadManager.FollowDeploymentProviderUri(SubscriptionStore subStore, AssemblyManifest& deployment, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options) at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options) 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 - The remote server returned an error: (404) Not Found. - Source: System - Stack trace: at System.Net.HttpWebRequest.GetResponse() at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) --- snip ---
Which is pretty much the same as reported here: http://www.fdgamers.net.au/site1/showthread.php?t=6660
"deploy is dead and we'll need a new base installer then the maps etc. I tested a base installer for AA2, it was too big to upload at the time."
They dropped this installer technology and disabled server side files -> won't even work with Windows right now.
$ wine --version wine-1.3.37-329-gaf3d368
Regards