I was given a dll file with a data file. Whenever I delete that data file, Windows Installer pops up every time at my program's loading stage. I've tried to use ILDASM to look into the assembly. But I couldn't find the data files's name with a search.
The dll was obfuscated. Could this be the reason? Thanks!
EDIT: It is a data file (instead of resource file, to be more precisely) that the dll may use or may not use depends on the condition. On my case, we no longer need that data file but want to keep the dll for another part of the functionality.