List plug-in directories when plug-in call fails
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7011 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2eb0d5cdf1
commit
bfdec13982
7 changed files with 56 additions and 9 deletions
|
@ -57,6 +57,7 @@ class Plugins
|
|||
int GetDllDataHandle(bool uninst, const tstring& command) const;
|
||||
void SetDllDataHandle(bool uninst, tstring&canoniccmd, int dataHandle);
|
||||
static bool IsPluginCallSyntax(const tstring& token);
|
||||
void PrintPluginDirs();
|
||||
|
||||
private: // methods
|
||||
void GetExports(const tstring &pathToDll, bool pe64, bool displayInfo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue