ACE33: RemoveFile Data Without the Required Standard Actions
AdminStudio 2022 | 23.0 | Application Manager
Edition:This test is included in AdminStudio Professional and Enterprise Editions.
ACE33 checks whether data in the RemoveFile table is being executed with an associated RemoveFiles action.
Test Group/Test Category/Test Subcategory
Best Practices/Windows Installer Best Practices/Recommended Rules
Severity
Warning
Message
The package contains data ([FileKey]) in the 'RemoveFile' table but not the necessary actions to use this data. You should consider whether a 'RemoveFiles' action is needed for your 'InstallExecuteSequence' table.
Background
If a package contains data in the RemoveFile table but not the necessary actions to use this data, ACE33 fails.
Resolution
Manual Fix
To resolve this issue, determine whether a RemoveFiles action is needed for your InstallExecuteSequence table. If so, either open the MSI file in InstallShield Editor and add the appropriate action to the InstallExecuteSequence table, or remove the unused data from the RemoveFile table.