Remove the message in install4j - install4j

Delete the message that appears on the screen when the program runs:
enter image description here

This message is shown for installers built with the evaluation version. After you enter a purchased license key under "Help->Enter License Key" and rebuild the installer, it is not shown anymore.

Related

How do I create an Android App Bundle using Android Studio, command line (first steps from Android instructions don't work, not fully explained)?

Hello and thanks for helping me solve my problem! I ask for an easier way, as I am trying to figure it out without success in this tutorial https://developer.android.com/guide/app-bundle. So far, I only worked with the Google Play Console itself, did not create an application in a third-party service. I first tried to download the Android App Bundle using Android Studio as described in this article https://medium.com/androiddevelopers/building-your-first-app-bundle-bbcd228bf631, but the first step describes pressing buttons that are not on Android Studio Panel "In Android Studio, select“ Build => Generate Signed Bundle / APK ”and follow the dialog." I do not see the options I need in the Android Studio panel (I attach a screenshot)enter image description here
, where do I need to click to create an Android App Bundle? Then I tried to create the Android App Bundle from this tutorial using the command line https://developer.android.com/studio/build/building-cmdline, I installed Grable manually as described in this tutorial https://docs.gradle.org/current/userguide/installation.html#installation unpacked and configured the system environment, as well as installed and unpacked JDK 17 for Windows/x64 (also on disk C but in a different non-Grable folder), but verifying the Grable installation when typing gradle -v in Windows PowerShell throws an error, and these instructions https://docs.gradle.org/current/userguide/troubleshooting.html#sec:troubleshooting_installation does not offer a solution what is displayed in my Windows PowerShell enter image description here
(The sentence highlighted in red from the screenshot in English looks like this "grable: The name grable is not recognized as the name of a cmdlet, function, script file or executable program. Check the spelling of the name, as well as the presence and correctness of the path, and then try again."), and when I enter gradle -v into the command line, it says "Grable is not an internal or external command, an executable program or a batch file.", I face the same problem if I enter into command line ./gradlew bundleRelease as suggested in this tutorial https://medium.com/androiddevelopers/building-your-first-app-bundle-bbcd228bf631. I'm stumped, what am I doing wrong, and what method is easier for me to create an Android App Bundle? Thanks again for the help in solving my problem and I apologize in advance if I have provided little information necessary to solve my problem.

Resolve "Binaries not found" error in Postgres.app

I'm following these instructions to set up PostgreSQL on my Mac. Step 3 says I need to click Initialize, however there's no such button. Instead, the error message "Binaries not found" is displayed and, if I click the similar Start button, the error message "The binaries for this PostgreSQL server were not found" is displayed. I just downloaded a clean version of Postres.app, so not sure why this wouldn't be working right out of the box.
How to resolve?
I found this answer by stromal on Postgres.app's GitHub:
I solved it by opening up the application's sliding windows, than clicked a new server with the plus icon, than that had initialization button, than clicked initialise than it worked.
The hidden sidebar slideout was tricky. This solution worked for me!
Postgres.app's troubleshooting and support page says the following:
To fix this issue, make sure that the correct binaries for your server are in
/Applications/Postgres.app/Contents/Versions/
without telling you how to actually do that.
One way to do it is to download "Postgres.app with all currently supported PostgreSQL versions" from Postgres.app's download page and replace any other versions you have. The app will then open without the "Binaries not found" error, assuming that you are only using supported PostgreSQL versions.
Follow the official uninstall instructions:
Quit Postgres.app & drag it to the Trash
Delete the data directory (default location: ~/Library/Application Support/Postgres)
Delete preferences for Postgres.app by executing the following command: defaults delete com.postgresapp.Postgres2
Remove the $PATH config for the command line tools (optional): sudo rm /etc/paths.d/postgresapp
Follow the official installation instructions.

Install4j upgrade installation sometimes gives "Error opening media file. Please move this file to an ascii-only path like c:\"

...and then:
"Log: C:\Users\GEBRUIKER2\AppData\Local\Temp\i4j_nlog_7"
This happens consistently, but on relatively few machines only (ca. 1 in 100), and only when trying to update an existing installation. It happens both for install4j 5.1.15 and 6.1.2.
The only reliable work-around is to uninstall and reinstall manually, which means we have to contact all affected customers to do this for them.
I found this related link:
https://board.jdownloader.org/showthread.php?t=31405
However, they "solved" it by doing the manual uninstall-reinstall cycle, which does not scale for many customers.
What causes this error - the listed file is clearly on an ASCII-only path already - and what can we do to solve it in general?
From your comment on the question:
Apparently, the error happens when immediately clicking "install now" as soon as the update has been marked as downloaded in the updater. Waiting for a split second prevents the error.
This sounds like an Anti-Virus-Tool is checking the downloaded executable and is preventing read access to it.
In your updater, look for the action named "Download URL" and add a "Sleep" action right after it.

Blackberry10 application installing

Hi friends I am new to blackberry10 development. I am developing an application using HTML 5. I can run the application in Ripple Emulator. And with this i have created the bar file. But how can I install this application into my device. When I try this with command promt it show error as
Info: Sending request: Install and Launch
Info: Action: Install and Launch
Info: File size: 1118370
Info: Installing sampleapp.testRel_sampleapp__42572c37...
Info: Processing 1118370 bytes
actual_dname::
actual_id::
actual_version::
result::failure 881 required signatures missing (RDK, AUTHOR)
I suppose you already have the signing keys set up, because you have the Dev Alpha.
Create a debug token with
blackberry-debugtokenrequest -storepass *yourkeypass* -devicepin *yourpin* d:\*yourfile*.bar
upload it to the device with
blackberry-deploy -installDebugToken d:\*yourfile*.bar -device *yourdeviceip* -password *yourdevicepass*
After this, place yourfile.bar in the main sdk folder, together with bbwp, and rename it as debugtoken.bar
Enable remote web debugging and now it works!
I went through the same issues when I wrote my first WebWorks app. Followed all the instructions in the guides and still had the same problem. Looked like the app is not deployed /launched in a debug mode.
So here is my solution:
Under the Ripple, on the right-hand side, there is the "Build" tab (or toolbox) - choose "Settings". A dialog will pop-up. There check the check-box "Enable Remote Web Inspector" and close the dialog.
Now just hit the "Package & Launch" button.
Should work.

Installshield 2009 installer refuses to onfigure for a second user (did work until recently)

Since years we use installshield to deliver our software. Since the last Version of our software the following happens:
After installing the program for "all users", when a restricted user logs in, he sees our applications Icon on the desktop. When double clicking it the first time a dialog appears "Configuring ". In recent versions after a while the dialog disappeared and our program stared. Now the process is aborted with a message: "The function is hosted on a unavailable network resource". Our program does not start. But when we create a shortcut to the .exe file by hand everything's fine.
We did not make any modifications to the installer project recently (besides changing the Version number). We also denied to install updates.
Questions:
What can the problem be?
How can i debug a installer?
Not so sure about Installshield (I use Wise) but you should check the following:
Set the MSI Property "ALLUSERS" to 1 in the "Property" table of the MSI database. See Windows Installer SDK documentation for more details. This ensures that all users get a shortcut for launching the application.
Call your installer with
MSIEXEC.EXE /v MyInstall.MSI
from the command line (this sets the logging to verbose) - might help!
Liam