PC Review


Reply
Thread Tools Rate Thread

Deploying Windows app developed in .Net Framework

 
 
eva100801@hotmail.com
Guest
Posts: n/a
 
      13th Jun 2007
Hi All,
I have few questions about deploying windows apps developed in .Net
framework. These days it is all about internet apps and services, and
I need to develop small windows app and deployed it on a machine with
no internet access, no database installed and no .Net framework
either. This small Widows app includes presentation layer, business
logic and data access layer.
1) Because client machines, where app will be running, doesn't have
any database and I don't want to install new one (in order to save
space), could XML files be a solution for storing and retrieving
information needed and created by the app? Are there other options?
2) In order for app to run, I'll need to install .Net framework on
client machines. Because there is no internet connection on client
machine, can framework be distributed on same CD as the app and be
installed seamlessly for the user (behind the scene with less
interaction as possible)? How can app installer install framework, if
in order to run installer, framework should be installed? How this
circle can be broken?
3) In future more class libraries will be developed. How can I design
app now, in order to simplify plug-in of the assemblies in future?
I understand that each question is a discussion on its own and just
need some point of reference at this moment to start my search for the
best solution of all these issues.
Thank you for any advice in advance,
EB

 
Reply With Quote
 
 
 
 
PlatinumBay
Guest
Posts: n/a
 
      13th Jun 2007
EB,

Xml could work depending on the scenario.

If you add an Installer project, you can bundle the framework install with
it. The app installer itself is not .NET. It is an MSI with a
bootstrapper.

Hope this helps,


Steve

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
> I have few questions about deploying windows apps developed in .Net
> framework. These days it is all about internet apps and services, and
> I need to develop small windows app and deployed it on a machine with
> no internet access, no database installed and no .Net framework
> either. This small Widows app includes presentation layer, business
> logic and data access layer.
> 1) Because client machines, where app will be running, doesn't have
> any database and I don't want to install new one (in order to save
> space), could XML files be a solution for storing and retrieving
> information needed and created by the app? Are there other options?
> 2) In order for app to run, I'll need to install .Net framework on
> client machines. Because there is no internet connection on client
> machine, can framework be distributed on same CD as the app and be
> installed seamlessly for the user (behind the scene with less
> interaction as possible)? How can app installer install framework, if
> in order to run installer, framework should be installed? How this
> circle can be broken?
> 3) In future more class libraries will be developed. How can I design
> app now, in order to simplify plug-in of the assemblies in future?
> I understand that each question is a discussion on its own and just
> need some point of reference at this moment to start my search for the
> best solution of all these issues.
> Thank you for any advice in advance,
> EB
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running applications developed using framework 1.1 after installing framework 2.0 Feroz Microsoft Dot NET Framework 2 13th Sep 2005 11:35 PM
Adding codebehind files to an app. developed using .net framework =?Utf-8?B?ZGluZXNo?= Microsoft Dot NET Framework 1 19th Apr 2005 06:57 AM
will a software developed in VS .Net run in a computer without ms framework Vedant Lath Microsoft Dot NET Framework Forms 3 9th Jun 2004 08:52 AM
is it essansial to install .net framework with any software which is developed in .net =?Utf-8?B?cGV0ZXI=?= Microsoft VB .NET 2 11th Feb 2004 01:19 PM
Re: .Net Framework 1.1 is not compatible with programs developed on .Net 1.0 ??! clintonG Microsoft Dot NET Framework 1 23rd Jul 2003 09:13 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:36 PM.