
Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
> My setup contains custom action(.net exe) to be launched on uninstall.
>
[quoted text clipped - 8 lines]
> Thanks in advance,
> Sergey
> You don't have to physically install a program used for a custom action -
> you can set its Exclude property so it's not visible to users (it's in the
[quoted text clipped - 17 lines]
>
> - Show quoted text -
Phil thank you forthe answer. But seems it doesn't work for mee. I get
following compile rror after excluding custom action .exe from setup:
Building file 'D:\temp\Setup1\Setup1\Debug\SergeySetup.msi'...
ERROR: Unable to build custom action named 'TestInstaller.exe' from
object 'TestInstaller.exe' because the object is marked as excluded.
Any tip ?
Thanks
Sergio - 08 Mar 2007 06:48 GMT
> > You don't have to physically install a program used for a custom action -
> > you can set its Exclude property so it's not visible to users (it's in the
[quoted text clipped - 31 lines]
>
> - Show quoted text -
Setting exlude to true only works for ummanaged CustomAction, but my
CustomAction is .net assembly with installer class.
I read your article "http://www.simple-talk.com/dotnet/visual-studio/
visual-studio-setup---projects-and-custom-actions/" it's helpfull but
not in my case.
Phil Wilson - 09 Mar 2007 15:42 GMT
Ah ok, unmanaged custom actions only. That's a pain.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
>>
>> > You don't have to physically install a program used for a custom
[quoted text clipped - 42 lines]
> visual-studio-setup---projects-and-custom-actions/" it's helpfull but
> not in my case.
Sergio - 11 Mar 2007 06:13 GMT
> Ah ok, unmanaged custom actions only. That's a pain.
> --
[quoted text clipped - 47 lines]
>
> - Show quoted text -
Ok thanks lot, i'll try to figure out another solution.