Re: Deploying Windows App developed in .Net framework

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello eva100801@xxxxxxxxxxx,


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?

It's good, if your data won't increase so, that u can't parse the XML afterwards
You can store in in binary or use SQL Server Express (or Everywhere)

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?

in general all installers are not managed, so they don't require the .NET to be run.
U can use ClickOnce with .NET FW redistrib as binary with will be installed localy

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?

See DependecyInjection and IoC (inversion of control) patterns.
Moreover I'd recommend to use Spring.NET framework for enterprise application
it simplify such kind of tasks


---
WBR, Michael Nemtsev [.NET/C# MVP]. My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we miss it, but that it is too low and we reach it" (c) Michelangelo


.



Relevant Pages

  • Re: Bitter about [Lack of] .Net Framework Deployment
    ... We built a very nice auto-update framework, ... the 30-60 minute range to install. ... Also, the user's perception is reality - and our app install sucks, ... deploying 3.0 application, so I've not paid that close attention. ...
    (microsoft.public.dotnet.framework)
  • Re: Conversion from 2008->2003?
    ... required and install only those, you've not solved the problem of a new .NET ... app that uses a namespace or class you didn't know about when you did the ... Many people have perfectly legitimate reasons for ... If some of the code is being compiled against the 3.5 Framework, ...
    (microsoft.public.dotnet.general)
  • Re: Architecture for a distributed app
    ... Note that zero-touch deployment exists in .Net Framework 1.1, ... loader" that you install, in person, on the machines of each of your ... start the app from the bootstrapper. ... > A few things I'd like advice on: ...
    (microsoft.public.dotnet.general)
  • Re: C# compiling
    ... That has to be decided on an app by app basis. ... with msvcrtXXX.dll missing and not seeing a full static link option), ... completely fresh install, you'll have the newest C Runtime installed(I'm ... I would like to see a lighter framework. ...
    (microsoft.public.dotnet.general)
  • Re: Distributing VB 2005 projects
    ... It is possible to run an app developed with framework 1.1 on a machine that ... That is why it is recommended that you install the framework that ... the app was developed on, ... along with Visual Studio ...
    (microsoft.public.dotnet.languages.vb)