Flashplayer 10.1 debug

Hi Guys,
I just updated the sdk and i noticed mention of the flashplayer 10.1 debugger being renamed, how can we get access to this debug version of the player ?
thanks
David.

1) -swf-version is not set when targeting 10.0; -swf-version=12 was set for FP 10.3 integration
2) Correct, LCCS v2.0.0/2.1.0 for Player10.0
3) Flex 4.1 SDK
4) No, non-LCCS elements do not show up
5) Both, Mac and Windows. Yes, Chrome, Firefox ( 3.6 and 7 ), IE 8/9
We found out where the problem lies; fyi our init process is 3 steps:
1) init data
2) connect to room - lets call it lobby view / intermediate room that has no significant UI to indicate we are connectingto LCCS room
3) and finally the full UI that a teacher / student sees
When we get the room URL we also destroy the 'lobby view' room right before rendering the video/audio/full UI to the user. At this point we set the instance to null "_lobbyView = null". Somewhere later in the code _lobbyView is referenced but it's null even though we have null checks around all of _lobbyView instances :/
This line of code causes a Flash RTE but ONLY in a non-debug version of FlashPlayer 11 and I think we are now finding evidence that this issue has been happening in FlashPlayer 10.3 but much rearer. So after our users started upgrading to Flash Player 11 we started seeing the problem show up very frequently. Without code changes on our end, it's odd that upgrade to either the LCCS lib (to Player10.3 lib) or FlashPlayer itself we start seeing this problem come up.
Thanks for the quick response
Alex G.

