[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

ofmars

6/1/2007 3:31:00 PM

Hi,

I have a dll that has two installer classes (classes that inherit
from .NET Installer). These two installers are different since one is
used for a setup and the other for another one.

However one of the setup seems to be using the first installer class
that it finds in the project. Even if in the Entrypoint I define the
name of the Installer Class I want.

why is this? Any ideas on what to do ?

Thanks!!!

1 Answer

ofmars

6/5/2007 12:46:00 PM

0

On Jun 1, 5:31 pm, Varangian <ofm...@gmail.com> wrote:
> Hi,
>
> I have a dll that has two installer classes (classes that inherit
> from .NET Installer). These two installers are different since one is
> used for a setup and the other for another one.
>
> However one of the setup seems to be using the first installer class
> that it finds in the project. Even if in the Entrypoint I define the
> name of the Installer Class I want.
>
> why is this? Any ideas on what to do ?
>
> Thanks!!!

It seems that no-one answers the posts here....