Transform Table

Hello all,
I'm looking to import sales order via DTW and I'm using a transform table to convert the item code from one code to my SAP code.
I have done a test with a "simple" transform table and it work perfectly:
A,000667
B,000760
C,000558
D,000876
E,000695
When I want to use my real data DTW does not recognise the data and can not do the mapping:
6600601   00448BE ,000667
6600604   J0448BE ,000760
1130401   00448BE ,000558
660060F   10451BE ,000876
6600601   U0450BE ,000695
Does anyone nows why I have the problem?. Is there a limitation about the size of the source data or is it because I have blank in the original Item Code?
Do you have an other idea to transform the item code before integration?

Hello Tsuda and Gordon
Templates works perfectly as I have done a test with simple codes like A, B, C
The problem is coming from the mapping table.
I already tried to remove the space as it was suggested by Tsuda but I was not sucessful in the integration.
Do you now if there's a limitation in the size of the code?
Regards,

Similar Messages

  • Is there a limit for the Account Transformation Table?

    Hi Gurus,
             I am anxious to know is there a limit for the or any particular number for maintaing Account Transformation table. 2) If many rules are existing in the Table, will it cause any performance issue.
    Regards,
    KumarMG

    Hello Kumar,
    I endorse the view expressed by Lokesh. Yes, there is no limit to the number of Account Transformation Rules that you can maintain in the  Transformation Table. One way to limit this number is to use carefully maintained hierarchies instead of  specifying individual accounts in the Rule. However, this is not always possible - but will help limit the number of entries in the Account Transformation Table. To create Cash Flow Satatement, you have to anyway use the Account Transformation Rule and surely this would stretch the number of entries in the table. For a complex requirement, these might extend to a few hundred entries. Performance will be an issue, no doubt.
    Chakrapani

  • Simple Transformations : Table parameters

    Hi experts,
    I'm working on a Simple Transformations and I can't figure out how to access a table parameter from it.
    The Help section on the PARAMETERS addition for the instruction CALL TRANSFORMATION says :
    You can use this addition to bind ABAP data objects e1 e2 ...
    to the parameters p1 p2 ... of an XSL transformation or a
    Simple Transformation. All elementary data objects and object
    references are permitted.
    And then :
    Instead of using a static parameter list, you can specify the parameters
    dynamically as value pairs in the columns of the internal table ptab that has
    one of the following types from the type group ABAP
    That is what I am trying to use.
    Here is an example I'm trying to make work :
    ABAP :
      DATA : partab TYPE abap_trans_parmbind_tab,
                  s_par TYPE abap_trans_parmbind,
                  lv_xstring TYPE xstring
      CLEAR s_par.
      MOVE 'PAR1' TO s_par-name.
      MOVE 'HELLO' TO s_par-value.
      APPEND s_par TO partab.
      CLEAR s_par.
      MOVE 'PAR2' TO s_par-name.
      MOVE 'WORLD' TO s_par-value.
      APPEND s_par TO partab.
      CALL TRANSFORMATION ztrans_test
          SOURCE
               root = 'IT WORKS !!'
          PARAMETERS
            partab = partab
      RESULT XML lv_xstring.
    Transformation :
    <tt:root name="ROOT" type="?"/>
    <tt:parameter name="PARTAB"/>
    <tt:template>
    <VALUES>
    <VALUE_SOURCE>
            <tt:value ref="ROOT"/>
    </VALUE_SOURCE>
    <VALUE_PARAM>
    <tt:value ref="PAR1"/><tt:value ref="PAR2"/>
    </VALUE_PARAM>
    </VALUES>
    I tried several instructions in the transformations but I never access the values in the table.
    I want to use this fonctionality instead of an exhaustive list of parameters.
    Can somebody please tell me how to do that ?
    Thanks in advance !
    Regards,
    --Yohann.
    Edited by: Yohann Camp on Feb 10, 2012 8:21 AM

    Hi,
    try like this,i think it may help you.
    ABAP:
    CALL TRANSFORMATION ztrans_test
          SOURCE
               root = partab
         RESULT XML lv_xstring.
    Trnsformation:
    <tt:root name="ROOT" type="?"/>
    <tt:template>
    <VALUES>
    <VALUE_SOURCE>
            <tt:value ref=".ROOT"/>
    </VALUE_SOURCE>
    <VALUE_PARAM>
    <tt:value ref="NAME"/>
    <tt:value ref="VALUE"/>
    </VALUE_PARAM>
    </VALUES>
    Thanks,
    Rajesh.

  • Select query to transform table

    Hello, I don't know who to go about selecting rows from a purchase table and transform the result as shown on the attached picture. I don't even know if this is possible. My boss wants me to get a purchase list showing purchased quantities by date. 
    The first table is self explanatory and the second is how I should format the result.  My biggest problem is that the purchase date column is variable for Customer and Product IDs.  Can someone please help me to get this list,
    I would like something that will work always without having to rewrite the query all the time.  Thank you in advance.

    I propose a nested cursor solution on ProductID (nested) and CustomerID (outer):
    http://www.sqlusa.com/bestpractices2005/doublecursor/
    Inside you need dynamic PIVOT for each (CustomerID,ProductID):
    http://www.sqlusa.com/bestpractices2005/dynamicpivot/
    You have to setup a @tablevariable or #temptable to collect the results from the nested cursors loop.
    Kalman Toth Database & OLAP Architect
    SELECT Query Video Tutorial 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Can I Transform tables into CSS or other formats?

    Hi.
    I've got a big site that was created in GoLive. All the pages make  extensive use of tables due to the way GoLive worked its wysiwyg  layouts.
    I'm not a programmer but I did know how to create decent looking pages  that way. Now I've got DW and want to make changes to the pages. Now  these pages all look like tables and I can't just drag and drop to move  things around.
    Is there some way in DW to change all these tables into a form where I  can manipulated them easily? I'm just learning about CSS. Is that the  way to go?
    Of course any new pages I'll create with CSS, but I still need to work with lots of these older pages.
    Thanks.

    Start your new projects with pre-built CSS Layouts.  You can learn a great deal from reading comments in the source code.
    PVII CSS Layouts - Rock solid.  Thoroughly tested to perform well in all browsers.
    http://www.projectseven.com/products/index.htm
    Dreamweaver CSS Templates for beginners
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html
    New DW Starter Pages --
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    Ultimate Multi-Column Layouts -
    http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-width s
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Table Template Transformation Header/Footer Columns

    Hello @all,
    i'm new on this forum. i'm now starting to use Oracle SQL Data Modeler 3.1.0-700
    i found the transformation "Table template". I'm thinking about to use this transformation for modeling my Header and Footer columns. How can i create the Columns for my header on the first position of my table? Is there another possibility to create a header or footer?
    i hope you can understand my question.
    thank you for help,
    Max

    You can use
    table.moveToIndex(column,index);to move column you created to desired position - following will move the column to the beginning of list of columns:
    table.moveToIndex(column,0);Philip

  • Complex transformations in SELECT

    Hi everyone,
    I have a pretty complex situation where I have to apply transformations on data in a SQL SELECT Statement. The thing is that I have absolultely no idea how to handle this.
    Let's imagine I have an hierarchy table, like an organizational hierarchy.
    CREATE TABLE organisations
       organisation_id number(10) PRIMARY KEY,
       parent_organisation_id number(10),
       name_en varchar2(255),
       name_nl varchar2(255),
       CONSTRAINT fk_org_to_par_org
          FOREIGN KEY (parent_organisation_id)
           REFERENCES organisations(organisation_id)
    INSERT INTO organisations VALUES (1, null, 'Top organization 01', 'Top organizatie 01');
    INSERT INTO organisations VALUES (11,   1, 'Organization 011', 'Organizatie 011');
    INSERT INTO organisations VALUES (12,   1, 'Organization 012', 'Organizatie 012');
    INSERT INTO organisations VALUES (2, null, 'Top organization 02', 'Top organizatie 02');
    INSERT INTO organisations VALUES (21,   2, 'Organization 021', 'Organizatie 021');
    INSERT INTO organisations VALUES (22,   2, 'Organization 022', 'Organizatie 022');
    INSERT INTO organisations VALUES (3, null, 'Top organization 03', 'Top organizatie 03');
    INSERT INTO organisations VALUES (31,   3, 'Organization 031', 'Organizatie 031');
    INSERT INTO organisations VALUES (32,   3, 'Organization 032', 'Organizatie 032');
    INSERT INTO organisations VALUES (321, 32, 'Organization 321', 'Organization 321');
    INSERT INTO organisations VALUES (322, 32, 'Organization 322', 'Organization 322');And I have to apply some transformations in the SELECT. These transformations are store in a table. I have a few different transformations. I just put 3 here as examples:
    CREATE TABLE transformations
      transform_id number(10),
      transform_type CHAR(1),
      organ_id  number(10),
      organ_name varchar2(255),
      parent_organ_id number(10),
      replace_name varchar2(255),
      with_children char(1)
    INSERT INTO transformations(transform_id, transform_type, organ_name, parent_organ_id, organ_id)
         VALUES (1, 'C', 'Created NODE', 1, -9);
    INSERT INTO transformations(transform_id, transform_type, organ_name, replace_name)
         VALUES (2, 'R', 'Organization 021', 'Organization 021 renamed');
    INSERT INTO transformations(transform_id, transform_type, organ_name, replace_name, with_children)
         VALUES (3, 'R', 'Organization 032', 'Organization 032 Renamed', '1');The first transformation is to create a node under an existing one. The second transformation example is to rename a node. The pattern is actually a regular expression and it will use regexp_replace (to be able to add in the begining, change, add in the end...). The 3rd example is a rename too but all the children of a node should also be renamed with the same pattern.
    I need a result like this one: (I indented to read more easilly)
    1, ,Top Organisation 01, Top organizatie 01    
      -9, 1, Created Node, Created Node     
      11, 1, Organization 011, Organizatie 011
    2, ,Top Organisation 02, Top organizatie 02    
      21, 2, Organization 021 renamed, Organization 021 renamed     
      22, 2, Organization 022, Organizatie 022
    3, ,Top Organization 03, Top organizatie 03    
      31, 3, Organization 031, Organization 031    
      32, 3, Organization 032 Renamed, Organization 032 Renamed
        321, 32, Organization 032 Renamed, Organization 032 Renamed
        322, 32, Organization 032 Renamed, Organization 032 Renamed I was thinking if it was possible to apply these modifications on a SELECT clause without creating another table and refreshing it by parsing the initial table? Any suggestions?
    Thanks,

    Hi Frank, 
    I have been thinking for days on this problem... That's probably why I can't explain it correctly. SO let me try again. Let's restart evrything and recreate the ORGANISATIONS table.
    set define off;
    DROP TABLE ORGANISATIONS;
    DROP TABLE TRANSFORMATIONS;
    CREATE TABLE organisations 
       organ_id number(10) PRIMARY KEY, 
       parent_organ_id NUMBER(10), 
       organ_name varchar2(255), 
       CONSTRAINT fk_org_to_par_org 
          FOREIGN KEY (parent_organ_id) 
           REFERENCES organisations(organ_id)
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (11, NULL, 'Sales');
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (23, NULL, 'R&D');
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (71, NULL, 'Logistics');
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (87, 71, 'Transport');Once you executed the previous statements, you have the following result:
    SELECT organ_id, parent_organ_id, CAST(LPAD(' ', LEVEL * 2) || organ_name as VARCHAR2(25)) AS a
      FROM organisations
     START WITH parent_organ_id IS NULL
    CONNECT BY PRIOR organ_id = parent_organ_id;
    ORGAN_ID               PARENT_ORGAN_ID        A                         
    11                                              Sales                   
    23                                              R&D                     
    71                                              Logistics               
    87                     71                         Transport             The organisation has 3 root department: Sales, R&D and logistics. The logistics department has a child department called transport.
    Now, the previous tree comes from a remote database but that's not the point. It can not be used as provided. I have to apply some modification to that tree before I can use it. That's why I creat the TRANSFORMATIONS table. 
    CREATE TABLE transformations
      transform_id number(10), 
      transform_type CHAR(1), 
      organ_id  number(10), 
      organ_name varchar2(255), 
      parent_organ_id number(10),
      replace_name varchar2(255)
    );Now, every record inserted in that table is a transformation to apply to the original tree. One of the transformation I need to apply is to create organisations. 
    For example:
    INSERT INTO transformations(transform_id, transform_type, organ_id, organ_name, 
                                parent_organ_id)
          VALUES(  35, 'C', -19, 'Local sales', 11);The previous transformation means: Create a new organisation named 'Local Sales' under the Sales organization. Let's review the different values in the INSERT statement. The transform_ID is a generated ID. We don't really care about it.The transform_type 'C' means create an organization (node). The -19 is the ID that that new organization should have. 'Local Sales' is the name of that new organization and 11 is his parent id. That's with this parent-id that I know where to put the new node in the tree.
    After applying this transformtation, the result should be:
    ORGAN_ID               PARENT_ORGAN_ID        A                         
    11                                              Sales                   
    -19                    11                         Local sales 
    23                                              R&D                     
    71                                              Logistics               
    87                     71                         Transport             Of course, I can have other CREATE transformations:
    INSERT INTO transformations(transform_id, transform_type, organ_id, organ_name, 
                                parent_organ_id)
          VALUES(  64, 'C', -23, 'Foreign sales', 11);
    INSERT INTO transformations(transform_id, transform_type, organ_id, organ_name, 
                                parent_organ_id)
          VALUES(  66, 'C', -26, 'South America', -23);
    INSERT INTO transformations(transform_id, transform_type, organ_id, organ_name, 
                                parent_organ_id)
          VALUES(  97, 'C', -13, 'IT', null);After applying these transformations, the result should be :
    ORGAN_ID               PARENT_ORGAN_ID        A                         
    11                                              Sales                   
    -19                    11                         Local sales 
    -23                    11                         Foreign sales 
    -26                    -23                          South America 
    23                                              R&D                     
    71                                              Logistics               
    87                     71                         Transport             
    -13                                             ITI hope this is clear now? I wanted to know if it's possible to apply such transformations directly in the SELECT statement without having to code a PL/SQL package that does it for me?
    Now the problem is that I can have other type of transformations. For example, some nodes should be renamed. 
    For example, if I insert this transformation:
    INSERT INTO transformations(transform_id, transform_type, organ_id, replace_name)
          VALUES(  60, 'R', 11, 'Sales department');Instead of returning the name 'Sales' for the organization with ID = 11, it should return 'Sales department'. The 'R' transformation type means rename and the org_id is the organization to rename and the new name is supplied using replace_name.
    The most difficult transformation is probably the next one. It defines nodes to retrieve by organization. For example, let's add the following data:
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (50, NULL, 'Security');
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (51, 50, 'Building');
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (80, 51, 'Parkings');
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (81, 80, 'Parking 1');
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (82, 81, 'Parking 1 - Level 0');
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (52, 50, 'Software');
    INSERT INTO organisations(organ_id, parent_organ_id, organ_name) 
         VALUES (52, 50, 'Other kind of security');AS you can see in the following result, the Security organization has 4 levels below.
    SELECT organ_id, parent_organ_id, LEVEL, CAST(LPAD(' ', LEVEL * 2) || organ_name as VARCHAR2(30)) AS a
      FROM organisations
     START WITH parent_organ_id IS NULL
    CONNECT BY PRIOR organ_id = parent_organ_id;
    ORGAN_ID               PARENT_ORGAN_ID        LEVEL                  A                              
    11                                            1                        Sales                        
    23                                            1                        R&D                          
    50                                            1                        Security                     
    51                     50                     2                          Building                   
    80                     51                     3                            Parkings                 
    81                     80                     4                              Parking 1              
    82                     81                     5                                Parking 1 - Level 0  
    71                                            1                        Logistics                    
    87                     71                     2                          Transport                  
     9 rows selected 
     I also should be able to define with a transformation the number of level to retrieve for a specific node. 
    ALTER TABLE transformations 
      ADD max_children number(10) default 4;
    INSERT INTO transformations(transform_id, transform_type, organ_id, max_children)
          VALUES(  20, 'L', 50, 2);In the previous transformation, I specify a 2 level for the organization 50. In this case, the final result should only return 2 level under the organization 50. So instead of having 5 levels as in the previous result, I should have
    ORGAN_ID               PARENT_ORGAN_ID        LEVEL                  A                              
    11                                            1                        Sales                        
    23                                            1                        R&D                          
    50                                            1                        Security                     
    51                     50                     2                          Building                   
    80                     51                     3                            Parkings                 
    71                                            1                        Logistics                    
    87                     71                     2                          Transport                  As you can see, there are a lot of different type of transformations that should be done and I don't think SQL is intented for such things?
    Thank you again for your help Frank, I really appreciate

  • Account Transformations with wildcards

    Hi Forum,
    I was wondering if anyone knew if the 'source account' field within account transformations accepts wildcards or a property from the account dimension. Basically I have a number of accounts which classify as 'additions' and I want to transpose them from their account code into a member in a subtable dimension (Additions) but I don;t want to name each source account code explicitly as my account transformation table would become very big ( I need to do this for disposals, charges etc...). Can anyone suggest the best approach ?
    Thanks,
    Brian

    Hi Brain,
    All the business rules run SQL stored procedures which use the values passes in the business rules table. As the SQL syntax is different when you pass the excat string and wild characters, I dont think it will accept wild chars.
    But you can use the values of properties in Business rules. You can define a property named DIMLIST(or DIMLISTn - n is number)  or TYPELIM(typelim is only for transformation rules), in your case for account dimension and filter on the values of the properties by selecting the property tab in the pop up you get to select account dimension in business rules table and you can use this property values only for source account dimension.
    Hope this helps,
    Kranthi

  • How to truncate fact tables using wb_truncate_table

    Hi,
    I've got a sequence of mappings that load various staging tables, dimensions and fact tables.
    At present, I truncate the fact tables manually before loading the dimensions (to avoid foreigh key errors), but would like to write mappings to do the truncations.
    I tried creating mappings using wb_truncate_table in a Pre-Mapping Process operator (using a constant for the filename), but can't figure out how to get this to actually truncate the fact table.
    The manual says to "connect the output attribute of the Pre-Mapping Process operator to the input group of a target operator." However the PMP operator in my mapping doesn't have an output operator (and the add button is greyed out).
    Sorry if I'm missing something obvious, but can anybody help, or advise on a better way to truncate my fact tables before reloading the dimensions?
    Thanks in advance.
    Chris

    got that to work using WB_TRUNCATE_TABLE in a PMP in the first mapping to >populate one of the fact table's dimensions. The problem I was having was in >trying to create a mapping just to do the truncate, but I see now that's not the >way to go.If you want to create a mapping that just truncate some table(s) - it's very easy.
    1. Just create your own function that returns, let's say, char. Inside this function, call WB_TRUNCATE_TABLE and return dummy char (e.g. '1'). Then create some dummy table with only one colum of char type.
    2. Create mapping. place constant operator, your function as transformation operator, and dummy table. Link them CONSTANT - TRANSFORMATION - TABLE.
    That's all. If you want to truncate more tables within one mapping, just add more FUNCTIONS and add more attributes (table names) to the constant operator.

  • Cannot install iTunes .. whatever I do ..

    Hey,
    I had iTunes 7.3. and always tried to upgrade to iTunes 7.5, well it didn't work
    an therefore I de-installed iTunes and Quick.Time from my Computer within the help from here
    --> http://docs.info.apple.com/article.html?artnum=93976-en
    after all that, I cleaned up my registry with 'Registry Mechanics' and defraget it. After rebooting my Computer I had the hope to get no problems with the installation of the new iTunes .. well I had more than before, and I don't have any more ideas what i can do ... Plz help me
    here's the Log:
    === Verbose logging started: 21.11.2007 13:10:10 Build type: SHIP UNICODE 3.01.4000.4039 Calling process: C:\WINDOWS\system32\msiexec.exe ===
    MSI (c) (1C:CC) [13:10:10:359]: Resetting cached policy values
    MSI (c) (1C:CC) [13:10:10:359]: Machine policy value 'Debug' is 0
    MSI (c) (1C:CC) [13:10:10:359]: ***** RunEngine:
    ***** Product: C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\iTunes.msi
    ***** Action:
    ***** CommandLine: ********
    MSI (c) (1C:CC) [13:10:10:375]: Machine policy value 'DisableUserInstalls' is 0
    MSI (c) (1C:CC) [13:10:15:906]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\iTunes.msi' against software restriction policy
    MSI (c) (1C:CC) [13:10:15:906]: SOFTWARE RESTRICTION POLICY: C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\iTunes.msi has a digital signature
    MSI (c) (1C:CC) [13:10:16:750]: SOFTWARE RESTRICTION POLICY: C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\iTunes.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (c) (1C:CC) [13:10:16:750]: Cloaking enabled.
    MSI (c) (1C:CC) [13:10:16:750]: Attempting to enable all disabled priveleges before calling Install on Server
    MSI (c) (1C:CC) [13:10:16:765]: End dialog not enabled
    MSI (c) (1C:CC) [13:10:16:765]: Original package ==> C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\iTunes.msi
    MSI (c) (1C:CC) [13:10:16:765]: Package we're running from ==> C:\DOKUME~1\Simon\LOKALE~1\Temp\5e3d0.msi
    MSI (c) (1C:CC) [13:10:16:781]: APPCOMPAT: looking for appcompat database entry with ProductCode '{4F5CE18C-D97D-48FF-A510-A0D90C918294}'.
    MSI (c) (1C:CC) [13:10:16:781]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (1C:CC) [13:10:16:781]: MSCOREE not loaded loading copy from system32
    MSI (c) (1C:CC) [13:10:16:781]: Machine policy value 'TransformsSecure' is 0
    MSI (c) (1C:CC) [13:10:16:781]: User policy value 'TransformsAtSource' is 0
    MSI (c) (1C:CC) [13:10:16:781]: Machine policy value 'DisablePatch' is 0
    MSI (c) (1C:CC) [13:10:16:781]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (c) (1C:CC) [13:10:16:781]: Machine policy value 'DisableLUAPatching' is 0
    MSI (c) (1C:CC) [13:10:16:781]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (c) (1C:CC) [13:10:16:781]: Looking for storage transform: 1031
    MSI (c) (1C:CC) [13:10:16:781]: Validating transform '1031' with validation bits 0x926
    MSI (c) (1C:CC) [13:10:16:781]: Transform '1031' is valid.
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2205 2: 3: Patch
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2205 2: 3: PatchPackage
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: _Tables 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: _Columns 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Media 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
    MSI (c) (1C:CC) [13:10:16:781]: TRANSFORM: Applying regular transform to database.
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: _Tables 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: _Columns 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: #_PatchCache 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: TypeLib 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: CreateFolder 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: TextStyle 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: LockPermissions 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Extension 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: ProgId 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Condition 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: CheckBox 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: AppSearch 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: SelfReg 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: MoveFile 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: ControlEvent 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: ListBox 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Icon 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Feature 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: AppId 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Class 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Binary 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: caPackage 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: RemoveFile 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: InstallUISequence 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Directory 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: ServiceControl 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: EventMapping 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: ControlCondition 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: DrLocator 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: RegLocator 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Upgrade 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: FeatureComponents 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Signature 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: caCommonExtension 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Media 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: _Validation 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: MIME 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: ModuleSignature 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: Verb 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: ModuleComponents 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: #_BaselineData 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: #_BaselineFile 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: #_BaselineCost 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:781]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:796]: APPCOMPAT: looking for appcompat database entry with ProductCode '{4F5CE18C-D97D-48FF-A510-A0D90C918294}'.
    MSI (c) (1C:CC) [13:10:16:796]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (1C:CC) [13:10:16:796]: Transforms are not secure.
    MSI (c) (1C:CC) [13:10:16:796]: Transforming table Property.
    MSI (c) (1C:CC) [13:10:16:796]: Transforming table Control.
    MSI (c) (1C:CC) [13:10:16:796]: Command Line: CURRENTDIRECTORY=C:\Dokumente und Einstellungen\Simon CLIENTUILEVEL=0 CLIENTPROCESSID=1308
    MSI (c) (1C:CC) [13:10:16:796]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{4FD1D6D2-58BE-4D05-A2E0-69186A57172E}'.
    MSI (c) (1C:CC) [13:10:16:796]: Product Code passed to Engine.Initialize: ''
    MSI (c) (1C:CC) [13:10:16:796]: Product Code from property table before transforms: '{4F5CE18C-D97D-48FF-A510-A0D90C918294}'
    MSI (c) (1C:CC) [13:10:16:796]: Product Code from property table after transforms: '{4F5CE18C-D97D-48FF-A510-A0D90C918294}'
    MSI (c) (1C:CC) [13:10:16:796]: Product not registered: beginning first-time install
    MSI (c) (1C:CC) [13:10:16:796]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (c) (1C:CC) [13:10:16:796]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (c) (1C:CC) [13:10:16:796]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (1C:CC) [13:10:16:796]: Adding new sources is allowed.
    MSI (c) (1C:CC) [13:10:16:796]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (c) (1C:CC) [13:10:16:796]: Package name extracted from package path: 'iTunes.msi'
    MSI (c) (1C:CC) [13:10:16:796]: Package to be registered: 'iTunes.msi'
    MSI (c) (1C:CC) [13:10:16:796]: Transforming table Error.
    MSI (c) (1C:CC) [13:10:16:812]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (c) (1C:CC) [13:10:16:812]: Machine policy value 'DisableMsi' is 0
    MSI (c) (1C:CC) [13:10:16:812]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (1C:CC) [13:10:16:812]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (1C:CC) [13:10:16:812]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (c) (1C:CC) [13:10:16:812]: Running product '{4F5CE18C-D97D-48FF-A510-A0D90C918294}' with elevated privileges: Product is assigned.
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Dokumente und Einstellungen\Simon'.
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '1308'.
    MSI (c) (1C:CC) [13:10:16:812]: TRANSFORMS property is now:
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Anwendungsdaten
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Favoriten
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Netzwerkumgebung
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Eigene Dateien
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Druckumgebung
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Recent
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\SendTo
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Vorlagen
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\All Users\Anwendungsdaten
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Lokale Einstellungen\Anwendungsdaten
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Eigene Dateien\Eigene Bilder
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\Verwaltung
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\Autostart
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\All Users\Startmenü\Programme
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\All Users\Startmenü
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\All Users\Desktop
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Startmenü\Programme\Verwaltung
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Startmenü\Programme\Autostart
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Startmenü\Programme
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Startmenü
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\Simon\Desktop
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\Dokumente und Einstellungen\All Users\Vorlagen
    MSI (c) (1C:CC) [13:10:16:812]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
    MSI (c) (1C:CC) [13:10:16:812]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (c) (1C:CC) [13:10:16:812]: Note: 1: 1402 2: HKEYCURRENTUSER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Simon Stoll'.
    MSI (c) (1C:CC) [13:10:16:812]: Note: 1: 1402 2: HKEYCURRENTUSER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is '@Home'.
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\DOKUME~1\Simon\LOKALE~1\Temp\5e3d0.msi'.
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\iTunes.msi'.
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding SourceDir property. Its value is 'C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\'.
    MSI (c) (1C:CC) [13:10:16:812]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is 'C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\'.
    MSI (c) (1C:58) [13:10:16:812]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '3.01'.
    MSI (c) (1C:58) [13:10:16:812]: Transforming table UIText.
    MSI (c) (1C:58) [13:10:16:828]: Transforming table Dialog.
    MSI (c) (1C:58) [13:10:16:828]: Transforming table Dialog.
    === Protokollierung gestartet: 21.11.2007 13:10:16 ===
    MSI (c) (1C:CC) [13:10:16:828]: Note: 1: 2205 2: 3: PatchPackage
    MSI (c) (1C:CC) [13:10:16:828]: Machine policy value 'DisableRollback' is 0
    MSI (c) (1C:CC) [13:10:16:828]: User policy value 'DisableRollback' is 0
    MSI (c) (1C:CC) [13:10:16:828]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
    MSI (c) (1C:CC) [13:10:16:828]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (c) (1C:CC) [13:10:16:828]: Doing action: INSTALL
    MSI (c) (1C:CC) [13:10:16:828]: Transforming table ActionText.
    Aktion 13:10:16: INSTALL.
    Aktion gestartet um 13:10:16: INSTALL.
    MSI (c) (1C:CC) [13:10:16:843]: UI Sequence table 'InstallUISequence' is present and populated.
    MSI (c) (1C:CC) [13:10:16:843]: Running UISequence
    MSI (c) (1C:CC) [13:10:16:843]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
    MSI (c) (1C:CC) [13:10:16:843]: Doing action: SystemFolder.2F677E681565_4E02_896192B66820BA1A
    Aktion 13:10:16: SystemFolder.2F677E681565_4E02_896192B66820BA1A.
    Aktion gestartet um 13:10:16: SystemFolder.2F677E681565_4E02_896192B66820BA1A.
    MSI (c) (1C:CC) [13:10:16:843]: Transforming table CustomAction.
    MSI (c) (1C:CC) [13:10:16:843]: PROPERTY CHANGE: Adding SystemFolder.2F677E681565_4E02_896192B66820BA1A property. Its value is 'C:\WINDOWS\system32\'.
    Aktion beendet um 13:10:16: SystemFolder.2F677E681565_4E02_896192B66820BA1A. Rückgabewert 1.
    MSI (c) (1C:CC) [13:10:16:843]: Doing action: QuickTimePreInstallMSIProc
    Aktion 13:10:16: QuickTimePreInstallMSIProc. Es werden Informationen über QuickTime gesammelt.
    Aktion gestartet um 13:10:16: QuickTimePreInstallMSIProc.
    MSI (c) (1C:CC) [13:10:16:843]: Transforming table CustomAction.
    MSI (c) (1C:48) [13:10:16:859]: Invoking remote custom action. DLL: C:\DOKUME~1\Simon\LOKALE~1\Temp\MSI4.tmp, Entrypoint: QuickTimePreInstallMSIProc
    MSI (c) (1C:D8) [13:10:16:875]: Cloaking enabled.
    MSI (c) (1C:D8) [13:10:16:875]: Attempting to enable all disabled priveleges before calling Install on Server
    MSI (c) (1C:D8) [13:10:16:875]: Connected to service for CA interface.
    QuickTimePreInstallMSIProc entered.
    Calling QuickTimePreInstallProc(kQTInstallRunSilent)
    QuickTimePreInstallProc returned 0L
    MSI (c) (1C!24) [13:10:17:234]: PROPERTY CHANGE: Adding QTINFO.CURRENTQTMACVERSNUM_BASE10 property. Its value is '120619008'.
    MSI (c) (1C!24) [13:10:17:234]: PROPERTY CHANGE: Adding QTINFO.CURRENTQTVERSNUM property. Its value is '07030050'.
    MSI (c) (1C!24) [13:10:17:234]: PROPERTY CHANGE: Adding QTINFO.CURRENTQTVERSNUM_BASE10 property. Its value is '117637200'.
    MSI (c) (1C!24) [13:10:17:234]: PROPERTY CHANGE: Adding QTINFO.CURRENTQTVERSSTR property. Its value is '7.3.0.80'.
    MSI (c) (1C!24) [13:10:17:234]: PROPERTY CHANGE: Adding QTINFO.BUYQTPROURL property. Its value is 'http://quicktimepro.apple.com/?country=CH&language=de&productName=QuickTime7&o peratingSystem=Windows&osVersion=05010200&qtVersion=07308000&cid=AOSA10000026883 '.
    QuickTimePreInstallMSIProc exiting. ==> 0L
    Aktion beendet um 13:10:17: QuickTimePreInstallMSIProc. Rückgabewert 1.
    MSI (c) (1C:CC) [13:10:17:250]: Doing action: iTunesLaunchConditions
    Aktion 13:10:17: iTunesLaunchConditions. Installationsprüfroutinen werden durchgeführt
    Aktion gestartet um 13:10:17: iTunesLaunchConditions.
    MSI (c) (1C:CC) [13:10:17:250]: Transforming table CustomAction.
    MSI (c) (1C:A4) [13:10:17:250]: Invoking remote custom action. DLL: C:\DOKUME~1\Simon\LOKALE~1\Temp\MSI5.tmp, Entrypoint: iTunesLaunchConditions
    Aktion beendet um 13:10:18: iTunesLaunchConditions. Rückgabewert 3.
    MSI (c) (1C:CC) [13:10:18:375]: Doing action: SetupCompleteError
    Aktion 13:10:18: SetupCompleteError.
    Aktion gestartet um 13:10:18: SetupCompleteError.
    MSI (c) (1C:CC) [13:10:18:375]: Transforming table CustomAction.
    MSI (c) (1C:58) [13:10:18:390]: Transforming table Error.
    Information 2898. Tahoma8, Tahoma, 0
    MSI (c) (1C:58) [13:10:18:406]: Transforming table Error.
    Information 2898. TahomaBold8, Tahoma, 0
    Aktion 13:10:18: SetupCompleteError. Dialog created
    MSI (c) (1C:58) [13:10:18:468]: Note: 1: 2731 2: 0
    Aktion beendet um 13:10:19: SetupCompleteError. Rückgabewert 2.
    Aktion beendet um 13:10:19: INSTALL. Rückgabewert 3.
    MSI (c) (1C:CC) [13:10:19:875]: Destroying RemoteAPI object.
    MSI (c) (1C:D8) [13:10:19:875]: Custom Action Manager thread ending.
    Property(C): Manufacturer = Apple Inc.
    Property(C): ProductCode = {4F5CE18C-D97D-48FF-A510-A0D90C918294}
    Property(C): ProductLanguage = 1031
    Property(C): ProductName = iTunes
    Property(C): ProductVersion = 7.5.0.20
    Property(C): UpgradeCode = {0880A3FD-2A1E-43C5-B020-09930E075D34}
    Property(C): REGSRCHDESKTOPSHORTCUTS = 1
    Property(C): REGSRCHMEDIADEFAULTS = 1
    Property(C): REGSRCHITUNESLANGID = 1031
    Property(C): ALLUSERS = 1
    Property(C): ARPCONTACT = AppleCare Support
    Property(C): ARPHELPLINK = http://www.apple.com/de/support/
    Property(C): ARPHELPTELEPHONE = 01805 009 433
    Property(C): ARPPRODUCTICON = Installer.ico
    Property(C): ARPURLINFOABOUT = http://www.apple.com/de
    Property(C): ARPURLUPDATEINFO = http://www.apple.com/de/itunes/
    Property(C): GEARASPIWDMSERVICEDELETED = #0
    Property(C): PRIMARYFOLDER = INSTALLDIR
    Property(C): ProductVersionMarketing = 7.5
    Property(C): SCHEDULE_ASUW = 1
    Property(C): caCommonExtensionBackupName = iTunes_back
    Property(C): caPackageExeName = iTunesSetupAdmin.exe
    Property(C): ErrorDialog = SetupError
    Property(C): DefaultUIFont = Tahoma8
    Property(C): ProgressType = install
    Property(C): IAcceptLicense = No
    Property(C): AdminProperties = DESKTOPSHORTCUTS;MEDIADEFAULTS;PROGRAMMENUNAME;REENABLEAUTORUN
    Property(C): SecureCustomProperties = AMDSIS_INSTALLED;ASUW_IS_INSTALLED;AUTORUN;BNEWERITUNESISINSTALLED;DESKTOP_SHORTCUTS ;EXISTINGINSTALLDIR;EXISTINGIPODINSTALLDIR;FIREFOXDEFAULTSFOLDER;FIREFOXISINSTAL LED;FIREFOXPLUGINSFOLDER;GEARASPIWDM_SERVICE_DELETED;INSTALLDIR;ISACTIONPROP1;IT UNES_IS_RUNNING;MEDIA_DEFAULTS;OLDIPODSERVICE;PARTNER_ID;PARTNER_NAME;PARTNER_VE RSION;PCAST_URL_HANDLER;PROGRAMMENUNAME;QTINFO.BISQTPRO;QTINFO.BNEWERQTISINSTALL ED;QTINFO.BOLDERQTISINSTALLED;QTINFO.BQTISINSTALLED;QTINFO.BUPGRADEWOULDINVALIDA TEPROKEY;QTINFO.BUYQTPROURL;QTINFO.CURRENTQTINSTALLPATH;QTINFO.CURRENTQTPROCESSC OUNT;QTINFO.CURRENTQTVERSNUM;QTINFO.CURRENTQTVERSSTR;QTINFO.EXISTINGQTVERSNUM;QT INFO.EXISTINGQTVERSSTR;QTINFO.QTPROREGNAME;QTINFO.QTPROREGNUMBER;REENABLEAUTORUN ;REGSRCH_DESKTOP_SHORTCUTS;REGSRCH_ITUNES_LANGID;REGSRCH_MEDIA_DEFAULTS;SCHEDULEASUW;UNSUPPORTEDIPODSOFTWARE;UPGRADEFOUND
    Property(C): SourceDir = C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\
    Property(C): ProductState = -1
    Property(C): PackagecodeChanging = 1
    Property(C): PackageCode = {4FD1D6D2-58BE-4D05-A2E0-69186A57172E}
    Property(C): QTINFO.CURRENTQTMACVERSNUM_BASE10 = 120619008
    Property(C): QTINFO.BUYQTPROURL = http://quicktimepro.apple.com/?country=CH&language=de&productName=QuickTime7&ope ratingSystem=Windows&osVersion=05010200&qtVersion=07308000&cid=AOSA10000026883
    Property(C): QTINFO.CURRENTQTVERSSTR = 7.3.0.80
    Property(C): QTINFO.CURRENTQTVERSNUM_BASE10 = 117637200
    Property(C): QTINFO.CURRENTQTVERSNUM = 07030050
    Property(C): EXECUTEACTION = INSTALL
    Property(C): ProgramFilesFolder = C:\Programme\
    Property(C): AppDataFolder = C:\Dokumente und Einstellungen\Simon\Anwendungsdaten\
    Property(C): CommonAppDataFolder = C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\
    Property(C): DesktopFolder = C:\Dokumente und Einstellungen\All Users\Desktop\
    Property(C): ProgramMenuFolder = C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\
    Property(C): Privileged = 1
    Property(C): CURRENTDIRECTORY = C:\Dokumente und Einstellungen\Simon
    Property(C): SystemFolder = C:\WINDOWS\system32\
    Property(C): VersionNT = 501
    Property(C): AdminToolsFolder = C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\Verwaltung\
    Property(C): CommonFilesFolder = C:\Programme\Gemeinsame Dateien\
    Property(C): SystemFolder.2F677E681565_4E02_896192B66820BA1A = C:\WINDOWS\system32\
    Property(C): FavoritesFolder = C:\Dokumente und Einstellungen\Simon\Favoriten\
    Property(C): FontsFolder = C:\WINDOWS\Fonts\
    Property(C): LocalAppDataFolder = C:\Dokumente und Einstellungen\Simon\Lokale Einstellungen\Anwendungsdaten\
    Property(C): MyPicturesFolder = C:\Dokumente und Einstellungen\Simon\Eigene Dateien\Eigene Bilder\
    Property(C): PersonalFolder = C:\Dokumente und Einstellungen\Simon\Eigene Dateien\
    Property(C): SendToFolder = C:\Dokumente und Einstellungen\Simon\SendTo\
    Property(C): StartMenuFolder = C:\Dokumente und Einstellungen\All Users\Startmenü\
    Property(C): StartupFolder = C:\Dokumente und Einstellungen\All Users\Startmenü\Programme\Autostart\
    Property(C): System16Folder = C:\WINDOWS\system\
    Property(C): TempFolder = C:\DOKUME~1\Simon\LOKALE~1\Temp\
    Property(C): TemplateFolder = C:\Dokumente und Einstellungen\All Users\Vorlagen\
    Property(C): WindowsFolder = C:\WINDOWS\
    Property(C): WindowsVolume = C:\
    Property(C): CLIENTUILEVEL = 0
    Property(C): CLIENTPROCESSID = 1308
    Property(C): VersionDatabase = 200
    Property(C): VersionMsi = 3.01
    Property(C): WindowsBuild = 2600
    Property(C): ServicePackLevel = 2
    Property(C): ServicePackLevelMinor = 0
    Property(C): MsiNTProductType = 1
    Property(C): RemoteAdminTS = 1
    Property(C): NetHoodFolder = C:\Dokumente und Einstellungen\Simon\Netzwerkumgebung\
    Property(C): PrintHoodFolder = C:\Dokumente und Einstellungen\Simon\Druckumgebung\
    Property(C): RecentFolder = C:\Dokumente und Einstellungen\Simon\Recent\
    Property(C): GPTSupport = 1
    Property(C): OLEAdvtSupport = 1
    Property(C): ShellAdvtSupport = 1
    Property(C): Intel = 15
    Property(C): PhysicalMemory = 768
    Property(C): VirtualMemory = 1518
    Property(C): AdminUser = 1
    Property(C): LogonUser = Simon
    Property(C): UserSID = S-1-5-21-1801674531-764733703-839522115-1003
    Property(C): UserLanguageID = 2055
    Property(C): ComputerName = SHIFT
    Property(C): SystemLanguageID = 1031
    Property(C): ScreenX = 1024
    Property(C): ScreenY = 768
    Property(C): CaptionHeight = 26
    Property(C): BorderTop = 1
    Property(C): BorderSide = 1
    Property(C): TextHeight = 16
    Property(C): ColorBits = 32
    Property(C): TTCSupport = 1
    Property(C): Time = 13:10:19
    Property(C): Date = 21.11.2007
    Property(C): MsiNetAssemblySupport = 2.0.50727.42
    Property(C): MsiWin32AssemblySupport = 5.1.2600.3019
    Property(C): RedirectedDllSupport = 2
    Property(C): USERNAME = Simon Stoll
    Property(C): COMPANYNAME = @Home
    Property(C): DATABASE = C:\DOKUME~1\Simon\LOKALE~1\Temp\5e3d0.msi
    Property(C): OriginalDatabase = C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\iTunes.msi
    Property(C): SOURCEDIR = C:\DOKUME~1\Simon\LOKALE~1\Temp\IXP610.TMP\
    Property(C): VersionHandler = 3.01
    Property(C): UILevel = 5
    Property(C): ACTION = INSTALL
    === Protokollierung beendet: 21.11.2007 13:10:19 ===
    MSI (c) (1C:CC) [13:10:19:906]: Note: 1: 1708
    MSI (c) (1C:CC) [13:10:19:906]: Transforming table Error.
    MSI (c) (1C:CC) [13:10:19:906]: Transforming table Error.
    MSI (c) (1C:CC) [13:10:19:906]: Produkt: iTunes -- Die Installation ist fehlgeschlagen.
    MSI (c) (1C:CC) [13:10:19:906]: Grabbed execution mutex.
    MSI (c) (1C:CC) [13:10:19:906]: Cleaning up uninstalled install packages, if any exist
    MSI (c) (1C:CC) [13:10:19:906]: MainEngineThread is returning 1603
    === Verbose logging stopped: 21.11.2007 13:10:20 ===

    you can try this thread maybe? https://discussions.apple.com/message/16217061#16217061

  • ITunes 6 installation problem on Windows 2000

    Hi Gayle,
    I read your note on Apple's discussion board ( Gayle B, "If you are experiencing installation issues...", 06:20pm Oct 12, 2005 CDT) and I followed your instructions to generate logs.
    I'm trying to install latest iTunes 6 and it gets hung forever. When I kill it, it fails with error 1628. I'm logged as Administator on this win 2000 system and I have disabled anti-virus.
    Following is test from "log.txt". I couldn't find the other log - QTPluginInstaller_XXXX.log.
    Thanks,
    Akshay
    === Verbose logging started: 10/13/2005 1:14:42 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: C:\PROGRA~1\COMMON~1\INSTAL~1\Driver\11\INTEL3~1\IDriver.exe ===
    MSI (c) (C4:24) [01:14:42:156]: Cloaking enabled.
    MSI (c) (C4:24) [01:14:42:156]: Attempting to enable all disabled priveleges before calling Install on Server
    MSI (c) (C4:24) [01:14:42:156]: End dialog not enabled
    MSI (c) (C4:24) [01:14:42:156]: Original package ==>
    MSI (c) (C4:24) [01:14:42:156]: Package we're running from ==> C:\WINNT\Downloaded Installations\{13616DE2-9795-4910-8C93-80D45AF09658}\iTunes.msi
    MSI (c) (C4:24) [01:14:42:156]: Transforming table Property.
    MSI (c) (C4:24) [01:14:42:156]: APPCOMPAT: looking for appcompat database entry with ProductCode '{13616DE2-9795-4910-8C93-80D45AF09658}'.
    MSI (c) (C4:24) [01:14:42:156]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (C4:24) [01:14:42:156]: MSCOREE not loaded loading copy from system32
    MSI (c) (C4:24) [01:14:42:156]: APPCOMPAT: looking for appcompat database entry with ProductCode '{13616DE2-9795-4910-8C93-80D45AF09658}'.
    MSI (c) (C4:24) [01:14:42:156]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (C4:24) [01:14:42:156]: Transforms are not secure.
    MSI (c) (C4:24) [01:14:42:171]: Transforming table Property.
    MSI (c) (C4:24) [01:14:42:171]: No Command Line.
    MSI (c) (C4:24) [01:14:42:171]: Note: 1: 2262 2: Control 3: -2147287038
    MSI (c) (C4:24) [01:14:42:171]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{CB1FD484-A5C5-44C0-842A-CC5B3F0278FE}'.
    MSI (c) (C4:24) [01:14:42:171]: Product Code passed to Engine.Initialize: '(none)'
    MSI (c) (C4:24) [01:14:42:171]: Product Code from property table before transforms: '{13616DE2-9795-4910-8C93-80D45AF09658}'
    MSI (c) (C4:24) [01:14:42:171]: Product Code from property table after transforms: '{13616DE2-9795-4910-8C93-80D45AF09658}'
    MSI (c) (C4:24) [01:14:42:171]: Product not registered: beginning first-time install
    MSI (c) (C4:24) [01:14:42:171]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (c) (C4:24) [01:14:42:171]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (c) (C4:24) [01:14:42:171]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (C4:24) [01:14:42:171]: Adding new sources is allowed.
    MSI (c) (C4:24) [01:14:42:171]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (c) (C4:24) [01:14:42:171]: Package name extracted from package path: 'iTunes.msi'
    MSI (c) (C4:24) [01:14:42:171]: Package to be registered: 'iTunes.msi'
    MSI (c) (C4:24) [01:14:42:171]: Note: 1: 2729
    MSI (c) (C4:24) [01:14:42:171]: Note: 1: 2729
    MSI (c) (C4:24) [01:14:42:187]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (c) (C4:24) [01:14:42:187]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (C4:24) [01:14:42:187]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (C4:24) [01:14:42:187]: Running product '{13616DE2-9795-4910-8C93-80D45AF09658}' with user privileges: It's not assigned.
    MSI (c) (C4:24) [01:14:42:187]: TRANSFORMS property is now:
    MSI (c) (C4:24) [01:14:42:187]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '200'.
    MSI (c) (C4:24) [01:14:42:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Application Data
    MSI (c) (C4:24) [01:14:42:187]: SHELL32::SHGetFolderPath returned: C:\Documents and Settings\Administrator\Favorites
    MSI (c) (C4:24) [01:14:42:

    hi Akshay!
    Is there something in this log that looks fishy?
    i'm not a software engineer (kind of an installation nurse/paramedic), so i can't help you there. did you email the log to Gayle?
    love, b

  • BO XI 3.1 SP2 upgrade to SP3 Problem

    Hi All,
    I'm trying to upgrade our current BO XI 3.1 SP2 installation towards SP3.
    The server it is running on has the following OS: Windows 2003 SP2 (32bit)
    When performing the update, all goes well untill the point in the installation where it says "updating component registration"
    immediatly when the installer enters this phase, I receive the following error:
    Error 2908: Could not register component {73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6}
    Cancel - retry - ignore
    When chosing ignore I receive a new error:
    Error 1935: An error occured during the installation of assembly component  {73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6}
    OK
    When clicking OK, the installer rolls back and the update isn't performed.
    note that when the installation is performed with the BO Admin user, I receive both error messages, when running the update with any other local admin user, only the second error (assembly component..) comes up.
    Would anyone have an idea on how to solve this ?
    Best Regards,
    Tim Van Caeyzeele

    Thanks for the info Jonathan, good to know where the log files are
    I restarted the installation (with the same end result) and noticed that the log file is created once I click cancel to abort the installation.
    The log file is 65MB big
    After a huge search in the log file I found the latest entries before the rollback, actually the point where it fails:
    MSI (s) (C0:30) [11:23:24:044]: Executing op: ComponentRegister(ComponentId={73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6},KeyPath=<\CrystalDecisions.Enterprise.Shared,FileVersion="12.3.0.601",version="12.0.1100.0",culture="neutral",publicKeyToken="692FBEA5521E1304",State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    1: {EEC13875-F4CB-416F-ADC0-1EDA01A85632} 2: {73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6} 3: <\CrystalDecisions.Enterprise.Shared,FileVersion="12.3.0.601",version="12.0.1100.0",culture="neutral",publicKeyToken="692FBEA5521E1304"
    MSI (s) (C0:30) [11:23:24:044]: MSCOREE not loaded loading copy from system32
    MSI (s) (C0:30) [11:23:24:262]: Note: 1: 1935 2:  3: 0x80131700 4:  5: CreateAssemblyNameObject 6: CrystalDecisions.Enterprise.Shared,FileVersion="12.3.0.601",version="12.0.1100.0",culture="neutral",publicKeyToken="692FBEA5521E1304"
    MSI (s) (C0:30) [11:23:24:278]: Transforming table Error.
    MSI (c) (DC:84) [11:23:24:278]: Transforming table Error.
    Info 2867. The error dialog property is not set
    MSI (c) (DC:84) [11:23:24:278]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    Error 2908. Could not register component {73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6}.
    MSI (s) (C0:30) [11:37:59:019]: Transforming table Error.
    MSI (s) (C0:30) [11:37:59:019]: Product: SAP BusinessObjects Enterprise XI 3.1 SP3 Update -- Error 2908. Could not register component {73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6}.
    MSI (s) (C0:30) [11:37:59:019]: Note: 1: 1935 2:  3: 0x80131700 4:  5: CreateAssemblyNameObject 6: CrystalDecisions.Enterprise.Shared,FileVersion="12.3.0.601",version="12.0.1100.0",culture="neutral",publicKeyToken="692FBEA5521E1304"
    MSI (s) (C0:30) [11:37:59:035]: Transforming table Error.
    MSI (c) (DC:84) [11:37:59:035]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    Error 2908. Could not register component {73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6}.
    MSI (s) (C0:30) [11:37:59:597]: Transforming table Error.
    MSI (s) (C0:30) [11:37:59:597]: Product: SAP BusinessObjects Enterprise XI 3.1 SP3 Update -- Error 2908. Could not register component {73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6}.
    MSI (s) (C0:30) [11:37:59:597]: Note: 1: 1935 2:  3: 0x80131700 4:  5: CreateAssemblyNameObject 6: CrystalDecisions.Enterprise.Shared,FileVersion="12.3.0.601",version="12.0.1100.0",culture="neutral",publicKeyToken="692FBEA5521E1304"
    MSI (s) (C0:30) [11:37:59:597]: Transforming table Error.
    MSI (c) (DC:84) [11:37:59:597]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    Error 2908. Could not register component {73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6}.
    MSI (s) (C0:30) [11:38:00:175]: Transforming table Error.
    MSI (s) (C0:30) [11:38:00:175]: Product: SAP BusinessObjects Enterprise XI 3.1 SP3 Update -- Error 2908. Could not register component {73DDBFD1-3CEC-4DE2-AD1F-5D9354AE44D6}.
    MSI (s) (C0:30) [11:38:00:175]: Transforming table Error.
    MSI (c) (DC:84) [11:38:00:175]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    Are you sure you want to cancel?
    I notice that the keypath doesn't point to a location on the server, contrary to all other omponents that hold a keypath like:
    MSI (s) (C0:30) [11:23:24:044]: Executing op: ComponentRegister(ComponentId={FD575BFC-FBD5-46A6-A54F-413053DBB91D},KeyPath=G:\BOXI31\common\4.0\managed\,State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0)
    1: {EEC13875-F4CB-416F-ADC0-1EDA01A85632} 2: {FD575BFC-FBD5-46A6-A54F-413053DBB91D} 3: G:\BOXI31\common\4.0\managed\
    Edited by: Tim Van Caeyzeele on Jul 16, 2010 11:57 AM

  • SCCM 2012 - Project 2010 Standard deployment failed with error 1603

    Hi everyone,
    I’m in the progress to roll out a software deployment via SCCM 2012, it’s to remove the current Project 2010 Professional we installed and reinstall the Standard version. We got a task sequence for the job, which is Reboot>Un-install Project 2010 Pro>Reboot>Install
    Project 2010 Std.
    The Un-installation process uses this command: setup.exe /uninstall PrjPro /config "PrjPro.WW\uninstall.xml"
    The Installation process uses this command: setup.exe /adminfile project_silent_install.MSP
    But the deployment result is quite random, some of the PCs would succeed without any issue, some of them with fail at the installation process with 1708/1603 error. As far as I know we use standard Win 7 64bits SOE across the environment, so everyone should
    have same system baseline.
    I reviewed some of the failed Project 2010 Standard installation logs as it shows the following:
    Executing chained package: PrjStdWW
    05/09/2014 20:16:14 Installing chained package: PrjStdWW
    PERF: TickCount=530512 Name=Verify MSI local install source Description=Begin function
    OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    File at \\SCCM2012\SMSPKGE$\PC100139\PrjStd.WW\ose.exe has version: 14.0.4730.1010
    File at C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE has version: 14.0.4730.1010
    Running OSE version 14.0.4730.1010
    OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    File at \\SCCM2012\SMSPKGE$\PC100139\PrjStd.WW\ose.exe has version: 14.0.4730.1010
    File at C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE has version: 14.0.4730.1010
    Running OSE version 14.0.4730.1010
    LIS: wait for package "{90140000-003A-0000-0000-0000000FF1CE}" to complete caching
    LIS: package "{90140000-003A-0000-0000-0000000FF1CE}" caching completed
    PERF: TickCount=530528 Name=Completed verify local install source Description=End function
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Use Shell UI transform : LIS\{90140000-0115-0409-0000-0000000FF1CE}\ShellUI.MST
    Current transform is at path: LIS\{90140000-0115-0409-0000-0000000FF1CE}\ShellUI.MST
    OSE is detected as a registered service. Service binary is reported at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    OSE service binary is detected at location: C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE
    File at \\SCCM2012\SMSPKGE$\PC100139\PrjStd.WW\ose.exe has version: 14.0.4730.1010
    File at C:\Program Files (x86)\Common Files\Microsoft Shared\Source Engine\OSE.EXE has version: 14.0.4730.1010
    Running OSE version 14.0.4730.1010
    Using transform at path: C:\MSOCache\All Users\{90140000-0115-0409-0000-0000000FF1CE}-C\ShellUI.MST
    Catalyst Package Install...
    Package: PrjStdWW
    File: C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\PrjStdWW.msi
    Command Line: PATCH="\\SCCM2012\SMSPKGE$\PC100139\project_silent_install.MSP" ADDLOCAL=C.35347883.0E64.45B4.88A0.1881DE05E259,OSpp_Core,Project_PIA,SetupExeArpEntry,Office10Fix1,ProductFiles,InternationalSupportFiles_JPN,AceFiles,IMNFiles,OfficeIntlRDC,AceOdbc,OArt_DocTheme,OSetupController,WISPFiles,TCDRegistration,SetLanguageFiles,TCWorks7Files,ClviewFiles,VBAFiles,OfficeAppSupport,TextConverters,ProductNonBootFiles,dummy_Office_PIA,CAGOffice10,VSCommonPIAHidden,WebDiscussFiles,CAGCat10,CAGCat10Clips,MsoInstalledPackagesScoped,WxpFiles,SetupControllerFiles,Forms_PIA,dummy_MSCOMCTL_PIA,AlwaysInstalled,Gimme_OnDemandData,AceRepl,OISFiles,OfficeOLESupport,OfficeMSProof6,CAGFiles,InternationalSupportFiles_ArialUni,OSpp,Ace_PIA,GraphicsFiltersFile,WebDriveFiles,PROJECTFiles,ProductFiles_B2TR,SetupXmlFiles,OfficePostBoot,DocumentImagingUtils,VSTOCLR35,CAGCategoryFiles,ProjectCommon,VSTO,ProofingParent,MsoCommonShellHandler,OfficeDigitalSFiles,CARegistryFeature,OfficeCoreRDC,SetupExeAddRegistry,NonC2R_ProductFiles,MSSOAP3,TranslationCore,CAGOffice10Clips REMOVE=WISPHidden ARPENTRY_NOMODIFY="#0" ARPENTRY_MODIFYPATH="""C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe"" /modify PRJSTD /dll OSETUP.DLL" INSTALLLOCATION="C:\Program Files (x86)\Microsoft Office\" SLD_OEMPIDKEY="0" ARPENTRY_NOELEVATEONMODIFY="#0" SETUP_REBOOT="never" COMPANYNAME=" " ARPENTRY_SKUCOMPONENTS="[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Office.en-us\setup.xml[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Proofing.en-us\setup.xml[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Project.en-us\setup.xml[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Office64.en-us\setup.xml[~]C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\PRJSTD\setup.xml[~]" ARPENTRY_HELPLINK="" ARPENTRY_DISPLAYICON="C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\OSETUP.DLL,1" ARPENTRY_DISPLAYNAME="Microsoft Project Standard 2010" ACCEPTEDEULA="1" ARPENTRY_DISPLAYVERSION="14.0.4763.1000" BRANDING_XML="C:\Windows\TEMP\Setup00001048\BRANDING.XML" SLD_SUPPORTSBYPASS="0" SLD_ACID="5DC7BF61-5EC9-4996-9CCB-DF806A2D0EFE" SLD_TRIALTYPE="0" ARPENTRY_PACKAGEREFS="[~]OfficeMUISet.en-us[~]OfficeMUI.en-us[~]Proofing.en-us[~]Proof.en-us[~]Proof.es-es[~]Office64MUISet.en-us[~]PrjStdWW[~]Office64WW[~]Office64MUI.en-us[~]ProjectMUI.en-us[~]Proof.fr-fr[~]" SLD_DPID="#xF804000004000000380032003500300033002D00300030003000390038002D003000300031002D003000300030003000310030002D00300033002D0031003000330033002D0037003600300031002E0030003000300030002D0031003200390032003000310034000000000000000000000000000000000000000000000000000000000000000000350064006300370062006600360031002D0035006500630039002D0034003900390036002D0039006300630062002D00640066003800300036006100320064003000650066006500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000500072006F006A0065006300740053007400640056004C00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A09E4657B64703B2F32E339838F004006FE4EEC0394DE6AB2D77DCABCBC8F1C3B8B617EF54ACB52805F38EE560D0B738230977F4AB92430B37CBF02B49DB7636DCF15CE7E175CCF354E009C7A02432315800310036002D0030003800300035003100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000056006F006C0075006D0065003A00470056004C004B00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006C0074004B004D00530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" REMOVESAMEVERSION="" SLD_LICENSETYPE="6" SETUPEXEINSTALLUICULTURE="en-US" ARPENTRY_SHELLUITRANSFORMLANGUAGE="en-US" USERNAME=" " ARPENTRY_CONTACT="" ARPENTRY_HELPTELEPHONE="" ARPENTRY_PRODUCTCODES="[~]{90140000-00B4-0409-0000-0000000FF1CE}[~]{90140000-002C-0409-0000-0000000FF1CE}[~]{90140000-003A-0000-0000-0000000FF1CE}[~]{90140000-002A-0000-1000-0000000FF1CE}[~]{90140000-001F-0C0A-0000-0000000FF1CE}[~]{90140000-001F-0409-0000-0000000FF1CE}[~]{90140000-001F-040C-0000-0000000FF1CE}[~]{90140000-0115-0409-0000-0000000FF1CE}[~]{90140000-006E-0409-0000-0000000FF1CE}[~]{90140000-002A-0409-1000-0000000FF1CE}[~]{90140000-0116-0409-1000-0000000FF1CE}[~]" ARPENTRY_INSTALLLOCATION="C:\Program Files (x86)\Microsoft Office\" SETUPEXE_DOARPWRITE="1" ACIDS="11B39439-6B93-4642-9570-F2EB81BE2238;5DC7BF61-5EC9-4996-9CCB-DF806A2D0EFE;B6E9FAE1-1A0E-4C61-99D0-4AF068915378" ARPENTRY_SPPSKUID="[~]5DC7BF61-5EC9-4996-9CCB-DF806A2D0EFE[~]" ARPENTRY_NOREMOVE="#0" SLD_PKU="0" SLD_PID="82503-001-0000106-49615" LICTYPE="ltKMS" ARPENTRY_UNINSTALLSTRING="""C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe"" /uninstall PRJSTD /dll OSETUP.DLL" ARPENTRY_NOREPAIR="#1" ARPENTRY_URLUPDATEINFO="" ARPENTRY_URLINFOABOUT="" REMOVEPREVIOUS="" ARPENTRY_CACHELOCATION="C:\MSOCache\All Users" REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\" ARPSYSTEMCOMPONENT=1 TRANSFORMS="C:\MSOCache\All Users\{90140000-0115-0409-0000-0000000FF1CE}-C\ShellUI.MST" ALLUSERS="1"
    PERF: TickCount=530543 Name=MsiPackage::Install Description=Calling OMsiInstaller::InstallProduct for package file "C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\PrjStdWW.msi"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Error: Failed to install product: C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\PrjStdWW.msi ErrorCode: 1603(0x643).
    Log level changed from: Standard to: Verbose
    Rolling back chain
    05/09/2014 20:18:47 Rolling back package: PrjStdWW
    There appears to be no rollback work to do for package: PrjStdWW path: C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\PrjStdWW.msi
    05/09/2014 20:18:47 Rolling back package: Office64WW
    Package Office64WW was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Office64WW
    File: C:\MSOCache\All Users\{90140000-003A-0000-0000-0000000FF1CE}-C\Office64WW.msi
    Command Line: ADDLOCAL=AcePiaReg64,VSTO64,WordXmlEditVerb64,ExcelXmlEditVerb64,GrooveShellIntegration64,Project64Files,OSpp64_Core,ExcelPiaReg64,GraphPiaReg64,FormsPiaReg64,SmartTagPiaReg64,PPTXmlEditVerb64,MsoInstalledPackagesScoped,OfficeExample64bitFilesA,WAC_XmlEditVerb64SPD,SetupXmlFiles,WordPiaReg64,Outlook64Files,AlwaysInstalled64,VBEPiaReg64,VisioPiaReg64,Outlook64SearchShellReg,OneNote64Files,SetupControllerFiles,ProjectPiaReg64,SearchFilters64Files,OutlookPiaReg64,Gimme_OnDemandData,Visio64ShapeSearch,WAC_PIARegSPD64,ProductNonBootFiles64,XDocsPiaReg64,PublisherPiaReg64,OneNotePIAReg64,ProductFiles64,OfficeExample64bitFilesB,OfficePiaReg64,Visio64Files,TCDRegistration64,OSpp64,XDOCSFiles64,XDocsXmlEditVerb64,MsoCommonShellHandler64bit,AccessPiaReg64,PowerPointPiaReg64 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Office64WW ProductCode:{90140000-002A-0000-1000-0000000FF1CE}
    05/09/2014 20:18:56 Rolling back package: ProjectMUI.en-us
    Package ProjectMUI.en-us was installed in the chain... uninstalling as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Install Rollback (uninstall)...
    Package: ProjectMUI.en-us
    Product Code: {90140000-00B4-0409-0000-0000000FF1CE}
    Command Line: REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back install of package: ProjectMUI.en-us path:C:\MSOCache\All Users\{90140000-00B4-0409-0000-0000000FF1CE}-C\ProjectMUI.msi
    05/09/2014 20:19:00 Rolling back package: Proofing.en-us
    Package Proofing.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Proofing.en-us
    File: C:\MSOCache\All Users\{90140000-002C-0409-0000-0000000FF1CE}-C\Proofing.msi
    Command Line: ADDLOCAL=Gimme_OnDemandData,SetupXmlFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Proofing.en-us ProductCode:{90140000-002C-0409-0000-0000000FF1CE}
    05/09/2014 20:19:04 Rolling back package: Proof.en-us
    Package Proof.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Proof.en-us
    File: C:\MSOCache\All Users\{90140000-002C-0409-0000-0000000FF1CE}-C\Proof.en\Proof.msi
    Command Line: ADDLOCAL=FindAllWordFormsFiles_1033,Gimme_OnDemandData,SpellingAndGrammarFiles_1033,ThesaurusFiles_1033,MsoInstalledPackagesScopedIntl_1033,HyphenationFiles_1033,OCR_1033,SetupControllerFiles,SetupXmlFiles REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Proof.en-us ProductCode:{90140000-001F-0409-0000-0000000FF1CE}
    05/09/2014 20:19:05 Rolling back package: Proof.fr-fr
    Package Proof.fr-fr was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Proof.fr-fr
    File: C:\MSOCache\All Users\{90140000-002C-0409-0000-0000000FF1CE}-C\Proof.fr\Proof.msi
    Command Line: ADDLOCAL=MsoInstalledPackagesScopedIntl_1036,Gimme_OnDemandData,SpellingAndGrammarFiles_1036,SetupControllerFiles,FindAllWordFormsFiles_1036,TranslationFiles_1036,ThesaurusFiles_1036,HyphenationFiles_1036,SetupXmlFiles,OCR_1036 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Proof.fr-fr ProductCode:{90140000-001F-040C-0000-0000000FF1CE}
    05/09/2014 20:19:11 Rolling back package: Proof.es-es
    Package Proof.es-es was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Proof.es-es
    File: C:\MSOCache\All Users\{90140000-002C-0409-0000-0000000FF1CE}-C\Proof.es\Proof.msi
    Command Line: ADDLOCAL=Gimme_OnDemandData,SpellingAndGrammarFiles_3082,OCR_3082,FindAllWordFormsFiles_3082,HyphenationFiles_3082,ThesaurusFiles_3082,MsoInstalledPackagesScopedIntl_3082,SetupControllerFiles,SetupXmlFiles,TranslationFiles_3082 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Proof.es-es ProductCode:{90140000-001F-0C0A-0000-0000000FF1CE}
    05/09/2014 20:19:12 Rolling back package: Office64MUISet.en-us
    Package Office64MUISet.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Office64MUISet.en-us
    File: C:\MSOCache\All Users\{90140000-0116-0409-1000-0000000FF1CE}-C\Office64MUISet.msi
    Command Line: ADDLOCAL=Gimme_OnDemandData,SetupXmlFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Office64MUISet.en-us ProductCode:{90140000-0116-0409-1000-0000000FF1CE}
    05/09/2014 20:19:19 Rolling back package: Office64MUI.en-us
    Package Office64MUI.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: Office64MUI.en-us
    File: C:\MSOCache\All Users\{90140000-0116-0409-1000-0000000FF1CE}-C\Office64MUI.msi
    Command Line: ADDLOCAL=OfficeExample64bitFilesBIntl_1033,OfficeExample64bitFilesAIntl_1033,Gimme_OnDemandData,Outlook64SearchShellRegIntl_1033,ProductFilesIntl64_1033,MsoInstalledPackagesScopedIntl_1033,OneNoteToLinkedNotesIEAddin64Intl_1033,GrooveFiles64Intl_1033,SetupControllerFiles,SetupXmlFiles REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: Office64MUI.en-us ProductCode:{90140000-002A-0409-1000-0000000FF1CE}
    05/09/2014 20:19:20 Rolling back package: OfficeMUISet.en-us
    Package OfficeMUISet.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: OfficeMUISet.en-us
    File: C:\MSOCache\All Users\{90140000-0115-0409-0000-0000000FF1CE}-C\OfficeMUISet.msi
    Command Line: ADDLOCAL=Gimme_OnDemandData,SetupXmlFiles,SetupControllerFiles,MsoInstalledPackagesScopedIntl_1033 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: OfficeMUISet.en-us ProductCode:{90140000-0115-0409-0000-0000000FF1CE}
    05/09/2014 20:19:20 Rolling back package: OfficeMUI.en-us
    Package OfficeMUI.en-us was uninstalled in the chain... installing with previous feature states as part of chain rollback...
    Resource File Manager : Converted CultureTag [en-US] to LocaleId [1033].
    Catalyst Package Uninstall Rollback (install)...
    Package: OfficeMUI.en-us
    File: C:\MSOCache\All Users\{90140000-0115-0409-0000-0000000FF1CE}-C\OfficeMUI.msi
    Command Line: ADDLOCAL=MetricConverterIntl_1033,AlwaysInstalledIntl_1033,MSTagPluginStockFilesIntl_1033,WebDiscussFilesIntl_1033,GraphicsFiltersPNGFilesIntl_1033,EquationEditorFilesIntl_1033,GraphicsFiltersEPSFilesIntl_1033,MSTagPluginNamesFilesIntl_1033,TCWP5FilesIntl_1033,CAGOffice10Intl_1033,OISFilesIntl_1033,WxpFilesIntl_1033,XDOCSEditorFilesIntl_1033,CAGFilesIntl_1033,WISPHiddenIntl_1033,CAGCat10Intl_1033,SetLanguageFilesIntl_1033,OSetupControllerIntl_1033,MsoInstalledPackagesScopedIntl_1033,TCRecoverFilesIntl_1033,SetupControllerFiles,ClviewFilesIntl_1033,GraphHelpFilesIntl_1033,ProductNonBootFilesIntl_1033,MSTagPluginPlacesFiles_1033,VisioPreviewerIntl_1033,ProductFilesIntl_1033,AceReplIntl_1033,GraphicsFiltersCGMFilesIntl_1033,GraphicsFiltersWPGFilesIntl_1033,Gimme_OnDemandData,TCWP6FilesIntl_1033,GraphicsFiltersGIFFilesIntl_1033,GRAPHFilesIntl_1033,MSTagPluginDateFilesIntl_1033,WebDriveFilesIntl_1033,LOBiFilesIntl_1033,LISTFilesIntl_1033,UICaptionsCompanionIntl_1033,SetupXmlFiles,AceFilesIntl_1033,TOOLSFilesIntl_1033,MSSOAP3Intl_1033,VBAHelpFilesIntl_1033,GraphicsFiltersPICTFilesIntl_1033,OfficeDigitalSFilesIntl_1033,VBAFilesIntl_1033,GraphicsFiltersJPEGFilesIntl_1033,QueryFilesIntl_1033,SetLanguageHelpFilesIntl_1033 REBOOT=ReallySuppress LAUNCHEDBYSETUPEXE=1 MSIRESTARTMANAGERCONTROL="Disable" SETUPEXEINSTALLUILANGUAGE=1033 SETUPINTLDLLDIRECTORY="C:\Windows\TEMP\Setup00001048\"
    MSI(INITIALIZE): '<NULL>'
    MSI(TERMINATE): '<NULL>'
    Successfully rolled back the configuration of package: OfficeMUI.en-us ProductCode:{90140000-006E-0409-0000-0000000FF1CE}
    Error attaching to OSE, error 0x00000000
    Stopping running ose
    LIS: start uncaching for download "{90140000-002C-0409-0000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-002C-0409-0000-0000000FF1CE}-C"
    LIS: start uncaching for download "{90140000-003A-0000-0000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-003A-0000-0000-0000000FF1CE}-C"
    LIS: start uncaching for download "{90140000-00B4-0409-0000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-00B4-0409-0000-0000000FF1CE}-C"
    LIS: start uncaching for download "{90140000-0115-0409-0000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-0115-0409-0000-0000000FF1CE}-C"
    LIS: start uncaching for download "{90140000-0116-0409-1000-0000000FF1CE}-C"
    LIS: finished uncaching for download "{90140000-0116-0409-1000-0000000FF1CE}-C"
    Error attaching to OSE, error 0x00000000
    Stopping running ose
    SystemRestore : Attempting to cancelling System-Restore-Point for Product [Microsoft Project Standard 2010] (with RestorePointType [0, Installed]).
    SystemRestore : Successfully cancelled System-Restore-Point for Product [Microsoft Project Standard 2010] (with RestorePointType [0, Installed]).
    Not showing completion dialog because it was not requested.
    Catalyst execution finished: 05/09/2014 20:19:25. Return code: 1603.
    PERF: TickCount=722128 Name=RunSetup Description=End function
    Can onyone enlighten me what's went wrong, and why did I get this inconsitent installation behaviour?
    Thank you very much!!!

    1603 means there is a fatal error during installation process.
    Take a look at the article below. It may help on finding cause.
    Hi Juke,
    I did do fair a bit of Googling before I started the post. I have increased the logging level on one of the machines failed on the installation. Apparently Project installation log doesn't throw the "return value 3", I think it's pointing to a particular
    updating item, anyone knows what is it?
    Microsoft Office Project Standard 2010 - Update '{35347883-0E64-45B4-88A0-1881DE05E259}' could not be installed.
    The following is the detailed installation log.
    MSI (s) (8C:B4) [20:31:33:122]: Executing op: SetTargetFolder()
    MSI (s) (8C:B4) [20:31:33:122]: Executing op: FontRegister(Title=Arial Unicode MS (TrueType),File=ARIALUNI.TTF)
    MSI (s) (8C:B4) [20:31:33:122]: SHELL32::SHGetFolderPath returned: C:\WINDOWS\Fonts
    MSI (s) (8C:B4) [20:31:33:122]: Executing op: End(Checksum=0,ProgressTotalHDWord=0,ProgressTotalLDWord=0)
    MSI (s) (8C:B4) [20:31:33:122]: Error in rollback skipped. Return: 5
    MSI (s) (8C:B4) [20:31:33:746]: Entering MsiProvideAssembly. AssemblyName: Policy.12.0.Microsoft.Office.Interop.MSProject,version="14.0.0.0000000",processorArchitecture="MSIL",publicKeyToken="71E9BCE111E9429C",fileVersion="14.0.4751.1000",culture="neutral", AppContext: , InstallMode: -4
    MSI (s) (8C:B4) [20:31:33:746]: Pathbuf: 0, pcchPathBuf: 0
    MSI (s) (8C:B4) [20:31:33:777]: MsiProvideAssembly is returning: 1607
    MSI (s) (8C:B4) [20:31:33:777]: Entering MsiProvideAssembly. AssemblyName: Policy.11.0.Microsoft.Office.Interop.MSProject,version="14.0.0.0000000",processorArchitecture="MSIL",publicKeyToken="71E9BCE111E9429C",fileVersion="14.0.4751.1000",culture="neutral", AppContext: , InstallMode: -4
    MSI (s) (8C:B4) [20:31:33:777]: Pathbuf: 0, pcchPathBuf: 0
    MSI (s) (8C:B4) [20:31:33:808]: MsiProvideAssembly is returning: 1607
    MSI (s) (8C:B4) [20:31:33:808]: Entering MsiProvideAssembly. AssemblyName: Microsoft.Office.Interop.MSProject,version="14.0.0.0000000",processorArchitecture="MSIL",publicKeyToken="71E9BCE111E9429C",fileVersion="14.0.4751.1000",culture="neutral", AppContext: , InstallMode: -4
    MSI (s) (8C:B4) [20:31:33:808]: Pathbuf: 0, pcchPathBuf: 0
    MSI (s) (8C:B4) [20:31:33:840]: MsiProvideAssembly is returning: 1607
    MSI (s) (8C:B4) [20:31:33:840]: Note: 1: 2318 2:
    MSI (s) (8C:B4) [20:31:33:840]: No System Restore sequence number for this installation.
    MSI (s) (8C:B4) [20:31:33:840]: Unlocking Server
    MSI (s) (8C:B4) [20:31:33:980]: PROPERTY CHANGE: Deleting UpdateStarted property. Its current value is '1'.
    MSI (s) (8C:B4) [20:31:33:980]: Transforming table InstallExecuteSequence.
    MSI (s) (8C:B4) [20:31:33:980]: Transforming table InstallExecuteSequence.
    MSI (s) (8C:B4) [20:31:33:980]: Transforming table InstallExecuteSequence.
    MSI (s) (8C:B4) [20:31:33:980]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038
    MSI (s) (8C:B4) [20:31:34:011]: Product: Microsoft Office Project Standard 2010 - Update '{35347883-0E64-45B4-88A0-1881DE05E259}' could not be installed. Error code 1603. Additional information is available in the log file C:\WINDOWS\TEMP\MSI1f79e.LOG.
    MSI (s) (8C:B4) [20:31:34:011]: Windows Installer installed an update. Product Name: Microsoft Office Project Standard 2010. Product Version: 14.0.4763.1000. Product Language: 0. Manufacturer: Microsoft Corporation. Update Name: {35347883-0E64-45B4-88A0-1881DE05E259}. Installation success or error status: 1603.
    MSI (s) (8C:B4) [20:31:34:011]: Note: 1: 1708
    MSI (s) (8C:B4) [20:31:34:011]: Product: Microsoft Office Project Standard 2010 -- Installation operation failed.
    MSI (s) (8C:B4) [20:31:34:011]: Windows Installer installed the product. Product Name: Microsoft Office Project Standard 2010. Product Version: 14.0.4763.1000. Product Language: 0. Manufacturer: Microsoft Corporation. Installation success or error status: 1603.
    MSI (s) (8C:B4) [20:31:34:011]: Attempting to delete file C:\WINDOWS\Installer\5a202cf.msp
    MSI (s) (8C:B4) [20:31:34:011]: Unable to delete the file. LastError = 32
    MSI (s) (8C:B4) [20:31:34:011]: Attempting to delete file C:\WINDOWS\Installer\5a202d0.mst
    MSI (s) (8C:B4) [20:31:34:011]: Unable to delete the file. LastError = 32
    MSI (s) (8C:B4) [20:31:34:011]: Deferring clean up of packages/files, if any exist
    MSI (s) (8C:B4) [20:31:34:011]: Attempting to delete file C:\WINDOWS\Installer\5a202cf.msp
    MSI (s) (8C:B4) [20:31:34:011]: Attempting to delete file C:\WINDOWS\Installer\5a202d0.mst
    MSI (s) (8C:B4) [20:31:34:011]: MainEngineThread is returning 1603
    MSI (s) (8C:24) [20:31:34:011]: No System Restore sequence number for this installation.
    MSI (s) (8C:24) [20:31:34:011]: User policy value 'DisableRollback' is 0
    MSI (s) (8C:24) [20:31:34:011]: Machine policy value 'DisableRollback' is 0
    MSI (s) (8C:24) [20:31:34:011]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (8C:24) [20:31:34:011]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (8C:24) [20:31:34:011]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (8C:24) [20:31:34:027]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
    MSI (s) (8C:24) [20:31:34:027]: Restoring environment variables
    MSI (s) (8C:24) [20:31:34:027]: Destroying RemoteAPI object.
    MSI (s) (8C:48) [20:31:34:027]: Custom Action Manager thread ending.
    MSI (c) (F4:1C) [20:31:34:027]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
    MSI (c) (F4:1C) [20:31:34:027]: MainEngineThread is returning 1603
    === Verbose logging stopped: 7/05/2014 20:31:34 ===

  • Import From Folder: How to Extract the File Name in a Custom Column.

    Hello All
    Here´s what we´re trying to do:
    We have a folder with csv files named like this:
    Sales_2013-02-05.csv
    Sales_2013-02-04.csv
    Sales_2013-02-03.csv
    Sales_2013-02-02.csv
    Sales_2013-02-01.csv
    And in the csv files there are the sales columns but not the date column.
    So we want to extract the date from the file name.
    I´ve tried entering = Source[Name] in a custom column, but it adds a "LIST" link, and on a click on expand, it adds ALL file names from the folder in each row, instead of just the needed one.
    If we could get the proper file name in each row (from where they got extracted), we could split the column and get the date from there. But I don´t know how put the filename there properly.
    Can you help?

    This isn't entirely straightforward, but it's definitely possible. What you need to do is to apply all of your transforms to each individual file instead of the combined files. I do that as follows:
    1) Use Folder.Files as generated by the GUI to look at the list of my files.
    2) Pick one file and do all the transformations to it that I want to apply to all of the files. Sometimes, this just amounts to letting the autodetection figure out the column names and types.
    3) Go into the advanced editor and edit my code so that the transformations from step 2 are applied to all files. This involves creating a new function and then applying that function to the content in each row.
    4) Expand the tables created in step 3.
    As an example, I have some files with names that match the ones you suggested. After steps 1 + 2, my query looks like the following:
    let
        Source = Folder.Files("d:\testdata\files"),
        #"d:\testdata\files\_Sales_2013-02-01 csv" = Source{[#"Folder Path"="d:\testdata\files\",Name="Sales_2013-02-01.csv"]}[Content],
        #"Imported CSV" = Csv.Document(#"d:\testdata\files\_Sales_2013-02-01 csv",null,",",null,1252),
        #"First Row as Header" = Table.PromoteHeaders(#"Imported CSV"),
        #"Changed Type" = Table.TransformColumnTypes(#"First Row as Header",{{"One", Int64.Type}, {"Two", type text}, {"Three", type text}})
    in
        #"Changed Type"
    For step 3, I need to take steps 3-5 of my query and convert them into a function. As a check, I can apply that function to the same file that I chose in step 2. The result looks like this:
    let
        Source = Folder.Files("d:\testdata\files"),
        Loader = (file) =>
            let
                #"Imported CSV" = Csv.Document(file,null,",",null,1252),
                #"First Row as Header" = Table.PromoteHeaders(#"Imported CSV"),
                #"Changed Type" = Table.TransformColumnTypes(#"First Row as Header",{{"One", Int64.Type}, {"Two", type text}, {"Three", type text}})
            in
                #"Changed Type",
        #"d:\testdata\files\_Sales_2013-02-01 csv" = Source{[#"Folder Path"="d:\testdata\files\",Name="Sales_2013-02-01.csv"]}[Content],
        Loaded = Loader(#"d:\testdata\files\_Sales_2013-02-01 csv")
    in
        Loaded
    Now I apply the same function to all of the rows, transforming the existing "Content" column into a new value:
    let
        Source = Folder.Files("d:\testdata\files"),
        Loader = (file) =>
            let
                #"Imported CSV" = Csv.Document(file,null,",",null,1252),
                #"First Row as Header" = Table.PromoteHeaders(#"Imported CSV"),
                #"Changed Type" = Table.TransformColumnTypes(#"First Row as Header",{{"One", Int64.Type}, {"Two", type text}, {"Three", type text}})
            in
                #"Changed Type",
        Transformed = Table.TransformColumns(Source, {"Content", Loader})
    in
        Transformed
    Finally, I need to expand out the columns in the table, which I can do by clicking on the expand icon next to the Content column header. The resulting query looks like this:
    let
        Source = Folder.Files("d:\testdata\files"),
        Loader = (file) =>
            let
                #"Imported CSV" = Csv.Document(file,null,",",null,1252),
                #"First Row as Header" = Table.PromoteHeaders(#"Imported CSV"),
                #"Changed Type" = Table.TransformColumnTypes(#"First Row as Header",{{"One", Int64.Type}, {"Two", type text}, {"Three", type text}})
            in
                #"Changed Type",
        Transformed = Table.TransformColumns(Source, {"Content", Loader}),
        #"Expand Content" = Table.ExpandTableColumn(Transformed, "Content", {"One", "Two", "Three"}, {"Content.One", "Content.Two", "Content.Three"})
    in
        #"Expand Content"
    From here, you should be able to get to what you want.

  • Error message while while upgrading FIM RTM to FIM Service pack 1

    Hi All,
    I am getting the below error message while while upgrading FIM RTM to FIM Service pack 1, I had followed the same procedure in one of my test lab and it upgraded successfully. Kindly advice.
    Regards,
    Anirban Singha

    HI Dominik,
    Thanks for reply,
    Event Error,
    Product: Forefront Identity Manager Synchronization Service - Update 'FIM Synchronization Service Hotfix KB 2814853' could not be installed. Error code 1603. Additional information is available in the log file E:\FIMR2-SP1\logfile.txt.
    MSI Logs:
    CustomAction DetectServiceAccount returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Action ended 15:06:14: DetectServiceAccount. Return value 3.
    MSI (c) (C4:10) [15:06:14:359]: Doing action: SetupCompleteError
    Action 15:06:14: SetupCompleteError.
    Action start 15:06:14: SetupCompleteError.
    MSI (c) (C4:20) [15:06:14:365]: Transforming table Binary.
    MSI (c) (C4:20) [15:06:14:365]: Transforming table Binary.
    MSI (c) (C4:20) [15:06:14:365]: Note: 1: 2262 2: Binary 3: -2147287038
    Action 15:06:14: SetupCompleteError. Dialog created
    MSI (c) (C4:A0) [15:06:14:376]: Note: 1: 2731 2: 0
    Action ended 15:06:19: SetupCompleteError. Return value 2.
    Action ended 15:06:19: INSTALL. Return value 3.
    MSI (c) (C4:10) [15:06:19:627]: Destroying RemoteAPI object.
    MSI (c) (C4:E0) [15:06:19:628]: Custom Action Manager thread ending.
    Property(C): DiskPrompt = [1]
    Property(C): UpgradeCode = {545334D7-13CD-4BAB-8DA1-2775FA8CF7C2}
    Property(C): PID = 04783-270-0001260-04309
    Property(C): MIIS_PATH = C:\Program Files\Microsoft Forefront Identity Manager\2010\Synchronization Service\
    Property(C): INSTALLDIR = C:\Program Files\Microsoft Forefront Identity Manager\2010\
    Property(C): WWF35 = 3.5.30729.5420
    Property(C): DOTNETINSTALLROOT = C:\Windows\Microsoft.NET\Framework64\
    Property(C): SQLDB = FIMSynchronizationService
    Property(C): EVENTSOURCE = FIMSynchronizationService
    Property(C): EVENTPRODUCTNAME = FIM Synchronization Service
    Property(C): SYNCINSTALLPATH = C:\Program Files\Microsoft Forefront Identity Manager\2010\Synchronization Service\
    Property(C): GROUPADMINS = MPHASIS\FIMSyncAdmins
    Property(C): GROUPOPERATORS = MPHASIS\FIMSyncOperators
    Property(C): GROUPACCOUNTJOINERS = MPHASIS\FIMSyncJoiners
    Property(C): GROUPBROWSE = MPHASIS\FIMSyncBrowse
    Property(C): GROUPPASSWORDSET = MPHASIS\FIMSyncPasswordSet
    Property(C): SQLServerStore = LocalMachine

Maybe you are looking for

  • I am suddenly getting "the network connection could not be made"

    I am getting the error message "the network connection could not be made" and am online without any problems. Itunes etc been fine until a week ago and now can't get it to connect to the net - can someone help me with what to do!

  • Regarding java.sql.PreparedStatement

    hi all, Iam using mysql as backend and working using servlets/JSP's.i have been trying to find out datatypes of fields using ParameterMetaData Interface using PreparedStatement.But iam getting an error stating that it is not implemented in com.mysql.

  • Customer Master Data Layout

    Dear All, My client is having a separate Customer Account Group as "Customer - Exports" The requirement is while creating a Customer Master using above account group, system should not accept the country "IN". It should give the error message if any

  • Recover database to last backup?

    I have a question about recovering a database in the cleanest way. I have a hot backup every day. If I need to restore from the hot backup (due to a logical corruption - i.e. a batch process messed up) I want to be able to continue as normal. I would

  • Cannot read old word documents

    I bought iWork, largely on the claim that it could read files in old versions of word. However it seems these claims are disingenuous as Pages08 cannot read my old files, described as Microsoft Word 1.x-5.x and Microsoft Word 6.0/95 Documents on my P