Similar Messages

  • FlashPlayer 11 (non-debug only) + LCCS v2.1.0 targeting FP 10.0 not loading content

    Is anyone still compiling apps with LCCS 2.1.0 targeting FlashPlayer 10.0 and running the app in a FlashPlayer 11 ( non-debug ) ?
    * Not an issue when I target LCCS 2.1.0 to FP 10.3 but I can't upgrade just yet because of some of our customers
    Most of my UI elements ( mx:boxes, video, audio...etc  doesn't show up) just trying to see how wide spread is this problem ( it's hard to debug when the issue only occurs in a non-debug version of FlashPlayer 11 )
    I was able to collect LCCS info and seems like I'm connecting to a room and all is good, the camera input starts but I don't see any of the UI components:
    "Thu Oct 6 14:06:06 GMT-0400 2011 LCCS SDK Version : 2.1.0 Player Version : MAC 11,0,1,152
    14:06:06 GMT-0400 requestInfo https://connect.acrobat.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?mode=xml&glt=g :&x=0.2601146502420306
    14:06:07 GMT-0400 authentication status: 200
    14:06:07 GMT-0400 authentication request complete
    14:06:07 GMT-0400 requestInfo https://connect.acrobat.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?gak=cmVuZ2EqbmE xcioxMzJkYTY4YjE3YypNUDNGMDFUNlBONzVRN002RlpRVzgzVkhTOA==&mode=xml&x=0.316164287738502
    14:06:07 GMT-0400 #TicketService# ticket received: 1x3ewlxtsvupx
    14:06:07 GMT-0400 Getting FMS at https://na2.collaboration.adobelivecycle.com/fms?ticket=1x3ewlxtsvupx&proto=rtmfp, attempt #1/3
    14:06:08 GMT-0400 result: <fms> <origin>fms8.acrobat.com</origin> <proto_ports>rtmfp:1935,rtmps:443</proto_ports> <retry_attempts>2</retry_attempts> </fms>
    14:06:08 GMT-0400 protocols: [object ProtocolPortPair],[object ProtocolPortPair]
    14:06:08 GMT-0400 [attempt 1 of 2] Connecting to 0/1: rtmfp://fms8.acrobat.com/cocomo/xxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx #startProtosConnect#
    14:06:08 GMT-0400 tempNetStatusHandler 0/2,NetConnection.Connect.Success
    14:06:08 GMT-0400 isTunneling? false
    14:06:08 GMT-0400 is using RTMPS? false
    14:06:08 GMT-0400 RECEIVED LOGIN AT SESSION
    14:06:08 GMT-0400 .user descriptor from server [object]
    14:06:08 GMT-0400 \
    14:06:08 GMT-0400 .affiliation [number]= 100
    14:06:08 GMT-0400 .role [number]= 100
    14:06:08 GMT-0400 .displayName [string]= Eschool Dev
    14:06:08 GMT-0400 .userID [string]= WCD-34624D004898515B99201587
    14:06:08 GMT-0400 RECEIVENODES UserManager
    14:06:08 GMT-0400 receiveAllSynchData UserManager
    14:06:08 GMT-0400 RECEIVENODES FileManager
    14:06:08 GMT-0400 receiveAllSynchData FileManager
    14:06:08 GMT-0400 checkManagerSync:[object FileManager]
    14:06:08 GMT-0400 RECEIVENODES AVManager
    14:06:08 GMT-0400 receiveAllSynchData AVManager
    14:06:08 GMT-0400 checkManagerSync:[object StreamManager]
    14:06:08 GMT-0400 RECEIVENODES RoomManager
    14:06:08 GMT-0400 receiveAllSynchData RoomManager
    14:06:08 GMT-0400 checkManagerSync:[object RoomManager]
    14:06:08 GMT-0400 checkManagerSync:[object UserManager]
    14:06:09 GMT-0400 RECEIVENODES SupportRoomReassignmentModel
    14:06:09 GMT-0400 receiveAllSynchData SupportRoomReassignmentModel
    14:06:09 GMT-0400 RECEIVENODES Classroom
    14:06:09 GMT-0400 receiveAllSynchData Classroom
    14:06:09 GMT-0400 RECEIVENODES RSUserManager
    14:06:09 GMT-0400 receiveAllSynchData RSUserManager
    14:06:09 GMT-0400 RECEIVENODES default_SimpleChat
    14:06:10 GMT-0400 receiveAllSynchData default_SimpleChat
    Any ideas / clues / similar experiences ?
    Thanks
    Alex G.

    1) -swf-version is not set when targeting 10.0; -swf-version=12 was set for FP 10.3 integration
    2) Correct, LCCS v2.0.0/2.1.0 for Player10.0
    3) Flex 4.1 SDK
    4) No, non-LCCS elements do not show up
    5) Both, Mac and Windows. Yes, Chrome, Firefox ( 3.6 and 7 ), IE 8/9
    We found out where the problem lies; fyi our init process is 3 steps:
    1) init data
    2) connect to room - lets call it lobby view / intermediate room that has no significant UI to indicate we are connectingto LCCS room
    3) and finally the full UI that a teacher / student sees
    When we get the room URL we also destroy the 'lobby view' room right before rendering the video/audio/full UI to the user. At this point we set the instance to null "_lobbyView = null". Somewhere later in the code _lobbyView is referenced but it's null even though we have null checks around all of _lobbyView instances :/
    This line of code causes a Flash RTE but ONLY in a non-debug version of FlashPlayer 11 and I think we are now finding evidence that this issue has been happening in FlashPlayer 10.3 but much rearer. So after our users started upgrading to Flash Player 11 we started seeing the problem show up very frequently. Without code changes on our end, it's odd that upgrade to either the LCCS lib (to Player10.3 lib) or FlashPlayer itself we start seeing this problem come up.
    Thanks for the quick response
    Alex G.

  • How to debug with newer version of the player

    I want to debug a fla project that runs correctly with the player supplied with flash CS5.5 but it crashes with player version 11.
    I downloaded the debug version of the player 11 and i installed on my pc. Then i even tried to overwrite the flashplayer in /players/debug folder but when i open flash and try to debug my fla, it always start the debug with the player old version.
    What am i doing wrong?

    Hello,
    Here you can download the newer versions of ODBC drivers with or without Oracle Universal Installer:
    http://www.oracle.com/technology/software/products/rdbodbc/index.html
    I wait that this can help you!!
    Best Regards,
    Paola Pullas
    http://www.ecuoug.org

  • I can't open some videos,etc. as these sites ask for flash player and I can't load it.

    This has been a problem ever since I upgraded the system to Mountain Lion. 
    The message I receive when I try to install Flash Player is as follows:
    "You can't open the application 'flashplayer 10 ax debug 4.exe' because Microsoft Windows
    applications are not supported on OS X.

    >>11.8 is a beta version
    It's not, although macupdate & probably other third party sites still show the old one & offer the 11.8.800.88 beta alongside.
    http://helpx.adobe.com/flash-player.html
    Latest Flash Player Version:
    Mac OS X 10.6, 10.7, 10.8 (Snow Leopard, Lion, Mountain Lion)
    Firefox, Opera, Safari
    11.8.800.94

  • How do I update my Flash Debug Player for Flash Builder 4.6?

    Hey how do I update my copy of Flash Builder 4.6 to the latest flash debug Player?

    Go to flash player downloads and get the latest one for your browser.
    http://www.adobe.com/support/flashplayer/downloads.html

  • How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?

    How can I make an ant file that launches an AS project app in a debug flash player that traces to the flex console?
    Basically I like the control over the compiling process that I get by using Ant - but I really want traces to come up immediately without having to switch contexts.
    I have an ant file that successfully launches a swf in the flashplayer - but I don't know how to make the flex console start displaying the trace output. I assume that I will have to point it to the appropriate trace output file - but I am not sure how to have ant even address the console.  Is this possible?
    Here is the the target node from my ANT file:
        <target name="launch">
            <exec executable="${FLASHPLAYER_EXE}" errorproperty="trace.output">
                <arg line="'${DEPLOY_DIR}\test.swf'" />
            </exec>
        </target>
    Thanks for any thoughts, or alternatives!

    For the record, I ended up using Logwatcher - it worked perfectly.
    http://graysky.sourceforge.net/

  • Help for installing Flashplayer 10.3 on a Mac?

    I have tried unsuccessfully to install flashplayer 10.3 on my MacBook using OS10.5.6. I get an Installation Successful message, follow the instructions to close my browser, but it is not there.  I have used both Safari and Firefox to try and install it.   All of a sudden a new version of flashplayer is needed for doing things I have done for years such as watching TV shows and using a brain training program.  Do I have to upgrade my Mac from Leopard to Snow Leopard, or will that do it?  Anyone else have this problem?  Any ideas?  This is the first time I have had problems installing any program Leopard will suport.  Thanks!

    You can check if the plugin is installed on safari by following these instructions - http://browsers.about.com/od/safar1/ht/safariplugin.htm
    Under Shockwave Flash, you should see something like Shockwave Flash 10.3.r183 — from file “Flash Player.plugin”.  Do you see it?
    Also, please make sure plugins are enabled - http://247support.custhelp.com/app/answers/detail/a_id/8968/~/safari%3A-enable-plug-ins.
    Finally, if those solutions don't work, try a clean install.
    1. Follow the CLEAN uninstall instructions here.  Make sure to delete all the files/folders in step 4.  http://forums.adobe.com/message/4041846#4041846
    2. Download this zip of the latest Flash Player for your machine. I have one for you here, pulled from our flash player archive page. http://download.macromedia.com/pub/flashplayer/installers/archive/fp_10.3.183.90_archive.z ip
    3.  Extract, and navigate into the 10_3_r183_90 folder (not debug). 
    4. Mount flashplayer_10_3r183_90_mac_intel.dmg, and continue with the install.
    Hope this helps.

  • Can't install debug version of flash player

    I have the Design Premium CS5 suite installed on the laptop I am using, which I have rented from my uni as my own was unstable.
    I have got admin rights, and I installed Flash Builder 4.
    When I tried to debug code, I got the following error [IMG]http://i52.tinypic.com/hu3w3r.png[/IMG].
    So I followed the link on the error message and downloaded from [url]http://www.adobe.com/support/flashplayer/downloads.html[/url].  I downloaded the Windows Flash Player 10.3 ActiveX control content debugger (for IE) (EXE, 3.22MB)
    Even after running it, the debug won't work and I can't view the image the sample code is supposed to display.  Is there a better version?
    I'm running a laptop with Vista.  I saw someone had success with installing safari and chrome during my searches for a solution.  I usually run firefox.  I have installed both safari and chrome, but don't see how this can help me yet.
    I found the following solution on this site: http://kb2.adobe.com/cps/831/cpsid_83106.html, but I can't find the INSTALL_DIRECTORY on this laptop.  The CS5 is installed as follows: [IMG]http://i52.tinypic.com/1zcl1g2.jpg[/IMG].  If I right click on Flash, I can't see  how to select a player or to even see which player it is set for.
    I also found a page on this site which checks what version of flash you have, and I have 10,3,181,34 with no debug.  I've tried uninstalling and reinstalling a debug version with no success.
    I am new to developing as it is for a project.  I'm creating an Augmented Reality app to display on my website, with a downloadable marker.  Is there a way to continue with developing but not using the debug function?
    If you can help I'd be very grateful.

    Install the Windows Flash Player 10.3 Plugin content debugger and see if that helps.
    You can proceed without debug by just double clicking the html file in bin-debug.
    -Anirudh

  • Can't install flashplayer plugin version on Win7

    we use the plugin provided for distributing in local computer networks which points to:
    http://download.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_ 11_plugin.msi
    But when installing, we get this error message:
    Error 1722. There is a problem with this Windows Installer pacakge. A program run as port of the setup did not finish as expected. Contact your support personnel or package vendor. Action
    NewCustomActoin1, location: ...\InstallPlugin_11_5_...
    (as could be seen in the attached screenshot).
    I attached the logfile, created by calling:
    msiexec /i \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi /liwearucmopvx! C:\adobeflash_install_log.txt
    Any help would be appreciated
    The installed version of Mozilla Firefox is 18.0
    Thanks in advance
    Sven Schumacher
    The generated logfile:
    === Verbose logging started: 07.02.2013  11:12:08  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Windows\system32\msiexec.exe ===
    MSI (c) (34:98) [11:12:08:461]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (34:98) [11:12:08:481]: Font created.  Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
    MSI (c) (34:CC) [11:12:08:505]: Resetting cached policy values
    MSI (c) (34:CC) [11:12:08:515]: Machine policy value 'Debug' is 0
    MSI (c) (34:CC) [11:12:08:533]: ******* RunEngine:
               ******* Product: \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (34:CC) [11:12:08:576]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (c) (34:CC) [11:12:08:592]: Machine policy value 'DisableUserInstalls' is 0
    MSI (c) (34:CC) [11:12:09:937]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (34:CC) [11:12:09:962]: SOFTWARE RESTRICTION POLICY: Verifying package --> '\\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi' against software restriction policy
    MSI (c) (34:CC) [11:12:09:978]: SOFTWARE RESTRICTION POLICY: \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi has a digital signature
    MSI (c) (34:CC) [11:12:11:361]: SOFTWARE RESTRICTION POLICY: \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (c) (34:CC) [11:12:11:392]: Cloaking enabled.
    MSI (c) (34:CC) [11:12:11:403]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (34:CC) [11:12:11:425]: End dialog not enabled
    MSI (c) (34:CC) [11:12:11:443]: Original package ==> \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi
    MSI (c) (34:CC) [11:12:11:464]: Package we're running from ==> C:\Users\ADMINI~1.POO\AppData\Local\Temp\1f0f3c.msi
    MSI (c) (34:CC) [11:12:11:483]: APPCOMPAT: Compatibility mode property overrides found.
    MSI (c) (34:CC) [11:12:11:497]: APPCOMPAT: looking for appcompat database entry with ProductCode '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'.
    MSI (c) (34:CC) [11:12:11:527]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (34:CC) [11:12:11:547]: MSCOREE not loaded loading copy from system32
    MSI (c) (34:CC) [11:12:11:560]: Machine policy value 'TransformsSecure' is 0
    MSI (c) (34:CC) [11:12:11:578]: User policy value 'TransformsAtSource' is 0
    MSI (c) (34:CC) [11:12:11:592]: Note: 1: 2205 2:  3: MsiFileHash
    MSI (c) (34:CC) [11:12:11:618]: Machine policy value 'DisablePatch' is 0
    MSI (c) (34:CC) [11:12:11:636]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (c) (34:CC) [11:12:11:650]: Machine policy value 'DisableLUAPatching' is 0
    MSI (c) (34:CC) [11:12:11:670]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (c) (34:CC) [11:12:11:683]: Enabling baseline caching for this transaction since all active patches are MSI 3.0 style MSPs or at least one MSI 3.0 minor update patch is active
    MSI (c) (34:CC) [11:12:11:710]: APPCOMPAT: looking for appcompat database entry with ProductCode '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'.
    MSI (c) (34:CC) [11:12:11:728]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (34:CC) [11:12:11:742]: Transforms are not secure.
    MSI (c) (34:CC) [11:12:11:761]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\adobeflash_install_log.txt'.
    MSI (c) (34:CC) [11:12:11:775]: Command Line: CURRENTDIRECTORY=C:\Users\Administrator.POOL-15 CLIENTUILEVEL=0 CLIENTPROCESSID=4916
    MSI (c) (34:CC) [11:12:11:794]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{6A1EE5AC-1C86-4192-90BE-60178C574D33}'.
    MSI (c) (34:CC) [11:12:11:807]: Product Code passed to Engine.Initialize:           ''
    MSI (c) (34:CC) [11:12:11:827]: Product Code from property table before transforms: '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'
    MSI (c) (34:CC) [11:12:11:840]: Product Code from property table after transforms:  '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'
    MSI (c) (34:CC) [11:12:11:860]: Product not registered: beginning first-time install
    MSI (c) (34:CC) [11:12:11:877]: PROPERTY CHANGE: Adding ProductState property. Its value is '-1'.
    MSI (c) (34:CC) [11:12:11:893]: Entering CMsiConfigurationManager::SetLastUsedSource.
    MSI (c) (34:CC) [11:12:11:910]: User policy value 'SearchOrder' is 'nmu'
    MSI (c) (34:CC) [11:12:11:927]: Adding new sources is allowed.
    MSI (c) (34:CC) [11:12:11:943]: PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
    MSI (c) (34:CC) [11:12:11:960]: Package name extracted from package path: 'installflash_pl.msi'
    MSI (c) (34:CC) [11:12:11:978]: Package to be registered: 'installflash_pl.msi'
    MSI (c) (34:CC) [11:12:11:993]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (c) (34:CC) [11:12:12:009]: Machine policy value 'DisableMsi' is 0
    MSI (c) (34:CC) [11:12:12:027]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (c) (34:CC) [11:12:12:043]: User policy value 'AlwaysInstallElevated' is 0
    MSI (c) (34:CC) [11:12:12:060]: Product installation will be elevated because user is admin and product is being installed per-machine.
    MSI (c) (34:CC) [11:12:12:077]: Running product '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}' with elevated privileges: Product is assigned.
    MSI (c) (34:CC) [11:12:12:093]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Users\Administrator.POOL-15'.
    MSI (c) (34:CC) [11:12:12:110]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '0'.
    MSI (c) (34:CC) [11:12:12:127]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '4916'.
    MSI (c) (34:CC) [11:12:12:143]: PROPERTY CHANGE: Adding MsiSystemRebootPending property. Its value is '1'.
    MSI (c) (34:CC) [11:12:12:160]: TRANSFORMS property is now:
    MSI (c) (34:CC) [11:12:12:185]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '110'.
    MSI (c) (34:CC) [11:12:12:202]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming
    MSI (c) (34:CC) [11:12:12:218]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\Favorites
    MSI (c) (34:CC) [11:12:12:235]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (c) (34:CC) [11:12:12:252]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\Documents
    MSI (c) (34:CC) [11:12:12:276]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (c) (34:CC) [11:12:12:293]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Recent
    MSI (c) (34:CC) [11:12:12:310]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (c) (34:CC) [11:12:12:326]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Templates
    MSI (c) (34:CC) [11:12:12:343]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (c) (34:CC) [11:12:12:360]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Local
    MSI (c) (34:CC) [11:12:12:376]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\Pictures
    MSI (c) (34:CC) [11:12:12:393]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (34:CC) [11:12:12:410]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (34:CC) [11:12:12:435]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (c) (34:CC) [11:12:12:451]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (c) (34:CC) [11:12:12:468]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (c) (34:CC) [11:12:12:485]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (c) (34:CC) [11:12:12:501]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (c) (34:CC) [11:12:12:535]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (c) (34:CC) [11:12:12:549]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (c) (34:CC) [11:12:12:568]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator.POOL-15\Desktop
    MSI (c) (34:CC) [11:12:12:582]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (c) (34:CC) [11:12:12:608]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (c) (34:CC) [11:12:12:627]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (c) (34:CC) [11:12:12:642]: MSI_LUA: Setting AdminUser property to 1 because this is the client or the user has already permitted elevation
    MSI (c) (34:CC) [11:12:12:659]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (c) (34:CC) [11:12:12:673]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (c) (34:CC) [11:12:12:700]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (c) (34:CC) [11:12:12:718]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (34:CC) [11:12:12:732]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'TFD'.
    MSI (c) (34:CC) [11:12:12:751]: Note: 1: 1402 2: HKEY_CURRENT_USER\Software\Microsoft\MS Setup (ACME)\User Info 3: 2
    MSI (c) (34:CC) [11:12:12:765]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Leibniz Universitaet Hannover'.
    MSI (c) (34:CC) [11:12:12:791]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\Users\ADMINI~1.POO\AppData\Local\Temp\1f0f3c.msi'.
    MSI (c) (34:CC) [11:12:12:809]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is '\\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi'.
    MSI (c) (34:CC) [11:12:12:823]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (c) (34:CC) [11:12:12:843]: PROPERTY CHANGE: Adding SourceDir property. Its value is '\\opsi\opt_pcbin\install\adobeflash\setup\'.
    MSI (c) (34:CC) [11:12:12:857]: PROPERTY CHANGE: Adding SOURCEDIR property. Its value is '\\opsi\opt_pcbin\install\adobeflash\setup\'.
    MSI (c) (34:98) [11:12:12:883]: PROPERTY CHANGE: Adding VersionHandler property. Its value is '5.00'.
    === Logging started: 07.02.2013  11:12:13 ===
    MSI (c) (34:CC) [11:12:13:134]: Note: 1: 2205 2:  3: PatchPackage
    MSI (c) (34:CC) [11:12:13:200]: Machine policy value 'DisableRollback' is 0
    MSI (c) (34:CC) [11:12:13:225]: User policy value 'DisableRollback' is 0
    MSI (c) (34:CC) [11:12:13:239]: PROPERTY CHANGE: Adding UILevel property. Its value is '5'.
    MSI (c) (34:CC) [11:12:13:259]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (c) (34:CC) [11:12:13:273]: Doing action: INSTALL
    Action 11:12:13: INSTALL.
    Action start 11:12:13: INSTALL.
    MSI (c) (34:CC) [11:12:13:331]: UI Sequence table 'InstallUISequence' is present and populated.
    MSI (c) (34:CC) [11:12:13:350]: Running UISequence
    MSI (c) (34:CC) [11:12:13:364]: PROPERTY CHANGE: Adding EXECUTEACTION property. Its value is 'INSTALL'.
    MSI (c) (34:CC) [11:12:13:384]: Doing action: ISSetAllUsers
    Action 11:12:13: ISSetAllUsers.
    Action start 11:12:13: ISSetAllUsers.
    MSI (c) (34:CC) [11:12:13:443]: Creating MSIHANDLE (1) of type 790542 for thread 6860
    MSI (c) (34:54) [11:12:13:477]: Invoking remote custom action. DLL: C:\Users\ADMINI~1.POO\AppData\Local\Temp\MSI2201.tmp, Entrypoint: SetAllUsers
    MSI (c) (34:1C) [11:12:13:490]: Cloaking enabled.
    MSI (c) (34:1C) [11:12:13:508]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (34:1C) [11:12:13:533]: Connected to service for CA interface.
    MSI (c) (34!18) [11:12:13:582]: Creating MSIHANDLE (2) of type 790531 for thread 5400
    InstallShield 11:12:13: Begin SetAllUsers()
    MSI (c) (34!18) [11:12:13:648]: Closing MSIHANDLE (2) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:667]: Creating MSIHANDLE (3) of type 790541 for thread 5400
    MSI (c) (34!18) [11:12:13:692]: Creating MSIHANDLE (4) of type 790531 for thread 5400
    InstallShield 11:12:13: Getting records from Upgrade table
    MSI (c) (34!18) [11:12:13:725]: Closing MSIHANDLE (4) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:742]: Creating MSIHANDLE (5) of type 790540 for thread 5400
    MSI (c) (34!18) [11:12:13:756]: Creating MSIHANDLE (6) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:784]: Creating MSIHANDLE (7) of type 790531 for thread 5400
    InstallShield 11:12:13: UpgradeCode: {D85A1A59-DC52-4D13-9445-EF3F379D4DB5} MinVersion: 6.0.47.0 MaxVersion: 11.5.502.146 Language:  Attributes: 769
    MSI (c) (34!18) [11:12:13:817]: Closing MSIHANDLE (7) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:842]: Creating MSIHANDLE (8) of type 790531 for thread 5400
    InstallShield 11:12:13: No related products for UpgradeCode {D85A1A59-DC52-4D13-9445-EF3F379D4DB5} found
    MSI (c) (34!18) [11:12:13:908]: Closing MSIHANDLE (8) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:937]: Closing MSIHANDLE (6) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:13:966]: Creating MSIHANDLE (9) of type 790531 for thread 5400
    InstallShield 11:12:14: End SetAllUsers()
    MSI (c) (34!18) [11:12:14:030]: Closing MSIHANDLE (9) of type 790531 for thread 5400
    MSI (c) (34!18) [11:12:14:063]: Closing MSIHANDLE (5) of type 790540 for thread 5400
    MSI (c) (34!18) [11:12:14:089]: Closing MSIHANDLE (3) of type 790541 for thread 5400
    MSI (c) (34:54) [11:12:14:142]: Closing MSIHANDLE (1) of type 790542 for thread 6860
    Action ended 11:12:14: ISSetAllUsers. Return value 1.
    MSI (c) (34:CC) [11:12:14:253]: Doing action: AppSearch
    Action 11:12:14: AppSearch. Searching for installed applications
    Action start 11:12:14: AppSearch.
    MSI (c) (34:CC) [11:12:14:507]: Note: 1: 2205 2:  3: AppSearch
    MSI (c) (34:CC) [11:12:14:533]: Note: 1: 2228 2:  3: AppSearch 4: SELECT `Property`, `Signature_` FROM `AppSearch`
    Action ended 11:12:14: AppSearch. Return value 0.
    MSI (c) (34:CC) [11:12:14:566]: Doing action: LaunchConditions
    Action 11:12:14: LaunchConditions. Evaluating launch conditions
    Action start 11:12:14: LaunchConditions.
    Action ended 11:12:14: LaunchConditions. Return value 1.
    MSI (c) (34:CC) [11:12:14:638]: Doing action: SetupInitialization
    Action 11:12:14: SetupInitialization.
    Action start 11:12:14: SetupInitialization.
    Info 2898.For Tahoma8 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Info 2898.For TahomaBold10 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Action 11:12:14: SetupInitialization. Dialog created
    Action ended 11:12:14: SetupInitialization. Return value 1.
    MSI (c) (34:CC) [11:12:14:774]: Doing action: FindRelatedProducts
    Action 11:12:14: FindRelatedProducts. Searching for related applications
    Action start 11:12:14: FindRelatedProducts.
    Action ended 11:12:14: FindRelatedProducts. Return value 1.
    MSI (c) (34:CC) [11:12:14:849]: Skipping action: CCPSearch (condition is false)
    MSI (c) (34:CC) [11:12:14:863]: Skipping action: RMCCPSearch (condition is false)
    MSI (c) (34:CC) [11:12:14:882]: Doing action: ValidateProductID
    Action 11:12:14: ValidateProductID.
    Action start 11:12:14: ValidateProductID.
    Action ended 11:12:14: ValidateProductID. Return value 1.
    MSI (c) (34:CC) [11:12:14:957]: Doing action: CostInitialize
    Action 11:12:14: CostInitialize. Computing space requirements
    Action start 11:12:14: CostInitialize.
    MSI (c) (34:CC) [11:12:15:004]: Machine policy value 'MaxPatchCacheSize' is 10
    MSI (c) (34:CC) [11:12:15:032]: Baseline: Sorting baselines for {42C336AF-2C66-4591-BC6D-F67F2C424E6F}.
    MSI (c) (34:CC) [11:12:15:046]: Baseline: New baseline 11.5.502 from transaction.
    MSI (c) (34:CC) [11:12:15:065]: Baseline: Sorted order Native: Order 0.
    MSI (c) (34:CC) [11:12:15:079]: Baseline Data Table:
    MSI (c) (34:CC) [11:12:15:098]: ProductCode: {42C336AF-2C66-4591-BC6D-F67F2C424E6F} Version: 11.5.502 Attributes: 0 PatchId: Native BaselineId: -2147483648 Order: 0
    MSI (c) (34:CC) [11:12:15:132]: Baseline File Table:
    MSI (c) (34:CC) [11:12:15:197]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'D:\'.
    MSI (c) (34:CC) [11:12:15:232]: PROPERTY CHANGE: Adding CostingComplete property. Its value is '0'.
    Action ended 11:12:15: CostInitialize. Return value 1.
    MSI (c) (34:CC) [11:12:15:273]: Doing action: FileCost
    Action 11:12:15: FileCost. Computing space requirements
    Action start 11:12:15: FileCost.
    MSI (c) (34:CC) [11:12:15:321]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (c) (34:CC) [11:12:15:340]: Note: 1: 2205 2:  3: Class
    MSI (c) (34:CC) [11:12:15:365]: Note: 1: 2205 2:  3: Extension
    MSI (c) (34:CC) [11:12:15:382]: Note: 1: 2205 2:  3: TypeLib
    Action ended 11:12:15: FileCost. Return value 1.
    MSI (c) (34:CC) [11:12:15:415]: Doing action: IsolateComponents
    Action 11:12:15: IsolateComponents.
    Action start 11:12:15: IsolateComponents.
    Action ended 11:12:15: IsolateComponents. Return value 0.
    MSI (c) (34:CC) [11:12:15:481]: Doing action: setUserProfileNT
    Action 11:12:15: setUserProfileNT.
    Action start 11:12:15: setUserProfileNT.
    MSI (c) (34:CC) [11:12:15:538]: PROPERTY CHANGE: Adding USERPROFILE property. Its value is 'C:\Users\Administrator.POOL-15'.
    Action ended 11:12:15: setUserProfileNT. Return value 1.
    MSI (c) (34:CC) [11:12:15:573]: Skipping action: SetAllUsersProfileNT (condition is false)
    MSI (c) (34:CC) [11:12:15:590]: Doing action: setAllUsersProfile2K
    Action 11:12:15: setAllUsersProfile2K.
    Action start 11:12:15: setAllUsersProfile2K.
    MSI (c) (34:CC) [11:12:15:646]: PROPERTY CHANGE: Adding ALLUSERSPROFILE property. Its value is 'C:\ProgramData'.
    Action ended 11:12:15: setAllUsersProfile2K. Return value 1.
    MSI (c) (34:CC) [11:12:15:681]: Doing action: ResolveSource
    Action 11:12:15: ResolveSource.
    Action start 11:12:15: ResolveSource.
    MSI (c) (34:CC) [11:12:15:737]: Resolving source.
    MSI (c) (34:CC) [11:12:15:756]: Resolving source to launched-from source.
    MSI (c) (34:CC) [11:12:15:777]: Setting launched-from source as last-used.
    MSI (c) (34:CC) [11:12:15:798]: PROPERTY CHANGE: Adding SourcedirProduct property. Its value is '{42C336AF-2C66-4591-BC6D-F67F2C424E6F}'.
    MSI (c) (34:CC) [11:12:15:931]: SOURCEDIR ==> \\opsi\opt_pcbin\install\adobeflash\setup\
    MSI (c) (34:CC) [11:12:16:064]: SOURCEDIR product ==> {42C336AF-2C66-4591-BC6D-F67F2C424E6F}
    MSI (c) (34:CC) [11:12:16:081]: Determining source type
    MSI (c) (34:CC) [11:12:16:128]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (c) (34:CC) [11:12:16:148]: Source type from package 'installflash_pl.msi': 0
    MSI (c) (34:CC) [11:12:16:164]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (34:CC) [11:12:16:181]: Source path resolution complete. Dumping Directory table...
    MSI (c) (34:CC) [11:12:16:195]: Dir (source): Key: TARGETDIR , Object: \\opsi\opt_pcbin\install\adobeflash\setup\ , LongSubPath:  , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:222]: Dir (source): Key: WindowsFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\ , LongSubPath:  , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:239]: Dir (source): Key: USERPROFILE , Object: \\opsi\opt_pcbin\install\adobeflash\setup\UserProfile\ , LongSubPath: UserProfile\ , ShortSubPath: USERPR~1\
    MSI (c) (34:CC) [11:12:16:256]: Dir (source): Key: TempFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\Temp\ , LongSubPath: Temp\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:272]: Dir (source): Key: SystemFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\System32\ , LongSubPath: System32\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:289]: Dir (source): Key: MACROMED , Object: \\opsi\opt_pcbin\install\adobeflash\setup\System32\Macromed\ , LongSubPath: System32\Macromed\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:314]: Dir (source): Key: FLASH , Object: \\opsi\opt_pcbin\install\adobeflash\setup\System32\Macromed\Flash\ , LongSubPath: System32\Macromed\Flash\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:331]: Dir (source): Key: INSTALLDIR , Object: \\opsi\opt_pcbin\install\adobeflash\setup\System32\Macromed\Flash\ , LongSubPath: System32\Macromed\Flash\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:347]: Dir (source): Key: CommonFilesFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\Common\ , LongSubPath: Common\ , ShortSubPath:
    MSI (c) (34:CC) [11:12:16:364]: Dir (source): Key: ISCommonFilesFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\Common\InstallShield\ , LongSubPath: Common\InstallShield\ , ShortSubPath: Common\Instal~1\
    MSI (c) (34:CC) [11:12:16:381]: Dir (source): Key: ISUpdateServiceFolder , Object: \\opsi\opt_pcbin\install\adobeflash\setup\Common\InstallShield\UpdateService\ , LongSubPath: Common\InstallShield\UpdateService\ , ShortSubPath: Common\Instal~1\UPDATE~1\
    MSI (c) (34:CC) [11:12:16:405]: Dir (source): Key: ALLUSERSPROFILE , Object: \\opsi\opt_pcbin\install\adobeflash\setup\All Users\ , LongSubPath: All Users\ , ShortSubPath: ALLUSE~1\
    Action ended 11:12:16: ResolveSource. Return value 1.
    MSI (c) (34:CC) [11:12:16:439]: Doing action: CostFinalize
    Action 11:12:16: CostFinalize. Computing space requirements
    Action start 11:12:16: CostFinalize.
    MSI (c) (34:CC) [11:12:16:497]: PROPERTY CHANGE: Adding OutOfDiskSpace property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:514]: PROPERTY CHANGE: Adding OutOfNoRbDiskSpace property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:530]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceAvailable property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:547]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRequired property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:572]: PROPERTY CHANGE: Adding PrimaryVolumeSpaceRemaining property. Its value is '0'.
    MSI (c) (34:CC) [11:12:16:589]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (34:CC) [11:12:16:605]: Note: 1: 2205 2:  3: Condition
    MSI (c) (34:CC) [11:12:16:622]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'D:\'.
    MSI (c) (34:CC) [11:12:16:639]: PROPERTY CHANGE: Modifying USERPROFILE property. Its current value is 'C:\Users\Administrator.POOL-15'. Its new value: 'C:\Users\Administrator.POOL-15\'.
    MSI (c) (34:CC) [11:12:16:664]: PROPERTY CHANGE: Adding MACROMED property. Its value is 'C:\Windows\SysWOW64\Macromed\'.
    MSI (c) (34:CC) [11:12:16:680]: PROPERTY CHANGE: Adding FLASH property. Its value is 'C:\Windows\SysWOW64\Macromed\Flash\'.
    MSI (c) (34:CC) [11:12:16:697]: PROPERTY CHANGE: Adding INSTALLDIR property. Its value is 'C:\Windows\SysWOW64\Macromed\Flash\'.
    MSI (c) (34:CC) [11:12:16:714]: PROPERTY CHANGE: Adding ISCommonFilesFolder property. Its value is 'C:\Program Files (x86)\Common Files\InstallShield\'.
    MSI (c) (34:CC) [11:12:16:730]: PROPERTY CHANGE: Adding ISUpdateServiceFolder property. Its value is 'C:\Program Files (x86)\Common Files\InstallShield\UpdateService\'.
    MSI (c) (34:CC) [11:12:16:755]: PROPERTY CHANGE: Modifying ALLUSERSPROFILE property. Its current value is 'C:\ProgramData'. Its new value: 'C:\ProgramData\'.
    MSI (c) (34:CC) [11:12:16:772]: Target path resolution complete. Dumping Directory table...
    MSI (c) (34:CC) [11:12:16:788]: Note: target paths subject to change (via custom actions or browsing)
    MSI (c) (34:CC) [11:12:16:805]: Dir (target): Key: TARGETDIR , Object: D:\
    MSI (c) (34:CC) [11:12:16:822]: Dir (target): Key: WindowsFolder , Object: C:\Windows\
    MSI (c) (34:CC) [11:12:16:847]: Dir (target): Key: USERPROFILE , Object: C:\Users\Administrator.POOL-15\
    MSI (c) (34:CC) [11:12:16:863]: Dir (target): Key: TempFolder , Object: C:\Users\ADMINI~1.POO\AppData\Local\Temp\
    MSI (c) (34:CC) [11:12:16:880]: Dir (target): Key: SystemFolder , Object: C:\Windows\SysWOW64\
    MSI (c) (34:CC) [11:12:16:897]: Dir (target): Key: MACROMED , Object: C:\Windows\SysWOW64\Macromed\
    MSI (c) (34:CC) [11:12:16:913]: Dir (target): Key: FLASH , Object: C:\Windows\SysWOW64\Macromed\Flash\
    MSI (c) (34:CC) [11:12:16:938]: Dir (target): Key: INSTALLDIR , Object: C:\Windows\SysWOW64\Macromed\Flash\
    MSI (c) (34:CC) [11:12:16:955]: Dir (target): Key: CommonFilesFolder , Object: C:\Program Files (x86)\Common Files\
    MSI (c) (34:CC) [11:12:16:972]: Dir (target): Key: ISCommonFilesFolder , Object: C:\Program Files (x86)\Common Files\InstallShield\
    MSI (c) (34:CC) [11:12:16:988]: Dir (target): Key: ISUpdateServiceFolder , Object: C:\Program Files (x86)\Common Files\InstallShield\UpdateService\
    MSI (c) (34:CC) [11:12:17:013]: Dir (target): Key: ALLUSERSPROFILE , Object: C:\ProgramData\
    MSI (c) (34:CC) [11:12:17:030]: Note: 1: 2205 2:  3: MsiAssembly
    MSI (c) (34:CC) [11:12:17:047]: Note: 1: 2228 2:  3: MsiAssembly 4:  SELECT `MsiAssembly`.`Attributes`, `MsiAssembly`.`File_Application`, `MsiAssembly`.`File_Manifest`,  `Component`.`KeyPath` FROM `MsiAssembly`, `Component` WHERE  `MsiAssembly`.`Component_` = `Component`.`Component` AND `MsiAssembly`.`Component_` = ?
    Action ended 11:12:17: CostFinalize. Return value 1.
    MSI (c) (34:CC) [11:12:17:080]: Doing action: MigrateFeatureStates
    Action 11:12:17: MigrateFeatureStates. Migrating feature states from related applications
    Action start 11:12:17: MigrateFeatureStates.
    Action ended 11:12:17: MigrateFeatureStates. Return value 0.
    MSI (c) (34:CC) [11:12:17:238]: Skipping action: PatchWelcome (condition is false)
    MSI (c) (34:CC) [11:12:17:255]: Doing action: InstallWelcome
    Action 11:12:17: InstallWelcome.
    Action start 11:12:17: InstallWelcome.
    Action 11:12:17: InstallWelcome. Dialog created
    MSI (c) (34:6C) [11:12:17:332]: Note: 1: 2205 2:  3: _RemoveFilePath
    MSI (c) (34:6C) [11:12:17:344]: Note: 1: 2205 2:  3: MsiFileHash
    MSI (c) (34:6C) [11:12:17:371]: PROPERTY CHANGE: Modifying CostingComplete property. Its current value is '0'. Its new value: '1'.
    MSI (c) (34:6C) [11:12:17:388]: Note: 1: 2205 2:  3: BindImage
    MSI (c) (34:6C) [11:12:17:404]: Note: 1: 2205 2:  3: ProgId
    MSI (c) (34:6C) [11:12:17:421]: Note: 1: 2205 2:  3: PublishComponent
    MSI (c) (34:6C) [11:12:17:446]: Note: 1: 2205 2:  3: SelfReg
    MSI (c) (34:6C) [11:12:17:463]: Note: 1: 2205 2:  3: Extension
    MSI (c) (34:6C) [11:12:17:479]: Note: 1: 2205 2:  3: Font
    MSI (c) (34:6C) [11:12:17:496]: Note: 1: 2205 2:  3: Shortcut
    MSI (c) (34:6C) [11:12:17:513]: Note: 1: 2205 2:  3: Class
    MSI (c) (34:6C) [11:12:17:538]: Note: 1: 2205 2:  3: TypeLib
    MSI (c) (34:6C) [11:12:17:559]: Note: 1: 2727 2: 
    Action ended 11:12:18: InstallWelcome. Return value 1.
    MSI (c) (34:CC) [11:12:18:787]: Skipping action: SetupResume (condition is false)
    MSI (c) (34:CC) [11:12:18:803]: Skipping action: MaintenanceWelcome (condition is false)
    MSI (c) (34:CC) [11:12:18:820]: Doing action: SetupProgress
    Action 11:12:18: SetupProgress.
    Action start 11:12:18: SetupProgress.
    Info 2898.For MSSansBold8 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Info 2898.For MSSWhiteSerif8 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Action 11:12:18: SetupProgress. Dialog created
    Action ended 11:12:18: SetupProgress. Return value 1.
    MSI (c) (34:CC) [11:12:18:953]: Doing action: ExecuteAction
    Action 11:12:18: ExecuteAction.
    Action start 11:12:18: ExecuteAction.
    MSI (c) (34:CC) [11:12:19:014]: PROPERTY CHANGE: Adding SECONDSEQUENCE property. Its value is '1'.
    MSI (c) (34:CC) [11:12:19:036]: Grabbed execution mutex.
    MSI (c) (34:CC) [11:12:19:053]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (c) (34:CC) [11:12:19:070]: Switching to server: SECONDSEQUENCE="1" TARGETDIR="D:\" ALLUSERSPROFILE="C:\ProgramData\" MACROMED="C:\Windows\SysWOW64\Macromed\" FLASH="C:\Windows\SysWOW64\Macromed\Flash\" INSTALLDIR="C:\Windows\SysWOW64\Macromed\Flash\" ROOTDRIVE="D:\" USERPROFILE="C:\Users\Administrator.POOL-15\" EXECUTEACTION="INSTALL" ACTION="INSTALL" SOURCEDIR="\\opsi\opt_pcbin\install\adobeflash\setup\" COMPANYNAME="Leibniz Universitaet Hannover" USERNAME="TFD" CLIENTPROCESSID="4916" CLIENTUILEVEL="0" CURRENTDIRECTORY="C:\Users\Administrator.POOL-15"  ADDLOCAL=FlashPlayerAXInstaller 
    MSI (s) (E4:9C) [11:12:19:089]: Running installation inside multi-package transaction \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi
    MSI (s) (E4:9C) [11:12:19:101]: Grabbed execution mutex.
    MSI (s) (E4:F4) [11:12:19:120]: Resetting cached policy values
    MSI (s) (E4:F4) [11:12:19:173]: Machine policy value 'Debug' is 0
    MSI (s) (E4:F4) [11:12:19:203]: ******* RunEngine:
               ******* Product: \\opsi\opt_pcbin\install\adobeflash\setup\installflash_pl.msi
               ******* Action: INSTALL
               ******* CommandLine: **********
    MSI (s) (E4:F4) [11:12:19:243]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (E4:F4) [11:12:19:264]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (E4:F4) [11:12:19:276]: Setting cached product context: machine assigned for product: 000041091A0070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:303]: Using cached product context: machine assigned for product: 000041091A0070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:319]: Setting cached product context: machine assigned for product: 00004109210000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:336]: Using cached product context: machine assigned for product: 00004109210000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:461]: Setting cached product context: machine assigned for product: 00004109340000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:477]: Using cached product context: machine assigned for product: 00004109340000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:503]: Setting cached product context: machine assigned for product: 00004109340070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:521]: Using cached product context: machine assigned for product: 00004109340070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:575]: Setting cached product context: machine assigned for product: 000041094B0070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:611]: Using cached product context: machine assigned for product: 000041094B0070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:769]: Setting cached product context: machine assigned for product: 00004109510070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:905]: Using cached product context: machine assigned for product: 00004109510070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:947]: Setting cached product context: machine assigned for product: 00004109610070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:19:988]: Using cached product context: machine assigned for product: 00004109610070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:010]: Setting cached product context: machine assigned for product: 00004109810070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:027]: Using cached product context: machine assigned for product: 00004109810070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:044]: Setting cached product context: machine assigned for product: 00004109910070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:069]: Using cached product context: machine assigned for product: 00004109910070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:085]: Setting cached product context: machine assigned for product: 00004109A10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:102]: Using cached product context: machine assigned for product: 00004109A10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:118]: Setting cached product context: machine assigned for product: 00004109B10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:135]: Using cached product context: machine assigned for product: 00004109B10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:161]: Setting cached product context: machine assigned for product: 00004109C20070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:177]: Using cached product context: machine assigned for product: 00004109C20070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:193]: Setting cached product context: machine assigned for product: 00004109E60070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:210]: Using cached product context: machine assigned for product: 00004109E60070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:227]: Setting cached product context: machine assigned for product: 00004109F10001400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:252]: Using cached product context: machine assigned for product: 00004109F10001400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:269]: Setting cached product context: machine assigned for product: 00004109F10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:285]: Using cached product context: machine assigned for product: 00004109F10070400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:302]: Setting cached product context: machine assigned for product: 00004109F10090400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:327]: Using cached product context: machine assigned for product: 00004109F10090400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:344]: Setting cached product context: machine assigned for product: 00004109F100C0400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:360]: Using cached product context: machine assigned for product: 00004109F100C0400100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:377]: Setting cached product context: machine assigned for product: 00004119510000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:394]: Using cached product context: machine assigned for product: 00004119510000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:419]: Setting cached product context: machine assigned for product: 00004119B30000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:435]: Using cached product context: machine assigned for product: 00004119B30000000100000000F01FEC
    MSI (s) (E4:F4) [11:12:20:452]: Setting cached product context: machine assigned for product: 001A55BA9CAAAE3448E5D2DC0C4D2D8B
    MSI (s) (E4:F4) [11:12:20:469]: Using cached product context: machine assigned for product: 001A55BA9CAAAE3448E5D2DC0C4D2D8B
    MSI (s) (E4:F4) [11:12:20:485]: Setting cached product context: machine assigned for product: 00EF0CE5E98814745939BAE40A9D2810
    MSI (s) (E4:F4) [11:12:20:510]: Using cached product context: machine assigned for product: 00EF0CE5E98814745939BAE40A9D2810
    MSI (s) (E4:F4) [11:12:20:527]: Setting cached product context: machine assigned for product: 01312D68AD823484388A7108E7A648B6
    MSI (s) (E4:F4) [11:12:20:569]: Using cached product context: machine assigned for product: 01312D68AD823484388A7108E7A648B6
    MSI (s) (E4:F4) [11:12:20:588]: Setting cached product context: machine assigned for product: 02B5A0E163D91684EB8FB9B9C4722881
    MSI (s) (E4:F4) [11:12:20:610]: Using cached product context: machine assigned for product: 02B5A0E163D91684EB8FB9B9C4722881
    MSI (s) (E4:F4) [11:12:20:622]: Setting cached product context: machine assigned for product: 0330558EFAE7CC64EA86523ACAB6A14E
    MSI (s) (E4:F4) [11:12:20:635]: Using cached product context: machine assigned for product: 0330558EFAE7CC64EA86523ACAB6A14E
    MSI (s) (E4:F4) [11:12:20:647]: Setting cached product context: machine assigned for product: 03B22C5D68009C840BB10545357C780A
    MSI (s) (E4:F4) [11:12:20:659]: Using cached product context: machine assigned for product: 03B22C5D68009C840BB10545357C780A
    MSI (s) (E4:F4) [11:12:20:677]: Setting cached product context: machine assigned for product: 040B7156FB76C914598489AC677D09AC
    MSI (s) (E4:F4) [11:12:20:688]: Using cached product context: machine assigned for product: 040B7156FB76C914598489AC677D09AC
    MSI (s) (E4:F4) [11:12:20:701]: Setting cached product context: machine assigned for product: 0536EED1DFB5F59408A32A066F285C00
    MSI (s) (E4:F4) [11:12:20:713]: Using cached product context: machine assigned for product: 0536EED1DFB5F59408A32A066F285C00
    MSI (s) (E4:F4) [11:12:20:726]: Setting cached product context: machine assigned for product: 05A2EDCAFC79EF749BC2DE18748FA5D9
    MSI (s) (E4:F4) [11:12:20:744]: Using cached product context: machine assigned for product: 05A2EDCAFC79EF749BC2DE18748FA5D9
    MSI (s) (E4:F4) [11:12:20:755]: Setting cached product context: machine assigned for product: 06610CA3046FBFA42AE580B262C020C5
    MSI (s) (E4:F4) [11:12:20:768]: Using cached product context: machine assigned for product: 06610CA3046FBFA42AE580B262C020C5
    MSI (s) (E4:F4) [11:12:20:780]: Setting cached product context: machine assigned for product: 06DD95141C9432341A5ABF60C0AB535C
    MSI (s) (E4:F4) [11:12:20:802]: Using cached product context: machine assigned for product: 06DD95141C9432341A5ABF60C0AB535C
    MSI (s) (E4:F4) [11:12:20:813]: Setting cached product context: machine assigned for product: 074585BFCFFEE164392072AC34DDA347
    MSI (s) (E4:F4) [11:12:20:826]: Using cached product context: machine assigned for product: 074585BFCFFEE164392072AC34DDA347
    MSI (s) (E4:F4) [11:12:20:838]: Setting cached product context: machine assigned for product: 078283207C91DCA3BBEA6F3E679074CD
    MSI (s) (E4:F4) [11:12:20:851]: Using cached product context: machine assigned for product: 078283207C91DCA3BBEA6F3E679074CD
    MSI (s) (E4:F4) [11:12:20:869]: Setting cached product context: machine assigned for product: 07F47A9F79578B740BC44084422CB351
    MSI (s) (E4:F4) [11:12:20:880]: Using cached product context: machine assigned for product: 07F47A9F79578B740BC44084422CB351
    MSI (s) (E4:F4) [11:12:20:893]: Setting cached product context: machine assigned for product: 086381DC513A4CC4487D60646948FEF2
    MSI (s) (E4:F4) [11:12:20:905]: Using cached product context: machine assigned for product: 086381DC513A4CC4487D60646948FEF2
    MSI (s) (E4:F4) [11:12:20:918]: Setting cached product context: machine assigned for product: 09A13F609E55B32478CF6A5C672BE5E9
    MSI (s) (E4:F4) [11:12:20:935]: Using cached product context: machine assigned for product: 09A13F609E55B32478CF6A5C672BE5E9
    MSI (s) (E4:F4) [11:12:20:946]: Setting cached product context: machine assigned for product: 09DAD44638021784DB9427B18FAF2E59
    MSI (s) (E4:F4) [11:12:20:959]: Using cached product context: machine assigned for product: 09DAD44638021784DB9427B18FAF2E59
    MSI (s) (E4:F4) [11:12:20:971]: Setting cached product context: machine assigned for product: 0A733333644A85F40AC10D2322A1C70B
    MSI (s) (E4:F4) [11:12:20:984]: Using cached product context: machine assigned for product: 0A733333644A85F40AC10D2322A1C70B
    MSI (s) (E4:F4) [11:12:21:002]: Setting cached product context: machine assigned for product: 0AA6E3B8F29975941ABDCCC25A127F09
    MSI (s) (E4:F4) [11:12:21:013]: Using cached product context: machine assigned for product: 0AA6E3B8F29975941ABDCCC25A127F09
    MSI (s) (E4:F4) [11:12:21:026]: Setting cached product context: machine assigned for product: 0B7BC79F2D8233E48A604957BE31D47C
    MSI (s) (E4:F4) [11:12:21:038]: Using cached product context: machine assigned for product: 0B7BC79F2D8233E48A604957BE31D47C
    MSI (s) (E4:F4) [11:12:21:055]: Setting cached product context: machine assigned for product: 0C08751491A47654AAEA01CC9B38B231
    MSI (s) (E4:F4) [11:12:21:067]: Using cached product context: machine assigned for product: 0C08751491A47654AAEA01CC9B38B231
    MSI (s) (E4:F4) [11:12:21:080]: Setting cached product context: machine assigned for product: 0C2832927F16A8540980552F274ADDC9
    MSI (s) (E4:F4) [11:12:21:092]: Using cached product context: machine assigned for product: 0C2832927F16A8540980552F274ADDC9
    MSI (s) (E4:F4) [11:12:21:104]: Setting cached product context: machine assigned for product: 0C827F0573A986849B1E2465C522B821
    MSI (s) (E4:F4) [11:12:21:127]: Using cached product context: machine assigned for product: 0C827F0573A986849B1E2465C522B821
    MSI (s) (E4:F4) [11:12:21:174]: Setting cached product context: machine assigned for product: 0C8804CA7F5E1F54CABAF01B7CA8AFF3
    MSI (s) (E4:F4) [11:12:21:196]: Using cached product context: machine assigned for product: 0C8804CA7F5E1F54CABAF01B7CA8AFF3
    MSI (s) (E4:F4) [11:12:21:209]: Setting cached product context: machine assigned for product: 0CB98CF8265D1CB4690D548E9C7582B1
    MSI (s) (E4:F4) [11:12:21:221]: Using cached product context: machine assigned for product: 0CB98CF8265D1CB4690D548E9C7582B1
    MSI (s) (E4:F4) [11:12:21:243]: Setting cached product context: machine assigned for product: 0CBF538464D834543902193D75FA6937
    MSI (s) (E4:F4) [11:12:21:254]: Using cached product context: machine assigned for product: 0CBF538464D834543902193D75FA6937
    MSI (s) (E4:F4) [11:12:21:267]: Setting cached product context: machine assigned for product: 0D952240B08C0C942A2C782CD987BF10
    MSI (s) (E4:F4) [11:12:21:279]: Using cached product context: machine assigned for product: 0D952240B08C0C942A2C782CD987BF10
    MSI (s) (E4:F4) [11:12:21:302]: Setting cached product context: machine assigned for product: 0DDB708EF9A9B35499A229F749996B86
    MSI (s) (E4:F4) [11:12:21:314]: Using cached product context: machine assigned for product: 0DDB708EF9A9B35499A229F749996B86
    MSI (s) (E4:F4) [11:12:21:326]: Setting cached product context: machine assigned for product: 0DF7E308EF20E04499A0770B5EE03CB0
    MSI (s) (E4:F4) [11:12:21:339]: Using cached product context: machine assigned for product: 0DF7E308EF20E04499A0770B5EE03CB0
    MSI (s) (E4:F4) [11:12:21:351]: Setting cached product context: machine assigned for product: 0E0CB0062AFDC564D9EB01EC2AF57FB1
    MSI (s) (E4:F4) [11:12:21:368]: Using cached product context: machine assigned for product: 0E0CB0062AFDC564D9EB01EC2AF57FB1
    MSI (s) (E4:F4) [11:12:21:380]: Setting cached product context: machine assigned for product: 0E7FAF9634E65484B97B9A9D7F440048
    MSI (s) (E4:F4) [11:12:21:392]: Using cached product context: machine assigned for product: 0E7FAF9634E65484B97B9A9D7F440048
    MSI (s) (E4:F4) [11:12:21:405]: Setting cached product context: machine assigned for product: 0EE2775DBD3C09F4AB22078FAAA3152A
    MSI (s) (E4:F4) [11:12:21:417]: Using cached product context: machine assigned for product: 0EE2775DBD3C09F4AB22078FAAA3152A
    MSI (s) (E4:F4) [11:12:21:435]: Setting cached product context: machine assigned for product: 0F1E0239BC1359044B0310A75304E604
    MSI (s) (E4:F4) [11:12:21:447]: Using cached product context: machine assigned for product: 0F1E0239BC1359044B0310A75304E604
    MSI (s) (E4:F4) [11:12:21:459]: Setting cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (E4:F4) [11:12:21:472]: Using cached product context: machine assigned for product: 1007C6B46D7C017319E3B52CF3EC196E
    MSI (s) (E4:F4) [11:12:21:485]: Setting cached product context: machine assigned for product: 10CFD327D3819E04EAE23441BA5C857D
    MSI (s) (E4:F4) [11:12:21:497]: Using cached product context: machine assigned for product: 10CFD327D3819E04EAE23441BA5C857D
    MSI (s) (E4:F4) [11:12:21:508]: Setting cached product context: machine assigned for product: 10D84C97451CDF34BB1CAE2DB2A4C701
    MSI (s) (E4:F4) [11:12:21:521]: Using cached product context: machine assigned for product: 10D84C97451CDF34BB1CAE2DB2A4C701
    MSI (s) (E4:F4) [11:12:21:533]: Setting cached product context: machine assigned for product: 11D5097BD50F8FA4B8B5E79F35C35C87
    MSI (s) (E4:F4) [11:12:21:551]: Using cached product context: machine assigned for product: 11D5097BD50F8FA4B8B5E79F35C35C87
    MSI (s) (E4:F4) [11:12:21:562]: Setting cached product context: machine assigned for product: 125BD0BE8A8A6DB4FAEDF5EE2B8A2F91
    MSI (s) (E4:F4) [11:12:21:583]: Using cached product context: machine assigned for product: 125BD0BE8A8A6DB4FAEDF5EE2B8A2F91
    MSI (s) (E4:F4) [11:12:21:596]: Setting cached product context: machine assigned for product: 12B06B229B2CFE645823D82AE8EED4D6
    MSI (s) (E4:F4) [11:12:21:616]: Using cached product context: machine assigned for product: 12B06B229B2CFE645823D82AE8EED4D6
    MSI (s) (E4:F4) [11:12:21:634]: Setting cached product context: machine assigned for product: 12C321F52E5ABFC46A7A30C4097890F9
    MSI (s) (E4:F4) [11:12:21:646]: Using cached product context: machine assigned for product: 12C321F52E5ABFC46A7A30C4097890F9
    MSI (s) (E4:F4) [11:12:21:658]: Setting cached product context: machine assigned for product: 12DF03209BB034940B5C55D35DB62AF7
    MSI (s) (E4:F4) [11:12:21:671]: Using cached product context: machine assigned for product: 12DF03209BB034940B5C55D35DB62AF7
    MSI (s) (E4:F4) [11:12:21:683]: Setting cached product context: machine assigned for product: 12E3CCA5D8EC15E409F5B67168980C9A
    MSI (s) (E4:F4) [11:12:21:700]: Using cached product context: machine assigned for product: 12E3CCA5D8EC15E409F5B67168980C9A
    MSI (s) (E4:F4) [11:12:21:712]: Setting cached product context: machine assigned for product: 138FB1044D0E79F4A94CC0531DBBEE43
    MSI (s) (E4:F4) [11:12:21:732]: Using cached product context: machine assigned for product: 138FB1044D0E79F4A94CC0531DBBEE43
    MSI (s) (E4:F4) [11:12:21:746]: Setting cached product context: machine assigned for product: 14F026CB695478E4480B033E17415CE0
    MSI (s) (E4:F4) [11:12:21:766]: Using cached product context: machine assigned for product: 14F026CB695478E4480B033E17415CE0
    MSI (s) (E4:F4) [11:12:21:784]: Setting cached product context: machine assigned for product: 15BBA5B1BAA8ABF49878A9880257E6B2
    MSI (s) (E4:F4) [11:12:21:796]: Using cached product context: machine assigned for product: 15BBA5B1BAA8ABF49878A9880257E6B2
    MSI (s) (E4:F4) [11:12:21:816]: Setting cached product context: machine assigned for product: 15E6F1D3C89C10C418072DBD2F38F731
    MSI (s) (E4:F4) [11:12:21:829]: Using cached product context: machine assigned for product: 15E6F1D3C89C10C418072DBD2F38F731
    MSI (s) (E4:F4) [11:12:21:849]: Setting cached product context: machine assigned for product: 1677AB07A9268114FB0E2057B309918C
    MSI (s) (E4:F4) [11:12:21:862]: Using cached product context: machine assigned for product: 1677AB07A9268114FB0E2057B309918C
    MSI (s) (E4:F4) [11:12:21:882]: Setting cached product context: machine assigned for product: 17500A7658931504791DE58AF1F93191
    MSI (s) (E4:F4) [11:12:21:895]: Using cached product context: machine assigned for product: 17500A7658931504791DE58AF1F93191
    MSI (s) (E4:F4) [11:12:21:916]: Setting cached product context: machine assigned for product: 17B089EA39DA9C947947F4505CF866A0
    MSI (s) (E4:F4) [11:12:21:934]: Using cached product context: machine assigned for product: 17B089EA39DA9C947947F4505CF866A0
    MSI (s) (E4:F4) [11:12:21:945]: Setting cached product context: machine assigned for product: 189343A2590FCDA488F559A109E4BC59
    MSI (s) (E4:F4) [11:12:21:965]: Using cached product context: machine assigned for product: 189343A2590FCDA488F559A109E4BC59
    MSI (s) (E4:F4) [11:12:21:979]: Setting cached product context: machine assigned for product: 18960DB0D3546334A974A520135BBC22
    MSI (s) (E4:F4) [11:12:21:999]: Using cached product context: machine assigned for product: 18960DB0D3546334A974A520135BBC22
    MSI (s) (E4:F4) [11:12:22:017]: Setting cached product context: machine assigned for product: 18D52CED71326F74B8625DA439D91AEE
    MSI (s) (E4:F4) [11:12:22:029]: Using cached product context: machine assigned for product: 18D52CED71326F74B8625DA439D91AEE
    MSI (s) (E4:F4) [11:12:22:049]: Setting cached product context: machine assigned for product: 191A6E0175F67BB419C07C8E362F2605
    MSI (s) (E4:F4) [11:12:22:062]: Using cached product context: machine assigned for product: 191A6E0175F67BB419C07C8E362F2605
    MSI (s) (E4:F4) [11:12:22:082]: Setting cached product context: machine assigned for product: 1968606ECBF10FE4788E06C9BD2330A8
    MSI (s) (E4:F4) [11:12:22:100]: Using cached product context: machine assigned for product: 1968606ECBF10FE4788E06C9BD2330A8
    MSI (s) (E4:F4) [11:12:22:112]: Setting cached product context: machine assigned for product: 19875F81F5C9DAA4D9D275876625FED9
    MSI (s) (E4:F4) [11:12:22:132]: Using cached product context: machine assigned for product: 19875F81F5C9DAA4D9D275876625FED9
    MSI (s) (E4:F4) [11:12:22:145]: Setting cached product context: machine assigned for product: 1A79948EF6D4B0C46BD08FB563D06266
    MSI (s) (E4:F4) [11:12:22:165]: Using cached product context: machine assigned for product: 1A79948EF6D4B0C46BD08FB563D06266
    MSI (s) (E4:F4) [11:12:22:183]: Setting cached product context: machine assigned for product: 1af2a8da7e60d0b429d7e6453b3d0182
    MSI (s) (E4:F4) [11:12:22:195]: Using cached product context: machine assigned for product: 1af2a8da7e60d0b429d7e6453b3d0182
    MSI (s) (E4:F4) [11:12:22:215]: Setting cached product context: machine assigned for product: 1B4814DD5C49D4E4DABBDA71B2C7C07C
    MSI (s) (E4:F4) [11:12:22:229]: Using cached product context: machine assigned for product: 1B4814DD5C49D4E4DABBDA71B2C7C07C
    MSI (s) (E4:F4) [11:12:22:365]: Setting cached product context: machine assigned for product: 1C55EE1BB89FBA04FAC024E2CC8C4845
    MSI (s) (E4:F4) [11:12:22:495]: Using cached product context: machine assigned for product: 1C55EE1BB89FBA04FAC024E2CC8C4845
    MSI (s) (E4:F4) [11:12:22:527]: Setting cached product context: machine assigned for product: 1C5E801AE54C4AE43A59FC169F95CA28
    MSI (s) (E4:F4) [11:12:22:548]: Using cached product context: machine assigned for product: 1C5E801AE54C4AE43A59FC169F95CA28
    MSI (s) (E4:F4) [11:12:22:568]: Setting cached product context: machine assigned for product: 1C618DF52E8D18A45A0F78A0383F6ADF
    MSI (s) (E4:F4) [11:12:22:591]: Using cached product context: machine assigned for product: 1C618DF52E8D18A45A0F78A0383F6ADF
    MSI (s) (E4:F4) [11:12:22:610]: Setting cached product context: machine assigned for product: 1D7ED4CFBBB9BBF4EAC367916C3A702E
    MSI (s) (E4:F4) [11:12:22:631]: Using cached product context: machine assigned for product: 1D7ED4CFBBB9BBF4EAC367916C3A702E
    MSI (s) (E4:F4) [11:12:22:652]: Setting cached product context: machine assigned for product: 1E1821B74D9DA5140B1F3569F436F11F
    MSI (s) (E4:F4) [11:12:22:673]: Using cached product context: machine assigned for product: 1E1821B74D9DA5140B1F3569F436F11F
    MSI (s) (E4:F4) [11:12:22:693]: Setting cached product context: machine assigned for product: 1E297C08CB87A4F438E9CB1D70779083
    MSI (s) (E4:F4) [11:12:22:715]: Using cached product context: machine assigned for product: 1E297C08CB87A4F438E9CB1D70779083
    MSI (s) (E4:F4) [11:12:22:735]: Setting cached product context: machine assigned for product: 1EF9B1F8777581149B285BB0301010FF
    MSI (s) (E4:F4) [11:12:22:756]: Using cached product context: machine assigned for product: 1EF9B1F8777581149B285BB0301010FF
    MSI (s) (E4:F4) [11:12:22:777]: Setting cached product context: machine assigned for product: 1FB6878C8720FAD40851AE9FC4FDF2C0
    MSI (s) (E4:F4) [11:12:22:798]: Using cached product context: machine assigned for product: 1FB6878C8720FAD40851AE9FC4FDF2C0
    MSI (s) (E4:F4) [11:12:22:818]: Setting cached product context: machine assigned for product: 1FBD7604FA19E5443AE40007F712B494
    MSI (s) (E4:F4) [11:12:22:840]: Using cached product context: machine assigned for product: 1FBD7604FA19E5443AE40007F712B494
    MSI (s) (E4:F4) [11:12:22:860]: Setting cached product context: machine assigned for product: 21A6A87B4C278D44597C4703701DA2F4
    MSI (s) (E4:F4) [11:12:22:883]: Using cached product context: machine assigned for product: 21A6A87B4C278D44597C4703701DA2F4
    MSI (s) (E4:F4) [11:12:22:901]: Setting cached product context: machine assigned for product: 220B0EE4F663B234896CE42BC77877E4
    MSI (s) (E4:F4) [11:12:22:923]: Using cached product context: machine assigned for product: 220B0EE4F663B234896CE42BC77877E4
    MSI (s) (E4:F4) [11:12:22:943]: Setting cached product context: machine assigned for product: 222707519D6635040B3BF4011765E5A1
    MSI (s) (E4:F4) [11:12:22:964]: Using cached product context: machine assigned for product: 222707519D6635040B3BF4011765E5A1
    MSI (s) (E4:F4) [11:12:22:985]: Setting cached product context: machine assigned for product: 25B97CCCFC9105A4EB06EA3EED693BAE
    MSI (s) (E4:F4) [11:12:23:006]: Using cached product context: machine assigned for product: 25B97CCCFC9105A4EB06EA3EED693BAE
    MSI (s) (E4:F4) [11:12:23:026]: Setting cached product context: machine assigned for product: 27BA73AEC8CEC2341A6C818605BF5095
    MSI (s) (E4:F4) [11:12:23:048]: Using cached product context: machine assigned for product: 27BA73AEC8CEC2341A6C818605BF5095
    MSI (s) (E4:F4) [11:12:23:068]: Setting cached product context: machine assigned for product: 27D37C24FF4875D4AA2E0BC423A4330A
    MSI (s) (E4:F4) [11:12:23:091]: Using cached product context: machine assigned for product: 27D37C24FF4875D4AA2E0BC423A4330A
    MSI (s) (E4:F4) [11:12:23:110]: Setting cached product context: machine assigned for product: 28A0D8BEA20EC7347A4C0915F6C1BF93
    MSI (s) (E4:F4) [11:12:23:131]: Using cached product context: machine assigned for product: 28A0D8BEA20EC7347A4C0915F6C1BF93
    MSI (s) (E4:F4) [11:12:23:181]: Setting cached product context: machine assigned for product: 29AA8506005AE8143844BFA2E63C08BE
    MSI (s) (E4:F4) [11:12:23:209]: Using cached product context: machine assigned for product: 29AA8506005AE8143844BFA2E63C08BE
    MSI (s) (E4:F4) [11:12:23:231]: Setting cached product context: machine assigned for product: 2A0F9FB99FC25614A9633639185FB43E
    MSI (s) (E4:F4) [11:12:23:251]: Using cached product context: machine assigned for product: 2A0F9FB99FC25614A9633639185FB43E
    MSI (s) (E4:F4) [11:12:23:273]: Setting cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (E4:F4) [11:12:23:293]: Using cached product context: machine assigned for product: 2A7527EE2A93F2D4D9CA9F2FB5A81E8D
    MSI (s) (E4:F4) [11:12:23:316]: Setting cached product context: machine assigned for product: 2B1725018E1848C48B0295B0BF5C9F85
    MSI (s) (E4:F4) [11:12:23:334]: Using cached product context: machine assigned for product: 2B1725018E1848C48B0295B0BF5C9F85
    MSI (s) (E4:F4) [11:12:23:356]: Setting cached product context: machine assigned for product: 2B810766C125E9F4DAC4232A10761F8B
    MSI (s) (E4:F4) [11:12:23:376]: Using cached product context: machine assigned for product: 2B810766C125E9F4DAC4232A10761F8B
    MSI (s) (E4:F4) [11:12:23:397]: Setting cached product context: machine assigned for product: 2C728CE6AA0DB5C4C895A0C39625181E
    MSI (s) (E4:F4) [11:12:23:417]: Using cached product context: machine assigned for product: 2C728CE6AA0DB5C4C895A0C39625181E
    MSI (s) (E4:F4) [11:12:23:460]: Setting cached product context: machine assigned for product: 2CCAF00E1014F62468AC33D3AF3FB5A2
    MSI (s) (E4:F4) [11:12:23:492]: Using cached product context: machine assigned for product: 2CCAF00E1014F62468AC33D3AF3FB5A2
    MSI (s) (E4:F4) [11:12:23:514]: Setting cached product context: machine assigned for product: 2D01F2056909E2D4CB17D4FF9915953F
    MSI (s) (E4:F4) [11:12:23:534]: Using cached product context: machine assigned for product: 2D01F2056909E2D4CB17D4FF9915953F
    MSI (s) (E4:F4) [11:12:23:557]: Setting cached product context: machine assigned for product: 2D61EA615988A4E46A5DE79B50B55671
    MSI (s) (E4:F4) [11:12:23:576]: Using cached product context: machine assigned for product: 2D61EA615988A4E46A5DE79B50B55671
    MSI (s) (E4:F4) [11:12:23:597]: Setting cached product context: machine assigned for product: 2E6B4DC772E51FB468EE30381404F4DA
    MSI (s) (E4:F4) [11:12:23:617]: Using cached product context: machine assigned for product: 2E6B4DC772E51FB468EE30381404F4DA
    MSI (s) (E4:F4) [11:12:23:641]: Setting cached product context: machine assigned for product: 2EBD4A38AAA11F24AB3B8C372C5FDD18
    MSI (s) (E4:F4) [11:12:23:659]: Using cached product context: machine assigned for product: 2EBD4A38AAA11F24AB3B8C372C5FDD18
    MSI (s) (E4:F4) [11:12:23:680]: Setting cached product context: machine assigned for product: 2EC2D2440F126064BAAF6C51A87FD5A7
    MSI (s) (E4:F4) [11:12:23:701]: Using cached product context: machine assigned for product: 2EC2D2440F126064BAAF6C51A87FD5A7
    MSI (s) (E4:F4) [11:12:23:722]: Setting cached product context: machine assigned for product: 303158B07AB594C49A1E95AA2EF766C3
    MSI (s) (E4:F4) [11:12:23:742]: Using cached product context: machine assigned for product: 303158B07AB594C49A1E95AA2EF766C3
    MSI (s) (E4:F4) [11:12:23:764]: Setting cached product context: machine assigned for product: 31F084959C980B34DB61C681C3B654ED
    MSI (s) (E4:F4) [11:12:23:784]: Using cached product context: machine assigned for product: 31F084959C980B34DB61C681C3B654ED
    MSI (s) (E4:F4) [11:12:23:805]: Setting cached product context: machine assigned for product: 33ED521E465513544AFEBB7C7C0813AB
    MSI (s) (E4:F4) [11:12:23:825]: Using cached product context: machine assigned for product: 33ED521E465513544AFEBB7C7C0813AB
    MSI (s) (E4:F4) [11:12:23:849]: Setting cached product context: machine assigned for product: 33F980987D49C9E419F857CC39F38CF8
    MSI (s) (E4:F4) [11:12:23:867]: Using cached product context: machine assigned for product: 33F980987D49C9E419F857CC39F38CF8
    MSI (s) (E4:F4) [11:12:23:889]: Setting cached product context: machine assigned for product: 33FF861454D83B042B8ADF19BBA2B10A
    MSI (s) (E4:F4) [11:12:23:909]: Using cached product context: machine assigned for product: 33FF861454D83B042B8ADF19BBA2B10A
    MSI (s) (E4:F4) [11:12:23:930]: Setting cached product context: machine assigned for product: 34911A8C4EB71BB41AEDBC1C1BDC549C
    MSI (s) (E4:F4) [11:12:23:950]: Using cached product context: machine assigned for product: 34911A8C4EB71BB41AEDBC1C1BDC549C
    MSI (s) (E4:F4) [11:12:23:972]: Setting cached product context: machine assigned for product: 34DEC6C11C5A1924AAC519F2629B1005
    MSI (s) (E4:F4) [11:12:23:992]: Using cached product context: machine assigned for product: 34DEC6C11C5A1924AAC519F2629B1005
    MSI (s) (E4:F4) [11:12:24:013]: Setting cached product context: machine assigned for product: 3534F1E6F8DED234BBB54E601FBC8133
    MSI (s) (E4:F4) [11:12:24:034]: Using cached product context: machine assigned for product: 3534F1E6F8DED234BBB54E601FBC8133
    MSI (s) (E4:F4) [11:12:24:057]: Setting cached product context: machine assigned for product: 35419A9C1C880A947A9168ADD2647343
    MSI (s) (E4:F4) [11:12:24:075]: Using cached product context: machine assigned for product: 35419A9C1C880A947A9168ADD2647343
    MSI (s) (E4:F4) [11:12:24:097]: Setting cached product context: machine assigned for product: 3566c21e0ff16864da8b85c931ea67f1
    MSI (s) (E4:F4) [11:12:24:117]: Using cached product context: machine assigned for product: 3566c21e0ff16864da8b85c931ea67f1
    MSI (s) (E4:F4) [11:12:24:140]: Setting cached product context: machine assigned for product: 364A46D79C3C6B04CB64D47D0DEDB2DF
    MSI (s) (E4:F4) [11:12:24:158]: Using cached product context: machine assigned for product: 364A46D79C3C6B04CB64D47D0DEDB2DF
    MSI (s) (E4:F4) [11:12:24:180]: Setting cached product context: machine assigned for product: 36AA264C87DFB584F98A6FE62D42D81E
    MSI (s) (E4:F4) [11:12:24:200]: Using cached product context: machine assigned for product: 36AA264C87DFB584F98A6FE62D42D81E
    MSI (s) (E4:F4) [11:12:24:222]: Setting cached product context: machine assigned for product: 386B9AE834898024592BADE19B264109
    MSI (s) (E4:F4) [11:12:24:242]: Using cached product context: machine assigned for product: 386B9AE834898024592BADE19B264109
    MSI (s) (E4:F4) [11:12:24:263]: Setting cached product context: machine assigned for product: 39BADC809A0685943A2C569284FAFD58
    MSI (s) (E4:F4) [11:12:24:292]: Using cached product context: machine assigned for product: 39BADC809A0685943A2C569284FAFD58
    MSI (s) (E4:F4) [11:12:24:421]: Setting cached product context: machine assigned for product: 3A00204B6E0205644ACD02113C4D013B
    MSI (s) (E4:F4) [11:12:24:442]: Using cached product context: machine assigned for product: 3A00204B6E0205644ACD02113C4D013B
    MSI (s) (E4:F4) [11:12:24:582]: Setting cached product context: machine assigned for product: 3C485AB1B45626141B3A83B6503C2CCB
    MSI (s) (E4:F4) [11:12:24:600]: Using cached product context: machine assigned for product: 3C485AB1B45626141B3A83B6503C2CCB
    MSI (s) (E4:F4) [11:12:24:621]: Setting cached product context: machine assigned for product: 3CE6ACD9C51EAEE41BAAB98B57F7B542
    MSI (s) (E4:F4) [11:12:24:641]: Using cached product context: machine assigned for product: 3CE6ACD9C51EAEE41BAAB98B57F7B542
    MSI (s) (E4:F4) [11:12:24:663]: Setting cached product context: machine assigned for product: 3D5175310FFE820418BF2185F9EE30CE
    MSI (s) (E4:F4) [11:12:24:683]: Using cached product context: machine assigned for product: 3D5175310FFE820418BF2185F9EE30CE
    MSI (s) (E4:F4) [11:12:24:704]: Setting cached product context: machine assigned for product: 3E319623FA0E0A248806CBB40962FD3A
    MSI (s) (E4:F4) [11:12:24:725]: Using cached product context: machine assigned for product: 3E319623FA0E0A248806CBB40962FD3A
    MSI (s) (E4:F4) [11:12:24:746]: Setting cached product context: machine assigned for product: 3E72900254E5A3943934056831CB95EC
    MSI (s) (E4:F4) [11:12:24:766]: Using cached product context: machine assigned for product: 3E72900254E5A3943934056831CB95EC
    MSI (s) (E4:F4) [11:12:24:790]: Setting cached product context: machine assigned for product: 3F5A29495ADF9EC4B969BA851840C66B
    MSI (s) (E4:F4) [11:12:24:808]: Using cached product context: machine assigned for product: 3F5A29495ADF9EC4B969BA851840C66B
    MSI (s) (E4:F4) [11:12:24:829]: Setting cached product context: machine assigned for product: 40F831B1124BEB745AD56B09609D8B03
    MSI (s) (E4:F4) [11:12:24:849]: Using cached product context: machine assigned for product: 40F831B1124BEB745AD56B09609D8B03
    MSI (s) (E4:F4) [11:12:24:873]: Setting cached product context: machine assigned for product: 4109936380513F643AB173C9B3F14C15
    MSI (s) (E4:F4) [11:12:24:891]: Using cached product context: machine assigned for product: 4109936380513F643AB173C9B3F14C15
    MSI (s) (E4:F4) [11:12:24:913]: Setting cached product context: machine assigned for product: 4126A8756CC634049A8A0C54DDEAB293
    MSI (s) (E4:F4) [11:12:24:933]: Using cached product context: machine assigned for product: 4126A8756CC634049A8A0C54DDEAB293
    MSI (s) (E4:F4) [11:12:24:954]: Setting cached product context: machine assigned for product: 413C363A2422EBB4A9ED4B72FA46E6FF
    MSI (s) (E4:F4) [11:12:24:974]: Using cached product context: machine assigned for product: 413C363A2422EBB4A9ED4B72FA46E6FF
    MSI (s) (E4:F4) [11:12:24:996]: Setting cached product context: machine assigned for product: 415B891DE42BCF34EA916E434FB829C8
    MSI (s) (E4:F4) [11:12:25:016]: Using cached product context: machine assigned for product: 415B891DE42BCF34EA916E434FB829C8
    MSI (s) (E4:F4) [11:12:25:064]: Setting cached product context: machine assigned for product: 422542E869443F44289296DA0300AB82
    MSI (s) (E4:F4) [11:12:25:096]: Using cached product context: machine assigned for product: 422542E869443F44289296DA0300AB82
    MSI (s) (E4:F4) [11:12:25:133]: Setting cached product context: machine assigned for product: 42AA43E17F6B0894E960E7B56E715AB7
    MSI (s) (E4:F4) [11:12:25:214]: Using cached product context: machine assigned for product: 42AA43E17F6B0894E960E7B56E715AB7
    MSI (s) (E4:F4) [11:12:25:263]: Setting cached product context: machine assigned for product: 42FE3A049BBF162448FB1D3C2186C0B5
    MSI (s) (E4:F4) [11:12:25:306]: Using cached product context: machine assigned for product: 42FE3A049BBF162448FB1D3C2186C0B5
    MSI (s) (E4:F4) [11:12:25:337]: Setting cached product context: machine assigned for product: 43071B1D350ADDD4FA32924E1B291D8D
    MSI (s) (E4:F4) [11:12:25:357]: Using cached product context: machine assigned for product: 43071B1D350ADDD4FA32924E1B291D8D
    MSI (s) (E4:F4) [11:12:25:379]: Setting cached product context: machine assigned for product: 4534863082C48144DBC69ABFF76B8E81
    MSI (s) (E4:F4) [11:12:25:399]: Using cached product con

    Download the offline installer here: http://fpdownload.macromedia.com/get/flashplayer/current/licensing/mac/install_flash_playe r_11_osx.dmg
    If it won't download directly, right click and "Save as"
    Go to: Mac HD/Library/Internet Plugins
    Trash the Flash Player.plugin file from there
    Go to: Mac HD/Library/Application Support/Adobe
    Trash the Flash Player folder (the whole folder)
    Empty the trash
    Reboot
    Mount the DMG and run the installer.
    BEFORE opening any Flash content in Safari, open Safari>Preferences, and check the Security tab to make sure "Allow all other plugins" is checked.

  • How can I install the Flash Debug Player in Internet Explorer 10?

    I just downloaded the Flash Debug Player 11.4.402.287 from http://download.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_ax_debug.exe - however, trying to install it merely shows a message box saying
    The installation encountered errors: Your Microsoft Internet Explorer browser includes the latest version of the Adobe Flash Player built-in. Windows Update will inform you when new versions of the Flash Player are available.
    I'm using Internet Explorer 10.0.9200.16384 on Windows 8. A bit of Google research suggested that IE10 has a Flash player built-in (similiar to what Google Chrome has) so I looked for a way to disable the player. It seems that this is indeed possible by clicking the Cogwheel icon in the IE10 toolbar and then selecting 'Manage Add-ons'. The dialog which shows up shows a 'Shockwave Flash Object' entry. However, even with the built-in Flash player disabled, the Flash Debug Player installer keeps giving the same message.
    Does anybody knwo how I can install the Flash Debug Player in IE10?

    I do not know, but check if there is anything useful in http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flas h_player_windows8_admin_guide.pdf

  • ANT Debug

    I'm trying to use ANT with Flash Builder 4 to compile and debug.
    The compiling is the easy part but having trouble to get the debugger to work.
    I want to use ANT to Debug SWF file inside Flash Builder, so that breakpoints, console traces and everything works as it should.
    My script so far. Builds The *.as to *.swf and moves from bin-debug to deploy folder. How can I start a Flash Builder Debugger for the created SWF?
    <!-- this opens the file in Flash Debug Player, but Flash Builder IDE doesn't understand this? -->
    <exec executable="open" vmlauncher="true" spawn="false" failonerror="true">
         <arg line="-a '${flashPlayer}' '${DEPLOY_DIR}/${file}'" />
    </exec>
    <!-- to run, compiles and then open -->
    <target name="Compile level 1">
        <antcall target="compile flex file">
            <param name="file" value="GameOffice"/>
        </antcall>
        <antcall target="open player">
            <param name="file" value="GameOffice.swf"/>
        </antcall>
    </target>
    <!-- compile *.as to *.swf, move from bin-debug to deploy (to fix Flex SVN issues -->
    <target name="compile flex file">
        <mxmlc file="${SRC_DIR}/${file}.as" output="${BUILD_DIR}/${file}.swf"
            actionscript-file-encoding="UTF-8"
            keep-generated-actionscript="true"
            incremental="true"
            static-link-runtime-shared-libraries="true"
            show-actionscript-warnings="true"
            failonerror="true"
            debug="true"
            optimize="false">
            <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml" />
            <source-path path-element="${FLEX_HOME}/frameworks" />
            <compiler.include-libraries dir="${basedir}/libs" append="true">
                <include name="HelloThereLibGames.swc" />
                <include name="HelloThereLibStructure.swc" />
                <include name="HelloThereLibUtils.swc" />
            </compiler.include-libraries>
            <metadata description="Hello There Production">
                <contributor name="Fredrick Bäcker" />
            </metadata>
        </mxmlc>
        <copy todir="${DEPLOY_DIR}" file="${BUILD_DIR}/${file}.swf"/>
    </target>

    A little bit on the way but still one thing.
    I'm running my ANT script to tell the FDB to go
    <exec executable="${fdb}" failonerror="true"></exec>
    In the folder where I execute (project root) i placed .fdbinit with the following code
    run ./deploy/GameOffice.swf
    continue
    continue
    continue
    I've even tried to run a shell script that only starts the fdb in the projet folder, but the results are the same.
    Seems like that when flash has been loaded and is showing in the Flash Debug Player the Console terminates FDB and that will close the Flash window.
         [exec] Adobe fdb (Flash Player Debugger) [build 16076]
         [exec] Copyright (c) 2004-2007 Adobe, Inc. All rights reserved.
         [exec] Attempting to launch and connect to Player using URL
         [exec] ./deploy/GameOffice.swf
         [exec] Player connected; session starting.
         [exec] Set breakpoints and then type 'continue' to resume the session.
         [exec] [SWF] Users:macbookpro:Documents:Adobe Flash Builder 4:Coopervision:deploy:GameOffice.swf - 1,796,757 bytes after decompression
         [exec] [trace] [class DebugMode] debug mode 31
         [exec] Do you want to attempt to halt execution? (y or n) Not confirmed.
         [exec] Do you want to attempt to halt execution? (y or n) Not confirmed.
         [exec] Do you want to attempt to halt execution? (y or n) Not confirmed.
         [exec] Do you want to attempt to halt execution? (y or n) Not confirmed.
         [exec] Do you want to attempt to halt execution? (y or n) Not confirmed.
         [exec] Do you want to attempt to halt execution? (y or n) Not confirmed.
         [exec] Do you want to attempt to halt execution? (y or n) Not confirmed.
         [exec] Do you want to attempt to halt execution? (y or n) Not confirmed.
         [exec] [SWF] Users:macbookpro:Documents:Adobe Flash Builder 4:Coopervision:deploy:GameOffice.swf - 1,796,757 bytes after decompression
         [exec] Do you want to attempt to halt execution? (y or n) Not confirmed.
         [exec] [SWF] Users:macbookpro:Documents:Adobe Flash Builder 4:Coopervision:deploy:assets_office.swf - 254,511 bytes after decompression
         [exec] Additional ActionScript code has been loaded from a SWF or a frame.
         [exec] To see all currently loaded files, type 'info files'.
         [exec] Set additional breakpoints as desired, and then type 'continue'.
         [exec] (fdb)
    Any suggestions on how to hold the script alive so it doens't close?

  • Adl quits unexpectedly - while debugging AIR app in Flash Builder 4.5

    the crash scenario:
         - i'm debugging an AIR app, things are running fine
         - my app is a media rotator and i've set it up to load in images, videos, sounds, and swfs (all good no problems there)
         - the original was built for AIR 2.6 and used the old halo components
          - however, now that i've done the conversions, targeted all spark and mx, and also setup my new AIR 3 SDK (following these instructions http://jeffwinder.blogspot.com/2011/09/installing-adobe-air-3-sdk-in-flash.html)
           when I go from loading a BitmapImage to loading a VideoDisplay element, the adl debugger simply crashes w/ 'adl quit unexpectedly' msg and a massive crash report.
         - it never did this in AIR 2.6 and Flex 4.0 SDK
         - i can load videos in sequence no problem, but the error only occurs when going from bitmap to video.
    Any ideas? It's frustrating because after the crash there's not even an error message in the Console.
    Also, is this really the best practice Adobe approved way of targeting AIR 3?
    http://jeffwinder.blogspot.com/2011/09/installing-adobe-air-3-sdk-in-flash.html
    Mike Delucchi

    For example in the runtimes\player\win folder I would suggest downloading and renaming...
    1. http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_ax_debug_32bit .exe ===> FlashPlayerDebugger.exe
    2. http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_plugin_debug_3 2bit.exe ===> InstallPlugin.exe
    3. http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_ax_debug_32bit .exe   ===> InstallAX.exe

  • Cannot get Flash Player 15 debug to install properly in Safari 7.1

    After upgrading Safari, with FlashPlaer debug plugin installed, to 7.1  on my MacBook Pro running OSX 10.9.5, I found that I could not type into text fields of a flash based website created by me with FlashBuilder 4.6. I found that the FlashPlayer plug-in was no longer listed in in the Safari Preferences Security tab->Manage Website Settings. FlashBuilder debug worked, but I was unable to type into any text fields in the player.
    I tried reinstalling using flashplayer_15_plugin_debug.dmg with the same results. If I install the non debug version on install_flash_player_osx.dmg the site works fine, but of course FlashBuilder debug no longer works.
    I tried doing a clean install of the debug player without any success.
    Any help would be appreciated.
    John

    This is a known issue.  It's already fixed in our engineering builds and should show up in the beta channel in next week's drop.

  • Flash Builder 4 beta 2 Debug deployment

    Flashbuilder hangs nearly very time I try and deploy (via debug) my _trivial_ application (see http://anirudhs.chaosnet.org/blog/2009.10.12.html for the tutorial i'm trying to follow). Flash builder goes in to a 'Building workspace' mode and stays at 0%. I have tried restarting flash builder, restarting computer, reinstalling flashbuilder, etc all to no avail. It has worked _once_ in about 20 attempts. I have switched off 'Build Automatically' for the workspace, to no avail. While I don't get the 'Building workspace' message, it pops up the browser window and then the browser window just sits there. The browser never loads the app. I've tried this using chrome and firefox. After force quitting flash builder the flash application comes up in the browser.
    If I choose to run the app, rather than debug it, it appears to work consistently. I installed the 'debug' version of flash player 10 (as directed when I first attempted to debug the application) from http://www.adobe.com/support/flashplayer/downloads.html#fp10.
    Any ideas?
    Thanks,
    Bob

    As always, 5 minutes after posting I think I figure out the issue. On that one attempt that worked I set various breakpoints trying to debug something. On subsequent attempts to debug the app, flash builder never opened up the debug perspective (even though during that previous session I said to always open it up). I guess flash builder was sitting at a breakpoint waiting for me to do hit the continue button. After clearing all my breakpoints debugging worked. Of course, I can't reproduce the issue anymore.. even after setting a number of breakpoints flash builder is always taking me to the debug perspective now. I guess I just havn't found that 'magic' breakpoint yet since this (flash not opening debug perspective when hitting a breakpoint) has happened to me twice - the initial install and subsequent install of flash builder - while trying to debug the same issue...
    Bob

  • Flashplayer 11.3 Bug - Fullscreen from ContextMenu doesn't work anymore!

    Hi,
    with the latest Flashplayer 11.3 version, switching to Fullscreen Mode isn't possible anymore when done from the Contextmenu!
    Here a simple example plus the Actionscript 3 source code of it:
    http://krpano.com/flashplayer/bugs/contextmenufullscreen/
    In the debug Flashplayer a Security Error will be shown instead of switching to the Fullscreen Mode (btw - the allowFullscreen embedding parameter is set of course!).
    Best regards,
    Klaus

    We've been able to reproduce this issue.  I encourage anyone affected to add a vote and comment here:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3310959

Maybe you are looking for

  • How to create the relationship between ESSBASE 11 and DM in OBIEE11

    Hi Experts, I have one requirement that there is one property table named 'Store Master' in DW,and it contains a lot of attribute, such as Open Date, Close Date, IS 24 Hour etc. But another data source is essbase and based on this source, I create al

  • Hyperlinks works fine in iweb, but not on web after upload to ftp

    I have set up hyperlinks in iweb, but they don't work in RockMelt, Firefox or Safari.  I'm using an ftp under the domain name of the website.  Any ideas on why this won't work?

  • RV220W : Some Errors in logs

    Hello, I have some errors in the RV220w log files, and i dont know the reason of these errors Mon Mar 26 19:59:48 2012(GMT+0100) [rv220w][System][PLATFORM] /pfrm2.0/bin/bwLimitConfig /tmp/system.db 18 dot11STA 2 failed. status=-1 Mon Mar 26 19:59:48

  • Benefits of working in  BI upgrade project

    Hi, I will be embarking on BI upgrade project soon. and would like to know what are the benefits in terms of career working in such a project as a consultant. e.g what can I learn that will be useful in the future. what knowledge will be gained etc.

  • Should clients of long-running processes wait for a response?

    I am a bit confused by the worklist tutorial where the client waits around for a response from the worklist process that blocks on human input. This may be okay for the sample application, but is it a realistic scenario? Have you designed any practic