|
|
This post has NOT been accepted by the mailing list yet.
Hey everyone,
Thanks for taking the time to read this and maybe help me.
So I use wix to install some database stuff to sql2005. Trying to move forward I am testing the installers for sql2008. anyways when i check the logs i get an error sayin.
SchedSecureObjectsRollback: Failed to store ACL rollback information with error 0x80070003 - continuing
I have 2 questions.
1. what does SchedSecureObjectsRollback do? its been hard to find information at all about this call.
The log looks like this
MSI (s) (74:14) [12:45:16:396]: Doing action: SchedSecureObjectsRollback
Action ended 12:45:16: UnpublishFeatures. Return value 1.
MSI (s) (74:58) [12:45:16:405]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI891F.tmp, Entrypoint: SchedSecureObjectsRollback
MSI (s) (74:8C) [12:45:16:406]: Generating random cookie.
MSI (s) (74:8C) [12:45:16:425]: Created Custom Action Server with PID 3712 (0xE80).
MSI (s) (74:9C) [12:45:16:658]: Running as a service.
MSI (s) (74:9C) [12:45:16:664]: Hello, I'm your 32bit Impersonated custom action server.
Action start 12:45:16: SchedSecureObjectsRollback.
SchedSecureObjectsRollback: Failed to store ACL rollback information with error 0x80070003 - continuing
SchedSecureObjectsRollback: Failed to store ACL rollback information with error 0x80070003 - continuing
SchedSecureObjectsRollback: Failed to store ACL rollback information with error 0x80070003 - continuing
SchedSecureObjectsRollback: Failed to store ACL rollback information with error 0x80070003 - continuing
MSI (s) (74:14) [12:45:16:732]: Doing action: RemoveRegistryValues
Action ended 12:45:16: SchedSecureObjectsRollback. Return value 1.
any help on solving this error or just information would be helpful.
Thanks.
PS> sorry if this is not the right area to post this.
|