Cleaning up privilege assignments

Hi there
the scenario is as follows: during initial load the privilege-assignments have been loaded into IDM directly from the target systems as direct assignments. Now, some Business Roles (MX_ROLE) were created and some of the privileges were assigned to those roles. The business roles were assigned to the identities in IDM. As expected, the identities end up in having the privilege directly assigned due to initial load and indirectly assigned via business roles.
Now we would like to clean up the identity store so that privileges coming from a business role are only inherited but not directly assigned. My first thought how to solve this was to query the MXI_LINK table: mcAssignedDirect > 0 && mcAssignedInheritCount > 0. With this result I'd have an toIdentityStore pass       with MXREF_MX_PRIVILEGE = {D}{LINKID=%link%}%mskey%
Is this a good idea? I hope that deprovisioning won't start here? Is there any other concept to clean this up?
Best regards
Matthias

Hi Matthias,
Yes it will work, but I will suggest with this MXREF_MX_PRIVILEGE = {D}{LINKID=%link%}%mskey% to use a bypass, so you won't trigger provisioning in IdM.
Example:
MXREF_MX_PRIVILEGE = {D}{BYPASS_MEMBER_TASK=1!!BYPASS_MODIFY_TASK=1!!LINKID=%link%}%mskey%
BR,
Simona

