izpack安装程序自定义卸载程序
我使用 izpack 创建了安装程序和卸载程序。我面临的问题是,当我取消安装时,它会删除我已安装的所有内容。我想根据我的配置自定义卸载程序,因为我需要保留费用文件并在运行卸载程序时删除其余文件。只要我了解和研究 izpack,卸载程序的默认行为就是删除安装程序安装的所有内容。 那么我们有什么方法可以自定义卸载程序以及如何自定义卸载程序。 谢谢
I have created installer and uninstaller using izpack. The problem I am facing is when I unisntall it remove everything I have installed. I would like to customise my uninstaller according to my configuration because I need to keep fee files and remove the rest when I run my unisntaller. As long as I have understand and study about izpack, the default behaviour of unistaller is, it remove everything what installer has install.
So is there any way we can customise uninstaller and how.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在您的包标签下定义uninstall=no,卸载程序属性的值使您可以自由选择将您的包附加到卸载程序或将其分开。以下是示例代码:
Define uninstall=no under your pack tag, the value of uninstaller attribute give you freedom to choose your pack attach with uninstaller or separate it. Following is the sample code for this:
izpack 是开源的。获取其源并更改卸载程序类。
izpack is open source. Get its source and change the uninstaller class.