all groups > dotnet compact framework > january 2006 >
You're in the

dotnet compact framework

group:

Deploying files not in the project


Deploying files not in the project Peter Morris [Droopy eyes software]
1/27/2006 12:43:19 PM
dotnet compact framework:
Hi all

I have a generic "Wizard-like" app that I use to run my applications. This
loads the taskflow logic + UI elements from dlls (specified in a config
file).

So, what I want to do is this

1) New solution
2) DLL Project with task flow
3) DLL Project with UI factories
4) Add existing EXE (Forms app)

All simple so far, except that the EXE doesn't directly use any of the DLLs
etc, and may be used by other solutions to run different apps.

So my question is this. Is it possible to make some kind of project that
only states which files to deploy and then specifies the EXE as the app to
run?


Pete

Re: Deploying files not in the project Peter Morris [Droopy eyes software]
1/27/2006 1:00:13 PM
I changed the task-executor to be a DLL instead. Each project now just uses
that DLL; makes more sense that way.

Pete

AddThis Social Bookmark Button