I am using innosetup for the installer, which loads external dll created for my application which is Win32Library.dll & some other stuff, but while deinitialize , i am getting errors like it is unable to remove that directory.
I tried UnloadDLL(ExpandConstant(‘{tmp}Win32Library.dll’)); but that did not work
New contributor
Sakshi Vaidya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.