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
- :
- Re: ResultCode=-5003 on a silent install
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 13, 2009
04:17 PM
ResultCode=-5003 on a silent install
What does this error code mean and how can I fix it? I don't see it listed in the result codes list.
[InstallShield Silent]
Version=v7.00
File=Log File
[ResponseResult]
ResultCode=-5003
[ExtendedError]
ErrorInfo=>SetupDLL\SetupDLL.cpp (1799)
PAPP: Pro Script
PVENDOR:thevendor
PGUID:201A2CD1-4140-420E-A17B-8F0C5CD0EDCC
$11.0.0.28844PAK
@Windows XP Service Pack 3 (2600) IE 7.0.6000.16876
[InstallShield Silent]
Version=v7.00
File=Log File
[ResponseResult]
ResultCode=-5003
[ExtendedError]
ErrorInfo=>SetupDLL\SetupDLL.cpp (1799)
PAPP: Pro Script
PVENDOR:thevendor
PGUID:201A2CD1-4140-420E-A17B-8F0C5CD0EDCC
$11.0.0.28844PAK
@Windows XP Service Pack 3 (2600) IE 7.0.6000.16876
(6) Replies
‎Aug 14, 2009
12:09 AM
can you give more information regarding the problem you are facing..like which type of project you are using ....and on which setup installation you are facing this problem??
Thanks,
Madhu.
Thanks,
Madhu.
‎Aug 14, 2009
12:16 AM
once follow the following steps to run your setup..
1) Go to the system folder ( \winnt\system32) and find cabinet.dll;
2) If you can find this file, rename it to something like cabinet_backup.dll
3) Run the package again to see if it works. If it works, go to the system folder to see if cabinet.dll is there.
if this solution does not work.. let me know..
1) Go to the system folder ( \winnt\system32) and find cabinet.dll;
2) If you can find this file, rename it to something like cabinet_backup.dll
3) Run the package again to see if it works. If it works, go to the system folder to see if cabinet.dll is there.
if this solution does not work.. let me know..
‎Aug 14, 2009
01:20 PM
Thanks for your reply Sandeep.
I am calling an setup built with Installshield 11.5 from another setup built with Installshield 9 using this command:
LaunchAppAndWait(PACKAGE_LOCATION ^ "pccw_setup.exe", "-s -f1" + "\"" + PACKAGE_LOCATION + "setup.iss " + "\"" + " -f2" + "\"" + WINDIR + "PCCharge_SI.log" + "\"",WAIT);
I tried your suggestion above, the cabinet.dll was present. I rename, ran the install again. It failed again, and the cabinet.dll was regenerated.
I am calling an setup built with Installshield 11.5 from another setup built with Installshield 9 using this command:
LaunchAppAndWait(PACKAGE_LOCATION ^ "pccw_setup.exe", "-s -f1" + "\"" + PACKAGE_LOCATION + "setup.iss " + "\"" + " -f2" + "\"" + WINDIR + "PCCharge_SI.log" + "\"",WAIT);
I tried your suggestion above, the cabinet.dll was present. I rename, ran the install again. It failed again, and the cabinet.dll was regenerated.
‎Aug 16, 2009
11:08 PM
can you try this ..
the ikernel engine is locked in memory - reboot, then rename your
\program files\common files\installshield\professional folder
then reboot again and try running setup.
Ex:Rename your professional folder in to
\program files\common files\installshield\professional_RunTime
the ikernel engine is locked in memory - reboot, then rename your
\program files\common files\installshield\professional folder
then reboot again and try running setup.
Ex:Rename your professional folder in to
\program files\common files\installshield\professional_RunTime
‎Aug 17, 2009
11:19 AM
Still failed with same error code. The install shield professional folder was regenerated. I created a .bat file to run the install using the same arguments and that worked. The only time it doesn't work is when I run the install from Install Script. I may try launching this bat file from the install rather than trying to run this install.