cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MAXIMIZE
Level 3

"-6103: Could not find file ..." when assigned files to the "SystemFolder"

Hi everyone!

Please tell me how to resolve the errors as follows?

Building the installation package including some binaries to put into the "ProgramFilesFolder" is succeed.
And building the package including same binaries to put into the "SystemFolder" is failed with errors "-6103 : Could not find file "..."".

Thank you.
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

Have you verified that your files exist in the path mentioned in the -6103 message? Note that InstallShield is running as a 32-bit process, so if it mentions a folder such as C:\Windows\System32\... in the message, its attempts to read files in that folder will be remapped to the equivalent location in C:\Windows\SysWOW64\... by Windows itself. (I would typically suggest putting your source files in a build-specific location rather than a location equivalent to their eventual installation location, in part to avoid redirection cases like I describe here.)
0 Kudos