Issue Details (XML | Word | Printable)

Key: IZPACK-62
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Dennis Reil
Reporter: Shailesh Mangal
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IzPack

To be able to choose creation of uninstaller based on some parameter/condition (e.g. type of install)

Created: 14/Apr/08 08:34 PM   Updated: 23/Apr/08 02:02 PM   Resolved: 22/Apr/08 06:41 AM
Return to search
Component/s: Uninstaller
Affects Version/s: None
Fix Version/s: 4.0.0

Time Tracking:
Not Specified

Environment: Windows XP


 Description  « Hide

Currently, uninstaller can be either on or off using following setting in info element.
<uninstaller name="uninstaller" write="no"/>

But there is no setting which can do this on certain condition or dynamic variable. One of the usecase is that if you are just upgrading the preinstalled software, uninstaller is not really needed.



Dennis Reil added a comment - 22/Apr/08 06:41 AM

A condition can now be specified on the uninstaller element. If this condition is evaluated to true, an uninstaller will be created, otherwise the creation will be skipped.


Julien Ponge added a comment - 23/Apr/08 02:02 PM

The issue is confirmed to be closed.