I am using install4j 6.1.3 to create installer.
There is Uninstall previous installation action as the first action of gthe Installation action set.
But when doing upgrade, I always get the error message
could not delete {installedDir}\.install4j
during Uninstall previous installation action on Windows platform.
I've tried to set the Uninstallation policy to If created, but not for update, but it still not work.
Does anyone know what's the problem here?
How to avoid install4j deleting .install4j directory when doing upgrade?