English 中文(简体)
C# Pointonce and firefox/other browers
原标题:C# clickonce and firefox/other browsers
  • 时间:2010-08-04 20:00:16
  •  标签:
  • clickonce

在IEC,当申请档案运行时,自动发射。

在Landre和其他非IE浏览器上,申请档案被下载。 然后用户需要管理该档案。 这种做法打败了建立网络发射器的目的——我或许也只是要求用户下载EXE并操作。

任何解决办法?

问题回答

我不相信其他人,但与PeFox一样,这是feature。 想法是,在你从网络上管理任何方案之前,他们想要再增加一层“你确信”。 因此,一旦发现一个(或类似的)顶点是下载的,它就没有选择从网上操作,因此你首先下载该档案。

正如@BoltClock所说,ClickOnce是一种专有技术,因此只能通过专有的附加物加以利用。

为此,我已使用。 没有任何问题。 微软也有一个正式支持的原始材料(尽管我从未使用过):https://addons.mozilla.org/en-US/firefox/addon/9449/





相关问题
Change namespace of a deployed clickonce application

I made a bit of a namespace spelling mistake and I wish to correct it. My application currently uses Application.Settings to store a bulk of the user s information. If I refactor my namespace to be ...

which certificate is used by smartclient application

I have an .net smartclient application OA.Smart.WinUI. I have three .pfx files listed in this project OA.Smart.WinUI_1_TemporaryKey.pfx,OA.Smart.WinUI_2_TemporaryKey.pfx,OA.Smart.WinUI_TemporaryKey....

ClickOnce application deployment woes

I have a ClickOnce WPF application which is launched from a page on a web site. The URL parameters used to invoke the application tell the application what IP address to communicate with plus some ...

Making a single ClickOnce installer for two applications

I am using Visual Studio C# 2008 Express Edition. I have a Solution that has several projects, most of which are class libraries but two of which are executable projects (a GUI and a command-line ...

Configuration file with ClickOnce deployment

I ve been trying to modify my application to deploy and update using ClickOnce. I ve managed to get the program working but I m having trouble with the program configuration. My program uses a custom ...

Click Once Migrate URL

I have a Click Once App that has been published to the same location for a couple years, I now want to post an update to the program but want to migrate it to another url, is it a 2 step deployment? ...

热门标签