Timo Kunze <[EMAIL PROTECTED]> writes:

> www.timosoft-software.de/stuff/setup.log

Your server claims "Content-Type: audio/mpeg".  Please fix that.

> I guess the problem is in line 295 where something seems to return
> 0x80030002 (STG_E_FILENOTFOUND). I've no clue which file could be meant.

You are referring to this line:
MSI (s) (04:10) [02:27:13:917]: Note: 1: 2262 2: AdminProperties 3: -2147287038 

According to the documentation of the AdminProperties property
<http://msdn2.microsoft.com/library/aa367542.aspx>, Windows
Installer can save the values of some properties when an
administrative installation is made (msiexec /a).  I assume it
would save the properties to the AdminProperties stream within
the MSI file.  This error then means that Windows Installer did
not find that stream in your MSI file, presumably because it is
not an administrative installation.  The error is thus to be
expected, and installation proceeded past it, so you should
ignore it.

The real error is on lines 561-566:

Aktion 02:27:17: RollbackServiceConfig. 
Aktion gestartet um 02:27:17: RollbackServiceConfig.
Aktion beendet um 02:27:17: RollbackServiceConfig. Rückgabewert 0.
SchedServiceConfig:  Error 0x8007065a: Failed MsiDoAction on deferred action
SchedServiceConfig:  Error 0x8007065a: failed to schedule RollbackServiceConfig 
action
Aktion beendet um 02:27:17: SchedServiceConfig. Rückgabewert 3.

This error occurs because of a bug that was fixed in WiX 3.0.3022.0:
"PMarcu: Fix for ServiceConfig CA's to call correct rollback entrypoint."
So, upgrading should help.  Alternatively, you could edit the
CustomAction table in your MSI file.

Attachment: pgpadLznxG8K1.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to