Re: Custom Action dll installed with App



It's a VB.Net assembly, so I cannot exclude it...

Thanks a lot for the answer.

regards,
Victor


"Phil Wilson" <pdjwilson@xxxxxxxxxxxxxx> wrote in message
news:%23bPqT21oFHA.2156@xxxxxxxxxxxxxxxxxxxxxxx
> What kind of Dll is this? If it's a C++ custom action Dll you can set its
> Exclude property to True and it will get called but not installed. If it's
> an assembly, it must be installed. This is related to the fact that there
> is no built-in Windows installer support for calling custom actions in
> assemblies, and the infrastructure to load and instantiate class methods
> in Installer classes requires the assembly to be installed.
> --
> Phil Wilson
> [Microsoft MVP-Windows Installer]
> Definitive Guide to Windows Installer
> http://apress.com/book/bookDisplay.html?bID=280
>
> "VR" <vcreb@xxxxxxxxxxx> wrote in message
> news:u9ZT%23ucnFHA.1088@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi, I built a setup package with VS.Net 2003 using the "Setup Project"
>> template.
>>
>> I added a dll to perform a custom action during the setup process.
>>
>> After the setup process has finished I looked in the app folder and saw
>> that the CustomAction dll was placed there.
>>
>> Is this a normal behavior (for the uninstall process - I guess) or is
>> there something I'm missing here?
>>
>>
>> regards,
>> Victor Reboucas
>>
>
>


.



Relevant Pages

  • installer woes (MSI generated by VS.NET 2003)
    ... have custom actions for Setup that are run within the Installer class. ... The Uninstall custom action in the Installer class isn't always called. ... assemblies within that, but it threw a deserialization exception. ...
    (microsoft.public.vsnet.general)
  • installer woes (MSI generated by VS.NET 2003)
    ... have custom actions for Setup that are run within the Installer class. ... The Uninstall custom action in the Installer class isn't always called. ... assemblies within that, but it threw a deserialization exception. ...
    (microsoft.public.dotnet.general)
  • RE: VS2005 setup project: execute tasks without installing files?
    ... Windows Installer SDK must be installed. ... Add it into Custom Action, in the Custom Action Editor, open its ... C++ custom action and we use it to get the dll path, ... Microsoft Online Community Support ...
    (microsoft.public.vsnet.setup)
  • Re: Custom Action dll installed with App
    ... What kind of Dll is this? ... Installer classes requires the assembly to be installed. ... > I added a dll to perform a custom action during the setup process. ...
    (microsoft.public.dotnet.framework.setup)
  • Re: Assembly Loading Failure
    ... Assemblies aren't commited to the GAC during an MSI install until after your ... I have a .NET application that is called from within an installer custom ... The call to the application in the custom action is done through ...
    (microsoft.public.dotnet.framework)

Loading