ACE27: Duplicate File Data Without the Required Standard Actions
AdminStudio 2023 | 25.0 | Application Manager
Edition:This test is included in AdminStudio Professional and Enterprise Editions.
ACE27 checks whether data in the DuplicateFile table is executed with an associated DuplicateFiles standard 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 'DuplicateFile' table but not the necessary actions to use this data. You should consider whether a 'DuplicateFiles' or 'RemoveDuplicateFiles' action is needed for your 'InstallExecuteSequence' table.
Background
If a package contains data in the DuplicateFile table but not the necessary actions to use this data, ACE27 fails.
Resolution
Manual Fix
To resolve this issue, determine whether a DuplicateFiles action or a RemoveDuplicateFiles 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 DuplicateFile table.