views:

11

answers:

0

I created setup project. And then a custom actions managed code dll. Now, how can I access files in setup project or in merge module from inside of my custom actions library code?

Thank you

UPD: I guess there is no way to access to the files from inside of a custom action's code. So I'm thinking about embedding those files inside my dll, rather to have them in setup project. How do you think if I put them as embedded resources it will work?