sjblack@gmail.com
Posts: 36
Joined: Mon May 23, 2011 11:50 am

Build failure, Error Code: -536870888 (0xE0000018)

I have a project that built fine in version 14.5.2 after upgrading to 14.9 it has started failing with the following output:

Checking builds status
Build required.

[ DefaultBuild ]
Downloading Windows Installer setup file(s)
-536870888
Error details

Build finished because an error was encountered.


DETAILS:


-536870888

Advanced Installer 14.9 build d1a66ff2f1
*** Stack Trace (x86) ***

[0x748daa12] RaiseException()
[0x02c9a6dd] -----
[0x01d8b826] -----
[0x01d5a40a] -----
[0x02bf0916] -----
[0x01a82048] -----
[0x01bc1130] -----
[0x01839721] -----
[0x01839729] -----
[0x017812e5] -----
[0x0178a0fc] -----
[0x0244c170] -----
[0x01ee63d1] -----
[0x77ce0fa9] RtlSubscribeWnfStateChangeNotification()
[0x77ce0f74] RtlSubscribeWnfStateChangeNotification()
[0x013d0000] MODULE_BASE_ADDRESS


Does anyone know of a solution to this? Any help is appreciated.

Thanks
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Build failure, Error Code: -536870888 (0xE0000018)

Hello,

I'm not so sure if this is the case, but this may happen due to a Windows Installer prerequisite included into your setup project in "Prerequisites" page.

Can you send us your AIP (project file) by email to support at advancedinstaller dot com so we can investigate its settings?

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
sjblack@gmail.com
Posts: 36
Joined: Mon May 23, 2011 11:50 am

Re: Build failure, Error Code: -536870888 (0xE0000018)

This does appear to be something to do with the "windows installer for windows XP" prerequisite. If I remove it everything is fine. This is not something I can do unfortunately, is there anyway i can fix this?
Daniel
Posts: 8238
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Build failure, Error Code: -536870888 (0xE0000018)

Hello,

This could happen indeed if you have added into your setup project our Windows Installer 3.1 (or lower version) predefined prerequisite. Unfortunately we do not maintain and support anymore this version of Windows Installer prerequisite.

As a workaround you can proceed like this:

1. open your setup project in Advanced Installer and go to "Prerequisites" page
2. delete the "Windows Installer 3.1" (or older version) prerequisite and add the "Windows Installer 4.5" prerequisite from our predefined list; save the project
3. close and reopen Advanced Installer; load your setup project and rebuild it

Let us know if this helped.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”