Using B4J Version 9.00 Build Standalone Package I was able to create the package, and even used the step below from a previous post. here Everything creates and installs fine, but when I find the application on my PC it doesn't run. I can confirm that the application created from the build folder runs. run_debug also works and shows no error. Install is on a Windows 10 computer. Anyone have any ideas?
Steps to automatically build the setup file with Inno Script:
Steps to automatically build the setup file with Inno Script:
- Move the generated InstallerScript-template.iss file to the project folder and rename it to InstallerScript.iss.
- Edit the script, change the app name, publisher and other fields as needed. You also need to update two paths as explained in post #3.
- Put the icon file in the project folder.
- Add this attributes:
B4X:
-
B4X:
#PackagerProperty: IconFile = ..\turtle.ico #CustomBuildAction: After Packager, C:\Program Files (x86)\Inno Setup 6\Compil32.exe, /cc ../InstallerScript.iss