Basic InnoSetup question

64 bit application. On installation can’t find XojoGUIFramework64.dll. but it’s the folder with the application. Where should it be?

It needs to be right where Xojo puts it when you build. You have to add it to the [Files] section after the wizard does its thing. You don’t want to move anything around after Xojo builds a project.

Thom’s script from the other thread will pick up and include all the included DLLs the way it uses the wildcard.

Forgive my density. So it should be in the Xojo file that is compiled?

It’s not a problem, I’m happy to help. However, I don’t understand what you’re asking. It’s included inside the folder that Xojo creates as output. It should be right next to YourApp.exe