Install4j - 卸载 linux 应用程序
Install4j - unistalling linux application
我正在为我的应用程序制作多平台(win 和 linux 无 GUI)安装程序 - 使用 install4j。
Install4j 创建 application.sh 安装文件。当我 运行 这个 sh 文件时 - 我的应用程序安装在 linux 机器上。但是如何卸载我的应用程序的正确方法是什么?没有创建 uninstaller.sh。我应该 运行 application.sh 添加一些参数吗?谢谢
卸载程序在您指定的位置创建。在 Installer->Screens & Actions 上,select "Uninstaller" 并检查其 "Executable name" 和 "Executable directory" 属性。
我正在为我的应用程序制作多平台(win 和 linux 无 GUI)安装程序 - 使用 install4j。 Install4j 创建 application.sh 安装文件。当我 运行 这个 sh 文件时 - 我的应用程序安装在 linux 机器上。但是如何卸载我的应用程序的正确方法是什么?没有创建 uninstaller.sh。我应该 运行 application.sh 添加一些参数吗?谢谢
卸载程序在您指定的位置创建。在 Installer->Screens & Actions 上,select "Uninstaller" 并检查其 "Executable name" 和 "Executable directory" 属性。