This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- "-6103: Could not find file ..." when assigned files to the "SystemFolder"
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jan 08, 2015
11:11 PM
"-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.
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.
(1) Reply
Jan 09, 2015
08:35 AM
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.)