Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can a Mono application be deployed using ClickOnce?

I am using Mono to write a cross-platform application. On Windows, is it possible to deploy this application using ClickOnce?

like image 364
Jephir Avatar asked Mar 11 '26 03:03

Jephir


1 Answers

I would think you could use ClickOnce to deploy it to Windows machines. ClickOnce isn't going to work on anything else (of course). I don't know what tools you use for Mono, but you could try using MageUI or Mage to create a deployment out of the files and see if it works.

You also need these MIME types if you are targeting .NET 3.5:

.msp --> application/microsoftpath
.msu --> application/microsoftupdate

like image 190
RobinDotNet Avatar answered Mar 13 '26 02:03

RobinDotNet



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!