If your getting something similar to this error:
-------------------------------------- Summary --------------------------------------
- 0 fatal error(s), 106 error(s), 0 warning(s)
ERROR: DW001: Set payload cancelled status
ERROR: DW049: Payload {007A2A28-D6A8-4D91-9A2B-568FF8052215} has an action "install" but no resultState
ERROR: DW049: Payload {0175676F-8C92-49F2-9131-D0D6AD654B41} has an action "install" but no resultState
ERROR: DW049: Payload {03FB981A-5170-11E0-A90E-3CEDE2AB3DC5} has an action "install" but no resultState
ERROR: DW049: Payload {08EF22BC-43B2-4B4E-BA12-52B18F418F38} has an action "install" but no resultState
ERROR: DW049: Payload {0A186736-9C62-48B2-B1DF-8A9C5CF7C997} has an action "install" but no resultState
ERROR: DW049: Payload {0CCF0458-5171-11E0-BC45-DC59E3AB3DC5} has an action "install" but no resultState
ERROR: DW049: Payload {0D96CFE6-376D-44B8-808A-16F3BEB73263} has an action "install" but no resultState
ERROR: DW049: Payload {0DFE8222-EDF8-4D17-8CCE-614D630A32F5} has an action "install" but no resultState
ERROR: DW049: Payload {11E1188F-E576-47BC-B215-600C02C7EABF} has an action "install" but no resultState
ERROR: DW049: Payload {128cd5a7-6018-4360-b4c0-b0258b1a5a34} has an action "install" but no resultState
ERROR: DW049: Payload {1A1E5FF9-D0FD-42A3-8E18-E5E7E95E1AB4} has an action "install" but no resultState
ERROR: DW049: Payload {22C26C10-5C22-4674-A52C-100112664305} has an action "install" but no resultState
ERROR: DW049: Payload {270C312D-7EC7-474C-BEB2-79CD398E02A3} has an action "install" but no resultState
ERROR: DW049: Payload {2EA9B52E-8613-41A0-9EEF-FF54AD4CC810} has an action "install" but no resultState
ERROR: DW049: Payload {3450d4c5-a82b-4428-a512-842ee1555a14} has an action "install" but no resultState
ERROR: DW049: Payload {37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} has an action "install" but no resultState
ERROR: DW049: Payload {3D51982E-45C6-4B4B-9362-B356E1610821} has an action "install" but no resultState
This looks to be caused by not having the necessary JAVA libraries on your system (typically the case with fresh installs of OSX as they come without JAVA by default), to fix this install the JAVA Update for OSX Lion http://support.apple.com/kb/DL1421
Once installed reboot & try installing again, if this time the installer simply hangs or beach balls on “Calculating Size” then it could be down to your user not having full rights to install services as ROOT, even though it asks you for your administrator password.
A simple way to fix this is to add your user to the WHEEL group, which is linked to root and has full permissions.
To do this, open Terminal then type:
sudo dseditgroup -o edit -u yourusername -p -a yourusername -t user wheel
Replacing yourusername with your actual username, found by typing:
id
in terminal, you should see the first line similar to this,
uid=501(johnsmith)
in this case my username is johnsmith
once done you should now see you’ve been added to the group wheel
Restart your computer and re-run the installer, it should start to install now.
UPDATE: after still more problem we found that installing Adobe Flash Player manually allowed the installer to work and finally install.
…really wish Adobe would clean up their act with this, especially with what they’re charging us for.