Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion I have a Windows Application in C# using mongoDB. I need to distrubute the application to my users. How will I install mongoDB on each client.
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
craiggwilson  
View profile  
 More options Jul 31 2012, 11:52 pm
From: craiggwilson <craiggwil...@gmail.com>
Date: Tue, 31 Jul 2012 20:52:28 -0700 (PDT)
Local: Tues, Jul 31 2012 11:52 pm
Subject: Re: I have a Windows Application in C# using mongoDB. I need to distrubute the application to my users. How will I install mongoDB on each client.

Dave's reply is good advice.

Just to ask a follow-up question...  Do you want all your user's to be
running against isolated databases and not share data?  

On Tuesday, July 31, 2012 4:40:54 PM UTC-5, DaveC wrote:

> There isn't a Windows installer package for MongoDB, but I assume you
> would build one for your application, correct?  if so, you can have the
> installation package include both your Windows .exe and the mongod.exe
> executable (and license files), maybe mongo.exe if you'll want to do any
> post installation DB administration. You will also want your installer to
> create the data directory where the data files will be stored, and finally
> configure MongoDB as a Windows service with "sc create" and finally start
> the service.  And on uninstall, you probably want all of this removed.  For
> all of this, I recommend using the open source WiX toolkit.  There is a
> very helpful tutorial here:
> http://wix.tramontana.co.hu/tutorial/getting-started

> On Tuesday, July 31, 2012 5:11:18 AM UTC-4, Atif Ali Bhatti wrote:

>> Hello everybody,

>>    Please forgive me if my question sounds stupid as I am novice in
>> mongoDB. Actually, I have a windows application developed using c# and
>> mongoDB and I want to distribute my application to my users. What I am
>> confused about is "How can I package my application" that it install the
>> mongo db first and then my application so that every user has db server up
>> and running. I hope my question is clear.

>> Thank you,
>> Atif Ali Bhatti


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.