I'm using setup factory 9.3.1 which installs my application fine, however upon uninstalling the application it doesn't seem to remove any folders (files do get removed though) in the installation folder, nor any of the uninstaller support files and executable even on reboot. The uninstall.xml contains a series of folders under the <UninstallFolders> tag but doesn't remove any of them. I even manually set the parent folders using UninstallData.AddItem(UNINDATA_FOLDERS, {FolderPath=installationFolder}); on the install actions and logging seems to say it successfully but again folder and it's children don't seem to be removed. In the uninstall log file I have a bunch of [06/06/2019 17:10:27] Success Remove file: xxx but there isn't a single one that says Remove Folder.
I'm not sure what I'm doing incorrectly or if this version is buggy, any ideas?
I'm not sure what I'm doing incorrectly or if this version is buggy, any ideas?
Comment