Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
1.4.0
-
None
-
Windows 7
Description
We use during installation some non persistent variables. When we cancel the installation, the undo for this operation works fine.
But when we want to uninstall, we got an error for this operation : the undoOperation method tests if the non persistent variable exists with the same value and returns false if not, which raises an error.
The method should not return false in this case