Oh, for reference: 0x8007065a is Win32 error (because 0x8007nnnn represents
FACILITY_WIN32 in an HRESULT) number 1626 (0x65a), which if you look in the
Platform SDK header WinError.h is code ERROR_FUNCTION_NOT_CALLED. The
documentation for MsiDoAction indicates that this means 'The action was not
found.'

 

>From there I looked for the action in the .wxs file used to generate the
.wixlib embedded in the WixUtilExtension extension DLL, and when I didn't
find it, I went looking for the cause.

 

-- 

Mike Dimmick

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of koawmfot
Sent: 05 June 2007 18:37
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] problem with serviceconfig

 

using v3.0.2911.0 i had no problem with the WixUtilExtension and
ServiceConfig element.  I just installed v3.0.3001.0 and now my msi dies
when it gets to SchedServiceConfig.  below is the relevent MSI log file
information: 

 

Action start 13:26:37: SchedServiceConfig.
MSI (s) (10!38) [13:26:37:715]: Doing action: RollbackServiceConfig
Action start 13:26:37: RollbackServiceConfig.
Action ended 13:26:37: RollbackServiceConfig. Return value 0. 
SchedServiceConfig:  Error 0x8007065a: Failed MsiDoAction on deferred action
SchedServiceConfig:  Error 0x8007065a: failed to schedule
RollbackServiceConfig action
MSI (s) (10:EC) [13:26:37:715]: Machine policy value 'DisableRollback' is 0 
MSI (s) (10:EC) [13:26:37:715]: Note: 1: 1402 2:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollb
ack\Scripts 3: 2 
Action ended 13:26:37: SchedServiceConfig. Return value 3.

 

I tried the different versions and recompiling the same code with any
version from v3.0.2921 and higher does not work.  Was something changed in
the newer version of WixUtilExtension.dll that broke it?

 

thanks

doug

-------------------------------------------------------------------------
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