Re: Using installer classes
- From: "Phil Wilson" <pdjwilson@xxxxxxxxxxxxxx>
- Date: Mon, 19 Sep 2005 08:34:52 -0700
You should explain what you're doing to get that message. My guess is that
you have your Installer class in an assembly that has a dependency on some
other assembly that isn't available. One of the ways this can happen is that
a dependent assembly is being installed into the GAC, and unfortunately
assemblies aren't actually properly in the GAC until after custom actions
are called, so dependencies fail to load.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
"Amir Shitrit" <AmirShitrit@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AD949EE7-39E0-42B0-B1D8-17986C3F23CF@xxxxxxxxxxxxxxxx
> How can I use installer classes in my application without getting the
> famous
> "Unable to get installer types" error message durring the installation
> process?
> Thanks in advance.
.
- Prev by Date: Reflection on partially overriden property?
- Next by Date: Re: How to use delegates via Romting?
- Previous by thread: Re: Using installer classes
- Next by thread: Re: Using installer classes
- Index(es):