I am using Advanced Installer 17.7 to build my installer. After installation, I noticed that a full copy of the installer is stored under the following path:
C:\ProgramData\Caphyon\Advanced Installer\{GUID}
I understand this might be related to maintenance features such as Repair, Modify, or Uninstall. However, in my use case, I do not require these features, and I would like to completely disable this caching behavior to avoid unnecessary disk usage and leftover files.
Could you please clarify:
Is there an official way to disable this cache mechanism?
Which exact setting(s) control this behavior?
Does this apply differently for MSI vs EXE projects?
If it cannot be disabled, what is the recommended workaround?
Any guidance would be appreciated.
Thank you!