
On Tuesday, July 5, 2022, 10:32:46, Ahmed Hesham wrote:
when I start the installer in a long path (installer name included).
Are you using any [Code] in your installer, specifically, calling any external DLL functions? Inno Setup is written in Delphi, so it doesn't use ucrtbase.dll anywhere.
On Wednesday, July 6, 2022, 08:58:05, Ahmed Hesham wrote:
Only this:
In that case, it's probably something on your computer injecting a library into the process, which is then causing the failure. I have tested one of my installers in a deep path, and as long as the full path + installer executable name did not exceed 260 characters, the Setup worked without problems.