Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 302973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:08:46+00:00 2026-05-12T07:08:46+00:00

I am surprised I could not find this question already asked, so if I

  • 0

I am surprised I could not find this question already asked, so if I simply missed it please notify promptly.

I need to write a very small, fairly simple application in .NET that will be downloaded by end-consumers and installed on their system. Silverlight’s sandbox model will not work – it has to be a full-on downloaded, installed executable.

Here’s what I know:

  • I’ve developed applications which run in a controlled desktop environment – for example, an IT app that runs on a hundred internal computers.
  • I’ve developed applications using Mono

What I do not know:

  • How to create a flexible, robust installer that will work on a myriad of uncontrolled desktop configurations and environments.
  • How to do the same with Mono targeted for Mac OSX.
  • What are the common issues in installing a widely-distributed end-user application and how to mitigate them?

I am looking for the best resources to fill in my knowledge gaps.

Related

Equivalent of a Windows Service on OSX with Mono

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T07:08:46+00:00Added an answer on May 12, 2026 at 7:08 am

    For Windows, consider Windows Installer XML (WiX). For OSX, you need to generate a .app bundle. Here is an example using the nant tasks included with the Monobjc project.

    Here are some of the major issues you will face:

    On Windows:

    • Your installer will have to detect
      previous/old versions and
      close/uninstall/migrate as
      appropriate. Both NSIS and WiX have
      mechanisms for this.
    • Your installer/app will have to be
      compatible with different versions of
      Windows (XP, Vista, 7), and different
      versions of .NET (2.0, 3.0, 3.5
      eventually). Actually testing this is
      one of the more tedious tasks you
      face. I strongly recommend having a
      handful of clean virtual machine
      images around for this.

    On OSX:

    • You will most likely want to ship a standalone application bundle, meaning mono will be bundled within your .app. This will add ~50mb to your distributable.
    • You will have to reference different versions of Monobjc to support OSX 10.4 and 10.5, you will need to configure your build to do this, as well as test both versions.
    • Make sure that your c# code isn’t using Windows/.NET specific calls by running the Mono Migration Analyzer (MoMA) on your codebase.

    Upgrading:

    You haven’t mentioned how you plan to offer upgrades. NSIS and WiX have the capability to handle upgrades. Make sure you have your build versioning scheme worked out before your deploy the initial version. On OSX, Monobjc can integrate with Sparkle.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have looked and I could not find this question before, and it surprises
I'm surprised that I could not find any info on this. I must be
Surprised this question has not been asked yet here, but here goes: Serialization in
I am surprised I could not find a "batch" function that would take as
I've looked around but could not find a way of simply including or rendering
I would not be surprised if this is not possible, but I need to
Surprised that i havent been able to find this myself, but anyway. Let's say
I'm quite surprised I haven't been able to find out what characters I need
I'm surprised I couldn't find an answer to this anywhere. I'm writing a roguelike
I need a cheat sheet for Java and started looking around, but could not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.