I'm reading my installer log, there are error lines (bolded) that steal my attention :
Action start 11:45:30: UnpublishFeatures. Action ended 11:45:30: UnpublishFeatures. Return value 1. MSI (s) (94:08) [11:45:30:823]: Doing action: SchedSecureObjectsRollback Action start 11:45:30: SchedSecureObjectsRollback. MSI (s) (94:54) [11:45:30:845]: Invoking remote custom action. DLL: C:\Windows\Installer\MSID72B.tmp, Entrypoint: SchedSecureObjectsRollback MSI (s) (94:74) [11:45:30:845]: Generating random cookie. MSI (s) (94:74) [11:45:30:847]: Created Custom Action Server with PID 2260 (0x8D4). MSI (s) (94:3C) [11:45:30:875]: Running as a service. MSI (s) (94:3C) [11:45:30:876]: Hello, I'm your 32bit Impersonated custom action server. MSI (s) (94!FC) [11:45:30:912]: Note: 1: 2753 2: lookserver.config MSI (s) (94!FC) [11:45:30:912]: Note: 1: 2753 2: lookserver.config *SchedSecureObjectsRollback: Error 0x8007007b: Unable to schedule rollback for object: SchedSecureObjectsRollback: Failed to store ACL rollback information with error 0x8007007b - continuing MSI (s) (94!FC) [11:45:30:914]: Note: 1: 2753 2: stats.config SchedSecureObjectsRollback: Error 0x8007007b: Unable to schedule rollback for object: SchedSecureObjectsRollback: Failed to store ACL rollback information with error 0x8007007b - continuing MSI (s) (94!FC) [11:45:30:915]: Note: 1: 2753 2: LookserverMon SchedSecureObjectsRollback: Error 0x8007007b: Unable to schedule rollback for object: SchedSecureObjectsRollback: Failed to store ACL rollback information with error 0x8007007b - continuing Action ended 11:45:30: SchedSecureObjectsRollback. Return value 1.* MSI (s) (94:08) [11:45:30:916]: Doing action: UninstallPerfCounterData Action start 11:45:30: UninstallPerfCounterData. MSI (s) (94:84) [11:45:30:941]: Invoking remote custom action. DLL: C:\Windows\Installer\MSID79A.tmp, Entrypoint: UninstallPerfCounterData Action ended 11:45:30: UninstallPerfCounterData. Return value 1. I'm not sure SchedSecureObjectsRollback does in here. But what I did was setting permission to 3 files (lookserver.config, stats.config, and lookserverMon) with this line in my wxs file: <Component Id="lookserver.config" Guid="*" NeverOverwrite="yes" Permanent="yes"> <File Id="lookserver.config" KeyPath="yes" Source="$(var.SolutionDir)..\..\Install\Configuration Files\Server\lookserver.config"> <util:PermissionEx User="[IISUSER]" ChangePermission="yes" GenericRead="yes" GenericWrite="yes" /> </File> </Component> and file permission is set properly. My question is should I concern to these error lines? Any help would be appreciated. Don -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/SchedSecureObjectsRollback-error-tp7586814.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users