Loading
What actually causes the 4093 Build Error and can it be cleaned up by some other means from what is described here...

We get the 4093 error on a localized .msi when building with Standalone Build 2023:

 

ISDEV : fatal error -4093: Cannot copy source '...\DiskImages\DISK1\cloud-viewer.msi' to target '...\DiskImages\DISK1\1046.msi'ISK1\1046.msi'

 

The way we work through it currently is remove the supported language from the template then recompile. We can then add it back and recompile the install package successfully.

 

My question is... is this the only workaround or is there some other way to clean whatever cache might be involved (delete or clear a folder, etc)?


Loading
What actually causes the 4093 Build Error and can it be cleaned up by some other means from what is described here...