There are 2 issues with fxreg.exe's call to deploy.dll for RegisterDeploy and UnregisterDeploy
1. If RegisterDeploy or UnregisterDeploy fail, it will not inform the MSI or the user of failure
2. During uninstall, it will return false, rather than do the rest of the uninstallation (such as removing the jar files)
These 2 issues should be fixed in 2.2.
See alsoRT-20408.
1. If RegisterDeploy or UnregisterDeploy fail, it will not inform the MSI or the user of failure
2. During uninstall, it will return false, rather than do the rest of the uninstallation (such as removing the jar files)
These 2 issues should be fixed in 2.2.
See also