是否可以运行clickonce应用程序与Mono?

是否可以运行clickonce应用程序与Mono?

问题描述:

我正在开发的clickonce应用程序,这可能,我想在Mac平台上分发。我知道我可以编译.Net应用程序的单声道 - 它将在Mac上工作。但是我可以使用clickonce作为安装程序吗?

i'm developing clickonce application which, potentially, i would like to distribute on Mac platform. I know i can compile .Net application wtih Mono - and it will work on Mac. But can I use clickonce as the installer then?

谢谢!

p>我不认为Mono团队曾经实现了ClickOnce .NET API,使之成为可能。但是,我认为应该直接实现它们。

I don't think Mono team has ever implemented the ClickOnce .NET APIs that make this possible. However, I think it should be kind of straightforward to implement them.

话虽如此,可能更聪明的只是使用Mac后端松鼠。 (这是一个由Github员工实现的项目,在他们的Github Windows客户端中使用,据我所知,它替代/改进了ClickOnce。)

That being said, it might be wiser to just use the Mac backend for Squirrel. (Which is a project implemented by Github employees, used in their Github Windows client, that replaces/improves ClickOnce, as far as I know.)