Jon Paugh wrote:
> Hi,
>
> Our ASP.NET app has multiple installations. Each
> installation is for a different customer. Each customer
> has their own style sheet and images. Ideally a given
> installation would not have the style sheet and images for
> other installations on the production server (only
> required contents should be present).
>
> How would we customize the application?
Assuming this is valid (i.e. you are installing it on your client's PCs)
I'd write a custom deployment app in VS.NET (customize the default one
you get). In it, basically have a screen where you select which client
you are installing for (perhaps a dropdown). The installer then decides
which files to include/exclude.
Here's one article that gives an intro:
http://www.c-sharpcorner.com/Code/20...mInstallMG.asp
and some other articles:
http://www.c-sharpcorner.com/Installation.asp
--
Craig Deelsnyder
Microsoft MVP - ASP.NET