문제

I'm developing an install4j application for Windows and Linux. I use the updater with silent version check to check for new versions on each launch of the application. The issue is that if the user presses cancel on any step of the update process the application starts. I don't want the user to be able to use the application at all without first updating. Can this be done in install4j?

도움이 되었습니까?

해결책

Installer applications have a "Default execution mode" property. For the updater application, you can set it to "Unattended mode with progress dialog". In that case, the user cannot cancel anything.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top