Skip to content

Export Inno Setup routines as stdcall callbacks to DLLs such as the Windows API

License

Notifications You must be signed in to change notification settings

KngStr/InnoCallback

 
 

Repository files navigation

InnoCallback

The InnoCallback DLL allows you to provide Inno Setup [Code] functions to external DLLs (Like the Windows API) as Stdcall callbacks.

This is required because Inno Setup's regular functions are actually methods under the hood, and Windows won't provide the correct "self" pointer to them without adding an additional wrapper around the function.

Grab the zipfile from the "release" tab above, you'll find the example .iss script which serves as the documentation, and InnoCallback.dll.

About

Export Inno Setup routines as stdcall callbacks to DLLs such as the Windows API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 81.5%
  • Inno Setup 18.5%