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
- :
- ISIISCosting returned error code 1154
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 08, 2011
08:45 AM
ISIISCosting returned error code 1154
I recently upgraded a InstallScript MSI project from InstallShield 2008 to 2010. The project contained a website application to be installed under the default website.
Target system is a Windows Server 2008 R2.
[CODE]MSI (s) (A8:20) [10:00:10:185]: Doing action: RemoveExistingProducts
Action ended 10:00:10: InstallValidate. Return value 1.
Action start 10:00:10: RemoveExistingProducts.
MSI (s) (A8:20) [10:00:10:185]: Doing action: ISIISCosting
Action ended 10:00:10: RemoveExistingProducts. Return value 1.
MSI (s) (A8:20) [10:00:10:185]: Note: 1: 2235 2: 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'ISIISCosting'
MSI (s) (A8:98) [10:00:10:201]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI3441.tmp, Entrypoint: ISIISCosting
Action start 10:00:10: ISIISCosting.
MSI (s) (A8:20) [10:00:10:217]: Note: 1: 1723 2: ISIISCosting 3: ISIISCosting 4: C:\Windows\Installer\MSI3441.tmp
CustomAction ISIISCosting returned actual error code 1154 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (A8:20) [10:01:01:643]: Product: xxxWebService -- Error 1723.There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action ISIISCosting, entry: ISIISCosting, library: C:\Windows\Installer\MSI3441.tmp
MSI (c) (D0:60) [10:00:10:248]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
Error 1723.There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action ISIISCosting, entry: ISIISCosting, library: C:\Windows\Installer\MSI3441.tmp
Action ended 10:01:01: ISIISCosting. Return value 3.
Action ended 10:01:01: INSTALL. Return value 3.[/CODE]
Anybody an idea? I didn't change anything at the project. At IS2008 everything works fine, but after the conversion to IS2010 the installation fails.
Target system is a Windows Server 2008 R2.
[CODE]MSI (s) (A8:20) [10:00:10:185]: Doing action: RemoveExistingProducts
Action ended 10:00:10: InstallValidate. Return value 1.
Action start 10:00:10: RemoveExistingProducts.
MSI (s) (A8:20) [10:00:10:185]: Doing action: ISIISCosting
Action ended 10:00:10: RemoveExistingProducts. Return value 1.
MSI (s) (A8:20) [10:00:10:185]: Note: 1: 2235 2: 3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'ISIISCosting'
MSI (s) (A8:98) [10:00:10:201]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI3441.tmp, Entrypoint: ISIISCosting
Action start 10:00:10: ISIISCosting.
MSI (s) (A8:20) [10:00:10:217]: Note: 1: 1723 2: ISIISCosting 3: ISIISCosting 4: C:\Windows\Installer\MSI3441.tmp
CustomAction ISIISCosting returned actual error code 1154 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (A8:20) [10:01:01:643]: Product: xxxWebService -- Error 1723.There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action ISIISCosting, entry: ISIISCosting, library: C:\Windows\Installer\MSI3441.tmp
MSI (c) (D0:60) [10:00:10:248]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
Error 1723.There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action ISIISCosting, entry: ISIISCosting, library: C:\Windows\Installer\MSI3441.tmp
Action ended 10:01:01: ISIISCosting. Return value 3.
Action ended 10:01:01: INSTALL. Return value 3.[/CODE]
Anybody an idea? I didn't change anything at the project. At IS2008 everything works fine, but after the conversion to IS2010 the installation fails.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 20, 2012
05:25 PM
Did you ever solve this?