Well, I think I didn´t point my problem exactly.

I´ve got an EXE which ist only needed during install, uninstall or modify
process. My first idea was -of course- to do a CustomAction with BinaryKey.
But :
1. the EXE requires a dll and I don´t know how to refer to that.
2. I´m not shure if my EXE is still available if the Setup.msi is removed
from the system. 

So I decided to install the EXE plus dll and use FileKey. Works good, but on
uninstall nothing happens or - other case - the compiler shows me an error
"Unresolved reference". Just depending on when I set the CA
Before='LaunchCondition' or After='InstallFinalize' or something between but
I didn´t check everything out.

Thanks, Michael



-- 
View this message in context: 
http://n2.nabble.com/Custom-Action---start-exe-inside-my-INSTALLDIR-tp1568179p1574154.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to