Hi, I'm using Inno Setup Compiler 6.2.2 with B4J Build Standalone Package and I'm going crazy trying to figure out the following:
My program includes a number of screens whose layouts are set up in Designer but whose elements are repositioned programmatically.
After I run the Build Standalone Package option I get a Build folder as shown in Files_1.jpg (attached) and a Temp folder containing an InstallerScript.iss file.
When I run the exe file in the Build folder the program runs normally (see screenshots Exe screenshot_1 & Exe screenshot_2).
But when I use the exe file made with the installer I get what's shown in After install_1 & After install_2.
The install parameters are shown in Installer1 and Installer2 (attached pictures).
I've tried using Sleep(0) in the program to allow more time for the processor but still get the same result... the exe in the Build folder works perfectly but the exe installed with Inno does not.
Can someone please give me a clue what I'm doing wrong before I go completely crazy ?
Any help will be much appreciated.
My program includes a number of screens whose layouts are set up in Designer but whose elements are repositioned programmatically.
After I run the Build Standalone Package option I get a Build folder as shown in Files_1.jpg (attached) and a Temp folder containing an InstallerScript.iss file.
When I run the exe file in the Build folder the program runs normally (see screenshots Exe screenshot_1 & Exe screenshot_2).
But when I use the exe file made with the installer I get what's shown in After install_1 & After install_2.
The install parameters are shown in Installer1 and Installer2 (attached pictures).
I've tried using Sleep(0) in the program to allow more time for the processor but still get the same result... the exe in the Build folder works perfectly but the exe installed with Inno does not.
Can someone please give me a clue what I'm doing wrong before I go completely crazy ?
Any help will be much appreciated.
Attachments
-
Exe screenshot_1.jpg164.4 KB · Views: 171
-
Exe screenshot_2.jpg129.2 KB · Views: 188
-
Files_1.jpg83.3 KB · Views: 173
-
Files_2.jpg95.9 KB · Views: 176
-
Installer1.jpg180.3 KB · Views: 170
-
Installer2.jpg161.4 KB · Views: 173
-
After install_1.jpg73.1 KB · Views: 162
-
After install_2.jpg125.2 KB · Views: 179