I don't know what the issue is, but for some reason my .exe file and the .exe file that I get after running the installer from Inno Setup are not the same.
No error codes thrown or anything, it compiles perfectly, but the toolbars in my application (the program was made with Java swing) do not contain their buttons correctly. I have two JToolBars that hold JButtons (each button has an image). When I used Launch4j to wrap my program into an exe it worked perfectly, but when I run the exe I get after using Inno Setup, those toolbars don't hold the buttons right. They have shrunk down to a much smaller size, and the buttons are really small, maybe 2px x 2px. They also can't be seen unless hovered over. Why would the exe from Inno Setup be any different from the original one?