Calling SQLite query inside Inno Setup (update db on application uninstall)
Basically title.
I tried with sqlite dll and exe, but nothing seem to work.
dll:
It gives me
Could not call proc
error on sqlite3_open.
I also tried with this function which uses exe file:
which doesnt give me any error, but also doesnt do anything.
How can i test these things outside of "inno setup" file, because its really annoying to always rebuild installer, install app and uninstall...0 Replies