Similar Messages

  • Multiple privilege assignments execute multiple CreateUserTasks

    Hi all
    I have set up a CreateUserTask which has an "Send Passwort Mail"-Task in "Execute Task on OK result".
    My procedure to create a user is quite simple: I go to the WebUI, use task "Create Identity" and (for testing) assign 2 privileges from the same ABAP-System it.
    When the provisioning tasks start I can see in the JobLog that each job (SetTempAccountFlag, custom_SetPassword, CreateABAPUser, custom_SendEmail & custom_UnSetPassword) is executed twice (if I assign 5 privileges or a role which contains 5 privileges the jobs are run 5 times).
    My problem is that the "Send Password Mail" task is also executed that many times, so the end user receives 2 (or 5) emails from the IdM system.
    How can I implement the "Send Email" Task into my task chain so that it is executed only once?
    BR
    Michael

    First my Task was part of the OrderedGroup "CreateABAPUser". Then I moved it to the task result action on OK, but it is still executed x times.
    I made a copy of the SAP-PF for my purposes so you are able to follow my task-names and task-flow there.
    I tried to use the on OK result in Task "ProvisionABAPAccountToSystem" but the email is sent twice (for two privilege-assignments). I can't go higher in the task-order because the next-level task would be ProvisionABAPUser which is executed too often.
    So I will try to use Flags as you recommended - although I never used flags before and thus this will be a little tricky and confusing I suppose
    Any other thougths are still welcome...
    BR
    Michael

  • Profile Type Privilege Assignments through IDM roles are stuck in Pending State

    Hi Everyone,
    We are getting a strange problem in our project in IDM 7.2 SP8. We use IDM role based concept where backend system specific technical roles, profiles (called as privileges in IDM) combined into IDM roles and these IDM roles are assigned to users.
    Events are configured on the privileges level (i,e backend system specific technical roles, profiles) in IDM so that once a IDM role is assigned to a user the corresponding privileges are assigned to user in IDM and these assignments triggers provisioning to associated backend systems.
    Now for role type privileges the provisioning is working fine. But for profile type privileges the provisioning status is always showing as pending and nothing happening and even no logs are showing in job log.
    I tried with execution of the mc_analyze_assignments stored procedure that came with SP08 to find the logs at least but still no information appearing. Looks like the triggering itself is not happening.
    I also compared the member events definition for the profile type privileges with the role type privileges (for which the provisioning is working fine) and looks like the settings are exactly same.
    Can any one suggest any other things that we are suppose to check? Any help is highly appreciable.

    Hello Venkata,
    did I understand correctly: You have business roles, that have SAP-profiles & SAP-roles (both privileges in IDM) assigned. Now you assign such a business role to a user, but only the SAP-roles are provisioned to the backend system and the SAP-profiles are not?
    Since you can see them in the UI for the user as pending, it looks like at least the provisioning is triggered, just not completed.
    You could check with the following SQL-statement, if they are waiting for the sucessful completion of another task and work your way from there:
    select * from mxp_provision where msg like 'Wait for%'
    The MSG-column gives you the audit-id of the "blocking" task and you can find more information about that one via
    select * from mxp_audit where auditid=<auditid>
    to see, what is going on there.
    Also do you have access to the Monitoring-tab via http://<portalurl:port>/idm/admin? In the provisioning-audit you might find some clues for those operations, too.
    Regards,
    Steffi.

  • SAP IDM 8.0 Provisioning of group privilege assignments

    Hi,
    I set up Active Directory as a target system. I imported the new packages for Eclipse and did the initial load for AD (System privileges were created).
    When I assign the PRIV:AD:ONLY privilege to an identity, the identity gets provisioned to AD.
    When I assign the PRIV:AD:ONLY privilege to a group, the group gets provisioned to AD.
    So far so good.
    But when I assign the group to the identity I get the error in the execution log:
    Cannot obtain mskey for group privilege PRIV:GROUP:AD:CN\=MY AD GROUP\,CN\=GROUPS\, DC\=DUMMY\, DC\=COM
    The CN represents my CN in the Active Directory, but, I have no PRIV:GROUP:AD privilege?
    so I can not provision group assignments to AD and I used only the default packages with no modifications.
    And an additional question, when does the RDS for 8.0 comes out?
    Are there some predefined approval processes like in 7.2?
    Thanks, Patrick

    Hi Jai,
    Ahhhh
    Thank you! you pointed me in the right direction, I disabled a few actions in the initial load job, including "WriteGroupPrivileges".
    I had to disable the following Attributes: MX_INHERIT, MX_GROUP_INHERITANCE
    I got the following error:
    Value not legal for this attribute:Attribute: MX_GROUP_INHERITANCE" when storing attribute 'MX_GROUP_INHERITANCE=ONE'
    Thanks for the fast help!
    Patrick
    Edit: Do I need for every Group in IDM a privilege for the target system?

  • ValidTo and ValidFrom for privileges and roles (since SP2) - no effect

    Hi IDM Community,
    has anybody tried the new functionality that you can enter validfrom and validto values for role assignments and privilege assignments in business roles?
    In my case I can define these values in a workflow but I don't see any effect. There are no values for these attributes written to the database. I think that normally there should be some MX_PENDING_VALUE objects created in which the validfrom, validto should be stored. But nothing happens. When I define a validfrom, validto value for a privilege in a business role and submit the change and view the details of the role again there is no validto or validfrom assigned for this privilege.
    Has anybody encountered the same problem?
    BR
    Jörn Kaplan

    Hello,
    I am testing the abap -- initial load (SP2)"WriteABAPUsersRolePrivilegeAssigments"-pass with the ValidTo and ValidFrom and the  "sap_getTimeDependentPrivilege"- Jscript. 
    There is always an error:
    "putNextEntry failed storingXXXXXXX
    Exception from Modify operation:java.lang.IllegalArgumentException: Entry does not exist - entry: XXXXXXX
    The logonuid XXXXXXX is stored in sap%$rep.$NAME%roleAssign and sap%$rep.$NAME%role.
    SP1 is running!
    But I dont want to lose TimeDependentPrivilege like in Initial Load (SP1)
    Who can help me?
    BR Chris

  • Role assignments not set in ABAP but IdM indicates OK status

    Hi,
    We went live with IDM 7.2 SP8 last month. We have started to see issues with Business Role assignments in target systems. Generally, BR assignments are parsed to respective privileges and assigned correctly. Sometimes privileges in one target will get assigned but not in another target. Occassionally assigning privileges to one target does not get through either. In all cases the IdM assignment is marked as 'OK', but when we check the backend the assignment is not there. Log entries don't show any jobs triggered for the target that failed to update (and consequently there is no log entries in that target either). But why would IdM mark the specific privilege as 'OK' status -- it should either remain 'Pending' or 'Failed' but certainly not 'OK'.
    This effect is inconsistent -- it works correctly at times and fails at others -- increasingly more failures. There is nothing different about the users or environment. We see this in ECC, BW, GTS, etc. We have 36 prd and non-prd systems linked systems. Initially we thought this only affected prd systems as BR's only have prd privileges and the PRD targets are load-balanced. For non-prd systems the assignments are direct privileges, not BRs, and they are not load-balaced. We are now seeing this in behavior in all environments for BR's or direct privilege assignments, in prd and non-prd targets.
    Since BR's have appovers we cannot remove BR's and re-assign in production. So for non-prd targets we have removed the privileges, those that indicated 'OK' but did not get set in the target, and reapplied -- the privileges get deleted successfully without any corresponding job being triggered and then when we re-add it the assignment goes into 'OK' status without any job being triggered.
    When we tried assigning another user the same privileges it went through fine to the target and IDM marked 'OK' -- exactly as it is supposed to work (non-prod privileges have no approvals).
    We are not able to re-produce this in our DEV environment -- the targets are non-load balanced. The assignments work consistently, both BR's and privileges.
    Has anyone seen such behavior by IdM?
    Thanks for your thoughts.
    Ashok

    Hi,
    Thanks for the suggestion. But ours was a different problem.
    The issue was with a faulty reconciliation job that had been fixed. But it had done its damage before the fix and this caused the inconsistent behavior.
    During the reconciliation job (to update changed and add new backend roles in IDM) various task trigger attributes get disabled and then re-enabled after the import. These disabled triggers did not get re-enabled for the privileges on some systems. And the reconciliation job was also delta enabled, so only new privileges, after the initial load, should have been impacted. But impact to many privileges -- all privileges of some target systems -- misled our investigation. The timing of the reconciliation job executions kind of added to the confusion and inconsistencies during the initial setup. But we finally tracked this down and wrote a custom job to fix the triggers for only the affected privileges. Assignments to all systems started to function successfully as expected.
    Best regards,
    Ashok

  • How do you complete or re-attempt failed provisioning tasks

    Hi All,
    If a modify operation has been perfomed, and subsequent provisioning tasks failed, is there a way to get IdM to go back and attempt to complete the failed task and remaining tasks.
    For example, when the MX_VALIDTO attribute changes we call an event task to determine if MX_DISABLED should be set or not. This task is a generic pass which executes some logic which evaluates other attributes. This step failed because we caused an error to be raised due to an unexpected value in one of those other attributes.
    We have now modified the logic in the script and want to 're-provision' the failed task without triggering a new change on the identity.
    I know about the uRetryPrivilegeAdd and uRetryPrivilegeRemove internal functions, but it seems as if these only deal with cases where privilege assignment had failed. Is there something similar that will reconcile and clean up failed task heirarchies where it is just attribute / entry modifications rather than privilege assignments.
    Regards
    Paul

    Hi Paul,
    Hope all is going well with your project, the two bits of code you need for this are:
    Find all the failed privileges for an Identity
    var sql = "SELECT MSKEY,aValue,provstatus FROM MXPV_Priv_AddStatus WHERE (MSKEY = " +V_MSKEY +" and (ProvStatus = 1001 or ProvStatus = 1101))";
    sqlresult = uSelect(sql);
    This will give you a load of pairs of failed MSKEY - identity and aValue - privilege, which you need to split into strings via an array and then into values, and you can then retry using
    retry = uRetryPrivilegeAdd(provmskey,provavalue);
    I've put the full code on http://sap-idm.blogspot.com/2011/01/retrying-failed-provisioning-tasks-in.html in case you need more information.
    Good luck,
    Ian Daniel

  • IDM Org Chart Postions need to be created automatically in IDM as MX_ROLE

    Hi,
    We have a requirement to create the org chart positions with a one to one mapping to IDM Business Roles but there is no standard SAP functionality to do this in the SAP Provisioning Framework or VDS.
    Creating each Business Role will take too long and we need to have a process where new positions in HR are autmatically created as an MX_ROLE entrytype in IDM
    Can anyone help me in determining an effective way so that all business roles can be created from the ECC HR Org Chart as an initial load type job?
    We do not expect to have any privileges assigned yet only the MSKEYVALUE and the Description loaded into IDM for MX_ROLE entrytype. The privilege assignments will be a manual process.
    Thank you
    Shan

    Hi there,
    I have also been trying to do this but am not very good at abap  so am having trouble doing the extract from HR for the positions.
    Can you help with the position extract part of this configuration.
    If i understand correctly you are loading a file into IDM which creates all the business roles which is exactly what I want to do.
    Thanks,
    Shan

  • Group owners can't manage own membership

    I want to let group owners manage thier own membership (add and delete users from thier group only). Being assigned as "group owner" doesn't provide any mechanism that I could find to do this. However, assigning the group's "Privilege Assignments, Allow Group Editing" is too powerful, allowing membership management of all groups. We are using portal version 9.0.2.3.0B
    What am i missing?

    Applied patch but it did not help. Nor did the workaround work. I can logout, close the browser and upon logging back in I still cannot manage my group.
    I am both the owner and a member of my group.
    The error I get is:
    Group Management Error!
    No Privilege to Edit Group.

  • Context based assignment - context filter to display roles

    Hi!!
    I would like to make a guided task with a context named SYSTEM that contains values such as SAP ECC / SAP BW... and once the user selects the system (s) he wants (step 1), the appropriate roles (corresponding to the value of the context SYSTEM) display in step 2.
    I assign the MX_CTX_TYPE to the roles. Roles having context type SYSTEM were well display. Then I add the MX_CTX_CONDITIONAL (by modifying the attr to allow assignment to MX_ROLE entrytype) to the same roles. But it seems that the filter is made at contexte type level and not value context level.
    1 : Do you think if it's possible to use context value as filter for displaying roles in step 2?
    2 : Do you know a way to filter on system for displaying roles in order to assign them to a user even if it's not a guided task? I tried to use the FIELD functionnality but it seems that it's not allow with the attribute type of MX_ASSIGNMENT.
    Thanks,
    Guillaume

    Also suggest that you have a look at the MX_ASSIGNMENT attribute on the user, for use in the WebUI. This attribute will allow you to see both role and privilege assignments in a WebUI task. This also has the "context" setting as you mentioned.
    Regards
    John Erik Setsaas
    Development Architect IdM

  • Provisioning multiple AD Groups from a Single Privilege

    Experts,
    We're encountering a situation here when we provision to multiple Active Directory groups from a single IDM Role.
    The scenario is this:
    We have a workflow that has multiple conditional and switch tasks that result in the provisioning of users to Active Directory 2008 (mixed mode) Our workflow uses the provisioning framework and all users have been granted the ONLY privilege for the system.
    The workflow will result in adding the users to multiple AD groups sometimes two AD groups that are associated with a single IDM role. The first assignment always works, the second does simply does not occur, no entry in the system or job log although IDM does show that the role has been assigned with an 'OK' status.
    We've accomplished a workaround by redesigning the workflow so that only single roles are assigned at a time and using chain result OK links to move from one provisioning activity to another, but frankly, we are unsatisfied with this.  IDM should be handling this much better through
    I'm wondering if we have a pending value floating out there and we should just be applying the pending value at the end of every AD group add.
    Any thoughts on this would be appreciated.
    Thanks,
    Matt

    Matt,
    In your post you mention "I'm wondering if we have a pending value floating out there and we should just be applying the pending value at the end of every AD group add"... I'm faced with a similar issue were I'm left pending values for privileges after the group is assigned.
    I've imported the AD groups as privileges. I assign them without issue. But when I review the assignments I can see that each corresponding privilege assignment now has a pending value. I can not remove the privilege from the user at this point.
    Have you seen this before? Any suggestions on how I can clean this up. BTW, I'm using the SAP PF basically unchanged...
    Thanks!

  • Delete Role Assignments directly from an ABAP System

    Hi folks!
    I'm working on a synchronization job and I have a particular challenge, delete Roles assigned to a user in the ABAP System.
    Our use case is this: IDM is regarded as the authoritative source and as such if the user has a privilege in IDM, it should be in the backend.  Easy enough!
    However if the privilege is not in IDM but is in the back-end, it needs to be removed.  Is there a way to do this in IDM? From what I saw in the Framework, we are assuming that the role already exists in IDM.
    I suppose the work around would be to assign and then remove the matching privilege in IDM, but I really don't like that at all, for a number of reasons.
    I looked in the business suite and plain ABAP portions of the framework.  I'll take a more detailed look and also check the RDS, but I get the feeling this will be a toughie.
    Thanks for your help!
    Matt

    Hello Matt,
    so you want to remove local administrated role?
    If the object really is to undo the local administration, I would do this:
    Create a batch job, the passes would be a FromSAP, a ToGeneric and one/two ToSAP
    At first a cleaning pass (the ToGeneric one) which fixes all incorrect assigned privs (re-add directly or remove, depends on what you want/need). The source tab query and destination tab script have to be written though (I guess that is the most time consuming part of the job during implementation)
    The pending privs have to be considered in the provisioning script (I would prefer our own written script over the SAP delivered anytime)
    Copy the Read ABAP pass for users. Remove everything but the logonuid and the role assignments (profile assignments only if needed, too). Maybe use a different table name like sap<repName>userAssignRecon. If the system is very large, this pass has to be optimized filters
    Copy the role provisioning pass from the in-use plugin (SAP or adjusted one) and adjust it like this:
    Source tab query: A query which selects all mskeys of users that have more assigned in the sap table as in the link view. Using the Identity Store so everything of the identity is selected
    Destination tab: Remove the profiles as you haven't mentioned them. If needed I would do the same for profiles as for the roles in a second pass with the profileAssign table.
    Best regards
    Dominik

  • Can not install or uninstall Adobe Air.  Tells me I do not have administrator privileges

    === Verbose logging started: 4/16/2011  12:40:27  Build type: SHIP UNICODE 3.01.4001.5512  Calling process: C:\DOCUME~1\APIDLU~1\LOCALS~1\Temp\AIR9.tmp\Adobe AIR Installer.exe ===
    MSI (c) (5C:C4) [12:40:27:218]: Resetting cached policy values
    MSI (c) (5C:C4) [12:40:27:218]: Machine policy value 'Debug' is 0
    MSI (c) (5C:C4) [12:40:27:218]: ******* RunEngine:
               ******* Product: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (5C:C4) [12:40:27:234]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (5C:C4) [12:40:27:234]: Grabbed execution mutex.
    MSI (c) (5C:C4) [12:40:27:250]: Cloaking enabled.
    MSI (c) (5C:C4) [12:40:27:250]: Attempting to enable all disabled priveleges before calling Install on Server
    MSI (c) (5C:C4) [12:40:27:265]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (1C:84) [12:40:27:296]: Grabbed execution mutex.
    MSI (s) (1C:D8) [12:40:27:296]: Resetting cached policy values
    MSI (s) (1C:D8) [12:40:27:296]: Machine policy value 'Debug' is 0
    MSI (s) (1C:D8) [12:40:27:296]: ******* RunEngine:
               ******* Product: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (1C:D8) [12:40:27:296]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: User non-assigned for product: 07CAE84500EEDD1109C8000565084666
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: User non-assigned for product: 07CAE84500EEDD1109C8000565084666
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: User non-assigned for product: 606AD6FDD40981C428F34AFC3C30E535
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: User non-assigned for product: 606AD6FDD40981C428F34AFC3C30E535
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: User non-assigned for product: 802CC8C2C5691A84098AFD4B4853F8C1
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: User non-assigned for product: 802CC8C2C5691A84098AFD4B4853F8C1
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: User non-assigned for product: A8ED819A8C8902900010000000000000
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: User non-assigned for product: A8ED819A8C8902900010000000000000
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 00002109020090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 00002159221090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 00002159221090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 000021599B0090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 000021599B0090400000000000F01FEC
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 00006FCA9B229EC4896DC2FC53B9CA70
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 00006FCA9B229EC4896DC2FC53B9CA70
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0599FB1ABDC8E86438AFAEFC0BE07A5D
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0599FB1ABDC8E86438AFAEFC0BE07A5D
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0B79C053C7D38EE4AB9A00CB3B5D2472
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0B79C053C7D38EE4AB9A00CB3B5D2472
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0D756077321A70C3E844C138CE981581
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0DC1503A46F231838AD88BCDDC8E8F7C
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0DC1503A46F231838AD88BCDDC8E8F7C
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 0E23E40C6140D434FA9B96967D309AFE
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 0E23E40C6140D434FA9B96967D309AFE
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 163B91C35E9CC9D499AAFC30C97E9FE6
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 163B91C35E9CC9D499AAFC30C97E9FE6
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 1D034B0FAA6BD374B960AAD30DF10D8B
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 1D734FEF466E7EF42B1259029D4A806E
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 1D734FEF466E7EF42B1259029D4A806E
    MSI (s) (1C:D8) [12:40:27:296]: Setting cached product context: machine assigned for product: 1E3325E85947BF44D8BEB49E605D6991
    MSI (s) (1C:D8) [12:40:27:296]: Using cached product context: machine assigned for product: 1E3325E85947BF44D8BEB49E605D6991
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 1F4FCA05A83DECD41874F075C4ED4FB5
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 1F4FCA05A83DECD41874F075C4ED4FB5
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 2509FC9A0A4FD5740AF08A83C826DD36
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 2509FC9A0A4FD5740AF08A83C826DD36
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 26DDC2EC4210AC63483DF9D4FCC5B59D
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 26DDC2EC4210AC63483DF9D4FCC5B59D
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 27E946A053BD45C469E8ECACCE7A2E39
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 27E946A053BD45C469E8ECACCE7A2E39
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 2FFAE75BEE6DC6C41957DEF971FB1CCB
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 2FFAE75BEE6DC6C41957DEF971FB1CCB
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 30A4452B0D01E5E4AB963026FF2CD081
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 30A4452B0D01E5E4AB963026FF2CD081
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 34036E1FCF45B924BAC213FAF9ABB47C
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 34036E1FCF45B924BAC213FAF9ABB47C
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 39300200DBBAFF44991E023BFC92ADC6
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 39300200DBBAFF44991E023BFC92ADC6
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 3950C99C84B39D144BF2E630B5234094
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 3950C99C84B39D144BF2E630B5234094
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 3D6E421B4B19C3E4DA30AB59B9225373
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 3D6E421B4B19C3E4DA30AB59B9225373
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 3e43b73803c7c394f8a6b2f0402e19c2
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 3F156ACFADB5ADD4E9A4D5786D19C44C
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 3F156ACFADB5ADD4E9A4D5786D19C44C
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 41F524A416504D110972000680C9AD1E
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 41F524A416504D110972000680C9AD1E
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 44DC6DBCD72B94646B94A2E13771D75F
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 44DC6DBCD72B94646B94A2E13771D75F
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4C677A77F01DD614880F352F9DCD9D3B
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4C677A77F01DD614880F352F9DCD9D3B
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4D17E48404B4BEC4DB6A68952BD8376D
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4D17E48404B4BEC4DB6A68952BD8376D
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4D880477777087D409D44E533B815F2D
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4D880477777087D409D44E533B815F2D
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120611FF
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4EA42A62D9304AC4784BF238120611FF
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 4FD70DB160BFAB148B692BAD9500C069
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 4FD70DB160BFAB148B692BAD9500C069
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 53A1318FDF74DA7211D6E097FAD55EEE
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 53A1318FDF74DA7211D6E097FAD55EEE
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 568774731F3A2774DA34AACFB6FC9FF9
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 568774731F3A2774DA34AACFB6FC9FF9
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 56A968A049C8C7F45A7C79D2C3C8DEE9
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 56A968A049C8C7F45A7C79D2C3C8DEE9
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 58F0D9C98565E5A4599A567FBD9261EE
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 58F0D9C98565E5A4599A567FBD9261EE
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 5C1093C35543A0E32A41B090A305076A
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 5C1093C35543A0E32A41B090A305076A
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 5F52F4749CDB5E041B6B6FFB32CF01F6
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 5F52F4749CDB5E041B6B6FFB32CF01F6
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6030E61781384634B8F8C04C9E73B6CA
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6030E61781384634B8F8C04C9E73B6CA
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 62287FAB00234BD4EB33D429A2978904
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 62287FAB00234BD4EB33D429A2978904
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6452961996941D647A162BFC62FE1485
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6452961996941D647A162BFC62FE1485
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B7448A0200000030
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B7448A0200000030
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 68AB67CA7DA73301B744AA0000000010
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 68AB67CA7DA73301B744AA0000000010
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 697CDB50154318F49BD19EF8A7AD672C
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 697CDB50154318F49BD19EF8A7AD672C
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6D4B04801DD7781458326ECF0070FE7B
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6D4B04801DD7781458326ECF0070FE7B
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6E8A266FCD4F2A1409E1C8110F44DBCE
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6E8A266FCD4F2A1409E1C8110F44DBCE
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 6FBA8444D687D3C44AD9B72B736EDD71
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 6FBA8444D687D3C44AD9B72B736EDD71
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 70D8516E7362FCE45B67734C98661947
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 70D8516E7362FCE45B67734C98661947
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 788E47A8F0F87104FA35BC4A2211AA5A
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 788E47A8F0F87104FA35BC4A2211AA5A
    MSI (s) (1C:D8) [12:40:27:312]: Setting cached product context: machine assigned for product: 791C998D1C8F3774E94CC6F1ABBDB992
    MSI (s) (1C:D8) [12:40:27:312]: Using cached product context: machine assigned for product: 791C998D1C8F3774E94CC6F1ABBDB992
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 7B4228C8B9AA708479DC5598B9CA38EF
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 7B4228C8B9AA708479DC5598B9CA38EF
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 7CEBB04F4A2C00A4B942A750A5C22526
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 7CEBB04F4A2C00A4B942A750A5C22526
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 7E577B2224C65CF4E801A9E52375DB49
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 7E577B2224C65CF4E801A9E52375DB49
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8465CFF88FAF3A34CBF824ABE172C5E4
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8465CFF88FAF3A34CBF824ABE172C5E4
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 84B99039A63E9C640AF38C25109D1B1C
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 84B99039A63E9C640AF38C25109D1B1C
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8722930A111978843A2A0DD97BDD3C3F
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8722930A111978843A2A0DD97BDD3C3F
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F841731866D117AB7000B0D411200
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F841731866D117AB7000B0D411200
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D510006
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D510006
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D510009
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D510009
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D511000
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D511000
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610001
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610001
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610003
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610003
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610007
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 8A0F842331866D117AB7000B0D610007
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 9040110900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 9040110900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 9040420900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 9040420900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 9040AC0900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 9040AC0900063D11C8EF10054038389C
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 90CE28730004E574A895C9BA6D0FB3C4
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 90CE28730004E574A895C9BA6D0FB3C4
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 940E57139A9FD3A4F891CAF90B54411D
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 940E57139A9FD3A4F891CAF90B54411D
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: 9CF66F1AEE11F2F4899C618F1D6EF97B
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: 9CF66F1AEE11F2F4899C618F1D6EF97B
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: A14EC92C8623C5A4B89275990976589E
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: A14EC92C8623C5A4B89275990976589E
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: A4FA46DB08C82514DA77CFDD0F2580BA
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: A4FA46DB08C82514DA77CFDD0F2580BA
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: B00E525A9066E244D9DC4654C332E3D8
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: B00E525A9066E244D9DC4654C332E3D8
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: B25003A2C1383D140844C33088603605
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: B25003A2C1383D140844C33088603605
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: B6ED15411EBA26F4EBA93B361A57882A
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: B6ED15411EBA26F4EBA93B361A57882A
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: B7B6EC28566992E4C80EDD9943483BD8
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: B7B6EC28566992E4C80EDD9943483BD8
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: BC0EBE1CF4427444999EAB5FE4931346
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: BC0EBE1CF4427444999EAB5FE4931346
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: BDAD5335AB438EA45A9146D887948864
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: BDAD5335AB438EA45A9146D887948864
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: BE8FF29D77DBEA046BB86AFB6C8F66D1
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: BE8FF29D77DBEA046BB86AFB6C8F66D1
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: D03E6E60894BF2449A3470ED147D7F58
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: D03E6E60894BF2449A3470ED147D7F58
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: D7314F9862C648A4DB8BE2A5B47BE100
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DC3BF90CC0D3D2F398A9A6D1762F70F3
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DC3BF90CC0D3D2F398A9A6D1762F70F3
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DDA39468D428E8B4DB27C8D5DC5CA217
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DDA39468D428E8B4DB27C8D5DC5CA217
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DDB6C50237B7ED245850A990F3532A83
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DDB6C50237B7ED245850A990F3532A83
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DDC3CDCFE35F9324C85ACB94922439B1
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DDC3CDCFE35F9324C85ACB94922439B1
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: DDE7F2BCF1D91C3409CFF425AE1E271A
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: DDE7F2BCF1D91C3409CFF425AE1E271A
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: E43C19D2CC21B1B4095D13AD4DB7F684
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: E43C19D2CC21B1B4095D13AD4DB7F684
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: e611ef0aa8a9f664ea0e26c57b2c703e
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: e611ef0aa8a9f664ea0e26c57b2c703e
    MSI (s) (1C:D8) [12:40:27:328]: Setting cached product context: machine assigned for product: E636E4B356D976D4AB1681890028F325
    MSI (s) (1C:D8) [12:40:27:328]: Using cached product context: machine assigned for product: E636E4B356D976D4AB1681890028F325
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: E7DE4D8DC459D9442BD1F67930D60F9E
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: E7DE4D8DC459D9442BD1F67930D60F9E
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: ECEC214627185EB439B5C6CECA2DAC78
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: ECEC214627185EB439B5C6CECA2DAC78
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: ED2388710ED978C4F92839519A0B9358
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: ED2388710ED978C4F92839519A0B9358
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: F863BF329931CAE418C7B438CEEBD338
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: F863BF329931CAE418C7B438CEEBD338
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: FCCCF2F43F929B4488F6D6618F145722
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: FCCCF2F43F929B4488F6D6618F145722
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: FCDAC0A0AD874C333A05DC1548B97920
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: FCDAC0A0AD874C333A05DC1548B97920
    MSI (s) (1C:D8) [12:40:27:343]: Setting cached product context: machine assigned for product: FD563AF386D2DE54F838C8A8336E1534
    MSI (s) (1C:D8) [12:40:27:343]: Using cached product context: machine assigned for product: FD563AF386D2DE54F838C8A8336E1534
    MSI (s) (1C:D8) [12:40:27:406]: File will have security applied from OpCode.
    MSI (s) (1C:D8) [12:40:27:453]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi' against software restriction policy
    MSI (s) (1C:D8) [12:40:27:453]: SOFTWARE RESTRICTION POLICY: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi has a digital signature
    MSI (s) (1C:D8) [12:40:27:859]: SOFTWARE RESTRICTION POLICY: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (s) (1C:D8) [12:40:27:859]: End dialog not enabled
    MSI (s) (1C:D8) [12:40:27:859]: Original package ==> c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi
    MSI (s) (1C:D8) [12:40:27:859]: Package we're running from ==> c:\WINDOWS\Installer\84157.msi
    MSI (s) (1C:D8) [12:40:27:937]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (1C:D8) [12:40:27:937]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (1C:D8) [12:40:28:015]: MSCOREE not loaded loading copy from system32
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (1C:D8) [12:40:28:109]: User policy value 'TransformsAtSource' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'DisablePatch' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (1C:D8) [12:40:28:109]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (s) (1C:D8) [12:40:28:125]: APPCOMPAT: looking for appcompat database entry with ProductCode '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (1C:D8) [12:40:28:125]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (1C:D8) [12:40:28:125]: Transforms are not secure.
    MSI (s) (1C:D8) [12:40:28:125]: Note: 1: 2205 2:  3: Control
    MSI (s) (1C:D8) [12:40:28:125]: Command Line: CURRENTDIRECTORY=C:\Documents and Settings\apidlusky\Desktop CLIENTUILEVEL=3 CLIENTPROCESSID=5980
    MSI (s) (1C:D8) [12:40:28:125]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{85FFA26D-EE25-43C8-AE73-191F2347856C}'.
    MSI (s) (1C:D8) [12:40:28:125]: Product Code passed to Engine.Initialize:           ''
    MSI (s) (1C:D8) [12:40:28:125]: Product Code from property table before transforms: '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (1C:D8) [12:40:28:125]: Product Code from property table after transforms:  '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'
    MSI (s) (1C:D8) [12:40:28:125]: Product not registered: beginning first-time install
    MSI (s) (1C:D8) [12:40:28:125]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (s) (1C:D8) [12:40:28:125]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (s) (1C:D8) [12:40:28:125]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (1C:D8) [12:40:28:140]: Adding new sources is allowed.
    MSI (s) (1C:D8) [12:40:28:140]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:28:140]: Package name extracted from package path: 'setup.msi'
    MSI (s) (1C:D8) [12:40:28:140]: Package to be registered: 'setup.msi'
    MSI (s) (1C:D8) [12:40:28:140]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:D8) [12:40:28:140]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:156]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:156]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:156]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2729
    MSI (s) (1C:D8) [12:40:28:171]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (1C:D8) [12:40:28:171]: Machine policy value 'DisableMsi' is 0
    MSI (s) (1C:D8) [12:40:28:171]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:D8) [12:40:28:171]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:D8) [12:40:28:171]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (s) (1C:D8) [12:40:28:171]: Running product '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}' with elevated privileges: Product is assigned.
    MSI (s) (1C:D8) [12:40:28:171]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Documents and Settings\apidlusky\Desktop'.
    MSI (s) (1C:D8) [12:40:28:171]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (1C:D8) [12:40:28:171]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '5980'.
    MSI (s) (1C:D8) [12:40:28:171]: TRANSFORMS property is now:
    MSI (s) (1C:D8) [12:40:28:171]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (s) (1C:D8) [12:40:28:171]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Application Data
    MSI (s) (1C:D8) [12:40:28:171]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Favorites
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\NetHood
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\My Documents
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\PrintHood
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Recent
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\SendTo
    MSI (s) (1C:D8) [12:40:28:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Templates
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Application Data
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Local Settings\Application Data
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\My Documents\My Pictures
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs\Startup
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu\Programs
    MSI (s) (1C:D8) [12:40:28:203]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Start Menu
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Desktop
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Start Menu\Programs\Administrative Tools
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Start Menu\Programs\Startup
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Start Menu\Programs
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Start Menu
    MSI (s) (1C:D8) [12:40:28:218]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\apidlusky\Desktop
    MSI (s) (1C:D8) [12:40:28:234]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\All Users\Templates
    MSI (s) (1C:D8) [12:40:28:234]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'NE'.
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'ANL'.
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'c:\WINDOWS\Installer\84157.msi'.
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\setup.msi'.
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:D8) [12:40:28:234]: Machine policy value 'DisableRollback' is 0
    MSI (s) (1C:D8) [12:40:28:234]: User policy value 'DisableRollback' is 0
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 4/16/2011  12:40:28 ===
    MSI (s) (1C:D8) [12:40:28:234]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (1C:D8) [12:40:28:234]: Doing action: INSTALL
    MSI (s) (1C:D8) [12:40:28:234]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:D8) [12:40:28:265]: Running ExecuteSequence
    MSI (s) (1C:D8) [12:40:28:265]: Doing action: FindRelatedProducts
    MSI (s) (1C:D8) [12:40:28:265]: Note: 1: 2205 2:  3: ActionText
    Action start 12:40:28: INSTALL.
    MSI (s) (1C:D8) [12:40:28:281]: Using cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    MSI (s) (1C:D8) [12:40:28:281]: Using cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    MSI (s) (1C:D8) [12:40:28:281]: Using cached product context: machine assigned for product: 1F9ACB2AC6655084791DF7CD39837632
    Action start 12:40:28: FindRelatedProducts.
    MSI (s) (1C:D8) [12:40:28:281]: PROPERTY CHANGE: Adding UC8DA920D5C41C42E0BF3187BA49984EE4 property. Its value is '{A2BCA9F1-566C-4805-97D1-7FDC93386723}'.
    MSI (s) (1C:D8) [12:40:28:281]: Doing action: ValidateProductID
    MSI (s) (1C:D8) [12:40:28:281]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: FindRelatedProducts. Return value 1.
    Action start 12:40:28: ValidateProductID.
    MSI (s) (1C:D8) [12:40:28:281]: Doing action: SetSHAREDADDINFOLDER
    MSI (s) (1C:D8) [12:40:28:281]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: ValidateProductID. Return value 1.
    MSI (s) (1C:D8) [12:40:28:281]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is '(computed)'. Its new value: 'C:\Program Files\Adobe\Flash Player\AddIns\airappinstaller'.
    Action start 12:40:28: SetSHAREDADDINFOLDER.
    MSI (s) (1C:D8) [12:40:28:281]: Doing action: CostInitialize
    MSI (s) (1C:D8) [12:40:28:281]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: SetSHAREDADDINFOLDER. Return value 1.
    MSI (s) (1C:D8) [12:40:28:281]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (s) (1C:D8) [12:40:28:281]: Baseline: Sorting baselines for {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}.
    MSI (s) (1C:D8) [12:40:28:281]: Baseline: New baseline 2.6.0 from transaction.
    MSI (s) (1C:D8) [12:40:28:281]: Baseline: Sorted order Native: Order 0.
    MSI (s) (1C:D8) [12:40:28:281]: Baseline Data Table:
    MSI (s) (1C:D8) [12:40:28:281]: ProductCode: {AFF7E080-1974-45BF-9310-10DE1A1F5ED0} Version: 2.6.0 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (s) (1C:D8) [12:40:28:281]: Baseline File Table:
    Action start 12:40:28: CostInitialize.
    MSI (s) (1C:D8) [12:40:28:312]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'c:\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: __MsiPatchFileList
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2228 2:  3: PatchPackage 4: SELECT `DiskId`, `PatchId`, `LastSequence` FROM `Media`, `PatchPackage` WHERE `Media`.`DiskId`=`PatchPackage`.`Media_` ORDER BY `DiskId` 
    MSI (s) (1C:D8) [12:40:28:343]: Delta compression fallback method for this product transaction is 'MSI 2.0 legacy obsolescence'
    MSI (s) (1C:D8) [12:40:28:343]: Doing action: FileCost
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: CostInitialize. Return value 1.
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: TypeLib
    Action start 12:40:28: FileCost.
    MSI (s) (1C:D8) [12:40:28:343]: Doing action: CostFinalize
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:28: FileCost. Return value 1.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: Condition
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'c:\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Modifying SHAREDADDINFOLDER property. Its current value is 'C:\Program Files\Adobe\Flash Player\AddIns\airappinstaller'. Its new value: 'c:\Program Files\Adobe\Flash Player\AddIns\airappinstaller\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Modifying WindowsFolder property. Its current value is 'C:\WINDOWS\'. Its new value: 'c:\WINDOWS\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Modifying CommonFilesFolder property. Its current value is 'C:\Program Files\Common Files\'. Its new value: 'c:\Program Files\Common Files\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding AIR property. Its value is 'c:\Program Files\Common Files\Adobe AIR\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding Versions property. Its value is 'c:\Program Files\Common Files\Adobe AIR\Versions\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding Version property. Its value is 'c:\Program Files\Common Files\Adobe AIR\Versions\1.0\'.
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding Resources property. Its value is 'c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\'.
    MSI (s) (1C:D8) [12:40:28:343]: Target path resolution complete. Dumping Directory table...
    MSI (s) (1C:D8) [12:40:28:343]: Note: target paths subject to change (via custom actions or browsing)
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: TARGETDIR , Object: c:\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: SHAREDADDINFOLDER , Object: c:\Program Files\Adobe\Flash Player\AddIns\airappinstaller\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: WindowsFolder , Object: c:\WINDOWS\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: CommonFilesFolder , Object: c:\Program Files\Common Files\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: AIR , Object: c:\Program Files\Common Files\Adobe AIR\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: Versions , Object: c:\Program Files\Common Files\Adobe AIR\Versions\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: Version , Object: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\
    MSI (s) (1C:D8) [12:40:28:343]: Dir (target): Key: Resources , Object: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\
    MSI (s) (1C:D8) [12:40:28:343]: PROPERTY CHANGE: Adding INSTALLLEVEL property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (s) (1C:D8) [12:40:28:343]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
    Action start 12:40:28: CostFinalize.
    MSI (s) (1C:D8) [12:40:29:578]: Doing action: MigrateFeatureStates
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:29: CostFinalize. Return value 1.
    Action start 12:40:29: MigrateFeatureStates.
    MSI (s) (1C:D8) [12:40:29:578]: Doing action: InstallValidate
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:29: MigrateFeatureStates. Return value 0.
    MSI (s) (1C:D8) [12:40:29:578]: Feature: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Feature: Management; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: Runtime; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: FileTypeRegistration; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: ARPRegistration; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: template.msi; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: template.exe; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: Sentinel; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: AppInstaller; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: WebKit; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: FlashPlugin; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: Setup; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: RootCertificate; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: TimestampingRootCertificate; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: AIRAppInstaller; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: DRMADOBECPVoucher; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: DRM; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: DRM15; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: DRMAIRVoucher; Installed: Absent;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: __FileTypeRegistration65; Installed: Null;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: __ARPRegistration65; Installed: Null;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Component: __AIRAppInstaller65; Installed: Null;   Request: Local;   Action: Local
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: Font
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: Class
    Action start 12:40:29: InstallValidate.
    MSI (s) (1C:D8) [12:40:29:578]: Note: 1: 2205 2:  3: _RemoveFilePath
    MSI (s) (1C:D8) [12:40:30:000]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: BindImage
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: ProgId
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: SelfReg
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: Extension
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: Font
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: Shortcut
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2205 2:  3: Class
    MSI (s) (1C:D8) [12:40:30:000]: Note: 1: 2727 2: 
    MSI (s) (1C:D8) [12:40:30:218]: Note: 1: 2727 2: 
    MSI (s) (1C:D8) [12:40:30:218]: Doing action: SetARPINSTALLLOCATION
    MSI (s) (1C:D8) [12:40:30:218]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:30: InstallValidate. Return value 1.
    MSI (s) (1C:D8) [12:40:30:218]: PROPERTY CHANGE: Adding ARPINSTALLLOCATION property. Its value is 'c:\Program Files\Common Files\Adobe AIR\'.
    Action start 12:40:30: SetARPINSTALLLOCATION.
    MSI (s) (1C:D8) [12:40:30:218]: Doing action: InstallInitialize
    MSI (s) (1C:D8) [12:40:30:218]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:30: SetARPINSTALLLOCATION. Return value 1.
    MSI (s) (1C:D8) [12:40:30:218]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:D8) [12:40:30:218]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (1C:D8) [12:40:30:218]: BeginTransaction: Locking Server
    MSI (s) (1C:D8) [12:40:30:218]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (1C:D8) [12:40:30:218]: Server not locked: locking for product {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    Action start 12:40:30: InstallInitialize.
    MSI (s) (1C:D8) [12:40:31:046]: Doing action: ProcessComponents
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: InstallInitialize. Return value 1.
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: MsiPatchCertificate
    MSI (s) (1C:D8) [12:40:31:046]: LUA patching is disabled: missing MsiPatchCertificate table
    MSI (s) (1C:D8) [12:40:31:046]: Resolving source.
    MSI (s) (1C:D8) [12:40:31:046]: Resolving source to launched-from source.
    MSI (s) (1C:D8) [12:40:31:046]: Setting launched-from source as last-used.
    MSI (s) (1C:D8) [12:40:31:046]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\'.
    MSI (s) (1C:D8) [12:40:31:046]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\'.
    MSI (s) (1C:D8) [12:40:31:046]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{AFF7E080-1974-45BF-9310-10DE1A1F5ED0}'.
    MSI (s) (1C:D8) [12:40:31:046]: SOURCEDIR ==> c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\
    MSI (s) (1C:D8) [12:40:31:046]: SOURCEDIR product ==> {AFF7E080-1974-45BF-9310-10DE1A1F5ED0}
    MSI (s) (1C:D8) [12:40:31:046]: Determining source type
    MSI (s) (1C:D8) [12:40:31:046]: Source type from package 'setup.msi': 0
    Action start 12:40:31: ProcessComponents.
    MSI (s) (1C:D8) [12:40:31:046]: Source path resolution complete. Dumping Directory table...
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: TARGETDIR , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: SHAREDADDINFOLDER , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: WindowsFolder , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: CommonFilesFolder , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\ , LongSubPath:  , ShortSubPath:
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: AIR , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\Adobe AIR\ , LongSubPath: Adobe AIR\ , ShortSubPath: AIR\
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: Versions , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\Adobe AIR\Versions\ , LongSubPath: Adobe AIR\Versions\ , ShortSubPath: AIR\Versions\
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: Version , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\Adobe AIR\Versions\1.0\ , LongSubPath: Adobe AIR\Versions\1.0\ , ShortSubPath: AIR\Versions\Version\
    MSI (s) (1C:D8) [12:40:31:046]: Dir (source): Key: Resources , Object: c:\docume~1\apidlu~1\locals~1\temp\air9.tmp\Adobe AIR\Versions\1.0\Resources\ , LongSubPath: Adobe AIR\Versions\1.0\Resources\ , ShortSubPath: AIR\Versions\Version\R\
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:D8) [12:40:31:046]: Note: 1: 2205 2:  3: ActionText
    MSI (s) (1C:D8) [12:40:31:062]: Doing action: UnpublishFeatures
    MSI (s) (1C:D8) [12:40:31:062]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: ProcessComponents. Return value 1.
    Action start 12:40:31: UnpublishFeatures.
    MSI (s) (1C:D8) [12:40:31:078]: Doing action: RemoveRegistryValues
    MSI (s) (1C:D8) [12:40:31:078]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: UnpublishFeatures. Return value 1.
    Action start 12:40:31: RemoveRegistryValues.
    MSI (s) (1C:D8) [12:40:31:078]: Doing action: RemoveDuplicateFiles
    MSI (s) (1C:D8) [12:40:31:078]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RemoveRegistryValues. Return value 1.
    Action start 12:40:31: RemoveDuplicateFiles.
    MSI (s) (1C:D8) [12:40:31:078]: Doing action: RemoveFiles
    MSI (s) (1C:D8) [12:40:31:078]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RemoveDuplicateFiles. Return value 1.
    MSI (s) (1C:D8) [12:40:31:078]: Note: 1: 2205 2:  3: RemoveFile
    MSI (s) (1C:D8) [12:40:31:093]: Note: 1: 2205 2:  3: RemoveFile
    Action start 12:40:31: RemoveFiles.
    MSI (s) (1C:D8) [12:40:31:093]: Doing action: InstallFiles
    MSI (s) (1C:D8) [12:40:31:093]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RemoveFiles. Return value 0.
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'SentinelFile' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'air.swf' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'template.msi' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'template.exe' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'Setup.swf' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'styles.swf' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'Adobe.cer' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'Thawte.cer' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'digest.s' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'adobecp.vch' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'AdobeAIR.vch' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'AdobeAIR.dll' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'air.exe' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'WebKit.dll' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'NPSWF32.dll' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'Setup.exe' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'airappinstaller.exe' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'adobecp.dll' has no eligible binary patches
    MSI (s) (1C:D8) [12:40:31:156]: The file represented by File table key 'adobecp15.dll' has no eligible binary patches
    Action start 12:40:31: InstallFiles.
    MSI (s) (1C:D8) [12:40:31:156]: Note: 1: 2205 2:  3: Patch
    MSI (s) (1C:D8) [12:40:31:156]: Note: 1: 2228 2:  3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`
    MSI (s) (1C:D8) [12:40:31:156]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:D8) [12:40:31:156]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2205 2:  3: MsiSFCBypass
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2228 2:  3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2205 2:  3: MsiPatchHeaders
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2228 2:  3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?
    MSI (s) (1C:D8) [12:40:31:203]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (1C:D8) [12:40:31:218]: Doing action: DuplicateFiles
    MSI (s) (1C:D8) [12:40:31:218]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: InstallFiles. Return value 1.
    Action start 12:40:31: DuplicateFiles.
    MSI (s) (1C:D8) [12:40:31:218]: Doing action: WriteRegistryValues
    MSI (s) (1C:D8) [12:40:31:218]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: DuplicateFiles. Return value 1.
    Action start 12:40:31: WriteRegistryValues.
    MSI (s) (1C:D8) [12:40:31:234]: Doing action: RegisterUser
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: WriteRegistryValues. Return value 1.
    Action start 12:40:31: RegisterUser.
    MSI (s) (1C:D8) [12:40:31:234]: Doing action: RegisterProduct
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RegisterUser. Return value 1.
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2205 2:  3: Error
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302
    Action start 12:40:31: RegisterProduct.
    MSI (s) (1C:D8) [12:40:31:234]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:31:234]: Doing action: PublishFeatures
    MSI (s) (1C:D8) [12:40:31:234]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: RegisterProduct. Return value 1.
    Action start 12:40:31: PublishFeatures.
    MSI (s) (1C:D8) [12:40:31:250]: Doing action: PublishProduct
    MSI (s) (1C:D8) [12:40:31:250]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: PublishFeatures. Return value 1.
    MSI (s) (1C:D8) [12:40:31:265]: Note: 1: 2205 2:  3: Icon
    MSI (s) (1C:D8) [12:40:31:265]: Note: 1: 2228 2:  3: Icon 4: SELECT `Name`, `Data` FROM `Icon`
    Action start 12:40:31: PublishProduct.
    MSI (s) (1C:D8) [12:40:31:265]: Doing action: InstallExecute
    MSI (s) (1C:D8) [12:40:31:265]: Note: 1: 2205 2:  3: ActionText
    Action ended 12:40:31: PublishProduct. Return value 1.
    MSI (s) (1C:D8) [12:40:31:312]: Running Script: C:\WINDOWS\Installer\MSIA.tmp
    MSI (s) (1C:D8) [12:40:31:312]: PROPERTY CHANGE: Adding UpdateStarted property. Its value is '1'.
    MSI (s) (1C:D8) [12:40:31:312]: Machine policy value 'DisableRollback' is 0
    MSI (s) (1C:D8) [12:40:31:343]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: Header(Signature=1397708873,Version=301,Timestamp=1049650448,LangId=1033,Platform=0,Scrip tType=1,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
    Action start 12:40:31: InstallExecute.
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: ProductInfo(ProductKey={AFF7E080-1974-45BF-9310-10DE1A1F5ED0},ProductName=Adobe AIR,PackageName=setup.msi,Language=1033,Version=33947648,Assignment=1,ObsoleteArg=0,,,Pac kageCode={85FFA26D-EE25-43C8-AE73-191F2347856C},,,InstanceType=0,LUASetting=0,RemoteURTIns talls=0)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: DialogInfo(Type=0,Argument=1033)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: DialogInfo(Type=1,Argument=Adobe AIR)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: SetBaseline(Baseline=0,)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: SetBaseline(Baseline=1,)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: ActionStart(Name=ProcessComponents,Description=Updating component registration,)
    MSI (s) (1C:D8) [12:40:31:343]: Executing op: ProgressTotal(Total=17,Type=1,ByteEquivalent=24000)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={701D2A09-14BE-45F8-9233-1CE0ED0023A9},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={95CB0A23-64ED-4832-8C2C-8E1671678EA8},KeyPath=02:\Software \Adobe\Adobe AIR\FileTypeRegistration\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={12055C63-FC8C-4CC0-81A5-38E057039902},KeyPath=02:\SOFTWARE \Microsoft\Windows\CurrentVersion\Uninstall\Adobe AIR\UninstallString,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={8E61C856-01FD-4B39-9D18-90B226C2013C},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.msi,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:359]: Executing op: ComponentRegister(ComponentId={F748231B-0260-4E35-BFB8-7FACFDCE1711},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\template.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:375]: Executing op: ComponentRegister(ComponentId={DC74C3C6-CAB8-4C49-BE18-5B1DCD0D197E},KeyPath=c:\Program Files\Common Files\Adobe AIR\sentinel,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:375]: Executing op: ComponentRegister(ComponentId={F5EE0D89-3BC5-4752-9EBB-533B036EA809},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:375]: Executing op: ComponentRegister(ComponentId={5281ED57-AD60-4235-A34D-F7571E28FC4C},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:375]: Executing op: ComponentRegister(ComponentId={7A5778CF-5BD0-4931-8224-43B630C24273},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\NPSWF32.dll,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:390]: Executing op: ComponentRegister(ComponentId={1A511B10-11FC-4CAB-9C48-68641F09CF00},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater.exe,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:390]: Executing op: ComponentRegister(ComponentId={76C2FC36-B864-4E7A-9C96-F9B80CDE9A13},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe Root Certificate.cer,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:390]: Executing op: ComponentRegister(ComponentId={5E6626CD-4343-4FF9-8DB0-CFB62473037E},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\Thawte Root Certificate.cer,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    MSI (s) (1C:D8) [12:40:31:390]: Executing op: ComponentRegister(ComponentId={7B2F9BE9-D1F1-4E4D-9AF0-AD085F073B33},KeyPath=c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\airappinstaller.exe,State=3,,Disk=1,SharedDllRefCount=0,Binary Type=0)
    MSI (s) (1C:D8) [12:40:31:406]: Executing op: ComponentRegister(ComponentId={4E0C3DA9-8FD3-487A-92EB-DDE2CDC7EEAA},KeyPath=c:\Program Files\Common Files\A

    I have similar issues.
    What I've tried:
    Installing Windows Installer Cleanup (which is, btw, no longer approved by Microsoft), but the installation of this tool failed
    Removing Adobe AIR with CCleaner
    Cleaning up the registry with CCleaner
    Running the Adobe CS5 Clean script - but AIR is not among the options available
    Adding a "-uninstall" suffix in a shortcut as suggested here: http://www.sevenforums.com/software/68987-cant-install-adobe-air-2.html#post749619
    Using Ninite installer: http://ninite.com/air/ (as suggested here: http://www.sevenforums.com/software/68987-cant-install-adobe-air-3.html#post1318156). I got the error: "Install failed - Could not verify installation (1), 7 - 1329"
    In the registry, under HKEY_CLASSES_ROOT/Installer/Products/, manually removing the entry with .air-files (which is of course risky business)
    Installing an older version of AIR (2.0.2)
    Trying to uninstall - and remove AIR components with Revo Uninstaller Pro. This actually looked quite promising since it appearingly found a lot of "abandoned" AIR files. Unfortunately this didn't help either
    None of the above has helped, since when trying to install AIR I keep getting the administrator error:
    "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
    As far as I can tell from googling various sites, this is a pretty common error, but none of the solution proposals seem to work for me.
    Any suggestions on what else to try???

  • TS1567 Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Vertify that you have sufficient privileges to start systems services.

    Hello All,
    I am having a problem when downloading ITunes on my Dell Inspiron 6400, an error message appears which says Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privileges to start systems services. I have uninstalled ITunes and downloaded software to clean the regitry. This did not work, I even went into my local Apple store in Manchester, they downloaded ITunes onto a CD but it still does not work.
    I am going on holiday on Wednesday and would like to have my songs on my Iphone before then.
    All help would be greatly appreciated.
    Thanks
    Paul

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • HT1926 what does this mean?? Service-apple mobile device failed to start. verify that you have sufficient privileges to start system services

    i tried to install the recent itunes update and this kept popping up...what the heck does that mean? please help! Service-apple mobile device failed to start. verify that you have sufficient privileges to start system services

    Hey I finally got an older vesion of itunes to work!!! 10.7  x64 for windows 7
    After uninstalling all apple products even  quicktime
    I had to delete everything from (program files, and program  files x64, program data,)
    And all downloads from apple, and I went in to search deleted  other stuff from apple, and itunes
    But definently not my itunes library and Playlist
    Down loaded 10.7 x64 for windows 7, but checked (do not start  when done)
    Then I emptied my recycling bin and restarted my  PC
    I ran geek tech tool box same as reg cure pro, also PC Tools  registry cleaner, and CC Cleaner
    Then I emptied my recycling bin and restarted my  PC
    And wallah... It finally works, and I Love the older version  anyways.
    Easier to download and transfer  music!!!!!

Maybe you are looking for

  • All my itunes files are visible but none will play. Error message file cannot be found

    All my track file names and other details are visible in Itunes but none will play. single click on a track and an exclamation mark embeds at the front of the track name bar double click or click play and the error message I get says, "The song  coul

  • J2EE Engine : some problems !!!

    Hi everyone, I have some problems concerning the J2EE Server of the SAP J2EE Engine : The color of the process J2EE Server is yellow in the SAP Management Console and his status is always "Starting apps" There is the result of the Developer trace of

  • My HP C6300 All in one has suddenly stopped working

    Both Printer and Advent laptop tell me that they are both connected to my Netgear router but nothing happens. When I click on the printer logo all I recieve is an 'Error' message! I have tried everything on the support site without success. I am usin

  • Elements 9 for the mac

    Has anyone had trouble getting Elements to work on the mac?  I can't get the organizer to open. Janet

  • Query that show all users who have access in BW cubes & Query's Owner

    Hi Experts, Good day !!! I would like to know if it's possible to create a query that tell us who has access to all the cubes in BW? This is a business requrement that we should create if possbile.  We also wonder if we may also create a query for sh