ClickOnce and not IE

  • Thread starter Thread starter Chuck P
  • Start date Start date
C

Chuck P

Does ClickOnce work with browsers other than IE now (didn't in
January).
If not what's the best workaround?
thanks,
 
Hi Chuck ,

Thanks for your post.

There is no special requirement regarding the client browser in ClickOnce.
Once the browser can support Windows URL handler, it will support
ClickOnce. This is because the .Net Framework associate MIME type with a
shim dll to do the actual ClickOnce URL activation.

Our MSDN developer gives an explanation in his blog:
http://blogs.msdn.com/rfustino/archive/2005/03/18/398851.aspx

"1) Using no-touch deployment in vs 2003, it was required to have
Internet Explorer 6.0 or higher on the client machine to make sure all the
hand shakes were done correctly. Is this still a requirement or is the only
requirement now the 2.0 framework? "

Hope this helps!

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi Chuck ,

Thanks for your feedback.

Oh, yes, I have found some MSFT has reported this as a ClickOnce bug
internally. The bug reporting comes from the blog link below:
http://www.hanselman.com/blog/CommentView.aspx?guid=7ce42ccd-e531-4d43-a93f-
73483c0afd3d

So ClickOnce will not work with FireFox. Our product team may fix this
issue in future release.

Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top