diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..60b6f6c Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 3475f2a..ad5b261 --- a/README.md +++ b/README.md @@ -1,15 +1,43 @@ -# OSX wrapper for osu! (using wineskin) +# osu! for Mac Stable (Latest) +[Original Repo link](https://github.com/Mic238/osu-for-Mac-Stable-Latest) -Make sure you install [XQuartz 2.7.7 or higher](http://www.xquartz.org) first. -You will need to download the latest version of osu! from [here](https://osu.ppy.sh/p/download) and place it inside the .app (`osu!.app/drive_c/osu!/`) -Something like: ```curl -ks https://m1.ppy.sh/r/osu\!.exe\?`date +%s` > osu\!.app/drive_c/osu\!/osu\!.exe``` +### Step to Install: +1. Download zip (196M) from this page, it should be sitting in Download folder. -# On first run -Ignore this error: -![](https://puu.sh/oqqz1/79cad76754.png) +2. If you are upgrading from the old client, DO NOT move to /Application and replace the old client immediately. There are some migration need to do. + 1. Open osu! folder for both old and new clients (right click on app - show package content - drive_c - Program Files - osu!) + 2. Hold command key and select all of the following folders and files from the old client side + * Folders: Data, Songs, Skins + * Files: collection.db, presence.db, scores.db, osu!.db, osu!.cfg, osu!.[Username].cfg + 3. Drag them to the new client side while holding option key. Note: If a symlink a created instead of copying the actual file (A symlink can be identified by an arrow at the corner), remove those symlink files and repeat those steps + +3. Open the new client by right click and select open. + * An error of no runtime can be ignored. + * If prompted Gecko package is not installed, click cancel. + * When osu! installer appear, change the install location before countdown and select drive_c/Program Files/osu! + * osu! will take a while to download and install itself. The game will start automatically when it finishes. +4. For the best perfomance, go to setting, set the frame limit to 240fps (Unlimited would not work properly) and turn full screen mode off. +5. Play a few games. If you're happy with it, move the game to /Application and enjoy! -Hit cancel: -![](https://puu.sh/oqqzA/e0dd2d9b55.png) +--------------------------- +### Testing Environment: +Mac Mini (Late 2014) 2.6GHz, 8G Memory, 256G SSD, MacOS High Sierra 10.13.4, Wrapper Wineskin-2.6.2, Engine WS9Wine2.22 -Let osu! update and hopefully it should run :) +--------------------------- +### A Little Bouns for all: +To move the beatmaps faster, open the terminal, copy and paste this command followed by return: +* `echo "alias osu='mv ~/Downloads/*.osz /Applications/osu\!.app/drive_c/Program\ Files/osu\!/songs'" >> .bash_profile` + +Restart terminal and from now on, you can simply type "osu" in the terminal to move all beatmaps from download folder to game beatmap folder, don't forget to fn+f5 to refresh the game list. + +--------------------------- +### Known Issues +1. With 2018-001 update installed, wine package downloaded with browser will not open. However, download with git clone would work properly. +2. gdiplus is not compactible with cjkfonts, so it's a trade off to get the setting icons and control buttons work and cjkfonts work. If you prefer cjkfonts more than those graphic glitches, you can follow these steps: + 1. Right click osu! - show package content - open wineskin - click advance. + 2. Click tools at the top - config Utility on top left, The config windows may take a few seconds to jump out. + 3. Go to Libries tab at the top - select gdiplus and click edit - then select built in (wine) and save. + 4. You can revert this setting by the same steps and select native (windows) to revert. +3. For in-game settings, Shaders would not work, enable Soften Filters will blank the screen, enable Compactible Mode will crash the game. If you accidently turn these settings on, you can go to osu! folder and edit osu!.[Username].cfg with textedit and change the value of BloomSoftening or CompactibilityContext to 0 to fix it. +4. Some other glitches, osu! Direct from osu website would not work (in-game download works good). Discord-rpc will not work. Double Clicking beatmap files or dragging to game window will not open them (So the only way to import beatmaps is move to the folder manually, or use the command above). diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/msiexec b/osu!.app/Contents/Frameworks/wswine.bundle/bin/msiexec index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/msiexec +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/msiexec @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/notepad b/osu!.app/Contents/Frameworks/wswine.bundle/bin/notepad index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/notepad +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/notepad @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!92068297Wine b/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!387842082Wine similarity index 80% rename from osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!92068297Wine rename to osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!387842082Wine index 616da6e..3d4ded5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!92068297Wine and b/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!387842082Wine differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!387842082Wineserver b/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!387842082Wineserver new file mode 100755 index 0000000..6941727 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!387842082Wineserver differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!92068297Wineserver b/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!92068297Wineserver deleted file mode 100755 index 7c8dde9..0000000 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/bin/osu!92068297Wineserver and /dev/null differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/regedit b/osu!.app/Contents/Frameworks/wswine.bundle/bin/regedit index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/regedit +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/regedit @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/regsvr32 b/osu!.app/Contents/Frameworks/wswine.bundle/bin/regsvr32 index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/regsvr32 +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/regsvr32 @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/widl b/osu!.app/Contents/Frameworks/wswine.bundle/bin/widl index cef0666..1f92cd0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/bin/widl and b/osu!.app/Contents/Frameworks/wswine.bundle/bin/widl differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wine b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wine index 8f673e2..ef155c7 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wine +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wine @@ -1,2 +1,2 @@ #!/bin/bash -DYLD_FALLBACK_LIBRARY_PATH="${WINESKIN_LIB_PATH_FOR_FALLBACK}" "$(dirname "$0")/osu!92068297Wine" "$@" \ No newline at end of file +DYLD_FALLBACK_LIBRARY_PATH="${WINESKIN_LIB_PATH_FOR_FALLBACK}" "$(dirname "$0")/osu!387842082Wine" "$@" \ No newline at end of file diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineboot b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineboot index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineboot +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineboot @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winebuild b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winebuild index 0311167..4f662b4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winebuild and b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winebuild differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winecfg b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winecfg index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winecfg +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winecfg @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineconsole b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineconsole index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineconsole +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineconsole @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winedbg b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winedbg index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winedbg +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winedbg @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winedump b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winedump index d8b3dcf..392bc7c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winedump and b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winedump differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winefile b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winefile index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winefile +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winefile @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winegcc b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winegcc index 041fd9c..c7e31bb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winegcc and b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winegcc differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winemaker b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winemaker index af26243..ec5fb16 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winemaker +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winemaker @@ -328,7 +328,7 @@ my $P_PATH=0; ## # This index contains a reference to an array containing the project-wide -# settings. The structure of that arrray is actually identical to that of +# settings. The structure of that array is actually identical to that of # a regular target since it can also contain extra sources. my $P_SETTINGS=1; @@ -767,7 +767,7 @@ sub source_scan_project_file($$$) # Build a DLL $prj_target_type=$TT_DLL; } elsif (/^incremental:[[:alpha:]]+$/) { - # Link Incrmentally + # Link Incrementally } elsif (/^implib:/) { # Name import library } elsif (/^libpath:\"(.*)\"/) { @@ -967,6 +967,7 @@ sub source_scan_project_file($$$) } if ($vc_compiler_tool->getName eq "PreprocessorDefinitions") { $configt=$vc_compiler_tool->getValue; + $configt=~s/;+$//; $configt=~s/;\s*/ -D/g; $prj_target_defines.="-D".$configt." "; } diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winemine b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winemine index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winemine +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winemine @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winepath b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winepath index 5379008..3a76828 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/winepath +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/winepath @@ -57,8 +57,8 @@ do done # finally, the default bin directory -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi -if [ -x "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine" "$appname" "$@"; fi +if [ -x "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" ]; then exec "/Users/gverm/Desktop/tmp/WineskinEngineBuilder/wswine.bundle/bin/wine64" "$appname" "$@"; fi echo "$0: the Wine loader is missing" exit 1 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineserver b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineserver index 625206e..dc0d8b7 100755 --- a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineserver +++ b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wineserver @@ -1,2 +1,2 @@ #!/bin/bash -DYLD_FALLBACK_LIBRARY_PATH="${WINESKIN_LIB_PATH_FOR_FALLBACK}" "$(dirname "$0")/osu!92068297Wineserver" "$@" \ No newline at end of file +DYLD_FALLBACK_LIBRARY_PATH="${WINESKIN_LIB_PATH_FOR_FALLBACK}" "$(dirname "$0")/osu!387842082Wineserver" "$@" \ No newline at end of file diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wmc b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wmc index 47e30ec..932cafb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wmc and b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wmc differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wrc b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wrc index 1f36a75..03ec0f4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/bin/wrc and b/osu!.app/Contents/Frameworks/wswine.bundle/bin/wrc differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/libwine.1.0.dylib b/osu!.app/Contents/Frameworks/wswine.bundle/lib/libwine.1.0.dylib index 3b25b9a..b83b9a4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/libwine.1.0.dylib and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/libwine.1.0.dylib differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/acledit.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/acledit.dll.so index 833d3fe..53578d0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/acledit.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/acledit.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/aclui.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/aclui.dll.so index f93613e..b70707a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/aclui.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/aclui.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/activeds.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/activeds.dll.so index 6e7f080..dce58fc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/activeds.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/activeds.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/actxprxy.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/actxprxy.dll.so index 9e3660a..9feb56b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/actxprxy.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/actxprxy.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/adsldpc.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/adsldpc.dll.so new file mode 100755 index 0000000..e2871b1 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/adsldpc.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/advapi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/advapi32.dll.so index 19201a4..1fe4733 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/advapi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/advapi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/advpack.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/advpack.dll.so index c4046dd..ef6fdac 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/advpack.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/advpack.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/amstream.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/amstream.dll.so index 31eaeea..0ec3c87 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/amstream.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/amstream.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-appmodel-identity-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-appmodel-identity-l1-1-0.dll.so new file mode 100755 index 0000000..8083e74 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-appmodel-identity-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-appmodel-runtime-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-appmodel-runtime-l1-1-1.dll.so new file mode 100755 index 0000000..2b723d5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-appmodel-runtime-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-appmodel-runtime-l1-1-2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-appmodel-runtime-l1-1-2.dll.so new file mode 100755 index 0000000..cac6e7b Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-appmodel-runtime-l1-1-2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-apiquery-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-apiquery-l1-1-0.dll.so new file mode 100755 index 0000000..fbce609 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-apiquery-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-appcompat-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-appcompat-l1-1-1.dll.so new file mode 100755 index 0000000..264e14f Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-appcompat-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-appinit-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-appinit-l1-1-0.dll.so new file mode 100755 index 0000000..185f118 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-appinit-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-atoms-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-atoms-l1-1-0.dll.so new file mode 100755 index 0000000..dac4963 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-atoms-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-bem-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-bem-l1-1-0.dll.so new file mode 100755 index 0000000..99299e0 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-bem-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-l1-1-0.dll.so index 8f987f9..759c7cb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-l1-1-1.dll.so index 6e28a92..170a7d1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-private-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-private-l1-1-0.dll.so new file mode 100755 index 0000000..1cba4b4 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-com-private-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-console-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-console-l1-1-0.dll.so index 51d2c3e..506d036 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-console-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-console-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-console-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-console-l2-1-0.dll.so new file mode 100755 index 0000000..9d9137d Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-console-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-crt-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-crt-l1-1-0.dll.so new file mode 100755 index 0000000..e523cce Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-crt-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-crt-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-crt-l2-1-0.dll.so new file mode 100755 index 0000000..8a746d8 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-crt-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-datetime-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-datetime-l1-1-0.dll.so index 5218155..518ca5a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-datetime-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-datetime-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-datetime-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-datetime-l1-1-1.dll.so index f191e0e..eca0dc0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-datetime-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-datetime-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-debug-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-debug-l1-1-0.dll.so index e64a4d4..a526ef4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-debug-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-debug-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-debug-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-debug-l1-1-1.dll.so index 7200bf5..9aab7aa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-debug-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-debug-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-delayload-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-delayload-l1-1-0.dll.so new file mode 100755 index 0000000..9fbfa2d Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-delayload-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-delayload-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-delayload-l1-1-1.dll.so index fe7e057..205590c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-delayload-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-delayload-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-0.dll.so index f32c989..d06796b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so index 6ee8bcd..3ad6da0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-2.dll.so index 11776ae..df5bd37 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-2.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-3.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-3.dll.so new file mode 100755 index 0000000..f3b470d Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-errorhandling-l1-1-3.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-fibers-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-fibers-l1-1-0.dll.so index 657ffe2..45b37a8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-fibers-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-fibers-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-fibers-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-fibers-l1-1-1.dll.so index 072ed85..840085e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-fibers-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-fibers-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-1-0.dll.so index 99e74ac..4bb03e8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-0.dll.so index 8cf2694..3f3ae34 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-1.dll.so new file mode 100755 index 0000000..6c0af54 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-2.dll.so new file mode 100755 index 0000000..b75e767 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l1-2-2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-0.dll.so index b09e691..f175aa5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-1.dll.so index bbf8053..153ad1d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-2.dll.so new file mode 100755 index 0000000..1c5036c Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-file-l2-1-2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-handle-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-handle-l1-1-0.dll.so index bc1592f..3b3a526 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-handle-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-handle-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l1-1-0.dll.so index 40cf865..d26d6b1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l1-2-0.dll.so index ec4e247..ef62878 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l2-1-0.dll.so new file mode 100755 index 0000000..ff6bcf9 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so index 82fc14d..e34bc0d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-interlocked-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-interlocked-l1-1-0.dll.so index c49f4b9..983f11a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-interlocked-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-interlocked-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-interlocked-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-interlocked-l1-2-0.dll.so index 4cb4b86..cf28fb6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-interlocked-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-interlocked-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-io-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-io-l1-1-0.dll.so new file mode 100755 index 0000000..fe87c17 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-io-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-io-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-io-l1-1-1.dll.so index 5ecbca0..8e0b197 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-io-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-io-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-job-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-job-l1-1-0.dll.so new file mode 100755 index 0000000..f8476b9 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-job-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-job-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-job-l2-1-0.dll.so new file mode 100755 index 0000000..642494e Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-job-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-legacy-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-legacy-l1-1-0.dll.so index 92651ef..abd47a9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-legacy-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-legacy-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-legacy-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-legacy-l1-1-1.dll.so index bbc7a5a..5cf3052 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-legacy-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-legacy-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-private-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-private-l1-1-1.dll.so new file mode 100755 index 0000000..0fb1efa Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-kernel32-private-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-1-0.dll.so index bd8be00..2b8b69e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-1-1.dll.so index c549845..aea2a72 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-0.dll.so index 8963338..c42b528 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-1.dll.so new file mode 100755 index 0000000..42ea376 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-2.dll.so new file mode 100755 index 0000000..8c438aa Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-libraryloader-l1-2-2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-1-0.dll.so index 4a2b5e7..eb6a1b4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-2-0.dll.so index 35d480b..1578c82 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-2-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-2-1.dll.so index f2d12a1..8db9302 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-2-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l1-2-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l2-1-0.dll.so new file mode 100755 index 0000000..a1396e6 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-1-0.dll.so index 0cf6ff5..b7a2e18 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-2-0.dll.so new file mode 100755 index 0000000..b1db9f9 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-3-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-3-0.dll.so new file mode 100755 index 0000000..c7b8230 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-obsolete-l1-3-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-private-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-private-l1-1-0.dll.so new file mode 100755 index 0000000..36aef79 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localization-private-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localregistry-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localregistry-l1-1-0.dll.so index c96e626..16d816b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localregistry-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-localregistry-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-0.dll.so index e7fea77..e810ffb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-1.dll.so index 01d161b..ea752ae 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-2.dll.so new file mode 100755 index 0000000..39afc4d Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-memory-l1-1-2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-misc-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-misc-l1-1-0.dll.so index b0c986a..456be51 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-misc-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-misc-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namedpipe-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namedpipe-l1-1-0.dll.so index 83489e5..bff00fb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namedpipe-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namedpipe-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namedpipe-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namedpipe-l1-2-0.dll.so index 2a65a41..6b20cf7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namedpipe-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namedpipe-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namespace-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namespace-l1-1-0.dll.so new file mode 100755 index 0000000..c46fb22 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-namespace-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-normalization-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-normalization-l1-1-0.dll.so new file mode 100755 index 0000000..27d4a13 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-normalization-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-path-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-path-l1-1-0.dll.so index f7f7a59..4eaa1c6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-path-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-path-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-privateprofile-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-privateprofile-l1-1-1.dll.so new file mode 100755 index 0000000..9d06ad7 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-privateprofile-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processenvironment-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processenvironment-l1-1-0.dll.so index ab39ce1..4d7d195 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processenvironment-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processenvironment-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processenvironment-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processenvironment-l1-2-0.dll.so index 85f1e55..e18a129 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processenvironment-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processenvironment-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-0.dll.so index e83436a..c7534c3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-1.dll.so index 808c582..d285705 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-2.dll.so index b0de7c8..4ca6ed0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-2.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processthreads-l1-1-2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processtopology-obsolete-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processtopology-obsolete-l1-1-0.dll.so new file mode 100755 index 0000000..6b553d7 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-processtopology-obsolete-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-profile-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-profile-l1-1-0.dll.so index 171a25f..a4c24f9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-profile-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-profile-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-ansi-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-ansi-l1-1-0.dll.so new file mode 100755 index 0000000..b855526 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-ansi-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-l1-1-0.dll.so index 8c8832f..17699b6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-obsolete-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-obsolete-l1-1-0.dll.so new file mode 100755 index 0000000..82497e9 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-psapi-obsolete-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-quirks-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-quirks-l1-1-0.dll.so new file mode 100755 index 0000000..0fce107 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-quirks-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-realtime-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-realtime-l1-1-0.dll.so new file mode 100755 index 0000000..e896c1f Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-realtime-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registry-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registry-l1-1-0.dll.so index e739978..3e61cee 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registry-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registry-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registry-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registry-l2-1-0.dll.so new file mode 100755 index 0000000..a4721eb Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registry-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registryuserspecific-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registryuserspecific-l1-1-0.dll.so new file mode 100755 index 0000000..740295d Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-registryuserspecific-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-rtlsupport-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-rtlsupport-l1-1-0.dll.so index 6b53789..c69796d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-rtlsupport-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-rtlsupport-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-rtlsupport-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-rtlsupport-l1-2-0.dll.so index afee92f..034f4bc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-rtlsupport-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-rtlsupport-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-legacy-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-legacy-l1-1-0.dll.so index da933b3..f70e504 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-legacy-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-legacy-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll.so new file mode 100755 index 0000000..5a1ca46 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll.so new file mode 100755 index 0000000..c602aa0 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sidebyside-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sidebyside-l1-1-0.dll.so new file mode 100755 index 0000000..20a7587 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sidebyside-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-l1-1-0.dll.so index e009490..37ca030 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-l2-1-0.dll.so new file mode 100755 index 0000000..1333783 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-obsolete-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-obsolete-l1-1-0.dll.so new file mode 100755 index 0000000..8faeefd Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-string-obsolete-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-stringansi-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-stringansi-l1-1-0.dll.so new file mode 100755 index 0000000..c121256 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-stringansi-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-ansi-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-ansi-l1-1-0.dll.so new file mode 100755 index 0000000..4e8e00a Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-ansi-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-1-0.dll.so index 301dfee..922af6b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-2-0.dll.so index 2a0746f..2f4d185 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-2-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-2-1.dll.so new file mode 100755 index 0000000..e6d38d2 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-synch-l1-2-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-1-0.dll.so index 4de59b5..7555e71 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-2-0.dll.so index b191579..2cb44a4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-2-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-2-1.dll.so index a6ff94a..dbf7ef5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-2-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-sysinfo-l1-2-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-l1-1-0.dll.so new file mode 100755 index 0000000..a66dcb0 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-l1-2-0.dll.so index 9658569..c68127c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-legacy-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-legacy-l1-1-0.dll.so index 7fca8ca..864f846 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-legacy-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-legacy-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-private-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-private-l1-1-0.dll.so new file mode 100755 index 0000000..0283ece Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-threadpool-private-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-timezone-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-timezone-l1-1-0.dll.so index b6f0c97..cf355f3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-timezone-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-timezone-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-toolhelp-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-toolhelp-l1-1-0.dll.so new file mode 100755 index 0000000..fa32c85 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-toolhelp-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-url-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-url-l1-1-0.dll.so index 1117e20..8bf7d0e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-url-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-url-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-util-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-util-l1-1-0.dll.so index 62035fe..f27db92 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-util-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-util-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-version-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-version-l1-1-0.dll.so new file mode 100755 index 0000000..f7779a6 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-version-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-version-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-version-l1-1-1.dll.so new file mode 100755 index 0000000..14ed13c Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-version-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-version-private-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-version-private-l1-1-0.dll.so new file mode 100755 index 0000000..d561566 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-version-private-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-versionansi-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-versionansi-l1-1-0.dll.so new file mode 100755 index 0000000..bd2112e Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-versionansi-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-windowserrorreporting-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-windowserrorreporting-l1-1-0.dll.so new file mode 100755 index 0000000..05a2bf4 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-windowserrorreporting-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so index 2700e83..c22dcf0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-error-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-error-l1-1-1.dll.so index 0c4f318..6abefcd 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-error-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-error-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-errorprivate-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-errorprivate-l1-1-1.dll.so new file mode 100755 index 0000000..27e7342 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-errorprivate-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-l1-1-0.dll.so index ad77277..9d287cc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-registration-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-registration-l1-1-0.dll.so index 393b172..8e25d13 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-registration-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-registration-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.so new file mode 100755 index 0000000..fd41016 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so index 14bca64..f1781b1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-wow64-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-wow64-l1-1-0.dll.so index d9e0a97..8a174f3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-wow64-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-wow64-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-wow64-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-wow64-l1-1-1.dll.so new file mode 100755 index 0000000..d251ff2 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-wow64-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-xstate-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-xstate-l1-1-0.dll.so new file mode 100755 index 0000000..a7f31c6 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-xstate-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-xstate-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-xstate-l2-1-0.dll.so index 3d16bef..0c9d743 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-xstate-l2-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-core-xstate-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-conio-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-conio-l1-1-0.dll.so index 336492e..8a8ebb3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-conio-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-conio-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-convert-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-convert-l1-1-0.dll.so index 00b92aa..5e11573 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-convert-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-convert-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-environment-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-environment-l1-1-0.dll.so index 34a44e8..8f0064c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-environment-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-environment-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-filesystem-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-filesystem-l1-1-0.dll.so index 228d21e..738670d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-filesystem-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-filesystem-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-heap-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-heap-l1-1-0.dll.so index b91bc1d..f8f261a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-heap-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-heap-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-locale-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-locale-l1-1-0.dll.so index 2345267..822cc4c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-locale-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-locale-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-math-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-math-l1-1-0.dll.so index b4be9a0..2af399d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-math-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-math-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-multibyte-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-multibyte-l1-1-0.dll.so index c2e3b76..f706c7b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-multibyte-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-multibyte-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-private-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-private-l1-1-0.dll.so index c3b6398..57ed73b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-private-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-private-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-process-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-process-l1-1-0.dll.so index 48c335b..57e9d4b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-process-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-process-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-runtime-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-runtime-l1-1-0.dll.so index 7a9d912..9c62019 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-runtime-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-runtime-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-stdio-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-stdio-l1-1-0.dll.so index 9a34276..7a654fb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-stdio-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-stdio-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-string-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-string-l1-1-0.dll.so index 43ecb4f..04e6a12 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-string-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-string-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-time-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-time-l1-1-0.dll.so index 6320c9a..1b3bd06 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-time-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-time-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-utility-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-utility-l1-1-0.dll.so index 8f4ed2d..f84346c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-utility-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-crt-utility-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-devices-config-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-devices-config-l1-1-1.dll.so new file mode 100755 index 0000000..0342a4b Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-devices-config-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-devices-query-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-devices-query-l1-1-1.dll.so new file mode 100755 index 0000000..5519f3e Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-devices-query-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so index 94a5e4e..399c787 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-advapi32-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-advapi32-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-advapi32-l2-1-0.dll.so index 02139bd..751b40b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-advapi32-l2-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-advapi32-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-normaliz-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-normaliz-l1-1-0.dll.so index cba36b2..b8152a1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-normaliz-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-normaliz-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-ole32-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-ole32-l1-1-0.dll.so index df739a0..44cd03a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-ole32-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-ole32-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shell32-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shell32-l1-1-0.dll.so index 09afa49..df0ad2d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shell32-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shell32-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shlwapi-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shlwapi-l1-1-0.dll.so index ca9d975..0fed990 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shlwapi-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shlwapi-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shlwapi-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shlwapi-l2-1-0.dll.so index c5c76e1..75c6df9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shlwapi-l2-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-shlwapi-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-user32-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-user32-l1-1-0.dll.so index f2e20dd..7a5d00b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-user32-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-user32-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-version-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-version-l1-1-0.dll.so index 0591002..68e396f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-version-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-downlevel-version-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-dx-d3dkmt-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-dx-d3dkmt-l1-1-0.dll.so new file mode 100755 index 0000000..ac4f3ca Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-dx-d3dkmt-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-classicprovider-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-classicprovider-l1-1-0.dll.so index fdaf356..650040e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-classicprovider-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-classicprovider-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-consumer-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-consumer-l1-1-0.dll.so new file mode 100755 index 0000000..09be090 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-consumer-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-controller-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-controller-l1-1-0.dll.so new file mode 100755 index 0000000..dc326b2 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-controller-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-legacy-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-legacy-l1-1-0.dll.so new file mode 100755 index 0000000..0f898d1 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-legacy-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-provider-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-provider-l1-1-0.dll.so index aba18aa..956febb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-provider-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventing-provider-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventlog-legacy-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventlog-legacy-l1-1-0.dll.so new file mode 100755 index 0000000..0ecea06 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-eventlog-legacy-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-joystick-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-joystick-l1-1-0.dll.so new file mode 100755 index 0000000..3c9dfb6 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-joystick-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-misc-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-misc-l1-1-1.dll.so new file mode 100755 index 0000000..ca7ba45 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-misc-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-mme-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-mme-l1-1-0.dll.so new file mode 100755 index 0000000..b069da0 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-mme-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-time-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-time-l1-1-0.dll.so new file mode 100755 index 0000000..6a1f5ba Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-mm-time-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so index c98873b..0f8a4c6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-ntuser-rectangle-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-ntuser-rectangle-l1-1-0.dll.so new file mode 100755 index 0000000..406d953 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-ntuser-rectangle-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-power-base-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-power-base-l1-1-0.dll.so new file mode 100755 index 0000000..400656a Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-power-base-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-power-setting-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-power-setting-l1-1-0.dll.so new file mode 100755 index 0000000..b112e92 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-power-setting-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-rtcore-ntuser-private-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-rtcore-ntuser-private-l1-1-0.dll.so new file mode 100755 index 0000000..5169320 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-rtcore-ntuser-private-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-activedirectoryclient-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-activedirectoryclient-l1-1-0.dll.so new file mode 100755 index 0000000..82a15cf Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-activedirectoryclient-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-audit-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-audit-l1-1-1.dll.so new file mode 100755 index 0000000..8a60d9d Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-audit-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-l1-1-0.dll.so index 1ac0d8d..3a7e524 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-l1-2-0.dll.so index d14bab2..c1a505e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-private-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-private-l1-1-1.dll.so new file mode 100755 index 0000000..507f964 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-base-private-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-credentials-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-credentials-l1-1-0.dll.so new file mode 100755 index 0000000..577350c Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-credentials-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-grouppolicy-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-grouppolicy-l1-1-0.dll.so new file mode 100755 index 0000000..ee5caa5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-grouppolicy-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l1-1-0.dll.so index 1a6b369..bc1588b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l1-1-1.dll.so index 63f0ff0..85c5793 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l2-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l2-1-1.dll.so new file mode 100755 index 0000000..b960348 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsalookup-l2-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsapolicy-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsapolicy-l1-1-0.dll.so new file mode 100755 index 0000000..fe0b4d0 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-lsapolicy-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-provider-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-provider-l1-1-0.dll.so new file mode 100755 index 0000000..cc5f04e Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-provider-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-sddl-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-sddl-l1-1-0.dll.so index d9c5163..3749950 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-sddl-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-sddl-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-systemfunctions-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-systemfunctions-l1-1-0.dll.so new file mode 100755 index 0000000..c70cd72 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-security-systemfunctions-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-core-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-core-l1-1-0.dll.so new file mode 100755 index 0000000..428aed7 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-core-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-core-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-core-l1-1-1.dll.so index c59c2ca..1e28a01 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-core-l1-1-1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-core-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-management-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-management-l1-1-0.dll.so index 9409430..90668c7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-management-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-management-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-management-l2-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-management-l2-1-0.dll.so new file mode 100755 index 0000000..83356be Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-management-l2-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-private-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-private-l1-1-1.dll.so new file mode 100755 index 0000000..b68ece9 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-private-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-winsvc-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-winsvc-l1-1-0.dll.so new file mode 100755 index 0000000..e990ccb Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-winsvc-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-winsvc-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-winsvc-l1-2-0.dll.so index 7dbc02f..31f0214 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-winsvc-l1-2-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-service-winsvc-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-shcore-scaling-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-shcore-scaling-l1-1-1.dll.so new file mode 100755 index 0000000..ddb6f59 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-shcore-scaling-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-shell-shellcom-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-shell-shellcom-l1-1-0.dll.so new file mode 100755 index 0000000..5e598b2 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-shell-shellcom-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-shell-shellfolders-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-shell-shellfolders-l1-1-0.dll.so new file mode 100755 index 0000000..a845f3d Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/api-ms-win-shell-shellfolders-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/apphelp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/apphelp.dll.so index 12430aa..dc76bc7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/apphelp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/apphelp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/appwiz.cpl.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/appwiz.cpl.so index 1012e0a..d23dc06 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/appwiz.cpl.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/appwiz.cpl.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/arp.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/arp.exe.so index d544df5..c9ed565 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/arp.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/arp.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/aspnet_regiis.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/aspnet_regiis.exe.so index 2834112..8fd9179 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/aspnet_regiis.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/aspnet_regiis.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl.dll.so index 8d89dbb..fba1014 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl100.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl100.dll.so index 6bc53ce..27671b1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl100.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl100.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl110.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl110.dll.so index 3968bf2..cfcf871 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl110.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl110.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl80.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl80.dll.so index 3956839..122b9d4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl80.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl80.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl90.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl90.dll.so index 924f9f0..7f74dfe 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl90.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/atl90.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/attrib.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/attrib.exe.so index ee06a9f..5e1fd70 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/attrib.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/attrib.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/authz.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/authz.dll.so index 7944528..0f5399e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/authz.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/authz.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avicap32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avicap32.dll.so index 0bcf9c2..57e37c0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avicap32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avicap32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avifil32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avifil32.dll.so index db3367b..37bbc03 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avifil32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avifil32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avifile.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avifile.dll16.so index ab86d8b..1a0048b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avifile.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avifile.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avrt.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avrt.dll.so index d3c5327..5d63997 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avrt.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/avrt.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bcrypt.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bcrypt.dll.so index 4f1c8d0..c5bde92 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bcrypt.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bcrypt.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bluetoothapis.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bluetoothapis.dll.so index 5571ae9..78d6577 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bluetoothapis.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bluetoothapis.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/browseui.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/browseui.dll.so index 82e9c94..3e62cab 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/browseui.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/browseui.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bthprops.cpl.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bthprops.cpl.so index 5a06261..1abd72e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bthprops.cpl.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/bthprops.cpl.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cabarc.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cabarc.exe.so index 980e3a6..72675ce 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cabarc.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cabarc.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cabinet.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cabinet.dll.so index f273f4d..b2bb817 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cabinet.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cabinet.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cacls.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cacls.exe.so index e6a4108..87f962c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cacls.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cacls.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/capi2032.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/capi2032.dll.so index df810bd..52e2c08 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/capi2032.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/capi2032.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cards.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cards.dll.so index 122a65d..4308af2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cards.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cards.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cfgmgr32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cfgmgr32.dll.so index e1c2139..e9cde74 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cfgmgr32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cfgmgr32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/clock.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/clock.exe.so index 3fbf87d..abf8175 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/clock.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/clock.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/clusapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/clusapi.dll.so index 1a28079..7462cf9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/clusapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/clusapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cmd.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cmd.exe.so index d72134a..b56a83a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cmd.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cmd.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/combase.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/combase.dll.so index 24ca4d4..cf7d031 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/combase.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/combase.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comcat.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comcat.dll.so index ab4e163..116d8ae 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comcat.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comcat.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comctl32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comctl32.dll.so index f4319f9..b049401 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comctl32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comctl32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comdlg32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comdlg32.dll.so index b08346a..86b692d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comdlg32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comdlg32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comm.drv16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comm.drv16.so index e26cf0f..d1a3eba 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comm.drv16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comm.drv16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/commdlg.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/commdlg.dll16.so index 01fe75d..50b0b49 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/commdlg.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/commdlg.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/compobj.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/compobj.dll16.so index 2a948b9..ea3fe5b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/compobj.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/compobj.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/compstui.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/compstui.dll.so index 0068045..a061b29 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/compstui.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/compstui.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comsvcs.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comsvcs.dll.so index 912aec8..1453b37 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comsvcs.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/comsvcs.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/concrt140.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/concrt140.dll.so new file mode 100755 index 0000000..98fa9d1 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/concrt140.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/conhost.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/conhost.exe.so index c0e9df4..4545bbc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/conhost.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/conhost.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/connect.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/connect.dll.so index e7886fe..b8f7e95 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/connect.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/connect.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/control.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/control.exe.so index a678a5c..8445927 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/control.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/control.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/credui.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/credui.dll.so index a8b9d34..0f86857 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/credui.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/credui.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/crtdll.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/crtdll.dll.so index 4e3b56b..d819d0a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/crtdll.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/crtdll.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/crypt32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/crypt32.dll.so index 8e80cb7..364a886 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/crypt32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/crypt32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptdlg.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptdlg.dll.so index b5a52b4..57c8728 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptdlg.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptdlg.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptdll.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptdll.dll.so index 6eb661d..097c121 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptdll.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptdll.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptext.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptext.dll.so index d429a4d..2aceae3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptext.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptext.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptnet.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptnet.dll.so index 2dbcde6..d4250b1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptnet.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptnet.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptui.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptui.dll.so index 7374016..fedf2dd 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptui.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cryptui.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cscript.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cscript.exe.so index 975bba0..0a5b5b6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cscript.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/cscript.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctapi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctapi32.dll.so index 0a16a7f..9436af2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctapi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctapi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3d.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3d.dll16.so index f66aac3..57c8b4c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3d.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3d.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3d32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3d32.dll.so index b9ee1db..766850a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3d32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3d32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3dv2.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3dv2.dll16.so index bd334c4..82bad28 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3dv2.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ctl3dv2.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d2d1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d2d1.dll.so index 816628a..4ceeae0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d2d1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d2d1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10.dll.so index ce11124..5fa824d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10_1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10_1.dll.so index ed3b955..cde87c9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10_1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10_1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10core.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10core.dll.so index 1187fd7..f0731da 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10core.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d10core.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d11.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d11.dll.so index 66ce0d2..074c9bf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d11.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d11.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d8.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d8.dll.so index 33264da..3e8a658 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d8.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d8.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d9.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d9.dll.so index f37cb4e..1afda51 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d9.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3d9.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_33.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_33.dll.so index 2c250ac..4768864 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_33.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_33.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_34.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_34.dll.so index af207eb..ed96124 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_34.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_34.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_35.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_35.dll.so index de580c4..bfdc874 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_35.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_35.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_36.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_36.dll.so index 1cfdd5d..05e6943 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_36.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_36.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_37.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_37.dll.so index 4e401ab..548e61d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_37.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_37.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_38.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_38.dll.so index 4f38f03..c84f6d1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_38.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_38.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_39.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_39.dll.so index 30e861d..10f181e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_39.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_39.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_40.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_40.dll.so index e0c65cd..edc76ca 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_40.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_40.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_41.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_41.dll.so index 61f834c..3c9f5a8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_41.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_41.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_42.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_42.dll.so index 59f9c45..f2401da 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_42.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_42.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_43.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_43.dll.so index 29f5f81..eafdb93 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_43.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_43.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_46.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_46.dll.so index 9f9a4dd..690a1b1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_46.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_46.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_47.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_47.dll.so index 7d77968..54c6318 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_47.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dcompiler_47.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dim.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dim.dll.so index c524d05..9287eeb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dim.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dim.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3drm.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3drm.dll.so index 82cf29e..a8e7dd2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3drm.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3drm.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_33.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_33.dll.so index f981558..e7dacf0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_33.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_33.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_34.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_34.dll.so index f8e2477..8ba8387 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_34.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_34.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_35.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_35.dll.so index 920a1dd..08e2c76 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_35.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_35.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_36.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_36.dll.so index 4682cc6..880ec47 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_36.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_36.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_37.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_37.dll.so index cf32a7a..a290e66 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_37.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_37.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_38.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_38.dll.so index 900cc22..e1bdafa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_38.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_38.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_39.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_39.dll.so index 5d2dea8..284ea22 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_39.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_39.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_40.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_40.dll.so index fb818f2..3e91704 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_40.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_40.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_41.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_41.dll.so index 6aa0ccb..473f953 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_41.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_41.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_42.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_42.dll.so index def21ba..3722373 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_42.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_42.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_43.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_43.dll.so index 6f70701..51e6933 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_43.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx10_43.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx11_42.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx11_42.dll.so index 134eaea..de7fd81 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx11_42.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx11_42.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx11_43.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx11_43.dll.so index 0b314f8..044def8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx11_43.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx11_43.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_24.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_24.dll.so index 1d23cd6..e39ba5e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_24.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_24.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_25.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_25.dll.so index 1b60230..0649200 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_25.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_25.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_26.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_26.dll.so index 2d946c0..5fe18af 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_26.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_26.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_27.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_27.dll.so index edf8ada..218fa67 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_27.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_27.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_28.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_28.dll.so index 92bcdbc..36e6046 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_28.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_28.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_29.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_29.dll.so index 4f24522..cfd8ad4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_29.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_29.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_30.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_30.dll.so index 6d001c6..446dcd5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_30.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_30.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_31.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_31.dll.so index a1ea391..54a0fc2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_31.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_31.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_32.dll.so index 83ed8fa..892ce11 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_33.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_33.dll.so index c1d8af4..5e10d8e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_33.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_33.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_34.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_34.dll.so index 3f006e8..3f31fb9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_34.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_34.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_35.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_35.dll.so index 26b25b5..40976d3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_35.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_35.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_36.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_36.dll.so index 8642648..a14d8bc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_36.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_36.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_37.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_37.dll.so index 6590db1..1d389e2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_37.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_37.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_38.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_38.dll.so index d5c03c8..4042f82 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_38.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_38.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_39.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_39.dll.so index eec4911..74ee62e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_39.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_39.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_40.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_40.dll.so index 4a4573a..612d4fb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_40.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_40.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_41.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_41.dll.so index d8d41e5..966209f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_41.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_41.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_42.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_42.dll.so index 28b9b12..35ac6f7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_42.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_42.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_43.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_43.dll.so index fc79dca..9081590 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_43.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dx9_43.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dxof.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dxof.dll.so index 0b9428f..d569a21 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dxof.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/d3dxof.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/davclnt.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/davclnt.dll.so index d2251fa..e600d8d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/davclnt.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/davclnt.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dbgeng.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dbgeng.dll.so index a0bd7c2..94c6b3e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dbgeng.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dbgeng.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dbghelp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dbghelp.dll.so index 8fc462b..d9beb70 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dbghelp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dbghelp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dciman32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dciman32.dll.so index 2fb4ac2..8454d5c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dciman32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dciman32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddeml.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddeml.dll16.so index 9bdabde..0ca03fa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddeml.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddeml.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddraw.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddraw.dll.so index d862a93..87c80b1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddraw.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddraw.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddrawex.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddrawex.dll.so index 6d226fd..56604dc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddrawex.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ddrawex.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/devenum.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/devenum.dll.so index d8a7ce5..d69b424 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/devenum.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/devenum.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dhcpcsvc.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dhcpcsvc.dll.so index 338b649..22833c7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dhcpcsvc.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dhcpcsvc.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/difxapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/difxapi.dll.so index 74742c9..cee2bbf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/difxapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/difxapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dinput.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dinput.dll.so index 74d45bd..3acabaa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dinput.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dinput.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dinput8.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dinput8.dll.so index 79a2d69..a2f08f7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dinput8.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dinput8.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dispdib.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dispdib.dll16.so index e82d913..1325963 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dispdib.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dispdib.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dispex.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dispex.dll.so index c062a8b..6ac551e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dispex.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dispex.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/display.drv16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/display.drv16.so index ca4f616..d6c2a07 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/display.drv16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/display.drv16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmband.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmband.dll.so index 562186c..107e7a3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmband.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmband.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmcompos.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmcompos.dll.so index c290452..68dd891 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmcompos.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmcompos.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmime.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmime.dll.so index d76d61c..43cc81b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmime.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmime.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmloader.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmloader.dll.so index 83d00ac..0079b9e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmloader.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmloader.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmscript.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmscript.dll.so index f3c299a..fe6059a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmscript.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmscript.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmstyle.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmstyle.dll.so index 59fcc4b..a9e42f3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmstyle.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmstyle.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmsynth.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmsynth.dll.so index 6054fc2..622cb91 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmsynth.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmsynth.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmusic.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmusic.dll.so index ccde77c..d4f6b38 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmusic.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmusic.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmusic32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmusic32.dll.so index 76a1df4..ae9568b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmusic32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dmusic32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dnsapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dnsapi.dll.so index 399c3ac..fa48477 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dnsapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dnsapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dplay.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dplay.dll.so index 6ecdd19..c398234 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dplay.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dplay.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dplayx.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dplayx.dll.so index abad62a..87b1a6e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dplayx.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dplayx.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnaddr.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnaddr.dll.so index ede49bb..27bf64f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnaddr.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnaddr.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnet.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnet.dll.so index 31b4cfb..e666eb9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnet.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnet.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnhpast.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnhpast.dll.so index f174fe8..a6bf3b3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnhpast.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnhpast.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnlobby.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnlobby.dll.so index 4232847..11884cf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnlobby.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnlobby.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnsvr.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnsvr.exe.so index 9cb393b..4ed291c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnsvr.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpnsvr.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpvoice.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpvoice.dll.so index 4d239c1..6fce139 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpvoice.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpvoice.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpwsockx.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpwsockx.dll.so index f12c02c..c330c46 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpwsockx.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dpwsockx.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/drmclien.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/drmclien.dll.so index ca108cc..593e908 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/drmclien.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/drmclien.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dsound.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dsound.dll.so index e3bf039..e277ae9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dsound.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dsound.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dsquery.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dsquery.dll.so new file mode 100755 index 0000000..dc16618 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dsquery.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dssenh.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dssenh.dll.so index 1e952e8..339447a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dssenh.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dssenh.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dswave.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dswave.dll.so index 15315fa..384ad1c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dswave.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dswave.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dwmapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dwmapi.dll.so index 29fdad4..c5fb583 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dwmapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dwmapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dwrite.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dwrite.dll.so index 2045fbf..32d9ce6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dwrite.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dwrite.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dx8vb.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dx8vb.dll.so new file mode 100755 index 0000000..2687591 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dx8vb.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxdiag.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxdiag.exe.so index 7c34372..0b4d4a8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxdiag.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxdiag.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxdiagn.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxdiagn.dll.so index 6fbccff..9243035 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxdiagn.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxdiagn.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxgi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxgi.dll.so index b84b5f2..e8aa1d2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxgi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxgi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxva2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxva2.dll.so index b076307..2c73aeb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxva2.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/dxva2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/eject.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/eject.exe.so index 5ba7466..57cf697 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/eject.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/eject.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/esent.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/esent.dll.so index 672ff14..a98312f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/esent.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/esent.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/evr.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/evr.dll.so index 89f5102..5efeaea 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/evr.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/evr.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/expand.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/expand.exe.so index 0d939b3..d4208cf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/expand.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/expand.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/explorer.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/explorer.exe.so index 2276e5c..d5ad9c4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/explorer.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/explorer.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/explorerframe.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/explorerframe.dll.so index 3ae0c8a..df632cc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/explorerframe.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/explorerframe.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-authz-context-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-authz-context-l1-1-0.dll.so new file mode 100755 index 0000000..3171227 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-authz-context-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-domainjoin-netjoin-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-domainjoin-netjoin-l1-1-0.dll.so new file mode 100755 index 0000000..7e60aa8 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-domainjoin-netjoin-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-dc-create-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-dc-create-l1-1-1.dll.so new file mode 100755 index 0000000..9cf3c19 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-dc-create-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-dc-l1-2-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-dc-l1-2-0.dll.so new file mode 100755 index 0000000..5b04ab5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-dc-l1-2-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so index 342d6b0..3be9c3f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-devcaps-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-draw-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-draw-l1-1-1.dll.so new file mode 100755 index 0000000..b684eb2 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-draw-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-render-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-render-l1-1-0.dll.so new file mode 100755 index 0000000..b69d224 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-gdi-render-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-kernel32-package-current-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-kernel32-package-current-l1-1-0.dll.so new file mode 100755 index 0000000..bf4d20f Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-kernel32-package-current-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-kernel32-package-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-kernel32-package-l1-1-1.dll.so new file mode 100755 index 0000000..2f9cc42 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-kernel32-package-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-message-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-message-l1-1-1.dll.so new file mode 100755 index 0000000..6381b7c Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-message-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-private-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-private-l1-1-1.dll.so new file mode 100755 index 0000000..d392131 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-private-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll.so new file mode 100755 index 0000000..5bb5046 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll.so new file mode 100755 index 0000000..d9bf7fb Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-window-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-window-l1-1-1.dll.so new file mode 100755 index 0000000..2a9af8e Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-window-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-windowclass-l1-1-1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-windowclass-l1-1-1.dll.so new file mode 100755 index 0000000..d3ef276 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ntuser-windowclass-l1-1-1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ras-rasapi32-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ras-rasapi32-l1-1-0.dll.so new file mode 100755 index 0000000..9d75afc Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-ras-rasapi32-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-gdi-object-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-gdi-object-l1-1-0.dll.so new file mode 100755 index 0000000..5b62292 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-gdi-object-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll.so new file mode 100755 index 0000000..bde1750 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll.so new file mode 100755 index 0000000..1ef5ed7 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll.so new file mode 100755 index 0000000..ba96259 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll.so new file mode 100755 index 0000000..11dd2ea Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-security-credui-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-security-credui-l1-1-0.dll.so new file mode 100755 index 0000000..df94bde Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-security-credui-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-security-cryptui-l1-1-0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-security-cryptui-l1-1-0.dll.so new file mode 100755 index 0000000..f4b6d7b Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ext-ms-win-security-cryptui-l1-1-0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/extrac32.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/extrac32.exe.so index 44ee842..605826e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/extrac32.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/extrac32.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/actxprxy.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/actxprxy.dll index f3e7542..27e47d1 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/actxprxy.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/actxprxy.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemp3.acm b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/adsldpc.dll similarity index 100% rename from osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemp3.acm rename to osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/adsldpc.dll diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/advapi32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/advapi32.dll index b711875..95bf252 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/advapi32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/advapi32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/amstream.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/amstream.dll index 158aa35..401bd3e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/amstream.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/amstream.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winemp3.acm b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-appmodel-identity-l1-1-0.dll old mode 100755 new mode 100644 similarity index 100% rename from osu!.app/Contents/Resources/drive_c/windows/system32/winemp3.acm rename to osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-appmodel-identity-l1-1-0.dll diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-2.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-2.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-2.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-apiquery-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-apiquery-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-apiquery-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-appcompat-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-appcompat-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-appcompat-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-appinit-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-appinit-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-appinit-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-atoms-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-atoms-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-atoms-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-bem-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-bem-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-bem-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-com-private-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-com-private-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-com-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-console-l2-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-console-l2-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-console-l2-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-crt-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-crt-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-crt-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-crt-l2-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-crt-l2-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-crt-l2-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-delayload-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-delayload-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-delayload-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-3.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-3.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-3.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-file-l1-2-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-file-l1-2-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-file-l1-2-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-file-l1-2-2.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-file-l1-2-2.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-file-l1-2-2.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-file-l2-1-2.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-file-l2-1-2.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-file-l2-1-2.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-heap-l2-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-heap-l2-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-heap-l2-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-io-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-io-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-io-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-job-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-job-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-job-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-job-l2-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-job-l2-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-job-l2-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-kernel32-private-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-kernel32-private-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-kernel32-private-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-2.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-2.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-2.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-l2-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-l2-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-l2-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-obsolete-l1-2-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-obsolete-l1-2-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-obsolete-l1-2-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-obsolete-l1-3-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-obsolete-l1-3-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-obsolete-l1-3-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-private-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-private-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-localization-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-memory-l1-1-2.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-memory-l1-1-2.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-memory-l1-1-2.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-namespace-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-namespace-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-namespace-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-normalization-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-normalization-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-normalization-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-privateprofile-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-privateprofile-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-privateprofile-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-processtopology-obsolete-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-processtopology-obsolete-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-processtopology-obsolete-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-psapi-ansi-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-psapi-ansi-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-psapi-ansi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-psapi-obsolete-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-psapi-obsolete-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-psapi-obsolete-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-quirks-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-quirks-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-quirks-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-realtime-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-realtime-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-realtime-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-registry-l2-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-registry-l2-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-registry-l2-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-registryuserspecific-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-registryuserspecific-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-registryuserspecific-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-sidebyside-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-sidebyside-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-sidebyside-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-string-l2-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-string-l2-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-string-l2-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-string-obsolete-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-string-obsolete-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-string-obsolete-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-stringansi-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-stringansi-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-stringansi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-synch-ansi-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-synch-ansi-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-synch-ansi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-synch-l1-2-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-synch-l1-2-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-synch-l1-2-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-threadpool-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-threadpool-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-threadpool-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-threadpool-private-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-threadpool-private-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-threadpool-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-toolhelp-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-toolhelp-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-toolhelp-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-version-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-version-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-version-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-version-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-version-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-version-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-version-private-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-version-private-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-version-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-versionansi-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-versionansi-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-versionansi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-windowserrorreporting-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-windowserrorreporting-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-windowserrorreporting-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-winrt-errorprivate-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-winrt-errorprivate-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-winrt-errorprivate-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-wow64-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-wow64-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-wow64-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-xstate-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-xstate-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-core-xstate-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-devices-config-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-devices-config-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-devices-config-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-devices-query-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-devices-query-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-devices-query-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-downlevel-user32-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-downlevel-user32-l1-1-0.dll index edbf1a6..52b09b6 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-downlevel-user32-l1-1-0.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-downlevel-user32-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-dx-d3dkmt-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-dx-d3dkmt-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-dx-d3dkmt-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventing-consumer-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventing-consumer-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventing-consumer-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventing-controller-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventing-controller-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventing-controller-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventing-legacy-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventing-legacy-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventing-legacy-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventlog-legacy-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventlog-legacy-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-eventlog-legacy-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-joystick-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-joystick-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-joystick-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-misc-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-misc-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-misc-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-mme-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-mme-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-mme-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-time-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-time-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-mm-time-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-ntuser-rectangle-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-ntuser-rectangle-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-ntuser-rectangle-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-power-base-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-power-base-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-power-base-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-power-setting-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-power-setting-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-power-setting-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-rtcore-ntuser-private-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-rtcore-ntuser-private-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-rtcore-ntuser-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-activedirectoryclient-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-activedirectoryclient-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-activedirectoryclient-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-audit-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-audit-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-audit-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll index 9cd8f50..849b35d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-base-private-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-base-private-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-base-private-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-credentials-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-credentials-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-credentials-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-grouppolicy-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-grouppolicy-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-grouppolicy-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-lsalookup-l2-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-lsalookup-l2-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-lsalookup-l2-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-lsapolicy-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-lsapolicy-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-lsapolicy-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-provider-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-provider-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-provider-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-systemfunctions-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-systemfunctions-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-security-systemfunctions-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-core-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-core-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-core-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-management-l2-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-management-l2-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-management-l2-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-private-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-private-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-private-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-winsvc-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-winsvc-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-service-winsvc-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-shcore-scaling-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-shcore-scaling-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-shcore-scaling-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-shell-shellcom-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-shell-shellcom-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-shell-shellcom-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-shell-shellfolders-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-shell-shellfolders-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/api-ms-win-shell-shellfolders-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/appwiz.cpl b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/appwiz.cpl index 4653ade..c22a6c7 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/appwiz.cpl and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/appwiz.cpl differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl.dll index 5c92d1f..0a49638 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl100.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl100.dll index dbd292f..cf98d9e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl100.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl100.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl110.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl110.dll index 0e1819c..2c94ac7 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl110.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl110.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl80.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl80.dll index 496b235..75f7771 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl80.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl80.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl90.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl90.dll index a0cb982..4d01828 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl90.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/atl90.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/avifil32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/avifil32.dll index 0d32aba..e8eb959 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/avifil32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/avifil32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/bcrypt.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/bcrypt.dll index bcd7ccb..35bfb45 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/bcrypt.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/bcrypt.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/browseui.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/browseui.dll index 964ef73..71995f3 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/browseui.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/browseui.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cabinet.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cabinet.dll index aaa574c..98018a0 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cabinet.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cabinet.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cards.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cards.dll index 59c2998..54bcbb4 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cards.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cards.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cmd.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cmd.exe index 9445137..9455f05 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cmd.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cmd.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comcat.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comcat.dll index 9ed7de5..728a64b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comcat.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comcat.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comctl32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comctl32.dll index 6275715..d67685b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comctl32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comctl32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comdlg32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comdlg32.dll index e97b0e8..f92d5f5 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comdlg32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comdlg32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comsvcs.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comsvcs.dll index df540e5..10f2296 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comsvcs.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/comsvcs.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/concrt140.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/concrt140.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/concrt140.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/conhost.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/conhost.exe index 81d47e5..0998c00 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/conhost.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/conhost.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/crypt32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/crypt32.dll index 9a1acb0..e74fa47 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/crypt32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/crypt32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cryptui.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cryptui.dll index 1581c06..9a90e39 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cryptui.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/cryptui.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d2d1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d2d1.dll index ce4698e..fb58418 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d2d1.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d2d1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10.dll index e9570a7..2396ad2 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10_1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10_1.dll index fae179f..7b5ffa5 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10_1.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10_1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10core.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10core.dll index 9087d0c..f16d6d9 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10core.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d10core.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d11.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d11.dll index 711cf3a..16fa81f 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d11.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d11.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d8.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d8.dll index 7b7aaf6..847545b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d8.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d8.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d9.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d9.dll index 8dd1436..f1ffff9 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d9.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3d9.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_33.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_33.dll index 338d854..10be82d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_33.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_33.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_34.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_34.dll index 6d9fc53..68d1d1b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_34.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_34.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_35.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_35.dll index 6567218..24f1158 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_35.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_35.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_36.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_36.dll index 93a04a8..9bd71e8 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_36.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_36.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_37.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_37.dll index 209686f..aabdc53 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_37.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_37.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_38.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_38.dll index 0c35cdb..f69e8b5 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_38.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_38.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_39.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_39.dll index 97c76cf..faf93dc 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_39.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_39.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_40.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_40.dll index 6f5036f..c84dca4 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_40.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_40.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_41.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_41.dll index 1d2c9d4..b877141 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_41.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_41.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_42.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_42.dll index 81930d5..8d94230 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_42.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_42.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_43.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_43.dll index 52ef403..a3ada35 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_43.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_43.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_46.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_46.dll index a8fa8d1..437e48a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_46.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_46.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_47.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_47.dll index 42af120..05f0110 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_47.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dcompiler_47.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dim.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dim.dll index 6c210a6..1e1b97a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dim.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dim.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3drm.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3drm.dll index daff58c..3aba87e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3drm.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3drm.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_33.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_33.dll index 613f8fc..13caa32 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_33.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_33.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_34.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_34.dll index f52195a..598c970 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_34.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_34.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_35.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_35.dll index bab0ac0..4bf7564 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_35.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_35.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_36.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_36.dll index 6bdb180..88a8a5c 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_36.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_36.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_37.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_37.dll index 4953564..ad6d2bd 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_37.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_37.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_38.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_38.dll index edc008b..a4605d3 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_38.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_38.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_39.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_39.dll index f1adae2..f46465d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_39.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_39.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_40.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_40.dll index f97ea1a..96bb791 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_40.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_40.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_41.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_41.dll index 141bf40..43355a3 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_41.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_41.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_42.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_42.dll index 33c3fa3..1257492 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_42.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_42.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_43.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_43.dll index 30b15a7..f38657e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_43.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx10_43.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx11_42.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx11_42.dll index c5ec5c6..068aa4d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx11_42.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx11_42.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx11_43.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx11_43.dll index 60e65fe..c23e175 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx11_43.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx11_43.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_24.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_24.dll index 992702c..fc5d13a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_24.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_24.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_25.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_25.dll index 1536e74..a38ad9a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_25.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_25.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_26.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_26.dll index 5ffabef..866ca0e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_26.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_26.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_27.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_27.dll index 392c775..88b1e4b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_27.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_27.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_28.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_28.dll index 4ad7002..8be94a6 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_28.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_28.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_29.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_29.dll index 2323a90..a39986c 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_29.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_29.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_30.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_30.dll index d2f16a1..03fc752 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_30.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_30.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_31.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_31.dll index 428d15b..819c20f 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_31.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_31.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_32.dll index 2bd474e..dc30a49 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_33.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_33.dll index e4813c9..17db9ad 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_33.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_33.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_34.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_34.dll index 2c7515d..4ed335a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_34.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_34.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_35.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_35.dll index 93ef70d..952f472 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_35.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_35.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_36.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_36.dll index 807264c..8a7f0e9 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_36.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_36.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_37.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_37.dll index 0d4eaba..bf8c96a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_37.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_37.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_38.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_38.dll index 29e3877..59aaa93 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_38.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_38.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_39.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_39.dll index 21f6935..9d72d32 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_39.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_39.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_40.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_40.dll index 0300074..a13e6e4 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_40.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_40.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_41.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_41.dll index 8218b87..8b98d26 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_41.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_41.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_42.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_42.dll index e9e05b5..8e4006b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_42.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_42.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_43.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_43.dll index f4a0e68..ca2ceb6 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_43.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dx9_43.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dxof.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dxof.dll index cc1c006..0a48099 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dxof.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/d3dxof.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dbghelp.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dbghelp.dll index d85e3aa..6f29809 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dbghelp.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dbghelp.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ddraw.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ddraw.dll index bd677fc..37def01 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ddraw.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ddraw.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/devenum.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/devenum.dll index c6d028f..28a1ef7 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/devenum.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/devenum.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dinput.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dinput.dll index 939eb10..1d8599d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dinput.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dinput.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dinput8.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dinput8.dll index 46e3788..69cbe05 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dinput8.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dinput8.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmband.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmband.dll index c24c879..260404c 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmband.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmband.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmcompos.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmcompos.dll index 7fc6540..c068a36 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmcompos.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmcompos.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmime.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmime.dll index 58ed3d9..c1ebe8e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmime.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmime.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmloader.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmloader.dll index de26391..80b768d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmloader.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmloader.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmscript.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmscript.dll index 44f5fdf..4d47c85 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmscript.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmscript.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmstyle.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmstyle.dll index 7b3a21b..d8b9627 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmstyle.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmstyle.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmsynth.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmsynth.dll index 4fd9618..059887d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmsynth.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmsynth.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmusic.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmusic.dll index 44550af..3dfc3da 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmusic.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmusic.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmusic32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmusic32.dll index ec6557d..35f31d3 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmusic32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dmusic32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dnsapi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dnsapi.dll index 62cb16e..bc9dd2a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dnsapi.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dnsapi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dplay.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dplay.dll index da594be..963b56c 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dplay.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dplay.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dplayx.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dplayx.dll index 1121d93..f1503be 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dplayx.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dplayx.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnaddr.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnaddr.dll index f944849..f21e063 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnaddr.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnaddr.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnet.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnet.dll index cd57f10..48ca785 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnet.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnet.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnhpast.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnhpast.dll index 5f9d627..a53f0b6 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnhpast.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnhpast.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnlobby.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnlobby.dll index 4e299ed..d9ba59d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnlobby.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpnlobby.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpvoice.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpvoice.dll index b811e5a..6095d87 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpvoice.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dpvoice.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dsound.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dsound.dll index 5f3669d..43f0a83 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dsound.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dsound.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dsquery.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dsquery.dll new file mode 100644 index 0000000..ffb3ac5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dsquery.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dswave.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dswave.dll index 2984a2e..b27e846 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dswave.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dswave.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dwmapi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dwmapi.dll index 0301a2e..3855d18 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dwmapi.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dwmapi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dx8vb.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dx8vb.dll new file mode 100644 index 0000000..39b4abe Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dx8vb.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dxdiagn.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dxdiagn.dll index 8e1e638..c98c42d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dxdiagn.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dxdiagn.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dxgi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dxgi.dll index 37719e0..22f3b55 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dxgi.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/dxgi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/evr.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/evr.dll index df540e5..22d8d3d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/evr.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/evr.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/explorer.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/explorer.exe index f3de754..3fde2fc 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/explorer.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/explorer.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/explorerframe.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/explorerframe.dll index 3b6f407..90ded21 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/explorerframe.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/explorerframe.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-authz-context-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-authz-context-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-authz-context-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-domainjoin-netjoin-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-domainjoin-netjoin-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-domainjoin-netjoin-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-dc-create-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-dc-create-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-dc-create-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-dc-l1-2-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-dc-l1-2-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-dc-l1-2-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-draw-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-draw-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-draw-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-render-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-render-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-gdi-render-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-kernel32-package-current-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-kernel32-package-current-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-kernel32-package-current-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-kernel32-package-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-kernel32-package-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-kernel32-package-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-message-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-message-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-message-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-private-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-private-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-private-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-window-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-window-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-window-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-windowclass-l1-1-1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-windowclass-l1-1-1.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ntuser-windowclass-l1-1-1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ras-rasapi32-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ras-rasapi32-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-ras-rasapi32-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-gdi-object-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-gdi-object-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-gdi-object-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-security-credui-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-security-credui-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-security-credui-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-security-cryptui-l1-1-0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-security-cryptui-l1-1-0.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ext-ms-win-security-cryptui-l1-1-0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fltlib.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fltlib.dll index ac6b964..eb4c837 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fltlib.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fltlib.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fsutil.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fsutil.exe new file mode 100644 index 0000000..4e6608f Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fsutil.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fusion.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fusion.dll index 4517093..a987318 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fusion.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/fusion.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gameux.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gameux.dll index bcd12fc..09e6dd1 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gameux.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gameux.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gdi.exe16 b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gdi.exe16 index f85986a..501809c 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gdi.exe16 and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gdi.exe16 differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gdi32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gdi32.dll index 07e9340..60cf896 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gdi32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/gdi32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hal.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hal.dll index 64a3d86..acd40d6 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hal.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hal.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hhctrl.ocx b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hhctrl.ocx index cf5205c..b9d554b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hhctrl.ocx and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hhctrl.ocx differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hid.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hid.dll index e3a0c83..fe3dd56 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hid.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hid.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hnetcfg.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hnetcfg.dll index 1ccf512..35d0614 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hnetcfg.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/hnetcfg.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ieframe.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ieframe.dll index 3dd604d..186452e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ieframe.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ieframe.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ieproxy.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ieproxy.dll new file mode 100644 index 0000000..a2b5ffd Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ieproxy.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iexplore.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iexplore.exe index b94609a..cf5e6b7 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iexplore.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iexplore.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/imm32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/imm32.dll index 7535437..1f6653e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/imm32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/imm32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/inetcomm.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/inetcomm.dll index bbb8eb8..a9566a0 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/inetcomm.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/inetcomm.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/inetcpl.cpl b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/inetcpl.cpl index ffa85d6..e992a4a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/inetcpl.cpl and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/inetcpl.cpl differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iphlpapi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iphlpapi.dll index 9d2beca..f41179a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iphlpapi.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iphlpapi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iprop.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iprop.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/iprop.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/joy.cpl b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/joy.cpl index d4744d7..2a00006 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/joy.cpl and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/joy.cpl differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/jscript.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/jscript.dll index 9579127..f06a05d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/jscript.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/jscript.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kerberos.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kerberos.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kerberos.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kernel32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kernel32.dll index 2dd8d37..70bd54a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kernel32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kernel32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kernelbase.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kernelbase.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/kernelbase.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/krnl386.exe16 b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/krnl386.exe16 index cf0c2ec..20fcbd1 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/krnl386.exe16 and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/krnl386.exe16 differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/l3codeca.acm b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/l3codeca.acm new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/l3codeca.acm differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/localspl.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/localspl.dll index f5d7bbb..f2d563f 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/localspl.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/localspl.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/localui.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/localui.dll index d0aa787..13cbed2 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/localui.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/localui.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/lz32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/lz32.dll index 3c9e9eb..c0eed4d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/lz32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/lz32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mapi32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mapi32.dll index 3df79cf..56fbdb2 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mapi32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mapi32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mciqtz32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mciqtz32.dll index a7f3b99..461f775 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mciqtz32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mciqtz32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mf3216.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mf3216.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mf3216.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mmcndmgr.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mmcndmgr.dll index 7975de7..bf51094 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mmcndmgr.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mmcndmgr.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mouse.drv16 b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mouse.drv16 index ff82d67..0c48e94 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mouse.drv16 and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mouse.drv16 differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mpr.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mpr.dll index 05fb497..ca57c76 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mpr.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mpr.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mscms.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mscms.dll index 895212b..5736dea 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mscms.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mscms.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msctf.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msctf.dll index 1179cc6..e0e2e17 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msctf.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msctf.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msctfp.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msctfp.dll index 7a8bcee..e12f72f 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msctfp.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msctfp.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msdmo.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msdmo.dll index 4bd81bf..c51d9af 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msdmo.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msdmo.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msftedit.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msftedit.dll index 5a40b8d..e630944 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msftedit.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msftedit.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mshtml.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mshtml.dll index bd22c12..c3e7cc2 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mshtml.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mshtml.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mshtml.tlb b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mshtml.tlb index c131894..05391d9 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mshtml.tlb and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mshtml.tlb differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msi.dll index af3bde6..79cc9b5 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msi.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msiexec.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msiexec.exe index 2877b49..0e6b66d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msiexec.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msiexec.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msinfo32.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msinfo32.exe new file mode 100644 index 0000000..837fc7b Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msinfo32.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mspatcha.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mspatcha.dll index 4fbc236..437e16e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mspatcha.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mspatcha.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msports.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msports.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msports.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msscript.ocx b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msscript.ocx index 9db5c4c..cd33c62 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msscript.ocx and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msscript.ocx differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcp140.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcp140.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcp140.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcr100.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcr100.dll index 2c90df9..ba9338a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcr100.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcr100.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcrt.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcrt.dll index 79ddd7e..034d4f6 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcrt.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msvcrt.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mswsock.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mswsock.dll index 5c84a2a..a31f023 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mswsock.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mswsock.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml.dll index 8b5f5ed..f35075b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml2.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml2.dll index 8a9dcc8..81050cf 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml2.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml2.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml3.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml3.dll index 4fadd16..ba55acb 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml3.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml3.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml4.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml4.dll index e168507..15195c9 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml4.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml4.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml6.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml6.dll index 6a83cba..de4c975 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml6.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/msxml6.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mtxdm.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mtxdm.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/mtxdm.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ncrypt.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ncrypt.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ncrypt.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/npmshtml.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/npmshtml.dll index dc824e2..e4470b1 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/npmshtml.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/npmshtml.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntdll.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntdll.dll index 9415213..d2a1530 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntdll.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntdll.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntoskrnl.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntoskrnl.exe index e8589a2..b20e707 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntoskrnl.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntoskrnl.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntprint.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntprint.dll index 81d43c4..e528502 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntprint.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ntprint.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/objsel.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/objsel.dll index 89c9d29..5792e1f 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/objsel.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/objsel.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/odbc32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/odbc32.dll index bc7d17a..74ad9af 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/odbc32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/odbc32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/odbccu32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/odbccu32.dll index e45ff4e..2dc9ad3 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/odbccu32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/odbccu32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ole2nls.dll16 b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ole2nls.dll16 index 5a776ac..041240d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ole2nls.dll16 and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ole2nls.dll16 differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ole32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ole32.dll index 0cc3a9a..101843b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ole32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ole32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleacc.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleacc.dll index 16f234d..ab8c8b8 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleacc.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleacc.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleaut32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleaut32.dll index ac6375a..1f37517 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleaut32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleaut32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oledb32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oledb32.dll index 43b9f79..bd9e861 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oledb32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oledb32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/olepro32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/olepro32.dll index 05b00d8..e69f5c3 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/olepro32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/olepro32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/olethk32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/olethk32.dll index 489ebb5..1039a44 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/olethk32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/olethk32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleview.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleview.exe index bcbafcb..0566c12 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleview.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/oleview.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/opengl32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/opengl32.dll index 8089cb3..84ee330 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/opengl32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/opengl32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/packager.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/packager.dll index 0f7023b..849d24f 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/packager.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/packager.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/photometadatahandler.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/photometadatahandler.dll index ef8f089..44ae438 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/photometadatahandler.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/photometadatahandler.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/powershell.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/powershell.exe new file mode 100644 index 0000000..4e6608f Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/powershell.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/printui.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/printui.dll index 6a0481d..c1459f7 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/printui.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/printui.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/psapi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/psapi.dll index da00aea..590e845 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/psapi.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/psapi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/pstorec.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/pstorec.dll index 15b3d0d..f0fe517 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/pstorec.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/pstorec.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qcap.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qcap.dll index 2d7ea14..cc10f59 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qcap.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qcap.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qedit.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qedit.dll index 1db32c5..ad76c64 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qedit.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qedit.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qmgrprxy.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qmgrprxy.dll index a433aa8..672ab07 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qmgrprxy.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/qmgrprxy.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/quartz.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/quartz.dll index 74a971d..b89df6a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/quartz.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/quartz.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/reg.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/reg.exe index 07c0a19..90c0bf9 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/reg.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/reg.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/regedit.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/regedit.exe index 164cdb5..1dabba9 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/regedit.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/regedit.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/regsvr32.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/regsvr32.exe index 2be9864..7e9d77f 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/regsvr32.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/regsvr32.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/riched20.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/riched20.dll index e73e2f5..fcd2f64 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/riched20.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/riched20.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/riched32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/riched32.dll index 47965dd..acca831 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/riched32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/riched32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rpcrt4.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rpcrt4.dll index 1e61bb3..5eb49dd 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rpcrt4.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rpcrt4.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rsabase.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rsabase.dll index 0894470..defa930 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rsabase.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rsabase.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rsaenh.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rsaenh.dll index 697b1fc..9e68dd1 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rsaenh.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/rsaenh.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/sapi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/sapi.dll new file mode 100644 index 0000000..320bfc1 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/sapi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/schannel.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/schannel.dll index 8cd6c62..7777b22 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/schannel.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/schannel.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/scrobj.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/scrobj.dll new file mode 100644 index 0000000..8d33a54 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/scrobj.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/scrrun.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/scrrun.dll index 393d271..fe4a9cc 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/scrrun.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/scrrun.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/serialui.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/serialui.dll index 2cc75e8..864b3af 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/serialui.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/serialui.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shdocvw.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shdocvw.dll index 9404880..f3fa2e2 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shdocvw.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shdocvw.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shell.dll16 b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shell.dll16 index d9c2be5..ce30765 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shell.dll16 and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shell.dll16 differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shell32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shell32.dll index c9dd433..d97a302 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shell32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shell32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shfolder.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shfolder.dll index bf30363..906274e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shfolder.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shfolder.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shlwapi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shlwapi.dll index 7d411fa..404917b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shlwapi.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/shlwapi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/sspicli.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/sspicli.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/sspicli.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/stdole2.tlb b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/stdole2.tlb index f03cb50..b5d9c2d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/stdole2.tlb and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/stdole2.tlb differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/stdole32.tlb b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/stdole32.tlb index b73b0a4..3214194 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/stdole32.tlb and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/stdole32.tlb differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/subst.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/subst.exe new file mode 100644 index 0000000..4e6608f Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/subst.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/tasklist.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/tasklist.exe index bfdc127..6ed3f57 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/tasklist.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/tasklist.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/taskmgr.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/taskmgr.exe index c3a181d..3b1f887 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/taskmgr.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/taskmgr.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/taskschd.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/taskschd.dll index 842edf3..047afcd 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/taskschd.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/taskschd.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/tdh.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/tdh.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/tdh.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/twain_32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/twain_32.dll index df540e5..d3340ef 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/twain_32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/twain_32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uiautomationcore.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uiautomationcore.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uiautomationcore.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uiribbon.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uiribbon.dll new file mode 100644 index 0000000..a6435ee Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uiribbon.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/urlmon.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/urlmon.dll index 57ba8ba..60ad12c 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/urlmon.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/urlmon.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/user.exe16 b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/user.exe16 index 2770dbc..f6abf2a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/user.exe16 and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/user.exe16 differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/user32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/user32.dll index 9ec7582..729a2e0 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/user32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/user32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uxtheme.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uxtheme.dll index d3eec6f..6b93955 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uxtheme.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/uxtheme.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/vbscript.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/vbscript.dll index 76febae..f1daff0 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/vbscript.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/vbscript.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/vcomp140.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/vcomp140.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/vcomp140.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/version.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/version.dll index 748e05a..e5345a5 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/version.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/version.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/virtdisk.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/virtdisk.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/virtdisk.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wbemdisp.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wbemdisp.dll index 7e99b11..904d64e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wbemdisp.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wbemdisp.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/windowscodecs.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/windowscodecs.dll index f27eb59..28214ef 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/windowscodecs.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/windowscodecs.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winebus.sys b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winebus.sys new file mode 100644 index 0000000..711ad03 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winebus.sys differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winecfg.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winecfg.exe index 1e94e31..11c8353 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winecfg.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winecfg.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineconsole.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineconsole.exe index c009c98..dc33fce 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineconsole.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineconsole.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wined3d.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wined3d.dll index a9753a4..e7586ad 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wined3d.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wined3d.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winefile.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winefile.exe index a189169..1a0e6c1 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winefile.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winefile.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winehid.sys b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winehid.sys new file mode 100644 index 0000000..711ad03 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winehid.sys differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemac.drv b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemac.drv index efca2cb..77f9a43 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemac.drv and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemac.drv differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemine.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemine.exe index 00139f9..868254d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemine.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winemine.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineps.drv b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineps.drv index 2afd70e..319dd76 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineps.drv and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineps.drv differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineqtdecoder.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineqtdecoder.dll index f9dbe1f..77cc3eb 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineqtdecoder.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wineqtdecoder.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winex11.drv b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winex11.drv index 18961c5..88a042f 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winex11.drv and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winex11.drv differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winhttp.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winhttp.dll index 5cdb05a..b09e7cc 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winhttp.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winhttp.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wininet.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wininet.dll index b270813..d39838d 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wininet.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wininet.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winscard.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winscard.dll index 4f22810..5ba6811 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winscard.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winscard.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winspool.drv b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winspool.drv index 9ffc6a6..6794d7b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winspool.drv and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winspool.drv differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wintrust.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wintrust.dll index ef299b1..e14d19e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wintrust.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wintrust.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winusb.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winusb.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winusb.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winver.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winver.exe index 36e9bc0..8181753 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winver.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/winver.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wldap32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wldap32.dll index a88af8b..e4abc10 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wldap32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wldap32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmasf.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmasf.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmasf.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmic.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmic.exe index 045e256..709e2ab 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmic.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmic.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmp.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmp.dll index cfa1652..232006b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmp.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmp.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmphoto.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmphoto.dll new file mode 100644 index 0000000..6c9731b Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmphoto.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmplayer.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmplayer.exe index 0403d4f..bc7a225 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmplayer.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmplayer.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmvcore.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmvcore.dll index df540e5..97d2c23 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmvcore.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wmvcore.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wordpad.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wordpad.exe index cd3d88d..9c88af6 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wordpad.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wordpad.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wpc.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wpc.dll new file mode 100644 index 0000000..a1e43a1 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wpc.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wpcap.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wpcap.dll index 58c1866..fd7c678 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wpcap.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wpcap.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ws2_32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ws2_32.dll index 37013f0..3869129 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ws2_32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/ws2_32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wscript.exe b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wscript.exe index e2465a9..72e8836 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wscript.exe and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wscript.exe differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wsdapi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wsdapi.dll new file mode 100644 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wsdapi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wshom.ocx b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wshom.ocx index 8fb3ac9..37137aa 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wshom.ocx and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wshom.ocx differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wsock32.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wsock32.dll index 238f76c..781107a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wsock32.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wsock32.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wuapi.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wuapi.dll index d57d944..f99ef53 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wuapi.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wuapi.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wuaueng.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wuaueng.dll index 53ebb3d..6e3267a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wuaueng.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/wuaueng.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_1.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_1.dll index 7992231..7958dab 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_1.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_1.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_2.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_2.dll index 19038c4..974e1e8 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_2.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_2.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_3.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_3.dll index a2254e3..f5c34eb 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_3.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_3.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_4.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_4.dll index c919f1c..637c81e 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_4.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput1_4.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput9_1_0.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput9_1_0.dll index dc61182..142f051 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput9_1_0.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xinput9_1_0.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xpsprint.dll b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xpsprint.dll index a2474e2..9a07c4a 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xpsprint.dll and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fakedlls/xpsprint.dll differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/faultrep.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/faultrep.dll.so index 40e52f6..63fb6d3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/faultrep.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/faultrep.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/findstr.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/findstr.exe.so index 8b4f2ba..2bfc1f8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/findstr.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/findstr.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fltlib.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fltlib.dll.so index 0069f6d..5cc8648 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fltlib.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fltlib.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fltmgr.sys.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fltmgr.sys.so index 0281ffc..7a41872 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fltmgr.sys.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fltmgr.sys.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fntcache.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fntcache.dll.so index c031ed4..84464aa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fntcache.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fntcache.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fontsub.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fontsub.dll.so index 1950b36..d17cc26 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fontsub.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fontsub.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fsutil.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fsutil.exe.so new file mode 100755 index 0000000..11733c0 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fsutil.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fusion.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fusion.dll.so index d1753ec..b7980a8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fusion.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fusion.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fwpuclnt.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fwpuclnt.dll.so index 73916b7..846c6a0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fwpuclnt.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/fwpuclnt.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gameux.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gameux.dll.so index ae4a89a..6229fdc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gameux.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gameux.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdi.exe16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdi.exe16.so index 43f3acd..0cb6fc4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdi.exe16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdi.exe16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdi32.dll.so index e24d1a0..de23737 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdiplus.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdiplus.dll.so index 43ef247..973e898 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdiplus.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gdiplus.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/glu32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/glu32.dll.so index 42c4edd..edb8bee 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/glu32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/glu32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gphoto2.ds.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gphoto2.ds.so index 757c29d..4787dcf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gphoto2.ds.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gphoto2.ds.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gpkcsp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gpkcsp.dll.so index 5e8ee70..b9c1b01 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gpkcsp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/gpkcsp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hal.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hal.dll.so index 7b7393b..4fb2a83 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hal.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hal.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hh.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hh.exe.so index e853a24..7337e7c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hh.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hh.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hhctrl.ocx.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hhctrl.ocx.so index 0b54100..12ebbaf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hhctrl.ocx.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hhctrl.ocx.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hid.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hid.dll.so index 2c6f0be..f6486f0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hid.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hid.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hidclass.sys.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hidclass.sys.so index 596fb6c..8aadcf9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hidclass.sys.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hidclass.sys.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hlink.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hlink.dll.so index 88b5616..14ed294 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hlink.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hlink.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hnetcfg.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hnetcfg.dll.so index 07f9808..7456970 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hnetcfg.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hnetcfg.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hostname.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hostname.exe.so index c75e23e..2b36d14 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hostname.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/hostname.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/httpapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/httpapi.dll.so index dcc23af..c0f5ff0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/httpapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/httpapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icacls.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icacls.exe.so index 324199b..1ddf138 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icacls.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icacls.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iccvid.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iccvid.dll.so index 43d1996..f01fdb2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iccvid.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iccvid.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icinfo.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icinfo.exe.so index d2057bc..7e83bc3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icinfo.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icinfo.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icmp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icmp.dll.so index 0578dc0..9c6811e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icmp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/icmp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ieframe.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ieframe.dll.so index 3f3ef69..c788373 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ieframe.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ieframe.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ieproxy.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ieproxy.dll.so new file mode 100755 index 0000000..640c057 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ieproxy.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iexplore.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iexplore.exe.so index 60a8582..8620f3b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iexplore.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iexplore.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ifsmgr.vxd.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ifsmgr.vxd.so index 78809fb..d9c0351 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ifsmgr.vxd.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ifsmgr.vxd.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imaadp32.acm.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imaadp32.acm.so index bea4670..7df020c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imaadp32.acm.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imaadp32.acm.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imagehlp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imagehlp.dll.so index e978947..2de0f4b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imagehlp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imagehlp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imm.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imm.dll16.so index 0fd640b..d2b33ba 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imm.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imm.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imm32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imm32.dll.so index 3940a1c..8cef23c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imm32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/imm32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetcomm.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetcomm.dll.so index 4dd7607..e9f4356 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetcomm.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetcomm.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetcpl.cpl.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetcpl.cpl.so index 2b30fef..23c1baf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetcpl.cpl.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetcpl.cpl.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetmib1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetmib1.dll.so index f618a9f..ab459a4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetmib1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inetmib1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/infosoft.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/infosoft.dll.so index d91a736..b59b3e5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/infosoft.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/infosoft.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/initpki.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/initpki.dll.so index 6a342e4..7db0b7f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/initpki.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/initpki.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inkobj.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inkobj.dll.so index cdfcc9d..72fd248 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inkobj.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inkobj.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inseng.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inseng.dll.so index 91facc1..7898cf2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inseng.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/inseng.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ipconfig.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ipconfig.exe.so index 62e2e4f..9edc039 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ipconfig.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ipconfig.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iphlpapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iphlpapi.dll.so index defb3bc..d5d0a88 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iphlpapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iphlpapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iprop.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iprop.dll.so new file mode 100755 index 0000000..d85d963 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/iprop.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/irprops.cpl.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/irprops.cpl.so index 047672e..8197cba 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/irprops.cpl.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/irprops.cpl.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/itircl.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/itircl.dll.so index 090eb8c..cc0aadb 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/itircl.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/itircl.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/itss.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/itss.dll.so index 384274f..9188816 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/itss.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/itss.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/joy.cpl.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/joy.cpl.so index 5125972..a8c3b65 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/joy.cpl.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/joy.cpl.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/jscript.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/jscript.dll.so index b2c0efb..617f5fa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/jscript.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/jscript.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/jsproxy.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/jsproxy.dll.so index 52c6acd..e2f749e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/jsproxy.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/jsproxy.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kerberos.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kerberos.dll.so new file mode 100755 index 0000000..3cfe3fd Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kerberos.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kernel32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kernel32.dll.so index 2eb9f48..4f49a8a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kernel32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kernel32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kernelbase.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kernelbase.dll.so new file mode 100755 index 0000000..2db56ce Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/kernelbase.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/keyboard.drv16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/keyboard.drv16.so index ed0d34e..16ef059 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/keyboard.drv16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/keyboard.drv16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/krnl386.exe16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/krnl386.exe16.so index 5935997..e7eae13 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/krnl386.exe16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/krnl386.exe16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ksuser.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ksuser.dll.so index b207c87..25dcb25 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ksuser.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ksuser.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ktmw32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ktmw32.dll.so index 6817816..ba81219 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ktmw32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ktmw32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemp3.acm.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/l3codeca.acm.so similarity index 87% rename from osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemp3.acm.so rename to osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/l3codeca.acm.so index 9e17e38..d08823f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemp3.acm.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/l3codeca.acm.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadsiid.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadsiid.a index 8632276..4aec35b 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadsiid.a and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadsiid.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadvapi32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadvapi32.def index 47ad658..919f7ec 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadvapi32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadvapi32.def @@ -17,472 +17,503 @@ EXPORTS AddAccessAllowedObjectAce@28 @12 AddAccessDeniedAce@16 @13 AddAccessDeniedAceEx@20 @14 - AddAce@20 @15 - AddAuditAccessAce@24 @16 - AddAuditAccessAceEx@28 @17 - AddAuditAccessObjectAce@36 @18 - AddMandatoryAce@20 @19 - AdjustTokenGroups@24 @20 - AdjustTokenPrivileges@24 @21 - AllocateAndInitializeSid@44 @22 - AllocateLocallyUniqueId@4 @23 - AreAllAccessesGranted@8 @24 - AreAnyAccessesGranted@8 @25 - BackupEventLogA@8 @26 - BackupEventLogW@8 @27 - BuildExplicitAccessWithNameA@20 @28 - BuildExplicitAccessWithNameW@20 @29 - BuildSecurityDescriptorA@36 @30 - BuildSecurityDescriptorW@36 @31 - BuildTrusteeWithNameA@8 @32 - BuildTrusteeWithNameW@8 @33 - BuildTrusteeWithObjectsAndNameA@24 @34 - BuildTrusteeWithObjectsAndNameW@24 @35 - BuildTrusteeWithObjectsAndSidA@20 @36 - BuildTrusteeWithObjectsAndSidW@20 @37 - BuildTrusteeWithSidA@8 @38 - BuildTrusteeWithSidW@8 @39 - ChangeServiceConfig2A@12 @40 - ChangeServiceConfig2W@12 @41 - ChangeServiceConfigA@44 @42 - ChangeServiceConfigW@44 @43 - CheckTokenMembership@12 @44 - ClearEventLogA@8 @45 - ClearEventLogW@8 @46 - CloseEncryptedFileRaw@4 @47 - CloseEventLog@4 @48 - CloseServiceHandle@4 @49 - CloseTrace@8 @50 - CommandLineFromMsiDescriptor@12 @51 - ControlService@12 @52 - ControlTraceA@20 @53 - ControlTraceW@20 @54 - ConvertSecurityDescriptorToStringSecurityDescriptorA@20 @55 - ConvertSecurityDescriptorToStringSecurityDescriptorW@20 @56 - ConvertSidToStringSidA@8 @57 - ConvertSidToStringSidW@8 @58 - ConvertStringSecurityDescriptorToSecurityDescriptorA@16 @59 - ConvertStringSecurityDescriptorToSecurityDescriptorW@16 @60 - ConvertStringSidToSidA@8 @61 - ConvertStringSidToSidW@8 @62 - ConvertToAutoInheritPrivateObjectSecurity@24 @63 - CopySid@12 @64 - CreatePrivateObjectSecurity@24 @65 - CreatePrivateObjectSecurityWithMultipleInheritance@36 @66 - CreateProcessAsUserA@44 @67 - CreateProcessAsUserW@44 @68 - CreateProcessWithLogonW@44 @69 - CreateProcessWithTokenW@36 @70 - CreateRestrictedToken@36 @71 - CreateServiceA@52 @72 - CreateServiceW@52 @73 - CreateWellKnownSid@16 @74 - CredDeleteA@12 @75 - CredDeleteW@12 @76 - CredEnumerateA@16 @77 - CredEnumerateW@16 @78 - CredFree@4 @79 - CredGetSessionTypes@8 @80 - CredIsMarshaledCredentialA@4 @81 - CredIsMarshaledCredentialW@4 @82 - CredMarshalCredentialA@12 @83 - CredMarshalCredentialW@12 @84 - CredReadA@16 @86 - CredReadDomainCredentialsA@16 @87 - CredReadDomainCredentialsW@16 @88 - CredReadW@16 @89 - CredUnmarshalCredentialA@12 @90 - CredUnmarshalCredentialW@12 @91 - CredWriteA@8 @92 - CredWriteW@8 @93 - CryptAcquireContextA@20 @94 - CryptAcquireContextW@20 @95 - CryptContextAddRef@12 @96 - CryptCreateHash@20 @97 - CryptDecrypt@24 @98 - CryptDeriveKey@20 @99 - CryptDestroyHash@4 @100 - CryptDestroyKey@4 @101 - CryptDuplicateHash@16 @102 - CryptDuplicateKey@16 @103 - CryptEncrypt@28 @104 - CryptEnumProviderTypesA@24 @105 - CryptEnumProviderTypesW@24 @106 - CryptEnumProvidersA@24 @107 - CryptEnumProvidersW@24 @108 - CryptExportKey@24 @109 - CryptGenKey@16 @110 - CryptGenRandom@12 @111 - CryptGetDefaultProviderA@20 @112 - CryptGetDefaultProviderW@20 @113 - CryptGetHashParam@20 @114 - CryptGetKeyParam@20 @115 - CryptGetProvParam@20 @116 - CryptGetUserKey@12 @117 - CryptHashData@16 @118 - CryptHashSessionKey@12 @119 - CryptImportKey@24 @120 - CryptReleaseContext@8 @121 - CryptSetHashParam@16 @122 - CryptSetKeyParam@16 @123 - CryptSetProvParam@16 @124 - CryptSetProviderA@8 @125 - CryptSetProviderExA@16 @126 - CryptSetProviderExW@16 @127 - CryptSetProviderW@8 @128 - CryptSignHashA@24 @129 - CryptSignHashW@24 @130 - CryptVerifySignatureA@24 @131 - CryptVerifySignatureW@24 @132 - DecryptFileA@8 @133 - DecryptFileW@8 @134 - DeleteAce@8 @135 - DeleteService@4 @136 - DeregisterEventSource@4 @137 - DestroyPrivateObjectSecurity@4 @138 - DuplicateToken@12 @139 - DuplicateTokenEx@24 @140 - EnableTrace@24 @145 - EnableTraceEx@48 @146 - EncryptFileA@4 @147 - EncryptFileW@4 @148 - EnumDependentServicesA@24 @149 - EnumDependentServicesW@24 @150 - EnumServicesStatusA@32 @153 - EnumServicesStatusExA@40 @154 - EnumServicesStatusExW@40 @155 - EnumServicesStatusW@32 @156 - EnumerateTraceGuids@12 @157 - EqualPrefixSid@8 @158 - EqualSid@8 @159 - EventActivityIdControl@8 @160 - EventEnabled@12 @161 - EventProviderEnabled@20 @162 - EventRegister@16 @163 - EventSetInformation@20 @164 - EventUnregister@8 @165 - EventWrite@20 @166 - FileEncryptionStatusA@8 @167 - FileEncryptionStatusW@8 @168 - FindFirstFreeAce@8 @169 - FlushTraceA@16 @170 - FlushTraceW@16 @171 - FreeSid@4 @172 - GetAce@12 @173 - GetAclInformation@16 @174 - GetAuditedPermissionsFromAclA@16 @175 - GetAuditedPermissionsFromAclW@16 @176 - GetCurrentHwProfileA@4 @177 - GetCurrentHwProfileW@4 @178 - GetEffectiveRightsFromAclA@12 @179 - GetEffectiveRightsFromAclW@12 @180 - GetEventLogInformation@20 @181 - GetExplicitEntriesFromAclA@12 @182 - GetExplicitEntriesFromAclW@12 @183 - GetFileSecurityA@20 @184 - GetFileSecurityW@20 @185 - GetKernelObjectSecurity@20 @186 - GetLengthSid@4 @187 - GetNamedSecurityInfoA@32 @189 - GetNamedSecurityInfoExA@36 @190 - GetNamedSecurityInfoExW@36 @191 - GetNamedSecurityInfoW@32 @192 - GetNumberOfEventLogRecords@8 @193 - GetOldestEventLogRecord@8 @194 - GetPrivateObjectSecurity@20 @195 - GetSecurityDescriptorControl@12 @196 - GetSecurityDescriptorDacl@16 @197 - GetSecurityDescriptorGroup@12 @198 - GetSecurityDescriptorLength@4 @199 - GetSecurityDescriptorOwner@12 @200 - GetSecurityDescriptorSacl@16 @201 - GetSecurityInfo@32 @202 - GetSecurityInfoExA@36 @203 - GetSecurityInfoExW@36 @204 - GetServiceDisplayNameA@16 @205 - GetServiceDisplayNameW@16 @206 - GetServiceKeyNameA@16 @207 - GetServiceKeyNameW@16 @208 - GetSidIdentifierAuthority@4 @209 - GetSidLengthRequired@4 @210 - GetSidSubAuthority@8 @211 - GetSidSubAuthorityCount@4 @212 - GetTokenInformation@20 @214 - GetTraceEnableFlags@8 @215 - GetTraceEnableLevel@8 @216 - GetTraceLoggerHandle@4 @217 - GetTrusteeFormA@4 @218 - GetTrusteeFormW@4 @219 - GetTrusteeNameA@4 @220 - GetTrusteeNameW@4 @221 - GetTrusteeTypeA@4 @222 - GetTrusteeTypeW@4 @223 - GetUserNameA@8 @224 - GetUserNameW@8 @225 - GetWindowsAccountDomainSid@12 @226 - ImpersonateAnonymousToken@4 @229 - ImpersonateLoggedOnUser@4 @230 - ImpersonateNamedPipeClient@4 @231 - ImpersonateSelf@4 @232 - InitializeAcl@12 @233 - InitializeSecurityDescriptor@8 @234 - InitializeSid@12 @235 - InitiateSystemShutdownA@20 @236 - InitiateSystemShutdownExA@24 @237 - InitiateSystemShutdownExW@24 @238 - InitiateSystemShutdownW@20 @239 - IsTextUnicode@12 @242 - IsTokenRestricted@4 @243 - IsValidAcl@4 @244 - IsValidSecurityDescriptor@4 @245 - IsValidSid@4 @246 - IsWellKnownSid@8 @247 - LockServiceDatabase@4 @248 - LogonUserA@24 @249 - LogonUserW@24 @250 - LookupAccountNameA@28 @251 - LookupAccountNameW@28 @252 - LookupAccountSidA@28 @253 - LookupAccountSidW@28 @254 - LookupPrivilegeDisplayNameA@20 @255 - LookupPrivilegeDisplayNameW@20 @256 - LookupPrivilegeNameA@16 @257 - LookupPrivilegeNameW@16 @258 - LookupPrivilegeValueA@12 @259 - LookupPrivilegeValueW@12 @260 - LsaAddAccountRights@16 @261 - LsaClose@4 @263 - LsaCreateTrustedDomainEx@20 @267 - LsaDeleteTrustedDomain@8 @269 - LsaEnumerateAccountRights@16 @270 - LsaEnumerateAccountsWithUserRight@16 @272 - LsaEnumerateTrustedDomains@20 @275 - LsaEnumerateTrustedDomainsEx@20 @276 - LsaFreeMemory@4 @277 - LsaLookupNames2@24 @281 - LsaLookupNames@20 @282 - LsaLookupSids@20 @284 - LsaNtStatusToWinError@4 @285 - LsaOpenPolicy@16 @287 - LsaOpenTrustedDomainByName@16 @290 - LsaQueryInformationPolicy@12 @292 - LsaQueryTrustedDomainInfo@16 @294 - LsaQueryTrustedDomainInfoByName@16 @295 - LsaRegisterPolicyChangeNotification@8 @296 - LsaRemoveAccountRights@20 @297 - LsaRetrievePrivateData@12 @299 - LsaSetInformationPolicy@12 @300 - LsaSetSecret@12 @302 - LsaSetTrustedDomainInfoByName@16 @304 - LsaSetTrustedDomainInformation@16 @305 - LsaStorePrivateData@12 @306 - LsaUnregisterPolicyChangeNotification@8 @307 - MD4Final@4 @308 - MD4Init@4 @309 - MD4Update@12 @310 - MD5Final@4 @311 - MD5Init@4 @312 - MD5Update@12 @313 - MakeAbsoluteSD@44 @314 - MakeSelfRelativeSD@12 @315 - MapGenericMask@8 @316 - NotifyBootConfigStatus@4 @317 - NotifyChangeEventLog@8 @318 - NotifyServiceStatusChangeW@12 @319 - ObjectCloseAuditAlarmA@12 @320 - ObjectCloseAuditAlarmW@12 @321 - ObjectDeleteAuditAlarmW@12 @322 - ObjectOpenAuditAlarmA@48 @323 - ObjectOpenAuditAlarmW@48 @324 - ObjectPrivilegeAuditAlarmA@24 @325 - ObjectPrivilegeAuditAlarmW@24 @326 - OpenBackupEventLogA@8 @327 - OpenBackupEventLogW@8 @328 - OpenEncryptedFileRawA@12 @329 - OpenEncryptedFileRawW@12 @330 - OpenEventLogA@8 @331 - OpenEventLogW@8 @332 - OpenProcessToken@12 @333 - OpenSCManagerA@12 @334 - OpenSCManagerW@12 @335 - OpenServiceA@12 @336 - OpenServiceW@12 @337 - OpenThreadToken@16 @338 - OpenTraceA@4 @339 - OpenTraceW@4 @340 - PrivilegeCheck@12 @341 - PrivilegedServiceAuditAlarmA@20 @342 - PrivilegedServiceAuditAlarmW@20 @343 - ProcessTrace@16 @344 - QueryAllTracesA@12 @345 - QueryAllTracesW@12 @346 - QueryServiceConfig2A@20 @347 - QueryServiceConfig2W@20 @348 - QueryServiceConfigA@16 @349 - QueryServiceConfigW@16 @350 - QueryServiceLockStatusA@16 @351 - QueryServiceLockStatusW@16 @352 - QueryServiceObjectSecurity@20 @353 - QueryServiceStatus@8 @354 - QueryServiceStatusEx@20 @355 - QueryTraceW@16 @356 - QueryWindows31FilesMigration@4 @357 - ReadEncryptedFileRaw@12 @358 - ReadEventLogA@28 @359 - ReadEventLogW@28 @360 - RegCloseKey@4 @361 - RegConnectRegistryA@12 @362 - RegConnectRegistryW@12 @363 - RegCopyTreeA@12 @364 - RegCopyTreeW@12 @365 - RegCreateKeyA@12 @366 - RegCreateKeyExA@36 @367 - RegCreateKeyExW@36 @368 - RegCreateKeyW@12 @369 - RegCreateKeyTransactedA@44 @370 - RegCreateKeyTransactedW@44 @371 - RegDeleteKeyA@8 @372 - RegDeleteKeyExA@16 @373 - RegDeleteKeyExW@16 @374 - RegDeleteKeyW@8 @375 - RegDeleteKeyValueA@12 @376 - RegDeleteKeyValueW@12 @377 - RegDeleteTreeA@8 @378 - RegDeleteTreeW@8 @379 - RegDeleteValueA@8 @380 - RegDeleteValueW@8 @381 - RegDisablePredefinedCache@0 @382 - RegDisableReflectionKey@4 @383 - RegEnumKeyA@16 @384 - RegEnumKeyExA@32 @385 - RegEnumKeyExW@32 @386 - RegEnumKeyW@16 @387 - RegEnumValueA@32 @388 - RegEnumValueW@32 @389 - RegFlushKey@4 @390 - RegGetKeySecurity@16 @391 - RegGetValueA@28 @392 - RegGetValueW@28 @393 - RegisterWaitChainCOMCallback@8 @394 - RegLoadKeyA@12 @395 - RegLoadKeyW@12 @396 - RegLoadMUIStringA@28 @397 - RegLoadMUIStringW@28 @398 - RegNotifyChangeKeyValue@20 @399 - RegOpenCurrentUser@8 @400 - RegOpenKeyA@12 @401 - RegOpenKeyExA@20 @402 - RegOpenKeyExW@20 @403 - RegOpenKeyW@12 @404 - RegOpenUserClassesRoot@16 @405 - RegOverridePredefKey@8 @406 - RegQueryInfoKeyA@48 @407 - RegQueryInfoKeyW@48 @408 - RegQueryMultipleValuesA@20 @409 - RegQueryMultipleValuesW@20 @410 - RegQueryValueA@16 @411 - RegQueryValueExA@24 @412 - RegQueryValueExW@24 @413 - RegQueryValueW@16 @414 - RegReplaceKeyA@16 @416 - RegReplaceKeyW@16 @417 - RegRestoreKeyA@12 @418 - RegRestoreKeyW@12 @419 - RegSaveKeyA@12 @420 - RegSaveKeyW@12 @421 - RegSetKeySecurity@12 @422 - RegSetKeyValueA@24 @423 - RegSetKeyValueW@24 @424 - RegSetValueA@20 @425 - RegSetValueExA@24 @426 - RegSetValueExW@24 @427 - RegSetValueW@20 @428 - RegUnLoadKeyA@8 @429 - RegUnLoadKeyW@8 @430 - RegisterEventSourceA@8 @431 - RegisterEventSourceW@8 @432 - RegisterServiceCtrlHandlerA@8 @433 - RegisterServiceCtrlHandlerExA@12 @434 - RegisterServiceCtrlHandlerExW@12 @435 - RegisterServiceCtrlHandlerW@8 @436 - RegisterTraceGuidsA@32=ntdll.EtwRegisterTraceGuidsA @437 - RegisterTraceGuidsW@32=ntdll.EtwRegisterTraceGuidsW @438 - ReportEventA@36 @439 - ReportEventW@36 @440 - RevertToSelf@0 @441 - SaferCloseLevel@4 @442 - SaferComputeTokenFromLevel@20 @443 - SaferCreateLevel@20 @444 - SaferGetPolicyInformation@24 @445 - SaferSetLevelInformation@16 @446 - SetAclInformation@16 @447 - SetEntriesInAclA@16 @448 - SetEntriesInAclW@16 @449 - SetFileSecurityA@12 @450 - SetFileSecurityW@12 @451 - SetKernelObjectSecurity@12 @452 - SetNamedSecurityInfoA@28 @453 - SetNamedSecurityInfoW@28 @454 - SetPrivateObjectSecurity@20 @455 - SetSecurityDescriptorControl@12 @456 - SetSecurityDescriptorDacl@16 @457 - SetSecurityDescriptorGroup@12 @458 - SetSecurityDescriptorOwner@12 @459 - SetSecurityDescriptorSacl@16 @460 - SetSecurityInfo@28 @461 - SetServiceBits@16 @462 - SetServiceObjectSecurity@12 @463 - SetServiceStatus@8 @464 - SetThreadToken@8 @465 - SetTokenInformation@16 @466 - StartServiceA@12 @467 - StartServiceCtrlDispatcherA@4 @468 - StartServiceCtrlDispatcherW@4 @469 - StartServiceW@12 @470 - StartTraceA@12 @471 - StartTraceW@12 @472 - StopTraceA@16 @473 - StopTraceW@16 @474 - SynchronizeWindows31FilesAndWindowsNTRegistry@16 @475 - SystemFunction001@12 @476 - SystemFunction002@12 @477 - SystemFunction003@8 @478 - SystemFunction004@12 @479 - SystemFunction005@12 @480 - SystemFunction006@8 @481 - SystemFunction007@8 @482 - SystemFunction008@12 @483 - SystemFunction009@12 @484 - SystemFunction010@12 @485 - SystemFunction011@12=SystemFunction010@12 @486 - SystemFunction012@12 @487 - SystemFunction013@12 @488 - SystemFunction014@12=SystemFunction012@12 @489 - SystemFunction015@12=SystemFunction013@12 @490 - SystemFunction016@12=SystemFunction012@12 @491 - SystemFunction017@12=SystemFunction013@12 @492 - SystemFunction018@12=SystemFunction012@12 @493 - SystemFunction019@12=SystemFunction013@12 @494 - SystemFunction020@12=SystemFunction012@12 @495 - SystemFunction021@12=SystemFunction013@12 @496 - SystemFunction022@12=SystemFunction012@12 @497 - SystemFunction023@12=SystemFunction013@12 @498 - SystemFunction024@12 @499 - SystemFunction025@12 @500 - SystemFunction026@12=SystemFunction024@12 @501 - SystemFunction027@12=SystemFunction025@12 @502 - SystemFunction030@8 @505 - SystemFunction031@8=SystemFunction030@8 @506 - SystemFunction032@8 @507 - SystemFunction035@4 @510 - SystemFunction036@8 @511 - SystemFunction040@12 @512 - SystemFunction041@12 @513 - TraceEvent@12 @514 - TraceMessage @516 - TraceMessageVa@24 @517 - TreeResetNamedSecurityInfoW@44 @518 - UnlockServiceDatabase@4 @519 - UnregisterTraceGuids@8 @520 - WmiOpenBlock@12 @525 - WriteEncryptedFileRaw@12 @528 + AddAccessDeniedObjectAce@28 @15 + AddAce@20 @16 + AddAuditAccessAce@24 @17 + AddAuditAccessAceEx@28 @18 + AddAuditAccessObjectAce@36 @19 + AddMandatoryAce@20 @20 + AdjustTokenGroups@24 @21 + AdjustTokenPrivileges@24 @22 + AllocateAndInitializeSid@44 @23 + AllocateLocallyUniqueId@4 @24 + AreAllAccessesGranted@8 @25 + AreAnyAccessesGranted@8 @26 + BackupEventLogA@8 @27 + BackupEventLogW@8 @28 + BuildExplicitAccessWithNameA@20 @29 + BuildExplicitAccessWithNameW@20 @30 + BuildSecurityDescriptorA@36 @31 + BuildSecurityDescriptorW@36 @32 + BuildTrusteeWithNameA@8 @33 + BuildTrusteeWithNameW@8 @34 + BuildTrusteeWithObjectsAndNameA@24 @35 + BuildTrusteeWithObjectsAndNameW@24 @36 + BuildTrusteeWithObjectsAndSidA@20 @37 + BuildTrusteeWithObjectsAndSidW@20 @38 + BuildTrusteeWithSidA@8 @39 + BuildTrusteeWithSidW@8 @40 + ChangeServiceConfig2A@12 @41 + ChangeServiceConfig2W@12 @42 + ChangeServiceConfigA@44 @43 + ChangeServiceConfigW@44 @44 + CheckTokenMembership@12 @45 + ClearEventLogA@8 @46 + ClearEventLogW@8 @47 + CloseEncryptedFileRaw@4 @48 + CloseEventLog@4 @49 + CloseServiceHandle@4 @50 + CloseTrace@8 @51 + CommandLineFromMsiDescriptor@12 @52 + ControlService@12 @53 + ControlTraceA@20 @54 + ControlTraceW@20 @55 + ConvertSecurityDescriptorToStringSecurityDescriptorA@20 @56 + ConvertSecurityDescriptorToStringSecurityDescriptorW@20 @57 + ConvertSidToStringSidA@8 @58 + ConvertSidToStringSidW@8 @59 + ConvertStringSecurityDescriptorToSecurityDescriptorA@16 @60 + ConvertStringSecurityDescriptorToSecurityDescriptorW@16 @61 + ConvertStringSidToSidA@8 @62 + ConvertStringSidToSidW@8 @63 + ConvertToAutoInheritPrivateObjectSecurity@24 @64 + CopySid@12 @65 + CreatePrivateObjectSecurity@24 @66 + CreatePrivateObjectSecurityEx@32 @67 + CreatePrivateObjectSecurityWithMultipleInheritance@36 @68 + CreateProcessAsUserA@44 @69 + CreateProcessAsUserW@44 @70 + CreateProcessWithLogonW@44 @71 + CreateProcessWithTokenW@36 @72 + CreateRestrictedToken@36 @73 + CreateServiceA@52 @74 + CreateServiceW@52 @75 + CreateWellKnownSid@16 @76 + CredDeleteA@12 @77 + CredDeleteW@12 @78 + CredEnumerateA@16 @79 + CredEnumerateW@16 @80 + CredFree@4 @81 + CredGetSessionTypes@8 @82 + CredIsMarshaledCredentialA@4 @83 + CredIsMarshaledCredentialW@4 @84 + CredMarshalCredentialA@12 @85 + CredMarshalCredentialW@12 @86 + CredReadA@16 @88 + CredReadDomainCredentialsA@16 @89 + CredReadDomainCredentialsW@16 @90 + CredReadW@16 @91 + CredUnmarshalCredentialA@12 @92 + CredUnmarshalCredentialW@12 @93 + CredWriteA@8 @94 + CredWriteW@8 @95 + CryptAcquireContextA@20 @96 + CryptAcquireContextW@20 @97 + CryptContextAddRef@12 @98 + CryptCreateHash@20 @99 + CryptDecrypt@24 @100 + CryptDeriveKey@20 @101 + CryptDestroyHash@4 @102 + CryptDestroyKey@4 @103 + CryptDuplicateHash@16 @104 + CryptDuplicateKey@16 @105 + CryptEncrypt@28 @106 + CryptEnumProviderTypesA@24 @107 + CryptEnumProviderTypesW@24 @108 + CryptEnumProvidersA@24 @109 + CryptEnumProvidersW@24 @110 + CryptExportKey@24 @111 + CryptGenKey@16 @112 + CryptGenRandom@12 @113 + CryptGetDefaultProviderA@20 @114 + CryptGetDefaultProviderW@20 @115 + CryptGetHashParam@20 @116 + CryptGetKeyParam@20 @117 + CryptGetProvParam@20 @118 + CryptGetUserKey@12 @119 + CryptHashData@16 @120 + CryptHashSessionKey@12 @121 + CryptImportKey@24 @122 + CryptReleaseContext@8 @123 + CryptSetHashParam@16 @124 + CryptSetKeyParam@16 @125 + CryptSetProvParam@16 @126 + CryptSetProviderA@8 @127 + CryptSetProviderExA@16 @128 + CryptSetProviderExW@16 @129 + CryptSetProviderW@8 @130 + CryptSignHashA@24 @131 + CryptSignHashW@24 @132 + CryptVerifySignatureA@24 @133 + CryptVerifySignatureW@24 @134 + DecryptFileA@8 @135 + DecryptFileW@8 @136 + DeleteAce@8 @137 + DeleteService@4 @138 + DeregisterEventSource@4 @139 + DestroyPrivateObjectSecurity@4 @140 + DuplicateToken@12 @141 + DuplicateTokenEx@24 @142 + EnableTrace@24 @147 + EnableTraceEx@48 @148 + EnableTraceEx2@44 @149 + EncryptFileA@4 @150 + EncryptFileW@4 @151 + EnumDependentServicesA@24 @152 + EnumDependentServicesW@24 @153 + EnumServicesStatusA@32 @156 + EnumServicesStatusExA@40 @157 + EnumServicesStatusExW@40 @158 + EnumServicesStatusW@32 @159 + EnumerateTraceGuids@12 @160 + EqualPrefixSid@8 @161 + EqualSid@8 @162 + EventActivityIdControl@8 @163 + EventEnabled@12=ntdll.EtwEventEnabled @164 + EventProviderEnabled@20 @165 + EventRegister@16=ntdll.EtwEventRegister @166 + EventSetInformation@20=ntdll.EtwEventSetInformation @167 + EventUnregister@8=ntdll.EtwEventUnregister @168 + EventWrite@20=ntdll.EtwEventWrite @169 + EventWriteTransfer@28 @170 + FileEncryptionStatusA@8 @171 + FileEncryptionStatusW@8 @172 + FindFirstFreeAce@8 @173 + FlushTraceA@16 @174 + FlushTraceW@16 @175 + FreeSid@4 @176 + GetAce@12 @177 + GetAclInformation@16 @178 + GetAuditedPermissionsFromAclA@16 @179 + GetAuditedPermissionsFromAclW@16 @180 + GetCurrentHwProfileA@4 @181 + GetCurrentHwProfileW@4 @182 + GetEffectiveRightsFromAclA@12 @183 + GetEffectiveRightsFromAclW@12 @184 + GetEventLogInformation@20 @185 + GetExplicitEntriesFromAclA@12 @186 + GetExplicitEntriesFromAclW@12 @187 + GetFileSecurityA@20 @188 + GetFileSecurityW@20 @189 + GetKernelObjectSecurity@20 @190 + GetLengthSid@4 @191 + GetNamedSecurityInfoA@32 @193 + GetNamedSecurityInfoExA@36 @194 + GetNamedSecurityInfoExW@36 @195 + GetNamedSecurityInfoW@32 @196 + GetNumberOfEventLogRecords@8 @197 + GetOldestEventLogRecord@8 @198 + GetPrivateObjectSecurity@20 @199 + GetSecurityDescriptorControl@12 @200 + GetSecurityDescriptorDacl@16 @201 + GetSecurityDescriptorGroup@12 @202 + GetSecurityDescriptorLength@4 @203 + GetSecurityDescriptorOwner@12 @204 + GetSecurityDescriptorSacl@16 @205 + GetSecurityInfo@32 @206 + GetSecurityInfoExA@36 @207 + GetSecurityInfoExW@36 @208 + GetServiceDisplayNameA@16 @209 + GetServiceDisplayNameW@16 @210 + GetServiceKeyNameA@16 @211 + GetServiceKeyNameW@16 @212 + GetSidIdentifierAuthority@4 @213 + GetSidLengthRequired@4 @214 + GetSidSubAuthority@8 @215 + GetSidSubAuthorityCount@4 @216 + GetTokenInformation@20 @218 + GetTraceEnableFlags@8 @219 + GetTraceEnableLevel@8 @220 + GetTraceLoggerHandle@4 @221 + GetTrusteeFormA@4 @222 + GetTrusteeFormW@4 @223 + GetTrusteeNameA@4 @224 + GetTrusteeNameW@4 @225 + GetTrusteeTypeA@4 @226 + GetTrusteeTypeW@4 @227 + GetUserNameA@8 @228 + GetUserNameW@8 @229 + GetWindowsAccountDomainSid@12 @230 + ImpersonateAnonymousToken@4 @233 + ImpersonateLoggedOnUser@4 @234 + ImpersonateNamedPipeClient@4 @235 + ImpersonateSelf@4 @236 + InitializeAcl@12 @237 + InitializeSecurityDescriptor@8 @238 + InitializeSid@12 @239 + InitiateSystemShutdownA@20 @240 + InitiateSystemShutdownExA@24 @241 + InitiateSystemShutdownExW@24 @242 + InitiateSystemShutdownW@20 @243 + IsTextUnicode@12 @246 + IsTokenRestricted@4 @247 + IsValidAcl@4 @248 + IsValidSecurityDescriptor@4 @249 + IsValidSid@4 @250 + IsWellKnownSid@8 @251 + LockServiceDatabase@4 @252 + LogonUserA@24 @253 + LogonUserW@24 @254 + LookupAccountNameA@28 @255 + LookupAccountNameW@28 @256 + LookupAccountSidA@28 @257 + LookupAccountSidW@28 @258 + LookupPrivilegeDisplayNameA@20 @259 + LookupPrivilegeDisplayNameW@20 @260 + LookupPrivilegeNameA@16 @261 + LookupPrivilegeNameW@16 @262 + LookupPrivilegeValueA@12 @263 + LookupPrivilegeValueW@12 @264 + LookupSecurityDescriptorPartsA@28 @265 + LookupSecurityDescriptorPartsW@28 @266 + LsaAddAccountRights@16 @267 + LsaClose@4 @269 + LsaCreateTrustedDomainEx@20 @273 + LsaDeleteTrustedDomain@8 @275 + LsaEnumerateAccountRights@16 @276 + LsaEnumerateAccountsWithUserRight@16 @278 + LsaEnumerateTrustedDomains@20 @281 + LsaEnumerateTrustedDomainsEx@20 @282 + LsaFreeMemory@4 @283 + LsaLookupNames@20 @287 + LsaLookupNames2@24 @288 + LsaLookupPrivilegeDisplayName@16 @289 + LsaLookupPrivilegeName@12 @290 + LsaLookupSids@20 @291 + LsaNtStatusToWinError@4 @292 + LsaOpenPolicy@16 @294 + LsaOpenTrustedDomainByName@16 @297 + LsaQueryInformationPolicy@12 @299 + LsaQueryTrustedDomainInfo@16 @301 + LsaQueryTrustedDomainInfoByName@16 @302 + LsaRegisterPolicyChangeNotification@8 @303 + LsaRemoveAccountRights@20 @304 + LsaRetrievePrivateData@12 @306 + LsaSetInformationPolicy@12 @307 + LsaSetSecret@12 @309 + LsaSetTrustedDomainInfoByName@16 @311 + LsaSetTrustedDomainInformation@16 @312 + LsaStorePrivateData@12 @313 + LsaUnregisterPolicyChangeNotification@8 @314 + MD4Final@4 @315 + MD4Init@4 @316 + MD4Update@12 @317 + MD5Final@4 @318 + MD5Init@4 @319 + MD5Update@12 @320 + MakeAbsoluteSD@44 @321 + MakeSelfRelativeSD@12 @322 + MapGenericMask@8 @323 + NotifyBootConfigStatus@4 @324 + NotifyChangeEventLog@8 @325 + NotifyServiceStatusChangeW@12 @326 + ObjectCloseAuditAlarmA@12 @327 + ObjectCloseAuditAlarmW@12 @328 + ObjectDeleteAuditAlarmW@12 @329 + ObjectOpenAuditAlarmA@48 @330 + ObjectOpenAuditAlarmW@48 @331 + ObjectPrivilegeAuditAlarmA@24 @332 + ObjectPrivilegeAuditAlarmW@24 @333 + OpenBackupEventLogA@8 @334 + OpenBackupEventLogW@8 @335 + OpenEncryptedFileRawA@12 @336 + OpenEncryptedFileRawW@12 @337 + OpenEventLogA@8 @338 + OpenEventLogW@8 @339 + OpenProcessToken@12 @340 + OpenSCManagerA@12 @341 + OpenSCManagerW@12 @342 + OpenServiceA@12 @343 + OpenServiceW@12 @344 + OpenThreadToken@16 @345 + OpenTraceA@4 @346 + OpenTraceW@4 @347 + PerfCreateInstance@16 @348 + PerfDeleteInstance@8 @349 + PerfSetCounterRefValue@16 @350 + PerfSetCounterSetInfo@12 @351 + PerfStartProvider@12 @352 + PerfStartProviderEx@12 @353 + PerfStopProvider@4 @354 + PrivilegeCheck@12 @355 + PrivilegedServiceAuditAlarmA@20 @356 + PrivilegedServiceAuditAlarmW@20 @357 + ProcessTrace@16 @358 + QueryAllTracesA@12 @359 + QueryAllTracesW@12 @360 + QueryServiceConfig2A@20 @361 + QueryServiceConfig2W@20 @362 + QueryServiceConfigA@16 @363 + QueryServiceConfigW@16 @364 + QueryServiceLockStatusA@16 @365 + QueryServiceLockStatusW@16 @366 + QueryServiceObjectSecurity@20 @367 + QueryServiceStatus@8 @368 + QueryServiceStatusEx@20 @369 + QueryTraceW@16 @370 + QueryWindows31FilesMigration@4 @371 + ReadEncryptedFileRaw@12 @372 + ReadEventLogA@28 @373 + ReadEventLogW@28 @374 + RegCloseKey@4 @375 + RegConnectRegistryA@12 @376 + RegConnectRegistryW@12 @377 + RegCopyTreeA@12 @378 + RegCopyTreeW@12 @379 + RegCreateKeyA@12 @380 + RegCreateKeyExA@36 @381 + RegCreateKeyExW@36 @382 + RegCreateKeyTransactedA@44 @383 + RegCreateKeyTransactedW@44 @384 + RegCreateKeyW@12 @385 + RegDeleteKeyA@8 @386 + RegDeleteKeyExA@16 @387 + RegDeleteKeyExW@16 @388 + RegDeleteKeyValueA@12 @389 + RegDeleteKeyValueW@12 @390 + RegDeleteKeyW@8 @391 + RegDeleteTreeA@8 @392 + RegDeleteTreeW@8 @393 + RegDeleteValueA@8 @394 + RegDeleteValueW@8 @395 + RegDisablePredefinedCache@0 @396 + RegDisableReflectionKey@4 @397 + RegEnumKeyA@16 @398 + RegEnumKeyExA@32 @399 + RegEnumKeyExW@32 @400 + RegEnumKeyW@16 @401 + RegEnumValueA@32 @402 + RegEnumValueW@32 @403 + RegFlushKey@4 @404 + RegGetKeySecurity@16 @405 + RegGetValueA@28 @406 + RegGetValueW@28 @407 + RegLoadKeyA@12 @408 + RegLoadKeyW@12 @409 + RegLoadMUIStringA@28 @410 + RegLoadMUIStringW@28 @411 + RegNotifyChangeKeyValue@20 @412 + RegOpenCurrentUser@8 @413 + RegOpenKeyA@12 @414 + RegOpenKeyExA@20 @415 + RegOpenKeyExW@20 @416 + RegOpenKeyW@12 @417 + RegOpenUserClassesRoot@16 @418 + RegOverridePredefKey@8 @419 + RegQueryInfoKeyA@48 @420 + RegQueryInfoKeyW@48 @421 + RegQueryMultipleValuesA@20 @422 + RegQueryMultipleValuesW@20 @423 + RegQueryValueA@16 @424 + RegQueryValueExA@24 @425 + RegQueryValueExW@24 @426 + RegQueryValueW@16 @427 + RegReplaceKeyA@16 @429 + RegReplaceKeyW@16 @430 + RegRestoreKeyA@12 @431 + RegRestoreKeyW@12 @432 + RegSaveKeyA@12 @433 + RegSaveKeyExA@16 @434 + RegSaveKeyExW@16 @435 + RegSaveKeyW@12 @436 + RegSetKeySecurity@12 @437 + RegSetKeyValueA@24 @438 + RegSetKeyValueW@24 @439 + RegSetValueA@20 @440 + RegSetValueExA@24 @441 + RegSetValueExW@24 @442 + RegSetValueW@20 @443 + RegUnLoadKeyA@8 @444 + RegUnLoadKeyW@8 @445 + RegisterEventSourceA@8 @446 + RegisterEventSourceW@8 @447 + RegisterServiceCtrlHandlerA@8 @448 + RegisterServiceCtrlHandlerExA@12 @449 + RegisterServiceCtrlHandlerExW@12 @450 + RegisterServiceCtrlHandlerW@8 @451 + RegisterTraceGuidsA@32=ntdll.EtwRegisterTraceGuidsA @452 + RegisterTraceGuidsW@32=ntdll.EtwRegisterTraceGuidsW @453 + RegisterWaitChainCOMCallback@8 @454 + ReportEventA@36 @455 + ReportEventW@36 @456 + RevertToSelf@0 @457 + SaferCloseLevel@4 @458 + SaferComputeTokenFromLevel@20 @459 + SaferCreateLevel@20 @460 + SaferGetPolicyInformation@24 @461 + SaferSetLevelInformation@16 @462 + SetAclInformation@16 @463 + SetEntriesInAclA@16 @464 + SetEntriesInAclW@16 @465 + SetFileSecurityA@12 @466 + SetFileSecurityW@12 @467 + SetKernelObjectSecurity@12 @468 + SetNamedSecurityInfoA@28 @469 + SetNamedSecurityInfoW@28 @470 + SetPrivateObjectSecurity@20 @471 + SetSecurityDescriptorControl@12 @472 + SetSecurityDescriptorDacl@16 @473 + SetSecurityDescriptorGroup@12 @474 + SetSecurityDescriptorOwner@12 @475 + SetSecurityDescriptorSacl@16 @476 + SetSecurityInfo@28 @477 + SetServiceBits@16 @478 + SetServiceObjectSecurity@12 @479 + SetServiceStatus@8 @480 + SetThreadToken@8 @481 + SetTokenInformation@16 @482 + StartServiceA@12 @483 + StartServiceCtrlDispatcherA@4 @484 + StartServiceCtrlDispatcherW@4 @485 + StartServiceW@12 @486 + StartTraceA@12 @487 + StartTraceW@12 @488 + StopTraceA@16 @489 + StopTraceW@16 @490 + SynchronizeWindows31FilesAndWindowsNTRegistry@16 @491 + SystemFunction001@12 @492 + SystemFunction002@12 @493 + SystemFunction003@8 @494 + SystemFunction004@12 @495 + SystemFunction005@12 @496 + SystemFunction006@8 @497 + SystemFunction007@8 @498 + SystemFunction008@12 @499 + SystemFunction009@12 @500 + SystemFunction010@12 @501 + SystemFunction011@12=SystemFunction010@12 @502 + SystemFunction012@12 @503 + SystemFunction013@12 @504 + SystemFunction014@12=SystemFunction012@12 @505 + SystemFunction015@12=SystemFunction013@12 @506 + SystemFunction016@12=SystemFunction012@12 @507 + SystemFunction017@12=SystemFunction013@12 @508 + SystemFunction018@12=SystemFunction012@12 @509 + SystemFunction019@12=SystemFunction013@12 @510 + SystemFunction020@12=SystemFunction012@12 @511 + SystemFunction021@12=SystemFunction013@12 @512 + SystemFunction022@12=SystemFunction012@12 @513 + SystemFunction023@12=SystemFunction013@12 @514 + SystemFunction024@12 @515 + SystemFunction025@12 @516 + SystemFunction026@12=SystemFunction024@12 @517 + SystemFunction027@12=SystemFunction025@12 @518 + SystemFunction030@8 @521 + SystemFunction031@8=SystemFunction030@8 @522 + SystemFunction032@8 @523 + SystemFunction035@4 @526 + SystemFunction036@8 @527 + SystemFunction040@12 @528 + SystemFunction041@12 @529 + TraceEvent@12 @530 + TraceMessage @532 + TraceMessageVa@24 @533 + TreeResetNamedSecurityInfoW@44 @534 + UnlockServiceDatabase@4 @535 + UnregisterTraceGuids@8=ntdll.EtwUnregisterTraceGuids @536 + WmiExecuteMethodA@28 @541 + WmiExecuteMethodW@28 @542 + WmiFreeBuffer@4 @543 + WmiMofEnumerateResourcesA@12 @544 + WmiMofEnumerateResourcesW@12 @545 + WmiNotificationRegistrationA@20 @546 + WmiNotificationRegistrationW@20 @547 + WmiOpenBlock@12 @548 + WmiQueryAllDataA@12 @549 + WmiQueryAllDataW@12 @550 + WmiQueryGuidInformation@8 @551 + WmiSetSingleInstanceA@20 @553 + WmiSetSingleInstanceW@20 @554 + WmiSetSingleItemA@24 @555 + WmiSetSingleItemW@24 @556 + WriteEncryptedFileRaw@12 @557 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadvpack.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadvpack.def index 59e8173..eb5d740 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadvpack.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libadvpack.def @@ -3,85 +3,85 @@ LIBRARY advpack.dll EXPORTS - AddDelBackupEntryA@16 @1 - AddDelBackupEntryW@16 @2 - AddDelBackupEntry@16=AddDelBackupEntryA@16 @3 - AdvInstallFileA@28 @4 - AdvInstallFileW@28 @5 - AdvInstallFile@28=AdvInstallFileA@28 @6 + AddDelBackupEntry@16=AddDelBackupEntryA@16 @1 + AddDelBackupEntryA@16 @2 + AddDelBackupEntryW@16 @3 + AdvInstallFile@28=AdvInstallFileA@28 @4 + AdvInstallFileA@28 @5 + AdvInstallFileW@28 @6 CloseINFEngine@4 @7 - DelNodeA@8 @8 - DelNodeW@8 @9 - DelNode@8=DelNodeA@8 @10 + DelNode@8=DelNodeA@8 @8 + DelNodeA@8 @9 + DelNodeRunDLL32@16=DelNodeRunDLL32A@16 @10 DelNodeRunDLL32A@16 @11 DelNodeRunDLL32W@16 @12 - DelNodeRunDLL32@16=DelNodeRunDLL32A@16 @13 + DelNodeW@8 @13 DllMain@12 @14 PRIVATE DoInfInstall@4 @15 - ExecuteCabA@12 @16 - ExecuteCabW@12 @17 - ExecuteCab@12=ExecuteCabA@12 @18 - ExtractFilesA@24 @19 - ExtractFilesW@24 @20 - ExtractFiles@24=ExtractFilesA@24 @21 - FileSaveMarkNotExistA@12 @22 - FileSaveMarkNotExistW@12 @23 - FileSaveMarkNotExist@12=FileSaveMarkNotExistA@12 @24 - FileSaveRestoreA@20 @25 - FileSaveRestoreW@20 @26 - FileSaveRestore@20=FileSaveRestoreA@20 @27 + ExecuteCab@12=ExecuteCabA@12 @16 + ExecuteCabA@12 @17 + ExecuteCabW@12 @18 + ExtractFiles@24=ExtractFilesA@24 @19 + ExtractFilesA@24 @20 + ExtractFilesW@24 @21 + FileSaveMarkNotExist@12=FileSaveMarkNotExistA@12 @22 + FileSaveMarkNotExistA@12 @23 + FileSaveMarkNotExistW@12 @24 + FileSaveRestore@20=FileSaveRestoreA@20 @25 + FileSaveRestoreA@20 @26 + FileSaveRestoreOnINF@28=FileSaveRestoreOnINFA@28 @27 FileSaveRestoreOnINFA@28 @28 FileSaveRestoreOnINFW@28 @29 - FileSaveRestoreOnINF@28=FileSaveRestoreOnINFA@28 @30 - GetVersionFromFileA@16 @31 - GetVersionFromFileW@16 @32 - GetVersionFromFile@16=GetVersionFromFileA@16 @33 + FileSaveRestoreW@20 @30 + GetVersionFromFile@16=GetVersionFromFileA@16 @31 + GetVersionFromFileA@16 @32 + GetVersionFromFileEx@16=GetVersionFromFileExA@16 @33 GetVersionFromFileExA@16 @34 GetVersionFromFileExW@16 @35 - GetVersionFromFileEx@16=GetVersionFromFileExA@16 @36 + GetVersionFromFileW@16 @36 IsNTAdmin@8 @37 - LaunchINFSectionA@16 @38 - LaunchINFSectionW@16 @39 - LaunchINFSection@16=LaunchINFSectionA@16 @40 + LaunchINFSection@16=LaunchINFSectionA@16 @38 + LaunchINFSectionA@16 @39 + LaunchINFSectionEx@16=LaunchINFSectionExA@16 @40 LaunchINFSectionExA@16 @41 LaunchINFSectionExW@16 @42 - LaunchINFSectionEx@16=LaunchINFSectionExA@16 @43 + LaunchINFSectionW@16 @43 NeedReboot@4 @44 NeedRebootInit@0 @45 - OpenINFEngineA@20 @46 - OpenINFEngineW@20 @47 - OpenINFEngine@20=OpenINFEngineA@20 @48 - RebootCheckOnInstallA@16 @49 - RebootCheckOnInstallW@16 @50 - RebootCheckOnInstall@16=RebootCheckOnInstallA@16 @51 - RegInstallA@12 @52 - RegInstallW@12 @53 - RegInstall@12=RegInstallA@12 @54 - RegRestoreAllA@12 @55 - RegRestoreAllW@12 @56 - RegRestoreAll@12=RegRestoreAllA@12 @57 - RegSaveRestoreA@28 @58 - RegSaveRestoreW@28 @59 - RegSaveRestore@28=RegSaveRestoreA@28 @60 + OpenINFEngine@20=OpenINFEngineA@20 @46 + OpenINFEngineA@20 @47 + OpenINFEngineW@20 @48 + RebootCheckOnInstall@16=RebootCheckOnInstallA@16 @49 + RebootCheckOnInstallA@16 @50 + RebootCheckOnInstallW@16 @51 + RegInstall@12=RegInstallA@12 @52 + RegInstallA@12 @53 + RegInstallW@12 @54 + RegRestoreAll@12=RegRestoreAllA@12 @55 + RegRestoreAllA@12 @56 + RegRestoreAllW@12 @57 + RegSaveRestore@28=RegSaveRestoreA@28 @58 + RegSaveRestoreA@28 @59 + RegSaveRestoreOnINF@28=RegSaveRestoreOnINFA@28 @60 RegSaveRestoreOnINFA@28 @61 RegSaveRestoreOnINFW@28 @62 - RegSaveRestoreOnINF@28=RegSaveRestoreOnINFA@28 @63 + RegSaveRestoreW@28 @63 RegisterOCX@16 @64 - RunSetupCommandA@32 @65 - RunSetupCommandW@32 @66 - RunSetupCommand@32=RunSetupCommandA@32 @67 - SetPerUserSecValuesA@4 @68 - SetPerUserSecValuesW@4 @69 - SetPerUserSecValues@4=SetPerUserSecValuesA@4 @70 - TranslateInfStringA@32 @71 - TranslateInfStringW@32 @72 - TranslateInfString@32=TranslateInfStringA@32 @73 + RunSetupCommand@32=RunSetupCommandA@32 @65 + RunSetupCommandA@32 @66 + RunSetupCommandW@32 @67 + SetPerUserSecValues@4=SetPerUserSecValuesA@4 @68 + SetPerUserSecValuesA@4 @69 + SetPerUserSecValuesW@4 @70 + TranslateInfString@32=TranslateInfStringA@32 @71 + TranslateInfStringA@32 @72 + TranslateInfStringEx@32=TranslateInfStringExA@32 @73 TranslateInfStringExA@32 @74 TranslateInfStringExW@32 @75 - TranslateInfStringEx@32=TranslateInfStringExA@32 @76 - UserInstStubWrapperA@16 @77 - UserInstStubWrapperW@16 @78 - UserInstStubWrapper@16=UserInstStubWrapperA@16 @79 - UserUnInstStubWrapperA@16 @80 - UserUnInstStubWrapperW@16 @81 - UserUnInstStubWrapper@16=UserUnInstStubWrapperA@16 @82 + TranslateInfStringW@32 @76 + UserInstStubWrapper@16=UserInstStubWrapperA@16 @77 + UserInstStubWrapperA@16 @78 + UserInstStubWrapperW@16 @79 + UserUnInstStubWrapper@16=UserUnInstStubWrapperA@16 @80 + UserUnInstStubWrapperA@16 @81 + UserUnInstStubWrapperW@16 @82 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libavrt.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libavrt.def index 8f495a9..ff47c90 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libavrt.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libavrt.def @@ -3,6 +3,7 @@ LIBRARY avrt.dll EXPORTS + AvQuerySystemResponsiveness@8 @1 AvRevertMmThreadCharacteristics@4 @2 AvSetMmThreadCharacteristicsA@8 @12 AvSetMmThreadCharacteristicsW@8 @13 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libbcrypt.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libbcrypt.def index 393253d..6b69fb1 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libbcrypt.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libbcrypt.def @@ -5,11 +5,18 @@ LIBRARY bcrypt.dll EXPORTS BCryptCloseAlgorithmProvider@8 @3 BCryptCreateHash@28 @7 + BCryptDecrypt@40 @8 BCryptDestroyHash@4 @11 + BCryptDestroyKey@4 @12 + BCryptDuplicateHash@20 @14 + BCryptEncrypt@40 @16 BCryptEnumAlgorithms@16 @17 BCryptFinishHash@16 @25 BCryptGenRandom@16 @27 + BCryptGenerateSymmetricKey@28 @29 BCryptGetFipsAlgorithmMode@4 @30 BCryptGetProperty@24 @31 - BCryptHashData@16 @32 - BCryptOpenAlgorithmProvider@16 @35 + BCryptHash@28 @32 + BCryptHashData@16 @33 + BCryptOpenAlgorithmProvider@16 @36 + BCryptSetProperty@20 @49 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcfgmgr32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcfgmgr32.def index 1f8d5a5..04a7182 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcfgmgr32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcfgmgr32.def @@ -3,38 +3,45 @@ LIBRARY cfgmgr32.dll EXPORTS - CM_Connect_MachineA@8=setupapi.CM_Connect_MachineA @10 - CM_Connect_MachineW@8=setupapi.CM_Connect_MachineW @11 - CM_Create_DevNodeA@16=setupapi.CM_Create_DevNodeA @12 - CM_Create_DevNodeW@16=setupapi.CM_Create_DevNodeW @13 - CM_Disconnect_Machine@4=setupapi.CM_Disconnect_Machine @26 - CM_Enumerate_Classes@12=setupapi.CM_Enumerate_Classes @30 - CM_Get_Class_Registry_PropertyA@28=setupapi.CM_Get_Class_Registry_PropertyA @55 - CM_Get_Class_Registry_PropertyW@28=setupapi.CM_Get_Class_Registry_PropertyW @56 - CM_Get_DevNode_Registry_PropertyA@24=setupapi.CM_Get_DevNode_Registry_PropertyA @59 - CM_Get_DevNode_Registry_PropertyW@24=setupapi.CM_Get_DevNode_Registry_PropertyW @60 - CM_Get_DevNode_Registry_Property_ExA@28=setupapi.CM_Get_DevNode_Registry_Property_ExA @61 - CM_Get_DevNode_Registry_Property_ExW@28=setupapi.CM_Get_DevNode_Registry_Property_ExW @62 - CM_Get_Device_IDA@16=setupapi.CM_Get_Device_IDA @65 - CM_Get_Device_IDW@16=setupapi.CM_Get_Device_IDW @66 - CM_Get_Device_ID_ExA@20=setupapi.CM_Get_Device_ID_ExA @67 - CM_Get_Device_ID_ExW@20=setupapi.CM_Get_Device_ID_ExW @68 - CM_Get_Device_ID_ListA@16=setupapi.CM_Get_Device_ID_ListA @69 - CM_Get_Device_ID_ListW@16=setupapi.CM_Get_Device_ID_ListW @70 - CM_Get_Device_ID_List_SizeA@12=setupapi.CM_Get_Device_ID_List_SizeA @73 - CM_Get_Device_ID_List_SizeW@12=setupapi.CM_Get_Device_ID_List_SizeW @74 - CM_Get_Device_ID_Size@12=setupapi.CM_Get_Device_ID_Size @77 - CM_Get_Device_Interface_List_SizeA@16=setupapi.CM_Get_Device_Interface_List_SizeA @87 - CM_Get_Device_Interface_List_SizeW@16=setupapi.CM_Get_Device_Interface_List_SizeW @88 - CM_Get_Device_Interface_List_Size_ExA@20=setupapi.CM_Get_Device_Interface_List_Size_ExA @89 - CM_Get_Device_Interface_List_Size_ExW@20=setupapi.CM_Get_Device_Interface_List_Size_ExW @90 - CM_Get_Parent@12=setupapi.CM_Get_Parent @109 - CM_Locate_DevNodeA@12=setupapi.CM_Locate_DevNodeA @122 - CM_Locate_DevNodeW@12=setupapi.CM_Locate_DevNodeW @123 - CM_Locate_DevNode_ExA@16=setupapi.CM_Locate_DevNode_ExA @124 - CM_Locate_DevNode_ExW@16=setupapi.CM_Locate_DevNode_ExW @125 - CM_Reenumerate_DevNode@8=setupapi.CM_Reenumerate_DevNode @144 - CM_Reenumerate_DevNode_Ex@12=setupapi.CM_Reenumerate_DevNode_Ex @145 - CM_Set_Class_Registry_PropertyA@24=setupapi.CM_Set_Class_Registry_PropertyA @161 - CM_Set_Class_Registry_PropertyW@24=setupapi.CM_Set_Class_Registry_PropertyW @162 - CMP_WaitNoPendingInstallEvents@4=setupapi.CMP_WaitNoPendingInstallEvents @184 + CMP_WaitNoPendingInstallEvents@4=setupapi.CMP_WaitNoPendingInstallEvents @1 + CM_Connect_MachineA@8=setupapi.CM_Connect_MachineA @11 + CM_Connect_MachineW@8=setupapi.CM_Connect_MachineW @12 + CM_Create_DevNodeA@16=setupapi.CM_Create_DevNodeA @13 + CM_Create_DevNodeW@16=setupapi.CM_Create_DevNodeW @14 + CM_Disconnect_Machine@4=setupapi.CM_Disconnect_Machine @27 + CM_Enumerate_Classes@12=setupapi.CM_Enumerate_Classes @31 + CM_Get_Child@12=setupapi.CM_Get_Child @46 + CM_Get_Child_Ex@16=setupapi.CM_Get_Child_Ex @47 + CM_Get_Class_Registry_PropertyA@28=setupapi.CM_Get_Class_Registry_PropertyA @56 + CM_Get_Class_Registry_PropertyW@28=setupapi.CM_Get_Class_Registry_PropertyW @57 + CM_Get_DevNode_Registry_PropertyA@24=setupapi.CM_Get_DevNode_Registry_PropertyA @60 + CM_Get_DevNode_Registry_PropertyW@24=setupapi.CM_Get_DevNode_Registry_PropertyW @61 + CM_Get_DevNode_Registry_Property_ExA@28=setupapi.CM_Get_DevNode_Registry_Property_ExA @62 + CM_Get_DevNode_Registry_Property_ExW@28=setupapi.CM_Get_DevNode_Registry_Property_ExW @63 + CM_Get_DevNode_Status@16=setupapi.CM_Get_DevNode_Status @64 + CM_Get_DevNode_Status_Ex@20=setupapi.CM_Get_DevNode_Status_Ex @65 + CM_Get_Device_IDA@16=setupapi.CM_Get_Device_IDA @66 + CM_Get_Device_IDW@16=setupapi.CM_Get_Device_IDW @67 + CM_Get_Device_ID_ExA@20=setupapi.CM_Get_Device_ID_ExA @68 + CM_Get_Device_ID_ExW@20=setupapi.CM_Get_Device_ID_ExW @69 + CM_Get_Device_ID_ListA@16=setupapi.CM_Get_Device_ID_ListA @70 + CM_Get_Device_ID_ListW@16=setupapi.CM_Get_Device_ID_ListW @71 + CM_Get_Device_ID_List_SizeA@12=setupapi.CM_Get_Device_ID_List_SizeA @74 + CM_Get_Device_ID_List_SizeW@12=setupapi.CM_Get_Device_ID_List_SizeW @75 + CM_Get_Device_ID_Size@12=setupapi.CM_Get_Device_ID_Size @78 + CM_Get_Device_Interface_List_SizeA@16=setupapi.CM_Get_Device_Interface_List_SizeA @88 + CM_Get_Device_Interface_List_SizeW@16=setupapi.CM_Get_Device_Interface_List_SizeW @89 + CM_Get_Device_Interface_List_Size_ExA@20=setupapi.CM_Get_Device_Interface_List_Size_ExA @90 + CM_Get_Device_Interface_List_Size_ExW@20=setupapi.CM_Get_Device_Interface_List_Size_ExW @91 + CM_Get_Parent@12=setupapi.CM_Get_Parent @110 + CM_Get_Sibling_Ex@16=setupapi.CM_Get_Sibling_Ex @117 + CM_Get_Version@0=setupapi.CM_Get_Version @118 + CM_Locate_DevNodeA@12=setupapi.CM_Locate_DevNodeA @123 + CM_Locate_DevNodeW@12=setupapi.CM_Locate_DevNodeW @124 + CM_Locate_DevNode_ExA@16=setupapi.CM_Locate_DevNode_ExA @125 + CM_Locate_DevNode_ExW@16=setupapi.CM_Locate_DevNode_ExW @126 + CM_Open_DevNode_Key@24=setupapi.CM_Open_DevNode_Key @137 + CM_Reenumerate_DevNode@8=setupapi.CM_Reenumerate_DevNode @145 + CM_Reenumerate_DevNode_Ex@12=setupapi.CM_Reenumerate_DevNode_Ex @146 + CM_Set_Class_Registry_PropertyA@24=setupapi.CM_Set_Class_Registry_PropertyA @162 + CM_Set_Class_Registry_PropertyW@24=setupapi.CM_Set_Class_Registry_PropertyW @163 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcomctl32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcomctl32.def index 0b7d017..b8e3826 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcomctl32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcomctl32.def @@ -58,6 +58,7 @@ EXPORTS DPA_CreateEx@8 @340 NONAME SendNotify@16 @341 NONAME SendNotifyEx@20 @342 NONAME + TaskDialog@32 @344 NONAME TaskDialogIndirect@16 @345 NONAME StrChrA@8 @350 NONAME PRIVATE StrRChrA@12 @351 NONAME PRIVATE diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcomsvcs.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcomsvcs.def index e9fc6c0..759bc8a 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcomsvcs.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcomsvcs.def @@ -3,7 +3,7 @@ LIBRARY comsvcs.dll EXPORTS - DllCanUnloadNow@0 @9 PRIVATE - DllGetClassObject@12 @10 PRIVATE - DllRegisterServer@0 @11 PRIVATE - DllUnregisterServer@0 @12 PRIVATE + DllCanUnloadNow@0 @13 PRIVATE + DllGetClassObject@12 @14 PRIVATE + DllRegisterServer@0 @15 PRIVATE + DllUnregisterServer@0 @16 PRIVATE diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcredui.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcredui.def index 26f54aa..73a262f 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcredui.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcredui.def @@ -3,12 +3,15 @@ LIBRARY credui.dll EXPORTS - CredUIConfirmCredentialsW@8 @4 - CredUIInitControls@0 @5 - CredUIParseUserNameW@20 @7 - CredUIPromptForCredentialsW@40 @9 - CredUIReadSSOCredA@8 @10 - CredUIReadSSOCredW@8 @11 - CredUIStoreSSOCredA@16 @12 - CredUIStoreSSOCredW@16 @13 - SspiPromptForCredentialsW@32 @18 + CredPackAuthenticationBufferW@20 @1 + CredUIConfirmCredentialsW@8 @5 + CredUIInitControls@0 @6 + CredUIParseUserNameW@20 @8 + CredUIPromptForCredentialsW@40 @10 + CredUIPromptForWindowsCredentialsW@36 @11 + CredUIReadSSOCredA@8 @12 + CredUIReadSSOCredW@8 @13 + CredUIStoreSSOCredA@16 @14 + CredUIStoreSSOCredW@16 @15 + CredUnPackAuthenticationBufferW@36 @16 + SspiPromptForCredentialsW@32 @21 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcrtdll.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcrtdll.def deleted file mode 100644 index 9b7956c..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcrtdll.def +++ /dev/null @@ -1,530 +0,0 @@ -; File generated automatically from ./dlls/crtdll/crtdll.spec; do not edit! - -LIBRARY crtdll.dll - -EXPORTS - ??2@YAPAXI@Z=msvcrt.??2@YAPAXI@Z @1 - ??3@YAXPAX@Z=msvcrt.??3@YAXPAX@Z @2 - ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z=msvcrt.?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z @3 - _CIacos=msvcrt._CIacos @4 - _CIasin=msvcrt._CIasin @5 - _CIatan=msvcrt._CIatan @6 - _CIatan2=msvcrt._CIatan2 @7 - _CIcos=msvcrt._CIcos @8 - _CIcosh=msvcrt._CIcosh @9 - _CIexp=msvcrt._CIexp @10 - _CIfmod=msvcrt._CIfmod @11 - _CIlog=msvcrt._CIlog @12 - _CIlog10=msvcrt._CIlog10 @13 - _CIpow=msvcrt._CIpow @14 - _CIsin=msvcrt._CIsin @15 - _CIsinh=msvcrt._CIsinh @16 - _CIsqrt=msvcrt._CIsqrt @17 - _CItan=msvcrt._CItan @18 - _CItanh=msvcrt._CItanh @19 - _HUGE_dll=msvcrt._HUGE @20 DATA - _XcptFilter=msvcrt._XcptFilter @21 - __GetMainArgs @22 - __argc_dll=msvcrt.__argc @23 DATA - __argv_dll=msvcrt.__argv @24 DATA - __dllonexit=msvcrt.__dllonexit @25 - __doserrno=msvcrt.__doserrno @26 - __fpecode=msvcrt.__fpecode @27 - __isascii=msvcrt.__isascii @28 - __iscsym=msvcrt.__iscsym @29 - __iscsymf=msvcrt.__iscsymf @30 - __mb_cur_max_dll=msvcrt.__mb_cur_max @31 DATA - __pxcptinfoptrs=msvcrt.__pxcptinfoptrs @32 - __threadhandle=msvcrt.__threadhandle @33 - __threadid=msvcrt.__threadid @34 - __toascii=msvcrt.__toascii @35 - _abnormal_termination=msvcrt._abnormal_termination @36 - _access=msvcrt._access @37 - _acmdln_dll=msvcrt._acmdln @38 DATA - _aexit_rtn_dll=msvcrt._aexit_rtn @39 DATA - _amsg_exit=msvcrt._amsg_exit @40 - _assert=msvcrt._assert @41 - _basemajor_dll=CRTDLL__basemajor_dll @42 DATA - _baseminor_dll=CRTDLL__baseminor_dll @43 DATA - _baseversion_dll=CRTDLL__baseversion_dll @44 DATA - _beep=msvcrt._beep @45 - _beginthread=msvcrt._beginthread @46 - _c_exit=msvcrt._c_exit @47 - _cabs=msvcrt._cabs @48 - _cexit=msvcrt._cexit @49 - _cgets=msvcrt._cgets @50 - _chdir=msvcrt._chdir @51 - _chdrive=msvcrt._chdrive @52 - _chgsign=msvcrt._chgsign @53 - _chmod=msvcrt._chmod @54 - _chsize=msvcrt._chsize @55 - _clearfp=msvcrt._clearfp @56 - _close=msvcrt._close @57 - _commit=msvcrt._commit @58 - _commode_dll=msvcrt._commode @59 DATA - _control87=msvcrt._control87 @60 - _controlfp=msvcrt._controlfp @61 - _copysign=msvcrt._copysign @62 - _cprintf=msvcrt._cprintf @63 - _cpumode_dll=CRTDLL__cpumode_dll @64 DATA - _cputs=msvcrt._cputs @65 - _creat=msvcrt._creat @66 - _cscanf=msvcrt._cscanf @67 - _ctype=msvcrt._ctype @68 DATA - _cwait=msvcrt._cwait @69 - _daylight_dll=msvcrt._daylight @70 DATA - _dup=msvcrt._dup @71 - _dup2=msvcrt._dup2 @72 - _ecvt=msvcrt._ecvt @73 - _endthread=msvcrt._endthread @74 - _environ_dll=msvcrt._environ @75 DATA - _eof=msvcrt._eof @76 - _errno=msvcrt._errno @77 - _except_handler2=msvcrt._except_handler2 @78 - _execl=msvcrt._execl @79 - _execle=msvcrt._execle @80 - _execlp=msvcrt._execlp @81 - _execlpe=msvcrt._execlpe @82 - _execv=msvcrt._execv @83 - _execve=msvcrt._execve @84 - _execvp=msvcrt._execvp @85 - _execvpe=msvcrt._execvpe @86 - _exit=msvcrt._exit @87 - _expand=msvcrt._expand @88 - _fcloseall=msvcrt._fcloseall @89 - _fcvt=msvcrt._fcvt @90 - _fdopen=msvcrt._fdopen @91 - _fgetchar=msvcrt._fgetchar @92 - _fgetwchar=msvcrt._fgetwchar @93 - _filbuf=msvcrt._filbuf @94 - _fileinfo_dll=msvcrt._fileinfo @95 DATA - _filelength=msvcrt._filelength @96 - _fileno=msvcrt._fileno @97 - _findclose=msvcrt._findclose @98 - _findfirst=msvcrt._findfirst @99 - _findnext=msvcrt._findnext @100 - _finite=msvcrt._finite @101 - _flsbuf=msvcrt._flsbuf @102 - _flushall=msvcrt._flushall @103 - _fmode_dll=msvcrt._fmode @104 DATA - _fpclass=msvcrt._fpclass @105 - _fpieee_flt=msvcrt._fpieee_flt @106 - _fpreset=msvcrt._fpreset @107 - _fputchar=msvcrt._fputchar @108 - _fputwchar=msvcrt._fputwchar @109 - _fsopen=msvcrt._fsopen @110 - _fstat=CRTDLL__fstat @111 - _ftime=msvcrt._ftime @112 - _ftol=msvcrt._ftol @113 - _fullpath=msvcrt._fullpath @114 - _futime=msvcrt._futime @115 - _gcvt=msvcrt._gcvt @116 - _get_osfhandle=msvcrt._get_osfhandle @117 - _getch=msvcrt._getch @118 - _getche=msvcrt._getche @119 - _getcwd=msvcrt._getcwd @120 - _getdcwd=msvcrt._getdcwd @121 - _getdiskfree=msvcrt._getdiskfree @122 - _getdllprocaddr=msvcrt._getdllprocaddr @123 - _getdrive=msvcrt._getdrive @124 - _getdrives=msvcrt._getdrives @125 - _getpid=msvcrt._getpid @126 - _getsystime=msvcrt._getsystime @127 - _getw=msvcrt._getw @128 - _global_unwind2=msvcrt._global_unwind2 @129 - _heapchk=msvcrt._heapchk @130 - _heapmin=msvcrt._heapmin @131 - _heapset=msvcrt._heapset @132 - _heapwalk=msvcrt._heapwalk @133 - _hypot=msvcrt._hypot @134 - _initterm=msvcrt._initterm @135 - _iob=msvcrt._iob @136 DATA - _isatty=msvcrt._isatty @137 - _isctype=msvcrt._isctype @138 - _ismbbalnum=msvcrt._ismbbalnum @139 - _ismbbalpha=msvcrt._ismbbalpha @140 - _ismbbgraph=msvcrt._ismbbgraph @141 - _ismbbkalnum=msvcrt._ismbbkalnum @142 - _ismbbkana=msvcrt._ismbbkana @143 - _ismbbkpunct=msvcrt._ismbbkpunct @144 - _ismbblead=msvcrt._ismbblead @145 - _ismbbprint=msvcrt._ismbbprint @146 - _ismbbpunct=msvcrt._ismbbpunct @147 - _ismbbtrail=msvcrt._ismbbtrail @148 - _ismbcalpha=msvcrt._ismbcalpha @149 - _ismbcdigit=msvcrt._ismbcdigit @150 - _ismbchira=msvcrt._ismbchira @151 - _ismbckata=msvcrt._ismbckata @152 - _ismbcl0=msvcrt._ismbcl0 @153 - _ismbcl1=msvcrt._ismbcl1 @154 - _ismbcl2=msvcrt._ismbcl2 @155 - _ismbclegal=msvcrt._ismbclegal @156 - _ismbclower=msvcrt._ismbclower @157 - _ismbcprint=msvcrt._ismbcprint @158 - _ismbcspace=msvcrt._ismbcspace @159 - _ismbcsymbol=msvcrt._ismbcsymbol @160 - _ismbcupper=msvcrt._ismbcupper @161 - _ismbslead=msvcrt._ismbslead @162 - _ismbstrail=msvcrt._ismbstrail @163 - _isnan=msvcrt._isnan @164 - _itoa=msvcrt._itoa @165 - _itow=msvcrt._itow @166 - _j0=msvcrt._j0 @167 - _j1=msvcrt._j1 @168 - _jn=msvcrt._jn @169 - _kbhit=msvcrt._kbhit @170 - _lfind=msvcrt._lfind @171 - _loaddll=msvcrt._loaddll @172 - _local_unwind2=msvcrt._local_unwind2 @173 - _locking=msvcrt._locking @174 - _logb=msvcrt._logb @175 - _lrotl=msvcrt._lrotl @176 - _lrotr=msvcrt._lrotr @177 - _lsearch=msvcrt._lsearch @178 - _lseek=msvcrt._lseek @179 - _ltoa=msvcrt._ltoa @180 - _ltow=msvcrt._ltow @181 - _makepath=msvcrt._makepath @182 - _matherr=msvcrt._matherr @183 - _mbbtombc=msvcrt._mbbtombc @184 - _mbbtype=msvcrt._mbbtype @185 - _mbccpy=msvcrt._mbccpy @186 - _mbcjistojms=msvcrt._mbcjistojms @187 - _mbcjmstojis=msvcrt._mbcjmstojis @188 - _mbclen=msvcrt._mbclen @189 - _mbctohira=msvcrt._mbctohira @190 - _mbctokata=msvcrt._mbctokata @191 - _mbctolower=msvcrt._mbctolower @192 - _mbctombb=msvcrt._mbctombb @193 - _mbctoupper=msvcrt._mbctoupper @194 - _mbctype=msvcrt._mbctype @195 DATA - _mbsbtype=msvcrt._mbsbtype @196 - _mbscat=msvcrt._mbscat @197 - _mbschr=msvcrt._mbschr @198 - _mbscmp=msvcrt._mbscmp @199 - _mbscpy=msvcrt._mbscpy @200 - _mbscspn=msvcrt._mbscspn @201 - _mbsdec=msvcrt._mbsdec @202 - _mbsdup=msvcrt._mbsdup @203 - _mbsicmp=msvcrt._mbsicmp @204 - _mbsinc=msvcrt._mbsinc @205 - _mbslen=msvcrt._mbslen @206 - _mbslwr=msvcrt._mbslwr @207 - _mbsnbcat=msvcrt._mbsnbcat @208 - _mbsnbcmp=msvcrt._mbsnbcmp @209 - _mbsnbcnt=msvcrt._mbsnbcnt @210 - _mbsnbcpy=msvcrt._mbsnbcpy @211 - _mbsnbicmp=msvcrt._mbsnbicmp @212 - _mbsnbset=msvcrt._mbsnbset @213 - _mbsncat=msvcrt._mbsncat @214 - _mbsnccnt=msvcrt._mbsnccnt @215 - _mbsncmp=msvcrt._mbsncmp @216 - _mbsncpy=msvcrt._mbsncpy @217 - _mbsnextc=msvcrt._mbsnextc @218 - _mbsnicmp=msvcrt._mbsnicmp @219 - _mbsninc=msvcrt._mbsninc @220 - _mbsnset=msvcrt._mbsnset @221 - _mbspbrk=msvcrt._mbspbrk @222 - _mbsrchr=msvcrt._mbsrchr @223 - _mbsrev=msvcrt._mbsrev @224 - _mbsset=msvcrt._mbsset @225 - _mbsspn=msvcrt._mbsspn @226 - _mbsspnp=msvcrt._mbsspnp @227 - _mbsstr=msvcrt._mbsstr @228 - _mbstok=msvcrt._mbstok @229 - _mbstrlen=msvcrt._mbstrlen @230 - _mbsupr=msvcrt._mbsupr @231 - _memccpy=msvcrt._memccpy @232 - _memicmp=msvcrt._memicmp @233 - _mkdir=msvcrt._mkdir @234 - _mktemp=msvcrt._mktemp @235 - _msize=msvcrt._msize @236 - _nextafter=msvcrt._nextafter @237 - _onexit=msvcrt._onexit @238 - _open=msvcrt._open @239 - _open_osfhandle=msvcrt._open_osfhandle @240 - _osmajor_dll=CRTDLL__osmajor_dll @241 DATA - _osminor_dll=CRTDLL__osminor_dll @242 DATA - _osmode_dll=CRTDLL__osmode_dll @243 DATA - _osver_dll=msvcrt._osver @244 DATA - _osversion_dll=CRTDLL__osversion_dll @245 DATA - _pclose=msvcrt._pclose @246 - _pctype_dll=msvcrt._pctype @247 DATA - _pgmptr_dll=msvcrt._pgmptr @248 DATA - _pipe=msvcrt._pipe @249 - _popen=msvcrt._popen @250 - _purecall=msvcrt._purecall @251 - _putch=msvcrt._putch @252 - _putenv=msvcrt._putenv @253 - _putw=msvcrt._putw @254 - _pwctype_dll=msvcrt._pwctype @255 DATA - _read=msvcrt._read @256 - _rmdir=msvcrt._rmdir @257 - _rmtmp=msvcrt._rmtmp @258 - _rotl=msvcrt._rotl @259 - _rotr=msvcrt._rotr @260 - _scalb=msvcrt._scalb @261 - _searchenv=msvcrt._searchenv @262 - _seterrormode=msvcrt._seterrormode @263 - _setjmp=msvcrt._setjmp @264 - _setmode=msvcrt._setmode @265 - _setsystime=msvcrt._setsystime @266 - _sleep=msvcrt._sleep @267 - _snprintf=msvcrt._snprintf @268 - _snwprintf=msvcrt._snwprintf @269 - _sopen=msvcrt._sopen @270 - _spawnl=msvcrt._spawnl @271 - _spawnle=msvcrt._spawnle @272 - _spawnlp=msvcrt._spawnlp @273 - _spawnlpe=msvcrt._spawnlpe @274 - _spawnv=msvcrt._spawnv @275 - _spawnve=msvcrt._spawnve @276 - _spawnvp=msvcrt._spawnvp @277 - _spawnvpe=msvcrt._spawnvpe @278 - _splitpath=msvcrt._splitpath @279 - _stat=CRTDLL__stat @280 - _statusfp=msvcrt._statusfp @281 - _strcmpi=msvcrt._strcmpi @282 - _strdate=msvcrt._strdate @283 - _strdec @284 - _strdup=msvcrt._strdup @285 - _strerror=msvcrt._strerror @286 - _stricmp=msvcrt._stricmp @287 - _stricoll=msvcrt._stricoll @288 - _strinc @289 - _strlwr=msvcrt._strlwr @290 - _strncnt @291 - _strnextc @292 - _strnicmp=msvcrt._strnicmp @293 - _strninc @294 - _strnset=msvcrt._strnset @295 - _strrev=msvcrt._strrev @296 - _strset=msvcrt._strset @297 - _strspnp @298 - _strtime=msvcrt._strtime @299 - _strupr=msvcrt._strupr @300 - _swab=msvcrt._swab @301 - _sys_errlist=msvcrt._sys_errlist @302 DATA - _sys_nerr_dll=msvcrt._sys_nerr @303 DATA - _tell=msvcrt._tell @304 - _tempnam=msvcrt._tempnam @305 - _timezone_dll=msvcrt._timezone @306 DATA - _tolower=msvcrt._tolower @307 - _toupper=msvcrt._toupper @308 - _tzname=msvcrt._tzname @309 DATA - _tzset=msvcrt._tzset @310 - _ultoa=msvcrt._ultoa @311 - _umask=msvcrt._umask @312 - _ungetch=msvcrt._ungetch @313 - _unlink=msvcrt._unlink @314 - _unloaddll=msvcrt._unloaddll @315 - _utime=msvcrt._utime @316 - _vsnprintf=msvcrt._vsnprintf @317 - _vsnwprintf=msvcrt._vsnwprintf @318 - _wcsdup=msvcrt._wcsdup @319 - _wcsicmp=msvcrt._wcsicmp @320 - _wcsicoll=msvcrt._wcsicoll @321 - _wcslwr=msvcrt._wcslwr @322 - _wcsnicmp=msvcrt._wcsnicmp @323 - _wcsnset=msvcrt._wcsnset @324 - _wcsrev=msvcrt._wcsrev @325 - _wcsset=msvcrt._wcsset @326 - _wcsupr=msvcrt._wcsupr @327 - _winmajor_dll=msvcrt._winmajor @328 DATA - _winminor_dll=msvcrt._winminor @329 DATA - _winver_dll=msvcrt._winver @330 DATA - _write=msvcrt._write @331 - _wtoi=msvcrt._wtoi @332 - _wtol=msvcrt._wtol @333 - _y0=msvcrt._y0 @334 - _y1=msvcrt._y1 @335 - _yn=msvcrt._yn @336 - abort=msvcrt.abort @337 - abs=msvcrt.abs @338 - acos=msvcrt.acos @339 - asctime=msvcrt.asctime @340 - asin=msvcrt.asin @341 - atan=msvcrt.atan @342 - atan2=msvcrt.atan2 @343 - atexit=msvcrt.atexit @344 PRIVATE - atof=msvcrt.atof @345 - atoi=msvcrt.atoi @346 - atol=msvcrt.atol @347 - bsearch=msvcrt.bsearch @348 - calloc=msvcrt.calloc @349 - ceil=msvcrt.ceil @350 - clearerr=msvcrt.clearerr @351 - clock=msvcrt.clock @352 - cos=msvcrt.cos @353 - cosh=msvcrt.cosh @354 - ctime=msvcrt.ctime @355 - difftime=msvcrt.difftime @356 - div=msvcrt.div @357 - exit=msvcrt.exit @358 - exp=msvcrt.exp @359 - fabs=msvcrt.fabs @360 - fclose=msvcrt.fclose @361 - feof=msvcrt.feof @362 - ferror=msvcrt.ferror @363 - fflush=msvcrt.fflush @364 - fgetc=msvcrt.fgetc @365 - fgetpos=msvcrt.fgetpos @366 - fgets=msvcrt.fgets @367 - fgetwc=msvcrt.fgetwc @368 - floor=msvcrt.floor @369 - fmod=msvcrt.fmod @370 - fopen=msvcrt.fopen @371 - fprintf=msvcrt.fprintf @372 - fputc=msvcrt.fputc @373 - fputs=msvcrt.fputs @374 - fputwc=msvcrt.fputwc @375 - fread=msvcrt.fread @376 - free=msvcrt.free @377 - freopen=msvcrt.freopen @378 - frexp=msvcrt.frexp @379 - fscanf=msvcrt.fscanf @380 - fseek=msvcrt.fseek @381 - fsetpos=msvcrt.fsetpos @382 - ftell=msvcrt.ftell @383 - fwprintf=msvcrt.fwprintf @384 - fwrite=msvcrt.fwrite @385 - fwscanf=msvcrt.fwscanf @386 - getc=msvcrt.getc @387 - getchar=msvcrt.getchar @388 - getenv=msvcrt.getenv @389 - gets=msvcrt.gets @390 - gmtime=msvcrt.gmtime @391 - is_wctype=msvcrt.is_wctype @392 - isalnum=msvcrt.isalnum @393 - isalpha=msvcrt.isalpha @394 - iscntrl=msvcrt.iscntrl @395 - isdigit=msvcrt.isdigit @396 - isgraph=msvcrt.isgraph @397 - isleadbyte=msvcrt.isleadbyte @398 - islower=msvcrt.islower @399 - isprint=msvcrt.isprint @400 - ispunct=msvcrt.ispunct @401 - isspace=msvcrt.isspace @402 - isupper=msvcrt.isupper @403 - iswalnum=msvcrt.iswalnum @404 - iswalpha=msvcrt.iswalpha @405 - iswascii=msvcrt.iswascii @406 - iswcntrl=msvcrt.iswcntrl @407 - iswctype=msvcrt.iswctype @408 - iswdigit=msvcrt.iswdigit @409 - iswgraph=msvcrt.iswgraph @410 - iswlower=msvcrt.iswlower @411 - iswprint=msvcrt.iswprint @412 - iswpunct=msvcrt.iswpunct @413 - iswspace=msvcrt.iswspace @414 - iswupper=msvcrt.iswupper @415 - iswxdigit=msvcrt.iswxdigit @416 - isxdigit=msvcrt.isxdigit @417 - labs=msvcrt.labs @418 - ldexp=msvcrt.ldexp @419 - ldiv=msvcrt.ldiv @420 - localeconv=msvcrt.localeconv @421 - localtime=msvcrt.localtime @422 - log=msvcrt.log @423 - log10=msvcrt.log10 @424 - longjmp=msvcrt.longjmp @425 - malloc=msvcrt.malloc @426 - mblen=msvcrt.mblen @427 - mbstowcs=msvcrt.mbstowcs @428 - mbtowc=msvcrt.mbtowc @429 - memchr=msvcrt.memchr @430 - memcmp=msvcrt.memcmp @431 - memcpy=msvcrt.memcpy @432 - memmove=msvcrt.memmove @433 - memset=msvcrt.memset @434 - mktime=msvcrt.mktime @435 - modf=msvcrt.modf @436 - perror=msvcrt.perror @437 - pow=msvcrt.pow @438 - printf=msvcrt.printf @439 - putc=msvcrt.putc @440 - putchar=msvcrt.putchar @441 - puts=msvcrt.puts @442 - qsort=msvcrt.qsort @443 - raise=msvcrt.raise @444 - rand=msvcrt.rand @445 - realloc=msvcrt.realloc @446 - remove=msvcrt.remove @447 - rename=msvcrt.rename @448 - rewind=msvcrt.rewind @449 - scanf=msvcrt.scanf @450 - setbuf=msvcrt.setbuf @451 - setlocale=msvcrt.setlocale @452 - setvbuf=msvcrt.setvbuf @453 - signal=msvcrt.signal @454 - sin=msvcrt.sin @455 - sinh=msvcrt.sinh @456 - sprintf=msvcrt.sprintf @457 - sqrt=msvcrt.sqrt @458 - srand=msvcrt.srand @459 - sscanf=msvcrt.sscanf @460 - strcat=msvcrt.strcat @461 - strchr=msvcrt.strchr @462 - strcmp=msvcrt.strcmp @463 - strcoll=msvcrt.strcoll @464 - strcpy=msvcrt.strcpy @465 - strcspn=msvcrt.strcspn @466 - strerror=msvcrt.strerror @467 - strftime=msvcrt.strftime @468 - strlen=msvcrt.strlen @469 - strncat=msvcrt.strncat @470 - strncmp=msvcrt.strncmp @471 - strncpy=msvcrt.strncpy @472 - strpbrk=msvcrt.strpbrk @473 - strrchr=msvcrt.strrchr @474 - strspn=msvcrt.strspn @475 - strstr=msvcrt.strstr @476 - strtod=msvcrt.strtod @477 - strtok=msvcrt.strtok @478 - strtol=msvcrt.strtol @479 - strtoul=msvcrt.strtoul @480 - strxfrm=msvcrt.strxfrm @481 - swprintf=msvcrt.swprintf @482 - swscanf=msvcrt.swscanf @483 - system=msvcrt.system @484 - tan=msvcrt.tan @485 - tanh=msvcrt.tanh @486 - time=msvcrt.time @487 - tmpfile=msvcrt.tmpfile @488 - tmpnam=msvcrt.tmpnam @489 - tolower=msvcrt.tolower @490 - toupper=msvcrt.toupper @491 - towlower=msvcrt.towlower @492 - towupper=msvcrt.towupper @493 - ungetc=msvcrt.ungetc @494 - ungetwc=msvcrt.ungetwc @495 - vfprintf=msvcrt.vfprintf @496 - vfwprintf=msvcrt.vfwprintf @497 - vprintf=msvcrt.vprintf @498 - vsprintf=msvcrt.vsprintf @499 - vswprintf=msvcrt.vswprintf @500 - vwprintf=msvcrt.vwprintf @501 - wcscat=msvcrt.wcscat @502 - wcschr=msvcrt.wcschr @503 - wcscmp=msvcrt.wcscmp @504 - wcscoll=msvcrt.wcscoll @505 - wcscpy=msvcrt.wcscpy @506 - wcscspn=msvcrt.wcscspn @507 - wcsftime=msvcrt.wcsftime @508 - wcslen=msvcrt.wcslen @509 - wcsncat=msvcrt.wcsncat @510 - wcsncmp=msvcrt.wcsncmp @511 - wcsncpy=msvcrt.wcsncpy @512 - wcspbrk=msvcrt.wcspbrk @513 - wcsrchr=msvcrt.wcsrchr @514 - wcsspn=msvcrt.wcsspn @515 - wcsstr=msvcrt.wcsstr @516 - wcstod=msvcrt.wcstod @517 - wcstok=msvcrt.wcstok @518 - wcstol=msvcrt.wcstol @519 - wcstombs=msvcrt.wcstombs @520 - wcstoul=msvcrt.wcstoul @521 - wcsxfrm=msvcrt.wcsxfrm @522 - wctomb=msvcrt.wctomb @523 - wprintf=msvcrt.wprintf @524 - wscanf=msvcrt.wscanf @525 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcrypt32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcrypt32.def index 51e8037..412c9cd 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcrypt32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libcrypt32.def @@ -45,11 +45,11 @@ EXPORTS CertEnumPhysicalStore@16 @40 CertEnumSystemStore@16 @41 CertFindAttribute@12 @42 - CertFindChainInStore@24 @43 - CertFindCRLInStore@24 @44 - CertFindCTLInStore@24 @45 + CertFindCRLInStore@24 @43 + CertFindCTLInStore@24 @44 + CertFindCertificateInCRL@20 @45 CertFindCertificateInStore@24 @46 - CertFindCertificateInCRL@20 @47 + CertFindChainInStore@24 @47 CertFindExtension@12 @48 CertFindRDNAttr@8 @49 CertFreeCRLContext@4 @51 @@ -82,34 +82,34 @@ EXPORTS CertRDNValueToStrA@16 @78 CertRDNValueToStrW@16 @79 CertRegisterPhysicalStore@20 @80 - CertRemoveEnhancedKeyUsageIdentifier@8 @81 - CertRemoveStoreFromCollection@8 @82 - CertSaveStore@24 @83 - CertSerializeCRLStoreElement@16 @84 - CertSerializeCTLStoreElement@16 @85 - CertSerializeCertificateStoreElement@16 @86 - CertSetCRLContextProperty@16 @87 - CertSetCTLContextProperty@16 @88 - CertSetCertificateContextProperty@16 @89 - CertSetEnhancedKeyUsage@8 @90 - CertSetStoreProperty@16 @91 - CertStrToNameA@28 @92 - CertStrToNameW@28 @93 - CertVerifyCertificateChainPolicy@16 @94 - CertVerifyCRLRevocation@16 @95 - CertVerifyCRLTimeValidity@8 @96 - CertVerifyCTLUsage@28 @97 - CertVerifyRevocation@28 @98 - CertVerifySubjectCertificateContext@12 @99 - CertVerifyTimeValidity@8 @100 - CertVerifyValidityNesting@8 @101 - CreateFileU@28=kernel32.CreateFileW @102 - CryptBinaryToStringA@20 @103 - CryptBinaryToStringW@20 @104 - CryptStringToBinaryA@28 @105 - CryptStringToBinaryW@28 @106 - CryptAcquireContextU@20=advapi32.CryptAcquireContextW @107 - CryptAcquireCertificatePrivateKey@24 @108 + CertRegisterSystemStore@16 @81 + CertRemoveEnhancedKeyUsageIdentifier@8 @82 + CertRemoveStoreFromCollection@8 @83 + CertSaveStore@24 @84 + CertSerializeCRLStoreElement@16 @85 + CertSerializeCTLStoreElement@16 @86 + CertSerializeCertificateStoreElement@16 @87 + CertSetCRLContextProperty@16 @88 + CertSetCTLContextProperty@16 @89 + CertSetCertificateContextProperty@16 @90 + CertSetEnhancedKeyUsage@8 @91 + CertSetStoreProperty@16 @92 + CertStrToNameA@28 @93 + CertStrToNameW@28 @94 + CertUnregisterSystemStore@8 @95 + CertVerifyCRLRevocation@16 @96 + CertVerifyCRLTimeValidity@8 @97 + CertVerifyCTLUsage@28 @98 + CertVerifyCertificateChainPolicy@16 @99 + CertVerifyRevocation@28 @100 + CertVerifySubjectCertificateContext@12 @101 + CertVerifyTimeValidity@8 @102 + CertVerifyValidityNesting@8 @103 + CreateFileU@28=kernel32.CreateFileW @104 + CryptAcquireCertificatePrivateKey@24 @105 + CryptAcquireContextU@20=advapi32.CryptAcquireContextW @106 + CryptBinaryToStringA@20 @107 + CryptBinaryToStringW@20 @108 CryptDecodeObject@28 @112 CryptDecodeObjectEx@32 @113 CryptEncodeObject@20 @116 @@ -150,6 +150,7 @@ EXPORTS CryptMsgOpenToEncode@24 @160 CryptMsgSignCTL@28 @161 CryptMsgUpdate@16 @162 + CryptMsgVerifyCountersignatureEncoded@28 @163 CryptMsgVerifyCountersignatureEncodedEx@40 @164 CryptProtectData@28 @165 CryptProtectMemory@12 @166 @@ -170,38 +171,40 @@ EXPORTS CryptSignAndEncodeCertificate@36 @183 CryptSignCertificate@36 @185 CryptSignMessage@28 @187 - CryptUnprotectData@28 @189 - CryptUnprotectMemory@12 @190 - CryptUnregisterDefaultOIDFunction@12 @191 - CryptUnregisterOIDFunction@12 @192 - CryptVerifyCertificateSignature@20 @194 - CryptVerifyCertificateSignatureEx@32 @195 - CryptVerifyDetachedMessageHash@32 @196 - CryptVerifyDetachedMessageSignature@32 @197 - CryptVerifyMessageHash@28 @198 - CryptVerifyMessageSignature@28 @199 - I_CertUpdateStore@16 @202 - I_CryptAllocTls@0 @203 - I_CryptCreateLruCache@8 @204 - I_CryptCreateLruEntry@12 @205 - I_CryptDetachTls@4 @206 - I_CryptFindLruEntry@8 @207 - I_CryptFindLruEntryData@12 @208 - I_CryptFlushLruCache@12 @209 - I_CryptFreeLruCache@12 @210 - I_CryptFreeTls@8 @211 - I_CryptGetAsn1Decoder@4 @212 - I_CryptGetAsn1Encoder@4 @213 - I_CryptGetDefaultCryptProv@4 @214 - I_CryptGetOssGlobal@4 @216 - I_CryptGetTls@4 @217 - I_CryptInstallAsn1Module@12 @219 - I_CryptInstallOssGlobal@12 @220 - I_CryptReadTrustedPublisherDWORDValueFromRegistry@8 @221 - I_CryptSetTls@8 @223 - I_CryptUninstallAsn1Module@4 @224 - PFXExportCertStore@16 @226 - PFXExportCertStoreEx@20 @227 - PFXImportCertStore@12 @228 - PFXIsPFXBlob@4 @229 - PFXVerifyPassword@12 @230 + CryptStringToBinaryA@28 @189 + CryptStringToBinaryW@28 @190 + CryptUnprotectData@28 @191 + CryptUnprotectMemory@12 @192 + CryptUnregisterDefaultOIDFunction@12 @193 + CryptUnregisterOIDFunction@12 @194 + CryptVerifyCertificateSignature@20 @196 + CryptVerifyCertificateSignatureEx@32 @197 + CryptVerifyDetachedMessageHash@32 @198 + CryptVerifyDetachedMessageSignature@32 @199 + CryptVerifyMessageHash@28 @200 + CryptVerifyMessageSignature@28 @201 + I_CertUpdateStore@16 @204 + I_CryptAllocTls@0 @205 + I_CryptCreateLruCache@8 @206 + I_CryptCreateLruEntry@12 @207 + I_CryptDetachTls@4 @208 + I_CryptFindLruEntry@8 @209 + I_CryptFindLruEntryData@12 @210 + I_CryptFlushLruCache@12 @211 + I_CryptFreeLruCache@12 @212 + I_CryptFreeTls@8 @213 + I_CryptGetAsn1Decoder@4 @214 + I_CryptGetAsn1Encoder@4 @215 + I_CryptGetDefaultCryptProv@4 @216 + I_CryptGetOssGlobal@4 @218 + I_CryptGetTls@4 @219 + I_CryptInstallAsn1Module@12 @221 + I_CryptInstallOssGlobal@12 @222 + I_CryptReadTrustedPublisherDWORDValueFromRegistry@8 @223 + I_CryptSetTls@8 @225 + I_CryptUninstallAsn1Module@4 @226 + PFXExportCertStore@16 @228 + PFXExportCertStoreEx@20 @229 + PFXImportCertStore@12 @230 + PFXIsPFXBlob@4 @231 + PFXVerifyPassword@12 @232 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libctl3d32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libctl3d32.def deleted file mode 100644 index 2d8cdd0..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libctl3d32.def +++ /dev/null @@ -1,29 +0,0 @@ -; File generated automatically from ./dlls/ctl3d32/ctl3d32.spec; do not edit! - -LIBRARY ctl3d32.dll - -EXPORTS - Ctl3dGetVer@0 @1 - Ctl3dSubclassDlg@8 @2 - Ctl3dSubclassCtl@4 @3 - Ctl3dCtlColor@8 @4 - Ctl3dEnabled@0 @5 - Ctl3dColorChange@0 @6 - BtnWndProc3d@16 @7 - EditWndProc3d@16 @8 - ListWndProc3d@16 @9 - ComboWndProc3d@16 @10 - StaticWndProc3d@16 @11 - Ctl3dRegister@4 @12 - Ctl3dUnregister@4 @13 - Ctl3dAutoSubclass@4 @16 - Ctl3dDlgProc@16 @17 - Ctl3dCtlColorEx@12 @18 - Ctl3dDlgFramePaint@16 @20 - Ctl3dSubclassDlgEx@8 @21 - Ctl3dWinIniChange@0 @22 - Ctl3dIsAutoSubclass@0 @23 - Ctl3dUnAutoSubclass@0 @24 - Ctl3dSubclassCtlEx@8 @25 - Ctl3dUnsubclassCtl@4 @26 - Ctl3dAutoSubclassEx@8 @27 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3d10.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3d10.def index e38bb85..c4d198d 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3d10.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3d10.def @@ -9,6 +9,7 @@ EXPORTS D3D10CreateDevice@24 @4 D3D10CreateDeviceAndSwapChain@32 @5 D3D10CreateEffectFromMemory@24 @6 + D3D10CreateEffectPoolFromMemory@20 @7 D3D10CreateStateBlock@12 @8 D3D10DisassembleShader@20 @10 D3D10GetGeometryShaderProfile@4 @11 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3d10_1.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3d10_1.def index 4dacf7b..789e1e7 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3d10_1.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3d10_1.def @@ -4,7 +4,9 @@ LIBRARY d3d10_1.dll EXPORTS D3D10CreateDevice1@28 @5 + D3D10CreateDeviceAndSwapChain1@36 @6 D3D10CreateEffectFromMemory@24=d3d10.D3D10CreateEffectFromMemory @7 + D3D10CreateEffectPoolFromMemory@20=d3d10.D3D10CreateEffectPoolFromMemory @8 D3D10CreateStateBlock@12=d3d10.D3D10CreateStateBlock @9 D3D10StateBlockMaskDifference@12=d3d10.D3D10StateBlockMaskDifference @23 D3D10StateBlockMaskDisableAll@4=d3d10.D3D10StateBlockMaskDisableAll @24 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dim.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dim.def deleted file mode 100644 index c50a9f1..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dim.def +++ /dev/null @@ -1,5 +0,0 @@ -; File generated automatically from ./dlls/d3dim/d3dim.spec; do not edit! - -LIBRARY d3dim.dll - -EXPORTS diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx10.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx10.def index 66f5275..8e44273 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx10.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx10.def @@ -4,15 +4,32 @@ LIBRARY d3dx10_43.dll EXPORTS D3DX10CheckVersion@8 @2 + D3DX10CompileFromMemory@52 @5 + D3DX10CreateAsyncFileLoaderA@8 @12 + D3DX10CreateAsyncFileLoaderW@8 @13 + D3DX10CreateAsyncMemoryLoader@12 @14 + D3DX10CreateAsyncResourceLoaderA@12 @15 + D3DX10CreateAsyncResourceLoaderW@12 @16 + D3DX10CreateDevice@20 @21 + D3DX10CreateDeviceAndSwapChain@28 @22 D3DX10CreateEffectFromFileA@48 @23 D3DX10CreateEffectFromFileW@48 @24 D3DX10CreateEffectFromMemory@56 @25 + D3DX10CreateEffectPoolFromFileA@44 @28 + D3DX10CreateEffectPoolFromFileW@44 @29 D3DX10CreateEffectPoolFromMemory@52 @30 + D3DX10CreateTextureFromMemory@28 @47 + D3DX10FilterTexture@12 @50 + D3DX10GetFeatureLevel1@8 @51 + D3DX10GetImageInfoFromMemory@20 @54 + D3DX10PreprocessShaderFromMemory@36 @60 + D3DX10UnsetAllDeviceObjects@4 @67 D3DXBoxBoundProbe@16=d3dx9_36.D3DXBoxBoundProbe @68 D3DXColorAdjustContrast@12=d3dx9_36.D3DXColorAdjustContrast @69 D3DXColorAdjustSaturation@12=d3dx9_36.D3DXColorAdjustSaturation @70 D3DXComputeBoundingBox@20=d3dx9_36.D3DXComputeBoundingBox @71 D3DXComputeBoundingSphere@20=d3dx9_36.D3DXComputeBoundingSphere @72 + D3DXCpuOptimizations@4 @73 D3DXCreateMatrixStack@8=d3dx9_36.D3DXCreateMatrixStack @74 D3DXFloat16To32Array@12=d3dx9_36.D3DXFloat16To32Array @75 D3DXFloat32To16Array@12=d3dx9_36.D3DXFloat32To16Array @76 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx11.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx11.def new file mode 100644 index 0000000..504a126 --- /dev/null +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx11.def @@ -0,0 +1,18 @@ +; File generated automatically from ./dlls/d3dx11_43/d3dx11_43.spec; do not edit! + +LIBRARY d3dx11_43.dll + +EXPORTS + D3DX11CheckVersion@8 @1 + D3DX11CompileFromFileA@44 @2 + D3DX11CompileFromFileW@44 @3 + D3DX11CompileFromMemory@52 @4 + D3DX11CreateAsyncFileLoaderA@8 @9 + D3DX11CreateAsyncFileLoaderW@8 @10 + D3DX11CreateAsyncMemoryLoader@12 @11 + D3DX11CreateAsyncResourceLoaderA@12 @12 + D3DX11CreateAsyncResourceLoaderW@12 @13 + D3DX11CreateTextureFromMemory@28 @25 + D3DX11FilterTexture@16 @29 + D3DX11GetImageInfoFromMemory@20 @32 + D3DX11SaveTextureToMemory@20 @44 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx9.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx9.def index 60430b4..98b54ad 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx9.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libd3dx9.def @@ -63,11 +63,11 @@ EXPORTS D3DXCreateMatrixStack@8 @73 D3DXCreateMesh@24 @74 D3DXCreateMeshFVF@24 @75 - D3DXCreatePolygon@20 @79 + D3DXCreatePolygon@20 @83 D3DXCreateRenderToEnvMap@28 @84 D3DXCreateRenderToSurface@28 @85 D3DXCreateSkinInfo@16 @87 - D3DXCreateSkinInfoFVF@16 @89 + D3DXCreateSkinInfoFVF@16 @88 D3DXCreateSphere@24 @90 D3DXCreateSprite@8 @91 D3DXCreateTeapot@12 @92 @@ -84,6 +84,7 @@ EXPORTS D3DXCreateTextureFromResourceExA@60 @103 D3DXCreateTextureFromResourceExW@60 @104 D3DXCreateTextureFromResourceW@16 @105 + D3DXCreateTextureShader@8 @107 D3DXCreateTorus@28 @108 D3DXCreateVolumeTexture@36 @109 D3DXCreateVolumeTextureFromFileA@12 @110 @@ -96,17 +97,21 @@ EXPORTS D3DXDeclaratorFromFVF@8 @121 D3DXDisassembleEffect@12 @122 D3DXDisassembleShader@16 @123 - D3DXFileCreate@4 @124 - D3DXFillCubeTexture@12 @125 - D3DXFillTexture@12 @127 - D3DXFillVolumeTexture@12 @129 - D3DXFilterTexture@16 @131 - D3DXFindShaderComment@16 @132 - D3DXFloat16To32Array@12 @133 - D3DXFloat32To16Array@12 @134 - D3DXFrameDestroy@8 @137 - D3DXFresnelTerm@8 @141 - D3DXFVFFromDeclarator@8 @142 + D3DXFVFFromDeclarator@8 @124 + D3DXFileCreate@4 @125 + D3DXFillCubeTexture@12 @126 + D3DXFillCubeTextureTX@8 @127 + D3DXFillTexture@12 @128 + D3DXFillTextureTX@8 @129 + D3DXFillVolumeTexture@12 @130 + D3DXFillVolumeTextureTX@8 @131 + D3DXFilterTexture@16 @132 + D3DXFindShaderComment@16 @133 + D3DXFloat16To32Array@12 @134 + D3DXFloat32To16Array@12 @135 + D3DXFrameDestroy@8 @138 + D3DXFrameFind@8 @139 + D3DXFresnelTerm@8 @142 D3DXGetDeclLength@4 @150 D3DXGetDeclVertexSize@8 @151 D3DXGetDriverLevel@4 @152 @@ -202,25 +207,25 @@ EXPORTS D3DXQuaternionSquad@24 @254 D3DXQuaternionSquadSetup@28 @255 D3DXQuaternionToAxisAngle@12 @256 - D3DXSaveSurfaceToFileA@20 @266 - D3DXSaveSurfaceToFileInMemory@20 @267 - D3DXSaveSurfaceToFileW@20 @268 - D3DXSaveTextureToFileA@16 @269 - D3DXSaveTextureToFileInMemory@16 @270 - D3DXSaveTextureToFileW@16 @271 - D3DXSHAdd@16 @275 - D3DXSHDot@12 @276 - D3DXSHEvalConeLight@36 @277 - D3DXSHEvalDirection@12 @278 - D3DXSHEvalDirectionalLight@32 @279 - D3DXSHEvalHemisphereLight@52 @280 - D3DXSHEvalSphericalLight@36 @281 - D3DXSHMultiply2@12 @282 - D3DXSHMultiply3@12 @283 - D3DXSHMultiply4@12 @284 - D3DXSHRotate@16 @290 - D3DXSHRotateZ@16 @291 - D3DXSHScale@16 @292 + D3DXSHAdd@16 @258 + D3DXSHDot@12 @259 + D3DXSHEvalConeLight@36 @260 + D3DXSHEvalDirection@12 @261 + D3DXSHEvalDirectionalLight@32 @262 + D3DXSHEvalHemisphereLight@52 @263 + D3DXSHEvalSphericalLight@36 @264 + D3DXSHMultiply2@12 @265 + D3DXSHMultiply3@12 @266 + D3DXSHMultiply4@12 @267 + D3DXSHRotate@16 @273 + D3DXSHRotateZ@16 @274 + D3DXSHScale@16 @275 + D3DXSaveSurfaceToFileA@20 @284 + D3DXSaveSurfaceToFileInMemory@20 @285 + D3DXSaveSurfaceToFileW@20 @286 + D3DXSaveTextureToFileA@16 @287 + D3DXSaveTextureToFileInMemory@16 @288 + D3DXSaveTextureToFileW@16 @289 D3DXSphereBoundProbe@16 @294 D3DXTessellateNPatches@24 @296 D3DXValidMesh@12 @303 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdbgeng.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdbgeng.def index e142c87..95e47a0 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdbgeng.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdbgeng.def @@ -3,6 +3,7 @@ LIBRARY dbgeng.dll EXPORTS - DebugExtensionInitialize@8 @1 - DebugCreate@8 @2 - DebugConnect@12 @3 + DebugConnect@12 @328 + DebugCreate@8 @330 + DebugCreateEx@12 @331 + DebugExtensionInitialize@8 @332 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdbghelp.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdbghelp.def index 065c0c4..fc54d14 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdbghelp.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdbghelp.def @@ -7,6 +7,8 @@ EXPORTS EnumDirTreeW@24 @4 EnumerateLoadedModules@12 @5 EnumerateLoadedModules64@12 @6 + EnumerateLoadedModulesEx@12=EnumerateLoadedModules64@12 @7 + EnumerateLoadedModulesExW@12=EnumerateLoadedModulesW64@12 @8 EnumerateLoadedModulesW64@12 @9 ExtensionApiVersion@0 @10 FindDebugInfoFile@12 @11 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libddraw.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libddraw.def index 4ae0b07..f722db6 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libddraw.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libddraw.def @@ -14,3 +14,4 @@ EXPORTS DllGetClassObject@12 @14 PRIVATE DllRegisterServer@0 @15 PRIVATE DllUnregisterServer@0 @16 PRIVATE + GetSurfaceFromDC@12 @18 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdinput.def.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdinput.a similarity index 86% rename from osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdinput.def.a rename to osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdinput.a index fe8c5a4..a869c84 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdinput.def.a and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdinput.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdinput.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdinput.def deleted file mode 100644 index d5ae8da..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdinput.def +++ /dev/null @@ -1,12 +0,0 @@ -; File generated automatically from ./dlls/dinput/dinput.spec; do not edit! - -LIBRARY dinput.dll - -EXPORTS - DirectInputCreateA@16 @1 - DirectInputCreateEx@20 @2 - DirectInputCreateW@16 @3 - DllCanUnloadNow@0 @4 PRIVATE - DllGetClassObject@12 @5 PRIVATE - DllRegisterServer@0 @6 PRIVATE - DllUnregisterServer@0 @7 PRIVATE diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdmusic32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdmusic32.def deleted file mode 100644 index 4ed46fc..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdmusic32.def +++ /dev/null @@ -1,7 +0,0 @@ -; File generated automatically from ./dlls/dmusic32/dmusic32.spec; do not edit! - -LIBRARY dmusic32.dll - -EXPORTS - CreateCDirectMusicEmulatePort@12=DMUSIC32_CreateCDirectMusicEmulatePort@12 @1 - EnumLegacyDevices@8=DMUSIC32_EnumLegacyDevices@8 @2 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdplay.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdplay.def deleted file mode 100644 index 418d86b..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdplay.def +++ /dev/null @@ -1,7 +0,0 @@ -; File generated automatically from ./dlls/dplay/dplay.spec; do not edit! - -LIBRARY dplay.dll - -EXPORTS - DirectPlayCreate@12=dplayx.DirectPlayCreate @1 - DirectPlayEnumerate@8=dplayx.DirectPlayEnumerate @2 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdwmapi.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdwmapi.def index 5f210b6..d40f3bf 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdwmapi.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdwmapi.def @@ -4,22 +4,23 @@ LIBRARY dwmapi.dll EXPORTS DwmEnableComposition@4 @102 - DwmAttachMilContent@4 @114 - DwmDefWindowProc@20 @121 - DwmDetachMilContent@4 @122 - DwmEnableBlurBehindWindow@8 @123 - DwmEnableMMCSS@4 @124 - DwmExtendFrameIntoClientArea@8 @125 - DwmFlush@0 @126 - DwmGetColorizationColor@8 @127 - DwmGetCompositionTimingInfo@8 @128 - DwmGetGraphicsStreamClient@8 @129 - DwmGetGraphicsStreamTransformHint@8 @130 - DwmGetTransportAttributes@12 @131 - DwmGetWindowAttribute@16 @132 - DwmInvalidateIconicBitmaps@4 @133 - DwmIsCompositionEnabled@4 @134 - DwmRegisterThumbnail@12 @137 - DwmSetWindowAttribute@16 @140 - DwmUnregisterThumbnail@4 @141 - DwmUpdateThumbnailProperties@8 @142 + DwmAttachMilContent@4 @111 + DwmDefWindowProc@20 @116 + DwmDetachMilContent@4 @117 + DwmEnableBlurBehindWindow@8 @122 + DwmEnableMMCSS@4 @123 + DwmExtendFrameIntoClientArea@8 @149 + DwmFlush@0 @165 + DwmGetColorizationColor@8 @166 + DwmGetCompositionTimingInfo@8 @167 + DwmGetGraphicsStreamClient@8 @168 + DwmGetGraphicsStreamTransformHint@8 @169 + DwmGetTransportAttributes@12 @170 + DwmGetWindowAttribute@16 @171 + DwmInvalidateIconicBitmaps@4 @172 + DwmIsCompositionEnabled@4 @173 + DwmRegisterThumbnail@12 @176 + DwmSetPresentParameters@8 @180 + DwmSetWindowAttribute@16 @181 + DwmUnregisterThumbnail@4 @182 + DwmUpdateThumbnailProperties@8 @183 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxerr8.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxerr8.a index 46fcfa6..36133d8 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxerr8.a and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxerr8.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxerr9.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxerr9.a index f609e93..0db8001 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxerr9.a and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxerr9.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxgi.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxgi.def index 4c924c1..b6ca018 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxgi.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxgi.def @@ -5,5 +5,5 @@ LIBRARY dxgi.dll EXPORTS CreateDXGIFactory@8 @1 CreateDXGIFactory1@8 @2 - DXGID3D10CreateDevice@24 @3 + DXGID3D10CreateDevice@28 @3 DXGID3D10RegisterLayers@8 @4 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxguid.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxguid.a index 7401c41..70d4f15 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxguid.a and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libdxguid.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libgdi32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libgdi32.def index f9ec4d5..fc057f2 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libgdi32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libgdi32.def @@ -70,314 +70,316 @@ EXPORTS CreateScalableFontResourceA@16 @174 CreateScalableFontResourceW@16 @175 CreateSolidBrush@4 @176 - D3DKMTEscape@4 @177 - D3DKMTOpenAdapterFromHdc@4 @178 - DPtoLP@12 @179 - DeleteColorSpace@4 @180 - DeleteDC@4 @181 - DeleteEnhMetaFile@4 @182 - DeleteMetaFile@4 @183 - DeleteObject@4 @184 - DescribePixelFormat@16 @185 - DrawEscape@16 @189 - Ellipse@20 @190 - EnableEUDC@4 @191 - EndDoc@4 @192 - EndPage@4 @193 - EndPath@4 @194 - EnumEnhMetaFile@20 @195 - EnumFontFamiliesA@16 @196 - EnumFontFamiliesExA@20 @197 - EnumFontFamiliesExW@20 @198 - EnumFontFamiliesW@16 @199 - EnumFontsA@16 @200 - EnumFontsW@16 @201 - EnumICMProfilesA@12 @202 - EnumICMProfilesW@12 @203 - EnumMetaFile@16 @204 - EnumObjects@16 @205 - EqualRgn@8 @206 - Escape@20 @207 - ExcludeClipRect@20 @208 - ExtCreatePen@20 @209 - ExtCreateRegion@12 @210 - ExtEscape@24 @211 - ExtFloodFill@20 @212 - ExtSelectClipRgn@12 @213 - ExtTextOutA@32 @214 - ExtTextOutW@32 @215 - FillPath@4 @216 - FillRgn@12 @217 - FixBrushOrgEx@16 @218 - FlattenPath@4 @219 - FloodFill@16 @220 - FontIsLinked@4 @221 - FrameRgn@20 @222 - GdiAlphaBlend@44 @224 - GdiComment@12 @227 - GdiConvertToDevmodeW@4 @237 - GdiDescribePixelFormat@16 @258 - GdiDrawStream@12 @260 - GdiEntry13@0 @261 - GdiFlush@0 @262 - GdiGetBatchLimit@0 @263 - GdiGetCharDimensions@12 @264 - GdiGetCodePage@4 @265 - GdiGetSpoolMessage@16 @270 - GdiGradientFill@24 @271 - GdiInitSpool@0 @272 - GdiInitializeLanguagePack@4 @273 - GdiIsMetaFileDC@4 @274 - GdiIsMetaPrintDC@4 @275 - GdiIsPlayMetafileDC@4 @276 - GdiRealizationInfo@8 @280 - GdiSetBatchLimit@4 @283 - GdiSetPixelFormat@12 @284 - GdiSwapBuffers@4 @286 - GdiTransparentBlt@44 @287 - GetArcDirection@4 @292 - GetAspectRatioFilterEx@8 @293 - GetBitmapBits@12 @294 - GetBitmapDimensionEx@8 @295 - GetBkColor@4 @296 - GetBkMode@4 @297 - GetBoundsRect@12 @298 - GetBrushOrgEx@8 @299 - GetCharABCWidthsA@16 @300 - GetCharABCWidthsFloatA@16 @301 - GetCharABCWidthsFloatW@16 @302 - GetCharABCWidthsI@20 @303 - GetCharABCWidthsW@16 @304 - GetCharWidth32A@16 @305 - GetCharWidth32W@16 @306 - GetCharWidthA@16=GetCharWidth32A@16 @307 - GetCharWidthFloatA@16 @308 - GetCharWidthFloatW@16 @309 - GetCharWidthI@20 @310 - GetCharWidthW@16=GetCharWidth32W@16 @311 - GetCharacterPlacementA@24 @313 - GetCharacterPlacementW@24 @314 - GetClipBox@8 @315 - GetClipRgn@8 @316 - GetColorAdjustment@8 @317 - GetColorSpace@4 @318 - GetCurrentObject@8 @319 - GetCurrentPositionEx@8 @320 - GetDCBrushColor@4 @321 - GetDCOrgEx@8 @322 - GetDCPenColor@4 @323 - GetDIBColorTable@16 @324 - GetDIBits@28 @325 - GetDeviceCaps@8 @326 - GetDeviceGammaRamp@8 @327 - GetEnhMetaFileA@4 @329 - GetEnhMetaFileBits@12 @330 - GetEnhMetaFileDescriptionA@12 @331 - GetEnhMetaFileDescriptionW@12 @332 - GetEnhMetaFileHeader@12 @333 - GetEnhMetaFilePaletteEntries@12 @334 - GetEnhMetaFileW@4 @335 - GetFontData@20 @336 - GetFontFileInfo@20 @337 - GetFontLanguageInfo@4 @338 - GetFontRealizationInfo@8 @339 - GetFontResourceInfoW@16 @341 - GetFontUnicodeRanges@8 @342 - GetGlyphIndicesA@20 @343 - GetGlyphIndicesW@20 @344 - GetGlyphOutline@28=GetGlyphOutlineA@28 @345 - GetGlyphOutlineA@28 @346 - GetGlyphOutlineW@28 @347 - GetGraphicsMode@4 @349 - GetICMProfileA@12 @350 - GetICMProfileW@12 @351 - GetKerningPairs@12=GetKerningPairsA@12 @352 - GetKerningPairsA@12 @353 - GetKerningPairsW@12 @354 - GetLayout@4 @355 - GetLogColorSpaceA@12 @356 - GetLogColorSpaceW@12 @357 - GetMapMode@4 @358 - GetMetaFileA@4 @359 - GetMetaFileBitsEx@12 @360 - GetMetaFileW@4 @361 - GetMetaRgn@8 @362 - GetMiterLimit@8 @363 - GetNearestColor@8 @364 - GetNearestPaletteIndex@8 @365 - GetObjectA@12 @366 - GetObjectType@4 @367 - GetObjectW@12 @368 - GetOutlineTextMetricsA@12 @369 - GetOutlineTextMetricsW@12 @370 - GetPaletteEntries@16 @371 - GetPath@16 @372 - GetPixel@12 @373 - GetPixelFormat@4 @374 - GetPolyFillMode@4 @375 - GetROP2@4 @376 - GetRandomRgn@12 @377 - GetRasterizerCaps@8 @378 - GetRegionData@12 @379 - GetRelAbs@8 @380 - GetRgnBox@8 @381 - GetStockObject@4 @382 - GetStretchBltMode@4 @383 - GetSystemPaletteEntries@16 @384 - GetSystemPaletteUse@4 @385 - GetTextAlign@4 @386 - GetTextCharacterExtra@4 @387 - GetTextCharset@4 @388 - GetTextCharsetInfo@12 @389 - GetTextColor@4 @390 - GetTextExtentExPointA@28 @391 - GetTextExtentExPointI@28 @392 - GetTextExtentExPointW@28 @393 - GetTextExtentPoint32A@16 @394 - GetTextExtentPoint32W@16 @395 - GetTextExtentPointA@16 @396 - GetTextExtentPointI@16 @397 - GetTextExtentPointW@16 @398 - GetTextFaceA@12 @399 - GetTextFaceW@12 @400 - GetTextMetricsA@8 @401 - GetTextMetricsW@8 @402 - GetTransform@12 @403 - GetViewportExtEx@8 @404 - GetViewportOrgEx@8 @405 - GetWinMetaFileBits@20 @406 - GetWindowExtEx@8 @407 - GetWindowOrgEx@8 @408 - GetWorldTransform@8 @409 - IntersectClipRect@20 @410 - InvertRgn@8 @411 - LPtoDP@12 @412 - LineDDA@24 @413 - LineTo@12 @414 - MaskBlt@48 @417 - MirrorRgn@8 @418 - ModifyWorldTransform@12 @419 - MoveToEx@16 @420 - NamedEscape@28 @421 - OffsetClipRgn@12 @422 - OffsetRgn@12 @423 - OffsetViewportOrgEx@16 @424 - OffsetWindowOrgEx@16 @425 - PaintRgn@8 @426 - PatBlt@24 @427 - PathToRegion@4 @428 - Pie@36 @429 - PlayEnhMetaFile@12 @430 - PlayEnhMetaFileRecord@16 @431 - PlayMetaFile@8 @432 - PlayMetaFileRecord@16 @433 - PlgBlt@40 @434 - PolyBezier@12 @435 - PolyBezierTo@12 @436 - PolyDraw@16 @437 - PolyPolygon@16 @438 - PolyPolyline@16 @439 - PolyTextOutA@12 @440 - PolyTextOutW@12 @441 - Polygon@12 @442 - Polyline@12 @443 - PolylineTo@12 @444 - PtInRegion@12 @445 - PtVisible@12 @446 - RealizePalette@4 @447 - RectInRegion@8 @448 - RectVisible@8 @449 - Rectangle@20 @450 - RemoveFontMemResourceEx@4 @451 - RemoveFontResourceA@4 @452 - RemoveFontResourceExA@12 @453 - RemoveFontResourceExW@12 @454 - RemoveFontResourceW@4 @456 - ResetDCA@8 @457 - ResetDCW@8 @458 - ResizePalette@8 @459 - RestoreDC@8 @460 - RoundRect@28 @461 - SaveDC@4 @462 - ScaleViewportExtEx@24 @463 - ScaleWindowExtEx@24 @464 - SelectClipPath@8 @466 - SelectClipRgn@8 @467 - SelectObject@8 @469 - SelectPalette@12 @470 - SetAbortProc@8 @471 - SetArcDirection@8 @472 - SetBitmapBits@12 @473 - SetBitmapDimensionEx@16 @474 - SetBkColor@8 @475 - SetBkMode@8 @476 - SetBoundsRect@12 @477 - SetBrushOrgEx@16 @478 - SetColorAdjustment@8 @479 - SetColorSpace@8 @480 - SetDCBrushColor@8 @481 - SetDCPenColor@8 @482 - SetDIBColorTable@16 @483 - SetDIBits@28 @484 - SetDIBitsToDevice@48 @485 - SetDeviceGammaRamp@8 @486 - SetEnhMetaFileBits@8 @487 - SetGraphicsMode@8 @489 - SetICMMode@8 @490 - SetICMProfileA@8 @491 - SetICMProfileW@8 @492 - SetLayout@8 @493 - SetMagicColors@12 @494 - SetMapMode@8 @495 - SetMapperFlags@8 @496 - SetMetaFileBitsEx@8 @497 - SetMetaRgn@4 @498 - SetMiterLimit@12 @499 - SetObjectOwner@8 @500 - SetPaletteEntries@16 @501 - SetPixel@16 @502 - SetPixelFormat@12 @503 - SetPixelV@16 @504 - SetPolyFillMode@8 @505 - SetROP2@8 @506 - SetRectRgn@20 @507 - SetRelAbs@8 @508 - SetStretchBltMode@8 @509 - SetSystemPaletteUse@8 @510 - SetTextAlign@8 @511 - SetTextCharacterExtra@8 @512 - SetTextColor@8 @513 - SetTextJustification@12 @514 - SetViewportExtEx@16 @515 - SetViewportOrgEx@16 @516 - SetVirtualResolution@20 @517 - SetWinMetaFileBits@16 @518 - SetWindowExtEx@16 @519 - SetWindowOrgEx@16 @520 - SetWorldTransform@8 @521 - StartDocA@8 @522 - StartDocW@8 @523 - StartPage@4 @524 - StretchBlt@44 @525 - StretchDIBits@52 @526 - StrokeAndFillPath@4 @527 - StrokePath@4 @528 - SwapBuffers@4 @529 - TextOutA@20 @530 - TextOutW@20 @531 - TranslateCharsetInfo@12 @532 - UnrealizeObject@4 @534 - UpdateColors@4 @535 - UpdateICMRegKey@16=UpdateICMRegKeyA@16 @536 - UpdateICMRegKeyA@16 @537 - UpdateICMRegKeyW@16 @538 - WidenPath@4 @539 - pfnRealizePalette @541 DATA - pfnSelectPalette @542 DATA - GetDCHook@8 @544 - SetDCHook@12 @545 - SetHookFlags@8 @546 - __wine_make_gdi_object_system @547 - __wine_set_visible_region @548 - __wine_set_display_driver @549 - __wine_get_wgl_driver @550 + D3DKMTCreateDCFromMemory@4 @177 + D3DKMTDestroyDCFromMemory@4 @178 + D3DKMTEscape@4 @179 + D3DKMTOpenAdapterFromHdc@4 @180 + DPtoLP@12 @181 + DeleteColorSpace@4 @182 + DeleteDC@4 @183 + DeleteEnhMetaFile@4 @184 + DeleteMetaFile@4 @185 + DeleteObject@4 @186 + DescribePixelFormat@16 @187 + DrawEscape@16 @191 + Ellipse@20 @192 + EnableEUDC@4 @193 + EndDoc@4 @194 + EndPage@4 @195 + EndPath@4 @196 + EnumEnhMetaFile@20 @197 + EnumFontFamiliesA@16 @198 + EnumFontFamiliesExA@20 @199 + EnumFontFamiliesExW@20 @200 + EnumFontFamiliesW@16 @201 + EnumFontsA@16 @202 + EnumFontsW@16 @203 + EnumICMProfilesA@12 @204 + EnumICMProfilesW@12 @205 + EnumMetaFile@16 @206 + EnumObjects@16 @207 + EqualRgn@8 @208 + Escape@20 @209 + ExcludeClipRect@20 @210 + ExtCreatePen@20 @211 + ExtCreateRegion@12 @212 + ExtEscape@24 @213 + ExtFloodFill@20 @214 + ExtSelectClipRgn@12 @215 + ExtTextOutA@32 @216 + ExtTextOutW@32 @217 + FillPath@4 @218 + FillRgn@12 @219 + FixBrushOrgEx@16 @220 + FlattenPath@4 @221 + FloodFill@16 @222 + FontIsLinked@4 @223 + FrameRgn@20 @224 + GdiAlphaBlend@44 @226 + GdiComment@12 @229 + GdiConvertToDevmodeW@4 @239 + GdiDescribePixelFormat@16 @260 + GdiDrawStream@12 @262 + GdiEntry13@0 @263 + GdiFlush@0 @264 + GdiGetBatchLimit@0 @265 + GdiGetCharDimensions@12 @266 + GdiGetCodePage@4 @267 + GdiGetSpoolMessage@16 @272 + GdiGradientFill@24 @273 + GdiInitSpool@0 @274 + GdiInitializeLanguagePack@4 @275 + GdiIsMetaFileDC@4 @276 + GdiIsMetaPrintDC@4 @277 + GdiIsPlayMetafileDC@4 @278 + GdiRealizationInfo@8 @282 + GdiSetBatchLimit@4 @285 + GdiSetPixelFormat@12 @286 + GdiSwapBuffers@4 @288 + GdiTransparentBlt@44 @289 + GetArcDirection@4 @294 + GetAspectRatioFilterEx@8 @295 + GetBitmapBits@12 @296 + GetBitmapDimensionEx@8 @297 + GetBkColor@4 @298 + GetBkMode@4 @299 + GetBoundsRect@12 @300 + GetBrushOrgEx@8 @301 + GetCharABCWidthsA@16 @302 + GetCharABCWidthsFloatA@16 @303 + GetCharABCWidthsFloatW@16 @304 + GetCharABCWidthsI@20 @305 + GetCharABCWidthsW@16 @306 + GetCharWidth32A@16 @307 + GetCharWidth32W@16 @308 + GetCharWidthA@16=GetCharWidth32A@16 @309 + GetCharWidthFloatA@16 @310 + GetCharWidthFloatW@16 @311 + GetCharWidthI@20 @312 + GetCharWidthW@16=GetCharWidth32W@16 @313 + GetCharacterPlacementA@24 @315 + GetCharacterPlacementW@24 @316 + GetClipBox@8 @317 + GetClipRgn@8 @318 + GetColorAdjustment@8 @319 + GetColorSpace@4 @320 + GetCurrentObject@8 @321 + GetCurrentPositionEx@8 @322 + GetDCBrushColor@4 @323 + GetDCOrgEx@8 @324 + GetDCPenColor@4 @325 + GetDIBColorTable@16 @326 + GetDIBits@28 @327 + GetDeviceCaps@8 @328 + GetDeviceGammaRamp@8 @329 + GetEnhMetaFileA@4 @331 + GetEnhMetaFileBits@12 @332 + GetEnhMetaFileDescriptionA@12 @333 + GetEnhMetaFileDescriptionW@12 @334 + GetEnhMetaFileHeader@12 @335 + GetEnhMetaFilePaletteEntries@12 @336 + GetEnhMetaFileW@4 @337 + GetFontData@20 @338 + GetFontFileInfo@20 @339 + GetFontLanguageInfo@4 @340 + GetFontRealizationInfo@8 @341 + GetFontResourceInfoW@16 @343 + GetFontUnicodeRanges@8 @344 + GetGlyphIndicesA@20 @345 + GetGlyphIndicesW@20 @346 + GetGlyphOutline@28=GetGlyphOutlineA@28 @347 + GetGlyphOutlineA@28 @348 + GetGlyphOutlineW@28 @349 + GetGraphicsMode@4 @351 + GetICMProfileA@12 @352 + GetICMProfileW@12 @353 + GetKerningPairs@12=GetKerningPairsA@12 @354 + GetKerningPairsA@12 @355 + GetKerningPairsW@12 @356 + GetLayout@4 @357 + GetLogColorSpaceA@12 @358 + GetLogColorSpaceW@12 @359 + GetMapMode@4 @360 + GetMetaFileA@4 @361 + GetMetaFileBitsEx@12 @362 + GetMetaFileW@4 @363 + GetMetaRgn@8 @364 + GetMiterLimit@8 @365 + GetNearestColor@8 @366 + GetNearestPaletteIndex@8 @367 + GetObjectA@12 @368 + GetObjectType@4 @369 + GetObjectW@12 @370 + GetOutlineTextMetricsA@12 @371 + GetOutlineTextMetricsW@12 @372 + GetPaletteEntries@16 @373 + GetPath@16 @374 + GetPixel@12 @375 + GetPixelFormat@4 @376 + GetPolyFillMode@4 @377 + GetROP2@4 @378 + GetRandomRgn@12 @379 + GetRasterizerCaps@8 @380 + GetRegionData@12 @381 + GetRelAbs@8 @382 + GetRgnBox@8 @383 + GetStockObject@4 @384 + GetStretchBltMode@4 @385 + GetSystemPaletteEntries@16 @386 + GetSystemPaletteUse@4 @387 + GetTextAlign@4 @388 + GetTextCharacterExtra@4 @389 + GetTextCharset@4 @390 + GetTextCharsetInfo@12 @391 + GetTextColor@4 @392 + GetTextExtentExPointA@28 @393 + GetTextExtentExPointI@28 @394 + GetTextExtentExPointW@28 @395 + GetTextExtentPoint32A@16 @396 + GetTextExtentPoint32W@16 @397 + GetTextExtentPointA@16 @398 + GetTextExtentPointI@16 @399 + GetTextExtentPointW@16 @400 + GetTextFaceA@12 @401 + GetTextFaceW@12 @402 + GetTextMetricsA@8 @403 + GetTextMetricsW@8 @404 + GetTransform@12 @405 + GetViewportExtEx@8 @406 + GetViewportOrgEx@8 @407 + GetWinMetaFileBits@20 @408 + GetWindowExtEx@8 @409 + GetWindowOrgEx@8 @410 + GetWorldTransform@8 @411 + IntersectClipRect@20 @412 + InvertRgn@8 @413 + LPtoDP@12 @414 + LineDDA@24 @415 + LineTo@12 @416 + MaskBlt@48 @419 + MirrorRgn@8 @420 + ModifyWorldTransform@12 @421 + MoveToEx@16 @422 + NamedEscape@28 @423 + OffsetClipRgn@12 @424 + OffsetRgn@12 @425 + OffsetViewportOrgEx@16 @426 + OffsetWindowOrgEx@16 @427 + PaintRgn@8 @428 + PatBlt@24 @429 + PathToRegion@4 @430 + Pie@36 @431 + PlayEnhMetaFile@12 @432 + PlayEnhMetaFileRecord@16 @433 + PlayMetaFile@8 @434 + PlayMetaFileRecord@16 @435 + PlgBlt@40 @436 + PolyBezier@12 @437 + PolyBezierTo@12 @438 + PolyDraw@16 @439 + PolyPolygon@16 @440 + PolyPolyline@16 @441 + PolyTextOutA@12 @442 + PolyTextOutW@12 @443 + Polygon@12 @444 + Polyline@12 @445 + PolylineTo@12 @446 + PtInRegion@12 @447 + PtVisible@12 @448 + RealizePalette@4 @449 + RectInRegion@8 @450 + RectVisible@8 @451 + Rectangle@20 @452 + RemoveFontMemResourceEx@4 @453 + RemoveFontResourceA@4 @454 + RemoveFontResourceExA@12 @455 + RemoveFontResourceExW@12 @456 + RemoveFontResourceW@4 @458 + ResetDCA@8 @459 + ResetDCW@8 @460 + ResizePalette@8 @461 + RestoreDC@8 @462 + RoundRect@28 @463 + SaveDC@4 @464 + ScaleViewportExtEx@24 @465 + ScaleWindowExtEx@24 @466 + SelectClipPath@8 @468 + SelectClipRgn@8 @469 + SelectObject@8 @471 + SelectPalette@12 @472 + SetAbortProc@8 @473 + SetArcDirection@8 @474 + SetBitmapBits@12 @475 + SetBitmapDimensionEx@16 @476 + SetBkColor@8 @477 + SetBkMode@8 @478 + SetBoundsRect@12 @479 + SetBrushOrgEx@16 @480 + SetColorAdjustment@8 @481 + SetColorSpace@8 @482 + SetDCBrushColor@8 @483 + SetDCPenColor@8 @484 + SetDIBColorTable@16 @485 + SetDIBits@28 @486 + SetDIBitsToDevice@48 @487 + SetDeviceGammaRamp@8 @488 + SetEnhMetaFileBits@8 @489 + SetGraphicsMode@8 @491 + SetICMMode@8 @492 + SetICMProfileA@8 @493 + SetICMProfileW@8 @494 + SetLayout@8 @495 + SetMagicColors@12 @496 + SetMapMode@8 @497 + SetMapperFlags@8 @498 + SetMetaFileBitsEx@8 @499 + SetMetaRgn@4 @500 + SetMiterLimit@12 @501 + SetObjectOwner@8 @502 + SetPaletteEntries@16 @503 + SetPixel@16 @504 + SetPixelFormat@12 @505 + SetPixelV@16 @506 + SetPolyFillMode@8 @507 + SetROP2@8 @508 + SetRectRgn@20 @509 + SetRelAbs@8 @510 + SetStretchBltMode@8 @511 + SetSystemPaletteUse@8 @512 + SetTextAlign@8 @513 + SetTextCharacterExtra@8 @514 + SetTextColor@8 @515 + SetTextJustification@12 @516 + SetViewportExtEx@16 @517 + SetViewportOrgEx@16 @518 + SetVirtualResolution@20 @519 + SetWinMetaFileBits@16 @520 + SetWindowExtEx@16 @521 + SetWindowOrgEx@16 @522 + SetWorldTransform@8 @523 + StartDocA@8 @524 + StartDocW@8 @525 + StartPage@4 @526 + StretchBlt@44 @527 + StretchDIBits@52 @528 + StrokeAndFillPath@4 @529 + StrokePath@4 @530 + SwapBuffers@4 @531 + TextOutA@20 @532 + TextOutW@20 @533 + TranslateCharsetInfo@12 @534 + UnrealizeObject@4 @536 + UpdateColors@4 @537 + UpdateICMRegKey@16=UpdateICMRegKeyA@16 @538 + UpdateICMRegKeyA@16 @539 + UpdateICMRegKeyW@16 @540 + WidenPath@4 @541 + pfnRealizePalette @543 DATA + pfnSelectPalette @544 DATA + GetDCHook@8 @546 + SetDCHook@12 @547 + SetHookFlags@8 @548 + __wine_make_gdi_object_system @549 + __wine_set_visible_region @550 + __wine_set_display_driver @551 + __wine_get_wgl_driver @552 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libgdiplus.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libgdiplus.def index 42e8878..a4e31b7 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libgdiplus.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libgdiplus.def @@ -236,6 +236,7 @@ EXPORTS GdipGetCustomLineCapBaseCap@8 @239 GdipGetCustomLineCapBaseInset@8 @240 GdipGetCustomLineCapStrokeJoin@8 @242 + GdipGetCustomLineCapType@8 @243 GdipGetCustomLineCapWidthScale@8 @244 GdipGetDC@8 @245 GdipGetDpiX@8 @246 @@ -258,6 +259,7 @@ EXPORTS GdipGetHatchForegroundColor@8 @264 GdipGetHatchStyle@8 @265 GdipGetHemfFromMetafile@8 @266 + GdipGetImageAttributesAdjustedPalette@12 @267 GdipGetImageBounds@12 @268 GdipGetImageDecoders@12 @269 GdipGetImageDecodersSize@8 @270 @@ -295,6 +297,7 @@ EXPORTS GdipGetMetafileHeaderFromFile@8 @303 GdipGetMetafileHeaderFromMetafile@8 @304 GdipGetMetafileHeaderFromStream@8 @305 + GdipGetMetafileHeaderFromWmf@12 @306 GdipGetNearestColor@8 @307 GdipGetPageScale@8 @308 GdipGetPageUnit@8 @309 @@ -600,7 +603,10 @@ EXPORTS GdipSetEffectParameters@12 @617 GdipBitmapCreateApplyEffect@36 @619 GdipBitmapApplyEffect@24 @620 + GdipBitmapGetHistogram@28 @621 + GdipBitmapGetHistogramSize@8 @622 GdipBitmapConvertFormat@24 @623 GdipImageSetAbort@8 @624 + GdipGraphicsSetAbort@8 @625 GdipConvertToEmfPlus@24 @627 GdipConvertToEmfPlusToFile@28 @628 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libglu32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libglu32.def index 1528780..22efd42 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libglu32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libglu32.def @@ -4,53 +4,55 @@ LIBRARY glu32.dll EXPORTS gluBeginCurve@4=wine_gluBeginCurve@4 @1 - gluBeginPolygon@4=wine_gluBeginPolygon@4 @2 + gluBeginPolygon@4 @2 gluBeginSurface@4=wine_gluBeginSurface@4 @3 gluBeginTrim@4=wine_gluBeginTrim@4 @4 - gluBuild1DMipmaps@24=wine_gluBuild1DMipmaps@24 @5 - gluBuild2DMipmaps@28=wine_gluBuild2DMipmaps@28 @6 + gluBuild1DMipmaps@24 @5 + gluBuild2DMipmaps@28 @6 gluCheckExtension@8=wine_gluCheckExtension@8 @7 - gluCylinder@36=wine_gluCylinder@36 @8 + gluCylinder@36 @8 gluDeleteNurbsRenderer@4=wine_gluDeleteNurbsRenderer@4 @9 - gluDeleteQuadric@4=wine_gluDeleteQuadric@4 @10 - gluDeleteTess@4=wine_gluDeleteTess@4 @11 - gluDisk@28=wine_gluDisk@28 @12 + gluDeleteQuadric@4 @10 + gluDeleteTess@4 @11 + gluDisk@28 @12 gluEndCurve@4=wine_gluEndCurve@4 @13 - gluEndPolygon@4=wine_gluEndPolygon@4 @14 + gluEndPolygon@4 @14 gluEndSurface@4=wine_gluEndSurface@4 @15 gluEndTrim@4=wine_gluEndTrim@4 @16 gluErrorString@4=wine_gluErrorString@4 @17 + gluErrorUnicodeStringEXT@4=wine_gluErrorUnicodeStringEXT@4 @18 gluGetNurbsProperty@12=wine_gluGetNurbsProperty@12 @19 gluGetString@4=wine_gluGetString@4 @20 + gluGetTessProperty@12 @21 gluLoadSamplingMatrices@16=wine_gluLoadSamplingMatrices@16 @22 - gluLookAt@72=wine_gluLookAt@72 @23 + gluLookAt@72 @23 gluNewNurbsRenderer@0=wine_gluNewNurbsRenderer@0 @24 - gluNewQuadric@0=wine_gluNewQuadric@0 @25 - gluNewTess@0=wine_gluNewTess@0 @26 - gluNextContour@8=wine_gluNextContour@8 @27 + gluNewQuadric@0 @25 + gluNewTess@0 @26 + gluNextContour@8 @27 gluNurbsCallback@12=wine_gluNurbsCallback@12 @28 gluNurbsCurve@28=wine_gluNurbsCurve@28 @29 gluNurbsProperty@12=wine_gluNurbsProperty@12 @30 gluNurbsSurface@44=wine_gluNurbsSurface@44 @31 - gluOrtho2D@32=wine_gluOrtho2D@32 @32 - gluPartialDisk@44=wine_gluPartialDisk@44 @33 - gluPerspective@32=wine_gluPerspective@32 @34 - gluPickMatrix@36=wine_gluPickMatrix@36 @35 - gluProject@48=wine_gluProject@48 @36 + gluOrtho2D@32 @32 + gluPartialDisk@44 @33 + gluPerspective@32 @34 + gluPickMatrix@36 @35 + gluProject@48 @36 gluPwlCurve@20=wine_gluPwlCurve@20 @37 - gluQuadricCallback@12=wine_gluQuadricCallback@12 @38 - gluQuadricDrawStyle@8=wine_gluQuadricDrawStyle@8 @39 - gluQuadricNormals@8=wine_gluQuadricNormals@8 @40 - gluQuadricOrientation@8=wine_gluQuadricOrientation@8 @41 - gluQuadricTexture@8=wine_gluQuadricTexture@8 @42 - gluScaleImage@36=wine_gluScaleImage@36 @43 - gluSphere@20=wine_gluSphere@20 @44 - gluTessBeginContour@4=wine_gluTessBeginContour@4 @45 - gluTessBeginPolygon@8=wine_gluTessBeginPolygon@8 @46 - gluTessCallback@12=wine_gluTessCallback@12 @47 - gluTessEndContour@4=wine_gluTessEndContour@4 @48 - gluTessEndPolygon@4=wine_gluTessEndPolygon@4 @49 - gluTessNormal@28=wine_gluTessNormal@28 @50 - gluTessProperty@16=wine_gluTessProperty@16 @51 - gluTessVertex@12=wine_gluTessVertex@12 @52 - gluUnProject@48=wine_gluUnProject@48 @53 + gluQuadricCallback@12 @38 + gluQuadricDrawStyle@8 @39 + gluQuadricNormals@8 @40 + gluQuadricOrientation@8 @41 + gluQuadricTexture@8 @42 + gluScaleImage@36 @43 + gluSphere@20 @44 + gluTessBeginContour@4 @45 + gluTessBeginPolygon@8 @46 + gluTessCallback@12 @47 + gluTessEndContour@4 @48 + gluTessEndPolygon@4 @49 + gluTessNormal@28 @50 + gluTessProperty@16 @51 + gluTessVertex@12 @52 + gluUnProject@48 @53 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libhid.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libhid.def index 1a8f585..2ca2a77 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libhid.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libhid.def @@ -9,15 +9,24 @@ EXPORTS HidD_GetHidGuid@4 @6 HidD_GetInputReport@12 @8 HidD_GetManufacturerString@12 @9 + HidD_GetNumInputBuffers@8 @11 HidD_GetPreparsedData@8 @13 HidD_GetProductString@12 @14 HidD_GetSerialNumberString@12 @15 HidD_SetFeature@12 @18 + HidD_SetNumInputBuffers@8 @19 + HidD_SetOutputReport@12 @20 HidP_GetButtonCaps@16 @21 HidP_GetCaps@8 @22 + HidP_GetData@24 @23 HidP_GetScaledUsageValue@32 @26 + HidP_GetSpecificButtonCaps@28 @27 + HidP_GetSpecificValueCaps@28 @28 HidP_GetUsageValue@32 @29 HidP_GetUsages@32 @31 + HidP_GetUsagesEx@28 @32 HidP_GetValueCaps@16 @33 HidP_InitializeReportForID@20 @34 + HidP_MaxDataListLength@8 @35 HidP_MaxUsageListLength@12 @36 + HidP_TranslateUsagesToI8042ScanCodes@24 @42 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libimm32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libimm32.def index a072ead..42dbfe1 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libimm32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libimm32.def @@ -88,3 +88,5 @@ EXPORTS ImmUnregisterWordA@16 @107 ImmUnregisterWordW@16 @108 __wine_get_ui_window@4 @112 + __wine_register_window@4 @113 + __wine_unregister_window@4 @114 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libinetcomm.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libinetcomm.def index dc383d2..c1e9037 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libinetcomm.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libinetcomm.def @@ -10,6 +10,7 @@ EXPORTS DllGetClassObject@12 @9 PRIVATE DllRegisterServer@0 @10 PRIVATE DllUnregisterServer@0 @11 PRIVATE + MimeGetAddressFormatW@20 @45 MimeOleCreateMessage@8 @54 MimeOleCreateSecurity@4 @57 MimeOleCreateVirtualStream@4 @58 @@ -18,4 +19,6 @@ EXPORTS MimeOleGetCharsetInfo@8 @70 MimeOleGetDefaultCharset@4 @74 MimeOleGetInternat@4 @79 + MimeOleGetPropertySchema@4 @82 + MimeOleObjectFromMoniker@24 @85 MimeOleSetCompatMode@4 @101 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libiphlpapi.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libiphlpapi.def index b7722fa..1ef66be 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libiphlpapi.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libiphlpapi.def @@ -46,48 +46,53 @@ EXPORTS GetIfEntry2@4 @47 GetIfTable@12 @49 GetIfTable2@4 @50 - GetInterfaceInfo@8 @53 - GetIpAddrTable@12 @54 - GetIpForwardTable@12 @56 - GetIpNetTable@12 @58 - GetIpStatisticsEx@8 @60 - GetIpStatistics@4 @61 - GetNetworkParams@8 @63 - GetNumberOfInterfaces@4 @64 - GetPerAdapterInfo@12 @65 - GetRTTAndHopCount@16 @66 - GetTcp6Table@12 @67 - GetTcp6Table2@12 @68 - GetTcpStatisticsEx@8 @69 - GetTcpStatistics@4 @70 - GetTcpTable@12 @72 - GetTcpTable2@12 @73 - GetUdpStatisticsEx@8 @75 - GetUdpStatistics@4 @76 - GetUdpTable@12 @78 - GetUniDirectionalAdapterInfo@8 @80 - Icmp6CreateFile@0 @81 - Icmp6SendEcho2@48 @82 - IcmpCloseHandle@4 @83 - IcmpCreateFile@0 @84 - IcmpSendEcho2Ex@48 @86 - IcmpSendEcho2@44 @87 - IcmpSendEcho@32 @88 - IpReleaseAddress@4 @104 - IpRenewAddress@4 @105 - NotifyAddrChange@8 @111 - NotifyIpInterfaceChange@20 @112 - NotifyRouteChange@8 @113 - _PfBindInterfaceToIPAddress@12@12=PfBindInterfaceToIPAddress@12 @117 - _PfCreateInterface@24@24=PfCreateInterface@24 @119 - _PfDeleteInterface@4@4=PfDeleteInterface@4 @120 - _PfUnBindInterface@4@4=PfUnBindInterface@4 @130 - SendARP@16 @131 - SetIfEntry@4 @134 - SetIpForwardEntry@4 @136 - SetIpNetEntry@4 @139 - SetIpStatistics@4 @142 - SetIpTTL@4 @144 - SetPerTcpConnectionEStats@24 @145 - SetTcpEntry@4 @148 - UnenableRouter@8 @150 + GetIfTable2Ex@8 @51 + GetInterfaceInfo@8 @54 + GetIpAddrTable@12 @55 + GetIpForwardTable@12 @57 + GetIpNetTable@12 @59 + GetIpStatisticsEx@8 @61 + GetIpStatistics@4 @62 + GetNetworkParams@8 @64 + GetNumberOfInterfaces@4 @65 + GetPerAdapterInfo@12 @66 + GetRTTAndHopCount@16 @67 + GetTcp6Table@12 @68 + GetTcp6Table2@12 @69 + GetTcpStatisticsEx@8 @70 + GetTcpStatistics@4 @71 + GetTcpTable@12 @73 + GetTcpTable2@12 @74 + GetUdpStatisticsEx@8 @76 + GetUdpStatistics@4 @77 + GetUdpTable@12 @79 + GetUnicastIpAddressEntry@4 @81 + GetUnicastIpAddressTable@8 @82 + GetUniDirectionalAdapterInfo@8 @83 + Icmp6CreateFile@0 @84 + Icmp6SendEcho2@48 @85 + IcmpCloseHandle@4 @86 + IcmpCreateFile@0 @87 + IcmpSendEcho2Ex@48 @89 + IcmpSendEcho2@44 @90 + IcmpSendEcho@32 @91 + if_nametoindex@4=IPHLP_if_nametoindex@4 @92 + IpReleaseAddress@4 @108 + IpRenewAddress@4 @109 + NotifyAddrChange@8 @115 + NotifyIpInterfaceChange@20 @116 + NotifyRouteChange@8 @117 + NotifyUnicastIpAddressChange@20 @119 + _PfBindInterfaceToIPAddress@12@12=PfBindInterfaceToIPAddress@12 @122 + _PfCreateInterface@24@24=PfCreateInterface@24 @124 + _PfDeleteInterface@4@4=PfDeleteInterface@4 @125 + _PfUnBindInterface@4@4=PfUnBindInterface@4 @135 + SendARP@16 @136 + SetIfEntry@4 @139 + SetIpForwardEntry@4 @141 + SetIpNetEntry@4 @144 + SetIpStatistics@4 @147 + SetIpTTL@4 @149 + SetPerTcpConnectionEStats@24 @150 + SetTcpEntry@4 @153 + UnenableRouter@8 @155 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libjsproxy.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libjsproxy.def index bc1b5dc..50e2edd 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libjsproxy.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libjsproxy.def @@ -3,6 +3,6 @@ LIBRARY jsproxy.dll EXPORTS - InternetInitializeAutoProxyDll@20=JSPROXY_InternetInitializeAutoProxyDll@20 @1 - InternetDeInitializeAutoProxyDll@8 @3 - InternetGetProxyInfo@24 @5 + InternetInitializeAutoProxyDll@20=JSPROXY_InternetInitializeAutoProxyDll@20 @101 + InternetDeInitializeAutoProxyDll@8 @102 + InternetGetProxyInfo@24 @103 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libkernel.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libkernel.def index 8f70cf0..3ab4155 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libkernel.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libkernel.def @@ -4,15 +4,15 @@ LIBRARY krnl386.exe16 EXPORTS __wine_spec_dos_header=.L__wine_spec_dos_header @1 DATA PRIVATE - VxDCall0@4=VxDCall@4 @2 - VxDCall1@4=VxDCall@4 @3 - VxDCall2@4=VxDCall@4 @4 - VxDCall3@4=VxDCall@4 @5 - VxDCall4@4=VxDCall@4 @6 - VxDCall5@4=VxDCall@4 @7 - VxDCall6@4=VxDCall@4 @8 - VxDCall7@4=VxDCall@4 @9 - VxDCall8@4=VxDCall@4 @10 + VxDCall0@0=VxDCall@0 @2 + VxDCall1@0=VxDCall@0 @3 + VxDCall2@0=VxDCall@0 @4 + VxDCall3@0=VxDCall@0 @5 + VxDCall4@0=VxDCall@0 @6 + VxDCall5@0=VxDCall@0 @7 + VxDCall6@0=VxDCall@0 @8 + VxDCall7@0=VxDCall@0 @9 + VxDCall8@0=VxDCall@0 @10 k32CharToOemA@8 @11 k32CharToOemBuffA@12 @12 k32OemToCharA@8 @13 @@ -156,30 +156,31 @@ EXPORTS GetCurrentTask@0 @151 GetDOSEnvironment16@0 @152 GetExePtr@4 @153 - GetExpWinVer16@4 @154 - GetModuleHandle16@4 @155 - GlobalReAlloc16@12 @156 - InitTask16@4 @157 - IsBadReadPtr16@8 @158 - IsTask16@4 @159 - LoadModule16@8 @160 - LoadResource16@8 @161 - LocalAlloc16@8 @162 - LocalInit16@12 @163 - LocalLock16@4 @164 - LocalUnlock16@4 @165 - LocalReAlloc16@12 @166 - LocalFree16@4 @167 - LocalSize16@4 @168 - LocalCompact16@4 @169 - LocalCountFree16@0 @170 - LocalHeapSize16@0 @171 - LockResource16@4 @172 - SetSelectorBase@8 @173 - SetSelectorLimit16@8 @174 - SizeofResource16@8 @175 - WinExec16@8 @176 - __wine_call_int_handler @177 - __wine_load_dos_exe @178 - __wine_vxd_open @179 PRIVATE - __wine_vxd_get_proc @180 PRIVATE + GetExeVersion16@0 @154 + GetExpWinVer16@4 @155 + GetModuleHandle16@4 @156 + GlobalReAlloc16@12 @157 + InitTask16@4 @158 + IsBadReadPtr16@8 @159 + IsTask16@4 @160 + LoadModule16@8 @161 + LoadResource16@8 @162 + LocalAlloc16@8 @163 + LocalInit16@12 @164 + LocalLock16@4 @165 + LocalUnlock16@4 @166 + LocalReAlloc16@12 @167 + LocalFree16@4 @168 + LocalSize16@4 @169 + LocalCompact16@4 @170 + LocalCountFree16@0 @171 + LocalHeapSize16@0 @172 + LockResource16@4 @173 + SetSelectorBase@8 @174 + SetSelectorLimit16@8 @175 + SizeofResource16@8 @176 + WinExec16@8 @177 + __wine_call_int_handler @178 + __wine_load_dos_exe @179 + __wine_vxd_open @180 PRIVATE + __wine_vxd_get_proc @181 PRIVATE diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libkernel32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libkernel32.def index e9dbf24..45901f4 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libkernel32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libkernel32.def @@ -3,15 +3,15 @@ LIBRARY kernel32.dll EXPORTS - VxDCall0@4=krnl386.exe16.VxDCall0 @1 NONAME PRIVATE - VxDCall1@4=krnl386.exe16.VxDCall1 @2 NONAME PRIVATE - VxDCall2@4=krnl386.exe16.VxDCall2 @3 NONAME PRIVATE - VxDCall3@4=krnl386.exe16.VxDCall3 @4 NONAME PRIVATE - VxDCall4@4=krnl386.exe16.VxDCall4 @5 NONAME PRIVATE - VxDCall5@4=krnl386.exe16.VxDCall5 @6 NONAME PRIVATE - VxDCall6@4=krnl386.exe16.VxDCall6 @7 NONAME PRIVATE - VxDCall7@4=krnl386.exe16.VxDCall7 @8 NONAME PRIVATE - VxDCall8@4=krnl386.exe16.VxDCall8 @9 NONAME PRIVATE + VxDCall0@0=krnl386.exe16.VxDCall0 @1 NONAME PRIVATE + VxDCall1@0=krnl386.exe16.VxDCall1 @2 NONAME PRIVATE + VxDCall2@0=krnl386.exe16.VxDCall2 @3 NONAME PRIVATE + VxDCall3@0=krnl386.exe16.VxDCall3 @4 NONAME PRIVATE + VxDCall4@0=krnl386.exe16.VxDCall4 @5 NONAME PRIVATE + VxDCall5@0=krnl386.exe16.VxDCall5 @6 NONAME PRIVATE + VxDCall6@0=krnl386.exe16.VxDCall6 @7 NONAME PRIVATE + VxDCall7@0=krnl386.exe16.VxDCall7 @8 NONAME PRIVATE + VxDCall8@0=krnl386.exe16.VxDCall8 @9 NONAME PRIVATE k32CharToOemA@8=krnl386.exe16.k32CharToOemA @10 NONAME PRIVATE k32CharToOemBuffA@12=krnl386.exe16.k32CharToOemBuffA @11 NONAME PRIVATE k32OemToCharA@8=krnl386.exe16.k32OemToCharA @12 NONAME PRIVATE @@ -103,1117 +103,1145 @@ EXPORTS AddAtomW@4 @125 AddConsoleAliasA@12 @126 AddConsoleAliasW@12 @127 - AddRefActCtx@4 @128 - AddVectoredContinueHandler@8=ntdll.RtlAddVectoredContinueHandler @129 - AddVectoredExceptionHandler@8=ntdll.RtlAddVectoredExceptionHandler @130 - AllocConsole@0 @131 - AllocSLCallback@8=krnl386.exe16.AllocSLCallback @133 PRIVATE - AllocateUserPhysicalPages@12 @134 - ApplicationRecoveryFinished@4 @135 - ApplicationRecoveryInProgress@4 @136 - AreFileApisANSI@0 @137 - AssignProcessToJobObject@8 @138 - AttachConsole@4 @139 - BackupRead@28 @140 - BackupSeek@24 @141 - BackupWrite@28 @142 - Beep@8 @154 - BeginUpdateResourceA@8 @155 - BeginUpdateResourceW@8 @156 - BindIoCompletionCallback@12 @157 - BuildCommDCBA@8 @158 - BuildCommDCBAndTimeoutsA@12 @159 - BuildCommDCBAndTimeoutsW@12 @160 - BuildCommDCBW@8 @161 - CallbackMayRunLong@4 @162 - CallNamedPipeA@28 @163 - CallNamedPipeW@28 @164 - CancelIo@4 @166 - CancelIoEx@8 @167 - CancelSynchronousIo@4 @168 - CancelTimerQueueTimer@8 @169 - CancelWaitableTimer@4 @170 - ChangeTimerQueueTimer@16 @171 - CheckNameLegalDOS8Dot3A@20 @172 - CheckNameLegalDOS8Dot3W@20 @173 - CheckRemoteDebuggerPresent@8 @174 - ClearCommBreak@4 @175 - ClearCommError@12 @176 - CloseConsoleHandle@4 @177 - CloseHandle@4 @178 - CloseProfileUserMapping@0 @179 - CloseThreadpool@4=ntdll.TpReleasePool @181 - CloseThreadpoolCleanupGroup@4=ntdll.TpReleaseCleanupGroup @182 - CloseThreadpoolCleanupGroupMembers@12=ntdll.TpReleaseCleanupGroupMembers @183 - CloseThreadpoolTimer@4=ntdll.TpReleaseTimer @184 - CloseThreadpoolWait@4=ntdll.TpReleaseWait @185 - CloseThreadpoolWork@4=ntdll.TpReleaseWork @186 - CmdBatNotification@4 @187 - CommConfigDialogA@12 @188 - CommConfigDialogW@12 @189 - CompareFileTime@8 @190 - CompareStringA@24 @191 - CompareStringW@24 @192 - CompareStringEx@36 @193 - CompareStringOrdinal@20 @194 - ConnectNamedPipe@8 @195 - ContinueDebugEvent@12 @198 - ConvertDefaultLocale@4 @199 - ConvertFiberToThread@0 @200 - ConvertThreadToFiber@4 @201 - ConvertThreadToFiberEx@8 @202 - ConvertToGlobalHandle@4 @203 - CopyFileA@12 @204 - CopyFileExA@24 @205 - CopyFileExW@24 @206 - CopyFileW@12 @207 - CopyLZFile@8=LZCopy@8 @208 - CreateActCtxA@4 @209 - CreateActCtxW@4 @210 - CreateConsoleScreenBuffer@20 @211 - CreateDirectoryA@8 @212 - CreateDirectoryExA@12 @213 - CreateDirectoryExW@12 @214 - CreateDirectoryW@8 @215 - CreateEventA@16 @216 - CreateEventExA@16 @217 - CreateEventExW@16 @218 - CreateEventW@16 @219 - CreateFiber@12 @220 - CreateFiberEx@20 @221 - CreateFile2@20 @222 - CreateFileA@28 @223 - CreateFileMappingA@24 @224 - CreateHardLinkTransactedA@16 @225 - CreateHardLinkTransactedW@16 @226 - CreateFileMappingW@24 @227 - CreateFileW@28 @228 - CreateHardLinkA@12 @229 - CreateHardLinkW@12 @230 - CreateIoCompletionPort@16 @231 - CreateJobObjectA@8 @232 - CreateJobObjectW@8 @233 - CreateMailslotA@16 @235 - CreateMailslotW@16 @236 - CreateMemoryResourceNotification@4 @237 - CreateMutexA@12 @238 - CreateMutexExA@16 @239 - CreateMutexExW@16 @240 - CreateMutexW@12 @241 - CreateNamedPipeA@32 @242 - CreateNamedPipeW@32 @243 - CreatePipe@16 @244 - CreateProcessA@40 @245 - CreateProcessW@40 @246 - CreateRemoteThread@28 @247 - CreateSemaphoreA@16 @248 - CreateSemaphoreExA@24 @249 - CreateSemaphoreExW@24 @250 - CreateSemaphoreW@16 @251 - CreateSocketHandle@0 @252 - CreateSymbolicLinkA@12 @253 - CreateSymbolicLinkW@12 @254 - CreateTapePartition@16 @255 - CreateThread@24 @256 - CreateThreadpool@4 @257 - CreateThreadpoolCleanupGroup@0 @258 - CreateThreadpoolTimer@12 @259 - CreateThreadpoolWait@12 @260 - CreateThreadpoolWork@12 @261 - CreateTimerQueue@0 @262 - CreateTimerQueueTimer@28 @263 - CreateToolhelp32Snapshot@8 @264 - CreateWaitableTimerA@12 @266 - CreateWaitableTimerExA@16 @267 - CreateWaitableTimerExW@16 @268 - CreateWaitableTimerW@12 @269 - DeactivateActCtx@8 @270 - DebugActiveProcess@4 @271 - DebugActiveProcessStop@4 @272 - DebugBreak@0 @273 - DebugBreakProcess@4 @274 - DebugSetProcessKillOnExit@4 @275 - DecodePointer@4=ntdll.RtlDecodePointer @276 - DefineDosDeviceA@12 @277 - DefineDosDeviceW@12 @278 - DelayLoadFailureHook@8 @279 - DeleteAtom@4 @280 - DeleteCriticalSection@4=ntdll.RtlDeleteCriticalSection @281 - DeleteFiber@4 @282 - DeleteFileA@4 @283 - DeleteFileW@4 @284 - DisassociateCurrentThreadFromCallback@4=ntdll.TpDisassociateCallback @285 - DeleteTimerQueue@4 @286 - DeleteTimerQueueEx@8 @287 - DeleteTimerQueueTimer@12 @288 - DeleteVolumeMountPointA@4 @289 - DeleteVolumeMountPointW@4 @290 - DeviceIoControl@32 @291 - DisableThreadLibraryCalls@4 @292 - DisconnectNamedPipe@4 @293 - DnsHostnameToComputerNameA@12 @294 - DnsHostnameToComputerNameW@12 @295 - DosDateTimeToFileTime@12 @296 - DuplicateConsoleHandle@16 @297 - DuplicateHandle@28 @298 - EncodePointer@4=ntdll.RtlEncodePointer @299 - EndUpdateResourceA@8 @300 - EndUpdateResourceW@8 @301 - EnterCriticalSection@4=ntdll.RtlEnterCriticalSection @302 - EnumCalendarInfoA@16 @303 - EnumCalendarInfoExA@16 @304 - EnumCalendarInfoExEx@24 @305 - EnumCalendarInfoExW@16 @306 - EnumCalendarInfoW@16 @307 - EnumDateFormatsA@12 @308 - EnumDateFormatsExA@12 @309 - EnumDateFormatsExEx@16 @310 - EnumDateFormatsExW@12 @311 - EnumDateFormatsW@12 @312 - EnumLanguageGroupLocalesA@16 @313 - EnumLanguageGroupLocalesW@16 @314 - EnumResourceLanguagesA@20 @315 - EnumResourceLanguagesExA@28 @316 - EnumResourceLanguagesExW@28 @317 - EnumResourceLanguagesW@20 @318 - EnumResourceNamesA@16 @319 - EnumResourceNamesW@16 @320 - EnumResourceTypesA@12 @321 - EnumResourceTypesW@12 @322 - EnumSystemCodePagesA@8 @323 - EnumSystemCodePagesW@8 @324 - EnumSystemGeoID@12 @325 - EnumSystemLanguageGroupsA@12 @326 - EnumSystemLanguageGroupsW@12 @327 - EnumSystemLocalesA@8 @328 - EnumSystemLocalesEx@16 @329 - EnumSystemLocalesW@8 @330 - EnumTimeFormatsA@12 @331 - EnumTimeFormatsEx@16 @332 - EnumTimeFormatsW@12 @333 - EnumUILanguagesA@12 @334 - EnumUILanguagesW@12 @335 - EraseTape@12 @336 - EscapeCommFunction@8 @337 - ExitProcess@4 @338 - ExitThread@4 @339 - ExpandEnvironmentStringsA@12 @341 - ExpandEnvironmentStringsW@12 @342 - ExpungeConsoleCommandHistoryA@4 @343 - ExpungeConsoleCommandHistoryW@4 @344 - FT_Exit0@0=krnl386.exe16.FT_Exit0 @346 PRIVATE - FT_Exit12@0=krnl386.exe16.FT_Exit12 @347 PRIVATE - FT_Exit16@0=krnl386.exe16.FT_Exit16 @348 PRIVATE - FT_Exit20@0=krnl386.exe16.FT_Exit20 @349 PRIVATE - FT_Exit24@0=krnl386.exe16.FT_Exit24 @350 PRIVATE - FT_Exit28@0=krnl386.exe16.FT_Exit28 @351 PRIVATE - FT_Exit32@0=krnl386.exe16.FT_Exit32 @352 PRIVATE - FT_Exit36@0=krnl386.exe16.FT_Exit36 @353 PRIVATE - FT_Exit40@0=krnl386.exe16.FT_Exit40 @354 PRIVATE - FT_Exit44@0=krnl386.exe16.FT_Exit44 @355 PRIVATE - FT_Exit48@0=krnl386.exe16.FT_Exit48 @356 PRIVATE - FT_Exit4@0=krnl386.exe16.FT_Exit4 @357 PRIVATE - FT_Exit52@0=krnl386.exe16.FT_Exit52 @358 PRIVATE - FT_Exit56@0=krnl386.exe16.FT_Exit56 @359 PRIVATE - FT_Exit8@0=krnl386.exe16.FT_Exit8 @360 PRIVATE - FT_Prolog@0=krnl386.exe16.FT_Prolog @361 PRIVATE - FT_Thunk@0=krnl386.exe16.FT_Thunk @362 PRIVATE - FatalAppExitA@8 @363 - FatalAppExitW@8 @364 - FatalExit@4 @365 - FileTimeToDosDateTime@12 @366 - FileTimeToLocalFileTime@8 @367 - FileTimeToSystemTime@8 @368 - FillConsoleOutputAttribute@20 @369 - FillConsoleOutputCharacterA@20 @370 - FillConsoleOutputCharacterW@20 @371 - FindActCtxSectionGuid@20 @372 - FindActCtxSectionStringA@20 @373 - FindActCtxSectionStringW@20 @374 - FindAtomA@4 @375 - FindAtomW@4 @376 - FindClose@4 @377 - FindCloseChangeNotification@4 @378 - FindFirstChangeNotificationA@12 @379 - FindFirstChangeNotificationW@12 @380 - FindFirstFileA@8 @381 - FindFirstFileExA@24 @382 - FindFirstFileExW@24 @383 - FindFirstFileW@8 @384 - FindFirstVolumeA@8 @385 - FindFirstVolumeMountPointA@12 @386 - FindFirstVolumeMountPointW@12 @387 - FindFirstVolumeW@8 @388 - FindNextChangeNotification@4 @389 - FindNextFileA@8 @390 - FindNextFileW@8 @391 - FindNextVolumeA@12 @392 - FindNextVolumeW@12 @395 - FindResourceA@12 @396 - FindResourceExA@16 @397 - FindResourceExW@16 @398 - FindResourceW@12 @399 - FindVolumeClose@4 @400 - FindVolumeMountPointClose@4 @401 - FlsAlloc@4 @402 - FlsFree@4 @403 - FlsGetValue@4 @404 - FlsSetValue@8 @405 - FlushConsoleInputBuffer@4 @406 - FlushFileBuffers@4 @407 - FlushInstructionCache@12 @408 - FlushProcessWriteBuffers@0 @409 - FlushViewOfFile@8 @410 - FoldStringA@20 @411 - FoldStringW@20 @412 - FormatMessageA@28 @413 - FormatMessageW@28 @414 - FreeConsole@0 @415 - FreeEnvironmentStringsA@4 @416 - FreeEnvironmentStringsW@4 @417 - FreeLibrary@4 @419 - FreeLibraryAndExitThread@8 @420 - FreeLibraryWhenCallbackReturns@8=ntdll.TpCallbackUnloadDllOnCompletion @421 - FreeResource@4 @422 - FreeSLCallback@4=krnl386.exe16.FreeSLCallback @423 PRIVATE - GenerateConsoleCtrlEvent@8 @426 - Get16DLLAddress@8=krnl386.exe16.Get16DLLAddress @427 PRIVATE - GetACP@0 @428 - GetAtomNameA@12 @429 - GetAtomNameW@12 @430 - GetBinaryType@8=GetBinaryTypeA@8 @431 - GetBinaryTypeA@8 @432 - GetBinaryTypeW@8 @433 - GetCPInfo@8 @434 - GetCPInfoExA@12 @435 - GetCPInfoExW@12 @436 - GetCalendarInfoA@24 @437 - GetCalendarInfoW@24 @438 - GetCalendarInfoEx@28 @439 - GetCommConfig@12 @440 - GetCommMask@8 @441 - GetCommModemStatus@8 @442 - GetCommProperties@8 @443 - GetCommState@8 @444 - GetCommTimeouts@8 @445 - GetCommandLineA@0 @446 - GetCommandLineW@0 @447 - GetCompressedFileSizeA@8 @448 - GetCompressedFileSizeW@8 @449 - GetComputerNameA@8 @450 - GetComputerNameExA@12 @451 - GetComputerNameExW@12 @452 - GetComputerNameW@8 @453 - GetConsoleAliasW@16 @459 - GetConsoleAliasesLengthA@4 @461 - GetConsoleAliasesLengthW@4 @462 - GetConsoleCP@0 @464 - GetConsoleCommandHistoryA@12 @466 - GetConsoleCommandHistoryLengthA@4 @467 - GetConsoleCommandHistoryLengthW@4 @468 - GetConsoleCommandHistoryW@12 @469 - GetConsoleCursorInfo@8 @470 - GetConsoleDisplayMode@4 @472 - GetConsoleFontSize@8 @474 - GetConsoleInputExeNameA@8 @476 - GetConsoleInputExeNameW@8 @477 - GetConsoleInputWaitHandle@0 @478 - GetConsoleKeyboardLayoutNameA@4 @479 - GetConsoleKeyboardLayoutNameW@4 @480 - GetConsoleMode@8 @481 - GetConsoleOutputCP@0 @483 - GetConsoleProcessList@8 @484 - GetConsoleScreenBufferInfo@8 @485 - GetConsoleScreenBufferInfoEx@8 @486 - GetConsoleTitleA@8 @487 - GetConsoleTitleW@8 @488 - GetConsoleWindow@0 @489 - GetCurrencyFormatA@24 @490 - GetCurrencyFormatW@24 @491 - GetCurrentActCtx@4 @492 - GetCurrentConsoleFont@12 @493 - GetCurrentDirectoryA@8 @494 - GetCurrentDirectoryW@8 @495 - GetCurrentPackageId@8 @496 - GetCurrentProcess@0 @497 - GetCurrentProcessId@0 @498 - GetCurrentProcessorNumber@0=ntdll.NtGetCurrentProcessorNumber @499 - GetCurrentProcessorNumberEx@4=ntdll.RtlGetCurrentProcessorNumberEx @500 - GetCurrentThread@0 @501 - GetCurrentThreadId@0 @502 - GetDateFormatA@24 @503 - GetDateFormatEx@28 @504 - GetDateFormatW@24 @505 - GetDaylightFlag@0 @506 - GetDefaultCommConfigA@12 @507 - GetDefaultCommConfigW@12 @508 - GetDevicePowerState@8 @510 - GetDiskFreeSpaceA@20 @511 - GetDiskFreeSpaceExA@16 @512 - GetDiskFreeSpaceExW@16 @513 - GetDiskFreeSpaceW@20 @514 - GetDllDirectoryA@8 @515 - GetDllDirectoryW@8 @516 - GetDriveTypeA@4 @517 - GetDriveTypeW@4 @518 - GetDynamicTimeZoneInformation@4 @519 - GetEnvironmentStrings@0=GetEnvironmentStringsA@0 @520 - GetEnvironmentStringsA@0 @521 - GetEnvironmentStringsW@0 @522 - GetEnvironmentVariableA@12 @523 - GetEnvironmentVariableW@12 @524 - GetErrorMode@0 @525 - GetExitCodeProcess@8 @526 - GetExitCodeThread@8 @527 - GetExpandedNameA@8 @528 - GetExpandedNameW@8 @529 - GetFileAttributesA@4 @530 - GetFileAttributesExA@12 @531 - GetFileAttributesExW@12 @532 - GetFileAttributesW@4 @533 - GetFileInformationByHandle@8 @534 - GetFileInformationByHandleEx@16 @535 - GetFileMUIInfo@16 @536 - GetFileMUIPath@28 @537 - GetFileSize@8 @538 - GetFileSizeEx@8 @539 - GetFileTime@16 @540 - GetFileType@4 @541 - GetFirmwareEnvironmentVariableA@16 @542 - GetFirmwareEnvironmentVariableW@16 @543 - GetFullPathNameA@16 @544 - GetFullPathNameW@16 @545 - GetGeoInfoA@20 @546 - GetGeoInfoW@20 @547 - GetHandleContext@4 @548 - GetHandleInformation@8 @549 - GetLargestConsoleWindowSize@4 @552 - GetLastError@0 @553 - GetLocalTime@4 @555 - GetLocaleInfoA@16 @556 - GetLocaleInfoW@16 @557 - GetLocaleInfoEx@16 @558 - GetLogicalDriveStringsA@8 @559 - GetLogicalDriveStringsW@8 @560 - GetLogicalDrives@0 @561 - GetLogicalProcessorInformation@8 @562 - GetLogicalProcessorInformationEx@12 @563 - GetLongPathNameA@12 @564 - GetLongPathNameW@12 @565 - GetMailslotInfo@20 @566 - GetModuleFileNameA@12 @567 - GetModuleFileNameW@12 @568 - GetModuleHandleA@4 @569 - GetModuleHandleExA@12 @570 - GetModuleHandleExW@12 @571 - GetModuleHandleW@4 @572 - GetNamedPipeHandleStateA@28 @573 - GetNamedPipeHandleStateW@28 @574 - GetNamedPipeInfo@20 @575 - GetNativeSystemInfo@4 @576 - GetNumaAvailableMemoryNode@8 @579 - GetNumaHighestNodeNumber@4 @580 - GetNumaNodeProcessorMask@8 @581 - GetNumaProcessorNode@8 @582 - GetNumberFormatA@24 @583 - GetNumberFormatW@24 @584 - GetNumberOfConsoleFonts@0 @585 - GetNumberOfConsoleInputEvents@8 @586 - GetNumberOfConsoleMouseButtons@4 @587 - GetOEMCP@0 @588 - GetOverlappedResult@16 @589 - GetUserPreferredUILanguages@16 @590 - GetPhysicallyInstalledSystemMemory@4 @591 - GetPriorityClass@4 @592 - GetPrivateProfileIntA@16 @593 - GetPrivateProfileIntW@16 @594 - GetPrivateProfileSectionA@16 @595 - GetPrivateProfileSectionNamesA@12 @596 - GetPrivateProfileSectionNamesW@12 @597 - GetPrivateProfileSectionW@16 @598 - GetPrivateProfileStringA@24 @599 - GetPrivateProfileStringW@24 @600 - GetPrivateProfileStructA@20 @601 - GetPrivateProfileStructW@20 @602 - GetProcAddress@8 @603 - GetProcessAffinityMask@12 @604 - GetProcessDEPPolicy@12 @605 - GetProcessFlags@4 @606 - GetProcessHandleCount@8 @607 - GetProcessHeap@0 @608 - GetProcessHeaps@8 @609 - GetProcessId@4 @610 - GetProcessIdOfThread@4 @611 - GetProcessIoCounters@8 @612 - GetProcessPriorityBoost@8 @613 - GetProcessShutdownParameters@8 @614 - GetProcessTimes@20 @615 - GetProcessVersion@4 @616 - GetProcessWorkingSetSize@12 @617 - GetProductInfo@20 @618 - GetProfileIntA@12 @620 - GetProfileIntW@12 @621 - GetProfileSectionA@12 @622 - GetProfileSectionW@12 @623 - GetProfileStringA@20 @624 - GetProfileStringW@20 @625 - GetQueuedCompletionStatus@20 @626 - GetShortPathNameA@12 @629 - GetShortPathNameW@12 @630 - GetStartupInfoA@4 @631 - GetStartupInfoW@4 @632 - GetStdHandle@4 @633 - GetStringTypeA@20 @634 - GetStringTypeExA@20 @635 - GetStringTypeExW@20 @636 - GetStringTypeW@16 @637 - GetSystemFileCacheSize@12 @638 - GetSystemDefaultLCID@0 @639 - GetSystemDefaultLangID@0 @640 - GetSystemDefaultLocaleName@8 @641 - GetSystemDefaultUILanguage@0 @642 - GetSystemDEPPolicy@0 @643 - GetSystemDirectoryA@8 @644 - GetSystemDirectoryW@8 @645 - GetSystemFirmwareTable@16 @646 - GetSystemInfo@4 @647 - GetSystemPowerStatus@4 @648 - GetSystemPreferredUILanguages@16 @649 - GetSystemRegistryQuota@8 @650 - GetSystemTime@4 @651 - GetSystemTimeAdjustment@12 @652 - GetSystemTimeAsFileTime@4 @653 - GetSystemTimePreciseAsFileTime@4 @654 - GetSystemTimes@12 @655 - GetSystemWindowsDirectoryA@8 @656 - GetSystemWindowsDirectoryW@8 @657 - GetSystemWow64DirectoryA@8 @658 - GetSystemWow64DirectoryW@8 @659 - GetTapeParameters@16 @660 - GetTapePosition@20 @661 - GetTapeStatus@4 @662 - GetTempFileNameA@16 @663 - GetTempFileNameW@16 @664 - GetTempPathA@8 @665 - GetTempPathW@8 @666 - GetThreadContext@8 @667 - GetThreadErrorMode@0 @668 - GetThreadGroupAffinity@8 @669 - GetThreadId@4 @670 - GetThreadIOPendingFlag@8 @671 - GetThreadLocale@0 @672 - GetThreadPreferredUILanguages@16 @673 - GetThreadPriority@4 @674 - GetThreadPriorityBoost@8 @675 - GetThreadSelectorEntry@12 @676 - GetThreadTimes@20 @677 - GetTickCount@0 @678 - GetTickCount64@0 @679 - GetTimeFormatA@24 @680 - GetTimeFormatEx@24 @681 - GetTimeFormatW@24 @682 - GetTimeZoneInformation@4 @683 - GetTimeZoneInformationForYear@12 @684 - GetThreadUILanguage@0 @685 - GetUserDefaultLCID@0 @686 - GetUserDefaultLangID@0 @687 - GetUserDefaultLocaleName@8 @688 - GetUserDefaultUILanguage@0 @689 - GetUserGeoID@4 @690 - GetVersion@0 @692 - GetVersionExA@4 @693 - GetVersionExW@4 @694 - GetVolumeInformationA@32 @695 - GetVolumeInformationW@32 @696 - GetVolumeNameForVolumeMountPointA@12 @697 - GetVolumeNameForVolumeMountPointW@12 @698 - GetVolumePathNameA@12 @699 - GetVolumePathNameW@12 @700 - GetVolumePathNamesForVolumeNameA@16 @701 - GetVolumePathNamesForVolumeNameW@16 @702 - GetWindowsDirectoryA@8 @703 - GetWindowsDirectoryW@8 @704 - GetWriteWatch@24 @705 - GlobalAddAtomA@4 @706 - GlobalAddAtomW@4 @707 - GlobalAlloc@8 @708 - GlobalCompact@4 @709 - GlobalDeleteAtom@4 @710 - GlobalFindAtomA@4 @711 - GlobalFindAtomW@4 @712 - GlobalFix@4 @713 - GlobalFlags@4 @714 - GlobalFree@4 @715 - GlobalGetAtomNameA@12 @716 - GlobalGetAtomNameW@12 @717 - GlobalHandle@4 @718 - GlobalLock@4 @719 - GlobalMemoryStatus@4 @720 - GlobalMemoryStatusEx@4 @721 - GlobalReAlloc@12 @722 - GlobalSize@4 @723 - GlobalUnWire@4 @724 - GlobalUnfix@4 @725 - GlobalUnlock@4 @726 - GlobalWire@4 @727 - Heap32ListFirst@8 @729 - HeapAlloc@12=ntdll.RtlAllocateHeap @732 - HeapCompact@8 @733 - HeapCreate@12 @734 - HeapDestroy@4 @736 - HeapFree@12=ntdll.RtlFreeHeap @738 - HeapLock@4 @739 - HeapQueryInformation@20 @740 - HeapReAlloc@16=ntdll.RtlReAllocateHeap @742 - HeapSetInformation@16 @744 - HeapSize@12=ntdll.RtlSizeHeap @745 - HeapUnlock@4 @747 - HeapValidate@12 @749 - HeapWalk@8 @750 - IdnToAscii@20 @751 - IdnToNameprepUnicode@20 @752 - IdnToUnicode@20 @753 - InitAtomTable@4 @754 - InitOnceBeginInitialize@16 @755 - InitOnceComplete@12 @756 - InitOnceExecuteOnce@16 @757 - InitOnceInitialize@4=ntdll.RtlRunOnceInitialize @758 - InitializeConditionVariable@4=ntdll.RtlInitializeConditionVariable @759 - InitializeCriticalSection@4 @760 - InitializeCriticalSectionAndSpinCount@8 @761 - InitializeCriticalSectionEx@12 @762 - InitializeSListHead@4=ntdll.RtlInitializeSListHead @763 - InitializeSRWLock@4=ntdll.RtlInitializeSRWLock @764 - InterlockedCompareExchange@12 @765 - InterlockedCompareExchange64@20=ntdll.RtlInterlockedCompareExchange64 @766 - InterlockedDecrement@4 @767 - InterlockedExchange@8 @768 - InterlockedExchangeAdd@8 @769 - InterlockedFlushSList@4=ntdll.RtlInterlockedFlushSList @770 - InterlockedIncrement@4 @771 - InterlockedPopEntrySList@4=ntdll.RtlInterlockedPopEntrySList @772 - InterlockedPushEntrySList@8=ntdll.RtlInterlockedPushEntrySList @773 - InterlockedPushListSList@16=ntdll.RtlInterlockedPushListSList @774 - InterlockedPushListSListEx@16=ntdll.RtlInterlockedPushListSListEx @775 - InvalidateNLSCache@0 @777 - IsBadCodePtr@4 @778 - IsBadHugeReadPtr@8 @779 - IsBadHugeWritePtr@8 @780 - IsBadReadPtr@8 @781 - IsBadStringPtrA@8 @782 - IsBadStringPtrW@8 @783 - IsBadWritePtr@8 @784 - IsDBCSLeadByte@4 @785 - IsDBCSLeadByteEx@8 @786 - IsDebuggerPresent@0 @787 - IsNormalizedString@12 @789 - IsProcessInJob@12 @790 - IsProcessorFeaturePresent@4 @791 - IsSystemResumeAutomatic@0 @793 - IsThreadAFiber@0 @794 - IsThreadpoolTimerSet@4=ntdll.TpIsTimerSet @795 - IsValidCodePage@4 @796 - IsValidLanguageGroup@8 @797 - IsValidLocale@8 @798 - IsValidLocaleName@4 @799 - IsWow64Process@8 @800 - K32EmptyWorkingSet@4 @801 - K32EnumDeviceDrivers@12 @802 - K32EnumPageFilesA@8 @803 - K32EnumPageFilesW@8 @804 - K32EnumProcessModules@16 @805 - K32EnumProcessModulesEx@20 @806 - K32EnumProcesses@12 @807 - K32GetDeviceDriverBaseNameA@12 @808 - K32GetDeviceDriverBaseNameW@12 @809 - K32GetDeviceDriverFileNameA@12 @810 - K32GetDeviceDriverFileNameW@12 @811 - K32GetMappedFileNameA@16 @812 - K32GetMappedFileNameW@16 @813 - K32GetModuleBaseNameA@16 @814 - K32GetModuleBaseNameW@16 @815 - K32GetModuleFileNameExA@16 @816 - K32GetModuleFileNameExW@16 @817 - K32GetModuleInformation@16 @818 - K32GetPerformanceInfo@8 @819 - K32GetProcessImageFileNameA@12 @820 - K32GetProcessImageFileNameW@12 @821 - K32GetProcessMemoryInfo@12 @822 - K32GetWsChanges@12 @823 - K32InitializeProcessForWsWatch@4 @824 - K32QueryWorkingSet@12 @825 - K32QueryWorkingSetEx@12 @826 - K32Thk1632Epilog@0=krnl386.exe16.K32Thk1632Epilog @827 PRIVATE - K32Thk1632Prolog@0=krnl386.exe16.K32Thk1632Prolog @828 PRIVATE - LCIDToLocaleName@16 @829 - LCMapStringA@24 @830 - LCMapStringEx@36 @831 - LCMapStringW@24 @832 - LZClose@4 @833 - LZCopy@8 @834 - LZDone@0 @835 - LZInit@4 @836 - LZOpenFileA@12 @837 - LZOpenFileW@12 @838 - LZRead@12 @839 - LZSeek@12 @840 - LZStart@0 @841 - LeaveCriticalSection@4=ntdll.RtlLeaveCriticalSection @842 - LeaveCriticalSectionWhenCallbackReturns@8=ntdll.TpCallbackLeaveCriticalSectionOnCompletion @843 - LoadLibraryA@4 @844 - LoadLibraryExA@12 @845 - LoadLibraryExW@12 @846 - LoadLibraryW@4 @847 - LoadModule@8 @848 - LoadResource@8 @849 - LocalAlloc@8 @850 - LocalCompact@4 @851 - LocalFileTimeToFileTime@8 @852 - LocalFlags@4 @853 - LocalFree@4 @854 - LocalHandle@4 @855 - LocalLock@4 @856 - LocalReAlloc@12 @857 - LocalShrink@8 @858 - LocalSize@4 @859 - LocalUnlock@4 @860 - LocaleNameToLCID@8 @861 - LockFile@20 @862 - LockFileEx@24 @863 - LockResource@4 @864 - MakeCriticalSectionGlobal@4 @865 - MapHInstLS@0=krnl386.exe16.MapHInstLS @866 PRIVATE - MapHInstLS_PN@0=krnl386.exe16.MapHInstLS_PN @867 PRIVATE - MapHInstSL@0=krnl386.exe16.MapHInstSL @868 PRIVATE - MapHInstSL_PN@0=krnl386.exe16.MapHInstSL_PN @869 PRIVATE - MapHModuleLS@4=krnl386.exe16.MapHModuleLS @870 PRIVATE - MapHModuleSL@4=krnl386.exe16.MapHModuleSL @871 PRIVATE - MapLS@4=krnl386.exe16.MapLS @872 PRIVATE - MapSL@4=krnl386.exe16.MapSL @873 PRIVATE - MapSLFix@4=krnl386.exe16.MapSLFix @874 PRIVATE - MapViewOfFile@20 @875 - MapViewOfFileEx@24 @876 - Module32First@8 @877 - Module32FirstW@8 @878 - Module32Next@8 @879 - Module32NextW@8 @880 - MoveFileA@8 @881 - MoveFileExA@12 @882 - MoveFileExW@12 @883 - MoveFileW@8 @884 - MoveFileWithProgressA@20 @885 - MoveFileWithProgressW@20 @886 - MulDiv@12 @887 - MultiByteToWideChar@24 @888 - NeedCurrentDirectoryForExePathA@4 @889 - NeedCurrentDirectoryForExePathW@4 @890 - NormalizeString@20 @891 - OpenConsoleW@16 @893 - OpenEventA@12 @895 - OpenEventW@12 @896 - OpenFile@12 @897 - OpenFileById@24 @898 - OpenFileMappingA@12 @899 - OpenFileMappingW@12 @900 - OpenJobObjectA@12 @901 - OpenJobObjectW@12 @902 - OpenMutexA@12 @903 - OpenMutexW@12 @904 - OpenProcess@12 @905 - OpenProfileUserMapping@0 @906 - OpenSemaphoreA@12 @907 - OpenSemaphoreW@12 @908 - OpenThread@12 @909 - OpenVxDHandle@4 @910 - OpenWaitableTimerA@12 @911 - OpenWaitableTimerW@12 @912 - OutputDebugStringA@4 @913 - OutputDebugStringW@4 @914 - PeekConsoleInputA@16 @915 - PeekConsoleInputW@16 @916 - PeekNamedPipe@24 @917 - PostQueuedCompletionStatus@16 @918 - PowerClearRequest@8 @919 - PowerCreateRequest@4 @920 - PowerSetRequest@8 @921 - PrepareTape@12 @922 - PrivateFreeLibrary@4=krnl386.exe16.PrivateFreeLibrary @925 PRIVATE - PrivateLoadLibrary@4=krnl386.exe16.PrivateLoadLibrary @926 PRIVATE - Process32First@8 @927 - Process32FirstW@8 @928 - Process32Next@8 @929 - Process32NextW@8 @930 - ProcessIdToSessionId@8 @931 - PulseEvent@4 @932 - PurgeComm@8 @933 - QT_Thunk@0=krnl386.exe16.QT_Thunk @934 PRIVATE - QueryActCtxW@28 @935 - QueryDepthSList@4=ntdll.RtlQueryDepthSList @936 - QueryDosDeviceA@12 @937 - QueryDosDeviceW@12 @938 - QueryFullProcessImageNameA@16 @939 - QueryFullProcessImageNameW@16 @940 - QueryInformationJobObject@20 @941 - QueryMemoryResourceNotification@8 @942 - QueryPerformanceCounter@4 @945 - QueryPerformanceFrequency@4 @946 - QueryThreadCycleTime@8 @947 - QueryUnbiasedInterruptTime@4 @948 - QueueUserAPC@12 @950 - QueueUserWorkItem@12 @951 - RaiseException@16 @952 - ReadConsoleA@20 @953 - ReadConsoleInputA@16 @954 - ReadConsoleInputW@16 @957 - ReadConsoleOutputA@20 @958 - ReadConsoleOutputAttribute@20 @959 - ReadConsoleOutputCharacterA@20 @960 - ReadConsoleOutputCharacterW@20 @961 - ReadConsoleOutputW@20 @962 - ReadConsoleW@20 @963 - ReadDirectoryChangesW@32 @964 - ReadFile@20 @965 - ReadFileEx@20 @966 - ReadFileScatter@20 @967 - ReadProcessMemory@20 @968 - RegCloseKey@4=advapi32.RegCloseKey @969 PRIVATE - RegCreateKeyExA@36=advapi32.RegCreateKeyExA @970 PRIVATE - RegCreateKeyExW@36=advapi32.RegCreateKeyExW @971 PRIVATE - RegDeleteKeyExA@16=advapi32.RegDeleteKeyExA @972 PRIVATE - RegDeleteKeyExW@16=advapi32.RegDeleteKeyExW @973 PRIVATE - RegDeleteTreeA@8=advapi32.RegDeleteTreeA @974 PRIVATE - RegDeleteTreeW@8=advapi32.RegDeleteTreeW @975 PRIVATE - RegDeleteValueA@8=advapi32.RegDeleteValueA @976 PRIVATE - RegDeleteValueW@8=advapi32.RegDeleteValueW @977 PRIVATE - RegEnumKeyExA@32=advapi32.RegEnumKeyExA @978 PRIVATE - RegEnumKeyExW@32=advapi32.RegEnumKeyExW @979 PRIVATE - RegEnumValueA@32=advapi32.RegEnumValueA @980 PRIVATE - RegEnumValueW@32=advapi32.RegEnumValueW @981 PRIVATE - RegFlushKey@4=advapi32.RegFlushKey @982 PRIVATE - RegGetKeySecurity@16=advapi32.RegGetKeySecurity @983 PRIVATE - RegGetValueA@28=advapi32.RegGetValueA @984 PRIVATE - RegGetValueW@28=advapi32.RegGetValueW @985 PRIVATE - RegLoadKeyA@12=advapi32.RegLoadKeyA @986 PRIVATE - RegLoadKeyW@12=advapi32.RegLoadKeyW @987 PRIVATE - RegLoadMUIStringA@28=advapi32.RegLoadMUIStringA @988 PRIVATE - RegLoadMUIStringW@28=advapi32.RegLoadMUIStringW @989 PRIVATE - RegNotifyChangeKeyValue@20=advapi32.RegNotifyChangeKeyValue @990 PRIVATE - RegOpenCurrentUser@8=advapi32.RegOpenCurrentUser @991 PRIVATE - RegOpenKeyExA@20=advapi32.RegOpenKeyExA @992 PRIVATE - RegOpenKeyExW@20=advapi32.RegOpenKeyExW @993 PRIVATE - RegOpenUserClassesRoot@16=advapi32.RegOpenUserClassesRoot @994 PRIVATE - RegQueryInfoKeyA@48=advapi32.RegQueryInfoKeyA @995 PRIVATE - RegQueryInfoKeyW@48=advapi32.RegQueryInfoKeyW @996 PRIVATE - RegQueryValueExA@24=advapi32.RegQueryValueExA @997 PRIVATE - RegQueryValueExW@24=advapi32.RegQueryValueExW @998 PRIVATE - RegRestoreKeyA@12=advapi32.RegRestoreKeyA @999 PRIVATE - RegRestoreKeyW@12=advapi32.RegRestoreKeyW @1000 PRIVATE - RegSetKeySecurity@12=advapi32.RegSetKeySecurity @1001 PRIVATE - RegSetValueExA@24=advapi32.RegSetValueExA @1002 PRIVATE - RegSetValueExW@24=advapi32.RegSetValueExW @1003 PRIVATE - RegUnLoadKeyA@8=advapi32.RegUnLoadKeyA @1004 PRIVATE - RegUnLoadKeyW@8=advapi32.RegUnLoadKeyW @1005 PRIVATE - RegisterApplicationRecoveryCallback@16 @1006 - RegisterApplicationRestart@8 @1007 - RegisterServiceProcess@8 @1011 - RegisterWaitForSingleObject@24 @1014 - RegisterWaitForSingleObjectEx@20 @1015 - ReinitializeCriticalSection@4 @1018 - ReleaseActCtx@4 @1019 - ReleaseMutex@4 @1020 - ReleaseMutexWhenCallbackReturns@8=ntdll.TpCallbackReleaseMutexOnCompletion @1021 - ReleaseSemaphore@12 @1022 - ReleaseSemaphoreWhenCallbackReturns@12=ntdll.TpCallbackReleaseSemaphoreOnCompletion @1023 - ReleaseSRWLockExclusive@4=ntdll.RtlReleaseSRWLockExclusive @1024 - ReleaseSRWLockShared@4=ntdll.RtlReleaseSRWLockShared @1025 - RemoveDirectoryA@4 @1026 - RemoveDirectoryW@4 @1027 - RemoveVectoredContinueHandler@4=ntdll.RtlRemoveVectoredContinueHandler @1028 - RemoveVectoredExceptionHandler@4=ntdll.RtlRemoveVectoredExceptionHandler @1029 - ReplaceFile@24=ReplaceFileW@24 @1030 - ReplaceFileA@24 @1031 - ReplaceFileW@24 @1032 - RequestWakeupLatency@4 @1034 - ResetEvent@4 @1035 - ResetWriteWatch@8 @1036 - ResolveDelayLoadedAPI@24=ntdll.LdrResolveDelayLoadedAPI @1037 - RestoreLastError@4=ntdll.RtlRestoreLastWin32Error @1038 - ResumeThread@4 @1039 - RtlCaptureContext@4=ntdll.RtlCaptureContext @1040 - RtlCaptureStackBackTrace@16=ntdll.RtlCaptureStackBackTrace @1041 - RtlFillMemory@12=ntdll.RtlFillMemory @1042 - RtlMoveMemory@12=ntdll.RtlMoveMemory @1043 - RtlUnwind@16=ntdll.RtlUnwind @1044 - RtlZeroMemory@8=ntdll.RtlZeroMemory @1045 - SMapLS@0=krnl386.exe16.SMapLS @1046 PRIVATE - SMapLS_IP_EBP_12@0=krnl386.exe16.SMapLS_IP_EBP_12 @1047 PRIVATE - SMapLS_IP_EBP_16@0=krnl386.exe16.SMapLS_IP_EBP_16 @1048 PRIVATE - SMapLS_IP_EBP_20@0=krnl386.exe16.SMapLS_IP_EBP_20 @1049 PRIVATE - SMapLS_IP_EBP_24@0=krnl386.exe16.SMapLS_IP_EBP_24 @1050 PRIVATE - SMapLS_IP_EBP_28@0=krnl386.exe16.SMapLS_IP_EBP_28 @1051 PRIVATE - SMapLS_IP_EBP_32@0=krnl386.exe16.SMapLS_IP_EBP_32 @1052 PRIVATE - SMapLS_IP_EBP_36@0=krnl386.exe16.SMapLS_IP_EBP_36 @1053 PRIVATE - SMapLS_IP_EBP_40@0=krnl386.exe16.SMapLS_IP_EBP_40 @1054 PRIVATE - SMapLS_IP_EBP_8@0=krnl386.exe16.SMapLS_IP_EBP_8 @1055 PRIVATE - SUnMapLS@0=krnl386.exe16.SUnMapLS @1056 PRIVATE - SUnMapLS_IP_EBP_12@0=krnl386.exe16.SUnMapLS_IP_EBP_12 @1057 PRIVATE - SUnMapLS_IP_EBP_16@0=krnl386.exe16.SUnMapLS_IP_EBP_16 @1058 PRIVATE - SUnMapLS_IP_EBP_20@0=krnl386.exe16.SUnMapLS_IP_EBP_20 @1059 PRIVATE - SUnMapLS_IP_EBP_24@0=krnl386.exe16.SUnMapLS_IP_EBP_24 @1060 PRIVATE - SUnMapLS_IP_EBP_28@0=krnl386.exe16.SUnMapLS_IP_EBP_28 @1061 PRIVATE - SUnMapLS_IP_EBP_32@0=krnl386.exe16.SUnMapLS_IP_EBP_32 @1062 PRIVATE - SUnMapLS_IP_EBP_36@0=krnl386.exe16.SUnMapLS_IP_EBP_36 @1063 PRIVATE - SUnMapLS_IP_EBP_40@0=krnl386.exe16.SUnMapLS_IP_EBP_40 @1064 PRIVATE - SUnMapLS_IP_EBP_8@0=krnl386.exe16.SUnMapLS_IP_EBP_8 @1065 PRIVATE - ScrollConsoleScreenBufferA@20 @1066 - ScrollConsoleScreenBufferW@20 @1067 - SearchPathA@24 @1068 - SearchPathW@24 @1069 - SetCPGlobal@4 @1070 - SetCalendarInfoA@16 @1071 - SetCalendarInfoW@16 @1072 - SetCommBreak@4 @1073 - SetCommConfig@12 @1074 - SetCommMask@8 @1075 - SetCommState@8 @1076 - SetCommTimeouts@8 @1077 - SetComputerNameA@4 @1078 - SetComputerNameExA@8 @1079 - SetComputerNameExW@8 @1080 - SetComputerNameW@4 @1081 - SetConsoleActiveScreenBuffer@4 @1082 - SetConsoleCP@4 @1083 - SetConsoleCtrlHandler@8 @1085 - SetConsoleCursorInfo@8 @1087 - SetConsoleCursorPosition@8 @1089 - SetConsoleDisplayMode@12 @1090 - SetConsoleFont@8 @1091 - SetConsoleIcon@4 @1093 - SetConsoleInputExeNameA@4 @1094 - SetConsoleInputExeNameW@4 @1095 - SetConsoleKeyShortcuts@16 @1096 - SetConsoleMode@8 @1100 - SetConsoleOutputCP@4 @1105 - SetConsoleScreenBufferInfoEx@8 @1107 - SetConsoleScreenBufferSize@8 @1108 - SetConsoleTextAttribute@8 @1109 - SetConsoleTitleA@4 @1110 - SetConsoleTitleW@4 @1111 - SetConsoleWindowInfo@12 @1112 - SetCriticalSectionSpinCount@8=ntdll.RtlSetCriticalSectionSpinCount @1113 - SetCurrentDirectoryA@4 @1114 - SetCurrentDirectoryW@4 @1115 - SetDefaultCommConfigA@12 @1117 - SetDefaultCommConfigW@12 @1118 - SetDllDirectoryA@4 @1119 - SetDllDirectoryW@4 @1120 - SetEndOfFile@4 @1121 - SetEnvironmentVariableA@8 @1122 - SetEnvironmentVariableW@8 @1123 - SetErrorMode@4 @1124 - SetEvent@4 @1125 - SetEventWhenCallbackReturns@8=ntdll.TpCallbackSetEventOnCompletion @1126 - SetFileApisToANSI@0 @1127 - SetFileApisToOEM@0 @1128 - SetFileAttributesA@8 @1129 - SetFileAttributesW@8 @1130 - SetFileCompletionNotificationModes@8 @1131 - SetFileInformationByHandle@16 @1132 - SetFilePointer@16 @1133 - SetFilePointerEx@20 @1134 - SetFileTime@16 @1135 - SetFileValidData@12 @1136 - SetHandleContext@8 @1137 - SetHandleCount@4 @1138 - SetHandleInformation@12 @1139 - SetInformationJobObject@16 @1140 - SetLastError@4 @1142 - SetLocalTime@4 @1143 - SetLocaleInfoA@12 @1144 - SetLocaleInfoW@12 @1145 - SetMailslotInfo@8 @1146 - SetNamedPipeHandleState@16 @1148 - SetPriorityClass@8 @1149 - SetProcessAffinityMask@8 @1150 - SetProcessDEPPolicy@4 @1151 - SetProcessPriorityBoost@8 @1152 - SetProcessShutdownParameters@8 @1153 - SetProcessWorkingSetSize@12 @1154 - SetSearchPathMode@4 @1155 - SetStdHandle@8 @1156 - SetSystemFileCacheSize@12 @1157 - SetSystemPowerState@8 @1158 - SetSystemTime@4 @1159 - SetSystemTimeAdjustment@8 @1160 - SetTapeParameters@12 @1161 - SetTapePosition@24 @1162 - SetTermsrvAppInstallMode@4 @1163 - SetThreadAffinityMask@8 @1164 - SetThreadContext@8 @1165 - SetThreadErrorMode@8 @1166 - SetThreadExecutionState@4 @1167 - SetThreadGroupAffinity@12 @1168 - SetThreadIdealProcessor@8 @1169 - SetThreadLocale@4 @1170 - SetThreadPreferredUILanguages@12 @1171 - SetThreadPriority@8 @1172 - SetThreadPriorityBoost@8 @1173 - SetThreadStackGuarantee@4 @1174 - SetThreadUILanguage@4 @1175 - SetThreadpoolThreadMaximum@8=ntdll.TpSetPoolMaxThreads @1176 - SetThreadpoolThreadMinimum@8=ntdll.TpSetPoolMinThreads @1177 - SetThreadpoolTimer@16 @1178 - SetThreadpoolWait@12 @1179 - SetTimeZoneInformation@4 @1180 - SetUnhandledExceptionFilter@4 @1182 - SetUserGeoID@4 @1183 - SetVolumeLabelA@8 @1185 - SetVolumeLabelW@8 @1186 - SetVolumeMountPointA@8 @1187 - SetVolumeMountPointW@8 @1188 - SetWaitableTimer@24 @1189 - SetWaitableTimerEx@28 @1190 - SetupComm@12 @1191 - SignalObjectAndWait@16 @1193 - SizeofResource@8 @1194 - Sleep@4 @1195 - SleepConditionVariableCS@12 @1196 - SleepConditionVariableSRW@16 @1197 - SleepEx@8 @1198 - SubmitThreadpoolWork@4=ntdll.TpPostWork @1199 - SuspendThread@4 @1200 - SwitchToFiber@4 @1201 - SwitchToThread@0 @1202 - SystemTimeToFileTime@8 @1203 - SystemTimeToTzSpecificLocalTime@12 @1204 - TerminateJobObject@8 @1205 - TerminateProcess@8 @1206 - TerminateThread@8 @1207 - TermsrvAppInstallMode@0 @1208 - Thread32First@8 @1209 - Thread32Next@8 @1210 - ThunkConnect32@24=krnl386.exe16.ThunkConnect32 @1211 PRIVATE - TlsAlloc@0 @1212 - TlsAllocInternal@0=TlsAlloc@0 @1213 - TlsFree@4 @1214 - TlsFreeInternal@4=TlsFree@4 @1215 - TlsGetValue@4 @1216 - TlsSetValue@8 @1217 - Toolhelp32ReadProcessMemory@20 @1218 - TransactNamedPipe@28 @1219 - TransmitCommChar@8 @1220 - TryAcquireSRWLockExclusive@4=ntdll.RtlTryAcquireSRWLockExclusive @1222 - TryAcquireSRWLockShared@4=ntdll.RtlTryAcquireSRWLockShared @1223 - TryEnterCriticalSection@4=ntdll.RtlTryEnterCriticalSection @1224 - TrySubmitThreadpoolCallback@12 @1225 - TzSpecificLocalTimeToSystemTime@12 @1226 - UTRegister@28=krnl386.exe16.UTRegister @1227 PRIVATE - UTUnRegister@4=krnl386.exe16.UTUnRegister @1228 PRIVATE - UnMapLS@4=krnl386.exe16.UnMapLS @1229 PRIVATE - UnMapSLFixArray@8=krnl386.exe16.UnMapSLFixArray @1230 PRIVATE - UnhandledExceptionFilter@4 @1231 - UninitializeCriticalSection@4 @1232 - UnlockFile@20 @1233 - UnlockFileEx@20 @1234 - UnmapViewOfFile@4 @1235 - UnregisterApplicationRestart@0 @1236 - UnregisterWait@4 @1237 - UnregisterWaitEx@8 @1238 - UpdateResourceA@24 @1239 - UpdateResourceW@24 @1240 - VerLanguageNameA@12 @1245 - VerLanguageNameW@12 @1246 - VerSetConditionMask@16=ntdll.VerSetConditionMask @1247 - VerifyConsoleIoHandle@4 @1248 - VerifyVersionInfoA@16 @1249 - VerifyVersionInfoW@16 @1250 - VirtualAlloc@16 @1251 - VirtualAllocEx@20 @1252 - VirtualFree@12 @1254 - VirtualFreeEx@16 @1255 - VirtualLock@8 @1256 - VirtualProtect@16 @1257 - VirtualProtectEx@20 @1258 - VirtualQuery@12 @1259 - VirtualQueryEx@16 @1260 - VirtualUnlock@8 @1261 - WTSGetActiveConsoleSessionId@0 @1262 - WaitCommEvent@12 @1263 - WaitForDebugEvent@8 @1264 - WaitForMultipleObjects@16 @1265 - WaitForMultipleObjectsEx@20 @1266 - WaitForSingleObject@8 @1267 - WaitForSingleObjectEx@12 @1268 - WaitForThreadpoolTimerCallbacks@8=ntdll.TpWaitForTimer @1269 - WaitForThreadpoolWaitCallbacks@8=ntdll.TpWaitForWait @1270 - WaitForThreadpoolWorkCallbacks@8=ntdll.TpWaitForWork @1271 - WaitNamedPipeA@8 @1272 - WaitNamedPipeW@8 @1273 - WakeAllConditionVariable@4=ntdll.RtlWakeAllConditionVariable @1274 - WakeConditionVariable@4=ntdll.RtlWakeConditionVariable @1275 - WerRegisterFile@12 @1276 - WerRegisterMemoryBlock@8 @1277 - WerRegisterRuntimeExceptionModule@8 @1278 - WerSetFlags@4 @1279 - WerUnregisterMemoryBlock@4 @1280 - WideCharToMultiByte@32 @1281 - WinExec@8 @1282 - Wow64EnableWow64FsRedirection@4 @1283 - Wow64DisableWow64FsRedirection@4 @1284 - Wow64RevertWow64FsRedirection@4 @1285 - WriteConsoleA@20 @1286 - WriteConsoleInputA@16 @1287 - WriteConsoleInputW@16 @1290 - WriteConsoleOutputA@20 @1291 - WriteConsoleOutputAttribute@20 @1292 - WriteConsoleOutputCharacterA@20 @1293 - WriteConsoleOutputCharacterW@20 @1294 - WriteConsoleOutputW@20 @1295 - WriteConsoleW@20 @1296 - WriteFile@20 @1297 - WriteFileEx@20 @1298 - WriteFileGather@20 @1299 - WritePrivateProfileSectionA@12 @1300 - WritePrivateProfileSectionW@12 @1301 - WritePrivateProfileStringA@16 @1302 - WritePrivateProfileStringW@16 @1303 - WritePrivateProfileStructA@20 @1304 - WritePrivateProfileStructW@20 @1305 - WriteProcessMemory@20 @1306 - WriteProfileSectionA@8 @1307 - WriteProfileSectionW@8 @1308 - WriteProfileStringA@12 @1309 - WriteProfileStringW@12 @1310 - WriteTapemark@16 @1311 - ZombifyActCtx@4 @1312 - _hread@12 @1315 - _hwrite@12 @1316 - _lclose@4 @1317 - _lcreat@8 @1318 - _llseek@12 @1319 - _lopen@8 @1320 - _lread@12 @1321 - _lwrite@12 @1322 - lstrcat@8=lstrcatA@8 @1324 - lstrcatA@8 @1325 - lstrcatW@8 @1326 - lstrcmp@8=lstrcmpA@8 @1327 - lstrcmpA@8 @1328 - lstrcmpW@8 @1329 - lstrcmpi@8=lstrcmpiA@8 @1330 - lstrcmpiA@8 @1331 - lstrcmpiW@8 @1332 - lstrcpy@8=lstrcpyA@8 @1333 - lstrcpyA@8 @1334 - lstrcpyW@8 @1335 - lstrcpyn@12=lstrcpynA@12 @1336 - lstrcpynA@12 @1337 - lstrcpynW@12 @1338 - lstrlen@4=lstrlenA@4 @1339 - lstrlenA@4 @1340 - lstrlenW@4 @1341 - __wine_dll_register_16 @1342 PRIVATE - __wine_dll_unregister_16 @1343 PRIVATE - wine_get_unix_file_name @1345 - wine_get_dos_file_name @1346 - __wine_kernel_init @1347 + AddDllDirectory@4 @128 + AddRefActCtx@4 @129 + AddVectoredContinueHandler@8=ntdll.RtlAddVectoredContinueHandler @130 + AddVectoredExceptionHandler@8=ntdll.RtlAddVectoredExceptionHandler @131 + AllocConsole@0 @132 + AllocSLCallback@8=krnl386.exe16.AllocSLCallback @134 PRIVATE + AllocateUserPhysicalPages@12 @135 + ApplicationRecoveryFinished@4 @136 + ApplicationRecoveryInProgress@4 @137 + AreFileApisANSI@0 @138 + AssignProcessToJobObject@8 @139 + AttachConsole@4 @140 + BackupRead@28 @141 + BackupSeek@24 @142 + BackupWrite@28 @143 + BaseFlushAppcompatCache@0 @149 + Beep@8 @155 + BeginUpdateResourceA@8 @156 + BeginUpdateResourceW@8 @157 + BindIoCompletionCallback@12 @158 + BuildCommDCBA@8 @159 + BuildCommDCBAndTimeoutsA@12 @160 + BuildCommDCBAndTimeoutsW@12 @161 + BuildCommDCBW@8 @162 + CallbackMayRunLong@4 @163 + CallNamedPipeA@28 @164 + CallNamedPipeW@28 @165 + CancelIo@4 @167 + CancelIoEx@8 @168 + CancelSynchronousIo@4 @169 + CancelTimerQueueTimer@8 @170 + CancelWaitableTimer@4 @171 + ChangeTimerQueueTimer@16 @172 + CheckNameLegalDOS8Dot3A@20 @173 + CheckNameLegalDOS8Dot3W@20 @174 + CheckRemoteDebuggerPresent@8 @175 + ClearCommBreak@4 @176 + ClearCommError@12 @177 + CloseConsoleHandle@4 @178 + CloseHandle@4 @179 + CloseProfileUserMapping@0 @180 + CloseThreadpool@4=ntdll.TpReleasePool @182 + CloseThreadpoolCleanupGroup@4=ntdll.TpReleaseCleanupGroup @183 + CloseThreadpoolCleanupGroupMembers@12=ntdll.TpReleaseCleanupGroupMembers @184 + CloseThreadpoolTimer@4=ntdll.TpReleaseTimer @185 + CloseThreadpoolWait@4=ntdll.TpReleaseWait @186 + CloseThreadpoolWork@4=ntdll.TpReleaseWork @187 + CmdBatNotification@4 @188 + CommConfigDialogA@12 @189 + CommConfigDialogW@12 @190 + CompareFileTime@8 @191 + CompareStringA@24 @192 + CompareStringW@24 @193 + CompareStringEx@36 @194 + CompareStringOrdinal@20 @195 + ConnectNamedPipe@8 @196 + ContinueDebugEvent@12 @199 + ConvertDefaultLocale@4 @200 + ConvertFiberToThread@0 @201 + ConvertThreadToFiber@4 @202 + ConvertThreadToFiberEx@8 @203 + ConvertToGlobalHandle@4 @204 + CopyFileA@12 @205 + CopyFileExA@24 @206 + CopyFileExW@24 @207 + CopyFileW@12 @208 + CopyLZFile@8=LZCopy@8 @209 + CreateActCtxA@4 @210 + CreateActCtxW@4 @211 + CreateConsoleScreenBuffer@20 @212 + CreateDirectoryA@8 @213 + CreateDirectoryExA@12 @214 + CreateDirectoryExW@12 @215 + CreateDirectoryW@8 @216 + CreateEventA@16 @217 + CreateEventExA@16 @218 + CreateEventExW@16 @219 + CreateEventW@16 @220 + CreateFiber@12 @221 + CreateFiberEx@20 @222 + CreateFile2@20 @223 + CreateFileA@28 @224 + CreateFileMappingA@24 @225 + CreateHardLinkTransactedA@16 @226 + CreateHardLinkTransactedW@16 @227 + CreateFileMappingW@24 @228 + CreateFileW@28 @229 + CreateHardLinkA@12 @230 + CreateHardLinkW@12 @231 + CreateIoCompletionPort@16 @232 + CreateJobObjectA@8 @233 + CreateJobObjectW@8 @234 + CreateMailslotA@16 @236 + CreateMailslotW@16 @237 + CreateMemoryResourceNotification@4 @238 + CreateMutexA@12 @239 + CreateMutexExA@16 @240 + CreateMutexExW@16 @241 + CreateMutexW@12 @242 + CreateNamedPipeA@32 @243 + CreateNamedPipeW@32 @244 + CreatePipe@16 @245 + CreateProcessA@40 @246 + CreateProcessW@40 @247 + CreateRemoteThread@28 @248 + CreateSemaphoreA@16 @249 + CreateSemaphoreExA@24 @250 + CreateSemaphoreExW@24 @251 + CreateSemaphoreW@16 @252 + CreateSocketHandle@0 @253 + CreateSymbolicLinkA@12 @254 + CreateSymbolicLinkW@12 @255 + CreateTapePartition@16 @256 + CreateThread@24 @257 + CreateThreadpool@4 @258 + CreateThreadpoolCleanupGroup@0 @259 + CreateThreadpoolIo@16 @260 + CreateThreadpoolTimer@12 @261 + CreateThreadpoolWait@12 @262 + CreateThreadpoolWork@12 @263 + CreateTimerQueue@0 @264 + CreateTimerQueueTimer@28 @265 + CreateToolhelp32Snapshot@8 @266 + CreateWaitableTimerA@12 @268 + CreateWaitableTimerExA@16 @269 + CreateWaitableTimerExW@16 @270 + CreateWaitableTimerW@12 @271 + DeactivateActCtx@8 @272 + DebugActiveProcess@4 @273 + DebugActiveProcessStop@4 @274 + DebugBreak@0 @275 + DebugBreakProcess@4 @276 + DebugSetProcessKillOnExit@4 @277 + DecodePointer@4=ntdll.RtlDecodePointer @278 + DecodeSystemPointer@4=ntdll.RtlDecodeSystemPointer @279 + DefineDosDeviceA@12 @280 + DefineDosDeviceW@12 @281 + DelayLoadFailureHook@8 @282 + DeleteAtom@4 @283 + DeleteCriticalSection@4=ntdll.RtlDeleteCriticalSection @284 + DeleteFiber@4 @285 + DeleteFileA@4 @286 + DeleteFileW@4 @287 + DeleteProcThreadAttributeList@4 @288 + DisassociateCurrentThreadFromCallback@4=ntdll.TpDisassociateCallback @289 + DeleteTimerQueue@4 @290 + DeleteTimerQueueEx@8 @291 + DeleteTimerQueueTimer@12 @292 + DeleteVolumeMountPointA@4 @293 + DeleteVolumeMountPointW@4 @294 + DeviceIoControl@32 @295 + DisableThreadLibraryCalls@4 @296 + DisconnectNamedPipe@4 @297 + DnsHostnameToComputerNameA@12 @298 + DnsHostnameToComputerNameW@12 @299 + DosDateTimeToFileTime@12 @300 + DuplicateConsoleHandle@16 @301 + DuplicateHandle@28 @302 + EncodePointer@4=ntdll.RtlEncodePointer @303 + EncodeSystemPointer@4=ntdll.RtlEncodeSystemPointer @304 + EndUpdateResourceA@8 @305 + EndUpdateResourceW@8 @306 + EnterCriticalSection@4=ntdll.RtlEnterCriticalSection @307 + EnumCalendarInfoA@16 @308 + EnumCalendarInfoExA@16 @309 + EnumCalendarInfoExEx@24 @310 + EnumCalendarInfoExW@16 @311 + EnumCalendarInfoW@16 @312 + EnumDateFormatsA@12 @313 + EnumDateFormatsExA@12 @314 + EnumDateFormatsExEx@16 @315 + EnumDateFormatsExW@12 @316 + EnumDateFormatsW@12 @317 + EnumLanguageGroupLocalesA@16 @318 + EnumLanguageGroupLocalesW@16 @319 + EnumResourceLanguagesA@20 @320 + EnumResourceLanguagesExA@28 @321 + EnumResourceLanguagesExW@28 @322 + EnumResourceLanguagesW@20 @323 + EnumResourceNamesA@16 @324 + EnumResourceNamesW@16 @325 + EnumResourceTypesA@12 @326 + EnumResourceTypesW@12 @327 + EnumSystemCodePagesA@8 @328 + EnumSystemCodePagesW@8 @329 + EnumSystemGeoID@12 @330 + EnumSystemLanguageGroupsA@12 @331 + EnumSystemLanguageGroupsW@12 @332 + EnumSystemLocalesA@8 @333 + EnumSystemLocalesEx@16 @334 + EnumSystemLocalesW@8 @335 + EnumTimeFormatsA@12 @336 + EnumTimeFormatsEx@16 @337 + EnumTimeFormatsW@12 @338 + EnumUILanguagesA@12 @339 + EnumUILanguagesW@12 @340 + EraseTape@12 @341 + EscapeCommFunction@8 @342 + ExitProcess@4 @343 + ExitThread@4 @344 + ExpandEnvironmentStringsA@12 @346 + ExpandEnvironmentStringsW@12 @347 + ExpungeConsoleCommandHistoryA@4 @348 + ExpungeConsoleCommandHistoryW@4 @349 + FT_Exit0@0=krnl386.exe16.FT_Exit0 @351 PRIVATE + FT_Exit12@0=krnl386.exe16.FT_Exit12 @352 PRIVATE + FT_Exit16@0=krnl386.exe16.FT_Exit16 @353 PRIVATE + FT_Exit20@0=krnl386.exe16.FT_Exit20 @354 PRIVATE + FT_Exit24@0=krnl386.exe16.FT_Exit24 @355 PRIVATE + FT_Exit28@0=krnl386.exe16.FT_Exit28 @356 PRIVATE + FT_Exit32@0=krnl386.exe16.FT_Exit32 @357 PRIVATE + FT_Exit36@0=krnl386.exe16.FT_Exit36 @358 PRIVATE + FT_Exit40@0=krnl386.exe16.FT_Exit40 @359 PRIVATE + FT_Exit44@0=krnl386.exe16.FT_Exit44 @360 PRIVATE + FT_Exit48@0=krnl386.exe16.FT_Exit48 @361 PRIVATE + FT_Exit4@0=krnl386.exe16.FT_Exit4 @362 PRIVATE + FT_Exit52@0=krnl386.exe16.FT_Exit52 @363 PRIVATE + FT_Exit56@0=krnl386.exe16.FT_Exit56 @364 PRIVATE + FT_Exit8@0=krnl386.exe16.FT_Exit8 @365 PRIVATE + FT_Prolog@0=krnl386.exe16.FT_Prolog @366 PRIVATE + FT_Thunk@0=krnl386.exe16.FT_Thunk @367 PRIVATE + FatalAppExitA@8 @368 + FatalAppExitW@8 @369 + FatalExit@4 @370 + FileTimeToDosDateTime@12 @371 + FileTimeToLocalFileTime@8 @372 + FileTimeToSystemTime@8 @373 + FillConsoleOutputAttribute@20 @374 + FillConsoleOutputCharacterA@20 @375 + FillConsoleOutputCharacterW@20 @376 + FindActCtxSectionGuid@20 @377 + FindActCtxSectionStringA@20 @378 + FindActCtxSectionStringW@20 @379 + FindAtomA@4 @380 + FindAtomW@4 @381 + FindClose@4 @382 + FindCloseChangeNotification@4 @383 + FindFirstChangeNotificationA@12 @384 + FindFirstChangeNotificationW@12 @385 + FindFirstFileA@8 @386 + FindFirstFileExA@24 @387 + FindFirstFileExW@24 @388 + FindFirstFileW@8 @389 + FindFirstVolumeA@8 @390 + FindFirstVolumeMountPointA@12 @391 + FindFirstVolumeMountPointW@12 @392 + FindFirstVolumeW@8 @393 + FindNextChangeNotification@4 @394 + FindNextFileA@8 @395 + FindNextFileW@8 @396 + FindNextVolumeA@12 @397 + FindNextVolumeW@12 @400 + FindResourceA@12 @401 + FindResourceExA@16 @402 + FindResourceExW@16 @403 + FindResourceW@12 @404 + FindVolumeClose@4 @405 + FindVolumeMountPointClose@4 @406 + FlsAlloc@4 @407 + FlsFree@4 @408 + FlsGetValue@4 @409 + FlsSetValue@8 @410 + FlushConsoleInputBuffer@4 @411 + FlushFileBuffers@4 @412 + FlushInstructionCache@12 @413 + FlushProcessWriteBuffers@0 @414 + FlushViewOfFile@8 @415 + FoldStringA@20 @416 + FoldStringW@20 @417 + FormatMessageA@28 @418 + FormatMessageW@28 @419 + FreeConsole@0 @420 + FreeEnvironmentStringsA@4 @421 + FreeEnvironmentStringsW@4 @422 + FreeLibrary@4 @424 + FreeLibraryAndExitThread@8 @425 + FreeLibraryWhenCallbackReturns@8=ntdll.TpCallbackUnloadDllOnCompletion @426 + FreeResource@4 @427 + FreeSLCallback@4=krnl386.exe16.FreeSLCallback @428 PRIVATE + FreeUserPhysicalPages@12 @429 + GenerateConsoleCtrlEvent@8 @431 + Get16DLLAddress@8=krnl386.exe16.Get16DLLAddress @432 PRIVATE + GetACP@0 @433 + GetActiveProcessorCount@4 @434 + GetActiveProcessorGroupCount@0 @435 + GetAtomNameA@12 @436 + GetAtomNameW@12 @437 + GetBinaryType@8=GetBinaryTypeA@8 @438 + GetBinaryTypeA@8 @439 + GetBinaryTypeW@8 @440 + GetCPInfo@8 @441 + GetCPInfoExA@12 @442 + GetCPInfoExW@12 @443 + GetCalendarInfoA@24 @444 + GetCalendarInfoW@24 @445 + GetCalendarInfoEx@28 @446 + GetCommConfig@12 @447 + GetCommMask@8 @448 + GetCommModemStatus@8 @449 + GetCommProperties@8 @450 + GetCommState@8 @451 + GetCommTimeouts@8 @452 + GetCommandLineA@0 @453 + GetCommandLineW@0 @454 + GetCompressedFileSizeA@8 @455 + GetCompressedFileSizeW@8 @456 + GetComputerNameA@8 @457 + GetComputerNameExA@12 @458 + GetComputerNameExW@12 @459 + GetComputerNameW@8 @460 + GetConsoleAliasExesLengthA@0 @463 + GetConsoleAliasExesLengthW@0 @464 + GetConsoleAliasW@16 @466 + GetConsoleAliasesLengthA@4 @468 + GetConsoleAliasesLengthW@4 @469 + GetConsoleCP@0 @471 + GetConsoleCommandHistoryA@12 @473 + GetConsoleCommandHistoryLengthA@4 @474 + GetConsoleCommandHistoryLengthW@4 @475 + GetConsoleCommandHistoryW@12 @476 + GetConsoleCursorInfo@8 @477 + GetConsoleDisplayMode@4 @479 + GetConsoleFontInfo@16 @480 + GetConsoleFontSize@8 @481 + GetConsoleInputExeNameA@8 @483 + GetConsoleInputExeNameW@8 @484 + GetConsoleInputWaitHandle@0 @485 + GetConsoleKeyboardLayoutNameA@4 @486 + GetConsoleKeyboardLayoutNameW@4 @487 + GetConsoleMode@8 @488 + GetConsoleOutputCP@0 @490 + GetConsoleProcessList@8 @491 + GetConsoleScreenBufferInfo@8 @492 + GetConsoleScreenBufferInfoEx@8 @493 + GetConsoleTitleA@8 @494 + GetConsoleTitleW@8 @495 + GetConsoleWindow@0 @496 + GetCurrencyFormatA@24 @497 + GetCurrencyFormatW@24 @498 + GetCurrentActCtx@4 @499 + GetCurrentConsoleFont@12 @500 + GetCurrentDirectoryA@8 @501 + GetCurrentDirectoryW@8 @502 + GetCurrentPackageFamilyName@8 @503 + GetCurrentPackageFullName@8 @504 + GetCurrentPackageId@8 @505 + GetCurrentProcess@0 @506 + GetCurrentProcessId@0 @507 + GetCurrentProcessorNumber@0=ntdll.NtGetCurrentProcessorNumber @508 + GetCurrentProcessorNumberEx@4=ntdll.RtlGetCurrentProcessorNumberEx @509 + GetCurrentThread@0 @510 + GetCurrentThreadId@0 @511 + GetDateFormatA@24 @512 + GetDateFormatEx@28 @513 + GetDateFormatW@24 @514 + GetDaylightFlag@0 @515 + GetDefaultCommConfigA@12 @516 + GetDefaultCommConfigW@12 @517 + GetDevicePowerState@8 @519 + GetDiskFreeSpaceA@20 @520 + GetDiskFreeSpaceExA@16 @521 + GetDiskFreeSpaceExW@16 @522 + GetDiskFreeSpaceW@20 @523 + GetDllDirectoryA@8 @524 + GetDllDirectoryW@8 @525 + GetDriveTypeA@4 @526 + GetDriveTypeW@4 @527 + GetDynamicTimeZoneInformation@4 @528 + GetEnvironmentStrings@0=GetEnvironmentStringsA@0 @529 + GetEnvironmentStringsA@0 @530 + GetEnvironmentStringsW@0 @531 + GetEnvironmentVariableA@12 @532 + GetEnvironmentVariableW@12 @533 + GetErrorMode@0 @534 + GetExitCodeProcess@8 @535 + GetExitCodeThread@8 @536 + GetExpandedNameA@8 @537 + GetExpandedNameW@8 @538 + GetFileAttributesA@4 @539 + GetFileAttributesExA@12 @540 + GetFileAttributesExW@12 @541 + GetFileAttributesW@4 @542 + GetFileInformationByHandle@8 @543 + GetFileInformationByHandleEx@16 @544 + GetFileMUIInfo@16 @545 + GetFileMUIPath@28 @546 + GetFileSize@8 @547 + GetFileSizeEx@8 @548 + GetFileTime@16 @549 + GetFileType@4 @550 + GetFinalPathNameByHandleA@16 @551 + GetFinalPathNameByHandleW@16 @552 + GetFirmwareEnvironmentVariableA@16 @553 + GetFirmwareEnvironmentVariableW@16 @554 + GetFullPathNameA@16 @555 + GetFullPathNameW@16 @556 + GetGeoInfoA@20 @557 + GetGeoInfoW@20 @558 + GetHandleContext@4 @559 + GetHandleInformation@8 @560 + GetLargePageMinimum@0 @563 + GetLargestConsoleWindowSize@4 @564 + GetLastError@0 @565 + GetLocalTime@4 @567 + GetLocaleInfoA@16 @568 + GetLocaleInfoW@16 @569 + GetLocaleInfoEx@16 @570 + GetLogicalDriveStringsA@8 @571 + GetLogicalDriveStringsW@8 @572 + GetLogicalDrives@0 @573 + GetLogicalProcessorInformation@8 @574 + GetLogicalProcessorInformationEx@12 @575 + GetLongPathNameA@12 @576 + GetLongPathNameW@12 @577 + GetMailslotInfo@20 @578 + GetModuleFileNameA@12 @579 + GetModuleFileNameW@12 @580 + GetModuleHandleA@4 @581 + GetModuleHandleExA@12 @582 + GetModuleHandleExW@12 @583 + GetModuleHandleW@4 @584 + GetNamedPipeHandleStateA@28 @585 + GetNamedPipeHandleStateW@28 @586 + GetNamedPipeInfo@20 @587 + GetNativeSystemInfo@4 @588 + GetNumaAvailableMemoryNode@8 @591 + GetNumaHighestNodeNumber@4 @592 + GetNumaNodeProcessorMask@8 @593 + GetNumaProcessorNode@8 @594 + GetNumberFormatA@24 @595 + GetNumberFormatEx@24 @596 + GetNumberFormatW@24 @597 + GetNumberOfConsoleFonts@0 @598 + GetNumberOfConsoleInputEvents@8 @599 + GetNumberOfConsoleMouseButtons@4 @600 + GetOEMCP@0 @601 + GetOverlappedResult@16 @602 + GetUserPreferredUILanguages@16 @603 + GetPackageFullName@12 @604 + GetPhysicallyInstalledSystemMemory@4 @605 + GetPriorityClass@4 @606 + GetPrivateProfileIntA@16 @607 + GetPrivateProfileIntW@16 @608 + GetPrivateProfileSectionA@16 @609 + GetPrivateProfileSectionNamesA@12 @610 + GetPrivateProfileSectionNamesW@12 @611 + GetPrivateProfileSectionW@16 @612 + GetPrivateProfileStringA@24 @613 + GetPrivateProfileStringW@24 @614 + GetPrivateProfileStructA@20 @615 + GetPrivateProfileStructW@20 @616 + GetProcAddress@8 @617 + GetProcessAffinityMask@12 @618 + GetProcessDEPPolicy@12 @619 + GetProcessFlags@4 @620 + GetProcessHandleCount@8 @621 + GetProcessHeap@0 @622 + GetProcessHeaps@8 @623 + GetProcessId@4 @624 + GetProcessIdOfThread@4 @625 + GetProcessIoCounters@8 @626 + GetProcessPriorityBoost@8 @627 + GetProcessShutdownParameters@8 @628 + GetProcessTimes@20 @629 + GetProcessVersion@4 @630 + GetProcessWorkingSetSize@12 @631 + GetProcessWorkingSetSizeEx@16 @632 + GetProductInfo@20 @633 + GetProfileIntA@12 @635 + GetProfileIntW@12 @636 + GetProfileSectionA@12 @637 + GetProfileSectionW@12 @638 + GetProfileStringA@20 @639 + GetProfileStringW@20 @640 + GetQueuedCompletionStatus@20 @641 + GetShortPathNameA@12 @644 + GetShortPathNameW@12 @645 + GetStartupInfoA@4 @646 + GetStartupInfoW@4 @647 + GetStdHandle@4 @648 + GetStringTypeA@20 @649 + GetStringTypeExA@20 @650 + GetStringTypeExW@20 @651 + GetStringTypeW@16 @652 + GetSystemFileCacheSize@12 @653 + GetSystemDefaultLCID@0 @654 + GetSystemDefaultLangID@0 @655 + GetSystemDefaultLocaleName@8 @656 + GetSystemDefaultUILanguage@0 @657 + GetSystemDEPPolicy@0 @658 + GetSystemDirectoryA@8 @659 + GetSystemDirectoryW@8 @660 + GetSystemFirmwareTable@16 @661 + GetSystemInfo@4 @662 + GetSystemPowerStatus@4 @663 + GetSystemPreferredUILanguages@16 @664 + GetSystemRegistryQuota@8 @665 + GetSystemTime@4 @666 + GetSystemTimeAdjustment@12 @667 + GetSystemTimeAsFileTime@4 @668 + GetSystemTimePreciseAsFileTime@4 @669 + GetSystemTimes@12 @670 + GetSystemWindowsDirectoryA@8 @671 + GetSystemWindowsDirectoryW@8 @672 + GetSystemWow64DirectoryA@8 @673 + GetSystemWow64DirectoryW@8 @674 + GetTapeParameters@16 @675 + GetTapePosition@20 @676 + GetTapeStatus@4 @677 + GetTempFileNameA@16 @678 + GetTempFileNameW@16 @679 + GetTempPathA@8 @680 + GetTempPathW@8 @681 + GetThreadContext@8 @682 + GetThreadErrorMode@0 @683 + GetThreadGroupAffinity@8 @684 + GetThreadId@4 @685 + GetThreadIOPendingFlag@8 @686 + GetThreadLocale@0 @687 + GetThreadPreferredUILanguages@16 @688 + GetThreadPriority@4 @689 + GetThreadPriorityBoost@8 @690 + GetThreadSelectorEntry@12 @691 + GetThreadTimes@20 @692 + GetTickCount@0 @693 + GetTickCount64@0 @694 + GetTimeFormatA@24 @695 + GetTimeFormatEx@24 @696 + GetTimeFormatW@24 @697 + GetTimeZoneInformation@4 @698 + GetTimeZoneInformationForYear@12 @699 + GetThreadUILanguage@0 @700 + GetUserDefaultLCID@0 @701 + GetUserDefaultLangID@0 @702 + GetUserDefaultLocaleName@8 @703 + GetUserDefaultUILanguage@0 @704 + GetUserGeoID@4 @705 + GetVersion@0 @707 + GetVersionExA@4 @708 + GetVersionExW@4 @709 + GetVolumeInformationA@32 @710 + GetVolumeInformationByHandleW@32 @711 + GetVolumeInformationW@32 @712 + GetVolumeNameForVolumeMountPointA@12 @713 + GetVolumeNameForVolumeMountPointW@12 @714 + GetVolumePathNameA@12 @715 + GetVolumePathNameW@12 @716 + GetVolumePathNamesForVolumeNameA@16 @717 + GetVolumePathNamesForVolumeNameW@16 @718 + GetWindowsDirectoryA@8 @719 + GetWindowsDirectoryW@8 @720 + GetWriteWatch@24 @721 + GlobalAddAtomA@4 @722 + GlobalAddAtomW@4 @723 + GlobalAlloc@8 @724 + GlobalCompact@4 @725 + GlobalDeleteAtom@4 @726 + GlobalFindAtomA@4 @727 + GlobalFindAtomW@4 @728 + GlobalFix@4 @729 + GlobalFlags@4 @730 + GlobalFree@4 @731 + GlobalGetAtomNameA@12 @732 + GlobalGetAtomNameW@12 @733 + GlobalHandle@4 @734 + GlobalLock@4 @735 + GlobalMemoryStatus@4 @736 + GlobalMemoryStatusEx@4 @737 + GlobalReAlloc@12 @738 + GlobalSize@4 @739 + GlobalUnWire@4 @740 + GlobalUnfix@4 @741 + GlobalUnlock@4 @742 + GlobalWire@4 @743 + Heap32ListFirst@8 @745 + HeapAlloc@12=ntdll.RtlAllocateHeap @748 + HeapCompact@8 @749 + HeapCreate@12 @750 + HeapDestroy@4 @752 + HeapFree@12=ntdll.RtlFreeHeap @754 + HeapLock@4 @755 + HeapQueryInformation@20 @756 + HeapReAlloc@16=ntdll.RtlReAllocateHeap @758 + HeapSetInformation@16 @760 + HeapSize@12=ntdll.RtlSizeHeap @761 + HeapUnlock@4 @763 + HeapValidate@12 @765 + HeapWalk@8 @766 + IdnToAscii@20 @767 + IdnToNameprepUnicode@20 @768 + IdnToUnicode@20 @769 + InitAtomTable@4 @770 + InitOnceBeginInitialize@16 @771 + InitOnceComplete@12 @772 + InitOnceExecuteOnce@16 @773 + InitOnceInitialize@4=ntdll.RtlRunOnceInitialize @774 + InitializeConditionVariable@4=ntdll.RtlInitializeConditionVariable @775 + InitializeCriticalSection@4 @776 + InitializeCriticalSectionAndSpinCount@8 @777 + InitializeCriticalSectionEx@12 @778 + InitializeProcThreadAttributeList@16 @779 + InitializeSListHead@4=ntdll.RtlInitializeSListHead @780 + InitializeSRWLock@4=ntdll.RtlInitializeSRWLock @781 + InterlockedCompareExchange@12 @782 + InterlockedCompareExchange64@20=ntdll.RtlInterlockedCompareExchange64 @783 + InterlockedDecrement@4 @784 + InterlockedExchange@8 @785 + InterlockedExchangeAdd@8 @786 + InterlockedFlushSList@4=ntdll.RtlInterlockedFlushSList @787 + InterlockedIncrement@4 @788 + InterlockedPopEntrySList@4=ntdll.RtlInterlockedPopEntrySList @789 + InterlockedPushEntrySList@8=ntdll.RtlInterlockedPushEntrySList @790 + InterlockedPushListSList@16=ntdll.RtlInterlockedPushListSList @791 + InterlockedPushListSListEx@16=ntdll.RtlInterlockedPushListSListEx @792 + InvalidateNLSCache@0 @794 + IsBadCodePtr@4 @795 + IsBadHugeReadPtr@8 @796 + IsBadHugeWritePtr@8 @797 + IsBadReadPtr@8 @798 + IsBadStringPtrA@8 @799 + IsBadStringPtrW@8 @800 + IsBadWritePtr@8 @801 + IsDBCSLeadByte@4 @802 + IsDBCSLeadByteEx@8 @803 + IsDebuggerPresent@0 @804 + IsNormalizedString@12 @806 + IsProcessInJob@12 @807 + IsProcessorFeaturePresent@4 @808 + IsSystemResumeAutomatic@0 @810 + IsThreadAFiber@0 @811 + IsThreadpoolTimerSet@4=ntdll.TpIsTimerSet @812 + IsValidCodePage@4 @813 + IsValidLanguageGroup@8 @814 + IsValidLocale@8 @815 + IsValidLocaleName@4 @816 + IsWow64Process@8 @817 + K32EmptyWorkingSet@4 @818 + K32EnumDeviceDrivers@12 @819 + K32EnumPageFilesA@8 @820 + K32EnumPageFilesW@8 @821 + K32EnumProcessModules@16 @822 + K32EnumProcessModulesEx@20 @823 + K32EnumProcesses@12 @824 + K32GetDeviceDriverBaseNameA@12 @825 + K32GetDeviceDriverBaseNameW@12 @826 + K32GetDeviceDriverFileNameA@12 @827 + K32GetDeviceDriverFileNameW@12 @828 + K32GetMappedFileNameA@16 @829 + K32GetMappedFileNameW@16 @830 + K32GetModuleBaseNameA@16 @831 + K32GetModuleBaseNameW@16 @832 + K32GetModuleFileNameExA@16 @833 + K32GetModuleFileNameExW@16 @834 + K32GetModuleInformation@16 @835 + K32GetPerformanceInfo@8 @836 + K32GetProcessImageFileNameA@12 @837 + K32GetProcessImageFileNameW@12 @838 + K32GetProcessMemoryInfo@12 @839 + K32GetWsChanges@12 @840 + K32InitializeProcessForWsWatch@4 @841 + K32QueryWorkingSet@12 @842 + K32QueryWorkingSetEx@12 @843 + K32Thk1632Epilog@0=krnl386.exe16.K32Thk1632Epilog @844 PRIVATE + K32Thk1632Prolog@0=krnl386.exe16.K32Thk1632Prolog @845 PRIVATE + LCIDToLocaleName@16 @846 + LCMapStringA@24 @847 + LCMapStringEx@36 @848 + LCMapStringW@24 @849 + LZClose@4 @850 + LZCopy@8 @851 + LZDone@0 @852 + LZInit@4 @853 + LZOpenFileA@12 @854 + LZOpenFileW@12 @855 + LZRead@12 @856 + LZSeek@12 @857 + LZStart@0 @858 + LeaveCriticalSection@4=ntdll.RtlLeaveCriticalSection @859 + LeaveCriticalSectionWhenCallbackReturns@8=ntdll.TpCallbackLeaveCriticalSectionOnCompletion @860 + LoadLibraryA@4 @861 + LoadLibraryExA@12 @862 + LoadLibraryExW@12 @863 + LoadLibraryW@4 @864 + LoadModule@8 @865 + LoadResource@8 @866 + LocalAlloc@8 @867 + LocalCompact@4 @868 + LocalFileTimeToFileTime@8 @869 + LocalFlags@4 @870 + LocalFree@4 @871 + LocalHandle@4 @872 + LocalLock@4 @873 + LocalReAlloc@12 @874 + LocalShrink@8 @875 + LocalSize@4 @876 + LocalUnlock@4 @877 + LocaleNameToLCID@8 @878 + LockFile@20 @879 + LockFileEx@24 @880 + LockResource@4 @881 + MakeCriticalSectionGlobal@4 @882 + MapHInstLS@0=krnl386.exe16.MapHInstLS @883 PRIVATE + MapHInstLS_PN@0=krnl386.exe16.MapHInstLS_PN @884 PRIVATE + MapHInstSL@0=krnl386.exe16.MapHInstSL @885 PRIVATE + MapHInstSL_PN@0=krnl386.exe16.MapHInstSL_PN @886 PRIVATE + MapHModuleLS@4=krnl386.exe16.MapHModuleLS @887 PRIVATE + MapHModuleSL@4=krnl386.exe16.MapHModuleSL @888 PRIVATE + MapLS@4=krnl386.exe16.MapLS @889 PRIVATE + MapSL@4=krnl386.exe16.MapSL @890 PRIVATE + MapSLFix@4=krnl386.exe16.MapSLFix @891 PRIVATE + MapViewOfFile@20 @892 + MapViewOfFileEx@24 @893 + Module32First@8 @894 + Module32FirstW@8 @895 + Module32Next@8 @896 + Module32NextW@8 @897 + MoveFileA@8 @898 + MoveFileExA@12 @899 + MoveFileExW@12 @900 + MoveFileW@8 @901 + MoveFileWithProgressA@20 @902 + MoveFileWithProgressW@20 @903 + MulDiv@12 @904 + MultiByteToWideChar@24 @905 + NeedCurrentDirectoryForExePathA@4 @906 + NeedCurrentDirectoryForExePathW@4 @907 + NormalizeString@20 @908 + OpenConsoleW@16 @910 + OpenEventA@12 @912 + OpenEventW@12 @913 + OpenFile@12 @914 + OpenFileById@24 @915 + OpenFileMappingA@12 @916 + OpenFileMappingW@12 @917 + OpenJobObjectA@12 @918 + OpenJobObjectW@12 @919 + OpenMutexA@12 @920 + OpenMutexW@12 @921 + OpenProcess@12 @922 + OpenProfileUserMapping@0 @923 + OpenSemaphoreA@12 @924 + OpenSemaphoreW@12 @925 + OpenThread@12 @926 + OpenVxDHandle@4 @927 + OpenWaitableTimerA@12 @928 + OpenWaitableTimerW@12 @929 + OutputDebugStringA@4 @930 + OutputDebugStringW@4 @931 + PeekConsoleInputA@16 @932 + PeekConsoleInputW@16 @933 + PeekNamedPipe@24 @934 + PostQueuedCompletionStatus@16 @935 + PowerClearRequest@8 @936 + PowerCreateRequest@4 @937 + PowerSetRequest@8 @938 + PrepareTape@12 @939 + PrivateFreeLibrary@4=krnl386.exe16.PrivateFreeLibrary @942 PRIVATE + PrivateLoadLibrary@4=krnl386.exe16.PrivateLoadLibrary @943 PRIVATE + Process32First@8 @944 + Process32FirstW@8 @945 + Process32Next@8 @946 + Process32NextW@8 @947 + ProcessIdToSessionId@8 @948 + PulseEvent@4 @949 + PurgeComm@8 @950 + QT_Thunk@0=krnl386.exe16.QT_Thunk @951 PRIVATE + QueryActCtxW@28 @952 + QueryDepthSList@4=ntdll.RtlQueryDepthSList @953 + QueryDosDeviceA@12 @954 + QueryDosDeviceW@12 @955 + QueryFullProcessImageNameA@16 @956 + QueryFullProcessImageNameW@16 @957 + QueryInformationJobObject@20 @958 + QueryMemoryResourceNotification@8 @959 + QueryPerformanceCounter@4 @962 + QueryPerformanceFrequency@4 @963 + QueryThreadCycleTime@8 @964 + QueryUnbiasedInterruptTime@4 @965 + QueueUserAPC@12 @967 + QueueUserWorkItem@12 @968 + RaiseException@16 @969 + ReadConsoleA@20 @970 + ReadConsoleInputA@16 @971 + ReadConsoleInputW@16 @974 + ReadConsoleOutputA@20 @975 + ReadConsoleOutputAttribute@20 @976 + ReadConsoleOutputCharacterA@20 @977 + ReadConsoleOutputCharacterW@20 @978 + ReadConsoleOutputW@20 @979 + ReadConsoleW@20 @980 + ReadDirectoryChangesW@32 @981 + ReadFile@20 @982 + ReadFileEx@20 @983 + ReadFileScatter@20 @984 + ReadProcessMemory@20 @985 + RegCloseKey@4=advapi32.RegCloseKey @986 PRIVATE + RegCreateKeyExA@36=advapi32.RegCreateKeyExA @987 PRIVATE + RegCreateKeyExW@36=advapi32.RegCreateKeyExW @988 PRIVATE + RegDeleteKeyExA@16=advapi32.RegDeleteKeyExA @989 PRIVATE + RegDeleteKeyExW@16=advapi32.RegDeleteKeyExW @990 PRIVATE + RegDeleteTreeA@8=advapi32.RegDeleteTreeA @991 PRIVATE + RegDeleteTreeW@8=advapi32.RegDeleteTreeW @992 PRIVATE + RegDeleteValueA@8=advapi32.RegDeleteValueA @993 PRIVATE + RegDeleteValueW@8=advapi32.RegDeleteValueW @994 PRIVATE + RegEnumKeyExA@32=advapi32.RegEnumKeyExA @995 PRIVATE + RegEnumKeyExW@32=advapi32.RegEnumKeyExW @996 PRIVATE + RegEnumValueA@32=advapi32.RegEnumValueA @997 PRIVATE + RegEnumValueW@32=advapi32.RegEnumValueW @998 PRIVATE + RegFlushKey@4=advapi32.RegFlushKey @999 PRIVATE + RegGetKeySecurity@16=advapi32.RegGetKeySecurity @1000 PRIVATE + RegGetValueA@28=advapi32.RegGetValueA @1001 PRIVATE + RegGetValueW@28=advapi32.RegGetValueW @1002 PRIVATE + RegLoadKeyA@12=advapi32.RegLoadKeyA @1003 PRIVATE + RegLoadKeyW@12=advapi32.RegLoadKeyW @1004 PRIVATE + RegLoadMUIStringA@28=advapi32.RegLoadMUIStringA @1005 PRIVATE + RegLoadMUIStringW@28=advapi32.RegLoadMUIStringW @1006 PRIVATE + RegNotifyChangeKeyValue@20=advapi32.RegNotifyChangeKeyValue @1007 PRIVATE + RegOpenCurrentUser@8=advapi32.RegOpenCurrentUser @1008 PRIVATE + RegOpenKeyExA@20=advapi32.RegOpenKeyExA @1009 PRIVATE + RegOpenKeyExW@20=advapi32.RegOpenKeyExW @1010 PRIVATE + RegOpenUserClassesRoot@16=advapi32.RegOpenUserClassesRoot @1011 PRIVATE + RegQueryInfoKeyA@48=advapi32.RegQueryInfoKeyA @1012 PRIVATE + RegQueryInfoKeyW@48=advapi32.RegQueryInfoKeyW @1013 PRIVATE + RegQueryValueExA@24=advapi32.RegQueryValueExA @1014 PRIVATE + RegQueryValueExW@24=advapi32.RegQueryValueExW @1015 PRIVATE + RegRestoreKeyA@12=advapi32.RegRestoreKeyA @1016 PRIVATE + RegRestoreKeyW@12=advapi32.RegRestoreKeyW @1017 PRIVATE + RegSetKeySecurity@12=advapi32.RegSetKeySecurity @1018 PRIVATE + RegSetValueExA@24=advapi32.RegSetValueExA @1019 PRIVATE + RegSetValueExW@24=advapi32.RegSetValueExW @1020 PRIVATE + RegUnLoadKeyA@8=advapi32.RegUnLoadKeyA @1021 PRIVATE + RegUnLoadKeyW@8=advapi32.RegUnLoadKeyW @1022 PRIVATE + RegisterApplicationRecoveryCallback@16 @1023 + RegisterApplicationRestart@8 @1024 + RegisterServiceProcess@8 @1028 + RegisterWaitForSingleObject@24 @1031 + RegisterWaitForSingleObjectEx@20 @1032 + ReinitializeCriticalSection@4 @1035 + ReleaseActCtx@4 @1036 + ReleaseMutex@4 @1037 + ReleaseMutexWhenCallbackReturns@8=ntdll.TpCallbackReleaseMutexOnCompletion @1038 + ReleaseSemaphore@12 @1039 + ReleaseSemaphoreWhenCallbackReturns@12=ntdll.TpCallbackReleaseSemaphoreOnCompletion @1040 + ReleaseSRWLockExclusive@4=ntdll.RtlReleaseSRWLockExclusive @1041 + ReleaseSRWLockShared@4=ntdll.RtlReleaseSRWLockShared @1042 + RemoveDirectoryA@4 @1043 + RemoveDirectoryW@4 @1044 + RemoveVectoredContinueHandler@4=ntdll.RtlRemoveVectoredContinueHandler @1045 + RemoveVectoredExceptionHandler@4=ntdll.RtlRemoveVectoredExceptionHandler @1046 + ReplaceFile@24=ReplaceFileW@24 @1047 + ReplaceFileA@24 @1048 + ReplaceFileW@24 @1049 + RemoveDllDirectory@4 @1051 + RequestWakeupLatency@4 @1052 + ResetEvent@4 @1053 + ResetWriteWatch@8 @1054 + ResolveDelayLoadedAPI@24=ntdll.LdrResolveDelayLoadedAPI @1055 + ResolveLocaleName@12 @1056 + RestoreLastError@4=ntdll.RtlRestoreLastWin32Error @1057 + ResumeThread@4 @1058 + RtlCaptureContext@4=ntdll.RtlCaptureContext @1059 + RtlCaptureStackBackTrace@16=ntdll.RtlCaptureStackBackTrace @1060 + RtlFillMemory@12=ntdll.RtlFillMemory @1061 + RtlMoveMemory@12=ntdll.RtlMoveMemory @1062 + RtlUnwind@16=ntdll.RtlUnwind @1063 + RtlZeroMemory@8=ntdll.RtlZeroMemory @1064 + SMapLS@0=krnl386.exe16.SMapLS @1065 PRIVATE + SMapLS_IP_EBP_12@0=krnl386.exe16.SMapLS_IP_EBP_12 @1066 PRIVATE + SMapLS_IP_EBP_16@0=krnl386.exe16.SMapLS_IP_EBP_16 @1067 PRIVATE + SMapLS_IP_EBP_20@0=krnl386.exe16.SMapLS_IP_EBP_20 @1068 PRIVATE + SMapLS_IP_EBP_24@0=krnl386.exe16.SMapLS_IP_EBP_24 @1069 PRIVATE + SMapLS_IP_EBP_28@0=krnl386.exe16.SMapLS_IP_EBP_28 @1070 PRIVATE + SMapLS_IP_EBP_32@0=krnl386.exe16.SMapLS_IP_EBP_32 @1071 PRIVATE + SMapLS_IP_EBP_36@0=krnl386.exe16.SMapLS_IP_EBP_36 @1072 PRIVATE + SMapLS_IP_EBP_40@0=krnl386.exe16.SMapLS_IP_EBP_40 @1073 PRIVATE + SMapLS_IP_EBP_8@0=krnl386.exe16.SMapLS_IP_EBP_8 @1074 PRIVATE + SUnMapLS@0=krnl386.exe16.SUnMapLS @1075 PRIVATE + SUnMapLS_IP_EBP_12@0=krnl386.exe16.SUnMapLS_IP_EBP_12 @1076 PRIVATE + SUnMapLS_IP_EBP_16@0=krnl386.exe16.SUnMapLS_IP_EBP_16 @1077 PRIVATE + SUnMapLS_IP_EBP_20@0=krnl386.exe16.SUnMapLS_IP_EBP_20 @1078 PRIVATE + SUnMapLS_IP_EBP_24@0=krnl386.exe16.SUnMapLS_IP_EBP_24 @1079 PRIVATE + SUnMapLS_IP_EBP_28@0=krnl386.exe16.SUnMapLS_IP_EBP_28 @1080 PRIVATE + SUnMapLS_IP_EBP_32@0=krnl386.exe16.SUnMapLS_IP_EBP_32 @1081 PRIVATE + SUnMapLS_IP_EBP_36@0=krnl386.exe16.SUnMapLS_IP_EBP_36 @1082 PRIVATE + SUnMapLS_IP_EBP_40@0=krnl386.exe16.SUnMapLS_IP_EBP_40 @1083 PRIVATE + SUnMapLS_IP_EBP_8@0=krnl386.exe16.SUnMapLS_IP_EBP_8 @1084 PRIVATE + ScrollConsoleScreenBufferA@20 @1085 + ScrollConsoleScreenBufferW@20 @1086 + SearchPathA@24 @1087 + SearchPathW@24 @1088 + SetCPGlobal@4 @1089 + SetCalendarInfoA@16 @1090 + SetCalendarInfoW@16 @1091 + SetCommBreak@4 @1092 + SetCommConfig@12 @1093 + SetCommMask@8 @1094 + SetCommState@8 @1095 + SetCommTimeouts@8 @1096 + SetComputerNameA@4 @1097 + SetComputerNameExA@8 @1098 + SetComputerNameExW@8 @1099 + SetComputerNameW@4 @1100 + SetConsoleActiveScreenBuffer@4 @1101 + SetConsoleCP@4 @1102 + SetConsoleCtrlHandler@8 @1104 + SetConsoleCursorInfo@8 @1106 + SetConsoleCursorPosition@8 @1108 + SetConsoleDisplayMode@12 @1109 + SetConsoleFont@8 @1110 + SetConsoleIcon@4 @1112 + SetConsoleInputExeNameA@4 @1113 + SetConsoleInputExeNameW@4 @1114 + SetConsoleKeyShortcuts@16 @1115 + SetConsoleMode@8 @1119 + SetConsoleOutputCP@4 @1124 + SetConsoleScreenBufferInfoEx@8 @1126 + SetConsoleScreenBufferSize@8 @1127 + SetConsoleTextAttribute@8 @1128 + SetConsoleTitleA@4 @1129 + SetConsoleTitleW@4 @1130 + SetConsoleWindowInfo@12 @1131 + SetCriticalSectionSpinCount@8=ntdll.RtlSetCriticalSectionSpinCount @1132 + SetCurrentConsoleFontEx@12 @1133 + SetCurrentDirectoryA@4 @1134 + SetCurrentDirectoryW@4 @1135 + SetDefaultCommConfigA@12 @1137 + SetDefaultCommConfigW@12 @1138 + SetDefaultDllDirectories@4 @1139 + SetDllDirectoryA@4 @1140 + SetDllDirectoryW@4 @1141 + SetEndOfFile@4 @1142 + SetEnvironmentVariableA@8 @1143 + SetEnvironmentVariableW@8 @1144 + SetErrorMode@4 @1145 + SetEvent@4 @1146 + SetEventWhenCallbackReturns@8=ntdll.TpCallbackSetEventOnCompletion @1147 + SetFileApisToANSI@0 @1148 + SetFileApisToOEM@0 @1149 + SetFileAttributesA@8 @1150 + SetFileAttributesW@8 @1151 + SetFileCompletionNotificationModes@8 @1152 + SetFileInformationByHandle@16 @1153 + SetFilePointer@16 @1154 + SetFilePointerEx@20 @1155 + SetFileTime@16 @1156 + SetFileValidData@12 @1157 + SetHandleContext@8 @1158 + SetHandleCount@4 @1159 + SetHandleInformation@12 @1160 + SetInformationJobObject@16 @1161 + SetLastError@4 @1163 + SetLocalTime@4 @1164 + SetLocaleInfoA@12 @1165 + SetLocaleInfoW@12 @1166 + SetMailslotInfo@8 @1167 + SetNamedPipeHandleState@16 @1169 + SetPriorityClass@8 @1170 + SetProcessAffinityMask@8 @1171 + SetProcessDEPPolicy@4 @1172 + SetProcessPriorityBoost@8 @1173 + SetProcessShutdownParameters@8 @1174 + SetProcessWorkingSetSize@12 @1175 + SetSearchPathMode@4 @1176 + SetStdHandle@8 @1177 + SetSystemFileCacheSize@12 @1178 + SetSystemPowerState@8 @1179 + SetSystemTime@4 @1180 + SetSystemTimeAdjustment@8 @1181 + SetTapeParameters@12 @1182 + SetTapePosition@24 @1183 + SetTermsrvAppInstallMode@4 @1184 + SetThreadAffinityMask@8 @1185 + SetThreadContext@8 @1186 + SetThreadErrorMode@8 @1187 + SetThreadExecutionState@4 @1188 + SetThreadGroupAffinity@12 @1189 + SetThreadIdealProcessor@8 @1190 + SetThreadIdealProcessorEx@12 @1191 + SetThreadLocale@4 @1192 + SetThreadPreferredUILanguages@12 @1193 + SetThreadPriority@8 @1194 + SetThreadPriorityBoost@8 @1195 + SetThreadStackGuarantee@4 @1196 + SetThreadUILanguage@4 @1197 + SetThreadpoolThreadMaximum@8=ntdll.TpSetPoolMaxThreads @1198 + SetThreadpoolThreadMinimum@8=ntdll.TpSetPoolMinThreads @1199 + SetThreadpoolTimer@16 @1200 + SetThreadpoolWait@12 @1201 + SetTimeZoneInformation@4 @1202 + SetUnhandledExceptionFilter@4 @1204 + SetUserGeoID@4 @1205 + SetVolumeLabelA@8 @1207 + SetVolumeLabelW@8 @1208 + SetVolumeMountPointA@8 @1209 + SetVolumeMountPointW@8 @1210 + SetWaitableTimer@24 @1211 + SetWaitableTimerEx@28 @1212 + SetupComm@12 @1213 + SignalObjectAndWait@16 @1215 + SizeofResource@8 @1216 + Sleep@4 @1217 + SleepConditionVariableCS@12 @1218 + SleepConditionVariableSRW@16 @1219 + SleepEx@8 @1220 + SubmitThreadpoolWork@4=ntdll.TpPostWork @1221 + SuspendThread@4 @1222 + SwitchToFiber@4 @1223 + SwitchToThread@0 @1224 + SystemTimeToFileTime@8 @1225 + SystemTimeToTzSpecificLocalTime@12 @1226 + TerminateJobObject@8 @1227 + TerminateProcess@8 @1228 + TerminateThread@8 @1229 + TermsrvAppInstallMode@0 @1230 + Thread32First@8 @1231 + Thread32Next@8 @1232 + ThunkConnect32@24=krnl386.exe16.ThunkConnect32 @1233 PRIVATE + TlsAlloc@0 @1234 + TlsAllocInternal@0=TlsAlloc@0 @1235 + TlsFree@4 @1236 + TlsFreeInternal@4=TlsFree@4 @1237 + TlsGetValue@4 @1238 + TlsSetValue@8 @1239 + Toolhelp32ReadProcessMemory@20 @1240 + TransactNamedPipe@28 @1241 + TransmitCommChar@8 @1242 + TryAcquireSRWLockExclusive@4=ntdll.RtlTryAcquireSRWLockExclusive @1244 + TryAcquireSRWLockShared@4=ntdll.RtlTryAcquireSRWLockShared @1245 + TryEnterCriticalSection@4=ntdll.RtlTryEnterCriticalSection @1246 + TrySubmitThreadpoolCallback@12 @1247 + TzSpecificLocalTimeToSystemTime@12 @1248 + UTRegister@28=krnl386.exe16.UTRegister @1249 PRIVATE + UTUnRegister@4=krnl386.exe16.UTUnRegister @1250 PRIVATE + UnMapLS@4=krnl386.exe16.UnMapLS @1251 PRIVATE + UnMapSLFixArray@8=krnl386.exe16.UnMapSLFixArray @1252 PRIVATE + UnhandledExceptionFilter@4 @1253 + UninitializeCriticalSection@4 @1254 + UnlockFile@20 @1255 + UnlockFileEx@20 @1256 + UnmapViewOfFile@4 @1257 + UnregisterApplicationRestart@0 @1258 + UnregisterWait@4 @1259 + UnregisterWaitEx@8 @1260 + UpdateProcThreadAttribute@28 @1261 + UpdateResourceA@24 @1262 + UpdateResourceW@24 @1263 + VerLanguageNameA@12 @1268 + VerLanguageNameW@12 @1269 + VerSetConditionMask@16=ntdll.VerSetConditionMask @1270 + VerifyConsoleIoHandle@4 @1271 + VerifyVersionInfoA@16 @1272 + VerifyVersionInfoW@16 @1273 + VirtualAlloc@16 @1274 + VirtualAllocEx@20 @1275 + VirtualFree@12 @1277 + VirtualFreeEx@16 @1278 + VirtualLock@8 @1279 + VirtualProtect@16 @1280 + VirtualProtectEx@20 @1281 + VirtualQuery@12 @1282 + VirtualQueryEx@16 @1283 + VirtualUnlock@8 @1284 + WTSGetActiveConsoleSessionId@0 @1285 + WaitCommEvent@12 @1286 + WaitForDebugEvent@8 @1287 + WaitForMultipleObjects@16 @1288 + WaitForMultipleObjectsEx@20 @1289 + WaitForSingleObject@8 @1290 + WaitForSingleObjectEx@12 @1291 + WaitForThreadpoolTimerCallbacks@8=ntdll.TpWaitForTimer @1292 + WaitForThreadpoolWaitCallbacks@8=ntdll.TpWaitForWait @1293 + WaitForThreadpoolWorkCallbacks@8=ntdll.TpWaitForWork @1294 + WaitNamedPipeA@8 @1295 + WaitNamedPipeW@8 @1296 + WakeAllConditionVariable@4=ntdll.RtlWakeAllConditionVariable @1297 + WakeConditionVariable@4=ntdll.RtlWakeConditionVariable @1298 + WerRegisterFile@12 @1299 + WerRegisterMemoryBlock@8 @1300 + WerRegisterRuntimeExceptionModule@8 @1301 + WerSetFlags@4 @1302 + WerUnregisterMemoryBlock@4 @1303 + WideCharToMultiByte@32 @1304 + WinExec@8 @1305 + Wow64EnableWow64FsRedirection@4 @1306 + Wow64DisableWow64FsRedirection@4 @1307 + Wow64RevertWow64FsRedirection@4 @1308 + WriteConsoleA@20 @1309 + WriteConsoleInputA@16 @1310 + WriteConsoleInputW@16 @1313 + WriteConsoleOutputA@20 @1314 + WriteConsoleOutputAttribute@20 @1315 + WriteConsoleOutputCharacterA@20 @1316 + WriteConsoleOutputCharacterW@20 @1317 + WriteConsoleOutputW@20 @1318 + WriteConsoleW@20 @1319 + WriteFile@20 @1320 + WriteFileEx@20 @1321 + WriteFileGather@20 @1322 + WritePrivateProfileSectionA@12 @1323 + WritePrivateProfileSectionW@12 @1324 + WritePrivateProfileStringA@16 @1325 + WritePrivateProfileStringW@16 @1326 + WritePrivateProfileStructA@20 @1327 + WritePrivateProfileStructW@20 @1328 + WriteProcessMemory@20 @1329 + WriteProfileSectionA@8 @1330 + WriteProfileSectionW@8 @1331 + WriteProfileStringA@12 @1332 + WriteProfileStringW@12 @1333 + WriteTapemark@16 @1334 + ZombifyActCtx@4 @1335 + _hread@12 @1338 + _hwrite@12 @1339 + _lclose@4 @1340 + _lcreat@8 @1341 + _llseek@12 @1342 + _lopen@8 @1343 + _lread@12 @1344 + _lwrite@12 @1345 + lstrcat@8=lstrcatA@8 @1347 + lstrcatA@8 @1348 + lstrcatW@8 @1349 + lstrcmp@8=lstrcmpA@8 @1350 + lstrcmpA@8 @1351 + lstrcmpW@8 @1352 + lstrcmpi@8=lstrcmpiA@8 @1353 + lstrcmpiA@8 @1354 + lstrcmpiW@8 @1355 + lstrcpy@8=lstrcpyA@8 @1356 + lstrcpyA@8 @1357 + lstrcpyW@8 @1358 + lstrcpyn@12=lstrcpynA@12 @1359 + lstrcpynA@12 @1360 + lstrcpynW@12 @1361 + lstrlen@4=lstrlenA@4 @1362 + lstrlenA@4 @1363 + lstrlenW@4 @1364 + __wine_dll_register_16 @1365 PRIVATE + __wine_dll_unregister_16 @1366 PRIVATE + wine_get_unix_file_name @1368 + wine_get_dos_file_name @1369 + __wine_kernel_init @1370 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmapi32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmapi32.def index d53c6db..5867766 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmapi32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmapi32.def @@ -94,6 +94,7 @@ EXPORTS MAPIDetails@20 @218 MAPIResolveName@24 @219 cmc_query_configuration@16 @235 + HrDispatchNotifications@4@4=HrDispatchNotifications@4 @239 FGetComponentPath@20 @254 FGetComponentPath@20@20=FGetComponentPath@20 @255 MAPISendMailW@20 @256 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmf.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmf.def new file mode 100644 index 0000000..2c6f1e6 --- /dev/null +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmf.def @@ -0,0 +1,9 @@ +; File generated automatically from ./dlls/mf/mf.spec; do not edit! + +LIBRARY mf.dll + +EXPORTS + MFCreateMediaSession@8 @42 + MFCreateSourceResolver@4=mfplat.MFCreateSourceResolver @60 + MFCreateTopology@4 @63 + MFGetSupportedMimeTypes@4 @76 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmfplat.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmfplat.def new file mode 100644 index 0000000..f2c213b --- /dev/null +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmfplat.def @@ -0,0 +1,17 @@ +; File generated automatically from ./dlls/mfplat/mfplat.spec; do not edit! + +LIBRARY mfplat.dll + +EXPORTS + MFCreateAttributes@8 @42 + MFCreateEventQueue@4 @45 + MFCreateMediaType@4 @52 + MFCreateSourceResolver@4 @61 + MFCreateStreamDescriptor@16 @62 + MFGetPluginControl@4 @97 + MFShutdown@0 @134 + MFStartup@8 @135 + MFTEnum@40 @137 + MFTEnumEx@36 @138 + MFTRegister@60 @140 + MFTUnregister@16 @143 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmfuuid.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmfuuid.a new file mode 100644 index 0000000..477c1f0 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmfuuid.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsi.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsi.def index f902b8a..c90ab7d 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsi.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsi.def @@ -251,6 +251,8 @@ EXPORTS MsiMessageBoxExA@28 @279 MsiMessageBoxExW@28 @280 MsiSetExternalUIRecord@16 @281 + MsiGetPatchFileListA@16 @282 + MsiGetPatchFileListW@16 @283 MsiBeginTransactionA@16 @284 MsiBeginTransactionW@16 @285 MsiEndTransaction@4 @286 @@ -259,6 +261,8 @@ EXPORTS MsiEnumComponentsExW@28 @290 MsiEnumClientsExA@32 @291 MsiEnumClientsExW@32 @292 + MsiGetComponentPathExA@24 @293 + MsiGetComponentPathExW@24 @294 DllCanUnloadNow@0 @296 PRIVATE DllGetClassObject@12 @297 PRIVATE DllRegisterServer@0 @298 PRIVATE diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsimg32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsimg32.def index d79a510..67bb0d4 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsimg32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsimg32.def @@ -3,8 +3,8 @@ LIBRARY msimg32.dll EXPORTS - AlphaBlend@44=gdi32.GdiAlphaBlend @1 - DllInitialize@12=DllMain@12 @2 PRIVATE - GradientFill@24=gdi32.GdiGradientFill @3 - TransparentBlt@44=gdi32.GdiTransparentBlt @4 - vSetDdrawflag@0 @5 + vSetDdrawflag@0 @1 + AlphaBlend@44=gdi32.GdiAlphaBlend @2 + DllInitialize@12=DllMain@12 @3 PRIVATE + GradientFill@24=gdi32.GdiGradientFill @4 + TransparentBlt@44=gdi32.GdiTransparentBlt @5 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr100.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr100.def index d4426e2..96d7540 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr100.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr100.def @@ -5,6 +5,11 @@ LIBRARY msvcr100.dll EXPORTS ??0?$_SpinWait@$00@details@Concurrency@@QAE@P6AXXZ@Z=__thiscall_SpinWait_ctor_yield @1 ??0?$_SpinWait@$0A@@details@Concurrency@@QAE@P6AXXZ@Z=__thiscall_SpinWait_ctor @2 + ??0SchedulerPolicy@Concurrency@@QAA@IZZ=SchedulerPolicy_ctor_policies @3 + ??0SchedulerPolicy@Concurrency@@QAE@ABV01@@Z=__thiscall_SchedulerPolicy_copy_ctor @4 + ??0SchedulerPolicy@Concurrency@@QAE@XZ=__thiscall_SchedulerPolicy_ctor @5 + ??0_NonReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_ctor @6 + ??0_ReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_ctor @9 ??0__non_rtti_object@std@@QAE@ABV01@@Z=__thiscall_MSVCRT___non_rtti_object_copy_ctor @17 ??0__non_rtti_object@std@@QAE@PBD@Z=__thiscall_MSVCRT___non_rtti_object_ctor @18 ??0bad_cast@std@@AAE@PBQBD@Z=__thiscall_MSVCRT_bad_cast_ctor @19 @@ -13,21 +18,47 @@ EXPORTS ??0bad_typeid@std@@QAE@ABV01@@Z=__thiscall_MSVCRT_bad_typeid_copy_ctor @24 ??0bad_typeid@std@@QAE@PBD@Z=__thiscall_MSVCRT_bad_typeid_ctor @25 ??0critical_section@Concurrency@@QAE@XZ=__thiscall_critical_section_ctor @30 + ??0event@Concurrency@@QAE@XZ=__thiscall_event_ctor @33 ??0exception@std@@QAE@ABQBD@Z=__thiscall_MSVCRT_exception_ctor @34 ??0exception@std@@QAE@ABQBDH@Z=__thiscall_MSVCRT_exception_ctor_noalloc @35 ??0exception@std@@QAE@ABV01@@Z=__thiscall_MSVCRT_exception_copy_ctor @36 ??0exception@std@@QAE@XZ=__thiscall_MSVCRT_exception_default_ctor @37 + ??0improper_lock@Concurrency@@QAE@PBD@Z=__thiscall_improper_lock_ctor_str @38 + ??0improper_lock@Concurrency@@QAE@XZ=__thiscall_improper_lock_ctor @39 + ??0improper_scheduler_attach@Concurrency@@QAE@PBD@Z=__thiscall_improper_scheduler_attach_ctor_str @40 + ??0improper_scheduler_attach@Concurrency@@QAE@XZ=__thiscall_improper_scheduler_attach_ctor @41 + ??0improper_scheduler_detach@Concurrency@@QAE@PBD@Z=__thiscall_improper_scheduler_detach_ctor_str @42 + ??0improper_scheduler_detach@Concurrency@@QAE@XZ=__thiscall_improper_scheduler_detach_ctor @43 + ??0invalid_scheduler_policy_key@Concurrency@@QAE@PBD@Z=__thiscall_invalid_scheduler_policy_key_ctor_str @54 + ??0invalid_scheduler_policy_key@Concurrency@@QAE@XZ=__thiscall_invalid_scheduler_policy_key_ctor @55 + ??0invalid_scheduler_policy_thread_specification@Concurrency@@QAE@PBD@Z=__thiscall_invalid_scheduler_policy_thread_specification_ctor_str @56 + ??0invalid_scheduler_policy_thread_specification@Concurrency@@QAE@XZ=__thiscall_invalid_scheduler_policy_thread_specification_ctor @57 + ??0invalid_scheduler_policy_value@Concurrency@@QAE@PBD@Z=__thiscall_invalid_scheduler_policy_value_ctor_str @58 + ??0invalid_scheduler_policy_value@Concurrency@@QAE@XZ=__thiscall_invalid_scheduler_policy_value_ctor @59 + ??0reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_ctor @68 + ??0scheduler_resource_allocation_error@Concurrency@@QAE@J@Z=__thiscall_scheduler_resource_allocation_error_ctor @71 + ??0scheduler_resource_allocation_error@Concurrency@@QAE@PBDJ@Z=__thiscall_scheduler_resource_allocation_error_ctor_name @72 ??0scoped_lock@critical_section@Concurrency@@QAE@AAV12@@Z=__thiscall_critical_section_scoped_lock_ctor @73 + ??0scoped_lock@reader_writer_lock@Concurrency@@QAE@AAV12@@Z=__thiscall_reader_writer_lock_scoped_lock_ctor @74 + ??0scoped_lock_read@reader_writer_lock@Concurrency@@QAE@AAV12@@Z=__thiscall_reader_writer_lock_scoped_lock_read_ctor @75 + ??1SchedulerPolicy@Concurrency@@QAE@XZ=__thiscall_SchedulerPolicy_dtor @80 + ??1_NonReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_dtor @81 + ??1_ReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_dtor @82 ??1__non_rtti_object@std@@UAE@XZ=__thiscall_MSVCRT___non_rtti_object_dtor @88 ??1bad_cast@std@@UAE@XZ=__thiscall_MSVCRT_bad_cast_dtor @89 ??1bad_typeid@std@@UAE@XZ=__thiscall_MSVCRT_bad_typeid_dtor @90 ??1critical_section@Concurrency@@QAE@XZ=__thiscall_critical_section_dtor @91 + ??1event@Concurrency@@QAE@XZ=__thiscall_event_dtor @92 ??1exception@std@@UAE@XZ=__thiscall_MSVCRT_exception_dtor @93 + ??1reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_dtor @94 ??1scoped_lock@critical_section@Concurrency@@QAE@XZ=__thiscall_critical_section_scoped_lock_dtor @95 + ??1scoped_lock@reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_scoped_lock_dtor @96 + ??1scoped_lock_read@reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_scoped_lock_read_dtor @97 ??1type_info@@UAE@XZ=__thiscall_MSVCRT_type_info_dtor @98 ??2@YAPAXI@Z=MSVCRT_operator_new @99 ??2@YAPAXIHPBDH@Z=MSVCRT_operator_new_dbg @100 ??3@YAXPAX@Z=MSVCRT_operator_delete @101 + ??4SchedulerPolicy@Concurrency@@QAEAAV01@ABV01@@Z=__thiscall_SchedulerPolicy_op_assign @104 ??4__non_rtti_object@std@@QAEAAV01@ABV01@@Z=__thiscall_MSVCRT___non_rtti_object_opequals @105 ??4bad_cast@std@@QAEAAV01@ABV01@@Z=__thiscall_MSVCRT_bad_cast_opequals @106 ??4bad_typeid@std@@QAEAAV01@ABV01@@Z=__thiscall_MSVCRT_bad_typeid_opequals @107 @@ -46,10 +77,39 @@ EXPORTS ??_U@YAPAXI@Z=MSVCRT_operator_new @120 ??_U@YAPAXIHPBDH@Z=MSVCRT_operator_new_dbg @121 ??_V@YAXPAX@Z=MSVCRT_operator_delete @122 + ?Alloc@Concurrency@@YAPAXI@Z=Concurrency_Alloc @123 + ?Block@Context@Concurrency@@SAXXZ=Context_Block @124 + ?Create@CurrentScheduler@Concurrency@@SAXABVSchedulerPolicy@2@@Z=CurrentScheduler_Create @125 + ?Create@Scheduler@Concurrency@@SAPAV12@ABVSchedulerPolicy@2@@Z=Scheduler_Create @126 + ?CreateScheduleGroup@CurrentScheduler@Concurrency@@SAPAVScheduleGroup@2@XZ=CurrentScheduler_CreateScheduleGroup @128 + ?CurrentContext@Context@Concurrency@@SAPAV12@XZ=Context_CurrentContext @129 + ?Detach@CurrentScheduler@Concurrency@@SAXXZ=CurrentScheduler_Detach @130 + ?Free@Concurrency@@YAXPAX@Z=Concurrency_Free @133 + ?Get@CurrentScheduler@Concurrency@@SAPAVScheduler@2@XZ=CurrentScheduler_Get @134 + ?GetNumberOfVirtualProcessors@CurrentScheduler@Concurrency@@SAIXZ=CurrentScheduler_GetNumberOfVirtualProcessors @136 + ?GetPolicy@CurrentScheduler@Concurrency@@SA?AVSchedulerPolicy@2@XZ=CurrentScheduler_GetPolicy @138 + ?GetPolicyValue@SchedulerPolicy@Concurrency@@QBEIW4PolicyElementKey@2@@Z=__thiscall_SchedulerPolicy_GetPolicyValue @139 + ?Id@Context@Concurrency@@SAIXZ=Context_Id @144 + ?Id@CurrentScheduler@Concurrency@@SAIXZ=CurrentScheduler_Id @145 + ?IsCurrentTaskCollectionCanceling@Context@Concurrency@@SA_NXZ=Context_IsCurrentTaskCollectionCanceling @146 + ?Oversubscribe@Context@Concurrency@@SAX_N@Z=Context_Oversubscribe @148 + ?RegisterShutdownEvent@CurrentScheduler@Concurrency@@SAXPAX@Z=CurrentScheduler_RegisterShutdownEvent @149 + ?ResetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXXZ=Scheduler_ResetDefaultSchedulerPolicy @150 + ?ScheduleGroupId@Context@Concurrency@@SAIXZ=Context_ScheduleGroupId @151 + ?ScheduleTask@CurrentScheduler@Concurrency@@SAXP6AXPAX@Z0@Z=CurrentScheduler_ScheduleTask @152 + ?SetConcurrencyLimits@SchedulerPolicy@Concurrency@@QAEXII@Z=__thiscall_SchedulerPolicy_SetConcurrencyLimits @153 + ?SetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXABVSchedulerPolicy@2@@Z=Scheduler_SetDefaultSchedulerPolicy @154 + ?SetPolicyValue@SchedulerPolicy@Concurrency@@QAEIW4PolicyElementKey@2@I@Z=__thiscall_SchedulerPolicy_SetPolicyValue @155 + ?VirtualProcessorId@Context@Concurrency@@SAIXZ=Context_VirtualProcessorId @156 + ?Yield@Context@Concurrency@@SAXXZ=Context_Yield @157 + ?_Acquire@_NonReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Acquire @159 + ?_Acquire@_ReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Acquire @161 ?_DoYield@?$_SpinWait@$00@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__DoYield @174 ?_DoYield@?$_SpinWait@$0A@@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__DoYield @175 ?_NumberOfSpins@?$_SpinWait@$00@details@Concurrency@@IAEKXZ=__thiscall_SpinWait__NumberOfSpins @180 ?_NumberOfSpins@?$_SpinWait@$0A@@details@Concurrency@@IAEKXZ=__thiscall_SpinWait__NumberOfSpins @181 + ?_Release@_NonReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Release @182 + ?_Release@_ReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Release @184 ?_Reset@?$_SpinWait@$00@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__Reset @189 ?_Reset@?$_SpinWait@$0A@@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__Reset @190 ?_SetSpinCount@?$_SpinWait@$00@details@Concurrency@@QAEXI@Z=__thiscall_SpinWait__SetSpinCount @195 @@ -58,8 +118,15 @@ EXPORTS ?_ShouldSpinAgain@?$_SpinWait@$0A@@details@Concurrency@@IAE_NXZ=__thiscall_SpinWait__ShouldSpinAgain @198 ?_SpinOnce@?$_SpinWait@$00@details@Concurrency@@QAE_NXZ=__thiscall_SpinWait__SpinOnce @199 ?_SpinOnce@?$_SpinWait@$0A@@details@Concurrency@@QAE_NXZ=__thiscall_SpinWait__SpinOnce @200 + ?_SpinYield@Context@Concurrency@@SAXXZ=Context__SpinYield @201 + ?_Trace_ppl_function@Concurrency@@YAXABU_GUID@@EW4ConcRT_EventType@1@@Z=Concurrency__Trace_ppl_function @205 + ?_TryAcquire@_NonReentrantBlockingLock@details@Concurrency@@QAE_NXZ=__thiscall__ReentrantBlockingLock__TryAcquire @206 + ?_TryAcquire@_ReentrantBlockingLock@details@Concurrency@@QAE_NXZ=__thiscall__ReentrantBlockingLock__TryAcquire @207 ?_Value@_SpinCount@details@Concurrency@@SAIXZ=SpinCount__Value @216 + ?__ExceptionPtrAssign@@YAXPAXPBX@Z=__ExceptionPtrAssign @217 + ?__ExceptionPtrCompare@@YA_NPBX0@Z=__ExceptionPtrCompare @218 ?__ExceptionPtrCopy@@YAXPAXPBX@Z=__ExceptionPtrCopy @219 + ?__ExceptionPtrCopyException@@YAXPAXPBX1@Z=__ExceptionPtrCopyException @220 ?__ExceptionPtrCreate@@YAXPAX@Z=__ExceptionPtrCreate @221 ?__ExceptionPtrCurrentException@@YAXPAX@Z=__ExceptionPtrCurrentException @222 ?__ExceptionPtrDestroy@@YAXPAX@Z=__ExceptionPtrDestroy @223 @@ -78,10 +145,15 @@ EXPORTS ?_wopen@@YAHPB_WHH@Z=MSVCRT__wopen @240 ?_wsopen@@YAHPB_WHHH@Z=MSVCRT__wsopen @241 ?before@type_info@@QBEHABV1@@Z=__thiscall_MSVCRT_type_info_before @242 + ?get_error_code@scheduler_resource_allocation_error@Concurrency@@QBEJXZ=__thiscall_scheduler_resource_allocation_error_get_error_code @243 ?lock@critical_section@Concurrency@@QAEXXZ=__thiscall_critical_section_lock @244 + ?lock@reader_writer_lock@Concurrency@@QAEXXZ=__thiscall_reader_writer_lock_lock @245 + ?lock_read@reader_writer_lock@Concurrency@@QAEXXZ=__thiscall_reader_writer_lock_lock_read @246 ?name@type_info@@QBEPBDPAU__type_info_node@@@Z=__thiscall_type_info_name_internal_method @247 ?native_handle@critical_section@Concurrency@@QAEAAV12@XZ=__thiscall_critical_section_native_handle @248 ?raw_name@type_info@@QBEPBDXZ=__thiscall_MSVCRT_type_info_raw_name @249 + ?reset@event@Concurrency@@QAEXXZ=__thiscall_event_reset @250 + ?set@event@Concurrency@@QAEXXZ=__thiscall_event_set @251 ?set_new_handler@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_new_handler @252 ?set_terminate@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_terminate @254 ?set_unexpected@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_unexpected @256 @@ -89,9 +161,14 @@ EXPORTS ?swprintf@@YAHPA_WIPB_WZZ=MSVCRT__snwprintf @258 ?terminate@@YAXXZ=MSVCRT_terminate @259 ?try_lock@critical_section@Concurrency@@QAE_NXZ=__thiscall_critical_section_try_lock @260 + ?try_lock@reader_writer_lock@Concurrency@@QAE_NXZ=__thiscall_reader_writer_lock_try_lock @261 + ?try_lock_read@reader_writer_lock@Concurrency@@QAE_NXZ=__thiscall_reader_writer_lock_try_lock_read @262 ?unexpected@@YAXXZ=MSVCRT_unexpected @263 ?unlock@critical_section@Concurrency@@QAEXXZ=__thiscall_critical_section_unlock @264 + ?unlock@reader_writer_lock@Concurrency@@QAEXXZ=__thiscall_reader_writer_lock_unlock @265 ?vswprintf@@YAHPA_WIPB_WPAD@Z=MSVCRT_vsnwprintf @266 + ?wait@event@Concurrency@@QAEII@Z=__thiscall_event_wait @268 + ?wait_for_multiple@event@Concurrency@@SAIPAPAV12@I_NI@Z=event_wait_for_multiple @269 ?what@exception@std@@UBEPBDXZ=__thiscall_MSVCRT_what_exception @270 $I10_OUTPUT=MSVCRT_I10_OUTPUT @271 _CIacos @272 @@ -112,12 +189,15 @@ EXPORTS _CItanh @287 _CRT_RTC_INIT @288 _CRT_RTC_INITW @289 + _CreateFrameInfo @290 _CxxThrowException@8 @291 _EH_prolog @292 + _FindAndUnlinkFrame @293 _Getdays @294 _Getmonths @295 _Gettnames @296 _HUGE=MSVCRT__HUGE @297 DATA + _IsExceptionObjectToBeDestroyed @298 _Strftime @302 _XcptFilter @303 __AdjustPointer @304 @@ -129,6 +209,9 @@ EXPORTS __CxxFrameHandler3=__CxxFrameHandler @316 __CxxLongjmpUnwind@4 @317 __CxxQueryExceptionSize @318 + __CxxRegisterExceptionObject @319 + __CxxUnregisterExceptionObject @320 + __DestructExceptionObject @321 __RTCastToVoid=MSVCRT___RTCastToVoid @323 __RTDynamicCast=MSVCRT___RTDynamicCast @324 __RTtypeid=MSVCRT___RTtypeid @325 @@ -350,6 +433,7 @@ EXPORTS _flushall=MSVCRT__flushall @581 _fmode=MSVCRT__fmode @582 DATA _fpclass=MSVCRT__fpclass @583 + _fpieee_flt @584 _fpreset @585 _fputc_nolock=MSVCRT__fputc_nolock @590 _fputchar=MSVCRT__fputchar @591 @@ -365,6 +449,7 @@ EXPORTS _fseeki64_nolock=MSVCRT__fseeki64_nolock @604 _fsopen=MSVCRT__fsopen @605 _fstat32=MSVCRT__fstat32 @606 + _fstat32i64=MSVCRT__fstat32i64 @607 _fstat64=MSVCRT__fstat64 @608 _fstat64i32=MSVCRT__fstat64i32 @609 _ftell_nolock=MSVCRT__ftell_nolock @610 @@ -387,6 +472,7 @@ EXPORTS _get_current_locale=MSVCRT__get_current_locale @630 _get_daylight @631 _get_doserrno @632 + _get_dstbias=MSVCRT__get_dstbias @633 _get_errno @634 _get_fmode=MSVCRT__get_fmode @635 _get_heap_handle @636 @@ -395,6 +481,7 @@ EXPORTS _get_output_format=MSVCRT__get_output_format @639 _get_pgmptr @640 _get_printf_count_output=MSVCRT__get_printf_count_output @641 + _get_purecall_handler @642 _get_terminate=MSVCRT__get_terminate @643 _get_timezone @644 _get_tzname=MSVCRT__get_tzname @645 @@ -442,6 +529,7 @@ EXPORTS _initterm_e @692 _invalid_parameter=MSVCRT__invalid_parameter @696 _invalid_parameter_noinfo @697 + _invalid_parameter_noinfo_noreturn @698 _iob=MSVCRT__iob @700 DATA _isalnum_l=MSVCRT__isalnum_l @701 _isalpha_l=MSVCRT__isalpha_l @702 @@ -463,6 +551,7 @@ EXPORTS _ismbcgraph @739 _ismbchira @741 _ismbckata @743 + _ismbcl0 @745 _ismbclegal @751 _ismbclower @753 _ismbcprint @755 @@ -477,6 +566,7 @@ EXPORTS _isspace_l=MSVCRT__isspace_l @772 _isupper_l=MSVCRT__isupper_l @773 _iswalpha_l=MSVCRT__iswalpha_l @775 + _iswctype_l=MSVCRT__iswctype_l @779 _iswdigit_l=MSVCRT__iswdigit_l @780 _iswpunct_l=MSVCRT__iswpunct_l @784 _iswspace_l=MSVCRT__iswspace_l @785 @@ -490,6 +580,7 @@ EXPORTS _jn=MSVCRT__jn @795 _kbhit @796 _lfind @797 + _lfind_s @798 _loaddll @799 _local_unwind2 @800 _local_unwind4 @801 @@ -517,6 +608,9 @@ EXPORTS _mbbtombc @824 _mbbtype @826 _mbccpy @828 + _mbccpy_l @829 + _mbccpy_s @830 + _mbccpy_s_l @831 _mbcjistojms @832 _mbcjmstojis @834 _mbclen @836 @@ -542,6 +636,7 @@ EXPORTS _mbsicoll_l @869 _mbsinc @870 _mbslen @872 + _mbslen_l @873 _mbslwr @874 _mbslwr_s @876 _mbsnbcat @878 @@ -564,6 +659,8 @@ EXPORTS _mbsnextc @914 _mbsnicmp @916 _mbsninc @920 + _mbsnlen @922 + _mbsnlen_l @923 _mbsnset @924 _mbspbrk @928 _mbsrchr @930 @@ -584,7 +681,8 @@ EXPORTS _mbsupr_s @956 _mbtowc_l=MSVCRT_mbtowc_l @958 _memccpy=ntdll._memccpy @959 - _memicmp=ntdll._memicmp @960 + _memicmp=MSVCRT__memicmp @960 + _memicmp_l=MSVCRT__memicmp_l @961 _mkdir=MSVCRT__mkdir @962 _mkgmtime32=MSVCRT__mkgmtime32 @963 _mkgmtime64=MSVCRT__mkgmtime64 @964 @@ -694,6 +792,7 @@ EXPORTS _strdate_s @1087 _strdup=MSVCRT__strdup @1088 _strerror=MSVCRT__strerror @1089 + _strftime_l=MSVCRT__strftime_l @1091 _stricmp=MSVCRT__stricmp @1092 _stricmp_l=MSVCRT__stricmp_l @1093 _stricoll=MSVCRT__stricoll @1094 @@ -771,7 +870,14 @@ EXPORTS _utime64 @1171 _vcprintf @1172 _vcwprintf @1178 + _vfprintf_l=MSVCRT__vfprintf_l @1184 + _vfprintf_p=MSVCRT__vfprintf_p @1185 + _vfprintf_p_l=MSVCRT__vfprintf_p_l @1186 + _vfprintf_s_l=MSVCRT__vfprintf_s_l @1187 _vfwprintf_l=MSVCRT__vfwprintf_l @1188 + _vfwprintf_p=MSVCRT__vfwprintf_p @1189 + _vfwprintf_p_l=MSVCRT__vfwprintf_p_l @1190 + _vfwprintf_s_l=MSVCRT__vfwprintf_s_l @1191 _vscprintf=MSVCRT__vscprintf @1196 _vscprintf_p=MSVCRT__vscprintf_p @1198 _vscprintf_p_l=MSVCRT__vscprintf_p_l @1199 @@ -813,6 +919,7 @@ EXPORTS _wcsdup=MSVCRT__wcsdup @1239 _wcserror=MSVCRT__wcserror @1240 _wcserror_s=MSVCRT__wcserror_s @1241 + _wcsftime_l=MSVCRT__wcsftime_l @1242 _wcsicmp=MSVCRT__wcsicmp @1243 _wcsicmp_l=MSVCRT__wcsicmp_l @1244 _wcsicoll=MSVCRT__wcsicoll @1245 @@ -865,6 +972,7 @@ EXPORTS _wfindfirst32=MSVCRT__wfindfirst32 @1293 _wfindfirst64=MSVCRT__wfindfirst64 @1295 _wfindfirst64i32=MSVCRT__wfindfirst64i32 @1296 + _wfindnext32=MSVCRT__wfindnext32 @1297 _wfindnext64=MSVCRT__wfindnext64 @1299 _wfindnext64i32=MSVCRT__wfindnext64i32 @1300 _wfopen=MSVCRT__wfopen @1301 @@ -883,6 +991,7 @@ EXPORTS _wmktemp=MSVCRT__wmktemp @1315 _wmktemp_s=MSVCRT__wmktemp_s @1316 _wopen=MSVCRT__wopen @1317 + _wperror=MSVCRT__wperror @1318 _wpgmptr=MSVCRT__wpgmptr @1319 DATA _wpopen=MSVCRT__wpopen @1320 _wputenv @1325 @@ -952,6 +1061,7 @@ EXPORTS calloc=MSVCRT_calloc @1389 ceil=MSVCRT_ceil @1390 clearerr=MSVCRT_clearerr @1391 + clearerr_s=MSVCRT_clearerr_s @1392 clock=MSVCRT_clock @1393 cos=MSVCRT_cos @1394 cosh=MSVCRT_cosh @1395 @@ -1031,6 +1141,7 @@ EXPORTS ldexp=MSVCRT_ldexp @1470 ldiv=MSVCRT_ldiv @1471 llabs=MSVCRT_llabs @1472 + lldiv=MSVCRT_lldiv @1473 localeconv=MSVCRT_localeconv @1474 log=MSVCRT_log @1475 log10=MSVCRT_log10 @1476 @@ -1040,6 +1151,7 @@ EXPORTS mbrlen=MSVCRT_mbrlen @1480 mbrtowc=MSVCRT_mbrtowc @1481 mbsrtowcs=MSVCRT_mbsrtowcs @1482 + mbsrtowcs_s=MSVCRT_mbsrtowcs_s @1483 mbstowcs=MSVCRT_mbstowcs @1484 mbstowcs_s=MSVCRT__mbstowcs_s @1485 mbtowc=MSVCRT_mbtowc @1486 @@ -1088,7 +1200,7 @@ EXPORTS strchr=MSVCRT_strchr @1529 strcmp=MSVCRT_strcmp @1530 strcoll=MSVCRT_strcoll @1531 - strcpy=ntdll.strcpy @1532 + strcpy=MSVCRT_strcpy @1532 strcpy_s=MSVCRT_strcpy_s @1533 strcspn=ntdll.strcspn @1534 strerror=MSVCRT_strerror @1535 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr110.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr110.def index 7cbac3e..0dd4331 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr110.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr110.def @@ -5,6 +5,13 @@ LIBRARY msvcr110.dll EXPORTS ??0?$_SpinWait@$00@details@Concurrency@@QAE@P6AXXZ@Z=__thiscall_SpinWait_ctor_yield @1 ??0?$_SpinWait@$0A@@details@Concurrency@@QAE@P6AXXZ@Z=__thiscall_SpinWait_ctor @2 + ??0SchedulerPolicy@Concurrency@@QAA@IZZ=SchedulerPolicy_ctor_policies @3 + ??0SchedulerPolicy@Concurrency@@QAE@ABV01@@Z=__thiscall_SchedulerPolicy_copy_ctor @4 + ??0SchedulerPolicy@Concurrency@@QAE@XZ=__thiscall_SchedulerPolicy_ctor @5 + ??0_Condition_variable@details@Concurrency@@QAE@XZ=__thiscall__Condition_variable_ctor @8 + ??0_NonReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_ctor @12 + ??0_ReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_ctor @15 + ??0_Scheduler@details@Concurrency@@QAE@PAVScheduler@2@@Z=__thiscall__Scheduler_ctor_sched @18 ??0__non_rtti_object@std@@QAE@ABV01@@Z=__thiscall_MSVCRT___non_rtti_object_copy_ctor @26 ??0__non_rtti_object@std@@QAE@PBD@Z=__thiscall_MSVCRT___non_rtti_object_ctor @27 ??0bad_cast@std@@AAE@PBQBD@Z=__thiscall_MSVCRT_bad_cast_ctor @28 @@ -13,21 +20,48 @@ EXPORTS ??0bad_typeid@std@@QAE@ABV01@@Z=__thiscall_MSVCRT_bad_typeid_copy_ctor @33 ??0bad_typeid@std@@QAE@PBD@Z=__thiscall_MSVCRT_bad_typeid_ctor @34 ??0critical_section@Concurrency@@QAE@XZ=__thiscall_critical_section_ctor @39 + ??0event@Concurrency@@QAE@XZ=__thiscall_event_ctor @42 ??0exception@std@@QAE@ABQBD@Z=__thiscall_MSVCRT_exception_ctor @43 ??0exception@std@@QAE@ABQBDH@Z=__thiscall_MSVCRT_exception_ctor_noalloc @44 ??0exception@std@@QAE@ABV01@@Z=__thiscall_MSVCRT_exception_copy_ctor @45 ??0exception@std@@QAE@XZ=__thiscall_MSVCRT_exception_default_ctor @46 + ??0improper_lock@Concurrency@@QAE@PBD@Z=__thiscall_improper_lock_ctor_str @47 + ??0improper_lock@Concurrency@@QAE@XZ=__thiscall_improper_lock_ctor @48 + ??0improper_scheduler_attach@Concurrency@@QAE@PBD@Z=__thiscall_improper_scheduler_attach_ctor_str @49 + ??0improper_scheduler_attach@Concurrency@@QAE@XZ=__thiscall_improper_scheduler_attach_ctor @50 + ??0improper_scheduler_detach@Concurrency@@QAE@PBD@Z=__thiscall_improper_scheduler_detach_ctor_str @51 + ??0improper_scheduler_detach@Concurrency@@QAE@XZ=__thiscall_improper_scheduler_detach_ctor @52 + ??0invalid_scheduler_policy_key@Concurrency@@QAE@PBD@Z=__thiscall_invalid_scheduler_policy_key_ctor_str @63 + ??0invalid_scheduler_policy_key@Concurrency@@QAE@XZ=__thiscall_invalid_scheduler_policy_key_ctor @64 + ??0invalid_scheduler_policy_thread_specification@Concurrency@@QAE@PBD@Z=__thiscall_invalid_scheduler_policy_thread_specification_ctor_str @65 + ??0invalid_scheduler_policy_thread_specification@Concurrency@@QAE@XZ=__thiscall_invalid_scheduler_policy_thread_specification_ctor @66 + ??0invalid_scheduler_policy_value@Concurrency@@QAE@PBD@Z=__thiscall_invalid_scheduler_policy_value_ctor_str @67 + ??0invalid_scheduler_policy_value@Concurrency@@QAE@XZ=__thiscall_invalid_scheduler_policy_value_ctor @68 + ??0reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_ctor @77 + ??0scheduler_resource_allocation_error@Concurrency@@QAE@J@Z=__thiscall_scheduler_resource_allocation_error_ctor @80 + ??0scheduler_resource_allocation_error@Concurrency@@QAE@PBDJ@Z=__thiscall_scheduler_resource_allocation_error_ctor_name @81 ??0scoped_lock@critical_section@Concurrency@@QAE@AAV12@@Z=__thiscall_critical_section_scoped_lock_ctor @84 + ??0scoped_lock@reader_writer_lock@Concurrency@@QAE@AAV12@@Z=__thiscall_reader_writer_lock_scoped_lock_ctor @85 + ??0scoped_lock_read@reader_writer_lock@Concurrency@@QAE@AAV12@@Z=__thiscall_reader_writer_lock_scoped_lock_read_ctor @86 + ??1SchedulerPolicy@Concurrency@@QAE@XZ=__thiscall_SchedulerPolicy_dtor @91 + ??1_Condition_variable@details@Concurrency@@QAE@XZ=__thiscall__Condition_variable_dtor @94 + ??1_NonReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_dtor @95 + ??1_ReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_dtor @96 ??1__non_rtti_object@std@@UAE@XZ=__thiscall_MSVCRT___non_rtti_object_dtor @102 ??1bad_cast@std@@UAE@XZ=__thiscall_MSVCRT_bad_cast_dtor @103 ??1bad_typeid@std@@UAE@XZ=__thiscall_MSVCRT_bad_typeid_dtor @104 ??1critical_section@Concurrency@@QAE@XZ=__thiscall_critical_section_dtor @105 + ??1event@Concurrency@@QAE@XZ=__thiscall_event_dtor @106 ??1exception@std@@UAE@XZ=__thiscall_MSVCRT_exception_dtor @107 + ??1reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_dtor @108 ??1scoped_lock@critical_section@Concurrency@@QAE@XZ=__thiscall_critical_section_scoped_lock_dtor @109 + ??1scoped_lock@reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_scoped_lock_dtor @110 + ??1scoped_lock_read@reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_scoped_lock_read_dtor @111 ??1type_info@@UAE@XZ=__thiscall_MSVCRT_type_info_dtor @112 ??2@YAPAXI@Z=MSVCRT_operator_new @113 ??2@YAPAXIHPBDH@Z=MSVCRT_operator_new_dbg @114 ??3@YAXPAX@Z=MSVCRT_operator_delete @115 + ??4SchedulerPolicy@Concurrency@@QAEAAV01@ABV01@@Z=__thiscall_SchedulerPolicy_op_assign @119 ??4__non_rtti_object@std@@QAEAAV01@ABV01@@Z=__thiscall_MSVCRT___non_rtti_object_opequals @120 ??4bad_cast@std@@QAEAAV01@ABV01@@Z=__thiscall_MSVCRT_bad_cast_opequals @121 ??4bad_typeid@std@@QAEAAV01@ABV01@@Z=__thiscall_MSVCRT_bad_typeid_opequals @122 @@ -40,30 +74,78 @@ EXPORTS ??_7exception@std@@6B@=MSVCRT_exception_vtable @129 DATA ??_F?$_SpinWait@$00@details@Concurrency@@QAEXXZ=__thiscall_SpinWait_dtor @130 ??_F?$_SpinWait@$0A@@details@Concurrency@@QAEXXZ=__thiscall_SpinWait_dtor @131 + ??_F_Scheduler@details@Concurrency@@QAEXXZ=__thiscall__Scheduler_ctor @133 ??_Fbad_cast@std@@QAEXXZ=__thiscall_MSVCRT_bad_cast_default_ctor @134 ??_Fbad_typeid@std@@QAEXXZ=__thiscall_MSVCRT_bad_typeid_default_ctor @135 ??_U@YAPAXI@Z=MSVCRT_operator_new @136 ??_U@YAPAXIHPBDH@Z=MSVCRT_operator_new_dbg @137 ??_V@YAXPAX@Z=MSVCRT_operator_delete @138 + ?Alloc@Concurrency@@YAPAXI@Z=Concurrency_Alloc @140 + ?Block@Context@Concurrency@@SAXXZ=Context_Block @141 + ?Create@CurrentScheduler@Concurrency@@SAXABVSchedulerPolicy@2@@Z=CurrentScheduler_Create @142 + ?Create@Scheduler@Concurrency@@SAPAV12@ABVSchedulerPolicy@2@@Z=Scheduler_Create @143 + ?CreateScheduleGroup@CurrentScheduler@Concurrency@@SAPAVScheduleGroup@2@AAVlocation@2@@Z=CurrentScheduler_CreateScheduleGroup_loc @145 + ?CreateScheduleGroup@CurrentScheduler@Concurrency@@SAPAVScheduleGroup@2@XZ=CurrentScheduler_CreateScheduleGroup @146 + ?CurrentContext@Context@Concurrency@@SAPAV12@XZ=Context_CurrentContext @147 + ?Detach@CurrentScheduler@Concurrency@@SAXXZ=CurrentScheduler_Detach @148 + ?Free@Concurrency@@YAXPAX@Z=Concurrency_Free @151 + ?Get@CurrentScheduler@Concurrency@@SAPAVScheduler@2@XZ=CurrentScheduler_Get @152 + ?GetNumberOfVirtualProcessors@CurrentScheduler@Concurrency@@SAIXZ=CurrentScheduler_GetNumberOfVirtualProcessors @154 + ?GetPolicy@CurrentScheduler@Concurrency@@SA?AVSchedulerPolicy@2@XZ=CurrentScheduler_GetPolicy @156 + ?GetPolicyValue@SchedulerPolicy@Concurrency@@QBEIW4PolicyElementKey@2@@Z=__thiscall_SchedulerPolicy_GetPolicyValue @157 + ?Id@Context@Concurrency@@SAIXZ=Context_Id @162 + ?Id@CurrentScheduler@Concurrency@@SAIXZ=CurrentScheduler_Id @163 + ?IsAvailableLocation@CurrentScheduler@Concurrency@@SA_NABVlocation@2@@Z=CurrentScheduler_IsAvailableLocation @164 + ?IsCurrentTaskCollectionCanceling@Context@Concurrency@@SA_NXZ=Context_IsCurrentTaskCollectionCanceling @165 + ?Oversubscribe@Context@Concurrency@@SAX_N@Z=Context_Oversubscribe @167 + ?RegisterShutdownEvent@CurrentScheduler@Concurrency@@SAXPAX@Z=CurrentScheduler_RegisterShutdownEvent @168 + ?ResetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXXZ=Scheduler_ResetDefaultSchedulerPolicy @169 + ?ScheduleGroupId@Context@Concurrency@@SAIXZ=Context_ScheduleGroupId @170 + ?ScheduleTask@CurrentScheduler@Concurrency@@SAXP6AXPAX@Z0@Z=CurrentScheduler_ScheduleTask @171 + ?ScheduleTask@CurrentScheduler@Concurrency@@SAXP6AXPAX@Z0AAVlocation@2@@Z=CurrentScheduler_ScheduleTask_loc @172 + ?SetConcurrencyLimits@SchedulerPolicy@Concurrency@@QAEXII@Z=__thiscall_SchedulerPolicy_SetConcurrencyLimits @173 + ?SetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXABVSchedulerPolicy@2@@Z=Scheduler_SetDefaultSchedulerPolicy @174 + ?SetPolicyValue@SchedulerPolicy@Concurrency@@QAEIW4PolicyElementKey@2@I@Z=__thiscall_SchedulerPolicy_SetPolicyValue @175 + ?VirtualProcessorId@Context@Concurrency@@SAIXZ=Context_VirtualProcessorId @176 + ?Yield@Context@Concurrency@@SAXXZ=Context_Yield @177 + ?_Acquire@_NonReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Acquire @179 + ?_Acquire@_ReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Acquire @181 ?_DoYield@?$_SpinWait@$00@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__DoYield @202 ?_DoYield@?$_SpinWait@$0A@@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__DoYield @203 + ?_Get@_CurrentScheduler@details@Concurrency@@SA?AV_Scheduler@23@XZ=_CurrentScheduler__Get @204 ?_GetConcurrency@details@Concurrency@@YAIXZ=_GetConcurrency @206 + ?_GetNumberOfVirtualProcessors@_CurrentScheduler@details@Concurrency@@SAIXZ=_CurrentScheduler__GetNumberOfVirtualProcessors @208 + ?_GetScheduler@_Scheduler@details@Concurrency@@QAEPAVScheduler@3@XZ=__thiscall__Scheduler__GetScheduler @209 + ?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ=_CurrentScheduler__Id @210 ?_NumberOfSpins@?$_SpinWait@$00@details@Concurrency@@IAEKXZ=__thiscall_SpinWait__NumberOfSpins @219 ?_NumberOfSpins@?$_SpinWait@$0A@@details@Concurrency@@IAEKXZ=__thiscall_SpinWait__NumberOfSpins @220 + ?_Reference@_Scheduler@details@Concurrency@@QAEIXZ=__thiscall__Scheduler__Reference @222 + ?_Release@_NonReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Release @225 + ?_Release@_ReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Release @227 + ?_Release@_Scheduler@details@Concurrency@@QAEIXZ=__thiscall__Scheduler__Release @230 ?_Reset@?$_SpinWait@$00@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__Reset @234 ?_Reset@?$_SpinWait@$0A@@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__Reset @235 + ?_ScheduleTask@_CurrentScheduler@details@Concurrency@@SAXP6AXPAX@Z0@Z=_CurrentScheduler__ScheduleTask @242 ?_SetSpinCount@?$_SpinWait@$00@details@Concurrency@@QAEXI@Z=__thiscall_SpinWait__SetSpinCount @243 ?_SetSpinCount@?$_SpinWait@$0A@@details@Concurrency@@QAEXI@Z=__thiscall_SpinWait__SetSpinCount @244 ?_ShouldSpinAgain@?$_SpinWait@$00@details@Concurrency@@IAE_NXZ=__thiscall_SpinWait__ShouldSpinAgain @246 ?_ShouldSpinAgain@?$_SpinWait@$0A@@details@Concurrency@@IAE_NXZ=__thiscall_SpinWait__ShouldSpinAgain @247 ?_SpinOnce@?$_SpinWait@$00@details@Concurrency@@QAE_NXZ=__thiscall_SpinWait__SpinOnce @248 ?_SpinOnce@?$_SpinWait@$0A@@details@Concurrency@@QAE_NXZ=__thiscall_SpinWait__SpinOnce @249 + ?_SpinYield@Context@Concurrency@@SAXXZ=Context__SpinYield @250 + ?_Trace_ppl_function@Concurrency@@YAXABU_GUID@@EW4ConcRT_EventType@1@@Z=Concurrency__Trace_ppl_function @255 + ?_TryAcquire@_NonReentrantBlockingLock@details@Concurrency@@QAE_NXZ=__thiscall__ReentrantBlockingLock__TryAcquire @256 + ?_TryAcquire@_ReentrantBlockingLock@details@Concurrency@@QAE_NXZ=__thiscall__ReentrantBlockingLock__TryAcquire @257 ?_Value@_SpinCount@details@Concurrency@@SAIXZ=SpinCount__Value @266 + ?__ExceptionPtrAssign@@YAXPAXPBX@Z=__ExceptionPtrAssign @268 + ?__ExceptionPtrCompare@@YA_NPBX0@Z=__ExceptionPtrCompare @269 ?__ExceptionPtrCopy@@YAXPAXPBX@Z=__ExceptionPtrCopy @270 + ?__ExceptionPtrCopyException@@YAXPAXPBX1@Z=__ExceptionPtrCopyException @271 ?__ExceptionPtrCreate@@YAXPAX@Z=__ExceptionPtrCreate @272 ?__ExceptionPtrCurrentException@@YAXPAX@Z=__ExceptionPtrCurrentException @273 ?__ExceptionPtrDestroy@@YAXPAX@Z=__ExceptionPtrDestroy @274 ?__ExceptionPtrRethrow@@YAXPBX@Z=__ExceptionPtrRethrow @275 + ?__ExceptionPtrToBool@@YA_NPBX@Z=__ExceptionPtrToBool @277 __uncaught_exception=MSVCRT___uncaught_exception @278 ?_invalid_parameter@@YAXPBG00II@Z=MSVCRT__invalid_parameter @280 ?_is_exception_typeof@@YAHABVtype_info@@PAU_EXCEPTION_POINTERS@@@Z=_is_exception_typeof @281 @@ -78,10 +160,17 @@ EXPORTS ?_wopen@@YAHPB_WHH@Z=MSVCRT__wopen @293 ?_wsopen@@YAHPB_WHHH@Z=MSVCRT__wsopen @294 ?before@type_info@@QBE_NABV1@@Z=__thiscall_MSVCRT_type_info_before @295 + ?get_error_code@scheduler_resource_allocation_error@Concurrency@@QBEJXZ=__thiscall_scheduler_resource_allocation_error_get_error_code @298 ?lock@critical_section@Concurrency@@QAEXXZ=__thiscall_critical_section_lock @299 + ?lock@reader_writer_lock@Concurrency@@QAEXXZ=__thiscall_reader_writer_lock_lock @300 + ?lock_read@reader_writer_lock@Concurrency@@QAEXXZ=__thiscall_reader_writer_lock_lock_read @301 ?name@type_info@@QBEPBDPAU__type_info_node@@@Z=__thiscall_type_info_name_internal_method @302 ?native_handle@critical_section@Concurrency@@QAEAAV12@XZ=__thiscall_critical_section_native_handle @303 + ?notify_all@_Condition_variable@details@Concurrency@@QAEXXZ=__thiscall__Condition_variable_notify_all @304 + ?notify_one@_Condition_variable@details@Concurrency@@QAEXXZ=__thiscall__Condition_variable_notify_one @305 ?raw_name@type_info@@QBEPBDXZ=__thiscall_MSVCRT_type_info_raw_name @306 + ?reset@event@Concurrency@@QAEXXZ=__thiscall_event_reset @307 + ?set@event@Concurrency@@QAEXXZ=__thiscall_event_set @308 ?set_new_handler@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_new_handler @309 ?set_terminate@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_terminate @313 ?set_unexpected@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_unexpected @315 @@ -89,10 +178,17 @@ EXPORTS ?swprintf@@YAHPA_WIPB_WZZ=MSVCRT__snwprintf @317 ?terminate@@YAXXZ=MSVCRT_terminate @318 ?try_lock@critical_section@Concurrency@@QAE_NXZ=__thiscall_critical_section_try_lock @319 + ?try_lock@reader_writer_lock@Concurrency@@QAE_NXZ=__thiscall_reader_writer_lock_try_lock @320 ?try_lock_for@critical_section@Concurrency@@QAE_NI@Z=__thiscall_critical_section_try_lock_for @321 + ?try_lock_read@reader_writer_lock@Concurrency@@QAE_NXZ=__thiscall_reader_writer_lock_try_lock_read @322 ?unexpected@@YAXXZ=MSVCRT_unexpected @323 ?unlock@critical_section@Concurrency@@QAEXXZ=__thiscall_critical_section_unlock @324 + ?unlock@reader_writer_lock@Concurrency@@QAEXXZ=__thiscall_reader_writer_lock_unlock @325 ?vswprintf@@YAHPA_WIPB_WPAD@Z=MSVCRT_vsnwprintf @326 + ?wait@_Condition_variable@details@Concurrency@@QAEXAAVcritical_section@3@@Z=__thiscall__Condition_variable_wait @328 + ?wait@event@Concurrency@@QAEII@Z=__thiscall_event_wait @329 + ?wait_for@_Condition_variable@details@Concurrency@@QAE_NAAVcritical_section@3@I@Z=__thiscall__Condition_variable_wait_for @330 + ?wait_for_multiple@event@Concurrency@@SAIPAPAV12@I_NI@Z=event_wait_for_multiple @331 ?what@exception@std@@UBEPBDXZ=__thiscall_MSVCRT_what_exception @332 $I10_OUTPUT=MSVCRT_I10_OUTPUT @333 _CIacos @334 @@ -113,16 +209,22 @@ EXPORTS _CItanh @349 _CRT_RTC_INIT @350 _CRT_RTC_INITW @351 + _CreateFrameInfo @352 _CxxThrowException@8 @353 _EH_prolog @354 + _FindAndUnlinkFrame @355 _Getdays @356 _Getmonths @357 _Gettnames @358 _HUGE=MSVCRT__HUGE @359 DATA + _IsExceptionObjectToBeDestroyed @360 + _Lock_shared_ptr_spin_lock @361 _Strftime @365 + _Unlock_shared_ptr_spin_lock @366 _W_Getdays @367 _W_Getmonths @368 _W_Gettnames @369 + _Wcsftime @370 _XcptFilter @371 __AdjustPointer @372 __CppXcptFilter @375 @@ -133,6 +235,9 @@ EXPORTS __CxxFrameHandler3=__CxxFrameHandler @380 __CxxLongjmpUnwind@4 @381 __CxxQueryExceptionSize @382 + __CxxRegisterExceptionObject @383 + __CxxUnregisterExceptionObject @384 + __DestructExceptionObject @385 __RTCastToVoid=MSVCRT___RTCastToVoid @387 __RTDynamicCast=MSVCRT___RTDynamicCast @388 __RTtypeid=MSVCRT___RTtypeid @389 @@ -158,6 +263,7 @@ EXPORTS __crtLCMapStringW @425 __crtSetUnhandledExceptionFilter=MSVCR110__crtSetUnhandledExceptionFilter @427 __crtTerminateProcess=MSVCR110__crtTerminateProcess @428 + __crtUnhandledException=MSVCRT__crtUnhandledException @429 __daylight=MSVCRT___p__daylight @430 __dllonexit @431 __doserrno=MSVCRT___doserrno @432 @@ -358,6 +464,7 @@ EXPORTS _flushall=MSVCRT__flushall @661 _fmode=MSVCRT__fmode @662 DATA _fpclass=MSVCRT__fpclass @663 + _fpieee_flt @664 _fpreset @665 _fputc_nolock=MSVCRT__fputc_nolock @670 _fputchar=MSVCRT__fputchar @671 @@ -373,6 +480,7 @@ EXPORTS _fseeki64_nolock=MSVCRT__fseeki64_nolock @684 _fsopen=MSVCRT__fsopen @685 _fstat32=MSVCRT__fstat32 @686 + _fstat32i64=MSVCRT__fstat32i64 @687 _fstat64=MSVCRT__fstat64 @688 _fstat64i32=MSVCRT__fstat64i32 @689 _ftell_nolock=MSVCRT__ftell_nolock @690 @@ -395,6 +503,7 @@ EXPORTS _get_current_locale=MSVCRT__get_current_locale @710 _get_daylight @711 _get_doserrno @712 + _get_dstbias=MSVCRT__get_dstbias @713 _get_errno @714 _get_fmode=MSVCRT__get_fmode @715 _get_heap_handle @716 @@ -403,6 +512,7 @@ EXPORTS _get_output_format=MSVCRT__get_output_format @719 _get_pgmptr @720 _get_printf_count_output=MSVCRT__get_printf_count_output @721 + _get_purecall_handler @722 _get_terminate=MSVCRT__get_terminate @723 _get_timezone @724 _get_tzname=MSVCRT__get_tzname @725 @@ -450,6 +560,7 @@ EXPORTS _initterm_e @771 _invalid_parameter=MSVCRT__invalid_parameter @775 _invalid_parameter_noinfo @776 + _invalid_parameter_noinfo_noreturn @777 _iob=MSVCRT__iob @779 DATA _isalnum_l=MSVCRT__isalnum_l @780 _isalpha_l=MSVCRT__isalpha_l @781 @@ -471,6 +582,7 @@ EXPORTS _ismbcgraph @818 _ismbchira @820 _ismbckata @822 + _ismbcl0 @824 _ismbclegal @830 _ismbcpunct @836 _ismbcspace @838 @@ -483,6 +595,7 @@ EXPORTS _isspace_l=MSVCRT__isspace_l @851 _isupper_l=MSVCRT__isupper_l @852 _iswalpha_l=MSVCRT__iswalpha_l @854 + _iswctype_l=MSVCRT__iswctype_l @858 _iswdigit_l=MSVCRT__iswdigit_l @859 _iswpunct_l=MSVCRT__iswpunct_l @863 _iswspace_l=MSVCRT__iswspace_l @864 @@ -496,6 +609,7 @@ EXPORTS _jn=MSVCRT__jn @874 _kbhit @875 _lfind @876 + _lfind_s @877 _libm_sse2_acos_precise=MSVCRT___libm_sse2_acos @878 _libm_sse2_asin_precise=MSVCRT___libm_sse2_asin @879 _libm_sse2_atan_precise=MSVCRT___libm_sse2_atan @880 @@ -534,6 +648,9 @@ EXPORTS _mbbtombc @914 _mbbtype @916 _mbccpy @918 + _mbccpy_l @919 + _mbccpy_s @920 + _mbccpy_s_l @921 _mbcjistojms @922 _mbcjmstojis @924 _mbclen @926 @@ -559,6 +676,7 @@ EXPORTS _mbsicoll_l @959 _mbsinc @960 _mbslen @962 + _mbslen_l @963 _mbslwr @964 _mbslwr_s @966 _mbsnbcat @968 @@ -581,6 +699,8 @@ EXPORTS _mbsnextc @1004 _mbsnicmp @1006 _mbsninc @1010 + _mbsnlen @1012 + _mbsnlen_l @1013 _mbsnset @1014 _mbspbrk @1018 _mbsrchr @1020 @@ -601,7 +721,8 @@ EXPORTS _mbsupr_s @1046 _mbtowc_l=MSVCRT_mbtowc_l @1048 _memccpy=ntdll._memccpy @1049 - _memicmp=ntdll._memicmp @1050 + _memicmp=MSVCRT__memicmp @1050 + _memicmp_l=MSVCRT__memicmp_l @1051 _mkdir=MSVCRT__mkdir @1052 _mkgmtime32=MSVCRT__mkgmtime32 @1053 _mkgmtime64=MSVCRT__mkgmtime64 @1054 @@ -711,6 +832,7 @@ EXPORTS _strdate_s @1177 _strdup=MSVCRT__strdup @1178 _strerror=MSVCRT__strerror @1179 + _strftime_l=MSVCRT__strftime_l @1181 _stricmp=MSVCRT__stricmp @1182 _stricmp_l=MSVCRT__stricmp_l @1183 _stricoll=MSVCRT__stricoll @1184 @@ -788,7 +910,14 @@ EXPORTS _utime64 @1261 _vcprintf @1262 _vcwprintf @1268 + _vfprintf_l=MSVCRT__vfprintf_l @1274 + _vfprintf_p=MSVCRT__vfprintf_p @1275 + _vfprintf_p_l=MSVCRT__vfprintf_p_l @1276 + _vfprintf_s_l=MSVCRT__vfprintf_s_l @1277 _vfwprintf_l=MSVCRT__vfwprintf_l @1278 + _vfwprintf_p=MSVCRT__vfwprintf_p @1279 + _vfwprintf_p_l=MSVCRT__vfwprintf_p_l @1280 + _vfwprintf_s_l=MSVCRT__vfwprintf_s_l @1281 _vscprintf=MSVCRT__vscprintf @1286 _vscprintf_p=MSVCRT__vscprintf_p @1288 _vscprintf_p_l=MSVCRT__vscprintf_p_l @1289 @@ -826,10 +955,12 @@ EXPORTS _wchmod=MSVCRT__wchmod @1325 _wcmdln=MSVCRT__wcmdln @1326 DATA _wcreat=MSVCRT__wcreat @1327 + _wcreate_locale=MSVCRT__wcreate_locale @1328 _wcscoll_l=MSVCRT__wcscoll_l @1329 _wcsdup=MSVCRT__wcsdup @1330 _wcserror=MSVCRT__wcserror @1331 _wcserror_s=MSVCRT__wcserror_s @1332 + _wcsftime_l=MSVCRT__wcsftime_l @1333 _wcsicmp=MSVCRT__wcsicmp @1334 _wcsicmp_l=MSVCRT__wcsicmp_l @1335 _wcsicoll=MSVCRT__wcsicoll @1336 @@ -882,6 +1013,7 @@ EXPORTS _wfindfirst32=MSVCRT__wfindfirst32 @1384 _wfindfirst64=MSVCRT__wfindfirst64 @1386 _wfindfirst64i32=MSVCRT__wfindfirst64i32 @1387 + _wfindnext32=MSVCRT__wfindnext32 @1388 _wfindnext64=MSVCRT__wfindnext64 @1390 _wfindnext64i32=MSVCRT__wfindnext64i32 @1391 _wfopen=MSVCRT__wfopen @1392 @@ -900,6 +1032,7 @@ EXPORTS _wmktemp=MSVCRT__wmktemp @1405 _wmktemp_s=MSVCRT__wmktemp_s @1406 _wopen=MSVCRT__wopen @1407 + _wperror=MSVCRT__wperror @1408 _wpgmptr=MSVCRT__wpgmptr @1409 DATA _wpopen=MSVCRT__wpopen @1410 _wputenv @1415 @@ -969,6 +1102,7 @@ EXPORTS calloc=MSVCRT_calloc @1479 ceil=MSVCRT_ceil @1480 clearerr=MSVCRT_clearerr @1481 + clearerr_s=MSVCRT_clearerr_s @1482 clock=MSVCRT_clock @1483 cos=MSVCRT_cos @1484 cosh=MSVCRT_cosh @1485 @@ -1048,6 +1182,7 @@ EXPORTS ldexp=MSVCRT_ldexp @1560 ldiv=MSVCRT_ldiv @1561 llabs=MSVCRT_llabs @1562 + lldiv=MSVCRT_lldiv @1563 localeconv=MSVCRT_localeconv @1564 log=MSVCRT_log @1565 log10=MSVCRT_log10 @1566 @@ -1057,6 +1192,7 @@ EXPORTS mbrlen=MSVCRT_mbrlen @1570 mbrtowc=MSVCRT_mbrtowc @1571 mbsrtowcs=MSVCRT_mbsrtowcs @1572 + mbsrtowcs_s=MSVCRT_mbsrtowcs_s @1573 mbstowcs=MSVCRT_mbstowcs @1574 mbstowcs_s=MSVCRT__mbstowcs_s @1575 mbtowc=MSVCRT_mbtowc @1576 @@ -1105,7 +1241,7 @@ EXPORTS strchr=MSVCRT_strchr @1619 strcmp=MSVCRT_strcmp @1620 strcoll=MSVCRT_strcoll @1621 - strcpy=ntdll.strcpy @1622 + strcpy=MSVCRT_strcpy @1622 strcpy_s=MSVCRT_strcpy_s @1623 strcspn=ntdll.strcspn @1624 strerror=MSVCRT_strerror @1625 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr120.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr120.def index 5a1af66..29c5d70 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr120.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr120.def @@ -5,6 +5,13 @@ LIBRARY msvcr120.dll EXPORTS ??0?$_SpinWait@$00@details@Concurrency@@QAE@P6AXXZ@Z=__thiscall_SpinWait_ctor_yield @1 ??0?$_SpinWait@$0A@@details@Concurrency@@QAE@P6AXXZ@Z=__thiscall_SpinWait_ctor @2 + ??0SchedulerPolicy@Concurrency@@QAA@IZZ=SchedulerPolicy_ctor_policies @3 + ??0SchedulerPolicy@Concurrency@@QAE@ABV01@@Z=__thiscall_SchedulerPolicy_copy_ctor @4 + ??0SchedulerPolicy@Concurrency@@QAE@XZ=__thiscall_SchedulerPolicy_ctor @5 + ??0_Condition_variable@details@Concurrency@@QAE@XZ=__thiscall__Condition_variable_ctor @7 + ??0_NonReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_ctor @11 + ??0_ReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_ctor @14 + ??0_Scheduler@details@Concurrency@@QAE@PAVScheduler@2@@Z=__thiscall__Scheduler_ctor_sched @17 ??0__non_rtti_object@std@@QAE@ABV01@@Z=__thiscall_MSVCRT___non_rtti_object_copy_ctor @25 ??0__non_rtti_object@std@@QAE@PBD@Z=__thiscall_MSVCRT___non_rtti_object_ctor @26 ??0bad_cast@std@@AAE@PBQBD@Z=__thiscall_MSVCRT_bad_cast_ctor @27 @@ -13,21 +20,48 @@ EXPORTS ??0bad_typeid@std@@QAE@ABV01@@Z=__thiscall_MSVCRT_bad_typeid_copy_ctor @32 ??0bad_typeid@std@@QAE@PBD@Z=__thiscall_MSVCRT_bad_typeid_ctor @33 ??0critical_section@Concurrency@@QAE@XZ=__thiscall_critical_section_ctor @38 + ??0event@Concurrency@@QAE@XZ=__thiscall_event_ctor @41 ??0exception@std@@QAE@ABQBD@Z=__thiscall_MSVCRT_exception_ctor @42 ??0exception@std@@QAE@ABQBDH@Z=__thiscall_MSVCRT_exception_ctor_noalloc @43 ??0exception@std@@QAE@ABV01@@Z=__thiscall_MSVCRT_exception_copy_ctor @44 ??0exception@std@@QAE@XZ=__thiscall_MSVCRT_exception_default_ctor @45 + ??0improper_lock@Concurrency@@QAE@PBD@Z=__thiscall_improper_lock_ctor_str @46 + ??0improper_lock@Concurrency@@QAE@XZ=__thiscall_improper_lock_ctor @47 + ??0improper_scheduler_attach@Concurrency@@QAE@PBD@Z=__thiscall_improper_scheduler_attach_ctor_str @48 + ??0improper_scheduler_attach@Concurrency@@QAE@XZ=__thiscall_improper_scheduler_attach_ctor @49 + ??0improper_scheduler_detach@Concurrency@@QAE@PBD@Z=__thiscall_improper_scheduler_detach_ctor_str @50 + ??0improper_scheduler_detach@Concurrency@@QAE@XZ=__thiscall_improper_scheduler_detach_ctor @51 + ??0invalid_scheduler_policy_key@Concurrency@@QAE@PBD@Z=__thiscall_invalid_scheduler_policy_key_ctor_str @62 + ??0invalid_scheduler_policy_key@Concurrency@@QAE@XZ=__thiscall_invalid_scheduler_policy_key_ctor @63 + ??0invalid_scheduler_policy_thread_specification@Concurrency@@QAE@PBD@Z=__thiscall_invalid_scheduler_policy_thread_specification_ctor_str @64 + ??0invalid_scheduler_policy_thread_specification@Concurrency@@QAE@XZ=__thiscall_invalid_scheduler_policy_thread_specification_ctor @65 + ??0invalid_scheduler_policy_value@Concurrency@@QAE@PBD@Z=__thiscall_invalid_scheduler_policy_value_ctor_str @66 + ??0invalid_scheduler_policy_value@Concurrency@@QAE@XZ=__thiscall_invalid_scheduler_policy_value_ctor @67 + ??0reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_ctor @76 + ??0scheduler_resource_allocation_error@Concurrency@@QAE@J@Z=__thiscall_scheduler_resource_allocation_error_ctor @79 + ??0scheduler_resource_allocation_error@Concurrency@@QAE@PBDJ@Z=__thiscall_scheduler_resource_allocation_error_ctor_name @80 ??0scoped_lock@critical_section@Concurrency@@QAE@AAV12@@Z=__thiscall_critical_section_scoped_lock_ctor @83 + ??0scoped_lock@reader_writer_lock@Concurrency@@QAE@AAV12@@Z=__thiscall_reader_writer_lock_scoped_lock_ctor @84 + ??0scoped_lock_read@reader_writer_lock@Concurrency@@QAE@AAV12@@Z=__thiscall_reader_writer_lock_scoped_lock_read_ctor @85 + ??1SchedulerPolicy@Concurrency@@QAE@XZ=__thiscall_SchedulerPolicy_dtor @90 + ??1_Condition_variable@details@Concurrency@@QAE@XZ=__thiscall__Condition_variable_dtor @92 + ??1_NonReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_dtor @93 + ??1_ReentrantBlockingLock@details@Concurrency@@QAE@XZ=__thiscall__ReentrantBlockingLock_dtor @94 ??1__non_rtti_object@std@@UAE@XZ=__thiscall_MSVCRT___non_rtti_object_dtor @101 ??1bad_cast@std@@UAE@XZ=__thiscall_MSVCRT_bad_cast_dtor @102 ??1bad_typeid@std@@UAE@XZ=__thiscall_MSVCRT_bad_typeid_dtor @103 ??1critical_section@Concurrency@@QAE@XZ=__thiscall_critical_section_dtor @104 + ??1event@Concurrency@@QAE@XZ=__thiscall_event_dtor @105 ??1exception@std@@UAE@XZ=__thiscall_MSVCRT_exception_dtor @106 + ??1reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_dtor @107 ??1scoped_lock@critical_section@Concurrency@@QAE@XZ=__thiscall_critical_section_scoped_lock_dtor @108 + ??1scoped_lock@reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_scoped_lock_dtor @109 + ??1scoped_lock_read@reader_writer_lock@Concurrency@@QAE@XZ=__thiscall_reader_writer_lock_scoped_lock_read_dtor @110 ??1type_info@@UAE@XZ=__thiscall_MSVCRT_type_info_dtor @111 ??2@YAPAXI@Z=MSVCRT_operator_new @112 ??2@YAPAXIHPBDH@Z=MSVCRT_operator_new_dbg @113 ??3@YAXPAX@Z=MSVCRT_operator_delete @114 + ??4SchedulerPolicy@Concurrency@@QAEAAV01@ABV01@@Z=__thiscall_SchedulerPolicy_op_assign @118 ??4__non_rtti_object@std@@QAEAAV01@ABV01@@Z=__thiscall_MSVCRT___non_rtti_object_opequals @119 ??4bad_cast@std@@QAEAAV01@ABV01@@Z=__thiscall_MSVCRT_bad_cast_opequals @120 ??4bad_typeid@std@@QAEAAV01@ABV01@@Z=__thiscall_MSVCRT_bad_typeid_opequals @121 @@ -40,30 +74,78 @@ EXPORTS ??_7exception@std@@6B@=MSVCRT_exception_vtable @128 DATA ??_F?$_SpinWait@$00@details@Concurrency@@QAEXXZ=__thiscall_SpinWait_dtor @129 ??_F?$_SpinWait@$0A@@details@Concurrency@@QAEXXZ=__thiscall_SpinWait_dtor @130 + ??_F_Scheduler@details@Concurrency@@QAEXXZ=__thiscall__Scheduler_ctor @132 ??_Fbad_cast@std@@QAEXXZ=__thiscall_MSVCRT_bad_cast_default_ctor @133 ??_Fbad_typeid@std@@QAEXXZ=__thiscall_MSVCRT_bad_typeid_default_ctor @134 ??_U@YAPAXI@Z=MSVCRT_operator_new @135 ??_U@YAPAXIHPBDH@Z=MSVCRT_operator_new_dbg @136 ??_V@YAXPAX@Z=MSVCRT_operator_delete @137 + ?Alloc@Concurrency@@YAPAXI@Z=Concurrency_Alloc @139 + ?Block@Context@Concurrency@@SAXXZ=Context_Block @140 + ?Create@CurrentScheduler@Concurrency@@SAXABVSchedulerPolicy@2@@Z=CurrentScheduler_Create @142 + ?Create@Scheduler@Concurrency@@SAPAV12@ABVSchedulerPolicy@2@@Z=Scheduler_Create @143 + ?CreateScheduleGroup@CurrentScheduler@Concurrency@@SAPAVScheduleGroup@2@AAVlocation@2@@Z=CurrentScheduler_CreateScheduleGroup_loc @145 + ?CreateScheduleGroup@CurrentScheduler@Concurrency@@SAPAVScheduleGroup@2@XZ=CurrentScheduler_CreateScheduleGroup @146 + ?CurrentContext@Context@Concurrency@@SAPAV12@XZ=Context_CurrentContext @147 + ?Detach@CurrentScheduler@Concurrency@@SAXXZ=CurrentScheduler_Detach @148 + ?Free@Concurrency@@YAXPAX@Z=Concurrency_Free @151 + ?Get@CurrentScheduler@Concurrency@@SAPAVScheduler@2@XZ=CurrentScheduler_Get @152 + ?GetNumberOfVirtualProcessors@CurrentScheduler@Concurrency@@SAIXZ=CurrentScheduler_GetNumberOfVirtualProcessors @155 + ?GetPolicy@CurrentScheduler@Concurrency@@SA?AVSchedulerPolicy@2@XZ=CurrentScheduler_GetPolicy @157 + ?GetPolicyValue@SchedulerPolicy@Concurrency@@QBEIW4PolicyElementKey@2@@Z=__thiscall_SchedulerPolicy_GetPolicyValue @158 + ?Id@Context@Concurrency@@SAIXZ=Context_Id @163 + ?Id@CurrentScheduler@Concurrency@@SAIXZ=CurrentScheduler_Id @164 + ?IsAvailableLocation@CurrentScheduler@Concurrency@@SA_NABVlocation@2@@Z=CurrentScheduler_IsAvailableLocation @165 + ?IsCurrentTaskCollectionCanceling@Context@Concurrency@@SA_NXZ=Context_IsCurrentTaskCollectionCanceling @166 + ?Oversubscribe@Context@Concurrency@@SAX_N@Z=Context_Oversubscribe @168 + ?RegisterShutdownEvent@CurrentScheduler@Concurrency@@SAXPAX@Z=CurrentScheduler_RegisterShutdownEvent @169 + ?ResetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXXZ=Scheduler_ResetDefaultSchedulerPolicy @170 + ?ScheduleGroupId@Context@Concurrency@@SAIXZ=Context_ScheduleGroupId @171 + ?ScheduleTask@CurrentScheduler@Concurrency@@SAXP6AXPAX@Z0@Z=CurrentScheduler_ScheduleTask @172 + ?ScheduleTask@CurrentScheduler@Concurrency@@SAXP6AXPAX@Z0AAVlocation@2@@Z=CurrentScheduler_ScheduleTask_loc @173 + ?SetConcurrencyLimits@SchedulerPolicy@Concurrency@@QAEXII@Z=__thiscall_SchedulerPolicy_SetConcurrencyLimits @174 + ?SetDefaultSchedulerPolicy@Scheduler@Concurrency@@SAXABVSchedulerPolicy@2@@Z=Scheduler_SetDefaultSchedulerPolicy @175 + ?SetPolicyValue@SchedulerPolicy@Concurrency@@QAEIW4PolicyElementKey@2@I@Z=__thiscall_SchedulerPolicy_SetPolicyValue @176 + ?VirtualProcessorId@Context@Concurrency@@SAIXZ=Context_VirtualProcessorId @177 + ?Yield@Context@Concurrency@@SAXXZ=Context_Yield @178 + ?_Acquire@_NonReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Acquire @180 + ?_Acquire@_ReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Acquire @182 ?_DoYield@?$_SpinWait@$00@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__DoYield @201 ?_DoYield@?$_SpinWait@$0A@@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__DoYield @202 + ?_Get@_CurrentScheduler@details@Concurrency@@SA?AV_Scheduler@23@XZ=_CurrentScheduler__Get @203 ?_GetConcurrency@details@Concurrency@@YAIXZ=_GetConcurrency @205 + ?_GetNumberOfVirtualProcessors@_CurrentScheduler@details@Concurrency@@SAIXZ=_CurrentScheduler__GetNumberOfVirtualProcessors @207 + ?_GetScheduler@_Scheduler@details@Concurrency@@QAEPAVScheduler@3@XZ=__thiscall__Scheduler__GetScheduler @208 + ?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ=_CurrentScheduler__Id @209 ?_NumberOfSpins@?$_SpinWait@$00@details@Concurrency@@IAEKXZ=__thiscall_SpinWait__NumberOfSpins @216 ?_NumberOfSpins@?$_SpinWait@$0A@@details@Concurrency@@IAEKXZ=__thiscall_SpinWait__NumberOfSpins @217 + ?_Reference@_Scheduler@details@Concurrency@@QAEIXZ=__thiscall__Scheduler__Reference @219 + ?_Release@_NonReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Release @220 + ?_Release@_ReentrantBlockingLock@details@Concurrency@@QAEXXZ=__thiscall__ReentrantBlockingLock__Release @222 + ?_Release@_Scheduler@details@Concurrency@@QAEIXZ=__thiscall__Scheduler__Release @225 ?_Reset@?$_SpinWait@$00@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__Reset @229 ?_Reset@?$_SpinWait@$0A@@details@Concurrency@@IAEXXZ=__thiscall_SpinWait__Reset @230 + ?_ScheduleTask@_CurrentScheduler@details@Concurrency@@SAXP6AXPAX@Z0@Z=_CurrentScheduler__ScheduleTask @237 ?_SetSpinCount@?$_SpinWait@$00@details@Concurrency@@QAEXI@Z=__thiscall_SpinWait__SetSpinCount @238 ?_SetSpinCount@?$_SpinWait@$0A@@details@Concurrency@@QAEXI@Z=__thiscall_SpinWait__SetSpinCount @239 ?_ShouldSpinAgain@?$_SpinWait@$00@details@Concurrency@@IAE_NXZ=__thiscall_SpinWait__ShouldSpinAgain @241 ?_ShouldSpinAgain@?$_SpinWait@$0A@@details@Concurrency@@IAE_NXZ=__thiscall_SpinWait__ShouldSpinAgain @242 ?_SpinOnce@?$_SpinWait@$00@details@Concurrency@@QAE_NXZ=__thiscall_SpinWait__SpinOnce @243 ?_SpinOnce@?$_SpinWait@$0A@@details@Concurrency@@QAE_NXZ=__thiscall_SpinWait__SpinOnce @244 + ?_SpinYield@Context@Concurrency@@SAXXZ=Context__SpinYield @245 + ?_Trace_ppl_function@Concurrency@@YAXABU_GUID@@EW4ConcRT_EventType@1@@Z=Concurrency__Trace_ppl_function @250 + ?_TryAcquire@_NonReentrantBlockingLock@details@Concurrency@@QAE_NXZ=__thiscall__ReentrantBlockingLock__TryAcquire @251 + ?_TryAcquire@_ReentrantBlockingLock@details@Concurrency@@QAE_NXZ=__thiscall__ReentrantBlockingLock__TryAcquire @252 ?_Value@_SpinCount@details@Concurrency@@SAIXZ=SpinCount__Value @261 + ?__ExceptionPtrAssign@@YAXPAXPBX@Z=__ExceptionPtrAssign @263 + ?__ExceptionPtrCompare@@YA_NPBX0@Z=__ExceptionPtrCompare @264 ?__ExceptionPtrCopy@@YAXPAXPBX@Z=__ExceptionPtrCopy @265 + ?__ExceptionPtrCopyException@@YAXPAXPBX1@Z=__ExceptionPtrCopyException @266 ?__ExceptionPtrCreate@@YAXPAX@Z=__ExceptionPtrCreate @267 ?__ExceptionPtrCurrentException@@YAXPAX@Z=__ExceptionPtrCurrentException @268 ?__ExceptionPtrDestroy@@YAXPAX@Z=__ExceptionPtrDestroy @269 ?__ExceptionPtrRethrow@@YAXPBX@Z=__ExceptionPtrRethrow @270 + ?__ExceptionPtrToBool@@YA_NPBX@Z=__ExceptionPtrToBool @272 __uncaught_exception=MSVCRT___uncaught_exception @273 ?_invalid_parameter@@YAXPBG00II@Z=MSVCRT__invalid_parameter @275 ?_is_exception_typeof@@YAHABVtype_info@@PAU_EXCEPTION_POINTERS@@@Z=_is_exception_typeof @276 @@ -78,10 +160,17 @@ EXPORTS ?_wopen@@YAHPB_WHH@Z=MSVCRT__wopen @288 ?_wsopen@@YAHPB_WHHH@Z=MSVCRT__wsopen @289 ?before@type_info@@QBE_NABV1@@Z=__thiscall_MSVCRT_type_info_before @290 + ?get_error_code@scheduler_resource_allocation_error@Concurrency@@QBEJXZ=__thiscall_scheduler_resource_allocation_error_get_error_code @293 ?lock@critical_section@Concurrency@@QAEXXZ=__thiscall_critical_section_lock @294 + ?lock@reader_writer_lock@Concurrency@@QAEXXZ=__thiscall_reader_writer_lock_lock @295 + ?lock_read@reader_writer_lock@Concurrency@@QAEXXZ=__thiscall_reader_writer_lock_lock_read @296 ?name@type_info@@QBEPBDPAU__type_info_node@@@Z=__thiscall_type_info_name_internal_method @297 ?native_handle@critical_section@Concurrency@@QAEAAV12@XZ=__thiscall_critical_section_native_handle @298 + ?notify_all@_Condition_variable@details@Concurrency@@QAEXXZ=__thiscall__Condition_variable_notify_all @299 + ?notify_one@_Condition_variable@details@Concurrency@@QAEXXZ=__thiscall__Condition_variable_notify_one @300 ?raw_name@type_info@@QBEPBDXZ=__thiscall_MSVCRT_type_info_raw_name @301 + ?reset@event@Concurrency@@QAEXXZ=__thiscall_event_reset @302 + ?set@event@Concurrency@@QAEXXZ=__thiscall_event_set @303 ?set_new_handler@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_new_handler @304 ?set_terminate@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_terminate @308 ?set_unexpected@@YAP6AXXZP6AXXZ@Z=MSVCRT_set_unexpected @310 @@ -89,10 +178,17 @@ EXPORTS ?swprintf@@YAHPA_WIPB_WZZ=MSVCRT__snwprintf @312 ?terminate@@YAXXZ=MSVCRT_terminate @313 ?try_lock@critical_section@Concurrency@@QAE_NXZ=__thiscall_critical_section_try_lock @314 + ?try_lock@reader_writer_lock@Concurrency@@QAE_NXZ=__thiscall_reader_writer_lock_try_lock @315 ?try_lock_for@critical_section@Concurrency@@QAE_NI@Z=__thiscall_critical_section_try_lock_for @316 + ?try_lock_read@reader_writer_lock@Concurrency@@QAE_NXZ=__thiscall_reader_writer_lock_try_lock_read @317 ?unexpected@@YAXXZ=MSVCRT_unexpected @318 ?unlock@critical_section@Concurrency@@QAEXXZ=__thiscall_critical_section_unlock @319 + ?unlock@reader_writer_lock@Concurrency@@QAEXXZ=__thiscall_reader_writer_lock_unlock @320 ?vswprintf@@YAHPA_WIPB_WPAD@Z=MSVCRT_vsnwprintf @321 + ?wait@_Condition_variable@details@Concurrency@@QAEXAAVcritical_section@3@@Z=__thiscall__Condition_variable_wait @323 + ?wait@event@Concurrency@@QAEII@Z=__thiscall_event_wait @324 + ?wait_for@_Condition_variable@details@Concurrency@@QAE_NAAVcritical_section@3@I@Z=__thiscall__Condition_variable_wait_for @325 + ?wait_for_multiple@event@Concurrency@@SAIPAPAV12@I_NI@Z=event_wait_for_multiple @326 ?what@exception@std@@UBEPBDXZ=__thiscall_MSVCRT_what_exception @327 $I10_OUTPUT=MSVCRT_I10_OUTPUT @328 _CIacos @329 @@ -113,16 +209,20 @@ EXPORTS _CItanh @344 _CRT_RTC_INIT @345 _CRT_RTC_INITW @346 + _CreateFrameInfo @348 _CxxThrowException@8 @349 _EH_prolog @350 + _FindAndUnlinkFrame @352 _Getdays @353 _Getmonths @354 _Gettnames @355 _HUGE=MSVCRT__HUGE @356 DATA + _IsExceptionObjectToBeDestroyed @357 _Strftime @363 _W_Getdays @364 _W_Getmonths @365 _W_Gettnames @366 + _Wcsftime @367 _XcptFilter @368 __AdjustPointer @369 __CppXcptFilter @372 @@ -133,6 +233,9 @@ EXPORTS __CxxFrameHandler3=__CxxFrameHandler @377 __CxxLongjmpUnwind@4 @378 __CxxQueryExceptionSize @379 + __CxxRegisterExceptionObject @380 + __CxxUnregisterExceptionObject @381 + __DestructExceptionObject @382 __RTCastToVoid=MSVCRT___RTCastToVoid @385 __RTDynamicCast=MSVCRT___RTDynamicCast @386 __RTtypeid=MSVCRT___RTtypeid @387 @@ -158,6 +261,8 @@ EXPORTS __crtLCMapStringW @427 __crtSetUnhandledExceptionFilter=MSVCR110__crtSetUnhandledExceptionFilter @430 __crtTerminateProcess=MSVCR110__crtTerminateProcess @431 + __crtSleep=MSVCRT__crtSleep @432 + __crtUnhandledException=MSVCRT__crtUnhandledException @433 __daylight=MSVCRT___p__daylight @434 __dllonexit @435 __doserrno=MSVCRT___doserrno @436 @@ -326,6 +431,7 @@ EXPORTS _environ=MSVCRT__environ @631 DATA _eof=MSVCRT__eof @632 _errno=MSVCRT__errno @633 + _except1 @634 _except_handler2 @635 _except_handler3 @636 _except_handler4_common @637 @@ -369,6 +475,7 @@ EXPORTS _flushall=MSVCRT__flushall @677 _fmode=MSVCRT__fmode @678 DATA _fpclass=MSVCRT__fpclass @679 + _fpieee_flt @680 _fpreset @681 _fputc_nolock=MSVCRT__fputc_nolock @686 _fputchar=MSVCRT__fputchar @687 @@ -384,6 +491,7 @@ EXPORTS _fseeki64_nolock=MSVCRT__fseeki64_nolock @700 _fsopen=MSVCRT__fsopen @701 _fstat32=MSVCRT__fstat32 @702 + _fstat32i64=MSVCRT__fstat32i64 @703 _fstat64=MSVCRT__fstat64 @704 _fstat64i32=MSVCRT__fstat64i32 @705 _ftell_nolock=MSVCRT__ftell_nolock @706 @@ -406,6 +514,7 @@ EXPORTS _get_current_locale=MSVCRT__get_current_locale @726 _get_daylight @727 _get_doserrno @728 + _get_dstbias=MSVCRT__get_dstbias @729 _get_errno @730 _get_fmode=MSVCRT__get_fmode @731 _get_heap_handle @732 @@ -414,6 +523,7 @@ EXPORTS _get_output_format=MSVCRT__get_output_format @735 _get_pgmptr @736 _get_printf_count_output=MSVCRT__get_printf_count_output @737 + _get_purecall_handler @738 _get_terminate=MSVCRT__get_terminate @739 _get_timezone @740 _get_tzname=MSVCRT__get_tzname @741 @@ -461,10 +571,12 @@ EXPORTS _initterm_e @787 _invalid_parameter=MSVCRT__invalid_parameter @791 _invalid_parameter_noinfo @792 + _invalid_parameter_noinfo_noreturn @793 _iob=MSVCRT__iob @795 DATA _isalnum_l=MSVCRT__isalnum_l @796 _isalpha_l=MSVCRT__isalpha_l @797 _isatty=MSVCRT__isatty @798 + _isblank_l=MSVCRT__isblank_l @799 _iscntrl_l=MSVCRT__iscntrl_l @800 _isctype=MSVCRT__isctype @801 _isctype_l=MSVCRT__isctype_l @802 @@ -482,6 +594,7 @@ EXPORTS _ismbcgraph @839 _ismbchira @841 _ismbckata @843 + _ismbcl0 @845 _ismbclegal @851 _ismbcprint @855 _ismbcpunct @857 @@ -495,6 +608,8 @@ EXPORTS _isspace_l=MSVCRT__isspace_l @872 _isupper_l=MSVCRT__isupper_l @873 _iswalpha_l=MSVCRT__iswalpha_l @875 + _iswblank_l=MSVCRT__iswblank_l @876 + _iswctype_l=MSVCRT__iswctype_l @880 _iswdigit_l=MSVCRT__iswdigit_l @881 _iswpunct_l=MSVCRT__iswpunct_l @885 _iswspace_l=MSVCRT__iswspace_l @886 @@ -512,6 +627,7 @@ EXPORTS _ldsign=MSVCR120__dsign @900 _ldtest=MSVCR120__ldtest @901 _lfind @902 + _lfind_s @903 _libm_sse2_acos_precise=MSVCRT___libm_sse2_acos @904 _libm_sse2_asin_precise=MSVCRT___libm_sse2_asin @905 _libm_sse2_atan_precise=MSVCRT___libm_sse2_atan @906 @@ -550,6 +666,9 @@ EXPORTS _mbbtombc @940 _mbbtype @942 _mbccpy @944 + _mbccpy_l @945 + _mbccpy_s @946 + _mbccpy_s_l @947 _mbcjistojms @948 _mbcjmstojis @950 _mbclen @952 @@ -575,6 +694,7 @@ EXPORTS _mbsicoll_l @985 _mbsinc @986 _mbslen @988 + _mbslen_l @989 _mbslwr @990 _mbslwr_s @992 _mbsnbcat @994 @@ -597,6 +717,8 @@ EXPORTS _mbsnextc @1030 _mbsnicmp @1032 _mbsninc @1036 + _mbsnlen @1038 + _mbsnlen_l @1039 _mbsnset @1040 _mbspbrk @1044 _mbsrchr @1046 @@ -617,7 +739,8 @@ EXPORTS _mbsupr_s @1072 _mbtowc_l=MSVCRT_mbtowc_l @1074 _memccpy=ntdll._memccpy @1075 - _memicmp=ntdll._memicmp @1076 + _memicmp=MSVCRT__memicmp @1076 + _memicmp_l=MSVCRT__memicmp_l @1077 _mkdir=MSVCRT__mkdir @1078 _mkgmtime32=MSVCRT__mkgmtime32 @1079 _mkgmtime64=MSVCRT__mkgmtime64 @1080 @@ -727,6 +850,7 @@ EXPORTS _strdate_s @1203 _strdup=MSVCRT__strdup @1204 _strerror=MSVCRT__strerror @1205 + _strftime_l=MSVCRT__strftime_l @1207 _stricmp=MSVCRT__stricmp @1208 _stricmp_l=MSVCRT__stricmp_l @1209 _stricoll=MSVCRT__stricoll @1210 @@ -808,7 +932,14 @@ EXPORTS _vacopy=MSVCR120__vacopy @1294 _vcprintf @1295 _vcwprintf @1301 + _vfprintf_l=MSVCRT__vfprintf_l @1307 + _vfprintf_p=MSVCRT__vfprintf_p @1308 + _vfprintf_p_l=MSVCRT__vfprintf_p_l @1309 + _vfprintf_s_l=MSVCRT__vfprintf_s_l @1310 _vfwprintf_l=MSVCRT__vfwprintf_l @1311 + _vfwprintf_p=MSVCRT__vfwprintf_p @1312 + _vfwprintf_p_l=MSVCRT__vfwprintf_p_l @1313 + _vfwprintf_s_l=MSVCRT__vfwprintf_s_l @1314 _vscprintf=MSVCRT__vscprintf @1319 _vscprintf_p=MSVCRT__vscprintf_p @1321 _vscprintf_p_l=MSVCRT__vscprintf_p_l @1322 @@ -846,10 +977,12 @@ EXPORTS _wchmod=MSVCRT__wchmod @1358 _wcmdln=MSVCRT__wcmdln @1359 DATA _wcreat=MSVCRT__wcreat @1360 + _wcreate_locale=MSVCRT__wcreate_locale @1361 _wcscoll_l=MSVCRT__wcscoll_l @1362 _wcsdup=MSVCRT__wcsdup @1363 _wcserror=MSVCRT__wcserror @1364 _wcserror_s=MSVCRT__wcserror_s @1365 + _wcsftime_l=MSVCRT__wcsftime_l @1366 _wcsicmp=MSVCRT__wcsicmp @1367 _wcsicmp_l=MSVCRT__wcsicmp_l @1368 _wcsicoll=MSVCRT__wcsicoll @1369 @@ -873,11 +1006,13 @@ EXPORTS _wcstoi64=MSVCRT__wcstoi64 @1388 _wcstoi64_l=MSVCRT__wcstoi64_l @1389 _wcstol_l=MSVCRT__wcstol_l @1391 + _wcstoll_l=MSVCRT__wcstoi64_l @1393 _wcstombs_l=MSVCRT__wcstombs_l @1394 _wcstombs_s_l=MSVCRT__wcstombs_s_l @1395 _wcstoui64=MSVCRT__wcstoui64 @1396 _wcstoui64_l=MSVCRT__wcstoui64_l @1397 _wcstoul_l=MSVCRT__wcstoul_l @1398 + _wcstoull_l=MSVCRT__wcstoui64_l @1399 _wcsupr=ntdll._wcsupr @1401 _wcsupr_l=MSVCRT__wcsupr_l @1402 _wcsupr_s=MSVCRT__wcsupr_s @1403 @@ -903,6 +1038,7 @@ EXPORTS _wfindfirst32=MSVCRT__wfindfirst32 @1423 _wfindfirst64=MSVCRT__wfindfirst64 @1425 _wfindfirst64i32=MSVCRT__wfindfirst64i32 @1426 + _wfindnext32=MSVCRT__wfindnext32 @1427 _wfindnext64=MSVCRT__wfindnext64 @1429 _wfindnext64i32=MSVCRT__wfindnext64i32 @1430 _wfopen=MSVCRT__wfopen @1431 @@ -921,6 +1057,7 @@ EXPORTS _wmktemp=MSVCRT__wmktemp @1444 _wmktemp_s=MSVCRT__wmktemp_s @1445 _wopen=MSVCRT__wopen @1446 + _wperror=MSVCRT__wperror @1447 _wpgmptr=MSVCRT__wpgmptr @1448 DATA _wpopen=MSVCRT__wpopen @1449 _wputenv @1454 @@ -977,11 +1114,20 @@ EXPORTS abort=MSVCRT_abort @1505 abs=MSVCRT_abs @1506 acos=MSVCRT_acos @1507 + acosh=MSVCR120_acosh @1508 + acoshf=MSVCR120_acoshf @1509 + acoshl=MSVCR120_acoshl @1510 asctime=MSVCRT_asctime @1511 asctime_s=MSVCRT_asctime_s @1512 asin=MSVCRT_asin @1513 + asinh=MSVCR120_asinh @1514 + asinhf=MSVCR120_asinhf @1515 + asinhl=MSVCR120_asinhl @1516 atan=MSVCRT_atan @1517 atan2=MSVCRT_atan2 @1518 + atanh=MSVCR120_atanh @1519 + atanhf=MSVCR120_atanhf @1520 + atanhl=MSVCR120_atanhl @1521 atexit=MSVCRT_atexit @1522 PRIVATE atof=MSVCRT_atof @1523 atoi=MSVCRT_atoi @1524 @@ -996,6 +1142,7 @@ EXPORTS cbrtl=MSVCR120_cbrtl @1557 ceil=MSVCRT_ceil @1564 clearerr=MSVCRT_clearerr @1571 + clearerr_s=MSVCRT_clearerr_s @1572 clock=MSVCRT_clock @1573 copysign=MSVCRT__copysign @1583 copysignf=MSVCRT__copysignf @1584 @@ -1004,6 +1151,9 @@ EXPORTS cosh=MSVCRT_cosh @1587 div=MSVCRT_div @1612 erf=MSVCR120_erf @1613 + erfc=MSVCR120_erfc @1614 + erfcf=MSVCR120_erfcf @1615 + erfcl=MSVCR120_erfcl @1616 erff=MSVCR120_erff @1617 erfl=MSVCR120_erfl @1618 exit=MSVCRT_exit @1619 @@ -1011,10 +1161,17 @@ EXPORTS exp2=MSVCR120_exp2 @1621 exp2f=MSVCR120_exp2f @1622 exp2l=MSVCR120_exp2l @1623 + expm1=MSVCR120_expm1 @1624 + expm1f=MSVCR120_expm1f @1625 + expm1l=MSVCR120_expm1l @1626 fabs=MSVCRT_fabs @1627 fclose=MSVCRT_fclose @1628 + fegetenv=MSVCRT_fegetenv @1633 + fegetround=MSVCRT_fegetround @1635 feof=MSVCRT_feof @1637 ferror=MSVCRT_ferror @1639 + fesetenv=MSVCRT_fesetenv @1640 + fesetround=MSVCRT_fesetround @1642 fflush=MSVCRT_fflush @1645 fgetc=MSVCRT_fgetc @1646 fgetpos=MSVCRT_fgetpos @1647 @@ -1063,6 +1220,7 @@ EXPORTS is_wctype=ntdll.iswctype @1699 isalnum=MSVCRT_isalnum @1700 isalpha=MSVCRT_isalpha @1701 + isblank=MSVCRT_isblank @1702 iscntrl=MSVCRT_iscntrl @1703 isdigit=MSVCRT_isdigit @1704 isgraph=MSVCRT_isgraph @1705 @@ -1075,6 +1233,7 @@ EXPORTS iswalnum=MSVCRT_iswalnum @1712 iswalpha=ntdll.iswalpha @1713 iswascii=MSVCRT_iswascii @1714 + iswblank=MSVCRT_iswblank @1715 iswcntrl=MSVCRT_iswcntrl @1716 iswctype=ntdll.iswctype @1717 iswdigit=MSVCRT_iswdigit @1718 @@ -1089,7 +1248,11 @@ EXPORTS labs=MSVCRT_labs @1727 ldexp=MSVCRT_ldexp @1728 ldiv=MSVCRT_ldiv @1729 + lgamma=MSVCR120_lgamma @1730 + lgammaf=MSVCR120_lgammaf @1731 + lgammal=MSVCR120_lgammal @1732 llabs=MSVCRT_llabs @1733 + lldiv=MSVCRT_lldiv @1734 llrint=MSVCR120_llrint @1735 llrintf=MSVCR120_llrintf @1736 llrintl=MSVCR120_llrintl @1737 @@ -1099,6 +1262,9 @@ EXPORTS localeconv=MSVCRT_localeconv @1741 log=MSVCRT_log @1742 log10=MSVCRT_log10 @1743 + log1p=MSVCR120_log1p @1744 + log1pf=MSVCR120_log1pf @1745 + log1pl=MSVCR120_log1pl @1746 log2=MSVCR120_log2 @1747 log2f=MSVCR120_log2f @1748 log2l=MSVCR120_log2l @1749 @@ -1114,6 +1280,7 @@ EXPORTS mbrlen=MSVCRT_mbrlen @1762 mbrtowc=MSVCRT_mbrtowc @1763 mbsrtowcs=MSVCRT_mbsrtowcs @1764 + mbsrtowcs_s=MSVCRT_mbsrtowcs_s @1765 mbstowcs=MSVCRT_mbstowcs @1766 mbstowcs_s=MSVCRT__mbstowcs_s @1767 mbtowc=MSVCRT_mbtowc @1768 @@ -1125,6 +1292,12 @@ EXPORTS memmove_s=MSVCRT_memmove_s @1774 memset=MSVCRT_memset @1775 modf=MSVCRT_modf @1776 + nan=MSVCR120_nan @1777 + nanf=MSVCR120_nanf @1778 + nanl=MSVCR120_nan @1779 + nearbyint=MSVCRT_nearbyint @1780 + nearbyintf=MSVCRT_nearbyintf @1781 + nearbyintl=MSVCRT_nearbyint @1782 nextafter=MSVCRT__nextafter @1783 nextafterf=MSVCRT__nextafterf @1784 nextafterl=MSVCRT__nextafter @1785 @@ -1143,6 +1316,9 @@ EXPORTS rand=MSVCRT_rand @1804 rand_s=MSVCRT_rand_s @1805 realloc=MSVCRT_realloc @1806 + remainder=MSVCR120_remainder @1807 + remainderf=MSVCR120_remainderf @1808 + remainderl=MSVCR120_remainderl @1809 remove=MSVCRT_remove @1810 rename=MSVCRT_rename @1814 rewind=MSVCRT_rewind @1815 @@ -1152,6 +1328,12 @@ EXPORTS round=MSVCR120_round @1819 roundf=MSVCR120_roundf @1820 roundl=MSVCR120_roundl @1821 + scalbln=MSVCRT__scalb @1822 + scalblnf=MSVCRT__scalbf @1823 + scalblnl=MSVCR120_scalbnl @1824 + scalbn=MSVCRT__scalb @1825 + scalbnf=MSVCRT__scalbf @1826 + scalbnl=MSVCR120_scalbnl @1827 scanf=MSVCRT_scanf @1828 scanf_s=MSVCRT_scanf_s @1829 setbuf=MSVCRT_setbuf @1830 @@ -1171,7 +1353,7 @@ EXPORTS strchr=MSVCRT_strchr @1844 strcmp=MSVCRT_strcmp @1845 strcoll=MSVCRT_strcoll @1846 - strcpy=ntdll.strcpy @1847 + strcpy=MSVCRT_strcpy @1847 strcpy_s=MSVCRT_strcpy_s @1848 strcspn=ntdll.strcspn @1849 strerror=MSVCRT_strerror @1850 @@ -1224,7 +1406,9 @@ EXPORTS vprintf_s=MSVCRT_vprintf_s @1908 vsprintf=MSVCRT_vsprintf @1911 vsprintf_s=MSVCRT_vsprintf_s @1912 + vsscanf=MSVCRT_vsscanf @1913 vswprintf_s=MSVCRT_vswprintf_s @1915 + vswscanf=MSVCRT_vswscanf @1916 vwprintf=MSVCRT_vwprintf @1918 vwprintf_s=MSVCRT_vwprintf_s @1919 wcrtomb=MSVCRT_wcrtomb @1922 @@ -1255,13 +1439,16 @@ EXPORTS wcstok=MSVCRT_wcstok @1949 wcstok_s=MSVCRT_wcstok_s @1950 wcstol=ntdll.wcstol @1951 + wcstoll=MSVCRT__wcstoi64 @1953 wcstombs=MSVCRT_wcstombs @1954 wcstombs_s=MSVCRT_wcstombs_s @1955 wcstoul=MSVCRT_wcstoul @1956 + wcstoull=MSVCRT__wcstoui64 @1957 wcsxfrm=MSVCRT_wcsxfrm @1959 wctob=MSVCRT_wctob @1960 wctomb=MSVCRT_wctomb @1961 wctomb_s=MSVCRT_wctomb_s @1962 + wctype @1964 wmemcpy_s @1965 wmemmove_s @1966 wprintf=MSVCRT_wprintf @1967 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr70.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr70.def index 95a4a7e..2f9fe04 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr70.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr70.def @@ -89,6 +89,9 @@ EXPORTS __CxxFrameHandler @86 __CxxLongjmpUnwind@4 @87 __CxxQueryExceptionSize @88 + __CxxRegisterExceptionObject @89 + __CxxUnregisterExceptionObject @90 + __DestructExceptionObject @91 __RTCastToVoid=MSVCRT___RTCastToVoid @92 __RTDynamicCast=MSVCRT___RTDynamicCast @93 __RTtypeid=MSVCRT___RTtypeid @94 @@ -267,6 +270,7 @@ EXPORTS _flushall=MSVCRT__flushall @274 _fmode=MSVCRT__fmode @275 DATA _fpclass=MSVCRT__fpclass @276 + _fpieee_flt @277 _fpreset @278 _fputchar=MSVCRT__fputchar @279 _fputwchar=MSVCRT__fputwchar @280 @@ -321,6 +325,7 @@ EXPORTS _ismbcgraph @342 _ismbchira @343 _ismbckata @344 + _ismbcl0 @345 _ismbclegal @348 _ismbclower @349 _ismbcprint @350 @@ -406,7 +411,7 @@ EXPORTS _mbstrlen @432 _mbsupr @433 _memccpy=ntdll._memccpy @434 - _memicmp=ntdll._memicmp @435 + _memicmp=MSVCRT__memicmp @435 _mkdir=MSVCRT__mkdir @436 _mktemp=MSVCRT__mktemp @437 _mktime64=MSVCRT__mktime64 @438 @@ -569,6 +574,7 @@ EXPORTS _wmkdir=MSVCRT__wmkdir @599 _wmktemp=MSVCRT__wmktemp @600 _wopen=MSVCRT__wopen @601 + _wperror=MSVCRT__wperror @602 _wpgmptr=MSVCRT__wpgmptr @603 DATA _wpopen=MSVCRT__wpopen @604 _wputenv @605 @@ -740,7 +746,7 @@ EXPORTS strchr=MSVCRT_strchr @771 strcmp=MSVCRT_strcmp @772 strcoll=MSVCRT_strcoll @773 - strcpy=ntdll.strcpy @774 + strcpy=MSVCRT_strcpy @774 strcspn=ntdll.strcspn @775 strerror=MSVCRT_strerror @776 strftime=MSVCRT_strftime @777 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr71.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr71.def index a9deab6..31ca515 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr71.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr71.def @@ -86,6 +86,9 @@ EXPORTS __CxxFrameHandler @83 __CxxLongjmpUnwind@4 @84 __CxxQueryExceptionSize @85 + __CxxRegisterExceptionObject @86 + __CxxUnregisterExceptionObject @87 + __DestructExceptionObject @88 __RTCastToVoid=MSVCRT___RTCastToVoid @89 __RTDynamicCast=MSVCRT___RTDynamicCast @90 __RTtypeid=MSVCRT___RTtypeid @91 @@ -263,6 +266,7 @@ EXPORTS _flushall=MSVCRT__flushall @270 _fmode=MSVCRT__fmode @271 DATA _fpclass=MSVCRT__fpclass @272 + _fpieee_flt @273 _fpreset @274 _fputchar=MSVCRT__fputchar @275 _fputwchar=MSVCRT__fputwchar @276 @@ -318,6 +322,7 @@ EXPORTS _ismbcgraph @339 _ismbchira @340 _ismbckata @341 + _ismbcl0 @342 _ismbclegal @345 _ismbclower @346 _ismbcprint @347 @@ -403,7 +408,7 @@ EXPORTS _mbstrlen @429 _mbsupr @430 _memccpy=ntdll._memccpy @431 - _memicmp=ntdll._memicmp @432 + _memicmp=MSVCRT__memicmp @432 _mkdir=MSVCRT__mkdir @433 _mktemp=MSVCRT__mktemp @434 _mktime64=MSVCRT__mktime64 @435 @@ -567,6 +572,7 @@ EXPORTS _wmkdir=MSVCRT__wmkdir @597 _wmktemp=MSVCRT__wmktemp @598 _wopen=MSVCRT__wopen @599 + _wperror=MSVCRT__wperror @600 _wpgmptr=MSVCRT__wpgmptr @601 DATA _wpopen=MSVCRT__wpopen @602 _wputenv @603 @@ -738,7 +744,7 @@ EXPORTS strchr=MSVCRT_strchr @769 strcmp=MSVCRT_strcmp @770 strcoll=MSVCRT_strcoll @771 - strcpy=ntdll.strcpy @772 + strcpy=MSVCRT_strcpy @772 strcspn=ntdll.strcspn @773 strerror=MSVCRT_strerror @774 strftime=MSVCRT_strftime @775 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr80.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr80.def index 26d3c16..f7105be 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr80.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr80.def @@ -81,12 +81,15 @@ EXPORTS _CItanh @91 _CRT_RTC_INIT @92 _CRT_RTC_INITW @93 + _CreateFrameInfo @94 _CxxThrowException@8 @95 _EH_prolog @96 + _FindAndUnlinkFrame @97 _Getdays @98 _Getmonths @99 _Gettnames @100 _HUGE=MSVCRT__HUGE @101 DATA + _IsExceptionObjectToBeDestroyed @102 _Strftime @106 _XcptFilter @107 __AdjustPointer @108 @@ -98,6 +101,9 @@ EXPORTS __CxxFrameHandler3=__CxxFrameHandler @120 __CxxLongjmpUnwind@4 @121 __CxxQueryExceptionSize @122 + __CxxRegisterExceptionObject @123 + __CxxUnregisterExceptionObject @124 + __DestructExceptionObject @125 __RTCastToVoid=MSVCRT___RTCastToVoid @127 __RTDynamicCast=MSVCRT___RTDynamicCast @128 __RTtypeid=MSVCRT___RTtypeid @129 @@ -346,6 +352,7 @@ EXPORTS _flushall=MSVCRT__flushall @414 _fmode=MSVCRT__fmode @415 DATA _fpclass=MSVCRT__fpclass @416 + _fpieee_flt @417 _fpreset @418 _fputc_nolock=MSVCRT__fputc_nolock @423 _fputchar=MSVCRT__fputchar @424 @@ -361,6 +368,7 @@ EXPORTS _fseeki64_nolock=MSVCRT__fseeki64_nolock @437 _fsopen=MSVCRT__fsopen @438 _fstat32=MSVCRT__fstat32 @439 + _fstat32i64=MSVCRT__fstat32i64 @440 _fstat64=MSVCRT__fstat64 @441 _fstat64i32=MSVCRT__fstat64i32 @442 _ftell_nolock=MSVCRT__ftell_nolock @443 @@ -383,6 +391,7 @@ EXPORTS _get_current_locale=MSVCRT__get_current_locale @464 _get_daylight @465 _get_doserrno @466 + _get_dstbias=MSVCRT__get_dstbias @467 _get_errno @468 _get_fmode=MSVCRT__get_fmode @469 _get_heap_handle @470 @@ -392,6 +401,7 @@ EXPORTS _get_output_format=MSVCRT__get_output_format @475 _get_pgmptr @476 _get_printf_count_output=MSVCRT__get_printf_count_output @477 + _get_purecall_handler @478 _get_sbh_threshold @479 _get_terminate=MSVCRT__get_terminate @480 _get_timezone @481 @@ -461,6 +471,7 @@ EXPORTS _ismbcgraph @578 _ismbchira @580 _ismbckata @582 + _ismbcl0 @584 _ismbclegal @590 _ismbclower @592 _ismbcprint @594 @@ -475,6 +486,7 @@ EXPORTS _isspace_l=MSVCRT__isspace_l @611 _isupper_l=MSVCRT__isupper_l @612 _iswalpha_l=MSVCRT__iswalpha_l @614 + _iswctype_l=MSVCRT__iswctype_l @618 _iswdigit_l=MSVCRT__iswdigit_l @619 _iswpunct_l=MSVCRT__iswpunct_l @623 _iswspace_l=MSVCRT__iswspace_l @624 @@ -488,6 +500,7 @@ EXPORTS _jn=MSVCRT__jn @634 _kbhit @635 _lfind @636 + _lfind_s @637 _loaddll @638 _local_unwind2 @639 _local_unwind4 @640 @@ -515,6 +528,9 @@ EXPORTS _mbbtombc @663 _mbbtype @665 _mbccpy @667 + _mbccpy_l @668 + _mbccpy_s @669 + _mbccpy_s_l @670 _mbcjistojms @671 _mbcjmstojis @673 _mbclen @675 @@ -540,6 +556,7 @@ EXPORTS _mbsicoll_l @708 _mbsinc @709 _mbslen @711 + _mbslen_l @712 _mbslwr @713 _mbslwr_s @715 _mbsnbcat @717 @@ -562,6 +579,8 @@ EXPORTS _mbsnextc @753 _mbsnicmp @755 _mbsninc @759 + _mbsnlen @761 + _mbsnlen_l @762 _mbsnset @763 _mbspbrk @767 _mbsrchr @769 @@ -582,7 +601,8 @@ EXPORTS _mbsupr_s @795 _mbtowc_l=MSVCRT_mbtowc_l @797 _memccpy=ntdll._memccpy @798 - _memicmp=ntdll._memicmp @799 + _memicmp=MSVCRT__memicmp @799 + _memicmp_l=MSVCRT__memicmp_l @800 _mkdir=MSVCRT__mkdir @801 _mkgmtime32=MSVCRT__mkgmtime32 @802 _mkgmtime64=MSVCRT__mkgmtime64 @803 @@ -699,6 +719,7 @@ EXPORTS _strdate_s @934 _strdup=MSVCRT__strdup @935 _strerror=MSVCRT__strerror @936 + _strftime_l=MSVCRT__strftime_l @938 _stricmp=MSVCRT__stricmp @939 _stricmp_l=MSVCRT__stricmp_l @940 _stricoll=MSVCRT__stricoll @941 @@ -776,7 +797,14 @@ EXPORTS _utime64 @1017 _vcprintf @1018 _vcwprintf @1024 + _vfprintf_l=MSVCRT__vfprintf_l @1030 + _vfprintf_p=MSVCRT__vfprintf_p @1031 + _vfprintf_p_l=MSVCRT__vfprintf_p_l @1032 + _vfprintf_s_l=MSVCRT__vfprintf_s_l @1033 _vfwprintf_l=MSVCRT__vfwprintf_l @1034 + _vfwprintf_p=MSVCRT__vfwprintf_p @1035 + _vfwprintf_p_l=MSVCRT__vfwprintf_p_l @1036 + _vfwprintf_s_l=MSVCRT__vfwprintf_s_l @1037 _vscprintf=MSVCRT__vscprintf @1042 _vscprintf_p=MSVCRT__vscprintf_p @1044 _vscprintf_p_l=MSVCRT__vscprintf_p_l @1045 @@ -818,6 +846,7 @@ EXPORTS _wcsdup=MSVCRT__wcsdup @1085 _wcserror=MSVCRT__wcserror @1086 _wcserror_s=MSVCRT__wcserror_s @1087 + _wcsftime_l=MSVCRT__wcsftime_l @1088 _wcsicmp=MSVCRT__wcsicmp @1089 _wcsicmp_l=MSVCRT__wcsicmp_l @1090 _wcsicoll=MSVCRT__wcsicoll @1091 @@ -870,6 +899,7 @@ EXPORTS _wfindfirst32=MSVCRT__wfindfirst32 @1139 _wfindfirst64=MSVCRT__wfindfirst64 @1141 _wfindfirst64i32=MSVCRT__wfindfirst64i32 @1142 + _wfindnext32=MSVCRT__wfindnext32 @1143 _wfindnext64=MSVCRT__wfindnext64 @1145 _wfindnext64i32=MSVCRT__wfindnext64i32 @1146 _wfopen=MSVCRT__wfopen @1147 @@ -891,6 +921,7 @@ EXPORTS _wmktemp=MSVCRT__wmktemp @1164 _wmktemp_s=MSVCRT__wmktemp_s @1165 _wopen=MSVCRT__wopen @1166 + _wperror=MSVCRT__wperror @1167 _wpgmptr=MSVCRT__wpgmptr @1168 DATA _wpopen=MSVCRT__wpopen @1169 _wputenv @1174 @@ -960,6 +991,7 @@ EXPORTS calloc=MSVCRT_calloc @1238 ceil=MSVCRT_ceil @1239 clearerr=MSVCRT_clearerr @1240 + clearerr_s=MSVCRT_clearerr_s @1241 clock=MSVCRT_clock @1242 cos=MSVCRT_cos @1243 cosh=MSVCRT_cosh @1244 @@ -1047,6 +1079,7 @@ EXPORTS mbrlen=MSVCRT_mbrlen @1327 mbrtowc=MSVCRT_mbrtowc @1328 mbsrtowcs=MSVCRT_mbsrtowcs @1329 + mbsrtowcs_s=MSVCRT_mbsrtowcs_s @1330 mbstowcs=MSVCRT_mbstowcs @1331 mbstowcs_s=MSVCRT__mbstowcs_s @1332 mbtowc=MSVCRT_mbtowc @1333 @@ -1095,7 +1128,7 @@ EXPORTS strchr=MSVCRT_strchr @1376 strcmp=MSVCRT_strcmp @1377 strcoll=MSVCRT_strcoll @1378 - strcpy=ntdll.strcpy @1379 + strcpy=MSVCRT_strcpy @1379 strcpy_s=MSVCRT_strcpy_s @1380 strcspn=ntdll.strcspn @1381 strerror=MSVCRT_strerror @1382 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr90.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr90.def index c4e43dc..753d991 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr90.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcr90.def @@ -80,12 +80,15 @@ EXPORTS _CItanh @88 _CRT_RTC_INIT @89 _CRT_RTC_INITW @90 + _CreateFrameInfo @91 _CxxThrowException@8 @92 _EH_prolog @93 + _FindAndUnlinkFrame @94 _Getdays @95 _Getmonths @96 _Gettnames @97 _HUGE=MSVCRT__HUGE @98 DATA + _IsExceptionObjectToBeDestroyed @99 _Strftime @103 _XcptFilter @104 __AdjustPointer @105 @@ -97,6 +100,9 @@ EXPORTS __CxxFrameHandler3=__CxxFrameHandler @117 __CxxLongjmpUnwind@4 @118 __CxxQueryExceptionSize @119 + __CxxRegisterExceptionObject @120 + __CxxUnregisterExceptionObject @121 + __DestructExceptionObject @122 __RTCastToVoid=MSVCRT___RTCastToVoid @124 __RTDynamicCast=MSVCRT___RTDynamicCast @125 __RTtypeid=MSVCRT___RTtypeid @126 @@ -341,6 +347,7 @@ EXPORTS _flushall=MSVCRT__flushall @406 _fmode=MSVCRT__fmode @407 DATA _fpclass=MSVCRT__fpclass @408 + _fpieee_flt @409 _fpreset @410 _fputc_nolock=MSVCRT__fputc_nolock @415 _fputchar=MSVCRT__fputchar @416 @@ -356,6 +363,7 @@ EXPORTS _fseeki64_nolock=MSVCRT__fseeki64_nolock @429 _fsopen=MSVCRT__fsopen @430 _fstat32=MSVCRT__fstat32 @431 + _fstat32i64=MSVCRT__fstat32i64 @432 _fstat64=MSVCRT__fstat64 @433 _fstat64i32=MSVCRT__fstat64i32 @434 _ftell_nolock=MSVCRT__ftell_nolock @435 @@ -378,6 +386,7 @@ EXPORTS _get_current_locale=MSVCRT__get_current_locale @456 _get_daylight @457 _get_doserrno @458 + _get_dstbias=MSVCRT__get_dstbias @459 _get_errno @460 _get_fmode=MSVCRT__get_fmode @461 _get_heap_handle @462 @@ -386,6 +395,7 @@ EXPORTS _get_output_format=MSVCRT__get_output_format @465 _get_pgmptr @466 _get_printf_count_output=MSVCRT__get_printf_count_output @467 + _get_purecall_handler @468 _get_sbh_threshold @469 _get_terminate=MSVCRT__get_terminate @470 _get_timezone @471 @@ -455,6 +465,7 @@ EXPORTS _ismbcgraph @565 _ismbchira @567 _ismbckata @569 + _ismbcl0 @571 _ismbclegal @577 _ismbclower @579 _ismbcprint @581 @@ -469,6 +480,7 @@ EXPORTS _isspace_l=MSVCRT__isspace_l @598 _isupper_l=MSVCRT__isupper_l @599 _iswalpha_l=MSVCRT__iswalpha_l @601 + _iswctype_l=MSVCRT__iswctype_l @605 _iswdigit_l=MSVCRT__iswdigit_l @606 _iswpunct_l=MSVCRT__iswpunct_l @610 _iswspace_l=MSVCRT__iswspace_l @611 @@ -482,6 +494,7 @@ EXPORTS _jn=MSVCRT__jn @621 _kbhit @622 _lfind @623 + _lfind_s @624 _loaddll @625 _local_unwind2 @626 _local_unwind4 @627 @@ -509,6 +522,9 @@ EXPORTS _mbbtombc @650 _mbbtype @652 _mbccpy @654 + _mbccpy_l @655 + _mbccpy_s @656 + _mbccpy_s_l @657 _mbcjistojms @658 _mbcjmstojis @660 _mbclen @662 @@ -534,6 +550,7 @@ EXPORTS _mbsicoll_l @695 _mbsinc @696 _mbslen @698 + _mbslen_l @699 _mbslwr @700 _mbslwr_s @702 _mbsnbcat @704 @@ -556,6 +573,8 @@ EXPORTS _mbsnextc @740 _mbsnicmp @742 _mbsninc @746 + _mbsnlen @748 + _mbsnlen_l @749 _mbsnset @750 _mbspbrk @754 _mbsrchr @756 @@ -576,7 +595,8 @@ EXPORTS _mbsupr_s @782 _mbtowc_l=MSVCRT_mbtowc_l @784 _memccpy=ntdll._memccpy @785 - _memicmp=ntdll._memicmp @786 + _memicmp=MSVCRT__memicmp @786 + _memicmp_l=MSVCRT__memicmp_l @787 _mkdir=MSVCRT__mkdir @788 _mkgmtime32=MSVCRT__mkgmtime32 @789 _mkgmtime64=MSVCRT__mkgmtime64 @790 @@ -691,6 +711,7 @@ EXPORTS _strdate_s @919 _strdup=MSVCRT__strdup @920 _strerror=MSVCRT__strerror @921 + _strftime_l=MSVCRT__strftime_l @923 _stricmp=MSVCRT__stricmp @924 _stricmp_l=MSVCRT__stricmp_l @925 _stricoll=MSVCRT__stricoll @926 @@ -768,7 +789,14 @@ EXPORTS _utime64 @1003 _vcprintf @1004 _vcwprintf @1010 + _vfprintf_l=MSVCRT__vfprintf_l @1016 + _vfprintf_p=MSVCRT__vfprintf_p @1017 + _vfprintf_p_l=MSVCRT__vfprintf_p_l @1018 + _vfprintf_s_l=MSVCRT__vfprintf_s_l @1019 _vfwprintf_l=MSVCRT__vfwprintf_l @1020 + _vfwprintf_p=MSVCRT__vfwprintf_p @1021 + _vfwprintf_p_l=MSVCRT__vfwprintf_p_l @1022 + _vfwprintf_s_l=MSVCRT__vfwprintf_s_l @1023 _vscprintf=MSVCRT__vscprintf @1028 _vscprintf_p=MSVCRT__vscprintf_p @1030 _vscprintf_p_l=MSVCRT__vscprintf_p_l @1031 @@ -810,6 +838,7 @@ EXPORTS _wcsdup=MSVCRT__wcsdup @1071 _wcserror=MSVCRT__wcserror @1072 _wcserror_s=MSVCRT__wcserror_s @1073 + _wcsftime_l=MSVCRT__wcsftime_l @1074 _wcsicmp=MSVCRT__wcsicmp @1075 _wcsicmp_l=MSVCRT__wcsicmp_l @1076 _wcsicoll=MSVCRT__wcsicoll @1077 @@ -862,6 +891,7 @@ EXPORTS _wfindfirst32=MSVCRT__wfindfirst32 @1125 _wfindfirst64=MSVCRT__wfindfirst64 @1127 _wfindfirst64i32=MSVCRT__wfindfirst64i32 @1128 + _wfindnext32=MSVCRT__wfindnext32 @1129 _wfindnext64=MSVCRT__wfindnext64 @1131 _wfindnext64i32=MSVCRT__wfindnext64i32 @1132 _wfopen=MSVCRT__wfopen @1133 @@ -880,6 +910,7 @@ EXPORTS _wmktemp=MSVCRT__wmktemp @1147 _wmktemp_s=MSVCRT__wmktemp_s @1148 _wopen=MSVCRT__wopen @1149 + _wperror=MSVCRT__wperror @1150 _wpgmptr=MSVCRT__wpgmptr @1151 DATA _wpopen=MSVCRT__wpopen @1152 _wputenv @1157 @@ -949,6 +980,7 @@ EXPORTS calloc=MSVCRT_calloc @1221 ceil=MSVCRT_ceil @1222 clearerr=MSVCRT_clearerr @1223 + clearerr_s=MSVCRT_clearerr_s @1224 clock=MSVCRT_clock @1225 cos=MSVCRT_cos @1226 cosh=MSVCRT_cosh @1227 @@ -1036,6 +1068,7 @@ EXPORTS mbrlen=MSVCRT_mbrlen @1310 mbrtowc=MSVCRT_mbrtowc @1311 mbsrtowcs=MSVCRT_mbsrtowcs @1312 + mbsrtowcs_s=MSVCRT_mbsrtowcs_s @1313 mbstowcs=MSVCRT_mbstowcs @1314 mbstowcs_s=MSVCRT__mbstowcs_s @1315 mbtowc=MSVCRT_mbtowc @1316 @@ -1084,7 +1117,7 @@ EXPORTS strchr=MSVCRT_strchr @1359 strcmp=MSVCRT_strcmp @1360 strcoll=MSVCRT_strcoll @1361 - strcpy=ntdll.strcpy @1362 + strcpy=MSVCRT_strcpy @1362 strcpy_s=MSVCRT_strcpy_s @1363 strcspn=ntdll.strcspn @1364 strerror=MSVCRT_strerror @1365 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt.def index 536391a..1c0354d 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt.def @@ -93,1050 +93,1075 @@ EXPORTS __CxxFrameHandler3=__CxxFrameHandler @88 __CxxLongjmpUnwind@4 @89 __CxxQueryExceptionSize @90 - __RTCastToVoid=MSVCRT___RTCastToVoid @91 - __RTDynamicCast=MSVCRT___RTDynamicCast @92 - __RTtypeid=MSVCRT___RTtypeid @93 - __STRINGTOLD @94 - ___lc_codepage_func @95 - ___lc_collate_cp_func @96 - ___lc_handle_func @97 - ___mb_cur_max_func=MSVCRT____mb_cur_max_func @98 - ___setlc_active_func=MSVCRT____setlc_active_func @99 - ___unguarded_readlc_active_add_func=MSVCRT____unguarded_readlc_active_add_func @100 - __argc=MSVCRT___argc @101 DATA - __argv=MSVCRT___argv @102 DATA - __badioinfo=MSVCRT___badioinfo @103 DATA - __crtCompareStringA @104 - __crtCompareStringW @105 - __crtGetLocaleInfoW @106 - __crtGetStringTypeW @107 - __crtLCMapStringA @108 - __crtLCMapStringW @109 - __daylight=MSVCRT___p__daylight @110 - __dllonexit @111 - __doserrno=MSVCRT___doserrno @112 - __dstbias=MSVCRT___p__dstbias @113 - __fpecode @114 - __getmainargs @116 - __initenv=MSVCRT___initenv @117 DATA - __iob_func=MSVCRT___iob_func @118 - __isascii=MSVCRT___isascii @119 - __iscsym=MSVCRT___iscsym @120 - __iscsymf=MSVCRT___iscsymf @121 - __lc_codepage=MSVCRT___lc_codepage @122 DATA - __lc_collate_cp=MSVCRT___lc_collate_cp @124 DATA - __lc_handle=MSVCRT___lc_handle @125 DATA - __lconv_init @126 - __libm_sse2_acos=MSVCRT___libm_sse2_acos @127 - __libm_sse2_acosf=MSVCRT___libm_sse2_acosf @128 - __libm_sse2_asin=MSVCRT___libm_sse2_asin @129 - __libm_sse2_asinf=MSVCRT___libm_sse2_asinf @130 - __libm_sse2_atan=MSVCRT___libm_sse2_atan @131 - __libm_sse2_atan2=MSVCRT___libm_sse2_atan2 @132 - __libm_sse2_atanf=MSVCRT___libm_sse2_atanf @133 - __libm_sse2_cos=MSVCRT___libm_sse2_cos @134 - __libm_sse2_cosf=MSVCRT___libm_sse2_cosf @135 - __libm_sse2_exp=MSVCRT___libm_sse2_exp @136 - __libm_sse2_expf=MSVCRT___libm_sse2_expf @137 - __libm_sse2_log=MSVCRT___libm_sse2_log @138 - __libm_sse2_log10=MSVCRT___libm_sse2_log10 @139 - __libm_sse2_log10f=MSVCRT___libm_sse2_log10f @140 - __libm_sse2_logf=MSVCRT___libm_sse2_logf @141 - __libm_sse2_pow=MSVCRT___libm_sse2_pow @142 - __libm_sse2_powf=MSVCRT___libm_sse2_powf @143 - __libm_sse2_sin=MSVCRT___libm_sse2_sin @144 - __libm_sse2_sinf=MSVCRT___libm_sse2_sinf @145 - __libm_sse2_tan=MSVCRT___libm_sse2_tan @146 - __libm_sse2_tanf=MSVCRT___libm_sse2_tanf @147 - __mb_cur_max=MSVCRT___mb_cur_max @148 DATA - __p___argc=MSVCRT___p___argc @149 - __p___argv=MSVCRT___p___argv @150 - __p___initenv @151 - __p___mb_cur_max @152 - __p___wargv=MSVCRT___p___wargv @153 - __p___winitenv @154 - __p__acmdln @155 - __p__amblksiz @156 - __p__commode @157 - __p__daylight=MSVCRT___p__daylight @158 - __p__dstbias=MSVCRT___p__dstbias @159 - __p__environ=MSVCRT___p__environ @160 - __p__fmode @162 - __p__iob=MSVCRT___iob_func @163 - __p__mbctype @165 - __p__osver @166 - __p__pctype=MSVCRT___p__pctype @167 - __p__pgmptr=MSVCRT___p__pgmptr @168 - __p__timezone=MSVCRT___p__timezone @170 - __p__tzname @171 - __p__wcmdln @172 - __p__wenviron=MSVCRT___p__wenviron @173 - __p__winmajor @174 - __p__winminor @175 - __p__winver @176 - __p__wpgmptr=MSVCRT___p__wpgmptr @177 - __pctype_func=MSVCRT___pctype_func @178 - __pioinfo=MSVCRT___pioinfo @179 DATA - __pxcptinfoptrs=MSVCRT___pxcptinfoptrs @180 - __set_app_type=MSVCRT___set_app_type @181 - __setlc_active=MSVCRT___setlc_active @182 DATA - __setusermatherr=MSVCRT___setusermatherr @183 - __threadhandle=kernel32.GetCurrentThread @184 - __threadid=kernel32.GetCurrentThreadId @185 - __toascii=MSVCRT___toascii @186 - __uncaught_exception=MSVCRT___uncaught_exception @187 - __unDName @188 - __unDNameEx @189 - __unguarded_readlc_active=MSVCRT___unguarded_readlc_active @190 DATA - __wargv=MSVCRT___wargv @191 DATA - __wcserror=MSVCRT___wcserror @192 - __wcserror_s=MSVCRT___wcserror_s @193 - __wgetmainargs @194 - __winitenv=MSVCRT___winitenv @195 DATA - _abnormal_termination @196 - _abs64 @197 - _access=MSVCRT__access @198 - _access_s=MSVCRT__access_s @199 - _acmdln=MSVCRT__acmdln @200 DATA - _adj_fdiv_m16i@4 @201 - _adj_fdiv_m32@4 @202 - _adj_fdiv_m32i@4 @203 - _adj_fdiv_m64@8 @204 - _adj_fdiv_r @205 - _adj_fdivr_m16i@4 @206 - _adj_fdivr_m32@4 @207 - _adj_fdivr_m32i@4 @208 - _adj_fdivr_m64@8 @209 - _adj_fpatan @210 - _adj_fprem @211 - _adj_fprem1 @212 - _adj_fptan @213 - _adjust_fdiv=MSVCRT__adjust_fdiv @214 DATA - _aexit_rtn @215 DATA - _aligned_free @216 - _aligned_malloc @217 - _aligned_offset_malloc @218 - _aligned_offset_realloc @219 - _aligned_realloc @220 - _amsg_exit @221 - _assert=MSVCRT__assert @222 - _atodbl=MSVCRT__atodbl @223 - _atodbl_l=MSVCRT__atodbl_l @224 - _atof_l=MSVCRT__atof_l @225 - _atoflt_l=MSVCRT__atoflt_l @226 - _atoi64=ntdll._atoi64 @227 - _atoi_l=MSVCRT__atoi_l @228 - _atoldbl=MSVCRT__atoldbl @229 - _beep=MSVCRT__beep @230 - _beginthread @231 - _beginthreadex @232 - _c_exit=MSVCRT__c_exit @233 - _cabs=MSVCRT__cabs @234 - _callnewh @235 - _cexit=MSVCRT__cexit @236 - _cgets @237 - _chdir=MSVCRT__chdir @238 - _chdrive=MSVCRT__chdrive @239 - _chgsign=MSVCRT__chgsign @240 - _chkesp @241 - _chmod=MSVCRT__chmod @242 - _chsize=MSVCRT__chsize @243 - _chsize_s=MSVCRT__chsize_s @244 - _clearfp @245 - _close=MSVCRT__close @246 - _commit=MSVCRT__commit @247 - _commode=MSVCRT__commode @248 DATA - _control87 @249 - _controlfp @250 - _controlfp_s @251 - _copysign=MSVCRT__copysign @252 - _cprintf @253 - _cputs @254 - _cputws @255 - _creat=MSVCRT__creat @256 - _create_locale=MSVCRT__create_locale @257 - _cscanf @258 - _cscanf_l @259 - _cscanf_s @260 - _cscanf_s_l @261 - _ctime32=MSVCRT__ctime32 @262 - _ctime32_s=MSVCRT__ctime32_s @263 - _ctime64=MSVCRT__ctime64 @264 - _ctime64_s=MSVCRT__ctime64_s @265 - _ctype=MSVCRT__ctype @266 DATA - _cwait @267 - _cwprintf @268 - _cwscanf @269 - _cwscanf_l @270 - _cwscanf_s @271 - _cwscanf_s_l @272 - _daylight=MSVCRT___daylight @273 DATA - _difftime32=MSVCRT__difftime32 @274 - _difftime64=MSVCRT__difftime64 @275 - _dstbias=MSVCRT__dstbias @276 DATA - _dup=MSVCRT__dup @277 - _dup2=MSVCRT__dup2 @278 - _ecvt=MSVCRT__ecvt @279 - _ecvt_s=MSVCRT__ecvt_s @280 - _endthread @281 - _endthreadex @282 - _environ=MSVCRT__environ @283 DATA - _eof=MSVCRT__eof @284 - _errno=MSVCRT__errno @285 - _except_handler2 @286 - _except_handler3 @287 - _except_handler4_common @288 - _execl @289 - _execle @290 - _execlp @291 - _execlpe @292 - _execv @293 - _execve=MSVCRT__execve @294 - _execvp @295 - _execvpe @296 - _exit=MSVCRT__exit @297 - _expand @298 - _fcloseall=MSVCRT__fcloseall @299 - _fcvt=MSVCRT__fcvt @300 - _fcvt_s=MSVCRT__fcvt_s @301 - _fdopen=MSVCRT__fdopen @302 - _fgetchar=MSVCRT__fgetchar @303 - _fgetwchar=MSVCRT__fgetwchar @304 - _filbuf=MSVCRT__filbuf @305 - _filelength=MSVCRT__filelength @306 - _filelengthi64=MSVCRT__filelengthi64 @307 - _fileno=MSVCRT__fileno @308 - _findclose=MSVCRT__findclose @309 - _findfirst=MSVCRT__findfirst @310 - _findfirst32=MSVCRT__findfirst32 @311 - _findfirst64=MSVCRT__findfirst64 @312 - _findfirst64i32=MSVCRT__findfirst64i32 @313 - _findfirsti64=MSVCRT__findfirsti64 @314 - _findnext=MSVCRT__findnext @315 - _findnext32=MSVCRT__findnext32 @316 - _findnext64=MSVCRT__findnext64 @317 - _findnext64i32=MSVCRT__findnext64i32 @318 - _findnexti64=MSVCRT__findnexti64 @319 - _finite=MSVCRT__finite @320 - _flsbuf=MSVCRT__flsbuf @321 - _flushall=MSVCRT__flushall @322 - _fmode=MSVCRT__fmode @323 DATA - _fpclass=MSVCRT__fpclass @324 - _fpreset @326 - _fputchar=MSVCRT__fputchar @327 - _fputwchar=MSVCRT__fputwchar @328 - _free_locale=MSVCRT__free_locale @329 - _fscanf_l=MSVCRT__fscanf_l @330 - _fscanf_s_l=MSVCRT__fscanf_s_l @331 - _fseeki64=MSVCRT__fseeki64 @332 - _fsopen=MSVCRT__fsopen @333 - _fstat=MSVCRT__fstat @334 - _fstat64=MSVCRT__fstat64 @335 - _fstati64=MSVCRT__fstati64 @336 - _ftelli64=MSVCRT__ftelli64 @337 - _ftime=MSVCRT__ftime @338 - _ftime32=MSVCRT__ftime32 @339 - _ftime32_s=MSVCRT__ftime32_s @340 - _ftime64=MSVCRT__ftime64 @341 - _ftime64_s=MSVCRT__ftime64_s @342 - _ftol=MSVCRT__ftol @343 - _ftol2=MSVCRT__ftol @344 - _ftol2_sse=MSVCRT__ftol @345 - _fullpath=MSVCRT__fullpath @346 - _futime @347 - _futime32 @348 - _futime64 @349 - _fwprintf_l=MSVCRT__fwprintf_l @350 - _fwscanf_l=MSVCRT__fwscanf_l @351 - _fwscanf_s_l=MSVCRT__fwscanf_s_l @352 - _gcvt=MSVCRT__gcvt @353 - _gcvt_s=MSVCRT__gcvt_s @354 - _get_current_locale=MSVCRT__get_current_locale @355 - _get_doserrno @356 - _get_errno @357 - _get_fmode=MSVCRT__get_fmode @358 - _get_heap_handle @359 - _get_osfhandle=MSVCRT__get_osfhandle @360 - _get_osplatform=MSVCRT__get_osplatform @361 - _get_output_format=MSVCRT__get_output_format @362 - _get_pgmptr @363 - _get_sbh_threshold @364 - _get_wpgmptr @365 - _get_terminate=MSVCRT__get_terminate @366 - _get_tzname=MSVCRT__get_tzname @367 - _get_unexpected=MSVCRT__get_unexpected @368 - _getch @369 - _getche @370 - _getcwd=MSVCRT__getcwd @371 - _getdcwd=MSVCRT__getdcwd @372 - _getdiskfree=MSVCRT__getdiskfree @373 - _getdllprocaddr @374 - _getdrive=MSVCRT__getdrive @375 - _getdrives=kernel32.GetLogicalDrives @376 - _getmaxstdio=MSVCRT__getmaxstdio @377 - _getmbcp @378 - _getpid @379 - _getw=MSVCRT__getw @381 - _getwch @382 - _getwche @383 - _getws=MSVCRT__getws @384 - _global_unwind2 @385 - _gmtime32=MSVCRT__gmtime32 @386 - _gmtime32_s=MSVCRT__gmtime32_s @387 - _gmtime64=MSVCRT__gmtime64 @388 - _gmtime64_s=MSVCRT__gmtime64_s @389 - _heapadd @390 - _heapchk @391 - _heapmin @392 - _heapset @393 - _heapwalk @395 - _hypot @396 - _hypotf=MSVCRT__hypotf @397 - _i64toa=ntdll._i64toa @398 - _i64toa_s=MSVCRT__i64toa_s @399 - _i64tow=ntdll._i64tow @400 - _i64tow_s=MSVCRT__i64tow_s @401 - _initterm @402 - _initterm_e @403 - _invalid_parameter=MSVCRT__invalid_parameter @407 - _iob=MSVCRT__iob @408 DATA - _isalnum_l=MSVCRT__isalnum_l @409 - _isalpha_l=MSVCRT__isalpha_l @410 - _isatty=MSVCRT__isatty @411 - _iscntrl_l=MSVCRT__iscntrl_l @412 - _isctype=MSVCRT__isctype @413 - _isctype_l=MSVCRT__isctype_l @414 - _isdigit_l=MSVCRT__isdigit_l @415 - _isgraph_l=MSVCRT__isgraph_l @416 - _isleadbyte_l=MSVCRT__isleadbyte_l @417 - _islower_l=MSVCRT__islower_l @418 - _ismbbkana @423 - _ismbblead @426 - _ismbblead_l @427 - _ismbbtrail @430 - _ismbcalnum @431 - _ismbcalpha @432 - _ismbcdigit @433 - _ismbcgraph @434 - _ismbchira @435 - _ismbckata @436 - _ismbclegal @440 - _ismbclower @441 - _ismbcprint @442 - _ismbcpunct @443 - _ismbcspace @444 - _ismbcsymbol @445 - _ismbcupper @446 - _ismbslead @447 - _ismbstrail @448 - _isnan=MSVCRT__isnan @449 - _isprint_l=MSVCRT__isprint_l @450 - _isspace_l=MSVCRT__isspace_l @451 - _isupper_l=MSVCRT__isupper_l @452 - _iswalpha_l=MSVCRT__iswalpha_l @453 - _iswdigit_l=MSVCRT__iswdigit_l @454 - _iswpunct_l=MSVCRT__iswpunct_l @455 - _iswspace_l=MSVCRT__iswspace_l @456 - _isxdigit_l=MSVCRT__isxdigit_l @457 - _itoa=MSVCRT__itoa @458 - _itoa_s=MSVCRT__itoa_s @459 - _itow=ntdll._itow @460 - _itow_s=MSVCRT__itow_s @461 - _j0=MSVCRT__j0 @462 - _j1=MSVCRT__j1 @463 - _jn=MSVCRT__jn @464 - _kbhit @465 - _lfind @466 - _loaddll @467 - _local_unwind2 @468 - _local_unwind4 @469 - _localtime32=MSVCRT__localtime32 @470 - _localtime32_s @471 - _localtime64=MSVCRT__localtime64 @472 - _localtime64_s @473 - _lock @474 - _lock_file=MSVCRT__lock_file @475 - _locking=MSVCRT__locking @476 - _logb=MSVCRT__logb @477 - _longjmpex=MSVCRT_longjmp @478 - _lrotl=MSVCRT__lrotl @479 - _lrotr=MSVCRT__lrotr @480 - _lsearch @481 - _lseek=MSVCRT__lseek @482 - _lseeki64=MSVCRT__lseeki64 @483 - _ltoa=ntdll._ltoa @484 - _ltoa_s=MSVCRT__ltoa_s @485 - _ltow=ntdll._ltow @486 - _ltow_s=MSVCRT__ltow_s @487 - _makepath=MSVCRT__makepath @488 - _makepath_s=MSVCRT__makepath_s @489 - _matherr=MSVCRT__matherr @490 - _mbbtombc @491 - _mbbtype @492 - _mbccpy @493 - _mbcjistojms @494 - _mbcjmstojis @495 - _mbclen @496 - _mbctohira @497 - _mbctokata @498 - _mbctolower @499 - _mbctombb @500 - _mbctoupper @501 - _mbctype=MSVCRT_mbctype @502 DATA - _mbsbtype @503 - _mbscat @504 - _mbscat_s @505 - _mbscat_s_l @506 - _mbschr @507 - _mbscmp @508 - _mbscoll @509 - _mbscoll_l @510 - _mbscpy @511 - _mbscpy_s @512 - _mbscpy_s_l @513 - _mbscspn @514 - _mbsdec @515 - _mbsdup=MSVCRT__strdup @516 - _mbsicmp @517 - _mbsicoll @518 - _mbsicoll_l @519 - _mbsinc @520 - _mbslen @521 - _mbslwr @522 - _mbslwr_s @523 - _mbsnbcat @524 - _mbsnbcat_s @525 - _mbsnbcmp @526 - _mbsnbcnt @527 - _mbsnbcoll @528 - _mbsnbcoll_l @529 - _mbsnbcpy @530 - _mbsnbcpy_s @531 - _mbsnbcpy_s_l @532 - _mbsnbicmp @533 - _mbsnbicoll @534 - _mbsnbicoll_l @535 - _mbsnbset @536 - _mbsncat @537 - _mbsnccnt @538 - _mbsncmp @539 - _mbsncpy @541 - _mbsnextc @542 - _mbsnicmp @543 - _mbsninc @545 - _mbsnset @546 - _mbspbrk @547 - _mbsrchr @548 - _mbsrev @549 - _mbsset @550 - _mbsspn @551 - _mbsspnp @552 - _mbsstr @553 - _mbstok @554 - _mbstok_l @555 - _mbstok_s @556 - _mbstok_s_l @557 - _mbstowcs_l=MSVCRT__mbstowcs_l @558 - _mbstowcs_s_l=MSVCRT__mbstowcs_s_l @559 - _mbstrlen @560 - _mbstrlen_l @561 - _mbsupr @562 - _mbsupr_s @563 - _mbtowc_l=MSVCRT_mbtowc_l @564 - _memccpy=ntdll._memccpy @565 - _memicmp=ntdll._memicmp @566 - _mkdir=MSVCRT__mkdir @567 - _mkgmtime=MSVCRT__mkgmtime @568 - _mkgmtime32=MSVCRT__mkgmtime32 @569 - _mkgmtime64=MSVCRT__mkgmtime64 @570 - _mktemp=MSVCRT__mktemp @571 - _mktemp_s=MSVCRT__mktemp_s @572 - _mktime32=MSVCRT__mktime32 @573 - _mktime64=MSVCRT__mktime64 @574 - _msize @575 - _nextafter=MSVCRT__nextafter @576 - _onexit=MSVCRT__onexit @577 - _open=MSVCRT__open @578 - _open_osfhandle=MSVCRT__open_osfhandle @579 - _osplatform=MSVCRT__osplatform @580 DATA - _osver=MSVCRT__osver @581 DATA - _pclose=MSVCRT__pclose @585 - _pctype=MSVCRT__pctype @586 DATA - _pgmptr=MSVCRT__pgmptr @587 DATA - _pipe=MSVCRT__pipe @588 - _popen=MSVCRT__popen @589 - _purecall @590 - _putch @591 - _putenv @592 - _putenv_s @593 - _putw=MSVCRT__putw @594 - _putwch @595 - _putws=MSVCRT__putws @596 - _read=MSVCRT__read @597 - _resetstkoflw=MSVCRT__resetstkoflw @598 - _rmdir=MSVCRT__rmdir @599 - _rmtmp=MSVCRT__rmtmp @600 - _rotl @601 - _rotl64 @602 - _rotr @603 - _rotr64 @604 - _safe_fdiv @605 - _safe_fdivr @606 - _safe_fprem @607 - _safe_fprem1 @608 - _scalb=MSVCRT__scalb @609 - _scanf_l=MSVCRT__scanf_l @610 - _scanf_s_l=MSVCRT__scanf_s_l @611 - _scprintf=MSVCRT__scprintf @612 - _scwprintf=MSVCRT__scwprintf @613 - _searchenv=MSVCRT__searchenv @614 - _searchenv_s=MSVCRT__searchenv_s @615 - _seh_longjmp_unwind4@4 @616 - _seh_longjmp_unwind@4 @617 - _set_SSE2_enable=MSVCRT__set_SSE2_enable @618 - _set_controlfp @619 - _set_doserrno @620 - _set_errno @621 - _set_error_mode @622 - _set_fmode=MSVCRT__set_fmode @623 - _set_output_format=MSVCRT__set_output_format @624 - _set_sbh_threshold @625 - _seterrormode @626 - _setjmp=MSVCRT__setjmp @627 - _setjmp3=MSVCRT__setjmp3 @628 - _setmaxstdio=MSVCRT__setmaxstdio @629 - _setmbcp @630 - _setmode=MSVCRT__setmode @631 - _sleep=MSVCRT__sleep @633 - _snprintf=MSVCRT__snprintf @634 - _snprintf_l=MSVCRT__snprintf_l @635 - _snprintf_s=MSVCRT__snprintf_s @636 - _snscanf=MSVCRT__snscanf @637 - _snscanf_l=MSVCRT__snscanf_l @638 - _snscanf_s=MSVCRT__snscanf_s @639 - _snscanf_s_l=MSVCRT__snscanf_s_l @640 - _snwprintf=MSVCRT__snwprintf @641 - _snwprintf_l=MSVCRT__snwprintf_l @642 - _snwprintf_s=MSVCRT__snwprintf_s @643 - _snwprintf_s_l=MSVCRT__snwprintf_s_l @644 - _snwscanf=MSVCRT__snwscanf @645 - _snwscanf_l=MSVCRT__snwscanf_l @646 - _snwscanf_s=MSVCRT__snwscanf_s @647 - _snwscanf_s_l=MSVCRT__snwscanf_s_l @648 - _sopen=MSVCRT__sopen @649 - _sopen_s=MSVCRT__sopen_s @650 - _spawnl @651 - _spawnle @652 - _spawnlp @653 - _spawnlpe @654 - _spawnv @655 - _spawnve=MSVCRT__spawnve @656 - _spawnvp @657 - _spawnvpe=MSVCRT__spawnvpe @658 - _splitpath=MSVCRT__splitpath @659 - _splitpath_s=MSVCRT__splitpath_s @660 - _sprintf_l=MSVCRT_sprintf_l @661 - _sprintf_p_l=MSVCRT_sprintf_p_l @662 - _sprintf_s_l=MSVCRT_sprintf_s_l @663 - _sscanf_l=MSVCRT__sscanf_l @664 - _sscanf_s_l=MSVCRT__sscanf_s_l @665 - _stat=MSVCRT_stat @666 - _stat64=MSVCRT_stat64 @667 - _stati64=MSVCRT_stati64 @668 - _statusfp @669 - _strcmpi=MSVCRT__stricmp @670 - _strcoll_l=MSVCRT_strcoll_l @671 - _strdate=MSVCRT__strdate @672 - _strdate_s @673 - _strdup=MSVCRT__strdup @674 - _strerror=MSVCRT__strerror @675 - _stricmp=MSVCRT__stricmp @676 - _stricmp_l=MSVCRT__stricmp_l @677 - _stricoll=MSVCRT__stricoll @678 - _stricoll_l=MSVCRT__stricoll_l @679 - _strlwr=MSVCRT__strlwr @680 - _strlwr_l @681 - _strlwr_s=MSVCRT__strlwr_s @682 - _strlwr_s_l=MSVCRT__strlwr_s_l @683 - _strncoll=MSVCRT__strncoll @684 - _strncoll_l=MSVCRT__strncoll_l @685 - _strnicmp=MSVCRT__strnicmp @686 - _strnicmp_l=MSVCRT__strnicmp_l @687 - _strnicoll=MSVCRT__strnicoll @688 - _strnicoll_l=MSVCRT__strnicoll_l @689 - _strnset=MSVCRT__strnset @690 - _strnset_s=MSVCRT__strnset_s @691 - _strrev=MSVCRT__strrev @692 - _strset @693 - _strtime=MSVCRT__strtime @694 - _strtime_s @695 - _strtod_l=MSVCRT_strtod_l @696 - _strtoi64=MSVCRT_strtoi64 @697 - _strtoi64_l=MSVCRT_strtoi64_l @698 - _strtol_l=MSVCRT__strtol_l @699 - _strtoui64=MSVCRT_strtoui64 @700 - _strtoui64_l=MSVCRT_strtoui64_l @701 - _strtoul_l=MSVCRT_strtoul_l @702 - _strupr=MSVCRT__strupr @703 - _strupr_l=MSVCRT__strupr_l @704 - _strupr_s=MSVCRT__strupr_s @705 - _strupr_s_l=MSVCRT__strupr_s_l @706 - _strxfrm_l=MSVCRT__strxfrm_l @707 - _swab=MSVCRT__swab @708 - _swprintf=MSVCRT_swprintf @709 - _swprintf_p_l=MSVCRT_swprintf_p_l @710 - _swprintf_s_l=MSVCRT__swprintf_s_l @711 - _swscanf_l=MSVCRT__swscanf_l @712 - _swscanf_s_l=MSVCRT__swscanf_s_l @713 - _sys_errlist=MSVCRT__sys_errlist @714 DATA - _sys_nerr=MSVCRT__sys_nerr @715 DATA - _tell=MSVCRT__tell @716 - _telli64 @717 - _tempnam=MSVCRT__tempnam @718 - _time32=MSVCRT__time32 @719 - _time64=MSVCRT__time64 @720 - _timezone=MSVCRT___timezone @721 DATA - _tolower=MSVCRT__tolower @722 - _tolower_l=MSVCRT__tolower_l @723 - _toupper=MSVCRT__toupper @724 - _toupper_l=MSVCRT__toupper_l @725 - _towlower_l=MSVCRT__towlower_l @726 - _towupper_l=MSVCRT__towupper_l @727 - _tzname=MSVCRT__tzname @728 DATA - _tzset=MSVCRT__tzset @729 - _ui64toa=ntdll._ui64toa @730 - _ui64toa_s=MSVCRT__ui64toa_s @731 - _ui64tow=ntdll._ui64tow @732 - _ui64tow_s=MSVCRT__ui64tow_s @733 - _ultoa=ntdll._ultoa @734 - _ultoa_s=MSVCRT__ultoa_s @735 - _ultow=ntdll._ultow @736 - _ultow_s=MSVCRT__ultow_s @737 - _umask=MSVCRT__umask @738 - _ungetch @739 - _ungetwch @740 - _unlink=MSVCRT__unlink @741 - _unloaddll @742 - _unlock @743 - _unlock_file=MSVCRT__unlock_file @744 - _utime32 @745 - _utime64 @746 - _vcprintf @747 - _vcwprintf @748 - _vfwprintf_l=MSVCRT__vfwprintf_l @749 - _utime @750 - _vscprintf=MSVCRT__vscprintf @751 - _vscprintf_p_l=MSVCRT__vscprintf_p_l @752 - _vscwprintf=MSVCRT__vscwprintf @753 - _vscwprintf_l=MSVCRT__vscwprintf_l @754 - _vscwprintf_p_l=MSVCRT__vscwprintf_p_l @755 - _vsnprintf=MSVCRT_vsnprintf @756 - _vsnprintf_c=MSVCRT_vsnprintf @757 - _vsnprintf_c_l=MSVCRT_vsnprintf_l @758 - _vsnprintf_l=MSVCRT_vsnprintf_l @759 - _vsnprintf_s=MSVCRT_vsnprintf_s @760 - _vsnprintf_s_l=MSVCRT_vsnprintf_s_l @761 - _vsnwprintf=MSVCRT_vsnwprintf @762 - _vsnwprintf_l=MSVCRT_vsnwprintf_l @763 - _vsnwprintf_s=MSVCRT_vsnwprintf_s @764 - _vsnwprintf_s_l=MSVCRT_vsnwprintf_s_l @765 - _vsprintf_l=MSVCRT_vsprintf_l @766 - _vsprintf_p=MSVCRT_vsprintf_p @767 - _vsprintf_p_l=MSVCRT_vsprintf_p_l @768 - _vsprintf_s_l=MSVCRT_vsprintf_s_l @769 - _vswprintf=MSVCRT_vswprintf @770 - _vswprintf_c=MSVCRT_vsnwprintf @771 - _vswprintf_c_l=MSVCRT_vsnwprintf_l @772 - _vswprintf_l=MSVCRT_vswprintf_l @773 - _vswprintf_p_l=MSVCRT_vswprintf_p_l @774 - _vswprintf_s_l=MSVCRT_vswprintf_s_l @775 - _waccess=MSVCRT__waccess @776 - _waccess_s=MSVCRT__waccess_s @777 - _wasctime=MSVCRT__wasctime @778 - _wasctime_s=MSVCRT__wasctime_s @779 - _wassert=MSVCRT__wassert @780 - _wchdir=MSVCRT__wchdir @781 - _wchmod=MSVCRT__wchmod @782 - _wcmdln=MSVCRT__wcmdln @783 DATA - _wcreat=MSVCRT__wcreat @784 - _wcscoll_l=MSVCRT__wcscoll_l @785 - _wcsdup=MSVCRT__wcsdup @786 - _wcserror=MSVCRT__wcserror @787 - _wcserror_s=MSVCRT__wcserror_s @788 - _wcsicmp=MSVCRT__wcsicmp @789 - _wcsicmp_l=MSVCRT__wcsicmp_l @790 - _wcsicoll=MSVCRT__wcsicoll @791 - _wcsicoll_l=MSVCRT__wcsicoll_l @792 - _wcslwr=MSVCRT__wcslwr @793 - _wcslwr_l=MSVCRT__wcslwr_l @794 - _wcslwr_s=MSVCRT__wcslwr_s @795 - _wcslwr_s_l=MSVCRT__wcslwr_s_l @796 - _wcsncoll=MSVCRT__wcsncoll @797 - _wcsncoll_l=MSVCRT__wcsncoll_l @798 - _wcsnicmp=MSVCRT__wcsnicmp @799 - _wcsnicmp_l=MSVCRT__wcsnicmp_l @800 - _wcsnicoll=MSVCRT__wcsnicoll @801 - _wcsnicoll_l=MSVCRT__wcsnicoll_l @802 - _wcsnset=MSVCRT__wcsnset @803 - _wcsrev=MSVCRT__wcsrev @804 - _wcsset=MSVCRT__wcsset @805 - _wcsset_s=MSVCRT__wcsset_s @806 - _wcstod_l=MSVCRT__wcstod_l @807 - _wcstoi64=MSVCRT__wcstoi64 @808 - _wcstoi64_l=MSVCRT__wcstoi64_l @809 - _wcstol_l=MSVCRT__wcstol_l @810 - _wcstombs_l=MSVCRT__wcstombs_l @811 - _wcstombs_s_l=MSVCRT__wcstombs_s_l @812 - _wcstoui64=MSVCRT__wcstoui64 @813 - _wcstoui64_l=MSVCRT__wcstoui64_l @814 - _wcstoul_l=MSVCRT__wcstoul_l @815 - _wcsupr=ntdll._wcsupr @816 - _wcsupr_l=MSVCRT__wcsupr_l @817 - _wcsupr_s=MSVCRT__wcsupr_s @818 - _wcsupr_s_l=MSVCRT__wcsupr_s_l @819 - _wcsxfrm_l=MSVCRT__wcsxfrm_l @820 - _wctime=MSVCRT__wctime @821 - _wctime32=MSVCRT__wctime32 @822 - _wctime32_s=MSVCRT__wctime32_s @823 - _wctime64=MSVCRT__wctime64 @824 - _wctime64_s=MSVCRT__wctime64_s @825 - _wctomb_l=MSVCRT__wctomb_l @826 - _wctomb_s_l=MSVCRT__wctomb_s_l @827 - _wenviron=MSVCRT__wenviron @828 DATA - _wexecl @829 - _wexecle @830 - _wexeclp @831 - _wexeclpe @832 - _wexecv @833 - _wexecve @834 - _wexecvp @835 - _wexecvpe @836 - _wfdopen=MSVCRT__wfdopen @837 - _wfindfirst=MSVCRT__wfindfirst @838 - _wfindfirst32=MSVCRT__wfindfirst32 @839 - _wfindfirst64=MSVCRT__wfindfirst64 @840 - _wfindfirsti64=MSVCRT__wfindfirsti64 @841 - _wfindfirst64i32=MSVCRT__wfindfirst64i32 @842 - _wfindnext=MSVCRT__wfindnext @843 - _wfindnext64=MSVCRT__wfindnext64 @844 - _wfindnext64i32=MSVCRT__wfindnext64i32 @845 - _wfindnexti64=MSVCRT__wfindnexti64 @846 - _wfopen=MSVCRT__wfopen @847 - _wfopen_s=MSVCRT__wfopen_s @848 - _wfreopen=MSVCRT__wfreopen @849 - _wfreopen_s=MSVCRT__wfreopen_s @850 - _wfsopen=MSVCRT__wfsopen @851 - _wfullpath=MSVCRT__wfullpath @852 - _wgetcwd=MSVCRT__wgetcwd @853 - _wgetdcwd=MSVCRT__wgetdcwd @854 - _wgetenv=MSVCRT__wgetenv @855 - _wgetenv_s @856 - _winmajor=MSVCRT__winmajor @857 DATA - _winminor=MSVCRT__winminor @858 DATA - _winver=MSVCRT__winver @859 DATA - _wmakepath=MSVCRT__wmakepath @860 - _wmakepath_s=MSVCRT__wmakepath_s @861 - _wmkdir=MSVCRT__wmkdir @862 - _wmktemp=MSVCRT__wmktemp @863 - _wmktemp_s=MSVCRT__wmktemp_s @864 - _wopen=MSVCRT__wopen @865 - _wpgmptr=MSVCRT__wpgmptr @867 DATA - _wpopen=MSVCRT__wpopen @868 - _wputenv @869 - _wputenv_s @870 - _wremove=MSVCRT__wremove @871 - _wrename=MSVCRT__wrename @872 - _write=MSVCRT__write @873 - _wrmdir=MSVCRT__wrmdir @874 - _wscanf_l=MSVCRT__wscanf_l @875 - _wscanf_s_l=MSVCRT__wscanf_s_l @876 - _wsearchenv=MSVCRT__wsearchenv @877 - _wsearchenv_s=MSVCRT__wsearchenv_s @878 - _wsetlocale=MSVCRT__wsetlocale @879 - _wsopen=MSVCRT__wsopen @880 - _wsopen_s=MSVCRT__wsopen_s @881 - _wspawnl @882 - _wspawnle @883 - _wspawnlp @884 - _wspawnlpe @885 - _wspawnv @886 - _wspawnve=MSVCRT__wspawnve @887 - _wspawnvp @888 - _wspawnvpe=MSVCRT__wspawnvpe @889 - _wsplitpath=MSVCRT__wsplitpath @890 - _wsplitpath_s=MSVCRT__wsplitpath_s @891 - _wstat=MSVCRT__wstat @892 - _wstati64=MSVCRT__wstati64 @893 - _wstat64=MSVCRT__wstat64 @894 - _wstrdate=MSVCRT__wstrdate @895 - _wstrdate_s @896 - _wstrtime=MSVCRT__wstrtime @897 - _wstrtime_s @898 - _wsystem @899 - _wtempnam=MSVCRT__wtempnam @900 - _wtmpnam=MSVCRT__wtmpnam @901 - _wtmpnam_s=MSVCRT__wtmpnam_s @902 - _wtof=MSVCRT__wtof @903 - _wtof_l=MSVCRT__wtof_l @904 - _wtoi=MSVCRT__wtoi @905 - _wtoi64=MSVCRT__wtoi64 @906 - _wtoi64_l=MSVCRT__wtoi64_l @907 - _wtoi_l=MSVCRT__wtoi_l @908 - _wtol=MSVCRT__wtol @909 - _wtol_l=MSVCRT__wtol_l @910 - _wunlink=MSVCRT__wunlink @911 - _wutime @912 - _wutime32 @913 - _wutime64 @914 - _y0=MSVCRT__y0 @915 - _y1=MSVCRT__y1 @916 - _yn=MSVCRT__yn @917 - abort=MSVCRT_abort @918 - abs=MSVCRT_abs @919 - acos=MSVCRT_acos @920 - asctime=MSVCRT_asctime @921 - asctime_s=MSVCRT_asctime_s @922 - asin=MSVCRT_asin @923 - atan=MSVCRT_atan @924 - atan2=MSVCRT_atan2 @925 - atexit=MSVCRT_atexit @926 PRIVATE - atof=MSVCRT_atof @927 - atoi=MSVCRT_atoi @928 - atol=ntdll.atol @929 - bsearch=MSVCRT_bsearch @930 - bsearch_s=MSVCRT_bsearch_s @931 - btowc=MSVCRT_btowc @932 - calloc=MSVCRT_calloc @933 - ceil=MSVCRT_ceil @934 - clearerr=MSVCRT_clearerr @935 - clock=MSVCRT_clock @936 - cos=MSVCRT_cos @937 - cosh=MSVCRT_cosh @938 - ctime=MSVCRT_ctime @939 - difftime=MSVCRT_difftime @940 - div=MSVCRT_div @941 - exit=MSVCRT_exit @942 - exp=MSVCRT_exp @943 - fabs=MSVCRT_fabs @944 - fclose=MSVCRT_fclose @945 - feof=MSVCRT_feof @946 - ferror=MSVCRT_ferror @947 - fflush=MSVCRT_fflush @948 - fgetc=MSVCRT_fgetc @949 - fgetpos=MSVCRT_fgetpos @950 - fgets=MSVCRT_fgets @951 - fgetwc=MSVCRT_fgetwc @952 - fgetws=MSVCRT_fgetws @953 - floor=MSVCRT_floor @954 - fmod=MSVCRT_fmod @955 - fopen=MSVCRT_fopen @956 - fopen_s=MSVCRT_fopen_s @957 - fprintf=MSVCRT_fprintf @958 - fprintf_s=MSVCRT_fprintf_s @959 - fputc=MSVCRT_fputc @960 - fputs=MSVCRT_fputs @961 - fputwc=MSVCRT_fputwc @962 - fputws=MSVCRT_fputws @963 - fread=MSVCRT_fread @964 - free=MSVCRT_free @965 - freopen=MSVCRT_freopen @966 - freopen_s=MSVCRT_freopen_s @967 - frexp=MSVCRT_frexp @968 - fscanf=MSVCRT_fscanf @969 - fscanf_s=MSVCRT_fscanf_s @970 - fseek=MSVCRT_fseek @971 - fsetpos=MSVCRT_fsetpos @972 - ftell=MSVCRT_ftell @973 - fwprintf=MSVCRT_fwprintf @974 - fwprintf_s=MSVCRT_fwprintf_s @975 - fwrite=MSVCRT_fwrite @976 - fwscanf=MSVCRT_fwscanf @977 - fwscanf_s=MSVCRT_fwscanf_s @978 - getc=MSVCRT_getc @979 - getchar=MSVCRT_getchar @980 - getenv=MSVCRT_getenv @981 - getenv_s @982 - gets=MSVCRT_gets @983 - getwc=MSVCRT_getwc @984 - getwchar=MSVCRT_getwchar @985 - gmtime=MSVCRT_gmtime @986 - is_wctype=ntdll.iswctype @987 - isalnum=MSVCRT_isalnum @988 - isalpha=MSVCRT_isalpha @989 - iscntrl=MSVCRT_iscntrl @990 - isdigit=MSVCRT_isdigit @991 - isgraph=MSVCRT_isgraph @992 - isleadbyte=MSVCRT_isleadbyte @993 - islower=MSVCRT_islower @994 - isprint=MSVCRT_isprint @995 - ispunct=MSVCRT_ispunct @996 - isspace=MSVCRT_isspace @997 - isupper=MSVCRT_isupper @998 - iswalnum=MSVCRT_iswalnum @999 - iswalpha=ntdll.iswalpha @1000 - iswascii=MSVCRT_iswascii @1001 - iswcntrl=MSVCRT_iswcntrl @1002 - iswctype=ntdll.iswctype @1003 - iswdigit=MSVCRT_iswdigit @1004 - iswgraph=MSVCRT_iswgraph @1005 - iswlower=MSVCRT_iswlower @1006 - iswprint=MSVCRT_iswprint @1007 - iswpunct=MSVCRT_iswpunct @1008 - iswspace=MSVCRT_iswspace @1009 - iswupper=MSVCRT_iswupper @1010 - iswxdigit=MSVCRT_iswxdigit @1011 - isxdigit=MSVCRT_isxdigit @1012 - labs=MSVCRT_labs @1013 - ldexp=MSVCRT_ldexp @1014 - ldiv=MSVCRT_ldiv @1015 - localeconv=MSVCRT_localeconv @1016 - localtime=MSVCRT_localtime @1017 - log=MSVCRT_log @1018 - log10=MSVCRT_log10 @1019 - longjmp=MSVCRT_longjmp @1020 - malloc=MSVCRT_malloc @1021 - mblen=MSVCRT_mblen @1022 - mbrlen=MSVCRT_mbrlen @1023 - mbrtowc=MSVCRT_mbrtowc @1024 - mbsrtowcs=MSVCRT_mbsrtowcs @1025 - mbstowcs=MSVCRT_mbstowcs @1026 - mbstowcs_s=MSVCRT__mbstowcs_s @1027 - mbtowc=MSVCRT_mbtowc @1028 - memchr=MSVCRT_memchr @1029 - memcmp=MSVCRT_memcmp @1030 - memcpy=MSVCRT_memcpy @1031 - memcpy_s=MSVCRT_memcpy_s @1032 - memmove=MSVCRT_memmove @1033 - memmove_s=MSVCRT_memmove_s @1034 - memset=MSVCRT_memset @1035 - mktime=MSVCRT_mktime @1036 - modf=MSVCRT_modf @1037 - perror=MSVCRT_perror @1038 - pow=MSVCRT_pow @1039 - printf=MSVCRT_printf @1040 - printf_s=MSVCRT_printf_s @1041 - putc=MSVCRT_putc @1042 - putchar=MSVCRT_putchar @1043 - puts=MSVCRT_puts @1044 - putwc=MSVCRT_fputwc @1045 - putwchar=MSVCRT__fputwchar @1046 - qsort=MSVCRT_qsort @1047 - qsort_s=MSVCRT_qsort_s @1048 - raise=MSVCRT_raise @1049 - rand=MSVCRT_rand @1050 - rand_s=MSVCRT_rand_s @1051 - realloc=MSVCRT_realloc @1052 - remove=MSVCRT_remove @1053 - rename=MSVCRT_rename @1054 - rewind=MSVCRT_rewind @1055 - scanf=MSVCRT_scanf @1056 - scanf_s=MSVCRT_scanf_s @1057 - setbuf=MSVCRT_setbuf @1058 - setlocale=MSVCRT_setlocale @1059 - setvbuf=MSVCRT_setvbuf @1060 - signal=MSVCRT_signal @1061 - sin=MSVCRT_sin @1062 - sinh=MSVCRT_sinh @1063 - sprintf=MSVCRT_sprintf @1064 - sprintf_s=MSVCRT_sprintf_s @1065 - sqrt=MSVCRT_sqrt @1066 - srand=MSVCRT_srand @1067 - sscanf=MSVCRT_sscanf @1068 - sscanf_s=MSVCRT_sscanf_s @1069 - strcat=ntdll.strcat @1070 - strcat_s=MSVCRT_strcat_s @1071 - strchr=MSVCRT_strchr @1072 - strcmp=MSVCRT_strcmp @1073 - strcoll=MSVCRT_strcoll @1074 - strcpy=ntdll.strcpy @1075 - strcpy_s=MSVCRT_strcpy_s @1076 - strcspn=ntdll.strcspn @1077 - strerror=MSVCRT_strerror @1078 - strerror_s=MSVCRT_strerror_s @1079 - strftime=MSVCRT_strftime @1080 - strlen=MSVCRT_strlen @1081 - strncat=MSVCRT_strncat @1082 - strncat_s=MSVCRT_strncat_s @1083 - strncmp=MSVCRT_strncmp @1084 - strncpy=MSVCRT_strncpy @1085 - strncpy_s=MSVCRT_strncpy_s @1086 - strnlen=MSVCRT_strnlen @1087 - strpbrk=ntdll.strpbrk @1088 - strrchr=MSVCRT_strrchr @1089 - strspn=ntdll.strspn @1090 - strstr=MSVCRT_strstr @1091 - strtod=MSVCRT_strtod @1092 - strtok=MSVCRT_strtok @1093 - strtok_s=MSVCRT_strtok_s @1094 - strtol=MSVCRT_strtol @1095 - strtoul=MSVCRT_strtoul @1096 - strxfrm=MSVCRT_strxfrm @1097 - swprintf=MSVCRT_swprintf @1098 - swprintf_s=MSVCRT_swprintf_s @1099 - swscanf=MSVCRT_swscanf @1100 - swscanf_s=MSVCRT_swscanf_s @1101 - system=MSVCRT_system @1102 - tan=MSVCRT_tan @1103 - tanh=MSVCRT_tanh @1104 - time=MSVCRT_time @1105 - tmpfile=MSVCRT_tmpfile @1106 - tmpfile_s=MSVCRT_tmpfile_s @1107 - tmpnam=MSVCRT_tmpnam @1108 - tmpnam_s=MSVCRT_tmpnam_s @1109 - tolower=MSVCRT_tolower @1110 - toupper=MSVCRT_toupper @1111 - towlower=MSVCRT_towlower @1112 - towupper=MSVCRT_towupper @1113 - ungetc=MSVCRT_ungetc @1114 - ungetwc=MSVCRT_ungetwc @1115 - vfprintf=MSVCRT_vfprintf @1116 - vfprintf_s=MSVCRT_vfprintf_s @1117 - vfwprintf=MSVCRT_vfwprintf @1118 - vfwprintf_s=MSVCRT_vfwprintf_s @1119 - vprintf=MSVCRT_vprintf @1120 - vprintf_s=MSVCRT_vprintf_s @1121 - vsnprintf=MSVCRT_vsnprintf @1122 - vsprintf=MSVCRT_vsprintf @1123 - vsprintf_s=MSVCRT_vsprintf_s @1124 - vswprintf=MSVCRT_vswprintf @1125 - vswprintf_s=MSVCRT_vswprintf_s @1126 - vwprintf=MSVCRT_vwprintf @1127 - vwprintf_s=MSVCRT_vwprintf_s @1128 - wcrtomb=MSVCRT_wcrtomb @1129 - wcscat=ntdll.wcscat @1130 - wcscat_s=MSVCRT_wcscat_s @1131 - wcschr=MSVCRT_wcschr @1132 - wcscmp=ntdll.wcscmp @1133 - wcscoll=MSVCRT_wcscoll @1134 - wcscpy=ntdll.wcscpy @1135 - wcscpy_s=MSVCRT_wcscpy_s @1136 - wcscspn=ntdll.wcscspn @1137 - wcsftime=MSVCRT_wcsftime @1138 - wcslen=MSVCRT_wcslen @1139 - wcsncat=ntdll.wcsncat @1140 - wcsncat_s=MSVCRT_wcsncat_s @1141 - wcsncmp=MSVCRT_wcsncmp @1142 - wcsncpy=MSVCRT_wcsncpy @1143 - wcsncpy_s=MSVCRT_wcsncpy_s @1144 - wcsnlen=MSVCRT_wcsnlen @1145 - wcspbrk=MSVCRT_wcspbrk @1146 - wcsrchr=ntdll.wcsrchr @1147 - wcsrtombs=MSVCRT_wcsrtombs @1148 - wcsrtombs_s=MSVCRT_wcsrtombs_s @1149 - wcsspn=ntdll.wcsspn @1150 - wcsstr=MSVCRT_wcsstr @1151 - wcstod=MSVCRT_wcstod @1152 - wcstok=MSVCRT_wcstok @1153 - wcstok_s=MSVCRT_wcstok_s @1154 - wcstol=ntdll.wcstol @1155 - wcstombs=MSVCRT_wcstombs @1156 - wcstombs_s=MSVCRT_wcstombs_s @1157 - wcstoul=MSVCRT_wcstoul @1158 - wcsxfrm=MSVCRT_wcsxfrm @1159 - wctob=MSVCRT_wctob @1160 - wctomb=MSVCRT_wctomb @1161 - wctomb_s=MSVCRT_wctomb_s @1162 - wprintf=MSVCRT_wprintf @1163 - wprintf_s=MSVCRT_wprintf_s @1164 - wscanf=MSVCRT_wscanf @1165 - wscanf_s=MSVCRT_wscanf_s @1166 + __CxxRegisterExceptionObject @91 + __CxxUnregisterExceptionObject @92 + __DestructExceptionObject @93 + __RTCastToVoid=MSVCRT___RTCastToVoid @94 + __RTDynamicCast=MSVCRT___RTDynamicCast @95 + __RTtypeid=MSVCRT___RTtypeid @96 + __STRINGTOLD @97 + ___lc_codepage_func @98 + ___lc_collate_cp_func @99 + ___lc_handle_func @100 + ___mb_cur_max_func=MSVCRT____mb_cur_max_func @101 + ___setlc_active_func=MSVCRT____setlc_active_func @102 + ___unguarded_readlc_active_add_func=MSVCRT____unguarded_readlc_active_add_func @103 + __argc=MSVCRT___argc @104 DATA + __argv=MSVCRT___argv @105 DATA + __badioinfo=MSVCRT___badioinfo @106 DATA + __crtCompareStringA @107 + __crtCompareStringW @108 + __crtGetLocaleInfoW @109 + __crtGetStringTypeW @110 + __crtLCMapStringA @111 + __crtLCMapStringW @112 + __daylight=MSVCRT___p__daylight @113 + __dllonexit @114 + __doserrno=MSVCRT___doserrno @115 + __dstbias=MSVCRT___p__dstbias @116 + __fpecode @117 + __getmainargs @119 + __initenv=MSVCRT___initenv @120 DATA + __iob_func=MSVCRT___iob_func @121 + __isascii=MSVCRT___isascii @122 + __iscsym=MSVCRT___iscsym @123 + __iscsymf=MSVCRT___iscsymf @124 + __lc_codepage=MSVCRT___lc_codepage @125 DATA + __lc_collate_cp=MSVCRT___lc_collate_cp @127 DATA + __lc_handle=MSVCRT___lc_handle @128 DATA + __lconv_init @129 + __libm_sse2_acos=MSVCRT___libm_sse2_acos @130 + __libm_sse2_acosf=MSVCRT___libm_sse2_acosf @131 + __libm_sse2_asin=MSVCRT___libm_sse2_asin @132 + __libm_sse2_asinf=MSVCRT___libm_sse2_asinf @133 + __libm_sse2_atan=MSVCRT___libm_sse2_atan @134 + __libm_sse2_atan2=MSVCRT___libm_sse2_atan2 @135 + __libm_sse2_atanf=MSVCRT___libm_sse2_atanf @136 + __libm_sse2_cos=MSVCRT___libm_sse2_cos @137 + __libm_sse2_cosf=MSVCRT___libm_sse2_cosf @138 + __libm_sse2_exp=MSVCRT___libm_sse2_exp @139 + __libm_sse2_expf=MSVCRT___libm_sse2_expf @140 + __libm_sse2_log=MSVCRT___libm_sse2_log @141 + __libm_sse2_log10=MSVCRT___libm_sse2_log10 @142 + __libm_sse2_log10f=MSVCRT___libm_sse2_log10f @143 + __libm_sse2_logf=MSVCRT___libm_sse2_logf @144 + __libm_sse2_pow=MSVCRT___libm_sse2_pow @145 + __libm_sse2_powf=MSVCRT___libm_sse2_powf @146 + __libm_sse2_sin=MSVCRT___libm_sse2_sin @147 + __libm_sse2_sinf=MSVCRT___libm_sse2_sinf @148 + __libm_sse2_tan=MSVCRT___libm_sse2_tan @149 + __libm_sse2_tanf=MSVCRT___libm_sse2_tanf @150 + __mb_cur_max=MSVCRT___mb_cur_max @151 DATA + __p___argc=MSVCRT___p___argc @152 + __p___argv=MSVCRT___p___argv @153 + __p___initenv @154 + __p___mb_cur_max @155 + __p___wargv=MSVCRT___p___wargv @156 + __p___winitenv @157 + __p__acmdln @158 + __p__amblksiz @159 + __p__commode @160 + __p__daylight=MSVCRT___p__daylight @161 + __p__dstbias=MSVCRT___p__dstbias @162 + __p__environ=MSVCRT___p__environ @163 + __p__fmode @165 + __p__iob=MSVCRT___iob_func @166 + __p__mbctype @168 + __p__osver @169 + __p__pctype=MSVCRT___p__pctype @170 + __p__pgmptr=MSVCRT___p__pgmptr @171 + __p__timezone=MSVCRT___p__timezone @173 + __p__tzname @174 + __p__wcmdln @175 + __p__wenviron=MSVCRT___p__wenviron @176 + __p__winmajor @177 + __p__winminor @178 + __p__winver @179 + __p__wpgmptr=MSVCRT___p__wpgmptr @180 + __pctype_func=MSVCRT___pctype_func @181 + __pioinfo=MSVCRT___pioinfo @182 DATA + __pxcptinfoptrs=MSVCRT___pxcptinfoptrs @183 + __set_app_type=MSVCRT___set_app_type @184 + __setlc_active=MSVCRT___setlc_active @185 DATA + __setusermatherr=MSVCRT___setusermatherr @186 + __threadhandle=kernel32.GetCurrentThread @187 + __threadid=kernel32.GetCurrentThreadId @188 + __toascii=MSVCRT___toascii @189 + __uncaught_exception=MSVCRT___uncaught_exception @190 + __unDName @191 + __unDNameEx @192 + __unguarded_readlc_active=MSVCRT___unguarded_readlc_active @193 DATA + __wargv=MSVCRT___wargv @194 DATA + __wcserror=MSVCRT___wcserror @195 + __wcserror_s=MSVCRT___wcserror_s @196 + __wgetmainargs @197 + __winitenv=MSVCRT___winitenv @198 DATA + _abnormal_termination @199 + _abs64 @200 + _access=MSVCRT__access @201 + _access_s=MSVCRT__access_s @202 + _acmdln=MSVCRT__acmdln @203 DATA + _adj_fdiv_m16i@4 @204 + _adj_fdiv_m32@4 @205 + _adj_fdiv_m32i@4 @206 + _adj_fdiv_m64@8 @207 + _adj_fdiv_r @208 + _adj_fdivr_m16i@4 @209 + _adj_fdivr_m32@4 @210 + _adj_fdivr_m32i@4 @211 + _adj_fdivr_m64@8 @212 + _adj_fpatan @213 + _adj_fprem @214 + _adj_fprem1 @215 + _adj_fptan @216 + _adjust_fdiv=MSVCRT__adjust_fdiv @217 DATA + _aexit_rtn @218 DATA + _aligned_free @219 + _aligned_malloc @220 + _aligned_offset_malloc @221 + _aligned_offset_realloc @222 + _aligned_realloc @223 + _amsg_exit @224 + _assert=MSVCRT__assert @225 + _atodbl=MSVCRT__atodbl @226 + _atodbl_l=MSVCRT__atodbl_l @227 + _atof_l=MSVCRT__atof_l @228 + _atoflt_l=MSVCRT__atoflt_l @229 + _atoi64=ntdll._atoi64 @230 + _atoi_l=MSVCRT__atoi_l @231 + _atoldbl=MSVCRT__atoldbl @232 + _beep=MSVCRT__beep @233 + _beginthread @234 + _beginthreadex @235 + _c_exit=MSVCRT__c_exit @236 + _cabs=MSVCRT__cabs @237 + _callnewh @238 + _cexit=MSVCRT__cexit @239 + _cgets @240 + _chdir=MSVCRT__chdir @241 + _chdrive=MSVCRT__chdrive @242 + _chgsign=MSVCRT__chgsign @243 + _chkesp @244 + _chmod=MSVCRT__chmod @245 + _chsize=MSVCRT__chsize @246 + _chsize_s=MSVCRT__chsize_s @247 + _clearfp @248 + _close=MSVCRT__close @249 + _commit=MSVCRT__commit @250 + _commode=MSVCRT__commode @251 DATA + _control87 @252 + _controlfp @253 + _controlfp_s @254 + _copysign=MSVCRT__copysign @255 + _cprintf @256 + _cputs @257 + _cputws @258 + _creat=MSVCRT__creat @259 + _create_locale=MSVCRT__create_locale @260 + _cscanf @261 + _cscanf_l @262 + _cscanf_s @263 + _cscanf_s_l @264 + _ctime32=MSVCRT__ctime32 @265 + _ctime32_s=MSVCRT__ctime32_s @266 + _ctime64=MSVCRT__ctime64 @267 + _ctime64_s=MSVCRT__ctime64_s @268 + _ctype=MSVCRT__ctype @269 DATA + _cwait @270 + _cwprintf @271 + _cwscanf @272 + _cwscanf_l @273 + _cwscanf_s @274 + _cwscanf_s_l @275 + _daylight=MSVCRT___daylight @276 DATA + _difftime32=MSVCRT__difftime32 @277 + _difftime64=MSVCRT__difftime64 @278 + _dstbias=MSVCRT__dstbias @279 DATA + _dup=MSVCRT__dup @280 + _dup2=MSVCRT__dup2 @281 + _ecvt=MSVCRT__ecvt @282 + _ecvt_s=MSVCRT__ecvt_s @283 + _endthread @284 + _endthreadex @285 + _environ=MSVCRT__environ @286 DATA + _eof=MSVCRT__eof @287 + _errno=MSVCRT__errno @288 + _except_handler2 @289 + _except_handler3 @290 + _except_handler4_common @291 + _execl @292 + _execle @293 + _execlp @294 + _execlpe @295 + _execv @296 + _execve=MSVCRT__execve @297 + _execvp @298 + _execvpe @299 + _exit=MSVCRT__exit @300 + _expand @301 + _fcloseall=MSVCRT__fcloseall @302 + _fcvt=MSVCRT__fcvt @303 + _fcvt_s=MSVCRT__fcvt_s @304 + _fdopen=MSVCRT__fdopen @305 + _fgetchar=MSVCRT__fgetchar @306 + _fgetwchar=MSVCRT__fgetwchar @307 + _filbuf=MSVCRT__filbuf @308 + _filelength=MSVCRT__filelength @309 + _filelengthi64=MSVCRT__filelengthi64 @310 + _fileno=MSVCRT__fileno @311 + _findclose=MSVCRT__findclose @312 + _findfirst=MSVCRT__findfirst @313 + _findfirst32=MSVCRT__findfirst32 @314 + _findfirst64=MSVCRT__findfirst64 @315 + _findfirst64i32=MSVCRT__findfirst64i32 @316 + _findfirsti64=MSVCRT__findfirsti64 @317 + _findnext=MSVCRT__findnext @318 + _findnext32=MSVCRT__findnext32 @319 + _findnext64=MSVCRT__findnext64 @320 + _findnext64i32=MSVCRT__findnext64i32 @321 + _findnexti64=MSVCRT__findnexti64 @322 + _finite=MSVCRT__finite @323 + _flsbuf=MSVCRT__flsbuf @324 + _flushall=MSVCRT__flushall @325 + _fmode=MSVCRT__fmode @326 DATA + _fpclass=MSVCRT__fpclass @327 + _fpieee_flt @328 + _fpreset @329 + _fputchar=MSVCRT__fputchar @330 + _fputwchar=MSVCRT__fputwchar @331 + _free_locale=MSVCRT__free_locale @332 + _fscanf_l=MSVCRT__fscanf_l @333 + _fscanf_s_l=MSVCRT__fscanf_s_l @334 + _fseeki64=MSVCRT__fseeki64 @335 + _fsopen=MSVCRT__fsopen @336 + _fstat=MSVCRT__fstat @337 + _fstat64=MSVCRT__fstat64 @338 + _fstati64=MSVCRT__fstati64 @339 + _ftelli64=MSVCRT__ftelli64 @340 + _ftime=MSVCRT__ftime @341 + _ftime32=MSVCRT__ftime32 @342 + _ftime32_s=MSVCRT__ftime32_s @343 + _ftime64=MSVCRT__ftime64 @344 + _ftime64_s=MSVCRT__ftime64_s @345 + _ftol=MSVCRT__ftol @346 + _ftol2=MSVCRT__ftol @347 + _ftol2_sse=MSVCRT__ftol @348 + _fullpath=MSVCRT__fullpath @349 + _futime @350 + _futime32 @351 + _futime64 @352 + _fwprintf_l=MSVCRT__fwprintf_l @353 + _fwscanf_l=MSVCRT__fwscanf_l @354 + _fwscanf_s_l=MSVCRT__fwscanf_s_l @355 + _gcvt=MSVCRT__gcvt @356 + _gcvt_s=MSVCRT__gcvt_s @357 + _get_current_locale=MSVCRT__get_current_locale @358 + _get_doserrno @359 + _get_errno @360 + _get_fmode=MSVCRT__get_fmode @361 + _get_heap_handle @362 + _get_osfhandle=MSVCRT__get_osfhandle @363 + _get_osplatform=MSVCRT__get_osplatform @364 + _get_output_format=MSVCRT__get_output_format @365 + _get_pgmptr @366 + _get_sbh_threshold @367 + _get_wpgmptr @368 + _get_terminate=MSVCRT__get_terminate @369 + _get_tzname=MSVCRT__get_tzname @370 + _get_unexpected=MSVCRT__get_unexpected @371 + _getch @372 + _getche @373 + _getcwd=MSVCRT__getcwd @374 + _getdcwd=MSVCRT__getdcwd @375 + _getdiskfree=MSVCRT__getdiskfree @376 + _getdllprocaddr @377 + _getdrive=MSVCRT__getdrive @378 + _getdrives=kernel32.GetLogicalDrives @379 + _getmaxstdio=MSVCRT__getmaxstdio @380 + _getmbcp @381 + _getpid @382 + _getw=MSVCRT__getw @384 + _getwch @385 + _getwche @386 + _getws=MSVCRT__getws @387 + _global_unwind2 @388 + _gmtime32=MSVCRT__gmtime32 @389 + _gmtime32_s=MSVCRT__gmtime32_s @390 + _gmtime64=MSVCRT__gmtime64 @391 + _gmtime64_s=MSVCRT__gmtime64_s @392 + _heapadd @393 + _heapchk @394 + _heapmin @395 + _heapset @396 + _heapwalk @398 + _hypot @399 + _hypotf=MSVCRT__hypotf @400 + _i64toa=ntdll._i64toa @401 + _i64toa_s=MSVCRT__i64toa_s @402 + _i64tow=ntdll._i64tow @403 + _i64tow_s=MSVCRT__i64tow_s @404 + _initterm @405 + _initterm_e @406 + _invalid_parameter=MSVCRT__invalid_parameter @410 + _iob=MSVCRT__iob @411 DATA + _isalnum_l=MSVCRT__isalnum_l @412 + _isalpha_l=MSVCRT__isalpha_l @413 + _isatty=MSVCRT__isatty @414 + _iscntrl_l=MSVCRT__iscntrl_l @415 + _isctype=MSVCRT__isctype @416 + _isctype_l=MSVCRT__isctype_l @417 + _isdigit_l=MSVCRT__isdigit_l @418 + _isgraph_l=MSVCRT__isgraph_l @419 + _isleadbyte_l=MSVCRT__isleadbyte_l @420 + _islower_l=MSVCRT__islower_l @421 + _ismbbkana @426 + _ismbblead @429 + _ismbblead_l @430 + _ismbbtrail @433 + _ismbcalnum @434 + _ismbcalpha @435 + _ismbcdigit @436 + _ismbcgraph @437 + _ismbchira @438 + _ismbckata @439 + _ismbcl0 @440 + _ismbclegal @443 + _ismbclower @444 + _ismbcprint @445 + _ismbcpunct @446 + _ismbcspace @447 + _ismbcsymbol @448 + _ismbcupper @449 + _ismbslead @450 + _ismbstrail @451 + _isnan=MSVCRT__isnan @452 + _isprint_l=MSVCRT__isprint_l @453 + _isspace_l=MSVCRT__isspace_l @454 + _isupper_l=MSVCRT__isupper_l @455 + _iswalpha_l=MSVCRT__iswalpha_l @456 + _iswctype_l=MSVCRT__iswctype_l @457 + _iswdigit_l=MSVCRT__iswdigit_l @458 + _iswpunct_l=MSVCRT__iswpunct_l @459 + _iswspace_l=MSVCRT__iswspace_l @460 + _isxdigit_l=MSVCRT__isxdigit_l @461 + _itoa=MSVCRT__itoa @462 + _itoa_s=MSVCRT__itoa_s @463 + _itow=ntdll._itow @464 + _itow_s=MSVCRT__itow_s @465 + _j0=MSVCRT__j0 @466 + _j1=MSVCRT__j1 @467 + _jn=MSVCRT__jn @468 + _kbhit @469 + _lfind @470 + _lfind_s @471 + _loaddll @472 + _local_unwind2 @473 + _local_unwind4 @474 + _localtime32=MSVCRT__localtime32 @475 + _localtime32_s @476 + _localtime64=MSVCRT__localtime64 @477 + _localtime64_s @478 + _lock @479 + _lock_file=MSVCRT__lock_file @480 + _locking=MSVCRT__locking @481 + _logb=MSVCRT__logb @482 + _longjmpex=MSVCRT_longjmp @483 + _lrotl=MSVCRT__lrotl @484 + _lrotr=MSVCRT__lrotr @485 + _lsearch @486 + _lseek=MSVCRT__lseek @487 + _lseeki64=MSVCRT__lseeki64 @488 + _ltoa=ntdll._ltoa @489 + _ltoa_s=MSVCRT__ltoa_s @490 + _ltow=ntdll._ltow @491 + _ltow_s=MSVCRT__ltow_s @492 + _makepath=MSVCRT__makepath @493 + _makepath_s=MSVCRT__makepath_s @494 + _matherr=MSVCRT__matherr @495 + _mbbtombc @496 + _mbbtype @497 + _mbccpy @498 + _mbccpy_l @499 + _mbccpy_s @500 + _mbccpy_s_l @501 + _mbcjistojms @502 + _mbcjmstojis @503 + _mbclen @504 + _mbctohira @505 + _mbctokata @506 + _mbctolower @507 + _mbctombb @508 + _mbctoupper @509 + _mbctype=MSVCRT_mbctype @510 DATA + _mbsbtype @511 + _mbscat @512 + _mbscat_s @513 + _mbscat_s_l @514 + _mbschr @515 + _mbscmp @516 + _mbscoll @517 + _mbscoll_l @518 + _mbscpy @519 + _mbscpy_s @520 + _mbscpy_s_l @521 + _mbscspn @522 + _mbsdec @523 + _mbsdup=MSVCRT__strdup @524 + _mbsicmp @525 + _mbsicoll @526 + _mbsicoll_l @527 + _mbsinc @528 + _mbslen @529 + _mbslen_l @530 + _mbslwr @531 + _mbslwr_s @532 + _mbsnbcat @533 + _mbsnbcat_s @534 + _mbsnbcmp @535 + _mbsnbcnt @536 + _mbsnbcoll @537 + _mbsnbcoll_l @538 + _mbsnbcpy @539 + _mbsnbcpy_s @540 + _mbsnbcpy_s_l @541 + _mbsnbicmp @542 + _mbsnbicoll @543 + _mbsnbicoll_l @544 + _mbsnbset @545 + _mbsncat @546 + _mbsnccnt @547 + _mbsncmp @548 + _mbsncpy @550 + _mbsnextc @551 + _mbsnicmp @552 + _mbsninc @554 + _mbsnlen @555 + _mbsnlen_l @556 + _mbsnset @557 + _mbspbrk @558 + _mbsrchr @559 + _mbsrev @560 + _mbsset @561 + _mbsspn @562 + _mbsspnp @563 + _mbsstr @564 + _mbstok @565 + _mbstok_l @566 + _mbstok_s @567 + _mbstok_s_l @568 + _mbstowcs_l=MSVCRT__mbstowcs_l @569 + _mbstowcs_s_l=MSVCRT__mbstowcs_s_l @570 + _mbstrlen @571 + _mbstrlen_l @572 + _mbsupr @573 + _mbsupr_s @574 + _mbtowc_l=MSVCRT_mbtowc_l @575 + _memccpy=ntdll._memccpy @576 + _memicmp=MSVCRT__memicmp @577 + _memicmp_l=MSVCRT__memicmp_l @578 + _mkdir=MSVCRT__mkdir @579 + _mkgmtime=MSVCRT__mkgmtime @580 + _mkgmtime32=MSVCRT__mkgmtime32 @581 + _mkgmtime64=MSVCRT__mkgmtime64 @582 + _mktemp=MSVCRT__mktemp @583 + _mktemp_s=MSVCRT__mktemp_s @584 + _mktime32=MSVCRT__mktime32 @585 + _mktime64=MSVCRT__mktime64 @586 + _msize @587 + _nextafter=MSVCRT__nextafter @588 + _onexit=MSVCRT__onexit @589 + _open=MSVCRT__open @590 + _open_osfhandle=MSVCRT__open_osfhandle @591 + _osplatform=MSVCRT__osplatform @592 DATA + _osver=MSVCRT__osver @593 DATA + _pclose=MSVCRT__pclose @597 + _pctype=MSVCRT__pctype @598 DATA + _pgmptr=MSVCRT__pgmptr @599 DATA + _pipe=MSVCRT__pipe @600 + _popen=MSVCRT__popen @601 + _purecall @602 + _putch @603 + _putenv @604 + _putenv_s @605 + _putw=MSVCRT__putw @606 + _putwch @607 + _putws=MSVCRT__putws @608 + _read=MSVCRT__read @609 + _resetstkoflw=MSVCRT__resetstkoflw @610 + _rmdir=MSVCRT__rmdir @611 + _rmtmp=MSVCRT__rmtmp @612 + _rotl @613 + _rotl64 @614 + _rotr @615 + _rotr64 @616 + _safe_fdiv @617 + _safe_fdivr @618 + _safe_fprem @619 + _safe_fprem1 @620 + _scalb=MSVCRT__scalb @621 + _scanf_l=MSVCRT__scanf_l @622 + _scanf_s_l=MSVCRT__scanf_s_l @623 + _scprintf=MSVCRT__scprintf @624 + _scwprintf=MSVCRT__scwprintf @625 + _searchenv=MSVCRT__searchenv @626 + _searchenv_s=MSVCRT__searchenv_s @627 + _seh_longjmp_unwind4@4 @628 + _seh_longjmp_unwind@4 @629 + _set_SSE2_enable=MSVCRT__set_SSE2_enable @630 + _set_controlfp @631 + _set_doserrno @632 + _set_errno @633 + _set_error_mode @634 + _set_fmode=MSVCRT__set_fmode @635 + _set_output_format=MSVCRT__set_output_format @636 + _set_sbh_threshold @637 + _seterrormode @638 + _setjmp=MSVCRT__setjmp @639 + _setjmp3=MSVCRT__setjmp3 @640 + _setmaxstdio=MSVCRT__setmaxstdio @641 + _setmbcp @642 + _setmode=MSVCRT__setmode @643 + _sleep=MSVCRT__sleep @645 + _snprintf=MSVCRT__snprintf @646 + _snprintf_l=MSVCRT__snprintf_l @647 + _snprintf_s=MSVCRT__snprintf_s @648 + _snscanf=MSVCRT__snscanf @649 + _snscanf_l=MSVCRT__snscanf_l @650 + _snscanf_s=MSVCRT__snscanf_s @651 + _snscanf_s_l=MSVCRT__snscanf_s_l @652 + _snwprintf=MSVCRT__snwprintf @653 + _snwprintf_l=MSVCRT__snwprintf_l @654 + _snwprintf_s=MSVCRT__snwprintf_s @655 + _snwprintf_s_l=MSVCRT__snwprintf_s_l @656 + _snwscanf=MSVCRT__snwscanf @657 + _snwscanf_l=MSVCRT__snwscanf_l @658 + _snwscanf_s=MSVCRT__snwscanf_s @659 + _snwscanf_s_l=MSVCRT__snwscanf_s_l @660 + _sopen=MSVCRT__sopen @661 + _sopen_s=MSVCRT__sopen_s @662 + _spawnl @663 + _spawnle @664 + _spawnlp @665 + _spawnlpe @666 + _spawnv @667 + _spawnve=MSVCRT__spawnve @668 + _spawnvp @669 + _spawnvpe=MSVCRT__spawnvpe @670 + _splitpath=MSVCRT__splitpath @671 + _splitpath_s=MSVCRT__splitpath_s @672 + _sprintf_l=MSVCRT_sprintf_l @673 + _sprintf_p_l=MSVCRT_sprintf_p_l @674 + _sprintf_s_l=MSVCRT_sprintf_s_l @675 + _sscanf_l=MSVCRT__sscanf_l @676 + _sscanf_s_l=MSVCRT__sscanf_s_l @677 + _stat=MSVCRT_stat @678 + _stat64=MSVCRT_stat64 @679 + _stati64=MSVCRT_stati64 @680 + _statusfp @681 + _strcmpi=MSVCRT__stricmp @682 + _strcoll_l=MSVCRT_strcoll_l @683 + _strdate=MSVCRT__strdate @684 + _strdate_s @685 + _strdup=MSVCRT__strdup @686 + _strerror=MSVCRT__strerror @687 + _stricmp=MSVCRT__stricmp @688 + _stricmp_l=MSVCRT__stricmp_l @689 + _stricoll=MSVCRT__stricoll @690 + _stricoll_l=MSVCRT__stricoll_l @691 + _strlwr=MSVCRT__strlwr @692 + _strlwr_l @693 + _strlwr_s=MSVCRT__strlwr_s @694 + _strlwr_s_l=MSVCRT__strlwr_s_l @695 + _strncoll=MSVCRT__strncoll @696 + _strncoll_l=MSVCRT__strncoll_l @697 + _strnicmp=MSVCRT__strnicmp @698 + _strnicmp_l=MSVCRT__strnicmp_l @699 + _strnicoll=MSVCRT__strnicoll @700 + _strnicoll_l=MSVCRT__strnicoll_l @701 + _strnset=MSVCRT__strnset @702 + _strnset_s=MSVCRT__strnset_s @703 + _strrev=MSVCRT__strrev @704 + _strset @705 + _strtime=MSVCRT__strtime @706 + _strtime_s @707 + _strtod_l=MSVCRT_strtod_l @708 + _strtoi64=MSVCRT_strtoi64 @709 + _strtoi64_l=MSVCRT_strtoi64_l @710 + _strtol_l=MSVCRT__strtol_l @711 + _strtoui64=MSVCRT_strtoui64 @712 + _strtoui64_l=MSVCRT_strtoui64_l @713 + _strtoul_l=MSVCRT_strtoul_l @714 + _strupr=MSVCRT__strupr @715 + _strupr_l=MSVCRT__strupr_l @716 + _strupr_s=MSVCRT__strupr_s @717 + _strupr_s_l=MSVCRT__strupr_s_l @718 + _strxfrm_l=MSVCRT__strxfrm_l @719 + _swab=MSVCRT__swab @720 + _swprintf=MSVCRT_swprintf @721 + _swprintf_p_l=MSVCRT_swprintf_p_l @722 + _swprintf_s_l=MSVCRT__swprintf_s_l @723 + _swscanf_l=MSVCRT__swscanf_l @724 + _swscanf_s_l=MSVCRT__swscanf_s_l @725 + _sys_errlist=MSVCRT__sys_errlist @726 DATA + _sys_nerr=MSVCRT__sys_nerr @727 DATA + _tell=MSVCRT__tell @728 + _telli64 @729 + _tempnam=MSVCRT__tempnam @730 + _time32=MSVCRT__time32 @731 + _time64=MSVCRT__time64 @732 + _timezone=MSVCRT___timezone @733 DATA + _tolower=MSVCRT__tolower @734 + _tolower_l=MSVCRT__tolower_l @735 + _toupper=MSVCRT__toupper @736 + _toupper_l=MSVCRT__toupper_l @737 + _towlower_l=MSVCRT__towlower_l @738 + _towupper_l=MSVCRT__towupper_l @739 + _tzname=MSVCRT__tzname @740 DATA + _tzset=MSVCRT__tzset @741 + _ui64toa=ntdll._ui64toa @742 + _ui64toa_s=MSVCRT__ui64toa_s @743 + _ui64tow=ntdll._ui64tow @744 + _ui64tow_s=MSVCRT__ui64tow_s @745 + _ultoa=ntdll._ultoa @746 + _ultoa_s=MSVCRT__ultoa_s @747 + _ultow=ntdll._ultow @748 + _ultow_s=MSVCRT__ultow_s @749 + _umask=MSVCRT__umask @750 + _ungetch @751 + _ungetwch @752 + _unlink=MSVCRT__unlink @753 + _unloaddll @754 + _unlock @755 + _unlock_file=MSVCRT__unlock_file @756 + _utime32 @757 + _utime64 @758 + _vcprintf @759 + _vcwprintf @760 + _vfprintf_l=MSVCRT__vfprintf_l @761 + _vfprintf_p=MSVCRT__vfprintf_p @762 + _vfprintf_p_l=MSVCRT__vfprintf_p_l @763 + _vfprintf_s_l=MSVCRT__vfprintf_s_l @764 + _vfwprintf_l=MSVCRT__vfwprintf_l @765 + _vfwprintf_p=MSVCRT__vfwprintf_p @766 + _vfwprintf_p_l=MSVCRT__vfwprintf_p_l @767 + _vfwprintf_s_l=MSVCRT__vfwprintf_s_l @768 + _utime @769 + _vscprintf=MSVCRT__vscprintf @770 + _vscprintf_p_l=MSVCRT__vscprintf_p_l @771 + _vscwprintf=MSVCRT__vscwprintf @772 + _vscwprintf_l=MSVCRT__vscwprintf_l @773 + _vscwprintf_p_l=MSVCRT__vscwprintf_p_l @774 + _vsnprintf=MSVCRT_vsnprintf @775 + _vsnprintf_c=MSVCRT_vsnprintf @776 + _vsnprintf_c_l=MSVCRT_vsnprintf_l @777 + _vsnprintf_l=MSVCRT_vsnprintf_l @778 + _vsnprintf_s=MSVCRT_vsnprintf_s @779 + _vsnprintf_s_l=MSVCRT_vsnprintf_s_l @780 + _vsnwprintf=MSVCRT_vsnwprintf @781 + _vsnwprintf_l=MSVCRT_vsnwprintf_l @782 + _vsnwprintf_s=MSVCRT_vsnwprintf_s @783 + _vsnwprintf_s_l=MSVCRT_vsnwprintf_s_l @784 + _vsprintf_l=MSVCRT_vsprintf_l @785 + _vsprintf_p=MSVCRT_vsprintf_p @786 + _vsprintf_p_l=MSVCRT_vsprintf_p_l @787 + _vsprintf_s_l=MSVCRT_vsprintf_s_l @788 + _vswprintf=MSVCRT_vswprintf @789 + _vswprintf_c=MSVCRT_vsnwprintf @790 + _vswprintf_c_l=MSVCRT_vsnwprintf_l @791 + _vswprintf_l=MSVCRT_vswprintf_l @792 + _vswprintf_p_l=MSVCRT_vswprintf_p_l @793 + _vswprintf_s_l=MSVCRT_vswprintf_s_l @794 + _waccess=MSVCRT__waccess @795 + _waccess_s=MSVCRT__waccess_s @796 + _wasctime=MSVCRT__wasctime @797 + _wasctime_s=MSVCRT__wasctime_s @798 + _wassert=MSVCRT__wassert @799 + _wchdir=MSVCRT__wchdir @800 + _wchmod=MSVCRT__wchmod @801 + _wcmdln=MSVCRT__wcmdln @802 DATA + _wcreat=MSVCRT__wcreat @803 + _wcscoll_l=MSVCRT__wcscoll_l @804 + _wcsdup=MSVCRT__wcsdup @805 + _wcserror=MSVCRT__wcserror @806 + _wcserror_s=MSVCRT__wcserror_s @807 + _wcsftime_l=MSVCRT__wcsftime_l @808 + _wcsicmp=MSVCRT__wcsicmp @809 + _wcsicmp_l=MSVCRT__wcsicmp_l @810 + _wcsicoll=MSVCRT__wcsicoll @811 + _wcsicoll_l=MSVCRT__wcsicoll_l @812 + _wcslwr=MSVCRT__wcslwr @813 + _wcslwr_l=MSVCRT__wcslwr_l @814 + _wcslwr_s=MSVCRT__wcslwr_s @815 + _wcslwr_s_l=MSVCRT__wcslwr_s_l @816 + _wcsncoll=MSVCRT__wcsncoll @817 + _wcsncoll_l=MSVCRT__wcsncoll_l @818 + _wcsnicmp=MSVCRT__wcsnicmp @819 + _wcsnicmp_l=MSVCRT__wcsnicmp_l @820 + _wcsnicoll=MSVCRT__wcsnicoll @821 + _wcsnicoll_l=MSVCRT__wcsnicoll_l @822 + _wcsnset=MSVCRT__wcsnset @823 + _wcsrev=MSVCRT__wcsrev @824 + _wcsset=MSVCRT__wcsset @825 + _wcsset_s=MSVCRT__wcsset_s @826 + _wcstod_l=MSVCRT__wcstod_l @827 + _wcstoi64=MSVCRT__wcstoi64 @828 + _wcstoi64_l=MSVCRT__wcstoi64_l @829 + _wcstol_l=MSVCRT__wcstol_l @830 + _wcstombs_l=MSVCRT__wcstombs_l @831 + _wcstombs_s_l=MSVCRT__wcstombs_s_l @832 + _wcstoui64=MSVCRT__wcstoui64 @833 + _wcstoui64_l=MSVCRT__wcstoui64_l @834 + _wcstoul_l=MSVCRT__wcstoul_l @835 + _wcsupr=ntdll._wcsupr @836 + _wcsupr_l=MSVCRT__wcsupr_l @837 + _wcsupr_s=MSVCRT__wcsupr_s @838 + _wcsupr_s_l=MSVCRT__wcsupr_s_l @839 + _wcsxfrm_l=MSVCRT__wcsxfrm_l @840 + _wctime=MSVCRT__wctime @841 + _wctime32=MSVCRT__wctime32 @842 + _wctime32_s=MSVCRT__wctime32_s @843 + _wctime64=MSVCRT__wctime64 @844 + _wctime64_s=MSVCRT__wctime64_s @845 + _wctomb_l=MSVCRT__wctomb_l @846 + _wctomb_s_l=MSVCRT__wctomb_s_l @847 + _wenviron=MSVCRT__wenviron @848 DATA + _wexecl @849 + _wexecle @850 + _wexeclp @851 + _wexeclpe @852 + _wexecv @853 + _wexecve @854 + _wexecvp @855 + _wexecvpe @856 + _wfdopen=MSVCRT__wfdopen @857 + _wfindfirst=MSVCRT__wfindfirst @858 + _wfindfirst32=MSVCRT__wfindfirst32 @859 + _wfindfirst64=MSVCRT__wfindfirst64 @860 + _wfindfirsti64=MSVCRT__wfindfirsti64 @861 + _wfindfirst64i32=MSVCRT__wfindfirst64i32 @862 + _wfindnext=MSVCRT__wfindnext @863 + _wfindnext64=MSVCRT__wfindnext64 @864 + _wfindnext64i32=MSVCRT__wfindnext64i32 @865 + _wfindnexti64=MSVCRT__wfindnexti64 @866 + _wfopen=MSVCRT__wfopen @867 + _wfopen_s=MSVCRT__wfopen_s @868 + _wfreopen=MSVCRT__wfreopen @869 + _wfreopen_s=MSVCRT__wfreopen_s @870 + _wfsopen=MSVCRT__wfsopen @871 + _wfullpath=MSVCRT__wfullpath @872 + _wgetcwd=MSVCRT__wgetcwd @873 + _wgetdcwd=MSVCRT__wgetdcwd @874 + _wgetenv=MSVCRT__wgetenv @875 + _wgetenv_s @876 + _winmajor=MSVCRT__winmajor @877 DATA + _winminor=MSVCRT__winminor @878 DATA + _winver=MSVCRT__winver @879 DATA + _wmakepath=MSVCRT__wmakepath @880 + _wmakepath_s=MSVCRT__wmakepath_s @881 + _wmkdir=MSVCRT__wmkdir @882 + _wmktemp=MSVCRT__wmktemp @883 + _wmktemp_s=MSVCRT__wmktemp_s @884 + _wopen=MSVCRT__wopen @885 + _wperror=MSVCRT__wperror @886 + _wpgmptr=MSVCRT__wpgmptr @887 DATA + _wpopen=MSVCRT__wpopen @888 + _wputenv @889 + _wputenv_s @890 + _wremove=MSVCRT__wremove @891 + _wrename=MSVCRT__wrename @892 + _write=MSVCRT__write @893 + _wrmdir=MSVCRT__wrmdir @894 + _wscanf_l=MSVCRT__wscanf_l @895 + _wscanf_s_l=MSVCRT__wscanf_s_l @896 + _wsearchenv=MSVCRT__wsearchenv @897 + _wsearchenv_s=MSVCRT__wsearchenv_s @898 + _wsetlocale=MSVCRT__wsetlocale @899 + _wsopen=MSVCRT__wsopen @900 + _wsopen_s=MSVCRT__wsopen_s @901 + _wspawnl @902 + _wspawnle @903 + _wspawnlp @904 + _wspawnlpe @905 + _wspawnv @906 + _wspawnve=MSVCRT__wspawnve @907 + _wspawnvp @908 + _wspawnvpe=MSVCRT__wspawnvpe @909 + _wsplitpath=MSVCRT__wsplitpath @910 + _wsplitpath_s=MSVCRT__wsplitpath_s @911 + _wstat=MSVCRT__wstat @912 + _wstati64=MSVCRT__wstati64 @913 + _wstat64=MSVCRT__wstat64 @914 + _wstrdate=MSVCRT__wstrdate @915 + _wstrdate_s @916 + _wstrtime=MSVCRT__wstrtime @917 + _wstrtime_s @918 + _wsystem @919 + _wtempnam=MSVCRT__wtempnam @920 + _wtmpnam=MSVCRT__wtmpnam @921 + _wtmpnam_s=MSVCRT__wtmpnam_s @922 + _wtof=MSVCRT__wtof @923 + _wtof_l=MSVCRT__wtof_l @924 + _wtoi=MSVCRT__wtoi @925 + _wtoi64=MSVCRT__wtoi64 @926 + _wtoi64_l=MSVCRT__wtoi64_l @927 + _wtoi_l=MSVCRT__wtoi_l @928 + _wtol=MSVCRT__wtol @929 + _wtol_l=MSVCRT__wtol_l @930 + _wunlink=MSVCRT__wunlink @931 + _wutime @932 + _wutime32 @933 + _wutime64 @934 + _y0=MSVCRT__y0 @935 + _y1=MSVCRT__y1 @936 + _yn=MSVCRT__yn @937 + abort=MSVCRT_abort @938 + abs=MSVCRT_abs @939 + acos=MSVCRT_acos @940 + asctime=MSVCRT_asctime @941 + asctime_s=MSVCRT_asctime_s @942 + asin=MSVCRT_asin @943 + atan=MSVCRT_atan @944 + atan2=MSVCRT_atan2 @945 + atexit=MSVCRT_atexit @946 PRIVATE + atof=MSVCRT_atof @947 + atoi=MSVCRT_atoi @948 + atol=ntdll.atol @949 + bsearch=MSVCRT_bsearch @950 + bsearch_s=MSVCRT_bsearch_s @951 + btowc=MSVCRT_btowc @952 + calloc=MSVCRT_calloc @953 + ceil=MSVCRT_ceil @954 + clearerr=MSVCRT_clearerr @955 + clearerr_s=MSVCRT_clearerr_s @956 + clock=MSVCRT_clock @957 + cos=MSVCRT_cos @958 + cosh=MSVCRT_cosh @959 + ctime=MSVCRT_ctime @960 + difftime=MSVCRT_difftime @961 + div=MSVCRT_div @962 + exit=MSVCRT_exit @963 + exp=MSVCRT_exp @964 + fabs=MSVCRT_fabs @965 + fclose=MSVCRT_fclose @966 + feof=MSVCRT_feof @967 + ferror=MSVCRT_ferror @968 + fflush=MSVCRT_fflush @969 + fgetc=MSVCRT_fgetc @970 + fgetpos=MSVCRT_fgetpos @971 + fgets=MSVCRT_fgets @972 + fgetwc=MSVCRT_fgetwc @973 + fgetws=MSVCRT_fgetws @974 + floor=MSVCRT_floor @975 + fmod=MSVCRT_fmod @976 + fopen=MSVCRT_fopen @977 + fopen_s=MSVCRT_fopen_s @978 + fprintf=MSVCRT_fprintf @979 + fprintf_s=MSVCRT_fprintf_s @980 + fputc=MSVCRT_fputc @981 + fputs=MSVCRT_fputs @982 + fputwc=MSVCRT_fputwc @983 + fputws=MSVCRT_fputws @984 + fread=MSVCRT_fread @985 + free=MSVCRT_free @986 + freopen=MSVCRT_freopen @987 + freopen_s=MSVCRT_freopen_s @988 + frexp=MSVCRT_frexp @989 + fscanf=MSVCRT_fscanf @990 + fscanf_s=MSVCRT_fscanf_s @991 + fseek=MSVCRT_fseek @992 + fsetpos=MSVCRT_fsetpos @993 + ftell=MSVCRT_ftell @994 + fwprintf=MSVCRT_fwprintf @995 + fwprintf_s=MSVCRT_fwprintf_s @996 + fwrite=MSVCRT_fwrite @997 + fwscanf=MSVCRT_fwscanf @998 + fwscanf_s=MSVCRT_fwscanf_s @999 + getc=MSVCRT_getc @1000 + getchar=MSVCRT_getchar @1001 + getenv=MSVCRT_getenv @1002 + getenv_s @1003 + gets=MSVCRT_gets @1004 + getwc=MSVCRT_getwc @1005 + getwchar=MSVCRT_getwchar @1006 + gmtime=MSVCRT_gmtime @1007 + is_wctype=ntdll.iswctype @1008 + isalnum=MSVCRT_isalnum @1009 + isalpha=MSVCRT_isalpha @1010 + iscntrl=MSVCRT_iscntrl @1011 + isdigit=MSVCRT_isdigit @1012 + isgraph=MSVCRT_isgraph @1013 + isleadbyte=MSVCRT_isleadbyte @1014 + islower=MSVCRT_islower @1015 + isprint=MSVCRT_isprint @1016 + ispunct=MSVCRT_ispunct @1017 + isspace=MSVCRT_isspace @1018 + isupper=MSVCRT_isupper @1019 + iswalnum=MSVCRT_iswalnum @1020 + iswalpha=ntdll.iswalpha @1021 + iswascii=MSVCRT_iswascii @1022 + iswcntrl=MSVCRT_iswcntrl @1023 + iswctype=ntdll.iswctype @1024 + iswdigit=MSVCRT_iswdigit @1025 + iswgraph=MSVCRT_iswgraph @1026 + iswlower=MSVCRT_iswlower @1027 + iswprint=MSVCRT_iswprint @1028 + iswpunct=MSVCRT_iswpunct @1029 + iswspace=MSVCRT_iswspace @1030 + iswupper=MSVCRT_iswupper @1031 + iswxdigit=MSVCRT_iswxdigit @1032 + isxdigit=MSVCRT_isxdigit @1033 + labs=MSVCRT_labs @1034 + ldexp=MSVCRT_ldexp @1035 + ldiv=MSVCRT_ldiv @1036 + localeconv=MSVCRT_localeconv @1037 + localtime=MSVCRT_localtime @1038 + log=MSVCRT_log @1039 + log10=MSVCRT_log10 @1040 + longjmp=MSVCRT_longjmp @1041 + malloc=MSVCRT_malloc @1042 + mblen=MSVCRT_mblen @1043 + mbrlen=MSVCRT_mbrlen @1044 + mbrtowc=MSVCRT_mbrtowc @1045 + mbsrtowcs=MSVCRT_mbsrtowcs @1046 + mbsrtowcs_s=MSVCRT_mbsrtowcs_s @1047 + mbstowcs=MSVCRT_mbstowcs @1048 + mbstowcs_s=MSVCRT__mbstowcs_s @1049 + mbtowc=MSVCRT_mbtowc @1050 + memchr=MSVCRT_memchr @1051 + memcmp=MSVCRT_memcmp @1052 + memcpy=MSVCRT_memcpy @1053 + memcpy_s=MSVCRT_memcpy_s @1054 + memmove=MSVCRT_memmove @1055 + memmove_s=MSVCRT_memmove_s @1056 + memset=MSVCRT_memset @1057 + mktime=MSVCRT_mktime @1058 + modf=MSVCRT_modf @1059 + perror=MSVCRT_perror @1060 + pow=MSVCRT_pow @1061 + printf=MSVCRT_printf @1062 + printf_s=MSVCRT_printf_s @1063 + putc=MSVCRT_putc @1064 + putchar=MSVCRT_putchar @1065 + puts=MSVCRT_puts @1066 + putwc=MSVCRT_fputwc @1067 + putwchar=MSVCRT__fputwchar @1068 + qsort=MSVCRT_qsort @1069 + qsort_s=MSVCRT_qsort_s @1070 + raise=MSVCRT_raise @1071 + rand=MSVCRT_rand @1072 + rand_s=MSVCRT_rand_s @1073 + realloc=MSVCRT_realloc @1074 + remove=MSVCRT_remove @1075 + rename=MSVCRT_rename @1076 + rewind=MSVCRT_rewind @1077 + scanf=MSVCRT_scanf @1078 + scanf_s=MSVCRT_scanf_s @1079 + setbuf=MSVCRT_setbuf @1080 + setlocale=MSVCRT_setlocale @1081 + setvbuf=MSVCRT_setvbuf @1082 + signal=MSVCRT_signal @1083 + sin=MSVCRT_sin @1084 + sinh=MSVCRT_sinh @1085 + sprintf=MSVCRT_sprintf @1086 + sprintf_s=MSVCRT_sprintf_s @1087 + sqrt=MSVCRT_sqrt @1088 + srand=MSVCRT_srand @1089 + sscanf=MSVCRT_sscanf @1090 + sscanf_s=MSVCRT_sscanf_s @1091 + strcat=ntdll.strcat @1092 + strcat_s=MSVCRT_strcat_s @1093 + strchr=MSVCRT_strchr @1094 + strcmp=MSVCRT_strcmp @1095 + strcoll=MSVCRT_strcoll @1096 + strcpy=MSVCRT_strcpy @1097 + strcpy_s=MSVCRT_strcpy_s @1098 + strcspn=ntdll.strcspn @1099 + strerror=MSVCRT_strerror @1100 + strerror_s=MSVCRT_strerror_s @1101 + strftime=MSVCRT_strftime @1102 + strlen=MSVCRT_strlen @1103 + strncat=MSVCRT_strncat @1104 + strncat_s=MSVCRT_strncat_s @1105 + strncmp=MSVCRT_strncmp @1106 + strncpy=MSVCRT_strncpy @1107 + strncpy_s=MSVCRT_strncpy_s @1108 + strnlen=MSVCRT_strnlen @1109 + strpbrk=ntdll.strpbrk @1110 + strrchr=MSVCRT_strrchr @1111 + strspn=ntdll.strspn @1112 + strstr=MSVCRT_strstr @1113 + strtod=MSVCRT_strtod @1114 + strtok=MSVCRT_strtok @1115 + strtok_s=MSVCRT_strtok_s @1116 + strtol=MSVCRT_strtol @1117 + strtoul=MSVCRT_strtoul @1118 + strxfrm=MSVCRT_strxfrm @1119 + swprintf=MSVCRT_swprintf @1120 + swprintf_s=MSVCRT_swprintf_s @1121 + swscanf=MSVCRT_swscanf @1122 + swscanf_s=MSVCRT_swscanf_s @1123 + system=MSVCRT_system @1124 + tan=MSVCRT_tan @1125 + tanh=MSVCRT_tanh @1126 + time=MSVCRT_time @1127 + tmpfile=MSVCRT_tmpfile @1128 + tmpfile_s=MSVCRT_tmpfile_s @1129 + tmpnam=MSVCRT_tmpnam @1130 + tmpnam_s=MSVCRT_tmpnam_s @1131 + tolower=MSVCRT_tolower @1132 + toupper=MSVCRT_toupper @1133 + towlower=MSVCRT_towlower @1134 + towupper=MSVCRT_towupper @1135 + ungetc=MSVCRT_ungetc @1136 + ungetwc=MSVCRT_ungetwc @1137 + vfprintf=MSVCRT_vfprintf @1138 + vfprintf_s=MSVCRT_vfprintf_s @1139 + vfwprintf=MSVCRT_vfwprintf @1140 + vfwprintf_s=MSVCRT_vfwprintf_s @1141 + vprintf=MSVCRT_vprintf @1142 + vprintf_s=MSVCRT_vprintf_s @1143 + vsnprintf=MSVCRT_vsnprintf @1144 + vsprintf=MSVCRT_vsprintf @1145 + vsprintf_s=MSVCRT_vsprintf_s @1146 + vswprintf=MSVCRT_vswprintf @1147 + vswprintf_s=MSVCRT_vswprintf_s @1148 + vwprintf=MSVCRT_vwprintf @1149 + vwprintf_s=MSVCRT_vwprintf_s @1150 + wcrtomb=MSVCRT_wcrtomb @1151 + wcscat=ntdll.wcscat @1152 + wcscat_s=MSVCRT_wcscat_s @1153 + wcschr=MSVCRT_wcschr @1154 + wcscmp=ntdll.wcscmp @1155 + wcscoll=MSVCRT_wcscoll @1156 + wcscpy=ntdll.wcscpy @1157 + wcscpy_s=MSVCRT_wcscpy_s @1158 + wcscspn=ntdll.wcscspn @1159 + wcsftime=MSVCRT_wcsftime @1160 + wcslen=MSVCRT_wcslen @1161 + wcsncat=ntdll.wcsncat @1162 + wcsncat_s=MSVCRT_wcsncat_s @1163 + wcsncmp=MSVCRT_wcsncmp @1164 + wcsncpy=MSVCRT_wcsncpy @1165 + wcsncpy_s=MSVCRT_wcsncpy_s @1166 + wcsnlen=MSVCRT_wcsnlen @1167 + wcspbrk=MSVCRT_wcspbrk @1168 + wcsrchr=ntdll.wcsrchr @1169 + wcsrtombs=MSVCRT_wcsrtombs @1170 + wcsrtombs_s=MSVCRT_wcsrtombs_s @1171 + wcsspn=ntdll.wcsspn @1172 + wcsstr=MSVCRT_wcsstr @1173 + wcstod=MSVCRT_wcstod @1174 + wcstok=MSVCRT_wcstok @1175 + wcstok_s=MSVCRT_wcstok_s @1176 + wcstol=ntdll.wcstol @1177 + wcstombs=MSVCRT_wcstombs @1178 + wcstombs_s=MSVCRT_wcstombs_s @1179 + wcstoul=MSVCRT_wcstoul @1180 + wcsxfrm=MSVCRT_wcsxfrm @1181 + wctob=MSVCRT_wctob @1182 + wctomb=MSVCRT_wctomb @1183 + wctomb_s=MSVCRT_wctomb_s @1184 + wprintf=MSVCRT_wprintf @1185 + wprintf_s=MSVCRT_wprintf_s @1186 + wscanf=MSVCRT_wscanf @1187 + wscanf_s=MSVCRT_wscanf_s @1188 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt20.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt20.def deleted file mode 100644 index 3f7e71b..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt20.def +++ /dev/null @@ -1,874 +0,0 @@ -; File generated automatically from ./dlls/msvcrt20/msvcrt20.spec; do not edit! - -LIBRARY msvcrt20.dll - -EXPORTS - ??0filebuf@@QAE@ABV0@@Z=msvcirt.??0filebuf@@QAE@ABV0@@Z @3 - ??0filebuf@@QAE@H@Z=msvcirt.??0filebuf@@QAE@H@Z @4 - ??0filebuf@@QAE@HPADH@Z=msvcirt.??0filebuf@@QAE@HPADH@Z @5 - ??0filebuf@@QAE@XZ=msvcirt.??0filebuf@@QAE@XZ @6 - ??0ios@@IAE@ABV0@@Z=msvcirt.??0ios@@IAE@ABV0@@Z @17 - ??0ios@@IAE@XZ=msvcirt.??0ios@@IAE@XZ @18 - ??0ios@@QAE@PAVstreambuf@@@Z=msvcirt.??0ios@@QAE@PAVstreambuf@@@Z @19 - ??0ostrstream@@QAE@XZ=msvcirt.??0ostrstream@@QAE@XZ @45 - ??0stdiobuf@@QAE@ABV0@@Z=msvcirt.??0stdiobuf@@QAE@ABV0@@Z @46 - ??0stdiobuf@@QAE@PAU_iobuf@@@Z=msvcirt.??0stdiobuf@@QAE@PAU_iobuf@@@Z @47 - ??0streambuf@@IAE@PADH@Z=msvcirt.??0streambuf@@IAE@PADH@Z @50 - ??0streambuf@@IAE@XZ=msvcirt.??0streambuf@@IAE@XZ @51 - ??0streambuf@@QAE@ABV0@@Z=msvcirt.??0streambuf@@QAE@ABV0@@Z @52 - ??0strstreambuf@@QAE@ABV0@@Z=msvcirt.??0strstreambuf@@QAE@ABV0@@Z @56 - ??0strstreambuf@@QAE@H@Z=msvcirt.??0strstreambuf@@QAE@H@Z @57 - ??0strstreambuf@@QAE@P6APAXJ@ZP6AXPAX@Z@Z=msvcirt.??0strstreambuf@@QAE@P6APAXJ@ZP6AXPAX@Z@Z @58 - ??0strstreambuf@@QAE@PADH0@Z=msvcirt.??0strstreambuf@@QAE@PADH0@Z @59 - ??0strstreambuf@@QAE@XZ=msvcirt.??0strstreambuf@@QAE@XZ @60 - ??1filebuf@@UAE@XZ=msvcirt.??1filebuf@@UAE@XZ @62 - ??1ios@@UAE@XZ=msvcirt.??1ios@@UAE@XZ @65 - ??1ostrstream@@UAE@XZ=msvcirt.??1ostrstream@@UAE@XZ @73 - ??1stdiobuf@@UAE@XZ=msvcirt.??1stdiobuf@@UAE@XZ @74 - ??1streambuf@@UAE@XZ=msvcirt.??1streambuf@@UAE@XZ @76 - ??1strstreambuf@@UAE@XZ=msvcirt.??1strstreambuf@@UAE@XZ @78 - ??2@YAPAXI@Z=msvcrt.??2@YAPAXI@Z @79 - ??3@YAXPAX@Z=msvcrt.??3@YAXPAX@Z @80 - ??4filebuf@@QAEAAV0@ABV0@@Z=msvcirt.??4filebuf@@QAEAAV0@ABV0@@Z @82 - ??4ios@@IAEAAV0@ABV0@@Z=msvcirt.??4ios@@IAEAAV0@ABV0@@Z @85 - ??4stdiobuf@@QAEAAV0@ABV0@@Z=msvcirt.??4stdiobuf@@QAEAAV0@ABV0@@Z @101 - ??4streambuf@@QAEAAV0@ABV0@@Z=msvcirt.??4streambuf@@QAEAAV0@ABV0@@Z @103 - ??4strstreambuf@@QAEAAV0@ABV0@@Z=msvcirt.??4strstreambuf@@QAEAAV0@ABV0@@Z @105 - ??6ostream@@QAEAAV0@E@Z=msvcirt.??6ostream@@QAEAAV0@E@Z @126 - ??6ostream@@QAEAAV0@H@Z=msvcirt.??6ostream@@QAEAAV0@H@Z @129 - ??6ostream@@QAEAAV0@P6AAAV0@AAV0@@Z@Z=msvcirt.??6ostream@@QAEAAV0@P6AAAV0@AAV0@@Z@Z @136 - ??6ostream@@QAEAAV0@PBD@Z=msvcirt.??6ostream@@QAEAAV0@PBD@Z @140 - ??7ios@@QBEHXZ=msvcirt.??7ios@@QBEHXZ @143 - ??Bios@@QBEPAXXZ=msvcirt.??Bios@@QBEPAXXZ @144 - ??_7filebuf@@6B@=msvcirt.??_7filebuf@@6B@ @145 DATA - ??_7ios@@6B@=msvcirt.??_7ios@@6B@ @146 DATA - ??_7stdiobuf@@6B@=msvcirt.??_7stdiobuf@@6B@ @147 DATA - ??_7streambuf@@6B@=msvcirt.??_7streambuf@@6B@ @148 DATA - ??_7strstreambuf@@6B@=msvcirt.??_7strstreambuf@@6B@ @149 DATA - ??_Efilebuf@@UAEPAXI@Z=msvcirt.??_Efilebuf@@UAEPAXI@Z @163 - ??_Eios@@UAEPAXI@Z=msvcirt.??_Eios@@UAEPAXI@Z @166 - ??_Estdiobuf@@UAEPAXI@Z=msvcirt.??_Estdiobuf@@UAEPAXI@Z @175 - ??_Estreambuf@@UAEPAXI@Z=msvcirt.??_Estreambuf@@UAEPAXI@Z @177 - ??_Estrstreambuf@@UAEPAXI@Z=msvcirt.??_Estrstreambuf@@UAEPAXI@Z @179 - ??_Gfilebuf@@UAEPAXI@Z=msvcirt.??_Gfilebuf@@UAEPAXI@Z @181 - ??_Gios@@UAEPAXI@Z=msvcirt.??_Gios@@UAEPAXI@Z @184 - ??_Gstdiobuf@@UAEPAXI@Z=msvcirt.??_Gstdiobuf@@UAEPAXI@Z @193 - ??_Gstreambuf@@UAEPAXI@Z=msvcirt.??_Gstreambuf@@UAEPAXI@Z @195 - ??_Gstrstreambuf@@UAEPAXI@Z=msvcirt.??_Gstrstreambuf@@UAEPAXI@Z @197 - ?_query_new_handler@@YAP6AHI@ZXZ=msvcrt.?_query_new_handler@@YAP6AHI@ZXZ @198 - ?_query_new_mode@@YAHXZ=msvcrt.?_query_new_mode@@YAHXZ @199 - ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z=msvcrt.?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z @200 - ?_set_new_mode@@YAHH@Z=msvcrt.?_set_new_mode@@YAHH@Z @201 - ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z=msvcrt.?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z @202 - ?adjustfield@ios@@2JB=msvcirt.?adjustfield@ios@@2JB @203 DATA - ?allocate@streambuf@@IAEHXZ=msvcirt.?allocate@streambuf@@IAEHXZ @204 - ?attach@filebuf@@QAEPAV1@H@Z=msvcirt.?attach@filebuf@@QAEPAV1@H@Z @205 - ?bad@ios@@QBEHXZ=msvcirt.?bad@ios@@QBEHXZ @209 - ?base@streambuf@@IBEPADXZ=msvcirt.?base@streambuf@@IBEPADXZ @210 - ?basefield@ios@@2JB=msvcirt.?basefield@ios@@2JB @211 DATA - ?binary@filebuf@@2HB=msvcirt.?binary@filebuf@@2HB @212 DATA - ?bitalloc@ios@@SAJXZ=msvcirt.?bitalloc@ios@@SAJXZ @213 - ?blen@streambuf@@IBEHXZ=msvcirt.?blen@streambuf@@IBEHXZ @214 - ?clear@ios@@QAEXH@Z=msvcirt.?clear@ios@@QAEXH@Z @217 - ?close@filebuf@@QAEPAV1@XZ=msvcirt.?close@filebuf@@QAEPAV1@XZ @219 - ?clrlock@ios@@QAAXXZ=msvcirt.?clrlock@ios@@QAAXXZ @223 - ?clrlock@streambuf@@QAEXXZ=msvcirt.?clrlock@streambuf@@QAEXXZ @224 - ?dbp@streambuf@@QAEXXZ=msvcirt.?dbp@streambuf@@QAEXXZ @226 - ?dec@@YAAAVios@@AAV1@@Z=msvcirt.?dec@@YAAAVios@@AAV1@@Z @227 - ?delbuf@ios@@QAEXH@Z=msvcirt.?delbuf@ios@@QAEXH@Z @228 - ?delbuf@ios@@QBEHXZ=msvcirt.?delbuf@ios@@QBEHXZ @229 - ?doallocate@streambuf@@MAEHXZ=msvcirt.?doallocate@streambuf@@MAEHXZ @230 - ?doallocate@strstreambuf@@MAEHXZ=msvcirt.?doallocate@strstreambuf@@MAEHXZ @231 - ?eback@streambuf@@IBEPADXZ=msvcirt.?eback@streambuf@@IBEPADXZ @233 - ?ebuf@streambuf@@IBEPADXZ=msvcirt.?ebuf@streambuf@@IBEPADXZ @234 - ?egptr@streambuf@@IBEPADXZ=msvcirt.?egptr@streambuf@@IBEPADXZ @235 - ?endl@@YAAAVostream@@AAV1@@Z=msvcirt.?endl@@YAAAVostream@@AAV1@@Z @236 - ?ends@@YAAAVostream@@AAV1@@Z=msvcirt.?ends@@YAAAVostream@@AAV1@@Z @237 - ?eof@ios@@QBEHXZ=msvcirt.?eof@ios@@QBEHXZ @238 - ?epptr@streambuf@@IBEPADXZ=msvcirt.?epptr@streambuf@@IBEPADXZ @239 - ?fLockcInit@ios@@0HA=msvcirt.?fLockcInit@ios@@0HA @240 DATA - ?fail@ios@@QBEHXZ=msvcirt.?fail@ios@@QBEHXZ @241 - ?fd@filebuf@@QBEHXZ=msvcirt.?fd@filebuf@@QBEHXZ @242 - ?fill@ios@@QAEDD@Z=msvcirt.?fill@ios@@QAEDD@Z @246 - ?fill@ios@@QBEDXZ=msvcirt.?fill@ios@@QBEDXZ @247 - ?flags@ios@@QAEJJ@Z=msvcirt.?flags@ios@@QAEJJ@Z @248 - ?flags@ios@@QBEJXZ=msvcirt.?flags@ios@@QBEJXZ @249 - ?floatfield@ios@@2JB=msvcirt.?floatfield@ios@@2JB @250 DATA - ?freeze@strstreambuf@@QAEXH@Z=msvcirt.?freeze@strstreambuf@@QAEXH@Z @253 - ?gbump@streambuf@@IAEXH@Z=msvcirt.?gbump@streambuf@@IAEXH@Z @254 - ?good@ios@@QBEHXZ=msvcirt.?good@ios@@QBEHXZ @269 - ?gptr@streambuf@@IBEPADXZ=msvcirt.?gptr@streambuf@@IBEPADXZ @270 - ?hex@@YAAAVios@@AAV1@@Z=msvcirt.?hex@@YAAAVios@@AAV1@@Z @271 - ?in_avail@streambuf@@QBEHXZ=msvcirt.?in_avail@streambuf@@QBEHXZ @273 - ?init@ios@@IAEXPAVstreambuf@@@Z=msvcirt.?init@ios@@IAEXPAVstreambuf@@@Z @274 - ?is_open@filebuf@@QBEHXZ=msvcirt.?is_open@filebuf@@QBEHXZ @276 - ?iword@ios@@QBEAAJH@Z=msvcirt.?iword@ios@@QBEAAJH@Z @281 - ?lock@ios@@QAAXXZ=msvcirt.?lock@ios@@QAAXXZ @282 - ?lock@streambuf@@QAEXXZ=msvcirt.?lock@streambuf@@QAEXXZ @283 - ?lockbuf@ios@@QAAXXZ=msvcirt.?lockbuf@ios@@QAAXXZ @284 - ?lockc@ios@@KAXXZ=msvcirt.?lockc@ios@@KAXXZ @285 - ?lockptr@ios@@IAEPAU_CRT_CRITICAL_SECTION@@XZ=msvcirt.?lockptr@ios@@IAEPAU_CRT_CRITICAL_SECTION@@XZ @286 - ?lockptr@streambuf@@IAEPAU_CRT_CRITICAL_SECTION@@XZ=msvcirt.?lockptr@streambuf@@IAEPAU_CRT_CRITICAL_SECTION@@XZ @287 - ?oct@@YAAAVios@@AAV1@@Z=msvcirt.?oct@@YAAAVios@@AAV1@@Z @288 - ?open@filebuf@@QAEPAV1@PBDHH@Z=msvcirt.?open@filebuf@@QAEPAV1@PBDHH@Z @289 - ?openprot@filebuf@@2HB=msvcirt.?openprot@filebuf@@2HB @293 DATA - ?out_waiting@streambuf@@QBEHXZ=msvcirt.?out_waiting@streambuf@@QBEHXZ @296 - ?overflow@filebuf@@UAEHH@Z=msvcirt.?overflow@filebuf@@UAEHH@Z @297 - ?overflow@stdiobuf@@UAEHH@Z=msvcirt.?overflow@stdiobuf@@UAEHH@Z @298 - ?overflow@strstreambuf@@UAEHH@Z=msvcirt.?overflow@strstreambuf@@UAEHH@Z @299 - ?pbackfail@stdiobuf@@UAEHH@Z=msvcirt.?pbackfail@stdiobuf@@UAEHH@Z @300 - ?pbackfail@streambuf@@UAEHH@Z=msvcirt.?pbackfail@streambuf@@UAEHH@Z @301 - ?pbase@streambuf@@IBEPADXZ=msvcirt.?pbase@streambuf@@IBEPADXZ @302 - ?pbump@streambuf@@IAEXH@Z=msvcirt.?pbump@streambuf@@IAEXH@Z @303 - ?pptr@streambuf@@IBEPADXZ=msvcirt.?pptr@streambuf@@IBEPADXZ @307 - ?precision@ios@@QAEHH@Z=msvcirt.?precision@ios@@QAEHH@Z @308 - ?precision@ios@@QBEHXZ=msvcirt.?precision@ios@@QBEHXZ @309 - ?pword@ios@@QBEAAPAXH@Z=msvcirt.?pword@ios@@QBEAAPAXH@Z @314 - ?rdbuf@ios@@QBEPAVstreambuf@@XZ=msvcirt.?rdbuf@ios@@QBEPAVstreambuf@@XZ @317 - ?rdstate@ios@@QBEHXZ=msvcirt.?rdstate@ios@@QBEHXZ @323 - ?sbumpc@streambuf@@QAEHXZ=msvcirt.?sbumpc@streambuf@@QAEHXZ @327 - ?seekoff@filebuf@@UAEJJW4seek_dir@ios@@H@Z=msvcirt.?seekoff@filebuf@@UAEJJW4seek_dir@ios@@H@Z @330 - ?seekoff@stdiobuf@@UAEJJW4seek_dir@ios@@H@Z=msvcirt.?seekoff@stdiobuf@@UAEJJW4seek_dir@ios@@H@Z @331 - ?seekoff@streambuf@@UAEJJW4seek_dir@ios@@H@Z=msvcirt.?seekoff@streambuf@@UAEJJW4seek_dir@ios@@H@Z @332 - ?seekoff@strstreambuf@@UAEJJW4seek_dir@ios@@H@Z=msvcirt.?seekoff@strstreambuf@@UAEJJW4seek_dir@ios@@H@Z @333 - ?seekpos@streambuf@@UAEJJH@Z=msvcirt.?seekpos@streambuf@@UAEJJH@Z @336 - ?set_terminate@@YAP6AXXZP6AXXZ@Z=msvcrt.?set_terminate@@YAP6AXXZP6AXXZ@Z @337 - ?set_unexpected@@YAP6AXXZP6AXXZ@Z=msvcrt.?set_unexpected@@YAP6AXXZP6AXXZ@Z @338 - ?setb@streambuf@@IAEXPAD0H@Z=msvcirt.?setb@streambuf@@IAEXPAD0H@Z @339 - ?setbuf@filebuf@@UAEPAVstreambuf@@PADH@Z=msvcirt.?setbuf@filebuf@@UAEPAVstreambuf@@PADH@Z @340 - ?setbuf@streambuf@@UAEPAV1@PADH@Z=msvcirt.?setbuf@streambuf@@UAEPAV1@PADH@Z @344 - ?setbuf@strstreambuf@@UAEPAVstreambuf@@PADH@Z=msvcirt.?setbuf@strstreambuf@@UAEPAVstreambuf@@PADH@Z @345 - ?setf@ios@@QAEJJ@Z=msvcirt.?setf@ios@@QAEJJ@Z @346 - ?setf@ios@@QAEJJJ@Z=msvcirt.?setf@ios@@QAEJJJ@Z @347 - ?setg@streambuf@@IAEXPAD00@Z=msvcirt.?setg@streambuf@@IAEXPAD00@Z @348 - ?setlock@ios@@QAAXXZ=msvcirt.?setlock@ios@@QAAXXZ @349 - ?setlock@streambuf@@QAEXXZ=msvcirt.?setlock@streambuf@@QAEXXZ @350 - ?setmode@filebuf@@QAEHH@Z=msvcirt.?setmode@filebuf@@QAEHH@Z @351 - ?setp@streambuf@@IAEXPAD0@Z=msvcirt.?setp@streambuf@@IAEXPAD0@Z @355 - ?setrwbuf@stdiobuf@@QAEHHH@Z=msvcirt.?setrwbuf@stdiobuf@@QAEHHH@Z @356 - ?sgetc@streambuf@@QAEHXZ=msvcirt.?sgetc@streambuf@@QAEHXZ @357 - ?sgetn@streambuf@@QAEHPADH@Z=msvcirt.?sgetn@streambuf@@QAEHPADH@Z @358 - ?sh_none@filebuf@@2HB=msvcirt.?sh_none@filebuf@@2HB @359 DATA - ?sh_read@filebuf@@2HB=msvcirt.?sh_read@filebuf@@2HB @360 DATA - ?sh_write@filebuf@@2HB=msvcirt.?sh_write@filebuf@@2HB @361 DATA - ?snextc@streambuf@@QAEHXZ=msvcirt.?snextc@streambuf@@QAEHXZ @362 - ?sputbackc@streambuf@@QAEHD@Z=msvcirt.?sputbackc@streambuf@@QAEHD@Z @363 - ?sputc@streambuf@@QAEHH@Z=msvcirt.?sputc@streambuf@@QAEHH@Z @364 - ?sputn@streambuf@@QAEHPBDH@Z=msvcirt.?sputn@streambuf@@QAEHPBDH@Z @365 - ?stdiofile@stdiobuf@@QAEPAU_iobuf@@XZ=msvcirt.?stdiofile@stdiobuf@@QAEPAU_iobuf@@XZ @366 - ?stossc@streambuf@@QAEXXZ=msvcirt.?stossc@streambuf@@QAEXXZ @367 - ?str@strstreambuf@@QAEPADXZ=msvcirt.?str@strstreambuf@@QAEPADXZ @371 - ?sync@filebuf@@UAEHXZ=msvcirt.?sync@filebuf@@UAEHXZ @372 - ?sync@stdiobuf@@UAEHXZ=msvcirt.?sync@stdiobuf@@UAEHXZ @374 - ?sync@streambuf@@UAEHXZ=msvcirt.?sync@streambuf@@UAEHXZ @375 - ?sync@strstreambuf@@UAEHXZ=msvcirt.?sync@strstreambuf@@UAEHXZ @376 - ?sync_with_stdio@ios@@SAXXZ=msvcirt.?sync_with_stdio@ios@@SAXXZ @377 - ?terminate@@YAXXZ=msvcrt.?terminate@@YAXXZ @380 - ?text@filebuf@@2HB=msvcirt.?text@filebuf@@2HB @381 DATA - ?tie@ios@@QAEPAVostream@@PAV2@@Z=msvcirt.?tie@ios@@QAEPAVostream@@PAV2@@Z @382 - ?tie@ios@@QBEPAVostream@@XZ=msvcirt.?tie@ios@@QBEPAVostream@@XZ @383 - ?unbuffered@streambuf@@IAEXH@Z=msvcirt.?unbuffered@streambuf@@IAEXH@Z @384 - ?unbuffered@streambuf@@IBEHXZ=msvcirt.?unbuffered@streambuf@@IBEHXZ @385 - ?underflow@filebuf@@UAEHXZ=msvcirt.?underflow@filebuf@@UAEHXZ @386 - ?underflow@stdiobuf@@UAEHXZ=msvcirt.?underflow@stdiobuf@@UAEHXZ @387 - ?underflow@strstreambuf@@UAEHXZ=msvcirt.?underflow@strstreambuf@@UAEHXZ @388 - ?unexpected@@YAXXZ=msvcrt.?unexpected@@YAXXZ @389 - ?unlock@ios@@QAAXXZ=msvcirt.?unlock@ios@@QAAXXZ @390 - ?unlock@streambuf@@QAEXXZ=msvcirt.?unlock@streambuf@@QAEXXZ @391 - ?unlockbuf@ios@@QAAXXZ=msvcirt.?unlockbuf@ios@@QAAXXZ @392 - ?unlockc@ios@@KAXXZ=msvcirt.?unlockc@ios@@KAXXZ @393 - ?unsetf@ios@@QAEJJ@Z=msvcirt.?unsetf@ios@@QAEJJ@Z @394 - ?width@ios@@QAEHH@Z=msvcirt.?width@ios@@QAEHH@Z @395 - ?width@ios@@QBEHXZ=msvcirt.?width@ios@@QBEHXZ @396 - ?x_curindex@ios@@0HA=msvcirt.?x_curindex@ios@@0HA @402 DATA - ?x_lockc@ios@@0U_CRT_CRITICAL_SECTION@@A=msvcirt.?x_lockc@ios@@0U_CRT_CRITICAL_SECTION@@A @403 DATA - ?x_maxbit@ios@@0JA=msvcirt.?x_maxbit@ios@@0JA @404 DATA - ?x_statebuf@ios@@0QAJA=msvcirt.?x_statebuf@ios@@0PAJA @405 DATA - ?xalloc@ios@@SAHXZ=msvcirt.?xalloc@ios@@SAHXZ @406 - ?xsgetn@streambuf@@UAEHPADH@Z=msvcirt.?xsgetn@streambuf@@UAEHPADH@Z @407 - ?xsputn@streambuf@@UAEHPBDH@Z=msvcirt.?xsputn@streambuf@@UAEHPBDH@Z @408 - $I10_OUTPUT=msvcrt.$I10_OUTPUT @409 - _CIacos=msvcrt._CIacos @410 - _CIasin=msvcrt._CIasin @411 - _CIatan=msvcrt._CIatan @412 - _CIatan2=msvcrt._CIatan2 @413 - _CIcos=msvcrt._CIcos @414 - _CIcosh=msvcrt._CIcosh @415 - _CIexp=msvcrt._CIexp @416 - _CIfmod=msvcrt._CIfmod @417 - _CIlog=msvcrt._CIlog @418 - _CIlog10=msvcrt._CIlog10 @419 - _CIpow=msvcrt._CIpow @420 - _CIsin=msvcrt._CIsin @421 - _CIsinh=msvcrt._CIsinh @422 - _CIsqrt=msvcrt._CIsqrt @423 - _CItan=msvcrt._CItan @424 - _CItanh=msvcrt._CItanh @425 - _CxxThrowException@8=msvcrt._CxxThrowException @426 - _HUGE=msvcrt._HUGE @427 DATA - _XcptFilter=msvcrt._XcptFilter @428 - __CxxFrameHandler=msvcrt.__CxxFrameHandler @429 - __CxxLongjmpUnwind@4=msvcrt.__CxxLongjmpUnwind @430 - __STRINGTOLD=msvcrt.__STRINGTOLD @431 - __argc=msvcrt.__argc @432 DATA - __argv=msvcrt.__argv @433 DATA - __dllonexit=msvcrt.__dllonexit @434 - __doserrno=msvcrt.__doserrno @435 - __fpecode=msvcrt.__fpecode @436 - __getmainargs=MSVCRT20__getmainargs @437 - __initenv=msvcrt.__initenv @438 DATA - __isascii=msvcrt.__isascii @439 - __iscsym=msvcrt.__iscsym @440 - __iscsymf=msvcrt.__iscsymf @441 - __lconv_init=msvcrt.__lconv_init @442 - __mb_cur_max=msvcrt.__mb_cur_max @443 DATA - __p___argc=msvcrt.__p___argc @444 - __p___argv=msvcrt.__p___argv @445 - __p___initenv=msvcrt.__p___initenv @446 - __p___mb_cur_max=msvcrt.__p___mb_cur_max @447 - __p___wargv=msvcrt.__p___wargv @448 - __p___winitenv=msvcrt.__p___winitenv @449 - __p__acmdln=msvcrt.__p__acmdln @450 - __p__amblksiz=msvcrt.__p__amblksiz @451 - __p__commode=msvcrt.__p__commode @452 - __p__daylight=msvcrt.__p__daylight @453 - __p__environ=msvcrt.__p__environ @454 - __p__fmode=msvcrt.__p__fmode @455 - __p__iob=msvcrt.__p__iob @456 - __p__mbctype=msvcrt.__p__mbctype @457 - __p__osver=msvcrt.__p__osver @458 - __p__pctype=msvcrt.__p__pctype @459 - __p__pgmptr=msvcrt.__p__pgmptr @460 - __p__pwctype=msvcrt.__p__pwctype @461 - __p__timezone=msvcrt.__p__timezone @462 - __p__tzname=msvcrt.__p__tzname @463 - __p__wcmdln=msvcrt.__p__wcmdln @464 - __p__wenviron=msvcrt.__p__wenviron @465 - __p__winmajor=msvcrt.__p__winmajor @466 - __p__winminor=msvcrt.__p__winminor @467 - __p__winver=msvcrt.__p__winver @468 - __p__wpgmptr=msvcrt.__p__wpgmptr @469 - __pxcptinfoptrs=msvcrt.__pxcptinfoptrs @470 - __threadhandle=msvcrt.__threadhandle @471 - __threadid=msvcrt.__threadid @472 - __toascii=msvcrt.__toascii @473 - __wargv=msvcrt.__wargv @474 DATA - __wgetmainargs=MSVCRT20__wgetmainargs @475 - __winitenv=msvcrt.__winitenv @476 DATA - _abnormal_termination=msvcrt._abnormal_termination @477 - _access=msvcrt._access @478 - _acmdln=msvcrt._acmdln @479 DATA - _adj_fdiv_m16i@4=msvcrt._adj_fdiv_m16i @480 - _adj_fdiv_m32@4=msvcrt._adj_fdiv_m32 @481 - _adj_fdiv_m32i@4=msvcrt._adj_fdiv_m32i @482 - _adj_fdiv_m64@8=msvcrt._adj_fdiv_m64 @483 - _adj_fdiv_r=msvcrt._adj_fdiv_r @484 - _adj_fdivr_m16i@4=msvcrt._adj_fdivr_m16i @485 - _adj_fdivr_m32@4=msvcrt._adj_fdivr_m32 @486 - _adj_fdivr_m32i@4=msvcrt._adj_fdivr_m32i @487 - _adj_fdivr_m64@8=msvcrt._adj_fdivr_m64 @488 - _adj_fpatan=msvcrt._adj_fpatan @489 - _adj_fprem=msvcrt._adj_fprem @490 - _adj_fprem1=msvcrt._adj_fprem1 @491 - _adj_fptan=msvcrt._adj_fptan @492 - _adjust_fdiv=msvcrt._adjust_fdiv @493 DATA - _aexit_rtn=msvcrt._aexit_rtn @494 DATA - _amsg_exit=msvcrt._amsg_exit @495 - _assert=msvcrt._assert @496 - _atodbl=msvcrt._atodbl @497 - _atoldbl=msvcrt._atoldbl @498 - _beep=msvcrt._beep @499 - _beginthread=msvcrt._beginthread @500 - _beginthreadex=msvcrt._beginthreadex @501 - _c_exit=msvcrt._c_exit @502 - _cabs=msvcrt._cabs @503 - _cexit=msvcrt._cexit @504 - _cgets=msvcrt._cgets @505 - _chdir=msvcrt._chdir @506 - _chdrive=msvcrt._chdrive @507 - _chgsign=msvcrt._chgsign @508 - _chmod=msvcrt._chmod @509 - _chsize=msvcrt._chsize @510 - _clearfp=msvcrt._clearfp @511 - _close=msvcrt._close @512 - _commit=msvcrt._commit @513 - _commode=msvcrt._commode @514 DATA - _control87=msvcrt._control87 @515 - _controlfp=msvcrt._controlfp @516 - _copysign=msvcrt._copysign @517 - _cprintf=msvcrt._cprintf @518 - _cputs=msvcrt._cputs @519 - _creat=msvcrt._creat @520 - _cscanf=msvcrt._cscanf @521 - _ctype=msvcrt._ctype @522 DATA - _cwait=msvcrt._cwait @523 - _daylight=msvcrt._daylight @524 DATA - _dup=msvcrt._dup @525 - _dup2=msvcrt._dup2 @526 - _ecvt=msvcrt._ecvt @527 - _endthread=msvcrt._endthread @528 - _endthreadex=msvcrt._endthreadex @529 - _environ=msvcrt._environ @530 DATA - _eof=msvcrt._eof @531 - _errno=msvcrt._errno @532 - _except_handler2=msvcrt._except_handler2 @533 - _except_handler3=msvcrt._except_handler3 @534 - _execl=msvcrt._execl @535 - _execle=msvcrt._execle @536 - _execlp=msvcrt._execlp @537 - _execlpe=msvcrt._execlpe @538 - _execv=msvcrt._execv @539 - _execve=msvcrt._execve @540 - _execvp=msvcrt._execvp @541 - _execvpe=msvcrt._execvpe @542 - _exit=msvcrt._exit @543 - _expand=msvcrt._expand @544 - _fcloseall=msvcrt._fcloseall @545 - _fcvt=msvcrt._fcvt @546 - _fdopen=msvcrt._fdopen @547 - _fgetchar=msvcrt._fgetchar @548 - _fgetwchar=msvcrt._fgetwchar @549 - _filbuf=msvcrt._filbuf @550 - _filelength=msvcrt._filelength @551 - _fileno=msvcrt._fileno @552 - _findclose=msvcrt._findclose @553 - _findfirst=msvcrt._findfirst @554 - _findnext=msvcrt._findnext @555 - _finite=msvcrt._finite @556 - _flsbuf=msvcrt._flsbuf @557 - _flushall=msvcrt._flushall @558 - _fmode=msvcrt._fmode @559 DATA - _fpclass=msvcrt._fpclass @560 - _fpieee_flt=msvcrt._fpieee_flt @561 - _fpreset=msvcrt._fpreset @562 - _fputchar=msvcrt._fputchar @563 - _fputwchar=msvcrt._fputwchar @564 - _fsopen=msvcrt._fsopen @565 - _fstat=msvcrt._fstat @566 - _ftime=msvcrt._ftime @567 - _ftol=msvcrt._ftol @568 - _fullpath=msvcrt._fullpath @569 - _futime=msvcrt._futime @570 - _gcvt=msvcrt._gcvt @571 - _get_osfhandle=msvcrt._get_osfhandle @572 - _getch=msvcrt._getch @573 - _getche=msvcrt._getche @574 - _getcwd=msvcrt._getcwd @575 - _getdcwd=msvcrt._getdcwd @576 - _getdiskfree=msvcrt._getdiskfree @577 - _getdllprocaddr=msvcrt._getdllprocaddr @578 - _getdrive=msvcrt._getdrive @579 - _getdrives=msvcrt._getdrives @580 - _getmbcp=msvcrt._getmbcp @581 - _getpid=msvcrt._getpid @582 - _getsystime=msvcrt._getsystime @583 - _getw=msvcrt._getw @584 - _getws=msvcrt._getws @585 - _global_unwind2=msvcrt._global_unwind2 @586 - _heapadd=msvcrt._heapadd @587 - _heapchk=msvcrt._heapchk @588 - _heapmin=msvcrt._heapmin @589 - _heapset=msvcrt._heapset @590 - _heapused=msvcrt._heapused @591 - _heapwalk=msvcrt._heapwalk @592 - _hypot=msvcrt._hypot @593 - _initterm=msvcrt._initterm @594 - _iob=msvcrt._iob @595 DATA - _isatty=msvcrt._isatty @596 - _isctype=msvcrt._isctype @597 - _ismbbalnum=msvcrt._ismbbalnum @598 - _ismbbalpha=msvcrt._ismbbalpha @599 - _ismbbgraph=msvcrt._ismbbgraph @600 - _ismbbkalnum=msvcrt._ismbbkalnum @601 - _ismbbkana=msvcrt._ismbbkana @602 - _ismbbkprint=msvcrt._ismbbkprint @603 - _ismbbkpunct=msvcrt._ismbbkpunct @604 - _ismbblead=msvcrt._ismbblead @605 - _ismbbprint=msvcrt._ismbbprint @606 - _ismbbpunct=msvcrt._ismbbpunct @607 - _ismbbtrail=msvcrt._ismbbtrail @608 - _ismbcalnum=msvcrt._ismbcalnum @609 - _ismbcalpha=msvcrt._ismbcalpha @610 - _ismbcdigit=msvcrt._ismbcdigit @611 - _ismbcgraph=msvcrt._ismbcgraph @612 - _ismbchira=msvcrt._ismbchira @613 - _ismbckata=msvcrt._ismbckata @614 - _ismbcl0=msvcrt._ismbcl0 @615 - _ismbcl1=msvcrt._ismbcl1 @616 - _ismbcl2=msvcrt._ismbcl2 @617 - _ismbclegal=msvcrt._ismbclegal @618 - _ismbclower=msvcrt._ismbclower @619 - _ismbcprint=msvcrt._ismbcprint @620 - _ismbcpunct=msvcrt._ismbcpunct @621 - _ismbcspace=msvcrt._ismbcspace @622 - _ismbcsymbol=msvcrt._ismbcsymbol @623 - _ismbcupper=msvcrt._ismbcupper @624 - _ismbslead=msvcrt._ismbslead @625 - _ismbstrail=msvcrt._ismbstrail @626 - _isnan=msvcrt._isnan @627 - _itoa=msvcrt._itoa @628 - _itow=msvcrt._itow @629 - _j0=msvcrt._j0 @630 - _j1=msvcrt._j1 @631 - _jn=msvcrt._jn @632 - _kbhit=msvcrt._kbhit @633 - _lfind=msvcrt._lfind @634 - _loaddll=msvcrt._loaddll @635 - _local_unwind2=msvcrt._local_unwind2 @636 - _locking=msvcrt._locking @637 - _logb=msvcrt._logb @638 - _longjmpex=msvcrt._longjmpex @639 - _lrotl=msvcrt._lrotl @640 - _lrotr=msvcrt._lrotr @641 - _lsearch=msvcrt._lsearch @642 - _lseek=msvcrt._lseek @643 - _ltoa=msvcrt._ltoa @644 - _ltow=msvcrt._ltow @645 - _makepath=msvcrt._makepath @646 - _matherr=msvcrt._matherr @647 - _mbbtombc=msvcrt._mbbtombc @648 - _mbbtype=msvcrt._mbbtype @649 - _mbccpy=msvcrt._mbccpy @650 - _mbcjistojms=msvcrt._mbcjistojms @651 - _mbcjmstojis=msvcrt._mbcjmstojis @652 - _mbclen=msvcrt._mbclen @653 - _mbctohira=msvcrt._mbctohira @654 - _mbctokata=msvcrt._mbctokata @655 - _mbctolower=msvcrt._mbctolower @656 - _mbctombb=msvcrt._mbctombb @657 - _mbctoupper=msvcrt._mbctoupper @658 - _mbctype=msvcrt._mbctype @659 DATA - _mbsbtype=msvcrt._mbsbtype @660 - _mbscat=msvcrt._mbscat @661 - _mbschr=msvcrt._mbschr @662 - _mbscmp=msvcrt._mbscmp @663 - _mbscoll=msvcrt._mbscoll @664 - _mbscpy=msvcrt._mbscpy @665 - _mbscspn=msvcrt._mbscspn @666 - _mbsdec=msvcrt._mbsdec @667 - _mbsdup=msvcrt._mbsdup @668 - _mbsicmp=msvcrt._mbsicmp @669 - _mbsicoll=msvcrt._mbsicoll @670 - _mbsinc=msvcrt._mbsinc @671 - _mbslen=msvcrt._mbslen @672 - _mbslwr=msvcrt._mbslwr @673 - _mbsnbcat=msvcrt._mbsnbcat @674 - _mbsnbcmp=msvcrt._mbsnbcmp @675 - _mbsnbcnt=msvcrt._mbsnbcnt @676 - _mbsnbcoll=msvcrt._mbsnbcoll @677 - _mbsnbcpy=msvcrt._mbsnbcpy @678 - _mbsnbicmp=msvcrt._mbsnbicmp @679 - _mbsnbicoll=msvcrt._mbsnbicoll @680 - _mbsnbset=msvcrt._mbsnbset @681 - _mbsncat=msvcrt._mbsncat @682 - _mbsnccnt=msvcrt._mbsnccnt @683 - _mbsncmp=msvcrt._mbsncmp @684 - _mbsncoll=msvcrt._mbsncoll @685 - _mbsncpy=msvcrt._mbsncpy @686 - _mbsnextc=msvcrt._mbsnextc @687 - _mbsnicmp=msvcrt._mbsnicmp @688 - _mbsnicoll=msvcrt._mbsnicoll @689 - _mbsninc=msvcrt._mbsninc @690 - _mbsnset=msvcrt._mbsnset @691 - _mbspbrk=msvcrt._mbspbrk @692 - _mbsrchr=msvcrt._mbsrchr @693 - _mbsrev=msvcrt._mbsrev @694 - _mbsset=msvcrt._mbsset @695 - _mbsspn=msvcrt._mbsspn @696 - _mbsspnp=msvcrt._mbsspnp @697 - _mbsstr=msvcrt._mbsstr @698 - _mbstok=msvcrt._mbstok @699 - _mbstrlen=msvcrt._mbstrlen @700 - _mbsupr=msvcrt._mbsupr @701 - _memccpy=msvcrt._memccpy @702 - _memicmp=msvcrt._memicmp @703 - _mkdir=msvcrt._mkdir @704 - _mktemp=msvcrt._mktemp @705 - _msize=msvcrt._msize @706 - _nextafter=msvcrt._nextafter @709 - _onexit=msvcrt._onexit @710 - _open=msvcrt._open @711 - _open_osfhandle=msvcrt._open_osfhandle @712 - _osver=msvcrt._osver @713 DATA - _pclose=msvcrt._pclose @714 - _pctype=msvcrt._pctype @715 DATA - _pgmptr=msvcrt._pgmptr @716 DATA - _pipe=msvcrt._pipe @717 - _popen=msvcrt._popen @718 - _purecall=msvcrt._purecall @719 - _putch=msvcrt._putch @720 - _putenv=msvcrt._putenv @721 - _putw=msvcrt._putw @722 - _putws=msvcrt._putws @723 - _read=msvcrt._read @724 - _rmdir=msvcrt._rmdir @725 - _rmtmp=msvcrt._rmtmp @726 - _rotl=msvcrt._rotl @727 - _rotr=msvcrt._rotr @728 - _safe_fdiv=msvcrt._safe_fdiv @729 - _safe_fdivr=msvcrt._safe_fdivr @730 - _safe_fprem=msvcrt._safe_fprem @731 - _safe_fprem1=msvcrt._safe_fprem1 @732 - _scalb=msvcrt._scalb @733 - _searchenv=msvcrt._searchenv @734 - __seh_longjmp_unwind@4@4=msvcrt._seh_longjmp_unwind @735 - _seterrormode=msvcrt._seterrormode @736 - _setjmp=msvcrt._setjmp @737 - _setjmp3=msvcrt._setjmp3 @738 - _setmbcp=msvcrt._setmbcp @739 - _setmode=msvcrt._setmode @740 - _setsystime=msvcrt._setsystime @741 - _sleep=msvcrt._sleep @742 - _snprintf=msvcrt._snprintf @743 - _snwprintf=msvcrt._snwprintf @744 - _sopen=msvcrt._sopen @745 - _spawnl=msvcrt._spawnl @746 - _spawnle=msvcrt._spawnle @747 - _spawnlp=msvcrt._spawnlp @748 - _spawnlpe=msvcrt._spawnlpe @749 - _spawnv=msvcrt._spawnv @750 - _spawnve=msvcrt._spawnve @751 - _spawnvp=msvcrt._spawnvp @752 - _spawnvpe=msvcrt._spawnvpe @753 - _splitpath=msvcrt._splitpath @754 - _stat=msvcrt._stat @755 - _statusfp=msvcrt._statusfp @756 - _strcmpi=msvcrt._strcmpi @757 - _strdate=msvcrt._strdate @758 - _strdup=msvcrt._strdup @759 - _strerror=msvcrt._strerror @760 - _stricmp=msvcrt._stricmp @761 - _stricoll=msvcrt._stricoll @762 - _strlwr=msvcrt._strlwr @763 - _strncoll=msvcrt._strncoll @764 - _strnicmp=msvcrt._strnicmp @765 - _strnicoll=msvcrt._strnicoll @766 - _strnset=msvcrt._strnset @767 - _strrev=msvcrt._strrev @768 - _strset=msvcrt._strset @769 - _strtime=msvcrt._strtime @770 - _strupr=msvcrt._strupr @771 - _swab=msvcrt._swab @772 - _sys_errlist=msvcrt._sys_errlist @773 DATA - _sys_nerr=msvcrt._sys_nerr @774 DATA - _tccpy=msvcrt._mbccpy @775 - _tclen=msvcrt._mbclen @776 - _tcschr=msvcrt._mbschr @777 - _tcsclen=msvcrt._mbslen @778 - _tcscmp=msvcrt._mbscmp @779 - _tcscspn=msvcrt._mbscspn @780 - _tcsdec=msvcrt._mbsdec @781 - _tcsicmp=msvcrt._mbsicmp @782 - _tcsinc=msvcrt._mbsinc @783 - _tcslwr=msvcrt._mbslwr @784 - _tcsnbcnt=msvcrt._mbsnbcnt @785 - _tcsncat=msvcrt._mbsnbcat @786 - _tcsnccat=msvcrt._mbsncat @787 - _tcsnccmp=msvcrt._mbsncmp @788 - _tcsnccnt=msvcrt._mbsnccnt @789 - _tcsnccpy=msvcrt._mbsncpy @790 - _tcsncicmp=msvcrt._mbsnicmp @791 - _tcsncmp=msvcrt._mbsnbcmp @792 - _tcsncpy=msvcrt._mbsnbcpy @793 - _tcsncset=msvcrt._mbsnset @794 - _tcsnextc=msvcrt._mbsnextc @795 - _tcsnicmp=msvcrt._mbsnbicmp @796 - _tcsninc=msvcrt._mbsninc @797 - _tcsnset=msvcrt._mbsnbset @798 - _tcspbrk=msvcrt._mbspbrk @799 - _tcsrchr=msvcrt._mbsrchr @800 - _tcsrev=msvcrt._mbsrev @801 - _tcsset=msvcrt._mbsset @802 - _tcsspn=msvcrt._mbsspn @803 - _tcsspnp=msvcrt._mbsspnp @804 - _tcsstr=msvcrt._mbsstr @805 - _tcstok=msvcrt._mbstok @806 - _tcsupr=msvcrt._mbsupr @807 - _tell=msvcrt._tell @808 - _tempnam=msvcrt._tempnam @809 - _timezone=msvcrt._timezone @810 DATA - _tolower=msvcrt._tolower @811 - _toupper=msvcrt._toupper @812 - _tzname=msvcrt._tzname @813 DATA - _tzset=msvcrt._tzset @814 - _ultoa=msvcrt._ultoa @815 - _ultow=msvcrt._ultow @816 - _umask=msvcrt._umask @817 - _ungetch=msvcrt._ungetch @818 - _unlink=msvcrt._unlink @819 - _unloaddll=msvcrt._unloaddll @820 - _utime=msvcrt._utime @821 - _vsnprintf=msvcrt._vsnprintf @822 - _vsnwprintf=msvcrt._vsnwprintf @823 - _waccess=msvcrt._waccess @824 - _wasctime=msvcrt._wasctime @825 - _wchdir=msvcrt._wchdir @826 - _wchmod=msvcrt._wchmod @827 - _wcmdln=msvcrt._wcmdln @828 DATA - _wcreat=msvcrt._wcreat @829 - _wcsdup=msvcrt._wcsdup @830 - _wcsicmp=msvcrt._wcsicmp @831 - _wcsicoll=msvcrt._wcsicoll @832 - _wcslwr=msvcrt._wcslwr @833 - _wcsncoll=msvcrt._wcsncoll @834 - _wcsnicmp=msvcrt._wcsnicmp @835 - _wcsnicoll=msvcrt._wcsnicoll @836 - _wcsnset=msvcrt._wcsnset @837 - _wcsrev=msvcrt._wcsrev @838 - _wcsset=msvcrt._wcsset @839 - _wcsupr=msvcrt._wcsupr @840 - _wctime=msvcrt._wctime @841 - _wenviron=msvcrt._wenviron @842 DATA - _wexecl=msvcrt._wexecl @843 - _wexecle=msvcrt._wexecle @844 - _wexeclp=msvcrt._wexeclp @845 - _wexeclpe=msvcrt._wexeclpe @846 - _wexecv=msvcrt._wexecv @847 - _wexecve=msvcrt._wexecve @848 - _wexecvp=msvcrt._wexecvp @849 - _wexecvpe=msvcrt._wexecvpe @850 - _wfdopen=msvcrt._wfdopen @851 - _wfindfirst=msvcrt._wfindfirst @852 - _wfindnext=msvcrt._wfindnext @853 - _wfopen=msvcrt._wfopen @854 - _wfreopen=msvcrt._wfreopen @855 - _wfsopen=msvcrt._wfsopen @856 - _wfullpath=msvcrt._wfullpath @857 - _wgetcwd=msvcrt._wgetcwd @858 - _wgetdcwd=msvcrt._wgetdcwd @859 - _wgetenv=msvcrt._wgetenv @860 - _winmajor=msvcrt._winmajor @861 DATA - _winminor=msvcrt._winminor @862 DATA - _winver=msvcrt._winver @863 DATA - _wmakepath=msvcrt._wmakepath @864 - _wmkdir=msvcrt._wmkdir @865 - _wmktemp=msvcrt._wmktemp @866 - _wopen=msvcrt._wopen @867 - _wperror=msvcrt._wperror @868 - _wpgmptr=msvcrt._wpgmptr @869 DATA - _wpopen=msvcrt._wpopen @870 - _wputenv=msvcrt._wputenv @871 - _wremove=msvcrt._wremove @872 - _wrename=msvcrt._wrename @873 - _write=msvcrt._write @874 - _wrmdir=msvcrt._wrmdir @875 - _wsearchenv=msvcrt._wsearchenv @876 - _wsetlocale=msvcrt._wsetlocale @877 - _wsopen=msvcrt._wsopen @878 - _wspawnl=msvcrt._wspawnl @879 - _wspawnle=msvcrt._wspawnle @880 - _wspawnlp=msvcrt._wspawnlp @881 - _wspawnlpe=msvcrt._wspawnlpe @882 - _wspawnv=msvcrt._wspawnv @883 - _wspawnve=msvcrt._wspawnve @884 - _wspawnvp=msvcrt._wspawnvp @885 - _wspawnvpe=msvcrt._wspawnvpe @886 - _wsplitpath=msvcrt._wsplitpath @887 - _wstat=msvcrt._wstat @888 - _wstrdate=msvcrt._wstrdate @889 - _wstrtime=msvcrt._wstrtime @890 - _wsystem=msvcrt._wsystem @891 - _wtempnam=msvcrt._wtempnam @892 - _wtmpnam=msvcrt._wtmpnam @893 - _wtoi=msvcrt._wtoi @894 - _wtol=msvcrt._wtol @895 - _wunlink=msvcrt._wunlink @896 - _wutime=msvcrt._wutime @897 - _y0=msvcrt._y0 @898 - _y1=msvcrt._y1 @899 - _yn=msvcrt._yn @900 - abort=msvcrt.abort @901 - abs=msvcrt.abs @902 - acos=msvcrt.acos @903 - asctime=msvcrt.asctime @904 - asin=msvcrt.asin @905 - atan=msvcrt.atan @906 - atan2=msvcrt.atan2 @907 - atexit=msvcrt.atexit @908 PRIVATE - atof=msvcrt.atof @909 - atoi=msvcrt.atoi @910 - atol=msvcrt.atol @911 - bsearch=msvcrt.bsearch @912 - calloc=msvcrt.calloc @913 - ceil=msvcrt.ceil @914 - clearerr=msvcrt.clearerr @915 - clock=msvcrt.clock @916 - cos=msvcrt.cos @917 - cosh=msvcrt.cosh @918 - ctime=msvcrt.ctime @919 - difftime=msvcrt.difftime @920 - div=msvcrt.div @921 - exit=msvcrt.exit @922 - exp=msvcrt.exp @923 - fabs=msvcrt.fabs @924 - fclose=msvcrt.fclose @925 - feof=msvcrt.feof @926 - ferror=msvcrt.ferror @927 - fflush=msvcrt.fflush @928 - fgetc=msvcrt.fgetc @929 - fgetpos=msvcrt.fgetpos @930 - fgets=msvcrt.fgets @931 - fgetwc=msvcrt.fgetwc @932 - fgetws=msvcrt.fgetws @933 - floor=msvcrt.floor @934 - fmod=msvcrt.fmod @935 - fopen=msvcrt.fopen @936 - fprintf=msvcrt.fprintf @937 - fputc=msvcrt.fputc @938 - fputs=msvcrt.fputs @939 - fputwc=msvcrt.fputwc @940 - fputws=msvcrt.fputws @941 - fread=msvcrt.fread @942 - free=msvcrt.free @943 - freopen=msvcrt.freopen @944 - frexp=msvcrt.frexp @945 - fscanf=msvcrt.fscanf @946 - fseek=msvcrt.fseek @947 - fsetpos=msvcrt.fsetpos @948 - ftell=msvcrt.ftell @949 - fwprintf=msvcrt.fwprintf @950 - fwrite=msvcrt.fwrite @951 - fwscanf=msvcrt.fwscanf @952 - getc=msvcrt.getc @953 - getchar=msvcrt.getchar @954 - getenv=msvcrt.getenv @955 - gets=msvcrt.gets @956 - getwc=msvcrt.getwc @957 - getwchar=msvcrt.getwchar @958 - gmtime=msvcrt.gmtime @959 - is_wctype=msvcrt.is_wctype @960 - isalnum=msvcrt.isalnum @961 - isalpha=msvcrt.isalpha @962 - iscntrl=msvcrt.iscntrl @963 - isdigit=msvcrt.isdigit @964 - isgraph=msvcrt.isgraph @965 - isleadbyte=msvcrt.isleadbyte @966 - islower=msvcrt.islower @967 - isprint=msvcrt.isprint @968 - ispunct=msvcrt.ispunct @969 - isspace=msvcrt.isspace @970 - isupper=msvcrt.isupper @971 - iswalnum=msvcrt.iswalnum @972 - iswalpha=msvcrt.iswalpha @973 - iswascii=msvcrt.iswascii @974 - iswcntrl=msvcrt.iswcntrl @975 - iswctype=msvcrt.iswctype @976 - iswdigit=msvcrt.iswdigit @977 - iswgraph=msvcrt.iswgraph @978 - iswlower=msvcrt.iswlower @979 - iswprint=msvcrt.iswprint @980 - iswpunct=msvcrt.iswpunct @981 - iswspace=msvcrt.iswspace @982 - iswupper=msvcrt.iswupper @983 - iswxdigit=msvcrt.iswxdigit @984 - isxdigit=msvcrt.isxdigit @985 - labs=msvcrt.labs @986 - ldexp=msvcrt.ldexp @987 - ldiv=msvcrt.ldiv @988 - localeconv=msvcrt.localeconv @989 - localtime=msvcrt.localtime @990 - log=msvcrt.log @991 - log10=msvcrt.log10 @992 - longjmp=msvcrt.longjmp @993 - malloc=msvcrt.malloc @994 - mblen=msvcrt.mblen @995 - mbstowcs=msvcrt.mbstowcs @996 - mbtowc=msvcrt.mbtowc @997 - memchr=msvcrt.memchr @998 - memcmp=msvcrt.memcmp @999 - memcpy=msvcrt.memcpy @1000 - memmove=msvcrt.memmove @1001 - memset=msvcrt.memset @1002 - mktime=msvcrt.mktime @1003 - modf=msvcrt.modf @1004 - perror=msvcrt.perror @1005 - pow=msvcrt.pow @1006 - printf=msvcrt.printf @1007 - putc=msvcrt.putc @1008 - putchar=msvcrt.putchar @1009 - puts=msvcrt.puts @1010 - putwc=msvcrt.putwc @1011 - putwchar=msvcrt.putwchar @1012 - qsort=msvcrt.qsort @1013 - raise=msvcrt.raise @1014 - rand=msvcrt.rand @1015 - realloc=msvcrt.realloc @1016 - remove=msvcrt.remove @1017 - rename=msvcrt.rename @1018 - rewind=msvcrt.rewind @1019 - scanf=msvcrt.scanf @1020 - setbuf=msvcrt.setbuf @1021 - setlocale=msvcrt.setlocale @1022 - setvbuf=msvcrt.setvbuf @1023 - signal=msvcrt.signal @1024 - sin=msvcrt.sin @1025 - sinh=msvcrt.sinh @1026 - sprintf=msvcrt.sprintf @1027 - sqrt=msvcrt.sqrt @1028 - srand=msvcrt.srand @1029 - sscanf=msvcrt.sscanf @1030 - strcat=msvcrt.strcat @1031 - strchr=msvcrt.strchr @1032 - strcmp=msvcrt.strcmp @1033 - strcoll=msvcrt.strcoll @1034 - strcpy=msvcrt.strcpy @1035 - strcspn=msvcrt.strcspn @1036 - strerror=msvcrt.strerror @1037 - strftime=msvcrt.strftime @1038 - strlen=msvcrt.strlen @1039 - strncat=msvcrt.strncat @1040 - strncmp=msvcrt.strncmp @1041 - strncpy=msvcrt.strncpy @1042 - strpbrk=msvcrt.strpbrk @1043 - strrchr=msvcrt.strrchr @1044 - strspn=msvcrt.strspn @1045 - strstr=msvcrt.strstr @1046 - strtod=msvcrt.strtod @1047 - strtok=msvcrt.strtok @1048 - strtol=msvcrt.strtol @1049 - strtoul=msvcrt.strtoul @1050 - strxfrm=msvcrt.strxfrm @1051 - swprintf=msvcrt.swprintf @1052 - swscanf=msvcrt.swscanf @1053 - system=msvcrt.system @1054 - tan=msvcrt.tan @1055 - tanh=msvcrt.tanh @1056 - time=msvcrt.time @1057 - tmpfile=msvcrt.tmpfile @1058 - tmpnam=msvcrt.tmpnam @1059 - tolower=msvcrt.tolower @1060 - toupper=msvcrt.toupper @1061 - towlower=msvcrt.towlower @1062 - towupper=msvcrt.towupper @1063 - ungetc=msvcrt.ungetc @1064 - ungetwc=msvcrt.ungetwc @1065 - vfprintf=msvcrt.vfprintf @1066 - vfwprintf=msvcrt.vfwprintf @1067 - vprintf=msvcrt.vprintf @1068 - vsprintf=msvcrt.vsprintf @1069 - vswprintf=msvcrt.vswprintf @1070 - vwprintf=msvcrt.vwprintf @1071 - wcscat=msvcrt.wcscat @1072 - wcschr=msvcrt.wcschr @1073 - wcscmp=msvcrt.wcscmp @1074 - wcscoll=msvcrt.wcscoll @1075 - wcscpy=msvcrt.wcscpy @1076 - wcscspn=msvcrt.wcscspn @1077 - wcsftime=msvcrt.wcsftime @1078 - wcslen=msvcrt.wcslen @1079 - wcsncat=msvcrt.wcsncat @1080 - wcsncmp=msvcrt.wcsncmp @1081 - wcsncpy=msvcrt.wcsncpy @1082 - wcspbrk=msvcrt.wcspbrk @1083 - wcsrchr=msvcrt.wcsrchr @1084 - wcsspn=msvcrt.wcsspn @1085 - wcsstr=msvcrt.wcsstr @1086 - wcstod=msvcrt.wcstod @1087 - wcstok=msvcrt.wcstok @1088 - wcstol=msvcrt.wcstol @1089 - wcstombs=msvcrt.wcstombs @1090 - wcstoul=msvcrt.wcstoul @1091 - wcsxfrm=msvcrt.wcsxfrm @1092 - wctomb=msvcrt.wctomb @1093 - wprintf=msvcrt.wprintf @1094 - wscanf=msvcrt.wscanf @1095 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt40.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt40.def deleted file mode 100644 index 9ca62e4..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libmsvcrt40.def +++ /dev/null @@ -1,912 +0,0 @@ -; File generated automatically from ./dlls/msvcrt40/msvcrt40.spec; do not edit! - -LIBRARY msvcrt40.dll - -EXPORTS - ??0__non_rtti_object@@QAE@ABV0@@Z=msvcrt.??0__non_rtti_object@@QAE@ABV0@@Z @3 - ??0__non_rtti_object@@QAE@PBD@Z=msvcrt.??0__non_rtti_object@@QAE@PBD@Z @4 - ??0bad_cast@@QAE@ABQBD@Z=msvcrt.??0bad_cast@@QAE@ABQBD@Z @5 - ??0bad_cast@@QAE@ABV0@@Z=msvcrt.??0bad_cast@@QAE@ABV0@@Z @6 - ??0bad_typeid@@QAE@ABV0@@Z=msvcrt.??0bad_typeid@@QAE@ABV0@@Z @7 - ??0bad_typeid@@QAE@PBD@Z=msvcrt.??0bad_typeid@@QAE@PBD@Z @8 - ??0exception@@QAE@ABQBD@Z=msvcrt.??0exception@@QAE@ABQBD@Z @9 - ??0exception@@QAE@ABV0@@Z=msvcrt.??0exception@@QAE@ABV0@@Z @10 - ??0exception@@QAE@XZ=msvcrt.??0exception@@QAE@XZ @11 - ??0filebuf@@QAE@ABV0@@Z=msvcirt.??0filebuf@@QAE@ABV0@@Z @12 - ??0filebuf@@QAE@H@Z=msvcirt.??0filebuf@@QAE@H@Z @13 - ??0filebuf@@QAE@HPADH@Z=msvcirt.??0filebuf@@QAE@HPADH@Z @14 - ??0filebuf@@QAE@XZ=msvcirt.??0filebuf@@QAE@XZ @15 - ??0ios@@IAE@ABV0@@Z=msvcirt.??0ios@@IAE@ABV0@@Z @26 - ??0ios@@IAE@XZ=msvcirt.??0ios@@IAE@XZ @27 - ??0ios@@QAE@PAVstreambuf@@@Z=msvcirt.??0ios@@QAE@PAVstreambuf@@@Z @28 - ??0logic_error@@QAE@ABQBD@Z=msvcirt.??0logic_error@@QAE@ABQBD@Z @41 - ??0logic_error@@QAE@ABV0@@Z=msvcirt.??0logic_error@@QAE@ABV0@@Z @42 - ??0ostrstream@@QAE@XZ=msvcirt.??0ostrstream@@QAE@XZ @56 - ??0stdiobuf@@QAE@ABV0@@Z=msvcirt.??0stdiobuf@@QAE@ABV0@@Z @57 - ??0stdiobuf@@QAE@PAU_iobuf@@@Z=msvcirt.??0stdiobuf@@QAE@PAU_iobuf@@@Z @58 - ??0streambuf@@IAE@PADH@Z=msvcirt.??0streambuf@@IAE@PADH@Z @61 - ??0streambuf@@IAE@XZ=msvcirt.??0streambuf@@IAE@XZ @62 - ??0streambuf@@QAE@ABV0@@Z=msvcirt.??0streambuf@@QAE@ABV0@@Z @63 - ??0strstreambuf@@QAE@ABV0@@Z=msvcirt.??0strstreambuf@@QAE@ABV0@@Z @67 - ??0strstreambuf@@QAE@H@Z=msvcirt.??0strstreambuf@@QAE@H@Z @68 - ??0strstreambuf@@QAE@P6APAXJ@ZP6AXPAX@Z@Z=msvcirt.??0strstreambuf@@QAE@P6APAXJ@ZP6AXPAX@Z@Z @69 - ??0strstreambuf@@QAE@PADH0@Z=msvcirt.??0strstreambuf@@QAE@PADH0@Z @70 - ??0strstreambuf@@QAE@XZ=msvcirt.??0strstreambuf@@QAE@XZ @71 - ??1__non_rtti_object@@UAE@XZ=msvcrt.??1__non_rtti_object@@UAE@XZ @73 - ??1bad_cast@@UAE@XZ=msvcrt.??1bad_cast@@UAE@XZ @74 - ??1bad_typeid@@UAE@XZ=msvcrt.??1bad_typeid@@UAE@XZ @75 - ??1exception@@UAE@XZ=msvcrt.??1exception@@UAE@XZ @76 - ??1filebuf@@UAE@XZ=msvcirt.??1filebuf@@UAE@XZ @77 - ??1ios@@UAE@XZ=msvcirt.??1ios@@UAE@XZ @80 - ??1logic_error@@UAE@XZ=msvcirt.??1logic_error@@UAE@XZ @85 - ??1ostrstream@@UAE@XZ=msvcirt.??1ostrstream@@UAE@XZ @89 - ??1stdiobuf@@UAE@XZ=msvcirt.??1stdiobuf@@UAE@XZ @90 - ??1streambuf@@UAE@XZ=msvcirt.??1streambuf@@UAE@XZ @92 - ??1strstreambuf@@UAE@XZ=msvcirt.??1strstreambuf@@UAE@XZ @94 - ??1type_info@@UAE@XZ=msvcrt.??1type_info@@UAE@XZ @95 - ??2@YAPAXI@Z=msvcrt.??2@YAPAXI@Z @96 - ??3@YAXPAX@Z=msvcrt.??3@YAXPAX@Z @97 - ??4__non_rtti_object@@QAEAAV0@ABV0@@Z=msvcrt.??4__non_rtti_object@@QAEAAV0@ABV0@@Z @99 - ??4bad_cast@@QAEAAV0@ABV0@@Z=msvcrt.??4bad_cast@@QAEAAV0@ABV0@@Z @100 - ??4bad_typeid@@QAEAAV0@ABV0@@Z=msvcrt.??4bad_typeid@@QAEAAV0@ABV0@@Z @101 - ??4exception@@QAEAAV0@ABV0@@Z=msvcrt.??4exception@@QAEAAV0@ABV0@@Z @102 - ??4filebuf@@QAEAAV0@ABV0@@Z=msvcirt.??4filebuf@@QAEAAV0@ABV0@@Z @103 - ??4ios@@IAEAAV0@ABV0@@Z=msvcirt.??4ios@@IAEAAV0@ABV0@@Z @106 - ??4logic_error@@QAEAAV0@ABV0@@Z=msvcirt.??4logic_error@@QAEAAV0@ABV0@@Z @115 - ??4stdiobuf@@QAEAAV0@ABV0@@Z=msvcirt.??4stdiobuf@@QAEAAV0@ABV0@@Z @123 - ??4streambuf@@QAEAAV0@ABV0@@Z=msvcirt.??4streambuf@@QAEAAV0@ABV0@@Z @125 - ??4strstreambuf@@QAEAAV0@ABV0@@Z=msvcirt.??4strstreambuf@@QAEAAV0@ABV0@@Z @127 - ??6ostream@@QAEAAV0@E@Z=msvcirt.??6ostream@@QAEAAV0@E@Z @148 - ??6ostream@@QAEAAV0@H@Z=msvcirt.??6ostream@@QAEAAV0@H@Z @151 - ??6ostream@@QAEAAV0@P6AAAV0@AAV0@@Z@Z=msvcirt.??6ostream@@QAEAAV0@P6AAAV0@AAV0@@Z@Z @158 - ??6ostream@@QAEAAV0@PBD@Z=msvcirt.??6ostream@@QAEAAV0@PBD@Z @162 - ??7ios@@QBEHXZ=msvcirt.??7ios@@QBEHXZ @165 - ??8type_info@@QBEHABV0@@Z=msvcrt.??8type_info@@QBEHABV0@@Z @166 - ??9type_info@@QBEHABV0@@Z=msvcrt.??9type_info@@QBEHABV0@@Z @167 - ??Bios@@QBEPAXXZ=msvcirt.??Bios@@QBEPAXXZ @168 - ??_7__non_rtti_object@@6B@=msvcrt.??_7__non_rtti_object@@6B@ @169 DATA - ??_7bad_cast@@6B@=msvcrt.??_7bad_cast@@6B@ @170 DATA - ??_7bad_typeid@@6B@=msvcrt.??_7bad_typeid@@6B@ @171 DATA - ??_7exception@@6B@=msvcrt.??_7exception@@6B@ @172 DATA - ??_7filebuf@@6B@=msvcirt.??_7filebuf@@6B@ @173 DATA - ??_7ios@@6B@=msvcirt.??_7ios@@6B@ @174 DATA - ??_7logic_error@@6B@=msvcirt.??_7logic_error@@6B@ @175 DATA - ??_7stdiobuf@@6B@=msvcirt.??_7stdiobuf@@6B@ @176 DATA - ??_7streambuf@@6B@=msvcirt.??_7streambuf@@6B@ @177 DATA - ??_7strstreambuf@@6B@=msvcirt.??_7strstreambuf@@6B@ @178 DATA - ??_E__non_rtti_object@@UAEPAXI@Z=msvcrt.??_E__non_rtti_object@@UAEPAXI@Z @192 - ??_Ebad_cast@@UAEPAXI@Z=msvcrt.??_Ebad_cast@@UAEPAXI@Z @193 - ??_Ebad_typeid@@UAEPAXI@Z=msvcrt.??_Ebad_typeid@@UAEPAXI@Z @194 - ??_Eexception@@UAEPAXI@Z=msvcrt.??_Eexception@@UAEPAXI@Z @195 - ??_Efilebuf@@UAEPAXI@Z=msvcirt.??_Efilebuf@@UAEPAXI@Z @196 - ??_Eios@@UAEPAXI@Z=msvcirt.??_Eios@@UAEPAXI@Z @199 - ??_Elogic_error@@UAEPAXI@Z=msvcirt.??_Elogic_error@@UAEPAXI@Z @204 - ??_Estdiobuf@@UAEPAXI@Z=msvcirt.??_Estdiobuf@@UAEPAXI@Z @209 - ??_Estreambuf@@UAEPAXI@Z=msvcirt.??_Estreambuf@@UAEPAXI@Z @211 - ??_Estrstreambuf@@UAEPAXI@Z=msvcirt.??_Estrstreambuf@@UAEPAXI@Z @213 - ??_G__non_rtti_object@@UAEPAXI@Z=msvcrt.??_G__non_rtti_object@@UAEPAXI@Z @215 - ??_Gbad_cast@@UAEPAXI@Z=msvcrt.??_Gbad_cast@@UAEPAXI@Z @216 - ??_Gbad_typeid@@UAEPAXI@Z=msvcrt.??_Gbad_typeid@@UAEPAXI@Z @217 - ??_Gexception@@UAEPAXI@Z=msvcrt.??_Gexception@@UAEPAXI@Z @218 - ??_Gfilebuf@@UAEPAXI@Z=msvcirt.??_Gfilebuf@@UAEPAXI@Z @219 - ??_Gios@@UAEPAXI@Z=msvcirt.??_Gios@@UAEPAXI@Z @222 - ??_Glogic_error@@UAEPAXI@Z=msvcirt.??_Glogic_error@@UAEPAXI@Z @227 - ??_Gstdiobuf@@UAEPAXI@Z=msvcirt.??_Gstdiobuf@@UAEPAXI@Z @232 - ??_Gstreambuf@@UAEPAXI@Z=msvcirt.??_Gstreambuf@@UAEPAXI@Z @234 - ??_Gstrstreambuf@@UAEPAXI@Z=msvcirt.??_Gstrstreambuf@@UAEPAXI@Z @236 - ?_query_new_handler@@YAP6AHI@ZXZ=msvcrt.?_query_new_handler@@YAP6AHI@ZXZ @237 - ?_query_new_mode@@YAHXZ=msvcrt.?_query_new_mode@@YAHXZ @238 - ?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z=msvcrt.?_set_new_handler@@YAP6AHI@ZP6AHI@Z@Z @239 - ?_set_new_mode@@YAHH@Z=msvcrt.?_set_new_mode@@YAHH@Z @240 - ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z=msvcrt.?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z @241 - ?adjustfield@ios@@2JB=msvcirt.?adjustfield@ios@@2JB @242 DATA - ?allocate@streambuf@@IAEHXZ=msvcirt.?allocate@streambuf@@IAEHXZ @243 - ?attach@filebuf@@QAEPAV1@H@Z=msvcirt.?attach@filebuf@@QAEPAV1@H@Z @244 - ?bad@ios@@QBEHXZ=msvcirt.?bad@ios@@QBEHXZ @248 - ?base@streambuf@@IBEPADXZ=msvcirt.?base@streambuf@@IBEPADXZ @249 - ?basefield@ios@@2JB=msvcirt.?basefield@ios@@2JB @250 DATA - ?before@type_info@@QBEHABV1@@Z=msvcrt.?before@type_info@@QBEHABV1@@Z @251 - ?binary@filebuf@@2HB=msvcirt.?binary@filebuf@@2HB @252 DATA - ?bitalloc@ios@@SAJXZ=msvcirt.?bitalloc@ios@@SAJXZ @253 - ?blen@streambuf@@IBEHXZ=msvcirt.?blen@streambuf@@IBEHXZ @254 - ?clear@ios@@QAEXH@Z=msvcirt.?clear@ios@@QAEXH@Z @257 - ?close@filebuf@@QAEPAV1@XZ=msvcirt.?close@filebuf@@QAEPAV1@XZ @259 - ?clrlock@ios@@QAAXXZ=msvcirt.?clrlock@ios@@QAAXXZ @263 - ?clrlock@streambuf@@QAEXXZ=msvcirt.?clrlock@streambuf@@QAEXXZ @264 - ?dbp@streambuf@@QAEXXZ=msvcirt.?dbp@streambuf@@QAEXXZ @266 - ?dec@@YAAAVios@@AAV1@@Z=msvcirt.?dec@@YAAAVios@@AAV1@@Z @267 - ?delbuf@ios@@QAEXH@Z=msvcirt.?delbuf@ios@@QAEXH@Z @268 - ?delbuf@ios@@QBEHXZ=msvcirt.?delbuf@ios@@QBEHXZ @269 - ?doallocate@streambuf@@MAEHXZ=msvcirt.?doallocate@streambuf@@MAEHXZ @270 - ?doallocate@strstreambuf@@MAEHXZ=msvcirt.?doallocate@strstreambuf@@MAEHXZ @271 - ?eback@streambuf@@IBEPADXZ=msvcirt.?eback@streambuf@@IBEPADXZ @273 - ?ebuf@streambuf@@IBEPADXZ=msvcirt.?ebuf@streambuf@@IBEPADXZ @274 - ?egptr@streambuf@@IBEPADXZ=msvcirt.?egptr@streambuf@@IBEPADXZ @275 - ?endl@@YAAAVostream@@AAV1@@Z=msvcirt.?endl@@YAAAVostream@@AAV1@@Z @276 - ?ends@@YAAAVostream@@AAV1@@Z=msvcirt.?ends@@YAAAVostream@@AAV1@@Z @277 - ?eof@ios@@QBEHXZ=msvcirt.?eof@ios@@QBEHXZ @278 - ?epptr@streambuf@@IBEPADXZ=msvcirt.?epptr@streambuf@@IBEPADXZ @279 - ?fLockcInit@ios@@0HA=msvcirt.?fLockcInit@ios@@0HA @280 DATA - ?fail@ios@@QBEHXZ=msvcirt.?fail@ios@@QBEHXZ @281 - ?fd@filebuf@@QBEHXZ=msvcirt.?fd@filebuf@@QBEHXZ @282 - ?fill@ios@@QAEDD@Z=msvcirt.?fill@ios@@QAEDD@Z @286 - ?fill@ios@@QBEDXZ=msvcirt.?fill@ios@@QBEDXZ @287 - ?flags@ios@@QAEJJ@Z=msvcirt.?flags@ios@@QAEJJ@Z @288 - ?flags@ios@@QBEJXZ=msvcirt.?flags@ios@@QBEJXZ @289 - ?floatfield@ios@@2JB=msvcirt.?floatfield@ios@@2JB @290 DATA - ?freeze@strstreambuf@@QAEXH@Z=msvcirt.?freeze@strstreambuf@@QAEXH@Z @293 - ?gbump@streambuf@@IAEXH@Z=msvcirt.?gbump@streambuf@@IAEXH@Z @294 - ?good@ios@@QBEHXZ=msvcirt.?good@ios@@QBEHXZ @310 - ?gptr@streambuf@@IBEPADXZ=msvcirt.?gptr@streambuf@@IBEPADXZ @311 - ?hex@@YAAAVios@@AAV1@@Z=msvcirt.?hex@@YAAAVios@@AAV1@@Z @312 - ?in_avail@streambuf@@QBEHXZ=msvcirt.?in_avail@streambuf@@QBEHXZ @314 - ?init@ios@@IAEXPAVstreambuf@@@Z=msvcirt.?init@ios@@IAEXPAVstreambuf@@@Z @315 - ?is_open@filebuf@@QBEHXZ=msvcirt.?is_open@filebuf@@QBEHXZ @317 - ?iword@ios@@QBEAAJH@Z=msvcirt.?iword@ios@@QBEAAJH@Z @322 - ?lock@ios@@QAAXXZ=msvcirt.?lock@ios@@QAAXXZ @323 - ?lock@streambuf@@QAEXXZ=msvcirt.?lock@streambuf@@QAEXXZ @324 - ?lockbuf@ios@@QAAXXZ=msvcirt.?lockbuf@ios@@QAAXXZ @325 - ?lockc@ios@@KAXXZ=msvcirt.?lockc@ios@@KAXXZ @326 - ?lockptr@ios@@IAEPAU_CRT_CRITICAL_SECTION@@XZ=msvcirt.?lockptr@ios@@IAEPAU_CRT_CRITICAL_SECTION@@XZ @327 - ?lockptr@streambuf@@IAEPAU_CRT_CRITICAL_SECTION@@XZ=msvcirt.?lockptr@streambuf@@IAEPAU_CRT_CRITICAL_SECTION@@XZ @328 - ?name@type_info@@QBEPBDXZ=msvcrt.?name@type_info@@QBEPBDXZ @329 - ?oct@@YAAAVios@@AAV1@@Z=msvcirt.?oct@@YAAAVios@@AAV1@@Z @330 - ?open@filebuf@@QAEPAV1@PBDHH@Z=msvcirt.?open@filebuf@@QAEPAV1@PBDHH@Z @331 - ?openprot@filebuf@@2HB=msvcirt.?openprot@filebuf@@2HB @335 DATA - ?out_waiting@streambuf@@QBEHXZ=msvcirt.?out_waiting@streambuf@@QBEHXZ @338 - ?overflow@filebuf@@UAEHH@Z=msvcirt.?overflow@filebuf@@UAEHH@Z @339 - ?overflow@stdiobuf@@UAEHH@Z=msvcirt.?overflow@stdiobuf@@UAEHH@Z @340 - ?overflow@strstreambuf@@UAEHH@Z=msvcirt.?overflow@strstreambuf@@UAEHH@Z @341 - ?pbackfail@stdiobuf@@UAEHH@Z=msvcirt.?pbackfail@stdiobuf@@UAEHH@Z @342 - ?pbackfail@streambuf@@UAEHH@Z=msvcirt.?pbackfail@streambuf@@UAEHH@Z @343 - ?pbase@streambuf@@IBEPADXZ=msvcirt.?pbase@streambuf@@IBEPADXZ @344 - ?pbump@streambuf@@IAEXH@Z=msvcirt.?pbump@streambuf@@IAEXH@Z @345 - ?pptr@streambuf@@IBEPADXZ=msvcirt.?pptr@streambuf@@IBEPADXZ @349 - ?precision@ios@@QAEHH@Z=msvcirt.?precision@ios@@QAEHH@Z @350 - ?precision@ios@@QBEHXZ=msvcirt.?precision@ios@@QBEHXZ @351 - ?pword@ios@@QBEAAPAXH@Z=msvcirt.?pword@ios@@QBEAAPAXH@Z @356 - ?raw_name@type_info@@QBEPBDXZ=msvcrt.?raw_name@type_info@@QBEPBDXZ @357 - ?rdbuf@ios@@QBEPAVstreambuf@@XZ=msvcirt.?rdbuf@ios@@QBEPAVstreambuf@@XZ @360 - ?rdstate@ios@@QBEHXZ=msvcirt.?rdstate@ios@@QBEHXZ @366 - ?sbumpc@streambuf@@QAEHXZ=msvcirt.?sbumpc@streambuf@@QAEHXZ @370 - ?seekoff@filebuf@@UAEJJW4seek_dir@ios@@H@Z=msvcirt.?seekoff@filebuf@@UAEJJW4seek_dir@ios@@H@Z @373 - ?seekoff@stdiobuf@@UAEJJW4seek_dir@ios@@H@Z=msvcirt.?seekoff@stdiobuf@@UAEJJW4seek_dir@ios@@H@Z @374 - ?seekoff@streambuf@@UAEJJW4seek_dir@ios@@H@Z=msvcirt.?seekoff@streambuf@@UAEJJW4seek_dir@ios@@H@Z @375 - ?seekoff@strstreambuf@@UAEJJW4seek_dir@ios@@H@Z=msvcirt.?seekoff@strstreambuf@@UAEJJW4seek_dir@ios@@H@Z @376 - ?seekpos@streambuf@@UAEJJH@Z=msvcirt.?seekpos@streambuf@@UAEJJH@Z @379 - ?set_new_handler@@YAP6AXXZP6AXXZ@Z=msvcrt.?set_new_handler@@YAP6AXXZP6AXXZ@Z @380 - ?set_terminate@@YAP6AXXZP6AXXZ@Z=msvcrt.?set_terminate@@YAP6AXXZP6AXXZ@Z @381 - ?set_unexpected@@YAP6AXXZP6AXXZ@Z=msvcrt.?set_unexpected@@YAP6AXXZP6AXXZ@Z @382 - ?setb@streambuf@@IAEXPAD0H@Z=msvcirt.?setb@streambuf@@IAEXPAD0H@Z @383 - ?setbuf@filebuf@@UAEPAVstreambuf@@PADH@Z=msvcirt.?setbuf@filebuf@@UAEPAVstreambuf@@PADH@Z @384 - ?setbuf@streambuf@@UAEPAV1@PADH@Z=msvcirt.?setbuf@streambuf@@UAEPAV1@PADH@Z @388 - ?setbuf@strstreambuf@@UAEPAVstreambuf@@PADH@Z=msvcirt.?setbuf@strstreambuf@@UAEPAVstreambuf@@PADH@Z @389 - ?setf@ios@@QAEJJ@Z=msvcirt.?setf@ios@@QAEJJ@Z @390 - ?setf@ios@@QAEJJJ@Z=msvcirt.?setf@ios@@QAEJJJ@Z @391 - ?setg@streambuf@@IAEXPAD00@Z=msvcirt.?setg@streambuf@@IAEXPAD00@Z @392 - ?setlock@ios@@QAAXXZ=msvcirt.?setlock@ios@@QAAXXZ @393 - ?setlock@streambuf@@QAEXXZ=msvcirt.?setlock@streambuf@@QAEXXZ @394 - ?setmode@filebuf@@QAEHH@Z=msvcirt.?setmode@filebuf@@QAEHH@Z @395 - ?setp@streambuf@@IAEXPAD0@Z=msvcirt.?setp@streambuf@@IAEXPAD0@Z @399 - ?setrwbuf@stdiobuf@@QAEHHH@Z=msvcirt.?setrwbuf@stdiobuf@@QAEHHH@Z @400 - ?sgetc@streambuf@@QAEHXZ=msvcirt.?sgetc@streambuf@@QAEHXZ @401 - ?sgetn@streambuf@@QAEHPADH@Z=msvcirt.?sgetn@streambuf@@QAEHPADH@Z @402 - ?sh_none@filebuf@@2HB=msvcirt.?sh_none@filebuf@@2HB @403 DATA - ?sh_read@filebuf@@2HB=msvcirt.?sh_read@filebuf@@2HB @404 DATA - ?sh_write@filebuf@@2HB=msvcirt.?sh_write@filebuf@@2HB @405 DATA - ?snextc@streambuf@@QAEHXZ=msvcirt.?snextc@streambuf@@QAEHXZ @406 - ?sputbackc@streambuf@@QAEHD@Z=msvcirt.?sputbackc@streambuf@@QAEHD@Z @407 - ?sputc@streambuf@@QAEHH@Z=msvcirt.?sputc@streambuf@@QAEHH@Z @408 - ?sputn@streambuf@@QAEHPBDH@Z=msvcirt.?sputn@streambuf@@QAEHPBDH@Z @409 - ?stdiofile@stdiobuf@@QAEPAU_iobuf@@XZ=msvcirt.?stdiofile@stdiobuf@@QAEPAU_iobuf@@XZ @410 - ?stossc@streambuf@@QAEXXZ=msvcirt.?stossc@streambuf@@QAEXXZ @411 - ?str@strstreambuf@@QAEPADXZ=msvcirt.?str@strstreambuf@@QAEPADXZ @415 - ?sync@filebuf@@UAEHXZ=msvcirt.?sync@filebuf@@UAEHXZ @416 - ?sync@stdiobuf@@UAEHXZ=msvcirt.?sync@stdiobuf@@UAEHXZ @418 - ?sync@streambuf@@UAEHXZ=msvcirt.?sync@streambuf@@UAEHXZ @419 - ?sync@strstreambuf@@UAEHXZ=msvcirt.?sync@strstreambuf@@UAEHXZ @420 - ?sync_with_stdio@ios@@SAXXZ=msvcirt.?sync_with_stdio@ios@@SAXXZ @421 - ?terminate@@YAXXZ=msvcrt.?terminate@@YAXXZ @424 - ?text@filebuf@@2HB=msvcirt.?text@filebuf@@2HB @425 DATA - ?tie@ios@@QAEPAVostream@@PAV2@@Z=msvcirt.?tie@ios@@QAEPAVostream@@PAV2@@Z @426 - ?tie@ios@@QBEPAVostream@@XZ=msvcirt.?tie@ios@@QBEPAVostream@@XZ @427 - ?unbuffered@streambuf@@IAEXH@Z=msvcirt.?unbuffered@streambuf@@IAEXH@Z @428 - ?unbuffered@streambuf@@IBEHXZ=msvcirt.?unbuffered@streambuf@@IBEHXZ @429 - ?underflow@filebuf@@UAEHXZ=msvcirt.?underflow@filebuf@@UAEHXZ @430 - ?underflow@stdiobuf@@UAEHXZ=msvcirt.?underflow@stdiobuf@@UAEHXZ @431 - ?underflow@strstreambuf@@UAEHXZ=msvcirt.?underflow@strstreambuf@@UAEHXZ @432 - ?unexpected@@YAXXZ=msvcrt.?unexpected@@YAXXZ @433 - ?unlock@ios@@QAAXXZ=msvcirt.?unlock@ios@@QAAXXZ @434 - ?unlock@streambuf@@QAEXXZ=msvcirt.?unlock@streambuf@@QAEXXZ @435 - ?unlockbuf@ios@@QAAXXZ=msvcirt.?unlockbuf@ios@@QAAXXZ @436 - ?unlockc@ios@@KAXXZ=msvcirt.?unlockc@ios@@KAXXZ @437 - ?unsetf@ios@@QAEJJ@Z=msvcirt.?unsetf@ios@@QAEJJ@Z @438 - ?what@exception@@UBEPBDXZ=msvcrt.?what@exception@@UBEPBDXZ @439 - ?width@ios@@QAEHH@Z=msvcirt.?width@ios@@QAEHH@Z @440 - ?width@ios@@QBEHXZ=msvcirt.?width@ios@@QBEHXZ @441 - ?x_curindex@ios@@0HA=msvcirt.?x_curindex@ios@@0HA @447 DATA - ?x_lockc@ios@@0U_CRT_CRITICAL_SECTION@@A=msvcirt.?x_lockc@ios@@0U_CRT_CRITICAL_SECTION@@A @448 DATA - ?x_maxbit@ios@@0JA=msvcirt.?x_maxbit@ios@@0JA @449 DATA - ?x_statebuf@ios@@0PAJA=msvcirt.?x_statebuf@ios@@0PAJA @450 DATA - ?xalloc@ios@@SAHXZ=msvcirt.?xalloc@ios@@SAHXZ @451 - ?xsgetn@streambuf@@UAEHPADH@Z=msvcirt.?xsgetn@streambuf@@UAEHPADH@Z @452 - ?xsputn@streambuf@@UAEHPBDH@Z=msvcirt.?xsputn@streambuf@@UAEHPBDH@Z @453 - $I10_OUTPUT=msvcrt.$I10_OUTPUT @454 - _CIacos=msvcrt._CIacos @455 - _CIasin=msvcrt._CIasin @456 - _CIatan=msvcrt._CIatan @457 - _CIatan2=msvcrt._CIatan2 @458 - _CIcos=msvcrt._CIcos @459 - _CIcosh=msvcrt._CIcosh @460 - _CIexp=msvcrt._CIexp @461 - _CIfmod=msvcrt._CIfmod @462 - _CIlog=msvcrt._CIlog @463 - _CIlog10=msvcrt._CIlog10 @464 - _CIpow=msvcrt._CIpow @465 - _CIsin=msvcrt._CIsin @466 - _CIsinh=msvcrt._CIsinh @467 - _CIsqrt=msvcrt._CIsqrt @468 - _CItan=msvcrt._CItan @469 - _CItanh=msvcrt._CItanh @470 - _CxxThrowException@8=msvcrt._CxxThrowException @471 - _EH_prolog=msvcrt._EH_prolog @472 - _HUGE=msvcrt._HUGE @473 DATA - _XcptFilter=msvcrt._XcptFilter @474 - __CxxFrameHandler=msvcrt.__CxxFrameHandler @475 - __CxxLongjmpUnwind@4=msvcrt.__CxxLongjmpUnwind @476 - __RTCastToVoid=msvcrt.__RTCastToVoid @477 - __RTDynamicCast=msvcrt.__RTDynamicCast @478 - __RTtypeid=msvcrt.__RTtypeid @479 - __STRINGTOLD=msvcrt.__STRINGTOLD @480 - __argc=msvcrt.__argc @481 DATA - __argv=msvcrt.__argv @482 DATA - __dllonexit=msvcrt.__dllonexit @483 - __doserrno=msvcrt.__doserrno @484 - __fpecode=msvcrt.__fpecode @485 - __getmainargs=msvcrt.__getmainargs @486 - __initenv=msvcrt.__initenv @487 DATA - __isascii=msvcrt.__isascii @488 - __iscsym=msvcrt.__iscsym @489 - __iscsymf=msvcrt.__iscsymf @490 - __lconv_init=msvcrt.__lconv_init @491 - __mb_cur_max=msvcrt.__mb_cur_max @492 DATA - __p___argc=msvcrt.__p___argc @493 - __p___argv=msvcrt.__p___argv @494 - __p___initenv=msvcrt.__p___initenv @495 - __p___mb_cur_max=msvcrt.__p___mb_cur_max @496 - __p___wargv=msvcrt.__p___wargv @497 - __p___winitenv=msvcrt.__p___winitenv @498 - __p__acmdln=msvcrt.__p__acmdln @499 - __p__amblksiz=msvcrt.__p__amblksiz @500 - __p__commode=msvcrt.__p__commode @501 - __p__daylight=msvcrt.__p__daylight @502 - __p__dstbias=msvcrt.__p__dstbias @503 - __p__environ=msvcrt.__p__environ @504 - __p__fmode=msvcrt.__p__fmode @505 - __p__iob=msvcrt.__p__iob @506 - __p__mbctype=msvcrt.__p__mbctype @507 - __p__osver=msvcrt.__p__osver @508 - __p__pctype=msvcrt.__p__pctype @509 - __p__pgmptr=msvcrt.__p__pgmptr @510 - __p__pwctype=msvcrt.__p__pwctype @511 - __p__timezone=msvcrt.__p__timezone @512 - __p__tzname=msvcrt.__p__tzname @513 - __p__wcmdln=msvcrt.__p__wcmdln @514 - __p__wenviron=msvcrt.__p__wenviron @515 - __p__winmajor=msvcrt.__p__winmajor @516 - __p__winminor=msvcrt.__p__winminor @517 - __p__winver=msvcrt.__p__winver @518 - __p__wpgmptr=msvcrt.__p__wpgmptr @519 - __pxcptinfoptrs=msvcrt.__pxcptinfoptrs @520 - __set_app_type=msvcrt.__set_app_type @521 - __setusermatherr=msvcrt.__setusermatherr @522 - __threadhandle=msvcrt.__threadhandle @523 - __threadid=msvcrt.__threadid @524 - __toascii=msvcrt.__toascii @525 - __unDName=msvcrt.__unDName @526 - __wargv=msvcrt.__wargv @527 DATA - __wgetmainargs=msvcrt.__wgetmainargs @528 - __winitenv=msvcrt.__winitenv @529 DATA - _abnormal_termination=msvcrt._abnormal_termination @530 - _access=msvcrt._access @531 - _acmdln=msvcrt._acmdln @532 DATA - _adj_fdiv_m16i@4=msvcrt._adj_fdiv_m16i @533 - _adj_fdiv_m32@4=msvcrt._adj_fdiv_m32 @534 - _adj_fdiv_m32i@4=msvcrt._adj_fdiv_m32i @535 - _adj_fdiv_m64@8=msvcrt._adj_fdiv_m64 @536 - _adj_fdiv_r=msvcrt._adj_fdiv_r @537 - _adj_fdivr_m16i@4=msvcrt._adj_fdivr_m16i @538 - _adj_fdivr_m32@4=msvcrt._adj_fdivr_m32 @539 - _adj_fdivr_m32i@4=msvcrt._adj_fdivr_m32i @540 - _adj_fdivr_m64@8=msvcrt._adj_fdivr_m64 @541 - _adj_fpatan=msvcrt._adj_fpatan @542 - _adj_fprem=msvcrt._adj_fprem @543 - _adj_fprem1=msvcrt._adj_fprem1 @544 - _adj_fptan=msvcrt._adj_fptan @545 - _adjust_fdiv=msvcrt._adjust_fdiv @546 DATA - _aexit_rtn=msvcrt._aexit_rtn @547 DATA - _amsg_exit=msvcrt._amsg_exit @548 - _assert=msvcrt._assert @549 - _atodbl=msvcrt._atodbl @550 - _atoldbl=msvcrt._atoldbl @551 - _beep=msvcrt._beep @552 - _beginthread=msvcrt._beginthread @553 - _beginthreadex=msvcrt._beginthreadex @554 - _c_exit=msvcrt._c_exit @555 - _cabs=msvcrt._cabs @556 - _cexit=msvcrt._cexit @557 - _cgets=msvcrt._cgets @558 - _chdir=msvcrt._chdir @559 - _chdrive=msvcrt._chdrive @560 - _chgsign=msvcrt._chgsign @561 - _chmod=msvcrt._chmod @562 - _chsize=msvcrt._chsize @563 - _clearfp=msvcrt._clearfp @564 - _close=msvcrt._close @565 - _commit=msvcrt._commit @566 - _commode=msvcrt._commode @567 DATA - _control87=msvcrt._control87 @568 - _controlfp=msvcrt._controlfp @569 - _copysign=msvcrt._copysign @570 - _cprintf=msvcrt._cprintf @571 - _cputs=msvcrt._cputs @572 - _creat=msvcrt._creat @573 - _cscanf=msvcrt._cscanf @574 - _ctype=msvcrt._ctype @575 DATA - _cwait=msvcrt._cwait @576 - _daylight=msvcrt._daylight @577 DATA - _dstbias=msvcrt._dstbias @578 DATA - _dup=msvcrt._dup @579 - _dup2=msvcrt._dup2 @580 - _ecvt=msvcrt._ecvt @581 - _endthread=msvcrt._endthread @582 - _endthreadex=msvcrt._endthreadex @583 - _environ=msvcrt._environ @584 DATA - _eof=msvcrt._eof @585 - _errno=msvcrt._errno @586 - _except_handler2=msvcrt._except_handler2 @587 - _except_handler3=msvcrt._except_handler3 @588 - _execl=msvcrt._execl @589 - _execle=msvcrt._execle @590 - _execlp=msvcrt._execlp @591 - _execlpe=msvcrt._execlpe @592 - _execv=msvcrt._execv @593 - _execve=msvcrt._execve @594 - _execvp=msvcrt._execvp @595 - _execvpe=msvcrt._execvpe @596 - _exit=msvcrt._exit @597 - _expand=msvcrt._expand @598 - _fcloseall=msvcrt._fcloseall @599 - _fcvt=msvcrt._fcvt @600 - _fdopen=msvcrt._fdopen @601 - _fgetchar=msvcrt._fgetchar @602 - _fgetwchar=msvcrt._fgetwchar @603 - _filbuf=msvcrt._filbuf @604 - _filelength=msvcrt._filelength @605 - _filelengthi64=msvcrt._filelengthi64 @606 - _fileno=msvcrt._fileno @607 - _findclose=msvcrt._findclose @608 - _findfirst=msvcrt._findfirst @609 - _findfirsti64=msvcrt._findfirsti64 @610 - _findnext=msvcrt._findnext @611 - _findnexti64=msvcrt._findnexti64 @612 - _finite=msvcrt._finite @613 - _flsbuf=msvcrt._flsbuf @614 - _flushall=msvcrt._flushall @615 - _fmode=msvcrt._fmode @616 DATA - _fpclass=msvcrt._fpclass @617 - _fpieee_flt=msvcrt._fpieee_flt @618 - _fpreset=msvcrt._fpreset @619 - _fputchar=msvcrt._fputchar @620 - _fputwchar=msvcrt._fputwchar @621 - _fsopen=msvcrt._fsopen @622 - _fstat=msvcrt._fstat @623 - _fstati64=msvcrt._fstati64 @624 - _ftime=msvcrt._ftime @625 - _ftol=msvcrt._ftol @626 - _fullpath=msvcrt._fullpath @627 - _futime=msvcrt._futime @628 - _gcvt=msvcrt._gcvt @629 - _get_osfhandle=msvcrt._get_osfhandle @630 - _getch=msvcrt._getch @631 - _getche=msvcrt._getche @632 - _getcwd=msvcrt._getcwd @633 - _getdcwd=msvcrt._getdcwd @634 - _getdiskfree=msvcrt._getdiskfree @635 - _getdllprocaddr=msvcrt._getdllprocaddr @636 - _getdrive=msvcrt._getdrive @637 - _getdrives=msvcrt._getdrives @638 - _getmaxstdio=msvcrt._getmaxstdio @639 - _getmbcp=msvcrt._getmbcp @640 - _getpid=msvcrt._getpid @641 - _getsystime=msvcrt._getsystime @642 - _getw=msvcrt._getw @643 - _getws=msvcrt._getws @644 - _global_unwind2=msvcrt._global_unwind2 @645 - _heapadd=msvcrt._heapadd @646 - _heapchk=msvcrt._heapchk @647 - _heapmin=msvcrt._heapmin @648 - _heapset=msvcrt._heapset @649 - _heapused=msvcrt._heapused @650 - _heapwalk=msvcrt._heapwalk @651 - _hypot=msvcrt._hypot @652 - _initterm=msvcrt._initterm @653 - _inp=msvcrt._inp @654 - _inpd=msvcrt._inpd @655 - _inpw=msvcrt._inpw @656 - _iob=msvcrt._iob @657 DATA - _isatty=msvcrt._isatty @658 - _isctype=msvcrt._isctype @659 - _ismbbalnum=msvcrt._ismbbalnum @660 - _ismbbalpha=msvcrt._ismbbalpha @661 - _ismbbgraph=msvcrt._ismbbgraph @662 - _ismbbkalnum=msvcrt._ismbbkalnum @663 - _ismbbkana=msvcrt._ismbbkana @664 - _ismbbkprint=msvcrt._ismbbkprint @665 - _ismbbkpunct=msvcrt._ismbbkpunct @666 - _ismbblead=msvcrt._ismbblead @667 - _ismbbprint=msvcrt._ismbbprint @668 - _ismbbpunct=msvcrt._ismbbpunct @669 - _ismbbtrail=msvcrt._ismbbtrail @670 - _ismbcalnum=msvcrt._ismbcalnum @671 - _ismbcalpha=msvcrt._ismbcalpha @672 - _ismbcdigit=msvcrt._ismbcdigit @673 - _ismbcgraph=msvcrt._ismbcgraph @674 - _ismbchira=msvcrt._ismbchira @675 - _ismbckata=msvcrt._ismbckata @676 - _ismbcl0=msvcrt._ismbcl0 @677 - _ismbcl1=msvcrt._ismbcl1 @678 - _ismbcl2=msvcrt._ismbcl2 @679 - _ismbclegal=msvcrt._ismbclegal @680 - _ismbclower=msvcrt._ismbclower @681 - _ismbcprint=msvcrt._ismbcprint @682 - _ismbcpunct=msvcrt._ismbcpunct @683 - _ismbcspace=msvcrt._ismbcspace @684 - _ismbcsymbol=msvcrt._ismbcsymbol @685 - _ismbcupper=msvcrt._ismbcupper @686 - _ismbslead=msvcrt._ismbslead @687 - _ismbstrail=msvcrt._ismbstrail @688 - _isnan=msvcrt._isnan @689 - _itoa=msvcrt._itoa @690 - _itow=msvcrt._itow @691 - _j0=msvcrt._j0 @692 - _j1=msvcrt._j1 @693 - _jn=msvcrt._jn @694 - _kbhit=msvcrt._kbhit @695 - _lfind=msvcrt._lfind @696 - _loaddll=msvcrt._loaddll @697 - _local_unwind2=msvcrt._local_unwind2 @698 - _locking=msvcrt._locking @699 - _logb=msvcrt._logb @700 - _longjmpex=msvcrt._longjmpex @701 - _lrotl=msvcrt._lrotl @702 - _lrotr=msvcrt._lrotr @703 - _lsearch=msvcrt._lsearch @704 - _lseek=msvcrt._lseek @705 - _lseeki64=msvcrt._lseeki64 @706 - _ltoa=msvcrt._ltoa @707 - _ltow=msvcrt._ltow @708 - _makepath=msvcrt._makepath @709 - _mbbtombc=msvcrt._mbbtombc @710 - _mbbtype=msvcrt._mbbtype @711 - _mbccpy=msvcrt._mbccpy @712 - _mbcjistojms=msvcrt._mbcjistojms @713 - _mbcjmstojis=msvcrt._mbcjmstojis @714 - _mbclen=msvcrt._mbclen @715 - _mbctohira=msvcrt._mbctohira @716 - _mbctokata=msvcrt._mbctokata @717 - _mbctolower=msvcrt._mbctolower @718 - _mbctombb=msvcrt._mbctombb @719 - _mbctoupper=msvcrt._mbctoupper @720 - _mbctype=msvcrt._mbctype @721 DATA - _mbsbtype=msvcrt._mbsbtype @722 - _mbscat=msvcrt._mbscat @723 - _mbschr=msvcrt._mbschr @724 - _mbscmp=msvcrt._mbscmp @725 - _mbscoll=msvcrt._mbscoll @726 - _mbscpy=msvcrt._mbscpy @727 - _mbscspn=msvcrt._mbscspn @728 - _mbsdec=msvcrt._mbsdec @729 - _mbsdup=msvcrt._mbsdup @730 - _mbsicmp=msvcrt._mbsicmp @731 - _mbsicoll=msvcrt._mbsicoll @732 - _mbsinc=msvcrt._mbsinc @733 - _mbslen=msvcrt._mbslen @734 - _mbslwr=msvcrt._mbslwr @735 - _mbsnbcat=msvcrt._mbsnbcat @736 - _mbsnbcmp=msvcrt._mbsnbcmp @737 - _mbsnbcnt=msvcrt._mbsnbcnt @738 - _mbsnbcoll=msvcrt._mbsnbcoll @739 - _mbsnbcpy=msvcrt._mbsnbcpy @740 - _mbsnbicmp=msvcrt._mbsnbicmp @741 - _mbsnbicoll=msvcrt._mbsnbicoll @742 - _mbsnbset=msvcrt._mbsnbset @743 - _mbsncat=msvcrt._mbsncat @744 - _mbsnccnt=msvcrt._mbsnccnt @745 - _mbsncmp=msvcrt._mbsncmp @746 - _mbsncoll=msvcrt._mbsncoll @747 - _mbsncpy=msvcrt._mbsncpy @748 - _mbsnextc=msvcrt._mbsnextc @749 - _mbsnicmp=msvcrt._mbsnicmp @750 - _mbsnicoll=msvcrt._mbsnicoll @751 - _mbsninc=msvcrt._mbsninc @752 - _mbsnset=msvcrt._mbsnset @753 - _mbspbrk=msvcrt._mbspbrk @754 - _mbsrchr=msvcrt._mbsrchr @755 - _mbsrev=msvcrt._mbsrev @756 - _mbsset=msvcrt._mbsset @757 - _mbsspn=msvcrt._mbsspn @758 - _mbsspnp=msvcrt._mbsspnp @759 - _mbsstr=msvcrt._mbsstr @760 - _mbstok=msvcrt._mbstok @761 - _mbstrlen=msvcrt._mbstrlen @762 - _mbsupr=msvcrt._mbsupr @763 - _memccpy=msvcrt._memccpy @764 - _memicmp=msvcrt._memicmp @765 - _mkdir=msvcrt._mkdir @766 - _mktemp=msvcrt._mktemp @767 - _msize=msvcrt._msize @768 - _nextafter=msvcrt._nextafter @771 - _onexit=msvcrt._onexit @772 - _open=msvcrt._open @773 - _open_osfhandle=msvcrt._open_osfhandle @774 - _osver=msvcrt._osver @775 DATA - _outp=msvcrt._outp @776 - _outpd=msvcrt._outpd @777 - _outpw=msvcrt._outpw @778 - _pclose=msvcrt._pclose @779 - _pctype=msvcrt._pctype @780 DATA - _pgmptr=msvcrt._pgmptr @781 DATA - _pipe=msvcrt._pipe @782 - _popen=msvcrt._popen @783 - _purecall=msvcrt._purecall @784 - _putch=msvcrt._putch @785 - _putenv=msvcrt._putenv @786 - _putw=msvcrt._putw @787 - _putws=msvcrt._putws @788 - _read=msvcrt._read @789 - _rmdir=msvcrt._rmdir @790 - _rmtmp=msvcrt._rmtmp @791 - _rotl=msvcrt._rotl @792 - _rotr=msvcrt._rotr @793 - _safe_fdiv=msvcrt._safe_fdiv @794 - _safe_fdivr=msvcrt._safe_fdivr @795 - _safe_fprem=msvcrt._safe_fprem @796 - _safe_fprem1=msvcrt._safe_fprem1 @797 - _scalb=msvcrt._scalb @798 - _searchenv=msvcrt._searchenv @799 - _seh_longjmp_unwind@4=msvcrt._seh_longjmp_unwind @800 - _set_error_mode=msvcrt._set_error_mode @801 - _seterrormode=msvcrt._seterrormode @802 - _setjmp=msvcrt._setjmp @803 - _setjmp3=msvcrt._setjmp3 @804 - _setmaxstdio=msvcrt._setmaxstdio @805 - _setmbcp=msvcrt._setmbcp @806 - _setmode=msvcrt._setmode @807 - _setsystime=msvcrt._setsystime @808 - _sleep=msvcrt._sleep @809 - _snprintf=msvcrt._snprintf @810 - _snwprintf=msvcrt._snwprintf @811 - _sopen=msvcrt._sopen @812 - _spawnl=msvcrt._spawnl @813 - _spawnle=msvcrt._spawnle @814 - _spawnlp=msvcrt._spawnlp @815 - _spawnlpe=msvcrt._spawnlpe @816 - _spawnv=msvcrt._spawnv @817 - _spawnve=msvcrt._spawnve @818 - _spawnvp=msvcrt._spawnvp @819 - _spawnvpe=msvcrt._spawnvpe @820 - _splitpath=msvcrt._splitpath @821 - _stat=msvcrt._stat @822 - _stati64=msvcrt._stati64 @823 - _statusfp=msvcrt._statusfp @824 - _strcmpi=msvcrt._strcmpi @825 - _strdate=msvcrt._strdate @826 - _strdup=msvcrt._strdup @827 - _strerror=msvcrt._strerror @828 - _stricmp=msvcrt._stricmp @829 - _stricoll=msvcrt._stricoll @830 - _strlwr=msvcrt._strlwr @831 - _strncoll=msvcrt._strncoll @832 - _strnicmp=msvcrt._strnicmp @833 - _strnicoll=msvcrt._strnicoll @834 - _strnset=msvcrt._strnset @835 - _strrev=msvcrt._strrev @836 - _strset=msvcrt._strset @837 - _strtime=msvcrt._strtime @838 - _strupr=msvcrt._strupr @839 - _swab=msvcrt._swab @840 - _sys_errlist=msvcrt._sys_errlist @841 DATA - _sys_nerr=msvcrt._sys_nerr @842 DATA - _tell=msvcrt._tell @843 - _telli64=msvcrt._telli64 @844 - _tempnam=msvcrt._tempnam @845 - _timezone=msvcrt._timezone @846 DATA - _tolower=msvcrt._tolower @847 - _toupper=msvcrt._toupper @848 - _tzname=msvcrt._tzname @849 DATA - _tzset=msvcrt._tzset @850 - _ultoa=msvcrt._ultoa @851 - _ultow=msvcrt._ultow @852 - _umask=msvcrt._umask @853 - _ungetch=msvcrt._ungetch @854 - _unlink=msvcrt._unlink @855 - _unloaddll=msvcrt._unloaddll @856 - _utime=msvcrt._utime @857 - _vsnprintf=msvcrt._vsnprintf @858 - _vsnwprintf=msvcrt._vsnwprintf @859 - _waccess=msvcrt._waccess @860 - _wasctime=msvcrt._wasctime @861 - _wchdir=msvcrt._wchdir @862 - _wchmod=msvcrt._wchmod @863 - _wcmdln=msvcrt._wcmdln @864 DATA - _wcreat=msvcrt._wcreat @865 - _wcsdup=msvcrt._wcsdup @866 - _wcsicmp=msvcrt._wcsicmp @867 - _wcsicoll=msvcrt._wcsicoll @868 - _wcslwr=msvcrt._wcslwr @869 - _wcsncoll=msvcrt._wcsncoll @870 - _wcsnicmp=msvcrt._wcsnicmp @871 - _wcsnicoll=msvcrt._wcsnicoll @872 - _wcsnset=msvcrt._wcsnset @873 - _wcsrev=msvcrt._wcsrev @874 - _wcsset=msvcrt._wcsset @875 - _wcsupr=msvcrt._wcsupr @876 - _wctime=msvcrt._wctime @877 - _wenviron=msvcrt._wenviron @878 DATA - _wexecl=msvcrt._wexecl @879 - _wexecle=msvcrt._wexecle @880 - _wexeclp=msvcrt._wexeclp @881 - _wexeclpe=msvcrt._wexeclpe @882 - _wexecv=msvcrt._wexecv @883 - _wexecve=msvcrt._wexecve @884 - _wexecvp=msvcrt._wexecvp @885 - _wexecvpe=msvcrt._wexecvpe @886 - _wfdopen=msvcrt._wfdopen @887 - _wfindfirst=msvcrt._wfindfirst @888 - _wfindfirsti64=msvcrt._wfindfirsti64 @889 - _wfindnext=msvcrt._wfindnext @890 - _wfindnexti64=msvcrt._wfindnexti64 @891 - _wfopen=msvcrt._wfopen @892 - _wfreopen=msvcrt._wfreopen @893 - _wfsopen=msvcrt._wfsopen @894 - _wfullpath=msvcrt._wfullpath @895 - _wgetcwd=msvcrt._wgetcwd @896 - _wgetdcwd=msvcrt._wgetdcwd @897 - _wgetenv=msvcrt._wgetenv @898 - _winmajor=msvcrt._winmajor @899 DATA - _winminor=msvcrt._winminor @900 DATA - _winver=msvcrt._winver @901 DATA - _wmakepath=msvcrt._wmakepath @902 - _wmkdir=msvcrt._wmkdir @903 - _wmktemp=msvcrt._wmktemp @904 - _wopen=msvcrt._wopen @905 - _wperror=msvcrt._wperror @906 - _wpgmptr=msvcrt._wpgmptr @907 DATA - _wpopen=msvcrt._wpopen @908 - _wputenv=msvcrt._wputenv @909 - _wremove=msvcrt._wremove @910 - _wrename=msvcrt._wrename @911 - _write=msvcrt._write @912 - _wrmdir=msvcrt._wrmdir @913 - _wsearchenv=msvcrt._wsearchenv @914 - _wsetlocale=msvcrt._wsetlocale @915 - _wsopen=msvcrt._wsopen @916 - _wspawnl=msvcrt._wspawnl @917 - _wspawnle=msvcrt._wspawnle @918 - _wspawnlp=msvcrt._wspawnlp @919 - _wspawnlpe=msvcrt._wspawnlpe @920 - _wspawnv=msvcrt._wspawnv @921 - _wspawnve=msvcrt._wspawnve @922 - _wspawnvp=msvcrt._wspawnvp @923 - _wspawnvpe=msvcrt._wspawnvpe @924 - _wsplitpath=msvcrt._wsplitpath @925 - _wstat=msvcrt._wstat @926 - _wstati64=msvcrt._wstati64 @927 - _wstrdate=msvcrt._wstrdate @928 - _wstrtime=msvcrt._wstrtime @929 - _wsystem=msvcrt._wsystem @930 - _wtempnam=msvcrt._wtempnam @931 - _wtmpnam=msvcrt._wtmpnam @932 - _wtoi=msvcrt._wtoi @933 - _wtol=msvcrt._wtol @934 - _wunlink=msvcrt._wunlink @935 - _wutime=msvcrt._wutime @936 - _y0=msvcrt._y0 @937 - _y1=msvcrt._y1 @938 - _yn=msvcrt._yn @939 - abort=msvcrt.abort @940 - abs=msvcrt.abs @941 - acos=msvcrt.acos @942 - asctime=msvcrt.asctime @943 - asin=msvcrt.asin @944 - atan=msvcrt.atan @945 - atan2=msvcrt.atan2 @946 - atexit=msvcrt.atexit @947 PRIVATE - atof=msvcrt.atof @948 - atoi=msvcrt.atoi @949 - atol=msvcrt.atol @950 - bsearch=msvcrt.bsearch @951 - calloc=msvcrt.calloc @952 - ceil=msvcrt.ceil @953 - clearerr=msvcrt.clearerr @954 - clock=msvcrt.clock @955 - cos=msvcrt.cos @956 - cosh=msvcrt.cosh @957 - ctime=msvcrt.ctime @958 - difftime=msvcrt.difftime @959 - div=msvcrt.div @960 - exit=msvcrt.exit @961 - exp=msvcrt.exp @962 - fabs=msvcrt.fabs @963 - fclose=msvcrt.fclose @964 - feof=msvcrt.feof @965 - ferror=msvcrt.ferror @966 - fflush=msvcrt.fflush @967 - fgetc=msvcrt.fgetc @968 - fgetpos=msvcrt.fgetpos @969 - fgets=msvcrt.fgets @970 - fgetwc=msvcrt.fgetwc @971 - fgetws=msvcrt.fgetws @972 - floor=msvcrt.floor @973 - fmod=msvcrt.fmod @974 - fopen=msvcrt.fopen @975 - fprintf=msvcrt.fprintf @976 - fputc=msvcrt.fputc @977 - fputs=msvcrt.fputs @978 - fputwc=msvcrt.fputwc @979 - fputws=msvcrt.fputws @980 - fread=msvcrt.fread @981 - free=msvcrt.free @982 - freopen=msvcrt.freopen @983 - frexp=msvcrt.frexp @984 - fscanf=msvcrt.fscanf @985 - fseek=msvcrt.fseek @986 - fsetpos=msvcrt.fsetpos @987 - ftell=msvcrt.ftell @988 - fwprintf=msvcrt.fwprintf @989 - fwrite=msvcrt.fwrite @990 - fwscanf=msvcrt.fwscanf @991 - getc=msvcrt.getc @992 - getchar=msvcrt.getchar @993 - getenv=msvcrt.getenv @994 - gets=msvcrt.gets @995 - getwc=msvcrt.getwc @996 - getwchar=msvcrt.getwchar @997 - gmtime=msvcrt.gmtime @998 - is_wctype=msvcrt.is_wctype @999 - isalnum=msvcrt.isalnum @1000 - isalpha=msvcrt.isalpha @1001 - iscntrl=msvcrt.iscntrl @1002 - isdigit=msvcrt.isdigit @1003 - isgraph=msvcrt.isgraph @1004 - isleadbyte=msvcrt.isleadbyte @1005 - islower=msvcrt.islower @1006 - isprint=msvcrt.isprint @1007 - ispunct=msvcrt.ispunct @1008 - isspace=msvcrt.isspace @1009 - isupper=msvcrt.isupper @1010 - iswalnum=msvcrt.iswalnum @1011 - iswalpha=msvcrt.iswalpha @1012 - iswascii=msvcrt.iswascii @1013 - iswcntrl=msvcrt.iswcntrl @1014 - iswctype=msvcrt.iswctype @1015 - iswdigit=msvcrt.iswdigit @1016 - iswgraph=msvcrt.iswgraph @1017 - iswlower=msvcrt.iswlower @1018 - iswprint=msvcrt.iswprint @1019 - iswpunct=msvcrt.iswpunct @1020 - iswspace=msvcrt.iswspace @1021 - iswupper=msvcrt.iswupper @1022 - iswxdigit=msvcrt.iswxdigit @1023 - isxdigit=msvcrt.isxdigit @1024 - labs=msvcrt.labs @1025 - ldexp=msvcrt.ldexp @1026 - ldiv=msvcrt.ldiv @1027 - localeconv=msvcrt.localeconv @1028 - localtime=msvcrt.localtime @1029 - log=msvcrt.log @1030 - log10=msvcrt.log10 @1031 - longjmp=msvcrt.longjmp @1032 - malloc=msvcrt.malloc @1033 - mblen=msvcrt.mblen @1034 - mbstowcs=msvcrt.mbstowcs @1035 - mbtowc=msvcrt.mbtowc @1036 - memchr=msvcrt.memchr @1037 - memcmp=msvcrt.memcmp @1038 - memcpy=msvcrt.memcpy @1039 - memmove=msvcrt.memmove @1040 - memset=msvcrt.memset @1041 - mktime=msvcrt.mktime @1042 - modf=msvcrt.modf @1043 - perror=msvcrt.perror @1044 - pow=msvcrt.pow @1045 - printf=msvcrt.printf @1046 - putc=msvcrt.putc @1047 - putchar=msvcrt.putchar @1048 - puts=msvcrt.puts @1049 - putwc=msvcrt.putwc @1050 - putwchar=msvcrt.putwchar @1051 - qsort=msvcrt.qsort @1052 - raise=msvcrt.raise @1053 - rand=msvcrt.rand @1054 - realloc=msvcrt.realloc @1055 - remove=msvcrt.remove @1056 - rename=msvcrt.rename @1057 - rewind=msvcrt.rewind @1058 - scanf=msvcrt.scanf @1059 - setbuf=msvcrt.setbuf @1060 - setlocale=msvcrt.setlocale @1061 - setvbuf=msvcrt.setvbuf @1062 - signal=msvcrt.signal @1063 - sin=msvcrt.sin @1064 - sinh=msvcrt.sinh @1065 - sprintf=msvcrt.sprintf @1066 - sqrt=msvcrt.sqrt @1067 - srand=msvcrt.srand @1068 - sscanf=msvcrt.sscanf @1069 - strcat=msvcrt.strcat @1070 - strchr=msvcrt.strchr @1071 - strcmp=msvcrt.strcmp @1072 - strcoll=msvcrt.strcoll @1073 - strcpy=msvcrt.strcpy @1074 - strcspn=msvcrt.strcspn @1075 - strerror=msvcrt.strerror @1076 - strftime=msvcrt.strftime @1077 - strlen=msvcrt.strlen @1078 - strncat=msvcrt.strncat @1079 - strncmp=msvcrt.strncmp @1080 - strncpy=msvcrt.strncpy @1081 - strpbrk=msvcrt.strpbrk @1082 - strrchr=msvcrt.strrchr @1083 - strspn=msvcrt.strspn @1084 - strstr=msvcrt.strstr @1085 - strtod=msvcrt.strtod @1086 - strtok=msvcrt.strtok @1087 - strtol=msvcrt.strtol @1088 - strtoul=msvcrt.strtoul @1089 - strxfrm=msvcrt.strxfrm @1090 - swprintf=msvcrt.swprintf @1091 - swscanf=msvcrt.swscanf @1092 - system=msvcrt.system @1093 - tan=msvcrt.tan @1094 - tanh=msvcrt.tanh @1095 - time=msvcrt.time @1096 - tmpfile=msvcrt.tmpfile @1097 - tmpnam=msvcrt.tmpnam @1098 - tolower=msvcrt.tolower @1099 - toupper=msvcrt.toupper @1100 - towlower=msvcrt.towlower @1101 - towupper=msvcrt.towupper @1102 - ungetc=msvcrt.ungetc @1103 - ungetwc=msvcrt.ungetwc @1104 - vfprintf=msvcrt.vfprintf @1105 - vfwprintf=msvcrt.vfwprintf @1106 - vprintf=msvcrt.vprintf @1107 - vsprintf=msvcrt.vsprintf @1108 - vswprintf=msvcrt.vswprintf @1109 - vwprintf=msvcrt.vwprintf @1110 - wcscat=msvcrt.wcscat @1111 - wcschr=msvcrt.wcschr @1112 - wcscmp=msvcrt.wcscmp @1113 - wcscoll=msvcrt.wcscoll @1114 - wcscpy=msvcrt.wcscpy @1115 - wcscspn=msvcrt.wcscspn @1116 - wcsftime=msvcrt.wcsftime @1117 - wcslen=msvcrt.wcslen @1118 - wcsncat=msvcrt.wcsncat @1119 - wcsncmp=msvcrt.wcsncmp @1120 - wcsncpy=msvcrt.wcsncpy @1121 - wcspbrk=msvcrt.wcspbrk @1122 - wcsrchr=msvcrt.wcsrchr @1123 - wcsspn=msvcrt.wcsspn @1124 - wcsstr=msvcrt.wcsstr @1125 - wcstod=msvcrt.wcstod @1126 - wcstok=msvcrt.wcstok @1127 - wcstol=msvcrt.wcstol @1128 - wcstombs=msvcrt.wcstombs @1129 - wcstoul=msvcrt.wcstoul @1130 - wcsxfrm=msvcrt.wcsxfrm @1131 - wctomb=msvcrt.wctomb @1132 - wprintf=msvcrt.wprintf @1133 - wscanf=msvcrt.wscanf @1134 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libnetapi32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libnetapi32.def index b6d8f98..80114db 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libnetapi32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libnetapi32.def @@ -4,71 +4,72 @@ LIBRARY netapi32.dll EXPORTS DavGetHTTPFromUNCPath@12 @1 - DsGetDcNameA@24 @7 - DsGetDcNameW@24 @8 - DsGetSiteNameA@8 @13 - DsGetSiteNameW@8 @14 - DsRoleFreeMemory@4 @16 - DsRoleGetPrimaryDomainInformation@12 @17 - I_BrowserQueryEmulatedDomains@12 @21 - I_BrowserSetNetlogonState@16 @27 - I_NetNameCompare@20 @54 - I_NetNameValidate@16 @55 - NetApiBufferAllocate@8 @67 - NetApiBufferFree@4 @68 - NetApiBufferReallocate@12 @69 - NetApiBufferSize@8 @70 - NetFileEnum@36 @92 - NetGetAnyDCName@12 @94 - NetGetDCName@12 @95 - NetGetJoinInformation@12 @97 - NetGroupAddUser@12 @99 - NetGroupEnum@28 @102 - NetGroupGetInfo@16 @103 - NetLocalGroupAdd@16 @107 - NetLocalGroupAddMember@12 @108 - NetLocalGroupAddMembers@20 @109 - NetLocalGroupDel@8 @110 - NetLocalGroupDelMember@12 @111 - NetLocalGroupDelMembers@20 @112 - NetLocalGroupEnum@28 @113 - NetLocalGroupGetInfo@16 @114 - NetLocalGroupGetMembers@32 @115 - NetLocalGroupSetInfo@20 @116 - NetLocalGroupSetMembers@20 @117 - NetQueryDisplayInformation@28 @123 - NetScheduleJobAdd@12 @170 - NetScheduleJobDel@12 @171 - NetScheduleJobEnum@24 @172 - NetServerDiskEnum@28 @176 - NetServerEnum@36 @177 - NetServerEnumEx@36 @178 - NetServerGetInfo@12 @179 - NetSessionEnum@36 @190 - NetShareAdd@16 @192 - NetShareDel@12 @194 - NetShareEnum@28 @196 - NetShareGetInfo@16 @198 - NetStatisticsGet@20 @200 - NetUseAdd@16 @201 - NetUseDel@12 @202 - NetUseEnum@28 @203 - NetUseGetInfo@16 @204 - NetUserAdd@16 @205 - NetUserChangePassword@16 @206 - NetUserDel@8 @207 - NetUserEnum@32 @208 - NetUserGetGroups@28 @209 - NetUserGetInfo@16 @210 - NetUserGetLocalGroups@32 @211 - NetUserModalsGet@12 @212 - NetWkstaGetInfo@12 @216 - NetWkstaTransportEnum@28 @220 - NetWkstaUserEnum@28 @221 - NetWkstaUserGetInfo@12 @222 - NetapipBufferAllocate@8=NetApiBufferAllocate@8 @224 - Netbios@4 @225 - NetpDeleteSecurityObject@4=ntdll.RtlDeleteSecurityObject @241 - NetpGetComputerName@4 @242 - NetpInitOemString@8=ntdll.RtlInitAnsiString @251 - NetpNetBiosStatusToApiStatus@4 @264 + DavGetUNCFromHTTPPath@12 @2 + DsGetDcNameA@24 @8 + DsGetDcNameW@24 @9 + DsGetSiteNameA@8 @14 + DsGetSiteNameW@8 @15 + DsRoleFreeMemory@4 @17 + DsRoleGetPrimaryDomainInformation@12 @18 + I_BrowserQueryEmulatedDomains@12 @22 + I_BrowserSetNetlogonState@16 @28 + I_NetNameCompare@20 @55 + I_NetNameValidate@16 @56 + NetApiBufferAllocate@8 @68 + NetApiBufferFree@4 @69 + NetApiBufferReallocate@12 @70 + NetApiBufferSize@8 @71 + NetFileEnum@36 @93 + NetGetAnyDCName@12 @95 + NetGetDCName@12 @96 + NetGetJoinInformation@12 @98 + NetGroupAddUser@12 @100 + NetGroupEnum@28 @103 + NetGroupGetInfo@16 @104 + NetLocalGroupAdd@16 @108 + NetLocalGroupAddMember@12 @109 + NetLocalGroupAddMembers@20 @110 + NetLocalGroupDel@8 @111 + NetLocalGroupDelMember@12 @112 + NetLocalGroupDelMembers@20 @113 + NetLocalGroupEnum@28 @114 + NetLocalGroupGetInfo@16 @115 + NetLocalGroupGetMembers@32 @116 + NetLocalGroupSetInfo@20 @117 + NetLocalGroupSetMembers@20 @118 + NetQueryDisplayInformation@28 @124 + NetScheduleJobAdd@12 @171 + NetScheduleJobDel@12 @172 + NetScheduleJobEnum@24 @173 + NetServerDiskEnum@28 @177 + NetServerEnum@36 @178 + NetServerEnumEx@36 @179 + NetServerGetInfo@12 @180 + NetSessionEnum@36 @191 + NetShareAdd@16 @193 + NetShareDel@12 @195 + NetShareEnum@28 @197 + NetShareGetInfo@16 @199 + NetStatisticsGet@20 @201 + NetUseAdd@16 @202 + NetUseDel@12 @203 + NetUseEnum@28 @204 + NetUseGetInfo@16 @205 + NetUserAdd@16 @206 + NetUserChangePassword@16 @207 + NetUserDel@8 @208 + NetUserEnum@32 @209 + NetUserGetGroups@28 @210 + NetUserGetInfo@16 @211 + NetUserGetLocalGroups@32 @212 + NetUserModalsGet@12 @213 + NetWkstaGetInfo@12 @217 + NetWkstaTransportEnum@28 @221 + NetWkstaUserEnum@28 @222 + NetWkstaUserGetInfo@12 @223 + NetapipBufferAllocate@8=NetApiBufferAllocate@8 @225 + Netbios@4 @226 + NetpDeleteSecurityObject@4=ntdll.RtlDeleteSecurityObject @242 + NetpGetComputerName@4 @243 + NetpInitOemString@8=ntdll.RtlInitAnsiString @252 + NetpNetBiosStatusToApiStatus@4 @265 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libnewdev.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libnewdev.def index 0a24c7d..9ccef55 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libnewdev.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libnewdev.def @@ -3,6 +3,8 @@ LIBRARY newdev.dll EXPORTS + DiInstallDriverA@24 @3 + DiInstallDriverW@24 @4 InstallNewDevice@12 @8 InstallSelectedDriver@20 @9 UpdateDriverForPlugAndPlayDevicesA@20 @12 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntdll.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntdll.def index 3bdcf89..41d9ba2 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntdll.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntdll.def @@ -7,968 +7,997 @@ EXPORTS DbgPrint @20 DbgPrintEx @21 DbgUserBreakPoint@0 @27 - EtwRegisterTraceGuidsA@32 @28 - EtwRegisterTraceGuidsW@32 @29 - LdrAccessResource@16 @34 - LdrAddRefDll@8 @35 - LdrDisableThreadCalloutsForDll@4 @36 - LdrFindEntryForAddress@8 @38 - LdrFindResourceDirectory_U@16 @39 - LdrFindResource_U@16 @40 - LdrGetDllHandle@16 @42 - LdrGetProcedureAddress@16 @43 - LdrInitializeThunk@16 @45 - LdrLoadDll@16 @47 - LdrLockLoaderLock@12 @48 - LdrProcessRelocationBlock@16 @49 - LdrQueryImageFileExecutionOptions@24 @50 - LdrQueryProcessModuleInformation@12 @51 - LdrResolveDelayLoadedAPI@24 @52 - LdrShutdownProcess@0 @55 - LdrShutdownThread@0 @56 - LdrUnloadDll@4 @58 - LdrUnlockLoaderLock@8 @59 - NlsAnsiCodePage @61 DATA - NlsMbCodePageTag @62 DATA - NlsMbOemCodePageTag @63 DATA - NtAcceptConnectPort@24 @64 - NtAccessCheck@32 @65 - NtAccessCheckAndAuditAlarm@44 @66 - NtAddAtom@12 @67 - NtAdjustGroupsToken@24 @68 - NtAdjustPrivilegesToken@24 @69 - NtAlertResumeThread@8 @70 - NtAlertThread@4 @71 - NtAllocateLocallyUniqueId@4 @72 - NtAllocateUuids@12 @73 - NtAllocateVirtualMemory@24 @74 - NtAreMappedFilesTheSame@8 @75 - NtAssignProcessToJobObject@8 @76 - NtCancelIoFile@8 @78 - NtCancelIoFileEx@12 @79 - NtCancelTimer@8 @80 - NtClearEvent@4 @81 - NtClose@4 @82 - NtCompleteConnectPort@4 @84 - NtConnectPort@32 @85 - NtCreateDirectoryObject@12 @87 - NtCreateEvent@20 @88 - NtCreateFile@44 @90 - NtCreateIoCompletion@16 @91 - NtCreateJobObject@12 @92 - NtCreateKey@28 @93 - NtCreateKeyTransacted@32 @94 - NtCreateKeyedEvent@16 @95 - NtCreateMailslotFile@32 @96 - NtCreateMutant@16 @97 - NtCreateNamedPipeFile@56 @98 - NtCreatePagingFile@16 @99 - NtCreatePort@20 @100 - NtCreateSection@28 @103 - NtCreateSemaphore@20 @104 - NtCreateSymbolicLinkObject@16 @105 - NtCreateTimer@16 @107 - NtCurrentTeb@0 @109 - NtDelayExecution@8 @110 - NtDeleteAtom@4 @111 - NtDeleteFile@4 @112 - NtDeleteKey@4 @113 - NtDeleteValueKey@8 @114 - NtDeviceIoControlFile@40 @115 - NtDisplayString@4 @116 - NtDuplicateObject@28 @117 - NtDuplicateToken@24 @118 - NtEnumerateKey@24 @120 - NtEnumerateValueKey@24 @121 - NtFindAtom@12 @123 - NtFlushBuffersFile@8 @124 - NtFlushInstructionCache@12 @125 - NtFlushKey@4 @126 - NtFlushVirtualMemory@16 @127 - NtFreeVirtualMemory@16 @129 - NtFsControlFile@40 @130 - NtGetContextThread@8 @131 - NtGetCurrentProcessorNumber@0 @132 - NtGetTickCount@0 @134 - NtGetWriteWatch@28 @135 - NtImpersonateAnonymousToken@4 @136 - NtInitiatePowerAction@16 @140 - NtIsProcessInJob@8 @141 - NtListenPort@8 @142 - NtLoadDriver@4 @143 - NtLoadKey@8 @144 - NtLockFile@40 @145 - NtLockVirtualMemory@16 @146 - NtMakeTemporaryObject@4 @147 - NtMapViewOfSection@40 @148 - NtNotifyChangeDirectoryFile@36 @149 - NtNotifyChangeKey@40 @150 - NtNotifyChangeMultipleKeys@48 @151 - NtOpenDirectoryObject@12 @152 - NtOpenEvent@12 @153 - NtOpenFile@24 @155 - NtOpenIoCompletion@12 @156 - NtOpenJobObject@12 @157 - NtOpenKey@12 @158 - NtOpenKeyEx@16 @159 - NtOpenKeyTransacted@16 @160 - NtOpenKeyTransactedEx@20 @161 - NtOpenKeyedEvent@12 @162 - NtOpenMutant@12 @163 - NtOpenProcess@16 @165 - NtOpenProcessToken@12 @166 - NtOpenProcessTokenEx@16 @167 - NtOpenSection@12 @168 - NtOpenSemaphore@12 @169 - NtOpenSymbolicLinkObject@12 @170 - NtOpenThread@16 @171 - NtOpenThreadToken@16 @172 - NtOpenThreadTokenEx@20 @173 - NtOpenTimer@12 @174 - NtPowerInformation@20 @176 - NtPrivilegeCheck@12 @177 - NtProtectVirtualMemory@20 @180 - NtPulseEvent@8 @181 - NtQueryAttributesFile@8 @182 - NtQueryDefaultLocale@8 @183 - NtQueryDefaultUILanguage@4 @184 - NtQueryDirectoryFile@44 @185 - NtQueryDirectoryObject@28 @186 - NtQueryEaFile@36 @187 - NtQueryEvent@20 @188 - NtQueryFullAttributesFile@8 @189 - NtQueryInformationAtom@20 @190 - NtQueryInformationFile@20 @191 - NtQueryInformationJobObject@20 @192 - NtQueryInformationProcess@20 @194 - NtQueryInformationThread@20 @195 - NtQueryInformationToken@20 @196 - NtQueryInstallUILanguage@4 @197 - NtQueryIoCompletion@20 @199 - NtQueryKey@20 @200 - NtQueryLicenseValue@20 @201 - NtQueryMultipleValueKey@24 @202 - NtQueryMutant@20 @203 - NtQueryObject@20 @204 - NtQueryPerformanceCounter@8 @206 - NtQuerySection@20 @207 - NtQuerySecurityObject@20 @208 - NtQuerySemaphore@20 @209 - NtQuerySymbolicLinkObject@12 @210 - NtQuerySystemEnvironmentValue@16 @211 - NtQuerySystemEnvironmentValueEx@20 @212 - NtQuerySystemInformation@16 @213 - NtQuerySystemInformationEx@24 @214 - NtQuerySystemTime@4 @215 - NtQueryTimer@20 @216 - NtQueryTimerResolution@12 @217 - NtQueryValueKey@24 @218 - NtQueryVirtualMemory@24 @219 - NtQueryVolumeInformationFile@20 @220 - NtQueueApcThread@20 @221 - NtRaiseException@12 @222 - NtRaiseHardError@24 @223 - NtReadFile@36 @224 - NtReadFileScatter@36 @225 - NtReadVirtualMemory@20 @227 - NtRegisterThreadTerminatePort@4 @229 - NtReleaseKeyedEvent@16 @230 - NtReleaseMutant@8 @231 - NtReleaseSemaphore@12 @233 - NtRemoveIoCompletion@20 @234 - NtRenameKey@8 @235 - NtReplaceKey@12 @236 - NtReplyWaitReceivePort@16 @238 - NtRequestWaitReplyPort@12 @242 - NtResetEvent@8 @243 - NtResetWriteWatch@12 @244 - NtRestoreKey@12 @245 - NtResumeThread@8 @246 - NtSaveKey@8 @247 - NtSecureConnectPort@36 @248 - NtSetContextThread@8 @249 - NtSetDefaultLocale@8 @252 - NtSetDefaultUILanguage@4 @253 - NtSetEaFile@16 @254 - NtSetEvent@8 @255 - NtSetInformationFile@20 @259 - NtSetInformationJobObject@16 @260 - NtSetInformationKey@16 @261 - NtSetInformationObject@16 @262 - NtSetInformationProcess@16 @263 - NtSetInformationThread@16 @264 - NtSetInformationToken@16 @265 - NtSetIntervalProfile@8 @266 - NtSetIoCompletion@20 @267 - NtSetSecurityObject@12 @272 - NtSetSystemInformation@12 @274 - NtSetSystemTime@8 @276 - NtSetTimer@28 @277 - NtSetTimerResolution@12 @278 - NtSetValueKey@24 @279 - NtSetVolumeInformationFile@20 @280 - NtShutdownSystem@4 @281 - NtSignalAndWaitForSingleObject@16 @282 - NtSuspendThread@8 @285 - NtSystemDebugControl@24 @286 - NtTerminateJobObject@8 @287 - NtTerminateProcess@8 @288 - NtTerminateThread@8 @289 - NtUnloadDriver@4 @291 - NtUnloadKey@4 @292 - NtUnlockFile@20 @294 - NtUnlockVirtualMemory@16 @295 - NtUnmapViewOfSection@8 @296 - NtWaitForKeyedEvent@16 @299 - NtWaitForMultipleObjects@20 @300 - NtWaitForSingleObject@12 @302 - NtWriteFile@36 @305 - NtWriteFileGather@36 @306 - NtWriteVirtualMemory@20 @308 - NtYieldExecution@0 @309 - RtlAbsoluteToSelfRelativeSD@12 @315 - RtlAcquirePebLock@0 @316 - RtlAcquireResourceExclusive@8 @317 - RtlAcquireResourceShared@8 @318 - RtlAcquireSRWLockExclusive@4 @319 - RtlAcquireSRWLockShared@4 @320 - RtlActivateActivationContext@12 @321 - RtlAddAccessAllowedAce@16 @324 - RtlAddAccessAllowedAceEx@20 @325 - RtlAddAccessAllowedObjectAce@28 @326 - RtlAddAccessDeniedAce@16 @327 - RtlAddAccessDeniedAceEx@20 @328 - RtlAddAce@20 @329 - RtlAddAtomToAtomTable@12 @331 - RtlAddAuditAccessAce@24 @333 - RtlAddAuditAccessAceEx@28 @334 - RtlAddAuditAccessObjectAce@36 @335 - RtlAddRefActivationContext@4 @336 - RtlAddVectoredContinueHandler@8 @337 - RtlAddVectoredExceptionHandler@8 @338 - RtlAdjustPrivilege@16 @339 - RtlAllocateAndInitializeSid@44 @340 - RtlAllocateHandle@8 @341 - RtlAllocateHeap@12 @342 - RtlAnsiCharToUnicodeChar@4 @343 - RtlAnsiStringToUnicodeSize@4 @344 - RtlAnsiStringToUnicodeString@12 @345 - RtlAppendAsciizToString@8 @346 - RtlAppendStringToString@8 @347 - RtlAppendUnicodeStringToString@8 @348 - RtlAppendUnicodeToString@8 @349 - RtlAreAllAccessesGranted@8 @352 - RtlAreAnyAccessesGranted@8 @353 - RtlAreBitsClear@12 @354 - RtlAreBitsSet@12 @355 - RtlAssert@16 @356 - RtlCaptureContext@4 @357 - RtlCaptureStackBackTrace@16 @358 - RtlCharToInteger@12 @359 - RtlCheckRegistryKey@8 @360 - RtlClearAllBits@4 @361 - RtlClearBits@12 @362 - RtlCompactHeap@8 @364 - RtlCompareMemory@12 @365 - RtlCompareMemoryUlong@12 @366 - RtlCompareString@12 @367 - RtlCompareUnicodeString@12 @368 - RtlCompressBuffer@32 @369 - RtlComputeCrc32@12 @370 - RtlConvertLongToLargeInteger@4 @373 - RtlConvertSidToUnicodeString@12 @375 - RtlConvertToAutoInheritSecurityObject@24 @376 - RtlConvertUlongToLargeInteger@4 @378 - RtlCopyLuid@8 @379 - RtlCopyLuidAndAttributesArray@12 @380 - RtlCopySecurityDescriptor@8 @381 - RtlCopySid@12 @382 - RtlCopyString@8 @384 - RtlCopyUnicodeString@8 @385 - RtlCreateAcl@12 @386 - RtlCreateActivationContext@8 @387 - RtlCreateAtomTable@8 @389 - RtlCreateEnvironment@8 @390 - RtlCreateHeap@24 @391 - RtlCreateProcessParameters@40 @392 - RtlCreateQueryDebugBuffer@8 @394 - RtlCreateSecurityDescriptor@8 @396 - RtlCreateTimer@28 @398 - RtlCreateTimerQueue@4 @399 - RtlCreateUnicodeString@8 @400 - RtlCreateUnicodeStringFromAsciiz@8 @401 - RtlCreateUserProcess@40 @402 - RtlCreateUserThread@40 @404 - RtlDeNormalizeProcessParams@4 @407 - RtlDeactivateActivationContext@8 @408 - RtlDecodePointer@4 @411 - RtlDecompressBuffer@24 @412 - RtlDecompressFragment@32 @413 - RtlDeleteAce@8 @416 - RtlDeleteAtomFromAtomTable@8 @417 - RtlDeleteCriticalSection@4 @418 - RtlDeleteRegistryValue@12 @424 - RtlDeleteResource@4 @425 - RtlDeleteSecurityObject@4 @426 - RtlDeleteTimer@12 @427 - RtlDeleteTimerQueueEx@8 @428 - RtlDeregisterWait@4 @429 - RtlDeregisterWaitEx@8 @430 - RtlDestroyAtomTable@4 @431 - RtlDestroyEnvironment@4 @432 - RtlDestroyHandleTable@4 @433 - RtlDestroyHeap@4 @434 - RtlDestroyProcessParameters@4 @435 - RtlDestroyQueryDebugBuffer@4 @436 - RtlDetermineDosPathNameType_U@4 @437 - RtlDllShutdownInProgress@0 @438 - RtlDoesFileExists_U@4 @439 - RtlDosPathNameToNtPathName_U@16 @440 - RtlDosSearchPath_U@24 @441 - RtlDowncaseUnicodeChar@4 @442 - RtlDowncaseUnicodeString@12 @443 - RtlDumpResource@4 @444 - RtlDuplicateUnicodeString@12 @445 - RtlEmptyAtomTable@8 @446 - RtlEncodePointer@4 @447 - RtlEnlargedIntegerMultiply@8 @448 - RtlEnlargedUnsignedDivide@16 @449 - RtlEnlargedUnsignedMultiply@8 @450 - RtlEnterCriticalSection@4 @451 - RtlEnumerateGenericTableWithoutSplaying@8 @454 - RtlEqualComputerName@8 @456 - RtlEqualDomainName@8 @457 - RtlEqualLuid@8 @458 - RtlEqualPrefixSid@8 @459 - RtlEqualSid@8 @460 - RtlEqualString@12 @461 - RtlEqualUnicodeString@12 @462 - RtlEraseUnicodeString@4 @463 - RtlExitUserProcess@4 @464 - RtlExitUserThread@4 @465 - RtlExpandEnvironmentStrings_U@16 @466 - RtlExtendedIntegerMultiply@12 @468 - RtlExtendedLargeIntegerDivide@16 @469 - RtlExtendedMagicDivide@20 @470 - RtlFillMemory@12 @471 - RtlFillMemoryUlong@12 @472 - RtlFindActivationContextSectionGuid@20 @474 - RtlFindActivationContextSectionString@20 @475 - RtlFindCharInUnicodeString@16 @476 - RtlFindClearBits@12 @477 - RtlFindClearBitsAndSet@12 @478 - RtlFindClearRuns@16 @479 - RtlFindLastBackwardRunClear@12 @480 - RtlFindLastBackwardRunSet@12 @481 - RtlFindLeastSignificantBit@8 @482 - RtlFindLongestRunClear@8 @483 - RtlFindLongestRunSet@8 @484 - RtlFindMessage@20 @485 - RtlFindMostSignificantBit@8 @486 - RtlFindNextForwardRunClear@12 @487 - RtlFindNextForwardRunSet@12 @488 - RtlFindSetBits@12 @490 - RtlFindSetBitsAndClear@12 @491 - RtlFindSetRuns@16 @492 - RtlFirstEntrySList@4 @493 - RtlFirstFreeAce@8 @494 - RtlFormatCurrentUserKeyPath@4 @496 - RtlFormatMessage@32 @497 - RtlFreeAnsiString@4 @498 - RtlFreeHandle@8 @499 - RtlFreeHeap@12 @500 - RtlFreeOemString@4 @501 - RtlFreeSid@4 @502 - RtlFreeThreadActivationContextStack@0 @503 - RtlFreeUnicodeString@4 @504 - RtlGUIDFromString@8 @506 - RtlGetAce@12 @508 - RtlGetActiveActivationContext@4 @509 - RtlGetCompressionWorkSpaceSize@12 @511 - RtlGetControlSecurityDescriptor@12 @512 - RtlGetCurrentDirectory_U@8 @513 - RtlGetCurrentPeb@0 @514 - RtlGetCurrentProcessorNumberEx@4 @515 - RtlGetCurrentTransaction@0 @516 - RtlGetDaclSecurityDescriptor@16 @517 - RtlGetFullPathName_U@16 @519 - RtlGetGroupSecurityDescriptor@12 @520 - RtlGetLastNtStatus@0 @521 - RtlGetLastWin32Error@0 @522 - RtlGetLongestNtPathLength@0 @523 - RtlGetNtGlobalFlags@0 @524 - RtlGetNtProductType@4 @525 - RtlGetNtVersionNumbers@12 @526 - RtlGetOwnerSecurityDescriptor@12 @527 - RtlGetProductInfo@20 @528 - RtlGetProcessHeaps@8 @529 - RtlGetSaclSecurityDescriptor@16 @530 - RtlGetThreadErrorMode@0 @531 - RtlGetVersion@4 @533 - RtlHashUnicodeString@16 @535 - RtlIdentifierAuthoritySid@4 @536 - RtlImageDirectoryEntryToData@16 @537 - RtlImageNtHeader@4 @538 - RtlImageRvaToSection@12 @539 - RtlImageRvaToVa@16 @540 - RtlImpersonateSelf@4 @541 - RtlInitAnsiString@8 @542 - RtlInitAnsiStringEx@8 @543 - RtlInitString@8 @546 - RtlInitUnicodeString@8 @547 - RtlInitUnicodeStringEx@8 @548 - RtlInitializeBitMap@12 @549 - RtlInitializeConditionVariable@4 @550 - RtlInitializeCriticalSection@4 @552 - RtlInitializeCriticalSectionAndSpinCount@8 @553 - RtlInitializeCriticalSectionEx@12 @554 - RtlInitializeGenericTable@20 @555 - RtlInitializeGenericTableAvl@20 @556 - RtlInitializeHandleTable@12 @557 - RtlInitializeResource@4 @559 - RtlInitializeSListHead@4 @560 - RtlInitializeSRWLock@4 @561 - RtlInitializeSid@12 @562 - RtlInsertElementGenericTableAvl@16 @564 - RtlInt64ToUnicodeString@16 @565 - RtlIntegerToChar@16 @566 - RtlIntegerToUnicodeString@12 @567 - RtlInterlockedCompareExchange64@20 @568 - RtlInterlockedFlushSList@4 @569 - RtlInterlockedPopEntrySList@4 @570 - RtlInterlockedPushEntrySList@8 @571 - RtlInterlockedPushListSList@16 @572 - RtlInterlockedPushListSListEx@16 @573 - RtlIpv4AddressToStringA@8 @574 - RtlIpv4AddressToStringExA@16 @575 - RtlIpv4AddressToStringExW@16 @576 - RtlIpv4AddressToStringW@8 @577 - RtlIpv4StringToAddressExW@16 @578 - RtlIsActivationContextActive@4 @579 - RtlIsCriticalSectionLocked@4 @580 - RtlIsCriticalSectionLockedByThread@4 @581 - RtlIsDosDeviceName_U@4 @582 - RtlIsNameLegalDOS8Dot3@12 @584 - RtlIsTextUnicode@12 @585 - RtlIsValidHandle@8 @586 - RtlIsValidIndexHandle@12 @587 - RtlLargeIntegerAdd@16 @588 - RtlLargeIntegerArithmeticShift@12 @589 - RtlLargeIntegerDivide@20 @590 - RtlLargeIntegerNegate@8 @591 - RtlLargeIntegerShiftLeft@12 @592 - RtlLargeIntegerShiftRight@12 @593 - RtlLargeIntegerSubtract@16 @594 - RtlLargeIntegerToChar@16 @595 - RtlLeaveCriticalSection@4 @596 - RtlLengthRequiredSid@4 @597 - RtlLengthSecurityDescriptor@4 @598 - RtlLengthSid@4 @599 - RtlLocalTimeToSystemTime@8 @600 - RtlLockHeap@4 @601 - RtlLookupAtomInAtomTable@12 @602 - RtlMakeSelfRelativeSD@12 @604 - RtlMapGenericMask@8 @605 - RtlMoveMemory@12 @606 - RtlMultiByteToUnicodeN@20 @607 - RtlMultiByteToUnicodeSize@12 @608 - RtlNewSecurityObject@24 @611 - RtlNormalizeProcessParams@4 @612 - RtlNtStatusToDosError@4 @613 - RtlNtStatusToDosErrorNoTeb@4 @614 - RtlNumberGenericTableElements@4 @615 - RtlNumberOfClearBits@4 @616 - RtlNumberOfSetBits@4 @617 - RtlOemStringToUnicodeSize@4 @618 - RtlOemStringToUnicodeString@12 @619 - RtlOemToUnicodeN@20 @620 - RtlOpenCurrentUser@8 @621 - RtlPcToFileHeader@8 @622 - RtlPinAtomInAtomTable@8 @623 - RtlPrefixString@12 @624 - RtlPrefixUnicodeString@12 @625 - RtlQueryAtomInAtomTable@24 @628 - RtlQueryDepthSList@4 @629 - RtlQueryDynamicTimeZoneInformation@4 @630 - RtlQueryEnvironmentVariable_U@12 @631 - RtlQueryHeapInformation@20 @632 - RtlQueryInformationAcl@16 @633 - RtlQueryInformationActivationContext@28 @634 - RtlQueryProcessDebugInformation@12 @638 - RtlQueryRegistryValues@20 @644 - RtlQueryTimeZoneInformation@4 @647 - RtlQueryUnbiasedInterruptTime@4 @648 - RtlQueueWorkItem@12 @650 - RtlRaiseException@4 @651 - RtlRaiseStatus@4 @652 - RtlRandom@4 @653 - RtlReAllocateHeap@16 @655 - RtlRegisterWait@24 @661 - RtlReleaseActivationContext@4 @662 - RtlReleasePebLock@0 @664 - RtlReleaseResource@4 @665 - RtlReleaseSRWLockExclusive@4 @666 - RtlReleaseSRWLockShared@4 @667 - RtlRemoveVectoredContinueHandler@4 @669 - RtlRemoveVectoredExceptionHandler@4 @670 - RtlRestoreLastWin32Error@4=RtlSetLastWin32Error@4 @672 - RtlRunOnceBeginInitialize@12 @676 - RtlRunOnceComplete@12 @677 - RtlRunOnceExecuteOnce@16 @678 - RtlRunOnceInitialize@4 @679 - RtlSecondsSince1970ToTime@8 @680 - RtlSecondsSince1980ToTime@8 @681 - RtlSelfRelativeToAbsoluteSD@44 @682 - RtlSetAllBits@4 @683 - RtlSetBits@12 @684 - RtlSetControlSecurityDescriptor@12 @685 - RtlSetCriticalSectionSpinCount@8 @686 - RtlSetCurrentDirectory_U@4 @687 - RtlSetCurrentEnvironment@8 @688 - RtlSetCurrentTransaction@4 @689 - RtlSetDaclSecurityDescriptor@16 @690 - RtlSetEnvironmentVariable@12 @691 - RtlSetGroupSecurityDescriptor@12 @692 - RtlSetHeapInformation@16 @693 - RtlSetIoCompletionCallback@12 @695 - RtlSetLastWin32Error@4 @696 - RtlSetLastWin32ErrorAndNtStatusFromNtStatus@4 @697 - RtlSetOwnerSecurityDescriptor@12 @698 - RtlSetSaclSecurityDescriptor@16 @703 - RtlSetThreadErrorMode@8 @705 - RtlSetTimeZoneInformation@4 @706 - RtlSizeHeap@12 @710 - RtlSleepConditionVariableCS@12 @711 - RtlSleepConditionVariableSRW@16 @712 - RtlStringFromGUID@8 @715 - RtlSubAuthorityCountSid@4 @716 - RtlSubAuthoritySid@8 @717 - RtlSystemTimeToLocalTime@8 @720 - RtlTimeFieldsToTime@8 @721 - RtlTimeToElapsedTimeFields@8 @722 - RtlTimeToSecondsSince1970@8 @723 - RtlTimeToSecondsSince1980@8 @724 - RtlTimeToTimeFields@8 @725 - RtlTryAcquireSRWLockExclusive@4 @726 - RtlTryAcquireSRWLockShared@4 @727 - RtlTryEnterCriticalSection@4 @728 - RtlUlongByteSwap=NTDLL_RtlUlongByteSwap @729 - RtlUlonglongByteSwap @730 - RtlUnicodeStringToAnsiSize@4 @731 - RtlUnicodeStringToAnsiString@12 @732 - RtlUnicodeStringToInteger@12 @734 - RtlUnicodeStringToOemSize@4 @735 - RtlUnicodeStringToOemString@12 @736 - RtlUnicodeToMultiByteN@20 @738 - RtlUnicodeToMultiByteSize@12 @739 - RtlUnicodeToOemN@20 @740 - RtlUniform@4 @741 - RtlUnlockHeap@4 @742 - RtlUnwind@16 @743 - RtlUpcaseUnicodeChar@4 @744 - RtlUpcaseUnicodeString@12 @745 - RtlUpcaseUnicodeStringToAnsiString@12 @746 - RtlUpcaseUnicodeStringToCountedOemString@12 @747 - RtlUpcaseUnicodeStringToOemString@12 @748 - RtlUpcaseUnicodeToMultiByteN@20 @750 - RtlUpcaseUnicodeToOemN@20 @751 - RtlUpdateTimer@16 @752 - RtlUpperChar@4 @753 - RtlUpperString@8 @754 - RtlUshortByteSwap=NTDLL_RtlUshortByteSwap @756 - RtlValidAcl@4 @757 - RtlValidRelativeSecurityDescriptor@12 @758 - RtlValidSecurityDescriptor@4 @759 - RtlValidSid@4 @760 - RtlValidateHeap@12 @761 - RtlVerifyVersionInfo@16 @763 - RtlWakeAllConditionVariable@4 @764 - RtlWakeConditionVariable@4 @765 - RtlWalkHeap@8 @767 - RtlWow64EnableFsRedirection@4 @768 - RtlWow64EnableFsRedirectionEx@8 @769 - RtlWriteRegistryValue@24 @771 - RtlZeroMemory@8 @773 - RtlZombifyActivationContext@4 @774 - RtlpNtCreateKey@28 @775 - RtlpNtEnumerateSubKey@12 @776 - RtlpNtMakeTemporaryKey@4 @777 - RtlpNtOpenKey@12 @778 - RtlpNtQueryValueKey@20 @779 - RtlpNtSetValueKey@16 @780 - RtlpUnWaitCriticalSection@4 @781 - RtlpWaitForCriticalSection@4 @782 - RtlxAnsiStringToUnicodeSize@4=RtlAnsiStringToUnicodeSize@4 @783 - RtlxOemStringToUnicodeSize@4=RtlOemStringToUnicodeSize@4 @784 - RtlxUnicodeStringToAnsiSize@4=RtlUnicodeStringToAnsiSize@4 @785 - RtlxUnicodeStringToOemSize@4=RtlUnicodeStringToOemSize@4 @786 - TpAllocCleanupGroup@4 @787 - TpAllocPool@8 @788 - TpAllocTimer@16 @789 - TpAllocWait@16 @790 - TpAllocWork@16 @791 - TpCallbackLeaveCriticalSectionOnCompletion@8 @792 - TpCallbackMayRunLong@4 @793 - TpCallbackReleaseMutexOnCompletion@8 @794 - TpCallbackReleaseSemaphoreOnCompletion@12 @795 - TpCallbackSetEventOnCompletion@8 @796 - TpCallbackUnloadDllOnCompletion@8 @797 - TpDisassociateCallback@4 @798 - TpIsTimerSet@4 @799 - TpPostWork@4 @800 - TpReleaseCleanupGroup@4 @801 - TpReleaseCleanupGroupMembers@12 @802 - TpReleasePool@4 @803 - TpReleaseTimer@4 @804 - TpReleaseWait@4 @805 - TpReleaseWork@4 @806 - TpSetPoolMaxThreads@8 @807 - TpSetPoolMinThreads@8 @808 - TpSetTimer@16 @809 - TpSetWait@12 @810 - TpSimpleTryPost@12 @811 - TpWaitForTimer@8 @812 - TpWaitForWait@8 @813 - TpWaitForWork@8 @814 - VerSetConditionMask@16 @815 - WinSqmIsOptedIn@0 @816 - ZwAcceptConnectPort@24=NtAcceptConnectPort@24 @817 - ZwAccessCheck@32=NtAccessCheck@32 @818 - ZwAccessCheckAndAuditAlarm@44=NtAccessCheckAndAuditAlarm@44 @819 - ZwAddAtom@12=NtAddAtom@12 @820 - ZwAdjustGroupsToken@24=NtAdjustGroupsToken@24 @821 - ZwAdjustPrivilegesToken@24=NtAdjustPrivilegesToken@24 @822 - ZwAlertResumeThread@8=NtAlertResumeThread@8 @823 - ZwAlertThread@4=NtAlertThread@4 @824 - ZwAllocateLocallyUniqueId@4=NtAllocateLocallyUniqueId@4 @825 - ZwAllocateUuids@12=NtAllocateUuids@12 @826 - ZwAllocateVirtualMemory@24=NtAllocateVirtualMemory@24 @827 - ZwAreMappedFilesTheSame@8=NtAreMappedFilesTheSame@8 @828 - ZwAssignProcessToJobObject@8=NtAssignProcessToJobObject@8 @829 - ZwCancelIoFile@8=NtCancelIoFile@8 @831 - ZwCancelIoFileEx@12=NtCancelIoFileEx@12 @832 - ZwCancelTimer@8=NtCancelTimer@8 @833 - ZwClearEvent@4=NtClearEvent@4 @834 - ZwClose@4=NtClose@4 @835 - ZwCompleteConnectPort@4=NtCompleteConnectPort@4 @837 - ZwConnectPort@32=NtConnectPort@32 @838 - ZwCreateDirectoryObject@12=NtCreateDirectoryObject@12 @840 - ZwCreateEvent@20=NtCreateEvent@20 @841 - ZwCreateFile@44=NtCreateFile@44 @843 - ZwCreateIoCompletion@16=NtCreateIoCompletion@16 @844 - ZwCreateJobObject@12=NtCreateJobObject@12 @845 - ZwCreateKey@28=NtCreateKey@28 @846 - ZwCreateKeyTransacted@32=NtCreateKeyTransacted@32 @847 - ZwCreateKeyedEvent@16=NtCreateKeyedEvent@16 @848 - ZwCreateMailslotFile@32=NtCreateMailslotFile@32 @849 - ZwCreateMutant@16=NtCreateMutant@16 @850 - ZwCreateNamedPipeFile@56=NtCreateNamedPipeFile@56 @851 - ZwCreatePagingFile@16=NtCreatePagingFile@16 @852 - ZwCreatePort@20=NtCreatePort@20 @853 - ZwCreateSection@28=NtCreateSection@28 @856 - ZwCreateSemaphore@20=NtCreateSemaphore@20 @857 - ZwCreateSymbolicLinkObject@16=NtCreateSymbolicLinkObject@16 @858 - ZwCreateTimer@16=NtCreateTimer@16 @860 - ZwDelayExecution@8=NtDelayExecution@8 @862 - ZwDeleteAtom@4=NtDeleteAtom@4 @863 - ZwDeleteFile@4=NtDeleteFile@4 @864 - ZwDeleteKey@4=NtDeleteKey@4 @865 - ZwDeleteValueKey@8=NtDeleteValueKey@8 @866 - ZwDeviceIoControlFile@40=NtDeviceIoControlFile@40 @867 - ZwDisplayString@4=NtDisplayString@4 @868 - ZwDuplicateObject@28=NtDuplicateObject@28 @869 - ZwDuplicateToken@24=NtDuplicateToken@24 @870 - ZwEnumerateKey@24=NtEnumerateKey@24 @872 - ZwEnumerateValueKey@24=NtEnumerateValueKey@24 @873 - ZwFindAtom@12=NtFindAtom@12 @875 - ZwFlushBuffersFile@8=NtFlushBuffersFile@8 @876 - ZwFlushInstructionCache@12=NtFlushInstructionCache@12 @877 - ZwFlushKey@4=NtFlushKey@4 @878 - ZwFlushVirtualMemory@16=NtFlushVirtualMemory@16 @879 - ZwFreeVirtualMemory@16=NtFreeVirtualMemory@16 @881 - ZwFsControlFile@40=NtFsControlFile@40 @882 - ZwGetContextThread@8=NtGetContextThread@8 @883 - ZwGetCurrentProcessorNumber@0=NtGetCurrentProcessorNumber@0 @884 - ZwGetTickCount@0=NtGetTickCount@0 @886 - ZwGetWriteWatch@28=NtGetWriteWatch@28 @887 - ZwImpersonateAnonymousToken@4=NtImpersonateAnonymousToken@4 @888 - ZwInitiatePowerAction@16=NtInitiatePowerAction@16 @892 - ZwIsProcessInJob@8=NtIsProcessInJob@8 @893 - ZwListenPort@8=NtListenPort@8 @894 - ZwLoadDriver@4=NtLoadDriver@4 @895 - ZwLoadKey@8=NtLoadKey@8 @896 - ZwLockFile@40=NtLockFile@40 @897 - ZwLockVirtualMemory@16=NtLockVirtualMemory@16 @898 - ZwMakeTemporaryObject@4=NtMakeTemporaryObject@4 @899 - ZwMapViewOfSection@40=NtMapViewOfSection@40 @900 - ZwNotifyChangeDirectoryFile@36=NtNotifyChangeDirectoryFile@36 @901 - ZwNotifyChangeKey@40=NtNotifyChangeKey@40 @902 - ZwNotifyChangeMultipleKeys@48=NtNotifyChangeMultipleKeys@48 @903 - ZwOpenDirectoryObject@12=NtOpenDirectoryObject@12 @904 - ZwOpenEvent@12=NtOpenEvent@12 @905 - ZwOpenFile@24=NtOpenFile@24 @907 - ZwOpenIoCompletion@12=NtOpenIoCompletion@12 @908 - ZwOpenJobObject@12=NtOpenJobObject@12 @909 - ZwOpenKey@12=NtOpenKey@12 @910 - ZwOpenKeyEx@16=NtOpenKeyEx@16 @911 - ZwOpenKeyTransacted@16=NtOpenKeyTransacted@16 @912 - ZwOpenKeyTransactedEx@20=NtOpenKeyTransactedEx@20 @913 - ZwOpenKeyedEvent@12=NtOpenKeyedEvent@12 @914 - ZwOpenMutant@12=NtOpenMutant@12 @915 - ZwOpenProcess@16=NtOpenProcess@16 @917 - ZwOpenProcessToken@12=NtOpenProcessToken@12 @918 - ZwOpenProcessTokenEx@16=NtOpenProcessTokenEx@16 @919 - ZwOpenSection@12=NtOpenSection@12 @920 - ZwOpenSemaphore@12=NtOpenSemaphore@12 @921 - ZwOpenSymbolicLinkObject@12=NtOpenSymbolicLinkObject@12 @922 - ZwOpenThread@16=NtOpenThread@16 @923 - ZwOpenThreadToken@16=NtOpenThreadToken@16 @924 - ZwOpenThreadTokenEx@20=NtOpenThreadTokenEx@20 @925 - ZwOpenTimer@12=NtOpenTimer@12 @926 - ZwPowerInformation@20=NtPowerInformation@20 @928 - ZwPrivilegeCheck@12=NtPrivilegeCheck@12 @929 - ZwProtectVirtualMemory@20=NtProtectVirtualMemory@20 @932 - ZwPulseEvent@8=NtPulseEvent@8 @933 - ZwQueryAttributesFile@8=NtQueryAttributesFile@8 @934 - ZwQueryDefaultLocale@8=NtQueryDefaultLocale@8 @935 - ZwQueryDefaultUILanguage@4=NtQueryDefaultUILanguage@4 @936 - ZwQueryDirectoryFile@44=NtQueryDirectoryFile@44 @937 - ZwQueryDirectoryObject@28=NtQueryDirectoryObject@28 @938 - ZwQueryEaFile@36=NtQueryEaFile@36 @939 - ZwQueryEvent@20=NtQueryEvent@20 @940 - ZwQueryFullAttributesFile@8=NtQueryFullAttributesFile@8 @941 - ZwQueryInformationAtom@20=NtQueryInformationAtom@20 @942 - ZwQueryInformationFile@20=NtQueryInformationFile@20 @943 - ZwQueryInformationJobObject@20=NtQueryInformationJobObject@20 @944 - ZwQueryInformationProcess@20=NtQueryInformationProcess@20 @946 - ZwQueryInformationThread@20=NtQueryInformationThread@20 @947 - ZwQueryInformationToken@20=NtQueryInformationToken@20 @948 - ZwQueryInstallUILanguage@4=NtQueryInstallUILanguage@4 @949 - ZwQueryIoCompletion@20=NtQueryIoCompletion@20 @951 - ZwQueryKey@20=NtQueryKey@20 @952 - ZwQueryLicenseValue@20=NtQueryLicenseValue@20 @953 - ZwQueryMultipleValueKey@24=NtQueryMultipleValueKey@24 @954 - ZwQueryMutant@20=NtQueryMutant@20 @955 - ZwQueryObject@20=NtQueryObject@20 @956 - ZwQueryPerformanceCounter@8=NtQueryPerformanceCounter@8 @958 - ZwQuerySection@20=NtQuerySection@20 @959 - ZwQuerySecurityObject@20=NtQuerySecurityObject@20 @960 - ZwQuerySemaphore@20=NtQuerySemaphore@20 @961 - ZwQuerySymbolicLinkObject@12=NtQuerySymbolicLinkObject@12 @962 - ZwQuerySystemEnvironmentValue@16=NtQuerySystemEnvironmentValue@16 @963 - ZwQuerySystemEnvironmentValueEx@20=NtQuerySystemEnvironmentValueEx@20 @964 - ZwQuerySystemInformation@16=NtQuerySystemInformation@16 @965 - ZwQuerySystemInformationEx@24=NtQuerySystemInformationEx@24 @966 - ZwQuerySystemTime@4=NtQuerySystemTime@4 @967 - ZwQueryTimer@20=NtQueryTimer@20 @968 - ZwQueryTimerResolution@12=NtQueryTimerResolution@12 @969 - ZwQueryValueKey@24=NtQueryValueKey@24 @970 - ZwQueryVirtualMemory@24=NtQueryVirtualMemory@24 @971 - ZwQueryVolumeInformationFile@20=NtQueryVolumeInformationFile@20 @972 - ZwQueueApcThread@20=NtQueueApcThread@20 @973 - ZwRaiseException@12=NtRaiseException@12 @974 - ZwRaiseHardError@24=NtRaiseHardError@24 @975 - ZwReadFile@36=NtReadFile@36 @976 - ZwReadFileScatter@36=NtReadFileScatter@36 @977 - ZwReadVirtualMemory@20=NtReadVirtualMemory@20 @979 - ZwRegisterThreadTerminatePort@4=NtRegisterThreadTerminatePort@4 @981 - ZwReleaseKeyedEvent@16=NtReleaseKeyedEvent@16 @982 - ZwReleaseMutant@8=NtReleaseMutant@8 @983 - ZwReleaseSemaphore@12=NtReleaseSemaphore@12 @985 - ZwRemoveIoCompletion@20=NtRemoveIoCompletion@20 @986 - ZwRenameKey@8=NtRenameKey@8 @987 - ZwReplaceKey@12=NtReplaceKey@12 @988 - ZwReplyWaitReceivePort@16=NtReplyWaitReceivePort@16 @990 - ZwRequestWaitReplyPort@12=NtRequestWaitReplyPort@12 @994 - ZwResetEvent@8=NtResetEvent@8 @995 - ZwResetWriteWatch@12=NtResetWriteWatch@12 @996 - ZwRestoreKey@12=NtRestoreKey@12 @997 - ZwResumeThread@8=NtResumeThread@8 @998 - ZwSaveKey@8=NtSaveKey@8 @999 - ZwSecureConnectPort@36=NtSecureConnectPort@36 @1000 - ZwSetContextThread@8=NtSetContextThread@8 @1001 - ZwSetDefaultLocale@8=NtSetDefaultLocale@8 @1004 - ZwSetDefaultUILanguage@4=NtSetDefaultUILanguage@4 @1005 - ZwSetEaFile@16=NtSetEaFile@16 @1006 - ZwSetEvent@8=NtSetEvent@8 @1007 - ZwSetInformationFile@20=NtSetInformationFile@20 @1011 - ZwSetInformationJobObject@16=NtSetInformationJobObject@16 @1012 - ZwSetInformationKey@16=NtSetInformationKey@16 @1013 - ZwSetInformationObject@16=NtSetInformationObject@16 @1014 - ZwSetInformationProcess@16=NtSetInformationProcess@16 @1015 - ZwSetInformationThread@16=NtSetInformationThread@16 @1016 - ZwSetInformationToken@16=NtSetInformationToken@16 @1017 - ZwSetIntervalProfile@8=NtSetIntervalProfile@8 @1018 - ZwSetIoCompletion@20=NtSetIoCompletion@20 @1019 - ZwSetSecurityObject@12=NtSetSecurityObject@12 @1024 - ZwSetSystemInformation@12=NtSetSystemInformation@12 @1026 - ZwSetSystemTime@8=NtSetSystemTime@8 @1028 - ZwSetTimer@28=NtSetTimer@28 @1029 - ZwSetTimerResolution@12=NtSetTimerResolution@12 @1030 - ZwSetValueKey@24=NtSetValueKey@24 @1031 - ZwSetVolumeInformationFile@20=NtSetVolumeInformationFile@20 @1032 - ZwShutdownSystem@4=NtShutdownSystem@4 @1033 - ZwSignalAndWaitForSingleObject@16=NtSignalAndWaitForSingleObject@16 @1034 - ZwSuspendThread@8=NtSuspendThread@8 @1037 - ZwSystemDebugControl@24=NtSystemDebugControl@24 @1038 - ZwTerminateJobObject@8=NtTerminateJobObject@8 @1039 - ZwTerminateProcess@8=NtTerminateProcess@8 @1040 - ZwTerminateThread@8=NtTerminateThread@8 @1041 - ZwUnloadDriver@4=NtUnloadDriver@4 @1043 - ZwUnloadKey@4=NtUnloadKey@4 @1044 - ZwUnlockFile@20=NtUnlockFile@20 @1046 - ZwUnlockVirtualMemory@16=NtUnlockVirtualMemory@16 @1047 - ZwUnmapViewOfSection@8=NtUnmapViewOfSection@8 @1048 - ZwWaitForKeyedEvent@16=NtWaitForKeyedEvent@16 @1051 - ZwWaitForMultipleObjects@20=NtWaitForMultipleObjects@20 @1052 - ZwWaitForSingleObject@12=NtWaitForSingleObject@12 @1054 - ZwWriteFile@36=NtWriteFile@36 @1057 - ZwWriteFileGather@36=NtWriteFileGather@36 @1058 - ZwWriteVirtualMemory@20=NtWriteVirtualMemory@20 @1060 - ZwYieldExecution@0=NtYieldExecution@0 @1061 - _CIcos=NTDLL__CIcos @1062 PRIVATE - _CIlog=NTDLL__CIlog @1063 PRIVATE - _CIpow=NTDLL__CIpow @1064 PRIVATE - _CIsin=NTDLL__CIsin @1065 PRIVATE - _CIsqrt=NTDLL__CIsqrt @1066 PRIVATE - __isascii=NTDLL___isascii @1067 PRIVATE - __iscsym=NTDLL___iscsym @1068 PRIVATE - __iscsymf=NTDLL___iscsymf @1069 PRIVATE - __toascii=NTDLL___toascii @1070 PRIVATE - _alldiv@16 @1071 PRIVATE - _allmul@16 @1072 PRIVATE - _alloca_probe@0 @1073 PRIVATE - _allrem@16 @1074 PRIVATE - _atoi64 @1075 PRIVATE - _aulldiv@16 @1076 PRIVATE - _aullrem@16 @1077 PRIVATE - _chkstk@0 @1078 PRIVATE - _ftol=NTDLL__ftol @1080 PRIVATE - _i64toa @1081 PRIVATE - _i64tow @1082 PRIVATE - _itoa @1083 PRIVATE - _itow @1084 PRIVATE - _lfind @1085 PRIVATE - _ltoa @1086 PRIVATE - _ltow @1087 PRIVATE - _memccpy @1088 PRIVATE - _memicmp @1089 PRIVATE - _snprintf=NTDLL__snprintf @1090 PRIVATE - _snwprintf=NTDLL__snwprintf @1091 PRIVATE - _splitpath @1092 PRIVATE - _strcmpi=_stricmp @1093 PRIVATE - _stricmp @1094 PRIVATE - _strlwr @1095 PRIVATE - _strnicmp @1096 PRIVATE - _strupr @1097 PRIVATE - _tolower=NTDLL__tolower @1098 PRIVATE - _toupper=NTDLL__toupper @1099 PRIVATE - _ui64toa @1100 PRIVATE - _ui64tow @1101 PRIVATE - _ultoa @1102 PRIVATE - _ultow @1103 PRIVATE - _vsnprintf=NTDLL__vsnprintf @1104 PRIVATE - _vsnwprintf=NTDLL__vsnwprintf @1105 PRIVATE - _wcsicmp=NTDLL__wcsicmp @1106 PRIVATE - _wcslwr=NTDLL__wcslwr @1107 PRIVATE - _wcsnicmp=NTDLL__wcsnicmp @1108 PRIVATE - _wcsupr=NTDLL__wcsupr @1109 PRIVATE - _wtoi @1110 PRIVATE - _wtoi64 @1111 PRIVATE - _wtol @1112 PRIVATE - abs=NTDLL_abs @1113 PRIVATE - atan=NTDLL_atan @1114 PRIVATE - atoi=NTDLL_atoi @1115 PRIVATE - atol=NTDLL_atol @1116 PRIVATE - bsearch=NTDLL_bsearch @1117 PRIVATE - ceil=NTDLL_ceil @1118 PRIVATE - cos=NTDLL_cos @1119 PRIVATE - fabs=NTDLL_fabs @1120 PRIVATE - floor=NTDLL_floor @1121 PRIVATE - isalnum=NTDLL_isalnum @1122 PRIVATE - isalpha=NTDLL_isalpha @1123 PRIVATE - iscntrl=NTDLL_iscntrl @1124 PRIVATE - isdigit=NTDLL_isdigit @1125 PRIVATE - isgraph=NTDLL_isgraph @1126 PRIVATE - islower=NTDLL_islower @1127 PRIVATE - isprint=NTDLL_isprint @1128 PRIVATE - ispunct=NTDLL_ispunct @1129 PRIVATE - isspace=NTDLL_isspace @1130 PRIVATE - isupper=NTDLL_isupper @1131 PRIVATE - iswalpha=NTDLL_iswalpha @1132 PRIVATE - iswctype=NTDLL_iswctype @1133 PRIVATE - iswdigit=NTDLL_iswdigit @1134 PRIVATE - iswlower=NTDLL_iswlower @1135 PRIVATE - iswspace=NTDLL_iswspace @1136 PRIVATE - iswxdigit=NTDLL_iswxdigit @1137 PRIVATE - isxdigit=NTDLL_isxdigit @1138 PRIVATE - labs=NTDLL_labs @1139 PRIVATE - log=NTDLL_log @1140 PRIVATE - mbstowcs=NTDLL_mbstowcs @1141 PRIVATE - memchr=NTDLL_memchr @1142 PRIVATE - memcmp=NTDLL_memcmp @1143 PRIVATE - memcpy=NTDLL_memcpy @1144 PRIVATE - memmove=NTDLL_memmove @1145 PRIVATE - memset=NTDLL_memset @1146 PRIVATE - pow=NTDLL_pow @1147 PRIVATE - qsort=NTDLL_qsort @1148 PRIVATE - sin=NTDLL_sin @1149 PRIVATE - sprintf=NTDLL_sprintf @1150 PRIVATE - sqrt=NTDLL_sqrt @1151 PRIVATE - sscanf=NTDLL_sscanf @1152 PRIVATE - strcat=NTDLL_strcat @1153 PRIVATE - strchr=NTDLL_strchr @1154 PRIVATE - strcmp=NTDLL_strcmp @1155 PRIVATE - strcpy=NTDLL_strcpy @1156 PRIVATE - strcspn=NTDLL_strcspn @1157 PRIVATE - strlen=NTDLL_strlen @1158 PRIVATE - strncat=NTDLL_strncat @1159 PRIVATE - strncmp=NTDLL_strncmp @1160 PRIVATE - strncpy=NTDLL_strncpy @1161 PRIVATE - strpbrk=NTDLL_strpbrk @1162 PRIVATE - strrchr=NTDLL_strrchr @1163 PRIVATE - strspn=NTDLL_strspn @1164 PRIVATE - strstr=NTDLL_strstr @1165 PRIVATE - strtol=NTDLL_strtol @1166 PRIVATE - strtoul=NTDLL_strtoul @1167 PRIVATE - swprintf=NTDLL_swprintf @1168 PRIVATE - tan=NTDLL_tan @1169 PRIVATE - tolower=NTDLL_tolower @1170 PRIVATE - toupper=NTDLL_toupper @1171 PRIVATE - towlower=NTDLL_towlower @1172 PRIVATE - towupper=NTDLL_towupper @1173 PRIVATE - vDbgPrintEx@16 @1174 - vDbgPrintExWithPrefix@20 @1175 - vsprintf=NTDLL_vsprintf @1176 PRIVATE - wcscat=NTDLL_wcscat @1177 PRIVATE - wcschr=NTDLL_wcschr @1178 PRIVATE - wcscmp=NTDLL_wcscmp @1179 PRIVATE - wcscpy=NTDLL_wcscpy @1180 PRIVATE - wcscspn=NTDLL_wcscspn @1181 PRIVATE - wcslen=NTDLL_wcslen @1182 PRIVATE - wcsncat=NTDLL_wcsncat @1183 PRIVATE - wcsncmp=NTDLL_wcsncmp @1184 PRIVATE - wcsncpy=NTDLL_wcsncpy @1185 PRIVATE - wcspbrk=NTDLL_wcspbrk @1186 PRIVATE - wcsrchr=NTDLL_wcsrchr @1187 PRIVATE - wcsspn=NTDLL_wcsspn @1188 PRIVATE - wcsstr=NTDLL_wcsstr @1189 PRIVATE - wcstok=NTDLL_wcstok @1190 PRIVATE - wcstol=NTDLL_wcstol @1191 PRIVATE - wcstombs=NTDLL_wcstombs @1192 PRIVATE - wcstoul=NTDLL_wcstoul @1193 PRIVATE - __wine_enter_vm86 @1194 - wine_server_call @1195 - wine_server_fd_to_handle @1196 - wine_server_handle_to_fd @1197 - wine_server_release_fd @1198 - wine_server_send_fd @1199 - __wine_make_process_system @1200 - wine_get_version=NTDLL_wine_get_version @1201 - wine_get_build_id=NTDLL_wine_get_build_id @1202 - wine_get_host_version=NTDLL_wine_get_host_version @1203 - __wine_init_codepages @1204 - __wine_set_signal_handler @1205 - wine_nt_to_unix_file_name @1206 - wine_unix_to_nt_file_name @1207 - __wine_init_windows_dir @1208 + EtwEventEnabled@12 @28 + EtwEventRegister@16 @29 + EtwEventSetInformation@20 @30 + EtwEventUnregister@8 @31 + EtwEventWrite@20 @32 + EtwRegisterTraceGuidsA@32 @33 + EtwRegisterTraceGuidsW@32 @34 + EtwUnregisterTraceGuids@8 @35 + LdrAccessResource@16 @40 + LdrAddRefDll@8 @41 + LdrDisableThreadCalloutsForDll@4 @42 + LdrEnumerateLoadedModules@12 @44 + LdrFindEntryForAddress@8 @45 + LdrFindResourceDirectory_U@16 @46 + LdrFindResource_U@16 @47 + LdrGetDllHandle@16 @49 + LdrGetProcedureAddress@16 @50 + LdrInitializeThunk@16 @52 + LdrLoadDll@16 @54 + LdrLockLoaderLock@12 @55 + LdrProcessRelocationBlock@16 @56 + LdrQueryImageFileExecutionOptions@24 @57 + LdrQueryProcessModuleInformation@12 @58 + LdrResolveDelayLoadedAPI@24 @59 + LdrShutdownProcess@0 @62 + LdrShutdownThread@0 @63 + LdrUnloadDll@4 @65 + LdrUnlockLoaderLock@8 @66 + NlsAnsiCodePage @68 DATA + NlsMbCodePageTag @69 DATA + NlsMbOemCodePageTag @70 DATA + NtAcceptConnectPort@24 @71 + NtAccessCheck@32 @72 + NtAccessCheckAndAuditAlarm@44 @73 + NtAddAtom@12 @74 + NtAdjustGroupsToken@24 @75 + NtAdjustPrivilegesToken@24 @76 + NtAlertResumeThread@8 @77 + NtAlertThread@4 @78 + NtAllocateLocallyUniqueId@4 @79 + NtAllocateUuids@12 @80 + NtAllocateVirtualMemory@24 @81 + NtAreMappedFilesTheSame@8 @82 + NtAssignProcessToJobObject@8 @83 + NtCancelIoFile@8 @85 + NtCancelIoFileEx@12 @86 + NtCancelTimer@8 @87 + NtClearEvent@4 @88 + NtClose@4 @89 + NtCompleteConnectPort@4 @91 + NtConnectPort@32 @92 + NtCreateDirectoryObject@12 @94 + NtCreateEvent@20 @95 + NtCreateFile@44 @97 + NtCreateIoCompletion@16 @98 + NtCreateJobObject@12 @99 + NtCreateKey@28 @100 + NtCreateKeyTransacted@32 @101 + NtCreateKeyedEvent@16 @102 + NtCreateMailslotFile@32 @103 + NtCreateMutant@16 @104 + NtCreateNamedPipeFile@56 @105 + NtCreatePagingFile@16 @106 + NtCreatePort@20 @107 + NtCreateSection@28 @110 + NtCreateSemaphore@20 @111 + NtCreateSymbolicLinkObject@16 @112 + NtCreateTimer@16 @114 + NtCurrentTeb@0 @116 + NtDelayExecution@8 @117 + NtDeleteAtom@4 @118 + NtDeleteFile@4 @119 + NtDeleteKey@4 @120 + NtDeleteValueKey@8 @121 + NtDeviceIoControlFile@40 @122 + NtDisplayString@4 @123 + NtDuplicateObject@28 @124 + NtDuplicateToken@24 @125 + NtEnumerateKey@24 @127 + NtEnumerateValueKey@24 @128 + NtFindAtom@12 @130 + NtFlushBuffersFile@8 @131 + NtFlushInstructionCache@12 @132 + NtFlushKey@4 @133 + NtFlushVirtualMemory@16 @134 + NtFreeVirtualMemory@16 @136 + NtFsControlFile@40 @137 + NtGetContextThread@8 @138 + NtGetCurrentProcessorNumber@0 @139 + NtGetTickCount@0 @141 + NtGetWriteWatch@28 @142 + NtImpersonateAnonymousToken@4 @143 + NtInitiatePowerAction@16 @147 + NtIsProcessInJob@8 @148 + NtListenPort@8 @149 + NtLoadDriver@4 @150 + NtLoadKey2@12 @151 + NtLoadKey@8 @152 + NtLockFile@40 @153 + NtLockVirtualMemory@16 @154 + NtMakeTemporaryObject@4 @155 + NtMapViewOfSection@40 @156 + NtNotifyChangeDirectoryFile@36 @157 + NtNotifyChangeKey@40 @158 + NtNotifyChangeMultipleKeys@48 @159 + NtOpenDirectoryObject@12 @160 + NtOpenEvent@12 @161 + NtOpenFile@24 @163 + NtOpenIoCompletion@12 @164 + NtOpenJobObject@12 @165 + NtOpenKey@12 @166 + NtOpenKeyEx@16 @167 + NtOpenKeyTransacted@16 @168 + NtOpenKeyTransactedEx@20 @169 + NtOpenKeyedEvent@12 @170 + NtOpenMutant@12 @171 + NtOpenProcess@16 @173 + NtOpenProcessToken@12 @174 + NtOpenProcessTokenEx@16 @175 + NtOpenSection@12 @176 + NtOpenSemaphore@12 @177 + NtOpenSymbolicLinkObject@12 @178 + NtOpenThread@16 @179 + NtOpenThreadToken@16 @180 + NtOpenThreadTokenEx@20 @181 + NtOpenTimer@12 @182 + NtPowerInformation@20 @184 + NtPrivilegeCheck@12 @185 + NtProtectVirtualMemory@20 @188 + NtPulseEvent@8 @189 + NtQueryAttributesFile@8 @190 + NtQueryDefaultLocale@8 @191 + NtQueryDefaultUILanguage@4 @192 + NtQueryDirectoryFile@44 @193 + NtQueryDirectoryObject@28 @194 + NtQueryEaFile@36 @195 + NtQueryEvent@20 @196 + NtQueryFullAttributesFile@8 @197 + NtQueryInformationAtom@20 @198 + NtQueryInformationFile@20 @199 + NtQueryInformationJobObject@20 @200 + NtQueryInformationProcess@20 @202 + NtQueryInformationThread@20 @203 + NtQueryInformationToken@20 @204 + NtQueryInstallUILanguage@4 @205 + NtQueryIoCompletion@20 @207 + NtQueryKey@20 @208 + NtQueryLicenseValue@20 @209 + NtQueryMultipleValueKey@24 @210 + NtQueryMutant@20 @211 + NtQueryObject@20 @212 + NtQueryPerformanceCounter@8 @214 + NtQuerySection@20 @215 + NtQuerySecurityObject@20 @216 + NtQuerySemaphore@20 @217 + NtQuerySymbolicLinkObject@12 @218 + NtQuerySystemEnvironmentValue@16 @219 + NtQuerySystemEnvironmentValueEx@20 @220 + NtQuerySystemInformation@16 @221 + NtQuerySystemInformationEx@24 @222 + NtQuerySystemTime@4 @223 + NtQueryTimer@20 @224 + NtQueryTimerResolution@12 @225 + NtQueryValueKey@24 @226 + NtQueryVirtualMemory@24 @227 + NtQueryVolumeInformationFile@20 @228 + NtQueueApcThread@20 @229 + NtRaiseException@12 @230 + NtRaiseHardError@24 @231 + NtReadFile@36 @232 + NtReadFileScatter@36 @233 + NtReadVirtualMemory@20 @235 + NtRegisterThreadTerminatePort@4 @237 + NtReleaseKeyedEvent@16 @238 + NtReleaseMutant@8 @239 + NtReleaseSemaphore@12 @241 + NtRemoveIoCompletion@20 @242 + NtRenameKey@8 @243 + NtReplaceKey@12 @244 + NtReplyWaitReceivePort@16 @246 + NtRequestWaitReplyPort@12 @250 + NtResetEvent@8 @251 + NtResetWriteWatch@12 @252 + NtRestoreKey@12 @253 + NtResumeProcess@4 @254 + NtResumeThread@8 @255 + NtSaveKey@8 @256 + NtSecureConnectPort@36 @257 + NtSetContextThread@8 @258 + NtSetDefaultLocale@8 @261 + NtSetDefaultUILanguage@4 @262 + NtSetEaFile@16 @263 + NtSetEvent@8 @264 + NtSetInformationFile@20 @268 + NtSetInformationJobObject@16 @269 + NtSetInformationKey@16 @270 + NtSetInformationObject@16 @271 + NtSetInformationProcess@16 @272 + NtSetInformationThread@16 @273 + NtSetInformationToken@16 @274 + NtSetIntervalProfile@8 @275 + NtSetIoCompletion@20 @276 + NtSetLdtEntries@24 @277 + NtSetSecurityObject@12 @281 + NtSetSystemInformation@12 @283 + NtSetSystemTime@8 @285 + NtSetTimer@28 @286 + NtSetTimerResolution@12 @287 + NtSetValueKey@24 @288 + NtSetVolumeInformationFile@20 @289 + NtShutdownSystem@4 @290 + NtSignalAndWaitForSingleObject@16 @291 + NtSuspendProcess@4 @294 + NtSuspendThread@8 @295 + NtSystemDebugControl@24 @296 + NtTerminateJobObject@8 @297 + NtTerminateProcess@8 @298 + NtTerminateThread@8 @299 + NtUnloadDriver@4 @301 + NtUnloadKey@4 @302 + NtUnlockFile@20 @304 + NtUnlockVirtualMemory@16 @305 + NtUnmapViewOfSection@8 @306 + NtWaitForKeyedEvent@16 @309 + NtWaitForMultipleObjects@20 @310 + NtWaitForSingleObject@12 @312 + NtWriteFile@36 @315 + NtWriteFileGather@36 @316 + NtWriteVirtualMemory@20 @318 + NtYieldExecution@0 @319 + RtlAbsoluteToSelfRelativeSD@12 @325 + RtlAcquirePebLock@0 @326 + RtlAcquireResourceExclusive@8 @327 + RtlAcquireResourceShared@8 @328 + RtlAcquireSRWLockExclusive@4 @329 + RtlAcquireSRWLockShared@4 @330 + RtlActivateActivationContext@12 @331 + RtlAddAccessAllowedAce@16 @334 + RtlAddAccessAllowedAceEx@20 @335 + RtlAddAccessAllowedObjectAce@28 @336 + RtlAddAccessDeniedAce@16 @337 + RtlAddAccessDeniedAceEx@20 @338 + RtlAddAccessDeniedObjectAce@28 @339 + RtlAddAce@20 @340 + RtlAddAtomToAtomTable@12 @342 + RtlAddAuditAccessAce@24 @344 + RtlAddAuditAccessAceEx@28 @345 + RtlAddAuditAccessObjectAce@36 @346 + RtlAddMandatoryAce@24 @347 + RtlAddRefActivationContext@4 @348 + RtlAddVectoredContinueHandler@8 @349 + RtlAddVectoredExceptionHandler@8 @350 + RtlAdjustPrivilege@16 @351 + RtlAllocateAndInitializeSid@44 @352 + RtlAllocateHandle@8 @353 + RtlAllocateHeap@12 @354 + RtlAnsiCharToUnicodeChar@4 @355 + RtlAnsiStringToUnicodeSize@4 @356 + RtlAnsiStringToUnicodeString@12 @357 + RtlAppendAsciizToString@8 @358 + RtlAppendStringToString@8 @359 + RtlAppendUnicodeStringToString@8 @360 + RtlAppendUnicodeToString@8 @361 + RtlAreAllAccessesGranted@8 @364 + RtlAreAnyAccessesGranted@8 @365 + RtlAreBitsClear@12 @366 + RtlAreBitsSet@12 @367 + RtlAssert@16 @368 + RtlCaptureContext@4 @369 + RtlCaptureStackBackTrace@16 @370 + RtlCharToInteger@12 @371 + RtlCheckRegistryKey@8 @372 + RtlClearAllBits@4 @373 + RtlClearBits@12 @374 + RtlCompactHeap@8 @376 + RtlCompareMemory@12 @377 + RtlCompareMemoryUlong@12 @378 + RtlCompareString@12 @379 + RtlCompareUnicodeString@12 @380 + RtlCompareUnicodeStrings@20 @381 + RtlCompressBuffer@32 @382 + RtlComputeCrc32@12 @383 + RtlConvertLongToLargeInteger@4 @386 + RtlConvertSidToUnicodeString@12 @388 + RtlConvertToAutoInheritSecurityObject@24 @389 + RtlConvertUlongToLargeInteger@4 @391 + RtlCopyLuid@8 @392 + RtlCopyLuidAndAttributesArray@12 @393 + RtlCopySecurityDescriptor@8 @394 + RtlCopySid@12 @395 + RtlCopyString@8 @397 + RtlCopyUnicodeString@8 @398 + RtlCreateAcl@12 @399 + RtlCreateActivationContext@8 @400 + RtlCreateAtomTable@8 @402 + RtlCreateEnvironment@8 @403 + RtlCreateHeap@24 @404 + RtlCreateProcessParameters@40 @405 + RtlCreateQueryDebugBuffer@8 @407 + RtlCreateSecurityDescriptor@8 @409 + RtlCreateTimer@28 @411 + RtlCreateTimerQueue@4 @412 + RtlCreateUnicodeString@8 @413 + RtlCreateUnicodeStringFromAsciiz@8 @414 + RtlCreateUserProcess@40 @415 + RtlCreateUserThread@40 @417 + RtlDeNormalizeProcessParams@4 @420 + RtlDeactivateActivationContext@8 @421 + RtlDecodePointer@4 @424 + RtlDecodeSystemPointer@4=RtlDecodePointer@4 @425 + RtlDecompressBuffer@24 @426 + RtlDecompressFragment@32 @427 + RtlDeleteAce@8 @430 + RtlDeleteAtomFromAtomTable@8 @431 + RtlDeleteCriticalSection@4 @432 + RtlDeleteRegistryValue@12 @438 + RtlDeleteResource@4 @439 + RtlDeleteSecurityObject@4 @440 + RtlDeleteTimer@12 @441 + RtlDeleteTimerQueueEx@8 @442 + RtlDeregisterWait@4 @443 + RtlDeregisterWaitEx@8 @444 + RtlDestroyAtomTable@4 @445 + RtlDestroyEnvironment@4 @446 + RtlDestroyHandleTable@4 @447 + RtlDestroyHeap@4 @448 + RtlDestroyProcessParameters@4 @449 + RtlDestroyQueryDebugBuffer@4 @450 + RtlDetermineDosPathNameType_U@4 @451 + RtlDllShutdownInProgress@0 @452 + RtlDoesFileExists_U@4 @453 + RtlDosPathNameToNtPathName_U@16 @454 + RtlDosPathNameToNtPathName_U_WithStatus@16 @455 + RtlDosSearchPath_U@24 @456 + RtlDowncaseUnicodeChar@4 @457 + RtlDowncaseUnicodeString@12 @458 + RtlDumpResource@4 @459 + RtlDuplicateUnicodeString@12 @460 + RtlEmptyAtomTable@8 @461 + RtlEncodePointer@4 @462 + RtlEncodeSystemPointer@4=RtlEncodePointer@4 @463 + RtlEnlargedIntegerMultiply@8 @464 + RtlEnlargedUnsignedDivide@16 @465 + RtlEnlargedUnsignedMultiply@8 @466 + RtlEnterCriticalSection@4 @467 + RtlEnumerateGenericTableWithoutSplaying@8 @470 + RtlEqualComputerName@8 @472 + RtlEqualDomainName@8 @473 + RtlEqualLuid@8 @474 + RtlEqualPrefixSid@8 @475 + RtlEqualSid@8 @476 + RtlEqualString@12 @477 + RtlEqualUnicodeString@12 @478 + RtlEraseUnicodeString@4 @479 + RtlExitUserProcess@4 @480 + RtlExitUserThread@4 @481 + RtlExpandEnvironmentStrings_U@16 @482 + RtlExtendedIntegerMultiply@12 @484 + RtlExtendedLargeIntegerDivide@16 @485 + RtlExtendedMagicDivide@20 @486 + RtlFillMemory@12 @487 + RtlFillMemoryUlong@12 @488 + RtlFindActivationContextSectionGuid@20 @490 + RtlFindActivationContextSectionString@20 @491 + RtlFindCharInUnicodeString@16 @492 + RtlFindClearBits@12 @493 + RtlFindClearBitsAndSet@12 @494 + RtlFindClearRuns@16 @495 + RtlFindLastBackwardRunClear@12 @496 + RtlFindLastBackwardRunSet@12 @497 + RtlFindLeastSignificantBit@8 @498 + RtlFindLongestRunClear@8 @499 + RtlFindLongestRunSet@8 @500 + RtlFindMessage@20 @501 + RtlFindMostSignificantBit@8 @502 + RtlFindNextForwardRunClear@12 @503 + RtlFindNextForwardRunSet@12 @504 + RtlFindSetBits@12 @506 + RtlFindSetBitsAndClear@12 @507 + RtlFindSetRuns@16 @508 + RtlFirstEntrySList@4 @509 + RtlFirstFreeAce@8 @510 + RtlFormatCurrentUserKeyPath@4 @512 + RtlFormatMessage@32 @513 + RtlFreeAnsiString@4 @514 + RtlFreeHandle@8 @515 + RtlFreeHeap@12 @516 + RtlFreeOemString@4 @517 + RtlFreeSid@4 @518 + RtlFreeThreadActivationContextStack@0 @519 + RtlFreeUnicodeString@4 @520 + RtlGUIDFromString@8 @522 + RtlGetAce@12 @524 + RtlGetActiveActivationContext@4 @525 + RtlGetCompressionWorkSpaceSize@12 @527 + RtlGetControlSecurityDescriptor@12 @528 + RtlGetCurrentDirectory_U@8 @529 + RtlGetCurrentPeb@0 @530 + RtlGetCurrentProcessorNumberEx@4 @531 + RtlGetCurrentTransaction@0 @532 + RtlGetDaclSecurityDescriptor@16 @533 + RtlGetFullPathName_U@16 @535 + RtlGetGroupSecurityDescriptor@12 @536 + RtlGetLastNtStatus@0 @537 + RtlGetLastWin32Error@0 @538 + RtlGetLongestNtPathLength@0 @539 + RtlGetNtGlobalFlags@0 @540 + RtlGetNtProductType@4 @541 + RtlGetNtVersionNumbers@12 @542 + RtlGetOwnerSecurityDescriptor@12 @543 + RtlGetProductInfo@20 @544 + RtlGetProcessHeaps@8 @545 + RtlGetSaclSecurityDescriptor@16 @546 + RtlGetThreadErrorMode@0 @547 + RtlGetUnloadEventTrace@0 @548 + RtlGetVersion@4 @550 + RtlHashUnicodeString@16 @552 + RtlIdentifierAuthoritySid@4 @553 + RtlImageDirectoryEntryToData@16 @554 + RtlImageNtHeader@4 @555 + RtlImageRvaToSection@12 @556 + RtlImageRvaToVa@16 @557 + RtlImpersonateSelf@4 @558 + RtlInitAnsiString@8 @559 + RtlInitAnsiStringEx@8 @560 + RtlInitString@8 @563 + RtlInitUnicodeString@8 @564 + RtlInitUnicodeStringEx@8 @565 + RtlInitializeBitMap@12 @566 + RtlInitializeConditionVariable@4 @567 + RtlInitializeCriticalSection@4 @569 + RtlInitializeCriticalSectionAndSpinCount@8 @570 + RtlInitializeCriticalSectionEx@12 @571 + RtlInitializeGenericTable@20 @572 + RtlInitializeGenericTableAvl@20 @573 + RtlInitializeHandleTable@12 @574 + RtlInitializeResource@4 @576 + RtlInitializeSListHead@4 @577 + RtlInitializeSRWLock@4 @578 + RtlInitializeSid@12 @579 + RtlInsertElementGenericTableAvl@16 @581 + RtlInt64ToUnicodeString@16 @582 + RtlIntegerToChar@16 @583 + RtlIntegerToUnicodeString@12 @584 + RtlInterlockedCompareExchange64@20 @585 + RtlInterlockedFlushSList@4 @586 + RtlInterlockedPopEntrySList@4 @587 + RtlInterlockedPushEntrySList@8 @588 + RtlInterlockedPushListSList@16 @589 + RtlInterlockedPushListSListEx@16 @590 + RtlIpv4AddressToStringA@8 @591 + RtlIpv4AddressToStringExA@16 @592 + RtlIpv4AddressToStringExW@16 @593 + RtlIpv4AddressToStringW@8 @594 + RtlIpv4StringToAddressExW@16 @595 + RtlIpv4StringToAddressW@16 @596 + RtlIsActivationContextActive@4 @597 + RtlIsCriticalSectionLocked@4 @598 + RtlIsCriticalSectionLockedByThread@4 @599 + RtlIsDosDeviceName_U@4 @600 + RtlIsNameLegalDOS8Dot3@12 @602 + RtlIsTextUnicode@12 @603 + RtlIsValidHandle@8 @604 + RtlIsValidIndexHandle@12 @605 + RtlLargeIntegerAdd@16 @606 + RtlLargeIntegerArithmeticShift@12 @607 + RtlLargeIntegerDivide@20 @608 + RtlLargeIntegerNegate@8 @609 + RtlLargeIntegerShiftLeft@12 @610 + RtlLargeIntegerShiftRight@12 @611 + RtlLargeIntegerSubtract@16 @612 + RtlLargeIntegerToChar@16 @613 + RtlLeaveCriticalSection@4 @614 + RtlLengthRequiredSid@4 @615 + RtlLengthSecurityDescriptor@4 @616 + RtlLengthSid@4 @617 + RtlLocalTimeToSystemTime@8 @618 + RtlLockHeap@4 @619 + RtlLookupAtomInAtomTable@12 @620 + RtlMakeSelfRelativeSD@12 @622 + RtlMapGenericMask@8 @623 + RtlMoveMemory@12 @624 + RtlMultiByteToUnicodeN@20 @625 + RtlMultiByteToUnicodeSize@12 @626 + RtlNewSecurityObject@24 @629 + RtlNormalizeProcessParams@4 @630 + RtlNtStatusToDosError@4 @631 + RtlNtStatusToDosErrorNoTeb@4 @632 + RtlNumberGenericTableElements@4 @633 + RtlNumberOfClearBits@4 @634 + RtlNumberOfSetBits@4 @635 + RtlOemStringToUnicodeSize@4 @636 + RtlOemStringToUnicodeString@12 @637 + RtlOemToUnicodeN@20 @638 + RtlOpenCurrentUser@8 @639 + RtlPcToFileHeader@8 @640 + RtlPinAtomInAtomTable@8 @641 + RtlPrefixString@12 @642 + RtlPrefixUnicodeString@12 @643 + RtlQueryAtomInAtomTable@24 @646 + RtlQueryDepthSList@4 @647 + RtlQueryDynamicTimeZoneInformation@4 @648 + RtlQueryEnvironmentVariable_U@12 @649 + RtlQueryHeapInformation@20 @650 + RtlQueryInformationAcl@16 @651 + RtlQueryInformationActivationContext@28 @652 + RtlQueryProcessDebugInformation@12 @656 + RtlQueryRegistryValues@20 @662 + RtlQueryTimeZoneInformation@4 @665 + RtlQueryUnbiasedInterruptTime@4 @666 + RtlQueueWorkItem@12 @668 + RtlRaiseException@4 @669 + RtlRaiseStatus@4 @670 + RtlRandom@4 @671 + RtlReAllocateHeap@16 @673 + RtlRegisterWait@24 @679 + RtlReleaseActivationContext@4 @680 + RtlReleasePebLock@0 @682 + RtlReleaseResource@4 @683 + RtlReleaseSRWLockExclusive@4 @684 + RtlReleaseSRWLockShared@4 @685 + RtlRemoveVectoredContinueHandler@4 @687 + RtlRemoveVectoredExceptionHandler@4 @688 + RtlRestoreLastWin32Error@4=RtlSetLastWin32Error@4 @690 + RtlRunOnceBeginInitialize@12 @694 + RtlRunOnceComplete@12 @695 + RtlRunOnceExecuteOnce@16 @696 + RtlRunOnceInitialize@4 @697 + RtlSecondsSince1970ToTime@8 @698 + RtlSecondsSince1980ToTime@8 @699 + RtlSelfRelativeToAbsoluteSD@44 @700 + RtlSetAllBits@4 @701 + RtlSetBits@12 @702 + RtlSetControlSecurityDescriptor@12 @703 + RtlSetCriticalSectionSpinCount@8 @704 + RtlSetCurrentDirectory_U@4 @705 + RtlSetCurrentEnvironment@8 @706 + RtlSetCurrentTransaction@4 @707 + RtlSetDaclSecurityDescriptor@16 @708 + RtlSetEnvironmentVariable@12 @709 + RtlSetGroupSecurityDescriptor@12 @710 + RtlSetHeapInformation@16 @711 + RtlSetIoCompletionCallback@12 @713 + RtlSetLastWin32Error@4 @714 + RtlSetLastWin32ErrorAndNtStatusFromNtStatus@4 @715 + RtlSetOwnerSecurityDescriptor@12 @716 + RtlSetSaclSecurityDescriptor@16 @721 + RtlSetThreadErrorMode@8 @723 + RtlSetTimeZoneInformation@4 @724 + RtlSizeHeap@12 @728 + RtlSleepConditionVariableCS@12 @729 + RtlSleepConditionVariableSRW@16 @730 + RtlStringFromGUID@8 @733 + RtlSubAuthorityCountSid@4 @734 + RtlSubAuthoritySid@8 @735 + RtlSystemTimeToLocalTime@8 @738 + RtlTimeFieldsToTime@8 @739 + RtlTimeToElapsedTimeFields@8 @740 + RtlTimeToSecondsSince1970@8 @741 + RtlTimeToSecondsSince1980@8 @742 + RtlTimeToTimeFields@8 @743 + RtlTryAcquireSRWLockExclusive@4 @744 + RtlTryAcquireSRWLockShared@4 @745 + RtlTryEnterCriticalSection@4 @746 + RtlUlongByteSwap=NTDLL_RtlUlongByteSwap @747 + RtlUlonglongByteSwap @748 + RtlUnicodeStringToAnsiSize@4 @749 + RtlUnicodeStringToAnsiString@12 @750 + RtlUnicodeStringToInteger@12 @752 + RtlUnicodeStringToOemSize@4 @753 + RtlUnicodeStringToOemString@12 @754 + RtlUnicodeToMultiByteN@20 @756 + RtlUnicodeToMultiByteSize@12 @757 + RtlUnicodeToOemN@20 @758 + RtlUniform@4 @759 + RtlUnlockHeap@4 @760 + RtlUnwind@16 @761 + RtlUpcaseUnicodeChar@4 @762 + RtlUpcaseUnicodeString@12 @763 + RtlUpcaseUnicodeStringToAnsiString@12 @764 + RtlUpcaseUnicodeStringToCountedOemString@12 @765 + RtlUpcaseUnicodeStringToOemString@12 @766 + RtlUpcaseUnicodeToMultiByteN@20 @768 + RtlUpcaseUnicodeToOemN@20 @769 + RtlUpdateTimer@16 @770 + RtlUpperChar@4 @771 + RtlUpperString@8 @772 + RtlUshortByteSwap=NTDLL_RtlUshortByteSwap @774 + RtlValidAcl@4 @775 + RtlValidRelativeSecurityDescriptor@12 @776 + RtlValidSecurityDescriptor@4 @777 + RtlValidSid@4 @778 + RtlValidateHeap@12 @779 + RtlVerifyVersionInfo@16 @781 + RtlWakeAllConditionVariable@4 @782 + RtlWakeConditionVariable@4 @783 + RtlWalkHeap@8 @785 + RtlWow64EnableFsRedirection@4 @786 + RtlWow64EnableFsRedirectionEx@8 @787 + RtlWriteRegistryValue@24 @789 + RtlZeroMemory@8 @791 + RtlZombifyActivationContext@4 @792 + RtlpNtCreateKey@28 @793 + RtlpNtEnumerateSubKey@12 @794 + RtlpNtMakeTemporaryKey@4 @795 + RtlpNtOpenKey@12 @796 + RtlpNtQueryValueKey@20 @797 + RtlpNtSetValueKey@16 @798 + RtlpUnWaitCriticalSection@4 @799 + RtlpWaitForCriticalSection@4 @800 + RtlxAnsiStringToUnicodeSize@4=RtlAnsiStringToUnicodeSize@4 @801 + RtlxOemStringToUnicodeSize@4=RtlOemStringToUnicodeSize@4 @802 + RtlxUnicodeStringToAnsiSize@4=RtlUnicodeStringToAnsiSize@4 @803 + RtlxUnicodeStringToOemSize@4=RtlUnicodeStringToOemSize@4 @804 + TpAllocCleanupGroup@4 @805 + TpAllocPool@8 @806 + TpAllocTimer@16 @807 + TpAllocWait@16 @808 + TpAllocWork@16 @809 + TpCallbackLeaveCriticalSectionOnCompletion@8 @810 + TpCallbackMayRunLong@4 @811 + TpCallbackReleaseMutexOnCompletion@8 @812 + TpCallbackReleaseSemaphoreOnCompletion@12 @813 + TpCallbackSetEventOnCompletion@8 @814 + TpCallbackUnloadDllOnCompletion@8 @815 + TpDisassociateCallback@4 @816 + TpIsTimerSet@4 @817 + TpPostWork@4 @818 + TpReleaseCleanupGroup@4 @819 + TpReleaseCleanupGroupMembers@12 @820 + TpReleasePool@4 @821 + TpReleaseTimer@4 @822 + TpReleaseWait@4 @823 + TpReleaseWork@4 @824 + TpSetPoolMaxThreads@8 @825 + TpSetPoolMinThreads@8 @826 + TpSetTimer@16 @827 + TpSetWait@12 @828 + TpSimpleTryPost@12 @829 + TpWaitForTimer@8 @830 + TpWaitForWait@8 @831 + TpWaitForWork@8 @832 + VerSetConditionMask@16 @833 + WinSqmEndSession@4 @834 + WinSqmIsOptedIn@0 @835 + WinSqmStartSession@12 @836 + ZwAcceptConnectPort@24=NtAcceptConnectPort@24 @837 PRIVATE + ZwAccessCheck@32=NtAccessCheck@32 @838 PRIVATE + ZwAccessCheckAndAuditAlarm@44=NtAccessCheckAndAuditAlarm@44 @839 PRIVATE + ZwAddAtom@12=NtAddAtom@12 @840 PRIVATE + ZwAdjustGroupsToken@24=NtAdjustGroupsToken@24 @841 PRIVATE + ZwAdjustPrivilegesToken@24=NtAdjustPrivilegesToken@24 @842 PRIVATE + ZwAlertResumeThread@8=NtAlertResumeThread@8 @843 PRIVATE + ZwAlertThread@4=NtAlertThread@4 @844 PRIVATE + ZwAllocateLocallyUniqueId@4=NtAllocateLocallyUniqueId@4 @845 PRIVATE + ZwAllocateUuids@12=NtAllocateUuids@12 @846 PRIVATE + ZwAllocateVirtualMemory@24=NtAllocateVirtualMemory@24 @847 PRIVATE + ZwAreMappedFilesTheSame@8=NtAreMappedFilesTheSame@8 @848 PRIVATE + ZwAssignProcessToJobObject@8=NtAssignProcessToJobObject@8 @849 PRIVATE + ZwCancelIoFile@8=NtCancelIoFile@8 @851 PRIVATE + ZwCancelIoFileEx@12=NtCancelIoFileEx@12 @852 PRIVATE + ZwCancelTimer@8=NtCancelTimer@8 @853 PRIVATE + ZwClearEvent@4=NtClearEvent@4 @854 PRIVATE + ZwClose@4=NtClose@4 @855 PRIVATE + ZwCompleteConnectPort@4=NtCompleteConnectPort@4 @857 PRIVATE + ZwConnectPort@32=NtConnectPort@32 @858 PRIVATE + ZwCreateDirectoryObject@12=NtCreateDirectoryObject@12 @860 PRIVATE + ZwCreateEvent@20=NtCreateEvent@20 @861 PRIVATE + ZwCreateFile@44=NtCreateFile@44 @863 PRIVATE + ZwCreateIoCompletion@16=NtCreateIoCompletion@16 @864 PRIVATE + ZwCreateJobObject@12=NtCreateJobObject@12 @865 PRIVATE + ZwCreateKey@28=NtCreateKey@28 @866 PRIVATE + ZwCreateKeyTransacted@32=NtCreateKeyTransacted@32 @867 PRIVATE + ZwCreateKeyedEvent@16=NtCreateKeyedEvent@16 @868 PRIVATE + ZwCreateMailslotFile@32=NtCreateMailslotFile@32 @869 PRIVATE + ZwCreateMutant@16=NtCreateMutant@16 @870 PRIVATE + ZwCreateNamedPipeFile@56=NtCreateNamedPipeFile@56 @871 PRIVATE + ZwCreatePagingFile@16=NtCreatePagingFile@16 @872 PRIVATE + ZwCreatePort@20=NtCreatePort@20 @873 PRIVATE + ZwCreateSection@28=NtCreateSection@28 @876 PRIVATE + ZwCreateSemaphore@20=NtCreateSemaphore@20 @877 PRIVATE + ZwCreateSymbolicLinkObject@16=NtCreateSymbolicLinkObject@16 @878 PRIVATE + ZwCreateTimer@16=NtCreateTimer@16 @880 PRIVATE + ZwDelayExecution@8=NtDelayExecution@8 @882 PRIVATE + ZwDeleteAtom@4=NtDeleteAtom@4 @883 PRIVATE + ZwDeleteFile@4=NtDeleteFile@4 @884 PRIVATE + ZwDeleteKey@4=NtDeleteKey@4 @885 PRIVATE + ZwDeleteValueKey@8=NtDeleteValueKey@8 @886 PRIVATE + ZwDeviceIoControlFile@40=NtDeviceIoControlFile@40 @887 PRIVATE + ZwDisplayString@4=NtDisplayString@4 @888 PRIVATE + ZwDuplicateObject@28=NtDuplicateObject@28 @889 PRIVATE + ZwDuplicateToken@24=NtDuplicateToken@24 @890 PRIVATE + ZwEnumerateKey@24=NtEnumerateKey@24 @892 PRIVATE + ZwEnumerateValueKey@24=NtEnumerateValueKey@24 @893 PRIVATE + ZwFindAtom@12=NtFindAtom@12 @895 PRIVATE + ZwFlushBuffersFile@8=NtFlushBuffersFile@8 @896 PRIVATE + ZwFlushInstructionCache@12=NtFlushInstructionCache@12 @897 PRIVATE + ZwFlushKey@4=NtFlushKey@4 @898 PRIVATE + ZwFlushVirtualMemory@16=NtFlushVirtualMemory@16 @899 PRIVATE + ZwFreeVirtualMemory@16=NtFreeVirtualMemory@16 @901 PRIVATE + ZwFsControlFile@40=NtFsControlFile@40 @902 PRIVATE + ZwGetContextThread@8=NtGetContextThread@8 @903 PRIVATE + ZwGetCurrentProcessorNumber@0=NtGetCurrentProcessorNumber@0 @904 PRIVATE + ZwGetTickCount@0=NtGetTickCount@0 @906 PRIVATE + ZwGetWriteWatch@28=NtGetWriteWatch@28 @907 PRIVATE + ZwImpersonateAnonymousToken@4=NtImpersonateAnonymousToken@4 @908 PRIVATE + ZwInitiatePowerAction@16=NtInitiatePowerAction@16 @912 PRIVATE + ZwIsProcessInJob@8=NtIsProcessInJob@8 @913 PRIVATE + ZwListenPort@8=NtListenPort@8 @914 PRIVATE + ZwLoadDriver@4=NtLoadDriver@4 @915 PRIVATE + ZwLoadKey2@12=NtLoadKey2@12 @916 PRIVATE + ZwLoadKey@8=NtLoadKey@8 @917 PRIVATE + ZwLockFile@40=NtLockFile@40 @918 PRIVATE + ZwLockVirtualMemory@16=NtLockVirtualMemory@16 @919 PRIVATE + ZwMakeTemporaryObject@4=NtMakeTemporaryObject@4 @920 PRIVATE + ZwMapViewOfSection@40=NtMapViewOfSection@40 @921 PRIVATE + ZwNotifyChangeDirectoryFile@36=NtNotifyChangeDirectoryFile@36 @922 PRIVATE + ZwNotifyChangeKey@40=NtNotifyChangeKey@40 @923 PRIVATE + ZwNotifyChangeMultipleKeys@48=NtNotifyChangeMultipleKeys@48 @924 PRIVATE + ZwOpenDirectoryObject@12=NtOpenDirectoryObject@12 @925 PRIVATE + ZwOpenEvent@12=NtOpenEvent@12 @926 PRIVATE + ZwOpenFile@24=NtOpenFile@24 @928 PRIVATE + ZwOpenIoCompletion@12=NtOpenIoCompletion@12 @929 PRIVATE + ZwOpenJobObject@12=NtOpenJobObject@12 @930 PRIVATE + ZwOpenKey@12=NtOpenKey@12 @931 PRIVATE + ZwOpenKeyEx@16=NtOpenKeyEx@16 @932 PRIVATE + ZwOpenKeyTransacted@16=NtOpenKeyTransacted@16 @933 PRIVATE + ZwOpenKeyTransactedEx@20=NtOpenKeyTransactedEx@20 @934 PRIVATE + ZwOpenKeyedEvent@12=NtOpenKeyedEvent@12 @935 PRIVATE + ZwOpenMutant@12=NtOpenMutant@12 @936 PRIVATE + ZwOpenProcess@16=NtOpenProcess@16 @938 PRIVATE + ZwOpenProcessToken@12=NtOpenProcessToken@12 @939 PRIVATE + ZwOpenProcessTokenEx@16=NtOpenProcessTokenEx@16 @940 PRIVATE + ZwOpenSection@12=NtOpenSection@12 @941 PRIVATE + ZwOpenSemaphore@12=NtOpenSemaphore@12 @942 PRIVATE + ZwOpenSymbolicLinkObject@12=NtOpenSymbolicLinkObject@12 @943 PRIVATE + ZwOpenThread@16=NtOpenThread@16 @944 PRIVATE + ZwOpenThreadToken@16=NtOpenThreadToken@16 @945 PRIVATE + ZwOpenThreadTokenEx@20=NtOpenThreadTokenEx@20 @946 PRIVATE + ZwOpenTimer@12=NtOpenTimer@12 @947 PRIVATE + ZwPowerInformation@20=NtPowerInformation@20 @949 PRIVATE + ZwPrivilegeCheck@12=NtPrivilegeCheck@12 @950 PRIVATE + ZwProtectVirtualMemory@20=NtProtectVirtualMemory@20 @953 PRIVATE + ZwPulseEvent@8=NtPulseEvent@8 @954 PRIVATE + ZwQueryAttributesFile@8=NtQueryAttributesFile@8 @955 PRIVATE + ZwQueryDefaultLocale@8=NtQueryDefaultLocale@8 @956 PRIVATE + ZwQueryDefaultUILanguage@4=NtQueryDefaultUILanguage@4 @957 PRIVATE + ZwQueryDirectoryFile@44=NtQueryDirectoryFile@44 @958 PRIVATE + ZwQueryDirectoryObject@28=NtQueryDirectoryObject@28 @959 PRIVATE + ZwQueryEaFile@36=NtQueryEaFile@36 @960 PRIVATE + ZwQueryEvent@20=NtQueryEvent@20 @961 PRIVATE + ZwQueryFullAttributesFile@8=NtQueryFullAttributesFile@8 @962 PRIVATE + ZwQueryInformationAtom@20=NtQueryInformationAtom@20 @963 PRIVATE + ZwQueryInformationFile@20=NtQueryInformationFile@20 @964 PRIVATE + ZwQueryInformationJobObject@20=NtQueryInformationJobObject@20 @965 PRIVATE + ZwQueryInformationProcess@20=NtQueryInformationProcess@20 @967 PRIVATE + ZwQueryInformationThread@20=NtQueryInformationThread@20 @968 PRIVATE + ZwQueryInformationToken@20=NtQueryInformationToken@20 @969 PRIVATE + ZwQueryInstallUILanguage@4=NtQueryInstallUILanguage@4 @970 PRIVATE + ZwQueryIoCompletion@20=NtQueryIoCompletion@20 @972 PRIVATE + ZwQueryKey@20=NtQueryKey@20 @973 PRIVATE + ZwQueryLicenseValue@20=NtQueryLicenseValue@20 @974 PRIVATE + ZwQueryMultipleValueKey@24=NtQueryMultipleValueKey@24 @975 PRIVATE + ZwQueryMutant@20=NtQueryMutant@20 @976 PRIVATE + ZwQueryObject@20=NtQueryObject@20 @977 PRIVATE + ZwQueryPerformanceCounter@8=NtQueryPerformanceCounter@8 @979 PRIVATE + ZwQuerySection@20=NtQuerySection@20 @980 PRIVATE + ZwQuerySecurityObject@20=NtQuerySecurityObject@20 @981 PRIVATE + ZwQuerySemaphore@20=NtQuerySemaphore@20 @982 PRIVATE + ZwQuerySymbolicLinkObject@12=NtQuerySymbolicLinkObject@12 @983 PRIVATE + ZwQuerySystemEnvironmentValue@16=NtQuerySystemEnvironmentValue@16 @984 PRIVATE + ZwQuerySystemEnvironmentValueEx@20=NtQuerySystemEnvironmentValueEx@20 @985 PRIVATE + ZwQuerySystemInformation@16=NtQuerySystemInformation@16 @986 PRIVATE + ZwQuerySystemInformationEx@24=NtQuerySystemInformationEx@24 @987 PRIVATE + ZwQuerySystemTime@4=NtQuerySystemTime@4 @988 PRIVATE + ZwQueryTimer@20=NtQueryTimer@20 @989 PRIVATE + ZwQueryTimerResolution@12=NtQueryTimerResolution@12 @990 PRIVATE + ZwQueryValueKey@24=NtQueryValueKey@24 @991 PRIVATE + ZwQueryVirtualMemory@24=NtQueryVirtualMemory@24 @992 PRIVATE + ZwQueryVolumeInformationFile@20=NtQueryVolumeInformationFile@20 @993 PRIVATE + ZwQueueApcThread@20=NtQueueApcThread@20 @994 PRIVATE + ZwRaiseException@12=NtRaiseException@12 @995 PRIVATE + ZwRaiseHardError@24=NtRaiseHardError@24 @996 PRIVATE + ZwReadFile@36=NtReadFile@36 @997 PRIVATE + ZwReadFileScatter@36=NtReadFileScatter@36 @998 PRIVATE + ZwReadVirtualMemory@20=NtReadVirtualMemory@20 @1000 PRIVATE + ZwRegisterThreadTerminatePort@4=NtRegisterThreadTerminatePort@4 @1002 PRIVATE + ZwReleaseKeyedEvent@16=NtReleaseKeyedEvent@16 @1003 PRIVATE + ZwReleaseMutant@8=NtReleaseMutant@8 @1004 PRIVATE + ZwReleaseSemaphore@12=NtReleaseSemaphore@12 @1006 PRIVATE + ZwRemoveIoCompletion@20=NtRemoveIoCompletion@20 @1007 PRIVATE + ZwRenameKey@8=NtRenameKey@8 @1008 PRIVATE + ZwReplaceKey@12=NtReplaceKey@12 @1009 PRIVATE + ZwReplyWaitReceivePort@16=NtReplyWaitReceivePort@16 @1011 PRIVATE + ZwRequestWaitReplyPort@12=NtRequestWaitReplyPort@12 @1015 PRIVATE + ZwResetEvent@8=NtResetEvent@8 @1016 PRIVATE + ZwResetWriteWatch@12=NtResetWriteWatch@12 @1017 PRIVATE + ZwRestoreKey@12=NtRestoreKey@12 @1018 PRIVATE + ZwResumeProcess@4=NtResumeProcess@4 @1019 PRIVATE + ZwResumeThread@8=NtResumeThread@8 @1020 PRIVATE + ZwSaveKey@8=NtSaveKey@8 @1021 PRIVATE + ZwSecureConnectPort@36=NtSecureConnectPort@36 @1022 PRIVATE + ZwSetContextThread@8=NtSetContextThread@8 @1023 PRIVATE + ZwSetDefaultLocale@8=NtSetDefaultLocale@8 @1026 PRIVATE + ZwSetDefaultUILanguage@4=NtSetDefaultUILanguage@4 @1027 PRIVATE + ZwSetEaFile@16=NtSetEaFile@16 @1028 PRIVATE + ZwSetEvent@8=NtSetEvent@8 @1029 PRIVATE + ZwSetInformationFile@20=NtSetInformationFile@20 @1033 PRIVATE + ZwSetInformationJobObject@16=NtSetInformationJobObject@16 @1034 PRIVATE + ZwSetInformationKey@16=NtSetInformationKey@16 @1035 PRIVATE + ZwSetInformationObject@16=NtSetInformationObject@16 @1036 PRIVATE + ZwSetInformationProcess@16=NtSetInformationProcess@16 @1037 PRIVATE + ZwSetInformationThread@16=NtSetInformationThread@16 @1038 PRIVATE + ZwSetInformationToken@16=NtSetInformationToken@16 @1039 PRIVATE + ZwSetIntervalProfile@8=NtSetIntervalProfile@8 @1040 PRIVATE + ZwSetIoCompletion@20=NtSetIoCompletion@20 @1041 PRIVATE + ZwSetLdtEntries@24=NtSetLdtEntries@24 @1042 PRIVATE + ZwSetSecurityObject@12=NtSetSecurityObject@12 @1046 PRIVATE + ZwSetSystemInformation@12=NtSetSystemInformation@12 @1048 PRIVATE + ZwSetSystemTime@8=NtSetSystemTime@8 @1050 PRIVATE + ZwSetTimer@28=NtSetTimer@28 @1051 PRIVATE + ZwSetTimerResolution@12=NtSetTimerResolution@12 @1052 PRIVATE + ZwSetValueKey@24=NtSetValueKey@24 @1053 PRIVATE + ZwSetVolumeInformationFile@20=NtSetVolumeInformationFile@20 @1054 PRIVATE + ZwShutdownSystem@4=NtShutdownSystem@4 @1055 PRIVATE + ZwSignalAndWaitForSingleObject@16=NtSignalAndWaitForSingleObject@16 @1056 PRIVATE + ZwSuspendProcess@4=NtSuspendProcess@4 @1059 PRIVATE + ZwSuspendThread@8=NtSuspendThread@8 @1060 PRIVATE + ZwSystemDebugControl@24=NtSystemDebugControl@24 @1061 PRIVATE + ZwTerminateJobObject@8=NtTerminateJobObject@8 @1062 PRIVATE + ZwTerminateProcess@8=NtTerminateProcess@8 @1063 PRIVATE + ZwTerminateThread@8=NtTerminateThread@8 @1064 PRIVATE + ZwUnloadDriver@4=NtUnloadDriver@4 @1066 PRIVATE + ZwUnloadKey@4=NtUnloadKey@4 @1067 PRIVATE + ZwUnlockFile@20=NtUnlockFile@20 @1069 PRIVATE + ZwUnlockVirtualMemory@16=NtUnlockVirtualMemory@16 @1070 PRIVATE + ZwUnmapViewOfSection@8=NtUnmapViewOfSection@8 @1071 PRIVATE + ZwWaitForKeyedEvent@16=NtWaitForKeyedEvent@16 @1074 PRIVATE + ZwWaitForMultipleObjects@20=NtWaitForMultipleObjects@20 @1075 PRIVATE + ZwWaitForSingleObject@12=NtWaitForSingleObject@12 @1077 PRIVATE + ZwWriteFile@36=NtWriteFile@36 @1080 PRIVATE + ZwWriteFileGather@36=NtWriteFileGather@36 @1081 PRIVATE + ZwWriteVirtualMemory@20=NtWriteVirtualMemory@20 @1083 PRIVATE + ZwYieldExecution@0=NtYieldExecution@0 @1084 PRIVATE + _CIcos=NTDLL__CIcos @1085 PRIVATE + _CIlog=NTDLL__CIlog @1086 PRIVATE + _CIpow=NTDLL__CIpow @1087 PRIVATE + _CIsin=NTDLL__CIsin @1088 PRIVATE + _CIsqrt=NTDLL__CIsqrt @1089 PRIVATE + __isascii=NTDLL___isascii @1090 PRIVATE + __iscsym=NTDLL___iscsym @1091 PRIVATE + __iscsymf=NTDLL___iscsymf @1092 PRIVATE + __toascii=NTDLL___toascii @1093 PRIVATE + _alldiv@16 @1094 PRIVATE + _allmul@16 @1095 PRIVATE + _alloca_probe@0 @1096 PRIVATE + _allrem@16 @1097 PRIVATE + _allshl@12 @1098 PRIVATE + _allshr@12 @1099 PRIVATE + _atoi64 @1100 PRIVATE + _aulldiv@16 @1101 PRIVATE + _aullrem@16 @1102 PRIVATE + _aullshr@12 @1103 PRIVATE + _chkstk@0 @1104 PRIVATE + _ftol=NTDLL__ftol @1106 PRIVATE + _i64toa @1107 PRIVATE + _i64tow @1108 PRIVATE + _itoa @1109 PRIVATE + _itow @1110 PRIVATE + _lfind @1111 PRIVATE + _ltoa @1112 PRIVATE + _ltow @1113 PRIVATE + _memccpy @1114 PRIVATE + _memicmp @1115 PRIVATE + _snprintf=NTDLL__snprintf @1116 PRIVATE + _snwprintf=NTDLL__snwprintf @1117 PRIVATE + _splitpath @1118 PRIVATE + _strcmpi=_stricmp @1119 PRIVATE + _stricmp @1120 PRIVATE + _strlwr @1121 PRIVATE + _strnicmp @1122 PRIVATE + _strupr @1123 PRIVATE + _tolower=NTDLL__tolower @1124 PRIVATE + _toupper=NTDLL__toupper @1125 PRIVATE + _ui64toa @1126 PRIVATE + _ui64tow @1127 PRIVATE + _ultoa @1128 PRIVATE + _ultow @1129 PRIVATE + _vsnprintf=NTDLL__vsnprintf @1130 PRIVATE + _vsnwprintf=NTDLL__vsnwprintf @1131 PRIVATE + _wcsicmp=NTDLL__wcsicmp @1132 PRIVATE + _wcslwr=NTDLL__wcslwr @1133 PRIVATE + _wcsnicmp=NTDLL__wcsnicmp @1134 PRIVATE + _wcsupr=NTDLL__wcsupr @1135 PRIVATE + _wtoi @1136 PRIVATE + _wtoi64 @1137 PRIVATE + _wtol @1138 PRIVATE + abs=NTDLL_abs @1139 PRIVATE + atan=NTDLL_atan @1140 PRIVATE + atoi=NTDLL_atoi @1141 PRIVATE + atol=NTDLL_atol @1142 PRIVATE + bsearch=NTDLL_bsearch @1143 PRIVATE + ceil=NTDLL_ceil @1144 PRIVATE + cos=NTDLL_cos @1145 PRIVATE + fabs=NTDLL_fabs @1146 PRIVATE + floor=NTDLL_floor @1147 PRIVATE + isalnum=NTDLL_isalnum @1148 PRIVATE + isalpha=NTDLL_isalpha @1149 PRIVATE + iscntrl=NTDLL_iscntrl @1150 PRIVATE + isdigit=NTDLL_isdigit @1151 PRIVATE + isgraph=NTDLL_isgraph @1152 PRIVATE + islower=NTDLL_islower @1153 PRIVATE + isprint=NTDLL_isprint @1154 PRIVATE + ispunct=NTDLL_ispunct @1155 PRIVATE + isspace=NTDLL_isspace @1156 PRIVATE + isupper=NTDLL_isupper @1157 PRIVATE + iswalpha=NTDLL_iswalpha @1158 PRIVATE + iswctype=NTDLL_iswctype @1159 PRIVATE + iswdigit=NTDLL_iswdigit @1160 PRIVATE + iswlower=NTDLL_iswlower @1161 PRIVATE + iswspace=NTDLL_iswspace @1162 PRIVATE + iswxdigit=NTDLL_iswxdigit @1163 PRIVATE + isxdigit=NTDLL_isxdigit @1164 PRIVATE + labs=NTDLL_labs @1165 PRIVATE + log=NTDLL_log @1166 PRIVATE + mbstowcs=NTDLL_mbstowcs @1167 PRIVATE + memchr=NTDLL_memchr @1168 PRIVATE + memcmp=NTDLL_memcmp @1169 PRIVATE + memcpy=NTDLL_memcpy @1170 PRIVATE + memmove=NTDLL_memmove @1171 PRIVATE + memset=NTDLL_memset @1172 PRIVATE + pow=NTDLL_pow @1173 PRIVATE + qsort=NTDLL_qsort @1174 PRIVATE + sin=NTDLL_sin @1175 PRIVATE + sprintf=NTDLL_sprintf @1176 PRIVATE + sqrt=NTDLL_sqrt @1177 PRIVATE + sscanf=NTDLL_sscanf @1178 PRIVATE + strcat=NTDLL_strcat @1179 PRIVATE + strchr=NTDLL_strchr @1180 PRIVATE + strcmp=NTDLL_strcmp @1181 PRIVATE + strcpy=NTDLL_strcpy @1182 PRIVATE + strcspn=NTDLL_strcspn @1183 PRIVATE + strlen=NTDLL_strlen @1184 PRIVATE + strncat=NTDLL_strncat @1185 PRIVATE + strncmp=NTDLL_strncmp @1186 PRIVATE + strncpy=NTDLL_strncpy @1187 PRIVATE + strpbrk=NTDLL_strpbrk @1188 PRIVATE + strrchr=NTDLL_strrchr @1189 PRIVATE + strspn=NTDLL_strspn @1190 PRIVATE + strstr=NTDLL_strstr @1191 PRIVATE + strtol=NTDLL_strtol @1192 PRIVATE + strtoul=NTDLL_strtoul @1193 PRIVATE + swprintf=NTDLL_swprintf @1194 PRIVATE + tan=NTDLL_tan @1195 PRIVATE + tolower=NTDLL_tolower @1196 PRIVATE + toupper=NTDLL_toupper @1197 PRIVATE + towlower=NTDLL_towlower @1198 PRIVATE + towupper=NTDLL_towupper @1199 PRIVATE + vDbgPrintEx@16 @1200 + vDbgPrintExWithPrefix@20 @1201 + vsprintf=NTDLL_vsprintf @1202 PRIVATE + wcscat=NTDLL_wcscat @1203 PRIVATE + wcschr=NTDLL_wcschr @1204 PRIVATE + wcscmp=NTDLL_wcscmp @1205 PRIVATE + wcscpy=NTDLL_wcscpy @1206 PRIVATE + wcscspn=NTDLL_wcscspn @1207 PRIVATE + wcslen=NTDLL_wcslen @1208 PRIVATE + wcsncat=NTDLL_wcsncat @1209 PRIVATE + wcsncmp=NTDLL_wcsncmp @1210 PRIVATE + wcsncpy=NTDLL_wcsncpy @1211 PRIVATE + wcspbrk=NTDLL_wcspbrk @1212 PRIVATE + wcsrchr=NTDLL_wcsrchr @1213 PRIVATE + wcsspn=NTDLL_wcsspn @1214 PRIVATE + wcsstr=NTDLL_wcsstr @1215 PRIVATE + wcstok=NTDLL_wcstok @1216 PRIVATE + wcstol=NTDLL_wcstol @1217 PRIVATE + wcstombs=NTDLL_wcstombs @1218 PRIVATE + wcstoul=NTDLL_wcstoul @1219 PRIVATE + __wine_enter_vm86 @1220 + wine_server_call @1221 + wine_server_fd_to_handle @1222 + wine_server_handle_to_fd @1223 + wine_server_release_fd @1224 + wine_server_send_fd @1225 + __wine_make_process_system @1226 + __wine_locked_recvmsg @1227 + wine_get_version=NTDLL_wine_get_version @1228 + wine_get_build_id=NTDLL_wine_get_build_id @1229 + wine_get_host_version=NTDLL_wine_get_host_version @1230 + __wine_init_codepages @1231 + __wine_set_signal_handler @1232 + wine_nt_to_unix_file_name @1233 + wine_unix_to_nt_file_name @1234 + __wine_init_windows_dir @1235 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntoskrnl.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntoskrnl.def new file mode 100644 index 0000000..6648f5e --- /dev/null +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntoskrnl.def @@ -0,0 +1,614 @@ +; File generated automatically from ./dlls/ntoskrnl.exe/ntoskrnl.exe.spec; do not edit! + +LIBRARY ntoskrnl.exe + +EXPORTS + ExfInterlockedRemoveHeadList@8 @25 + InterlockedCompareExchange@12=NTOSKRNL_InterlockedCompareExchange@12 @31 + InterlockedDecrement@4=NTOSKRNL_InterlockedDecrement@4 @32 + InterlockedExchange@8=NTOSKRNL_InterlockedExchange@8 @33 + InterlockedExchangeAdd@8=NTOSKRNL_InterlockedExchangeAdd@8 @34 + InterlockedIncrement@4=NTOSKRNL_InterlockedIncrement@4 @35 + InterlockedPopEntrySList@4=NTOSKRNL_InterlockedPopEntrySList@4 @36 + InterlockedPushEntrySList@8=NTOSKRNL_InterlockedPushEntrySList@8 @37 + IofCallDriver@8 @42 + IofCompleteRequest@8 @43 + KeAcquireInStackQueuedSpinLock@8 @44 + KeReleaseInStackQueuedSpinLock@4 @46 + ObfDereferenceObject@4 @53 + ObfReferenceObject@4 @54 + RtlUlongByteSwap=ntdll.RtlUlongByteSwap @56 + RtlUlonglongByteSwap=ntdll.RtlUlonglongByteSwap @57 + RtlUshortByteSwap=ntdll.RtlUshortByteSwap @58 + CmRegisterCallback@12 @105 + CmUnRegisterCallback@8 @106 + DbgBreakPoint@0=ntdll.DbgBreakPoint @107 + DbgPrint=ntdll.DbgPrint @110 + DbgPrintEx=ntdll.DbgPrintEx @111 + ExAcquireResourceExclusiveLite@8 @116 + ExAllocatePool@8 @121 + ExAllocatePoolWithQuota@8 @122 + ExAllocatePoolWithQuotaTag@12 @123 + ExAllocatePoolWithTag@12 @124 + ExCreateCallback@16 @127 + ExDeleteNPagedLookasideList@4 @128 + ExDeletePagedLookasideList@4 @129 + ExDeleteResourceLite@4 @130 + ExFreePool@4 @136 + ExFreePoolWithTag@8 @137 + ExInitializeNPagedLookasideList@28 @144 + ExInitializePagedLookasideList@28 @145 + ExInitializeResourceLite@4 @146 + ExInitializeZone@16 @147 + ExInterlockedRemoveHeadList@8 @158 + ExLocalTimeToSystemTime@8=ntdll.RtlLocalTimeToSystemTime @162 + ExReleaseResourceForThreadLite@8 @173 + ExSystemTimeToLocalTime@8=ntdll.RtlSystemTimeToLocalTime @178 + FsRtlRegisterUncProvider@12 @276 + InitSafeBootMode @307 DATA + IoAcquireCancelSpinLock@4 @308 + IoAcquireRemoveLockEx@20 @309 + IoAllocateDriverObjectExtension@16 @314 + IoAllocateErrorLogEntry@8 @315 + IoAllocateIrp@8 @316 + IoAllocateMdl@20 @317 + IoAllocateWorkItem@4 @318 + IoAttachDevice@12 @320 + IoAttachDeviceToDeviceStack@8 @322 + IoBuildDeviceIoControlRequest@36 @325 + IoBuildSynchronousFsdRequest@28 @327 + IoCallDriver@8 @328 + IoCompleteRequest@8 @338 + IoCreateDevice@28 @341 + IoCreateDriver@8 @343 + IoCreateFile@56 @344 + IoCreateNotificationEvent@8 @346 + IoCreateSymbolicLink@8 @350 + IoCreateSynchronizationEvent@8 @351 + IoCsqInitialize@28 @353 + IoDeleteDevice@4 @358 + IoDeleteDriver@4 @359 + IoDeleteSymbolicLink@4 @360 + IoFreeIrp@4 @375 + IoFreeMdl@4 @376 + IoGetAttachedDevice@4 @378 + IoGetAttachedDeviceReference@4 @379 + IoGetConfigurationInformation@0 @382 + IoGetCurrentProcess@0 @383 + IoGetDeviceInterfaces@16 @386 + IoGetDeviceObjectPointer@16 @387 + IoGetDeviceProperty@20 @388 + IoGetDriverObjectExtension@8 @392 + IoGetRelatedDeviceObject@4 @396 + IoInitializeIrp@12 @402 + IoInitializeRemoveLockEx@20 @403 + IoInitializeTimer@12 @404 + IoInvalidateDeviceRelations@8 @405 + IoIsWdmVersionAvailable@8 @411 + IoQueryDeviceDescription@32 @417 + IoRegisterDriverReinitialization@12 @431 + IoRegisterFileSystem@4 @432 + IoRegisterPlugPlayNotification@28 @435 + IoRegisterShutdownNotification@4 @436 + IoReleaseCancelSpinLock@4 @437 + IoReportResourceForDetection@28 @444 + IoReportResourceUsage@36 @445 + IoSetThreadHardErrorMode@4 @461 + IoStartNextPacket@8 @463 + IoStartTimer@4 @466 + IoStopTimer@4 @468 + IoUnregisterFileSystem@4 @472 + IoUnregisterShutdownNotification@4 @475 + IoWMIRegistrationControl@8 @490 + KdDebuggerEnabled @500 DATA + Ke386IoSetAccessProcess@8 @508 + Ke386SetIoAccessMap@8 @510 + KeClearEvent@4 @520 + KeDelayExecutionThread@12 @523 + KeEnterCriticalRegion@0 @528 + KeGetCurrentThread@0 @534 + KeInitializeDpc@12 @550 + KeInitializeEvent@12 @551 + KeInitializeMutex@8 @554 + KeInitializeSemaphore@12 @556 + KeInitializeSpinLock@4 @557 + KeInitializeTimer@4 @558 + KeInitializeTimerEx@8 @559 + KeInsertQueue@8 @563 + KeLeaveCriticalRegion@0 @568 + KeQueryActiveProcessors@0 @574 + KeQueryInterruptTime@0 @575 + KeQuerySystemTime@4 @578 + KeQueryTickCount@4 @579 + KeQueryTimeIncrement@0 @580 + KeReleaseMutex@8 @592 + KeReleaseSemaphore@16 @593 + KeReleaseSpinLock@8 @594 + KeResetEvent@4 @603 + KeServiceDescriptorTable @609 DATA + KeSetEvent@12 @613 + KeSetPriorityThread@8 @618 + KeSetSystemAffinityThread@4 @620 + KeSetTimerEx@20 @624 + KeTickCount @628 DATA + KeWaitForMultipleObjects@32 @633 + KeWaitForMutexObject@20 @634 + KeWaitForSingleObject@20 @635 + LdrAccessResource@16=ntdll.LdrAccessResource @643 + LdrFindResourceDirectory_U@16=ntdll.LdrFindResourceDirectory_U @645 + LdrFindResource_U@16=ntdll.LdrFindResource_U @646 + MmAllocateContiguousMemory@12 @661 + MmAllocateContiguousMemorySpecifyCache@32 @662 + MmAllocateNonCachedMemory@4 @664 + MmAllocatePagesForMdl@28 @665 + MmFreeNonCachedMemory@8 @677 + MmGetSystemRoutineAddress@4 @681 + MmIsAddressValid@4 @685 + MmLockPagableSectionByHandle@4 @693 + MmMapIoSpace@16 @694 + MmMapLockedPagesSpecifyCache@24 @696 + MmPageEntireDriver@4 @706 + MmProbeAndLockPages@12 @708 + MmQuerySystemSize@0 @712 + MmResetDriverPaging@4 @714 + MmUnlockPagableImageSection@4 @722 + MmUnlockPages@4 @723 + MmUnmapIoSpace@8 @724 + NlsAnsiCodePage=ntdll.NlsAnsiCodePage @733 DATA + NlsMbCodePageTag=ntdll.NlsMbCodePageTag @735 DATA + NlsMbOemCodePageTag=ntdll.NlsMbOemCodePageTag @736 DATA + NtAddAtom@12=ntdll.NtAddAtom @739 + NtAdjustPrivilegesToken@24=ntdll.NtAdjustPrivilegesToken @740 + NtAllocateLocallyUniqueId@4=ntdll.NtAllocateLocallyUniqueId @741 + NtAllocateUuids@12=ntdll.NtAllocateUuids @742 + NtAllocateVirtualMemory@24=ntdll.NtAllocateVirtualMemory @743 + NtClose@4=ntdll.NtClose @745 + NtConnectPort@32=ntdll.NtConnectPort @746 + NtCreateEvent@20=ntdll.NtCreateEvent @747 + NtCreateFile@44=ntdll.NtCreateFile @748 + NtCreateSection@28=ntdll.NtCreateSection @749 + NtDeleteAtom@4=ntdll.NtDeleteAtom @750 + NtDeleteFile@4=ntdll.NtDeleteFile @751 + NtDeviceIoControlFile@40=ntdll.NtDeviceIoControlFile @752 + NtDuplicateObject@28=ntdll.NtDuplicateObject @753 + NtDuplicateToken@24=ntdll.NtDuplicateToken @754 + NtFindAtom@12=ntdll.NtFindAtom @755 + NtFreeVirtualMemory@16=ntdll.NtFreeVirtualMemory @756 + NtFsControlFile@40=ntdll.NtFsControlFile @757 + NtLockFile@40=ntdll.NtLockFile @759 + NtMapViewOfSection@40=ntdll.NtMapViewOfSection @761 + NtNotifyChangeDirectoryFile@36=ntdll.NtNotifyChangeDirectoryFile @762 + NtOpenFile@24=ntdll.NtOpenFile @763 + NtOpenProcess@16=ntdll.NtOpenProcess @764 + NtOpenProcessToken@12=ntdll.NtOpenProcessToken @765 + NtOpenProcessTokenEx@16=ntdll.NtOpenProcessTokenEx @766 + NtOpenThread@16=ntdll.NtOpenThread @767 + NtOpenThreadToken@16=ntdll.NtOpenThreadToken @768 + NtOpenThreadTokenEx@20=ntdll.NtOpenThreadTokenEx @769 + NtQueryDirectoryFile@44=ntdll.NtQueryDirectoryFile @770 + NtQueryEaFile@36=ntdll.NtQueryEaFile @771 + NtQueryInformationAtom@20=ntdll.NtQueryInformationAtom @772 + NtQueryInformationFile@20=ntdll.NtQueryInformationFile @773 + NtQueryInformationProcess@20=ntdll.NtQueryInformationProcess @774 + NtQueryInformationThread@20=ntdll.NtQueryInformationThread @775 + NtQueryInformationToken@20=ntdll.NtQueryInformationToken @776 + NtQuerySecurityObject@20=ntdll.NtQuerySecurityObject @778 + NtQuerySystemInformation@16=ntdll.NtQuerySystemInformation @779 + NtQueryVolumeInformationFile@20=ntdll.NtQueryVolumeInformationFile @780 + NtReadFile@36=ntdll.NtReadFile @781 + NtRequestWaitReplyPort@12=ntdll.NtRequestWaitReplyPort @783 + NtSetEaFile@16=ntdll.NtSetEaFile @784 + NtSetEvent@8=ntdll.NtSetEvent @785 + NtSetInformationFile@20=ntdll.NtSetInformationFile @786 + NtSetInformationProcess@16=ntdll.NtSetInformationProcess @787 + NtSetInformationThread@16=ntdll.NtSetInformationThread @788 + NtSetSecurityObject@12=ntdll.NtSetSecurityObject @790 + NtSetVolumeInformationFile@20=ntdll.NtSetVolumeInformationFile @791 + NtShutdownSystem@4=ntdll.NtShutdownSystem @792 + NtUnlockFile@20=ntdll.NtUnlockFile @794 + NtWaitForSingleObject@12=ntdll.NtWaitForSingleObject @796 + NtWriteFile@36=ntdll.NtWriteFile @797 + ObDereferenceObject@4 @804 + ObQueryNameString@16 @813 + ObReferenceObjectByHandle@24 @815 + ObReferenceObjectByName@32 @816 + PoSetPowerState@12 @836 + ProbeForRead@12 @841 + ProbeForWrite@12 @842 + PsCreateSystemThread@28 @849 + PsGetCurrentProcess@0=IoGetCurrentProcess@0 @855 + PsGetCurrentProcessId@0 @856 + PsGetCurrentThread@0=KeGetCurrentThread@0 @858 + PsGetCurrentThreadId@0 @859 + PsGetVersion@16 @890 + PsImpersonateClient@20 @891 + PsLookupProcessByProcessId@8 @898 + PsRemoveCreateThreadNotifyRoutine@4 @904 + PsRemoveLoadImageNotifyRoutine@4 @905 + PsSetCreateProcessNotifyRoutine@8 @913 + PsSetCreateThreadNotifyRoutine@4 @914 + PsSetLoadImageNotifyRoutine@4 @917 + PsTerminateSystemThread@4 @925 + READ_REGISTER_BUFFER_UCHAR@12 @927 + RtlAbsoluteToSelfRelativeSD@12=ntdll.RtlAbsoluteToSelfRelativeSD @933 + RtlAddAccessAllowedAce@16=ntdll.RtlAddAccessAllowedAce @934 + RtlAddAccessAllowedAceEx@20=ntdll.RtlAddAccessAllowedAceEx @935 + RtlAddAce@20=ntdll.RtlAddAce @936 + RtlAddAtomToAtomTable@12=ntdll.RtlAddAtomToAtomTable @937 + RtlAllocateHeap@12=ntdll.RtlAllocateHeap @939 + RtlAnsiCharToUnicodeChar@4=ntdll.RtlAnsiCharToUnicodeChar @940 + RtlAnsiStringToUnicodeSize@4=ntdll.RtlAnsiStringToUnicodeSize @941 + RtlAnsiStringToUnicodeString@12=ntdll.RtlAnsiStringToUnicodeString @942 + RtlAppendAsciizToString@8=ntdll.RtlAppendAsciizToString @943 + RtlAppendStringToString@8=ntdll.RtlAppendStringToString @944 + RtlAppendUnicodeStringToString@8=ntdll.RtlAppendUnicodeStringToString @945 + RtlAppendUnicodeToString@8=ntdll.RtlAppendUnicodeToString @946 + RtlAreAllAccessesGranted@8=ntdll.RtlAreAllAccessesGranted @947 + RtlAreAnyAccessesGranted@8=ntdll.RtlAreAnyAccessesGranted @948 + RtlAreBitsClear@12=ntdll.RtlAreBitsClear @949 + RtlAreBitsSet@12=ntdll.RtlAreBitsSet @950 + RtlAssert@16=ntdll.RtlAssert @951 + RtlCaptureContext@4=ntdll.RtlCaptureContext @952 + RtlCaptureStackBackTrace@16=ntdll.RtlCaptureStackBackTrace @953 + RtlCharToInteger@12=ntdll.RtlCharToInteger @954 + RtlCheckRegistryKey@8=ntdll.RtlCheckRegistryKey @955 + RtlClearAllBits@4=ntdll.RtlClearAllBits @956 + RtlClearBits@12=ntdll.RtlClearBits @958 + RtlCompareMemory@12=ntdll.RtlCompareMemory @959 + RtlCompareMemoryUlong@12=ntdll.RtlCompareMemoryUlong @960 + RtlCompareString@12=ntdll.RtlCompareString @961 + RtlCompareUnicodeString@12=ntdll.RtlCompareUnicodeString @962 + RtlCompressBuffer@32=ntdll.RtlCompressBuffer @963 + RtlConvertLongToLargeInteger@4=ntdll.RtlConvertLongToLargeInteger @965 + RtlConvertSidToUnicodeString@12=ntdll.RtlConvertSidToUnicodeString @966 + RtlConvertUlongToLargeInteger@4=ntdll.RtlConvertUlongToLargeInteger @967 + RtlCopyLuid@8=ntdll.RtlCopyLuid @968 + RtlCopySid@12=ntdll.RtlCopySid @970 + RtlCopyString@8=ntdll.RtlCopyString @971 + RtlCopyUnicodeString@8=ntdll.RtlCopyUnicodeString @972 + RtlCreateAcl@12=ntdll.RtlCreateAcl @973 + RtlCreateAtomTable@8=ntdll.RtlCreateAtomTable @974 + RtlCreateHeap@24=ntdll.RtlCreateHeap @975 + RtlCreateSecurityDescriptor@8=ntdll.RtlCreateSecurityDescriptor @977 + RtlCreateUnicodeString@8=ntdll.RtlCreateUnicodeString @979 + RtlDecompressBuffer@24=ntdll.RtlDecompressBuffer @981 + RtlDecompressFragment@32=ntdll.RtlDecompressFragment @983 + RtlDeleteAce@8=ntdll.RtlDeleteAce @985 + RtlDeleteAtomFromAtomTable@8=ntdll.RtlDeleteAtomFromAtomTable @986 + RtlDeleteRegistryValue@12=ntdll.RtlDeleteRegistryValue @992 + RtlDestroyAtomTable@4=ntdll.RtlDestroyAtomTable @994 + RtlDestroyHeap@4=ntdll.RtlDestroyHeap @995 + RtlDowncaseUnicodeString@12=ntdll.RtlDowncaseUnicodeString @996 + RtlEmptyAtomTable@8=ntdll.RtlEmptyAtomTable @997 + RtlEnlargedIntegerMultiply@8=ntdll.RtlEnlargedIntegerMultiply @998 + RtlEnlargedUnsignedDivide@16=ntdll.RtlEnlargedUnsignedDivide @999 + RtlEnlargedUnsignedMultiply@8=ntdll.RtlEnlargedUnsignedMultiply @1000 + RtlEnumerateGenericTableWithoutSplaying@8=ntdll.RtlEnumerateGenericTableWithoutSplaying @1004 + RtlEqualLuid@8=ntdll.RtlEqualLuid @1006 + RtlEqualSid@8=ntdll.RtlEqualSid @1007 + RtlEqualString@12=ntdll.RtlEqualString @1008 + RtlEqualUnicodeString@12=ntdll.RtlEqualUnicodeString @1009 + RtlExtendedIntegerMultiply@12=ntdll.RtlExtendedIntegerMultiply @1010 + RtlExtendedLargeIntegerDivide@16=ntdll.RtlExtendedLargeIntegerDivide @1011 + RtlExtendedMagicDivide@20=ntdll.RtlExtendedMagicDivide @1012 + RtlFillMemory@12=ntdll.RtlFillMemory @1013 + RtlFillMemoryUlong@12=ntdll.RtlFillMemoryUlong @1014 + RtlFindClearBits@12=ntdll.RtlFindClearBits @1015 + RtlFindClearBitsAndSet@12=ntdll.RtlFindClearBitsAndSet @1016 + RtlFindClearRuns@16=ntdll.RtlFindClearRuns @1017 + RtlFindLastBackwardRunClear@12=ntdll.RtlFindLastBackwardRunClear @1019 + RtlFindLeastSignificantBit@8=ntdll.RtlFindLeastSignificantBit @1020 + RtlFindLongestRunClear@8=ntdll.RtlFindLongestRunClear @1021 + RtlFindMessage@20=ntdll.RtlFindMessage @1022 + RtlFindMostSignificantBit@8=ntdll.RtlFindMostSignificantBit @1023 + RtlFindNextForwardRunClear@12=ntdll.RtlFindNextForwardRunClear @1024 + RtlFindSetBits@12=ntdll.RtlFindSetBits @1026 + RtlFindSetBitsAndClear@12=ntdll.RtlFindSetBitsAndClear @1027 + RtlFormatCurrentUserKeyPath@4=ntdll.RtlFormatCurrentUserKeyPath @1029 + RtlFreeAnsiString@4=ntdll.RtlFreeAnsiString @1030 + RtlFreeHeap@12=ntdll.RtlFreeHeap @1031 + RtlFreeOemString@4=ntdll.RtlFreeOemString @1032 + RtlFreeUnicodeString@4=ntdll.RtlFreeUnicodeString @1034 + RtlGUIDFromString@8=ntdll.RtlGUIDFromString @1035 + RtlGetAce@12=ntdll.RtlGetAce @1037 + RtlGetCompressionWorkSpaceSize@12=ntdll.RtlGetCompressionWorkSpaceSize @1039 + RtlGetDaclSecurityDescriptor@16=ntdll.RtlGetDaclSecurityDescriptor @1040 + RtlGetGroupSecurityDescriptor@12=ntdll.RtlGetGroupSecurityDescriptor @1045 + RtlGetNtGlobalFlags@0=ntdll.RtlGetNtGlobalFlags @1047 + RtlGetOwnerSecurityDescriptor@12=ntdll.RtlGetOwnerSecurityDescriptor @1048 + RtlGetSaclSecurityDescriptor@16=ntdll.RtlGetSaclSecurityDescriptor @1049 + RtlGetVersion@4=ntdll.RtlGetVersion @1051 + RtlHashUnicodeString@16=ntdll.RtlHashUnicodeString @1052 + RtlImageDirectoryEntryToData@16=ntdll.RtlImageDirectoryEntryToData @1053 + RtlImageNtHeader@4=ntdll.RtlImageNtHeader @1054 + RtlInitAnsiString@8=ntdll.RtlInitAnsiString @1055 + RtlInitString@8=ntdll.RtlInitString @1057 + RtlInitUnicodeString@8=ntdll.RtlInitUnicodeString @1058 + RtlInitializeBitMap@12=ntdll.RtlInitializeBitMap @1059 + RtlInitializeGenericTable@20=ntdll.RtlInitializeGenericTable @1060 + RtlInitializeGenericTableAvl@20=ntdll.RtlInitializeGenericTableAvl @1061 + RtlInitializeSid@12=ntdll.RtlInitializeSid @1063 + RtlInsertElementGenericTableAvl@16=ntdll.RtlInsertElementGenericTableAvl @1066 + RtlInt64ToUnicodeString@16=ntdll.RtlInt64ToUnicodeString @1070 + RtlIntegerToChar@16=ntdll.RtlIntegerToChar @1071 + RtlIntegerToUnicodeString@12=ntdll.RtlIntegerToUnicodeString @1073 + RtlIpv4AddressToStringA@8=ntdll.RtlIpv4AddressToStringA @1075 + RtlIpv4AddressToStringExA@16=ntdll.RtlIpv4AddressToStringExA @1076 + RtlIpv4AddressToStringExW@16=ntdll.RtlIpv4AddressToStringExW @1077 + RtlIpv4AddressToStringW@8=ntdll.RtlIpv4AddressToStringW @1078 + RtlIpv4StringToAddressExW@16=ntdll.RtlIpv4StringToAddressExW @1081 + RtlIpv4StringToAddressW@16=ntdll.RtlIpv4StringToAddressW @1082 + RtlIsNameLegalDOS8Dot3@12=ntdll.RtlIsNameLegalDOS8Dot3 @1093 + RtlLargeIntegerAdd@16=ntdll.RtlLargeIntegerAdd @1096 + RtlLargeIntegerArithmeticShift@12=ntdll.RtlLargeIntegerArithmeticShift @1097 + RtlLargeIntegerDivide@20=ntdll.RtlLargeIntegerDivide @1098 + RtlLargeIntegerNegate@8=ntdll.RtlLargeIntegerNegate @1099 + RtlLargeIntegerShiftLeft@12=ntdll.RtlLargeIntegerShiftLeft @1100 + RtlLargeIntegerShiftRight@12=ntdll.RtlLargeIntegerShiftRight @1101 + RtlLargeIntegerSubtract@16=ntdll.RtlLargeIntegerSubtract @1102 + RtlLengthRequiredSid@4=ntdll.RtlLengthRequiredSid @1103 + RtlLengthSecurityDescriptor@4=ntdll.RtlLengthSecurityDescriptor @1104 + RtlLengthSid@4=ntdll.RtlLengthSid @1105 + RtlLookupAtomInAtomTable@12=ntdll.RtlLookupAtomInAtomTable @1107 + RtlMapGenericMask@8=ntdll.RtlMapGenericMask @1112 + RtlMoveMemory@12=ntdll.RtlMoveMemory @1115 + RtlMultiByteToUnicodeN@20=ntdll.RtlMultiByteToUnicodeN @1116 + RtlMultiByteToUnicodeSize@12=ntdll.RtlMultiByteToUnicodeSize @1117 + RtlNtStatusToDosError@4=ntdll.RtlNtStatusToDosError @1119 + RtlNtStatusToDosErrorNoTeb@4=ntdll.RtlNtStatusToDosErrorNoTeb @1120 + RtlNumberGenericTableElements@4=ntdll.RtlNumberGenericTableElements @1121 + RtlNumberOfClearBits@4=ntdll.RtlNumberOfClearBits @1123 + RtlNumberOfSetBits@4=ntdll.RtlNumberOfSetBits @1124 + RtlOemStringToUnicodeSize@4=ntdll.RtlOemStringToUnicodeSize @1126 + RtlOemStringToUnicodeString@12=ntdll.RtlOemStringToUnicodeString @1127 + RtlOemToUnicodeN@20=ntdll.RtlOemToUnicodeN @1128 + RtlPinAtomInAtomTable@8=ntdll.RtlPinAtomInAtomTable @1129 + RtlPrefixString@12=ntdll.RtlPrefixString @1130 + RtlPrefixUnicodeString@12=ntdll.RtlPrefixUnicodeString @1131 + RtlQueryAtomInAtomTable@24=ntdll.RtlQueryAtomInAtomTable @1132 + RtlQueryRegistryValues@20=ntdll.RtlQueryRegistryValues @1133 + RtlQueryTimeZoneInformation@4=ntdll.RtlQueryTimeZoneInformation @1134 + RtlRaiseException@4=ntdll.RtlRaiseException @1135 + RtlRandom@4=ntdll.RtlRandom @1136 + RtlSecondsSince1970ToTime@8=ntdll.RtlSecondsSince1970ToTime @1142 + RtlSecondsSince1980ToTime@8=ntdll.RtlSecondsSince1980ToTime @1143 + RtlSelfRelativeToAbsoluteSD@44=ntdll.RtlSelfRelativeToAbsoluteSD @1145 + RtlSetAllBits@4=ntdll.RtlSetAllBits @1146 + RtlSetBits@12=ntdll.RtlSetBits @1148 + RtlSetDaclSecurityDescriptor@16=ntdll.RtlSetDaclSecurityDescriptor @1149 + RtlSetGroupSecurityDescriptor@12=ntdll.RtlSetGroupSecurityDescriptor @1150 + RtlSetOwnerSecurityDescriptor@12=ntdll.RtlSetOwnerSecurityDescriptor @1151 + RtlSetSaclSecurityDescriptor@16=ntdll.RtlSetSaclSecurityDescriptor @1152 + RtlSetTimeZoneInformation@4=ntdll.RtlSetTimeZoneInformation @1153 + RtlSizeHeap@12=ntdll.RtlSizeHeap @1154 + RtlStringFromGUID@8=ntdll.RtlStringFromGUID @1156 + RtlSubAuthorityCountSid@4=ntdll.RtlSubAuthorityCountSid @1157 + RtlSubAuthoritySid@8=ntdll.RtlSubAuthoritySid @1158 + RtlTimeFieldsToTime@8=ntdll.RtlTimeFieldsToTime @1162 + RtlTimeToElapsedTimeFields@8=ntdll.RtlTimeToElapsedTimeFields @1163 + RtlTimeToSecondsSince1970@8=ntdll.RtlTimeToSecondsSince1970 @1164 + RtlTimeToSecondsSince1980@8=ntdll.RtlTimeToSecondsSince1980 @1165 + RtlTimeToTimeFields@8=ntdll.RtlTimeToTimeFields @1166 + RtlUnicodeStringToAnsiSize@4=ntdll.RtlUnicodeStringToAnsiSize @1175 + RtlUnicodeStringToAnsiString@12=ntdll.RtlUnicodeStringToAnsiString @1176 + RtlUnicodeStringToInteger@12=ntdll.RtlUnicodeStringToInteger @1178 + RtlUnicodeStringToOemSize@4=ntdll.RtlUnicodeStringToOemSize @1179 + RtlUnicodeStringToOemString@12=ntdll.RtlUnicodeStringToOemString @1180 + RtlUnicodeToMultiByteN@20=ntdll.RtlUnicodeToMultiByteN @1182 + RtlUnicodeToMultiByteSize@12=ntdll.RtlUnicodeToMultiByteSize @1183 + RtlUnicodeToOemN@20=ntdll.RtlUnicodeToOemN @1184 + RtlUnwind@16=ntdll.RtlUnwind @1186 + RtlUpcaseUnicodeChar@4=ntdll.RtlUpcaseUnicodeChar @1187 + RtlUpcaseUnicodeString@12=ntdll.RtlUpcaseUnicodeString @1188 + RtlUpcaseUnicodeStringToAnsiString@12=ntdll.RtlUpcaseUnicodeStringToAnsiString @1189 + RtlUpcaseUnicodeStringToCountedOemString@12=ntdll.RtlUpcaseUnicodeStringToCountedOemString @1190 + RtlUpcaseUnicodeStringToOemString@12=ntdll.RtlUpcaseUnicodeStringToOemString @1191 + RtlUpcaseUnicodeToMultiByteN@20=ntdll.RtlUpcaseUnicodeToMultiByteN @1193 + RtlUpcaseUnicodeToOemN@20=ntdll.RtlUpcaseUnicodeToOemN @1194 + RtlUpperChar@4=ntdll.RtlUpperChar @1195 + RtlUpperString@8=ntdll.RtlUpperString @1196 + RtlValidRelativeSecurityDescriptor@12=ntdll.RtlValidRelativeSecurityDescriptor @1197 + RtlValidSecurityDescriptor@4=ntdll.RtlValidSecurityDescriptor @1198 + RtlValidSid@4=ntdll.RtlValidSid @1199 + RtlVerifyVersionInfo@16=ntdll.RtlVerifyVersionInfo @1200 + RtlWriteRegistryValue@24=ntdll.RtlWriteRegistryValue @1203 + RtlZeroMemory@8=ntdll.RtlZeroMemory @1205 + RtlxAnsiStringToUnicodeSize@4=ntdll.RtlxAnsiStringToUnicodeSize @1206 + RtlxOemStringToUnicodeSize@4=ntdll.RtlxOemStringToUnicodeSize @1207 + RtlxUnicodeStringToAnsiSize@4=ntdll.RtlxUnicodeStringToAnsiSize @1208 + RtlxUnicodeStringToOemSize@4=ntdll.RtlxUnicodeStringToOemSize @1209 + VerSetConditionMask@16=ntdll.VerSetConditionMask @1262 + ZwAccessCheckAndAuditAlarm@44=ntdll.ZwAccessCheckAndAuditAlarm @1282 PRIVATE + ZwAdjustPrivilegesToken@24=ntdll.ZwAdjustPrivilegesToken @1284 PRIVATE + ZwAlertThread@4=ntdll.ZwAlertThread @1285 PRIVATE + ZwAllocateVirtualMemory@24=ntdll.ZwAllocateVirtualMemory @1286 PRIVATE + ZwAssignProcessToJobObject@8=ntdll.ZwAssignProcessToJobObject @1287 PRIVATE + ZwCancelIoFile@8=ntdll.ZwCancelIoFile @1288 PRIVATE + ZwCancelTimer@8=ntdll.ZwCancelTimer @1289 PRIVATE + ZwClearEvent@4=ntdll.ZwClearEvent @1290 PRIVATE + ZwClose@4=ntdll.ZwClose @1291 PRIVATE + ZwConnectPort@32=ntdll.ZwConnectPort @1293 PRIVATE + ZwCreateDirectoryObject@12=ntdll.ZwCreateDirectoryObject @1294 PRIVATE + ZwCreateEvent@20=ntdll.ZwCreateEvent @1295 PRIVATE + ZwCreateFile@44=ntdll.ZwCreateFile @1296 PRIVATE + ZwCreateJobObject@12=ntdll.ZwCreateJobObject @1297 PRIVATE + ZwCreateKey@28=ntdll.ZwCreateKey @1298 PRIVATE + ZwCreateSection@28=ntdll.ZwCreateSection @1299 PRIVATE + ZwCreateSymbolicLinkObject@16=ntdll.ZwCreateSymbolicLinkObject @1300 PRIVATE + ZwCreateTimer@16=ntdll.ZwCreateTimer @1301 PRIVATE + ZwDeleteFile@4=ntdll.ZwDeleteFile @1303 PRIVATE + ZwDeleteKey@4=ntdll.ZwDeleteKey @1304 PRIVATE + ZwDeleteValueKey@8=ntdll.ZwDeleteValueKey @1305 PRIVATE + ZwDeviceIoControlFile@40=ntdll.ZwDeviceIoControlFile @1306 PRIVATE + ZwDisplayString@4=ntdll.ZwDisplayString @1307 PRIVATE + ZwDuplicateObject@28=ntdll.ZwDuplicateObject @1308 PRIVATE + ZwDuplicateToken@24=ntdll.ZwDuplicateToken @1309 PRIVATE + ZwEnumerateKey@24=ntdll.ZwEnumerateKey @1311 PRIVATE + ZwEnumerateValueKey@24=ntdll.ZwEnumerateValueKey @1312 PRIVATE + ZwFlushInstructionCache@12=ntdll.ZwFlushInstructionCache @1313 PRIVATE + ZwFlushKey@4=ntdll.ZwFlushKey @1314 PRIVATE + ZwFlushVirtualMemory@16=ntdll.ZwFlushVirtualMemory @1315 PRIVATE + ZwFreeVirtualMemory@16=ntdll.ZwFreeVirtualMemory @1316 PRIVATE + ZwFsControlFile@40=ntdll.ZwFsControlFile @1317 PRIVATE + ZwInitiatePowerAction@16=ntdll.ZwInitiatePowerAction @1318 PRIVATE + ZwIsProcessInJob@8=ntdll.ZwIsProcessInJob @1319 PRIVATE + ZwLoadDriver@4 @1320 + ZwLoadKey@8=ntdll.ZwLoadKey @1321 PRIVATE + ZwMakeTemporaryObject@4=ntdll.ZwMakeTemporaryObject @1322 PRIVATE + ZwMapViewOfSection@40=ntdll.ZwMapViewOfSection @1323 PRIVATE + ZwNotifyChangeKey@40=ntdll.ZwNotifyChangeKey @1324 PRIVATE + ZwOpenDirectoryObject@12=ntdll.ZwOpenDirectoryObject @1325 PRIVATE + ZwOpenEvent@12=ntdll.ZwOpenEvent @1326 PRIVATE + ZwOpenFile@24=ntdll.ZwOpenFile @1327 PRIVATE + ZwOpenJobObject@12=ntdll.ZwOpenJobObject @1328 PRIVATE + ZwOpenKey@12=ntdll.ZwOpenKey @1329 PRIVATE + ZwOpenProcess@16=ntdll.ZwOpenProcess @1330 PRIVATE + ZwOpenProcessToken@12=ntdll.ZwOpenProcessToken @1331 PRIVATE + ZwOpenProcessTokenEx@16=ntdll.ZwOpenProcessTokenEx @1332 PRIVATE + ZwOpenSection@12=ntdll.ZwOpenSection @1333 PRIVATE + ZwOpenSymbolicLinkObject@12=ntdll.ZwOpenSymbolicLinkObject @1334 PRIVATE + ZwOpenThread@16=ntdll.ZwOpenThread @1335 PRIVATE + ZwOpenThreadToken@16=ntdll.ZwOpenThreadToken @1336 PRIVATE + ZwOpenThreadTokenEx@20=ntdll.ZwOpenThreadTokenEx @1337 PRIVATE + ZwOpenTimer@12=ntdll.ZwOpenTimer @1338 PRIVATE + ZwPowerInformation@20=ntdll.ZwPowerInformation @1339 PRIVATE + ZwPulseEvent@8=ntdll.ZwPulseEvent @1340 PRIVATE + ZwQueryDefaultLocale@8=ntdll.ZwQueryDefaultLocale @1343 PRIVATE + ZwQueryDefaultUILanguage@4=ntdll.ZwQueryDefaultUILanguage @1344 PRIVATE + ZwQueryDirectoryFile@44=ntdll.ZwQueryDirectoryFile @1345 PRIVATE + ZwQueryDirectoryObject@28=ntdll.ZwQueryDirectoryObject @1346 PRIVATE + ZwQueryEaFile@36=ntdll.ZwQueryEaFile @1347 PRIVATE + ZwQueryFullAttributesFile@8=ntdll.ZwQueryFullAttributesFile @1348 PRIVATE + ZwQueryInformationFile@20=ntdll.ZwQueryInformationFile @1349 PRIVATE + ZwQueryInformationJobObject@20=ntdll.ZwQueryInformationJobObject @1350 PRIVATE + ZwQueryInformationProcess@20=ntdll.ZwQueryInformationProcess @1351 PRIVATE + ZwQueryInformationThread@20=ntdll.ZwQueryInformationThread @1352 PRIVATE + ZwQueryInformationToken@20=ntdll.ZwQueryInformationToken @1353 PRIVATE + ZwQueryInstallUILanguage@4=ntdll.ZwQueryInstallUILanguage @1354 PRIVATE + ZwQueryKey@20=ntdll.ZwQueryKey @1355 PRIVATE + ZwQueryObject@20=ntdll.ZwQueryObject @1356 PRIVATE + ZwQuerySection@20=ntdll.ZwQuerySection @1357 PRIVATE + ZwQuerySecurityObject@20=ntdll.ZwQuerySecurityObject @1358 PRIVATE + ZwQuerySymbolicLinkObject@12=ntdll.ZwQuerySymbolicLinkObject @1359 PRIVATE + ZwQuerySystemInformation@16=ntdll.ZwQuerySystemInformation @1360 PRIVATE + ZwQueryValueKey@24=ntdll.ZwQueryValueKey @1361 PRIVATE + ZwQueryVolumeInformationFile@20=ntdll.ZwQueryVolumeInformationFile @1362 PRIVATE + ZwReadFile@36=ntdll.ZwReadFile @1363 PRIVATE + ZwReplaceKey@12=ntdll.ZwReplaceKey @1364 PRIVATE + ZwRequestWaitReplyPort@12=ntdll.ZwRequestWaitReplyPort @1365 PRIVATE + ZwResetEvent@8=ntdll.ZwResetEvent @1366 PRIVATE + ZwRestoreKey@12=ntdll.ZwRestoreKey @1367 PRIVATE + ZwSaveKey@8=ntdll.ZwSaveKey @1368 PRIVATE + ZwSetDefaultLocale@8=ntdll.ZwSetDefaultLocale @1372 PRIVATE + ZwSetDefaultUILanguage@4=ntdll.ZwSetDefaultUILanguage @1373 PRIVATE + ZwSetEaFile@16=ntdll.ZwSetEaFile @1374 PRIVATE + ZwSetEvent@8=ntdll.ZwSetEvent @1375 PRIVATE + ZwSetInformationFile@20=ntdll.ZwSetInformationFile @1376 PRIVATE + ZwSetInformationJobObject@16=ntdll.ZwSetInformationJobObject @1377 PRIVATE + ZwSetInformationObject@16=ntdll.ZwSetInformationObject @1378 PRIVATE + ZwSetInformationProcess@16=ntdll.ZwSetInformationProcess @1379 PRIVATE + ZwSetInformationThread@16=ntdll.ZwSetInformationThread @1380 PRIVATE + ZwSetSecurityObject@12=ntdll.ZwSetSecurityObject @1381 PRIVATE + ZwSetSystemInformation@12=ntdll.ZwSetSystemInformation @1382 PRIVATE + ZwSetSystemTime@8=ntdll.ZwSetSystemTime @1383 PRIVATE + ZwSetTimer@28=ntdll.ZwSetTimer @1384 PRIVATE + ZwSetValueKey@24=ntdll.ZwSetValueKey @1385 PRIVATE + ZwSetVolumeInformationFile@20=ntdll.ZwSetVolumeInformationFile @1386 PRIVATE + ZwTerminateJobObject@8=ntdll.ZwTerminateJobObject @1387 PRIVATE + ZwTerminateProcess@8=ntdll.ZwTerminateProcess @1388 PRIVATE + ZwUnloadDriver@4 @1390 + ZwUnloadKey@4=ntdll.ZwUnloadKey @1391 PRIVATE + ZwUnmapViewOfSection@8=ntdll.ZwUnmapViewOfSection @1392 PRIVATE + ZwWaitForMultipleObjects@20=ntdll.ZwWaitForMultipleObjects @1393 PRIVATE + ZwWaitForSingleObject@12=ntdll.ZwWaitForSingleObject @1394 PRIVATE + ZwWriteFile@36=ntdll.ZwWriteFile @1395 PRIVATE + ZwYieldExecution@0=ntdll.ZwYieldExecution @1396 PRIVATE + _CIcos=msvcrt._CIcos @1397 PRIVATE + _CIsin=msvcrt._CIsin @1398 PRIVATE + _CIsqrt=msvcrt._CIsqrt @1399 PRIVATE + _abnormal_termination=msvcrt._abnormal_termination @1400 PRIVATE + _alldiv@16=ntdll._alldiv @1401 PRIVATE + _allmul@16=ntdll._allmul @1403 PRIVATE + _alloca_probe@0=ntdll._alloca_probe @1404 PRIVATE + _allrem@16=ntdll._allrem @1405 PRIVATE + _allshl@12=ntdll._allshl @1406 PRIVATE + _allshr@12=ntdll._allshr @1407 PRIVATE + _aulldiv@16=ntdll._aulldiv @1408 PRIVATE + _aullrem@16=ntdll._aullrem @1410 PRIVATE + _aullshr@12=ntdll._aullshr @1411 PRIVATE + _except_handler2=msvcrt._except_handler2 @1412 PRIVATE + _except_handler3=msvcrt._except_handler3 @1413 PRIVATE + _global_unwind2=msvcrt._global_unwind2 @1414 PRIVATE + _itoa=msvcrt._itoa @1415 PRIVATE + _itow=msvcrt._itow @1416 PRIVATE + _local_unwind2=msvcrt._local_unwind2 @1417 PRIVATE + _purecall=msvcrt._purecall @1418 PRIVATE + _snprintf=msvcrt._snprintf @1419 PRIVATE + _snwprintf=msvcrt._snwprintf @1420 PRIVATE + _stricmp=msvcrt._stricmp @1421 PRIVATE + _strlwr=msvcrt._strlwr @1422 PRIVATE + _strnicmp=msvcrt._strnicmp @1423 PRIVATE + _strnset=msvcrt._strnset @1424 PRIVATE + _strrev=msvcrt._strrev @1425 PRIVATE + _strset=msvcrt._strset @1426 PRIVATE + _strupr=msvcrt._strupr @1427 PRIVATE + _vsnprintf=msvcrt._vsnprintf @1428 PRIVATE + _vsnwprintf=msvcrt._vsnwprintf @1429 PRIVATE + _wcsicmp=msvcrt._wcsicmp @1430 PRIVATE + _wcslwr=msvcrt._wcslwr @1431 PRIVATE + _wcsnicmp=msvcrt._wcsnicmp @1432 PRIVATE + _wcsnset=msvcrt._wcsnset @1433 PRIVATE + _wcsrev=msvcrt._wcsrev @1434 PRIVATE + _wcsupr=msvcrt._wcsupr @1435 PRIVATE + atoi=msvcrt.atoi @1436 PRIVATE + atol=msvcrt.atol @1437 PRIVATE + isdigit=msvcrt.isdigit @1438 PRIVATE + islower=msvcrt.islower @1439 PRIVATE + isprint=msvcrt.isprint @1440 PRIVATE + isspace=msvcrt.isspace @1441 PRIVATE + isupper=msvcrt.isupper @1442 PRIVATE + isxdigit=msvcrt.isxdigit @1443 PRIVATE + mbstowcs=msvcrt.mbstowcs @1444 PRIVATE + mbtowc=msvcrt.mbtowc @1445 PRIVATE + memchr=msvcrt.memchr @1446 PRIVATE + memcpy=msvcrt.memcpy @1447 PRIVATE + memmove=msvcrt.memmove @1448 PRIVATE + memset=msvcrt.memset @1449 PRIVATE + qsort=msvcrt.qsort @1450 PRIVATE + rand=msvcrt.rand @1451 PRIVATE + sprintf=msvcrt.sprintf @1452 PRIVATE + srand=msvcrt.srand @1453 PRIVATE + strcat=msvcrt.strcat @1454 PRIVATE + strchr=msvcrt.strchr @1455 PRIVATE + strcmp=msvcrt.strcmp @1456 PRIVATE + strcpy=msvcrt.strcpy @1457 PRIVATE + strlen=msvcrt.strlen @1458 PRIVATE + strncat=msvcrt.strncat @1459 PRIVATE + strncmp=msvcrt.strncmp @1460 PRIVATE + strncpy=msvcrt.strncpy @1461 PRIVATE + strrchr=msvcrt.strrchr @1462 PRIVATE + strspn=msvcrt.strspn @1463 PRIVATE + strstr=msvcrt.strstr @1464 PRIVATE + swprintf=msvcrt.swprintf @1465 PRIVATE + tolower=msvcrt.tolower @1466 PRIVATE + toupper=msvcrt.toupper @1467 PRIVATE + towlower=msvcrt.towlower @1468 PRIVATE + towupper=msvcrt.towupper @1469 PRIVATE + vDbgPrintEx@16=ntdll.vDbgPrintEx @1470 + vDbgPrintExWithPrefix@20=ntdll.vDbgPrintExWithPrefix @1471 + vsprintf=msvcrt.vsprintf @1472 PRIVATE + wcscat=msvcrt.wcscat @1473 PRIVATE + wcschr=msvcrt.wcschr @1474 PRIVATE + wcscmp=msvcrt.wcscmp @1475 PRIVATE + wcscpy=msvcrt.wcscpy @1476 PRIVATE + wcscspn=msvcrt.wcscspn @1477 PRIVATE + wcslen=msvcrt.wcslen @1478 PRIVATE + wcsncat=msvcrt.wcsncat @1479 PRIVATE + wcsncmp=msvcrt.wcsncmp @1480 PRIVATE + wcsncpy=msvcrt.wcsncpy @1481 PRIVATE + wcsrchr=msvcrt.wcsrchr @1482 PRIVATE + wcsspn=msvcrt.wcsspn @1483 PRIVATE + wcsstr=msvcrt.wcsstr @1484 PRIVATE + wcstombs=msvcrt.wcstombs @1485 PRIVATE + wctomb=msvcrt.wctomb @1486 PRIVATE + wine_ntoskrnl_main_loop @1487 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntoskrnl.exe.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntoskrnl.exe.def deleted file mode 100644 index 0c1f719..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libntoskrnl.exe.def +++ /dev/null @@ -1,594 +0,0 @@ -; File generated automatically from ./dlls/ntoskrnl.exe/ntoskrnl.exe.spec; do not edit! - -LIBRARY ntoskrnl.exe - -EXPORTS - ExfInterlockedRemoveHeadList@8 @25 - InterlockedCompareExchange@12=NTOSKRNL_InterlockedCompareExchange@12 @31 - InterlockedDecrement@4=NTOSKRNL_InterlockedDecrement@4 @32 - InterlockedExchange@8=NTOSKRNL_InterlockedExchange@8 @33 - InterlockedExchangeAdd@8=NTOSKRNL_InterlockedExchangeAdd@8 @34 - InterlockedIncrement@4=NTOSKRNL_InterlockedIncrement@4 @35 - InterlockedPopEntrySList@4=NTOSKRNL_InterlockedPopEntrySList@4 @36 - InterlockedPushEntrySList@8=NTOSKRNL_InterlockedPushEntrySList@8 @37 - IofCallDriver@8 @42 - IofCompleteRequest@8 @43 - ObfDereferenceObject@4 @51 - ObfReferenceObject@4 @52 - RtlUlongByteSwap=ntdll.RtlUlongByteSwap @54 - RtlUlonglongByteSwap=ntdll.RtlUlonglongByteSwap @55 - RtlUshortByteSwap=ntdll.RtlUshortByteSwap @56 - CmRegisterCallback@12 @103 - CmUnRegisterCallback@8 @104 - DbgBreakPoint@0=ntdll.DbgBreakPoint @105 - DbgPrint=ntdll.DbgPrint @108 - DbgPrintEx=ntdll.DbgPrintEx @109 - ExAcquireResourceExclusiveLite@8 @114 - ExAllocatePool@8 @119 - ExAllocatePoolWithQuota@8 @120 - ExAllocatePoolWithQuotaTag@12 @121 - ExAllocatePoolWithTag@12 @122 - ExCreateCallback@16 @125 - ExDeleteNPagedLookasideList@4 @126 - ExDeletePagedLookasideList@4 @127 - ExDeleteResourceLite@4 @128 - ExFreePool@4 @134 - ExFreePoolWithTag@8 @135 - ExInitializeNPagedLookasideList@28 @142 - ExInitializePagedLookasideList@28 @143 - ExInitializeResourceLite@4 @144 - ExInitializeZone@16 @145 - ExInterlockedRemoveHeadList@8 @156 - ExLocalTimeToSystemTime@8=ntdll.RtlLocalTimeToSystemTime @160 - ExReleaseResourceForThreadLite@8 @171 - ExSystemTimeToLocalTime@8=ntdll.RtlSystemTimeToLocalTime @176 - FsRtlRegisterUncProvider@12 @274 - InitSafeBootMode @305 DATA - IoAcquireCancelSpinLock@4 @306 - IoAcquireRemoveLockEx@20 @307 - IoAllocateDriverObjectExtension@16 @312 - IoAllocateErrorLogEntry@8 @313 - IoAllocateIrp@8 @314 - IoAllocateMdl@20 @315 - IoAllocateWorkItem@4 @316 - IoAttachDeviceToDeviceStack@8 @320 - IoBuildDeviceIoControlRequest@36 @323 - IoBuildSynchronousFsdRequest@28 @325 - IoCallDriver@8 @326 - IoCompleteRequest@8 @336 - IoCreateDevice@28 @339 - IoCreateDriver@8 @341 - IoCreateSymbolicLink@8 @348 - IoCreateSynchronizationEvent@8 @349 - IoCsqInitialize@28 @351 - IoDeleteDevice@4 @356 - IoDeleteDriver@4 @357 - IoDeleteSymbolicLink@4 @358 - IoFreeIrp@4 @373 - IoFreeMdl@4 @374 - IoGetAttachedDevice@4 @376 - IoGetConfigurationInformation@0 @380 - IoGetCurrentProcess@0 @381 - IoGetDeviceInterfaces@16 @384 - IoGetDeviceObjectPointer@16 @385 - IoGetDeviceProperty@20 @386 - IoGetDriverObjectExtension@8 @390 - IoGetRelatedDeviceObject@4 @394 - IoInitializeIrp@12 @400 - IoInitializeRemoveLockEx@20 @401 - IoInitializeTimer@12 @402 - IoIsWdmVersionAvailable@8 @409 - IoQueryDeviceDescription@32 @415 - IoRegisterDriverReinitialization@12 @429 - IoRegisterFileSystem@4 @430 - IoRegisterPlugPlayNotification@28 @433 - IoRegisterShutdownNotification@4 @434 - IoReleaseCancelSpinLock@4 @435 - IoReportResourceUsage@36 @443 - IoSetThreadHardErrorMode@4 @459 - IoStartNextPacket@8 @461 - IoStartTimer@4 @464 - IoUnregisterFileSystem@4 @470 - IoUnregisterShutdownNotification@4 @473 - IoWMIRegistrationControl@8 @488 - KdDebuggerEnabled @498 DATA - Ke386IoSetAccessProcess@8 @506 - Ke386SetIoAccessMap@8 @508 - KeEnterCriticalRegion@0 @526 - KeGetCurrentThread@0 @532 - KeInitializeDpc@12 @548 - KeInitializeEvent@12 @549 - KeInitializeMutex@8 @552 - KeInitializeSemaphore@12 @554 - KeInitializeSpinLock@4 @555 - KeInitializeTimer@4 @556 - KeInitializeTimerEx@8 @557 - KeInsertQueue@8 @561 - KeLeaveCriticalRegion@0 @566 - KeQueryActiveProcessors@0 @572 - KeQueryInterruptTime@0 @573 - KeQuerySystemTime@4 @576 - KeQueryTickCount@4 @577 - KeQueryTimeIncrement@0 @578 - KeReleaseMutex@8 @590 - KeReleaseSemaphore@16 @591 - KeResetEvent@4 @600 - KeServiceDescriptorTable @606 DATA - KeSetEvent@12 @610 - KeSetPriorityThread@8 @615 - KeSetSystemAffinityThread@4 @617 - KeTickCount @625 DATA - KeWaitForMutexObject@20 @631 - KeWaitForSingleObject@20 @632 - LdrAccessResource@16=ntdll.LdrAccessResource @640 - LdrFindResourceDirectory_U@16=ntdll.LdrFindResourceDirectory_U @642 - LdrFindResource_U@16=ntdll.LdrFindResource_U @643 - MmAllocateContiguousMemory@12 @658 - MmAllocateContiguousMemorySpecifyCache@32 @659 - MmAllocateNonCachedMemory@4 @661 - MmAllocatePagesForMdl@28 @662 - MmFreeNonCachedMemory@8 @674 - MmGetSystemRoutineAddress@4 @678 - MmIsAddressValid@4 @682 - MmLockPagableSectionByHandle@4 @690 - MmMapIoSpace@16 @691 - MmMapLockedPagesSpecifyCache@24 @693 - MmPageEntireDriver@4 @703 - MmProbeAndLockPages@12 @705 - MmQuerySystemSize@0 @709 - MmResetDriverPaging@4 @711 - MmUnlockPagableImageSection@4 @719 - MmUnlockPages@4 @720 - MmUnmapIoSpace@8 @721 - NlsAnsiCodePage=ntdll.NlsAnsiCodePage @730 DATA - NlsMbCodePageTag=ntdll.NlsMbCodePageTag @732 DATA - NlsMbOemCodePageTag=ntdll.NlsMbOemCodePageTag @733 DATA - NtAddAtom@12=ntdll.NtAddAtom @736 - NtAdjustPrivilegesToken@24=ntdll.NtAdjustPrivilegesToken @737 - NtAllocateLocallyUniqueId@4=ntdll.NtAllocateLocallyUniqueId @738 - NtAllocateUuids@12=ntdll.NtAllocateUuids @739 - NtAllocateVirtualMemory@24=ntdll.NtAllocateVirtualMemory @740 - NtClose@4=ntdll.NtClose @742 - NtConnectPort@32=ntdll.NtConnectPort @743 - NtCreateEvent@20=ntdll.NtCreateEvent @744 - NtCreateFile@44=ntdll.NtCreateFile @745 - NtCreateSection@28=ntdll.NtCreateSection @746 - NtDeleteAtom@4=ntdll.NtDeleteAtom @747 - NtDeleteFile@4=ntdll.NtDeleteFile @748 - NtDeviceIoControlFile@40=ntdll.NtDeviceIoControlFile @749 - NtDuplicateObject@28=ntdll.NtDuplicateObject @750 - NtDuplicateToken@24=ntdll.NtDuplicateToken @751 - NtFindAtom@12=ntdll.NtFindAtom @752 - NtFreeVirtualMemory@16=ntdll.NtFreeVirtualMemory @753 - NtFsControlFile@40=ntdll.NtFsControlFile @754 - NtLockFile@40=ntdll.NtLockFile @756 - NtMapViewOfSection@40=ntdll.NtMapViewOfSection @758 - NtNotifyChangeDirectoryFile@36=ntdll.NtNotifyChangeDirectoryFile @759 - NtOpenFile@24=ntdll.NtOpenFile @760 - NtOpenProcess@16=ntdll.NtOpenProcess @761 - NtOpenProcessToken@12=ntdll.NtOpenProcessToken @762 - NtOpenProcessTokenEx@16=ntdll.NtOpenProcessTokenEx @763 - NtOpenThread@16=ntdll.NtOpenThread @764 - NtOpenThreadToken@16=ntdll.NtOpenThreadToken @765 - NtOpenThreadTokenEx@20=ntdll.NtOpenThreadTokenEx @766 - NtQueryDirectoryFile@44=ntdll.NtQueryDirectoryFile @767 - NtQueryEaFile@36=ntdll.NtQueryEaFile @768 - NtQueryInformationAtom@20=ntdll.NtQueryInformationAtom @769 - NtQueryInformationFile@20=ntdll.NtQueryInformationFile @770 - NtQueryInformationProcess@20=ntdll.NtQueryInformationProcess @771 - NtQueryInformationThread@20=ntdll.NtQueryInformationThread @772 - NtQueryInformationToken@20=ntdll.NtQueryInformationToken @773 - NtQuerySecurityObject@20=ntdll.NtQuerySecurityObject @775 - NtQuerySystemInformation@16=ntdll.NtQuerySystemInformation @776 - NtQueryVolumeInformationFile@20=ntdll.NtQueryVolumeInformationFile @777 - NtReadFile@36=ntdll.NtReadFile @778 - NtRequestWaitReplyPort@12=ntdll.NtRequestWaitReplyPort @780 - NtSetEaFile@16=ntdll.NtSetEaFile @781 - NtSetEvent@8=ntdll.NtSetEvent @782 - NtSetInformationFile@20=ntdll.NtSetInformationFile @783 - NtSetInformationProcess@16=ntdll.NtSetInformationProcess @784 - NtSetInformationThread@16=ntdll.NtSetInformationThread @785 - NtSetSecurityObject@12=ntdll.NtSetSecurityObject @787 - NtSetVolumeInformationFile@20=ntdll.NtSetVolumeInformationFile @788 - NtShutdownSystem@4=ntdll.NtShutdownSystem @789 - NtUnlockFile@20=ntdll.NtUnlockFile @791 - NtWaitForSingleObject@12=ntdll.NtWaitForSingleObject @793 - NtWriteFile@36=ntdll.NtWriteFile @794 - ObQueryNameString@16 @810 - ObReferenceObjectByHandle@24 @812 - ObReferenceObjectByName@32 @813 - PoSetPowerState@12 @833 - ProbeForRead@12 @838 - ProbeForWrite@12 @839 - PsCreateSystemThread@28 @846 - PsGetCurrentProcess@0=IoGetCurrentProcess@0 @852 - PsGetCurrentProcessId@0 @853 - PsGetCurrentThread@0=KeGetCurrentThread@0 @855 - PsGetCurrentThreadId@0 @856 - PsGetVersion@16 @887 - PsImpersonateClient@20 @888 - PsLookupProcessByProcessId@8 @895 - PsRemoveCreateThreadNotifyRoutine@4 @901 - PsSetCreateProcessNotifyRoutine@8 @910 - PsSetCreateThreadNotifyRoutine@4 @911 - PsSetLoadImageNotifyRoutine@4 @914 - PsTerminateSystemThread@4 @922 - READ_REGISTER_BUFFER_UCHAR@12 @924 - RtlAbsoluteToSelfRelativeSD@12=ntdll.RtlAbsoluteToSelfRelativeSD @930 - RtlAddAccessAllowedAce@16=ntdll.RtlAddAccessAllowedAce @931 - RtlAddAccessAllowedAceEx@20=ntdll.RtlAddAccessAllowedAceEx @932 - RtlAddAce@20=ntdll.RtlAddAce @933 - RtlAddAtomToAtomTable@12=ntdll.RtlAddAtomToAtomTable @934 - RtlAllocateHeap@12=ntdll.RtlAllocateHeap @936 - RtlAnsiCharToUnicodeChar@4=ntdll.RtlAnsiCharToUnicodeChar @937 - RtlAnsiStringToUnicodeSize@4=ntdll.RtlAnsiStringToUnicodeSize @938 - RtlAnsiStringToUnicodeString@12=ntdll.RtlAnsiStringToUnicodeString @939 - RtlAppendAsciizToString@8=ntdll.RtlAppendAsciizToString @940 - RtlAppendStringToString@8=ntdll.RtlAppendStringToString @941 - RtlAppendUnicodeStringToString@8=ntdll.RtlAppendUnicodeStringToString @942 - RtlAppendUnicodeToString@8=ntdll.RtlAppendUnicodeToString @943 - RtlAreAllAccessesGranted@8=ntdll.RtlAreAllAccessesGranted @944 - RtlAreAnyAccessesGranted@8=ntdll.RtlAreAnyAccessesGranted @945 - RtlAreBitsClear@12=ntdll.RtlAreBitsClear @946 - RtlAreBitsSet@12=ntdll.RtlAreBitsSet @947 - RtlAssert@16=ntdll.RtlAssert @948 - RtlCaptureContext@4=ntdll.RtlCaptureContext @949 - RtlCaptureStackBackTrace@16=ntdll.RtlCaptureStackBackTrace @950 - RtlCharToInteger@12=ntdll.RtlCharToInteger @951 - RtlCheckRegistryKey@8=ntdll.RtlCheckRegistryKey @952 - RtlClearAllBits@4=ntdll.RtlClearAllBits @953 - RtlClearBits@12=ntdll.RtlClearBits @955 - RtlCompareMemory@12=ntdll.RtlCompareMemory @956 - RtlCompareMemoryUlong@12=ntdll.RtlCompareMemoryUlong @957 - RtlCompareString@12=ntdll.RtlCompareString @958 - RtlCompareUnicodeString@12=ntdll.RtlCompareUnicodeString @959 - RtlCompressBuffer@32=ntdll.RtlCompressBuffer @960 - RtlConvertLongToLargeInteger@4=ntdll.RtlConvertLongToLargeInteger @962 - RtlConvertSidToUnicodeString@12=ntdll.RtlConvertSidToUnicodeString @963 - RtlConvertUlongToLargeInteger@4=ntdll.RtlConvertUlongToLargeInteger @964 - RtlCopyLuid@8=ntdll.RtlCopyLuid @965 - RtlCopySid@12=ntdll.RtlCopySid @967 - RtlCopyString@8=ntdll.RtlCopyString @968 - RtlCopyUnicodeString@8=ntdll.RtlCopyUnicodeString @969 - RtlCreateAcl@12=ntdll.RtlCreateAcl @970 - RtlCreateAtomTable@8=ntdll.RtlCreateAtomTable @971 - RtlCreateHeap@24=ntdll.RtlCreateHeap @972 - RtlCreateSecurityDescriptor@8=ntdll.RtlCreateSecurityDescriptor @974 - RtlCreateUnicodeString@8=ntdll.RtlCreateUnicodeString @976 - RtlDecompressBuffer@24=ntdll.RtlDecompressBuffer @978 - RtlDecompressFragment@32=ntdll.RtlDecompressFragment @980 - RtlDeleteAce@8=ntdll.RtlDeleteAce @982 - RtlDeleteAtomFromAtomTable@8=ntdll.RtlDeleteAtomFromAtomTable @983 - RtlDeleteRegistryValue@12=ntdll.RtlDeleteRegistryValue @989 - RtlDestroyAtomTable@4=ntdll.RtlDestroyAtomTable @991 - RtlDestroyHeap@4=ntdll.RtlDestroyHeap @992 - RtlDowncaseUnicodeString@12=ntdll.RtlDowncaseUnicodeString @993 - RtlEmptyAtomTable@8=ntdll.RtlEmptyAtomTable @994 - RtlEnlargedIntegerMultiply@8=ntdll.RtlEnlargedIntegerMultiply @995 - RtlEnlargedUnsignedDivide@16=ntdll.RtlEnlargedUnsignedDivide @996 - RtlEnlargedUnsignedMultiply@8=ntdll.RtlEnlargedUnsignedMultiply @997 - RtlEnumerateGenericTableWithoutSplaying@8=ntdll.RtlEnumerateGenericTableWithoutSplaying @1001 - RtlEqualLuid@8=ntdll.RtlEqualLuid @1003 - RtlEqualSid@8=ntdll.RtlEqualSid @1004 - RtlEqualString@12=ntdll.RtlEqualString @1005 - RtlEqualUnicodeString@12=ntdll.RtlEqualUnicodeString @1006 - RtlExtendedIntegerMultiply@12=ntdll.RtlExtendedIntegerMultiply @1007 - RtlExtendedLargeIntegerDivide@16=ntdll.RtlExtendedLargeIntegerDivide @1008 - RtlExtendedMagicDivide@20=ntdll.RtlExtendedMagicDivide @1009 - RtlFillMemory@12=ntdll.RtlFillMemory @1010 - RtlFillMemoryUlong@12=ntdll.RtlFillMemoryUlong @1011 - RtlFindClearBits@12=ntdll.RtlFindClearBits @1012 - RtlFindClearBitsAndSet@12=ntdll.RtlFindClearBitsAndSet @1013 - RtlFindClearRuns@16=ntdll.RtlFindClearRuns @1014 - RtlFindLastBackwardRunClear@12=ntdll.RtlFindLastBackwardRunClear @1016 - RtlFindLeastSignificantBit@8=ntdll.RtlFindLeastSignificantBit @1017 - RtlFindLongestRunClear@8=ntdll.RtlFindLongestRunClear @1018 - RtlFindMessage@20=ntdll.RtlFindMessage @1019 - RtlFindMostSignificantBit@8=ntdll.RtlFindMostSignificantBit @1020 - RtlFindNextForwardRunClear@12=ntdll.RtlFindNextForwardRunClear @1021 - RtlFindSetBits@12=ntdll.RtlFindSetBits @1023 - RtlFindSetBitsAndClear@12=ntdll.RtlFindSetBitsAndClear @1024 - RtlFormatCurrentUserKeyPath@4=ntdll.RtlFormatCurrentUserKeyPath @1026 - RtlFreeAnsiString@4=ntdll.RtlFreeAnsiString @1027 - RtlFreeHeap@12=ntdll.RtlFreeHeap @1028 - RtlFreeOemString@4=ntdll.RtlFreeOemString @1029 - RtlFreeUnicodeString@4=ntdll.RtlFreeUnicodeString @1031 - RtlGUIDFromString@8=ntdll.RtlGUIDFromString @1032 - RtlGetAce@12=ntdll.RtlGetAce @1034 - RtlGetCompressionWorkSpaceSize@12=ntdll.RtlGetCompressionWorkSpaceSize @1036 - RtlGetDaclSecurityDescriptor@16=ntdll.RtlGetDaclSecurityDescriptor @1037 - RtlGetGroupSecurityDescriptor@12=ntdll.RtlGetGroupSecurityDescriptor @1042 - RtlGetNtGlobalFlags@0=ntdll.RtlGetNtGlobalFlags @1044 - RtlGetOwnerSecurityDescriptor@12=ntdll.RtlGetOwnerSecurityDescriptor @1045 - RtlGetSaclSecurityDescriptor@16=ntdll.RtlGetSaclSecurityDescriptor @1046 - RtlGetVersion@4=ntdll.RtlGetVersion @1048 - RtlHashUnicodeString@16=ntdll.RtlHashUnicodeString @1049 - RtlImageDirectoryEntryToData@16=ntdll.RtlImageDirectoryEntryToData @1050 - RtlImageNtHeader@4=ntdll.RtlImageNtHeader @1051 - RtlInitAnsiString@8=ntdll.RtlInitAnsiString @1052 - RtlInitString@8=ntdll.RtlInitString @1054 - RtlInitUnicodeString@8=ntdll.RtlInitUnicodeString @1055 - RtlInitializeBitMap@12=ntdll.RtlInitializeBitMap @1056 - RtlInitializeGenericTable@20=ntdll.RtlInitializeGenericTable @1057 - RtlInitializeGenericTableAvl@20=ntdll.RtlInitializeGenericTableAvl @1058 - RtlInitializeSid@12=ntdll.RtlInitializeSid @1060 - RtlInsertElementGenericTableAvl@16=ntdll.RtlInsertElementGenericTableAvl @1063 - RtlInt64ToUnicodeString@16=ntdll.RtlInt64ToUnicodeString @1067 - RtlIntegerToChar@16=ntdll.RtlIntegerToChar @1068 - RtlIntegerToUnicodeString@12=ntdll.RtlIntegerToUnicodeString @1070 - RtlIpv4AddressToStringA@8=ntdll.RtlIpv4AddressToStringA @1072 - RtlIpv4AddressToStringExA@16=ntdll.RtlIpv4AddressToStringExA @1073 - RtlIpv4AddressToStringExW@16=ntdll.RtlIpv4AddressToStringExW @1074 - RtlIpv4AddressToStringW@8=ntdll.RtlIpv4AddressToStringW @1075 - RtlIpv4StringToAddressExW@16=ntdll.RtlIpv4StringToAddressExW @1078 - RtlIsNameLegalDOS8Dot3@12=ntdll.RtlIsNameLegalDOS8Dot3 @1090 - RtlLargeIntegerAdd@16=ntdll.RtlLargeIntegerAdd @1093 - RtlLargeIntegerArithmeticShift@12=ntdll.RtlLargeIntegerArithmeticShift @1094 - RtlLargeIntegerDivide@20=ntdll.RtlLargeIntegerDivide @1095 - RtlLargeIntegerNegate@8=ntdll.RtlLargeIntegerNegate @1096 - RtlLargeIntegerShiftLeft@12=ntdll.RtlLargeIntegerShiftLeft @1097 - RtlLargeIntegerShiftRight@12=ntdll.RtlLargeIntegerShiftRight @1098 - RtlLargeIntegerSubtract@16=ntdll.RtlLargeIntegerSubtract @1099 - RtlLengthRequiredSid@4=ntdll.RtlLengthRequiredSid @1100 - RtlLengthSecurityDescriptor@4=ntdll.RtlLengthSecurityDescriptor @1101 - RtlLengthSid@4=ntdll.RtlLengthSid @1102 - RtlLookupAtomInAtomTable@12=ntdll.RtlLookupAtomInAtomTable @1104 - RtlMapGenericMask@8=ntdll.RtlMapGenericMask @1109 - RtlMoveMemory@12=ntdll.RtlMoveMemory @1112 - RtlMultiByteToUnicodeN@20=ntdll.RtlMultiByteToUnicodeN @1113 - RtlMultiByteToUnicodeSize@12=ntdll.RtlMultiByteToUnicodeSize @1114 - RtlNtStatusToDosError@4=ntdll.RtlNtStatusToDosError @1116 - RtlNtStatusToDosErrorNoTeb@4=ntdll.RtlNtStatusToDosErrorNoTeb @1117 - RtlNumberGenericTableElements@4=ntdll.RtlNumberGenericTableElements @1118 - RtlNumberOfClearBits@4=ntdll.RtlNumberOfClearBits @1120 - RtlNumberOfSetBits@4=ntdll.RtlNumberOfSetBits @1121 - RtlOemStringToUnicodeSize@4=ntdll.RtlOemStringToUnicodeSize @1123 - RtlOemStringToUnicodeString@12=ntdll.RtlOemStringToUnicodeString @1124 - RtlOemToUnicodeN@20=ntdll.RtlOemToUnicodeN @1125 - RtlPinAtomInAtomTable@8=ntdll.RtlPinAtomInAtomTable @1126 - RtlPrefixString@12=ntdll.RtlPrefixString @1127 - RtlPrefixUnicodeString@12=ntdll.RtlPrefixUnicodeString @1128 - RtlQueryAtomInAtomTable@24=ntdll.RtlQueryAtomInAtomTable @1129 - RtlQueryRegistryValues@20=ntdll.RtlQueryRegistryValues @1130 - RtlQueryTimeZoneInformation@4=ntdll.RtlQueryTimeZoneInformation @1131 - RtlRaiseException@4=ntdll.RtlRaiseException @1132 - RtlRandom@4=ntdll.RtlRandom @1133 - RtlSecondsSince1970ToTime@8=ntdll.RtlSecondsSince1970ToTime @1139 - RtlSecondsSince1980ToTime@8=ntdll.RtlSecondsSince1980ToTime @1140 - RtlSelfRelativeToAbsoluteSD@44=ntdll.RtlSelfRelativeToAbsoluteSD @1142 - RtlSetAllBits@4=ntdll.RtlSetAllBits @1143 - RtlSetBits@12=ntdll.RtlSetBits @1145 - RtlSetDaclSecurityDescriptor@16=ntdll.RtlSetDaclSecurityDescriptor @1146 - RtlSetGroupSecurityDescriptor@12=ntdll.RtlSetGroupSecurityDescriptor @1147 - RtlSetOwnerSecurityDescriptor@12=ntdll.RtlSetOwnerSecurityDescriptor @1148 - RtlSetSaclSecurityDescriptor@16=ntdll.RtlSetSaclSecurityDescriptor @1149 - RtlSetTimeZoneInformation@4=ntdll.RtlSetTimeZoneInformation @1150 - RtlSizeHeap@12=ntdll.RtlSizeHeap @1151 - RtlStringFromGUID@8=ntdll.RtlStringFromGUID @1153 - RtlSubAuthorityCountSid@4=ntdll.RtlSubAuthorityCountSid @1154 - RtlSubAuthoritySid@8=ntdll.RtlSubAuthoritySid @1155 - RtlTimeFieldsToTime@8=ntdll.RtlTimeFieldsToTime @1159 - RtlTimeToElapsedTimeFields@8=ntdll.RtlTimeToElapsedTimeFields @1160 - RtlTimeToSecondsSince1970@8=ntdll.RtlTimeToSecondsSince1970 @1161 - RtlTimeToSecondsSince1980@8=ntdll.RtlTimeToSecondsSince1980 @1162 - RtlTimeToTimeFields@8=ntdll.RtlTimeToTimeFields @1163 - RtlUnicodeStringToAnsiSize@4=ntdll.RtlUnicodeStringToAnsiSize @1172 - RtlUnicodeStringToAnsiString@12=ntdll.RtlUnicodeStringToAnsiString @1173 - RtlUnicodeStringToInteger@12=ntdll.RtlUnicodeStringToInteger @1175 - RtlUnicodeStringToOemSize@4=ntdll.RtlUnicodeStringToOemSize @1176 - RtlUnicodeStringToOemString@12=ntdll.RtlUnicodeStringToOemString @1177 - RtlUnicodeToMultiByteN@20=ntdll.RtlUnicodeToMultiByteN @1179 - RtlUnicodeToMultiByteSize@12=ntdll.RtlUnicodeToMultiByteSize @1180 - RtlUnicodeToOemN@20=ntdll.RtlUnicodeToOemN @1181 - RtlUnwind@16=ntdll.RtlUnwind @1183 - RtlUpcaseUnicodeChar@4=ntdll.RtlUpcaseUnicodeChar @1184 - RtlUpcaseUnicodeString@12=ntdll.RtlUpcaseUnicodeString @1185 - RtlUpcaseUnicodeStringToAnsiString@12=ntdll.RtlUpcaseUnicodeStringToAnsiString @1186 - RtlUpcaseUnicodeStringToCountedOemString@12=ntdll.RtlUpcaseUnicodeStringToCountedOemString @1187 - RtlUpcaseUnicodeStringToOemString@12=ntdll.RtlUpcaseUnicodeStringToOemString @1188 - RtlUpcaseUnicodeToMultiByteN@20=ntdll.RtlUpcaseUnicodeToMultiByteN @1190 - RtlUpcaseUnicodeToOemN@20=ntdll.RtlUpcaseUnicodeToOemN @1191 - RtlUpperChar@4=ntdll.RtlUpperChar @1192 - RtlUpperString@8=ntdll.RtlUpperString @1193 - RtlValidRelativeSecurityDescriptor@12=ntdll.RtlValidRelativeSecurityDescriptor @1194 - RtlValidSecurityDescriptor@4=ntdll.RtlValidSecurityDescriptor @1195 - RtlValidSid@4=ntdll.RtlValidSid @1196 - RtlVerifyVersionInfo@16=ntdll.RtlVerifyVersionInfo @1197 - RtlWriteRegistryValue@24=ntdll.RtlWriteRegistryValue @1200 - RtlZeroMemory@8=ntdll.RtlZeroMemory @1202 - RtlxAnsiStringToUnicodeSize@4=ntdll.RtlxAnsiStringToUnicodeSize @1203 - RtlxOemStringToUnicodeSize@4=ntdll.RtlxOemStringToUnicodeSize @1204 - RtlxUnicodeStringToAnsiSize@4=ntdll.RtlxUnicodeStringToAnsiSize @1205 - RtlxUnicodeStringToOemSize@4=ntdll.RtlxUnicodeStringToOemSize @1206 - VerSetConditionMask@16=ntdll.VerSetConditionMask @1259 - ZwAccessCheckAndAuditAlarm@44=ntdll.ZwAccessCheckAndAuditAlarm @1279 - ZwAdjustPrivilegesToken@24=ntdll.ZwAdjustPrivilegesToken @1281 - ZwAlertThread@4=ntdll.ZwAlertThread @1282 - ZwAllocateVirtualMemory@24=ntdll.ZwAllocateVirtualMemory @1283 - ZwAssignProcessToJobObject@8=ntdll.ZwAssignProcessToJobObject @1284 - ZwCancelIoFile@8=ntdll.ZwCancelIoFile @1285 - ZwCancelTimer@8=ntdll.ZwCancelTimer @1286 - ZwClearEvent@4=ntdll.ZwClearEvent @1287 - ZwClose@4=ntdll.ZwClose @1288 - ZwConnectPort@32=ntdll.ZwConnectPort @1290 - ZwCreateDirectoryObject@12=ntdll.ZwCreateDirectoryObject @1291 - ZwCreateEvent@20=ntdll.ZwCreateEvent @1292 - ZwCreateFile@44=ntdll.ZwCreateFile @1293 - ZwCreateJobObject@12=ntdll.ZwCreateJobObject @1294 - ZwCreateKey@28=ntdll.ZwCreateKey @1295 - ZwCreateSection@28=ntdll.ZwCreateSection @1296 - ZwCreateSymbolicLinkObject@16=ntdll.ZwCreateSymbolicLinkObject @1297 - ZwCreateTimer@16=ntdll.ZwCreateTimer @1298 - ZwDeleteFile@4=ntdll.ZwDeleteFile @1300 - ZwDeleteKey@4=ntdll.ZwDeleteKey @1301 - ZwDeleteValueKey@8=ntdll.ZwDeleteValueKey @1302 - ZwDeviceIoControlFile@40=ntdll.ZwDeviceIoControlFile @1303 - ZwDisplayString@4=ntdll.ZwDisplayString @1304 - ZwDuplicateObject@28=ntdll.ZwDuplicateObject @1305 - ZwDuplicateToken@24=ntdll.ZwDuplicateToken @1306 - ZwEnumerateKey@24=ntdll.ZwEnumerateKey @1308 - ZwEnumerateValueKey@24=ntdll.ZwEnumerateValueKey @1309 - ZwFlushInstructionCache@12=ntdll.ZwFlushInstructionCache @1310 - ZwFlushKey@4=ntdll.ZwFlushKey @1311 - ZwFlushVirtualMemory@16=ntdll.ZwFlushVirtualMemory @1312 - ZwFreeVirtualMemory@16=ntdll.ZwFreeVirtualMemory @1313 - ZwFsControlFile@40=ntdll.ZwFsControlFile @1314 - ZwInitiatePowerAction@16=ntdll.ZwInitiatePowerAction @1315 - ZwIsProcessInJob@8=ntdll.ZwIsProcessInJob @1316 - ZwLoadDriver@4=ntdll.ZwLoadDriver @1317 - ZwLoadKey@8=ntdll.ZwLoadKey @1318 - ZwMakeTemporaryObject@4=ntdll.ZwMakeTemporaryObject @1319 - ZwMapViewOfSection@40=ntdll.ZwMapViewOfSection @1320 - ZwNotifyChangeKey@40=ntdll.ZwNotifyChangeKey @1321 - ZwOpenDirectoryObject@12=ntdll.ZwOpenDirectoryObject @1322 - ZwOpenEvent@12=ntdll.ZwOpenEvent @1323 - ZwOpenFile@24=ntdll.ZwOpenFile @1324 - ZwOpenJobObject@12=ntdll.ZwOpenJobObject @1325 - ZwOpenKey@12=ntdll.ZwOpenKey @1326 - ZwOpenProcess@16=ntdll.ZwOpenProcess @1327 - ZwOpenProcessToken@12=ntdll.ZwOpenProcessToken @1328 - ZwOpenProcessTokenEx@16=ntdll.ZwOpenProcessTokenEx @1329 - ZwOpenSection@12=ntdll.ZwOpenSection @1330 - ZwOpenSymbolicLinkObject@12=ntdll.ZwOpenSymbolicLinkObject @1331 - ZwOpenThread@16=ntdll.ZwOpenThread @1332 - ZwOpenThreadToken@16=ntdll.ZwOpenThreadToken @1333 - ZwOpenThreadTokenEx@20=ntdll.ZwOpenThreadTokenEx @1334 - ZwOpenTimer@12=ntdll.ZwOpenTimer @1335 - ZwPowerInformation@20=ntdll.ZwPowerInformation @1336 - ZwPulseEvent@8=ntdll.ZwPulseEvent @1337 - ZwQueryDefaultLocale@8=ntdll.ZwQueryDefaultLocale @1340 - ZwQueryDefaultUILanguage@4=ntdll.ZwQueryDefaultUILanguage @1341 - ZwQueryDirectoryFile@44=ntdll.ZwQueryDirectoryFile @1342 - ZwQueryDirectoryObject@28=ntdll.ZwQueryDirectoryObject @1343 - ZwQueryEaFile@36=ntdll.ZwQueryEaFile @1344 - ZwQueryFullAttributesFile@8=ntdll.ZwQueryFullAttributesFile @1345 - ZwQueryInformationFile@20=ntdll.ZwQueryInformationFile @1346 - ZwQueryInformationJobObject@20=ntdll.ZwQueryInformationJobObject @1347 - ZwQueryInformationProcess@20=ntdll.ZwQueryInformationProcess @1348 - ZwQueryInformationThread@20=ntdll.ZwQueryInformationThread @1349 - ZwQueryInformationToken@20=ntdll.ZwQueryInformationToken @1350 - ZwQueryInstallUILanguage@4=ntdll.ZwQueryInstallUILanguage @1351 - ZwQueryKey@20=ntdll.ZwQueryKey @1352 - ZwQueryObject@20=ntdll.ZwQueryObject @1353 - ZwQuerySection@20=ntdll.ZwQuerySection @1354 - ZwQuerySecurityObject@20=ntdll.ZwQuerySecurityObject @1355 - ZwQuerySymbolicLinkObject@12=ntdll.ZwQuerySymbolicLinkObject @1356 - ZwQuerySystemInformation@16=ntdll.ZwQuerySystemInformation @1357 - ZwQueryValueKey@24=ntdll.ZwQueryValueKey @1358 - ZwQueryVolumeInformationFile@20=ntdll.ZwQueryVolumeInformationFile @1359 - ZwReadFile@36=ntdll.ZwReadFile @1360 - ZwReplaceKey@12=ntdll.ZwReplaceKey @1361 - ZwRequestWaitReplyPort@12=ntdll.ZwRequestWaitReplyPort @1362 - ZwResetEvent@8=ntdll.ZwResetEvent @1363 - ZwRestoreKey@12=ntdll.ZwRestoreKey @1364 - ZwSaveKey@8=ntdll.ZwSaveKey @1365 - ZwSetDefaultLocale@8=ntdll.ZwSetDefaultLocale @1369 - ZwSetDefaultUILanguage@4=ntdll.ZwSetDefaultUILanguage @1370 - ZwSetEaFile@16=ntdll.ZwSetEaFile @1371 - ZwSetEvent@8=ntdll.ZwSetEvent @1372 - ZwSetInformationFile@20=ntdll.ZwSetInformationFile @1373 - ZwSetInformationJobObject@16=ntdll.ZwSetInformationJobObject @1374 - ZwSetInformationObject@16=ntdll.ZwSetInformationObject @1375 - ZwSetInformationProcess@16=ntdll.ZwSetInformationProcess @1376 - ZwSetInformationThread@16=ntdll.ZwSetInformationThread @1377 - ZwSetSecurityObject@12=ntdll.ZwSetSecurityObject @1378 - ZwSetSystemInformation@12=ntdll.ZwSetSystemInformation @1379 - ZwSetSystemTime@8=ntdll.ZwSetSystemTime @1380 - ZwSetTimer@28=ntdll.ZwSetTimer @1381 - ZwSetValueKey@24=ntdll.ZwSetValueKey @1382 - ZwSetVolumeInformationFile@20=ntdll.ZwSetVolumeInformationFile @1383 - ZwTerminateJobObject@8=ntdll.ZwTerminateJobObject @1384 - ZwTerminateProcess@8=ntdll.ZwTerminateProcess @1385 - ZwUnloadDriver@4=ntdll.ZwUnloadDriver @1387 - ZwUnloadKey@4=ntdll.ZwUnloadKey @1388 - ZwUnmapViewOfSection@8=ntdll.ZwUnmapViewOfSection @1389 - ZwWaitForMultipleObjects@20=ntdll.ZwWaitForMultipleObjects @1390 - ZwWaitForSingleObject@12=ntdll.ZwWaitForSingleObject @1391 - ZwWriteFile@36=ntdll.ZwWriteFile @1392 - ZwYieldExecution@0=ntdll.ZwYieldExecution @1393 - _CIcos=msvcrt._CIcos @1394 PRIVATE - _CIsin=msvcrt._CIsin @1395 PRIVATE - _CIsqrt=msvcrt._CIsqrt @1396 PRIVATE - _abnormal_termination=msvcrt._abnormal_termination @1397 PRIVATE - _alldiv@16=ntdll._alldiv @1398 PRIVATE - _allmul@16=ntdll._allmul @1400 PRIVATE - _alloca_probe@0=ntdll._alloca_probe @1401 PRIVATE - _allrem@16=ntdll._allrem @1402 PRIVATE - _aulldiv@16=ntdll._aulldiv @1405 PRIVATE - _aullrem@16=ntdll._aullrem @1407 PRIVATE - _except_handler2=msvcrt._except_handler2 @1409 PRIVATE - _except_handler3=msvcrt._except_handler3 @1410 PRIVATE - _global_unwind2=msvcrt._global_unwind2 @1411 PRIVATE - _itoa=msvcrt._itoa @1412 PRIVATE - _itow=msvcrt._itow @1413 PRIVATE - _local_unwind2=msvcrt._local_unwind2 @1414 PRIVATE - _purecall=msvcrt._purecall @1415 PRIVATE - _snprintf=msvcrt._snprintf @1416 PRIVATE - _snwprintf=msvcrt._snwprintf @1417 PRIVATE - _stricmp=msvcrt._stricmp @1418 PRIVATE - _strlwr=msvcrt._strlwr @1419 PRIVATE - _strnicmp=msvcrt._strnicmp @1420 PRIVATE - _strnset=msvcrt._strnset @1421 PRIVATE - _strrev=msvcrt._strrev @1422 PRIVATE - _strset=msvcrt._strset @1423 PRIVATE - _strupr=msvcrt._strupr @1424 PRIVATE - _vsnprintf=msvcrt._vsnprintf @1425 PRIVATE - _vsnwprintf=msvcrt._vsnwprintf @1426 PRIVATE - _wcsicmp=msvcrt._wcsicmp @1427 PRIVATE - _wcslwr=msvcrt._wcslwr @1428 PRIVATE - _wcsnicmp=msvcrt._wcsnicmp @1429 PRIVATE - _wcsnset=msvcrt._wcsnset @1430 PRIVATE - _wcsrev=msvcrt._wcsrev @1431 PRIVATE - _wcsupr=msvcrt._wcsupr @1432 PRIVATE - atoi=msvcrt.atoi @1433 PRIVATE - atol=msvcrt.atol @1434 PRIVATE - isdigit=msvcrt.isdigit @1435 PRIVATE - islower=msvcrt.islower @1436 PRIVATE - isprint=msvcrt.isprint @1437 PRIVATE - isspace=msvcrt.isspace @1438 PRIVATE - isupper=msvcrt.isupper @1439 PRIVATE - isxdigit=msvcrt.isxdigit @1440 PRIVATE - mbstowcs=msvcrt.mbstowcs @1441 PRIVATE - mbtowc=msvcrt.mbtowc @1442 PRIVATE - memchr=msvcrt.memchr @1443 PRIVATE - memcpy=msvcrt.memcpy @1444 PRIVATE - memmove=msvcrt.memmove @1445 PRIVATE - memset=msvcrt.memset @1446 PRIVATE - qsort=msvcrt.qsort @1447 PRIVATE - rand=msvcrt.rand @1448 PRIVATE - sprintf=msvcrt.sprintf @1449 PRIVATE - srand=msvcrt.srand @1450 PRIVATE - strcat=msvcrt.strcat @1451 PRIVATE - strchr=msvcrt.strchr @1452 PRIVATE - strcmp=msvcrt.strcmp @1453 PRIVATE - strcpy=msvcrt.strcpy @1454 PRIVATE - strlen=msvcrt.strlen @1455 PRIVATE - strncat=msvcrt.strncat @1456 PRIVATE - strncmp=msvcrt.strncmp @1457 PRIVATE - strncpy=msvcrt.strncpy @1458 PRIVATE - strrchr=msvcrt.strrchr @1459 PRIVATE - strspn=msvcrt.strspn @1460 PRIVATE - strstr=msvcrt.strstr @1461 PRIVATE - swprintf=msvcrt.swprintf @1462 PRIVATE - tolower=msvcrt.tolower @1463 PRIVATE - toupper=msvcrt.toupper @1464 PRIVATE - towlower=msvcrt.towlower @1465 PRIVATE - towupper=msvcrt.towupper @1466 PRIVATE - vDbgPrintEx@16=ntdll.vDbgPrintEx @1467 - vDbgPrintExWithPrefix@20=ntdll.vDbgPrintExWithPrefix @1468 - vsprintf=msvcrt.vsprintf @1469 PRIVATE - wcscat=msvcrt.wcscat @1470 PRIVATE - wcschr=msvcrt.wcschr @1471 PRIVATE - wcscmp=msvcrt.wcscmp @1472 PRIVATE - wcscpy=msvcrt.wcscpy @1473 PRIVATE - wcscspn=msvcrt.wcscspn @1474 PRIVATE - wcslen=msvcrt.wcslen @1475 PRIVATE - wcsncat=msvcrt.wcsncat @1476 PRIVATE - wcsncmp=msvcrt.wcsncmp @1477 PRIVATE - wcsncpy=msvcrt.wcsncpy @1478 PRIVATE - wcsrchr=msvcrt.wcsrchr @1479 PRIVATE - wcsspn=msvcrt.wcsspn @1480 PRIVATE - wcsstr=msvcrt.wcsstr @1481 PRIVATE - wcstombs=msvcrt.wcstombs @1482 PRIVATE - wctomb=msvcrt.wctomb @1483 PRIVATE - wine_ntoskrnl_main_loop @1484 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libole32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libole32.def index 269a586..d073305 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libole32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libole32.def @@ -68,6 +68,8 @@ EXPORTS CoRegisterMallocSpy@4 @66 CoRegisterMessageFilter@8 @67 CoRegisterPSClsid@8 @68 + CoRegisterSurrogate@4 @69 + CoRegisterSurrogateEx@8 @70 CoReleaseMarshalData@4 @71 CoReleaseServerProcess@0 @72 CoResumeClassObjects@0 @73 @@ -190,6 +192,7 @@ EXPORTS OleGetAutoConvert@8 @207 OleGetClipboard@4 @208 OleGetIconOfClass@12 @209 + OleGetIconOfFile@8 @210 OleInitialize@4 @211 OleInitializeWOW@8 @212 OleIsCurrentClipboard@4 @213 @@ -241,20 +244,22 @@ EXPORTS StgCreateDocfile@16 @263 StgCreateDocfileOnILockBytes@16 @264 StgCreatePropSetStg@12 @265 - StgCreateStorageEx@32 @266 - StgIsStorageFile@4 @269 - StgIsStorageILockBytes@4 @270 - StgOpenStorage@24 @272 - StgOpenStorageEx@32 @273 - StgOpenStorageOnILockBytes@24 @274 - StgSetTimes@16 @275 - StringFromCLSID@8 @276 - StringFromGUID2@12 @277 - StringFromIID@8=StringFromCLSID@8 @278 - WdtpInterfacePointer_UserFree@4 @284 - WdtpInterfacePointer_UserMarshal@20 @285 - WdtpInterfacePointer_UserSize@20 @286 - WdtpInterfacePointer_UserUnmarshal@16 @287 - WriteClassStg@8 @288 - WriteClassStm@8 @289 - WriteFmtUserTypeStg@12 @290 + StgCreatePropStg@24 @266 + StgCreateStorageEx@32 @267 + StgIsStorageFile@4 @270 + StgIsStorageILockBytes@4 @271 + StgOpenPropStg@20 @273 + StgOpenStorage@24 @274 + StgOpenStorageEx@32 @275 + StgOpenStorageOnILockBytes@24 @276 + StgSetTimes@16 @277 + StringFromCLSID@8 @278 + StringFromGUID2@12 @279 + StringFromIID@8=StringFromCLSID@8 @280 + WdtpInterfacePointer_UserFree@4 @286 + WdtpInterfacePointer_UserMarshal@20 @287 + WdtpInterfacePointer_UserSize@20 @288 + WdtpInterfacePointer_UserUnmarshal@16 @289 + WriteClassStg@8 @290 + WriteClassStm@8 @291 + WriteFmtUserTypeStg@12 @292 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/liboleaut32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/liboleaut32.def index e7b3302..4ff6540 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/liboleaut32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/liboleaut32.def @@ -318,6 +318,7 @@ EXPORTS VarCyMulI8@20 @329 VarDateFromUdate@12 @330 VarUdateFromDate@16 @331 + GetAltMonthNames@8 @332 VarI8FromUI1@8 @333 VarI8FromI2@8 @334 VarI8FromR4@8 @335 @@ -367,6 +368,7 @@ EXPORTS OleCreatePictureIndirect@16 @419 OleCreateFontIndirect@12 @420 OleTranslateColor@12 @421 + OleLoadPictureFile@20 @422 OleSavePictureFile@8 @423 OleLoadPicturePath@24 @424 VarUI4FromI8@12 @425 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libopengl32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libopengl32.def index 3d3aba8..15d877d 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libopengl32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libopengl32.def @@ -349,17 +349,17 @@ EXPORTS wglDescribePixelFormat@16 @344 wglGetCurrentContext@0 @345 wglGetCurrentDC@0 @346 - wglGetLayerPaletteEntries@20 @348 - wglGetPixelFormat@4 @349 - wglGetProcAddress@4 @350 - wglMakeCurrent@8 @351 - wglRealizeLayerPalette@12 @352 - wglSetLayerPaletteEntries@20 @353 - wglSetPixelFormat@12 @354 - wglShareLists@8 @355 - wglSwapBuffers@4 @356 - wglSwapLayerBuffers@8 @357 - wglUseFontBitmapsA@16 @358 - wglUseFontBitmapsW@16 @359 - wglUseFontOutlinesA@32 @360 - wglUseFontOutlinesW@32 @361 + wglGetLayerPaletteEntries@20 @347 + wglGetPixelFormat@4 @348 + wglGetProcAddress@4 @349 + wglMakeCurrent@8 @350 + wglRealizeLayerPalette@12 @351 + wglSetLayerPaletteEntries@20 @352 + wglSetPixelFormat@12 @353 + wglShareLists@8 @354 + wglSwapBuffers@4 @355 + wglSwapLayerBuffers@8 @356 + wglUseFontBitmapsA@16 @357 + wglUseFontBitmapsW@16 @358 + wglUseFontOutlinesA@32 @359 + wglUseFontOutlinesW@32 @360 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libpowrprof.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libpowrprof.def index fcddc1b..04bcf81 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libpowrprof.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libpowrprof.def @@ -15,13 +15,15 @@ EXPORTS IsPwrHibernateAllowed@0 @10 IsPwrShutdownAllowed@0 @11 IsPwrSuspendAllowed@0 @12 - PowerGetActiveScheme@8 @13 - PowerReadDCValue@28 @14 - ReadGlobalPwrPolicy@4 @15 - ReadProcessorPwrScheme@8 @16 - ReadPwrScheme@8 @17 - SetActivePwrScheme@12 @18 - SetSuspendState@12 @19 - WriteGlobalPwrPolicy@4 @20 - WriteProcessorPwrScheme@8 @21 - WritePwrScheme@16 @22 + PowerDeterminePlatformRole@0 @13 + PowerGetActiveScheme@8 @14 + PowerSetActiveScheme@8 @15 + PowerReadDCValue@28 @16 + ReadGlobalPwrPolicy@4 @17 + ReadProcessorPwrScheme@8 @18 + ReadPwrScheme@8 @19 + SetActivePwrScheme@12 @20 + SetSuspendState@12 @21 + WriteGlobalPwrPolicy@4 @22 + WriteProcessorPwrScheme@8 @23 + WritePwrScheme@16 @24 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libpropsys.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libpropsys.def index abd44e1..2b4e79c 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libpropsys.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libpropsys.def @@ -21,10 +21,12 @@ EXPORTS PSUnregisterPropertySchema@4 @75 PropVariantChangeType@16 @76 PropVariantCompareEx@16 @77 + PropVariantToBoolean@8 @90 PropVariantToGUID@8 @102 PropVariantToInt16@8 @103 PropVariantToInt32@8 @107 PropVariantToInt64@8 @111 + PropVariantToStringAlloc@8 @117 PropVariantToUInt16@8 @121 PropVariantToUInt32@8 @125 PropVariantToUInt64@8 @129 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/librasapi32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/librasapi32.def index da6b08f..ff5bbd6 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/librasapi32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/librasapi32.def @@ -31,32 +31,33 @@ EXPORTS RasGetAutodialParamW@12 @578 RasGetConnectStatusA@8 @580 RasGetConnectStatusW@8 @581 - RasGetEntryDialParamsA@12 @587 - RasGetEntryDialParamsW@12 @588 - RasGetEntryPropertiesA@24 @589 - RasGetEntryPropertiesW@24 @590 - RasGetErrorStringA@12 @591 - RasGetErrorStringW@12 @592 - RasGetLinkStatistics@12 @595 - RasGetProjectionInfoA@16 @596 - RasGetProjectionInfoW@16 @597 - RasHangUpA@4 @602 - RasHangUpW@4 @603 - RasRenameEntryA@12 @605 - RasRenameEntryW@12 @606 - RasSetAutodialAddressA@20 @607 - RasSetAutodialAddressW@20 @608 - RasSetAutodialEnableA@8 @609 - RasSetAutodialEnableW@8 @610 - RasSetAutodialParamA@12 @611 - RasSetAutodialParamW@12 @612 - RasSetCustomAuthDataA@16 @615 - RasSetCustomAuthDataW@16 @616 - RasSetEntryDialParamsA@12 @617 - RasSetEntryDialParamsW@12 @618 - RasSetEntryPropertiesA@24 @619 - RasSetEntryPropertiesW@24 @620 - RasSetSubEntryPropertiesA@28 @622 - RasSetSubEntryPropertiesW@28 @623 - RasValidateEntryNameA@8 @624 - RasValidateEntryNameW@8 @625 + RasGetConnectionStatistics@8 @583 + RasGetEntryDialParamsA@12 @588 + RasGetEntryDialParamsW@12 @589 + RasGetEntryPropertiesA@24 @590 + RasGetEntryPropertiesW@24 @591 + RasGetErrorStringA@12 @592 + RasGetErrorStringW@12 @593 + RasGetLinkStatistics@12 @596 + RasGetProjectionInfoA@16 @597 + RasGetProjectionInfoW@16 @598 + RasHangUpA@4 @603 + RasHangUpW@4 @604 + RasRenameEntryA@12 @606 + RasRenameEntryW@12 @607 + RasSetAutodialAddressA@20 @608 + RasSetAutodialAddressW@20 @609 + RasSetAutodialEnableA@8 @610 + RasSetAutodialEnableW@8 @611 + RasSetAutodialParamA@12 @612 + RasSetAutodialParamW@12 @613 + RasSetCustomAuthDataA@16 @616 + RasSetCustomAuthDataW@16 @617 + RasSetEntryDialParamsA@12 @618 + RasSetEntryDialParamsW@12 @619 + RasSetEntryPropertiesA@24 @620 + RasSetEntryPropertiesW@24 @621 + RasSetSubEntryPropertiesA@28 @623 + RasSetSubEntryPropertiesW@28 @624 + RasValidateEntryNameA@8 @625 + RasValidateEntryNameW@8 @626 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/librpcrt4.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/librpcrt4.def index 777c65f..e0d82ac 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/librpcrt4.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/librpcrt4.def @@ -60,6 +60,7 @@ EXPORTS NDRSContextUnmarshallEx@12 @115 NdrAllocate@8 @117 NdrAsyncClientCall @118 + NdrAsyncServerCall@4 @119 NdrAsyncStubCall@16 @120 NdrByteCountPointerBufferSize@12 @121 NdrByteCountPointerFree@12 @122 @@ -281,35 +282,36 @@ EXPORTS RpcServerRegisterAuthInfoA@16 @433 RpcServerRegisterAuthInfoW@16 @434 RpcServerRegisterIf2@28 @435 - RpcServerRegisterIf@12 @436 - RpcServerRegisterIfEx@24 @437 - RpcServerUnregisterIf@12 @439 - RpcServerUnregisterIfEx@12 @440 - RpcServerUseProtseqA@12 @445 - RpcServerUseProtseqEpA@16 @446 - RpcServerUseProtseqEpExA@20 @447 - RpcServerUseProtseqEpExW@20 @448 - RpcServerUseProtseqEpW@16 @449 - RpcServerUseProtseqW@12 @456 - RpcSmDestroyClientContext@4 @460 - RpcSsDestroyClientContext@4 @471 - RpcSsDontSerializeContext@0 @473 - RpcStringBindingComposeA@24 @481 - RpcStringBindingComposeW@24 @482 - RpcStringBindingParseA@24 @483 - RpcStringBindingParseW@24 @484 - RpcStringFreeA@4 @485 - RpcStringFreeW@4 @486 - TowerConstruct@24 @492 - TowerExplode@24 @493 - UuidCompare@12 @494 - UuidCreate@4 @495 - UuidCreateNil@4 @496 - UuidCreateSequential@4 @497 - UuidEqual@12 @498 - UuidFromStringA@8 @499 - UuidFromStringW@8 @500 - UuidHash@8 @501 - UuidIsNil@8 @502 - UuidToStringA@8 @503 - UuidToStringW@8 @504 + RpcServerRegisterIf3@32 @436 + RpcServerRegisterIf@12 @437 + RpcServerRegisterIfEx@24 @438 + RpcServerUnregisterIf@12 @440 + RpcServerUnregisterIfEx@12 @441 + RpcServerUseProtseqA@12 @446 + RpcServerUseProtseqEpA@16 @447 + RpcServerUseProtseqEpExA@20 @448 + RpcServerUseProtseqEpExW@20 @449 + RpcServerUseProtseqEpW@16 @450 + RpcServerUseProtseqW@12 @457 + RpcSmDestroyClientContext@4 @461 + RpcSsDestroyClientContext@4 @472 + RpcSsDontSerializeContext@0 @474 + RpcStringBindingComposeA@24 @482 + RpcStringBindingComposeW@24 @483 + RpcStringBindingParseA@24 @484 + RpcStringBindingParseW@24 @485 + RpcStringFreeA@4 @486 + RpcStringFreeW@4 @487 + TowerConstruct@24 @493 + TowerExplode@24 @494 + UuidCompare@12 @495 + UuidCreate@4 @496 + UuidCreateNil@4 @497 + UuidCreateSequential@4 @498 + UuidEqual@12 @499 + UuidFromStringA@8 @500 + UuidFromStringW@8 @501 + UuidHash@8 @502 + UuidIsNil@8 @503 + UuidToStringA@8 @504 + UuidToStringW@8 @505 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsecur32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsecur32.def index c26b19f..04dbd7a 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsecur32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsecur32.def @@ -8,6 +8,8 @@ EXPORTS AcquireCredentialsHandleW@36 @5 AddCredentialsA@32 @6 AddCredentialsW@32 @7 + AddSecurityPackageA@8 @8 + AddSecurityPackageW@8 @9 ApplyControlToken@8 @10 CompleteAuthToken@8 @11 DecryptMessage@16 @12 @@ -50,12 +52,13 @@ EXPORTS SealMessage@16=EncryptMessage@16 @63 SetContextAttributesA@16 @69 SetContextAttributesW@16 @70 - SspiEncodeAuthIdentityAsStrings@16 @71 - SspiEncodeStringsAsAuthIdentity@16 @72 - SspiFreeAuthIdentity@4 @73 - SspiLocalFree@4 @74 - SspiZeroAuthIdentity@4 @75 - TranslateNameA@20 @76 - TranslateNameW@20 @77 - UnsealMessage@16=DecryptMessage@16 @78 - VerifySignature@16 @79 + SspiEncodeAuthIdentityAsStrings@16=sspicli.SspiEncodeAuthIdentityAsStrings @71 + SspiEncodeStringsAsAuthIdentity@16=sspicli.SspiEncodeStringsAsAuthIdentity @72 + SspiFreeAuthIdentity@4=sspicli.SspiFreeAuthIdentity @73 + SspiLocalFree@4=sspicli.SspiLocalFree @74 + SspiPrepareForCredWrite@28=sspicli.SspiPrepareForCredWrite @75 + SspiZeroAuthIdentity@4=sspicli.SspiZeroAuthIdentity @76 + TranslateNameA@20 @77 + TranslateNameW@20 @78 + UnsealMessage@16=DecryptMessage@16 @79 + VerifySignature@16 @80 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libserialui.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libserialui.def deleted file mode 100644 index fc3252d..0000000 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libserialui.def +++ /dev/null @@ -1,12 +0,0 @@ -; File generated automatically from ./dlls/serialui/serialui.spec; do not edit! - -LIBRARY serialui.dll - -EXPORTS - EnumPropPages@12 @1 - drvCommConfigDialogW@12 @2 - drvCommConfigDialogA@12 @3 - drvSetDefaultCommConfigW@12 @4 - drvSetDefaultCommConfigA@12 @5 - drvGetDefaultCommConfigW@12 @6 - drvGetDefaultCommConfigA@12 @7 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsetupapi.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsetupapi.def index 3d63d0c..e71235a 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsetupapi.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsetupapi.def @@ -11,12 +11,16 @@ EXPORTS CM_Create_DevNodeW@16 @24 CM_Disconnect_Machine@4 @37 CM_Enumerate_Classes@12 @41 + CM_Get_Child@12 @56 + CM_Get_Child_Ex@16 @57 CM_Get_Class_Registry_PropertyA@28 @66 CM_Get_Class_Registry_PropertyW@28 @67 CM_Get_DevNode_Registry_PropertyA@24 @70 CM_Get_DevNode_Registry_PropertyW@24 @71 CM_Get_DevNode_Registry_Property_ExA@28 @72 CM_Get_DevNode_Registry_Property_ExW@28 @73 + CM_Get_DevNode_Status@16 @74 + CM_Get_DevNode_Status_Ex@20 @75 CM_Get_Device_IDA@16 @76 CM_Get_Device_IDW@16 @77 CM_Get_Device_ID_ExA@20 @78 @@ -31,10 +35,13 @@ EXPORTS CM_Get_Device_Interface_List_Size_ExA@20 @100 CM_Get_Device_Interface_List_Size_ExW@20 @101 CM_Get_Parent@12 @120 + CM_Get_Sibling_Ex@16 @127 + CM_Get_Version@0 @128 CM_Locate_DevNodeA@12 @133 CM_Locate_DevNodeW@12 @134 CM_Locate_DevNode_ExA@16 @135 CM_Locate_DevNode_ExW@16 @136 + CM_Open_DevNode_Key@24 @147 CM_Reenumerate_DevNode@8 @159 CM_Reenumerate_DevNode_Ex@12 @160 CM_Set_Class_Registry_PropertyA@24 @178 @@ -116,6 +123,8 @@ EXPORTS SetupDiDrawMiniIcon@28 @310 SetupDiEnumDeviceInfo@12 @311 SetupDiEnumDeviceInterfaces@20 @312 + SetupDiEnumDriverInfoA@20 @313 + SetupDiEnumDriverInfoW@20 @314 SetupDiGetActualSectionToInstallA@24 @315 SetupDiGetActualSectionToInstallW@24 @316 SetupDiGetClassBitmapIndex@8 @317 @@ -137,173 +146,176 @@ EXPORTS SetupDiGetDeviceInstanceIdW@20 @340 SetupDiGetDeviceInterfaceDetailA@24 @342 SetupDiGetDeviceInterfaceDetailW@24 @343 - SetupDiGetDeviceRegistryPropertyA@28 @344 - SetupDiGetDeviceRegistryPropertyW@28 @345 - SetupDiGetINFClassA@20 @357 - SetupDiGetINFClassW@20 @358 - SetupDiInstallClassA@16 @363 - SetupDiInstallClassW@16 @366 - SetupDiLoadClassIcon@12 @369 - SetupDiOpenClassRegKey@8 @371 - SetupDiOpenClassRegKeyExA@20 @372 - SetupDiOpenClassRegKeyExW@20 @373 - SetupDiOpenDevRegKey@24 @374 - SetupDiOpenDeviceInfoA@20 @375 - SetupDiOpenDeviceInfoW@20 @376 - SetupDiOpenDeviceInterfaceA@16 @377 - SetupDiOpenDeviceInterfaceW@16 @379 - SetupDiRegisterDeviceInfo@24 @380 - SetupDiRemoveDevice@8 @381 - SetupDiSelectBestCompatDrv@8 @383 - SetupDiSetClassInstallParamsA@16 @386 - SetupDiSetClassInstallParamsW@16 @387 - SetupDiSetDeviceInstallParamsA@12 @388 - SetupDiSetDeviceRegistryPropertyA@20 @390 - SetupDiSetDeviceRegistryPropertyW@20 @391 - SetupDiSetSelectedDevice@8 @394 - SetupDuplicateDiskSpaceListA@16 @398 - SetupDuplicateDiskSpaceListW@16 @399 - SetupEnumInfSectionsA@20 @400 - SetupEnumInfSectionsW@20 @401 - SetupFindFirstLineA@16 @402 - SetupFindFirstLineW@16 @403 - SetupFindNextLine@8 @404 - SetupFindNextMatchLineA@12 @405 - SetupFindNextMatchLineW@12 @406 - SetupGetBinaryField@20 @411 - SetupGetFieldCount@4 @412 - SetupGetFileCompressionInfoA@20 @413 - SetupGetFileCompressionInfoExA@28 @414 - SetupGetFileCompressionInfoExW@28 @415 - SetupGetFileCompressionInfoW@20 @416 - SetupGetFileQueueCount@12 @417 - SetupGetFileQueueFlags@8 @418 - SetupGetInfFileListA@20 @419 - SetupGetInfFileListW@20 @420 - SetupGetInfInformationA@20 @421 - SetupGetInfInformationW@20 @422 - SetupGetIntField@12 @424 - SetupGetLineByIndexA@16 @425 - SetupGetLineByIndexW@16 @426 - SetupGetLineCountA@8 @427 - SetupGetLineCountW@8 @428 - SetupGetLineTextA@28 @429 - SetupGetLineTextW@28 @430 - SetupGetMultiSzFieldA@20 @431 - SetupGetMultiSzFieldW@20 @432 - SetupGetNonInteractiveMode@0 @433 - SetupGetSourceFileLocationA@28 @434 - SetupGetSourceFileLocationW@28 @435 - SetupGetSourceInfoA@24 @438 - SetupGetSourceInfoW@24 @439 - SetupGetStringFieldA@20 @440 - SetupGetStringFieldW@20 @441 - SetupGetTargetPathA@24 @442 - SetupGetTargetPathW@24 @443 - SetupInitDefaultQueueCallback@4 @444 - SetupInitDefaultQueueCallbackEx@20 @445 - SetupInitializeFileLogA@8 @446 - SetupInitializeFileLogW@8 @447 - SetupInstallFileA@32 @448 - SetupInstallFileExA@36 @449 - SetupInstallFileExW@36 @450 - SetupInstallFileW@32 @451 - SetupInstallFilesFromInfSectionA@24 @452 - SetupInstallFilesFromInfSectionW@24 @453 - SetupInstallFromInfSectionA@44 @454 - SetupInstallFromInfSectionW@44 @455 - SetupInstallServicesFromInfSectionA@12 @456 - SetupInstallServicesFromInfSectionW@12 @459 - SetupIterateCabinetA@16 @460 - SetupIterateCabinetW@16 @461 - SetupLogErrorA@8 @462 - SetupLogErrorW@8 @463 - SetupLogFileA@36 @464 - SetupLogFileW@36 @465 - SetupOpenAppendInfFileA@12 @466 - SetupOpenAppendInfFileW@12 @467 - SetupOpenFileQueue@0 @468 - SetupOpenInfFileA@16 @469 - SetupOpenInfFileW@16 @470 - SetupOpenLog@4 @471 - SetupOpenMasterInf@0 @472 - SetupPromptForDiskA@40 @473 - SetupPromptForDiskW@40 @474 - SetupPromptReboot@12 @475 - SetupQueryDrivesInDiskSpaceListA@16 @476 - SetupQueryDrivesInDiskSpaceListW@16 @477 - SetupQueryInfFileInformationA@20 @480 - SetupQueryInfFileInformationW@20 @481 - SetupQueryInfOriginalFileInformationA@16 @482 - SetupQueryInfOriginalFileInformationW@16 @483 - SetupQuerySpaceRequiredOnDriveA@20 @488 - SetupQuerySpaceRequiredOnDriveW@20 @489 - SetupQueueCopyA@36 @490 - SetupQueueCopyIndirectA@4 @491 - SetupQueueCopyIndirectW@4 @492 - SetupQueueCopySectionA@24 @493 - SetupQueueCopySectionW@24 @494 - SetupQueueCopyW@36 @495 - SetupQueueDefaultCopyA@24 @496 - SetupQueueDefaultCopyW@24 @497 - SetupQueueDeleteA@12 @498 - SetupQueueDeleteSectionA@16 @499 - SetupQueueDeleteSectionW@16 @500 - SetupQueueDeleteW@12 @501 - SetupQueueRenameA@20 @502 - SetupQueueRenameSectionA@16 @503 - SetupQueueRenameSectionW@16 @504 - SetupQueueRenameW@20 @505 - SetupRenameErrorA@24 @516 - SetupRenameErrorW@24 @517 - SetupScanFileQueueA@24 @519 - SetupScanFileQueueW@24 @520 - SetupSetDirectoryIdA@12 @521 - SetupSetDirectoryIdW@12 @524 - SetupSetFileQueueAlternatePlatformA@12 @525 - SetupSetFileQueueAlternatePlatformW@12 @526 - SetupSetFileQueueFlags@12 @527 - SetupSetNonInteractiveMode@4 @528 - SetupSetSourceListA@12 @531 - SetupSetSourceListW@12 @532 - SetupTermDefaultQueueCallback@4 @533 - SetupTerminateFileLog@4 @534 - SetupUninstallOEMInfA@12 @535 - SetupUninstallOEMInfW@12 @536 - StampFileSecurity@8 @538 - StringTableAddString@12 @539 - StringTableAddStringEx@20 @540 - StringTableDestroy@4 @541 - StringTableDuplicate@4 @542 - StringTableGetExtraData@16 @544 - StringTableInitialize@0 @545 - StringTableInitializeEx@8 @546 - StringTableLookUpString@12 @547 - StringTableLookUpStringEx@20 @548 - StringTableSetExtraData@16 @549 - StringTableStringFromId@8 @550 - StringTableStringFromIdEx@16 @551 - StringTableTrim@4 @552 - TakeOwnershipOfFile@4 @553 - UnicodeToMultiByte@8 @554 - UnmapAndCloseFile@12 @555 - pSetupFree@4=MyFree@4 @564 - pSetupGetField@8 @565 - pSetupGetGlobalFlags@0 @566 - pSetupGetQueueFlags@4 @568 - pSetupInstallCatalog@12 @572 - pSetupIsUserAdmin@0=IsUserAdmin@0 @573 - pSetupMalloc@4=MyMalloc@4 @575 - pSetupRealloc@8=MyRealloc@8 @576 - pSetupSetGlobalFlags@4 @577 - pSetupSetQueueFlags@8 @578 - pSetupStringTableAddString@12=StringTableAddString@12 @581 - pSetupStringTableAddStringEx@20=StringTableAddStringEx@20 @582 - pSetupStringTableDestroy@4=StringTableDestroy@4 @583 - pSetupStringTableDuplicate@4=StringTableDuplicate@4 @584 - pSetupStringTableGetExtraData@16=StringTableGetExtraData@16 @586 - pSetupStringTableInitialize@0=StringTableInitialize@0 @587 - pSetupStringTableInitializeEx@8=StringTableInitializeEx@8 @588 - pSetupStringTableLookUpString@12=StringTableLookUpString@12 @589 - pSetupStringTableLookUpStringEx@20=StringTableLookUpStringEx@20 @590 - pSetupStringTableSetExtraData@16=StringTableSetExtraData@16 @591 + SetupDiGetDevicePropertyW@32 @344 + SetupDiGetDeviceRegistryPropertyA@28 @345 + SetupDiGetDeviceRegistryPropertyW@28 @346 + SetupDiGetINFClassA@20 @358 + SetupDiGetINFClassW@20 @359 + SetupDiInstallClassA@16 @364 + SetupDiInstallClassW@16 @367 + SetupDiLoadClassIcon@12 @370 + SetupDiOpenClassRegKey@8 @372 + SetupDiOpenClassRegKeyExA@20 @373 + SetupDiOpenClassRegKeyExW@20 @374 + SetupDiOpenDevRegKey@24 @375 + SetupDiOpenDeviceInfoA@20 @376 + SetupDiOpenDeviceInfoW@20 @377 + SetupDiOpenDeviceInterfaceA@16 @378 + SetupDiOpenDeviceInterfaceW@16 @380 + SetupDiRegisterDeviceInfo@24 @381 + SetupDiRemoveDevice@8 @382 + SetupDiRemoveDeviceInterface@8 @383 + SetupDiSelectBestCompatDrv@8 @384 + SetupDiSetClassInstallParamsA@16 @387 + SetupDiSetClassInstallParamsW@16 @388 + SetupDiSetDeviceInstallParamsA@12 @389 + SetupDiSetDeviceInstallParamsW@12 @390 + SetupDiSetDeviceRegistryPropertyA@20 @391 + SetupDiSetDeviceRegistryPropertyW@20 @392 + SetupDiSetSelectedDevice@8 @395 + SetupDuplicateDiskSpaceListA@16 @399 + SetupDuplicateDiskSpaceListW@16 @400 + SetupEnumInfSectionsA@20 @401 + SetupEnumInfSectionsW@20 @402 + SetupFindFirstLineA@16 @403 + SetupFindFirstLineW@16 @404 + SetupFindNextLine@8 @405 + SetupFindNextMatchLineA@12 @406 + SetupFindNextMatchLineW@12 @407 + SetupGetBinaryField@20 @412 + SetupGetFieldCount@4 @413 + SetupGetFileCompressionInfoA@20 @414 + SetupGetFileCompressionInfoExA@28 @415 + SetupGetFileCompressionInfoExW@28 @416 + SetupGetFileCompressionInfoW@20 @417 + SetupGetFileQueueCount@12 @418 + SetupGetFileQueueFlags@8 @419 + SetupGetInfFileListA@20 @420 + SetupGetInfFileListW@20 @421 + SetupGetInfInformationA@20 @422 + SetupGetInfInformationW@20 @423 + SetupGetIntField@12 @425 + SetupGetLineByIndexA@16 @426 + SetupGetLineByIndexW@16 @427 + SetupGetLineCountA@8 @428 + SetupGetLineCountW@8 @429 + SetupGetLineTextA@28 @430 + SetupGetLineTextW@28 @431 + SetupGetMultiSzFieldA@20 @432 + SetupGetMultiSzFieldW@20 @433 + SetupGetNonInteractiveMode@0 @434 + SetupGetSourceFileLocationA@28 @435 + SetupGetSourceFileLocationW@28 @436 + SetupGetSourceInfoA@24 @439 + SetupGetSourceInfoW@24 @440 + SetupGetStringFieldA@20 @441 + SetupGetStringFieldW@20 @442 + SetupGetTargetPathA@24 @443 + SetupGetTargetPathW@24 @444 + SetupInitDefaultQueueCallback@4 @445 + SetupInitDefaultQueueCallbackEx@20 @446 + SetupInitializeFileLogA@8 @447 + SetupInitializeFileLogW@8 @448 + SetupInstallFileA@32 @449 + SetupInstallFileExA@36 @450 + SetupInstallFileExW@36 @451 + SetupInstallFileW@32 @452 + SetupInstallFilesFromInfSectionA@24 @453 + SetupInstallFilesFromInfSectionW@24 @454 + SetupInstallFromInfSectionA@44 @455 + SetupInstallFromInfSectionW@44 @456 + SetupInstallServicesFromInfSectionA@12 @457 + SetupInstallServicesFromInfSectionW@12 @460 + SetupIterateCabinetA@16 @461 + SetupIterateCabinetW@16 @462 + SetupLogErrorA@8 @463 + SetupLogErrorW@8 @464 + SetupLogFileA@36 @465 + SetupLogFileW@36 @466 + SetupOpenAppendInfFileA@12 @467 + SetupOpenAppendInfFileW@12 @468 + SetupOpenFileQueue@0 @469 + SetupOpenInfFileA@16 @470 + SetupOpenInfFileW@16 @471 + SetupOpenLog@4 @472 + SetupOpenMasterInf@0 @473 + SetupPromptForDiskA@40 @474 + SetupPromptForDiskW@40 @475 + SetupPromptReboot@12 @476 + SetupQueryDrivesInDiskSpaceListA@16 @477 + SetupQueryDrivesInDiskSpaceListW@16 @478 + SetupQueryInfFileInformationA@20 @481 + SetupQueryInfFileInformationW@20 @482 + SetupQueryInfOriginalFileInformationA@16 @483 + SetupQueryInfOriginalFileInformationW@16 @484 + SetupQuerySpaceRequiredOnDriveA@20 @489 + SetupQuerySpaceRequiredOnDriveW@20 @490 + SetupQueueCopyA@36 @491 + SetupQueueCopyIndirectA@4 @492 + SetupQueueCopyIndirectW@4 @493 + SetupQueueCopySectionA@24 @494 + SetupQueueCopySectionW@24 @495 + SetupQueueCopyW@36 @496 + SetupQueueDefaultCopyA@24 @497 + SetupQueueDefaultCopyW@24 @498 + SetupQueueDeleteA@12 @499 + SetupQueueDeleteSectionA@16 @500 + SetupQueueDeleteSectionW@16 @501 + SetupQueueDeleteW@12 @502 + SetupQueueRenameA@20 @503 + SetupQueueRenameSectionA@16 @504 + SetupQueueRenameSectionW@16 @505 + SetupQueueRenameW@20 @506 + SetupRenameErrorA@24 @517 + SetupRenameErrorW@24 @518 + SetupScanFileQueueA@24 @520 + SetupScanFileQueueW@24 @521 + SetupSetDirectoryIdA@12 @522 + SetupSetDirectoryIdW@12 @525 + SetupSetFileQueueAlternatePlatformA@12 @526 + SetupSetFileQueueAlternatePlatformW@12 @527 + SetupSetFileQueueFlags@12 @528 + SetupSetNonInteractiveMode@4 @529 + SetupSetSourceListA@12 @532 + SetupSetSourceListW@12 @533 + SetupTermDefaultQueueCallback@4 @534 + SetupTerminateFileLog@4 @535 + SetupUninstallOEMInfA@12 @536 + SetupUninstallOEMInfW@12 @537 + StampFileSecurity@8 @539 + StringTableAddString@12 @540 + StringTableAddStringEx@20 @541 + StringTableDestroy@4 @542 + StringTableDuplicate@4 @543 + StringTableGetExtraData@16 @545 + StringTableInitialize@0 @546 + StringTableInitializeEx@8 @547 + StringTableLookUpString@12 @548 + StringTableLookUpStringEx@20 @549 + StringTableSetExtraData@16 @550 + StringTableStringFromId@8 @551 + StringTableStringFromIdEx@16 @552 + StringTableTrim@4 @553 + TakeOwnershipOfFile@4 @554 + UnicodeToMultiByte@8 @555 + UnmapAndCloseFile@12 @556 + pSetupFree@4=MyFree@4 @565 + pSetupGetField@8 @566 + pSetupGetGlobalFlags@0 @567 + pSetupGetQueueFlags@4 @569 + pSetupInstallCatalog@12 @573 + pSetupIsUserAdmin@0=IsUserAdmin@0 @574 + pSetupMalloc@4=MyMalloc@4 @576 + pSetupRealloc@8=MyRealloc@8 @577 + pSetupSetGlobalFlags@4 @578 + pSetupSetQueueFlags@8 @579 + pSetupStringTableAddString@12=StringTableAddString@12 @582 + pSetupStringTableAddStringEx@20=StringTableAddStringEx@20 @583 + pSetupStringTableDestroy@4=StringTableDestroy@4 @584 + pSetupStringTableDuplicate@4=StringTableDuplicate@4 @585 + pSetupStringTableGetExtraData@16=StringTableGetExtraData@16 @587 + pSetupStringTableInitialize@0=StringTableInitialize@0 @588 + pSetupStringTableInitializeEx@8=StringTableInitializeEx@8 @589 + pSetupStringTableLookUpString@12=StringTableLookUpString@12 @590 + pSetupStringTableLookUpStringEx@20=StringTableLookUpStringEx@20 @591 + pSetupStringTableSetExtraData@16=StringTableSetExtraData@16 @592 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsfc.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsfc.def index eb27a98..d725aed 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsfc.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsfc.def @@ -3,6 +3,9 @@ LIBRARY sfc.dll EXPORTS - SfcGetNextProtectedFile@8=sfc_os.SfcGetNextProtectedFile @10 - SfcIsFileProtected@8=sfc_os.SfcIsFileProtected @11 - SfcIsKeyProtected@12=sfc_os.SfcIsKeyProtected @12 + SRSetRestorePoint@8=sfc_os.SRSetRestorePointA @10 + SRSetRestorePointA@8=sfc_os.SRSetRestorePointA @11 + SRSetRestorePointW@8=sfc_os.SRSetRestorePointW @12 + SfcGetNextProtectedFile@8=sfc_os.SfcGetNextProtectedFile @13 + SfcIsFileProtected@8=sfc_os.SfcIsFileProtected @14 + SfcIsKeyProtected@12=sfc_os.SfcIsKeyProtected @15 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsfc_os.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsfc_os.def index d6951d3..a3b2ee8 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsfc_os.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libsfc_os.def @@ -3,6 +3,9 @@ LIBRARY sfc_os.dll EXPORTS - SfcGetNextProtectedFile@8 @1 - SfcIsFileProtected@8 @2 - SfcIsKeyProtected@12 @3 + SRSetRestorePointA@8 @4 + SRSetRestorePointW@8 @5 + SfcConnectToServer@4 @7 + SfcGetNextProtectedFile@8 @9 + SfcIsFileProtected@8 @13 + SfcIsKeyProtected@12 @14 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libshell32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libshell32.def index 9c4558d..c5469ba 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libshell32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libshell32.def @@ -211,9 +211,11 @@ EXPORTS CDefFolderMenu_Create2@36 @701 GUIDFromStringW@8 @704 NONAME SHGetSetFolderCustomSettings@12 @709 + SHCreateSessionKey@8 @723 NONAME SHGetImageList@12 @727 RestartDialogEx@16 @730 NONAME SHCreateFileExtractIconW@16 @743 + SHLimitInputEdit@8 @747 CheckEscapesA@8 @7 CheckEscapesW@8 @8 CommandLineToArgvW@8 @12 @@ -272,112 +274,121 @@ EXPORTS SHCreateDirectoryExW@12 @282 SHCreateItemFromIDList@12 @283 SHCreateItemFromParsingName@16 @284 - SHCreateShellItem@16 @286 - SHCreateShellItemArray@20 @287 - SHCreateShellItemArrayFromDataObject@12 @288 - SHCreateShellItemArrayFromShellItem@12 @289 - SHCreateShellItemArrayFromIDLists@12 @290 - SHEmptyRecycleBinA@12 @291 - SHEmptyRecycleBinW@12 @292 - SHEnumerateUnreadMailAccountsW@16 @293 - SHExtractIconsW@32=user32.PrivateExtractIconsW @294 - SHFileOperation@4=SHFileOperationA@4 @295 - SHFileOperationA@4 @296 - SHFileOperationW@4 @297 - SHFormatDrive@16 @298 - SHFreeNameMappings@4 @299 - SHGetDataFromIDListA@20 @300 - SHGetDataFromIDListW@20 @301 - SHGetDesktopFolder@4 @302 - SHGetDiskFreeSpaceA@16=kernel32.GetDiskFreeSpaceExA @303 - SHGetDiskFreeSpaceExA@16=kernel32.GetDiskFreeSpaceExA @304 - SHGetDiskFreeSpaceExW@16=kernel32.GetDiskFreeSpaceExW @305 - SHGetFileInfo@20=SHGetFileInfoA@20 @306 - SHGetFileInfoA@20 @307 - SHGetFileInfoW@20 @308 - SHGetFolderLocation@20 @309 - SHGetFolderPathA@20 @310 - SHGetFolderPathEx@20 @311 - SHGetFolderPathAndSubDirA@24 @312 - SHGetFolderPathAndSubDirW@24 @313 - SHGetFolderPathW@20 @314 - SHGetIconOverlayIndexA@8 @316 - SHGetIconOverlayIndexW@8 @317 - SHGetIDListFromObject@8 @318 - SHGetInstanceExplorer@4 @319 - SHGetItemFromDataObject@16 @320 - SHGetItemFromObject@12 @321 - SHGetKnownFolderIDList@16 @322 - SHGetKnownFolderItem@20 @323 - SHGetKnownFolderPath@16 @324 - SHGetLocalizedName@16 @325 - SHGetMalloc@4 @326 - SHGetNameFromIDList@12 @327 - SHGetNewLinkInfo@20=SHGetNewLinkInfoA@20 @328 - SHGetPathFromIDList@8=SHGetPathFromIDListA@8 @329 - SHGetPathFromIDListA@8 @330 - SHGetPathFromIDListW@8 @331 - SHGetPropertyStoreFromParsingName@20 @332 - SHGetSettings@8 @333 - SHGetSpecialFolderLocation@12 @334 - SHGetSpecialFolderPathA@16 @335 - SHGetSpecialFolderPathW@16 @336 - SHGetStockIconInfo@12 @337 - SHHelpShortcuts_RunDLL@16=SHHelpShortcuts_RunDLLA@16 @338 - SHHelpShortcuts_RunDLLA@16 @339 - SHHelpShortcuts_RunDLLW@16 @340 - SHIsFileAvailableOffline@8 @343 - SHLoadInProc@4 @344 - SHLoadNonloadedIconOverlayIdentifiers@0 @345 - SHOpenFolderAndSelectItems@16 @346 - SHParseDisplayName@20 @347 - SHPathPrepareForWriteA@16 @348 - SHPathPrepareForWriteW@16 @349 - SHQueryRecycleBinA@8 @350 - SHQueryRecycleBinW@8 @351 - SHQueryUserNotificationState@4 @352 - SHSetLocalizedName@12 @353 - SHSetUnreadMailCountW@12 @354 - SHUpdateRecycleBinIcon@0 @355 - SheChangeDirA@4 @356 - SheChangeDirW@4 @359 - SheGetDirA@8 @364 - SheGetDirW@8 @366 - ShellAboutA@16 @373 - ShellAboutW@16 @374 - ShellExecuteA@24 @378 - ShellExecuteEx@4=ShellExecuteExA@4 @379 - ShellExecuteExA@4 @380 - ShellExecuteExW@4 @381 - ShellExecuteW@24 @382 - ShellHookProc@12 @383 - Shell_NotifyIcon@8=Shell_NotifyIconA@8 @384 - Shell_NotifyIconA@8 @385 - Shell_NotifyIconW@8 @386 - StrChrA@8=shlwapi.StrChrA @387 - StrChrIA@8=shlwapi.StrChrIA @388 - StrChrIW@8=shlwapi.StrChrIW @389 - StrChrW@8=shlwapi.StrChrW @390 - StrCmpNA@12=shlwapi.StrCmpNA @391 - StrCmpNIA@12=shlwapi.StrCmpNIA @392 - StrCmpNIW@12=shlwapi.StrCmpNIW @393 - StrCmpNW@12=shlwapi.StrCmpNW @394 - StrCpyNA@12=kernel32.lstrcpynA @395 - StrCpyNW@12=shlwapi.StrCpyNW @396 - StrNCmpA@12=shlwapi.StrCmpNA @397 - StrNCmpIA@12=shlwapi.StrCmpNIA @398 - StrNCmpIW@12=shlwapi.StrCmpNIW @399 - StrNCmpW@12=shlwapi.StrCmpNW @400 - StrNCpyA@12=kernel32.lstrcpynA @401 - StrNCpyW@12=shlwapi.StrCpyNW @402 - StrRChrA@12=shlwapi.StrRChrA @403 - StrRChrIA@12=shlwapi.StrRChrIA @404 - StrRChrIW@12=shlwapi.StrRChrIW @405 - StrRChrW@12=shlwapi.StrRChrW @406 - StrRStrIA@12=shlwapi.StrRStrIA @408 - StrRStrIW@12=shlwapi.StrRStrIW @409 - StrStrA@8=shlwapi.StrStrA @411 - StrStrIA@8=shlwapi.StrStrIA @412 - StrStrIW@8=shlwapi.StrStrIW @413 - StrStrW@8=shlwapi.StrStrW @414 - WOWShellExecute@28 @415 + SHCreateItemInKnownFolder@20 @285 + SHCreateItemFromRelativeName@20 @286 + SHCreateShellItem@16 @288 + SHCreateShellItemArray@20 @289 + SHCreateShellItemArrayFromDataObject@12 @290 + SHCreateShellItemArrayFromShellItem@12 @291 + SHCreateShellItemArrayFromIDLists@12 @292 + SHEmptyRecycleBinA@12 @293 + SHEmptyRecycleBinW@12 @294 + SHEnumerateUnreadMailAccountsW@16 @295 + SHExtractIconsW@32=user32.PrivateExtractIconsW @296 + SHFileOperation@4=SHFileOperationA@4 @297 + SHFileOperationA@4 @298 + SHFileOperationW@4 @299 + SHFormatDrive@16 @300 + SHFreeNameMappings@4 @301 + SHGetDataFromIDListA@20 @302 + SHGetDataFromIDListW@20 @303 + SHGetDesktopFolder@4 @304 + SHGetDiskFreeSpaceA@16=kernel32.GetDiskFreeSpaceExA @305 + SHGetDiskFreeSpaceExA@16=kernel32.GetDiskFreeSpaceExA @306 + SHGetDiskFreeSpaceExW@16=kernel32.GetDiskFreeSpaceExW @307 + SHGetFileInfo@20=SHGetFileInfoA@20 @308 + SHGetFileInfoA@20 @309 + SHGetFileInfoW@20 @310 + SHGetFolderLocation@20 @311 + SHGetFolderPathA@20 @312 + SHGetFolderPathEx@20 @313 + SHGetFolderPathAndSubDirA@24 @314 + SHGetFolderPathAndSubDirW@24 @315 + SHGetFolderPathW@20 @316 + SHGetIconOverlayIndexA@8 @318 + SHGetIconOverlayIndexW@8 @319 + SHGetIDListFromObject@8 @320 + SHGetInstanceExplorer@4 @321 + SHGetItemFromDataObject@16 @322 + SHGetItemFromObject@12 @323 + SHGetKnownFolderIDList@16 @324 + SHGetKnownFolderItem@20 @325 + SHGetKnownFolderPath@16 @326 + SHGetLocalizedName@16 @327 + SHGetMalloc@4 @328 + SHGetNameFromIDList@12 @329 + SHGetNewLinkInfo@20=SHGetNewLinkInfoA@20 @330 + SHGetPathFromIDList@8=SHGetPathFromIDListA@8 @331 + SHGetPathFromIDListA@8 @332 + SHGetPathFromIDListEx@16 @333 + SHGetPathFromIDListW@8 @334 + SHGetPropertyStoreForWindow@12 @335 + SHGetPropertyStoreFromParsingName@20 @336 + SHGetSettings@8 @337 + SHGetSpecialFolderLocation@12 @338 + SHGetSpecialFolderPathA@16 @339 + SHGetSpecialFolderPathW@16 @340 + SHGetStockIconInfo@12 @341 + SHHelpShortcuts_RunDLL@16=SHHelpShortcuts_RunDLLA@16 @342 + SHHelpShortcuts_RunDLLA@16 @343 + SHHelpShortcuts_RunDLLW@16 @344 + SHIsFileAvailableOffline@8 @347 + SHLoadInProc@4 @348 + SHLoadNonloadedIconOverlayIdentifiers@0 @349 + SHOpenFolderAndSelectItems@16 @350 + SHOpenWithDialog@8 @351 + SHParseDisplayName@20 @352 + SHPathPrepareForWriteA@16 @353 + SHPathPrepareForWriteW@16 @354 + SHQueryRecycleBinA@8 @355 + SHQueryRecycleBinW@8 @356 + SHQueryUserNotificationState@4 @357 + SHRemoveLocalizedName@4 @358 + SHSetLocalizedName@12 @359 + SHSetUnreadMailCountW@12 @360 + SHUpdateRecycleBinIcon@0 @361 + SheChangeDirA@4 @362 + SheChangeDirW@4 @365 + SheGetDirA@8 @370 + SheGetDirW@8 @372 + ShellAboutA@16 @379 + ShellAboutW@16 @380 + ShellExec_RunDLL@16=ShellExec_RunDLLA@16 @381 + ShellExec_RunDLLA@16 @382 + ShellExec_RunDLLW@16 @383 + ShellExecuteA@24 @384 + ShellExecuteEx@4=ShellExecuteExA@4 @385 + ShellExecuteExA@4 @386 + ShellExecuteExW@4 @387 + ShellExecuteW@24 @388 + ShellHookProc@12 @389 + Shell_NotifyIcon@8=Shell_NotifyIconA@8 @390 + Shell_NotifyIconA@8 @391 + Shell_NotifyIconW@8 @392 + StrChrA@8=shlwapi.StrChrA @393 + StrChrIA@8=shlwapi.StrChrIA @394 + StrChrIW@8=shlwapi.StrChrIW @395 + StrChrW@8=shlwapi.StrChrW @396 + StrCmpNA@12=shlwapi.StrCmpNA @397 + StrCmpNIA@12=shlwapi.StrCmpNIA @398 + StrCmpNIW@12=shlwapi.StrCmpNIW @399 + StrCmpNW@12=shlwapi.StrCmpNW @400 + StrCpyNA@12=kernel32.lstrcpynA @401 + StrCpyNW@12=shlwapi.StrCpyNW @402 + StrNCmpA@12=shlwapi.StrCmpNA @403 + StrNCmpIA@12=shlwapi.StrCmpNIA @404 + StrNCmpIW@12=shlwapi.StrCmpNIW @405 + StrNCmpW@12=shlwapi.StrCmpNW @406 + StrNCpyA@12=kernel32.lstrcpynA @407 + StrNCpyW@12=shlwapi.StrCpyNW @408 + StrRChrA@12=shlwapi.StrRChrA @409 + StrRChrIA@12=shlwapi.StrRChrIA @410 + StrRChrIW@12=shlwapi.StrRChrIW @411 + StrRChrW@12=shlwapi.StrRChrW @412 + StrRStrIA@12=shlwapi.StrRStrIA @414 + StrRStrIW@12=shlwapi.StrRStrIW @415 + StrStrA@8=shlwapi.StrStrA @417 + StrStrIA@8=shlwapi.StrStrIA @418 + StrStrIW@8=shlwapi.StrStrIW @419 + StrStrW@8=shlwapi.StrStrW @420 + WOWShellExecute@28 @421 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libstrmbase.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libstrmbase.a index 965411f..f425d07 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libstrmbase.a and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libstrmbase.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libstrmiids.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libstrmiids.a index c690802..39fc2c0 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libstrmiids.a and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libstrmiids.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libt2embed.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libt2embed.def new file mode 100644 index 0000000..ae6aedf --- /dev/null +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libt2embed.def @@ -0,0 +1,16 @@ +; File generated automatically from ./dlls/t2embed/t2embed.spec; do not edit! + +LIBRARY t2embed.dll + +EXPORTS + TTDeleteEmbeddedFont@12 @2 + TTEmbedFont@44 @3 + TTGetEmbeddingType@8 @7 + TTIsEmbeddingEnabled@8 @8 + TTIsEmbeddingEnabledForFacename@8 @9 + TTLoadEmbeddedFont@40 @10 + _TTEmbedFont@44@44=TTEmbedFont@44 @14 + _TTGetEmbeddingType@8@8=TTGetEmbeddingType@8 @18 + _TTIsEmbeddingEnabled@8@8=TTIsEmbeddingEnabled@8 @19 + _TTIsEmbeddingEnabledForFacename@8@8=TTIsEmbeddingEnabledForFacename@8 @20 + _TTLoadEmbeddedFont@40@40=TTLoadEmbeddedFont@40 @21 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libucrtbase.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libucrtbase.def new file mode 100644 index 0000000..f98b2d8 --- /dev/null +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libucrtbase.def @@ -0,0 +1,1128 @@ +; File generated automatically from ./dlls/ucrtbase/ucrtbase.spec; do not edit! + +LIBRARY ucrtbase.dll + +EXPORTS + _CIacos @1 + _CIasin @2 + _CIatan @3 + _CIatan2 @4 + _CIcos @5 + _CIcosh @6 + _CIexp @7 + _CIfmod @8 + _CIlog @9 + _CIlog10 @10 + _CIpow @11 + _CIsin @12 + _CIsinh @13 + _CIsqrt @14 + _CItan @15 + _CItanh @16 + _CreateFrameInfo @20 + _CxxThrowException@8 @21 + _EH_prolog @22 + _FindAndUnlinkFrame @27 + _Getdays @30 + _Getmonths @31 + _Gettnames @32 + _IsExceptionObjectToBeDestroyed @33 + _Strftime @43 + _W_Getdays @44 + _W_Getmonths @45 + _W_Gettnames @46 + _Wcsftime @47 + __AdjustPointer @48 + __CxxDetectRethrow @51 + __CxxExceptionFilter @52 + __CxxFrameHandler @53 + __CxxFrameHandler2=__CxxFrameHandler @54 + __CxxFrameHandler3=__CxxFrameHandler @55 + __CxxLongjmpUnwind@4 @56 + __CxxQueryExceptionSize @57 + __CxxRegisterExceptionObject @58 + __CxxUnregisterExceptionObject @59 + __DestructExceptionObject @60 + __RTCastToVoid=MSVCRT___RTCastToVoid @65 + __RTDynamicCast=MSVCRT___RTDynamicCast @66 + __RTtypeid=MSVCRT___RTtypeid @67 + ___lc_codepage_func @69 + ___lc_collate_cp_func @70 + ___lc_locale_name_func @71 + ___mb_cur_max_func=MSVCRT____mb_cur_max_func @72 + ___mb_cur_max_l_func @73 + __acrt_iob_func=MSVCRT___acrt_iob_func @74 + __conio_common_vcprintf=MSVCRT__conio_common_vcprintf @75 + __conio_common_vcwprintf=MSVCRT__conio_common_vcwprintf @79 + __control87_2 @83 + __daylight=MSVCRT___p__daylight @86 + __doserrno=MSVCRT___doserrno @89 + __dstbias=MSVCRT___p__dstbias @90 + __fpe_flt_rounds @91 + __fpecode @92 + __initialize_lconv_for_unsigned_char=__lconv_init @93 + __intrinsic_setjmp=MSVCRT__setjmp @95 + __isascii=MSVCRT___isascii @97 + __iscsym=MSVCRT___iscsym @98 + __iscsymf=MSVCRT___iscsymf @99 + __libm_sse2_acos=MSVCRT___libm_sse2_acos @102 + __libm_sse2_acosf=MSVCRT___libm_sse2_acosf @103 + __libm_sse2_asin=MSVCRT___libm_sse2_asin @104 + __libm_sse2_asinf=MSVCRT___libm_sse2_asinf @105 + __libm_sse2_atan=MSVCRT___libm_sse2_atan @106 + __libm_sse2_atan2=MSVCRT___libm_sse2_atan2 @107 + __libm_sse2_atanf=MSVCRT___libm_sse2_atanf @108 + __libm_sse2_cos=MSVCRT___libm_sse2_cos @109 + __libm_sse2_cosf=MSVCRT___libm_sse2_cosf @110 + __libm_sse2_exp=MSVCRT___libm_sse2_exp @111 + __libm_sse2_expf=MSVCRT___libm_sse2_expf @112 + __libm_sse2_log=MSVCRT___libm_sse2_log @113 + __libm_sse2_log10=MSVCRT___libm_sse2_log10 @114 + __libm_sse2_log10f=MSVCRT___libm_sse2_log10f @115 + __libm_sse2_logf=MSVCRT___libm_sse2_logf @116 + __libm_sse2_pow=MSVCRT___libm_sse2_pow @117 + __libm_sse2_powf=MSVCRT___libm_sse2_powf @118 + __libm_sse2_sin=MSVCRT___libm_sse2_sin @119 + __libm_sse2_sinf=MSVCRT___libm_sse2_sinf @120 + __libm_sse2_tan=MSVCRT___libm_sse2_tan @121 + __libm_sse2_tanf=MSVCRT___libm_sse2_tanf @122 + __p___argc=MSVCRT___p___argc @123 + __p___argv=MSVCRT___p___argv @124 + __p___wargv=MSVCRT___p___wargv @125 + __p__acmdln @126 + __p__commode @127 + __p__environ=MSVCRT___p__environ @128 + __p__fmode @129 + __p__mbctype @131 + __p__pgmptr=MSVCRT___p__pgmptr @132 + __p__wcmdln @133 + __p__wenviron=MSVCRT___p__wenviron @134 + __p__wpgmptr=MSVCRT___p__wpgmptr @135 + __pctype_func=MSVCRT___pctype_func @136 + __pxcptinfoptrs=MSVCRT___pxcptinfoptrs @139 + __setusermatherr=MSVCRT___setusermatherr @141 + __std_exception_copy=MSVCRT___std_exception_copy @142 + __std_exception_destroy=MSVCRT___std_exception_destroy @143 + __std_type_info_compare=MSVCRT_type_info_compare @144 + __std_type_info_destroy_list=MSVCRT_type_info_destroy_list @145 + __std_type_info_hash=MSVCRT_type_info_hash @146 + __std_type_info_name=MSVCRT_type_info_name_list @147 + __stdio_common_vfprintf=MSVCRT__stdio_common_vfprintf @148 + __stdio_common_vfprintf_s=MSVCRT__stdio_common_vfprintf_s @150 + __stdio_common_vfscanf=MSVCRT__stdio_common_vfscanf @151 + __stdio_common_vfwprintf=MSVCRT__stdio_common_vfwprintf @152 + __stdio_common_vfwprintf_s=MSVCRT__stdio_common_vfwprintf_s @154 + __stdio_common_vfwscanf=MSVCRT__stdio_common_vfwscanf @155 + __stdio_common_vsnprintf_s=MSVCRT__stdio_common_vsnprintf_s @156 + __stdio_common_vsnwprintf_s=MSVCRT__stdio_common_vsnwprintf_s @157 + __stdio_common_vsprintf=MSVCRT__stdio_common_vsprintf @158 + __stdio_common_vsprintf_p=MSVCRT__stdio_common_vsprintf_p @159 + __stdio_common_vsprintf_s=MSVCRT__stdio_common_vsprintf_s @160 + __stdio_common_vsscanf=MSVCRT__stdio_common_vsscanf @161 + __stdio_common_vswprintf=MSVCRT__stdio_common_vswprintf @162 + __stdio_common_vswprintf_p=MSVCRT__stdio_common_vswprintf_p @163 + __stdio_common_vswprintf_s=MSVCRT__stdio_common_vswprintf_s @164 + __stdio_common_vswscanf=MSVCRT__stdio_common_vswscanf @165 + __sys_errlist @167 + __sys_nerr @168 + __threadhandle=kernel32.GetCurrentThread @169 + __threadid=kernel32.GetCurrentThreadId @170 + __timezone=MSVCRT___p__timezone @171 + __toascii=MSVCRT___toascii @172 + __tzname=__p__tzname @173 + __unDName @174 + __unDNameEx @175 + __uncaught_exception=MSVCRT___uncaught_exception @176 + __wcserror=MSVCRT___wcserror @177 + __wcserror_s=MSVCRT___wcserror_s @178 + _abs64 @180 + _access=MSVCRT__access @181 + _access_s=MSVCRT__access_s @182 + _aligned_free @183 + _aligned_malloc @184 + _aligned_msize @185 + _aligned_offset_malloc @186 + _aligned_offset_realloc @187 + _aligned_realloc @189 + _assert=MSVCRT__assert @191 + _atodbl=MSVCRT__atodbl @192 + _atodbl_l=MSVCRT__atodbl_l @193 + _atof_l=MSVCRT__atof_l @194 + _atoflt=MSVCRT__atoflt @195 + _atoflt_l=MSVCRT__atoflt_l @196 + _atoi64=ntdll._atoi64 @197 + _atoi_l=MSVCRT__atoi_l @199 + _atoldbl=MSVCRT__atoldbl @201 + _atoll_l=MSVCRT__atoll_l @203 + _beep=MSVCRT__beep @204 + _beginthread @205 + _beginthreadex @206 + _byteswap_uint64 @207 + _byteswap_ulong=MSVCRT__byteswap_ulong @208 + _byteswap_ushort @209 + _c_exit=MSVCRT__c_exit @210 + _cabs=MSVCRT__cabs @211 + _callnewh @212 + _calloc_base @213 + _cexit=MSVCRT__cexit @214 + _cgets @215 + _chdir=MSVCRT__chdir @219 + _chdrive=MSVCRT__chdrive @220 + _chgsign=MSVCRT__chgsign @221 + _chgsignf=MSVCRT__chgsignf @222 + _chkesp @223 + _chmod=MSVCRT__chmod @224 + _chsize=MSVCRT__chsize @225 + _chsize_s=MSVCRT__chsize_s @226 + _clearfp @227 + _close=MSVCRT__close @228 + _commit=MSVCRT__commit @229 + _configthreadlocale @230 + _configure_narrow_argv @231 + _configure_wide_argv @232 + _control87 @233 + _controlfp @234 + _controlfp_s @235 + _copysign=MSVCRT__copysign @236 + _copysignf=MSVCRT__copysignf @237 + _cputs @238 + _cputws @239 + _creat=MSVCRT__creat @240 + _create_locale=MSVCRT__create_locale @241 + _crt_atexit=MSVCRT__crt_atexit @243 + _crt_debugger_hook=MSVCRT__crt_debugger_hook @244 + _ctime32=MSVCRT__ctime32 @245 + _ctime32_s=MSVCRT__ctime32_s @246 + _ctime64=MSVCRT__ctime64 @247 + _ctime64_s=MSVCRT__ctime64_s @248 + _cwait @249 + _dclass=MSVCR120__dclass @251 + _difftime32=MSVCRT__difftime32 @253 + _difftime64=MSVCRT__difftime64 @254 + _dpcomp=MSVCR120__dpcomp @257 + _dsign=MSVCR120__dsign @260 + _dtest=MSVCR120__dtest @262 + _dup=MSVCRT__dup @264 + _dup2=MSVCRT__dup2 @265 + _dupenv_s @266 + _ecvt=MSVCRT__ecvt @267 + _ecvt_s=MSVCRT__ecvt_s @268 + _endthread @269 + _endthreadex @270 + _eof=MSVCRT__eof @271 + _errno=MSVCRT__errno @272 + _except1 @273 + _except_handler2 @274 + _except_handler3 @275 + _except_handler4_common @276 + _execl @277 + _execle @278 + _execlp @279 + _execlpe @280 + _execute_onexit_table=MSVCRT__execute_onexit_table @281 + _execv @282 + _execve=MSVCRT__execve @283 + _execvp @284 + _execvpe @285 + _exit=MSVCRT__exit @286 + _expand @287 + _fclose_nolock=MSVCRT__fclose_nolock @288 + _fcloseall=MSVCRT__fcloseall @289 + _fcvt=MSVCRT__fcvt @290 + _fcvt_s=MSVCRT__fcvt_s @291 + _fdclass=MSVCR120__fdclass @293 + _fdopen=MSVCRT__fdopen @297 + _fdpcomp=MSVCR120__fdpcomp @298 + _fdsign=MSVCR120__fdsign @301 + _fdtest=MSVCR120__fdtest @303 + _fflush_nolock=MSVCRT__fflush_nolock @305 + _fgetc_nolock=MSVCRT__fgetc_nolock @306 + _fgetchar=MSVCRT__fgetchar @307 + _fgetwc_nolock=MSVCRT__fgetwc_nolock @308 + _fgetwchar=MSVCRT__fgetwchar @309 + _filelength=MSVCRT__filelength @310 + _filelengthi64=MSVCRT__filelengthi64 @311 + _fileno=MSVCRT__fileno @312 + _findclose=MSVCRT__findclose @313 + _findfirst32=MSVCRT__findfirst32 @314 + _findfirst64=MSVCRT__findfirst64 @316 + _findfirst64i32=MSVCRT__findfirst64i32 @317 + _findnext32=MSVCRT__findnext32 @318 + _findnext64=MSVCRT__findnext64 @320 + _findnext64i32=MSVCRT__findnext64i32 @321 + _finite=MSVCRT__finite @322 + _flushall=MSVCRT__flushall @323 + _fpclass=MSVCRT__fpclass @324 + _fpieee_flt @326 + _fpreset @327 + _fputc_nolock=MSVCRT__fputc_nolock @328 + _fputchar=MSVCRT__fputchar @329 + _fputwc_nolock=MSVCRT__fputwc_nolock @330 + _fputwchar=MSVCRT__fputwchar @331 + _fread_nolock=MSVCRT__fread_nolock @332 + _fread_nolock_s=MSVCRT__fread_nolock_s @333 + _free_base @334 + _free_locale=MSVCRT__free_locale @335 + _fseek_nolock=MSVCRT__fseek_nolock @336 + _fseeki64=MSVCRT__fseeki64 @337 + _fseeki64_nolock=MSVCRT__fseeki64_nolock @338 + _fsopen=MSVCRT__fsopen @339 + _fstat32=MSVCRT__fstat32 @340 + _fstat32i64=MSVCRT__fstat32i64 @341 + _fstat64=MSVCRT__fstat64 @342 + _fstat64i32=MSVCRT__fstat64i32 @343 + _ftell_nolock=MSVCRT__ftell_nolock @344 + _ftelli64=MSVCRT__ftelli64 @345 + _ftelli64_nolock=MSVCRT__ftelli64_nolock @346 + _ftime32=MSVCRT__ftime32 @347 + _ftime32_s=MSVCRT__ftime32_s @348 + _ftime64=MSVCRT__ftime64 @349 + _ftime64_s=MSVCRT__ftime64_s @350 + _ftol=MSVCRT__ftol @351 + _fullpath=MSVCRT__fullpath @352 + _futime32 @353 + _futime64 @354 + _fwrite_nolock=MSVCRT__fwrite_nolock @355 + _gcvt=MSVCRT__gcvt @356 + _gcvt_s=MSVCRT__gcvt_s @357 + _get_current_locale=MSVCRT__get_current_locale @359 + _get_daylight @360 + _get_doserrno @361 + _get_dstbias=MSVCRT__get_dstbias @362 + _get_errno @363 + _get_fmode=MSVCRT__get_fmode @364 + _get_heap_handle @365 + _get_initial_narrow_environment @366 + _get_initial_wide_environment @367 + _get_invalid_parameter_handler @368 + _get_narrow_winmain_command_line @369 + _get_osfhandle=MSVCRT__get_osfhandle @370 + _get_pgmptr @371 + _get_printf_count_output=MSVCRT__get_printf_count_output @372 + _get_purecall_handler @373 + _get_stream_buffer_pointers=MSVCRT__get_stream_buffer_pointers @374 + _get_terminate=MSVCRT__get_terminate @375 + _get_thread_local_invalid_parameter_handler @376 + _get_timezone @377 + _get_tzname=MSVCRT__get_tzname @378 + _get_unexpected=MSVCRT__get_unexpected @379 + _get_wide_winmain_command_line @380 + _get_wpgmptr @381 + _getc_nolock=MSVCRT__fgetc_nolock @382 + _getch @383 + _getch_nolock @384 + _getche @385 + _getche_nolock @386 + _getcwd=MSVCRT__getcwd @387 + _getdcwd=MSVCRT__getdcwd @388 + _getdiskfree=MSVCRT__getdiskfree @389 + _getdllprocaddr @390 + _getdrive=MSVCRT__getdrive @391 + _getdrives=kernel32.GetLogicalDrives @392 + _getmaxstdio=MSVCRT__getmaxstdio @393 + _getmbcp @394 + _getpid @395 + _getw=MSVCRT__getw @397 + _getwc_nolock=MSVCRT__fgetwc_nolock @398 + _getwch @399 + _getwch_nolock @400 + _getwche @401 + _getwche_nolock @402 + _getws=MSVCRT__getws @403 + _global_unwind2 @405 + _gmtime32=MSVCRT__gmtime32 @406 + _gmtime32_s=MSVCRT__gmtime32_s @407 + _gmtime64=MSVCRT__gmtime64 @408 + _gmtime64_s=MSVCRT__gmtime64_s @409 + _heapchk @410 + _heapmin @411 + _heapwalk @412 + _hypot @413 + _hypotf=MSVCRT__hypotf @414 + _i64toa=ntdll._i64toa @415 + _i64toa_s=MSVCRT__i64toa_s @416 + _i64tow=ntdll._i64tow @417 + _i64tow_s=MSVCRT__i64tow_s @418 + _initialize_narrow_environment @419 + _initialize_onexit_table=MSVCRT__initialize_onexit_table @420 + _initialize_wide_environment @421 + _initterm @422 + _initterm_e @423 + _invalid_parameter_noinfo @424 + _invalid_parameter_noinfo_noreturn @425 + _isalnum_l=MSVCRT__isalnum_l @428 + _isalpha_l=MSVCRT__isalpha_l @429 + _isatty=MSVCRT__isatty @430 + _isblank_l=MSVCRT__isblank_l @431 + _iscntrl_l=MSVCRT__iscntrl_l @432 + _isctype=MSVCRT__isctype @433 + _isctype_l=MSVCRT__isctype_l @434 + _isdigit_l=MSVCRT__isdigit_l @435 + _isgraph_l=MSVCRT__isgraph_l @436 + _isleadbyte_l=MSVCRT__isleadbyte_l @437 + _islower_l=MSVCRT__islower_l @438 + _ismbbkana @449 + _ismbblead @455 + _ismbblead_l @456 + _ismbbtrail @461 + _ismbcalnum @463 + _ismbcalpha @465 + _ismbcdigit @469 + _ismbcgraph @471 + _ismbchira @473 + _ismbckata @475 + _ismbcl0 @477 + _ismbclegal @483 + _ismbcprint @487 + _ismbcpunct @489 + _ismbcspace @491 + _ismbcsymbol @493 + _ismbcupper @495 + _ismbslead @497 + _ismbstrail @499 + _isnan=MSVCRT__isnan @501 + _isprint_l=MSVCRT__isprint_l @502 + _isspace_l=MSVCRT__isspace_l @504 + _isupper_l=MSVCRT__isupper_l @505 + _iswalpha_l=MSVCRT__iswalpha_l @507 + _iswblank_l=MSVCRT__iswblank_l @508 + _iswctype_l=MSVCRT__iswctype_l @512 + _iswdigit_l=MSVCRT__iswdigit_l @513 + _iswpunct_l=MSVCRT__iswpunct_l @517 + _iswspace_l=MSVCRT__iswspace_l @518 + _isxdigit_l=MSVCRT__isxdigit_l @521 + _itoa=MSVCRT__itoa @522 + _itoa_s=MSVCRT__itoa_s @523 + _itow=ntdll._itow @524 + _itow_s=MSVCRT__itow_s @525 + _j0=MSVCRT__j0 @526 + _j1=MSVCRT__j1 @527 + _jn=MSVCRT__jn @528 + _kbhit @529 + _ldclass=MSVCR120__ldclass @531 + _ldpcomp=MSVCR120__dpcomp @534 + _ldsign=MSVCR120__dsign @537 + _ldtest=MSVCR120__ldtest @539 + _lfind @541 + _lfind_s @542 + _libm_sse2_acos_precise=MSVCRT___libm_sse2_acos @543 + _libm_sse2_asin_precise=MSVCRT___libm_sse2_asin @544 + _libm_sse2_atan_precise=MSVCRT___libm_sse2_atan @545 + _libm_sse2_cos_precise=MSVCRT___libm_sse2_cos @546 + _libm_sse2_exp_precise=MSVCRT___libm_sse2_exp @547 + _libm_sse2_log10_precise=MSVCRT___libm_sse2_log10 @548 + _libm_sse2_log_precise=MSVCRT___libm_sse2_log @549 + _libm_sse2_pow_precise=MSVCRT___libm_sse2_pow @550 + _libm_sse2_sin_precise=MSVCRT___libm_sse2_sin @551 + _libm_sse2_sqrt_precise=MSVCRT___libm_sse2_sqrt_precise @552 + _libm_sse2_tan_precise=MSVCRT___libm_sse2_tan @553 + _loaddll @554 + _local_unwind2 @555 + _local_unwind4 @556 + _localtime32=MSVCRT__localtime32 @557 + _localtime32_s @558 + _localtime64=MSVCRT__localtime64 @559 + _localtime64_s @560 + _lock_file=MSVCRT__lock_file @561 + _lock_locales @562 + _locking=MSVCRT__locking @563 + _logb=MSVCRT__logb @564 + _longjmpex=MSVCRT_longjmp @565 + _lrotl=MSVCRT__lrotl @566 + _lrotr=MSVCRT__lrotr @567 + _lsearch @568 + _lseek=MSVCRT__lseek @570 + _lseeki64=MSVCRT__lseeki64 @571 + _ltoa=ntdll._ltoa @572 + _ltoa_s=MSVCRT__ltoa_s @573 + _ltow=ntdll._ltow @574 + _ltow_s=MSVCRT__ltow_s @575 + _makepath=MSVCRT__makepath @576 + _makepath_s=MSVCRT__makepath_s @577 + _malloc_base @578 + _mbbtombc @579 + _mbbtype @581 + _mbccpy @584 + _mbccpy_l @585 + _mbccpy_s @586 + _mbccpy_s_l @587 + _mbcjistojms @588 + _mbcjmstojis @590 + _mbclen @592 + _mbctohira @594 + _mbctokata @596 + _mbctolower @598 + _mbctombb @600 + _mbctoupper @602 + _mbsbtype @605 + _mbscat_s @607 + _mbscat_s_l @608 + _mbschr @609 + _mbscmp @611 + _mbscoll @613 + _mbscoll_l @614 + _mbscpy_s @615 + _mbscpy_s_l @616 + _mbscspn @617 + _mbsdec @619 + _mbsicmp @622 + _mbsicoll @624 + _mbsicoll_l @625 + _mbsinc @626 + _mbslen @628 + _mbslen_l @629 + _mbslwr @630 + _mbslwr_s @632 + _mbsnbcat @634 + _mbsnbcat_s @636 + _mbsnbcmp @638 + _mbsnbcnt @640 + _mbsnbcoll @642 + _mbsnbcoll_l @643 + _mbsnbcpy @644 + _mbsnbcpy_s @646 + _mbsnbcpy_s_l @647 + _mbsnbicmp @648 + _mbsnbicoll @650 + _mbsnbicoll_l @651 + _mbsnbset @652 + _mbsncat @656 + _mbsnccnt @660 + _mbsncmp @662 + _mbsncpy @666 + _mbsnextc @670 + _mbsnicmp @672 + _mbsninc @676 + _mbsnlen @678 + _mbsnlen_l @679 + _mbsnset @680 + _mbspbrk @684 + _mbsrchr @686 + _mbsrev @688 + _mbsset @690 + _mbsspn @694 + _mbsspnp @696 + _mbsstr @698 + _mbstok @700 + _mbstok_l @701 + _mbstok_s @702 + _mbstok_s_l @703 + _mbstowcs_l=MSVCRT__mbstowcs_l @704 + _mbstowcs_s_l=MSVCRT__mbstowcs_s_l @705 + _mbstrlen @706 + _mbstrlen_l @707 + _mbsupr @710 + _mbsupr_s @712 + _mbtowc_l=MSVCRT_mbtowc_l @714 + _memccpy=ntdll._memccpy @715 + _memicmp=MSVCRT__memicmp @716 + _memicmp_l=MSVCRT__memicmp_l @717 + _mkdir=MSVCRT__mkdir @718 + _mkgmtime32=MSVCRT__mkgmtime32 @719 + _mkgmtime64=MSVCRT__mkgmtime64 @720 + _mktemp=MSVCRT__mktemp @721 + _mktemp_s=MSVCRT__mktemp_s @722 + _mktime32=MSVCRT__mktime32 @723 + _mktime64=MSVCRT__mktime64 @724 + _msize @725 + _nextafter=MSVCRT__nextafter @726 + _open=MSVCRT__open @1836 + _open_osfhandle=MSVCRT__open_osfhandle @1837 + _pclose=MSVCRT__pclose @1838 + _pipe=MSVCRT__pipe @1839 + _popen=MSVCRT__popen @1840 + _purecall @1841 + _putc_nolock=MSVCRT__fputc_nolock @1842 + _putch @1843 + _putch_nolock @1844 + _putenv @1845 + _putenv_s @1846 + _putw=MSVCRT__putw @1847 + _putwc_nolock=MSVCRT__fputwc_nolock @1848 + _putwch @1849 + _putwch_nolock @1850 + _putws=MSVCRT__putws @1851 + _read=MSVCRT__read @1855 + _realloc_base @1856 + _recalloc @1857 + _register_onexit_function=MSVCRT__register_onexit_function @1858 + _register_thread_local_exe_atexit_callback @1859 + _resetstkoflw=MSVCRT__resetstkoflw @1860 + _rmdir=MSVCRT__rmdir @1861 + _rmtmp=MSVCRT__rmtmp @1862 + _rotl @1863 + _rotl64 @1864 + _rotr @1865 + _rotr64 @1866 + _scalb=MSVCRT__scalb @1867 + _searchenv=MSVCRT__searchenv @1868 + _searchenv_s=MSVCRT__searchenv_s @1869 + _seh_filter_dll=__CppXcptFilter @1870 + _seh_filter_exe=_XcptFilter @1871 + _seh_longjmp_unwind4@4 @1872 + _seh_longjmp_unwind@4 @1873 + _set_SSE2_enable=MSVCRT__set_SSE2_enable @1874 + _set_abort_behavior=MSVCRT__set_abort_behavior @1875 + _set_app_type=MSVCRT___set_app_type @1876 + _set_controlfp @1877 + _set_doserrno @1878 + _set_errno @1879 + _set_error_mode @1880 + _set_fmode=MSVCRT__set_fmode @1881 + _set_invalid_parameter_handler @1882 + _set_new_handler=MSVCRT_set_new_handler @1883 + _set_new_mode=MSVCRT__set_new_mode @1884 + _set_printf_count_output=MSVCRT__set_printf_count_output @1885 + _set_purecall_handler @1886 + _set_se_translator=MSVCRT__set_se_translator @1887 + _set_thread_local_invalid_parameter_handler @1888 + _seterrormode @1889 + _setjmp3=MSVCRT__setjmp3 @1890 + _setmaxstdio=MSVCRT__setmaxstdio @1891 + _setmbcp @1892 + _setmode=MSVCRT__setmode @1893 + _sleep=MSVCRT__sleep @1895 + _sopen=MSVCRT__sopen @1896 + _sopen_dispatch=MSVCRT__sopen_dispatch @1897 + _sopen_s=MSVCRT__sopen_s @1898 + _spawnl @1899 + _spawnle @1900 + _spawnlp @1901 + _spawnlpe @1902 + _spawnv @1903 + _spawnve=MSVCRT__spawnve @1904 + _spawnvp @1905 + _spawnvpe=MSVCRT__spawnvpe @1906 + _splitpath=MSVCRT__splitpath @1907 + _splitpath_s=MSVCRT__splitpath_s @1908 + _stat32=MSVCRT__stat32 @1909 + _stat32i64=MSVCRT__stat32i64 @1910 + _stat64=MSVCRT_stat64 @1911 + _stat64i32=MSVCRT__stat64i32 @1912 + _statusfp @1913 + _statusfp2 @1914 + _strcoll_l=MSVCRT_strcoll_l @1915 + _strdate=MSVCRT__strdate @1916 + _strdate_s @1917 + _strdup=MSVCRT__strdup @1918 + _strerror=MSVCRT__strerror @1919 + _strftime_l=MSVCRT__strftime_l @1921 + _stricmp=MSVCRT__stricmp @1922 + _stricmp_l=MSVCRT__stricmp_l @1923 + _stricoll=MSVCRT__stricoll @1924 + _stricoll_l=MSVCRT__stricoll_l @1925 + _strlwr=MSVCRT__strlwr @1926 + _strlwr_l @1927 + _strlwr_s=MSVCRT__strlwr_s @1928 + _strlwr_s_l=MSVCRT__strlwr_s_l @1929 + _strncoll=MSVCRT__strncoll @1930 + _strncoll_l=MSVCRT__strncoll_l @1931 + _strnicmp=MSVCRT__strnicmp @1932 + _strnicmp_l=MSVCRT__strnicmp_l @1933 + _strnicoll=MSVCRT__strnicoll @1934 + _strnicoll_l=MSVCRT__strnicoll_l @1935 + _strnset=MSVCRT__strnset @1936 + _strnset_s=MSVCRT__strnset_s @1937 + _strrev=MSVCRT__strrev @1938 + _strset @1939 + _strtime=MSVCRT__strtime @1941 + _strtime_s @1942 + _strtod_l=MSVCRT_strtod_l @1943 + _strtof_l=MSVCRT__strtof_l @1944 + _strtoi64=MSVCRT_strtoi64 @1945 + _strtoi64_l=MSVCRT_strtoi64_l @1946 + _strtol_l=MSVCRT__strtol_l @1948 + _strtoll_l=MSVCRT_strtoi64_l @1950 + _strtoui64=MSVCRT_strtoui64 @1951 + _strtoui64_l=MSVCRT_strtoui64_l @1952 + _strtoul_l=MSVCRT_strtoul_l @1953 + _strtoull_l=MSVCRT_strtoui64_l @1954 + _strupr=MSVCRT__strupr @1956 + _strupr_l=MSVCRT__strupr_l @1957 + _strupr_s=MSVCRT__strupr_s @1958 + _strupr_s_l=MSVCRT__strupr_s_l @1959 + _strxfrm_l=MSVCRT__strxfrm_l @1960 + _swab=MSVCRT__swab @1961 + _tell=MSVCRT__tell @1962 + _telli64 @1963 + _tempnam=MSVCRT__tempnam @1964 + _time32=MSVCRT__time32 @1965 + _time64=MSVCRT__time64 @1966 + _tolower=MSVCRT__tolower @1969 + _tolower_l=MSVCRT__tolower_l @1970 + _toupper=MSVCRT__toupper @1971 + _toupper_l=MSVCRT__toupper_l @1972 + _towlower_l=MSVCRT__towlower_l @1973 + _towupper_l=MSVCRT__towupper_l @1974 + _tzset=MSVCRT__tzset @1975 + _ui64toa=ntdll._ui64toa @1976 + _ui64toa_s=MSVCRT__ui64toa_s @1977 + _ui64tow=ntdll._ui64tow @1978 + _ui64tow_s=MSVCRT__ui64tow_s @1979 + _ultoa=ntdll._ultoa @1980 + _ultoa_s=MSVCRT__ultoa_s @1981 + _ultow=ntdll._ultow @1982 + _ultow_s=MSVCRT__ultow_s @1983 + _umask=MSVCRT__umask @1984 + _ungetc_nolock=MSVCRT__ungetc_nolock @1986 + _ungetch @1987 + _ungetch_nolock @1988 + _ungetwc_nolock=MSVCRT__ungetwc_nolock @1989 + _ungetwch @1990 + _ungetwch_nolock @1991 + _unlink=MSVCRT__unlink @1992 + _unloaddll @1993 + _unlock_file=MSVCRT__unlock_file @1994 + _unlock_locales @1995 + _utime32 @1996 + _utime64 @1997 + _waccess=MSVCRT__waccess @1998 + _waccess_s=MSVCRT__waccess_s @1999 + _wasctime=MSVCRT__wasctime @2000 + _wasctime_s=MSVCRT__wasctime_s @2001 + _wassert=MSVCRT__wassert @2002 + _wchdir=MSVCRT__wchdir @2003 + _wchmod=MSVCRT__wchmod @2004 + _wcreat=MSVCRT__wcreat @2005 + _wcreate_locale=MSVCRT__wcreate_locale @2006 + _wcscoll_l=MSVCRT__wcscoll_l @2007 + _wcsdup=MSVCRT__wcsdup @2008 + _wcserror=MSVCRT__wcserror @2009 + _wcserror_s=MSVCRT__wcserror_s @2010 + _wcsftime_l=MSVCRT__wcsftime_l @2011 + _wcsicmp=MSVCRT__wcsicmp @2012 + _wcsicmp_l=MSVCRT__wcsicmp_l @2013 + _wcsicoll=MSVCRT__wcsicoll @2014 + _wcsicoll_l=MSVCRT__wcsicoll_l @2015 + _wcslwr=MSVCRT__wcslwr @2016 + _wcslwr_l=MSVCRT__wcslwr_l @2017 + _wcslwr_s=MSVCRT__wcslwr_s @2018 + _wcslwr_s_l=MSVCRT__wcslwr_s_l @2019 + _wcsncoll=MSVCRT__wcsncoll @2020 + _wcsncoll_l=MSVCRT__wcsncoll_l @2021 + _wcsnicmp=MSVCRT__wcsnicmp @2022 + _wcsnicmp_l=MSVCRT__wcsnicmp_l @2023 + _wcsnicoll=MSVCRT__wcsnicoll @2024 + _wcsnicoll_l=MSVCRT__wcsnicoll_l @2025 + _wcsnset=MSVCRT__wcsnset @2026 + _wcsrev=MSVCRT__wcsrev @2028 + _wcsset=MSVCRT__wcsset @2029 + _wcsset_s=MSVCRT__wcsset_s @2030 + _wcstod_l=MSVCRT__wcstod_l @2031 + _wcstof_l=MSVCRT__wcstof_l @2032 + _wcstoi64=MSVCRT__wcstoi64 @2033 + _wcstoi64_l=MSVCRT__wcstoi64_l @2034 + _wcstol_l=MSVCRT__wcstol_l @2036 + _wcstoll_l=MSVCRT__wcstoi64_l @2038 + _wcstombs_l=MSVCRT__wcstombs_l @2039 + _wcstombs_s_l=MSVCRT__wcstombs_s_l @2040 + _wcstoui64=MSVCRT__wcstoui64 @2041 + _wcstoui64_l=MSVCRT__wcstoui64_l @2042 + _wcstoul_l=MSVCRT__wcstoul_l @2043 + _wcstoull_l=MSVCRT__wcstoui64_l @2044 + _wcsupr=ntdll._wcsupr @2046 + _wcsupr_l=MSVCRT__wcsupr_l @2047 + _wcsupr_s=MSVCRT__wcsupr_s @2048 + _wcsupr_s_l=MSVCRT__wcsupr_s_l @2049 + _wcsxfrm_l=MSVCRT__wcsxfrm_l @2050 + _wctime32=MSVCRT__wctime32 @2051 + _wctime32_s=MSVCRT__wctime32_s @2052 + _wctime64=MSVCRT__wctime64 @2053 + _wctime64_s=MSVCRT__wctime64_s @2054 + _wctomb_l=MSVCRT__wctomb_l @2055 + _wctomb_s_l=MSVCRT__wctomb_s_l @2056 + _wdupenv_s @2058 + _wexecl @2059 + _wexecle @2060 + _wexeclp @2061 + _wexeclpe @2062 + _wexecv @2063 + _wexecve @2064 + _wexecvp @2065 + _wexecvpe @2066 + _wfdopen=MSVCRT__wfdopen @2067 + _wfindfirst32=MSVCRT__wfindfirst32 @2068 + _wfindfirst64=MSVCRT__wfindfirst64 @2070 + _wfindfirst64i32=MSVCRT__wfindfirst64i32 @2071 + _wfindnext32=MSVCRT__wfindnext32 @2072 + _wfindnext64=MSVCRT__wfindnext64 @2074 + _wfindnext64i32=MSVCRT__wfindnext64i32 @2075 + _wfopen=MSVCRT__wfopen @2076 + _wfopen_s=MSVCRT__wfopen_s @2077 + _wfreopen=MSVCRT__wfreopen @2078 + _wfreopen_s=MSVCRT__wfreopen_s @2079 + _wfsopen=MSVCRT__wfsopen @2080 + _wfullpath=MSVCRT__wfullpath @2081 + _wgetcwd=MSVCRT__wgetcwd @2082 + _wgetdcwd=MSVCRT__wgetdcwd @2083 + _wgetenv=MSVCRT__wgetenv @2084 + _wgetenv_s @2085 + _wmakepath=MSVCRT__wmakepath @2086 + _wmakepath_s=MSVCRT__wmakepath_s @2087 + _wmkdir=MSVCRT__wmkdir @2088 + _wmktemp=MSVCRT__wmktemp @2089 + _wmktemp_s=MSVCRT__wmktemp_s @2090 + _wopen=MSVCRT__wopen @2091 + _wperror=MSVCRT__wperror @2092 + _wpopen=MSVCRT__wpopen @2093 + _wputenv @2094 + _wputenv_s @2095 + _wremove=MSVCRT__wremove @2096 + _wrename=MSVCRT__wrename @2097 + _write=MSVCRT__write @2098 + _wrmdir=MSVCRT__wrmdir @2099 + _wsearchenv=MSVCRT__wsearchenv @2100 + _wsearchenv_s=MSVCRT__wsearchenv_s @2101 + _wsetlocale=MSVCRT__wsetlocale @2102 + _wsopen=MSVCRT__wsopen @2103 + _wsopen_dispatch=MSVCRT__wsopen_dispatch @2104 + _wsopen_s=MSVCRT__wsopen_s @2105 + _wspawnl @2106 + _wspawnle @2107 + _wspawnlp @2108 + _wspawnlpe @2109 + _wspawnv @2110 + _wspawnve=MSVCRT__wspawnve @2111 + _wspawnvp @2112 + _wspawnvpe=MSVCRT__wspawnvpe @2113 + _wsplitpath=MSVCRT__wsplitpath @2114 + _wsplitpath_s=MSVCRT__wsplitpath_s @2115 + _wstat32=MSVCRT__wstat32 @2116 + _wstat32i64=MSVCRT__wstat32i64 @2117 + _wstat64=MSVCRT__wstat64 @2118 + _wstat64i32=MSVCRT__wstat64i32 @2119 + _wstrdate=MSVCRT__wstrdate @2120 + _wstrdate_s @2121 + _wstrtime=MSVCRT__wstrtime @2122 + _wstrtime_s @2123 + _wsystem @2124 + _wtempnam=MSVCRT__wtempnam @2125 + _wtmpnam=MSVCRT__wtmpnam @2126 + _wtmpnam_s=MSVCRT__wtmpnam_s @2127 + _wtof=MSVCRT__wtof @2128 + _wtof_l=MSVCRT__wtof_l @2129 + _wtoi=MSVCRT__wtoi @2130 + _wtoi64=MSVCRT__wtoi64 @2131 + _wtoi64_l=MSVCRT__wtoi64_l @2132 + _wtoi_l=MSVCRT__wtoi_l @2133 + _wtol=MSVCRT__wtol @2134 + _wtol_l=MSVCRT__wtol_l @2135 + _wtoll=MSVCRT__wtoll @2136 + _wtoll_l=MSVCRT__wtoll_l @2137 + _wunlink=MSVCRT__wunlink @2138 + _wutime32 @2139 + _wutime64 @2140 + _y0=MSVCRT__y0 @2141 + _y1=MSVCRT__y1 @2142 + _yn=MSVCRT__yn @2143 + abort=MSVCRT_abort @2144 + abs=MSVCRT_abs @2145 + acos=MSVCRT_acos @2146 + acosh=MSVCR120_acosh @2147 + acoshf=MSVCR120_acoshf @2148 + acoshl=MSVCR120_acoshl @2149 + asctime=MSVCRT_asctime @2150 + asctime_s=MSVCRT_asctime_s @2151 + asin=MSVCRT_asin @2152 + asinh=MSVCR120_asinh @2153 + asinhf=MSVCR120_asinhf @2154 + asinhl=MSVCR120_asinhl @2155 + atan=MSVCRT_atan @2156 + atan2=MSVCRT_atan2 @2157 + atanh=MSVCR120_atanh @2158 + atanhf=MSVCR120_atanhf @2159 + atanhl=MSVCR120_atanhl @2160 + atof=MSVCRT_atof @2161 + atoi=MSVCRT_atoi @2162 + atol=ntdll.atol @2163 + atoll=MSVCRT_atoll @2164 + bsearch=MSVCRT_bsearch @2165 + bsearch_s=MSVCRT_bsearch_s @2166 + btowc=MSVCRT_btowc @2167 + calloc=MSVCRT_calloc @2179 + cbrt=MSVCR120_cbrt @2195 + cbrtf=MSVCR120_cbrtf @2196 + cbrtl=MSVCR120_cbrtl @2197 + ceil=MSVCRT_ceil @2204 + clearerr=MSVCRT_clearerr @2211 + clearerr_s=MSVCRT_clearerr_s @2212 + clock=MSVCRT_clock @2213 + copysign=MSVCRT__copysign @2223 + copysignf=MSVCRT__copysignf @2224 + copysignl=MSVCRT__copysign @2225 + cos=MSVCRT_cos @2226 + cosh=MSVCRT_cosh @2227 + div=MSVCRT_div @2252 + erf=MSVCR120_erf @2253 + erfc=MSVCR120_erfc @2254 + erfcf=MSVCR120_erfcf @2255 + erfcl=MSVCR120_erfcl @2256 + erff=MSVCR120_erff @2257 + erfl=MSVCR120_erfl @2258 + exit=MSVCRT_exit @2259 + exp=MSVCRT_exp @2260 + exp2=MSVCR120_exp2 @2261 + exp2f=MSVCR120_exp2f @2262 + exp2l=MSVCR120_exp2l @2263 + expm1=MSVCR120_expm1 @2264 + expm1f=MSVCR120_expm1f @2265 + expm1l=MSVCR120_expm1l @2266 + fabs=MSVCRT_fabs @2267 + fclose=MSVCRT_fclose @2268 + fegetenv=MSVCRT_fegetenv @2273 + fegetround=MSVCRT_fegetround @2275 + feof=MSVCRT_feof @2277 + ferror=MSVCRT_ferror @2278 + fesetenv=MSVCRT_fesetenv @2279 + fesetround=MSVCRT_fesetround @2281 + fflush=MSVCRT_fflush @2283 + fgetc=MSVCRT_fgetc @2284 + fgetpos=MSVCRT_fgetpos @2285 + fgets=MSVCRT_fgets @2286 + fgetwc=MSVCRT_fgetwc @2287 + fgetws=MSVCRT_fgetws @2288 + floor=MSVCRT_floor @2289 + fmax=MSVCR120_fmax @2293 + fmaxf=MSVCR120_fmaxf @2294 + fmaxl=MSVCR120_fmax @2295 + fmin=MSVCR120_fmin @2296 + fminf=MSVCR120_fminf @2297 + fminl=MSVCR120_fmin @2298 + fmod=MSVCRT_fmod @2299 + fopen=MSVCRT_fopen @2300 + fopen_s=MSVCRT_fopen_s @2301 + fputc=MSVCRT_fputc @2302 + fputs=MSVCRT_fputs @2303 + fputwc=MSVCRT_fputwc @2304 + fputws=MSVCRT_fputws @2305 + fread=MSVCRT_fread @2306 + fread_s=MSVCRT_fread_s @2307 + free=MSVCRT_free @2308 + freopen=MSVCRT_freopen @2309 + freopen_s=MSVCRT_freopen_s @2310 + frexp=MSVCRT_frexp @2311 + fseek=MSVCRT_fseek @2312 + fsetpos=MSVCRT_fsetpos @2313 + ftell=MSVCRT_ftell @2314 + fwrite=MSVCRT_fwrite @2315 + getc=MSVCRT_getc @2316 + getchar=MSVCRT_getchar @2317 + getenv=MSVCRT_getenv @2318 + getenv_s @2319 + gets=MSVCRT_gets @2320 + getwc=MSVCRT_getwc @2322 + getwchar=MSVCRT_getwchar @2323 + hypot=_hypot @2324 + is_wctype=ntdll.iswctype @2330 + isalnum=MSVCRT_isalnum @2331 + isalpha=MSVCRT_isalpha @2332 + isblank=MSVCRT_isblank @2333 + iscntrl=MSVCRT_iscntrl @2334 + isdigit=MSVCRT_isdigit @2335 + isgraph=MSVCRT_isgraph @2336 + isleadbyte=MSVCRT_isleadbyte @2337 + islower=MSVCRT_islower @2338 + isprint=MSVCRT_isprint @2339 + ispunct=MSVCRT_ispunct @2340 + isspace=MSVCRT_isspace @2341 + isupper=MSVCRT_isupper @2342 + iswalnum=MSVCRT_iswalnum @2343 + iswalpha=ntdll.iswalpha @2344 + iswascii=MSVCRT_iswascii @2345 + iswblank=MSVCRT_iswblank @2346 + iswcntrl=MSVCRT_iswcntrl @2347 + iswctype=ntdll.iswctype @2348 + iswdigit=MSVCRT_iswdigit @2349 + iswgraph=MSVCRT_iswgraph @2350 + iswlower=MSVCRT_iswlower @2351 + iswprint=MSVCRT_iswprint @2352 + iswpunct=MSVCRT_iswpunct @2353 + iswspace=MSVCRT_iswspace @2354 + iswupper=MSVCRT_iswupper @2355 + iswxdigit=MSVCRT_iswxdigit @2356 + isxdigit=MSVCRT_isxdigit @2357 + labs=MSVCRT_labs @2358 + ldexp=MSVCRT_ldexp @2359 + ldiv=MSVCRT_ldiv @2360 + lgamma=MSVCR120_lgamma @2361 + lgammaf=MSVCR120_lgammaf @2362 + lgammal=MSVCR120_lgammal @2363 + llabs=MSVCRT_llabs @2364 + lldiv=MSVCRT_lldiv @2365 + llrint=MSVCR120_llrint @2366 + llrintf=MSVCR120_llrintf @2367 + llrintl=MSVCR120_llrintl @2368 + llround=MSVCR120_llround @2369 + llroundf=MSVCR120_llroundf @2370 + llroundl=MSVCR120_llroundl @2371 + localeconv=MSVCRT_localeconv @2372 + log=MSVCRT_log @2373 + log10=MSVCRT_log10 @2374 + log1p=MSVCR120_log1p @2375 + log1pf=MSVCR120_log1pf @2376 + log1pl=MSVCR120_log1pl @2377 + log2=MSVCR120_log2 @2378 + log2f=MSVCR120_log2f @2379 + log2l=MSVCR120_log2l @2380 + longjmp=MSVCRT_longjmp @2384 + lrint=MSVCR120_lrint @2385 + lrintf=MSVCR120_lrintf @2386 + lrintl=MSVCR120_lrintl @2387 + lround=MSVCR120_lround @2388 + lroundf=MSVCR120_lroundf @2389 + lroundl=MSVCR120_lroundl @2390 + malloc=MSVCRT_malloc @2391 + mblen=MSVCRT_mblen @2392 + mbrlen=MSVCRT_mbrlen @2393 + mbrtowc=MSVCRT_mbrtowc @2396 + mbsrtowcs=MSVCRT_mbsrtowcs @2397 + mbsrtowcs_s=MSVCRT_mbsrtowcs_s @2398 + mbstowcs=MSVCRT_mbstowcs @2399 + mbstowcs_s=MSVCRT__mbstowcs_s @2400 + mbtowc=MSVCRT_mbtowc @2401 + memchr=MSVCRT_memchr @2402 + memcmp=MSVCRT_memcmp @2403 + memcpy=MSVCRT_memcpy @2404 + memcpy_s=MSVCRT_memcpy_s @2405 + memmove=MSVCRT_memmove @2406 + memmove_s=MSVCRT_memmove_s @2407 + memset=MSVCRT_memset @2408 + modf=MSVCRT_modf @2409 + nan=MSVCR120_nan @2410 + nanf=MSVCR120_nanf @2411 + nanl=MSVCR120_nan @2412 + nearbyint=MSVCRT_nearbyint @2413 + nearbyintf=MSVCRT_nearbyintf @2414 + nearbyintl=MSVCRT_nearbyint @2415 + nextafter=MSVCRT__nextafter @2416 + nextafterf=MSVCRT__nextafterf @2417 + nextafterl=MSVCRT__nextafter @2418 + perror=MSVCRT_perror @2425 + pow=MSVCRT_pow @2426 + putc=MSVCRT_putc @2427 + putchar=MSVCRT_putchar @2428 + puts=MSVCRT_puts @2429 + putwc=MSVCRT_fputwc @2430 + putwchar=MSVCRT__fputwchar @2431 + qsort=MSVCRT_qsort @2432 + qsort_s=MSVCRT_qsort_s @2433 + raise=MSVCRT_raise @2435 + rand=MSVCRT_rand @2436 + rand_s=MSVCRT_rand_s @2437 + realloc=MSVCRT_realloc @2438 + remainder=MSVCR120_remainder @2439 + remainderf=MSVCR120_remainderf @2440 + remainderl=MSVCR120_remainderl @2441 + remove=MSVCRT_remove @2442 + rename=MSVCRT_rename @2446 + rewind=MSVCRT_rewind @2447 + rint=MSVCR120_rint @2448 + rintf=MSVCR120_rintf @2449 + rintl=MSVCR120_rintl @2450 + round=MSVCR120_round @2451 + roundf=MSVCR120_roundf @2452 + roundl=MSVCR120_roundl @2453 + scalbln=MSVCRT__scalb @2454 + scalblnf=MSVCRT__scalbf @2455 + scalblnl=MSVCR120_scalbnl @2456 + scalbn=MSVCRT__scalb @2457 + scalbnf=MSVCRT__scalbf @2458 + scalbnl=MSVCR120_scalbnl @2459 + set_terminate=MSVCRT_set_terminate @2460 + set_unexpected=MSVCRT_set_unexpected @2461 + setbuf=MSVCRT_setbuf @2462 + setlocale=MSVCRT_setlocale @2463 + setvbuf=MSVCRT_setvbuf @2464 + signal=MSVCRT_signal @2465 + sin=MSVCRT_sin @2466 + sinh=MSVCRT_sinh @2467 + sqrt=MSVCRT_sqrt @2468 + srand=MSVCRT_srand @2469 + strcat=ntdll.strcat @2470 + strcat_s=MSVCRT_strcat_s @2471 + strchr=MSVCRT_strchr @2472 + strcmp=MSVCRT_strcmp @2473 + strcoll=MSVCRT_strcoll @2474 + strcpy=MSVCRT_strcpy @2475 + strcpy_s=MSVCRT_strcpy_s @2476 + strcspn=ntdll.strcspn @2477 + strerror=MSVCRT_strerror @2478 + strerror_s=MSVCRT_strerror_s @2479 + strftime=MSVCRT_strftime @2480 + strlen=MSVCRT_strlen @2481 + strncat=MSVCRT_strncat @2482 + strncat_s=MSVCRT_strncat_s @2483 + strncmp=MSVCRT_strncmp @2484 + strncpy=MSVCRT_strncpy @2485 + strncpy_s=MSVCRT_strncpy_s @2486 + strnlen=MSVCRT_strnlen @2487 + strpbrk=ntdll.strpbrk @2488 + strrchr=MSVCRT_strrchr @2489 + strspn=ntdll.strspn @2490 + strstr=MSVCRT_strstr @2491 + strtod=MSVCRT_strtod @2492 + strtof=MSVCRT_strtof @2493 + strtok=MSVCRT_strtok @2495 + strtok_s=MSVCRT_strtok_s @2496 + strtol=MSVCRT_strtol @2497 + strtoll=MSVCRT_strtoi64 @2499 + strtoul=MSVCRT_strtoul @2500 + strtoull=MSVCRT_strtoui64 @2501 + strxfrm=MSVCRT_strxfrm @2503 + system=MSVCRT_system @2504 + tan=MSVCRT_tan @2505 + tanh=MSVCRT_tanh @2506 + terminate=MSVCRT_terminate @2507 + tmpfile=MSVCRT_tmpfile @2511 + tmpfile_s=MSVCRT_tmpfile_s @2512 + tmpnam=MSVCRT_tmpnam @2513 + tmpnam_s=MSVCRT_tmpnam_s @2514 + tolower=MSVCRT_tolower @2515 + toupper=MSVCRT_toupper @2516 + towlower=MSVCRT_towlower @2518 + towupper=MSVCRT_towupper @2519 + trunc=MSVCR120_trunc @2520 + truncf=MSVCR120_truncf @2521 + truncl=MSVCR120_truncl @2522 + ungetc=MSVCRT_ungetc @2524 + ungetwc=MSVCRT_ungetwc @2525 + wcrtomb=MSVCRT_wcrtomb @2526 + wcscat=ntdll.wcscat @2528 + wcscat_s=MSVCRT_wcscat_s @2529 + wcschr=MSVCRT_wcschr @2530 + wcscmp=ntdll.wcscmp @2531 + wcscoll=MSVCRT_wcscoll @2532 + wcscpy=ntdll.wcscpy @2533 + wcscpy_s=MSVCRT_wcscpy_s @2534 + wcscspn=ntdll.wcscspn @2535 + wcsftime=MSVCRT_wcsftime @2536 + wcslen=MSVCRT_wcslen @2537 + wcsncat=ntdll.wcsncat @2538 + wcsncat_s=MSVCRT_wcsncat_s @2539 + wcsncmp=MSVCRT_wcsncmp @2540 + wcsncpy=MSVCRT_wcsncpy @2541 + wcsncpy_s=MSVCRT_wcsncpy_s @2542 + wcsnlen=MSVCRT_wcsnlen @2543 + wcspbrk=MSVCRT_wcspbrk @2544 + wcsrchr=ntdll.wcsrchr @2545 + wcsrtombs=MSVCRT_wcsrtombs @2546 + wcsrtombs_s=MSVCRT_wcsrtombs_s @2547 + wcsspn=ntdll.wcsspn @2548 + wcsstr=MSVCRT_wcsstr @2549 + wcstod=MSVCRT_wcstod @2550 + wcstof=MSVCRT_wcstof @2551 + wcstok=MSVCRT_wcstok @2553 + wcstok_s=MSVCRT_wcstok_s @2554 + wcstol=ntdll.wcstol @2555 + wcstoll=MSVCRT__wcstoi64 @2557 + wcstombs=MSVCRT_wcstombs @2558 + wcstombs_s=MSVCRT_wcstombs_s @2559 + wcstoul=MSVCRT_wcstoul @2560 + wcstoull=MSVCRT__wcstoui64 @2561 + wcsxfrm=MSVCRT_wcsxfrm @2563 + wctob=MSVCRT_wctob @2564 + wctomb=MSVCRT_wctomb @2565 + wctomb_s=MSVCRT_wctomb_s @2566 + wctype @2568 + wmemcpy_s @2569 + wmemmove_s @2570 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libusbd.sys.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libusbd.def similarity index 100% rename from osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libusbd.sys.def rename to osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libusbd.def diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuser32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuser32.def index ca7b587..fdf895e 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuser32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuser32.def @@ -25,675 +25,691 @@ EXPORTS BroadcastSystemMessageExW@24 @20 BroadcastSystemMessageW@20 @21 CalcChildScroll@8 @22 - CallMsgFilter@8=CallMsgFilterA@8 @23 - CallMsgFilterA@8 @24 - CallMsgFilterW@8 @25 - CallNextHookEx@16 @26 - CallWindowProcA@20 @27 - CallWindowProcW@20 @28 - CascadeChildWindows@8 @29 - CascadeWindows@20 @30 - ChangeClipboardChain@8 @31 - ChangeDisplaySettingsA@8 @32 - ChangeDisplaySettingsExA@20 @33 - ChangeDisplaySettingsExW@20 @34 - ChangeDisplaySettingsW@8 @35 - ChangeMenuA@20 @36 - ChangeMenuW@20 @37 - ChangeWindowMessageFilter@8 @38 - ChangeWindowMessageFilterEx@16 @39 - CharLowerA@4 @40 - CharLowerBuffA@8 @41 - CharLowerBuffW@8 @42 - CharLowerW@4 @43 - CharNextA@4 @44 - CharNextExA@12 @45 - CharNextExW@12 @46 - CharNextW@4 @47 - CharPrevA@8 @48 - CharPrevExA@16 @49 - CharPrevExW@16 @50 - CharPrevW@8 @51 - CharToOemA@8 @52 - CharToOemBuffA@12 @53 - CharToOemBuffW@12 @54 - CharToOemW@8 @55 - CharUpperA@4 @56 - CharUpperBuffA@8 @57 - CharUpperBuffW@8 @58 - CharUpperW@4 @59 - CheckDlgButton@12 @60 - CheckMenuItem@12 @61 - CheckMenuRadioItem@20 @62 - CheckRadioButton@16 @63 - ChildWindowFromPoint@12 @64 - ChildWindowFromPointEx@16 @65 - ClientToScreen@8 @69 - ClipCursor@4 @70 - CloseClipboard@0 @71 - CloseDesktop@4 @72 - CloseWindow@4 @73 - CloseWindowStation@4 @74 - CopyAcceleratorTableA@12 @75 - CopyAcceleratorTableW@12 @76 - CopyIcon@4 @77 - CopyImage@20 @78 - CopyRect@8 @79 - CountClipboardFormats@0 @80 - CreateAcceleratorTableA@8 @81 - CreateAcceleratorTableW@8 @82 - CreateCaret@16 @83 - CreateCursor@28 @84 - CreateDesktopA@24 @85 - CreateDesktopW@24 @86 - CreateDialogIndirectParamA@20 @87 - CreateDialogIndirectParamAorW@24 @88 - CreateDialogIndirectParamW@20 @89 - CreateDialogParamA@20 @90 - CreateDialogParamW@20 @91 - CreateIcon@28 @92 - CreateIconFromResource@16 @93 - CreateIconFromResourceEx@28 @94 - CreateIconIndirect@4 @95 - CreateMDIWindowA@40 @96 - CreateMDIWindowW@40 @97 - CreateMenu@0 @98 - CreatePopupMenu@0 @99 - CreateWindowExA@48 @100 - CreateWindowExW@48 @101 - CreateWindowStationA@16 @102 - CreateWindowStationW@16 @103 - DdeAbandonTransaction@12 @104 - DdeAccessData@8 @105 - DdeAddData@16 @106 - DdeClientTransaction@32 @107 - DdeCmpStringHandles@8 @108 - DdeConnect@16 @109 - DdeConnectList@20 @110 - DdeCreateDataHandle@28 @111 - DdeCreateStringHandleA@12 @112 - DdeCreateStringHandleW@12 @113 - DdeDisconnect@4 @114 - DdeDisconnectList@4 @115 - DdeEnableCallback@12 @116 - DdeFreeDataHandle@4 @117 - DdeFreeStringHandle@8 @118 - DdeGetData@16 @119 - DdeGetLastError@4 @120 - DdeImpersonateClient@4 @122 - DdeInitializeA@16 @123 - DdeInitializeW@16 @124 - DdeKeepStringHandle@8 @125 - DdeNameService@16 @126 - DdePostAdvise@12 @127 - DdeQueryConvInfo@12 @128 - DdeQueryNextServer@8 @129 - DdeQueryStringA@20 @130 - DdeQueryStringW@20 @131 - DdeReconnect@4 @132 - DdeSetQualityOfService@12 @133 - DdeSetUserHandle@12 @134 - DdeUnaccessData@4 @135 - DdeUninitialize@4 @136 - DefDlgProcA@16 @137 - DefDlgProcW@16 @138 - DefFrameProcA@20 @139 - DefFrameProcW@20 @140 - DefMDIChildProcA@16 @141 - DefMDIChildProcW@16 @142 - DefRawInputProc@12 @143 - DefWindowProcA@16 @144 - DefWindowProcW@16 @145 - DeferWindowPos@32 @146 - DeleteMenu@12 @147 - DeregisterShellHookWindow@4 @148 - DestroyAcceleratorTable@4 @149 - DestroyCaret@0 @150 - DestroyCursor@4 @151 - DestroyIcon@4 @152 - DestroyMenu@4 @153 - DestroyWindow@4 @154 - DialogBoxIndirectParamA@20 @155 - DialogBoxIndirectParamAorW@24 @156 - DialogBoxIndirectParamW@20 @157 - DialogBoxParamA@20 @158 - DialogBoxParamW@20 @159 - DisableProcessWindowsGhosting@0 @160 - DispatchMessageA@4 @161 - DispatchMessageW@4 @162 - DisplayConfigGetDeviceInfo@4 @163 - DlgDirListA@20 @164 - DlgDirListComboBoxA@20 @165 - DlgDirListComboBoxW@20 @166 - DlgDirListW@20 @167 - DlgDirSelectComboBoxExA@16 @168 - DlgDirSelectComboBoxExW@16 @169 - DlgDirSelectExA@16 @170 - DlgDirSelectExW@16 @171 - DragDetect@12 @172 - DrawAnimatedRects@16 @174 - DrawCaption@16 @175 - DrawCaptionTempA@28 @176 - DrawCaptionTempW@28 @177 - DrawEdge@16 @178 - DrawFocusRect@8 @179 - DrawFrameControl@16 @181 - DrawIcon@16 @182 - DrawIconEx@36 @183 - DrawMenuBar@4 @184 - DrawMenuBarTemp@20 @185 - DrawStateA@40 @186 - DrawStateW@40 @187 - DrawTextA@20 @188 - DrawTextExA@24 @189 - DrawTextExW@24 @190 - DrawTextW@20 @191 - EditWndProc@16=EditWndProcA@16 @192 - EmptyClipboard@0 @193 - EnableMenuItem@12 @194 - EnableScrollBar@12 @195 - EnableWindow@8 @196 - EndDeferWindowPos@4 @197 - EndDialog@8 @198 - EndMenu@0 @199 - EndPaint@8 @200 - EnumChildWindows@12 @202 - EnumClipboardFormats@4 @203 - EnumDesktopWindows@12 @204 - EnumDesktopsA@12 @205 - EnumDesktopsW@12 @206 - EnumDisplayDevicesA@16 @209 - EnumDisplayDevicesW@16 @210 - EnumDisplayMonitors@16 @211 - EnumDisplaySettingsA@12 @212 - EnumDisplaySettingsExA@16 @213 - EnumDisplaySettingsExW@16 @214 - EnumDisplaySettingsW@12 @215 - EnumPropsA@8 @216 - EnumPropsExA@12 @217 - EnumPropsExW@12 @218 - EnumPropsW@8 @219 - EnumThreadWindows@12 @220 - EnumWindowStationsA@8 @221 - EnumWindowStationsW@8 @222 - EnumWindows@8 @223 - EqualRect@8 @224 - ExcludeUpdateRgn@8 @225 - ExitWindowsEx@8 @226 - FillRect@12 @227 - FindWindowA@8 @228 - FindWindowExA@16 @229 - FindWindowExW@16 @230 - FindWindowW@8 @231 - FlashWindow@8 @232 - FlashWindowEx@4 @233 - FrameRect@12 @234 - FreeDDElParam@8 @235 - GetActiveWindow@0 @236 - GetAltTabInfo@20=GetAltTabInfoA@20 @237 - GetAltTabInfoA@20 @238 - GetAltTabInfoW@20 @239 - GetAncestor@8 @240 - GetAppCompatFlags@4 @241 - GetAppCompatFlags2@4 @242 - GetAsyncKeyState@4 @243 - GetCapture@0 @244 - GetCaretBlinkTime@0 @245 - GetCaretPos@4 @246 - GetClassInfoA@12 @247 - GetClassInfoExA@12 @248 - GetClassInfoExW@12 @249 - GetClassInfoW@12 @250 - GetClassLongA@8 @251 - GetClassLongW@8 @252 - GetClassNameA@12 @253 - GetClassNameW@12 @254 - GetClassWord@8 @255 - GetClientRect@8 @256 - GetClipCursor@4 @257 - GetClipboardData@4 @258 - GetClipboardFormatNameA@12 @259 - GetClipboardFormatNameW@12 @260 - GetClipboardOwner@0 @261 - GetClipboardSequenceNumber@0 @262 - GetClipboardViewer@0 @263 - GetComboBoxInfo@8 @264 - GetCursor@0 @265 - GetCursorFrameInfo@20 @266 - GetCursorInfo@4 @267 - GetCursorPos@4 @268 - GetDC@4 @269 - GetDCEx@12 @270 - GetDesktopWindow@0 @271 - GetDialogBaseUnits@0 @272 - GetDisplayConfigBufferSizes@12 @273 - GetDlgCtrlID@4 @274 - GetDlgItem@8 @275 - GetDlgItemInt@16 @276 - GetDlgItemTextA@16 @277 - GetDlgItemTextW@16 @278 - GetDoubleClickTime@0 @279 - GetFocus@0 @280 - GetForegroundWindow@0 @281 - GetGUIThreadInfo@8 @282 - GetGuiResources@8 @283 - GetIconInfo@8 @284 - GetIconInfoExA@8 @285 - GetIconInfoExW@8 @286 - GetInputState@0 @288 - GetInternalWindowPos@12 @289 - GetKBCodePage@0 @290 - GetKeyNameTextA@12 @291 - GetKeyNameTextW@12 @292 - GetKeyState@4 @293 - GetKeyboardLayout@4 @294 - GetKeyboardLayoutList@8 @295 - GetKeyboardLayoutNameA@4 @296 - GetKeyboardLayoutNameW@4 @297 - GetKeyboardState@4 @298 - GetKeyboardType@4 @299 - GetLastActivePopup@4 @300 - GetLastInputInfo@4 @301 - GetLayeredWindowAttributes@16 @302 - GetListBoxInfo@4 @303 - GetMenu@4 @304 - GetMenuBarInfo@16 @305 - GetMenuCheckMarkDimensions@0 @306 - GetMenuContextHelpId@4 @307 - GetMenuDefaultItem@12 @308 - GetMenuInfo@8 @310 - GetMenuItemCount@4 @311 - GetMenuItemID@8 @312 - GetMenuItemInfoA@16 @313 - GetMenuItemInfoW@16 @314 - GetMenuItemRect@16 @315 - GetMenuState@12 @316 - GetMenuStringA@20 @317 - GetMenuStringW@20 @318 - GetMessageA@16 @319 - GetMessageExtraInfo@0 @320 - GetMessagePos@0 @321 - GetMessageTime@0 @322 - GetMessageW@16 @323 - GetMonitorInfoA@8 @324 - GetMonitorInfoW@8 @325 - GetMouseMovePointsEx@20 @326 - GetNextDlgGroupItem@12 @327 - GetNextDlgTabItem@12 @328 - GetOpenClipboardWindow@0 @329 - GetParent@4 @330 - GetPriorityClipboardFormat@8 @331 - GetProcessDefaultLayout@4 @332 - GetProcessWindowStation@0 @333 - GetProgmanWindow@0 @334 - GetPropA@8 @335 - GetPropW@8 @336 - GetQueueStatus@4 @337 - GetRawInputBuffer@12 @338 - GetRawInputData@20 @339 - GetRawInputDeviceInfoA@16 @340 - GetRawInputDeviceInfoW@16 @341 - GetRawInputDeviceList@12 @342 - GetRegisteredRawInputDevices@12 @343 - GetScrollBarInfo@12 @344 - GetScrollInfo@12 @345 - GetScrollPos@8 @346 - GetScrollRange@16 @347 - GetShellWindow@0 @348 - GetSubMenu@8 @349 - GetSysColor@4 @350 - GetSysColorBrush@4 @351 - GetSystemMenu@8 @352 - GetSystemMetrics@4 @353 - GetTabbedTextExtentA@20 @354 - GetTabbedTextExtentW@20 @355 - GetTaskmanWindow@0 @356 - GetThreadDesktop@4 @357 - GetTitleBarInfo@8 @358 - GetTopWindow@4 @359 - GetUpdateRect@12 @360 - GetUpdateRgn@12 @361 - GetUserObjectInformationA@20 @362 - GetUserObjectInformationW@20 @363 - GetUserObjectSecurity@20 @364 - GetWindow@8 @365 - GetWindowContextHelpId@4 @366 - GetWindowDC@4 @367 - GetWindowInfo@8 @368 - GetWindowLongA@8 @369 - GetWindowLongW@8 @370 - GetWindowModuleFileName@12=GetWindowModuleFileNameA@12 @371 - GetWindowModuleFileNameA@12 @372 - GetWindowModuleFileNameW@12 @373 - GetWindowPlacement@8 @374 - GetWindowRect@8 @375 - GetWindowRgn@8 @376 - GetWindowRgnBox@8 @377 - GetWindowTextA@12 @378 - GetWindowTextLengthA@4 @379 - GetWindowTextLengthW@4 @380 - GetWindowTextW@12 @381 - GetWindowThreadProcessId@8 @382 - GetWindowWord@8 @383 - GrayStringA@36 @384 - GrayStringW@36 @385 - HideCaret@4 @386 - HiliteMenuItem@16 @387 - ImpersonateDdeClientWindow@8 @388 - InSendMessage@0 @389 - InSendMessageEx@4 @390 - InflateRect@12 @391 - InsertMenuA@20 @392 - InsertMenuItemA@16 @393 - InsertMenuItemW@16 @394 - InsertMenuW@20 @395 - InternalGetWindowText@12 @396 - IntersectRect@12 @397 - InvalidateRect@12 @398 - InvalidateRgn@12 @399 - InvertRect@8 @400 - IsCharAlphaA@4 @401 - IsCharAlphaNumericA@4 @402 - IsCharAlphaNumericW@4 @403 - IsCharAlphaW@4 @404 - IsCharLowerA@4 @405 - IsCharLowerW@4 @406 - IsCharUpperA@4 @407 - IsCharUpperW@4 @408 - IsChild@8 @409 - IsClipboardFormatAvailable@4 @410 - IsDialogMessage@8=IsDialogMessageA@8 @411 - IsDialogMessageA@8 @412 - IsDialogMessageW@8 @413 - IsDlgButtonChecked@8 @414 - IsGUIThread@4 @415 - IsHungAppWindow@4 @416 - IsIconic@4 @417 - IsMenu@4 @418 - IsRectEmpty@4 @419 - IsTouchWindow@8 @420 - IsWinEventHookInstalled@4 @421 - IsWindow@4 @422 - IsWindowEnabled@4 @423 - IsWindowRedirectedForPrint@4 @424 - IsWindowUnicode@4 @425 - IsWindowVisible@4 @426 - IsZoomed@4 @427 - KillSystemTimer@8 @428 - KillTimer@8 @429 - LoadAcceleratorsA@8 @430 - LoadAcceleratorsW@8 @431 - LoadBitmapA@8 @432 - LoadBitmapW@8 @433 - LoadCursorA@8 @434 - LoadCursorFromFileA@4 @435 - LoadCursorFromFileW@4 @436 - LoadCursorW@8 @437 - LoadIconA@8 @438 - LoadIconW@8 @439 - LoadImageA@24 @440 - LoadImageW@24 @441 - LoadKeyboardLayoutA@8 @442 - LoadKeyboardLayoutW@8 @443 - LoadLocalFonts@0 @444 - LoadMenuA@8 @445 - LoadMenuIndirectA@4 @446 - LoadMenuIndirectW@4 @447 - LoadMenuW@8 @448 - LoadStringA@16 @450 - LoadStringW@16 @451 - LockSetForegroundWindow@4 @452 - LockWindowUpdate@4 @454 - LockWorkStation@0 @455 - LookupIconIdFromDirectory@8 @456 - LookupIconIdFromDirectoryEx@20 @457 - MapDialogRect@8 @459 - MapVirtualKeyA@8 @460 - MapVirtualKeyExA@12 @461 - MapVirtualKeyExW@12 @462 - MapVirtualKeyW@8 @463 - MapWindowPoints@16 @464 - MenuItemFromPoint@16 @465 - MessageBeep@4 @468 - MessageBoxA@16 @469 - MessageBoxExA@20 @470 - MessageBoxExW@20 @471 - MessageBoxIndirectA@4 @472 - MessageBoxIndirectW@4 @473 - MessageBoxTimeoutA@24 @474 - MessageBoxTimeoutW@24 @475 - MessageBoxW@16 @476 - ModifyMenuA@20 @477 - ModifyMenuW@20 @478 - MonitorFromPoint@12 @479 - MonitorFromRect@8 @480 - MonitorFromWindow@8 @481 - MoveWindow@24 @482 - MsgWaitForMultipleObjects@20 @483 - MsgWaitForMultipleObjectsEx@20 @484 - NotifyWinEvent@16 @485 - OemKeyScan@4 @486 - OemToCharA@8 @487 - OemToCharBuffA@12 @488 - OemToCharBuffW@12 @489 - OemToCharW@8 @490 - OffsetRect@12 @491 - OpenClipboard@4 @492 - OpenDesktopA@16 @493 - OpenDesktopW@16 @494 - OpenIcon@4 @495 - OpenInputDesktop@12 @496 - OpenWindowStationA@12 @497 - OpenWindowStationW@12 @498 - PackDDElParam@12 @499 - PaintDesktop@4 @500 - PeekMessageA@20 @501 - PeekMessageW@20 @502 - PostMessageA@16 @504 - PostMessageW@16 @505 - PostQuitMessage@4 @506 - PostThreadMessageA@16 @507 - PostThreadMessageW@16 @508 - PrintWindow@12 @509 - PrivateExtractIconExA@20 @510 - PrivateExtractIconExW@20 @511 - PrivateExtractIconsA@32 @512 - PrivateExtractIconsW@32 @513 - PtInRect@12 @514 - RealChildWindowFromPoint@12 @516 - RealGetWindowClass@12=RealGetWindowClassA@12 @517 - RealGetWindowClassA@12 @518 - RealGetWindowClassW@12 @519 - RedrawWindow@16 @520 - RegisterClassA@4 @521 - RegisterClassExA@4 @522 - RegisterClassExW@4 @523 - RegisterClassW@4 @524 - RegisterClipboardFormatA@4 @525 - RegisterClipboardFormatW@4 @526 - RegisterDeviceNotificationA@12 @527 - RegisterDeviceNotificationW@12 @528 - RegisterHotKey@16 @529 - RegisterLogonProcess@8 @530 - RegisterPowerSettingNotification@12 @532 - RegisterRawInputDevices@12 @533 - RegisterServicesProcess@4 @534 - RegisterShellHookWindow@4 @535 - RegisterSystemThread@8 @536 - RegisterTasklist@4 @537 - RegisterTouchWindow@8 @538 - RegisterWindowMessageA@4 @539 - RegisterWindowMessageW@4 @540 - ReleaseCapture@0 @541 - ReleaseDC@8 @542 - RemoveClipboardFormatListener@4 @543 - RemoveMenu@12 @544 - RemovePropA@8 @545 - RemovePropW@8 @546 - ReplyMessage@4 @547 - ReuseDDElParam@20 @549 - ScreenToClient@8 @550 - ScrollChildren@16 @551 - ScrollDC@28 @552 - ScrollWindow@20 @553 - ScrollWindowEx@32 @554 - SendDlgItemMessageA@20 @555 - SendDlgItemMessageW@20 @556 - SendIMEMessageExA@8 @557 - SendIMEMessageExW@8 @558 - SendInput@12 @559 - SendMessageA@16 @560 - SendMessageCallbackA@24 @561 - SendMessageCallbackW@24 @562 - SendMessageTimeoutA@28 @563 - SendMessageTimeoutW@28 @564 - SendMessageW@16 @565 - SendNotifyMessageA@16 @566 - SendNotifyMessageW@16 @567 - SetActiveWindow@4 @569 - SetCapture@4 @570 - SetCaretBlinkTime@4 @571 - SetCaretPos@8 @572 - SetClassLongA@12 @573 - SetClassLongW@12 @574 - SetClassWord@12 @575 - SetClipboardData@8 @576 - SetClipboardViewer@4 @577 - SetCursor@4 @578 - SetCursorPos@8 @580 - SetDebugErrorLevel@4 @581 - SetDeskWallPaper@4 @582 - SetDlgItemInt@16 @583 - SetDlgItemTextA@12 @584 - SetDlgItemTextW@12 @585 - SetDoubleClickTime@4 @586 - SetFocus@4 @587 - SetForegroundWindow@4 @588 - SetGestureConfig@20 @589 - SetInternalWindowPos@16 @590 - SetKeyboardState@4 @591 - SetLastErrorEx@8 @592 - SetLayeredWindowAttributes@16 @593 - SetLogonNotifyWindow@8 @594 - SetMenu@8 @595 - SetMenuContextHelpId@8 @596 - SetMenuDefaultItem@12 @597 - SetMenuInfo@8 @598 - SetMenuItemBitmaps@20 @599 - SetMenuItemInfoA@16 @600 - SetMenuItemInfoW@16 @601 - SetMessageExtraInfo@4 @602 - SetMessageQueue@4 @603 - SetParent@8 @604 - SetProcessDefaultLayout@4 @605 - SetProcessDPIAware@0 @606 - SetProcessWindowStation@4 @607 - SetProgmanWindow@4 @608 - SetPropA@12 @609 - SetPropW@12 @610 - SetRect@20 @611 - SetRectEmpty@4 @612 - SetScrollInfo@16 @613 - SetScrollPos@16 @614 - SetScrollRange@20 @615 - SetShellWindow@4 @616 - SetShellWindowEx@8 @617 - SetSysColors@12 @618 - SetSysColorsTemp@12 @619 - SetSystemCursor@8 @620 - SetSystemMenu@8 @621 - SetSystemTimer@16 @622 - SetTaskmanWindow@4 @623 - SetThreadDesktop@4 @624 - SetTimer@16 @625 - SetUserObjectInformationA@16 @626 - SetUserObjectInformationW@16 @627 - SetUserObjectSecurity@12 @628 - SetWinEventHook@28 @629 - SetWindowContextHelpId@8 @630 - SetWindowLongA@12 @632 - SetWindowLongW@12 @633 - SetWindowPlacement@8 @634 - SetWindowPos@28 @635 - SetWindowRgn@12 @636 - SetWindowStationUser@8 @637 - SetWindowTextA@8 @638 - SetWindowTextW@8 @639 - SetWindowWord@12 @640 - SetWindowsHookA@8 @641 - SetWindowsHookExA@16 @642 - SetWindowsHookExW@16 @643 - SetWindowsHookW@8 @644 - ShowCaret@4 @645 - ShowCursor@4 @646 - ShowOwnedPopups@8 @647 - ShowScrollBar@12 @648 - ShowWindow@8 @650 - ShowWindowAsync@8 @651 - ShutdownBlockReasonCreate@8 @652 - ShutdownBlockReasonDestroy@4 @653 - SubtractRect@12 @654 - SwapMouseButton@4 @655 - SwitchDesktop@4 @656 - SwitchToThisWindow@8 @657 - SystemParametersInfoA@16 @658 - SystemParametersInfoW@16 @659 - TabbedTextOutA@32 @660 - TabbedTextOutW@32 @661 - TileChildWindows@8 @662 - TileWindows@20 @663 - ToAscii@20 @664 - ToAsciiEx@24 @665 - ToUnicode@24 @666 - ToUnicodeEx@28 @667 - TrackMouseEvent@4 @668 - TrackPopupMenu@28 @669 - TrackPopupMenuEx@24 @670 - TranslateAccelerator@12=TranslateAcceleratorA@12 @671 - TranslateAcceleratorA@12 @672 - TranslateAcceleratorW@12 @673 - TranslateMDISysAccel@8 @674 - TranslateMessage@4 @675 - UnhookWinEvent@4 @676 - UnhookWindowsHook@8 @677 - UnhookWindowsHookEx@4 @678 - UnionRect@12 @679 - UnloadKeyboardLayout@4 @680 - UnpackDDElParam@16 @682 - UnregisterClassA@8 @683 - UnregisterClassW@8 @684 - UnregisterDeviceNotification@4 @685 - UnregisterHotKey@8 @686 - UnregisterPowerSettingNotification@4 @687 - UpdateLayeredWindow@36 @688 - UpdateLayeredWindowIndirect@8 @689 - UpdateWindow@4 @691 - User32InitializeImmEntryTable@4 @692 - UserClientDllInitialize@12=DllMain@12 @693 - UserHandleGrantAccess@12 @694 - UserRealizePalette@4 @695 - UserRegisterWowHandlers@8 @696 - UserSignalProc@16 @697 - ValidateRect@8 @698 - ValidateRgn@8 @699 - VkKeyScanA@4 @700 - VkKeyScanExA@8 @701 - VkKeyScanExW@8 @702 - VkKeyScanW@4 @703 - WINNLSEnableIME@8 @705 - WINNLSGetEnableStatus@4 @706 - WINNLSGetIMEHotkey@4 @707 - WaitForInputIdle@8 @709 - WaitMessage@0 @710 - WinHelpA@16 @711 - WinHelpW@16 @712 - WindowFromDC@4 @713 - WindowFromPoint@8 @714 - keybd_event@16 @715 - mouse_event@20 @716 - wsprintfA @717 - wsprintfW @718 - wvsprintfA@12 @719 - wvsprintfW@12 @720 - __wine_send_input @721 - __wine_set_pixel_format @722 + CalcMenuBar@20 @23 + CallMsgFilter@8=CallMsgFilterA@8 @24 + CallMsgFilterA@8 @25 + CallMsgFilterW@8 @26 + CallNextHookEx@16 @27 + CallWindowProcA@20 @28 + CallWindowProcW@20 @29 + CascadeChildWindows@8 @30 + CascadeWindows@20 @31 + ChangeClipboardChain@8 @32 + ChangeDisplaySettingsA@8 @33 + ChangeDisplaySettingsExA@20 @34 + ChangeDisplaySettingsExW@20 @35 + ChangeDisplaySettingsW@8 @36 + ChangeMenuA@20 @37 + ChangeMenuW@20 @38 + ChangeWindowMessageFilter@8 @39 + ChangeWindowMessageFilterEx@16 @40 + CharLowerA@4 @41 + CharLowerBuffA@8 @42 + CharLowerBuffW@8 @43 + CharLowerW@4 @44 + CharNextA@4 @45 + CharNextExA@12 @46 + CharNextExW@12 @47 + CharNextW@4 @48 + CharPrevA@8 @49 + CharPrevExA@16 @50 + CharPrevExW@16 @51 + CharPrevW@8 @52 + CharToOemA@8 @53 + CharToOemBuffA@12 @54 + CharToOemBuffW@12 @55 + CharToOemW@8 @56 + CharUpperA@4 @57 + CharUpperBuffA@8 @58 + CharUpperBuffW@8 @59 + CharUpperW@4 @60 + CheckDlgButton@12 @61 + CheckMenuItem@12 @62 + CheckMenuRadioItem@20 @63 + CheckRadioButton@16 @64 + ChildWindowFromPoint@12 @65 + ChildWindowFromPointEx@16 @66 + ClientToScreen@8 @70 + ClipCursor@4 @71 + CloseClipboard@0 @72 + CloseDesktop@4 @73 + CloseTouchInputHandle@4 @74 + CloseWindow@4 @75 + CloseWindowStation@4 @76 + CopyAcceleratorTableA@12 @77 + CopyAcceleratorTableW@12 @78 + CopyIcon@4 @79 + CopyImage@20 @80 + CopyRect@8 @81 + CountClipboardFormats@0 @82 + CreateAcceleratorTableA@8 @83 + CreateAcceleratorTableW@8 @84 + CreateCaret@16 @85 + CreateCursor@28 @86 + CreateDesktopA@24 @87 + CreateDesktopW@24 @88 + CreateDialogIndirectParamA@20 @89 + CreateDialogIndirectParamAorW@24 @90 + CreateDialogIndirectParamW@20 @91 + CreateDialogParamA@20 @92 + CreateDialogParamW@20 @93 + CreateIcon@28 @94 + CreateIconFromResource@16 @95 + CreateIconFromResourceEx@28 @96 + CreateIconIndirect@4 @97 + CreateMDIWindowA@40 @98 + CreateMDIWindowW@40 @99 + CreateMenu@0 @100 + CreatePopupMenu@0 @101 + CreateWindowExA@48 @102 + CreateWindowExW@48 @103 + CreateWindowStationA@16 @104 + CreateWindowStationW@16 @105 + DdeAbandonTransaction@12 @106 + DdeAccessData@8 @107 + DdeAddData@16 @108 + DdeClientTransaction@32 @109 + DdeCmpStringHandles@8 @110 + DdeConnect@16 @111 + DdeConnectList@20 @112 + DdeCreateDataHandle@28 @113 + DdeCreateStringHandleA@12 @114 + DdeCreateStringHandleW@12 @115 + DdeDisconnect@4 @116 + DdeDisconnectList@4 @117 + DdeEnableCallback@12 @118 + DdeFreeDataHandle@4 @119 + DdeFreeStringHandle@8 @120 + DdeGetData@16 @121 + DdeGetLastError@4 @122 + DdeImpersonateClient@4 @124 + DdeInitializeA@16 @125 + DdeInitializeW@16 @126 + DdeKeepStringHandle@8 @127 + DdeNameService@16 @128 + DdePostAdvise@12 @129 + DdeQueryConvInfo@12 @130 + DdeQueryNextServer@8 @131 + DdeQueryStringA@20 @132 + DdeQueryStringW@20 @133 + DdeReconnect@4 @134 + DdeSetQualityOfService@12 @135 + DdeSetUserHandle@12 @136 + DdeUnaccessData@4 @137 + DdeUninitialize@4 @138 + DefDlgProcA@16 @139 + DefDlgProcW@16 @140 + DefFrameProcA@20 @141 + DefFrameProcW@20 @142 + DefMDIChildProcA@16 @143 + DefMDIChildProcW@16 @144 + DefRawInputProc@12 @145 + DefWindowProcA@16 @146 + DefWindowProcW@16 @147 + DeferWindowPos@32 @148 + DeleteMenu@12 @149 + DeregisterShellHookWindow@4 @150 + DestroyAcceleratorTable@4 @151 + DestroyCaret@0 @152 + DestroyCursor@4 @153 + DestroyIcon@4 @154 + DestroyMenu@4 @155 + DestroyWindow@4 @156 + DialogBoxIndirectParamA@20 @157 + DialogBoxIndirectParamAorW@24 @158 + DialogBoxIndirectParamW@20 @159 + DialogBoxParamA@20 @160 + DialogBoxParamW@20 @161 + DisableProcessWindowsGhosting@0 @162 + DispatchMessageA@4 @163 + DispatchMessageW@4 @164 + DisplayConfigGetDeviceInfo@4 @165 + DlgDirListA@20 @166 + DlgDirListComboBoxA@20 @167 + DlgDirListComboBoxW@20 @168 + DlgDirListW@20 @169 + DlgDirSelectComboBoxExA@16 @170 + DlgDirSelectComboBoxExW@16 @171 + DlgDirSelectExA@16 @172 + DlgDirSelectExW@16 @173 + DragDetect@12 @174 + DrawAnimatedRects@16 @176 + DrawCaption@16 @177 + DrawCaptionTempA@28 @178 + DrawCaptionTempW@28 @179 + DrawEdge@16 @180 + DrawFocusRect@8 @181 + DrawFrameControl@16 @183 + DrawIcon@16 @184 + DrawIconEx@36 @185 + DrawMenuBar@4 @186 + DrawMenuBarTemp@20 @187 + DrawStateA@40 @188 + DrawStateW@40 @189 + DrawTextA@20 @190 + DrawTextExA@24 @191 + DrawTextExW@24 @192 + DrawTextW@20 @193 + EditWndProc@16=EditWndProcA@16 @194 + EmptyClipboard@0 @195 + EnableMenuItem@12 @196 + EnableScrollBar@12 @197 + EnableWindow@8 @198 + EndDeferWindowPos@4 @199 + EndDialog@8 @200 + EndMenu@0 @201 + EndPaint@8 @202 + EnumChildWindows@12 @204 + EnumClipboardFormats@4 @205 + EnumDesktopWindows@12 @206 + EnumDesktopsA@12 @207 + EnumDesktopsW@12 @208 + EnumDisplayDevicesA@16 @211 + EnumDisplayDevicesW@16 @212 + EnumDisplayMonitors@16 @213 + EnumDisplaySettingsA@12 @214 + EnumDisplaySettingsExA@16 @215 + EnumDisplaySettingsExW@16 @216 + EnumDisplaySettingsW@12 @217 + EnumPropsA@8 @218 + EnumPropsExA@12 @219 + EnumPropsExW@12 @220 + EnumPropsW@8 @221 + EnumThreadWindows@12 @222 + EnumWindowStationsA@8 @223 + EnumWindowStationsW@8 @224 + EnumWindows@8 @225 + EqualRect@8 @226 + ExcludeUpdateRgn@8 @227 + ExitWindowsEx@8 @228 + FillRect@12 @229 + FindWindowA@8 @230 + FindWindowExA@16 @231 + FindWindowExW@16 @232 + FindWindowW@8 @233 + FlashWindow@8 @234 + FlashWindowEx@4 @235 + FrameRect@12 @236 + FreeDDElParam@8 @237 + GetActiveWindow@0 @238 + GetAltTabInfo@20=GetAltTabInfoA@20 @239 + GetAltTabInfoA@20 @240 + GetAltTabInfoW@20 @241 + GetAncestor@8 @242 + GetAppCompatFlags@4 @243 + GetAppCompatFlags2@4 @244 + GetAsyncKeyState@4 @245 + GetAutoRotationState@4 @246 + GetCapture@0 @247 + GetCaretBlinkTime@0 @248 + GetCaretPos@4 @249 + GetClassInfoA@12 @250 + GetClassInfoExA@12 @251 + GetClassInfoExW@12 @252 + GetClassInfoW@12 @253 + GetClassLongA@8 @254 + GetClassLongW@8 @255 + GetClassNameA@12 @256 + GetClassNameW@12 @257 + GetClassWord@8 @258 + GetClientRect@8 @259 + GetClipCursor@4 @260 + GetClipboardData@4 @261 + GetClipboardFormatNameA@12 @262 + GetClipboardFormatNameW@12 @263 + GetClipboardOwner@0 @264 + GetClipboardSequenceNumber@0 @265 + GetClipboardViewer@0 @266 + GetComboBoxInfo@8 @267 + GetCursor@0 @268 + GetCursorFrameInfo@20 @269 + GetCursorInfo@4 @270 + GetCursorPos@4 @271 + GetDC@4 @272 + GetDCEx@12 @273 + GetDesktopWindow@0 @274 + GetDialogBaseUnits@0 @275 + GetDisplayAutoRotationPreferences@4 @276 + GetDisplayConfigBufferSizes@12 @277 + GetDlgCtrlID@4 @278 + GetDlgItem@8 @279 + GetDlgItemInt@16 @280 + GetDlgItemTextA@16 @281 + GetDlgItemTextW@16 @282 + GetDoubleClickTime@0 @283 + GetFocus@0 @284 + GetForegroundWindow@0 @285 + GetGestureConfig@24 @286 + GetGestureInfo@8 @287 + GetGUIThreadInfo@8 @288 + GetGuiResources@8 @289 + GetIconInfo@8 @290 + GetIconInfoExA@8 @291 + GetIconInfoExW@8 @292 + GetInputState@0 @294 + GetInternalWindowPos@12 @295 + GetKBCodePage@0 @296 + GetKeyNameTextA@12 @297 + GetKeyNameTextW@12 @298 + GetKeyState@4 @299 + GetKeyboardLayout@4 @300 + GetKeyboardLayoutList@8 @301 + GetKeyboardLayoutNameA@4 @302 + GetKeyboardLayoutNameW@4 @303 + GetKeyboardState@4 @304 + GetKeyboardType@4 @305 + GetLastActivePopup@4 @306 + GetLastInputInfo@4 @307 + GetLayeredWindowAttributes@16 @308 + GetListBoxInfo@4 @309 + GetMenu@4 @310 + GetMenuBarInfo@16 @311 + GetMenuCheckMarkDimensions@0 @312 + GetMenuContextHelpId@4 @313 + GetMenuDefaultItem@12 @314 + GetMenuInfo@8 @316 + GetMenuItemCount@4 @317 + GetMenuItemID@8 @318 + GetMenuItemInfoA@16 @319 + GetMenuItemInfoW@16 @320 + GetMenuItemRect@16 @321 + GetMenuState@12 @322 + GetMenuStringA@20 @323 + GetMenuStringW@20 @324 + GetMessageA@16 @325 + GetMessageExtraInfo@0 @326 + GetMessagePos@0 @327 + GetMessageTime@0 @328 + GetMessageW@16 @329 + GetMonitorInfoA@8 @330 + GetMonitorInfoW@8 @331 + GetMouseMovePointsEx@20 @332 + GetNextDlgGroupItem@12 @333 + GetNextDlgTabItem@12 @334 + GetOpenClipboardWindow@0 @335 + GetParent@4 @336 + GetPhysicalCursorPos@4 @337 + GetPriorityClipboardFormat@8 @338 + GetProcessDefaultLayout@4 @339 + GetProcessWindowStation@0 @340 + GetProgmanWindow@0 @341 + GetPropA@8 @342 + GetPropW@8 @343 + GetQueueStatus@4 @344 + GetRawInputBuffer@12 @345 + GetRawInputData@20 @346 + GetRawInputDeviceInfoA@16 @347 + GetRawInputDeviceInfoW@16 @348 + GetRawInputDeviceList@12 @349 + GetRegisteredRawInputDevices@12 @350 + GetScrollBarInfo@12 @351 + GetScrollInfo@12 @352 + GetScrollPos@8 @353 + GetScrollRange@16 @354 + GetShellWindow@0 @355 + GetSubMenu@8 @356 + GetSysColor@4 @357 + GetSysColorBrush@4 @358 + GetSystemMenu@8 @359 + GetSystemMetrics@4 @360 + GetTabbedTextExtentA@20 @361 + GetTabbedTextExtentW@20 @362 + GetTaskmanWindow@0 @363 + GetThreadDesktop@4 @364 + GetTitleBarInfo@8 @365 + GetTopWindow@4 @366 + GetTouchInputInfo@16 @367 + GetUpdateRect@12 @368 + GetUpdateRgn@12 @369 + GetUpdatedClipboardFormats@12 @370 + GetUserObjectInformationA@20 @371 + GetUserObjectInformationW@20 @372 + GetUserObjectSecurity@20 @373 + GetWindow@8 @374 + GetWindowContextHelpId@4 @375 + GetWindowDC@4 @376 + GetWindowInfo@8 @377 + GetWindowLongA@8 @378 + GetWindowLongW@8 @379 + GetWindowModuleFileName@12=GetWindowModuleFileNameA@12 @380 + GetWindowModuleFileNameA@12 @381 + GetWindowModuleFileNameW@12 @382 + GetWindowPlacement@8 @383 + GetWindowRect@8 @384 + GetWindowRgn@8 @385 + GetWindowRgnBox@8 @386 + GetWindowTextA@12 @387 + GetWindowTextLengthA@4 @388 + GetWindowTextLengthW@4 @389 + GetWindowTextW@12 @390 + GetWindowThreadProcessId@8 @391 + GetWindowWord@8 @392 + GrayStringA@36 @393 + GrayStringW@36 @394 + HideCaret@4 @395 + HiliteMenuItem@16 @396 + ImpersonateDdeClientWindow@8 @397 + InSendMessage@0 @398 + InSendMessageEx@4 @399 + InflateRect@12 @400 + InsertMenuA@20 @401 + InsertMenuItemA@16 @402 + InsertMenuItemW@16 @403 + InsertMenuW@20 @404 + InternalGetWindowText@12 @405 + IntersectRect@12 @406 + InvalidateRect@12 @407 + InvalidateRgn@12 @408 + InvertRect@8 @409 + IsCharAlphaA@4 @410 + IsCharAlphaNumericA@4 @411 + IsCharAlphaNumericW@4 @412 + IsCharAlphaW@4 @413 + IsCharLowerA@4 @414 + IsCharLowerW@4 @415 + IsCharUpperA@4 @416 + IsCharUpperW@4 @417 + IsChild@8 @418 + IsClipboardFormatAvailable@4 @419 + IsDialogMessage@8=IsDialogMessageA@8 @420 + IsDialogMessageA@8 @421 + IsDialogMessageW@8 @422 + IsDlgButtonChecked@8 @423 + IsGUIThread@4 @424 + IsHungAppWindow@4 @425 + IsIconic@4 @426 + IsMenu@4 @427 + IsProcessDPIAware@0 @428 + IsRectEmpty@4 @429 + IsTouchWindow@8 @430 + IsWinEventHookInstalled@4 @431 + IsWindow@4 @432 + IsWindowEnabled@4 @433 + IsWindowRedirectedForPrint@4 @434 + IsWindowUnicode@4 @435 + IsWindowVisible@4 @436 + IsZoomed@4 @437 + KillSystemTimer@8 @438 + KillTimer@8 @439 + LoadAcceleratorsA@8 @440 + LoadAcceleratorsW@8 @441 + LoadBitmapA@8 @442 + LoadBitmapW@8 @443 + LoadCursorA@8 @444 + LoadCursorFromFileA@4 @445 + LoadCursorFromFileW@4 @446 + LoadCursorW@8 @447 + LoadIconA@8 @448 + LoadIconW@8 @449 + LoadImageA@24 @450 + LoadImageW@24 @451 + LoadKeyboardLayoutA@8 @452 + LoadKeyboardLayoutW@8 @453 + LoadLocalFonts@0 @454 + LoadMenuA@8 @455 + LoadMenuIndirectA@4 @456 + LoadMenuIndirectW@4 @457 + LoadMenuW@8 @458 + LoadStringA@16 @460 + LoadStringW@16 @461 + LockSetForegroundWindow@4 @462 + LockWindowUpdate@4 @464 + LockWorkStation@0 @465 + LogicalToPhysicalPoint@8 @466 + LookupIconIdFromDirectory@8 @467 + LookupIconIdFromDirectoryEx@20 @468 + MapDialogRect@8 @470 + MapVirtualKeyA@8 @471 + MapVirtualKeyExA@12 @472 + MapVirtualKeyExW@12 @473 + MapVirtualKeyW@8 @474 + MapWindowPoints@16 @475 + MenuItemFromPoint@16 @476 + MessageBeep@4 @479 + MessageBoxA@16 @480 + MessageBoxExA@20 @481 + MessageBoxExW@20 @482 + MessageBoxIndirectA@4 @483 + MessageBoxIndirectW@4 @484 + MessageBoxTimeoutA@24 @485 + MessageBoxTimeoutW@24 @486 + MessageBoxW@16 @487 + ModifyMenuA@20 @488 + ModifyMenuW@20 @489 + MonitorFromPoint@12 @490 + MonitorFromRect@8 @491 + MonitorFromWindow@8 @492 + MoveWindow@24 @493 + MsgWaitForMultipleObjects@20 @494 + MsgWaitForMultipleObjectsEx@20 @495 + NotifyWinEvent@16 @496 + OemKeyScan@4 @497 + OemToCharA@8 @498 + OemToCharBuffA@12 @499 + OemToCharBuffW@12 @500 + OemToCharW@8 @501 + OffsetRect@12 @502 + OpenClipboard@4 @503 + OpenDesktopA@16 @504 + OpenDesktopW@16 @505 + OpenIcon@4 @506 + OpenInputDesktop@12 @507 + OpenWindowStationA@12 @508 + OpenWindowStationW@12 @509 + PackDDElParam@12 @510 + PaintDesktop@4 @511 + PeekMessageA@20 @512 + PeekMessageW@20 @513 + PhysicalToLogicalPoint@8 @514 + PostMessageA@16 @516 + PostMessageW@16 @517 + PostQuitMessage@4 @518 + PostThreadMessageA@16 @519 + PostThreadMessageW@16 @520 + PrintWindow@12 @521 + PrivateExtractIconExA@20 @522 + PrivateExtractIconExW@20 @523 + PrivateExtractIconsA@32 @524 + PrivateExtractIconsW@32 @525 + PtInRect@12 @526 + QueryDisplayConfig@24 @527 + RealChildWindowFromPoint@12 @529 + RealGetWindowClass@12=RealGetWindowClassA@12 @530 + RealGetWindowClassA@12 @531 + RealGetWindowClassW@12 @532 + RedrawWindow@16 @533 + RegisterClassA@4 @534 + RegisterClassExA@4 @535 + RegisterClassExW@4 @536 + RegisterClassW@4 @537 + RegisterClipboardFormatA@4 @538 + RegisterClipboardFormatW@4 @539 + RegisterDeviceNotificationA@12 @540 + RegisterDeviceNotificationW@12 @541 + RegisterHotKey@16 @542 + RegisterLogonProcess@8 @543 + RegisterPowerSettingNotification@12 @545 + RegisterRawInputDevices@12 @546 + RegisterServicesProcess@4 @547 + RegisterShellHookWindow@4 @548 + RegisterSystemThread@8 @549 + RegisterTasklist@4 @550 + RegisterTouchWindow@8 @551 + RegisterWindowMessageA@4 @552 + RegisterWindowMessageW@4 @553 + ReleaseCapture@0 @554 + ReleaseDC@8 @555 + RemoveClipboardFormatListener@4 @556 + RemoveMenu@12 @557 + RemovePropA@8 @558 + RemovePropW@8 @559 + ReplyMessage@4 @560 + ReuseDDElParam@20 @562 + ScreenToClient@8 @563 + ScrollChildren@16 @564 + ScrollDC@28 @565 + ScrollWindow@20 @566 + ScrollWindowEx@32 @567 + SendDlgItemMessageA@20 @568 + SendDlgItemMessageW@20 @569 + SendIMEMessageExA@8 @570 + SendIMEMessageExW@8 @571 + SendInput@12 @572 + SendMessageA@16 @573 + SendMessageCallbackA@24 @574 + SendMessageCallbackW@24 @575 + SendMessageTimeoutA@28 @576 + SendMessageTimeoutW@28 @577 + SendMessageW@16 @578 + SendNotifyMessageA@16 @579 + SendNotifyMessageW@16 @580 + SetActiveWindow@4 @582 + SetCapture@4 @583 + SetCaretBlinkTime@4 @584 + SetCaretPos@8 @585 + SetClassLongA@12 @586 + SetClassLongW@12 @587 + SetClassWord@12 @588 + SetClipboardData@8 @589 + SetClipboardViewer@4 @590 + SetCoalescableTimer@20 @591 + SetCursor@4 @592 + SetCursorPos@8 @594 + SetDebugErrorLevel@4 @595 + SetDeskWallPaper@4 @596 + SetDlgItemInt@16 @597 + SetDlgItemTextA@12 @598 + SetDlgItemTextW@12 @599 + SetDoubleClickTime@4 @600 + SetFocus@4 @601 + SetForegroundWindow@4 @602 + SetGestureConfig@20 @603 + SetInternalWindowPos@16 @604 + SetKeyboardState@4 @605 + SetLastErrorEx@8 @606 + SetLayeredWindowAttributes@16 @607 + SetLogonNotifyWindow@8 @608 + SetMenu@8 @609 + SetMenuContextHelpId@8 @610 + SetMenuDefaultItem@12 @611 + SetMenuInfo@8 @612 + SetMenuItemBitmaps@20 @613 + SetMenuItemInfoA@16 @614 + SetMenuItemInfoW@16 @615 + SetMessageExtraInfo@4 @616 + SetMessageQueue@4 @617 + SetParent@8 @618 + SetPhysicalCursorPos@8 @619 + SetProcessDefaultLayout@4 @620 + SetProcessDPIAware@0 @621 + SetProcessWindowStation@4 @622 + SetProgmanWindow@4 @623 + SetPropA@12 @624 + SetPropW@12 @625 + SetRect@20 @626 + SetRectEmpty@4 @627 + SetScrollInfo@16 @628 + SetScrollPos@16 @629 + SetScrollRange@20 @630 + SetShellWindow@4 @631 + SetShellWindowEx@8 @632 + SetSysColors@12 @633 + SetSysColorsTemp@12 @634 + SetSystemCursor@8 @635 + SetSystemMenu@8 @636 + SetSystemTimer@16 @637 + SetTaskmanWindow@4 @638 + SetThreadDesktop@4 @639 + SetTimer@16 @640 + SetUserObjectInformationA@16 @641 + SetUserObjectInformationW@16 @642 + SetUserObjectSecurity@12 @643 + SetWinEventHook@28 @644 + SetWindowContextHelpId@8 @645 + SetWindowLongA@12 @647 + SetWindowLongW@12 @648 + SetWindowPlacement@8 @649 + SetWindowPos@28 @650 + SetWindowRgn@12 @651 + SetWindowStationUser@8 @652 + SetWindowTextA@8 @653 + SetWindowTextW@8 @654 + SetWindowWord@12 @655 + SetWindowsHookA@8 @656 + SetWindowsHookExA@16 @657 + SetWindowsHookExW@16 @658 + SetWindowsHookW@8 @659 + ShowCaret@4 @660 + ShowCursor@4 @661 + ShowOwnedPopups@8 @662 + ShowScrollBar@12 @663 + ShowWindow@8 @665 + ShowWindowAsync@8 @666 + ShutdownBlockReasonCreate@8 @667 + ShutdownBlockReasonDestroy@4 @668 + SubtractRect@12 @669 + SwapMouseButton@4 @670 + SwitchDesktop@4 @671 + SwitchToThisWindow@8 @672 + SystemParametersInfoA@16 @673 + SystemParametersInfoW@16 @674 + TabbedTextOutA@32 @675 + TabbedTextOutW@32 @676 + TileChildWindows@8 @677 + TileWindows@20 @678 + ToAscii@20 @679 + ToAsciiEx@24 @680 + ToUnicode@24 @681 + ToUnicodeEx@28 @682 + TrackMouseEvent@4 @683 + TrackPopupMenu@28 @684 + TrackPopupMenuEx@24 @685 + TranslateAccelerator@12=TranslateAcceleratorA@12 @686 + TranslateAcceleratorA@12 @687 + TranslateAcceleratorW@12 @688 + TranslateMDISysAccel@8 @689 + TranslateMessage@4 @690 + UnhookWinEvent@4 @691 + UnhookWindowsHook@8 @692 + UnhookWindowsHookEx@4 @693 + UnionRect@12 @694 + UnloadKeyboardLayout@4 @695 + UnpackDDElParam@16 @697 + UnregisterClassA@8 @698 + UnregisterClassW@8 @699 + UnregisterDeviceNotification@4 @700 + UnregisterHotKey@8 @701 + UnregisterPowerSettingNotification@4 @702 + UnregisterTouchWindow@4 @703 + UpdateLayeredWindow@36 @704 + UpdateLayeredWindowIndirect@8 @705 + UpdateWindow@4 @707 + User32InitializeImmEntryTable@4 @708 + UserClientDllInitialize@12=DllMain@12 @709 + UserHandleGrantAccess@12 @710 + UserRealizePalette@4 @711 + UserRegisterWowHandlers@8 @712 + UserSignalProc@16 @713 + ValidateRect@8 @714 + ValidateRgn@8 @715 + VkKeyScanA@4 @716 + VkKeyScanExA@8 @717 + VkKeyScanExW@8 @718 + VkKeyScanW@4 @719 + WINNLSEnableIME@8 @721 + WINNLSGetEnableStatus@4 @722 + WINNLSGetIMEHotkey@4 @723 + WaitForInputIdle@8 @725 + WaitMessage@0 @726 + WinHelpA@16 @727 + WinHelpW@16 @728 + WindowFromDC@4 @729 + WindowFromPoint@8 @730 + keybd_event@16 @731 + mouse_event@20 @732 + wsprintfA @733 + wsprintfW @734 + wvsprintfA@12 @735 + wvsprintfW@12 @736 + __wine_send_input @737 + __wine_set_pixel_format @738 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuuid.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuuid.a index da6a598..d4238a9 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuuid.a and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuuid.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuxtheme.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuxtheme.def index e36c982..9297bdc 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuxtheme.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libuxtheme.def @@ -71,10 +71,11 @@ EXPORTS GetWindowTheme@4 @97 HitTestThemeBackground@40 @98 IsAppThemed@0 @99 - IsThemeActive@0 @100 - IsThemeBackgroundPartiallyTransparent@12 @101 - IsThemeDialogTextureEnabled@4 @102 - IsThemePartDefined@12 @103 - OpenThemeData@8 @104 - SetThemeAppProperties@4 @105 - SetWindowTheme@12 @106 + IsCompositionActive@0 @100 + IsThemeActive@0 @101 + IsThemeBackgroundPartiallyTransparent@12 @102 + IsThemeDialogTextureEnabled@4 @103 + IsThemePartDefined@12 @104 + OpenThemeData@8 @105 + SetThemeAppProperties@4 @106 + SetWindowTheme@12 @107 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwebservices.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwebservices.def index 3e4a798..e8236e6 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwebservices.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwebservices.def @@ -3,46 +3,129 @@ LIBRARY webservices.dll EXPORTS + WsAbortChannel@8 @3 + WsAbortServiceProxy@8 @6 + WsAcceptChannel@16 @7 + WsAddCustomHeader@28 @8 + WsAddMappedHeader@28 @10 + WsAddressMessage@12 @11 WsAlloc@16 @12 + WsCall@32 @14 + WsCloseChannel@12 @16 + WsCloseListener@12 @17 + WsCloseServiceProxy@12 @19 + WsCopyNode@12 @22 + WsCreateChannel@28 @23 + WsCreateChannelForListener@20 @24 WsCreateError@12 @25 WsCreateHeap@24 @27 + WsCreateListener@28 @28 + WsCreateMessage@24 @29 + WsCreateMessageForChannel@20 @30 WsCreateReader@16 @32 + WsCreateServiceProxy@36 @35 + WsCreateServiceProxyFromTemplate@40 @36 WsCreateWriter@16 @37 WsCreateXmlBuffer@20 @38 + WsDateTimeToFileTime@12 @40 + WsDecodeUrl@20 @41 + WsEncodeUrl@20 @42 + WsFileTimeToDateTime@12 @45 WsFillReader@16 @47 WsFindAttribute@24 @48 + WsFreeChannel@4 @51 WsFreeError@4 @52 WsFreeHeap@4 @53 + WsFreeListener@4 @54 + WsFreeMessage@4 @55 WsFreeReader@4 @57 + WsFreeServiceProxy@4 @60 WsFreeWriter@4 @61 + WsGetChannelProperty@20 @62 + WsGetCustomHeader@40 @63 + WsGetDictionary@12 @64 WsGetErrorProperty@16 @65 WsGetErrorString@12 @66 + WsGetHeader@32 @69 WsGetHeapProperty@20 @71 + WsGetListenerProperty@20 @72 + WsGetMessageProperty@20 @74 WsGetNamespaceFromPrefix@20 @78 WsGetPrefixFromNamespace@20 @82 WsGetReaderNode@12 @83 + WsGetReaderPosition@12 @84 WsGetReaderProperty@20 @85 + WsGetServiceProxyProperty@20 @89 + WsGetWriterPosition@12 @90 WsGetWriterProperty@20 @91 WsGetXmlAttribute@24 @92 + WsInitializeMessage@16 @93 WsMoveReader@16 @96 + WsMoveWriter@16 @97 + WsOpenChannel@16 @98 + WsOpenListener@16 @99 + WsOpenServiceProxy@16 @101 + WsReadAttribute@28 @105 + WsReadBody@28 @106 + WsReadBytes@20 @107 + WsReadChars@20 @108 + WsReadCharsUtf8@20 @109 + WsReadElement@28 @110 WsReadEndAttribute@8 @111 WsReadEndElement@8 @112 + WsReadEnvelopeEnd@8 @114 + WsReadEnvelopeStart@20 @115 + WsReadMessageEnd@16 @116 + WsReadMessageStart@16 @117 WsReadNode@8 @119 + WsReadQualifiedName@24 @120 WsReadStartAttribute@12 @121 WsReadStartElement@8 @122 WsReadToStartElement@20 @123 WsReadType@36 @124 + WsReadValue@20 @125 + WsReadXmlBuffer@16 @126 + WsReceiveMessage@48 @128 + WsRemoveCustomHeader@16 @130 + WsRemoveHeader@12 @131 + WsRemoveMappedHeader@12 @132 + WsResetChannel@8 @136 + WsResetError@4 @137 + WsResetHeap@8 @138 + WsResetListener@8 @139 + WsResetMessage@8 @140 + WsResetServiceProxy@8 @143 + WsSendMessage@32 @146 + WsSendReplyMessage@36 @147 + WsSetChannelProperty@20 @148 WsSetErrorProperty@16 @149 + WsSetHeader@28 @152 WsSetInput@24 @153 WsSetInputToBuffer@20 @154 + WsSetListenerProperty@20 @155 + WsSetMessageProperty@20 @156 WsSetOutput@24 @157 WsSetOutputToBuffer@20 @158 + WsSetReaderPosition@12 @159 + WsSetWriterPosition@12 @160 + WsSkipNode@8 @162 + WsWriteArray@36 @167 WsWriteAttribute@24 @168 + WsWriteBody@24 @169 + WsWriteBytes@16 @170 + WsWriteChars@16 @171 + WsWriteCharsUtf8@16 @172 WsWriteElement@24 @173 WsWriteEndAttribute@8 @174 WsWriteEndCData@8 @175 WsWriteEndElement@8 @176 WsWriteEndStartElement@8 @177 + WsWriteEnvelopeEnd@8 @178 + WsWriteEnvelopeStart@20 @179 + WsWriteMessageEnd@16 @180 + WsWriteMessageStart@16 @181 + WsWriteNode@12 @182 + WsWriteQualifiedName@20 @183 WsWriteStartAttribute@24 @184 WsWriteStartCData@8 @185 WsWriteStartElement@20 @186 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwindowscodecs.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwindowscodecs.def index 52a8ae6..b73a058 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwindowscodecs.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwindowscodecs.def @@ -107,4 +107,7 @@ EXPORTS WICConvertBitmapSource@12 @107 WICCreateColorContext_Proxy@8 @109 WICCreateImagingFactory_Proxy@8 @110 + WICMapGuidToShortName@16 @112 + WICMapSchemaToName@20 @113 + WICMapShortNameToGuid@8 @114 WICSetEncoderFormat_Proxy@16 @117 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinecrt0.a b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinecrt0.a index 504e4f8..2a50705 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinecrt0.a and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinecrt0.a differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwined3d.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwined3d.def index 09b139a..f4d3e63 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwined3d.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwined3d.def @@ -14,248 +14,296 @@ EXPORTS wined3d_create @9 wined3d_decref @10 wined3d_enum_adapter_modes @11 - wined3d_get_adapter_count @12 - wined3d_get_adapter_display_mode @13 - wined3d_get_adapter_identifier @14 - wined3d_get_adapter_mode_count @15 - wined3d_get_adapter_raster_status @16 - wined3d_get_device_caps @17 - wined3d_get_output_desc @18 - wined3d_incref @19 - wined3d_register_software_device @20 - wined3d_set_adapter_display_mode @21 - wined3d_buffer_create @22 - wined3d_buffer_create_ib @23 - wined3d_buffer_create_vb @24 - wined3d_buffer_decref @25 - wined3d_buffer_get_parent @26 - wined3d_buffer_get_resource @27 - wined3d_buffer_incref @28 - wined3d_buffer_map @29 - wined3d_buffer_preload @30 - wined3d_buffer_unmap @31 - wined3d_device_acquire_focus_window @32 - wined3d_device_begin_scene @33 - wined3d_device_begin_stateblock @34 - wined3d_device_clear @35 - wined3d_device_clear_rendertarget_view @36 - wined3d_device_copy_resource @37 - wined3d_device_copy_sub_resource_region @38 + wined3d_find_closest_matching_adapter_mode @12 + wined3d_get_adapter_count @13 + wined3d_get_adapter_display_mode @14 + wined3d_get_adapter_identifier @15 + wined3d_get_adapter_mode_count @16 + wined3d_get_adapter_raster_status @17 + wined3d_get_device_caps @18 + wined3d_get_output_desc @19 + wined3d_incref @20 + wined3d_register_software_device @21 + wined3d_set_adapter_display_mode @22 + wined3d_buffer_create @23 + wined3d_buffer_create_ib @24 + wined3d_buffer_create_vb @25 + wined3d_buffer_decref @26 + wined3d_buffer_get_parent @27 + wined3d_buffer_get_resource @28 + wined3d_buffer_incref @29 + wined3d_device_acquire_focus_window @30 + wined3d_device_begin_scene @31 + wined3d_device_begin_stateblock @32 + wined3d_device_clear @33 + wined3d_device_clear_rendertarget_view @34 + wined3d_device_clear_unordered_access_view_uint @35 + wined3d_device_copy_resource @36 + wined3d_device_copy_sub_resource_region @37 + wined3d_device_copy_uav_counter @38 wined3d_device_create @39 wined3d_device_decref @40 - wined3d_device_draw_indexed_primitive @41 - wined3d_device_draw_indexed_primitive_instanced @42 - wined3d_device_draw_primitive @43 - wined3d_device_draw_primitive_instanced @44 - wined3d_device_end_scene @45 - wined3d_device_end_stateblock @46 - wined3d_device_evict_managed_resources @47 - wined3d_device_get_available_texture_mem @48 - wined3d_device_get_base_vertex_index @49 - wined3d_device_get_clip_plane @50 - wined3d_device_get_clip_status @51 - wined3d_device_get_creation_parameters @52 - wined3d_device_get_depth_stencil_view @53 - wined3d_device_get_device_caps @54 - wined3d_device_get_display_mode @55 - wined3d_device_get_gamma_ramp @56 - wined3d_device_get_geometry_shader @57 - wined3d_device_get_gs_cb @58 - wined3d_device_get_gs_resource_view @59 - wined3d_device_get_gs_sampler @60 - wined3d_device_get_index_buffer @61 - wined3d_device_get_light @62 - wined3d_device_get_light_enable @63 - wined3d_device_get_material @64 - wined3d_device_get_npatch_mode @65 - wined3d_device_get_pixel_shader @66 - wined3d_device_get_predication @67 - wined3d_device_get_primitive_type @68 - wined3d_device_get_ps_cb @69 - wined3d_device_get_ps_consts_b @70 - wined3d_device_get_ps_consts_f @71 - wined3d_device_get_ps_consts_i @72 - wined3d_device_get_ps_resource_view @73 - wined3d_device_get_ps_sampler @74 - wined3d_device_get_raster_status @75 - wined3d_device_get_render_state @76 - wined3d_device_get_rendertarget_view @77 - wined3d_device_get_sampler_state @78 - wined3d_device_get_scissor_rect @79 - wined3d_device_get_software_vertex_processing @80 - wined3d_device_get_stream_output @81 - wined3d_device_get_stream_source @82 - wined3d_device_get_stream_source_freq @83 - wined3d_device_get_swapchain @84 - wined3d_device_get_swapchain_count @85 - wined3d_device_get_texture @86 - wined3d_device_get_texture_stage_state @87 - wined3d_device_get_transform @88 - wined3d_device_get_vertex_declaration @89 - wined3d_device_get_vertex_shader @90 - wined3d_device_get_viewport @91 - wined3d_device_get_vs_cb @92 - wined3d_device_get_vs_consts_b @93 - wined3d_device_get_vs_consts_f @94 - wined3d_device_get_vs_consts_i @95 - wined3d_device_get_vs_resource_view @96 - wined3d_device_get_vs_sampler @97 - wined3d_device_get_wined3d @98 - wined3d_device_incref @99 - wined3d_device_init_3d @100 - wined3d_device_init_gdi @101 - wined3d_device_multiply_transform @102 - wined3d_device_process_vertices @103 - wined3d_device_release_focus_window @104 - wined3d_device_reset @105 - wined3d_device_restore_fullscreen_window @106 - wined3d_device_set_base_vertex_index @107 - wined3d_device_set_clip_plane @108 - wined3d_device_set_clip_status @109 - wined3d_device_set_cursor_position @110 - wined3d_device_set_cursor_properties @111 - wined3d_device_set_depth_stencil_view @112 - wined3d_device_set_dialog_box_mode @113 - wined3d_device_set_gamma_ramp @114 - wined3d_device_set_geometry_shader @115 - wined3d_device_set_gs_cb @116 - wined3d_device_set_gs_resource_view @117 - wined3d_device_set_gs_sampler @118 - wined3d_device_set_index_buffer @119 - wined3d_device_set_light @120 - wined3d_device_set_light_enable @121 - wined3d_device_set_material @122 - wined3d_device_set_multithreaded @123 - wined3d_device_set_npatch_mode @124 - wined3d_device_set_pixel_shader @125 - wined3d_device_set_predication @126 - wined3d_device_set_primitive_type @127 - wined3d_device_set_ps_cb @128 - wined3d_device_set_ps_consts_b @129 - wined3d_device_set_ps_consts_f @130 - wined3d_device_set_ps_consts_i @131 - wined3d_device_set_ps_resource_view @132 - wined3d_device_set_ps_sampler @133 - wined3d_device_set_render_state @134 - wined3d_device_set_rendertarget_view @135 - wined3d_device_set_sampler_state @136 - wined3d_device_set_scissor_rect @137 - wined3d_device_set_software_vertex_processing @138 - wined3d_device_set_stream_output @139 - wined3d_device_set_stream_source @140 - wined3d_device_set_stream_source_freq @141 - wined3d_device_set_texture @142 - wined3d_device_set_texture_stage_state @143 - wined3d_device_set_transform @144 - wined3d_device_set_vertex_declaration @145 - wined3d_device_set_vertex_shader @146 - wined3d_device_set_viewport @147 - wined3d_device_set_vs_cb @148 - wined3d_device_set_vs_consts_b @149 - wined3d_device_set_vs_consts_f @150 - wined3d_device_set_vs_consts_i @151 - wined3d_device_set_vs_resource_view @152 - wined3d_device_set_vs_sampler @153 - wined3d_device_setup_fullscreen_window @154 - wined3d_device_show_cursor @155 - wined3d_device_uninit_3d @156 - wined3d_device_uninit_gdi @157 - wined3d_device_update_sub_resource @158 - wined3d_device_update_texture @159 - wined3d_device_validate_device @160 - wined3d_palette_create @161 - wined3d_palette_decref @162 - wined3d_palette_get_entries @163 - wined3d_palette_apply_to_dc @164 - wined3d_palette_incref @165 - wined3d_palette_set_entries @166 - wined3d_query_create @167 - wined3d_query_decref @168 - wined3d_query_get_data @169 - wined3d_query_get_data_size @170 - wined3d_query_get_parent @171 - wined3d_query_get_type @172 - wined3d_query_incref @173 - wined3d_query_issue @174 - wined3d_resource_get_desc @175 - wined3d_resource_get_parent @176 - wined3d_resource_get_priority @177 - wined3d_resource_map @178 - wined3d_resource_set_parent @179 - wined3d_resource_set_priority @180 - wined3d_resource_unmap @181 - wined3d_rendertarget_view_create @182 - wined3d_rendertarget_view_create_from_sub_resource @183 - wined3d_rendertarget_view_decref @184 - wined3d_rendertarget_view_get_parent @185 - wined3d_rendertarget_view_get_resource @186 - wined3d_rendertarget_view_get_sub_resource_parent @187 - wined3d_rendertarget_view_incref @188 - wined3d_rendertarget_view_set_parent @189 - wined3d_sampler_create @190 - wined3d_sampler_decref @191 - wined3d_sampler_get_parent @192 - wined3d_sampler_incref @193 - wined3d_shader_create_gs @194 - wined3d_shader_create_ps @195 - wined3d_shader_create_vs @196 - wined3d_shader_decref @197 - wined3d_shader_get_byte_code @198 - wined3d_shader_get_parent @199 - wined3d_shader_incref @200 - wined3d_shader_set_local_constants_float @201 - wined3d_shader_resource_view_create @202 - wined3d_shader_resource_view_decref @203 - wined3d_shader_resource_view_get_parent @204 - wined3d_shader_resource_view_incref @205 - wined3d_stateblock_apply @206 - wined3d_stateblock_capture @207 - wined3d_stateblock_create @208 - wined3d_stateblock_decref @209 - wined3d_stateblock_incref @210 - wined3d_swapchain_create @211 - wined3d_swapchain_decref @212 - wined3d_swapchain_get_back_buffer @213 - wined3d_swapchain_get_device @214 - wined3d_swapchain_get_display_mode @215 - wined3d_swapchain_get_front_buffer_data @216 - wined3d_swapchain_get_gamma_ramp @217 - wined3d_swapchain_get_parent @218 - wined3d_swapchain_get_desc @219 - wined3d_swapchain_get_raster_status @220 - wined3d_swapchain_incref @221 - wined3d_swapchain_present @222 - wined3d_swapchain_resize_buffers @223 - wined3d_swapchain_set_gamma_ramp @224 - wined3d_swapchain_set_palette @225 - wined3d_swapchain_set_window @226 - wined3d_texture_add_dirty_region @227 - wined3d_texture_blt @228 - wined3d_texture_create @229 - wined3d_texture_decref @230 - wined3d_texture_generate_mipmaps @231 - wined3d_texture_get_autogen_filter_type @232 - wined3d_texture_get_dc @233 - wined3d_texture_get_level_count @234 - wined3d_texture_get_lod @235 - wined3d_texture_get_overlay_position @236 - wined3d_texture_get_parent @237 - wined3d_texture_get_pitch @238 - wined3d_texture_get_resource @239 - wined3d_texture_get_sub_resource_desc @240 - wined3d_texture_get_sub_resource_parent @241 - wined3d_texture_incref @242 - wined3d_texture_preload @243 - wined3d_texture_release_dc @244 - wined3d_texture_set_autogen_filter_type @245 - wined3d_texture_set_color_key @246 - wined3d_texture_set_lod @247 - wined3d_texture_set_overlay_position @248 - wined3d_texture_set_sub_resource_parent @249 - wined3d_texture_update_desc @250 - wined3d_texture_update_overlay @251 - wined3d_vertex_declaration_create @252 - wined3d_vertex_declaration_create_from_fvf @253 - wined3d_vertex_declaration_decref @254 - wined3d_vertex_declaration_get_parent @255 - wined3d_vertex_declaration_incref @256 + wined3d_device_dispatch_compute @41 + wined3d_device_dispatch_compute_indirect @42 + wined3d_device_draw_indexed_primitive @43 + wined3d_device_draw_indexed_primitive_instanced @44 + wined3d_device_draw_indexed_primitive_instanced_indirect @45 + wined3d_device_draw_primitive @46 + wined3d_device_draw_primitive_instanced @47 + wined3d_device_draw_primitive_instanced_indirect @48 + wined3d_device_end_scene @49 + wined3d_device_end_stateblock @50 + wined3d_device_evict_managed_resources @51 + wined3d_device_get_available_texture_mem @52 + wined3d_device_get_base_vertex_index @53 + wined3d_device_get_clip_plane @54 + wined3d_device_get_clip_status @55 + wined3d_device_get_compute_shader @56 + wined3d_device_get_creation_parameters @57 + wined3d_device_get_cs_cb @58 + wined3d_device_get_cs_resource_view @59 + wined3d_device_get_cs_sampler @60 + wined3d_device_get_cs_uav @61 + wined3d_device_get_depth_stencil_view @62 + wined3d_device_get_device_caps @63 + wined3d_device_get_display_mode @64 + wined3d_device_get_domain_shader @65 + wined3d_device_get_ds_cb @66 + wined3d_device_get_ds_resource_view @67 + wined3d_device_get_ds_sampler @68 + wined3d_device_get_gamma_ramp @69 + wined3d_device_get_geometry_shader @70 + wined3d_device_get_gs_cb @71 + wined3d_device_get_gs_resource_view @72 + wined3d_device_get_gs_sampler @73 + wined3d_device_get_hs_cb @74 + wined3d_device_get_hs_resource_view @75 + wined3d_device_get_hs_sampler @76 + wined3d_device_get_hull_shader @77 + wined3d_device_get_index_buffer @78 + wined3d_device_get_light @79 + wined3d_device_get_light_enable @80 + wined3d_device_get_material @81 + wined3d_device_get_npatch_mode @82 + wined3d_device_get_pixel_shader @83 + wined3d_device_get_predication @84 + wined3d_device_get_primitive_type @85 + wined3d_device_get_ps_cb @86 + wined3d_device_get_ps_consts_b @87 + wined3d_device_get_ps_consts_f @88 + wined3d_device_get_ps_consts_i @89 + wined3d_device_get_ps_resource_view @90 + wined3d_device_get_ps_sampler @91 + wined3d_device_get_raster_status @92 + wined3d_device_get_rasterizer_state @93 + wined3d_device_get_render_state @94 + wined3d_device_get_rendertarget_view @95 + wined3d_device_get_sampler_state @96 + wined3d_device_get_scissor_rect @97 + wined3d_device_get_software_vertex_processing @98 + wined3d_device_get_stream_output @99 + wined3d_device_get_stream_source @100 + wined3d_device_get_stream_source_freq @101 + wined3d_device_get_swapchain @102 + wined3d_device_get_swapchain_count @103 + wined3d_device_get_texture @104 + wined3d_device_get_texture_stage_state @105 + wined3d_device_get_transform @106 + wined3d_device_get_unordered_access_view @107 + wined3d_device_get_vertex_declaration @108 + wined3d_device_get_vertex_shader @109 + wined3d_device_get_viewport @110 + wined3d_device_get_vs_cb @111 + wined3d_device_get_vs_consts_b @112 + wined3d_device_get_vs_consts_f @113 + wined3d_device_get_vs_consts_i @114 + wined3d_device_get_vs_resource_view @115 + wined3d_device_get_vs_sampler @116 + wined3d_device_get_wined3d @117 + wined3d_device_incref @118 + wined3d_device_init_3d @119 + wined3d_device_init_gdi @120 + wined3d_device_multiply_transform @121 + wined3d_device_process_vertices @122 + wined3d_device_release_focus_window @123 + wined3d_device_reset @124 + wined3d_device_restore_fullscreen_window @125 + wined3d_device_set_base_vertex_index @126 + wined3d_device_set_clip_plane @127 + wined3d_device_set_clip_status @128 + wined3d_device_set_compute_shader @129 + wined3d_device_set_cs_cb @130 + wined3d_device_set_cs_resource_view @131 + wined3d_device_set_cs_sampler @132 + wined3d_device_set_cs_uav @133 + wined3d_device_set_cursor_position @134 + wined3d_device_set_cursor_properties @135 + wined3d_device_set_depth_stencil_view @136 + wined3d_device_set_dialog_box_mode @137 + wined3d_device_set_domain_shader @138 + wined3d_device_set_ds_cb @139 + wined3d_device_set_ds_resource_view @140 + wined3d_device_set_ds_sampler @141 + wined3d_device_set_gamma_ramp @142 + wined3d_device_set_geometry_shader @143 + wined3d_device_set_gs_cb @144 + wined3d_device_set_gs_resource_view @145 + wined3d_device_set_gs_sampler @146 + wined3d_device_set_hs_cb @147 + wined3d_device_set_hs_resource_view @148 + wined3d_device_set_hs_sampler @149 + wined3d_device_set_hull_shader @150 + wined3d_device_set_index_buffer @151 + wined3d_device_set_light @152 + wined3d_device_set_light_enable @153 + wined3d_device_set_material @154 + wined3d_device_set_multithreaded @155 + wined3d_device_set_npatch_mode @156 + wined3d_device_set_pixel_shader @157 + wined3d_device_set_predication @158 + wined3d_device_set_primitive_type @159 + wined3d_device_set_ps_cb @160 + wined3d_device_set_ps_consts_b @161 + wined3d_device_set_ps_consts_f @162 + wined3d_device_set_ps_consts_i @163 + wined3d_device_set_ps_resource_view @164 + wined3d_device_set_ps_sampler @165 + wined3d_device_set_rasterizer_state @166 + wined3d_device_set_render_state @167 + wined3d_device_set_rendertarget_view @168 + wined3d_device_set_sampler_state @169 + wined3d_device_set_scissor_rect @170 + wined3d_device_set_software_vertex_processing @171 + wined3d_device_set_stream_output @172 + wined3d_device_set_stream_source @173 + wined3d_device_set_stream_source_freq @174 + wined3d_device_set_texture @175 + wined3d_device_set_texture_stage_state @176 + wined3d_device_set_transform @177 + wined3d_device_set_unordered_access_view @178 + wined3d_device_set_vertex_declaration @179 + wined3d_device_set_vertex_shader @180 + wined3d_device_set_viewport @181 + wined3d_device_set_vs_cb @182 + wined3d_device_set_vs_consts_b @183 + wined3d_device_set_vs_consts_f @184 + wined3d_device_set_vs_consts_i @185 + wined3d_device_set_vs_resource_view @186 + wined3d_device_set_vs_sampler @187 + wined3d_device_setup_fullscreen_window @188 + wined3d_device_show_cursor @189 + wined3d_device_uninit_3d @190 + wined3d_device_uninit_gdi @191 + wined3d_device_update_sub_resource @192 + wined3d_device_update_texture @193 + wined3d_device_validate_device @194 + wined3d_palette_create @195 + wined3d_palette_decref @196 + wined3d_palette_get_entries @197 + wined3d_palette_apply_to_dc @198 + wined3d_palette_incref @199 + wined3d_palette_set_entries @200 + wined3d_query_create @201 + wined3d_query_decref @202 + wined3d_query_get_data @203 + wined3d_query_get_data_size @204 + wined3d_query_get_parent @205 + wined3d_query_get_type @206 + wined3d_query_incref @207 + wined3d_query_issue @208 + wined3d_rasterizer_state_create @209 + wined3d_rasterizer_state_decref @210 + wined3d_rasterizer_state_get_parent @211 + wined3d_rasterizer_state_incref @212 + wined3d_resource_get_desc @213 + wined3d_resource_get_parent @214 + wined3d_resource_get_priority @215 + wined3d_resource_map @216 + wined3d_resource_preload @217 + wined3d_resource_set_parent @218 + wined3d_resource_set_priority @219 + wined3d_resource_unmap @220 + wined3d_rendertarget_view_create @221 + wined3d_rendertarget_view_create_from_sub_resource @222 + wined3d_rendertarget_view_decref @223 + wined3d_rendertarget_view_get_parent @224 + wined3d_rendertarget_view_get_resource @225 + wined3d_rendertarget_view_get_sub_resource_parent @226 + wined3d_rendertarget_view_incref @227 + wined3d_rendertarget_view_set_parent @228 + wined3d_sampler_create @229 + wined3d_sampler_decref @230 + wined3d_sampler_get_parent @231 + wined3d_sampler_incref @232 + wined3d_shader_create_cs @233 + wined3d_shader_create_ds @234 + wined3d_shader_create_gs @235 + wined3d_shader_create_hs @236 + wined3d_shader_create_ps @237 + wined3d_shader_create_vs @238 + wined3d_shader_decref @239 + wined3d_shader_get_byte_code @240 + wined3d_shader_get_parent @241 + wined3d_shader_incref @242 + wined3d_shader_set_local_constants_float @243 + wined3d_shader_resource_view_create @244 + wined3d_shader_resource_view_decref @245 + wined3d_shader_resource_view_get_parent @246 + wined3d_shader_resource_view_incref @247 + wined3d_stateblock_apply @248 + wined3d_stateblock_capture @249 + wined3d_stateblock_create @250 + wined3d_stateblock_decref @251 + wined3d_stateblock_incref @252 + wined3d_swapchain_create @253 + wined3d_swapchain_decref @254 + wined3d_swapchain_get_back_buffer @255 + wined3d_swapchain_get_device @256 + wined3d_swapchain_get_display_mode @257 + wined3d_swapchain_get_front_buffer_data @258 + wined3d_swapchain_get_gamma_ramp @259 + wined3d_swapchain_get_parent @260 + wined3d_swapchain_get_desc @261 + wined3d_swapchain_get_raster_status @262 + wined3d_swapchain_incref @263 + wined3d_swapchain_present @264 + wined3d_swapchain_resize_buffers @265 + wined3d_swapchain_resize_target @266 + wined3d_swapchain_set_fullscreen @267 + wined3d_swapchain_set_gamma_ramp @268 + wined3d_swapchain_set_palette @269 + wined3d_swapchain_set_window @270 + wined3d_texture_add_dirty_region @271 + wined3d_texture_blt @272 + wined3d_texture_create @273 + wined3d_texture_decref @274 + wined3d_texture_from_resource @275 + wined3d_texture_generate_mipmaps @276 + wined3d_texture_get_autogen_filter_type @277 + wined3d_texture_get_dc @278 + wined3d_texture_get_level_count @279 + wined3d_texture_get_lod @280 + wined3d_texture_get_overlay_position @281 + wined3d_texture_get_parent @282 + wined3d_texture_get_pitch @283 + wined3d_texture_get_resource @284 + wined3d_texture_get_sub_resource_desc @285 + wined3d_texture_get_sub_resource_parent @286 + wined3d_texture_incref @287 + wined3d_texture_release_dc @288 + wined3d_texture_set_autogen_filter_type @289 + wined3d_texture_set_color_key @290 + wined3d_texture_set_lod @291 + wined3d_texture_set_overlay_position @292 + wined3d_texture_set_sub_resource_parent @293 + wined3d_texture_update_desc @294 + wined3d_texture_update_overlay @295 + wined3d_unordered_access_view_create @296 + wined3d_unordered_access_view_decref @297 + wined3d_unordered_access_view_get_parent @298 + wined3d_unordered_access_view_incref @299 + wined3d_vertex_declaration_create @300 + wined3d_vertex_declaration_create_from_fvf @301 + wined3d_vertex_declaration_decref @302 + wined3d_vertex_declaration_get_parent @303 + wined3d_vertex_declaration_incref @304 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinmm.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinmm.def index 619d600..7c75d56 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinmm.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinmm.def @@ -3,188 +3,188 @@ LIBRARY winmm.dll EXPORTS - CloseDriver@12 @2 - DefDriverProc@20 @5 - DriverCallback@28 @6 - DrvClose@12=CloseDriver@12 @7 - DrvDefDriverProc@20=DefDriverProc@20 @8 - DrvGetModuleHandle@4=GetDriverModuleHandle@4 @9 - DrvOpen@12=OpenDriver@12 @10 - DrvOpenA@12=OpenDriverA@12 @11 - DrvSendMessage@16=SendDriverMessage@16 @12 - GetDriverFlags@4 @13 - GetDriverModuleHandle@4 @14 - OpenDriver@12 @15 - OpenDriverA@12 @16 - PlaySound@12=PlaySoundA@12 @17 - PlaySoundA@12 @18 - PlaySoundW@12 @19 - SendDriverMessage@16 @20 - auxGetDevCapsA@12 @21 - auxGetDevCapsW@12 @22 - auxGetNumDevs@0 @23 - auxGetVolume@8 @24 - auxOutMessage@16 @25 - auxSetVolume@8 @26 - joyConfigChanged@4 @27 - joyGetDevCapsA@12 @28 - joyGetDevCapsW@12 @29 - joyGetNumDevs@0 @30 - joyGetPos@8 @31 - joyGetPosEx@8 @32 - joyGetThreshold@8 @33 - joyReleaseCapture@4 @34 - joySetCapture@16 @35 - joySetThreshold@8 @36 - mciDriverNotify@12 @37 - mciDriverYield@4 @38 - mciExecute@4 @39 - mciFreeCommandResource@4 @40 - mciGetCreatorTask@4 @41 - mciGetDeviceIDA@4 @42 - mciGetDeviceIDFromElementIDA@8 @43 - mciGetDeviceIDFromElementIDW@8 @44 - mciGetDeviceIDW@4 @45 - mciGetDriverData@4 @46 - mciGetErrorStringA@12 @47 - mciGetErrorStringW@12 @48 - mciGetYieldProc@8 @49 - mciLoadCommandResource@12 @50 - mciSendCommandA@16 @51 - mciSendCommandW@16 @52 - mciSendStringA@16 @53 - mciSendStringW@16 @54 - mciSetDriverData@8 @55 - mciSetYieldProc@12 @56 - midiConnect@12 @57 - midiDisconnect@12 @58 - midiInAddBuffer@12 @59 - midiInClose@4 @60 - midiInGetDevCapsA@12 @61 - midiInGetDevCapsW@12 @62 - midiInGetErrorTextA@12=midiOutGetErrorTextA@12 @63 - midiInGetErrorTextW@12=midiOutGetErrorTextW@12 @64 - midiInGetID@8 @65 - midiInGetNumDevs@0 @66 - midiInMessage@16 @67 - midiInOpen@20 @68 - midiInPrepareHeader@12 @69 - midiInReset@4 @70 - midiInStart@4 @71 - midiInStop@4 @72 - midiInUnprepareHeader@12 @73 - midiOutCacheDrumPatches@16 @74 - midiOutCachePatches@16 @75 - midiOutClose@4 @76 - midiOutGetDevCapsA@12 @77 - midiOutGetDevCapsW@12 @78 - midiOutGetErrorTextA@12 @79 - midiOutGetErrorTextW@12 @80 - midiOutGetID@8 @81 - midiOutGetNumDevs@0 @82 - midiOutGetVolume@8 @83 - midiOutLongMsg@12 @84 - midiOutMessage@16 @85 - midiOutOpen@20 @86 - midiOutPrepareHeader@12 @87 - midiOutReset@4 @88 - midiOutSetVolume@8 @89 - midiOutShortMsg@8 @90 - midiOutUnprepareHeader@12 @91 - midiStreamClose@4 @92 - midiStreamOpen@24 @93 - midiStreamOut@12 @94 - midiStreamPause@4 @95 - midiStreamPosition@12 @96 - midiStreamProperty@12 @97 - midiStreamRestart@4 @98 - midiStreamStop@4 @99 - mixerClose@4 @100 - mixerGetControlDetailsA@12 @101 - mixerGetControlDetailsW@12 @102 - mixerGetDevCapsA@12 @103 - mixerGetDevCapsW@12 @104 - mixerGetID@12 @105 - mixerGetLineControlsA@12 @106 - mixerGetLineControlsW@12 @107 - mixerGetLineInfoA@12 @108 - mixerGetLineInfoW@12 @109 - mixerGetNumDevs@0 @110 - mixerMessage@16 @111 - mixerOpen@20 @112 - mixerSetControlDetails@12 @113 - mmGetCurrentTask@0 @114 - mmTaskBlock@4 @115 - mmTaskCreate@12 @116 - mmTaskSignal@4 @117 - mmTaskYield@0 @118 - mmioAdvance@12 @119 - mmioAscend@12 @120 - mmioClose@8 @121 - mmioCreateChunk@12 @122 - mmioDescend@16 @123 - mmioFlush@8 @124 - mmioGetInfo@12 @125 - mmioInstallIOProcA@12 @127 - mmioInstallIOProcW@12 @128 - mmioOpenA@12 @129 - mmioOpenW@12 @130 - mmioRead@12 @131 - mmioRenameA@16 @132 - mmioRenameW@16 @133 - mmioSeek@12 @134 - mmioSendMessage@16 @135 - mmioSetBuffer@16 @136 - mmioSetInfo@12 @137 - mmioStringToFOURCCA@8 @138 - mmioStringToFOURCCW@8 @139 - mmioWrite@12 @140 - mmsystemGetVersion@0 @141 - sndPlaySoundA@8 @142 - sndPlaySoundW@8 @143 - timeBeginPeriod@4 @144 - timeEndPeriod@4 @145 - timeGetDevCaps@8 @146 - timeGetSystemTime@8 @147 - timeGetTime@0=kernel32.GetTickCount @148 - timeKillEvent@4 @149 - timeSetEvent@20 @150 - waveInAddBuffer@12 @151 - waveInClose@4 @152 - waveInGetDevCapsA@12 @153 - waveInGetDevCapsW@12 @154 - waveInGetErrorTextA@12=waveOutGetErrorTextA@12 @155 - waveInGetErrorTextW@12=waveOutGetErrorTextW@12 @156 - waveInGetID@8 @157 - waveInGetNumDevs@0 @158 - waveInGetPosition@12 @159 - waveInMessage@16 @160 - waveInOpen@24 @161 - waveInPrepareHeader@12 @162 - waveInReset@4 @163 - waveInStart@4 @164 - waveInStop@4 @165 - waveInUnprepareHeader@12 @166 - waveOutBreakLoop@4 @167 - waveOutClose@4 @168 - waveOutGetDevCapsA@12 @169 - waveOutGetDevCapsW@12 @170 - waveOutGetErrorTextA@12 @171 - waveOutGetErrorTextW@12 @172 - waveOutGetID@8 @173 - waveOutGetNumDevs@0 @174 - waveOutGetPitch@8 @175 - waveOutGetPlaybackRate@8 @176 - waveOutGetPosition@12 @177 - waveOutGetVolume@8 @178 - waveOutMessage@16 @179 - waveOutOpen@24 @180 - waveOutPause@4 @181 - waveOutPrepareHeader@12 @182 - waveOutReset@4 @183 - waveOutRestart@4 @184 - waveOutSetPitch@8 @185 - waveOutSetPlaybackRate@8 @186 - waveOutSetVolume@8 @187 - waveOutUnprepareHeader@12 @188 - waveOutWrite@12 @189 + CloseDriver@12 @5 + DefDriverProc@20 @6 + DriverCallback@28 @7 + DrvClose@12=CloseDriver@12 @8 + DrvDefDriverProc@20=DefDriverProc@20 @9 + DrvGetModuleHandle@4=GetDriverModuleHandle@4 @10 + DrvOpen@12=OpenDriver@12 @11 + DrvOpenA@12=OpenDriverA@12 @12 + DrvSendMessage@16=SendDriverMessage@16 @13 + GetDriverFlags@4 @14 + GetDriverModuleHandle@4 @15 + OpenDriver@12 @16 + OpenDriverA@12 @17 + PlaySound@12=PlaySoundA@12 @18 + PlaySoundA@12 @19 + PlaySoundW@12 @20 + SendDriverMessage@16 @21 + auxGetDevCapsA@12 @22 + auxGetDevCapsW@12 @23 + auxGetNumDevs@0 @24 + auxGetVolume@8 @25 + auxOutMessage@16 @26 + auxSetVolume@8 @27 + joyConfigChanged@4 @28 + joyGetDevCapsA@12 @29 + joyGetDevCapsW@12 @30 + joyGetNumDevs@0 @31 + joyGetPos@8 @32 + joyGetPosEx@8 @33 + joyGetThreshold@8 @34 + joyReleaseCapture@4 @35 + joySetCapture@16 @36 + joySetThreshold@8 @37 + mciDriverNotify@12 @38 + mciDriverYield@4 @39 + mciExecute@4 @40 + mciFreeCommandResource@4 @41 + mciGetCreatorTask@4 @42 + mciGetDeviceIDA@4 @43 + mciGetDeviceIDFromElementIDA@8 @44 + mciGetDeviceIDFromElementIDW@8 @45 + mciGetDeviceIDW@4 @46 + mciGetDriverData@4 @47 + mciGetErrorStringA@12 @48 + mciGetErrorStringW@12 @49 + mciGetYieldProc@8 @50 + mciLoadCommandResource@12 @51 + mciSendCommandA@16 @52 + mciSendCommandW@16 @53 + mciSendStringA@16 @54 + mciSendStringW@16 @55 + mciSetDriverData@8 @56 + mciSetYieldProc@12 @57 + midiConnect@12 @58 + midiDisconnect@12 @59 + midiInAddBuffer@12 @60 + midiInClose@4 @61 + midiInGetDevCapsA@12 @62 + midiInGetDevCapsW@12 @63 + midiInGetErrorTextA@12=midiOutGetErrorTextA@12 @64 + midiInGetErrorTextW@12=midiOutGetErrorTextW@12 @65 + midiInGetID@8 @66 + midiInGetNumDevs@0 @67 + midiInMessage@16 @68 + midiInOpen@20 @69 + midiInPrepareHeader@12 @70 + midiInReset@4 @71 + midiInStart@4 @72 + midiInStop@4 @73 + midiInUnprepareHeader@12 @74 + midiOutCacheDrumPatches@16 @75 + midiOutCachePatches@16 @76 + midiOutClose@4 @77 + midiOutGetDevCapsA@12 @78 + midiOutGetDevCapsW@12 @79 + midiOutGetErrorTextA@12 @80 + midiOutGetErrorTextW@12 @81 + midiOutGetID@8 @82 + midiOutGetNumDevs@0 @83 + midiOutGetVolume@8 @84 + midiOutLongMsg@12 @85 + midiOutMessage@16 @86 + midiOutOpen@20 @87 + midiOutPrepareHeader@12 @88 + midiOutReset@4 @89 + midiOutSetVolume@8 @90 + midiOutShortMsg@8 @91 + midiOutUnprepareHeader@12 @92 + midiStreamClose@4 @93 + midiStreamOpen@24 @94 + midiStreamOut@12 @95 + midiStreamPause@4 @96 + midiStreamPosition@12 @97 + midiStreamProperty@12 @98 + midiStreamRestart@4 @99 + midiStreamStop@4 @100 + mixerClose@4 @101 + mixerGetControlDetailsA@12 @102 + mixerGetControlDetailsW@12 @103 + mixerGetDevCapsA@12 @104 + mixerGetDevCapsW@12 @105 + mixerGetID@12 @106 + mixerGetLineControlsA@12 @107 + mixerGetLineControlsW@12 @108 + mixerGetLineInfoA@12 @109 + mixerGetLineInfoW@12 @110 + mixerGetNumDevs@0 @111 + mixerMessage@16 @112 + mixerOpen@20 @113 + mixerSetControlDetails@12 @114 + mmGetCurrentTask@0 @115 + mmTaskBlock@4 @116 + mmTaskCreate@12 @117 + mmTaskSignal@4 @118 + mmTaskYield@0 @119 + mmioAdvance@12 @120 + mmioAscend@12 @121 + mmioClose@8 @122 + mmioCreateChunk@12 @123 + mmioDescend@16 @124 + mmioFlush@8 @125 + mmioGetInfo@12 @126 + mmioInstallIOProcA@12 @128 + mmioInstallIOProcW@12 @129 + mmioOpenA@12 @130 + mmioOpenW@12 @131 + mmioRead@12 @132 + mmioRenameA@16 @133 + mmioRenameW@16 @134 + mmioSeek@12 @135 + mmioSendMessage@16 @136 + mmioSetBuffer@16 @137 + mmioSetInfo@12 @138 + mmioStringToFOURCCA@8 @139 + mmioStringToFOURCCW@8 @140 + mmioWrite@12 @141 + mmsystemGetVersion@0 @142 + sndPlaySoundA@8 @143 + sndPlaySoundW@8 @144 + timeBeginPeriod@4 @145 + timeEndPeriod@4 @146 + timeGetDevCaps@8 @147 + timeGetSystemTime@8 @148 + timeGetTime@0=kernel32.GetTickCount @149 + timeKillEvent@4 @150 + timeSetEvent@20 @151 + waveInAddBuffer@12 @152 + waveInClose@4 @153 + waveInGetDevCapsA@12 @154 + waveInGetDevCapsW@12 @155 + waveInGetErrorTextA@12=waveOutGetErrorTextA@12 @156 + waveInGetErrorTextW@12=waveOutGetErrorTextW@12 @157 + waveInGetID@8 @158 + waveInGetNumDevs@0 @159 + waveInGetPosition@12 @160 + waveInMessage@16 @161 + waveInOpen@24 @162 + waveInPrepareHeader@12 @163 + waveInReset@4 @164 + waveInStart@4 @165 + waveInStop@4 @166 + waveInUnprepareHeader@12 @167 + waveOutBreakLoop@4 @168 + waveOutClose@4 @169 + waveOutGetDevCapsA@12 @170 + waveOutGetDevCapsW@12 @171 + waveOutGetErrorTextA@12 @172 + waveOutGetErrorTextW@12 @173 + waveOutGetID@8 @174 + waveOutGetNumDevs@0 @175 + waveOutGetPitch@8 @176 + waveOutGetPlaybackRate@8 @177 + waveOutGetPosition@12 @178 + waveOutGetVolume@8 @179 + waveOutMessage@16 @180 + waveOutOpen@24 @181 + waveOutPause@4 @182 + waveOutPrepareHeader@12 @183 + waveOutReset@4 @184 + waveOutRestart@4 @185 + waveOutSetPitch@8 @186 + waveOutSetPlaybackRate@8 @187 + waveOutSetVolume@8 @188 + waveOutUnprepareHeader@12 @189 + waveOutWrite@12 @190 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinscard.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinscard.def index cb84f5f..0be4444 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinscard.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwinscard.def @@ -9,6 +9,8 @@ EXPORTS SCardEstablishContext@16 @15 SCardIsValidContext@4 @36 SCardListCardsA@24 @37 + SCardListReadersA@16 @43 + SCardListReadersW@16 @44 SCardReleaseContext@4 @50 SCardReleaseStartedEvent@0 @51 SCardStatusA@28 @58 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwlanapi.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwlanapi.def new file mode 100644 index 0000000..600682d --- /dev/null +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwlanapi.def @@ -0,0 +1,13 @@ +; File generated automatically from ./dlls/wlanapi/wlanapi.spec; do not edit! + +LIBRARY wlanapi.dll + +EXPORTS + WlanAllocateMemory@4 @1 + WlanCloseHandle@8 @2 + WlanEnumInterfaces@12 @6 + WlanFreeMemory@4 @8 + WlanGetAvailableNetworkList@20 @9 + WlanOpenHandle@16 @18 + WlanRegisterNotification@28 @22 + WlanScan@20 @25 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwmvcore.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwmvcore.def new file mode 100644 index 0000000..c06f106 --- /dev/null +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwmvcore.def @@ -0,0 +1,14 @@ +; File generated automatically from ./dlls/wmvcore/wmvcore.spec; do not edit! + +LIBRARY wmvcore.dll + +EXPORTS + WMCheckURLScheme@4 @2 + DllRegisterServer@0 @7 PRIVATE + WMCreateEditor@4 @9 + WMCreateProfileManager@4 @11 + WMCreateReader@12 @12 + WMCreateReaderPriv@4 @13 + WMCreateSyncReader@12 @14 + WMCreateWriter@8 @15 + WMCreateWriterPriv@4 @18 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libws2_32.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libws2_32.def index bfb29bd..779350c 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libws2_32.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libws2_32.def @@ -50,76 +50,80 @@ EXPORTS WSAStartup@8 @115 WSACleanup@0 @116 __WSAFDIsSet@8 @151 - FreeAddrInfoW@4 @24 - GetAddrInfoExW@40 @25 - GetAddrInfoW@16 @26 - GetNameInfoW@28 @27 - InetPtonW@12 @28 - WSApSetPostRoutine@4 @29 - WPUCompleteOverlappedRequest@20 @30 - WSAAccept@20 @31 - WSAAddressToStringA@20 @32 - WSAAddressToStringW@20 @33 - WSACloseEvent@4 @34 - WSAConnect@28 @35 - WSACreateEvent@0 @36 - WSADuplicateSocketA@12 @37 - WSADuplicateSocketW@12 @38 - WSAEnumNameSpaceProvidersA@8 @39 - WSAEnumNameSpaceProvidersW@8 @40 - WSAEnumNetworkEvents@12 @41 - WSAEnumProtocolsA@12 @42 - WSAEnumProtocolsW@12 @43 - WSAEventSelect@12 @44 - WSAGetOverlappedResult@20 @45 - WSAGetQOSByName@12 @46 - WSAGetServiceClassInfoA@16 @47 - WSAGetServiceClassInfoW@16 @48 - WSAGetServiceClassNameByClassIdA@12 @49 - WSAGetServiceClassNameByClassIdW@12 @50 - WSAHtonl@12 @58 - WSAHtons@12 @59 - WSAInstallServiceClassA@4 @60 - WSAInstallServiceClassW@4 @61 - WSAIoctl@36 @62 - WSAJoinLeaf@32 @63 - WSALookupServiceBeginA@12 @64 - WSALookupServiceBeginW@12 @65 - WSALookupServiceEnd@4 @66 - WSALookupServiceNextA@16 @67 - WSALookupServiceNextW@16 @68 - WSANSPIoctl@32 @69 - WSANtohl@12 @70 - WSANtohs@12 @71 - WSAPoll@12 @72 - WSAProviderConfigChange@12 @73 - WSARecv@28 @74 - WSARecvDisconnect@8 @75 - WSARecvFrom@36 @76 - WSARemoveServiceClass@4 @77 - WSAResetEvent@4=kernel32.ResetEvent @78 - WSASend@28 @79 - WSASendDisconnect@8 @80 - WSASendMsg@24 @81 - WSASendTo@36 @82 - WSASetEvent@4=kernel32.SetEvent @83 - WSASetServiceA@12 @84 - WSASetServiceW@12 @85 - WSASocketA@24 @86 - WSASocketW@24 @87 - WSAStringToAddressA@20 @88 - WSAStringToAddressW@20 @89 - WSAWaitForMultipleEvents@20=kernel32.WaitForMultipleObjectsEx @90 - WSCDeinstallProvider@8 @91 - WSCEnableNSProvider@8 @92 - WSCEnumProtocols@16 @93 - WSCGetProviderPath@16 @94 - WSCInstallNameSpace@20 @95 - WSCInstallProvider@20 @96 - WSCUnInstallNameSpace@4 @97 - WSCWriteProviderOrder@8 @100 - freeaddrinfo@4=WS_freeaddrinfo@4 @117 - getaddrinfo@16=WS_getaddrinfo@16 @118 - getnameinfo@28=WS_getnameinfo@28 @119 - inet_ntop@16=WS_inet_ntop@16 @120 - inet_pton@12=WS_inet_pton@12 @121 + FreeAddrInfoExW@4 @24 + FreeAddrInfoW@4 @25 + GetAddrInfoExCancel@4 @26 + GetAddrInfoExOverlappedResult@4 @27 + GetAddrInfoExW@40 @28 + GetAddrInfoW@16 @29 + GetNameInfoW@28 @30 + InetNtopW@16 @31 + InetPtonW@12 @32 + WSApSetPostRoutine@4 @33 + WPUCompleteOverlappedRequest@20 @34 + WSAAccept@20 @35 + WSAAddressToStringA@20 @36 + WSAAddressToStringW@20 @37 + WSACloseEvent@4 @38 + WSAConnect@28 @39 + WSACreateEvent@0 @40 + WSADuplicateSocketA@12 @41 + WSADuplicateSocketW@12 @42 + WSAEnumNameSpaceProvidersA@8 @43 + WSAEnumNameSpaceProvidersW@8 @44 + WSAEnumNetworkEvents@12 @45 + WSAEnumProtocolsA@12 @46 + WSAEnumProtocolsW@12 @47 + WSAEventSelect@12 @48 + WSAGetOverlappedResult@20 @49 + WSAGetQOSByName@12 @50 + WSAGetServiceClassInfoA@16 @58 + WSAGetServiceClassInfoW@16 @59 + WSAGetServiceClassNameByClassIdA@12 @60 + WSAGetServiceClassNameByClassIdW@12 @61 + WSAHtonl@12 @62 + WSAHtons@12 @63 + WSAInstallServiceClassA@4 @64 + WSAInstallServiceClassW@4 @65 + WSAIoctl@36 @66 + WSAJoinLeaf@32 @67 + WSALookupServiceBeginA@12 @68 + WSALookupServiceBeginW@12 @69 + WSALookupServiceEnd@4 @70 + WSALookupServiceNextA@16 @71 + WSALookupServiceNextW@16 @72 + WSANSPIoctl@32 @73 + WSANtohl@12 @74 + WSANtohs@12 @75 + WSAPoll@12 @76 + WSAProviderConfigChange@12 @77 + WSARecv@28 @78 + WSARecvDisconnect@8 @79 + WSARecvFrom@36 @80 + WSARemoveServiceClass@4 @81 + WSAResetEvent@4=kernel32.ResetEvent @82 + WSASend@28 @83 + WSASendDisconnect@8 @84 + WSASendMsg@24 @85 + WSASendTo@36 @86 + WSASetEvent@4=kernel32.SetEvent @87 + WSASetServiceA@12 @88 + WSASetServiceW@12 @89 + WSASocketA@24 @90 + WSASocketW@24 @91 + WSAStringToAddressA@20 @92 + WSAStringToAddressW@20 @93 + WSAWaitForMultipleEvents@20=kernel32.WaitForMultipleObjectsEx @94 + WSCDeinstallProvider@8 @95 + WSCEnableNSProvider@8 @96 + WSCEnumProtocols@16 @97 + WSCGetProviderPath@16 @98 + WSCInstallNameSpace@20 @99 + WSCInstallProvider@20 @100 + WSCUnInstallNameSpace@4 @117 + WSCWriteProviderOrder@8 @120 + freeaddrinfo@4=WS_freeaddrinfo@4 @121 + getaddrinfo@16=WS_getaddrinfo@16 @122 + getnameinfo@28=WS_getnameinfo@28 @123 + inet_ntop@16=WS_inet_ntop@16 @124 + inet_pton@12=WS_inet_pton@12 @125 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwsdapi.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwsdapi.def new file mode 100644 index 0000000..13d9ba4 --- /dev/null +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libwsdapi.def @@ -0,0 +1,18 @@ +; File generated automatically from ./dlls/wsdapi/wsdapi.spec; do not edit! + +LIBRARY wsdapi.dll + +EXPORTS + WSDAllocateLinkedMemory@8 @7 + WSDAttachLinkedMemory@8 @8 + WSDCreateDiscoveryPublisher@8 @20 + WSDCreateUdpAddress@4 @26 + WSDCreateUdpMessageParameters@4 @27 + WSDDetachLinkedMemory@4 @29 + WSDFreeLinkedMemory@4 @30 + WSDXMLAddChild@8 @39 + WSDXMLAddSibling@8 @40 + WSDXMLBuildAnyForSingleElement@12 @41 + WSDXMLCleanupElement@4 @42 + WSDXMLCreateContext@4 @43 + WSDXMLGetValueFromAny@16 @45 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libxinput.def b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libxinput.def index 7d5914f..7919a97 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libxinput.def +++ b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/libxinput.def @@ -11,3 +11,4 @@ EXPORTS XInputGetDSoundAudioDeviceGuids@12 @6 XInputGetBatteryInformation@12 @7 XInputGetKeystroke@12 @8 + XInputGetStateEx@8 @100 diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/loadperf.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/loadperf.dll.so index e65d0e2..ed8a9a2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/loadperf.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/loadperf.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/localspl.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/localspl.dll.so index 6d7eae2..d00ca98 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/localspl.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/localspl.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/localui.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/localui.dll.so index 302d0bd..03cec3a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/localui.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/localui.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lodctr.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lodctr.exe.so index 70b6b2d..886d6ea 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lodctr.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lodctr.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lz32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lz32.dll.so index acc1986..3c77e54 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lz32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lz32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lzexpand.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lzexpand.dll16.so index 476cd0e..bae751f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lzexpand.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/lzexpand.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mapi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mapi32.dll.so index 0ab7a6a..2225a5e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mapi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mapi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mapistub.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mapistub.dll.so index 6f5eb36..6a76def 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mapistub.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mapistub.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciavi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciavi32.dll.so index db481c7..3889160 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciavi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciavi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mcicda.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mcicda.dll.so index 691eb34..c19e7fa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mcicda.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mcicda.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciqtz32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciqtz32.dll.so index 662b5db..bd5ec46 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciqtz32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciqtz32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciseq.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciseq.dll.so index 9785c6e..de4b011 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciseq.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciseq.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciwave.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciwave.dll.so index 2fa52f4..95810a2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciwave.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mciwave.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mf.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mf.dll.so index 92135b5..b5eeb36 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mf.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mf.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mf3216.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mf3216.dll.so new file mode 100755 index 0000000..a9ca3e1 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mf3216.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mfplat.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mfplat.dll.so index 12201ba..d8e39ee 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mfplat.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mfplat.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mfreadwrite.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mfreadwrite.dll.so index 5d40d7a..d869464 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mfreadwrite.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mfreadwrite.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mgmtapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mgmtapi.dll.so index ebe1e30..4cd1b80 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mgmtapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mgmtapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/midimap.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/midimap.dll.so index 9dd2095..6f8385b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/midimap.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/midimap.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mlang.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mlang.dll.so index 754f95b..aab4649 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mlang.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mlang.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmcndmgr.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmcndmgr.dll.so index 02678a2..865d7e4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmcndmgr.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmcndmgr.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmdevapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmdevapi.dll.so index 57d54a6..afe36cd 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmdevapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmdevapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmdevldr.vxd.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmdevldr.vxd.so index eef1db3..553e458 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmdevldr.vxd.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmdevldr.vxd.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmsystem.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmsystem.dll16.so index 51d62c5..25fc803 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmsystem.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mmsystem.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mofcomp.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mofcomp.exe.so index 0b76f93..b1d71e9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mofcomp.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mofcomp.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/monodebg.vxd.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/monodebg.vxd.so index 9c7efc9..d3df100 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/monodebg.vxd.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/monodebg.vxd.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mountmgr.sys.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mountmgr.sys.so index 6dddf7f..3c58983 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mountmgr.sys.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mountmgr.sys.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mouse.drv16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mouse.drv16.so index 73a573a..3680c6d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mouse.drv16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mouse.drv16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mpr.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mpr.dll.so index 93228fb..c8e72bf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mpr.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mpr.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mprapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mprapi.dll.so index 8d69cdd..23a18c2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mprapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mprapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm.dll16.so index 443239a..74ed6da 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm32.dll.so index 77da03b..576acd8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm32.drv.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm32.drv.so index ccc2e02..430eaaf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm32.drv.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msacm32.drv.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msadp32.acm.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msadp32.acm.so index 96c2381..a94433e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msadp32.acm.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msadp32.acm.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msasn1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msasn1.dll.so index f5b5d9c..bfa45ac 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msasn1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msasn1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscat32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscat32.dll.so index f597e6d..9055a86 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscat32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscat32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscms.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscms.dll.so index 9ddc781..f8d1401 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscms.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscms.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscoree.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscoree.dll.so index 8b392d2..d265a96 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscoree.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mscoree.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msctf.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msctf.dll.so index 8313441..74074d7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msctf.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msctf.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msctfp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msctfp.dll.so index 9484f89..56c714c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msctfp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msctfp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdaps.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdaps.dll.so index bd3cc95..526bebe 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdaps.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdaps.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdelta.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdelta.dll.so index 53baf64..9e0b626 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdelta.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdelta.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdmo.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdmo.dll.so index 7a7ae0c..f6973c7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdmo.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdmo.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdrm.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdrm.dll.so index 080b798..eeec32f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdrm.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msdrm.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msftedit.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msftedit.dll.so index 23bfd41..ccf9e68 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msftedit.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msftedit.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msg711.acm.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msg711.acm.so index 5d2d3f1..fa04aac 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msg711.acm.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msg711.acm.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msgsm32.acm.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msgsm32.acm.so index e182795..1e31e57 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msgsm32.acm.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msgsm32.acm.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshta.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshta.exe.so index 9c54347..06c86f0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshta.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshta.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshtml.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshtml.dll.so index 3c2881e..6480620 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshtml.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshtml.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshtml.tlb.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshtml.tlb.so index 2f638dd..b7fb976 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshtml.tlb.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mshtml.tlb.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msi.dll.so index 219fa7d..7f14870 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msident.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msident.dll.so index 0d03c22..017d9fa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msident.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msident.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msiexec.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msiexec.exe.so index 56cd404..278c5d8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msiexec.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msiexec.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimg32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimg32.dll.so index 1ceabc6..2ec06e0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimg32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimg32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimsg.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimsg.dll.so index 950a978..07cd760 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimsg.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimsg.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimtf.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimtf.dll.so index d74ddb1..2dd90d7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimtf.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msimtf.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msinfo32.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msinfo32.exe.so new file mode 100755 index 0000000..8b1ddef Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msinfo32.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msisip.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msisip.dll.so index 1f01ac0..7b7a852 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msisip.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msisip.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msisys.ocx.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msisys.ocx.so index 8bb7d70..cead0a7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msisys.ocx.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msisys.ocx.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msls31.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msls31.dll.so index 4671b3a..ebed251 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msls31.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msls31.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msnet32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msnet32.dll.so index efa6453..0cd16ed 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msnet32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msnet32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mspatcha.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mspatcha.dll.so index 6f4ce33..b5da8bf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mspatcha.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mspatcha.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msports.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msports.dll.so new file mode 100755 index 0000000..846e1de Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msports.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msrle32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msrle32.dll.so index 3937efb..3d2fc34 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msrle32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msrle32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msscript.ocx.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msscript.ocx.so index fdcd7fa..92fd060 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msscript.ocx.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msscript.ocx.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mssign32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mssign32.dll.so index d4d0bdd..fcd9191 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mssign32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mssign32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mssip32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mssip32.dll.so index db82451..9036311 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mssip32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mssip32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mstask.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mstask.dll.so index 0e14444..dc379b2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mstask.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mstask.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcirt.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcirt.dll.so index 4048e8b..3e08004 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcirt.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcirt.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcm80.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcm80.dll.so index eb6162f..3999476 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcm80.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcm80.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcm90.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcm90.dll.so index 644e82f..9863b34 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcm90.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcm90.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp100.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp100.dll.so index 9a810a8..9782ce1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp100.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp100.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp110.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp110.dll.so index ccef2d3..6db3be4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp110.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp110.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp120.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp120.dll.so index 281b333..698e378 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp120.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp120.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp120_app.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp120_app.dll.so index c030212..2ce985c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp120_app.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp120_app.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp140.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp140.dll.so new file mode 100755 index 0000000..5992214 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp140.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp60.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp60.dll.so index 19c7531..adbc03a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp60.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp60.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp70.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp70.dll.so index 6c0ff83..ba37fd2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp70.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp70.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp71.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp71.dll.so index a82835f..1ceb6b4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp71.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp71.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp80.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp80.dll.so index e98a8a1..b4f2684 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp80.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp80.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp90.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp90.dll.so index 65c77f3..cad6447 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp90.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcp90.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr100.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr100.dll.so index 2ee4233..0c169a0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr100.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr100.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr110.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr110.dll.so index 4f7e8d3..d522018 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr110.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr110.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr120.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr120.dll.so index d0f2928..121ffec 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr120.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr120.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr120_app.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr120_app.dll.so index 6cfb64d..3825832 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr120_app.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr120_app.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr70.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr70.dll.so index 7eae4e1..a593325 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr70.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr70.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr71.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr71.dll.so index 1baf070..eff2772 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr71.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr71.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr80.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr80.dll.so index 80ed263..54c9d1b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr80.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr80.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr90.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr90.dll.so index d313dc7..d203a44 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr90.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcr90.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt.dll.so index 9e82e38..701a7c3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt20.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt20.dll.so index 7bc4134..a914156 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt20.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt20.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt40.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt40.dll.so index 0d09e31..c2841b9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt40.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrt40.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrtd.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrtd.dll.so index b52697a..f206506 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrtd.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvcrtd.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvfw32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvfw32.dll.so index 0858e2c..059ff33 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvfw32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvfw32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvidc32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvidc32.dll.so index b9a0f34..bb73954 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvidc32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvidc32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvideo.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvideo.dll16.so index c23c2fe..0a811bc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvideo.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msvideo.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mswsock.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mswsock.dll.so index b0d12e4..4c84548 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mswsock.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mswsock.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml.dll.so index 1fd7f68..e756f9e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml2.dll.so index 02214e6..9be2c21 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml2.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml3.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml3.dll.so index 548c5eb..9956f8a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml3.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml3.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml4.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml4.dll.so index 0df60a0..ad901aa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml4.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml4.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml6.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml6.dll.so index 88bcbf1..0290664 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml6.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/msxml6.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mtxdm.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mtxdm.dll.so new file mode 100755 index 0000000..804ca98 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/mtxdm.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ncrypt.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ncrypt.dll.so new file mode 100755 index 0000000..658f308 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ncrypt.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/nddeapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/nddeapi.dll.so index b06a252..ee35a1c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/nddeapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/nddeapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ndis.sys.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ndis.sys.so index 18a7579..a17655e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ndis.sys.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ndis.sys.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/net.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/net.exe.so index 52c8892..a8fb9d0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/net.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/net.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netapi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netapi32.dll.so index 9d5fbe4..31bc443 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netapi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netapi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netcfgx.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netcfgx.dll.so index 7812b3b..450ad78 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netcfgx.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netcfgx.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netprofm.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netprofm.dll.so index 80242e8..4f46843 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netprofm.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netprofm.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netsh.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netsh.exe.so index 2bd537f..945140f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netsh.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netsh.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netstat.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netstat.exe.so index 39f4e1d..bfa5062 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netstat.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/netstat.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/newdev.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/newdev.dll.so index 3f6a8a7..bc206ee 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/newdev.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/newdev.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ngen.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ngen.exe.so index b5bed6e..95db60e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ngen.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ngen.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/normaliz.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/normaliz.dll.so index 394ed2b..074958a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/normaliz.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/normaliz.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/notepad.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/notepad.exe.so index 89ec745..f53bce6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/notepad.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/notepad.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/npmshtml.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/npmshtml.dll.so index 1666fac..970aa49 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/npmshtml.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/npmshtml.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/npptools.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/npptools.dll.so index b5e8e9b..9c951cd 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/npptools.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/npptools.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntdll.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntdll.dll.so index a89a0ee..b3c7c10 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntdll.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntdll.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntdsapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntdsapi.dll.so index 27ee899..6ab93d9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntdsapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntdsapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntoskrnl.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntoskrnl.exe.so index 4823c45..0d1a777 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntoskrnl.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntoskrnl.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntprint.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntprint.dll.so index 2200cef..efad8a6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntprint.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ntprint.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/objsel.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/objsel.dll.so index fa636df..08a589a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/objsel.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/objsel.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbc32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbc32.dll.so index 6186d32..1a12ae3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbc32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbc32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbccp32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbccp32.dll.so index 2325e2a..a94935e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbccp32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbccp32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbccu32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbccu32.dll.so index 5515326..b1a5525 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbccu32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/odbccu32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2.dll16.so index a78a0ef..9f26360 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2conv.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2conv.dll16.so index 3bfc2c5..5283a62 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2conv.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2conv.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2disp.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2disp.dll16.so index 161a78b..2cfb38b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2disp.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2disp.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2nls.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2nls.dll16.so index c9466bd..da3eb20 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2nls.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2nls.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2prox.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2prox.dll16.so index 3c3c48a..6bccae7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2prox.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2prox.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2thk.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2thk.dll16.so index eab43b2..9c6bc2e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2thk.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole2thk.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole32.dll.so index 718743b..a49be91 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ole32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleacc.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleacc.dll.so index 58b1ca3..31e7368 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleacc.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleacc.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleaut32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleaut32.dll.so index 61bb479..141c28b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleaut32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleaut32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olecli.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olecli.dll16.so index b859f28..393ece5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olecli.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olecli.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olecli32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olecli32.dll.so index 6bdddbd..b4b96a4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olecli32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olecli32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oledb32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oledb32.dll.so index ce348ce..56a67b5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oledb32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oledb32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oledlg.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oledlg.dll.so index 648cac5..2e7f78a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oledlg.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oledlg.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olepro32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olepro32.dll.so index 0368e4e..ee1abb3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olepro32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olepro32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olesvr.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olesvr.dll16.so index b61be97..0a9643d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olesvr.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olesvr.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olesvr32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olesvr32.dll.so index c1191aa..86879bd 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olesvr32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olesvr32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olethk32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olethk32.dll.so index e85e557..0830fe4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olethk32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/olethk32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleview.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleview.exe.so index 398e08b..f8cf9bc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleview.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/oleview.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/openal32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/openal32.dll.so index 5c09ef4..1580670 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/openal32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/openal32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/opencl.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/opencl.dll.so index 76e144c..dc6ac65 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/opencl.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/opencl.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/opengl32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/opengl32.dll.so index b7db7ab..962a9c1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/opengl32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/opengl32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/packager.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/packager.dll.so index e556ca0..bbb436a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/packager.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/packager.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pdh.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pdh.dll.so index 622d9ea..11f5fd1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pdh.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pdh.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/photometadatahandler.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/photometadatahandler.dll.so index e6a8770..16c2002 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/photometadatahandler.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/photometadatahandler.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pidgen.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pidgen.dll.so index 1f2b532..9704b46 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pidgen.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pidgen.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ping.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ping.exe.so index 5744c65..a275883 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ping.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ping.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/plugplay.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/plugplay.exe.so index e052486..76b4704 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/plugplay.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/plugplay.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/powershell.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/powershell.exe.so new file mode 100755 index 0000000..57bbc46 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/powershell.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/powrprof.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/powrprof.dll.so index 7a88003..7875f8a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/powrprof.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/powrprof.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/presentationfontcache.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/presentationfontcache.exe.so index f001f53..818656f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/presentationfontcache.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/presentationfontcache.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/printui.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/printui.dll.so index 13d652d..c0de62c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/printui.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/printui.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/prntvpt.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/prntvpt.dll.so index 3757b88..3195441 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/prntvpt.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/prntvpt.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/progman.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/progman.exe.so index e3013f3..c9a2cb2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/progman.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/progman.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/propsys.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/propsys.dll.so index 2f4e793..d3d2893 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/propsys.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/propsys.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/psapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/psapi.dll.so index b0380f7..09c351a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/psapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/psapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pstorec.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pstorec.dll.so index daf0508..5bd0c72 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pstorec.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/pstorec.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qcap.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qcap.dll.so index 1865a5b..d29daf1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qcap.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qcap.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qedit.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qedit.dll.so index de6430e..f42a5bf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qedit.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qedit.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qmgr.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qmgr.dll.so index 490f927..643b865 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qmgr.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qmgr.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qmgrprxy.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qmgrprxy.dll.so index f602325..ce4a251 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qmgrprxy.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/qmgrprxy.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/quartz.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/quartz.dll.so index ff93209..7aed1f9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/quartz.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/quartz.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/query.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/query.dll.so index f5b04b9..789776d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/query.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/query.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasapi16.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasapi16.dll16.so index d484a4b..a4248bc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasapi16.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasapi16.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasapi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasapi32.dll.so index 653e3a9..b16846f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasapi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasapi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasdlg.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasdlg.dll.so index a023808..49d250a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasdlg.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rasdlg.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/reg.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/reg.exe.so index 593b61e..c2cc32b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/reg.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/reg.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regapi.dll.so index ba6d2ef..4945743 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regasm.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regasm.exe.so index 84030a8..d9454a8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regasm.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regasm.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regedit.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regedit.exe.so index 211e954..c73b9f6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regedit.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regedit.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regsvcs.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regsvcs.exe.so index a60391a..1490dae 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regsvcs.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regsvcs.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regsvr32.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regsvr32.exe.so index 7bbdabc..223ad14 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regsvr32.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/regsvr32.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/resutils.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/resutils.dll.so index e935f67..5dcb375 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/resutils.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/resutils.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/riched20.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/riched20.dll.so index e73be71..c80a454 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/riched20.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/riched20.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/riched32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/riched32.dll.so index 6adc6a3..dd0839d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/riched32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/riched32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rpcrt4.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rpcrt4.dll.so index 7f2bd5b..26a5857 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rpcrt4.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rpcrt4.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rpcss.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rpcss.exe.so index 9339a18..d6aee9a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rpcss.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rpcss.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rsabase.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rsabase.dll.so index 7c125ce..8c6dbaa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rsabase.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rsabase.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rsaenh.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rsaenh.dll.so index 0575752..e61aa34 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rsaenh.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rsaenh.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rstrtmgr.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rstrtmgr.dll.so index a261254..7fef156 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rstrtmgr.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rstrtmgr.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rtutils.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rtutils.dll.so index 2bd50d7..b4b82e0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rtutils.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rtutils.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rundll.exe16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rundll.exe16.so index 668fedd..5599550 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rundll.exe16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rundll.exe16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rundll32.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rundll32.exe.so index e12c398..1b62a63 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rundll32.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/rundll32.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/samlib.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/samlib.dll.so index 71d31b2..fedca20 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/samlib.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/samlib.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sane.ds.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sane.ds.so index 02273c4..7451045 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sane.ds.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sane.ds.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sapi.dll.so new file mode 100755 index 0000000..a5b155a Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sc.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sc.exe.so index 98611ce..7c75a58 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sc.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sc.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scarddlg.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scarddlg.dll.so index 7862075..f2a1ede 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scarddlg.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scarddlg.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sccbase.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sccbase.dll.so index d6ee047..fef93c3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sccbase.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sccbase.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schannel.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schannel.dll.so index 5915c37..73e2af3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schannel.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schannel.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schedsvc.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schedsvc.dll.so index a766abe..99e1fb0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schedsvc.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schedsvc.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schtasks.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schtasks.exe.so index 3eeefda..dda9439 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schtasks.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/schtasks.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scrobj.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scrobj.dll.so new file mode 100755 index 0000000..e30a012 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scrobj.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scrrun.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scrrun.dll.so index e80b642..ad6dca9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scrrun.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scrrun.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scsiport.sys.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scsiport.sys.so index 07dba38..10be00f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scsiport.sys.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/scsiport.sys.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sdbinst.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sdbinst.exe.so index ab0d61a..2df233f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sdbinst.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sdbinst.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/secedit.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/secedit.exe.so index 5a02dc5..115c252 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/secedit.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/secedit.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/secur32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/secur32.dll.so index 8a0b9d3..08b4555 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/secur32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/secur32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/security.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/security.dll.so index ed1c9d7..6c4d5c7 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/security.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/security.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sensapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sensapi.dll.so index 6c98a9c..6a038b5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sensapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sensapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/serialui.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/serialui.dll.so index 499d88b..b6820b0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/serialui.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/serialui.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/servicemodelreg.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/servicemodelreg.exe.so index dd5b302..d04f996 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/servicemodelreg.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/servicemodelreg.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/services.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/services.exe.so index 4306267..8cb55e3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/services.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/services.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/setupapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/setupapi.dll.so index f7784bd..5a30930 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/setupapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/setupapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/setupx.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/setupx.dll16.so index fd87e63..7d99973 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/setupx.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/setupx.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sfc.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sfc.dll.so index f695ea2..88f77b8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sfc.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sfc.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sfc_os.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sfc_os.dll.so index c97be2f..be9f1ba 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sfc_os.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sfc_os.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shdoclc.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shdoclc.dll.so index 38875c8..8d0b07a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shdoclc.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shdoclc.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shdocvw.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shdocvw.dll.so index e1ddb7a..23f6954 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shdocvw.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shdocvw.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shell.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shell.dll16.so index c7b105c..22895b2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shell.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shell.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shell32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shell32.dll.so index 7e754db..21c4b5d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shell32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shell32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shfolder.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shfolder.dll.so index ad623de..44ba0d4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shfolder.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shfolder.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shlwapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shlwapi.dll.so index 50c6936..16cc73b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shlwapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shlwapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shutdown.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shutdown.exe.so index e2922b9..82d246d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shutdown.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/shutdown.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/slbcsp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/slbcsp.dll.so index ebfdcd8..dde394a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/slbcsp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/slbcsp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/slc.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/slc.dll.so index 936317e..c1474b0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/slc.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/slc.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/snmpapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/snmpapi.dll.so index 6e967ea..3615854 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/snmpapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/snmpapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/softpub.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/softpub.dll.so index dc5f881..ded3c0f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/softpub.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/softpub.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sound.drv16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sound.drv16.so index e03d91e..02f05b4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sound.drv16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sound.drv16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/spoolss.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/spoolss.dll.so index 6abf6ec..a39b19f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/spoolss.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/spoolss.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/spoolsv.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/spoolsv.exe.so index 21ea52f..1dd04ce 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/spoolsv.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/spoolsv.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sspicli.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sspicli.dll.so new file mode 100755 index 0000000..2343ae2 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sspicli.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/start.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/start.exe.so index ef15835..f70854c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/start.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/start.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stdole2.tlb.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stdole2.tlb.so index 4e1b0d2..f8e64ba 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stdole2.tlb.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stdole2.tlb.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stdole32.tlb.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stdole32.tlb.so index 123bfe1..82222a9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stdole32.tlb.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stdole32.tlb.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sti.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sti.dll.so index c8d435c..33d719f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sti.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sti.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/storage.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/storage.dll16.so index ff8d067..2cbcffc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/storage.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/storage.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stress.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stress.dll16.so index 222d927..138dd59 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stress.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/stress.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/subst.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/subst.exe.so new file mode 100755 index 0000000..0a879d2 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/subst.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/svchost.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/svchost.exe.so index 17d20c8..c9e38e1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/svchost.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/svchost.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/svrapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/svrapi.dll.so index 6a978b7..4c12670 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/svrapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/svrapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sxs.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sxs.dll.so index 53dd7e1..a753b3c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sxs.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/sxs.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/system.drv16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/system.drv16.so index 77c64dd..7cad38a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/system.drv16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/system.drv16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/systeminfo.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/systeminfo.exe.so index 9b0a76f..441b7f9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/systeminfo.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/systeminfo.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/t2embed.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/t2embed.dll.so index d6b94dc..b8a2c63 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/t2embed.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/t2embed.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tapi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tapi32.dll.so index 6b3c36e..e0cb81a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tapi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tapi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskkill.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskkill.exe.so index 2dad7a2..44b71d3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskkill.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskkill.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tasklist.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tasklist.exe.so index fb20f7b..c975888 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tasklist.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tasklist.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskmgr.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskmgr.exe.so index 3d66ac0..748c667 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskmgr.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskmgr.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskschd.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskschd.dll.so index 63cee87..63167bf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskschd.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/taskschd.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tdh.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tdh.dll.so new file mode 100755 index 0000000..1376183 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tdh.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tdi.sys.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tdi.sys.so index 06c795b..d76f2db 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tdi.sys.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/tdi.sys.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/termsv.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/termsv.exe.so index d17b589..8beb75e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/termsv.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/termsv.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/toolhelp.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/toolhelp.dll16.so index 83bc5b9..c491b12 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/toolhelp.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/toolhelp.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/traffic.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/traffic.dll.so index ca39d4a..0111c4c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/traffic.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/traffic.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/twain.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/twain.dll16.so index f981c6e..1ef766d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/twain.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/twain.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/twain_32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/twain_32.dll.so index 08cc373..61f7bac 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/twain_32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/twain_32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/typelib.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/typelib.dll16.so index 44fc812..d7b93bf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/typelib.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/typelib.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ucrtbase.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ucrtbase.dll.so index 196417e..af0e554 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ucrtbase.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ucrtbase.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uiautomationcore.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uiautomationcore.dll.so new file mode 100755 index 0000000..038694b Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uiautomationcore.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uiribbon.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uiribbon.dll.so new file mode 100755 index 0000000..be19e45 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uiribbon.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/unicows.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/unicows.dll.so index fd8248a..a6d7397 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/unicows.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/unicows.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uninstaller.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uninstaller.exe.so index db7a7cf..5cfe40d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uninstaller.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uninstaller.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/unlodctr.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/unlodctr.exe.so index afdba88..758833a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/unlodctr.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/unlodctr.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/updspapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/updspapi.dll.so index 615ac83..b5ba277 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/updspapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/updspapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/url.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/url.dll.so index 2705632..6842196 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/url.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/url.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/urlmon.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/urlmon.dll.so index bf331fc..e1d0666 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/urlmon.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/urlmon.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/usbd.sys.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/usbd.sys.so index 5128616..7d36ace 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/usbd.sys.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/usbd.sys.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/user.exe16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/user.exe16.so index a17315f..287d1bd 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/user.exe16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/user.exe16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/user32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/user32.dll.so index 30379bd..1b5e89f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/user32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/user32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/userenv.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/userenv.dll.so index ecc360d..54b2f96 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/userenv.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/userenv.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/usp10.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/usp10.dll.so index 9ac4cb6..5a34818 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/usp10.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/usp10.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uxtheme.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uxtheme.dll.so index 6cb11f9..9e3ba35 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uxtheme.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/uxtheme.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vbscript.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vbscript.dll.so index b67681c..f1a9194 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vbscript.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vbscript.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp.dll.so index c09d8a8..1f515e4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp100.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp100.dll.so index 8a0fd70..01cf180 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp100.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp100.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp110.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp110.dll.so index b2df0b7..fdd3d49 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp110.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp110.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp120.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp120.dll.so index ad53b68..d39ab54 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp120.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp120.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp140.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp140.dll.so new file mode 100755 index 0000000..f296866 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp140.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp90.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp90.dll.so index a89e51a..2d2e4fc 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp90.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcomp90.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcruntime140.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcruntime140.dll.so index ceec80d..fe78efd 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcruntime140.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vcruntime140.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vdhcp.vxd.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vdhcp.vxd.so index d9173b5..fd834da 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vdhcp.vxd.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vdhcp.vxd.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vdmdbg.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vdmdbg.dll.so index 9e330dd..65d3e28 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vdmdbg.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vdmdbg.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ver.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ver.dll16.so index b1f877b..99821ad 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ver.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ver.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/version.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/version.dll.so index 53f6880..e9cea96 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/version.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/version.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/view.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/view.exe.so index 2c90536..1dadc92 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/view.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/view.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/virtdisk.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/virtdisk.dll.so new file mode 100755 index 0000000..b6897ca Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/virtdisk.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vmm.vxd.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vmm.vxd.so index 55ecf7f..b578f8a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vmm.vxd.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vmm.vxd.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vnbt.vxd.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vnbt.vxd.so index 60d152d..6e46f30 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vnbt.vxd.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vnbt.vxd.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vnetbios.vxd.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vnetbios.vxd.so index da3cecf..fc07400 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vnetbios.vxd.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vnetbios.vxd.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vssapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vssapi.dll.so index 55da700..aef01f9 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vssapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vssapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vtdapi.vxd.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vtdapi.vxd.so index 389f240..04494a1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vtdapi.vxd.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vtdapi.vxd.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vwin32.vxd.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vwin32.vxd.so index 56ef10a..944b37c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vwin32.vxd.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/vwin32.vxd.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/w32skrnl.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/w32skrnl.dll.so index b9c1460..22a107a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/w32skrnl.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/w32skrnl.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/w32sys.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/w32sys.dll16.so index f38db58..d58fe71 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/w32sys.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/w32sys.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wbemdisp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wbemdisp.dll.so index b2f0e03..c2e200e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wbemdisp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wbemdisp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wbemprox.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wbemprox.dll.so index 58b8d2e..7584a2e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wbemprox.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wbemprox.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/webservices.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/webservices.dll.so index c28dfd7..83aff58 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/webservices.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/webservices.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wer.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wer.dll.so index 30b2bde..38c597f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wer.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wer.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wevtapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wevtapi.dll.so index fa3c576..df37761 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wevtapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wevtapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wevtutil.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wevtutil.exe.so index a8054f9..40c9977 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wevtutil.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wevtutil.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wiaservc.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wiaservc.dll.so index 57ab283..b164e16 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wiaservc.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wiaservc.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wimgapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wimgapi.dll.so index d216f27..badd915 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wimgapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wimgapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/win32s16.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/win32s16.dll16.so index abd9985..94136f3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/win32s16.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/win32s16.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/win87em.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/win87em.dll16.so index a391d3b..875393a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/win87em.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/win87em.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winaspi.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winaspi.dll16.so index 4cea83b..81d9f38 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winaspi.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winaspi.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windebug.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windebug.dll16.so index fc9e7e6..a697f0c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windebug.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windebug.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windowscodecs.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windowscodecs.dll.so index f7def0a..42f0c27 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windowscodecs.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windowscodecs.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windowscodecsext.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windowscodecsext.dll.so index b591991..f2a1016 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windowscodecsext.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/windowscodecsext.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineboot.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineboot.exe.so index 81223ad..20e5161 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineboot.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineboot.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winebrowser.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winebrowser.exe.so index e85fdec..7377f89 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winebrowser.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winebrowser.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winebus.sys.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winebus.sys.so new file mode 100755 index 0000000..d5594f1 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winebus.sys.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winecfg.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winecfg.exe.so index 99a7127..eabe06b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winecfg.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winecfg.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineconsole.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineconsole.exe.so index 237acdc..b845f20 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineconsole.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineconsole.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winecoreaudio.drv.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winecoreaudio.drv.so index a541469..669d28d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winecoreaudio.drv.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winecoreaudio.drv.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wined3d.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wined3d.dll.so index 6afa57a..29fcc95 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wined3d.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wined3d.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winedbg.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winedbg.exe.so index d66ffd3..de6a554 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winedbg.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winedbg.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winedevice.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winedevice.exe.so index 61c1c4d..ad09a8e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winedevice.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winedevice.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winefile.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winefile.exe.so index bc63136..cc9e1a4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winefile.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winefile.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winehid.sys.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winehid.sys.so new file mode 100755 index 0000000..b9f44b2 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winehid.sys.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winejoystick.drv.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winejoystick.drv.so index 9ab76dc..1d66c30 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winejoystick.drv.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winejoystick.drv.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemac.drv.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemac.drv.so index 75d1bd1..5030aa4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemac.drv.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemac.drv.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemapi.dll.so index a9a30ee..812cc9f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemenubuilder.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemenubuilder.exe.so index f287ae1..951633f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemenubuilder.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemenubuilder.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemine.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemine.exe.so index 9c30858..778b7ef 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemine.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemine.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemsibuilder.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemsibuilder.exe.so index 523dbf3..1781d40 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemsibuilder.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winemsibuilder.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winepath.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winepath.exe.so index 44426b6..789091b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winepath.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winepath.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineps.drv.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineps.drv.so index 93aa601..210d6d1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineps.drv.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineps.drv.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineps16.drv16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineps16.drv16.so index 8fb38f5..ea52d2b 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineps16.drv16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineps16.drv16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineqtdecoder.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineqtdecoder.dll.so index b63b7c7..c5b09b6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineqtdecoder.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wineqtdecoder.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winevdm.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winevdm.exe.so index 616c99c..be16282 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winevdm.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winevdm.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winex11.drv.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winex11.drv.so index 24ab66d..b818891 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winex11.drv.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winex11.drv.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wing.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wing.dll16.so index 17313d6..f1d6611 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wing.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wing.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wing32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wing32.dll.so index 05e81c3..26745cf 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wing32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wing32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhelp.exe16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhelp.exe16.so index dd48c28..4c79c39 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhelp.exe16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhelp.exe16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhlp32.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhlp32.exe.so index 2e8c315..d307204 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhlp32.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhlp32.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhttp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhttp.dll.so index 2aced0d..5b37f80 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhttp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winhttp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wininet.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wininet.dll.so index 5527c46..ba23604 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wininet.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wininet.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winmm.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winmm.dll.so index dcde5ea..b0ec22f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winmm.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winmm.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winnls.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winnls.dll16.so index d95b44f..a4d1356 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winnls.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winnls.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winnls32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winnls32.dll.so index 1b312b8..554744c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winnls32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winnls32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winoldap.mod16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winoldap.mod16.so index 643cfd0..05cd35d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winoldap.mod16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winoldap.mod16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winscard.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winscard.dll.so index bb8bd06..c2704ca 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winscard.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winscard.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winsock.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winsock.dll16.so index 1c22cbf..99e3bb1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winsock.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winsock.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winspool.drv.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winspool.drv.so index a035905..9e7fde6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winspool.drv.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winspool.drv.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winsta.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winsta.dll.so index c9b4a93..f698116 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winsta.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winsta.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintab.dll16.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintab.dll16.so index 09d2955..829078d 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintab.dll16.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintab.dll16.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintab32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintab32.dll.so index 7ebbb0e..0c7aa13 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintab32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintab32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintrust.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintrust.dll.so index d083b40..8a431f2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintrust.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wintrust.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winusb.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winusb.dll.so new file mode 100755 index 0000000..8ab2715 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winusb.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winver.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winver.exe.so index 666ff28..1a64337 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winver.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/winver.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wlanapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wlanapi.dll.so index 3a6d06b..37eea78 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wlanapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wlanapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wldap32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wldap32.dll.so index c2883be..93ad7b1 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wldap32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wldap32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmasf.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmasf.dll.so new file mode 100755 index 0000000..ec60f82 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmasf.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmi.dll.so index 2a3ee21..20adaa2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmic.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmic.exe.so index 797e1d6..fcc14f3 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmic.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmic.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmiutils.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmiutils.dll.so index d8f1d97..b326b0a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmiutils.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmiutils.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmp.dll.so index 510d2c5..4688a10 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmphoto.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmphoto.dll.so new file mode 100755 index 0000000..8d1815d Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmphoto.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmplayer.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmplayer.exe.so index 09275c0..b49bcfd 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmplayer.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmplayer.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmvcore.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmvcore.dll.so index 1721042..9685f66 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmvcore.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wmvcore.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wnaspi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wnaspi32.dll.so index 564bce9..213097c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wnaspi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wnaspi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wordpad.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wordpad.exe.so index 5d36042..708f61e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wordpad.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wordpad.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wow32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wow32.dll.so index d0de8d7..29bf1c5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wow32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wow32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wpc.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wpc.dll.so new file mode 100755 index 0000000..c3c5c79 Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wpc.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wpcap.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wpcap.dll.so index b9cfde1..b7ead7c 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wpcap.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wpcap.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/write.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/write.exe.so index 8806a6f..aec6711 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/write.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/write.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ws2_32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ws2_32.dll.so index c5a7004..9828c96 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ws2_32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/ws2_32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wscript.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wscript.exe.so index b3270cf..3b5405f 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wscript.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wscript.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsdapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsdapi.dll.so new file mode 100755 index 0000000..a19825a Binary files /dev/null and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsdapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wshom.ocx.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wshom.ocx.so index 5e9a4b9..12522a8 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wshom.ocx.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wshom.ocx.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsnmp32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsnmp32.dll.so index 1d1e850..b7ea1e6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsnmp32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsnmp32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsock32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsock32.dll.so index fb752fc..cf7b2f0 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsock32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wsock32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wtsapi32.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wtsapi32.dll.so index e5bd80d..3a6e6c5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wtsapi32.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wtsapi32.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wuapi.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wuapi.dll.so index c5e46ad..98ff4fa 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wuapi.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wuapi.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wuaueng.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wuaueng.dll.so index e0a7f0e..e3558ee 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wuaueng.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wuaueng.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wusa.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wusa.exe.so index 249eb93..6bf9f1e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wusa.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/wusa.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xcopy.exe.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xcopy.exe.so index 6cee786..e1e2b6a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xcopy.exe.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xcopy.exe.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_1.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_1.dll.so index 8868bce..19db97a 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_1.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_1.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_2.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_2.dll.so index 7a6429f..c40dad4 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_2.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_2.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_3.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_3.dll.so index d94f234..711b3af 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_3.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_3.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_4.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_4.dll.so index 05d3411..d68a511 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_4.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput1_4.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput9_1_0.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput9_1_0.dll.so index 6548a1a..26ad36e 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput9_1_0.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xinput9_1_0.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xmllite.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xmllite.dll.so index ff7fb93..39d83a2 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xmllite.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xmllite.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xolehlp.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xolehlp.dll.so index f5e34bf..f0de9c5 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xolehlp.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xolehlp.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xpsprint.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xpsprint.dll.so index 485bfec..4c9e013 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xpsprint.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xpsprint.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xpssvcs.dll.so b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xpssvcs.dll.so index f30c94a..b0124c6 100755 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xpssvcs.dll.so and b/osu!.app/Contents/Frameworks/wswine.bundle/lib/wine/xpssvcs.dll.so differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/fonts/wingding.ttf b/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/fonts/wingding.ttf index b1e9d58..36539ce 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/fonts/wingding.ttf and b/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/fonts/wingding.ttf differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/l_intl.nls b/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/l_intl.nls index 5833faf..50710a6 100644 Binary files a/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/l_intl.nls and b/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/l_intl.nls differ diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/wine.inf b/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/wine.inf index 458c10c..af40427 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/wine.inf +++ b/osu!.app/Contents/Frameworks/wswine.bundle/share/wine/wine.inf @@ -1,5 +1,5 @@ ;; .INF script for the basic Wine configuration -;; Version: Wine 1.9.5 +;; Version: Wine 2.22 ;; ;; This should be run through setupapi: ;; rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf @@ -35,6 +35,7 @@ AddReg=\ Classes,\ ContentIndex,\ ControlClass,\ + CriticalDevice,\ CurrentVersion,\ Debugger,\ DirectX,\ @@ -59,6 +60,7 @@ AddReg=\ Classes,\ ContentIndex,\ ControlClass,\ + CriticalDevice,\ CurrentVersion,\ Debugger,\ DirectX,\ @@ -77,7 +79,7 @@ AddReg=\ [DefaultInstall.ntamd64] RegisterDlls=RegisterDllsSection -WineFakeDlls=FakeDlls +WineFakeDlls=FakeDllsWin64,FakeDlls WinePreInstall=Wow64 UpdateInis=SystemIni CopyFiles=@l_intl.nls @@ -85,6 +87,7 @@ AddReg=\ Classes,\ ContentIndex,\ ControlClass,\ + CriticalDevice,\ CurrentVersion,\ CurrentVersionWow64,\ Debugger,\ @@ -121,6 +124,7 @@ AddReg=\ AddService=BITS,0,BITSService AddService=MSIServer,0,MSIService AddService=MountMgr,0x800,MountMgrService +AddService=RpcSs,0,RpcSsService AddService=Spooler,0,SpoolerService AddService=StiSvc,0,StiService AddService=TermService,0,TerminalServices @@ -129,11 +133,14 @@ AddService=FontCache3.0.0.0,0,WPFFontCacheService AddService=LanmanServer,0,LanmanServerService AddService=FontCache,0,FontCacheService AddService=Schedule,0,TaskSchedulerService +AddService=WineBus,0,WineBusService +AddService=WineHID,0,WineHIDService [DefaultInstall.NT.Services] AddService=BITS,0,BITSService AddService=MSIServer,0,MSIService AddService=MountMgr,0x800,MountMgrService +AddService=RpcSs,0,RpcSsService AddService=Spooler,0,SpoolerService AddService=StiSvc,0,StiService AddService=TermService,0,TerminalServices @@ -142,11 +149,14 @@ AddService=FontCache3.0.0.0,0,WPFFontCacheService AddService=LanmanServer,0,LanmanServerService AddService=FontCache,0,FontCacheService AddService=Schedule,0,TaskSchedulerService +AddService=WineBus,0,WineBusService +AddService=WineHID,0,WineHIDService [DefaultInstall.ntamd64.Services] AddService=BITS,0,BITSService AddService=MSIServer,0,MSIService AddService=MountMgr,0x800,MountMgrService +AddService=RpcSs,0,RpcSsService AddService=Spooler,0,SpoolerService AddService=StiSvc,0,StiService AddService=TermService,0,TerminalServices @@ -155,6 +165,8 @@ AddService=FontCache3.0.0.0,0,WPFFontCacheService AddService=LanmanServer,0,LanmanServerService AddService=FontCache,0,FontCacheService AddService=Schedule,0,TaskSchedulerService +AddService=WineBus,0,WineBusService +AddService=WineHID,0,WineHIDService [Strings] MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions" @@ -173,6 +185,7 @@ HKCR,.ini,,2,"inifile" HKCR,.lnk,,2,"lnkfile" HKCR,.msi,,2,"Msi.Package" HKCR,.msp,,2,"Msi.Patch" +HKCR,.pdf,,2,"pdffile" HKCR,.rtf,,2,"rtffile" HKCR,.wri,,2,"wrifile" HKCR,*\shellex\ContextMenuHandlers,,16 @@ -217,6 +230,12 @@ HKCR,Msi.Package\shell\Uninstall\command,,2,"%11%\msiexec.exe /x ""%1""" HKCR,Msi.Patch,,2,"Windows Installer Patch" HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe" HKCR,Msi.Patch\shell\Open\command,,2,"%11%\msiexec.exe /p ""%1""" +HKCR,pdffile,,2,"PDF Document" +HKCR,pdffile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome" +HKCR,pdffile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,," +HKCR,pdffile\shell\open\ddeexec,"NoActivateHandler",2,"" +HKCR,pdffile\shell\open\ddeexec\Application,,2,"IExplore" +HKCR,pdffile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL" HKCR,rtffile,,2,"Rich Text Document" HKCR,rtffile\shell\open\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" %1" HKCR,rtffile\shell\print\command,,2,"""%16422%\Windows NT\Accessories\wordpad.exe"" /p %1" @@ -450,6 +469,10 @@ HKLM,System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092 HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},,,"Human Interface Devices" HKLM,System\CurrentControlSet\Control\Class\{745a17a0-74d3-11d0-b6fe-00a0c90f57da},"Class",,"HIDClass" +[CriticalDevice] +HKLM,System\CurrentControlSet\Control\CriticalDeviceDatabase\HIDRAW,"Service",,"WineHID" +HKLM,System\CurrentControlSet\Control\CriticalDeviceDatabase\IOHID,"Service",,"WineHID" + [CurrentVersion] HKCU,%CurrentVersion%\Run,,16 HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%" @@ -483,6 +506,7 @@ HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"" HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"" HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%" HKLM,%CurrentVersionNT%\Console,,16 +HKLM,%CurrentVersionNT%\Drivers32,,16 HKLM,%CurrentVersionNT%\FontDpi,,16 HKLM,%CurrentVersionNT%\FontLink,,16 HKLM,%CurrentVersionNT%\FontMapper,,16 @@ -506,7 +530,7 @@ HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%" [Debugger] HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld" HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1" -HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError" +HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlTryEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError" HKCU,Software\Wine\Debug,"RelayFromExclude",2,"winex11.drv;winemac.drv;user32;gdi32;advapi32;kernel32" [DirectX] @@ -655,9 +679,11 @@ HKLM,Software\Microsoft\SystemCertificates,,16 HKLM,Software\Microsoft\TermServLicensing,,16 HKLM,Software\Microsoft\Transaction Server,,16 HKLM,Software\Microsoft\WBEM,"Installation Directory",2,"%11%\wbem" +HKLM,Software\Microsoft\Windows Messaging Subsystem,"MAPI",2,"1" HKLM,Software\Policies,,16 HKLM,Software\Registered Applications,,16 -HKLM,System\CurrentControlSet\Control\Lsa,,16 +HKLM,System\CurrentControlSet\Control\hivelist,,16 +HKLM,System\CurrentControlSet\Control\Lsa\Kerberos,,16 HKLM,System\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\SSL 2.0\Client,"DisabledByDefault",0x10003,1 HKLM,System\CurrentControlSet\Control\ServiceGroupOrder,"List",0x00010000,"TDI" HKLM,System\CurrentControlSet\Control\TimeZoneInformation,"StandardName",2,"" @@ -2492,6 +2518,8 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 10,,rundll.exe,rundll.exe16 10,,twain.dll,twain.dll16 10,,twain_32.dll +10,twain_32,sane.ds +10,twain_32,gphoto2.ds 10,,winhelp.exe,winhelp.exe16 10,,winhlp32.exe 10,command,start.exe @@ -2502,11 +2530,17 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,dsound.vxd 11,,winhlp32.exe +; 64bit-only fake dlls +[FakeDllsWin64] +10,twain_64,sane.ds +10,twain_64,gphoto2.ds + ; Wow64-only fake dlls [FakeDllsWow64] ; create some directories first 11,mui, 11,gecko\plugin,npmshtml.dll +11,Speech\Common,sapi.dll 11,wbem,mofcomp.exe 10,syswow64,stdole2.tlb 11,,iexplore.exe @@ -2515,6 +2549,8 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 12,,mountmgr.sys,- 12,,ndis.sys,- 12,,tdi.sys,- +12,,winebus.sys,- +12,,winehid.sys,- ; skip .NET fake dlls in Wine Mono package 11,,aspnet_regiis.exe,- 11,,ngen.exe,- @@ -2557,6 +2593,8 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 12,,mountmgr.sys 12,,ndis.sys 12,,tdi.sys +12,,winebus.sys +12,,winehid.sys ; skip .NET fake dlls in Wine Mono package 11,,aspnet_regiis.exe,- 11,,ngen.exe,- @@ -2573,6 +2611,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 11,,msxml6.dll 11,,shdocvw.dll 11,gecko\plugin,npmshtml.dll +11,Speech\Common,sapi.dll 11,wbem,mofcomp.exe 11,wbem,wbemdisp.dll 11,wbem,wbemprox.dll @@ -2584,6 +2623,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" 16422,Internet Explorer,iexplore.exe 16422,Windows Media Player,wmplayer.exe 16422,Windows NT\Accessories,wordpad.exe +16427,Microsoft Shared\TextConv, 16427,System\OLE DB,oledb32.dll 16427,System\OLE DB,msdaps.dll 11,,* @@ -2601,7 +2641,7 @@ system.ini, mci,,"waveaudio=mciwave.dll" system.ini, drivers32,,"msacm.imaadpcm=imaadp32.acm" system.ini, drivers32,,"msacm.msadpcm=msadp32.acm" system.ini, drivers32,,"msacm.msg711=msg711.acm" -system.ini, drivers32,,"msacm.winemp3=winemp3.acm" +system.ini, drivers32,,"msacm.l3acm=l3codeca.acm" system.ini, drivers32,,"msacm.msgsm610=msgsm32.acm" system.ini, drivers32,,"vidc.mrle=msrle32.dll" system.ini, drivers32,,"vidc.msvc=msvidc32.dll" @@ -2709,6 +2749,8 @@ HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time\Dynamic DST," HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time\Dynamic DST,"2026",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,ea,07,02,00,00,00,16,00,00,00,00,00,00,00,00,00,ea,07,0a,00,00,00,12,00,00,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time\Dynamic DST,"2034",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,f2,07,02,00,00,00,1a,00,00,00,00,00,00,00,00,00,f2,07,0a,00,00,00,0f,00,00,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time\Dynamic DST,"2037",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,f5,07,02,00,00,00,16,00,00,00,00,00,00,00,00,00,f5,07,0a,00,00,00,12,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time\Dynamic DST,"FirstEntry",0x10001,2015 +HKLM,%CurrentVersionNT%\Time Zones\Central Brazilian Standard Time\Dynamic DST,"LastEntry",0x10001,2037 HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Display",,"Europe/Belgrade" HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Dlt",,"Central Europe Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Std",,"Central Europe Standard Time" @@ -2734,6 +2776,8 @@ HKLM,%CurrentVersionNT%\Time Zones\Chile Standard Time,"Dlt",,"Chile Daylight Ti HKLM,%CurrentVersionNT%\Time Zones\Chile Standard Time,"Std",,"Chile Standard Time" HKLM,%CurrentVersionNT%\Time Zones\Chile Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Chile Standard Time\Dynamic DST,"2015",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,df,07,04,00,00,00,1a,00,01,00,00,00,00,00,00,00,e0,07,01,00,05,00,01,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Chile Standard Time\Dynamic DST,"FirstEntry",0x10001,2015 +HKLM,%CurrentVersionNT%\Time Zones\Chile Standard Time\Dynamic DST,"LastEntry",0x10001,2015 HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Display",,"Asia/Shanghai" HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Dlt",,"China Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Std",,"China Standard Time" @@ -2759,11 +2803,15 @@ HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time\Dynamic DST,"2 HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time\Dynamic DST,"2026",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,ea,07,02,00,00,00,16,00,00,00,00,00,00,00,00,00,ea,07,0a,00,00,00,12,00,00,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time\Dynamic DST,"2034",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,f2,07,02,00,00,00,1a,00,00,00,00,00,00,00,00,00,f2,07,0a,00,00,00,0f,00,00,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time\Dynamic DST,"2037",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,f5,07,02,00,00,00,16,00,00,00,00,00,00,00,00,00,f5,07,0a,00,00,00,12,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time\Dynamic DST,"FirstEntry",0x10001,2015 +HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time\Dynamic DST,"LastEntry",0x10001,2037 HKLM,%CurrentVersionNT%\Time Zones\Easter Island Standard Time,"Display",,"Chile/EasterIsland" HKLM,%CurrentVersionNT%\Time Zones\Easter Island Standard Time,"Dlt",,"Easter Island Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Easter Island Standard Time,"Std",,"Easter Island Standard Time" HKLM,%CurrentVersionNT%\Time Zones\Easter Island Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Easter Island Standard Time\Dynamic DST,"2015",1,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,df,07,04,00,06,00,19,00,17,00,00,00,00,00,00,00,e0,07,01,00,05,00,01,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Easter Island Standard Time\Dynamic DST,"FirstEntry",0x10001,2015 +HKLM,%CurrentVersionNT%\Time Zones\Easter Island Standard Time\Dynamic DST,"LastEntry",0x10001,2015 HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Display",,"America/New_York" HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Dlt",,"Eastern Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Std",,"Eastern Standard Time" @@ -2816,6 +2864,8 @@ HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time\Dynamic DST,"2090",1,30,fd HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time\Dynamic DST,"2094",1,30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,2e,08,01,00,00,00,18,00,03,00,00,00,00,00,00,00,2e,08,0b,00,00,00,07,00,02,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time\Dynamic DST,"2095",1,30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,2f,08,01,00,00,00,17,00,03,00,00,00,00,00,00,00,2f,08,0b,00,00,00,06,00,02,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time\Dynamic DST,"2096",1,30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,30,08,01,00,00,00,16,00,03,00,00,00,00,00,00,00,30,08,0b,00,00,00,04,00,02,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time\Dynamic DST,"FirstEntry",0x10001,2016 +HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time\Dynamic DST,"LastEntry",0x10001,2096 HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Display",,"Europe/Helsinki" HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Dlt",,"FLE Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Std",,"FLE Standard Time" @@ -2857,6 +2907,8 @@ HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time\Dynamic DST,"2091",1, HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time\Dynamic DST,"2093",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,2d,08,0a,00,06,00,18,00,17,00,00,00,00,00,00,00,2d,08,03,00,06,00,1c,00,16,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time\Dynamic DST,"2096",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,30,08,0a,00,06,00,1b,00,17,00,00,00,00,00,00,00,30,08,03,00,06,00,18,00,16,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time\Dynamic DST,"2099",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,33,08,0a,00,06,00,18,00,17,00,00,00,00,00,00,00,33,08,03,00,06,00,1c,00,16,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time\Dynamic DST,"FirstEntry",0x10001,2015 +HKLM,%CurrentVersionNT%\Time Zones\Greenland Standard Time\Dynamic DST,"LastEntry",0x10001,2099 HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Display",,"Greenwich" HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Dlt",,"Greenwich Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Std",,"Greenwich Standard Time" @@ -2877,6 +2929,55 @@ HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Display",,"Asia/Tehran" HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Dlt",,"Iran Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Std",,"Iran Standard Time" HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"TZI",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,09,00,00,00,04,00,00,00,00,00,00,00,00,00,00,00,03,00,05,00,04,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"1991",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,c7,07,09,00,00,00,16,00,00,00,00,00,00,00,00,00,c7,07,05,00,05,00,03,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"1992",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,c8,07,09,00,02,00,16,00,00,00,00,00,00,00,00,00,c8,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"1993",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,c9,07,09,00,03,00,16,00,00,00,00,00,00,00,00,00,c9,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"1994",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ca,07,09,00,04,00,16,00,00,00,00,00,00,00,00,00,ca,07,03,00,02,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"1995",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,cb,07,09,00,05,00,16,00,00,00,00,00,00,00,00,00,cb,07,03,00,03,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"1996",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,cc,07,09,00,06,00,15,00,00,00,00,00,00,00,00,00,cc,07,03,00,04,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"1997",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,cd,07,09,00,01,00,16,00,00,00,00,00,00,00,00,00,cd,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"1998",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ce,07,09,00,02,00,16,00,00,00,00,00,00,00,00,00,ce,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"1999",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,cf,07,09,00,03,00,16,00,00,00,00,00,00,00,00,00,cf,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2000",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d0,07,09,00,04,00,15,00,00,00,00,00,00,00,00,00,d0,07,03,00,02,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2001",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d1,07,09,00,06,00,16,00,00,00,00,00,00,00,00,00,d1,07,03,00,04,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2002",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d2,07,09,00,00,00,16,00,00,00,00,00,00,00,00,00,d2,07,03,00,05,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2003",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d3,07,09,00,01,00,16,00,00,00,00,00,00,00,00,00,d3,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2004",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d4,07,09,00,02,00,15,00,00,00,00,00,00,00,00,00,d4,07,03,00,00,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2005",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d5,07,09,00,04,00,16,00,00,00,00,00,00,00,00,00,d5,07,03,00,02,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2006",1,2e,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2007",1,2e,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2008",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d8,07,09,00,00,00,15,00,00,00,00,00,00,00,00,00,d8,07,03,00,05,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2009",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d9,07,09,00,02,00,16,00,00,00,00,00,00,00,00,00,d9,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2010",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,da,07,09,00,03,00,16,00,00,00,00,00,00,00,00,00,da,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2011",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,db,07,09,00,04,00,16,00,00,00,00,00,00,00,00,00,db,07,03,00,02,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2012",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,dc,07,09,00,05,00,15,00,00,00,00,00,00,00,00,00,dc,07,03,00,03,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2013",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,dd,07,09,00,00,00,16,00,00,00,00,00,00,00,00,00,dd,07,03,00,05,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2014",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,de,07,09,00,01,00,16,00,00,00,00,00,00,00,00,00,de,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2015",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,df,07,09,00,02,00,16,00,00,00,00,00,00,00,00,00,df,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2016",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e0,07,09,00,03,00,15,00,00,00,00,00,00,00,00,00,e0,07,03,00,01,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2017",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e1,07,09,00,05,00,16,00,00,00,00,00,00,00,00,00,e1,07,03,00,03,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2018",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e2,07,09,00,06,00,16,00,00,00,00,00,00,00,00,00,e2,07,03,00,04,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2019",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e3,07,09,00,00,00,16,00,00,00,00,00,00,00,00,00,e3,07,03,00,05,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2020",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e4,07,09,00,01,00,15,00,00,00,00,00,00,00,00,00,e4,07,03,00,06,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2021",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e5,07,09,00,03,00,16,00,00,00,00,00,00,00,00,00,e5,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2022",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e6,07,09,00,04,00,16,00,00,00,00,00,00,00,00,00,e6,07,03,00,02,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2023",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e7,07,09,00,05,00,16,00,00,00,00,00,00,00,00,00,e7,07,03,00,03,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2024",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e8,07,09,00,06,00,15,00,00,00,00,00,00,00,00,00,e8,07,03,00,04,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2025",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e9,07,09,00,01,00,16,00,00,00,00,00,00,00,00,00,e9,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2026",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ea,07,09,00,02,00,16,00,00,00,00,00,00,00,00,00,ea,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2027",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,eb,07,09,00,03,00,16,00,00,00,00,00,00,00,00,00,eb,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2028",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ec,07,09,00,04,00,15,00,00,00,00,00,00,00,00,00,ec,07,03,00,02,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2029",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ed,07,09,00,05,00,15,00,00,00,00,00,00,00,00,00,ed,07,03,00,03,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2030",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ee,07,09,00,00,00,16,00,00,00,00,00,00,00,00,00,ee,07,03,00,05,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2031",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ef,07,09,00,01,00,16,00,00,00,00,00,00,00,00,00,ef,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2032",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f0,07,09,00,02,00,15,00,00,00,00,00,00,00,00,00,f0,07,03,00,00,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2033",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f1,07,09,00,03,00,15,00,00,00,00,00,00,00,00,00,f1,07,03,00,01,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2034",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f2,07,09,00,05,00,16,00,00,00,00,00,00,00,00,00,f2,07,03,00,03,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2035",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f3,07,09,00,06,00,16,00,00,00,00,00,00,00,00,00,f3,07,03,00,04,00,16,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2036",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f4,07,09,00,00,00,15,00,00,00,00,00,00,00,00,00,f4,07,03,00,05,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"2037",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f5,07,09,00,01,00,15,00,00,00,00,00,00,00,00,00,f5,07,03,00,06,00,15,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"FirstEntry",0x10001,1991 +HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time\Dynamic DST,"LastEntry",0x10001,2037 HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Display",,"Asia/Jerusalem" HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Dlt",,"Israel Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Std",,"Israel Standard Time" @@ -2893,6 +2994,8 @@ HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time\Dynamic DST,"2075",1,88, HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time\Dynamic DST,"2080",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,20,08,0a,00,00,00,1b,00,02,00,00,00,00,00,00,00,20,08,03,00,05,00,1d,00,02,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time\Dynamic DST,"2086",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,26,08,0a,00,00,00,1b,00,02,00,00,00,00,00,00,00,26,08,03,00,05,00,1d,00,02,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time\Dynamic DST,"2097",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,31,08,0a,00,00,00,1b,00,02,00,00,00,00,00,00,00,31,08,03,00,05,00,1d,00,02,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time\Dynamic DST,"FirstEntry",0x10001,2019 +HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time\Dynamic DST,"LastEntry",0x10001,2097 HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Display",,"Asia/Amman" HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Dlt",,"Jordan Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time,"Std",,"Jordan Standard Time" @@ -2909,6 +3012,8 @@ HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time\Dynamic DST,"2072",1,88, HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time\Dynamic DST,"2078",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,1e,08,0a,00,05,00,1c,00,01,00,00,00,00,00,00,00,1e,08,04,00,05,00,01,00,00,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time\Dynamic DST,"2089",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,29,08,0a,00,05,00,1c,00,01,00,00,00,00,00,00,00,29,08,04,00,05,00,01,00,00,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time\Dynamic DST,"2095",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,2f,08,0a,00,05,00,1c,00,01,00,00,00,00,00,00,00,2f,08,04,00,05,00,01,00,00,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time\Dynamic DST,"FirstEntry",0x10001,2016 +HKLM,%CurrentVersionNT%\Time Zones\Jordan Standard Time\Dynamic DST,"LastEntry",0x10001,2095 HKLM,%CurrentVersionNT%\Time Zones\Kaliningrad Standard Time,"Display",,"Europe/Kaliningrad" HKLM,%CurrentVersionNT%\Time Zones\Kaliningrad Standard Time,"Dlt",,"Kaliningrad Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Kaliningrad Standard Time,"Std",,"Kaliningrad Standard Time" @@ -2964,6 +3069,8 @@ HKLM,%CurrentVersionNT%\Time Zones\Morocco Standard Time\Dynamic DST,"2023",1,00 HKLM,%CurrentVersionNT%\Time Zones\Morocco Standard Time\Dynamic DST,"2024",1,00,00,00,00,00,00,00,00,c4,ff,ff,ff,e8,07,0a,00,00,00,1b,00,03,00,00,00,00,00,00,00,e8,07,04,00,00,00,0e,00,02,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Morocco Standard Time\Dynamic DST,"2025",1,00,00,00,00,00,00,00,00,c4,ff,ff,ff,e9,07,0a,00,00,00,1a,00,03,00,00,00,00,00,00,00,e9,07,04,00,00,00,06,00,02,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Morocco Standard Time\Dynamic DST,"2036",1,00,00,00,00,00,00,00,00,c4,ff,ff,ff,f4,07,0a,00,00,00,13,00,03,00,00,00,00,00,00,00,f4,07,03,00,00,00,1e,00,02,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Morocco Standard Time\Dynamic DST,"FirstEntry",0x10001,2015 +HKLM,%CurrentVersionNT%\Time Zones\Morocco Standard Time\Dynamic DST,"LastEntry",0x10001,2036 HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Display",,"America/Denver" HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Dlt",,"Mountain Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Std",,"Mountain Standard Time" @@ -3089,6 +3196,8 @@ HKLM,%CurrentVersionNT%\Time Zones\Turkey Standard Time,"Dlt",,"Turkey Daylight HKLM,%CurrentVersionNT%\Time Zones\Turkey Standard Time,"Std",,"Turkey Standard Time" HKLM,%CurrentVersionNT%\Time Zones\Turkey Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00 HKLM,%CurrentVersionNT%\Time Zones\Turkey Standard Time\Dynamic DST,"2015",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,df,07,0b,00,00,00,08,00,04,00,00,00,00,00,00,00,df,07,03,00,00,00,1d,00,03,00,00,00,00,00,00,00 +HKLM,%CurrentVersionNT%\Time Zones\Turkey Standard Time\Dynamic DST,"FirstEntry",0x10001,2015 +HKLM,%CurrentVersionNT%\Time Zones\Turkey Standard Time\Dynamic DST,"LastEntry",0x10001,2015 HKLM,%CurrentVersionNT%\Time Zones\Ulaanbaatar Standard Time,"Display",,"Asia/Ulaanbaatar" HKLM,%CurrentVersionNT%\Time Zones\Ulaanbaatar Standard Time,"Dlt",,"Ulaanbaatar Daylight Time" HKLM,%CurrentVersionNT%\Time Zones\Ulaanbaatar Standard Time,"Std",,"Ulaanbaatar Standard Time" @@ -3164,6 +3273,32 @@ ServiceType=1 StartType=2 ErrorControl=1 +[RpcSsService] +Description="RPC service" +DisplayName="Remote Procedure Call (RPC)" +ServiceBinary="%11%\rpcss.exe" +ServiceType=32 +StartType=3 +ErrorControl=1 + +[WineBusService] +Description="Wine Platform Bus Kernel" +DisplayName="Platform Bus Kernel" +ServiceBinary="%12%\winebus.sys" +LoadOrderGroup="WinePlugPlay" +ServiceType=1 +StartType=2 +ErrorControl=1 + +[WineHIDService] +Description="Wine HID Minidriver" +DisplayName="Wine HID" +ServiceBinary="%12%\winehid.sys" +LoadOrderGroup="WinePlugPlay" +ServiceType=1 +StartType=3 +ErrorControl=1 + [SpoolerService] Description="Loads files to memory for later printing" DisplayName="Print Spooler" @@ -3257,30 +3392,29 @@ HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule" HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r" HKLM,"System\CurrentControlSet\Services\Eventlog\Application",,16 HKLM,"System\CurrentControlSet\Services\Eventlog\System",,16 -HKLM,"System\CurrentControlSet\Services\RpcSs",,16 HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters",,16 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16 HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16 HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters\Protocol_Catalog9\Catalog_Entries",,16 [VersionInfo] -HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1" -HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 3" -HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2600" +HKLM,%CurrentVersionNT%,"CurrentVersion",2,"6.1" +HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 1" +HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"7601" HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free" -HKLM,%CurrentVersionNT%,"ProductName",2,"Microsoft Windows XP" +HKLM,%CurrentVersionNT%,"ProductName",2,"Microsoft Windows 7" HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" -HKLM,%Control%\Windows,"CSDVersion",0x10003,0x300 +HKLM,%Control%\Windows,"CSDVersion",0x10003,0x100 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT" [VersionInfo.ntamd64] -HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.2" -HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 2" -HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"3790" +HKLM,%CurrentVersionNT%,"CurrentVersion",2,"6.1" +HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 1" +HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"7601" HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free" -HKLM,%CurrentVersionNT%,"ProductName",2,"Microsoft Windows XP" +HKLM,%CurrentVersionNT%,"ProductName",2,"Microsoft Windows 7" HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT" -HKLM,%Control%\Windows,"CSDVersion",0x10003,0x200 +HKLM,%Control%\Windows,"CSDVersion",0x10003,0x100 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT" [Wow64] @@ -3312,7 +3446,7 @@ HKLM,Software\Wow6432Node\Microsoft\Notepad\DefaultFonts,"SymbolicLinkValue",0x6 HKLM,Software\Wow6432Node\Microsoft\OLE,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\OLE" HKLM,Software\Wow6432Node\Microsoft\RAS,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RAS" HKLM,Software\Wow6432Node\Microsoft\RPC,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\RPC" -HKLM,Software\Wow6432Node\Microsoft\Software\Microsoft\Shared Tools\MSInfo,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Software\Microsoft\Shared Tools\MSInfo" +HKLM,Software\Wow6432Node\Microsoft\Software\Microsoft\Shared Tools\MSInfo,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Shared Tools\MSInfo" HKLM,Software\Wow6432Node\Microsoft\SystemCertificates,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\SystemCertificates" HKLM,Software\Wow6432Node\Microsoft\TermServLicensing,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\TermServLicensing" HKLM,Software\Wow6432Node\Microsoft\Transaction Server,"SymbolicLinkValue",0x60000,"\Registry\Machine\Software\Microsoft\Transaction Server" diff --git a/osu!.app/Contents/Frameworks/wswine.bundle/version b/osu!.app/Contents/Frameworks/wswine.bundle/version index 562dd57..0689dde 100644 --- a/osu!.app/Contents/Frameworks/wswine.bundle/version +++ b/osu!.app/Contents/Frameworks/wswine.bundle/version @@ -1 +1 @@ -WS9Wine1.9.5 +WS9Wine2.22 diff --git a/osu!.app/Contents/Info.plist b/osu!.app/Contents/Info.plist index ecf2eb3..49da2a6 100644 --- a/osu!.app/Contents/Info.plist +++ b/osu!.app/Contents/Info.plist @@ -3,7 +3,7 @@ Associations - osz2 osr osz osu + CFBundleDevelopmentRegion English CFBundleDocumentTypes @@ -30,7 +30,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - osx + stable40 CFBundleVersion Wineskin 2.6.2 CLI Custom Commands @@ -52,9 +52,9 @@ NSPrincipalClass NSApplication Program Flags - -nosplash + Program Name and Path - /osu!/osu!.exe + /Program Files/osu!/osu!.exe Resolution novdx24sleep0 Symlink Desktop @@ -68,15 +68,15 @@ Symlink My Videos $HOME/Movies Symlinks In User Folder - + Try To Use GPU Info - + Use RandR Use XQuartz - + WINEDEBUG= - -all + force Installer to normal windows force wrapper quartz-wm diff --git a/osu!.app/Contents/Resources/.update-timestamp b/osu!.app/Contents/Resources/.update-timestamp index 016c08f..f90ca37 100755 --- a/osu!.app/Contents/Resources/.update-timestamp +++ b/osu!.app/Contents/Resources/.update-timestamp @@ -1 +1 @@ -1458007231 +1528075924 diff --git a/osu!.app/Contents/Resources/Logs/LastRunX11.log b/osu!.app/Contents/Resources/Logs/LastRunX11.log new file mode 100644 index 0000000..cac5ff8 --- /dev/null +++ b/osu!.app/Contents/Resources/Logs/LastRunX11.log @@ -0,0 +1,313 @@ +WineskinX11: main(): argc=12 +Waiting for startup parameters via Mach IPC. +WineskinX11: do_start_x11_server(): argc=12 +Attempting to use pixel depth of 24 +[1747140.400] WineskinX11 starting: +[1747140.400] X.Org X Server 1.13.0 +[1747140.400] Build Date: 20120921 +[1747140.400] _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. +[1747140.411] Initializing built-in extension Generic Event Extension +[1747140.411] Initializing built-in extension SHAPE +[1747140.411] Initializing built-in extension MIT-SHM +[1747140.411] Initializing built-in extension XInputExtension +[1747140.411] Initializing built-in extension XTEST +[1747140.411] Initializing built-in extension BIG-REQUESTS +[1747140.411] Initializing built-in extension SYNC +[1747140.411] Initializing built-in extension XKEYBOARD +[1747140.411] Initializing built-in extension XC-MISC +[1747140.411] Initializing built-in extension XINERAMA +[1747140.411] Initializing built-in extension PseudoramiX +[1747140.411] Initializing built-in extension XFIXES +[1747140.411] Initializing built-in extension RENDER +[1747140.411] Initializing built-in extension RANDR +[1747140.411] Initializing built-in extension DAMAGE +[1747140.411] Initializing built-in extension MIT-SCREEN-SAVER +[1747140.411] Initializing built-in extension DOUBLE-BUFFER +[1747140.411] Initializing built-in extension RECORD +[1747140.411] Initializing built-in extension X-Resource +[1747140.411] Initializing built-in extension XVideo +[1747140.411] Initializing built-in extension XVideo-MotionCompensation +[1747140.411] Initializing built-in extension GLX +[1747140.412] x: 0, y: 0, w: 1920, h: 1057 +[1747140.448] (II) GLX: Initialized Core OpenGL GL provider for screen 0 +[1747140.638] noPseudoramiXExtension=0, pseudoramiXNumScreens=1 +Engine Used: WS9Wine2.22 +Hardware: + + Hardware Overview: + + Model Name: Mac mini + Model Identifier: Macmini7,1 + Processor Name: Intel Core i5 + Processor Speed: 2.6 GHz + Number of Processors: 1 + Total Number of Cores: 2 + L2 Cache (per Core): 256 KB + L3 Cache: 3 MB + Memory: 8 GB + Boot ROM Version: MM71.0230.B00 + SMC Version (system): 2.24f32 + +Graphics/Displays: + + Intel Iris: + + Chipset Model: Intel Iris + Type: GPU + Bus: Built-In + VRAM (Dynamic, Max): 1536 MB + Vendor: Intel + Device ID: 0x0a2e + Revision ID: 0x0009 + Metal: Supported, feature set macOS GPUFamily1 v3 + Displays: + S24E390: + Resolution: 1920 x 1080 (1080p FHD - Full High Definition) + UI Looks like: 1920 x 1080 @ 60 Hz + Framebuffer Depth: 24-Bit Color (ARGB8888) + Main Display: Yes + Mirror: Off + Online: Yes + Rotation: Supported + Automatically Adjust Brightness: No + +Engine Used: WS9Wine2.22 +Hardware: + + Hardware Overview: + + Model Name: Mac mini + Model Identifier: Macmini7,1 + Processor Name: Intel Core i5 + Processor Speed: 2.6 GHz + Number of Processors: 1 + Total Number of Cores: 2 + L2 Cache (per Core): 256 KB + L3 Cache: 3 MB + Memory: 8 GB + Boot ROM Version: MM71.0230.B00 + SMC Version (system): 2.24f32 + +Graphics/Displays: + + Intel Iris: + + Chipset Model: Intel Iris + Type: GPU + Bus: Built-In + VRAM (Dynamic, Max): 1536 MB + Vendor: Intel + Device ID: 0x0a2e + Revision ID: 0x0009 + Metal: Supported, feature set macOS GPUFamily1 v3 + Displays: + S24E390: + Resolution: 1920 x 1080 (1080p FHD - Full High Definition) + UI Looks like: 1920 x 1080 @ 60 Hz + Framebuffer Depth: 24-Bit Color (ARGB8888) + Main Display: Yes + Mirror: Off + Online: Yes + Rotation: Supported + Automatically Adjust Brightness: No + +Engine Used: WS9Wine2.22 +Hardware: + + Hardware Overview: + + Model Name: Mac mini + Model Identifier: Macmini7,1 + Processor Name: Intel Core i5 + Processor Speed: 2.6 GHz + Number of Processors: 1 + Total Number of Cores: 2 + L2 Cache (per Core): 256 KB + L3 Cache: 3 MB + Memory: 8 GB + Boot ROM Version: MM71.0230.B00 + SMC Version (system): 2.24f32 + +Graphics/Displays: + + Intel Iris: + + Chipset Model: Intel Iris + Type: GPU + Bus: Built-In + VRAM (Dynamic, Max): 1536 MB + Vendor: Intel + Device ID: 0x0a2e + Revision ID: 0x0009 + Metal: Supported, feature set macOS GPUFamily1 v3 + Displays: + S24E390: + Resolution: 1920 x 1080 (1080p FHD - Full High Definition) + UI Looks like: 1920 x 1080 @ 60 Hz + Framebuffer Depth: 24-Bit Color (ARGB8888) + Main Display: Yes + Mirror: Off + Online: Yes + Rotation: Supported + Automatically Adjust Brightness: No + +Engine Used: WS9Wine2.22 +Hardware: + + Hardware Overview: + + Model Name: Mac mini + Model Identifier: Macmini7,1 + Processor Name: Intel Core i5 + Processor Speed: 2.6 GHz + Number of Processors: 1 + Total Number of Cores: 2 + L2 Cache (per Core): 256 KB + L3 Cache: 3 MB + Memory: 8 GB + Boot ROM Version: MM71.0230.B00 + SMC Version (system): 2.24f32 + +Graphics/Displays: + + Intel Iris: + + Chipset Model: Intel Iris + Type: GPU + Bus: Built-In + VRAM (Dynamic, Max): 1536 MB + Vendor: Intel + Device ID: 0x0a2e + Revision ID: 0x0009 + Metal: Supported, feature set macOS GPUFamily1 v3 + Displays: + S24E390: + Resolution: 1920 x 1080 (1080p FHD - Full High Definition) + UI Looks like: 1920 x 1080 @ 60 Hz + Framebuffer Depth: 24-Bit Color (ARGB8888) + Main Display: Yes + Mirror: Off + Online: Yes + Rotation: Supported + Automatically Adjust Brightness: No + +Engine Used: WS9Wine2.22 +Hardware: + + Hardware Overview: + + Model Name: Mac mini + Model Identifier: Macmini7,1 + Processor Name: Intel Core i5 + Processor Speed: 2.6 GHz + Number of Processors: 1 + Total Number of Cores: 2 + L2 Cache (per Core): 256 KB + L3 Cache: 3 MB + Memory: 8 GB + Boot ROM Version: MM71.0230.B00 + SMC Version (system): 2.24f32 + +Graphics/Displays: + + Intel Iris: + + Chipset Model: Intel Iris + Type: GPU + Bus: Built-In + VRAM (Dynamic, Max): 1536 MB + Vendor: Intel + Device ID: 0x0a2e + Revision ID: 0x0009 + Metal: Supported, feature set macOS GPUFamily1 v3 + Displays: + S24E390: + Resolution: 1920 x 1080 (1080p FHD - Full High Definition) + UI Looks like: 1920 x 1080 @ 60 Hz + Framebuffer Depth: 24-Bit Color (ARGB8888) + Main Display: Yes + Mirror: Off + Online: Yes + Rotation: Supported + Automatically Adjust Brightness: No + +Engine Used: WS9Wine2.22 +Hardware: + + Hardware Overview: + + Model Name: Mac mini + Model Identifier: Macmini7,1 + Processor Name: Intel Core i5 + Processor Speed: 2.6 GHz + Number of Processors: 1 + Total Number of Cores: 2 + L2 Cache (per Core): 256 KB + L3 Cache: 3 MB + Memory: 8 GB + Boot ROM Version: MM71.0230.B00 + SMC Version (system): 2.24f32 + +Graphics/Displays: + + Intel Iris: + + Chipset Model: Intel Iris + Type: GPU + Bus: Built-In + VRAM (Dynamic, Max): 1536 MB + Vendor: Intel + Device ID: 0x0a2e + Revision ID: 0x0009 + Metal: Supported, feature set macOS GPUFamily1 v3 + Displays: + S24E390: + Resolution: 1920 x 1080 (1080p FHD - Full High Definition) + UI Looks like: 1920 x 1080 @ 60 Hz + Framebuffer Depth: 24-Bit Color (ARGB8888) + Main Display: Yes + Mirror: Off + Online: Yes + Rotation: Supported + Automatically Adjust Brightness: No + +Engine Used: WS9Wine2.22 +Hardware: + + Hardware Overview: + + Model Name: Mac mini + Model Identifier: Macmini7,1 + Processor Name: Intel Core i5 + Processor Speed: 2.6 GHz + Number of Processors: 1 + Total Number of Cores: 2 + L2 Cache (per Core): 256 KB + L3 Cache: 3 MB + Memory: 8 GB + Boot ROM Version: MM71.0230.B00 + SMC Version (system): 2.24f32 + +Graphics/Displays: + + Intel Iris: + + Chipset Model: Intel Iris + Type: GPU + Bus: Built-In + VRAM (Dynamic, Max): 1536 MB + Vendor: Intel + Device ID: 0x0a2e + Revision ID: 0x0009 + Metal: Supported, feature set macOS GPUFamily1 v3 + Displays: + S24E390: + Resolution: 1920 x 1080 (1080p FHD - Full High Definition) + UI Looks like: 1920 x 1080 @ 60 Hz + Framebuffer Depth: 24-Bit Color (ARGB8888) + Main Display: Yes + Mirror: Off + Online: Yes + Rotation: Supported + Automatically Adjust Brightness: No + diff --git a/osu!.app/Contents/Resources/Logs/Winetricks.log b/osu!.app/Contents/Resources/Logs/Winetricks.log new file mode 100644 index 0000000..b1ed413 --- /dev/null +++ b/osu!.app/Contents/Resources/Logs/Winetricks.log @@ -0,0 +1,6 @@ +warning: taskset/cpuset not available on your platform! +Using winetricks 20180603-next - sha256sum: 030723c3f69e8d532608be2d16e8a42432308784a694ff5a885eef291b74f5cf with wine-2.22 and WINEARCH=win32 +Executing w_do_call videomemorysize=1024 +Executing load_videomemorysize 1024 +Setting video memory size to 1024 +Executing wine regedit C:\windows\Temp\_videomemorysize=1024\set-video.reg diff --git a/osu!.app/Contents/Resources/Logs/WinetricksTemp.log b/osu!.app/Contents/Resources/Logs/WinetricksTemp.log new file mode 100644 index 0000000..1bbf75b --- /dev/null +++ b/osu!.app/Contents/Resources/Logs/WinetricksTemp.log @@ -0,0 +1,18 @@ +warning: taskset/cpuset not available on your platform! +Using winetricks 20180603-next - sha256sum: 030723c3f69e8d532608be2d16e8a42432308784a694ff5a885eef291b74f5cf with wine-2.22 and WINEARCH=win32 +w_workaround_wine_bug-34803 +remove_mono +winxp +dotnet40 +gdiplus +wenquanyi +fakechinese +takao +fakejapanese +vlgothic +fakejapanese_vlgothic +baekmuk +fakekorean +unifont +cjkfonts +videomemorysize=1024 diff --git a/osu!.app/Contents/Resources/Wineskin.icns b/osu!.app/Contents/Resources/Wineskin.icns old mode 100644 new mode 100755 diff --git a/osu!.app/Contents/Resources/drive_c/Program Files/Common Files/System/OLE DB/oledb32.dll b/osu!.app/Contents/Resources/drive_c/Program Files/Common Files/System/OLE DB/oledb32.dll index 43b9f79..bd9e861 100755 Binary files a/osu!.app/Contents/Resources/drive_c/Program Files/Common Files/System/OLE DB/oledb32.dll and b/osu!.app/Contents/Resources/drive_c/Program Files/Common Files/System/OLE DB/oledb32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/Program Files/Internet Explorer/iexplore.exe b/osu!.app/Contents/Resources/drive_c/Program Files/Internet Explorer/iexplore.exe index b94609a..cf5e6b7 100755 Binary files a/osu!.app/Contents/Resources/drive_c/Program Files/Internet Explorer/iexplore.exe and b/osu!.app/Contents/Resources/drive_c/Program Files/Internet Explorer/iexplore.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/Program Files/Windows Media Player/wmplayer.exe b/osu!.app/Contents/Resources/drive_c/Program Files/Windows Media Player/wmplayer.exe index 0403d4f..bc7a225 100755 Binary files a/osu!.app/Contents/Resources/drive_c/Program Files/Windows Media Player/wmplayer.exe and b/osu!.app/Contents/Resources/drive_c/Program Files/Windows Media Player/wmplayer.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/Program Files/Windows NT/Accessories/wordpad.exe b/osu!.app/Contents/Resources/drive_c/Program Files/Windows NT/Accessories/wordpad.exe index cd3d88d..9c88af6 100755 Binary files a/osu!.app/Contents/Resources/drive_c/Program Files/Windows NT/Accessories/wordpad.exe and b/osu!.app/Contents/Resources/drive_c/Program Files/Windows NT/Accessories/wordpad.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/Program Files/osu!/discord-rpc.dll b/osu!.app/Contents/Resources/drive_c/Program Files/osu!/discord-rpc.dll new file mode 100755 index 0000000..3f7f0b7 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/Program Files/osu!/discord-rpc.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/Program Files/osu!/osu!.exe b/osu!.app/Contents/Resources/drive_c/Program Files/osu!/osu!.exe new file mode 100755 index 0000000..b121ad6 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/Program Files/osu!/osu!.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/osu!/osu!.cfg b/osu!.app/Contents/Resources/drive_c/osu!/osu!.cfg deleted file mode 100755 index 9d4b424..0000000 --- a/osu!.app/Contents/Resources/drive_c/osu!/osu!.cfg +++ /dev/null @@ -1 +0,0 @@ -_ReleaseStream = Stable40 diff --git a/osu!.app/Contents/Resources/drive_c/users/crossover b/osu!.app/Contents/Resources/drive_c/users/crossover new file mode 120000 index 0000000..1b92e46 --- /dev/null +++ b/osu!.app/Contents/Resources/drive_c/users/crossover @@ -0,0 +1 @@ +Wineskin \ No newline at end of file diff --git a/osu!.app/Contents/Resources/drive_c/windows/Fonts/batang.ttf b/osu!.app/Contents/Resources/drive_c/windows/Fonts/batang.ttf new file mode 100755 index 0000000..fb1a411 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Fonts/batang.ttf differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Fonts/dotum.ttf b/osu!.app/Contents/Resources/drive_c/windows/Fonts/dotum.ttf new file mode 100755 index 0000000..cce39bf Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Fonts/dotum.ttf differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Fonts/gulim.ttf b/osu!.app/Contents/Resources/drive_c/windows/Fonts/gulim.ttf new file mode 100755 index 0000000..8f6cb6c Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Fonts/gulim.ttf differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Fonts/hline.ttf b/osu!.app/Contents/Resources/drive_c/windows/Fonts/hline.ttf new file mode 100755 index 0000000..1351142 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Fonts/hline.ttf differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Fonts/unifont.ttf b/osu!.app/Contents/Resources/drive_c/windows/Fonts/unifont.ttf new file mode 100755 index 0000000..e849341 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Fonts/unifont.ttf differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Fonts/vl-gothic-regular.ttf b/osu!.app/Contents/Resources/drive_c/windows/Fonts/vl-gothic-regular.ttf new file mode 100755 index 0000000..c056caa Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Fonts/vl-gothic-regular.ttf differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Fonts/vl-pgothic-regular.ttf b/osu!.app/Contents/Resources/drive_c/windows/Fonts/vl-pgothic-regular.ttf new file mode 100755 index 0000000..6305f7d Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Fonts/vl-pgothic-regular.ttf differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Installer/119f.msi b/osu!.app/Contents/Resources/drive_c/windows/Installer/119f.msi new file mode 100755 index 0000000..e380f42 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Installer/119f.msi differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Installer/adb9.msi b/osu!.app/Contents/Resources/drive_c/windows/Installer/adb9.msi new file mode 100755 index 0000000..dbccc44 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Installer/adb9.msi differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Installer/wix{3C3901C5-3455-3E0A-A214-0B093A5070A6}.SchedServiceConfig.rmi b/osu!.app/Contents/Resources/drive_c/windows/Installer/wix{3C3901C5-3455-3E0A-A214-0B093A5070A6}.SchedServiceConfig.rmi new file mode 100755 index 0000000..e69de29 diff --git a/osu!.app/Contents/Resources/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen.log b/osu!.app/Contents/Resources/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen.log index 23d83c0..195e892 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen.log and b/osu!.app/Contents/Resources/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen.log differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen_service.log b/osu!.app/Contents/Resources/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen_service.log new file mode 100755 index 0000000..59cba92 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen_service.log differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/explorer.exe b/osu!.app/Contents/Resources/drive_c/windows/explorer.exe index f3de754..3fde2fc 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/explorer.exe and b/osu!.app/Contents/Resources/drive_c/windows/explorer.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/regedit.exe b/osu!.app/Contents/Resources/drive_c/windows/regedit.exe index 164cdb5..1dabba9 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/regedit.exe and b/osu!.app/Contents/Resources/drive_c/windows/regedit.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system.ini b/osu!.app/Contents/Resources/drive_c/windows/system.ini index 5331b88..02a8d0f 100755 --- a/osu!.app/Contents/Resources/drive_c/windows/system.ini +++ b/osu!.app/Contents/Resources/drive_c/windows/system.ini @@ -11,7 +11,7 @@ waveaudio=mciwave.dll msacm.imaadpcm=imaadp32.acm msacm.msadpcm=msadp32.acm msacm.msg711=msg711.acm -msacm.winemp3=winemp3.acm +msacm.l3acm=l3codeca.acm msacm.msgsm610=msgsm32.acm vidc.mrle=msrle32.dll vidc.msvc=msvidc32.dll diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/Speech/Common/sapi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/Speech/Common/sapi.dll new file mode 100755 index 0000000..320bfc1 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/Speech/Common/sapi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/actxprxy.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/actxprxy.dll index f3e7542..27e47d1 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/actxprxy.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/actxprxy.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/adsldpc.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/adsldpc.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/adsldpc.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/advapi32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/advapi32.dll index b711875..95bf252 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/advapi32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/advapi32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/amstream.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/amstream.dll index 158aa35..401bd3e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/amstream.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/amstream.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-appmodel-identity-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-appmodel-identity-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-appmodel-identity-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-appmodel-runtime-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-appmodel-runtime-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-appmodel-runtime-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-appmodel-runtime-l1-1-2.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-appmodel-runtime-l1-1-2.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-appmodel-runtime-l1-1-2.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-apiquery-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-apiquery-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-apiquery-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-appcompat-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-appcompat-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-appcompat-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-appinit-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-appinit-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-appinit-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-atoms-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-atoms-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-atoms-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-bem-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-bem-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-bem-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-com-private-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-com-private-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-com-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-console-l2-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-console-l2-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-console-l2-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-crt-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-crt-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-crt-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-crt-l2-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-crt-l2-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-crt-l2-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-delayload-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-delayload-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-delayload-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-errorhandling-l1-1-3.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-errorhandling-l1-1-3.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-errorhandling-l1-1-3.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-file-l1-2-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-file-l1-2-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-file-l1-2-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-file-l1-2-2.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-file-l1-2-2.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-file-l1-2-2.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-file-l2-1-2.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-file-l2-1-2.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-file-l2-1-2.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-heap-l2-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-heap-l2-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-heap-l2-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-io-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-io-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-io-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-job-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-job-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-job-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-job-l2-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-job-l2-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-job-l2-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-kernel32-private-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-kernel32-private-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-kernel32-private-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-libraryloader-l1-2-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-libraryloader-l1-2-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-libraryloader-l1-2-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-libraryloader-l1-2-2.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-libraryloader-l1-2-2.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-libraryloader-l1-2-2.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-l2-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-l2-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-l2-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-obsolete-l1-2-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-obsolete-l1-2-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-obsolete-l1-2-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-obsolete-l1-3-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-obsolete-l1-3-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-obsolete-l1-3-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-private-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-private-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-localization-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-memory-l1-1-2.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-memory-l1-1-2.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-memory-l1-1-2.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-namespace-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-namespace-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-namespace-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-normalization-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-normalization-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-normalization-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-privateprofile-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-privateprofile-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-privateprofile-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-processtopology-obsolete-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-processtopology-obsolete-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-processtopology-obsolete-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-psapi-ansi-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-psapi-ansi-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-psapi-ansi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-psapi-obsolete-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-psapi-obsolete-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-psapi-obsolete-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-quirks-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-quirks-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-quirks-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-realtime-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-realtime-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-realtime-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-registry-l2-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-registry-l2-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-registry-l2-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-registryuserspecific-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-registryuserspecific-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-registryuserspecific-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-shlwapi-obsolete-l1-2-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-sidebyside-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-sidebyside-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-sidebyside-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-string-l2-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-string-l2-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-string-l2-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-string-obsolete-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-string-obsolete-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-string-obsolete-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-stringansi-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-stringansi-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-stringansi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-synch-ansi-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-synch-ansi-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-synch-ansi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-synch-l1-2-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-synch-l1-2-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-synch-l1-2-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-threadpool-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-threadpool-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-threadpool-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-threadpool-private-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-threadpool-private-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-threadpool-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-toolhelp-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-toolhelp-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-toolhelp-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-version-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-version-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-version-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-version-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-version-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-version-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-version-private-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-version-private-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-version-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-versionansi-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-versionansi-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-versionansi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-windowserrorreporting-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-windowserrorreporting-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-windowserrorreporting-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-winrt-errorprivate-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-winrt-errorprivate-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-winrt-errorprivate-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-wow64-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-wow64-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-wow64-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-xstate-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-xstate-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-core-xstate-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-devices-config-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-devices-config-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-devices-config-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-devices-query-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-devices-query-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-devices-query-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-downlevel-user32-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-downlevel-user32-l1-1-0.dll index edbf1a6..52b09b6 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-downlevel-user32-l1-1-0.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-downlevel-user32-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-dx-d3dkmt-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-dx-d3dkmt-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-dx-d3dkmt-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventing-consumer-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventing-consumer-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventing-consumer-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventing-controller-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventing-controller-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventing-controller-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventing-legacy-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventing-legacy-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventing-legacy-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventlog-legacy-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventlog-legacy-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-eventlog-legacy-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-joystick-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-joystick-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-joystick-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-misc-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-misc-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-misc-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-mme-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-mme-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-mme-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-time-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-time-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-mm-time-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-ntuser-rectangle-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-ntuser-rectangle-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-ntuser-rectangle-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-power-base-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-power-base-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-power-base-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-power-setting-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-power-setting-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-power-setting-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-rtcore-ntuser-private-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-rtcore-ntuser-private-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-rtcore-ntuser-private-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-activedirectoryclient-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-activedirectoryclient-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-activedirectoryclient-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-audit-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-audit-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-audit-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-base-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-base-l1-1-0.dll index 9cd8f50..849b35d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-base-l1-1-0.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-base-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-base-private-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-base-private-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-base-private-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-credentials-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-credentials-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-credentials-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-grouppolicy-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-grouppolicy-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-grouppolicy-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-lsalookup-l2-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-lsalookup-l2-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-lsalookup-l2-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-lsapolicy-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-lsapolicy-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-lsapolicy-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-provider-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-provider-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-provider-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-systemfunctions-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-systemfunctions-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-security-systemfunctions-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-core-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-core-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-core-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-management-l2-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-management-l2-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-management-l2-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-private-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-private-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-private-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-winsvc-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-winsvc-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-service-winsvc-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-shcore-scaling-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-shcore-scaling-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-shcore-scaling-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-shell-shellcom-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-shell-shellcom-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-shell-shellcom-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-shell-shellfolders-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-shell-shellfolders-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/api-ms-win-shell-shellfolders-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/appwiz.cpl b/osu!.app/Contents/Resources/drive_c/windows/system32/appwiz.cpl index 4653ade..c22a6c7 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/appwiz.cpl and b/osu!.app/Contents/Resources/drive_c/windows/system32/appwiz.cpl differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/atl.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/atl.dll index 5c92d1f..0a49638 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/atl.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/atl.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/atl100.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/atl100.dll index dbd292f..cf98d9e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/atl100.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/atl100.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/atl110.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/atl110.dll index 0e1819c..2c94ac7 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/atl110.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/atl110.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/atl80.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/atl80.dll index 496b235..75f7771 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/atl80.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/atl80.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/atl90.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/atl90.dll index a0cb982..4d01828 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/atl90.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/atl90.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/avifil32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/avifil32.dll index 0d32aba..e8eb959 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/avifil32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/avifil32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/bcrypt.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/bcrypt.dll index bcd7ccb..35bfb45 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/bcrypt.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/bcrypt.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/browseui.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/browseui.dll index 964ef73..71995f3 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/browseui.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/browseui.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/cabinet.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/cabinet.dll index aaa574c..98018a0 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/cabinet.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/cabinet.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/cards.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/cards.dll index 59c2998..54bcbb4 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/cards.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/cards.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/cmd.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/cmd.exe index 9445137..9455f05 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/cmd.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/cmd.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/comcat.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/comcat.dll index 9ed7de5..728a64b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/comcat.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/comcat.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/comctl32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/comctl32.dll index 6275715..d67685b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/comctl32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/comctl32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/comdlg32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/comdlg32.dll index e97b0e8..f92d5f5 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/comdlg32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/comdlg32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/comsvcs.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/comsvcs.dll index df540e5..10f2296 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/comsvcs.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/comsvcs.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/concrt140.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/concrt140.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/concrt140.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/conhost.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/conhost.exe index 81d47e5..0998c00 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/conhost.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/conhost.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/crypt32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/crypt32.dll index 9a1acb0..e74fa47 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/crypt32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/crypt32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/cryptui.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/cryptui.dll index 1581c06..9a90e39 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/cryptui.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/cryptui.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d2d1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d2d1.dll index ce4698e..fb58418 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d2d1.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d2d1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10.dll index e9570a7..2396ad2 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10_1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10_1.dll index fae179f..7b5ffa5 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10_1.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10_1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10core.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10core.dll index 9087d0c..f16d6d9 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10core.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d10core.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d11.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d11.dll index 711cf3a..16fa81f 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d11.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d11.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d8.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d8.dll index 7b7aaf6..847545b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d8.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d8.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d9.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d9.dll index 8dd1436..f1ffff9 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3d9.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3d9.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_33.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_33.dll index 338d854..10be82d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_33.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_33.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_34.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_34.dll index 6d9fc53..68d1d1b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_34.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_34.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_35.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_35.dll index 6567218..24f1158 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_35.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_35.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_36.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_36.dll index 93a04a8..9bd71e8 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_36.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_36.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_37.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_37.dll index 209686f..aabdc53 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_37.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_37.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_38.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_38.dll index 0c35cdb..f69e8b5 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_38.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_38.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_39.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_39.dll index 97c76cf..faf93dc 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_39.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_39.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_40.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_40.dll index 6f5036f..c84dca4 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_40.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_40.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_41.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_41.dll index 1d2c9d4..b877141 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_41.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_41.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_42.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_42.dll index 81930d5..8d94230 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_42.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_42.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_43.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_43.dll index 52ef403..a3ada35 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_43.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_43.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_46.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_46.dll index a8fa8d1..437e48a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_46.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_46.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_47.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_47.dll index 42af120..05f0110 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_47.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dcompiler_47.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dim.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dim.dll index 6c210a6..1e1b97a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dim.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dim.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3drm.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3drm.dll index daff58c..3aba87e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3drm.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3drm.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_33.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_33.dll index 613f8fc..13caa32 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_33.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_33.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_34.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_34.dll index f52195a..598c970 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_34.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_34.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_35.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_35.dll index bab0ac0..4bf7564 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_35.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_35.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_36.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_36.dll index 6bdb180..88a8a5c 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_36.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_36.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_37.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_37.dll index 4953564..ad6d2bd 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_37.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_37.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_38.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_38.dll index edc008b..a4605d3 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_38.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_38.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_39.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_39.dll index f1adae2..f46465d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_39.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_39.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_40.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_40.dll index f97ea1a..96bb791 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_40.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_40.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_41.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_41.dll index 141bf40..43355a3 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_41.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_41.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_42.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_42.dll index 33c3fa3..1257492 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_42.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_42.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_43.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_43.dll index 30b15a7..f38657e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_43.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx10_43.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx11_42.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx11_42.dll index c5ec5c6..068aa4d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx11_42.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx11_42.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx11_43.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx11_43.dll index 60e65fe..c23e175 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx11_43.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx11_43.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_24.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_24.dll index 992702c..fc5d13a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_24.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_24.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_25.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_25.dll index 1536e74..a38ad9a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_25.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_25.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_26.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_26.dll index 5ffabef..866ca0e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_26.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_26.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_27.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_27.dll index 392c775..88b1e4b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_27.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_27.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_28.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_28.dll index 4ad7002..8be94a6 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_28.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_28.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_29.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_29.dll index 2323a90..a39986c 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_29.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_29.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_30.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_30.dll index d2f16a1..03fc752 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_30.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_30.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_31.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_31.dll index 428d15b..819c20f 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_31.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_31.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_32.dll index 2bd474e..dc30a49 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_33.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_33.dll index e4813c9..17db9ad 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_33.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_33.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_34.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_34.dll index 2c7515d..4ed335a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_34.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_34.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_35.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_35.dll index 93ef70d..952f472 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_35.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_35.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_36.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_36.dll index 807264c..8a7f0e9 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_36.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_36.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_37.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_37.dll index 0d4eaba..bf8c96a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_37.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_37.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_38.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_38.dll index 29e3877..59aaa93 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_38.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_38.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_39.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_39.dll index 21f6935..9d72d32 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_39.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_39.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_40.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_40.dll index 0300074..a13e6e4 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_40.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_40.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_41.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_41.dll index 8218b87..8b98d26 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_41.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_41.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_42.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_42.dll index e9e05b5..8e4006b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_42.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_42.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_43.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_43.dll index f4a0e68..ca2ceb6 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_43.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dx9_43.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dxof.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dxof.dll index cc1c006..0a48099 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/d3dxof.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/d3dxof.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dbghelp.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dbghelp.dll index d85e3aa..6f29809 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dbghelp.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dbghelp.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ddraw.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ddraw.dll index bd677fc..37def01 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/ddraw.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/ddraw.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/devenum.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/devenum.dll index c6d028f..28a1ef7 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/devenum.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/devenum.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dinput.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dinput.dll index 939eb10..1d8599d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dinput.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dinput.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dinput8.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dinput8.dll index 46e3788..69cbe05 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dinput8.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dinput8.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dmband.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dmband.dll index c24c879..260404c 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dmband.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dmband.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dmcompos.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dmcompos.dll index 7fc6540..c068a36 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dmcompos.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dmcompos.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dmime.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dmime.dll index 58ed3d9..c1ebe8e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dmime.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dmime.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dmloader.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dmloader.dll index de26391..80b768d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dmloader.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dmloader.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dmscript.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dmscript.dll index 44f5fdf..4d47c85 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dmscript.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dmscript.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dmstyle.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dmstyle.dll index 7b3a21b..d8b9627 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dmstyle.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dmstyle.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dmsynth.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dmsynth.dll index 4fd9618..059887d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dmsynth.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dmsynth.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dmusic.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dmusic.dll index 44550af..3dfc3da 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dmusic.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dmusic.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dmusic32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dmusic32.dll index ec6557d..35f31d3 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dmusic32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dmusic32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dnsapi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dnsapi.dll index 62cb16e..bc9dd2a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dnsapi.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dnsapi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dplay.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dplay.dll index da594be..963b56c 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dplay.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dplay.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dplayx.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dplayx.dll index 1121d93..f1503be 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dplayx.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dplayx.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dpnaddr.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dpnaddr.dll index f944849..f21e063 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dpnaddr.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dpnaddr.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dpnet.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dpnet.dll index cd57f10..48ca785 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dpnet.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dpnet.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dpnhpast.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dpnhpast.dll index 5f9d627..a53f0b6 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dpnhpast.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dpnhpast.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dpnlobby.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dpnlobby.dll index 4e299ed..d9ba59d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dpnlobby.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dpnlobby.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dpvoice.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dpvoice.dll index b811e5a..6095d87 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dpvoice.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dpvoice.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/drivers/winebus.sys b/osu!.app/Contents/Resources/drive_c/windows/system32/drivers/winebus.sys new file mode 100755 index 0000000..711ad03 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/drivers/winebus.sys differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/drivers/winehid.sys b/osu!.app/Contents/Resources/drive_c/windows/system32/drivers/winehid.sys new file mode 100755 index 0000000..711ad03 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/drivers/winehid.sys differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dsound.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dsound.dll index 5f3669d..43f0a83 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dsound.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dsound.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dsquery.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dsquery.dll new file mode 100755 index 0000000..ffb3ac5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/dsquery.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dswave.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dswave.dll index 2984a2e..b27e846 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dswave.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dswave.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dwmapi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dwmapi.dll index 0301a2e..3855d18 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dwmapi.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dwmapi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dx8vb.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dx8vb.dll new file mode 100755 index 0000000..39b4abe Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/dx8vb.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dxdiagn.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dxdiagn.dll index 8e1e638..c98c42d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dxdiagn.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dxdiagn.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/dxgi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/dxgi.dll index 37719e0..22f3b55 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/dxgi.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/dxgi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/explorer.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/explorer.exe index f3de754..3fde2fc 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/explorer.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/explorer.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/explorerframe.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/explorerframe.dll index 3b6f407..90ded21 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/explorerframe.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/explorerframe.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-authz-context-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-authz-context-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-authz-context-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-domainjoin-netjoin-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-domainjoin-netjoin-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-domainjoin-netjoin-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-dc-create-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-dc-create-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-dc-create-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-dc-l1-2-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-dc-l1-2-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-dc-l1-2-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-draw-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-draw-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-draw-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-render-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-render-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-gdi-render-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-kernel32-package-current-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-kernel32-package-current-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-kernel32-package-current-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-kernel32-package-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-kernel32-package-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-kernel32-package-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-message-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-message-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-message-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-private-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-private-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-private-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-window-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-window-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-window-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-windowclass-l1-1-1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-windowclass-l1-1-1.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ntuser-windowclass-l1-1-1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ras-rasapi32-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ras-rasapi32-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-ras-rasapi32-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-gdi-object-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-gdi-object-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-gdi-object-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-ntuser-dpi-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-security-credui-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-security-credui-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-security-credui-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-security-cryptui-l1-1-0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-security-cryptui-l1-1-0.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ext-ms-win-security-cryptui-l1-1-0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/fltlib.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/fltlib.dll index ac6b964..eb4c837 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/fltlib.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/fltlib.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/fsutil.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/fsutil.exe new file mode 100755 index 0000000..4e6608f Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/fsutil.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/gameux.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/gameux.dll index bcd12fc..09e6dd1 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/gameux.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/gameux.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/gdi.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/gdi.exe index f85986a..501809c 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/gdi.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/gdi.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/gdi32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/gdi32.dll index 07e9340..60cf896 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/gdi32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/gdi32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/gecko/plugin/npmshtml.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/gecko/plugin/npmshtml.dll index dc824e2..e4470b1 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/gecko/plugin/npmshtml.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/gecko/plugin/npmshtml.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/hal.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/hal.dll index 64a3d86..acd40d6 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/hal.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/hal.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/hhctrl.ocx b/osu!.app/Contents/Resources/drive_c/windows/system32/hhctrl.ocx index cf5205c..b9d554b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/hhctrl.ocx and b/osu!.app/Contents/Resources/drive_c/windows/system32/hhctrl.ocx differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/hid.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/hid.dll index e3a0c83..fe3dd56 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/hid.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/hid.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/hnetcfg.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/hnetcfg.dll index 1ccf512..35d0614 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/hnetcfg.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/hnetcfg.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ieframe.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ieframe.dll index 3dd604d..186452e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/ieframe.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/ieframe.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ieproxy.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ieproxy.dll new file mode 100755 index 0000000..a2b5ffd Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ieproxy.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/iexplore.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/iexplore.exe index b94609a..cf5e6b7 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/iexplore.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/iexplore.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/imm32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/imm32.dll index 7535437..1f6653e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/imm32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/imm32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/inetcomm.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/inetcomm.dll index bbb8eb8..a9566a0 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/inetcomm.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/inetcomm.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/inetcpl.cpl b/osu!.app/Contents/Resources/drive_c/windows/system32/inetcpl.cpl index ffa85d6..e992a4a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/inetcpl.cpl and b/osu!.app/Contents/Resources/drive_c/windows/system32/inetcpl.cpl differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/iphlpapi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/iphlpapi.dll index 9d2beca..f41179a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/iphlpapi.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/iphlpapi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/iprop.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/iprop.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/iprop.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/joy.cpl b/osu!.app/Contents/Resources/drive_c/windows/system32/joy.cpl index d4744d7..2a00006 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/joy.cpl and b/osu!.app/Contents/Resources/drive_c/windows/system32/joy.cpl differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/jscript.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/jscript.dll index 9579127..f06a05d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/jscript.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/jscript.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/kerberos.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/kerberos.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/kerberos.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/kernel32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/kernel32.dll index 2dd8d37..70bd54a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/kernel32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/kernel32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/kernelbase.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/kernelbase.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/kernelbase.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/krnl386.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/krnl386.exe index cf0c2ec..20fcbd1 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/krnl386.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/krnl386.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/l3codeca.acm b/osu!.app/Contents/Resources/drive_c/windows/system32/l3codeca.acm new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/l3codeca.acm differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/l_intl.nls b/osu!.app/Contents/Resources/drive_c/windows/system32/l_intl.nls index 5833faf..50710a6 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/l_intl.nls and b/osu!.app/Contents/Resources/drive_c/windows/system32/l_intl.nls differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/localspl.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/localspl.dll index f5d7bbb..f2d563f 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/localspl.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/localspl.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/localui.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/localui.dll index d0aa787..13cbed2 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/localui.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/localui.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/lz32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/lz32.dll index 3c9e9eb..c0eed4d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/lz32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/lz32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mapi32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mapi32.dll index 3df79cf..56fbdb2 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mapi32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/mapi32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mciqtz32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mciqtz32.dll index a7f3b99..461f775 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mciqtz32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/mciqtz32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mdacxmlx.inf b/osu!.app/Contents/Resources/drive_c/windows/system32/mdacxmlx.inf deleted file mode 100755 index 34bb33c..0000000 --- a/osu!.app/Contents/Resources/drive_c/windows/system32/mdacxmlx.inf +++ /dev/null @@ -1,54 +0,0 @@ -[version] -Signature="$Windows NT$" -Class=%ExceptionClassDesc% -ClassGuid={F5776D81-AE53-4935-8E84-B0B283D8BCEF} -Provider=%Msft% -CatalogFile=msxmlx.cat -ComponentId={C53A407B-397A-4eec-812F-E951673CDE7F} -DriverVer=4-25-2005, 2.81.1117.6 -FriendlyName=MSXML 3.0 Exception Package -VersionMajor=2 -VersionMinor=81 -BuildNumber=1117 -QFENumber=6 - - -[SourceDisksNames] -55=%ID1%,"MSXMLX.CAB",0 - -[SourceDisksFiles] -msxmlx.inf=55,, -msxml3.dll=55,, -msxml3r.dll=55,, - -[DefaultInstall] -RequiredEngine=SETUPAPI -ComponentName=MSXML_MDAC28 -Realversion=2.81.1117.6 -ComponentVersion=3.81.1117.6 -Copyfiles=INFDIR,SYSTEMDIR -RegisterOCXs=RegFiles - -Realversion=2.81.1117.6 - - - - -[Strings] -ID1="MSXML Installer" -Msft="Microsoft" -ExceptionClassDesc="Exception Package" - -[DestinationDirs] -INFDIR=16427,"Microsoft Shared\dasetup" -SYSTEMDIR=11 - -[INFDIR] -msxmlx.inf,,,96 - -[SYSTEMDIR] -msxml3.dll,,,96 -msxml3r.dll,,,96 - -[RegFiles] -%11%\msxml3.dll diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mf3216.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mf3216.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/mf3216.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mmcndmgr.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mmcndmgr.dll index 7975de7..bf51094 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mmcndmgr.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/mmcndmgr.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mouse.drv b/osu!.app/Contents/Resources/drive_c/windows/system32/mouse.drv index ff82d67..0c48e94 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mouse.drv and b/osu!.app/Contents/Resources/drive_c/windows/system32/mouse.drv differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mpr.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mpr.dll index 05fb497..ca57c76 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mpr.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/mpr.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mscms.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mscms.dll index 895212b..5736dea 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mscms.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/mscms.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msctf.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msctf.dll index 1179cc6..e0e2e17 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msctf.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msctf.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msctfp.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msctfp.dll index 7a8bcee..e12f72f 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msctfp.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msctfp.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msdmo.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msdmo.dll index 4bd81bf..c51d9af 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msdmo.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msdmo.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msftedit.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msftedit.dll index 5a40b8d..e630944 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msftedit.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msftedit.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mshtml.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mshtml.dll index bd22c12..c3e7cc2 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mshtml.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/mshtml.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mshtml.tlb b/osu!.app/Contents/Resources/drive_c/windows/system32/mshtml.tlb index c131894..05391d9 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mshtml.tlb and b/osu!.app/Contents/Resources/drive_c/windows/system32/mshtml.tlb differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msi.dll index af3bde6..79cc9b5 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msi.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msiexec.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/msiexec.exe index 2877b49..0e6b66d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msiexec.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/msiexec.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msinfo32.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/msinfo32.exe new file mode 100755 index 0000000..837fc7b Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/msinfo32.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mspatcha.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mspatcha.dll index 4fbc236..437e16e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mspatcha.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/mspatcha.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msports.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msports.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/msports.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msscript.ocx b/osu!.app/Contents/Resources/drive_c/windows/system32/msscript.ocx index 9db5c4c..cd33c62 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msscript.ocx and b/osu!.app/Contents/Resources/drive_c/windows/system32/msscript.ocx differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msvcp140.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msvcp140.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/msvcp140.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msvcr100.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msvcr100.dll index 2c90df9..ba9338a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msvcr100.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msvcr100.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msvcrt.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msvcrt.dll index 79ddd7e..034d4f6 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msvcrt.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msvcrt.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mswsock.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mswsock.dll index 5c84a2a..a31f023 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/mswsock.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/mswsock.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml.dll index 8b5f5ed..f35075b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml2.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml2.dll index 8a9dcc8..81050cf 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml2.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml2.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml3.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml3.dll index cb79922..ba55acb 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml3.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml3.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml3r.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml3r.dll deleted file mode 100755 index 1ad7e1e..0000000 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml3r.dll and /dev/null differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml4.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml4.dll index e168507..15195c9 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml4.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml4.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml6.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml6.dll index 6a83cba..de4c975 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msxml6.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/msxml6.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msxmlx.cat b/osu!.app/Contents/Resources/drive_c/windows/system32/msxmlx.cat deleted file mode 100755 index 94f6119..0000000 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/msxmlx.cat and /dev/null differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/msxmlx.inf b/osu!.app/Contents/Resources/drive_c/windows/system32/msxmlx.inf deleted file mode 100755 index 92a2fcc..0000000 --- a/osu!.app/Contents/Resources/drive_c/windows/system32/msxmlx.inf +++ /dev/null @@ -1,46 +0,0 @@ -[version] -Signature="$Windows NT$" -Class=%ExceptionClassDesc% -ClassGuid={F5776D81-AE53-4935-8E84-B0B283D8BCEF} -Provider=%Msft% -CatalogFile=msxmlx.cat -ComponentId={1D099D24-8FDF-46DD-9EA3-31D6E9A73E9F} -DriverVer=7-1-2003, 8.70.1104.04 -FriendlyName=MSXML 3.0 Exception Package -VersionMajor=8 -VersionMinor=70 -BuildNumber=1104 - -[SourceDisksNames] -50=%ID1%,"MSXMLX.CAB",0 - -[SourceDisksFiles] -msxmlx.inf=50,, -msxml3.dll=50,, -msxml3r.dll=50,, - -[DefaultInstall] -RequiredEngine=SETUPAPI -ComponentName=MSXML3 -ComponentVersion=8.70.1104.04 -Copyfiles=INFDIR,SYSTEMDIR -RegisterOCXs=RegFiles - -[Strings] -ID1="MSXML Installer" -Msft="Microsoft" -ExceptionClassDesc="Exception Package" - -[DestinationDirs] -INFDIR=16427,"Microsoft Shared\dasetup" -SYSTEMDIR=11 - -[INFDIR] -msxmlx.inf,,,96 - -[SYSTEMDIR] -msxml3.dll,,,96 -msxml3r.dll,,,96 - -[RegFiles] -%11%\msxml3.dll diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/mtxdm.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/mtxdm.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/mtxdm.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ncrypt.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ncrypt.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/ncrypt.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ntdll.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ntdll.dll index 9415213..d2a1530 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/ntdll.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/ntdll.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ntoskrnl.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/ntoskrnl.exe index e8589a2..b20e707 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/ntoskrnl.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/ntoskrnl.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ntprint.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ntprint.dll index 81d43c4..e528502 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/ntprint.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/ntprint.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/objsel.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/objsel.dll index 89c9d29..5792e1f 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/objsel.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/objsel.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/odbc32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/odbc32.dll index bc7d17a..74ad9af 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/odbc32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/odbc32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/odbccu32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/odbccu32.dll index e45ff4e..2dc9ad3 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/odbccu32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/odbccu32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ole2nls.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ole2nls.dll index 5a776ac..041240d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/ole2nls.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/ole2nls.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ole32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ole32.dll index 0cc3a9a..101843b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/ole32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/ole32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/oleacc.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/oleacc.dll index 16f234d..ab8c8b8 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/oleacc.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/oleacc.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/oleaut32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/oleaut32.dll index ac6375a..1f37517 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/oleaut32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/oleaut32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/olepro32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/olepro32.dll index 05b00d8..e69f5c3 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/olepro32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/olepro32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/olethk32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/olethk32.dll index 489ebb5..1039a44 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/olethk32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/olethk32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/oleview.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/oleview.exe index bcbafcb..0566c12 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/oleview.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/oleview.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/opengl32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/opengl32.dll index 8089cb3..84ee330 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/opengl32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/opengl32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/packager.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/packager.dll index 0f7023b..849d24f 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/packager.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/packager.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/photometadatahandler.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/photometadatahandler.dll index ef8f089..44ae438 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/photometadatahandler.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/photometadatahandler.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/powershell.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/powershell.exe new file mode 100755 index 0000000..4e6608f Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/powershell.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/printui.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/printui.dll index 6a0481d..c1459f7 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/printui.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/printui.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/psapi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/psapi.dll index da00aea..590e845 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/psapi.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/psapi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/pstorec.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/pstorec.dll index 15b3d0d..f0fe517 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/pstorec.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/pstorec.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/qcap.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/qcap.dll index 2d7ea14..cc10f59 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/qcap.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/qcap.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/qedit.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/qedit.dll index 1db32c5..ad76c64 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/qedit.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/qedit.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/qmgrprxy.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/qmgrprxy.dll index a433aa8..672ab07 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/qmgrprxy.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/qmgrprxy.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/quartz.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/quartz.dll index 74a971d..b89df6a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/quartz.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/quartz.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/reg.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/reg.exe index 07c0a19..90c0bf9 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/reg.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/reg.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/regsvr32.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/regsvr32.exe index 2be9864..7e9d77f 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/regsvr32.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/regsvr32.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/riched20.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/riched20.dll index e73e2f5..fcd2f64 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/riched20.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/riched20.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/riched32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/riched32.dll index 47965dd..acca831 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/riched32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/riched32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/rpcrt4.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/rpcrt4.dll index 1e61bb3..5eb49dd 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/rpcrt4.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/rpcrt4.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/rsabase.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/rsabase.dll index 0894470..defa930 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/rsabase.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/rsabase.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/rsaenh.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/rsaenh.dll index 697b1fc..9e68dd1 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/rsaenh.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/rsaenh.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/schannel.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/schannel.dll index 8cd6c62..7777b22 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/schannel.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/schannel.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/scrobj.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/scrobj.dll new file mode 100755 index 0000000..8d33a54 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/scrobj.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/scrrun.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/scrrun.dll index 393d271..fe4a9cc 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/scrrun.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/scrrun.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/serialui.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/serialui.dll index 2cc75e8..864b3af 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/serialui.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/serialui.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/shdocvw.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/shdocvw.dll index 9404880..f3fa2e2 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/shdocvw.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/shdocvw.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/shell.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/shell.dll index d9c2be5..ce30765 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/shell.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/shell.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/shell32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/shell32.dll index c9dd433..d97a302 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/shell32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/shell32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/shfolder.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/shfolder.dll index bf30363..906274e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/shfolder.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/shfolder.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/shlwapi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/shlwapi.dll index 7d411fa..404917b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/shlwapi.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/shlwapi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/sspicli.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/sspicli.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/sspicli.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/stdole2.tlb b/osu!.app/Contents/Resources/drive_c/windows/system32/stdole2.tlb index f03cb50..b5d9c2d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/stdole2.tlb and b/osu!.app/Contents/Resources/drive_c/windows/system32/stdole2.tlb differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/stdole32.tlb b/osu!.app/Contents/Resources/drive_c/windows/system32/stdole32.tlb index b73b0a4..3214194 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/stdole32.tlb and b/osu!.app/Contents/Resources/drive_c/windows/system32/stdole32.tlb differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/subst.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/subst.exe new file mode 100755 index 0000000..4e6608f Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/subst.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/tasklist.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/tasklist.exe index bfdc127..6ed3f57 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/tasklist.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/tasklist.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/taskmgr.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/taskmgr.exe index c3a181d..3b1f887 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/taskmgr.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/taskmgr.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/taskschd.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/taskschd.dll index 842edf3..047afcd 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/taskschd.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/taskschd.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/tdh.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/tdh.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/tdh.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/uiribbon.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/uiribbon.dll new file mode 100755 index 0000000..a6435ee Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/uiribbon.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/urlmon.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/urlmon.dll index 57ba8ba..60ad12c 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/urlmon.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/urlmon.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/user.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/user.exe index 2770dbc..f6abf2a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/user.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/user.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/user32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/user32.dll index 9ec7582..729a2e0 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/user32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/user32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/uxtheme.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/uxtheme.dll index d3eec6f..6b93955 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/uxtheme.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/uxtheme.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/vbscript.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/vbscript.dll index 76febae..f1daff0 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/vbscript.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/vbscript.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/vcomp140.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/vcomp140.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/vcomp140.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/version.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/version.dll index 748e05a..e5345a5 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/version.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/version.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/virtdisk.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/virtdisk.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/virtdisk.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wbem/wbemdisp.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wbem/wbemdisp.dll index 7e99b11..904d64e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wbem/wbemdisp.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wbem/wbemdisp.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wbem/wmic.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/wbem/wmic.exe index 045e256..709e2ab 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wbem/wmic.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/wbem/wmic.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/windowscodecs.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/windowscodecs.dll index f27eb59..28214ef 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/windowscodecs.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/windowscodecs.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winecfg.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/winecfg.exe index 1e94e31..11c8353 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/winecfg.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/winecfg.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wineconsole.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/wineconsole.exe index c009c98..dc33fce 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wineconsole.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/wineconsole.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wined3d.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wined3d.dll index a9753a4..e7586ad 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wined3d.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wined3d.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winefile.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/winefile.exe index a189169..1a0e6c1 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/winefile.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/winefile.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winemac.drv b/osu!.app/Contents/Resources/drive_c/windows/system32/winemac.drv index efca2cb..77f9a43 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/winemac.drv and b/osu!.app/Contents/Resources/drive_c/windows/system32/winemac.drv differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winemine.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/winemine.exe index 00139f9..868254d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/winemine.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/winemine.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wineps.drv b/osu!.app/Contents/Resources/drive_c/windows/system32/wineps.drv index 2afd70e..319dd76 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wineps.drv and b/osu!.app/Contents/Resources/drive_c/windows/system32/wineps.drv differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wineqtdecoder.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wineqtdecoder.dll index f9dbe1f..77cc3eb 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wineqtdecoder.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wineqtdecoder.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winex11.drv b/osu!.app/Contents/Resources/drive_c/windows/system32/winex11.drv index 18961c5..88a042f 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/winex11.drv and b/osu!.app/Contents/Resources/drive_c/windows/system32/winex11.drv differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winhttp.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/winhttp.dll index 5cdb05a..b09e7cc 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/winhttp.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/winhttp.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wininet.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wininet.dll index b270813..d39838d 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wininet.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wininet.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winscard.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/winscard.dll index 4f22810..5ba6811 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/winscard.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/winscard.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winspool.drv b/osu!.app/Contents/Resources/drive_c/windows/system32/winspool.drv index 9ffc6a6..6794d7b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/winspool.drv and b/osu!.app/Contents/Resources/drive_c/windows/system32/winspool.drv differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wintrust.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wintrust.dll index ef299b1..e14d19e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wintrust.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wintrust.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winusb.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/winusb.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/winusb.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/winver.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/winver.exe index 36e9bc0..8181753 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/winver.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/winver.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wldap32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wldap32.dll index a88af8b..e4abc10 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wldap32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wldap32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wmasf.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wmasf.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/wmasf.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wmp.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wmp.dll index cfa1652..232006b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wmp.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wmp.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wmphoto.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wmphoto.dll new file mode 100755 index 0000000..6c9731b Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/wmphoto.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wmvcore.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wmvcore.dll index df540e5..97d2c23 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wmvcore.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wmvcore.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wpc.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wpc.dll new file mode 100755 index 0000000..a1e43a1 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/wpc.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wpcap.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wpcap.dll index 58c1866..fd7c678 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wpcap.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wpcap.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/ws2_32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/ws2_32.dll index 37013f0..3869129 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/ws2_32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/ws2_32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wscript.exe b/osu!.app/Contents/Resources/drive_c/windows/system32/wscript.exe index e2465a9..72e8836 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wscript.exe and b/osu!.app/Contents/Resources/drive_c/windows/system32/wscript.exe differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wsdapi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wsdapi.dll new file mode 100755 index 0000000..df540e5 Binary files /dev/null and b/osu!.app/Contents/Resources/drive_c/windows/system32/wsdapi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wshom.ocx b/osu!.app/Contents/Resources/drive_c/windows/system32/wshom.ocx index 8fb3ac9..37137aa 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wshom.ocx and b/osu!.app/Contents/Resources/drive_c/windows/system32/wshom.ocx differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wsock32.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wsock32.dll index 238f76c..781107a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wsock32.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wsock32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wuapi.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wuapi.dll index d57d944..f99ef53 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wuapi.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wuapi.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/wuaueng.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/wuaueng.dll index 53ebb3d..6e3267a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/wuaueng.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/wuaueng.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_1.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_1.dll index 7992231..7958dab 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_1.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_1.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_2.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_2.dll index 19038c4..974e1e8 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_2.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_2.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_3.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_3.dll index a2254e3..f5c34eb 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_3.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_3.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_4.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_4.dll index c919f1c..637c81e 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_4.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput1_4.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput9_1_0.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput9_1_0.dll index dc61182..142f051 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/xinput9_1_0.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/xinput9_1_0.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/xpsprint.dll b/osu!.app/Contents/Resources/drive_c/windows/system32/xpsprint.dll index a2474e2..9a07c4a 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/system32/xpsprint.dll and b/osu!.app/Contents/Resources/drive_c/windows/system32/xpsprint.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/twain_32.dll b/osu!.app/Contents/Resources/drive_c/windows/twain_32.dll index df540e5..d3340ef 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/twain_32.dll and b/osu!.app/Contents/Resources/drive_c/windows/twain_32.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/gphoto2.ds b/osu!.app/Contents/Resources/drive_c/windows/twain_32/gphoto2.ds similarity index 100% rename from osu!.app/Contents/Resources/drive_c/windows/system32/gphoto2.ds rename to osu!.app/Contents/Resources/drive_c/windows/twain_32/gphoto2.ds diff --git a/osu!.app/Contents/Resources/drive_c/windows/system32/sane.ds b/osu!.app/Contents/Resources/drive_c/windows/twain_32/sane.ds similarity index 100% rename from osu!.app/Contents/Resources/drive_c/windows/system32/sane.ds rename to osu!.app/Contents/Resources/drive_c/windows/twain_32/sane.ds diff --git a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft-windows-msxml30_31bf3856ad364e35_6.0.6000.16386_none_deadbeef/msxml3.dll b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft-windows-msxml30_31bf3856ad364e35_6.0.6000.16386_none_deadbeef/msxml3.dll index 4fadd16..ba55acb 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft-windows-msxml30_31bf3856ad364e35_6.0.6000.16386_none_deadbeef/msxml3.dll and b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft-windows-msxml30_31bf3856ad364e35_6.0.6000.16386_none_deadbeef/msxml3.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft-windows-msxml60_31bf3856ad364e35_6.0.6000.16386_none_deadbeef/msxml6.dll b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft-windows-msxml60_31bf3856ad364e35_6.0.6000.16386_none_deadbeef/msxml6.dll index 6a83cba..de4c975 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft-windows-msxml60_31bf3856ad364e35_6.0.6000.16386_none_deadbeef/msxml6.dll and b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft-windows-msxml60_31bf3856ad364e35_6.0.6000.16386_none_deadbeef/msxml6.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.msxml2_6bd6b9abf345378f_4.1.0.0_none_deadbeef/msxml4.dll b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.msxml2_6bd6b9abf345378f_4.1.0.0_none_deadbeef/msxml4.dll index e168507..15195c9 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.msxml2_6bd6b9abf345378f_4.1.0.0_none_deadbeef/msxml4.dll and b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.msxml2_6bd6b9abf345378f_4.1.0.0_none_deadbeef/msxml4.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef/atl80.dll b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef/atl80.dll index 496b235..75f7771 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef/atl80.dll and b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef/atl80.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef/atl90.dll b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef/atl90.dll index a0cb982..4d01828 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef/atl90.dll and b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef/atl90.dll differ diff --git a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef/comctl32.dll b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef/comctl32.dll index 6275715..d67685b 100755 Binary files a/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef/comctl32.dll and b/osu!.app/Contents/Resources/drive_c/windows/winsxs/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef/comctl32.dll differ diff --git a/osu!.app/Contents/Resources/system.reg b/osu!.app/Contents/Resources/system.reg index f4d2571..d4fdea6 100644 --- a/osu!.app/Contents/Resources/system.reg +++ b/osu!.app/Contents/Resources/system.reg @@ -3,1061 +3,1045 @@ WINE REGISTRY Version 2 #arch=win32 -[Software\\Borland\\Database Engine\\Settings\\SYSTEM\\INIT] 1460706475 -#time=1d196eb1f17eb74 +[Software\\Borland\\Database Engine\\Settings\\SYSTEM\\INIT] 1526460547 +#time=1d3ecf2c0704764 "SHAREDMEMLOCATION"="9000" -[Software\\Classes\\*\\shellex\\ContextMenuHandlers] 1460706475 -#time=1d196eb1f117b5e +[Software\\Classes\\*\\shellex\\ContextMenuHandlers] 1526460547 +#time=1d3ecf2c06c8372 -[Software\\Classes\\.ai] 1460706474 -#time=1d196eb1e5b653a +[Software\\Classes\\.ai] 1526460543 +#time=1d3ecf2bdf43608 "Content Type"="application/postscript" -[Software\\Classes\\.application] 1460706646 -#time=1d196eb855f0890 +[Software\\Classes\\.application] 1526460879 +#time=1d3ecf3861759c6 @="Application.Manifest" "Content Type"="application/x-ms-application" -[Software\\Classes\\.appref-ms] 1460706646 -#time=1d196eb855e1048 +[Software\\Classes\\.appref-ms] 1526460879 +#time=1d3ecf386157eb2 @="Application.Reference" -[Software\\Classes\\.ascx\\PersistentHandler] 1460706676 -#time=1d196eb97064414 +[Software\\Classes\\.ascx\\PersistentHandler] 1526460916 +#time=1d3ecf39c5a23ee @="{eec97550-47a9-11cf-b952-00aa0051fe20}" -[Software\\Classes\\.aspx\\PersistentHandler] 1460706676 -#time=1d196eb9706416c +[Software\\Classes\\.aspx\\PersistentHandler] 1526460916 +#time=1d3ecf39c5a20f6 @="{eec97550-47a9-11cf-b952-00aa0051fe20}" -[Software\\Classes\\.avi] 1460706474 -#time=1d196eb1e59fc68 +[Software\\Classes\\.avi] 1526460543 +#time=1d3ecf2bdf3457c "Content Type"="video/avi" -[Software\\Classes\\.bmp] 1460706474 -#time=1d196eb1e5a0708 +[Software\\Classes\\.bmp] 1526460543 +#time=1d3ecf2bdf34bee "Content Type"="image/bmp" -[Software\\Classes\\.chm] 1460706475 -#time=1d196eb1f1151f6 +[Software\\Classes\\.chm] 1526460547 +#time=1d3ecf2c06c49f2 @="chm.file" -[Software\\Classes\\.compositefont] 1460706648 -#time=1d196eb862c318a +[Software\\Classes\\.compositefont] 1526460881 +#time=1d3ecf3878093c2 @="Windows.CompositeFont" -[Software\\Classes\\.cpl] 1460706475 -#time=1d196eb1f11549e +[Software\\Classes\\.cpl] 1526460547 +#time=1d3ecf2c06c5014 @="cplfile" -[Software\\Classes\\.css] 1460706474 -#time=1d196eb1e5a0bae +[Software\\Classes\\.css] 1526460543 +#time=1d3ecf2bdf34efa "Content Type"="text/css" -[Software\\Classes\\.dib] 1460706474 -#time=1d196eb1e5a0e38 +[Software\\Classes\\.dib] 1526460543 +#time=1d3ecf2bdf3508a "Content Type"="image/bmp" -[Software\\Classes\\.dll] 1460706474 -#time=1d196eb1e5a13ce +[Software\\Classes\\.dll] 1526460543 +#time=1d3ecf2bdf35396 @="dllfile" "Content Type"="application/x-msdownload" -[Software\\Classes\\.eps] 1460706474 -#time=1d196eb1e5b6742 +[Software\\Classes\\.eps] 1526460543 +#time=1d3ecf2bdf4378e "Content Type"="application/postscript" -[Software\\Classes\\.exe] 1460706474 -#time=1d196eb1e5a1a54 +[Software\\Classes\\.exe] 1526460543 +#time=1d3ecf2bdf35698 @="exefile" "Content Type"="application/x-msdownload" -[Software\\Classes\\.gif] 1460706474 -#time=1d196eb1e5a2c10 +[Software\\Classes\\.gif] 1526460543 +#time=1d3ecf2bdf360b6 @="giffile" "Content Type"="image/gif" -[Software\\Classes\\.gz] 1460706474 -#time=1d196eb1e5a4ab0 +[Software\\Classes\\.gz] 1526460543 +#time=1d3ecf2bdf370a6 "Content Type"="application/x-gzip" -[Software\\Classes\\.hlp] 1460706475 -#time=1d196eb1f1156d8 +[Software\\Classes\\.hlp] 1526460547 +#time=1d3ecf2c06c55c8 @="hlpfile" -[Software\\Classes\\.htc] 1460706474 -#time=1d196eb1e5a53de +[Software\\Classes\\.htc] 1526460543 +#time=1d3ecf2bdf3759c "Content Type"="text/x-component" -[Software\\Classes\\.htm] 1460706474 -#time=1d196eb1e5a9b1e +[Software\\Classes\\.htm] 1526460543 +#time=1d3ecf2bdf39cfc @="htmlfile" "Content Type"="text/html" -[Software\\Classes\\.html] 1460706474 -#time=1d196eb1e5aa17c +[Software\\Classes\\.html] 1526460543 +#time=1d3ecf2bdf3a008 @="htmlfile" "Content Type"="text/html" -[Software\\Classes\\.ico] 1460706474 -#time=1d196eb1e5aaece +[Software\\Classes\\.ico] 1526460543 +#time=1d3ecf2bdf3a68e "Content Type"="image/x-icon" -[Software\\Classes\\.inf] 1460706475 -#time=1d196eb1f115b42 +[Software\\Classes\\.inf] 1526460547 +#time=1d3ecf2c06c5bcc @="inffile" -[Software\\Classes\\.ini] 1460706475 -#time=1d196eb1f115f52 +[Software\\Classes\\.ini] 1526460547 +#time=1d3ecf2c06c602c @="inifile" -[Software\\Classes\\.its] 1460706471 -#time=1d196eb1cf825fc +[Software\\Classes\\.its] 1528075957 +#time=1d3fba3eb9fe54c @="ITS File" -[Software\\Classes\\.jfif] 1460706474 -#time=1d196eb1e5b42ee +[Software\\Classes\\.jfif] 1526460543 +#time=1d3ecf2bdf40fca @="pjpegfile" "Content Type"="image/jpeg" -[Software\\Classes\\.jpe] 1460706474 -#time=1d196eb1e5ab658 +[Software\\Classes\\.jpe] 1526460543 +#time=1d3ecf2bdf3aa08 @="jpegfile" "Content Type"="image/jpeg" -[Software\\Classes\\.jpeg] 1460706474 -#time=1d196eb1e5ae772 +[Software\\Classes\\.jpeg] 1526460543 +#time=1d3ecf2bdf3c100 @="jpegfile" "Content Type"="image/jpeg" -[Software\\Classes\\.jpg] 1460706474 -#time=1d196eb1e5b036a +[Software\\Classes\\.jpg] 1526460543 +#time=1d3ecf2bdf3cdc6 @="jpegfile" "Content Type"="image/jpeg" -[Software\\Classes\\.js] 1460706471 -#time=1d196eb1d107b02 +[Software\\Classes\\.js] 1528075957 +#time=1d3fba3eb8c5f68 @="JSFile" -[Software\\Classes\\.lnk] 1460706475 -#time=1d196eb1f1163f8 +[Software\\Classes\\.lnk] 1526460547 +#time=1d3ecf2c06c637e @="lnkfile" -[Software\\Classes\\.mht] 1460706474 -#time=1d196eb1e5b2656 +[Software\\Classes\\.mht] 1526460543 +#time=1d3ecf2bdf3e3f6 @="mhtmlfile" "Content Type"="message/rfc822" -[Software\\Classes\\.mhtml] 1460706474 -#time=1d196eb1e5b212e +[Software\\Classes\\.mhtml] 1526460543 +#time=1d3ecf2bdf3df8c @="mhtmlfile" "Content Type"="message/rfc822" -[Software\\Classes\\.mp3] 1460706474 -#time=1d196eb1e5b339e +[Software\\Classes\\.mp3] 1526460543 +#time=1d3ecf2bdf3fc6a "Content Type"="audio/mpeg" -[Software\\Classes\\.mpe] 1460706474 -#time=1d196eb1e5b3538 +[Software\\Classes\\.mpe] 1526460543 +#time=1d3ecf2bdf3ff8a "Content Type"="video/mpeg" -[Software\\Classes\\.mpeg] 1460706474 -#time=1d196eb1e5b368c +[Software\\Classes\\.mpeg] 1526460543 +#time=1d3ecf2bdf4021e "Content Type"="video/mpeg" -[Software\\Classes\\.mpg] 1460706474 -#time=1d196eb1e5b37e0 +[Software\\Classes\\.mpg] 1526460543 +#time=1d3ecf2bdf40430 "Content Type"="video/mpeg" -[Software\\Classes\\.msi] 1460706475 -#time=1d196eb1f116844 +[Software\\Classes\\.msi] 1526460547 +#time=1d3ecf2c06c66c6 @="Msi.Package" -[Software\\Classes\\.msp] 1460706475 -#time=1d196eb1f116cc2 +[Software\\Classes\\.msp] 1526460547 +#time=1d3ecf2c06c6b4e @="Msi.Patch" -[Software\\Classes\\.osk] 1460706906 -#time=1d196ec1ff27fae -@="osu!" +[Software\\Classes\\.pdf] 1526460547 +#time=1d3ecf2c06c71a2 +@="pdffile" -[Software\\Classes\\.osr] 1460706906 -#time=1d196ec1fc66900 -@="osrfile" - -[Software\\Classes\\.osu] 1240428288 -#time=1c9c38000000000 -@="osufile" - -[Software\\Classes\\.osz] 1460706906 -#time=1d196ec1fc66900 -@="oszfile" - -[Software\\Classes\\.osz2] 1460706906 -#time=1d196ec1fc66900 -@="osz2file" - -[Software\\Classes\\.png] 1460706474 -#time=1d196eb1e5b54f0 +[Software\\Classes\\.png] 1526460543 +#time=1d3ecf2bdf4260e @="pngfile" "Content Type"="image/png" -[Software\\Classes\\.ps] 1460706474 -#time=1d196eb1e5b692c +[Software\\Classes\\.ps] 1526460543 +#time=1d3ecf2bdf43914 "Content Type"="application/postscript" -[Software\\Classes\\.rtf] 1460706475 -#time=1d196eb1f117096 +[Software\\Classes\\.rtf] 1526460547 +#time=1d3ecf2c06c77ec @="rtffile" -[Software\\Classes\\.tar] 1460706474 -#time=1d196eb1e5b6c10 +[Software\\Classes\\.tar] 1526460543 +#time=1d3ecf2bdf43c52 "Content Type"="application/x-tar" -[Software\\Classes\\.tgz] 1460706474 -#time=1d196eb1e5b6ec2 +[Software\\Classes\\.tgz] 1526460543 +#time=1d3ecf2bdf43f72 "Content Type"="application/x-compressed" -[Software\\Classes\\.tif] 1460706474 -#time=1d196eb1e5b7246 +[Software\\Classes\\.tif] 1526460543 +#time=1d3ecf2bdf44292 "Content Type"="image/tiff" -[Software\\Classes\\.tiff] 1460706474 -#time=1d196eb1e5b73e0 +[Software\\Classes\\.tiff] 1526460543 +#time=1d3ecf2bdf44418 "Content Type"="image/tiff" -[Software\\Classes\\.txt] 1460706474 -#time=1d196eb1e5b7ad4 +[Software\\Classes\\.txt] 1526460543 +#time=1d3ecf2bdf44e72 @="txtfile" "Content Type"="text/plain" -[Software\\Classes\\.url] 1460706471 -#time=1d196eb1cf6bc30 +[Software\\Classes\\.url] 1528075957 +#time=1d3fba3eba538c6 @="InternetShortcut" -[Software\\Classes\\.vbs] 1460706471 -#time=1d196eb1d107cc4 +[Software\\Classes\\.vbs] 1528075957 +#time=1d3fba3eb8c6404 @="VBSFile" -[Software\\Classes\\.wav] 1460706474 -#time=1d196eb1e5b7fca +[Software\\Classes\\.wav] 1526460543 +#time=1d3ecf2bdf45368 "Content Type"="audio/wav" -[Software\\Classes\\.wri] 1460706475 -#time=1d196eb1f117532 +[Software\\Classes\\.wri] 1526460547 +#time=1d3ecf2c06c7dfa @="wrifile" -[Software\\Classes\\.xaml] 1460706648 -#time=1d196eb862f6756 +[Software\\Classes\\.xaml] 1526460881 +#time=1d3ecf38785c266 @="Windows.XamlDocument" "Content Type"="application/xaml+xml" -[Software\\Classes\\.xbap] 1460706648 -#time=1d196eb862f5608 +[Software\\Classes\\.xbap] 1526460881 +#time=1d3ecf38785a93e @="Windows.Xbap" "Content Type"="application/x-ms-xbap" -[Software\\Classes\\.xbm] 1460706474 -#time=1d196eb1e5b8470 +[Software\\Classes\\.xbm] 1526460543 +#time=1d3ecf2bdf45868 "Content Type"="image/x-xbitmap" -[Software\\Classes\\.xml] 1460706474 -#time=1d196eb1e5ba0f4 +[Software\\Classes\\.xml] 1526460543 +#time=1d3ecf2bdf471ae @="xmlfile" "Content Type"="text/xml" -[Software\\Classes\\.xsl] 1460706474 -#time=1d196eb1e5ba388 +[Software\\Classes\\.xsl] 1526460543 +#time=1d3ecf2bdf4749c @="xslfile" "Content Type"="text/xml" -[Software\\Classes\\.zip] 1460706474 -#time=1d196eb1e5ba644 +[Software\\Classes\\.zip] 1526460543 +#time=1d3ecf2bdf477bc "Content Type"="application/x-zip-compressed" -[Software\\Classes\\AppID\\BITS] 1460706471 -#time=1d196eb1d0cb22e +[Software\\Classes\\AppID\\BITS] 1526460533 +#time=1d3ecf2b7d6c646 "AppID"="{69AD4AEE-51BE-439B-A92C-86AE490E8B30}" -[Software\\Classes\\AppID\\PenIMC4] 1460706648 -#time=1d196eb8627c8a2 +[Software\\Classes\\AppID\\PenIMC4] 1526460881 +#time=1d3ecf38778bbc0 "AppID"="{7568952A-571E-4C70-BEA9-7F9004393436}" -[Software\\Classes\\AppID\\{69AD4AEE-51BE-439B-A92C-86AE490E8B30}] 1460706471 -#time=1d196eb1d0caea0 +[Software\\Classes\\AppID\\{69AD4AEE-51BE-439B-A92C-86AE490E8B30}] 1526460533 +#time=1d3ecf2b7d6c484 "LocalService"="BITS" -[Software\\Classes\\AppID\\{7568952A-571E-4C70-BEA9-7F9004393436}] 1460706648 -#time=1d196eb8627b9a2 +[Software\\Classes\\AppID\\{7568952A-571E-4C70-BEA9-7F9004393436}] 1526460881 +#time=1d3ecf38778a176 @="PenIMC4" "DllSurrogate"="" "RunAs"="Interactive User" -[Software\\Classes\\AppID\\{A1F4E726-8CF1-11D1-BF92-0060081ED811}] 1460706472 -#time=1d196eb1d18ad04 +[Software\\Classes\\AppID\\{A1F4E726-8CF1-11D1-BF92-0060081ED811}] 1526460533 +#time=1d3ecf2b7cd5b60 @="WIA Device Manager" "LocalService"="stisvc" -[Software\\Classes\\AppID\\{F75B6772-91E4-4D2F-9D44-61A447109C2B}] 1460706677 -#time=1d196eb97b0a9d6 +[Software\\Classes\\AppID\\{F75B6772-91E4-4D2F-9D44-61A447109C2B}] 1526460917 +#time=1d3ecf39d04117e @="Microsoft.Aspnet.Snapin.AspNetManagementUtility.4" "DllSurrogate"="" -[Software\\Classes\\Application.Manifest] 1460706646 -#time=1d196eb855f165a +[Software\\Classes\\Application.Manifest] 1526460879 +#time=1d3ecf38617723a @="Application Manifest" "BrowserFlags"=dword:00001000 "EditFlags"=dword:00010000 "FriendlyTypeName"="@dfshim.dll,-200" -[Software\\Classes\\Application.Manifest\\CLSID] 1460706646 -#time=1d196eb855eb2f0 +[Software\\Classes\\Application.Manifest\\CLSID] 1526460879 +#time=1d3ecf38616afe4 @="{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}" -[Software\\Classes\\Application.Manifest\\DefaultIcon] 1460706646 -#time=1d196eb855ec2ae +[Software\\Classes\\Application.Manifest\\DefaultIcon] 1526460879 +#time=1d3ecf38616cb64 @="C:\\windows\\system32\\dfshim.dll,1" -[Software\\Classes\\Application.Manifest\\shell] 1460706646 -#time=1d196eb855ea44a +[Software\\Classes\\Application.Manifest\\shell] 1526460879 +#time=1d3ecf386168672 @="open" -[Software\\Classes\\Application.Manifest\\shell\\open\\command] 1460706646 -#time=1d196eb855e95cc +[Software\\Classes\\Application.Manifest\\shell\\open\\command] 1526460879 +#time=1d3ecf386166a0c @="rundll32.exe dfshim.dll,ShOpenVerbApplication %1" -[Software\\Classes\\Application.Reference] 1460706646 -#time=1d196eb855f247e +[Software\\Classes\\Application.Reference] 1526460879 +#time=1d3ecf3861796ca @="Application Reference" "EditFlags"=dword:00020000 "FriendlyTypeName"="@dfshim.dll,-201" "IsShortcut"="" "NeverShowExt"="" -[Software\\Classes\\Application.Reference\\shell] 1460706646 -#time=1d196eb855dcade +[Software\\Classes\\Application.Reference\\shell] 1526460879 +#time=1d3ecf38614f5e6 @="open" -[Software\\Classes\\Application.Reference\\shell\\open\\command] 1460706646 -#time=1d196eb855dbc56 +[Software\\Classes\\Application.Reference\\shell\\open\\command] 1526460879 +#time=1d3ecf38614dd04 @="rundll32.exe dfshim.dll,ShOpenVerbShortcut %1|%2" -[Software\\Classes\\Application.Reference\\Shellex\\IconHandler] 1460706646 -#time=1d196eb855dac02 +[Software\\Classes\\Application.Reference\\Shellex\\IconHandler] 1526460879 +#time=1d3ecf38614c1d4 @="{E37E2028-CE1A-4f42-AF05-6CEABC4E5D75}" -[Software\\Classes\\Application.Reference\\Shellex\\{000214F9-0000-0000-C000-000000000046}] 1460706646 -#time=1d196eb855d9c08 +[Software\\Classes\\Application.Reference\\Shellex\\{000214F9-0000-0000-C000-000000000046}] 1526460879 +#time=1d3ecf38614a758 @="{e82a2d71-5b2f-43a0-97b8-81be15854de8}" -[Software\\Classes\\Applications\\iexplore.exe\\shell\\open\\command] 1460706475 -#time=1d196eb1f0fda1a +[Software\\Classes\\Applications\\iexplore.exe\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06a1042 @="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" %1" -[Software\\Classes\\ATL.Registrar] 1460706471 -#time=1d196eb1ce729be +[Software\\Classes\\ATL.Registrar] 1526460533 +#time=1d3ecf2b7ee478a @="Registrar Class" -[Software\\Classes\\ATL.Registrar\\CLSID] 1460706471 -#time=1d196eb1ce72a36 +[Software\\Classes\\ATL.Registrar\\CLSID] 1526460533 +#time=1d3ecf2b7ee4816 @="{44EC053A-400F-11D0-9DCD-00A0C90391D3}" -[Software\\Classes\\AudioVBScript] 1460706471 -#time=1d196eb1cf0445e +[Software\\Classes\\AudioVBScript] 1526460533 +#time=1d3ecf2b7f239ee @="DirectMusic Audio VB Script Language" -[Software\\Classes\\AudioVBScript\\CLSID] 1460706471 -#time=1d196eb1cf04152 +[Software\\Classes\\AudioVBScript\\CLSID] 1526460533 +#time=1d3ecf2b7f23624 @="{4EE17959-931E-49E4-A2C6-977ECF3628F3}" -[Software\\Classes\\AudioVBScript\\CurVer] 1460706471 -#time=1d196eb1cf04288 +[Software\\Classes\\AudioVBScript\\CurVer] 1526460533 +#time=1d3ecf2b7f237a0 @="AudioVBScript.1" -[Software\\Classes\\AudioVBScript\\DMScript] 1460706471 -#time=1d196eb1cf0445e +[Software\\Classes\\AudioVBScript\\DMScript] 1526460533 +#time=1d3ecf2b7f239ee -[Software\\Classes\\AudioVBScript.1] 1460706471 -#time=1d196eb1cf0460c +[Software\\Classes\\AudioVBScript.1] 1526460533 +#time=1d3ecf2b7f23bd8 @="DirectMusic Audio VB Script Language" -[Software\\Classes\\AudioVBScript.1\\CLSID] 1460706471 -#time=1d196eb1cf03eaa +[Software\\Classes\\AudioVBScript.1\\CLSID] 1526460533 +#time=1d3ecf2b7f23318 @="{4EE17959-931E-49E4-A2C6-977ECF3628F3}" -[Software\\Classes\\AudioVBScript.1\\DMScript] 1460706471 -#time=1d196eb1cf0460c +[Software\\Classes\\AudioVBScript.1\\DMScript] 1526460533 +#time=1d3ecf2b7f23bd8 -[Software\\Classes\\AVIFile\\Compressors\\auds] 1460706471 -#time=1d196eb1ce81144 +[Software\\Classes\\AVIFile\\Compressors\\auds] 1526460533 +#time=1d3ecf2b7edaad2 @="{0002000F-0000-0000-C000-000000000046}" -[Software\\Classes\\AVIFile\\Compressors\\vids] 1460706471 -#time=1d196eb1ce81298 +[Software\\Classes\\AVIFile\\Compressors\\vids] 1526460533 +#time=1d3ecf2b7edac4e @="{00020001-0000-0000-C000-000000000046}" -[Software\\Classes\\AVIFile\\Extensions\\AU] 1460706471 -#time=1d196eb1ce814dc +[Software\\Classes\\AVIFile\\Extensions\\AU] 1526460533 +#time=1d3ecf2b7edaec4 @="{00020003-0000-0000-C000-000000000046}" -[Software\\Classes\\AVIFile\\Extensions\\AVI] 1460706471 -#time=1d196eb1ce81630 +[Software\\Classes\\AVIFile\\Extensions\\AVI] 1526460533 +#time=1d3ecf2b7edb036 @="{00020000-0000-0000-C000-000000000046}" -[Software\\Classes\\AVIFile\\Extensions\\WAV] 1460706471 -#time=1d196eb1ce8177a +[Software\\Classes\\AVIFile\\Extensions\\WAV] 1526460533 +#time=1d3ecf2b7edb1b2 @="{00020003-0000-0000-C000-000000000046}" -[Software\\Classes\\AVIFile\\RIFFHandlers\\AVI] 1460706471 -#time=1d196eb1ce819d2 +[Software\\Classes\\AVIFile\\RIFFHandlers\\AVI] 1526460533 +#time=1d3ecf2b7edb41e @="{00020000-0000-0000-C000-000000000046}" -[Software\\Classes\\AVIFile\\RIFFHandlers\\WAVE] 1460706471 -#time=1d196eb1ce81b26 +[Software\\Classes\\AVIFile\\RIFFHandlers\\WAVE] 1526460533 +#time=1d3ecf2b7edb590 @="{00020003-0000-0000-C000-000000000046}" -[Software\\Classes\\BMPFilter.CoBMPFilter] 1460706471 -#time=1d196eb1cfe3dca +[Software\\Classes\\BMPFilter.CoBMPFilter] 1526460533 +#time=1d3ecf2b80557ae @="CoBMPFilter Class" -[Software\\Classes\\BMPFilter.CoBMPFilter\\CLSID] 1460706471 -#time=1d196eb1cfe3cf8 +[Software\\Classes\\BMPFilter.CoBMPFilter\\CLSID] 1526460533 +#time=1d3ecf2b80556b4 @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\BMPFilter.CoBMPFilter\\CurVer] 1460706471 -#time=1d196eb1cfe3e42 +[Software\\Classes\\BMPFilter.CoBMPFilter\\CurVer] 1526460533 +#time=1d3ecf2b805583a @="BMPFilter.CoBMPFilter.1" -[Software\\Classes\\BMPFilter.CoBMPFilter.1] 1460706471 -#time=1d196eb1cfe39ce +[Software\\Classes\\BMPFilter.CoBMPFilter.1] 1526460533 +#time=1d3ecf2b8055330 @="CoBMPFilter Class" -[Software\\Classes\\BMPFilter.CoBMPFilter.1\\CLSID] 1460706471 -#time=1d196eb1cfe3a3c +[Software\\Classes\\BMPFilter.CoBMPFilter.1\\CLSID] 1526460533 +#time=1d3ecf2b80553b2 @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\CCWU.ComCallWrapper] 1460706645 -#time=1d196eb84cba1c2 +[Software\\Classes\\CCWU.ComCallWrapper] 1526460877 +#time=1d3ecf3852c03a4 @="Com Call Wrapper Unmarshal Class" -[Software\\Classes\\CCWU.ComCallWrapper\\CLSID] 1460706645 -#time=1d196eb84cb8458 +[Software\\Classes\\CCWU.ComCallWrapper\\CLSID] 1526460877 +#time=1d3ecf3852bd15e @="{3F281000-E95A-11d2-886B-00C04F869F04}" -[Software\\Classes\\CCWU.ComCallWrapper\\CurVer] 1460706645 -#time=1d196eb84cb93f8 +[Software\\Classes\\CCWU.ComCallWrapper\\CurVer] 1526460877 +#time=1d3ecf3852beb30 @="CCWU.ComCallWrapper.1" -[Software\\Classes\\CCWU.ComCallWrapper.1] 1460706645 -#time=1d196eb84cbbf2c +[Software\\Classes\\CCWU.ComCallWrapper.1] 1526460877 +#time=1d3ecf3852c3810 @="Com Call Wrapper Unmarshal Class" -[Software\\Classes\\CCWU.ComCallWrapper.1\\CLSID] 1460706645 -#time=1d196eb84cbb13a +[Software\\Classes\\CCWU.ComCallWrapper.1\\CLSID] 1526460877 +#time=1d3ecf3852c1e48 @="{3F281000-E95A-11d2-886B-00C04F869F04}" -[Software\\Classes\\chm.file] 1460706475 -#time=1d196eb1f1187c0 +[Software\\Classes\\chm.file] 1526460547 +#time=1d3ecf2c06c8e94 @="Compiled HTML Help File" -[Software\\Classes\\chm.file\\DefaultIcon] 1460706475 -#time=1d196eb1f1183b0 +[Software\\Classes\\chm.file\\DefaultIcon] 1526460547 +#time=1d3ecf2c06c8ae8 @="C:\\windows\\hh.exe,0" -[Software\\Classes\\chm.file\\shell\\open\\command] 1460706475 -#time=1d196eb1f118d7e +[Software\\Classes\\chm.file\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06c9416 @="C:\\windows\\hh.exe %1" -[Software\\Classes\\CLRMetaData.CLRRuntimeHost] 1460706471 -#time=1d196eb1cfbf0ec +[Software\\Classes\\CLRMetaData.CLRRuntimeHost] 1526460533 +#time=1d3ecf2b7b8afee @="Microsoft Common Language Runtime Host V2" -[Software\\Classes\\CLRMetaData.CLRRuntimeHost\\CLSID] 1460706474 -#time=1d196eb1e515ed2 +[Software\\Classes\\CLRMetaData.CLRRuntimeHost\\CLSID] 1526460543 +#time=1d3ecf2bdebc6bc @="{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}" -[Software\\Classes\\CLRMetaData.CLRRuntimeHost\\CurVer] 1460706474 -#time=1d196eb1e5161fc +[Software\\Classes\\CLRMetaData.CLRRuntimeHost\\CurVer] 1526460543 +#time=1d3ecf2bdebc8f6 @="CLRMetaData.CLRRuntimeHost.2" -[Software\\Classes\\CLRMetaData.CLRRuntimeHost.1] 1460706471 -#time=1d196eb1cfbecfa +[Software\\Classes\\CLRMetaData.CLRRuntimeHost.1] 1526460533 +#time=1d3ecf2b7b8ab66 @="Microsoft Common Language Runtime Host V2" -[Software\\Classes\\CLRMetaData.CLRRuntimeHost.1\\CLSID] 1460706471 -#time=1d196eb1cfbed72 +[Software\\Classes\\CLRMetaData.CLRRuntimeHost.1\\CLSID] 1526460533 +#time=1d3ecf2b7b8abe8 @="{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}" -[Software\\Classes\\CLRMetaData.CLRRuntimeHost.2] 1460706471 -#time=1d196eb1cfbf3bc +[Software\\Classes\\CLRMetaData.CLRRuntimeHost.2] 1526460533 +#time=1d3ecf2b7b8b304 @="Microsoft Common Language Runtime Host V2" -[Software\\Classes\\CLRMetaData.CLRRuntimeHost.2\\CLSID] 1460706471 -#time=1d196eb1cfbf434 +[Software\\Classes\\CLRMetaData.CLRRuntimeHost.2\\CLSID] 1526460533 +#time=1d3ecf2b7b8b386 @="{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenser] 1460706471 -#time=1d196eb1cfbfe7a +[Software\\Classes\\CLRMetaData.CorMetaDataDispenser] 1526460533 +#time=1d3ecf2b7b8bf5c @="Microsoft Common Language Runtime Meta Data" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenser\\CLSID] 1460706471 -#time=1d196eb1cfbfd76 +[Software\\Classes\\CLRMetaData.CorMetaDataDispenser\\CLSID] 1526460533 +#time=1d3ecf2b7b8be58 @="{E5CB7A31-7512-11D2-89CE-0080C792E5D8}" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenser\\CurVer] 1460706471 -#time=1d196eb1cfbfefc +[Software\\Classes\\CLRMetaData.CorMetaDataDispenser\\CurVer] 1526460533 +#time=1d3ecf2b7b8bfde @="CLRMetaData.CorMetaDataDispenser.2" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenser.2] 1460706471 -#time=1d196eb1cfbfa60 +[Software\\Classes\\CLRMetaData.CorMetaDataDispenser.2] 1526460533 +#time=1d3ecf2b7b8bac0 @="Microsoft Common Language Runtime Meta Data" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenser.2\\CLSID] 1460706471 -#time=1d196eb1cfbface +[Software\\Classes\\CLRMetaData.CorMetaDataDispenser.2\\CLSID] 1526460533 +#time=1d3ecf2b7b8bb42 @="{E5CB7A31-7512-11D2-89CE-0080C792E5D8}" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime] 1460706471 -#time=1d196eb1cfc0d48 +[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime] 1526460533 +#time=1d3ecf2b7b8c70e @="Microsoft Common Language Runtime Meta Data" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime\\CLSID] 1460706471 -#time=1d196eb1cfc0c3a +[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime\\CLSID] 1526460533 +#time=1d3ecf2b7b8c61e @="{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime\\CurVer] 1460706471 -#time=1d196eb1cfc0dd4 +[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime\\CurVer] 1526460533 +#time=1d3ecf2b7b8c79a @="CLRMetaData.CorMetaDataDispenserRuntime.2" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime.2] 1460706471 -#time=1d196eb1cfc014a +[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime.2] 1526460533 +#time=1d3ecf2b7b8c27c @="Microsoft Common Language Runtime Meta Data" -[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime.2\\CLSID] 1460706645 -#time=1d196eb84ca3a76 +[Software\\Classes\\CLRMetaData.CorMetaDataDispenserRuntime.2\\CLSID] 1526460877 +#time=1d3ecf3852986ec @="{1EC2DE53-75CC-11d2-9775-00A0C9B4D50C}" -[Software\\Classes\\CLRMetaData.CorRuntimeHost] 1460706471 -#time=1d196eb1cfc15ae +[Software\\Classes\\CLRMetaData.CorRuntimeHost] 1526460533 +#time=1d3ecf2b7b8ceac @="Microsoft Common Language Runtime Host" -[Software\\Classes\\CLRMetaData.CorRuntimeHost\\CLSID] 1460706471 -#time=1d196eb1cfc146e +[Software\\Classes\\CLRMetaData.CorRuntimeHost\\CLSID] 1526460533 +#time=1d3ecf2b7b8cdb2 @="{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}" -[Software\\Classes\\CLRMetaData.CorRuntimeHost\\CurVer] 1460706471 -#time=1d196eb1cfc164e +[Software\\Classes\\CLRMetaData.CorRuntimeHost\\CurVer] 1526460533 +#time=1d3ecf2b7b8cf2e @="CLRMetaData.CorRuntimeHost.2" -[Software\\Classes\\CLRMetaData.CorRuntimeHost.2] 1460706471 -#time=1d196eb1cfc1090 +[Software\\Classes\\CLRMetaData.CorRuntimeHost.2] 1526460533 +#time=1d3ecf2b7b8ca10 @="Microsoft Common Language Runtime Host" -[Software\\Classes\\CLRMetaData.CorRuntimeHost.2\\CLSID] 1460706645 -#time=1d196eb84c98888 +[Software\\Classes\\CLRMetaData.CorRuntimeHost.2\\CLSID] 1526460877 +#time=1d3ecf385284232 @="{CB2F6723-AB3A-11d2-9C40-00C04FA30A3E}" -[Software\\Classes\\CLSID] 1460706677 -#time=1d196eb97b04ab8 +[Software\\Classes\\CLSID] 1526460917 +#time=1d3ecf39d038ede @="ClassMoniker" -[Software\\Classes\\CLSID\\CLSID] 1460706471 -#time=1d196eb1d090642 +[Software\\Classes\\CLSID\\CLSID] 1526460533 +#time=1d3ecf2b800e778 @="{0000031A-0000-0000-C000-000000000046}" -[Software\\Classes\\CLSID\\{0000002F-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0aa862 +[Software\\Classes\\CLSID\\{0000002F-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd68b8 @="CLSID_RecordInfo" -[Software\\Classes\\CLSID\\{0000002F-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d0aa948 +[Software\\Classes\\CLSID\\{0000002F-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd69d0 @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000300-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08cb5a +[Software\\Classes\\CLSID\\{00000300-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800a4de @="StdOleLink" -[Software\\Classes\\CLSID\\{00000300-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08cc4a +[Software\\Classes\\CLSID\\{00000300-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800a5f6 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}] 1460706472 -#time=1d196eb1d197f22 +[Software\\Classes\\CLSID\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}] 1526460533 +#time=1d3ecf2b7f0c262 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}\\InprocServer32] 1460706472 -#time=1d196eb1d198012 +[Software\\Classes\\CLSID\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0c37a @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000303-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08d046 +[Software\\Classes\\CLSID\\{00000303-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800aa88 @="FileMoniker" -[Software\\Classes\\CLSID\\{00000303-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08cf74 +[Software\\Classes\\CLSID\\{00000303-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800a998 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000303-0000-0000-C000-000000000046}\\ProgId] 1460706471 -#time=1d196eb1d08d0b4 +[Software\\Classes\\CLSID\\{00000303-0000-0000-C000-000000000046}\\ProgId] 1526460533 +#time=1d3ecf2b800ab14 @="file" -[Software\\Classes\\CLSID\\{00000304-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08d2ee +[Software\\Classes\\CLSID\\{00000304-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800adbc @="ItemMoniker" -[Software\\Classes\\CLSID\\{00000304-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08d3fc +[Software\\Classes\\CLSID\\{00000304-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800aeca @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000305-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08d636 +[Software\\Classes\\CLSID\\{00000305-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800b14a @="AntiMoniker" -[Software\\Classes\\CLSID\\{00000305-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08d71c +[Software\\Classes\\CLSID\\{00000305-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800b262 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000306-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08d960 +[Software\\Classes\\CLSID\\{00000306-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800b4ec @="PointerMoniker" -[Software\\Classes\\CLSID\\{00000306-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08da64 +[Software\\Classes\\CLSID\\{00000306-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800b5fa @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000308-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08dc9e +[Software\\Classes\\CLSID\\{00000308-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800b884 @="PackagerMoniker" -[Software\\Classes\\CLSID\\{00000308-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08dd84 +[Software\\Classes\\CLSID\\{00000308-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800b992 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000309-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08dffa +[Software\\Classes\\CLSID\\{00000309-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800bc1c @="CompositeMoniker" -[Software\\Classes\\CLSID\\{00000309-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08e0f4 +[Software\\Classes\\CLSID\\{00000309-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800bd2a @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0000030B-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08e34c +[Software\\Classes\\CLSID\\{0000030B-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800bfd2 @="DfMarshal" -[Software\\Classes\\CLSID\\{0000030B-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08e43c +[Software\\Classes\\CLSID\\{0000030B-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800c0d6 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000315-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08e856 +[Software\\Classes\\CLSID\\{00000315-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800c572 @="Picture (Metafile)" -[Software\\Classes\\CLSID\\{00000315-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08e77a +[Software\\Classes\\CLSID\\{00000315-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800c478 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000315-0000-0000-C000-000000000046}\\ProgId] 1460706471 -#time=1d196eb1d08e8c4 +[Software\\Classes\\CLSID\\{00000315-0000-0000-C000-000000000046}\\ProgId] 1526460533 +#time=1d3ecf2b800c5f4 @="StaticMetafile" -[Software\\Classes\\CLSID\\{00000316-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08ecd4 +[Software\\Classes\\CLSID\\{00000316-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800ca86 @="Picture (Device Independent Bitmap)" -[Software\\Classes\\CLSID\\{00000316-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08ebf8 +[Software\\Classes\\CLSID\\{00000316-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800c98c @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000316-0000-0000-C000-000000000046}\\ProgId] 1460706471 -#time=1d196eb1d08ed42 +[Software\\Classes\\CLSID\\{00000316-0000-0000-C000-000000000046}\\ProgId] 1526460533 +#time=1d3ecf2b800cb08 @="StaticDib" -[Software\\Classes\\CLSID\\{0000031A-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08f134 +[Software\\Classes\\CLSID\\{0000031A-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800cf90 @="ClassMoniker" -[Software\\Classes\\CLSID\\{0000031A-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08f058 +[Software\\Classes\\CLSID\\{0000031A-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800cea0 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0000031A-0000-0000-C000-000000000046}\\ProgId] 1460706471 -#time=1d196eb1d08f1a2 +[Software\\Classes\\CLSID\\{0000031A-0000-0000-C000-000000000046}\\ProgId] 1526460533 +#time=1d3ecf2b800d01c @="CLSID" -[Software\\Classes\\CLSID\\{00000320-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0828c6 +[Software\\Classes\\CLSID\\{00000320-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7fff6b0 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{00000320-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d0829ac +[Software\\Classes\\CLSID\\{00000320-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fff7d2 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000323-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08f6de +[Software\\Classes\\CLSID\\{00000323-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800d652 @="StdGlobalInterfaceTable" -[Software\\Classes\\CLSID\\{00000323-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08f7ce +[Software\\Classes\\CLSID\\{00000323-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800d760 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{00000507-0000-0010-8000-00AA006D2EA4}\\InprocServer32] 1460706676 -#time=1d196eb97063334 +[Software\\Classes\\CLSID\\{00000507-0000-0010-8000-00AA006D2EA4}\\InprocServer32] 1526460916 +#time=1d3ecf39c5a11d8 "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0000050B-0000-0010-8000-00AA006D2EA4}\\InprocServer32] 1460706676 -#time=1d196eb9706378a +[Software\\Classes\\CLSID\\{0000050B-0000-0010-8000-00AA006D2EA4}\\InprocServer32] 1526460916 +#time=1d3ecf39c5a15e8 "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000535-0000-0010-8000-00AA006D2EA4}\\InprocServer32] 1460706676 -#time=1d196eb97063b22 +[Software\\Classes\\CLSID\\{00000535-0000-0010-8000-00AA006D2EA4}\\InprocServer32] 1526460916 +#time=1d3ecf39c5a19ee "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00000541-0000-0010-8000-00AA006D2EA4}\\InprocServer32] 1460706676 -#time=1d196eb97063eb0 +[Software\\Classes\\CLSID\\{00000541-0000-0010-8000-00AA006D2EA4}\\InprocServer32] 1526460916 +#time=1d3ecf39c5a1dea "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00020000-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce804ec +[Software\\Classes\\CLSID\\{00020000-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7ed9cae @="Microsoft AVI Files" -[Software\\Classes\\CLSID\\{00020000-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1ce80564 +[Software\\Classes\\CLSID\\{00020000-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7ed9d30 @="avifile.dll" -[Software\\Classes\\CLSID\\{00020000-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1ce7f48e +[Software\\Classes\\CLSID\\{00020000-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ed8ae8 @="C:\\windows\\system32\\avifil32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{00020001-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce80726 +[Software\\Classes\\CLSID\\{00020001-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7ed9f24 @="AVI Compressed Stream" -[Software\\Classes\\CLSID\\{00020001-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1ce807a8 +[Software\\Classes\\CLSID\\{00020001-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7ed9fb0 @="avifile.dll" -[Software\\Classes\\CLSID\\{00020001-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1ce7f7fe +[Software\\Classes\\CLSID\\{00020001-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ed8e94 @="C:\\windows\\system32\\avifil32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{00020003-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce80960 +[Software\\Classes\\CLSID\\{00020003-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7eda1d6 @="Microsoft Wave File" -[Software\\Classes\\CLSID\\{00020003-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1ce809ce +[Software\\Classes\\CLSID\\{00020003-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7eda258 @="avifile.dll" -[Software\\Classes\\CLSID\\{00020003-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1ce7fb14 +[Software\\Classes\\CLSID\\{00020003-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ed922c @="C:\\windows\\system32\\avifil32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{0002000D-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce80b90 +[Software\\Classes\\CLSID\\{0002000D-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7eda44c @="IAVIStream & IAVIFile Proxy" -[Software\\Classes\\CLSID\\{0002000D-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1ce80c08 +[Software\\Classes\\CLSID\\{0002000D-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7eda4ce @="avifile.dll" -[Software\\Classes\\CLSID\\{0002000D-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1ce7fe98 +[Software\\Classes\\CLSID\\{0002000D-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ed95c4 @="C:\\windows\\system32\\avifil32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{0002000F-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce80dca +[Software\\Classes\\CLSID\\{0002000F-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7eda6cc @="ACM Compressed Audio Stream" -[Software\\Classes\\CLSID\\{0002000F-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1ce80e38 +[Software\\Classes\\CLSID\\{0002000F-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7eda74e @="avifile.dll" -[Software\\Classes\\CLSID\\{0002000F-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1ce801cc +[Software\\Classes\\CLSID\\{0002000F-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ed995c @="C:\\windows\\system32\\avifil32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{00020420-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0ab4ba +[Software\\Classes\\CLSID\\{00020420-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd7646 @="PSDispatch" -[Software\\Classes\\CLSID\\{00020420-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1d0ab532 +[Software\\Classes\\CLSID\\{00020420-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7bd76d2 @="ole2disp.dll" -[Software\\Classes\\CLSID\\{00020420-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d0a937c +[Software\\Classes\\CLSID\\{00020420-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd50a8 @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00020421-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0ab712 +[Software\\Classes\\CLSID\\{00020421-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd78c6 @="PSEnumVariant" -[Software\\Classes\\CLSID\\{00020421-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1d0ab78a +[Software\\Classes\\CLSID\\{00020421-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7bd7952 @="ole2disp.dll" -[Software\\Classes\\CLSID\\{00020421-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d0a969c +[Software\\Classes\\CLSID\\{00020421-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd5440 @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00020422-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0ab942 +[Software\\Classes\\CLSID\\{00020422-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd7b46 @="PSTypeInfo" -[Software\\Classes\\CLSID\\{00020422-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1d0ab9ba +[Software\\Classes\\CLSID\\{00020422-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7bd7bc8 @="ole2disp.dll" -[Software\\Classes\\CLSID\\{00020422-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d0a99bc +[Software\\Classes\\CLSID\\{00020422-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd57ce @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00020423-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0abb72 +[Software\\Classes\\CLSID\\{00020423-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd7dc6 @="PSTypeLib" -[Software\\Classes\\CLSID\\{00020423-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1d0abbe0 +[Software\\Classes\\CLSID\\{00020423-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7bd7e48 @="ole2disp.dll" -[Software\\Classes\\CLSID\\{00020423-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d0a9cd2 +[Software\\Classes\\CLSID\\{00020423-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd5b70 @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00020424-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0abd98 +[Software\\Classes\\CLSID\\{00020424-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd803c @="PSOAInterface" -[Software\\Classes\\CLSID\\{00020424-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1d0abe06 +[Software\\Classes\\CLSID\\{00020424-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7bd80be @="ole2disp.dll" -[Software\\Classes\\CLSID\\{00020424-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d0aa010 +[Software\\Classes\\CLSID\\{00020424-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd5f08 @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00020425-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0abfbe +[Software\\Classes\\CLSID\\{00020425-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd82bc @="PSTypeComp" -[Software\\Classes\\CLSID\\{00020425-0000-0000-C000-000000000046}\\InprocServer] 1460706471 -#time=1d196eb1d0ac02c +[Software\\Classes\\CLSID\\{00020425-0000-0000-C000-000000000046}\\InprocServer] 1526460533 +#time=1d3ecf2b7bd833e @="ole2disp.dll" -[Software\\Classes\\CLSID\\{00020425-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d0aa326 +[Software\\Classes\\CLSID\\{00020425-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd628c @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00021400-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d130bba +[Software\\Classes\\CLSID\\{00021400-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7f49626 @="Desktop" "LocalizedString"="@C:\\windows\\system32\\shell32.dll,-20" -[Software\\Classes\\CLSID\\{00021400-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d124cac +[Software\\Classes\\CLSID\\{00021400-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3ca84 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{00021401-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d1313ee +[Software\\Classes\\CLSID\\{00021401-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7f49f72 @="Shortcut" -[Software\\Classes\\CLSID\\{00021401-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d125080 +[Software\\Classes\\CLSID\\{00021401-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3ce9e @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00021401-0000-0000-C000-000000000046}\\shellex\\MayChangeDefaultMenu] 1460706471 -#time=1d196eb1d131470 +[Software\\Classes\\CLSID\\{00021401-0000-0000-C000-000000000046}\\shellex\\MayChangeDefaultMenu] 1526460533 +#time=1d3ecf2b7f49ffe -[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}] 1460706475 -#time=1d196eb1f0fbae4 +[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}] 1526460547 +#time=1d3ecf2c069a742 @="Internet Explorer(Ver 1.0)" -[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\LocalServer32] 1460706475 -#time=1d196eb1f0fc066 +[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\LocalServer32] 1526460547 +#time=1d3ecf2c069adf0 @="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\"" -[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\ProgId] 1460706471 -#time=1d196eb1cdbc9b6 +[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\ProgId] 1526460533 +#time=1d3ecf2b7a967f0 @="InternetExplorer.Application.1" -[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1cdbcb00 +[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7a96994 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\Version] 1460706471 -#time=1d196eb1cdbcc4a +[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\Version] 1526460533 +#time=1d3ecf2b7a96b1a @="1.1" -[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdbcd94 +[Software\\Classes\\CLSID\\{0002DF01-0000-0000-C000-000000000046}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7a96e1c @="InternetExplorer.Application" -[Software\\Classes\\CLSID\\{0002E005-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08f9fe +[Software\\Classes\\CLSID\\{0002E005-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800d9ea @="Component Categories Manager" -[Software\\Classes\\CLSID\\{0002E005-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d08fb02 +[Software\\Classes\\CLSID\\{0002E005-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b800daf8 @="C:\\windows\\system32\\ole32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0003000C-0000-0000-C000-000000000046}\\NotInsertable] 1460706471 -#time=1d196eb1d0bd4b2 +[Software\\Classes\\CLSID\\{0003000C-0000-0000-C000-000000000046}\\NotInsertable] 1526460533 +#time=1d3ecf2b7c15162 -[Software\\Classes\\CLSID\\{0003000C-0000-0000-C000-000000000046}\\TreatAs] 1460706471 -#time=1d196eb1d0bd3a4 +[Software\\Classes\\CLSID\\{0003000C-0000-0000-C000-000000000046}\\TreatAs] 1526460533 +#time=1d3ecf2b7c15068 @="{F20DA720-C02F-11CE-927B-0800095AE340}" -[Software\\Classes\\CLSID\\{000C101C-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03e478 +[Software\\Classes\\CLSID\\{000C101C-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af4ca6 @="Msi install server" -[Software\\Classes\\CLSID\\{000C101C-0000-0000-C000-000000000046}\\ProgId] 1460706471 -#time=1d196eb1d03e4f0 +[Software\\Classes\\CLSID\\{000C101C-0000-0000-C000-000000000046}\\ProgId] 1526460533 +#time=1d3ecf2b7af4d32 @="IMsiServer" -[Software\\Classes\\CLSID\\{000C101D-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d04532c +[Software\\Classes\\CLSID\\{000C101D-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7afcd16 @="Microsoft Windows Installer Message RPC" -[Software\\Classes\\CLSID\\{000C101D-0000-0000-C000-000000000046}\\DllVersion] 1460706471 -#time=1d196eb1d0453a4 +[Software\\Classes\\CLSID\\{000C101D-0000-0000-C000-000000000046}\\DllVersion] 1526460533 +#time=1d3ecf2b7afcda2 @="4.5.6001" -[Software\\Classes\\CLSID\\{000C101D-0000-0000-C000-000000000046}\\ProgId] 1460706471 -#time=1d196eb1d03e7a2 +[Software\\Classes\\CLSID\\{000C101D-0000-0000-C000-000000000046}\\ProgId] 1526460533 +#time=1d3ecf2b7af5048 @="WindowsInstaller.Message" -[Software\\Classes\\CLSID\\{000C103E-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03e9f0 +[Software\\Classes\\CLSID\\{000C103E-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af52dc @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{000C103E-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d03ead6 +[Software\\Classes\\CLSID\\{000C103E-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7af5408 @="C:\\windows\\system32\\msi.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{000C1082-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03f0ee +[Software\\Classes\\CLSID\\{000C1082-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af5b24 @="MsiTransform" -[Software\\Classes\\CLSID\\{000C1084-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03f24c +[Software\\Classes\\CLSID\\{000C1084-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af5caa @="MsiDatabase" -[Software\\Classes\\CLSID\\{000C1086-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03f3a0 +[Software\\Classes\\CLSID\\{000C1086-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af5e4e @="MsiPatch" -[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0458fe +[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7afd284 @="Microsoft Windows Installer" -[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\InProcHandler32] 1460706471 -#time=1d196eb1d045976 +[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\InProcHandler32] 1526460533 +#time=1d3ecf2b7afd306 @="ole32.dll" -[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d03edf6 +[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7af57a0 @="C:\\windows\\system32\\msi.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\ProgId] 1460706471 -#time=1d196eb1d03ef40 +[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\ProgId] 1526460533 +#time=1d3ecf2b7af5926 @="WindowsInstaller.Installer" -[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d0456ce +[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7afd018 @="{000C1092-0000-0000-C000-000000000046}" -[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\Version] 1460706471 -#time=1d196eb1d045822 +[Software\\Classes\\CLSID\\{000C1090-0000-0000-C000-000000000046}\\Version] 1526460533 +#time=1d3ecf2b7afd194 @="1.0" -[Software\\Classes\\CLSID\\{000C1094-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03f56c +[Software\\Classes\\CLSID\\{000C1094-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af6060 @="MsiServerX3" -[Software\\Classes\\CLSID\\{000C1094-0000-0000-C000-000000000046}\\InprocServer32] 1460706471 -#time=1d196eb1d03f652 +[Software\\Classes\\CLSID\\{000C1094-0000-0000-C000-000000000046}\\InprocServer32] 1526460533 +#time=1d3ecf2b7af6178 @="C:\\windows\\system32\\msi.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}] 1460706647 -#time=1d196eb85825476 +[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}] 1526460879 +#time=1d3ecf3865206e8 @="System.Security.Cryptography.HMACSHA1" -[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8580ebe0 +[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3864fbfd2 @="" -[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}\\InprocServer32] 1460706647 -#time=1d196eb8582294c +[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}\\InprocServer32] 1526460879 +#time=1d3ecf38651d22c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.HMACSHA1" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e2a5c0 +[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38552dff6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.HMACSHA1" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}\\ProgId] 1460706647 -#time=1d196eb85815d8c +[Software\\Classes\\CLSID\\{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}\\ProgId] 1526460879 +#time=1d3ecf38650613a @="System.Security.Cryptography.HMACSHA1" -[Software\\Classes\\CLSID\\{00BB2763-6A77-11D0-A535-00C04FD7D062}] 1460706471 -#time=1d196eb1d123d16 +[Software\\Classes\\CLSID\\{00BB2763-6A77-11D0-A535-00C04FD7D062}] 1526460533 +#time=1d3ecf2b7f3bc74 @="AutoComplete" -[Software\\Classes\\CLSID\\{00BB2763-6A77-11D0-A535-00C04FD7D062}\\InprocServer32] 1460706471 -#time=1d196eb1d123e42 +[Software\\Classes\\CLSID\\{00BB2763-6A77-11D0-A535-00C04FD7D062}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3bde6 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{00BB2765-6A77-11D0-A535-00C04FD7D062}] 1460706471 -#time=1d196eb1ce85c1c +[Software\\Classes\\CLSID\\{00BB2765-6A77-11D0-A535-00C04FD7D062}] 1526460533 +#time=1d3ecf2b7f00b60 @="Multiple AutoComplete List Container" -[Software\\Classes\\CLSID\\{00BB2765-6A77-11D0-A535-00C04FD7D062}\\InprocServer32] 1460706471 -#time=1d196eb1ce85d16 +[Software\\Classes\\CLSID\\{00BB2765-6A77-11D0-A535-00C04FD7D062}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f00c78 @="C:\\windows\\system32\\browseui.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}] 1460706475 -#time=1d196eb1ee2eb90 +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}] 1526460547 +#time=1d3ecf2c03ed760 @="WIC TIFF Encoder" "Author"="The Wine Project" "ContainerFormat"="{163BCC30-E2E9-4F0B-961D-A3E9FDB788A3}" @@ -1067,196 +1051,209 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1460706475 -#time=1d196eb1ee2ec9e +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1526460547 +#time=1d3ecf2c03ed800 -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1460706475 -#time=1d196eb1ee2ee56 +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1526460547 +#time=1d3ecf2c03ed90e -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee2effa +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03eda1c -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee2f1a8 +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03edb2a -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee2f446 +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c03edc38 -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1460706475 -#time=1d196eb1ee2f63a +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1526460547 +#time=1d3ecf2c03edd50 -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1460706475 -#time=1d196eb1ee2f7ac +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1526460547 +#time=1d3ecf2c03ede68 -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1460706475 -#time=1d196eb1ee2f9aa +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1526460547 +#time=1d3ecf2c03edf76 -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}] 1460706475 -#time=1d196eb1ee2fc0c +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}] 1526460547 +#time=1d3ecf2c03ee08e -[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\InprocServer32] 1460706472 -#time=1d196eb1d19a42a +[Software\\Classes\\CLSID\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0ef30 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}] 1460706647 -#time=1d196eb85f5e18e +[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}] 1526460881 +#time=1d3ecf3871e1db4 @="System.Runtime.Remoting.Metadata.SoapMethodAttribute" -[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f55e08 +[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3871d143c @="" -[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}\\InprocServer32] 1460706647 -#time=1d196eb85f5d284 +[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}\\InprocServer32] 1526460881 +#time=1d3ecf3871dfe42 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapMethodAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fb2f64 +[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385786ae6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapMethodAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}\\ProgId] 1460706647 -#time=1d196eb85f58194 +[Software\\Classes\\CLSID\\{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}\\ProgId] 1526460881 +#time=1d3ecf3871d544c @="System.Runtime.Remoting.Metadata.SoapMethodAttribute" -[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}] 1460706647 -#time=1d196eb85b5b028 +[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}] 1526460880 +#time=1d3ecf386ad3374 @="System.Collections.SortedList" -[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b53d00 +[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ac626e @="" -[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}\\InprocServer32] 1460706647 -#time=1d196eb85b5a06a +[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}\\InprocServer32] 1526460880 +#time=1d3ecf386ad19b6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.SortedList" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8534a410 +[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d1d04a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.SortedList" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}\\ProgId] 1460706647 -#time=1d196eb85b54d22 +[Software\\Classes\\CLSID\\{026CC6D7-34B2-33D5-B551-CA31EB6CE345}\\ProgId] 1526460880 +#time=1d3ecf386ac8096 @="System.Collections.SortedList" -[Software\\Classes\\CLSID\\{03022430-ABC4-11D0-BDE2-00AA001A1953}] 1460706471 -#time=1d196eb1d098efa +[Software\\Classes\\CLSID\\{03022430-ABC4-11D0-BDE2-00AA001A1953}] 1526460533 +#time=1d3ecf2b7cfb3e2 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{03022430-ABC4-11D0-BDE2-00AA001A1953}\\InprocServer32] 1460706471 -#time=1d196eb1d099044 +[Software\\Classes\\CLSID\\{03022430-ABC4-11D0-BDE2-00AA001A1953}\\InprocServer32] 1526460533 +#time=1d3ecf2b7cfb4f0 @="C:\\windows\\system32\\oleacc.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{03C036F1-A186-11D0-824A-00AA005B4383}] 1460706471 -#time=1d196eb1ce86644 +[Software\\Classes\\CLSID\\{03C036F1-A186-11D0-824A-00AA005B4383}] 1526460533 +#time=1d3ecf2b7f0168c @="Shell Folder AutoComplete List" -[Software\\Classes\\CLSID\\{03C036F1-A186-11D0-824A-00AA005B4383}\\InprocServer32] 1460706471 -#time=1d196eb1ce8673e +[Software\\Classes\\CLSID\\{03C036F1-A186-11D0-824A-00AA005B4383}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f017a4 @="C:\\windows\\system32\\browseui.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}] 1460706648 -#time=1d196eb8622fc00 +[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}] 1526460881 +#time=1d3ecf3876febee @="Microsoft Common Language Runtime Debugger Publisher" -[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\InprocServer32] 1460706648 -#time=1d196eb86222b0e +[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\InprocServer32] 1526460881 +#time=1d3ecf3876ea356 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84c890cc +[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf38526a6ac "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\NotInsertable] 1460706648 -#time=1d196eb86226bc8 +[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\NotInsertable] 1526460881 +#time=1d3ecf3876f16c4 @="" -[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\ProgID] 1460706648 -#time=1d196eb8622eaa8 +[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\ProgID] 1526460881 +#time=1d3ecf3876fd258 @="ComPlusDebug.CorpubPublish.1" -[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\Server] 1460706648 -#time=1d196eb862150b2 +[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\Server] 1526460881 +#time=1d3ecf3876d02bc @="mscordbi.dll" -[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\VersionIndependentProgID] 1460706648 -#time=1d196eb8622afd4 +[Software\\Classes\\CLSID\\{047a9a40-657e-11d3-8d5b-00104b35e7ef}\\VersionIndependentProgID] 1526460881 +#time=1d3ecf3876f8302 @="ComPlusDebug.CorpubPublish" -[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{1767B93A-B021-44EA-920F-863C11F4F768}] 1460706475 -#time=1d196eb1ee38b86 +[Software\\Classes\\CLSID\\{05300401-BCBC-11D0-85E3-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf9bce +@="MHTML Asynchronous Pluggable Protocol Handler" + +[Software\\Classes\\CLSID\\{05300401-BCBC-11D0-85E3-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf9cdc +@="C:\\windows\\system32\\inetcomm.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{1767B93A-B021-44EA-920F-863C11F4F768}] 1526460547 +#time=1d3ecf2c03f70d0 "CLSID"="{1767B93A-B021-44EA-920F-863C11F4F768}" -[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{32557D3B-69DC-4F95-836E-F5972B2F6159}] 1460706475 -#time=1d196eb1ee397c0 +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{32557D3B-69DC-4F95-836E-F5972B2F6159}] 1526460547 +#time=1d3ecf2c03f7c88 "CLSID"="{32557D3B-69DC-4F95-836E-F5972B2F6159}" -[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{3692CA39-E082-4350-9E1F-3704CB083CD5}] 1460706475 -#time=1d196eb1ee35256 +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{3692CA39-E082-4350-9E1F-3704CB083CD5}] 1526460547 +#time=1d3ecf2c03f3174 "CLSID"="{3692CA39-E082-4350-9E1F-3704CB083CD5}" -[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}] 1460706475 -#time=1d196eb1ee368e0 +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}] 1526460547 +#time=1d3ecf2c03f49fc "CLSID"="{41070793-59E4-479A-A1F7-954ADC2EF5FC}" -[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{4B59AFCC-B8C3-408A-B670-89E5FAB6FDA7}] 1460706475 -#time=1d196eb1ee35dbe +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{4B59AFCC-B8C3-408A-B670-89E5FAB6FDA7}] 1526460547 +#time=1d3ecf2c03f3dcc "CLSID"="{4B59AFCC-B8C3-408A-B670-89E5FAB6FDA7}" -[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{699745C2-5066-4B82-A8E3-D40478DBEC8C}] 1460706475 -#time=1d196eb1ee33e10 +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{699745C2-5066-4B82-A8E3-D40478DBEC8C}] 1526460547 +#time=1d3ecf2c03f1216 "CLSID"="{699745C2-5066-4B82-A8E3-D40478DBEC8C}" -[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{7447A267-0015-42C8-A8F1-FB3B94C68361}] 1460706475 -#time=1d196eb1ee37542 +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{7447A267-0015-42C8-A8F1-FB3B94C68361}] 1526460547 +#time=1d3ecf2c03f5852 "CLSID"="{7447A267-0015-42C8-A8F1-FB3B94C68361}" -[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{8F914656-9D0A-4EB2-9019-0BF96D8A9EE6}] 1460706475 -#time=1d196eb1ee3457c +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{8F914656-9D0A-4EB2-9019-0BF96D8A9EE6}] 1526460547 +#time=1d3ecf2c03f193c "CLSID"="{8F914656-9D0A-4EB2-9019-0BF96D8A9EE6}" -[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{B92E345D-F52D-41F3-B562-081BC772E3B9}] 1460706475 -#time=1d196eb1ee38014 +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{B92E345D-F52D-41F3-B562-081BC772E3B9}] 1526460547 +#time=1d3ecf2c03f6482 "CLSID"="{B92E345D-F52D-41F3-B562-081BC772E3B9}" -[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}] 1460706647 -#time=1d196eb856fce0a +[Software\\Classes\\CLSID\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}\\Instance\\{F90B5F36-367B-402A-9DD1-BC0FD59D8F62}] 1526460547 +#time=1d3ecf2c03f253a +"CLSID"="{F90B5F36-367B-402A-9DD1-BC0FD59D8F62}" + +[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}] 1526460879 +#time=1d3ecf386321fb8 @="Cor IE Security Manager, CorIESecurityManager, CorIESecurityManager 1" -[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}\\InprocServer32] 1460706647 -#time=1d196eb856fbf0a +[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}\\InprocServer32] 1526460879 +#time=1d3ecf38632064a @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}\\NotInsertable] 1460706647 -#time=1d196eb856f8c88 +[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}\\NotInsertable] 1526460879 +#time=1d3ecf38631b7f8 @="" -[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}\\ProgID] 1460706647 -#time=1d196eb856f6d5c +[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}\\ProgID] 1526460879 +#time=1d3ecf38631830a @="CorRegistration.CorIESecurityManager.1" -[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}\\VersionIndependentProgID] 1460706647 -#time=1d196eb856f2d06 +[Software\\Classes\\CLSID\\{05EBA309-0164-11D3-8729-00C04F79ED0D}\\VersionIndependentProgID] 1526460879 +#time=1d3ecf386310772 @="CorRegistration.CorIESecurityManager" -[Software\\Classes\\CLSID\\{05EC7C2B-F1E6-4961-AD46-E1CC810A87D2}] 1460706475 -#time=1d196eb1ee3fa94 +[Software\\Classes\\CLSID\\{05EC7C2B-F1E6-4961-AD46-E1CC810A87D2}] 1526460547 +#time=1d3ecf2c03fee48 "Author"="The Wine Project" "BitLength"=dword:00000010 "ChannelCount"=dword:00000004 @@ -1265,168 +1262,189 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000001 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{05EC7C2B-F1E6-4961-AD46-E1CC810A87D2}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3fc7e +[Software\\Classes\\CLSID\\{05EC7C2B-F1E6-4961-AD46-E1CC810A87D2}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03ff140 "0"=hex:1f,00 "1"=hex:e0,03 "2"=hex:00,7c "3"=hex:00,80 -[Software\\Classes\\CLSID\\{05F6FE1A-ECEF-11D0-AAE7-00C04FC9B304}] 1460706471 -#time=1d196eb1cfe0ada +[Software\\Classes\\CLSID\\{05F6FE1A-ECEF-11D0-AAE7-00C04FC9B304}] 1526460533 +#time=1d3ecf2b8051d3e @="IntDitherer Class" -[Software\\Classes\\CLSID\\{05F6FE1A-ECEF-11D0-AAE7-00C04FC9B304}\\InprocServer32] 1460706471 -#time=1d196eb1cfe0bca +[Software\\Classes\\CLSID\\{05F6FE1A-ECEF-11D0-AAE7-00C04FC9B304}\\InprocServer32] 1526460533 +#time=1d3ecf2b8051e42 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{060AF76C-68DD-11D0-8FC1-00C04FD9189D}] 1460706471 -#time=1d196eb1d0e1060 +[Software\\Classes\\CLSID\\{060AF76C-68DD-11D0-8FC1-00C04FD9189D}] 1526460533 +#time=1d3ecf2b7b13dc2 @="Seeking" -[Software\\Classes\\CLSID\\{060AF76C-68DD-11D0-8FC1-00C04FD9189D}\\InprocServer32] 1460706471 -#time=1d196eb1d0e1204 +[Software\\Classes\\CLSID\\{060AF76C-68DD-11D0-8FC1-00C04FD9189D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b13eda @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{06210E88-01F5-11D1-B512-0080C781C384}] 1460706471 -#time=1d196eb1cdf15a8 +[Software\\Classes\\CLSID\\{06210E88-01F5-11D1-B512-0080C781C384}] 1526460533 +#time=1d3ecf2b7ae2c7c @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{06210E88-01F5-11D1-B512-0080C781C384}\\InprocServer32] 1460706471 -#time=1d196eb1cdf1742 +[Software\\Classes\\CLSID\\{06210E88-01F5-11D1-B512-0080C781C384}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ae2d9e @="C:\\Program Files\\Common Files\\System\\OLE DB\\msdaps.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}] 1460706647 -#time=1d196eb856faf06 +[Software\\Classes\\CLSID\\{06290BD5-48AA-11D2-8432-006008C3FBFC}] 1526460533 +#time=1d3ecf2b80396b2 +@="TypeLib" + +[Software\\Classes\\CLSID\\{06290BD5-48AA-11D2-8432-006008C3FBFC}\\InprocServer32] 1526460533 +#time=1d3ecf2b80392c0 +@="C:\\windows\\system32\\scrobj.dll" +"ThreadingModel"="Apartment" + +[Software\\Classes\\CLSID\\{06290BD5-48AA-11D2-8432-006008C3FBFC}\\ProgId] 1526460533 +#time=1d3ecf2b803943c +@="Scriptlet.TypeLib" + +[Software\\Classes\\CLSID\\{06290BD5-48AA-11D2-8432-006008C3FBFC}\\TypeLib] 1526460533 +#time=1d3ecf2b80395b8 +@="{06290C00-48AA-11D2-8432-006008C3FBFC}" + +[Software\\Classes\\CLSID\\{06290BD5-48AA-11D2-8432-006008C3FBFC}\\Version] 1526460533 +#time=1d3ecf2b803973e +@="1.0" + +[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}] 1526460879 +#time=1d3ecf38631ec00 @="System.Security.Policy.AllMembershipCondition" -[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb856eedbe +[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386309dbe @="" -[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}\\InprocServer32] 1460706647 -#time=1d196eb856f7d42 +[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}\\InprocServer32] 1526460879 +#time=1d3ecf386319da4 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.AllMembershipCondition" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851cea3c +[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385ad21dc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.AllMembershipCondition" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}\\ProgId] 1460706647 -#time=1d196eb856efd5e +[Software\\Classes\\CLSID\\{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}\\ProgId] 1526460879 +#time=1d3ecf38630b83a @="System.Security.Policy.AllMembershipCondition" -[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}] 1460706471 -#time=1d196eb1cd5a1f8 +[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}] 1526460533 +#time=1d3ecf2b797ea0c @="SAX XML Reader" -[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\InprocServer32] 1460706471 -#time=1d196eb1cd59d7a +[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\InprocServer32] 1526460533 +#time=1d3ecf2b797e49e @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\ProgId] 1460706471 -#time=1d196eb1cd59eba +[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\ProgId] 1526460533 +#time=1d3ecf2b797e61a @="Msxml2.SAXXMLReader" -[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\TypeLib] 1460706471 -#time=1d196eb1cd59ff0 +[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\TypeLib] 1526460533 +#time=1d3ecf2b797e78c @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\Version] 1460706471 -#time=1d196eb1cd5a126 +[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\Version] 1526460533 +#time=1d3ecf2b797e908 @="3.0" -[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd5a266 +[Software\\Classes\\CLSID\\{079AA557-4A18-424A-8EEE-E39F0A8D41B9}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797eaac @="Msxml2.SAXXMLReader" -[Software\\Classes\\CLSID\\{07B0E5E9-D635-4CD3-B98D-7C10E700DEA0}] 1460706648 -#time=1d196eb8628902a +[Software\\Classes\\CLSID\\{07B0E5E9-D635-4CD3-B98D-7C10E700DEA0}] 1526460881 +#time=1d3ecf3877a1c40 @="PimcSurrogate Class" "AppID"="{7568952A-571E-4C70-BEA9-7F9004393436}" -[Software\\Classes\\CLSID\\{07B0E5E9-D635-4CD3-B98D-7C10E700DEA0}\\InprocServer32] 1460706648 -#time=1d196eb862882c4 +[Software\\Classes\\CLSID\\{07B0E5E9-D635-4CD3-B98D-7C10E700DEA0}\\InprocServer32] 1526460881 +#time=1d3ecf3877a03b8 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PenIMC.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{07B0E5E9-D635-4CD3-B98D-7C10E700DEA0}\\ProgID] 1460706648 -#time=1d196eb86289214 +[Software\\Classes\\CLSID\\{07B0E5E9-D635-4CD3-B98D-7C10E700DEA0}\\ProgID] 1526460881 +#time=1d3ecf3877a1e52 @="PenIMC.PimcSurrogate.4" -[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}] 1460706648 -#time=1d196eb861fad34 +[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}] 1526460881 +#time=1d3ecf3876a2d58 @="System.Runtime.InteropServices.COMException" -[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861ec5fe +[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38768ef10 @="" -[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}\\InprocServer32] 1460706648 -#time=1d196eb861f884a +[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}\\InprocServer32] 1526460881 +#time=1d3ecf38769e92e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.COMException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8513d7e4 +[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3859e489c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.COMException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}\\ProgId] 1460706648 -#time=1d196eb861edb5c +[Software\\Classes\\CLSID\\{07F94112-A42E-328B-B508-702EF62BCC29}\\ProgId] 1526460881 +#time=1d3ecf387690a9a @="System.Runtime.InteropServices.COMException" -[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}] 1460706647 -#time=1d196eb85c5db24 +[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}] 1526460880 +#time=1d3ecf386c761fe @="System.ObsoleteAttribute" -[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c55d5c +[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386c69dbe @="" -[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}\\InprocServer32] 1460706647 -#time=1d196eb85c5cc10 +[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}\\InprocServer32] 1526460880 +#time=1d3ecf386c7482c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ObsoleteAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85411470 +[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e5ecd8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ObsoleteAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}\\ProgId] 1460706647 -#time=1d196eb85c57364 +[Software\\Classes\\CLSID\\{08295C62-7462-3633-B35E-7AE68ACA3948}\\ProgId] 1526460880 +#time=1d3ecf386c6b966 @="System.ObsoleteAttribute" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}] 1460706472 -#time=1d196eb1d292972 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}] 1526460533 +#time=1d3ecf2b81a6298 @="ActiveMovie Filter Class Manager" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1ced53a2 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c97cc0 @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{1B544C20-FD0B-11CE-8C63-00AA0044B51E}] 1460706472 -#time=1d196eb1d292dc8 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{1B544C20-FD0B-11CE-8C63-00AA0044B51E}] 1526460533 +#time=1d3ecf2b81a675c "CLSID"="{1B544C20-FD0B-11CE-8C63-00AA0044B51E}" "FilterData"=hex:02,00,00,00,f0,ff,5f,00,02,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1437,8 +1455,8 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "FriendlyName"="AVI Splitter" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{336475D0-942A-11CE-A870-00AA002FEAB5}] 1460706472 -#time=1d196eb1d2935fc +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{336475D0-942A-11CE-A870-00AA002FEAB5}] 1526460533 +#time=1d3ecf2b81a709e "CLSID"="{336475D0-942A-11CE-A870-00AA002FEAB5}" "FilterData"=hex:02,00,00,00,f0,ff,5f,00,03,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,00,00,00,00,04,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1458,8 +1476,8 @@ WINE REGISTRY Version 2 00,20,af,0b,a7,70 "FriendlyName"="MPEG-I Stream Splitter" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{51B4ABF3-748F-4E3B-A276-C828330E926A}] 1460706472 -#time=1d196eb1d295d2a +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{51B4ABF3-748F-4E3B-A276-C828330E926A}] 1526460533 +#time=1d3ecf2b81a9c0e "CLSID"="{51B4ABF3-748F-4E3B-A276-C828330E926A}" "FilterData"=hex:02,00,00,00,00,00,20,00,01,00,00,00,00,00,00,00,30,70,69,33,\ 02,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1467,8 +1485,8 @@ WINE REGISTRY Version 2 9b,71,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "FriendlyName"="Video Mixing Renderer 9" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{683DDACB-4354-490C-A058-E05AD0F20537}] 1460706475 -#time=1d196eb1ee4a3ae +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{683DDACB-4354-490C-A058-E05AD0F20537}] 1526460547 +#time=1d3ecf2c040d088 "CLSID"="{683DDACB-4354-490C-A058-E05AD0F20537}" "FilterData"=hex:02,00,00,00,ff,ff,5f,00,02,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1478,8 +1496,8 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,00,00 "FriendlyName"="QT Video Decoder" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{6A08CF80-0E18-11CF-A24D-0020AFD79767}] 1460706472 -#time=1d196eb1d298a66 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{6A08CF80-0E18-11CF-A24D-0020AFD79767}] 1526460533 +#time=1d3ecf2b81ac72e "CLSID"="{6A08CF80-0E18-11CF-A24D-0020AFD79767}" "FilterData"=hex:02,00,00,00,f0,ff,5f,00,02,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1489,8 +1507,8 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,00,00 "FriendlyName"="ACM Wrapper" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{6BC1CFFA-8FC1-4261-AC22-CFB4CC38DB50}] 1460706472 -#time=1d196eb1d294dc6 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{6BC1CFFA-8FC1-4261-AC22-CFB4CC38DB50}] 1526460533 +#time=1d3ecf2b81a8ac0 "CLSID"="{6BC1CFFA-8FC1-4261-AC22-CFB4CC38DB50}" "FilterData"=hex:02,00,00,00,00,00,80,00,01,00,00,00,00,00,00,00,30,70,69,33,\ 02,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1498,8 +1516,8 @@ WINE REGISTRY Version 2 9b,71,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "FriendlyName"="Video Renderer" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{70E102B0-5556-11CE-97C0-00AA0055595A}] 1460706472 -#time=1d196eb1d29461e +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{70E102B0-5556-11CE-97C0-00AA0055595A}] 1526460533 +#time=1d3ecf2b81a821e "CLSID"="{70E102B0-5556-11CE-97C0-00AA0055595A}" "FilterData"=hex:02,00,00,00,00,00,80,00,01,00,00,00,00,00,00,00,30,70,69,33,\ 02,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1507,8 +1525,8 @@ WINE REGISTRY Version 2 9b,71,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "FriendlyName"="Video Renderer" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{79376820-07D0-11CF-A24D-0020AFD79767}] 1460706472 -#time=1d196eb1d296720 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{79376820-07D0-11CF-A24D-0020AFD79767}] 1526460533 +#time=1d3ecf2b81aa49c "CLSID"="{79376820-07D0-11CF-A24D-0020AFD79767}" "FilterData"=hex:02,00,00,00,00,00,80,00,01,00,00,00,00,00,00,00,30,70,69,33,\ 02,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1516,8 +1534,8 @@ WINE REGISTRY Version 2 9b,71,01,00,00,00,00,00,10,00,80,00,00,aa,00,38,9b,71 "FriendlyName"="Audio Renderer" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{B87BEB7B-8D29-423F-AE4D-6582C10175AC}] 1460706472 -#time=1d196eb1d29555a +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{B87BEB7B-8D29-423F-AE4D-6582C10175AC}] 1526460533 +#time=1d3ecf2b81a936c "CLSID"="{B87BEB7B-8D29-423F-AE4D-6582C10175AC}" "FilterData"=hex:02,00,00,00,00,00,20,00,01,00,00,00,00,00,00,00,30,70,69,33,\ 02,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1525,8 +1543,8 @@ WINE REGISTRY Version 2 9b,71,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "FriendlyName"="Video Mixing Renderer" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{C1F400A4-3F08-11D3-9F0B-006008039E37}] 1460706472 -#time=1d196eb1d293e26 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{C1F400A4-3F08-11D3-9F0B-006008039E37}] 1526460533 +#time=1d3ecf2b81a7954 "CLSID"="{C1F400A4-3F08-11D3-9F0B-006008039E37}" "FilterData"=hex:02,00,00,00,00,00,20,00,01,00,00,00,00,00,00,00,30,70,69,33,\ 02,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1534,8 +1552,8 @@ WINE REGISTRY Version 2 00,00 "FriendlyName"="Null Renderer" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{CF49D4E0-1115-11CE-B03A-0020AF0BA770}] 1460706472 -#time=1d196eb1d297a80 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{CF49D4E0-1115-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b81ab5e0 "CLSID"="{CF49D4E0-1115-11CE-B03A-0020AF0BA770}" "FilterData"=hex:02,00,00,00,f0,ff,5f,00,02,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1545,8 +1563,8 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,00,00 "FriendlyName"="AVI Decompressor" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{D0E70E49-5927-4894-A386-359460EE87C9}] 1460706475 -#time=1d196eb1ee4ac14 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{D0E70E49-5927-4894-A386-359460EE87C9}] 1526460547 +#time=1d3ecf2c040d952 "CLSID"="{D0E70E49-5927-4894-A386-359460EE87C9}" "FilterData"=hex:02,00,00,00,ff,ff,5f,00,03,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,01,00,00,00,02,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1560,8 +1578,8 @@ WINE REGISTRY Version 2 00,00,10,00,80,00,00,aa,00,38,9b,71 "FriendlyName"="QT Video Demux" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{D51BD5A1-7548-11CF-A520-0080C77EF58A}] 1460706472 -#time=1d196eb1d299344 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{D51BD5A1-7548-11CF-A520-0080C77EF58A}] 1526460533 +#time=1d3ecf2b81acfe4 "CLSID"="{D51BD5A1-7548-11CF-A520-0080C77EF58A}" "FilterData"=hex:02,00,00,00,00,00,40,00,02,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,00,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1575,8 +1593,8 @@ WINE REGISTRY Version 2 00,00,00,00 "FriendlyName"="Wave Parser" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{E30629D1-27E5-11CE-875D-00608CB78066}] 1460706472 -#time=1d196eb1d297210 +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{E30629D1-27E5-11CE-875D-00608CB78066}] 1526460533 +#time=1d3ecf2b81aad3e "CLSID"="{E30629D1-27E5-11CE-875D-00608CB78066}" "FilterData"=hex:02,00,00,00,00,00,80,00,01,00,00,00,00,00,00,00,30,70,69,33,\ 02,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1584,8 +1602,8 @@ WINE REGISTRY Version 2 9b,71,01,00,00,00,00,00,10,00,80,00,00,aa,00,38,9b,71 "FriendlyName"="Audio Renderer" -[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{E436EBB5-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d2982aa +[Software\\Classes\\CLSID\\{083863F1-70DE-11D0-BD40-00A0C911CE86}\\Instance\\{E436EBB5-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b81abe96 "CLSID"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" "FilterData"=hex:02,00,00,00,00,00,40,00,01,00,00,00,00,00,00,00,30,70,69,33,\ 08,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ @@ -1593,706 +1611,723 @@ WINE REGISTRY Version 2 a7,70,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "FriendlyName"="File Source (Async.)" -[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}] 1460706472 -#time=1d196eb1d1ded28 +[Software\\Classes\\CLSID\\{08FED191-BE19-11D3-A28B-00104BD35090}] 1526460533 +#time=1d3ecf2b7eaca7e +@="WshExec" + +[Software\\Classes\\CLSID\\{08FED191-BE19-11D3-A28B-00104BD35090}\\InprocServer32] 1526460533 +#time=1d3ecf2b7eac7fe +@="C:\\windows\\system32\\wshom.ocx" +"ThreadingModel"="Apartment" + +[Software\\Classes\\CLSID\\{08FED191-BE19-11D3-A28B-00104BD35090}\\TypeLib] 1526460533 +#time=1d3ecf2b7eac984 +@="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" + +[Software\\Classes\\CLSID\\{08FED191-BE19-11D3-A28B-00104BD35090}\\Version] 1526460533 +#time=1d3ecf2b7eacb00 +@="1.0" + +[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}] 1526460533 +#time=1d3ecf2b7eaf850 @="Windows Script Host Network Object" -[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1460706472 -#time=1d196eb1d1deda0 +[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1526460533 +#time=1d3ecf2b7eaf8dc -[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\InprocServer32] 1460706472 -#time=1d196eb1d1dc032 +[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\InprocServer32] 1526460533 +#time=1d3ecf2b7eabe80 @="C:\\windows\\system32\\wshom.ocx" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\ProgId] 1460706472 -#time=1d196eb1d1dc230 +[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\ProgId] 1526460533 +#time=1d3ecf2b7eabffc @="WScript.Network.1" -[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\TypeLib] 1460706472 -#time=1d196eb1d1dc438 +[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\TypeLib] 1526460533 +#time=1d3ecf2b7eac16e @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" -[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\Version] 1460706472 -#time=1d196eb1d1dc596 +[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\Version] 1526460533 +#time=1d3ecf2b7eac2e0 @="1.0" -[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\VersionIndependentProgId] 1460706472 -#time=1d196eb1d1dc6ea +[Software\\Classes\\CLSID\\{093FF999-1EA0-4079-9525-9614C3504B74}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7eac466 @="WScript.Network" -[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}] 1460706647 -#time=1d196eb85e47034 +[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}] 1526460880 +#time=1d3ecf386fc2c72 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger" -[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e3b374 +[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386faf064 @="" -[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}\\InprocServer32] 1460706647 -#time=1d196eb85e458f6 +[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}\\InprocServer32] 1526460880 +#time=1d3ecf386fc1200 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f5de74 +[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38570449c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}\\ProgId] 1460706647 -#time=1d196eb85e3d408 +[Software\\Classes\\CLSID\\{09A60795-31C0-3A79-9250-8D93C74FE540}\\ProgId] 1526460880 +#time=1d3ecf386fb28fe @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger" -[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}] 1460706647 -#time=1d196eb858c9d00 +[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}] 1526460879 +#time=1d3ecf38662eb7a @="NDP SymBinder" -[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}\\InprocServer32] 1460706647 -#time=1d196eb858c8cc0 +[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}\\InprocServer32] 1526460879 +#time=1d3ecf38662baba @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84c785ce +[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf385253a2e @="4.0.30319" "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}\\ProgID] 1460706647 -#time=1d196eb858c596c +[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}\\ProgID] 1526460879 +#time=1d3ecf386625eda @="CorSymBinder_SxS" -[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}\\Server] 1460706647 -#time=1d196eb858c2c80 +[Software\\Classes\\CLSID\\{0A29FF9E-7F9C-4437-8B11-F424491E3931}\\Server] 1526460879 +#time=1d3ecf386622582 @="diasymreader.dll" -[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}] 1460706647 -#time=1d196eb858c1984 +[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}] 1526460879 +#time=1d3ecf386620714 @="NDP SymReader" -[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}\\InprocServer32] 1460706647 -#time=1d196eb858c0908 +[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}\\InprocServer32] 1526460879 +#time=1d3ecf38661ebe4 @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84c756ee +[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf38524df3e @="4.0.30319" "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}\\ProgID] 1460706647 -#time=1d196eb858bd5dc +[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}\\ProgID] 1526460879 +#time=1d3ecf3866197d4 @="CorSymReader_SxS" -[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}\\Server] 1460706647 -#time=1d196eb858bb174 +[Software\\Classes\\CLSID\\{0A3976C5-4529-4ef8-B0B0-42EED37082CD}\\Server] 1526460879 +#time=1d3ecf386615c10 @="diasymreader.dll" -[Software\\Classes\\CLSID\\{0A9AE910-85C0-11D0-BD42-00A0C911CE86}] 1460706474 -#time=1d196eb1ed86bfc +[Software\\Classes\\CLSID\\{0A9AE910-85C0-11D0-BD42-00A0C911CE86}] 1526460547 +#time=1d3ecf2c0374d4c @="AVI mux Property Page1" -[Software\\Classes\\CLSID\\{0A9AE910-85C0-11D0-BD42-00A0C911CE86}\\InProcServer32] 1460706474 -#time=1d196eb1ed86ddc +[Software\\Classes\\CLSID\\{0A9AE910-85C0-11D0-BD42-00A0C911CE86}\\InProcServer32] 1526460547 +#time=1d3ecf2c0374f36 @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}] 1460706647 -#time=1d196eb858ba06c +[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}] 1526460879 +#time=1d3ecf386613ed8 @="NDP SymWriter" -[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\\InprocServer32] 1460706647 -#time=1d196eb858b805a +[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\\InprocServer32] 1526460879 +#time=1d3ecf3866106fc @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84c7280e +[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf3852493a8 @="4.0.30319" "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\\ProgID] 1460706647 -#time=1d196eb858b3262 +[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\\ProgID] 1526460879 +#time=1d3ecf38660951e @="CorSymWriter_SxS" -[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\\Server] 1460706647 -#time=1d196eb858af928 +[Software\\Classes\\CLSID\\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\\Server] 1526460879 +#time=1d3ecf386601882 @="diasymreader.dll" -[Software\\Classes\\CLSID\\{0AFACED1-E828-11D1-9187-B532F1E9575D}] 1460706472 -#time=1d196eb1d241270 +[Software\\Classes\\CLSID\\{0AFACED1-E828-11D1-9187-B532F1E9575D}] 1526460533 +#time=1d3ecf2b814a1c8 @="FolderShortcut" -[Software\\Classes\\CLSID\\{0AFACED1-E828-11D1-9187-B532F1E9575D}\\InprocServer32] 1460706471 -#time=1d196eb1d125e0e +[Software\\Classes\\CLSID\\{0AFACED1-E828-11D1-9187-B532F1E9575D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3d5d8 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{0AFACED1-E828-11D1-9187-B532F1E9575D}\\ShellFolder] 1460706472 -#time=1d196eb1d241374 +[Software\\Classes\\CLSID\\{0AFACED1-E828-11D1-9187-B532F1E9575D}\\ShellFolder] 1526460533 +#time=1d3ecf2b814a2f4 "Attributes"=dword:60010000 "CallForAttributes"=dword:f0000000 -[Software\\Classes\\CLSID\\{0BE35203-8F91-11CE-9DE3-00AA004BB851}] 1460706471 -#time=1d196eb1d0a86de +[Software\\Classes\\CLSID\\{0BE35203-8F91-11CE-9DE3-00AA004BB851}] 1526460533 +#time=1d3ecf2b7bd4252 @="Standard Font" -[Software\\Classes\\CLSID\\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\\InprocServer32] 1460706471 -#time=1d196eb1d0a8602 +[Software\\Classes\\CLSID\\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd4158 @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\\ProgId] 1460706471 -#time=1d196eb1d0a874c +[Software\\Classes\\CLSID\\{0BE35203-8F91-11CE-9DE3-00AA004BB851}\\ProgId] 1526460533 +#time=1d3ecf2b7bd42d4 @="StdFont" -[Software\\Classes\\CLSID\\{0BE35204-8F91-11CE-9DE3-00AA004BB851}] 1460706471 -#time=1d196eb1d0a8fa8 +[Software\\Classes\\CLSID\\{0BE35204-8F91-11CE-9DE3-00AA004BB851}] 1526460533 +#time=1d3ecf2b7bd4c8e @="Standard Picture" -[Software\\Classes\\CLSID\\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\\InprocServer32] 1460706471 -#time=1d196eb1d0a8ecc +[Software\\Classes\\CLSID\\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd4b94 @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\\ProgId] 1460706471 -#time=1d196eb1d0a9034 +[Software\\Classes\\CLSID\\{0BE35204-8F91-11CE-9DE3-00AA004BB851}\\ProgId] 1526460533 +#time=1d3ecf2b7bd4d10 @="StdPicture" -[Software\\Classes\\CLSID\\{0CA545C6-37AD-4A6C-BF92-9F7610067EF5}] 1460706471 -#time=1d196eb1cf53090 +[Software\\Classes\\CLSID\\{0CA545C6-37AD-4A6C-BF92-9F7610067EF5}] 1526460533 +#time=1d3ecf2b7dafb6c @="HNetCfg.FwOpenPort" -[Software\\Classes\\CLSID\\{0CA545C6-37AD-4A6C-BF92-9F7610067EF5}\\InprocServer32] 1460706471 -#time=1d196eb1cf52fbe +[Software\\Classes\\CLSID\\{0CA545C6-37AD-4A6C-BF92-9F7610067EF5}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dafa72 @="C:\\windows\\system32\\hnetcfg.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0CA545C6-37AD-4A6C-BF92-9F7610067EF5}\\ProgId] 1460706471 -#time=1d196eb1cf53108 +[Software\\Classes\\CLSID\\{0CA545C6-37AD-4A6C-BF92-9F7610067EF5}\\ProgId] 1526460533 +#time=1d3ecf2b7dafbe4 @="HNetCfg.FwOpenPort" -[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}] 1460706647 -#time=1d196eb85abdbfc +[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}] 1526460880 +#time=1d3ecf3869b0cee @="System.Reflection.TargetException" -[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ab69c4 +[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3869a3738 @="" -[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}\\InprocServer32] 1460706647 -#time=1d196eb85abccca +[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}\\InprocServer32] 1526460880 +#time=1d3ecf3869af268 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.TargetException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8529f6dc +[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385bf591a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.TargetException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}\\ProgId] 1460706647 -#time=1d196eb85ab796e +[Software\\Classes\\CLSID\\{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}\\ProgId] 1526460880 +#time=1d3ecf3869a520e @="System.Reflection.TargetException" -[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}] 1460706471 -#time=1d196eb1d10668a +[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}] 1526460533 +#time=1d3ecf2b7b25e28 @="FileSystem Object" -[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}\\InprocServer32] 1460706471 -#time=1d196eb1d1062ac +[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b25a40 @="C:\\windows\\system32\\scrrun.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}\\ProgId] 1460706471 -#time=1d196eb1d1063f6 +[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}\\ProgId] 1526460533 +#time=1d3ecf2b7b25bbc @="Scripting.FileSystemObject" -[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}\\TypeLib] 1460706471 -#time=1d196eb1d106540 +[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}\\TypeLib] 1526460533 +#time=1d3ecf2b7b25d38 @="{420B2830-E718-11CF-893D-00A0C9054228}" -[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}\\Version] 1460706471 -#time=1d196eb1d10672a +[Software\\Classes\\CLSID\\{0D43FE01-F093-11CF-8940-00A0C9054228}\\Version] 1526460533 +#time=1d3ecf2b7b25eaa @="1.0" -[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}] 1460706648 -#time=1d196eb863ed754 +[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}] 1526460882 +#time=1d3ecf3879f902e @="System.Collections.Generic.KeyNotFoundException" -[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863e8920 +[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf3879f03c0 @="" -[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}\\InprocServer32] 1460706648 -#time=1d196eb863ec872 +[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}\\InprocServer32] 1526460882 +#time=1d3ecf3879f7594 @="mscoree.dll" "Class"="System.Collections.Generic.KeyNotFoundException" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85341e6e +[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d0c9de "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.Generic.KeyNotFoundException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}\\ProgId] 1460706648 -#time=1d196eb863e988e +[Software\\Classes\\CLSID\\{0D52ABE3-3C93-3D94-A744-AC44850BACCD}\\ProgId] 1526460882 +#time=1d3ecf3879f1e0a @="System.Collections.Generic.KeyNotFoundException" -[Software\\Classes\\CLSID\\{0DF2C7EC-3435-11D0-81D0-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf730de +[Software\\Classes\\CLSID\\{0DF2C7EC-3435-11D0-81D0-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf90de @="CLSID_ISMTPTransport2" -[Software\\Classes\\CLSID\\{0DF2C7EC-3435-11D0-81D0-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf731c4 +[Software\\Classes\\CLSID\\{0DF2C7EC-3435-11D0-81D0-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf91e2 @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}] 1460706647 -#time=1d196eb858363d4 +[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}] 1526460879 +#time=1d3ecf3865363bc @="Microsoft.JScript.JSAuthor" -[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85823c34 +[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38651ed70 @="" -[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\InprocServer32] 1460706647 -#time=1d196eb858340a2 +[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\InprocServer32] 1526460879 +#time=1d3ecf386532fdc @="mscoree.dll" "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.JSAuthor" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\InprocServer32\\10.0.0.0] 1460706646 -#time=1d196eb8561a99c +[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\InprocServer32\\10.0.0.0] 1526460879 +#time=1d3ecf3861bfc7e "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.JSAuthor" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\InprocServer32\\7.0.5000.0] 1460706647 -#time=1d196eb8582c690 +[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\InprocServer32\\7.0.5000.0] 1526460879 +#time=1d3ecf386528032 "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.JSAuthor" "RuntimeVersion"="v1.1.4322" -[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\ProgId] 1460706647 -#time=1d196eb85826d30 +[Software\\Classes\\CLSID\\{0E4EFFC0-2387-11D3-B372-00105A98B7CE}\\ProgId] 1526460879 +#time=1d3ecf386522326 @="Microsoft.JScript.JSAuthor" -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}] 1460706471 -#time=1d196eb1d055dd0 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}] 1526460533 +#time=1d3ecf2b7ca7724 @="ScriptControl Object" -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Control] 1460706471 -#time=1d196eb1d055cea +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Control] 1526460533 +#time=1d3ecf2b7ca762a -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{0de86a52-2baa-11cf-a229-00aa003d7352}] 1460706471 -#time=1d196eb1d055812 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{0de86a52-2baa-11cf-a229-00aa003d7352}] 1526460533 +#time=1d3ecf2b7ca70bc -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{0de86a53-2baa-11cf-a229-00aa003d7352}] 1460706471 -#time=1d196eb1d0558f8 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{0de86a53-2baa-11cf-a229-00aa003d7352}] 1526460533 +#time=1d3ecf2b7ca71c0 -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{0de86a57-2baa-11cf-a229-00aa003d7352}] 1460706471 -#time=1d196eb1d0559de +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{0de86a57-2baa-11cf-a229-00aa003d7352}] 1526460533 +#time=1d3ecf2b7ca72ba -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{40fc6ed4-2438-11cf-a3db-080036f12502}] 1460706471 -#time=1d196eb1d055ac4 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{40fc6ed4-2438-11cf-a3db-080036f12502}] 1526460533 +#time=1d3ecf2b7ca73be -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1460706471 -#time=1d196eb1d055ba0 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1526460533 +#time=1d3ecf2b7ca74c2 -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\InprocServer32] 1460706471 -#time=1d196eb1d053d82 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ca5f3c @="C:\\windows\\system32\\msscript.ocx" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\MiscStatus] 1460706471 -#time=1d196eb1d055eca +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\MiscStatus] 1526460533 +#time=1d3ecf2b7ca7850 @="0" -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\MiscStatus\\1] 1460706471 -#time=1d196eb1d055f42 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\MiscStatus\\1] 1526460533 +#time=1d3ecf2b7ca78dc @="132499" -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\ProgId] 1460706471 -#time=1d196eb1d0541a6 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\ProgId] 1526460533 +#time=1d3ecf2b7ca60c2 @="MSScriptControl.ScriptControl.1" -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\TypeLib] 1460706471 -#time=1d196eb1d0544b2 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\TypeLib] 1526460533 +#time=1d3ecf2b7ca625c @="{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}" -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Version] 1460706471 -#time=1d196eb1d054764 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\Version] 1526460533 +#time=1d3ecf2b7ca63d8 @="1.0" -[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1d054a52 +[Software\\Classes\\CLSID\\{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ca6554 @="MSScriptControl.ScriptControl" -[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}] 1460706647 -#time=1d196eb85dd88a0 +[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}] 1526460880 +#time=1d3ecf386efec50 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString" -[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85dd0146 +[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ef0fe2 @="" -[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}\\InprocServer32] 1460706647 -#time=1d196eb85dd79f0 +[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}\\InprocServer32] 1526460880 +#time=1d3ecf386efccc0 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f3ae06 +[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856ce19e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}\\ProgId] 1460706647 -#time=1d196eb85dd227a +[Software\\Classes\\CLSID\\{0E71F9BD-C109-3352-BD60-14F96D56B6F3}\\ProgId] 1526460880 +#time=1d3ecf386ef45c0 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString" -[Software\\Classes\\CLSID\\{0F0F094B-B01C-4091-A14D-DD0CD807711A}] 1460706471 -#time=1d196eb1cf21806 +[Software\\Classes\\CLSID\\{0F0F094B-B01C-4091-A14D-DD0CD807711A}] 1526460533 +#time=1d3ecf2b7dba74c @="DirectPlayVoice Test Object" -[Software\\Classes\\CLSID\\{0F0F094B-B01C-4091-A14D-DD0CD807711A}\\InprocServer32] 1460706471 -#time=1d196eb1cf215e0 +[Software\\Classes\\CLSID\\{0F0F094B-B01C-4091-A14D-DD0CD807711A}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dba4cc @="C:\\windows\\system32\\dpvoice.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0F0F094B-B01C-4091-A14D-DD0CD807711A}\\ProgId] 1460706471 -#time=1d196eb1cf2172a +[Software\\Classes\\CLSID\\{0F0F094B-B01C-4091-A14D-DD0CD807711A}\\ProgId] 1526460533 +#time=1d3ecf2b7dba652 @="DirectPlayVoice.Test.1" -[Software\\Classes\\CLSID\\{0F0F094B-B01C-4091-A14D-DD0CD807711A}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf2187e +[Software\\Classes\\CLSID\\{0F0F094B-B01C-4091-A14D-DD0CD807711A}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7dba7ce @="DirectPlayVoice.Test" -[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}] 1460706471 -#time=1d196eb1d153002 +[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}] 1526460533 +#time=1d3ecf2b7d64bee @="TaskScheduler" -[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\InprocServer32] 1460706471 -#time=1d196eb1d1529b8 +[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d64680 @="C:\\windows\\system32\\taskschd.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\ProgId] 1460706471 -#time=1d196eb1d152b02 +[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\ProgId] 1526460533 +#time=1d3ecf2b7d647fc @="Schedule.Service.1" -[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\TypeLib] 1460706471 -#time=1d196eb1d152da0 +[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\TypeLib] 1526460533 +#time=1d3ecf2b7d64978 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" -[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\Version] 1460706471 -#time=1d196eb1d152f26 +[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\Version] 1526460533 +#time=1d3ecf2b7d64afe @="1.0" -[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1d153070 +[Software\\Classes\\CLSID\\{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d64c7a @="Schedule.Service" -[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}] 1460706648 -#time=1d196eb8611bb70 +[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}] 1526460881 +#time=1d3ecf387527dac @="System.MemberAccessException" -[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8610ab18 +[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38750a068 @="" -[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}\\InprocServer32] 1460706648 -#time=1d196eb86118894 +[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}\\InprocServer32] 1526460881 +#time=1d3ecf387523090 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MemberAccessException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb855025be +[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fd158e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MemberAccessException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}\\ProgId] 1460706648 -#time=1d196eb8610d6d8 +[Software\\Classes\\CLSID\\{0FF66430-C796-3EE7-902B-166C402CA288}\\ProgId] 1526460881 +#time=1d3ecf38750ed48 @="System.MemberAccessException" -[Software\\Classes\\CLSID\\{108296C1-281E-11D3-BD22-0000F80849BD}] 1460706647 -#time=1d196eb858e9876 +[Software\\Classes\\CLSID\\{108296C1-281E-11D3-BD22-0000F80849BD}] 1526460879 +#time=1d3ecf3866666b0 @="Pdb based CorSymWriter" -[Software\\Classes\\CLSID\\{108296C1-281E-11D3-BD22-0000F80849BD}\\InprocServer32] 1460706647 -#time=1d196eb858e87f0 +[Software\\Classes\\CLSID\\{108296C1-281E-11D3-BD22-0000F80849BD}\\InprocServer32] 1526460879 +#time=1d3ecf38666482e @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{108296C1-281E-11D3-BD22-0000F80849BD}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84c7b224 +[Software\\Classes\\CLSID\\{108296C1-281E-11D3-BD22-0000F80849BD}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf385257c64 @="4.0.30319" "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{108296C1-281E-11D3-BD22-0000F80849BD}\\Server] 1460706647 -#time=1d196eb858e555a +[Software\\Classes\\CLSID\\{108296C1-281E-11D3-BD22-0000F80849BD}\\Server] 1526460879 +#time=1d3ecf38665f478 @="diasymreader.dll" -[Software\\Classes\\CLSID\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}] 1460706471 -#time=1d196eb1cee1b98 +[Software\\Classes\\CLSID\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}] 1526460533 +#time=1d3ecf2b80ed3e2 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}\\InprocServer32] 1460706471 -#time=1d196eb1cee1c7e +[Software\\Classes\\CLSID\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}\\InprocServer32] 1526460533 +#time=1d3ecf2b80ed4f0 @="C:\\windows\\system32\\dispex.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}] 1460706647 -#time=1d196eb85e8959c +[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}] 1526460881 +#time=1d3ecf387031dd4 @="System.TypeLoadException" -[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e71cf8 +[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386fec950 @="" -[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}\\InprocServer32] 1460706647 -#time=1d196eb85e84fec +[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}\\InprocServer32] 1526460881 +#time=1d3ecf38702ad68 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.TypeLoadException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854805d2 +[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f14a6a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.TypeLoadException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}\\ProgId] 1460706647 -#time=1d196eb85e75dbc +[Software\\Classes\\CLSID\\{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}\\ProgId] 1526460881 +#time=1d3ecf38700127e @="System.TypeLoadException" -[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}] 1460706648 -#time=1d196eb863fd636 +[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}] 1526460882 +#time=1d3ecf387a16188 @="System.OperationCanceledException" -[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863f81e0 +[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf387a0d8da @="" -[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}\\InprocServer32] 1460706648 -#time=1d196eb863fc75e +[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}\\InprocServer32] 1526460882 +#time=1d3ecf387a147fc @="mscoree.dll" "Class"="System.OperationCanceledException" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8540d56e +[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e58dc4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.OperationCanceledException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}\\ProgId] 1460706648 -#time=1d196eb863f9180 +[Software\\Classes\\CLSID\\{11581718-2434-32E3-B559-E86CE9923744}\\ProgId] 1526460882 +#time=1d3ecf387a0f72a @="System.OperationCanceledException" -[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}] 1460706647 -#time=1d196eb85f85b3a +[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}] 1526460881 +#time=1d3ecf387235b44 @="System.Runtime.Remoting.Proxies.ProxyAttribute" -[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f7db10 +[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387225a50 @="" -[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}\\InprocServer32] 1460706647 -#time=1d196eb85f84af0 +[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}\\InprocServer32] 1526460881 +#time=1d3ecf387233d44 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Proxies.ProxyAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fc6a3c +[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857a730e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Proxies.ProxyAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}\\ProgId] 1460706647 -#time=1d196eb85f7f9c4 +[Software\\Classes\\CLSID\\{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}\\ProgId] 1526460881 +#time=1d3ecf38722993e @="System.Runtime.Remoting.Proxies.ProxyAttribute" -[Software\\Classes\\CLSID\\{13709620-C279-11CE-A49E-444553540000}] 1460706471 -#time=1d196eb1d120b3e +[Software\\Classes\\CLSID\\{13709620-C279-11CE-A49E-444553540000}] 1526460533 +#time=1d3ecf2b7f388b2 @="Shell Automation Service" -[Software\\Classes\\CLSID\\{13709620-C279-11CE-A49E-444553540000}\\InprocServer32] 1460706471 -#time=1d196eb1d120422 +[Software\\Classes\\CLSID\\{13709620-C279-11CE-A49E-444553540000}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f385ec @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{13709620-C279-11CE-A49E-444553540000}\\ProgId] 1460706471 -#time=1d196eb1d120774 +[Software\\Classes\\CLSID\\{13709620-C279-11CE-A49E-444553540000}\\ProgId] 1526460533 +#time=1d3ecf2b7f387ae @="Shell.Application.1" -[Software\\Classes\\CLSID\\{13709620-C279-11CE-A49E-444553540000}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1d120c42 +[Software\\Classes\\CLSID\\{13709620-C279-11CE-A49E-444553540000}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f3893e @="Shell.Application" -[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}] 1460706647 -#time=1d196eb85b6eefc +[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}] 1526460880 +#time=1d3ecf386af84f8 @="System.Collections.Hashtable" -[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b6807a +[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386aea9ca @="" -[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}\\InprocServer32] 1460706647 -#time=1d196eb85b6e060 +[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}\\InprocServer32] 1526460880 +#time=1d3ecf386af6b3a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.Hashtable" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8535252a +[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d2e7aa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.Hashtable" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}\\ProgId] 1460706647 -#time=1d196eb85b69024 +[Software\\Classes\\CLSID\\{146855FA-309F-3D0E-BB3E-DF525F30A715}\\ProgId] 1526460880 +#time=1d3ecf386aec4e6 @="System.Collections.Hashtable" -[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}] 1460706647 -#time=1d196eb85964e9a +[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}] 1526460880 +#time=1d3ecf386764bca @="System.Globalization.NumberFormatInfo" -[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85951c5a +[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38673efc4 @="" -[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}\\InprocServer32] 1460706647 -#time=1d196eb8596025a +[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}\\InprocServer32] 1526460880 +#time=1d3ecf38675c04c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.NumberFormatInfo" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85212b9c +[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b26c28 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.NumberFormatInfo" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}\\ProgId] 1460706647 -#time=1d196eb85954e14 +[Software\\Classes\\CLSID\\{146A47AB-A2CF-3587-BB25-2B286D7566B4}\\ProgId] 1526460880 +#time=1d3ecf386745194 @="System.Globalization.NumberFormatInfo" -[Software\\Classes\\CLSID\\{148BD520-A2AB-11CE-B11F-00AA00530503}] 1460706471 -#time=1d196eb1d058abc +[Software\\Classes\\CLSID\\{148BD520-A2AB-11CE-B11F-00AA00530503}] 1526460533 +#time=1d3ecf2b7c08638 @="CTask" -[Software\\Classes\\CLSID\\{148BD520-A2AB-11CE-B11F-00AA00530503}\\InprocServer32] 1460706471 -#time=1d196eb1d058ba2 +[Software\\Classes\\CLSID\\{148BD520-A2AB-11CE-B11F-00AA00530503}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c08746 @="C:\\windows\\system32\\mstask.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{148BD52A-A2AB-11CE-B11F-00AA00530503}] 1460706471 -#time=1d196eb1d058788 +[Software\\Classes\\CLSID\\{148BD52A-A2AB-11CE-B11F-00AA00530503}] 1526460533 +#time=1d3ecf2b7c082a0 @="CTaskScheduler" -[Software\\Classes\\CLSID\\{148BD52A-A2AB-11CE-B11F-00AA00530503}\\InprocServer32] 1460706471 -#time=1d196eb1d058878 +[Software\\Classes\\CLSID\\{148BD52A-A2AB-11CE-B11F-00AA00530503}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c083b8 @="C:\\windows\\system32\\mstask.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}] 1460706647 -#time=1d196eb85b1be78 +[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}] 1526460880 +#time=1d3ecf386a5f000 @="System.Diagnostics.StackFrame" -[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b14df8 +[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386a4fa6a @="" -[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}\\InprocServer32] 1460706647 -#time=1d196eb85b1afc8 +[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}\\InprocServer32] 1526460880 +#time=1d3ecf386a5d26e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.StackFrame" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8531d0c8 +[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385cc3266 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.StackFrame" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}\\ProgId] 1460706647 -#time=1d196eb85b15ee2 +[Software\\Classes\\CLSID\\{14910622-09D4-3B4A-8C1E-9991DBDCC553}\\ProgId] 1526460880 +#time=1d3ecf386a53408 @="System.Diagnostics.StackFrame" -[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}] 1460706647 -#time=1d196eb85d79fee +[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}] 1526460880 +#time=1d3ecf386e5920a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens" -[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d70214 +[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386e4593a @="" -[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}\\InprocServer32] 1460706647 -#time=1d196eb85d79102 +[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}\\InprocServer32] 1526460880 +#time=1d3ecf386e577ca @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f15b1a +[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38569e282 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}\\ProgId] 1460706647 -#time=1d196eb85d721ea +[Software\\Classes\\CLSID\\{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}\\ProgId] 1526460880 +#time=1d3ecf386e4a296 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens" -[Software\\Classes\\CLSID\\{172BDDF8-CEEA-11D1-8B05-00600806D9B6}] 1460706471 -#time=1d196eb1cdc6dda +[Software\\Classes\\CLSID\\{172BDDF8-CEEA-11D1-8B05-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aaa836 @="WinMGMTS" -[Software\\Classes\\CLSID\\{172BDDF8-CEEA-11D1-8B05-00600806D9B6}\\InprocServer32] 1460706471 -#time=1d196eb1cdc6b50 +[Software\\Classes\\CLSID\\{172BDDF8-CEEA-11D1-8B05-00600806D9B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7aaa5c0 @="C:\\windows\\system32\\wbem\\wbemdisp.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{172BDDF8-CEEA-11D1-8B05-00600806D9B6}\\ProgId] 1460706471 -#time=1d196eb1cdc6cf4 +[Software\\Classes\\CLSID\\{172BDDF8-CEEA-11D1-8B05-00600806D9B6}\\ProgId] 1526460533 +#time=1d3ecf2b7aaa73c @="WINMGMTS.1" -[Software\\Classes\\CLSID\\{172BDDF8-CEEA-11D1-8B05-00600806D9B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdc6e52 +[Software\\Classes\\CLSID\\{172BDDF8-CEEA-11D1-8B05-00600806D9B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7aaa8c2 @="WINMGMTS" -[Software\\Classes\\CLSID\\{1767B93A-B021-44EA-920F-863C11F4F768}] 1460706475 -#time=1d196eb1ee3905e +[Software\\Classes\\CLSID\\{1767B93A-B021-44EA-920F-863C11F4F768}] 1526460547 +#time=1d3ecf2c03f7648 @="WIC Application Extension Reader" "Author"="The Wine Project" "FriendlyName"="Application Extension Reader" @@ -2303,87 +2338,87 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{1767B93A-B021-44EA-920F-863C11F4F768}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1460706475 -#time=1d196eb1ee392d4 +[Software\\Classes\\CLSID\\{1767B93A-B021-44EA-920F-863C11F4F768}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1526460547 +#time=1d3ecf2c03f790e "Mask"=hex:ff,ff,ff "Pattern"=hex:21,ff,0b "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{1767B93A-B021-44EA-920F-863C11F4F768}\\InprocServer32] 1460706472 -#time=1d196eb1d19c69e +[Software\\Classes\\CLSID\\{1767B93A-B021-44EA-920F-863C11F4F768}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f11a82 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{17D6CCD8-3B7B-11D2-B9E0-00C04FD8DBF7}] 1460706471 -#time=1d196eb1d07ad9c +[Software\\Classes\\CLSID\\{17D6CCD8-3B7B-11D2-B9E0-00C04FD8DBF7}] 1526460533 +#time=1d3ecf2b7ce0a6a @="DsObjectPicker" -[Software\\Classes\\CLSID\\{17D6CCD8-3B7B-11D2-B9E0-00C04FD8DBF7}\\InprocServer32] 1460706471 -#time=1d196eb1d07ae96 +[Software\\Classes\\CLSID\\{17D6CCD8-3B7B-11D2-B9E0-00C04FD8DBF7}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ce0b78 @="C:\\windows\\system32\\objsel.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{18845040-0FA5-11D1-BA19-00C04FD912D0}] 1460706471 -#time=1d196eb1cfe07b0 +[Software\\Classes\\CLSID\\{18845040-0FA5-11D1-BA19-00C04FD912D0}] 1526460533 +#time=1d3ecf2b805199c @="Microsoft HTML Load Options" -[Software\\Classes\\CLSID\\{18845040-0FA5-11D1-BA19-00C04FD912D0}\\InprocServer32] 1460706471 -#time=1d196eb1cfe08a0 +[Software\\Classes\\CLSID\\{18845040-0FA5-11D1-BA19-00C04FD912D0}\\InprocServer32] 1526460533 +#time=1d3ecf2b8051aaa @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}] 1460706648 -#time=1d196eb863ae27a +[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}] 1526460881 +#time=1d3ecf3879865ec @="System.Runtime.Serialization.OnDeserializedAttribute" -[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863a939c +[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38797c916 @="" -[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}\\InprocServer32] 1460706648 -#time=1d196eb863ad3c0 +[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}\\InprocServer32] 1526460881 +#time=1d3ecf387984486 @="mscoree.dll" "Class"="System.Runtime.Serialization.OnDeserializedAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8527989c +[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385bbc2e6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.OnDeserializedAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}\\ProgId] 1460706648 -#time=1d196eb863aa3f0 +[Software\\Classes\\CLSID\\{18B1C7EE-68E3-35BB-9E40-469A223285F7}\\ProgId] 1526460881 +#time=1d3ecf38797e4dc @="System.Runtime.Serialization.OnDeserializedAttribute" -[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}] 1460706647 -#time=1d196eb859dfd84 +[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}] 1526460880 +#time=1d3ecf386838c40 @="System.Globalization.KoreanCalendar" -[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb859cdabc +[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38681a326 @="" -[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}\\InprocServer32] 1460706647 -#time=1d196eb859dde76 +[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}\\InprocServer32] 1526460880 +#time=1d3ecf386835608 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.KoreanCalendar" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85224c16 +[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b4128a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.KoreanCalendar" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}\\ProgId] 1460706647 -#time=1d196eb859d3232 +[Software\\Classes\\CLSID\\{1A06A4DC-E239-3717-89E1-D0683F3A5320}\\ProgId] 1526460880 +#time=1d3ecf386822bb6 @="System.Globalization.KoreanCalendar" -[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}] 1460706475 -#time=1d196eb1ee2b7f6 +[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}] 1526460547 +#time=1d3ecf2c03eb5fa @="WIC JPEG Encoder" "Author"="The Wine Project" "ContainerFormat"="{19E4A5AA-5662-4FC5-A0C0-1758028E1057}" @@ -2393,760 +2428,763 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee2bae4 +[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03eb8c0 -[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee2b896 +[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03eb6a4 -[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}\\Formats\\{6FDDC324-4E03-4FBE-B185-3D77768DC91C}] 1460706475 -#time=1d196eb1ee2b9e0 +[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC91C}] 1526460547 +#time=1d3ecf2c03eb7a8 -[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}\\InprocServer32] 1460706472 -#time=1d196eb1d199df4 +[Software\\Classes\\CLSID\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0e7ec @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}] 1460706475 -#time=1d196eb1ee31db8 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}] 1526460547 +#time=1d3ecf2c03ef1e6 @="WIC Default Format Converter" "Author"="The Wine Project" "FriendlyName"="Default Pixel Format Converter" "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\InprocServer32] 1460706472 -#time=1d196eb1d19aa92 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0f66a @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{05EC7C2B-F1E6-4961-AD46-E1CC810A87D2}] 1460706475 -#time=1d196eb1ee32e84 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{05EC7C2B-F1E6-4961-AD46-E1CC810A87D2}] 1526460547 +#time=1d3ecf2c03efe8e + +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1526460547 +#time=1d3ecf2c03ef2a4 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1460706475 -#time=1d196eb1ee31e58 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1526460547 +#time=1d3ecf2c03ef3bc -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1460706475 -#time=1d196eb1ee31fb6 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1526460547 +#time=1d3ecf2c03ef4c0 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1460706475 -#time=1d196eb1ee32146 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1526460547 +#time=1d3ecf2c03ef5e2 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1460706475 -#time=1d196eb1ee322fe +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1526460547 +#time=1d3ecf2c03ef6f0 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1460706475 -#time=1d196eb1ee32416 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1526460547 +#time=1d3ecf2c03ef7fe -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1460706475 -#time=1d196eb1ee32510 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1526460547 +#time=1d3ecf2c03ef916 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1460706475 -#time=1d196eb1ee326d2 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03efa2e -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee328a8 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1526460547 +#time=1d3ecf2c03efc5e -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1460706475 -#time=1d196eb1ee32b5a +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1526460547 +#time=1d3ecf2c03efd76 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1460706475 -#time=1d196eb1ee32d1c +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1526460547 +#time=1d3ecf2c03efb3c -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1460706475 -#time=1d196eb1ee32a42 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03f015e -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee3305a +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90D}] 1526460547 +#time=1d3ecf2c03f03c0 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90D}] 1460706475 -#time=1d196eb1ee331d6 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1526460547 +#time=1d3ecf2c03f0500 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1460706475 -#time=1d196eb1ee332ee +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c03f0654 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee3342e +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1526460547 +#time=1d3ecf2c03f0776 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1460706475 -#time=1d196eb1ee33546 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC911}] 1526460547 +#time=1d3ecf2c03f088e -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1460706475 -#time=1d196eb1ee33640 +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1526460547 +#time=1d3ecf2c03f09a6 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1460706475 -#time=1d196eb1ee3373a +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1526460547 +#time=1d3ecf2c03f0ac8 -[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4FBE-B185-3D77768DC91C}] 1460706475 -#time=1d196eb1ee3385c +[Software\\Classes\\CLSID\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}\\PixelFormats\\{6FDDC324-4E03-4BFE-B185-3D77768DC91C}] 1526460547 +#time=1d3ecf2c03f0be0 -[Software\\Classes\\CLSID\\{1B544C20-FD0B-11CE-8C63-00AA0044B51E}] 1460706471 -#time=1d196eb1d0e179a +[Software\\Classes\\CLSID\\{1B544C20-FD0B-11CE-8C63-00AA0044B51E}] 1526460533 +#time=1d3ecf2b7b144e8 @="AVI Splitter" -[Software\\Classes\\CLSID\\{1B544C20-FD0B-11CE-8C63-00AA0044B51E}\\InprocServer32] 1460706471 -#time=1d196eb1d0e188a +[Software\\Classes\\CLSID\\{1B544C20-FD0B-11CE-8C63-00AA0044B51E}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b145f6 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1B544C22-FD0B-11CE-8C63-00AA0044B51E}] 1460706474 -#time=1d196eb1ed8563a +[Software\\Classes\\CLSID\\{1B544C22-FD0B-11CE-8C63-00AA0044B51E}] 1526460547 +#time=1d3ecf2c0372e02 @="VFW Capture Filter" -[Software\\Classes\\CLSID\\{1B544C22-FD0B-11CE-8C63-00AA0044B51E}\\InProcServer32] 1460706474 -#time=1d196eb1ed85720 +[Software\\Classes\\CLSID\\{1B544C22-FD0B-11CE-8C63-00AA0044B51E}\\InProcServer32] 1526460547 +#time=1d3ecf2c0372fce @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1B544C22-FD0B-11CE-8C63-00AA0044B51F}] 1460706474 -#time=1d196eb1ed85964 +[Software\\Classes\\CLSID\\{1B544C22-FD0B-11CE-8C63-00AA0044B51F}] 1526460547 +#time=1d3ecf2c03734c4 @="VFW Capture Filter Property Page" -[Software\\Classes\\CLSID\\{1B544C22-FD0B-11CE-8C63-00AA0044B51F}\\InProcServer32] 1460706474 -#time=1d196eb1ed85a40 +[Software\\Classes\\CLSID\\{1B544C22-FD0B-11CE-8C63-00AA0044B51F}\\InProcServer32] 1526460547 +#time=1d3ecf2c037369a @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}] 1460706648 -#time=1d196eb863e5b80 +[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}] 1526460882 +#time=1d3ecf3879eb6ae @="System.Diagnostics.DebuggerStepperBoundaryAttribute" -[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863e0f40 +[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf3879e1654 @="" -[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}\\InprocServer32] 1460706648 -#time=1d196eb863e4d02 +[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}\\InprocServer32] 1526460882 +#time=1d3ecf3879e9d22 @="mscoree.dll" "Class"="System.Diagnostics.DebuggerStepperBoundaryAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85335614 +[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385cf1c2e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.DebuggerStepperBoundaryAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}\\ProgId] 1460706648 -#time=1d196eb863e1eae +[Software\\Classes\\CLSID\\{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}\\ProgId] 1526460882 +#time=1d3ecf3879e48e0 @="System.Diagnostics.DebuggerStepperBoundaryAttribute" -[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}] 1460706648 -#time=1d196eb863ce606 +[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}] 1526460882 +#time=1d3ecf3879bfea0 @="System.Runtime.Serialization.OptionalFieldAttribute" -[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863c9372 +[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf3879b6314 @="" -[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}\\InprocServer32] 1460706648 -#time=1d196eb863cd792 +[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}\\InprocServer32] 1526460882 +#time=1d3ecf3879be438 @="mscoree.dll" "Class"="System.Runtime.Serialization.OptionalFieldAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8528b330 +[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385bd5250 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.OptionalFieldAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}\\ProgId] 1460706648 -#time=1d196eb863ca718 +[Software\\Classes\\CLSID\\{1C97EF1D-74ED-3D21-84A4-8631D959634A}\\ProgId] 1526460882 +#time=1d3ecf3879b7fd4 @="System.Runtime.Serialization.OptionalFieldAttribute" -[Software\\Classes\\CLSID\\{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}] 1460706471 -#time=1d196eb1cefeb4e +[Software\\Classes\\CLSID\\{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}] 1526460533 +#time=1d3ecf2b7f1c1e4 @="DirectMusic Script AutoImp AudioPathConfig" -[Software\\Classes\\CLSID\\{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}\\InprocServer32] 1460706471 -#time=1d196eb1cefe932 +[Software\\Classes\\CLSID\\{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1bf64 @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}\\ProgId] 1460706471 -#time=1d196eb1cefea7c +[Software\\Classes\\CLSID\\{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}\\ProgId] 1526460533 +#time=1d3ecf2b7f1c0ea @="Microsoft.DirectMusicScriptAutoImpAudioPathConfig.1" -[Software\\Classes\\CLSID\\{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefebc6 +[Software\\Classes\\CLSID\\{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f1c28e @="Microsoft.DirectMusicScriptAutoImpAudioPathConfig" -[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}] 1460706648 -#time=1d196eb8640bf60 +[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}] 1526460882 +#time=1d3ecf387a2f84a @="System.Runtime.Hosting.ApplicationActivator" -[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8640816c +[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf387a28b12 @="" -[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}\\InprocServer32] 1460706648 -#time=1d196eb8640b11e +[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}\\InprocServer32] 1526460882 +#time=1d3ecf387a2dc7a @="mscoree.dll" "Class"="System.Runtime.Hosting.ApplicationActivator" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854f9dce +[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fc4a78 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Hosting.ApplicationActivator" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}\\ProgId] 1460706648 -#time=1d196eb864091f2 +[Software\\Classes\\CLSID\\{1D09B407-A97F-378A-ACCB-82CA0082F9F3}\\ProgId] 1526460882 +#time=1d3ecf387a2a69c @="System.Runtime.Hosting.ApplicationActivator" -[Software\\Classes\\CLSID\\{1E651CC0-B199-11D0-8212-00C04FC32C45}] 1460706471 -#time=1d196eb1d0e0c46 +[Software\\Classes\\CLSID\\{1E651CC0-B199-11D0-8212-00C04FC32C45}] 1526460533 +#time=1d3ecf2b7b13a2a @="Memory Allocator" -[Software\\Classes\\CLSID\\{1E651CC0-B199-11D0-8212-00C04FC32C45}\\InprocServer32] 1460706471 -#time=1d196eb1d0e0dae +[Software\\Classes\\CLSID\\{1E651CC0-B199-11D0-8212-00C04FC32C45}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b13b2e @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}] 1460706647 -#time=1d196eb856f0b82 +[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}] 1526460879 +#time=1d3ecf38630d180 @="Cor MIME Filter, CorFltr, CorFltr 1" -[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}\\InprocServer32] 1460706647 -#time=1d196eb856edd74 +[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}\\InprocServer32] 1526460879 +#time=1d3ecf386307f82 @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}\\NotInsertable] 1460706647 -#time=1d196eb856eb056 +[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}\\NotInsertable] 1526460879 +#time=1d3ecf386302dca @="" -[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}\\ProgID] 1460706647 -#time=1d196eb856e917a +[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}\\ProgID] 1526460879 +#time=1d3ecf3862fe306 @="CorRegistration.CorFltr.1" -[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}\\VersionIndependentProgID] 1460706647 -#time=1d196eb856e723a +[Software\\Classes\\CLSID\\{1E66F26B-79EE-11D2-8710-00C04F79ED0D}\\VersionIndependentProgID] 1526460879 +#time=1d3ecf3862fa59e @="CorRegistration.CorFltr" -[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}] 1460706645 -#time=1d196eb84c9d7de +[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}] 1526460877 +#time=1d3ecf38528d012 @="Microsoft Common Language Runtime Meta Data" -[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706645 -#time=1d196eb84c9a764 +[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460877 +#time=1d3ecf3852876b2 @="" -[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\InprocServer32] 1460706645 -#time=1d196eb84ba5584 +[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\InprocServer32] 1526460877 +#time=1d3ecf3851163e6 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84ba57be +[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf385116666 "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\NotInsertable] 1460706645 -#time=1d196eb84c9d98c +[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\NotInsertable] 1526460877 +#time=1d3ecf38528d1f2 @="" -[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\ProgId] 1460706471 -#time=1d196eb1cfbe30e +[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\ProgId] 1526460533 +#time=1d3ecf2b7b8a04e @="CLRMetaData.CorMetaDataDispenserRuntime.2" -[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cfbe494 +[Software\\Classes\\CLSID\\{1EC2DE53-75CC-11D2-9775-00A0C9B4D50C}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b8a1ca @="CLRMetaData.CorMetaDataDispenserRuntime" -[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}] 1460706647 -#time=1d196eb85863f28 +[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}] 1526460879 +#time=1d3ecf386585a16 @="System.Security.Cryptography.DSASignatureDeformatter" -[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85855388 +[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38656bb98 @="" -[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}\\InprocServer32] 1460706647 -#time=1d196eb85861e58 +[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}\\InprocServer32] 1526460879 +#time=1d3ecf38658264a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.DSASignatureDeformatter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e3af10 +[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385546e34 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.DSASignatureDeformatter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}\\ProgId] 1460706647 -#time=1d196eb85857566 +[Software\\Classes\\CLSID\\{1F17C39C-99D5-37E0-8E98-8F27044BD50A}\\ProgId] 1526460879 +#time=1d3ecf38656f388 @="System.Security.Cryptography.DSASignatureDeformatter" -[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}] 1460706647 -#time=1d196eb857630ce +[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}] 1526460879 +#time=1d3ecf3863db120 @="System.Security.Cryptography.RijndaelManaged" -[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8575c26a +[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3863cf3c0 @="" -[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}\\InprocServer32] 1460706647 -#time=1d196eb857621f6 +[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}\\InprocServer32] 1526460879 +#time=1d3ecf3863d96cc @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RijndaelManaged" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84de0b5a +[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854b81f2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RijndaelManaged" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}\\ProgId] 1460706647 -#time=1d196eb8575d23c +[Software\\Classes\\CLSID\\{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}\\ProgId] 1526460879 +#time=1d3ecf3863d0f9a @="System.Security.Cryptography.RijndaelManaged" -[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}] 1460706648 -#time=1d196eb8632e5ca +[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}] 1526460881 +#time=1d3ecf3878bd318 @="System.Security.Cryptography.HMACRIPEMD160" -[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8632a6fa +[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3878b6536 @="" -[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}\\InprocServer32] 1460706648 -#time=1d196eb8632d6de +[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}\\InprocServer32] 1526460881 +#time=1d3ecf3878bb75c @="mscoree.dll" "Class"="System.Security.Cryptography.HMACRIPEMD160" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e2e83c +[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385534284 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.HMACRIPEMD160" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}\\ProgId] 1460706648 -#time=1d196eb86329674 +[Software\\Classes\\CLSID\\{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}\\ProgId] 1526460881 +#time=1d3ecf3878b47ea @="System.Security.Cryptography.HMACRIPEMD160" -[Software\\Classes\\CLSID\\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}] 1460706471 -#time=1d196eb1cde2076 +[Software\\Classes\\CLSID\\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}] 1526460533 +#time=1d3ecf2b7ad4b04 @="OLE DB Row Position Library" -[Software\\Classes\\CLSID\\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\\InprocServer32] 1460706471 -#time=1d196eb1cde1e5a +[Software\\Classes\\CLSID\\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ad46cc @="C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\\ProgId] 1460706471 -#time=1d196eb1cde1fa4 +[Software\\Classes\\CLSID\\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\\ProgId] 1526460533 +#time=1d3ecf2b7ad497e @="RowPosition.RowPosition.1" -[Software\\Classes\\CLSID\\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cde20e4 +[Software\\Classes\\CLSID\\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ad4bcc @="RowPosition.RowPosition" -[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}] 1460706648 -#time=1d196eb86240abe +[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}] 1526460881 +#time=1d3ecf38771b9f6 @="System.Runtime.InteropServices.PreserveSigAttribute" -[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86235e20 +[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387708824 @="" -[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}\\InprocServer32] 1460706648 -#time=1d196eb8623ec82 +[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}\\InprocServer32] 1526460881 +#time=1d3ecf387717d7e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.PreserveSigAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8515d72e +[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a18a8e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.PreserveSigAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}\\ProgId] 1460706648 -#time=1d196eb86237c5c +[Software\\Classes\\CLSID\\{204D5A28-46A0-3F04-BD7C-B5672631E57F}\\ProgId] 1526460881 +#time=1d3ecf38770bd8a @="System.Runtime.InteropServices.PreserveSigAttribute" -[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}] 1460706472 -#time=1d196eb1d1b56ee +[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}] 1526460533 +#time=1d3ecf2b80b13f6 @="WinHttpRequest Component version 5.1" -[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}\\InprocServer32] 1460706472 -#time=1d196eb1d1b5252 +[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}\\InprocServer32] 1526460533 +#time=1d3ecf2b80b1004 @="C:\\windows\\system32\\winhttp.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}\\ProgId] 1460706472 -#time=1d196eb1d1b541e +[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}\\ProgId] 1526460533 +#time=1d3ecf2b80b1180 @="WinHttp.WinHttpRequest.5.1" -[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}\\TypeLib] 1460706472 -#time=1d196eb1d1b55c2 +[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}\\TypeLib] 1526460533 +#time=1d3ecf2b80b1306 @="{662901FC-6951-4854-9EB2-D9A2570F2B2E}" -[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}\\Version] 1460706472 -#time=1d196eb1d1b5784 +[Software\\Classes\\CLSID\\{2087C2F4-2CEF-4953-A8AB-66779B670495}\\Version] 1526460533 +#time=1d3ecf2b80b14b4 @="5.1" -[Software\\Classes\\CLSID\\{208D2C60-3AEA-1069-A2D7-08002B30309D}] 1460706471 -#time=1d196eb1d1246f8 +[Software\\Classes\\CLSID\\{208D2C60-3AEA-1069-A2D7-08002B30309D}] 1526460533 +#time=1d3ecf2b7f3c5d4 @="My Network Places" -[Software\\Classes\\CLSID\\{208D2C60-3AEA-1069-A2D7-08002B30309D}\\InprocServer32] 1460706471 -#time=1d196eb1d12489c +[Software\\Classes\\CLSID\\{208D2C60-3AEA-1069-A2D7-08002B30309D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3c6ec @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{20D04FE0-3AEA-1069-A2D8-08002B30309D}] 1460706471 -#time=1d196eb1d130d2c +[Software\\Classes\\CLSID\\{20D04FE0-3AEA-1069-A2D8-08002B30309D}] 1526460533 +#time=1d3ecf2b7f497c0 @="My Computer" "LocalizedString"="@C:\\windows\\system32\\shell32.dll,-21" -[Software\\Classes\\CLSID\\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\InprocServer32] 1460706471 -#time=1d196eb1d125990 +[Software\\Classes\\CLSID\\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3d240 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{21EC2020-3AEA-1069-A2DD-08002B30309D}] 1460706472 -#time=1d196eb1d241874 +[Software\\Classes\\CLSID\\{21EC2020-3AEA-1069-A2DD-08002B30309D}] 1526460533 +#time=1d3ecf2b814a84e @="Control Panel" "LocalizedString"="@C:\\windows\\system32\\shell32.dll,-22" -[Software\\Classes\\CLSID\\{21EC2020-3AEA-1069-A2DD-08002B30309D}\\InprocServer32] 1460706471 -#time=1d196eb1d127880 +[Software\\Classes\\CLSID\\{21EC2020-3AEA-1069-A2DD-08002B30309D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3e7e4 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{21EC2020-3AEA-1069-A2DD-08002B30309D}\\ShellFolder] 1460706472 -#time=1d196eb1d2419d2 +[Software\\Classes\\CLSID\\{21EC2020-3AEA-1069-A2DD-08002B30309D}\\ShellFolder] 1526460533 +#time=1d3ecf2b814a9de "Attributes"=dword:a0000000 "HideAsDeletePerUser"="" "WantsFORDISPLAY"="" -[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}] 1460706647 -#time=1d196eb85faa728 +[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}] 1526460881 +#time=1d3ecf38726e778 @="System.Runtime.Remoting.ObjRef" -[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f9e3f6 +[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38725add6 @="" -[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}\\InprocServer32] 1460706647 -#time=1d196eb85fa974c +[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}\\InprocServer32] 1526460881 +#time=1d3ecf38726cc84 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.ObjRef" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fce94e +[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857b37b2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.ObjRef" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}\\ProgId] 1460706647 -#time=1d196eb85fa1470 +[Software\\Classes\\CLSID\\{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}\\ProgId] 1526460881 +#time=1d3ecf38725e6ac @="System.Runtime.Remoting.ObjRef" -[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}] 1460706471 -#time=1d196eb1cde4aba +[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}] 1526460533 +#time=1d3ecf2b7ad8920 @="MSDAINITIALIZE" -[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\InprocServer32] 1460706471 -#time=1d196eb1cde461e +[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ad82e0 @="C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\ProgId] 1460706471 -#time=1d196eb1cde475e +[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\ProgId] 1526460533 +#time=1d3ecf2b7ad8484 @="MSDASC.MSDAINITIALIZE.1" -[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\TypeLib] 1460706471 -#time=1d196eb1cde4894 +[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\TypeLib] 1526460533 +#time=1d3ecf2b7ad8628 @="{2206CEB0-19C1-11D1-89E0-00C04FD7A829}" -[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\Version] 1460706471 -#time=1d196eb1cde49e8 +[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\Version] 1526460533 +#time=1d3ecf2b7ad8826 @="1.0" -[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cde4b28 +[Software\\Classes\\CLSID\\{2206CDB0-19C1-11D1-89E0-00C04FD7A829}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ad89ac @="MSDASC.MSDAINITIALIZE" -[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}] 1460706471 -#time=1d196eb1cde5172 +[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}] 1526460533 +#time=1d3ecf2b7ad9136 @="DataLinks" -[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}\\InprocServer32] 1460706471 -#time=1d196eb1cde4e34 +[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ad8d58 @="C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}\\ProgId] 1460706471 -#time=1d196eb1cde4f6a +[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}\\ProgId] 1526460533 +#time=1d3ecf2b7ad8eca @="DataLinks" -[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}\\TypeLib] 1460706471 -#time=1d196eb1cde50aa +[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}\\TypeLib] 1526460533 +#time=1d3ecf2b7ad9046 @="{2206CEB0-19C1-11D1-89E0-00C04FD7A829}" -[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}\\Version] 1460706471 -#time=1d196eb1cde51e0 +[Software\\Classes\\CLSID\\{2206CDB2-19C1-11D1-89E0-00C04FD7A829}\\Version] 1526460533 +#time=1d3ecf2b7ad91d6 @="1.0" -[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}] 1460706647 -#time=1d196eb85a61c3a +[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}] 1526460880 +#time=1d3ecf3869155e6 @="System.Globalization.HebrewCalendar" -[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a4e676 +[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3868f38ce @="" -[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}\\InprocServer32] 1460706647 -#time=1d196eb85a5c118 +[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}\\InprocServer32] 1526460880 +#time=1d3ecf38690cb3a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.HebrewCalendar" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8523507a +[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b59e7a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.HebrewCalendar" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}\\ProgId] 1460706647 -#time=1d196eb85a528fc +[Software\\Classes\\CLSID\\{2206D773-CA1C-3258-9456-CEB7706C3710}\\ProgId] 1526460880 +#time=1d3ecf3868fa53e @="System.Globalization.HebrewCalendar" -[Software\\Classes\\CLSID\\{2227A280-3AEA-1069-A2DE-08002B30309D}] 1460706471 -#time=1d196eb1d1211f6 +[Software\\Classes\\CLSID\\{2227A280-3AEA-1069-A2DE-08002B30309D}] 1526460533 +#time=1d3ecf2b7f38c04 @="Printers and Faxes" -[Software\\Classes\\CLSID\\{2227A280-3AEA-1069-A2DE-08002B30309D}\\InprocServer32] 1460706471 -#time=1d196eb1d121430 +[Software\\Classes\\CLSID\\{2227A280-3AEA-1069-A2DE-08002B30309D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f38d8a @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}] 1460706647 -#time=1d196eb85f355e0 +[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}] 1526460881 +#time=1d3ecf38718ce5e @="System.Runtime.Remoting.RemotingException" -[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f2d534 +[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38717caa4 @="" -[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}\\InprocServer32] 1460706647 -#time=1d196eb85f346fe +[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}\\InprocServer32] 1526460881 +#time=1d3ecf38718ae42 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.RemotingException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fa1d4a +[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38576e176 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.RemotingException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}\\ProgId] 1460706647 -#time=1d196eb85f2f596 +[Software\\Classes\\CLSID\\{24540EBC-316E-35D2-80DB-8A535CAF6A35}\\ProgId] 1526460881 +#time=1d3ecf387180b2c @="System.Runtime.Remoting.RemotingException" -[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}] 1460706647 -#time=1d196eb85734cd8 +[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}] 1526460879 +#time=1d3ecf386389906 @="Microsoft Visual Basic Scripting Engine" -[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\InprocServer32] 1460706647 -#time=1d196eb857364e8 +[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\InprocServer32] 1526460879 +#time=1d3ecf38638c368 @="C:\\windows\\system32\\MSCorEE.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\ProgID] 1460706647 -#time=1d196eb85730c82 +[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\ProgID] 1526460879 +#time=1d3ecf386382c0a @="VsaVbRT.7.1" -[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\Programmable] 1460706647 -#time=1d196eb8572b9ee +[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\Programmable] 1526460879 +#time=1d3ecf386378138 @="" -[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\Server] 1460706647 -#time=1d196eb85733e46 +[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\Server] 1526460879 +#time=1d3ecf386387fe8 @="VsaVb7rt.dll" -[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\TypeLib] 1460706647 -#time=1d196eb8572990a +[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\TypeLib] 1526460879 +#time=1d3ecf386374312 @="{1AC8E958-179C-4e9f-B4F0-80A5A4B33486}" -[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\Version] 1460706647 -#time=1d196eb85728758 +[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\Version] 1526460879 +#time=1d3ecf386371ed2 @="7.1" -[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\VersionIndependentProgID] 1460706647 -#time=1d196eb8572db36 +[Software\\Classes\\CLSID\\{24800CD0-0F4E-4df7-9F69-3C6903C89224}\\VersionIndependentProgID] 1526460879 +#time=1d3ecf38637d3a4 @="VsaVbRT" -[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}] 1460706647 -#time=1d196eb85efbb74 +[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}] 1526460881 +#time=1d3ecf387115f66 @="System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" -[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ef18cc +[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3870fedac @="" -[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}\\InprocServer32] 1460706647 -#time=1d196eb85efac6a +[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}\\InprocServer32] 1526460881 +#time=1d3ecf387113dec @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f91062 +[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38575339e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}\\ProgId] 1460706647 -#time=1d196eb85ef391a +[Software\\Classes\\CLSID\\{24EEC005-3938-3C71-821D-7F68FD850B2D}\\ProgId] 1526460881 +#time=1d3ecf387103992 @="System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" -[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}] 1460706474 -#time=1d196eb1e599d90 +[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}] 1526460543 +#time=1d3ecf2bdf30ec2 @="HTML Document" -[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\BrowseInPlace] 1460706474 -#time=1d196eb1e599264 +[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\BrowseInPlace] 1526460543 +#time=1d3ecf2bdf30800 -[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\DefaultIcon] 1460706474 -#time=1d196eb1e599534 +[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\DefaultIcon] 1526460543 +#time=1d3ecf2bdf309e0 @=str(2):"C:\\Program Files\\Internet Explorer\\iexplore.exe,1" -[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\EnablePlugin\\.css] 1460706474 -#time=1d196eb1e59a100 +[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\EnablePlugin\\.css] 1526460543 +#time=1d3ecf2bdf310b6 @="PointPlus plugin" -[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\InprocServer32] 1460706471 -#time=1d196eb1cfdd0ba +[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\InprocServer32] 1526460533 +#time=1d3ecf2b804ce56 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\MiscStatus] 1460706474 -#time=1d196eb1e599854 +[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\MiscStatus] 1526460543 +#time=1d3ecf2bdf30b98 @="2228625" -[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\ProgId] 1460706471 -#time=1d196eb1cfdd218 +[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\ProgId] 1526460533 +#time=1d3ecf2b804d162 @="htmlfile" -[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\Version] 1460706471 -#time=1d196eb1cfdd362 +[Software\\Classes\\CLSID\\{25336920-03F9-11CF-8FD0-00AA00686F13}\\Version] 1526460533 +#time=1d3ecf2b804d482 @="6.0" -[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}] 1460706474 -#time=1d196eb1e59a5f6 +[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}] 1526460543 +#time=1d3ecf2bdf31318 @="Microsoft HTML Document 6.0" -[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}\\BrowseInPlace] 1460706474 -#time=1d196eb1e59a394 +[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}\\BrowseInPlace] 1526460543 +#time=1d3ecf2bdf311d8 -[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}\\InprocServer32] 1460706471 -#time=1d196eb1cfdd682 +[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}\\InprocServer32] 1526460533 +#time=1d3ecf2b804db12 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}\\MiscStatus] 1460706474 -#time=1d196eb1e59a6f0 +[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}\\MiscStatus] 1526460543 +#time=1d3ecf2bdf313a4 @="0" -[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}\\ProgId] 1460706471 -#time=1d196eb1cfdd7cc +[Software\\Classes\\CLSID\\{25336921-03F9-11CF-8FD0-00AA00686F13}\\ProgId] 1526460533 +#time=1d3ecf2b804dea0 @="htmlfile_FullWindowEmbed" -[Software\\Classes\\CLSID\\{25E609E0-B259-11CF-BFC7-444553540000}] 1460706471 -#time=1d196eb1cedc288 +[Software\\Classes\\CLSID\\{25E609E0-B259-11CF-BFC7-444553540000}] 1526460533 +#time=1d3ecf2b7d1aa80 @="DirectInput Object" -[Software\\Classes\\CLSID\\{25E609E0-B259-11CF-BFC7-444553540000}\\InprocServer32] 1460706471 -#time=1d196eb1cedc3a0 +[Software\\Classes\\CLSID\\{25E609E0-B259-11CF-BFC7-444553540000}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d1aba2 @="C:\\windows\\system32\\dinput.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{25E609E1-B259-11CF-BFC7-444553540000}] 1460706471 -#time=1d196eb1cedc6f2 +[Software\\Classes\\CLSID\\{25E609E1-B259-11CF-BFC7-444553540000}] 1526460533 +#time=1d3ecf2b7d1ae40 @="DirectInputDevice Object" -[Software\\Classes\\CLSID\\{25E609E1-B259-11CF-BFC7-444553540000}\\InprocServer32] 1460706471 -#time=1d196eb1cedc864 +[Software\\Classes\\CLSID\\{25E609E1-B259-11CF-BFC7-444553540000}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d1af4e @="C:\\windows\\system32\\dinput.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{25E609E4-B259-11CF-BFC7-444553540000}] 1460706471 -#time=1d196eb1cedde76 +[Software\\Classes\\CLSID\\{25E609E4-B259-11CF-BFC7-444553540000}] 1526460533 +#time=1d3ecf2b7cdec10 @="DirectInput8 Object" -[Software\\Classes\\CLSID\\{25E609E4-B259-11CF-BFC7-444553540000}\\InprocServer32] 1460706471 -#time=1d196eb1ceddf70 +[Software\\Classes\\CLSID\\{25E609E4-B259-11CF-BFC7-444553540000}\\InprocServer32] 1526460533 +#time=1d3ecf2b7cded28 @="C:\\windows\\system32\\dinput8.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{25E609E5-B259-11CF-BFC7-444553540000}] 1460706471 -#time=1d196eb1cede1b4 +[Software\\Classes\\CLSID\\{25E609E5-B259-11CF-BFC7-444553540000}] 1526460533 +#time=1d3ecf2b7cdefbc @="DirectInputDevice8 Object" -[Software\\Classes\\CLSID\\{25E609E5-B259-11CF-BFC7-444553540000}\\InprocServer32] 1460706471 -#time=1d196eb1cede326 +[Software\\Classes\\CLSID\\{25E609E5-B259-11CF-BFC7-444553540000}\\InprocServer32] 1526460533 +#time=1d3ecf2b7cdf0ca @="C:\\windows\\system32\\dinput8.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{275C23E2-3747-11D0-9FEA-00AA003F8646}] 1460706471 -#time=1d196eb1cfafad4 +[Software\\Classes\\CLSID\\{275C23E2-3747-11D0-9FEA-00AA003F8646}] 1526460533 +#time=1d3ecf2b7fe09f4 @="Multi Language Support" -[Software\\Classes\\CLSID\\{275C23E2-3747-11D0-9FEA-00AA003F8646}\\InprocServer32] 1460706471 -#time=1d196eb1cfafbe2 +[Software\\Classes\\CLSID\\{275C23E2-3747-11D0-9FEA-00AA003F8646}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fe0b0c @="C:\\windows\\system32\\mlang.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}] 1460706647 -#time=1d196eb85da1a30 +[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}] 1526460880 +#time=1d3ecf386ea1b2c @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs" -[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d97b84 +[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386e8dd8e @="" -[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}\\InprocServer32] 1460706647 -#time=1d196eb85da0b80 +[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}\\InprocServer32] 1526460880 +#time=1d3ecf386ea00a6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f2a808 +[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856b4636 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}\\ProgId] 1460706647 -#time=1d196eb85d99be6 +[Software\\Classes\\CLSID\\{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}\\ProgId] 1526460880 +#time=1d3ecf386e9134e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs" -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}] 1460706475 -#time=1d196eb1ee2c4c6 +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}] 1526460547 +#time=1d3ecf2c03ec0ae @="WIC PNG Encoder" "Author"="The Wine Project" "ContainerFormat"="{1B7CFAF4-713F-473C-BBCD-6137425FAEAF}" @@ -3156,911 +3194,913 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1460706475 -#time=1d196eb1ee2c8ea +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1526460547 +#time=1d3ecf2c03ecc16 + +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1526460547 +#time=1d3ecf2c03ecd38 + +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1526460547 +#time=1d3ecf2c03ece46 + +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1526460547 +#time=1d3ecf2c03ecf68 -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1460706475 -#time=1d196eb1ee2caac +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1526460547 +#time=1d3ecf2c03ec252 -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1460706475 -#time=1d196eb1ee2cc0a +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1526460547 +#time=1d3ecf2c03ec36a -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee2cdf4 +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1526460547 +#time=1d3ecf2c03ec478 -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1460706475 -#time=1d196eb1ee2cfe8 +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03ec586 -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee2c66a +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1526460547 +#time=1d3ecf2c03ec694 -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1460706475 -#time=1d196eb1ee2d290 +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03ec14e -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee2d5ce +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1526460547 +#time=1d3ecf2c03ec7ac -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1460706475 -#time=1d196eb1ee2d826 +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c03ec8ba -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1460706475 -#time=1d196eb1ee2da9c +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1526460547 +#time=1d3ecf2c03ec9f0 -[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\InprocServer32] 1460706472 -#time=1d196eb1d198d0a +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1526460547 +#time=1d3ecf2c03ecb08 + +[Software\\Classes\\CLSID\\{27949969-876A-41D7-9447-568F6A35A4DC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0d5b8 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}] 1460706647 -#time=1d196eb85baa470 +[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}] 1526460880 +#time=1d3ecf386b635fa @="System.Threading.ThreadInterruptedException" -[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ba3670 +[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386b573d6 @="" -[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}\\InprocServer32] 1460706647 -#time=1d196eb85ba9552 +[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}\\InprocServer32] 1526460880 +#time=1d3ecf386b61aca @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.ThreadInterruptedException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8538f826 +[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d8a1ea "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.ThreadInterruptedException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}\\ProgId] 1460706647 -#time=1d196eb85ba45fc +[Software\\Classes\\CLSID\\{27E986E1-BAEC-3D48-82E4-14169CA8CECF}\\ProgId] 1526460880 +#time=1d3ecf386b58f2e @="System.Threading.ThreadInterruptedException" -[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}] 1460706648 -#time=1d196eb860e25b4 +[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}] 1526460881 +#time=1d3ecf3874c0792 @="System.IO.StringWriter" -[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860da792 +[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3874b2a66 @="" -[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}\\InprocServer32] 1460706648 -#time=1d196eb860e15a6 +[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}\\InprocServer32] 1526460881 +#time=1d3ecf3874bede8 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.StringWriter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850a717c +[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858fe568 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.StringWriter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}\\ProgId] 1460706648 -#time=1d196eb860db6ec +[Software\\Classes\\CLSID\\{27F31D55-D6C6-3676-9D42-C40F3A918636}\\ProgId] 1526460881 +#time=1d3ecf3874b44d8 @="System.IO.StringWriter" -[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}] 1460706647 -#time=1d196eb85af4904 +[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}] 1526460880 +#time=1d3ecf386a0ce54 @="System.Reflection.AmbiguousMatchException" -[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85aed924 +[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3869ff2d6 @="" -[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}\\InprocServer32] 1460706647 -#time=1d196eb85af39e6 +[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}\\InprocServer32] 1526460880 +#time=1d3ecf386a0b266 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.AmbiguousMatchException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853044ec +[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385c9c90e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.AmbiguousMatchException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}\\ProgId] 1460706647 -#time=1d196eb85aee978 +[Software\\Classes\\CLSID\\{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}\\ProgId] 1526460880 +#time=1d3ecf386a01338 @="System.Reflection.AmbiguousMatchException" -[Software\\Classes\\CLSID\\{286F484D-375E-4458-A272-B138E2F80A6A}] 1460706471 -#time=1d196eb1cf19a7a +[Software\\Classes\\CLSID\\{286F484D-375E-4458-A272-B138E2F80A6A}] 1526460533 +#time=1d3ecf2b7cae722 @="DirectPlay8Peer Object" -[Software\\Classes\\CLSID\\{286F484D-375E-4458-A272-B138E2F80A6A}\\InprocServer32] 1460706471 -#time=1d196eb1cf19b6a +[Software\\Classes\\CLSID\\{286F484D-375E-4458-A272-B138E2F80A6A}\\InprocServer32] 1526460533 +#time=1d3ecf2b7cae826 @="C:\\windows\\system32\\dpnet.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}] 1460706605 -#time=1d196eb6c6f926e +[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}] 1526460533 +#time=1d3ecf2b7934c72 @="XML DOM Document" -[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\InprocServer32] 1460706605 -#time=1d196eb6c6f59ac -@="C:\\windows\\system32\\msxml3.dll" +[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\InprocServer32] 1526460532 +#time=1d3ecf2b793465a +@="C:\\windows\\system32\\msxml.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\ProgId] 1460706471 -#time=1d196eb1cd1d58c +[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\ProgId] 1526460532 +#time=1d3ecf2b79347f4 @="Microsoft.XMLDOM.1.0" -[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\SideBySide] 1460706605 -#time=1d196eb6c73b614 -"RefCount"=dword:00000001 -"RegVersion"="3.0" -"Version30RefCount"=dword:00000001 - -[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706471 -#time=1d196eb1cd1d6d6 +[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1526460533 +#time=1d3ecf2b793497a @="{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}" -[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\Version] 1460706471 -#time=1d196eb1cd1d820 +[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\Version] 1526460533 +#time=1d3ecf2b7934b46 @="1.0" -[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd1d96a +[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7934d08 @="Microsoft.XMLDOM" -[Software\\Classes\\CLSID\\{2933BF90-7B36-11D2-B20E-00C04F983E60}\\VersionList] 1460706605 -#time=1d196eb6c6f9714 -"3.0"="C:\\windows\\system32\\msxml3.dll" - -[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd1e18a +[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}] 1526460533 +#time=1d3ecf2b79356e0 @="Free Threaded XML DOM Document" -[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\InprocServer32] 1460706605 -#time=1d196eb6c6ff10a -@="C:\\windows\\system32\\msxml3.dll" +[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\InprocServer32] 1526460533 +#time=1d3ecf2b793512c +@="C:\\windows\\system32\\msxml.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\ProgId] 1460706471 -#time=1d196eb1cd1de24 +[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\ProgId] 1526460533 +#time=1d3ecf2b79352a8 @="Microsoft.FreeThreadedXMLDOM.1.0" -[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706471 -#time=1d196eb1cd1df6e +[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1526460533 +#time=1d3ecf2b793544c @="{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}" -[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\Version] 1460706471 -#time=1d196eb1cd1e0ae +[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\Version] 1526460533 +#time=1d3ecf2b79355c8 @="1.0" -[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd1e1f8 +[Software\\Classes\\CLSID\\{2933BF91-7B36-11D2-B20E-00C04F983E60}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b793578a @="Microsoft.FreeThreadedXMLDOM" -[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd59226 +[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}] 1526460533 +#time=1d3ecf2b797d6de @="XSL Template" -[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\InprocServer32] 1460706471 -#time=1d196eb1cd58da8 +[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\InprocServer32] 1526460533 +#time=1d3ecf2b797d17a @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\ProgId] 1460706471 -#time=1d196eb1cd58ee8 +[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\ProgId] 1526460533 +#time=1d3ecf2b797d2f6 @="Msxml2.XSLTemplate" -[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706471 -#time=1d196eb1cd5901e +[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1526460533 +#time=1d3ecf2b797d472 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\Version] 1460706471 -#time=1d196eb1cd59154 +[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\Version] 1526460533 +#time=1d3ecf2b797d5ee @="3.0" -[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd59294 +[Software\\Classes\\CLSID\\{2933BF94-7B36-11D2-B20E-00C04F983E60}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797d76a @="Msxml2.XSLTemplate" -[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}] 1460706648 -#time=1d196eb863de2e0 +[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}] 1526460882 +#time=1d3ecf3879dc2bc @="System.Diagnostics.DebuggerNonUserCodeAttribute" -[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863d9542 +[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf3879d3a54 @="" -[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}\\InprocServer32] 1460706648 -#time=1d196eb863dd3cc +[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}\\InprocServer32] 1526460882 +#time=1d3ecf3879da69c @="mscoree.dll" "Class"="System.Diagnostics.DebuggerNonUserCodeAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8532ceec +[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385ce15ea "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.DebuggerNonUserCodeAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}\\ProgId] 1460706648 -#time=1d196eb863da500 +[Software\\Classes\\CLSID\\{29625281-51CE-3F8A-AC4D-E360CACB92E2}\\ProgId] 1526460882 +#time=1d3ecf3879d552a @="System.Diagnostics.DebuggerNonUserCodeAttribute" -[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}] 1460706648 -#time=1d196eb863588d4 +[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}] 1526460881 +#time=1d3ecf3878f740a @="System.Security.Permissions.GacIdentityPermission" -[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8634ff2c +[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3878e9aa8 @="" -[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}\\InprocServer32] 1460706648 -#time=1d196eb8635788a +[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}\\InprocServer32] 1526460881 +#time=1d3ecf3878f5934 @="mscoree.dll" "Class"="System.Security.Permissions.GacIdentityPermission" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8502f1f4 +[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38585083c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.GacIdentityPermission" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}\\ProgId] 1460706648 -#time=1d196eb86352cc2 +[Software\\Classes\\CLSID\\{29A6CF6F-D663-31A7-9210-1347871681FC}\\ProgId] 1526460881 +#time=1d3ecf3878ed5c2 @="System.Security.Permissions.GacIdentityPermission" -[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}] 1460706647 -#time=1d196eb85f7e9de +[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}] 1526460881 +#time=1d3ecf38722795e @="System.CannotUnloadAppDomainException" -[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f67fb8 +[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3871f65ac @="" -[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}\\InprocServer32] 1460706647 -#time=1d196eb85f7ac80 +[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}\\InprocServer32] 1526460881 +#time=1d3ecf38721fbdc @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.CannotUnloadAppDomainException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854a9c98 +[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f556b4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.CannotUnloadAppDomainException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}\\ProgId] 1460706647 -#time=1d196eb85f6be6a +[Software\\Classes\\CLSID\\{29C69707-875F-3678-8F01-283094A2DFB1}\\ProgId] 1526460881 +#time=1d3ecf3871fe91e @="System.CannotUnloadAppDomainException" -[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}] 1460706647 -#time=1d196eb858e32dc +[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}] 1526460879 +#time=1d3ecf38665bd1e @="Dia based SymReader" -[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}\\InprocServer32] 1460706647 -#time=1d196eb858e145a +[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}\\InprocServer32] 1526460879 +#time=1d3ecf3866586d2 @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84c7e05a +[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf38525bf26 @="4.0.30319" "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}\\ProgID] 1460706647 -#time=1d196eb858df11e +[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}\\ProgID] 1526460879 +#time=1d3ecf386653150 @="SymReader.dia" -[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}\\Server] 1460706647 -#time=1d196eb858dcf22 +[Software\\Classes\\CLSID\\{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}\\Server] 1526460879 +#time=1d3ecf38664f4d8 @="diasymreader.dll" -[Software\\Classes\\CLSID\\{2A7B042D-578A-4366-9A3D-154C0498458E}] 1460706646 -#time=1d196eb85654f66 +[Software\\Classes\\CLSID\\{2A7B042D-578A-4366-9A3D-154C0498458E}] 1526460879 +#time=1d3ecf386219cba @="System.Management.Instrumentation.ManagedCommonProvider" -[Software\\Classes\\CLSID\\{2A7B042D-578A-4366-9A3D-154C0498458E}\\InprocServer32] 1460706646 -#time=1d196eb856514c4 +[Software\\Classes\\CLSID\\{2A7B042D-578A-4366-9A3D-154C0498458E}\\InprocServer32] 1526460879 +#time=1d3ecf38621474c @="mscoree.dll" "Assembly"="System.Management.Instrumentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Management.Instrumentation.ManagedCommonProvider" "RuntimeVersion"="v4.0.30319" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2A7B042D-578A-4366-9A3D-154C0498458E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85653ed6 +[Software\\Classes\\CLSID\\{2A7B042D-578A-4366-9A3D-154C0498458E}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3862182a2 "Assembly"="System.Management.Instrumentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Management.Instrumentation.ManagedCommonProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{2A7B042D-578A-4366-9A3D-154C0498458E}\\ProgId] 1460706646 -#time=1d196eb8565515a +[Software\\Classes\\CLSID\\{2A7B042D-578A-4366-9A3D-154C0498458E}\\ProgId] 1526460879 +#time=1d3ecf386219ee0 @="System.Management.Instrumentation.ManagedCommonProvider" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{05EC7C2B-F1E6-4961-AD46-E1CC810A87D2}] 1460706475 -#time=1d196eb1ee3f684 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{05EC7C2B-F1E6-4961-AD46-E1CC810A87D2}] 1526460547 +#time=1d3ecf2c03fe93e "CLSID"="{05EC7C2B-F1E6-4961-AD46-E1CC810A87D2}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1460706475 -#time=1d196eb1ee3a80a +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1526460547 +#time=1d3ecf2c03f8b56 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC901}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1460706475 -#time=1d196eb1ee3af3a +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1526460547 +#time=1d3ecf2c03f9362 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC902}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1460706475 -#time=1d196eb1ee3b6c4 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1526460547 +#time=1d3ecf2c03f9b8c "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC903}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1460706475 -#time=1d196eb1ee3be44 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1526460547 +#time=1d3ecf2c03fa370 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC904}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1460706475 -#time=1d196eb1ee3c524 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1526460547 +#time=1d3ecf2c03fab72 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC905}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1460706475 -#time=1d196eb1ee3cbdc +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1526460547 +#time=1d3ecf2c03fb392 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC906}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1460706475 -#time=1d196eb1ee3d29e +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1526460547 +#time=1d3ecf2c03fbc16 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC907}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee3d992 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03fc440 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC908}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1460706475 -#time=1d196eb1ee3e72a +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1526460547 +#time=1d3ecf2c03fd692 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC909}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1460706475 -#time=1d196eb1ee3eef0 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1526460547 +#time=1d3ecf2c03fdfca "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC90A}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1460706475 -#time=1d196eb1ee3e05e +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1526460547 +#time=1d3ecf2c03fce7c "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC90B}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee40048 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03ff474 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC90C}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90D}] 1460706475 -#time=1d196eb1ee4099e +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90D}] 1526460547 +#time=1d3ecf2c03fff00 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC90D}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1460706475 -#time=1d196eb1ee41196 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1526460547 +#time=1d3ecf2c04009be "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC90E}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee419f2 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c04027d2 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC90F}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1460706475 -#time=1d196eb1ee4256e +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1526460547 +#time=1d3ecf2c0403830 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC910}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1460706475 -#time=1d196eb1ee42df2 +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1526460547 +#time=1d3ecf2c0404398 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC915}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1460706475 -#time=1d196eb1ee4361c +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1526460547 +#time=1d3ecf2c0404cd0 "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC916}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}] 1460706475 -#time=1d196eb1ee43eaa +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}] 1526460547 +#time=1d3ecf2c04056bc "CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC917}" -[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4FBE-B185-3D77768DC91C}] 1460706475 -#time=1d196eb1ee4488c -"CLSID"="{6FDDC324-4E03-4FBE-B185-3D77768DC91C}" +[Software\\Classes\\CLSID\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}\\Instance\\{6FDDC324-4E03-4BFE-B185-3D77768DC91C}] 1526460547 +#time=1d3ecf2c040604e +"CLSID"="{6FDDC324-4E03-4BFE-B185-3D77768DC91C}" -[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}] 1460706647 -#time=1d196eb85e28d96 +[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}] 1526460880 +#time=1d3ecf386f906a0 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger" -[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e20f92 +[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386f815a6 @="" -[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}\\InprocServer32] 1460706647 -#time=1d196eb85e27e5a +[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}\\InprocServer32] 1526460880 +#time=1d3ecf386f8db94 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f53cee +[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856f7a4e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}\\ProgId] 1460706647 -#time=1d196eb85e22e46 +[Software\\Classes\\CLSID\\{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}\\ProgId] 1526460880 +#time=1d3ecf386f84990 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger" -[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}] 1460706648 -#time=1d196eb863269a6 +[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}] 1526460881 +#time=1d3ecf3878aeffc @="System.Security.Cryptography.HMACSHA256" -[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8631cbcc +[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38789bfd8 @="" -[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}\\InprocServer32] 1460706648 -#time=1d196eb86325970 +[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}\\InprocServer32] 1526460881 +#time=1d3ecf3878ad526 @="mscoree.dll" "Class"="System.Security.Cryptography.HMACSHA256" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e24e2c +[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385526076 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.HMACSHA256" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}\\ProgId] 1460706648 -#time=1d196eb863228e2 +[Software\\Classes\\CLSID\\{2C314899-8F99-3041-A49D-2F6AFC0E6296}\\ProgId] 1526460881 +#time=1d3ecf3878a8468 @="System.Security.Cryptography.HMACSHA256" -[Software\\Classes\\CLSID\\{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}] 1460706471 -#time=1d196eb1ceff116 +[Software\\Classes\\CLSID\\{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}] 1526460533 +#time=1d3ecf2b7f1c8ba @="DirectMusic Script AutoImp AudioPath" -[Software\\Classes\\CLSID\\{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}\\InprocServer32] 1460706471 -#time=1d196eb1cefeef0 +[Software\\Classes\\CLSID\\{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1c63a @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}\\ProgId] 1460706471 -#time=1d196eb1ceff03a +[Software\\Classes\\CLSID\\{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}\\ProgId] 1526460533 +#time=1d3ecf2b7f1c7b6 @="Microsoft.DirectMusicScriptAutoImpAudioPath.1" -[Software\\Classes\\CLSID\\{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceff184 +[Software\\Classes\\CLSID\\{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f1c93c @="Microsoft.DirectMusicScriptAutoImpAudioPath" -[Software\\Classes\\CLSID\\{2CA8CA52-3C3F-11D2-B73D-00C04FB6BD3D}] 1460706474 -#time=1d196eb1ed8951e +[Software\\Classes\\CLSID\\{2CA8CA52-3C3F-11D2-B73D-00C04FB6BD3D}] 1526460547 +#time=1d3ecf2c0378244 @="AudioInputMixer Property Page" -[Software\\Classes\\CLSID\\{2CA8CA52-3C3F-11D2-B73D-00C04FB6BD3D}\\InProcServer32] 1460706474 -#time=1d196eb1ed896a4 +[Software\\Classes\\CLSID\\{2CA8CA52-3C3F-11D2-B73D-00C04FB6BD3D}\\InProcServer32] 1526460547 +#time=1d3ecf2c037849c @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}] 1460706648 -#time=1d196eb8617ec7a +[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}] 1526460881 +#time=1d3ecf3875d77ac @="System.Runtime.InteropServices.SafeArrayTypeMismatchException" -[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86172dc6 +[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3875c0aac @="" -[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}\\InprocServer32] 1460706648 -#time=1d196eb8617be30 +[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}\\InprocServer32] 1526460881 +#time=1d3ecf3875d222a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.SafeArrayTypeMismatchException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850f2ec4 +[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385971c20 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.SafeArrayTypeMismatchException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}\\ProgId] 1460706648 -#time=1d196eb86174e5a +[Software\\Classes\\CLSID\\{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}\\ProgId] 1526460881 +#time=1d3ecf3875c604c @="System.Runtime.InteropServices.SafeArrayTypeMismatchException" -[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}] 1460706647 -#time=1d196eb85ec556a +[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}] 1526460881 +#time=1d3ecf38709e83a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate" -[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ebd5cc +[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38708f376 @="" -[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}\\InprocServer32] 1460706647 -#time=1d196eb85ec46a6 +[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}\\InprocServer32] 1526460881 +#time=1d3ecf38709cd82 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f80b7c +[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385737f72 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}\\ProgId] 1460706647 -#time=1d196eb85ebe5ee +[Software\\Classes\\CLSID\\{2DECBCB7-BAC0-316D-9131-43035C5CB480}\\ProgId] 1526460881 +#time=1d3ecf387090f0a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate" -[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}] 1460706471 -#time=1d196eb1cdbf4a4 +[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}] 1526460533 +#time=1d3ecf2b7a9ac9c @="SearchAssistantOC" -[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\InprocServer32] 1460706471 -#time=1d196eb1cf660d2 +[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\InprocServer32] 1528075957 +#time=1d3fba3eba4b6da @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\ProgId] 1460706471 -#time=1d196eb1cdbf134 +[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\ProgId] 1526460533 +#time=1d3ecf2b7a9a800 @="SearchAssistantOC.SearchAssistantOC.1" -[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\TypeLib] 1460706471 -#time=1d196eb1cdbf27e +[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\TypeLib] 1526460533 +#time=1d3ecf2b7a9a9b8 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\Version] 1460706471 -#time=1d196eb1cdbf3c8 +[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\Version] 1526460533 +#time=1d3ecf2b7a9ab7a @="1.1" -[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdbf51c +[Software\\Classes\\CLSID\\{2E71FD0F-AAB1-42C0-9146-6D2C4EDCF07D}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7a9ad32 @="SearchAssistantOC.SearchAssistantOC" -[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}] 1460706471 -#time=1d196eb1cdbe3ec +[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}] 1526460533 +#time=1d3ecf2b7a98e06 @="Shell Name Space" -[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\InprocServer32] 1460706471 -#time=1d196eb1cf65042 +[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\InprocServer32] 1528075957 +#time=1d3fba3eba4a3f2 @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\ProgId] 1460706471 -#time=1d196eb1cdbe07c +[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\ProgId] 1526460533 +#time=1d3ecf2b7a9883e @="ShellNameSpace.ShellNameSpace.1" -[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\TypeLib] 1460706471 -#time=1d196eb1cdbe1c6 +[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\TypeLib] 1526460533 +#time=1d3ecf2b7a989ec @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\Version] 1460706471 -#time=1d196eb1cdbe310 +[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\Version] 1526460533 +#time=1d3ecf2b7a98ce4 @="1.1" -[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdbe45a +[Software\\Classes\\CLSID\\{2F2F1F96-2BC1-4B1C-BE28-EA3774F4676A}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7a98e92 @="ShellNameSpace.ShellNameSpace" -[Software\\Classes\\CLSID\\{2FE8F810-B2A5-11D0-A787-0000F803ABFC}] 1460706471 -#time=1d196eb1cf172b6 +[Software\\Classes\\CLSID\\{2FE8F810-B2A5-11D0-A787-0000F803ABFC}] 1526460533 +#time=1d3ecf2b7f5e0c6 @="DirectPlayLobby Object" -[Software\\Classes\\CLSID\\{2FE8F810-B2A5-11D0-A787-0000F803ABFC}\\InprocServer32] 1460706471 -#time=1d196eb1cf17446 +[Software\\Classes\\CLSID\\{2FE8F810-B2A5-11D0-A787-0000F803ABFC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f5e1de @="C:\\windows\\system32\\dplayx.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{304CE942-6E39-40D8-943A-B913C40C9CD4}] 1460706471 -#time=1d196eb1cf5253c +[Software\\Classes\\CLSID\\{304CE942-6E39-40D8-943A-B913C40C9CD4}] 1526460533 +#time=1d3ecf2b7daf130 @="HNetCfg.FwMgr" -[Software\\Classes\\CLSID\\{304CE942-6E39-40D8-943A-B913C40C9CD4}\\InprocServer32] 1460706471 -#time=1d196eb1cf52398 +[Software\\Classes\\CLSID\\{304CE942-6E39-40D8-943A-B913C40C9CD4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7daf036 @="C:\\windows\\system32\\hnetcfg.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{304CE942-6E39-40D8-943A-B913C40C9CD4}\\ProgId] 1460706471 -#time=1d196eb1cf5260e +[Software\\Classes\\CLSID\\{304CE942-6E39-40D8-943A-B913C40C9CD4}\\ProgId] 1526460533 +#time=1d3ecf2b7daf1bc @="HNetCfg.FwMgr" -[Software\\Classes\\CLSID\\{3050F163-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfda888 +[Software\\Classes\\CLSID\\{3050F163-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b8049756 @="Microsoft HTML External Document" -[Software\\Classes\\CLSID\\{3050F163-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfda978 +[Software\\Classes\\CLSID\\{3050F163-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804986e @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F17F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfd9e42 +[Software\\Classes\\CLSID\\{3050F17F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b8048c7a @="Microsoft HTML Generic Page" -[Software\\Classes\\CLSID\\{3050F17F-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfd9f5a +[Software\\Classes\\CLSID\\{3050F17F-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b8048d88 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F1FC-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfd9b2c +[Software\\Classes\\CLSID\\{3050F1FC-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b80488e2 @="Microsoft HTML Anchor Page" -[Software\\Classes\\CLSID\\{3050F1FC-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfd9c12 +[Software\\Classes\\CLSID\\{3050F1FC-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b80489f0 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F232-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfd9802 +[Software\\Classes\\CLSID\\{3050F232-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804854a @="Microsoft HTML Background Page" -[Software\\Classes\\CLSID\\{3050F232-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfd98f2 +[Software\\Classes\\CLSID\\{3050F232-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b8048658 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F296-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfdb65c +[Software\\Classes\\CLSID\\{3050F296-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804a76e @="Microsoft HTML Inline Style Page" -[Software\\Classes\\CLSID\\{3050F296-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfdb76a +[Software\\Classes\\CLSID\\{3050F296-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804a87c @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F391-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfde38e +[Software\\Classes\\CLSID\\{3050F391-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804f002 @="Microsoft HTML Window Security Proxy" -[Software\\Classes\\CLSID\\{3050F391-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfde47e +[Software\\Classes\\CLSID\\{3050F391-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804f110 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F3B2-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfe0e22 +[Software\\Classes\\CLSID\\{3050F3B2-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b80520d6 @="Microsoft HTML Javascript Pluggable Protocol" -[Software\\Classes\\CLSID\\{3050F3B2-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfe0f12 +[Software\\Classes\\CLSID\\{3050F3B2-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b80521f8 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F3B3-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfdb346 +[Software\\Classes\\CLSID\\{3050F3B3-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804a3c2 @="Microsoft Image Element Browse Property Page" -[Software\\Classes\\CLSID\\{3050F3B3-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfdb42c +[Software\\Classes\\CLSID\\{3050F3B3-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804a4c6 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F3B4-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfda19e +[Software\\Classes\\CLSID\\{3050F3B4-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b8049012 @="Microsoft Document Browse Property Page" -[Software\\Classes\\CLSID\\{3050F3B4-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfda28e +[Software\\Classes\\CLSID\\{3050F3B4-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b8049116 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F3BB-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfd94e2 +[Software\\Classes\\CLSID\\{3050F3BB-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b8048176 @="Microsoft Anchor Element Browse Property Page" -[Software\\Classes\\CLSID\\{3050F3BB-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfd95d2 +[Software\\Classes\\CLSID\\{3050F3BB-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804828e @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F3BC-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfe1a2a +[Software\\Classes\\CLSID\\{3050F3BC-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b8052ec8 @="Microsoft HTML Resource Pluggable Protocol" -[Software\\Classes\\CLSID\\{3050F3BC-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfe1b10 +[Software\\Classes\\CLSID\\{3050F3BC-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b8052fd6 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F3C2-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfda4be +[Software\\Classes\\CLSID\\{3050F3C2-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b80493aa @="Microsoft HTML DwnBindInfo" -[Software\\Classes\\CLSID\\{3050F3C2-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfda5fe +[Software\\Classes\\CLSID\\{3050F3C2-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b80494ae @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfe0508 +[Software\\Classes\\CLSID\\{3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b8051686 @="IImgCtx" -[Software\\Classes\\CLSID\\{3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfe042c +[Software\\Classes\\CLSID\\{3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b8051596 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}\\ProgId] 1460706471 -#time=1d196eb1cfe0580 +[Software\\Classes\\CLSID\\{3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}\\ProgId] 1526460533 +#time=1d3ecf2b8051708 @="IImgCtx" -[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}] 1460706474 -#time=1d196eb1e59bd66 +[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}] 1526460543 +#time=1d3ecf2bdf31ec6 @="MHTML Document" -[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\BrowseInPlace] 1460706474 -#time=1d196eb1e59b820 +[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\BrowseInPlace] 1526460543 +#time=1d3ecf2bdf31ba6 -[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\DefaultIcon] 1460706474 -#time=1d196eb1e59bb86 +[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\DefaultIcon] 1526460543 +#time=1d3ecf2bdf31d9a @=str(2):"C:\\Program Files\\Internet Explorer\\iexplore.exe,1" -[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfe1552 +[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b805293c @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\MiscStatus] 1460706474 -#time=1d196eb1e59be88 +[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\MiscStatus] 1526460543 +#time=1d3ecf2bdf31f52 @="2228625" -[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\ProgId] 1460706471 -#time=1d196eb1cfe16a6 +[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\ProgId] 1526460533 +#time=1d3ecf2b8052ab8 @="mhtmlfile" -[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\Version] 1460706471 -#time=1d196eb1cfe17f0 +[Software\\Classes\\CLSID\\{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}\\Version] 1526460533 +#time=1d3ecf2b8052c2a @="6.0" -[Software\\Classes\\CLSID\\{3050F3DA-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfe114c +[Software\\Classes\\CLSID\\{3050F3DA-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b805248c @="Microsoft HTML Mailto Pluggable Protocol" -[Software\\Classes\\CLSID\\{3050F3DA-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfe1232 +[Software\\Classes\\CLSID\\{3050F3DA-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b805259a @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F406-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfd9190 +[Software\\Classes\\CLSID\\{3050F406-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b8047db6 @="Microsoft HTML About Pluggable Protocol" -[Software\\Classes\\CLSID\\{3050F406-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfd9294 +[Software\\Classes\\CLSID\\{3050F406-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b8047ec4 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F499-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfdbe04 +[Software\\Classes\\CLSID\\{3050F499-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804b024 @="Microsoft HTML Recalc" -[Software\\Classes\\CLSID\\{3050F499-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfdbefe +[Software\\Classes\\CLSID\\{3050F499-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804b132 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F4E7-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfde06e +[Software\\Classes\\CLSID\\{3050F4E7-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804ec56 @="Microsoft HTML Server Document 6.0" -[Software\\Classes\\CLSID\\{3050F4E7-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfde15e +[Software\\Classes\\CLSID\\{3050F4E7-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804ed64 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F4F0-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfdc8b8 +[Software\\Classes\\CLSID\\{3050F4F0-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804bfa6 @="Microsoft Scriptlet svr om Uses" -[Software\\Classes\\CLSID\\{3050F4F0-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfdc7e6 +[Software\\Classes\\CLSID\\{3050F4F0-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804be34 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F4F0-98B5-11CF-BB82-00AA00BDCE0B}\\ProgId] 1460706471 -#time=1d196eb1cfdc930 +[Software\\Classes\\CLSID\\{3050F4F0-98B5-11CF-BB82-00AA00BDCE0B}\\ProgId] 1526460533 +#time=1d3ecf2b804c0a0 @="Scriptlet.SvrOm" -[Software\\Classes\\CLSID\\{3050F4F8-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfdb026 +[Software\\Classes\\CLSID\\{3050F4F8-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804a016 @="Microsoft Html Component" -[Software\\Classes\\CLSID\\{3050F4F8-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfdb10c +[Software\\Classes\\CLSID\\{3050F4F8-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804a12e @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}] 1460706474 -#time=1d196eb1e599070 +[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}] 1526460543 +#time=1d3ecf2bdf3062a @="Microsoft HTA Document 6.0" -[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}\\BrowseInPlace] 1460706474 -#time=1d196eb1e598eae +[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}\\BrowseInPlace] 1526460543 +#time=1d3ecf2bdf30486 -[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfdcc46 +[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804c6a4 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}\\MiscStatus] 1460706474 -#time=1d196eb1e599156 +[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}\\MiscStatus] 1526460543 +#time=1d3ecf2bdf306ca @="2228625" -[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}\\Version] 1460706471 -#time=1d196eb1cfdcd9a +[Software\\Classes\\CLSID\\{3050F5C8-98B5-11CF-BB82-00AA00BDCE0B}\\Version] 1526460533 +#time=1d3ecf2b804c8ca @="6.0" -[Software\\Classes\\CLSID\\{3050F667-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfdda2e +[Software\\Classes\\CLSID\\{3050F667-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804e27e @="Microsoft Html Popup Window" -[Software\\Classes\\CLSID\\{3050F667-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfddb1e +[Software\\Classes\\CLSID\\{3050F667-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804e3c8 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3050F67D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfddd4e +[Software\\Classes\\CLSID\\{3050F67D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b804e896 @="Microsoft Html Document for Popup Window" -[Software\\Classes\\CLSID\\{3050F67D-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cfdde34 +[Software\\Classes\\CLSID\\{3050F67D-98B5-11CF-BB82-00AA00BDCE0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b804e9c2 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}] 1460706648 -#time=1d196eb863b60d8 +[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}] 1526460882 +#time=1d3ecf387996064 @="System.Runtime.Serialization.OnDeserializingAttribute" -[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863b11aa +[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf38798b808 @="" -[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}\\InprocServer32] 1460706648 -#time=1d196eb863b51c4 +[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}\\InprocServer32] 1526460882 +#time=1d3ecf3879943fe @="mscoree.dll" "Class"="System.Runtime.Serialization.OnDeserializingAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8527e310 +[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385bc2c54 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.OnDeserializingAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}\\ProgId] 1460706648 -#time=1d196eb863b2186 +[Software\\Classes\\CLSID\\{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}\\ProgId] 1526460882 +#time=1d3ecf38798d2fc @="System.Runtime.Serialization.OnDeserializingAttribute" -[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}] 1460706471 -#time=1d196eb1cd59a14 +[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}] 1526460533 +#time=1d3ecf2b797e08e @="SAX XML Reader 3.0" -[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\InprocServer32] 1460706471 -#time=1d196eb1cd59582 +[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\InprocServer32] 1526460533 +#time=1d3ecf2b797db0c @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\ProgId] 1460706471 -#time=1d196eb1cd596c2 +[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\ProgId] 1526460533 +#time=1d3ecf2b797dc9c @="Msxml2.SAXXMLReader.3.0" -[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\TypeLib] 1460706471 -#time=1d196eb1cd597f8 +[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\TypeLib] 1526460533 +#time=1d3ecf2b797de18 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\Version] 1460706471 -#time=1d196eb1cd5994c +[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\Version] 1526460533 +#time=1d3ecf2b797df94 @="3.0" -[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd59a8c +[Software\\Classes\\CLSID\\{3124C396-FB13-4836-A6AD-1317F1713688}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797e11a @="Msxml2.SAXXMLReader" -[Software\\Classes\\CLSID\\{312FB6F1-B767-409D-8A6D-0FC154D4F05C}] 1460706475 -#time=1d196eb1ee30a1c +[Software\\Classes\\CLSID\\{312FB6F1-B767-409D-8A6D-0FC154D4F05C}] 1526460547 +#time=1d3ecf2c03ee804 @="WIC ICNS Encoder" "Author"="The Wine Project" "FileExtensions"=".icns" @@ -4069,68 +4109,77 @@ WINE REGISTRY Version 2 "Vendor"="{DDF46DA1-7DC1-404E-98F2-EFA48DFC950A}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{312FB6F1-B767-409D-8A6D-0FC154D4F05C}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee30b8e +[Software\\Classes\\CLSID\\{312FB6F1-B767-409D-8A6D-0FC154D4F05C}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c03ee8a4 + +[Software\\Classes\\CLSID\\{312FB6F1-B767-409D-8A6D-0FC154D4F05C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0f2be +@="C:\\windows\\system32\\windowscodecs.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{317D06E8-5F24-433D-BDF7-79CE68D8ABC2}] 1526460533 +#time=1d3ecf2b7f0c9b0 +@="WIC Imaging Factory 2" -[Software\\Classes\\CLSID\\{312FB6F1-B767-409D-8A6D-0FC154D4F05C}\\InprocServer32] 1460706472 -#time=1d196eb1d19a754 +[Software\\Classes\\CLSID\\{317D06E8-5F24-433D-BDF7-79CE68D8ABC2}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0cab4 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}] 1460706647 -#time=1d196eb859c02b8 +[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}] 1526460880 +#time=1d3ecf386805048 @="System.Globalization.StringInfo" -[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb859abcaa +[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3867e30c4 @="" -[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}\\InprocServer32] 1460706647 -#time=1d196eb859bab60 +[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}\\InprocServer32] 1526460880 +#time=1d3ecf3867fda50 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.StringInfo" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8522071a +[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b3b2ae "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.StringInfo" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}\\ProgId] 1460706647 -#time=1d196eb859aef04 +[Software\\Classes\\CLSID\\{31C967B5-2F8A-3957-9C6D-34A0731DB36C}\\ProgId] 1526460880 +#time=1d3ecf3867e8146 @="System.Globalization.StringInfo" -[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}] 1460706647 -#time=1d196eb859c9b88 +[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}] 1526460880 +#time=1d3ecf386811eba @="System.EnterpriseServices.Internal.ServerWebConfig" -[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb859bcece +[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38680160a @="" -[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}\\InprocServer32] 1460706647 -#time=1d196eb859c8b0c +[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}\\InprocServer32] 1526460880 +#time=1d3ecf386810182 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ServerWebConfig" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85566690 +[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf38607ae90 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ServerWebConfig" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}\\ProgId] 1460706647 -#time=1d196eb859be756 +[Software\\Classes\\CLSID\\{31D353B3-0A0A-3986-9B20-3EC4EE90B389}\\ProgId] 1526460880 +#time=1d3ecf386803090 @="System.EnterpriseServices.Internal.ServerWebConfig" -[Software\\Classes\\CLSID\\{32557D3B-69DC-4F95-836E-F5972B2F6159}] 1460706475 -#time=1d196eb1ee39f90 +[Software\\Classes\\CLSID\\{32557D3B-69DC-4F95-836E-F5972B2F6159}] 1526460547 +#time=1d3ecf2c03f8214 @="WIC Comment Extension Reader" "Author"="The Wine Project" "FriendlyName"="Comment Extension Reader" @@ -4141,163 +4190,163 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{32557D3B-69DC-4F95-836E-F5972B2F6159}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1460706475 -#time=1d196eb1ee3a210 +[Software\\Classes\\CLSID\\{32557D3B-69DC-4F95-836E-F5972B2F6159}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1526460547 +#time=1d3ecf2c03f84da "Mask"=hex:ff,ff "Pattern"=hex:21,fe "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{32557D3B-69DC-4F95-836E-F5972B2F6159}\\InprocServer32] 1460706472 -#time=1d196eb1d19c9d2 +[Software\\Classes\\CLSID\\{32557D3B-69DC-4F95-836E-F5972B2F6159}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f11e10 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}] 1460706471 -#time=1d196eb1d106eaa +[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}] 1526460533 +#time=1d3ecf2b7b26648 @="Script Encoder Object" -[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\\InprocServer32] 1460706471 -#time=1d196eb1d106b30 +[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b26238 @="C:\\windows\\system32\\scrrun.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\\ProgId] 1460706471 -#time=1d196eb1d106c84 +[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\\ProgId] 1526460533 +#time=1d3ecf2b7b263be @="Scripting.Encoder" -[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\\TypeLib] 1460706471 -#time=1d196eb1d106dce +[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\\TypeLib] 1526460533 +#time=1d3ecf2b7b26530 @="{420B2830-E718-11CF-893D-00A0C9054228}" -[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\\Version] 1460706471 -#time=1d196eb1d106f22 +[Software\\Classes\\CLSID\\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\\Version] 1526460533 +#time=1d3ecf2b7b266ca @="1.0" -[Software\\Classes\\CLSID\\{336475D0-942A-11CE-A870-00AA002FEAB5}] 1460706471 -#time=1d196eb1d0e1ac4 +[Software\\Classes\\CLSID\\{336475D0-942A-11CE-A870-00AA002FEAB5}] 1526460533 +#time=1d3ecf2b7b1488a @="MPEG-I Stream Splitter" -[Software\\Classes\\CLSID\\{336475D0-942A-11CE-A870-00AA002FEAB5}\\InprocServer32] 1460706471 -#time=1d196eb1d0e1bb4 +[Software\\Classes\\CLSID\\{336475D0-942A-11CE-A870-00AA002FEAB5}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b14998 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{33C53A50-F456-4884-B049-85FD643ECFED}] 1460706471 -#time=1d196eb1cfc355c +[Software\\Classes\\CLSID\\{33C53A50-F456-4884-B049-85FD643ECFED}] 1526460533 +#time=1d3ecf2b80dc498 @="TF_InputProcessorProfiles" -[Software\\Classes\\CLSID\\{33C53A50-F456-4884-B049-85FD643ECFED}\\InprocServer32] 1460706471 -#time=1d196eb1cfc3836 +[Software\\Classes\\CLSID\\{33C53A50-F456-4884-B049-85FD643ECFED}\\InprocServer32] 1526460533 +#time=1d3ecf2b80dc5a6 @="C:\\windows\\system32\\msctf.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{33D9A760-90C8-11D0-BD43-00A0C911CE86}] 1460706471 -#time=1d196eb1ced47c2 +[Software\\Classes\\CLSID\\{33D9A760-90C8-11D0-BD43-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7c977f2 @="ICM Class Manager" -[Software\\Classes\\CLSID\\{33D9A760-90C8-11D0-BD43-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1ced49b6 +[Software\\Classes\\CLSID\\{33D9A760-90C8-11D0-BD43-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c97928 @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{33D9A761-90C8-11D0-BD43-00A0C911CE86}] 1460706471 -#time=1d196eb1ced42e0 +[Software\\Classes\\CLSID\\{33D9A761-90C8-11D0-BD43-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7c9745a @="ACM Class Manager" -[Software\\Classes\\CLSID\\{33D9A761-90C8-11D0-BD43-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1ced440c +[Software\\Classes\\CLSID\\{33D9A761-90C8-11D0-BD43-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c97572 @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{33D9A762-90C8-11D0-BD43-00A0C911CE86}] 1460706471 -#time=1d196eb1ced5988 +[Software\\Classes\\CLSID\\{33D9A762-90C8-11D0-BD43-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7c982e2 @="WaveIn Class Manager" -[Software\\Classes\\CLSID\\{33D9A762-90C8-11D0-BD43-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1ced5b2c +[Software\\Classes\\CLSID\\{33D9A762-90C8-11D0-BD43-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c983f0 @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}] 1460706647 -#time=1d196eb8596ac50 +[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}] 1526460880 +#time=1d3ecf38676eb02 @="System.EnterpriseServices.Internal.SoapClientImport" -[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8596206e +[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38675fbca @="" -[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}\\InprocServer32] 1460706647 -#time=1d196eb85969d3c +[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}\\InprocServer32] 1526460880 +#time=1d3ecf38676cf96 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.SoapClientImport" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8556277a +[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf386070170 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.SoapClientImport" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}\\ProgId] 1460706647 -#time=1d196eb85962ffa +[Software\\Classes\\CLSID\\{346D5B9F-45E1-45C0-AADF-1B7D221E9063}\\ProgId] 1526460880 +#time=1d3ecf3867616b4 @="System.EnterpriseServices.Internal.SoapClientImport" -[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}] 1460706647 -#time=1d196eb85c45e70 +[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}] 1526460880 +#time=1d3ecf386c51d40 @="System.ParamArrayAttribute" -[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c3eec2 +[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386c44622 @="" -[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}\\InprocServer32] 1460706647 -#time=1d196eb85c44e8a +[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}\\InprocServer32] 1526460880 +#time=1d3ecf386c4f6f8 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ParamArrayAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85405508 +[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e4b200 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ParamArrayAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}\\ProgId] 1460706647 -#time=1d196eb85c3fea8 +[Software\\Classes\\CLSID\\{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}\\ProgId] 1526460880 +#time=1d3ecf386c460b2 @="System.ParamArrayAttribute" -[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}] 1460706647 -#time=1d196eb85b82c54 +[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}] 1526460880 +#time=1d3ecf386b1b098 @="System.Collections.CaseInsensitiveComparer" -[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b7be72 +[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386b0e244 @="" -[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}\\InprocServer32] 1460706647 -#time=1d196eb85b81d7c +[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}\\InprocServer32] 1526460880 +#time=1d3ecf386b1878a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.CaseInsensitiveComparer" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8535e41a +[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d46d14 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.CaseInsensitiveComparer" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}\\ProgId] 1460706647 -#time=1d196eb85b7ce1c +[Software\\Classes\\CLSID\\{35E946E4-7CDA-3824-8B24-D799A96309AD}\\ProgId] 1526460880 +#time=1d3ecf386b0fd38 @="System.Collections.CaseInsensitiveComparer" -[Software\\Classes\\CLSID\\{3692CA39-E082-4350-9E1F-3704CB083CD5}] 1460706475 -#time=1d196eb1ee35742 +[Software\\Classes\\CLSID\\{3692CA39-E082-4350-9E1F-3704CB083CD5}] 1526460547 +#time=1d3ecf2c03f36e2 @="WIC Png gAMA Metadata Reader" "Author"="The Wine Project" "FriendlyName"="Chunk gAMA Reader" @@ -4308,119 +4357,106 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{3692CA39-E082-4350-9E1F-3704CB083CD5}\\Containers\\{1B7CFAF4-713F-473C-BBCD-6137425FAEAF}\\0] 1460706475 -#time=1d196eb1ee35a8a +[Software\\Classes\\CLSID\\{3692CA39-E082-4350-9E1F-3704CB083CD5}\\Containers\\{1B7CFAF4-713F-473C-BBCD-6137425FAEAF}\\0] 1526460547 +#time=1d3ecf2c03f3a48 "DataOffset"=dword:00000004 "Mask"=hex:ff,ff,ff,ff "Pattern"=hex:67,41,4d,41 "Position"=dword:00000004 -[Software\\Classes\\CLSID\\{3692CA39-E082-4350-9E1F-3704CB083CD5}\\InprocServer32] 1460706472 -#time=1d196eb1d19b6f4 +[Software\\Classes\\CLSID\\{3692CA39-E082-4350-9E1F-3704CB083CD5}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1086c @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{369647E0-17B0-11CE-9950-00AA004BBB1F}] 1460706471 -#time=1d196eb1cf7686a +[Software\\Classes\\CLSID\\{369647E0-17B0-11CE-9950-00AA004BBB1F}] 1526460533 +#time=1d3ecf2b80d5206 @="Neutral Word Breaker" -[Software\\Classes\\CLSID\\{369647E0-17B0-11CE-9950-00AA004BBB1F}\\InprocServer32] 1460706471 -#time=1d196eb1cf76ac2 +[Software\\Classes\\CLSID\\{369647E0-17B0-11CE-9950-00AA004BBB1F}\\InprocServer32] 1526460533 +#time=1d3ecf2b80d54ae @="C:\\windows\\system32\\infosoft.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}] 1460706647 -#time=1d196eb85a6a718 +[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}] 1526460880 +#time=1d3ecf38691e3da @="System.EnterpriseServices.RegistrationConfig" -[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a5d158 +[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38690e6d8 @="" -[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}\\InprocServer32] 1460706647 -#time=1d196eb85a67acc +[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}\\InprocServer32] 1526460880 +#time=1d3ecf38691aa1e @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.RegistrationConfig" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb855ba2d6 +[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3861114da "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.RegistrationConfig" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}\\ProgId] 1460706647 -#time=1d196eb85a5e0e4 +[Software\\Classes\\CLSID\\{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}\\ProgId] 1526460880 +#time=1d3ecf386910154 @="System.EnterpriseServices.RegistrationConfig" -[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}] 1460706471 -#time=1d196eb1cd5824a +[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}] 1526460533 +#time=1d3ecf2b797c3d8 @="XML Schema Cache" -[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\InprocServer32] 1460706471 -#time=1d196eb1cd57dcc +[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\InprocServer32] 1526460533 +#time=1d3ecf2b797be6a @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\ProgId] 1460706471 -#time=1d196eb1cd57f02 +[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\ProgId] 1526460533 +#time=1d3ecf2b797bfe6 @="Msxml2.XMLSchemaCache" -[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\TypeLib] 1460706471 -#time=1d196eb1cd58042 +[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\TypeLib] 1526460533 +#time=1d3ecf2b797c162 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\Version] 1460706471 -#time=1d196eb1cd58178 +[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\Version] 1526460533 +#time=1d3ecf2b797c2de @="3.0" -[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd582b8 +[Software\\Classes\\CLSID\\{373984C9-B845-449B-91E7-45AC83036ADE}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797c45a @="Msxml2.XMLSchemaCache" -[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}] 1460706647 -#time=1d196eb85a244de +[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}] 1526460880 +#time=1d3ecf3868a7f5a @="System.Globalization.JapaneseCalendar" -[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a115a0 +[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386884c62 @="" -[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}\\InprocServer32] 1460706647 -#time=1d196eb85a21522 +[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}\\InprocServer32] 1526460880 +#time=1d3ecf3868a2ce4 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.JapaneseCalendar" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8522cf9c +[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b4dc92 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.JapaneseCalendar" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}\\ProgId] 1460706647 -#time=1d196eb85a1360c +[Software\\Classes\\CLSID\\{374050DD-6190-3257-8812-8230BF095147}\\ProgId] 1526460880 +#time=1d3ecf386888330 @="System.Globalization.JapaneseCalendar" -[Software\\Classes\\CLSID\\{379E501F-B231-11D1-ADC1-00805FC752D8}] 1460706605 -#time=1d196eb6c70481c -@="MsxmlIsland" - -[Software\\Classes\\CLSID\\{379E501F-B231-11D1-ADC1-00805FC752D8}\\InProcServer32] 1460706605 -#time=1d196eb6c704452 -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" - -[Software\\Classes\\CLSID\\{379E501F-B231-11D1-ADC1-00805FC752D8}\\TypeLib] 1460706605 -#time=1d196eb6c704e98 -@="{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}" - -[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}] 1460706475 -#time=1d196eb1ee2072a +[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}] 1526460547 +#time=1d3ecf2c03e18a2 @="WIC GIF Decoder" "Author"="The Wine Project" "ContainerFormat"="{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}" @@ -4430,100 +4466,100 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1460706475 -#time=1d196eb1ee205f4 +[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1526460547 +#time=1d3ecf2c03e173a -[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}\\InprocServer32] 1460706472 -#time=1d196eb1d1993fe +[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0dd10 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}\\Patterns\\0] 1460706475 -#time=1d196eb1ee209dc +[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}\\Patterns\\0] 1526460547 +#time=1d3ecf2c03e1be0 "EndOfStream"=dword:00000000 "Length"=dword:00000006 "Mask"=hex:ff,ff,ff,ff,ff,ff "Pattern"=hex:47,49,46,38,37,61 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}\\Patterns\\1] 1460706475 -#time=1d196eb1ee20cf2 +[Software\\Classes\\CLSID\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}\\Patterns\\1] 1526460547 +#time=1d3ecf2c03e1f8c "EndOfStream"=dword:00000000 "Length"=dword:00000006 "Mask"=hex:ff,ff,ff,ff,ff,ff "Pattern"=hex:47,49,46,38,39,61 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{38248178-CF6D-11DE-ABE5-000C2916D865}] 1460706471 -#time=1d196eb1cdf2f02 +[Software\\Classes\\CLSID\\{38248178-CF6D-11DE-ABE5-000C2916D865}] 1526460533 +#time=1d3ecf2b7ae3e6a @="Wine OLE DB Row Server" -[Software\\Classes\\CLSID\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\InprocServer32] 1460706471 -#time=1d196eb1cdf2b60 +[Software\\Classes\\CLSID\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ae3bf4 @="C:\\Program Files\\Common Files\\System\\OLE DB\\msdaps.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\ProgId] 1460706471 -#time=1d196eb1cdf2d9a +[Software\\Classes\\CLSID\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\ProgId] 1526460533 +#time=1d3ecf2b7ae3d70 @="WINEDBROWPRX.AsServer.1" -[Software\\Classes\\CLSID\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdf301a +[Software\\Classes\\CLSID\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ae3eec @="WINEDBROWPRX.AsServer" -[Software\\Classes\\CLSID\\{38248179-CF6D-11DE-ABE5-000C2916D865}] 1460706471 -#time=1d196eb1cdf3916 +[Software\\Classes\\CLSID\\{38248179-CF6D-11DE-ABE5-000C2916D865}] 1526460533 +#time=1d3ecf2b7ae4522 @="Wine OLE DB Row Proxy" -[Software\\Classes\\CLSID\\{38248179-CF6D-11DE-ABE5-000C2916D865}\\InprocServer32] 1460706471 -#time=1d196eb1cdf359c +[Software\\Classes\\CLSID\\{38248179-CF6D-11DE-ABE5-000C2916D865}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ae42a2 @="C:\\Program Files\\Common Files\\System\\OLE DB\\msdaps.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{38248179-CF6D-11DE-ABE5-000C2916D865}\\ProgId] 1460706471 -#time=1d196eb1cdf3790 +[Software\\Classes\\CLSID\\{38248179-CF6D-11DE-ABE5-000C2916D865}\\ProgId] 1526460533 +#time=1d3ecf2b7ae4428 @="WINEDBROWPRX.AsProxy.1" -[Software\\Classes\\CLSID\\{38248179-CF6D-11DE-ABE5-000C2916D865}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdf39b6 +[Software\\Classes\\CLSID\\{38248179-CF6D-11DE-ABE5-000C2916D865}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ae45ae @="WINEDBROWPRX.AsProxy" -[Software\\Classes\\CLSID\\{3824817A-CF6D-11DE-ABE5-000C2916D865}] 1460706471 -#time=1d196eb1cdf4244 +[Software\\Classes\\CLSID\\{3824817A-CF6D-11DE-ABE5-000C2916D865}] 1526460533 +#time=1d3ecf2b7ae4bb2 @="Wine OLE DB Rowset Server" -[Software\\Classes\\CLSID\\{3824817A-CF6D-11DE-ABE5-000C2916D865}\\InprocServer32] 1460706471 -#time=1d196eb1cdf3f38 +[Software\\Classes\\CLSID\\{3824817A-CF6D-11DE-ABE5-000C2916D865}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ae4946 @="C:\\Program Files\\Common Files\\System\\OLE DB\\msdaps.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3824817A-CF6D-11DE-ABE5-000C2916D865}\\ProgId] 1460706471 -#time=1d196eb1cdf412c +[Software\\Classes\\CLSID\\{3824817A-CF6D-11DE-ABE5-000C2916D865}\\ProgId] 1526460533 +#time=1d3ecf2b7ae4ac2 @="WINEDBRSTPRX.AsServer.1" -[Software\\Classes\\CLSID\\{3824817A-CF6D-11DE-ABE5-000C2916D865}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdf435c +[Software\\Classes\\CLSID\\{3824817A-CF6D-11DE-ABE5-000C2916D865}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ae4c34 @="WINEDBRSTPRX.AsServer" -[Software\\Classes\\CLSID\\{3824817B-CF6D-11DE-ABE5-000C2916D865}] 1460706471 -#time=1d196eb1cdf4ab4 +[Software\\Classes\\CLSID\\{3824817B-CF6D-11DE-ABE5-000C2916D865}] 1526460533 +#time=1d3ecf2b7ae5256 @="Wine OLE DB Rowset Proxy" -[Software\\Classes\\CLSID\\{3824817B-CF6D-11DE-ABE5-000C2916D865}\\InprocServer32] 1460706471 -#time=1d196eb1cdf4816 +[Software\\Classes\\CLSID\\{3824817B-CF6D-11DE-ABE5-000C2916D865}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ae4fea @="C:\\Program Files\\Common Files\\System\\OLE DB\\msdaps.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3824817B-CF6D-11DE-ABE5-000C2916D865}\\ProgId] 1460706471 -#time=1d196eb1cdf4988 +[Software\\Classes\\CLSID\\{3824817B-CF6D-11DE-ABE5-000C2916D865}\\ProgId] 1526460533 +#time=1d3ecf2b7ae5166 @="WINEDBRSTPRX.AsProxy.1" -[Software\\Classes\\CLSID\\{3824817B-CF6D-11DE-ABE5-000C2916D865}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdf4b86 +[Software\\Classes\\CLSID\\{3824817B-CF6D-11DE-ABE5-000C2916D865}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ae52d8 @="WINEDBRSTPRX.AsProxy" -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}] 1460706475 -#time=1d196eb1ee251e4 +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}] 1526460547 +#time=1d3ecf2c03e5fe2 @="WIC PNG Decoder" "Author"="The Wine Project" "ContainerFormat"="{1B7CFAF4-713F-473C-BBCD-6137425FAEAF}" @@ -4533,690 +4569,707 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1460706475 -#time=1d196eb1ee245fa +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1526460547 +#time=1d3ecf2c03e5786 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1460706475 -#time=1d196eb1ee248a2 +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1526460547 +#time=1d3ecf2c03e59b6 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1460706475 -#time=1d196eb1ee24a78 +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1526460547 +#time=1d3ecf2c03e5b14 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1460706475 -#time=1d196eb1ee24c4e +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1526460547 +#time=1d3ecf2c03e5c36 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1460706475 -#time=1d196eb1ee23a92 +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1526460547 +#time=1d3ecf2c03e4c46 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1460706475 -#time=1d196eb1ee23c90 +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1526460547 +#time=1d3ecf2c03e4e12 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1460706475 -#time=1d196eb1ee23e0c +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1526460547 +#time=1d3ecf2c03e4fd4 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee23f7e +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03e5128 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1460706475 -#time=1d196eb1ee240dc +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1526460547 +#time=1d3ecf2c03e5326 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee24e74 +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03e5d4e -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee2424e +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c03e54b6 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1460706475 -#time=1d196eb1ee2500e +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1526460547 +#time=1d3ecf2c03e5e66 -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1460706475 -#time=1d196eb1ee243f2 +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1526460547 +#time=1d3ecf2c03e561e -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\InprocServer32] 1460706472 -#time=1d196eb1d1989ea +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0d220 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Patterns\\0] 1460706475 -#time=1d196eb1ee255f4 +[Software\\Classes\\CLSID\\{389EA17B-5078-4CDE-B6EF-25C15175C751}\\Patterns\\0] 1526460547 +#time=1d3ecf2c03e6348 "EndOfStream"=dword:00000000 "Length"=dword:00000008 "Mask"=hex:ff,ff,ff,ff,ff,ff,ff,ff "Pattern"=hex:89,50,4e,47,0d,0a,1a,0a "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{3901CC3F-84B5-4FA4-BA35-AA8172B8A09B}] 1460706471 -#time=1d196eb1cf25aaa +[Software\\Classes\\CLSID\\{3901CC3F-84B5-4FA4-BA35-AA8172B8A09B}] 1526460533 +#time=1d3ecf2b80b4272 @="DirectSound 8.0 Object" -[Software\\Classes\\CLSID\\{3901CC3F-84B5-4FA4-BA35-AA8172B8A09B}\\InprocServer32] 1460706471 -#time=1d196eb1cf25b90 +[Software\\Classes\\CLSID\\{3901CC3F-84B5-4FA4-BA35-AA8172B8A09B}\\InprocServer32] 1526460533 +#time=1d3ecf2b80b4380 @="C:\\windows\\system32\\dsound.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}] 1460706648 -#time=1d196eb863850a0 +[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}] 1526460881 +#time=1d3ecf38793b574 @="System.Security.Policy.GacMembershipCondition" -[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8637e688 +[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38793307c @="" -[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}\\InprocServer32] 1460706648 -#time=1d196eb8638407e +[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}\\InprocServer32] 1526460881 +#time=1d3ecf387939c2e @="mscoree.dll" "Class"="System.Security.Policy.GacMembershipCondition" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851a754a +[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a90ce6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.GacMembershipCondition" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}\\ProgId] 1460706648 -#time=1d196eb8637f8ee +[Software\\Classes\\CLSID\\{390E92C9-FA66-3357-BEF2-45A1F34186B9}\\ProgId] 1526460881 +#time=1d3ecf387934b48 @="System.Security.Policy.GacMembershipCondition" -[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}] 1460706647 -#time=1d196eb858027d2 +[Software\\Classes\\CLSID\\{3918D75F-0ACB-41F2-B733-92AA15BCECF6}] 1526460533 +#time=1d3ecf2b7aa4d5a +@="Object Token Enumerator" + +[Software\\Classes\\CLSID\\{3918D75F-0ACB-41F2-B733-92AA15BCECF6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7aa4ada +@="C:\\windows\\system32\\Speech\\Common\\sapi.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{3918D75F-0ACB-41F2-B733-92AA15BCECF6}\\ProgId] 1526460533 +#time=1d3ecf2b7aa4c60 +@="SAPI.SpObjectTokenEnum.1" + +[Software\\Classes\\CLSID\\{3918D75F-0ACB-41F2-B733-92AA15BCECF6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7aa4de6 +@="SAPI.SpObjectTokenEnum" + +[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}] 1526460879 +#time=1d3ecf3864e7c8a @="System.Security.Cryptography.MACTripleDES" -[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb857eab96 +[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3864c4aaa @="" -[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}\\InprocServer32] 1460706647 -#time=1d196eb857ffe24 +[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}\\InprocServer32] 1526460879 +#time=1d3ecf3864dc524 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.MACTripleDES" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e15292 +[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38550c96e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.MACTripleDES" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}\\ProgId] 1460706647 -#time=1d196eb857ed3be +[Software\\Classes\\CLSID\\{39B68485-6773-3C46-82E9-56D8F0B4570C}\\ProgId] 1526460879 +#time=1d3ecf3864c84ac @="System.Security.Cryptography.MACTripleDES" -[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}] 1460706647 -#time=1d196eb859fe9c8 +[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}] 1526460880 +#time=1d3ecf386862c7a @="System.EnterpriseServices.Internal.ComManagedImportUtil" -[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb859ef2d4 +[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38684e8ec @="" -[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}\\InprocServer32] 1460706647 -#time=1d196eb859fd960 +[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}\\InprocServer32] 1526460880 +#time=1d3ecf3868612f8 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ComManagedImportUtil" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8557a7ee +[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3860a6c5c "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ComManagedImportUtil" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}\\ProgId] 1460706647 -#time=1d196eb859f2d58 +[Software\\Classes\\CLSID\\{3B0398C9-7812-4007-85CB-18C771F2206F}\\ProgId] 1526460880 +#time=1d3ecf386853874 @="System.EnterpriseServices.Internal.ComManagedImportUtil" -[Software\\Classes\\CLSID\\{3B2B6775-70B6-45AF-8DEA-A209C69559F3}] 1460706471 -#time=1d196eb1cf1a704 +[Software\\Classes\\CLSID\\{3B2B6775-70B6-45AF-8DEA-A209C69559F3}] 1526460533 +#time=1d3ecf2b7caf5a0 @="DirectPlay8LobbyClient Object" -[Software\\Classes\\CLSID\\{3B2B6775-70B6-45AF-8DEA-A209C69559F3}\\InprocServer32] 1460706471 -#time=1d196eb1cf1a4e8 +[Software\\Classes\\CLSID\\{3B2B6775-70B6-45AF-8DEA-A209C69559F3}\\InprocServer32] 1526460533 +#time=1d3ecf2b7caf32a @="C:\\windows\\system32\\dpnet.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3B2B6775-70B6-45AF-8DEA-A209C69559F3}\\ProgId] 1460706471 -#time=1d196eb1cf1a628 +[Software\\Classes\\CLSID\\{3B2B6775-70B6-45AF-8DEA-A209C69559F3}\\ProgId] 1526460533 +#time=1d3ecf2b7caf4b0 @="DirectPlay8Lobby.LobbyClient.1" -[Software\\Classes\\CLSID\\{3B2B6775-70B6-45AF-8DEA-A209C69559F3}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf1a772 +[Software\\Classes\\CLSID\\{3B2B6775-70B6-45AF-8DEA-A209C69559F3}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7caf622 @="DirectPlay8Lobby.LobbyClient" -[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}] 1460706648 -#time=1d196eb86054ac0 +[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}] 1526460881 +#time=1d3ecf3873a7af4 @="System.ArgumentNullException" -[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8603de10 +[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38737aa18 @="" -[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}\\InprocServer32] 1460706648 -#time=1d196eb86050970 +[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}\\InprocServer32] 1526460881 +#time=1d3ecf3873a0b5a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArgumentNullException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854d1838 +[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f8a42c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArgumentNullException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}\\ProgId] 1460706648 -#time=1d196eb86041e20 +[Software\\Classes\\CLSID\\{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}\\ProgId] 1526460881 +#time=1d3ecf387381b2e @="System.ArgumentNullException" -[Software\\Classes\\CLSID\\{3C305196-50DB-11D3-9CFE-00C04FD930C5}] 1460706471 -#time=1d196eb1ced05b4 +[Software\\Classes\\CLSID\\{3C305196-50DB-11D3-9CFE-00C04FD930C5}] 1526460533 +#time=1d3ecf2b7f65d8a @="DirectDraw 7 Object" -[Software\\Classes\\CLSID\\{3C305196-50DB-11D3-9CFE-00C04FD930C5}\\InprocServer32] 1460706471 -#time=1d196eb1ced0708 +[Software\\Classes\\CLSID\\{3C305196-50DB-11D3-9CFE-00C04FD930C5}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f65f56 @="C:\\windows\\system32\\ddraw.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3C374A40-BAE4-11CF-BF7D-00AA006946EE}] 1460706471 -#time=1d196eb1cf59ce2 +[Software\\Classes\\CLSID\\{3C374A40-BAE4-11CF-BF7D-00AA006946EE}] 1526460533 +#time=1d3ecf2b7ce3d78 @="Microsoft Url History Service" -[Software\\Classes\\CLSID\\{3C374A40-BAE4-11CF-BF7D-00AA006946EE}\\InprocServer32] 1460706471 -#time=1d196eb1cf59dc8 +[Software\\Classes\\CLSID\\{3C374A40-BAE4-11CF-BF7D-00AA006946EE}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ce3e90 @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}] 1460706647 -#time=1d196eb8592ecb4 +[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}] 1526460880 +#time=1d3ecf3866eede4 @="System.Text.UTF7Encoding" -[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85927a72 +[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3866ddcec @="" -[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}\\InprocServer32] 1460706647 -#time=1d196eb8592ddb4 +[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}\\InprocServer32] 1526460880 +#time=1d3ecf3866ec72e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.UTF7Encoding" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851f19ba +[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385aff90c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.UTF7Encoding" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}\\ProgId] 1460706647 -#time=1d196eb85928a30 +[Software\\Classes\\CLSID\\{3C9DCA8B-4410-3143-B801-559553EB6725}\\ProgId] 1526460880 +#time=1d3ecf3866e0208 @="System.Text.UTF7Encoding" -[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}] 1460706647 -#time=1d196eb85f16848 +[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}] 1526460881 +#time=1d3ecf387153b36 @="System.Runtime.Remoting.RemotingTimeoutException" -[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f0c7d0 +[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38713fd3e @="" -[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}\\InprocServer32] 1460706647 -#time=1d196eb85f1577c +[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}\\InprocServer32] 1526460881 +#time=1d3ecf38715170a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.RemotingTimeoutException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f9996a +[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38575f48c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.RemotingTimeoutException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}\\ProgId] 1460706647 -#time=1d196eb85f0d798 +[Software\\Classes\\CLSID\\{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}\\ProgId] 1526460881 +#time=1d3ecf38714230e @="System.Runtime.Remoting.RemotingTimeoutException" -[Software\\Classes\\CLSID\\{3CE74DE4-53D3-4D74-8B83-431B3828BA53}] 1460706471 -#time=1d196eb1cfc451a +[Software\\Classes\\CLSID\\{3CE74DE4-53D3-4D74-8B83-431B3828BA53}] 1526460533 +#time=1d3ecf2b80dd208 @="TF_DisplayAttributeMgr" -[Software\\Classes\\CLSID\\{3CE74DE4-53D3-4D74-8B83-431B3828BA53}\\InprocServer32] 1460706471 -#time=1d196eb1cfc463c +[Software\\Classes\\CLSID\\{3CE74DE4-53D3-4D74-8B83-431B3828BA53}\\InprocServer32] 1526460533 +#time=1d3ecf2b80dd3c0 @="C:\\windows\\system32\\msctf.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}] 1460706648 -#time=1d196eb86308834 +[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}] 1526460881 +#time=1d3ecf38787953c @="System.Security.Cryptography.RIPEMD160Managed" -[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86301764 +[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38786d502 @="" -[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}\\InprocServer32] 1460706648 -#time=1d196eb863078da +[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}\\InprocServer32] 1526460881 +#time=1d3ecf387877aa2 @="mscoree.dll" "Class"="System.Security.Cryptography.RIPEMD160Managed" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e04f50 +[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854f2406 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RIPEMD160Managed" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}\\ProgId] 1460706648 -#time=1d196eb86302d30 +[Software\\Classes\\CLSID\\{3D367908-928F-3C13-8B93-5E1718820F6D}\\ProgId] 1526460881 +#time=1d3ecf38786f21c @="System.Security.Cryptography.RIPEMD160Managed" -[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}] 1460706471 -#time=1d196eb1cd5a9f0 +[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}] 1526460533 +#time=1d3ecf2b797f3a8 @="MXXMLWriter 3.0" -[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\InprocServer32] 1460706471 -#time=1d196eb1cd5a554 +[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\InprocServer32] 1526460533 +#time=1d3ecf2b797ee3a @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\ProgId] 1460706471 -#time=1d196eb1cd5a694 +[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\ProgId] 1526460533 +#time=1d3ecf2b797efb6 @="Msxml2.MXXMLWriter.3.0" -[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\TypeLib] 1460706471 -#time=1d196eb1cd5a7e8 +[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\TypeLib] 1526460533 +#time=1d3ecf2b797f132 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\Version] 1460706471 -#time=1d196eb1cd5a91e +[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\Version] 1526460533 +#time=1d3ecf2b797f2ae @="3.0" -[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd5aa5e +[Software\\Classes\\CLSID\\{3D813DFE-6C91-4A4E-8F41-04346A841D9C}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797f434 @="Msxml2.MXXMLWriter" -[Software\\Classes\\CLSID\\{3DD53D40-7B8B-11D0-B013-00AA0059CE02}] 1460706471 -#time=1d196eb1d161a26 +[Software\\Classes\\CLSID\\{3DD53D40-7B8B-11D0-B013-00AA0059CE02}] 1526460533 +#time=1d3ecf2b7ba6d34 @="CDL: Asynchronous Pluggable Protocol Handler" -[Software\\Classes\\CLSID\\{3DD53D40-7B8B-11D0-B013-00AA0059CE02}\\InprocServer32] 1460706471 -#time=1d196eb1d161b16 +[Software\\Classes\\CLSID\\{3DD53D40-7B8B-11D0-B013-00AA0059CE02}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba6e38 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}] 1460706647 -#time=1d196eb856e814e +[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}] 1526460879 +#time=1d3ecf3862fc470 @="System.Security.Policy.ApplicationDirectoryMembershipCondition" -[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb856d75c4 +[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3862dc170 @="" -[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}\\InprocServer32] 1460706647 -#time=1d196eb856e6218 +[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}\\InprocServer32] 1526460879 +#time=1d3ecf3862f8b18 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.ApplicationDirectoryMembershipCondition" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851ca946 +[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385acbb0c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.ApplicationDirectoryMembershipCondition" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}\\ProgId] 1460706647 -#time=1d196eb856da170 +[Software\\Classes\\CLSID\\{3DDB2114-9285-30A6-906D-B117640CA927}\\ProgId] 1526460879 +#time=1d3ecf3862e2a7a @="System.Security.Policy.ApplicationDirectoryMembershipCondition" -[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}] 1460706647 -#time=1d196eb85ba092a +[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}] 1526460880 +#time=1d3ecf386b51d32 @="System.Threading.ThreadStateException" -[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b99a26 +[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386b46108 @="" -[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}\\InprocServer32] 1460706647 -#time=1d196eb85b9fa48 +[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}\\InprocServer32] 1526460880 +#time=1d3ecf386b5034c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.ThreadStateException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85382b12 +[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d77b1c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.ThreadStateException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}\\ProgId] 1460706647 -#time=1d196eb85b9a9c6 +[Software\\Classes\\CLSID\\{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}\\ProgId] 1526460880 +#time=1d3ecf386b47bfc @="System.Threading.ThreadStateException" -[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}] 1460706471 -#time=1d196eb1cd5bd28 +[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}] 1526460533 +#time=1d3ecf2b79806c2 @="SAXAttributes 3.0" -[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\InprocServer32] 1460706605 -#time=1d196eb6c6e9de6 +[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\InprocServer32] 1526460533 +#time=1d3ecf2b798015e @="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" +"ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\ProgId] 1460706471 -#time=1d196eb1cd5b6f2 +[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\ProgId] 1526460533 +#time=1d3ecf2b79802da @="Msxml2.SAXAttributes.3.0" -[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\TypeLib] 1460706471 -#time=1d196eb1cd5b8f0 +[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\TypeLib] 1526460533 +#time=1d3ecf2b7980456 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\Version] 1460706471 -#time=1d196eb1cd5bc10 +[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\Version] 1526460533 +#time=1d3ecf2b79805d2 @="3.0" -[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd5bdaa +[Software\\Classes\\CLSID\\{3E784A01-F3AE-4DC0-9354-9526B9370EBA}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b798074e @="Msxml2.SAXAttributes" -[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}] 1460706647 -#time=1d196eb85cd92ec +[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}] 1526460880 +#time=1d3ecf386d38f24 @="System.AppDomainSetup" -[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85cc6048 +[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386d24b46 @="" -[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}\\InprocServer32] 1460706647 -#time=1d196eb85cd7a3c +[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}\\InprocServer32] 1526460880 +#time=1d3ecf386d3732c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.AppDomainSetup" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854e41f4 +[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fa28ce "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.AppDomainSetup" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}\\ProgId] 1460706647 -#time=1d196eb85cc9ce8 +[Software\\Classes\\CLSID\\{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}\\ProgId] 1526460880 +#time=1d3ecf386d285de @="System.AppDomainSetup" -[Software\\Classes\\CLSID\\{3F037241-414E-11D1-A7CE-00A0C913F73C}] 1460706471 -#time=1d196eb1cf05a2a +[Software\\Classes\\CLSID\\{3F037241-414E-11D1-A7CE-00A0C913F73C}] 1526460533 +#time=1d3ecf2b7fcea9c @="DirectMusicSection" -[Software\\Classes\\CLSID\\{3F037241-414E-11D1-A7CE-00A0C913F73C}\\InprocServer32] 1460706471 -#time=1d196eb1cf05804 +[Software\\Classes\\CLSID\\{3F037241-414E-11D1-A7CE-00A0C913F73C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fce81c @="C:\\windows\\system32\\dmstyle.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3F037241-414E-11D1-A7CE-00A0C913F73C}\\ProgId] 1460706471 -#time=1d196eb1cf05958 +[Software\\Classes\\CLSID\\{3F037241-414E-11D1-A7CE-00A0C913F73C}\\ProgId] 1526460533 +#time=1d3ecf2b7fce9a2 @="Microsoft.DirectMusicSection.1" -[Software\\Classes\\CLSID\\{3F037241-414E-11D1-A7CE-00A0C913F73C}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf05aa2 +[Software\\Classes\\CLSID\\{3F037241-414E-11D1-A7CE-00A0C913F73C}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fceb28 @="Microsoft.DirectMusicSection" -[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}] 1460706645 -#time=1d196eb84cb735a +[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}] 1526460877 +#time=1d3ecf3852bb822 @="Com Call Wrapper Unmarshal Class" -[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706645 -#time=1d196eb84cb150e +[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460877 +#time=1d3ecf3852b1192 @="" -[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\InprocServer32] 1460706645 -#time=1d196eb84cb3462 +[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\InprocServer32] 1526460877 +#time=1d3ecf3852b4d1a @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84ba7e2e +[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf38511a360 "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\NotInsertable] 1460706645 -#time=1d196eb84cb445c +[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\NotInsertable] 1526460877 +#time=1d3ecf3852b6836 @="" -[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\ProgID] 1460706645 -#time=1d196eb84cb63a6 +[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\ProgID] 1526460877 +#time=1d3ecf3852b9edc @="CCWU.ComCallWrapper.1" -[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\VersionIndependentProgID] 1460706645 -#time=1d196eb84cb5442 +[Software\\Classes\\CLSID\\{3F281000-E95A-11d2-886B-00C04F869F04}\\VersionIndependentProgID] 1526460877 +#time=1d3ecf3852b8262 @="CCWU.ComCallWrapper" -[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}] 1460706647 -#time=1d196eb85ae088c +[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}] 1526460880 +#time=1d3ecf3869e66be @="System.Reflection.AssemblyNameProxy" -[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ad6d0a +[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3869dab02 @="" -[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}\\InprocServer32] 1460706647 -#time=1d196eb85adf8a6 +[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}\\InprocServer32] 1526460880 +#time=1d3ecf3869e4c74 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.AssemblyNameProxy" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb852fc71a +[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385c8ef84 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.AssemblyNameProxy" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}\\ProgId] 1460706647 -#time=1d196eb85ad80d8 +[Software\\Classes\\CLSID\\{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}\\ProgId] 1526460880 +#time=1d3ecf3869dc5b0 @="System.Reflection.AssemblyNameProxy" -[Software\\Classes\\CLSID\\{3F4DACA4-160D-11D2-A8E9-00104B365C9F}] 1460706471 -#time=1d196eb1d16c6f6 +[Software\\Classes\\CLSID\\{3F4DACA4-160D-11D2-A8E9-00104B365C9F}] 1526460533 +#time=1d3ecf2b7e4f6c6 @="VBScript Regular Expression" -[Software\\Classes\\CLSID\\{3F4DACA4-160D-11D2-A8E9-00104B365C9F}\\InprocServer32] 1460706471 -#time=1d196eb1d16c3a4 +[Software\\Classes\\CLSID\\{3F4DACA4-160D-11D2-A8E9-00104B365C9F}\\InprocServer32] 1526460533 +#time=1d3ecf2b7e4f450 @="C:\\windows\\system32\\vbscript.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{3F4DACA4-160D-11D2-A8E9-00104B365C9F}\\ProgId] 1460706471 -#time=1d196eb1d16c610 +[Software\\Classes\\CLSID\\{3F4DACA4-160D-11D2-A8E9-00104B365C9F}\\ProgId] 1526460533 +#time=1d3ecf2b7e4f5cc @="VBScript.RegExp" -[Software\\Classes\\CLSID\\{3F4DACA4-160D-11D2-A8E9-00104B365C9F}\\Version] 1460706471 -#time=1d196eb1d16c76e +[Software\\Classes\\CLSID\\{3F4DACA4-160D-11D2-A8E9-00104B365C9F}\\Version] 1526460533 +#time=1d3ecf2b7e4f748 @="5.5" -[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}] 1460706647 -#time=1d196eb85710cca +[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}] 1526460879 +#time=1d3ecf386346dae @="System.Security.Cryptography.SignatureDescription" -[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85709f2e +[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38633abd0 @="" -[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}\\InprocServer32] 1460706647 -#time=1d196eb8570fd84 +[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}\\InprocServer32] 1526460879 +#time=1d3ecf38634545e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SignatureDescription" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84dc8276 +[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38548fb9e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SignatureDescription" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}\\ProgId] 1460706647 -#time=1d196eb8570aee2 +[Software\\Classes\\CLSID\\{3FA7A1C5-812C-3B56-B957-CB14AF670C09}\\ProgId] 1526460879 +#time=1d3ecf38633c8ae @="System.Security.Cryptography.SignatureDescription" -[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}] 1460706648 -#time=1d196eb860cd8f8 +[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}] 1526460881 +#time=1d3ecf38749a02e @="System.EventArgs" -[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860a7b94 +[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387447914 @="" -[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}\\InprocServer32] 1460706648 -#time=1d196eb860c4596 +[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}\\InprocServer32] 1526460881 +#time=1d3ecf38748a566 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.EventArgs" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854f1a66 +[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fb5b68 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.EventArgs" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}\\ProgId] 1460706648 -#time=1d196eb860aa830 +[Software\\Classes\\CLSID\\{3FB717AF-9D21-3016-871A-DF817ABDDD51}\\ProgId] 1526460881 +#time=1d3ecf38744d99a @="System.EventArgs" -[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}] 1460706648 -#time=1d196eb8607d93e +[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}] 1526460881 +#time=1d3ecf3873f55e2 @="System.ArgumentException" -[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86065ca8 +[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3873c8380 @="" -[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}\\InprocServer32] 1460706648 -#time=1d196eb8607a9a0 +[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}\\InprocServer32] 1526460881 +#time=1d3ecf3873f0560 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArgumentException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854d6da6 +[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f90412 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArgumentException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}\\ProgId] 1460706648 -#time=1d196eb86069a74 +[Software\\Classes\\CLSID\\{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}\\ProgId] 1526460881 +#time=1d3ecf3873cf39c @="System.ArgumentException" -[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}] 1460706647 -#time=1d196eb857ba57c +[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}] 1526460879 +#time=1d3ecf38646aff0 @="System.Security.Cryptography.RNGCryptoServiceProvider" -[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb857b34de +[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38645ee3a @="" -[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}\\InprocServer32] 1460706647 -#time=1d196eb857b960e +[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}\\InprocServer32] 1526460879 +#time=1d3ecf3864692d6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RNGCryptoServiceProvider" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e6d212 +[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38558d8e8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RNGCryptoServiceProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}\\ProgId] 1460706647 -#time=1d196eb857b45aa +[Software\\Classes\\CLSID\\{40031115-09D2-3851-A13F-56930BE48038}\\ProgId] 1526460879 +#time=1d3ecf386460a96 @="System.Security.Cryptography.RNGCryptoServiceProvider" -[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}] 1460706647 -#time=1d196eb85b25c8e +[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}] 1526460880 +#time=1d3ecf386a72eac @="System.Diagnostics.StackTrace" -[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b1eeca +[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386a65752 @="" -[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}\\InprocServer32] 1460706647 -#time=1d196eb85b24d8e +[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}\\InprocServer32] 1526460880 +#time=1d3ecf386a71124 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.StackTrace" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85321470 +[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385cc960c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.StackTrace" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}\\ProgId] 1460706647 -#time=1d196eb85b1fe42 +[Software\\Classes\\CLSID\\{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}\\ProgId] 1526460880 +#time=1d3ecf386a676ba @="System.Diagnostics.StackTrace" -[Software\\Classes\\CLSID\\{4062C116-0270-11D3-8BCB-00600893B1B6}] 1460706471 -#time=1d196eb1cefc916 +[Software\\Classes\\CLSID\\{4062C116-0270-11D3-8BCB-00600893B1B6}] 1526460533 +#time=1d3ecf2b7f19994 @="DirectMusic Script AutoImp Segment" -[Software\\Classes\\CLSID\\{4062C116-0270-11D3-8BCB-00600893B1B6}\\InprocServer32] 1460706471 -#time=1d196eb1cefc6be +[Software\\Classes\\CLSID\\{4062C116-0270-11D3-8BCB-00600893B1B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1970a @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4062C116-0270-11D3-8BCB-00600893B1B6}\\ProgId] 1460706471 -#time=1d196eb1cefc826 +[Software\\Classes\\CLSID\\{4062C116-0270-11D3-8BCB-00600893B1B6}\\ProgId] 1526460533 +#time=1d3ecf2b7f1989a @="Microsoft.DirectMusicScriptAutoImpSegment.1" -[Software\\Classes\\CLSID\\{4062C116-0270-11D3-8BCB-00600893B1B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefc98e +[Software\\Classes\\CLSID\\{4062C116-0270-11D3-8BCB-00600893B1B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f19a2a @="Microsoft.DirectMusicScriptAutoImpSegment" -[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}] 1460706647 -#time=1d196eb85b11f22 +[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}] 1526460880 +#time=1d3ecf386a48aa8 @="System.Diagnostics.SymbolStore.SymDocumentType" -[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b0afc4 +[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386a3b222 @="" -[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}\\InprocServer32] 1460706647 -#time=1d196eb85b11068 +[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}\\InprocServer32] 1526460880 +#time=1d3ecf386a46d0c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.SymbolStore.SymDocumentType" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853143ba +[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385cb73ee "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.SymbolStore.SymDocumentType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}\\ProgId] 1460706647 -#time=1d196eb85b0c004 +[Software\\Classes\\CLSID\\{40AE2088-CE00-33AD-9320-5D201CB46FC9}\\ProgId] 1526460880 +#time=1d3ecf386a3d1b2 @="System.Diagnostics.SymbolStore.SymDocumentType" -[Software\\Classes\\CLSID\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}] 1460706475 -#time=1d196eb1ee36d9a +[Software\\Classes\\CLSID\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}] 1526460547 +#time=1d3ecf2c03f4f6a @="WIC LSD Metadata Reader" "Author"="The Wine Project" "FriendlyName"="Logical Screen Descriptor Reader" @@ -5227,836 +5280,824 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1460706475 -#time=1d196eb1ee37006 +[Software\\Classes\\CLSID\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1526460547 +#time=1d3ecf2c03f524e "Mask"=hex:ff,ff,ff,ff,ff,ff "Pattern"=hex:47,49,46,38,37,61 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\1] 1460706475 -#time=1d196eb1ee37240 +[Software\\Classes\\CLSID\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\1] 1526460547 +#time=1d3ecf2c03f54e2 "Mask"=hex:ff,ff,ff,ff,ff,ff "Pattern"=hex:47,49,46,38,39,61 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}\\InprocServer32] 1460706472 -#time=1d196eb1d19bd52 +[Software\\Classes\\CLSID\\{41070793-59E4-479A-A1F7-954ADC2EF5FC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f10f9c @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4108FA85-3586-11D3-8BD7-00600893B1B6}] 1460706471 -#time=1d196eb1cefcec0 +[Software\\Classes\\CLSID\\{4108FA85-3586-11D3-8BD7-00600893B1B6}] 1526460533 +#time=1d3ecf2b7f1a060 @="DirectMusicScriptTrack" -[Software\\Classes\\CLSID\\{4108FA85-3586-11D3-8BD7-00600893B1B6}\\InprocServer32] 1460706471 -#time=1d196eb1cefcca4 +[Software\\Classes\\CLSID\\{4108FA85-3586-11D3-8BD7-00600893B1B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f19dea @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4108FA85-3586-11D3-8BD7-00600893B1B6}\\ProgId] 1460706471 -#time=1d196eb1cefcdee +[Software\\Classes\\CLSID\\{4108FA85-3586-11D3-8BD7-00600893B1B6}\\ProgId] 1526460533 +#time=1d3ecf2b7f19f70 @="Microsoft.DirectMusicScriptTrack.1" -[Software\\Classes\\CLSID\\{4108FA85-3586-11D3-8BD7-00600893B1B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefcf38 +[Software\\Classes\\CLSID\\{4108FA85-3586-11D3-8BD7-00600893B1B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f1a11e @="Microsoft.DirectMusicScriptTrack" -[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}] 1460706647 -#time=1d196eb85b31cf0 +[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}] 1526460880 +#time=1d3ecf386a88004 @="System.Diagnostics.DebuggerHiddenAttribute" -[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b28c54 +[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386a7a1ac @="" -[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}\\InprocServer32] 1460706647 -#time=1d196eb85b3010c +[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}\\InprocServer32] 1526460880 +#time=1d3ecf386a860ba @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.DebuggerHiddenAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85331492 +[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385ce9790 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.DebuggerHiddenAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}\\ProgId] 1460706647 -#time=1d196eb85b29c58 +[Software\\Classes\\CLSID\\{41970D73-92F6-36D9-874D-3BD0762A0D6F}\\ProgId] 1526460880 +#time=1d3ecf386a7c7ae @="System.Diagnostics.DebuggerHiddenAttribute" -[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}] 1460706471 -#time=1d196eb1cf4c484 +[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}] 1526460533 +#time=1d3ecf2b7d507e8 @="HHCtrl Object" -[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\InprocServer32] 1460706471 -#time=1d196eb1cf4bff2 +[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d5027a @="C:\\windows\\system32\\hhctrl.ocx" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\ProgId] 1460706471 -#time=1d196eb1cf4c132 +[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\ProgId] 1526460533 +#time=1d3ecf2b7d503f6 @="Internet.HHCtrl.1" -[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\TypeLib] 1460706471 -#time=1d196eb1cf4c272 +[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\TypeLib] 1526460533 +#time=1d3ecf2b7d50568 @="{ADB880A2-D8FF-11CF-9377-00AA003B7A11}" -[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\Version] 1460706471 -#time=1d196eb1cf4c3b2 +[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\Version] 1526460533 +#time=1d3ecf2b7d506ee @="1.0" -[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf4c4f2 +[Software\\Classes\\CLSID\\{41B23C28-488E-4E5C-ACE2-BB0BBABE99E8}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d50892 @="Internet.HHCtrl" -[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}] 1460706648 -#time=1d196eb8618477e +[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}] 1526460881 +#time=1d3ecf3875e1798 @="System.SystemException" -[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86173e6a +[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3875c421a @="" -[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}\\InprocServer32] 1460706648 -#time=1d196eb86181a88 +[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}\\InprocServer32] 1526460881 +#time=1d3ecf3875dc842 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.SystemException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85517de2 +[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385ff354e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.SystemException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}\\ProgId] 1460706648 -#time=1d196eb86178eb0 +[Software\\Classes\\CLSID\\{4224AC84-9B11-3561-8923-C893CA77ACBE}\\ProgId] 1526460881 +#time=1d3ecf3875ccfaa @="System.SystemException" -[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}] 1460706647 -#time=1d196eb85c528f0 +[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}] 1526460880 +#time=1d3ecf386c64df0 @="System.OverflowException" -[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c49336 +[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386c56eb2 @="" -[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}\\InprocServer32] 1460706647 -#time=1d196eb85c515d6 +[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}\\InprocServer32] 1526460880 +#time=1d3ecf386c62eec @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.OverflowException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85409554 +[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e52e10 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.OverflowException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}\\ProgId] 1460706647 -#time=1d196eb85c4a9d4 +[Software\\Classes\\CLSID\\{4286FA72-A2FA-3245-8751-D4206070A191}\\ProgId] 1526460880 +#time=1d3ecf386c58a3c @="System.OverflowException" -[Software\\Classes\\CLSID\\{429AF92C-A51F-11D2-861E-00C04FA35C89}] 1460706471 -#time=1d196eb1cfe263c +[Software\\Classes\\CLSID\\{429AF92C-A51F-11D2-861E-00C04FA35C89}] 1526460533 +#time=1d3ecf2b8053cba @="Trident API" -[Software\\Classes\\CLSID\\{429AF92C-A51F-11D2-861E-00C04FA35C89}\\InprocServer32] 1460706471 -#time=1d196eb1cfe2722 +[Software\\Classes\\CLSID\\{429AF92C-A51F-11D2-861E-00C04FA35C89}\\InprocServer32] 1526460533 +#time=1d3ecf2b8053dc8 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{4315D437-5B8C-11D0-BD3B-00A0C911CE86}] 1460706471 -#time=1d196eb1ced3eda +[Software\\Classes\\CLSID\\{4315D437-5B8C-11D0-BD3B-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7c97144 @="DeviceMoniker" -[Software\\Classes\\CLSID\\{4315D437-5B8C-11D0-BD3B-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1ced3cb4 +[Software\\Classes\\CLSID\\{4315D437-5B8C-11D0-BD3B-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c96ece @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4315D437-5B8C-11D0-BD3B-00A0C911CE86}\\ProgId] 1460706471 -#time=1d196eb1ced3dfe +[Software\\Classes\\CLSID\\{4315D437-5B8C-11D0-BD3B-00A0C911CE86}\\ProgId] 1526460533 +#time=1d3ecf2b7c9704a @="device.1" -[Software\\Classes\\CLSID\\{4315D437-5B8C-11D0-BD3B-00A0C911CE86}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ced3f48 +[Software\\Classes\\CLSID\\{4315D437-5B8C-11D0-BD3B-00A0C911CE86}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7c971d0 @="device" -[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}] 1460706647 -#time=1d196eb8584b1da +[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}] 1526460879 +#time=1d3ecf38655a2ee @="Microsoft.JScript.DebugConvert" -[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8583b01e +[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38653e8f0 @="" -[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\InprocServer32] 1460706647 -#time=1d196eb858491a0 +[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\InprocServer32] 1526460879 +#time=1d3ecf386556e8c @="mscoree.dll" "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.DebugConvert" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\InprocServer32\\10.0.0.0] 1460706646 -#time=1d196eb8560b596 +[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\InprocServer32\\10.0.0.0] 1526460879 +#time=1d3ecf3861a5496 "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.DebugConvert" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\InprocServer32\\7.0.5000.0] 1460706647 -#time=1d196eb85842526 +[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\InprocServer32\\7.0.5000.0] 1526460879 +#time=1d3ecf38654abdc "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.DebugConvert" "RuntimeVersion"="v1.1.4322" -[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\ProgId] 1460706647 -#time=1d196eb8583d120 +[Software\\Classes\\CLSID\\{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}\\ProgId] 1526460879 +#time=1d3ecf386541f8c @="Microsoft.JScript.DebugConvert" -[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}] 1460706647 -#time=1d196eb85d530f6 +[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}] 1526460880 +#time=1d3ecf386e10fe6 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref" -[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d4894e +[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386dfe3a0 @="" -[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}\\InprocServer32] 1460706647 -#time=1d196eb85d520d4 +[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}\\InprocServer32] 1526460880 +#time=1d3ecf386e0f632 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f064e4 +[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385684bac "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}\\ProgId] 1460706647 -#time=1d196eb85d4af8c +[Software\\Classes\\CLSID\\{433CA926-9887-3541-89CC-5D74D0259144}\\ProgId] 1526460880 +#time=1d3ecf386e01a8c @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref" -[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}] 1460706647 -#time=1d196eb85c0308e +[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}] 1526460880 +#time=1d3ecf386be196e @="System.Version" -[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85bf75a4 +[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386bd5722 @="" -[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}\\InprocServer32] 1460706647 -#time=1d196eb85c01f22 +[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}\\InprocServer32] 1526460880 +#time=1d3ecf386bdfcd6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Version" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853aeb04 +[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385dbed1e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Version" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}\\ProgId] 1460706647 -#time=1d196eb85bf8c42 +[Software\\Classes\\CLSID\\{43CD41AD-3B78-3531-9031-3059E0AA64EB}\\ProgId] 1526460880 +#time=1d3ecf386bd7248 @="System.Version" -[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}] 1460706647 -#time=1d196eb8573a3d6 +[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}] 1526460879 +#time=1d3ecf38639342e @="System.Security.Cryptography.SHA256Managed" -[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85727628 +[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38636f70e @="" -[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}\\InprocServer32] 1460706647 -#time=1d196eb857374ba +[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}\\InprocServer32] 1526460879 +#time=1d3ecf38638def2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA256Managed" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84dd4382 +[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854a368a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA256Managed" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}\\ProgId] 1460706647 -#time=1d196eb8572a88c +[Software\\Classes\\CLSID\\{44181B13-AE94-3CFB-81D1-37DB59145030}\\ProgId] 1526460879 +#time=1d3ecf38637625c @="System.Security.Cryptography.SHA256Managed" -[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}] 1460706647 -#time=1d196eb85d1a22e +[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}] 1526460880 +#time=1d3ecf386dad130 @="System.IO.IsolatedStorage.IsolatedStorageException" -[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d12556 +[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386d9df00 @="" -[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}\\InprocServer32] 1460706647 -#time=1d196eb85d1936a +[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}\\InprocServer32] 1526460880 +#time=1d3ecf386dab7f4 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.IsolatedStorage.IsolatedStorageException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ef0482 +[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856605b8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.IsolatedStorage.IsolatedStorageException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}\\ProgId] 1460706647 -#time=1d196eb85d134e2 +[Software\\Classes\\CLSID\\{4479C009-4CC3-39A2-8F92-DFCDF034F748}\\ProgId] 1526460880 +#time=1d3ecf386d9f97c @="System.IO.IsolatedStorage.IsolatedStorageException" -[Software\\Classes\\CLSID\\{44EC053A-400F-11D0-9DCD-00A0C90391D3}] 1460706471 -#time=1d196eb1ce724e6 +[Software\\Classes\\CLSID\\{44EC053A-400F-11D0-9DCD-00A0C90391D3}] 1526460533 +#time=1d3ecf2b7ee4410 @="Registrar Class" -[Software\\Classes\\CLSID\\{44EC053A-400F-11D0-9DCD-00A0C90391D3}\\InprocServer32] 1460706471 -#time=1d196eb1ce72284 +[Software\\Classes\\CLSID\\{44EC053A-400F-11D0-9DCD-00A0C90391D3}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ee4316 @="C:\\windows\\system32\\atl.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{44EC053A-400F-11D0-9DCD-00A0C90391D3}\\ProgId] 1460706471 -#time=1d196eb1ce725f4 +[Software\\Classes\\CLSID\\{44EC053A-400F-11D0-9DCD-00A0C90391D3}\\ProgId] 1526460533 +#time=1d3ecf2b7ee449c @="ATL.Registrar" -[Software\\Classes\\CLSID\\{450D8FBA-AD25-11D0-98A8-0800361B1103}] 1460706472 -#time=1d196eb1d241464 +[Software\\Classes\\CLSID\\{450D8FBA-AD25-11D0-98A8-0800361B1103}] 1526460533 +#time=1d3ecf2b814a3f8 @="My Documents" "LocalizedString"="@C:\\windows\\system32\\shell32.dll,-46" -[Software\\Classes\\CLSID\\{450D8FBA-AD25-11D0-98A8-0800361B1103}\\InprocServer32] 1460706471 -#time=1d196eb1d126dae +[Software\\Classes\\CLSID\\{450D8FBA-AD25-11D0-98A8-0800361B1103}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3e0b4 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{450D8FBA-AD25-11D0-98A8-0800361B1103}\\ShellFolder] 1460706472 -#time=1d196eb1d241612 +[Software\\Classes\\CLSID\\{450D8FBA-AD25-11D0-98A8-0800361B1103}\\ShellFolder] 1526460533 +#time=1d3ecf2b814a59c "Attributes"=dword:b0000000 "CallForAttributes"=dword:40000000 "WantsFORPARSING"="" -[Software\\Classes\\CLSID\\{4516EC43-8F20-11D0-9B6D-0000C0781BC3}] 1460706471 -#time=1d196eb1cec9a7a +[Software\\Classes\\CLSID\\{4516EC43-8F20-11D0-9B6D-0000C0781BC3}] 1526460533 +#time=1d3ecf2b7ccd8de @="DirectX File" -[Software\\Classes\\CLSID\\{4516EC43-8F20-11D0-9B6D-0000C0781BC3}\\InprocServer32] 1460706471 -#time=1d196eb1cec9c00 +[Software\\Classes\\CLSID\\{4516EC43-8F20-11D0-9B6D-0000C0781BC3}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ccda00 @="C:\\windows\\system32\\d3dxof.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}] 1460706647 -#time=1d196eb85a1d6e8 +[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}] 1526460880 +#time=1d3ecf38689be8a @="System.EnterpriseServices.Internal.AssemblyLocator" -[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a1268a +[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386886832 @="" -[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}\\InprocServer32] 1460706647 -#time=1d196eb85a1b870 +[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}\\InprocServer32] 1526460880 +#time=1d3ecf386897b5a @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.AssemblyLocator" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85587110 +[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3860bb7ce "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.AssemblyLocator" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}\\ProgId] 1460706647 -#time=1d196eb85a14598 +[Software\\Classes\\CLSID\\{458AA3B5-265A-4B75-BC05-9BEA4630CF18}\\ProgId] 1526460880 +#time=1d3ecf386889eba @="System.EnterpriseServices.Internal.AssemblyLocator" -[Software\\Classes\\CLSID\\{4590F811-1D3A-11D0-891F-00AA004B2E24}] 1460706471 -#time=1d196eb1cdd282e +[Software\\Classes\\CLSID\\{4590F811-1D3A-11D0-891F-00AA004B2E24}] 1526460533 +#time=1d3ecf2b7ab5560 @="WBEM Locator" -[Software\\Classes\\CLSID\\{4590F811-1D3A-11D0-891F-00AA004B2E24}\\InprocServer32] 1460706471 -#time=1d196eb1cdd29d2 +[Software\\Classes\\CLSID\\{4590F811-1D3A-11D0-891F-00AA004B2E24}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ab5678 @="C:\\windows\\system32\\wbem\\wbemprox.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}] 1460706647 -#time=1d196eb85b510b4 +[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}] 1526460880 +#time=1d3ecf386ac1048 @="System.Collections.Stack" -[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b4a1e2 +[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ab5356 @="" -[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}\\InprocServer32] 1460706647 -#time=1d196eb85b501fa +[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}\\InprocServer32] 1526460880 +#time=1d3ecf386abf6b2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.Stack" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85346284 +[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d14c24 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.Stack" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}\\ProgId] 1460706647 -#time=1d196eb85b4b1be +[Software\\Classes\\CLSID\\{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}\\ProgId] 1526460880 +#time=1d3ecf386ab6e36 @="System.Collections.Stack" -[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}] 1460706645 -#time=1d196eb84ba1ab0 +[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}] 1526460877 +#time=1d3ecf38511089c @="Com Call Wrapper Unmarshal Class 4.0" -[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706645 -#time=1d196eb84b9c7c2 +[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460877 +#time=1d3ecf385109682 @="" -[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}\\InprocServer32] 1460706645 -#time=1d196eb84ba05ca +[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}\\InprocServer32] 1526460877 +#time=1d3ecf38510edda @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84ba0840 +[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf38510f064 "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}\\NotInsertable] 1460706645 -#time=1d196eb84ba1c68 +[Software\\Classes\\CLSID\\{45FB4600-E6E8-4928-B25E-50476FF79425}\\NotInsertable] 1526460877 +#time=1d3ecf385110a7c @="" -[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}] 1460706648 -#time=1d196eb860c07ac +[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}] 1526460881 +#time=1d3ecf387482ad2 @="System.Runtime.CompilerServices.CallConvThiscall" -[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860b77d8 +[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38746cf0c @="" -[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}\\InprocServer32] 1460706648 -#time=1d196eb860bf87a +[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}\\InprocServer32] 1526460881 +#time=1d3ecf3874803ea @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CallConvThiscall" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8509a184 +[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858ea46e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CallConvThiscall" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}\\ProgId] 1460706648 -#time=1d196eb860b98e4 +[Software\\Classes\\CLSID\\{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}\\ProgId] 1526460881 +#time=1d3ecf3874713e0 @="System.Runtime.CompilerServices.CallConvThiscall" -[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}] 1460706647 -#time=1d196eb85e9d718 +[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}] 1526460881 +#time=1d3ecf387056a08 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay" -[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e958e2 +[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38704792c @="" -[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}\\InprocServer32] 1460706647 -#time=1d196eb85e9c7dc +[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}\\InprocServer32] 1526460881 +#time=1d3ecf387054d70 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f741ce +[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385724e86 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}\\ProgId] 1460706647 -#time=1d196eb85e9690e +[Software\\Classes\\CLSID\\{463AE13F-C7E5-357E-A41C-DF8762FFF85C}\\ProgId] 1526460881 +#time=1d3ecf38704952e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay" -[Software\\Classes\\CLSID\\{4657278A-411B-11D2-839A-00C04FD918D0}] 1460706471 -#time=1d196eb1d1237c6 +[Software\\Classes\\CLSID\\{4657278A-411B-11D2-839A-00C04FD918D0}] 1526460533 +#time=1d3ecf2b7f3b45e @="Shell Drag and Drop Helper" -[Software\\Classes\\CLSID\\{4657278A-411B-11D2-839A-00C04FD918D0}\\InprocServer32] 1460706471 -#time=1d196eb1d1239d8 +[Software\\Classes\\CLSID\\{4657278A-411B-11D2-839A-00C04FD918D0}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3b684 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}] 1460706471 -#time=1d196eb1d0a8b48 +[Software\\Classes\\CLSID\\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}] 1526460533 +#time=1d3ecf2b7bd4766 @="Obsolete Font" -[Software\\Classes\\CLSID\\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\\InprocServer32] 1460706471 -#time=1d196eb1d0a8a6c +[Software\\Classes\\CLSID\\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd466c @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\\ProgId] 1460706471 -#time=1d196eb1d0a8bb6 +[Software\\Classes\\CLSID\\{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}\\ProgId] 1526460533 +#time=1d3ecf2b7bd47e8 @="OldFont" -[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}] 1460706647 -#time=1d196eb85e21e7e +[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}] 1526460880 +#time=1d3ecf386f82f0a @="System.DllNotFoundException" -[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e0aecc +[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386f591dc @="" -[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}\\InprocServer32] 1460706647 -#time=1d196eb85e1de5a +[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}\\InprocServer32] 1526460880 +#time=1d3ecf386f7c7c2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.DllNotFoundException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85478436 +[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f08508 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.DllNotFoundException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}\\ProgId] 1460706647 -#time=1d196eb85e0ef2c +[Software\\Classes\\CLSID\\{46E97093-B2EC-3787-A9A5-470D1A27417C}\\ProgId] 1526460880 +#time=1d3ecf386f5fc8a @="System.DllNotFoundException" -[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}] 1460706648 -#time=1d196eb861acc60 +[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}] 1526460881 +#time=1d3ecf38762d10c @="System.Runtime.InteropServices.RegistrationServices" -[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861a2fb2 +[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38761be16 @="" -[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}\\InprocServer32] 1460706648 -#time=1d196eb861abd92 +[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}\\InprocServer32] 1526460881 +#time=1d3ecf38762b78a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.RegistrationServices" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850fb2ea +[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38597fd98 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.RegistrationServices" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}\\ProgId] 1460706648 -#time=1d196eb861a3f84 +[Software\\Classes\\CLSID\\{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}\\ProgId] 1526460881 +#time=1d3ecf38761d8a6 @="System.Runtime.InteropServices.RegistrationServices" -[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}] 1460706648 -#time=1d196eb86316a9c +[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}] 1526460881 +#time=1d3ecf387891448 @="System.Security.Cryptography.HMACSHA512" -[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8630b8f4 +[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38787e5be @="" -[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}\\InprocServer32] 1460706648 -#time=1d196eb8630eba8 +[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}\\InprocServer32] 1526460881 +#time=1d3ecf387883a96 @="mscoree.dll" "Class"="System.Security.Cryptography.HMACSHA512" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e1ce5c +[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385518d7c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.HMACSHA512" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}\\ProgId] 1460706648 -#time=1d196eb8630c9de +[Software\\Classes\\CLSID\\{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}\\ProgId] 1526460881 +#time=1d3ecf387880120 @="System.Security.Cryptography.HMACSHA512" -[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}] 1460706647 -#time=1d196eb85b7910e +[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}] 1526460880 +#time=1d3ecf386b093e8 @="System.Collections.CaseInsensitiveHashCodeProvider" -[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b71e36 +[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386afd14c @="" -[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}\\InprocServer32] 1460706647 -#time=1d196eb85b78268 +[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}\\InprocServer32] 1526460880 +#time=1d3ecf386b078ea @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.CaseInsensitiveHashCodeProvider" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8535a428 +[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d3eccc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.CaseInsensitiveHashCodeProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}\\ProgId] 1460706647 -#time=1d196eb85b7318c +[Software\\Classes\\CLSID\\{47D3C68D-7D85-3227-A9E7-88451D6BADFC}\\ProgId] 1526460880 +#time=1d3ecf386afebe6 @="System.Collections.CaseInsensitiveHashCodeProvider" -[Software\\Classes\\CLSID\\{47D4D946-62E8-11CF-93BC-444553540000}] 1460706471 -#time=1d196eb1cf2574e +[Software\\Classes\\CLSID\\{47D4D946-62E8-11CF-93BC-444553540000}] 1526460533 +#time=1d3ecf2b80b3e94 @="DirectSound Object" -[Software\\Classes\\CLSID\\{47D4D946-62E8-11CF-93BC-444553540000}\\InprocServer32] 1460706471 -#time=1d196eb1cf2583e +[Software\\Classes\\CLSID\\{47D4D946-62E8-11CF-93BC-444553540000}\\InprocServer32] 1526460533 +#time=1d3ecf2b80b3fd4 @="C:\\windows\\system32\\dsound.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}] 1460706471 -#time=1d196eb1cf11460 +[Software\\Classes\\CLSID\\{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}] 1526460533 +#time=1d3ecf2b7fb7ff4 @="DirectMusicCollection" -[Software\\Classes\\CLSID\\{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}\\InprocServer32] 1460706471 -#time=1d196eb1cf11244 +[Software\\Classes\\CLSID\\{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fb7cf2 @="C:\\windows\\system32\\dmusic.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}\\ProgId] 1460706471 -#time=1d196eb1cf1138e +[Software\\Classes\\CLSID\\{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}\\ProgId] 1526460533 +#time=1d3ecf2b7fb7ebe @="Microsoft.DirectMusicCollection.1" -[Software\\Classes\\CLSID\\{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf114d8 +[Software\\Classes\\CLSID\\{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fb8094 @="Microsoft.DirectMusicCollection" -[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}] 1460706605 -#time=1d196eb6c720314 +[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}] 1526460533 +#time=1d3ecf2b798b18a @="XML Document" -[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}\\BrowseInPlace] 1460706605 -#time=1d196eb6c71f3b0 -@="" - -[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}\\DefaultIcon] 1460706605 -#time=1d196eb6c71ff86 -@="C:\\windows\\system32\\msxml3.dll,0" - -[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}\\InprocServer32] 1460706471 -#time=1d196eb1cd655da +[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}\\InprocServer32] 1526460533 +#time=1d3ecf2b798ae7e @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}\\MiscStatus] 1460706605 -#time=1d196eb6c7209ae -@="2228625" - -[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}\\ProgId] 1460706471 -#time=1d196eb1cd65724 +[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}\\ProgId] 1526460533 +#time=1d3ecf2b798b07c @="xmlfile" -[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}\\Version] 1460706471 -#time=1d196eb1cd65864 +[Software\\Classes\\CLSID\\{48123BC4-99D9-11D1-A6B3-00C04FD91555}\\Version] 1526460533 +#time=1d3ecf2b798b220 @="1.0" -[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}] 1460706647 -#time=1d196eb85fc5f46 +[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}] 1526460881 +#time=1d3ecf38729d01e @="System.Runtime.Remoting.Channels.TransportHeaders" -[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85fbda58 +[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38728c7b4 @="" -[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}\\InprocServer32] 1460706647 -#time=1d196eb85fc5078 +[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}\\InprocServer32] 1526460881 +#time=1d3ecf38729a800 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Channels.TransportHeaders" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fdafbe +[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857c9378 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Channels.TransportHeaders" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}\\ProgId] 1460706647 -#time=1d196eb85fbeb60 +[Software\\Classes\\CLSID\\{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}\\ProgId] 1526460881 +#time=1d3ecf38728e424 @="System.Runtime.Remoting.Channels.TransportHeaders" -[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}] 1460706647 -#time=1d196eb85bc9096 +[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}] 1526460880 +#time=1d3ecf386b9a8c0 @="System.Threading.SynchronizationLockException" -[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85bc221e +[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386b8cc66 @="" -[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}\\InprocServer32] 1460706647 -#time=1d196eb85bc81c8 +[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}\\InprocServer32] 1526460880 +#time=1d3ecf386b98f2a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.SynchronizationLockException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853939f8 +[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d90518 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.SynchronizationLockException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}\\ProgId] 1460706647 -#time=1d196eb85bc31fa +[Software\\Classes\\CLSID\\{48A75519-CB7A-3D18-B91E-BE62EE842A3E}\\ProgId] 1526460880 +#time=1d3ecf386b8e890 @="System.Threading.SynchronizationLockException" -[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}] 1460706647 -#time=1d196eb85eecb60 +[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}] 1526460881 +#time=1d3ecf3870f2c14 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime" -[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ee48ca +[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3870dfe7a @="" -[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}\\InprocServer32] 1460706647 -#time=1d196eb85eebc2e +[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}\\InprocServer32] 1526460881 +#time=1d3ecf3870f0a36 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f8d0b6 +[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38574c30a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}\\ProgId] 1460706647 -#time=1d196eb85ee58a6 +[Software\\Classes\\CLSID\\{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}\\ProgId] 1526460881 +#time=1d3ecf3870e23d2 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime" -[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}] 1460706648 -#time=1d196eb8610998e +[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}] 1526460881 +#time=1d3ecf38750833a @="System.IO.FileNotFoundException" -[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861001c2 +[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3874f5f14 @="" -[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}\\InprocServer32] 1460706648 -#time=1d196eb86107ce2 +[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}\\InprocServer32] 1526460881 +#time=1d3ecf387504abe @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.FileNotFoundException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850c4f4c +[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38592b41e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.FileNotFoundException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}\\ProgId] 1460706648 -#time=1d196eb86101fd6 +[Software\\Classes\\CLSID\\{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}\\ProgId] 1526460881 +#time=1d3ecf3874fab68 @="System.IO.FileNotFoundException" -[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}] 1460706648 -#time=1d196eb86068ae8 +[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}] 1526460881 +#time=1d3ecf3873cd786 @="System.Runtime.CompilerServices.MethodImplAttribute" -[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86060c12 +[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3873bd908 @="" -[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}\\InprocServer32] 1460706648 -#time=1d196eb86067c6a +[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}\\InprocServer32] 1526460881 +#time=1d3ecf3873cbc56 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.MethodImplAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85074bf0 +[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858bcdde "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.MethodImplAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}\\ProgId] 1460706648 -#time=1d196eb86061c16 +[Software\\Classes\\CLSID\\{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}\\ProgId] 1526460881 +#time=1d3ecf3873bf8b6 @="System.Runtime.CompilerServices.MethodImplAttribute" -[Software\\Classes\\CLSID\\{4955DD33-B159-11D0-8FCF-00AA006BCC59}] 1460706471 -#time=1d196eb1d04a214 +[Software\\Classes\\CLSID\\{4955DD33-B159-11D0-8FCF-00AA006BCC59}] 1526460533 +#time=1d3ecf2b7efb44e @="CActiveIMMApp" -[Software\\Classes\\CLSID\\{4955DD33-B159-11D0-8FCF-00AA006BCC59}\\InprocServer32] 1460706471 -#time=1d196eb1d04a30e +[Software\\Classes\\CLSID\\{4955DD33-B159-11D0-8FCF-00AA006BCC59}\\InprocServer32] 1526460533 +#time=1d3ecf2b7efb570 @="C:\\windows\\system32\\msimtf.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{4991D34B-80A1-4291-83B6-3328366B9097}] 1460706471 -#time=1d196eb1d0cb670 +[Software\\Classes\\CLSID\\{4991D34B-80A1-4291-83B6-3328366B9097}] 1526460533 +#time=1d3ecf2b7d6c8ee "AppID"="{69AD4AEE-51BE-439B-A92C-86AE490E8B30}" -[Software\\Classes\\CLSID\\{49C47CE0-9BA4-11D0-8212-00C04FC32C45}] 1460706471 -#time=1d196eb1ce29e4e +[Software\\Classes\\CLSID\\{49C47CE0-9BA4-11D0-8212-00C04FC32C45}] 1526460533 +#time=1d3ecf2b7dd105a @="SFilter Class" -[Software\\Classes\\CLSID\\{49C47CE0-9BA4-11D0-8212-00C04FC32C45}\\InprocServer32] 1460706471 -#time=1d196eb1ce29fca +[Software\\Classes\\CLSID\\{49C47CE0-9BA4-11D0-8212-00C04FC32C45}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dd1172 @="C:\\windows\\system32\\amstream.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{49C47CE4-9BA4-11D0-8212-00C04FC32C45}] 1460706471 -#time=1d196eb1ce2a2b8 +[Software\\Classes\\CLSID\\{49C47CE4-9BA4-11D0-8212-00C04FC32C45}] 1526460533 +#time=1d3ecf2b7dd1406 @="Stream Class" -[Software\\Classes\\CLSID\\{49C47CE4-9BA4-11D0-8212-00C04FC32C45}\\InprocServer32] 1460706471 -#time=1d196eb1ce2a3a8 +[Software\\Classes\\CLSID\\{49C47CE4-9BA4-11D0-8212-00C04FC32C45}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dd1514 @="C:\\windows\\system32\\amstream.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{49C47CE5-9BA4-11D0-8212-00C04FC32C45}] 1460706471 -#time=1d196eb1ce2a6c8 +[Software\\Classes\\CLSID\\{49C47CE5-9BA4-11D0-8212-00C04FC32C45}] 1526460533 +#time=1d3ecf2b7dd1794 @="MMStream Class" -[Software\\Classes\\CLSID\\{49C47CE5-9BA4-11D0-8212-00C04FC32C45}\\InprocServer32] 1460706471 -#time=1d196eb1ce2a7ea +[Software\\Classes\\CLSID\\{49C47CE5-9BA4-11D0-8212-00C04FC32C45}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dd18a2 @="C:\\windows\\system32\\amstream.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4B181F0F-48C8-4e80-A2AF-E3099AAC069B}] 1460706648 -#time=1d196eb862f0432 +[Software\\Classes\\CLSID\\{4B181F0F-48C8-4e80-A2AF-E3099AAC069B}] 1526460881 +#time=1d3ecf387850d94 @="PresentationHost in-proc handler" -[Software\\Classes\\CLSID\\{4B181F0F-48C8-4e80-A2AF-E3099AAC069B}\\InProcHandler32] 1460706648 -#time=1d196eb862f0626 +[Software\\Classes\\CLSID\\{4B181F0F-48C8-4e80-A2AF-E3099AAC069B}\\InProcHandler32] 1526460881 +#time=1d3ecf387850fe2 @="C:\\windows\\system32\\PresentationHostProxy.dll" -[Software\\Classes\\CLSID\\{4B59AFCC-B8C3-408A-B670-89E5FAB6FDA7}] 1460706475 -#time=1d196eb1ee3628c +[Software\\Classes\\CLSID\\{4B59AFCC-B8C3-408A-B670-89E5FAB6FDA7}] 1526460547 +#time=1d3ecf2c03f4330 @="WIC Png tEXt Metadata Reader" "Author"="The Wine Project" "FriendlyName"="Chunk tEXt Reader" @@ -6067,1547 +6108,1573 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{4B59AFCC-B8C3-408A-B670-89E5FAB6FDA7}\\Containers\\{1B7CFAF4-713F-473C-BBCD-6137425FAEAF}\\0] 1460706475 -#time=1d196eb1ee36570 +[Software\\Classes\\CLSID\\{4B59AFCC-B8C3-408A-B670-89E5FAB6FDA7}\\Containers\\{1B7CFAF4-713F-473C-BBCD-6137425FAEAF}\\0] 1526460547 +#time=1d3ecf2c03f4682 "DataOffset"=dword:00000004 "Mask"=hex:ff,ff,ff,ff "Pattern"=hex:74,45,58,74 "Position"=dword:00000004 -[Software\\Classes\\CLSID\\{4B59AFCC-B8C3-408A-B670-89E5FAB6FDA7}\\InprocServer32] 1460706472 -#time=1d196eb1d19ba32 +[Software\\Classes\\CLSID\\{4B59AFCC-B8C3-408A-B670-89E5FAB6FDA7}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f10c04 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}] 1460706648 -#time=1d196eb8609797e +[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}] 1526460881 +#time=1d3ecf387422c2c @="System.Runtime.CompilerServices.CompilerGlobalScopeAttribute" -[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86089a9a +[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387409826 @="" -[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}\\InprocServer32] 1460706648 -#time=1d196eb8609363a +[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}\\InprocServer32] 1526460881 +#time=1d3ecf38741d1e6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CompilerGlobalScopeAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850803ba +[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858cf632 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CompilerGlobalScopeAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}\\ProgId] 1460706648 -#time=1d196eb8608aada +[Software\\Classes\\CLSID\\{4B601364-A04B-38BC-BD38-A18E981324CF}\\ProgId] 1526460881 +#time=1d3ecf38740cada @="System.Runtime.CompilerServices.CompilerGlobalScopeAttribute" -[Software\\Classes\\CLSID\\{4BE0537B-5C19-11D3-8BDC-00600893B1B6}] 1460706471 -#time=1d196eb1ceefe8c +[Software\\Classes\\CLSID\\{4BE0537B-5C19-11D3-8BDC-00600893B1B6}] 1526460533 +#time=1d3ecf2b7d77b04 @="DirectMusicParamControlTrack" -[Software\\Classes\\CLSID\\{4BE0537B-5C19-11D3-8BDC-00600893B1B6}\\InprocServer32] 1460706471 -#time=1d196eb1ceefc48 +[Software\\Classes\\CLSID\\{4BE0537B-5C19-11D3-8BDC-00600893B1B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d77884 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4BE0537B-5C19-11D3-8BDC-00600893B1B6}\\ProgId] 1460706471 -#time=1d196eb1ceefd92 +[Software\\Classes\\CLSID\\{4BE0537B-5C19-11D3-8BDC-00600893B1B6}\\ProgId] 1526460533 +#time=1d3ecf2b7d77a0a @="Microsoft.DirectMusicParamControlTrack.1" -[Software\\Classes\\CLSID\\{4BE0537B-5C19-11D3-8BDC-00600893B1B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceefefa +[Software\\Classes\\CLSID\\{4BE0537B-5C19-11D3-8BDC-00600893B1B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d77b90 @="Microsoft.DirectMusicParamControlTrack" -[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}] 1460706648 -#time=1d196eb8618d428 +[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}] 1526460881 +#time=1d3ecf3875f2d18 @="System.Runtime.InteropServices.SafeArrayRankMismatchException" -[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861838c4 +[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3875dfccc @="" -[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}\\InprocServer32] 1460706648 -#time=1d196eb8618b63c +[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}\\InprocServer32] 1526460881 +#time=1d3ecf3875efad2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.SafeArrayRankMismatchException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850f6fe2 +[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385979cfe "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.SafeArrayRankMismatchException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}\\ProgId] 1460706648 -#time=1d196eb8618589a +[Software\\Classes\\CLSID\\{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}\\ProgId] 1526460881 +#time=1d3ecf3875e32fa @="System.Runtime.InteropServices.SafeArrayRankMismatchException" -[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}] 1460706648 -#time=1d196eb86412b62 +[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}] 1526460882 +#time=1d3ecf387a3d030 @="System.AccessViolationException" -[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8640ec74 +[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf387a363d4 @="" -[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}\\InprocServer32] 1460706648 -#time=1d196eb86411ca8 +[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}\\InprocServer32] 1526460882 +#time=1d3ecf387a3b6c2 @="mscoree.dll" "Class"="System.AccessViolationException" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854fe22a +[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fcae46 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.AccessViolationException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}\\ProgId] 1460706648 -#time=1d196eb86386176 +[Software\\Classes\\CLSID\\{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}\\ProgId] 1526460881 +#time=1d3ecf38793d2a2 @="System.AccessViolationException" -[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}] 1460706648 -#time=1d196eb862fdb46 +[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}] 1526460881 +#time=1d3ecf3878683f4 @="System.Security.Cryptography.X509Certificates.X509Certificate" -[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb862f8632 +[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38785fe02 @="" -[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}\\InprocServer32] 1460706648 -#time=1d196eb862fc9c6 +[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}\\InprocServer32] 1526460881 +#time=1d3ecf387866a72 @="mscoree.dll" "Class"="System.Security.Cryptography.X509Certificates.X509Certificate" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84db7070 +[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385476248 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.X509Certificates.X509Certificate" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}\\ProgId] 1460706648 -#time=1d196eb862f9654 +[Software\\Classes\\CLSID\\{4C69C54F-9824-38CC-8387-A22DC67E0BAB}\\ProgId] 1526460881 +#time=1d3ecf3878618c4 @="System.Security.Cryptography.X509Certificates.X509Certificate" -[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}] 1460706472 -#time=1d196eb1d1f2dd2 +[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}] 1526460533 +#time=1d3ecf2b7dfc516 @="UpdateSession Class" -[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\InprocServer32] 1460706472 -#time=1d196eb1d1f280a +[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dfbf94 @="C:\\windows\\system32\\wuapi.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\ProgId] 1460706472 -#time=1d196eb1d1f295e +[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\ProgId] 1526460533 +#time=1d3ecf2b7dfc110 @="Microsoft.Update.Session.1" -[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\TypeLib] 1460706472 -#time=1d196eb1d1f2ada +[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\TypeLib] 1526460533 +#time=1d3ecf2b7dfc2a0 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" -[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\Version] 1460706472 -#time=1d196eb1d1f2cec +[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\Version] 1526460533 +#time=1d3ecf2b7dfc41c @="2.0" -[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\VersionIndependentProgId] 1460706472 -#time=1d196eb1d1f2e54 +[Software\\Classes\\CLSID\\{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7dfc598 @="Microsoft.Update.Session" -[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}] 1460706647 -#time=1d196eb857a2dd2 +[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}] 1526460879 +#time=1d3ecf3864477a8 @="System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter" -[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85799c50 +[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386439ff4 @="" -[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}\\InprocServer32] 1460706647 -#time=1d196eb857a1ca2 +[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}\\InprocServer32] 1526460879 +#time=1d3ecf386445980 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84df8f0c +[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854df9dc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}\\ProgId] 1460706647 -#time=1d196eb8579aee8 +[Software\\Classes\\CLSID\\{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}\\ProgId] 1526460879 +#time=1d3ecf38643bb7e @="System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter" -[Software\\Classes\\CLSID\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}] 1460706471 -#time=1d196eb1d1401d2 +[Software\\Classes\\CLSID\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}] 1526460533 +#time=1d3ecf2b7aecb82 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}\\InprocServer32] 1460706471 -#time=1d196eb1d1402c2 +[Software\\Classes\\CLSID\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}\\InprocServer32] 1526460533 +#time=1d3ecf2b7aecc9a @="C:\\windows\\system32\\sti.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}] 1460706471 -#time=1d196eb1cd5c714 +[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}] 1526460533 +#time=1d3ecf2b798105e @="SAXAttributes" -[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\InprocServer32] 1460706605 -#time=1d196eb6c6e4a94 +[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\InprocServer32] 1526460533 +#time=1d3ecf2b7980ae6 @="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" +"ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\ProgId] 1460706471 -#time=1d196eb1cd5c3b8 +[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\ProgId] 1526460533 +#time=1d3ecf2b7980c58 @="Msxml2.SAXAttributes" -[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\TypeLib] 1460706471 -#time=1d196eb1cd5c502 +[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\TypeLib] 1526460533 +#time=1d3ecf2b7980dd4 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\Version] 1460706471 -#time=1d196eb1cd5c642 +[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\Version] 1526460533 +#time=1d3ecf2b7980f6e @="3.0" -[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd5c782 +[Software\\Classes\\CLSID\\{4DD441AD-526D-4A77-9F1B-9841ED802FB0}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b79810e0 @="Msxml2.SAXAttributes" -[Software\\Classes\\CLSID\\{4DF0C730-DF9D-4AE3-9153-AA6B82E9795A}] 1460706471 -#time=1d196eb1d1220ce +[Software\\Classes\\CLSID\\{4DF0C730-DF9D-4AE3-9153-AA6B82E9795A}] 1526460533 +#time=1d3ecf2b7f397bc @="Known Folder Manager" -[Software\\Classes\\CLSID\\{4DF0C730-DF9D-4AE3-9153-AA6B82E9795A}\\InprocServer32] 1460706471 -#time=1d196eb1d1222d6 +[Software\\Classes\\CLSID\\{4DF0C730-DF9D-4AE3-9153-AA6B82E9795A}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f39942 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}] 1460706647 -#time=1d196eb85daf73e +[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}] 1526460880 +#time=1d3ecf386eb62de @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName" -[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85da57e8 +[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ea8486 @="" -[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}\\InprocServer32] 1460706647 -#time=1d196eb85dae47e +[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}\\InprocServer32] 1526460880 +#time=1d3ecf386eb4880 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f2eca0 +[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856ba824 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}\\ProgId] 1460706647 -#time=1d196eb85da7642 +[Software\\Classes\\CLSID\\{4E515531-7A71-3CDD-8078-0A01C85C8F9D}\\ProgId] 1526460880 +#time=1d3ecf386eabaaa @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName" -[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}] 1460706647 -#time=1d196eb85c31cea +[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}] 1526460880 +#time=1d3ecf386c2d8dc @="System.Random" -[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c2a4f4 +[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386c2149c @="" -[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}\\InprocServer32] 1460706647 -#time=1d196eb85c30dae +[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}\\InprocServer32] 1526460880 +#time=1d3ecf386c2bdb6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Random" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853f98c0 +[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e37c00 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Random" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}\\ProgId] 1460706647 -#time=1d196eb85c2b566 +[Software\\Classes\\CLSID\\{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}\\ProgId] 1526460880 +#time=1d3ecf386c2318e @="System.Random" -[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}] 1460706675 -#time=1d196eb9676f868 +[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}] 1526460915 +#time=1d3ecf39ba85038 @="Microsoft.Aspnet.Snapin.About" -[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706675 -#time=1d196eb96763f0e +[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460915 +#time=1d3ecf39ba72dc0 @="" -[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}\\InprocServer32] 1460706675 -#time=1d196eb967c7f18 +[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}\\InprocServer32] 1526460915 +#time=1d3ecf39bb25812 @="mscoree.dll" "Assembly"="AspNetMMCExt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.Aspnet.Snapin.About" "RuntimeVersion"="v4.0.30319" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}\\InprocServer32\\4.0.0.0] 1460706675 -#time=1d196eb967cb37a +[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}\\InprocServer32\\4.0.0.0] 1526460915 +#time=1d3ecf39bb2b64a "Assembly"="AspNetMMCExt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.Aspnet.Snapin.About" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}\\ProgId] 1460706675 -#time=1d196eb967650ca +[Software\\Classes\\CLSID\\{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}\\ProgId] 1526460915 +#time=1d3ecf39ba752e6 @="Microsoft.Aspnet.Snapin.About" -[Software\\Classes\\CLSID\\{4EE17959-931E-49E4-A2C6-977ECF3628F3}] 1460706471 -#time=1d196eb1cefff12 +[Software\\Classes\\CLSID\\{4EE17959-931E-49E4-A2C6-977ECF3628F3}] 1526460533 +#time=1d3ecf2b7f1d60c @="DirectMusic Audio VB Script Language" -[Software\\Classes\\CLSID\\{4EE17959-931E-49E4-A2C6-977ECF3628F3}\\InprocServer32] 1460706471 -#time=1d196eb1ceffb5c +[Software\\Classes\\CLSID\\{4EE17959-931E-49E4-A2C6-977ECF3628F3}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1d396 @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4EE17959-931E-49E4-A2C6-977ECF3628F3}\\ProgId] 1460706471 -#time=1d196eb1ceffd8c +[Software\\Classes\\CLSID\\{4EE17959-931E-49E4-A2C6-977ECF3628F3}\\ProgId] 1526460533 +#time=1d3ecf2b7f1d512 @="AudioVBScript.1" -[Software\\Classes\\CLSID\\{4EE17959-931E-49E4-A2C6-977ECF3628F3}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefffc6 +[Software\\Classes\\CLSID\\{4EE17959-931E-49E4-A2C6-977ECF3628F3}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f1d698 @="AudioVBScript" -[Software\\Classes\\CLSID\\{4EFE2452-168A-11D1-BC76-00C04FB9453B}] 1460706471 -#time=1d196eb1ced65c2 +[Software\\Classes\\CLSID\\{4EFE2452-168A-11D1-BC76-00C04FB9453B}] 1526460533 +#time=1d3ecf2b7c98a12 @="MidiOut Class Manager" -[Software\\Classes\\CLSID\\{4EFE2452-168A-11D1-BC76-00C04FB9453B}\\InprocServer32] 1460706471 -#time=1d196eb1ced6a72 +[Software\\Classes\\CLSID\\{4EFE2452-168A-11D1-BC76-00C04FB9453B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c98b3e @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}] 1460706647 -#time=1d196eb85aa06f6 +[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}] 1526460880 +#time=1d3ecf38697a7ac @="System.Runtime.Serialization.ObjectIDGenerator" -[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a99720 +[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38696d7b4 @="" -[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}\\InprocServer32] 1460706647 -#time=1d196eb85a9f79c +[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}\\InprocServer32] 1526460880 +#time=1d3ecf386978e3e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.ObjectIDGenerator" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8528f2fa +[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385bdce60 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.ObjectIDGenerator" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}\\ProgId] 1460706647 -#time=1d196eb85a9a7ec +[Software\\Classes\\CLSID\\{4F272C37-F0A8-350C-867B-2C03B2B16B80}\\ProgId] 1526460880 +#time=1d3ecf38696f4c4 @="System.Runtime.Serialization.ObjectIDGenerator" -[Software\\Classes\\CLSID\\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}] 1460706471 -#time=1d196eb1ced24fe +[Software\\Classes\\CLSID\\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}] 1526460533 +#time=1d3ecf2b7cbb706 @="DirectDrawFactory" -[Software\\Classes\\CLSID\\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\\InprocServer32] 1460706471 -#time=1d196eb1ced2698 +[Software\\Classes\\CLSID\\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7cbb814 @="C:\\windows\\system32\\ddrawex.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}] 1460706647 -#time=1d196eb85ce6168 +[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}] 1526460880 +#time=1d3ecf386d4d276 @="System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" -[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85cde0b2 +[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386d3fdba @="" -[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}\\InprocServer32] 1460706647 -#time=1d196eb85ce520e +[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}\\InprocServer32] 1526460880 +#time=1d3ecf386d4b8d6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ed2392 +[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38562b84a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}\\ProgId] 1460706647 -#time=1d196eb85ce0178 +[Software\\Classes\\CLSID\\{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}\\ProgId] 1526460880 +#time=1d3ecf386d43244 @="System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" -[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}] 1460706647 -#time=1d196eb85bbf348 +[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}] 1526460880 +#time=1d3ecf386b87d06 @="System.STAThreadAttribute" -[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85bb7b2a +[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386b7b740 @="" -[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}\\InprocServer32] 1460706647 -#time=1d196eb85bbe3e4 +[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}\\InprocServer32] 1526460880 +#time=1d3ecf386b86370 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.STAThreadAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85370b1a +[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d5f5d0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.STAThreadAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}\\ProgId] 1460706647 -#time=1d196eb85bb8e94 +[Software\\Classes\\CLSID\\{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}\\ProgId] 1526460880 +#time=1d3ecf386b7d356 @="System.STAThreadAttribute" -[Software\\Classes\\CLSID\\{50D5107A-D278-4871-8989-F4CEAAF59CFC}] 1460706471 -#time=1d196eb1d04a872 +[Software\\Classes\\CLSID\\{50D5107A-D278-4871-8989-F4CEAAF59CFC}] 1526460533 +#time=1d3ecf2b7efbba6 @="CActiveIMMAppEx_Trident" -[Software\\Classes\\CLSID\\{50D5107A-D278-4871-8989-F4CEAAF59CFC}\\InprocServer32] 1460706471 -#time=1d196eb1d04a962 +[Software\\Classes\\CLSID\\{50D5107A-D278-4871-8989-F4CEAAF59CFC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7efbcfa @="C:\\windows\\system32\\msimtf.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{51B4ABF3-748F-4E3B-A276-C828330E926A}] 1460706471 -#time=1d196eb1d0e39fa +[Software\\Classes\\CLSID\\{51B4ABF3-748F-4E3B-A276-C828330E926A}] 1526460533 +#time=1d3ecf2b7b16eb4 @="Video Mixing Renderer 9" -[Software\\Classes\\CLSID\\{51B4ABF3-748F-4E3B-A276-C828330E926A}\\InprocServer32] 1460706471 -#time=1d196eb1d0e3aea +[Software\\Classes\\CLSID\\{51B4ABF3-748F-4E3B-A276-C828330E926A}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b170a8 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{529A9E6B-6587-4F23-AB9E-9C7D683E3C50}] 1460706471 -#time=1d196eb1cfc2da0 +[Software\\Classes\\CLSID\\{529A9E6B-6587-4F23-AB9E-9C7D683E3C50}] 1526460533 +#time=1d3ecf2b80dc09c @="TF_ThreadMgr" -[Software\\Classes\\CLSID\\{529A9E6B-6587-4F23-AB9E-9C7D683E3C50}\\InprocServer32] 1460706471 -#time=1d196eb1cfc3016 +[Software\\Classes\\CLSID\\{529A9E6B-6587-4F23-AB9E-9C7D683E3C50}\\InprocServer32] 1526460533 +#time=1d3ecf2b80dc1f0 @="C:\\windows\\system32\\msctf.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}] 1460706471 -#time=1d196eb1cf4cc7c +[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}] 1526460533 +#time=1d3ecf2b7d5118e @="HHCtrl Object" -[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\InprocServer32] 1460706471 -#time=1d196eb1cf4c7ea +[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d50c34 @="C:\\windows\\system32\\hhctrl.ocx" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\ProgId] 1460706471 -#time=1d196eb1cf4c934 +[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\ProgId] 1526460533 +#time=1d3ecf2b7d50db0 @="Internet.HHCtrl.1" -[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\TypeLib] 1460706471 -#time=1d196eb1cf4ca6a +[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\TypeLib] 1526460533 +#time=1d3ecf2b7d50f22 @="{ADB880A2-D8FF-11CF-9377-00AA003B7A11}" -[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\Version] 1460706471 -#time=1d196eb1cf4cbaa +[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\Version] 1526460533 +#time=1d3ecf2b7d51094 @="1.0" -[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf4ccea +[Software\\Classes\\CLSID\\{52A2AAAE-085D-4187-97EA-8C30DB990436}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d5121a @="Internet.HHCtrl" -[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}] 1460706647 -#time=1d196eb85f07e1a +[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}] 1526460881 +#time=1d3ecf38713404c @="System.Runtime.Remoting.InternalRemotingServices" -[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85eff7a6 +[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38711eb34 @="" -[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}\\InprocServer32] 1460706647 -#time=1d196eb85f06ed4 +[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}\\InprocServer32] 1526460881 +#time=1d3ecf387131c5c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.InternalRemotingServices" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f95482 +[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857594c4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.InternalRemotingServices" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}\\ProgId] 1460706647 -#time=1d196eb85f019a2 +[Software\\Classes\\CLSID\\{53A3C917-BB24-3908-B58B-09ECDA99265F}\\ProgId] 1526460881 +#time=1d3ecf3871233fa @="System.Runtime.Remoting.InternalRemotingServices" -[Software\\Classes\\CLSID\\{53BD6B4E-3780-4693-AFC3-7161C2F3EE9C}] 1460706471 -#time=1d196eb1d127c72 +[Software\\Classes\\CLSID\\{53BD6B4E-3780-4693-AFC3-7161C2F3EE9C}] 1526460533 +#time=1d3ecf2b7f3ea6e @="MruLongList" -[Software\\Classes\\CLSID\\{53BD6B4E-3780-4693-AFC3-7161C2F3EE9C}\\InprocServer32] 1460706471 -#time=1d196eb1d127d58 +[Software\\Classes\\CLSID\\{53BD6B4E-3780-4693-AFC3-7161C2F3EE9C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3eb7c @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}] 1460706677 -#time=1d196eb97b0aa4e +[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}] 1526460917 +#time=1d3ecf39d04120a @="Microsoft.Aspnet.Snapin.AspNetManagementUtility.4" "AppId"="{F75B6772-91E4-4D2F-9D44-61A447109C2B}" -[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706675 -#time=1d196eb9670f6b6 +[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460915 +#time=1d3ecf39b9d733e @="" -[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}\\InprocServer32] 1460706675 -#time=1d196eb967c2ce8 +[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}\\InprocServer32] 1526460915 +#time=1d3ecf39bb1bda8 @="mscoree.dll" "Assembly"="AspNetMMCExt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.Aspnet.Snapin.AspNetManagementUtility" "RuntimeVersion"="v4.0.30319" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}\\InprocServer32\\4.0.0.0] 1460706675 -#time=1d196eb967c68f2 +[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}\\InprocServer32\\4.0.0.0] 1526460915 +#time=1d3ecf39bb22ef0 "Assembly"="AspNetMMCExt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.Aspnet.Snapin.AspNetManagementUtility" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}\\ProgId] 1460706677 -#time=1d196eb97b0a8f0 +[Software\\Classes\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}\\ProgId] 1526460917 +#time=1d3ecf39d041052 @="Microsoft.Aspnet.Snapin.AspNetManagementUtility.4" -[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}] 1460706471 -#time=1d196eb1cd1f206 +[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}] 1526460533 +#time=1d3ecf2b7936cfc @="XML Data Source Object" -[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\InprocServer32] 1460706605 -#time=1d196eb6c715298 -@="C:\\windows\\system32\\msxml3.dll" +[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\InprocServer32] 1526460533 +#time=1d3ecf2b7936702 +@="C:\\windows\\system32\\msxml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\ProgId] 1460706471 -#time=1d196eb1cd1eea0 +[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\ProgId] 1526460533 +#time=1d3ecf2b79368a6 @="Microsoft.XMLDSO.1.0" -[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\TypeLib] 1460706471 -#time=1d196eb1cd1efea +[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\TypeLib] 1526460533 +#time=1d3ecf2b7936a54 @="{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}" -[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\Version] 1460706471 -#time=1d196eb1cd1f12a +[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\Version] 1526460533 +#time=1d3ecf2b7936c02 @="1.0" -[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd1f274 +[Software\\Classes\\CLSID\\{550DDA30-0541-11D2-9CA9-0060B0EC3D39}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7936d92 @="Microsoft.XMLDSO" -[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}] 1460706471 -#time=1d196eb1cdbec48 +[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}] 1526460533 +#time=1d3ecf2b7a99f54 @="Shell Name Space" -[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\InprocServer32] 1460706471 -#time=1d196eb1cf658e4 +[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\InprocServer32] 1528075957 +#time=1d3fba3eba4ad8e @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\ProgId] 1460706471 -#time=1d196eb1cdbe8d8 +[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\ProgId] 1526460533 +#time=1d3ecf2b7a99838 @="ShellNameSpace.ShellNameSpace.1" -[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\TypeLib] 1460706471 -#time=1d196eb1cdbea22 +[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\TypeLib] 1526460533 +#time=1d3ecf2b7a99ab8 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\Version] 1460706471 -#time=1d196eb1cdbeb6c +[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\Version] 1526460533 +#time=1d3ecf2b7a99d74 @="1.1" -[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdbecb6 +[Software\\Classes\\CLSID\\{55136805-B2DE-11D1-B9F2-00A0C98BC547}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7a9a044 @="ShellNameSpace.ShellNameSpace" -[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}] 1460706647 -#time=1d196eb85d34c64 +[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}] 1526460880 +#time=1d3ecf386dde438 @="System.Runtime.Remoting.Contexts.SynchronizationAttribute" -[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d2cd16 +[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386dcf8f2 @="" -[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}\\InprocServer32] 1460706647 -#time=1d196eb85d33da0 +[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}\\InprocServer32] 1526460880 +#time=1d3ecf386ddca84 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Contexts.SynchronizationAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84efdb1e +[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385676c14 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Contexts.SynchronizationAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}\\ProgId] 1460706647 -#time=1d196eb85d2eb52 +[Software\\Classes\\CLSID\\{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}\\ProgId] 1526460880 +#time=1d3ecf386dd41fe @="System.Runtime.Remoting.Contexts.SynchronizationAttribute" -[Software\\Classes\\CLSID\\{55A8FD00-4288-11D3-9BD1-8A0D61C88835}] 1460706471 -#time=1d196eb1cef0436 +[Software\\Classes\\CLSID\\{55A8FD00-4288-11D3-9BD1-8A0D61C88835}] 1526460533 +#time=1d3ecf2b7d78194 @="DirectMusicMarkerTrack" -[Software\\Classes\\CLSID\\{55A8FD00-4288-11D3-9BD1-8A0D61C88835}\\InprocServer32] 1460706471 -#time=1d196eb1cef0210 +[Software\\Classes\\CLSID\\{55A8FD00-4288-11D3-9BD1-8A0D61C88835}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d77f28 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{55A8FD00-4288-11D3-9BD1-8A0D61C88835}\\ProgId] 1460706471 -#time=1d196eb1cef0364 +[Software\\Classes\\CLSID\\{55A8FD00-4288-11D3-9BD1-8A0D61C88835}\\ProgId] 1526460533 +#time=1d3ecf2b7d780a4 @="Microsoft.DirectMusicMarkerTrack.1" -[Software\\Classes\\CLSID\\{55A8FD00-4288-11D3-9BD1-8A0D61C88835}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cef04ae +[Software\\Classes\\CLSID\\{55A8FD00-4288-11D3-9BD1-8A0D61C88835}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d7823e @="Microsoft.DirectMusicMarkerTrack" -[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}] 1460706648 -#time=1d196eb8603407c +[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}] 1526460881 +#time=1d3ecf387367a76 @="System.Security.AllowPartiallyTrustedCallersAttribute" -[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8602c052 +[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387358a58 @="" -[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}\\InprocServer32] 1460706648 -#time=1d196eb8603317c +[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}\\InprocServer32] 1526460881 +#time=1d3ecf387365f46 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.AllowPartiallyTrustedCallersAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8501aefc +[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858307d0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.AllowPartiallyTrustedCallersAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}\\ProgId] 1460706648 -#time=1d196eb8602defc +[Software\\Classes\\CLSID\\{5610F042-FF1D-36D0-996C-68F7A207D1F0}\\ProgId] 1526460881 +#time=1d3ecf38735c1f8 @="System.Security.AllowPartiallyTrustedCallersAttribute" -[Software\\Classes\\CLSID\\{56FDF344-FD6D-11D0-958A-006097C9A090}] 1460706471 -#time=1d196eb1cf33c2c +[Software\\Classes\\CLSID\\{56FDF344-FD6D-11D0-958A-006097C9A090}] 1526460533 +#time=1d3ecf2b7ffab9c @="Task Bar Communication" -[Software\\Classes\\CLSID\\{56FDF344-FD6D-11D0-958A-006097C9A090}\\InprocServer32] 1460706471 -#time=1d196eb1cf33dbc +[Software\\Classes\\CLSID\\{56FDF344-FD6D-11D0-958A-006097C9A090}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ffad90 @="C:\\windows\\system32\\explorerframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}] 1460706647 -#time=1d196eb85a96976 +[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}] 1526460880 +#time=1d3ecf386968610 @="System.Runtime.Serialization.SerializationException" -[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a8fafe +[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38695b7ee @="" -[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}\\InprocServer32] 1460706647 -#time=1d196eb85a95ae4 +[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}\\InprocServer32] 1526460880 +#time=1d3ecf386966c20 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.SerializationException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8526fd24 +[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385bad87c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.SerializationException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}\\ProgId] 1460706647 -#time=1d196eb85a90b20 +[Software\\Classes\\CLSID\\{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}\\ProgId] 1526460880 +#time=1d3ecf38695d544 @="System.Runtime.Serialization.SerializationException" -[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}] 1460706647 -#time=1d196eb85ca5ea6 +[Software\\Classes\\CLSID\\{58356C5D-0BFD-48ED-93C5-F4520B6233DE}] 1526460533 +#time=1d3ecf2b8067fee +@="D3DX8" + +[Software\\Classes\\CLSID\\{58356C5D-0BFD-48ED-93C5-F4520B6233DE}\\InprocServer32] 1526460533 +#time=1d3ecf2b8067c4c +@="C:\\windows\\system32\\dx8vb.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{58356C5D-0BFD-48ED-93C5-F4520B6233DE}\\ProgId] 1526460533 +#time=1d3ecf2b8067e86 +@="DIRECT.D3DX8.0" + +[Software\\Classes\\CLSID\\{58356C5D-0BFD-48ED-93C5-F4520B6233DE}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b806807a +@="DIRECT.D3DX8.0" + +[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}] 1526460880 +#time=1d3ecf386cf73a8 @="System.MissingMethodException" -[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c9ea3e +[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ceb08a @="" -[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}\\InprocServer32] 1460706647 -#time=1d196eb85ca5050 +[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}\\InprocServer32] 1526460880 +#time=1d3ecf386cf592c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MissingMethodException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8542d328 +[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e8c714 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MissingMethodException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}\\ProgId] 1460706647 -#time=1d196eb85c9f9e8 +[Software\\Classes\\CLSID\\{58897D76-EF6C-327A-93F7-6CD66C424E11}\\ProgId] 1526460880 +#time=1d3ecf386ced092 @="System.MissingMethodException" -[Software\\Classes\\CLSID\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}] 1460706471 -#time=1d196eb1cf0e4a4 +[Software\\Classes\\CLSID\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}] 1526460533 +#time=1d3ecf2b7dbf8fa @="DirectMusicSynth" -[Software\\Classes\\CLSID\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}\\InprocServer32] 1460706471 -#time=1d196eb1cf0e292 +[Software\\Classes\\CLSID\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dbf67a @="C:\\windows\\system32\\dmsynth.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}\\ProgId] 1460706471 -#time=1d196eb1cf0e3dc +[Software\\Classes\\CLSID\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}\\ProgId] 1526460533 +#time=1d3ecf2b7dbf800 @="Microsoft.DirectMusicSynth.1" -[Software\\Classes\\CLSID\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf0e51c +[Software\\Classes\\CLSID\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7dbf986 @="Microsoft.DirectMusicSynth" -[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}] 1460706648 -#time=1d196eb86129b1c +[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}] 1526460881 +#time=1d3ecf387540ca8 @="System.IO.EndOfStreamException" -[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8611fa7c +[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38752f4f8 @="" -[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}\\InprocServer32] 1460706648 -#time=1d196eb86128c58 +[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}\\InprocServer32] 1526460881 +#time=1d3ecf38753f31c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.EndOfStreamException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850d5c34 +[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385943a8c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.EndOfStreamException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}\\ProgId] 1460706648 -#time=1d196eb86120a12 +[Software\\Classes\\CLSID\\{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}\\ProgId] 1526460881 +#time=1d3ecf387531ce4 @="System.IO.EndOfStreamException" -[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}] 1460706648 -#time=1d196eb86076b84 +[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}] 1526460881 +#time=1d3ecf3873e80d6 @="System.Runtime.CompilerServices.IUnknownConstantAttribute" -[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8606d69c +[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3873d630e @="" -[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}\\InprocServer32] 1460706648 -#time=1d196eb86075c5c +[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}\\InprocServer32] 1526460881 +#time=1d3ecf3873e6628 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.IUnknownConstantAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85065e5c +[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858a8e24 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.IUnknownConstantAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}\\ProgId] 1460706648 -#time=1d196eb8606f758 +[Software\\Classes\\CLSID\\{590E4A07-DAFC-3BE7-A178-DA349BBA980B}\\ProgId] 1526460881 +#time=1d3ecf3873db62e @="System.Runtime.CompilerServices.IUnknownConstantAttribute" -[Software\\Classes\\CLSID\\{591209C7-767B-42B2-9FBA-44EE4615F2C7}] 1460706471 -#time=1d196eb1d12332a +[Software\\Classes\\CLSID\\{591209C7-767B-42B2-9FBA-44EE4615F2C7}] 1526460533 +#time=1d3ecf2b7f3a96e @="Manage Application associations" -[Software\\Classes\\CLSID\\{591209C7-767B-42B2-9FBA-44EE4615F2C7}\\InprocServer32] 1460706471 -#time=1d196eb1d1234e2 +[Software\\Classes\\CLSID\\{591209C7-767B-42B2-9FBA-44EE4615F2C7}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3ab58 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{593817A0-7DB3-11CF-A2DE-00AA00B93356}] 1460706471 -#time=1d196eb1ced0a8c +[Software\\Classes\\CLSID\\{593817A0-7DB3-11CF-A2DE-00AA00B93356}] 1526460533 +#time=1d3ecf2b7f663ca @="DirectDraw Clipper Object" -[Software\\Classes\\CLSID\\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\\InprocServer32] 1460706471 -#time=1d196eb1ced0bd6 +[Software\\Classes\\CLSID\\{593817A0-7DB3-11CF-A2DE-00AA00B93356}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f665dc @="C:\\windows\\system32\\ddraw.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{59856830-3ECB-4D29-9CFE-DDD0F74B96A2}\\InprocServer32\\4.0.0.0] 1460706675 -#time=1d196eb967dab36 +[Software\\Classes\\CLSID\\{59856830-3ECB-4D29-9CFE-DDD0F74B96A2}\\InprocServer32\\4.0.0.0] 1526460915 +#time=1d3ecf39bb493ca "Assembly"="System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ServiceModel.ComIntegration.DllHostInitializer" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}] 1460706647 -#time=1d196eb85b08238 +[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}] 1526460880 +#time=1d3ecf386a34986 @="System.Diagnostics.SymbolStore.SymLanguageType" -[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b014c4 +[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386a24e32 @="" -[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}\\InprocServer32] 1460706647 -#time=1d196eb85b07388 +[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}\\InprocServer32] 1526460880 +#time=1d3ecf386a32d02 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.SymbolStore.SymLanguageType" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8531049a +[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385cb0d3c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.SymbolStore.SymLanguageType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}\\ProgId] 1460706647 -#time=1d196eb85b0243c +[Software\\Classes\\CLSID\\{5A18D43E-115B-3B8B-8245-9A06B204B717}\\ProgId] 1526460880 +#time=1d3ecf386a28820 @="System.Diagnostics.SymbolStore.SymLanguageType" -[Software\\Classes\\CLSID\\{5A580C11-E5EB-11D1-A86E-0000F8084F96}] 1460706471 -#time=1d196eb1cf72db4 +[Software\\Classes\\CLSID\\{5A580C11-E5EB-11D1-A86E-0000F8084F96}] 1526460533 +#time=1d3ecf2b7bf8d46 @="CLSID_IHTTPMailTransport" -[Software\\Classes\\CLSID\\{5A580C11-E5EB-11D1-A86E-0000F8084F96}\\InprocServer32] 1460706471 -#time=1d196eb1cf72ea4 +[Software\\Classes\\CLSID\\{5A580C11-E5EB-11D1-A86E-0000F8084F96}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf8e54 @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5AAF51B2-B1F0-11D1-B6AB-00A0C90833E9}] 1460706471 -#time=1d196eb1cfdbb5c +[Software\\Classes\\CLSID\\{5AAF51B2-B1F0-11D1-B6AB-00A0C90833E9}] 1526460533 +#time=1d3ecf2b804ad18 @="Microsoft Scriptlet Element Behavior Handler" -[Software\\Classes\\CLSID\\{5AAF51B2-B1F0-11D1-B6AB-00A0C90833E9}\\InprocServer32] 1460706471 -#time=1d196eb1cfdba8a +[Software\\Classes\\CLSID\\{5AAF51B2-B1F0-11D1-B6AB-00A0C90833E9}\\InprocServer32] 1526460533 +#time=1d3ecf2b804ac1e @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{5AAF51B2-B1F0-11D1-B6AB-00A0C90833E9}\\ProgId] 1460706471 -#time=1d196eb1cfdbbd4 +[Software\\Classes\\CLSID\\{5AAF51B2-B1F0-11D1-B6AB-00A0C90833E9}\\ProgId] 1526460533 +#time=1d3ecf2b804ad9a @="Scriptlet.Behavior" -[Software\\Classes\\CLSID\\{5AAF51B3-B1F0-11D1-B6AB-00A0C90833E9}] 1460706471 -#time=1d196eb1cfdad74 +[Software\\Classes\\CLSID\\{5AAF51B3-B1F0-11D1-B6AB-00A0C90833E9}] 1526460533 +#time=1d3ecf2b8049d0a @="Microsoft Scriptlet HiFiTimer Uses" -[Software\\Classes\\CLSID\\{5AAF51B3-B1F0-11D1-B6AB-00A0C90833E9}\\InprocServer32] 1460706471 -#time=1d196eb1cfdac98 +[Software\\Classes\\CLSID\\{5AAF51B3-B1F0-11D1-B6AB-00A0C90833E9}\\InprocServer32] 1526460533 +#time=1d3ecf2b8049c10 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{5AAF51B3-B1F0-11D1-B6AB-00A0C90833E9}\\ProgId] 1460706471 -#time=1d196eb1cfdadec +[Software\\Classes\\CLSID\\{5AAF51B3-B1F0-11D1-B6AB-00A0C90833E9}\\ProgId] 1526460533 +#time=1d3ecf2b8049d8c @="Scriptlet.HiFiTimer" -[Software\\Classes\\CLSID\\{5B035261-40F9-11D1-AAEC-00805FC1270E}] 1460706471 -#time=1d196eb1d072a84 +[Software\\Classes\\CLSID\\{5B035261-40F9-11D1-AAEC-00805FC1270E}] 1526460533 +#time=1d3ecf2b7f60150 @="Network Configuration Component Object" -[Software\\Classes\\CLSID\\{5B035261-40F9-11D1-AAEC-00805FC1270E}\\InprocServer32] 1460706471 -#time=1d196eb1d072b74 +[Software\\Classes\\CLSID\\{5B035261-40F9-11D1-AAEC-00805FC1270E}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f60268 @="C:\\windows\\system32\\netcfgx.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}] 1460706647 -#time=1d196eb85f50d90 +[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}] 1526460881 +#time=1d3ecf3871c949e @="System.Runtime.Remoting.Metadata.SoapFieldAttribute" -[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f46d86 +[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3871b2af0 @="" -[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}\\InprocServer32] 1460706647 -#time=1d196eb85f4fe90 +[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}\\InprocServer32] 1526460881 +#time=1d3ecf3871c61ea @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapFieldAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fae752 +[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857809de "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapFieldAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}\\ProgId] 1460706647 -#time=1d196eb85f48dca +[Software\\Classes\\CLSID\\{5B76534C-3ACC-3D52-AA61-D788B134ABE2}\\ProgId] 1526460881 +#time=1d3ecf3871b6d62 @="System.Runtime.Remoting.Metadata.SoapFieldAttribute" -[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}] 1460706648 -#time=1d196eb85ffdd10 +[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}] 1526460881 +#time=1d3ecf387304444 @="System.Runtime.Remoting.Channels.ServerChannelSinkStack" -[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb85ff2744 +[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3872f1a1a @="" -[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}\\InprocServer32] 1460706648 -#time=1d196eb85ffcc44 +[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}\\InprocServer32] 1526460881 +#time=1d3ecf387302900 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Channels.ServerChannelSinkStack" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ff711e +[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857f5928 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Channels.ServerChannelSinkStack" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}\\ProgId] 1460706648 -#time=1d196eb85ff4cce +[Software\\Classes\\CLSID\\{5C35F099-165E-3225-A3A5-564150EA17F5}\\ProgId] 1526460881 +#time=1d3ecf3872f59bc @="System.Runtime.Remoting.Channels.ServerChannelSinkStack" -[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}] 1460706647 -#time=1d196eb85a07852 +[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}] 1526460880 +#time=1d3ecf386873bc4 @="System.Globalization.JulianCalendar" -[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb859f0f94 +[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386851c68 @="" -[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}\\InprocServer32] 1460706647 -#time=1d196eb85a02b4a +[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}\\InprocServer32] 1526460880 +#time=1d3ecf38686b6ea @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.JulianCalendar" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85229054 +[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b47554 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.JulianCalendar" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}\\ProgId] 1460706647 -#time=1d196eb859f698a +[Software\\Classes\\CLSID\\{5C3E6CE8-B218-3762-883C-91BC987CDC2D}\\ProgId] 1526460880 +#time=1d3ecf386856e7a @="System.Globalization.JulianCalendar" -[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}] 1460706647 -#time=1d196eb85d7ef12 +[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}] 1526460880 +#time=1d3ecf386e61b26 @="System.IndexOutOfRangeException" -[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d685dc +[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386e37eb6 @="" -[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}\\InprocServer32] 1460706647 -#time=1d196eb85d7afac +[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}\\InprocServer32] 1526460880 +#time=1d3ecf386e5b050 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IndexOutOfRangeException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8545bd5e +[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385ed9d20 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IndexOutOfRangeException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}\\ProgId] 1460706647 -#time=1d196eb85d6c434 +[Software\\Classes\\CLSID\\{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}\\ProgId] 1526460880 +#time=1d3ecf386e3ea22 @="System.IndexOutOfRangeException" -[Software\\Classes\\CLSID\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}] 1460706471 -#time=1d196eb1d0cfef0 +[Software\\Classes\\CLSID\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}] 1526460533 +#time=1d3ecf2b7fdcdc2 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}\\InprocServer32] 1460706471 -#time=1d196eb1d0cffd6 +[Software\\Classes\\CLSID\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fdceee @="C:\\windows\\system32\\qmgrprxy.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}] 1460706471 -#time=1d196eb1cf84398 +[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}] 1526460533 +#time=1d3ecf2b7c8dae0 @="Microsoft InfoTech IStorage System" -[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\\InprocServer32] 1460706471 -#time=1d196eb1cf80220 +[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c89508 @="C:\\windows\\system32\\itss.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\\NotInsertable] 1460706471 -#time=1d196eb1cf84398 +[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\\NotInsertable] 1526460533 +#time=1d3ecf2b7c8dae0 -[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\\ProgId] 1460706471 -#time=1d196eb1cf80360 +[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\\ProgId] 1526460533 +#time=1d3ecf2b7c896ac @="MSITFS1.0" -[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf804aa +[Software\\Classes\\CLSID\\{5D02926A-212E-11D0-9DF9-00A0C922E6EC}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7c8986e @="MSITFS" -[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}] 1460706647 -#time=1d196eb859113b2 +[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}] 1526460880 +#time=1d3ecf3866aecee @="System.Security.Cryptography.ToBase64Transform" -[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8590a29c +[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3866a147c @="" -[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}\\InprocServer32] 1460706647 -#time=1d196eb859104da +[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}\\InprocServer32] 1526460880 +#time=1d3ecf3866ad358 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.ToBase64Transform" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e654b8 +[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385581b88 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.ToBase64Transform" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}\\ProgId] 1460706647 -#time=1d196eb8590b1ec +[Software\\Classes\\CLSID\\{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}\\ProgId] 1526460880 +#time=1d3ecf3866a2f48 @="System.Security.Cryptography.ToBase64Transform" -[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}] 1460706647 -#time=1d196eb8595c326 +[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}] 1526460880 +#time=1d3ecf38675556c @="System.EnterpriseServices.Internal.SoapUtility" -[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85950bb6 +[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38673ca6c @="" -[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}\\InprocServer32] 1460706647 -#time=1d196eb8595b0fc +[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}\\InprocServer32] 1526460880 +#time=1d3ecf386753bfe @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.SoapUtility" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb855567ea +[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3860592b8 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.SoapUtility" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}\\ProgId] 1460706647 -#time=1d196eb85952c40 +[Software\\Classes\\CLSID\\{5F9A955F-AA55-4127-A32B-33496AA8A44E}\\ProgId] 1526460880 +#time=1d3ecf38674121a @="System.EnterpriseServices.Internal.SoapUtility" -[Software\\Classes\\CLSID\\{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}] 1460706474 -#time=1d196eb1e54669a +[Software\\Classes\\CLSID\\{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}] 1528075959 +#time=1d3fba3ecf9bea4 @="CoICOFilter Class" -[Software\\Classes\\CLSID\\{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}\\InprocServer32] 1460706471 -#time=1d196eb1cfde7bc +[Software\\Classes\\CLSID\\{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}\\InprocServer32] 1526460533 +#time=1d3ecf2b804f4da @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}\\ProgId] 1460706474 -#time=1d196eb1e546d34 +[Software\\Classes\\CLSID\\{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}\\ProgId] 1528075959 +#time=1d3fba3ecf9c1a6 @="ICOFilter.CoICOFilter.1" -[Software\\Classes\\CLSID\\{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}\\VersionIndependentProgId] 1460706474 -#time=1d196eb1e546fa0 +[Software\\Classes\\CLSID\\{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}\\VersionIndependentProgId] 1528075959 +#time=1d3fba3ecf9c322 @="ICOFilter.CoICOFilter" -[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}] 1460706648 -#time=1d196eb8609ca8c +[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}] 1526460881 +#time=1d3ecf38742e6b2 @="System.AppDomainUnloadedException" -[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8608cbaa +[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387410bd0 @="" -[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}\\InprocServer32] 1460706648 -#time=1d196eb8609ac82 +[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}\\InprocServer32] 1526460881 +#time=1d3ecf387428910 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.AppDomainUnloadedException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854dbaa4 +[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f96bfa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.AppDomainUnloadedException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}\\ProgId] 1460706648 -#time=1d196eb8609106a +[Software\\Classes\\CLSID\\{61B3E12B-3586-3A58-A497-7ED7C4C794B9}\\ProgId] 1526460881 +#time=1d3ecf387419348 @="System.AppDomainUnloadedException" -[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}] 1460706647 -#time=1d196eb856ce8fc +[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}] 1526460879 +#time=1d3ecf3862cba0a @="System.Security.Policy.Evidence" -[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb856c12a6 +[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3862b6452 @="" -[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}\\InprocServer32] 1460706647 -#time=1d196eb856cc840 +[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}\\InprocServer32] 1526460879 +#time=1d3ecf3862c8562 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.Evidence" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851bed62 +[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385ab7d96 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.Evidence" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}\\ProgId] 1460706647 -#time=1d196eb856c249e +[Software\\Classes\\CLSID\\{62545937-20A9-3D0F-B04B-322E854EACB0}\\ProgId] 1526460879 +#time=1d3ecf3862b7e88 @="System.Security.Policy.Evidence" -[Software\\Classes\\CLSID\\{62BE5D10-60EB-11D0-BD3B-00A0C911CE86}] 1460706471 -#time=1d196eb1ced3822 +[Software\\Classes\\CLSID\\{62BE5D10-60EB-11D0-BD3B-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7c96a1e @="System Device Enum" -[Software\\Classes\\CLSID\\{62BE5D10-60EB-11D0-BD3B-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1ced3962 +[Software\\Classes\\CLSID\\{62BE5D10-60EB-11D0-BD3B-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c96b2c @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}] 1460706647 -#time=1d196eb857c4a18 +[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}] 1526460879 +#time=1d3ecf38647d79a @="System.Security.Cryptography.RC2CryptoServiceProvider" -[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb857bd240 +[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386471954 @="" -[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}\\InprocServer32] 1460706647 -#time=1d196eb857c3b22 +[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}\\InprocServer32] 1526460879 +#time=1d3ecf38647bd6e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RC2CryptoServiceProvider" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e0917c +[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854f84d2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RC2CryptoServiceProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}\\ProgId] 1460706647 -#time=1d196eb857be802 +[Software\\Classes\\CLSID\\{62E92675-CB77-3FC9-8597-1A81A5F18013}\\ProgId] 1526460879 +#time=1d3ecf38647345c @="System.Security.Cryptography.RC2CryptoServiceProvider" -[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}] 1460706647 -#time=1d196eb856ae804 +[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}] 1526460879 +#time=1d3ecf38629eb5e @="System.Runtime.InteropServices.ComRegisterFunctionAttribute" -[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb856a76da +[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386290e28 @="" -[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}\\InprocServer32] 1460706647 -#time=1d196eb856ad90e +[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}\\InprocServer32] 1526460879 +#time=1d3ecf38629d1be @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComRegisterFunctionAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85184536 +[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a58d3c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComRegisterFunctionAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}\\ProgId] 1460706647 -#time=1d196eb856a8706 +[Software\\Classes\\CLSID\\{630A3EF1-23C6-31FE-9D25-294E3B3E7486}\\ProgId] 1526460879 +#time=1d3ecf386292ac0 @="System.Runtime.InteropServices.ComRegisterFunctionAttribute" -[Software\\Classes\\CLSID\\{636B9F10-0C7D-11D1-95B2-0020AFDC7421}] 1460706471 -#time=1d196eb1cf10e84 +[Software\\Classes\\CLSID\\{636B9F10-0C7D-11D1-95B2-0020AFDC7421}] 1526460533 +#time=1d3ecf2b7fb784c @="DirectMusic" -[Software\\Classes\\CLSID\\{636B9F10-0C7D-11D1-95B2-0020AFDC7421}\\InprocServer32] 1460706471 -#time=1d196eb1cf10c5e +[Software\\Classes\\CLSID\\{636B9F10-0C7D-11D1-95B2-0020AFDC7421}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fb7572 @="C:\\windows\\system32\\dmusic.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{636B9F10-0C7D-11D1-95B2-0020AFDC7421}\\ProgId] 1460706471 -#time=1d196eb1cf10da8 +[Software\\Classes\\CLSID\\{636B9F10-0C7D-11D1-95B2-0020AFDC7421}\\ProgId] 1526460533 +#time=1d3ecf2b7fb772a @="Microsoft.DirectMusic.1" -[Software\\Classes\\CLSID\\{636B9F10-0C7D-11D1-95B2-0020AFDC7421}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf10ef2 +[Software\\Classes\\CLSID\\{636B9F10-0C7D-11D1-95B2-0020AFDC7421}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fb78e2 @="Microsoft.DirectMusic" -[Software\\Classes\\CLSID\\{645FF040-5081-101B-9F08-00AA002F954E}] 1460706472 -#time=1d196eb1d2416f8 +[Software\\Classes\\CLSID\\{645FF040-5081-101B-9F08-00AA002F954E}] 1526460533 +#time=1d3ecf2b814a6a0 @="Trash" "LocalizedString"="@C:\\windows\\system32\\shell32.dll,-8964" -[Software\\Classes\\CLSID\\{645FF040-5081-101B-9F08-00AA002F954E}\\DefaultIcon] 1460706471 -#time=1d196eb1d13122c -@="@C:\\windows\\system32\\shell32.dll,-33" +[Software\\Classes\\CLSID\\{645FF040-5081-101B-9F08-00AA002F954E}\\DefaultIcon] 1526460533 +#time=1d3ecf2b7f49d74 +@="C:\\windows\\system32\\shell32.dll,-33" -[Software\\Classes\\CLSID\\{645FF040-5081-101B-9F08-00AA002F954E}\\InprocServer32] 1460706471 -#time=1d196eb1d1272d6 +[Software\\Classes\\CLSID\\{645FF040-5081-101B-9F08-00AA002F954E}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3e456 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{645FF040-5081-101B-9F08-00AA002F954E}\\ShellFolder] 1460706472 -#time=1d196eb1d241784 +[Software\\Classes\\CLSID\\{645FF040-5081-101B-9F08-00AA002F954E}\\ShellFolder] 1526460533 +#time=1d3ecf2b814a736 "Attributes"=dword:20000140 -[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}] 1460706648 -#time=1d196eb860034cc +[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}] 1526460881 +#time=1d3ecf38730ec14 @="System.ArithmeticException" -[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85fea44a +[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3872e108e @="" -[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}\\InprocServer32] 1460706648 -#time=1d196eb85ffefda +[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}\\InprocServer32] 1526460881 +#time=1d3ecf387306082 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArithmeticException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854c61e0 +[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f7c00c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArithmeticException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}\\ProgId] 1460706648 -#time=1d196eb85fee77a +[Software\\Classes\\CLSID\\{647053C3-1879-34D7-AE57-67015C91FC70}\\ProgId] 1526460881 +#time=1d3ecf3872ea468 @="System.ArithmeticException" -[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}] 1460706471 -#time=1d196eb1cdbdb7c +[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}] 1526460533 +#time=1d3ecf2b7a980dc @="Microsoft Shell UI Helper" -[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\InprocServer32] 1460706471 -#time=1d196eb1cf64804 +[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\InprocServer32] 1528075957 +#time=1d3fba3eba49aa6 @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\ProgId] 1460706471 -#time=1d196eb1cdbd816 +[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\ProgId] 1526460533 +#time=1d3ecf2b7a97c68 @="Shell.UIHelper.1" -[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\TypeLib] 1460706471 -#time=1d196eb1cdbd956 +[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\TypeLib] 1526460533 +#time=1d3ecf2b7a97e02 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\Version] 1460706471 -#time=1d196eb1cdbdaa0 +[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\Version] 1526460533 +#time=1d3ecf2b7a97fc4 @="1.1" -[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdbdbf4 +[Software\\Classes\\CLSID\\{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7a98172 @="Shell.UIHelper" -[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}] 1460706474 -#time=1d196eb1e598bca +[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}] 1526460543 +#time=1d3ecf2bdf3026a @="Microsoft CrSource 4.0" -[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\BrowseInPlace] 1460706474 -#time=1d196eb1e597e3c +[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\BrowseInPlace] 1526460543 +#time=1d3ecf2bdf2f7fc -[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\DefaultIcon] 1460706474 -#time=1d196eb1e59815c +[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\DefaultIcon] 1526460543 +#time=1d3ecf2bdf2faae @=str(2):"C:\\Program Files\\Internet Explorer\\iexplore.exe,1" -[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\EnablePlugin\\.css] 1460706474 -#time=1d196eb1e598a4e +[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\EnablePlugin\\.css] 1526460543 +#time=1d3ecf2bdf3010c @="PointPlus plugin" -[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\InprocServer32] 1460706471 -#time=1d196eb1cfdc21e +[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\InprocServer32] 1526460533 +#time=1d3ecf2b804b4d4 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\MiscStatus] 1460706474 -#time=1d196eb1e598cd8 +[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\MiscStatus] 1526460543 +#time=1d3ecf2bdf30314 @="2228625" -[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\ProgId] 1460706471 -#time=1d196eb1cfdc368 +[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\ProgId] 1526460533 +#time=1d3ecf2b804b646 @="CrSource" -[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\Version] 1460706471 -#time=1d196eb1cfdc4b2 +[Software\\Classes\\CLSID\\{65014010-9F62-11D1-A651-00600811D5CE}\\Version] 1526460533 +#time=1d3ecf2b804b7cc @="4.0" -[Software\\Classes\\CLSID\\{65BD0711-24D2-4FF7-9324-ED2E5D3ABAFA}] 1460706471 -#time=1d196eb1d0c96cc +[Software\\Classes\\CLSID\\{65BD0711-24D2-4FF7-9324-ED2E5D3ABAFA}] 1526460533 +#time=1d3ecf2b7b64880 @="MediaDet" -[Software\\Classes\\CLSID\\{65BD0711-24D2-4FF7-9324-ED2E5D3ABAFA}\\InprocServer32] 1460706471 -#time=1d196eb1d0c9870 +[Software\\Classes\\CLSID\\{65BD0711-24D2-4FF7-9324-ED2E5D3ABAFA}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b649b6 @="C:\\windows\\system32\\qedit.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6619A740-8154-43BE-A186-0319578E02DB}] 1460706647 -#time=1d196eb858f1b16 +[Software\\Classes\\CLSID\\{6619A740-8154-43BE-A186-0319578E02DB}] 1526460879 +#time=1d3ecf386674620 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{6619A740-8154-43BE-A186-0319578E02DB}\\InprocServer32] 1460706647 -#time=1d196eb858f0c3e +[Software\\Classes\\CLSID\\{6619A740-8154-43BE-A186-0319578E02DB}\\InprocServer32] 1526460879 +#time=1d3ecf386672c80 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6619A740-8154-43BE-A186-0319578E02DB}\\InprocServer32\\4.0.30319] 1460706646 -#time=1d196eb855ceac4 +[Software\\Classes\\CLSID\\{6619A740-8154-43BE-A186-0319578E02DB}\\InprocServer32\\4.0.30319] 1526460879 +#time=1d3ecf386135e7a "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{6619A740-8154-43BE-A186-0319578E02DB}\\Server] 1460706647 -#time=1d196eb858ec788 +[Software\\Classes\\CLSID\\{6619A740-8154-43BE-A186-0319578E02DB}\\Server] 1526460879 +#time=1d3ecf38666bd90 @="System.EnterpriseServices.Thunk.dll" -[Software\\Classes\\CLSID\\{667955AD-6B3B-43CA-B949-BC69B5BAFF7F}] 1460706471 -#time=1d196eb1cf1a0b0 +[Software\\Classes\\CLSID\\{667955AD-6B3B-43CA-B949-BC69B5BAFF7F}] 1526460533 +#time=1d3ecf2b7caee7a @="DirectPlay8LobbiedApplication Object" -[Software\\Classes\\CLSID\\{667955AD-6B3B-43CA-B949-BC69B5BAFF7F}\\InprocServer32] 1460706471 -#time=1d196eb1cf1a196 +[Software\\Classes\\CLSID\\{667955AD-6B3B-43CA-B949-BC69B5BAFF7F}\\InprocServer32] 1526460533 +#time=1d3ecf2b7caef92 @="C:\\windows\\system32\\dpnet.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}] 1460706647 -#time=1d196eb85dd105a +[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}] 1526460880 +#time=1d3ecf386ef29aa @="System.FlagsAttribute" -[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85db97de +[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ec89fc @="" -[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}\\InprocServer32] 1460706647 -#time=1d196eb85dcd374 +[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}\\InprocServer32] 1526460880 +#time=1d3ecf386eeb948 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.FlagsAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85467b4a +[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385eee4b4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.FlagsAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}\\ProgId] 1460706647 -#time=1d196eb85dbdf96 +[Software\\Classes\\CLSID\\{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}\\ProgId] 1526460880 +#time=1d3ecf386ecf82e @="System.FlagsAttribute" -[Software\\Classes\\CLSID\\{670D1D20-A068-11D0-B3F0-00AA003761C5}] 1460706471 -#time=1d196eb1d0df3fa +[Software\\Classes\\CLSID\\{66E4E4FB-F385-4DD0-8D74-A2EFD1BC6178}] 1526460533 +#time=1d3ecf2b7f3f1c6 +@="Shell Image Data Factory" + +[Software\\Classes\\CLSID\\{66E4E4FB-F385-4DD0-8D74-A2EFD1BC6178}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3f2ca +@="C:\\windows\\system32\\shell32.dll" +"ThreadingModel"="Apartment" + +[Software\\Classes\\CLSID\\{670D1D20-A068-11D0-B3F0-00AA003761C5}] 1526460533 +#time=1d3ecf2b7b1249a @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{670D1D20-A068-11D0-B3F0-00AA003761C5}\\InprocServer32] 1460706471 -#time=1d196eb1d0df5da +[Software\\Classes\\CLSID\\{670D1D20-A068-11D0-B3F0-00AA003761C5}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b125a8 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}] 1460706647 -#time=1d196eb85886802 +[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}] 1526460879 +#time=1d3ecf3865c0df0 @="System.Security.Cryptography.DSACryptoServiceProvider" -[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb858703f4 +[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38659bb90 @="" -[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}\\InprocServer32] 1460706647 -#time=1d196eb8588347c +[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}\\InprocServer32] 1526460879 +#time=1d3ecf3865bae5a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.DSACryptoServiceProvider" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e3fa2e +[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38554d202 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.DSACryptoServiceProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}\\ProgId] 1460706647 -#time=1d196eb85875e26 +[Software\\Classes\\CLSID\\{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}\\ProgId] 1526460879 +#time=1d3ecf3865a4646 @="System.Security.Cryptography.DSACryptoServiceProvider" -[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}] 1460706647 -#time=1d196eb85fd9672 +[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}] 1526460881 +#time=1d3ecf3872c2e2c @="System.ArrayTypeMismatchException" -[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85fc2d78 +[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387296aa2 @="" -[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}\\InprocServer32] 1460706647 -#time=1d196eb85fd5a22 +[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}\\InprocServer32] 1526460881 +#time=1d3ecf3872ba600 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArrayTypeMismatchException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854bfe1c +[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f760bc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArrayTypeMismatchException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}\\ProgId] 1460706647 -#time=1d196eb85fc6f72 +[Software\\Classes\\CLSID\\{676E1164-752C-3A74-8D3F-BCD32A2026D6}\\ProgId] 1526460881 +#time=1d3ecf38729ee46 @="System.ArrayTypeMismatchException" -[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}] 1460706648 -#time=1d196eb86101068 +[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}] 1526460881 +#time=1d3ecf3874f907e @="System.ApplicationException" -[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860e63b2 +[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3874c7128 @="" -[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}\\InprocServer32] 1460706648 -#time=1d196eb860fe1b0 +[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}\\InprocServer32] 1526460881 +#time=1d3ecf3874f26ac @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ApplicationException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854f5cd8 +[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fbd854 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ApplicationException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}\\ProgId] 1460706648 -#time=1d196eb860ee63e +[Software\\Classes\\CLSID\\{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}\\ProgId] 1526460881 +#time=1d3ecf3874d5dc2 @="System.ApplicationException" -[Software\\Classes\\CLSID\\{683DDACB-4354-490C-A058-E05AD0F20537}] 1460706475 -#time=1d196eb1ee475fa +[Software\\Classes\\CLSID\\{683DDACB-4354-490C-A058-E05AD0F20537}] 1526460547 +#time=1d3ecf2c040a57c @="QT Video Decoder" -[Software\\Classes\\CLSID\\{683DDACB-4354-490C-A058-E05AD0F20537}\\InProcServer32] 1460706475 -#time=1d196eb1ee47712 +[Software\\Classes\\CLSID\\{683DDACB-4354-490C-A058-E05AD0F20537}\\InProcServer32] 1526460547 +#time=1d3ecf2c040a6bc @="C:\\windows\\system32\\wineqtdecoder.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}] 1460706647 -#time=1d196eb85e1ce92 +[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}] 1526460880 +#time=1d3ecf386f7ad28 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger" -[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e12f8c +[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386f67ade @="" -[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}\\InprocServer32] 1460706647 -#time=1d196eb85e1bf60 +[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}\\InprocServer32] 1526460880 +#time=1d3ecf386f79356 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f4fc7a +[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856f1766 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}\\ProgId] 1460706647 -#time=1d196eb85e14f26 +[Software\\Classes\\CLSID\\{6850404F-D7FB-32BD-8328-C94F66E8C1C7}\\ProgId] 1526460880 +#time=1d3ecf386f6b22e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger" -[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}] 1460706647 -#time=1d196eb85b8c9f2 +[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}] 1526460880 +#time=1d3ecf386b2e3fa @="System.Collections.ArrayList" -[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b85b66 +[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386b203e0 @="" -[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}\\InprocServer32] 1460706647 -#time=1d196eb85b8bae8 +[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}\\InprocServer32] 1526460880 +#time=1d3ecf386b2b240 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.ArrayList" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853634c4 +[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d5252e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.ArrayList" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}\\ProgId] 1460706647 -#time=1d196eb85b86ade +[Software\\Classes\\CLSID\\{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}\\ProgId] 1526460880 +#time=1d3ecf386b21f92 @="System.Collections.ArrayList" -[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}] 1460706647 -#time=1d196eb85a7901a +[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}] 1526460880 +#time=1d3ecf3869339d8 @="System.Globalization.GregorianCalendar" -[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a7023a +[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386924906 @="" -[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}\\InprocServer32] 1460706647 -#time=1d196eb85a77d32 +[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}\\InprocServer32] 1526460880 +#time=1d3ecf38693071a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.GregorianCalendar" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8523edf0 +[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b671f6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.GregorianCalendar" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}\\ProgId] 1460706647 -#time=1d196eb85a71ca2 +[Software\\Classes\\CLSID\\{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}\\ProgId] 1526460880 +#time=1d3ecf3869264c2 @="System.Globalization.GregorianCalendar" -[Software\\Classes\\CLSID\\{699745C2-5066-4B82-A8E3-D40478DBEC8C}] 1460706475 -#time=1d196eb1ee342c0 +[Software\\Classes\\CLSID\\{699745C2-5066-4B82-A8E3-D40478DBEC8C}] 1526460547 +#time=1d3ecf2c03f1702 @="WIC Unknown Metadata Reader" "Author"="The Wine Project" "FriendlyName"="Unknown Metadata Reader" @@ -7618,13 +7685,13 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{699745C2-5066-4B82-A8E3-D40478DBEC8C}\\InprocServer32] 1460706472 -#time=1d196eb1d19b0be +[Software\\Classes\\CLSID\\{699745C2-5066-4B82-A8E3-D40478DBEC8C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0fd9a @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}] 1460706475 -#time=1d196eb1ee2ab4e +[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}] 1526460547 +#time=1d3ecf2c03eaa24 @="WIC BMP Encoder" "Author"="The Wine Project" "ContainerFormat"="{0AF1D87E-FCFE-4188-BDEB-A7906471CBE3}" @@ -7634,66 +7701,66 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1460706475 -#time=1d196eb1ee2abe4 +[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1526460547 +#time=1d3ecf2c03eaac4 -[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1460706475 -#time=1d196eb1ee2acde +[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1526460547 +#time=1d3ecf2c03eabd2 -[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee2adce +[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03eace0 -[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1460706475 -#time=1d196eb1ee2aebe +[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1526460547 +#time=1d3ecf2c03eadee -[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\InprocServer32] 1460706472 -#time=1d196eb1d19902a +[Software\\Classes\\CLSID\\{69BE8BB4-D66D-47C8-865A-ED1589433782}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0d950 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}] 1460706647 -#time=1d196eb85874a80 +[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}] 1526460879 +#time=1d3ecf3865a2a26 @="Microsoft.JScript.COMPropertyInfo" -[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85866da4 +[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38658c5e6 @="" -[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\InprocServer32] 1460706647 -#time=1d196eb85873824 +[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\InprocServer32] 1526460879 +#time=1d3ecf3865a109a @="mscoree.dll" "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.COMPropertyInfo" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\InprocServer32\\10.0.0.0] 1460706646 -#time=1d196eb85613598 +[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\InprocServer32\\10.0.0.0] 1526460879 +#time=1d3ecf3861b27ea "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.COMPropertyInfo" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\InprocServer32\\7.0.5000.0] 1460706647 -#time=1d196eb8586c4e8 +[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\InprocServer32\\7.0.5000.0] 1526460879 +#time=1d3ecf386594f98 "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.COMPropertyInfo" "RuntimeVersion"="v1.1.4322" -[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\ProgId] 1460706647 -#time=1d196eb85867d3a +[Software\\Classes\\CLSID\\{6A02951C-B129-4D26-AB92-B9CA19BDCA26}\\ProgId] 1526460879 +#time=1d3ecf38658e116 @="Microsoft.JScript.COMPropertyInfo" -[Software\\Classes\\CLSID\\{6A08CF80-0E18-11CF-A24D-0020AFD79767}] 1460706471 -#time=1d196eb1d0e30a4 +[Software\\Classes\\CLSID\\{6A08CF80-0E18-11CF-A24D-0020AFD79767}] 1526460533 +#time=1d3ecf2b7b16202 @="ACM wrapper" -[Software\\Classes\\CLSID\\{6A08CF80-0E18-11CF-A24D-0020AFD79767}\\InprocServer32] 1460706471 -#time=1d196eb1d0e31a8 +[Software\\Classes\\CLSID\\{6A08CF80-0E18-11CF-A24D-0020AFD79767}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b16310 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}] 1460706475 -#time=1d196eb1ee1fb9a +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}] 1526460547 +#time=1d3ecf2c03e0b5a @="WIC BMP Decoder" "Author"="The Wine Project" "ContainerFormat"="{0AF1D87E-FCFE-4188-BDEB-A7906471CBE3}" @@ -7703,184 +7770,184 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1460706475 -#time=1d196eb1ee1f2bc +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1526460547 +#time=1d3ecf2c03e0132 -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1460706475 -#time=1d196eb1ee1f3a2 +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1526460547 +#time=1d3ecf2c03e0240 -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1460706475 -#time=1d196eb1ee1f488 +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1526460547 +#time=1d3ecf2c03e034e -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1460706475 -#time=1d196eb1ee1f578 +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1526460547 +#time=1d3ecf2c03e045c -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1460706475 -#time=1d196eb1ee1f668 +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1526460547 +#time=1d3ecf2c03e0574 -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1460706475 -#time=1d196eb1ee1f758 +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1526460547 +#time=1d3ecf2c03e06aa -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee1f83e +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03e07b8 -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1460706475 -#time=1d196eb1ee1f92e +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1526460547 +#time=1d3ecf2c03e08c6 -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee1fa1e +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c03e09e8 -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\InprocServer32] 1460706472 -#time=1d196eb1d1986ca +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0ce56 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Patterns\\0] 1460706475 -#time=1d196eb1ee1fe88 +[Software\\Classes\\CLSID\\{6B462062-7CBF-400D-9FDB-813DD10F2778}\\Patterns\\0] 1526460547 +#time=1d3ecf2c03e0ec0 "EndOfStream"=dword:00000000 "Length"=dword:00000002 "Mask"=hex:ff,ff "Pattern"=hex:42,4d "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{6BC1CFFA-8FC1-4261-AC22-CFB4CC38DB50}] 1460706471 -#time=1d196eb1d0e2da2 +[Software\\Classes\\CLSID\\{6BC1CFFA-8FC1-4261-AC22-CFB4CC38DB50}] 1526460533 +#time=1d3ecf2b7b15e56 @="Default Video Renderer" -[Software\\Classes\\CLSID\\{6BC1CFFA-8FC1-4261-AC22-CFB4CC38DB50}\\InprocServer32] 1460706471 -#time=1d196eb1d0e2e7e +[Software\\Classes\\CLSID\\{6BC1CFFA-8FC1-4261-AC22-CFB4CC38DB50}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b15f64 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}] 1460706472 -#time=1d196eb1d1cb656 +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}] 1526460533 +#time=1d3ecf2b7fcc79c @="Windows Media Player" -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\Control] 1460706472 -#time=1d196eb1d1cb20a +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\Control] 1526460533 +#time=1d3ecf2b7fcc2b0 -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\InprocServer32] 1460706472 -#time=1d196eb1d1ca332 +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fcb1a8 @="C:\\windows\\system32\\wmp.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\Insertable] 1460706472 -#time=1d196eb1d1cb2dc +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\Insertable] 1526460533 +#time=1d3ecf2b7fcc3aa -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\MiscStatus] 1460706472 -#time=1d196eb1d1cb4a8 +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\MiscStatus] 1526460533 +#time=1d3ecf2b7fcc5b2 @="0" -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\MiscStatus\\1] 1460706472 -#time=1d196eb1d1cb516 +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\MiscStatus\\1] 1526460533 +#time=1d3ecf2b7fcc634 @="131473" -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\ProgId] 1460706472 -#time=1d196eb1d1ca486 +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\ProgId] 1526460533 +#time=1d3ecf2b7fcb324 @="WMPlayer.OCX.7" -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\Programmable] 1460706472 -#time=1d196eb1d1cb656 +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\Programmable] 1526460533 +#time=1d3ecf2b7fcc79c -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\TypeLib] 1460706472 -#time=1d196eb1d1ca5c6 +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\TypeLib] 1526460533 +#time=1d3ecf2b7fcb4a0 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\Version] 1460706472 -#time=1d196eb1d1ca710 +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\Version] 1526460533 +#time=1d3ecf2b7fcb61c @="1.0" -[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\VersionIndependentProgId] 1460706472 -#time=1d196eb1d1ca864 +[Software\\Classes\\CLSID\\{6BF52A52-394A-11D3-B153-00C04F79FAA6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fcb7b6 @="WMPlayer.OCX" -[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}] 1460706647 -#time=1d196eb85a2b900 +[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}] 1526460880 +#time=1d3ecf3868b3c7e @="System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" -[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a225e4 +[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3868a490e @="" -[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}\\InprocServer32] 1460706647 -#time=1d196eb85a29ad8 +[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}\\InprocServer32] 1526460880 +#time=1d3ecf3868b0902 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8559adaa +[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3860dc06e "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}\\ProgId] 1460706647 -#time=1d196eb85a23610 +[Software\\Classes\\CLSID\\{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}\\ProgId] 1526460880 +#time=1d3ecf3868a6524 @="System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" -[Software\\Classes\\CLSID\\{6E449686-C509-11CF-AAFA-00AA00B6015C}] 1460706471 -#time=1d196eb1cf7a0e6 +[Software\\Classes\\CLSID\\{6E449686-C509-11CF-AAFA-00AA00B6015C}] 1526460533 +#time=1d3ecf2b7ca0730 @="Microsoft Active Setup Engine" -[Software\\Classes\\CLSID\\{6E449686-C509-11CF-AAFA-00AA00B6015C}\\InprocServer32] 1460706471 -#time=1d196eb1cf7a2a8 +[Software\\Classes\\CLSID\\{6E449686-C509-11CF-AAFA-00AA00B6015C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ca0848 @="C:\\windows\\system32\\inseng.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}] 1460706647 -#time=1d196eb85776c46 +[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}] 1526460879 +#time=1d3ecf3863fe8c8 @="System.Security.Cryptography.RSAPKCS1SignatureDeformatter" -[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8576fdf6 +[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3863f16dc @="" -[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}\\InprocServer32] 1460706647 -#time=1d196eb85775daa +[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}\\InprocServer32] 1526460879 +#time=1d3ecf3863fcdca @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAPKCS1SignatureDeformatter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84de90d4 +[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854c49f2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAPKCS1SignatureDeformatter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}\\ProgId] 1460706647 -#time=1d196eb85770d6e +[Software\\Classes\\CLSID\\{6F674828-9081-3B45-BC39-791BD84CCF8F}\\ProgId] 1526460879 +#time=1d3ecf3863f41a2 @="System.Security.Cryptography.RSAPKCS1SignatureDeformatter" -[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}] 1460706648 -#time=1d196eb863bdb3a +[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}] 1526460882 +#time=1d3ecf3879a3c6e @="System.Runtime.Serialization.OnSerializedAttribute" -[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863b8dce +[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf38799b01e @="" -[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}\\InprocServer32] 1460706648 -#time=1d196eb863bcc12 +[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}\\InprocServer32] 1526460882 +#time=1d3ecf3879a1ed2 @="mscoree.dll" "Class"="System.Runtime.Serialization.OnSerializedAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85282d48 +[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385bc8d66 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.OnSerializedAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}\\ProgId] 1460706648 -#time=1d196eb863b9d5a +[Software\\Classes\\CLSID\\{6F8527BF-5AAD-3236-B639-A05177332EFE}\\ProgId] 1526460882 +#time=1d3ecf38799cc20 @="System.Runtime.Serialization.OnSerializedAttribute" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1460706475 -#time=1d196eb1ee3ac6a +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}] 1526460547 +#time=1d3ecf2c03f902e "Author"="The Wine Project" "BitLength"=dword:00000001 "ChannelCount"=dword:00000001 @@ -7889,12 +7956,12 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000001 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3ace2 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC901}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03f90c4 "0"=hex:01 -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1460706475 -#time=1d196eb1ee3b3e0 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}] 1526460547 +#time=1d3ecf2c03f9830 "Author"="The Wine Project" "BitLength"=dword:00000002 "ChannelCount"=dword:00000001 @@ -7903,12 +7970,12 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000001 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3b462 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC902}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03f98da "0"=hex:03 -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1460706475 -#time=1d196eb1ee3bb6a +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1526460547 +#time=1d3ecf2c03fa050 "Author"="The Wine Project" "BitLength"=dword:00000004 "ChannelCount"=dword:00000001 @@ -7917,12 +7984,12 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000001 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3bbec +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03fa0d2 "0"=hex:0f -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1460706475 -#time=1d196eb1ee3c236 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1526460547 +#time=1d3ecf2c03fa83e "Author"="The Wine Project" "BitLength"=dword:00000008 "ChannelCount"=dword:00000001 @@ -7931,12 +7998,12 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000001 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3c2ae +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03fa8ca "0"=hex:ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1460706475 -#time=1d196eb1ee3c920 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1526460547 +#time=1d3ecf2c03fb05e "Author"="The Wine Project" "BitLength"=dword:00000001 "ChannelCount"=dword:00000001 @@ -7945,12 +8012,12 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3c98e +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03fb0ea "0"=hex:01 -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1460706475 -#time=1d196eb1ee3cfd8 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}] 1526460547 +#time=1d3ecf2c03fb8ba "Author"="The Wine Project" "BitLength"=dword:00000002 "ChannelCount"=dword:00000001 @@ -7959,12 +8026,12 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3d046 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC906}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03fb93c "0"=hex:03 -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1460706475 -#time=1d196eb1ee3d690 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1526460547 +#time=1d3ecf2c03fc0ee "Author"="The Wine Project" "BitLength"=dword:00000004 "ChannelCount"=dword:00000001 @@ -7973,12 +8040,12 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3d730 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03fc170 "0"=hex:0f -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee3dd8e +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03fcb34 "Author"="The Wine Project" "BitLength"=dword:00000008 "ChannelCount"=dword:00000001 @@ -7987,12 +8054,12 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3de06 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03fcbc0 "0"=hex:ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1460706475 -#time=1d196eb1ee3eb3a +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1526460547 +#time=1d3ecf2c03fdb6a "Author"="The Wine Project" "BitLength"=dword:00000010 "ChannelCount"=dword:00000003 @@ -8001,14 +8068,14 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3ec98 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03fdd22 "0"=hex:1f,00 "1"=hex:e0,03 "2"=hex:00,7c -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1460706475 -#time=1d196eb1ee3f2ec +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}] 1526460547 +#time=1d3ecf2c03fe4b6 "Author"="The Wine Project" "BitLength"=dword:00000010 "ChannelCount"=dword:00000003 @@ -8017,14 +8084,14 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3f440 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90A}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03fe664 "0"=hex:1f,00 "1"=hex:e0,07 "2"=hex:00,f8 -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1460706475 -#time=1d196eb1ee3e45a +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1526460547 +#time=1d3ecf2c03fd354 "Author"="The Wine Project" "BitLength"=dword:00000010 "ChannelCount"=dword:00000001 @@ -8033,12 +8100,12 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}\\ChannelMasks] 1460706475 -#time=1d196eb1ee3e4d2 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03fd3e0 "0"=hex:ff,ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee405b6 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03ffa0a "Author"="The Wine Project" "BitLength"=dword:00000018 "ChannelCount"=dword:00000003 @@ -8047,14 +8114,14 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}\\ChannelMasks] 1460706475 -#time=1d196eb1ee4071e +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}\\ChannelMasks] 1526460547 +#time=1d3ecf2c03ffbea "0"=hex:ff,00,00 "1"=hex:00,ff,00 "2"=hex:00,00,ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90D}] 1460706475 -#time=1d196eb1ee40dd6 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90D}] 1526460547 +#time=1d3ecf2c04004a0 "Author"="The Wine Project" "BitLength"=dword:00000018 "ChannelCount"=dword:00000003 @@ -8063,14 +8130,14 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90D}\\ChannelMasks] 1460706475 -#time=1d196eb1ee40f3e +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90D}\\ChannelMasks] 1526460547 +#time=1d3ecf2c0400676 "0"=hex:ff,00,00 "1"=hex:00,ff,00 "2"=hex:00,00,ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1460706475 -#time=1d196eb1ee415c4 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1526460547 +#time=1d3ecf2c040117a "Author"="The Wine Project" "BitLength"=dword:00000020 "ChannelCount"=dword:00000003 @@ -8079,14 +8146,14 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}\\ChannelMasks] 1460706475 -#time=1d196eb1ee4174a +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}\\ChannelMasks] 1526460547 +#time=1d3ecf2c0401800 "0"=hex:ff,00,00,00 "1"=hex:00,ff,00,00 "2"=hex:00,00,ff,00 -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee420d2 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c0402dcc "Author"="The Wine Project" "BitLength"=dword:00000020 "ChannelCount"=dword:00000004 @@ -8095,15 +8162,15 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000001 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}\\ChannelMasks] 1460706475 -#time=1d196eb1ee422bc +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}\\ChannelMasks] 1526460547 +#time=1d3ecf2c0403272 "0"=hex:ff,00,00,00 "1"=hex:00,ff,00,00 "2"=hex:00,00,ff,00 "3"=hex:00,00,00,ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1460706475 -#time=1d196eb1ee429a6 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1526460547 +#time=1d3ecf2c0403dbc "Author"="The Wine Project" "BitLength"=dword:00000020 "ChannelCount"=dword:00000004 @@ -8112,15 +8179,15 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000001 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}\\ChannelMasks] 1460706475 -#time=1d196eb1ee42b86 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}\\ChannelMasks] 1526460547 +#time=1d3ecf2c04040be "0"=hex:ff,00,00,00 "1"=hex:00,ff,00,00 "2"=hex:00,00,ff,00 "3"=hex:00,00,00,ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1460706475 -#time=1d196eb1ee43216 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1526460547 +#time=1d3ecf2c0404870 "Author"="The Wine Project" "BitLength"=dword:00000030 "ChannelCount"=dword:00000003 @@ -8129,14 +8196,14 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}\\ChannelMasks] 1460706475 -#time=1d196eb1ee4337e +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}\\ChannelMasks] 1526460547 +#time=1d3ecf2c0404a0a "0"=hex:ff,ff,00,00,00,00 "1"=hex:00,00,ff,ff,00,00 "2"=hex:00,00,00,00,ff,ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1460706475 -#time=1d196eb1ee43a68 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1526460547 +#time=1d3ecf2c04051a8 "Author"="The Wine Project" "BitLength"=dword:00000040 "ChannelCount"=dword:00000004 @@ -8145,15 +8212,15 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000001 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}\\ChannelMasks] 1460706475 -#time=1d196eb1ee43c48 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}\\ChannelMasks] 1526460547 +#time=1d3ecf2c04053ba "0"=hex:ff,ff,00,00,00,00,00,00 "1"=hex:00,00,ff,ff,00,00,00,00 "2"=hex:00,00,00,00,ff,ff,00,00 "3"=hex:00,00,00,00,00,00,ff,ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}] 1460706475 -#time=1d196eb1ee442d8 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}] 1526460547 +#time=1d3ecf2c0405b94 "Author"="The Wine Project" "BitLength"=dword:00000040 "ChannelCount"=dword:00000004 @@ -8162,15 +8229,15 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000001 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}\\ChannelMasks] 1460706475 -#time=1d196eb1ee444b8 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}\\ChannelMasks] 1526460547 +#time=1d3ecf2c0405da6 "0"=hex:ff,ff,00,00,00,00,00,00 "1"=hex:00,00,ff,ff,00,00,00,00 "2"=hex:00,00,00,00,ff,ff,00,00 "3"=hex:00,00,00,00,00,00,ff,ff -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4FBE-B185-3D77768DC91C}] 1460706475 -#time=1d196eb1ee44dfa +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC91C}] 1526460547 +#time=1d3ecf2c0406526 "Author"="The Wine Project" "BitLength"=dword:00000020 "ChannelCount"=dword:00000004 @@ -8179,173 +8246,173 @@ WINE REGISTRY Version 2 "SupportsTransparency"=dword:00000000 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" -[Software\\Classes\\CLSID\\{6FDDC324-4E03-4FBE-B185-3D77768DC91C}\\ChannelMasks] 1460706475 -#time=1d196eb1ee44fe4 +[Software\\Classes\\CLSID\\{6FDDC324-4E03-4BFE-B185-3D77768DC91C}\\ChannelMasks] 1526460547 +#time=1d3ecf2c0406738 "0"=hex:ff,00,00,00 "1"=hex:00,ff,00,00 "2"=hex:00,00,ff,00 "3"=hex:00,00,00,ff -[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}] 1460706648 -#time=1d196eb8624cfb2 +[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}] 1526460881 +#time=1d3ecf3877327f0 @="Microsoft Common Language Runtime Debugger" -[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\InprocServer32] 1460706648 -#time=1d196eb86243c64 +[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\InprocServer32] 1526460881 +#time=1d3ecf387720ca8 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\NotInsertable] 1460706648 -#time=1d196eb86245a78 +[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\NotInsertable] 1526460881 +#time=1d3ecf38772415a @="" -[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\ProgID] 1460706648 -#time=1d196eb86249f9c +[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\ProgID] 1526460881 +#time=1d3ecf38772ae60 @="ComPlusDebug.CorDebug.1" -[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\Server] 1460706648 -#time=1d196eb86241b08 +[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\Server] 1526460881 +#time=1d3ecf38771d4cc @="mscordbi.dll" -[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\VersionIndependentProgID] 1460706648 -#time=1d196eb86247bfc +[Software\\Classes\\CLSID\\{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}\\VersionIndependentProgID] 1526460881 +#time=1d3ecf387727760 @="ComPlusDebug.CorDebug" -[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}] 1460706647 -#time=1d196eb85a82ca0 +[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}] 1526460880 +#time=1d3ecf38694451c @="System.Globalization.DateTimeFormatInfo" -[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a7bf40 +[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386938924 @="" -[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}\\InprocServer32] 1460706647 -#time=1d196eb85a81e04 +[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}\\InprocServer32] 1526460880 +#time=1d3ecf3869429ba @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.DateTimeFormatInfo" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8524ab5a +[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b757b0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.DateTimeFormatInfo" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}\\ProgId] 1460706647 -#time=1d196eb85a7cefe +[Software\\Classes\\CLSID\\{70A738D1-1BC5-3175-BD42-603E2B82C08B}\\ProgId] 1526460880 +#time=1d3ecf38693a3b4 @="System.Globalization.DateTimeFormatInfo" -[Software\\Classes\\CLSID\\{70E102B0-5556-11CE-97C0-00AA0055595A}] 1460706471 -#time=1d196eb1d0e2a8c +[Software\\Classes\\CLSID\\{70E102B0-5556-11CE-97C0-00AA0055595A}] 1526460533 +#time=1d3ecf2b7b15ad2 @="Video Renderer" -[Software\\Classes\\CLSID\\{70E102B0-5556-11CE-97C0-00AA0055595A}\\InprocServer32] 1460706471 -#time=1d196eb1d0e2b7c +[Software\\Classes\\CLSID\\{70E102B0-5556-11CE-97C0-00AA0055595A}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b15be0 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{71F96385-DDD6-48D3-A0C1-AE06E8B055FB}] 1460706471 -#time=1d196eb1d121962 +[Software\\Classes\\CLSID\\{71F96385-DDD6-48D3-A0C1-AE06E8B055FB}] 1526460533 +#time=1d3ecf2b7f3903c @="Explorer Browser" -[Software\\Classes\\CLSID\\{71F96385-DDD6-48D3-A0C1-AE06E8B055FB}\\InprocServer32] 1460706471 -#time=1d196eb1d121b92 +[Software\\Classes\\CLSID\\{71F96385-DDD6-48D3-A0C1-AE06E8B055FB}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f391e0 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}] 1460706647 -#time=1d196eb8591b074 +[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}] 1526460880 +#time=1d3ecf3866bfba2 @="System.Resources.MissingManifestResourceException" -[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8591412a +[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3866b3a32 @="" -[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}\\InprocServer32] 1460706647 -#time=1d196eb8591a160 +[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}\\InprocServer32] 1526460880 +#time=1d3ecf3866be1ee @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Resources.MissingManifestResourceException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851e486e +[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385af32b0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Resources.MissingManifestResourceException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}\\ProgId] 1460706647 -#time=1d196eb85915110 +[Software\\Classes\\CLSID\\{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}\\ProgId] 1526460880 +#time=1d3ecf3866b54c2 @="System.Resources.MissingManifestResourceException" -[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}] 1460706472 -#time=1d196eb1d1de7d8 +[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}] 1526460533 +#time=1d3ecf2b7eaf24c @="Windows Script Host Shell Object" -[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1460706472 -#time=1d196eb1d1de85a +[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1526460533 +#time=1d3ecf2b7eaf2d8 -[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\InprocServer32] 1460706472 -#time=1d196eb1d1da7d2 +[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\InprocServer32] 1526460533 +#time=1d3ecf2b7eaab52 @="C:\\windows\\system32\\wshom.ocx" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\ProgId] 1460706472 -#time=1d196eb1d1da91c +[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\ProgId] 1526460533 +#time=1d3ecf2b7eaacce @="WScript.Shell.1" -[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\TypeLib] 1460706472 -#time=1d196eb1d1daade +[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\TypeLib] 1526460533 +#time=1d3ecf2b7eaae4a @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" -[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\Version] 1460706472 -#time=1d196eb1d1dae76 +[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\Version] 1526460533 +#time=1d3ecf2b7eaafc6 @="1.0" -[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\VersionIndependentProgId] 1460706472 -#time=1d196eb1d1db20e +[Software\\Classes\\CLSID\\{72C24DD5-D70A-438B-8A42-98424B88AFB8}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7eab160 @="WScript.Shell" -[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}] 1460706648 -#time=1d196eb861bdd30 +[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}] 1526460881 +#time=1d3ecf38764b044 @="System.Runtime.InteropServices.MarshalDirectiveException" -[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861b41c2 +[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387638e30 @="" -[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}\\InprocServer32] 1460706648 -#time=1d196eb861bbfe4 +[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}\\InprocServer32] 1526460881 +#time=1d3ecf387647c50 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.MarshalDirectiveException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851264cc +[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3859be6f6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.MarshalDirectiveException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}\\ProgId] 1460706648 -#time=1d196eb861b6198 +[Software\\Classes\\CLSID\\{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}\\ProgId] 1526460881 +#time=1d3ecf38763d868 @="System.Runtime.InteropServices.MarshalDirectiveException" -[Software\\Classes\\CLSID\\{743F1DC6-5ABA-429F-8BDF-C54D03253DC2}] 1460706471 -#time=1d196eb1cf19386 +[Software\\Classes\\CLSID\\{743F1DC6-5ABA-429F-8BDF-C54D03253DC2}] 1526460533 +#time=1d3ecf2b7cadf34 @="DirectPlay8Client Object" -[Software\\Classes\\CLSID\\{743F1DC6-5ABA-429F-8BDF-C54D03253DC2}\\InprocServer32] 1460706471 -#time=1d196eb1cf19480 +[Software\\Classes\\CLSID\\{743F1DC6-5ABA-429F-8BDF-C54D03253DC2}\\InprocServer32] 1526460533 +#time=1d3ecf2b7cae0d8 @="C:\\windows\\system32\\dpnet.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7447A267-0015-42C8-A8F1-FB3B94C68361}] 1460706475 -#time=1d196eb1ee379f2 +[Software\\Classes\\CLSID\\{7447A267-0015-42C8-A8F1-FB3B94C68361}] 1526460547 +#time=1d3ecf2c03f5dc0 @="WIC IMD Metadata Reader" "Author"="The Wine Project" "FriendlyName"="Image Descriptor Reader" @@ -8356,1706 +8423,1733 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{7447A267-0015-42C8-A8F1-FB3B94C68361}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1460706475 -#time=1d196eb1ee37ccc +[Software\\Classes\\CLSID\\{7447A267-0015-42C8-A8F1-FB3B94C68361}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1526460547 +#time=1d3ecf2c03f6112 "DataOffset"=dword:00000001 "Mask"=hex:ff "Pattern"=hex:2c "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{7447A267-0015-42C8-A8F1-FB3B94C68361}\\InprocServer32] 1460706472 -#time=1d196eb1d19c068 +[Software\\Classes\\CLSID\\{7447A267-0015-42C8-A8F1-FB3B94C68361}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f11334 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}] 1460706648 -#time=1d196eb8602cf48 +[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}] 1526460881 +#time=1d3ecf38735a4f2 @="System.ArgumentOutOfRangeException" -[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86013f8e +[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38732f28e @="" -[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}\\InprocServer32] 1460706648 -#time=1d196eb8602919a +[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}\\InprocServer32] 1526460881 +#time=1d3ecf387353896 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArgumentOutOfRangeException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854cb3ac +[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f84216 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ArgumentOutOfRangeException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}\\ProgId] 1460706648 -#time=1d196eb860181f6 +[Software\\Classes\\CLSID\\{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}\\ProgId] 1526460881 +#time=1d3ecf38733847e @="System.ArgumentOutOfRangeException" -[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}] 1460706647 -#time=1d196eb85c0fd2a +[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}] 1526460880 +#time=1d3ecf386bf412c @="System.UnauthorizedAccessException" -[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c064a0 +[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386be83c2 @="" -[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}\\InprocServer32] 1460706647 -#time=1d196eb85c0e5d8 +[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}\\InprocServer32] 1526460880 +#time=1d3ecf386bf27aa @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.UnauthorizedAccessException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853b2b3c +[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385dc7162 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.UnauthorizedAccessException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}\\ProgId] 1460706647 -#time=1d196eb85c07ae4 +[Software\\Classes\\CLSID\\{75215200-A2FE-30F6-A34B-8F1A1830358E}\\ProgId] 1526460880 +#time=1d3ecf386be9fba @="System.UnauthorizedAccessException" -[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}] 1460706647 -#time=1d196eb85eac182 +[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}] 1526460881 +#time=1d3ecf387071c9a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear" -[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ea2466 +[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38706085a @="" -[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}\\InprocServer32] 1460706647 -#time=1d196eb85eab2d2 +[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}\\InprocServer32] 1526460881 +#time=1d3ecf387070282 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f78404 +[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38572be3e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}\\ProgId] 1460706647 -#time=1d196eb85ea44c8 +[Software\\Classes\\CLSID\\{75999EBA-0679-3D43-BDC4-02E4D637F1B1}\\ProgId] 1526460881 +#time=1d3ecf387063dac @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear" -[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}] 1460706647 -#time=1d196eb8599f1ee +[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}] 1526460880 +#time=1d3ecf3867cec32 @="System.Globalization.TaiwanCalendar" -[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8598b842 +[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3867ab76e @="" -[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}\\InprocServer32] 1460706647 -#time=1d196eb8599d16e +[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}\\InprocServer32] 1526460880 +#time=1d3ecf3867cb708 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.TaiwanCalendar" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8521c408 +[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b331b2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.TaiwanCalendar" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}\\ProgId] 1460706647 -#time=1d196eb85991210 +[Software\\Classes\\CLSID\\{769B8B68-64F7-3B61-B744-160A9FCC3216}\\ProgId] 1526460880 +#time=1d3ecf3867b4544 @="System.Globalization.TaiwanCalendar" -[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}] 1460706471 -#time=1d196eb1cdd0830 +[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}] 1526460533 +#time=1d3ecf2b7ab374c @="SWbemLocator" -[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\InprocServer32] 1460706471 -#time=1d196eb1cdd00d8 +[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ab31ca @="C:\\windows\\system32\\wbem\\wbemdisp.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\ProgId] 1460706471 -#time=1d196eb1cdd0254 +[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\ProgId] 1526460533 +#time=1d3ecf2b7ab3350 @="WbemScripting.SWbemLocator.1" -[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdd040c +[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7ab34cc @="{565783C6-CB41-11D1-8B02-00600806D9B6}" -[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\Version] 1460706471 -#time=1d196eb1cdd0600 +[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\Version] 1526460533 +#time=1d3ecf2b7ab3652 @="1.2" -[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdd08d0 +[Software\\Classes\\CLSID\\{76A64158-CB41-11D1-8B02-00600806D9B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ab37ce @="WbemScripting.SWbemLocator" -[Software\\Classes\\CLSID\\{76E67A63-06E9-11D2-A840-006008059382}] 1460706471 -#time=1d196eb1cfe2326 +[Software\\Classes\\CLSID\\{76E67A63-06E9-11D2-A840-006008059382}] 1526460533 +#time=1d3ecf2b8053922 @="Microsoft HTML Resource Pluggable Protocol" -[Software\\Classes\\CLSID\\{76E67A63-06E9-11D2-A840-006008059382}\\InprocServer32] 1460706471 -#time=1d196eb1cfe240c +[Software\\Classes\\CLSID\\{76E67A63-06E9-11D2-A840-006008059382}\\InprocServer32] 1526460533 +#time=1d3ecf2b8053a30 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}] 1460706647 -#time=1d196eb85dcc3ca +[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}] 1526460880 +#time=1d3ecf386ee8c70 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken" -[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85dc1f1a +[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ed68ea @="" -[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}\\InprocServer32] 1460706647 -#time=1d196eb85dcb4de +[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}\\InprocServer32] 1526460880 +#time=1d3ecf386ee6f1a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f36ce8 +[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856c8172 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}\\ProgId] 1460706647 -#time=1d196eb85dc3fc2 +[Software\\Classes\\CLSID\\{777F668E-3272-39CD-A8B5-860935A35181}\\ProgId] 1526460880 +#time=1d3ecf386ed9f0e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken" -[Software\\Classes\\CLSID\\{7835EAE8-BF14-49D1-93CE-533A407B2248}\\Instance\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}] 1460706475 -#time=1d196eb1ee31868 +[Software\\Classes\\CLSID\\{77F10CF0-3DB5-4966-B520-B7C54FD35ED6}] 1526460533 +#time=1d3ecf2b7f3ee10 +@="Custom Destination List" + +[Software\\Classes\\CLSID\\{77F10CF0-3DB5-4966-B520-B7C54FD35ED6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3ef3c +@="C:\\windows\\system32\\shell32.dll" +"ThreadingModel"="Apartment" + +[Software\\Classes\\CLSID\\{7835EAE8-BF14-49D1-93CE-533A407B2248}\\Instance\\{1A3F11DC-B514-4B17-8C5F-2154513852F1}] 1526460547 +#time=1d3ecf2c03eeeb2 "CLSID"="{1A3F11DC-B514-4B17-8C5F-2154513852F1}" -[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}] 1460706648 -#time=1d196eb8619e070 +[Software\\Classes\\CLSID\\{78530B75-61F9-11D2-8CAD-00A024580902}] 1526460533 +#time=1d3ecf2b7b64416 +@="AMTimeline" + +[Software\\Classes\\CLSID\\{78530B75-61F9-11D2-8CAD-00A024580902}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b64542 +@="C:\\windows\\system32\\qedit.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}] 1526460881 +#time=1d3ecf387611fb0 @="System.Runtime.InteropServices.RuntimeEnvironment" -[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86193260 +[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3875fd13c @="" -[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}\\InprocServer32] 1460706648 -#time=1d196eb8619d198 +[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}\\InprocServer32] 1526460881 +#time=1d3ecf38760fdfa @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.RuntimeEnvironment" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851225de +[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3859b83c8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.RuntimeEnvironment" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}\\ProgId] 1460706648 -#time=1d196eb86195222 +[Software\\Classes\\CLSID\\{78D22140-40CF-303E-BE96-B3AC0407A34D}\\ProgId] 1526460881 +#time=1d3ecf387600832 @="System.Runtime.InteropServices.RuntimeEnvironment" -[Software\\Classes\\CLSID\\{79376820-07D0-11CF-A24D-0020AFD79767}] 1460706471 -#time=1d196eb1d0e2104 +[Software\\Classes\\CLSID\\{79376820-07D0-11CF-A24D-0020AFD79767}] 1526460533 +#time=1d3ecf2b7b14fd8 @="DirectSound Audio Renderer" -[Software\\Classes\\CLSID\\{79376820-07D0-11CF-A24D-0020AFD79767}\\InprocServer32] 1460706471 -#time=1d196eb1d0e2212 +[Software\\Classes\\CLSID\\{79376820-07D0-11CF-A24D-0020AFD79767}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b150f0 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}] 1460706471 -#time=1d196eb1cee3f9c +[Software\\Classes\\CLSID\\{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}] 1526460533 +#time=1d3ecf2b7f2d912 @="DirectMusicBand" -[Software\\Classes\\CLSID\\{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}\\InprocServer32] 1460706471 -#time=1d196eb1cee3cf4 +[Software\\Classes\\CLSID\\{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f2d692 @="C:\\windows\\system32\\dmband.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}\\ProgId] 1460706471 -#time=1d196eb1cee3e7a +[Software\\Classes\\CLSID\\{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}\\ProgId] 1526460533 +#time=1d3ecf2b7f2d818 @="Microsoft.DirectMusicBand.1" -[Software\\Classes\\CLSID\\{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cee401e +[Software\\Classes\\CLSID\\{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f2d99e @="Microsoft.DirectMusicBand" -[Software\\Classes\\CLSID\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1cf508ae +[Software\\Classes\\CLSID\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7b2944c @="StdHlink" -[Software\\Classes\\CLSID\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1cf509a8 +[Software\\Classes\\CLSID\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b2955a @="C:\\windows\\system32\\hlink.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{79EAC9D1-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1cf50c1e +[Software\\Classes\\CLSID\\{79EAC9D1-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7b2980c @="StdHlinkBrowseContext" -[Software\\Classes\\CLSID\\{79EAC9D1-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1cf50d0e +[Software\\Classes\\CLSID\\{79EAC9D1-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b29924 @="C:\\windows\\system32\\hlink.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{79EAC9E0-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d16032e +[Software\\Classes\\CLSID\\{79EAC9E0-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba538a @="URL Moniker" -[Software\\Classes\\CLSID\\{79EAC9E0-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1d16041e +[Software\\Classes\\CLSID\\{79EAC9E0-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba54a2 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{79EAC9E2-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d16066c +[Software\\Classes\\CLSID\\{79EAC9E2-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba5740 @="http: Asynchronous Pluggable Protocol Handler" -[Software\\Classes\\CLSID\\{79EAC9E2-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1d1607ac +[Software\\Classes\\CLSID\\{79EAC9E2-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba5844 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{79EAC9E3-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d160a22 +[Software\\Classes\\CLSID\\{79EAC9E3-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba5ad8 @="ftp: Asynchronous Pluggable Protocol Handler" -[Software\\Classes\\CLSID\\{79EAC9E3-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1d160b08 +[Software\\Classes\\CLSID\\{79EAC9E3-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba5bdc @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{79EAC9E4-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d160d7e +[Software\\Classes\\CLSID\\{79EAC9E4-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba5e7a @="gopher: Asynchronous Pluggable Protocol Handler" -[Software\\Classes\\CLSID\\{79EAC9E4-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1d160e64 +[Software\\Classes\\CLSID\\{79EAC9E4-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba5fa6 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{79EAC9E5-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d161094 +[Software\\Classes\\CLSID\\{79EAC9E5-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba623a @="https: Asynchronous Pluggable Protocol Handler" -[Software\\Classes\\CLSID\\{79EAC9E5-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1d16117a +[Software\\Classes\\CLSID\\{79EAC9E5-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba6352 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{79EAC9E6-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d1613b4 +[Software\\Classes\\CLSID\\{79EAC9E6-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba65dc @="mk: Asynchronous Pluggable Protocol Handler" -[Software\\Classes\\CLSID\\{79EAC9E6-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1d16149a +[Software\\Classes\\CLSID\\{79EAC9E6-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba66e0 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{79EAC9E7-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d1616ca +[Software\\Classes\\CLSID\\{79EAC9E7-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba697e @="file:, local: Asynchronous Pluggable Protocol Handler" -[Software\\Classes\\CLSID\\{79EAC9E7-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1d1617b0 +[Software\\Classes\\CLSID\\{79EAC9E7-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba6a96 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d1623a4 +[Software\\Classes\\CLSID\\{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba77fc @="URLMoniker ProxyStub Factory" -[Software\\Classes\\CLSID\\{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1460706471 -#time=1d196eb1d162494 +[Software\\Classes\\CLSID\\{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba790a @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}] 1460706648 -#time=1d196eb8604f958 +[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}] 1526460881 +#time=1d3ecf38739f066 @="System.Security.SuppressUnmanagedCodeSecurityAttribute" -[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86045b10 +[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38738bf34 @="" -[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}\\InprocServer32] 1460706648 -#time=1d196eb8604eabc +[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}\\InprocServer32] 1526460881 +#time=1d3ecf38739d63a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.SuppressUnmanagedCodeSecurityAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850239b2 +[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38583cd64 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.SuppressUnmanagedCodeSecurityAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}\\ProgId] 1460706648 -#time=1d196eb86047adc +[Software\\Classes\\CLSID\\{7AE01D6C-BEE7-38F6-9A86-329D8A917803}\\ProgId] 1526460881 +#time=1d3ecf38739026e @="System.Security.SuppressUnmanagedCodeSecurityAttribute" -[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}] 1460706647 -#time=1d196eb857ce3d8 +[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}] 1526460879 +#time=1d3ecf38648ee46 @="System.Security.Cryptography.PKCS1MaskGenerationMethod" -[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb857c7736 +[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386482e34 @="" -[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}\\InprocServer32] 1460706647 -#time=1d196eb857cd532 +[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}\\InprocServer32] 1526460879 +#time=1d3ecf38648d532 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.PKCS1MaskGenerationMethod" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e0d240 +[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854fe5da "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.PKCS1MaskGenerationMethod" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}\\ProgId] 1460706647 -#time=1d196eb857c869a +[Software\\Classes\\CLSID\\{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}\\ProgId] 1526460879 +#time=1d3ecf386484a18 @="System.Security.Cryptography.PKCS1MaskGenerationMethod" -[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}] 1460706647 -#time=1d196eb85e3553c +[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}] 1526460880 +#time=1d3ecf386fa695a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger" -[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e2d7e2 +[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386f9892c @="" -[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}\\InprocServer32] 1460706647 -#time=1d196eb85e3465a +[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}\\InprocServer32] 1526460880 +#time=1d3ecf386fa4e98 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f58b2c +[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856fe2f4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}\\ProgId] 1460706647 -#time=1d196eb85e2e7aa +[Software\\Classes\\CLSID\\{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}\\ProgId] 1526460880 +#time=1d3ecf386f9a3a8 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger" -[Software\\Classes\\CLSID\\{7B8A2D94-0AC9-11D1-896C-00C04FB6BFC4}] 1460706471 -#time=1d196eb1d161d46 +[Software\\Classes\\CLSID\\{7B8A2D94-0AC9-11D1-896C-00C04FB6BFC4}] 1526460533 +#time=1d3ecf2b7ba70d6 @="Security Manager" -[Software\\Classes\\CLSID\\{7B8A2D94-0AC9-11D1-896C-00C04FB6BFC4}\\InprocServer32] 1460706471 -#time=1d196eb1d161e2c +[Software\\Classes\\CLSID\\{7B8A2D94-0AC9-11D1-896C-00C04FB6BFC4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba71e4 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7B8A2D95-0AC9-11D1-896C-00C04FB6BFC4}] 1460706471 -#time=1d196eb1d16205c +[Software\\Classes\\CLSID\\{7B8A2D95-0AC9-11D1-896C-00C04FB6BFC4}] 1526460533 +#time=1d3ecf2b7ba7464 @="URL Zone Manager" -[Software\\Classes\\CLSID\\{7B8A2D95-0AC9-11D1-896C-00C04FB6BFC4}\\InprocServer32] 1460706471 -#time=1d196eb1d162142 +[Software\\Classes\\CLSID\\{7B8A2D95-0AC9-11D1-896C-00C04FB6BFC4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba757c @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}] 1460706647 -#time=1d196eb85ac772e +[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}] 1526460880 +#time=1d3ecf3869c3ad8 @="System.Reflection.InvalidFilterCriteriaException" -[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ac0924 +[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3869b5ad2 @="" -[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}\\InprocServer32] 1460706647 -#time=1d196eb85ac686a +[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}\\InprocServer32] 1526460880 +#time=1d3ecf3869c20fc @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.InvalidFilterCriteriaException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb852d1fce +[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385c47b84 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.InvalidFilterCriteriaException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}\\ProgId] 1460706647 -#time=1d196eb85ac18ce +[Software\\Classes\\CLSID\\{7B938A6F-77BF-351C-A712-69483C91115D}\\ProgId] 1526460880 +#time=1d3ecf3869b756c @="System.Reflection.InvalidFilterCriteriaException" -[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}] 1460706647 -#time=1d196eb8576cf8e +[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}] 1526460879 +#time=1d3ecf3863ec6fa @="System.Security.Cryptography.RSAPKCS1SignatureFormatter" -[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85765fe0 +[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3863e068e @="" -[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}\\InprocServer32] 1460706647 -#time=1d196eb8576bec2 +[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}\\InprocServer32] 1526460879 +#time=1d3ecf3863eaab2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAPKCS1SignatureFormatter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84de4df4 +[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854be26e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAPKCS1SignatureFormatter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}\\ProgId] 1460706647 -#time=1d196eb85766f76 +[Software\\Classes\\CLSID\\{7BC115CD-1EE2-3068-894D-E3D3F7632F40}\\ProgId] 1526460879 +#time=1d3ecf3863e21f0 @="System.Security.Cryptography.RSAPKCS1SignatureFormatter" -[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}] 1460706471 -#time=1d196eb1cd8b9b0 +[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}] 1526460533 +#time=1d3ecf2b79c5c90 @="SAX XML Reader 4.0" -[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}\\InprocServer32] 1460706471 -#time=1d196eb1cd8b640 +[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c5876 @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}\\ProgId] 1460706471 -#time=1d196eb1cd8b780 +[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}\\ProgId] 1526460533 +#time=1d3ecf2b79c5a06 @="Msxml2.SAXXMLReader.4.0" -[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}\\TypeLib] 1460706471 -#time=1d196eb1cd8b8de +[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}\\TypeLib] 1526460533 +#time=1d3ecf2b79c5baa @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}\\Version] 1460706471 -#time=1d196eb1cd8ba1e +[Software\\Classes\\CLSID\\{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}\\Version] 1526460533 +#time=1d3ecf2b79c5d1c @="4.0" -[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}] 1460706648 -#time=1d196eb86040dd6 +[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}] 1526460881 +#time=1d3ecf38737ff5e @="System.Security.UnverifiableCodeAttribute" -[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86038e74 +[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387370392 @="" -[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}\\InprocServer32] 1460706648 -#time=1d196eb8603fecc +[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}\\InprocServer32] 1526460881 +#time=1d3ecf38737e398 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.UnverifiableCodeAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8501f556 +[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385836d74 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.UnverifiableCodeAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}\\ProgId] 1460706648 -#time=1d196eb86039dd8 +[Software\\Classes\\CLSID\\{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}\\ProgId] 1526460881 +#time=1d3ecf3873724ee @="System.Security.UnverifiableCodeAttribute" -[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}] 1460706647 -#time=1d196eb85c8884c +[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}] 1526460880 +#time=1d3ecf386cc1c6c @="System.NotFiniteNumberException" -[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c813da +[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386cb5d18 @="" -[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}\\InprocServer32] 1460706647 -#time=1d196eb85c87924 +[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}\\InprocServer32] 1526460880 +#time=1d3ecf386cc0222 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NotFiniteNumberException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854214c4 +[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e796c8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NotFiniteNumberException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}\\ProgId] 1460706647 -#time=1d196eb85c823e8 +[Software\\Classes\\CLSID\\{7E34AB89-0684-3B86-8A0F-E638EB4E6252}\\ProgId] 1526460880 +#time=1d3ecf386cb78fc @="System.NotFiniteNumberException" -[Software\\Classes\\CLSID\\{7E3FCEA1-31B4-11D2-AE1F-0080C7337EA1}] 1460706605 -#time=1d196eb6c723bea -@="XML Viewer Moniker" - -[Software\\Classes\\CLSID\\{7E3FCEA1-31B4-11D2-AE1F-0080C7337EA1}\\InProcServer32] 1460706605 -#time=1d196eb6c724996 -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" - -[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}] 1460706475 -#time=1d196eb1ee20144 +[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}] 1526460547 +#time=1d3ecf2c03e11cc "CLSID"="{381DDA3C-9CE9-4834-A23E-1F98F8FC52BE}" -[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{389EA17B-5078-4CDE-B6EF-25C15175C751}] 1460706475 -#time=1d196eb1ee234b6 +[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{389EA17B-5078-4CDE-B6EF-25C15175C751}] 1526460547 +#time=1d3ecf2c03e4322 "CLSID"="{389EA17B-5078-4CDE-B6EF-25C15175C751}" -[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{6B462062-7CBF-400D-9FDB-813DD10F2778}] 1460706475 -#time=1d196eb1ee1edee +[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{6B462062-7CBF-400D-9FDB-813DD10F2778}] 1526460547 +#time=1d3ecf2c03dfb88 "CLSID"="{6B462062-7CBF-400D-9FDB-813DD10F2778}" -[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}] 1460706475 -#time=1d196eb1ee2230e +[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}] 1526460547 +#time=1d3ecf2c03e2fe0 "CLSID"="{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}" -[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}] 1460706475 -#time=1d196eb1ee27c0a +[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}] 1526460547 +#time=1d3ecf2c03e8346 "CLSID"="{B11FC79A-67CC-43E6-A9CE-E3D54945D304}" -[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}] 1460706475 -#time=1d196eb1ee25b6c +[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}] 1526460547 +#time=1d3ecf2c03e665e "CLSID"="{B54E85D9-FE23-499F-8B88-6ACEA713752B}" -[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}] 1460706475 -#time=1d196eb1ee20fb8 +[Software\\Classes\\CLSID\\{7ED96837-96F0-4812-B211-F13C24117ED3}\\Instance\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}] 1526460547 +#time=1d3ecf2c03e2298 "CLSID"="{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}" -[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}] 1460706647 -#time=1d196eb85d57dc2 +[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}] 1526460880 +#time=1d3ecf386e1924a @="System.InvalidCastException" -[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d3ea0c +[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386def4ea @="" -[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}\\InprocServer32] 1460706647 -#time=1d196eb85d540e6 +[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}\\InprocServer32] 1526460880 +#time=1d3ecf386e12a8a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.InvalidCastException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85448da8 +[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385ebbb90 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.InvalidCastException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}\\ProgId] 1460706647 -#time=1d196eb85d43796 +[Software\\Classes\\CLSID\\{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}\\ProgId] 1526460880 +#time=1d3ecf386df73d4 @="System.InvalidCastException" -[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}] 1460706647 -#time=1d196eb85c67d2c +[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}] 1526460880 +#time=1d3ecf386c88958 @="System.NullReferenceException" -[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c60978 +[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386c7b00a @="" -[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}\\InprocServer32] 1460706647 -#time=1d196eb85c66e72 +[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}\\InprocServer32] 1526460880 +#time=1d3ecf386c86310 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NullReferenceException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85415430 +[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e66cb2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NullReferenceException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}\\ProgId] 1460706647 -#time=1d196eb85c61940 +[Software\\Classes\\CLSID\\{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}\\ProgId] 1526460880 +#time=1d3ecf386c7caae @="System.NullReferenceException" -[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}] 1460706647 -#time=1d196eb858fd3da +[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}] 1526460880 +#time=1d3ecf38668a038 @="System.Security.Cryptography.CryptographicException" -[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb858f6620 +[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38667ceba @="" -[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}\\InprocServer32] 1460706647 -#time=1d196eb858fc4e4 +[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}\\InprocServer32] 1526460880 +#time=1d3ecf386688440 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CryptographicException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e75070 +[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38559a14c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CryptographicException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}\\ProgId] 1460706647 -#time=1d196eb858f757a +[Software\\Classes\\CLSID\\{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}\\ProgId] 1526460880 +#time=1d3ecf38667fba6 @="System.Security.Cryptography.CryptographicException" -[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}] 1460706647 -#time=1d196eb85b65122 +[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}] 1526460880 +#time=1d3ecf386ae5bf0 @="System.Collections.Queue" -[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b5e14c +[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ad82c0 @="" -[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}\\InprocServer32] 1460706647 -#time=1d196eb85b641c8 +[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}\\InprocServer32] 1526460880 +#time=1d3ecf386ae40e8 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.Queue" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8534e4ac +[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d264d8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.Queue" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}\\ProgId] 1460706647 -#time=1d196eb85b5f16e +[Software\\Classes\\CLSID\\{7F976B72-4B71-3858-BEE8-8E3A3189A651}\\ProgId] 1526460880 +#time=1d3ecf386ad9e7c @="System.Collections.Queue" -[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}] 1460706647 -#time=1d196eb85724996 +[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}] 1526460879 +#time=1d3ecf38636a614 @="System.Security.Cryptography.SHA384Managed" -[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8571db5a +[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38635e468 @="" -[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}\\InprocServer32] 1460706647 -#time=1d196eb85723afa +[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}\\InprocServer32] 1526460879 +#time=1d3ecf386368c88 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA384Managed" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84dd049e +[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38549d44c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA384Managed" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}\\ProgId] 1460706647 -#time=1d196eb8571eb68 +[Software\\Classes\\CLSID\\{7FD3958D-0A14-3001-8074-0D15EAD7F05C}\\ProgId] 1526460879 +#time=1d3ecf38636004c @="System.Security.Cryptography.SHA384Managed" -[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}] 1460706647 -#time=1d196eb85bdddf2 +[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}] 1526460880 +#time=1d3ecf386bbe086 @="System.Threading.Overlapped" -[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85bd6e9e +[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386bb090e @="" -[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}\\InprocServer32] 1460706647 -#time=1d196eb85bdcef2 +[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}\\InprocServer32] 1526460880 +#time=1d3ecf386bbace2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.Overlapped" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8539b93c +[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d9ed02 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.Overlapped" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}\\ProgId] 1460706647 -#time=1d196eb85bd7ea2 +[Software\\Classes\\CLSID\\{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}\\ProgId] 1526460880 +#time=1d3ecf386bb23bc @="System.Threading.Overlapped" -[Software\\Classes\\CLSID\\{8066FB71-AFA1-343E-8070-44AB4F3F85C9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb855b6492 +[Software\\Classes\\CLSID\\{8066FB71-AFA1-343E-8070-44AB4F3F85C9}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf38610a9e6 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.RegistrationException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{810B5013-E88D-11D2-8BC1-00600893B1B6}] 1460706471 -#time=1d196eb1cefd488 +[Software\\Classes\\CLSID\\{810B5013-E88D-11D2-8BC1-00600893B1B6}] 1526460533 +#time=1d3ecf2b7f1a740 @="DirectMusic Script Object" -[Software\\Classes\\CLSID\\{810B5013-E88D-11D2-8BC1-00600893B1B6}\\InprocServer32] 1460706471 -#time=1d196eb1cefd26c +[Software\\Classes\\CLSID\\{810B5013-E88D-11D2-8BC1-00600893B1B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1a4ca @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{810B5013-E88D-11D2-8BC1-00600893B1B6}\\ProgId] 1460706471 -#time=1d196eb1cefd3b6 +[Software\\Classes\\CLSID\\{810B5013-E88D-11D2-8BC1-00600893B1B6}\\ProgId] 1526460533 +#time=1d3ecf2b7f1a646 @="Microsoft.DirectMusicScript.1" -[Software\\Classes\\CLSID\\{810B5013-E88D-11D2-8BC1-00600893B1B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefd500 +[Software\\Classes\\CLSID\\{810B5013-E88D-11D2-8BC1-00600893B1B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f1a7c2 @="Microsoft.DirectMusicScript" -[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}] 1460706648 -#time=1d196eb861d3b08 +[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}] 1526460881 +#time=1d3ecf38767218a @="System.Object" -[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861c0ab2 +[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38765060c @="" -[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}\\InprocServer32] 1460706648 -#time=1d196eb861cf846 +[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}\\InprocServer32] 1526460881 +#time=1d3ecf38766d554 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Object" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8553523e +[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf386014d48 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Object" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}\\ProgId] 1460706648 -#time=1d196eb861c391a +[Software\\Classes\\CLSID\\{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}\\ProgId] 1526460881 +#time=1d3ecf387656c14 @="System.Object" -[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}] 1460706648 -#time=1d196eb860a6b04 +[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}] 1526460881 +#time=1d3ecf3874454de @="System.Runtime.CompilerServices.DiscardableAttribute" -[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8609dbb2 +[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387430fca @="" -[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}\\InprocServer32] 1460706648 -#time=1d196eb860a5ba0 +[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}\\InprocServer32] 1526460881 +#time=1d3ecf3874433b4 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.DiscardableAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8508c9f8 +[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858ddaac "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.DiscardableAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}\\ProgId] 1460706648 -#time=1d196eb8609ed78 +[Software\\Classes\\CLSID\\{837A6733-1675-3BC9-BBF8-13889F84DAF4}\\ProgId] 1526460881 +#time=1d3ecf387433496 @="System.Runtime.CompilerServices.DiscardableAttribute" -[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}] 1460706648 -#time=1d196eb8634ce12 +[Software\\Classes\\CLSID\\{83BC5EC0-6F2A-11D0-A1C4-00AA00C16E65}] 1526460533 +#time=1d3ecf2b7feff26 +@="CommonQuery" + +[Software\\Classes\\CLSID\\{83BC5EC0-6F2A-11D0-A1C4-00AA00C16E65}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ff003e +@="C:\\windows\\system32\\dsquery.dll" +"ThreadingModel"="Apartment" + +[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}] 1526460881 +#time=1d3ecf3878e5872 @="System.Security.HostSecurityManager" -[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86340f18 +[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3878d7be6 @="" -[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}\\InprocServer32] 1460706648 -#time=1d196eb8634b756 +[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}\\InprocServer32] 1526460881 +#time=1d3ecf3878e3a5e @="mscoree.dll" "Class"="System.Security.HostSecurityManager" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8501304e +[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858237d8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.HostSecurityManager" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}\\ProgId] 1460706648 -#time=1d196eb863426a6 +[Software\\Classes\\CLSID\\{84589833-40D7-36E2-8545-67A92B97C408}\\ProgId] 1526460881 +#time=1d3ecf3878d9dba @="System.Security.HostSecurityManager" -[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}] 1460706647 -#time=1d196eb85dbcf24 +[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}] 1526460880 +#time=1d3ecf386ecdb00 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage" -[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85db473e +[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ebe48e @="" -[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}\\InprocServer32] 1460706647 -#time=1d196eb85dbbcc8 +[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}\\InprocServer32] 1526460880 +#time=1d3ecf386ecc124 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f32e5e +[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856c0f94 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}\\ProgId] 1460706647 -#time=1d196eb85db56de +[Software\\Classes\\CLSID\\{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}\\ProgId] 1526460880 +#time=1d3ecf386ec02ac @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage" -[Software\\Classes\\CLSID\\{8596E5F0-0DA5-11D0-BD21-00A0C911CE86}] 1460706474 -#time=1d196eb1ed8734a +[Software\\Classes\\CLSID\\{8596E5F0-0DA5-11D0-BD21-00A0C911CE86}] 1526460547 +#time=1d3ecf2c03753fa @="File Writer" -[Software\\Classes\\CLSID\\{8596E5F0-0DA5-11D0-BD21-00A0C911CE86}\\InProcServer32] 1460706474 -#time=1d196eb1ed875ac +[Software\\Classes\\CLSID\\{8596E5F0-0DA5-11D0-BD21-00A0C911CE86}\\InProcServer32] 1526460547 +#time=1d3ecf2c03755b2 @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{860BB310-5D01-11D0-BD3B-00A0C911CE86}] 1460706471 -#time=1d196eb1ced5654 +[Software\\Classes\\CLSID\\{860BB310-5D01-11D0-BD3B-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7c97f4a @="VFW Capture Class Manager" -[Software\\Classes\\CLSID\\{860BB310-5D01-11D0-BD3B-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1ced574e +[Software\\Classes\\CLSID\\{860BB310-5D01-11D0-BD3B-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c9804e @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}] 1460706475 -#time=1d196eb1f0fca3e +[Software\\Classes\\CLSID\\{86C14003-4D6B-4EF3-A7B4-0506663B2E68}] 1526460533 +#time=1d3ecf2b7f3afd6 +@="Application Destination List" + +[Software\\Classes\\CLSID\\{86C14003-4D6B-4EF3-A7B4-0506663B2E68}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3b10c +@="C:\\windows\\system32\\shell32.dll" +"ThreadingModel"="Apartment" + +[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}] 1526460547 +#time=1d3ecf2c069c236 @="Internet" -[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\DefaultIcon] 1460706475 -#time=1d196eb1f0fc4e4 +[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\DefaultIcon] 1526460547 +#time=1d3ecf2c069b7f0 @="shdoclc.dll,-190" -[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\InprocServer32] 1460706471 -#time=1d196eb1cf59a58 +[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ce3a8a @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\Shell] 1460706475 -#time=1d196eb1f0fc75a +[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\Shell] 1526460547 +#time=1d3ecf2c069bcdc @="OpenHomePage" -[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\Shell\\OpenHomePage] 1460706475 -#time=1d196eb1f0fc8b8 +[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\Shell\\OpenHomePage] 1526460547 +#time=1d3ecf2c069bf84 @="Open &Home Page" -[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\Shell\\OpenHomePage\\Command] 1460706475 -#time=1d196eb1f0fc94e +[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\Shell\\OpenHomePage\\Command] 1526460547 +#time=1d3ecf2c069c0a6 @="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\"" -[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\ShellFolder] 1460706475 -#time=1d196eb1f0fcb24 +[Software\\Classes\\CLSID\\{871C5380-42A0-1069-A2EA-08002B30309D}\\ShellFolder] 1526460547 +#time=1d3ecf2c069c48e @="0x24" -[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}] 1460706648 -#time=1d196eb8613a106 +[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}] 1526460881 +#time=1d3ecf38755f90a @="System.IO.DirectoryNotFoundException" -[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861306ec +[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38754e4e8 @="" -[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}\\InprocServer32] 1460706648 -#time=1d196eb86138342 +[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}\\InprocServer32] 1526460881 +#time=1d3ecf38755c4e4 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.DirectoryNotFoundException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850e26d2 +[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385957b2c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.DirectoryNotFoundException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}\\ProgId] 1460706648 -#time=1d196eb861325be +[Software\\Classes\\CLSID\\{8833BC41-DC6B-34B9-A799-682D2554F02F}\\ProgId] 1526460881 +#time=1d3ecf387551ba2 @="System.IO.DirectoryNotFoundException" -[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}] 1460706471 -#time=1d196eb1cf6b2bc +[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}] 1526460533 +#time=1d3ecf2b7cf6e50 @="Microsoft Web Browser" -[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\Control] 1460706471 -#time=1d196eb1cf6b2bc +[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\Control] 1526460533 +#time=1d3ecf2b7cf6e50 -[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\InprocServer32] 1460706471 -#time=1d196eb1cf632d8 +[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\InprocServer32] 1528075957 +#time=1d3fba3eba4839a @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\ProgId] 1460706471 -#time=1d196eb1cdbc286 +[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\ProgId] 1526460533 +#time=1d3ecf2b7a95cec @="Shell.Explorer.2" -[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\TypeLib] 1460706471 -#time=1d196eb1cdbc3e4 +[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\TypeLib] 1526460533 +#time=1d3ecf2b7a95fd0 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\Version] 1460706471 -#time=1d196eb1cdbc5ba +[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\Version] 1526460533 +#time=1d3ecf2b7a96174 @="1.1" -[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdbc704 +[Software\\Classes\\CLSID\\{8856F961-340A-11D0-A96B-00C04FD705A2}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7a96476 @="Shell.Explorer" -[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}] 1460706647 -#time=1d196eb85a8ca0c +[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}] 1526460880 +#time=1d3ecf3869559e8 @="System.Runtime.Serialization.SurrogateSelector" -[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a85ac2 +[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386949e36 @="" -[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}\\InprocServer32] 1460706647 -#time=1d196eb85a8baee +[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}\\InprocServer32] 1526460880 +#time=1d3ecf386954048 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.SurrogateSelector" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85263c9a +[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b9bab4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.SurrogateSelector" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}\\ProgId] 1460706647 -#time=1d196eb85a86a30 +[Software\\Classes\\CLSID\\{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}\\ProgId] 1526460880 +#time=1d3ecf38694b90c @="System.Runtime.Serialization.SurrogateSelector" -[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd890ac +[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c1d70 @="XML DOM Document 4.0" -[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd88abc +[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c1780 @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd88cf6 +[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c1910 @="Msxml2.DOMDocument.4.0" -[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd88f44 +[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c1b40 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd8911a +[Software\\Classes\\CLSID\\{88D969C0-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c1e6a @="4.0" -[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd8978c +[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c2950 @="Free threaded XML DOM Document 4.0" -[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd89430 +[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c23ba @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd8957a +[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c2626 @="Msxml2.FreeThreadedDOMDocument.4.0" -[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd896ba +[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c282e @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd897fa +[Software\\Classes\\CLSID\\{88D969C1-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c29f0 @="4.0" -[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd8ac2c +[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c4ad4 @="XML Schema Cache 4.0" -[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd8a8da +[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c43ae @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd8aa1a +[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c46b0 @="Msxml2.XMLSchemaCache.4.0" -[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd8ab5a +[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c49b2 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd8ac9a +[Software\\Classes\\CLSID\\{88D969C2-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c4b74 @="4.0" -[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd8b2da +[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c53da @="XSL Template 4.0" -[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd8af92 +[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c4f8e @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd8b0d2 +[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c5150 @="Msxml2.XSLTemplate.4.0" -[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd8b208 +[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c52f4 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd8b348 +[Software\\Classes\\CLSID\\{88D969C3-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c5470 @="4.0" -[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd89e9e +[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c349a @="XML HTTP 4.0" -[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd89b4c +[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c2e8c @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd89c96 +[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c318e @="Msxml2.XMLHTTP.4.0" -[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd89dcc +[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c333c @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd89f0c +[Software\\Classes\\CLSID\\{88D969C5-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c353a @="4.0" -[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd8a54c +[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c3e86 @="Server XML HTTP 4.0" -[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd8a204 +[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c39cc @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd8a344 +[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c3b98 @="Msxml2.ServerXMLHTTP.4.0" -[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd8a484 +[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c3d6e @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd8a5c4 +[Software\\Classes\\CLSID\\{88D969C6-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c3f26 @="4.0" -[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd8c734 +[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c6f1e @="MXXMLWriter 4.0" -[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd8c3d8 +[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c6b0e @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd8c50e +[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c6c80 @="Msxml2.MXXMLWriter.4.0" -[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd8c644 +[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c6e2e @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd8c7a2 +[Software\\Classes\\CLSID\\{88D969C8-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c6fb4 @="4.0" -[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd8c05e +[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c66d6 @="MXHTMLWriter 4.0" -[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd8bd16 +[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c6262 @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd8be56 +[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c6406 @="Msxml2.MXHTMLWriter.4.0" -[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd8bf8c +[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c65c8 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd8c0cc +[Software\\Classes\\CLSID\\{88D969C9-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c6744 @="4.0" -[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd8d51c +[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c84a4 @="SAXAttributes 4.0" -[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd8d1b6 +[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c7f2c @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd8d300 +[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c81fc @="Msxml2.SAXAttributes.4.0" -[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd8d44a +[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c8378 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd8d58a +[Software\\Classes\\CLSID\\{88D969CA-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c853a @="4.0" -[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cd8cdec +[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79c7946 @="MXNamespaceManager 4.0" -[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cd8caa4 +[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79c73ce @="C:\\windows\\system32\\msxml4.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cd8cbda +[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79c757c @="Msxml2.MXNamespaceManager.4.0" -[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cd8cd1a +[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79c7860 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cd8ce5a +[Software\\Classes\\CLSID\\{88D969D6-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79c79d2 @="4.0" -[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdab634 +[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79fb1f6 @="XML DOM Document 6.0" -[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdab198 +[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79fab34 @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdab332 +[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79fad5a @="Msxml2.DOMDocument.6.0" -[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdab508 +[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79fb020 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdab6d4 +[Software\\Classes\\CLSID\\{88D96A05-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79fb2d2 @="6.0" -[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdabfda +[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79fbe3a @="Free threaded XML DOM Document 6.0" -[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdaba6c +[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79fb7b4 @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdabcc4 +[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79fba48 @="Msxml2.FreeThreadedDOMDocument.6.0" -[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdabe72 +[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79fbcd2 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdac0c0 +[Software\\Classes\\CLSID\\{88D96A06-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79fbee4 @="6.0" -[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdad68c +[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79fdf32 @="XML Schema Cache 6.0" -[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdad2e0 +[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79fd9ec @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdad434 +[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79fdbfe @="Msxml2.XMLSchemaCache.6.0" -[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdad5b0 +[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79fddf2 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdad6fa +[Software\\Classes\\CLSID\\{88D96A07-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79fe022 @="6.0" -[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdadfce +[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79fea18 @="XSL Template 6.0" -[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdadb0a +[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79fe504 @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdadcb8 +[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79fe6e4 @="Msxml2.XSLTemplate.6.0" -[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdade5c +[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79fe8ce @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdae0c8 +[Software\\Classes\\CLSID\\{88D96A08-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79feb44 @="6.0" -[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdac7dc +[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79fc9de @="XML HTTP 6.0" -[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdac46c +[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79fc45c @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdac5c0 +[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79fc664 @="Msxml2.XMLHTTP.6.0" -[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdac700 +[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79fc880 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdac84a +[Software\\Classes\\CLSID\\{88D96A0A-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79fca92 @="6.0" -[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdacf0c +[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79fd474 @="Server XML HTTP 6.0" -[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdacb9c +[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79fcf10 @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdacce6 +[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79fd122 @="Msxml2.ServerXMLHTTP.6.0" -[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdace30 +[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79fd320 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdacf7a +[Software\\Classes\\CLSID\\{88D96A0B-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79fd528 @="6.0" -[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdae884 +[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b79ff7f6 @="SAX XML Reader 6.0" -[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdae488 +[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79ff116 @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdae60e +[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b79ff3a0 @="Msxml2.SAXXMLReader.6.0" -[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdae776 +[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b79ff5d0 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdae92e +[Software\\Classes\\CLSID\\{88D96A0C-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b79ff918 @="6.0" -[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdb04ea +[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b7a02b7c @="SAXAttributes 6.0" -[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdb017a +[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b7a02460 @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdb02c4 +[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b7a026ae @="Msxml2.SAXAttributes.6.0" -[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdb040e +[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b7a028b6 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdb0558 +[Software\\Classes\\CLSID\\{88D96A0E-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b7a02c30 @="6.0" -[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdaf6da +[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b7a0104c @="MXXMLWriter 6.0" -[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdaf360 +[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b7a009d0 @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdaf4b4 +[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b7a00bf6 @="Msxml2.MXXMLWriter.6.0" -[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdaf608 +[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b7a00e58 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdaf752 +[Software\\Classes\\CLSID\\{88D96A0F-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b7a01164 @="6.0" -[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdaefc8 +[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b7a00408 @="MXHTMLWriter 6.0" -[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdaec58 +[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b79ffe40 @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdaeda2 +[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b7a00070 @="Msxml2.MXHTMLWriter.6.0" -[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdaeeec +[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b7a00278 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdaf036 +[Software\\Classes\\CLSID\\{88D96A10-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b7a00552 @="6.0" -[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}] 1460706471 -#time=1d196eb1cdafdec +[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}] 1526460533 +#time=1d3ecf2b7a01d44 @="MXNamespaceManager 6.0" -[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1460706471 -#time=1d196eb1cdafa7c +[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}\\InprocServer32] 1526460533 +#time=1d3ecf2b7a01736 @="C:\\windows\\system32\\msxml6.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}\\ProgId] 1460706471 -#time=1d196eb1cdafbd0 +[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}\\ProgId] 1526460533 +#time=1d3ecf2b7a018e4 @="Msxml2.MXNamespaceManager.6.0" -[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}\\TypeLib] 1460706471 -#time=1d196eb1cdafd10 +[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}\\TypeLib] 1526460533 +#time=1d3ecf2b7a01bf0 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}\\Version] 1460706471 -#time=1d196eb1cdafe5a +[Software\\Classes\\CLSID\\{88D96A11-F192-11D4-A65F-0040963251E5}\\Version] 1526460533 +#time=1d3ecf2b7a01dda @="6.0" -[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}] 1460706647 -#time=1d196eb85a56650 +[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}] 1526460880 +#time=1d3ecf386900f88 @="System.EnterpriseServices.RegistrationHelper" -[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a4c61e +[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3868efd82 @="" -[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}\\InprocServer32] 1460706647 -#time=1d196eb85a557e6 +[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}\\InprocServer32] 1526460880 +#time=1d3ecf3868ff55c @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.RegistrationHelper" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb855b243c +[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf386104154 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.RegistrationHelper" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}\\ProgId] 1460706647 -#time=1d196eb85a4d5c8 +[Software\\Classes\\CLSID\\{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}\\ProgId] 1526460880 +#time=1d3ecf3868f18c6 @="System.EnterpriseServices.RegistrationHelper" -[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}] 1460706647 -#time=1d196eb85c1c228 +[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}] 1526460880 +#time=1d3ecf386c06a52 @="System.SerializableAttribute" -[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c1339e +[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386bf9708 @="" -[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}\\InprocServer32] 1460706647 -#time=1d196eb85c1b0a8 +[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}\\InprocServer32] 1526460880 +#time=1d3ecf386c04784 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.SerializableAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853d961a +[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e05cbe "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.SerializableAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}\\ProgId] 1460706647 -#time=1d196eb85c149b0 +[Software\\Classes\\CLSID\\{89BCC804-53A5-3EB2-A342-6282CC410260}\\ProgId] 1526460880 +#time=1d3ecf386bfb4b8 @="System.SerializableAttribute" -[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}] 1460706647 -#time=1d196eb856bd94e +[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}] 1526460879 +#time=1d3ecf3862b1696 @="System.Security.Policy.PolicyException" -[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb856b16e4 +[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3862a3a64 @="" -[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}\\InprocServer32] 1460706647 -#time=1d196eb856bbff4 +[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}\\InprocServer32] 1526460879 +#time=1d3ecf3862af616 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.PolicyException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851b3124 +[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385aa5bdc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.PolicyException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}\\ProgId] 1460706647 -#time=1d196eb856b297c +[Software\\Classes\\CLSID\\{89D26277-8408-3FC8-BD44-CF5F0E614C82}\\ProgId] 1526460879 +#time=1d3ecf3862a54ae @="System.Security.Policy.PolicyException" -[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}] 1460706648 -#time=1d196eb8625f630 +[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}] 1526460881 +#time=1d3ecf3877523fc @="System.Runtime.InteropServices.ComConversionLossAttribute" -[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb862587cc +[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387746a20 @="" -[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}\\InprocServer32] 1460706648 -#time=1d196eb8625e7b2 +[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}\\InprocServer32] 1526460881 +#time=1d3ecf387750aac @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComConversionLossAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8517822c +[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a44e2c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComConversionLossAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}\\ProgId] 1460706648 -#time=1d196eb86259744 +[Software\\Classes\\CLSID\\{8A3FD229-B2A9-347F-93D2-87F3B7F92753}\\ProgId] 1526460881 +#time=1d3ecf3877484ec @="System.Runtime.InteropServices.ComConversionLossAttribute" -[Software\\Classes\\CLSID\\{8A667154-F9CB-11D2-AD8A-0060B0575ABC}] 1460706471 -#time=1d196eb1cf28868 +[Software\\Classes\\CLSID\\{8A667154-F9CB-11D2-AD8A-0060B0575ABC}] 1526460533 +#time=1d3ecf2b7dcdc98 @="Microsoft DirectSound Wave" -[Software\\Classes\\CLSID\\{8A667154-F9CB-11D2-AD8A-0060B0575ABC}\\InprocServer32] 1460706471 -#time=1d196eb1cf28642 +[Software\\Classes\\CLSID\\{8A667154-F9CB-11D2-AD8A-0060B0575ABC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dcda0e @="C:\\windows\\system32\\dswave.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8A667154-F9CB-11D2-AD8A-0060B0575ABC}\\ProgId] 1460706471 -#time=1d196eb1cf2878c +[Software\\Classes\\CLSID\\{8A667154-F9CB-11D2-AD8A-0060B0575ABC}\\ProgId] 1526460533 +#time=1d3ecf2b7dcdb9e @="Microsoft.DirectSoundWave.1" -[Software\\Classes\\CLSID\\{8A667154-F9CB-11D2-AD8A-0060B0575ABC}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf288e0 +[Software\\Classes\\CLSID\\{8A667154-F9CB-11D2-AD8A-0060B0575ABC}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7dcdd24 @="Microsoft.DirectSoundWave" -[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}] 1460706647 -#time=1d196eb85e74cdc +[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}] 1526460880 +#time=1d3ecf386ffa122 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary" -[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e592e8 +[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386fe1f82 @="" -[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}\\InprocServer32] 1460706647 -#time=1d196eb85e73d8c +[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}\\InprocServer32] 1526460880 +#time=1d3ecf386ff7ff8 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f668a8 +[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857108d2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}\\ProgId] 1460706647 -#time=1d196eb85e6d608 +[Software\\Classes\\CLSID\\{8C1425C9-A7D3-35CD-8248-928CA52AD49B}\\ProgId] 1526460880 +#time=1d3ecf386fe466a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary" -[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}] 1460706647 -#time=1d196eb85924d54 +[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}] 1526460880 +#time=1d3ecf3866d7716 @="System.Text.UTF8Encoding" -[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8591de00 +[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3866c5818 @="" -[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}\\InprocServer32] 1460706647 -#time=1d196eb85923e54 +[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}\\InprocServer32] 1526460880 +#time=1d3ecf3866d5510 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.UTF8Encoding" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851eb2b8 +[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385af9976 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.UTF8Encoding" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}\\ProgId] 1460706647 -#time=1d196eb8591edf0 +[Software\\Classes\\CLSID\\{8C40D44A-4EDE-3760-9B61-50255056D3C7}\\ProgId] 1526460880 +#time=1d3ecf3866c82a2 @="System.Text.UTF8Encoding" -[Software\\Classes\\CLSID\\{8C7461EF-2B13-11D2-BE35-3078302C2030}] 1460706471 -#time=1d196eb1ce8628e +[Software\\Classes\\CLSID\\{8C7461EF-2B13-11D2-BE35-3078302C2030}] 1526460533 +#time=1d3ecf2b7f012b8 @="Component Categories cache daemon" -[Software\\Classes\\CLSID\\{8C7461EF-2B13-11D2-BE35-3078302C2030}\\InprocServer32] 1460706471 -#time=1d196eb1ce86374 +[Software\\Classes\\CLSID\\{8C7461EF-2B13-11D2-BE35-3078302C2030}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f013c6 @="C:\\windows\\system32\\browseui.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}] 1460706647 -#time=1d196eb85cb2b1a +[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}] 1526460880 +#time=1d3ecf386d0986e @="System.MissingFieldException" -[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ca8f48 +[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386cfc0ce @="" -[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}\\InprocServer32] 1460706647 -#time=1d196eb85cb17a6 +[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}\\InprocServer32] 1526460880 +#time=1d3ecf386d07ef6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MissingFieldException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8543119e +[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e93014 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MissingFieldException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}\\ProgId] 1460706647 -#time=1d196eb85caaafa +[Software\\Classes\\CLSID\\{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}\\ProgId] 1526460880 +#time=1d3ecf386cfdb40 @="System.MissingFieldException" -[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}] 1460706648 -#time=1d196eb862692fc +[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}] 1526460881 +#time=1d3ecf387766cb2 @="System.Runtime.InteropServices.ComUnregisterFunctionAttribute" -[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8626242a +[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387758680 @="" -[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}\\InprocServer32] 1460706648 -#time=1d196eb86268384 +[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}\\InprocServer32] 1526460881 +#time=1d3ecf38776511e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComUnregisterFunctionAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851804e0 +[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a523c4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComUnregisterFunctionAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}\\ProgId] 1460706648 -#time=1d196eb86263410 +[Software\\Classes\\CLSID\\{8F45C7FF-1E6E-34C1-A7CC-260985392A05}\\ProgId] 1526460881 +#time=1d3ecf38775aea8 @="System.Runtime.InteropServices.ComUnregisterFunctionAttribute" -[Software\\Classes\\CLSID\\{8F6B0360-B80D-11D0-A9B3-006097942311}] 1460706471 -#time=1d196eb1d1626ba +[Software\\Classes\\CLSID\\{8F6B0360-B80D-11D0-A9B3-006097942311}] 1526460533 +#time=1d3ecf2b7ba7b94 @="AP lzdhtml encoding/decoding Filter" -[Software\\Classes\\CLSID\\{8F6B0360-B80D-11D0-A9B3-006097942311}\\InprocServer32] 1460706471 -#time=1d196eb1d1627a0 +[Software\\Classes\\CLSID\\{8F6B0360-B80D-11D0-A9B3-006097942311}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba7ca2 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}] 1460706647 -#time=1d196eb8584c1a2 +[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}] 1526460879 +#time=1d3ecf38655bc5c @="System.Security.Cryptography.DSASignatureFormatter" -[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb858376c6 +[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3865389fa @="" -[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}\\InprocServer32] 1460706647 -#time=1d196eb8584a258 +[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}\\InprocServer32] 1526460879 +#time=1d3ecf386558912 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.DSASignatureFormatter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e36f8c +[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385540d18 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.DSASignatureFormatter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}\\ProgId] 1460706647 -#time=1d196eb8583c11c +[Software\\Classes\\CLSID\\{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}\\ProgId] 1526460879 +#time=1d3ecf386540434 @="System.Security.Cryptography.DSASignatureFormatter" -[Software\\Classes\\CLSID\\{8F914656-9D0A-4EB2-9019-0BF96D8A9EE6}] 1460706475 -#time=1d196eb1ee34ae0 +[Software\\Classes\\CLSID\\{8F914656-9D0A-4EB2-9019-0BF96D8A9EE6}] 1526460547 +#time=1d3ecf2c03f1ed2 @="WIC Ifd Metadata Reader" "Author"="The Wine Project" "FriendlyName"="Ifd Reader" @@ -10066,305 +10160,314 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{8F914656-9D0A-4EB2-9019-0BF96D8A9EE6}\\Containers\\{163BCC30-E2E9-4F0B-961D-A3E9FDB788A3}\\0] 1460706475 -#time=1d196eb1ee34ed2 +[Software\\Classes\\CLSID\\{8F914656-9D0A-4EB2-9019-0BF96D8A9EE6}\\Containers\\{163BCC30-E2E9-4F0B-961D-A3E9FDB788A3}\\0] 1526460547 +#time=1d3ecf2c03f21ac "Mask"=hex:00 "Pattern"=hex:00 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{8F914656-9D0A-4EB2-9019-0BF96D8A9EE6}\\InprocServer32] 1460706472 -#time=1d196eb1d19b3de +[Software\\Classes\\CLSID\\{8F914656-9D0A-4EB2-9019-0BF96D8A9EE6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1013c @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}] 1460706647 -#time=1d196eb85fb858a +[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}] 1526460881 +#time=1d3ecf38728405a @="System.Runtime.Remoting.Lifetime.LifetimeServices" -[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85fae486 +[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387275848 @="" -[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}\\InprocServer32] 1460706647 -#time=1d196eb85fb6b4a +[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}\\InprocServer32] 1526460881 +#time=1d3ecf38728258e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Lifetime.LifetimeServices" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fd3106 +[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857bcf7e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Lifetime.LifetimeServices" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}\\ProgId] 1460706647 -#time=1d196eb85fb052e +[Software\\Classes\\CLSID\\{8FD730C1-DD1B-3694-84A1-8CE7159E266B}\\ProgId] 1526460881 +#time=1d3ecf387278fde @="System.Runtime.Remoting.Lifetime.LifetimeServices" -[Software\\Classes\\CLSID\\{902B3592-9D08-4DFD-A593-D07C52546421}] 1460706471 -#time=1d196eb1d03f986 +[Software\\Classes\\CLSID\\{902B3592-9D08-4DFD-A593-D07C52546421}] 1526460533 +#time=1d3ecf2b7af6510 @="WineMsiRemotePackage" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}] 1460706646 -#time=1d196eb8554e3c4 +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}] 1526460879 +#time=1d3ecf3860456fa @="Microsoft Common Language Runtime Meta Data V2" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706646 -#time=1d196eb85537a20 +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386018fba @="" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\InprocServer32] 1460706471 -#time=1d196eb1cfbcf4a +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b88a96 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\NotInsertable] 1460706646 -#time=1d196eb8554d3e8 +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\NotInsertable] 1526460879 +#time=1d3ecf386043a26 @="" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\ProgId] 1460706471 -#time=1d196eb1cfbd0a8 +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\ProgId] 1526460533 +#time=1d3ecf2b7b88c12 @="CLRMetaData.CLRRuntimeHost.1" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cfbd1fc +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB01}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b88d98 @="CLRMetaData.CLRRuntimeHost" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}] 1460706646 -#time=1d196eb855500fc +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}] 1526460879 +#time=1d3ecf3860492e6 @="Microsoft Common Language Runtime Meta Data V2" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706646 -#time=1d196eb855503cc +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386049840 @="" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\InprocServer32] 1460706471 -#time=1d196eb1cfbd56c +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b89144 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\NotInsertable] 1460706646 -#time=1d196eb8553dc5e +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\NotInsertable] 1526460879 +#time=1d3ecf3860256de @="" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\ProgId] 1460706471 -#time=1d196eb1cfbd6c0 +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\ProgId] 1526460533 +#time=1d3ecf2b7b892b6 @="CLRMetaData.CLRRuntimeHost.2" -[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cfbd81e +[Software\\Classes\\CLSID\\{90F1A06E-7712-4762-86B5-7A5EBA6BDB02}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b89478 @="CLRMetaData.CLRRuntimeHost" -[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}] 1460706647 -#time=1d196eb85d06c56 +[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}] 1526460880 +#time=1d3ecf386d89b0e @="System.InvalidProgramException" -[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85cefe7a +[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386d5faac @="" -[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}\\InprocServer32] 1460706647 -#time=1d196eb85d02cc8 +[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}\\InprocServer32] 1526460880 +#time=1d3ecf386d830a6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.InvalidProgramException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85440cde +[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385ead572 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.InvalidProgramException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}\\ProgId] 1460706647 -#time=1d196eb85cf41dc +[Software\\Classes\\CLSID\\{91591469-EFEF-3D63-90F9-88520F0AA1EF}\\ProgId] 1526460880 +#time=1d3ecf386d66712 @="System.InvalidProgramException" -[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}] 1460706647 -#time=1d196eb85bd3db6 +[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}] 1526460880 +#time=1d3ecf386babac6 @="System.Threading.ReaderWriterLock" -[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85bcbdd2 +[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386b9f73a @="" -[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}\\InprocServer32] 1460706647 -#time=1d196eb85bd2b8c +[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}\\InprocServer32] 1526460880 +#time=1d3ecf386baa13a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.ReaderWriterLock" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8539799a +[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d96b2a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.ReaderWriterLock" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}\\ProgId] 1460706647 -#time=1d196eb85bccd4a +[Software\\Classes\\CLSID\\{9173D971-B142-38A5-8488-D10A9DCF71B0}\\ProgId] 1526460880 +#time=1d3ecf386ba1364 @="System.Threading.ReaderWriterLock" -[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}] 1460706647 -#time=1d196eb85b473e8 +[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}] 1526460880 +#time=1d3ecf386aaffbe @="System.Diagnostics.Debugger" -[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b3fe7c +[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386aa4178 @="" -[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}\\InprocServer32] 1460706647 -#time=1d196eb85b4606a +[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}\\InprocServer32] 1526460880 +#time=1d3ecf386aae60a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.Debugger" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8533d706 +[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d035dc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.Debugger" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}\\ProgId] 1460706647 -#time=1d196eb85b40e1c +[Software\\Classes\\CLSID\\{91F672A3-6B82-3E04-B2D7-BAC5D6676609}\\ProgId] 1526460880 +#time=1d3ecf386aa5c94 @="System.Diagnostics.Debugger" -[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}] 1460706647 -#time=1d196eb857809ee +[Software\\Classes\\CLSID\\{926749FA-2615-4987-8845-C33E65F2B957}] 1526460533 +#time=1d3ecf2b7c819de +@="UIRibbonFramework Object" + +[Software\\Classes\\CLSID\\{926749FA-2615-4987-8845-C33E65F2B957}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c81aec +@="C:\\windows\\system32\\uiribbon.dll" +"ThreadingModel"="Apartment" + +[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}] 1526460879 +#time=1d3ecf3864111bc @="System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter" -[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85779928 +[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386404822 @="" -[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}\\InprocServer32] 1460706647 -#time=1d196eb8577fae4 +[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}\\InprocServer32] 1526460879 +#time=1d3ecf38640f83a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ded0bc +[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854caaaa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}\\ProgId] 1460706647 -#time=1d196eb8577a8b4 +[Software\\Classes\\CLSID\\{92755472-2059-3F96-8938-8AC767B5187B}\\ProgId] 1526460879 +#time=1d3ecf386406dde @="System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter" -[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}] 1460706647 -#time=1d196eb85cdf034 +[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}] 1526460880 +#time=1d3ecf386d417a0 @="System.MethodAccessException" -[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85cc218c +[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386d1fae2 @="" -[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}\\InprocServer32] 1460706647 -#time=1d196eb85cda8d6 +[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}\\InprocServer32] 1526460880 +#time=1d3ecf386d3a96e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MethodAccessException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8543cd64 +[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385ea72b2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MethodAccessException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}\\ProgId] 1460706647 -#time=1d196eb85cc314a +[Software\\Classes\\CLSID\\{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}\\ProgId] 1526460880 +#time=1d3ecf386d21554 @="System.MethodAccessException" -[Software\\Classes\\CLSID\\{9301E380-1F22-11D3-8226-D2FA76255D47}] 1460706471 -#time=1d196eb1cefa6de +[Software\\Classes\\CLSID\\{9301E380-1F22-11D3-8226-D2FA76255D47}] 1526460533 +#time=1d3ecf2b7be2352 @="DirectMusicContainer" -[Software\\Classes\\CLSID\\{9301E380-1F22-11D3-8226-D2FA76255D47}\\InprocServer32] 1460706471 -#time=1d196eb1cefa4b8 +[Software\\Classes\\CLSID\\{9301E380-1F22-11D3-8226-D2FA76255D47}\\InprocServer32] 1526460533 +#time=1d3ecf2b7be2096 @="C:\\windows\\system32\\dmloader.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9301E380-1F22-11D3-8226-D2FA76255D47}\\ProgId] 1460706471 -#time=1d196eb1cefa602 +[Software\\Classes\\CLSID\\{9301E380-1F22-11D3-8226-D2FA76255D47}\\ProgId] 1526460533 +#time=1d3ecf2b7be2244 @="Microsoft.DirectMusicContainer.1" -[Software\\Classes\\CLSID\\{9301E380-1F22-11D3-8226-D2FA76255D47}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefa756 +[Software\\Classes\\CLSID\\{9301E380-1F22-11D3-8226-D2FA76255D47}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7be23e8 @="Microsoft.DirectMusicContainer" -[Software\\Classes\\CLSID\\{934A9523-A3CA-4BC5-ADA0-D6D95D979421}] 1460706471 -#time=1d196eb1cf19d9a +[Software\\Classes\\CLSID\\{934A9523-A3CA-4BC5-ADA0-D6D95D979421}] 1526460533 +#time=1d3ecf2b7caeab0 @="DirectPlay8Address Object" -[Software\\Classes\\CLSID\\{934A9523-A3CA-4BC5-ADA0-D6D95D979421}\\InprocServer32] 1460706471 -#time=1d196eb1cf19e80 +[Software\\Classes\\CLSID\\{934A9523-A3CA-4BC5-ADA0-D6D95D979421}\\InprocServer32] 1526460533 +#time=1d3ecf2b7caebf0 @="C:\\windows\\system32\\dpnet.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}] 1460706648 -#time=1d196eb863d6388 +[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}] 1526460882 +#time=1d3ecf3879cec7a @="System.Reflection.ObfuscationAttribute" -[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863d1356 +[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf3879c60d4 @="" -[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}\\InprocServer32] 1460706648 -#time=1d196eb863d5460 +[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}\\InprocServer32] 1526460882 +#time=1d3ecf3879cd2b2 @="mscoree.dll" "Class"="System.Reflection.ObfuscationAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb852b66b6 +[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385c1c1d2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.ObfuscationAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}\\ProgId] 1460706648 -#time=1d196eb863d2418 +[Software\\Classes\\CLSID\\{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}\\ProgId] 1526460882 +#time=1d3ecf3879c7c90 @="System.Reflection.ObfuscationAttribute" -[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}] 1460706647 -#time=1d196eb85b3cede +[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}] 1526460880 +#time=1d3ecf386a9d9a4 @="System.Diagnostics.DebuggerStepThroughAttribute" -[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b355da +[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386a8eda0 @="" -[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}\\InprocServer32] 1460706647 -#time=1d196eb85b3bf20 +[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}\\InprocServer32] 1526460880 +#time=1d3ecf386a9bd8e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.DebuggerStepThroughAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85339516 +[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385cfb602 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.DebuggerStepThroughAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}\\ProgId] 1460706647 -#time=1d196eb85b367fa +[Software\\Classes\\CLSID\\{93F551D6-2F9E-301B-BE63-85AEF508CAE0}\\ProgId] 1526460880 +#time=1d3ecf386a91488 @="System.Diagnostics.DebuggerStepThroughAttribute" -[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}] 1460706475 -#time=1d196eb1ee22bec +[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}] 1526460547 +#time=1d3ecf2c03e38d2 @="WIC JPEG Decoder" "Author"="The Wine Project" "ContainerFormat"="{19E4A5AA-5662-4FC5-A0C0-1758028E1057}" @@ -10374,1618 +10477,1641 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee22a98 +[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03e3774 -[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee228ae +[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03e354e -[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\Formats\\{6FDDC324-4E03-4FBE-B185-3D77768DC91C}] 1460706475 -#time=1d196eb1ee229a8 +[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC91C}] 1526460547 +#time=1d3ecf2c03e3666 -[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\InprocServer32] 1460706472 -#time=1d196eb1d199ad4 +[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0e45e @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\Patterns\\0] 1460706475 -#time=1d196eb1ee23128 +[Software\\Classes\\CLSID\\{9456A480-E88B-43EA-9E73-0B2D9B71B1CA}\\Patterns\\0] 1526460547 +#time=1d3ecf2c03e3eae "EndOfStream"=dword:00000000 "Length"=dword:00000002 "Mask"=hex:ff,ff "Pattern"=hex:ff,d8 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}] 1460706647 -#time=1d196eb85d2dbb2 +[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}] 1526460880 +#time=1d3ecf386dd2610 @="System.InvalidOperationException" -[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d173d0 +[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386da7dc0 @="" -[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}\\InprocServer32] 1460706647 -#time=1d196eb85d2a016 +[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}\\InprocServer32] 1526460880 +#time=1d3ecf386dc9fec @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.InvalidOperationException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85444d16 +[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385eb4a70 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.InvalidOperationException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}\\ProgId] 1460706647 -#time=1d196eb85d1b372 +[Software\\Classes\\CLSID\\{9546306B-1B68-33AF-80DB-3A9206501515}\\ProgId] 1526460880 +#time=1d3ecf386daebb6 @="System.InvalidOperationException" -[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}] 1460706647 -#time=1d196eb85da66b6 +[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}] 1526460880 +#time=1d3ecf386ea9e44 @="System.FormatException" -[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d8ff4c +[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386e7fdb0 @="" -[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}\\InprocServer32] 1460706647 -#time=1d196eb85da2aa2 +[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}\\InprocServer32] 1526460880 +#time=1d3ecf386ea35c6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.FormatException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85463b62 +[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385ee8442 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.FormatException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}\\ProgId] 1460706647 -#time=1d196eb85d93cdc +[Software\\Classes\\CLSID\\{964AA3BD-4B12-3E23-9D7F-99342AFAE812}\\ProgId] 1526460880 +#time=1d3ecf386e87290 @="System.FormatException" -[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}] 1460706647 -#time=1d196eb85f00642 +[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}] 1526460881 +#time=1d3ecf387120cc2 @="System.ContextStaticAttribute" -[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ee9c94 +[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3870ec2a6 @="" -[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}\\InprocServer32] 1460706647 -#time=1d196eb85efcb14 +[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}\\InprocServer32] 1526460881 +#time=1d3ecf3871182de @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ContextStaticAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85498e98 +[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f3c6b4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ContextStaticAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}\\ProgId] 1460706647 -#time=1d196eb85eedb1e +[Software\\Classes\\CLSID\\{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}\\ProgId] 1526460881 +#time=1d3ecf3870f4f14 @="System.ContextStaticAttribute" -[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}] 1460706648 -#time=1d196eb8622d41e +[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}] 1526460881 +#time=1d3ecf3876fb7e6 @="System.Runtime.InteropServices.InAttribute" -[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86223bb2 +[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3876ebeea @="" -[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}\\InprocServer32] 1460706648 -#time=1d196eb8622c064 +[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}\\InprocServer32] 1526460881 +#time=1d3ecf3876f9e0a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.InAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851598ea +[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a11e14 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.InAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}\\ProgId] 1460706648 -#time=1d196eb86224ca6 +[Software\\Classes\\CLSID\\{96A058CD-FAF7-386C-85BF-E47F00C81795}\\ProgId] 1526460881 +#time=1d3ecf3876eda2e @="System.Runtime.InteropServices.InAttribute" -[Software\\Classes\\CLSID\\{98455561-5136-4d28-AB08-4CEE40EA2781}] 1460706648 -#time=1d196eb86271cfe +[Software\\Classes\\CLSID\\{98455561-5136-4d28-AB08-4CEE40EA2781}] 1526460881 +#time=1d3ecf3877766d0 @="MF Video Presenter" -[Software\\Classes\\CLSID\\{98455561-5136-4d28-AB08-4CEE40EA2781}\\InprocServer32] 1460706648 -#time=1d196eb86272ec4 +[Software\\Classes\\CLSID\\{98455561-5136-4d28-AB08-4CEE40EA2781}\\InprocServer32] 1526460881 +#time=1d3ecf387778d9a @="C:\\windows\\system32\\evr.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{989D1DC0-B162-11D1-B6EC-D27DDCF9A923}] 1460706605 -#time=1d196eb6c70960a -@="XML Script Engine" - -[Software\\Classes\\CLSID\\{989D1DC0-B162-11D1-B6EC-D27DDCF9A923}\\Implemented Categories] 1460706605 -#time=1d196eb6c70afc8 -@="" - -[Software\\Classes\\CLSID\\{989D1DC0-B162-11D1-B6EC-D27DDCF9A923}\\Implemented Categories\\{F0B7A1A1-9847-11CF-8F20-00805F2CD064}] 1460706605 -#time=1d196eb6c70a88e -@="" - -[Software\\Classes\\CLSID\\{989D1DC0-B162-11D1-B6EC-D27DDCF9A923}\\Implemented Categories\\{F0B7A1A2-9847-11CF-8F20-00805F2CD064}] 1460706605 -#time=1d196eb6c70b7de -@="" - -[Software\\Classes\\CLSID\\{989D1DC0-B162-11D1-B6EC-D27DDCF9A923}\\InProcServer32] 1460706605 -#time=1d196eb6c707e7c -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Both" - -[Software\\Classes\\CLSID\\{989D1DC0-B162-11D1-B6EC-D27DDCF9A923}\\OLEScript] 1460706605 -#time=1d196eb6c70925e -@="" - -[Software\\Classes\\CLSID\\{989D1DC0-B162-11D1-B6EC-D27DDCF9A923}\\ProgID] 1460706605 -#time=1d196eb6c70887c -@="XML" - -[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}] 1460706646 -#time=1d196eb855e858c +[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}] 1526460879 +#time=1d3ecf386164e32 @="Manifest mime handler" -[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}\\DocObject] 1460706646 -#time=1d196eb855e56b6 +[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}\\DocObject] 1526460879 +#time=1d3ecf38615fdba @="0" -[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}\\InProcServer32] 1460706646 -#time=1d196eb855e7664 +[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}\\InProcServer32] 1526460879 +#time=1d3ecf386163366 @="C:\\windows\\system32\\dfshim.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}\\ProgID] 1460706646 -#time=1d196eb855e44f0 +[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}\\ProgID] 1526460879 +#time=1d3ecf38615d97a @="Application.Manifest" -[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}\\VersionIndependentProgID] 1460706646 -#time=1d196eb855e3136 +[Software\\Classes\\CLSID\\{98af66e4-aa41-4226-b80f-0b1a8f34eeb4}\\VersionIndependentProgID] 1526460879 +#time=1d3ecf38615b58a @="Application.Manifest" -[Software\\Classes\\CLSID\\{995C1CF5-54FF-11D3-8BDA-00600893B1B6}] 1460706471 -#time=1d196eb1cef0a12 +[Software\\Classes\\CLSID\\{995C1CF5-54FF-11D3-8BDA-00600893B1B6}] 1526460533 +#time=1d3ecf2b7d78842 @="DirectMusicLyricsTrack" -[Software\\Classes\\CLSID\\{995C1CF5-54FF-11D3-8BDA-00600893B1B6}\\InprocServer32] 1460706471 -#time=1d196eb1cef07ec +[Software\\Classes\\CLSID\\{995C1CF5-54FF-11D3-8BDA-00600893B1B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d785d6 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{995C1CF5-54FF-11D3-8BDA-00600893B1B6}\\ProgId] 1460706471 -#time=1d196eb1cef0936 +[Software\\Classes\\CLSID\\{995C1CF5-54FF-11D3-8BDA-00600893B1B6}\\ProgId] 1526460533 +#time=1d3ecf2b7d78752 @="Microsoft.DirectMusicLyricsTrack.1" -[Software\\Classes\\CLSID\\{995C1CF5-54FF-11D3-8BDA-00600893B1B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cef0a80 +[Software\\Classes\\CLSID\\{995C1CF5-54FF-11D3-8BDA-00600893B1B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d788ce @="Microsoft.DirectMusicLyricsTrack" -[Software\\Classes\\CLSID\\{9A02E012-6303-4E1E-B9A1-630F802592C5}] 1460706471 -#time=1d196eb1d0c51c6 +[Software\\Classes\\CLSID\\{9A02E012-6303-4E1E-B9A1-630F802592C5}] 1526460533 +#time=1d3ecf2b7b73e66 @="Packed Property Storage Object" -[Software\\Classes\\CLSID\\{9A02E012-6303-4E1E-B9A1-630F802592C5}\\InprocServer32] 1460706471 -#time=1d196eb1d0c531a +[Software\\Classes\\CLSID\\{9A02E012-6303-4E1E-B9A1-630F802592C5}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b74118 @="C:\\windows\\system32\\propsys.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}] 1460706647 -#time=1d196eb85d92d3c +[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}] 1526460880 +#time=1d3ecf386e85710 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities" -[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d8af2e +[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386e776ce @="" -[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}\\InprocServer32] 1460706647 -#time=1d196eb85d91e46 +[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}\\InprocServer32] 1526460880 +#time=1d3ecf386e838b6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f2345e +[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856ac724 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}\\ProgId] 1460706647 -#time=1d196eb85d8bea6 +[Software\\Classes\\CLSID\\{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}\\ProgId] 1526460880 +#time=1d3ecf386e791d6 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities" -[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}] 1460706471 -#time=1d196eb1cf3e226 +[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}] 1526460533 +#time=1d3ecf2b7da5612 @="GameExplorer Class" -[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\InprocServer32] 1460706471 -#time=1d196eb1cf3dd6c +[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7da509a @="C:\\windows\\system32\\gameux.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\ProgId] 1460706471 -#time=1d196eb1cf3dec0 +[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\ProgId] 1526460533 +#time=1d3ecf2b7da5220 @="gameux.GameExplorer.1" -[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\TypeLib] 1460706471 -#time=1d196eb1cf3e000 +[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\TypeLib] 1526460533 +#time=1d3ecf2b7da539c @="{4F48A59C-942D-4F3C-83C9-4EFFE84E4959}" -[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\Version] 1460706471 -#time=1d196eb1cf3e14a +[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\Version] 1526460533 +#time=1d3ecf2b7da5522 @="1.0" -[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf3e29e +[Software\\Classes\\CLSID\\{9A5EA990-3034-4D6F-9128-01F3C61022BC}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7da56a8 @="gameux.GameExplorer" -[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}] 1460706648 -#time=1d196eb861ce798 +[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}] 1526460881 +#time=1d3ecf38766b92a @="System.Runtime.InteropServices.InvalidOleVariantTypeException" -[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861c28f8 +[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387654e00 @="" -[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}\\InprocServer32] 1460706648 -#time=1d196eb861cb9bc +[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}\\InprocServer32] 1526460881 +#time=1d3ecf387665b9c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.InvalidOleVariantTypeException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8512e26c +[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3859cc288 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.InvalidOleVariantTypeException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}\\ProgId] 1460706648 -#time=1d196eb861c491e +[Software\\Classes\\CLSID\\{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}\\ProgId] 1526460881 +#time=1d3ecf387658690 @="System.Runtime.InteropServices.InvalidOleVariantTypeException" -[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}] 1460706647 -#time=1d196eb85f79c9a +[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}] 1526460881 +#time=1d3ecf38721da94 @="System.Runtime.Remoting.Metadata.SoapAttribute" -[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f6fc22 +[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387207320 @="" -[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}\\InprocServer32] 1460706647 -#time=1d196eb85f78d22 +[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}\\InprocServer32] 1526460881 +#time=1d3ecf38721b4f6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fbb150 +[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385795050 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}\\ProgId] 1460706647 -#time=1d196eb85f71d9c +[Software\\Classes\\CLSID\\{9B924EC5-BF13-3A98-8AC0-80877995D403}\\ProgId] 1526460881 +#time=1d3ecf38720c03c @="System.Runtime.Remoting.Metadata.SoapAttribute" -[Software\\Classes\\CLSID\\{9BA05971-F6A8-11CF-A442-00A0C90A8F39}] 1460706471 -#time=1d196eb1d122826 +[Software\\Classes\\CLSID\\{9BA05971-F6A8-11CF-A442-00A0C90A8F39}] 1526460533 +#time=1d3ecf2b7f39df2 @="Microsoft Shell Folder View Router" -[Software\\Classes\\CLSID\\{9BA05971-F6A8-11CF-A442-00A0C90A8F39}\\InprocServer32] 1460706471 -#time=1d196eb1d122a92 +[Software\\Classes\\CLSID\\{9BA05971-F6A8-11CF-A442-00A0C90A8F39}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f39fe6 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}] 1460706471 -#time=1d196eb1cdbd30c +[Software\\Classes\\CLSID\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}] 1526460533 +#time=1d3ecf2b7a975e2 @="ShellWindows" -[Software\\Classes\\CLSID\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}\\InprocServer32] 1460706471 -#time=1d196eb1cf641ba +[Software\\Classes\\CLSID\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}\\InprocServer32] 1528075957 +#time=1d3fba3eba49434 @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}\\TypeLib] 1460706471 -#time=1d196eb1cdbd208 +[Software\\Classes\\CLSID\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}\\TypeLib] 1526460533 +#time=1d3ecf2b7a974e8 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\CLSID\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}\\Version] 1460706471 -#time=1d196eb1cdbd3a2 +[Software\\Classes\\CLSID\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}\\Version] 1526460533 +#time=1d3ecf2b7a9766e @="1.1" -[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}] 1460706648 -#time=1d196eb863c5e52 +[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}] 1526460882 +#time=1d3ecf3879b14d6 @="System.Runtime.Serialization.OnSerializingAttribute" -[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863c09e8 +[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf3879a8eb2 @="" -[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}\\InprocServer32] 1460706648 -#time=1d196eb863c4b6a +[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}\\InprocServer32] 1526460882 +#time=1d3ecf3879afb4a @="mscoree.dll" "Class"="System.Runtime.Serialization.OnSerializingAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb852871f4 +[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385bcee14 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.OnSerializingAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}\\ProgId] 1460706648 -#time=1d196eb863c1af0 +[Software\\Classes\\CLSID\\{9BF86F6E-B0E1-348B-9627-6970672EB3D3}\\ProgId] 1526460882 +#time=1d3ecf3879aa91a @="System.Runtime.Serialization.OnSerializingAttribute" -[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}] 1460706648 -#time=1d196eb8614dca6 +[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}] 1526460881 +#time=1d3ecf387583f44 @="System.StackOverflowException" -[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8613cf5a +[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387564784 @="" -[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}\\InprocServer32] 1460706648 -#time=1d196eb8614bcee +[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}\\InprocServer32] 1526460881 +#time=1d3ecf3875802fe @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.StackOverflowException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8550f12e +[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fe73f2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.StackOverflowException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}\\ProgId] 1460706648 -#time=1d196eb8613ff20 +[Software\\Classes\\CLSID\\{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}\\ProgId] 1526460881 +#time=1d3ecf38756952c @="System.StackOverflowException" -[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}] 1460706647 -#time=1d196eb85f6ae5c +[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}] 1526460881 +#time=1d3ecf3871fc704 @="System.Runtime.Remoting.Metadata.SoapTypeAttribute" -[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f62e1e +[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3871ebb3e @="" -[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}\\InprocServer32] 1460706647 -#time=1d196eb85f69f5c +[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}\\InprocServer32] 1526460881 +#time=1d3ecf3871fa7c4 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapTypeAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fb7258 +[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38578ec82 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapTypeAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}\\ProgId] 1460706647 -#time=1d196eb85f63db4 +[Software\\Classes\\CLSID\\{9C67F424-22DC-3D05-AB36-17EAF95881F2}\\ProgId] 1526460881 +#time=1d3ecf3871edbaa @="System.Runtime.Remoting.Metadata.SoapTypeAttribute" -[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}] 1460706471 -#time=1d196eb1cf84622 +[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}] 1526460533 +#time=1d3ecf2b7c8dcde @="Microsoft InfoTech Protocol for IE 3.0" -[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\\InprocServer32] 1460706471 -#time=1d196eb1cf7eb96 +[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c87f5a @="C:\\windows\\system32\\itss.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\\NotInsertable] 1460706471 -#time=1d196eb1cf84622 +[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\\NotInsertable] 1526460533 +#time=1d3ecf2b7c8dcde -[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\\ProgId] 1460706471 -#time=1d196eb1cf7ee20 +[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\\ProgId] 1526460533 +#time=1d3ecf2b7c88112 @="MSITFS1.0" -[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf7f028 +[Software\\Classes\\CLSID\\{9D148290-B9C8-11D0-A4CC-0000F80149F6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7c882c0 @="MSITFS" -[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}] 1460706471 -#time=1d196eb1cf847da +[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}] 1526460533 +#time=1d3ecf2b7c8ded2 @="Microsoft InfoTech Protocol for IE 4.0" -[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\\InprocServer32] 1460706471 -#time=1d196eb1cf7f5aa +[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c886bc @="C:\\windows\\system32\\itss.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\\NotInsertable] 1460706471 -#time=1d196eb1cf847da +[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\\NotInsertable] 1526460533 +#time=1d3ecf2b7c8ded2 -[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\\ProgId] 1460706471 -#time=1d196eb1cf7f7ee +[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\\ProgId] 1526460533 +#time=1d3ecf2b7c88838 @="MSITFS1.0" -[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf7f942 +[Software\\Classes\\CLSID\\{9D148291-B9C8-11D0-A4CC-0000F80149F6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7c889be @="MSITFS" -[Software\\Classes\\CLSID\\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}] 1460706472 -#time=1d196eb1d241004 +[Software\\Classes\\CLSID\\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}] 1526460533 +#time=1d3ecf2b8149f2a @="/" -[Software\\Classes\\CLSID\\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}\\InprocServer32] 1460706471 -#time=1d196eb1d1268ea +[Software\\Classes\\CLSID\\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3dd08 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}\\ShellFolder] 1460706472 -#time=1d196eb1d241180 +[Software\\Classes\\CLSID\\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}\\ShellFolder] 1526460533 +#time=1d3ecf2b814a0c4 "Attributes"=dword:b0000000 "CallForAttributes"=dword:40000000 "WantsFORPARSING"="" -[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}] 1460706648 -#time=1d196eb8637c644 +[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}] 1526460881 +#time=1d3ecf38792ecd4 @="System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute" -[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86374908 +[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38792293e @="" -[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}\\InprocServer32] 1460706648 -#time=1d196eb8637b456 +[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}\\InprocServer32] 1526460881 +#time=1d3ecf38792cc7c @="mscoree.dll" "Class"="System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8514cfa0 +[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3859fdca2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}\\ProgId] 1460706648 -#time=1d196eb8637699c +[Software\\Classes\\CLSID\\{9D309F77-4655-372E-84B0-B0FB4030F3B8}\\ProgId] 1526460881 +#time=1d3ecf387925bb6 @="System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute" -[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}] 1460706647 -#time=1d196eb85c9bcd0 +[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}] 1526460880 +#time=1d3ecf386ce62d8 @="System.MulticastNotSupportedException" -[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c9511e +[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386cd7fb2 @="" -[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}\\InprocServer32] 1460706647 -#time=1d196eb85c9add0 +[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}\\InprocServer32] 1526460880 +#time=1d3ecf386ce47e4 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MulticastNotSupportedException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85429372 +[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e855ea "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MulticastNotSupportedException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}\\ProgId] 1460706647 -#time=1d196eb85c96078 +[Software\\Classes\\CLSID\\{9DA2F8B8-59F0-3852-B509-0663E3BF643B}\\ProgId] 1526460880 +#time=1d3ecf386cda8a2 @="System.MulticastNotSupportedException" -[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}] 1460706647 -#time=1d196eb85944dfc +[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}] 1526460880 +#time=1d3ecf38671f70a @="System.Text.ASCIIEncoding" -[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8593c21a +[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38670c79a @="" -[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}\\InprocServer32] 1460706647 -#time=1d196eb85942e9e +[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}\\InprocServer32] 1526460880 +#time=1d3ecf38671ae80 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.ASCIIEncoding" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb852036ce +[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b130a6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.ASCIIEncoding" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}\\ProgId] 1460706647 -#time=1d196eb8593d5ac +[Software\\Classes\\CLSID\\{9E28EF95-9C6F-3A00-B525-36A76178CC9C}\\ProgId] 1526460880 +#time=1d3ecf38670f8be @="System.Text.ASCIIEncoding" -[Software\\Classes\\CLSID\\{9E31421C-2F15-4F35-AD20-66FB9D4CD428}] 1460706647 -#time=1d196eb85a499aa +[Software\\Classes\\CLSID\\{9E31421C-2F15-4F35-AD20-66FB9D4CD428}] 1526460880 +#time=1d3ecf3868eafc6 @="System.EnterpriseServices.RegistrationHelperTx" -[Software\\Classes\\CLSID\\{9E31421C-2F15-4F35-AD20-66FB9D4CD428}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a40828 +[Software\\Classes\\CLSID\\{9E31421C-2F15-4F35-AD20-66FB9D4CD428}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3868d8e52 @="" -[Software\\Classes\\CLSID\\{9E31421C-2F15-4F35-AD20-66FB9D4CD428}\\InprocServer32] 1460706647 -#time=1d196eb85a47a38 +[Software\\Classes\\CLSID\\{9E31421C-2F15-4F35-AD20-66FB9D4CD428}\\InprocServer32] 1526460880 +#time=1d3ecf3868e7aa6 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.RegistrationHelperTx" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9E31421C-2F15-4F35-AD20-66FB9D4CD428}\\ProgId] 1460706647 -#time=1d196eb85a429ac +[Software\\Classes\\CLSID\\{9E31421C-2F15-4F35-AD20-66FB9D4CD428}\\ProgId] 1526460880 +#time=1d3ecf3868dc2c8 @="System.EnterpriseServices.RegistrationHelperTx" -[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}] 1460706647 -#time=1d196eb858bf710 +[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}] 1526460879 +#time=1d3ecf38661cf7e @="System.Security.Cryptography.CryptoConfig" -[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb858ac336 +[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3865fc1fc @="" -[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}\\InprocServer32] 1460706647 -#time=1d196eb858bc236 +[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}\\InprocServer32] 1526460879 +#time=1d3ecf386617b3c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CryptoConfig" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e55266 +[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385566a72 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CryptoConfig" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}\\ProgId] 1460706647 -#time=1d196eb858b08be +[Software\\Classes\\CLSID\\{9EA60ECA-3DCD-340F-8E95-67845D185999}\\ProgId] 1526460879 +#time=1d3ecf3866041e0 @="System.Security.Cryptography.CryptoConfig" -[Software\\Classes\\CLSID\\{A07034FD-6CAA-4954-AC3F-97A27216F98A}] 1460706471 -#time=1d196eb1d122f4c +[Software\\Classes\\CLSID\\{A07034FD-6CAA-4954-AC3F-97A27216F98A}] 1526460533 +#time=1d3ecf2b7f3a356 @="Query file associations" -[Software\\Classes\\CLSID\\{A07034FD-6CAA-4954-AC3F-97A27216F98A}\\InprocServer32] 1460706471 -#time=1d196eb1d123078 +[Software\\Classes\\CLSID\\{A07034FD-6CAA-4954-AC3F-97A27216F98A}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3a5ae @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{A0A7A57B-59B2-4919-A694-ADD0A526C373}] 1460706648 -#time=1d196eb862777c6 +[Software\\Classes\\CLSID\\{A0A7A57B-59B2-4919-A694-ADD0A526C373}] 1526460881 +#time=1d3ecf387783600 @="Tearless Window Presenter" -[Software\\Classes\\CLSID\\{A0A7A57B-59B2-4919-A694-ADD0A526C373}\\InprocServer32] 1460706648 -#time=1d196eb86278a36 +[Software\\Classes\\CLSID\\{A0A7A57B-59B2-4919-A694-ADD0A526C373}\\InprocServer32] 1526460881 +#time=1d3ecf387785356 @="C:\\windows\\system32\\evr.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}] 1460706647 -#time=1d196eb85796780 +[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}] 1526460879 +#time=1d3ecf38643510c @="System.Security.Cryptography.RSAOAEPKeyExchangeFormatter" -[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8578d55e +[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38642892a @="" -[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}\\InprocServer32] 1460706647 -#time=1d196eb85795790 +[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}\\InprocServer32] 1526460879 +#time=1d3ecf386433776 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAOAEPKeyExchangeFormatter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84df5028 +[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854d6f1c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAOAEPKeyExchangeFormatter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}\\ProgId] 1460706647 -#time=1d196eb8578e710 +[Software\\Classes\\CLSID\\{A0E2E749-63CE-3651-8F4F-F5F996344C32}\\ProgId] 1526460879 +#time=1d3ecf38642a590 @="System.Security.Cryptography.RSAOAEPKeyExchangeFormatter" -[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}] 1460706647 -#time=1d196eb85938cb4 +[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}] 1526460880 +#time=1d3ecf3867062dc @="System.Text.UnicodeEncoding" -[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85931c52 +[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3866f54e6 @="" -[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}\\InprocServer32] 1460706647 -#time=1d196eb85937e5e +[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}\\InprocServer32] 1526460880 +#time=1d3ecf38670409a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.UnicodeEncoding" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851f8634 +[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b059ec "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.UnicodeEncoding" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}\\ProgId] 1460706647 -#time=1d196eb85932c88 +[Software\\Classes\\CLSID\\{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}\\ProgId] 1526460880 +#time=1d3ecf3866f7868 @="System.Text.UnicodeEncoding" -[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}] 1460706648 -#time=1d196eb8614ad9e +[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}] 1526460881 +#time=1d3ecf38757e7f6 @="System.IO.IOException" -[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8613ee68 +[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387567a9c @="" -[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}\\InprocServer32] 1460706648 -#time=1d196eb86148ee0 +[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}\\InprocServer32] 1526460881 +#time=1d3ecf38757b330 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.IOException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850e6af2 +[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38595dda6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.IOException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}\\ProgId] 1460706648 -#time=1d196eb86140eac +[Software\\Classes\\CLSID\\{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}\\ProgId] 1526460881 +#time=1d3ecf38756afa8 @="System.IO.IOException" -[Software\\Classes\\CLSID\\{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}] 1460706471 -#time=1d196eb1ceff6b6 +[Software\\Classes\\CLSID\\{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}] 1526460533 +#time=1d3ecf2b7f1cf54 @="DirectMusic Script AutoImp Song" -[Software\\Classes\\CLSID\\{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}\\InprocServer32] 1460706471 -#time=1d196eb1ceff490 +[Software\\Classes\\CLSID\\{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1ccde @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}\\ProgId] 1460706471 -#time=1d196eb1ceff5da +[Software\\Classes\\CLSID\\{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}\\ProgId] 1526460533 +#time=1d3ecf2b7f1ce5a @="Microsoft.DirectMusicScriptAutoImpSong.1" -[Software\\Classes\\CLSID\\{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceff724 +[Software\\Classes\\CLSID\\{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f1cfd6 @="Microsoft.DirectMusicScriptAutoImpSong" -[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}] 1460706648 -#time=1d196eb8619eebc +[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}] 1526460881 +#time=1d3ecf387615610 @="System.Exception" -[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8618e4c2 +[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3875f482a @="" -[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}\\InprocServer32] 1460706648 -#time=1d196eb8619c180 +[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}\\InprocServer32] 1526460881 +#time=1d3ecf38760ddfc @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Exception" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb855286ba +[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf38600109a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Exception" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}\\ProgId] 1460706648 -#time=1d196eb861911d6 +[Software\\Classes\\CLSID\\{A1C0A095-DF97-3441-BFC1-C9F194E494DB}\\ProgId] 1526460881 +#time=1d3ecf3875f9582 @="System.Exception" -[Software\\Classes\\CLSID\\{A1F4E726-8CF1-11D1-BF92-0060081ED811}] 1460706472 -#time=1d196eb1d18af52 +[Software\\Classes\\CLSID\\{A1F4E726-8CF1-11D1-BF92-0060081ED811}] 1526460533 +#time=1d3ecf2b7cd5dea @="WIA Device Manager" "AppID"="{A1F4E726-8CF1-11D1-BF92-0060081ED811}" -[Software\\Classes\\CLSID\\{A1F4E726-8CF1-11D1-BF92-0060081ED811}\\ProgId] 1460706472 -#time=1d196eb1d189f94 +[Software\\Classes\\CLSID\\{A1F4E726-8CF1-11D1-BF92-0060081ED811}\\ProgId] 1526460533 +#time=1d3ecf2b7cd4e54 @="WiaDevMgr.1" -[Software\\Classes\\CLSID\\{A1F4E726-8CF1-11D1-BF92-0060081ED811}\\VersionIndependentProgId] 1460706472 -#time=1d196eb1d18a110 +[Software\\Classes\\CLSID\\{A1F4E726-8CF1-11D1-BF92-0060081ED811}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7cd4fd0 @="WiaDevMgr" -[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}] 1460706647 -#time=1d196eb85c3bcea +[Software\\Classes\\CLSID\\{A26CEC36-234C-4950-AE16-E34AACE71D0D}] 1526460533 +#time=1d3ecf2b7e30c76 +@="WIC WMP Decoder" + +[Software\\Classes\\CLSID\\{A26CEC36-234C-4950-AE16-E34AACE71D0D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7e30d98 +@="C:\\windows\\system32\\wmphoto.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}] 1526460880 +#time=1d3ecf386c3f9c4 @="System.PlatformNotSupportedException" -[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c34ddc +[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386c3265c @="" -[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}\\InprocServer32] 1460706647 -#time=1d196eb85c3adfe +[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}\\InprocServer32] 1526460880 +#time=1d3ecf386c3deda @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.PlatformNotSupportedException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853fd678 +[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e3ee60 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.PlatformNotSupportedException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}\\ProgId] 1460706647 -#time=1d196eb85c35db8 +[Software\\Classes\\CLSID\\{A36738B5-FA8F-3316-A929-68099A32B43B}\\ProgId] 1526460880 +#time=1d3ecf386c344a2 @="System.PlatformNotSupportedException" -[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}] 1460706647 -#time=1d196eb85fe045e +[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}] 1526460881 +#time=1d3ecf3872cf6fe @="System.Runtime.Remoting.Contexts.Context" -[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85fd8740 +[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3872c1306 @="" -[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}\\InprocServer32] 1460706647 -#time=1d196eb85fdf57c +[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}\\InprocServer32] 1526460881 +#time=1d3ecf3872cd75a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Contexts.Context" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84feae78 +[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857e3174 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Contexts.Context" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}\\ProgId] 1460706647 -#time=1d196eb85fda676 +[Software\\Classes\\CLSID\\{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}\\ProgId] 1526460881 +#time=1d3ecf3872c4a1a @="System.Runtime.Remoting.Contexts.Context" -[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}] 1460706648 -#time=1d196eb860d6ab6 +[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}] 1526460881 +#time=1d3ecf3874ac1c0 @="System.Runtime.CompilerServices.CallConvCdecl" -[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860cfb76 +[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38749e75a @="" -[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}\\InprocServer32] 1460706648 -#time=1d196eb860d5c24 +[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}\\InprocServer32] 1526460881 +#time=1d3ecf3874aa802 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CallConvCdecl" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850a2e56 +[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858f67c8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CallConvCdecl" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}\\ProgId] 1460706648 -#time=1d196eb860d0b3e +[Software\\Classes\\CLSID\\{A3A1F076-1FA7-3A26-886D-8841CB45382F}\\ProgId] 1526460881 +#time=1d3ecf3874a03e8 @="System.Runtime.CompilerServices.CallConvCdecl" -[Software\\Classes\\CLSID\\{A4B544A1-438D-4B41-9325-869523E2D6C7}] 1460706471 -#time=1d196eb1cfc3cbe +[Software\\Classes\\CLSID\\{A4A1A128-768F-41E0-BF75-E4FDDD701CBA}] 1526460533 +#time=1d3ecf2b7bdeda6 +@="PSFactoryBuffer" + +[Software\\Classes\\CLSID\\{A4A1A128-768F-41E0-BF75-E4FDDD701CBA}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bdeebe +@="C:\\windows\\system32\\ieproxy.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{A4B544A1-438D-4B41-9325-869523E2D6C7}] 1526460533 +#time=1d3ecf2b80dc83a @="TF_CategoryMgr" -[Software\\Classes\\CLSID\\{A4B544A1-438D-4B41-9325-869523E2D6C7}\\InprocServer32] 1460706471 -#time=1d196eb1cfc3dfe +[Software\\Classes\\CLSID\\{A4B544A1-438D-4B41-9325-869523E2D6C7}\\InprocServer32] 1526460533 +#time=1d3ecf2b80dc952 @="C:\\windows\\system32\\msctf.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}] 1460706648 -#time=1d196eb8639e9b0 +[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}] 1526460881 +#time=1d3ecf3879678e0 @="System.Security.Policy.ApplicationTrust" -[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863998c0 +[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38795eea2 @="" -[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}\\InprocServer32] 1460706648 -#time=1d196eb8639da60 +[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}\\InprocServer32] 1526460881 +#time=1d3ecf387965bd0 @="mscoree.dll" "Class"="System.Security.Policy.ApplicationTrust" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851c2e12 +[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385abf9b0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.ApplicationTrust" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}\\ProgId] 1460706648 -#time=1d196eb8639a8ba +[Software\\Classes\\CLSID\\{A5448B7A-AA07-3C56-B42B-7D881FA10934}\\ProgId] 1526460881 +#time=1d3ecf3879608b0 @="System.Security.Policy.ApplicationTrust" -[Software\\Classes\\CLSID\\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}] 1460706471 -#time=1d196eb1cf2c99a +[Software\\Classes\\CLSID\\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}] 1526460533 +#time=1d3ecf2b7e99762 @="DxDiagProvider Class" -[Software\\Classes\\CLSID\\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\\InprocServer32] 1460706471 -#time=1d196eb1cf2c76a +[Software\\Classes\\CLSID\\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\\InprocServer32] 1526460533 +#time=1d3ecf2b7e994c4 @="C:\\windows\\system32\\dxdiagn.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\\ProgId] 1460706471 -#time=1d196eb1cf2c8c8 +[Software\\Classes\\CLSID\\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\\ProgId] 1526460533 +#time=1d3ecf2b7e9965e @="DxDiag.DxDiagProvider.1" -[Software\\Classes\\CLSID\\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf2ca12 +[Software\\Classes\\CLSID\\{A65B8071-3BFE-4213-9A5B-491DA4461CA7}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7e99802 @="DxDiag.DxDiagProvider" -[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}] 1460706647 -#time=1d196eb8571aba8 +[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}] 1526460879 +#time=1d3ecf38635924c @="System.Security.Cryptography.SHA512Managed" -[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85713d76 +[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38634bbec @="" -[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}\\InprocServer32] 1460706647 -#time=1d196eb85719c62 +[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}\\InprocServer32] 1526460879 +#time=1d3ecf3863578c0 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA512Managed" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84dcc39e +[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385496bce "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA512Managed" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}\\ProgId] 1460706647 -#time=1d196eb85714db6 +[Software\\Classes\\CLSID\\{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}\\ProgId] 1526460879 +#time=1d3ecf38634d906 @="System.Security.Cryptography.SHA512Managed" -[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}] 1460706647 -#time=1d196eb85eb89dc +[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}] 1526460881 +#time=1d3ecf3870872de @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth" -[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85eafe9a +[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3870784f0 @="" -[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}\\InprocServer32] 1460706647 -#time=1d196eb85eb7a82 +[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}\\InprocServer32] 1526460881 +#time=1d3ecf3870858da @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f7c3ce +[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385731eba "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}\\ProgId] 1460706647 -#time=1d196eb85eb1ede +[Software\\Classes\\CLSID\\{A7136BDF-B141-3913-9D1C-9BC5AFF21470}\\ProgId] 1526460881 +#time=1d3ecf38707b9ac @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth" -[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}] 1460706648 -#time=1d196eb861e18b6 +[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}] 1526460881 +#time=1d3ecf387682f44 @="System.Runtime.InteropServices.InvalidComObjectException" -[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861d549e +[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387673cc4 @="" -[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}\\InprocServer32] 1460706648 -#time=1d196eb861e0556 +[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}\\InprocServer32] 1526460881 +#time=1d3ecf3876815e0 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.InvalidComObjectException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85116914 +[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3859a4f80 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.InvalidComObjectException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}\\ProgId] 1460706648 -#time=1d196eb861d6b6e +[Software\\Classes\\CLSID\\{A7248EC6-A8A5-3D07-890E-6107F8C247E5}\\ProgId] 1526460881 +#time=1d3ecf38767584e @="System.Runtime.InteropServices.InvalidComObjectException" -[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}] 1460706648 -#time=1d196eb86315bba +[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}] 1526460881 +#time=1d3ecf38788fae4 @="System.Security.Cryptography.HMACMD5" -[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86311ce0 +[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3878890ae @="" -[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}\\InprocServer32] 1460706648 -#time=1d196eb86330a14 +[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}\\InprocServer32] 1526460881 +#time=1d3ecf3878c075c @="mscoree.dll" "Class"="System.Security.Cryptography.HMACMD5" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e32bbc +[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38553a256 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.HMACMD5" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}\\ProgId] 1460706648 -#time=1d196eb86312d02 +[Software\\Classes\\CLSID\\{A7EDDCB5-6043-3988-921C-25E3DEE6322B}\\ProgId] 1526460881 +#time=1d3ecf38788ab20 @="System.Security.Cryptography.HMACMD5" -[Software\\Classes\\CLSID\\{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}] 1460706471 -#time=1d196eb1cefda32 +[Software\\Classes\\CLSID\\{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}] 1526460533 +#time=1d3ecf2b7f1adda @="DirectMusic Script AutoImp Performance" -[Software\\Classes\\CLSID\\{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}\\InprocServer32] 1460706471 -#time=1d196eb1cefd80c +[Software\\Classes\\CLSID\\{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1ab5a @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}\\ProgId] 1460706471 -#time=1d196eb1cefd956 +[Software\\Classes\\CLSID\\{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}\\ProgId] 1526460533 +#time=1d3ecf2b7f1ace0 @="Microsoft.DirectMusicScriptAutoImpPerformance.1" -[Software\\Classes\\CLSID\\{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefdaaa +[Software\\Classes\\CLSID\\{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f1ae66 @="Microsoft.DirectMusicScriptAutoImpPerformance" -[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}] 1460706647 -#time=1d196eb85cf31c4 +[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}] 1526460880 +#time=1d3ecf386d64a20 @="System.Runtime.Serialization.Formatters.SoapFault" -[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ceabdc +[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386d571b8 @="" -[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}\\InprocServer32] 1460706647 -#time=1d196eb85cf2292 +[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}\\InprocServer32] 1526460880 +#time=1d3ecf386d63094 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.SoapFault" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ed6456 +[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385631c36 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.SoapFault" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}\\ProgId] 1460706647 -#time=1d196eb85cebb9a +[Software\\Classes\\CLSID\\{A8D058C4-D923-3859-9490-D3888FC90439}\\ProgId] 1526460880 +#time=1d3ecf386d58d7e @="System.Runtime.Serialization.Formatters.SoapFault" -[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}] 1460706647 -#time=1d196eb857f4074 +[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}] 1526460879 +#time=1d3ecf3864cee06 @="WmiSecurityHelper Class" -[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\InprocServer32] 1460706647 -#time=1d196eb857ebf0a +[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\InprocServer32] 1526460879 +#time=1d3ecf3864c6918 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\InprocServer32\\4.0.30319] 1460706646 -#time=1d196eb8565cbc6 +[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\InprocServer32\\4.0.30319] 1526460879 +#time=1d3ecf386226dca @="" "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\ProgID] 1460706647 -#time=1d196eb857f0aaa +[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\ProgID] 1526460879 +#time=1d3ecf3864cb9ae @="WMINet_Utils.WmiSecurityHelper.1" -[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\Server] 1460706647 -#time=1d196eb857e89cc +[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\Server] 1526460879 +#time=1d3ecf3864c136e @="WMINet_Utils.dll" -[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\VersionIndependentProgID] 1460706647 -#time=1d196eb857eea84 +[Software\\Classes\\CLSID\\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\\VersionIndependentProgID] 1526460879 +#time=1d3ecf3864c9f50 @="WMINet_Utils.WmiSecurityHelper" -[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}] 1460706648 -#time=1d196eb86373832 +[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}] 1526460881 +#time=1d3ecf387920e04 @="System.IO.DriveNotFoundException" -[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8636e530 +[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387918858 @="" -[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}\\InprocServer32] 1460706648 -#time=1d196eb86372838 +[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}\\InprocServer32] 1526460881 +#time=1d3ecf38791f446 @="mscoree.dll" "Class"="System.IO.DriveNotFoundException" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850da126 +[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385949edc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.DriveNotFoundException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}\\ProgId] 1460706648 -#time=1d196eb8636adae +[Software\\Classes\\CLSID\\{A8F9F740-70C9-30A7-937C-59785A9BB5A4}\\ProgId] 1526460881 +#time=1d3ecf38791255c @="System.IO.DriveNotFoundException" -[Software\\Classes\\CLSID\\{A9AE6C91-1D1B-11D2-B21A-00C04FA357FA}] 1460706471 -#time=1d196eb1d046bb4 +[Software\\Classes\\CLSID\\{A910187F-0C7A-45AC-92CC-59EDAFB77B53}] 1526460533 +#time=1d3ecf2b7aa706e +@="SpObjectTokenCategory Class" + +[Software\\Classes\\CLSID\\{A910187F-0C7A-45AC-92CC-59EDAFB77B53}\\InprocServer32] 1526460533 +#time=1d3ecf2b7aa6a6a +@="C:\\windows\\system32\\Speech\\Common\\sapi.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{A910187F-0C7A-45AC-92CC-59EDAFB77B53}\\ProgId] 1526460533 +#time=1d3ecf2b7aa6bf0 +@="SAPI.SpObjectTokenCategory.1" + +[Software\\Classes\\CLSID\\{A910187F-0C7A-45AC-92CC-59EDAFB77B53}\\TypeLib] 1526460533 +#time=1d3ecf2b7aa6d76 +@="{C866CA3A-32F7-11D2-9602-00C04F8EE628}" + +[Software\\Classes\\CLSID\\{A910187F-0C7A-45AC-92CC-59EDAFB77B53}\\Version] 1526460533 +#time=1d3ecf2b7aa6ef2 +@="5.4" + +[Software\\Classes\\CLSID\\{A910187F-0C7A-45AC-92CC-59EDAFB77B53}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7aa71e0 +@="SAPI.SpObjectTokenCategory" + +[Software\\Classes\\CLSID\\{A9AE6C91-1D1B-11D2-B21A-00C04FA357FA}] 1526460533 +#time=1d3ecf2b7b3989c @="LW Identities" -[Software\\Classes\\CLSID\\{A9AE6C91-1D1B-11D2-B21A-00C04FA357FA}\\InprocServer32] 1460706471 -#time=1d196eb1d046cea +[Software\\Classes\\CLSID\\{A9AE6C91-1D1B-11D2-B21A-00C04FA357FA}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b399b4 @="C:\\windows\\system32\\msident.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}] 1460706647 -#time=1d196eb858daea2 +[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}] 1526460879 +#time=1d3ecf38664ac80 @="SymBinder" -[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}\\InprocServer32] 1460706647 -#time=1d196eb858d9e58 +[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}\\InprocServer32] 1526460879 +#time=1d3ecf38664911e @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84c814d0 +[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf3852603e6 @="4.0.30319" "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}\\ProgID] 1460706647 -#time=1d196eb858d6c26 +[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}\\ProgID] 1526460879 +#time=1d3ecf3866438fe @="SymBinder" -[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}\\Server] 1460706647 -#time=1d196eb858d5ab0 +[Software\\Classes\\CLSID\\{AA544D41-28CB-11D3-BD22-0000F80849BD}\\Server] 1526460879 +#time=1d3ecf386641c8e @="diasymreader.dll" -[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}] 1460706648 -#time=1d196eb86414a2a +[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}] 1526460882 +#time=1d3ecf387a40424 @="System.DataMisalignedException" -[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86414cdc +[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf387a4071c @="" -[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}\\InprocServer32] 1460706648 -#time=1d196eb86416d48 +[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}\\InprocServer32] 1526460882 +#time=1d3ecf387a43c28 @="mscoree.dll" "Class"="System.DataMisalignedException" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8550aebc +[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fe094e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.DataMisalignedException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}\\ProgId] 1460706648 -#time=1d196eb8633a82a +[Software\\Classes\\CLSID\\{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}\\ProgId] 1526460881 +#time=1d3ecf3878d1106 @="System.DataMisalignedException" -[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}] 1460706647 -#time=1d196eb85a3b332 +[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}] 1526460880 +#time=1d3ecf3868d0a7c @="System.EnterpriseServices.CompensatingResourceManager.Compensator" -[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a304dc +[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3868bda80 @="" -[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}\\InprocServer32] 1460706647 -#time=1d196eb85a3a4b4 +[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}\\InprocServer32] 1526460880 +#time=1d3ecf3868cf078 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.CompensatingResourceManager.Compensator" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85596de0 +[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3860d549e "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.CompensatingResourceManager.Compensator" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}\\ProgId] 1460706647 -#time=1d196eb85a31472 +[Software\\Classes\\CLSID\\{AB558A90-77EC-3C9A-A7E3-7B2260890A84}\\ProgId] 1526460880 +#time=1d3ecf3868bf4ca @="System.EnterpriseServices.CompensatingResourceManager.Compensator" -[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}] 1460706475 -#time=1d196eb1ee2dfce +[Software\\Classes\\CLSID\\{AC4CE3CB-E1C1-44CD-8215-5A1665509EC2}] 1526460533 +#time=1d3ecf2b7e31036 +@="WIC WMP Encoder" + +[Software\\Classes\\CLSID\\{AC4CE3CB-E1C1-44CD-8215-5A1665509EC2}\\InprocServer32] 1526460533 +#time=1d3ecf2b7e31144 +@="C:\\windows\\system32\\wmphoto.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}] 1526460547 +#time=1d3ecf2c03ed27e "CLSID"="{0131BE10-2001-4C5F-A9B0-CC88FAB64CE8}" -[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}] 1460706475 -#time=1d196eb1ee2b242 +[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}] 1526460547 +#time=1d3ecf2c03eb122 "CLSID"="{1A34F5C1-4A5A-46DC-B644-1F4567E7A676}" -[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{27949969-876A-41D7-9447-568F6A35A4DC}] 1460706475 -#time=1d196eb1ee2bdaa +[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{27949969-876A-41D7-9447-568F6A35A4DC}] 1526460547 +#time=1d3ecf2c03ebbcc "CLSID"="{27949969-876A-41D7-9447-568F6A35A4DC}" -[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{312FB6F1-B767-409D-8A6D-0FC154D4F05C}] 1460706475 -#time=1d196eb1ee30166 +[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{312FB6F1-B767-409D-8A6D-0FC154D4F05C}] 1526460547 +#time=1d3ecf2c03ee3a4 "CLSID"="{312FB6F1-B767-409D-8A6D-0FC154D4F05C}" -[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{69BE8BB4-D66D-47C8-865A-ED1589433782}] 1460706475 -#time=1d196eb1ee2a644 +[Software\\Classes\\CLSID\\{AC757296-3522-4E11-9862-C17BE5A1767E}\\Instance\\{69BE8BB4-D66D-47C8-865A-ED1589433782}] 1526460547 +#time=1d3ecf2c03ea542 "CLSID"="{69BE8BB4-D66D-47C8-865A-ED1589433782}" -[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}] 1460706647 -#time=1d196eb85e4cd72 +[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}] 1526460880 +#time=1d3ecf386fcb728 @="System.EntryPointNotFoundException" -[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e32788 +[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386fa1720 @="" -[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}\\InprocServer32] 1460706647 -#time=1d196eb85e487fe +[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}\\InprocServer32] 1526460880 +#time=1d3ecf386fc482e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.EntryPointNotFoundException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8547c5a4 +[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f0e886 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.EntryPointNotFoundException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}\\ProgId] 1460706647 -#time=1d196eb85e368ce +[Software\\Classes\\CLSID\\{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}\\ProgId] 1526460880 +#time=1d3ecf386fa8552 @="System.EntryPointNotFoundException" -[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}] 1460706648 -#time=1d196eb86361128 +[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}] 1526460881 +#time=1d3ecf387904d44 @="System.Security.Permissions.HostProtectionAttribute" -[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8635ab98 +[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3878fa83a @="" -[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}\\InprocServer32] 1460706648 -#time=1d196eb8635f1fc +[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}\\InprocServer32] 1526460881 +#time=1d3ecf3879017ac @="mscoree.dll" "Class"="System.Security.Permissions.HostProtectionAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8504e40a +[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385883354 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.HostProtectionAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}\\ProgId] 1460706648 -#time=1d196eb8635c006 +[Software\\Classes\\CLSID\\{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}\\ProgId] 1526460881 +#time=1d3ecf3878fc356 @="System.Security.Permissions.HostProtectionAttribute" -[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}] 1460706471 -#time=1d196eb1cf4bc50 +[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}] 1526460533 +#time=1d3ecf2b7d4fe56 @="HHCtrl Object" -[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\InprocServer32] 1460706471 -#time=1d196eb1cf4b700 +[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d4f8e8 @="C:\\windows\\system32\\hhctrl.ocx" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\ProgId] 1460706471 -#time=1d196eb1cf4b87c +[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\ProgId] 1526460533 +#time=1d3ecf2b7d4fa64 @="Internet.HHCtrl.1" -[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\TypeLib] 1460706471 -#time=1d196eb1cf4b9d0 +[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\TypeLib] 1526460533 +#time=1d3ecf2b7d4fbe0 @="{ADB880A2-D8FF-11CF-9377-00AA003B7A11}" -[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\Version] 1460706471 -#time=1d196eb1cf4bb7e +[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\Version] 1526460533 +#time=1d3ecf2b7d4fd5c @="1.0" -[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf4bcc8 +[Software\\Classes\\CLSID\\{ADB880A6-D8FF-11CF-9377-00AA003B7A11}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d4fee2 @="Internet.HHCtrl" -[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}] 1460706648 -#time=1d196eb862a06f8 +[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}] 1526460881 +#time=1d3ecf3877ca924 @="XAML Browser Application" -[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}\\DocObject] 1460706648 -#time=1d196eb8629d9f8 +[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}\\DocObject] 1526460881 +#time=1d3ecf3877c57bc @="0" -[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}\\LocalServer32] 1460706648 -#time=1d196eb8629f938 +[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}\\LocalServer32] 1526460881 +#time=1d3ecf3877c8cf0 @=str(2):"C:\\windows\\system32\\PresentationHost.exe" -[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}\\ProgId] 1460706648 -#time=1d196eb8629e9a2 +[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}\\ProgId] 1526460881 +#time=1d3ecf3877c7242 @="Windows.Xbap" -[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}\\ServerExecutable] 1460706648 -#time=1d196eb862a0900 +[Software\\Classes\\CLSID\\{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}\\ServerExecutable] 1526460881 +#time=1d3ecf3877cab7c @=str(2):"\"C:\\windows\\system32\\PresentationHost.exe\"" -[Software\\Classes\\CLSID\\{AE054212-3535-4430-83ED-D501AA6680E6}] 1460706471 -#time=1d196eb1cf33632 +[Software\\Classes\\CLSID\\{AE054212-3535-4430-83ED-D501AA6680E6}] 1526460533 +#time=1d3ecf2b7ffa61a @="Shell Name Space ListView" -[Software\\Classes\\CLSID\\{AE054212-3535-4430-83ED-D501AA6680E6}\\InprocServer32] 1460706471 -#time=1d196eb1cf337f4 +[Software\\Classes\\CLSID\\{AE054212-3535-4430-83ED-D501AA6680E6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ffa778 @="C:\\windows\\system32\\explorerframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}] 1460706474 -#time=1d196eb1e59cac2 +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}] 1526460543 +#time=1d3ecf2bdf326a0 @="Microsoft Scriptlet Component" -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\Control] 1460706474 -#time=1d196eb1e59c0a4 +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\Control] 1526460543 +#time=1d3ecf2bdf3207e -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\InprocServer32] 1460706471 -#time=1d196eb1cfe1e4e +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\InprocServer32] 1526460533 +#time=1d3ecf2b8053378 @="C:\\windows\\system32\\mshtml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\MiscStatus] 1460706474 -#time=1d196eb1e59c572 +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\MiscStatus] 1526460543 +#time=1d3ecf2bdf32394 @="0" -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\MiscStatus\\1] 1460706474 -#time=1d196eb1e59c6c6 +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\MiscStatus\\1] 1526460543 +#time=1d3ecf2bdf32434 @="131473" -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\ProgId] 1460706471 -#time=1d196eb1cfe1f98 +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\ProgId] 1526460533 +#time=1d3ecf2b7c78fc8 @="ScriptBridge.ScriptBridge.1" -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\Programmable] 1460706474 -#time=1d196eb1e59c900 +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\Programmable] 1526460543 +#time=1d3ecf2bdf32560 -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\ToolboxBitmap32] 1460706474 -#time=1d196eb1e59cc20 +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\ToolboxBitmap32] 1526460543 +#time=1d3ecf2bdf3274a @="C:\\Program Files\\Internet Explorer\\iexplore.exe,1" -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\TypeLib] 1460706471 -#time=1d196eb1d039bda +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\TypeLib] 1526460533 +#time=1d3ecf2b7c7914e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\Version] 1460706471 -#time=1d196eb1d039d24 +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\Version] 1526460533 +#time=1d3ecf2b7c792c0 @="4.0" -[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cfe20e2 +[Software\\Classes\\CLSID\\{AE24FDAE-03C6-11D1-8B76-0080C744F389}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7c79446 @="ScriptBridge.ScriptBridge" -[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}] 1460706648 -#time=1d196eb8631fd0e +[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}] 1526460881 +#time=1d3ecf3878a3544 @="System.Security.Cryptography.HMACSHA384" -[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8631ab06 +[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387897c80 @="" -[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}\\InprocServer32] 1460706648 -#time=1d196eb8631ec42 +[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}\\InprocServer32] 1526460881 +#time=1d3ecf3878a19e2 @="mscoree.dll" "Class"="System.Security.Cryptography.HMACSHA384" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e2102e +[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38551ecea "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.HMACSHA384" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}\\ProgId] 1460706648 -#time=1d196eb863199d6 +[Software\\Classes\\CLSID\\{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}\\ProgId] 1526460881 +#time=1d3ecf387896146 @="System.Security.Cryptography.HMACSHA384" -[Software\\Classes\\CLSID\\{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}] 1460706471 -#time=1d196eb1cf0ea4e +[Software\\Classes\\CLSID\\{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}] 1526460533 +#time=1d3ecf2b7dbffc6 @="DirectMusicSynthSink" -[Software\\Classes\\CLSID\\{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}\\InprocServer32] 1460706471 -#time=1d196eb1cf0e814 +[Software\\Classes\\CLSID\\{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dbfd28 @="C:\\windows\\system32\\dmsynth.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}\\ProgId] 1460706471 -#time=1d196eb1cf0e97c +[Software\\Classes\\CLSID\\{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}\\ProgId] 1526460533 +#time=1d3ecf2b7dbfea4 @="Microsoft.DirectMusicSynthSink.1" -[Software\\Classes\\CLSID\\{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf0eabc +[Software\\Classes\\CLSID\\{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7dc0048 @="Microsoft.DirectMusicSynthSink" -[Software\\Classes\\CLSID\\{AED5F0A5-D972-483D-A384-649DFEB9C181}] 1460706471 -#time=1d196eb1ceef888 +[Software\\Classes\\CLSID\\{AED5F0A5-D972-483D-A384-649DFEB9C181}] 1526460533 +#time=1d3ecf2b7d77474 @="DirectMusicSong" -[Software\\Classes\\CLSID\\{AED5F0A5-D972-483D-A384-649DFEB9C181}\\InprocServer32] 1460706471 -#time=1d196eb1ceef662 +[Software\\Classes\\CLSID\\{AED5F0A5-D972-483D-A384-649DFEB9C181}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d77208 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AED5F0A5-D972-483D-A384-649DFEB9C181}\\ProgId] 1460706471 -#time=1d196eb1ceef7ac +[Software\\Classes\\CLSID\\{AED5F0A5-D972-483D-A384-649DFEB9C181}\\ProgId] 1526460533 +#time=1d3ecf2b7d77384 @="Microsoft.DirectMusicSong.1" -[Software\\Classes\\CLSID\\{AED5F0A5-D972-483D-A384-649DFEB9C181}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceef8f6 +[Software\\Classes\\CLSID\\{AED5F0A5-D972-483D-A384-649DFEB9C181}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d774f6 @="Microsoft.DirectMusicSong" -[Software\\Classes\\CLSID\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}] 1460706648 -#time=1d196eb8628af7e +[Software\\Classes\\CLSID\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}] 1526460881 +#time=1d3ecf3877a5034 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}\\InProcServer32] 1460706648 -#time=1d196eb8628c36a +[Software\\Classes\\CLSID\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}\\InProcServer32] 1526460881 +#time=1d3ecf3877a6fce @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PenIMC.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}] 1460706647 -#time=1d196eb858dbd48 +[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}] 1526460879 +#time=1d3ecf38664cab2 @="System.Security.Cryptography.CspParameters" -[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb858cadae +[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3866307c2 @="" -[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}\\InprocServer32] 1460706647 -#time=1d196eb858d7c02 +[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}\\InprocServer32] 1526460879 +#time=1d3ecf386645532 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CspParameters" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e594b0 +[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38556db10 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CspParameters" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}\\ProgId] 1460706647 -#time=1d196eb858cd068 +[Software\\Classes\\CLSID\\{AF60343F-6C7B-3761-839F-0C44E3CA06DA}\\ProgId] 1526460879 +#time=1d3ecf386633e22 @="System.Security.Cryptography.CspParameters" -[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}] 1460706648 -#time=1d196eb8611ac98 +[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}] 1526460881 +#time=1d3ecf3875264ac @="System.IO.FileLoadException" -[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8610f7a8 +[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3875123ee @="" -[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}\\InprocServer32] 1460706648 -#time=1d196eb86119b5e +[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}\\InprocServer32] 1526460881 +#time=1d3ecf387524b16 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.FileLoadException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850cd9d0 +[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385937818 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.FileLoadException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}\\ProgId] 1460706648 -#time=1d196eb861117ce +[Software\\Classes\\CLSID\\{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}\\ProgId] 1526460881 +#time=1d3ecf387515a4e @="System.IO.FileLoadException" -[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}] 1460706648 -#time=1d196eb86396c7e +[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}] 1526460881 +#time=1d3ecf387959f60 @="System.Security.Policy.TrustManagerContext" -[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86391e9a +[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38795141e @="" -[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}\\InprocServer32] 1460706648 -#time=1d196eb86395dce +[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}\\InprocServer32] 1526460881 +#time=1d3ecf387958624 @="mscoree.dll" "Class"="System.Security.Policy.TrustManagerContext" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851b7238 +[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385aabd20 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.TrustManagerContext" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}\\ProgId] 1460706648 -#time=1d196eb86392e26 +[Software\\Classes\\CLSID\\{AFAEF10F-1BC4-351F-886A-878A265C1862}\\ProgId] 1526460881 +#time=1d3ecf3879534e4 @="System.Security.Policy.TrustManagerContext" -[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}] 1460706471 -#time=1d196eb1cd56a62 +[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}] 1526460533 +#time=1d3ecf2b797a718 @="Server XML HTTP 3.0" -[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\InprocServer32] 1460706471 -#time=1d196eb1cd565da +[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\InprocServer32] 1526460533 +#time=1d3ecf2b797a1aa @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\ProgId] 1460706471 -#time=1d196eb1cd5671a +[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\ProgId] 1526460533 +#time=1d3ecf2b797a330 @="Msxml2.ServerXMLHTTP.3.0" -[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\TypeLib] 1460706471 -#time=1d196eb1cd5685a +[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\TypeLib] 1526460533 +#time=1d3ecf2b797a4ac @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\Version] 1460706471 -#time=1d196eb1cd5699a +[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\Version] 1526460533 +#time=1d3ecf2b797a628 @="3.0" -[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd56af8 +[Software\\Classes\\CLSID\\{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797a7a4 @="Msxml2.ServerXMLHTTP" -[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}] 1460706471 -#time=1d196eb1cd5725a +[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}] 1526460533 +#time=1d3ecf2b797b0a0 @="Server XML HTTP" -[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\InprocServer32] 1460706471 -#time=1d196eb1cd56de6 +[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\InprocServer32] 1526460533 +#time=1d3ecf2b797ab3c @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\ProgId] 1460706471 -#time=1d196eb1cd56f26 +[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\ProgId] 1526460533 +#time=1d3ecf2b797acb8 @="Msxml2.ServerXMLHTTP" -[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\TypeLib] 1460706471 -#time=1d196eb1cd5705c +[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\TypeLib] 1526460533 +#time=1d3ecf2b797ae2a @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\Version] 1460706471 -#time=1d196eb1cd57192 +[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\Version] 1526460533 +#time=1d3ecf2b797afa6 @="3.0" -[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd572d2 +[Software\\Classes\\CLSID\\{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797b12c @="Msxml2.ServerXMLHTTP" -[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}] 1460706648 -#time=1d196eb86209de8 +[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}] 1526460881 +#time=1d3ecf3876bd4e6 @="System.Runtime.InteropServices.ExternalException" -[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861ff398 +[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3876a9d60 @="" -[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}\\InprocServer32] 1460706648 -#time=1d196eb86208ef2 +[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}\\InprocServer32] 1526460881 +#time=1d3ecf3876bba9c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ExternalException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85141772 +[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3859ea918 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ExternalException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}\\ProgId] 1460706648 -#time=1d196eb8620177e +[Software\\Classes\\CLSID\\{AFC681CF-E82F-361A-8280-CF4E1F844C3E}\\ProgId] 1526460881 +#time=1d3ecf3876ad6ea @="System.Runtime.InteropServices.ExternalException" -[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}] 1460706647 -#time=1d196eb8589f6ea +[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}] 1526460879 +#time=1d3ecf3865eb7bc @="System.Data.SqlClient.SQLDebugging" -[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb858977ec +[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3865ddc98 @="" -[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}\\InprocServer32] 1460706647 -#time=1d196eb8589d8d6 +[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}\\InprocServer32] 1526460879 +#time=1d3ecf3865e8166 @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85648b4e +[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf386206b24 "Assembly"="System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Data.SqlClient.SQLDebugging" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}\\ProgId] 1460706647 -#time=1d196eb8589a79e +[Software\\Classes\\CLSID\\{AFEF65AD-4577-447A-A148-83ACADD3D4B9}\\ProgId] 1526460879 +#time=1d3ecf3865e2f36 @="System.Data.SqlClient.SQLDebugging" -[Software\\Classes\\CLSID\\{B0210780-89CD-11D0-AF08-00A0C925CD16}] 1460706471 -#time=1d196eb1cf26234 +[Software\\Classes\\CLSID\\{B0210780-89CD-11D0-AF08-00A0C925CD16}] 1526460533 +#time=1d3ecf2b80b49ac @="DirectSoundCapture Object" -[Software\\Classes\\CLSID\\{B0210780-89CD-11D0-AF08-00A0C925CD16}\\InprocServer32] 1460706471 -#time=1d196eb1cf26324 +[Software\\Classes\\CLSID\\{B0210780-89CD-11D0-AF08-00A0C925CD16}\\InprocServer32] 1526460533 +#time=1d3ecf2b80b4aba @="C:\\windows\\system32\\dsound.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B0684266-B57F-11D2-97F9-00C04FA36E58}] 1460706471 -#time=1d196eb1cf08bbc +[Software\\Classes\\CLSID\\{B0684266-B57F-11D2-97F9-00C04FA36E58}] 1526460533 +#time=1d3ecf2b7fd1f58 @="DirectMusicMelodyFormulationTrack" -[Software\\Classes\\CLSID\\{B0684266-B57F-11D2-97F9-00C04FA36E58}\\InprocServer32] 1460706471 -#time=1d196eb1cf089aa +[Software\\Classes\\CLSID\\{B0684266-B57F-11D2-97F9-00C04FA36E58}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fd1cd8 @="C:\\windows\\system32\\dmstyle.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B0684266-B57F-11D2-97F9-00C04FA36E58}\\ProgId] 1460706471 -#time=1d196eb1cf08aea +[Software\\Classes\\CLSID\\{B0684266-B57F-11D2-97F9-00C04FA36E58}\\ProgId] 1526460533 +#time=1d3ecf2b7fd1e5e @="Microsoft.DirectMusicMelodyFormulationTrack.1" -[Software\\Classes\\CLSID\\{B0684266-B57F-11D2-97F9-00C04FA36E58}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf08c34 +[Software\\Classes\\CLSID\\{B0684266-B57F-11D2-97F9-00C04FA36E58}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fd1fee @="Microsoft.DirectMusicMelodyFormulationTrack" -[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}] 1460706647 -#time=1d196eb859e9668 +[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}] 1526460880 +#time=1d3ecf386847aba @="System.EnterpriseServices.Internal.ComSoapPublishError" -[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb859deeca +[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386837228 @="" -[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}\\InprocServer32] 1460706647 -#time=1d196eb859e633c +[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}\\InprocServer32] 1526460880 +#time=1d3ecf386844676 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ComSoapPublishError" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb855766bc +[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf38609a560 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ComSoapPublishError" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}\\ProgId] 1460706647 -#time=1d196eb859e0cc0 +[Software\\Classes\\CLSID\\{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}\\ProgId] 1526460880 +#time=1d3ecf38683aa86 @="System.EnterpriseServices.Internal.ComSoapPublishError" -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}] 1460706475 -#time=1d196eb1ee28f4c +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}] 1526460547 +#time=1d3ecf2c03e90c0 @="WIC TGA Decoder" "Author"="The Wine Project" "ContainerFormat"="{0C44FDA1-A5C5-4298-9685-473FC17CD322}" @@ -11995,170 +12121,170 @@ WINE REGISTRY Version 2 "Vendor"="{DDF46DA1-7DC1-404E-98F2-EFA48DFC950A}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1460706475 -#time=1d196eb1ee2840c +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1526460547 +#time=1d3ecf2c03e89d6 -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee2824a +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03e88c8 -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1460706475 -#time=1d196eb1ee287cc +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC909}] 1526460547 +#time=1d3ecf2c03e8bfc -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1460706475 -#time=1d196eb1ee285d8 +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90B}] 1526460547 +#time=1d3ecf2c03e8ae4 -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee289a2 +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03e8d14 -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee28b3c +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c03e8e2c -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1460706475 -#time=1d196eb1ee28cfe +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1526460547 +#time=1d3ecf2c03e8f44 -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\InprocServer32] 1460706472 -#time=1d196eb1d19ad9e +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0fa0c @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Patterns\\0] 1460706475 -#time=1d196eb1ee29460 +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Patterns\\0] 1526460547 +#time=1d3ecf2c03e9430 "EndOfStream"=dword:00000001 "Length"=dword:00000012 "Mask"=hex:ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff "Pattern"=hex:54,52,55,45,56,49,53,49,4f,4e,2d,58,46,49,4c,45,2e,00 "Position"=dword:00000012 -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Patterns\\1] 1460706475 -#time=1d196eb1ee298f2 +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Patterns\\1] 1526460547 +#time=1d3ecf2c03e97dc "EndOfStream"=dword:00000000 "Length"=dword:00000012 "Mask"=hex:00,ff,f7,00,00,00,00,00,00,00,00,00,00,00,00,00,ff,cf "Pattern"=hex:00,01,01,00,00,00,00,00,00,00,00,00,00,00,00,00,08,00 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Patterns\\2] 1460706475 -#time=1d196eb1ee29c62 +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Patterns\\2] 1526460547 +#time=1d3ecf2c03e9b88 "EndOfStream"=dword:00000000 "Length"=dword:00000012 "Mask"=hex:00,ff,f7,00,00,00,00,00,00,00,00,00,00,00,00,00,87,c0 "Pattern"=hex:00,00,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Patterns\\3] 1460706475 -#time=1d196eb1ee29fdc +[Software\\Classes\\CLSID\\{B11FC79A-67CC-43E6-A9CE-E3D54945D304}\\Patterns\\3] 1526460547 +#time=1d3ecf2c03e9f3e "EndOfStream"=dword:00000000 "Length"=dword:00000012 "Mask"=hex:00,ff,f7,00,00,00,00,00,00,00,00,00,00,00,00,00,ff,cf "Pattern"=hex:00,00,03,00,00,00,00,00,00,00,00,00,00,00,00,00,08,00 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{B196B286-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d09e51c +[Software\\Classes\\CLSID\\{B196B286-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bc9000 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{B196B286-BAB4-101A-B69C-00AA00341D07}\\InprocServer32] 1460706471 -#time=1d196eb1d09e60c +[Software\\Classes\\CLSID\\{B196B286-BAB4-101A-B69C-00AA00341D07}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bc9118 @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B2F586D4-5558-49D1-A07B-3249DBBB33C2}] 1460706471 -#time=1d196eb1cf25e2e +[Software\\Classes\\CLSID\\{B2F586D4-5558-49D1-A07B-3249DBBB33C2}] 1526460533 +#time=1d3ecf2b80b4614 @="DirectSoundBufferConfig Object" -[Software\\Classes\\CLSID\\{B2F586D4-5558-49D1-A07B-3249DBBB33C2}\\InprocServer32] 1460706471 -#time=1d196eb1cf25faa +[Software\\Classes\\CLSID\\{B2F586D4-5558-49D1-A07B-3249DBBB33C2}\\InprocServer32] 1526460533 +#time=1d3ecf2b80b4722 @="C:\\windows\\system32\\dsound.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B323F8E0-2E68-11D0-90EA-00AA0060F86C}] 1460706471 -#time=1d196eb1d140628 +[Software\\Classes\\CLSID\\{B323F8E0-2E68-11D0-90EA-00AA0060F86C}] 1526460533 +#time=1d3ecf2b7aecf2e @="StillImage" -[Software\\Classes\\CLSID\\{B323F8E0-2E68-11D0-90EA-00AA0060F86C}\\InprocServer32] 1460706471 -#time=1d196eb1d140812 +[Software\\Classes\\CLSID\\{B323F8E0-2E68-11D0-90EA-00AA0060F86C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7aed032 @="C:\\windows\\system32\\sti.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}] 1460706647 -#time=1d196eb85bb4556 +[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}] 1526460880 +#time=1d3ecf386b768f8 @="System.MTAThreadAttribute" -[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85bad490 +[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386b685c8 @="" -[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}\\InprocServer32] 1460706647 -#time=1d196eb85bb3674 +[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}\\InprocServer32] 1526460880 +#time=1d3ecf386b7410c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MTAThreadAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8536a35a +[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d5943c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MTAThreadAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}\\ProgId] 1460706647 -#time=1d196eb85bae516 +[Software\\Classes\\CLSID\\{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}\\ProgId] 1526460880 +#time=1d3ecf386b6a166 @="System.MTAThreadAttribute" -[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}] 1460706471 -#time=1d196eb1cdbfd00 +[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}] 1526460533 +#time=1d3ecf2b7a9b886 @="SearchAssistantOC" -[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\InprocServer32] 1460706471 -#time=1d196eb1cf668c0 +[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\InprocServer32] 1528075957 +#time=1d3fba3eba4c026 @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\ProgId] 1460706471 -#time=1d196eb1cdbf990 +[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\ProgId] 1526460533 +#time=1d3ecf2b7a9b41c @="SearchAssistantOC.SearchAssistantOC.1" -[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\TypeLib] 1460706471 -#time=1d196eb1cdbfada +[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\TypeLib] 1526460533 +#time=1d3ecf2b7a9b5ca @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\Version] 1460706471 -#time=1d196eb1cdbfc2e +[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\Version] 1526460533 +#time=1d3ecf2b7a9b778 @="1.1" -[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdbfd78 +[Software\\Classes\\CLSID\\{B45FF030-4447-11D2-85DE-00C04FA35C89}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7a9b94e @="SearchAssistantOC.SearchAssistantOC" -[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}] 1460706647 -#time=1d196eb85de5384 +[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}] 1526460880 +#time=1d3ecf386f15cde @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation" -[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ddd526 +[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386f06ea0 @="" -[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}\\InprocServer32] 1460706647 -#time=1d196eb85de4498 +[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}\\InprocServer32] 1526460880 +#time=1d3ecf386f13a4c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f3ef42 +[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856d4440 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}\\ProgId] 1460706647 -#time=1d196eb85dde4e4 +[Software\\Classes\\CLSID\\{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}\\ProgId] 1526460880 +#time=1d3ecf386f08c8c @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation" -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}] 1460706475 -#time=1d196eb1ee27214 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}] 1526460547 +#time=1d3ecf2c03e7950 @="WIC TIFF Decoder" "Author"="The Wine Project" "ContainerFormat"="{163BCC30-E2E9-4F0B-961D-A3E9FDB788A3}" @@ -12168,280 +12294,280 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1460706475 -#time=1d196eb1ee2665c +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC903}] 1526460547 +#time=1d3ecf2c03e6f14 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1460706475 -#time=1d196eb1ee267b0 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC904}] 1526460547 +#time=1d3ecf2c03e7022 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1460706475 -#time=1d196eb1ee26256 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC905}] 1526460547 +#time=1d3ecf2c03e6be0 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1460706475 -#time=1d196eb1ee263a0 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC907}] 1526460547 +#time=1d3ecf2c03e6cee -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1460706475 -#time=1d196eb1ee264fe +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC908}] 1526460547 +#time=1d3ecf2c03e6dfc -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1460706475 -#time=1d196eb1ee2690e +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90C}] 1526460547 +#time=1d3ecf2c03e713a -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1460706475 -#time=1d196eb1ee26a76 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90E}] 1526460547 +#time=1d3ecf2c03e7252 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee26bd4 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c03e7360 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1460706475 -#time=1d196eb1ee26d5a +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC910}] 1526460547 +#time=1d3ecf2c03e7496 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1460706475 -#time=1d196eb1ee26e90 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC915}] 1526460547 +#time=1d3ecf2c03e75b8 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1460706475 -#time=1d196eb1ee26f94 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC916}] 1526460547 +#time=1d3ecf2c03e76c6 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}] 1460706475 -#time=1d196eb1ee270b6 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC917}] 1526460547 +#time=1d3ecf2c03e77e8 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\InprocServer32] 1460706472 -#time=1d196eb1d19a10a +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0eb8e @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Patterns\\0] 1460706475 -#time=1d196eb1ee274f8 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Patterns\\0] 1526460547 +#time=1d3ecf2c03e7c98 "EndOfStream"=dword:00000000 "Length"=dword:00000004 "Mask"=hex:ff,ff,ff,ff "Pattern"=hex:49,49,2a,00 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Patterns\\1] 1460706475 -#time=1d196eb1ee27868 +[Software\\Classes\\CLSID\\{B54E85D9-FE23-499F-8B88-6ACEA713752B}\\Patterns\\1] 1526460547 +#time=1d3ecf2c03e8044 "EndOfStream"=dword:00000000 "Length"=dword:00000004 "Mask"=hex:ff,ff,ff,ff "Pattern"=hex:4d,4d,00,2a "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}] 1460706472 -#time=1d196eb1d175030 +[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}] 1526460533 +#time=1d3ecf2b7e58564 @="VB Script Language" -[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1460706472 -#time=1d196eb1d174dd8 +[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7e582f8 -[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1460706472 -#time=1d196eb1d174ef0 +[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7e583fc -[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\InprocServer32] 1460706471 -#time=1d196eb1d16ca98 +[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\InprocServer32] 1526460533 +#time=1d3ecf2b7e4fae0 @="C:\\windows\\system32\\vbscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\OLEScript] 1460706472 -#time=1d196eb1d175030 +[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\OLEScript] 1526460533 +#time=1d3ecf2b7e58564 -[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\ProgId] 1460706471 -#time=1d196eb1d16cbe2 +[Software\\Classes\\CLSID\\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}\\ProgId] 1526460533 +#time=1d3ecf2b7e4fc66 @="VBScript" -[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}] 1460706472 -#time=1d196eb1d17544a +[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}] 1526460533 +#time=1d3ecf2b7e58960 @="VB Script Language Authoring" -[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{0aee2a92-bcbb-11d0-8c72-00c04fc2b085}] 1460706472 -#time=1d196eb1d17530a +[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{0aee2a92-bcbb-11d0-8c72-00c04fc2b085}] 1526460533 +#time=1d3ecf2b7e587f8 -[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}\\InprocServer32] 1460706471 -#time=1d196eb1d16cf2a +[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}\\InprocServer32] 1526460533 +#time=1d3ecf2b7e4fffe @="C:\\windows\\system32\\vbscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}\\OLEScript] 1460706472 -#time=1d196eb1d17544a +[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}\\OLEScript] 1526460533 +#time=1d3ecf2b7e58960 -[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}\\ProgId] 1460706471 -#time=1d196eb1d16d07e +[Software\\Classes\\CLSID\\{B54F3742-5B07-11CF-A4B0-00AA004A55E8}\\ProgId] 1526460533 +#time=1d3ecf2b7e5017a @="VBScript Author" -[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}] 1460706472 -#time=1d196eb1d1759c2 +[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}] 1526460533 +#time=1d3ecf2b7e58f5a @="VB Script Language Encoding" -[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1460706472 -#time=1d196eb1d17568e +[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7e58bf4 -[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1460706472 -#time=1d196eb1d17576a +[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7e58cee -[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a3-9847-11cf-8f20-00805f2cd064}] 1460706472 -#time=1d196eb1d175882 +[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\Implemented Categories\\{f0b7a1a3-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7e58df2 -[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\InprocServer32] 1460706471 -#time=1d196eb1d16d394 +[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\InprocServer32] 1526460533 +#time=1d3ecf2b7e5053a @="C:\\windows\\system32\\vbscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\OLEScript] 1460706472 -#time=1d196eb1d1759c2 +[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\OLEScript] 1526460533 +#time=1d3ecf2b7e58f5a -[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\ProgId] 1460706471 -#time=1d196eb1d16d4e8 +[Software\\Classes\\CLSID\\{B54F3743-5B07-11CF-A4B0-00AA004A55E8}\\ProgId] 1526460533 +#time=1d3ecf2b7e506ac @="VBScript.Encode" -[Software\\Classes\\CLSID\\{B5F8350B-0548-48B1-A6EE-88BD00B4A5E7}] 1460706471 -#time=1d196eb1d099e54 +[Software\\Classes\\CLSID\\{B5F8350B-0548-48B1-A6EE-88BD00B4A5E7}] 1526460533 +#time=1d3ecf2b7cfc4ae @="CAccPropServices" -[Software\\Classes\\CLSID\\{B5F8350B-0548-48B1-A6EE-88BD00B4A5E7}\\InprocServer32] 1460706471 -#time=1d196eb1d099c2e +[Software\\Classes\\CLSID\\{B5F8350B-0548-48B1-A6EE-88BD00B4A5E7}\\InprocServer32] 1526460533 +#time=1d3ecf2b7cfc242 @="C:\\windows\\system32\\oleacc.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{B5F8350B-0548-48B1-A6EE-88BD00B4A5E7}\\TypeLib] 1460706471 -#time=1d196eb1d099d78 +[Software\\Classes\\CLSID\\{B5F8350B-0548-48B1-A6EE-88BD00B4A5E7}\\TypeLib] 1526460533 +#time=1d3ecf2b7cfc3be @="{1EA4DBF0-3C3B-11CF-810C-00AA00389B71}" -[Software\\Classes\\CLSID\\{B5F8350B-0548-48B1-A6EE-88BD00B4A5E7}\\Version] 1460706471 -#time=1d196eb1d099ec2 +[Software\\Classes\\CLSID\\{B5F8350B-0548-48B1-A6EE-88BD00B4A5E7}\\Version] 1526460533 +#time=1d3ecf2b7cfc530 @="1.1" -[Software\\Classes\\CLSID\\{B5F8FB3B-393F-4F7C-84CB-504924C2705A}] 1460706471 -#time=1d196eb1cfd27aa +[Software\\Classes\\CLSID\\{B5F8FB3B-393F-4F7C-84CB-504924C2705A}] 1526460533 +#time=1d3ecf2b7e43aec @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{B5F8FB3B-393F-4F7C-84CB-504924C2705A}\\InprocServer32] 1460706471 -#time=1d196eb1cfd289a +[Software\\Classes\\CLSID\\{B5F8FB3B-393F-4F7C-84CB-504924C2705A}\\InprocServer32] 1526460533 +#time=1d3ecf2b7e43bfa @="C:\\windows\\system32\\msctfp.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}] 1460706647 -#time=1d196eb858a179c +[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}] 1526460879 +#time=1d3ecf3865ef0b0 @="System.Security.Cryptography.DESCryptoServiceProvider" -[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85893372 +[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3865d52be @="" -[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}\\InprocServer32] 1460706647 -#time=1d196eb8589e862 +[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}\\InprocServer32] 1526460879 +#time=1d3ecf3865e9cdc @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.DESCryptoServiceProvider" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e4abae +[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38555a588 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.DESCryptoServiceProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}\\ProgId] 1460706647 -#time=1d196eb858952e4 +[Software\\Classes\\CLSID\\{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}\\ProgId] 1526460879 +#time=1d3ecf3865d8aa4 @="System.Security.Cryptography.DESCryptoServiceProvider" -[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}] 1460706647 -#time=1d196eb85814d24 +[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}] 1526460879 +#time=1d3ecf386504574 @="Microsoft.JScript.Vsa.VsaEngine" -[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85803dc6 +[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3864eb66e @="" -[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\InprocServer32] 1460706647 -#time=1d196eb85813c6c +[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\InprocServer32] 1526460879 +#time=1d3ecf386502bf2 @="mscoree.dll" "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.Vsa.VsaEngine" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\InprocServer32\\10.0.0.0] 1460706646 -#time=1d196eb85600222 +[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\InprocServer32\\10.0.0.0] 1526460879 +#time=1d3ecf38618fb32 "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.Vsa.VsaEngine" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\InprocServer32\\7.0.5000.0] 1460706647 -#time=1d196eb8580c2d2 +[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\InprocServer32\\7.0.5000.0] 1526460879 +#time=1d3ecf3864f7ec8 "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.Vsa.VsaEngine" "RuntimeVersion"="v1.1.4322" -[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\ProgId] 1460706647 -#time=1d196eb85806706 +[Software\\Classes\\CLSID\\{B71E484D-93ED-4B56-BFB9-CEED5134822B}\\ProgId] 1526460879 +#time=1d3ecf3864effb6 @="Microsoft.JScript.Vsa.VsaEngine" -[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}] 1460706648 -#time=1d196eb86215f76 +[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}] 1526460881 +#time=1d3ecf3876d1c02 @="System.Runtime.InteropServices.OptionalAttribute" -[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8620cb60 +[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3876c22d4 @="" -[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}\\InprocServer32] 1460706648 -#time=1d196eb86212f60 +[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}\\InprocServer32] 1526460881 +#time=1d3ecf3876ccd6a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.OptionalAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85151302 +[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a05c54 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.OptionalAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}\\ProgId] 1460706648 -#time=1d196eb8620da9c +[Software\\Classes\\CLSID\\{B81CB5ED-E654-399F-9698-C83C50665786}\\ProgId] 1526460881 +#time=1d3ecf3876c3fd0 @="System.Runtime.InteropServices.OptionalAttribute" -[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}] 1460706646 -#time=1d196eb855489ce +[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}] 1526460879 +#time=1d3ecf38603b5b0 @="Type name parser and builder" -[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706646 -#time=1d196eb85544932 +[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386032a14 @="" -[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}\\InprocServer32] 1460706646 -#time=1d196eb85546be2 +[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}\\InprocServer32] 1526460879 +#time=1d3ecf386037ac8 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84ba3090 +[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf3851129bc "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}\\NotInsertable] 1460706646 -#time=1d196eb85547b78 +[Software\\Classes\\CLSID\\{B81FF171-20F3-11d2-8DCC-00A0C9B00525}\\NotInsertable] 1526460879 +#time=1d3ecf3860398fa @="" -[Software\\Classes\\CLSID\\{B87BEB7B-8D29-423F-AE4D-6582C10175AC}] 1460706471 -#time=1d196eb1d0e36e4 +[Software\\Classes\\CLSID\\{B87BEB7B-8D29-423F-AE4D-6582C10175AC}] 1526460533 +#time=1d3ecf2b7b1691e @="Video Mixing Renderer" -[Software\\Classes\\CLSID\\{B87BEB7B-8D29-423F-AE4D-6582C10175AC}\\InprocServer32] 1460706471 -#time=1d196eb1d0e37d4 +[Software\\Classes\\CLSID\\{B87BEB7B-8D29-423F-AE4D-6582C10175AC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b16a36 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}] 1460706471 -#time=1d196eb1cdfef78 +[Software\\Classes\\CLSID\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}] 1526460533 +#time=1d3ecf2b80844a0 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}\\InprocServer32] 1460706471 -#time=1d196eb1cdff05e +[Software\\Classes\\CLSID\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}\\InprocServer32] 1526460533 +#time=1d3ecf2b808463a @="C:\\windows\\system32\\actxprxy.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B92E345D-F52D-41F3-B562-081BC772E3B9}] 1460706475 -#time=1d196eb1ee384e2 +[Software\\Classes\\CLSID\\{B92E345D-F52D-41F3-B562-081BC772E3B9}] 1526460547 +#time=1d3ecf2c03f69fa @="WIC GCE Metadata Reader" "Author"="The Wine Project" "FriendlyName"="Graphic Control Extension Reader" @@ -12452,500 +12578,500 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{B92E345D-F52D-41F3-B562-081BC772E3B9}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1460706475 -#time=1d196eb1ee38834 +[Software\\Classes\\CLSID\\{B92E345D-F52D-41F3-B562-081BC772E3B9}\\Containers\\{1F8A5601-7D4D-4CBD-9C82-1BC8D4EEB9A5}\\0] 1526460547 +#time=1d3ecf2c03f6d4c "DataOffset"=dword:00000003 "Mask"=hex:ff,ff,ff "Pattern"=hex:21,f9,04 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{B92E345D-F52D-41F3-B562-081BC772E3B9}\\InprocServer32] 1460706472 -#time=1d196eb1d19c37e +[Software\\Classes\\CLSID\\{B92E345D-F52D-41F3-B562-081BC772E3B9}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f116d6 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}] 1460706471 -#time=1d196eb1cf201fe +[Software\\Classes\\CLSID\\{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}] 1526460533 +#time=1d3ecf2b7db996e @="DirectPlayVoice Client Object" -[Software\\Classes\\CLSID\\{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}\\InprocServer32] 1460706471 -#time=1d196eb1cf1fdb2 +[Software\\Classes\\CLSID\\{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7db95a4 @="C:\\windows\\system32\\dpvoice.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}\\ProgId] 1460706471 -#time=1d196eb1cf20032 +[Software\\Classes\\CLSID\\{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}\\ProgId] 1526460533 +#time=1d3ecf2b7db9720 @="DirectPlayVoice.Client.1" -[Software\\Classes\\CLSID\\{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf2029e +[Software\\Classes\\CLSID\\{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7db99f0 @="DirectPlayVoice.Client" -[Software\\Classes\\CLSID\\{BA26E6FA-4F27-4F56-953A-3F90272018AA}] 1460706471 -#time=1d196eb1d03f828 +[Software\\Classes\\CLSID\\{BA26E6FA-4F27-4F56-953A-3F90272018AA}] 1526460533 +#time=1d3ecf2b7af6376 @="WineMsiRemoteCustomAction" -[Software\\Classes\\CLSID\\{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}] 1460706471 -#time=1d196eb1cef0fee +[Software\\Classes\\CLSID\\{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}] 1526460533 +#time=1d3ecf2b7d78ee6 @="DirectMusicSegTriggerTrack" -[Software\\Classes\\CLSID\\{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}\\InprocServer32] 1460706471 -#time=1d196eb1cef0daa +[Software\\Classes\\CLSID\\{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d78c70 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}\\ProgId] 1460706471 -#time=1d196eb1cef0ef4 +[Software\\Classes\\CLSID\\{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}\\ProgId] 1526460533 +#time=1d3ecf2b7d78dec @="Microsoft.DirectMusicSegTriggerTrack.1" -[Software\\Classes\\CLSID\\{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cef105c +[Software\\Classes\\CLSID\\{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d78f72 @="Microsoft.DirectMusicSegTriggerTrack" -[Software\\Classes\\CLSID\\{BB847B8A-054A-11D2-A894-0000F8084F96}] 1460706471 -#time=1d196eb1cf73412 +[Software\\Classes\\CLSID\\{BB847B8A-054A-11D2-A894-0000F8084F96}] 1526460533 +#time=1d3ecf2b7bf946c @="CLSID_IPropFindRequest" -[Software\\Classes\\CLSID\\{BB847B8A-054A-11D2-A894-0000F8084F96}\\InprocServer32] 1460706471 -#time=1d196eb1cf734f8 +[Software\\Classes\\CLSID\\{BB847B8A-054A-11D2-A894-0000F8084F96}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf9584 @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}] 1460706647 -#time=1d196eb85fd49f6 +[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}] 1526460881 +#time=1d3ecf3872b8788 @="System.Runtime.Remoting.Services.EnterpriseServicesHelper" -[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85fcacb2 +[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3872a65d8 @="" -[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}\\InprocServer32] 1460706647 -#time=1d196eb85fd3b82 +[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}\\InprocServer32] 1526460881 +#time=1d3ecf3872b6a14 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Services.EnterpriseServicesHelper" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fe6b20 +[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857db3b6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Services.EnterpriseServicesHelper" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}\\ProgId] 1460706647 -#time=1d196eb85fccc60 +[Software\\Classes\\CLSID\\{BC5062B6-79E8-3F19-A87E-F9DAF826960C}\\ProgId] 1526460881 +#time=1d3ecf3872aa0ac @="System.Runtime.Remoting.Services.EnterpriseServicesHelper" -[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}] 1460706648 -#time=1d196eb860cb454 +[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}] 1526460881 +#time=1d3ecf38749694c @="System.Runtime.CompilerServices.CallConvStdcall" -[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860c35d8 +[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3874889f0 @="" -[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}\\InprocServer32] 1460706648 -#time=1d196eb860ca590 +[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}\\InprocServer32] 1526460881 +#time=1d3ecf387494ea8 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CallConvStdcall" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8509ec3e +[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858f072e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CallConvStdcall" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}\\ProgId] 1460706648 -#time=1d196eb860c55cc +[Software\\Classes\\CLSID\\{BCB67D4D-2096-36BE-974C-A003FC95041B}\\ProgId] 1526460881 +#time=1d3ecf38748c01e @="System.Runtime.CompilerServices.CallConvStdcall" -[Software\\Classes\\CLSID\\{BCDE0395-E52F-467C-8E3D-C4579291692E}] 1460706471 -#time=1d196eb1cfb360c +[Software\\Classes\\CLSID\\{BCDE0395-E52F-467C-8E3D-C4579291692E}] 1526460533 +#time=1d3ecf2b7d450aa @="MMDeviceEnumerator class" -[Software\\Classes\\CLSID\\{BCDE0395-E52F-467C-8E3D-C4579291692E}\\InprocServer32] 1460706471 -#time=1d196eb1cfb376a +[Software\\Classes\\CLSID\\{BCDE0395-E52F-467C-8E3D-C4579291692E}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d451c2 @="C:\\windows\\system32\\mmdevapi.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}] 1460706647 -#time=1d196eb85df8c68 +[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}] 1526460880 +#time=1d3ecf386f3974c @="System.FieldAccessException" -[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85de24a4 +[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386f0f91a @="" -[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}\\InprocServer32] 1460706647 -#time=1d196eb85df4ed8 +[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}\\InprocServer32] 1526460880 +#time=1d3ecf386f32ab4 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.FieldAccessException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8546bca4 +[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385ef4c60 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.FieldAccessException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}\\ProgId] 1460706647 -#time=1d196eb85de6360 +[Software\\Classes\\CLSID\\{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}\\ProgId] 1526460880 +#time=1d3ecf386f17ac0 @="System.FieldAccessException" -[Software\\Classes\\CLSID\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}] 1460706474 -#time=1d196eb1ed87a5c +[Software\\Classes\\CLSID\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}] 1526460547 +#time=1d3ecf2c0375f6c @="Capture Graph Builder" -[Software\\Classes\\CLSID\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}\\InProcServer32] 1460706474 -#time=1d196eb1ed87c50 +[Software\\Classes\\CLSID\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}\\InProcServer32] 1526460547 +#time=1d3ecf2c0376318 @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BF87B6E1-8C27-11D0-B3F0-00AA003761C5}] 1460706474 -#time=1d196eb1ed880ce +[Software\\Classes\\CLSID\\{BF87B6E1-8C27-11D0-B3F0-00AA003761C5}] 1526460547 +#time=1d3ecf2c037680e @="Capture Graph Builder2" -[Software\\Classes\\CLSID\\{BF87B6E1-8C27-11D0-B3F0-00AA003761C5}\\InProcServer32] 1460706474 -#time=1d196eb1ed882b8 +[Software\\Classes\\CLSID\\{BF87B6E1-8C27-11D0-B3F0-00AA003761C5}\\InProcServer32] 1526460547 +#time=1d3ecf2c0376a20 @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BFC880F1-7484-11D0-8309-00AA00B6015C}] 1460706471 -#time=1d196eb1cf7a5f0 +[Software\\Classes\\CLSID\\{BFC880F1-7484-11D0-8309-00AA00B6015C}] 1526460533 +#time=1d3ecf2b7ca0afa @="Download Site Manager" -[Software\\Classes\\CLSID\\{BFC880F1-7484-11D0-8309-00AA00B6015C}\\InprocServer32] 1460706471 -#time=1d196eb1cf7a7ee +[Software\\Classes\\CLSID\\{BFC880F1-7484-11D0-8309-00AA00B6015C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ca0c08 @="C:\\windows\\system32\\inseng.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}] 1460706472 -#time=1d196eb1d1f23f0 +[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}] 1526460533 +#time=1d3ecf2b7dfbb70 @="AutomaticUpdates Class" -[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\InprocServer32] 1460706472 -#time=1d196eb1d1f1e14 +[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dfb602 @="C:\\windows\\system32\\wuapi.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\ProgId] 1460706472 -#time=1d196eb1d1f1f68 +[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\ProgId] 1526460533 +#time=1d3ecf2b7dfb788 @="Microsoft.Update.AutoUpdate.1" -[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\TypeLib] 1460706472 -#time=1d196eb1d1f20b2 +[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\TypeLib] 1526460533 +#time=1d3ecf2b7dfb8fa @="{B596CC9F-56E5-419E-A622-E01BB457431E}" -[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\Version] 1460706472 -#time=1d196eb1d1f22ce +[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\Version] 1526460533 +#time=1d3ecf2b7dfba76 @="2.0" -[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\VersionIndependentProgId] 1460706472 -#time=1d196eb1d1f24c2 +[Software\\Classes\\CLSID\\{BFE18E9C-6D87-4450-B37C-E02F0B373803}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7dfbbfc @="Microsoft.Update.AutoUpdate" -[Software\\Classes\\CLSID\\{BFFECCA7-4069-49F9-B5AB-7CCBB078ED91}] 1460706646 -#time=1d196eb85662468 +[Software\\Classes\\CLSID\\{BFFECCA7-4069-49F9-B5AB-7CCBB078ED91}] 1526460879 +#time=1d3ecf38622f3e4 @="System.ServiceModel.Internal.TransactionBridge" -[Software\\Classes\\CLSID\\{BFFECCA7-4069-49F9-B5AB-7CCBB078ED91}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706646 -#time=1d196eb8565ec14 +[Software\\Classes\\CLSID\\{BFFECCA7-4069-49F9-B5AB-7CCBB078ED91}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38622a38a @="" -[Software\\Classes\\CLSID\\{BFFECCA7-4069-49F9-B5AB-7CCBB078ED91}\\InprocServer32] 1460706647 -#time=1d196eb856633f4 +[Software\\Classes\\CLSID\\{BFFECCA7-4069-49F9-B5AB-7CCBB078ED91}\\InprocServer32] 1526460879 +#time=1d3ecf386230fa0 @="mscoree.dll" "Class"="System.ServiceModel.Internal.TransactionBridge" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{BFFECCA7-4069-49F9-B5AB-7CCBB078ED91}\\InprocServer32\\4.0.0.0] 1460706647 -#time=1d196eb8566596a +[Software\\Classes\\CLSID\\{BFFECCA7-4069-49F9-B5AB-7CCBB078ED91}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf386235dca "Assembly"="Microsoft.Transactions.Bridge, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.ServiceModel.Internal.TransactionBridge" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}] 1460706648 -#time=1d196eb860ed57c +[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}] 1526460881 +#time=1d3ecf3874d4242 @="System.IO.PathTooLongException" -[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860e52aa +[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3874c54e0 @="" -[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}\\InprocServer32] 1460706648 -#time=1d196eb860ec60e +[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}\\InprocServer32] 1526460881 +#time=1d3ecf3874d28e8 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.PathTooLongException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850af250 +[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38590a386 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.PathTooLongException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}\\ProgId] 1460706648 -#time=1d196eb860e73ac +[Software\\Classes\\CLSID\\{C016A313-9606-36D3-A823-33EBF5006189}\\ProgId] 1526460881 +#time=1d3ecf3874c8ea6 @="System.IO.PathTooLongException" -[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}] 1460706472 -#time=1d196eb1d1f3692 +[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}] 1526460533 +#time=1d3ecf2b7dfce9e @="SystemInformation Class" -[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\InprocServer32] 1460706472 -#time=1d196eb1d1f317e +[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dfc93a @="C:\\windows\\system32\\wuapi.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\ProgId] 1460706472 -#time=1d196eb1d1f32c8 +[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\ProgId] 1526460533 +#time=1d3ecf2b7dfcaac @="Microsoft.Update.SystemInfo.1" -[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\TypeLib] 1460706472 -#time=1d196eb1d1f3444 +[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\TypeLib] 1526460533 +#time=1d3ecf2b7dfcc28 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" -[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\Version] 1460706472 -#time=1d196eb1d1f35b6 +[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\Version] 1526460533 +#time=1d3ecf2b7dfcda4 @="2.0" -[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\VersionIndependentProgId] 1460706472 -#time=1d196eb1d1f370a +[Software\\Classes\\CLSID\\{C01B9BA0-BEA7-41BA-B604-D0A36F469133}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7dfcf20 @="Microsoft.Update.SystemInfo" -[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}] 1460706648 -#time=1d196eb8640537c +[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}] 1526460882 +#time=1d3ecf387a23b9e @="System.AppDomainManager" -[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb864003d6 +[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf387a1ae72 @="" -[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}\\InprocServer32] 1460706648 -#time=1d196eb8640442c +[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}\\InprocServer32] 1526460882 +#time=1d3ecf387a2221c @="mscoree.dll" "Class"="System.AppDomainManager" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854e8948 +[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fa9b92 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.AppDomainManager" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}\\ProgId] 1460706648 -#time=1d196eb864014ca +[Software\\Classes\\CLSID\\{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}\\ProgId] 1526460882 +#time=1d3ecf387a1cb1e @="System.AppDomainManager" -[Software\\Classes\\CLSID\\{C04D65CF-B70D-11D0-B188-00AA0038C969}] 1460706471 -#time=1d196eb1cfafe76 +[Software\\Classes\\CLSID\\{C04D65CF-B70D-11D0-B188-00AA0038C969}] 1526460533 +#time=1d3ecf2b7fe0daa @="Multi Language String" -[Software\\Classes\\CLSID\\{C04D65CF-B70D-11D0-B188-00AA0038C969}\\InprocServer32] 1460706471 -#time=1d196eb1cfaff66 +[Software\\Classes\\CLSID\\{C04D65CF-B70D-11D0-B188-00AA0038C969}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fe0ec2 @="C:\\windows\\system32\\mlang.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C0B4E2F3-BA21-4773-8DBA-335EC946EB8B}] 1460706471 -#time=1d196eb1ce95e1e +[Software\\Classes\\CLSID\\{C0B4E2F3-BA21-4773-8DBA-335EC946EB8B}] 1526460533 +#time=1d3ecf2b7c8381a @="File Save Dialog" -[Software\\Classes\\CLSID\\{C0B4E2F3-BA21-4773-8DBA-335EC946EB8B}\\InprocServer32] 1460706471 -#time=1d196eb1ce95f0e +[Software\\Classes\\CLSID\\{C0B4E2F3-BA21-4773-8DBA-335EC946EB8B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c83932 @="C:\\windows\\system32\\comdlg32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}] 1460706647 -#time=1d196eb85906f3e +[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}] 1526460880 +#time=1d3ecf38669c788 @="System.Security.Cryptography.FromBase64Transform" -[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb859000a8 +[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38668eea8 @="" -[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}\\InprocServer32] 1460706647 -#time=1d196eb85906084 +[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}\\InprocServer32] 1526460880 +#time=1d3ecf38669ade8 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.FromBase64Transform" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e61430 +[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38557a09a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.FromBase64Transform" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}\\ProgId] 1460706647 -#time=1d196eb85901016 +[Software\\Classes\\CLSID\\{C1ABB475-F198-39D5-BF8D-330BC7189661}\\ProgId] 1526460880 +#time=1d3ecf386690b86 @="System.Security.Cryptography.FromBase64Transform" -[Software\\Classes\\CLSID\\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}] 1460706471 -#time=1d196eb1d04a552 +[Software\\Classes\\CLSID\\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}] 1526460533 +#time=1d3ecf2b7efb80e @="CActiveIMMAppEx" -[Software\\Classes\\CLSID\\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\\InprocServer32] 1460706471 -#time=1d196eb1d04a638 +[Software\\Classes\\CLSID\\{C1EE01F2-B3B6-4A6A-9DDD-E988C088EC82}\\InprocServer32] 1526460533 +#time=1d3ecf2b7efb91c @="C:\\windows\\system32\\msimtf.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{C1F400A0-3F08-11D3-9F0B-006008039E37}] 1460706471 -#time=1d196eb1d0c9c26 +[Software\\Classes\\CLSID\\{C1F400A0-3F08-11D3-9F0B-006008039E37}] 1526460533 +#time=1d3ecf2b7b64cf4 @="Sample Grabber" -[Software\\Classes\\CLSID\\{C1F400A0-3F08-11D3-9F0B-006008039E37}\\InprocServer32] 1460706471 -#time=1d196eb1d0c9dca +[Software\\Classes\\CLSID\\{C1F400A0-3F08-11D3-9F0B-006008039E37}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b64e34 @="C:\\windows\\system32\\qedit.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C1F400A4-3F08-11D3-9F0B-006008039E37}] 1460706471 -#time=1d196eb1d0e2776 +[Software\\Classes\\CLSID\\{C1F400A4-3F08-11D3-9F0B-006008039E37}] 1526460533 +#time=1d3ecf2b7b1571c @="Null Renderer" -[Software\\Classes\\CLSID\\{C1F400A4-3F08-11D3-9F0B-006008039E37}\\InprocServer32] 1460706471 -#time=1d196eb1d0e2866 +[Software\\Classes\\CLSID\\{C1F400A4-3F08-11D3-9F0B-006008039E37}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b15834 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}] 1460706647 -#time=1d196eb85f95314 +[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}] 1526460881 +#time=1d3ecf387250de0 @="System.Runtime.Remoting.Messaging.OneWayAttribute" -[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f8a73e +[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38723f694 @="" -[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}\\InprocServer32] 1460706647 -#time=1d196eb85f942de +[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}\\InprocServer32] 1526460881 +#time=1d3ecf38724eed2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Messaging.OneWayAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fca9a2 +[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857ad358 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Messaging.OneWayAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}\\ProgId] 1460706647 -#time=1d196eb85f8b846 +[Software\\Classes\\CLSID\\{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}\\ProgId] 1526460881 +#time=1d3ecf387242326 @="System.Runtime.Remoting.Messaging.OneWayAttribute" -[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}] 1460706647 -#time=1d196eb85e0df28 +[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}] 1526460880 +#time=1d3ecf386f5e222 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger" -[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e05cc4 +[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386f50898 @="" -[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}\\InprocServer32] 1460706647 -#time=1d196eb85e0cff6 +[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}\\InprocServer32] 1526460880 +#time=1d3ecf386f5c85a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f4bc9c +[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856e8e7c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}\\ProgId] 1460706647 -#time=1d196eb85e06d5e +[Software\\Classes\\CLSID\\{C41D0B30-A518-3093-A18F-364AF9E71EB7}\\ProgId] 1526460880 +#time=1d3ecf386f523a0 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger" -[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}] 1460706647 -#time=1d196eb858f39a2 +[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}] 1526460880 +#time=1d3ecf386677a00 @="System.Security.Cryptography.CryptographicUnexpectedOperationException" -[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb858e4420 +[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38665d812 @="" -[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}\\InprocServer32] 1460706647 -#time=1d196eb858f2a98 +[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}\\InprocServer32] 1526460880 +#time=1d3ecf386676092 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CryptographicUnexpectedOperationException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e710a6 +[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385593fea "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CryptographicUnexpectedOperationException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}\\ProgId] 1460706647 -#time=1d196eb858e762a +[Software\\Classes\\CLSID\\{C41FA05C-8A7A-3157-8166-4104BB4925BA}\\ProgId] 1526460879 +#time=1d3ecf386662b8c @="System.Security.Cryptography.CryptographicUnexpectedOperationException" -[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}] 1460706648 -#time=1d196eb863695ee +[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}] 1526460881 +#time=1d3ecf387910a54 @="System.Runtime.CompilerServices.NativeCppClassAttribute" -[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863640f8 +[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387909df8 @="" -[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}\\InprocServer32] 1460706648 -#time=1d196eb86367f6e +[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}\\InprocServer32] 1526460881 +#time=1d3ecf38790efce @="mscoree.dll" "Class"="System.Runtime.CompilerServices.NativeCppClassAttribute" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850701ea +[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858b69d4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.NativeCppClassAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}\\ProgId] 1460706648 -#time=1d196eb863651ba +[Software\\Classes\\CLSID\\{C437AB2E-865B-321D-BA15-0C8EC4CA119B}\\ProgId] 1526460881 +#time=1d3ecf38790b9be @="System.Runtime.CompilerServices.NativeCppClassAttribute" -[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}] 1460706647 -#time=1d196eb85d86014 +[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}] 1526460880 +#time=1d3ecf386e6de30 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken" -[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d7df90 +[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386e6019a @="" -[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}\\InprocServer32] 1460706647 -#time=1d196eb85d850ce +[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}\\InprocServer32] 1526460880 +#time=1d3ecf386e6bf18 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f1c3ac +[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856a52c6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}\\ProgId] 1460706647 -#time=1d196eb85d7fee4 +[Software\\Classes\\CLSID\\{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}\\ProgId] 1526460880 +#time=1d3ecf386e635b6 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken" -[Software\\Classes\\CLSID\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}] 1460706475 -#time=1d196eb1ee21986 +[Software\\Classes\\CLSID\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}] 1526460547 +#time=1d3ecf2c03e298c @="WIC ICO Decoder" "Author"="The Wine Project" "ContainerFormat"="{A3A860C4-338F-4C17-919A-FBA4B5628F21}" @@ -12955,4586 +13081,4579 @@ WINE REGISTRY Version 2 "Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" "Version"="1.0.0.0" -[Software\\Classes\\CLSID\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1460706475 -#time=1d196eb1ee2165c +[Software\\Classes\\CLSID\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}\\Formats\\{6FDDC324-4E03-4BFE-B185-3D77768DC90F}] 1526460547 +#time=1d3ecf2c03e282e -[Software\\Classes\\CLSID\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}\\InprocServer32] 1460706472 -#time=1d196eb1d199728 +[Software\\Classes\\CLSID\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0e0a8 @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}\\Patterns\\0] 1460706475 -#time=1d196eb1ee21f4e +[Software\\Classes\\CLSID\\{C61BFCDF-2E0F-4AAD-A8D7-E06BAFEBCDFE}\\Patterns\\0] 1526460547 +#time=1d3ecf2c03e2cd4 "EndOfStream"=dword:00000000 "Length"=dword:00000004 "Mask"=hex:ff,ff,ff,ff "Pattern"=hex:00,00,01,00 "Position"=dword:00000000 -[Software\\Classes\\CLSID\\{C647B5C0-157C-11D0-BD23-00A0C911CE86}] 1460706474 -#time=1d196eb1ed85f9a +[Software\\Classes\\CLSID\\{C647B5C0-157C-11D0-BD23-00A0C911CE86}] 1526460547 +#time=1d3ecf2c037473e @="AVI mux Property Page" -[Software\\Classes\\CLSID\\{C647B5C0-157C-11D0-BD23-00A0C911CE86}\\InProcServer32] 1460706474 -#time=1d196eb1ed86080 +[Software\\Classes\\CLSID\\{C647B5C0-157C-11D0-BD23-00A0C911CE86}\\InProcServer32] 1526460547 +#time=1d3ecf2c03748c4 @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C70EB77F-EFD4-4678-A27B-BF1648F30D04}] 1460706471 -#time=1d196eb1cefdffa +[Software\\Classes\\CLSID\\{C70EB77F-EFD4-4678-A27B-BF1648F30D04}] 1526460533 +#time=1d3ecf2b7f1b492 @="DirectMusic Script Source Code Loader" -[Software\\Classes\\CLSID\\{C70EB77F-EFD4-4678-A27B-BF1648F30D04}\\InprocServer32] 1460706471 -#time=1d196eb1cefddb6 +[Software\\Classes\\CLSID\\{C70EB77F-EFD4-4678-A27B-BF1648F30D04}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1b212 @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C70EB77F-EFD4-4678-A27B-BF1648F30D04}\\ProgId] 1460706471 -#time=1d196eb1cefdf00 +[Software\\Classes\\CLSID\\{C70EB77F-EFD4-4678-A27B-BF1648F30D04}\\ProgId] 1526460533 +#time=1d3ecf2b7f1b398 @="Microsoft.DirectMusicScripSourceCodeLoader.1" -[Software\\Classes\\CLSID\\{C70EB77F-EFD4-4678-A27B-BF1648F30D04}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefe068 +[Software\\Classes\\CLSID\\{C70EB77F-EFD4-4678-A27B-BF1648F30D04}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f1b51e @="Microsoft.DirectMusicScripSourceCodeLoader" -[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}] 1460706647 -#time=1d196eb85f420c4 +[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}] 1526460881 +#time=1d3ecf3871a8a00 @="System.Runtime.Remoting.Metadata.SoapParameterAttribute" -[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f3a162 +[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387196a1c @="" -[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}\\InprocServer32] 1460706647 -#time=1d196eb85f4125a +[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}\\InprocServer32] 1526460881 +#time=1d3ecf3871a6a70 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapParameterAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84fa98d8 +[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38577a994 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapParameterAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}\\ProgId] 1460706647 -#time=1d196eb85f3b0b2 +[Software\\Classes\\CLSID\\{C76B435D-86C2-30FD-9329-E2603246095C}\\ProgId] 1526460881 +#time=1d3ecf387198b14 @="System.Runtime.Remoting.Metadata.SoapParameterAttribute" -[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}] 1460706647 -#time=1d196eb85862f6a +[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}] 1526460879 +#time=1d3ecf386583fc2 @="Microsoft.JScript.COMMethodInfo" -[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8584ee48 +[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38656158a @="" -[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\InprocServer32] 1460706647 -#time=1d196eb85860e5e +[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\InprocServer32] 1526460879 +#time=1d3ecf386580ade @="mscoree.dll" "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.COMMethodInfo" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\InprocServer32\\10.0.0.0] 1460706646 -#time=1d196eb8560f588 +[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\InprocServer32\\10.0.0.0] 1526460879 +#time=1d3ecf3861ab4c2 "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.COMMethodInfo" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\InprocServer32\\7.0.5000.0] 1460706647 -#time=1d196eb85856512 +[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\InprocServer32\\7.0.5000.0] 1526460879 +#time=1d3ecf38656d6f0 "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.COMMethodInfo" "RuntimeVersion"="v1.1.4322" -[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\ProgId] 1460706647 -#time=1d196eb85850c70 +[Software\\Classes\\CLSID\\{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}\\ProgId] 1526460879 +#time=1d3ecf386564ff0 @="Microsoft.JScript.COMMethodInfo" -[Software\\Classes\\CLSID\\{C89AC250-E18A-4FC7-ABD5-B8897B6A78A5}] 1460706675 -#time=1d196eb967342cc +[Software\\Classes\\CLSID\\{C89AC250-E18A-4FC7-ABD5-B8897B6A78A5}] 1526460915 +#time=1d3ecf39ba12c18 @="System.EnterpriseServices.RegistrationHelperTx" -[Software\\Classes\\CLSID\\{C89AC250-E18A-4FC7-ABD5-B8897B6A78A5}\\InprocServer32] 1460706675 -#time=1d196eb967380c0 +[Software\\Classes\\CLSID\\{C89AC250-E18A-4FC7-ABD5-B8897B6A78A5}\\InprocServer32] 1526460915 +#time=1d3ecf39ba1b4c6 @="mscoree.dll" "Class"="System.EnterpriseServices.RegistrationHelperTx" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C89AC250-E18A-4FC7-ABD5-B8897B6A78A5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb855ae576 +[Software\\Classes\\CLSID\\{C89AC250-E18A-4FC7-ABD5-B8897B6A78A5}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3860fda16 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.RegistrationHelperTx" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C89AC250-E18A-4FC7-ABD5-B8897B6A78A5}\\ProgId] 1460706675 -#time=1d196eb96706d0e +[Software\\Classes\\CLSID\\{C89AC250-E18A-4FC7-ABD5-B8897B6A78A5}\\ProgId] 1526460915 +#time=1d3ecf39b9cf292 @="System.EnterpriseServices.RegistrationHelperTx" -[Software\\Classes\\CLSID\\{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde1a90 +[Software\\Classes\\CLSID\\{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ad3f60 @="OLE DB Error Collection Service" -[Software\\Classes\\CLSID\\{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}\\InprocServer32] 1460706471 -#time=1d196eb1cde186a +[Software\\Classes\\CLSID\\{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ad3bb4 @="C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}\\ProgId] 1460706471 -#time=1d196eb1cde19b4 +[Software\\Classes\\CLSID\\{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}\\ProgId] 1526460533 +#time=1d3ecf2b7ad3e34 @="MSDAER.1" -[Software\\Classes\\CLSID\\{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cde1afe +[Software\\Classes\\CLSID\\{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ad4000 @="MSDAER" -[Software\\Classes\\CLSID\\{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde14d2 +[Software\\Classes\\CLSID\\{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ad3434 @="OLE DB Data Conversion Library" -[Software\\Classes\\CLSID\\{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}\\InprocServer32] 1460706471 -#time=1d196eb1cde128e +[Software\\Classes\\CLSID\\{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ad2d2c @="C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}\\ProgId] 1460706471 -#time=1d196eb1cde1400 +[Software\\Classes\\CLSID\\{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}\\ProgId] 1526460533 +#time=1d3ecf2b7ad31e6 @="MSDADC.1" -[Software\\Classes\\CLSID\\{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cde154a +[Software\\Classes\\CLSID\\{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7ad3506 @="MSDADC" -[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}] 1460706647 -#time=1d196eb85e9082e +[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}] 1526460881 +#time=1d3ecf38703f204 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay" -[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e88390 +[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38702ff20 @="" -[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}\\InprocServer32] 1460706647 -#time=1d196eb85e8f956 +[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}\\InprocServer32] 1526460881 +#time=1d3ecf38703d800 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f6f796 +[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38571dbea "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}\\ProgId] 1460706647 -#time=1d196eb85e8a64a +[Software\\Classes\\CLSID\\{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}\\ProgId] 1526460881 +#time=1d3ecf387034f2a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay" -[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}] 1460706647 -#time=1d196eb85c26e58 +[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}] 1526460880 +#time=1d3ecf386c1c0fa @="System.RankException" -[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c1f162 +[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386c0c628 @="" -[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}\\InprocServer32] 1460706647 -#time=1d196eb85c25c38 +[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}\\InprocServer32] 1526460880 +#time=1d3ecf386c1a5de @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.RankException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853f593c +[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e31968 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.RankException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}\\ProgId] 1460706647 -#time=1d196eb85c20198 +[Software\\Classes\\CLSID\\{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}\\ProgId] 1526460880 +#time=1d3ecf386c0ebb2 @="System.RankException" -[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}] 1460706647 -#time=1d196eb8588aa4c +[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}] 1526460879 +#time=1d3ecf3865c7f7e @="Microsoft.JScript.COMFieldInfo" -[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8587cb0e +[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3865ae6e6 @="" -[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\InprocServer32] 1460706647 -#time=1d196eb858897be +[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\InprocServer32] 1526460879 +#time=1d3ecf3865c65ca @="mscoree.dll" "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.COMFieldInfo" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\InprocServer32\\10.0.0.0] 1460706646 -#time=1d196eb8561be64 +[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\InprocServer32\\10.0.0.0] 1526460879 +#time=1d3ecf3861c1bc8 "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.COMFieldInfo" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\InprocServer32\\7.0.5000.0] 1460706647 -#time=1d196eb858823ec +[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\InprocServer32\\7.0.5000.0] 1526460879 +#time=1d3ecf3865b8d94 "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.COMFieldInfo" "RuntimeVersion"="v1.1.4322" -[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\ProgId] 1460706647 -#time=1d196eb8587de46 +[Software\\Classes\\CLSID\\{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}\\ProgId] 1526460879 +#time=1d3ecf3865b0482 @="Microsoft.JScript.COMFieldInfo" -[Software\\Classes\\CLSID\\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}] 1460706647 -#time=1d196eb85746a28 +[Software\\Classes\\CLSID\\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}] 1526460879 +#time=1d3ecf3863a7384 @="Microsoft.IE.Manager" -[Software\\Classes\\CLSID\\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8573fc32 +[Software\\Classes\\CLSID\\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38639bb42 @="" -[Software\\Classes\\CLSID\\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}\\InprocServer32] 1460706647 -#time=1d196eb85745ab0 +[Software\\Classes\\CLSID\\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}\\InprocServer32] 1526460879 +#time=1d3ecf3863a5a0c @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}\\ProgId] 1460706647 -#time=1d196eb85741b18 +[Software\\Classes\\CLSID\\{CA35CB3D-0357-11D3-8729-00C04F79ED0D}\\ProgId] 1526460879 +#time=1d3ecf38639efd6 @="Microsoft.IE.Manager" -[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}] 1460706648 -#time=1d196eb8616e320 +[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}] 1526460881 +#time=1d3ecf3875b774a @="System.Runtime.InteropServices.SEHException" -[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86163af6 +[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3875a5e00 @="" -[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}\\InprocServer32] 1460706648 -#time=1d196eb8616d416 +[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}\\InprocServer32] 1526460881 +#time=1d3ecf3875b5bca @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.SEHException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8511e5ec +[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3859b0d62 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.SEHException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}\\ProgId] 1460706648 -#time=1d196eb861663be +[Software\\Classes\\CLSID\\{CA805B13-468C-3A22-BF9A-818E97EFA6B7}\\ProgId] 1526460881 +#time=1d3ecf3875a9672 @="System.Runtime.InteropServices.SEHException" -[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}] 1460706647 -#time=1d196eb8597ada8 +[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}] 1526460880 +#time=1d3ecf38678d7b4 @="System.EnterpriseServices.Internal.SoapServerVRoot" -[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8596f8fe +[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38677a4de @="" -[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}\\InprocServer32] 1460706647 -#time=1d196eb85978df0 +[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}\\InprocServer32] 1526460880 +#time=1d3ecf38678a2c6 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.SoapServerVRoot" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8555a80e +[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf386060f18 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.SoapServerVRoot" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}\\ProgId] 1460706647 -#time=1d196eb85971988 +[Software\\Classes\\CLSID\\{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}\\ProgId] 1526460880 +#time=1d3ecf38677dbfc @="System.EnterpriseServices.Internal.SoapServerVRoot" -[Software\\Classes\\CLSID\\{CACAF262-9370-4615-A13B-9F5539DA4C0A}] 1460706472 -#time=1d196eb1d19827e +[Software\\Classes\\CLSID\\{CACAF262-9370-4615-A13B-9F5539DA4C0A}] 1526460533 +#time=1d3ecf2b7f0c604 @="WIC Imaging Factory" -[Software\\Classes\\CLSID\\{CACAF262-9370-4615-A13B-9F5539DA4C0A}\\InprocServer32] 1460706472 -#time=1d196eb1d19836e +[Software\\Classes\\CLSID\\{CACAF262-9370-4615-A13B-9F5539DA4C0A}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f0c71c @="C:\\windows\\system32\\windowscodecs.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}] 1460706647 -#time=1d196eb85e83f34 +[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}] 1526460881 +#time=1d3ecf3870293b4 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth" -[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e7a196 +[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38700e848 @="" -[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}\\InprocServer32] 1460706647 -#time=1d196eb85e82f1c +[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}\\InprocServer32] 1526460881 +#time=1d3ecf387027afa @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f6b3ee +[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385717a92 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}\\ProgId] 1460706647 -#time=1d196eb85e7c176 +[Software\\Classes\\CLSID\\{CAEC7D4F-0B02-3579-943F-821738EE78CC}\\ProgId] 1526460881 +#time=1d3ecf387012f24 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth" -[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}] 1460706645 -#time=1d196eb84c95b1a +[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}] 1526460877 +#time=1d3ecf38527f660 @="Microsoft Common Language Runtime Meta Data" -[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706645 -#time=1d196eb84c8f6c0 +[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460877 +#time=1d3ecf385273d38 @="" -[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\InprocServer32] 1460706645 -#time=1d196eb84ba421a +[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\InprocServer32] 1526460877 +#time=1d3ecf385114618 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84ba4454 +[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf3851148a2 "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\NotInsertable] 1460706645 -#time=1d196eb84c928d4 +[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\NotInsertable] 1526460877 +#time=1d3ecf38527a340 @="" -[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\ProgId] 1460706471 -#time=1d196eb1cfbe908 +[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\ProgId] 1526460533 +#time=1d3ecf2b7b8a6e8 @="CLRMetaData.CorRuntimeHost.2" -[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cfbea52 +[Software\\Classes\\CLSID\\{CB2F6723-AB3A-11D2-9C40-00C04FA30A3E}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b8a85a @="CLRMetaData.CorRuntimeHost" -[Software\\Classes\\CLSID\\{CB8555CC-9128-11D1-AD9B-00C04FD8FDFF}] 1460706471 -#time=1d196eb1cdd2cfc +[Software\\Classes\\CLSID\\{CB8555CC-9128-11D1-AD9B-00C04FD8FDFF}] 1526460533 +#time=1d3ecf2b7ab58f8 @="WBEM Administrative Locator" -[Software\\Classes\\CLSID\\{CB8555CC-9128-11D1-AD9B-00C04FD8FDFF}\\InprocServer32] 1460706471 -#time=1d196eb1cdd2e28 +[Software\\Classes\\CLSID\\{CB8555CC-9128-11D1-AD9B-00C04FD8FDFF}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ab5a10 @="C:\\windows\\system32\\wbem\\wbemprox.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}] 1460706647 -#time=1d196eb85f2e506 +[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}] 1526460881 +#time=1d3ecf38717eb38 @="System.ContextMarshalException" -[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f1257c +[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38714a946 @="" -[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}\\InprocServer32] 1460706647 -#time=1d196eb85f29fe2 +[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}\\InprocServer32] 1526460881 +#time=1d3ecf38717461a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ContextMarshalException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8549d7c2 +[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f43248 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ContextMarshalException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}\\ProgId] 1460706647 -#time=1d196eb85f1795a +[Software\\Classes\\CLSID\\{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}\\ProgId] 1526460881 +#time=1d3ecf387155de6 @="System.ContextMarshalException" -[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}] 1460706647 -#time=1d196eb85eb0e62 +[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}] 1526460881 +#time=1d3ecf387079ecc @="System.DuplicateWaitObjectException" -[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e9a914 +[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3870509e6 @="" -[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}\\InprocServer32] 1460706647 -#time=1d196eb85ead10e +[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}\\InprocServer32] 1526460881 +#time=1d3ecf387073766 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.DuplicateWaitObjectException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85484970 +[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f1b478 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.DuplicateWaitObjectException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}\\ProgId] 1460706647 -#time=1d196eb85e9e69a +[Software\\Classes\\CLSID\\{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}\\ProgId] 1526460881 +#time=1d3ecf387059410 @="System.DuplicateWaitObjectException" -[Software\\Classes\\CLSID\\{CC58E280-8AA1-11D1-B3F1-00AA003761C5}] 1460706474 -#time=1d196eb1ed88e66 +[Software\\Classes\\CLSID\\{CC58E280-8AA1-11D1-B3F1-00AA003761C5}] 1526460547 +#time=1d3ecf2c0377628 @="Smart Tee Filter" -[Software\\Classes\\CLSID\\{CC58E280-8AA1-11D1-B3F1-00AA003761C5}\\InProcServer32] 1460706474 -#time=1d196eb1ed89050 +[Software\\Classes\\CLSID\\{CC58E280-8AA1-11D1-B3F1-00AA003761C5}\\InProcServer32] 1526460547 +#time=1d3ecf2c037792a @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CC702EB2-7DC5-11D9-C687-0004238A01CD}] 1460706472 -#time=1d196eb1d240e60 +[Software\\Classes\\CLSID\\{CC702EB2-7DC5-11D9-C687-0004238A01CD}] 1526460533 +#time=1d3ecf2b8149d5e @="/" -[Software\\Classes\\CLSID\\{CC702EB2-7DC5-11D9-C687-0004238A01CD}\\InprocServer32] 1460706471 -#time=1d196eb1d1263c2 +[Software\\Classes\\CLSID\\{CC702EB2-7DC5-11D9-C687-0004238A01CD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3d970 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{CC702EB2-7DC5-11D9-C687-0004238A01CD}\\ShellFolder] 1460706472 -#time=1d196eb1d240f14 +[Software\\Classes\\CLSID\\{CC702EB2-7DC5-11D9-C687-0004238A01CD}\\ShellFolder] 1526460533 +#time=1d3ecf2b8149e12 "WantsFORPARSING"="" -[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}] 1460706647 -#time=1d196eb85c9240a +[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}] 1526460880 +#time=1d3ecf386cd300c @="System.NonSerializedAttribute" -[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c8b6aa +[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386cc71bc @="" -[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}\\InprocServer32] 1460706647 -#time=1d196eb85c915c8 +[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}\\InprocServer32] 1526460880 +#time=1d3ecf386cd166c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NonSerializedAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8542542a +[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e7f6a4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NonSerializedAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}\\ProgId] 1460706647 -#time=1d196eb85c8c618 +[Software\\Classes\\CLSID\\{CC77F5F3-222D-3586-88C3-410477A3B65D}\\ProgId] 1526460880 +#time=1d3ecf386cc8cd8 @="System.NonSerializedAttribute" -[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}] 1460706648 -#time=1d196eb8616c462 +[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}] 1526460881 +#time=1d3ecf3875b41bc @="System.OutOfMemoryException" -[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8615b6d0 +[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387596fe0 @="" -[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}\\InprocServer32] 1460706648 -#time=1d196eb86168538 +[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}\\InprocServer32] 1526460881 +#time=1d3ecf3875ad358 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.OutOfMemoryException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85513332 +[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fed590 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.OutOfMemoryException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}\\ProgId] 1460706648 -#time=1d196eb8615da02 +[Software\\Classes\\CLSID\\{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}\\ProgId] 1526460881 +#time=1d3ecf38759bef0 @="System.OutOfMemoryException" -[Software\\Classes\\CLSID\\{CDA42200-BD88-11D0-BD4E-00A0C911CE86}] 1460706471 -#time=1d196eb1d0e0548 +[Software\\Classes\\CLSID\\{CDA42200-BD88-11D0-BD4E-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7b13304 @="Filter Mapper2" -[Software\\Classes\\CLSID\\{CDA42200-BD88-11D0-BD4E-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1d0e0642 +[Software\\Classes\\CLSID\\{CDA42200-BD88-11D0-BD4E-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b1341c @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}] 1460706647 -#time=1d196eb85cbf3b0 +[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}] 1526460880 +#time=1d3ecf386d1adc6 @="System.MissingMemberException" -[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85cb7200 +[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386d0e634 @="" -[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}\\InprocServer32] 1460706647 -#time=1d196eb85cbe492 +[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}\\InprocServer32] 1526460880 +#time=1d3ecf386d19354 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MissingMemberException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85435082 +[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e9a030 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MissingMemberException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}\\ProgId] 1460706647 -#time=1d196eb85cb88f8 +[Software\\Classes\\CLSID\\{CDC70043-D56B-3799-B7BD-6113BBCA160A}\\ProgId] 1526460880 +#time=1d3ecf386d102c2 @="System.MissingMemberException" -[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}] 1460706647 -#time=1d196eb85e0042c +[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}] 1526460880 +#time=1d3ecf386f471f8 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri" -[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85df7c46 +[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386f379f6 @="" -[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}\\InprocServer32] 1460706647 -#time=1d196eb85dff496 +[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}\\InprocServer32] 1526460880 +#time=1d3ecf386f45402 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f47a7a +[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856e1eba "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}\\ProgId] 1460706647 -#time=1d196eb85dfa086 +[Software\\Classes\\CLSID\\{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}\\ProgId] 1526460880 +#time=1d3ecf386f3b286 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri" -[Software\\Classes\\CLSID\\{CE39D6F3-DAB7-41b3-9F7D-BD1CC4E92399}\\InprocServer32\\4.0.0.0] 1460706675 -#time=1d196eb967de6fa +[Software\\Classes\\CLSID\\{CE39D6F3-DAB7-41b3-9F7D-BD1CC4E92399}\\InprocServer32\\4.0.0.0] 1526460915 +#time=1d3ecf39bb51840 "Assembly"="System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ServiceModel.ComIntegration.ServiceMoniker" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}] 1460706648 -#time=1d196eb862b29ac +[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}] 1526460881 +#time=1d3ecf3877ebf98 @="Windows Markup File" -[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}\\DocObject] 1460706648 -#time=1d196eb862afc3e +[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}\\DocObject] 1526460881 +#time=1d3ecf3877e6fca @="0" -[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}\\LocalServer32] 1460706648 -#time=1d196eb862b1bec +[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}\\LocalServer32] 1526460881 +#time=1d3ecf3877ea620 @=str(2):"C:\\windows\\system32\\PresentationHost.exe" -[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}\\ProgId] 1460706648 -#time=1d196eb862b0c1a +[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}\\ProgId] 1526460881 +#time=1d3ecf3877e8a3c @="Windows.XamlDocument" -[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}\\ServerExecutable] 1460706648 -#time=1d196eb862b2baa +[Software\\Classes\\CLSID\\{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}\\ServerExecutable] 1526460881 +#time=1d3ecf3877ec1e6 @=str(2):"\"C:\\windows\\system32\\PresentationHost.exe\"" -[Software\\Classes\\CLSID\\{CF49D4E0-1115-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0e1dee +[Software\\Classes\\CLSID\\{CF49D4E0-1115-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b14c2c @="AVI Decompressor" -[Software\\Classes\\CLSID\\{CF49D4E0-1115-11CE-B03A-0020AF0BA770}\\InprocServer32] 1460706471 -#time=1d196eb1d0e1ed4 +[Software\\Classes\\CLSID\\{CF49D4E0-1115-11CE-B03A-0020AF0BA770}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b14d30 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}] 1460706471 -#time=1d196eb1cdd4caa +[Software\\Classes\\CLSID\\{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}] 1526460533 +#time=1d3ecf2b7ab9a2a @="WbemDefPath" -[Software\\Classes\\CLSID\\{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}\\InprocServer32] 1460706471 -#time=1d196eb1cdd4db8 +[Software\\Classes\\CLSID\\{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ab9c3c @="C:\\windows\\system32\\wbem\\wmiutils.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}] 1460706647 -#time=1d196eb85d0dc18 +[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}] 1526460880 +#time=1d3ecf386d95e72 @="System.Runtime.Serialization.Formatters.InternalRM" -[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d05da6 +[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386d88092 @="" -[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\\InprocServer32] 1460706647 -#time=1d196eb85d0cd2c +[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\\InprocServer32] 1526460880 +#time=1d3ecf386d944dc @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.InternalRM" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84edf51a +[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38563f48a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.InternalRM" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\\ProgId] 1460706647 -#time=1d196eb85d07c46 +[Software\\Classes\\CLSID\\{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}\\ProgId] 1526460880 +#time=1d3ecf386d8b580 @="System.Runtime.Serialization.Formatters.InternalRM" -[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}] 1460706471 -#time=1d196eb1cd1f8fa +[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}] 1526460533 +#time=1d3ecf2b7937710 @="Msxml" -[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}\\InprocServer32] 1460706605 -#time=1d196eb6c6eec9c -@="C:\\windows\\system32\\msxml3.dll" +[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}\\InprocServer32] 1526460533 +#time=1d3ecf2b793718e +@="C:\\windows\\system32\\msxml.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}\\ProgId] 1460706471 -#time=1d196eb1cd1f6de +[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}\\ProgId] 1526460533 +#time=1d3ecf2b793735a @="Msxml" -[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}\\TypeLib] 1460706471 -#time=1d196eb1cd1f81e +[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}\\TypeLib] 1526460533 +#time=1d3ecf2b79375f8 @="{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}" -[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}\\Version] 1460706471 -#time=1d196eb1cd1f972 +[Software\\Classes\\CLSID\\{CFC399AF-D876-11D0-9C10-00C04FC99C8E}\\Version] 1526460533 +#time=1d3ecf2b793779c @="1.0" -[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}] 1460706647 -#time=1d196eb85ed3ef8 +[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}] 1526460881 +#time=1d3ecf3870ba45e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime" -[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85eca222 +[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3870a798a @="" -[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}\\InprocServer32] 1460706647 -#time=1d196eb85ed308e +[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}\\InprocServer32] 1526460881 +#time=1d3ecf3870b8be0 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f84b78 +[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857400fa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}\\ProgId] 1460706647 -#time=1d196eb85ecc2c0 +[Software\\Classes\\CLSID\\{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}\\ProgId] 1526460881 +#time=1d3ecf3870ab4d6 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime" -[Software\\Classes\\CLSID\\{D0E70E49-5927-4894-A386-359460EE87C9}] 1460706475 -#time=1d196eb1ee4797e +[Software\\Classes\\CLSID\\{D0E70E49-5927-4894-A386-359460EE87C9}] 1526460547 +#time=1d3ecf2c040a95a @="QT Video Demux" -[Software\\Classes\\CLSID\\{D0E70E49-5927-4894-A386-359460EE87C9}\\InProcServer32] 1460706475 -#time=1d196eb1ee47ab4 +[Software\\Classes\\CLSID\\{D0E70E49-5927-4894-A386-359460EE87C9}\\InProcServer32] 1526460547 +#time=1d3ecf2c040aa5e @="C:\\windows\\system32\\wineqtdecoder.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D115228D-5E00-4e5f-8886-05D834E3F004}] 1460706648 -#time=1d196eb86274a80 +[Software\\Classes\\CLSID\\{D115228D-5E00-4e5f-8886-05D834E3F004}] 1526460881 +#time=1d3ecf38777ca30 @="MF Bit Blt Video Presenter" -[Software\\Classes\\CLSID\\{D115228D-5E00-4e5f-8886-05D834E3F004}\\InprocServer32] 1460706648 -#time=1d196eb86275bc4 +[Software\\Classes\\CLSID\\{D115228D-5E00-4e5f-8886-05D834E3F004}\\InprocServer32] 1526460881 +#time=1d3ecf38777eb5a @="C:\\windows\\system32\\evr.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}] 1460706647 -#time=1d196eb85d6b458 +[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}] 1526460880 +#time=1d3ecf386e3cf42 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName" -[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d635f0 +[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386e2ece4 @="" -[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}\\InprocServer32] 1460706647 -#time=1d196eb85d6a4f4 +[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}\\InprocServer32] 1526460880 +#time=1d3ecf386e3b58e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f10a0c +[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385695178 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}\\ProgId] 1460706647 -#time=1d196eb85d6455e +[Software\\Classes\\CLSID\\{D13B741D-051F-322F-93AA-1367A3C8AAFB}\\ProgId] 1526460880 +#time=1d3ecf386e30b66 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName" -[Software\\Classes\\CLSID\\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}] 1460706471 -#time=1d196eb1cf16e6a +[Software\\Classes\\CLSID\\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}] 1526460533 +#time=1d3ecf2b7f5dd10 @="DirectPlay Object" -[Software\\Classes\\CLSID\\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\\InprocServer32] 1460706471 -#time=1d196eb1cf17054 +[Software\\Classes\\CLSID\\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f5de28 @="C:\\windows\\system32\\dplayx.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}] 1460706647 -#time=1d196eb85aaa246 +[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}] 1526460880 +#time=1d3ecf38698d514 @="System.Runtime.Serialization.FormatterConverter" -[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85aa3478 +[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38697f89c @="" -[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}\\InprocServer32] 1460706647 -#time=1d196eb85aa936e +[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}\\InprocServer32] 1526460880 +#time=1d3ecf38698bb6a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.FormatterConverter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb852931d4 +[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385be3148 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.FormatterConverter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}\\ProgId] 1460706647 -#time=1d196eb85aa4404 +[Software\\Classes\\CLSID\\{D23D2F41-1D69-3E03-A275-32AE381223AC}\\ProgId] 1526460880 +#time=1d3ecf38698164c @="System.Runtime.Serialization.FormatterConverter" -[Software\\Classes\\CLSID\\{D2423620-51A0-11D2-9CAF-0060B0EC3D39}] 1460706605 -#time=1d196eb6c710e28 -@="XML Parser" - -[Software\\Classes\\CLSID\\{D2423620-51A0-11D2-9CAF-0060B0EC3D39}\\InProcServer32] 1460706605 -#time=1d196eb6c70f6ae -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Both" - -[Software\\Classes\\CLSID\\{D2423620-51A0-11D2-9CAF-0060B0EC3D39}\\ProgID] 1460706605 -#time=1d196eb6c7100b8 -@="Microsoft.XMLParser.1.0" - -[Software\\Classes\\CLSID\\{D2423620-51A0-11D2-9CAF-0060B0EC3D39}\\Version] 1460706605 -#time=1d196eb6c711616 -@="1.0" - -[Software\\Classes\\CLSID\\{D2423620-51A0-11D2-9CAF-0060B0EC3D39}\\VersionIndependentProgID] 1460706605 -#time=1d196eb6c710ac2 -@="Microsoft.XMLParser" - -[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}] 1460706647 -#time=1d196eb857e0fa6 +[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}] 1526460879 +#time=1d3ecf3864b268e @="System.Security.Cryptography.MD5CryptoServiceProvider" -[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb857d37c0 +[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38649bef2 @="" -[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}\\InprocServer32] 1460706647 -#time=1d196eb857dcbfe +[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}\\InprocServer32] 1526460879 +#time=1d3ecf3864abeec @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.MD5CryptoServiceProvider" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84e112f0 +[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38550683e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.MD5CryptoServiceProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}\\ProgId] 1460706647 -#time=1d196eb857d4710 +[Software\\Classes\\CLSID\\{D2548BF2-801A-36AF-8800-1F11FBF54361}\\ProgId] 1526460879 +#time=1d3ecf38649dbd0 @="System.Security.Cryptography.MD5CryptoServiceProvider" -[Software\\Classes\\CLSID\\{D2AC2881-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1ceec9bc +[Software\\Classes\\CLSID\\{D2AC2881-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7d73fb8 @="DirectMusicPerformance" -[Software\\Classes\\CLSID\\{D2AC2881-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1ceec750 +[Software\\Classes\\CLSID\\{D2AC2881-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d73d42 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2881-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1ceec8e0 +[Software\\Classes\\CLSID\\{D2AC2881-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7d73ebe @="Microsoft.DirectMusicPerformance.1" -[Software\\Classes\\CLSID\\{D2AC2881-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceeca34 +[Software\\Classes\\CLSID\\{D2AC2881-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d74044 @="Microsoft.DirectMusicPerformance" -[Software\\Classes\\CLSID\\{D2AC2882-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1ceecf98 +[Software\\Classes\\CLSID\\{D2AC2882-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7d74652 @="DirectMusicSegment" -[Software\\Classes\\CLSID\\{D2AC2882-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1ceecd68 +[Software\\Classes\\CLSID\\{D2AC2882-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d743e6 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2882-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1ceecebc +[Software\\Classes\\CLSID\\{D2AC2882-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7d74562 @="Microsoft.DirectMusicSegment.1" -[Software\\Classes\\CLSID\\{D2AC2882-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceed010 +[Software\\Classes\\CLSID\\{D2AC2882-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d746de @="Microsoft.DirectMusicSegment" -[Software\\Classes\\CLSID\\{D2AC2883-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1ceed57e +[Software\\Classes\\CLSID\\{D2AC2883-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7d74ce2 @="DirectMusicSegmentState" -[Software\\Classes\\CLSID\\{D2AC2883-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1ceed362 +[Software\\Classes\\CLSID\\{D2AC2883-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d74a76 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2883-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1ceed4ac +[Software\\Classes\\CLSID\\{D2AC2883-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7d74bf2 @="Microsoft.DirectMusicSegmentState.1" -[Software\\Classes\\CLSID\\{D2AC2883-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceed5f6 +[Software\\Classes\\CLSID\\{D2AC2883-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d74da0 @="Microsoft.DirectMusicSegmentState" -[Software\\Classes\\CLSID\\{D2AC2884-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1ceedb32 +[Software\\Classes\\CLSID\\{D2AC2884-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7d753a4 @="DirectMusicGraph" -[Software\\Classes\\CLSID\\{D2AC2884-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1ceed916 +[Software\\Classes\\CLSID\\{D2AC2884-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d75138 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2884-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1ceeda60 +[Software\\Classes\\CLSID\\{D2AC2884-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7d752b4 @="Microsoft.DirectMusicGraph.1" -[Software\\Classes\\CLSID\\{D2AC2884-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceedbaa +[Software\\Classes\\CLSID\\{D2AC2884-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d75430 @="Microsoft.DirectMusicGraph" -[Software\\Classes\\CLSID\\{D2AC2885-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1ceee15e +[Software\\Classes\\CLSID\\{D2AC2885-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7d75a2a @="DirectMusicTempoTrack" -[Software\\Classes\\CLSID\\{D2AC2885-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1ceedf2e +[Software\\Classes\\CLSID\\{D2AC2885-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d757be @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2885-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1ceee082 +[Software\\Classes\\CLSID\\{D2AC2885-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7d7593a @="Microsoft.DirectMusicTempoTrack.1" -[Software\\Classes\\CLSID\\{D2AC2885-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceee1cc +[Software\\Classes\\CLSID\\{D2AC2885-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d75ab6 @="Microsoft.DirectMusicTempoTrack" -[Software\\Classes\\CLSID\\{D2AC2886-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1ceee744 +[Software\\Classes\\CLSID\\{D2AC2886-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7d760ce @="DirectMusicSeqTrack" -[Software\\Classes\\CLSID\\{D2AC2886-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1ceee51e +[Software\\Classes\\CLSID\\{D2AC2886-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d75e62 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2886-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1ceee668 +[Software\\Classes\\CLSID\\{D2AC2886-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7d75fde @="Microsoft.DirectMusicSeqTrack.1" -[Software\\Classes\\CLSID\\{D2AC2886-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceee7bc +[Software\\Classes\\CLSID\\{D2AC2886-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d7615a @="Microsoft.DirectMusicSeqTrack" -[Software\\Classes\\CLSID\\{D2AC2887-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1ceeecf8 +[Software\\Classes\\CLSID\\{D2AC2887-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7d76754 @="DirectMusicSysExTrack" -[Software\\Classes\\CLSID\\{D2AC2887-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1ceeead2 +[Software\\Classes\\CLSID\\{D2AC2887-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d764e8 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2887-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1ceeec1c +[Software\\Classes\\CLSID\\{D2AC2887-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7d76664 @="Microsoft.DirectMusicSysExTrack.1" -[Software\\Classes\\CLSID\\{D2AC2887-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceeed66 +[Software\\Classes\\CLSID\\{D2AC2887-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d767e0 @="Microsoft.DirectMusicSysExTrack" -[Software\\Classes\\CLSID\\{D2AC2888-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1ceef2b6 +[Software\\Classes\\CLSID\\{D2AC2888-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7d76dda @="DirectMusicTimeSigTrack" -[Software\\Classes\\CLSID\\{D2AC2888-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1ceef07c +[Software\\Classes\\CLSID\\{D2AC2888-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d76b6e @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2888-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1ceef1da +[Software\\Classes\\CLSID\\{D2AC2888-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7d76ce0 @="Microsoft.DirectMusicTimeSigTrack.1" -[Software\\Classes\\CLSID\\{D2AC2888-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1ceef324 +[Software\\Classes\\CLSID\\{D2AC2888-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d76e66 @="Microsoft.DirectMusicTimeSigTrack" -[Software\\Classes\\CLSID\\{D2AC288A-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cf05fde +[Software\\Classes\\CLSID\\{D2AC288A-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7fcf136 @="DirectMusicStyle" -[Software\\Classes\\CLSID\\{D2AC288A-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cf05dc2 +[Software\\Classes\\CLSID\\{D2AC288A-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fceec0 @="C:\\windows\\system32\\dmstyle.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC288A-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cf05f0c +[Software\\Classes\\CLSID\\{D2AC288A-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7fcf03c @="Microsoft.DirectMusicStyle.1" -[Software\\Classes\\CLSID\\{D2AC288A-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf06056 +[Software\\Classes\\CLSID\\{D2AC288A-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fcf1b8 @="Microsoft.DirectMusicStyle" -[Software\\Classes\\CLSID\\{D2AC288B-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cf0657e +[Software\\Classes\\CLSID\\{D2AC288B-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7fcf7b2 @="DirectMusicChordTrack" -[Software\\Classes\\CLSID\\{D2AC288B-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cf06362 +[Software\\Classes\\CLSID\\{D2AC288B-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fcf546 @="C:\\windows\\system32\\dmstyle.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC288B-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cf064a2 +[Software\\Classes\\CLSID\\{D2AC288B-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7fcf6c2 @="Microsoft.DirectMusicChordTrack.1" -[Software\\Classes\\CLSID\\{D2AC288B-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf065ec +[Software\\Classes\\CLSID\\{D2AC288B-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fcf834 @="Microsoft.DirectMusicChordTrack" -[Software\\Classes\\CLSID\\{D2AC288C-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cf06d1c +[Software\\Classes\\CLSID\\{D2AC288C-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7fcfe56 @="DirectMusicCommandTrack" -[Software\\Classes\\CLSID\\{D2AC288C-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cf06916 +[Software\\Classes\\CLSID\\{D2AC288C-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fcfbf4 @="C:\\windows\\system32\\dmstyle.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC288C-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cf06a56 +[Software\\Classes\\CLSID\\{D2AC288C-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7fcfd66 @="Microsoft.DirectMusicCommandTrack.1" -[Software\\Classes\\CLSID\\{D2AC288C-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf06e3e +[Software\\Classes\\CLSID\\{D2AC288C-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fcfee2 @="Microsoft.DirectMusicCommandTrack" -[Software\\Classes\\CLSID\\{D2AC288D-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cf0747e +[Software\\Classes\\CLSID\\{D2AC288D-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7fd04d2 @="DirectMusicStyleTrack" -[Software\\Classes\\CLSID\\{D2AC288D-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cf07258 +[Software\\Classes\\CLSID\\{D2AC288D-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fd0266 @="C:\\windows\\system32\\dmstyle.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC288D-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cf073a2 +[Software\\Classes\\CLSID\\{D2AC288D-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7fd03e2 @="Microsoft.DirectMusicStyleTrack.1" -[Software\\Classes\\CLSID\\{D2AC288D-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf074ec +[Software\\Classes\\CLSID\\{D2AC288D-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fd055e @="Microsoft.DirectMusicStyleTrack" -[Software\\Classes\\CLSID\\{D2AC288E-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cf07a14 +[Software\\Classes\\CLSID\\{D2AC288E-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7fd0b76 @="DirectMusicMotifTrack" -[Software\\Classes\\CLSID\\{D2AC288E-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cf077f8 +[Software\\Classes\\CLSID\\{D2AC288E-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fd08ec @="C:\\windows\\system32\\dmstyle.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC288E-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cf07942 +[Software\\Classes\\CLSID\\{D2AC288E-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7fd0a7c @="Microsoft.DirectMusicMotifTrack.1" -[Software\\Classes\\CLSID\\{D2AC288E-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf07a82 +[Software\\Classes\\CLSID\\{D2AC288E-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fd0c02 @="Microsoft.DirectMusicMotifTrack" -[Software\\Classes\\CLSID\\{D2AC288F-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cee73e0 +[Software\\Classes\\CLSID\\{D2AC288F-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7b4e242 @="DirectMusicChordMap" -[Software\\Classes\\CLSID\\{D2AC288F-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cee6ee0 +[Software\\Classes\\CLSID\\{D2AC288F-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b4dfc2 @="C:\\windows\\system32\\dmcompos.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC288F-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cee725a +[Software\\Classes\\CLSID\\{D2AC288F-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7b4e13e @="Microsoft.DirectMusicChordMap.1" -[Software\\Classes\\CLSID\\{D2AC288F-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cee74d0 +[Software\\Classes\\CLSID\\{D2AC288F-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b4e2c4 @="Microsoft.DirectMusicChordMap" -[Software\\Classes\\CLSID\\{D2AC2890-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cee7d04 +[Software\\Classes\\CLSID\\{D2AC2890-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7b4e918 @="DirectMusicComposer" -[Software\\Classes\\CLSID\\{D2AC2890-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cee7a7a +[Software\\Classes\\CLSID\\{D2AC2890-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b4e65c @="C:\\windows\\system32\\dmcompos.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2890-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cee7bce +[Software\\Classes\\CLSID\\{D2AC2890-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7b4e7d8 @="Microsoft.DirectMusicComposer.1" -[Software\\Classes\\CLSID\\{D2AC2890-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cee7d9a +[Software\\Classes\\CLSID\\{D2AC2890-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b4e99a @="Microsoft.DirectMusicComposer" -[Software\\Classes\\CLSID\\{D2AC2892-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cefa0f8 +[Software\\Classes\\CLSID\\{D2AC2892-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7be19f2 @="DirectMusicLoader" -[Software\\Classes\\CLSID\\{D2AC2892-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cef9ebe +[Software\\Classes\\CLSID\\{D2AC2892-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7be15b0 @="C:\\windows\\system32\\dmloader.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2892-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cefa026 +[Software\\Classes\\CLSID\\{D2AC2892-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7be184e @="Microsoft.DirectMusicLoader.1" -[Software\\Classes\\CLSID\\{D2AC2892-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefa170 +[Software\\Classes\\CLSID\\{D2AC2892-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7be1ad8 @="Microsoft.DirectMusicLoader" -[Software\\Classes\\CLSID\\{D2AC2894-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cee45c8 +[Software\\Classes\\CLSID\\{D2AC2894-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7f2e218 @="DirectMusicBandTrack" -[Software\\Classes\\CLSID\\{D2AC2894-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cee4348 +[Software\\Classes\\CLSID\\{D2AC2894-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f2df48 @="C:\\windows\\system32\\dmband.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2894-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cee44ba +[Software\\Classes\\CLSID\\{D2AC2894-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7f2e11e @="Microsoft.DirectMusicBandTrack.1" -[Software\\Classes\\CLSID\\{D2AC2894-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cee464a +[Software\\Classes\\CLSID\\{D2AC2894-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f2e29a @="Microsoft.DirectMusicBandTrack" -[Software\\Classes\\CLSID\\{D2AC2896-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cee831c +[Software\\Classes\\CLSID\\{D2AC2896-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7b4ef9e @="DirectMusicChordMapTrack" -[Software\\Classes\\CLSID\\{D2AC2896-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cee80f6 +[Software\\Classes\\CLSID\\{D2AC2896-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b4ed32 @="C:\\windows\\system32\\dmcompos.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2896-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cee8240 +[Software\\Classes\\CLSID\\{D2AC2896-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7b4eea4 @="Microsoft.DirectMusicChordMapTrack.1" -[Software\\Classes\\CLSID\\{D2AC2896-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cee838a +[Software\\Classes\\CLSID\\{D2AC2896-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b4f02a @="Microsoft.DirectMusicChordMapTrack" -[Software\\Classes\\CLSID\\{D2AC2897-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cf07fd2 +[Software\\Classes\\CLSID\\{D2AC2897-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7fd1206 @="DirectMusicAuditionTrack" -[Software\\Classes\\CLSID\\{D2AC2897-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cf07db6 +[Software\\Classes\\CLSID\\{D2AC2897-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fd0f9a @="C:\\windows\\system32\\dmstyle.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2897-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cf07f00 +[Software\\Classes\\CLSID\\{D2AC2897-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7fd1116 @="Microsoft.DirectMusicAuditionTrack.1" -[Software\\Classes\\CLSID\\{D2AC2897-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf08040 +[Software\\Classes\\CLSID\\{D2AC2897-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fd1292 @="Microsoft.DirectMusicAuditionTrack" -[Software\\Classes\\CLSID\\{D2AC2898-B39B-11D1-8704-00600893B1BD}] 1460706471 -#time=1d196eb1cf0861c +[Software\\Classes\\CLSID\\{D2AC2898-B39B-11D1-8704-00600893B1BD}] 1526460533 +#time=1d3ecf2b7fd1896 @="DirectMusicMuteTrack" -[Software\\Classes\\CLSID\\{D2AC2898-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cf08342 +[Software\\Classes\\CLSID\\{D2AC2898-B39B-11D1-8704-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fd162a @="C:\\windows\\system32\\dmstyle.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2AC2898-B39B-11D1-8704-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cf08482 +[Software\\Classes\\CLSID\\{D2AC2898-B39B-11D1-8704-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7fd17a6 @="Microsoft.DirectMusicMuteTrack.1" -[Software\\Classes\\CLSID\\{D2AC2898-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf0869e +[Software\\Classes\\CLSID\\{D2AC2898-B39B-11D1-8704-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7fd1922 @="Microsoft.DirectMusicMuteTrack" -[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}] 1460706647 -#time=1d196eb857e00c4 +[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}] 1526460879 +#time=1d3ecf3864b0d2a @="WmiSinkDemultiplexor Class" -[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\InprocServer32] 1460706647 -#time=1d196eb857dbb64 +[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\InprocServer32] 1526460879 +#time=1d3ecf3864aa448 @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\InprocServer32\\4.0.30319] 1460706646 -#time=1d196eb8565a43e +[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\InprocServer32\\4.0.30319] 1526460879 +#time=1d3ecf38622324c @="" "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\ProgID] 1460706647 -#time=1d196eb857df160 +[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\ProgID] 1526460879 +#time=1d3ecf3864af394 @="WMINet_Utils.WmiSinkDemultiplexor.1" -[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\Server] 1460706647 -#time=1d196eb857d861c +[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\Server] 1526460879 +#time=1d3ecf3864a48a4 @="WMINet_Utils.dll" -[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\VersionIndependentProgID] 1460706647 -#time=1d196eb857de058 +[Software\\Classes\\CLSID\\{D2EAA715-DAC7-4771-AF5C-931611A1853C}\\VersionIndependentProgID] 1526460879 +#time=1d3ecf3864ad940 @="WMINet_Utils.WmiSinkDemultiplexor" -[Software\\Classes\\CLSID\\{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}] 1460706471 -#time=1d196eb1cee88b2 +[Software\\Classes\\CLSID\\{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}] 1526460533 +#time=1d3ecf2b7b4f62e @="DirectMusicTemplate" -[Software\\Classes\\CLSID\\{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}\\InprocServer32] 1460706471 -#time=1d196eb1cee8696 +[Software\\Classes\\CLSID\\{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b4f3b8 @="C:\\windows\\system32\\dmcompos.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}\\ProgId] 1460706471 -#time=1d196eb1cee87e0 +[Software\\Classes\\CLSID\\{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}\\ProgId] 1526460533 +#time=1d3ecf2b7b4f534 @="Microsoft.DirectMusicTemplate.1" -[Software\\Classes\\CLSID\\{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cee892a +[Software\\Classes\\CLSID\\{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b4f6b0 @="Microsoft.DirectMusicTemplate" -[Software\\Classes\\CLSID\\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}] 1460706471 -#time=1d196eb1cf20f1e +[Software\\Classes\\CLSID\\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}] 1526460533 +#time=1d3ecf2b7dba008 @="DirectPlayVoice Server Object" -[Software\\Classes\\CLSID\\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}\\InprocServer32] 1460706471 -#time=1d196eb1cf209ba +[Software\\Classes\\CLSID\\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}\\InprocServer32] 1526460533 +#time=1d3ecf2b7db9d92 @="C:\\windows\\system32\\dpvoice.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}\\ProgId] 1460706471 -#time=1d196eb1cf20c94 +[Software\\Classes\\CLSID\\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}\\ProgId] 1526460533 +#time=1d3ecf2b7db9f0e @="DirectPlayVoice.Server.1" -[Software\\Classes\\CLSID\\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf2100e +[Software\\Classes\\CLSID\\{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7dba094 @="DirectPlayVoice.Server" -[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}] 1460706648 -#time=1d196eb863a6674 +[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}] 1526460881 +#time=1d3ecf387975c92 @="System.Resources.MissingSatelliteAssemblyException" -[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863a1782 +[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38796d72c @="" -[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}\\InprocServer32] 1460706648 -#time=1d196eb863a56d4 +[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}\\InprocServer32] 1526460881 +#time=1d3ecf3879742e8 @="mscoree.dll" "Class"="System.Resources.MissingSatelliteAssemblyException" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851dff30 +[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385aecec4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Resources.MissingSatelliteAssemblyException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}\\ProgId] 1460706648 -#time=1d196eb863a2754 +[Software\\Classes\\CLSID\\{D41969A6-C394-34B9-BD24-DD408F39F261}\\ProgId] 1526460881 +#time=1d3ecf38796f34c @="System.Resources.MissingSatelliteAssemblyException" -[Software\\Classes\\CLSID\\{D51BD5A1-7548-11CF-A520-0080C77EF58A}] 1460706471 -#time=1d196eb1d0e33e2 +[Software\\Classes\\CLSID\\{D51BD5A1-7548-11CF-A520-0080C77EF58A}] 1526460533 +#time=1d3ecf2b7b16590 @="Wave Parser" -[Software\\Classes\\CLSID\\{D51BD5A1-7548-11CF-A520-0080C77EF58A}\\InprocServer32] 1460706471 -#time=1d196eb1d0e34be +[Software\\Classes\\CLSID\\{D51BD5A1-7548-11CF-A520-0080C77EF58A}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b16694 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}] 1460706471 -#time=1d196eb1cf849ce +[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}] 1526460533 +#time=1d3ecf2b7c8e0d0 @="Microsoft InfoTech IStorage for Win32 Files" -[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\\InprocServer32] 1460706471 -#time=1d196eb1cf7fc6c +[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c88d88 @="C:\\windows\\system32\\itss.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\\NotInsertable] 1460706471 -#time=1d196eb1cf849ce +[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\\NotInsertable] 1526460533 +#time=1d3ecf2b7c8e0d0 -[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\\ProgId] 1460706471 -#time=1d196eb1cf7fdc0 +[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\\ProgId] 1526460533 +#time=1d3ecf2b7c88f04 @="MSITFS1.0" -[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf7ff00 +[Software\\Classes\\CLSID\\{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7c8912a @="MSITFS" -[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}] 1460706647 -#time=1d196eb85ad3a92 +[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}] 1526460880 +#time=1d3ecf3869d4ac2 @="System.Reflection.CustomAttributeFormatException" -[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85acb41e +[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3869c87fe @="" -[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}\\InprocServer32] 1460706647 -#time=1d196eb85ad2b92 +[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}\\InprocServer32] 1526460880 +#time=1d3ecf3869d2c54 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.CustomAttributeFormatException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb852f0b9a +[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385c7cc58 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.CustomAttributeFormatException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}\\ProgId] 1460706647 -#time=1d196eb85accb20 +[Software\\Classes\\CLSID\\{D5CB383D-99F4-3C7E-A9C3-85B53661448F}\\ProgId] 1526460880 +#time=1d3ecf3869ca306 @="System.Reflection.CustomAttributeFormatException" -[Software\\Classes\\CLSID\\{D66D6F99-CDAA-11D0-B822-00C04FC9B31F}] 1460706471 -#time=1d196eb1cfb01aa +[Software\\Classes\\CLSID\\{D66D6F99-CDAA-11D0-B822-00C04FC9B31F}] 1526460533 +#time=1d3ecf2b7fe1156 @="Multi Language ConvertCharset" -[Software\\Classes\\CLSID\\{D66D6F99-CDAA-11D0-B822-00C04FC9B31F}\\InprocServer32] 1460706471 -#time=1d196eb1cfb029a +[Software\\Classes\\CLSID\\{D66D6F99-CDAA-11D0-B822-00C04FC9B31F}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fe125a @="C:\\windows\\system32\\mlang.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}] 1460706647 -#time=1d196eb85f570dc +[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}] 1526460881 +#time=1d3ecf3871d3390 @="System.TypeUnloadedException" -[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f3f324 +[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3871a2844 @="" -[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}\\InprocServer32] 1460706647 -#time=1d196eb85f5228a +[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}\\InprocServer32] 1526460881 +#time=1d3ecf3871cb4e2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.TypeUnloadedException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854a1c82 +[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f493d2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.TypeUnloadedException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}\\ProgId] 1460706647 -#time=1d196eb85f43046 +[Software\\Classes\\CLSID\\{D6D2034D-5F67-30D7-9CC5-452F2C46694F}\\ProgId] 1526460881 +#time=1d3ecf3871aaa30 @="System.TypeUnloadedException" -[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}] 1460706471 -#time=1d196eb1cfb1d5c +[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}] 1526460533 +#time=1d3ecf2b80ace82 @="MMCVersionInfo 1.0 Object" -[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\InprocServer32] 1460706471 -#time=1d196eb1cfb1898 +[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\InprocServer32] 1526460533 +#time=1d3ecf2b80ac90a @="C:\\windows\\system32\\mmcndmgr.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\ProgId] 1460706471 -#time=1d196eb1cfb19ec +[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\ProgId] 1526460533 +#time=1d3ecf2b80aca90 @="NODEMGR.MMCVersionInfo.1" -[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\TypeLib] 1460706471 -#time=1d196eb1cfb1b40 +[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\TypeLib] 1526460533 +#time=1d3ecf2b80acc0c @="{9EECDD85-B715-4188-8A72-61159ABDB8C4}" -[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\Version] 1460706471 -#time=1d196eb1cfb1c80 +[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\Version] 1526460533 +#time=1d3ecf2b80acd88 @="1.0" -[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cfb1dd4 +[Software\\Classes\\CLSID\\{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b80acf04 @="NODEMGR.MMCVersionInfo" -[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}] 1460706647 -#time=1d196eb85bf33f0 +[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}] 1526460880 +#time=1d3ecf386bd0a38 @="System.Threading.Mutex" -[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85be1aec +[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386bc45a8 @="" -[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}\\InprocServer32] 1460706647 -#time=1d196eb85bf1be0 +[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}\\InprocServer32] 1526460880 +#time=1d3ecf386bce9cc @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.Mutex" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853a3498 +[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385dab1e2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.Mutex" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}\\ProgId] 1460706647 -#time=1d196eb85be6f92 +[Software\\Classes\\CLSID\\{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}\\ProgId] 1526460880 +#time=1d3ecf386bc611e @="System.Threading.Mutex" -[Software\\Classes\\CLSID\\{D76E2820-1563-11CF-AC98-00AA004C0FA9}] 1460706474 -#time=1d196eb1ed852c0 +[Software\\Classes\\CLSID\\{D76E2820-1563-11CF-AC98-00AA004C0FA9}] 1526460547 +#time=1d3ecf2c03721f0 @="AVI Compressor" -[Software\\Classes\\CLSID\\{D76E2820-1563-11CF-AC98-00AA004C0FA9}\\InProcServer32] 1460706474 -#time=1d196eb1ed853a6 +[Software\\Classes\\CLSID\\{D76E2820-1563-11CF-AC98-00AA004C0FA9}\\InProcServer32] 1526460547 +#time=1d3ecf2c037239e @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}] 1460706471 -#time=1d196eb1ced0118 +[Software\\Classes\\CLSID\\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}] 1526460533 +#time=1d3ecf2b7f65718 @="DirectDraw Object" -[Software\\Classes\\CLSID\\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\\InprocServer32] 1460706471 -#time=1d196eb1ced0280 +[Software\\Classes\\CLSID\\{D7B70EE0-4340-11CF-B063-0020AFC2CD35}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f65902 @="C:\\windows\\system32\\ddraw.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}] 1460706647 -#time=1d196eb859a78da +[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}] 1526460880 +#time=1d3ecf3867dca76 @="System.EnterpriseServices.Internal.Publish" -[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8599e26c +[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3867cd2c4 @="" -[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}\\InprocServer32] 1460706647 -#time=1d196eb859a50ee +[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}\\InprocServer32] 1526460880 +#time=1d3ecf3867d977c @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.Publish" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8556a5b0 +[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf386083324 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.Publish" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}\\ProgId] 1460706647 -#time=1d196eb859a01de +[Software\\Classes\\CLSID\\{D8013EEF-730B-45E2-BA24-874B7242C425}\\ProgId] 1526460880 +#time=1d3ecf3867d06c2 @="System.EnterpriseServices.Internal.Publish" -[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}] 1460706647 -#time=1d196eb859b7d70 +[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}] 1526460880 +#time=1d3ecf3867f8a14 @="System.EnterpriseServices.Internal.IISVirtualRoot" -[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb859aceca +[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3867e4bc2 @="" -[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}\\InprocServer32] 1460706647 -#time=1d196eb859b4ed6 +[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}\\InprocServer32] 1526460880 +#time=1d3ecf3867f3852 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.IISVirtualRoot" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8556e62e +[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf38608aa02 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.IISVirtualRoot" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}\\ProgId] 1460706647 -#time=1d196eb859adee2 +[Software\\Classes\\CLSID\\{D8013EF1-730B-45E2-BA24-874B7242C425}\\ProgId] 1526460880 +#time=1d3ecf3867e66c0 @="System.EnterpriseServices.Internal.IISVirtualRoot" -[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}] 1460706647 -#time=1d196eb859993f2 +[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}] 1526460880 +#time=1d3ecf3867c4304 @="System.EnterpriseServices.Internal.GenerateMetadata" -[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8598daca +[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3867af35a @="" -[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}\\InprocServer32] 1460706647 -#time=1d196eb8599851a +[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}\\InprocServer32] 1526460880 +#time=1d3ecf3867c1b72 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.GenerateMetadata" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8557249a +[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf38609194c "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.GenerateMetadata" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}\\ProgId] 1460706647 -#time=1d196eb8598ecf4 +[Software\\Classes\\CLSID\\{D8013FF1-730B-45E2-BA24-874B7242C425}\\ProgId] 1526460880 +#time=1d3ecf3867b0f66 @="System.EnterpriseServices.Internal.GenerateMetadata" -[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}] 1460706647 -#time=1d196eb85df3f56 +[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}] 1526460880 +#time=1d3ecf386f31024 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName" -[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85dea046 +[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386f1e60e @="" -[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}\\InprocServer32] 1460706647 -#time=1d196eb85df30d8 +[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}\\InprocServer32] 1526460880 +#time=1d3ecf386f2f648 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f43b1e +[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3856dbac4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}\\ProgId] 1460706647 -#time=1d196eb85dec0c6 +[Software\\Classes\\CLSID\\{D8A4F3EB-E7EC-3620-831A-B052A67C9944}\\ProgId] 1526460880 +#time=1d3ecf386f21be2 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName" -[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}] 1460706647 -#time=1d196eb857afc80 +[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}] 1526460879 +#time=1d3ecf386459e76 @="System.Security.Cryptography.RSACryptoServiceProvider" -[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb857a6cca +[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf38644cc58 @="" -[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}\\InprocServer32] 1460706647 -#time=1d196eb857aece0 +[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}\\InprocServer32] 1526460879 +#time=1d3ecf3864584c2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSACryptoServiceProvider" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84dfccf6 +[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854e5a1c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSACryptoServiceProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}\\ProgId] 1460706647 -#time=1d196eb857a8a8e +[Software\\Classes\\CLSID\\{D9035152-6B1F-33E3-86F4-411CD21CDE0E}\\ProgId] 1526460879 +#time=1d3ecf38644f494 @="System.Security.Cryptography.RSACryptoServiceProvider" -[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}] 1460706647 -#time=1d196eb85ab3c1a +[Software\\Classes\\CLSID\\{D9F6EE60-58C9-458B-88E1-2F908FD7F87C}] 1526460533 +#time=1d3ecf2b7aa467a +@="Data Key" + +[Software\\Classes\\CLSID\\{D9F6EE60-58C9-458B-88E1-2F908FD7F87C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7aa4404 +@="C:\\windows\\system32\\Speech\\Common\\sapi.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{D9F6EE60-58C9-458B-88E1-2F908FD7F87C}\\ProgId] 1526460533 +#time=1d3ecf2b7aa4580 +@="SAPI.SpDataKey.1" + +[Software\\Classes\\CLSID\\{D9F6EE60-58C9-458B-88E1-2F908FD7F87C}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7aa46fc +@="SAPI.SpDataKey" + +[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}] 1526460880 +#time=1d3ecf38699e71a @="System.Reflection.TargetParameterCountException" -[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85aacf0a +[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3869924a6 @="" -[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}\\InprocServer32] 1460706647 -#time=1d196eb85ab2c8e +[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}\\InprocServer32] 1526460880 +#time=1d3ecf38699cd70 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.TargetParameterCountException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8529b686 +[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385bef844 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.TargetParameterCountException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}\\ProgId] 1460706647 -#time=1d196eb85aade6e +[Software\\Classes\\CLSID\\{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}\\ProgId] 1526460880 +#time=1d3ecf386993f54 @="System.Reflection.TargetParameterCountException" -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}] 1460706472 -#time=1d196eb1d6483be +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}] 1526460533 +#time=1d3ecf2b81c5526 @="ActiveMovie Filter Categories" -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1ced7116 +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c98ecc @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{083863F1-70DE-11D0-BD40-00A0C911CE86}] 1460706472 -#time=1d196eb1d6489e0 +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{083863F1-70DE-11D0-BD40-00A0C911CE86}] 1526460533 +#time=1d3ecf2b81c5b16 "CLSID"="{083863F1-70DE-11D0-BD40-00A0C911CE86}" "FriendlyName"="DirectShow Filters" "Merit"=dword:00600000 -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{33D9A760-90C8-11D0-BD43-00A0C911CE86}] 1460706472 -#time=1d196eb1d648c88 +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{33D9A760-90C8-11D0-BD43-00A0C911CE86}] 1526460533 +#time=1d3ecf2b81c5ddc "CLSID"="{33D9A760-90C8-11D0-BD43-00A0C911CE86}" "FriendlyName"="Video Compressors" "Merit"=dword:00200000 -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{33D9A761-90C8-11D0-BD43-00A0C911CE86}] 1460706472 -#time=1d196eb1d64920a +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{33D9A761-90C8-11D0-BD43-00A0C911CE86}] 1526460533 +#time=1d3ecf2b81c6340 "CLSID"="{33D9A761-90C8-11D0-BD43-00A0C911CE86}" "FriendlyName"="Audio Compressors" "Merit"=dword:00200000 -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{33D9A762-90C8-11D0-BD43-00A0C911CE86}] 1460706472 -#time=1d196eb1d648f62 +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{33D9A762-90C8-11D0-BD43-00A0C911CE86}] 1526460533 +#time=1d3ecf2b81c608e "CLSID"="{33D9A762-90C8-11D0-BD43-00A0C911CE86}" "FriendlyName"="Audio Capture Sources" "Merit"=dword:00200000 -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{4EFE2452-168A-11D1-BC76-00C04FB9453B}] 1460706472 -#time=1d196eb1d64973c +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{4EFE2452-168A-11D1-BC76-00C04FB9453B}] 1526460533 +#time=1d3ecf2b81c68ae "CLSID"="{4EFE2452-168A-11D1-BC76-00C04FB9453B}" "FriendlyName"="Midi Renderers" "Merit"=dword:00600000 -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{860BB310-5D01-11D0-BD3B-00A0C911CE86}] 1460706472 -#time=1d196eb1d6486fc +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{860BB310-5D01-11D0-BD3B-00A0C911CE86}] 1526460533 +#time=1d3ecf2b81c5828 "CLSID"="{860BB310-5D01-11D0-BD3B-00A0C911CE86}" "FriendlyName"="Video Capture Sources" "Merit"=dword:00200000 -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{CC7BFB41-F175-11D1-A392-00E0291F3959}] 1460706472 -#time=1d196eb1d6499d0 +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{CC7BFB41-F175-11D1-A392-00E0291F3959}] 1526460533 +#time=1d3ecf2b81c6b56 "CLSID"="{CC7BFB41-F175-11D1-A392-00E0291F3959}" "FriendlyName"="External Renderers" "Merit"=dword:00200000 -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{CC7BFB46-F175-11D1-A392-00E0291F3959}] 1460706472 -#time=1d196eb1d649c78 +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{CC7BFB46-F175-11D1-A392-00E0291F3959}] 1526460533 +#time=1d3ecf2b81c6e26 "CLSID"="{CC7BFB46-F175-11D1-A392-00E0291F3959}" "FriendlyName"="Device Control Filters" "Merit"=dword:00200000 -[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{E0F158E1-CB04-11D0-BD4E-00A0C911CE86}] 1460706472 -#time=1d196eb1d64949e +[Software\\Classes\\CLSID\\{DA4E3DA0-D07D-11D0-BD50-00A0C911CE86}\\Instance\\{E0F158E1-CB04-11D0-BD4E-00A0C911CE86}] 1526460533 +#time=1d3ecf2b81c65fc "CLSID"="{E0F158E1-CB04-11D0-BD4E-00A0C911CE86}" "FriendlyName"="Audio Renderers" "Merit"=dword:00600000 -[Software\\Classes\\CLSID\\{DA825E1B-6830-43D7-835D-0B5AD82956A2}] 1460706471 -#time=1d196eb1cf19750 +[Software\\Classes\\CLSID\\{DA825E1B-6830-43D7-835D-0B5AD82956A2}] 1526460533 +#time=1d3ecf2b7cae376 @="DirectPlay8Server Object" -[Software\\Classes\\CLSID\\{DA825E1B-6830-43D7-835D-0B5AD82956A2}\\InprocServer32] 1460706471 -#time=1d196eb1cf19840 +[Software\\Classes\\CLSID\\{DA825E1B-6830-43D7-835D-0B5AD82956A2}\\InprocServer32] 1526460533 +#time=1d3ecf2b7cae48e @="C:\\windows\\system32\\dpnet.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}] 1460706647 -#time=1d196eb85707080 +[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}] 1526460879 +#time=1d3ecf386335a18 @="System.Security.Cryptography.TripleDESCryptoServiceProvider" -[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb856fde86 +[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386323e12 @="" -[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}\\InprocServer32] 1460706647 -#time=1d196eb857060e0 +[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}\\InprocServer32] 1526460879 +#time=1d3ecf38633406e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.TripleDESCryptoServiceProvider" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84dc4356 +[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854890a0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.TripleDESCryptoServiceProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}\\ProgId] 1460706647 -#time=1d196eb85700abe +[Software\\Classes\\CLSID\\{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}\\ProgId] 1526460879 +#time=1d3ecf38632b36a @="System.Security.Cryptography.TripleDESCryptoServiceProvider" -[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}] 1460706647 -#time=1d196eb85c729f2 +[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}] 1526460880 +#time=1d3ecf386c9c656 @="System.NotSupportedException" -[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c6aa4a +[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386c8dfac @="" -[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}\\InprocServer32] 1460706647 -#time=1d196eb85c719f8 +[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}\\InprocServer32] 1526460880 +#time=1d3ecf386c997d0 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NotSupportedException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854193aa +[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e6cea0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NotSupportedException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}\\ProgId] 1460706647 -#time=1d196eb85c6ba62 +[Software\\Classes\\CLSID\\{DAFB2462-2A5B-3818-B17E-602984FE1BB0}\\ProgId] 1526460880 +#time=1d3ecf386c8fa64 @="System.NotSupportedException" -[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}] 1460706647 -#time=1d196eb85f28f5c +[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}] 1526460881 +#time=1d3ecf3871720e0 @="System.Runtime.Remoting.ServerException" -[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f1d116 +[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38715da82 @="" -[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}\\InprocServer32] 1460706647 -#time=1d196eb85f28048 +[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}\\InprocServer32] 1526460881 +#time=1d3ecf3871701d2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.ServerException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f9de98 +[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385766cc8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.ServerException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}\\ProgId] 1460706647 -#time=1d196eb85f1fc9a +[Software\\Classes\\CLSID\\{DB13821E-9835-3958-8539-1E021399AB6C}\\ProgId] 1526460881 +#time=1d3ecf387161ce0 @="System.Runtime.Remoting.ServerException" -[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}] 1460706471 -#time=1d196eb1cf3eabe +[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}] 1526460533 +#time=1d3ecf2b7da5fe0 @="GameStatistics Class" -[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\InprocServer32] 1460706471 -#time=1d196eb1cf3e60e +[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7da5a4a @="C:\\windows\\system32\\gameux.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\ProgId] 1460706471 -#time=1d196eb1cf3e758 +[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\ProgId] 1526460533 +#time=1d3ecf2b7da5bc6 @="gameux.GameStatistics.1" -[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\TypeLib] 1460706471 -#time=1d196eb1cf3e8a2 +[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\TypeLib] 1526460533 +#time=1d3ecf2b7da5d42 @="{4F48A59C-942D-4F3C-83C9-4EFFE84E4959}" -[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\Version] 1460706471 -#time=1d196eb1cf3e9e2 +[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\Version] 1526460533 +#time=1d3ecf2b7da5edc @="1.0" -[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cf3eb2c +[Software\\Classes\\CLSID\\{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7da606c @="gameux.GameStatistics" -[Software\\Classes\\CLSID\\{DC1C5A9C-E88A-4DDE-A5A1-60F82A20AEF7}] 1460706471 -#time=1d196eb1ce95af4 +[Software\\Classes\\CLSID\\{DC1C5A9C-E88A-4DDE-A5A1-60F82A20AEF7}] 1526460533 +#time=1d3ecf2b7c83400 @="File Open Dialog" -[Software\\Classes\\CLSID\\{DC1C5A9C-E88A-4DDE-A5A1-60F82A20AEF7}\\InprocServer32] 1460706471 -#time=1d196eb1ce95be4 +[Software\\Classes\\CLSID\\{DC1C5A9C-E88A-4DDE-A5A1-60F82A20AEF7}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c83522 @="C:\\windows\\system32\\comdlg32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}] 1460706647 -#time=1d196eb856cf7f2 +[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}] 1526460879 +#time=1d3ecf3862cd4a4 @="Cor Remote Loader, CorLoad, CorLoad 1" -[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}\\InprocServer32] 1460706647 -#time=1d196eb856cda10 +[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}\\InprocServer32] 1526460879 +#time=1d3ecf3862c9fd4 @="mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}\\NotInsertable] 1460706647 -#time=1d196eb856c9276 +[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}\\NotInsertable] 1526460879 +#time=1d3ecf3862c3206 @="" -[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}\\ProgID] 1460706647 -#time=1d196eb856c7e8a +[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}\\ProgID] 1526460879 +#time=1d3ecf3862c1032 @="CorTransientLoader.CorLoad.1" -[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}\\VersionIndependentProgID] 1460706647 -#time=1d196eb856c4aaa +[Software\\Classes\\CLSID\\{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}\\VersionIndependentProgID] 1526460879 +#time=1d3ecf3862bb7cc @="CorTransientLoader.CorLoad" -[Software\\Classes\\CLSID\\{DCB00C01-570F-4A9B-8D69-199FDBA5723B}] 1460706471 -#time=1d196eb1d073bd2 +[Software\\Classes\\CLSID\\{DCB00C01-570F-4A9B-8D69-199FDBA5723B}] 1526460533 +#time=1d3ecf2b7fe948c @="NetworkListManager" -[Software\\Classes\\CLSID\\{DCB00C01-570F-4A9B-8D69-199FDBA5723B}\\InprocServer32] 1460706471 -#time=1d196eb1d073ccc +[Software\\Classes\\CLSID\\{DCB00C01-570F-4A9B-8D69-199FDBA5723B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7fe95a4 @="C:\\windows\\system32\\netprofm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}] 1460706648 -#time=1d196eb8600a592 +[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}] 1526460881 +#time=1d3ecf38731b59a @="System.Runtime.Remoting.Channels.ClientChannelSinkStack" -[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860023ec +[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38730b7a8 @="" -[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}\\InprocServer32] 1460706648 -#time=1d196eb86009638 +[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}\\InprocServer32] 1526460881 +#time=1d3ecf387319a6a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Channels.ClientChannelSinkStack" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ffb200 +[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857fb990 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Channels.ClientChannelSinkStack" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}\\ProgId] 1460706648 -#time=1d196eb86004516 +[Software\\Classes\\CLSID\\{DD5856E5-8151-3334-B8E9-07CB152B20A4}\\ProgId] 1526460881 +#time=1d3ecf38731094c @="System.Runtime.Remoting.Channels.ClientChannelSinkStack" -[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}] 1460706647 -#time=1d196eb85edfe42 +[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}] 1526460881 +#time=1d3ecf3870d473c @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration" -[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ed8016 +[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3870c2e24 @="" -[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}\\InprocServer32] 1460706647 -#time=1d196eb85edeee8 +[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}\\InprocServer32] 1526460881 +#time=1d3ecf3870d2022 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f88fca +[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38574619e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}\\ProgId] 1460706647 -#time=1d196eb85ed9eca +[Software\\Classes\\CLSID\\{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}\\ProgId] 1526460881 +#time=1d3ecf3870c6ef2 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration" -[Software\\Classes\\CLSID\\{DF0B3D60-548F-101B-8E65-08002B2BD119}] 1460706471 -#time=1d196eb1d0ac1ee +[Software\\Classes\\CLSID\\{DF0B3D60-548F-101B-8E65-08002B2BD119}] 1526460533 +#time=1d3ecf2b7bd8532 @="PSSupportErrorInfo" -[Software\\Classes\\CLSID\\{DF0B3D60-548F-101B-8E65-08002B2BD119}\\InprocServer] 1460706471 -#time=1d196eb1d0ac266 +[Software\\Classes\\CLSID\\{DF0B3D60-548F-101B-8E65-08002B2BD119}\\InprocServer] 1526460533 +#time=1d3ecf2b7bd85be @="ole2disp.dll" -[Software\\Classes\\CLSID\\{DF0B3D60-548F-101B-8E65-08002B2BD119}\\InprocServer32] 1460706471 -#time=1d196eb1d0aa63c +[Software\\Classes\\CLSID\\{DF0B3D60-548F-101B-8E65-08002B2BD119}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bd662e @="C:\\windows\\system32\\oleaut32.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DF2FCE13-25EC-45BB-9D4C-CECD47C2430C}] 1460706471 -#time=1d196eb1d1629d0 +[Software\\Classes\\CLSID\\{DF2FCE13-25EC-45BB-9D4C-CECD47C2430C}] 1526460533 +#time=1d3ecf2b7ba7f22 @="CUri" -[Software\\Classes\\CLSID\\{DF2FCE13-25EC-45BB-9D4C-CECD47C2430C}\\InprocServer32] 1460706471 -#time=1d196eb1d162ac0 +[Software\\Classes\\CLSID\\{DF2FCE13-25EC-45BB-9D4C-CECD47C2430C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ba8030 @="C:\\windows\\system32\\urlmon.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}] 1460706647 -#time=1d196eb85afe79c +[Software\\Classes\\CLSID\\{DF4FCC34-067A-4E0A-8352-4A1A5095346E}] 1526460547 +#time=1d3ecf2c069c736 +@="InternetExplorerManager" + +[Software\\Classes\\CLSID\\{DF4FCC34-067A-4E0A-8352-4A1A5095346E}\\LocalServer32] 1526460547 +#time=1d3ecf2c069c966 +@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -startmanager" + +[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}] 1526460880 +#time=1d3ecf386a1f360 @="System.Diagnostics.SymbolStore.SymLanguageVendor" -[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85af7a3c +[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386a125c0 @="" -[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}\\InprocServer32] 1460706647 -#time=1d196eb85afd8ec +[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}\\InprocServer32] 1526460880 +#time=1d3ecf386a1d682 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.SymbolStore.SymLanguageVendor" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8530c30e +[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385caaae0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.SymbolStore.SymLanguageVendor" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}\\ProgId] 1460706647 -#time=1d196eb85af89be +[Software\\Classes\\CLSID\\{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}\\ProgId] 1526460880 +#time=1d3ecf386a1435c @="System.Diagnostics.SymbolStore.SymLanguageVendor" -[Software\\Classes\\CLSID\\{E0F158E1-CB04-11D0-BD4E-00A0C911CE86}] 1460706471 -#time=1d196eb1ced5df2 +[Software\\Classes\\CLSID\\{E0F158E1-CB04-11D0-BD4E-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7c98670 @="WaveOut and DSound Class Manager" -[Software\\Classes\\CLSID\\{E0F158E1-CB04-11D0-BD4E-00A0C911CE86}\\InprocServer32] 1460706471 -#time=1d196eb1ced6144 +[Software\\Classes\\CLSID\\{E0F158E1-CB04-11D0-BD4E-00A0C911CE86}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c98788 @="C:\\windows\\system32\\devenum.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E23B1CED-5E47-4FDB-AF66-B20370261B5E}] 1460706648 -#time=1d196eb8628261c +[Software\\Classes\\CLSID\\{E23B1CED-5E47-4FDB-AF66-B20370261B5E}] 1526460881 +#time=1d3ecf387796476 @="PimcManager Class" -[Software\\Classes\\CLSID\\{E23B1CED-5E47-4FDB-AF66-B20370261B5E}\\InprocServer32] 1460706648 -#time=1d196eb86281820 +[Software\\Classes\\CLSID\\{E23B1CED-5E47-4FDB-AF66-B20370261B5E}\\InprocServer32] 1526460881 +#time=1d3ecf3877949b4 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PenIMC.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{E23B1CED-5E47-4FDB-AF66-B20370261B5E}\\ProgID] 1460706648 -#time=1d196eb8628281a +[Software\\Classes\\CLSID\\{E23B1CED-5E47-4FDB-AF66-B20370261B5E}\\ProgID] 1526460881 +#time=1d3ecf387796688 @="PenIMC.PimcManager.4" -[Software\\Classes\\CLSID\\{E2510970-F137-11CE-8B67-00AA00A3F1A6}] 1460706474 -#time=1d196eb1ed85c7a +[Software\\Classes\\CLSID\\{E2510970-F137-11CE-8B67-00AA00A3F1A6}] 1526460547 +#time=1d3ecf2c0373a32 @="AVI mux" -[Software\\Classes\\CLSID\\{E2510970-F137-11CE-8B67-00AA00A3F1A6}\\InProcServer32] 1460706474 -#time=1d196eb1ed85d56 +[Software\\Classes\\CLSID\\{E2510970-F137-11CE-8B67-00AA00A3F1A6}\\InProcServer32] 1526460547 +#time=1d3ecf2c0373cc6 @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}] 1460706648 -#time=1d196eb862e49ac +[Software\\Classes\\CLSID\\{E2B3C97F-6AE1-41AC-817A-F6F92166D7DD}] 1526460533 +#time=1d3ecf2b7db00a8 +@="HNetCfg.FwPolicy2" + +[Software\\Classes\\CLSID\\{E2B3C97F-6AE1-41AC-817A-F6F92166D7DD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7daffae +@="C:\\windows\\system32\\hnetcfg.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{E2B3C97F-6AE1-41AC-817A-F6F92166D7DD}\\ProgId] 1526460533 +#time=1d3ecf2b7db012a +@="HNetCfg.FwPolicy2" + +[Software\\Classes\\CLSID\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}] 1526460881 +#time=1d3ecf38783b886 @="PSFactoryBuffer" -[Software\\Classes\\CLSID\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}\\InProcServer32] 1460706648 -#time=1d196eb862e5c80 +[Software\\Classes\\CLSID\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}\\InProcServer32] 1526460881 +#time=1d3ecf38783d5a0 @="C:\\windows\\system32\\PresentationHostProxy.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E30629D1-27E5-11CE-875D-00608CB78066}] 1460706471 -#time=1d196eb1d0e2442 +[Software\\Classes\\CLSID\\{E30629D1-27E5-11CE-875D-00608CB78066}] 1526460533 +#time=1d3ecf2b7b15384 @="Wave Audio Renderer" -[Software\\Classes\\CLSID\\{E30629D1-27E5-11CE-875D-00608CB78066}\\InprocServer32] 1460706471 -#time=1d196eb1d0e2532 +[Software\\Classes\\CLSID\\{E30629D1-27E5-11CE-875D-00608CB78066}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b15488 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E30629D2-27E5-11CE-875D-00608CB78066}] 1460706474 -#time=1d196eb1ed84f82 +[Software\\Classes\\CLSID\\{E30629D2-27E5-11CE-875D-00608CB78066}] 1526460547 +#time=1d3ecf2c0371a3e @="Audio Capture Filter" -[Software\\Classes\\CLSID\\{E30629D2-27E5-11CE-875D-00608CB78066}\\InProcServer32] 1460706474 -#time=1d196eb1ed85072 +[Software\\Classes\\CLSID\\{E30629D2-27E5-11CE-875D-00608CB78066}\\InProcServer32] 1526460547 +#time=1d3ecf2c0371cbe @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E37E2028-CE1A-4f42-AF05-6CEABC4E5D75}] 1460706646 -#time=1d196eb855d8c54 +[Software\\Classes\\CLSID\\{E37E2028-CE1A-4f42-AF05-6CEABC4E5D75}] 1526460879 +#time=1d3ecf386148cd2 @="Shell Icon Handler for Application References" -[Software\\Classes\\CLSID\\{E37E2028-CE1A-4f42-AF05-6CEABC4E5D75}\\InProcServer32] 1460706646 -#time=1d196eb855d7cf0 +[Software\\Classes\\CLSID\\{E37E2028-CE1A-4f42-AF05-6CEABC4E5D75}\\InProcServer32] 1526460879 +#time=1d3ecf386147346 @="C:\\windows\\system32\\dfshim.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}] 1460706648 -#time=1d196eb8605c144 +[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}] 1526460881 +#time=1d3ecf3873b54ce @="System.Security.XmlSyntaxException" -[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8605392c +[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3873a5e84 @="" -[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}\\InprocServer32] 1460706648 -#time=1d196eb8605b1e0 +[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}\\InprocServer32] 1526460881 +#time=1d3ecf3873b39c6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.XmlSyntaxException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85061afa +[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858a2ad8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.XmlSyntaxException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}\\ProgId] 1460706648 -#time=1d196eb86055e70 +[Software\\Classes\\CLSID\\{E38DA416-8050-3786-8201-46F187C15213}\\ProgId] 1526460881 +#time=1d3ecf3873a96a6 @="System.Security.XmlSyntaxException" -[Software\\Classes\\CLSID\\{E436EBB1-524F-11CE-9F53-0020AF0BA770}] 1460706471 -#time=1d196eb1d0e087c +[Software\\Classes\\CLSID\\{E436EBB1-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b1369c @="System Clock" -[Software\\Classes\\CLSID\\{E436EBB1-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1460706471 -#time=1d196eb1d0e096c +[Software\\Classes\\CLSID\\{E436EBB1-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b137a0 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E436EBB2-524F-11CE-9F53-0020AF0BA770}] 1460706471 -#time=1d196eb1d0e01b0 +[Software\\Classes\\CLSID\\{E436EBB2-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b12f80 @="Filter Mapper" -[Software\\Classes\\CLSID\\{E436EBB2-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1460706471 -#time=1d196eb1d0e02b4 +[Software\\Classes\\CLSID\\{E436EBB2-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b1308e @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E436EBB3-524F-11CE-9F53-0020AF0BA770}] 1460706471 -#time=1d196eb1d0df8fa +[Software\\Classes\\CLSID\\{E436EBB3-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b12832 @="Filter Graph" -[Software\\Classes\\CLSID\\{E436EBB3-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1460706471 -#time=1d196eb1d0dfa12 +[Software\\Classes\\CLSID\\{E436EBB3-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b12940 @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E436EBB5-524F-11CE-9F53-0020AF0BA770}] 1460706471 -#time=1d196eb1d0e147a +[Software\\Classes\\CLSID\\{E436EBB5-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b1415a @="File Source Filter" -[Software\\Classes\\CLSID\\{E436EBB5-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1460706471 -#time=1d196eb1d0e156a +[Software\\Classes\\CLSID\\{E436EBB5-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b1425e @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E436EBB8-524F-11CE-9F53-0020AF0BA770}] 1460706471 -#time=1d196eb1d0dfce2 +[Software\\Classes\\CLSID\\{E436EBB8-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b12bde @="Filter Graph no thread" -[Software\\Classes\\CLSID\\{E436EBB8-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1460706471 -#time=1d196eb1d0dfe04 +[Software\\Classes\\CLSID\\{E436EBB8-524F-11CE-9F53-0020AF0BA770}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b12cec @="C:\\windows\\system32\\quartz.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E474E05A-AB65-4f6a-827C-218B1BAAF31F}] 1460706648 -#time=1d196eb8626edf6 +[Software\\Classes\\CLSID\\{E474E05A-AB65-4f6a-827C-218B1BAAF31F}] 1526460881 +#time=1d3ecf3877712fc @="MF Video Mixer" -[Software\\Classes\\CLSID\\{E474E05A-AB65-4f6a-827C-218B1BAAF31F}\\InprocServer32] 1460706648 -#time=1d196eb8627008e +[Software\\Classes\\CLSID\\{E474E05A-AB65-4f6a-827C-218B1BAAF31F}\\InprocServer32] 1526460881 +#time=1d3ecf3877730d4 @="C:\\windows\\system32\\evr.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E4BCAC13-7F99-4908-9A8E-74E3BF24B6E1}] 1460706471 -#time=1d196eb1cf2655e +[Software\\Classes\\CLSID\\{E4BCAC13-7F99-4908-9A8E-74E3BF24B6E1}] 1526460533 +#time=1d3ecf2b80b4d44 @="DirectSoundCapture 8.0 Object" -[Software\\Classes\\CLSID\\{E4BCAC13-7F99-4908-9A8E-74E3BF24B6E1}\\InprocServer32] 1460706471 -#time=1d196eb1cf26662 +[Software\\Classes\\CLSID\\{E4BCAC13-7F99-4908-9A8E-74E3BF24B6E1}\\InprocServer32] 1526460533 +#time=1d3ecf2b80b4e52 @="C:\\windows\\system32\\dsound.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}] 1460706645 -#time=1d196eb84ca9566 +[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}] 1526460877 +#time=1d3ecf3852a3f06 @="Microsoft Common Language Runtime Meta Data" "MasterVersion"=dword:00000002 -[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706645 -#time=1d196eb84ca590c +[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460877 +#time=1d3ecf38529baf4 @="" -[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\InprocServer32] 1460706645 -#time=1d196eb84ba68da +[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\InprocServer32] 1526460877 +#time=1d3ecf3851181aa @="C:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\InprocServer32\\4.0.30319] 1460706645 -#time=1d196eb84ba6b14 +[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\InprocServer32\\4.0.30319] 1526460877 +#time=1d3ecf385118434 "ImplementedInThisVersion"="" -[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\NotInsertable] 1460706645 -#time=1d196eb84ca9746 +[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\NotInsertable] 1526460877 +#time=1d3ecf3852a40fa @="" -[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\ProgId] 1460706471 -#time=1d196eb1cfbdd3c +[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\ProgId] 1526460533 +#time=1d3ecf2b7b899a0 @="CLRMetaData.CorMetaDataDispenser.2" -[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cfbde86 +[Software\\Classes\\CLSID\\{E5CB7A31-7512-11D2-89CE-0080C792E5D8}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b89b26 @="CLRMetaData.CorMetaDataDispenser" -[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}] 1460706648 -#time=1d196eb861b910e +[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}] 1526460881 +#time=1d3ecf387642a0c @="System.Text.StringBuilder" -[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb861a8e1c +[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3876265dc @="" -[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}\\InprocServer32] 1460706648 -#time=1d196eb861b5194 +[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}\\InprocServer32] 1526460881 +#time=1d3ecf38763b9be @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.StringBuilder" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8552cd3c +[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf386008458 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.StringBuilder" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}\\ProgId] 1460706648 -#time=1d196eb861aad84 +[Software\\Classes\\CLSID\\{E724B749-18D6-36AB-9F6D-09C36D9C6016}\\ProgId] 1526460881 +#time=1d3ecf387629d22 @="System.Text.StringBuilder" -[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}] 1460706647 -#time=1d196eb85d01d50 +[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}] 1526460880 +#time=1d3ecf386d81620 @="System.Runtime.Serialization.Formatters.SoapMessage" -[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85cf7f12 +[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386d6d788 @="" -[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\\InprocServer32] 1460706647 -#time=1d196eb85d00e5a +[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\\InprocServer32] 1526460880 +#time=1d3ecf386d7fc3a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.SoapMessage" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84edab3c +[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385638b9e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.SoapMessage" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\\ProgId] 1460706647 -#time=1d196eb85cf9efc +[Software\\Classes\\CLSID\\{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}\\ProgId] 1526460880 +#time=1d3ecf386d70d20 @="System.Runtime.Serialization.Formatters.SoapMessage" -[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}] 1460706648 -#time=1d196eb861354b2 +[Software\\Classes\\CLSID\\{E77CC89B-7401-4C04-8CED-149DB35ADD04}] 1526460533 +#time=1d3ecf2b7dac0a2 +@="WindowsParentalControls class" + +[Software\\Classes\\CLSID\\{E77CC89B-7401-4C04-8CED-149DB35ADD04}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dac1c4 +@="C:\\windows\\system32\\wpc.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}] 1526460881 +#time=1d3ecf387556b8e @="System.ExecutionEngineException" -[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86125abc +[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38753a268 @="" -[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}\\InprocServer32] 1460706648 -#time=1d196eb86131646 +[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}\\InprocServer32] 1526460881 +#time=1d3ecf38754ffe6 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ExecutionEngineException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85506a56 +[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385fda03a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ExecutionEngineException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}\\ProgId] 1460706648 -#time=1d196eb86127c68 +[Software\\Classes\\CLSID\\{E786FB32-B659-3D96-94C4-E1A9FC037868}\\ProgId] 1526460881 +#time=1d3ecf38753d8aa @="System.ExecutionEngineException" -[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}] 1460706647 -#time=1d196eb859db216 +[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}] 1526460880 +#time=1d3ecf3868309dc @="System.EnterpriseServices.Internal.ClientRemotingConfig" -[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb859cec28 +[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38681bef6 @="" -[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}\\InprocServer32] 1460706647 -#time=1d196eb859d83b8 +[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}\\InprocServer32] 1526460880 +#time=1d3ecf38682b9be @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ClientRemotingConfig" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb855830ce +[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3860b46c2 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ClientRemotingConfig" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}\\ProgId] 1460706647 -#time=1d196eb859d0168 +[Software\\Classes\\CLSID\\{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}\\ProgId] 1526460880 +#time=1d3ecf38681d94a @="System.EnterpriseServices.Internal.ClientRemotingConfig" -[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}] 1460706647 -#time=1d196eb85d29030 +[Software\\Classes\\CLSID\\{E7FF1300-96A5-11D3-AC85-00C04FC2C602}] 1526460533 +#time=1d3ecf2b80686a6 +@="DirectX8" + +[Software\\Classes\\CLSID\\{E7FF1300-96A5-11D3-AC85-00C04FC2C602}\\InprocServer32] 1526460533 +#time=1d3ecf2b806843a +@="C:\\windows\\system32\\dx8vb.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{E7FF1300-96A5-11D3-AC85-00C04FC2C602}\\ProgId] 1526460533 +#time=1d3ecf2b80685b6 +@="DIRECT.DirectX8.0" + +[Software\\Classes\\CLSID\\{E7FF1300-96A5-11D3-AC85-00C04FC2C602}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b8068732 +@="DIRECT.DirectX8.0" + +[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}] 1526460880 +#time=1d3ecf386dc83d6 @="System.Runtime.Remoting.Services.TrackingServices" -[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d1f21a +[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386db54d4 @="" -[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}\\InprocServer32] 1460706647 -#time=1d196eb85d28158 +[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}\\InprocServer32] 1526460880 +#time=1d3ecf386dc6932 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Services.TrackingServices" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ef8c7c +[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38566e1d6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Services.TrackingServices" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}\\ProgId] 1460706647 -#time=1d196eb85d21222 +[Software\\Classes\\CLSID\\{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}\\ProgId] 1526460880 +#time=1d3ecf386db95e8 @="System.Runtime.Remoting.Services.TrackingServices" -[Software\\Classes\\CLSID\\{e82a2d71-5b2f-43a0-97b8-81be15854de8}] 1460706646 -#time=1d196eb855d5d06 +[Software\\Classes\\CLSID\\{e82a2d71-5b2f-43a0-97b8-81be15854de8}] 1526460879 +#time=1d3ecf3861432b4 @="ShellLink for Application References" -[Software\\Classes\\CLSID\\{e82a2d71-5b2f-43a0-97b8-81be15854de8}\\InProcServer32] 1460706646 -#time=1d196eb855d4dd4 +[Software\\Classes\\CLSID\\{e82a2d71-5b2f-43a0-97b8-81be15854de8}\\InProcServer32] 1526460879 +#time=1d3ecf38613f60a @="C:\\windows\\system32\\dfshim.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}] 1460706647 -#time=1d196eb85faf336 +[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}] 1526460881 +#time=1d3ecf3872773e6 @="System.BadImageFormatException" -[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85f91c00 +[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38724acba @="" -[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}\\InprocServer32] 1460706647 -#time=1d196eb85fab718 +[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}\\InprocServer32] 1526460881 +#time=1d3ecf387270578 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.BadImageFormatException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb854b7b68 +[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f6864c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.BadImageFormatException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}\\ProgId] 1460706647 -#time=1d196eb85f96674 +[Software\\Classes\\CLSID\\{E9148312-A9BF-3A45-BBCA-350967FD78F5}\\ProgId] 1526460881 +#time=1d3ecf387253644 @="System.BadImageFormatException" -[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}] 1460706648 -#time=1d196eb860840cc +[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}] 1526460881 +#time=1d3ecf3873fe5ac @="System.Runtime.CompilerServices.IDispatchConstantAttribute" -[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86079988 +[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3873ee828 @="" -[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}\\InprocServer32] 1460706648 -#time=1d196eb86082c2c +[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}\\InprocServer32] 1526460881 +#time=1d3ecf3873fc6b2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.IDispatchConstantAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8506a2b8 +[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858b08ea "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.IDispatchConstantAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}\\ProgId] 1460706648 -#time=1d196eb8607b99a +[Software\\Classes\\CLSID\\{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}\\ProgId] 1526460881 +#time=1d3ecf3873f2086 @="System.Runtime.CompilerServices.IDispatchConstantAttribute" -[Software\\Classes\\CLSID\\{EA678830-235D-11D2-A8B6-0000F8084F96}] 1460706471 -#time=1d196eb1cf73728 +[Software\\Classes\\CLSID\\{EA678830-235D-11D2-A8B6-0000F8084F96}] 1526460533 +#time=1d3ecf2b7bf9818 @="CLSID_IPropPatchRequest" -[Software\\Classes\\CLSID\\{EA678830-235D-11D2-A8B6-0000F8084F96}\\InprocServer32] 1460706471 -#time=1d196eb1cf7380e +[Software\\Classes\\CLSID\\{EA678830-235D-11D2-A8B6-0000F8084F96}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf9944 @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}] 1460706648 -#time=1d196eb863f53b4 +[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}] 1526460882 +#time=1d3ecf387a0668e @="System.TimeoutException" -[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb863f05da +[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460882 +#time=1d3ecf3879fdf8e @="" -[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}\\InprocServer32] 1460706648 -#time=1d196eb863f44aa +[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}\\InprocServer32] 1526460882 +#time=1d3ecf387a04d0c @="mscoree.dll" "Class"="System.TimeoutException" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb853d1956 +[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385df8154 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.TimeoutException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}\\ProgId] 1460706648 -#time=1d196eb863f15b6 +[Software\\Classes\\CLSID\\{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}\\ProgId] 1526460882 +#time=1d3ecf3879ffa46 @="System.TimeoutException" -[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}] 1460706471 -#time=1d196eb1cdbbb2e +[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}] 1526460533 +#time=1d3ecf2b7a956a2 @="Microsoft Web Browser Version 1" -[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\InprocServer32] 1460706471 -#time=1d196eb1cf622fc +[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\InprocServer32] 1528075957 +#time=1d3fba3eba47a44 @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\ProgId] 1460706471 -#time=1d196eb1cdbb71e +[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\ProgId] 1526460533 +#time=1d3ecf2b7a9504e @="Shell.Explorer.1" -[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\TypeLib] 1460706471 -#time=1d196eb1cdbb868 +[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7a9529c @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\Version] 1460706471 -#time=1d196eb1cdbba2a +[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\Version] 1526460533 +#time=1d3ecf2b7a954b8 @="1.1" -[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cdbbbec +[Software\\Classes\\CLSID\\{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7a9576a @="Shell.Explorer" -[Software\\Classes\\CLSID\\{EB87E1BD-3233-11D2-AEC9-00C04FB68820}] 1460706471 -#time=1d196eb1cdd5128 +[Software\\Classes\\CLSID\\{EB87E1BD-3233-11D2-AEC9-00C04FB68820}] 1526460533 +#time=1d3ecf2b7aba0ce @="WbemStatusCode" -[Software\\Classes\\CLSID\\{EB87E1BD-3233-11D2-AEC9-00C04FB68820}\\InprocServer32] 1460706471 -#time=1d196eb1cdd5286 +[Software\\Classes\\CLSID\\{EB87E1BD-3233-11D2-AEC9-00C04FB68820}\\InprocServer32] 1526460533 +#time=1d3ecf2b7aba2c2 @="C:\\windows\\system32\\wbem\\wmiutils.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}] 1460706648 -#time=1d196eb860171d4 +[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}] 1526460881 +#time=1d3ecf387335198 @="System.Security.VerificationException" -[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8600f088 +[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38732429e @="" -[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}\\InprocServer32] 1460706648 -#time=1d196eb8601623e +[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}\\InprocServer32] 1526460881 +#time=1d3ecf3873334e2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.VerificationException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ffef86 +[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385802eac "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.VerificationException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}\\ProgId] 1460706648 -#time=1d196eb8600ffe2 +[Software\\Classes\\CLSID\\{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}\\ProgId] 1526460881 +#time=1d3ecf387325fcc @="System.Security.VerificationException" -[Software\\Classes\\CLSID\\{EBB08C45-6C4A-4FDC-AE53-4EB8C4C7DB8E}] 1460706471 -#time=1d196eb1cfc40ce +[Software\\Classes\\CLSID\\{EBB08C45-6C4A-4FDC-AE53-4EB8C4C7DB8E}] 1526460533 +#time=1d3ecf2b80dcde4 @="TF_LangBarMgr" -[Software\\Classes\\CLSID\\{EBB08C45-6C4A-4FDC-AE53-4EB8C4C7DB8E}\\InprocServer32] 1460706471 -#time=1d196eb1cfc4240 +[Software\\Classes\\CLSID\\{EBB08C45-6C4A-4FDC-AE53-4EB8C4C7DB8E}\\InprocServer32] 1526460533 +#time=1d3ecf2b80dcf06 @="C:\\windows\\system32\\msctf.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{EBF2320A-2502-11D3-8BD1-00600893B1B6}] 1460706471 -#time=1d196eb1cefe5a4 +[Software\\Classes\\CLSID\\{EBF2320A-2502-11D3-8BD1-00600893B1B6}] 1526460533 +#time=1d3ecf2b7f1bb36 @="DirectMusic Script AutoImp SegmentState" -[Software\\Classes\\CLSID\\{EBF2320A-2502-11D3-8BD1-00600893B1B6}\\InprocServer32] 1460706471 -#time=1d196eb1cefe37e +[Software\\Classes\\CLSID\\{EBF2320A-2502-11D3-8BD1-00600893B1B6}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f1b8c0 @="C:\\windows\\system32\\dmscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EBF2320A-2502-11D3-8BD1-00600893B1B6}\\ProgId] 1460706471 -#time=1d196eb1cefe4c8 +[Software\\Classes\\CLSID\\{EBF2320A-2502-11D3-8BD1-00600893B1B6}\\ProgId] 1526460533 +#time=1d3ecf2b7f1ba3c @="Microsoft.DirectMusicScriptAutoImpSegmentState.1" -[Software\\Classes\\CLSID\\{EBF2320A-2502-11D3-8BD1-00600893B1B6}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cefe61c +[Software\\Classes\\CLSID\\{EBF2320A-2502-11D3-8BD1-00600893B1B6}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7f1bbc2 @="Microsoft.DirectMusicScriptAutoImpSegmentState" -[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}] 1460706647 -#time=1d196eb859819f0 +[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}] 1526460880 +#time=1d3ecf3867993c0 @="System.Globalization.ThaiBuddhistCalendar" -[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8596e846 +[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38677890e @="" -[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}\\InprocServer32] 1460706647 -#time=1d196eb8597eba6 +[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}\\InprocServer32] 1526460880 +#time=1d3ecf38679405a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.ThaiBuddhistCalendar" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85217d22 +[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b2cf10 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.ThaiBuddhistCalendar" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}\\ProgId] 1460706647 -#time=1d196eb859709ac +[Software\\Classes\\CLSID\\{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}\\ProgId] 1526460880 +#time=1d3ecf38677bf96 @="System.Globalization.ThaiBuddhistCalendar" -[Software\\Classes\\CLSID\\{EC9846B3-2762-4A6B-A214-6ACB603462D2}] 1460706471 -#time=1d196eb1cf52c12 +[Software\\Classes\\CLSID\\{EC9846B3-2762-4A6B-A214-6ACB603462D2}] 1526460533 +#time=1d3ecf2b7daf658 @="HNetCfg.FwAuthorizedApplication" -[Software\\Classes\\CLSID\\{EC9846B3-2762-4A6B-A214-6ACB603462D2}\\InprocServer32] 1460706471 -#time=1d196eb1cf52b2c +[Software\\Classes\\CLSID\\{EC9846B3-2762-4A6B-A214-6ACB603462D2}\\InprocServer32] 1526460533 +#time=1d3ecf2b7daf55e @="C:\\windows\\system32\\hnetcfg.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EC9846B3-2762-4A6B-A214-6ACB603462D2}\\ProgId] 1460706471 -#time=1d196eb1cf52c8a +[Software\\Classes\\CLSID\\{EC9846B3-2762-4A6B-A214-6ACB603462D2}\\ProgId] 1526460533 +#time=1d3ecf2b7daf6da @="HNetCfg.FwAuthorizedApplication" -[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}] 1460706647 -#time=1d196eb85988af2 +[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}] 1526460880 +#time=1d3ecf3867a6994 @="System.EnterpriseServices.Internal.ClrObjectFactory" -[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8597fc0e +[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386795b6c @="" -[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}\\InprocServer32] 1460706647 -#time=1d196eb859869c8 +[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}\\InprocServer32] 1526460880 +#time=1d3ecf3867a3596 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ClrObjectFactory" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8557f00a +[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3860adcfa "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.ClrObjectFactory" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}\\ProgId] 1460706647 -#time=1d196eb85980bb8 +[Software\\Classes\\CLSID\\{ECABAFD1-7F19-11D2-978E-0000F8757E2A}\\ProgId] 1526460880 +#time=1d3ecf386797908 @="System.EnterpriseServices.Internal.ClrObjectFactory" -[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}] 1460706648 -#time=1d196eb86339650 +[Software\\Classes\\CLSID\\{ECABB0C0-7F19-11D2-978E-0000F8757E2A}] 1526460533 +#time=1d3ecf2b80e2910 +@="DispenserManager" + +[Software\\Classes\\CLSID\\{ECABB0C0-7F19-11D2-978E-0000F8757E2A}\\InprocServer32] 1526460533 +#time=1d3ecf2b80e269a +@="C:\\windows\\system32\\comsvcs.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{ECABB0C0-7F19-11D2-978E-0000F8757E2A}\\TypeLib] 1526460533 +#time=1d3ecf2b80e2816 +@="{2A005C00-A5DE-11CF-9E66-00AA00A3F464}" + +[Software\\Classes\\CLSID\\{ECABB0C0-7F19-11D2-978E-0000F8757E2A}\\Version] 1526460533 +#time=1d3ecf2b80e299c +@="1.0" + +[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}] 1526460881 +#time=1d3ecf3878cf6e4 @="System.Security.HostProtectionException" -[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86331ae0 +[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3878c2462 @="" -[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}\\InprocServer32] 1460706648 -#time=1d196eb863361a8 +[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}\\InprocServer32] 1526460881 +#time=1d3ecf3878ca63a @="mscoree.dll" "Class"="System.Security.HostProtectionException" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8500a7b4 +[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385816a6a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.HostProtectionException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}\\ProgId] 1460706648 -#time=1d196eb86337436 +[Software\\Classes\\CLSID\\{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}\\ProgId] 1526460881 +#time=1d3ecf3878cc1ce @="System.Security.HostProtectionException" -[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}] 1460706648 -#time=1d196eb860b3b06 +[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}] 1526460881 +#time=1d3ecf387463f10 @="System.Runtime.CompilerServices.CallConvFastcall" -[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860ab97e +[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38744feca @="" -[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}\\InprocServer32] 1460706648 -#time=1d196eb860b2c1a +[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}\\InprocServer32] 1526460881 +#time=1d3ecf387461ddc @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CallConvFastcall" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850932a8 +[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3858e3d76 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CallConvFastcall" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}\\ProgId] 1460706648 -#time=1d196eb860aca5e +[Software\\Classes\\CLSID\\{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}\\ProgId] 1526460881 +#time=1d3ecf387452314 @="System.Runtime.CompilerServices.CallConvFastcall" -[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}] 1460706471 -#time=1d196eb1cd1e9be +[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}] 1526460533 +#time=1d3ecf2b7936270 @="XML HTTP Request" -[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\InprocServer32] 1460706605 -#time=1d196eb6c71be68 -@="C:\\windows\\system32\\msxml3.dll" +[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\InprocServer32] 1526460533 +#time=1d3ecf2b7935c94 +@="C:\\windows\\system32\\msxml.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\ProgId] 1460706471 -#time=1d196eb1cd1e64e +[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\ProgId] 1526460533 +#time=1d3ecf2b7935e38 @="Microsoft.XMLHTTP.1.0" -[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\TypeLib] 1460706471 -#time=1d196eb1cd1e798 +[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\TypeLib] 1526460533 +#time=1d3ecf2b7935faa @="{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}" -[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\Version] 1460706471 -#time=1d196eb1cd1e8e2 +[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\Version] 1526460533 +#time=1d3ecf2b7936176 @="1.0" -[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd1ea2c +[Software\\Classes\\CLSID\\{ED8C108E-4349-11D2-91A4-00C04F7969E8}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7936310 @="Microsoft.XMLHTTP" -[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}] 1460706471 -#time=1d196eb1d105ef6 +[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}] 1526460533 +#time=1d3ecf2b7b2561c @="Scripting.Dictionary" -[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}\\InprocServer32] 1460706471 -#time=1d196eb1d105aa0 +[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b25220 @="C:\\windows\\system32\\scrrun.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}\\ProgId] 1460706471 -#time=1d196eb1d105c26 +[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}\\ProgId] 1526460533 +#time=1d3ecf2b7b253b0 @="Scripting.Dictionary" -[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}\\TypeLib] 1460706471 -#time=1d196eb1d105de8 +[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}\\TypeLib] 1526460533 +#time=1d3ecf2b7b25522 @="{420B2830-E718-11CF-893D-00A0C9054228}" -[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}\\Version] 1460706471 -#time=1d196eb1d105f6e +[Software\\Classes\\CLSID\\{EE09B103-97E0-11CF-978F-00A02463E06F}\\Version] 1526460533 +#time=1d3ecf2b7b2569e @="1.0" -[Software\\Classes\\CLSID\\{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}] 1460706471 -#time=1d196eb1cef1606 +[Software\\Classes\\CLSID\\{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}] 1526460533 +#time=1d3ecf2b7d795a8 @="DirectMusicAudioPath" -[Software\\Classes\\CLSID\\{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}\\InprocServer32] 1460706471 -#time=1d196eb1cef1386 +[Software\\Classes\\CLSID\\{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d79332 @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}\\ProgId] 1460706471 -#time=1d196eb1cef1534 +[Software\\Classes\\CLSID\\{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}\\ProgId] 1526460533 +#time=1d3ecf2b7d794ae @="Microsoft.DirectMusicAudioPath.1" -[Software\\Classes\\CLSID\\{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cef1674 +[Software\\Classes\\CLSID\\{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d79634 @="Microsoft.DirectMusicAudioPath" -[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}] 1460706648 -#time=1d196eb8638f05a +[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}] 1526460881 +#time=1d3ecf38794c3ce @="System.Security.Policy.GacInstalled" -[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86388610 +[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3879409d4 @="" -[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}\\InprocServer32] 1460706648 -#time=1d196eb8638e182 +[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}\\InprocServer32] 1526460881 +#time=1d3ecf38794aa4c @="mscoree.dll" "Class"="System.Security.Policy.GacInstalled" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851ab56e +[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a99558 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.GacInstalled" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}\\ProgId] 1460706648 -#time=1d196eb86389af6 +[Software\\Classes\\CLSID\\{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}\\ProgId] 1526460881 +#time=1d3ecf387943c38 @="System.Security.Policy.GacInstalled" -[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}] 1460706647 -#time=1d196eb85a41926 +[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}] 1526460880 +#time=1d3ecf3868da888 @="System.Globalization.HijriCalendar" -[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a2e5ba +[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3868ba588 @="" -[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}\\InprocServer32] 1460706647 -#time=1d196eb85a3f3c4 +[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}\\InprocServer32] 1526460880 +#time=1d3ecf3868d7318 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.HijriCalendar" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85231182 +[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385b53f16 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.HijriCalendar" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}\\ProgId] 1460706647 -#time=1d196eb85a33452 +[Software\\Classes\\CLSID\\{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}\\ProgId] 1526460880 +#time=1d3ecf3868c2a9e @="System.Globalization.HijriCalendar" -[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}] 1460706647 -#time=1d196eb8578a5d4 +[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}] 1526460879 +#time=1d3ecf3864239de @="System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter" -[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb857838d8 +[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf386415fbe @="" -[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}\\InprocServer32] 1460706647 -#time=1d196eb857896ca +[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}\\InprocServer32] 1526460879 +#time=1d3ecf386422016 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84df0eec +[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854d0c16 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}\\ProgId] 1460706647 -#time=1d196eb8578486e +[Software\\Classes\\CLSID\\{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}\\ProgId] 1526460879 +#time=1d3ecf386417d00 @="System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter" -[Software\\Classes\\CLSID\\{EED36461-9EA5-11D3-9BD1-0080C7150A74}] 1460706471 -#time=1d196eb1cef1b88 +[Software\\Classes\\CLSID\\{EED36461-9EA5-11D3-9BD1-0080C7150A74}] 1526460533 +#time=1d3ecf2b7d79c38 @="DirectMusicWaveTrack" -[Software\\Classes\\CLSID\\{EED36461-9EA5-11D3-9BD1-0080C7150A74}\\InprocServer32] 1460706471 -#time=1d196eb1cef1976 +[Software\\Classes\\CLSID\\{EED36461-9EA5-11D3-9BD1-0080C7150A74}\\InprocServer32] 1526460533 +#time=1d3ecf2b7d799cc @="C:\\windows\\system32\\dmime.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EED36461-9EA5-11D3-9BD1-0080C7150A74}\\ProgId] 1460706471 -#time=1d196eb1cef1ac0 +[Software\\Classes\\CLSID\\{EED36461-9EA5-11D3-9BD1-0080C7150A74}\\ProgId] 1526460533 +#time=1d3ecf2b7d79b3e @="Microsoft.DirectMusicWaveTrack.1" -[Software\\Classes\\CLSID\\{EED36461-9EA5-11D3-9BD1-0080C7150A74}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cef1c00 +[Software\\Classes\\CLSID\\{EED36461-9EA5-11D3-9BD1-0080C7150A74}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7d79cc4 @="Microsoft.DirectMusicWaveTrack" -[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}] 1460706648 -#time=1d196eb86028164 +[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}] 1526460881 +#time=1d3ecf387351c44 @="System.Security.SecurityException" -[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8601cd8c +[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf38733f706 @="" -[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}\\InprocServer32] 1460706648 -#time=1d196eb86027228 +[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}\\InprocServer32] 1526460881 +#time=1d3ecf3873501dc @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.SecurityException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8500e79c +[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38581d6d0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.SecurityException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}\\ProgId] 1460706648 -#time=1d196eb8601f53c +[Software\\Classes\\CLSID\\{EEF05C76-5C98-3685-A69C-6E1A26A7F846}\\ProgId] 1526460881 +#time=1d3ecf387343266 @="System.Security.SecurityException" -[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}] 1460706647 -#time=1d196eb85a0da4a +[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}] 1526460880 +#time=1d3ecf38687e56a @="System.EnterpriseServices.Internal.AppDomainHelper" -[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85a04aa8 +[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38686eba6 @="" -[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}\\InprocServer32] 1460706647 -#time=1d196eb85a0cab4 +[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}\\InprocServer32] 1526460880 +#time=1d3ecf38687cbca @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.AppDomainHelper" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8558b206 +[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf3860c17fa "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.AppDomainHelper" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}\\ProgId] 1460706647 -#time=1d196eb85a05a16 +[Software\\Classes\\CLSID\\{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}\\ProgId] 1526460880 +#time=1d3ecf386870726 @="System.EnterpriseServices.Internal.AppDomainHelper" -[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}] 1460706647 -#time=1d196eb85d420da +[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}] 1526460880 +#time=1d3ecf386df4940 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity" -[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d39552 +[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386de6df4 @="" -[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}\\InprocServer32] 1460706647 -#time=1d196eb85d40e10 +[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}\\InprocServer32] 1526460880 +#time=1d3ecf386df2cda @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f02362 +[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38567dc08 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}\\ProgId] 1460706647 -#time=1d196eb85d3a510 +[Software\\Classes\\CLSID\\{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}\\ProgId] 1526460880 +#time=1d3ecf386de888e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity" -[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}] 1460706647 -#time=1d196eb85aea74c +[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}] 1526460880 +#time=1d3ecf3869f7f04 @="System.Reflection.AssemblyName" -[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ae38de +[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf3869ebe52 @="" -[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}\\InprocServer32] 1460706647 -#time=1d196eb85ae9860 +[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}\\InprocServer32] 1526460880 +#time=1d3ecf3869f64ce @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.AssemblyName" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85300518 +[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385c967e8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.AssemblyName" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}\\ProgId] 1460706647 -#time=1d196eb85ae4892 +[Software\\Classes\\CLSID\\{F12FDE6A-9394-3C32-8E4D-F3D470947284}\\ProgId] 1526460880 +#time=1d3ecf3869edaa4 @="System.Reflection.AssemblyName" -[Software\\Classes\\CLSID\\{F17E8672-C3B4-11D1-870B-00600893B1BD}] 1460706471 -#time=1d196eb1cee8e98 +[Software\\Classes\\CLSID\\{F17E8672-C3B4-11D1-870B-00600893B1BD}] 1526460533 +#time=1d3ecf2b7b4fce6 @="DirectMusicSignPostTrack" -[Software\\Classes\\CLSID\\{F17E8672-C3B4-11D1-870B-00600893B1BD}\\InprocServer32] 1460706471 -#time=1d196eb1cee8c4a +[Software\\Classes\\CLSID\\{F17E8672-C3B4-11D1-870B-00600893B1BD}\\InprocServer32] 1526460533 +#time=1d3ecf2b7b4fa70 @="C:\\windows\\system32\\dmcompos.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F17E8672-C3B4-11D1-870B-00600893B1BD}\\ProgId] 1460706471 -#time=1d196eb1cee8d94 +[Software\\Classes\\CLSID\\{F17E8672-C3B4-11D1-870B-00600893B1BD}\\ProgId] 1526460533 +#time=1d3ecf2b7b4fbec @="Microsoft.DirectMusicSignPostTrack.1" -[Software\\Classes\\CLSID\\{F17E8672-C3B4-11D1-870B-00600893B1BD}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cee8f10 +[Software\\Classes\\CLSID\\{F17E8672-C3B4-11D1-870B-00600893B1BD}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7b4fd68 @="Microsoft.DirectMusicSignPostTrack" -[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}] 1460706648 -#time=1d196eb8615c954 +[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}] 1526460881 +#time=1d3ecf38759a28a @="System.Runtime.InteropServices.TypeLibConverter" -[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb8614fb96 +[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3875873e2 @="" -[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}\\InprocServer32] 1460706648 -#time=1d196eb8615a5c8 +[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}\\InprocServer32] 1526460881 +#time=1d3ecf387594f06 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.TypeLibConverter" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850eec8e +[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38596a376 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.TypeLibConverter" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}\\ProgId] 1460706648 -#time=1d196eb86150e4c +[Software\\Classes\\CLSID\\{F1C3BF79-C3E4-11D3-88E7-00902754C43A}\\ProgId] 1526460881 +#time=1d3ecf387588efe @="System.Runtime.InteropServices.TypeLibConverter" -[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}] 1460706648 -#time=1d196eb86252e1c +[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}] 1526460881 +#time=1d3ecf38773cc5a @="System.Runtime.InteropServices.ComImportAttribute" -[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86246b1c +[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387725c4e @="" -[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}\\InprocServer32] 1460706648 -#time=1d196eb86250f90 +[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}\\InprocServer32] 1526460881 +#time=1d3ecf38773962c @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComImportAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb85161748 +[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a1fe2e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComImportAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}\\ProgId] 1460706648 -#time=1d196eb86248c46 +[Software\\Classes\\CLSID\\{F1EBA909-6621-346D-9CE2-39F266C9D011}\\ProgId] 1526460881 +#time=1d3ecf387729204 @="System.Runtime.InteropServices.ComImportAttribute" -[Software\\Classes\\CLSID\\{F20DA720-C02F-11CE-927B-0800095AE340}] 1460706471 -#time=1d196eb1d0bd750 +[Software\\Classes\\CLSID\\{F20DA720-C02F-11CE-927B-0800095AE340}] 1526460533 +#time=1d3ecf2b7c153ce @="Package" -[Software\\Classes\\CLSID\\{F20DA720-C02F-11CE-927B-0800095AE340}\\InprocServer32] 1460706471 -#time=1d196eb1d0bc76a +[Software\\Classes\\CLSID\\{F20DA720-C02F-11CE-927B-0800095AE340}\\InprocServer32] 1526460533 +#time=1d3ecf2b7c14816 @="C:\\windows\\system32\\packager.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{F20DA720-C02F-11CE-927B-0800095AE340}\\Insertable] 1460706471 -#time=1d196eb1d0bd750 +[Software\\Classes\\CLSID\\{F20DA720-C02F-11CE-927B-0800095AE340}\\Insertable] 1526460533 +#time=1d3ecf2b7c153ce -[Software\\Classes\\CLSID\\{F2468580-AF8A-11D0-8212-00C04FC32C45}] 1460706471 -#time=1d196eb1ce2aa9c +[Software\\Classes\\CLSID\\{F20DA720-C02F-11CE-927B-0800095AE340}\\ProgId] 1526460533 +#time=1d3ecf2b7c1499c +@="Package" + +[Software\\Classes\\CLSID\\{F2468580-AF8A-11D0-8212-00C04FC32C45}] 1526460533 +#time=1d3ecf2b7dd1b2c @="AuStream Class" -[Software\\Classes\\CLSID\\{F2468580-AF8A-11D0-8212-00C04FC32C45}\\InprocServer32] 1460706471 -#time=1d196eb1ce2ab96 +[Software\\Classes\\CLSID\\{F2468580-AF8A-11D0-8212-00C04FC32C45}\\InprocServer32] 1526460533 +#time=1d3ecf2b7dd1c44 @="C:\\windows\\system32\\amstream.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F3364BA0-65B9-11CE-A9BA-00AA004AE837}] 1460706471 -#time=1d196eb1d124180 +[Software\\Classes\\CLSID\\{F3364BA0-65B9-11CE-A9BA-00AA004AE837}] 1526460533 +#time=1d3ecf2b7f3c228 @="Shell File System Folder" -[Software\\Classes\\CLSID\\{F3364BA0-65B9-11CE-A9BA-00AA004AE837}\\InprocServer32] 1460706471 -#time=1d196eb1d1242fc +[Software\\Classes\\CLSID\\{F3364BA0-65B9-11CE-A9BA-00AA004AE837}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f3c336 @="C:\\windows\\system32\\shell32.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}] 1460706471 -#time=1d196eb1cf92650 +[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}] 1526460533 +#time=1d3ecf2b7ebf3fe @="JScript Language" -[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1460706471 -#time=1d196eb1cf9248e +[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7ebf188 -[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1460706471 -#time=1d196eb1cf9254c +[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7ebf28c -[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\InprocServer32] 1460706471 -#time=1d196eb1cf870fc +[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\InprocServer32] 1526460533 +#time=1d3ecf2b7eb421a @="C:\\windows\\system32\\jscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\OLEScript] 1460706471 -#time=1d196eb1cf92650 +[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\OLEScript] 1526460533 +#time=1d3ecf2b7ebf3fe -[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\ProgId] 1460706471 -#time=1d196eb1cf87250 +[Software\\Classes\\CLSID\\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}\\ProgId] 1526460533 +#time=1d3ecf2b7eb43aa @="JScript" -[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}] 1460706471 -#time=1d196eb1cf92948 +[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}] 1526460533 +#time=1d3ecf2b7ebf80e @="JScript Language Authoring" -[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{0aee2a92-bcbb-11d0-8c72-00c04fc2b085}] 1460706471 -#time=1d196eb1cf92844 +[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{0aee2a92-bcbb-11d0-8c72-00c04fc2b085}] 1526460533 +#time=1d3ecf2b7ebf688 -[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}\\InprocServer32] 1460706471 -#time=1d196eb1cf8764c +[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}\\InprocServer32] 1526460533 +#time=1d3ecf2b7eb47b0 @="C:\\windows\\system32\\jscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}\\OLEScript] 1460706471 -#time=1d196eb1cf92948 +[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}\\OLEScript] 1526460533 +#time=1d3ecf2b7ebf80e -[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}\\ProgId] 1460706471 -#time=1d196eb1cf877aa +[Software\\Classes\\CLSID\\{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}\\ProgId] 1526460533 +#time=1d3ecf2b7eb4972 @="JScript Author" -[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}] 1460706471 -#time=1d196eb1cf93672 +[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}] 1526460533 +#time=1d3ecf2b7ebfdfe @="JScript Language Encoding" -[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1460706471 -#time=1d196eb1cf92baa +[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7ebfa98 -[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1460706471 -#time=1d196eb1cf92d08 +[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7ebfb9c -[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a3-9847-11cf-8f20-00805f2cd064}] 1460706471 -#time=1d196eb1cf93320 +[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\Implemented Categories\\{f0b7a1a3-9847-11cf-8f20-00805f2cd064}] 1526460533 +#time=1d3ecf2b7ebfc96 -[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\InprocServer32] 1460706471 -#time=1d196eb1cf87aca +[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\InprocServer32] 1526460533 +#time=1d3ecf2b7eb4d14 @="C:\\windows\\system32\\jscript.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\OLEScript] 1460706471 -#time=1d196eb1cf93672 +[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\OLEScript] 1526460533 +#time=1d3ecf2b7ebfdfe -[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\ProgId] 1460706471 -#time=1d196eb1cf87c1e +[Software\\Classes\\CLSID\\{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}\\ProgId] 1526460533 +#time=1d3ecf2b7eb4ed6 @="JScript.Encode" -[Software\\Classes\\CLSID\\{F4E1E7F6-A035-41B3-9856-A3C3A1C4684F}] 1460706675 -#time=1d196eb967e2db8 +[Software\\Classes\\CLSID\\{F4E1E7F6-A035-41B3-9856-A3C3A1C4684F}] 1526460915 +#time=1d3ecf39bb5a850 @="WCF/COM+ Integration Service Moniker 40" -[Software\\Classes\\CLSID\\{F4E1E7F6-A035-41B3-9856-A3C3A1C4684F}\\InprocServer32] 1460706675 -#time=1d196eb967e9442 +[Software\\Classes\\CLSID\\{F4E1E7F6-A035-41B3-9856-A3C3A1C4684F}\\InprocServer32] 1526460915 +#time=1d3ecf39bb67a3c @="mscoree.dll" "Assembly"="System.ServiceModel.ServiceMoniker40, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ServiceModel.ServiceMoniker40.ServiceMoniker40" "RuntimeVersion"="v4.0.30319" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F4E1E7F6-A035-41B3-9856-A3C3A1C4684F}\\InprocServer32\\4.0.0.0] 1460706675 -#time=1d196eb967ed682 +[Software\\Classes\\CLSID\\{F4E1E7F6-A035-41B3-9856-A3C3A1C4684F}\\InprocServer32\\4.0.0.0] 1526460915 +#time=1d3ecf39bb6fdcc "Assembly"="System.ServiceModel.ServiceMoniker40, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ServiceModel.ServiceMoniker40.ServiceMoniker40" "RuntimeVersion"="v4.0.30319" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd6439c +[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b7989498 @="XML Parser" -[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd6402c +[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b79890b0 @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd64176 +[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b798922c @="Msxml2.XMLParser" -[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd642c0 +[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b79893a8 @="3.0" -[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd64414 +[Software\\Classes\\CLSID\\{F5078F19-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7989524 @="Msxml2.XMLParser" -[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd2db12 +[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b794b8fa @="XML DOM Document 2.6" -[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd2d64e +[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b794b328 @="C:\\windows\\system32\\msxml2.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd2d7a2 +[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b794b4ae @="Msxml2.DOMDocument.2.6" -[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd2d8ec +[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b794b648 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd2da36 +[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b794b7e2 @="2.6" -[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd2db8a +[Software\\Classes\\CLSID\\{F5078F1B-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b794b990 @="Msxml2.DOMDocument" -[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd2e382 +[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b794c372 @="Free Threaded XML DOM Document 2.6" -[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd2debe +[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b794bd78 @="C:\\windows\\system32\\msxml2.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd2e008 +[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b794bf1c @="Msxml2.FreeThreadedDOMDocument.2.6" -[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd2e15c +[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b794c098 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd2e2a6 +[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b794c264 @="2.6" -[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd2e3f0 +[Software\\Classes\\CLSID\\{F5078F1C-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b794c412 @="Msxml2.FreeThreadedDOMDocument" -[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd2f44e +[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b794d88a @="XML Schema Cache 2.6" -[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd2efb2 +[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b794d272 @="C:\\windows\\system32\\msxml2.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd2f0fc +[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b794d434 @="Msxml2.XMLSchemaCache.2.6" -[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd2f23c +[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b794d5c4 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd2f37c +[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b794d77c @="2.6" -[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd2f4c6 +[Software\\Classes\\CLSID\\{F5078F1D-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b794d934 @="Msxml2.XMLSchemaCache" -[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd2ec1a +[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b794cdc2 @="XML HTTP 2.6" -[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd2e710 +[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b794c7f0 @="C:\\windows\\system32\\msxml2.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd2e8c8 +[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b794c9a8 @="Msxml2.XMLHTTP.2.6" -[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd2ea08 +[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b794cb1a @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd2eb48 +[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b794cc96 @="2.6" -[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd2ec92 +[Software\\Classes\\CLSID\\{F5078F1E-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b794ce62 @="Msxml2.XMLHTTP" -[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd64b12 +[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b7989cc2 @="XML Parser 2.6" -[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd64734 +[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b79898c6 @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd6487e +[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b7989a42 @="Msxml2.XMLParser.2.6" -[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd649c8 +[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b7989bc8 @="2.6" -[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd64b94 +[Software\\Classes\\CLSID\\{F5078F20-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7989d4e @="Msxml2.XMLParser" -[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd2fc5a +[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b794e51e @="XSL Template 2.6" -[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd2f7be +[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b794df6a @="C:\\windows\\system32\\msxml2.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd2f8fe +[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b794e0fa @="Msxml2.XSLTemplate.2.6" -[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd2fa3e +[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b794e29e @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd2fb88 +[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b794e41a @="2.6" -[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd2fcc8 +[Software\\Classes\\CLSID\\{F5078F21-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b794e5aa @="Msxml2.XSLTemplate" -[Software\\Classes\\CLSID\\{F5078F27-C551-11D3-89B9-0000F81FE221}\\InProcServer32] 1460706605 -#time=1d196eb6c6a1078 -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" - -[Software\\Classes\\CLSID\\{F5078F27-C551-11D3-89B9-0000F81FE221}\\Version] 1460706605 -#time=1d196eb6c6a1bae -@="3.0" - -[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd65256 +[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b798a7f8 @="XML Parser 3.0" -[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd64ec8 +[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b798a0e6 @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd65012 +[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b798a26c @="Msxml2.XMLParser.3.0" -[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd65184 +[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b798a69a @="3.0" -[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd652ce +[Software\\Classes\\CLSID\\{F5078F31-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b798a938 @="Msxml2.XMLParser" -[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd5393e +[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b7976da2 @="XML DOM Document 3.0" -[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd534b6 +[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b7976820 @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd535f6 +[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b797699c @="Msxml2.DOMDocument.3.0" -[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd53736 +[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b7976b2c @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd5386c +[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b7976cb2 @="3.0" -[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd539ac +[Software\\Classes\\CLSID\\{F5078F32-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7976e2e @="Msxml2.DOMDocument" -[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}] 1460706605 -#time=1d196eb6c66b676 -@="Free Threaded XML DOM Document 3.0" +[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b79780da +@="Free threaded XML DOM Document 3.0" -[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd5449c +[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b7977b6c @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd545d2 +[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b7977ce8 @="Msxml2.FreeThreadedDOMDocument.3.0" -[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd54712 +[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b7977e64 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd54852 +[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b7977fe0 @="3.0" -[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd54992 +[Software\\Classes\\CLSID\\{F5078F33-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797815c @="Msxml2.FreeThreadedDOMDocument" -[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd57a66 +[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b797ba5a @="XML Schema Cache 3.0" -[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd575ca +[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b797b4ec @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd5770a +[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b797b668 @="Msxml2.XMLSchemaCache.3.0" -[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd57840 +[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b797b7e4 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd57994 +[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b797b960 @="3.0" -[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd57ad4 +[Software\\Classes\\CLSID\\{F5078F34-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797badc @="Msxml2.XMLSchemaCache" -[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd5590a +[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b79793fe @="XML HTTP 3.0" -[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd55482 +[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b7978e9a @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd555b8 +[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b7979016 @="Msxml2.XMLHTTP.3.0" -[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd556f8 +[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b7979188 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd55838 +[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b797930e @="3.0" -[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd55978 +[Software\\Classes\\CLSID\\{F5078F35-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7979480 @="Msxml2.XMLHTTP" -[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}] 1460706471 -#time=1d196eb1cd58a42 +[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}] 1526460533 +#time=1d3ecf2b797cd60 @="XSL Template 3.0" -[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1460706471 -#time=1d196eb1cd585a6 +[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\InprocServer32] 1526460533 +#time=1d3ecf2b797c7fc @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\ProgId] 1460706471 -#time=1d196eb1cd586e6 +[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\ProgId] 1526460533 +#time=1d3ecf2b797c96e @="Msxml2.XSLTemplate.3.0" -[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706471 -#time=1d196eb1cd58826 +[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1526460533 +#time=1d3ecf2b797caea @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\Version] 1460706471 -#time=1d196eb1cd5897a +[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\Version] 1526460533 +#time=1d3ecf2b797cc70 @="3.0" -[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd58ab0 +[Software\\Classes\\CLSID\\{F5078F36-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797cde2 @="Msxml2.XSLTemplate" -[Software\\Classes\\CLSID\\{F5078F37-C551-11D3-89B9-0000F81FE221}\\InProcServer32] 1460706605 -#time=1d196eb6c6a331e -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" - -[Software\\Classes\\CLSID\\{F5078F37-C551-11D3-89B9-0000F81FE221}\\Version] 1460706605 -#time=1d196eb6c6a3df0 -@="3.0" - -[Software\\Classes\\CLSID\\{F5078F39-C551-11D3-89B9-0000F81FE221}] 1460706605 -#time=1d196eb6c684b8a -@="XML Data Source Object 3.0" - -[Software\\Classes\\CLSID\\{F5078F39-C551-11D3-89B9-0000F81FE221}\\InProcServer32] 1460706605 -#time=1d196eb6c681f2a -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" - -[Software\\Classes\\CLSID\\{F5078F39-C551-11D3-89B9-0000F81FE221}\\ProgID] 1460706605 -#time=1d196eb6c682ad8 -@="Msxml2.DSOControl.3.0" - -[Software\\Classes\\CLSID\\{F5078F39-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706605 -#time=1d196eb6c6853e6 -@="{F5078F18-C551-11D3-89B9-0000F81FE221}" - -[Software\\Classes\\CLSID\\{F5078F39-C551-11D3-89B9-0000F81FE221}\\Version] 1460706605 -#time=1d196eb6c6845b8 -@="3.0" - -[Software\\Classes\\CLSID\\{F5078F39-C551-11D3-89B9-0000F81FE221}\\VersionIndependentProgID] 1460706605 -#time=1d196eb6c6835aa -@="Msxml2.DSOControl" - -[Software\\Classes\\CLSID\\{F5078F3F-C551-11D3-89B9-0000F81FE221}] 1460706605 -#time=1d196eb6c6c0cde -@="XML Moniker 3.0" - -[Software\\Classes\\CLSID\\{F5078F3F-C551-11D3-89B9-0000F81FE221}\\InProcServer32] 1460706605 -#time=1d196eb6c6c1cb0 -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" - -[Software\\Classes\\CLSID\\{F5078F40-C551-11D3-89B9-0000F81FE221}] 1460706605 -#time=1d196eb6c6bfad2 -@="XML Document 3.0" - -[Software\\Classes\\CLSID\\{F5078F40-C551-11D3-89B9-0000F81FE221}\\BrowseInPlace] 1460706605 -#time=1d196eb6c6bc0b2 -@="" - -[Software\\Classes\\CLSID\\{F5078F40-C551-11D3-89B9-0000F81FE221}\\DefaultIcon] 1460706605 -#time=1d196eb6c6bcdf0 -@="C:\\windows\\system32\\msxml3.dll,0" - -[Software\\Classes\\CLSID\\{F5078F40-C551-11D3-89B9-0000F81FE221}\\InProcServer32] 1460706605 -#time=1d196eb6c6bea10 -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" - -[Software\\Classes\\CLSID\\{F5078F40-C551-11D3-89B9-0000F81FE221}\\MiscStatus] 1460706605 -#time=1d196eb6c6bd7d2 -@="2228625" - -[Software\\Classes\\CLSID\\{F5078F40-C551-11D3-89B9-0000F81FE221}\\ProgID] 1460706605 -#time=1d196eb6c6bf6f4 -@="xmlfile" - -[Software\\Classes\\CLSID\\{F5078F40-C551-11D3-89B9-0000F81FE221}\\Version] 1460706605 -#time=1d196eb6c6c011c -@="3.0" - -[Software\\Classes\\CLSID\\{F5078F41-C551-11D3-89B9-0000F81FE221}] 1460706605 -#time=1d196eb6c6c3eac -@="XML Island 3.0" - -[Software\\Classes\\CLSID\\{F5078F41-C551-11D3-89B9-0000F81FE221}\\InProcServer32] 1460706605 -#time=1d196eb6c6c3b00 -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" - -[Software\\Classes\\CLSID\\{F5078F41-C551-11D3-89B9-0000F81FE221}\\TypeLib] 1460706605 -#time=1d196eb6c6c450a -@="{F5078F18-C551-11D3-89B9-0000F81FE221}" - -[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}] 1460706647 -#time=1d196eb85e54874 +[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}] 1526460880 +#time=1d3ecf386fd7316 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary" -[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85e4bd1e +[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386fc9d6a @="" -[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}\\InprocServer32] 1460706647 -#time=1d196eb85e53870 +[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}\\InprocServer32] 1526460880 +#time=1d3ecf386fd598a @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f620c8 +[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38570a464 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}\\ProgId] 1460706647 -#time=1d196eb85e4dfb0 +[Software\\Classes\\CLSID\\{F59D514C-F200-319F-BF3F-9E4E23B2848C}\\ProgId] 1526460880 +#time=1d3ecf386fcd1fe @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary" -[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}] 1460706648 -#time=1d196eb860fb320 +[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}] 1526460881 +#time=1d3ecf3874ed6fc @="System.IO.MemoryStream" -[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb860f13a2 +[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3874dae76 @="" -[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}\\InprocServer32] 1460706648 -#time=1d196eb860f83f0 +[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}\\InprocServer32] 1526460881 +#time=1d3ecf3874e8774 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.MemoryStream" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb850b3c38 +[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385910e70 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.MemoryStream" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}\\ProgId] 1460706648 -#time=1d196eb860f3364 +[Software\\Classes\\CLSID\\{F5E692D9-8A87-349D-9657-F96E5799D2F4}\\ProgId] 1526460881 +#time=1d3ecf3874de81e @="System.IO.MemoryStream" -[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}] 1460706647 -#time=1d196eb85ed8ee4 +[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}] 1526460881 +#time=1d3ecf3870c4e5e @="System.DivideByZeroException" -[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85ec26e4 +[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf387098656 @="" -[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}\\InprocServer32] 1460706647 -#time=1d196eb85ed4e52 +[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}\\InprocServer32] 1526460881 +#time=1d3ecf3870bc362 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.DivideByZeroException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8548c74c +[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385f288d0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.DivideByZeroException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}\\ProgId] 1460706647 -#time=1d196eb85ec64d8 +[Software\\Classes\\CLSID\\{F6914A11-D95D-324F-BA0F-39A374625290}\\ProgId] 1526460881 +#time=1d3ecf3870a08d8 @="System.DivideByZeroException" -[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}] 1460706647 -#time=1d196eb8594cc8c +[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}] 1526460880 +#time=1d3ecf386731ffe @="System.EnterpriseServices.Internal.SoapServerTlb" -[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85943f7e +[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf38671d428 @="" -[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}\\InprocServer32] 1460706647 -#time=1d196eb8594ae14 +[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}\\InprocServer32] 1526460880 +#time=1d3ecf38672e110 @="mscoree.dll" "Assembly"="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.SoapServerTlb" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8555e9e0 +[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf38606919a "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.Internal.SoapServerTlb" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}\\ProgId] 1460706647 -#time=1d196eb85945d42 +[Software\\Classes\\CLSID\\{F6B6768F-F99E-4152-8ED2-0412F78517FB}\\ProgId] 1526460880 +#time=1d3ecf386721e6a @="System.EnterpriseServices.Internal.SoapServerTlb" -[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}] 1460706471 -#time=1d196eb1cd54136 +[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}] 1526460533 +#time=1d3ecf2b797772a @="XML DOM Document" -[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\InprocServer32] 1460706471 -#time=1d196eb1cd53cae +[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b79771b2 @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\ProgId] 1460706471 -#time=1d196eb1cd53dee +[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\ProgId] 1526460533 +#time=1d3ecf2b7977338 @="Msxml2.DOMDocument" -[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\TypeLib] 1460706471 -#time=1d196eb1cd53f2e +[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\TypeLib] 1526460533 +#time=1d3ecf2b79774b4 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\Version] 1460706471 -#time=1d196eb1cd5406e +[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\Version] 1526460533 +#time=1d3ecf2b7977630 @="3.0" -[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd541a4 +[Software\\Classes\\CLSID\\{F6D90F11-9C73-11D3-B32E-00C04F990BB4}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b79777b6 @="Msxml2.DOMDocument" -[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}] 1460706605 -#time=1d196eb6c666144 -@="Free Threaded XML DOM Document" +[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}] 1526460533 +#time=1d3ecf2b7978a62 +@="Free threaded XML DOM Document" -[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\InprocServer32] 1460706471 -#time=1d196eb1cd54c9e +[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b79784f4 @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\ProgId] 1460706471 -#time=1d196eb1cd54dd4 +[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\ProgId] 1526460533 +#time=1d3ecf2b7978670 @="Msxml2.FreeThreadedDOMDocument" -[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\TypeLib] 1460706471 -#time=1d196eb1cd54f14 +[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\TypeLib] 1526460533 +#time=1d3ecf2b79787ec @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\Version] 1460706471 -#time=1d196eb1cd5504a +[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\Version] 1526460533 +#time=1d3ecf2b7978972 @="3.0" -[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd5518a +[Software\\Classes\\CLSID\\{F6D90F12-9C73-11D3-B32E-00C04F990BB4}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7978aee @="Msxml2.FreeThreadedDOMDocument" -[Software\\Classes\\CLSID\\{F6D90F14-9C73-11D3-B32E-00C04F990BB4}] 1460706605 -#time=1d196eb6c67e924 -@="XML Data Source Object" - -[Software\\Classes\\CLSID\\{F6D90F14-9C73-11D3-B32E-00C04F990BB4}\\InProcServer32] 1460706605 -#time=1d196eb6c67c7fa -@="C:\\windows\\system32\\msxml3.dll" -"ThreadingModel"="Apartment" - -[Software\\Classes\\CLSID\\{F6D90F14-9C73-11D3-B32E-00C04F990BB4}\\ProgID] 1460706605 -#time=1d196eb6c67d1dc -@="Msxml2.DSOControl" - -[Software\\Classes\\CLSID\\{F6D90F14-9C73-11D3-B32E-00C04F990BB4}\\TypeLib] 1460706605 -#time=1d196eb6c67ef64 -@="{F5078F18-C551-11D3-89B9-0000F81FE221}" - -[Software\\Classes\\CLSID\\{F6D90F14-9C73-11D3-B32E-00C04F990BB4}\\Version] 1460706605 -#time=1d196eb6c67e58c -@="3.0" - -[Software\\Classes\\CLSID\\{F6D90F14-9C73-11D3-B32E-00C04F990BB4}\\VersionIndependentProgID] 1460706605 -#time=1d196eb6c67dbbe -@="Msxml2.DSOControl" - -[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}] 1460706471 -#time=1d196eb1cd56274 +[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}] 1526460533 +#time=1d3ecf2b7979d86 @="XML HTTP" -[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\InprocServer32] 1460706471 -#time=1d196eb1cd55c84 +[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7979818 @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\ProgId] 1460706471 -#time=1d196eb1cd55e28 +[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\ProgId] 1526460533 +#time=1d3ecf2b797999e @="Msxml2.XMLHTTP" -[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\TypeLib] 1460706471 -#time=1d196eb1cd55ff4 +[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\TypeLib] 1526460533 +#time=1d3ecf2b7979b10 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\Version] 1460706471 -#time=1d196eb1cd561a2 +[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\Version] 1526460533 +#time=1d3ecf2b7979c96 @="3.0" -[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd562e2 +[Software\\Classes\\CLSID\\{F6D90F16-9C73-11D3-B32E-00C04F990BB4}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7979e08 @="Msxml2.XMLHTTP" -[Software\\Classes\\CLSID\\{F8383852-FCD3-11D1-A6B9-006097DF5BD4}] 1460706471 -#time=1d196eb1ce85f64 +[Software\\Classes\\CLSID\\{F8383852-FCD3-11D1-A6B9-006097DF5BD4}] 1526460533 +#time=1d3ecf2b7f00f0c @="Progress Dialog" -[Software\\Classes\\CLSID\\{F8383852-FCD3-11D1-A6B9-006097DF5BD4}\\InprocServer32] 1460706471 -#time=1d196eb1ce86054 +[Software\\Classes\\CLSID\\{F8383852-FCD3-11D1-A6B9-006097DF5BD4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f01024 @="C:\\windows\\system32\\browseui.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F8388A40-D5BB-11D0-BE5A-0080C706568E}] 1460706474 -#time=1d196eb1ed88786 +[Software\\Classes\\CLSID\\{F8388A40-D5BB-11D0-BE5A-0080C706568E}] 1526460547 +#time=1d3ecf2c0376eda @="Infinite Pin Tee Filter" -[Software\\Classes\\CLSID\\{F8388A40-D5BB-11D0-BE5A-0080C706568E}\\InProcServer32] 1460706474 -#time=1d196eb1ed889f2 +[Software\\Classes\\CLSID\\{F8388A40-D5BB-11D0-BE5A-0080C706568E}\\InProcServer32] 1526460547 +#time=1d3ecf2c03770f6 @="C:\\windows\\system32\\qcap.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}] 1460706647 -#time=1d196eb85c7e6d0 +[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}] 1526460880 +#time=1d3ecf386caf350 @="System.NotImplementedException" -[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85c75c56 +[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386ca185e @="" -[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}\\InprocServer32] 1460706647 -#time=1d196eb85c7d820 +[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}\\InprocServer32] 1526460880 +#time=1d3ecf386cad762 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NotImplementedException" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8541d4fa +[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385e72e90 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.NotImplementedException" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}\\ProgId] 1460706647 -#time=1d196eb85c7734e +[Software\\Classes\\CLSID\\{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}\\ProgId] 1526460880 +#time=1d3ecf386ca3442 @="System.NotImplementedException" -[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}] 1460706472 -#time=1d196eb1d1de526 +[Software\\Classes\\CLSID\\{F90B5F36-367B-402A-9DD1-BC0FD59D8F62}] 1526460547 +#time=1d3ecf2c03f2aa8 +@="WIC Png cHRM Metadata Reader" +"Author"="The Wine Project" +"FriendlyName"="Chunk cHRM Reader" +"MetadataFormat"="{9DB3655B-2842-44B3-8067-12E9B375556A}" +"RequiresFullStream"=dword:00000000 +"SpecVersion"="1.0.0.0" +"SupportsPadding"=dword:00000000 +"Vendor"="{F0E749CA-EDEF-4589-A73A-EE0E626A2A2B}" +"Version"="1.0.0.0" + +[Software\\Classes\\CLSID\\{F90B5F36-367B-402A-9DD1-BC0FD59D8F62}\\Containers\\{1B7CFAF4-713F-473C-BBCD-6137425FAEAF}\\0] 1526460547 +#time=1d3ecf2c03f2e04 +"DataOffset"=dword:00000004 +"Mask"=hex:ff,ff,ff,ff +"Pattern"=hex:63,48,52,4d +"Position"=dword:00000004 + +[Software\\Classes\\CLSID\\{F90B5F36-367B-402A-9DD1-BC0FD59D8F62}\\InprocServer32] 1526460533 +#time=1d3ecf2b7f104ca +@="C:\\windows\\system32\\windowscodecs.dll" +"ThreadingModel"="Both" + +[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}] 1526460533 +#time=1d3ecf2b7eaef36 @="Windows Script Host Shell Object" -[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1460706472 -#time=1d196eb1d1de5a8 +[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1526460533 +#time=1d3ecf2b7eaefcc -[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\InprocServer32] 1460706472 -#time=1d196eb1d1d9f62 +[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7eaa1c0 @="C:\\windows\\system32\\wshom.ocx" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\ProgId] 1460706472 -#time=1d196eb1d1da0ac +[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\ProgId] 1526460533 +#time=1d3ecf2b7eaa346 @="WScript.Shell.1" -[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1460706472 -#time=1d196eb1d1da1f6 +[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7eaa4b8 @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" -[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\Version] 1460706472 -#time=1d196eb1d1da340 +[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\Version] 1526460533 +#time=1d3ecf2b7eaa634 @="1.0" -[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\VersionIndependentProgId] 1460706472 -#time=1d196eb1d1da494 +[Software\\Classes\\CLSID\\{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7eaa7b0 @="WScript.Shell" -[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}] 1460706472 -#time=1d196eb1d1dea80 +[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}] 1526460533 +#time=1d3ecf2b7eaf544 @="Windows Script Host Network Object" -[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1460706472 -#time=1d196eb1d1deaf8 +[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\Implemented Categories\\{40fc6ed5-2438-11cf-a3db-080036f12502}] 1526460533 +#time=1d3ecf2b7eaf5da -[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\InprocServer32] 1460706472 -#time=1d196eb1d1db6a0 +[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\InprocServer32] 1526460533 +#time=1d3ecf2b7eab4f8 @="C:\\windows\\system32\\wshom.ocx" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\ProgId] 1460706472 -#time=1d196eb1d1db7f4 +[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\ProgId] 1526460533 +#time=1d3ecf2b7eab66a @="WScript.Network.1" -[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1460706472 -#time=1d196eb1d1db9ac +[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7eab7dc @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" -[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\Version] 1460706472 -#time=1d196eb1d1dbb00 +[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\Version] 1526460533 +#time=1d3ecf2b7eab962 @="1.0" -[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\VersionIndependentProgId] 1460706472 -#time=1d196eb1d1dbc90 +[Software\\Classes\\CLSID\\{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b7eabae8 @="WScript.Network" -[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}] 1460706647 -#time=1d196eb85d5ec76 +[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}] 1526460880 +#time=1d3ecf386e26af8 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId" -[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85d56eea +[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386e17904 @="" -[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}\\InprocServer32] 1460706647 -#time=1d196eb85d5ddf8 +[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}\\InprocServer32] 1526460880 +#time=1d3ecf386e25126 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84f0a710 +[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf38568c4b0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}\\ProgId] 1460706647 -#time=1d196eb85d58d94 +[Software\\Classes\\CLSID\\{FA0B54D5-F221-3648-A20C-F67A96F4A207}\\ProgId] 1526460880 +#time=1d3ecf386e1acb2 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId" -[Software\\Classes\\CLSID\\{FA10746C-9B63-4b6c-BC49-FC300EA5F256}] 1460706648 -#time=1d196eb8626beda +[Software\\Classes\\CLSID\\{FA10746C-9B63-4B6C-BC49-FC300EA5F256}] 1526460533 +#time=1d3ecf2b7e9e1ae @="Enhanced Video Renderer" -[Software\\Classes\\CLSID\\{FA10746C-9B63-4b6c-BC49-FC300EA5F256}\\InprocServer32] 1460706648 -#time=1d196eb8626d14a +[Software\\Classes\\CLSID\\{FA10746C-9B63-4B6C-BC49-FC300EA5F256}\\InprocServer32] 1526460533 +#time=1d3ecf2b7e9e2bc @="C:\\windows\\system32\\evr.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}] 1460706475 -#time=1d196eb1ee1e74a +[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}] 1526460547 +#time=1d3ecf2c03df49e "CLSID"="{05AF94D8-7174-4CD2-BE4A-4124B80EE4B8}" -[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}] 1460706475 -#time=1d196eb1ee1e8da +[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{2B46E70F-CDA7-473E-89F6-DC9630A2390B}] 1526460547 +#time=1d3ecf2c03df638 "CLSID"="{2B46E70F-CDA7-473E-89F6-DC9630A2390B}" -[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{7835EAE8-BF14-49D1-93CE-533A407B2248}] 1460706475 -#time=1d196eb1ee1e5ec +[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{7835EAE8-BF14-49D1-93CE-533A407B2248}] 1526460547 +#time=1d3ecf2c03df30e "CLSID"="{7835EAE8-BF14-49D1-93CE-533A407B2248}" -[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{7ED96837-96F0-4812-B211-F13C24117ED3}] 1460706475 -#time=1d196eb1ee1e326 +[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{7ED96837-96F0-4812-B211-F13C24117ED3}] 1526460547 +#time=1d3ecf2c03def94 "CLSID"="{7ED96837-96F0-4812-B211-F13C24117ED3}" -[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{AC757296-3522-4E11-9862-C17BE5A1767E}] 1460706475 -#time=1d196eb1ee1e484 +[Software\\Classes\\CLSID\\{FAE3D380-FEA4-4623-8C75-C6B61110B681}\\Instance\\{AC757296-3522-4E11-9862-C17BE5A1767E}] 1526460547 +#time=1d3ecf2c03df174 "CLSID"="{AC757296-3522-4E11-9862-C17BE5A1767E}" -[Software\\Classes\\CLSID\\{FBF23B40-E3F0-101B-8488-00AA003E56F8}] 1460706471 -#time=1d196eb1cf6b00a +[Software\\Classes\\CLSID\\{FBF23B40-E3F0-101B-8488-00AA003E56F8}] 1526460533 +#time=1d3ecf2b7cf6b58 @="Internet Shortcut" -[Software\\Classes\\CLSID\\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\\InprocServer32] 1460706471 -#time=1d196eb1cf5a14c +[Software\\Classes\\CLSID\\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\\InprocServer32] 1526460533 +#time=1d3ecf2b7ce4264 @="C:\\windows\\system32\\ieframe.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\\ProgId] 1460706471 -#time=1d196eb1cf5a304 +[Software\\Classes\\CLSID\\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\\ProgId] 1526460533 +#time=1d3ecf2b7ce43ea @="InternetShortcut" -[Software\\Classes\\CLSID\\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\\shellex\\MayChangeDefaultMenu] 1460706471 -#time=1d196eb1cf6b082 +[Software\\Classes\\CLSID\\{FBF23B40-E3F0-101B-8488-00AA003E56F8}\\shellex\\MayChangeDefaultMenu] 1526460533 +#time=1d3ecf2b7cf6be4 -[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}] 1460706647 -#time=1d196eb8575931c +[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}] 1526460879 +#time=1d3ecf3863c89da @="System.Security.Cryptography.SHA1CryptoServiceProvider" -[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb8575249a +[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3863bca86 @="" -[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}\\InprocServer32] 1460706647 -#time=1d196eb85758480 +[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}\\InprocServer32] 1526460879 +#time=1d3ecf3863c6de2 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA1CryptoServiceProvider" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ddcc12 +[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854b0cb8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA1CryptoServiceProvider" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}\\ProgId] 1460706647 -#time=1d196eb85753412 +[Software\\Classes\\CLSID\\{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}\\ProgId] 1526460879 +#time=1d3ecf3863be660 @="System.Security.Cryptography.SHA1CryptoServiceProvider" -[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}] 1460706471 -#time=1d196eb1cd5b1de +[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}] 1526460533 +#time=1d3ecf2b797fd4e @="MXXMLWriter" -[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\InprocServer32] 1460706471 -#time=1d196eb1cd5ad60 +[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\InprocServer32] 1526460533 +#time=1d3ecf2b797f7cc @="C:\\windows\\system32\\msxml3.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\ProgId] 1460706471 -#time=1d196eb1cd5ae96 +[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\ProgId] 1526460533 +#time=1d3ecf2b797f93e @="Msxml2.MXXMLWriter" -[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\TypeLib] 1460706471 -#time=1d196eb1cd5afd6 +[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\TypeLib] 1526460533 +#time=1d3ecf2b797faba @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\Version] 1460706471 -#time=1d196eb1cd5b116 +[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\Version] 1526460533 +#time=1d3ecf2b797fc36 @="3.0" -[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\VersionIndependentProgId] 1460706471 -#time=1d196eb1cd5b24c +[Software\\Classes\\CLSID\\{FC220AD8-A72A-4EE8-926E-0B7AD152A020}\\VersionIndependentProgId] 1526460533 +#time=1d3ecf2b797fdd0 @="Msxml2.MXXMLWriter" -[Software\\Classes\\CLSID\\{FC47060E-6153-4B34-B975-8E4121EB7F3C}] 1460706471 -#time=1d196eb1cf1a9a2 +[Software\\Classes\\CLSID\\{FC47060E-6153-4B34-B975-8E4121EB7F3C}] 1526460533 +#time=1d3ecf2b7caf8b6 @="DirectPlay8 Thread Pool Object" -[Software\\Classes\\CLSID\\{FC47060E-6153-4B34-B975-8E4121EB7F3C}\\InprocServer32] 1460706471 -#time=1d196eb1cf1aa92 +[Software\\Classes\\CLSID\\{FC47060E-6153-4B34-B975-8E4121EB7F3C}\\InprocServer32] 1526460533 +#time=1d3ecf2b7caf9ce @="C:\\windows\\system32\\dpnet.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CDB-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf709f6 +[Software\\Classes\\CLSID\\{FD853CDB-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf6550 @="CLSID_IMimeBody" -[Software\\Classes\\CLSID\\{FD853CDB-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf70afa +[Software\\Classes\\CLSID\\{FD853CDB-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf667c @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CDD-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf70d3e +[Software\\Classes\\CLSID\\{FD853CDD-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf6910 @="CLSID_IMimeAllocator" -[Software\\Classes\\CLSID\\{FD853CDD-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf70e6a +[Software\\Classes\\CLSID\\{FD853CDD-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf6a1e @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CDE-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf7109a +[Software\\Classes\\CLSID\\{FD853CDE-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf6c9e @="CLSID_IMimeSecurity" -[Software\\Classes\\CLSID\\{FD853CDE-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf71180 +[Software\\Classes\\CLSID\\{FD853CDE-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf6db6 @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CDF-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf713ba +[Software\\Classes\\CLSID\\{FD853CDF-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf7036 @="CLSID_IVirtualStream" -[Software\\Classes\\CLSID\\{FD853CDF-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf71496 +[Software\\Classes\\CLSID\\{FD853CDF-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf714e @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CE3-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf716da +[Software\\Classes\\CLSID\\{FD853CE3-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf73ce @="CLSID_IMimeMessage" -[Software\\Classes\\CLSID\\{FD853CE3-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf717c0 +[Software\\Classes\\CLSID\\{FD853CE3-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf74dc @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CE6-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf719fa +[Software\\Classes\\CLSID\\{FD853CE6-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf77a2 @="CLSID_ISMTPTransport" -[Software\\Classes\\CLSID\\{FD853CE6-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf71ae0 +[Software\\Classes\\CLSID\\{FD853CE6-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf78ba @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CE7-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf71d06 +[Software\\Classes\\CLSID\\{FD853CE7-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf7b44 @="CLSID_IPOP3Transport" -[Software\\Classes\\CLSID\\{FD853CE7-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf71e1e +[Software\\Classes\\CLSID\\{FD853CE7-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf7c5c @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CE8-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf720ee +[Software\\Classes\\CLSID\\{FD853CE8-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf7ed2 @="CLSID_INNTPTransport" -[Software\\Classes\\CLSID\\{FD853CE8-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf721e8 +[Software\\Classes\\CLSID\\{FD853CE8-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf7fea @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CE9-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf72422 +[Software\\Classes\\CLSID\\{FD853CE9-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf826a @="CLSID_IRASTransport" -[Software\\Classes\\CLSID\\{FD853CE9-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf72512 +[Software\\Classes\\CLSID\\{FD853CE9-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf8382 @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CEA-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf72742 +[Software\\Classes\\CLSID\\{FD853CEA-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf8602 @="CLSID_IRangeList" -[Software\\Classes\\CLSID\\{FD853CEA-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf72832 +[Software\\Classes\\CLSID\\{FD853CEA-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf8710 @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD853CEB-7F86-11D0-8252-00C04FD85AB4}] 1460706471 -#time=1d196eb1cf72a8a +[Software\\Classes\\CLSID\\{FD853CEB-7F86-11D0-8252-00C04FD85AB4}] 1526460533 +#time=1d3ecf2b7bf89a4 @="CLSID_IIMAPTransport" -[Software\\Classes\\CLSID\\{FD853CEB-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1460706471 -#time=1d196eb1cf72b7a +[Software\\Classes\\CLSID\\{FD853CEB-7F86-11D0-8252-00C04FD85AB4}\\InprocServer32] 1526460533 +#time=1d3ecf2b7bf8ab2 @="C:\\windows\\system32\\inetcomm.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}] 1460706648 -#time=1d196eb85fed708 +[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}] 1526460881 +#time=1d3ecf3872e8834 @="System.Runtime.Remoting.Lifetime.ClientSponsor" -[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85fe50a8 +[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3872d7e80 @="" -[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}\\InprocServer32] 1460706648 -#time=1d196eb85fec63c +[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}\\InprocServer32] 1526460881 +#time=1d3ecf3872e69a8 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Lifetime.ClientSponsor" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84ff30c8 +[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3857ef05a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Lifetime.ClientSponsor" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}\\ProgId] 1460706647 -#time=1d196eb85fe6066 +[Software\\Classes\\CLSID\\{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}\\ProgId] 1526460881 +#time=1d3ecf3872d9a46 @="System.Runtime.Remoting.Lifetime.ClientSponsor" -[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}] 1460706648 -#time=1d196eb8621fae4 +[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}] 1526460881 +#time=1d3ecf3876e3c22 @="System.Runtime.InteropServices.OutAttribute" -[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706648 -#time=1d196eb86218cb2 +[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460881 +#time=1d3ecf3876d6a0e @="" -[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}\\InprocServer32] 1460706648 -#time=1d196eb8621ec16 +[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}\\InprocServer32] 1526460881 +#time=1d3ecf3876e217e @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.OutAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb851559de +[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf385a0bd16 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.OutAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}\\ProgId] 1460706648 -#time=1d196eb86219c66 +[Software\\Classes\\CLSID\\{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}\\ProgId] 1526460881 +#time=1d3ecf3876d858e @="System.Runtime.InteropServices.OutAttribute" -[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}] 1460706647 -#time=1d196eb8574f77c +[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}] 1526460879 +#time=1d3ecf3863b6bea @="System.Security.Cryptography.SHA1Managed" -[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85743f3a +[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460879 +#time=1d3ecf3863a38e2 @="" -[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}\\InprocServer32] 1460706647 -#time=1d196eb8574e8a4 +[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}\\InprocServer32] 1526460879 +#time=1d3ecf3863b5114 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA1Managed" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb84dd848c +[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}\\InprocServer32\\4.0.0.0] 1526460878 +#time=1d3ecf3854a962a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.SHA1Managed" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}\\ProgId] 1460706647 -#time=1d196eb85748904 +[Software\\Classes\\CLSID\\{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}\\ProgId] 1526460879 +#time=1d3ecf3863aab24 @="System.Security.Cryptography.SHA1Managed" -[Software\\Classes\\CLSID\\{FEA4300C-7959-4147-B26A-2377B9E7A91D}] 1460706471 -#time=1d196eb1cf2689c +[Software\\Classes\\CLSID\\{FEA4300C-7959-4147-B26A-2377B9E7A91D}] 1526460533 +#time=1d3ecf2b80b50dc @="DirectSoundFullDuplex Object" -[Software\\Classes\\CLSID\\{FEA4300C-7959-4147-B26A-2377B9E7A91D}\\InprocServer32] 1460706471 -#time=1d196eb1cf26982 +[Software\\Classes\\CLSID\\{FEA4300C-7959-4147-B26A-2377B9E7A91D}\\InprocServer32] 1526460533 +#time=1d3ecf2b80b51fe @="C:\\windows\\system32\\dsound.dll" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FEDB2179-2335-48F1-AA28-5CDA35A2B36D}\\InprocServer32] 1460706677 -#time=1d196eb97b04dc4 +[Software\\Classes\\CLSID\\{FEDB2179-2335-48F1-AA28-5CDA35A2B36D}\\InprocServer32] 1526460917 +#time=1d3ecf39d039280 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MmcAspExt.dll" "ThreadingModel"="Apartment" -[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}] 1460706647 -#time=1d196eb85b96aa6 +[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}] 1526460880 +#time=1d3ecf386b3f7e0 @="System.ThreadStaticAttribute" -[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1460706647 -#time=1d196eb85b8f8b4 +[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}] 1526460880 +#time=1d3ecf386b33666 @="" -[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}\\InprocServer32] 1460706647 -#time=1d196eb85b95a34 +[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}\\InprocServer32] 1526460880 +#time=1d3ecf386b3dcb0 @="mscoree.dll" "Assembly"="mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ThreadStaticAttribute" "RuntimeVersion"="v1.1.4322" "ThreadingModel"="Both" -[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}\\InprocServer32\\4.0.0.0] 1460706646 -#time=1d196eb8537bdda +[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}\\InprocServer32\\4.0.0.0] 1526460879 +#time=1d3ecf385d6b7cc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ThreadStaticAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}\\ProgId] 1460706647 -#time=1d196eb85b90868 +[Software\\Classes\\CLSID\\{FFC9F9AE-E87A-3252-8E25-B22423A40065}\\ProgId] 1526460880 +#time=1d3ecf386b35114 @="System.ThreadStaticAttribute" -[Software\\Classes\\ComPlusDebug.CorDebug] 1460706648 -#time=1d196eb86253c04 +[Software\\Classes\\ComPlusDebug.CorDebug] 1526460881 +#time=1d3ecf38773e582 @="Microsoft Common Language Runtime Debugger" -[Software\\Classes\\ComPlusDebug.CorDebug\\CLSID] 1460706648 -#time=1d196eb8624ff32 +[Software\\Classes\\ComPlusDebug.CorDebug\\CLSID] 1526460881 +#time=1d3ecf3877379f8 @="{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}" -[Software\\Classes\\ComPlusDebug.CorDebug\\CurVer] 1460706648 -#time=1d196eb86251f08 +[Software\\Classes\\ComPlusDebug.CorDebug\\CurVer] 1526460881 +#time=1d3ecf38773b012 @="ComPlusDebug.CorDebug.1" -[Software\\Classes\\ComPlusDebug.CorDebug.1] 1460706648 -#time=1d196eb86257764 +[Software\\Classes\\ComPlusDebug.CorDebug.1] 1526460881 +#time=1d3ecf387744efa @="Microsoft Common Language Runtime Debugger" -[Software\\Classes\\ComPlusDebug.CorDebug.1\\CLSID] 1460706648 -#time=1d196eb86255ac2 +[Software\\Classes\\ComPlusDebug.CorDebug.1\\CLSID] 1526460881 +#time=1d3ecf387741dfe @="{6FEF44D0-39E7-4C77-BE8E-C9F8CF988630}" -[Software\\Classes\\ComPlusDebug.CorpubPublish] 1460706648 -#time=1d196eb86236bfe +[Software\\Classes\\ComPlusDebug.CorpubPublish] 1526460881 +#time=1d3ecf38770a160 @="Microsoft Common Language Runtime Debugger Publisher" -[Software\\Classes\\ComPlusDebug.CorpubPublish\\CLSID] 1460706648 -#time=1d196eb86232bda +[Software\\Classes\\ComPlusDebug.CorpubPublish\\CLSID] 1526460881 +#time=1d3ecf38770205a @="{047A9A40-657E-11D3-8D5B-00104B35E7EF}" -[Software\\Classes\\ComPlusDebug.CorpubPublish\\CurVer] 1460706648 -#time=1d196eb86234b9c +[Software\\Classes\\ComPlusDebug.CorpubPublish\\CurVer] 1526460881 +#time=1d3ecf387705994 @="ComPlusDebug.CorpubPublish.1" -[Software\\Classes\\ComPlusDebug.CorpubPublish.1] 1460706648 -#time=1d196eb8623dc88 +[Software\\Classes\\ComPlusDebug.CorpubPublish.1] 1526460881 +#time=1d3ecf387716118 @="Microsoft Common Language Runtime Debugger Publisher" -[Software\\Classes\\ComPlusDebug.CorpubPublish.1\\CLSID] 1460706648 -#time=1d196eb8623acc2 +[Software\\Classes\\ComPlusDebug.CorpubPublish.1\\CLSID] 1526460881 +#time=1d3ecf387710fa6 @="{047A9A40-657E-11D3-8D5B-00104B35E7EF}" -[Software\\Classes\\Component Categories\\{0aee2a92-bcbb-11d0-8c72-00c04fc2b085}] 1460706471 -#time=1d196eb1cf95026 +[Software\\Classes\\Component Categories\\{0aee2a92-bcbb-11d0-8c72-00c04fc2b085}] 1528075957 +#time=1d3fba3ebb7e818 "409"="Active Scripting Engine with Authoring" -[Software\\Classes\\Component Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1460706471 -#time=1d196eb1cf93cda +[Software\\Classes\\Component Categories\\{f0b7a1a1-9847-11cf-8f20-00805f2cd064}] 1528075957 +#time=1d3fba3ebb7da12 "409"="Active Scripting Engine" -[Software\\Classes\\Component Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1460706471 -#time=1d196eb1cf941c6 +[Software\\Classes\\Component Categories\\{f0b7a1a2-9847-11cf-8f20-00805f2cd064}] 1528075957 +#time=1d3fba3ebb7decc "409"="Active Scripting Engine with Parsing" -[Software\\Classes\\Component Categories\\{f0b7a1a3-9847-11cf-8f20-00805f2cd064}] 1460706471 -#time=1d196eb1cf94b44 +[Software\\Classes\\Component Categories\\{f0b7a1a3-9847-11cf-8f20-00805f2cd064}] 1528075957 +#time=1d3fba3ebb7e372 "409"="Active Scripting Engine with Encoding" -[Software\\Classes\\CorRegistration.CorFltr\\CLSID] 1460706647 -#time=1d196eb856e2654 +[Software\\Classes\\CorRegistration.CorFltr\\CLSID] 1526460879 +#time=1d3ecf3862f2178 @="{1E66F26B-79EE-11D2-8710-00C04F79ED0D}" -[Software\\Classes\\CorRegistration.CorFltr.1] 1460706647 -#time=1d196eb856e525a +[Software\\Classes\\CorRegistration.CorFltr.1] 1526460879 +#time=1d3ecf3862f6dc2 @="Cor MIME Filter, CorFltr, CorFltr 1" -[Software\\Classes\\CorRegistration.CorFltr.1\\CLSID] 1460706647 -#time=1d196eb856e4558 +[Software\\Classes\\CorRegistration.CorFltr.1\\CLSID] 1526460879 +#time=1d3ecf3862f55ee @="{1E66F26B-79EE-11D2-8710-00C04F79ED0D}" -[Software\\Classes\\CorRegistration.CorIESecurityManager\\CLSID] 1460706647 -#time=1d196eb856ddbc2 +[Software\\Classes\\CorRegistration.CorIESecurityManager\\CLSID] 1526460879 +#time=1d3ecf3862e9b68 @="{05EBA309-0164-11D3-8729-00C04F79ED0D}" -[Software\\Classes\\CorRegistration.CorIESecurityManager.1] 1460706647 -#time=1d196eb856e0822 +[Software\\Classes\\CorRegistration.CorIESecurityManager.1] 1526460879 +#time=1d3ecf3862eebea @="Cor IE Security Manager, CorIESecurityManager, CorIESecurityManager 1" -[Software\\Classes\\CorRegistration.CorIESecurityManager.1\\CLSID] 1460706647 -#time=1d196eb856dfa1c +[Software\\Classes\\CorRegistration.CorIESecurityManager.1\\CLSID] 1526460879 +#time=1d3ecf3862ed2c2 @="{05EBA309-0164-11D3-8729-00C04F79ED0D}" -[Software\\Classes\\CorSymBinder_SxS] 1460706647 -#time=1d196eb858ae78a +[Software\\Classes\\CorSymBinder_SxS] 1526460879 +#time=1d3ecf3865ff816 @="NDP SymBinder" -[Software\\Classes\\CorSymBinder_SxS\\CLSID] 1460706647 -#time=1d196eb858ad72c +[Software\\Classes\\CorSymBinder_SxS\\CLSID] 1526460879 +#time=1d3ecf3865fdd2c @="{0A29FF9E-7F9C-4437-8B11-F424491E3931}" -[Software\\Classes\\CorSymReader_SxS] 1460706647 -#time=1d196eb858aaef0 +[Software\\Classes\\CorSymReader_SxS] 1526460879 +#time=1d3ecf3865fa6ea @="NDP SymReader" -[Software\\Classes\\CorSymReader_SxS\\CLSID] 1460706647 -#time=1d196eb858a859c +[Software\\Classes\\CorSymReader_SxS\\CLSID] 1526460879 +#time=1d3ecf3865f7454 @="{0A3976C5-4529-4ef8-B0B0-42EED37082CD}" -[Software\\Classes\\CorSymWriter_SxS] 1460706647 -#time=1d196eb858a6940 +[Software\\Classes\\CorSymWriter_SxS] 1526460879 +#time=1d3ecf3865f5820 @="NDP SymWriter" -[Software\\Classes\\CorSymWriter_SxS\\CLSID] 1460706647 -#time=1d196eb858a3c90 +[Software\\Classes\\CorSymWriter_SxS\\CLSID] 1526460879 +#time=1d3ecf3865f24f4 @="{0AE2DEB0-F901-478b-BB9F-881EE8066788}" -[Software\\Classes\\CorTransientLoader.CorLoad\\CLSID] 1460706647 -#time=1d196eb856d91d0 +[Software\\Classes\\CorTransientLoader.CorLoad\\CLSID] 1526460879 +#time=1d3ecf3862e0cca @="{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}" -[Software\\Classes\\CorTransientLoader.CorLoad.1] 1460706647 -#time=1d196eb856dbcfa +[Software\\Classes\\CorTransientLoader.CorLoad.1] 1526460879 +#time=1d3ecf3862e5d4c @="Cor Remote Loader, CorLoad, CorLoad 1" "EditFlags"=hex:00,00,01,00 -[Software\\Classes\\CorTransientLoader.CorLoad.1\\CLSID] 1460706647 -#time=1d196eb856dafbc +[Software\\Classes\\CorTransientLoader.CorLoad.1\\CLSID] 1526460879 +#time=1d3ecf3862e4532 @="{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}" -[Software\\Classes\\cplfile] 1460706475 -#time=1d196eb1f1195d0 +[Software\\Classes\\cplfile] 1526460547 +#time=1d3ecf2c06c9948 @="Control Panel Item" -[Software\\Classes\\cplfile\\shell\\cplopen] 1460706475 -#time=1d196eb1f119cf6 +[Software\\Classes\\cplfile\\shell\\cplopen] 1526460547 +#time=1d3ecf2c06c9d30 @="Open with Control Panel" -[Software\\Classes\\cplfile\\shell\\cplopen\\command] 1460706475 -#time=1d196eb1f119f26 +[Software\\Classes\\cplfile\\shell\\cplopen\\command] 1526460547 +#time=1d3ecf2c06c9ee8 @="rundll32.exe shell32.dll,Control_RunDLL \"%1\",%*" -[Software\\Classes\\CrSource] 1460706471 -#time=1d196eb1cfe2f2e +[Software\\Classes\\CrSource] 1526460533 +#time=1d3ecf2b80546e2 @="Microsoft CrSource 4.0" -[Software\\Classes\\CrSource\\CLSID] 1460706471 -#time=1d196eb1cfe2fa6 +[Software\\Classes\\CrSource\\CLSID] 1526460533 +#time=1d3ecf2b805476e @="{65014010-9F62-11D1-A651-00600811D5CE}" -[Software\\Classes\\DataLinks] 1460706471 -#time=1d196eb1cde5aaa +[Software\\Classes\\DataLinks] 1526460533 +#time=1d3ecf2b7ad9ca8 @="DataLinks" -[Software\\Classes\\DataLinks\\CLSID] 1460706471 -#time=1d196eb1cde5b18 +[Software\\Classes\\DataLinks\\CLSID] 1526460533 +#time=1d3ecf2b7ad9d2a @="{2206CDB2-19C1-11D1-89E0-00C04FD7A829}" -[Software\\Classes\\device] 1460706471 -#time=1d196eb1ced8066 +[Software\\Classes\\device] 1526460533 +#time=1d3ecf2b7c99638 @="DeviceMoniker" -[Software\\Classes\\device\\CLSID] 1460706471 -#time=1d196eb1ced7e90 +[Software\\Classes\\device\\CLSID] 1526460533 +#time=1d3ecf2b7c9953e @="{4315D437-5B8C-11D0-BD3B-00A0C911CE86}" -[Software\\Classes\\device\\CurVer] 1460706471 -#time=1d196eb1ced81ec +[Software\\Classes\\device\\CurVer] 1526460533 +#time=1d3ecf2b7c996ba @="device.1" -[Software\\Classes\\device.1] 1460706471 -#time=1d196eb1ced774c +[Software\\Classes\\device.1] 1526460533 +#time=1d3ecf2b7c991b0 @="DeviceMoniker" -[Software\\Classes\\device.1\\CLSID] 1460706471 -#time=1d196eb1ced785a +[Software\\Classes\\device.1\\CLSID] 1526460533 +#time=1d3ecf2b7c9923c @="{4315D437-5B8C-11D0-BD3B-00A0C911CE86}" -[Software\\Classes\\DirectPlay8Lobby.LobbyClient] 1460706471 -#time=1d196eb1cf1b2ee +[Software\\Classes\\DIRECT.D3DX8.0] 1526460533 +#time=1d3ecf2b8068a34 +@="D3DX8" + +[Software\\Classes\\DIRECT.D3DX8.0\\CLSID] 1526460533 +#time=1d3ecf2b8068ab6 +@="{58356C5D-0BFD-48ED-93C5-F4520B6233DE}" + +[Software\\Classes\\DIRECT.DirectX8.0] 1526460533 +#time=1d3ecf2b8069038 +@="DirectX8" + +[Software\\Classes\\DIRECT.DirectX8.0\\CLSID] 1526460533 +#time=1d3ecf2b80690c4 +@="{E7FF1300-96A5-11D3-AC85-00C04FC2C602}" + +[Software\\Classes\\DirectPlay8Lobby.LobbyClient] 1526460533 +#time=1d3ecf2b7cb0162 @="DirectPlay8LobbyClient Object" -[Software\\Classes\\DirectPlay8Lobby.LobbyClient\\CLSID] 1460706471 -#time=1d196eb1cf1b1ae +[Software\\Classes\\DirectPlay8Lobby.LobbyClient\\CLSID] 1526460533 +#time=1d3ecf2b7cb0068 @="{3B2B6775-70B6-45AF-8DEA-A209C69559F3}" -[Software\\Classes\\DirectPlay8Lobby.LobbyClient\\CurVer] 1460706471 -#time=1d196eb1cf1b38e +[Software\\Classes\\DirectPlay8Lobby.LobbyClient\\CurVer] 1526460533 +#time=1d3ecf2b7cb01ee @="DirectPlay8Lobby.LobbyClient.1" -[Software\\Classes\\DirectPlay8Lobby.LobbyClient.1] 1460706471 -#time=1d196eb1cf1adb2 +[Software\\Classes\\DirectPlay8Lobby.LobbyClient.1] 1526460533 +#time=1d3ecf2b7cafcbc @="DirectPlay8LobbyClient Object" -[Software\\Classes\\DirectPlay8Lobby.LobbyClient.1\\CLSID] 1460706471 -#time=1d196eb1cf1ae2a +[Software\\Classes\\DirectPlay8Lobby.LobbyClient.1\\CLSID] 1526460533 +#time=1d3ecf2b7cafd48 @="{3B2B6775-70B6-45AF-8DEA-A209C69559F3}" -[Software\\Classes\\DirectPlayVoice.Client] 1460706471 -#time=1d196eb1cf22058 +[Software\\Classes\\DirectPlayVoice.Client] 1526460533 +#time=1d3ecf2b7dbafe4 @="DirectPlayVoice Client Object" -[Software\\Classes\\DirectPlayVoice.Client\\CLSID] 1460706471 -#time=1d196eb1cf21e3c +[Software\\Classes\\DirectPlayVoice.Client\\CLSID] 1526460533 +#time=1d3ecf2b7dbaed6 @="{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}" -[Software\\Classes\\DirectPlayVoice.Client\\CurVer] 1460706471 -#time=1d196eb1cf22260 +[Software\\Classes\\DirectPlayVoice.Client\\CurVer] 1526460533 +#time=1d3ecf2b7dbb0f2 @="DirectPlayVoice.Client.1" -[Software\\Classes\\DirectPlayVoice.Client.1] 1460706471 -#time=1d196eb1cf21b12 +[Software\\Classes\\DirectPlayVoice.Client.1] 1526460533 +#time=1d3ecf2b7dbaac6 @="DirectPlayVoice Client Object" -[Software\\Classes\\DirectPlayVoice.Client.1\\CLSID] 1460706471 -#time=1d196eb1cf21b80 +[Software\\Classes\\DirectPlayVoice.Client.1\\CLSID] 1526460533 +#time=1d3ecf2b7dbab70 @="{B9F3EB85-B781-4AC1-8D90-93A05EE37D7D}" -[Software\\Classes\\DirectPlayVoice.Server] 1460706471 -#time=1d196eb1cf229cc +[Software\\Classes\\DirectPlayVoice.Server] 1526460533 +#time=1d3ecf2b7dbba66 @="DirectPlayVoice Server Object" -[Software\\Classes\\DirectPlayVoice.Server\\CLSID] 1460706471 -#time=1d196eb1cf228f0 +[Software\\Classes\\DirectPlayVoice.Server\\CLSID] 1526460533 +#time=1d3ecf2b7dbb91c @="{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}" -[Software\\Classes\\DirectPlayVoice.Server\\CurVer] 1460706471 -#time=1d196eb1cf22a44 +[Software\\Classes\\DirectPlayVoice.Server\\CurVer] 1526460533 +#time=1d3ecf2b7dbbaf2 @="DirectPlayVoice.Server.1" -[Software\\Classes\\DirectPlayVoice.Server.1] 1460706471 -#time=1d196eb1cf225da +[Software\\Classes\\DirectPlayVoice.Server.1] 1526460533 +#time=1d3ecf2b7dbb43a @="DirectPlayVoice Server Object" -[Software\\Classes\\DirectPlayVoice.Server.1\\CLSID] 1460706471 -#time=1d196eb1cf22652 +[Software\\Classes\\DirectPlayVoice.Server.1\\CLSID] 1526460533 +#time=1d3ecf2b7dbb4c6 @="{D3F5B8E6-9B78-4A4C-94EA-CA2397B663D3}" -[Software\\Classes\\DirectPlayVoice.Test] 1460706471 -#time=1d196eb1cf231a6 +[Software\\Classes\\DirectPlayVoice.Test] 1526460533 +#time=1d3ecf2b7dbc416 @="DirectPlayVoice Test Object" -[Software\\Classes\\DirectPlayVoice.Test\\CLSID] 1460706471 -#time=1d196eb1cf230c0 +[Software\\Classes\\DirectPlayVoice.Test\\CLSID] 1526460533 +#time=1d3ecf2b7dbc312 @="{0F0F094B-B01C-4091-A14D-DD0CD807711A}" -[Software\\Classes\\DirectPlayVoice.Test\\CurVer] 1460706471 -#time=1d196eb1cf2321e +[Software\\Classes\\DirectPlayVoice.Test\\CurVer] 1526460533 +#time=1d3ecf2b7dbc498 @="DirectPlayVoice.Test.1" -[Software\\Classes\\DirectPlayVoice.Test.1] 1460706471 -#time=1d196eb1cf22c6a +[Software\\Classes\\DirectPlayVoice.Test.1] 1526460533 +#time=1d3ecf2b7dbbdcc @="DirectPlayVoice Test Object" -[Software\\Classes\\DirectPlayVoice.Test.1\\CLSID] 1460706471 -#time=1d196eb1cf22cd8 +[Software\\Classes\\DirectPlayVoice.Test.1\\CLSID] 1526460533 +#time=1d3ecf2b7dbbe6c @="{0F0F094B-B01C-4091-A14D-DD0CD807711A}" -[Software\\Classes\\DirectShow] 1460706475 -#time=1d196eb1f11a138 +[Software\\Classes\\DirectShow] 1526460547 +#time=1d3ecf2c06ca01e -[Software\\Classes\\DxDiag.DxDiagProvider] 1460706471 -#time=1d196eb1cf2d6e2 +[Software\\Classes\\DxDiag.DxDiagProvider] 1526460533 +#time=1d3ecf2b7e99f96 @="DxDiagProvider Class" -[Software\\Classes\\DxDiag.DxDiagProvider\\CLSID] 1460706471 -#time=1d196eb1cf2d5fc +[Software\\Classes\\DxDiag.DxDiagProvider\\CLSID] 1526460533 +#time=1d3ecf2b7e99e9c @="{A65B8071-3BFE-4213-9A5B-491DA4461CA7}" -[Software\\Classes\\DxDiag.DxDiagProvider\\CurVer] 1460706471 -#time=1d196eb1cf2d75a +[Software\\Classes\\DxDiag.DxDiagProvider\\CurVer] 1526460533 +#time=1d3ecf2b7e9a018 @="DxDiag.DxDiagProvider.1" -[Software\\Classes\\DxDiag.DxDiagProvider.1] 1460706471 -#time=1d196eb1cf2d020 +[Software\\Classes\\DxDiag.DxDiagProvider.1] 1526460533 +#time=1d3ecf2b7e99b04 @="DxDiagProvider Class" -[Software\\Classes\\DxDiag.DxDiagProvider.1\\CLSID] 1460706471 -#time=1d196eb1cf2d106 +[Software\\Classes\\DxDiag.DxDiagProvider.1\\CLSID] 1526460533 +#time=1d3ecf2b7e99b86 @="{A65B8071-3BFE-4213-9A5B-491DA4461CA7}" -[Software\\Classes\\ECMAScript] 1460706471 -#time=1d196eb1cf95a1c +[Software\\Classes\\ECMAScript] 1526460533 +#time=1d3ecf2b7ec0bbe @="JScript Language" -[Software\\Classes\\ECMAScript\\CLSID] 1460706471 -#time=1d196eb1cf9588c +[Software\\Classes\\ECMAScript\\CLSID] 1526460533 +#time=1d3ecf2b7ec0ace @="{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\ECMAScript\\OLEScript] 1460706471 -#time=1d196eb1cf95a1c +[Software\\Classes\\ECMAScript\\OLEScript] 1526460533 +#time=1d3ecf2b7ec0bbe -[Software\\Classes\\exefile] 1460706475 -#time=1d196eb1f11aeee +[Software\\Classes\\exefile] 1526460547 +#time=1d3ecf2c06ca73a @="Application" -[Software\\Classes\\exefile\\DefaultIcon] 1460706475 -#time=1d196eb1f11aa34 +[Software\\Classes\\exefile\\DefaultIcon] 1526460547 +#time=1d3ecf2c06ca4e2 @="%1" -[Software\\Classes\\exefile\\shell\\open\\command] 1460706475 -#time=1d196eb1f11b5a6 +[Software\\Classes\\exefile\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06cab2c @="\"%1\" %*" -[Software\\Classes\\file] 1460706471 -#time=1d196eb1d08fdbe +[Software\\Classes\\file] 1526460533 +#time=1d3ecf2b800ddfa @="FileMoniker" -[Software\\Classes\\file\\CLSID] 1460706471 -#time=1d196eb1d08fe5e +[Software\\Classes\\file\\CLSID] 1526460533 +#time=1d3ecf2b800de7c @="{00000303-0000-0000-C000-000000000046}" -[Software\\Classes\\folder\\shell\\open\\ddeexec] 1460706475 -#time=1d196eb1f11c76c +[Software\\Classes\\folder\\shell\\open\\ddeexec] 1526460547 +#time=1d3ecf2c06cc346 @="[ViewFolder(%l, %I, %S)]" "NoActivateHandler"="" -[Software\\Classes\\folder\\shell\\open\\ddeexec\\application] 1460706475 -#time=1d196eb1f11c99c +[Software\\Classes\\folder\\shell\\open\\ddeexec\\application] 1526460547 +#time=1d3ecf2c06cc634 @="Folders" -[Software\\Classes\\folder\\shellex\\ContextMenuHandlers] 1460706475 -#time=1d196eb1f11cf82 +[Software\\Classes\\folder\\shellex\\ContextMenuHandlers] 1526460547 +#time=1d3ecf2c06cce72 -[Software\\Classes\\ftp] 1460706475 -#time=1d196eb1f12f34e +[Software\\Classes\\ftp] 1526460547 +#time=1d3ecf2c06d97f8 "URL Protocol"="" -[Software\\Classes\\ftp\\shell\\open\\command] 1460706475 -#time=1d196eb1f12fa6a +[Software\\Classes\\ftp\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06d9b4a @="\"C:\\windows\\system32\\winebrowser.exe\" -nohome" -[Software\\Classes\\ftp\\shell\\open\\ddeexec] 1460706475 -#time=1d196eb1f130898 +[Software\\Classes\\ftp\\shell\\open\\ddeexec] 1526460547 +#time=1d3ecf2c06da252 @="\"%1\",,-1,0,,,," "NoActivateHandler"="" -[Software\\Classes\\ftp\\shell\\open\\ddeexec\\Application] 1460706475 -#time=1d196eb1f130690 +[Software\\Classes\\ftp\\shell\\open\\ddeexec\\Application] 1526460547 +#time=1d3ecf2c06da144 @="IExplore" -[Software\\Classes\\ftp\\shell\\open\\ddeexec\\Topic] 1460706475 -#time=1d196eb1f130aaa +[Software\\Classes\\ftp\\shell\\open\\ddeexec\\Topic] 1526460547 +#time=1d3ecf2c06da34c @="WWW_OpenURL" -[Software\\Classes\\gameux.GameExplorer] 1460706471 -#time=1d196eb1cf3f1b2 +[Software\\Classes\\gameux.GameExplorer] 1526460533 +#time=1d3ecf2b7da67e2 @="GameExplorer Class" -[Software\\Classes\\gameux.GameExplorer\\CLSID] 1460706471 -#time=1d196eb1cf3f0e0 +[Software\\Classes\\gameux.GameExplorer\\CLSID] 1526460533 +#time=1d3ecf2b7da66f2 @="{9A5EA990-3034-4D6F-9128-01F3C61022BC}" -[Software\\Classes\\gameux.GameExplorer\\CurVer] 1460706471 -#time=1d196eb1cf3f22a +[Software\\Classes\\gameux.GameExplorer\\CurVer] 1526460533 +#time=1d3ecf2b7da6864 @="gameux.GameExplorer.1" -[Software\\Classes\\gameux.GameExplorer.1] 1460706471 -#time=1d196eb1cf3edca +[Software\\Classes\\gameux.GameExplorer.1] 1526460533 +#time=1d3ecf2b7da635a @="GameExplorer Class" -[Software\\Classes\\gameux.GameExplorer.1\\CLSID] 1460706471 -#time=1d196eb1cf3ee38 +[Software\\Classes\\gameux.GameExplorer.1\\CLSID] 1526460533 +#time=1d3ecf2b7da63e6 @="{9A5EA990-3034-4D6F-9128-01F3C61022BC}" -[Software\\Classes\\gameux.GameStatistics] 1460706471 -#time=1d196eb1cf3f978 +[Software\\Classes\\gameux.GameStatistics] 1526460533 +#time=1d3ecf2b7da6f76 @="GameStatistics Class" -[Software\\Classes\\gameux.GameStatistics\\CLSID] 1460706471 -#time=1d196eb1cf3f78e +[Software\\Classes\\gameux.GameStatistics\\CLSID] 1526460533 +#time=1d3ecf2b7da6e68 @="{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}" -[Software\\Classes\\gameux.GameStatistics\\CurVer] 1460706471 -#time=1d196eb1cf3fa5e +[Software\\Classes\\gameux.GameStatistics\\CurVer] 1526460533 +#time=1d3ecf2b7da7002 @="gameux.GameStatistics.1" -[Software\\Classes\\gameux.GameStatistics.1] 1460706471 -#time=1d196eb1cf3f478 +[Software\\Classes\\gameux.GameStatistics.1] 1526460533 +#time=1d3ecf2b7da6ae4 @="GameStatistics Class" -[Software\\Classes\\gameux.GameStatistics.1\\CLSID] 1460706471 -#time=1d196eb1cf3f4e6 +[Software\\Classes\\gameux.GameStatistics.1\\CLSID] 1526460533 +#time=1d3ecf2b7da6b66 @="{DBC85A2C-C0DC-4961-B6E2-D28B62C11AD4}" -[Software\\Classes\\giffile] 1460706474 -#time=1d196eb1e5a35b6 +[Software\\Classes\\giffile] 1526460543 +#time=1d3ecf2bdf365e8 @="GIF Image" -[Software\\Classes\\giffile\\CLSID] 1460706474 -#time=1d196eb1e5a31e2 +[Software\\Classes\\giffile\\CLSID] 1526460543 +#time=1d3ecf2bdf363ea @="{25336920-03F9-11CF-8FD0-00AA00686F13}" -[Software\\Classes\\giffile\\shell\\open\\command] 1460706474 -#time=1d196eb1e5a3c78 +[Software\\Classes\\giffile\\shell\\open\\command] 1526460543 +#time=1d3ecf2bdf368d6 @="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome" -[Software\\Classes\\giffile\\shell\\open\\ddeexec] 1460706474 -#time=1d196eb1e5a44b6 +[Software\\Classes\\giffile\\shell\\open\\ddeexec] 1526460543 +#time=1d3ecf2bdf36cfa @="\"file:%1\",,-1,,,,," -[Software\\Classes\\giffile\\shell\\open\\ddeexec\\Application] 1460706474 -#time=1d196eb1e5a4330 +[Software\\Classes\\giffile\\shell\\open\\ddeexec\\Application] 1526460543 +#time=1d3ecf2bdf36bf6 @="IExplore" -[Software\\Classes\\giffile\\shell\\open\\ddeexec\\Topic] 1460706474 -#time=1d196eb1e5a45b0 +[Software\\Classes\\giffile\\shell\\open\\ddeexec\\Topic] 1526460543 +#time=1d3ecf2bdf36d86 @="WWW_OpenURL" -[Software\\Classes\\GIFFilter.CoGIFFilter] 1460706471 -#time=1d196eb1cfe44f0 +[Software\\Classes\\GIFFilter.CoGIFFilter] 1526460533 +#time=1d3ecf2b8055f56 @="CoGIFFilter Class" -[Software\\Classes\\GIFFilter.CoGIFFilter\\CLSID] 1460706471 -#time=1d196eb1cfe437e +[Software\\Classes\\GIFFilter.CoGIFFilter\\CLSID] 1526460533 +#time=1d3ecf2b8055e66 @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\GIFFilter.CoGIFFilter\\CurVer] 1460706471 -#time=1d196eb1cfe4590 +[Software\\Classes\\GIFFilter.CoGIFFilter\\CurVer] 1526460533 +#time=1d3ecf2b8055fd8 @="GIFFilter.CoGIFFilter.1" -[Software\\Classes\\GIFFilter.CoGIFFilter.1] 1460706471 -#time=1d196eb1cfe4068 +[Software\\Classes\\GIFFilter.CoGIFFilter.1] 1526460533 +#time=1d3ecf2b8055aba @="CoGIFFilter Class" -[Software\\Classes\\GIFFilter.CoGIFFilter.1\\CLSID] 1460706471 -#time=1d196eb1cfe40e0 +[Software\\Classes\\GIFFilter.CoGIFFilter.1\\CLSID] 1526460533 +#time=1d3ecf2b8055b3c @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\hlpfile] 1460706475 -#time=1d196eb1f11d838 +[Software\\Classes\\hlpfile] 1526460547 +#time=1d3ecf2c06cdb10 @="Help File" -[Software\\Classes\\hlpfile\\shell\\open\\command] 1460706475 -#time=1d196eb1f11ded2 +[Software\\Classes\\hlpfile\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06ce510 @="C:\\windows\\system32\\winhlp32.exe %1" -[Software\\Classes\\HNetCfg.FwAuthorizedApplication] 1460706471 -#time=1d196eb1cf53676 +[Software\\Classes\\HNetCfg.FwAuthorizedApplication] 1526460533 +#time=1d3ecf2b7db0738 @="HNetCfg.FwAuthorizedApplication" -[Software\\Classes\\HNetCfg.FwAuthorizedApplication\\CLSID] 1460706471 -#time=1d196eb1cf536ee +[Software\\Classes\\HNetCfg.FwAuthorizedApplication\\CLSID] 1526460533 +#time=1d3ecf2b7db07ba @="{EC9846B3-2762-4A6B-A214-6ACB603462D2}" -[Software\\Classes\\HNetCfg.FwMgr] 1460706471 -#time=1d196eb1cf533ce +[Software\\Classes\\HNetCfg.FwMgr] 1526460533 +#time=1d3ecf2b7db040e @="HNetCfg.FwMgr" -[Software\\Classes\\HNetCfg.FwMgr\\CLSID] 1460706471 -#time=1d196eb1cf53446 +[Software\\Classes\\HNetCfg.FwMgr\\CLSID] 1526460533 +#time=1d3ecf2b7db049a @="{304CE942-6E39-40D8-943A-B913C40C9CD4}" -[Software\\Classes\\HNetCfg.FwOpenPort] 1460706471 -#time=1d196eb1cf5391e +[Software\\Classes\\HNetCfg.FwOpenPort] 1526460533 +#time=1d3ecf2b7db0a3a @="HNetCfg.FwOpenPort" -[Software\\Classes\\HNetCfg.FwOpenPort\\CLSID] 1460706471 -#time=1d196eb1cf5398c +[Software\\Classes\\HNetCfg.FwOpenPort\\CLSID] 1526460533 +#time=1d3ecf2b7db0abc @="{0CA545C6-37AD-4A6C-BF92-9F7610067EF5}" -[Software\\Classes\\htmlfile] 1460706474 -#time=1d196eb1e5a8be2 +[Software\\Classes\\HNetCfg.FwPolicy2] 1526460533 +#time=1d3ecf2b7db0d3c +@="HNetCfg.FwPolicy2" + +[Software\\Classes\\HNetCfg.FwPolicy2\\CLSID] 1526460533 +#time=1d3ecf2b7db0dbe +@="{E2B3C97F-6AE1-41AC-817A-F6F92166D7DD}" + +[Software\\Classes\\htmlfile] 1526460543 +#time=1d3ecf2bdf394e6 @="HTML Document" -[Software\\Classes\\htmlfile\\BrowseInPlace] 1460706474 -#time=1d196eb1e5a862e +[Software\\Classes\\htmlfile\\BrowseInPlace] 1526460543 +#time=1d3ecf2bdf39234 -[Software\\Classes\\htmlfile\\CLSID] 1460706471 -#time=1d196eb1cfe34f6 +[Software\\Classes\\htmlfile\\CLSID] 1526460533 +#time=1d3ecf2b8054da4 @="{25336920-03F9-11CF-8FD0-00AA00686F13}" -[Software\\Classes\\htmlfile\\DefaultIcon] 1460706474 -#time=1d196eb1e5a8d2c +[Software\\Classes\\htmlfile\\DefaultIcon] 1526460543 +#time=1d3ecf2bdf395ae @=str(2):"C:\\Program Files\\Internet Explorer\\iexplore.exe,1" -[Software\\Classes\\htmlfile\\shell\\open\\command] 1460706484 -#time=1d196eb2465d3de +[Software\\Classes\\htmlfile\\shell\\open\\command] 1526460556 +#time=1d3ecf2c5e02ebc @="C:\\windows\\system32\\winebrowser.exe -nohome %1" -[Software\\Classes\\htmlfile\\shell\\open\\ddeexec] 1460706475 -#time=1d196eb1f11f7fa +[Software\\Classes\\htmlfile\\shell\\open\\ddeexec] 1526460547 +#time=1d3ecf2c06cf9a6 @="\"%1\",,-1,0,,,," "NoActivateHandler"="" -[Software\\Classes\\htmlfile\\shell\\open\\ddeexec\\Application] 1460706475 -#time=1d196eb1f11f5d4 +[Software\\Classes\\htmlfile\\shell\\open\\ddeexec\\Application] 1526460547 +#time=1d3ecf2c06cf852 @="IExplore" -[Software\\Classes\\htmlfile\\shell\\open\\ddeexec\\Topic] 1460706475 -#time=1d196eb1f11fa3e +[Software\\Classes\\htmlfile\\shell\\open\\ddeexec\\Topic] 1526460547 +#time=1d3ecf2c06cfb2c @="WWW_OpenURL" -[Software\\Classes\\htmlfile\\shell\\opennew\\command] 1460706484 -#time=1d196eb2465d8c0 +[Software\\Classes\\htmlfile\\shell\\opennew\\command] 1526460556 +#time=1d3ecf2c5e034a2 @="C:\\windows\\system32\\winebrowser.exe -nohome %1" -[Software\\Classes\\htmlfile\\shell\\print\\command] 1460706474 -#time=1d196eb1e5a7602 +[Software\\Classes\\htmlfile\\shell\\print\\command] 1526460543 +#time=1d3ecf2bdf38adc @="rundll32.exe mshtml.dll,PrintHTML \"%1\"" -[Software\\Classes\\htmlfile\\shell\\printto\\command] 1460706474 -#time=1d196eb1e5a800c +[Software\\Classes\\htmlfile\\shell\\printto\\command] 1526460543 +#time=1d3ecf2bdf38fb4 @="rundll32.exe mshtml.dll,PrintHTML \"%1\" \"%2\" \"%3\" \"%4\"" -[Software\\Classes\\htmlfile_FullWindowEmbed] 1460706474 -#time=1d196eb1e5a91aa +[Software\\Classes\\htmlfile_FullWindowEmbed] 1528075959 +#time=1d3fba3ecfe796c @="HTML Plugin Document" -[Software\\Classes\\htmlfile_FullWindowEmbed\\BrowseInPlace] 1460706474 -#time=1d196eb1e5a91aa +[Software\\Classes\\htmlfile_FullWindowEmbed\\BrowseInPlace] 1526460543 +#time=1d3ecf2bdf39838 -[Software\\Classes\\htmlfile_FullWindowEmbed\\CLSID] 1460706471 -#time=1d196eb1cfe3794 +[Software\\Classes\\htmlfile_FullWindowEmbed\\CLSID] 1526460533 +#time=1d3ecf2b80550b0 @="{25336921-03F9-11CF-8FD0-00AA00686F13}" -[Software\\Classes\\http] 1460706475 -#time=1d196eb1f130eec +[Software\\Classes\\http] 1526460547 +#time=1d3ecf2c06da54a "URL Protocol"="" -[Software\\Classes\\http\\shell\\open\\command] 1460706484 -#time=1d196eb2465daaa +[Software\\Classes\\http\\shell\\open\\command] 1526460556 +#time=1d3ecf2c5e036a0 @="C:\\windows\\system32\\winebrowser.exe -nohome %1" -[Software\\Classes\\http\\shell\\open\\ddeexec] 1460706475 -#time=1d196eb1f1323e6 +[Software\\Classes\\http\\shell\\open\\ddeexec] 1526460547 +#time=1d3ecf2c06dafb8 @="\"%1\",,-1,0,,,," "NoActivateHandler"="" -[Software\\Classes\\http\\shell\\open\\ddeexec\\Application] 1460706475 -#time=1d196eb1f1321de +[Software\\Classes\\http\\shell\\open\\ddeexec\\Application] 1526460547 +#time=1d3ecf2c06daebe @="IExplore" -[Software\\Classes\\http\\shell\\open\\ddeexec\\Topic] 1460706475 -#time=1d196eb1f132616 +[Software\\Classes\\http\\shell\\open\\ddeexec\\Topic] 1526460547 +#time=1d3ecf2c06db0b2 @="WWW_OpenURL" -[Software\\Classes\\https] 1460706475 -#time=1d196eb1f132a58 +[Software\\Classes\\https] 1526460547 +#time=1d3ecf2c06db38c "URL Protocol"="" -[Software\\Classes\\https\\shell\\open\\command] 1460706484 -#time=1d196eb2465dc80 +[Software\\Classes\\https\\shell\\open\\command] 1526460556 +#time=1d3ecf2c5e0389e @="C:\\windows\\system32\\winebrowser.exe -nohome %1" -[Software\\Classes\\https\\shell\\open\\ddeexec] 1460706475 -#time=1d196eb1f13407e +[Software\\Classes\\https\\shell\\open\\ddeexec] 1526460547 +#time=1d3ecf2c06dc1e2 @="\"%1\",,-1,0,,,," "NoActivateHandler"="" -[Software\\Classes\\https\\shell\\open\\ddeexec\\Application] 1460706475 -#time=1d196eb1f133e76 +[Software\\Classes\\https\\shell\\open\\ddeexec\\Application] 1526460547 +#time=1d3ecf2c06dc0c0 @="IExplore" -[Software\\Classes\\https\\shell\\open\\ddeexec\\Topic] 1460706475 -#time=1d196eb1f1342a4 +[Software\\Classes\\https\\shell\\open\\ddeexec\\Topic] 1526460547 +#time=1d3ecf2c06dc2fa @="WWW_OpenURL" -[Software\\Classes\\ICOFilter.CoICOFilter] 1460706471 -#time=1d196eb1cfe5b3e +[Software\\Classes\\ICOFilter.CoICOFilter] 1526460533 +#time=1d3ecf2b8057612 @="CoICOFilter Class" -[Software\\Classes\\ICOFilter.CoICOFilter\\CLSID] 1460706471 -#time=1d196eb1cfe5a62 +[Software\\Classes\\ICOFilter.CoICOFilter\\CLSID] 1526460533 +#time=1d3ecf2b8057518 @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\ICOFilter.CoICOFilter\\CurVer] 1460706471 -#time=1d196eb1cfe5bb6 +[Software\\Classes\\ICOFilter.CoICOFilter\\CurVer] 1526460533 +#time=1d3ecf2b8057694 @="ICOFilter.CoICOFilter.1" -[Software\\Classes\\ICOFilter.CoICOFilter.1] 1460706471 -#time=1d196eb1cfe5724 +[Software\\Classes\\ICOFilter.CoICOFilter.1] 1526460533 +#time=1d3ecf2b8057180 @="CoICOFilter Class" -[Software\\Classes\\ICOFilter.CoICOFilter.1\\CLSID] 1460706471 -#time=1d196eb1cfe57c4 +[Software\\Classes\\ICOFilter.CoICOFilter.1\\CLSID] 1526460533 +#time=1d3ecf2b805720c @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\IImgCtx] 1460706471 -#time=1d196eb1cfe5dfa +[Software\\Classes\\IImgCtx] 1526460533 +#time=1d3ecf2b8057914 @="IImgCtx" -[Software\\Classes\\IImgCtx\\CLSID] 1460706471 -#time=1d196eb1cfe5e68 +[Software\\Classes\\IImgCtx\\CLSID] 1526460533 +#time=1d3ecf2b80579a0 @="{3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\IMsiServer] 1460706471 -#time=1d196eb1d03fbb6 +[Software\\Classes\\IMsiServer] 1526460533 +#time=1d3ecf2b7af6786 @="Msi install server" -[Software\\Classes\\IMsiServer\\CLSID] 1460706471 -#time=1d196eb1d03fc2e +[Software\\Classes\\IMsiServer\\CLSID] 1526460533 +#time=1d3ecf2b7af6830 @="{000C101C-0000-0000-C000-000000000046}" -[Software\\Classes\\inffile] 1460706475 -#time=1d196eb1f1202fe +[Software\\Classes\\inffile] 1526460547 +#time=1d3ecf2c06d022a @="Setup Information" -[Software\\Classes\\inffile\\shell\\install\\command] 1460706475 -#time=1d196eb1f120a24 +[Software\\Classes\\inffile\\shell\\install\\command] 1526460547 +#time=1d3ecf2c06d0770 @="C:\\windows\\system32\\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1" -[Software\\Classes\\inifile] 1460706475 -#time=1d196eb1f1212c6 +[Software\\Classes\\inifile] 1526460547 +#time=1d3ecf2c06d0c84 @="Configuration Settings" -[Software\\Classes\\inifile\\shell\\open\\command] 1460706475 -#time=1d196eb1f1219c4 +[Software\\Classes\\inifile\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06d0ff4 @="C:\\windows\\system32\\notepad.exe %1" -[Software\\Classes\\inifile\\shell\\print\\command] 1460706475 -#time=1d196eb1f122568 +[Software\\Classes\\inifile\\shell\\print\\command] 1526460547 +#time=1d3ecf2c06d1544 @="C:\\windows\\system32\\notepad.exe /p %1" -[Software\\Classes\\Installer\\Features\\5C1093C35543A0E32A41B090A305076A] 1460706651 -#time=1d196eb880aba62 +[Software\\Classes\\Installer\\Features\\5C1093C35543A0E32A41B090A305076A] 1526460882 +#time=1d3ecf387c04576 "F_Installer_IdentityARP"="" "Installer_Setup_ddf"="" "MSICache_Core_x86_enu"="" @@ -17545,12 +17664,8 @@ WINE REGISTRY Version 2 "Netfx_SetupUtility"="" "Servicing_Key"="" -[Software\\Classes\\Installer\\Features\\E83E246D42D0C684A9D23E61DD96F6B4] 1460706605 -#time=1d196eb6c761a58 -"MSXML"="" - -[Software\\Classes\\Installer\\Features\\FCDAC0A0AD874C333A05DC1548B97920] 1460706678 -#time=1d196eb98346730 +[Software\\Classes\\Installer\\Features\\FCDAC0A0AD874C333A05DC1548B97920] 1526460915 +#time=1d3ecf39bc85f90 "F_Installer_IdentityARP"="" "Installer_Setup_ddf"="" "MSICache_Extended_x86_enu"="" @@ -17558,8 +17673,8 @@ WINE REGISTRY Version 2 "Netfx_SetupUtility"="" "Servicing_Key"="" -[Software\\Classes\\Installer\\Products\\5C1093C35543A0E32A41B090A305076A] 1460706651 -#time=1d196eb880acdcc +[Software\\Classes\\Installer\\Products\\5C1093C35543A0E32A41B090A305076A] 1526460882 +#time=1d3ecf387c087c0 "AdvertiseFlags"=dword:00000184 "Assignment"=dword:00000000 "AuthorizedLUAApp"=dword:00000000 @@ -17570,51 +17685,24 @@ WINE REGISTRY Version 2 "ProductName"="Microsoft .NET Framework 4 Client Profile" "Version"=dword:0400766f -[Software\\Classes\\Installer\\Products\\5C1093C35543A0E32A41B090A305076A\\SourceList] 1460706651 -#time=1d196eb880adfe2 -"LastUsedSource"="n;1;C:\\a4bd685e169a3a4c0f2cba36a7\\" +[Software\\Classes\\Installer\\Products\\5C1093C35543A0E32A41B090A305076A\\SourceList] 1526460882 +#time=1d3ecf387c0a8ea +"LastUsedSource"="n;1;C:\\3e7173a9904562953235fc233832d9\\" "PackageName"="netfx_Core_x86.msi" -[Software\\Classes\\Installer\\Products\\5C1093C35543A0E32A41B090A305076A\\SourceList\\Media] 1460706651 -#time=1d196eb880ae226 +[Software\\Classes\\Installer\\Products\\5C1093C35543A0E32A41B090A305076A\\SourceList\\Media] 1526460882 +#time=1d3ecf387c0abec "1"=";1" "DiskPrompt"="" "MediaPackage"="" -[Software\\Classes\\Installer\\Products\\5C1093C35543A0E32A41B090A305076A\\SourceList\\Net] 1460706674 -#time=1d196eb95aab2f8 -"1"=str(2):"C:\\a4bd685e169a3a4c0f2cba36a7\\" +[Software\\Classes\\Installer\\Products\\5C1093C35543A0E32A41B090A305076A\\SourceList\\Net] 1526460913 +#time=1d3ecf39a9b71ca +"1"=str(2):"C:\\3e7173a9904562953235fc233832d9\\" "2"=str(2):"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\" -[Software\\Classes\\Installer\\Products\\E83E246D42D0C684A9D23E61DD96F6B4] 1460706605 -#time=1d196eb6c765f22 -"AdvertiseFlags"=dword:00000184 -"Assignment"=dword:00000000 -"AuthorizedLUAApp"=dword:00000000 -"Clients"=":" -"InstanceType"=dword:00000000 -"Language"=dword:00000409 -"PackageCode"="B1D991C00A6A411419758CEF04CFB521" -"ProductName"="Microsoft XML Parser" -"Version"=dword:08460450 - -[Software\\Classes\\Installer\\Products\\E83E246D42D0C684A9D23E61DD96F6B4\\SourceList] 1460706605 -#time=1d196eb6c767048 -"LastUsedSource"="n;1;Y:\\msxml3\\" -"PackageName"="msxml3.msi" - -[Software\\Classes\\Installer\\Products\\E83E246D42D0C684A9D23E61DD96F6B4\\SourceList\\Media] 1460706605 -#time=1d196eb6c767282 -"1"=";" -"DiskPrompt"="" -"MediaPackage"="" - -[Software\\Classes\\Installer\\Products\\E83E246D42D0C684A9D23E61DD96F6B4\\SourceList\\Net] 1460706605 -#time=1d196eb6c7668f0 -"1"=str(2):"Y:\\msxml3\\" - -[Software\\Classes\\Installer\\Products\\FCDAC0A0AD874C333A05DC1548B97920] 1460706678 -#time=1d196eb98347b6c +[Software\\Classes\\Installer\\Products\\FCDAC0A0AD874C333A05DC1548B97920] 1526460915 +#time=1d3ecf39bc88ab0 "AdvertiseFlags"=dword:00000184 "Assignment"=dword:00000000 "AuthorizedLUAApp"=dword:00000000 @@ -17625,39190 +17713,39593 @@ WINE REGISTRY Version 2 "ProductName"="Microsoft .NET Framework 4 Extended" "Version"=dword:0400766f -[Software\\Classes\\Installer\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\SourceList] 1460706678 -#time=1d196eb98348dfa -"LastUsedSource"="n;1;C:\\a4bd685e169a3a4c0f2cba36a7\\" +[Software\\Classes\\Installer\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\SourceList] 1526460915 +#time=1d3ecf39bc8a4c8 +"LastUsedSource"="n;1;C:\\3e7173a9904562953235fc233832d9\\" "PackageName"="netfx_Extended_x86.msi" -[Software\\Classes\\Installer\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\SourceList\\Media] 1460706678 -#time=1d196eb98349034 +[Software\\Classes\\Installer\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\SourceList\\Media] 1526460915 +#time=1d3ecf39bc8a81a "1"=";1" "DiskPrompt"="" "MediaPackage"="" -[Software\\Classes\\Installer\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\SourceList\\Net] 1460706690 -#time=1d196eb9f33c580 -"1"=str(2):"C:\\a4bd685e169a3a4c0f2cba36a7\\" +[Software\\Classes\\Installer\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\SourceList\\Net] 1526460950 +#time=1d3ecf3b0a7de04 +"1"=str(2):"C:\\3e7173a9904562953235fc233832d9\\" "2"=str(2):"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\" -[Software\\Classes\\Installer\\UpgradeCodes\\967D7D57000041D45A5A65CD20889ACF] 1460706605 -#time=1d196eb6c7654dc -"E83E246D42D0C684A9D23E61DD96F6B4"="" - -[Software\\Classes\\Installer\\UpgradeCodes\\9DD53E019628E1F3794F990FADC3C2CE] 1460706651 -#time=1d196eb880ac2f0 +[Software\\Classes\\Installer\\UpgradeCodes\\9DD53E019628E1F3794F990FADC3C2CE] 1526460882 +#time=1d3ecf387c07a82 "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Classes\\Installer\\UpgradeCodes\\A9513C995E4C6E2389AFA74CB5BC982C] 1460706678 -#time=1d196eb98346f50 +[Software\\Classes\\Installer\\UpgradeCodes\\A9513C995E4C6E2389AFA74CB5BC982C] 1526460915 +#time=1d3ecf39bc87cd2 "FCDAC0A0AD874C333A05DC1548B97920"="" -[Software\\Classes\\Interface\\{00000000-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d095eda +[Software\\Classes\\Interface\\{00000000-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8014be6 @="IUnknown" -[Software\\Classes\\Interface\\{00000001-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0961fa +[Software\\Classes\\Interface\\{00000001-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80150be @="IClassFactory" -[Software\\Classes\\Interface\\{00000001-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d096128 +[Software\\Classes\\Interface\\{00000001-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8014f1a @="5" -[Software\\Classes\\Interface\\{00000001-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d096272 +[Software\\Classes\\Interface\\{00000001-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8015186 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000000A-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d087ce0 +[Software\\Classes\\Interface\\{0000000A-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80056be @="ILockBytes" -[Software\\Classes\\Interface\\{0000000A-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d087c04 +[Software\\Classes\\Interface\\{0000000A-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80055c4 @="10" -[Software\\Classes\\Interface\\{0000000A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d087d4e +[Software\\Classes\\Interface\\{0000000A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8005740 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000000B-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d086bba +[Software\\Classes\\Interface\\{0000000B-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8004462 @="IStorage" -[Software\\Classes\\Interface\\{0000000B-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d086ae8 +[Software\\Classes\\Interface\\{0000000B-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8004372 @="18" -[Software\\Classes\\Interface\\{0000000B-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d086c28 +[Software\\Classes\\Interface\\{0000000B-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80044e4 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000000C-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0863ae +[Software\\Classes\\Interface\\{0000000C-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8003b2a @="IStream" -[Software\\Classes\\Interface\\{0000000C-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0862dc +[Software\\Classes\\Interface\\{0000000C-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8003a3a @="14" -[Software\\Classes\\Interface\\{0000000C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08641c +[Software\\Classes\\Interface\\{0000000C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8003bac @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000000D-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0867d2 +[Software\\Classes\\Interface\\{0000000D-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8003fbc @="IEnumSTATSTG" -[Software\\Classes\\Interface\\{0000000D-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d086700 +[Software\\Classes\\Interface\\{0000000D-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8003ecc @="7" -[Software\\Classes\\Interface\\{0000000D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08684a +[Software\\Classes\\Interface\\{0000000D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800403e @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000000E-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08379e +[Software\\Classes\\Interface\\{0000000E-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800079a @="IBindCtx" -[Software\\Classes\\Interface\\{0000000E-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0836cc +[Software\\Classes\\Interface\\{0000000E-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80006a0 @="13" -[Software\\Classes\\Interface\\{0000000E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08380c +[Software\\Classes\\Interface\\{0000000E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8000826 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000000F-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d084fea +[Software\\Classes\\Interface\\{0000000F-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8002388 @="IMoniker" -[Software\\Classes\\Interface\\{0000000F-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d084f18 +[Software\\Classes\\Interface\\{0000000F-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8002284 @="23" -[Software\\Classes\\Interface\\{0000000F-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d085058 +[Software\\Classes\\Interface\\{0000000F-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800241e @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000010-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08440a +[Software\\Classes\\Interface\\{00000010-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8001578 @="IRunningObjectTable" -[Software\\Classes\\Interface\\{00000010-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d084338 +[Software\\Classes\\Interface\\{00000010-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8001488 @="10" -[Software\\Classes\\Interface\\{00000010-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d084478 +[Software\\Classes\\Interface\\{00000010-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8001604 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000012-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0878da +[Software\\Classes\\Interface\\{00000012-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8005222 @="IRootStorage" -[Software\\Classes\\Interface\\{00000012-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0877fe +[Software\\Classes\\Interface\\{00000012-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b800511e @="4" -[Software\\Classes\\Interface\\{00000012-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d087952 +[Software\\Classes\\Interface\\{00000012-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80052a4 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000022-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08338e +[Software\\Classes\\Interface\\{00000022-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8000308 @="ISurrogate" -[Software\\Classes\\Interface\\{00000022-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0832bc +[Software\\Classes\\Interface\\{00000022-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8000204 @="5" -[Software\\Classes\\Interface\\{00000022-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0833fc +[Software\\Classes\\Interface\\{00000022-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800038a @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000026-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08b30e +[Software\\Classes\\Interface\\{00000026-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800923c @="IUrlMon" -[Software\\Classes\\Interface\\{00000026-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d08b17e +[Software\\Classes\\Interface\\{00000026-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b800914c @="4" -[Software\\Classes\\Interface\\{00000026-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08b48a +[Software\\Classes\\Interface\\{00000026-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80092be @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000002E-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d09d996 +[Software\\Classes\\Interface\\{0000002E-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bc80ec @="ITypeFactory" -[Software\\Classes\\Interface\\{0000002E-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d09d8c4 +[Software\\Classes\\Interface\\{0000002E-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc7ffc @="4" -[Software\\Classes\\Interface\\{0000002E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ac57c +[Software\\Classes\\Interface\\{0000002E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb954c18 @="{00020420-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000030-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08adb4 +[Software\\Classes\\Interface\\{00000030-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8008dbe @="ISynchronize" -[Software\\Classes\\Interface\\{00000030-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d08ace2 +[Software\\Classes\\Interface\\{00000030-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8008cc4 @="6" -[Software\\Classes\\Interface\\{00000030-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08ae2c +[Software\\Classes\\Interface\\{00000030-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8008e40 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000040-A8F2-4877-BA0A-FD2B6645FB94}] 1460706472 -#time=1d196eb1d191c58 +[Software\\Classes\\Interface\\{00000040-A8F2-4877-BA0A-FD2B6645FB94}] 1526460533 +#time=1d3ecf2b7f062b8 @="IWICPalette" -[Software\\Classes\\Interface\\{00000040-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1460706472 -#time=1d196eb1d191b0e +[Software\\Classes\\Interface\\{00000040-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1526460533 +#time=1d3ecf2b7f061be @="13" -[Software\\Classes\\Interface\\{00000040-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d191d0c +[Software\\Classes\\Interface\\{00000040-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0633a @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{00000100-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d082f92 +[Software\\Classes\\Interface\\{00000100-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7fffe1c @="IEnumUnknown" -[Software\\Classes\\Interface\\{00000100-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d082eb6 +[Software\\Classes\\Interface\\{00000100-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7fffd22 @="7" -[Software\\Classes\\Interface\\{00000100-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08300a +[Software\\Classes\\Interface\\{00000100-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fffe9e @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000101-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0857b0 +[Software\\Classes\\Interface\\{00000101-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8002d2e @="IEnumString" -[Software\\Classes\\Interface\\{00000101-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0856de +[Software\\Classes\\Interface\\{00000101-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8002c34 @="7" -[Software\\Classes\\Interface\\{00000101-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08581e +[Software\\Classes\\Interface\\{00000101-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8002dc4 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000102-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d083bea +[Software\\Classes\\Interface\\{00000102-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8000c40 @="IEnumMoniker" -[Software\\Classes\\Interface\\{00000102-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d083adc +[Software\\Classes\\Interface\\{00000102-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8000b50 @="7" -[Software\\Classes\\Interface\\{00000102-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d083c76 +[Software\\Classes\\Interface\\{00000102-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8000ccc @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000103-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0894f0 +[Software\\Classes\\Interface\\{00000103-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800722a @="IEnumFORMATETC" -[Software\\Classes\\Interface\\{00000103-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d08941e +[Software\\Classes\\Interface\\{00000103-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8007130 @="7" -[Software\\Classes\\Interface\\{00000103-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08955e +[Software\\Classes\\Interface\\{00000103-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80072b6 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000103-A8F2-4877-BA0A-FD2B6645FB94}] 1460706472 -#time=1d196eb1d195a74 +[Software\\Classes\\Interface\\{00000103-A8F2-4877-BA0A-FD2B6645FB94}] 1526460533 +#time=1d3ecf2b7f0999a @="IWICBitmapEncoder" -[Software\\Classes\\Interface\\{00000103-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1460706472 -#time=1d196eb1d1959a2 +[Software\\Classes\\Interface\\{00000103-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1526460533 +#time=1d3ecf2b7f098aa @="13" -[Software\\Classes\\Interface\\{00000103-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d195ae2 +[Software\\Classes\\Interface\\{00000103-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f09a1c @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{00000104-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d09435a +[Software\\Classes\\Interface\\{00000104-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8012ce2 @="IEnumOLEVERB" -[Software\\Classes\\Interface\\{00000104-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d094288 +[Software\\Classes\\Interface\\{00000104-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8012bf2 @="7" -[Software\\Classes\\Interface\\{00000104-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0943d2 +[Software\\Classes\\Interface\\{00000104-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8012d64 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000105-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0898e2 +[Software\\Classes\\Interface\\{00000105-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80076bc @="IEnumSTATDATA" -[Software\\Classes\\Interface\\{00000105-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d089810 +[Software\\Classes\\Interface\\{00000105-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80075c2 @="7" -[Software\\Classes\\Interface\\{00000105-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08995a +[Software\\Classes\\Interface\\{00000105-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8007752 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000105-A8F2-4877-BA0A-FD2B6645FB94}] 1460706472 -#time=1d196eb1d19520e +[Software\\Classes\\Interface\\{00000105-A8F2-4877-BA0A-FD2B6645FB94}] 1526460533 +#time=1d3ecf2b7f0908a @="IWICBitmapFrameEncode" -[Software\\Classes\\Interface\\{00000105-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1460706472 -#time=1d196eb1d19513c +[Software\\Classes\\Interface\\{00000105-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1526460533 +#time=1d3ecf2b7f08f90 @="14" -[Software\\Classes\\Interface\\{00000105-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d195286 +[Software\\Classes\\Interface\\{00000105-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0910c @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{00000109-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d084be4 +[Software\\Classes\\Interface\\{00000109-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8001e92 @="IPersistStream" -[Software\\Classes\\Interface\\{00000109-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d084b12 +[Software\\Classes\\Interface\\{00000109-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8001da2 @="8" -[Software\\Classes\\Interface\\{00000109-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d084c7a +[Software\\Classes\\Interface\\{00000109-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8001f14 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000010A-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0873c6 +[Software\\Classes\\Interface\\{0000010A-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8004d86 @="IPersistStorage" -[Software\\Classes\\Interface\\{0000010A-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0872ae +[Software\\Classes\\Interface\\{0000010A-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8004c96 @="10" -[Software\\Classes\\Interface\\{0000010A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0874de +[Software\\Classes\\Interface\\{0000010A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8004e12 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000010B-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d086f98 +[Software\\Classes\\Interface\\{0000010B-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80048f4 @="IPersistFile" -[Software\\Classes\\Interface\\{0000010B-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d086ec6 +[Software\\Classes\\Interface\\{0000010B-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80047fa @="9" -[Software\\Classes\\Interface\\{0000010B-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d087006 +[Software\\Classes\\Interface\\{0000010B-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8004980 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000010C-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d084806 +[Software\\Classes\\Interface\\{0000010C-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8001a0a @="IPersist" -[Software\\Classes\\Interface\\{0000010C-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d084734 +[Software\\Classes\\Interface\\{0000010C-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b800191a @="4" -[Software\\Classes\\Interface\\{0000010C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d084874 +[Software\\Classes\\Interface\\{0000010C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8001a96 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000010D-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d094f9e +[Software\\Classes\\Interface\\{0000010D-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8013a84 @="IViewObject" -[Software\\Classes\\Interface\\{0000010D-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d094eae +[Software\\Classes\\Interface\\{0000010D-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b801398a @="9" -[Software\\Classes\\Interface\\{0000010D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d095016 +[Software\\Classes\\Interface\\{0000010D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8013b06 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000010E-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08a59e +[Software\\Classes\\Interface\\{0000010E-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800847c @="IDataObject" -[Software\\Classes\\Interface\\{0000010E-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d08a4c2 +[Software\\Classes\\Interface\\{0000010E-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b800838c @="12" -[Software\\Classes\\Interface\\{0000010E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08a60c +[Software\\Classes\\Interface\\{0000010E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8008508 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000010F-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d089d6a +[Software\\Classes\\Interface\\{0000010F-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8007b6c @="IAdviseSink" -[Software\\Classes\\Interface\\{0000010F-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d089c8e +[Software\\Classes\\Interface\\{0000010F-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8007a72 @="8" -[Software\\Classes\\Interface\\{0000010F-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d089de2 +[Software\\Classes\\Interface\\{0000010F-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8007bee @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000112-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d094774 +[Software\\Classes\\Interface\\{00000112-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8013174 @="IOleObject" -[Software\\Classes\\Interface\\{00000112-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d094698 +[Software\\Classes\\Interface\\{00000112-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8013084 @="24" -[Software\\Classes\\Interface\\{00000112-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0947e2 +[Software\\Classes\\Interface\\{00000112-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80131f6 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000113-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d090f70 +[Software\\Classes\\Interface\\{00000113-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800f164 @="IOleInPlaceObject" -[Software\\Classes\\Interface\\{00000113-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d090e9e +[Software\\Classes\\Interface\\{00000113-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b800f074 @="9" -[Software\\Classes\\Interface\\{00000113-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d090fe8 +[Software\\Classes\\Interface\\{00000113-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800f1f0 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000114-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d090b7e +[Software\\Classes\\Interface\\{00000114-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800ecd2 @="IOleWindow" -[Software\\Classes\\Interface\\{00000114-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d090a98 +[Software\\Classes\\Interface\\{00000114-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b800ebd8 @="5" -[Software\\Classes\\Interface\\{00000114-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d090bf6 +[Software\\Classes\\Interface\\{00000114-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800ed5e @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000115-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d091358 +[Software\\Classes\\Interface\\{00000115-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800f60a @="IOleInPlaceUIWindow" -[Software\\Classes\\Interface\\{00000115-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d091286 +[Software\\Classes\\Interface\\{00000115-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b800f510 @="9" -[Software\\Classes\\Interface\\{00000115-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0913d0 +[Software\\Classes\\Interface\\{00000115-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800f696 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000116-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d09174a +[Software\\Classes\\Interface\\{00000116-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800fa9c @="IOleInPlaceFrame" -[Software\\Classes\\Interface\\{00000116-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d091678 +[Software\\Classes\\Interface\\{00000116-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b800f9ac @="15" -[Software\\Classes\\Interface\\{00000116-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0917c2 +[Software\\Classes\\Interface\\{00000116-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800fb28 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000117-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d091b64 +[Software\\Classes\\Interface\\{00000117-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b800ff42 @="IOleInPlaceActiveObject" -[Software\\Classes\\Interface\\{00000117-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d091a92 +[Software\\Classes\\Interface\\{00000117-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b800fe48 @="10" -[Software\\Classes\\Interface\\{00000117-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d091bdc +[Software\\Classes\\Interface\\{00000117-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800ffc4 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000118-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d093392 +[Software\\Classes\\Interface\\{00000118-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8011a90 @="IOleClientSite" -[Software\\Classes\\Interface\\{00000118-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0932b6 +[Software\\Classes\\Interface\\{00000118-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8011996 @="9" -[Software\\Classes\\Interface\\{00000118-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d093400 +[Software\\Classes\\Interface\\{00000118-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8011b1c @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000119-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d091f4c +[Software\\Classes\\Interface\\{00000119-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80103d4 @="IOleInPlaceSite" -[Software\\Classes\\Interface\\{00000119-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d091e7a +[Software\\Classes\\Interface\\{00000119-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80102e4 @="15" -[Software\\Classes\\Interface\\{00000119-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d091fc4 +[Software\\Classes\\Interface\\{00000119-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8010456 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000011A-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d092384 +[Software\\Classes\\Interface\\{0000011A-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8010852 @="IParseDisplayName" -[Software\\Classes\\Interface\\{0000011A-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0922a8 +[Software\\Classes\\Interface\\{0000011A-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8010762 @="4" -[Software\\Classes\\Interface\\{0000011A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0923fc +[Software\\Classes\\Interface\\{0000011A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80108d4 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000011B-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0927a8 +[Software\\Classes\\Interface\\{0000011B-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8010cc6 @="IOleContainer" -[Software\\Classes\\Interface\\{0000011B-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0926ae +[Software\\Classes\\Interface\\{0000011B-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8010bd6 @="6" -[Software\\Classes\\Interface\\{0000011B-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d092820 +[Software\\Classes\\Interface\\{0000011B-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8010d70 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000011C-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d092ba4 +[Software\\Classes\\Interface\\{0000011C-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8011176 @="IOleItemContainer" -[Software\\Classes\\Interface\\{0000011C-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d092ad2 +[Software\\Classes\\Interface\\{0000011C-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b801107c @="9" -[Software\\Classes\\Interface\\{0000011C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d092c1c +[Software\\Classes\\Interface\\{0000011C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80111f8 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000011D-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d092fa0 +[Software\\Classes\\Interface\\{0000011D-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80115fe @="IOleLink" -[Software\\Classes\\Interface\\{0000011D-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d092ece +[Software\\Classes\\Interface\\{0000011D-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8011504 @="14" -[Software\\Classes\\Interface\\{0000011D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d09300e +[Software\\Classes\\Interface\\{0000011D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8011680 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000011E-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d093798 +[Software\\Classes\\Interface\\{0000011E-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8011f4a @="IOleCache" -[Software\\Classes\\Interface\\{0000011E-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0936c6 +[Software\\Classes\\Interface\\{0000011E-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8011e3c @="8" -[Software\\Classes\\Interface\\{0000011E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d093806 +[Software\\Classes\\Interface\\{0000011E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8011fcc @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000120-A8F2-4877-BA0A-FD2B6645FB94}] 1460706472 -#time=1d196eb1d19038a +[Software\\Classes\\Interface\\{00000120-A8F2-4877-BA0A-FD2B6645FB94}] 1526460533 +#time=1d3ecf2b7f04f1c @="IWICBitmapSource" -[Software\\Classes\\Interface\\{00000120-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1460706472 -#time=1d196eb1d1902ae +[Software\\Classes\\Interface\\{00000120-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1526460533 +#time=1d3ecf2b7f04df0 @="8" -[Software\\Classes\\Interface\\{00000120-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d190416 +[Software\\Classes\\Interface\\{00000120-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f04fc6 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{00000121-A8F2-4877-BA0A-FD2B6645FB94}] 1460706472 -#time=1d196eb1d19142e +[Software\\Classes\\Interface\\{00000121-A8F2-4877-BA0A-FD2B6645FB94}] 1526460533 +#time=1d3ecf2b7f05e26 @="IWICBitmap" -[Software\\Classes\\Interface\\{00000121-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1460706472 -#time=1d196eb1d1911b8 +[Software\\Classes\\Interface\\{00000121-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1526460533 +#time=1d3ecf2b7f05d36 @="11" -[Software\\Classes\\Interface\\{00000121-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d191550 +[Software\\Classes\\Interface\\{00000121-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f05ea8 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{00000122-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d095778 +[Software\\Classes\\Interface\\{00000122-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80143bc @="IDropTarget" -[Software\\Classes\\Interface\\{00000122-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0956a6 +[Software\\Classes\\Interface\\{00000122-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80142c2 @="7" -[Software\\Classes\\Interface\\{00000122-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0957e6 +[Software\\Classes\\Interface\\{00000122-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b801443e @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000123-A8F2-4877-BA0A-FD2B6645FB94}] 1460706472 -#time=1d196eb1d1907a4 +[Software\\Classes\\Interface\\{00000123-A8F2-4877-BA0A-FD2B6645FB94}] 1526460533 +#time=1d3ecf2b7f054b2 @="IWICBitmapLock" -[Software\\Classes\\Interface\\{00000123-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1460706472 -#time=1d196eb1d1906c8 +[Software\\Classes\\Interface\\{00000123-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1526460533 +#time=1d3ecf2b7f053b8 @="7" -[Software\\Classes\\Interface\\{00000123-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d19081c +[Software\\Classes\\Interface\\{00000123-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f05534 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{00000125-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d08a166 +[Software\\Classes\\Interface\\{00000125-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8007ff4 @="IAdviseSink2" -[Software\\Classes\\Interface\\{00000125-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d08a094 +[Software\\Classes\\Interface\\{00000125-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8007ef0 @="9" -[Software\\Classes\\Interface\\{00000125-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08a1de +[Software\\Classes\\Interface\\{00000125-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8008076 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000126-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d084018 +[Software\\Classes\\Interface\\{00000126-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80010d2 @="IRunnableObject" -[Software\\Classes\\Interface\\{00000126-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d083f28 +[Software\\Classes\\Interface\\{00000126-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8000fe2 @="8" -[Software\\Classes\\Interface\\{00000126-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d084090 +[Software\\Classes\\Interface\\{00000126-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8001154 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000127-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d095390 +[Software\\Classes\\Interface\\{00000127-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8013f16 @="IViewObject2" -[Software\\Classes\\Interface\\{00000127-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d0952b4 +[Software\\Classes\\Interface\\{00000127-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8013e12 @="10" -[Software\\Classes\\Interface\\{00000127-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0953fe +[Software\\Classes\\Interface\\{00000127-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8013f98 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000128-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d093b80 +[Software\\Classes\\Interface\\{00000128-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80123d2 @="IOleCache2" -[Software\\Classes\\Interface\\{00000128-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d093aae +[Software\\Classes\\Interface\\{00000128-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80122e2 @="10" -[Software\\Classes\\Interface\\{00000128-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d093bf8 +[Software\\Classes\\Interface\\{00000128-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8012454 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000129-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d093f72 +[Software\\Classes\\Interface\\{00000129-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b801285a @="IOleCacheControl" -[Software\\Classes\\Interface\\{00000129-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d093ea0 +[Software\\Classes\\Interface\\{00000129-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b801276a @="5" -[Software\\Classes\\Interface\\{00000129-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d093fea +[Software\\Classes\\Interface\\{00000129-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80128dc @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0000012A-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d094b8e +[Software\\Classes\\Interface\\{0000012A-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80135fc @="IContinue" -[Software\\Classes\\Interface\\{0000012A-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d094abc +[Software\\Classes\\Interface\\{0000012A-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8013502 @="4" -[Software\\Classes\\Interface\\{0000012A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d094c06 +[Software\\Classes\\Interface\\{0000012A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8013688 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000131-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0820b0 +[Software\\Classes\\Interface\\{00000131-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7ffebde @="IRemUnknown" -[Software\\Classes\\Interface\\{00000131-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d081fa2 +[Software\\Classes\\Interface\\{00000131-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7ffe90e @="6" -[Software\\Classes\\Interface\\{00000131-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d082150 +[Software\\Classes\\Interface\\{00000131-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ffec92 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000140-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d085bca +[Software\\Classes\\Interface\\{00000140-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80031fc @="IClassActivator" -[Software\\Classes\\Interface\\{00000140-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d085af8 +[Software\\Classes\\Interface\\{00000140-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80030da @="4" -[Software\\Classes\\Interface\\{00000140-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d085c38 +[Software\\Classes\\Interface\\{00000140-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800327e @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000142-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0824f2 +[Software\\Classes\\Interface\\{00000142-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7fff23c @="IRemUnknown2" -[Software\\Classes\\Interface\\{00000142-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d082420 +[Software\\Classes\\Interface\\{00000142-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7fff0fc @="7" -[Software\\Classes\\Interface\\{00000142-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08256a +[Software\\Classes\\Interface\\{00000142-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fff2f0 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}] 1460706472 -#time=1d196eb1d195e66 +[Software\\Classes\\Interface\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}] 1526460533 +#time=1d3ecf2b7f09e40 @="IWICFormatConverter" -[Software\\Classes\\Interface\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1460706472 -#time=1d196eb1d195d94 +[Software\\Classes\\Interface\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1526460533 +#time=1d3ecf2b7f09d50 @="10" -[Software\\Classes\\Interface\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d195ede +[Software\\Classes\\Interface\\{00000301-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f09ec2 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{00000302-A8F2-4877-BA0A-FD2B6645FB94}] 1460706472 -#time=1d196eb1d196a6e +[Software\\Classes\\Interface\\{00000302-A8F2-4877-BA0A-FD2B6645FB94}] 1526460533 +#time=1d3ecf2b7f0abe2 @="IWICBitmapScaler" -[Software\\Classes\\Interface\\{00000302-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1460706472 -#time=1d196eb1d196992 +[Software\\Classes\\Interface\\{00000302-A8F2-4877-BA0A-FD2B6645FB94}\\NumMethods] 1526460533 +#time=1d3ecf2b7f0aaf2 @="9" -[Software\\Classes\\Interface\\{00000302-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d196adc +[Software\\Classes\\Interface\\{00000302-A8F2-4877-BA0A-FD2B6645FB94}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0ac6e @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{00020400-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0ac770 +[Software\\Classes\\Interface\\{00020400-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd8b36 @="IDispatch" -[Software\\Classes\\Interface\\{00020400-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d09b024 +[Software\\Classes\\Interface\\{00020400-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc5252 @="7" -[Software\\Classes\\Interface\\{00020400-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0ac7e8 +[Software\\Classes\\Interface\\{00020400-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7bd8bb8 @="{00020420-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020400-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ac932 +[Software\\Classes\\Interface\\{00020400-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb955014 @="{00020420-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020401-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0acaf4 +[Software\\Classes\\Interface\\{00020401-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd8f50 @="ITypeInfo" -[Software\\Classes\\Interface\\{00020401-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d09bce0 +[Software\\Classes\\Interface\\{00020401-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc6030 @="22" -[Software\\Classes\\Interface\\{00020401-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0acb6c +[Software\\Classes\\Interface\\{00020401-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7bd8fd2 @="{00020422-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020401-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0accca +[Software\\Classes\\Interface\\{00020401-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb9553fc @="{00020422-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020402-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0acea0 +[Software\\Classes\\Interface\\{00020402-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd9356 @="ITypeLib" -[Software\\Classes\\Interface\\{00020402-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d09c4e2 +[Software\\Classes\\Interface\\{00020402-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc694a @="13" -[Software\\Classes\\Interface\\{00020402-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0acf18 +[Software\\Classes\\Interface\\{00020402-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7bd93d8 @="{00020423-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020402-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ad06c +[Software\\Classes\\Interface\\{00020402-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb9557e4 @="{00020423-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020403-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0ad242 +[Software\\Classes\\Interface\\{00020403-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd9752 @="ITypeComp" -[Software\\Classes\\Interface\\{00020403-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d09b8bc +[Software\\Classes\\Interface\\{00020403-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc5b76 @="5" -[Software\\Classes\\Interface\\{00020403-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0ad2ba +[Software\\Classes\\Interface\\{00020403-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7bd97de @="{00020425-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020403-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ad404 +[Software\\Classes\\Interface\\{00020403-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb955bcc @="{00020425-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020404-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0ad5ee +[Software\\Classes\\Interface\\{00020404-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bd9b4e @="IEnumVARIANT" -[Software\\Classes\\Interface\\{00020404-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d09b47a +[Software\\Classes\\Interface\\{00020404-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc56ee @="7" -[Software\\Classes\\Interface\\{00020404-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0ad65c +[Software\\Classes\\Interface\\{00020404-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7bd9bd0 @="{00020421-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020404-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ad7a6 +[Software\\Classes\\Interface\\{00020404-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb955fb4 @="{00020421-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020411-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d09c9b0 +[Software\\Classes\\Interface\\{00020411-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bc6ee0 @="ITypeLib2" -[Software\\Classes\\Interface\\{00020411-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d09c8d4 +[Software\\Classes\\Interface\\{00020411-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc6df0 @="17" -[Software\\Classes\\Interface\\{00020411-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ad9f4 +[Software\\Classes\\Interface\\{00020411-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb95622a @="{00020420-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00020412-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d09c1cc +[Software\\Classes\\Interface\\{00020412-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7bc65b2 @="ITypeInfo2" -[Software\\Classes\\Interface\\{00020412-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d09c0f0 +[Software\\Classes\\Interface\\{00020412-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc64b8 @="37" -[Software\\Classes\\Interface\\{00020412-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0adc24 +[Software\\Classes\\Interface\\{00020412-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb9564a0 @="{00020420-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000214E2-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce11c04 +[Software\\Classes\\Interface\\{000214E2-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8096560 @="IShellBrowser" -[Software\\Classes\\Interface\\{000214E2-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1ce11af6 +[Software\\Classes\\Interface\\{000214E2-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8096466 @="18" -[Software\\Classes\\Interface\\{000214E2-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce120b4 +[Software\\Classes\\Interface\\{000214E2-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80965e2 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{000214E3-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce0ed56 +[Software\\Classes\\Interface\\{000214E3-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8094e9a @="IShellView" -[Software\\Classes\\Interface\\{000214E3-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1ce0eb76 +[Software\\Classes\\Interface\\{000214E3-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8094daa @="16" -[Software\\Classes\\Interface\\{000214E3-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0ee6e +[Software\\Classes\\Interface\\{000214E3-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8094f26 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{000214E5-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce0e310 +[Software\\Classes\\Interface\\{000214E5-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8094a1c @="IShellIcon" -[Software\\Classes\\Interface\\{000214E5-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1ce0df5a +[Software\\Classes\\Interface\\{000214E5-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8094922 @="4" -[Software\\Classes\\Interface\\{000214E5-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0e4a0 +[Software\\Classes\\Interface\\{000214E5-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8094a9e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{000214E6-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce0a0a8 +[Software\\Classes\\Interface\\{000214E6-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b809210e @="IShellFolder" -[Software\\Classes\\Interface\\{000214E6-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1ce09f72 +[Software\\Classes\\Interface\\{000214E6-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8092014 @="13" -[Software\\Classes\\Interface\\{000214E6-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0a120 +[Software\\Classes\\Interface\\{000214E6-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8092190 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{000214EA-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce08fbe +[Software\\Classes\\Interface\\{000214EA-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8090e8a @="IPersistFolder" -[Software\\Classes\\Interface\\{000214EA-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1ce08eec +[Software\\Classes\\Interface\\{000214EA-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8090d9a @="5" -[Software\\Classes\\Interface\\{000214EA-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0902c +[Software\\Classes\\Interface\\{000214EA-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8090f16 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{000214EE-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce16222 +[Software\\Classes\\Interface\\{000214EE-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80969fc @="IShellLinkA" -[Software\\Classes\\Interface\\{000214EE-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1ce16060 +[Software\\Classes\\Interface\\{000214EE-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80968ee @="21" -[Software\\Classes\\Interface\\{000214EE-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce162e0 +[Software\\Classes\\Interface\\{000214EE-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8096a7e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{000214F1-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce16ee8 +[Software\\Classes\\Interface\\{000214F1-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8097794 @="ICommDlgBrowser" -[Software\\Classes\\Interface\\{000214F1-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1ce16de4 +[Software\\Classes\\Interface\\{000214F1-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b80976a4 @="6" -[Software\\Classes\\Interface\\{000214F1-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce16f60 +[Software\\Classes\\Interface\\{000214F1-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8097816 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{000214F2-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce09c16 +[Software\\Classes\\Interface\\{000214F2-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8091c68 @="IEnumIDList" -[Software\\Classes\\Interface\\{000214F2-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1ce09b44 +[Software\\Classes\\Interface\\{000214F2-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8091b6e @="7" -[Software\\Classes\\Interface\\{000214F2-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce09c84 +[Software\\Classes\\Interface\\{000214F2-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8091cf4 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{000214F9-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce166e6 +[Software\\Classes\\Interface\\{000214F9-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8096e8e @="IShellLinkW" -[Software\\Classes\\Interface\\{000214F9-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1ce1660a +[Software\\Classes\\Interface\\{000214F9-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8096d94 @="21" -[Software\\Classes\\Interface\\{000214F9-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce16754 +[Software\\Classes\\Interface\\{000214F9-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8096f10 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{0002DF05-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1cdb4ef0 +[Software\\Classes\\Interface\\{0002DF05-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7a8a522 @="IWebBrowserApp" -[Software\\Classes\\Interface\\{0002DF05-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb4cca +[Software\\Classes\\Interface\\{0002DF05-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8a1d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0002DF05-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb4e14 +[Software\\Classes\\Interface\\{0002DF05-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a8a39c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0002DF05-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1cdb4fd6 +[Software\\Classes\\Interface\\{0002DF05-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7a8a770 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{0002E000-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1cdff518 +[Software\\Classes\\Interface\\{0002E000-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b808515c @="IEnumGUID" -[Software\\Classes\\Interface\\{0002E000-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1cdff446 +[Software\\Classes\\Interface\\{0002E000-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8084f7c @="7" -[Software\\Classes\\Interface\\{0002E000-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdff586 +[Software\\Classes\\Interface\\{0002E000-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8085292 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{0002E011-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1cdff8ce +[Software\\Classes\\Interface\\{0002E011-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b80856f2 @="IEnumCATEGORYINFO" -[Software\\Classes\\Interface\\{0002E011-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1cdff806 +[Software\\Classes\\Interface\\{0002E011-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8085602 @="7" -[Software\\Classes\\Interface\\{0002E011-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdff93c +[Software\\Classes\\Interface\\{0002E011-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8085774 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{0002E012-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1ce00058 +[Software\\Classes\\Interface\\{0002E012-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8086016 @="ICatRegister" -[Software\\Classes\\Interface\\{0002E012-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1cdfff90 +[Software\\Classes\\Interface\\{0002E012-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8085f1c @="9" -[Software\\Classes\\Interface\\{0002E012-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce000c6 +[Software\\Classes\\Interface\\{0002E012-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80860a2 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{0002E013-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1cdffc98 +[Software\\Classes\\Interface\\{0002E013-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b8085b84 @="ICatInformation" -[Software\\Classes\\Interface\\{0002E013-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1cdffbc6 +[Software\\Classes\\Interface\\{0002E013-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b8085a94 @="9" -[Software\\Classes\\Interface\\{0002E013-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdffd06 +[Software\\Classes\\Interface\\{0002E013-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8085c06 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{000C101C-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03d4ec +[Software\\Classes\\Interface\\{000C101C-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af3aea @="IMsiServer" -[Software\\Classes\\Interface\\{000C101C-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d03d410 +[Software\\Classes\\Interface\\{000C101C-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7af39fa @="3" -[Software\\Classes\\Interface\\{000C101C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03d564 +[Software\\Classes\\Interface\\{000C101C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af3b76 @="{000C103E-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C101D-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03d906 +[Software\\Classes\\Interface\\{000C101D-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af3f68 @="IMsiMessage" -[Software\\Classes\\Interface\\{000C101D-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d03d802 +[Software\\Classes\\Interface\\{000C101D-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7af3e6e @="3" -[Software\\Classes\\Interface\\{000C101D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03d97e +[Software\\Classes\\Interface\\{000C101D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af3ff4 @="{000C103E-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1025-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03dd02 +[Software\\Classes\\Interface\\{000C1025-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af4418 @="IMsiCustomAction" -[Software\\Classes\\Interface\\{000C1025-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d03dc26 +[Software\\Classes\\Interface\\{000C1025-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7af431e @="3" -[Software\\Classes\\Interface\\{000C1025-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03dd70 +[Software\\Classes\\Interface\\{000C1025-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af449a @="{000C103E-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1033-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d03e0ea +[Software\\Classes\\Interface\\{000C1033-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af48a0 @="IMsiRemoteAPI" -[Software\\Classes\\Interface\\{000C1033-0000-0000-C000-000000000046}\\NumMethods] 1460706471 -#time=1d196eb1d03e00e +[Software\\Classes\\Interface\\{000C1033-0000-0000-C000-000000000046}\\NumMethods] 1526460533 +#time=1d3ecf2b7af47a6 @="3" -[Software\\Classes\\Interface\\{000C1033-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03e158 +[Software\\Classes\\Interface\\{000C1033-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af4922 @="{000C103E-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1090-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d040eee +[Software\\Classes\\Interface\\{000C1090-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af7c8a @="Installer" -[Software\\Classes\\Interface\\{000C1090-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d040cc8 +[Software\\Classes\\Interface\\{000C1090-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7af7a0a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1090-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d040e1c +[Software\\Classes\\Interface\\{000C1090-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af7b7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1090-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d041006 +[Software\\Classes\\Interface\\{000C1090-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7af7d98 @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C1093-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0414d4 +[Software\\Classes\\Interface\\{000C1093-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af831a @="Record" -[Software\\Classes\\Interface\\{000C1093-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0412b8 +[Software\\Classes\\Interface\\{000C1093-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7af80a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1093-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d041402 +[Software\\Classes\\Interface\\{000C1093-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af8220 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1093-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d0415c4 +[Software\\Classes\\Interface\\{000C1093-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7af8432 @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C1095-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d041a92 +[Software\\Classes\\Interface\\{000C1095-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af8c98 @="StringList" -[Software\\Classes\\Interface\\{000C1095-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d04186c +[Software\\Classes\\Interface\\{000C1095-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7af8838 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1095-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0419b6 +[Software\\Classes\\Interface\\{000C1095-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af8a7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1095-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d041b78 +[Software\\Classes\\Interface\\{000C1095-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7af8dba @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C1096-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d042050 +[Software\\Classes\\Interface\\{000C1096-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af9346 @="RecordList" -[Software\\Classes\\Interface\\{000C1096-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d041e16 +[Software\\Classes\\Interface\\{000C1096-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7af90c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1096-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d041f7e +[Software\\Classes\\Interface\\{000C1096-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af924c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C1096-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d042140 +[Software\\Classes\\Interface\\{000C1096-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7af9454 @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C109A-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d042604 +[Software\\Classes\\Interface\\{000C109A-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7af99d6 @="UIPreview" -[Software\\Classes\\Interface\\{000C109A-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0423e8 +[Software\\Classes\\Interface\\{000C109A-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7af9760 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d042532 +[Software\\Classes\\Interface\\{000C109A-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af98dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109A-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d0426ea +[Software\\Classes\\Interface\\{000C109A-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7af9ae4 @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C109B-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d042bb8 +[Software\\Classes\\Interface\\{000C109B-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7afa07a @="SummaryInfo" -[Software\\Classes\\Interface\\{000C109B-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d04299c +[Software\\Classes\\Interface\\{000C109B-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7af9de6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109B-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d042ae6 +[Software\\Classes\\Interface\\{000C109B-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af9f80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109B-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d042ca8 +[Software\\Classes\\Interface\\{000C109B-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7afa188 @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C109C-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d043194 +[Software\\Classes\\Interface\\{000C109C-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7afa700 @="View" -[Software\\Classes\\Interface\\{000C109C-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d042f6e +[Software\\Classes\\Interface\\{000C109C-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7afa48a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0430b8 +[Software\\Classes\\Interface\\{000C109C-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7afa606 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109C-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d04327a +[Software\\Classes\\Interface\\{000C109C-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7afa80e @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C109D-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d04378e +[Software\\Classes\\Interface\\{000C109D-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7afad86 @="Database" -[Software\\Classes\\Interface\\{000C109D-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d043568 +[Software\\Classes\\Interface\\{000C109D-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7afab1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0436bc +[Software\\Classes\\Interface\\{000C109D-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7afac96 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109D-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d04389c +[Software\\Classes\\Interface\\{000C109D-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7afae94 @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C109E-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d043d74 +[Software\\Classes\\Interface\\{000C109E-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7afb420 @="Session" -[Software\\Classes\\Interface\\{000C109E-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d043b58 +[Software\\Classes\\Interface\\{000C109E-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7afb1b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d043ca2 +[Software\\Classes\\Interface\\{000C109E-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7afb330 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109E-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d043e64 +[Software\\Classes\\Interface\\{000C109E-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7afb538 @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C109F-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d044328 +[Software\\Classes\\Interface\\{000C109F-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7afbab0 @="FeatureInfo" -[Software\\Classes\\Interface\\{000C109F-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d04410c +[Software\\Classes\\Interface\\{000C109F-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7afb83a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109F-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d044256 +[Software\\Classes\\Interface\\{000C109F-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7afb9c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C109F-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d04440e +[Software\\Classes\\Interface\\{000C109F-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7afbbbe @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C10A0-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d0448e6 +[Software\\Classes\\Interface\\{000C10A0-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7afc136 @="Product" -[Software\\Classes\\Interface\\{000C10A0-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0446b6 +[Software\\Classes\\Interface\\{000C10A0-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7afbec0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C10A0-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d044814 +[Software\\Classes\\Interface\\{000C10A0-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7afc046 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C10A0-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d0449d6 +[Software\\Classes\\Interface\\{000C10A0-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7afc262 @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{000C10A1-0000-0000-C000-000000000046}] 1460706471 -#time=1d196eb1d044e90 +[Software\\Classes\\Interface\\{000C10A1-0000-0000-C000-000000000046}] 1526460533 +#time=1d3ecf2b7afc7da @="Patch" -[Software\\Classes\\Interface\\{000C10A1-0000-0000-C000-000000000046}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d044c74 +[Software\\Classes\\Interface\\{000C10A1-0000-0000-C000-000000000046}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7afc56e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C10A1-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d044dbe +[Software\\Classes\\Interface\\{000C10A1-0000-0000-C000-000000000046}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7afc6ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{000C10A1-0000-0000-C000-000000000046}\\TypeLib] 1460706471 -#time=1d196eb1d044f76 +[Software\\Classes\\Interface\\{000C10A1-0000-0000-C000-000000000046}\\TypeLib] 1526460533 +#time=1d3ecf2b7afc8e8 @="{000C1092-0000-0000-C000-000000000046}" "Version"="1.0" -[Software\\Classes\\Interface\\{007D8A14-FDF3-363E-9A0B-FEC0618260A2}] 1460706649 -#time=1d196eb86f1dfa2 +[Software\\Classes\\Interface\\{007D8A14-FDF3-363E-9A0B-FEC0618260A2}] 1526460883 +#time=1d3ecf388a917ba @="_MethodBuilder" -[Software\\Classes\\Interface\\{007D8A14-FDF3-363E-9A0B-FEC0618260A2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1dbc4 +[Software\\Classes\\Interface\\{007D8A14-FDF3-363E-9A0B-FEC0618260A2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a91558 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{007D8A14-FDF3-363E-9A0B-FEC0618260A2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1de12 +[Software\\Classes\\Interface\\{007D8A14-FDF3-363E-9A0B-FEC0618260A2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a916ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{007D8A14-FDF3-363E-9A0B-FEC0618260A2}\\TypeLib] 1460706649 -#time=1d196eb86f1e196 +[Software\\Classes\\Interface\\{007D8A14-FDF3-363E-9A0B-FEC0618260A2}\\TypeLib] 1526460883 +#time=1d3ecf388a918d2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{00855B90-CE1B-11D0-BD4F-00A0C911CE86}] 1460706471 -#time=1d196eb1d0db28c +[Software\\Classes\\Interface\\{00855B90-CE1B-11D0-BD4F-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7b0ea48 @="IFileSinkFilter2" -[Software\\Classes\\Interface\\{00855B90-CE1B-11D0-BD4F-00A0C911CE86}\\NumMethods] 1460706471 -#time=1d196eb1d0db1ba +[Software\\Classes\\Interface\\{00855B90-CE1B-11D0-BD4F-00A0C911CE86}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0e958 @="7" -[Software\\Classes\\Interface\\{00855B90-CE1B-11D0-BD4F-00A0C911CE86}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0db304 +[Software\\Classes\\Interface\\{00855B90-CE1B-11D0-BD4F-00A0C911CE86}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0eaca @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{00A358D4-4D58-3B9D-8FB6-FB7F6BC1713B}] 1460706649 -#time=1d196eb86f0d45e +[Software\\Classes\\Interface\\{00A358D4-4D58-3B9D-8FB6-FB7F6BC1713B}] 1526460883 +#time=1d3ecf388a88458 @="IDynamicProperty" -[Software\\Classes\\Interface\\{00A358D4-4D58-3B9D-8FB6-FB7F6BC1713B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f0cf40 +[Software\\Classes\\Interface\\{00A358D4-4D58-3B9D-8FB6-FB7F6BC1713B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a881d8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00A358D4-4D58-3B9D-8FB6-FB7F6BC1713B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f0d256 +[Software\\Classes\\Interface\\{00A358D4-4D58-3B9D-8FB6-FB7F6BC1713B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a88368 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00A358D4-4D58-3B9D-8FB6-FB7F6BC1713B}\\TypeLib] 1460706649 -#time=1d196eb86f0d71a +[Software\\Classes\\Interface\\{00A358D4-4D58-3B9D-8FB6-FB7F6BC1713B}\\TypeLib] 1526460883 +#time=1d3ecf388a88566 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{00ADB003-BDE9-45C6-8E29-D09F9353E108}] 1460706471 -#time=1d196eb1ce21690 +[Software\\Classes\\Interface\\{00ADB003-BDE9-45C6-8E29-D09F9353E108}] 1526460533 +#time=1d3ecf2b80a21ee @="ITransferSource" -[Software\\Classes\\Interface\\{00ADB003-BDE9-45C6-8E29-D09F9353E108}\\NumMethods] 1460706471 -#time=1d196eb1ce215b4 +[Software\\Classes\\Interface\\{00ADB003-BDE9-45C6-8E29-D09F9353E108}\\NumMethods] 1526460533 +#time=1d3ecf2b80a20fe @="16" -[Software\\Classes\\Interface\\{00ADB003-BDE9-45C6-8E29-D09F9353E108}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce21708 +[Software\\Classes\\Interface\\{00ADB003-BDE9-45C6-8E29-D09F9353E108}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a227a @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{00AE8203-987D-3B7E-9448-5B3393282D7F}] 1460706650 -#time=1d196eb87abd5ce +[Software\\Classes\\Interface\\{00AE8203-987D-3B7E-9448-5B3393282D7F}] 1526460884 +#time=1d3ecf389558248 @="_Label" -[Software\\Classes\\Interface\\{00AE8203-987D-3B7E-9448-5B3393282D7F}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abd1fa +[Software\\Classes\\Interface\\{00AE8203-987D-3B7E-9448-5B3393282D7F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389557f46 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00AE8203-987D-3B7E-9448-5B3393282D7F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abd4b6 +[Software\\Classes\\Interface\\{00AE8203-987D-3B7E-9448-5B3393282D7F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389558126 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{00AE8203-987D-3B7E-9448-5B3393282D7F}\\TypeLib] 1460706650 -#time=1d196eb87abd6f0 +[Software\\Classes\\Interface\\{00AE8203-987D-3B7E-9448-5B3393282D7F}\\TypeLib] 1526460884 +#time=1d3ecf3895583b0 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{010FC1D0-3EF9-3F3B-AA0A-B78A1FF83A37}] 1460706649 -#time=1d196eb86f7d3da +[Software\\Classes\\Interface\\{010FC1D0-3EF9-3F3B-AA0A-B78A1FF83A37}] 1526460883 +#time=1d3ecf388af78f8 @="_UTF8Encoding" -[Software\\Classes\\Interface\\{010FC1D0-3EF9-3F3B-AA0A-B78A1FF83A37}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7d1d2 +[Software\\Classes\\Interface\\{010FC1D0-3EF9-3F3B-AA0A-B78A1FF83A37}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af768c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{010FC1D0-3EF9-3F3B-AA0A-B78A1FF83A37}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7d308 +[Software\\Classes\\Interface\\{010FC1D0-3EF9-3F3B-AA0A-B78A1FF83A37}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af7808 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{010FC1D0-3EF9-3F3B-AA0A-B78A1FF83A37}\\TypeLib] 1460706649 -#time=1d196eb86f7d4d4 +[Software\\Classes\\Interface\\{010FC1D0-3EF9-3F3B-AA0A-B78A1FF83A37}\\TypeLib] 1526460883 +#time=1d3ecf388af7a56 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{011A90C5-4910-3C29-BBB7-50D05CCBAA4A}] 1460706649 -#time=1d196eb86f49594 +[Software\\Classes\\Interface\\{011A90C5-4910-3C29-BBB7-50D05CCBAA4A}] 1526460883 +#time=1d3ecf388abe59e @="_Version" -[Software\\Classes\\Interface\\{011A90C5-4910-3C29-BBB7-50D05CCBAA4A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4936e +[Software\\Classes\\Interface\\{011A90C5-4910-3C29-BBB7-50D05CCBAA4A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abe346 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{011A90C5-4910-3C29-BBB7-50D05CCBAA4A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f494ae +[Software\\Classes\\Interface\\{011A90C5-4910-3C29-BBB7-50D05CCBAA4A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abe4b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{011A90C5-4910-3C29-BBB7-50D05CCBAA4A}\\TypeLib] 1460706649 -#time=1d196eb86f4968e +[Software\\Classes\\Interface\\{011A90C5-4910-3C29-BBB7-50D05CCBAA4A}\\TypeLib] 1526460883 +#time=1d3ecf388abe6b6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{012DD920-7B26-11D0-8CA9-00A0C92DBFE8}] 1460706471 -#time=1d196eb1ce17d8e +[Software\\Classes\\Interface\\{012DD920-7B26-11D0-8CA9-00A0C92DBFE8}] 1526460533 +#time=1d3ecf2b8098554 @="IDockingWindow" -[Software\\Classes\\Interface\\{012DD920-7B26-11D0-8CA9-00A0C92DBFE8}\\NumMethods] 1460706471 -#time=1d196eb1ce17cb2 +[Software\\Classes\\Interface\\{012DD920-7B26-11D0-8CA9-00A0C92DBFE8}\\NumMethods] 1526460533 +#time=1d3ecf2b809845a @="8" -[Software\\Classes\\Interface\\{012DD920-7B26-11D0-8CA9-00A0C92DBFE8}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce17e06 +[Software\\Classes\\Interface\\{012DD920-7B26-11D0-8CA9-00A0C92DBFE8}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80985e0 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{01364E7B-C983-3651-B7D8-FD1B64FC0E00}] 1460706649 -#time=1d196eb86f5d896 +[Software\\Classes\\Interface\\{01364E7B-C983-3651-B7D8-FD1B64FC0E00}] 1526460883 +#time=1d3ecf388ad41c8 @="_SymLanguageVendor" -[Software\\Classes\\Interface\\{01364E7B-C983-3651-B7D8-FD1B64FC0E00}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5d698 +[Software\\Classes\\Interface\\{01364E7B-C983-3651-B7D8-FD1B64FC0E00}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad3f66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{01364E7B-C983-3651-B7D8-FD1B64FC0E00}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5d7d8 +[Software\\Classes\\Interface\\{01364E7B-C983-3651-B7D8-FD1B64FC0E00}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad40d8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{01364E7B-C983-3651-B7D8-FD1B64FC0E00}\\TypeLib] 1460706649 -#time=1d196eb86f5d990 +[Software\\Classes\\Interface\\{01364E7B-C983-3651-B7D8-FD1B64FC0E00}\\TypeLib] 1526460883 +#time=1d3ecf388ad42e0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{015E9F67-337C-398A-A0C1-DA4AF1905571}] 1460706649 -#time=1d196eb86f74b22 +[Software\\Classes\\Interface\\{015E9F67-337C-398A-A0C1-DA4AF1905571}] 1526460883 +#time=1d3ecf388aedf1a @="_DateTimeFormatInfo" -[Software\\Classes\\Interface\\{015E9F67-337C-398A-A0C1-DA4AF1905571}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f74910 +[Software\\Classes\\Interface\\{015E9F67-337C-398A-A0C1-DA4AF1905571}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aedc7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{015E9F67-337C-398A-A0C1-DA4AF1905571}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f74a50 +[Software\\Classes\\Interface\\{015E9F67-337C-398A-A0C1-DA4AF1905571}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aede16 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{015E9F67-337C-398A-A0C1-DA4AF1905571}\\TypeLib] 1460706649 -#time=1d196eb86f74c26 +[Software\\Classes\\Interface\\{015E9F67-337C-398A-A0C1-DA4AF1905571}\\TypeLib] 1526460883 +#time=1d3ecf388aee050 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{016FE2EC-B2C8-45F8-B23B-39E53A75396B}] 1460706472 -#time=1d196eb1d1b4bae +[Software\\Classes\\Interface\\{016FE2EC-B2C8-45F8-B23B-39E53A75396B}] 1526460533 +#time=1d3ecf2b80b0a46 @="IWinHttpRequest" -[Software\\Classes\\Interface\\{016FE2EC-B2C8-45F8-B23B-39E53A75396B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1b479e +[Software\\Classes\\Interface\\{016FE2EC-B2C8-45F8-B23B-39E53A75396B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b80b07c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{016FE2EC-B2C8-45F8-B23B-39E53A75396B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1b4a82 +[Software\\Classes\\Interface\\{016FE2EC-B2C8-45F8-B23B-39E53A75396B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80b094c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{016FE2EC-B2C8-45F8-B23B-39E53A75396B}\\TypeLib] 1460706472 -#time=1d196eb1d1b4cf8 +[Software\\Classes\\Interface\\{016FE2EC-B2C8-45F8-B23B-39E53A75396B}\\TypeLib] 1526460533 +#time=1d3ecf2b80b0b54 @="{662901FC-6951-4854-9EB2-D9A2570F2B2E}" "Version"="5.1" -[Software\\Classes\\Interface\\{01AFD447-60CA-3B67-803A-E57B727F3A5B}] 1460706649 -#time=1d196eb86f86f2a +[Software\\Classes\\Interface\\{01AFD447-60CA-3B67-803A-E57B727F3A5B}] 1526460883 +#time=1d3ecf388aff1c0 @="_ApplicationTrustEnumerator" -[Software\\Classes\\Interface\\{01AFD447-60CA-3B67-803A-E57B727F3A5B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8673c +[Software\\Classes\\Interface\\{01AFD447-60CA-3B67-803A-E57B727F3A5B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afef5e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{01AFD447-60CA-3B67-803A-E57B727F3A5B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f86c82 +[Software\\Classes\\Interface\\{01AFD447-60CA-3B67-803A-E57B727F3A5B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aff0d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{01AFD447-60CA-3B67-803A-E57B727F3A5B}\\TypeLib] 1460706649 -#time=1d196eb86f8731c +[Software\\Classes\\Interface\\{01AFD447-60CA-3B67-803A-E57B727F3A5B}\\TypeLib] 1526460883 +#time=1d3ecf388aff2d8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{01B7BD23-FB88-4A77-8490-5891D3E4653A}] 1460706471 -#time=1d196eb1d0cc70a +[Software\\Classes\\Interface\\{01B7BD23-FB88-4A77-8490-5891D3E4653A}] 1526460533 +#time=1d3ecf2b7fd92c6 @="IBackgroundCopyFile" -[Software\\Classes\\Interface\\{01B7BD23-FB88-4A77-8490-5891D3E4653A}\\NumMethods] 1460706471 -#time=1d196eb1d0cc606 +[Software\\Classes\\Interface\\{01B7BD23-FB88-4A77-8490-5891D3E4653A}\\NumMethods] 1526460533 +#time=1d3ecf2b7fd91c2 @="6" -[Software\\Classes\\Interface\\{01B7BD23-FB88-4A77-8490-5891D3E4653A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0cc78c +[Software\\Classes\\Interface\\{01B7BD23-FB88-4A77-8490-5891D3E4653A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fd9348 @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{01E44665-24AC-101B-84ED-08002B2EC713}] 1460706471 -#time=1d196eb1d0a3224 +[Software\\Classes\\Interface\\{01E44665-24AC-101B-84ED-08002B2EC713}] 1526460533 +#time=1d3ecf2b7bce492 @="IPropertyPage2" -[Software\\Classes\\Interface\\{01E44665-24AC-101B-84ED-08002B2EC713}\\NumMethods] 1460706471 -#time=1d196eb1d0a30f8 +[Software\\Classes\\Interface\\{01E44665-24AC-101B-84ED-08002B2EC713}\\NumMethods] 1526460533 +#time=1d3ecf2b7bce3a2 @="15" -[Software\\Classes\\Interface\\{01E44665-24AC-101B-84ED-08002B2EC713}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a32a6 +[Software\\Classes\\Interface\\{01E44665-24AC-101B-84ED-08002B2EC713}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bce514 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{021E6F47-2241-30DE-9730-A8A1BDF484E2}] 1460706650 -#time=1d196eb8753b484 +[Software\\Classes\\Interface\\{021E6F47-2241-30DE-9730-A8A1BDF484E2}] 1526460884 +#time=1d3ecf3890572c6 @="_SecurityCallContext" -[Software\\Classes\\Interface\\{021E6F47-2241-30DE-9730-A8A1BDF484E2}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753b24a +[Software\\Classes\\Interface\\{021E6F47-2241-30DE-9730-A8A1BDF484E2}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389057032 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{021E6F47-2241-30DE-9730-A8A1BDF484E2}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753b3b2 +[Software\\Classes\\Interface\\{021E6F47-2241-30DE-9730-A8A1BDF484E2}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3890571e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{021E6F47-2241-30DE-9730-A8A1BDF484E2}\\TypeLib] 1460706650 -#time=1d196eb8753b588 +[Software\\Classes\\Interface\\{021E6F47-2241-30DE-9730-A8A1BDF484E2}\\TypeLib] 1526460884 +#time=1d3ecf3890573e8 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{0278C819-0C06-3756-B053-601A3E566D9B}] 1460706649 -#time=1d196eb86fb6fd6 +[Software\\Classes\\Interface\\{0278C819-0C06-3756-B053-601A3E566D9B}] 1526460883 +#time=1d3ecf388b34190 @="_IsVolatile" -[Software\\Classes\\Interface\\{0278C819-0C06-3756-B053-601A3E566D9B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb6dc4 +[Software\\Classes\\Interface\\{0278C819-0C06-3756-B053-601A3E566D9B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b33e48 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0278C819-0C06-3756-B053-601A3E566D9B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb6f04 +[Software\\Classes\\Interface\\{0278C819-0C06-3756-B053-601A3E566D9B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b34014 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0278C819-0C06-3756-B053-601A3E566D9B}\\TypeLib] 1460706649 -#time=1d196eb86fb70d0 +[Software\\Classes\\Interface\\{0278C819-0C06-3756-B053-601A3E566D9B}\\TypeLib] 1526460883 +#time=1d3ecf388b342ee @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{027C036A-4052-3821-85DE-B53319DF1211}] 1460706649 -#time=1d196eb86edbfd0 +[Software\\Classes\\Interface\\{027C036A-4052-3821-85DE-B53319DF1211}] 1526460883 +#time=1d3ecf388a65f5c @="ISymbolBinder1" -[Software\\Classes\\Interface\\{027C036A-4052-3821-85DE-B53319DF1211}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edbd96 +[Software\\Classes\\Interface\\{027C036A-4052-3821-85DE-B53319DF1211}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a65cfa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{027C036A-4052-3821-85DE-B53319DF1211}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edbefe +[Software\\Classes\\Interface\\{027C036A-4052-3821-85DE-B53319DF1211}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a65e6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{027C036A-4052-3821-85DE-B53319DF1211}\\TypeLib] 1460706649 -#time=1d196eb86edc0ca +[Software\\Classes\\Interface\\{027C036A-4052-3821-85DE-B53319DF1211}\\TypeLib] 1526460883 +#time=1d3ecf388a66074 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{02820E19-7B98-4ED2-B2E8-FDCCCEFF619B}] 1460706471 -#time=1d196eb1d15134c +[Software\\Classes\\Interface\\{02820E19-7B98-4ED2-B2E8-FDCCCEFF619B}] 1526460533 +#time=1d3ecf2b7d62cc2 @="IActionCollection" -[Software\\Classes\\Interface\\{02820E19-7B98-4ED2-B2E8-FDCCCEFF619B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d151108 +[Software\\Classes\\Interface\\{02820E19-7B98-4ED2-B2E8-FDCCCEFF619B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d62a4c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{02820E19-7B98-4ED2-B2E8-FDCCCEFF619B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d151270 +[Software\\Classes\\Interface\\{02820E19-7B98-4ED2-B2E8-FDCCCEFF619B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d62bc8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{02820E19-7B98-4ED2-B2E8-FDCCCEFF619B}\\TypeLib] 1460706471 -#time=1d196eb1d151432 +[Software\\Classes\\Interface\\{02820E19-7B98-4ED2-B2E8-FDCCCEFF619B}\\TypeLib] 1526460533 +#time=1d3ecf2b7d62dd0 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{028212A3-B627-47E9-8856-C14265554E4F}] 1460706471 -#time=1d196eb1ce1c29e +[Software\\Classes\\Interface\\{028212A3-B627-47E9-8856-C14265554E4F}] 1526460533 +#time=1d3ecf2b809bc0e @="INameSpaceTreeControl" -[Software\\Classes\\Interface\\{028212A3-B627-47E9-8856-C14265554E4F}\\NumMethods] 1460706471 -#time=1d196eb1ce1c168 +[Software\\Classes\\Interface\\{028212A3-B627-47E9-8856-C14265554E4F}\\NumMethods] 1526460533 +#time=1d3ecf2b809bb14 @="22" -[Software\\Classes\\Interface\\{028212A3-B627-47E9-8856-C14265554E4F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1c348 +[Software\\Classes\\Interface\\{028212A3-B627-47E9-8856-C14265554E4F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809bc90 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{02D1BD78-3BB6-37AD-A9F8-F7D5DA273E4E}] 1460706649 -#time=1d196eb86ff52d6 +[Software\\Classes\\Interface\\{02D1BD78-3BB6-37AD-A9F8-F7D5DA273E4E}] 1526460883 +#time=1d3ecf388b77224 @="_ServerFault" -[Software\\Classes\\Interface\\{02D1BD78-3BB6-37AD-A9F8-F7D5DA273E4E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff4f70 +[Software\\Classes\\Interface\\{02D1BD78-3BB6-37AD-A9F8-F7D5DA273E4E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b76fc2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{02D1BD78-3BB6-37AD-A9F8-F7D5DA273E4E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff51f0 +[Software\\Classes\\Interface\\{02D1BD78-3BB6-37AD-A9F8-F7D5DA273E4E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b77134 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{02D1BD78-3BB6-37AD-A9F8-F7D5DA273E4E}\\TypeLib] 1460706649 -#time=1d196eb86ff53ee +[Software\\Classes\\Interface\\{02D1BD78-3BB6-37AD-A9F8-F7D5DA273E4E}\\TypeLib] 1526460883 +#time=1d3ecf388b7733c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{02EFD952-FF8C-3B72-8C33-739A506D53D9}] 1460706650 -#time=1d196eb877dc85a +[Software\\Classes\\Interface\\{02EFD952-FF8C-3B72-8C33-739A506D53D9}] 1526460884 +#time=1d3ecf3892a6b9e @="_CodeAttributeArgument" -[Software\\Classes\\Interface\\{02EFD952-FF8C-3B72-8C33-739A506D53D9}\\ProxyStubClsid] 1460706650 -#time=1d196eb877dc616 +[Software\\Classes\\Interface\\{02EFD952-FF8C-3B72-8C33-739A506D53D9}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a67c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{02EFD952-FF8C-3B72-8C33-739A506D53D9}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877dc77e +[Software\\Classes\\Interface\\{02EFD952-FF8C-3B72-8C33-739A506D53D9}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a6a22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{02EFD952-FF8C-3B72-8C33-739A506D53D9}\\TypeLib] 1460706650 -#time=1d196eb877dc95e +[Software\\Classes\\Interface\\{02EFD952-FF8C-3B72-8C33-739A506D53D9}\\TypeLib] 1526460884 +#time=1d3ecf3892a6d88 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{03022430-ABC4-11D0-BDE2-00AA001A1953}] 1460706471 -#time=1d196eb1d097f50 +[Software\\Classes\\Interface\\{03022430-ABC4-11D0-BDE2-00AA001A1953}] 1526460533 +#time=1d3ecf2b7cfa212 @="IAccessibleHandler" -[Software\\Classes\\Interface\\{03022430-ABC4-11D0-BDE2-00AA001A1953}\\NumMethods] 1460706471 -#time=1d196eb1d097e74 +[Software\\Classes\\Interface\\{03022430-ABC4-11D0-BDE2-00AA001A1953}\\NumMethods] 1526460533 +#time=1d3ecf2b7cfa10e @="4" -[Software\\Classes\\Interface\\{03022430-ABC4-11D0-BDE2-00AA001A1953}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d097fc8 +[Software\\Classes\\Interface\\{03022430-ABC4-11D0-BDE2-00AA001A1953}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7cfa294 @="{03022430-ABC4-11D0-BDE2-00AA001A1953}" -[Software\\Classes\\Interface\\{0326D857-F842-30D0-BD12-01BFB1D2F17A}] 1460706650 -#time=1d196eb87537eb0 +[Software\\Classes\\Interface\\{0326D857-F842-30D0-BD12-01BFB1D2F17A}] 1526460884 +#time=1d3ecf389052a82 @="_ContextUtil" -[Software\\Classes\\Interface\\{0326D857-F842-30D0-BD12-01BFB1D2F17A}\\ProxyStubClsid] 1460706650 -#time=1d196eb87537c94 +[Software\\Classes\\Interface\\{0326D857-F842-30D0-BD12-01BFB1D2F17A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3890526f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0326D857-F842-30D0-BD12-01BFB1D2F17A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87537dde +[Software\\Classes\\Interface\\{0326D857-F842-30D0-BD12-01BFB1D2F17A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389052956 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0326D857-F842-30D0-BD12-01BFB1D2F17A}\\TypeLib] 1460706650 -#time=1d196eb87537fb4 +[Software\\Classes\\Interface\\{0326D857-F842-30D0-BD12-01BFB1D2F17A}\\TypeLib] 1526460884 +#time=1d3ecf389052c8a @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{032AAC35-8C0E-4D9D-979F-E3B702935576}] 1460706471 -#time=1d196eb1cd4a2ee +[Software\\Classes\\Interface\\{032AAC35-8C0E-4D9D-979F-E3B702935576}] 1526460533 +#time=1d3ecf2b796b9ca @="IVBSAXLexicalHandler" -[Software\\Classes\\Interface\\{032AAC35-8C0E-4D9D-979F-E3B702935576}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4a0e6 +[Software\\Classes\\Interface\\{032AAC35-8C0E-4D9D-979F-E3B702935576}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796b70e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{032AAC35-8C0E-4D9D-979F-E3B702935576}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4a226 +[Software\\Classes\\Interface\\{032AAC35-8C0E-4D9D-979F-E3B702935576}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796b8d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{032AAC35-8C0E-4D9D-979F-E3B702935576}\\TypeLib] 1460706605 -#time=1d196eb6c62a3e2 +[Software\\Classes\\Interface\\{032AAC35-8C0E-4D9D-979F-E3B702935576}\\TypeLib] 1528075957 +#time=1d3fba3eb80696a @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{03973551-57A1-3900-A2B5-9083E3FF2943}] 1460706649 -#time=1d196eb86ed424e +[Software\\Classes\\Interface\\{03973551-57A1-3900-A2B5-9083E3FF2943}] 1526460883 +#time=1d3ecf388a5dd66 @="_Activator" -[Software\\Classes\\Interface\\{03973551-57A1-3900-A2B5-9083E3FF2943}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed3f56 +[Software\\Classes\\Interface\\{03973551-57A1-3900-A2B5-9083E3FF2943}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5dac8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{03973551-57A1-3900-A2B5-9083E3FF2943}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed417c +[Software\\Classes\\Interface\\{03973551-57A1-3900-A2B5-9083E3FF2943}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5dc62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{03973551-57A1-3900-A2B5-9083E3FF2943}\\TypeLib] 1460706649 -#time=1d196eb86ed435c +[Software\\Classes\\Interface\\{03973551-57A1-3900-A2B5-9083E3FF2943}\\TypeLib] 1526460883 +#time=1d3ecf388a5dea6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{03EC7D10-17A5-3585-9A2E-0596FCAC3870}] 1460706649 -#time=1d196eb86f151b8 +[Software\\Classes\\Interface\\{03EC7D10-17A5-3585-9A2E-0596FCAC3870}] 1526460883 +#time=1d3ecf388a8c6b6 @="ITrackingHandler" -[Software\\Classes\\Interface\\{03EC7D10-17A5-3585-9A2E-0596FCAC3870}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f14cd6 +[Software\\Classes\\Interface\\{03EC7D10-17A5-3585-9A2E-0596FCAC3870}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8c45e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{03EC7D10-17A5-3585-9A2E-0596FCAC3870}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f14f9c +[Software\\Classes\\Interface\\{03EC7D10-17A5-3585-9A2E-0596FCAC3870}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8c5c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{03EC7D10-17A5-3585-9A2E-0596FCAC3870}\\TypeLib] 1460706649 -#time=1d196eb86f153fc +[Software\\Classes\\Interface\\{03EC7D10-17A5-3585-9A2E-0596FCAC3870}\\TypeLib] 1526460883 +#time=1d3ecf388a8c7d8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0422B845-B636-3688-8F61-9B6D93096336}] 1460706649 -#time=1d196eb86f532ba +[Software\\Classes\\Interface\\{0422B845-B636-3688-8F61-9B6D93096336}] 1526460883 +#time=1d3ecf388ac88e6 @="_CaseInsensitiveHashCodeProvider" -[Software\\Classes\\Interface\\{0422B845-B636-3688-8F61-9B6D93096336}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5308a +[Software\\Classes\\Interface\\{0422B845-B636-3688-8F61-9B6D93096336}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac868e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0422B845-B636-3688-8F61-9B6D93096336}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f531e8 +[Software\\Classes\\Interface\\{0422B845-B636-3688-8F61-9B6D93096336}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac8800 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0422B845-B636-3688-8F61-9B6D93096336}\\TypeLib] 1460706649 -#time=1d196eb86f533b4 +[Software\\Classes\\Interface\\{0422B845-B636-3688-8F61-9B6D93096336}\\TypeLib] 1526460883 +#time=1d3ecf388ac89fe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{042B5200-4317-3E4D-B653-7E9A08F1A5F2}] 1460706649 -#time=1d196eb86f04494 +[Software\\Classes\\Interface\\{042B5200-4317-3E4D-B653-7E9A08F1A5F2}] 1526460883 +#time=1d3ecf388a8416e @="IServerFormatterSinkProvider" -[Software\\Classes\\Interface\\{042B5200-4317-3E4D-B653-7E9A08F1A5F2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f04052 +[Software\\Classes\\Interface\\{042B5200-4317-3E4D-B653-7E9A08F1A5F2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a83f0c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{042B5200-4317-3E4D-B653-7E9A08F1A5F2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f04304 +[Software\\Classes\\Interface\\{042B5200-4317-3E4D-B653-7E9A08F1A5F2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a84088 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{042B5200-4317-3E4D-B653-7E9A08F1A5F2}\\TypeLib] 1460706649 -#time=1d196eb86f04674 +[Software\\Classes\\Interface\\{042B5200-4317-3E4D-B653-7E9A08F1A5F2}\\TypeLib] 1526460883 +#time=1d3ecf388a84290 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{04311D35-75EC-347B-BEDF-969487CE4014}] 1460706649 -#time=1d196eb86f61298 +[Software\\Classes\\Interface\\{04311D35-75EC-347B-BEDF-969487CE4014}] 1526460883 +#time=1d3ecf388ad84a8 @="_AssemblyDefaultAliasAttribute" -[Software\\Classes\\Interface\\{04311D35-75EC-347B-BEDF-969487CE4014}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6107c +[Software\\Classes\\Interface\\{04311D35-75EC-347B-BEDF-969487CE4014}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad8250 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{04311D35-75EC-347B-BEDF-969487CE4014}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f611c6 +[Software\\Classes\\Interface\\{04311D35-75EC-347B-BEDF-969487CE4014}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad83b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{04311D35-75EC-347B-BEDF-969487CE4014}\\TypeLib] 1460706649 -#time=1d196eb86f613b0 +[Software\\Classes\\Interface\\{04311D35-75EC-347B-BEDF-969487CE4014}\\TypeLib] 1526460883 +#time=1d3ecf388ad85ca @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0451C390-1F90-341D-9278-B9FF2636D67D}] 1460706650 -#time=1d196eb877fc36c +[Software\\Classes\\Interface\\{0451C390-1F90-341D-9278-B9FF2636D67D}] 1526460884 +#time=1d3ecf3892dcd8e @="_ComponentChangedEventHandler" -[Software\\Classes\\Interface\\{0451C390-1F90-341D-9278-B9FF2636D67D}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fc11e +[Software\\Classes\\Interface\\{0451C390-1F90-341D-9278-B9FF2636D67D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892dcabe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0451C390-1F90-341D-9278-B9FF2636D67D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fc290 +[Software\\Classes\\Interface\\{0451C390-1F90-341D-9278-B9FF2636D67D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892dcc6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0451C390-1F90-341D-9278-B9FF2636D67D}\\TypeLib] 1460706650 -#time=1d196eb877fc47a +[Software\\Classes\\Interface\\{0451C390-1F90-341D-9278-B9FF2636D67D}\\TypeLib] 1526460884 +#time=1d3ecf3892dcee2 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{04A35D22-0B08-34E7-A573-88EF2374375E}] 1460706649 -#time=1d196eb86fe09ee +[Software\\Classes\\Interface\\{04A35D22-0B08-34E7-A573-88EF2374375E}] 1526460883 +#time=1d3ecf388b6275c @="_MessageSurrogateFilter" -[Software\\Classes\\Interface\\{04A35D22-0B08-34E7-A573-88EF2374375E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe07e6 +[Software\\Classes\\Interface\\{04A35D22-0B08-34E7-A573-88EF2374375E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b624fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{04A35D22-0B08-34E7-A573-88EF2374375E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe0926 +[Software\\Classes\\Interface\\{04A35D22-0B08-34E7-A573-88EF2374375E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6266c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{04A35D22-0B08-34E7-A573-88EF2374375E}\\TypeLib] 1460706649 -#time=1d196eb86fe0af2 +[Software\\Classes\\Interface\\{04A35D22-0B08-34E7-A573-88EF2374375E}\\TypeLib] 1526460883 +#time=1d3ecf388b62874 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{04B0F1A7-9490-44BC-96E1-4296A31252E2}] 1460706471 -#time=1d196eb1ce1e49a +[Software\\Classes\\Interface\\{04B0F1A7-9490-44BC-96E1-4296A31252E2}] 1526460533 +#time=1d3ecf2b809d860 @="IFileOperationProgressSink" -[Software\\Classes\\Interface\\{04B0F1A7-9490-44BC-96E1-4296A31252E2}\\NumMethods] 1460706471 -#time=1d196eb1ce1e364 +[Software\\Classes\\Interface\\{04B0F1A7-9490-44BC-96E1-4296A31252E2}\\NumMethods] 1526460533 +#time=1d3ecf2b809d770 @="19" -[Software\\Classes\\Interface\\{04B0F1A7-9490-44BC-96E1-4296A31252E2}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1e54e +[Software\\Classes\\Interface\\{04B0F1A7-9490-44BC-96E1-4296A31252E2}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809d8ec @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{04C6BE1E-1DB1-4058-AB7A-700CCCFBF254}] 1460706649 -#time=1d196eb86b68db2 +[Software\\Classes\\Interface\\{04C6BE1E-1DB1-4058-AB7A-700CCCFBF254}] 1526460883 +#time=1d3ecf388743cb6 @="ICatalogServices" -[Software\\Classes\\Interface\\{04C6BE1E-1DB1-4058-AB7A-700CCCFBF254}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b68b78 +[Software\\Classes\\Interface\\{04C6BE1E-1DB1-4058-AB7A-700CCCFBF254}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38874391e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{04C6BE1E-1DB1-4058-AB7A-700CCCFBF254}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b68cb8 +[Software\\Classes\\Interface\\{04C6BE1E-1DB1-4058-AB7A-700CCCFBF254}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388743b1c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{04C6BE1E-1DB1-4058-AB7A-700CCCFBF254}\\TypeLib] 1460706649 -#time=1d196eb86b68eb6 +[Software\\Classes\\Interface\\{04C6BE1E-1DB1-4058-AB7A-700CCCFBF254}\\TypeLib] 1526460883 +#time=1d3ecf388743ec8 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{05192769-7D6A-3C8C-94C2-DFA668F61088}] 1460706650 -#time=1d196eb877eb4c2 +[Software\\Classes\\Interface\\{05192769-7D6A-3C8C-94C2-DFA668F61088}] 1526460884 +#time=1d3ecf3892c698a @="_CodeParameterDeclarationExpressionCollection" -[Software\\Classes\\Interface\\{05192769-7D6A-3C8C-94C2-DFA668F61088}\\ProxyStubClsid] 1460706650 -#time=1d196eb877eb2b0 +[Software\\Classes\\Interface\\{05192769-7D6A-3C8C-94C2-DFA668F61088}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c6656 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05192769-7D6A-3C8C-94C2-DFA668F61088}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877eb3f0 +[Software\\Classes\\Interface\\{05192769-7D6A-3C8C-94C2-DFA668F61088}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c6840 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05192769-7D6A-3C8C-94C2-DFA668F61088}\\TypeLib] 1460706650 -#time=1d196eb877eb5c6 +[Software\\Classes\\Interface\\{05192769-7D6A-3C8C-94C2-DFA668F61088}\\TypeLib] 1526460884 +#time=1d3ecf3892c6b1a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{052019B5-704B-4B99-AEF8-25A11A922B2E}] 1460706648 -#time=1d196eb868d2fee +[Software\\Classes\\Interface\\{052019B5-704B-4B99-AEF8-25A11A922B2E}] 1526460883 +#time=1d3ecf3884cf930 @="IObjectCompletionInfo" -[Software\\Classes\\Interface\\{052019B5-704B-4B99-AEF8-25A11A922B2E}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d2ddc +[Software\\Classes\\Interface\\{052019B5-704B-4B99-AEF8-25A11A922B2E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884cf494 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{052019B5-704B-4B99-AEF8-25A11A922B2E}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d2f1c +[Software\\Classes\\Interface\\{052019B5-704B-4B99-AEF8-25A11A922B2E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884cf764 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{052019B5-704B-4B99-AEF8-25A11A922B2E}\\TypeLib] 1460706648 -#time=1d196eb868d30f2 +[Software\\Classes\\Interface\\{052019B5-704B-4B99-AEF8-25A11A922B2E}\\TypeLib] 1526460883 +#time=1d3ecf3884cfb38 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{05241989-96C5-3BF9-AB9B-37E261C1B8F8}] 1460706650 -#time=1d196eb877d73a0 +[Software\\Classes\\Interface\\{05241989-96C5-3BF9-AB9B-37E261C1B8F8}] 1526460884 +#time=1d3ecf38929f72c @="_TypeConverter" -[Software\\Classes\\Interface\\{05241989-96C5-3BF9-AB9B-37E261C1B8F8}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d7102 +[Software\\Classes\\Interface\\{05241989-96C5-3BF9-AB9B-37E261C1B8F8}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38929f448 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05241989-96C5-3BF9-AB9B-37E261C1B8F8}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d7292 +[Software\\Classes\\Interface\\{05241989-96C5-3BF9-AB9B-37E261C1B8F8}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929f60a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05241989-96C5-3BF9-AB9B-37E261C1B8F8}\\TypeLib] 1460706650 -#time=1d196eb877d7508 +[Software\\Classes\\Interface\\{05241989-96C5-3BF9-AB9B-37E261C1B8F8}\\TypeLib] 1526460884 +#time=1d3ecf38929f88a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{05532E88-E0F2-3263-9B57-805AC6B6BB72}] 1460706649 -#time=1d196eb86f5e430 +[Software\\Classes\\Interface\\{05532E88-E0F2-3263-9B57-805AC6B6BB72}] 1526460883 +#time=1d3ecf388ad4ed4 @="_ModuleResolveEventHandler" -[Software\\Classes\\Interface\\{05532E88-E0F2-3263-9B57-805AC6B6BB72}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5e232 +[Software\\Classes\\Interface\\{05532E88-E0F2-3263-9B57-805AC6B6BB72}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad4c7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05532E88-E0F2-3263-9B57-805AC6B6BB72}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5e368 +[Software\\Classes\\Interface\\{05532E88-E0F2-3263-9B57-805AC6B6BB72}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad4de4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05532E88-E0F2-3263-9B57-805AC6B6BB72}\\TypeLib] 1460706649 -#time=1d196eb86f5e53e +[Software\\Classes\\Interface\\{05532E88-E0F2-3263-9B57-805AC6B6BB72}\\TypeLib] 1526460883 +#time=1d3ecf388ad500a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{057A6296-029B-4154-B79A-0D461D4EA94C}] 1460706471 -#time=1d196eb1cfcccf6 +[Software\\Classes\\Interface\\{057A6296-029B-4154-B79A-0D461D4EA94C}] 1526460533 +#time=1d3ecf2b7e3d1b0 @="ITfRangeACP" -[Software\\Classes\\Interface\\{057A6296-029B-4154-B79A-0D461D4EA94C}\\NumMethods] 1460706471 -#time=1d196eb1cfccc1a +[Software\\Classes\\Interface\\{057A6296-029B-4154-B79A-0D461D4EA94C}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3d0b6 @="27" -[Software\\Classes\\Interface\\{057A6296-029B-4154-B79A-0D461D4EA94C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfccd64 +[Software\\Classes\\Interface\\{057A6296-029B-4154-B79A-0D461D4EA94C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3d23c @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{05BC0E38-7136-3825-9E34-26C1CF2142C9}] 1460706649 -#time=1d196eb86ff9be2 +[Software\\Classes\\Interface\\{05BC0E38-7136-3825-9E34-26C1CF2142C9}] 1526460883 +#time=1d3ecf388b7c0e4 @="_SymmetricAlgorithm" -[Software\\Classes\\Interface\\{05BC0E38-7136-3825-9E34-26C1CF2142C9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff99d0 +[Software\\Classes\\Interface\\{05BC0E38-7136-3825-9E34-26C1CF2142C9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7be82 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05BC0E38-7136-3825-9E34-26C1CF2142C9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff9b10 +[Software\\Classes\\Interface\\{05BC0E38-7136-3825-9E34-26C1CF2142C9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7bfea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05BC0E38-7136-3825-9E34-26C1CF2142C9}\\TypeLib] 1460706649 -#time=1d196eb86ff9cdc +[Software\\Classes\\Interface\\{05BC0E38-7136-3825-9E34-26C1CF2142C9}\\TypeLib] 1526460883 +#time=1d3ecf388b7c210 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{05CBE5B2-0292-37DE-BE51-5B7599CA5A11}] 1460706650 -#time=1d196eb87ac90b8 +[Software\\Classes\\Interface\\{05CBE5B2-0292-37DE-BE51-5B7599CA5A11}] 1526460884 +#time=1d3ecf3895669a6 @="_TableLayoutPanel" -[Software\\Classes\\Interface\\{05CBE5B2-0292-37DE-BE51-5B7599CA5A11}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac8eba +[Software\\Classes\\Interface\\{05CBE5B2-0292-37DE-BE51-5B7599CA5A11}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389566744 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05CBE5B2-0292-37DE-BE51-5B7599CA5A11}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac8ff0 +[Software\\Classes\\Interface\\{05CBE5B2-0292-37DE-BE51-5B7599CA5A11}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895668b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05CBE5B2-0292-37DE-BE51-5B7599CA5A11}\\TypeLib] 1460706650 -#time=1d196eb87ac91b2 +[Software\\Classes\\Interface\\{05CBE5B2-0292-37DE-BE51-5B7599CA5A11}\\TypeLib] 1526460884 +#time=1d3ecf389566abe @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{05F3D6C7-D4D1-37EB-AC35-63347B838A23}] 1460706650 -#time=1d196eb87802528 +[Software\\Classes\\Interface\\{05F3D6C7-D4D1-37EB-AC35-63347B838A23}] 1526460884 +#time=1d3ecf3892e6082 @="_StandardOleMarshalObject" -[Software\\Classes\\Interface\\{05F3D6C7-D4D1-37EB-AC35-63347B838A23}\\ProxyStubClsid] 1460706650 -#time=1d196eb87802302 +[Software\\Classes\\Interface\\{05F3D6C7-D4D1-37EB-AC35-63347B838A23}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e5e20 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05F3D6C7-D4D1-37EB-AC35-63347B838A23}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87802438 +[Software\\Classes\\Interface\\{05F3D6C7-D4D1-37EB-AC35-63347B838A23}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e5f9c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05F3D6C7-D4D1-37EB-AC35-63347B838A23}\\TypeLib] 1460706650 -#time=1d196eb8780262c +[Software\\Classes\\Interface\\{05F3D6C7-D4D1-37EB-AC35-63347B838A23}\\TypeLib] 1526460884 +#time=1d3ecf3892e61a4 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{05F696DC-2B29-3663-AD8B-C4389CF2A713}] 1460706649 -#time=1d196eb86ed4910 +[Software\\Classes\\Interface\\{05F696DC-2B29-3663-AD8B-C4389CF2A713}] 1526460883 +#time=1d3ecf388a5e518 @="_AppDomain" -[Software\\Classes\\Interface\\{05F696DC-2B29-3663-AD8B-C4389CF2A713}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed4672 +[Software\\Classes\\Interface\\{05F696DC-2B29-3663-AD8B-C4389CF2A713}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5e27a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05F696DC-2B29-3663-AD8B-C4389CF2A713}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed47d0 +[Software\\Classes\\Interface\\{05F696DC-2B29-3663-AD8B-C4389CF2A713}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5e414 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{05F696DC-2B29-3663-AD8B-C4389CF2A713}\\TypeLib] 1460706649 -#time=1d196eb86ed4ae6 +[Software\\Classes\\Interface\\{05F696DC-2B29-3663-AD8B-C4389CF2A713}\\TypeLib] 1526460883 +#time=1d3ecf388a5e64e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0631E7E2-6046-4FDE-8B6D-A09B64FDA6F3}] 1460706649 -#time=1d196eb86b663d2 +[Software\\Classes\\Interface\\{0631E7E2-6046-4FDE-8B6D-A09B64FDA6F3}] 1526460883 +#time=1d3ecf38873f364 @="ICorSvcPooledWorker" -[Software\\Classes\\Interface\\{0631E7E2-6046-4FDE-8B6D-A09B64FDA6F3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b661c0 +[Software\\Classes\\Interface\\{0631E7E2-6046-4FDE-8B6D-A09B64FDA6F3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38873f08a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0631E7E2-6046-4FDE-8B6D-A09B64FDA6F3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b66300 +[Software\\Classes\\Interface\\{0631E7E2-6046-4FDE-8B6D-A09B64FDA6F3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf38873f242 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0631E7E2-6046-4FDE-8B6D-A09B64FDA6F3}\\TypeLib] 1460706649 -#time=1d196eb86b664ea +[Software\\Classes\\Interface\\{0631E7E2-6046-4FDE-8B6D-A09B64FDA6F3}\\TypeLib] 1526460883 +#time=1d3ecf38873f4b8 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{06565C0F-C465-37DE-896F-9864BC0BFC96}] 1460706650 -#time=1d196eb877f83ca +[Software\\Classes\\Interface\\{06565C0F-C465-37DE-896F-9864BC0BFC96}] 1526460884 +#time=1d3ecf3892d7d0c @="_Component" -[Software\\Classes\\Interface\\{06565C0F-C465-37DE-896F-9864BC0BFC96}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f81c2 +[Software\\Classes\\Interface\\{06565C0F-C465-37DE-896F-9864BC0BFC96}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d7a32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{06565C0F-C465-37DE-896F-9864BC0BFC96}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f8302 +[Software\\Classes\\Interface\\{06565C0F-C465-37DE-896F-9864BC0BFC96}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d7bf4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{06565C0F-C465-37DE-896F-9864BC0BFC96}\\TypeLib] 1460706650 -#time=1d196eb877f84c4 +[Software\\Classes\\Interface\\{06565C0F-C465-37DE-896F-9864BC0BFC96}\\TypeLib] 1526460884 +#time=1d3ecf3892d7e74 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{0697FC8C-9B04-3783-95C7-45ECCAC1CA27}] 1460706649 -#time=1d196eb86f9c85c +[Software\\Classes\\Interface\\{0697FC8C-9B04-3783-95C7-45ECCAC1CA27}] 1526460883 +#time=1d3ecf388b17518 @="_OutAttribute" -[Software\\Classes\\Interface\\{0697FC8C-9B04-3783-95C7-45ECCAC1CA27}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9c640 +[Software\\Classes\\Interface\\{0697FC8C-9B04-3783-95C7-45ECCAC1CA27}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b172c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0697FC8C-9B04-3783-95C7-45ECCAC1CA27}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9c78a +[Software\\Classes\\Interface\\{0697FC8C-9B04-3783-95C7-45ECCAC1CA27}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b17432 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0697FC8C-9B04-3783-95C7-45ECCAC1CA27}\\TypeLib] 1460706649 -#time=1d196eb86f9c956 +[Software\\Classes\\Interface\\{0697FC8C-9B04-3783-95C7-45ECCAC1CA27}\\TypeLib] 1526460883 +#time=1d3ecf388b17630 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0720590D-5218-352A-A337-5449E6BD19DA}] 1460706649 -#time=1d196eb86fbb84c +[Software\\Classes\\Interface\\{0720590D-5218-352A-A337-5449E6BD19DA}] 1526460883 +#time=1d3ecf388b391fe @="_EnvironmentPermission" -[Software\\Classes\\Interface\\{0720590D-5218-352A-A337-5449E6BD19DA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbb63a +[Software\\Classes\\Interface\\{0720590D-5218-352A-A337-5449E6BD19DA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b38fa6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0720590D-5218-352A-A337-5449E6BD19DA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbb77a +[Software\\Classes\\Interface\\{0720590D-5218-352A-A337-5449E6BD19DA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3910e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0720590D-5218-352A-A337-5449E6BD19DA}\\TypeLib] 1460706649 -#time=1d196eb86fbb946 +[Software\\Classes\\Interface\\{0720590D-5218-352A-A337-5449E6BD19DA}\\TypeLib] 1526460883 +#time=1d3ecf388b39316 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{07F7438C-7709-4CA5-B518-91279288134E}] 1460706472 -#time=1d196eb1d1e9e62 +[Software\\Classes\\Interface\\{07F7438C-7709-4CA5-B518-91279288134E}] 1526460533 +#time=1d3ecf2b7df4262 @="IUpdateCollection" -[Software\\Classes\\Interface\\{07F7438C-7709-4CA5-B518-91279288134E}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e9bec +[Software\\Classes\\Interface\\{07F7438C-7709-4CA5-B518-91279288134E}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df3fce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{07F7438C-7709-4CA5-B518-91279288134E}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e9d86 +[Software\\Classes\\Interface\\{07F7438C-7709-4CA5-B518-91279288134E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df4172 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{07F7438C-7709-4CA5-B518-91279288134E}\\TypeLib] 1460706472 -#time=1d196eb1d1e9f52 +[Software\\Classes\\Interface\\{07F7438C-7709-4CA5-B518-91279288134E}\\TypeLib] 1526460533 +#time=1d3ecf2b7df4370 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{07F92156-398A-3548-90B7-2E58026353D0}] 1460706649 -#time=1d196eb86f3c6d2 +[Software\\Classes\\Interface\\{07F92156-398A-3548-90B7-2E58026353D0}] 1526460883 +#time=1d3ecf388aaf97c @="_FormatException" -[Software\\Classes\\Interface\\{07F92156-398A-3548-90B7-2E58026353D0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3c3bc +[Software\\Classes\\Interface\\{07F92156-398A-3548-90B7-2E58026353D0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aaf71a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{07F92156-398A-3548-90B7-2E58026353D0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3c600 +[Software\\Classes\\Interface\\{07F92156-398A-3548-90B7-2E58026353D0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aaf88c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{07F92156-398A-3548-90B7-2E58026353D0}\\TypeLib] 1460706649 -#time=1d196eb86f3c7d6 +[Software\\Classes\\Interface\\{07F92156-398A-3548-90B7-2E58026353D0}\\TypeLib] 1526460883 +#time=1d3ecf388aafa94 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{08EC3E00-50B0-11CF-960C-0080C7F4EE85}] 1460706471 -#time=1d196eb1d12c4d4 +[Software\\Classes\\Interface\\{08EC3E00-50B0-11CF-960C-0080C7F4EE85}] 1526460533 +#time=1d3ecf2b7f44bc6 @="FolderItemVerb" -[Software\\Classes\\Interface\\{08EC3E00-50B0-11CF-960C-0080C7F4EE85}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12c2ae +[Software\\Classes\\Interface\\{08EC3E00-50B0-11CF-960C-0080C7F4EE85}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f44964 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{08EC3E00-50B0-11CF-960C-0080C7F4EE85}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12c402 +[Software\\Classes\\Interface\\{08EC3E00-50B0-11CF-960C-0080C7F4EE85}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f44ad6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{08EC3E00-50B0-11CF-960C-0080C7F4EE85}\\TypeLib] 1460706471 -#time=1d196eb1d12c5ba +[Software\\Classes\\Interface\\{08EC3E00-50B0-11CF-960C-0080C7F4EE85}\\TypeLib] 1526460533 +#time=1d3ecf2b7f44cf2 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{08FED190-BE19-11D3-A28B-00104BD35090}] 1460706472 -#time=1d196eb1d1d7d7a +[Software\\Classes\\Interface\\{08FED190-BE19-11D3-A28B-00104BD35090}] 1526460533 +#time=1d3ecf2b7ea7b46 @="IWshExec" -[Software\\Classes\\Interface\\{08FED190-BE19-11D3-A28B-00104BD35090}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1d7b54 +[Software\\Classes\\Interface\\{08FED190-BE19-11D3-A28B-00104BD35090}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ea78bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{08FED190-BE19-11D3-A28B-00104BD35090}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1d7ca8 +[Software\\Classes\\Interface\\{08FED190-BE19-11D3-A28B-00104BD35090}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ea7a56 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{08FED190-BE19-11D3-A28B-00104BD35090}\\TypeLib] 1460706472 -#time=1d196eb1d1d7e60 +[Software\\Classes\\Interface\\{08FED190-BE19-11D3-A28B-00104BD35090}\\TypeLib] 1526460533 +#time=1d3ecf2b7ea7c54 @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{09343AC0-D19A-3E62-BC16-0F600F10180A}] 1460706649 -#time=1d196eb86ffa1be +[Software\\Classes\\Interface\\{09343AC0-D19A-3E62-BC16-0F600F10180A}] 1526460883 +#time=1d3ecf388b7c792 @="_AsymmetricAlgorithm" -[Software\\Classes\\Interface\\{09343AC0-D19A-3E62-BC16-0F600F10180A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff9fc0 +[Software\\Classes\\Interface\\{09343AC0-D19A-3E62-BC16-0F600F10180A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7c530 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{09343AC0-D19A-3E62-BC16-0F600F10180A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffa0f6 +[Software\\Classes\\Interface\\{09343AC0-D19A-3E62-BC16-0F600F10180A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7c698 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{09343AC0-D19A-3E62-BC16-0F600F10180A}\\TypeLib] 1460706649 -#time=1d196eb86ffa2e0 +[Software\\Classes\\Interface\\{09343AC0-D19A-3E62-BC16-0F600F10180A}\\TypeLib] 1526460883 +#time=1d3ecf388b7c8aa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{094351EA-DBC1-327F-8A83-913B593A66BE}] 1460706649 -#time=1d196eb86fc997e +[Software\\Classes\\Interface\\{094351EA-DBC1-327F-8A83-913B593A66BE}] 1526460883 +#time=1d3ecf388b481cc @="_KeyContainerPermissionAccessEntry" -[Software\\Classes\\Interface\\{094351EA-DBC1-327F-8A83-913B593A66BE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc976c +[Software\\Classes\\Interface\\{094351EA-DBC1-327F-8A83-913B593A66BE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b47f6a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{094351EA-DBC1-327F-8A83-913B593A66BE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc98b6 +[Software\\Classes\\Interface\\{094351EA-DBC1-327F-8A83-913B593A66BE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b480dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{094351EA-DBC1-327F-8A83-913B593A66BE}\\TypeLib] 1460706649 -#time=1d196eb86fc9a82 +[Software\\Classes\\Interface\\{094351EA-DBC1-327F-8A83-913B593A66BE}\\TypeLib] 1526460883 +#time=1d3ecf388b482ee @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{09941815-EA89-4B5B-89E0-2A773801FAC3}] 1460706471 -#time=1d196eb1d14f5ec +[Software\\Classes\\Interface\\{09941815-EA89-4B5B-89E0-2A773801FAC3}] 1526460533 +#time=1d3ecf2b7d60562 @="ITrigger" -[Software\\Classes\\Interface\\{09941815-EA89-4B5B-89E0-2A773801FAC3}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14f3a8 +[Software\\Classes\\Interface\\{09941815-EA89-4B5B-89E0-2A773801FAC3}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d602ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{09941815-EA89-4B5B-89E0-2A773801FAC3}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14f4f2 +[Software\\Classes\\Interface\\{09941815-EA89-4B5B-89E0-2A773801FAC3}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d60468 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{09941815-EA89-4B5B-89E0-2A773801FAC3}\\TypeLib] 1460706471 -#time=1d196eb1d14f6e6 +[Software\\Classes\\Interface\\{09941815-EA89-4B5B-89E0-2A773801FAC3}\\TypeLib] 1526460533 +#time=1d3ecf2b7d60670 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{0997A571-126E-11D0-9F8A-00A0C9A0631E}] 1460706471 -#time=1d196eb1cdef3de +[Software\\Classes\\Interface\\{0997A571-126E-11D0-9F8A-00A0C9A0631E}] 1526460533 +#time=1d3ecf2b7ae1aca @="IRowPositionChange" -[Software\\Classes\\Interface\\{0997A571-126E-11D0-9F8A-00A0C9A0631E}\\NumMethods] 1460706471 -#time=1d196eb1cdef212 +[Software\\Classes\\Interface\\{0997A571-126E-11D0-9F8A-00A0C9A0631E}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae19d0 @="4" -[Software\\Classes\\Interface\\{0997A571-126E-11D0-9F8A-00A0C9A0631E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdef53c +[Software\\Classes\\Interface\\{0997A571-126E-11D0-9F8A-00A0C9A0631E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae1b4c @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{09D08C74-9B25-38D4-8788-77F70028D6D1}] 1460706650 -#time=1d196eb875390bc +[Software\\Classes\\Interface\\{09D08C74-9B25-38D4-8788-77F70028D6D1}] 1526460884 +#time=1d3ecf389054616 @="_RegistrationException" -[Software\\Classes\\Interface\\{09D08C74-9B25-38D4-8788-77F70028D6D1}\\ProxyStubClsid] 1460706650 -#time=1d196eb87538ea0 +[Software\\Classes\\Interface\\{09D08C74-9B25-38D4-8788-77F70028D6D1}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3890543b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{09D08C74-9B25-38D4-8788-77F70028D6D1}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87538fea +[Software\\Classes\\Interface\\{09D08C74-9B25-38D4-8788-77F70028D6D1}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389054530 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{09D08C74-9B25-38D4-8788-77F70028D6D1}\\TypeLib] 1460706650 -#time=1d196eb875391c0 +[Software\\Classes\\Interface\\{09D08C74-9B25-38D4-8788-77F70028D6D1}\\TypeLib] 1526460884 +#time=1d3ecf38905472e @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{09D146CD-A544-4132-925B-7AFA8EF322D0}] 1460706471 -#time=1d196eb1cfd1ec2 +[Software\\Classes\\Interface\\{09D146CD-A544-4132-925B-7AFA8EF322D0}] 1526460533 +#time=1d3ecf2b7e43204 @="ITfMouseTracker" -[Software\\Classes\\Interface\\{09D146CD-A544-4132-925B-7AFA8EF322D0}\\NumMethods] 1460706471 -#time=1d196eb1cfd1daa +[Software\\Classes\\Interface\\{09D146CD-A544-4132-925B-7AFA8EF322D0}\\NumMethods] 1526460533 +#time=1d3ecf2b7e430e2 @="5" -[Software\\Classes\\Interface\\{09D146CD-A544-4132-925B-7AFA8EF322D0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfd1f4e +[Software\\Classes\\Interface\\{09D146CD-A544-4132-925B-7AFA8EF322D0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e432b8 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{0A25141F-51B3-3121-AA30-0AF4556A52D9}] 1460706649 -#time=1d196eb86f78e34 +[Software\\Classes\\Interface\\{0A25141F-51B3-3121-AA30-0AF4556A52D9}] 1526460883 +#time=1d3ecf388af295c @="_StringInfo" -[Software\\Classes\\Interface\\{0A25141F-51B3-3121-AA30-0AF4556A52D9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f78c2c +[Software\\Classes\\Interface\\{0A25141F-51B3-3121-AA30-0AF4556A52D9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af26fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0A25141F-51B3-3121-AA30-0AF4556A52D9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f78d6c +[Software\\Classes\\Interface\\{0A25141F-51B3-3121-AA30-0AF4556A52D9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af286c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0A25141F-51B3-3121-AA30-0AF4556A52D9}\\TypeLib] 1460706649 -#time=1d196eb86f78f2e +[Software\\Classes\\Interface\\{0A25141F-51B3-3121-AA30-0AF4556A52D9}\\TypeLib] 1526460883 +#time=1d3ecf388af2a74 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0A7C3542-8031-3593-872C-78D85D7CC273}] 1460706649 -#time=1d196eb86f8c182 +[Software\\Classes\\Interface\\{0A7C3542-8031-3593-872C-78D85D7CC273}] 1526460883 +#time=1d3ecf388b04788 @="_SiteMembershipCondition" -[Software\\Classes\\Interface\\{0A7C3542-8031-3593-872C-78D85D7CC273}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8bf52 +[Software\\Classes\\Interface\\{0A7C3542-8031-3593-872C-78D85D7CC273}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b044b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0A7C3542-8031-3593-872C-78D85D7CC273}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8c092 +[Software\\Classes\\Interface\\{0A7C3542-8031-3593-872C-78D85D7CC273}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0462a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0A7C3542-8031-3593-872C-78D85D7CC273}\\TypeLib] 1460706649 -#time=1d196eb86f8c27c +[Software\\Classes\\Interface\\{0A7C3542-8031-3593-872C-78D85D7CC273}\\TypeLib] 1526460883 +#time=1d3ecf388b048dc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0AB5A3D0-E5B6-11D0-ABF5-00A0C90FFFC0}] 1460706471 -#time=1d196eb1d101c5c +[Software\\Classes\\Interface\\{0AB5A3D0-E5B6-11D0-ABF5-00A0C90FFFC0}] 1526460533 +#time=1d3ecf2b7b22bc4 @="IFileSystem" -[Software\\Classes\\Interface\\{0AB5A3D0-E5B6-11D0-ABF5-00A0C90FFFC0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d101734 +[Software\\Classes\\Interface\\{0AB5A3D0-E5B6-11D0-ABF5-00A0C90FFFC0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b22944 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0AB5A3D0-E5B6-11D0-ABF5-00A0C90FFFC0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d101a5e +[Software\\Classes\\Interface\\{0AB5A3D0-E5B6-11D0-ABF5-00A0C90FFFC0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b22aca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0AB5A3D0-E5B6-11D0-ABF5-00A0C90FFFC0}\\TypeLib] 1460706471 -#time=1d196eb1d101e64 +[Software\\Classes\\Interface\\{0AB5A3D0-E5B6-11D0-ABF5-00A0C90FFFC0}\\TypeLib] 1526460533 +#time=1d3ecf2b7b22cc8 @="{420B2830-E718-11CF-893D-00A0C9054228}" "Version"="1.0" -[Software\\Classes\\Interface\\{0B3FB710-A25C-3310-8774-1CF117F95BD4}] 1460706649 -#time=1d196eb870098a8 +[Software\\Classes\\Interface\\{0B3FB710-A25C-3310-8774-1CF117F95BD4}] 1526460883 +#time=1d3ecf388b8f022 @="_RSA" -[Software\\Classes\\Interface\\{0B3FB710-A25C-3310-8774-1CF117F95BD4}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700965a +[Software\\Classes\\Interface\\{0B3FB710-A25C-3310-8774-1CF117F95BD4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8edc0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0B3FB710-A25C-3310-8774-1CF117F95BD4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb870097d6 +[Software\\Classes\\Interface\\{0B3FB710-A25C-3310-8774-1CF117F95BD4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8ef32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0B3FB710-A25C-3310-8774-1CF117F95BD4}\\TypeLib] 1460706649 -#time=1d196eb870099ac +[Software\\Classes\\Interface\\{0B3FB710-A25C-3310-8774-1CF117F95BD4}\\TypeLib] 1526460883 +#time=1d3ecf388b8f13a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0C05D096-F45B-4ACA-AD1A-AA0BC25518DC}] 1460706471 -#time=1d196eb1cd49808 +[Software\\Classes\\Interface\\{0C05D096-F45B-4ACA-AD1A-AA0BC25518DC}] 1526460533 +#time=1d3ecf2b796aa84 @="IVBSAXEntityResolver" -[Software\\Classes\\Interface\\{0C05D096-F45B-4ACA-AD1A-AA0BC25518DC}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd495ec +[Software\\Classes\\Interface\\{0C05D096-F45B-4ACA-AD1A-AA0BC25518DC}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796a7be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C05D096-F45B-4ACA-AD1A-AA0BC25518DC}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd49722 +[Software\\Classes\\Interface\\{0C05D096-F45B-4ACA-AD1A-AA0BC25518DC}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796a976 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C05D096-F45B-4ACA-AD1A-AA0BC25518DC}\\TypeLib] 1460706605 -#time=1d196eb6c627746 +[Software\\Classes\\Interface\\{0C05D096-F45B-4ACA-AD1A-AA0BC25518DC}\\TypeLib] 1528075957 +#time=1d3fba3eb805c7c @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{0C08ED74-0ACF-32A9-99DF-09A9DC4786DD}] 1460706649 -#time=1d196eb86f79406 +[Software\\Classes\\Interface\\{0C08ED74-0ACF-32A9-99DF-09A9DC4786DD}] 1526460883 +#time=1d3ecf388af3000 @="_TaiwanCalendar" -[Software\\Classes\\Interface\\{0C08ED74-0ACF-32A9-99DF-09A9DC4786DD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f791fe +[Software\\Classes\\Interface\\{0C08ED74-0ACF-32A9-99DF-09A9DC4786DD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af2d9e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C08ED74-0ACF-32A9-99DF-09A9DC4786DD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7933e +[Software\\Classes\\Interface\\{0C08ED74-0ACF-32A9-99DF-09A9DC4786DD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af2f1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C08ED74-0ACF-32A9-99DF-09A9DC4786DD}\\TypeLib] 1460706649 -#time=1d196eb86f7950a +[Software\\Classes\\Interface\\{0C08ED74-0ACF-32A9-99DF-09A9DC4786DD}\\TypeLib] 1526460883 +#time=1d3ecf388af3118 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0C13F8B9-F2E0-3918-A33E-3E491BDC529E}] 1460706650 -#time=1d196eb877e2304 +[Software\\Classes\\Interface\\{0C13F8B9-F2E0-3918-A33E-3E491BDC529E}] 1526460884 +#time=1d3ecf3892b54c8 @="_CodeCommentStatement" -[Software\\Classes\\Interface\\{0C13F8B9-F2E0-3918-A33E-3E491BDC529E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e20f2 +[Software\\Classes\\Interface\\{0C13F8B9-F2E0-3918-A33E-3E491BDC529E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b51a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C13F8B9-F2E0-3918-A33E-3E491BDC529E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e223c +[Software\\Classes\\Interface\\{0C13F8B9-F2E0-3918-A33E-3E491BDC529E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b536a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C13F8B9-F2E0-3918-A33E-3E491BDC529E}\\TypeLib] 1460706650 -#time=1d196eb877e23fe +[Software\\Classes\\Interface\\{0C13F8B9-F2E0-3918-A33E-3E491BDC529E}\\TypeLib] 1526460884 +#time=1d3ecf3892b5676 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{0C1E7B57-B9B1-36E4-8396-549C29062A81}] 1460706649 -#time=1d196eb86f94b66 +[Software\\Classes\\Interface\\{0C1E7B57-B9B1-36E4-8396-549C29062A81}] 1526460883 +#time=1d3ecf388b0de28 @="_ComDefaultInterfaceAttribute" -[Software\\Classes\\Interface\\{0C1E7B57-B9B1-36E4-8396-549C29062A81}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f94922 +[Software\\Classes\\Interface\\{0C1E7B57-B9B1-36E4-8396-549C29062A81}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0db08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C1E7B57-B9B1-36E4-8396-549C29062A81}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f94a8a +[Software\\Classes\\Interface\\{0C1E7B57-B9B1-36E4-8396-549C29062A81}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0dce8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C1E7B57-B9B1-36E4-8396-549C29062A81}\\TypeLib] 1460706649 -#time=1d196eb86f94c74 +[Software\\Classes\\Interface\\{0C1E7B57-B9B1-36E4-8396-549C29062A81}\\TypeLib] 1526460883 +#time=1d3ecf388b0df7c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0C48F55D-5240-30C7-A8F1-AF87A640CEFE}] 1460706649 -#time=1d196eb86f67652 +[Software\\Classes\\Interface\\{0C48F55D-5240-30C7-A8F1-AF87A640CEFE}] 1526460883 +#time=1d3ecf388adf4c4 @="_Missing" -[Software\\Classes\\Interface\\{0C48F55D-5240-30C7-A8F1-AF87A640CEFE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f67454 +[Software\\Classes\\Interface\\{0C48F55D-5240-30C7-A8F1-AF87A640CEFE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adf262 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C48F55D-5240-30C7-A8F1-AF87A640CEFE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6758a +[Software\\Classes\\Interface\\{0C48F55D-5240-30C7-A8F1-AF87A640CEFE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388adf3d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C48F55D-5240-30C7-A8F1-AF87A640CEFE}\\TypeLib] 1460706649 -#time=1d196eb86f6774c +[Software\\Classes\\Interface\\{0C48F55D-5240-30C7-A8F1-AF87A640CEFE}\\TypeLib] 1526460883 +#time=1d3ecf388adf5dc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0C733A11-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde8ae8 +[Software\\Classes\\Interface\\{0C733A11-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7addf42 @="IColumnsInfo" -[Software\\Classes\\Interface\\{0C733A11-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cde89e4 +[Software\\Classes\\Interface\\{0C733A11-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7adde52 @="5" -[Software\\Classes\\Interface\\{0C733A11-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cde8b6a +[Software\\Classes\\Interface\\{0C733A11-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7addfce @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A1D-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde929a +[Software\\Classes\\Interface\\{0C733A1D-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ade406 @="IDBCreateCommand" -[Software\\Classes\\Interface\\{0C733A1D-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cde9178 +[Software\\Classes\\Interface\\{0C733A1D-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ade30c @="4" -[Software\\Classes\\Interface\\{0C733A1D-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cde934e +[Software\\Classes\\Interface\\{0C733A1D-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ade492 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A1E-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdea276 +[Software\\Classes\\Interface\\{0C733A1E-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7aded34 @="ISourcesRowset" -[Software\\Classes\\Interface\\{0C733A1E-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cde9dd0 +[Software\\Classes\\Interface\\{0C733A1E-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7adec3a @="4" -[Software\\Classes\\Interface\\{0C733A1E-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdea3ac +[Software\\Classes\\Interface\\{0C733A1E-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7adedc0 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A27-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde8656 +[Software\\Classes\\Interface\\{0C733A27-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7add8e4 @="ICommandText" -[Software\\Classes\\Interface\\{0C733A27-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cde8426 +[Software\\Classes\\Interface\\{0C733A27-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7add754 @="8" -[Software\\Classes\\Interface\\{0C733A27-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cde8714 +[Software\\Classes\\Interface\\{0C733A27-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7add97a @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1d085fbc +[Software\\Classes\\Interface\\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b8003698 @="ISequentialStream" -[Software\\Classes\\Interface\\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1d085eea +[Software\\Classes\\Interface\\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b800359e @="5" -[Software\\Classes\\Interface\\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08602a +[Software\\Classes\\Interface\\{0C733A30-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800371a @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C733A55-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde74fe +[Software\\Classes\\Interface\\{0C733A55-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7adc962 @="IRowsetInfo" -[Software\\Classes\\Interface\\{0C733A55-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cde7422 +[Software\\Classes\\Interface\\{0C733A55-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7adc872 @="6" -[Software\\Classes\\Interface\\{0C733A55-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cde758a +[Software\\Classes\\Interface\\{0C733A55-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7adc9ee @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A5D-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde9894 +[Software\\Classes\\Interface\\{0C733A5D-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ade898 @="IDBCreateSession" -[Software\\Classes\\Interface\\{0C733A5D-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cde9772 +[Software\\Classes\\Interface\\{0C733A5D-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ade79e @="4" -[Software\\Classes\\Interface\\{0C733A5D-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cde993e +[Software\\Classes\\Interface\\{0C733A5D-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ade924 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A63-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde7f30 +[Software\\Classes\\Interface\\{0C733A63-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7add380 @="ICommand" -[Software\\Classes\\Interface\\{0C733A63-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cde7e4a +[Software\\Classes\\Interface\\{0C733A63-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7add254 @="6" -[Software\\Classes\\Interface\\{0C733A63-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cde7f9e +[Software\\Classes\\Interface\\{0C733A63-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7add40c @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A67-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdf0ef0 +[Software\\Classes\\Interface\\{0C733A67-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ae2862 @="IErrorRecords" -[Software\\Classes\\Interface\\{0C733A67-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdf0c5c +[Software\\Classes\\Interface\\{0C733A67-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae2772 @="9" -[Software\\Classes\\Interface\\{0C733A67-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdf0f7c +[Software\\Classes\\Interface\\{0C733A67-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae28e4 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A69-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdee2b8 +[Software\\Classes\\Interface\\{0C733A69-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ae11a6 @="IOpenRowset" -[Software\\Classes\\Interface\\{0C733A69-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdee0ec +[Software\\Classes\\Interface\\{0C733A69-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae10ac @="4" -[Software\\Classes\\Interface\\{0C733A69-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdee434 +[Software\\Classes\\Interface\\{0C733A69-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae1232 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A7A-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdebae0 +[Software\\Classes\\Interface\\{0C733A7A-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7adfae0 @="IDBDataSourceAdmin" -[Software\\Classes\\Interface\\{0C733A7A-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdeb9a0 +[Software\\Classes\\Interface\\{0C733A7A-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7adf9f0 @="7" -[Software\\Classes\\Interface\\{0C733A7A-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdebbda +[Software\\Classes\\Interface\\{0C733A7A-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7adfb62 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A83-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdeda0c +[Software\\Classes\\Interface\\{0C733A83-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ae0d1e @="IRowsetNotify" -[Software\\Classes\\Interface\\{0C733A83-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cded85e +[Software\\Classes\\Interface\\{0C733A83-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae0c24 @="6" -[Software\\Classes\\Interface\\{0C733A83-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdedb1a +[Software\\Classes\\Interface\\{0C733A83-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae0da0 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A85-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cded200 +[Software\\Classes\\Interface\\{0C733A85-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ae0896 @="ISessionProperties" -[Software\\Classes\\Interface\\{0C733A85-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdecff8 +[Software\\Classes\\Interface\\{0C733A85-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae07a6 @="5" -[Software\\Classes\\Interface\\{0C733A85-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cded2f0 +[Software\\Classes\\Interface\\{0C733A85-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae0922 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A8A-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdeab2c +[Software\\Classes\\Interface\\{0C733A8A-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7adf1c6 @="IDBProperties" -[Software\\Classes\\Interface\\{0C733A8A-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdea974 +[Software\\Classes\\Interface\\{0C733A8A-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7adf0cc @="6" -[Software\\Classes\\Interface\\{0C733A8A-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdeac1c +[Software\\Classes\\Interface\\{0C733A8A-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7adf248 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A8B-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdeb43c +[Software\\Classes\\Interface\\{0C733A8B-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7adf662 @="IDBInitialize" -[Software\\Classes\\Interface\\{0C733A8B-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdeb1ee +[Software\\Classes\\Interface\\{0C733A8B-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7adf572 @="5" -[Software\\Classes\\Interface\\{0C733A8B-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdeb522 +[Software\\Classes\\Interface\\{0C733A8B-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7adf6e4 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A8C-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde70d0 +[Software\\Classes\\Interface\\{0C733A8C-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7adc4c6 @="IAccessor" -[Software\\Classes\\Interface\\{0C733A8C-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cde6f90 +[Software\\Classes\\Interface\\{0C733A8C-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7adc3a4 @="7" -[Software\\Classes\\Interface\\{0C733A8C-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cde715c +[Software\\Classes\\Interface\\{0C733A8C-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7adc55c @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A93-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cde79fe +[Software\\Classes\\Interface\\{0C733A93-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7adcdfe @="IChapteredRowset" -[Software\\Classes\\Interface\\{0C733A93-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cde78e6 +[Software\\Classes\\Interface\\{0C733A93-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7adccfa @="5" -[Software\\Classes\\Interface\\{0C733A93-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cde7a94 +[Software\\Classes\\Interface\\{0C733A93-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7adce8a @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A94-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdeeb64 +[Software\\Classes\\Interface\\{0C733A94-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ae1642 @="IRowPosition" -[Software\\Classes\\Interface\\{0C733A94-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdee9e8 +[Software\\Classes\\Interface\\{0C733A94-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae152a @="8" -[Software\\Classes\\Interface\\{0C733A94-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdeec22 +[Software\\Classes\\Interface\\{0C733A94-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae16c4 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A95-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdec8e6 +[Software\\Classes\\Interface\\{0C733A95-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ae03f0 @="IDBAsynchStatus" -[Software\\Classes\\Interface\\{0C733A95-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdec760 +[Software\\Classes\\Interface\\{0C733A95-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae0300 @="5" -[Software\\Classes\\Interface\\{0C733A95-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdec9f4 +[Software\\Classes\\Interface\\{0C733A95-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae047c @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733A96-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdec260 +[Software\\Classes\\Interface\\{0C733A96-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7adff68 @="IDBAsynchNotify" -[Software\\Classes\\Interface\\{0C733A96-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdec0f8 +[Software\\Classes\\Interface\\{0C733A96-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7adfe78 @="6" -[Software\\Classes\\Interface\\{0C733A96-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdec314 +[Software\\Classes\\Interface\\{0C733A96-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7adffea @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733AB1-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdefc80 +[Software\\Classes\\Interface\\{0C733AB1-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ae1f48 @="IBindResource" -[Software\\Classes\\Interface\\{0C733AB1-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdefafa +[Software\\Classes\\Interface\\{0C733AB1-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae1e58 @="4" -[Software\\Classes\\Interface\\{0C733AB1-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdefdca +[Software\\Classes\\Interface\\{0C733AB1-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae1fca @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C733AB2-2A1C-11CE-ADE5-00AA0044773D}] 1460706471 -#time=1d196eb1cdf0536 +[Software\\Classes\\Interface\\{0C733AB2-2A1C-11CE-ADE5-00AA0044773D}] 1526460533 +#time=1d3ecf2b7ae23d0 @="ICreateRow" -[Software\\Classes\\Interface\\{0C733AB2-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1460706471 -#time=1d196eb1cdf037e +[Software\\Classes\\Interface\\{0C733AB2-2A1C-11CE-ADE5-00AA0044773D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae22e0 @="4" -[Software\\Classes\\Interface\\{0C733AB2-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdf064e +[Software\\Classes\\Interface\\{0C733AB2-2A1C-11CE-ADE5-00AA0044773D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae2452 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{0C831618-60D7-32B2-9790-1EBDC5ADEFE5}] 1460706650 -#time=1d196eb87ac39ec +[Software\\Classes\\Interface\\{0C831618-60D7-32B2-9790-1EBDC5ADEFE5}] 1526460884 +#time=1d3ecf38955f1a6 @="_PropertyGrid" -[Software\\Classes\\Interface\\{0C831618-60D7-32B2-9790-1EBDC5ADEFE5}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac3758 +[Software\\Classes\\Interface\\{0C831618-60D7-32B2-9790-1EBDC5ADEFE5}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955ef4e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C831618-60D7-32B2-9790-1EBDC5ADEFE5}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac38c0 +[Software\\Classes\\Interface\\{0C831618-60D7-32B2-9790-1EBDC5ADEFE5}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955f0c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0C831618-60D7-32B2-9790-1EBDC5ADEFE5}\\TypeLib] 1460706650 -#time=1d196eb87ac3af0 +[Software\\Classes\\Interface\\{0C831618-60D7-32B2-9790-1EBDC5ADEFE5}\\TypeLib] 1526460884 +#time=1d3ecf38955f2c8 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{0CA9008E-EE90-356E-9F6D-B59E6006B9A4}] 1460706649 -#time=1d196eb86eea896 +[Software\\Classes\\Interface\\{0CA9008E-EE90-356E-9F6D-B59E6006B9A4}] 1526460883 +#time=1d3ecf388a75f56 @="ICustomFactory" -[Software\\Classes\\Interface\\{0CA9008E-EE90-356E-9F6D-B59E6006B9A4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eea65c +[Software\\Classes\\Interface\\{0CA9008E-EE90-356E-9F6D-B59E6006B9A4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a75cf4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CA9008E-EE90-356E-9F6D-B59E6006B9A4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eea79c +[Software\\Classes\\Interface\\{0CA9008E-EE90-356E-9F6D-B59E6006B9A4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a75e70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CA9008E-EE90-356E-9F6D-B59E6006B9A4}\\TypeLib] 1460706649 -#time=1d196eb86eea99a +[Software\\Classes\\Interface\\{0CA9008E-EE90-356E-9F6D-B59E6006B9A4}\\TypeLib] 1526460883 +#time=1d3ecf388a7606e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0CAA23EC-F78C-39C9-8D25-B7A9CE4097A7}] 1460706649 -#time=1d196eb86f0c432 +[Software\\Classes\\Interface\\{0CAA23EC-F78C-39C9-8D25-B7A9CE4097A7}] 1526460883 +#time=1d3ecf388a87db4 @="IContributeServerContextSink" -[Software\\Classes\\Interface\\{0CAA23EC-F78C-39C9-8D25-B7A9CE4097A7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f0be7e +[Software\\Classes\\Interface\\{0CAA23EC-F78C-39C9-8D25-B7A9CE4097A7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a87b52 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CAA23EC-F78C-39C9-8D25-B7A9CE4097A7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f0c1ee +[Software\\Classes\\Interface\\{0CAA23EC-F78C-39C9-8D25-B7A9CE4097A7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a87cc4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CAA23EC-F78C-39C9-8D25-B7A9CE4097A7}\\TypeLib] 1460706649 -#time=1d196eb86f0c6a8 +[Software\\Classes\\Interface\\{0CAA23EC-F78C-39C9-8D25-B7A9CE4097A7}\\TypeLib] 1526460883 +#time=1d3ecf388a87ecc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0CB251A7-3AB3-3B5C-A0B8-9DDF88824B85}] 1460706649 -#time=1d196eb86ecf500 +[Software\\Classes\\Interface\\{0CB251A7-3AB3-3B5C-A0B8-9DDF88824B85}] 1526460883 +#time=1d3ecf388a59284 @="ICloneable" -[Software\\Classes\\Interface\\{0CB251A7-3AB3-3B5C-A0B8-9DDF88824B85}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ecf2da +[Software\\Classes\\Interface\\{0CB251A7-3AB3-3B5C-A0B8-9DDF88824B85}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a59018 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CB251A7-3AB3-3B5C-A0B8-9DDF88824B85}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ecf424 +[Software\\Classes\\Interface\\{0CB251A7-3AB3-3B5C-A0B8-9DDF88824B85}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a59194 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CB251A7-3AB3-3B5C-A0B8-9DDF88824B85}\\TypeLib] 1460706649 -#time=1d196eb86ecf5fa +[Software\\Classes\\Interface\\{0CB251A7-3AB3-3B5C-A0B8-9DDF88824B85}\\TypeLib] 1526460883 +#time=1d3ecf388a593a6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0CBE0204-12A1-3D40-9D9E-195DE6AAA534}] 1460706649 -#time=1d196eb86f7c2dc +[Software\\Classes\\Interface\\{0CBE0204-12A1-3D40-9D9E-195DE6AAA534}] 1526460883 +#time=1d3ecf388af6534 @="_ASCIIEncoding" -[Software\\Classes\\Interface\\{0CBE0204-12A1-3D40-9D9E-195DE6AAA534}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7c0d4 +[Software\\Classes\\Interface\\{0CBE0204-12A1-3D40-9D9E-195DE6AAA534}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af62be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CBE0204-12A1-3D40-9D9E-195DE6AAA534}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7c214 +[Software\\Classes\\Interface\\{0CBE0204-12A1-3D40-9D9E-195DE6AAA534}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af6444 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CBE0204-12A1-3D40-9D9E-195DE6AAA534}\\TypeLib] 1460706649 -#time=1d196eb86f7c3d6 +[Software\\Classes\\Interface\\{0CBE0204-12A1-3D40-9D9E-195DE6AAA534}\\TypeLib] 1526460883 +#time=1d3ecf388af6656 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0CCCA629-440F-313E-96CD-BA1B4B4997F7}] 1460706649 -#time=1d196eb86fbedb2 +[Software\\Classes\\Interface\\{0CCCA629-440F-313E-96CD-BA1B4B4997F7}] 1526460883 +#time=1d3ecf388b3cfca @="_FileDialogPermissionAttribute" -[Software\\Classes\\Interface\\{0CCCA629-440F-313E-96CD-BA1B4B4997F7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbeba0 +[Software\\Classes\\Interface\\{0CCCA629-440F-313E-96CD-BA1B4B4997F7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3cd5e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CCCA629-440F-313E-96CD-BA1B4B4997F7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbece0 +[Software\\Classes\\Interface\\{0CCCA629-440F-313E-96CD-BA1B4B4997F7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3ceda @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0CCCA629-440F-313E-96CD-BA1B4B4997F7}\\TypeLib] 1460706649 -#time=1d196eb86fbeeac +[Software\\Classes\\Interface\\{0CCCA629-440F-313E-96CD-BA1B4B4997F7}\\TypeLib] 1526460883 +#time=1d3ecf388b3d0ec @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0D0C83E8-BDE1-3BA5-B1EF-A8FC686D8BC9}] 1460706649 -#time=1d196eb86fbe1be +[Software\\Classes\\Interface\\{0D0C83E8-BDE1-3BA5-B1EF-A8FC686D8BC9}] 1526460883 +#time=1d3ecf388b3c016 @="_IsolatedStorageFilePermission" -[Software\\Classes\\Interface\\{0D0C83E8-BDE1-3BA5-B1EF-A8FC686D8BC9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbdfac +[Software\\Classes\\Interface\\{0D0C83E8-BDE1-3BA5-B1EF-A8FC686D8BC9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3bdb4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D0C83E8-BDE1-3BA5-B1EF-A8FC686D8BC9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbe0ec +[Software\\Classes\\Interface\\{0D0C83E8-BDE1-3BA5-B1EF-A8FC686D8BC9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3bf26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D0C83E8-BDE1-3BA5-B1EF-A8FC686D8BC9}\\TypeLib] 1460706649 -#time=1d196eb86fbe2b8 +[Software\\Classes\\Interface\\{0D0C83E8-BDE1-3BA5-B1EF-A8FC686D8BC9}\\TypeLib] 1526460883 +#time=1d3ecf388b3c12e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0D296515-AD19-3602-B415-D8EC77066081}] 1460706649 -#time=1d196eb86fefe3a +[Software\\Classes\\Interface\\{0D296515-AD19-3602-B415-D8EC77066081}] 1526460883 +#time=1d3ecf388b71ca2 @="_Header" -[Software\\Classes\\Interface\\{0D296515-AD19-3602-B415-D8EC77066081}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fefc28 +[Software\\Classes\\Interface\\{0D296515-AD19-3602-B415-D8EC77066081}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b71a4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D296515-AD19-3602-B415-D8EC77066081}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fefd72 +[Software\\Classes\\Interface\\{0D296515-AD19-3602-B415-D8EC77066081}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b71bbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D296515-AD19-3602-B415-D8EC77066081}\\TypeLib] 1460706649 -#time=1d196eb86feff3e +[Software\\Classes\\Interface\\{0D296515-AD19-3602-B415-D8EC77066081}\\TypeLib] 1526460883 +#time=1d3ecf388b71dc4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0D46DA02-69FB-3A29-9AC6-395925C38479}] 1460706650 -#time=1d196eb87aba11c +[Software\\Classes\\Interface\\{0D46DA02-69FB-3A29-9AC6-395925C38479}] 1526460884 +#time=1d3ecf389552fc8 @="_DomainItemAccessibleObject" -[Software\\Classes\\Interface\\{0D46DA02-69FB-3A29-9AC6-395925C38479}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab9f14 +[Software\\Classes\\Interface\\{0D46DA02-69FB-3A29-9AC6-395925C38479}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389552cbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D46DA02-69FB-3A29-9AC6-395925C38479}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aba054 +[Software\\Classes\\Interface\\{0D46DA02-69FB-3A29-9AC6-395925C38479}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389552eb0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D46DA02-69FB-3A29-9AC6-395925C38479}\\TypeLib] 1460706650 -#time=1d196eb87aba216 +[Software\\Classes\\Interface\\{0D46DA02-69FB-3A29-9AC6-395925C38479}\\TypeLib] 1526460884 +#time=1d3ecf38955318a @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{0D6BD9AD-198E-3904-AD99-F6F82A2787C4}] 1460706649 -#time=1d196eb86f9ce24 +[Software\\Classes\\Interface\\{0D6BD9AD-198E-3904-AD99-F6F82A2787C4}] 1526460883 +#time=1d3ecf388b17bbc @="_OptionalAttribute" -[Software\\Classes\\Interface\\{0D6BD9AD-198E-3904-AD99-F6F82A2787C4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9cc12 +[Software\\Classes\\Interface\\{0D6BD9AD-198E-3904-AD99-F6F82A2787C4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1795a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D6BD9AD-198E-3904-AD99-F6F82A2787C4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9cd52 +[Software\\Classes\\Interface\\{0D6BD9AD-198E-3904-AD99-F6F82A2787C4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b17ac2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D6BD9AD-198E-3904-AD99-F6F82A2787C4}\\TypeLib] 1460706649 -#time=1d196eb86f9cf28 +[Software\\Classes\\Interface\\{0D6BD9AD-198E-3904-AD99-F6F82A2787C4}\\TypeLib] 1526460883 +#time=1d3ecf388b17cca @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0D9F1B65-6D27-3E9F-BAF3-0597837E0F33}] 1460706649 -#time=1d196eb86f3806e +[Software\\Classes\\Interface\\{0D9F1B65-6D27-3E9F-BAF3-0597837E0F33}] 1526460883 +#time=1d3ecf388aab142 @="_DBNull" -[Software\\Classes\\Interface\\{0D9F1B65-6D27-3E9F-BAF3-0597837E0F33}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f37e5c +[Software\\Classes\\Interface\\{0D9F1B65-6D27-3E9F-BAF3-0597837E0F33}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aaaeea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D9F1B65-6D27-3E9F-BAF3-0597837E0F33}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f37f9c +[Software\\Classes\\Interface\\{0D9F1B65-6D27-3E9F-BAF3-0597837E0F33}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aab05c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0D9F1B65-6D27-3E9F-BAF3-0597837E0F33}\\TypeLib] 1460706649 -#time=1d196eb86f38168 +[Software\\Classes\\Interface\\{0D9F1B65-6D27-3E9F-BAF3-0597837E0F33}\\TypeLib] 1526460883 +#time=1d3ecf388aab25a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0DAEAEE7-007B-3FCA-8755-A5C6C3158955}] 1460706649 -#time=1d196eb86ff603c +[Software\\Classes\\Interface\\{0DAEAEE7-007B-3FCA-8755-A5C6C3158955}] 1526460883 +#time=1d3ecf388b77f58 @="_DynamicILInfo" -[Software\\Classes\\Interface\\{0DAEAEE7-007B-3FCA-8755-A5C6C3158955}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff5de4 +[Software\\Classes\\Interface\\{0DAEAEE7-007B-3FCA-8755-A5C6C3158955}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b77cf6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0DAEAEE7-007B-3FCA-8755-A5C6C3158955}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff5f4c +[Software\\Classes\\Interface\\{0DAEAEE7-007B-3FCA-8755-A5C6C3158955}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b77e5e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0DAEAEE7-007B-3FCA-8755-A5C6C3158955}\\TypeLib] 1460706649 -#time=1d196eb86ff6154 +[Software\\Classes\\Interface\\{0DAEAEE7-007B-3FCA-8755-A5C6C3158955}\\TypeLib] 1526460883 +#time=1d3ecf388b78066 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0DCA817D-F21A-3943-B54C-5E800CE5BC50}] 1460706649 -#time=1d196eb86fbf3ac +[Software\\Classes\\Interface\\{0DCA817D-F21A-3943-B54C-5E800CE5BC50}] 1526460883 +#time=1d3ecf388b3d6aa @="_FileIOPermissionAttribute" -[Software\\Classes\\Interface\\{0DCA817D-F21A-3943-B54C-5E800CE5BC50}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbf15e +[Software\\Classes\\Interface\\{0DCA817D-F21A-3943-B54C-5E800CE5BC50}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3d40c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0DCA817D-F21A-3943-B54C-5E800CE5BC50}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbf2da +[Software\\Classes\\Interface\\{0DCA817D-F21A-3943-B54C-5E800CE5BC50}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3d588 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0DCA817D-F21A-3943-B54C-5E800CE5BC50}\\TypeLib] 1460706649 -#time=1d196eb86fbf4b0 +[Software\\Classes\\Interface\\{0DCA817D-F21A-3943-B54C-5E800CE5BC50}\\TypeLib] 1526460883 +#time=1d3ecf388b3d7b8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}] 1460706471 -#time=1d196eb1d05313e +[Software\\Classes\\Interface\\{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}] 1526460533 +#time=1d3ecf2b7ca52da @="IScriptControl" -[Software\\Classes\\Interface\\{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d052f18 +[Software\\Classes\\Interface\\{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ca506e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d05306c +[Software\\Classes\\Interface\\{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ca51ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}\\TypeLib] 1460706471 -#time=1d196eb1d053224 +[Software\\Classes\\Interface\\{0E59F1D3-1FBE-11D0-8FF2-00A0D10038BC}\\TypeLib] 1526460533 +#time=1d3ecf2b7ca53f2 @="{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}" "Version"="1.0" -[Software\\Classes\\Interface\\{0E6D4D92-6738-11CF-9608-00AA00680DB4}] 1460706471 -#time=1d196eb1d08a9b8 +[Software\\Classes\\Interface\\{0E6D4D92-6738-11CF-9608-00AA00680DB4}] 1526460533 +#time=1d3ecf2b800892c @="IDirectWriterLock" -[Software\\Classes\\Interface\\{0E6D4D92-6738-11CF-9608-00AA00680DB4}\\NumMethods] 1460706471 -#time=1d196eb1d08a8c8 +[Software\\Classes\\Interface\\{0E6D4D92-6738-11CF-9608-00AA00680DB4}\\NumMethods] 1526460533 +#time=1d3ecf2b8008832 @="6" -[Software\\Classes\\Interface\\{0E6D4D92-6738-11CF-9608-00AA00680DB4}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08aa3a +[Software\\Classes\\Interface\\{0E6D4D92-6738-11CF-9608-00AA00680DB4}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80089ae @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0E700BE1-9DB6-11D1-A1CE-00C04FD75D13}] 1460706471 -#time=1d196eb1ce0a47c +[Software\\Classes\\Interface\\{0E700BE1-9DB6-11D1-A1CE-00C04FD75D13}] 1526460533 +#time=1d3ecf2b80925aa @="IEnumExtraSearch" -[Software\\Classes\\Interface\\{0E700BE1-9DB6-11D1-A1CE-00C04FD75D13}\\NumMethods] 1460706471 -#time=1d196eb1ce0a3aa +[Software\\Classes\\Interface\\{0E700BE1-9DB6-11D1-A1CE-00C04FD75D13}\\NumMethods] 1526460533 +#time=1d3ecf2b80924ba @="7" -[Software\\Classes\\Interface\\{0E700BE1-9DB6-11D1-A1CE-00C04FD75D13}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0a4ea +[Software\\Classes\\Interface\\{0E700BE1-9DB6-11D1-A1CE-00C04FD75D13}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809262c @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{0E774498-ADE6-3820-B1D5-426B06397BE7}] 1460706649 -#time=1d196eb870001ea +[Software\\Classes\\Interface\\{0E774498-ADE6-3820-B1D5-426B06397BE7}] 1526460883 +#time=1d3ecf388b84618 @="_DSASignatureDeformatter" -[Software\\Classes\\Interface\\{0E774498-ADE6-3820-B1D5-426B06397BE7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffff06 +[Software\\Classes\\Interface\\{0E774498-ADE6-3820-B1D5-426B06397BE7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b843ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0E774498-ADE6-3820-B1D5-426B06397BE7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb870000aa +[Software\\Classes\\Interface\\{0E774498-ADE6-3820-B1D5-426B06397BE7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b84528 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0E774498-ADE6-3820-B1D5-426B06397BE7}\\TypeLib] 1460706649 -#time=1d196eb87000320 +[Software\\Classes\\Interface\\{0E774498-ADE6-3820-B1D5-426B06397BE7}\\TypeLib] 1526460883 +#time=1d3ecf388b8473a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0E9B8E47-CA67-38B6-B9DB-2C42EE757B08}] 1460706649 -#time=1d196eb86f5c752 +[Software\\Classes\\Interface\\{0E9B8E47-CA67-38B6-B9DB-2C42EE757B08}] 1526460883 +#time=1d3ecf388ad2e36 @="_StackFrame" -[Software\\Classes\\Interface\\{0E9B8E47-CA67-38B6-B9DB-2C42EE757B08}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5c54a +[Software\\Classes\\Interface\\{0E9B8E47-CA67-38B6-B9DB-2C42EE757B08}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad2bc0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0E9B8E47-CA67-38B6-B9DB-2C42EE757B08}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5c68a +[Software\\Classes\\Interface\\{0E9B8E47-CA67-38B6-B9DB-2C42EE757B08}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad2d32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0E9B8E47-CA67-38B6-B9DB-2C42EE757B08}\\TypeLib] 1460706649 -#time=1d196eb86f5c86a +[Software\\Classes\\Interface\\{0E9B8E47-CA67-38B6-B9DB-2C42EE757B08}\\TypeLib] 1526460883 +#time=1d3ecf388ad2f4e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0EB5B5E0-1BE6-3A5F-87B3-E3323342F44E}] 1460706649 -#time=1d196eb86fff51a +[Software\\Classes\\Interface\\{0EB5B5E0-1BE6-3A5F-87B3-E3323342F44E}] 1526460883 +#time=1d3ecf388b83696 @="_DSA" -[Software\\Classes\\Interface\\{0EB5B5E0-1BE6-3A5F-87B3-E3323342F44E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fff1e6 +[Software\\Classes\\Interface\\{0EB5B5E0-1BE6-3A5F-87B3-E3323342F44E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8343e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0EB5B5E0-1BE6-3A5F-87B3-E3323342F44E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fff344 +[Software\\Classes\\Interface\\{0EB5B5E0-1BE6-3A5F-87B3-E3323342F44E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b835b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0EB5B5E0-1BE6-3A5F-87B3-E3323342F44E}\\TypeLib] 1460706649 -#time=1d196eb86fff650 +[Software\\Classes\\Interface\\{0EB5B5E0-1BE6-3A5F-87B3-E3323342F44E}\\TypeLib] 1526460883 +#time=1d3ecf388b837ae @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0ECD8635-F5EB-3E4A-8989-4D684D67C48A}] 1460706649 -#time=1d196eb86f64290 +[Software\\Classes\\Interface\\{0ECD8635-F5EB-3E4A-8989-4D684D67C48A}] 1526460883 +#time=1d3ecf388adb978 @="_AssemblyFlagsAttribute" -[Software\\Classes\\Interface\\{0ECD8635-F5EB-3E4A-8989-4D684D67C48A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f64042 +[Software\\Classes\\Interface\\{0ECD8635-F5EB-3E4A-8989-4D684D67C48A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adb716 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0ECD8635-F5EB-3E4A-8989-4D684D67C48A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f641be +[Software\\Classes\\Interface\\{0ECD8635-F5EB-3E4A-8989-4D684D67C48A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388adb892 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0ECD8635-F5EB-3E4A-8989-4D684D67C48A}\\TypeLib] 1460706649 -#time=1d196eb86f64394 +[Software\\Classes\\Interface\\{0ECD8635-F5EB-3E4A-8989-4D684D67C48A}\\TypeLib] 1526460883 +#time=1d3ecf388adba9a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0EEFF4C2-84BF-3E4E-BF22-B7BDBB5DF899}] 1460706649 -#time=1d196eb86fd5e72 +[Software\\Classes\\Interface\\{0EEFF4C2-84BF-3E4E-BF22-B7BDBB5DF899}] 1526460883 +#time=1d3ecf388b55dae @="_ReturnMessage" -[Software\\Classes\\Interface\\{0EEFF4C2-84BF-3E4E-BF22-B7BDBB5DF899}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd5c56 +[Software\\Classes\\Interface\\{0EEFF4C2-84BF-3E4E-BF22-B7BDBB5DF899}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b55b4c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0EEFF4C2-84BF-3E4E-BF22-B7BDBB5DF899}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd5da0 +[Software\\Classes\\Interface\\{0EEFF4C2-84BF-3E4E-BF22-B7BDBB5DF899}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b55cbe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0EEFF4C2-84BF-3E4E-BF22-B7BDBB5DF899}\\TypeLib] 1460706649 -#time=1d196eb86fd5f6c +[Software\\Classes\\Interface\\{0EEFF4C2-84BF-3E4E-BF22-B7BDBB5DF899}\\TypeLib] 1526460883 +#time=1d3ecf388b55ec6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0F1284E6-4399-3963-8DDD-A6A4904F66C8}] 1460706649 -#time=1d196eb86eed83e +[Software\\Classes\\Interface\\{0F1284E6-4399-3963-8DDD-A6A4904F66C8}] 1526460883 +#time=1d3ecf388a7950c @="IUnrestrictedPermission" -[Software\\Classes\\Interface\\{0F1284E6-4399-3963-8DDD-A6A4904F66C8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eed622 +[Software\\Classes\\Interface\\{0F1284E6-4399-3963-8DDD-A6A4904F66C8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a792aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0F1284E6-4399-3963-8DDD-A6A4904F66C8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eed758 +[Software\\Classes\\Interface\\{0F1284E6-4399-3963-8DDD-A6A4904F66C8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a79426 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0F1284E6-4399-3963-8DDD-A6A4904F66C8}\\TypeLib] 1460706649 -#time=1d196eb86eed942 +[Software\\Classes\\Interface\\{0F1284E6-4399-3963-8DDD-A6A4904F66C8}\\TypeLib] 1526460883 +#time=1d3ecf388a7962e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0F20D5C8-CBDB-4B64-AB7F-10B158407323}] 1460706648 -#time=1d196eb868d4178 +[Software\\Classes\\Interface\\{0F20D5C8-CBDB-4B64-AB7F-10B158407323}] 1526460883 +#time=1d3ecf3884d176c @="ITokenColorInfo" -[Software\\Classes\\Interface\\{0F20D5C8-CBDB-4B64-AB7F-10B158407323}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d3f5c +[Software\\Classes\\Interface\\{0F20D5C8-CBDB-4B64-AB7F-10B158407323}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884d1366 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0F20D5C8-CBDB-4B64-AB7F-10B158407323}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d40a6 +[Software\\Classes\\Interface\\{0F20D5C8-CBDB-4B64-AB7F-10B158407323}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884d15dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0F20D5C8-CBDB-4B64-AB7F-10B158407323}\\TypeLib] 1460706648 -#time=1d196eb868d427c +[Software\\Classes\\Interface\\{0F20D5C8-CBDB-4B64-AB7F-10B158407323}\\TypeLib] 1526460883 +#time=1d3ecf3884d196a @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{0F240708-629A-31AB-94A5-2BB476FE1783}] 1460706649 -#time=1d196eb86f4573c +[Software\\Classes\\Interface\\{0F240708-629A-31AB-94A5-2BB476FE1783}] 1526460883 +#time=1d3ecf388ab91b6 @="_Random" -[Software\\Classes\\Interface\\{0F240708-629A-31AB-94A5-2BB476FE1783}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f45534 +[Software\\Classes\\Interface\\{0F240708-629A-31AB-94A5-2BB476FE1783}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab8f4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0F240708-629A-31AB-94A5-2BB476FE1783}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f45674 +[Software\\Classes\\Interface\\{0F240708-629A-31AB-94A5-2BB476FE1783}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab90c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0F240708-629A-31AB-94A5-2BB476FE1783}\\TypeLib] 1460706649 -#time=1d196eb86f4585e +[Software\\Classes\\Interface\\{0F240708-629A-31AB-94A5-2BB476FE1783}\\TypeLib] 1526460883 +#time=1d3ecf388ab92d8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{0FA52A99-2973-3925-A724-0126830A1EA9}] 1460706648 -#time=1d196eb868dc47c +[Software\\Classes\\Interface\\{0FA52A99-2973-3925-A724-0126830A1EA9}] 1526460883 +#time=1d3ecf3884ea2f8 @="_JSVsaException" -[Software\\Classes\\Interface\\{0FA52A99-2973-3925-A724-0126830A1EA9}\\ProxyStubClsid] 1460706648 -#time=1d196eb868dc21a +[Software\\Classes\\Interface\\{0FA52A99-2973-3925-A724-0126830A1EA9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e9da8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0FA52A99-2973-3925-A724-0126830A1EA9}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868dc3aa +[Software\\Classes\\Interface\\{0FA52A99-2973-3925-A724-0126830A1EA9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884ea0c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{0FA52A99-2973-3925-A724-0126830A1EA9}\\TypeLib] 1460706648 -#time=1d196eb868dc59e +[Software\\Classes\\Interface\\{0FA52A99-2973-3925-A724-0126830A1EA9}\\TypeLib] 1526460883 +#time=1d3ecf3884ea564 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{101D6610-0990-11D3-8DF0-00105A2799B5}] 1460706471 -#time=1d196eb1cfc5bfe +[Software\\Classes\\Interface\\{101D6610-0990-11D3-8DF0-00105A2799B5}] 1526460533 +#time=1d3ecf2b7e351e0 @="ITfFunctionProvider" -[Software\\Classes\\Interface\\{101D6610-0990-11D3-8DF0-00105A2799B5}\\NumMethods] 1460706471 -#time=1d196eb1cfc5ab4 +[Software\\Classes\\Interface\\{101D6610-0990-11D3-8DF0-00105A2799B5}\\NumMethods] 1526460533 +#time=1d3ecf2b7e350dc @="6" -[Software\\Classes\\Interface\\{101D6610-0990-11D3-8DF0-00105A2799B5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc5c94 +[Software\\Classes\\Interface\\{101D6610-0990-11D3-8DF0-00105A2799B5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e35262 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{10339516-2894-11D2-9039-00C04F8EEB3E}] 1460706471 -#time=1d196eb1ce1730c +[Software\\Classes\\Interface\\{10339516-2894-11D2-9039-00C04F8EEB3E}] 1526460533 +#time=1d3ecf2b8097c3a @="ICommDlgBrowser2" -[Software\\Classes\\Interface\\{10339516-2894-11D2-9039-00C04F8EEB3E}\\NumMethods] 1460706471 -#time=1d196eb1ce17212 +[Software\\Classes\\Interface\\{10339516-2894-11D2-9039-00C04F8EEB3E}\\NumMethods] 1526460533 +#time=1d3ecf2b8097b40 @="9" -[Software\\Classes\\Interface\\{10339516-2894-11D2-9039-00C04F8EEB3E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce173de +[Software\\Classes\\Interface\\{10339516-2894-11D2-9039-00C04F8EEB3E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8097cbc @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{103C7EF9-A9EE-35FB-84C5-3086C9725A20}] 1460706649 -#time=1d196eb86fe32de +[Software\\Classes\\Interface\\{103C7EF9-A9EE-35FB-84C5-3086C9725A20}] 1526460883 +#time=1d3ecf388b6559c @="_SoapYearMonth" -[Software\\Classes\\Interface\\{103C7EF9-A9EE-35FB-84C5-3086C9725A20}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe309a +[Software\\Classes\\Interface\\{103C7EF9-A9EE-35FB-84C5-3086C9725A20}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b65330 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{103C7EF9-A9EE-35FB-84C5-3086C9725A20}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe320c +[Software\\Classes\\Interface\\{103C7EF9-A9EE-35FB-84C5-3086C9725A20}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b654ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{103C7EF9-A9EE-35FB-84C5-3086C9725A20}\\TypeLib] 1460706649 -#time=1d196eb86fe33d8 +[Software\\Classes\\Interface\\{103C7EF9-A9EE-35FB-84C5-3086C9725A20}\\TypeLib] 1526460883 +#time=1d3ecf388b656d2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1079ACFC-29BD-11D3-8E0D-00C04F6837D5}] 1460706471 -#time=1d196eb1ce09842 +[Software\\Classes\\Interface\\{1079ACFC-29BD-11D3-8E0D-00C04F6837D5}] 1526460533 +#time=1d3ecf2b80917d6 @="IPersistIDList" -[Software\\Classes\\Interface\\{1079ACFC-29BD-11D3-8E0D-00C04F6837D5}\\NumMethods] 1460706471 -#time=1d196eb1ce0977a +[Software\\Classes\\Interface\\{1079ACFC-29BD-11D3-8E0D-00C04F6837D5}\\NumMethods] 1526460533 +#time=1d3ecf2b80916d2 @="6" -[Software\\Classes\\Interface\\{1079ACFC-29BD-11D3-8E0D-00C04F6837D5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce098b0 +[Software\\Classes\\Interface\\{1079ACFC-29BD-11D3-8E0D-00C04F6837D5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8091858 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{107A3CF1-B35E-3A23-B660-60264B231225}] 1460706649 -#time=1d196eb86fcab26 +[Software\\Classes\\Interface\\{107A3CF1-B35E-3A23-B660-60264B231225}] 1526460883 +#time=1d3ecf388b495cc @="_KeyContainerPermission" -[Software\\Classes\\Interface\\{107A3CF1-B35E-3A23-B660-60264B231225}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fca914 +[Software\\Classes\\Interface\\{107A3CF1-B35E-3A23-B660-60264B231225}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4934c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{107A3CF1-B35E-3A23-B660-60264B231225}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcaa54 +[Software\\Classes\\Interface\\{107A3CF1-B35E-3A23-B660-60264B231225}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b494be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{107A3CF1-B35E-3A23-B660-60264B231225}\\TypeLib] 1460706649 -#time=1d196eb86fcac20 +[Software\\Classes\\Interface\\{107A3CF1-B35E-3A23-B660-60264B231225}\\TypeLib] 1526460883 +#time=1d3ecf388b496da @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{10A13217-23A7-439B-B1C0-D847C79B7774}] 1460706472 -#time=1d196eb1d1c556c +[Software\\Classes\\Interface\\{10A13217-23A7-439B-B1C0-D847C79B7774}] 1526460533 +#time=1d3ecf2b7fc285a @="IWMPPlaylistCollection" -[Software\\Classes\\Interface\\{10A13217-23A7-439B-B1C0-D847C79B7774}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c5346 +[Software\\Classes\\Interface\\{10A13217-23A7-439B-B1C0-D847C79B7774}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc2418 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{10A13217-23A7-439B-B1C0-D847C79B7774}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c5490 +[Software\\Classes\\Interface\\{10A13217-23A7-439B-B1C0-D847C79B7774}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc260c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{10A13217-23A7-439B-B1C0-D847C79B7774}\\TypeLib] 1460706472 -#time=1d196eb1d1c565c +[Software\\Classes\\Interface\\{10A13217-23A7-439B-B1C0-D847C79B7774}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc299a @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{10DC0586-132B-4CAC-8BB3-DB00AC8B7EE0}] 1460706471 -#time=1d196eb1cd48250 +[Software\\Classes\\Interface\\{10DC0586-132B-4CAC-8BB3-DB00AC8B7EE0}] 1526460533 +#time=1d3ecf2b79675f0 @="IVBSAXAttributes" -[Software\\Classes\\Interface\\{10DC0586-132B-4CAC-8BB3-DB00AC8B7EE0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd48048 +[Software\\Classes\\Interface\\{10DC0586-132B-4CAC-8BB3-DB00AC8B7EE0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7967316 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{10DC0586-132B-4CAC-8BB3-DB00AC8B7EE0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4817e +[Software\\Classes\\Interface\\{10DC0586-132B-4CAC-8BB3-DB00AC8B7EE0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b79674d8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{10DC0586-132B-4CAC-8BB3-DB00AC8B7EE0}\\TypeLib] 1460706605 -#time=1d196eb6c628a74 +[Software\\Classes\\Interface\\{10DC0586-132B-4CAC-8BB3-DB00AC8B7EE0}\\TypeLib] 1528075957 +#time=1d3fba3eb8042e6 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}] 1460706471 -#time=1d196eb1cee17e2 +[Software\\Classes\\Interface\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}] 1526460533 +#time=1d3ecf2b80ecfc8 @="IProvideRuntimeContext" -[Software\\Classes\\Interface\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}\\NumMethods] 1460706471 -#time=1d196eb1cee1706 +[Software\\Classes\\Interface\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}\\NumMethods] 1526460533 +#time=1d3ecf2b80ecec4 @="4" -[Software\\Classes\\Interface\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cee1850 +[Software\\Classes\\Interface\\{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80ed04a @="{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}" -[Software\\Classes\\Interface\\{10F1D605-E201-3145-B7AE-3AD746701986}] 1460706649 -#time=1d196eb86ef45d0 +[Software\\Classes\\Interface\\{10F1D605-E201-3145-B7AE-3AD746701986}] 1526460883 +#time=1d3ecf388a7e52a @="IChannelSender" -[Software\\Classes\\Interface\\{10F1D605-E201-3145-B7AE-3AD746701986}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ef410c +[Software\\Classes\\Interface\\{10F1D605-E201-3145-B7AE-3AD746701986}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7e2be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{10F1D605-E201-3145-B7AE-3AD746701986}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ef442c +[Software\\Classes\\Interface\\{10F1D605-E201-3145-B7AE-3AD746701986}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7e444 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{10F1D605-E201-3145-B7AE-3AD746701986}\\TypeLib] 1460706649 -#time=1d196eb86ef4800 +[Software\\Classes\\Interface\\{10F1D605-E201-3145-B7AE-3AD746701986}\\TypeLib] 1526460883 +#time=1d3ecf388a7e642 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{11A2EA7A-D600-307B-A606-511A6C7950D1}] 1460706649 -#time=1d196eb86fd22f4 +[Software\\Classes\\Interface\\{11A2EA7A-D600-307B-A606-511A6C7950D1}] 1526460883 +#time=1d3ecf388b519e8 @="_Context" -[Software\\Classes\\Interface\\{11A2EA7A-D600-307B-A606-511A6C7950D1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd20e2 +[Software\\Classes\\Interface\\{11A2EA7A-D600-307B-A606-511A6C7950D1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b51790 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{11A2EA7A-D600-307B-A606-511A6C7950D1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd2222 +[Software\\Classes\\Interface\\{11A2EA7A-D600-307B-A606-511A6C7950D1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b518f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{11A2EA7A-D600-307B-A606-511A6C7950D1}\\TypeLib] 1460706649 -#time=1d196eb86fd23f8 +[Software\\Classes\\Interface\\{11A2EA7A-D600-307B-A606-511A6C7950D1}\\TypeLib] 1526460883 +#time=1d3ecf388b51b00 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{11AB34E7-0176-3C9E-9EFE-197858400A3D}] 1460706649 -#time=1d196eb86ed74b2 +[Software\\Classes\\Interface\\{11AB34E7-0176-3C9E-9EFE-197858400A3D}] 1526460883 +#time=1d3ecf388a60eb2 @="IAsyncResult" -[Software\\Classes\\Interface\\{11AB34E7-0176-3C9E-9EFE-197858400A3D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed726e +[Software\\Classes\\Interface\\{11AB34E7-0176-3C9E-9EFE-197858400A3D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a60c50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{11AB34E7-0176-3C9E-9EFE-197858400A3D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed73e0 +[Software\\Classes\\Interface\\{11AB34E7-0176-3C9E-9EFE-197858400A3D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a60db8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{11AB34E7-0176-3C9E-9EFE-197858400A3D}\\TypeLib] 1460706649 -#time=1d196eb86ed75c0 +[Software\\Classes\\Interface\\{11AB34E7-0176-3C9E-9EFE-197858400A3D}\\TypeLib] 1526460883 +#time=1d3ecf388a60fca @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{11B0B536-2F72-3A3F-B2A3-0420A9F5041F}] 1460706650 -#time=1d196eb87abc12e +[Software\\Classes\\Interface\\{11B0B536-2F72-3A3F-B2A3-0420A9F5041F}] 1526460884 +#time=1d3ecf389556416 @="_GroupBox" -[Software\\Classes\\Interface\\{11B0B536-2F72-3A3F-B2A3-0420A9F5041F}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abbef4 +[Software\\Classes\\Interface\\{11B0B536-2F72-3A3F-B2A3-0420A9F5041F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955602e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{11B0B536-2F72-3A3F-B2A3-0420A9F5041F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abc05c +[Software\\Classes\\Interface\\{11B0B536-2F72-3A3F-B2A3-0420A9F5041F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955625e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{11B0B536-2F72-3A3F-B2A3-0420A9F5041F}\\TypeLib] 1460706650 -#time=1d196eb87abc246 +[Software\\Classes\\Interface\\{11B0B536-2F72-3A3F-B2A3-0420A9F5041F}\\TypeLib] 1526460884 +#time=1d3ecf3895566fa @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{11EDAF3B-144E-32C8-8BE0-81D40A950656}] 1460706650 -#time=1d196eb877e630a +[Software\\Classes\\Interface\\{11EDAF3B-144E-32C8-8BE0-81D40A950656}] 1526460884 +#time=1d3ecf3892be884 @="_CodeDirectionExpression" -[Software\\Classes\\Interface\\{11EDAF3B-144E-32C8-8BE0-81D40A950656}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e6102 +[Software\\Classes\\Interface\\{11EDAF3B-144E-32C8-8BE0-81D40A950656}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892be14a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{11EDAF3B-144E-32C8-8BE0-81D40A950656}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e6238 +[Software\\Classes\\Interface\\{11EDAF3B-144E-32C8-8BE0-81D40A950656}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892be6f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{11EDAF3B-144E-32C8-8BE0-81D40A950656}\\TypeLib] 1460706650 -#time=1d196eb877e6404 +[Software\\Classes\\Interface\\{11EDAF3B-144E-32C8-8BE0-81D40A950656}\\TypeLib] 1526460884 +#time=1d3ecf3892beb36 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{12350E95-6F4E-30F0-9343-72F1C64380A0}] 1460706650 -#time=1d196eb877f3d84 +[Software\\Classes\\Interface\\{12337D35-94C6-48A0-BCE7-6A9C69D4D600}] 1526460533 +#time=1d3ecf2b80a0f92 +@="IApplicationDestinations" + +[Software\\Classes\\Interface\\{12337D35-94C6-48A0-BCE7-6A9C69D4D600}\\NumMethods] 1526460533 +#time=1d3ecf2b80a0e98 +@="6" + +[Software\\Classes\\Interface\\{12337D35-94C6-48A0-BCE7-6A9C69D4D600}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a1014 +@="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" + +[Software\\Classes\\Interface\\{12350E95-6F4E-30F0-9343-72F1C64380A0}] 1526460884 +#time=1d3ecf3892d2032 @="_CodeThrowExceptionStatement" -[Software\\Classes\\Interface\\{12350E95-6F4E-30F0-9343-72F1C64380A0}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f3b86 +[Software\\Classes\\Interface\\{12350E95-6F4E-30F0-9343-72F1C64380A0}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d1d62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{12350E95-6F4E-30F0-9343-72F1C64380A0}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f3cbc +[Software\\Classes\\Interface\\{12350E95-6F4E-30F0-9343-72F1C64380A0}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d1f1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{12350E95-6F4E-30F0-9343-72F1C64380A0}\\TypeLib] 1460706650 -#time=1d196eb877f3e7e +[Software\\Classes\\Interface\\{12350E95-6F4E-30F0-9343-72F1C64380A0}\\TypeLib] 1526460884 +#time=1d3ecf3892d2186 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{124777B6-0308-3569-97E5-E6FE88EAE4EB}] 1460706649 -#time=1d196eb86f0a3ee +[Software\\Classes\\Interface\\{124777B6-0308-3569-97E5-E6FE88EAE4EB}] 1526460883 +#time=1d3ecf388a87076 @="IContributeEnvoySink" -[Software\\Classes\\Interface\\{124777B6-0308-3569-97E5-E6FE88EAE4EB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f09e94 +[Software\\Classes\\Interface\\{124777B6-0308-3569-97E5-E6FE88EAE4EB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a86e14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{124777B6-0308-3569-97E5-E6FE88EAE4EB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f0a1f0 +[Software\\Classes\\Interface\\{124777B6-0308-3569-97E5-E6FE88EAE4EB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a86f86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{124777B6-0308-3569-97E5-E6FE88EAE4EB}\\TypeLib] 1460706649 -#time=1d196eb86f0a6aa +[Software\\Classes\\Interface\\{124777B6-0308-3569-97E5-E6FE88EAE4EB}\\TypeLib] 1526460883 +#time=1d3ecf388a871ac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1299EB1B-5B88-433E-82DE-82CA75AD4E04}] 1460706471 -#time=1d196eb1cd4b04a +[Software\\Classes\\Interface\\{126C5CD8-B288-41D5-8DBF-E491446ADC5C}] 1526460533 +#time=1d3ecf2b7d60bf2 +@="IDailyTrigger" + +[Software\\Classes\\Interface\\{126C5CD8-B288-41D5-8DBF-E491446ADC5C}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d6097c +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{126C5CD8-B288-41D5-8DBF-E491446ADC5C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d60af8 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{126C5CD8-B288-41D5-8DBF-E491446ADC5C}\\TypeLib] 1526460533 +#time=1d3ecf2b7d60d00 +@="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" +"Version"="1.0" + +[Software\\Classes\\Interface\\{1299EB1B-5B88-433E-82DE-82CA75AD4E04}] 1526460533 +#time=1d3ecf2b796c80c @="IVBSAXXMLFilter" -[Software\\Classes\\Interface\\{1299EB1B-5B88-433E-82DE-82CA75AD4E04}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4abcc +[Software\\Classes\\Interface\\{1299EB1B-5B88-433E-82DE-82CA75AD4E04}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796c492 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1299EB1B-5B88-433E-82DE-82CA75AD4E04}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4ae7e +[Software\\Classes\\Interface\\{1299EB1B-5B88-433E-82DE-82CA75AD4E04}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796c60e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1299EB1B-5B88-433E-82DE-82CA75AD4E04}\\TypeLib] 1460706605 -#time=1d196eb6c629d7a +[Software\\Classes\\Interface\\{1299EB1B-5B88-433E-82DE-82CA75AD4E04}\\TypeLib] 1528075957 +#time=1d3fba3eb807658 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{12CBCE8E-75FF-312F-81B9-7FBC6212090B}] 1460706650 -#time=1d196eb877f6534 +[Software\\Classes\\Interface\\{12CBCE8E-75FF-312F-81B9-7FBC6212090B}] 1526460884 +#time=1d3ecf3892d5548 @="_CodeTypeOfExpression" -[Software\\Classes\\Interface\\{12CBCE8E-75FF-312F-81B9-7FBC6212090B}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f632c +[Software\\Classes\\Interface\\{12CBCE8E-75FF-312F-81B9-7FBC6212090B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d523c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{12CBCE8E-75FF-312F-81B9-7FBC6212090B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f646c +[Software\\Classes\\Interface\\{12CBCE8E-75FF-312F-81B9-7FBC6212090B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d53f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{12CBCE8E-75FF-312F-81B9-7FBC6212090B}\\TypeLib] 1460706650 -#time=1d196eb877f662e +[Software\\Classes\\Interface\\{12CBCE8E-75FF-312F-81B9-7FBC6212090B}\\TypeLib] 1526460884 +#time=1d3ecf3892d5692 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{131B8005-94C2-37D5-B738-CD2337635E73}] 1460706650 -#time=1d196eb87aba6d0 +[Software\\Classes\\Interface\\{131B8005-94C2-37D5-B738-CD2337635E73}] 1526460884 +#time=1d3ecf389553a54 @="_DomainUpDownAccessibleObject" -[Software\\Classes\\Interface\\{131B8005-94C2-37D5-B738-CD2337635E73}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aba4d2 +[Software\\Classes\\Interface\\{131B8005-94C2-37D5-B738-CD2337635E73}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389553626 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{131B8005-94C2-37D5-B738-CD2337635E73}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aba608 +[Software\\Classes\\Interface\\{131B8005-94C2-37D5-B738-CD2337635E73}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895538ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{131B8005-94C2-37D5-B738-CD2337635E73}\\TypeLib] 1460706650 -#time=1d196eb87aba7ca +[Software\\Classes\\Interface\\{131B8005-94C2-37D5-B738-CD2337635E73}\\TypeLib] 1526460884 +#time=1d3ecf389553bee @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{135FF860-22B7-4DDF-B0F6-218F4F299A43}] 1460706472 -#time=1d196eb1d19667c +[Software\\Classes\\Interface\\{135FF860-22B7-4DDF-B0F6-218F4F299A43}] 1526460533 +#time=1d3ecf2b7f0a75a @="IWICStream" -[Software\\Classes\\Interface\\{135FF860-22B7-4DDF-B0F6-218F4F299A43}\\NumMethods] 1460706472 -#time=1d196eb1d1965aa +[Software\\Classes\\Interface\\{135FF860-22B7-4DDF-B0F6-218F4F299A43}\\NumMethods] 1526460533 +#time=1d3ecf2b7f0a66a @="18" -[Software\\Classes\\Interface\\{135FF860-22B7-4DDF-B0F6-218F4F299A43}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1966f4 +[Software\\Classes\\Interface\\{135FF860-22B7-4DDF-B0F6-218F4F299A43}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0a7dc @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{1365B84B-6477-3C40-BE6A-089DC01ECED9}] 1460706649 -#time=1d196eb86ffae48 +[Software\\Classes\\Interface\\{1365B84B-6477-3C40-BE6A-089DC01ECED9}] 1526460883 +#time=1d3ecf388b7d700 @="_AsymmetricKeyExchangeFormatter" -[Software\\Classes\\Interface\\{1365B84B-6477-3C40-BE6A-089DC01ECED9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffab6e +[Software\\Classes\\Interface\\{1365B84B-6477-3C40-BE6A-089DC01ECED9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7d3c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1365B84B-6477-3C40-BE6A-089DC01ECED9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffad76 +[Software\\Classes\\Interface\\{1365B84B-6477-3C40-BE6A-089DC01ECED9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7d5f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1365B84B-6477-3C40-BE6A-089DC01ECED9}\\TypeLib] 1460706649 -#time=1d196eb86ffaf42 +[Software\\Classes\\Interface\\{1365B84B-6477-3C40-BE6A-089DC01ECED9}\\TypeLib] 1526460883 +#time=1d3ecf388b7d85e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1377CE34-8921-3BD4-96E9-C8D5D5AA1ADF}] 1460706649 -#time=1d196eb870035f2 +[Software\\Classes\\Interface\\{1377CE34-8921-3BD4-96E9-C8D5D5AA1ADF}] 1526460883 +#time=1d3ecf388b88d12 @="_HMACSHA256" -[Software\\Classes\\Interface\\{1377CE34-8921-3BD4-96E9-C8D5D5AA1ADF}\\ProxyStubClsid] 1460706649 -#time=1d196eb870033a4 +[Software\\Classes\\Interface\\{1377CE34-8921-3BD4-96E9-C8D5D5AA1ADF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b88aba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1377CE34-8921-3BD4-96E9-C8D5D5AA1ADF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb870034e4 +[Software\\Classes\\Interface\\{1377CE34-8921-3BD4-96E9-C8D5D5AA1ADF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b88c2c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1377CE34-8921-3BD4-96E9-C8D5D5AA1ADF}\\TypeLib] 1460706649 -#time=1d196eb8700371e +[Software\\Classes\\Interface\\{1377CE34-8921-3BD4-96E9-C8D5D5AA1ADF}\\TypeLib] 1526460883 +#time=1d3ecf388b88e34 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{139E041D-0E41-39F5-A302-C4387E9D0A6C}] 1460706649 -#time=1d196eb86f2537e +[Software\\Classes\\Interface\\{139E041D-0E41-39F5-A302-C4387E9D0A6C}] 1526460883 +#time=1d3ecf388a95ae0 @="_ValueType" -[Software\\Classes\\Interface\\{139E041D-0E41-39F5-A302-C4387E9D0A6C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f25112 +[Software\\Classes\\Interface\\{139E041D-0E41-39F5-A302-C4387E9D0A6C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a95888 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{139E041D-0E41-39F5-A302-C4387E9D0A6C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f25266 +[Software\\Classes\\Interface\\{139E041D-0E41-39F5-A302-C4387E9D0A6C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a959fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{139E041D-0E41-39F5-A302-C4387E9D0A6C}\\TypeLib] 1460706649 -#time=1d196eb86f254be +[Software\\Classes\\Interface\\{139E041D-0E41-39F5-A302-C4387E9D0A6C}\\TypeLib] 1526460883 +#time=1d3ecf388a95c16 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{13EF674A-6327-3CAF-8772-FA0395612669}] 1460706649 -#time=1d196eb86f2ae1e +[Software\\Classes\\Interface\\{13EF674A-6327-3CAF-8772-FA0395612669}] 1526460883 +#time=1d3ecf388a9b670 @="_AccessViolationException" -[Software\\Classes\\Interface\\{13EF674A-6327-3CAF-8772-FA0395612669}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2abee +[Software\\Classes\\Interface\\{13EF674A-6327-3CAF-8772-FA0395612669}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9b40e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{13EF674A-6327-3CAF-8772-FA0395612669}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2ad2e +[Software\\Classes\\Interface\\{13EF674A-6327-3CAF-8772-FA0395612669}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9b580 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{13EF674A-6327-3CAF-8772-FA0395612669}\\TypeLib] 1460706649 -#time=1d196eb86f2af2c +[Software\\Classes\\Interface\\{13EF674A-6327-3CAF-8772-FA0395612669}\\TypeLib] 1526460883 +#time=1d3ecf388a9b788 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{140EE78F-067F-3765-9258-C3BC72FE976B}] 1460706649 -#time=1d196eb86ffee44 +[Software\\Classes\\Interface\\{140EE78F-067F-3765-9258-C3BC72FE976B}] 1526460883 +#time=1d3ecf388b83006 @="_DeriveBytes" -[Software\\Classes\\Interface\\{140EE78F-067F-3765-9258-C3BC72FE976B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffec1e +[Software\\Classes\\Interface\\{140EE78F-067F-3765-9258-C3BC72FE976B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b82dae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{140EE78F-067F-3765-9258-C3BC72FE976B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffed72 +[Software\\Classes\\Interface\\{140EE78F-067F-3765-9258-C3BC72FE976B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b82f20 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{140EE78F-067F-3765-9258-C3BC72FE976B}\\TypeLib] 1460706649 -#time=1d196eb86ffef34 +[Software\\Classes\\Interface\\{140EE78F-067F-3765-9258-C3BC72FE976B}\\TypeLib] 1526460883 +#time=1d3ecf388b83128 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{14AED851-A168-3462-B877-8F9A01126653}] 1460706649 -#time=1d196eb86fea9da +[Software\\Classes\\Interface\\{14AED851-A168-3462-B877-8F9A01126653}] 1526460883 +#time=1d3ecf388b6c5ea @="_SoapLanguage" -[Software\\Classes\\Interface\\{14AED851-A168-3462-B877-8F9A01126653}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fea73c +[Software\\Classes\\Interface\\{14AED851-A168-3462-B877-8F9A01126653}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6c37e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{14AED851-A168-3462-B877-8F9A01126653}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fea8fe +[Software\\Classes\\Interface\\{14AED851-A168-3462-B877-8F9A01126653}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6c4f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{14AED851-A168-3462-B877-8F9A01126653}\\TypeLib] 1460706649 -#time=1d196eb86feaae8 +[Software\\Classes\\Interface\\{14AED851-A168-3462-B877-8F9A01126653}\\TypeLib] 1526460883 +#time=1d3ecf388b6c6f8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{152722C2-F0B1-3D19-ADA8-F40CA5CAECB8}] 1460706649 -#time=1d196eb86f73f60 +[Software\\Classes\\Interface\\{152722C2-F0B1-3D19-ADA8-F40CA5CAECB8}] 1526460883 +#time=1d3ecf388aeceee @="_CultureInfo" -[Software\\Classes\\Interface\\{152722C2-F0B1-3D19-ADA8-F40CA5CAECB8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f73d4e +[Software\\Classes\\Interface\\{152722C2-F0B1-3D19-ADA8-F40CA5CAECB8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aec8d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{152722C2-F0B1-3D19-ADA8-F40CA5CAECB8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f73e98 +[Software\\Classes\\Interface\\{152722C2-F0B1-3D19-ADA8-F40CA5CAECB8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aecb74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{152722C2-F0B1-3D19-ADA8-F40CA5CAECB8}\\TypeLib] 1460706649 -#time=1d196eb86f74064 +[Software\\Classes\\Interface\\{152722C2-F0B1-3D19-ADA8-F40CA5CAECB8}\\TypeLib] 1526460883 +#time=1d3ecf388aed09c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{152A6B4D-09AF-3EDF-8CBA-11797EEEEA4E}] 1460706649 -#time=1d196eb86f29a78 +[Software\\Classes\\Interface\\{152A6B4D-09AF-3EDF-8CBA-11797EEEEA4E}] 1526460883 +#time=1d3ecf388a9a2d4 @="_DataMisalignedException" -[Software\\Classes\\Interface\\{152A6B4D-09AF-3EDF-8CBA-11797EEEEA4E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f29848 +[Software\\Classes\\Interface\\{152A6B4D-09AF-3EDF-8CBA-11797EEEEA4E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9a05e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{152A6B4D-09AF-3EDF-8CBA-11797EEEEA4E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f299b0 +[Software\\Classes\\Interface\\{152A6B4D-09AF-3EDF-8CBA-11797EEEEA4E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9a1e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{152A6B4D-09AF-3EDF-8CBA-11797EEEEA4E}\\TypeLib] 1460706649 -#time=1d196eb86f29b7c +[Software\\Classes\\Interface\\{152A6B4D-09AF-3EDF-8CBA-11797EEEEA4E}\\TypeLib] 1526460883 +#time=1d3ecf388a9a3ec @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{15738649-33A7-3C2E-B5CD-0BC30023857A}] 1460706650 -#time=1d196eb8753a886 +[Software\\Classes\\Interface\\{15738649-33A7-3C2E-B5CD-0BC30023857A}] 1526460884 +#time=1d3ecf3890562fe @="_ResourcePool" -[Software\\Classes\\Interface\\{15738649-33A7-3C2E-B5CD-0BC30023857A}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753a656 +[Software\\Classes\\Interface\\{15738649-33A7-3C2E-B5CD-0BC30023857A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905604c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{15738649-33A7-3C2E-B5CD-0BC30023857A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753a7b4 +[Software\\Classes\\Interface\\{15738649-33A7-3C2E-B5CD-0BC30023857A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3890561be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{15738649-33A7-3C2E-B5CD-0BC30023857A}\\TypeLib] 1460706650 -#time=1d196eb8753a980 +[Software\\Classes\\Interface\\{15738649-33A7-3C2E-B5CD-0BC30023857A}\\TypeLib] 1526460884 +#time=1d3ecf38905643e @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{15B2CCE5-D1EA-4EB9-9E06-8729C72D631B}] 1460706648 -#time=1d196eb868d6c70 +[Software\\Classes\\Interface\\{15B2CCE5-D1EA-4EB9-9E06-8729C72D631B}] 1526460883 +#time=1d3ecf3884da416 @="IJSVsaGlobalItem" -[Software\\Classes\\Interface\\{15B2CCE5-D1EA-4EB9-9E06-8729C72D631B}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d6a5e +[Software\\Classes\\Interface\\{15B2CCE5-D1EA-4EB9-9E06-8729C72D631B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884da0ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{15B2CCE5-D1EA-4EB9-9E06-8729C72D631B}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d6ba8 +[Software\\Classes\\Interface\\{15B2CCE5-D1EA-4EB9-9E06-8729C72D631B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884da2e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{15B2CCE5-D1EA-4EB9-9E06-8729C72D631B}\\TypeLib] 1460706648 -#time=1d196eb868d6d74 +[Software\\Classes\\Interface\\{15B2CCE5-D1EA-4EB9-9E06-8729C72D631B}\\TypeLib] 1526460883 +#time=1d3ecf3884da5a6 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{15D54C00-7C95-38D7-B859-E19346677DCD}] 1460706649 -#time=1d196eb86f9fac0 +[Software\\Classes\\Interface\\{15D54C00-7C95-38D7-B859-E19346677DCD}] 1526460883 +#time=1d3ecf388b1aa92 @="_CoClassAttribute" -[Software\\Classes\\Interface\\{15D54C00-7C95-38D7-B859-E19346677DCD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9f8a4 +[Software\\Classes\\Interface\\{15D54C00-7C95-38D7-B859-E19346677DCD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1a830 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{15D54C00-7C95-38D7-B859-E19346677DCD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9f9e4 +[Software\\Classes\\Interface\\{15D54C00-7C95-38D7-B859-E19346677DCD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1a998 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{15D54C00-7C95-38D7-B859-E19346677DCD}\\TypeLib] 1460706649 -#time=1d196eb86f9fbba +[Software\\Classes\\Interface\\{15D54C00-7C95-38D7-B859-E19346677DCD}\\TypeLib] 1526460883 +#time=1d3ecf388b1abc8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{15F9A479-9397-3A63-ACBD-F51977FB0F02}] 1460706649 -#time=1d196eb86f22462 +[Software\\Classes\\Interface\\{15F9A479-9397-3A63-ACBD-F51977FB0F02}] 1526460883 +#time=1d3ecf388a931e6 @="_PropertyBuilder" -[Software\\Classes\\Interface\\{15F9A479-9397-3A63-ACBD-F51977FB0F02}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f221e2 +[Software\\Classes\\Interface\\{15F9A479-9397-3A63-ACBD-F51977FB0F02}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a92f84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{15F9A479-9397-3A63-ACBD-F51977FB0F02}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f22336 +[Software\\Classes\\Interface\\{15F9A479-9397-3A63-ACBD-F51977FB0F02}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a930f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{15F9A479-9397-3A63-ACBD-F51977FB0F02}\\TypeLib] 1460706649 -#time=1d196eb86f22584 +[Software\\Classes\\Interface\\{15F9A479-9397-3A63-ACBD-F51977FB0F02}\\TypeLib] 1526460883 +#time=1d3ecf388a932fe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{160D517F-F175-3B61-8264-6D2305B8246C}] 1460706649 -#time=1d196eb86f37466 +[Software\\Classes\\Interface\\{160D517F-F175-3B61-8264-6D2305B8246C}] 1526460883 +#time=1d3ecf388aaa422 @="_ContextStaticAttribute" -[Software\\Classes\\Interface\\{160D517F-F175-3B61-8264-6D2305B8246C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f37268 +[Software\\Classes\\Interface\\{160D517F-F175-3B61-8264-6D2305B8246C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aaa1c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{160D517F-F175-3B61-8264-6D2305B8246C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3739e +[Software\\Classes\\Interface\\{160D517F-F175-3B61-8264-6D2305B8246C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aaa332 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{160D517F-F175-3B61-8264-6D2305B8246C}\\TypeLib] 1460706649 -#time=1d196eb86f37560 +[Software\\Classes\\Interface\\{160D517F-F175-3B61-8264-6D2305B8246C}\\TypeLib] 1526460883 +#time=1d3ecf388aaa53a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1611FDDA-445B-11D2-85DE-00C04FA35C89}] 1460706471 -#time=1d196eb1cdbb0ac +[Software\\Classes\\Interface\\{1611FDDA-445B-11D2-85DE-00C04FA35C89}] 1526460533 +#time=1d3ecf2b7a94356 @="_SearchAssistantEvents" -[Software\\Classes\\Interface\\{1611FDDA-445B-11D2-85DE-00C04FA35C89}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdbab7a +[Software\\Classes\\Interface\\{1611FDDA-445B-11D2-85DE-00C04FA35C89}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a93eba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1611FDDA-445B-11D2-85DE-00C04FA35C89}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdbaeea +[Software\\Classes\\Interface\\{1611FDDA-445B-11D2-85DE-00C04FA35C89}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a941a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1611FDDA-445B-11D2-85DE-00C04FA35C89}\\TypeLib] 1460706471 -#time=1d196eb1cdbb1c4 +[Software\\Classes\\Interface\\{1611FDDA-445B-11D2-85DE-00C04FA35C89}\\TypeLib] 1526460533 +#time=1d3ecf2b7a94572 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{163BB1E0-6E00-11CF-837A-48DC04C10000}] 1460706471 -#time=1d196eb1d01db24 +[Software\\Classes\\Interface\\{163BB1E0-6E00-11CF-837A-48DC04C10000}] 1526460533 +#time=1d3ecf2b7c56b12 @="IHTMLLocation" -[Software\\Classes\\Interface\\{163BB1E0-6E00-11CF-837A-48DC04C10000}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01d908 +[Software\\Classes\\Interface\\{163BB1E0-6E00-11CF-837A-48DC04C10000}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c56888 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{163BB1E0-6E00-11CF-837A-48DC04C10000}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01da52 +[Software\\Classes\\Interface\\{163BB1E0-6E00-11CF-837A-48DC04C10000}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c56a18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{163BB1E0-6E00-11CF-837A-48DC04C10000}\\TypeLib] 1460706471 -#time=1d196eb1d01dc14 +[Software\\Classes\\Interface\\{163BB1E0-6E00-11CF-837A-48DC04C10000}\\TypeLib] 1526460533 +#time=1d3ecf2b7c56c20 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{1660EB67-EE41-363E-BEB0-C2DE09214ABF}] 1460706649 -#time=1d196eb86f65406 +[Software\\Classes\\Interface\\{1660EB67-EE41-363E-BEB0-C2DE09214ABF}] 1526460883 +#time=1d3ecf388adcd50 @="_CustomAttributeFormatException" -[Software\\Classes\\Interface\\{1660EB67-EE41-363E-BEB0-C2DE09214ABF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f65208 +[Software\\Classes\\Interface\\{1660EB67-EE41-363E-BEB0-C2DE09214ABF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adcaf8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1660EB67-EE41-363E-BEB0-C2DE09214ABF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6533e +[Software\\Classes\\Interface\\{1660EB67-EE41-363E-BEB0-C2DE09214ABF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388adcc6a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1660EB67-EE41-363E-BEB0-C2DE09214ABF}\\TypeLib] 1460706649 -#time=1d196eb86f65500 +[Software\\Classes\\Interface\\{1660EB67-EE41-363E-BEB0-C2DE09214ABF}\\TypeLib] 1526460883 +#time=1d3ecf388adce72 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{16FE0885-9129-3884-A232-90B58C5B2AA9}] 1460706649 -#time=1d196eb86f26846 +[Software\\Classes\\Interface\\{16FE0885-9129-3884-A232-90B58C5B2AA9}] 1526460883 +#time=1d3ecf388a96e86 @="_MulticastDelegate" -[Software\\Classes\\Interface\\{16FE0885-9129-3884-A232-90B58C5B2AA9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2662a +[Software\\Classes\\Interface\\{16FE0885-9129-3884-A232-90B58C5B2AA9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a96c10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{16FE0885-9129-3884-A232-90B58C5B2AA9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f26774 +[Software\\Classes\\Interface\\{16FE0885-9129-3884-A232-90B58C5B2AA9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a96da0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{16FE0885-9129-3884-A232-90B58C5B2AA9}\\TypeLib] 1460706649 -#time=1d196eb86f2694a +[Software\\Classes\\Interface\\{16FE0885-9129-3884-A232-90B58C5B2AA9}\\TypeLib] 1526460883 +#time=1d3ecf388a96f9e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{17156360-2F1A-384A-BC52-FDE93C215C5B}] 1460706649 -#time=1d196eb86edf5ae +[Software\\Classes\\Interface\\{17156360-2F1A-384A-BC52-FDE93C215C5B}] 1526460883 +#time=1d3ecf388a69ac6 @="_Assembly" -[Software\\Classes\\Interface\\{17156360-2F1A-384A-BC52-FDE93C215C5B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edf39c +[Software\\Classes\\Interface\\{17156360-2F1A-384A-BC52-FDE93C215C5B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6983c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{17156360-2F1A-384A-BC52-FDE93C215C5B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edf4e6 +[Software\\Classes\\Interface\\{17156360-2F1A-384A-BC52-FDE93C215C5B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a699cc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{17156360-2F1A-384A-BC52-FDE93C215C5B}\\TypeLib] 1460706649 -#time=1d196eb86edf6b2 +[Software\\Classes\\Interface\\{17156360-2F1A-384A-BC52-FDE93C215C5B}\\TypeLib] 1526460883 +#time=1d3ecf388a69bf2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{172341E0-9B0D-43E6-9EFF-75E030A46461}] 1460706648 -#time=1d196eb868d60ae +[Software\\Classes\\Interface\\{172341E0-9B0D-43E6-9EFF-75E030A46461}] 1526460883 +#time=1d3ecf3884d8d64 @="IJSVsaItems" -[Software\\Classes\\Interface\\{172341E0-9B0D-43E6-9EFF-75E030A46461}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d5ea6 +[Software\\Classes\\Interface\\{172341E0-9B0D-43E6-9EFF-75E030A46461}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884d88e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{172341E0-9B0D-43E6-9EFF-75E030A46461}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d5fe6 +[Software\\Classes\\Interface\\{172341E0-9B0D-43E6-9EFF-75E030A46461}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884d8bac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{172341E0-9B0D-43E6-9EFF-75E030A46461}\\TypeLib] 1460706648 -#time=1d196eb868d61c6 +[Software\\Classes\\Interface\\{172341E0-9B0D-43E6-9EFF-75E030A46461}\\TypeLib] 1526460883 +#time=1d3ecf3884d8f58 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{1738ADBC-156E-3897-844F-C3147C528DEA}] 1460706649 -#time=1d196eb86fe1b46 +[Software\\Classes\\Interface\\{1738ADBC-156E-3897-844F-C3147C528DEA}] 1526460883 +#time=1d3ecf388b63b2a @="_SoapDateTime" -[Software\\Classes\\Interface\\{1738ADBC-156E-3897-844F-C3147C528DEA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe193e +[Software\\Classes\\Interface\\{1738ADBC-156E-3897-844F-C3147C528DEA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b638c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1738ADBC-156E-3897-844F-C3147C528DEA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe1a74 +[Software\\Classes\\Interface\\{1738ADBC-156E-3897-844F-C3147C528DEA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b63a44 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1738ADBC-156E-3897-844F-C3147C528DEA}\\TypeLib] 1460706649 -#time=1d196eb86fe1c5e +[Software\\Classes\\Interface\\{1738ADBC-156E-3897-844F-C3147C528DEA}\\TypeLib] 1526460883 +#time=1d3ecf388b63c42 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{174C81FE-AECD-4DAE-B8A0-2C6318DD86A8}] 1460706472 -#time=1d196eb1d1e4520 +[Software\\Classes\\Interface\\{174C81FE-AECD-4DAE-B8A0-2C6318DD86A8}] 1526460533 +#time=1d3ecf2b7deead8 @="IWebProxy" -[Software\\Classes\\Interface\\{174C81FE-AECD-4DAE-B8A0-2C6318DD86A8}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e4250 +[Software\\Classes\\Interface\\{174C81FE-AECD-4DAE-B8A0-2C6318DD86A8}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7dee862 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{174C81FE-AECD-4DAE-B8A0-2C6318DD86A8}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e4408 +[Software\\Classes\\Interface\\{174C81FE-AECD-4DAE-B8A0-2C6318DD86A8}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7dee9e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{174C81FE-AECD-4DAE-B8A0-2C6318DD86A8}\\TypeLib] 1460706472 -#time=1d196eb1d1e4642 +[Software\\Classes\\Interface\\{174C81FE-AECD-4DAE-B8A0-2C6318DD86A8}\\TypeLib] 1526460533 +#time=1d3ecf2b7deebf0 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{175BB49A-4CBE-38B3-8C6C-1B0145EDABB7}] 1460706650 -#time=1d196eb877f036e +[Software\\Classes\\Interface\\{175BB49A-4CBE-38B3-8C6C-1B0145EDABB7}] 1526460884 +#time=1d3ecf3892cceca @="_CodePrimitiveExpression" -[Software\\Classes\\Interface\\{175BB49A-4CBE-38B3-8C6C-1B0145EDABB7}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f0152 +[Software\\Classes\\Interface\\{175BB49A-4CBE-38B3-8C6C-1B0145EDABB7}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892ccbfa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{175BB49A-4CBE-38B3-8C6C-1B0145EDABB7}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f02a6 +[Software\\Classes\\Interface\\{175BB49A-4CBE-38B3-8C6C-1B0145EDABB7}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892ccda8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{175BB49A-4CBE-38B3-8C6C-1B0145EDABB7}\\TypeLib] 1460706650 -#time=1d196eb877f0468 +[Software\\Classes\\Interface\\{175BB49A-4CBE-38B3-8C6C-1B0145EDABB7}\\TypeLib] 1526460884 +#time=1d3ecf3892cd014 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{177160CA-BB5A-411C-841D-BD38FACDEAA0}] 1460706471 -#time=1d196eb1d12dbae +[Software\\Classes\\Interface\\{177160CA-BB5A-411C-841D-BD38FACDEAA0}] 1526460533 +#time=1d3ecf2b7f46642 @="IShellDispatch3" -[Software\\Classes\\Interface\\{177160CA-BB5A-411C-841D-BD38FACDEAA0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12d992 +[Software\\Classes\\Interface\\{177160CA-BB5A-411C-841D-BD38FACDEAA0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f463d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{177160CA-BB5A-411C-841D-BD38FACDEAA0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12dadc +[Software\\Classes\\Interface\\{177160CA-BB5A-411C-841D-BD38FACDEAA0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f46548 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{177160CA-BB5A-411C-841D-BD38FACDEAA0}\\TypeLib] 1460706471 -#time=1d196eb1d12dc94 +[Software\\Classes\\Interface\\{177160CA-BB5A-411C-841D-BD38FACDEAA0}\\TypeLib] 1526460533 +#time=1d3ecf2b7f46750 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{177C4E63-9E0B-354D-838B-B52AA8683EF6}] 1460706649 -#time=1d196eb86f623f0 +[Software\\Classes\\Interface\\{177C4E63-9E0B-354D-838B-B52AA8683EF6}] 1526460883 +#time=1d3ecf388ad9876 @="_AssemblyCultureAttribute" -[Software\\Classes\\Interface\\{177C4E63-9E0B-354D-838B-B52AA8683EF6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f621e8 +[Software\\Classes\\Interface\\{177C4E63-9E0B-354D-838B-B52AA8683EF6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad9614 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{177C4E63-9E0B-354D-838B-B52AA8683EF6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f62328 +[Software\\Classes\\Interface\\{177C4E63-9E0B-354D-838B-B52AA8683EF6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad9786 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{177C4E63-9E0B-354D-838B-B52AA8683EF6}\\TypeLib] 1460706649 -#time=1d196eb86f624f4 +[Software\\Classes\\Interface\\{177C4E63-9E0B-354D-838B-B52AA8683EF6}\\TypeLib] 1526460883 +#time=1d3ecf388ad998e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{178E5337-1528-4591-B1C9-1C6E484686D8}] 1460706649 -#time=1d196eb86b681fa +[Software\\Classes\\Interface\\{178E5337-1528-4591-B1C9-1C6E484686D8}] 1526460883 +#time=1d3ecf388742988 @="IApartmentCallback" -[Software\\Classes\\Interface\\{178E5337-1528-4591-B1C9-1C6E484686D8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b67fe8 +[Software\\Classes\\Interface\\{178E5337-1528-4591-B1C9-1C6E484686D8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3887425be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{178E5337-1528-4591-B1C9-1C6E484686D8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b68128 +[Software\\Classes\\Interface\\{178E5337-1528-4591-B1C9-1C6E484686D8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf38874282a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{178E5337-1528-4591-B1C9-1C6E484686D8}\\TypeLib] 1460706649 -#time=1d196eb86b682fe +[Software\\Classes\\Interface\\{178E5337-1528-4591-B1C9-1C6E484686D8}\\TypeLib] 1526460883 +#time=1d3ecf388742b72 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{17B730BA-45EF-3DDF-9F8D-A490BAC731F4}] 1460706649 -#time=1d196eb86f428ac +[Software\\Classes\\Interface\\{17B730BA-45EF-3DDF-9F8D-A490BAC731F4}] 1526460883 +#time=1d3ecf388ab627c @="_ObjectDisposedException" -[Software\\Classes\\Interface\\{17B730BA-45EF-3DDF-9F8D-A490BAC731F4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4267c +[Software\\Classes\\Interface\\{17B730BA-45EF-3DDF-9F8D-A490BAC731F4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab601a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{17B730BA-45EF-3DDF-9F8D-A490BAC731F4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f427e4 +[Software\\Classes\\Interface\\{17B730BA-45EF-3DDF-9F8D-A490BAC731F4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab618c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{17B730BA-45EF-3DDF-9F8D-A490BAC731F4}\\TypeLib] 1460706649 -#time=1d196eb86f429b0 +[Software\\Classes\\Interface\\{17B730BA-45EF-3DDF-9F8D-A490BAC731F4}\\TypeLib] 1526460883 +#time=1d3ecf388ab6394 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{17D49A3D-F8B8-4B2F-B254-52319DD64C53}] 1460706471 -#time=1d196eb1cfcf488 +[Software\\Classes\\Interface\\{17D49A3D-F8B8-4B2F-B254-52319DD64C53}] 1526460533 +#time=1d3ecf2b7e3ff3c @="ITfReadOnlyProperty" -[Software\\Classes\\Interface\\{17D49A3D-F8B8-4B2F-B254-52319DD64C53}\\NumMethods] 1460706471 -#time=1d196eb1cfcf3ac +[Software\\Classes\\Interface\\{17D49A3D-F8B8-4B2F-B254-52319DD64C53}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3fe4c @="7" -[Software\\Classes\\Interface\\{17D49A3D-F8B8-4B2F-B254-52319DD64C53}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcf4f6 +[Software\\Classes\\Interface\\{17D49A3D-F8B8-4B2F-B254-52319DD64C53}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3ffc8 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{1833C4C9-4E61-3D96-AEB5-65B43DE96A01}] 1460706650 -#time=1d196eb87aac24c +[Software\\Classes\\Interface\\{1833C4C9-4E61-3D96-AEB5-65B43DE96A01}] 1526460884 +#time=1d3ecf38953f6f8 @="_CheckedListBox" -[Software\\Classes\\Interface\\{1833C4C9-4E61-3D96-AEB5-65B43DE96A01}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aabfd6 +[Software\\Classes\\Interface\\{1833C4C9-4E61-3D96-AEB5-65B43DE96A01}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953f432 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1833C4C9-4E61-3D96-AEB5-65B43DE96A01}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aac15c +[Software\\Classes\\Interface\\{1833C4C9-4E61-3D96-AEB5-65B43DE96A01}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38953f5f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1833C4C9-4E61-3D96-AEB5-65B43DE96A01}\\TypeLib] 1460706650 -#time=1d196eb87aac35a +[Software\\Classes\\Interface\\{1833C4C9-4E61-3D96-AEB5-65B43DE96A01}\\TypeLib] 1526460884 +#time=1d3ecf38953f84c @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{18E473F6-637B-3C01-8D46-D011AAD26C95}] 1460706649 -#time=1d196eb86f82538 +[Software\\Classes\\Interface\\{18E473F6-637B-3C01-8D46-D011AAD26C95}] 1526460883 +#time=1d3ecf388afd76c @="_ApplicationSecurityInfo" -[Software\\Classes\\Interface\\{18E473F6-637B-3C01-8D46-D011AAD26C95}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f822ae +[Software\\Classes\\Interface\\{18E473F6-637B-3C01-8D46-D011AAD26C95}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afd51e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{18E473F6-637B-3C01-8D46-D011AAD26C95}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f82448 +[Software\\Classes\\Interface\\{18E473F6-637B-3C01-8D46-D011AAD26C95}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afd686 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{18E473F6-637B-3C01-8D46-D011AAD26C95}\\TypeLib] 1460706649 -#time=1d196eb86f82790 +[Software\\Classes\\Interface\\{18E473F6-637B-3C01-8D46-D011AAD26C95}\\TypeLib] 1526460883 +#time=1d3ecf388afd88e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{19188CB0-ACA9-11D2-AFC5-00105A2799B5}] 1460706471 -#time=1d196eb1cfc8020 +[Software\\Classes\\Interface\\{19188CB0-ACA9-11D2-AFC5-00105A2799B5}] 1526460533 +#time=1d3ecf2b7e37936 @="IEnumTfProperties" -[Software\\Classes\\Interface\\{19188CB0-ACA9-11D2-AFC5-00105A2799B5}\\NumMethods] 1460706471 -#time=1d196eb1cfc7f30 +[Software\\Classes\\Interface\\{19188CB0-ACA9-11D2-AFC5-00105A2799B5}\\NumMethods] 1526460533 +#time=1d3ecf2b7e37846 @="7" -[Software\\Classes\\Interface\\{19188CB0-ACA9-11D2-AFC5-00105A2799B5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc8098 +[Software\\Classes\\Interface\\{19188CB0-ACA9-11D2-AFC5-00105A2799B5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e379b8 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{1921006E-2AD4-3300-86E0-DB33AFEFD81F}] 1460706650 -#time=1d196eb8753fea8 +[Software\\Classes\\Interface\\{1921006E-2AD4-3300-86E0-DB33AFEFD81F}] 1526460884 +#time=1d3ecf38905bc90 @="_AssemblyLocator" -[Software\\Classes\\Interface\\{1921006E-2AD4-3300-86E0-DB33AFEFD81F}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753fb9c +[Software\\Classes\\Interface\\{1921006E-2AD4-3300-86E0-DB33AFEFD81F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905b9d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1921006E-2AD4-3300-86E0-DB33AFEFD81F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753fd90 +[Software\\Classes\\Interface\\{1921006E-2AD4-3300-86E0-DB33AFEFD81F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905bb82 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1921006E-2AD4-3300-86E0-DB33AFEFD81F}\\TypeLib] 1460706650 -#time=1d196eb87540010 +[Software\\Classes\\Interface\\{1921006E-2AD4-3300-86E0-DB33AFEFD81F}\\TypeLib] 1526460884 +#time=1d3ecf38905bde4 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{19373C44-55B4-3487-9AD8-4C621AAE85EA}] 1460706649 -#time=1d196eb86fdf22e +[Software\\Classes\\Interface\\{19373C44-55B4-3487-9AD8-4C621AAE85EA}] 1526460883 +#time=1d3ecf388b60bc8 @="_ServerException" -[Software\\Classes\\Interface\\{19373C44-55B4-3487-9AD8-4C621AAE85EA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdf01c +[Software\\Classes\\Interface\\{19373C44-55B4-3487-9AD8-4C621AAE85EA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b60902 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{19373C44-55B4-3487-9AD8-4C621AAE85EA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdf15c +[Software\\Classes\\Interface\\{19373C44-55B4-3487-9AD8-4C621AAE85EA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b60ac4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{19373C44-55B4-3487-9AD8-4C621AAE85EA}\\TypeLib] 1460706649 -#time=1d196eb86fdf328 +[Software\\Classes\\Interface\\{19373C44-55B4-3487-9AD8-4C621AAE85EA}\\TypeLib] 1526460883 +#time=1d3ecf388b60d12 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{19C613A0-FCB8-4F28-81AE-897C3D078F81}] 1460706471 -#time=1d196eb1d0ccfca +[Software\\Classes\\Interface\\{19C613A0-FCB8-4F28-81AE-897C3D078F81}] 1526460533 +#time=1d3ecf2b7fd9c26 @="IBackgroundCopyError" -[Software\\Classes\\Interface\\{19C613A0-FCB8-4F28-81AE-897C3D078F81}\\NumMethods] 1460706471 -#time=1d196eb1d0ccee4 +[Software\\Classes\\Interface\\{19C613A0-FCB8-4F28-81AE-897C3D078F81}\\NumMethods] 1526460533 +#time=1d3ecf2b7fd9b22 @="8" -[Software\\Classes\\Interface\\{19C613A0-FCB8-4F28-81AE-897C3D078F81}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0cd038 +[Software\\Classes\\Interface\\{19C613A0-FCB8-4F28-81AE-897C3D078F81}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fd9ca8 @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{1A19D89E-F4FE-3E8E-B7EC-05D4E592F3F6}] 1460706650 -#time=1d196eb877d34a8 +[Software\\Classes\\Interface\\{1A19D89E-F4FE-3E8E-B7EC-05D4E592F3F6}] 1526460884 +#time=1d3ecf38929bfe6 @="IEventBindingService" -[Software\\Classes\\Interface\\{1A19D89E-F4FE-3E8E-B7EC-05D4E592F3F6}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d2f4e +[Software\\Classes\\Interface\\{1A19D89E-F4FE-3E8E-B7EC-05D4E592F3F6}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38929badc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1A19D89E-F4FE-3E8E-B7EC-05D4E592F3F6}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d332c +[Software\\Classes\\Interface\\{1A19D89E-F4FE-3E8E-B7EC-05D4E592F3F6}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929be2e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1A19D89E-F4FE-3E8E-B7EC-05D4E592F3F6}\\TypeLib] 1460706650 -#time=1d196eb877d371e +[Software\\Classes\\Interface\\{1A19D89E-F4FE-3E8E-B7EC-05D4E592F3F6}\\TypeLib] 1526460884 +#time=1d3ecf38929c1d0 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{1A388F98-D4BA-11D1-8B09-00600806D9B6}] 1460706471 -#time=1d196eb1cdcd3ba +[Software\\Classes\\Interface\\{1A388F98-D4BA-11D1-8B09-00600806D9B6}] 1526460533 +#time=1d3ecf2b7ab0b46 @="ISWbemProperty" -[Software\\Classes\\Interface\\{1A388F98-D4BA-11D1-8B09-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdcd176 +[Software\\Classes\\Interface\\{1A388F98-D4BA-11D1-8B09-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ab08bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1A388F98-D4BA-11D1-8B09-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdcd2de +[Software\\Classes\\Interface\\{1A388F98-D4BA-11D1-8B09-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ab0a38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1A388F98-D4BA-11D1-8B09-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdcd4aa +[Software\\Classes\\Interface\\{1A388F98-D4BA-11D1-8B09-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7ab0c54 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{1A4E1878-FE8C-3F59-B6A9-21AB82BE57E9}] 1460706649 -#time=1d196eb86f7d9b6 +[Software\\Classes\\Interface\\{1A4E1878-FE8C-3F59-B6A9-21AB82BE57E9}] 1526460883 +#time=1d3ecf388af8136 @="_MissingManifestResourceException" -[Software\\Classes\\Interface\\{1A4E1878-FE8C-3F59-B6A9-21AB82BE57E9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7d7ae +[Software\\Classes\\Interface\\{1A4E1878-FE8C-3F59-B6A9-21AB82BE57E9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af7ed4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1A4E1878-FE8C-3F59-B6A9-21AB82BE57E9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7d8ee +[Software\\Classes\\Interface\\{1A4E1878-FE8C-3F59-B6A9-21AB82BE57E9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af803c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1A4E1878-FE8C-3F59-B6A9-21AB82BE57E9}\\TypeLib] 1460706649 -#time=1d196eb86f7daba +[Software\\Classes\\Interface\\{1A4E1878-FE8C-3F59-B6A9-21AB82BE57E9}\\TypeLib] 1526460883 +#time=1d3ecf388af8258 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1A8B0DE6-B825-38C5-B744-8F93075FD6FA}] 1460706649 -#time=1d196eb86efc780 +[Software\\Classes\\Interface\\{1A8B0DE6-B825-38C5-B744-8F93075FD6FA}] 1526460883 +#time=1d3ecf388a805dc @="IMessage" -[Software\\Classes\\Interface\\{1A8B0DE6-B825-38C5-B744-8F93075FD6FA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86efc2bc +[Software\\Classes\\Interface\\{1A8B0DE6-B825-38C5-B744-8F93075FD6FA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a80384 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1A8B0DE6-B825-38C5-B744-8F93075FD6FA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86efc582 +[Software\\Classes\\Interface\\{1A8B0DE6-B825-38C5-B744-8F93075FD6FA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a804f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1A8B0DE6-B825-38C5-B744-8F93075FD6FA}\\TypeLib] 1460706649 -#time=1d196eb86efca5a +[Software\\Classes\\Interface\\{1A8B0DE6-B825-38C5-B744-8F93075FD6FA}\\TypeLib] 1526460883 +#time=1d3ecf388a80708 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1AC3D9F0-175C-11D1-95BE-00609797EA4F}] 1460706471 -#time=1d196eb1ce0945a +[Software\\Classes\\Interface\\{1AC3D9F0-175C-11D1-95BE-00609797EA4F}] 1526460533 +#time=1d3ecf2b809131c @="IPersistFolder2" -[Software\\Classes\\Interface\\{1AC3D9F0-175C-11D1-95BE-00609797EA4F}\\NumMethods] 1460706471 -#time=1d196eb1ce09388 +[Software\\Classes\\Interface\\{1AC3D9F0-175C-11D1-95BE-00609797EA4F}\\NumMethods] 1526460533 +#time=1d3ecf2b809122c @="6" -[Software\\Classes\\Interface\\{1AC3D9F0-175C-11D1-95BE-00609797EA4F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce094c8 +[Software\\Classes\\Interface\\{1AC3D9F0-175C-11D1-95BE-00609797EA4F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80913c6 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{1AC82FBE-4FF0-383C-BBFD-FE40ECB3628D}] 1460706649 -#time=1d196eb86f078b0 +[Software\\Classes\\Interface\\{1AC82FBE-4FF0-383C-BBFD-FE40ECB3628D}] 1526460883 +#time=1d3ecf388a85bae @="ITransportHeaders" -[Software\\Classes\\Interface\\{1AC82FBE-4FF0-383C-BBFD-FE40ECB3628D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f07392 +[Software\\Classes\\Interface\\{1AC82FBE-4FF0-383C-BBFD-FE40ECB3628D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8594c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1AC82FBE-4FF0-383C-BBFD-FE40ECB3628D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f076a8 +[Software\\Classes\\Interface\\{1AC82FBE-4FF0-383C-BBFD-FE40ECB3628D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a85abe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1AC82FBE-4FF0-383C-BBFD-FE40ECB3628D}\\TypeLib] 1460706649 -#time=1d196eb86f07b1c +[Software\\Classes\\Interface\\{1AC82FBE-4FF0-383C-BBFD-FE40ECB3628D}\\TypeLib] 1526460883 +#time=1d3ecf388a85cbc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1AF3A467-214F-4298-908E-06B03E0B39F9}] 1460706471 -#time=1d196eb1ce1142a +[Software\\Classes\\Interface\\{1AF3A467-214F-4298-908E-06B03E0B39F9}] 1526460533 +#time=1d3ecf2b80960ce @="IFolderView2" -[Software\\Classes\\Interface\\{1AF3A467-214F-4298-908E-06B03E0B39F9}\\NumMethods] 1460706471 -#time=1d196eb1ce112ae +[Software\\Classes\\Interface\\{1AF3A467-214F-4298-908E-06B03E0B39F9}\\NumMethods] 1526460533 +#time=1d3ecf2b8095fd4 @="42" -[Software\\Classes\\Interface\\{1AF3A467-214F-4298-908E-06B03E0B39F9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce115e2 +[Software\\Classes\\Interface\\{1AF3A467-214F-4298-908E-06B03E0B39F9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8096150 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{1AF4F612-3B71-466F-8F58-7B6F73AC57AD}] 1460706471 -#time=1d196eb1d0cd83a +[Software\\Classes\\Interface\\{1AF4F612-3B71-466F-8F58-7B6F73AC57AD}] 1526460533 +#time=1d3ecf2b7fda54a @="IEnumBackgroundCopyJobs" -[Software\\Classes\\Interface\\{1AF4F612-3B71-466F-8F58-7B6F73AC57AD}\\NumMethods] 1460706471 -#time=1d196eb1d0cd754 +[Software\\Classes\\Interface\\{1AF4F612-3B71-466F-8F58-7B6F73AC57AD}\\NumMethods] 1526460533 +#time=1d3ecf2b7fda45a @="8" -[Software\\Classes\\Interface\\{1AF4F612-3B71-466F-8F58-7B6F73AC57AD}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0cd8b2 +[Software\\Classes\\Interface\\{1AF4F612-3B71-466F-8F58-7B6F73AC57AD}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fda5cc @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{1B093056-5454-386F-8971-BBCBC4E9A8F3}] 1460706649 -#time=1d196eb86f9ad2c +[Software\\Classes\\Interface\\{1B093056-5454-386F-8971-BBCBC4E9A8F3}] 1526460883 +#time=1d3ecf388b15ad8 @="_ComImportAttribute" -[Software\\Classes\\Interface\\{1B093056-5454-386F-8971-BBCBC4E9A8F3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9aafc +[Software\\Classes\\Interface\\{1B093056-5454-386F-8971-BBCBC4E9A8F3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b15880 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B093056-5454-386F-8971-BBCBC4E9A8F3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9ac5a +[Software\\Classes\\Interface\\{1B093056-5454-386F-8971-BBCBC4E9A8F3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b159e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B093056-5454-386F-8971-BBCBC4E9A8F3}\\TypeLib] 1460706649 -#time=1d196eb86f9ae30 +[Software\\Classes\\Interface\\{1B093056-5454-386F-8971-BBCBC4E9A8F3}\\TypeLib] 1526460883 +#time=1d3ecf388b15bf0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1B264763-A1C7-3441-9D61-7EDAEC2D0C44}] 1460706650 -#time=1d196eb87ac5d82 +[Software\\Classes\\Interface\\{1B264763-A1C7-3441-9D61-7EDAEC2D0C44}] 1526460884 +#time=1d3ecf389561af0 @="_RichTextBox" -[Software\\Classes\\Interface\\{1B264763-A1C7-3441-9D61-7EDAEC2D0C44}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac5b5c +[Software\\Classes\\Interface\\{1B264763-A1C7-3441-9D61-7EDAEC2D0C44}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389561834 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B264763-A1C7-3441-9D61-7EDAEC2D0C44}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac5cba +[Software\\Classes\\Interface\\{1B264763-A1C7-3441-9D61-7EDAEC2D0C44}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895619e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B264763-A1C7-3441-9D61-7EDAEC2D0C44}\\TypeLib] 1460706650 -#time=1d196eb87ac5e72 +[Software\\Classes\\Interface\\{1B264763-A1C7-3441-9D61-7EDAEC2D0C44}\\TypeLib] 1526460884 +#time=1d3ecf389561c80 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{1B52DED6-92F3-3B4F-851C-AB1F647582A3}] 1460706650 -#time=1d196eb877e9c94 +[Software\\Classes\\Interface\\{1B52DED6-92F3-3B4F-851C-AB1F647582A3}] 1526460884 +#time=1d3ecf3892c3ee2 @="_CodeLinePragma" -[Software\\Classes\\Interface\\{1B52DED6-92F3-3B4F-851C-AB1F647582A3}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e9a6e +[Software\\Classes\\Interface\\{1B52DED6-92F3-3B4F-851C-AB1F647582A3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c3b18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B52DED6-92F3-3B4F-851C-AB1F647582A3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e9bb8 +[Software\\Classes\\Interface\\{1B52DED6-92F3-3B4F-851C-AB1F647582A3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c3d8e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B52DED6-92F3-3B4F-851C-AB1F647582A3}\\TypeLib] 1460706650 -#time=1d196eb877e9db6 +[Software\\Classes\\Interface\\{1B52DED6-92F3-3B4F-851C-AB1F647582A3}\\TypeLib] 1526460884 +#time=1d3ecf3892c40e0 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{1B6ED26A-4B7F-34FC-B2C8-8109D684B3DF}] 1460706649 -#time=1d196eb86f93932 +[Software\\Classes\\Interface\\{1B6ED26A-4B7F-34FC-B2C8-8109D684B3DF}] 1526460883 +#time=1d3ecf388b0c8e8 @="_UnmanagedFunctionPointerAttribute" -[Software\\Classes\\Interface\\{1B6ED26A-4B7F-34FC-B2C8-8109D684B3DF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f93716 +[Software\\Classes\\Interface\\{1B6ED26A-4B7F-34FC-B2C8-8109D684B3DF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0c67c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B6ED26A-4B7F-34FC-B2C8-8109D684B3DF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f93860 +[Software\\Classes\\Interface\\{1B6ED26A-4B7F-34FC-B2C8-8109D684B3DF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0c7ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B6ED26A-4B7F-34FC-B2C8-8109D684B3DF}\\TypeLib] 1460706649 -#time=1d196eb86f93a36 +[Software\\Classes\\Interface\\{1B6ED26A-4B7F-34FC-B2C8-8109D684B3DF}\\TypeLib] 1526460883 +#time=1d3ecf388b0c9f6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1B96E53C-4028-38BC-9DC3-8D7A9555C311}] 1460706649 -#time=1d196eb86f4633a +[Software\\Classes\\Interface\\{1B96E53C-4028-38BC-9DC3-8D7A9555C311}] 1526460883 +#time=1d3ecf388ab9f1c @="_SerializableAttribute" -[Software\\Classes\\Interface\\{1B96E53C-4028-38BC-9DC3-8D7A9555C311}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f46100 +[Software\\Classes\\Interface\\{1B96E53C-4028-38BC-9DC3-8D7A9555C311}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab9c92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B96E53C-4028-38BC-9DC3-8D7A9555C311}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f46240 +[Software\\Classes\\Interface\\{1B96E53C-4028-38BC-9DC3-8D7A9555C311}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab9e04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1B96E53C-4028-38BC-9DC3-8D7A9555C311}\\TypeLib] 1460706649 -#time=1d196eb86f46448 +[Software\\Classes\\Interface\\{1B96E53C-4028-38BC-9DC3-8D7A9555C311}\\TypeLib] 1526460883 +#time=1d3ecf388aba034 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1C32F012-2684-3EFE-8D50-9C2973ACC00B}] 1460706649 -#time=1d196eb86edc598 +[Software\\Classes\\Interface\\{1C32F012-2684-3EFE-8D50-9C2973ACC00B}] 1526460883 +#time=1d3ecf388a66600 @="ISymbolDocument" -[Software\\Classes\\Interface\\{1C32F012-2684-3EFE-8D50-9C2973ACC00B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edc386 +[Software\\Classes\\Interface\\{1C32F012-2684-3EFE-8D50-9C2973ACC00B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6639e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1C32F012-2684-3EFE-8D50-9C2973ACC00B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edc4c6 +[Software\\Classes\\Interface\\{1C32F012-2684-3EFE-8D50-9C2973ACC00B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a66510 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1C32F012-2684-3EFE-8D50-9C2973ACC00B}\\TypeLib] 1460706649 -#time=1d196eb86edc692 +[Software\\Classes\\Interface\\{1C32F012-2684-3EFE-8D50-9C2973ACC00B}\\TypeLib] 1526460883 +#time=1d3ecf388a6670e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1C7817C6-6A49-301E-B20A-05FF053C3D56}] 1460706650 -#time=1d196eb87aab5fe +[Software\\Classes\\Interface\\{1C7817C6-6A49-301E-B20A-05FF053C3D56}] 1526460884 +#time=1d3ecf38953e488 @="_CheckBox" -[Software\\Classes\\Interface\\{1C7817C6-6A49-301E-B20A-05FF053C3D56}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aab3e2 +[Software\\Classes\\Interface\\{1C7817C6-6A49-301E-B20A-05FF053C3D56}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953df92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1C7817C6-6A49-301E-B20A-05FF053C3D56}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aab52c +[Software\\Classes\\Interface\\{1C7817C6-6A49-301E-B20A-05FF053C3D56}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38953e348 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1C7817C6-6A49-301E-B20A-05FF053C3D56}\\TypeLib] 1460706650 -#time=1d196eb87aab702 +[Software\\Classes\\Interface\\{1C7817C6-6A49-301E-B20A-05FF053C3D56}\\TypeLib] 1526460884 +#time=1d3ecf38953e6ea @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{1C8D8B14-4589-3DCA-8E0F-A30E80FBD1A8}] 1460706649 -#time=1d196eb86fa83e6 +[Software\\Classes\\Interface\\{1C8D8B14-4589-3DCA-8E0F-A30E80FBD1A8}] 1526460883 +#time=1d3ecf388b23ba6 @="_UnknownWrapper" -[Software\\Classes\\Interface\\{1C8D8B14-4589-3DCA-8E0F-A30E80FBD1A8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa81ca +[Software\\Classes\\Interface\\{1C8D8B14-4589-3DCA-8E0F-A30E80FBD1A8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b23944 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1C8D8B14-4589-3DCA-8E0F-A30E80FBD1A8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa830a +[Software\\Classes\\Interface\\{1C8D8B14-4589-3DCA-8E0F-A30E80FBD1A8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b23ab6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1C8D8B14-4589-3DCA-8E0F-A30E80FBD1A8}\\TypeLib] 1460706649 -#time=1d196eb86fa84e0 +[Software\\Classes\\Interface\\{1C8D8B14-4589-3DCA-8E0F-A30E80FBD1A8}\\TypeLib] 1526460883 +#time=1d3ecf388b23d22 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1CAC0BDA-AC58-31BC-B624-63F77D0C3D2F}] 1460706649 -#time=1d196eb87004dbc +[Software\\Classes\\Interface\\{1CAC0BDA-AC58-31BC-B624-63F77D0C3D2F}] 1526460883 +#time=1d3ecf388b8a798 @="_MACTripleDES" -[Software\\Classes\\Interface\\{1CAC0BDA-AC58-31BC-B624-63F77D0C3D2F}\\ProxyStubClsid] 1460706649 -#time=1d196eb87004ba0 +[Software\\Classes\\Interface\\{1CAC0BDA-AC58-31BC-B624-63F77D0C3D2F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8a540 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1CAC0BDA-AC58-31BC-B624-63F77D0C3D2F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87004cea +[Software\\Classes\\Interface\\{1CAC0BDA-AC58-31BC-B624-63F77D0C3D2F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8a6b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1CAC0BDA-AC58-31BC-B624-63F77D0C3D2F}\\TypeLib] 1460706649 -#time=1d196eb87004ec0 +[Software\\Classes\\Interface\\{1CAC0BDA-AC58-31BC-B624-63F77D0C3D2F}\\TypeLib] 1526460883 +#time=1d3ecf388b8a8b0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1CEE3A11-01AE-3244-A939-4972FC9703EF}] 1460706649 -#time=1d196eb86ede438 +[Software\\Classes\\Interface\\{1CEE3A11-01AE-3244-A939-4972FC9703EF}] 1526460883 +#time=1d3ecf388a686ee @="ISymbolScope" -[Software\\Classes\\Interface\\{1CEE3A11-01AE-3244-A939-4972FC9703EF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ede226 +[Software\\Classes\\Interface\\{1CEE3A11-01AE-3244-A939-4972FC9703EF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6846e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1CEE3A11-01AE-3244-A939-4972FC9703EF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ede366 +[Software\\Classes\\Interface\\{1CEE3A11-01AE-3244-A939-4972FC9703EF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a685fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1CEE3A11-01AE-3244-A939-4972FC9703EF}\\TypeLib] 1460706649 -#time=1d196eb86ede532 +[Software\\Classes\\Interface\\{1CEE3A11-01AE-3244-A939-4972FC9703EF}\\TypeLib] 1526460883 +#time=1d3ecf388a687fc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1CF2B120-547D-101B-8E65-08002B2BD119}] 1460706471 -#time=1d196eb1d09cdc0 +[Software\\Classes\\Interface\\{1CF2B120-547D-101B-8E65-08002B2BD119}] 1526460533 +#time=1d3ecf2b7bc735e @="IErrorInfo" -[Software\\Classes\\Interface\\{1CF2B120-547D-101B-8E65-08002B2BD119}\\NumMethods] 1460706471 -#time=1d196eb1d09cce4 +[Software\\Classes\\Interface\\{1CF2B120-547D-101B-8E65-08002B2BD119}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc726e @="8" -[Software\\Classes\\Interface\\{1CF2B120-547D-101B-8E65-08002B2BD119}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d09ce2e +[Software\\Classes\\Interface\\{1CF2B120-547D-101B-8E65-08002B2BD119}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bc73e0 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{1CFF0050-6FDD-11D0-9328-00A0C90DCAA9}] 1460706471 -#time=1d196eb1cdfcc0a +[Software\\Classes\\Interface\\{1CFF0050-6FDD-11D0-9328-00A0C90DCAA9}] 1526460533 +#time=1d3ecf2b8080e2c @="IActiveScriptParseProcedureOld32" -[Software\\Classes\\Interface\\{1CFF0050-6FDD-11D0-9328-00A0C90DCAA9}\\NumMethods] 1460706471 -#time=1d196eb1cdfcb10 +[Software\\Classes\\Interface\\{1CFF0050-6FDD-11D0-9328-00A0C90DCAA9}\\NumMethods] 1526460533 +#time=1d3ecf2b8080d32 @="4" -[Software\\Classes\\Interface\\{1CFF0050-6FDD-11D0-9328-00A0C90DCAA9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfcc78 +[Software\\Classes\\Interface\\{1CFF0050-6FDD-11D0-9328-00A0C90DCAA9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8080eae @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{1D5C0F70-AF29-38A3-9436-3070A310C73B}] 1460706649 -#time=1d196eb86fc1b8e +[Software\\Classes\\Interface\\{1D5C0F70-AF29-38A3-9436-3070A310C73B}] 1526460883 +#time=1d3ecf388b3fe46 @="_UIPermissionAttribute" -[Software\\Classes\\Interface\\{1D5C0F70-AF29-38A3-9436-3070A310C73B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc168e +[Software\\Classes\\Interface\\{1D5C0F70-AF29-38A3-9436-3070A310C73B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3fbe4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1D5C0F70-AF29-38A3-9436-3070A310C73B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc1a26 +[Software\\Classes\\Interface\\{1D5C0F70-AF29-38A3-9436-3070A310C73B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3fd56 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1D5C0F70-AF29-38A3-9436-3070A310C73B}\\TypeLib] 1460706649 -#time=1d196eb86fc1cba +[Software\\Classes\\Interface\\{1D5C0F70-AF29-38A3-9436-3070A310C73B}\\TypeLib] 1526460883 +#time=1d3ecf388b3ff5e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1DB1CC2A-DA73-389E-828B-5C616F4FAC49}] 1460706649 -#time=1d196eb86ff6d7a +[Software\\Classes\\Interface\\{1DB1CC2A-DA73-389E-828B-5C616F4FAC49}] 1526460883 +#time=1d3ecf388b78c46 @="_OpCodes" -[Software\\Classes\\Interface\\{1DB1CC2A-DA73-389E-828B-5C616F4FAC49}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff6adc +[Software\\Classes\\Interface\\{1DB1CC2A-DA73-389E-828B-5C616F4FAC49}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b789e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1DB1CC2A-DA73-389E-828B-5C616F4FAC49}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff6c80 +[Software\\Classes\\Interface\\{1DB1CC2A-DA73-389E-828B-5C616F4FAC49}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b78b4c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1DB1CC2A-DA73-389E-828B-5C616F4FAC49}\\TypeLib] 1460706649 -#time=1d196eb86ff6e9c +[Software\\Classes\\Interface\\{1DB1CC2A-DA73-389E-828B-5C616F4FAC49}\\TypeLib] 1526460883 +#time=1d3ecf388b78d54 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1DD3CF3D-DF8E-32FF-91EC-E19AA10B63FB}] 1460706649 -#time=1d196eb86fd8f28 +[Software\\Classes\\Interface\\{1DD3CF3D-DF8E-32FF-91EC-E19AA10B63FB}] 1526460883 +#time=1d3ecf388b59210 @="_ObjRef" -[Software\\Classes\\Interface\\{1DD3CF3D-DF8E-32FF-91EC-E19AA10B63FB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd8cf8 +[Software\\Classes\\Interface\\{1DD3CF3D-DF8E-32FF-91EC-E19AA10B63FB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b58fb8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1DD3CF3D-DF8E-32FF-91EC-E19AA10B63FB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd8e42 +[Software\\Classes\\Interface\\{1DD3CF3D-DF8E-32FF-91EC-E19AA10B63FB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5912a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1DD3CF3D-DF8E-32FF-91EC-E19AA10B63FB}\\TypeLib] 1460706649 -#time=1d196eb86fd9040 +[Software\\Classes\\Interface\\{1DD3CF3D-DF8E-32FF-91EC-E19AA10B63FB}\\TypeLib] 1526460883 +#time=1d3ecf388b59332 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1DD627FC-89E3-384F-BB9D-58CB4EFB9456}] 1460706649 -#time=1d196eb86f35256 +[Software\\Classes\\Interface\\{1DD627FC-89E3-384F-BB9D-58CB4EFB9456}] 1526460883 +#time=1d3ecf388aa7ae2 @="_CharEnumerator" -[Software\\Classes\\Interface\\{1DD627FC-89E3-384F-BB9D-58CB4EFB9456}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f35030 +[Software\\Classes\\Interface\\{1DD627FC-89E3-384F-BB9D-58CB4EFB9456}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa7844 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1DD627FC-89E3-384F-BB9D-58CB4EFB9456}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f35184 +[Software\\Classes\\Interface\\{1DD627FC-89E3-384F-BB9D-58CB4EFB9456}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa79de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1DD627FC-89E3-384F-BB9D-58CB4EFB9456}\\TypeLib] 1460706649 -#time=1d196eb86f35350 +[Software\\Classes\\Interface\\{1DD627FC-89E3-384F-BB9D-58CB4EFB9456}\\TypeLib] 1526460883 +#time=1d3ecf388aa7c18 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1E250CCD-DC30-3217-A7E4-148F375A0088}] 1460706649 -#time=1d196eb86f069ec +[Software\\Classes\\Interface\\{1E250CCD-DC30-3217-A7E4-148F375A0088}] 1526460883 +#time=1d3ecf388a85528 @="IChannelDataStore" -[Software\\Classes\\Interface\\{1E250CCD-DC30-3217-A7E4-148F375A0088}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f0665e +[Software\\Classes\\Interface\\{1E250CCD-DC30-3217-A7E4-148F375A0088}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a852d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1E250CCD-DC30-3217-A7E4-148F375A0088}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f068ac +[Software\\Classes\\Interface\\{1E250CCD-DC30-3217-A7E4-148F375A0088}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a85442 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1E250CCD-DC30-3217-A7E4-148F375A0088}\\TypeLib] 1460706649 -#time=1d196eb86f06cb2 +[Software\\Classes\\Interface\\{1E250CCD-DC30-3217-A7E4-148F375A0088}\\TypeLib] 1526460883 +#time=1d3ecf388a85640 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1E4D31A2-63EA-397A-A77E-B20AD87A9614}] 1460706649 -#time=1d196eb86f416c8 +[Software\\Classes\\Interface\\{1E4D31A2-63EA-397A-A77E-B20AD87A9614}] 1526460883 +#time=1d3ecf388ab4ec2 @="_NotImplementedException" -[Software\\Classes\\Interface\\{1E4D31A2-63EA-397A-A77E-B20AD87A9614}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f414b6 +[Software\\Classes\\Interface\\{1E4D31A2-63EA-397A-A77E-B20AD87A9614}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab4c60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1E4D31A2-63EA-397A-A77E-B20AD87A9614}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f41600 +[Software\\Classes\\Interface\\{1E4D31A2-63EA-397A-A77E-B20AD87A9614}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab4dd2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1E4D31A2-63EA-397A-A77E-B20AD87A9614}\\TypeLib] 1460706649 -#time=1d196eb86f417cc +[Software\\Classes\\Interface\\{1E4D31A2-63EA-397A-A77E-B20AD87A9614}\\TypeLib] 1526460883 +#time=1d3ecf388ab4fda @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1E7BA9F7-21DB-4482-929E-21BDE2DFE51C}] 1460706650 -#time=1d196eb8753666e +[Software\\Classes\\Interface\\{1E7BA9F7-21DB-4482-929E-21BDE2DFE51C}] 1526460884 +#time=1d3ecf38904f9ea @="ISoapServerTlb" -[Software\\Classes\\Interface\\{1E7BA9F7-21DB-4482-929E-21BDE2DFE51C}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753643e +[Software\\Classes\\Interface\\{1E7BA9F7-21DB-4482-929E-21BDE2DFE51C}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904f6a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1E7BA9F7-21DB-4482-929E-21BDE2DFE51C}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753657e +[Software\\Classes\\Interface\\{1E7BA9F7-21DB-4482-929E-21BDE2DFE51C}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38904f8c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1E7BA9F7-21DB-4482-929E-21BDE2DFE51C}\\TypeLib] 1460706650 -#time=1d196eb8753677c +[Software\\Classes\\Interface\\{1E7BA9F7-21DB-4482-929E-21BDE2DFE51C}\\TypeLib] 1526460884 +#time=1d3ecf38904fc06 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{1E7FFFE2-AAD9-34EE-8A9F-3C016B880FF0}] 1460706649 -#time=1d196eb86f9575a +[Software\\Classes\\Interface\\{1E7FFFE2-AAD9-34EE-8A9F-3C016B880FF0}] 1526460883 +#time=1d3ecf388b0f75a @="_ComVisibleAttribute" -[Software\\Classes\\Interface\\{1E7FFFE2-AAD9-34EE-8A9F-3C016B880FF0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9552a +[Software\\Classes\\Interface\\{1E7FFFE2-AAD9-34EE-8A9F-3C016B880FF0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0f3ae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1E7FFFE2-AAD9-34EE-8A9F-3C016B880FF0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f95688 +[Software\\Classes\\Interface\\{1E7FFFE2-AAD9-34EE-8A9F-3C016B880FF0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0f606 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1E7FFFE2-AAD9-34EE-8A9F-3C016B880FF0}\\TypeLib] 1460706649 -#time=1d196eb86f95868 +[Software\\Classes\\Interface\\{1E7FFFE2-AAD9-34EE-8A9F-3C016B880FF0}\\TypeLib] 1526460883 +#time=1d3ecf388b0f912 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1EB8340B-8190-3D9D-92F8-51244B9804C5}] 1460706649 -#time=1d196eb86f45156 +[Software\\Classes\\Interface\\{1EB8340B-8190-3D9D-92F8-51244B9804C5}] 1526460883 +#time=1d3ecf388ab8af4 @="_PlatformNotSupportedException" -[Software\\Classes\\Interface\\{1EB8340B-8190-3D9D-92F8-51244B9804C5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f44f4e +[Software\\Classes\\Interface\\{1EB8340B-8190-3D9D-92F8-51244B9804C5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab8892 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1EB8340B-8190-3D9D-92F8-51244B9804C5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4508e +[Software\\Classes\\Interface\\{1EB8340B-8190-3D9D-92F8-51244B9804C5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab8a04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1EB8340B-8190-3D9D-92F8-51244B9804C5}\\TypeLib] 1460706649 -#time=1d196eb86f4525a +[Software\\Classes\\Interface\\{1EB8340B-8190-3D9D-92F8-51244B9804C5}\\TypeLib] 1526460883 +#time=1d3ecf388ab8c02 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1EED213E-656A-3A73-A4B9-0D3B26FD942B}] 1460706649 -#time=1d196eb86fb6428 +[Software\\Classes\\Interface\\{1EED213E-656A-3A73-A4B9-0D3B26FD942B}] 1526460883 +#time=1d3ecf388b3324a @="_CompilerGlobalScopeAttribute" -[Software\\Classes\\Interface\\{1EED213E-656A-3A73-A4B9-0D3B26FD942B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb6216 +[Software\\Classes\\Interface\\{1EED213E-656A-3A73-A4B9-0D3B26FD942B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b32ff2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1EED213E-656A-3A73-A4B9-0D3B26FD942B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb6356 +[Software\\Classes\\Interface\\{1EED213E-656A-3A73-A4B9-0D3B26FD942B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b33164 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1EED213E-656A-3A73-A4B9-0D3B26FD942B}\\TypeLib] 1460706649 -#time=1d196eb86fb6522 +[Software\\Classes\\Interface\\{1EED213E-656A-3A73-A4B9-0D3B26FD942B}\\TypeLib] 1526460883 +#time=1d3ecf388b3336c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1F124E1C-D05D-3643-A59F-C3DE6051994F}] 1460706649 -#time=1d196eb86fb1784 +[Software\\Classes\\Interface\\{1F124E1C-D05D-3643-A59F-C3DE6051994F}] 1526460883 +#time=1d3ecf388b2dad4 @="_StreamWriter" -[Software\\Classes\\Interface\\{1F124E1C-D05D-3643-A59F-C3DE6051994F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb1568 +[Software\\Classes\\Interface\\{1F124E1C-D05D-3643-A59F-C3DE6051994F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2d85e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F124E1C-D05D-3643-A59F-C3DE6051994F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb16b2 +[Software\\Classes\\Interface\\{1F124E1C-D05D-3643-A59F-C3DE6051994F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2d9d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F124E1C-D05D-3643-A59F-C3DE6051994F}\\TypeLib] 1460706649 -#time=1d196eb86fb1888 +[Software\\Classes\\Interface\\{1F124E1C-D05D-3643-A59F-C3DE6051994F}\\TypeLib] 1526460883 +#time=1d3ecf388b2dbec @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1F2377AC-8A09-417B-89DC-D146769F0B45}] 1460706648 -#time=1d196eb868d5ac8 +[Software\\Classes\\Interface\\{1F2377AC-8A09-417B-89DC-D146769F0B45}] 1526460883 +#time=1d3ecf3884d80bc @="IJSVsaItem" -[Software\\Classes\\Interface\\{1F2377AC-8A09-417B-89DC-D146769F0B45}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d58c0 +[Software\\Classes\\Interface\\{1F2377AC-8A09-417B-89DC-D146769F0B45}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884d7c16 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F2377AC-8A09-417B-89DC-D146769F0B45}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d59f6 +[Software\\Classes\\Interface\\{1F2377AC-8A09-417B-89DC-D146769F0B45}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884d7ef0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F2377AC-8A09-417B-89DC-D146769F0B45}\\TypeLib] 1460706648 -#time=1d196eb868d5bf4 +[Software\\Classes\\Interface\\{1F2377AC-8A09-417B-89DC-D146769F0B45}\\TypeLib] 1526460883 +#time=1d3ecf3884d82c4 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{1F30F49B-EBDA-3F13-9A5D-93118CB845AB}] 1460706650 -#time=1d196eb875428c4 +[Software\\Classes\\Interface\\{1F30F49B-EBDA-3F13-9A5D-93118CB845AB}] 1526460884 +#time=1d3ecf38906130c @="_GenerateMetadata" -[Software\\Classes\\Interface\\{1F30F49B-EBDA-3F13-9A5D-93118CB845AB}\\ProxyStubClsid] 1460706650 -#time=1d196eb875423d8 +[Software\\Classes\\Interface\\{1F30F49B-EBDA-3F13-9A5D-93118CB845AB}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389060f56 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F30F49B-EBDA-3F13-9A5D-93118CB845AB}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87542658 +[Software\\Classes\\Interface\\{1F30F49B-EBDA-3F13-9A5D-93118CB845AB}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38906115e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F30F49B-EBDA-3F13-9A5D-93118CB845AB}\\TypeLib] 1460706650 -#time=1d196eb87542a86 +[Software\\Classes\\Interface\\{1F30F49B-EBDA-3F13-9A5D-93118CB845AB}\\TypeLib] 1526460884 +#time=1d3ecf389061532 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{1F38AAFE-7502-332F-971F-C2FC700A1D55}] 1460706649 -#time=1d196eb86fffb50 +[Software\\Classes\\Interface\\{1F38AAFE-7502-332F-971F-C2FC700A1D55}] 1526460883 +#time=1d3ecf388b83ed4 @="_DSACryptoServiceProvider" -[Software\\Classes\\Interface\\{1F38AAFE-7502-332F-971F-C2FC700A1D55}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fff934 +[Software\\Classes\\Interface\\{1F38AAFE-7502-332F-971F-C2FC700A1D55}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b83af6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F38AAFE-7502-332F-971F-C2FC700A1D55}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fffa74 +[Software\\Classes\\Interface\\{1F38AAFE-7502-332F-971F-C2FC700A1D55}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b83dc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F38AAFE-7502-332F-971F-C2FC700A1D55}\\TypeLib] 1460706649 -#time=1d196eb86fffc4a +[Software\\Classes\\Interface\\{1F38AAFE-7502-332F-971F-C2FC700A1D55}\\TypeLib] 1526460883 +#time=1d3ecf388b84050 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1F8352C0-50B0-11CF-960C-0080C7F4EE85}] 1460706471 -#time=1d196eb1d12caa6 +[Software\\Classes\\Interface\\{1F8352C0-50B0-11CF-960C-0080C7F4EE85}] 1526460533 +#time=1d3ecf2b7f45274 @="FolderItemVerbs" -[Software\\Classes\\Interface\\{1F8352C0-50B0-11CF-960C-0080C7F4EE85}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12c86c +[Software\\Classes\\Interface\\{1F8352C0-50B0-11CF-960C-0080C7F4EE85}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f45008 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F8352C0-50B0-11CF-960C-0080C7F4EE85}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12c9d4 +[Software\\Classes\\Interface\\{1F8352C0-50B0-11CF-960C-0080C7F4EE85}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f4517a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F8352C0-50B0-11CF-960C-0080C7F4EE85}\\TypeLib] 1460706471 -#time=1d196eb1d12cb96 +[Software\\Classes\\Interface\\{1F8352C0-50B0-11CF-960C-0080C7F4EE85}\\TypeLib] 1526460533 +#time=1d3ecf2b7f4538c @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{1F9EC719-343A-3CB3-8040-3927626777C1}] 1460706649 -#time=1d196eb86f2c05c +[Software\\Classes\\Interface\\{1F9EC719-343A-3CB3-8040-3927626777C1}] 1526460883 +#time=1d3ecf388a9ca0c @="_EventArgs" -[Software\\Classes\\Interface\\{1F9EC719-343A-3CB3-8040-3927626777C1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2be40 +[Software\\Classes\\Interface\\{1F9EC719-343A-3CB3-8040-3927626777C1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9c7aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F9EC719-343A-3CB3-8040-3927626777C1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2bf8a +[Software\\Classes\\Interface\\{1F9EC719-343A-3CB3-8040-3927626777C1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9c91c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1F9EC719-343A-3CB3-8040-3927626777C1}\\TypeLib] 1460706649 -#time=1d196eb86f2c160 +[Software\\Classes\\Interface\\{1F9EC719-343A-3CB3-8040-3927626777C1}\\TypeLib] 1526460883 +#time=1d3ecf388a9cb24 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{1FF238CE-6190-3750-A34F-05F02B7315A6}] 1460706650 -#time=1d196eb877ffd64 +[Software\\Classes\\Interface\\{1FF238CE-6190-3750-A34F-05F02B7315A6}] 1526460884 +#time=1d3ecf3892e27c0 @="_MenuCommand" -[Software\\Classes\\Interface\\{1FF238CE-6190-3750-A34F-05F02B7315A6}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ffb48 +[Software\\Classes\\Interface\\{1FF238CE-6190-3750-A34F-05F02B7315A6}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e24c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1FF238CE-6190-3750-A34F-05F02B7315A6}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ffc7e +[Software\\Classes\\Interface\\{1FF238CE-6190-3750-A34F-05F02B7315A6}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e26bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1FF238CE-6190-3750-A34F-05F02B7315A6}\\TypeLib] 1460706650 -#time=1d196eb877ffe5e +[Software\\Classes\\Interface\\{1FF238CE-6190-3750-A34F-05F02B7315A6}\\TypeLib] 1526460884 +#time=1d3ecf3892e291e @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{1FF6AA72-5842-11CF-A707-00AA00C0098D}] 1460706471 -#time=1d196eb1d025324 +[Software\\Classes\\Interface\\{1FF6AA72-5842-11CF-A707-00AA00C0098D}] 1526460533 +#time=1d3ecf2b7c5f5be @="HTMLTextContainerEvents" -[Software\\Classes\\Interface\\{1FF6AA72-5842-11CF-A707-00AA00C0098D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0250ea +[Software\\Classes\\Interface\\{1FF6AA72-5842-11CF-A707-00AA00C0098D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5f352 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1FF6AA72-5842-11CF-A707-00AA00C0098D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d025252 +[Software\\Classes\\Interface\\{1FF6AA72-5842-11CF-A707-00AA00C0098D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5f4c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{1FF6AA72-5842-11CF-A707-00AA00C0098D}\\TypeLib] 1460706471 -#time=1d196eb1d02540a +[Software\\Classes\\Interface\\{1FF6AA72-5842-11CF-A707-00AA00C0098D}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5f6cc @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{20168D64-5A8F-4A5A-B7BD-CFA29F4D0FD9}] 1460706471 -#time=1d196eb1cfcdcb4 +[Software\\Classes\\Interface\\{20168D64-5A8F-4A5A-B7BD-CFA29F4D0FD9}] 1526460533 +#time=1d3ecf2b7e3e3f8 @="ITfComposition" -[Software\\Classes\\Interface\\{20168D64-5A8F-4A5A-B7BD-CFA29F4D0FD9}\\NumMethods] 1460706471 -#time=1d196eb1cfcdbd8 +[Software\\Classes\\Interface\\{20168D64-5A8F-4A5A-B7BD-CFA29F4D0FD9}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3e2fe @="7" -[Software\\Classes\\Interface\\{20168D64-5A8F-4A5A-B7BD-CFA29F4D0FD9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcdd22 +[Software\\Classes\\Interface\\{20168D64-5A8F-4A5A-B7BD-CFA29F4D0FD9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3e47a @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{20808ADC-CC01-3F3A-8F09-ED12940FC212}] 1460706649 -#time=1d196eb86edb9e0 +[Software\\Classes\\Interface\\{20808ADC-CC01-3F3A-8F09-ED12940FC212}] 1526460883 +#time=1d3ecf388a658c2 @="ISymbolBinder" -[Software\\Classes\\Interface\\{20808ADC-CC01-3F3A-8F09-ED12940FC212}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edb7c4 +[Software\\Classes\\Interface\\{20808ADC-CC01-3F3A-8F09-ED12940FC212}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a65656 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{20808ADC-CC01-3F3A-8F09-ED12940FC212}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edb90e +[Software\\Classes\\Interface\\{20808ADC-CC01-3F3A-8F09-ED12940FC212}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a657d2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{20808ADC-CC01-3F3A-8F09-ED12940FC212}\\TypeLib] 1460706649 -#time=1d196eb86edbae4 +[Software\\Classes\\Interface\\{20808ADC-CC01-3F3A-8F09-ED12940FC212}\\TypeLib] 1526460883 +#time=1d3ecf388a659e4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{213D716C-D26D-38A2-96D1-91522EC57A83}] 1460706650 -#time=1d196eb8753ee36 +[Software\\Classes\\Interface\\{213D716C-D26D-38A2-96D1-91522EC57A83}] 1526460884 +#time=1d3ecf38905a98a @="_LogRecord" -[Software\\Classes\\Interface\\{213D716C-D26D-38A2-96D1-91522EC57A83}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753eb5c +[Software\\Classes\\Interface\\{213D716C-D26D-38A2-96D1-91522EC57A83}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905a6ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{213D716C-D26D-38A2-96D1-91522EC57A83}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753ed1e +[Software\\Classes\\Interface\\{213D716C-D26D-38A2-96D1-91522EC57A83}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905a890 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{213D716C-D26D-38A2-96D1-91522EC57A83}\\TypeLib] 1460706650 -#time=1d196eb8753efa8 +[Software\\Classes\\Interface\\{213D716C-D26D-38A2-96D1-91522EC57A83}\\TypeLib] 1526460884 +#time=1d3ecf38905aa98 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{21B52A91-856F-373C-AD42-4CF3F1021F5A}] 1460706649 -#time=1d196eb8700c9fe +[Software\\Classes\\Interface\\{21B52A91-856F-373C-AD42-4CF3F1021F5A}] 1526460883 +#time=1d3ecf388b928a8 @="_Rijndael" -[Software\\Classes\\Interface\\{21B52A91-856F-373C-AD42-4CF3F1021F5A}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700c7ec +[Software\\Classes\\Interface\\{21B52A91-856F-373C-AD42-4CF3F1021F5A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b9263c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{21B52A91-856F-373C-AD42-4CF3F1021F5A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700c92c +[Software\\Classes\\Interface\\{21B52A91-856F-373C-AD42-4CF3F1021F5A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b927ae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{21B52A91-856F-373C-AD42-4CF3F1021F5A}\\TypeLib] 1460706649 -#time=1d196eb8700cb34 +[Software\\Classes\\Interface\\{21B52A91-856F-373C-AD42-4CF3F1021F5A}\\TypeLib] 1526460883 +#time=1d3ecf388b929c0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{21B5F37B-BEF3-354C-8F84-0F9F0863F5C5}] 1460706649 -#time=1d196eb86efb984 +[Software\\Classes\\Interface\\{21B5F37B-BEF3-354C-8F84-0F9F0863F5C5}] 1526460883 +#time=1d3ecf388a7ff4c @="IServerChannelSink" -[Software\\Classes\\Interface\\{21B5F37B-BEF3-354C-8F84-0F9F0863F5C5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86efb4de +[Software\\Classes\\Interface\\{21B5F37B-BEF3-354C-8F84-0F9F0863F5C5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7fcfe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{21B5F37B-BEF3-354C-8F84-0F9F0863F5C5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86efb7ae +[Software\\Classes\\Interface\\{21B5F37B-BEF3-354C-8F84-0F9F0863F5C5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7fe66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{21B5F37B-BEF3-354C-8F84-0F9F0863F5C5}\\TypeLib] 1460706649 -#time=1d196eb86efbc0e +[Software\\Classes\\Interface\\{21B5F37B-BEF3-354C-8F84-0F9F0863F5C5}\\TypeLib] 1526460883 +#time=1d3ecf388a8006e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{21F57128-08C9-4638-BA12-22D15D88DC5C}] 1460706471 -#time=1d196eb1cdfcff2 +[Software\\Classes\\Interface\\{21F57128-08C9-4638-BA12-22D15D88DC5C}] 1526460533 +#time=1d3ecf2b80812be @="IActiveScriptParseProcedureOld64" -[Software\\Classes\\Interface\\{21F57128-08C9-4638-BA12-22D15D88DC5C}\\NumMethods] 1460706471 -#time=1d196eb1cdfcf20 +[Software\\Classes\\Interface\\{21F57128-08C9-4638-BA12-22D15D88DC5C}\\NumMethods] 1526460533 +#time=1d3ecf2b80811ce @="4" -[Software\\Classes\\Interface\\{21F57128-08C9-4638-BA12-22D15D88DC5C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfd060 +[Software\\Classes\\Interface\\{21F57128-08C9-4638-BA12-22D15D88DC5C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8081340 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{2206CCB2-19C1-11D1-89E0-00C04FD7A829}] 1460706471 -#time=1d196eb1cde4164 +[Software\\Classes\\Interface\\{2206CCB2-19C1-11D1-89E0-00C04FD7A829}] 1526460533 +#time=1d3ecf2b7ad7c96 @="IDataSourceLocator" -[Software\\Classes\\Interface\\{2206CCB2-19C1-11D1-89E0-00C04FD7A829}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cde3f52 +[Software\\Classes\\Interface\\{2206CCB2-19C1-11D1-89E0-00C04FD7A829}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ad79b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2206CCB2-19C1-11D1-89E0-00C04FD7A829}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cde4092 +[Software\\Classes\\Interface\\{2206CCB2-19C1-11D1-89E0-00C04FD7A829}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ad7b60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2206CCB2-19C1-11D1-89E0-00C04FD7A829}\\TypeLib] 1460706471 -#time=1d196eb1cde424a +[Software\\Classes\\Interface\\{2206CCB2-19C1-11D1-89E0-00C04FD7A829}\\TypeLib] 1526460533 +#time=1d3ecf2b7ad7dc2 @="{2206CEB0-19C1-11D1-89E0-00C04FD7A829}" "Version"="1.0" -[Software\\Classes\\Interface\\{22B0C1A9-E74E-381A-BABB-66BEF71FF08E}] 1460706650 -#time=1d196eb87abff0e +[Software\\Classes\\Interface\\{22B0C1A9-E74E-381A-BABB-66BEF71FF08E}] 1526460884 +#time=1d3ecf38955b3b2 @="_MaskedTextBox" -[Software\\Classes\\Interface\\{22B0C1A9-E74E-381A-BABB-66BEF71FF08E}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abfce8 +[Software\\Classes\\Interface\\{22B0C1A9-E74E-381A-BABB-66BEF71FF08E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955b056 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{22B0C1A9-E74E-381A-BABB-66BEF71FF08E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abfe3c +[Software\\Classes\\Interface\\{22B0C1A9-E74E-381A-BABB-66BEF71FF08E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955b22c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{22B0C1A9-E74E-381A-BABB-66BEF71FF08E}\\TypeLib] 1460706650 -#time=1d196eb87ac0012 +[Software\\Classes\\Interface\\{22B0C1A9-E74E-381A-BABB-66BEF71FF08E}\\TypeLib] 1526460884 +#time=1d3ecf38955b538 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{22BB8891-FD21-313D-92E4-8A892DC0B39C}] 1460706649 -#time=1d196eb86f5d2f6 +[Software\\Classes\\Interface\\{22BB8891-FD21-313D-92E4-8A892DC0B39C}] 1526460883 +#time=1d3ecf388ad3b2e @="_SymLanguageType" -[Software\\Classes\\Interface\\{22BB8891-FD21-313D-92E4-8A892DC0B39C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5d0da +[Software\\Classes\\Interface\\{22BB8891-FD21-313D-92E4-8A892DC0B39C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad38d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{22BB8891-FD21-313D-92E4-8A892DC0B39C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5d22e +[Software\\Classes\\Interface\\{22BB8891-FD21-313D-92E4-8A892DC0B39C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad3a3e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{22BB8891-FD21-313D-92E4-8A892DC0B39C}\\TypeLib] 1460706649 -#time=1d196eb86f5d3f0 +[Software\\Classes\\Interface\\{22BB8891-FD21-313D-92E4-8A892DC0B39C}\\TypeLib] 1526460883 +#time=1d3ecf388ad3c46 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{22C26A41-5FA3-34E3-A76F-BA480252D8EC}] 1460706649 -#time=1d196eb86f69f6a +[Software\\Classes\\Interface\\{22C26A41-5FA3-34E3-A76F-BA480252D8EC}] 1526460883 +#time=1d3ecf388ae24da @="_ReflectionTypeLoadException" -[Software\\Classes\\Interface\\{22C26A41-5FA3-34E3-A76F-BA480252D8EC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f69d58 +[Software\\Classes\\Interface\\{22C26A41-5FA3-34E3-A76F-BA480252D8EC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae2282 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{22C26A41-5FA3-34E3-A76F-BA480252D8EC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f69e98 +[Software\\Classes\\Interface\\{22C26A41-5FA3-34E3-A76F-BA480252D8EC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae23ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{22C26A41-5FA3-34E3-A76F-BA480252D8EC}\\TypeLib] 1460706649 -#time=1d196eb86f6a05a +[Software\\Classes\\Interface\\{22C26A41-5FA3-34E3-A76F-BA480252D8EC}\\TypeLib] 1526460883 +#time=1d3ecf388ae25f2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{22F03340-547D-101B-8E65-08002B2BD119}] 1460706471 -#time=1d196eb1d09d1b2 +[Software\\Classes\\Interface\\{22F03340-547D-101B-8E65-08002B2BD119}] 1526460533 +#time=1d3ecf2b7bc77e6 @="ICreateErrorInfo" -[Software\\Classes\\Interface\\{22F03340-547D-101B-8E65-08002B2BD119}\\NumMethods] 1460706471 -#time=1d196eb1d09d0e0 +[Software\\Classes\\Interface\\{22F03340-547D-101B-8E65-08002B2BD119}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc76f6 @="8" -[Software\\Classes\\Interface\\{22F03340-547D-101B-8E65-08002B2BD119}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d09d22a +[Software\\Classes\\Interface\\{22F03340-547D-101B-8E65-08002B2BD119}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bc7868 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{22F55881-280B-11D0-A8A9-00A0C90C2004}] 1460706471 -#time=1d196eb1d0a52ae +[Software\\Classes\\Interface\\{22F55881-280B-11D0-A8A9-00A0C90C2004}] 1526460533 +#time=1d3ecf2b7bd08fa @="IPersistPropertyBag2" -[Software\\Classes\\Interface\\{22F55881-280B-11D0-A8A9-00A0C90C2004}\\NumMethods] 1460706471 -#time=1d196eb1d0a51d2 +[Software\\Classes\\Interface\\{22F55881-280B-11D0-A8A9-00A0C90C2004}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd080a @="8" -[Software\\Classes\\Interface\\{22F55881-280B-11D0-A8A9-00A0C90C2004}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a531c +[Software\\Classes\\Interface\\{22F55881-280B-11D0-A8A9-00A0C90C2004}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd097c @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{22F55882-280B-11D0-A8A9-00A0C90C2004}] 1460706471 -#time=1d196eb1d0a4e9e +[Software\\Classes\\Interface\\{22F55882-280B-11D0-A8A9-00A0C90C2004}] 1526460533 +#time=1d3ecf2b7bd045e @="IPropertyBag2" -[Software\\Classes\\Interface\\{22F55882-280B-11D0-A8A9-00A0C90C2004}\\NumMethods] 1460706471 -#time=1d196eb1d0a4db8 +[Software\\Classes\\Interface\\{22F55882-280B-11D0-A8A9-00A0C90C2004}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd036e @="8" -[Software\\Classes\\Interface\\{22F55882-280B-11D0-A8A9-00A0C90C2004}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a4f16 +[Software\\Classes\\Interface\\{22F55882-280B-11D0-A8A9-00A0C90C2004}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd04e0 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{22FDABC0-EEC7-33E0-B4F2-F3B739E19A5E}] 1460706649 -#time=1d196eb86f5b4ec +[Software\\Classes\\Interface\\{22FDABC0-EEC7-33E0-B4F2-F3B739E19A5E}] 1526460883 +#time=1d3ecf388ad1a7c @="_DebuggerDisplayAttribute" -[Software\\Classes\\Interface\\{22FDABC0-EEC7-33E0-B4F2-F3B739E19A5E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5b2ee +[Software\\Classes\\Interface\\{22FDABC0-EEC7-33E0-B4F2-F3B739E19A5E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad1824 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{22FDABC0-EEC7-33E0-B4F2-F3B739E19A5E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5b424 +[Software\\Classes\\Interface\\{22FDABC0-EEC7-33E0-B4F2-F3B739E19A5E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad1996 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{22FDABC0-EEC7-33E0-B4F2-F3B739E19A5E}\\TypeLib] 1460706649 -#time=1d196eb86f5b5e6 +[Software\\Classes\\Interface\\{22FDABC0-EEC7-33E0-B4F2-F3B739E19A5E}\\TypeLib] 1526460883 +#time=1d3ecf388ad1bb2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{23753322-C7B3-3F9A-AC96-52672C1B1CA9}] 1460706649 -#time=1d196eb86f9da68 +[Software\\Classes\\Interface\\{23753322-C7B3-3F9A-AC96-52672C1B1CA9}] 1526460883 +#time=1d3ecf388b188d2 @="_StructLayoutAttribute" -[Software\\Classes\\Interface\\{23753322-C7B3-3F9A-AC96-52672C1B1CA9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9d838 +[Software\\Classes\\Interface\\{23753322-C7B3-3F9A-AC96-52672C1B1CA9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1865c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{23753322-C7B3-3F9A-AC96-52672C1B1CA9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9d978 +[Software\\Classes\\Interface\\{23753322-C7B3-3F9A-AC96-52672C1B1CA9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b187ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{23753322-C7B3-3F9A-AC96-52672C1B1CA9}\\TypeLib] 1460706649 -#time=1d196eb86f9db6c +[Software\\Classes\\Interface\\{23753322-C7B3-3F9A-AC96-52672C1B1CA9}\\TypeLib] 1526460883 +#time=1d3ecf388b189ea @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{23BAE0C0-3A36-32F0-9DAD-0E95ADD67D23}] 1460706649 -#time=1d196eb86f807d8 +[Software\\Classes\\Interface\\{23BAE0C0-3A36-32F0-9DAD-0E95ADD67D23}] 1526460883 +#time=1d3ecf388afb64c @="_Registry" -[Software\\Classes\\Interface\\{23BAE0C0-3A36-32F0-9DAD-0E95ADD67D23}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f805d0 +[Software\\Classes\\Interface\\{23BAE0C0-3A36-32F0-9DAD-0E95ADD67D23}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afb3e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{23BAE0C0-3A36-32F0-9DAD-0E95ADD67D23}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f80710 +[Software\\Classes\\Interface\\{23BAE0C0-3A36-32F0-9DAD-0E95ADD67D23}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afb55c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{23BAE0C0-3A36-32F0-9DAD-0E95ADD67D23}\\TypeLib] 1460706649 -#time=1d196eb86f808e6 +[Software\\Classes\\Interface\\{23BAE0C0-3A36-32F0-9DAD-0E95ADD67D23}\\TypeLib] 1526460883 +#time=1d3ecf388afb764 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{23BC3F0A-698B-4357-886B-F24D50671334}] 1460706472 -#time=1d196eb1d1921da +[Software\\Classes\\Interface\\{23BC3F0A-698B-4357-886B-F24D50671334}] 1526460533 +#time=1d3ecf2b7f06740 @="IWICComponentInfo" -[Software\\Classes\\Interface\\{23BC3F0A-698B-4357-886B-F24D50671334}\\NumMethods] 1460706472 -#time=1d196eb1d1920c2 +[Software\\Classes\\Interface\\{23BC3F0A-698B-4357-886B-F24D50671334}\\NumMethods] 1526460533 +#time=1d3ecf2b7f06650 @="11" -[Software\\Classes\\Interface\\{23BC3F0A-698B-4357-886B-F24D50671334}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d192266 +[Software\\Classes\\Interface\\{23BC3F0A-698B-4357-886B-F24D50671334}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f067cc @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{23DED1E1-7D5F-3936-AA4E-18BBCC39B155}] 1460706649 -#time=1d196eb86ffc018 +[Software\\Classes\\Interface\\{23DED1E1-7D5F-3936-AA4E-18BBCC39B155}] 1526460883 +#time=1d3ecf388b7ef10 @="_ToBase64Transform" -[Software\\Classes\\Interface\\{23DED1E1-7D5F-3936-AA4E-18BBCC39B155}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffbdfc +[Software\\Classes\\Interface\\{23DED1E1-7D5F-3936-AA4E-18BBCC39B155}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7eb8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{23DED1E1-7D5F-3936-AA4E-18BBCC39B155}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffbf3c +[Software\\Classes\\Interface\\{23DED1E1-7D5F-3936-AA4E-18BBCC39B155}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7ed76 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{23DED1E1-7D5F-3936-AA4E-18BBCC39B155}\\TypeLib] 1460706649 -#time=1d196eb86ffc11c +[Software\\Classes\\Interface\\{23DED1E1-7D5F-3936-AA4E-18BBCC39B155}\\TypeLib] 1526460883 +#time=1d3ecf388b7f12c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{23ED2454-6899-3C28-BAB7-6EC86683964A}] 1460706649 -#time=1d196eb86edd70e +[Software\\Classes\\Interface\\{23ED2454-6899-3C28-BAB7-6EC86683964A}] 1526460883 +#time=1d3ecf388a679ce @="ISymbolNamespace" -[Software\\Classes\\Interface\\{23ED2454-6899-3C28-BAB7-6EC86683964A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edd4f2 +[Software\\Classes\\Interface\\{23ED2454-6899-3C28-BAB7-6EC86683964A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6776c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{23ED2454-6899-3C28-BAB7-6EC86683964A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edd63c +[Software\\Classes\\Interface\\{23ED2454-6899-3C28-BAB7-6EC86683964A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a678de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{23ED2454-6899-3C28-BAB7-6EC86683964A}\\TypeLib] 1460706649 -#time=1d196eb86edd808 +[Software\\Classes\\Interface\\{23ED2454-6899-3C28-BAB7-6EC86683964A}\\TypeLib] 1526460883 +#time=1d3ecf388a67ae6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{243368F5-67C9-3510-9424-335A8A67772F}] 1460706649 -#time=1d196eb86fb6a04 +[Software\\Classes\\Interface\\{243368F5-67C9-3510-9424-335A8A67772F}] 1526460883 +#time=1d3ecf388b338d0 @="_IndexerNameAttribute" -[Software\\Classes\\Interface\\{243368F5-67C9-3510-9424-335A8A67772F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb67de +[Software\\Classes\\Interface\\{243368F5-67C9-3510-9424-335A8A67772F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b33682 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{243368F5-67C9-3510-9424-335A8A67772F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb693c +[Software\\Classes\\Interface\\{243368F5-67C9-3510-9424-335A8A67772F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b337ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{243368F5-67C9-3510-9424-335A8A67772F}\\TypeLib] 1460706649 -#time=1d196eb86fb6b08 +[Software\\Classes\\Interface\\{243368F5-67C9-3510-9424-335A8A67772F}\\TypeLib] 1526460883 +#time=1d3ecf388b33a1a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2433BF8E-0F9B-435C-BA2C-180611978C30}] 1460706471 -#time=1d196eb1cfc781e +[Software\\Classes\\Interface\\{2433BF8E-0F9B-435C-BA2C-180611978C30}] 1526460533 +#time=1d3ecf2b7e3701c @="ITfContextView" -[Software\\Classes\\Interface\\{2433BF8E-0F9B-435C-BA2C-180611978C30}\\NumMethods] 1460706471 -#time=1d196eb1cfc774c +[Software\\Classes\\Interface\\{2433BF8E-0F9B-435C-BA2C-180611978C30}\\NumMethods] 1526460533 +#time=1d3ecf2b7e36f2c @="7" -[Software\\Classes\\Interface\\{2433BF8E-0F9B-435C-BA2C-180611978C30}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc7896 +[Software\\Classes\\Interface\\{2433BF8E-0F9B-435C-BA2C-180611978C30}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e370a8 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{245FE7FD-E020-3053-B5F6-7467FD2C6883}] 1460706649 -#time=1d196eb86f7096e +[Software\\Classes\\Interface\\{245FE7FD-E020-3053-B5F6-7467FD2C6883}] 1526460883 +#time=1d3ecf388ae87cc @="_SerializationException" -[Software\\Classes\\Interface\\{245FE7FD-E020-3053-B5F6-7467FD2C6883}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7075c +[Software\\Classes\\Interface\\{245FE7FD-E020-3053-B5F6-7467FD2C6883}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae856a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{245FE7FD-E020-3053-B5F6-7467FD2C6883}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7089c +[Software\\Classes\\Interface\\{245FE7FD-E020-3053-B5F6-7467FD2C6883}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae86e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{245FE7FD-E020-3053-B5F6-7467FD2C6883}\\TypeLib] 1460706649 -#time=1d196eb86f70a72 +[Software\\Classes\\Interface\\{245FE7FD-E020-3053-B5F6-7467FD2C6883}\\TypeLib] 1526460883 +#time=1d3ecf388ae88e4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{24AE6464-2834-32CD-83D6-FA06953DE62A}] 1460706649 -#time=1d196eb86f3a436 +[Software\\Classes\\Interface\\{24AE6464-2834-32CD-83D6-FA06953DE62A}] 1526460883 +#time=1d3ecf388aad8ac @="_DllNotFoundException" -[Software\\Classes\\Interface\\{24AE6464-2834-32CD-83D6-FA06953DE62A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3a1fc +[Software\\Classes\\Interface\\{24AE6464-2834-32CD-83D6-FA06953DE62A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aad64a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{24AE6464-2834-32CD-83D6-FA06953DE62A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3a33c +[Software\\Classes\\Interface\\{24AE6464-2834-32CD-83D6-FA06953DE62A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aad7bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{24AE6464-2834-32CD-83D6-FA06953DE62A}\\TypeLib] 1460706649 -#time=1d196eb86f3a54e +[Software\\Classes\\Interface\\{24AE6464-2834-32CD-83D6-FA06953DE62A}\\TypeLib] 1526460883 +#time=1d3ecf388aad9c4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{24BE5A30-EDFE-11D2-B933-00104B365C9F}] 1460706472 -#time=1d196eb1d1d8edc +[Software\\Classes\\Interface\\{24BE5A30-EDFE-11D2-B933-00104B365C9F}] 1526460533 +#time=1d3ecf2b7ea8ef6 @="IWshShell2" -[Software\\Classes\\Interface\\{24BE5A30-EDFE-11D2-B933-00104B365C9F}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1d8cb6 +[Software\\Classes\\Interface\\{24BE5A30-EDFE-11D2-B933-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ea8c80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{24BE5A30-EDFE-11D2-B933-00104B365C9F}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1d8e00 +[Software\\Classes\\Interface\\{24BE5A30-EDFE-11D2-B933-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ea8dfc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{24BE5A30-EDFE-11D2-B933-00104B365C9F}\\TypeLib] 1460706472 -#time=1d196eb1d1d8fc2 +[Software\\Classes\\Interface\\{24BE5A30-EDFE-11D2-B933-00104B365C9F}\\TypeLib] 1526460533 +#time=1d3ecf2b7ea9004 @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{24BE5A31-EDFE-11D2-B933-00104B365C9F}] 1460706472 -#time=1d196eb1d1d9a62 +[Software\\Classes\\Interface\\{24BE5A31-EDFE-11D2-B933-00104B365C9F}] 1526460533 +#time=1d3ecf2b7ea9c0c @="IWshNetwork2" -[Software\\Classes\\Interface\\{24BE5A31-EDFE-11D2-B933-00104B365C9F}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1d983c +[Software\\Classes\\Interface\\{24BE5A31-EDFE-11D2-B933-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ea9996 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{24BE5A31-EDFE-11D2-B933-00104B365C9F}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1d9986 +[Software\\Classes\\Interface\\{24BE5A31-EDFE-11D2-B933-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ea9b12 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{24BE5A31-EDFE-11D2-B933-00104B365C9F}\\TypeLib] 1460706472 -#time=1d196eb1d1d9b48 +[Software\\Classes\\Interface\\{24BE5A31-EDFE-11D2-B933-00104B365C9F}\\TypeLib] 1526460533 +#time=1d3ecf2b7ea9d2e @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{24FB3297-302D-4620-BA39-3A732D850558}] 1460706471 -#time=1d196eb1cd4929a +[Software\\Classes\\Interface\\{24FB3297-302D-4620-BA39-3A732D850558}] 1526460533 +#time=1d3ecf2b796a11a @="IVBSAXDTDHandler" -[Software\\Classes\\Interface\\{24FB3297-302D-4620-BA39-3A732D850558}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd49088 +[Software\\Classes\\Interface\\{24FB3297-302D-4620-BA39-3A732D850558}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7969daa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{24FB3297-302D-4620-BA39-3A732D850558}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd491c8 +[Software\\Classes\\Interface\\{24FB3297-302D-4620-BA39-3A732D850558}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7969fd0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{24FB3297-302D-4620-BA39-3A732D850558}\\TypeLib] 1460706605 -#time=1d196eb6c6290d2 +[Software\\Classes\\Interface\\{24FB3297-302D-4620-BA39-3A732D850558}\\TypeLib] 1528075957 +#time=1d3fba3eb805614 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{25579C5D-40C5-3F43-92D2-434554D95EF2}] 1460706650 -#time=1d196eb875384aa +[Software\\Classes\\Interface\\{25579C5D-40C5-3F43-92D2-434554D95EF2}] 1526460884 +#time=1d3ecf3890534dc @="_RegistrationConfig" -[Software\\Classes\\Interface\\{25579C5D-40C5-3F43-92D2-434554D95EF2}\\ProxyStubClsid] 1460706650 -#time=1d196eb87538284 +[Software\\Classes\\Interface\\{25579C5D-40C5-3F43-92D2-434554D95EF2}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3890531ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{25579C5D-40C5-3F43-92D2-434554D95EF2}\\ProxyStubClsid32] 1460706650 -#time=1d196eb875383d8 +[Software\\Classes\\Interface\\{25579C5D-40C5-3F43-92D2-434554D95EF2}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905339c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{25579C5D-40C5-3F43-92D2-434554D95EF2}\\TypeLib] 1460706650 -#time=1d196eb875385ae +[Software\\Classes\\Interface\\{25579C5D-40C5-3F43-92D2-434554D95EF2}\\TypeLib] 1526460884 +#time=1d3ecf3890536f8 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{25C72EB0-E437-3F17-946D-3B72A3ACFF37}] 1460706649 -#time=1d196eb86edd146 +[Software\\Classes\\Interface\\{25C72EB0-E437-3F17-946D-3B72A3ACFF37}] 1526460883 +#time=1d3ecf388a67348 @="ISymbolMethod" -[Software\\Classes\\Interface\\{25C72EB0-E437-3F17-946D-3B72A3ACFF37}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edcf34 +[Software\\Classes\\Interface\\{25C72EB0-E437-3F17-946D-3B72A3ACFF37}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a670aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{25C72EB0-E437-3F17-946D-3B72A3ACFF37}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edd074 +[Software\\Classes\\Interface\\{25C72EB0-E437-3F17-946D-3B72A3ACFF37}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6723a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{25C72EB0-E437-3F17-946D-3B72A3ACFF37}\\TypeLib] 1460706649 -#time=1d196eb86edd240 +[Software\\Classes\\Interface\\{25C72EB0-E437-3F17-946D-3B72A3ACFF37}\\TypeLib] 1526460883 +#time=1d3ecf388a67456 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{25E47D71-20DD-31BE-B261-7AE76497D6B9}] 1460706649 -#time=1d196eb86f7ab62 +[Software\\Classes\\Interface\\{25E47D71-20DD-31BE-B261-7AE76497D6B9}] 1526460883 +#time=1d3ecf388af4a4a @="_NumberFormatInfo" -[Software\\Classes\\Interface\\{25E47D71-20DD-31BE-B261-7AE76497D6B9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7a93c +[Software\\Classes\\Interface\\{25E47D71-20DD-31BE-B261-7AE76497D6B9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af47f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{25E47D71-20DD-31BE-B261-7AE76497D6B9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7aa90 +[Software\\Classes\\Interface\\{25E47D71-20DD-31BE-B261-7AE76497D6B9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af4964 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{25E47D71-20DD-31BE-B261-7AE76497D6B9}\\TypeLib] 1460706649 -#time=1d196eb86f7ac66 +[Software\\Classes\\Interface\\{25E47D71-20DD-31BE-B261-7AE76497D6B9}\\TypeLib] 1526460883 +#time=1d3ecf388af4b6c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{261AD877-0F22-33DE-9A3A-31F5DA424B30}] 1460706650 -#time=1d196eb877f4950 +[Software\\Classes\\Interface\\{261AD877-0F22-33DE-9A3A-31F5DA424B30}] 1526460884 +#time=1d3ecf3892d3022 @="_CodeTypeConstructor" -[Software\\Classes\\Interface\\{261AD877-0F22-33DE-9A3A-31F5DA424B30}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f4734 +[Software\\Classes\\Interface\\{261AD877-0F22-33DE-9A3A-31F5DA424B30}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d2d20 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{261AD877-0F22-33DE-9A3A-31F5DA424B30}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f486a +[Software\\Classes\\Interface\\{261AD877-0F22-33DE-9A3A-31F5DA424B30}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d2f0a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{261AD877-0F22-33DE-9A3A-31F5DA424B30}\\TypeLib] 1460706650 -#time=1d196eb877f4a4a +[Software\\Classes\\Interface\\{261AD877-0F22-33DE-9A3A-31F5DA424B30}\\TypeLib] 1526460884 +#time=1d3ecf3892d316c @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{2659B475-EEB8-48B7-8F07-B378810F48CF}] 1460706471 -#time=1d196eb1ce0d802 +[Software\\Classes\\Interface\\{2659B475-EEB8-48B7-8F07-B378810F48CF}] 1526460533 +#time=1d3ecf2b8094576 @="IShellItemFilter" -[Software\\Classes\\Interface\\{2659B475-EEB8-48B7-8F07-B378810F48CF}\\NumMethods] 1460706471 -#time=1d196eb1ce0d5b4 +[Software\\Classes\\Interface\\{2659B475-EEB8-48B7-8F07-B378810F48CF}\\NumMethods] 1526460533 +#time=1d3ecf2b8094486 @="5" -[Software\\Classes\\Interface\\{2659B475-EEB8-48B7-8F07-B378810F48CF}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0d8f2 +[Software\\Classes\\Interface\\{2659B475-EEB8-48B7-8F07-B378810F48CF}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80945f8 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{26AE5CC6-CCFD-3906-8B68-16E5EEFABB10}] 1460706650 -#time=1d196eb877f149e +[Software\\Classes\\Interface\\{26AE5CC6-CCFD-3906-8B68-16E5EEFABB10}] 1526460884 +#time=1d3ecf3892ce658 @="_CodeRegionDirective" -[Software\\Classes\\Interface\\{26AE5CC6-CCFD-3906-8B68-16E5EEFABB10}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f12a0 +[Software\\Classes\\Interface\\{26AE5CC6-CCFD-3906-8B68-16E5EEFABB10}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892ce388 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{26AE5CC6-CCFD-3906-8B68-16E5EEFABB10}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f13e0 +[Software\\Classes\\Interface\\{26AE5CC6-CCFD-3906-8B68-16E5EEFABB10}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892ce540 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{26AE5CC6-CCFD-3906-8B68-16E5EEFABB10}\\TypeLib] 1460706650 -#time=1d196eb877f15b6 +[Software\\Classes\\Interface\\{26AE5CC6-CCFD-3906-8B68-16E5EEFABB10}\\TypeLib] 1526460884 +#time=1d3ecf3892ce7a2 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{26EE67BD-5804-11D2-8B4A-00600806D9B6}] 1460706471 -#time=1d196eb1cdcc712 +[Software\\Classes\\Interface\\{26EE67BD-5804-11D2-8B4A-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aafe08 @="ISWbemPrivilege" -[Software\\Classes\\Interface\\{26EE67BD-5804-11D2-8B4A-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdcc4f6 +[Software\\Classes\\Interface\\{26EE67BD-5804-11D2-8B4A-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aafba6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{26EE67BD-5804-11D2-8B4A-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdcc640 +[Software\\Classes\\Interface\\{26EE67BD-5804-11D2-8B4A-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aafd18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{26EE67BD-5804-11D2-8B4A-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdcc802 +[Software\\Classes\\Interface\\{26EE67BD-5804-11D2-8B4A-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7aaff20 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{26EE67BF-5804-11D2-8B4A-00600806D9B6}] 1460706471 -#time=1d196eb1cdcccc6 +[Software\\Classes\\Interface\\{26EE67BF-5804-11D2-8B4A-00600806D9B6}] 1526460533 +#time=1d3ecf2b7ab04a2 @="ISWbemPrivilegeSet" -[Software\\Classes\\Interface\\{26EE67BF-5804-11D2-8B4A-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdccaaa +[Software\\Classes\\Interface\\{26EE67BF-5804-11D2-8B4A-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ab022c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{26EE67BF-5804-11D2-8B4A-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdccbea +[Software\\Classes\\Interface\\{26EE67BF-5804-11D2-8B4A-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ab03a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{26EE67BF-5804-11D2-8B4A-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdcce7e +[Software\\Classes\\Interface\\{26EE67BF-5804-11D2-8B4A-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7ab05b0 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{2752364A-924F-3603-8F6F-6586DF98B292}] 1460706649 -#time=1d196eb86fa8d78 +[Software\\Classes\\Interface\\{2752364A-924F-3603-8F6F-6586DF98B292}] 1526460883 +#time=1d3ecf388b243a8 @="_Stream" -[Software\\Classes\\Interface\\{2752364A-924F-3603-8F6F-6586DF98B292}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa8b34 +[Software\\Classes\\Interface\\{2752364A-924F-3603-8F6F-6586DF98B292}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2413c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2752364A-924F-3603-8F6F-6586DF98B292}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa8ca6 +[Software\\Classes\\Interface\\{2752364A-924F-3603-8F6F-6586DF98B292}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b242b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2752364A-924F-3603-8F6F-6586DF98B292}\\TypeLib] 1460706649 -#time=1d196eb86fa8e86 +[Software\\Classes\\Interface\\{2752364A-924F-3603-8F6F-6586DF98B292}\\TypeLib] 1526460883 +#time=1d3ecf388b244c0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{276A1A21-AAEF-3378-8902-01F695868FF9}] 1460706650 -#time=1d196eb87aa9d6c +[Software\\Classes\\Interface\\{276A1A21-AAEF-3378-8902-01F695868FF9}] 1526460884 +#time=1d3ecf38953b026 @="_MouseEventArgs" -[Software\\Classes\\Interface\\{276A1A21-AAEF-3378-8902-01F695868FF9}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa9b5a +[Software\\Classes\\Interface\\{276A1A21-AAEF-3378-8902-01F695868FF9}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953a8b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{276A1A21-AAEF-3378-8902-01F695868FF9}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa9c9a +[Software\\Classes\\Interface\\{276A1A21-AAEF-3378-8902-01F695868FF9}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38953ad7e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{276A1A21-AAEF-3378-8902-01F695868FF9}\\TypeLib] 1460706650 -#time=1d196eb87aa9e70 +[Software\\Classes\\Interface\\{276A1A21-AAEF-3378-8902-01F695868FF9}\\TypeLib] 1526460884 +#time=1d3ecf38953b260 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{2780E0D4-2B06-3E1F-ADDF-D8DBBB3FB960}] 1460706650 -#time=1d196eb87ab603a +[Software\\Classes\\Interface\\{2780E0D4-2B06-3E1F-ADDF-D8DBBB3FB960}] 1526460884 +#time=1d3ecf38954bebc @="_DataGridTextBox" -[Software\\Classes\\Interface\\{2780E0D4-2B06-3E1F-ADDF-D8DBBB3FB960}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab5e0a +[Software\\Classes\\Interface\\{2780E0D4-2B06-3E1F-ADDF-D8DBBB3FB960}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954bb38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2780E0D4-2B06-3E1F-ADDF-D8DBBB3FB960}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab5f68 +[Software\\Classes\\Interface\\{2780E0D4-2B06-3E1F-ADDF-D8DBBB3FB960}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954bd68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2780E0D4-2B06-3E1F-ADDF-D8DBBB3FB960}\\TypeLib] 1460706650 -#time=1d196eb87ab6148 +[Software\\Classes\\Interface\\{2780E0D4-2B06-3E1F-ADDF-D8DBBB3FB960}\\TypeLib] 1526460884 +#time=1d3ecf38954c330 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{27D54D92-0EBE-11D2-8B22-00600806D9B6}] 1460706471 -#time=1d196eb1cdc841e +[Software\\Classes\\Interface\\{27D54D92-0EBE-11D2-8B22-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aac1e0 @="ISWbemEventSource" -[Software\\Classes\\Interface\\{27D54D92-0EBE-11D2-8B22-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdc81f8 +[Software\\Classes\\Interface\\{27D54D92-0EBE-11D2-8B22-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aabf60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{27D54D92-0EBE-11D2-8B22-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdc834c +[Software\\Classes\\Interface\\{27D54D92-0EBE-11D2-8B22-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aac0e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{27D54D92-0EBE-11D2-8B22-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdc8504 +[Software\\Classes\\Interface\\{27D54D92-0EBE-11D2-8B22-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7aac2f8 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{27FFF232-A7A8-40DD-8D4A-734AD59FCD41}] 1460706649 -#time=1d196eb86ed56f8 +[Software\\Classes\\Interface\\{27FFF232-A7A8-40DD-8D4A-734AD59FCD41}] 1526460883 +#time=1d3ecf388a5f3b4 @="IAppDomainSetup" -[Software\\Classes\\Interface\\{27FFF232-A7A8-40DD-8D4A-734AD59FCD41}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed54e6 +[Software\\Classes\\Interface\\{27FFF232-A7A8-40DD-8D4A-734AD59FCD41}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5f152 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{27FFF232-A7A8-40DD-8D4A-734AD59FCD41}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed5626 +[Software\\Classes\\Interface\\{27FFF232-A7A8-40DD-8D4A-734AD59FCD41}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5f2c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{27FFF232-A7A8-40DD-8D4A-734AD59FCD41}\\TypeLib] 1460706649 -#time=1d196eb86ed5842 +[Software\\Classes\\Interface\\{27FFF232-A7A8-40DD-8D4A-734AD59FCD41}\\TypeLib] 1526460883 +#time=1d3ecf388a5f4e0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{286E6F1B-7113-4355-9562-96B7E9D64C54}] 1460706471 -#time=1d196eb1d12f42c +[Software\\Classes\\Interface\\{286E6F1B-7113-4355-9562-96B7E9D64C54}] 1526460533 +#time=1d3ecf2b7f47a2e @="IShellDispatch6" -[Software\\Classes\\Interface\\{286E6F1B-7113-4355-9562-96B7E9D64C54}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12f166 +[Software\\Classes\\Interface\\{286E6F1B-7113-4355-9562-96B7E9D64C54}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f477a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{286E6F1B-7113-4355-9562-96B7E9D64C54}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12f346 +[Software\\Classes\\Interface\\{286E6F1B-7113-4355-9562-96B7E9D64C54}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f4792a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{286E6F1B-7113-4355-9562-96B7E9D64C54}\\TypeLib] 1460706471 -#time=1d196eb1d12f526 +[Software\\Classes\\Interface\\{286E6F1B-7113-4355-9562-96B7E9D64C54}\\TypeLib] 1526460533 +#time=1d3ecf2b7f47b46 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{288A86D1-6F4F-39C9-9E42-162CF1C37226}] 1460706649 -#time=1d196eb86f95d40 +[Software\\Classes\\Interface\\{288A86D1-6F4F-39C9-9E42-162CF1C37226}] 1526460883 +#time=1d3ecf388b1027c @="_TypeLibImportClassAttribute" -[Software\\Classes\\Interface\\{288A86D1-6F4F-39C9-9E42-162CF1C37226}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f95b24 +[Software\\Classes\\Interface\\{288A86D1-6F4F-39C9-9E42-162CF1C37226}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0ff8e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{288A86D1-6F4F-39C9-9E42-162CF1C37226}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f95c6e +[Software\\Classes\\Interface\\{288A86D1-6F4F-39C9-9E42-162CF1C37226}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b10164 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{288A86D1-6F4F-39C9-9E42-162CF1C37226}\\TypeLib] 1460706649 -#time=1d196eb86f95e3a +[Software\\Classes\\Interface\\{288A86D1-6F4F-39C9-9E42-162CF1C37226}\\TypeLib] 1526460883 +#time=1d3ecf388b103da @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{28DDC187-56B2-34CF-A078-48BD1E113D1E}] 1460706649 -#time=1d196eb86f764fe +[Software\\Classes\\Interface\\{28DDC187-56B2-34CF-A078-48BD1E113D1E}] 1526460883 +#time=1d3ecf388aefb6c @="_HijriCalendar" -[Software\\Classes\\Interface\\{28DDC187-56B2-34CF-A078-48BD1E113D1E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f762e2 +[Software\\Classes\\Interface\\{28DDC187-56B2-34CF-A078-48BD1E113D1E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aef90a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{28DDC187-56B2-34CF-A078-48BD1E113D1E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7642c +[Software\\Classes\\Interface\\{28DDC187-56B2-34CF-A078-48BD1E113D1E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aefa7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{28DDC187-56B2-34CF-A078-48BD1E113D1E}\\TypeLib] 1460706649 -#time=1d196eb86f765f8 +[Software\\Classes\\Interface\\{28DDC187-56B2-34CF-A078-48BD1E113D1E}\\TypeLib] 1526460883 +#time=1d3ecf388aefc84 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{28ECF94E-3510-3A3E-8BD1-F866F45F3B06}] 1460706649 -#time=1d196eb86fc9f5a +[Software\\Classes\\Interface\\{28ECF94E-3510-3A3E-8BD1-F866F45F3B06}] 1526460883 +#time=1d3ecf388b48884 @="_KeyContainerPermissionAccessEntryCollection" -[Software\\Classes\\Interface\\{28ECF94E-3510-3A3E-8BD1-F866F45F3B06}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc9d48 +[Software\\Classes\\Interface\\{28ECF94E-3510-3A3E-8BD1-F866F45F3B06}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4862c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{28ECF94E-3510-3A3E-8BD1-F866F45F3B06}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc9e88 +[Software\\Classes\\Interface\\{28ECF94E-3510-3A3E-8BD1-F866F45F3B06}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4879e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{28ECF94E-3510-3A3E-8BD1-F866F45F3B06}\\TypeLib] 1460706649 -#time=1d196eb86fca05e +[Software\\Classes\\Interface\\{28ECF94E-3510-3A3E-8BD1-F866F45F3B06}\\TypeLib] 1526460883 +#time=1d3ecf388b4899c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{290B355D-80D3-3AFA-96AB-B4D395729374}] 1460706650 -#time=1d196eb877fdb2c +[Software\\Classes\\Interface\\{290B355D-80D3-3AFA-96AB-B4D395729374}] 1526460884 +#time=1d3ecf3892ded32 @="_ComponentEventHandler" -[Software\\Classes\\Interface\\{290B355D-80D3-3AFA-96AB-B4D395729374}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fd92e +[Software\\Classes\\Interface\\{290B355D-80D3-3AFA-96AB-B4D395729374}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892dea62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{290B355D-80D3-3AFA-96AB-B4D395729374}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fda64 +[Software\\Classes\\Interface\\{290B355D-80D3-3AFA-96AB-B4D395729374}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892dec10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{290B355D-80D3-3AFA-96AB-B4D395729374}\\TypeLib] 1460706650 -#time=1d196eb877fdc26 +[Software\\Classes\\Interface\\{290B355D-80D3-3AFA-96AB-B4D395729374}\\TypeLib] 1526460884 +#time=1d3ecf3892dee86 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{293187EA-5F88-316F-86A5-533B0C7B353F}] 1460706649 -#time=1d196eb86fca54a +[Software\\Classes\\Interface\\{293187EA-5F88-316F-86A5-533B0C7B353F}] 1526460883 +#time=1d3ecf388b48f1e @="_KeyContainerPermissionAccessEntryEnumerator" -[Software\\Classes\\Interface\\{293187EA-5F88-316F-86A5-533B0C7B353F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fca338 +[Software\\Classes\\Interface\\{293187EA-5F88-316F-86A5-533B0C7B353F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b48cbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{293187EA-5F88-316F-86A5-533B0C7B353F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fca478 +[Software\\Classes\\Interface\\{293187EA-5F88-316F-86A5-533B0C7B353F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b48e2e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{293187EA-5F88-316F-86A5-533B0C7B353F}\\TypeLib] 1460706649 -#time=1d196eb86fca64e +[Software\\Classes\\Interface\\{293187EA-5F88-316F-86A5-533B0C7B353F}\\TypeLib] 1526460883 +#time=1d3ecf388b49036 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2933BF80-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd14374 +[Software\\Classes\\Interface\\{2933BF80-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792999e @="IXMLDOMNode" -[Software\\Classes\\Interface\\{2933BF80-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1414e +[Software\\Classes\\Interface\\{2933BF80-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b79295ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF80-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd142a2 +[Software\\Classes\\Interface\\{2933BF80-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b7929854 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF80-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c61e1d2 +[Software\\Classes\\Interface\\{2933BF80-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7f6b82 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF81-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd14964 +[Software\\Classes\\Interface\\{2933BF81-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792a4e8 @="IXMLDOMDocument" -[Software\\Classes\\Interface\\{2933BF81-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1473e +[Software\\Classes\\Interface\\{2933BF81-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b7929f52 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF81-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd14892 +[Software\\Classes\\Interface\\{2933BF81-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792a31c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF81-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c61f5aa +[Software\\Classes\\Interface\\{2933BF81-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7f71fe @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF82-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd14f7c +[Software\\Classes\\Interface\\{2933BF82-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792acae @="IXMLDOMNodeList" -[Software\\Classes\\Interface\\{2933BF82-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd14d6a +[Software\\Classes\\Interface\\{2933BF82-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792a9e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF82-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd14eb4 +[Software\\Classes\\Interface\\{2933BF82-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792ab82 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF82-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c61e894 +[Software\\Classes\\Interface\\{2933BF82-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7f93d2 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF83-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd15620 +[Software\\Classes\\Interface\\{2933BF83-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792b4ce @="IXMLDOMNamedNodeMap" -[Software\\Classes\\Interface\\{2933BF83-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd15364 +[Software\\Classes\\Interface\\{2933BF83-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792b19a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF83-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd154d6 +[Software\\Classes\\Interface\\{2933BF83-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792b3a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF83-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c61ef42 +[Software\\Classes\\Interface\\{2933BF83-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fa3d6 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF84-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd162aa +[Software\\Classes\\Interface\\{2933BF84-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792c5f4 @="IXMLDOMCharacterData" -[Software\\Classes\\Interface\\{2933BF84-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1608e +[Software\\Classes\\Interface\\{2933BF84-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792c31a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF84-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd161d8 +[Software\\Classes\\Interface\\{2933BF84-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792c4e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF84-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c621cc4 +[Software\\Classes\\Interface\\{2933BF84-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fb218 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF85-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd1685e +[Software\\Classes\\Interface\\{2933BF85-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792cd92 @="IXMLDOMAttribute" -[Software\\Classes\\Interface\\{2933BF85-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd16642 +[Software\\Classes\\Interface\\{2933BF85-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792cafe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF85-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd16782 +[Software\\Classes\\Interface\\{2933BF85-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792cc8e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF85-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c6209a0 +[Software\\Classes\\Interface\\{2933BF85-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fb934 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF86-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd16e80 +[Software\\Classes\\Interface\\{2933BF86-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792d56c @="IXMLDOMElement" -[Software\\Classes\\Interface\\{2933BF86-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd16bd8 +[Software\\Classes\\Interface\\{2933BF86-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792d206 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF86-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd16da4 +[Software\\Classes\\Interface\\{2933BF86-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792d3aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF86-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c62031a +[Software\\Classes\\Interface\\{2933BF86-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fc00a @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF87-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd1768c +[Software\\Classes\\Interface\\{2933BF87-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792de36 @="IXMLDOMText" -[Software\\Classes\\Interface\\{2933BF87-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1720e +[Software\\Classes\\Interface\\{2933BF87-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792da26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF87-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1734e +[Software\\Classes\\Interface\\{2933BF87-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792dbca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF87-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c621670 +[Software\\Classes\\Interface\\{2933BF87-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fc672 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF88-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd1828a +[Software\\Classes\\Interface\\{2933BF88-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792e5ca @="IXMLDOMComment" -[Software\\Classes\\Interface\\{2933BF88-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd17f42 +[Software\\Classes\\Interface\\{2933BF88-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792e2f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF88-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd18172 +[Software\\Classes\\Interface\\{2933BF88-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792e49e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF88-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c622354 +[Software\\Classes\\Interface\\{2933BF88-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fcd0c @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF89-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd18b5e +[Software\\Classes\\Interface\\{2933BF89-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792ed54 @="IXMLDOMProcessingInstruction" -[Software\\Classes\\Interface\\{2933BF89-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd188d4 +[Software\\Classes\\Interface\\{2933BF89-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792ea5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF89-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd18a82 +[Software\\Classes\\Interface\\{2933BF89-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792ec32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF89-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c623006 +[Software\\Classes\\Interface\\{2933BF89-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fd446 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF8A-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd1913a +[Software\\Classes\\Interface\\{2933BF8A-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792f632 @="IXMLDOMCDATASection" -[Software\\Classes\\Interface\\{2933BF8A-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd18f0a +[Software\\Classes\\Interface\\{2933BF8A-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792f20e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8A-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1905e +[Software\\Classes\\Interface\\{2933BF8A-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792f52e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8A-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c6229b2 +[Software\\Classes\\Interface\\{2933BF8A-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fdb1c @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF8B-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd196ee +[Software\\Classes\\Interface\\{2933BF8B-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b792fdda @="IXMLDOMDocumentType" -[Software\\Classes\\Interface\\{2933BF8B-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd194d2 +[Software\\Classes\\Interface\\{2933BF8B-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792faba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8B-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1961c +[Software\\Classes\\Interface\\{2933BF8B-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792fca4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8B-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c61fc8a +[Software\\Classes\\Interface\\{2933BF8B-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fe21a @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF8C-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd19cd4 +[Software\\Classes\\Interface\\{2933BF8C-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b79304ba @="IXMLDOMNotation" -[Software\\Classes\\Interface\\{2933BF8C-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd19ab8 +[Software\\Classes\\Interface\\{2933BF8C-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b7930244 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8C-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd19c02 +[Software\\Classes\\Interface\\{2933BF8C-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b79303de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8C-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c624ffa +[Software\\Classes\\Interface\\{2933BF8C-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fe8d2 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF8D-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd1a3e6 +[Software\\Classes\\Interface\\{2933BF8D-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b7930c62 @="IXMLDOMEntity" -[Software\\Classes\\Interface\\{2933BF8D-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1a116 +[Software\\Classes\\Interface\\{2933BF8D-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b7930974 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8D-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1a2f6 +[Software\\Classes\\Interface\\{2933BF8D-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b7930b18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8D-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c625644 +[Software\\Classes\\Interface\\{2933BF8D-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7fef4e @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF8E-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd1a9b8 +[Software\\Classes\\Interface\\{2933BF8E-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b79313ba @="IXMLDOMEntityReference" -[Software\\Classes\\Interface\\{2933BF8E-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1a792 +[Software\\Classes\\Interface\\{2933BF8E-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b7931112 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8E-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1a8dc +[Software\\Classes\\Interface\\{2933BF8E-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b79312c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8E-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c623664 +[Software\\Classes\\Interface\\{2933BF8E-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7ff5c0 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF8F-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd1afa8 +[Software\\Classes\\Interface\\{2933BF8F-7B36-11D2-B20E-00C04F983E60}] 1526460532 +#time=1d3ecf2b7931aa4 @="IXMLDOMImplementation" -[Software\\Classes\\Interface\\{2933BF8F-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1ad46 +[Software\\Classes\\Interface\\{2933BF8F-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b7931824 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8F-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1ae9a +[Software\\Classes\\Interface\\{2933BF8F-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b79319aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF8F-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c61da52 +[Software\\Classes\\Interface\\{2933BF8F-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7ffc28 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF92-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd2c01e +[Software\\Classes\\Interface\\{2933BF92-7B36-11D2-B20E-00C04F983E60}] 1526460533 +#time=1d3ecf2b7949672 @="IXSLProcessor" -[Software\\Classes\\Interface\\{2933BF92-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd2bde4 +[Software\\Classes\\Interface\\{2933BF92-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7949352 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF92-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd2bf38 +[Software\\Classes\\Interface\\{2933BF92-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b79494e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF92-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c6269c2 +[Software\\Classes\\Interface\\{2933BF92-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb800f60 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF93-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd2c60e +[Software\\Classes\\Interface\\{2933BF93-7B36-11D2-B20E-00C04F983E60}] 1526460533 +#time=1d3ecf2b7949dc0 @="IXSLTemplate" -[Software\\Classes\\Interface\\{2933BF93-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd2c3e8 +[Software\\Classes\\Interface\\{2933BF93-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7949b04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF93-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd2c53c +[Software\\Classes\\Interface\\{2933BF93-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7949c8a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF93-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c626364 +[Software\\Classes\\Interface\\{2933BF93-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb8015c8 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF95-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd25110 +[Software\\Classes\\Interface\\{2933BF95-7B36-11D2-B20E-00C04F983E60}] 1526460533 +#time=1d3ecf2b7940112 @="IXMLDOMDocument2" -[Software\\Classes\\Interface\\{2933BF95-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd24e18 +[Software\\Classes\\Interface\\{2933BF95-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b793fd34 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF95-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd2502a +[Software\\Classes\\Interface\\{2933BF95-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b793ff78 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF95-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706605 -#time=1d196eb6c62432a +[Software\\Classes\\Interface\\{2933BF95-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7f8536 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2933BF96-7B36-11D2-B20E-00C04F983E60}] 1460706471 -#time=1d196eb1cd3d472 +[Software\\Classes\\Interface\\{2933BF96-7B36-11D2-B20E-00C04F983E60}] 1526460533 +#time=1d3ecf2b795b66a @="IXMLDOMDocument3" -[Software\\Classes\\Interface\\{2933BF96-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd3d24c +[Software\\Classes\\Interface\\{2933BF96-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b795b3f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF96-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd3d396 +[Software\\Classes\\Interface\\{2933BF96-7B36-11D2-B20E-00C04F983E60}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b795b57a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2933BF96-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1460706471 -#time=1d196eb1cd95956 +[Software\\Classes\\Interface\\{2933BF96-7B36-11D2-B20E-00C04F983E60}\\TypeLib] 1528075957 +#time=1d3fba3eb7f8b9e @="{F5078F18-C551-11D3-89B9-0000F81FE221}" "Version"="6.0" -[Software\\Classes\\Interface\\{2948EBCD-5E0A-3184-9A87-37D3258C0D98}] 1460706649 -#time=1d196eb87297c32 +[Software\\Classes\\Interface\\{2948EBCD-5E0A-3184-9A87-37D3258C0D98}] 1526460884 +#time=1d3ecf388de020e @="_Image" -[Software\\Classes\\Interface\\{2948EBCD-5E0A-3184-9A87-37D3258C0D98}\\ProxyStubClsid] 1460706649 -#time=1d196eb87297a0c +[Software\\Classes\\Interface\\{2948EBCD-5E0A-3184-9A87-37D3258C0D98}\\ProxyStubClsid] 1526460884 +#time=1d3ecf388ddfd68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2948EBCD-5E0A-3184-9A87-37D3258C0D98}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87297b56 +[Software\\Classes\\Interface\\{2948EBCD-5E0A-3184-9A87-37D3258C0D98}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf388de004c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2948EBCD-5E0A-3184-9A87-37D3258C0D98}\\TypeLib] 1460706649 -#time=1d196eb87297d36 +[Software\\Classes\\Interface\\{2948EBCD-5E0A-3184-9A87-37D3258C0D98}\\TypeLib] 1526460884 +#time=1d3ecf388de04c0 @="{D37E2A3E-8545-3A39-9F4F-31827C9124AB}" "Version"="2.4" -[Software\\Classes\\Interface\\{297A65BE-5080-3F7F-AD19-B0D05D6F2327}] 1460706650 -#time=1d196eb877d5c3a +[Software\\Classes\\Interface\\{297A65BE-5080-3F7F-AD19-B0D05D6F2327}] 1526460884 +#time=1d3ecf38929e4ee @="ISelectionService" -[Software\\Classes\\Interface\\{297A65BE-5080-3F7F-AD19-B0D05D6F2327}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d57da +[Software\\Classes\\Interface\\{297A65BE-5080-3F7F-AD19-B0D05D6F2327}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38929e12e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{297A65BE-5080-3F7F-AD19-B0D05D6F2327}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d5ac8 +[Software\\Classes\\Interface\\{297A65BE-5080-3F7F-AD19-B0D05D6F2327}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929e336 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{297A65BE-5080-3F7F-AD19-B0D05D6F2327}\\TypeLib] 1460706650 -#time=1d196eb877d5e4c +[Software\\Classes\\Interface\\{297A65BE-5080-3F7F-AD19-B0D05D6F2327}\\TypeLib] 1526460884 +#time=1d3ecf38929e700 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{29840822-5B84-11D0-BD3B-00A0C911CE86}] 1460706471 -#time=1d196eb1d0d28ee +[Software\\Classes\\Interface\\{29840822-5B84-11D0-BD3B-00A0C911CE86}] 1526460533 +#time=1d3ecf2b7b07c16 @="ICreateDevEnum" -[Software\\Classes\\Interface\\{29840822-5B84-11D0-BD3B-00A0C911CE86}\\NumMethods] 1460706471 -#time=1d196eb1d0d26fa +[Software\\Classes\\Interface\\{29840822-5B84-11D0-BD3B-00A0C911CE86}\\NumMethods] 1526460533 +#time=1d3ecf2b7b07b1c @="4" -[Software\\Classes\\Interface\\{29840822-5B84-11D0-BD3B-00A0C911CE86}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d29e8 +[Software\\Classes\\Interface\\{29840822-5B84-11D0-BD3B-00A0C911CE86}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b07c98 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{29BDF32D-E055-38E7-8DCB-920A3038FEF7}] 1460706650 -#time=1d196eb87aae2c2 +[Software\\Classes\\Interface\\{29BDF32D-E055-38E7-8DCB-920A3038FEF7}] 1526460884 +#time=1d3ecf38954125a @="_ItemCheckEventArgs" -[Software\\Classes\\Interface\\{29BDF32D-E055-38E7-8DCB-920A3038FEF7}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aadd18 +[Software\\Classes\\Interface\\{29BDF32D-E055-38E7-8DCB-920A3038FEF7}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389540fda @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{29BDF32D-E055-38E7-8DCB-920A3038FEF7}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aae07e +[Software\\Classes\\Interface\\{29BDF32D-E055-38E7-8DCB-920A3038FEF7}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389541156 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{29BDF32D-E055-38E7-8DCB-920A3038FEF7}\\TypeLib] 1460706650 -#time=1d196eb87aae3ee +[Software\\Classes\\Interface\\{29BDF32D-E055-38E7-8DCB-920A3038FEF7}\\TypeLib] 1526460884 +#time=1d3ecf3895413ae @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{29DC56CF-B981-3432-97C8-3680AB6D862D}] 1460706649 -#time=1d196eb86f3abe8 +[Software\\Classes\\Interface\\{29DC56CF-B981-3432-97C8-3680AB6D862D}] 1526460883 +#time=1d3ecf388aadf28 @="_Environment" -[Software\\Classes\\Interface\\{29DC56CF-B981-3432-97C8-3680AB6D862D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3a972 +[Software\\Classes\\Interface\\{29DC56CF-B981-3432-97C8-3680AB6D862D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aadcd0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{29DC56CF-B981-3432-97C8-3680AB6D862D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3aabc +[Software\\Classes\\Interface\\{29DC56CF-B981-3432-97C8-3680AB6D862D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aade42 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{29DC56CF-B981-3432-97C8-3680AB6D862D}\\TypeLib] 1460706649 -#time=1d196eb86f3aed6 +[Software\\Classes\\Interface\\{29DC56CF-B981-3432-97C8-3680AB6D862D}\\TypeLib] 1526460883 +#time=1d3ecf388aae040 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{29EC8E6C-46D3-411F-BAAA-611A6C9CAC66}] 1460706471 -#time=1d196eb1d130638 +[Software\\Classes\\Interface\\{29EC8E6C-46D3-411F-BAAA-611A6C9CAC66}] 1526460533 +#time=1d3ecf2b7f490a4 @="IShellFolderViewDual3" -[Software\\Classes\\Interface\\{29EC8E6C-46D3-411F-BAAA-611A6C9CAC66}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d130412 +[Software\\Classes\\Interface\\{29EC8E6C-46D3-411F-BAAA-611A6C9CAC66}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f48e24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{29EC8E6C-46D3-411F-BAAA-611A6C9CAC66}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d130566 +[Software\\Classes\\Interface\\{29EC8E6C-46D3-411F-BAAA-611A6C9CAC66}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f48faa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{29EC8E6C-46D3-411F-BAAA-611A6C9CAC66}\\TypeLib] 1460706471 -#time=1d196eb1d13071e +[Software\\Classes\\Interface\\{29EC8E6C-46D3-411F-BAAA-611A6C9CAC66}\\TypeLib] 1526460533 +#time=1d3ecf2b7f491b2 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{2A0B9D10-4B87-11D3-A97A-00104B365C9F}] 1460706471 -#time=1d196eb1d104cd6 +[Software\\Classes\\Interface\\{2A0B9D10-4B87-11D3-A97A-00104B365C9F}] 1526460533 +#time=1d3ecf2b7b245fa @="IFileSystem3" -[Software\\Classes\\Interface\\{2A0B9D10-4B87-11D3-A97A-00104B365C9F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d104880 +[Software\\Classes\\Interface\\{2A0B9D10-4B87-11D3-A97A-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b2438e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2A0B9D10-4B87-11D3-A97A-00104B365C9F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d104aba +[Software\\Classes\\Interface\\{2A0B9D10-4B87-11D3-A97A-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b2450a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2A0B9D10-4B87-11D3-A97A-00104B365C9F}\\TypeLib] 1460706471 -#time=1d196eb1d104eac +[Software\\Classes\\Interface\\{2A0B9D10-4B87-11D3-A97A-00104B365C9F}\\TypeLib] 1526460533 +#time=1d3ecf2b7b24712 @="{420B2830-E718-11CF-893D-00A0C9054228}" "Version"="1.0" -[Software\\Classes\\Interface\\{2A42F137-D50D-3D62-AF58-4DF7A4F57C9B}] 1460706650 -#time=1d196eb87aca8dc +[Software\\Classes\\Interface\\{2A42F137-D50D-3D62-AF58-4DF7A4F57C9B}] 1526460884 +#time=1d3ecf389568436 @="_ToolStripContainer" -[Software\\Classes\\Interface\\{2A42F137-D50D-3D62-AF58-4DF7A4F57C9B}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aca6de +[Software\\Classes\\Interface\\{2A42F137-D50D-3D62-AF58-4DF7A4F57C9B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895681d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2A42F137-D50D-3D62-AF58-4DF7A4F57C9B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aca814 +[Software\\Classes\\Interface\\{2A42F137-D50D-3D62-AF58-4DF7A4F57C9B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389568346 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2A42F137-D50D-3D62-AF58-4DF7A4F57C9B}\\TypeLib] 1460706650 -#time=1d196eb87aca9d6 +[Software\\Classes\\Interface\\{2A42F137-D50D-3D62-AF58-4DF7A4F57C9B}\\TypeLib] 1526460884 +#time=1d3ecf38956854e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{2A6E91B9-A874-38E4-99C2-C5D83D78140D}] 1460706649 -#time=1d196eb86f13552 +[Software\\Classes\\Interface\\{2A6E91B9-A874-38E4-99C2-C5D83D78140D}] 1526460883 +#time=1d3ecf388a8b8f6 @="IEnvoyInfo" -[Software\\Classes\\Interface\\{2A6E91B9-A874-38E4-99C2-C5D83D78140D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1319c +[Software\\Classes\\Interface\\{2A6E91B9-A874-38E4-99C2-C5D83D78140D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8b676 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2A6E91B9-A874-38E4-99C2-C5D83D78140D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f133e0 +[Software\\Classes\\Interface\\{2A6E91B9-A874-38E4-99C2-C5D83D78140D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8b7e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2A6E91B9-A874-38E4-99C2-C5D83D78140D}\\TypeLib] 1460706649 -#time=1d196eb86f1373c +[Software\\Classes\\Interface\\{2A6E91B9-A874-38E4-99C2-C5D83D78140D}\\TypeLib] 1526460883 +#time=1d3ecf388a8ba0e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2A75C1FD-06B0-3CBB-B467-2545D4D6C865}] 1460706649 -#time=1d196eb86f8c772 +[Software\\Classes\\Interface\\{2A75C1FD-06B0-3CBB-B467-2545D4D6C865}] 1526460883 +#time=1d3ecf388b04ed6 @="_StrongName" -[Software\\Classes\\Interface\\{2A75C1FD-06B0-3CBB-B467-2545D4D6C865}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8c560 +[Software\\Classes\\Interface\\{2A75C1FD-06B0-3CBB-B467-2545D4D6C865}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b04c24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2A75C1FD-06B0-3CBB-B467-2545D4D6C865}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8c6a0 +[Software\\Classes\\Interface\\{2A75C1FD-06B0-3CBB-B467-2545D4D6C865}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b04daa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2A75C1FD-06B0-3CBB-B467-2545D4D6C865}\\TypeLib] 1460706649 -#time=1d196eb86f8ca9c +[Software\\Classes\\Interface\\{2A75C1FD-06B0-3CBB-B467-2545D4D6C865}\\TypeLib] 1526460883 +#time=1d3ecf388b0500c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2AD9F14A-0097-3C69-9F8E-5DDB52F3878B}] 1460706650 -#time=1d196eb87ac1aa2 +[Software\\Classes\\Interface\\{2AD9F14A-0097-3C69-9F8E-5DDB52F3878B}] 1526460884 +#time=1d3ecf38955cfc8 @="_NumericUpDown" -[Software\\Classes\\Interface\\{2AD9F14A-0097-3C69-9F8E-5DDB52F3878B}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac17f0 +[Software\\Classes\\Interface\\{2AD9F14A-0097-3C69-9F8E-5DDB52F3878B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955cd66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2AD9F14A-0097-3C69-9F8E-5DDB52F3878B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac1994 +[Software\\Classes\\Interface\\{2AD9F14A-0097-3C69-9F8E-5DDB52F3878B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955ced8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2AD9F14A-0097-3C69-9F8E-5DDB52F3878B}\\TypeLib] 1460706650 -#time=1d196eb87ac1bb0 +[Software\\Classes\\Interface\\{2AD9F14A-0097-3C69-9F8E-5DDB52F3878B}\\TypeLib] 1526460884 +#time=1d3ecf38955d0e0 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{2ADB0D4A-5976-38E4-852B-C131797430F5}] 1460706649 -#time=1d196eb86f7bd0a +[Software\\Classes\\Interface\\{2ADB0D4A-5976-38E4-852B-C131797430F5}] 1526460883 +#time=1d3ecf388af5e90 @="_Decoder" -[Software\\Classes\\Interface\\{2ADB0D4A-5976-38E4-852B-C131797430F5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7bb02 +[Software\\Classes\\Interface\\{2ADB0D4A-5976-38E4-852B-C131797430F5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af5c24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2ADB0D4A-5976-38E4-852B-C131797430F5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7bc42 +[Software\\Classes\\Interface\\{2ADB0D4A-5976-38E4-852B-C131797430F5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af5da0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2ADB0D4A-5976-38E4-852B-C131797430F5}\\TypeLib] 1460706649 -#time=1d196eb86f7be04 +[Software\\Classes\\Interface\\{2ADB0D4A-5976-38E4-852B-C131797430F5}\\TypeLib] 1526460883 +#time=1d3ecf388af5fa8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2B130940-CA5E-3406-8385-E259E68AB039}] 1460706649 -#time=1d196eb86ed7bec +[Software\\Classes\\Interface\\{2B130940-CA5E-3406-8385-E259E68AB039}] 1526460883 +#time=1d3ecf388a61542 @="ICustomFormatter" -[Software\\Classes\\Interface\\{2B130940-CA5E-3406-8385-E259E68AB039}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed7980 +[Software\\Classes\\Interface\\{2B130940-CA5E-3406-8385-E259E68AB039}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a612e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2B130940-CA5E-3406-8385-E259E68AB039}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed7b10 +[Software\\Classes\\Interface\\{2B130940-CA5E-3406-8385-E259E68AB039}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a61448 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2B130940-CA5E-3406-8385-E259E68AB039}\\TypeLib] 1460706649 -#time=1d196eb86ed7cfa +[Software\\Classes\\Interface\\{2B130940-CA5E-3406-8385-E259E68AB039}\\TypeLib] 1526460883 +#time=1d3ecf388a6165a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2B67CECE-71C3-36A9-A136-925CCC1935A8}] 1460706649 -#time=1d196eb86f26e86 +[Software\\Classes\\Interface\\{2B67CECE-71C3-36A9-A136-925CCC1935A8}] 1526460883 +#time=1d3ecf388a97516 @="_Array" -[Software\\Classes\\Interface\\{2B67CECE-71C3-36A9-A136-925CCC1935A8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f26c4c +[Software\\Classes\\Interface\\{2B67CECE-71C3-36A9-A136-925CCC1935A8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a972b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2B67CECE-71C3-36A9-A136-925CCC1935A8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f26da0 +[Software\\Classes\\Interface\\{2B67CECE-71C3-36A9-A136-925CCC1935A8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a97426 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2B67CECE-71C3-36A9-A136-925CCC1935A8}\\TypeLib] 1460706649 -#time=1d196eb86f26f8a +[Software\\Classes\\Interface\\{2B67CECE-71C3-36A9-A136-925CCC1935A8}\\TypeLib] 1526460883 +#time=1d3ecf388a9762e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2B8DE2FF-8D2D-11D1-B2FC-00C04FD915A9}] 1460706605 -#time=1d196eb6c635d8c -@="IXMLElement2" - -[Software\\Classes\\Interface\\{2B8DE2FF-8D2D-11D1-B2FC-00C04FD915A9}\\ProxyStubClsid] 1460706605 -#time=1d196eb6c635b3e -@="{00020424-0000-0000-C000-000000000046}" - -[Software\\Classes\\Interface\\{2B8DE2FF-8D2D-11D1-B2FC-00C04FD915A9}\\ProxyStubClsid32] 1460706605 -#time=1d196eb6c635cba -@="{00020424-0000-0000-C000-000000000046}" - -[Software\\Classes\\Interface\\{2B8DE2FF-8D2D-11D1-B2FC-00C04FD915A9}\\TypeLib] 1460706605 -#time=1d196eb6c635e90 -@="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" - -[Software\\Classes\\Interface\\{2B9F01DF-5A12-3688-98D6-C34BF5ED1865}] 1460706649 -#time=1d196eb86f974e2 +[Software\\Classes\\Interface\\{2B9F01DF-5A12-3688-98D6-C34BF5ED1865}] 1526460883 +#time=1d3ecf388b11fa0 @="_ProgIdAttribute" -[Software\\Classes\\Interface\\{2B9F01DF-5A12-3688-98D6-C34BF5ED1865}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f972d0 +[Software\\Classes\\Interface\\{2B9F01DF-5A12-3688-98D6-C34BF5ED1865}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b11d20 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2B9F01DF-5A12-3688-98D6-C34BF5ED1865}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9741a +[Software\\Classes\\Interface\\{2B9F01DF-5A12-3688-98D6-C34BF5ED1865}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b11e92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2B9F01DF-5A12-3688-98D6-C34BF5ED1865}\\TypeLib] 1460706649 -#time=1d196eb86f975e6 +[Software\\Classes\\Interface\\{2B9F01DF-5A12-3688-98D6-C34BF5ED1865}\\TypeLib] 1526460883 +#time=1d3ecf388b120ae @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2BAD7D35-895F-3D4A-B883-0B3CD324B8BD}] 1460706650 -#time=1d196eb87ab8614 +[Software\\Classes\\Interface\\{2BAD7D35-895F-3D4A-B883-0B3CD324B8BD}] 1526460884 +#time=1d3ecf389550638 @="_DateTimePicker" -[Software\\Classes\\Interface\\{2BAD7D35-895F-3D4A-B883-0B3CD324B8BD}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab8402 +[Software\\Classes\\Interface\\{2BAD7D35-895F-3D4A-B883-0B3CD324B8BD}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955025a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2BAD7D35-895F-3D4A-B883-0B3CD324B8BD}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab854c +[Software\\Classes\\Interface\\{2BAD7D35-895F-3D4A-B883-0B3CD324B8BD}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895504bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2BAD7D35-895F-3D4A-B883-0B3CD324B8BD}\\TypeLib] 1460706650 -#time=1d196eb87ab8722 +[Software\\Classes\\Interface\\{2BAD7D35-895F-3D4A-B883-0B3CD324B8BD}\\TypeLib] 1526460884 +#time=1d3ecf38955082c @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{2C358E27-8C1A-3C03-B086-A40465625557}] 1460706649 -#time=1d196eb86f2e546 +[Software\\Classes\\Interface\\{2C358E27-8C1A-3C03-B086-A40465625557}] 1526460883 +#time=1d3ecf388a9f19e @="_MarshalByRefObject" -[Software\\Classes\\Interface\\{2C358E27-8C1A-3C03-B086-A40465625557}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2e1cc +[Software\\Classes\\Interface\\{2C358E27-8C1A-3C03-B086-A40465625557}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9eef6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2C358E27-8C1A-3C03-B086-A40465625557}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2e3fc +[Software\\Classes\\Interface\\{2C358E27-8C1A-3C03-B086-A40465625557}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9f068 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2C358E27-8C1A-3C03-B086-A40465625557}\\TypeLib] 1460706649 -#time=1d196eb86f2e67c +[Software\\Classes\\Interface\\{2C358E27-8C1A-3C03-B086-A40465625557}\\TypeLib] 1526460883 +#time=1d3ecf388a9f338 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2C65D4C0-584C-3E4E-8E6D-1AFB112BFF69}] 1460706649 -#time=1d196eb86ff95fc +[Software\\Classes\\Interface\\{2C65D4C0-584C-3E4E-8E6D-1AFB112BFF69}] 1526460883 +#time=1d3ecf388b7ba4a @="_RNGCryptoServiceProvider" -[Software\\Classes\\Interface\\{2C65D4C0-584C-3E4E-8E6D-1AFB112BFF69}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff93e0 +[Software\\Classes\\Interface\\{2C65D4C0-584C-3E4E-8E6D-1AFB112BFF69}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7b7f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2C65D4C0-584C-3E4E-8E6D-1AFB112BFF69}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff9516 +[Software\\Classes\\Interface\\{2C65D4C0-584C-3E4E-8E6D-1AFB112BFF69}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7b964 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2C65D4C0-584C-3E4E-8E6D-1AFB112BFF69}\\TypeLib] 1460706649 -#time=1d196eb86ff970a +[Software\\Classes\\Interface\\{2C65D4C0-584C-3E4E-8E6D-1AFB112BFF69}\\TypeLib] 1526460883 +#time=1d3ecf388b7bb6c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2CC5E562-6C14-34A6-9D0B-E6FF949AE8FB}] 1460706650 -#time=1d196eb877d4e20 +[Software\\Classes\\Interface\\{2CC5E562-6C14-34A6-9D0B-E6FF949AE8FB}] 1526460884 +#time=1d3ecf38929da3a @="IRootDesigner" -[Software\\Classes\\Interface\\{2CC5E562-6C14-34A6-9D0B-E6FF949AE8FB}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d4a24 +[Software\\Classes\\Interface\\{2CC5E562-6C14-34A6-9D0B-E6FF949AE8FB}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38929d5a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2CC5E562-6C14-34A6-9D0B-E6FF949AE8FB}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d4c54 +[Software\\Classes\\Interface\\{2CC5E562-6C14-34A6-9D0B-E6FF949AE8FB}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929d8a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2CC5E562-6C14-34A6-9D0B-E6FF949AE8FB}\\TypeLib] 1460706650 -#time=1d196eb877d51a4 +[Software\\Classes\\Interface\\{2CC5E562-6C14-34A6-9D0B-E6FF949AE8FB}\\TypeLib] 1526460884 +#time=1d3ecf38929dc42 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{2D985674-231C-33D4-B14D-F3A6BD2EBE19}] 1460706649 -#time=1d196eb86feecb0 +[Software\\Classes\\Interface\\{2D985674-231C-33D4-B14D-F3A6BD2EBE19}] 1526460883 +#time=1d3ecf388b708e8 @="_SynchronizationAttribute" -[Software\\Classes\\Interface\\{2D985674-231C-33D4-B14D-F3A6BD2EBE19}\\ProxyStubClsid] 1460706649 -#time=1d196eb86feea9e +[Software\\Classes\\Interface\\{2D985674-231C-33D4-B14D-F3A6BD2EBE19}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b70686 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2D985674-231C-33D4-B14D-F3A6BD2EBE19}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86feebde +[Software\\Classes\\Interface\\{2D985674-231C-33D4-B14D-F3A6BD2EBE19}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b70802 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2D985674-231C-33D4-B14D-F3A6BD2EBE19}\\TypeLib] 1460706649 -#time=1d196eb86feedb4 +[Software\\Classes\\Interface\\{2D985674-231C-33D4-B14D-F3A6BD2EBE19}\\TypeLib] 1526460883 +#time=1d3ecf388b70a00 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2DBC46FE-B3DD-3858-AFC2-D3A2D492A588}] 1460706649 -#time=1d196eb86faf434 +[Software\\Classes\\Interface\\{2DBC46FE-B3DD-3858-AFC2-D3A2D492A588}] 1526460883 +#time=1d3ecf388b2b374 @="_MemoryStream" -[Software\\Classes\\Interface\\{2DBC46FE-B3DD-3858-AFC2-D3A2D492A588}\\ProxyStubClsid] 1460706649 -#time=1d196eb86faf222 +[Software\\Classes\\Interface\\{2DBC46FE-B3DD-3858-AFC2-D3A2D492A588}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2b11c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2DBC46FE-B3DD-3858-AFC2-D3A2D492A588}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86faf362 +[Software\\Classes\\Interface\\{2DBC46FE-B3DD-3858-AFC2-D3A2D492A588}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2b284 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2DBC46FE-B3DD-3858-AFC2-D3A2D492A588}\\TypeLib] 1460706649 -#time=1d196eb86faf52e +[Software\\Classes\\Interface\\{2DBC46FE-B3DD-3858-AFC2-D3A2D492A588}\\TypeLib] 1526460883 +#time=1d3ecf388b2b482 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2E01311B-C322-4B0A-BD77-B90CFDC8DCE7}] 1460706471 -#time=1d196eb1cd46b80 +[Software\\Classes\\Interface\\{2DE0A190-A1A4-11D1-B382-00A0C911E8B2}] 1526460533 +#time=1d3ecf2b8038cf8 +@="IGenScriptletTLib" + +[Software\\Classes\\Interface\\{2DE0A190-A1A4-11D1-B382-00A0C911E8B2}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b8038a8c +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{2DE0A190-A1A4-11D1-B382-00A0C911E8B2}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8038c08 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{2DE0A190-A1A4-11D1-B382-00A0C911E8B2}\\TypeLib] 1526460533 +#time=1d3ecf2b8038e10 +@="{06290C00-48AA-11D2-8432-006008C3FBFC}" +"Version"="1.0" + +[Software\\Classes\\Interface\\{2E01311B-C322-4B0A-BD77-B90CFDC8DCE7}] 1526460533 +#time=1d3ecf2b7965656 @="IServerXMLHTTPRequest2" -[Software\\Classes\\Interface\\{2E01311B-C322-4B0A-BD77-B90CFDC8DCE7}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4696e +[Software\\Classes\\Interface\\{2E01311B-C322-4B0A-BD77-B90CFDC8DCE7}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b79653c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2E01311B-C322-4B0A-BD77-B90CFDC8DCE7}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd46aae +[Software\\Classes\\Interface\\{2E01311B-C322-4B0A-BD77-B90CFDC8DCE7}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796555c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2E01311B-C322-4B0A-BD77-B90CFDC8DCE7}\\TypeLib] 1460706605 -#time=1d196eb6c6389d8 +[Software\\Classes\\Interface\\{2E01311B-C322-4B0A-BD77-B90CFDC8DCE7}\\TypeLib] 1528075957 +#time=1d3fba3eb80291e @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2E3BE3ED-2F22-3B20-9F92-BD29B79D6F42}] 1460706649 -#time=1d196eb86fc21f6 +[Software\\Classes\\Interface\\{2E3BE3ED-2F22-3B20-9F92-BD29B79D6F42}] 1526460883 +#time=1d3ecf388b404ea @="_ZoneIdentityPermissionAttribute" -[Software\\Classes\\Interface\\{2E3BE3ED-2F22-3B20-9F92-BD29B79D6F42}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc1fd0 +[Software\\Classes\\Interface\\{2E3BE3ED-2F22-3B20-9F92-BD29B79D6F42}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b40274 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2E3BE3ED-2F22-3B20-9F92-BD29B79D6F42}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc211a +[Software\\Classes\\Interface\\{2E3BE3ED-2F22-3B20-9F92-BD29B79D6F42}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b403dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2E3BE3ED-2F22-3B20-9F92-BD29B79D6F42}\\TypeLib] 1460706649 -#time=1d196eb86fc22f0 +[Software\\Classes\\Interface\\{2E3BE3ED-2F22-3B20-9F92-BD29B79D6F42}\\TypeLib] 1526460883 +#time=1d3ecf388b4060c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2E9196BF-13BA-4DD4-91CA-6C571F281495}] 1460706471 -#time=1d196eb1cd465b8 +[Software\\Classes\\Interface\\{2E9196BF-13BA-4DD4-91CA-6C571F281495}] 1526460533 +#time=1d3ecf2b7964f1c @="IServerXMLHTTPRequest" -[Software\\Classes\\Interface\\{2E9196BF-13BA-4DD4-91CA-6C571F281495}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd46360 +[Software\\Classes\\Interface\\{2E9196BF-13BA-4DD4-91CA-6C571F281495}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7964c60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2E9196BF-13BA-4DD4-91CA-6C571F281495}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd464dc +[Software\\Classes\\Interface\\{2E9196BF-13BA-4DD4-91CA-6C571F281495}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7964e18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2E9196BF-13BA-4DD4-91CA-6C571F281495}\\TypeLib] 1460706605 -#time=1d196eb6c63830c +[Software\\Classes\\Interface\\{2E9196BF-13BA-4DD4-91CA-6C571F281495}\\TypeLib] 1528075957 +#time=1d3fba3eb8022ac @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2EAC6733-8D92-31D9-BE04-DC467EFC3EB1}] 1460706649 -#time=1d196eb86f80db4 +[Software\\Classes\\Interface\\{2EAC6733-8D92-31D9-BE04-DC467EFC3EB1}] 1526460883 +#time=1d3ecf388afbcf0 @="_RegistryKey" -[Software\\Classes\\Interface\\{2EAC6733-8D92-31D9-BE04-DC467EFC3EB1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f80bb6 +[Software\\Classes\\Interface\\{2EAC6733-8D92-31D9-BE04-DC467EFC3EB1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afba84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2EAC6733-8D92-31D9-BE04-DC467EFC3EB1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f80cec +[Software\\Classes\\Interface\\{2EAC6733-8D92-31D9-BE04-DC467EFC3EB1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afbc00 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2EAC6733-8D92-31D9-BE04-DC467EFC3EB1}\\TypeLib] 1460706649 -#time=1d196eb86f80eae +[Software\\Classes\\Interface\\{2EAC6733-8D92-31D9-BE04-DC467EFC3EB1}\\TypeLib] 1526460883 +#time=1d3ecf388afbe12 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2ED7290A-4DD5-4B46-BB26-4E4155E77FAA}] 1460706471 -#time=1d196eb1cd487b4 +[Software\\Classes\\Interface\\{2ED7290A-4DD5-4B46-BB26-4E4155E77FAA}] 1526460533 +#time=1d3ecf2b7968018 @="IVBSAXContentHandler" -[Software\\Classes\\Interface\\{2ED7290A-4DD5-4B46-BB26-4E4155E77FAA}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd485ac +[Software\\Classes\\Interface\\{2ED7290A-4DD5-4B46-BB26-4E4155E77FAA}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7967cda @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2ED7290A-4DD5-4B46-BB26-4E4155E77FAA}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd486e2 +[Software\\Classes\\Interface\\{2ED7290A-4DD5-4B46-BB26-4E4155E77FAA}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7967f0a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2ED7290A-4DD5-4B46-BB26-4E4155E77FAA}\\TypeLib] 1460706605 -#time=1d196eb6c627db8 +[Software\\Classes\\Interface\\{2ED7290A-4DD5-4B46-BB26-4E4155E77FAA}\\TypeLib] 1528075957 +#time=1d3fba3eb804944 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{2EE13FA1-8A02-3573-9AC9-4FEBD2CEAB45}] 1460706650 -#time=1d196eb877f0f08 +[Software\\Classes\\Interface\\{2EE13FA1-8A02-3573-9AC9-4FEBD2CEAB45}] 1526460884 +#time=1d3ecf3892cde7e @="_CodePropertySetValueReferenceExpression" -[Software\\Classes\\Interface\\{2EE13FA1-8A02-3573-9AC9-4FEBD2CEAB45}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f0d00 +[Software\\Classes\\Interface\\{2EE13FA1-8A02-3573-9AC9-4FEBD2CEAB45}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892cdba4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2EE13FA1-8A02-3573-9AC9-4FEBD2CEAB45}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f0e36 +[Software\\Classes\\Interface\\{2EE13FA1-8A02-3573-9AC9-4FEBD2CEAB45}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892cdd5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2EE13FA1-8A02-3573-9AC9-4FEBD2CEAB45}\\TypeLib] 1460706650 -#time=1d196eb877f0ff8 +[Software\\Classes\\Interface\\{2EE13FA1-8A02-3573-9AC9-4FEBD2CEAB45}\\TypeLib] 1526460884 +#time=1d3ecf3892cdfc8 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{2EE48F22-AF3C-405F-8970-F71BE12EE9A2}] 1460706472 -#time=1d196eb1d1e367a +[Software\\Classes\\Interface\\{2EE48F22-AF3C-405F-8970-F71BE12EE9A2}] 1526460533 +#time=1d3ecf2b7dedd68 @="IAutomaticUpdatesSettings" -[Software\\Classes\\Interface\\{2EE48F22-AF3C-405F-8970-F71BE12EE9A2}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e338c +[Software\\Classes\\Interface\\{2EE48F22-AF3C-405F-8970-F71BE12EE9A2}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7dedade @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2EE48F22-AF3C-405F-8970-F71BE12EE9A2}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e3562 +[Software\\Classes\\Interface\\{2EE48F22-AF3C-405F-8970-F71BE12EE9A2}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7dedc64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2EE48F22-AF3C-405F-8970-F71BE12EE9A2}\\TypeLib] 1460706472 -#time=1d196eb1d1e37a6 +[Software\\Classes\\Interface\\{2EE48F22-AF3C-405F-8970-F71BE12EE9A2}\\TypeLib] 1526460533 +#time=1d3ecf2b7dede76 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{2EFEC16E-EEC9-39A3-9D8A-5E72B5C14F78}] 1460706650 -#time=1d196eb87ab059a +[Software\\Classes\\Interface\\{2EFEC16E-EEC9-39A3-9D8A-5E72B5C14F78}] 1526460884 +#time=1d3ecf389542222 @="_ComboBox" -[Software\\Classes\\Interface\\{2EFEC16E-EEC9-39A3-9D8A-5E72B5C14F78}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aafece +[Software\\Classes\\Interface\\{2EFEC16E-EEC9-39A3-9D8A-5E72B5C14F78}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389541f84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2EFEC16E-EEC9-39A3-9D8A-5E72B5C14F78}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab031a +[Software\\Classes\\Interface\\{2EFEC16E-EEC9-39A3-9D8A-5E72B5C14F78}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389542132 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2EFEC16E-EEC9-39A3-9D8A-5E72B5C14F78}\\TypeLib] 1460706650 -#time=1d196eb87ab0a22 +[Software\\Classes\\Interface\\{2EFEC16E-EEC9-39A3-9D8A-5E72B5C14F78}\\TypeLib] 1526460884 +#time=1d3ecf38954233a @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{2F218F95-4215-3CC6-8A51-BD2770C090E4}] 1460706649 -#time=1d196eb86f31110 +[Software\\Classes\\Interface\\{2F218F95-4215-3CC6-8A51-BD2770C090E4}] 1526460883 +#time=1d3ecf388aa21dc @="_ApplicationId" -[Software\\Classes\\Interface\\{2F218F95-4215-3CC6-8A51-BD2770C090E4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f30ee0 +[Software\\Classes\\Interface\\{2F218F95-4215-3CC6-8A51-BD2770C090E4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa1f70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2F218F95-4215-3CC6-8A51-BD2770C090E4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3102a +[Software\\Classes\\Interface\\{2F218F95-4215-3CC6-8A51-BD2770C090E4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa20f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2F218F95-4215-3CC6-8A51-BD2770C090E4}\\TypeLib] 1460706649 -#time=1d196eb86f3121e +[Software\\Classes\\Interface\\{2F218F95-4215-3CC6-8A51-BD2770C090E4}\\TypeLib] 1526460883 +#time=1d3ecf388aa22ea @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{2FABA4C7-4DA9-4013-9697-20CC3FD40F85}] 1460706471 -#time=1d196eb1d14b01e +[Software\\Classes\\Interface\\{2FABA4C7-4DA9-4013-9697-20CC3FD40F85}] 1526460533 +#time=1d3ecf2b7d5b940 @="ITaskService" -[Software\\Classes\\Interface\\{2FABA4C7-4DA9-4013-9697-20CC3FD40F85}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14adee +[Software\\Classes\\Interface\\{2FABA4C7-4DA9-4013-9697-20CC3FD40F85}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5b6ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2FABA4C7-4DA9-4013-9697-20CC3FD40F85}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14af42 +[Software\\Classes\\Interface\\{2FABA4C7-4DA9-4013-9697-20CC3FD40F85}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5b846 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2FABA4C7-4DA9-4013-9697-20CC3FD40F85}\\TypeLib] 1460706471 -#time=1d196eb1d14b10e +[Software\\Classes\\Interface\\{2FABA4C7-4DA9-4013-9697-20CC3FD40F85}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5ba4e @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{2FE9F084-1511-3052-BE7C-9010B522C10E}] 1460706650 -#time=1d196eb87ac4c2a +[Software\\Classes\\Interface\\{2FE9F084-1511-3052-BE7C-9010B522C10E}] 1526460884 +#time=1d3ecf38956057e @="_QueryAccessibilityHelpEventArgs" -[Software\\Classes\\Interface\\{2FE9F084-1511-3052-BE7C-9010B522C10E}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac4a22 +[Software\\Classes\\Interface\\{2FE9F084-1511-3052-BE7C-9010B522C10E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956031c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2FE9F084-1511-3052-BE7C-9010B522C10E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac4b62 +[Software\\Classes\\Interface\\{2FE9F084-1511-3052-BE7C-9010B522C10E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956048e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2FE9F084-1511-3052-BE7C-9010B522C10E}\\TypeLib] 1460706650 -#time=1d196eb87ac4d24 +[Software\\Classes\\Interface\\{2FE9F084-1511-3052-BE7C-9010B522C10E}\\TypeLib] 1526460884 +#time=1d3ecf3895606a0 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{2FEF0210-9EBD-32C0-9BFD-24841AC0FCF7}] 1460706650 -#time=1d196eb877d1978 +[Software\\Classes\\Interface\\{2FEF0210-9EBD-32C0-9BFD-24841AC0FCF7}] 1526460884 +#time=1d3ecf38929a90c @="IComponentChangeService" -[Software\\Classes\\Interface\\{2FEF0210-9EBD-32C0-9BFD-24841AC0FCF7}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d14d2 +[Software\\Classes\\Interface\\{2FEF0210-9EBD-32C0-9BFD-24841AC0FCF7}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38929a57e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2FEF0210-9EBD-32C0-9BFD-24841AC0FCF7}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d17fc +[Software\\Classes\\Interface\\{2FEF0210-9EBD-32C0-9BFD-24841AC0FCF7}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929a7a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{2FEF0210-9EBD-32C0-9BFD-24841AC0FCF7}\\TypeLib] 1460706650 -#time=1d196eb877d1c3e +[Software\\Classes\\Interface\\{2FEF0210-9EBD-32C0-9BFD-24841AC0FCF7}\\TypeLib] 1526460884 +#time=1d3ecf38929aaa6 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{3025F666-7891-33D7-AACD-23D169EF354E}] 1460706649 -#time=1d196eb86f37a74 +[Software\\Classes\\Interface\\{3025F666-7891-33D7-AACD-23D169EF354E}] 1526460883 +#time=1d3ecf388aaaaa8 @="_TimeZone" -[Software\\Classes\\Interface\\{3025F666-7891-33D7-AACD-23D169EF354E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f37812 +[Software\\Classes\\Interface\\{3025F666-7891-33D7-AACD-23D169EF354E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aaa850 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3025F666-7891-33D7-AACD-23D169EF354E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f37948 +[Software\\Classes\\Interface\\{3025F666-7891-33D7-AACD-23D169EF354E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aaa9c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3025F666-7891-33D7-AACD-23D169EF354E}\\TypeLib] 1460706649 -#time=1d196eb86f37b96 +[Software\\Classes\\Interface\\{3025F666-7891-33D7-AACD-23D169EF354E}\\TypeLib] 1526460883 +#time=1d3ecf388aaabc0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3050F1D8-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00c784 +[Software\\Classes\\Interface\\{3050F1D8-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c42b6c @="IHTMLBodyElement" -[Software\\Classes\\Interface\\{3050F1D8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00c54a +[Software\\Classes\\Interface\\{3050F1D8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c428f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F1D8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00c694 +[Software\\Classes\\Interface\\{3050F1D8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c42a7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F1D8-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00c86a +[Software\\Classes\\Interface\\{3050F1D8-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c42c84 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F1DA-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00d8aa +[Software\\Classes\\Interface\\{3050F1DA-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c43f30 @="IHTMLAnchorElement" -[Software\\Classes\\Interface\\{3050F1DA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00d684 +[Software\\Classes\\Interface\\{3050F1DA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c43cc4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F1DA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00d7ce +[Software\\Classes\\Interface\\{3050F1DA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c43e40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F1DA-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00d990 +[Software\\Classes\\Interface\\{3050F1DA-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c44048 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0079aa +[Software\\Classes\\Interface\\{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3d5c2 @="IHTMLFormElement" -[Software\\Classes\\Interface\\{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d007784 +[Software\\Classes\\Interface\\{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3d34c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0078ce +[Software\\Classes\\Interface\\{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3d4c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d007a90 +[Software\\Classes\\Interface\\{3050F1F7-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3d6d0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffce9c +[Software\\Classes\\Interface\\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3066a @="IHTMLElement" -[Software\\Classes\\Interface\\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffcc8a +[Software\\Classes\\Interface\\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c303f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffcdd4 +[Software\\Classes\\Interface\\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3057a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffcf82 +[Software\\Classes\\Interface\\{3050F1FF-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c30778 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F203-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d017ea4 +[Software\\Classes\\Interface\\{3050F200-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6fe28 +@="IHTMLDivElement" + +[Software\\Classes\\Interface\\{3050F200-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6fbb2 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F200-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6fd2e +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F200-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6ff36 +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{3050F203-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c50816 @="IHTMLMetaElement" -[Software\\Classes\\Interface\\{3050F203-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d017c88 +[Software\\Classes\\Interface\\{3050F203-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c505a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F203-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d017dd2 +[Software\\Classes\\Interface\\{3050F203-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c50726 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F203-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d017f8a +[Software\\Classes\\Interface\\{3050F203-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5091a @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F205-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d005088 +[Software\\Classes\\Interface\\{3050F205-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3a750 @="IHTMLLinkElement" -[Software\\Classes\\Interface\\{3050F205-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d004e58 +[Software\\Classes\\Interface\\{3050F205-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3a4da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F205-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d004fac +[Software\\Classes\\Interface\\{3050F205-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3a660 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F205-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d005178 +[Software\\Classes\\Interface\\{3050F205-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3a85e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F20C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02b544 +[Software\\Classes\\Interface\\{3050F20C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c66c92 @="IHTMLCommentElement" -[Software\\Classes\\Interface\\{3050F20C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02b328 +[Software\\Classes\\Interface\\{3050F20C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c66a1c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F20C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02b472 +[Software\\Classes\\Interface\\{3050F20C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c66ba2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F20C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02b634 +[Software\\Classes\\Interface\\{3050F20C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c66da0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F211-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d012e40 +[Software\\Classes\\Interface\\{3050F211-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c49c28 @="IHTMLOptionElement" -[Software\\Classes\\Interface\\{3050F211-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d012c24 +[Software\\Classes\\Interface\\{3050F211-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c49958 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F211-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d012d64 +[Software\\Classes\\Interface\\{3050F211-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c49b38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F211-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d012f26 +[Software\\Classes\\Interface\\{3050F211-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c49d40 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F21E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02e3c0 +[Software\\Classes\\Interface\\{3050F21E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6a14e @="IHTMLTable" -[Software\\Classes\\Interface\\{3050F21E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02e1ae +[Software\\Classes\\Interface\\{3050F21E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c69ed8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F21E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02e2ee +[Software\\Classes\\Interface\\{3050F21E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6a054 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F21E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02e4b0 +[Software\\Classes\\Interface\\{3050F21E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6a25c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F21F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0104f6 +[Software\\Classes\\Interface\\{3050F21F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c46d3e @="IHTMLElementCollection" -[Software\\Classes\\Interface\\{3050F21F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0102da +[Software\\Classes\\Interface\\{3050F21F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c46abe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F21F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d010424 +[Software\\Classes\\Interface\\{3050F21F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c46c4e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F21F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0105e6 +[Software\\Classes\\Interface\\{3050F21F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c46e56 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F220-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d006e38 +[Software\\Classes\\Interface\\{3050F220-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3c87a @="IHTMLTxtRange" -[Software\\Classes\\Interface\\{3050F220-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d006bf4 +[Software\\Classes\\Interface\\{3050F220-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3c604 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F220-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d006d5c +[Software\\Classes\\Interface\\{3050F220-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3c78a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F220-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d006f1e +[Software\\Classes\\Interface\\{3050F220-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3c988 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F230-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d009336 +[Software\\Classes\\Interface\\{3050F230-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3f020 @="IHTMLTextContainer" -[Software\\Classes\\Interface\\{3050F230-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0090e8 +[Software\\Classes\\Interface\\{3050F230-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3edaa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F230-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d009264 +[Software\\Classes\\Interface\\{3050F230-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3ef30 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F230-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d009426 +[Software\\Classes\\Interface\\{3050F230-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3f142 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F23B-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02f4f0 +[Software\\Classes\\Interface\\{3050F23B-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6b4fe @="IHTMLTableSection" -[Software\\Classes\\Interface\\{3050F23B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02f2d4 +[Software\\Classes\\Interface\\{3050F23B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6b292 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F23B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02f414 +[Software\\Classes\\Interface\\{3050F23B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6b40e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F23B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02f5d6 +[Software\\Classes\\Interface\\{3050F23B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6b616 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F23C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02fa9a +[Software\\Classes\\Interface\\{3050F23C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6bbac @="IHTMLTableRow" -[Software\\Classes\\Interface\\{3050F23C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02f874 +[Software\\Classes\\Interface\\{3050F23C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6b922 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F23C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02f9be +[Software\\Classes\\Interface\\{3050F23C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6babc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F23C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02fb9e +[Software\\Classes\\Interface\\{3050F23C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6bcba @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d03006c +[Software\\Classes\\Interface\\{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6c23c @="IHTMLTableCell" -[Software\\Classes\\Interface\\{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02fe46 +[Software\\Classes\\Interface\\{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6bfd0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02ff90 +[Software\\Classes\\Interface\\{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6c14c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d030152 +[Software\\Classes\\Interface\\{3050F23D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6c34a @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F240-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d009994 +[Software\\Classes\\Interface\\{3050F240-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3f6ce @="IHTMLImgElement" -[Software\\Classes\\Interface\\{3050F240-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0096ec +[Software\\Classes\\Interface\\{3050F240-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3f458 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F240-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d009886 +[Software\\Classes\\Interface\\{3050F240-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3f5d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F240-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d009a84 +[Software\\Classes\\Interface\\{3050F240-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3f7dc @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F244-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01113a +[Software\\Classes\\Interface\\{3050F244-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c47a54 @="IHTMLSelectElement" -[Software\\Classes\\Interface\\{3050F244-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d010ef6 +[Software\\Classes\\Interface\\{3050F244-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c477de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F244-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01104a +[Software\\Classes\\Interface\\{3050F244-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c47964 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F244-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01122a +[Software\\Classes\\Interface\\{3050F244-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c47b6c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d03286c +[Software\\Classes\\Interface\\{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6f0fe @="IHTMLObjectElement" -[Software\\Classes\\Interface\\{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d032646 +[Software\\Classes\\Interface\\{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6ee74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d032790 +[Software\\Classes\\Interface\\{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6eff0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d032952 +[Software\\Classes\\Interface\\{3050F24F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6f216 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F25A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d011cca +[Software\\Classes\\Interface\\{3050F25A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c48792 @="IHTMLSelectionObject" -[Software\\Classes\\Interface\\{3050F25A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d011aae +[Software\\Classes\\Interface\\{3050F25A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4851c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F25A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d011bf8 +[Software\\Classes\\Interface\\{3050F25A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c486a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F25A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d011db0 +[Software\\Classes\\Interface\\{3050F25A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c488aa @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff04bc +[Software\\Classes\\Interface\\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c211ec @="IHTMLStyle" -[Software\\Classes\\Interface\\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff0296 +[Software\\Classes\\Interface\\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c20f30 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff03e0 +[Software\\Classes\\Interface\\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c210b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff05a2 +[Software\\Classes\\Interface\\{3050F25E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2132c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02a9be +[Software\\Classes\\Interface\\{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c65f5e @="IHTMLEmbedElement" -[Software\\Classes\\Interface\\{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02a7a2 +[Software\\Classes\\Interface\\{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c65ce8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02a8ec +[Software\\Classes\\Interface\\{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c65e64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02aaae +[Software\\Classes\\Interface\\{3050F25F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6606c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F260-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d024d5c +[Software\\Classes\\Interface\\{3050F260-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5ef38 @="HTMLDocumentEvents" -[Software\\Classes\\Interface\\{3050F260-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d024b36 +[Software\\Classes\\Interface\\{3050F260-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5ecc2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F260-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d024c80 +[Software\\Classes\\Interface\\{3050F260-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5ee34 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F260-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d024e42 +[Software\\Classes\\Interface\\{3050F260-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5f03c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F265-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00e480 +[Software\\Classes\\Interface\\{3050F265-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c44c64 @="IHTMLAreaElement" -[Software\\Classes\\Interface\\{3050F265-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00e264 +[Software\\Classes\\Interface\\{3050F265-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c449f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F265-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00e3ae +[Software\\Classes\\Interface\\{3050F265-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c44b74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F265-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00e566 +[Software\\Classes\\Interface\\{3050F265-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c44d72 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F28B-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d031746 +[Software\\Classes\\Interface\\{3050F28B-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6dc9a @="IHTMLScriptElement" -[Software\\Classes\\Interface\\{3050F28B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d03152a +[Software\\Classes\\Interface\\{3050F28B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6da24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F28B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03166a +[Software\\Classes\\Interface\\{3050F28B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6dbaa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F28B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d03182c +[Software\\Classes\\Interface\\{3050F28B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6de3e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d014ad8 +[Software\\Classes\\Interface\\{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4bdb6 @="IHTMLInputTextElement" -[Software\\Classes\\Interface\\{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0148bc +[Software\\Classes\\Interface\\{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4bb40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0149fc +[Software\\Classes\\Interface\\{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4bcbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d014bbe +[Software\\Classes\\Interface\\{3050F2A6-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4bf46 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01569a +[Software\\Classes\\Interface\\{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4d382 @="IHTMLTextAreaElement" -[Software\\Classes\\Interface\\{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d015410 +[Software\\Classes\\Interface\\{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4d10c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d015596 +[Software\\Classes\\Interface\\{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4d292 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01578a +[Software\\Classes\\Interface\\{3050F2AA-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4d490 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F2BB-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01620c +[Software\\Classes\\Interface\\{3050F2BB-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4e0b6 @="IHTMLButtonElement" -[Software\\Classes\\Interface\\{3050F2BB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d015ff0 +[Software\\Classes\\Interface\\{3050F2BB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4de40 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F2BB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4dfbc +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F2BB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4e1ba +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{3050F2D2-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4c554 +@="IHTMLInputTextElement2" + +[Software\\Classes\\Interface\\{3050F2D2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4c2d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2BB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01613a +[Software\\Classes\\Interface\\{3050F2D2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4c45a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2BB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0162fc +[Software\\Classes\\Interface\\{3050F2D2-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4c6e4 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F2E3-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d003274 +[Software\\Classes\\Interface\\{3050F2E3-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c38608 @="IHTMLStyleSheet" -[Software\\Classes\\Interface\\{3050F2E3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00304e +[Software\\Classes\\Interface\\{3050F2E3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3839c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2E3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d003198 +[Software\\Classes\\Interface\\{3050F2E3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3850e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2E3-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00335a +[Software\\Classes\\Interface\\{3050F2E3-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c38734 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F2E5-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d000fc4 +[Software\\Classes\\Interface\\{3050F2E5-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c35cdc @="IHTMLStyleSheetRulesCollection" -[Software\\Classes\\Interface\\{3050F2E5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d000d80 +[Software\\Classes\\Interface\\{3050F2E5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c359c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2E5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d000ee8 +[Software\\Classes\\Interface\\{3050F2E5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c35b88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2E5-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0010aa +[Software\\Classes\\Interface\\{3050F2E5-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c35ea8 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F2EB-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02de20 +[Software\\Classes\\Interface\\{3050F2EB-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c69ab4 @="IHTMLTableCaption" -[Software\\Classes\\Interface\\{3050F2EB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02dbe6 +[Software\\Classes\\Interface\\{3050F2EB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c69834 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2EB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02dd44 +[Software\\Classes\\Interface\\{3050F2EB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c699ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F2EB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02df06 +[Software\\Classes\\Interface\\{3050F2EB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c69bc2 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F311-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d034ab8 +[Software\\Classes\\Interface\\{3050F311-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c725ce @="IHTMLFrameBase" -[Software\\Classes\\Interface\\{3050F311-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d03487e +[Software\\Classes\\Interface\\{3050F311-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c72344 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F311-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0349dc +[Software\\Classes\\Interface\\{3050F311-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c724c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F311-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d034b9e +[Software\\Classes\\Interface\\{3050F311-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c726e6 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F315-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0361a6 +[Software\\Classes\\Interface\\{3050F315-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c74892 @="IHTMLIFrameElement" -[Software\\Classes\\Interface\\{3050F315-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d035f76 +[Software\\Classes\\Interface\\{3050F315-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c745cc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F315-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0360ca +[Software\\Classes\\Interface\\{3050F315-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c74770 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F315-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d03628c +[Software\\Classes\\Interface\\{3050F315-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c749aa @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F322-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0178fa +[Software\\Classes\\Interface\\{3050F322-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c50190 @="IHTMLTitleElement" -[Software\\Classes\\Interface\\{3050F322-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0176d4 +[Software\\Classes\\Interface\\{3050F322-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4ff06 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F322-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01781e +[Software\\Classes\\Interface\\{3050F322-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c50096 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F322-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0179e0 +[Software\\Classes\\Interface\\{3050F322-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c50294 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F32A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00f006 +[Software\\Classes\\Interface\\{3050F32A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4597a @="IHTMLLabelElement" -[Software\\Classes\\Interface\\{3050F32A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00ede0 +[Software\\Classes\\Interface\\{3050F32A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4570e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F32A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00ef34 +[Software\\Classes\\Interface\\{3050F32A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c45880 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F32A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00f0ec +[Software\\Classes\\Interface\\{3050F32A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c45a9c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F32D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01f7e4 +[Software\\Classes\\Interface\\{3050F32D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c58bec @="IHTMLEventObj" -[Software\\Classes\\Interface\\{3050F32D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01f5c8 +[Software\\Classes\\Interface\\{3050F32D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c58976 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F32D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01f71c +[Software\\Classes\\Interface\\{3050F32D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c58af2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F32D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01f8d4 +[Software\\Classes\\Interface\\{3050F32D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c58d0e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F33A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff2aa0 +[Software\\Classes\\Interface\\{3050F33A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c24324 @="IHTMLStyle5" -[Software\\Classes\\Interface\\{3050F33A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff287a +[Software\\Classes\\Interface\\{3050F33A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c240b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F33A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff29ce +[Software\\Classes\\Interface\\{3050F33A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c24234 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F33A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff2bae +[Software\\Classes\\Interface\\{3050F33A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c24478 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F33B-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff4db4 +[Software\\Classes\\Interface\\{3050F33B-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2757e @="IHTMLCurrentStyle4" -[Software\\Classes\\Interface\\{3050F33B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff4b98 +[Software\\Classes\\Interface\\{3050F33B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c27308 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F33B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff4ce2 +[Software\\Classes\\Interface\\{3050F33B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2748e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F33B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff4ec2 +[Software\\Classes\\Interface\\{3050F33B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c27696 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F33C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02ccd2 +[Software\\Classes\\Interface\\{3050F33C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c686d2 @="HTMLElementEvents" -[Software\\Classes\\Interface\\{3050F33C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02cab6 +[Software\\Classes\\Interface\\{3050F33C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c68448 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F33C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02cc00 +[Software\\Classes\\Interface\\{3050F33C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c685e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F33C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02cdd6 +[Software\\Classes\\Interface\\{3050F33C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c687e0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F357-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d000376 +[Software\\Classes\\Interface\\{3050F357-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c34efe @="IHTMLStyleSheetRule" -[Software\\Classes\\Interface\\{3050F357-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffff7a +[Software\\Classes\\Interface\\{3050F357-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c34c92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F357-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00029a +[Software\\Classes\\Interface\\{3050F357-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c34e0e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F357-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d000470 +[Software\\Classes\\Interface\\{3050F357-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c35016 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F35C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02091e +[Software\\Classes\\Interface\\{3050F35C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c59fce @="IHTMLScreen" -[Software\\Classes\\Interface\\{3050F35C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d020702 +[Software\\Classes\\Interface\\{3050F35C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c59d44 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F35C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d020842 +[Software\\Classes\\Interface\\{3050F35C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c59ec0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F35C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0209fa +[Software\\Classes\\Interface\\{3050F35C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5a0dc @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F35F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1ce074ac +[Software\\Classes\\Interface\\{3050F35F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b808eee6 @="ITimerService" -[Software\\Classes\\Interface\\{3050F35F-98B5-11CF-BB82-00AA00BDCE0B}\\NumMethods] 1460706471 -#time=1d196eb1ce073bc +[Software\\Classes\\Interface\\{3050F35F-98B5-11CF-BB82-00AA00BDCE0B}\\NumMethods] 1526460533 +#time=1d3ecf2b808edf6 @="6" -[Software\\Classes\\Interface\\{3050F35F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0751a +[Software\\Classes\\Interface\\{3050F35F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808ef68 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3050F360-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1ce070ce +[Software\\Classes\\Interface\\{3050F360-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b808ea68 @="ITimer" -[Software\\Classes\\Interface\\{3050F360-98B5-11CF-BB82-00AA00BDCE0B}\\NumMethods] 1460706471 -#time=1d196eb1ce06ffc +[Software\\Classes\\Interface\\{3050F360-98B5-11CF-BB82-00AA00BDCE0B}\\NumMethods] 1526460533 +#time=1d3ecf2b808e978 @="7" -[Software\\Classes\\Interface\\{3050F360-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0713c +[Software\\Classes\\Interface\\{3050F360-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808eaea @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3050F361-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1ce06d04 +[Software\\Classes\\Interface\\{3050F361-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b808e5e0 @="ITimerSink" -[Software\\Classes\\Interface\\{3050F361-98B5-11CF-BB82-00AA00BDCE0B}\\NumMethods] 1460706471 -#time=1d196eb1ce06c32 +[Software\\Classes\\Interface\\{3050F361-98B5-11CF-BB82-00AA00BDCE0B}\\NumMethods] 1526460533 +#time=1d3ecf2b808e4f0 @="4" -[Software\\Classes\\Interface\\{3050F361-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce06d72 +[Software\\Classes\\Interface\\{3050F361-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808e662 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3050F364-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d008558 +[Software\\Classes\\Interface\\{3050F364-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3e300 @="HTMLFormElementEvents" -[Software\\Classes\\Interface\\{3050F364-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d008314 +[Software\\Classes\\Interface\\{3050F364-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3e08a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F364-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00845e +[Software\\Classes\\Interface\\{3050F364-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3e206 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F364-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d008648 +[Software\\Classes\\Interface\\{3050F364-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3e40e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F375-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0378f8 +[Software\\Classes\\Interface\\{3050F375-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c76318 @="IHTMLStyleElement" -[Software\\Classes\\Interface\\{3050F375-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0376aa +[Software\\Classes\\Interface\\{3050F375-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c76098 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F375-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03781c +[Software\\Classes\\Interface\\{3050F375-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c76228 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F375-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0379de +[Software\\Classes\\Interface\\{3050F375-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c76430 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F37E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00439a +[Software\\Classes\\Interface\\{3050F37E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c399d6 @="IHTMLStyleSheetsCollection" -[Software\\Classes\\Interface\\{3050F37E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d004174 +[Software\\Classes\\Interface\\{3050F37E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3974c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F37E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0042be +[Software\\Classes\\Interface\\{3050F37E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c398dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F37E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d004494 +[Software\\Classes\\Interface\\{3050F37E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c39ae4 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F38C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0139b2 +[Software\\Classes\\Interface\\{3050F38C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4a95c @="IHTMLOptionElementFactory" -[Software\\Classes\\Interface\\{3050F38C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d013796 +[Software\\Classes\\Interface\\{3050F38C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4a6f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F38C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0138e0 +[Software\\Classes\\Interface\\{3050F38C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4a862 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F38C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d013a98 +[Software\\Classes\\Interface\\{3050F38C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4aa60 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F38E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d009f48 +[Software\\Classes\\Interface\\{3050F38E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3fd54 @="IHTMLImageElementFactory" -[Software\\Classes\\Interface\\{3050F38E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d009d2c +[Software\\Classes\\Interface\\{3050F38E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3fae8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F38E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d009e76 +[Software\\Classes\\Interface\\{3050F38E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3fc64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F38E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00a038 +[Software\\Classes\\Interface\\{3050F38E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3fe62 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F3CF-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff10b0 +[Software\\Classes\\Interface\\{3050F3CF-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c21f84 @="IHTMLRuleStyle" -[Software\\Classes\\Interface\\{3050F3CF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff0e12 +[Software\\Classes\\Interface\\{3050F3CF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c21ce6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3CF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff0fb6 +[Software\\Classes\\Interface\\{3050F3CF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c21e8a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3CF-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff11be +[Software\\Classes\\Interface\\{3050F3CF-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2209c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F3D1-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00383c +[Software\\Classes\\Interface\\{3050F3D1-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c38cb6 @="IHTMLStyleSheet2" -[Software\\Classes\\Interface\\{3050F3D1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d003620 +[Software\\Classes\\Interface\\{3050F3D1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c38a40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3D1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00376a +[Software\\Classes\\Interface\\{3050F3D1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c38bc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3D1-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00392c +[Software\\Classes\\Interface\\{3050F3D1-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c38dba @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F3DB-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff3bee +[Software\\Classes\\Interface\\{3050F3DB-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c257b0 @="IHTMLCurrentStyle" -[Software\\Classes\\Interface\\{3050F3DB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff39b4 +[Software\\Classes\\Interface\\{3050F3DB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c25490 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3DB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff3b1c +[Software\\Classes\\Interface\\{3050F3DB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2560c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3DB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff3d38 +[Software\\Classes\\Interface\\{3050F3DB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c25972 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfefe72 +[Software\\Classes\\Interface\\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c20a8a @="IHTMLFiltersCollection" -[Software\\Classes\\Interface\\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cfefc24 +[Software\\Classes\\Interface\\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c20788 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfefd6e +[Software\\Classes\\Interface\\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c20936 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cfeff94 +[Software\\Classes\\Interface\\{3050F3EE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c20bc0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F3F2-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffeabc +[Software\\Classes\\Interface\\{3050F3F2-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c33b3a @="IHTMLDatabinding" -[Software\\Classes\\Interface\\{3050F3F2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffe88c +[Software\\Classes\\Interface\\{3050F3F2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c338c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3F2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffe9ea +[Software\\Classes\\Interface\\{3050F3F2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c33a4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3F2-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffeba2 +[Software\\Classes\\Interface\\{3050F3F2-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c33c48 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F3FC-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01b806 +[Software\\Classes\\Interface\\{3050F3FC-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c54330 @="IHTMLMimeTypesCollection" -[Software\\Classes\\Interface\\{3050F3FC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01b55e +[Software\\Classes\\Interface\\{3050F3FC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c540c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3FC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01b72a +[Software\\Classes\\Interface\\{3050F3FC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c54240 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3FC-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01b900 +[Software\\Classes\\Interface\\{3050F3FC-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c54448 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F3FD-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01be14 +[Software\\Classes\\Interface\\{3050F3FD-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c549d4 @="IHTMLPluginsCollection" -[Software\\Classes\\Interface\\{3050F3FD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01bbe4 +[Software\\Classes\\Interface\\{3050F3FD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c54768 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3FD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01bd38 +[Software\\Classes\\Interface\\{3050F3FD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c548e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F3FD-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01befa +[Software\\Classes\\Interface\\{3050F3FD-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c54aec @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F401-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01c9f4 +[Software\\Classes\\Interface\\{3050F401-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c556f4 @="IHTMLOpsProfile" -[Software\\Classes\\Interface\\{3050F401-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01c7ba +[Software\\Classes\\Interface\\{3050F401-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5547e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F401-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01c904 +[Software\\Classes\\Interface\\{3050F401-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c555fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F401-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01caee +[Software\\Classes\\Interface\\{3050F401-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c55852 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F407-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02d2ae +[Software\\Classes\\Interface\\{3050F407-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c68d58 @="HTMLTableEvents" -[Software\\Classes\\Interface\\{3050F407-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02d088 +[Software\\Classes\\Interface\\{3050F407-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c68aec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F407-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02d1d2 +[Software\\Classes\\Interface\\{3050F407-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c68c68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F407-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02d394 +[Software\\Classes\\Interface\\{3050F407-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c68e70 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F434-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffd432 +[Software\\Classes\\Interface\\{3050F434-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c30cfa @="IHTMLElement2" -[Software\\Classes\\Interface\\{3050F434-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffd220 +[Software\\Classes\\Interface\\{3050F434-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c30a8e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F434-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffd36a +[Software\\Classes\\Interface\\{3050F434-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c30c00 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F434-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffd518 +[Software\\Classes\\Interface\\{3050F434-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c30e08 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F485-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02750c +[Software\\Classes\\Interface\\{3050F485-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c616d4 @="IHTMLDocument3" -[Software\\Classes\\Interface\\{3050F485-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0272f0 +[Software\\Classes\\Interface\\{3050F485-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c61468 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F485-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02743a +[Software\\Classes\\Interface\\{3050F485-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c615da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F485-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0275f2 +[Software\\Classes\\Interface\\{3050F485-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c617e2 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4A2-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff0a8e +[Software\\Classes\\Interface\\{3050F4A2-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c218c2 @="IHTMLStyle2" -[Software\\Classes\\Interface\\{3050F4A2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff0840 +[Software\\Classes\\Interface\\{3050F4A2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c21642 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4A2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff09b2 +[Software\\Classes\\Interface\\{3050F4A2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c217c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4A2-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff0b74 +[Software\\Classes\\Interface\\{3050F4A2-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c219d0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4A3-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff593a +[Software\\Classes\\Interface\\{3050F4A3-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c282b2 @="IHTMLRect" -[Software\\Classes\\Interface\\{3050F4A3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff5714 +[Software\\Classes\\Interface\\{3050F4A3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c28046 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4A3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff5868 +[Software\\Classes\\Interface\\{3050F4A3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c281c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4A3-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff5a20 +[Software\\Classes\\Interface\\{3050F4A3-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c283de @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4A4-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff5f02 +[Software\\Classes\\Interface\\{3050F4A4-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c28960 @="IHTMLRectCollection" -[Software\\Classes\\Interface\\{3050F4A4-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff5cc8 +[Software\\Classes\\Interface\\{3050F4A4-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c286ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4A4-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff5e12 +[Software\\Classes\\Interface\\{3050F4A4-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c28866 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4A4-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff5fe8 +[Software\\Classes\\Interface\\{3050F4A4-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c28a6e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4AD-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02e97e +[Software\\Classes\\Interface\\{3050F4AD-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6a7d4 @="IHTMLTable2" -[Software\\Classes\\Interface\\{3050F4AD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02e758 +[Software\\Classes\\Interface\\{3050F4AD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6a55e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4AD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02e8a2 +[Software\\Classes\\Interface\\{3050F4AD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6a6da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4AD-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02ea64 +[Software\\Classes\\Interface\\{3050F4AD-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6a8f6 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4AE-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d021490 +[Software\\Classes\\Interface\\{3050F4AE-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5acee @="IHTMLWindow3" -[Software\\Classes\\Interface\\{3050F4AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02124c +[Software\\Classes\\Interface\\{3050F4AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5aa82 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0213b4 +[Software\\Classes\\Interface\\{3050F4AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5abf4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4AE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02156c +[Software\\Classes\\Interface\\{3050F4AE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5ae06 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4B0-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff75c8 +[Software\\Classes\\Interface\\{3050F4B0-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2a3a0 @="IHTMLDOMAttribute" -[Software\\Classes\\Interface\\{3050F4B0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff73ac +[Software\\Classes\\Interface\\{3050F4B0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2a134 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4B0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff74f6 +[Software\\Classes\\Interface\\{3050F4B0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2a2b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4B0-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff76b8 +[Software\\Classes\\Interface\\{3050F4B0-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2a4ae @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4B1-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff8144 +[Software\\Classes\\Interface\\{3050F4B1-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2b0c0 @="IHTMLDOMTextNode" -[Software\\Classes\\Interface\\{3050F4B1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff7f1e +[Software\\Classes\\Interface\\{3050F4B1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2ae5e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4B1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff8068 +[Software\\Classes\\Interface\\{3050F4B1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2afd0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4B1-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff822a +[Software\\Classes\\Interface\\{3050F4B1-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2b1ce @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4B3-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01f23a +[Software\\Classes\\Interface\\{3050F4B3-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c58552 @="IHTMLDataTransfer" -[Software\\Classes\\Interface\\{3050F4B3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01efe2 +[Software\\Classes\\Interface\\{3050F4B3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c582dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4B3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01f168 +[Software\\Classes\\Interface\\{3050F4B3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c58462 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4B3-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01f320 +[Software\\Classes\\Interface\\{3050F4B3-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5866a @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4B7-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfff052 +[Software\\Classes\\Interface\\{3050F4B7-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c341ca @="IHTMLGenericElement" -[Software\\Classes\\Interface\\{3050F4B7-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffee40 +[Software\\Classes\\Interface\\{3050F4B7-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c33f54 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4B7-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffef80 +[Software\\Classes\\Interface\\{3050F4B7-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c340da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4B7-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cfff138 +[Software\\Classes\\Interface\\{3050F4B7-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c342d8 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4C3-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffa98a +[Software\\Classes\\Interface\\{3050F4C3-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2dee2 @="IHTMLAttributeCollection" -[Software\\Classes\\Interface\\{3050F4C3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffa76e +[Software\\Classes\\Interface\\{3050F4C3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2dc6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4C3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffa8b8 +[Software\\Classes\\Interface\\{3050F4C3-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2ddf2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4C3-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffaa84 +[Software\\Classes\\Interface\\{3050F4C3-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2dff0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4CD-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d032e2a +[Software\\Classes\\Interface\\{3050F4CD-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6f78e @="IHTMLObjectElement2" -[Software\\Classes\\Interface\\{3050F4CD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d032c0e +[Software\\Classes\\Interface\\{3050F4CD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6f522 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4CD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d032d58 +[Software\\Classes\\Interface\\{3050F4CD-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6f694 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4CD-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d032f10 +[Software\\Classes\\Interface\\{3050F4CD-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6f8a6 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4CE-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01ec4a +[Software\\Classes\\Interface\\{3050F4CE-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c57ec2 @="IHTMLBookmarkCollection" -[Software\\Classes\\Interface\\{3050F4CE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01ea1a +[Software\\Classes\\Interface\\{3050F4CE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c57c56 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4CE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01eb64 +[Software\\Classes\\Interface\\{3050F4CE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c57dd2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4CE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01ed3a +[Software\\Classes\\Interface\\{3050F4CE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c57fd0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4D0-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffe512 +[Software\\Classes\\Interface\\{3050F4D0-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c334aa @="IHTMLUniqueName" -[Software\\Classes\\Interface\\{3050F4D0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffe2f6 +[Software\\Classes\\Interface\\{3050F4D0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c33220 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4D0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffe440 +[Software\\Classes\\Interface\\{3050F4D0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c333ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4D0-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffe5f8 +[Software\\Classes\\Interface\\{3050F4D0-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c335b8 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4E5-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0056e6 +[Software\\Classes\\Interface\\{3050F4E5-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3ae08 @="IHTMLLinkElement2" -[Software\\Classes\\Interface\\{3050F4E5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0054b6 +[Software\\Classes\\Interface\\{3050F4E5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3ab92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4E5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00560a +[Software\\Classes\\Interface\\{3050F4E5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3ad0e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4E5-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0057e0 +[Software\\Classes\\Interface\\{3050F4E5-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3af16 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4E6-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d03676e +[Software\\Classes\\Interface\\{3050F4E6-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c74f36 @="IHTMLIFrameElement2" -[Software\\Classes\\Interface\\{3050F4E6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d036534 +[Software\\Classes\\Interface\\{3050F4E6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c74cb6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4E6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03667e +[Software\\Classes\\Interface\\{3050F4E6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c74e3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4E6-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d03685e +[Software\\Classes\\Interface\\{3050F4E6-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c75062 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F4E9-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00c1b2 +[Software\\Classes\\Interface\\{3050F4E9-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c424be @="IHTMLControlElement" -[Software\\Classes\\Interface\\{3050F4E9-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00bf96 +[Software\\Classes\\Interface\\{3050F4E9-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c42252 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4E9-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00c0e0 +[Software\\Classes\\Interface\\{3050F4E9-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c423ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F4E9-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00c2a2 +[Software\\Classes\\Interface\\{3050F4E9-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c425ea @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F502-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00de90 +[Software\\Classes\\Interface\\{3050F502-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c445c0 @="DispHTMLAnchorElement" -[Software\\Classes\\Interface\\{3050F502-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00dc38 +[Software\\Classes\\Interface\\{3050F502-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c44354 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F502-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00dd82 +[Software\\Classes\\Interface\\{3050F502-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c444c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F502-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00df94 +[Software\\Classes\\Interface\\{3050F502-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c446ce @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F503-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00ea52 +[Software\\Classes\\Interface\\{3050F503-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c452ea @="DispHTMLAreaElement" -[Software\\Classes\\Interface\\{3050F503-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00e836 +[Software\\Classes\\Interface\\{3050F503-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4507e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F503-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00e980 +[Software\\Classes\\Interface\\{3050F503-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c451fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F503-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00eb42 +[Software\\Classes\\Interface\\{3050F503-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c453f8 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F507-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00d2e2 +[Software\\Classes\\Interface\\{3050F507-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c438aa @="DispHTMLBody" -[Software\\Classes\\Interface\\{3050F507-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00d0c6 +[Software\\Classes\\Interface\\{3050F507-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c43620 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F507-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00d206 +[Software\\Classes\\Interface\\{3050F507-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c437ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F507-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00d3c8 +[Software\\Classes\\Interface\\{3050F507-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c439b8 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F50A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02c160 +[Software\\Classes\\Interface\\{3050F50A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c679b2 @="DispHTMLCommentElement" -[Software\\Classes\\Interface\\{3050F50A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02bf3a +[Software\\Classes\\Interface\\{3050F50A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c67746 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F50A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02c08e +[Software\\Classes\\Interface\\{3050F50A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c678c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F50A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02c250 +[Software\\Classes\\Interface\\{3050F50A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c67ac0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F50E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0009de +[Software\\Classes\\Interface\\{3050F50C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c704c2 +@="DispHTMLDivElement" + +[Software\\Classes\\Interface\\{3050F50C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c7024c +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F50C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c703c8 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F50C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c705da +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{3050F50E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c35598 @="DispHTMLStyleSheetRule" -[Software\\Classes\\Interface\\{3050F50E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0007ae +[Software\\Classes\\Interface\\{3050F50E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c35322 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F50E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00090c +[Software\\Classes\\Interface\\{3050F50E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3549e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F50E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d000ad8 +[Software\\Classes\\Interface\\{3050F50E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c356ba @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F510-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d007f7c +[Software\\Classes\\Interface\\{3050F510-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3dc52 @="DispHTMLFormElement" -[Software\\Classes\\Interface\\{3050F510-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d007d56 +[Software\\Classes\\Interface\\{3050F510-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3d9dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F510-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d007eaa +[Software\\Classes\\Interface\\{3050F510-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3db62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F510-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00806c +[Software\\Classes\\Interface\\{3050F510-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3dd60 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F511-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d037eb6 +[Software\\Classes\\Interface\\{3050F511-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c769b2 @="DispHTMLStyleElement" -[Software\\Classes\\Interface\\{3050F511-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d037c90 +[Software\\Classes\\Interface\\{3050F511-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c7673c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F511-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d037dda +[Software\\Classes\\Interface\\{3050F511-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c768b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F511-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d037fa6 +[Software\\Classes\\Interface\\{3050F511-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c76ac0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F513-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d035be8 +[Software\\Classes\\Interface\\{3050F513-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c73e88 @="DispHTMLFrameElement" -[Software\\Classes\\Interface\\{3050F513-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0359cc +[Software\\Classes\\Interface\\{3050F513-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c73b22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F513-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d035b16 +[Software\\Classes\\Interface\\{3050F513-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c73d34 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F513-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d035cd8 +[Software\\Classes\\Interface\\{3050F513-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c73ffa @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F516-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d019588 +[Software\\Classes\\Interface\\{3050F516-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c528e6 @="DispHTMLTitleElement" -[Software\\Classes\\Interface\\{3050F516-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01936c +[Software\\Classes\\Interface\\{3050F516-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5267a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F516-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0194b6 +[Software\\Classes\\Interface\\{3050F516-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c527f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F516-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0196a0 +[Software\\Classes\\Interface\\{3050F516-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c529f4 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F517-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d019b82 +[Software\\Classes\\Interface\\{3050F517-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c52f6c @="DispHTMLMetaElement" -[Software\\Classes\\Interface\\{3050F517-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d019970 +[Software\\Classes\\Interface\\{3050F517-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c52d00 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F517-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d019ab0 +[Software\\Classes\\Interface\\{3050F517-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c52e7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F517-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d019d26 +[Software\\Classes\\Interface\\{3050F517-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5307a @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F51B-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d037312 +[Software\\Classes\\Interface\\{3050F51B-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c75c7e @="DispHTMLIFrame" -[Software\\Classes\\Interface\\{3050F51B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0370ec +[Software\\Classes\\Interface\\{3050F51B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c75a08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F51B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d037240 +[Software\\Classes\\Interface\\{3050F51B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c75b8e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F51B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d037402 +[Software\\Classes\\Interface\\{3050F51B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c75d82 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F51C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00a506 +[Software\\Classes\\Interface\\{3050F51C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c40402 @="DispHTMLImg" -[Software\\Classes\\Interface\\{3050F51C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00a2ea +[Software\\Classes\\Interface\\{3050F51C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4016e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F51C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00a434 +[Software\\Classes\\Interface\\{3050F51C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c40308 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F51C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00a5ec +[Software\\Classes\\Interface\\{3050F51C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c40510 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F51F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0167de +[Software\\Classes\\Interface\\{3050F51F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4e73c @="DispHTMLButtonElement" -[Software\\Classes\\Interface\\{3050F51F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0165b8 +[Software\\Classes\\Interface\\{3050F51F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4e4c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F51F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01670c +[Software\\Classes\\Interface\\{3050F51F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4e64c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F51F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0168c4 +[Software\\Classes\\Interface\\{3050F51F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4e84a @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F521-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d015c62 +[Software\\Classes\\Interface\\{3050F521-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4da08 @="DispHTMLTextAreaElement" -[Software\\Classes\\Interface\\{3050F521-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d015a46 +[Software\\Classes\\Interface\\{3050F521-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4d79c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F521-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d015b90 +[Software\\Classes\\Interface\\{3050F521-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4d918 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F521-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d015d48 +[Software\\Classes\\Interface\\{3050F521-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4db16 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F522-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00fea2 +[Software\\Classes\\Interface\\{3050F522-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c466a4 @="DispHTMLLabelElement" -[Software\\Classes\\Interface\\{3050F522-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00fc7c +[Software\\Classes\\Interface\\{3050F522-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c46438 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F522-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00fdc6 +[Software\\Classes\\Interface\\{3050F522-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c465aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F522-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00ff92 +[Software\\Classes\\Interface\\{3050F522-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c467b2 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F524-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00685c +[Software\\Classes\\Interface\\{3050F524-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3c1e0 @="DispHTMLLinkElement" -[Software\\Classes\\Interface\\{3050F524-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d006636 +[Software\\Classes\\Interface\\{3050F524-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3bf6a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F524-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d006780 +[Software\\Classes\\Interface\\{3050F524-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3c0f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F524-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d006942 +[Software\\Classes\\Interface\\{3050F524-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3c2f8 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F529-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d033f3c +[Software\\Classes\\Interface\\{3050F529-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c71890 @="DispHTMLObjectElement" -[Software\\Classes\\Interface\\{3050F529-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d033d20 +[Software\\Classes\\Interface\\{3050F529-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c71624 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F529-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d033e60 +[Software\\Classes\\Interface\\{3050F529-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c71796 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F529-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d034022 +[Software\\Classes\\Interface\\{3050F529-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c719a8 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F52B-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d013f5c +[Software\\Classes\\Interface\\{3050F52B-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4b014 @="DispHTMLOptionElement" -[Software\\Classes\\Interface\\{3050F52B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d013d40 +[Software\\Classes\\Interface\\{3050F52B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4ad6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F52B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d013e8a +[Software\\Classes\\Interface\\{3050F52B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4aefc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F52B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01404c +[Software\\Classes\\Interface\\{3050F52B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4b140 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F52E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02af90 +[Software\\Classes\\Interface\\{3050F52E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6660c @="DispHTMLEmbed" -[Software\\Classes\\Interface\\{3050F52E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02ad56 +[Software\\Classes\\Interface\\{3050F52E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c66396 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F52E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02aebe +[Software\\Classes\\Interface\\{3050F52E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c66512 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F52E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02b080 +[Software\\Classes\\Interface\\{3050F52E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6671a @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F52F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0015b4 +[Software\\Classes\\Interface\\{3050F52F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c364a2 @="DispHTMLStyleSheetRulesCollection" -[Software\\Classes\\Interface\\{3050F52F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d001398 +[Software\\Classes\\Interface\\{3050F52F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c36204 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F52F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0014e2 +[Software\\Classes\\Interface\\{3050F52F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3639e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F52F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0016c2 +[Software\\Classes\\Interface\\{3050F52F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c365c4 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F530-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0322b8 +[Software\\Classes\\Interface\\{3050F530-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6ea5a @="DispHTMLScriptElement" -[Software\\Classes\\Interface\\{3050F530-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d032092 +[Software\\Classes\\Interface\\{3050F530-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6e7e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F530-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0321e6 +[Software\\Classes\\Interface\\{3050F530-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6e956 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F530-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d03239e +[Software\\Classes\\Interface\\{3050F530-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6eb68 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F531-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d011720 +[Software\\Classes\\Interface\\{3050F531-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c48102 @="DispHTMLSelectElement" -[Software\\Classes\\Interface\\{3050F531-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0114dc +[Software\\Classes\\Interface\\{3050F531-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c47e8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F531-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d011644 +[Software\\Classes\\Interface\\{3050F531-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c48008 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F531-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d011806 +[Software\\Classes\\Interface\\{3050F531-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c48210 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F532-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d030620 +[Software\\Classes\\Interface\\{3050F532-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6c8c2 @="DispHTMLTable" -[Software\\Classes\\Interface\\{3050F532-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0303fa +[Software\\Classes\\Interface\\{3050F532-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6c660 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F532-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03054e +[Software\\Classes\\Interface\\{3050F532-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6c7d2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F532-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d030710 +[Software\\Classes\\Interface\\{3050F532-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6c9da @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F535-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d030bf2 +[Software\\Classes\\Interface\\{3050F535-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6cf70 @="DispHTMLTableRow" -[Software\\Classes\\Interface\\{3050F535-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0309ae +[Software\\Classes\\Interface\\{3050F535-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6ccfa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F535-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d030af8 +[Software\\Classes\\Interface\\{3050F535-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6ce80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F535-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d030cd8 +[Software\\Classes\\Interface\\{3050F535-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6d088 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F536-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d03119c +[Software\\Classes\\Interface\\{3050F536-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6d60a @="DispHTMLTableCell" -[Software\\Classes\\Interface\\{3050F536-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d030f80 +[Software\\Classes\\Interface\\{3050F536-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6d394 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F536-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0310ca +[Software\\Classes\\Interface\\{3050F536-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6d510 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F536-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d031282 +[Software\\Classes\\Interface\\{3050F536-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6d718 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F539-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01a230 +[Software\\Classes\\Interface\\{3050F539-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c53610 @="DispHTMLUnknownElement" -[Software\\Classes\\Interface\\{3050F539-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d019fec +[Software\\Classes\\Interface\\{3050F539-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c53386 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F539-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01a154 +[Software\\Classes\\Interface\\{3050F539-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c53516 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F539-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01a320 +[Software\\Classes\\Interface\\{3050F539-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c53714 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F540-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00214e +[Software\\Classes\\Interface\\{3050F540-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c37208 @="DispHTMLStyleSheetPage" -[Software\\Classes\\Interface\\{3050F540-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d001f1e +[Software\\Classes\\Interface\\{3050F540-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c36f9c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F540-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00207c +[Software\\Classes\\Interface\\{3050F540-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3710e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F540-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00223e +[Software\\Classes\\Interface\\{3050F540-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c37320 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F543-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d002cc0 +[Software\\Classes\\Interface\\{3050F543-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c37f82 @="DispHTMLStyleSheetPagesCollection" -[Software\\Classes\\Interface\\{3050F543-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d002aa4 +[Software\\Classes\\Interface\\{3050F543-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c37d0c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F543-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d002bee +[Software\\Classes\\Interface\\{3050F543-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c37e88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F543-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d002db0 +[Software\\Classes\\Interface\\{3050F543-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c38090 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F547-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d004962 +[Software\\Classes\\Interface\\{3050F547-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3a0c0 @="DispHTMLStyleSheetsCollection" -[Software\\Classes\\Interface\\{3050F547-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00473c +[Software\\Classes\\Interface\\{3050F547-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c39e4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F547-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d004886 +[Software\\Classes\\Interface\\{3050F547-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c39fc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F547-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d004a98 +[Software\\Classes\\Interface\\{3050F547-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3a1c4 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F549-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01e0ec +[Software\\Classes\\Interface\\{3050F549-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5718e @="DispHTMLHistory" -[Software\\Classes\\Interface\\{3050F549-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01deb2 +[Software\\Classes\\Interface\\{3050F549-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c56f22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F549-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01e006 +[Software\\Classes\\Interface\\{3050F549-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5709e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F549-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01e1dc +[Software\\Classes\\Interface\\{3050F549-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c572a6 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F54A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01c418 +[Software\\Classes\\Interface\\{3050F54A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5506e @="DispCPlugins" -[Software\\Classes\\Interface\\{3050F54A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01c1a2 +[Software\\Classes\\Interface\\{3050F54A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c54df8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F54A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01c314 +[Software\\Classes\\Interface\\{3050F54A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c54f74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F54A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01c512 +[Software\\Classes\\Interface\\{3050F54A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c55172 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F54C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01d57a +[Software\\Classes\\Interface\\{3050F54C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c56464 @="DispHTMLNavigator" -[Software\\Classes\\Interface\\{3050F54C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01d368 +[Software\\Classes\\Interface\\{3050F54C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c561f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F54C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01d4a8 +[Software\\Classes\\Interface\\{3050F54C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c56374 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F54C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01d660 +[Software\\Classes\\Interface\\{3050F54C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5657c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F54E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01e696 +[Software\\Classes\\Interface\\{3050F54E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5781e @="DispHTMLLocation" -[Software\\Classes\\Interface\\{3050F54E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01e47a +[Software\\Classes\\Interface\\{3050F54E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c575b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F54E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01e5c4 +[Software\\Classes\\Interface\\{3050F54E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5772e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F54E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01e77c +[Software\\Classes\\Interface\\{3050F54E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c57936 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F557-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff5390 +[Software\\Classes\\Interface\\{3050F557-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c27c22 @="DispHTMLCurrentStyle" -[Software\\Classes\\Interface\\{3050F557-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff516a +[Software\\Classes\\Interface\\{3050F557-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c279ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F557-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff52be +[Software\\Classes\\Interface\\{3050F557-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c27b28 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F557-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff5476 +[Software\\Classes\\Interface\\{3050F557-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c27d30 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F558-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01fda2 +[Software\\Classes\\Interface\\{3050F558-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c59290 @="DispCEventObj" -[Software\\Classes\\Interface\\{3050F558-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01fb72 +[Software\\Classes\\Interface\\{3050F558-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c59024 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F558-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01fcbc +[Software\\Classes\\Interface\\{3050F558-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c59196 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F558-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01fe9c +[Software\\Classes\\Interface\\{3050F558-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5939e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F55A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff1826 +[Software\\Classes\\Interface\\{3050F55A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2268c @="DispHTMLStyle" -[Software\\Classes\\Interface\\{3050F55A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff14d4 +[Software\\Classes\\Interface\\{3050F55A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2239e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F55A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff1678 +[Software\\Classes\\Interface\\{3050F55A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2257e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F55A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff1984 +[Software\\Classes\\Interface\\{3050F55A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c227ae @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F55D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d023100 +[Software\\Classes\\Interface\\{3050F55D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5ce2c @="DispHTMLWindow2" -[Software\\Classes\\Interface\\{3050F55D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d022eda +[Software\\Classes\\Interface\\{3050F55D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5cba2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F55D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d023024 +[Software\\Classes\\Interface\\{3050F55D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5cd28 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F55D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0231e6 +[Software\\Classes\\Interface\\{3050F55D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5cf3a @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F55E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0236b4 +[Software\\Classes\\Interface\\{3050F55E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5d4d0 @="DispHTMLWindowProxy" -[Software\\Classes\\Interface\\{3050F55E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d023484 +[Software\\Classes\\Interface\\{3050F55E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5d250 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F55E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0235e2 +[Software\\Classes\\Interface\\{3050F55E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5d3c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F55E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02379a +[Software\\Classes\\Interface\\{3050F55E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5d5de @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F55F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d029852 +[Software\\Classes\\Interface\\{3050F55F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c64b90 @="DispHTMLDocument" -[Software\\Classes\\Interface\\{3050F55F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0295dc +[Software\\Classes\\Interface\\{3050F55F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6491a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F55F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d029762 +[Software\\Classes\\Interface\\{3050F55F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c64a96 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F55F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d029942 +[Software\\Classes\\Interface\\{3050F55F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c64c9e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F561-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d018fc0 +[Software\\Classes\\Interface\\{3050F560-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c51bc6 +@="DispHTMLHtmlElement" + +[Software\\Classes\\Interface\\{3050F560-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c51950 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F560-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c51acc +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F560-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c51cca +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{3050F561-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5224c @="DispHTMLHeadElement" -[Software\\Classes\\Interface\\{3050F561-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d018da4 +[Software\\Classes\\Interface\\{3050F561-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c51fd6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F561-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d018eee +[Software\\Classes\\Interface\\{3050F561-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5215c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F561-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0190b0 +[Software\\Classes\\Interface\\{3050F561-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5236e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F563-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfff5e8 +[Software\\Classes\\Interface\\{3050F563-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3486e @="DispHTMLGenericElement" -[Software\\Classes\\Interface\\{3050F563-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cfff3d6 +[Software\\Classes\\Interface\\{3050F563-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c345f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F563-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfff516 +[Software\\Classes\\Interface\\{3050F563-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3477e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F563-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cfff868 +[Software\\Classes\\Interface\\{3050F563-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3497c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F564-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff9260 +[Software\\Classes\\Interface\\{3050F564-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2c466 @="DispHTMLDOMAttribute" -[Software\\Classes\\Interface\\{3050F564-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff903a +[Software\\Classes\\Interface\\{3050F564-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2c204 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F564-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff9184 +[Software\\Classes\\Interface\\{3050F564-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2c376 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F564-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff9346 +[Software\\Classes\\Interface\\{3050F564-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2c57e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F565-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffa3b8 +[Software\\Classes\\Interface\\{3050F565-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2d834 @="DispHTMLDOMTextNode" -[Software\\Classes\\Interface\\{3050F565-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffa160 +[Software\\Classes\\Interface\\{3050F565-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2d5c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F565-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffa2aa +[Software\\Classes\\Interface\\{3050F565-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2d744 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F565-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffa4a8 +[Software\\Classes\\Interface\\{3050F565-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2d94c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F56B-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d010b5e +[Software\\Classes\\Interface\\{3050F56B-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c473ce @="DispHTMLElementCollection" -[Software\\Classes\\Interface\\{3050F56B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0108f2 +[Software\\Classes\\Interface\\{3050F56B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c47162 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F56B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d010a82 +[Software\\Classes\\Interface\\{3050F56B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c472d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F56B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d010c44 +[Software\\Classes\\Interface\\{3050F56B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c474d2 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F56C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffbd9e +[Software\\Classes\\Interface\\{3050F56C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2f2a6 @="DispHTMLAttributeCollection" -[Software\\Classes\\Interface\\{3050F56C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffbb46 +[Software\\Classes\\Interface\\{3050F56C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2f03a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F56C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffbcc2 +[Software\\Classes\\Interface\\{3050F56C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2f1b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F56C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffbe84 +[Software\\Classes\\Interface\\{3050F56C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2f3be @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F577-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffc8de +[Software\\Classes\\Interface\\{3050F577-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2ffda @="DispDOMChildrenCollection" -[Software\\Classes\\Interface\\{3050F577-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffc6c2 +[Software\\Classes\\Interface\\{3050F577-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2fd50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F577-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffc80c +[Software\\Classes\\Interface\\{3050F577-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2feea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F577-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffc9c4 +[Software\\Classes\\Interface\\{3050F577-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c300f2 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F57D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d015082 +[Software\\Classes\\Interface\\{3050F57D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4ccf2 @="DispHTMLInputElement" -[Software\\Classes\\Interface\\{3050F57D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d014e66 +[Software\\Classes\\Interface\\{3050F57D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4ca4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F57D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d014fa6 +[Software\\Classes\\Interface\\{3050F57D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4cbf8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F57D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d015168 +[Software\\Classes\\Interface\\{3050F57D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4ce00 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F58D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d003df0 +[Software\\Classes\\Interface\\{3050F58D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3933c @="DispHTMLStyleSheet" -[Software\\Classes\\Interface\\{3050F58D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d003bca +[Software\\Classes\\Interface\\{3050F58D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c390c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F58D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d003d1e +[Software\\Classes\\Interface\\{3050F58D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3924c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F58D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d003ed6 +[Software\\Classes\\Interface\\{3050F58D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c39440 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F590-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0344f0 +[Software\\Classes\\Interface\\{3050F590-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c71f20 @="DispHTMLParamElement" -[Software\\Classes\\Interface\\{3050F590-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0342ca +[Software\\Classes\\Interface\\{3050F590-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c71caa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F590-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d034414 +[Software\\Classes\\Interface\\{3050F590-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c71e26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F590-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0345d6 +[Software\\Classes\\Interface\\{3050F590-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c7202e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F591-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d022b56 +[Software\\Classes\\Interface\\{3050F591-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5c76a @="DispHTMLScreen" -[Software\\Classes\\Interface\\{3050F591-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d022944 +[Software\\Classes\\Interface\\{3050F591-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5c4e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F591-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d022a84 +[Software\\Classes\\Interface\\{3050F591-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5c666 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F591-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d022c3c +[Software\\Classes\\Interface\\{3050F591-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5c882 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F596-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00bc08 +[Software\\Classes\\Interface\\{3050F596-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c41e2e @="DispHTMLXMLHttpRequest" -[Software\\Classes\\Interface\\{3050F596-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00b9ec +[Software\\Classes\\Interface\\{3050F596-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c41bc2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F596-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00bb36 +[Software\\Classes\\Interface\\{3050F596-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c41d3e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F596-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00bcee +[Software\\Classes\\Interface\\{3050F596-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c41f46 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F5AB-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffc334 +[Software\\Classes\\Interface\\{3050F5AB-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2f936 @="IHTMLDOMChildrenCollection" -[Software\\Classes\\Interface\\{3050F5AB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffc118 +[Software\\Classes\\Interface\\{3050F5AB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2f6ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F5AB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffc262 +[Software\\Classes\\Interface\\{3050F5AB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2f846 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F5AB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffc424 +[Software\\Classes\\Interface\\{3050F5AB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2fa4e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F5C5-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00cd38 +[Software\\Classes\\Interface\\{3050F5C5-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c431fc @="IHTMLBodyElement2" -[Software\\Classes\\Interface\\{3050F5C5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00cb12 +[Software\\Classes\\Interface\\{3050F5C5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c42f90 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F5C5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00cc5c +[Software\\Classes\\Interface\\{3050F5C5-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4310c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F5C5-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00ce1e +[Software\\Classes\\Interface\\{3050F5C5-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c43314 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F5D2-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d014524 +[Software\\Classes\\Interface\\{3050F5D2-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4b726 @="IHTMLInputElement" -[Software\\Classes\\Interface\\{3050F5D2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0142ea +[Software\\Classes\\Interface\\{3050F5D2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4b492 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F5D2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d014434 +[Software\\Classes\\Interface\\{3050F5D2-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4b60e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F5D2-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01460a +[Software\\Classes\\Interface\\{3050F5D2-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4b83e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F5DA-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff64a2 +[Software\\Classes\\Interface\\{3050F5DA-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c28ff0 @="IHTMLDOMNode" -[Software\\Classes\\Interface\\{3050F5DA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff6290 +[Software\\Classes\\Interface\\{3050F5DA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c28d7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F5DA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff63d0 +[Software\\Classes\\Interface\\{3050F5DA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c28ef6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F5DA-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff6592 +[Software\\Classes\\Interface\\{3050F5DA-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c290fe @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F60F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02c714 +[Software\\Classes\\Interface\\{3050F60F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c68038 @="HTMLElementEvents2" -[Software\\Classes\\Interface\\{3050F60F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02c4f8 +[Software\\Classes\\Interface\\{3050F60F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c67dc2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F60F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02c642 +[Software\\Classes\\Interface\\{3050F60F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c67f48 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F60F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02c804 +[Software\\Classes\\Interface\\{3050F60F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c68146 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F613-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0247b2 +[Software\\Classes\\Interface\\{3050F613-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5e89e @="HTMLDocumentEvents2" -[Software\\Classes\\Interface\\{3050F613-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d024596 +[Software\\Classes\\Interface\\{3050F613-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5e614 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F613-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0246d6 +[Software\\Classes\\Interface\\{3050F613-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5e7a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F613-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d024898 +[Software\\Classes\\Interface\\{3050F613-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5e9ac @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F614-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d008b34 +[Software\\Classes\\Interface\\{3050F614-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3e990 @="HTMLFormElementEvents2" -[Software\\Classes\\Interface\\{3050F614-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00890e +[Software\\Classes\\Interface\\{3050F614-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3e71a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F614-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d008a58 +[Software\\Classes\\Interface\\{3050F614-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3e8a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F614-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d008c1a +[Software\\Classes\\Interface\\{3050F614-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3ea9e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F623-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02d858 +[Software\\Classes\\Interface\\{3050F623-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c693f2 @="HTMLTableEvents2" -[Software\\Classes\\Interface\\{3050F623-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02d63c +[Software\\Classes\\Interface\\{3050F623-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6917c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F623-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02d786 +[Software\\Classes\\Interface\\{3050F623-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c69302 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F623-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02d93e +[Software\\Classes\\Interface\\{3050F623-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c69500 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F624-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d025c84 +[Software\\Classes\\Interface\\{3050F624-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5fc62 @="HTMLTextContainerEvents2" -[Software\\Classes\\Interface\\{3050F624-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d025932 +[Software\\Classes\\Interface\\{3050F624-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5f9f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F624-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d025b80 +[Software\\Classes\\Interface\\{3050F624-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5fb68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F624-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d025e14 +[Software\\Classes\\Interface\\{3050F624-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5fd66 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F625-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0241f4 +[Software\\Classes\\Interface\\{3050F625-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5e1f0 @="HTMLWindowEvents2" -[Software\\Classes\\Interface\\{3050F625-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d023fd8 +[Software\\Classes\\Interface\\{3050F625-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5df84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F625-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d024122 +[Software\\Classes\\Interface\\{3050F625-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5e0f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F625-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0242da +[Software\\Classes\\Interface\\{3050F625-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5e2fe @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F656-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff1f06 +[Software\\Classes\\Interface\\{3050F656-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2321c @="IHTMLStyle3" -[Software\\Classes\\Interface\\{3050F656-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff1ca4 +[Software\\Classes\\Interface\\{3050F656-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c22d26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F656-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff1e34 +[Software\\Classes\\Interface\\{3050F656-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c23096 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F656-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff1ff6 +[Software\\Classes\\Interface\\{3050F656-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c233b6 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F658-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff424c +[Software\\Classes\\Interface\\{3050F658-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c26480 @="IHTMLCurrentStyle2" -[Software\\Classes\\Interface\\{3050F658-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff4008 +[Software\\Classes\\Interface\\{3050F658-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c25ee0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F658-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff417a +[Software\\Classes\\Interface\\{3050F658-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c26318 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F658-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff433c +[Software\\Classes\\Interface\\{3050F658-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2669c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F673-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffd9c8 +[Software\\Classes\\Interface\\{3050F673-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3139e @="IHTMLElement3" -[Software\\Classes\\Interface\\{3050F673-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffd7b6 +[Software\\Classes\\Interface\\{3050F673-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c31128 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F673-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffd8f6 +[Software\\Classes\\Interface\\{3050F673-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c312ae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F673-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffdac2 +[Software\\Classes\\Interface\\{3050F673-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c314ac @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F69A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d027ad4 +[Software\\Classes\\Interface\\{3050F69A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c61d82 @="IHTMLDocument4" -[Software\\Classes\\Interface\\{3050F69A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02789a +[Software\\Classes\\Interface\\{3050F69A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c61af8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F69A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0279e4 +[Software\\Classes\\Interface\\{3050F69A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c61c88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F69A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d027bc4 +[Software\\Classes\\Interface\\{3050F69A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c61e90 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff3626 +[Software\\Classes\\Interface\\{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c25080 @="IHTMLRenderStyle" -[Software\\Classes\\Interface\\{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff340a +[Software\\Classes\\Interface\\{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c24e0a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff3554 +[Software\\Classes\\Interface\\{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c24f86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff370c +[Software\\Classes\\Interface\\{3050F6AE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2518e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F6B1-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1ce05440 +[Software\\Classes\\Interface\\{3050F6B1-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b808c812 @="ITargetNotify2" -[Software\\Classes\\Interface\\{3050F6B1-98B5-11CF-BB82-00AA00BDCE0B}\\NumMethods] 1460706471 -#time=1d196eb1ce05378 +[Software\\Classes\\Interface\\{3050F6B1-98B5-11CF-BB82-00AA00BDCE0B}\\NumMethods] 1526460533 +#time=1d3ecf2b808c718 @="6" -[Software\\Classes\\Interface\\{3050F6B1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce054ae +[Software\\Classes\\Interface\\{3050F6B1-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808c89e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3050F6CF-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d021a58 +[Software\\Classes\\Interface\\{3050F6CF-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5b392 @="IHTMLWindow4" -[Software\\Classes\\Interface\\{3050F6CF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02183c +[Software\\Classes\\Interface\\{3050F6CF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5b108 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F6CF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d021986 +[Software\\Classes\\Interface\\{3050F6CF-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5b298 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F6CF-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d021b3e +[Software\\Classes\\Interface\\{3050F6CF-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5b496 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F6DB-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d03506c +[Software\\Classes\\Interface\\{3050F6DB-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c72c68 @="IHTMLFrameBase2" -[Software\\Classes\\Interface\\{3050F6DB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d034e46 +[Software\\Classes\\Interface\\{3050F6DB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c729f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F6DB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d034f90 +[Software\\Classes\\Interface\\{3050F6DB-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c72b6e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F6DB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d035152 +[Software\\Classes\\Interface\\{3050F6DB-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c72d80 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F7EC-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0122b0 +[Software\\Classes\\Interface\\{3050F7EC-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c48e2c @="IHTMLSelectionObject2" -[Software\\Classes\\Interface\\{3050F7EC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01208a +[Software\\Classes\\Interface\\{3050F7EC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c48bb6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F7EC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0121d4 +[Software\\Classes\\Interface\\{3050F7EC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c48d32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F7EC-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d012396 +[Software\\Classes\\Interface\\{3050F7EC-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c48f9e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F7EE-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d001b9a +[Software\\Classes\\Interface\\{3050F7EE-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c36b6e @="IHTMLStyleSheetPage" -[Software\\Classes\\Interface\\{3050F7EE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d001974 +[Software\\Classes\\Interface\\{3050F7EE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c368f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F7EE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d001ac8 +[Software\\Classes\\Interface\\{3050F7EE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c36a74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F7EE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d001c80 +[Software\\Classes\\Interface\\{3050F7EE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c36c86 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F7F0-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d002716 +[Software\\Classes\\Interface\\{3050F7F0-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c378e8 @="IHTMLStyleSheetPagesCollection" -[Software\\Classes\\Interface\\{3050F7F0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0024dc +[Software\\Classes\\Interface\\{3050F7F0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c37672 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F7F0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00263a +[Software\\Classes\\Interface\\{3050F7F0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c377ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F7F0-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0027fc +[Software\\Classes\\Interface\\{3050F7F0-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c379f6 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F809-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff86ee +[Software\\Classes\\Interface\\{3050F809-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2b746 @="IHTMLDOMTextNode2" -[Software\\Classes\\Interface\\{3050F809-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff84d2 +[Software\\Classes\\Interface\\{3050F809-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2b4da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F809-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff8612 +[Software\\Classes\\Interface\\{3050F809-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2b656 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F809-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff87de +[Software\\Classes\\Interface\\{3050F809-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2b868 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F80A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffb1b4 +[Software\\Classes\\Interface\\{3050F80A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2e57c @="IHTMLAttributeCollection2" -[Software\\Classes\\Interface\\{3050F80A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffaeb2 +[Software\\Classes\\Interface\\{3050F80A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2e306 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffb024 +[Software\\Classes\\Interface\\{3050F80A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2e482 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffb2d6 +[Software\\Classes\\Interface\\{3050F80A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2e68a @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F80B-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff6a56 +[Software\\Classes\\Interface\\{3050F80B-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2968a @="IHTMLDOMNode2" -[Software\\Classes\\Interface\\{3050F80B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff6830 +[Software\\Classes\\Interface\\{3050F80B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c29400 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff697a +[Software\\Classes\\Interface\\{3050F80B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c29590 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff6b46 +[Software\\Classes\\Interface\\{3050F80B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c29798 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F80C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02807e +[Software\\Classes\\Interface\\{3050F80C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c62412 @="IHTMLDocument5" -[Software\\Classes\\Interface\\{3050F80C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d027e62 +[Software\\Classes\\Interface\\{3050F80C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6219c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d027fac +[Software\\Classes\\Interface\\{3050F80C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c62318 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02816e +[Software\\Classes\\Interface\\{3050F80C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c62520 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F80D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff8cac +[Software\\Classes\\Interface\\{3050F80D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2bde0 @="IHTMLDOMImplementation" -[Software\\Classes\\Interface\\{3050F80D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff8a7c +[Software\\Classes\\Interface\\{3050F80D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2bb7e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff8bbc +[Software\\Classes\\Interface\\{3050F80D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2bcf0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff8d92 +[Software\\Classes\\Interface\\{3050F80D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2bef8 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffdf72 +[Software\\Classes\\Interface\\{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c31a2e @="IHTMLElement4" -[Software\\Classes\\Interface\\{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffdd60 +[Software\\Classes\\Interface\\{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c317c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffdeaa +[Software\\Classes\\Interface\\{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3193e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffe058 +[Software\\Classes\\Interface\\{3050F80F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c31b3c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F810-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff7b7c +[Software\\Classes\\Interface\\{3050F810-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2aa3a @="IHTMLDOMAttribute2" -[Software\\Classes\\Interface\\{3050F810-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff7956 +[Software\\Classes\\Interface\\{3050F810-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2a7ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F810-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff7aa0 +[Software\\Classes\\Interface\\{3050F810-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2a94a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F810-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff7c62 +[Software\\Classes\\Interface\\{3050F810-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2ab48 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F813-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02baf8 +[Software\\Classes\\Interface\\{3050F813-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c67318 @="IHTMLCommentElement2" -[Software\\Classes\\Interface\\{3050F813-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02b8dc +[Software\\Classes\\Interface\\{3050F813-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c670a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F813-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02ba26 +[Software\\Classes\\Interface\\{3050F813-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6721e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F813-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02bbe8 +[Software\\Classes\\Interface\\{3050F813-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c67444 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F816-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff24ba +[Software\\Classes\\Interface\\{3050F816-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c23c6c @="IHTMLStyle4" -[Software\\Classes\\Interface\\{3050F816-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff229e +[Software\\Classes\\Interface\\{3050F816-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2376c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F816-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff23e8 +[Software\\Classes\\Interface\\{3050F816-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c239c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F816-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff2596 +[Software\\Classes\\Interface\\{3050F816-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c23d98 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F818-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff480a +[Software\\Classes\\Interface\\{3050F818-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c26e62 @="IHTMLCurrentStyle3" -[Software\\Classes\\Interface\\{3050F818-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff45ee +[Software\\Classes\\Interface\\{3050F818-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c26bb0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F818-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff4738 +[Software\\Classes\\Interface\\{3050F818-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c26d54 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F818-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff48fa +[Software\\Classes\\Interface\\{3050F818-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c26fac @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F81D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d016d88 +[Software\\Classes\\Interface\\{3050F81C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4edc2 +@="IHTMLHtmlElement" + +[Software\\Classes\\Interface\\{3050F81C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4eb56 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F81C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4ecd2 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3050F81C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4eee4 +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{3050F81D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4f466 @="IHTMLHeadElement" -[Software\\Classes\\Interface\\{3050F81D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d016b62 +[Software\\Classes\\Interface\\{3050F81D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4f1f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F81D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d016cb6 +[Software\\Classes\\Interface\\{3050F81D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4f36c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F81D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d016e6e +[Software\\Classes\\Interface\\{3050F81D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4f56a @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F81E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d005cb8 +[Software\\Classes\\Interface\\{3050F81E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3b498 @="IHTMLLinkElement3" -[Software\\Classes\\Interface\\{3050F81E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d005a92 +[Software\\Classes\\Interface\\{3050F81E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3b222 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F81E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d005be6 +[Software\\Classes\\Interface\\{3050F81E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3b3a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F81E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d005dd0 +[Software\\Classes\\Interface\\{3050F81E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3b5b0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F81F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d01846c +[Software\\Classes\\Interface\\{3050F81F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c50e9c @="IHTMLMetaElement2" -[Software\\Classes\\Interface\\{3050F81F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01823c +[Software\\Classes\\Interface\\{3050F81F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c50c26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F81F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01837c +[Software\\Classes\\Interface\\{3050F81F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c50da2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F81F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d018552 +[Software\\Classes\\Interface\\{3050F81F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c50fa0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F820-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0133ea +[Software\\Classes\\Interface\\{3050F820-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4a2cc @="IHTMLOptionElement3" -[Software\\Classes\\Interface\\{3050F820-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0131ce +[Software\\Classes\\Interface\\{3050F820-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4a04c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F820-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01330e +[Software\\Classes\\Interface\\{3050F820-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4a1dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F820-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0134d0 +[Software\\Classes\\Interface\\{3050F820-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4a3e4 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F828-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d031d0e +[Software\\Classes\\Interface\\{3050F828-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6e3c0 @="IHTMLScriptElement2" -[Software\\Classes\\Interface\\{3050F828-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d031ad4 +[Software\\Classes\\Interface\\{3050F828-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6e14a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F828-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d031c32 +[Software\\Classes\\Interface\\{3050F828-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6e2c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F828-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d031df4 +[Software\\Classes\\Interface\\{3050F828-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6e4d8 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F829-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02ef46 +[Software\\Classes\\Interface\\{3050F829-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c6ae78 @="IHTMLTable3" -[Software\\Classes\\Interface\\{3050F829-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02ed20 +[Software\\Classes\\Interface\\{3050F829-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6ac02 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F829-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02ee6a +[Software\\Classes\\Interface\\{3050F829-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c6ad88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F829-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02f02c +[Software\\Classes\\Interface\\{3050F829-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6af7c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F832-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00f6a0 +[Software\\Classes\\Interface\\{3050F832-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c46014 @="IHTMLLabelElement2" -[Software\\Classes\\Interface\\{3050F832-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00f394 +[Software\\Classes\\Interface\\{3050F832-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c45da8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F832-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00f4e8 +[Software\\Classes\\Interface\\{3050F832-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c45f24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F832-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00f948 +[Software\\Classes\\Interface\\{3050F832-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c46122 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3050F83D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0333ca +[Software\\Classes\\Interface\\{3050F83D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c70b66 @="IHTMLParamElement" -[Software\\Classes\\Interface\\{3050F83D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0331ae +[Software\\Classes\\Interface\\{3050F83D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c708e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F83D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0332f8 +[Software\\Classes\\Interface\\{3050F83D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c70a62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3050F83D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0334b0 +[Software\\Classes\\Interface\\{3050F83D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c70c74 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3051040A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00aad8 +[Software\\Classes\\Interface\\{3051040A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c40a88 @="IHTMLXMLHttpRequest" -[Software\\Classes\\Interface\\{3051040A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00a8b2 +[Software\\Classes\\Interface\\{3051040A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4081c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051040A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00a9fc +[Software\\Classes\\Interface\\{3051040A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c40998 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051040A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00abc8 +[Software\\Classes\\Interface\\{3051040A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c40b96 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3051040C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00b640 +[Software\\Classes\\Interface\\{3051040C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c417a8 @="IHTMLXMLHttpRequestFactory" -[Software\\Classes\\Interface\\{3051040C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00b41a +[Software\\Classes\\Interface\\{3051040C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c41546 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051040C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00b564 +[Software\\Classes\\Interface\\{3051040C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c416b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051040C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00b73a +[Software\\Classes\\Interface\\{3051040C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c418b6 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3051040E-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d022002 +[Software\\Classes\\Interface\\{3051040E-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5ba0e @="IHTMLWindow5" -[Software\\Classes\\Interface\\{3051040E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d021de6 +[Software\\Classes\\Interface\\{3051040E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5b798 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051040E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d021f30 +[Software\\Classes\\Interface\\{3051040E-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5b914 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051040E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0220e8 +[Software\\Classes\\Interface\\{3051040E-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5bb1c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510417-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d028628 +[Software\\Classes\\Interface\\{30510417-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c62aa2 @="IHTMLDocument6" -[Software\\Classes\\Interface\\{30510417-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02840c +[Software\\Classes\\Interface\\{30510417-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c62822 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510417-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d028556 +[Software\\Classes\\Interface\\{30510417-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c629a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510417-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d028718 +[Software\\Classes\\Interface\\{30510417-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c62bb0 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510418-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff9dd2 +[Software\\Classes\\Interface\\{30510418-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2d1a4 @="IHTMLDocumentCompatibleInfoCollection" -[Software\\Classes\\Interface\\{30510418-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff9bb6 +[Software\\Classes\\Interface\\{30510418-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2cf38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510418-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff9d00 +[Software\\Classes\\Interface\\{30510418-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2d0b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510418-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff9eb8 +[Software\\Classes\\Interface\\{30510418-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2d2bc @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3051041A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff980a +[Software\\Classes\\Interface\\{3051041A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2cb14 @="IHTMLDocumentCompatibleInfo" -[Software\\Classes\\Interface\\{3051041A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff95e4 +[Software\\Classes\\Interface\\{3051041A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2c88a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051041A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff972e +[Software\\Classes\\Interface\\{3051041A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2ca1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051041A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff98f0 +[Software\\Classes\\Interface\\{3051041A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2cc22 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3051042D-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d035620 +[Software\\Classes\\Interface\\{3051042D-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c73528 @="IHTMLFrameElement3" -[Software\\Classes\\Interface\\{3051042D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0353fa +[Software\\Classes\\Interface\\{3051042D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c731b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051042D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d035544 +[Software\\Classes\\Interface\\{3051042D-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c733de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051042D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d035706 +[Software\\Classes\\Interface\\{3051042D-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c736a4 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3051042F-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d017332 +[Software\\Classes\\Interface\\{3051042F-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4faec @="IHTMLHeadElement2" -[Software\\Classes\\Interface\\{3051042F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d017116 +[Software\\Classes\\Interface\\{3051042F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c4f876 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051042F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d017260 +[Software\\Classes\\Interface\\{3051042F-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4f9fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051042F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d017436 +[Software\\Classes\\Interface\\{3051042F-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4fbfa @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510433-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d036d40 +[Software\\Classes\\Interface\\{30510433-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c755ee @="IHTMLIFrameElement3" -[Software\\Classes\\Interface\\{30510433-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d036b06 +[Software\\Classes\\Interface\\{30510433-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c7536e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510433-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d036c50 +[Software\\Classes\\Interface\\{30510433-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c754fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510433-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d036e44 +[Software\\Classes\\Interface\\{30510433-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c756f2 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3051043A-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0062a8 +[Software\\Classes\\Interface\\{3051043A-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3bb32 @="IHTMLLinkElement4" -[Software\\Classes\\Interface\\{3051043A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d006082 +[Software\\Classes\\Interface\\{3051043A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3b8bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051043A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0061cc +[Software\\Classes\\Interface\\{3051043A-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3ba38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051043A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00638e +[Software\\Classes\\Interface\\{3051043A-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3bc5e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510444-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d033992 +[Software\\Classes\\Interface\\{30510444-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c711ec @="IHTMLParamElement2" -[Software\\Classes\\Interface\\{30510444-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d033758 +[Software\\Classes\\Interface\\{30510444-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c70f76 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510444-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0338a2 +[Software\\Classes\\Interface\\{30510444-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c710f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510444-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d033a82 +[Software\\Classes\\Interface\\{30510444-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c71318 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510453-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0225c0 +[Software\\Classes\\Interface\\{30510453-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c5c0a8 @="IHTMLWindow6" -[Software\\Classes\\Interface\\{30510453-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d022386 +[Software\\Classes\\Interface\\{30510453-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5be32 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{30510453-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5bfae +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{30510453-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5c1b6 +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{30510462-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c64500 +@="IDocumentSelector" + +[Software\\Classes\\Interface\\{30510462-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6428a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510453-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0224d0 +[Software\\Classes\\Interface\\{30510462-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c64406 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510453-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0226a6 +[Software\\Classes\\Interface\\{30510462-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6460e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510469-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cffb7b8 +[Software\\Classes\\Interface\\{30510463-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c32e06 +@="IElementSelector" + +[Software\\Classes\\Interface\\{30510463-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c32b90 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{30510463-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c32d0c +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{30510463-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c32f14 +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{30510469-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c2ec0c @="IHTMLAttributeCollection3" -[Software\\Classes\\Interface\\{30510469-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cffb592 +[Software\\Classes\\Interface\\{30510469-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c2e996 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510469-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cffb6e6 +[Software\\Classes\\Interface\\{30510469-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c2eb1c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510469-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cffb89e +[Software\\Classes\\Interface\\{30510469-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2ed2e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510474-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d03847e +[Software\\Classes\\Interface\\{30510474-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c77042 @="IHTMLStorage" -[Software\\Classes\\Interface\\{30510474-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d03824e +[Software\\Classes\\Interface\\{30510474-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c76dcc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510474-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0383a2 +[Software\\Classes\\Interface\\{30510474-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c76f52 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510474-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d03856e +[Software\\Classes\\Interface\\{30510474-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c77150 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510480-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff307c +[Software\\Classes\\Interface\\{30510480-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c249fa @="IHTMLStyle6" -[Software\\Classes\\Interface\\{30510480-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff2e56 +[Software\\Classes\\Interface\\{30510480-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c24784 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510480-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff2fa0 +[Software\\Classes\\Interface\\{30510480-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c24900 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510480-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff3162 +[Software\\Classes\\Interface\\{30510480-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c24b08 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510482-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d00b082 +[Software\\Classes\\Interface\\{30510482-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c4110e @="IHTMLXMLHttpRequest2" -[Software\\Classes\\Interface\\{30510482-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d00ae66 +[Software\\Classes\\Interface\\{30510482-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c40ea2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510482-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d00afb0 +[Software\\Classes\\Interface\\{30510482-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4101e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510482-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d00b172 +[Software\\Classes\\Interface\\{30510482-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c4121c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510495-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d018a16 +[Software\\Classes\\Interface\\{30510495-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c51540 @="IHTMLMetaElement3" -[Software\\Classes\\Interface\\{30510495-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0187fa +[Software\\Classes\\Interface\\{30510495-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c512ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510495-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d018944 +[Software\\Classes\\Interface\\{30510495-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c51446 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510495-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d018b06 +[Software\\Classes\\Interface\\{30510495-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c51644 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3051049B-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cfef882 +[Software\\Classes\\Interface\\{3051049B-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c202c4 @="IHTMLDOMConstructor" -[Software\\Classes\\Interface\\{3051049B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cfef602 +[Software\\Classes\\Interface\\{3051049B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c1fffe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051049B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfef7a6 +[Software\\Classes\\Interface\\{3051049B-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c201c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051049B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cfef972 +[Software\\Classes\\Interface\\{3051049B-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c2040e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3051049C-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0395f4 +[Software\\Classes\\Interface\\{3051049C-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c78aaa @="IHTMLDOMConstructorCollection" -[Software\\Classes\\Interface\\{3051049C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0393ba +[Software\\Classes\\Interface\\{3051049C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c78834 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051049C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d039504 +[Software\\Classes\\Interface\\{3051049C-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c789ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3051049C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0396da +[Software\\Classes\\Interface\\{3051049C-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c78bae @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{305104AE-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0073ec +[Software\\Classes\\Interface\\{305104AE-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c3cf28 @="IHTMLDOMRange" -[Software\\Classes\\Interface\\{305104AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0071c6 +[Software\\Classes\\Interface\\{305104AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c3cc9e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d007310 +[Software\\Classes\\Interface\\{305104AE-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3ce38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104AE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d0074d2 +[Software\\Classes\\Interface\\{305104AE-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c3d036 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{305104B6-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d012896 +[Software\\Classes\\Interface\\{305104B6-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c49534 @="IHTMLSelection" -[Software\\Classes\\Interface\\{305104B6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d012648 +[Software\\Classes\\Interface\\{305104B6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c492b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104B6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0127ba +[Software\\Classes\\Interface\\{305104B6-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c4943a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104B6-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d01297c +[Software\\Classes\\Interface\\{305104B6-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c49642 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{305104B8-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d0291fe +[Software\\Classes\\Interface\\{305104B8-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c63150 @="IHTMLDocument7" -[Software\\Classes\\Interface\\{305104B8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d028cd6 +[Software\\Classes\\Interface\\{305104B8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c62ed0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104B8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d029028 +[Software\\Classes\\Interface\\{305104B8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c63056 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104B8-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d02932a +[Software\\Classes\\Interface\\{305104B8-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c63254 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{305104B9-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d038a64 +[Software\\Classes\\Interface\\{305104B9-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c776e6 @="IEventTarget" -[Software\\Classes\\Interface\\{305104B9-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d03883e +[Software\\Classes\\Interface\\{305104B9-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c77470 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104B9-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d038988 +[Software\\Classes\\Interface\\{305104B9-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c775f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104B9-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d038b54 +[Software\\Classes\\Interface\\{305104B9-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c777f4 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{305104BA-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d039018 +[Software\\Classes\\Interface\\{305104BA-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c77d6c @="IDOMEvent" -[Software\\Classes\\Interface\\{305104BA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d038df2 +[Software\\Classes\\Interface\\{305104BA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c77b00 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{305104BA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c77c7c +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{305104BA-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c77e7a +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{305104BC-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c63e5c +@="IDocumentEvent" + +[Software\\Classes\\Interface\\{305104BC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c63be6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104BA-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d038f46 +[Software\\Classes\\Interface\\{305104BC-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c63d6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305104BA-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d039108 +[Software\\Classes\\Interface\\{305104BC-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c63f7e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{305106E0-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1cff701e +[Software\\Classes\\Interface\\{305106E0-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c29d1a @="IHTMLDOMNode3" -[Software\\Classes\\Interface\\{305106E0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cff6df8 +[Software\\Classes\\Interface\\{305106E0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c29aa4 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{305106E0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c29c20 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{305106E0-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c29e28 +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{305106F8-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c320c8 +@="IHTMLElement6" + +[Software\\Classes\\Interface\\{305106F8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c31e52 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{305106F8-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c31fd8 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{305106F8-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c321f4 +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{30510720-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c783fc +@="IDOMMessageEvent" + +[Software\\Classes\\Interface\\{30510720-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c78190 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305106E0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cff6f42 +[Software\\Classes\\Interface\\{30510720-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c7830c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{305106E0-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1cff7104 +[Software\\Classes\\Interface\\{30510720-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c78528 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{30510742-98B5-11CF-BB82-00AA00BDCE0B}] 1460706471 -#time=1d196eb1d02635a +[Software\\Classes\\Interface\\{30510736-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c32776 +@="IElementTraversal" + +[Software\\Classes\\Interface\\{30510736-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c32500 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{30510736-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c3267c +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{30510736-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c32884 +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{30510742-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c602fc @="IDOMProcessingInstruction" -[Software\\Classes\\Interface\\{30510742-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02613e +[Software\\Classes\\Interface\\{30510742-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6007c +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{30510742-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c60202 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{30510742-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6040a +@="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" +"Version"="4.0" + +[Software\\Classes\\Interface\\{305107D0-98B5-11CF-BB82-00AA00BDCE0B}] 1526460533 +#time=1d3ecf2b7c637d6 +@="IHTMLDocument8" + +[Software\\Classes\\Interface\\{305107D0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c63560 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510742-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d026288 +[Software\\Classes\\Interface\\{305107D0-98B5-11CF-BB82-00AA00BDCE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c636dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30510742-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1460706471 -#time=1d196eb1d026440 +[Software\\Classes\\Interface\\{305107D0-98B5-11CF-BB82-00AA00BDCE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7c638e4 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{308DE042-ACC8-32F8-B632-7CB9799D9AA6}] 1460706649 -#time=1d196eb86efab88 +[Software\\Classes\\Interface\\{308DE042-ACC8-32F8-B632-7CB9799D9AA6}] 1526460883 +#time=1d3ecf388a7f8d0 @="IChannelSinkBase" -[Software\\Classes\\Interface\\{308DE042-ACC8-32F8-B632-7CB9799D9AA6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86efa638 +[Software\\Classes\\Interface\\{308DE042-ACC8-32F8-B632-7CB9799D9AA6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7f678 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{308DE042-ACC8-32F8-B632-7CB9799D9AA6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86efa99e +[Software\\Classes\\Interface\\{308DE042-ACC8-32F8-B632-7CB9799D9AA6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7f7ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{308DE042-ACC8-32F8-B632-7CB9799D9AA6}\\TypeLib] 1460706649 -#time=1d196eb86efae26 +[Software\\Classes\\Interface\\{308DE042-ACC8-32F8-B632-7CB9799D9AA6}\\TypeLib] 1526460883 +#time=1d3ecf388a7f9f2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{30989668-E1C9-4597-B395-458EEDB808DF}] 1460706472 -#time=1d196eb1d192798 +[Software\\Classes\\Interface\\{30989668-E1C9-4597-B395-458EEDB808DF}] 1526460533 +#time=1d3ecf2b7f06bfa @="IWICMetadataQueryReader" -[Software\\Classes\\Interface\\{30989668-E1C9-4597-B395-458EEDB808DF}\\NumMethods] 1460706472 -#time=1d196eb1d192662 +[Software\\Classes\\Interface\\{30989668-E1C9-4597-B395-458EEDB808DF}\\NumMethods] 1526460533 +#time=1d3ecf2b7f06af6 @="7" -[Software\\Classes\\Interface\\{30989668-E1C9-4597-B395-458EEDB808DF}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d192838 +[Software\\Classes\\Interface\\{30989668-E1C9-4597-B395-458EEDB808DF}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f06c7c @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{30C65C40-4E54-3051-9D8F-4709B6AB214C}] 1460706649 -#time=1d196eb86fe618c +[Software\\Classes\\Interface\\{30C65C40-4E54-3051-9D8F-4709B6AB214C}] 1526460883 +#time=1d3ecf388b683fa @="_SoapInteger" -[Software\\Classes\\Interface\\{30C65C40-4E54-3051-9D8F-4709B6AB214C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe5f7a +[Software\\Classes\\Interface\\{30C65C40-4E54-3051-9D8F-4709B6AB214C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b68198 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30C65C40-4E54-3051-9D8F-4709B6AB214C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe60ba +[Software\\Classes\\Interface\\{30C65C40-4E54-3051-9D8F-4709B6AB214C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b68314 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{30C65C40-4E54-3051-9D8F-4709B6AB214C}\\TypeLib] 1460706649 -#time=1d196eb86fe6286 +[Software\\Classes\\Interface\\{30C65C40-4E54-3051-9D8F-4709B6AB214C}\\TypeLib] 1526460883 +#time=1d3ecf388b6851c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{30F3D47A-6447-11D1-8E3C-00C04FB9386D}] 1460706471 -#time=1d196eb1d0888fc +[Software\\Classes\\Interface\\{30F3D47A-6447-11D1-8E3C-00C04FB9386D}] 1526460533 +#time=1d3ecf2b8006474 @="IBlockingLock" -[Software\\Classes\\Interface\\{30F3D47A-6447-11D1-8E3C-00C04FB9386D}\\NumMethods] 1460706471 -#time=1d196eb1d08882a +[Software\\Classes\\Interface\\{30F3D47A-6447-11D1-8E3C-00C04FB9386D}\\NumMethods] 1526460533 +#time=1d3ecf2b8006384 @="5" -[Software\\Classes\\Interface\\{30F3D47A-6447-11D1-8E3C-00C04FB9386D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d088974 +[Software\\Classes\\Interface\\{30F3D47A-6447-11D1-8E3C-00C04FB9386D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80064f6 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{310AFA62-0575-11D2-9CA9-0060B0EC3D39}] 1460706471 -#time=1d196eb1cd4459c +[Software\\Classes\\Interface\\{310AFA62-0575-11D2-9CA9-0060B0EC3D39}] 1528075957 +#time=1d3fba3eb79b05c @="IDSOControl" -[Software\\Classes\\Interface\\{310AFA62-0575-11D2-9CA9-0060B0EC3D39}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1c47a +[Software\\Classes\\Interface\\{310AFA62-0575-11D2-9CA9-0060B0EC3D39}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b79334a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{310AFA62-0575-11D2-9CA9-0060B0EC3D39}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1c5c4 +[Software\\Classes\\Interface\\{310AFA62-0575-11D2-9CA9-0060B0EC3D39}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b793366a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{310AFA62-0575-11D2-9CA9-0060B0EC3D39}\\TypeLib] 1460706471 -#time=1d196eb1cd4497a +[Software\\Classes\\Interface\\{310AFA62-0575-11D2-9CA9-0060B0EC3D39}\\TypeLib] 1528075957 +#time=1d3fba3eb79b5b6 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" "Version"="3.0" -[Software\\Classes\\Interface\\{3127CA40-446E-11CE-8135-00AA004BB851}] 1460706471 -#time=1d196eb1d09dd9c +[Software\\Classes\\Interface\\{3127CA40-446E-11CE-8135-00AA004BB851}] 1526460533 +#time=1d3ecf2b7bc8574 @="IErrorLog" -[Software\\Classes\\Interface\\{3127CA40-446E-11CE-8135-00AA004BB851}\\NumMethods] 1460706471 -#time=1d196eb1d09dcca +[Software\\Classes\\Interface\\{3127CA40-446E-11CE-8135-00AA004BB851}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc8484 @="4" -[Software\\Classes\\Interface\\{3127CA40-446E-11CE-8135-00AA004BB851}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d09de14 +[Software\\Classes\\Interface\\{3127CA40-446E-11CE-8135-00AA004BB851}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bc85f6 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{3169AB11-7109-3808-9A61-EF4BA0534FD9}] 1460706649 -#time=1d196eb86f38654 +[Software\\Classes\\Interface\\{3169AB11-7109-3808-9A61-EF4BA0534FD9}] 1526460883 +#time=1d3ecf388aab7d2 @="_Binder" -[Software\\Classes\\Interface\\{3169AB11-7109-3808-9A61-EF4BA0534FD9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f38424 +[Software\\Classes\\Interface\\{3169AB11-7109-3808-9A61-EF4BA0534FD9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aab570 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3169AB11-7109-3808-9A61-EF4BA0534FD9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f38564 +[Software\\Classes\\Interface\\{3169AB11-7109-3808-9A61-EF4BA0534FD9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aab6e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3169AB11-7109-3808-9A61-EF4BA0534FD9}\\TypeLib] 1460706649 -#time=1d196eb86f3876c +[Software\\Classes\\Interface\\{3169AB11-7109-3808-9A61-EF4BA0534FD9}\\TypeLib] 1526460883 +#time=1d3ecf388aab8ea @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3188878C-DEB3-3558-80E8-84E9ED95F92C}] 1460706649 -#time=1d196eb86f66ac2 +[Software\\Classes\\Interface\\{3188878C-DEB3-3558-80E8-84E9ED95F92C}] 1526460883 +#time=1d3ecf388ade79a @="_ManifestResourceInfo" -[Software\\Classes\\Interface\\{3188878C-DEB3-3558-80E8-84E9ED95F92C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6689c +[Software\\Classes\\Interface\\{3188878C-DEB3-3558-80E8-84E9ED95F92C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ade524 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3188878C-DEB3-3558-80E8-84E9ED95F92C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f669fa +[Software\\Classes\\Interface\\{3188878C-DEB3-3558-80E8-84E9ED95F92C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ade6aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3188878C-DEB3-3558-80E8-84E9ED95F92C}\\TypeLib] 1460706649 -#time=1d196eb86f66bbc +[Software\\Classes\\Interface\\{3188878C-DEB3-3558-80E8-84E9ED95F92C}\\TypeLib] 1526460883 +#time=1d3ecf388ade8bc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{31C147B6-0ADE-4A3C-B514-DDF932EF6D17}] 1460706471 -#time=1d196eb1d130084 +[Software\\Classes\\Interface\\{31C147B6-0ADE-4A3C-B514-DDF932EF6D17}] 1526460533 +#time=1d3ecf2b7f489ec @="IShellFolderViewDual2" -[Software\\Classes\\Interface\\{31C147B6-0ADE-4A3C-B514-DDF932EF6D17}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12fe5e +[Software\\Classes\\Interface\\{31C147B6-0ADE-4A3C-B514-DDF932EF6D17}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f48730 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{31C147B6-0ADE-4A3C-B514-DDF932EF6D17}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12ffa8 +[Software\\Classes\\Interface\\{31C147B6-0ADE-4A3C-B514-DDF932EF6D17}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f488f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{31C147B6-0ADE-4A3C-B514-DDF932EF6D17}\\TypeLib] 1460706471 -#time=1d196eb1d13016a +[Software\\Classes\\Interface\\{31C147B6-0ADE-4A3C-B514-DDF932EF6D17}\\TypeLib] 1526460533 +#time=1d3ecf2b7f48b04 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{31ED1DCB-C007-3F96-8809-4D5E3540A7C1}] 1460706650 -#time=1d196eb877ee06e +[Software\\Classes\\Interface\\{31ED1DCB-C007-3F96-8809-4D5E3540A7C1}] 1526460884 +#time=1d3ecf3892c9f4a @="_CodeNamespace" -[Software\\Classes\\Interface\\{31ED1DCB-C007-3F96-8809-4D5E3540A7C1}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ede48 +[Software\\Classes\\Interface\\{31ED1DCB-C007-3F96-8809-4D5E3540A7C1}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c9c7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{31ED1DCB-C007-3F96-8809-4D5E3540A7C1}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877edfa6 +[Software\\Classes\\Interface\\{31ED1DCB-C007-3F96-8809-4D5E3540A7C1}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c9e32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{31ED1DCB-C007-3F96-8809-4D5E3540A7C1}\\TypeLib] 1460706650 -#time=1d196eb877ee168 +[Software\\Classes\\Interface\\{31ED1DCB-C007-3F96-8809-4D5E3540A7C1}\\TypeLib] 1526460884 +#time=1d3ecf3892ca094 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{322A304D-11AC-3814-A905-A019F6E3DAE9}] 1460706649 -#time=1d196eb86f64858 +[Software\\Classes\\Interface\\{322A304D-11AC-3814-A905-A019F6E3DAE9}] 1526460883 +#time=1d3ecf388adc012 @="_AssemblyKeyNameAttribute" -[Software\\Classes\\Interface\\{322A304D-11AC-3814-A905-A019F6E3DAE9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f64650 +[Software\\Classes\\Interface\\{322A304D-11AC-3814-A905-A019F6E3DAE9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adbdb0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{322A304D-11AC-3814-A905-A019F6E3DAE9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f64786 +[Software\\Classes\\Interface\\{322A304D-11AC-3814-A905-A019F6E3DAE9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388adbf22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{322A304D-11AC-3814-A905-A019F6E3DAE9}\\TypeLib] 1460706649 -#time=1d196eb86f64952 +[Software\\Classes\\Interface\\{322A304D-11AC-3814-A905-A019F6E3DAE9}\\TypeLib] 1526460883 +#time=1d3ecf388adc12a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{32A09D98-E870-3ACE-9EA4-7443B78F0B71}] 1460706648 -#time=1d196eb868da6d6 +[Software\\Classes\\Interface\\{32A09D98-E870-3ACE-9EA4-7443B78F0B71}] 1526460883 +#time=1d3ecf3884e6aea @="_COMPropertyInfo" -[Software\\Classes\\Interface\\{32A09D98-E870-3ACE-9EA4-7443B78F0B71}\\ProxyStubClsid] 1460706648 -#time=1d196eb868da49c +[Software\\Classes\\Interface\\{32A09D98-E870-3ACE-9EA4-7443B78F0B71}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e6626 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{32A09D98-E870-3ACE-9EA4-7443B78F0B71}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868da604 +[Software\\Classes\\Interface\\{32A09D98-E870-3ACE-9EA4-7443B78F0B71}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e691e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{32A09D98-E870-3ACE-9EA4-7443B78F0B71}\\TypeLib] 1460706648 -#time=1d196eb868da7da +[Software\\Classes\\Interface\\{32A09D98-E870-3ACE-9EA4-7443B78F0B71}\\TypeLib] 1526460883 +#time=1d3ecf3884e6d4c @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{332C4425-26CB-11D0-B483-00C04FD90119}] 1460706471 -#time=1d196eb1d026f62 +[Software\\Classes\\Interface\\{332C4425-26CB-11D0-B483-00C04FD90119}] 1526460533 +#time=1d3ecf2b7c61044 @="IHTMLDocument2" -[Software\\Classes\\Interface\\{332C4425-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d026d3c +[Software\\Classes\\Interface\\{332C4425-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c60dc4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{332C4425-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d026e86 +[Software\\Classes\\Interface\\{332C4425-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c60f4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{332C4425-26CB-11D0-B483-00C04FD90119}\\TypeLib] 1460706471 -#time=1d196eb1d027048 +[Software\\Classes\\Interface\\{332C4425-26CB-11D0-B483-00C04FD90119}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6115c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{332C4426-26CB-11D0-B483-00C04FD90119}] 1460706471 -#time=1d196eb1d020374 +[Software\\Classes\\Interface\\{332C4426-26CB-11D0-B483-00C04FD90119}] 1526460533 +#time=1d3ecf2b7c59920 @="IHTMLFramesCollection2" -[Software\\Classes\\Interface\\{332C4426-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d020162 +[Software\\Classes\\Interface\\{332C4426-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c596aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{332C4426-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0202a2 +[Software\\Classes\\Interface\\{332C4426-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c59826 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{332C4426-26CB-11D0-B483-00C04FD90119}\\TypeLib] 1460706471 -#time=1d196eb1d02045a +[Software\\Classes\\Interface\\{332C4426-26CB-11D0-B483-00C04FD90119}\\TypeLib] 1526460533 +#time=1d3ecf2b7c59a38 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{332C4427-26CB-11D0-B483-00C04FD90119}] 1460706471 -#time=1d196eb1d020eaa +[Software\\Classes\\Interface\\{332C4427-26CB-11D0-B483-00C04FD90119}] 1526460533 +#time=1d3ecf2b7c5a65e @="IHTMLWindow2" -[Software\\Classes\\Interface\\{332C4427-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d020c98 +[Software\\Classes\\Interface\\{332C4427-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5a3f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{332C4427-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d020de2 +[Software\\Classes\\Interface\\{332C4427-26CB-11D0-B483-00C04FD90119}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5a564 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{332C4427-26CB-11D0-B483-00C04FD90119}\\TypeLib] 1460706471 -#time=1d196eb1d020fae +[Software\\Classes\\Interface\\{332C4427-26CB-11D0-B483-00C04FD90119}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5a776 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{3344E8B4-A5C3-3882-8D30-63792485ECCF}] 1460706649 -#time=1d196eb86f589d6 +[Software\\Classes\\Interface\\{3344E8B4-A5C3-3882-8D30-63792485ECCF}] 1526460883 +#time=1d3ecf388aceb42 @="_DebuggerStepThroughAttribute" -[Software\\Classes\\Interface\\{3344E8B4-A5C3-3882-8D30-63792485ECCF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f587d8 +[Software\\Classes\\Interface\\{3344E8B4-A5C3-3882-8D30-63792485ECCF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ace8e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3344E8B4-A5C3-3882-8D30-63792485ECCF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5890e +[Software\\Classes\\Interface\\{3344E8B4-A5C3-3882-8D30-63792485ECCF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acea52 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3344E8B4-A5C3-3882-8D30-63792485ECCF}\\TypeLib] 1460706649 -#time=1d196eb86f58ad0 +[Software\\Classes\\Interface\\{3344E8B4-A5C3-3882-8D30-63792485ECCF}\\TypeLib] 1526460883 +#time=1d3ecf388acec5a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{33C54A2D-02BD-3848-80B6-742D537085E5}] 1460706649 -#time=1d196eb86fc604e +[Software\\Classes\\Interface\\{33C54A2D-02BD-3848-80B6-742D537085E5}] 1526460883 +#time=1d3ecf388b44694 @="_SecurityPermission" -[Software\\Classes\\Interface\\{33C54A2D-02BD-3848-80B6-742D537085E5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc5e1e +[Software\\Classes\\Interface\\{33C54A2D-02BD-3848-80B6-742D537085E5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b44432 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{33C54A2D-02BD-3848-80B6-742D537085E5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc5f7c +[Software\\Classes\\Interface\\{33C54A2D-02BD-3848-80B6-742D537085E5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b445a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{33C54A2D-02BD-3848-80B6-742D537085E5}\\TypeLib] 1460706649 -#time=1d196eb86fc6152 +[Software\\Classes\\Interface\\{33C54A2D-02BD-3848-80B6-742D537085E5}\\TypeLib] 1526460883 +#time=1d3ecf388b447ac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3410E0FB-636F-3CD1-8045-3993CA113F25}] 1460706649 -#time=1d196eb86f3e220 +[Software\\Classes\\Interface\\{3410E0FB-636F-3CD1-8045-3993CA113F25}] 1526460883 +#time=1d3ecf388ab139e @="_InvalidProgramException" -[Software\\Classes\\Interface\\{3410E0FB-636F-3CD1-8045-3993CA113F25}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3e00e +[Software\\Classes\\Interface\\{3410E0FB-636F-3CD1-8045-3993CA113F25}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab113c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3410E0FB-636F-3CD1-8045-3993CA113F25}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3e14e +[Software\\Classes\\Interface\\{3410E0FB-636F-3CD1-8045-3993CA113F25}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab12b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3410E0FB-636F-3CD1-8045-3993CA113F25}\\TypeLib] 1460706649 -#time=1d196eb86f3e324 +[Software\\Classes\\Interface\\{3410E0FB-636F-3CD1-8045-3993CA113F25}\\TypeLib] 1526460883 +#time=1d3ecf388ab14c0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{34418787-726B-3E74-AEED-C01397FC707D}] 1460706650 -#time=1d196eb877ef23e +[Software\\Classes\\Interface\\{34418787-726B-3E74-AEED-C01397FC707D}] 1526460884 +#time=1d3ecf3892cb6d8 @="_CodeNamespaceImport" -[Software\\Classes\\Interface\\{34418787-726B-3E74-AEED-C01397FC707D}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ef036 +[Software\\Classes\\Interface\\{34418787-726B-3E74-AEED-C01397FC707D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892cb412 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34418787-726B-3E74-AEED-C01397FC707D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ef176 +[Software\\Classes\\Interface\\{34418787-726B-3E74-AEED-C01397FC707D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892cb5c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34418787-726B-3E74-AEED-C01397FC707D}\\TypeLib] 1460706650 -#time=1d196eb877ef338 +[Software\\Classes\\Interface\\{34418787-726B-3E74-AEED-C01397FC707D}\\TypeLib] 1526460884 +#time=1d3ecf3892cb85e @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{345C8244-43A3-4E32-A368-65F073B76F36}] 1460706472 -#time=1d196eb1d1ef4d4 +[Software\\Classes\\Interface\\{345C8244-43A3-4E32-A368-65F073B76F36}] 1526460533 +#time=1d3ecf2b7df95dc @="IInstallationProgress" -[Software\\Classes\\Interface\\{345C8244-43A3-4E32-A368-65F073B76F36}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1ef164 +[Software\\Classes\\Interface\\{345C8244-43A3-4E32-A368-65F073B76F36}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df9366 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{345C8244-43A3-4E32-A368-65F073B76F36}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1ef362 +[Software\\Classes\\Interface\\{345C8244-43A3-4E32-A368-65F073B76F36}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df94ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{345C8244-43A3-4E32-A368-65F073B76F36}\\TypeLib] 1460706472 -#time=1d196eb1d1ef7e0 +[Software\\Classes\\Interface\\{345C8244-43A3-4E32-A368-65F073B76F36}\\TypeLib] 1526460533 +#time=1d3ecf2b7df96f4 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{34A715A0-6587-11D0-924A-0020AFC7AC4D}] 1460706471 -#time=1d196eb1cdb5a58 +[Software\\Classes\\Interface\\{34A715A0-6587-11D0-924A-0020AFC7AC4D}] 1526460533 +#time=1d3ecf2b7a8bf1c @="DWebBrowserEvents2" -[Software\\Classes\\Interface\\{34A715A0-6587-11D0-924A-0020AFC7AC4D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb5814 +[Software\\Classes\\Interface\\{34A715A0-6587-11D0-924A-0020AFC7AC4D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8ba76 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34A715A0-6587-11D0-924A-0020AFC7AC4D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb5986 +[Software\\Classes\\Interface\\{34A715A0-6587-11D0-924A-0020AFC7AC4D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a8bdc8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34A715A0-6587-11D0-924A-0020AFC7AC4D}\\TypeLib] 1460706471 -#time=1d196eb1cdb5b3e +[Software\\Classes\\Interface\\{34A715A0-6587-11D0-924A-0020AFC7AC4D}\\TypeLib] 1526460533 +#time=1d3ecf2b7a8c0fc @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{34B0417E-E71D-304C-9FAC-689350A1B41C}] 1460706649 -#time=1d196eb86f8a45e +[Software\\Classes\\Interface\\{34B0417E-E71D-304C-9FAC-689350A1B41C}] 1526460883 +#time=1d3ecf388b02640 @="_PermissionRequestEvidence" -[Software\\Classes\\Interface\\{34B0417E-E71D-304C-9FAC-689350A1B41C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8a238 +[Software\\Classes\\Interface\\{34B0417E-E71D-304C-9FAC-689350A1B41C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b023e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34B0417E-E71D-304C-9FAC-689350A1B41C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8a396 +[Software\\Classes\\Interface\\{34B0417E-E71D-304C-9FAC-689350A1B41C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0255a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34B0417E-E71D-304C-9FAC-689350A1B41C}\\TypeLib] 1460706649 -#time=1d196eb86f8a562 +[Software\\Classes\\Interface\\{34B0417E-E71D-304C-9FAC-689350A1B41C}\\TypeLib] 1526460883 +#time=1d3ecf388b02758 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{34E00EF9-83E2-3BBC-B6AF-4CAE703838BD}] 1460706649 -#time=1d196eb86f6c256 +[Software\\Classes\\Interface\\{34E00EF9-83E2-3BBC-B6AF-4CAE703838BD}] 1526460883 +#time=1d3ecf388ae458c @="_TypeDelegator" -[Software\\Classes\\Interface\\{34E00EF9-83E2-3BBC-B6AF-4CAE703838BD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6c030 +[Software\\Classes\\Interface\\{34E00EF9-83E2-3BBC-B6AF-4CAE703838BD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae432a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34E00EF9-83E2-3BBC-B6AF-4CAE703838BD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6c184 +[Software\\Classes\\Interface\\{34E00EF9-83E2-3BBC-B6AF-4CAE703838BD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae449c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34E00EF9-83E2-3BBC-B6AF-4CAE703838BD}\\TypeLib] 1460706649 -#time=1d196eb86f6c364 +[Software\\Classes\\Interface\\{34E00EF9-83E2-3BBC-B6AF-4CAE703838BD}\\TypeLib] 1526460883 +#time=1d3ecf388ae46a4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{34EC3BD7-F2F6-3C20-A639-804BFF89DF65}] 1460706649 -#time=1d196eb86ff1b5e +[Software\\Classes\\Interface\\{34EC3BD7-F2F6-3C20-A639-804BFF89DF65}] 1526460883 +#time=1d3ecf388b73d7c @="_IsolatedStorage" -[Software\\Classes\\Interface\\{34EC3BD7-F2F6-3C20-A639-804BFF89DF65}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff194c +[Software\\Classes\\Interface\\{34EC3BD7-F2F6-3C20-A639-804BFF89DF65}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b73b1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34EC3BD7-F2F6-3C20-A639-804BFF89DF65}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff1a8c +[Software\\Classes\\Interface\\{34EC3BD7-F2F6-3C20-A639-804BFF89DF65}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b73c8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{34EC3BD7-F2F6-3C20-A639-804BFF89DF65}\\TypeLib] 1460706649 -#time=1d196eb86ff1c58 +[Software\\Classes\\Interface\\{34EC3BD7-F2F6-3C20-A639-804BFF89DF65}\\TypeLib] 1526460883 +#time=1d3ecf388b73e94 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3515CF63-9863-3044-B3E1-210E98EFC702}] 1460706649 -#time=1d196eb86f915c4 +[Software\\Classes\\Interface\\{3515CF63-9863-3044-B3E1-210E98EFC702}] 1526460883 +#time=1d3ecf388b0a188 @="_PublisherMembershipCondition" -[Software\\Classes\\Interface\\{3515CF63-9863-3044-B3E1-210E98EFC702}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9139e +[Software\\Classes\\Interface\\{3515CF63-9863-3044-B3E1-210E98EFC702}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b09f30 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3515CF63-9863-3044-B3E1-210E98EFC702}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f914de +[Software\\Classes\\Interface\\{3515CF63-9863-3044-B3E1-210E98EFC702}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0a098 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3515CF63-9863-3044-B3E1-210E98EFC702}\\TypeLib] 1460706649 -#time=1d196eb86f916c8 +[Software\\Classes\\Interface\\{3515CF63-9863-3044-B3E1-210E98EFC702}\\TypeLib] 1526460883 +#time=1d3ecf388b0a296 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{35872687-5A11-34D7-85AB-865830A3BDEE}] 1460706650 -#time=1d196eb877dc1f2 +[Software\\Classes\\Interface\\{35872687-5A11-34D7-85AB-865830A3BDEE}] 1526460884 +#time=1d3ecf3892a6036 @="_CodeEventReferenceExpression" -[Software\\Classes\\Interface\\{35872687-5A11-34D7-85AB-865830A3BDEE}\\ProxyStubClsid] 1460706650 -#time=1d196eb877dbfd6 +[Software\\Classes\\Interface\\{35872687-5A11-34D7-85AB-865830A3BDEE}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a57d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{35872687-5A11-34D7-85AB-865830A3BDEE}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877dc120 +[Software\\Classes\\Interface\\{35872687-5A11-34D7-85AB-865830A3BDEE}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a5d52 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{35872687-5A11-34D7-85AB-865830A3BDEE}\\TypeLib] 1460706650 -#time=1d196eb877dc300 +[Software\\Classes\\Interface\\{35872687-5A11-34D7-85AB-865830A3BDEE}\\TypeLib] 1526460884 +#time=1d3ecf3892a6266 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{35A8F3AC-FE28-360F-A0C0-9A4D50C4682A}] 1460706649 -#time=1d196eb86ed50cc +[Software\\Classes\\Interface\\{35A8F3AC-FE28-360F-A0C0-9A4D50C4682A}] 1526460883 +#time=1d3ecf388a5ec5c @="IEvidenceFactory" -[Software\\Classes\\Interface\\{35A8F3AC-FE28-360F-A0C0-9A4D50C4682A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed4e74 +[Software\\Classes\\Interface\\{35A8F3AC-FE28-360F-A0C0-9A4D50C4682A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5e9be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{35A8F3AC-FE28-360F-A0C0-9A4D50C4682A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed4ff0 +[Software\\Classes\\Interface\\{35A8F3AC-FE28-360F-A0C0-9A4D50C4682A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5eb58 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{35A8F3AC-FE28-360F-A0C0-9A4D50C4682A}\\TypeLib] 1460706649 -#time=1d196eb86ed51f8 +[Software\\Classes\\Interface\\{35A8F3AC-FE28-360F-A0C0-9A4D50C4682A}\\TypeLib] 1526460883 +#time=1d3ecf388a5ed92 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{35D574BF-7A4F-3588-8C19-12212A0FE4DC}] 1460706649 -#time=1d196eb86edb3aa +[Software\\Classes\\Interface\\{35D574BF-7A4F-3588-8C19-12212A0FE4DC}] 1526460883 +#time=1d3ecf388a651e2 @="IDictionaryEnumerator" -[Software\\Classes\\Interface\\{35D574BF-7A4F-3588-8C19-12212A0FE4DC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edb17a +[Software\\Classes\\Interface\\{35D574BF-7A4F-3588-8C19-12212A0FE4DC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a64f62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{35D574BF-7A4F-3588-8C19-12212A0FE4DC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edb2ba +[Software\\Classes\\Interface\\{35D574BF-7A4F-3588-8C19-12212A0FE4DC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a650f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{35D574BF-7A4F-3588-8C19-12212A0FE4DC}\\TypeLib] 1460706649 -#time=1d196eb86edb4b8 +[Software\\Classes\\Interface\\{35D574BF-7A4F-3588-8C19-12212A0FE4DC}\\TypeLib] 1526460883 +#time=1d3ecf388a652fa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{35F38044-2017-3E05-BA83-1B87CC0D49C7}] 1460706650 -#time=1d196eb877fae0e +[Software\\Classes\\Interface\\{35F38044-2017-3E05-BA83-1B87CC0D49C7}] 1526460884 +#time=1d3ecf3892db574 @="_MarshalByValueComponent" -[Software\\Classes\\Interface\\{35F38044-2017-3E05-BA83-1B87CC0D49C7}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fab70 +[Software\\Classes\\Interface\\{35F38044-2017-3E05-BA83-1B87CC0D49C7}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892db27c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{35F38044-2017-3E05-BA83-1B87CC0D49C7}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fad28 +[Software\\Classes\\Interface\\{35F38044-2017-3E05-BA83-1B87CC0D49C7}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892db434 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{35F38044-2017-3E05-BA83-1B87CC0D49C7}\\TypeLib] 1460706650 -#time=1d196eb877fb00c +[Software\\Classes\\Interface\\{35F38044-2017-3E05-BA83-1B87CC0D49C7}\\TypeLib] 1526460884 +#time=1d3ecf3892db6d2 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{36116642-D713-4B97-9B83-7484A9D00433}] 1460706471 -#time=1d196eb1ce1f764 +[Software\\Classes\\Interface\\{36116642-D713-4B97-9B83-7484A9D00433}] 1526460533 +#time=1d3ecf2b809f1b0 @="IFileDialogControlEvents" -[Software\\Classes\\Interface\\{36116642-D713-4B97-9B83-7484A9D00433}\\NumMethods] 1460706471 -#time=1d196eb1ce1f688 +[Software\\Classes\\Interface\\{36116642-D713-4B97-9B83-7484A9D00433}\\NumMethods] 1526460533 +#time=1d3ecf2b809f0a2 @="7" -[Software\\Classes\\Interface\\{36116642-D713-4B97-9B83-7484A9D00433}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1f7dc +[Software\\Classes\\Interface\\{36116642-D713-4B97-9B83-7484A9D00433}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809f2b4 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3612706E-0239-35FD-B900-0819D16D442D}] 1460706649 -#time=1d196eb86f33582 +[Software\\Classes\\Interface\\{3612706E-0239-35FD-B900-0819D16D442D}] 1526460883 +#time=1d3ecf388aa4ea0 @="_AsyncCallback" -[Software\\Classes\\Interface\\{3612706E-0239-35FD-B900-0819D16D442D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f33384 +[Software\\Classes\\Interface\\{3612706E-0239-35FD-B900-0819D16D442D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa4bda @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3612706E-0239-35FD-B900-0819D16D442D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f334ba +[Software\\Classes\\Interface\\{3612706E-0239-35FD-B900-0819D16D442D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa4d88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3612706E-0239-35FD-B900-0819D16D442D}\\TypeLib] 1460706649 -#time=1d196eb86f3367c +[Software\\Classes\\Interface\\{3612706E-0239-35FD-B900-0819D16D442D}\\TypeLib] 1526460883 +#time=1d3ecf388aa4fe0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3614C646-3B3B-4DE7-A81E-930E3F2127B3}] 1460706472 -#time=1d196eb1d1c7bb4 +[Software\\Classes\\Interface\\{3614C646-3B3B-4DE7-A81E-930E3F2127B3}] 1526460533 +#time=1d3ecf2b7fc6036 @="IWMPErrorItem" -[Software\\Classes\\Interface\\{3614C646-3B3B-4DE7-A81E-930E3F2127B3}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c7952 +[Software\\Classes\\Interface\\{3614C646-3B3B-4DE7-A81E-930E3F2127B3}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc5dc0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3614C646-3B3B-4DE7-A81E-930E3F2127B3}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c7ad8 +[Software\\Classes\\Interface\\{3614C646-3B3B-4DE7-A81E-930E3F2127B3}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc5f3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3614C646-3B3B-4DE7-A81E-930E3F2127B3}\\TypeLib] 1460706472 -#time=1d196eb1d1c7c9a +[Software\\Classes\\Interface\\{3614C646-3B3B-4DE7-A81E-930E3F2127B3}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc6144 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{361A5049-1BC8-35A9-946A-53A877902F25}] 1460706649 -#time=1d196eb86ff3562 +[Software\\Classes\\Interface\\{361A5049-1BC8-35A9-946A-53A877902F25}] 1526460883 +#time=1d3ecf388b757d0 @="_InternalRM" -[Software\\Classes\\Interface\\{361A5049-1BC8-35A9-946A-53A877902F25}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff3292 +[Software\\Classes\\Interface\\{361A5049-1BC8-35A9-946A-53A877902F25}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7556e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{361A5049-1BC8-35A9-946A-53A877902F25}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff3490 +[Software\\Classes\\Interface\\{361A5049-1BC8-35A9-946A-53A877902F25}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b756e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{361A5049-1BC8-35A9-946A-53A877902F25}\\TypeLib] 1460706649 -#time=1d196eb86ff3684 +[Software\\Classes\\Interface\\{361A5049-1BC8-35A9-946A-53A877902F25}\\TypeLib] 1526460883 +#time=1d3ecf388b75906 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{361BBDC7-E6EE-4E13-BE58-58E2240C810F}] 1460706471 -#time=1d196eb1ce1ac78 +[Software\\Classes\\Interface\\{361BBDC7-E6EE-4E13-BE58-58E2240C810F}] 1526460533 +#time=1d3ecf2b809ae58 @="IExplorerBrowserEvents" -[Software\\Classes\\Interface\\{361BBDC7-E6EE-4E13-BE58-58E2240C810F}\\NumMethods] 1460706471 -#time=1d196eb1ce1aab6 +[Software\\Classes\\Interface\\{361BBDC7-E6EE-4E13-BE58-58E2240C810F}\\NumMethods] 1526460533 +#time=1d3ecf2b809ad68 @="7" -[Software\\Classes\\Interface\\{361BBDC7-E6EE-4E13-BE58-58E2240C810F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1ad2c +[Software\\Classes\\Interface\\{361BBDC7-E6EE-4E13-BE58-58E2240C810F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809aeee @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{36329EBA-F97A-3565-BC07-0ED5C6EF19FC}] 1460706649 -#time=1d196eb86f21ba2 +[Software\\Classes\\Interface\\{36329EBA-F97A-3565-BC07-0ED5C6EF19FC}] 1526460883 +#time=1d3ecf388a92b60 @="_ParameterBuilder" -[Software\\Classes\\Interface\\{36329EBA-F97A-3565-BC07-0ED5C6EF19FC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f214cc +[Software\\Classes\\Interface\\{36329EBA-F97A-3565-BC07-0ED5C6EF19FC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a928fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{36329EBA-F97A-3565-BC07-0ED5C6EF19FC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f219f4 +[Software\\Classes\\Interface\\{36329EBA-F97A-3565-BC07-0ED5C6EF19FC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a92a70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{36329EBA-F97A-3565-BC07-0ED5C6EF19FC}\\TypeLib] 1460706649 -#time=1d196eb86f21de6 +[Software\\Classes\\Interface\\{36329EBA-F97A-3565-BC07-0ED5C6EF19FC}\\TypeLib] 1526460883 +#time=1d3ecf388a92c82 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3677CBB0-784D-3C15-BBC8-75CD7DC3901E}] 1460706649 -#time=1d196eb86f0fe98 +[Software\\Classes\\Interface\\{3677CBB0-784D-3C15-BBC8-75CD7DC3901E}] 1526460883 +#time=1d3ecf388a897fe @="IMessageCtrl" -[Software\\Classes\\Interface\\{3677CBB0-784D-3C15-BBC8-75CD7DC3901E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f0f9fc +[Software\\Classes\\Interface\\{3677CBB0-784D-3C15-BBC8-75CD7DC3901E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8959c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3677CBB0-784D-3C15-BBC8-75CD7DC3901E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f0fd12 +[Software\\Classes\\Interface\\{3677CBB0-784D-3C15-BBC8-75CD7DC3901E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a89718 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3677CBB0-784D-3C15-BBC8-75CD7DC3901E}\\TypeLib] 1460706649 -#time=1d196eb86f1017c +[Software\\Classes\\Interface\\{3677CBB0-784D-3C15-BBC8-75CD7DC3901E}\\TypeLib] 1526460883 +#time=1d3ecf388a89920 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{36936699-FC79-324D-AB43-E33C1F94E263}] 1460706649 -#time=1d196eb86f27476 +[Software\\Classes\\Interface\\{36936699-FC79-324D-AB43-E33C1F94E263}] 1526460883 +#time=1d3ecf388a97b9c @="_String" -[Software\\Classes\\Interface\\{36936699-FC79-324D-AB43-E33C1F94E263}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2725a +[Software\\Classes\\Interface\\{36936699-FC79-324D-AB43-E33C1F94E263}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a97944 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{36936699-FC79-324D-AB43-E33C1F94E263}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f273a4 +[Software\\Classes\\Interface\\{36936699-FC79-324D-AB43-E33C1F94E263}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a97ab6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{36936699-FC79-324D-AB43-E33C1F94E263}\\TypeLib] 1460706649 -#time=1d196eb86f2758e +[Software\\Classes\\Interface\\{36936699-FC79-324D-AB43-E33C1F94E263}\\TypeLib] 1526460883 +#time=1d3ecf388a97cb4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{36B73880-C2C8-11CF-8B46-00805F6CEF60}] 1460706471 -#time=1d196eb1d0d86a4 +[Software\\Classes\\Interface\\{36B73880-C2C8-11CF-8B46-00805F6CEF60}] 1526460533 +#time=1d3ecf2b7b0bcc6 @="IMediaSeeking" -[Software\\Classes\\Interface\\{36B73880-C2C8-11CF-8B46-00805F6CEF60}\\NumMethods] 1460706471 -#time=1d196eb1d0d8514 +[Software\\Classes\\Interface\\{36B73880-C2C8-11CF-8B46-00805F6CEF60}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0bbcc @="20" -[Software\\Classes\\Interface\\{36B73880-C2C8-11CF-8B46-00805F6CEF60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d876c +[Software\\Classes\\Interface\\{36B73880-C2C8-11CF-8B46-00805F6CEF60}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0bd48 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{36B73882-C2C8-11CF-8B46-00805F6CEF60}] 1460706471 -#time=1d196eb1d0dc632 +[Software\\Classes\\Interface\\{36B73882-C2C8-11CF-8B46-00805F6CEF60}] 1526460533 +#time=1d3ecf2b7b100dc @="IFilterGraph2" -[Software\\Classes\\Interface\\{36B73882-C2C8-11CF-8B46-00805F6CEF60}\\NumMethods] 1460706471 -#time=1d196eb1d0dc560 +[Software\\Classes\\Interface\\{36B73882-C2C8-11CF-8B46-00805F6CEF60}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0ffe2 @="21" -[Software\\Classes\\Interface\\{36B73882-C2C8-11CF-8B46-00805F6CEF60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0dc6a0 +[Software\\Classes\\Interface\\{36B73882-C2C8-11CF-8B46-00805F6CEF60}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b1015e @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{36B73883-C2C8-11CF-8B46-00805F6CEF60}] 1460706471 -#time=1d196eb1d0deef0 +[Software\\Classes\\Interface\\{36B73883-C2C8-11CF-8B46-00805F6CEF60}] 1526460533 +#time=1d3ecf2b7b1208a @="ISeekingPassThru" -[Software\\Classes\\Interface\\{36B73883-C2C8-11CF-8B46-00805F6CEF60}\\NumMethods] 1460706471 -#time=1d196eb1d0dedb0 +[Software\\Classes\\Interface\\{36B73883-C2C8-11CF-8B46-00805F6CEF60}\\NumMethods] 1526460533 +#time=1d3ecf2b7b11f9a @="4" -[Software\\Classes\\Interface\\{36B73883-C2C8-11CF-8B46-00805F6CEF60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0defa4 +[Software\\Classes\\Interface\\{36B73883-C2C8-11CF-8B46-00805F6CEF60}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b12116 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{36CB559B-87C6-3AD2-9225-62A7ED499B37}] 1460706649 -#time=1d196eb86f4cc1c +[Software\\Classes\\Interface\\{36CB559B-87C6-3AD2-9225-62A7ED499B37}] 1526460883 +#time=1d3ecf388ac19ec @="_Mutex" -[Software\\Classes\\Interface\\{36CB559B-87C6-3AD2-9225-62A7ED499B37}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4ca0a +[Software\\Classes\\Interface\\{36CB559B-87C6-3AD2-9225-62A7ED499B37}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac179e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{36CB559B-87C6-3AD2-9225-62A7ED499B37}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4cb54 +[Software\\Classes\\Interface\\{36CB559B-87C6-3AD2-9225-62A7ED499B37}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac1906 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{36CB559B-87C6-3AD2-9225-62A7ED499B37}\\TypeLib] 1460706649 -#time=1d196eb86f4cd16 +[Software\\Classes\\Interface\\{36CB559B-87C6-3AD2-9225-62A7ED499B37}\\TypeLib] 1526460883 +#time=1d3ecf388ac1b04 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{36E2DE92-1FB3-3D7D-BA26-9CAD5B98DD52}] 1460706649 -#time=1d196eb86f77124 +[Software\\Classes\\Interface\\{36E2DE92-1FB3-3D7D-BA26-9CAD5B98DD52}] 1526460883 +#time=1d3ecf388af088c @="_JulianCalendar" -[Software\\Classes\\Interface\\{36E2DE92-1FB3-3D7D-BA26-9CAD5B98DD52}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f76f1c +[Software\\Classes\\Interface\\{36E2DE92-1FB3-3D7D-BA26-9CAD5B98DD52}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af062a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{36E2DE92-1FB3-3D7D-BA26-9CAD5B98DD52}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7705c +[Software\\Classes\\Interface\\{36E2DE92-1FB3-3D7D-BA26-9CAD5B98DD52}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af07a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{36E2DE92-1FB3-3D7D-BA26-9CAD5B98DD52}\\TypeLib] 1460706649 -#time=1d196eb86f77228 +[Software\\Classes\\Interface\\{36E2DE92-1FB3-3D7D-BA26-9CAD5B98DD52}\\TypeLib] 1526460883 +#time=1d3ecf388af09b8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{37171746-B784-3586-A7D5-692A7604A66B}] 1460706649 -#time=1d196eb86fee698 +[Software\\Classes\\Interface\\{37171746-B784-3586-A7D5-692A7604A66B}] 1526460883 +#time=1d3ecf388b70258 @="_SoapEntity" -[Software\\Classes\\Interface\\{37171746-B784-3586-A7D5-692A7604A66B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fee45e +[Software\\Classes\\Interface\\{37171746-B784-3586-A7D5-692A7604A66B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6ffe2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{37171746-B784-3586-A7D5-692A7604A66B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fee5bc +[Software\\Classes\\Interface\\{37171746-B784-3586-A7D5-692A7604A66B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b70172 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{37171746-B784-3586-A7D5-692A7604A66B}\\TypeLib] 1460706649 -#time=1d196eb86fee7ba +[Software\\Classes\\Interface\\{37171746-B784-3586-A7D5-692A7604A66B}\\TypeLib] 1526460883 +#time=1d3ecf388b70370 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{373984C8-B845-449B-91E7-45AC83036ADE}] 1460706471 -#time=1d196eb1cd24a26 +[Software\\Classes\\Interface\\{373984C8-B845-449B-91E7-45AC83036ADE}] 1526460533 +#time=1d3ecf2b793f3fc @="IXMLDOMSchemaCollection" -[Software\\Classes\\Interface\\{373984C8-B845-449B-91E7-45AC83036ADE}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd247d8 +[Software\\Classes\\Interface\\{373984C8-B845-449B-91E7-45AC83036ADE}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b793ed1c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{373984C8-B845-449B-91E7-45AC83036ADE}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd24922 +[Software\\Classes\\Interface\\{373984C8-B845-449B-91E7-45AC83036ADE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b793f258 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{373984C8-B845-449B-91E7-45AC83036ADE}\\TypeLib] 1460706605 -#time=1d196eb6c62499c +[Software\\Classes\\Interface\\{373984C8-B845-449B-91E7-45AC83036ADE}\\TypeLib] 1528075957 +#time=1d3fba3eb7f7870 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{3741BC6F-101B-36D7-A9D5-03FCC0ECDA35}] 1460706649 -#time=1d196eb86f5214e +[Software\\Classes\\Interface\\{3741BC6F-101B-36D7-A9D5-03FCC0ECDA35}] 1526460883 +#time=1d3ecf388ac7540 @="_TimerCallback" -[Software\\Classes\\Interface\\{3741BC6F-101B-36D7-A9D5-03FCC0ECDA35}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f51f14 +[Software\\Classes\\Interface\\{3741BC6F-101B-36D7-A9D5-03FCC0ECDA35}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac72e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3741BC6F-101B-36D7-A9D5-03FCC0ECDA35}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5205e +[Software\\Classes\\Interface\\{3741BC6F-101B-36D7-A9D5-03FCC0ECDA35}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac745a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3741BC6F-101B-36D7-A9D5-03FCC0ECDA35}\\TypeLib] 1460706649 -#time=1d196eb86f52248 +[Software\\Classes\\Interface\\{3741BC6F-101B-36D7-A9D5-03FCC0ECDA35}\\TypeLib] 1526460883 +#time=1d3ecf388ac7658 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{37625095-7BAA-377D-A0DC-7F465C0167AA}] 1460706649 -#time=1d196eb8700a492 +[Software\\Classes\\Interface\\{37625095-7BAA-377D-A0DC-7F465C0167AA}] 1526460883 +#time=1d3ecf388b8fd4c @="_RSAOAEPKeyExchangeDeformatter" -[Software\\Classes\\Interface\\{37625095-7BAA-377D-A0DC-7F465C0167AA}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700a24e +[Software\\Classes\\Interface\\{37625095-7BAA-377D-A0DC-7F465C0167AA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8faf4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{37625095-7BAA-377D-A0DC-7F465C0167AA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700a3b6 +[Software\\Classes\\Interface\\{37625095-7BAA-377D-A0DC-7F465C0167AA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8fc66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{37625095-7BAA-377D-A0DC-7F465C0167AA}\\TypeLib] 1460706649 -#time=1d196eb8700a596 +[Software\\Classes\\Interface\\{37625095-7BAA-377D-A0DC-7F465C0167AA}\\TypeLib] 1526460883 +#time=1d3ecf388b8fe6e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{37668D37-507E-4160-9316-26306D150B12}] 1460706471 -#time=1d196eb1d0cd420 +[Software\\Classes\\Interface\\{37668D37-507E-4160-9316-26306D150B12}] 1526460533 +#time=1d3ecf2b7fda0c2 @="IBackgroundCopyJob" -[Software\\Classes\\Interface\\{37668D37-507E-4160-9316-26306D150B12}\\NumMethods] 1460706471 -#time=1d196eb1d0cd330 +[Software\\Classes\\Interface\\{37668D37-507E-4160-9316-26306D150B12}\\NumMethods] 1526460533 +#time=1d3ecf2b7fd9fbe @="35" -[Software\\Classes\\Interface\\{37668D37-507E-4160-9316-26306D150B12}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0cd48e +[Software\\Classes\\Interface\\{37668D37-507E-4160-9316-26306D150B12}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fda144 @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{376BD3AA-3845-101B-84ED-08002B2EC713}] 1460706471 -#time=1d196eb1d0a5ac4 +[Software\\Classes\\Interface\\{376BD3AA-3845-101B-84ED-08002B2EC713}] 1526460533 +#time=1d3ecf2b7bd128c @="IPerPropertyBrowsing" -[Software\\Classes\\Interface\\{376BD3AA-3845-101B-84ED-08002B2EC713}\\NumMethods] 1460706471 -#time=1d196eb1d0a59d4 +[Software\\Classes\\Interface\\{376BD3AA-3845-101B-84ED-08002B2EC713}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd119c @="7" -[Software\\Classes\\Interface\\{376BD3AA-3845-101B-84ED-08002B2EC713}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a5b3c +[Software\\Classes\\Interface\\{376BD3AA-3845-101B-84ED-08002B2EC713}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd1318 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{379A0CF0-C1DE-11D2-ABF5-00A0C905F375}] 1460706471 -#time=1d196eb1d0d740c +[Software\\Classes\\Interface\\{379A0CF0-C1DE-11D2-ABF5-00A0C905F375}] 1526460533 +#time=1d3ecf2b7b0aa4c @="IMemAllocatorCallbackTemp" -[Software\\Classes\\Interface\\{379A0CF0-C1DE-11D2-ABF5-00A0C905F375}\\NumMethods] 1460706471 -#time=1d196eb1d0d72e0 +[Software\\Classes\\Interface\\{379A0CF0-C1DE-11D2-ABF5-00A0C905F375}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0a93e @="11" -[Software\\Classes\\Interface\\{379A0CF0-C1DE-11D2-ABF5-00A0C905F375}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d7498 +[Software\\Classes\\Interface\\{379A0CF0-C1DE-11D2-ABF5-00A0C905F375}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0aace @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{37C69A5D-7619-3A0F-A96B-9C9578AE00EF}] 1460706649 -#time=1d196eb86f4451c +[Software\\Classes\\Interface\\{37C69A5D-7619-3A0F-A96B-9C9578AE00EF}] 1526460883 +#time=1d3ecf388ab7c94 @="_OverflowException" -[Software\\Classes\\Interface\\{37C69A5D-7619-3A0F-A96B-9C9578AE00EF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f442c4 +[Software\\Classes\\Interface\\{37C69A5D-7619-3A0F-A96B-9C9578AE00EF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab7a32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{37C69A5D-7619-3A0F-A96B-9C9578AE00EF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f44404 +[Software\\Classes\\Interface\\{37C69A5D-7619-3A0F-A96B-9C9578AE00EF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab7ba4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{37C69A5D-7619-3A0F-A96B-9C9578AE00EF}\\TypeLib] 1460706649 -#time=1d196eb86f4462a +[Software\\Classes\\Interface\\{37C69A5D-7619-3A0F-A96B-9C9578AE00EF}\\TypeLib] 1526460883 +#time=1d3ecf388ab7e2e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{37D84F60-42CB-11CE-8135-00AA004BB851}] 1460706471 -#time=1d196eb1d0a4a7a +[Software\\Classes\\Interface\\{37D84F60-42CB-11CE-8135-00AA004BB851}] 1526460533 +#time=1d3ecf2b7bcffd6 @="IPersistPropertyBag" -[Software\\Classes\\Interface\\{37D84F60-42CB-11CE-8135-00AA004BB851}\\NumMethods] 1460706471 -#time=1d196eb1d0a49a8 +[Software\\Classes\\Interface\\{37D84F60-42CB-11CE-8135-00AA004BB851}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcfee6 @="7" -[Software\\Classes\\Interface\\{37D84F60-42CB-11CE-8135-00AA004BB851}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a4af2 +[Software\\Classes\\Interface\\{37D84F60-42CB-11CE-8135-00AA004BB851}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd0058 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{38248178-CF6D-11DE-ABE5-000C2916D865}] 1460706471 -#time=1d196eb1cdf2048 +[Software\\Classes\\Interface\\{38248178-CF6D-11DE-ABE5-000C2916D865}] 1526460533 +#time=1d3ecf2b7ae3334 @="IWineRowServer" -[Software\\Classes\\Interface\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\NumMethods] 1460706471 -#time=1d196eb1cdf1f26 +[Software\\Classes\\Interface\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\NumMethods] 1526460533 +#time=1d3ecf2b7ae3244 @="25" -[Software\\Classes\\Interface\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdf20e8 +[Software\\Classes\\Interface\\{38248178-CF6D-11DE-ABE5-000C2916D865}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ae33b6 @="{06210E88-01F5-11D1-B512-0080C781C384}" -[Software\\Classes\\Interface\\{38B2F8D7-8CF4-323B-9C17-9C55EE287A63}] 1460706649 -#time=1d196eb86fc8786 +[Software\\Classes\\Interface\\{38B2F8D7-8CF4-323B-9C17-9C55EE287A63}] 1526460883 +#time=1d3ecf388b46dfe @="_ZoneIdentityPermission" -[Software\\Classes\\Interface\\{38B2F8D7-8CF4-323B-9C17-9C55EE287A63}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc8542 +[Software\\Classes\\Interface\\{38B2F8D7-8CF4-323B-9C17-9C55EE287A63}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b46ba6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{38B2F8D7-8CF4-323B-9C17-9C55EE287A63}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc86b4 +[Software\\Classes\\Interface\\{38B2F8D7-8CF4-323B-9C17-9C55EE287A63}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b46d18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{38B2F8D7-8CF4-323B-9C17-9C55EE287A63}\\TypeLib] 1460706649 -#time=1d196eb86fc8894 +[Software\\Classes\\Interface\\{38B2F8D7-8CF4-323B-9C17-9C55EE287A63}\\TypeLib] 1526460883 +#time=1d3ecf388b46f16 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{38B6068C-1E94-3119-8841-1ECA35ED8578}] 1460706649 -#time=1d196eb86fc0afe +[Software\\Classes\\Interface\\{38B6068C-1E94-3119-8841-1ECA35ED8578}] 1526460883 +#time=1d3ecf388b3f0f4 @="_RegistryPermissionAttribute" -[Software\\Classes\\Interface\\{38B6068C-1E94-3119-8841-1ECA35ED8578}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc08ce +[Software\\Classes\\Interface\\{38B6068C-1E94-3119-8841-1ECA35ED8578}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3ee92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{38B6068C-1E94-3119-8841-1ECA35ED8578}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc0a2c +[Software\\Classes\\Interface\\{38B6068C-1E94-3119-8841-1ECA35ED8578}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3f004 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{38B6068C-1E94-3119-8841-1ECA35ED8578}\\TypeLib] 1460706649 -#time=1d196eb86fc0c0c +[Software\\Classes\\Interface\\{38B6068C-1E94-3119-8841-1ECA35ED8578}\\TypeLib] 1526460883 +#time=1d3ecf388b3f216 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3924A637-C2C4-3558-945F-279B5AC39ED9}] 1460706650 -#time=1d196eb877fec3e +[Software\\Classes\\Interface\\{3924A637-C2C4-3558-945F-279B5AC39ED9}] 1526460884 +#time=1d3ecf3892e06b4 @="_DesignerTransactionCloseEventArgs" -[Software\\Classes\\Interface\\{3924A637-C2C4-3558-945F-279B5AC39ED9}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fea36 +[Software\\Classes\\Interface\\{3924A637-C2C4-3558-945F-279B5AC39ED9}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e038a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3924A637-C2C4-3558-945F-279B5AC39ED9}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877feb6c +[Software\\Classes\\Interface\\{3924A637-C2C4-3558-945F-279B5AC39ED9}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e0556 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3924A637-C2C4-3558-945F-279B5AC39ED9}\\TypeLib] 1460706650 -#time=1d196eb877fed4c +[Software\\Classes\\Interface\\{3924A637-C2C4-3558-945F-279B5AC39ED9}\\TypeLib] 1526460884 +#time=1d3ecf3892e084e @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{3936ABE1-B29E-3593-83F1-793D1A7F3898}] 1460706649 -#time=1d196eb86fcfed2 +[Software\\Classes\\Interface\\{3936ABE1-B29E-3593-83F1-793D1A7F3898}] 1526460883 +#time=1d3ecf388b4f242 @="_AsyncResult" -[Software\\Classes\\Interface\\{3936ABE1-B29E-3593-83F1-793D1A7F3898}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcfcc0 +[Software\\Classes\\Interface\\{3936ABE1-B29E-3593-83F1-793D1A7F3898}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4efd6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3936ABE1-B29E-3593-83F1-793D1A7F3898}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcfe0a +[Software\\Classes\\Interface\\{3936ABE1-B29E-3593-83F1-793D1A7F3898}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4f152 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3936ABE1-B29E-3593-83F1-793D1A7F3898}\\TypeLib] 1460706649 -#time=1d196eb86fcffcc +[Software\\Classes\\Interface\\{3936ABE1-B29E-3593-83F1-793D1A7F3898}\\TypeLib] 1526460883 +#time=1d3ecf388b4f364 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{399C0499-29D3-3D95-AF77-111DCDB92177}] 1460706650 -#time=1d196eb87aa67f2 +[Software\\Classes\\Interface\\{399C0499-29D3-3D95-AF77-111DCDB92177}] 1526460884 +#time=1d3ecf38953441a @="_AccessibleObject" -[Software\\Classes\\Interface\\{399C0499-29D3-3D95-AF77-111DCDB92177}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa65cc +[Software\\Classes\\Interface\\{399C0499-29D3-3D95-AF77-111DCDB92177}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953412c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{399C0499-29D3-3D95-AF77-111DCDB92177}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa6720 +[Software\\Classes\\Interface\\{399C0499-29D3-3D95-AF77-111DCDB92177}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389534302 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{399C0499-29D3-3D95-AF77-111DCDB92177}\\TypeLib] 1460706650 -#time=1d196eb87aa6900 +[Software\\Classes\\Interface\\{399C0499-29D3-3D95-AF77-111DCDB92177}\\TypeLib] 1526460884 +#time=1d3ecf3895346ae @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{3A02D3F7-3F40-3022-853D-CFDA765182FE}] 1460706649 -#time=1d196eb86f02176 +[Software\\Classes\\Interface\\{3A02D3F7-3F40-3022-853D-CFDA765182FE}] 1526460883 +#time=1d3ecf388a82d3c @="IChannelReceiverHook" -[Software\\Classes\\Interface\\{3A02D3F7-3F40-3022-853D-CFDA765182FE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f01be0 +[Software\\Classes\\Interface\\{3A02D3F7-3F40-3022-853D-CFDA765182FE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a82ae4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A02D3F7-3F40-3022-853D-CFDA765182FE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f01f6e +[Software\\Classes\\Interface\\{3A02D3F7-3F40-3022-853D-CFDA765182FE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a82c4c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A02D3F7-3F40-3022-853D-CFDA765182FE}\\TypeLib] 1460706649 -#time=1d196eb86f024b4 +[Software\\Classes\\Interface\\{3A02D3F7-3F40-3022-853D-CFDA765182FE}\\TypeLib] 1526460883 +#time=1d3ecf388a82e54 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3A4C8B1A-4AF9-344A-BC88-DFE863328C86}] 1460706650 -#time=1d196eb87ac68fe +[Software\\Classes\\Interface\\{3A4C8B1A-4AF9-344A-BC88-DFE863328C86}] 1526460884 +#time=1d3ecf389563710 @="_SplitterPanel" -[Software\\Classes\\Interface\\{3A4C8B1A-4AF9-344A-BC88-DFE863328C86}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac66ec +[Software\\Classes\\Interface\\{3A4C8B1A-4AF9-344A-BC88-DFE863328C86}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895630c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A4C8B1A-4AF9-344A-BC88-DFE863328C86}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac6822 +[Software\\Classes\\Interface\\{3A4C8B1A-4AF9-344A-BC88-DFE863328C86}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389563440 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A4C8B1A-4AF9-344A-BC88-DFE863328C86}\\TypeLib] 1460706650 -#time=1d196eb87ac6a02 +[Software\\Classes\\Interface\\{3A4C8B1A-4AF9-344A-BC88-DFE863328C86}\\TypeLib] 1526460884 +#time=1d3ecf389563a44 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{3A56BFB8-576C-43F7-9335-FE4838FD7E37}] 1460706472 -#time=1d196eb1d1e62bc +[Software\\Classes\\Interface\\{3A56BFB8-576C-43F7-9335-FE4838FD7E37}] 1526460533 +#time=1d3ecf2b7df0536 @="ICategoryCollection" -[Software\\Classes\\Interface\\{3A56BFB8-576C-43F7-9335-FE4838FD7E37}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e608c +[Software\\Classes\\Interface\\{3A56BFB8-576C-43F7-9335-FE4838FD7E37}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df02b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A56BFB8-576C-43F7-9335-FE4838FD7E37}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e61e0 +[Software\\Classes\\Interface\\{3A56BFB8-576C-43F7-9335-FE4838FD7E37}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df0446 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A56BFB8-576C-43F7-9335-FE4838FD7E37}\\TypeLib] 1460706472 -#time=1d196eb1d1e63a2 +[Software\\Classes\\Interface\\{3A56BFB8-576C-43F7-9335-FE4838FD7E37}\\TypeLib] 1526460533 +#time=1d3ecf2b7df064e @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{3A5B876C-CDE4-32D2-9C7E-020A14ACA332}] 1460706649 -#time=1d196eb86fc1120 +[Software\\Classes\\Interface\\{3A5B876C-CDE4-32D2-9C7E-020A14ACA332}] 1526460883 +#time=1d3ecf388b3f7a2 @="_SecurityPermissionAttribute" -[Software\\Classes\\Interface\\{3A5B876C-CDE4-32D2-9C7E-020A14ACA332}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc0efa +[Software\\Classes\\Interface\\{3A5B876C-CDE4-32D2-9C7E-020A14ACA332}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3f540 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A5B876C-CDE4-32D2-9C7E-020A14ACA332}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc104e +[Software\\Classes\\Interface\\{3A5B876C-CDE4-32D2-9C7E-020A14ACA332}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3f6a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A5B876C-CDE4-32D2-9C7E-020A14ACA332}\\TypeLib] 1460706649 -#time=1d196eb86fc1224 +[Software\\Classes\\Interface\\{3A5B876C-CDE4-32D2-9C7E-020A14ACA332}\\TypeLib] 1526460883 +#time=1d3ecf388b3f8ba @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3A5FDE6B-DB46-34E8-BACD-16EA5A440540}] 1460706649 -#time=1d196eb86ef0688 +[Software\\Classes\\Interface\\{3A5FDE6B-DB46-34E8-BACD-16EA5A440540}] 1526460883 +#time=1d3ecf388a7bd7a @="IClientChannelSinkStack" -[Software\\Classes\\Interface\\{3A5FDE6B-DB46-34E8-BACD-16EA5A440540}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ef0188 +[Software\\Classes\\Interface\\{3A5FDE6B-DB46-34E8-BACD-16EA5A440540}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7bb22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A5FDE6B-DB46-34E8-BACD-16EA5A440540}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ef048a +[Software\\Classes\\Interface\\{3A5FDE6B-DB46-34E8-BACD-16EA5A440540}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7bc94 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A5FDE6B-DB46-34E8-BACD-16EA5A440540}\\TypeLib] 1460706649 -#time=1d196eb86ef0890 +[Software\\Classes\\Interface\\{3A5FDE6B-DB46-34E8-BACD-16EA5A440540}\\TypeLib] 1526460883 +#time=1d3ecf388a7be9c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3A7D3CA4-B7D1-3A2A-800C-8FC2ACFCBDA4}] 1460706649 -#time=1d196eb86f54a66 +[Software\\Classes\\Interface\\{3A7D3CA4-B7D1-3A2A-800C-8FC2ACFCBDA4}] 1526460883 +#time=1d3ecf388aca312 @="_Queue" -[Software\\Classes\\Interface\\{3A7D3CA4-B7D1-3A2A-800C-8FC2ACFCBDA4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f54854 +[Software\\Classes\\Interface\\{3A7D3CA4-B7D1-3A2A-800C-8FC2ACFCBDA4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aca0c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A7D3CA4-B7D1-3A2A-800C-8FC2ACFCBDA4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f54994 +[Software\\Classes\\Interface\\{3A7D3CA4-B7D1-3A2A-800C-8FC2ACFCBDA4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aca22c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3A7D3CA4-B7D1-3A2A-800C-8FC2ACFCBDA4}\\TypeLib] 1460706649 -#time=1d196eb86f54b60 +[Software\\Classes\\Interface\\{3A7D3CA4-B7D1-3A2A-800C-8FC2ACFCBDA4}\\TypeLib] 1526460883 +#time=1d3ecf388aca42a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3AA7AF7E-9B36-420C-A8E3-F77D4674A488}] 1460706471 -#time=1d196eb1ce1fca0 +[Software\\Classes\\Interface\\{3AA7AF7E-9B36-420C-A8E3-F77D4674A488}] 1526460533 +#time=1d3ecf2b809f9ee @="IKnownFolder" -[Software\\Classes\\Interface\\{3AA7AF7E-9B36-420C-A8E3-F77D4674A488}\\NumMethods] 1460706471 -#time=1d196eb1ce1fb9c +[Software\\Classes\\Interface\\{3AA7AF7E-9B36-420C-A8E3-F77D4674A488}\\NumMethods] 1526460533 +#time=1d3ecf2b809f85e @="12" -[Software\\Classes\\Interface\\{3AA7AF7E-9B36-420C-A8E3-F77D4674A488}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1fd18 +[Software\\Classes\\Interface\\{3AA7AF7E-9B36-420C-A8E3-F77D4674A488}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809faa2 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3AC646B6-6B84-382F-9AED-22C2433244E6}] 1460706649 -#time=1d196eb86fe8eb4 +[Software\\Classes\\Interface\\{3AC646B6-6B84-382F-9AED-22C2433244E6}] 1526460883 +#time=1d3ecf388b6ab64 @="_SoapQName" -[Software\\Classes\\Interface\\{3AC646B6-6B84-382F-9AED-22C2433244E6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe8c98 +[Software\\Classes\\Interface\\{3AC646B6-6B84-382F-9AED-22C2433244E6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6a902 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3AC646B6-6B84-382F-9AED-22C2433244E6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe8de2 +[Software\\Classes\\Interface\\{3AC646B6-6B84-382F-9AED-22C2433244E6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6aa6a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3AC646B6-6B84-382F-9AED-22C2433244E6}\\TypeLib] 1460706649 -#time=1d196eb86fe8fc2 +[Software\\Classes\\Interface\\{3AC646B6-6B84-382F-9AED-22C2433244E6}\\TypeLib] 1526460883 +#time=1d3ecf388b6ac7c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}] 1460706471 -#time=1d196eb1d0a6208 +[Software\\Classes\\Interface\\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}] 1526460533 +#time=1d3ecf2b7bd1714 @="IAdviseSinkEx" -[Software\\Classes\\Interface\\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\\NumMethods] 1460706471 -#time=1d196eb1d0a60f0 +[Software\\Classes\\Interface\\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd161a @="9" -[Software\\Classes\\Interface\\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a628a +[Software\\Classes\\Interface\\{3AF24290-0C96-11CE-A0CF-00AA00600AB8}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd17b4 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{3AFAB213-F5A2-3241-93BA-329EA4BA8016}] 1460706649 -#time=1d196eb86eefcec +[Software\\Classes\\Interface\\{3AFAB213-F5A2-3241-93BA-329EA4BA8016}] 1526460883 +#time=1d3ecf388a7b6fe @="IClientResponseChannelSinkStack" -[Software\\Classes\\Interface\\{3AFAB213-F5A2-3241-93BA-329EA4BA8016}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eefada +[Software\\Classes\\Interface\\{3AFAB213-F5A2-3241-93BA-329EA4BA8016}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7b49c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3AFAB213-F5A2-3241-93BA-329EA4BA8016}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eefc1a +[Software\\Classes\\Interface\\{3AFAB213-F5A2-3241-93BA-329EA4BA8016}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7b60e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3AFAB213-F5A2-3241-93BA-329EA4BA8016}\\TypeLib] 1460706649 -#time=1d196eb86eefe18 +[Software\\Classes\\Interface\\{3AFAB213-F5A2-3241-93BA-329EA4BA8016}\\TypeLib] 1526460883 +#time=1d3ecf388a7b80c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3B16811B-6A43-4EC9-A813-3D930C13B940}] 1460706472 -#time=1d196eb1d19330a +[Software\\Classes\\Interface\\{3B16811B-6A43-4EC9-A813-3D930C13B940}] 1526460533 +#time=1d3ecf2b7f07514 @="IWICBitmapFrameDecode" -[Software\\Classes\\Interface\\{3B16811B-6A43-4EC9-A813-3D930C13B940}\\NumMethods] 1460706472 -#time=1d196eb1d1931de +[Software\\Classes\\Interface\\{3B16811B-6A43-4EC9-A813-3D930C13B940}\\NumMethods] 1526460533 +#time=1d3ecf2b7f07424 @="11" -[Software\\Classes\\Interface\\{3B16811B-6A43-4EC9-A813-3D930C13B940}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1933a0 +[Software\\Classes\\Interface\\{3B16811B-6A43-4EC9-A813-3D930C13B940}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f07596 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{3B274703-DFAE-3F9C-A1B5-9990DF9D7FA3}] 1460706649 -#time=1d196eb8700edf8 +[Software\\Classes\\Interface\\{3B274703-DFAE-3F9C-A1B5-9990DF9D7FA3}] 1526460883 +#time=1d3ecf388b95148 @="_SHA256" -[Software\\Classes\\Interface\\{3B274703-DFAE-3F9C-A1B5-9990DF9D7FA3}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700ebc8 +[Software\\Classes\\Interface\\{3B274703-DFAE-3F9C-A1B5-9990DF9D7FA3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b94ec8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3B274703-DFAE-3F9C-A1B5-9990DF9D7FA3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700ed26 +[Software\\Classes\\Interface\\{3B274703-DFAE-3F9C-A1B5-9990DF9D7FA3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b95058 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3B274703-DFAE-3F9C-A1B5-9990DF9D7FA3}\\TypeLib] 1460706649 -#time=1d196eb8700efce +[Software\\Classes\\Interface\\{3B274703-DFAE-3F9C-A1B5-9990DF9D7FA3}\\TypeLib] 1526460883 +#time=1d3ecf388b95260 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3B452D17-3C5E-36C4-A12D-5E9276036CF8}] 1460706649 -#time=1d196eb86fb410a +[Software\\Classes\\Interface\\{3B452D17-3C5E-36C4-A12D-5E9276036CF8}] 1526460883 +#time=1d3ecf388b308b0 @="_CallConvFastcall" -[Software\\Classes\\Interface\\{3B452D17-3C5E-36C4-A12D-5E9276036CF8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb3eda +[Software\\Classes\\Interface\\{3B452D17-3C5E-36C4-A12D-5E9276036CF8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b30658 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3B452D17-3C5E-36C4-A12D-5E9276036CF8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb4038 +[Software\\Classes\\Interface\\{3B452D17-3C5E-36C4-A12D-5E9276036CF8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b307c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3B452D17-3C5E-36C4-A12D-5E9276036CF8}\\TypeLib] 1460706649 -#time=1d196eb86fb420e +[Software\\Classes\\Interface\\{3B452D17-3C5E-36C4-A12D-5E9276036CF8}\\TypeLib] 1526460883 +#time=1d3ecf388b309c8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3B4A1A6B-8E65-355D-B93A-E6AB753B2401}] 1460706650 -#time=1d196eb877f37b2 +[Software\\Classes\\Interface\\{3B4A1A6B-8E65-355D-B93A-E6AB753B2401}] 1526460884 +#time=1d3ecf3892d1808 @="_CodeThisReferenceExpression" -[Software\\Classes\\Interface\\{3B4A1A6B-8E65-355D-B93A-E6AB753B2401}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f35b4 +[Software\\Classes\\Interface\\{3B4A1A6B-8E65-355D-B93A-E6AB753B2401}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d1524 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3B4A1A6B-8E65-355D-B93A-E6AB753B2401}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f36ea +[Software\\Classes\\Interface\\{3B4A1A6B-8E65-355D-B93A-E6AB753B2401}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d16e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3B4A1A6B-8E65-355D-B93A-E6AB753B2401}\\TypeLib] 1460706650 -#time=1d196eb877f38b6 +[Software\\Classes\\Interface\\{3B4A1A6B-8E65-355D-B93A-E6AB753B2401}\\TypeLib] 1526460884 +#time=1d3ecf3892d197a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{3BCF0CB2-A849-375E-8189-1BA5F1F4A9B0}] 1460706649 -#time=1d196eb86ff59de +[Software\\Classes\\Interface\\{3BCF0CB2-A849-375E-8189-1BA5F1F4A9B0}] 1526460883 +#time=1d3ecf388b778aa @="_BinaryFormatter" -[Software\\Classes\\Interface\\{3BCF0CB2-A849-375E-8189-1BA5F1F4A9B0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff5718 +[Software\\Classes\\Interface\\{3BCF0CB2-A849-375E-8189-1BA5F1F4A9B0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b77648 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3BCF0CB2-A849-375E-8189-1BA5F1F4A9B0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff5880 +[Software\\Classes\\Interface\\{3BCF0CB2-A849-375E-8189-1BA5F1F4A9B0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b777ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3BCF0CB2-A849-375E-8189-1BA5F1F4A9B0}\\TypeLib] 1460706649 -#time=1d196eb86ff5b14 +[Software\\Classes\\Interface\\{3BCF0CB2-A849-375E-8189-1BA5F1F4A9B0}\\TypeLib] 1526460883 +#time=1d3ecf388b779c2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3BDD78E2-C16E-47FD-B883-CE6FACC1A208}] 1460706471 -#time=1d196eb1cfd23e0 +[Software\\Classes\\Interface\\{3BDD78E2-C16E-47FD-B883-CE6FACC1A208}] 1526460533 +#time=1d3ecf2b7e436d2 @="ITfMouseTrackerACP" -[Software\\Classes\\Interface\\{3BDD78E2-C16E-47FD-B883-CE6FACC1A208}\\NumMethods] 1460706471 -#time=1d196eb1cfd22e6 +[Software\\Classes\\Interface\\{3BDD78E2-C16E-47FD-B883-CE6FACC1A208}\\NumMethods] 1526460533 +#time=1d3ecf2b7e435d8 @="5" -[Software\\Classes\\Interface\\{3BDD78E2-C16E-47FD-B883-CE6FACC1A208}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfd244e +[Software\\Classes\\Interface\\{3BDD78E2-C16E-47FD-B883-CE6FACC1A208}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e43754 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{3C07B8BC-504B-3C65-8BAB-5CD562C42269}] 1460706648 -#time=1d196eb868d89f8 +[Software\\Classes\\Interface\\{3C07B8BC-504B-3C65-8BAB-5CD562C42269}] 1526460883 +#time=1d3ecf3884e312e @="_VsaEngine" -[Software\\Classes\\Interface\\{3C07B8BC-504B-3C65-8BAB-5CD562C42269}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d87dc +[Software\\Classes\\Interface\\{3C07B8BC-504B-3C65-8BAB-5CD562C42269}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e29b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3C07B8BC-504B-3C65-8BAB-5CD562C42269}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d891c +[Software\\Classes\\Interface\\{3C07B8BC-504B-3C65-8BAB-5CD562C42269}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e2cf6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3C07B8BC-504B-3C65-8BAB-5CD562C42269}\\TypeLib] 1460706648 -#time=1d196eb868d8b24 +[Software\\Classes\\Interface\\{3C07B8BC-504B-3C65-8BAB-5CD562C42269}\\TypeLib] 1526460883 +#time=1d3ecf3884e33cc @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{3C374A41-BAE4-11CF-BF7D-00AA006946EE}] 1460706471 -#time=1d196eb1ce24494 +[Software\\Classes\\Interface\\{3C374A41-BAE4-11CF-BF7D-00AA006946EE}] 1526460533 +#time=1d3ecf2b80a4372 @="IUrlHistoryStg" -[Software\\Classes\\Interface\\{3C374A41-BAE4-11CF-BF7D-00AA006946EE}\\NumMethods] 1460706471 -#time=1d196eb1ce241a6 +[Software\\Classes\\Interface\\{3C374A41-BAE4-11CF-BF7D-00AA006946EE}\\NumMethods] 1526460533 +#time=1d3ecf2b80a4282 @="8" -[Software\\Classes\\Interface\\{3C374A41-BAE4-11CF-BF7D-00AA006946EE}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce2457a +[Software\\Classes\\Interface\\{3C374A41-BAE4-11CF-BF7D-00AA006946EE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a43f4 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3C374A42-BAE4-11CF-BF7D-00AA006946EE}] 1460706471 -#time=1d196eb1ce2386e +[Software\\Classes\\Interface\\{3C374A42-BAE4-11CF-BF7D-00AA006946EE}] 1526460533 +#time=1d3ecf2b80a3eea @="IEnumSTATURL" -[Software\\Classes\\Interface\\{3C374A42-BAE4-11CF-BF7D-00AA006946EE}\\NumMethods] 1460706471 -#time=1d196eb1ce23738 +[Software\\Classes\\Interface\\{3C374A42-BAE4-11CF-BF7D-00AA006946EE}\\NumMethods] 1526460533 +#time=1d3ecf2b80a3df0 @="8" -[Software\\Classes\\Interface\\{3C374A42-BAE4-11CF-BF7D-00AA006946EE}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce239d6 +[Software\\Classes\\Interface\\{3C374A42-BAE4-11CF-BF7D-00AA006946EE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a3f6c @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3C3A8C69-7417-32FA-AA20-762D85E1B594}] 1460706649 -#time=1d196eb86fb5294 +[Software\\Classes\\Interface\\{3C3A8C69-7417-32FA-AA20-762D85E1B594}] 1526460883 +#time=1d3ecf388b31c60 @="_DiscardableAttribute" -[Software\\Classes\\Interface\\{3C3A8C69-7417-32FA-AA20-762D85E1B594}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb5082 +[Software\\Classes\\Interface\\{3C3A8C69-7417-32FA-AA20-762D85E1B594}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b31a08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3C3A8C69-7417-32FA-AA20-762D85E1B594}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb51c2 +[Software\\Classes\\Interface\\{3C3A8C69-7417-32FA-AA20-762D85E1B594}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b31b70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3C3A8C69-7417-32FA-AA20-762D85E1B594}\\TypeLib] 1460706649 -#time=1d196eb86fb538e +[Software\\Classes\\Interface\\{3C3A8C69-7417-32FA-AA20-762D85E1B594}\\TypeLib] 1526460883 +#time=1d3ecf388b31d78 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3C613A02-34B2-44EA-9A7C-45AEA9C6FD6D}] 1460706472 -#time=1d196eb1d18ff66 +[Software\\Classes\\Interface\\{3C613A02-34B2-44EA-9A7C-45AEA9C6FD6D}] 1526460533 +#time=1d3ecf2b7f0474c @="IWICColorContext" -[Software\\Classes\\Interface\\{3C613A02-34B2-44EA-9A7C-45AEA9C6FD6D}\\NumMethods] 1460706472 -#time=1d196eb1d18fe58 +[Software\\Classes\\Interface\\{3C613A02-34B2-44EA-9A7C-45AEA9C6FD6D}\\NumMethods] 1526460533 +#time=1d3ecf2b7f0453a @="9" -[Software\\Classes\\Interface\\{3C613A02-34B2-44EA-9A7C-45AEA9C6FD6D}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d18ffe8 +[Software\\Classes\\Interface\\{3C613A02-34B2-44EA-9A7C-45AEA9C6FD6D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f04850 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{3CC86595-FEB5-3CE9-BA14-D05C8DC3321C}] 1460706649 -#time=1d196eb86eea210 +[Software\\Classes\\Interface\\{3CC86595-FEB5-3CE9-BA14-D05C8DC3321C}] 1526460883 +#time=1d3ecf388a758c6 @="ICustomAdapter" -[Software\\Classes\\Interface\\{3CC86595-FEB5-3CE9-BA14-D05C8DC3321C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee9ff4 +[Software\\Classes\\Interface\\{3CC86595-FEB5-3CE9-BA14-D05C8DC3321C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a75664 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3CC86595-FEB5-3CE9-BA14-D05C8DC3321C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eea13e +[Software\\Classes\\Interface\\{3CC86595-FEB5-3CE9-BA14-D05C8DC3321C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a757d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3CC86595-FEB5-3CE9-BA14-D05C8DC3321C}\\TypeLib] 1460706649 -#time=1d196eb86eea314 +[Software\\Classes\\Interface\\{3CC86595-FEB5-3CE9-BA14-D05C8DC3321C}\\TypeLib] 1526460883 +#time=1d3ecf388a759de @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3CD141F4-3C6A-11D2-BCAA-00C04FD929DB}] 1460706471 -#time=1d196eb1ce19e22 +[Software\\Classes\\Interface\\{3CD141F4-3C6A-11D2-BCAA-00C04FD929DB}] 1526460533 +#time=1d3ecf2b809a53e @="IAutoCompleteDropDown" -[Software\\Classes\\Interface\\{3CD141F4-3C6A-11D2-BCAA-00C04FD929DB}\\NumMethods] 1460706471 -#time=1d196eb1ce19d1e +[Software\\Classes\\Interface\\{3CD141F4-3C6A-11D2-BCAA-00C04FD929DB}\\NumMethods] 1526460533 +#time=1d3ecf2b809a44e @="5" -[Software\\Classes\\Interface\\{3CD141F4-3C6A-11D2-BCAA-00C04FD929DB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce19eae +[Software\\Classes\\Interface\\{3CD141F4-3C6A-11D2-BCAA-00C04FD929DB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809a5c0 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3CD62D67-586F-309E-A6D8-1F4BAAC5AC28}] 1460706649 -#time=1d196eb8700664e +[Software\\Classes\\Interface\\{3CD62D67-586F-309E-A6D8-1F4BAAC5AC28}] 1526460883 +#time=1d3ecf388b8c200 @="_PasswordDeriveBytes" -[Software\\Classes\\Interface\\{3CD62D67-586F-309E-A6D8-1F4BAAC5AC28}\\ProxyStubClsid] 1460706649 -#time=1d196eb87006432 +[Software\\Classes\\Interface\\{3CD62D67-586F-309E-A6D8-1F4BAAC5AC28}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8bf94 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3CD62D67-586F-309E-A6D8-1F4BAAC5AC28}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700657c +[Software\\Classes\\Interface\\{3CD62D67-586F-309E-A6D8-1F4BAAC5AC28}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8c110 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3CD62D67-586F-309E-A6D8-1F4BAAC5AC28}\\TypeLib] 1460706649 -#time=1d196eb87006748 +[Software\\Classes\\Interface\\{3CD62D67-586F-309E-A6D8-1F4BAAC5AC28}\\TypeLib] 1526460883 +#time=1d3ecf388b8c318 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3CEE8CC1-1ADB-327F-9B97-7A9C8089BFB3}] 1460706650 -#time=1d196eb87aa5f82 +[Software\\Classes\\Interface\\{3CEE8CC1-1ADB-327F-9B97-7A9C8089BFB3}] 1526460884 +#time=1d3ecf389533934 @="IDataObject" -[Software\\Classes\\Interface\\{3CEE8CC1-1ADB-327F-9B97-7A9C8089BFB3}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa5d48 +[Software\\Classes\\Interface\\{3CEE8CC1-1ADB-327F-9B97-7A9C8089BFB3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895335a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3CEE8CC1-1ADB-327F-9B97-7A9C8089BFB3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa5ea6 +[Software\\Classes\\Interface\\{3CEE8CC1-1ADB-327F-9B97-7A9C8089BFB3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389533826 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3CEE8CC1-1ADB-327F-9B97-7A9C8089BFB3}\\TypeLib] 1460706650 -#time=1d196eb87aa6090 +[Software\\Classes\\Interface\\{3CEE8CC1-1ADB-327F-9B97-7A9C8089BFB3}\\TypeLib] 1526460884 +#time=1d3ecf389533ab0 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{3D077954-7BCC-325B-9DDA-3B17A03378E0}] 1460706649 -#time=1d196eb8700f528 +[Software\\Classes\\Interface\\{3D077954-7BCC-325B-9DDA-3B17A03378E0}] 1526460883 +#time=1d3ecf388b957e2 @="_SHA256Managed" -[Software\\Classes\\Interface\\{3D077954-7BCC-325B-9DDA-3B17A03378E0}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700f30c +[Software\\Classes\\Interface\\{3D077954-7BCC-325B-9DDA-3B17A03378E0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b95576 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3D077954-7BCC-325B-9DDA-3B17A03378E0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700f44c +[Software\\Classes\\Interface\\{3D077954-7BCC-325B-9DDA-3B17A03378E0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b956f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3D077954-7BCC-325B-9DDA-3B17A03378E0}\\TypeLib] 1460706649 -#time=1d196eb8700f622 +[Software\\Classes\\Interface\\{3D077954-7BCC-325B-9DDA-3B17A03378E0}\\TypeLib] 1526460883 +#time=1d3ecf388b958fa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3D18A8E2-EEDE-3139-B29D-8CAC057955DF}] 1460706649 -#time=1d196eb86f99b84 +[Software\\Classes\\Interface\\{3D18A8E2-EEDE-3139-B29D-8CAC057955DF}] 1526460883 +#time=1d3ecf388b1470a @="_TypeLibFuncAttribute" -[Software\\Classes\\Interface\\{3D18A8E2-EEDE-3139-B29D-8CAC057955DF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f99968 +[Software\\Classes\\Interface\\{3D18A8E2-EEDE-3139-B29D-8CAC057955DF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b144a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3D18A8E2-EEDE-3139-B29D-8CAC057955DF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f99ab2 +[Software\\Classes\\Interface\\{3D18A8E2-EEDE-3139-B29D-8CAC057955DF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1461a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3D18A8E2-EEDE-3139-B29D-8CAC057955DF}\\TypeLib] 1460706649 -#time=1d196eb86f99cba +[Software\\Classes\\Interface\\{3D18A8E2-EEDE-3139-B29D-8CAC057955DF}\\TypeLib] 1526460883 +#time=1d3ecf388b14822 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3D61BF11-AC5F-42C8-A4CB-931BCC28C744}] 1460706471 -#time=1d196eb1cfcb900 +[Software\\Classes\\Interface\\{3D61BF11-AC5F-42C8-A4CB-931BCC28C744}] 1526460533 +#time=1d3ecf2b7e3baf4 @="IEnumTfLanguageProfiles" -[Software\\Classes\\Interface\\{3D61BF11-AC5F-42C8-A4CB-931BCC28C744}\\NumMethods] 1460706471 -#time=1d196eb1cfcb806 +[Software\\Classes\\Interface\\{3D61BF11-AC5F-42C8-A4CB-931BCC28C744}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3ba04 @="7" -[Software\\Classes\\Interface\\{3D61BF11-AC5F-42C8-A4CB-931BCC28C744}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcb96e +[Software\\Classes\\Interface\\{3D61BF11-AC5F-42C8-A4CB-931BCC28C744}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3bb76 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{3D8B0590-F691-11D2-8EA9-006097DF5BD4}] 1460706471 -#time=1d196eb1ce085aa +[Software\\Classes\\Interface\\{3D8B0590-F691-11D2-8EA9-006097DF5BD4}] 1526460533 +#time=1d3ecf2b809034a @="IAsyncOperation" -[Software\\Classes\\Interface\\{3D8B0590-F691-11D2-8EA9-006097DF5BD4}\\NumMethods] 1460706471 -#time=1d196eb1ce084e2 +[Software\\Classes\\Interface\\{3D8B0590-F691-11D2-8EA9-006097DF5BD4}\\NumMethods] 1526460533 +#time=1d3ecf2b809025a @="8" -[Software\\Classes\\Interface\\{3D8B0590-F691-11D2-8EA9-006097DF5BD4}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce08618 +[Software\\Classes\\Interface\\{3D8B0590-F691-11D2-8EA9-006097DF5BD4}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80903d6 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{3E431682-BBDE-31B1-AE7F-9D8DD582BD0D}] 1460706650 -#time=1d196eb87ac51f2 +[Software\\Classes\\Interface\\{3DF47861-7DF1-4C1F-A81B-4C26F0F7A7C6}] 1526460533 +#time=1d3ecf2b7fcabe0 +@="IWMPLibrary" + +[Software\\Classes\\Interface\\{3DF47861-7DF1-4C1F-A81B-4C26F0F7A7C6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fca96a +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3DF47861-7DF1-4C1F-A81B-4C26F0F7A7C6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fcaae6 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{3DF47861-7DF1-4C1F-A81B-4C26F0F7A7C6}\\TypeLib] 1526460533 +#time=1d3ecf2b7fcacee +@="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" +"Version"="1.0" + +[Software\\Classes\\Interface\\{3E431682-BBDE-31B1-AE7F-9D8DD582BD0D}] 1526460884 +#time=1d3ecf389560c72 @="_RadioButton" -[Software\\Classes\\Interface\\{3E431682-BBDE-31B1-AE7F-9D8DD582BD0D}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac4fcc +[Software\\Classes\\Interface\\{3E431682-BBDE-31B1-AE7F-9D8DD582BD0D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895609c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3E431682-BBDE-31B1-AE7F-9D8DD582BD0D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac510c +[Software\\Classes\\Interface\\{3E431682-BBDE-31B1-AE7F-9D8DD582BD0D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389560b3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3E431682-BBDE-31B1-AE7F-9D8DD582BD0D}\\TypeLib] 1460706650 -#time=1d196eb87ac52ec +[Software\\Classes\\Interface\\{3E431682-BBDE-31B1-AE7F-9D8DD582BD0D}\\TypeLib] 1526460884 +#time=1d3ecf389560d9e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{3E72E067-4C5E-36C8-BBEF-1E2978C7780D}] 1460706649 -#time=1d196eb86fa437c +[Software\\Classes\\Interface\\{3E72E067-4C5E-36C8-BBEF-1E2978C7780D}] 1526460883 +#time=1d3ecf388b1f9ac @="_SEHException" -[Software\\Classes\\Interface\\{3E72E067-4C5E-36C8-BBEF-1E2978C7780D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa416a +[Software\\Classes\\Interface\\{3E72E067-4C5E-36C8-BBEF-1E2978C7780D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1f74a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3E72E067-4C5E-36C8-BBEF-1E2978C7780D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa42b4 +[Software\\Classes\\Interface\\{3E72E067-4C5E-36C8-BBEF-1E2978C7780D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1f8bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3E72E067-4C5E-36C8-BBEF-1E2978C7780D}\\TypeLib] 1460706649 -#time=1d196eb86fa4480 +[Software\\Classes\\Interface\\{3E72E067-4C5E-36C8-BBEF-1E2978C7780D}\\TypeLib] 1526460883 +#time=1d3ecf388b1fac4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3E90ADE3-7594-4CB0-BB58-69628F5F458C}] 1460706471 -#time=1d196eb1cfc6c02 +[Software\\Classes\\Interface\\{3E90ADE3-7594-4CB0-BB58-69628F5F458C}] 1526460533 +#time=1d3ecf2b7e36234 @="ITfThreadMgrEx" -[Software\\Classes\\Interface\\{3E90ADE3-7594-4CB0-BB58-69628F5F458C}\\NumMethods] 1460706471 -#time=1d196eb1cfc6b30 +[Software\\Classes\\Interface\\{3E90ADE3-7594-4CB0-BB58-69628F5F458C}\\NumMethods] 1526460533 +#time=1d3ecf2b7e36130 @="16" -[Software\\Classes\\Interface\\{3E90ADE3-7594-4CB0-BB58-69628F5F458C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc6c7a +[Software\\Classes\\Interface\\{3E90ADE3-7594-4CB0-BB58-69628F5F458C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e362c0 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{3EB1D909-E8BF-3C6B-ADA5-0E86E31E186E}] 1460706649 -#time=1d196eb86f36eda +[Software\\Classes\\Interface\\{3EB1D909-E8BF-3C6B-ADA5-0E86E31E186E}] 1526460883 +#time=1d3ecf388aa9d9c @="_ContextBoundObject" -[Software\\Classes\\Interface\\{3EB1D909-E8BF-3C6B-ADA5-0E86E31E186E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f36cdc +[Software\\Classes\\Interface\\{3EB1D909-E8BF-3C6B-ADA5-0E86E31E186E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa9b26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EB1D909-E8BF-3C6B-ADA5-0E86E31E186E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f36e12 +[Software\\Classes\\Interface\\{3EB1D909-E8BF-3C6B-ADA5-0E86E31E186E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa9cac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EB1D909-E8BF-3C6B-ADA5-0E86E31E186E}\\TypeLib] 1460706649 -#time=1d196eb86f36fd4 +[Software\\Classes\\Interface\\{3EB1D909-E8BF-3C6B-ADA5-0E86E31E186E}\\TypeLib] 1526460883 +#time=1d3ecf388aa9eb4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B086}] 1460706471 -#time=1d196eb1cf8928a +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B086}] 1526460533 +#time=1d3ecf2b7eb6740 @="GlobalObj" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B086}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf89078 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B086}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eb64c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B086}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf891b8 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B086}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eb6646 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B086}\\TypeLib] 1460706471 -#time=1d196eb1cf89370 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B086}\\TypeLib] 1526460533 +#time=1d3ecf2b7eb684e @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B087}] 1460706471 -#time=1d196eb1cf8980c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B087}] 1526460533 +#time=1d3ecf2b7eb6dda @="DateObj" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B087}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf895fa +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B087}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eb6b6e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B087}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8973a +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B087}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eb6cea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B087}\\TypeLib] 1460706471 -#time=1d196eb1cf89910 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B087}\\TypeLib] 1526460533 +#time=1d3ecf2b7eb6ef2 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B088}] 1460706471 -#time=1d196eb1cf89e1a +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B088}] 1526460533 +#time=1d3ecf2b7eb7474 @="MathObj" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B088}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf89bf4 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B088}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eb71fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B088}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf89d48 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B088}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eb7384 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B088}\\TypeLib] 1460706471 -#time=1d196eb1cf89f00 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B088}\\TypeLib] 1526460533 +#time=1d3ecf2b7eb7596 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B089}] 1460706471 -#time=1d196eb1cf8a3ba +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B089}] 1526460533 +#time=1d3ecf2b7eb7b22 @="NumberObj" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B089}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8a19e +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B089}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eb78ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B089}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8a2e8 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B089}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eb7a28 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B089}\\TypeLib] 1460706471 -#time=1d196eb1cf8a4a0 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B089}\\TypeLib] 1526460533 +#time=1d3ecf2b7eb7c30 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B090}] 1460706471 -#time=1d196eb1cf8a96e +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B090}] 1526460533 +#time=1d3ecf2b7eb81b2 @="RegExpObj" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B090}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8a73e +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B090}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eb7f46 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B090}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8a89c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B090}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eb80c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B090}\\TypeLib] 1460706471 -#time=1d196eb1cf8aa5e +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B090}\\TypeLib] 1526460533 +#time=1d3ecf2b7eb82c0 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B091}] 1460706471 -#time=1d196eb1cf8af18 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B091}] 1526460533 +#time=1d3ecf2b7eb8860 @="StringObj" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B091}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8acfc +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B091}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eb85d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B091}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8ae46 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B091}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eb8770 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B091}\\TypeLib] 1460706471 -#time=1d196eb1cf8aff4 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B091}\\TypeLib] 1526460533 +#time=1d3ecf2b7eb8978 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B092}] 1460706471 -#time=1d196eb1cf8b4ae +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B092}] 1526460533 +#time=1d3ecf2b7eb8ee6 @="ArrayInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B092}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8b29c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B092}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eb8c84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B092}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8b3e6 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B092}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eb8df6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B092}\\TypeLib] 1460706471 -#time=1d196eb1cf8b594 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B092}\\TypeLib] 1526460533 +#time=1d3ecf2b7eb8ff4 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B093}] 1460706471 -#time=1d196eb1cf8ba6c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B093}] 1526460533 +#time=1d3ecf2b7eb9576 @="FunctionInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B093}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8b850 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B093}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eb930a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B093}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8b990 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B093}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eb9486 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B093}\\TypeLib] 1460706471 -#time=1d196eb1cf8bb52 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B093}\\TypeLib] 1526460533 +#time=1d3ecf2b7eb9684 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B094}] 1460706471 -#time=1d196eb1cf8c002 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B094}] 1526460533 +#time=1d3ecf2b7eb9c24 @="StringInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B094}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8bdf0 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B094}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eb99ae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B094}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8bf30 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B094}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eb9b2a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B094}\\TypeLib] 1460706471 -#time=1d196eb1cf8c0f2 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B094}\\TypeLib] 1526460533 +#time=1d3ecf2b7eb9d32 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B095}] 1460706471 -#time=1d196eb1cf8c5ac +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B095}] 1526460533 +#time=1d3ecf2b7eba2aa @="BoolInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B095}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8c390 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B095}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eba03e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B095}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8c4d0 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B095}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eba1b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B095}\\TypeLib] 1460706471 -#time=1d196eb1cf8c6ba +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B095}\\TypeLib] 1526460533 +#time=1d3ecf2b7eba3b8 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B096}] 1460706471 -#time=1d196eb1cf8cba6 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B096}] 1526460533 +#time=1d3ecf2b7eba93a @="NumberInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B096}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8c980 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B096}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7eba6c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B096}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8caca +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B096}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7eba840 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B096}\\TypeLib] 1460706471 -#time=1d196eb1cf8cc96 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B096}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebaa5c @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B097}] 1460706471 -#time=1d196eb1cf8d18c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B097}] 1526460533 +#time=1d3ecf2b7ebafd4 @="ObjectInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B097}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8cf48 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B097}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebad68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B097}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8d088 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B097}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebaeda @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B097}\\TypeLib] 1460706471 -#time=1d196eb1cf8d2a4 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B097}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebb0ec @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B098}] 1460706471 -#time=1d196eb1cf8d768 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B098}] 1526460533 +#time=1d3ecf2b7ebb66e @="DateInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B098}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8d54c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B098}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebb3f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B098}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8d68c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B098}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebb574 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B098}\\TypeLib] 1460706471 -#time=1d196eb1cf8d858 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B098}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebb77c @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B099}] 1460706471 -#time=1d196eb1cf8dd08 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B099}] 1526460533 +#time=1d3ecf2b7ebbd12 @="RegExpInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B099}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8daf6 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B099}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebba88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B099}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8dc40 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B099}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebbbfa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B099}\\TypeLib] 1460706471 -#time=1d196eb1cf8ddee +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B099}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebbe16 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09A}] 1460706471 -#time=1d196eb1cf8e2b2 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09A}] 1526460533 +#time=1d3ecf2b7ebc398 @="ErrorInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8e082 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebc122 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8e1e0 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebc29e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09A}\\TypeLib] 1460706471 -#time=1d196eb1cf8e398 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09A}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebc4a6 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09B}] 1460706471 -#time=1d196eb1cf8e85c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09B}] 1526460533 +#time=1d3ecf2b7ebca3c @="EvalErrorInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8e640 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebc7bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8e794 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebc942 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09B}\\TypeLib] 1460706471 -#time=1d196eb1cf8e94c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09B}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebcb4a @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09C}] 1460706471 -#time=1d196eb1cf8ee24 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09C}] 1526460533 +#time=1d3ecf2b7ebd0ea @="RangeErrorInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09C}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8ebea +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09C}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebce60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8ed52 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebcff0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09C}\\TypeLib] 1460706471 -#time=1d196eb1cf8ef0a +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09C}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebd1f8 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09D}] 1460706471 -#time=1d196eb1cf8f590 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09D}] 1526460533 +#time=1d3ecf2b7ebd78e @="ReferenceErrorInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8f1b2 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebd518 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf8f324 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebd694 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09D}\\TypeLib] 1460706471 -#time=1d196eb1cf8f7ca +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09D}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebd89c @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09E}] 1460706471 -#time=1d196eb1cf90292 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09E}] 1526460533 +#time=1d3ecf2b7ebde32 @="SyntaxErrorInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09E}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf8fd88 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09E}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebdbbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf900b2 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebdd38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09E}\\TypeLib] 1460706471 -#time=1d196eb1cf904b8 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09E}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebdf40 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09F}] 1460706471 -#time=1d196eb1cf90df0 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09F}] 1526460533 +#time=1d3ecf2b7ebe4e0 @="TypeErrorInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf909fe +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebe26a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf90c4c +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebe3f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09F}\\TypeLib] 1460706471 -#time=1d196eb1cf91034 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B09F}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebe5ee @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B0A0}] 1460706471 -#time=1d196eb1cf91a70 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B0A0}] 1526460533 +#time=1d3ecf2b7ebeb84 @="URIErrorInstance" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B0A0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf915d4 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B0A0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ebe904 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B0A0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf918cc +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B0A0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ebea80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B0A0}\\TypeLib] 1460706471 -#time=1d196eb1cf91c00 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B0A0}\\TypeLib] 1526460533 +#time=1d3ecf2b7ebec92 @="{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B186}] 1460706471 -#time=1d196eb1d16f298 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B186}] 1526460533 +#time=1d3ecf2b7e52182 @="GlobalObj" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B186}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d16f072 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B186}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e51f0c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B186}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d16f1bc +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B186}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e52088 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B186}\\TypeLib] 1460706471 -#time=1d196eb1d16f37e +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B186}\\TypeLib] 1526460533 +#time=1d3ecf2b7e5229a @="{3EEF9758-35FC-11D1-8CE4-00C04FC2B185}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B187}] 1460706471 -#time=1d196eb1d16f87e +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B187}] 1526460533 +#time=1d3ecf2b7e5281c @="ErrObj" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B187}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d16f658 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B187}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e5259c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B187}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d16f7a2 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B187}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e52722 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B187}\\TypeLib] 1460706471 -#time=1d196eb1d16f964 +[Software\\Classes\\Interface\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B187}\\TypeLib] 1526460533 +#time=1d3ecf2b7e5292a @="{3EEF9758-35FC-11D1-8CE4-00C04FC2B185}" "Version"="1.0" -[Software\\Classes\\Interface\\{3EEFD1FC-4D8D-3177-99F6-6C19D9E088D3}] 1460706649 -#time=1d196eb86f8b5ac +[Software\\Classes\\Interface\\{3EEFD1FC-4D8D-3177-99F6-6C19D9E088D3}] 1526460883 +#time=1d3ecf388b039dc @="_PolicyStatement" -[Software\\Classes\\Interface\\{3EEFD1FC-4D8D-3177-99F6-6C19D9E088D3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8b3a4 +[Software\\Classes\\Interface\\{3EEFD1FC-4D8D-3177-99F6-6C19D9E088D3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0377a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEFD1FC-4D8D-3177-99F6-6C19D9E088D3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8b4e4 +[Software\\Classes\\Interface\\{3EEFD1FC-4D8D-3177-99F6-6C19D9E088D3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b038ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EEFD1FC-4D8D-3177-99F6-6C19D9E088D3}\\TypeLib] 1460706649 -#time=1d196eb86f8b6c4 +[Software\\Classes\\Interface\\{3EEFD1FC-4D8D-3177-99F6-6C19D9E088D3}\\TypeLib] 1526460883 +#time=1d3ecf388b03af4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3EFAA413-272F-11D2-836F-0000F87A7782}] 1460706471 -#time=1d196eb1cd15c92 +[Software\\Classes\\Interface\\{3EFAA413-272F-11D2-836F-0000F87A7782}] 1526460532 +#time=1d3ecf2b792be60 @="IXMLDOMDocumentFragment" -[Software\\Classes\\Interface\\{3EFAA413-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd15a3a +[Software\\Classes\\Interface\\{3EFAA413-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b792ba1e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA413-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd15b84 +[Software\\Classes\\Interface\\{3EFAA413-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b792bbfe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA413-272F-11D2-836F-0000F87A7782}\\TypeLib] 1460706605 -#time=1d196eb6c62101c +[Software\\Classes\\Interface\\{3EFAA413-272F-11D2-836F-0000F87A7782}\\TypeLib] 1528075957 +#time=1d3fba3eb7fab06 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{3EFAA425-272F-11D2-836F-0000F87A7782}] 1460706471 -#time=1d196eb1cd2b4ac +[Software\\Classes\\Interface\\{3EFAA425-272F-11D2-836F-0000F87A7782}] 1526460533 +#time=1d3ecf2b794883a @="IXTLRuntime" -[Software\\Classes\\Interface\\{3EFAA425-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd2b286 +[Software\\Classes\\Interface\\{3EFAA425-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7948434 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA425-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd2b3d0 +[Software\\Classes\\Interface\\{3EFAA425-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7948718 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA425-272F-11D2-836F-0000F87A7782}\\TypeLib] 1460706605 -#time=1d196eb6c625cca +[Software\\Classes\\Interface\\{3EFAA425-272F-11D2-836F-0000F87A7782}\\TypeLib] 1528075957 +#time=1d3fba3eb80029a @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{3EFAA426-272F-11D2-836F-0000F87A7782}] 1460706471 -#time=1d196eb1cd1b566 +[Software\\Classes\\Interface\\{3EFAA426-272F-11D2-836F-0000F87A7782}] 1526460532 +#time=1d3ecf2b7932166 @="IXMLDOMParseError" -[Software\\Classes\\Interface\\{3EFAA426-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1b336 +[Software\\Classes\\Interface\\{3EFAA426-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b7931efa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA426-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1b480 +[Software\\Classes\\Interface\\{3EFAA426-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b7932080 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA426-272F-11D2-836F-0000F87A7782}\\TypeLib] 1460706605 -#time=1d196eb6c623cc2 +[Software\\Classes\\Interface\\{3EFAA426-272F-11D2-836F-0000F87A7782}\\TypeLib] 1528075957 +#time=1d3fba3eb802f90 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{3EFAA427-272F-11D2-836F-0000F87A7782}] 1460706471 -#time=1d196eb1cd1bb24 +[Software\\Classes\\Interface\\{3EFAA427-272F-11D2-836F-0000F87A7782}] 1526460532 +#time=1d3ecf2b7932896 @="XMLDOMDocumentEvents" -[Software\\Classes\\Interface\\{3EFAA427-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1b8fe +[Software\\Classes\\Interface\\{3EFAA427-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b79325f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA427-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1ba52 +[Software\\Classes\\Interface\\{3EFAA427-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b79327a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA427-272F-11D2-836F-0000F87A7782}\\TypeLib] 1460706605 -#time=1d196eb6c637056 +[Software\\Classes\\Interface\\{3EFAA427-272F-11D2-836F-0000F87A7782}\\TypeLib] 1528075957 +#time=1d3fba3eb8008f8 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{3EFAA428-272F-11D2-836F-0000F87A7782}] 1460706471 -#time=1d196eb1cd476ac +[Software\\Classes\\Interface\\{3EFAA428-272F-11D2-836F-0000F87A7782}] 1526460533 +#time=1d3ecf2b796665a @="IXMLDOMParseError2" -[Software\\Classes\\Interface\\{3EFAA428-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd47490 +[Software\\Classes\\Interface\\{3EFAA428-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7966380 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA428-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd475da +[Software\\Classes\\Interface\\{3EFAA428-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7966542 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA428-272F-11D2-836F-0000F87A7782}\\TypeLib] 1460706471 -#time=1d196eb1cd9f2ee +[Software\\Classes\\Interface\\{3EFAA428-272F-11D2-836F-0000F87A7782}\\TypeLib] 1528075957 +#time=1d3fba3eb8035f8 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" "Version"="6.0" -[Software\\Classes\\Interface\\{3EFAA429-272F-11D2-836F-0000F87A7782}] 1460706471 -#time=1d196eb1cd47c60 +[Software\\Classes\\Interface\\{3EFAA429-272F-11D2-836F-0000F87A7782}] 1526460533 +#time=1d3ecf2b7966e52 @="IXMLDOMParseErrorCollection" -[Software\\Classes\\Interface\\{3EFAA429-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd47a44 +[Software\\Classes\\Interface\\{3EFAA429-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7966b32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA429-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd47b8e +[Software\\Classes\\Interface\\{3EFAA429-272F-11D2-836F-0000F87A7782}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7966d3a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3EFAA429-272F-11D2-836F-0000F87A7782}\\TypeLib] 1460706471 -#time=1d196eb1cd9f8a2 +[Software\\Classes\\Interface\\{3EFAA429-272F-11D2-836F-0000F87A7782}\\TypeLib] 1528075957 +#time=1d3fba3eb803c6a @="{F5078F18-C551-11D3-89B9-0000F81FE221}" "Version"="6.0" -[Software\\Classes\\Interface\\{3F243EBD-612F-3DB8-9E03-BD92343A8371}] 1460706649 -#time=1d196eb86f4b2ea +[Software\\Classes\\Interface\\{3F243EBD-612F-3DB8-9E03-BD92343A8371}] 1526460883 +#time=1d3ecf388abffc0 @="_AutoResetEvent" -[Software\\Classes\\Interface\\{3F243EBD-612F-3DB8-9E03-BD92343A8371}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4afde +[Software\\Classes\\Interface\\{3F243EBD-612F-3DB8-9E03-BD92343A8371}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abfd5e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F243EBD-612F-3DB8-9E03-BD92343A8371}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4b1be +[Software\\Classes\\Interface\\{3F243EBD-612F-3DB8-9E03-BD92343A8371}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abfed0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F243EBD-612F-3DB8-9E03-BD92343A8371}\\TypeLib] 1460706649 -#time=1d196eb86f4b402 +[Software\\Classes\\Interface\\{3F243EBD-612F-3DB8-9E03-BD92343A8371}\\TypeLib] 1526460883 +#time=1d3ecf388ac00d8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3F3311CE-6BAF-3FB0-B855-489AFF740B6E}] 1460706649 -#time=1d196eb86f97aaa +[Software\\Classes\\Interface\\{3F3311CE-6BAF-3FB0-B855-489AFF740B6E}] 1526460883 +#time=1d3ecf388b1261c @="_ImportedFromTypeLibAttribute" -[Software\\Classes\\Interface\\{3F3311CE-6BAF-3FB0-B855-489AFF740B6E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f978a2 +[Software\\Classes\\Interface\\{3F3311CE-6BAF-3FB0-B855-489AFF740B6E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b123c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F3311CE-6BAF-3FB0-B855-489AFF740B6E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f979e2 +[Software\\Classes\\Interface\\{3F3311CE-6BAF-3FB0-B855-489AFF740B6E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1252c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F3311CE-6BAF-3FB0-B855-489AFF740B6E}\\TypeLib] 1460706649 -#time=1d196eb86f97bae +[Software\\Classes\\Interface\\{3F3311CE-6BAF-3FB0-B855-489AFF740B6E}\\TypeLib] 1526460883 +#time=1d3ecf388b12734 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3F4DACA0-160D-11D2-A8E9-00104B365C9F}] 1460706471 -#time=1d196eb1d1706de +[Software\\Classes\\Interface\\{3F4DACA0-160D-11D2-A8E9-00104B365C9F}] 1526460533 +#time=1d3ecf2b7e53866 @="IRegExp" -[Software\\Classes\\Interface\\{3F4DACA0-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d1704c2 +[Software\\Classes\\Interface\\{3F4DACA0-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e535f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACA0-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d170602 +[Software\\Classes\\Interface\\{3F4DACA0-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e53776 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACA0-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1460706471 -#time=1d196eb1d172240 +[Software\\Classes\\Interface\\{3F4DACA0-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1528075957 +#time=1d3fba3ebb31c7a @="{3F4DACA7-160D-11D2-A8E9-00104B365C9F}" "Version"="5.5" -[Software\\Classes\\Interface\\{3F4DACA1-160D-11D2-A8E9-00104B365C9F}] 1460706471 -#time=1d196eb1d170cba +[Software\\Classes\\Interface\\{3F4DACA1-160D-11D2-A8E9-00104B365C9F}] 1526460533 +#time=1d3ecf2b7e53ef6 @="IMatch" -[Software\\Classes\\Interface\\{3F4DACA1-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d170a94 +[Software\\Classes\\Interface\\{3F4DACA1-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e53c80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACA1-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d170bde +[Software\\Classes\\Interface\\{3F4DACA1-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e53dfc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACA1-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1460706471 -#time=1d196eb1d172dee +[Software\\Classes\\Interface\\{3F4DACA1-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1528075957 +#time=1d3fba3ebb32936 @="{3F4DACA7-160D-11D2-A8E9-00104B365C9F}" "Version"="5.5" -[Software\\Classes\\Interface\\{3F4DACA2-160D-11D2-A8E9-00104B365C9F}] 1460706471 -#time=1d196eb1d171278 +[Software\\Classes\\Interface\\{3F4DACA2-160D-11D2-A8E9-00104B365C9F}] 1526460533 +#time=1d3ecf2b7e54590 @="IMatchCollection" -[Software\\Classes\\Interface\\{3F4DACA2-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d17105c +[Software\\Classes\\Interface\\{3F4DACA2-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e5431a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACA2-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d1711a6 +[Software\\Classes\\Interface\\{3F4DACA2-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e54496 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACA2-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1460706471 -#time=1d196eb1d173938 +[Software\\Classes\\Interface\\{3F4DACA2-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1528075957 +#time=1d3fba3ebb33750 @="{3F4DACA7-160D-11D2-A8E9-00104B365C9F}" "Version"="5.5" -[Software\\Classes\\Interface\\{3F4DACB0-160D-11D2-A8E9-00104B365C9F}] 1460706471 -#time=1d196eb1d172754 +[Software\\Classes\\Interface\\{3F4DACB0-160D-11D2-A8E9-00104B365C9F}] 1526460533 +#time=1d3ecf2b7e55c4c @="IRegExp2" -[Software\\Classes\\Interface\\{3F4DACB0-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d172510 +[Software\\Classes\\Interface\\{3F4DACB0-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e559d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACB0-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d172678 +[Software\\Classes\\Interface\\{3F4DACB0-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e55b52 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACB0-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1460706471 -#time=1d196eb1d172844 +[Software\\Classes\\Interface\\{3F4DACB0-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1526460533 +#time=1d3ecf2b7e55d5a @="{3F4DACA7-160D-11D2-A8E9-00104B365C9F}" "Version"="5.5" -[Software\\Classes\\Interface\\{3F4DACB1-160D-11D2-A8E9-00104B365C9F}] 1460706471 -#time=1d196eb1d1732a8 +[Software\\Classes\\Interface\\{3F4DACB1-160D-11D2-A8E9-00104B365C9F}] 1526460533 +#time=1d3ecf2b7e56980 @="IMatch2" -[Software\\Classes\\Interface\\{3F4DACB1-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d17308c +[Software\\Classes\\Interface\\{3F4DACB1-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e5670a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACB1-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d1731d6 +[Software\\Classes\\Interface\\{3F4DACB1-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e56886 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACB1-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1460706471 -#time=1d196eb1d17338e +[Software\\Classes\\Interface\\{3F4DACB1-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1526460533 +#time=1d3ecf2b7e56a8e @="{3F4DACA7-160D-11D2-A8E9-00104B365C9F}" "Version"="5.5" -[Software\\Classes\\Interface\\{3F4DACB2-160D-11D2-A8E9-00104B365C9F}] 1460706471 -#time=1d196eb1d173dfc +[Software\\Classes\\Interface\\{3F4DACB2-160D-11D2-A8E9-00104B365C9F}] 1526460533 +#time=1d3ecf2b7e5768c @="IMatchCollection2" -[Software\\Classes\\Interface\\{3F4DACB2-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d173be0 +[Software\\Classes\\Interface\\{3F4DACB2-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e5740c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACB2-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d173d2a +[Software\\Classes\\Interface\\{3F4DACB2-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e57592 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACB2-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1460706471 -#time=1d196eb1d173ee2 +[Software\\Classes\\Interface\\{3F4DACB2-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1526460533 +#time=1d3ecf2b7e57790 @="{3F4DACA7-160D-11D2-A8E9-00104B365C9F}" "Version"="5.5" -[Software\\Classes\\Interface\\{3F4DACB3-160D-11D2-A8E9-00104B365C9F}] 1460706472 -#time=1d196eb1d17461c +[Software\\Classes\\Interface\\{3F4DACB3-160D-11D2-A8E9-00104B365C9F}] 1526460533 +#time=1d3ecf2b7e57d12 @="ISubMatches" -[Software\\Classes\\Interface\\{3F4DACB3-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d1741b2 +[Software\\Classes\\Interface\\{3F4DACB3-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e57a9c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACB3-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d174432 +[Software\\Classes\\Interface\\{3F4DACB3-160D-11D2-A8E9-00104B365C9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e57c0e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F4DACB3-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1460706472 -#time=1d196eb1d174838 +[Software\\Classes\\Interface\\{3F4DACB3-160D-11D2-A8E9-00104B365C9F}\\TypeLib] 1526460533 +#time=1d3ecf2b7e57e34 @="{3F4DACA7-160D-11D2-A8E9-00104B365C9F}" "Version"="5.5" -[Software\\Classes\\Interface\\{3F7F31AC-E15F-11D0-9C25-00C04FC99C8E}] 1460706605 -#time=1d196eb6c63568e -@="IXMLElement" - -[Software\\Classes\\Interface\\{3F7F31AC-E15F-11D0-9C25-00C04FC99C8E}\\ProxyStubClsid] 1460706605 -#time=1d196eb6c635454 -@="{00020424-0000-0000-C000-000000000046}" - -[Software\\Classes\\Interface\\{3F7F31AC-E15F-11D0-9C25-00C04FC99C8E}\\ProxyStubClsid32] 1460706605 -#time=1d196eb6c6355bc -@="{00020424-0000-0000-C000-000000000046}" - -[Software\\Classes\\Interface\\{3F7F31AC-E15F-11D0-9C25-00C04FC99C8E}\\TypeLib] 1460706605 -#time=1d196eb6c63580a -@="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" - -[Software\\Classes\\Interface\\{3F8742C2-AC57-3440-A283-FE5FF4C75025}] 1460706649 -#time=1d196eb86f02dd8 +[Software\\Classes\\Interface\\{3F8742C2-AC57-3440-A283-FE5FF4C75025}] 1526460883 +#time=1d3ecf388a833c2 @="IClientChannelSinkProvider" -[Software\\Classes\\Interface\\{3F8742C2-AC57-3440-A283-FE5FF4C75025}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f02a54 +[Software\\Classes\\Interface\\{3F8742C2-AC57-3440-A283-FE5FF4C75025}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8316a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F8742C2-AC57-3440-A283-FE5FF4C75025}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f02c98 +[Software\\Classes\\Interface\\{3F8742C2-AC57-3440-A283-FE5FF4C75025}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a832dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3F8742C2-AC57-3440-A283-FE5FF4C75025}\\TypeLib] 1460706649 -#time=1d196eb86f02fa4 +[Software\\Classes\\Interface\\{3F8742C2-AC57-3440-A283-FE5FF4C75025}\\TypeLib] 1526460883 +#time=1d3ecf388a834e4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{3FAA35EE-C867-3E2E-BF48-2DA271F88303}] 1460706649 -#time=1d196eb86f6d78c +[Software\\Classes\\Interface\\{3FAA35EE-C867-3E2E-BF48-2DA271F88303}] 1526460883 +#time=1d3ecf388ae5284 @="_FormatterConverter" -[Software\\Classes\\Interface\\{3FAA35EE-C867-3E2E-BF48-2DA271F88303}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6d566 +[Software\\Classes\\Interface\\{3FAA35EE-C867-3E2E-BF48-2DA271F88303}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae502c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3FAA35EE-C867-3E2E-BF48-2DA271F88303}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6d6ba +[Software\\Classes\\Interface\\{3FAA35EE-C867-3E2E-BF48-2DA271F88303}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae5194 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{3FAA35EE-C867-3E2E-BF48-2DA271F88303}\\TypeLib] 1460706649 -#time=1d196eb86f6d8a4 +[Software\\Classes\\Interface\\{3FAA35EE-C867-3E2E-BF48-2DA271F88303}\\TypeLib] 1526460883 +#time=1d3ecf388ae53ba @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{401F89CB-C127-3041-82FD-B67035395C56}] 1460706649 -#time=1d196eb86f55088 +[Software\\Classes\\Interface\\{401F89CB-C127-3041-82FD-B67035395C56}] 1526460883 +#time=1d3ecf388aca984 @="_ArrayList" -[Software\\Classes\\Interface\\{401F89CB-C127-3041-82FD-B67035395C56}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f54e1c +[Software\\Classes\\Interface\\{401F89CB-C127-3041-82FD-B67035395C56}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aca736 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{401F89CB-C127-3041-82FD-B67035395C56}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f54f5c +[Software\\Classes\\Interface\\{401F89CB-C127-3041-82FD-B67035395C56}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aca89e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{401F89CB-C127-3041-82FD-B67035395C56}\\TypeLib] 1460706649 -#time=1d196eb86f55182 +[Software\\Classes\\Interface\\{401F89CB-C127-3041-82FD-B67035395C56}\\TypeLib] 1526460883 +#time=1d3ecf388acaa9c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4042BD4D-B5AB-30E8-919B-14910687BAAE}] 1460706649 -#time=1d196eb86ede9f6 +[Software\\Classes\\Interface\\{4042BD4D-B5AB-30E8-919B-14910687BAAE}] 1526460883 +#time=1d3ecf388a68d6a @="ISymbolVariable" -[Software\\Classes\\Interface\\{4042BD4D-B5AB-30E8-919B-14910687BAAE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ede7e4 +[Software\\Classes\\Interface\\{4042BD4D-B5AB-30E8-919B-14910687BAAE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a68b12 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4042BD4D-B5AB-30E8-919B-14910687BAAE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ede924 +[Software\\Classes\\Interface\\{4042BD4D-B5AB-30E8-919B-14910687BAAE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a68c84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4042BD4D-B5AB-30E8-919B-14910687BAAE}\\TypeLib] 1460706649 -#time=1d196eb86edeaf0 +[Software\\Classes\\Interface\\{4042BD4D-B5AB-30E8-919B-14910687BAAE}\\TypeLib] 1526460883 +#time=1d3ecf388a68e82 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{404FAFDD-1E3F-3602-BFF6-755C00613ED8}] 1460706649 -#time=1d196eb86f5af1a +[Software\\Classes\\Interface\\{404FAFDD-1E3F-3602-BFF6-755C00613ED8}] 1526460883 +#time=1d3ecf388ad13ec @="_DebuggerTypeProxyAttribute" -[Software\\Classes\\Interface\\{404FAFDD-1E3F-3602-BFF6-755C00613ED8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5acf4 +[Software\\Classes\\Interface\\{404FAFDD-1E3F-3602-BFF6-755C00613ED8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad1194 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{404FAFDD-1E3F-3602-BFF6-755C00613ED8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5ae52 +[Software\\Classes\\Interface\\{404FAFDD-1E3F-3602-BFF6-755C00613ED8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad12fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{404FAFDD-1E3F-3602-BFF6-755C00613ED8}\\TypeLib] 1460706649 -#time=1d196eb86f5b032 +[Software\\Classes\\Interface\\{404FAFDD-1E3F-3602-BFF6-755C00613ED8}\\TypeLib] 1526460883 +#time=1d3ecf388ad1504 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{40897764-CEAB-47BE-AD4A-8E28537F9BBF}] 1460706472 -#time=1d196eb1d1c8726 +[Software\\Classes\\Interface\\{40897764-CEAB-47BE-AD4A-8E28537F9BBF}] 1526460533 +#time=1d3ecf2b7fc6d7e @="IWMPPlayerApplication" -[Software\\Classes\\Interface\\{40897764-CEAB-47BE-AD4A-8E28537F9BBF}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c8500 +[Software\\Classes\\Interface\\{40897764-CEAB-47BE-AD4A-8E28537F9BBF}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc6aea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{40897764-CEAB-47BE-AD4A-8E28537F9BBF}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c864a +[Software\\Classes\\Interface\\{40897764-CEAB-47BE-AD4A-8E28537F9BBF}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc6c8e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{40897764-CEAB-47BE-AD4A-8E28537F9BBF}\\TypeLib] 1460706472 -#time=1d196eb1d1c880c +[Software\\Classes\\Interface\\{40897764-CEAB-47BE-AD4A-8E28537F9BBF}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc6e8c @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{40DFC50A-E93A-3C08-B9EF-E2B4F28B5676}] 1460706649 -#time=1d196eb86f4a0d4 +[Software\\Classes\\Interface\\{40DFC50A-E93A-3C08-B9EF-E2B4F28B5676}] 1526460883 +#time=1d3ecf388abf2be @="_WaitHandle" -[Software\\Classes\\Interface\\{40DFC50A-E93A-3C08-B9EF-E2B4F28B5676}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f49ed6 +[Software\\Classes\\Interface\\{40DFC50A-E93A-3C08-B9EF-E2B4F28B5676}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abf048 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{40DFC50A-E93A-3C08-B9EF-E2B4F28B5676}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4a00c +[Software\\Classes\\Interface\\{40DFC50A-E93A-3C08-B9EF-E2B4F28B5676}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abf1ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{40DFC50A-E93A-3C08-B9EF-E2B4F28B5676}\\TypeLib] 1460706649 -#time=1d196eb86f4a1ce +[Software\\Classes\\Interface\\{40DFC50A-E93A-3C08-B9EF-E2B4F28B5676}\\TypeLib] 1526460883 +#time=1d3ecf388abf3cc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{40E5451F-B237-33F8-945B-0230DB700BBB}] 1460706649 -#time=1d196eb86f41cc2 +[Software\\Classes\\Interface\\{40E5451F-B237-33F8-945B-0230DB700BBB}] 1526460883 +#time=1d3ecf388ab5552 @="_NotSupportedException" -[Software\\Classes\\Interface\\{40E5451F-B237-33F8-945B-0230DB700BBB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f41ab0 +[Software\\Classes\\Interface\\{40E5451F-B237-33F8-945B-0230DB700BBB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab52f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{40E5451F-B237-33F8-945B-0230DB700BBB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f41bfa +[Software\\Classes\\Interface\\{40E5451F-B237-33F8-945B-0230DB700BBB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab5462 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{40E5451F-B237-33F8-945B-0230DB700BBB}\\TypeLib] 1460706649 -#time=1d196eb86f41dda +[Software\\Classes\\Interface\\{40E5451F-B237-33F8-945B-0230DB700BBB}\\TypeLib] 1526460883 +#time=1d3ecf388ab566a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{40E8E914-DC23-38A6-936B-90E4E3AB01FA}] 1460706649 -#time=1d196eb86fb8d04 +[Software\\Classes\\Interface\\{40E8E914-DC23-38A6-936B-90E4E3AB01FA}] 1526460883 +#time=1d3ecf388b365f8 @="_NativeCppClassAttribute" -[Software\\Classes\\Interface\\{40E8E914-DC23-38A6-936B-90E4E3AB01FA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb8ae8 +[Software\\Classes\\Interface\\{40E8E914-DC23-38A6-936B-90E4E3AB01FA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b36288 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{40E8E914-DC23-38A6-936B-90E4E3AB01FA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb8c32 +[Software\\Classes\\Interface\\{40E8E914-DC23-38A6-936B-90E4E3AB01FA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b364e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{40E8E914-DC23-38A6-936B-90E4E3AB01FA}\\TypeLib] 1460706649 -#time=1d196eb86fb8e08 +[Software\\Classes\\Interface\\{40E8E914-DC23-38A6-936B-90E4E3AB01FA}\\TypeLib] 1526460883 +#time=1d3ecf388b36760 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4134F762-D0EC-3210-93C0-DE4F443D5669}] 1460706649 -#time=1d196eb86ffdcf6 +[Software\\Classes\\Interface\\{4134F762-D0EC-3210-93C0-DE4F443D5669}] 1526460883 +#time=1d3ecf388b81c4c @="_CryptoStream" -[Software\\Classes\\Interface\\{4134F762-D0EC-3210-93C0-DE4F443D5669}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffdaee +[Software\\Classes\\Interface\\{4134F762-D0EC-3210-93C0-DE4F443D5669}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8194a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4134F762-D0EC-3210-93C0-DE4F443D5669}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffdc2e +[Software\\Classes\\Interface\\{4134F762-D0EC-3210-93C0-DE4F443D5669}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b81b02 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4134F762-D0EC-3210-93C0-DE4F443D5669}\\TypeLib] 1460706649 -#time=1d196eb86ffddf0 +[Software\\Classes\\Interface\\{4134F762-D0EC-3210-93C0-DE4F443D5669}\\TypeLib] 1526460883 +#time=1d3ecf388b81d64 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4164071A-ED12-3BDD-AF40-FDABCAA77D5F}] 1460706649 -#time=1d196eb86fbe7ae +[Software\\Classes\\Interface\\{4164071A-ED12-3BDD-AF40-FDABCAA77D5F}] 1526460883 +#time=1d3ecf388b3c746 @="_EnvironmentPermissionAttribute" -[Software\\Classes\\Interface\\{4164071A-ED12-3BDD-AF40-FDABCAA77D5F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbe59c +[Software\\Classes\\Interface\\{4164071A-ED12-3BDD-AF40-FDABCAA77D5F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3c43a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4164071A-ED12-3BDD-AF40-FDABCAA77D5F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbe6dc +[Software\\Classes\\Interface\\{4164071A-ED12-3BDD-AF40-FDABCAA77D5F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3c5ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4164071A-ED12-3BDD-AF40-FDABCAA77D5F}\\TypeLib] 1460706649 -#time=1d196eb86fbe8c6 +[Software\\Classes\\Interface\\{4164071A-ED12-3BDD-AF40-FDABCAA77D5F}\\TypeLib] 1526460883 +#time=1d3ecf388b3ca16 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}] 1460706471 -#time=1d196eb1d14c20c +[Software\\Classes\\Interface\\{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}] 1526460533 +#time=1d3ecf2b7d5cd36 @="IRegistrationInfo" -[Software\\Classes\\Interface\\{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14bfd2 +[Software\\Classes\\Interface\\{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5cac0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14c130 +[Software\\Classes\\Interface\\{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5cc3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}\\TypeLib] 1460706471 -#time=1d196eb1d14c2f2 +[Software\\Classes\\Interface\\{416D8B73-CB41-4EA1-805C-9BE9A5AC4A74}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5ced0 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{41904400-BE18-11D3-A28B-00104BD35090}] 1460706472 -#time=1d196eb1d1d9490 +[Software\\Classes\\Interface\\{41904400-BE18-11D3-A28B-00104BD35090}] 1526460533 +#time=1d3ecf2b7ea957c @="IWshShell3" -[Software\\Classes\\Interface\\{41904400-BE18-11D3-A28B-00104BD35090}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1d9274 +[Software\\Classes\\Interface\\{41904400-BE18-11D3-A28B-00104BD35090}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ea9310 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{41904400-BE18-11D3-A28B-00104BD35090}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1d93b4 +[Software\\Classes\\Interface\\{41904400-BE18-11D3-A28B-00104BD35090}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ea948c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{41904400-BE18-11D3-A28B-00104BD35090}\\TypeLib] 1460706472 -#time=1d196eb1d1d9594 +[Software\\Classes\\Interface\\{41904400-BE18-11D3-A28B-00104BD35090}\\TypeLib] 1526460533 +#time=1d3ecf2b7ea968a @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{4192A87C-5C57-3879-8624-AF5CA2ED9EB2}] 1460706650 -#time=1d196eb877f7812 +[Software\\Classes\\Interface\\{4192A87C-5C57-3879-8624-AF5CA2ED9EB2}] 1526460884 +#time=1d3ecf3892d6d30 @="_CodeVariableDeclarationStatement" -[Software\\Classes\\Interface\\{4192A87C-5C57-3879-8624-AF5CA2ED9EB2}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f761e +[Software\\Classes\\Interface\\{4192A87C-5C57-3879-8624-AF5CA2ED9EB2}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d6a60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4192A87C-5C57-3879-8624-AF5CA2ED9EB2}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f774a +[Software\\Classes\\Interface\\{4192A87C-5C57-3879-8624-AF5CA2ED9EB2}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d6c0e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4192A87C-5C57-3879-8624-AF5CA2ED9EB2}\\TypeLib] 1460706650 -#time=1d196eb877f790c +[Software\\Classes\\Interface\\{4192A87C-5C57-3879-8624-AF5CA2ED9EB2}\\TypeLib] 1526460884 +#time=1d3ecf3892d6e7a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{41F41C1B-7B8D-39A3-A28F-AAE20787F469}] 1460706649 -#time=1d196eb86fcc2fa +[Software\\Classes\\Interface\\{41F41C1B-7B8D-39A3-A28F-AAE20787F469}] 1526460883 +#time=1d3ecf388b4b016 @="_UnverifiableCodeAttribute" -[Software\\Classes\\Interface\\{41F41C1B-7B8D-39A3-A28F-AAE20787F469}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcc0e8 +[Software\\Classes\\Interface\\{41F41C1B-7B8D-39A3-A28F-AAE20787F469}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4adb4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{41F41C1B-7B8D-39A3-A28F-AAE20787F469}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcc232 +[Software\\Classes\\Interface\\{41F41C1B-7B8D-39A3-A28F-AAE20787F469}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4af26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{41F41C1B-7B8D-39A3-A28F-AAE20787F469}\\TypeLib] 1460706649 -#time=1d196eb86fcc3fe +[Software\\Classes\\Interface\\{41F41C1B-7B8D-39A3-A28F-AAE20787F469}\\TypeLib] 1526460883 +#time=1d3ecf388b4b124 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{422E8E90-D955-11D1-8B09-00600806D9B6}] 1460706471 -#time=1d196eb1cdc8f86 +[Software\\Classes\\Interface\\{422E8E90-D955-11D1-8B09-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aacf32 @="ISWbemMethod" -[Software\\Classes\\Interface\\{422E8E90-D955-11D1-8B09-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdc8d4c +[Software\\Classes\\Interface\\{422E8E90-D955-11D1-8B09-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aacc9e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{422E8E90-D955-11D1-8B09-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdc8eaa +[Software\\Classes\\Interface\\{422E8E90-D955-11D1-8B09-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aace1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{422E8E90-D955-11D1-8B09-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdc906c +[Software\\Classes\\Interface\\{422E8E90-D955-11D1-8B09-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7aad04a @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{425BFF0D-59E4-36A8-B1FF-1F5D39D698F4}] 1460706649 -#time=1d196eb87006cb6 +[Software\\Classes\\Interface\\{425BFF0D-59E4-36A8-B1FF-1F5D39D698F4}] 1526460883 +#time=1d3ecf388b8c8ae @="_PKCS1MaskGenerationMethod" -[Software\\Classes\\Interface\\{425BFF0D-59E4-36A8-B1FF-1F5D39D698F4}\\ProxyStubClsid] 1460706649 -#time=1d196eb87006a04 +[Software\\Classes\\Interface\\{425BFF0D-59E4-36A8-B1FF-1F5D39D698F4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8c656 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{425BFF0D-59E4-36A8-B1FF-1F5D39D698F4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87006b4e +[Software\\Classes\\Interface\\{425BFF0D-59E4-36A8-B1FF-1F5D39D698F4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8c7be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{425BFF0D-59E4-36A8-B1FF-1F5D39D698F4}\\TypeLib] 1460706649 -#time=1d196eb87006e46 +[Software\\Classes\\Interface\\{425BFF0D-59E4-36A8-B1FF-1F5D39D698F4}\\TypeLib] 1526460883 +#time=1d3ecf388b8c9c6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{425EA439-6417-4F3E-BCC9-1AFAC79E3F66}] 1460706648 -#time=1d196eb868d4768 +[Software\\Classes\\Interface\\{425EA439-6417-4F3E-BCC9-1AFAC79E3F66}] 1526460883 +#time=1d3ecf3884d298c @="IJSVsaError" -[Software\\Classes\\Interface\\{425EA439-6417-4F3E-BCC9-1AFAC79E3F66}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d454c +[Software\\Classes\\Interface\\{425EA439-6417-4F3E-BCC9-1AFAC79E3F66}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884d1fb4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{425EA439-6417-4F3E-BCC9-1AFAC79E3F66}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d4696 +[Software\\Classes\\Interface\\{425EA439-6417-4F3E-BCC9-1AFAC79E3F66}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884d2266 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{425EA439-6417-4F3E-BCC9-1AFAC79E3F66}\\TypeLib] 1460706648 -#time=1d196eb868d4862 +[Software\\Classes\\Interface\\{425EA439-6417-4F3E-BCC9-1AFAC79E3F66}\\TypeLib] 1526460883 +#time=1d3ecf3884d432c @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{427E255D-AF02-3B0D-8CE3-A2BB94BA300F}] 1460706649 -#time=1d196eb86ee8032 +[Software\\Classes\\Interface\\{427E255D-AF02-3B0D-8CE3-A2BB94BA300F}] 1526460883 +#time=1d3ecf388a73670 @="IApplicationTrustManager" -[Software\\Classes\\Interface\\{427E255D-AF02-3B0D-8CE3-A2BB94BA300F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee7db2 +[Software\\Classes\\Interface\\{427E255D-AF02-3B0D-8CE3-A2BB94BA300F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7340e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{427E255D-AF02-3B0D-8CE3-A2BB94BA300F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee7f60 +[Software\\Classes\\Interface\\{427E255D-AF02-3B0D-8CE3-A2BB94BA300F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7358a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{427E255D-AF02-3B0D-8CE3-A2BB94BA300F}\\TypeLib] 1460706649 -#time=1d196eb86ee8154 +[Software\\Classes\\Interface\\{427E255D-AF02-3B0D-8CE3-A2BB94BA300F}\\TypeLib] 1526460883 +#time=1d3ecf388a73788 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{427EA9D3-11D8-3E38-9E05-A4F7FA684183}] 1460706649 -#time=1d196eb8700d05c +[Software\\Classes\\Interface\\{427EA9D3-11D8-3E38-9E05-A4F7FA684183}] 1526460883 +#time=1d3ecf388b92f56 @="_RijndaelManaged" -[Software\\Classes\\Interface\\{427EA9D3-11D8-3E38-9E05-A4F7FA684183}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700ce22 +[Software\\Classes\\Interface\\{427EA9D3-11D8-3E38-9E05-A4F7FA684183}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b92cea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{427EA9D3-11D8-3E38-9E05-A4F7FA684183}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700cf8a +[Software\\Classes\\Interface\\{427EA9D3-11D8-3E38-9E05-A4F7FA684183}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b92e66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{427EA9D3-11D8-3E38-9E05-A4F7FA684183}\\TypeLib] 1460706649 -#time=1d196eb8700d160 +[Software\\Classes\\Interface\\{427EA9D3-11D8-3E38-9E05-A4F7FA684183}\\TypeLib] 1526460883 +#time=1d3ecf388b9306e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4283CA6C-D291-3481-83C9-9554481FE888}] 1460706649 -#time=1d196eb86ee8d02 +[Software\\Classes\\Interface\\{4283CA6C-D291-3481-83C9-9554481FE888}] 1526460883 +#time=1d3ecf388a743f4 @="IPrincipal" -[Software\\Classes\\Interface\\{4283CA6C-D291-3481-83C9-9554481FE888}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee8af0 +[Software\\Classes\\Interface\\{4283CA6C-D291-3481-83C9-9554481FE888}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a74174 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4283CA6C-D291-3481-83C9-9554481FE888}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee8c30 +[Software\\Classes\\Interface\\{4283CA6C-D291-3481-83C9-9554481FE888}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a74304 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4283CA6C-D291-3481-83C9-9554481FE888}\\TypeLib] 1460706649 -#time=1d196eb86ee8e06 +[Software\\Classes\\Interface\\{4283CA6C-D291-3481-83C9-9554481FE888}\\TypeLib] 1526460883 +#time=1d3ecf388a7450c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{428E3627-2B1F-302C-A7E6-6388CD535E75}] 1460706649 -#time=1d196eb86f5a380 +[Software\\Classes\\Interface\\{428E3627-2B1F-302C-A7E6-6388CD535E75}] 1526460883 +#time=1d3ecf388ad0550 @="_DebuggableAttribute" -[Software\\Classes\\Interface\\{428E3627-2B1F-302C-A7E6-6388CD535E75}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5a178 +[Software\\Classes\\Interface\\{428E3627-2B1F-302C-A7E6-6388CD535E75}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad02ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{428E3627-2B1F-302C-A7E6-6388CD535E75}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5a2b8 +[Software\\Classes\\Interface\\{428E3627-2B1F-302C-A7E6-6388CD535E75}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad0456 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{428E3627-2B1F-302C-A7E6-6388CD535E75}\\TypeLib] 1460706649 -#time=1d196eb86f5a47a +[Software\\Classes\\Interface\\{428E3627-2B1F-302C-A7E6-6388CD535E75}\\TypeLib] 1526460883 +#time=1d3ecf388ad06d6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{42959ECE-0606-3758-9679-A48E88F9BAF8}] 1460706650 -#time=1d196eb87ab5464 +[Software\\Classes\\Interface\\{42959ECE-0606-3758-9679-A48E88F9BAF8}] 1526460884 +#time=1d3ecf38954a6de @="_NavigateEventArgs" -[Software\\Classes\\Interface\\{42959ECE-0606-3758-9679-A48E88F9BAF8}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab5248 +[Software\\Classes\\Interface\\{42959ECE-0606-3758-9679-A48E88F9BAF8}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954a38c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{42959ECE-0606-3758-9679-A48E88F9BAF8}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab5392 +[Software\\Classes\\Interface\\{42959ECE-0606-3758-9679-A48E88F9BAF8}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954a576 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{42959ECE-0606-3758-9679-A48E88F9BAF8}\\TypeLib] 1460706650 -#time=1d196eb87ab555e +[Software\\Classes\\Interface\\{42959ECE-0606-3758-9679-A48E88F9BAF8}\\TypeLib] 1526460884 +#time=1d3ecf38954a86e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{42C642C1-97E1-11CF-978F-00A02463E06F}] 1460706471 -#time=1d196eb1d0fdf1c +[Software\\Classes\\Interface\\{42C642C1-97E1-11CF-978F-00A02463E06F}] 1526460533 +#time=1d3ecf2b7b20aea @="IDictionary" -[Software\\Classes\\Interface\\{42C642C1-97E1-11CF-978F-00A02463E06F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0fda4e +[Software\\Classes\\Interface\\{42C642C1-97E1-11CF-978F-00A02463E06F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b20838 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{42C642C1-97E1-11CF-978F-00A02463E06F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0fdde6 +[Software\\Classes\\Interface\\{42C642C1-97E1-11CF-978F-00A02463E06F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b209f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{42C642C1-97E1-11CF-978F-00A02463E06F}\\TypeLib] 1460706471 -#time=1d196eb1d0fe08e +[Software\\Classes\\Interface\\{42C642C1-97E1-11CF-978F-00A02463E06F}\\TypeLib] 1526460533 +#time=1d3ecf2b7b20c02 @="{420B2830-E718-11CF-893D-00A0C9054228}" "Version"="1.0" -[Software\\Classes\\Interface\\{42CF1C02-B6CC-3CC0-8A89-337C3679BE9E}] 1460706650 -#time=1d196eb8753d2f2 +[Software\\Classes\\Interface\\{42CF1C02-B6CC-3CC0-8A89-337C3679BE9E}] 1526460884 +#time=1d3ecf3890590bc @="_ClerkInfo" -[Software\\Classes\\Interface\\{42CF1C02-B6CC-3CC0-8A89-337C3679BE9E}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753ce60 +[Software\\Classes\\Interface\\{42CF1C02-B6CC-3CC0-8A89-337C3679BE9E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389058e3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{42CF1C02-B6CC-3CC0-8A89-337C3679BE9E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753d176 +[Software\\Classes\\Interface\\{42CF1C02-B6CC-3CC0-8A89-337C3679BE9E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389058fd6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{42CF1C02-B6CC-3CC0-8A89-337C3679BE9E}\\TypeLib] 1460706650 -#time=1d196eb8753d4aa +[Software\\Classes\\Interface\\{42CF1C02-B6CC-3CC0-8A89-337C3679BE9E}\\TypeLib] 1526460884 +#time=1d3ecf3890591de @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{42D4D099-7C1A-4A89-B836-6C6F22160DF0}] 1460706471 -#time=1d196eb1cfca88e +[Software\\Classes\\Interface\\{42D4D099-7C1A-4A89-B836-6C6F22160DF0}] 1526460533 +#time=1d3ecf2b7e3a8c0 @="ITfEditRecord" -[Software\\Classes\\Interface\\{42D4D099-7C1A-4A89-B836-6C6F22160DF0}\\NumMethods] 1460706471 -#time=1d196eb1cfca7bc +[Software\\Classes\\Interface\\{42D4D099-7C1A-4A89-B836-6C6F22160DF0}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3a7d0 @="5" -[Software\\Classes\\Interface\\{42D4D099-7C1A-4A89-B836-6C6F22160DF0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfca910 +[Software\\Classes\\Interface\\{42D4D099-7C1A-4A89-B836-6C6F22160DF0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3a94c @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{42F00C62-F454-3A38-AF9E-35D4E2BDFDAC}] 1460706650 -#time=1d196eb877f95ae +[Software\\Classes\\Interface\\{42F00C62-F454-3A38-AF9E-35D4E2BDFDAC}] 1526460884 +#time=1d3ecf3892d94fe @="_ComponentCollection" -[Software\\Classes\\Interface\\{42F00C62-F454-3A38-AF9E-35D4E2BDFDAC}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f92de +[Software\\Classes\\Interface\\{42F00C62-F454-3A38-AF9E-35D4E2BDFDAC}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d9224 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{42F00C62-F454-3A38-AF9E-35D4E2BDFDAC}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f94e6 +[Software\\Classes\\Interface\\{42F00C62-F454-3A38-AF9E-35D4E2BDFDAC}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d93e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{42F00C62-F454-3A38-AF9E-35D4E2BDFDAC}\\TypeLib] 1460706650 -#time=1d196eb877f96c6 +[Software\\Classes\\Interface\\{42F00C62-F454-3A38-AF9E-35D4E2BDFDAC}\\TypeLib] 1526460884 +#time=1d3ecf3892d9666 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{42F85136-DB7E-439C-85F1-E4075D135FC8}] 1460706471 -#time=1d196eb1ce1d90a +[Software\\Classes\\Interface\\{42F85136-DB7E-439C-85F1-E4075D135FC8}] 1526460533 +#time=1d3ecf2b809cf0a @="IFileDialog" -[Software\\Classes\\Interface\\{42F85136-DB7E-439C-85F1-E4075D135FC8}\\NumMethods] 1460706471 -#time=1d196eb1ce1d7e8 +[Software\\Classes\\Interface\\{42F85136-DB7E-439C-85F1-E4075D135FC8}\\NumMethods] 1526460533 +#time=1d3ecf2b809ce1a @="27" -[Software\\Classes\\Interface\\{42F85136-DB7E-439C-85F1-E4075D135FC8}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1d9aa +[Software\\Classes\\Interface\\{42F85136-DB7E-439C-85F1-E4075D135FC8}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809cf96 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{4311E8F5-B249-3F81-8FF4-CF853D85306D}] 1460706649 -#time=1d196eb86ff84d6 +[Software\\Classes\\Interface\\{4311E8F5-B249-3F81-8FF4-CF853D85306D}] 1526460883 +#time=1d3ecf388b7a67c @="_CryptographicException" -[Software\\Classes\\Interface\\{4311E8F5-B249-3F81-8FF4-CF853D85306D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff82d8 +[Software\\Classes\\Interface\\{4311E8F5-B249-3F81-8FF4-CF853D85306D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7a41a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4311E8F5-B249-3F81-8FF4-CF853D85306D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff840e +[Software\\Classes\\Interface\\{4311E8F5-B249-3F81-8FF4-CF853D85306D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7a58c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4311E8F5-B249-3F81-8FF4-CF853D85306D}\\TypeLib] 1460706649 -#time=1d196eb86ff85d0 +[Software\\Classes\\Interface\\{4311E8F5-B249-3F81-8FF4-CF853D85306D}\\TypeLib] 1526460883 +#time=1d3ecf388b7a794 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4343B837-6EC8-3E43-8A59-046C35024677}] 1460706650 -#time=1d196eb87aaa3b6 +[Software\\Classes\\Interface\\{4343B837-6EC8-3E43-8A59-046C35024677}] 1526460884 +#time=1d3ecf38953bb8e @="_ButtonBaseAccessibleObject" -[Software\\Classes\\Interface\\{4343B837-6EC8-3E43-8A59-046C35024677}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aaa19a +[Software\\Classes\\Interface\\{4343B837-6EC8-3E43-8A59-046C35024677}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953b80a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4343B837-6EC8-3E43-8A59-046C35024677}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aaa2e4 +[Software\\Classes\\Interface\\{4343B837-6EC8-3E43-8A59-046C35024677}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38953ba58 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4343B837-6EC8-3E43-8A59-046C35024677}\\TypeLib] 1460706650 -#time=1d196eb87aaa4c4 +[Software\\Classes\\Interface\\{4343B837-6EC8-3E43-8A59-046C35024677}\\TypeLib] 1526460884 +#time=1d3ecf38953be40 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{43826D1E-E718-42EE-BC55-A1E261C37BFE}] 1460706471 -#time=1d196eb1ce0ac2e +[Software\\Classes\\Interface\\{43826D1E-E718-42EE-BC55-A1E261C37BFE}] 1526460533 +#time=1d3ecf2b8092eba @="IShellItem" -[Software\\Classes\\Interface\\{43826D1E-E718-42EE-BC55-A1E261C37BFE}\\NumMethods] 1460706471 -#time=1d196eb1ce0ab5c +[Software\\Classes\\Interface\\{43826D1E-E718-42EE-BC55-A1E261C37BFE}\\NumMethods] 1526460533 +#time=1d3ecf2b8092dca @="8" -[Software\\Classes\\Interface\\{43826D1E-E718-42EE-BC55-A1E261C37BFE}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0ac92 +[Software\\Classes\\Interface\\{43826D1E-E718-42EE-BC55-A1E261C37BFE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8092f3c @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{438E8DCF-6875-305F-8CA5-40DBB15782A6}] 1460706650 -#time=1d196eb877fd58c +[Software\\Classes\\Interface\\{438E8DCF-6875-305F-8CA5-40DBB15782A6}] 1526460884 +#time=1d3ecf3892de56c @="_ComponentEventArgs" -[Software\\Classes\\Interface\\{438E8DCF-6875-305F-8CA5-40DBB15782A6}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fd384 +[Software\\Classes\\Interface\\{438E8DCF-6875-305F-8CA5-40DBB15782A6}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892de260 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{438E8DCF-6875-305F-8CA5-40DBB15782A6}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fd4c4 +[Software\\Classes\\Interface\\{438E8DCF-6875-305F-8CA5-40DBB15782A6}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892de44a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{438E8DCF-6875-305F-8CA5-40DBB15782A6}\\TypeLib] 1460706650 -#time=1d196eb877fd686 +[Software\\Classes\\Interface\\{438E8DCF-6875-305F-8CA5-40DBB15782A6}\\TypeLib] 1526460884 +#time=1d3ecf3892de6b6 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{43BE964C-1B4A-3D1F-9D94-8185A1E6CB7B}] 1460706650 -#time=1d196eb87800e62 +[Software\\Classes\\Interface\\{43BE964C-1B4A-3D1F-9D94-8185A1E6CB7B}] 1526460884 +#time=1d3ecf3892e41a6 @="_DesignerLoader" -[Software\\Classes\\Interface\\{43BE964C-1B4A-3D1F-9D94-8185A1E6CB7B}\\ProxyStubClsid] 1460706650 -#time=1d196eb87800c5a +[Software\\Classes\\Interface\\{43BE964C-1B4A-3D1F-9D94-8185A1E6CB7B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e3ef4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{43BE964C-1B4A-3D1F-9D94-8185A1E6CB7B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87800d90 +[Software\\Classes\\Interface\\{43BE964C-1B4A-3D1F-9D94-8185A1E6CB7B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e4066 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{43BE964C-1B4A-3D1F-9D94-8185A1E6CB7B}\\TypeLib] 1460706650 -#time=1d196eb87800f5c +[Software\\Classes\\Interface\\{43BE964C-1B4A-3D1F-9D94-8185A1E6CB7B}\\TypeLib] 1526460884 +#time=1d3ecf3892e42fa @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{43C9FE15-F494-4C17-9DE2-B8A4AC350AA8}] 1460706471 -#time=1d196eb1cfcc10c +[Software\\Classes\\Interface\\{43C9FE15-F494-4C17-9DE2-B8A4AC350AA8}] 1526460533 +#time=1d3ecf2b7e3c3f0 @="ITfLanguageProfileNotifySink" -[Software\\Classes\\Interface\\{43C9FE15-F494-4C17-9DE2-B8A4AC350AA8}\\NumMethods] 1460706471 -#time=1d196eb1cfcc03a +[Software\\Classes\\Interface\\{43C9FE15-F494-4C17-9DE2-B8A4AC350AA8}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3c300 @="5" -[Software\\Classes\\Interface\\{43C9FE15-F494-4C17-9DE2-B8A4AC350AA8}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcc184 +[Software\\Classes\\Interface\\{43C9FE15-F494-4C17-9DE2-B8A4AC350AA8}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3c47c @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{442E3C03-A205-3F21-AA4D-31768BB8EA28}] 1460706649 -#time=1d196eb86fa9368 +[Software\\Classes\\Interface\\{442E3C03-A205-3F21-AA4D-31768BB8EA28}] 1526460883 +#time=1d3ecf388b24a2e @="_BinaryReader" -[Software\\Classes\\Interface\\{442E3C03-A205-3F21-AA4D-31768BB8EA28}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa9156 +[Software\\Classes\\Interface\\{442E3C03-A205-3F21-AA4D-31768BB8EA28}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b247d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{442E3C03-A205-3F21-AA4D-31768BB8EA28}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa92a0 +[Software\\Classes\\Interface\\{442E3C03-A205-3F21-AA4D-31768BB8EA28}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b24948 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{442E3C03-A205-3F21-AA4D-31768BB8EA28}\\TypeLib] 1460706649 -#time=1d196eb86fa9462 +[Software\\Classes\\Interface\\{442E3C03-A205-3F21-AA4D-31768BB8EA28}\\TypeLib] 1526460883 +#time=1d3ecf388b24b46 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{443C8934-90FF-48ED-BCDE-26F5C7450042}] 1460706471 -#time=1d196eb1d0ce9f6 +[Software\\Classes\\Interface\\{443C8934-90FF-48ED-BCDE-26F5C7450042}] 1526460533 +#time=1d3ecf2b7fdb77e @="IBackgroundCopyJob3" -[Software\\Classes\\Interface\\{443C8934-90FF-48ED-BCDE-26F5C7450042}\\NumMethods] 1460706471 -#time=1d196eb1d0ce848 +[Software\\Classes\\Interface\\{443C8934-90FF-48ED-BCDE-26F5C7450042}\\NumMethods] 1526460533 +#time=1d3ecf2b7fdb684 @="47" -[Software\\Classes\\Interface\\{443C8934-90FF-48ED-BCDE-26F5C7450042}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ceae6 +[Software\\Classes\\Interface\\{443C8934-90FF-48ED-BCDE-26F5C7450042}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fdb80a @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{44494E35-C370-3014-BC78-0F2ECBF83F53}] 1460706649 -#time=1d196eb86f8aff8 +[Software\\Classes\\Interface\\{44494E35-C370-3014-BC78-0F2ECBF83F53}] 1526460883 +#time=1d3ecf388b03360 @="_PolicyLevel" -[Software\\Classes\\Interface\\{44494E35-C370-3014-BC78-0F2ECBF83F53}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8adf0 +[Software\\Classes\\Interface\\{44494E35-C370-3014-BC78-0F2ECBF83F53}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b03108 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{44494E35-C370-3014-BC78-0F2ECBF83F53}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8af30 +[Software\\Classes\\Interface\\{44494E35-C370-3014-BC78-0F2ECBF83F53}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b03270 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{44494E35-C370-3014-BC78-0F2ECBF83F53}\\TypeLib] 1460706649 -#time=1d196eb86f8b0f2 +[Software\\Classes\\Interface\\{44494E35-C370-3014-BC78-0F2ECBF83F53}\\TypeLib] 1526460883 +#time=1d3ecf388b0346e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{44792A74-5DD8-3410-A897-F568E4E58161}] 1460706650 -#time=1d196eb87ab949c +[Software\\Classes\\Interface\\{44792A74-5DD8-3410-A897-F568E4E58161}] 1526460884 +#time=1d3ecf389551b32 @="_DomainUpDown" -[Software\\Classes\\Interface\\{44792A74-5DD8-3410-A897-F568E4E58161}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab901e +[Software\\Classes\\Interface\\{44792A74-5DD8-3410-A897-F568E4E58161}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955179a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{44792A74-5DD8-3410-A897-F568E4E58161}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab93a2 +[Software\\Classes\\Interface\\{44792A74-5DD8-3410-A897-F568E4E58161}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895519c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{44792A74-5DD8-3410-A897-F568E4E58161}\\TypeLib] 1460706650 -#time=1d196eb87ab95b4 +[Software\\Classes\\Interface\\{44792A74-5DD8-3410-A897-F568E4E58161}\\TypeLib] 1526460884 +#time=1d3ecf389551ce0 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{44D5F81A-727C-35AE-8DF8-9FF6722F1C6C}] 1460706649 -#time=1d196eb86f7f68a +[Software\\Classes\\Interface\\{44D5F81A-727C-35AE-8DF8-9FF6722F1C6C}] 1526460883 +#time=1d3ecf388afa24c @="_ResourceSet" -[Software\\Classes\\Interface\\{44D5F81A-727C-35AE-8DF8-9FF6722F1C6C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7f48c +[Software\\Classes\\Interface\\{44D5F81A-727C-35AE-8DF8-9FF6722F1C6C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af9fea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{44D5F81A-727C-35AE-8DF8-9FF6722F1C6C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7f5c2 +[Software\\Classes\\Interface\\{44D5F81A-727C-35AE-8DF8-9FF6722F1C6C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afa15c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{44D5F81A-727C-35AE-8DF8-9FF6722F1C6C}\\TypeLib] 1460706649 -#time=1d196eb86f7f784 +[Software\\Classes\\Interface\\{44D5F81A-727C-35AE-8DF8-9FF6722F1C6C}\\TypeLib] 1526460883 +#time=1d3ecf388afa36e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{44DB8E15-ACB1-34EE-81F9-56ED7AE37A5C}] 1460706649 -#time=1d196eb86fdf850 +[Software\\Classes\\Interface\\{44DB8E15-ACB1-34EE-81F9-56ED7AE37A5C}] 1526460883 +#time=1d3ecf388b6135c @="_RemotingTimeoutException" -[Software\\Classes\\Interface\\{44DB8E15-ACB1-34EE-81F9-56ED7AE37A5C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdf620 +[Software\\Classes\\Interface\\{44DB8E15-ACB1-34EE-81F9-56ED7AE37A5C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b610fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{44DB8E15-ACB1-34EE-81F9-56ED7AE37A5C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdf77e +[Software\\Classes\\Interface\\{44DB8E15-ACB1-34EE-81F9-56ED7AE37A5C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b61276 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{44DB8E15-ACB1-34EE-81F9-56ED7AE37A5C}\\TypeLib] 1460706649 -#time=1d196eb86fdf954 +[Software\\Classes\\Interface\\{44DB8E15-ACB1-34EE-81F9-56ED7AE37A5C}\\TypeLib] 1526460883 +#time=1d3ecf388b6147e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{450222D0-87CA-3699-A7B4-D8A0FDB72357}] 1460706649 -#time=1d196eb86f702a2 +[Software\\Classes\\Interface\\{450222D0-87CA-3699-A7B4-D8A0FDB72357}] 1526460883 +#time=1d3ecf388ae811e @="_SerializationBinder" -[Software\\Classes\\Interface\\{450222D0-87CA-3699-A7B4-D8A0FDB72357}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f70068 +[Software\\Classes\\Interface\\{450222D0-87CA-3699-A7B4-D8A0FDB72357}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae7ebc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{450222D0-87CA-3699-A7B4-D8A0FDB72357}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f701d0 +[Software\\Classes\\Interface\\{450222D0-87CA-3699-A7B4-D8A0FDB72357}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae8038 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{450222D0-87CA-3699-A7B4-D8A0FDB72357}\\TypeLib] 1460706649 -#time=1d196eb86f7045a +[Software\\Classes\\Interface\\{450222D0-87CA-3699-A7B4-D8A0FDB72357}\\TypeLib] 1526460883 +#time=1d3ecf388ae8240 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4543D155-EE6A-3529-BC8D-CF0E866B6B0B}] 1460706650 -#time=1d196eb877ff1fc +[Software\\Classes\\Interface\\{4543D155-EE6A-3529-BC8D-CF0E866B6B0B}] 1526460884 +#time=1d3ecf3892e1424 @="_DesignerTransactionCloseEventHandler" -[Software\\Classes\\Interface\\{4543D155-EE6A-3529-BC8D-CF0E866B6B0B}\\ProxyStubClsid] 1460706650 -#time=1d196eb877feff4 +[Software\\Classes\\Interface\\{4543D155-EE6A-3529-BC8D-CF0E866B6B0B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e0ef2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4543D155-EE6A-3529-BC8D-CF0E866B6B0B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ff134 +[Software\\Classes\\Interface\\{4543D155-EE6A-3529-BC8D-CF0E866B6B0B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e114a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4543D155-EE6A-3529-BC8D-CF0E866B6B0B}\\TypeLib] 1460706650 -#time=1d196eb877ff2f6 +[Software\\Classes\\Interface\\{4543D155-EE6A-3529-BC8D-CF0E866B6B0B}\\TypeLib] 1526460884 +#time=1d3ecf3892e1596 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{455090AB-5C44-3F4F-8EED-CCC90A3112B5}] 1460706650 -#time=1d196eb877f5f8a +[Software\\Classes\\Interface\\{455090AB-5C44-3F4F-8EED-CCC90A3112B5}] 1526460884 +#time=1d3ecf3892d4cce @="_CodeTypeDelegate" -[Software\\Classes\\Interface\\{455090AB-5C44-3F4F-8EED-CCC90A3112B5}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f5d82 +[Software\\Classes\\Interface\\{455090AB-5C44-3F4F-8EED-CCC90A3112B5}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d49c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{455090AB-5C44-3F4F-8EED-CCC90A3112B5}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f5ec2 +[Software\\Classes\\Interface\\{455090AB-5C44-3F4F-8EED-CCC90A3112B5}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d4bac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{455090AB-5C44-3F4F-8EED-CCC90A3112B5}\\TypeLib] 1460706650 -#time=1d196eb877f6084 +[Software\\Classes\\Interface\\{455090AB-5C44-3F4F-8EED-CCC90A3112B5}\\TypeLib] 1526460884 +#time=1d3ecf3892d4e4a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{458AB8A2-A1EA-4D7B-8EBE-DEE5D3D9442C}] 1460706650 -#time=1d196eb87aa5924 +[Software\\Classes\\Interface\\{458AB8A2-A1EA-4D7B-8EBE-DEE5D3D9442C}] 1526460884 +#time=1d3ecf389532cfa @="IWin32Window" -[Software\\Classes\\Interface\\{458AB8A2-A1EA-4D7B-8EBE-DEE5D3D9442C}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa56f4 +[Software\\Classes\\Interface\\{458AB8A2-A1EA-4D7B-8EBE-DEE5D3D9442C}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389532912 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{458AB8A2-A1EA-4D7B-8EBE-DEE5D3D9442C}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa583e +[Software\\Classes\\Interface\\{458AB8A2-A1EA-4D7B-8EBE-DEE5D3D9442C}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389532ba6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{458AB8A2-A1EA-4D7B-8EBE-DEE5D3D9442C}\\TypeLib] 1460706650 -#time=1d196eb87aa5a32 +[Software\\Classes\\Interface\\{458AB8A2-A1EA-4D7B-8EBE-DEE5D3D9442C}\\TypeLib] 1526460884 +#time=1d3ecf389532e9e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{45E29CA6-670A-3B13-9557-4E5903056BF3}] 1460706650 -#time=1d196eb877de362 +[Software\\Classes\\Interface\\{45E29CA6-670A-3B13-9557-4E5903056BF3}] 1526460884 +#time=1d3ecf3892aa604 @="_CodeBaseReferenceExpression" -[Software\\Classes\\Interface\\{45E29CA6-670A-3B13-9557-4E5903056BF3}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ddf66 +[Software\\Classes\\Interface\\{45E29CA6-670A-3B13-9557-4E5903056BF3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892aa2da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{45E29CA6-670A-3B13-9557-4E5903056BF3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877de1aa +[Software\\Classes\\Interface\\{45E29CA6-670A-3B13-9557-4E5903056BF3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892aa4c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{45E29CA6-670A-3B13-9557-4E5903056BF3}\\TypeLib] 1460706650 -#time=1d196eb877de484 +[Software\\Classes\\Interface\\{45E29CA6-670A-3B13-9557-4E5903056BF3}\\TypeLib] 1526460884 +#time=1d3ecf3892aa780 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{45E2B4AE-B1C3-11D0-B92F-00A0C90312E1}] 1460706471 -#time=1d196eb1ce182fc +[Software\\Classes\\Interface\\{45E2B4AE-B1C3-11D0-B92F-00A0C90312E1}] 1526460533 +#time=1d3ecf2b80989dc @="IShellLinkDataList" -[Software\\Classes\\Interface\\{45E2B4AE-B1C3-11D0-B92F-00A0C90312E1}\\NumMethods] 1460706471 -#time=1d196eb1ce18216 +[Software\\Classes\\Interface\\{45E2B4AE-B1C3-11D0-B92F-00A0C90312E1}\\NumMethods] 1526460533 +#time=1d3ecf2b80988e2 @="8" -[Software\\Classes\\Interface\\{45E2B4AE-B1C3-11D0-B92F-00A0C90312E1}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1836a +[Software\\Classes\\Interface\\{45E2B4AE-B1C3-11D0-B92F-00A0C90312E1}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8098a5e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{45FD4C49-3DB8-3BFB-9B5A-C9D4891C13B5}] 1460706650 -#time=1d196eb8753a296 +[Software\\Classes\\Interface\\{45FD4C49-3DB8-3BFB-9B5A-C9D4891C13B5}] 1526460884 +#time=1d3ecf389055c0a @="_ServicedComponent" -[Software\\Classes\\Interface\\{45FD4C49-3DB8-3BFB-9B5A-C9D4891C13B5}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753a07a +[Software\\Classes\\Interface\\{45FD4C49-3DB8-3BFB-9B5A-C9D4891C13B5}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3890559b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{45FD4C49-3DB8-3BFB-9B5A-C9D4891C13B5}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753a1c4 +[Software\\Classes\\Interface\\{45FD4C49-3DB8-3BFB-9B5A-C9D4891C13B5}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389055b24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{45FD4C49-3DB8-3BFB-9B5A-C9D4891C13B5}\\TypeLib] 1460706650 -#time=1d196eb8753a390 +[Software\\Classes\\Interface\\{45FD4C49-3DB8-3BFB-9B5A-C9D4891C13B5}\\TypeLib] 1526460884 +#time=1d3ecf389055d2c @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{46297823-9940-4C09-AED9-CD3EA6D05968}] 1460706472 -#time=1d196eb1d1e7a40 +[Software\\Classes\\Interface\\{46297823-9940-4C09-AED9-CD3EA6D05968}] 1526460533 +#time=1d3ecf2b7df2106 @="IUpdateIdentity" -[Software\\Classes\\Interface\\{46297823-9940-4C09-AED9-CD3EA6D05968}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e7824 +[Software\\Classes\\Interface\\{46297823-9940-4C09-AED9-CD3EA6D05968}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df1e9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{46297823-9940-4C09-AED9-CD3EA6D05968}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e796e +[Software\\Classes\\Interface\\{46297823-9940-4C09-AED9-CD3EA6D05968}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df2016 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{46297823-9940-4C09-AED9-CD3EA6D05968}\\TypeLib] 1460706472 -#time=1d196eb1d1e7bc6 +[Software\\Classes\\Interface\\{46297823-9940-4C09-AED9-CD3EA6D05968}\\TypeLib] 1526460533 +#time=1d3ecf2b7df221e @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{463A506D-6992-49D2-9B88-93D55E70BB16}] 1460706471 -#time=1d196eb1cfc8412 +[Software\\Classes\\Interface\\{463A506D-6992-49D2-9B88-93D55E70BB16}] 1526460533 +#time=1d3ecf2b7e37dbe @="ITfRangeBackup" -[Software\\Classes\\Interface\\{463A506D-6992-49D2-9B88-93D55E70BB16}\\NumMethods] 1460706471 -#time=1d196eb1cfc8340 +[Software\\Classes\\Interface\\{463A506D-6992-49D2-9B88-93D55E70BB16}\\NumMethods] 1526460533 +#time=1d3ecf2b7e37cce @="4" -[Software\\Classes\\Interface\\{463A506D-6992-49D2-9B88-93D55E70BB16}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc8480 +[Software\\Classes\\Interface\\{463A506D-6992-49D2-9B88-93D55E70BB16}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e37e4a @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{46527C03-B144-3CF0-86B3-B8776148A6E9}] 1460706649 -#time=1d196eb86f05d3a +[Software\\Classes\\Interface\\{46527C03-B144-3CF0-86B3-B8776148A6E9}] 1526460883 +#time=1d3ecf388a84eb6 @="IClientFormatterSink" -[Software\\Classes\\Interface\\{46527C03-B144-3CF0-86B3-B8776148A6E9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f058f8 +[Software\\Classes\\Interface\\{46527C03-B144-3CF0-86B3-B8776148A6E9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a84c36 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{46527C03-B144-3CF0-86B3-B8776148A6E9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f05b64 +[Software\\Classes\\Interface\\{46527C03-B144-3CF0-86B3-B8776148A6E9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a84dc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{46527C03-B144-3CF0-86B3-B8776148A6E9}\\TypeLib] 1460706649 -#time=1d196eb86f05fc4 +[Software\\Classes\\Interface\\{46527C03-B144-3CF0-86B3-B8776148A6E9}\\TypeLib] 1526460883 +#time=1d3ecf388a84fc4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{468B8EB4-89AC-381B-8F86-5E47EC0648B4}] 1460706649 -#time=1d196eb86faffec +[Software\\Classes\\Interface\\{468B8EB4-89AC-381B-8F86-5E47EC0648B4}] 1526460883 +#time=1d3ecf388b2c094 @="_PathTooLongException" -[Software\\Classes\\Interface\\{468B8EB4-89AC-381B-8F86-5E47EC0648B4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fafdda +[Software\\Classes\\Interface\\{468B8EB4-89AC-381B-8F86-5E47EC0648B4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2be32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{468B8EB4-89AC-381B-8F86-5E47EC0648B4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86faff1a +[Software\\Classes\\Interface\\{468B8EB4-89AC-381B-8F86-5E47EC0648B4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2bfa4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{468B8EB4-89AC-381B-8F86-5E47EC0648B4}\\TypeLib] 1460706649 -#time=1d196eb86fb00e6 +[Software\\Classes\\Interface\\{468B8EB4-89AC-381B-8F86-5E47EC0648B4}\\TypeLib] 1526460883 +#time=1d3ecf388b2c1ac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{469D64EC-EB30-3462-A93B-E01BAA5CAF83}] 1460706650 -#time=1d196eb87ace9b4 +[Software\\Classes\\Interface\\{469D64EC-EB30-3462-A93B-E01BAA5CAF83}] 1526460884 +#time=1d3ecf38956ccc0 @="_VScrollBar" -[Software\\Classes\\Interface\\{469D64EC-EB30-3462-A93B-E01BAA5CAF83}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ace7ac +[Software\\Classes\\Interface\\{469D64EC-EB30-3462-A93B-E01BAA5CAF83}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956ca54 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{469D64EC-EB30-3462-A93B-E01BAA5CAF83}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ace8e2 +[Software\\Classes\\Interface\\{469D64EC-EB30-3462-A93B-E01BAA5CAF83}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956cbc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{469D64EC-EB30-3462-A93B-E01BAA5CAF83}\\TypeLib] 1460706650 -#time=1d196eb87aceac2 +[Software\\Classes\\Interface\\{469D64EC-EB30-3462-A93B-E01BAA5CAF83}\\TypeLib] 1526460884 +#time=1d3ecf38956cdd8 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{46A3F9FF-F73C-33C7-BCC3-1BEF4B25E4AE}] 1460706649 -#time=1d196eb86fdb8a4 +[Software\\Classes\\Interface\\{46A3F9FF-F73C-33C7-BCC3-1BEF4B25E4AE}] 1526460883 +#time=1d3ecf388b5c050 @="_SoapFieldAttribute" -[Software\\Classes\\Interface\\{46A3F9FF-F73C-33C7-BCC3-1BEF4B25E4AE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdb692 +[Software\\Classes\\Interface\\{46A3F9FF-F73C-33C7-BCC3-1BEF4B25E4AE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5bdee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{46A3F9FF-F73C-33C7-BCC3-1BEF4B25E4AE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdb7d2 +[Software\\Classes\\Interface\\{46A3F9FF-F73C-33C7-BCC3-1BEF4B25E4AE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5bf60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{46A3F9FF-F73C-33C7-BCC3-1BEF4B25E4AE}\\TypeLib] 1460706649 -#time=1d196eb86fdb99e +[Software\\Classes\\Interface\\{46A3F9FF-F73C-33C7-BCC3-1BEF4B25E4AE}\\TypeLib] 1526460883 +#time=1d3ecf388b5c168 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{470DE738-5261-302A-B205-4744652D2FD3}] 1460706650 -#time=1d196eb87ac8582 +[Software\\Classes\\Interface\\{470DE738-5261-302A-B205-4744652D2FD3}] 1526460884 +#time=1d3ecf389565c72 @="_TabControl" -[Software\\Classes\\Interface\\{470DE738-5261-302A-B205-4744652D2FD3}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac8366 +[Software\\Classes\\Interface\\{470DE738-5261-302A-B205-4744652D2FD3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389565a1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{470DE738-5261-302A-B205-4744652D2FD3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac84ba +[Software\\Classes\\Interface\\{470DE738-5261-302A-B205-4744652D2FD3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389565b82 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{470DE738-5261-302A-B205-4744652D2FD3}\\TypeLib] 1460706650 -#time=1d196eb87ac867c +[Software\\Classes\\Interface\\{470DE738-5261-302A-B205-4744652D2FD3}\\TypeLib] 1526460884 +#time=1d3ecf389565d80 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{472B7121-2C54-31F6-9EF0-183BA7E89C21}] 1460706650 -#time=1d196eb8753c244 +[Software\\Classes\\Interface\\{472B7121-2C54-31F6-9EF0-183BA7E89C21}] 1526460884 +#time=1d3ecf389058360 @="_SecurityCallers" -[Software\\Classes\\Interface\\{472B7121-2C54-31F6-9EF0-183BA7E89C21}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753be0c +[Software\\Classes\\Interface\\{472B7121-2C54-31F6-9EF0-183BA7E89C21}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905804a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{472B7121-2C54-31F6-9EF0-183BA7E89C21}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753c01e +[Software\\Classes\\Interface\\{472B7121-2C54-31F6-9EF0-183BA7E89C21}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389058270 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{472B7121-2C54-31F6-9EF0-183BA7E89C21}\\TypeLib] 1460706650 -#time=1d196eb8753c3f2 +[Software\\Classes\\Interface\\{472B7121-2C54-31F6-9EF0-183BA7E89C21}\\TypeLib] 1526460884 +#time=1d3ecf389058482 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{47698389-F182-3A67-87DF-AED490E14DC6}] 1460706649 -#time=1d196eb86fc7930 +[Software\\Classes\\Interface\\{47698389-F182-3A67-87DF-AED490E14DC6}] 1526460883 +#time=1d3ecf388b460d4 @="_UIPermission" -[Software\\Classes\\Interface\\{47698389-F182-3A67-87DF-AED490E14DC6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc7714 +[Software\\Classes\\Interface\\{47698389-F182-3A67-87DF-AED490E14DC6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b45e72 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{47698389-F182-3A67-87DF-AED490E14DC6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc785e +[Software\\Classes\\Interface\\{47698389-F182-3A67-87DF-AED490E14DC6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b45fee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{47698389-F182-3A67-87DF-AED490E14DC6}\\TypeLib] 1460706649 -#time=1d196eb86fc7a34 +[Software\\Classes\\Interface\\{47698389-F182-3A67-87DF-AED490E14DC6}\\TypeLib] 1526460883 +#time=1d3ecf388b46200 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{47C922A2-3DD5-11D2-BF8B-00C04FB93661}] 1460706471 -#time=1d196eb1cdb9586 +[Software\\Classes\\Interface\\{47C922A2-3DD5-11D2-BF8B-00C04FB93661}] 1526460533 +#time=1d3ecf2b7a91b4c @="ISearches" -[Software\\Classes\\Interface\\{47C922A2-3DD5-11D2-BF8B-00C04FB93661}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb9360 +[Software\\Classes\\Interface\\{47C922A2-3DD5-11D2-BF8B-00C04FB93661}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a91836 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{47C922A2-3DD5-11D2-BF8B-00C04FB93661}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb94aa +[Software\\Classes\\Interface\\{47C922A2-3DD5-11D2-BF8B-00C04FB93661}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a91a16 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{47C922A2-3DD5-11D2-BF8B-00C04FB93661}\\TypeLib] 1460706471 -#time=1d196eb1cdb9676 +[Software\\Classes\\Interface\\{47C922A2-3DD5-11D2-BF8B-00C04FB93661}\\TypeLib] 1526460533 +#time=1d3ecf2b7a91cbe @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{4803CE39-2F30-31FC-B84B-5A0141385269}] 1460706649 -#time=1d196eb86fbb27a +[Software\\Classes\\Interface\\{4803CE39-2F30-31FC-B84B-5A0141385269}] 1526460883 +#time=1d3ecf388b38b6e @="_CodeAccessPermission" -[Software\\Classes\\Interface\\{4803CE39-2F30-31FC-B84B-5A0141385269}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbb068 +[Software\\Classes\\Interface\\{4803CE39-2F30-31FC-B84B-5A0141385269}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b38916 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4803CE39-2F30-31FC-B84B-5A0141385269}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbb1b2 +[Software\\Classes\\Interface\\{4803CE39-2F30-31FC-B84B-5A0141385269}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b38a88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4803CE39-2F30-31FC-B84B-5A0141385269}\\TypeLib] 1460706649 -#time=1d196eb86fbb37e +[Software\\Classes\\Interface\\{4803CE39-2F30-31FC-B84B-5A0141385269}\\TypeLib] 1526460883 +#time=1d3ecf388b38c86 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{48600DD2-0099-337F-92D6-961D1E5010D4}] 1460706649 -#time=1d196eb8700dc28 +[Software\\Classes\\Interface\\{48600DD2-0099-337F-92D6-961D1E5010D4}] 1526460883 +#time=1d3ecf388b93d2a @="_SHA1" -[Software\\Classes\\Interface\\{48600DD2-0099-337F-92D6-961D1E5010D4}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700da16 +[Software\\Classes\\Interface\\{48600DD2-0099-337F-92D6-961D1E5010D4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b93aa0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48600DD2-0099-337F-92D6-961D1E5010D4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700db56 +[Software\\Classes\\Interface\\{48600DD2-0099-337F-92D6-961D1E5010D4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b93c30 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48600DD2-0099-337F-92D6-961D1E5010D4}\\TypeLib] 1460706649 -#time=1d196eb8700dd2c +[Software\\Classes\\Interface\\{48600DD2-0099-337F-92D6-961D1E5010D4}\\TypeLib] 1526460883 +#time=1d3ecf388b93e60 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{486360F5-6213-322B-BEFB-45221579D4AF}] 1460706649 -#time=1d196eb870021f2 +[Software\\Classes\\Interface\\{486360F5-6213-322B-BEFB-45221579D4AF}] 1526460883 +#time=1d3ecf388b86aee @="_HMACMD5" -[Software\\Classes\\Interface\\{486360F5-6213-322B-BEFB-45221579D4AF}\\ProxyStubClsid] 1460706649 -#time=1d196eb87001ff4 +[Software\\Classes\\Interface\\{486360F5-6213-322B-BEFB-45221579D4AF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b867b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{486360F5-6213-322B-BEFB-45221579D4AF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87002134 +[Software\\Classes\\Interface\\{486360F5-6213-322B-BEFB-45221579D4AF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b869d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{486360F5-6213-322B-BEFB-45221579D4AF}\\TypeLib] 1460706649 -#time=1d196eb870022ec +[Software\\Classes\\Interface\\{486360F5-6213-322B-BEFB-45221579D4AF}\\TypeLib] 1526460883 +#time=1d3ecf388b86f80 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{487E52F1-2BB9-3BD0-A0CA-6728B3A1D051}] 1460706649 -#time=1d196eb86fab334 +[Software\\Classes\\Interface\\{487E52F1-2BB9-3BD0-A0CA-6728B3A1D051}] 1526460883 +#time=1d3ecf388b26b12 @="_DirectoryInfo" -[Software\\Classes\\Interface\\{487E52F1-2BB9-3BD0-A0CA-6728B3A1D051}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fab12c +[Software\\Classes\\Interface\\{487E52F1-2BB9-3BD0-A0CA-6728B3A1D051}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b268ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{487E52F1-2BB9-3BD0-A0CA-6728B3A1D051}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fab26c +[Software\\Classes\\Interface\\{487E52F1-2BB9-3BD0-A0CA-6728B3A1D051}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b26a2c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{487E52F1-2BB9-3BD0-A0CA-6728B3A1D051}\\TypeLib] 1460706649 -#time=1d196eb86fab42e +[Software\\Classes\\Interface\\{487E52F1-2BB9-3BD0-A0CA-6728B3A1D051}\\TypeLib] 1526460883 +#time=1d3ecf388b26c34 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{48815668-6C27-3312-803E-2757F55CE96A}] 1460706649 -#time=1d196eb86fbca4e +[Software\\Classes\\Interface\\{48815668-6C27-3312-803E-2757F55CE96A}] 1526460883 +#time=1d3ecf388b3a5a4 @="_SecurityAttribute" -[Software\\Classes\\Interface\\{48815668-6C27-3312-803E-2757F55CE96A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbc828 +[Software\\Classes\\Interface\\{48815668-6C27-3312-803E-2757F55CE96A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3a342 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48815668-6C27-3312-803E-2757F55CE96A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbc986 +[Software\\Classes\\Interface\\{48815668-6C27-3312-803E-2757F55CE96A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3a4b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48815668-6C27-3312-803E-2757F55CE96A}\\TypeLib] 1460706649 -#time=1d196eb86fbcb52 +[Software\\Classes\\Interface\\{48815668-6C27-3312-803E-2757F55CE96A}\\TypeLib] 1526460883 +#time=1d3ecf388b3a6bc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{48AD41DA-0872-31DA-9887-F81F213527E6}] 1460706649 -#time=1d196eb86ef54b2 +[Software\\Classes\\Interface\\{48AD41DA-0872-31DA-9887-F81F213527E6}] 1526460883 +#time=1d3ecf388a7ebb0 @="IChannelReceiver" -[Software\\Classes\\Interface\\{48AD41DA-0872-31DA-9887-F81F213527E6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ef5084 +[Software\\Classes\\Interface\\{48AD41DA-0872-31DA-9887-F81F213527E6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7e94e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48AD41DA-0872-31DA-9887-F81F213527E6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ef535e +[Software\\Classes\\Interface\\{48AD41DA-0872-31DA-9887-F81F213527E6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7eac0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48AD41DA-0872-31DA-9887-F81F213527E6}\\TypeLib] 1460706649 -#time=1d196eb86ef88ba +[Software\\Classes\\Interface\\{48AD41DA-0872-31DA-9887-F81F213527E6}\\TypeLib] 1526460883 +#time=1d3ecf388a7ecc8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{48ADDD32-3CA5-4124-ABE3-B5A72531B207}] 1460706471 -#time=1d196eb1ce21b18 +[Software\\Classes\\Interface\\{48ADDD32-3CA5-4124-ABE3-B5A72531B207}] 1526460533 +#time=1d3ecf2b80a2680 @="ITransferDestination" -[Software\\Classes\\Interface\\{48ADDD32-3CA5-4124-ABE3-B5A72531B207}\\NumMethods] 1460706471 -#time=1d196eb1ce21a3c +[Software\\Classes\\Interface\\{48ADDD32-3CA5-4124-ABE3-B5A72531B207}\\NumMethods] 1526460533 +#time=1d3ecf2b80a2590 @="6" -[Software\\Classes\\Interface\\{48ADDD32-3CA5-4124-ABE3-B5A72531B207}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce21b86 +[Software\\Classes\\Interface\\{48ADDD32-3CA5-4124-ABE3-B5A72531B207}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a2720 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{48BEA6C4-752E-3974-8CA8-CFB6274E2379}] 1460706649 -#time=1d196eb86f77d2c +[Software\\Classes\\Interface\\{48BEA6C4-752E-3974-8CA8-CFB6274E2379}] 1526460883 +#time=1d3ecf388af15b6 @="_KoreanCalendar" -[Software\\Classes\\Interface\\{48BEA6C4-752E-3974-8CA8-CFB6274E2379}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f77b24 +[Software\\Classes\\Interface\\{48BEA6C4-752E-3974-8CA8-CFB6274E2379}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af1354 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48BEA6C4-752E-3974-8CA8-CFB6274E2379}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f77c5a +[Software\\Classes\\Interface\\{48BEA6C4-752E-3974-8CA8-CFB6274E2379}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af14c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48BEA6C4-752E-3974-8CA8-CFB6274E2379}\\TypeLib] 1460706649 -#time=1d196eb86f77e1c +[Software\\Classes\\Interface\\{48BEA6C4-752E-3974-8CA8-CFB6274E2379}\\TypeLib] 1526460883 +#time=1d3ecf388af16ce @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{48C6ECA0-1E5E-37DD-8FFC-467113D7A868}] 1460706648 -#time=1d196eb868dace4 +[Software\\Classes\\Interface\\{48C6ECA0-1E5E-37DD-8FFC-467113D7A868}] 1526460883 +#time=1d3ecf3884e78a0 @="_DebugConvert" -[Software\\Classes\\Interface\\{48C6ECA0-1E5E-37DD-8FFC-467113D7A868}\\ProxyStubClsid] 1460706648 -#time=1d196eb868daaa0 +[Software\\Classes\\Interface\\{48C6ECA0-1E5E-37DD-8FFC-467113D7A868}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e73dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48C6ECA0-1E5E-37DD-8FFC-467113D7A868}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868dabea +[Software\\Classes\\Interface\\{48C6ECA0-1E5E-37DD-8FFC-467113D7A868}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e76b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{48C6ECA0-1E5E-37DD-8FFC-467113D7A868}\\TypeLib] 1460706648 -#time=1d196eb868dae06 +[Software\\Classes\\Interface\\{48C6ECA0-1E5E-37DD-8FFC-467113D7A868}\\TypeLib] 1526460883 +#time=1d3ecf3884e7ae4 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{494A7583-190E-3693-9EC4-DE54DC6A84A2}] 1460706649 -#time=1d196eb86f24398 +[Software\\Classes\\Interface\\{494A7583-190E-3693-9EC4-DE54DC6A84A2}] 1526460883 +#time=1d3ecf388a94d34 @="ICspAsymmetricAlgorithm" -[Software\\Classes\\Interface\\{494A7583-190E-3693-9EC4-DE54DC6A84A2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f24140 +[Software\\Classes\\Interface\\{494A7583-190E-3693-9EC4-DE54DC6A84A2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a94ad2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{494A7583-190E-3693-9EC4-DE54DC6A84A2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f242c6 +[Software\\Classes\\Interface\\{494A7583-190E-3693-9EC4-DE54DC6A84A2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a94c4e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{494A7583-190E-3693-9EC4-DE54DC6A84A2}\\TypeLib] 1460706649 -#time=1d196eb86f244b0 +[Software\\Classes\\Interface\\{494A7583-190E-3693-9EC4-DE54DC6A84A2}\\TypeLib] 1526460883 +#time=1d3ecf388a94e4c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4954E0D0-FBC7-11D1-8410-006008C3FBFC}] 1460706471 -#time=1d196eb1cdfec08 +[Software\\Classes\\Interface\\{4954E0D0-FBC7-11D1-8410-006008C3FBFC}] 1526460533 +#time=1d3ecf2b8083758 @="IActiveScriptProperty" -[Software\\Classes\\Interface\\{4954E0D0-FBC7-11D1-8410-006008C3FBFC}\\NumMethods] 1460706471 -#time=1d196eb1cdfeb36 +[Software\\Classes\\Interface\\{4954E0D0-FBC7-11D1-8410-006008C3FBFC}\\NumMethods] 1526460533 +#time=1d3ecf2b80835d2 @="5" -[Software\\Classes\\Interface\\{4954E0D0-FBC7-11D1-8410-006008C3FBFC}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfec76 +[Software\\Classes\\Interface\\{4954E0D0-FBC7-11D1-8410-006008C3FBFC}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80837ee @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{496B0ABE-CDEE-11D3-88E8-00902754C43A}] 1460706649 -#time=1d196eb86ecfb54 +[Software\\Classes\\Interface\\{496B0ABE-CDEE-11D3-88E8-00902754C43A}] 1526460883 +#time=1d3ecf388a59950 @="IEnumerable" -[Software\\Classes\\Interface\\{496B0ABE-CDEE-11D3-88E8-00902754C43A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ecf91a +[Software\\Classes\\Interface\\{496B0ABE-CDEE-11D3-88E8-00902754C43A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a596c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{496B0ABE-CDEE-11D3-88E8-00902754C43A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ecfa82 +[Software\\Classes\\Interface\\{496B0ABE-CDEE-11D3-88E8-00902754C43A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a59838 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{496B0ABE-CDEE-11D3-88E8-00902754C43A}\\TypeLib] 1460706649 -#time=1d196eb86ecfc58 +[Software\\Classes\\Interface\\{496B0ABE-CDEE-11D3-88E8-00902754C43A}\\TypeLib] 1526460883 +#time=1d3ecf388a59a68 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{496B0ABF-CDEE-11D3-88E8-00902754C43A}] 1460706649 -#time=1d196eb86ed1b48 +[Software\\Classes\\Interface\\{496B0ABF-CDEE-11D3-88E8-00902754C43A}] 1526460883 +#time=1d3ecf388a5afb2 @="IEnumerator" -[Software\\Classes\\Interface\\{496B0ABF-CDEE-11D3-88E8-00902754C43A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed163e +[Software\\Classes\\Interface\\{496B0ABF-CDEE-11D3-88E8-00902754C43A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5acb0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{496B0ABF-CDEE-11D3-88E8-00902754C43A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed19cc +[Software\\Classes\\Interface\\{496B0ABF-CDEE-11D3-88E8-00902754C43A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5ae9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{496B0ABF-CDEE-11D3-88E8-00902754C43A}\\TypeLib] 1460706649 -#time=1d196eb86ed1d28 +[Software\\Classes\\Interface\\{496B0ABF-CDEE-11D3-88E8-00902754C43A}\\TypeLib] 1526460883 +#time=1d3ecf388a5b0fc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4979EC29-C2B7-3AD6-986D-5AAF7344CC4E}] 1460706649 -#time=1d196eb86fe6b3c +[Software\\Classes\\Interface\\{4979EC29-C2B7-3AD6-986D-5AAF7344CC4E}] 1526460883 +#time=1d3ecf388b68a94 @="_SoapPositiveInteger" -[Software\\Classes\\Interface\\{4979EC29-C2B7-3AD6-986D-5AAF7344CC4E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe6542 +[Software\\Classes\\Interface\\{4979EC29-C2B7-3AD6-986D-5AAF7344CC4E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b68832 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4979EC29-C2B7-3AD6-986D-5AAF7344CC4E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe6a24 +[Software\\Classes\\Interface\\{4979EC29-C2B7-3AD6-986D-5AAF7344CC4E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b689a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4979EC29-C2B7-3AD6-986D-5AAF7344CC4E}\\TypeLib] 1460706649 -#time=1d196eb86fe6c68 +[Software\\Classes\\Interface\\{4979EC29-C2B7-3AD6-986D-5AAF7344CC4E}\\TypeLib] 1526460883 +#time=1d3ecf388b68bc0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{49DD9E4B-84F3-3D6D-91FB-3FEDCEF634C7}] 1460706649 -#time=1d196eb8701078e +[Software\\Classes\\Interface\\{49DD9E4B-84F3-3D6D-91FB-3FEDCEF634C7}] 1526460883 +#time=1d3ecf388b96b88 @="_SHA512" -[Software\\Classes\\Interface\\{49DD9E4B-84F3-3D6D-91FB-3FEDCEF634C7}\\ProxyStubClsid] 1460706649 -#time=1d196eb8701055e +[Software\\Classes\\Interface\\{49DD9E4B-84F3-3D6D-91FB-3FEDCEF634C7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b96926 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{49DD9E4B-84F3-3D6D-91FB-3FEDCEF634C7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb870106a8 +[Software\\Classes\\Interface\\{49DD9E4B-84F3-3D6D-91FB-3FEDCEF634C7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b96a98 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{49DD9E4B-84F3-3D6D-91FB-3FEDCEF634C7}\\TypeLib] 1460706649 -#time=1d196eb8701089c +[Software\\Classes\\Interface\\{49DD9E4B-84F3-3D6D-91FB-3FEDCEF634C7}\\TypeLib] 1526460883 +#time=1d3ecf388b96ca0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4A68BAA3-27AA-314A-BDBB-6AE9BDFC0420}] 1460706649 -#time=1d196eb86eee112 +[Software\\Classes\\Interface\\{4A68BAA3-27AA-314A-BDBB-6AE9BDFC0420}] 1526460883 +#time=1d3ecf388a79caa @="IContextAttribute" -[Software\\Classes\\Interface\\{4A68BAA3-27AA-314A-BDBB-6AE9BDFC0420}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eede9c +[Software\\Classes\\Interface\\{4A68BAA3-27AA-314A-BDBB-6AE9BDFC0420}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a79a48 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4A68BAA3-27AA-314A-BDBB-6AE9BDFC0420}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eee036 +[Software\\Classes\\Interface\\{4A68BAA3-27AA-314A-BDBB-6AE9BDFC0420}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a79bba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4A68BAA3-27AA-314A-BDBB-6AE9BDFC0420}\\TypeLib] 1460706649 -#time=1d196eb86eee234 +[Software\\Classes\\Interface\\{4A68BAA3-27AA-314A-BDBB-6AE9BDFC0420}\\TypeLib] 1526460883 +#time=1d3ecf388a79de0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4A976298-8C0D-11D3-B389-00C04F68574B}] 1460706472 -#time=1d196eb1d1c43ce +[Software\\Classes\\Interface\\{4A976298-8C0D-11D3-B389-00C04F68574B}] 1526460533 +#time=1d3ecf2b7fc12d4 @="IWMPStringCollection" -[Software\\Classes\\Interface\\{4A976298-8C0D-11D3-B389-00C04F68574B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c419e +[Software\\Classes\\Interface\\{4A976298-8C0D-11D3-B389-00C04F68574B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc1072 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4A976298-8C0D-11D3-B389-00C04F68574B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c42f2 +[Software\\Classes\\Interface\\{4A976298-8C0D-11D3-B389-00C04F68574B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc11e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4A976298-8C0D-11D3-B389-00C04F68574B}\\TypeLib] 1460706472 -#time=1d196eb1d1c44b4 +[Software\\Classes\\Interface\\{4A976298-8C0D-11D3-B389-00C04F68574B}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc13ec @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{4AAA99AA-77B1-3CF7-85D8-D9CF69271AC6}] 1460706650 -#time=1d196eb87aab004 +[Software\\Classes\\Interface\\{4AAA99AA-77B1-3CF7-85D8-D9CF69271AC6}] 1526460884 +#time=1d3ecf38953d7c2 @="_KeyEventArgs" -[Software\\Classes\\Interface\\{4AAA99AA-77B1-3CF7-85D8-D9CF69271AC6}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aaadca +[Software\\Classes\\Interface\\{4AAA99AA-77B1-3CF7-85D8-D9CF69271AC6}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953d2ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4AAA99AA-77B1-3CF7-85D8-D9CF69271AC6}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aaaf28 +[Software\\Classes\\Interface\\{4AAA99AA-77B1-3CF7-85D8-D9CF69271AC6}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38953d682 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4AAA99AA-77B1-3CF7-85D8-D9CF69271AC6}\\TypeLib] 1460706650 -#time=1d196eb87aab108 +[Software\\Classes\\Interface\\{4AAA99AA-77B1-3CF7-85D8-D9CF69271AC6}\\TypeLib] 1526460884 +#time=1d3ecf38953d97a @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{4AB67927-3C86-328A-8186-F85357DD5527}] 1460706649 -#time=1d196eb86f96326 +[Software\\Classes\\Interface\\{4AB67927-3C86-328A-8186-F85357DD5527}] 1526460883 +#time=1d3ecf388b10a56 @="_LCIDConversionAttribute" -[Software\\Classes\\Interface\\{4AB67927-3C86-328A-8186-F85357DD5527}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f960ec +[Software\\Classes\\Interface\\{4AB67927-3C86-328A-8186-F85357DD5527}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b107a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4AB67927-3C86-328A-8186-F85357DD5527}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f96254 +[Software\\Classes\\Interface\\{4AB67927-3C86-328A-8186-F85357DD5527}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b10948 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4AB67927-3C86-328A-8186-F85357DD5527}\\TypeLib] 1460706649 -#time=1d196eb86f9642a +[Software\\Classes\\Interface\\{4AB67927-3C86-328A-8186-F85357DD5527}\\TypeLib] 1526460883 +#time=1d3ecf388b10b96 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4ACB3495-05DB-381B-890A-D12F5340DCA3}] 1460706649 -#time=1d196eb86fd28c6 +[Software\\Classes\\Interface\\{4ACB3495-05DB-381B-890A-D12F5340DCA3}] 1526460883 +#time=1d3ecf388b52082 @="_ContextProperty" -[Software\\Classes\\Interface\\{4ACB3495-05DB-381B-890A-D12F5340DCA3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd26aa +[Software\\Classes\\Interface\\{4ACB3495-05DB-381B-890A-D12F5340DCA3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b51e16 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4ACB3495-05DB-381B-890A-D12F5340DCA3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd27f4 +[Software\\Classes\\Interface\\{4ACB3495-05DB-381B-890A-D12F5340DCA3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b51f92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4ACB3495-05DB-381B-890A-D12F5340DCA3}\\TypeLib] 1460706649 -#time=1d196eb86fd29c0 +[Software\\Classes\\Interface\\{4ACB3495-05DB-381B-890A-D12F5340DCA3}\\TypeLib] 1526460883 +#time=1d3ecf388b52190 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4B10971E-D61D-373F-BC8D-2CCF31126215}] 1460706649 -#time=1d196eb86fdc6a0 +[Software\\Classes\\Interface\\{4B10971E-D61D-373F-BC8D-2CCF31126215}] 1526460883 +#time=1d3ecf388b5cd70 @="_RemotingConfiguration" -[Software\\Classes\\Interface\\{4B10971E-D61D-373F-BC8D-2CCF31126215}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdc45c +[Software\\Classes\\Interface\\{4B10971E-D61D-373F-BC8D-2CCF31126215}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5cb0e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B10971E-D61D-373F-BC8D-2CCF31126215}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdc5a6 +[Software\\Classes\\Interface\\{4B10971E-D61D-373F-BC8D-2CCF31126215}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5cc80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B10971E-D61D-373F-BC8D-2CCF31126215}\\TypeLib] 1460706649 -#time=1d196eb86fdc7b8 +[Software\\Classes\\Interface\\{4B10971E-D61D-373F-BC8D-2CCF31126215}\\TypeLib] 1526460883 +#time=1d3ecf388b5ce88 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4B4939AF-61C1-378F-BDF0-68B9B3EE48E3}] 1460706650 -#time=1d196eb87ab223c +[Software\\Classes\\Interface\\{4B4939AF-61C1-378F-BDF0-68B9B3EE48E3}] 1526460884 +#time=1d3ecf38954490a @="_ContextMenuStrip" -[Software\\Classes\\Interface\\{4B4939AF-61C1-378F-BDF0-68B9B3EE48E3}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab200c +[Software\\Classes\\Interface\\{4B4939AF-61C1-378F-BDF0-68B9B3EE48E3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954436a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B4939AF-61C1-378F-BDF0-68B9B3EE48E3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab216a +[Software\\Classes\\Interface\\{4B4939AF-61C1-378F-BDF0-68B9B3EE48E3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895446c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B4939AF-61C1-378F-BDF0-68B9B3EE48E3}\\TypeLib] 1460706650 -#time=1d196eb87ab2340 +[Software\\Classes\\Interface\\{4B4939AF-61C1-378F-BDF0-68B9B3EE48E3}\\TypeLib] 1526460884 +#time=1d3ecf3895456ca @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{4B5FC561-5983-31E4-903B-1404231B2C89}] 1460706649 -#time=1d196eb870009ba +[Software\\Classes\\Interface\\{4B5FC561-5983-31E4-903B-1404231B2C89}] 1526460883 +#time=1d3ecf388b84cbc @="_DSASignatureFormatter" -[Software\\Classes\\Interface\\{4B5FC561-5983-31E4-903B-1404231B2C89}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700079e +[Software\\Classes\\Interface\\{4B5FC561-5983-31E4-903B-1404231B2C89}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b84a5a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B5FC561-5983-31E4-903B-1404231B2C89}\\ProxyStubClsid32] 1460706649 -#time=1d196eb870008e8 +[Software\\Classes\\Interface\\{4B5FC561-5983-31E4-903B-1404231B2C89}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b84bcc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B5FC561-5983-31E4-903B-1404231B2C89}\\TypeLib] 1460706649 -#time=1d196eb87000ac8 +[Software\\Classes\\Interface\\{4B5FC561-5983-31E4-903B-1404231B2C89}\\TypeLib] 1526460883 +#time=1d3ecf388b84dd4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4B7571C3-1275-3457-8FEE-9976FD3937E3}] 1460706649 -#time=1d196eb86faa07e +[Software\\Classes\\Interface\\{4B7571C3-1275-3457-8FEE-9976FD3937E3}] 1526460883 +#time=1d3ecf388b25762 @="_BufferedStream" -[Software\\Classes\\Interface\\{4B7571C3-1275-3457-8FEE-9976FD3937E3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa9d04 +[Software\\Classes\\Interface\\{4B7571C3-1275-3457-8FEE-9976FD3937E3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b25500 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B7571C3-1275-3457-8FEE-9976FD3937E3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa9f7a +[Software\\Classes\\Interface\\{4B7571C3-1275-3457-8FEE-9976FD3937E3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b25672 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B7571C3-1275-3457-8FEE-9976FD3937E3}\\TypeLib] 1460706649 -#time=1d196eb86faa196 +[Software\\Classes\\Interface\\{4B7571C3-1275-3457-8FEE-9976FD3937E3}\\TypeLib] 1526460883 +#time=1d3ecf388b2587a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4B9A5032-4B8C-3DE6-997C-C38B4B3AF26A}] 1460706650 -#time=1d196eb877dfc3a +[Software\\Classes\\Interface\\{4B9A5032-4B8C-3DE6-997C-C38B4B3AF26A}] 1526460884 +#time=1d3ecf3892ad2dc @="_CodeStatementCollection" -[Software\\Classes\\Interface\\{4B9A5032-4B8C-3DE6-997C-C38B4B3AF26A}\\ProxyStubClsid] 1460706650 -#time=1d196eb877dfa0a +[Software\\Classes\\Interface\\{4B9A5032-4B8C-3DE6-997C-C38B4B3AF26A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892acf6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B9A5032-4B8C-3DE6-997C-C38B4B3AF26A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877dfb54 +[Software\\Classes\\Interface\\{4B9A5032-4B8C-3DE6-997C-C38B4B3AF26A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892ad192 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4B9A5032-4B8C-3DE6-997C-C38B4B3AF26A}\\TypeLib] 1460706650 -#time=1d196eb877dfe2e +[Software\\Classes\\Interface\\{4B9A5032-4B8C-3DE6-997C-C38B4B3AF26A}\\TypeLib] 1526460884 +#time=1d3ecf3892ad4b2 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{4C3D624D-FD6B-49A3-B9B7-09CB3CD3F047}] 1460706471 -#time=1d196eb1d151900 +[Software\\Classes\\Interface\\{4C3D624D-FD6B-49A3-B9B7-09CB3CD3F047}] 1526460533 +#time=1d3ecf2b7d6337a @="IExecAction" -[Software\\Classes\\Interface\\{4C3D624D-FD6B-49A3-B9B7-09CB3CD3F047}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d1516e4 +[Software\\Classes\\Interface\\{4C3D624D-FD6B-49A3-B9B7-09CB3CD3F047}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d630e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C3D624D-FD6B-49A3-B9B7-09CB3CD3F047}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15182e +[Software\\Classes\\Interface\\{4C3D624D-FD6B-49A3-B9B7-09CB3CD3F047}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d63280 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C3D624D-FD6B-49A3-B9B7-09CB3CD3F047}\\TypeLib] 1460706471 -#time=1d196eb1d1519e6 +[Software\\Classes\\Interface\\{4C3D624D-FD6B-49A3-B9B7-09CB3CD3F047}\\TypeLib] 1526460533 +#time=1d3ecf2b7d6349c @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{4C482CC2-68E9-37C6-8353-9A94BD2D7F0B}] 1460706649 -#time=1d196eb86f287d6 +[Software\\Classes\\Interface\\{4C482CC2-68E9-37C6-8353-9A94BD2D7F0B}] 1526460883 +#time=1d3ecf388a98f24 @="_SystemException" -[Software\\Classes\\Interface\\{4C482CC2-68E9-37C6-8353-9A94BD2D7F0B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f285ba +[Software\\Classes\\Interface\\{4C482CC2-68E9-37C6-8353-9A94BD2D7F0B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a98ccc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C482CC2-68E9-37C6-8353-9A94BD2D7F0B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f28704 +[Software\\Classes\\Interface\\{4C482CC2-68E9-37C6-8353-9A94BD2D7F0B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a98e3e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C482CC2-68E9-37C6-8353-9A94BD2D7F0B}\\TypeLib] 1460706649 -#time=1d196eb86f288d0 +[Software\\Classes\\Interface\\{4C482CC2-68E9-37C6-8353-9A94BD2D7F0B}\\TypeLib] 1526460883 +#time=1d3ecf388a99050 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4C545457-76D7-3C56-B277-6A9E86D1046F}] 1460706650 -#time=1d196eb877eec44 +[Software\\Classes\\Interface\\{4C545457-76D7-3C56-B277-6A9E86D1046F}] 1526460884 +#time=1d3ecf3892caf12 @="_CodeNamespaceImportCollection" -[Software\\Classes\\Interface\\{4C545457-76D7-3C56-B277-6A9E86D1046F}\\ProxyStubClsid] 1460706650 -#time=1d196eb877eea3c +[Software\\Classes\\Interface\\{4C545457-76D7-3C56-B277-6A9E86D1046F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892cac1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C545457-76D7-3C56-B277-6A9E86D1046F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877eeb72 +[Software\\Classes\\Interface\\{4C545457-76D7-3C56-B277-6A9E86D1046F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892cadfa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C545457-76D7-3C56-B277-6A9E86D1046F}\\TypeLib] 1460706650 -#time=1d196eb877eed5c +[Software\\Classes\\Interface\\{4C545457-76D7-3C56-B277-6A9E86D1046F}\\TypeLib] 1526460884 +#time=1d3ecf3892cb066 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{4C73F8B9-0899-3837-B30C-3476326EB78A}] 1460706650 -#time=1d196eb87541668 +[Software\\Classes\\Interface\\{4C73F8B9-0899-3837-B30C-3476326EB78A}] 1526460884 +#time=1d3ecf38905f570 @="_ComManagedImportUtil" -[Software\\Classes\\Interface\\{4C73F8B9-0899-3837-B30C-3476326EB78A}\\ProxyStubClsid] 1460706650 -#time=1d196eb8754144c +[Software\\Classes\\Interface\\{4C73F8B9-0899-3837-B30C-3476326EB78A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905eaf8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C73F8B9-0899-3837-B30C-3476326EB78A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87541596 +[Software\\Classes\\Interface\\{4C73F8B9-0899-3837-B30C-3476326EB78A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905eec2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C73F8B9-0899-3837-B30C-3476326EB78A}\\TypeLib] 1460706650 -#time=1d196eb87541762 +[Software\\Classes\\Interface\\{4C73F8B9-0899-3837-B30C-3476326EB78A}\\TypeLib] 1526460884 +#time=1d3ecf38905fab6 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{4C933253-83F2-35B6-961A-0780FF1BAF7C}] 1460706650 -#time=1d196eb877fa1d4 +[Software\\Classes\\Interface\\{4C933253-83F2-35B6-961A-0780FF1BAF7C}] 1526460884 +#time=1d3ecf3892da566 @="_EventDescriptorCollection" -[Software\\Classes\\Interface\\{4C933253-83F2-35B6-961A-0780FF1BAF7C}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f9fd6 +[Software\\Classes\\Interface\\{4C933253-83F2-35B6-961A-0780FF1BAF7C}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892da28c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C933253-83F2-35B6-961A-0780FF1BAF7C}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fa10c +[Software\\Classes\\Interface\\{4C933253-83F2-35B6-961A-0780FF1BAF7C}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892da444 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4C933253-83F2-35B6-961A-0780FF1BAF7C}\\TypeLib] 1460706650 -#time=1d196eb877fa2ce +[Software\\Classes\\Interface\\{4C933253-83F2-35B6-961A-0780FF1BAF7C}\\TypeLib] 1526460884 +#time=1d3ecf3892da6ba @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{4CA8147E-BAA3-3A7F-92CE-A4FD7F17D8DA}] 1460706649 -#time=1d196eb86fa9926 +[Software\\Classes\\Interface\\{4CA8147E-BAA3-3A7F-92CE-A4FD7F17D8DA}] 1526460883 +#time=1d3ecf388b250d2 @="_BinaryWriter" -[Software\\Classes\\Interface\\{4CA8147E-BAA3-3A7F-92CE-A4FD7F17D8DA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa971e +[Software\\Classes\\Interface\\{4CA8147E-BAA3-3A7F-92CE-A4FD7F17D8DA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b24e7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4CA8147E-BAA3-3A7F-92CE-A4FD7F17D8DA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa985e +[Software\\Classes\\Interface\\{4CA8147E-BAA3-3A7F-92CE-A4FD7F17D8DA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b24fec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4CA8147E-BAA3-3A7F-92CE-A4FD7F17D8DA}\\TypeLib] 1460706649 -#time=1d196eb86fa9a48 +[Software\\Classes\\Interface\\{4CA8147E-BAA3-3A7F-92CE-A4FD7F17D8DA}\\TypeLib] 1526460883 +#time=1d3ecf388b251f4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4CCA29E4-584B-3CD0-AD25-855DC5799C16}] 1460706649 -#time=1d196eb86f7338a +[Software\\Classes\\Interface\\{4CCA29E4-584B-3CD0-AD25-855DC5799C16}] 1526460883 +#time=1d3ecf388aeba1c @="_Calendar" -[Software\\Classes\\Interface\\{4CCA29E4-584B-3CD0-AD25-855DC5799C16}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7311e +[Software\\Classes\\Interface\\{4CCA29E4-584B-3CD0-AD25-855DC5799C16}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aeb756 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4CCA29E4-584B-3CD0-AD25-855DC5799C16}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f732b8 +[Software\\Classes\\Interface\\{4CCA29E4-584B-3CD0-AD25-855DC5799C16}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aeb904 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4CCA29E4-584B-3CD0-AD25-855DC5799C16}\\TypeLib] 1460706649 -#time=1d196eb86f73498 +[Software\\Classes\\Interface\\{4CCA29E4-584B-3CD0-AD25-855DC5799C16}\\TypeLib] 1526460883 +#time=1d3ecf388aebb66 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4D0BC339-E3F9-3E9E-8F68-92168E6F6981}] 1460706649 -#time=1d196eb86fddfa0 +[Software\\Classes\\Interface\\{4D0BC339-E3F9-3E9E-8F68-92168E6F6981}] 1526460883 +#time=1d3ecf388b5e8fa @="_WellKnownClientTypeEntry" -[Software\\Classes\\Interface\\{4D0BC339-E3F9-3E9E-8F68-92168E6F6981}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fddc6c +[Software\\Classes\\Interface\\{4D0BC339-E3F9-3E9E-8F68-92168E6F6981}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5e5ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4D0BC339-E3F9-3E9E-8F68-92168E6F6981}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdde10 +[Software\\Classes\\Interface\\{4D0BC339-E3F9-3E9E-8F68-92168E6F6981}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5e7e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4D0BC339-E3F9-3E9E-8F68-92168E6F6981}\\TypeLib] 1460706649 -#time=1d196eb86fde0f4 +[Software\\Classes\\Interface\\{4D0BC339-E3F9-3E9E-8F68-92168E6F6981}\\TypeLib] 1526460883 +#time=1d3ecf388b5ea44 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4D125449-BA27-3927-8589-3E1B34B622E5}] 1460706649 -#time=1d196eb86f15f1e +[Software\\Classes\\Interface\\{4D125449-BA27-3927-8589-3E1B34B622E5}] 1526460883 +#time=1d3ecf388a8cd64 @="ILogicalThreadAffinative" -[Software\\Classes\\Interface\\{4D125449-BA27-3927-8589-3E1B34B622E5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f15a96 +[Software\\Classes\\Interface\\{4D125449-BA27-3927-8589-3E1B34B622E5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8cb0c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4D125449-BA27-3927-8589-3E1B34B622E5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f15d66 +[Software\\Classes\\Interface\\{4D125449-BA27-3927-8589-3E1B34B622E5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8cc7e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4D125449-BA27-3927-8589-3E1B34B622E5}\\TypeLib] 1460706649 -#time=1d196eb86f161da +[Software\\Classes\\Interface\\{4D125449-BA27-3927-8589-3E1B34B622E5}\\TypeLib] 1526460883 +#time=1d3ecf388a8ce86 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4D7FF4BA-1565-4EA8-94E1-6E724A46F98D}] 1460706471 -#time=1d196eb1cd4cef4 +[Software\\Classes\\Interface\\{4D7FF4BA-1565-4EA8-94E1-6E724A46F98D}] 1526460533 +#time=1d3ecf2b796f250 @="IMXWriter" -[Software\\Classes\\Interface\\{4D7FF4BA-1565-4EA8-94E1-6E724A46F98D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4ccec +[Software\\Classes\\Interface\\{4D7FF4BA-1565-4EA8-94E1-6E724A46F98D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796ef58 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4D7FF4BA-1565-4EA8-94E1-6E724A46F98D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4ce2c +[Software\\Classes\\Interface\\{4D7FF4BA-1565-4EA8-94E1-6E724A46F98D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796f0fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4D7FF4BA-1565-4EA8-94E1-6E724A46F98D}\\TypeLib] 1460706605 -#time=1d196eb6c62b102 +[Software\\Classes\\Interface\\{4D7FF4BA-1565-4EA8-94E1-6E724A46F98D}\\TypeLib] 1528075957 +#time=1d3fba3eb80967e @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}] 1460706471 -#time=1d196eb1d13fa48 +[Software\\Classes\\Interface\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}] 1526460533 +#time=1d3ecf2b7aec308 @="IWiaItem" -[Software\\Classes\\Interface\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}\\NumMethods] 1460706471 -#time=1d196eb1d13f96c +[Software\\Classes\\Interface\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}\\NumMethods] 1526460533 +#time=1d3ecf2b7aec20e @="3" -[Software\\Classes\\Interface\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d13fac0 +[Software\\Classes\\Interface\\{4DB1AD10-3391-11D2-9A33-00C04FA36145}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aec38a @="{4DB1AD10-3391-11D2-9A33-00C04FA36145}" -[Software\\Classes\\Interface\\{4DB2C2B7-CBC2-3185-B966-875D4625B1A8}] 1460706649 -#time=1d196eb86f316ec +[Software\\Classes\\Interface\\{4DB2C2B7-CBC2-3185-B966-875D4625B1A8}] 1526460883 +#time=1d3ecf388aa284e @="_ArgumentException" -[Software\\Classes\\Interface\\{4DB2C2B7-CBC2-3185-B966-875D4625B1A8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f314da +[Software\\Classes\\Interface\\{4DB2C2B7-CBC2-3185-B966-875D4625B1A8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa25f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4DB2C2B7-CBC2-3185-B966-875D4625B1A8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f31624 +[Software\\Classes\\Interface\\{4DB2C2B7-CBC2-3185-B966-875D4625B1A8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa275e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4DB2C2B7-CBC2-3185-B966-875D4625B1A8}\\TypeLib] 1460706649 -#time=1d196eb86f317f0 +[Software\\Classes\\Interface\\{4DB2C2B7-CBC2-3185-B966-875D4625B1A8}\\TypeLib] 1526460883 +#time=1d3ecf388aa2966 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4DB956B7-69D0-312A-AA75-44FB55FD5D4B}] 1460706649 -#time=1d196eb86f08742 +[Software\\Classes\\Interface\\{4DB956B7-69D0-312A-AA75-44FB55FD5D4B}] 1526460883 +#time=1d3ecf388a86252 @="IContributeClientContextSink" -[Software\\Classes\\Interface\\{4DB956B7-69D0-312A-AA75-44FB55FD5D4B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f08274 +[Software\\Classes\\Interface\\{4DB956B7-69D0-312A-AA75-44FB55FD5D4B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a85ff0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4DB956B7-69D0-312A-AA75-44FB55FD5D4B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f0853a +[Software\\Classes\\Interface\\{4DB956B7-69D0-312A-AA75-44FB55FD5D4B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a86162 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4DB956B7-69D0-312A-AA75-44FB55FD5D4B}\\TypeLib] 1460706649 -#time=1d196eb86f089cc +[Software\\Classes\\Interface\\{4DB956B7-69D0-312A-AA75-44FB55FD5D4B}\\TypeLib] 1526460883 +#time=1d3ecf388a8636a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4DE671B7-7C85-37E9-AFF8-1222ABE4883E}] 1460706649 -#time=1d196eb86f7eafa +[Software\\Classes\\Interface\\{4DE671B7-7C85-37E9-AFF8-1222ABE4883E}] 1526460883 +#time=1d3ecf388af9536 @="_ResourceManager" -[Software\\Classes\\Interface\\{4DE671B7-7C85-37E9-AFF8-1222ABE4883E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7e8f2 +[Software\\Classes\\Interface\\{4DE671B7-7C85-37E9-AFF8-1222ABE4883E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af92d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4DE671B7-7C85-37E9-AFF8-1222ABE4883E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7ea32 +[Software\\Classes\\Interface\\{4DE671B7-7C85-37E9-AFF8-1222ABE4883E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af9446 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4DE671B7-7C85-37E9-AFF8-1222ABE4883E}\\TypeLib] 1460706649 -#time=1d196eb86f7ebf4 +[Software\\Classes\\Interface\\{4DE671B7-7C85-37E9-AFF8-1222ABE4883E}\\TypeLib] 1526460883 +#time=1d3ecf388af964e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4E530B0A-E611-4C77-A3AC-9031D022281B}] 1460706471 -#time=1d196eb1ce204f2 +[Software\\Classes\\Interface\\{4E530B0A-E611-4C77-A3AC-9031D022281B}] 1526460533 +#time=1d3ecf2b80a0ad8 @="IApplicationAssociationRegistration" -[Software\\Classes\\Interface\\{4E530B0A-E611-4C77-A3AC-9031D022281B}\\NumMethods] 1460706471 -#time=1d196eb1ce20420 +[Software\\Classes\\Interface\\{4E530B0A-E611-4C77-A3AC-9031D022281B}\\NumMethods] 1526460533 +#time=1d3ecf2b80a095c @="9" -[Software\\Classes\\Interface\\{4E530B0A-E611-4C77-A3AC-9031D022281B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce20560 +[Software\\Classes\\Interface\\{4E530B0A-E611-4C77-A3AC-9031D022281B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a0b6e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C}] 1460706649 -#time=1d196eb86f1d2d2 +[Software\\Classes\\Interface\\{4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C}] 1526460883 +#time=1d3ecf388a91116 @="_LocalBuilder" -[Software\\Classes\\Interface\\{4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1ce72 +[Software\\Classes\\Interface\\{4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a90ebe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1d0fc +[Software\\Classes\\Interface\\{4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a91026 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C}\\TypeLib] 1460706649 -#time=1d196eb86f1d516 +[Software\\Classes\\Interface\\{4E6350D1-A08B-3DEC-9A3E-C465F9AEEC0C}\\TypeLib] 1526460883 +#time=1d3ecf388a9122e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4E95244E-C6FC-3A86-8DB7-1712454DE3B6}] 1460706649 -#time=1d196eb86ee79d4 +[Software\\Classes\\Interface\\{4E95244E-C6FC-3A86-8DB7-1712454DE3B6}] 1526460883 +#time=1d3ecf388a72fcc @="IIdentityPermissionFactory" -[Software\\Classes\\Interface\\{4E95244E-C6FC-3A86-8DB7-1712454DE3B6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee779a +[Software\\Classes\\Interface\\{4E95244E-C6FC-3A86-8DB7-1712454DE3B6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a72d6a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4E95244E-C6FC-3A86-8DB7-1712454DE3B6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee78e4 +[Software\\Classes\\Interface\\{4E95244E-C6FC-3A86-8DB7-1712454DE3B6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a72edc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4E95244E-C6FC-3A86-8DB7-1712454DE3B6}\\TypeLib] 1460706649 -#time=1d196eb86ee7ae2 +[Software\\Classes\\Interface\\{4E95244E-C6FC-3A86-8DB7-1712454DE3B6}\\TypeLib] 1526460883 +#time=1d3ecf388a73102 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{4EA48A35-60AE-446F-8FD6-E6A8D82459F7}] 1460706471 -#time=1d196eb1cfc8caa +[Software\\Classes\\Interface\\{4EA48A35-60AE-446F-8FD6-E6A8D82459F7}] 1526460533 +#time=1d3ecf2b7e38d5e @="ITfSource" -[Software\\Classes\\Interface\\{4EA48A35-60AE-446F-8FD6-E6A8D82459F7}\\NumMethods] 1460706471 -#time=1d196eb1cfc8ba6 +[Software\\Classes\\Interface\\{4EA48A35-60AE-446F-8FD6-E6A8D82459F7}\\NumMethods] 1526460533 +#time=1d3ecf2b7e38c5a @="5" -[Software\\Classes\\Interface\\{4EA48A35-60AE-446F-8FD6-E6A8D82459F7}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc8d22 +[Software\\Classes\\Interface\\{4EA48A35-60AE-446F-8FD6-E6A8D82459F7}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e38de0 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{4EE61C0D-D2D5-3A50-972B-C0A957D3A541}] 1460706650 -#time=1d196eb87abe1a4 +[Software\\Classes\\Interface\\{4EE61C0D-D2D5-3A50-972B-C0A957D3A541}] 1526460884 +#time=1d3ecf3895592b0 @="_LinkLabel" -[Software\\Classes\\Interface\\{4EE61C0D-D2D5-3A50-972B-C0A957D3A541}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abdf92 +[Software\\Classes\\Interface\\{4EE61C0D-D2D5-3A50-972B-C0A957D3A541}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389558fea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4EE61C0D-D2D5-3A50-972B-C0A957D3A541}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abe0d2 +[Software\\Classes\\Interface\\{4EE61C0D-D2D5-3A50-972B-C0A957D3A541}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389559198 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4EE61C0D-D2D5-3A50-972B-C0A957D3A541}\\TypeLib] 1460706650 -#time=1d196eb87abe302 +[Software\\Classes\\Interface\\{4EE61C0D-D2D5-3A50-972B-C0A957D3A541}\\TypeLib] 1526460884 +#time=1d3ecf389559440 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}] 1460706471 -#time=1d196eb1d13c802 -@="FontEvents" +[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}] 1528075957 +#time=1d3fba3eb945b78 +@="IFontEventsDisp" -[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}\\NumMethods] 1460706471 -#time=1d196eb1d09f2e6 +[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc9f78 @="7" -[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d13c5dc +[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7bb47b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d13c726 -@="{00020424-0000-0000-C000-000000000046}" +[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb945e7a +@="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}\\TypeLib] 1460706471 -#time=1d196eb1d13c8e8 +[Software\\Classes\\Interface\\{4EF6100A-AF88-11D0-9846-00C04FC29993}\\TypeLib] 1526460533 +#time=1d3ecf2b7bb4b3c @="{00020430-0000-0000-C000-000000000046}" "Version"="2.0" -[Software\\Classes\\Interface\\{4EF89150-0807-11D3-8DF0-00105A2799B5}] 1460706471 -#time=1d196eb1cfceca4 +[Software\\Classes\\Interface\\{4EF89150-0807-11D3-8DF0-00105A2799B5}] 1526460533 +#time=1d3ecf2b7e3f618 @="ITfPersistentPropertyLoaderACP" -[Software\\Classes\\Interface\\{4EF89150-0807-11D3-8DF0-00105A2799B5}\\NumMethods] 1460706471 -#time=1d196eb1cfcebd2 +[Software\\Classes\\Interface\\{4EF89150-0807-11D3-8DF0-00105A2799B5}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3f51e @="4" -[Software\\Classes\\Interface\\{4EF89150-0807-11D3-8DF0-00105A2799B5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfced1c +[Software\\Classes\\Interface\\{4EF89150-0807-11D3-8DF0-00105A2799B5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3f69a @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{4F2DF574-C588-11D3-9ED0-00C04FB6E937}] 1460706472 -#time=1d196eb1d1c75b0 +[Software\\Classes\\Interface\\{4F2DF574-C588-11D3-9ED0-00C04FB6E937}] 1526460533 +#time=1d3ecf2b7fc5956 @="IWMPClosedCaption" -[Software\\Classes\\Interface\\{4F2DF574-C588-11D3-9ED0-00C04FB6E937}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c738a +[Software\\Classes\\Interface\\{4F2DF574-C588-11D3-9ED0-00C04FB6E937}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc56e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4F2DF574-C588-11D3-9ED0-00C04FB6E937}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c74de +[Software\\Classes\\Interface\\{4F2DF574-C588-11D3-9ED0-00C04FB6E937}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc5866 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{4F2DF574-C588-11D3-9ED0-00C04FB6E937}\\TypeLib] 1460706472 -#time=1d196eb1d1c76a0 +[Software\\Classes\\Interface\\{4F2DF574-C588-11D3-9ED0-00C04FB6E937}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc5a96 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{4F9F9FCB-E0F4-48EB-B7AB-FA2EA9365CB4}] 1460706471 -#time=1d196eb1d15d7be +[Software\\Classes\\Interface\\{4F9F9FCB-E0F4-48EB-B7AB-FA2EA9365CB4}] 1526460533 +#time=1d3ecf2b7ba2644 @="IHttpNegotiate2" -[Software\\Classes\\Interface\\{4F9F9FCB-E0F4-48EB-B7AB-FA2EA9365CB4}\\NumMethods] 1460706471 -#time=1d196eb1d15d6e2 +[Software\\Classes\\Interface\\{4F9F9FCB-E0F4-48EB-B7AB-FA2EA9365CB4}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba2554 @="6" -[Software\\Classes\\Interface\\{4F9F9FCB-E0F4-48EB-B7AB-FA2EA9365CB4}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15d82c +[Software\\Classes\\Interface\\{4F9F9FCB-E0F4-48EB-B7AB-FA2EA9365CB4}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba26d0 @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{5009834F-2D6A-41CE-9E1B-17C5AFF7A782}] 1460706472 -#time=1d196eb1d190ba0 +[Software\\Classes\\Interface\\{5009834F-2D6A-41CE-9E1B-17C5AFF7A782}] 1526460533 +#time=1d3ecf2b7f05994 @="IWICBitmapFlipRotator" -[Software\\Classes\\Interface\\{5009834F-2D6A-41CE-9E1B-17C5AFF7A782}\\NumMethods] 1460706472 -#time=1d196eb1d190ace +[Software\\Classes\\Interface\\{5009834F-2D6A-41CE-9E1B-17C5AFF7A782}\\NumMethods] 1526460533 +#time=1d3ecf2b7f0589a @="9" -[Software\\Classes\\Interface\\{5009834F-2D6A-41CE-9E1B-17C5AFF7A782}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d190c0e +[Software\\Classes\\Interface\\{5009834F-2D6A-41CE-9E1B-17C5AFF7A782}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f05a16 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{503626A3-8E14-4729-9355-0FE664BD2321}] 1460706472 -#time=1d196eb1d1e7478 +[Software\\Classes\\Interface\\{503626A3-8E14-4729-9355-0FE664BD2321}] 1526460533 +#time=1d3ecf2b7df1954 @="IUpdateExceptionCollection" -[Software\\Classes\\Interface\\{503626A3-8E14-4729-9355-0FE664BD2321}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e725c +[Software\\Classes\\Interface\\{503626A3-8E14-4729-9355-0FE664BD2321}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df16d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{503626A3-8E14-4729-9355-0FE664BD2321}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e73a6 +[Software\\Classes\\Interface\\{503626A3-8E14-4729-9355-0FE664BD2321}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df185a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{503626A3-8E14-4729-9355-0FE664BD2321}\\TypeLib] 1460706472 -#time=1d196eb1d1e755e +[Software\\Classes\\Interface\\{503626A3-8E14-4729-9355-0FE664BD2321}\\TypeLib] 1526460533 +#time=1d3ecf2b7df1a58 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{505DEFE5-AEFA-3E23-82B0-D5EB085BB840}] 1460706649 -#time=1d196eb86f7398e +[Software\\Classes\\Interface\\{505DEFE5-AEFA-3E23-82B0-D5EB085BB840}] 1526460883 +#time=1d3ecf388aec1c4 @="_CompareInfo" -[Software\\Classes\\Interface\\{505DEFE5-AEFA-3E23-82B0-D5EB085BB840}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7377c +[Software\\Classes\\Interface\\{505DEFE5-AEFA-3E23-82B0-D5EB085BB840}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aebf08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{505DEFE5-AEFA-3E23-82B0-D5EB085BB840}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f738bc +[Software\\Classes\\Interface\\{505DEFE5-AEFA-3E23-82B0-D5EB085BB840}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aec0b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{505DEFE5-AEFA-3E23-82B0-D5EB085BB840}\\TypeLib] 1460706649 -#time=1d196eb86f73a92 +[Software\\Classes\\Interface\\{505DEFE5-AEFA-3E23-82B0-D5EB085BB840}\\TypeLib] 1526460883 +#time=1d3ecf388aec30e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{50EA08B0-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd3c8e2 +[Software\\Classes\\Interface\\{50EA08B0-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b795a968 @="IXMLDOMSchemaCollection2" -[Software\\Classes\\Interface\\{50EA08B0-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd3c6bc +[Software\\Classes\\Interface\\{50EA08B0-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b795a6a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B0-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd3c806 +[Software\\Classes\\Interface\\{50EA08B0-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b795a86e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B0-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c632998 +[Software\\Classes\\Interface\\{50EA08B0-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb7f7ed8 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08B1-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd4e6aa +[Software\\Classes\\Interface\\{50EA08B1-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b7970c86 @="ISchemaStringCollection" -[Software\\Classes\\Interface\\{50EA08B1-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4e452 +[Software\\Classes\\Interface\\{50EA08B1-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7970a1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B1-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4e59c +[Software\\Classes\\Interface\\{50EA08B1-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7970b8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B1-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c630bca +[Software\\Classes\\Interface\\{50EA08B1-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80b046 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08B2-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd4ed30 +[Software\\Classes\\Interface\\{50EA08B2-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b797132a @="ISchemaItemCollection" -[Software\\Classes\\Interface\\{50EA08B2-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4ea38 +[Software\\Classes\\Interface\\{50EA08B2-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b79710a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B2-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4ebe6 +[Software\\Classes\\Interface\\{50EA08B2-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7971230 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B2-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c62fe50 +[Software\\Classes\\Interface\\{50EA08B2-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80b8ac @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08B3-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd4f2ee +[Software\\Classes\\Interface\\{50EA08B3-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b79719ba @="ISchemaItem" -[Software\\Classes\\Interface\\{50EA08B3-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4f0be +[Software\\Classes\\Interface\\{50EA08B3-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7971744 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B3-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4f1fe +[Software\\Classes\\Interface\\{50EA08B3-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b79718c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B3-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c62d6e6 +[Software\\Classes\\Interface\\{50EA08B3-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80c194 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08B4-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd4f870 +[Software\\Classes\\Interface\\{50EA08B4-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b7972040 @="ISchema" -[Software\\Classes\\Interface\\{50EA08B4-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4f65e +[Software\\Classes\\Interface\\{50EA08B4-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7971dca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B4-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4f79e +[Software\\Classes\\Interface\\{50EA08B4-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7971f46 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B4-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c62eb9a +[Software\\Classes\\Interface\\{50EA08B4-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80c806 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08B5-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd4fdf2 +[Software\\Classes\\Interface\\{50EA08B5-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b79726d0 @="ISchemaParticle" -[Software\\Classes\\Interface\\{50EA08B5-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4fbe0 +[Software\\Classes\\Interface\\{50EA08B5-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b797245a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B5-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4fd20 +[Software\\Classes\\Interface\\{50EA08B5-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b79725d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B5-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c62ce6c +[Software\\Classes\\Interface\\{50EA08B5-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80ce6e @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08B6-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd5039c +[Software\\Classes\\Interface\\{50EA08B6-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b7972d74 @="ISchemaAttribute" -[Software\\Classes\\Interface\\{50EA08B6-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd5016c +[Software\\Classes\\Interface\\{50EA08B6-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7972af4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B6-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd502ca +[Software\\Classes\\Interface\\{50EA08B6-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7972c70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B6-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c632f60 +[Software\\Classes\\Interface\\{50EA08B6-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80d4cc @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08B7-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd50914 +[Software\\Classes\\Interface\\{50EA08B7-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b7973422 @="ISchemaElement" -[Software\\Classes\\Interface\\{50EA08B7-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd5070c +[Software\\Classes\\Interface\\{50EA08B7-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b797318e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B7-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd50842 +[Software\\Classes\\Interface\\{50EA08B7-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7973314 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B7-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c62c8d6 +[Software\\Classes\\Interface\\{50EA08B7-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80de36 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd50ea0 +[Software\\Classes\\Interface\\{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b7973ae4 @="ISchemaType" -[Software\\Classes\\Interface\\{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd50c84 +[Software\\Classes\\Interface\\{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7973864 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd50dc4 +[Software\\Classes\\Interface\\{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b79739ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c6311b0 +[Software\\Classes\\Interface\\{50EA08B8-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80e598 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08B9-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd51436 +[Software\\Classes\\Interface\\{50EA08B9-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b797417e @="ISchemaComplexType" -[Software\\Classes\\Interface\\{50EA08B9-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd5121a +[Software\\Classes\\Interface\\{50EA08B9-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7973f08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B9-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd51364 +[Software\\Classes\\Interface\\{50EA08B9-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7974084 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08B9-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c6317fa +[Software\\Classes\\Interface\\{50EA08B9-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80ecb4 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08BA-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd519c2 +[Software\\Classes\\Interface\\{50EA08BA-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b7974836 @="ISchemaAttributeGroup" -[Software\\Classes\\Interface\\{50EA08BA-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd517a6 +[Software\\Classes\\Interface\\{50EA08BA-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b79745c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BA-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd518f0 +[Software\\Classes\\Interface\\{50EA08BA-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7974732 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BA-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c633500 +[Software\\Classes\\Interface\\{50EA08BA-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80f3bc @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08BB-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd51f58 +[Software\\Classes\\Interface\\{50EA08BB-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b7974ebc @="ISchemaModelGroup" -[Software\\Classes\\Interface\\{50EA08BB-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd51d28 +[Software\\Classes\\Interface\\{50EA08BB-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7974c50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BB-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd51e86 +[Software\\Classes\\Interface\\{50EA08BB-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7974dc2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BB-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c632402 +[Software\\Classes\\Interface\\{50EA08BB-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb80fac4 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08BC-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd524da +[Software\\Classes\\Interface\\{50EA08BC-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b797554c @="ISchemaAny" -[Software\\Classes\\Interface\\{50EA08BC-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd522c8 +[Software\\Classes\\Interface\\{50EA08BC-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b79752d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BC-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd52408 +[Software\\Classes\\Interface\\{50EA08BC-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7975452 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BC-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c631e58 +[Software\\Classes\\Interface\\{50EA08BC-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb810212 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08BD-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd52a5c +[Software\\Classes\\Interface\\{50EA08BD-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b7975bf0 @="ISchemaIdentityConstraint" -[Software\\Classes\\Interface\\{50EA08BD-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd52840 +[Software\\Classes\\Interface\\{50EA08BD-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b797597a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BD-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd52980 +[Software\\Classes\\Interface\\{50EA08BD-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7975b00 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BD-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c633aa0 +[Software\\Classes\\Interface\\{50EA08BD-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb810898 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{50EA08BE-DD1B-4664-9A50-C2F40F4BD79A}] 1460706471 -#time=1d196eb1cd52ff2 +[Software\\Classes\\Interface\\{50EA08BE-DD1B-4664-9A50-C2F40F4BD79A}] 1526460533 +#time=1d3ecf2b7976280 @="ISchemaNotation" -[Software\\Classes\\Interface\\{50EA08BE-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd52de0 +[Software\\Classes\\Interface\\{50EA08BE-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b797600a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BE-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd52f20 +[Software\\Classes\\Interface\\{50EA08BE-DD1B-4664-9A50-C2F40F4BD79A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7976186 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{50EA08BE-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1460706605 -#time=1d196eb6c634036 +[Software\\Classes\\Interface\\{50EA08BE-DD1B-4664-9A50-C2F40F4BD79A}\\TypeLib] 1528075957 +#time=1d3fba3eb810ef6 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{5141D79C-7B01-37DA-B7E9-53E5A271BAF8}] 1460706649 -#time=1d196eb86f5cd10 +[Software\\Classes\\Interface\\{5141D79C-7B01-37DA-B7E9-53E5A271BAF8}] 1526460883 +#time=1d3ecf388ad34b2 @="_SymDocumentType" -[Software\\Classes\\Interface\\{5141D79C-7B01-37DA-B7E9-53E5A271BAF8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5cb08 +[Software\\Classes\\Interface\\{5141D79C-7B01-37DA-B7E9-53E5A271BAF8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad3250 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5141D79C-7B01-37DA-B7E9-53E5A271BAF8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5cc3e +[Software\\Classes\\Interface\\{5141D79C-7B01-37DA-B7E9-53E5A271BAF8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad33b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5141D79C-7B01-37DA-B7E9-53E5A271BAF8}\\TypeLib] 1460706649 -#time=1d196eb86f5ce0a +[Software\\Classes\\Interface\\{5141D79C-7B01-37DA-B7E9-53E5A271BAF8}\\TypeLib] 1526460883 +#time=1d3ecf388ad35ca @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{518A56E2-FBCE-3386-BB15-4A0F67872BDC}] 1460706650 -#time=1d196eb87ab48b6 +[Software\\Classes\\Interface\\{518A56E2-FBCE-3386-BB15-4A0F67872BDC}] 1526460884 +#time=1d3ecf3895494a0 @="_DataGrid" -[Software\\Classes\\Interface\\{518A56E2-FBCE-3386-BB15-4A0F67872BDC}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab4686 +[Software\\Classes\\Interface\\{518A56E2-FBCE-3386-BB15-4A0F67872BDC}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389549112 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{518A56E2-FBCE-3386-BB15-4A0F67872BDC}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab47ee +[Software\\Classes\\Interface\\{518A56E2-FBCE-3386-BB15-4A0F67872BDC}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954937e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{518A56E2-FBCE-3386-BB15-4A0F67872BDC}\\TypeLib] 1460706650 -#time=1d196eb87ab49ba +[Software\\Classes\\Interface\\{518A56E2-FBCE-3386-BB15-4A0F67872BDC}\\TypeLib] 1526460884 +#time=1d3ecf3895495f4 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{518F00C6-2AAB-3B25-A76A-F62883781E18}] 1460706650 -#time=1d196eb87ab160c +[Software\\Classes\\Interface\\{518F00C6-2AAB-3B25-A76A-F62883781E18}] 1526460884 +#time=1d3ecf3895430d2 @="_ChildAccessibleObject" -[Software\\Classes\\Interface\\{518F00C6-2AAB-3B25-A76A-F62883781E18}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab138c +[Software\\Classes\\Interface\\{518F00C6-2AAB-3B25-A76A-F62883781E18}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389542cf4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{518F00C6-2AAB-3B25-A76A-F62883781E18}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab14cc +[Software\\Classes\\Interface\\{518F00C6-2AAB-3B25-A76A-F62883781E18}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389542e8e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{518F00C6-2AAB-3B25-A76A-F62883781E18}\\TypeLib] 1460706650 -#time=1d196eb87ab1710 +[Software\\Classes\\Interface\\{518F00C6-2AAB-3B25-A76A-F62883781E18}\\TypeLib] 1526460884 +#time=1d3ecf3895432c6 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{519EB857-7A2D-3A95-A2A3-8BB8ED63D41B}] 1460706649 -#time=1d196eb86fa6122 +[Software\\Classes\\Interface\\{519EB857-7A2D-3A95-A2A3-8BB8ED63D41B}] 1526460883 +#time=1d3ecf388b21aa4 @="_ExtensibleClassFactory" -[Software\\Classes\\Interface\\{519EB857-7A2D-3A95-A2A3-8BB8ED63D41B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa5f10 +[Software\\Classes\\Interface\\{519EB857-7A2D-3A95-A2A3-8BB8ED63D41B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b21842 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{519EB857-7A2D-3A95-A2A3-8BB8ED63D41B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa6050 +[Software\\Classes\\Interface\\{519EB857-7A2D-3A95-A2A3-8BB8ED63D41B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b219b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{519EB857-7A2D-3A95-A2A3-8BB8ED63D41B}\\TypeLib] 1460706649 -#time=1d196eb86fa6384 +[Software\\Classes\\Interface\\{519EB857-7A2D-3A95-A2A3-8BB8ED63D41B}\\TypeLib] 1526460883 +#time=1d3ecf388b21bbc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{51BA926F-AAB5-3945-B8A6-C8F0F4A7D12B}] 1460706649 -#time=1d196eb86f968ee +[Software\\Classes\\Interface\\{51BA926F-AAB5-3945-B8A6-C8F0F4A7D12B}] 1526460883 +#time=1d3ecf388b1126c @="_ComRegisterFunctionAttribute" -[Software\\Classes\\Interface\\{51BA926F-AAB5-3945-B8A6-C8F0F4A7D12B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f966dc +[Software\\Classes\\Interface\\{51BA926F-AAB5-3945-B8A6-C8F0F4A7D12B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b10fb0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{51BA926F-AAB5-3945-B8A6-C8F0F4A7D12B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f96826 +[Software\\Classes\\Interface\\{51BA926F-AAB5-3945-B8A6-C8F0F4A7D12B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b11172 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{51BA926F-AAB5-3945-B8A6-C8F0F4A7D12B}\\TypeLib] 1460706649 -#time=1d196eb86f969f2 +[Software\\Classes\\Interface\\{51BA926F-AAB5-3945-B8A6-C8F0F4A7D12B}\\TypeLib] 1526460883 +#time=1d3ecf388b11384 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{51D2C393-9B70-3551-84B5-FF5409FB3ADA}] 1460706649 -#time=1d196eb86fae296 +[Software\\Classes\\Interface\\{51D2C393-9B70-3551-84B5-FF5409FB3ADA}] 1526460883 +#time=1d3ecf388b29fba @="_FileLoadException" -[Software\\Classes\\Interface\\{51D2C393-9B70-3551-84B5-FF5409FB3ADA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fae048 +[Software\\Classes\\Interface\\{51D2C393-9B70-3551-84B5-FF5409FB3ADA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b29d62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{51D2C393-9B70-3551-84B5-FF5409FB3ADA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fae1ce +[Software\\Classes\\Interface\\{51D2C393-9B70-3551-84B5-FF5409FB3ADA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b29ed4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{51D2C393-9B70-3551-84B5-FF5409FB3ADA}\\TypeLib] 1460706649 -#time=1d196eb86fae39a +[Software\\Classes\\Interface\\{51D2C393-9B70-3551-84B5-FF5409FB3ADA}\\TypeLib] 1526460883 +#time=1d3ecf388b2a0dc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{523F42A5-1FD2-355D-82BF-0D67C4A0A0E7}] 1460706649 -#time=1d196eb86fa37a6 +[Software\\Classes\\Interface\\{523F42A5-1FD2-355D-82BF-0D67C4A0A0E7}] 1526460883 +#time=1d3ecf388b1ec78 @="_MarshalDirectiveException" -[Software\\Classes\\Interface\\{523F42A5-1FD2-355D-82BF-0D67C4A0A0E7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa3594 +[Software\\Classes\\Interface\\{523F42A5-1FD2-355D-82BF-0D67C4A0A0E7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1ea20 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{523F42A5-1FD2-355D-82BF-0D67C4A0A0E7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa36d4 +[Software\\Classes\\Interface\\{523F42A5-1FD2-355D-82BF-0D67C4A0A0E7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1eb92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{523F42A5-1FD2-355D-82BF-0D67C4A0A0E7}\\TypeLib] 1460706649 -#time=1d196eb86fa38aa +[Software\\Classes\\Interface\\{523F42A5-1FD2-355D-82BF-0D67C4A0A0E7}\\TypeLib] 1526460883 +#time=1d3ecf388b1ed9a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{528BBC87-CCDC-4F07-B29C-9B10575DEB2F}] 1460706648 -#time=1d196eb868d5460 +[Software\\Classes\\Interface\\{528BBC87-CCDC-4F07-B29C-9B10575DEB2F}] 1526460883 +#time=1d3ecf3884d7360 @="IJSVsaCodeItem" -[Software\\Classes\\Interface\\{528BBC87-CCDC-4F07-B29C-9B10575DEB2F}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d51a4 +[Software\\Classes\\Interface\\{528BBC87-CCDC-4F07-B29C-9B10575DEB2F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884d6776 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{528BBC87-CCDC-4F07-B29C-9B10575DEB2F}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d5366 +[Software\\Classes\\Interface\\{528BBC87-CCDC-4F07-B29C-9B10575DEB2F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884d713a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{528BBC87-CCDC-4F07-B29C-9B10575DEB2F}\\TypeLib] 1460706648 -#time=1d196eb868d558c +[Software\\Classes\\Interface\\{528BBC87-CCDC-4F07-B29C-9B10575DEB2F}\\TypeLib] 1526460883 +#time=1d3ecf3884d75cc @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{52DA9F90-89B3-35AB-907B-3562642967DE}] 1460706649 -#time=1d196eb86fd10b6 +[Software\\Classes\\Interface\\{52DA9F90-89B3-35AB-907B-3562642967DE}] 1526460883 +#time=1d3ecf388b50624 @="_ServerChannelSinkStack" -[Software\\Classes\\Interface\\{52DA9F90-89B3-35AB-907B-3562642967DE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd0e7c +[Software\\Classes\\Interface\\{52DA9F90-89B3-35AB-907B-3562642967DE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b503c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{52DA9F90-89B3-35AB-907B-3562642967DE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd0fda +[Software\\Classes\\Interface\\{52DA9F90-89B3-35AB-907B-3562642967DE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b50534 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{52DA9F90-89B3-35AB-907B-3562642967DE}\\TypeLib] 1460706649 -#time=1d196eb86fd11ba +[Software\\Classes\\Interface\\{52DA9F90-89B3-35AB-907B-3562642967DE}\\TypeLib] 1526460883 +#time=1d3ecf388b50746 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5363D066-6295-3618-BE33-3F0B070B7976}] 1460706649 -#time=1d196eb86ffba32 +[Software\\Classes\\Interface\\{5363D066-6295-3618-BE33-3F0B070B7976}] 1526460883 +#time=1d3ecf388b7e678 @="_AsymmetricSignatureFormatter" -[Software\\Classes\\Interface\\{5363D066-6295-3618-BE33-3F0B070B7976}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffb802 +[Software\\Classes\\Interface\\{5363D066-6295-3618-BE33-3F0B070B7976}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7e3b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5363D066-6295-3618-BE33-3F0B070B7976}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffb960 +[Software\\Classes\\Interface\\{5363D066-6295-3618-BE33-3F0B070B7976}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7e56a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5363D066-6295-3618-BE33-3F0B070B7976}\\TypeLib] 1460706649 -#time=1d196eb86ffbb54 +[Software\\Classes\\Interface\\{5363D066-6295-3618-BE33-3F0B070B7976}\\TypeLib] 1526460883 +#time=1d3ecf388b7e7ea @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{539698A0-CDCA-11CF-A5EB-00AA0047A063}] 1460706471 -#time=1d196eb1cdfbb0c +[Software\\Classes\\Interface\\{539698A0-CDCA-11CF-A5EB-00AA0047A063}] 1526460533 +#time=1d3ecf2b807fbc6 @="IActiveScriptSiteInterruptPoll" -[Software\\Classes\\Interface\\{539698A0-CDCA-11CF-A5EB-00AA0047A063}\\NumMethods] 1460706471 -#time=1d196eb1cdfba3a +[Software\\Classes\\Interface\\{539698A0-CDCA-11CF-A5EB-00AA0047A063}\\NumMethods] 1526460533 +#time=1d3ecf2b807fad6 @="4" -[Software\\Classes\\Interface\\{539698A0-CDCA-11CF-A5EB-00AA0047A063}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfbb84 +[Software\\Classes\\Interface\\{539698A0-CDCA-11CF-A5EB-00AA0047A063}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b807fc48 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{53A561F2-CBBF-3748-BFFE-2180002DB3DF}] 1460706649 -#time=1d196eb86f0f056 +[Software\\Classes\\Interface\\{53A561F2-CBBF-3748-BFFE-2180002DB3DF}] 1526460883 +#time=1d3ecf388a8915a @="ILease" -[Software\\Classes\\Interface\\{53A561F2-CBBF-3748-BFFE-2180002DB3DF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f0ea34 +[Software\\Classes\\Interface\\{53A561F2-CBBF-3748-BFFE-2180002DB3DF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a88ef8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{53A561F2-CBBF-3748-BFFE-2180002DB3DF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f0ecc8 +[Software\\Classes\\Interface\\{53A561F2-CBBF-3748-BFFE-2180002DB3DF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8906a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{53A561F2-CBBF-3748-BFFE-2180002DB3DF}\\TypeLib] 1460706649 -#time=1d196eb86f0f2ea +[Software\\Classes\\Interface\\{53A561F2-CBBF-3748-BFFE-2180002DB3DF}\\TypeLib] 1526460883 +#time=1d3ecf388a89272 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{53BA3083-1378-3B7F-8CD9-34AD229CCFD9}] 1460706650 -#time=1d196eb8753ae4e +[Software\\Classes\\Interface\\{53BA3083-1378-3B7F-8CD9-34AD229CCFD9}] 1526460884 +#time=1d3ecf389056bc8 @="_TransactionEndDelegate" -[Software\\Classes\\Interface\\{53BA3083-1378-3B7F-8CD9-34AD229CCFD9}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753ac3c +[Software\\Classes\\Interface\\{53BA3083-1378-3B7F-8CD9-34AD229CCFD9}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905689e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{53BA3083-1378-3B7F-8CD9-34AD229CCFD9}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753ad86 +[Software\\Classes\\Interface\\{53BA3083-1378-3B7F-8CD9-34AD229CCFD9}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389056ac4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{53BA3083-1378-3B7F-8CD9-34AD229CCFD9}\\TypeLib] 1460706650 -#time=1d196eb8753af52 +[Software\\Classes\\Interface\\{53BA3083-1378-3B7F-8CD9-34AD229CCFD9}\\TypeLib] 1526460884 +#time=1d3ecf389056cfe @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{53BAD8C1-E718-11CF-893D-00A0C9054228}] 1460706471 -#time=1d196eb1d100140 +[Software\\Classes\\Interface\\{53BAD8C1-E718-11CF-893D-00A0C9054228}] 1526460533 +#time=1d3ecf2b7b21ea4 @="ITextStream" -[Software\\Classes\\Interface\\{53BAD8C1-E718-11CF-893D-00A0C9054228}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0ffba0 +[Software\\Classes\\Interface\\{53BAD8C1-E718-11CF-893D-00A0C9054228}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b21c10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{53BAD8C1-E718-11CF-893D-00A0C9054228}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0fff60 +[Software\\Classes\\Interface\\{53BAD8C1-E718-11CF-893D-00A0C9054228}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b21da0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{53BAD8C1-E718-11CF-893D-00A0C9054228}\\TypeLib] 1460706472 -#time=1d196eb1d1d445e +[Software\\Classes\\Interface\\{53BAD8C1-E718-11CF-893D-00A0C9054228}\\TypeLib] 1528075957 +#time=1d3fba3ebb6373e @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{53BCE4D4-6209-396D-BD4A-0B0A0A177DF9}] 1460706649 -#time=1d196eb86ff09e8 +[Software\\Classes\\Interface\\{53BCE4D4-6209-396D-BD4A-0B0A0A177DF9}] 1526460883 +#time=1d3ecf388b729d6 @="_CallContext" -[Software\\Classes\\Interface\\{53BCE4D4-6209-396D-BD4A-0B0A0A177DF9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff07d6 +[Software\\Classes\\Interface\\{53BCE4D4-6209-396D-BD4A-0B0A0A177DF9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b72774 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{53BCE4D4-6209-396D-BD4A-0B0A0A177DF9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff0916 +[Software\\Classes\\Interface\\{53BCE4D4-6209-396D-BD4A-0B0A0A177DF9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b728f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{53BCE4D4-6209-396D-BD4A-0B0A0A177DF9}\\TypeLib] 1460706649 -#time=1d196eb86ff0ae2 +[Software\\Classes\\Interface\\{53BCE4D4-6209-396D-BD4A-0B0A0A177DF9}\\TypeLib] 1526460883 +#time=1d3ecf388b72aee @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{54542649-CE64-3F96-BCE5-FDE3BB22F242}] 1460706649 -#time=1d196eb86fb9fd8 +[Software\\Classes\\Interface\\{54542649-CE64-3F96-BCE5-FDE3BB22F242}] 1526460883 +#time=1d3ecf388b375de @="_IUnknownConstantAttribute" -[Software\\Classes\\Interface\\{54542649-CE64-3F96-BCE5-FDE3BB22F242}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb9d3a +[Software\\Classes\\Interface\\{54542649-CE64-3F96-BCE5-FDE3BB22F242}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3730e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{54542649-CE64-3F96-BCE5-FDE3BB22F242}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb9f06 +[Software\\Classes\\Interface\\{54542649-CE64-3F96-BCE5-FDE3BB22F242}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b374da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{54542649-CE64-3F96-BCE5-FDE3BB22F242}\\TypeLib] 1460706649 -#time=1d196eb86fba10e +[Software\\Classes\\Interface\\{54542649-CE64-3F96-BCE5-FDE3BB22F242}\\TypeLib] 1526460883 +#time=1d3ecf388b37714 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{547BF8CD-F2A8-3B41-966D-98DB33DED06D}] 1460706649 -#time=1d196eb86f6efce +[Software\\Classes\\Interface\\{547BF8CD-F2A8-3B41-966D-98DB33DED06D}] 1526460883 +#time=1d3ecf388ae6d5a @="_OnSerializedAttribute" -[Software\\Classes\\Interface\\{547BF8CD-F2A8-3B41-966D-98DB33DED06D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6edbc +[Software\\Classes\\Interface\\{547BF8CD-F2A8-3B41-966D-98DB33DED06D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae6af8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{547BF8CD-F2A8-3B41-966D-98DB33DED06D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6eefc +[Software\\Classes\\Interface\\{547BF8CD-F2A8-3B41-966D-98DB33DED06D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae6c6a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{547BF8CD-F2A8-3B41-966D-98DB33DED06D}\\TypeLib] 1460706649 -#time=1d196eb86f6f0d2 +[Software\\Classes\\Interface\\{547BF8CD-F2A8-3B41-966D-98DB33DED06D}\\TypeLib] 1526460883 +#time=1d3ecf388ae6e7c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{548054D5-75C5-3A72-A87B-D6F305254065}] 1460706650 -#time=1d196eb87aa73e6 +[Software\\Classes\\Interface\\{548054D5-75C5-3A72-A87B-D6F305254065}] 1526460884 +#time=1d3ecf389535c3e @="_AxHost" -[Software\\Classes\\Interface\\{548054D5-75C5-3A72-A87B-D6F305254065}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa71ca +[Software\\Classes\\Interface\\{548054D5-75C5-3A72-A87B-D6F305254065}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895357fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{548054D5-75C5-3A72-A87B-D6F305254065}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa7314 +[Software\\Classes\\Interface\\{548054D5-75C5-3A72-A87B-D6F305254065}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389535a9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{548054D5-75C5-3A72-A87B-D6F305254065}\\TypeLib] 1460706650 -#time=1d196eb87aa74ea +[Software\\Classes\\Interface\\{548054D5-75C5-3A72-A87B-D6F305254065}\\TypeLib] 1526460884 +#time=1d3ecf389535efa @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{549A3DD8-D85F-3D08-87E2-49B08490008B}] 1460706650 -#time=1d196eb87ab72a0 +[Software\\Classes\\Interface\\{549A3DD8-D85F-3D08-87E2-49B08490008B}] 1526460884 +#time=1d3ecf38954e4be @="_Panel" -[Software\\Classes\\Interface\\{549A3DD8-D85F-3D08-87E2-49B08490008B}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab7070 +[Software\\Classes\\Interface\\{549A3DD8-D85F-3D08-87E2-49B08490008B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954e1a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{549A3DD8-D85F-3D08-87E2-49B08490008B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab71ce +[Software\\Classes\\Interface\\{549A3DD8-D85F-3D08-87E2-49B08490008B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954e3a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{549A3DD8-D85F-3D08-87E2-49B08490008B}\\TypeLib] 1460706650 -#time=1d196eb87ab73a4 +[Software\\Classes\\Interface\\{549A3DD8-D85F-3D08-87E2-49B08490008B}\\TypeLib] 1526460884 +#time=1d3ecf38954e626 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{54A2CB2D-9A0C-48B6-8A50-9ABB69EE2D02}] 1460706472 -#time=1d196eb1d1e8832 +[Software\\Classes\\Interface\\{54A2CB2D-9A0C-48B6-8A50-9ABB69EE2D02}] 1526460533 +#time=1d3ecf2b7df2e4e @="IUpdateDownloadContent" -[Software\\Classes\\Interface\\{54A2CB2D-9A0C-48B6-8A50-9ABB69EE2D02}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e853a +[Software\\Classes\\Interface\\{54A2CB2D-9A0C-48B6-8A50-9ABB69EE2D02}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df2bce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{54A2CB2D-9A0C-48B6-8A50-9ABB69EE2D02}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e8742 +[Software\\Classes\\Interface\\{54A2CB2D-9A0C-48B6-8A50-9ABB69EE2D02}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df2d54 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{54A2CB2D-9A0C-48B6-8A50-9ABB69EE2D02}\\TypeLib] 1460706472 -#time=1d196eb1d1e89d6 +[Software\\Classes\\Interface\\{54A2CB2D-9A0C-48B6-8A50-9ABB69EE2D02}\\TypeLib] 1526460533 +#time=1d3ecf2b7df2f70 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{54B0AFB1-E7D3-3770-BB0E-75A95E8D2656}] 1460706649 -#time=1d196eb86f88c9e +[Software\\Classes\\Interface\\{54B0AFB1-E7D3-3770-BB0E-75A95E8D2656}] 1526460883 +#time=1d3ecf388b00c28 @="_FirstMatchCodeGroup" -[Software\\Classes\\Interface\\{54B0AFB1-E7D3-3770-BB0E-75A95E8D2656}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f88a8c +[Software\\Classes\\Interface\\{54B0AFB1-E7D3-3770-BB0E-75A95E8D2656}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b009c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{54B0AFB1-E7D3-3770-BB0E-75A95E8D2656}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f88bd6 +[Software\\Classes\\Interface\\{54B0AFB1-E7D3-3770-BB0E-75A95E8D2656}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b00b2e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{54B0AFB1-E7D3-3770-BB0E-75A95E8D2656}\\TypeLib] 1460706649 -#time=1d196eb86f88d98 +[Software\\Classes\\Interface\\{54B0AFB1-E7D3-3770-BB0E-75A95E8D2656}\\TypeLib] 1526460883 +#time=1d3ecf388b00d40 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{54B50739-686F-45EB-9DFF-D6A9A0FAA9AF}] 1460706471 -#time=1d196eb1d0ce46a +[Software\\Classes\\Interface\\{54B50739-686F-45EB-9DFF-D6A9A0FAA9AF}] 1526460533 +#time=1d3ecf2b7fdb300 @="IBackgroundCopyJob2" -[Software\\Classes\\Interface\\{54B50739-686F-45EB-9DFF-D6A9A0FAA9AF}\\NumMethods] 1460706471 -#time=1d196eb1d0ce398 +[Software\\Classes\\Interface\\{54B50739-686F-45EB-9DFF-D6A9A0FAA9AF}\\NumMethods] 1526460533 +#time=1d3ecf2b7fdb206 @="43" -[Software\\Classes\\Interface\\{54B50739-686F-45EB-9DFF-D6A9A0FAA9AF}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ce4e2 +[Software\\Classes\\Interface\\{54B50739-686F-45EB-9DFF-D6A9A0FAA9AF}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fdb382 @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{54B54936-A71C-3A45-B982-2C484E7BCF86}] 1460706650 -#time=1d196eb877f7dda +[Software\\Classes\\Interface\\{54B54936-A71C-3A45-B982-2C484E7BCF86}] 1526460884 +#time=1d3ecf3892d7528 @="_CodeVariableReferenceExpression" -[Software\\Classes\\Interface\\{54B54936-A71C-3A45-B982-2C484E7BCF86}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f7bdc +[Software\\Classes\\Interface\\{54B54936-A71C-3A45-B982-2C484E7BCF86}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d7230 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{54B54936-A71C-3A45-B982-2C484E7BCF86}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f7d1c +[Software\\Classes\\Interface\\{54B54936-A71C-3A45-B982-2C484E7BCF86}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d73de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{54B54936-A71C-3A45-B982-2C484E7BCF86}\\TypeLib] 1460706650 -#time=1d196eb877f7ed4 +[Software\\Classes\\Interface\\{54B54936-A71C-3A45-B982-2C484E7BCF86}\\TypeLib] 1526460884 +#time=1d3ecf3892d7672 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{55136804-B2DE-11D1-B9F2-00A0C98BC547}] 1460706471 -#time=1d196eb1cdb7d30 +[Software\\Classes\\Interface\\{55136804-B2DE-11D1-B9F2-00A0C98BC547}] 1526460533 +#time=1d3ecf2b7a8f96e @="IShellFavoritesNameSpace" -[Software\\Classes\\Interface\\{55136804-B2DE-11D1-B9F2-00A0C98BC547}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb7a88 +[Software\\Classes\\Interface\\{55136804-B2DE-11D1-B9F2-00A0C98BC547}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8f61c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{55136804-B2DE-11D1-B9F2-00A0C98BC547}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb7bd2 +[Software\\Classes\\Interface\\{55136804-B2DE-11D1-B9F2-00A0C98BC547}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a8f838 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{55136804-B2DE-11D1-B9F2-00A0C98BC547}\\TypeLib] 1460706471 -#time=1d196eb1cdb7ee8 +[Software\\Classes\\Interface\\{55136804-B2DE-11D1-B9F2-00A0C98BC547}\\TypeLib] 1526460533 +#time=1d3ecf2b7a8fac2 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{55136806-B2DE-11D1-B9F2-00A0C98BC547}] 1460706471 -#time=1d196eb1cdb76dc +[Software\\Classes\\Interface\\{55136806-B2DE-11D1-B9F2-00A0C98BC547}] 1526460533 +#time=1d3ecf2b7a8f054 @="DShellNameSpaceEvents" -[Software\\Classes\\Interface\\{55136806-B2DE-11D1-B9F2-00A0C98BC547}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb74b6 +[Software\\Classes\\Interface\\{55136806-B2DE-11D1-B9F2-00A0C98BC547}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8ed52 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{55136806-B2DE-11D1-B9F2-00A0C98BC547}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb760a +[Software\\Classes\\Interface\\{55136806-B2DE-11D1-B9F2-00A0C98BC547}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a8ef3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{55136806-B2DE-11D1-B9F2-00A0C98BC547}\\TypeLib] 1460706471 -#time=1d196eb1cdb77e0 +[Software\\Classes\\Interface\\{55136806-B2DE-11D1-B9F2-00A0C98BC547}\\TypeLib] 1526460533 +#time=1d3ecf2b7a8f1a8 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{551BE0C8-B498-3EF5-A015-1CBBAACF5F3C}] 1460706650 -#time=1d196eb8753dca2 +[Software\\Classes\\Interface\\{551BE0C8-B498-3EF5-A015-1CBBAACF5F3C}] 1526460884 +#time=1d3ecf3890598b4 @="_ClerkMonitor" -[Software\\Classes\\Interface\\{551BE0C8-B498-3EF5-A015-1CBBAACF5F3C}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753d978 +[Software\\Classes\\Interface\\{551BE0C8-B498-3EF5-A015-1CBBAACF5F3C}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905958a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{551BE0C8-B498-3EF5-A015-1CBBAACF5F3C}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753db6c +[Software\\Classes\\Interface\\{551BE0C8-B498-3EF5-A015-1CBBAACF5F3C}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389059724 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{551BE0C8-B498-3EF5-A015-1CBBAACF5F3C}\\TypeLib] 1460706650 -#time=1d196eb8753de28 +[Software\\Classes\\Interface\\{551BE0C8-B498-3EF5-A015-1CBBAACF5F3C}\\TypeLib] 1526460884 +#time=1d3ecf389059a8a @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{551F7A57-8651-37DB-A94A-6A3CA09C0ED7}] 1460706649 -#time=1d196eb86fe0fca +[Software\\Classes\\Interface\\{551F7A57-8651-37DB-A94A-6A3CA09C0ED7}] 1526460883 +#time=1d3ecf388b62de2 @="_RemotingSurrogateSelector" -[Software\\Classes\\Interface\\{551F7A57-8651-37DB-A94A-6A3CA09C0ED7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe0db8 +[Software\\Classes\\Interface\\{551F7A57-8651-37DB-A94A-6A3CA09C0ED7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b62b8a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{551F7A57-8651-37DB-A94A-6A3CA09C0ED7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe0ef8 +[Software\\Classes\\Interface\\{551F7A57-8651-37DB-A94A-6A3CA09C0ED7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b62cfc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{551F7A57-8651-37DB-A94A-6A3CA09C0ED7}\\TypeLib] 1460706649 -#time=1d196eb86fe10c4 +[Software\\Classes\\Interface\\{551F7A57-8651-37DB-A94A-6A3CA09C0ED7}\\TypeLib] 1526460883 +#time=1d3ecf388b62efa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{55272A00-42CB-11CE-8135-00AA004BB851}] 1460706471 -#time=1d196eb1d09e18e +[Software\\Classes\\Interface\\{55272A00-42CB-11CE-8135-00AA004BB851}] 1526460533 +#time=1d3ecf2b7bc89fc @="IPropertyBag" -[Software\\Classes\\Interface\\{55272A00-42CB-11CE-8135-00AA004BB851}\\NumMethods] 1460706471 -#time=1d196eb1d09e0bc +[Software\\Classes\\Interface\\{55272A00-42CB-11CE-8135-00AA004BB851}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc8902 @="5" -[Software\\Classes\\Interface\\{55272A00-42CB-11CE-8135-00AA004BB851}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d09e206 +[Software\\Classes\\Interface\\{55272A00-42CB-11CE-8135-00AA004BB851}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bc8a7e @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{556137EA-8825-30BC-9D49-E47A9DB034EE}] 1460706649 -#time=1d196eb86fb119e +[Software\\Classes\\Interface\\{556137EA-8825-30BC-9D49-E47A9DB034EE}] 1526460883 +#time=1d3ecf388b2d43a @="_TextWriter" -[Software\\Classes\\Interface\\{556137EA-8825-30BC-9D49-E47A9DB034EE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb0f82 +[Software\\Classes\\Interface\\{556137EA-8825-30BC-9D49-E47A9DB034EE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2d1e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{556137EA-8825-30BC-9D49-E47A9DB034EE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb10c2 +[Software\\Classes\\Interface\\{556137EA-8825-30BC-9D49-E47A9DB034EE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2d354 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{556137EA-8825-30BC-9D49-E47A9DB034EE}\\TypeLib] 1460706649 -#time=1d196eb86fb12ac +[Software\\Classes\\Interface\\{556137EA-8825-30BC-9D49-E47A9DB034EE}\\TypeLib] 1526460883 +#time=1d3ecf388b2d552 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{556BA9E0-BD6A-4837-89F0-C79B14759181}] 1460706648 -#time=1d196eb868ce8c2 +[Software\\Classes\\Interface\\{556BA9E0-BD6A-4837-89F0-C79B14759181}] 1526460883 +#time=1d3ecf3884c7b86 @="ITokenEnumerator" -[Software\\Classes\\Interface\\{556BA9E0-BD6A-4837-89F0-C79B14759181}\\ProxyStubClsid] 1460706648 -#time=1d196eb868ce6a6 +[Software\\Classes\\Interface\\{556BA9E0-BD6A-4837-89F0-C79B14759181}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c785c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{556BA9E0-BD6A-4837-89F0-C79B14759181}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868ce7f0 +[Software\\Classes\\Interface\\{556BA9E0-BD6A-4837-89F0-C79B14759181}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c7a50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{556BA9E0-BD6A-4837-89F0-C79B14759181}\\TypeLib] 1460706648 -#time=1d196eb868ce9c6 +[Software\\Classes\\Interface\\{556BA9E0-BD6A-4837-89F0-C79B14759181}\\TypeLib] 1526460883 +#time=1d3ecf3884c7d0c @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{55980BA0-35AA-11CF-B671-00AA004CD6D8}] 1460706471 -#time=1d196eb1d0a6618 +[Software\\Classes\\Interface\\{55980BA0-35AA-11CF-B671-00AA004CD6D8}] 1526460533 +#time=1d3ecf2b7bd1c3c @="IPointerInactive" -[Software\\Classes\\Interface\\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\\NumMethods] 1460706471 -#time=1d196eb1d0a653c +[Software\\Classes\\Interface\\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd1afc @="6" -[Software\\Classes\\Interface\\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a6686 +[Software\\Classes\\Interface\\{55980BA0-35AA-11CF-B671-00AA004CD6D8}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd1ce6 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{55B6903B-55FE-35E0-804F-E42A096D2EB0}] 1460706649 -#time=1d196eb86f597c8 +[Software\\Classes\\Interface\\{55B6903B-55FE-35E0-804F-E42A096D2EB0}] 1526460883 +#time=1d3ecf388acf84e @="_DebuggerHiddenAttribute" -[Software\\Classes\\Interface\\{55B6903B-55FE-35E0-804F-E42A096D2EB0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f59552 +[Software\\Classes\\Interface\\{55B6903B-55FE-35E0-804F-E42A096D2EB0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acf5e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{55B6903B-55FE-35E0-804F-E42A096D2EB0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f596c4 +[Software\\Classes\\Interface\\{55B6903B-55FE-35E0-804F-E42A096D2EB0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acf74a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{55B6903B-55FE-35E0-804F-E42A096D2EB0}\\TypeLib] 1460706649 -#time=1d196eb86f598ea +[Software\\Classes\\Interface\\{55B6903B-55FE-35E0-804F-E42A096D2EB0}\\TypeLib] 1526460883 +#time=1d3ecf388acf966 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{55CE16BA-3014-41C1-9CEB-FADE1446AC6C}] 1460706471 -#time=1d196eb1cfcd0d4 +[Software\\Classes\\Interface\\{55CE16BA-3014-41C1-9CEB-FADE1446AC6C}] 1526460533 +#time=1d3ecf2b7e3d64c @="ITfInsertAtSelection" -[Software\\Classes\\Interface\\{55CE16BA-3014-41C1-9CEB-FADE1446AC6C}\\NumMethods] 1460706471 -#time=1d196eb1cfcd002 +[Software\\Classes\\Interface\\{55CE16BA-3014-41C1-9CEB-FADE1446AC6C}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3d552 @="5" -[Software\\Classes\\Interface\\{55CE16BA-3014-41C1-9CEB-FADE1446AC6C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcd14c +[Software\\Classes\\Interface\\{55CE16BA-3014-41C1-9CEB-FADE1446AC6C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3d6ce @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{55E3EA25-55CB-4650-8887-18E8D30BB4BC}] 1460706650 -#time=1d196eb8753299c +[Software\\Classes\\Interface\\{55E3EA25-55CB-4650-8887-18E8D30BB4BC}] 1526460884 +#time=1d3ecf3890494a0 @="IRegistrationHelper" -[Software\\Classes\\Interface\\{55E3EA25-55CB-4650-8887-18E8D30BB4BC}\\ProxyStubClsid] 1460706650 -#time=1d196eb87532780 +[Software\\Classes\\Interface\\{55E3EA25-55CB-4650-8887-18E8D30BB4BC}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904911c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{55E3EA25-55CB-4650-8887-18E8D30BB4BC}\\ProxyStubClsid32] 1460706650 -#time=1d196eb875328ca +[Software\\Classes\\Interface\\{55E3EA25-55CB-4650-8887-18E8D30BB4BC}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389049306 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{55E3EA25-55CB-4650-8887-18E8D30BB4BC}\\TypeLib] 1460706650 -#time=1d196eb87532aa0 +[Software\\Classes\\Interface\\{55E3EA25-55CB-4650-8887-18E8D30BB4BC}\\TypeLib] 1526460884 +#time=1d3ecf38904963a @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{563581E8-C86D-39E2-B2E8-6C23F7987A4B}] 1460706649 -#time=1d196eb86ef38d8 +[Software\\Classes\\Interface\\{563581E8-C86D-39E2-B2E8-6C23F7987A4B}] 1526460883 +#time=1d3ecf388a7de86 @="IChannel" -[Software\\Classes\\Interface\\{563581E8-C86D-39E2-B2E8-6C23F7987A4B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ef3482 +[Software\\Classes\\Interface\\{563581E8-C86D-39E2-B2E8-6C23F7987A4B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7dc24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{563581E8-C86D-39E2-B2E8-6C23F7987A4B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ef364e +[Software\\Classes\\Interface\\{563581E8-C86D-39E2-B2E8-6C23F7987A4B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7dda0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{563581E8-C86D-39E2-B2E8-6C23F7987A4B}\\TypeLib] 1460706649 -#time=1d196eb86ef3b26 +[Software\\Classes\\Interface\\{563581E8-C86D-39E2-B2E8-6C23F7987A4B}\\TypeLib] 1526460883 +#time=1d3ecf388a7dfa8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{56421139-A143-3AE9-9852-1DBDFE3D6BFA}] 1460706649 -#time=1d196eb86f56d2a +[Software\\Classes\\Interface\\{56421139-A143-3AE9-9852-1DBDFE3D6BFA}] 1526460883 +#time=1d3ecf388acca18 @="_SortedList" -[Software\\Classes\\Interface\\{56421139-A143-3AE9-9852-1DBDFE3D6BFA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f56b22 +[Software\\Classes\\Interface\\{56421139-A143-3AE9-9852-1DBDFE3D6BFA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acc7c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{56421139-A143-3AE9-9852-1DBDFE3D6BFA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f56c58 +[Software\\Classes\\Interface\\{56421139-A143-3AE9-9852-1DBDFE3D6BFA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acc928 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{56421139-A143-3AE9-9852-1DBDFE3D6BFA}\\TypeLib] 1460706649 -#time=1d196eb86f56e1a +[Software\\Classes\\Interface\\{56421139-A143-3AE9-9852-1DBDFE3D6BFA}\\TypeLib] 1526460883 +#time=1d3ecf388accb30 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{56699CCA-FD8D-3AD2-9643-149BAD87FD60}] 1460706650 -#time=1d196eb877e9672 +[Software\\Classes\\Interface\\{56699CCA-FD8D-3AD2-9643-149BAD87FD60}] 1526460884 +#time=1d3ecf3892c34e2 @="_CodeLabeledStatement" -[Software\\Classes\\Interface\\{56699CCA-FD8D-3AD2-9643-149BAD87FD60}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e9456 +[Software\\Classes\\Interface\\{56699CCA-FD8D-3AD2-9643-149BAD87FD60}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c3172 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{56699CCA-FD8D-3AD2-9643-149BAD87FD60}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e95a0 +[Software\\Classes\\Interface\\{56699CCA-FD8D-3AD2-9643-149BAD87FD60}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c33b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{56699CCA-FD8D-3AD2-9643-149BAD87FD60}\\TypeLib] 1460706650 -#time=1d196eb877e9776 +[Software\\Classes\\Interface\\{56699CCA-FD8D-3AD2-9643-149BAD87FD60}\\TypeLib] 1526460884 +#time=1d3ecf3892c364a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{56A86891-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d3186 +[Software\\Classes\\Interface\\{56A86891-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b080d0 @="IPin" -[Software\\Classes\\Interface\\{56A86891-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d2fba +[Software\\Classes\\Interface\\{56A86891-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b07fe0 @="18" -[Software\\Classes\\Interface\\{56A86891-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d3276 +[Software\\Classes\\Interface\\{56A86891-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b08152 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A86892-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d3ac8 +[Software\\Classes\\Interface\\{56A86892-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b08558 @="IEnumPins" -[Software\\Classes\\Interface\\{56A86892-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d3906 +[Software\\Classes\\Interface\\{56A86892-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b08468 @="7" -[Software\\Classes\\Interface\\{56A86892-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d3bb8 +[Software\\Classes\\Interface\\{56A86892-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b085e4 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A86893-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d5224 +[Software\\Classes\\Interface\\{56A86893-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b09386 @="IEnumFilters" -[Software\\Classes\\Interface\\{56A86893-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d5080 +[Software\\Classes\\Interface\\{56A86893-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0928c @="7" -[Software\\Classes\\Interface\\{56A86893-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d5328 +[Software\\Classes\\Interface\\{56A86893-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b09412 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A86895-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d6214 +[Software\\Classes\\Interface\\{56A86895-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b09c96 @="IBaseFilter" -[Software\\Classes\\Interface\\{56A86895-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d60ac +[Software\\Classes\\Interface\\{56A86895-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b09ba6 @="15" -[Software\\Classes\\Interface\\{56A86895-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d62e6 +[Software\\Classes\\Interface\\{56A86895-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b09d18 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A86897-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d67a0 +[Software\\Classes\\Interface\\{56A86897-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b0a132 @="IReferenceClock" -[Software\\Classes\\Interface\\{56A86897-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d6692 +[Software\\Classes\\Interface\\{56A86897-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0a042 @="7" -[Software\\Classes\\Interface\\{56A86897-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d6836 +[Software\\Classes\\Interface\\{56A86897-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0a1b4 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A86899-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d5ac6 +[Software\\Classes\\Interface\\{56A86899-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b09818 @="IMediaFilter" -[Software\\Classes\\Interface\\{56A86899-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d590e +[Software\\Classes\\Interface\\{56A86899-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b09728 @="10" -[Software\\Classes\\Interface\\{56A86899-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d5ba2 +[Software\\Classes\\Interface\\{56A86899-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0989a @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A8689C-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d6e94 +[Software\\Classes\\Interface\\{56A8689C-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b0a5b0 @="IMemAllocator" -[Software\\Classes\\Interface\\{56A8689C-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d6d4a +[Software\\Classes\\Interface\\{56A8689C-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0a4b6 @="9" -[Software\\Classes\\Interface\\{56A8689C-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d6f2a +[Software\\Classes\\Interface\\{56A8689C-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0a632 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A8689D-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d7d44 +[Software\\Classes\\Interface\\{56A8689D-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b0b38e @="IMemInputPin" -[Software\\Classes\\Interface\\{56A8689D-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d7c54 +[Software\\Classes\\Interface\\{56A8689D-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0b294 @="9" -[Software\\Classes\\Interface\\{56A8689D-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d7dbc +[Software\\Classes\\Interface\\{56A8689D-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0b41a @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A8689F-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d4a22 +[Software\\Classes\\Interface\\{56A8689F-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b08ef4 @="IFilterGraph" -[Software\\Classes\\Interface\\{56A8689F-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d486a +[Software\\Classes\\Interface\\{56A8689F-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b08d6e @="11" -[Software\\Classes\\Interface\\{56A8689F-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d4b1c +[Software\\Classes\\Interface\\{56A8689F-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b08f80 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868A2-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0da67a +[Software\\Classes\\Interface\\{56A868A2-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b0dc88 @="IMediaEventSink" -[Software\\Classes\\Interface\\{56A868A2-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0da54e +[Software\\Classes\\Interface\\{56A868A2-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0db8e @="4" -[Software\\Classes\\Interface\\{56A868A2-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0da72e +[Software\\Classes\\Interface\\{56A868A2-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0dd14 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868A3-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d93c4 +[Software\\Classes\\Interface\\{56A868A3-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b0ca5e @="IFilterMapper" -[Software\\Classes\\Interface\\{56A868A3-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d92f2 +[Software\\Classes\\Interface\\{56A868A3-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0c96e @="11" -[Software\\Classes\\Interface\\{56A868A3-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d9432 +[Software\\Classes\\Interface\\{56A868A3-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0cae0 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868A4-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0d8fb4 +[Software\\Classes\\Interface\\{56A868A4-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b0c5e0 @="IEnumRegFilters" -[Software\\Classes\\Interface\\{56A868A4-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0d8e9c +[Software\\Classes\\Interface\\{56A868A4-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0c4f0 @="7" -[Software\\Classes\\Interface\\{56A868A4-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d9036 +[Software\\Classes\\Interface\\{56A868A4-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0c662 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868A5-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0da1c0 +[Software\\Classes\\Interface\\{56A868A5-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b0d800 @="IQualityControl" -[Software\\Classes\\Interface\\{56A868A5-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0da01c +[Software\\Classes\\Interface\\{56A868A5-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0d706 @="5" -[Software\\Classes\\Interface\\{56A868A5-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0da27e +[Software\\Classes\\Interface\\{56A868A5-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0d882 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868A6-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0daaa8 +[Software\\Classes\\Interface\\{56A868A6-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b0e11a @="IFileSourceFilter" -[Software\\Classes\\Interface\\{56A868A6-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0da9d6 +[Software\\Classes\\Interface\\{56A868A6-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0e02a @="5" -[Software\\Classes\\Interface\\{56A868A6-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0dab20 +[Software\\Classes\\Interface\\{56A868A6-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0e1a6 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868A9-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0db688 +[Software\\Classes\\Interface\\{56A868A9-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b0eec6 @="IGraphBuilder" -[Software\\Classes\\Interface\\{56A868A9-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0db598 +[Software\\Classes\\Interface\\{56A868A9-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0edd6 @="18" -[Software\\Classes\\Interface\\{56A868A9-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0db6f6 +[Software\\Classes\\Interface\\{56A868A9-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0ef48 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868AA-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0dd1e0 +[Software\\Classes\\Interface\\{56A868AA-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b10e60 @="IAsyncReader" -[Software\\Classes\\Interface\\{56A868AA-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0dd10e +[Software\\Classes\\Interface\\{56A868AA-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b10d70 @="11" -[Software\\Classes\\Interface\\{56A868AA-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0dd258 +[Software\\Classes\\Interface\\{56A868AA-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b10ee2 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868AB-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0dd96a +[Software\\Classes\\Interface\\{56A868AB-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b112e8 @="IGraphVersion" -[Software\\Classes\\Interface\\{56A868AB-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0dd7da +[Software\\Classes\\Interface\\{56A868AB-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b111ee @="4" -[Software\\Classes\\Interface\\{56A868AB-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0dda5a +[Software\\Classes\\Interface\\{56A868AB-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b1136a @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868AC-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0de8f6 +[Software\\Classes\\Interface\\{56A868AC-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b11c02 @="IResourceManager" -[Software\\Classes\\Interface\\{56A868AC-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0de75c +[Software\\Classes\\Interface\\{56A868AC-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b11b08 @="11" -[Software\\Classes\\Interface\\{56A868AC-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0de9d2 +[Software\\Classes\\Interface\\{56A868AC-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b11c8e @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56A868AD-0AD4-11CE-B03A-0020AF0BA770}] 1460706471 -#time=1d196eb1d0de130 +[Software\\Classes\\Interface\\{56A868AD-0AD4-11CE-B03A-0020AF0BA770}] 1526460533 +#time=1d3ecf2b7b11766 @="IResourceConsumer" -[Software\\Classes\\Interface\\{56A868AD-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1460706471 -#time=1d196eb1d0ddfa0 +[Software\\Classes\\Interface\\{56A868AD-0AD4-11CE-B03A-0020AF0BA770}\\NumMethods] 1526460533 +#time=1d3ecf2b7b11676 @="5" -[Software\\Classes\\Interface\\{56A868AD-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0de216 +[Software\\Classes\\Interface\\{56A868AD-0AD4-11CE-B03A-0020AF0BA770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b117e8 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{56D201F1-3E5D-39D9-B5DE-064710818905}] 1460706649 -#time=1d196eb86f4b93e +[Software\\Classes\\Interface\\{56D201F1-3E5D-39D9-B5DE-064710818905}] 1526460883 +#time=1d3ecf388ac065a @="_ContextCallback" -[Software\\Classes\\Interface\\{56D201F1-3E5D-39D9-B5DE-064710818905}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4b722 +[Software\\Classes\\Interface\\{56D201F1-3E5D-39D9-B5DE-064710818905}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac0402 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{56D201F1-3E5D-39D9-B5DE-064710818905}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4b86c +[Software\\Classes\\Interface\\{56D201F1-3E5D-39D9-B5DE-064710818905}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac0574 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{56D201F1-3E5D-39D9-B5DE-064710818905}\\TypeLib] 1460706649 -#time=1d196eb86f4ba74 +[Software\\Classes\\Interface\\{56D201F1-3E5D-39D9-B5DE-064710818905}\\TypeLib] 1526460883 +#time=1d3ecf388ac0772 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{56D58B64-8780-4C22-A8BC-8B0B29E4A9F8}] 1460706471 -#time=1d196eb1d03d078 +[Software\\Classes\\Interface\\{56D58B64-8780-4C22-A8BC-8B0B29E4A9F8}] 1526460533 +#time=1d3ecf2b7af3662 @="IWineMsiRemoteCustomAction" -[Software\\Classes\\Interface\\{56D58B64-8780-4C22-A8BC-8B0B29E4A9F8}\\NumMethods] 1460706471 -#time=1d196eb1d03cf06 +[Software\\Classes\\Interface\\{56D58B64-8780-4C22-A8BC-8B0B29E4A9F8}\\NumMethods] 1526460533 +#time=1d3ecf2b7af3572 @="4" -[Software\\Classes\\Interface\\{56D58B64-8780-4C22-A8BC-8B0B29E4A9F8}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03d0f0 +[Software\\Classes\\Interface\\{56D58B64-8780-4C22-A8BC-8B0B29E4A9F8}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af36e4 @="{000C103E-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{56FDF342-FD6D-11D0-958A-006097C9A090}] 1460706471 -#time=1d196eb1ce18bee +[Software\\Classes\\Interface\\{56E2294F-69ED-4629-A869-AEA72C0DCC2C}] 1526460533 +#time=1d3ecf2b7fc9e98 +@="IWMPCdromRip" + +[Software\\Classes\\Interface\\{56E2294F-69ED-4629-A869-AEA72C0DCC2C}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc9c0e +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{56E2294F-69ED-4629-A869-AEA72C0DCC2C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc9d9e +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{56E2294F-69ED-4629-A869-AEA72C0DCC2C}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc9fa6 +@="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" +"Version"="1.0" + +[Software\\Classes\\Interface\\{56FDF342-FD6D-11D0-958A-006097C9A090}] 1526460533 +#time=1d3ecf2b809930a @="ITaskbarList" -[Software\\Classes\\Interface\\{56FDF342-FD6D-11D0-958A-006097C9A090}\\NumMethods] 1460706471 -#time=1d196eb1ce18b08 +[Software\\Classes\\Interface\\{56FDF342-FD6D-11D0-958A-006097C9A090}\\NumMethods] 1526460533 +#time=1d3ecf2b8099210 @="8" -[Software\\Classes\\Interface\\{56FDF342-FD6D-11D0-958A-006097C9A090}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce18c5c +[Software\\Classes\\Interface\\{56FDF342-FD6D-11D0-958A-006097C9A090}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809938c @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{575BF8D0-7A9D-39EB-81F9-AA2BEBA890FA}] 1460706650 -#time=1d196eb877f31ea +[Software\\Classes\\Interface\\{575BF8D0-7A9D-39EB-81F9-AA2BEBA890FA}] 1526460884 +#time=1d3ecf3892d0dea @="_CodeSnippetTypeMember" -[Software\\Classes\\Interface\\{575BF8D0-7A9D-39EB-81F9-AA2BEBA890FA}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f2f92 +[Software\\Classes\\Interface\\{575BF8D0-7A9D-39EB-81F9-AA2BEBA890FA}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d0b10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{575BF8D0-7A9D-39EB-81F9-AA2BEBA890FA}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f30f0 +[Software\\Classes\\Interface\\{575BF8D0-7A9D-39EB-81F9-AA2BEBA890FA}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d0cc8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{575BF8D0-7A9D-39EB-81F9-AA2BEBA890FA}\\TypeLib] 1460706650 -#time=1d196eb877f32ee +[Software\\Classes\\Interface\\{575BF8D0-7A9D-39EB-81F9-AA2BEBA890FA}\\TypeLib] 1526460884 +#time=1d3ecf3892d107e @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{5767C78F-F344-35A5-84BC-53B9EAEB68CB}] 1460706649 -#time=1d196eb8700d642 +[Software\\Classes\\Interface\\{5767C78F-F344-35A5-84BC-53B9EAEB68CB}] 1526460883 +#time=1d3ecf388b935fa @="_RijndaelManagedTransform" -[Software\\Classes\\Interface\\{5767C78F-F344-35A5-84BC-53B9EAEB68CB}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700d41c +[Software\\Classes\\Interface\\{5767C78F-F344-35A5-84BC-53B9EAEB68CB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b93384 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5767C78F-F344-35A5-84BC-53B9EAEB68CB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700d55c +[Software\\Classes\\Interface\\{5767C78F-F344-35A5-84BC-53B9EAEB68CB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b934ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5767C78F-F344-35A5-84BC-53B9EAEB68CB}\\TypeLib] 1460706649 -#time=1d196eb8700d750 +[Software\\Classes\\Interface\\{5767C78F-F344-35A5-84BC-53B9EAEB68CB}\\TypeLib] 1526460883 +#time=1d3ecf388b9373a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5778E7C7-2040-330E-B47A-92974DFFCFD4}] 1460706649 -#time=1d196eb86f98360 +[Software\\Classes\\Interface\\{5778E7C7-2040-330E-B47A-92974DFFCFD4}] 1526460883 +#time=1d3ecf388b12ca2 @="_IDispatchImplAttribute" -[Software\\Classes\\Interface\\{5778E7C7-2040-330E-B47A-92974DFFCFD4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f97f6e +[Software\\Classes\\Interface\\{5778E7C7-2040-330E-B47A-92974DFFCFD4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b12a4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5778E7C7-2040-330E-B47A-92974DFFCFD4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9827a +[Software\\Classes\\Interface\\{5778E7C7-2040-330E-B47A-92974DFFCFD4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b12bb2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5778E7C7-2040-330E-B47A-92974DFFCFD4}\\TypeLib] 1460706649 -#time=1d196eb86f9846e +[Software\\Classes\\Interface\\{5778E7C7-2040-330E-B47A-92974DFFCFD4}\\TypeLib] 1526460883 +#time=1d3ecf388b12dc4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5791BC27-CE9C-11D1-97BF-0000F81E849C}] 1460706471 -#time=1d196eb1cdcb1c8 +[Software\\Classes\\Interface\\{5791BC27-CE9C-11D1-97BF-0000F81E849C}] 1526460533 +#time=1d3ecf2b7aaf0de @="ISWbemObjectPath" -[Software\\Classes\\Interface\\{5791BC27-CE9C-11D1-97BF-0000F81E849C}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdcae4e +[Software\\Classes\\Interface\\{5791BC27-CE9C-11D1-97BF-0000F81E849C}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aaee68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5791BC27-CE9C-11D1-97BF-0000F81E849C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdcafc0 +[Software\\Classes\\Interface\\{5791BC27-CE9C-11D1-97BF-0000F81E849C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aaefe4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5791BC27-CE9C-11D1-97BF-0000F81E849C}\\TypeLib] 1460706471 -#time=1d196eb1cdcb466 +[Software\\Classes\\Interface\\{5791BC27-CE9C-11D1-97BF-0000F81E849C}\\TypeLib] 1526460533 +#time=1d3ecf2b7aaf1ec @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{579E93BC-FFAB-3B8D-9181-CE9C22B51915}] 1460706649 -#time=1d196eb86f8d172 +[Software\\Classes\\Interface\\{579E93BC-FFAB-3B8D-9181-CE9C22B51915}] 1526460883 +#time=1d3ecf388b05868 @="_StrongNameMembershipCondition" -[Software\\Classes\\Interface\\{579E93BC-FFAB-3B8D-9181-CE9C22B51915}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8cefc +[Software\\Classes\\Interface\\{579E93BC-FFAB-3B8D-9181-CE9C22B51915}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b055e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{579E93BC-FFAB-3B8D-9181-CE9C22B51915}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8d03c +[Software\\Classes\\Interface\\{579E93BC-FFAB-3B8D-9181-CE9C22B51915}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b05764 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{579E93BC-FFAB-3B8D-9181-CE9C22B51915}\\TypeLib] 1460706649 -#time=1d196eb86f8d294 +[Software\\Classes\\Interface\\{579E93BC-FFAB-3B8D-9181-CE9C22B51915}\\TypeLib] 1526460883 +#time=1d3ecf388b05994 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{57B849AA-D8EF-3EA6-9538-C5B4D498C2F7}] 1460706649 -#time=1d196eb86f63ac0 +[Software\\Classes\\Interface\\{57B849AA-D8EF-3EA6-9538-C5B4D498C2F7}] 1526460883 +#time=1d3ecf388adb2de @="_AssemblyAlgorithmIdAttribute" -[Software\\Classes\\Interface\\{57B849AA-D8EF-3EA6-9538-C5B4D498C2F7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f638c2 +[Software\\Classes\\Interface\\{57B849AA-D8EF-3EA6-9538-C5B4D498C2F7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adb068 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{57B849AA-D8EF-3EA6-9538-C5B4D498C2F7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f639f8 +[Software\\Classes\\Interface\\{57B849AA-D8EF-3EA6-9538-C5B4D498C2F7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388adb1f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{57B849AA-D8EF-3EA6-9538-C5B4D498C2F7}\\TypeLib] 1460706649 -#time=1d196eb86f63bd8 +[Software\\Classes\\Interface\\{57B849AA-D8EF-3EA6-9538-C5B4D498C2F7}\\TypeLib] 1526460883 +#time=1d3ecf388adb400 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{57B908A8-C082-3581-8A47-6B41B86E8FDC}] 1460706649 -#time=1d196eb86f9ebde +[Software\\Classes\\Interface\\{57B908A8-C082-3581-8A47-6B41B86E8FDC}] 1526460883 +#time=1d3ecf388b19ce6 @="_AutomationProxyAttribute" -[Software\\Classes\\Interface\\{57B908A8-C082-3581-8A47-6B41B86E8FDC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9e9cc +[Software\\Classes\\Interface\\{57B908A8-C082-3581-8A47-6B41B86E8FDC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b19a70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{57B908A8-C082-3581-8A47-6B41B86E8FDC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9eb0c +[Software\\Classes\\Interface\\{57B908A8-C082-3581-8A47-6B41B86E8FDC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b19bf6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{57B908A8-C082-3581-8A47-6B41B86E8FDC}\\TypeLib] 1460706649 -#time=1d196eb86f9ece2 +[Software\\Classes\\Interface\\{57B908A8-C082-3581-8A47-6B41B86E8FDC}\\TypeLib] 1526460883 +#time=1d3ecf388b19e1c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{57C090D5-80BC-33B8-B782-706A8D833767}] 1460706650 -#time=1d196eb87ac2d6c +[Software\\Classes\\Interface\\{57C090D5-80BC-33B8-B782-706A8D833767}] 1526460884 +#time=1d3ecf38955e3e6 @="_PrintPreviewDialog" -[Software\\Classes\\Interface\\{57C090D5-80BC-33B8-B782-706A8D833767}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac2b5a +[Software\\Classes\\Interface\\{57C090D5-80BC-33B8-B782-706A8D833767}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955e148 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{57C090D5-80BC-33B8-B782-706A8D833767}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac2c9a +[Software\\Classes\\Interface\\{57C090D5-80BC-33B8-B782-706A8D833767}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955e2c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{57C090D5-80BC-33B8-B782-706A8D833767}\\TypeLib] 1460706650 -#time=1d196eb87ac2e66 +[Software\\Classes\\Interface\\{57C090D5-80BC-33B8-B782-706A8D833767}\\TypeLib] 1526460884 +#time=1d3ecf38955e544 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{59183431-BD56-33D2-A2ED-FA414ADF8DCB}] 1460706650 -#time=1d196eb87ac8b22 +[Software\\Classes\\Interface\\{59183431-BD56-33D2-A2ED-FA414ADF8DCB}] 1526460884 +#time=1d3ecf3895662ee @="_TabPage" -[Software\\Classes\\Interface\\{59183431-BD56-33D2-A2ED-FA414ADF8DCB}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac891a +[Software\\Classes\\Interface\\{59183431-BD56-33D2-A2ED-FA414ADF8DCB}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389566096 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{59183431-BD56-33D2-A2ED-FA414ADF8DCB}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac8a5a +[Software\\Classes\\Interface\\{59183431-BD56-33D2-A2ED-FA414ADF8DCB}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895661fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{59183431-BD56-33D2-A2ED-FA414ADF8DCB}\\TypeLib] 1460706650 -#time=1d196eb87ac8c12 +[Software\\Classes\\Interface\\{59183431-BD56-33D2-A2ED-FA414ADF8DCB}\\TypeLib] 1526460884 +#time=1d3ecf389566406 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{59447635-3E26-4873-BF26-05F173B80F5E}] 1460706648 -#time=1d196eb868ceebc +[Software\\Classes\\Interface\\{59447635-3E26-4873-BF26-05F173B80F5E}] 1526460883 +#time=1d3ecf3884c8590 @="IDebugScriptScope" -[Software\\Classes\\Interface\\{59447635-3E26-4873-BF26-05F173B80F5E}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cecaa +[Software\\Classes\\Interface\\{59447635-3E26-4873-BF26-05F173B80F5E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c814e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{59447635-3E26-4873-BF26-05F173B80F5E}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cedea +[Software\\Classes\\Interface\\{59447635-3E26-4873-BF26-05F173B80F5E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c83ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{59447635-3E26-4873-BF26-05F173B80F5E}\\TypeLib] 1460706648 -#time=1d196eb868cefc0 +[Software\\Classes\\Interface\\{59447635-3E26-4873-BF26-05F173B80F5E}\\TypeLib] 1526460883 +#time=1d3ecf3884c881a @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{5968374C-8F43-353B-8F0A-780A0A7DDB79}] 1460706650 -#time=1d196eb87ab6c88 +[Software\\Classes\\Interface\\{5968374C-8F43-353B-8F0A-780A0A7DDB79}] 1526460884 +#time=1d3ecf38954d5aa @="_DataGridView" -[Software\\Classes\\Interface\\{5968374C-8F43-353B-8F0A-780A0A7DDB79}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab6a6c +[Software\\Classes\\Interface\\{5968374C-8F43-353B-8F0A-780A0A7DDB79}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954d1f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5968374C-8F43-353B-8F0A-780A0A7DDB79}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab6bb6 +[Software\\Classes\\Interface\\{5968374C-8F43-353B-8F0A-780A0A7DDB79}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954d410 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5968374C-8F43-353B-8F0A-780A0A7DDB79}\\TypeLib] 1460706650 -#time=1d196eb87ab6d8c +[Software\\Classes\\Interface\\{5968374C-8F43-353B-8F0A-780A0A7DDB79}\\TypeLib] 1526460884 +#time=1d3ecf38954dce4 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{59733B03-0EA5-358C-95B5-659FCD9AA0B4}] 1460706649 -#time=1d196eb86fb1d56 +[Software\\Classes\\Interface\\{59733B03-0EA5-358C-95B5-659FCD9AA0B4}] 1526460883 +#time=1d3ecf388b2e15a @="_StringReader" -[Software\\Classes\\Interface\\{59733B03-0EA5-358C-95B5-659FCD9AA0B4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb1b3a +[Software\\Classes\\Interface\\{59733B03-0EA5-358C-95B5-659FCD9AA0B4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2def8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{59733B03-0EA5-358C-95B5-659FCD9AA0B4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb1c84 +[Software\\Classes\\Interface\\{59733B03-0EA5-358C-95B5-659FCD9AA0B4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2e060 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{59733B03-0EA5-358C-95B5-659FCD9AA0B4}\\TypeLib] 1460706649 -#time=1d196eb86fb1e50 +[Software\\Classes\\Interface\\{59733B03-0EA5-358C-95B5-659FCD9AA0B4}\\TypeLib] 1526460883 +#time=1d3ecf388b2e272 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{59C5A9AD-941B-3279-BED8-EDCC2951CADC}] 1460706650 -#time=1d196eb87ab4e92 +[Software\\Classes\\Interface\\{59C5A9AD-941B-3279-BED8-EDCC2951CADC}] 1526460884 +#time=1d3ecf389549cb6 @="_ScrollBar" -[Software\\Classes\\Interface\\{59C5A9AD-941B-3279-BED8-EDCC2951CADC}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab4c76 +[Software\\Classes\\Interface\\{59C5A9AD-941B-3279-BED8-EDCC2951CADC}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895499b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{59C5A9AD-941B-3279-BED8-EDCC2951CADC}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab4dc0 +[Software\\Classes\\Interface\\{59C5A9AD-941B-3279-BED8-EDCC2951CADC}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389549b94 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{59C5A9AD-941B-3279-BED8-EDCC2951CADC}\\TypeLib] 1460706650 -#time=1d196eb87ab4f8c +[Software\\Classes\\Interface\\{59C5A9AD-941B-3279-BED8-EDCC2951CADC}\\TypeLib] 1526460884 +#time=1d3ecf389549e46 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{5A19AE3A-9C96-3D7D-ADA7-D76A07404CD0}] 1460706648 -#time=1d196eb868d83ae +[Software\\Classes\\Interface\\{5A19AE3A-9C96-3D7D-ADA7-D76A07404CD0}] 1526460883 +#time=1d3ecf3884e1586 @="_GlobalScope" -[Software\\Classes\\Interface\\{5A19AE3A-9C96-3D7D-ADA7-D76A07404CD0}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d8156 +[Software\\Classes\\Interface\\{5A19AE3A-9C96-3D7D-ADA7-D76A07404CD0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e10c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5A19AE3A-9C96-3D7D-ADA7-D76A07404CD0}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d828c +[Software\\Classes\\Interface\\{5A19AE3A-9C96-3D7D-ADA7-D76A07404CD0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e13ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5A19AE3A-9C96-3D7D-ADA7-D76A07404CD0}\\TypeLib] 1460706648 -#time=1d196eb868d852a +[Software\\Classes\\Interface\\{5A19AE3A-9C96-3D7D-ADA7-D76A07404CD0}\\TypeLib] 1526460883 +#time=1d3ecf3884e17f2 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{5A33C771-806E-337D-AE1F-66B523FC49BF}] 1460706650 -#time=1d196eb877e45be +[Software\\Classes\\Interface\\{5A33C771-806E-337D-AE1F-66B523FC49BF}] 1526460884 +#time=1d3ecf3892b9dde @="_CodeConstructor" -[Software\\Classes\\Interface\\{5A33C771-806E-337D-AE1F-66B523FC49BF}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e43b6 +[Software\\Classes\\Interface\\{5A33C771-806E-337D-AE1F-66B523FC49BF}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b93d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5A33C771-806E-337D-AE1F-66B523FC49BF}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e44ec +[Software\\Classes\\Interface\\{5A33C771-806E-337D-AE1F-66B523FC49BF}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b95c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5A33C771-806E-337D-AE1F-66B523FC49BF}\\TypeLib] 1460706650 -#time=1d196eb877e46b8 +[Software\\Classes\\Interface\\{5A33C771-806E-337D-AE1F-66B523FC49BF}\\TypeLib] 1526460884 +#time=1d3ecf3892ba0d6 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{5A8DE087-D9D7-3BBA-92B4-FE1034A1242F}] 1460706649 -#time=1d196eb86f7df88 +[Software\\Classes\\Interface\\{5A8DE087-D9D7-3BBA-92B4-FE1034A1242F}] 1526460883 +#time=1d3ecf388af87e4 @="_MissingSatelliteAssemblyException" -[Software\\Classes\\Interface\\{5A8DE087-D9D7-3BBA-92B4-FE1034A1242F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7dd6c +[Software\\Classes\\Interface\\{5A8DE087-D9D7-3BBA-92B4-FE1034A1242F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af8582 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5A8DE087-D9D7-3BBA-92B4-FE1034A1242F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7dec0 +[Software\\Classes\\Interface\\{5A8DE087-D9D7-3BBA-92B4-FE1034A1242F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af86f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5A8DE087-D9D7-3BBA-92B4-FE1034A1242F}\\TypeLib] 1460706649 -#time=1d196eb86f7e082 +[Software\\Classes\\Interface\\{5A8DE087-D9D7-3BBA-92B4-FE1034A1242F}\\TypeLib] 1526460883 +#time=1d3ecf388af88f2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5AC4CB7E-F89F-429B-926B-C7F940936BF4}] 1460706650 -#time=1d196eb8753724e +[Software\\Classes\\Interface\\{5AC4CB7E-F89F-429B-926B-C7F940936BF4}] 1526460884 +#time=1d3ecf38905120e @="ISoapUtility" -[Software\\Classes\\Interface\\{5AC4CB7E-F89F-429B-926B-C7F940936BF4}\\ProxyStubClsid] 1460706650 -#time=1d196eb87537032 +[Software\\Classes\\Interface\\{5AC4CB7E-F89F-429B-926B-C7F940936BF4}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389050d40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5AC4CB7E-F89F-429B-926B-C7F940936BF4}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753717c +[Software\\Classes\\Interface\\{5AC4CB7E-F89F-429B-926B-C7F940936BF4}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3890510d8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5AC4CB7E-F89F-429B-926B-C7F940936BF4}\\TypeLib] 1460706650 -#time=1d196eb87537370 +[Software\\Classes\\Interface\\{5AC4CB7E-F89F-429B-926B-C7F940936BF4}\\TypeLib] 1526460884 +#time=1d3ecf38905138a @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{5B807FA1-00CD-46EE-A493-FD80AC944715}] 1460706648 -#time=1d196eb868d35b6 +[Software\\Classes\\Interface\\{5B807FA1-00CD-46EE-A493-FD80AC944715}] 1526460883 +#time=1d3ecf3884d03da @="IRedirectOutput" -[Software\\Classes\\Interface\\{5B807FA1-00CD-46EE-A493-FD80AC944715}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d33ae +[Software\\Classes\\Interface\\{5B807FA1-00CD-46EE-A493-FD80AC944715}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884d00ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5B807FA1-00CD-46EE-A493-FD80AC944715}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d34ee +[Software\\Classes\\Interface\\{5B807FA1-00CD-46EE-A493-FD80AC944715}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884d02a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5B807FA1-00CD-46EE-A493-FD80AC944715}\\TypeLib] 1460706648 -#time=1d196eb868d36ba +[Software\\Classes\\Interface\\{5B807FA1-00CD-46EE-A493-FD80AC944715}\\TypeLib] 1526460883 +#time=1d3ecf3884d0560 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{5BEF6F14-89F8-3AD5-BE92-0649CFA5ABB1}] 1460706650 -#time=1d196eb87ab8c36 +[Software\\Classes\\Interface\\{5BEF6F14-89F8-3AD5-BE92-0649CFA5ABB1}] 1526460884 +#time=1d3ecf389551100 @="_DateTimePickerAccessibleObject" -[Software\\Classes\\Interface\\{5BEF6F14-89F8-3AD5-BE92-0649CFA5ABB1}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab89fc +[Software\\Classes\\Interface\\{5BEF6F14-89F8-3AD5-BE92-0649CFA5ABB1}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389550dd6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5BEF6F14-89F8-3AD5-BE92-0649CFA5ABB1}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab8b46 +[Software\\Classes\\Interface\\{5BEF6F14-89F8-3AD5-BE92-0649CFA5ABB1}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389550fe8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5BEF6F14-89F8-3AD5-BE92-0649CFA5ABB1}\\TypeLib] 1460706650 -#time=1d196eb87ab8d4e +[Software\\Classes\\Interface\\{5BEF6F14-89F8-3AD5-BE92-0649CFA5ABB1}\\TypeLib] 1526460884 +#time=1d3ecf38955125e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{5C209F0B-BAD5-432A-9556-4699BED2638A}] 1460706472 -#time=1d196eb1d1f01e0 +[Software\\Classes\\Interface\\{5C209F0B-BAD5-432A-9556-4699BED2638A}] 1526460533 +#time=1d3ecf2b7df9c6c @="IInstallationJob" -[Software\\Classes\\Interface\\{5C209F0B-BAD5-432A-9556-4699BED2638A}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1efe84 +[Software\\Classes\\Interface\\{5C209F0B-BAD5-432A-9556-4699BED2638A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df9a00 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5C209F0B-BAD5-432A-9556-4699BED2638A}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1f00aa +[Software\\Classes\\Interface\\{5C209F0B-BAD5-432A-9556-4699BED2638A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df9b7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5C209F0B-BAD5-432A-9556-4699BED2638A}\\TypeLib] 1460706472 -#time=1d196eb1d1f0316 +[Software\\Classes\\Interface\\{5C209F0B-BAD5-432A-9556-4699BED2638A}\\TypeLib] 1526460533 +#time=1d3ecf2b7df9da2 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{5C4C522F-DE4E-3595-9AA9-9319C86A5283}] 1460706649 -#time=1d196eb86fc415e +[Software\\Classes\\Interface\\{5C4C522F-DE4E-3595-9AA9-9319C86A5283}] 1526460883 +#time=1d3ecf388b425a6 @="_IsolatedStoragePermissionAttribute" -[Software\\Classes\\Interface\\{5C4C522F-DE4E-3595-9AA9-9319C86A5283}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc3e20 +[Software\\Classes\\Interface\\{5C4C522F-DE4E-3595-9AA9-9319C86A5283}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4234e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5C4C522F-DE4E-3595-9AA9-9319C86A5283}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc406e +[Software\\Classes\\Interface\\{5C4C522F-DE4E-3595-9AA9-9319C86A5283}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b424c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5C4C522F-DE4E-3595-9AA9-9319C86A5283}\\TypeLib] 1460706649 -#time=1d196eb86fc4280 +[Software\\Classes\\Interface\\{5C4C522F-DE4E-3595-9AA9-9319C86A5283}\\TypeLib] 1526460883 +#time=1d3ecf388b426be @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5C6FB596-4828-4ED5-B9DD-293DAD736FB5}] 1460706649 -#time=1d196eb86b66a1c +[Software\\Classes\\Interface\\{5C6FB596-4828-4ED5-B9DD-293DAD736FB5}] 1526460883 +#time=1d3ecf38873fb8e @="ICorSvcBindToWorker" -[Software\\Classes\\Interface\\{5C6FB596-4828-4ED5-B9DD-293DAD736FB5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b667f6 +[Software\\Classes\\Interface\\{5C6FB596-4828-4ED5-B9DD-293DAD736FB5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38873f8a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5C6FB596-4828-4ED5-B9DD-293DAD736FB5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b6694a +[Software\\Classes\\Interface\\{5C6FB596-4828-4ED5-B9DD-293DAD736FB5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf38873fa6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5C6FB596-4828-4ED5-B9DD-293DAD736FB5}\\TypeLib] 1460706649 -#time=1d196eb86b66b20 +[Software\\Classes\\Interface\\{5C6FB596-4828-4ED5-B9DD-293DAD736FB5}\\TypeLib] 1526460883 +#time=1d3ecf38873fcf6 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{5CBAE170-8759-3B8A-B919-E12FB86AD1F3}] 1460706650 -#time=1d196eb877cd6a2 +[Software\\Classes\\Interface\\{5CBAE170-8759-3B8A-B919-E12FB86AD1F3}] 1526460884 +#time=1d3ecf389296ae6 @="ITypeDescriptorContext" -[Software\\Classes\\Interface\\{5CBAE170-8759-3B8A-B919-E12FB86AD1F3}\\ProxyStubClsid] 1460706650 -#time=1d196eb877cd486 +[Software\\Classes\\Interface\\{5CBAE170-8759-3B8A-B919-E12FB86AD1F3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389296686 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5CBAE170-8759-3B8A-B919-E12FB86AD1F3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877cd5d0 +[Software\\Classes\\Interface\\{5CBAE170-8759-3B8A-B919-E12FB86AD1F3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389296956 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5CBAE170-8759-3B8A-B919-E12FB86AD1F3}\\TypeLib] 1460706650 -#time=1d196eb877cd7b0 +[Software\\Classes\\Interface\\{5CBAE170-8759-3B8A-B919-E12FB86AD1F3}\\TypeLib] 1526460884 +#time=1d3ecf389296dd4 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{5CBB1F47-FBA5-33B9-9D4A-57D6E3D133D2}] 1460706649 -#time=1d196eb86f80210 +[Software\\Classes\\Interface\\{5CBB1F47-FBA5-33B9-9D4A-57D6E3D133D2}] 1526460883 +#time=1d3ecf388afafbc @="_SatelliteContractVersionAttribute" -[Software\\Classes\\Interface\\{5CBB1F47-FBA5-33B9-9D4A-57D6E3D133D2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f80012 +[Software\\Classes\\Interface\\{5CBB1F47-FBA5-33B9-9D4A-57D6E3D133D2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afad3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5CBB1F47-FBA5-33B9-9D4A-57D6E3D133D2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f80148 +[Software\\Classes\\Interface\\{5CBB1F47-FBA5-33B9-9D4A-57D6E3D133D2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afaeae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5CBB1F47-FBA5-33B9-9D4A-57D6E3D133D2}\\TypeLib] 1460706649 -#time=1d196eb86f8030a +[Software\\Classes\\Interface\\{5CBB1F47-FBA5-33B9-9D4A-57D6E3D133D2}\\TypeLib] 1526460883 +#time=1d3ecf388afb0d4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5CD52983-9449-11D2-963A-00C04F79ADF0}] 1460706471 -#time=1d196eb1ce186ee +[Software\\Classes\\Interface\\{5CD52983-9449-11D2-963A-00C04F79ADF0}] 1526460533 +#time=1d3ecf2b8098e82 @="IResolveShellLink" -[Software\\Classes\\Interface\\{5CD52983-9449-11D2-963A-00C04F79ADF0}\\NumMethods] 1460706471 -#time=1d196eb1ce1861c +[Software\\Classes\\Interface\\{5CD52983-9449-11D2-963A-00C04F79ADF0}\\NumMethods] 1526460533 +#time=1d3ecf2b8098d88 @="4" -[Software\\Classes\\Interface\\{5CD52983-9449-11D2-963A-00C04F79ADF0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce18766 +[Software\\Classes\\Interface\\{5CD52983-9449-11D2-963A-00C04F79ADF0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8098f04 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}] 1460706471 -#time=1d196eb1d0ce06e +[Software\\Classes\\Interface\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}] 1526460533 +#time=1d3ecf2b7fdae78 @="IBackgroundCopyManager" -[Software\\Classes\\Interface\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}\\NumMethods] 1460706471 -#time=1d196eb1d0cdf9c +[Software\\Classes\\Interface\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}\\NumMethods] 1526460533 +#time=1d3ecf2b7fdad7e @="7" -[Software\\Classes\\Interface\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ce0e6 +[Software\\Classes\\Interface\\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fdaefa @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{5D573036-3435-3C5A-AEFF-2B8191082C71}] 1460706649 -#time=1d196eb86eda7c0 +[Software\\Classes\\Interface\\{5D573036-3435-3C5A-AEFF-2B8191082C71}] 1526460883 +#time=1d3ecf388a64454 @="IHashCodeProvider" -[Software\\Classes\\Interface\\{5D573036-3435-3C5A-AEFF-2B8191082C71}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eda586 +[Software\\Classes\\Interface\\{5D573036-3435-3C5A-AEFF-2B8191082C71}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a641e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5D573036-3435-3C5A-AEFF-2B8191082C71}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eda6d0 +[Software\\Classes\\Interface\\{5D573036-3435-3C5A-AEFF-2B8191082C71}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6435a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5D573036-3435-3C5A-AEFF-2B8191082C71}\\TypeLib] 1460706649 -#time=1d196eb86eda8c4 +[Software\\Classes\\Interface\\{5D573036-3435-3C5A-AEFF-2B8191082C71}\\TypeLib] 1526460883 +#time=1d3ecf388a6456c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5D59051F-E19D-329A-9962-FD00D552E13D}] 1460706649 -#time=1d196eb86fad670 +[Software\\Classes\\Interface\\{5D59051F-E19D-329A-9962-FD00D552E13D}] 1526460883 +#time=1d3ecf388b29290 @="_File" -[Software\\Classes\\Interface\\{5D59051F-E19D-329A-9962-FD00D552E13D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fad454 +[Software\\Classes\\Interface\\{5D59051F-E19D-329A-9962-FD00D552E13D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2902e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5D59051F-E19D-329A-9962-FD00D552E13D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fad59e +[Software\\Classes\\Interface\\{5D59051F-E19D-329A-9962-FD00D552E13D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b291a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5D59051F-E19D-329A-9962-FD00D552E13D}\\TypeLib] 1460706649 -#time=1d196eb86fad788 +[Software\\Classes\\Interface\\{5D59051F-E19D-329A-9962-FD00D552E13D}\\TypeLib] 1526460883 +#time=1d3ecf388b293c6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5D9FCE71-04C3-395E-B972-F1205E8DE615}] 1460706650 -#time=1d196eb87aabbf8 +[Software\\Classes\\Interface\\{5D9FCE71-04C3-395E-B972-F1205E8DE615}] 1526460884 +#time=1d3ecf38953ef3c @="_CheckBoxAccessibleObject" -[Software\\Classes\\Interface\\{5D9FCE71-04C3-395E-B972-F1205E8DE615}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aab9c8 +[Software\\Classes\\Interface\\{5D9FCE71-04C3-395E-B972-F1205E8DE615}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953eb18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5D9FCE71-04C3-395E-B972-F1205E8DE615}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aabb12 +[Software\\Classes\\Interface\\{5D9FCE71-04C3-395E-B972-F1205E8DE615}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38953ecd0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5D9FCE71-04C3-395E-B972-F1205E8DE615}\\TypeLib] 1460706650 -#time=1d196eb87aabcfc +[Software\\Classes\\Interface\\{5D9FCE71-04C3-395E-B972-F1205E8DE615}\\TypeLib] 1526460884 +#time=1d3ecf38953f072 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{5DBBAF39-A3DF-30B7-AAEA-9FD11394123F}] 1460706649 -#time=1d196eb86ff0420 +[Software\\Classes\\Interface\\{5DBBAF39-A3DF-30B7-AAEA-9FD11394123F}] 1526460883 +#time=1d3ecf388b72332 @="_HeaderHandler" -[Software\\Classes\\Interface\\{5DBBAF39-A3DF-30B7-AAEA-9FD11394123F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff020e +[Software\\Classes\\Interface\\{5DBBAF39-A3DF-30B7-AAEA-9FD11394123F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b720d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5DBBAF39-A3DF-30B7-AAEA-9FD11394123F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff034e +[Software\\Classes\\Interface\\{5DBBAF39-A3DF-30B7-AAEA-9FD11394123F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7224c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5DBBAF39-A3DF-30B7-AAEA-9FD11394123F}\\TypeLib] 1460706649 -#time=1d196eb86ff051a +[Software\\Classes\\Interface\\{5DBBAF39-A3DF-30B7-AAEA-9FD11394123F}\\TypeLib] 1526460883 +#time=1d3ecf388b72468 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5DC9E030-3B2E-3FB8-9691-76D1960D3E16}] 1460706648 -#time=1d196eb868d7d8c +[Software\\Classes\\Interface\\{5DC9E030-3B2E-3FB8-9691-76D1960D3E16}] 1526460883 +#time=1d3ecf3884e078a @="_ScriptObject" -[Software\\Classes\\Interface\\{5DC9E030-3B2E-3FB8-9691-76D1960D3E16}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d7b70 +[Software\\Classes\\Interface\\{5DC9E030-3B2E-3FB8-9691-76D1960D3E16}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e029e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5DC9E030-3B2E-3FB8-9691-76D1960D3E16}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d7cba +[Software\\Classes\\Interface\\{5DC9E030-3B2E-3FB8-9691-76D1960D3E16}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e05e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5DC9E030-3B2E-3FB8-9691-76D1960D3E16}\\TypeLib] 1460706648 -#time=1d196eb868d7e90 +[Software\\Classes\\Interface\\{5DC9E030-3B2E-3FB8-9691-76D1960D3E16}\\TypeLib] 1526460883 +#time=1d3ecf3884e0a00 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{5E38B83C-8CF1-11D1-BF92-0060081ED811}] 1460706471 -#time=1d196eb1d13f214 +[Software\\Classes\\Interface\\{5E38B83C-8CF1-11D1-BF92-0060081ED811}] 1526460533 +#time=1d3ecf2b7aeb9d0 @="IEnumWIA_DEV_INFO" -[Software\\Classes\\Interface\\{5E38B83C-8CF1-11D1-BF92-0060081ED811}\\NumMethods] 1460706471 -#time=1d196eb1d13f138 +[Software\\Classes\\Interface\\{5E38B83C-8CF1-11D1-BF92-0060081ED811}\\NumMethods] 1526460533 +#time=1d3ecf2b7aeb8d6 @="8" -[Software\\Classes\\Interface\\{5E38B83C-8CF1-11D1-BF92-0060081ED811}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d13f282 +[Software\\Classes\\Interface\\{5E38B83C-8CF1-11D1-BF92-0060081ED811}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aeba52 @="{4DB1AD10-3391-11D2-9A33-00C04FA36145}" -[Software\\Classes\\Interface\\{5E6F9EDB-3CE1-3A56-86D9-CD2DDF7A6FFF}] 1460706649 -#time=1d196eb86f2de16 +[Software\\Classes\\Interface\\{5E6F9EDB-3CE1-3A56-86D9-CD2DDF7A6FFF}] 1526460883 +#time=1d3ecf388a9eac8 @="_AppDomainInitializer" -[Software\\Classes\\Interface\\{5E6F9EDB-3CE1-3A56-86D9-CD2DDF7A6FFF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2dbe6 +[Software\\Classes\\Interface\\{5E6F9EDB-3CE1-3A56-86D9-CD2DDF7A6FFF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9e870 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5E6F9EDB-3CE1-3A56-86D9-CD2DDF7A6FFF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2dd44 +[Software\\Classes\\Interface\\{5E6F9EDB-3CE1-3A56-86D9-CD2DDF7A6FFF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9e9e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5E6F9EDB-3CE1-3A56-86D9-CD2DDF7A6FFF}\\TypeLib] 1460706649 -#time=1d196eb86f2df1a +[Software\\Classes\\Interface\\{5E6F9EDB-3CE1-3A56-86D9-CD2DDF7A6FFF}\\TypeLib] 1526460883 +#time=1d3ecf388a9ebe0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5EB06BEF-4ADF-3CC1-A6F2-62F76886B13A}] 1460706649 -#time=1d196eb86feaff2 +[Software\\Classes\\Interface\\{5EB06BEF-4ADF-3CC1-A6F2-62F76886B13A}] 1526460883 +#time=1d3ecf388b6cc66 @="_SoapName" -[Software\\Classes\\Interface\\{5EB06BEF-4ADF-3CC1-A6F2-62F76886B13A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86feadb8 +[Software\\Classes\\Interface\\{5EB06BEF-4ADF-3CC1-A6F2-62F76886B13A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6ca04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5EB06BEF-4ADF-3CC1-A6F2-62F76886B13A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86feaf20 +[Software\\Classes\\Interface\\{5EB06BEF-4ADF-3CC1-A6F2-62F76886B13A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6cb76 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5EB06BEF-4ADF-3CC1-A6F2-62F76886B13A}\\TypeLib] 1460706649 -#time=1d196eb86feb132 +[Software\\Classes\\Interface\\{5EB06BEF-4ADF-3CC1-A6F2-62F76886B13A}\\TypeLib] 1526460883 +#time=1d3ecf388b6cd74 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5EB2502A-8CF1-11D1-BF92-0060081ED811}] 1460706471 -#time=1d196eb1d13edd2 +[Software\\Classes\\Interface\\{5EB2502A-8CF1-11D1-BF92-0060081ED811}] 1526460533 +#time=1d3ecf2b7aeb53e @="IWiaDevMgr" -[Software\\Classes\\Interface\\{5EB2502A-8CF1-11D1-BF92-0060081ED811}\\NumMethods] 1460706471 -#time=1d196eb1d13ecb0 +[Software\\Classes\\Interface\\{5EB2502A-8CF1-11D1-BF92-0060081ED811}\\NumMethods] 1526460533 +#time=1d3ecf2b7aeb444 @="12" -[Software\\Classes\\Interface\\{5EB2502A-8CF1-11D1-BF92-0060081ED811}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d13ee4a +[Software\\Classes\\Interface\\{5EB2502A-8CF1-11D1-BF92-0060081ED811}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aeb5ca @="{4DB1AD10-3391-11D2-9A33-00C04FA36145}" -[Software\\Classes\\Interface\\{5EFD22BA-7838-46CB-88E2-CADB14124F8F}] 1460706471 -#time=1d196eb1cfcd8c2 +[Software\\Classes\\Interface\\{5EFD22BA-7838-46CB-88E2-CADB14124F8F}] 1526460533 +#time=1d3ecf2b7e3df70 @="IEnumITfCompositionView" -[Software\\Classes\\Interface\\{5EFD22BA-7838-46CB-88E2-CADB14124F8F}\\NumMethods] 1460706471 -#time=1d196eb1cfcd7e6 +[Software\\Classes\\Interface\\{5EFD22BA-7838-46CB-88E2-CADB14124F8F}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3de80 @="7" -[Software\\Classes\\Interface\\{5EFD22BA-7838-46CB-88E2-CADB14124F8F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcd930 +[Software\\Classes\\Interface\\{5EFD22BA-7838-46CB-88E2-CADB14124F8F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3dff2 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{5F1562FB-0160-3655-BAEA-B15BEF609161}] 1460706649 -#time=1d196eb86fc6d28 +[Software\\Classes\\Interface\\{5F1562FB-0160-3655-BAEA-B15BEF609161}] 1526460883 +#time=1d3ecf388b453be @="_StrongNameIdentityPermission" -[Software\\Classes\\Interface\\{5F1562FB-0160-3655-BAEA-B15BEF609161}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc6af8 +[Software\\Classes\\Interface\\{5F1562FB-0160-3655-BAEA-B15BEF609161}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b45166 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5F1562FB-0160-3655-BAEA-B15BEF609161}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc6c42 +[Software\\Classes\\Interface\\{5F1562FB-0160-3655-BAEA-B15BEF609161}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b452d8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5F1562FB-0160-3655-BAEA-B15BEF609161}\\TypeLib] 1460706649 -#time=1d196eb86fc6e4a +[Software\\Classes\\Interface\\{5F1562FB-0160-3655-BAEA-B15BEF609161}\\TypeLib] 1526460883 +#time=1d3ecf388b454e0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5F19E082-26F8-3361-B338-9BACB98809A4}] 1460706649 -#time=1d196eb86fc8d9e +[Software\\Classes\\Interface\\{5F19E082-26F8-3361-B338-9BACB98809A4}] 1526460883 +#time=1d3ecf388b47498 @="_GacIdentityPermissionAttribute" -[Software\\Classes\\Interface\\{5F19E082-26F8-3361-B338-9BACB98809A4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc8b64 +[Software\\Classes\\Interface\\{5F19E082-26F8-3361-B338-9BACB98809A4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b47222 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5F19E082-26F8-3361-B338-9BACB98809A4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc8cd6 +[Software\\Classes\\Interface\\{5F19E082-26F8-3361-B338-9BACB98809A4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b473a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5F19E082-26F8-3361-B338-9BACB98809A4}\\TypeLib] 1460706649 -#time=1d196eb86fc8eac +[Software\\Classes\\Interface\\{5F19E082-26F8-3361-B338-9BACB98809A4}\\TypeLib] 1526460883 +#time=1d3ecf388b475b0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{5F20AA40-B57A-4F34-96AB-3576F377CC79}] 1460706471 -#time=1d196eb1cfcb0ae +[Software\\Classes\\Interface\\{5F20AA40-B57A-4F34-96AB-3576F377CC79}] 1526460533 +#time=1d3ecf2b7e3b1da @="ITfContextOwnerCompositionSink" -[Software\\Classes\\Interface\\{5F20AA40-B57A-4F34-96AB-3576F377CC79}\\NumMethods] 1460706471 -#time=1d196eb1cfcafdc +[Software\\Classes\\Interface\\{5F20AA40-B57A-4F34-96AB-3576F377CC79}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3b0ea @="6" -[Software\\Classes\\Interface\\{5F20AA40-B57A-4F34-96AB-3576F377CC79}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcb130 +[Software\\Classes\\Interface\\{5F20AA40-B57A-4F34-96AB-3576F377CC79}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3b266 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{5F478AC7-7B54-4E5B-86E4-441092FAC8DD}] 1460706648 -#time=1d196eb862986f6 +[Software\\Classes\\Interface\\{5F478AC7-7B54-4E5B-86E4-441092FAC8DD}] 1526460881 +#time=1d3ecf3877bc6ee @="IPimcSurrogate" -[Software\\Classes\\Interface\\{5F478AC7-7B54-4E5B-86E4-441092FAC8DD}\\NumMethods] 1460706648 -#time=1d196eb862988cc +[Software\\Classes\\Interface\\{5F478AC7-7B54-4E5B-86E4-441092FAC8DD}\\NumMethods] 1526460881 +#time=1d3ecf3877bc90a @="4" -[Software\\Classes\\Interface\\{5F478AC7-7B54-4E5B-86E4-441092FAC8DD}\\ProxyStubClsid32] 1460706648 -#time=1d196eb862978dc +[Software\\Classes\\Interface\\{5F478AC7-7B54-4E5B-86E4-441092FAC8DD}\\ProxyStubClsid32] 1526460881 +#time=1d3ecf3877ba768 @="{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}" -[Software\\Classes\\Interface\\{5FD58C59-B50E-32BC-853E-AEAE9DF172B5}] 1460706650 -#time=1d196eb8753ba56 +[Software\\Classes\\Interface\\{5FD58C59-B50E-32BC-853E-AEAE9DF172B5}] 1526460884 +#time=1d3ecf38905796a @="_SecurityIdentity" -[Software\\Classes\\Interface\\{5FD58C59-B50E-32BC-853E-AEAE9DF172B5}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753b844 +[Software\\Classes\\Interface\\{5FD58C59-B50E-32BC-853E-AEAE9DF172B5}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389057708 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5FD58C59-B50E-32BC-853E-AEAE9DF172B5}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753b984 +[Software\\Classes\\Interface\\{5FD58C59-B50E-32BC-853E-AEAE9DF172B5}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905787a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{5FD58C59-B50E-32BC-853E-AEAE9DF172B5}\\TypeLib] 1460706650 -#time=1d196eb8753bb50 +[Software\\Classes\\Interface\\{5FD58C59-B50E-32BC-853E-AEAE9DF172B5}\\TypeLib] 1526460884 +#time=1d3ecf389057ac8 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{601CD486-04BF-3213-9EA9-06EBE4351D74}] 1460706649 -#time=1d196eb86ee94be +[Software\\Classes\\Interface\\{601CD486-04BF-3213-9EA9-06EBE4351D74}] 1526460883 +#time=1d3ecf388a74b74 @="ICustomMarshaler" -[Software\\Classes\\Interface\\{601CD486-04BF-3213-9EA9-06EBE4351D74}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee91ee +[Software\\Classes\\Interface\\{601CD486-04BF-3213-9EA9-06EBE4351D74}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a74912 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{601CD486-04BF-3213-9EA9-06EBE4351D74}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee9360 +[Software\\Classes\\Interface\\{601CD486-04BF-3213-9EA9-06EBE4351D74}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a74a84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{601CD486-04BF-3213-9EA9-06EBE4351D74}\\TypeLib] 1460706649 -#time=1d196eb86ee95cc +[Software\\Classes\\Interface\\{601CD486-04BF-3213-9EA9-06EBE4351D74}\\TypeLib] 1526460883 +#time=1d3ecf388a74c82 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{602D4995-B13A-429B-A66E-1935E44F4317}] 1460706471 -#time=1d196eb1ce19012 +[Software\\Classes\\Interface\\{602D4995-B13A-429B-A66E-1935E44F4317}] 1526460533 +#time=1d3ecf2b8099792 @="ITaskbarList2" -[Software\\Classes\\Interface\\{602D4995-B13A-429B-A66E-1935E44F4317}\\NumMethods] 1460706471 -#time=1d196eb1ce18f0e +[Software\\Classes\\Interface\\{602D4995-B13A-429B-A66E-1935E44F4317}\\NumMethods] 1526460533 +#time=1d3ecf2b80996a2 @="9" -[Software\\Classes\\Interface\\{602D4995-B13A-429B-A66E-1935E44F4317}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1908a +[Software\\Classes\\Interface\\{602D4995-B13A-429B-A66E-1935E44F4317}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8099814 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{6032B3CD-9BED-351C-A145-9D500B0F636F}] 1460706649 -#time=1d196eb86f6bbc6 +[Software\\Classes\\Interface\\{6032B3CD-9BED-351C-A145-9D500B0F636F}] 1526460883 +#time=1d3ecf388ae3ee8 @="_TargetParameterCountException" -[Software\\Classes\\Interface\\{6032B3CD-9BED-351C-A145-9D500B0F636F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6b996 +[Software\\Classes\\Interface\\{6032B3CD-9BED-351C-A145-9D500B0F636F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae3c7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6032B3CD-9BED-351C-A145-9D500B0F636F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6baea +[Software\\Classes\\Interface\\{6032B3CD-9BED-351C-A145-9D500B0F636F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae3df8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6032B3CD-9BED-351C-A145-9D500B0F636F}\\TypeLib] 1460706649 -#time=1d196eb86f6bcca +[Software\\Classes\\Interface\\{6032B3CD-9BED-351C-A145-9D500B0F636F}\\TypeLib] 1526460883 +#time=1d3ecf388ae4000 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{605A62B5-3BA8-49E0-A056-0A6A7A5846A3}] 1460706648 -#time=1d196eb868d1248 +[Software\\Classes\\Interface\\{605A62B5-3BA8-49E0-A056-0A6A7A5846A3}] 1526460883 +#time=1d3ecf3884cc5c8 @="IJSVsaSite" -[Software\\Classes\\Interface\\{605A62B5-3BA8-49E0-A056-0A6A7A5846A3}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d0fc8 +[Software\\Classes\\Interface\\{605A62B5-3BA8-49E0-A056-0A6A7A5846A3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884cc21c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{605A62B5-3BA8-49E0-A056-0A6A7A5846A3}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d113a +[Software\\Classes\\Interface\\{605A62B5-3BA8-49E0-A056-0A6A7A5846A3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884cc47e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{605A62B5-3BA8-49E0-A056-0A6A7A5846A3}\\TypeLib] 1460706648 -#time=1d196eb868d134c +[Software\\Classes\\Interface\\{605A62B5-3BA8-49E0-A056-0A6A7A5846A3}\\TypeLib] 1526460883 +#time=1d3ecf3884cc744 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{607056C6-1BCA-36C8-AB87-33B202EBF0D8}] 1460706649 -#time=1d196eb86f71530 +[Software\\Classes\\Interface\\{607056C6-1BCA-36C8-AB87-33B202EBF0D8}] 1526460883 +#time=1d3ecf388ae94e2 @="_SerializationInfoEnumerator" -[Software\\Classes\\Interface\\{607056C6-1BCA-36C8-AB87-33B202EBF0D8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f71300 +[Software\\Classes\\Interface\\{607056C6-1BCA-36C8-AB87-33B202EBF0D8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae928a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{607056C6-1BCA-36C8-AB87-33B202EBF0D8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7145e +[Software\\Classes\\Interface\\{607056C6-1BCA-36C8-AB87-33B202EBF0D8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae93fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{607056C6-1BCA-36C8-AB87-33B202EBF0D8}\\TypeLib] 1460706649 -#time=1d196eb86f71634 +[Software\\Classes\\Interface\\{607056C6-1BCA-36C8-AB87-33B202EBF0D8}\\TypeLib] 1526460883 +#time=1d3ecf388ae9618 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{609C7788-BDB0-364C-92E3-FC16AC613430}] 1460706650 -#time=1d196eb877df5f0 +[Software\\Classes\\Interface\\{609C7788-BDB0-364C-92E3-FC16AC613430}] 1526460884 +#time=1d3ecf3892ac7ba @="_CodeCatchClause" -[Software\\Classes\\Interface\\{609C7788-BDB0-364C-92E3-FC16AC613430}\\ProxyStubClsid] 1460706650 -#time=1d196eb877df3ac +[Software\\Classes\\Interface\\{609C7788-BDB0-364C-92E3-FC16AC613430}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892ac422 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{609C7788-BDB0-364C-92E3-FC16AC613430}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877df514 +[Software\\Classes\\Interface\\{609C7788-BDB0-364C-92E3-FC16AC613430}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892ac648 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{609C7788-BDB0-364C-92E3-FC16AC613430}\\TypeLib] 1460706650 -#time=1d196eb877df6fe +[Software\\Classes\\Interface\\{609C7788-BDB0-364C-92E3-FC16AC613430}\\TypeLib] 1526460884 +#time=1d3ecf3892ac986 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{60B8B604-0AED-3093-AC05-EB98FB29FC47}] 1460706649 -#time=1d196eb86fde5fe +[Software\\Classes\\Interface\\{60B8B604-0AED-3093-AC05-EB98FB29FC47}] 1526460883 +#time=1d3ecf388b5f4d0 @="_WellKnownServiceTypeEntry" -[Software\\Classes\\Interface\\{60B8B604-0AED-3093-AC05-EB98FB29FC47}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fde3ce +[Software\\Classes\\Interface\\{60B8B604-0AED-3093-AC05-EB98FB29FC47}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5efc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{60B8B604-0AED-3093-AC05-EB98FB29FC47}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fde50e +[Software\\Classes\\Interface\\{60B8B604-0AED-3093-AC05-EB98FB29FC47}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5f37c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{60B8B604-0AED-3093-AC05-EB98FB29FC47}\\TypeLib] 1460706649 -#time=1d196eb86fde720 +[Software\\Classes\\Interface\\{60B8B604-0AED-3093-AC05-EB98FB29FC47}\\TypeLib] 1526460883 +#time=1d3ecf388b5f674 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{60ECFDDA-650A-324C-B4B3-F4D75B563BB1}] 1460706649 -#time=1d196eb86f92d70 +[Software\\Classes\\Interface\\{60ECFDDA-650A-324C-B4B3-F4D75B563BB1}] 1526460883 +#time=1d3ecf388b0bbc8 @="_WindowsImpersonationContext" -[Software\\Classes\\Interface\\{60ECFDDA-650A-324C-B4B3-F4D75B563BB1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f92b5e +[Software\\Classes\\Interface\\{60ECFDDA-650A-324C-B4B3-F4D75B563BB1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0b948 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{60ECFDDA-650A-324C-B4B3-F4D75B563BB1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f92c9e +[Software\\Classes\\Interface\\{60ECFDDA-650A-324C-B4B3-F4D75B563BB1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0bad8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{60ECFDDA-650A-324C-B4B3-F4D75B563BB1}\\TypeLib] 1460706649 -#time=1d196eb86f92e74 +[Software\\Classes\\Interface\\{60ECFDDA-650A-324C-B4B3-F4D75B563BB1}\\TypeLib] 1526460883 +#time=1d3ecf388b0bce0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{60FC57B0-4A46-32A0-A5B4-B05B0DE8E781}] 1460706649 -#time=1d196eb86eed24e +[Software\\Classes\\Interface\\{60FC57B0-4A46-32A0-A5B4-B05B0DE8E781}] 1526460883 +#time=1d3ecf388a78e72 @="IStackWalk" -[Software\\Classes\\Interface\\{60FC57B0-4A46-32A0-A5B4-B05B0DE8E781}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eed032 +[Software\\Classes\\Interface\\{60FC57B0-4A46-32A0-A5B4-B05B0DE8E781}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a78c10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{60FC57B0-4A46-32A0-A5B4-B05B0DE8E781}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eed172 +[Software\\Classes\\Interface\\{60FC57B0-4A46-32A0-A5B4-B05B0DE8E781}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a78d8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{60FC57B0-4A46-32A0-A5B4-B05B0DE8E781}\\TypeLib] 1460706649 -#time=1d196eb86eed35c +[Software\\Classes\\Interface\\{60FC57B0-4A46-32A0-A5B4-B05B0DE8E781}\\TypeLib] 1526460883 +#time=1d3ecf388a78f8a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{61059E8D-1DD2-3F4B-A4C5-D566B8968FFB}] 1460706650 -#time=1d196eb877d6bf8 +[Software\\Classes\\Interface\\{61059E8D-1DD2-3F4B-A4C5-D566B8968FFB}] 1526460884 +#time=1d3ecf38929ef0c @="_CodeDomProvider" -[Software\\Classes\\Interface\\{61059E8D-1DD2-3F4B-A4C5-D566B8968FFB}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d677a +[Software\\Classes\\Interface\\{61059E8D-1DD2-3F4B-A4C5-D566B8968FFB}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38929ec28 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{61059E8D-1DD2-3F4B-A4C5-D566B8968FFB}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d6a68 +[Software\\Classes\\Interface\\{61059E8D-1DD2-3F4B-A4C5-D566B8968FFB}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929edea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{61059E8D-1DD2-3F4B-A4C5-D566B8968FFB}\\TypeLib] 1460706650 -#time=1d196eb877d6d56 +[Software\\Classes\\Interface\\{61059E8D-1DD2-3F4B-A4C5-D566B8968FFB}\\TypeLib] 1526460884 +#time=1d3ecf38929f074 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{613CC05D-05F4-4969-B369-5AEEF56E32D0}] 1460706648 -#time=1d196eb868cf4ac +[Software\\Classes\\Interface\\{613CC05D-05F4-4969-B369-5AEEF56E32D0}] 1526460883 +#time=1d3ecf3884c917a @="IDebugType" -[Software\\Classes\\Interface\\{613CC05D-05F4-4969-B369-5AEEF56E32D0}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cf29a +[Software\\Classes\\Interface\\{613CC05D-05F4-4969-B369-5AEEF56E32D0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c8e0a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{613CC05D-05F4-4969-B369-5AEEF56E32D0}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cf3da +[Software\\Classes\\Interface\\{613CC05D-05F4-4969-B369-5AEEF56E32D0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c9044 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{613CC05D-05F4-4969-B369-5AEEF56E32D0}\\TypeLib] 1460706648 -#time=1d196eb868cf5a6 +[Software\\Classes\\Interface\\{613CC05D-05F4-4969-B369-5AEEF56E32D0}\\TypeLib] 1526460883 +#time=1d3ecf3884c92f6 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{6163F792-3CD6-38F1-B5F7-000B96A5082B}] 1460706649 -#time=1d196eb86f5ea16 +[Software\\Classes\\Interface\\{6163F792-3CD6-38F1-B5F7-000B96A5082B}] 1526460883 +#time=1d3ecf388ad55f0 @="_AssemblyCopyrightAttribute" -[Software\\Classes\\Interface\\{6163F792-3CD6-38F1-B5F7-000B96A5082B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5e7e6 +[Software\\Classes\\Interface\\{6163F792-3CD6-38F1-B5F7-000B96A5082B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad5320 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6163F792-3CD6-38F1-B5F7-000B96A5082B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5e944 +[Software\\Classes\\Interface\\{6163F792-3CD6-38F1-B5F7-000B96A5082B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad54f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6163F792-3CD6-38F1-B5F7-000B96A5082B}\\TypeLib] 1460706649 -#time=1d196eb86f5eb1a +[Software\\Classes\\Interface\\{6163F792-3CD6-38F1-B5F7-000B96A5082B}\\TypeLib] 1526460883 +#time=1d3ecf388ad5712 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{61744FC7-85B5-4791-A9B0-272276309B13}] 1460706471 -#time=1d196eb1ce1ded2 +[Software\\Classes\\Interface\\{61744FC7-85B5-4791-A9B0-272276309B13}] 1526460533 +#time=1d3ecf2b809d3ce @="IFileDialog2" -[Software\\Classes\\Interface\\{61744FC7-85B5-4791-A9B0-272276309B13}\\NumMethods] 1460706471 -#time=1d196eb1ce1dda6 +[Software\\Classes\\Interface\\{61744FC7-85B5-4791-A9B0-272276309B13}\\NumMethods] 1526460533 +#time=1d3ecf2b809d2d4 @="29" -[Software\\Classes\\Interface\\{61744FC7-85B5-4791-A9B0-272276309B13}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1df7c +[Software\\Classes\\Interface\\{61744FC7-85B5-4791-A9B0-272276309B13}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809d450 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{618736E0-3C3D-11CF-810C-00AA00389B71}] 1460706471 -#time=1d196eb1d097b36 +[Software\\Classes\\Interface\\{618736E0-3C3D-11CF-810C-00AA00389B71}] 1526460533 +#time=1d3ecf2b7cf9d6c @="IAccessible" -[Software\\Classes\\Interface\\{618736E0-3C3D-11CF-810C-00AA00389B71}\\NumMethods] 1460706471 -#time=1d196eb1d097a0a +[Software\\Classes\\Interface\\{618736E0-3C3D-11CF-810C-00AA00389B71}\\NumMethods] 1526460533 +#time=1d3ecf2b7cf9c72 @="28" -[Software\\Classes\\Interface\\{618736E0-3C3D-11CF-810C-00AA00389B71}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d097bae +[Software\\Classes\\Interface\\{618736E0-3C3D-11CF-810C-00AA00389B71}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7cf9df8 @="{03022430-ABC4-11D0-BDE2-00AA001A1953}" -[Software\\Classes\\Interface\\{6193C5F6-6807-3561-A7F3-B64C80B5F00F}] 1460706649 -#time=1d196eb86f48360 +[Software\\Classes\\Interface\\{6193C5F6-6807-3561-A7F3-B64C80B5F00F}] 1526460883 +#time=1d3ecf388abd086 @="_UnauthorizedAccessException" -[Software\\Classes\\Interface\\{6193C5F6-6807-3561-A7F3-B64C80B5F00F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4814e +[Software\\Classes\\Interface\\{6193C5F6-6807-3561-A7F3-B64C80B5F00F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abcc4e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6193C5F6-6807-3561-A7F3-B64C80B5F00F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f48284 +[Software\\Classes\\Interface\\{6193C5F6-6807-3561-A7F3-B64C80B5F00F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abce88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6193C5F6-6807-3561-A7F3-B64C80B5F00F}\\TypeLib] 1460706649 -#time=1d196eb86f48464 +[Software\\Classes\\Interface\\{6193C5F6-6807-3561-A7F3-B64C80B5F00F}\\TypeLib] 1526460883 +#time=1d3ecf388abd1ee @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{61D9C50C-4AAD-3539-AF82-4F36C19D77C8}] 1460706650 -#time=1d196eb877cf592 +[Software\\Classes\\Interface\\{61D9C50C-4AAD-3539-AF82-4F36C19D77C8}] 1526460884 +#time=1d3ecf389298a58 @="IContainer" -[Software\\Classes\\Interface\\{61D9C50C-4AAD-3539-AF82-4F36C19D77C8}\\ProxyStubClsid] 1460706650 -#time=1d196eb877cf07e +[Software\\Classes\\Interface\\{61D9C50C-4AAD-3539-AF82-4F36C19D77C8}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389298788 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{61D9C50C-4AAD-3539-AF82-4F36C19D77C8}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877cf2ea +[Software\\Classes\\Interface\\{61D9C50C-4AAD-3539-AF82-4F36C19D77C8}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389298940 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{61D9C50C-4AAD-3539-AF82-4F36C19D77C8}\\TypeLib] 1460706650 -#time=1d196eb877cf880 +[Software\\Classes\\Interface\\{61D9C50C-4AAD-3539-AF82-4F36C19D77C8}\\TypeLib] 1526460884 +#time=1d3ecf389298bac @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{62112AA2-EBE4-11CF-A5FB-0020AFE7292D}] 1460706471 -#time=1d196eb1d1298a6 +[Software\\Classes\\Interface\\{62112AA2-EBE4-11CF-A5FB-0020AFE7292D}] 1526460533 +#time=1d3ecf2b7f4105c @="DShellFolderViewEvents" -[Software\\Classes\\Interface\\{62112AA2-EBE4-11CF-A5FB-0020AFE7292D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d129680 +[Software\\Classes\\Interface\\{62112AA2-EBE4-11CF-A5FB-0020AFE7292D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f40df0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{62112AA2-EBE4-11CF-A5FB-0020AFE7292D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d1297ca +[Software\\Classes\\Interface\\{62112AA2-EBE4-11CF-A5FB-0020AFE7292D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f40f6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{62112AA2-EBE4-11CF-A5FB-0020AFE7292D}\\TypeLib] 1460706471 -#time=1d196eb1d1299e6 +[Software\\Classes\\Interface\\{62112AA2-EBE4-11CF-A5FB-0020AFE7292D}\\TypeLib] 1526460533 +#time=1d3ecf2b7f41174 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{62339172-DBFA-337B-8AC8-053B241E06AB}] 1460706649 -#time=1d196eb86ee4414 +[Software\\Classes\\Interface\\{62339172-DBFA-337B-8AC8-053B241E06AB}] 1526460883 +#time=1d3ecf388a6f9d0 @="ISerializationSurrogate" -[Software\\Classes\\Interface\\{62339172-DBFA-337B-8AC8-053B241E06AB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee41d0 +[Software\\Classes\\Interface\\{62339172-DBFA-337B-8AC8-053B241E06AB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6f76e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{62339172-DBFA-337B-8AC8-053B241E06AB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee4342 +[Software\\Classes\\Interface\\{62339172-DBFA-337B-8AC8-053B241E06AB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6f8ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{62339172-DBFA-337B-8AC8-053B241E06AB}\\TypeLib] 1460706649 -#time=1d196eb86ee4522 +[Software\\Classes\\Interface\\{62339172-DBFA-337B-8AC8-053B241E06AB}\\TypeLib] 1526460883 +#time=1d3ecf388a6fb06 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6240837A-707F-3181-8E98-A36AE086766B}] 1460706649 -#time=1d196eb86ee047c +[Software\\Classes\\Interface\\{6240837A-707F-3181-8E98-A36AE086766B}] 1526460883 +#time=1d3ecf388a6aaca @="_MethodBase" -[Software\\Classes\\Interface\\{6240837A-707F-3181-8E98-A36AE086766B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee01c0 +[Software\\Classes\\Interface\\{6240837A-707F-3181-8E98-A36AE086766B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6a750 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6240837A-707F-3181-8E98-A36AE086766B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee03a0 +[Software\\Classes\\Interface\\{6240837A-707F-3181-8E98-A36AE086766B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6a98a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6240837A-707F-3181-8E98-A36AE086766B}\\TypeLib] 1460706649 -#time=1d196eb86ee05bc +[Software\\Classes\\Interface\\{6240837A-707F-3181-8E98-A36AE086766B}\\TypeLib] 1526460883 +#time=1d3ecf388a6acfa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6261E4B5-572A-4142-A2F9-1FE1A0C97097}] 1460706650 -#time=1d196eb87535a5c +[Software\\Classes\\Interface\\{6261E4B5-572A-4142-A2F9-1FE1A0C97097}] 1526460884 +#time=1d3ecf38904e1da @="IServerWebConfig" -[Software\\Classes\\Interface\\{6261E4B5-572A-4142-A2F9-1FE1A0C97097}\\ProxyStubClsid] 1460706650 -#time=1d196eb87535840 +[Software\\Classes\\Interface\\{6261E4B5-572A-4142-A2F9-1FE1A0C97097}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904dd5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6261E4B5-572A-4142-A2F9-1FE1A0C97097}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753598a +[Software\\Classes\\Interface\\{6261E4B5-572A-4142-A2F9-1FE1A0C97097}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38904e018 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6261E4B5-572A-4142-A2F9-1FE1A0C97097}\\TypeLib] 1460706650 -#time=1d196eb87535b56 +[Software\\Classes\\Interface\\{6261E4B5-572A-4142-A2F9-1FE1A0C97097}\\TypeLib] 1526460884 +#time=1d3ecf38904e3c4 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{626FC520-A41E-11CF-A731-00A0C9082637}] 1460706471 -#time=1d196eb1d026968 +[Software\\Classes\\Interface\\{626FC520-A41E-11CF-A731-00A0C9082637}] 1526460533 +#time=1d3ecf2b7c609a0 @="IHTMLDocument" -[Software\\Classes\\Interface\\{626FC520-A41E-11CF-A731-00A0C9082637}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d026710 +[Software\\Classes\\Interface\\{626FC520-A41E-11CF-A731-00A0C9082637}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c6070c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{626FC520-A41E-11CF-A731-00A0C9082637}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02685a +[Software\\Classes\\Interface\\{626FC520-A41E-11CF-A731-00A0C9082637}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c60892 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{626FC520-A41E-11CF-A731-00A0C9082637}\\TypeLib] 1460706471 -#time=1d196eb1d026a8a +[Software\\Classes\\Interface\\{626FC520-A41E-11CF-A731-00A0C9082637}\\TypeLib] 1526460533 +#time=1d3ecf2b7c60aae @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{62CAF4A2-6A78-3FC7-AF81-A6BBF930761F}] 1460706649 -#time=1d196eb86fb46e6 +[Software\\Classes\\Interface\\{62CAF4A2-6A78-3FC7-AF81-A6BBF930761F}] 1526460883 +#time=1d3ecf388b30f54 @="_CustomConstantAttribute" -[Software\\Classes\\Interface\\{62CAF4A2-6A78-3FC7-AF81-A6BBF930761F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb44ca +[Software\\Classes\\Interface\\{62CAF4A2-6A78-3FC7-AF81-A6BBF930761F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b30cde @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{62CAF4A2-6A78-3FC7-AF81-A6BBF930761F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb4614 +[Software\\Classes\\Interface\\{62CAF4A2-6A78-3FC7-AF81-A6BBF930761F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b30e6e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{62CAF4A2-6A78-3FC7-AF81-A6BBF930761F}\\TypeLib] 1460706649 -#time=1d196eb86fb47e0 +[Software\\Classes\\Interface\\{62CAF4A2-6A78-3FC7-AF81-A6BBF930761F}\\TypeLib] 1526460883 +#time=1d3ecf388b31076 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6332DEBF-87B5-4670-90C0-5E57B408A49E}] 1460706471 -#time=1d196eb1ce209b6 +[Software\\Classes\\Interface\\{6332DEBF-87B5-4670-90C0-5E57B408A49E}] 1526460533 +#time=1d3ecf2b80a1424 @="ICustomDestinationList" -[Software\\Classes\\Interface\\{6332DEBF-87B5-4670-90C0-5E57B408A49E}\\NumMethods] 1460706471 -#time=1d196eb1ce208a8 +[Software\\Classes\\Interface\\{6332DEBF-87B5-4670-90C0-5E57B408A49E}\\NumMethods] 1526460533 +#time=1d3ecf2b80a132a @="12" -[Software\\Classes\\Interface\\{6332DEBF-87B5-4670-90C0-5E57B408A49E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce20a38 +[Software\\Classes\\Interface\\{6332DEBF-87B5-4670-90C0-5E57B408A49E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a14a6 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{63AC7C37-C51A-3D82-8FDD-2A567039E46D}] 1460706649 -#time=1d196eb87002fa8 +[Software\\Classes\\Interface\\{63AC7C37-C51A-3D82-8FDD-2A567039E46D}] 1526460883 +#time=1d3ecf388b8859c @="_HMACSHA1" -[Software\\Classes\\Interface\\{63AC7C37-C51A-3D82-8FDD-2A567039E46D}\\ProxyStubClsid] 1460706649 -#time=1d196eb87002d96 +[Software\\Classes\\Interface\\{63AC7C37-C51A-3D82-8FDD-2A567039E46D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b88272 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{63AC7C37-C51A-3D82-8FDD-2A567039E46D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87002ed6 +[Software\\Classes\\Interface\\{63AC7C37-C51A-3D82-8FDD-2A567039E46D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8848e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{63AC7C37-C51A-3D82-8FDD-2A567039E46D}\\TypeLib] 1460706649 -#time=1d196eb870030de +[Software\\Classes\\Interface\\{63AC7C37-C51A-3D82-8FDD-2A567039E46D}\\TypeLib] 1526460883 +#time=1d3ecf388b886dc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{63B9DA95-FB91-358A-B7B7-90C34AA34AB7}] 1460706649 -#time=1d196eb86fe55a2 +[Software\\Classes\\Interface\\{63B9DA95-FB91-358A-B7B7-90C34AA34AB7}] 1526460883 +#time=1d3ecf388b676a8 @="_SoapHexBinary" -[Software\\Classes\\Interface\\{63B9DA95-FB91-358A-B7B7-90C34AA34AB7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe539a +[Software\\Classes\\Interface\\{63B9DA95-FB91-358A-B7B7-90C34AA34AB7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b67446 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{63B9DA95-FB91-358A-B7B7-90C34AA34AB7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe54d0 +[Software\\Classes\\Interface\\{63B9DA95-FB91-358A-B7B7-90C34AA34AB7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b675b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{63B9DA95-FB91-358A-B7B7-90C34AA34AB7}\\TypeLib] 1460706649 -#time=1d196eb86fe56a6 +[Software\\Classes\\Interface\\{63B9DA95-FB91-358A-B7B7-90C34AA34AB7}\\TypeLib] 1526460883 +#time=1d3ecf388b677c0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{63CDBCB0-C1B1-11D0-9336-00A0C90DCAA9}] 1460706471 -#time=1d196eb1cdfe47e +[Software\\Classes\\Interface\\{63CDBCB0-C1B1-11D0-9336-00A0C90DCAA9}] 1526460533 +#time=1d3ecf2b80829a2 @="IBindEventHandler" -[Software\\Classes\\Interface\\{63CDBCB0-C1B1-11D0-9336-00A0C90DCAA9}\\NumMethods] 1460706471 -#time=1d196eb1cdfe3ac +[Software\\Classes\\Interface\\{63CDBCB0-C1B1-11D0-9336-00A0C90DCAA9}\\NumMethods] 1526460533 +#time=1d3ecf2b80828a8 @="4" -[Software\\Classes\\Interface\\{63CDBCB0-C1B1-11D0-9336-00A0C90DCAA9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfe4ec +[Software\\Classes\\Interface\\{63CDBCB0-C1B1-11D0-9336-00A0C90DCAA9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8082a2e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{63E53E04-D31B-3099-9F0C-C7A1C883C1D9}] 1460706649 -#time=1d196eb86f2f1c6 +[Software\\Classes\\Interface\\{63E53E04-D31B-3099-9F0C-C7A1C883C1D9}] 1526460883 +#time=1d3ecf388aa0120 @="_AppDomainManager" -[Software\\Classes\\Interface\\{63E53E04-D31B-3099-9F0C-C7A1C883C1D9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2ef8c +[Software\\Classes\\Interface\\{63E53E04-D31B-3099-9F0C-C7A1C883C1D9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9fec8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{63E53E04-D31B-3099-9F0C-C7A1C883C1D9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2f0ea +[Software\\Classes\\Interface\\{63E53E04-D31B-3099-9F0C-C7A1C883C1D9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa0030 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{63E53E04-D31B-3099-9F0C-C7A1C883C1D9}\\TypeLib] 1460706649 -#time=1d196eb86f2f2f2 +[Software\\Classes\\Interface\\{63E53E04-D31B-3099-9F0C-C7A1C883C1D9}\\TypeLib] 1526460883 +#time=1d3ecf388aa0238 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{643A4016-1B16-3CCF-AE86-9C2D9135ECB0}] 1460706649 -#time=1d196eb86f68764 +[Software\\Classes\\Interface\\{643A4016-1B16-3CCF-AE86-9C2D9135ECB0}] 1526460883 +#time=1d3ecf388ae0874 @="_ExceptionHandlingClause" -[Software\\Classes\\Interface\\{643A4016-1B16-3CCF-AE86-9C2D9135ECB0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f68552 +[Software\\Classes\\Interface\\{643A4016-1B16-3CCF-AE86-9C2D9135ECB0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae0612 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{643A4016-1B16-3CCF-AE86-9C2D9135ECB0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f68688 +[Software\\Classes\\Interface\\{643A4016-1B16-3CCF-AE86-9C2D9135ECB0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae0784 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{643A4016-1B16-3CCF-AE86-9C2D9135ECB0}\\TypeLib] 1460706649 -#time=1d196eb86f68944 +[Software\\Classes\\Interface\\{643A4016-1B16-3CCF-AE86-9C2D9135ECB0}\\TypeLib] 1526460883 +#time=1d3ecf388ae09a0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{64409425-F8C9-370E-809E-3241CE804541}] 1460706649 -#time=1d196eb86f4f12e +[Software\\Classes\\Interface\\{64409425-F8C9-370E-809E-3241CE804541}] 1526460883 +#time=1d3ecf388ac411a @="_RegisteredWaitHandle" -[Software\\Classes\\Interface\\{64409425-F8C9-370E-809E-3241CE804541}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4ef12 +[Software\\Classes\\Interface\\{64409425-F8C9-370E-809E-3241CE804541}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac3eb8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{64409425-F8C9-370E-809E-3241CE804541}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4f05c +[Software\\Classes\\Interface\\{64409425-F8C9-370E-809E-3241CE804541}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac402a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{64409425-F8C9-370E-809E-3241CE804541}\\TypeLib] 1460706649 -#time=1d196eb86f4f232 +[Software\\Classes\\Interface\\{64409425-F8C9-370E-809E-3241CE804541}\\TypeLib] 1526460883 +#time=1d3ecf388ac4232 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{64C26BF9-C9E5-3F66-AD74-BEBAADE36214}] 1460706649 -#time=1d196eb86f5efc0 +[Software\\Classes\\Interface\\{64C26BF9-C9E5-3F66-AD74-BEBAADE36214}] 1526460883 +#time=1d3ecf388ad5cee @="_AssemblyTrademarkAttribute" -[Software\\Classes\\Interface\\{64C26BF9-C9E5-3F66-AD74-BEBAADE36214}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5edb8 +[Software\\Classes\\Interface\\{64C26BF9-C9E5-3F66-AD74-BEBAADE36214}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad5a82 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{64C26BF9-C9E5-3F66-AD74-BEBAADE36214}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5eeee +[Software\\Classes\\Interface\\{64C26BF9-C9E5-3F66-AD74-BEBAADE36214}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad5bf4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{64C26BF9-C9E5-3F66-AD74-BEBAADE36214}\\TypeLib] 1460706649 -#time=1d196eb86f5f0b0 +[Software\\Classes\\Interface\\{64C26BF9-C9E5-3F66-AD74-BEBAADE36214}\\TypeLib] 1526460883 +#time=1d3ecf388ad5dfc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{65074F7F-63C0-304E-AF0A-D51741CB4A8D}] 1460706649 -#time=1d196eb86f24ae6 +[Software\\Classes\\Interface\\{65074F7F-63C0-304E-AF0A-D51741CB4A8D}] 1526460883 +#time=1d3ecf388a9546e @="_Object" -[Software\\Classes\\Interface\\{65074F7F-63C0-304E-AF0A-D51741CB4A8D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f248a2 +[Software\\Classes\\Interface\\{65074F7F-63C0-304E-AF0A-D51741CB4A8D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9520c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{65074F7F-63C0-304E-AF0A-D51741CB4A8D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f249ec +[Software\\Classes\\Interface\\{65074F7F-63C0-304E-AF0A-D51741CB4A8D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9537e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{65074F7F-63C0-304E-AF0A-D51741CB4A8D}\\TypeLib] 1460706649 -#time=1d196eb86f24cee +[Software\\Classes\\Interface\\{65074F7F-63C0-304E-AF0A-D51741CB4A8D}\\TypeLib] 1526460883 +#time=1d3ecf388a9557c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{653758FB-7B9A-4F1E-A471-BEEB8E9B834E}] 1460706471 -#time=1d196eb1d14ea3e +[Software\\Classes\\Interface\\{653758FB-7B9A-4F1E-A471-BEEB8E9B834E}] 1526460533 +#time=1d3ecf2b7d5f82e @="IRunningTask" -[Software\\Classes\\Interface\\{653758FB-7B9A-4F1E-A471-BEEB8E9B834E}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14e818 +[Software\\Classes\\Interface\\{653758FB-7B9A-4F1E-A471-BEEB8E9B834E}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5f5c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{653758FB-7B9A-4F1E-A471-BEEB8E9B834E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14e96c +[Software\\Classes\\Interface\\{653758FB-7B9A-4F1E-A471-BEEB8E9B834E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5f734 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{653758FB-7B9A-4F1E-A471-BEEB8E9B834E}\\TypeLib] 1460706471 -#time=1d196eb1d14eb2e +[Software\\Classes\\Interface\\{653758FB-7B9A-4F1E-A471-BEEB8E9B834E}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5f93c @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{65725580-9B5D-11D0-9BFE-00C04FC99C8E}] 1460706471 -#time=1d196eb1cd1cf56 +[Software\\Classes\\Interface\\{65725580-9B5D-11D0-9BFE-00C04FC99C8E}] 1526460532 +#time=1d3ecf2b793402e @="IXMLElementCollection" -[Software\\Classes\\Interface\\{65725580-9B5D-11D0-9BFE-00C04FC99C8E}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1cd08 +[Software\\Classes\\Interface\\{65725580-9B5D-11D0-9BFE-00C04FC99C8E}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b7933c3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{65725580-9B5D-11D0-9BFE-00C04FC99C8E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1ce84 +[Software\\Classes\\Interface\\{65725580-9B5D-11D0-9BFE-00C04FC99C8E}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b7933dea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{65725580-9B5D-11D0-9BFE-00C04FC99C8E}\\TypeLib] 1460706471 -#time=1d196eb1cd3af74 +[Software\\Classes\\Interface\\{65725580-9B5D-11D0-9BFE-00C04FC99C8E}\\TypeLib] 1528075957 +#time=1d3fba3eb78f34c @="{F5078F18-C551-11D3-89B9-0000F81FE221}" "Version"="3.0" -[Software\\Classes\\Interface\\{65887F70-C646-3A66-8697-8A3F7D8FE94D}] 1460706649 -#time=1d196eb86fd3a50 +[Software\\Classes\\Interface\\{65887F70-C646-3A66-8697-8A3F7D8FE94D}] 1526460883 +#time=1d3ecf388b5343c @="_TransportHeaders" -[Software\\Classes\\Interface\\{65887F70-C646-3A66-8697-8A3F7D8FE94D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd383e +[Software\\Classes\\Interface\\{65887F70-C646-3A66-8697-8A3F7D8FE94D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b531c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{65887F70-C646-3A66-8697-8A3F7D8FE94D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd397e +[Software\\Classes\\Interface\\{65887F70-C646-3A66-8697-8A3F7D8FE94D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5332e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{65887F70-C646-3A66-8697-8A3F7D8FE94D}\\TypeLib] 1460706649 -#time=1d196eb86fd3b4a +[Software\\Classes\\Interface\\{65887F70-C646-3A66-8697-8A3F7D8FE94D}\\TypeLib] 1526460883 +#time=1d3ecf388b5354a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{659CDEAC-489E-11D9-A9CD-000D56965251}] 1460706471 -#time=1d196eb1d0cfb4e +[Software\\Classes\\Interface\\{659CDEAC-489E-11D9-A9CD-000D56965251}] 1526460533 +#time=1d3ecf2b7fdc52a @="IBackgroundCopyCallback2" -[Software\\Classes\\Interface\\{659CDEAC-489E-11D9-A9CD-000D56965251}\\NumMethods] 1460706471 -#time=1d196eb1d0cfa7c +[Software\\Classes\\Interface\\{659CDEAC-489E-11D9-A9CD-000D56965251}\\NumMethods] 1526460533 +#time=1d3ecf2b7fdc43a @="7" -[Software\\Classes\\Interface\\{659CDEAC-489E-11D9-A9CD-000D56965251}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0cfbc6 +[Software\\Classes\\Interface\\{659CDEAC-489E-11D9-A9CD-000D56965251}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fdc5ac +@="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" + +[Software\\Classes\\Interface\\{659CDEAE-489E-11D9-A9CD-000D56965251}] 1526460533 +#time=1d3ecf2b7fdc9b2 +@="IBackgroundCopyJob4" + +[Software\\Classes\\Interface\\{659CDEAE-489E-11D9-A9CD-000D56965251}\\NumMethods] 1526460533 +#time=1d3ecf2b7fdc8c2 +@="53" + +[Software\\Classes\\Interface\\{659CDEAE-489E-11D9-A9CD-000D56965251}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fdca34 @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{65E8495E-5207-3248-9250-0FC849B4F096}] 1460706649 -#time=1d196eb86ffe84a +[Software\\Classes\\Interface\\{65E8495E-5207-3248-9250-0FC849B4F096}] 1526460883 +#time=1d3ecf388b8296c @="_DESCryptoServiceProvider" -[Software\\Classes\\Interface\\{65E8495E-5207-3248-9250-0FC849B4F096}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffe64c +[Software\\Classes\\Interface\\{65E8495E-5207-3248-9250-0FC849B4F096}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8270a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{65E8495E-5207-3248-9250-0FC849B4F096}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffe782 +[Software\\Classes\\Interface\\{65E8495E-5207-3248-9250-0FC849B4F096}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8287c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{65E8495E-5207-3248-9250-0FC849B4F096}\\TypeLib] 1460706649 -#time=1d196eb86ffe93a +[Software\\Classes\\Interface\\{65E8495E-5207-3248-9250-0FC849B4F096}\\TypeLib] 1526460883 +#time=1d3ecf388b82a7a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6619A740-8154-43BE-A186-0319578E02DB}] 1460706650 -#time=1d196eb87532fd2 +[Software\\Classes\\Interface\\{6619A740-8154-43BE-A186-0319578E02DB}] 1526460884 +#time=1d3ecf389049f22 @="IRemoteDispatch" -[Software\\Classes\\Interface\\{6619A740-8154-43BE-A186-0319578E02DB}\\ProxyStubClsid] 1460706650 -#time=1d196eb87532d7a +[Software\\Classes\\Interface\\{6619A740-8154-43BE-A186-0319578E02DB}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389049a40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6619A740-8154-43BE-A186-0319578E02DB}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87532ef6 +[Software\\Classes\\Interface\\{6619A740-8154-43BE-A186-0319578E02DB}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389049d60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6619A740-8154-43BE-A186-0319578E02DB}\\TypeLib] 1460706650 -#time=1d196eb87533108 +[Software\\Classes\\Interface\\{6619A740-8154-43BE-A186-0319578E02DB}\\TypeLib] 1526460884 +#time=1d3ecf38904a184 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{665C9669-B9C6-3ADD-9213-099F0127C893}] 1460706649 -#time=1d196eb86f40ade +[Software\\Classes\\Interface\\{665C9669-B9C6-3ADD-9213-099F0127C893}] 1526460883 +#time=1d3ecf388ab41a2 @="_NonSerializedAttribute" -[Software\\Classes\\Interface\\{665C9669-B9C6-3ADD-9213-099F0127C893}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4089a +[Software\\Classes\\Interface\\{665C9669-B9C6-3ADD-9213-099F0127C893}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab3f4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{665C9669-B9C6-3ADD-9213-099F0127C893}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f40a0c +[Software\\Classes\\Interface\\{665C9669-B9C6-3ADD-9213-099F0127C893}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab40bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{665C9669-B9C6-3ADD-9213-099F0127C893}\\TypeLib] 1460706649 -#time=1d196eb86f40be2 +[Software\\Classes\\Interface\\{665C9669-B9C6-3ADD-9213-099F0127C893}\\TypeLib] 1526460883 +#time=1d3ecf388ab42ba @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{670D1D20-A068-11D0-B3F0-00AA003761C5}] 1460706471 -#time=1d196eb1d0dbe58 +[Software\\Classes\\Interface\\{670D1D20-A068-11D0-B3F0-00AA003761C5}] 1526460533 +#time=1d3ecf2b7b0f7cc @="IAMCopyCaptureFileProgress" -[Software\\Classes\\Interface\\{670D1D20-A068-11D0-B3F0-00AA003761C5}\\NumMethods] 1460706471 -#time=1d196eb1d0dbd86 +[Software\\Classes\\Interface\\{670D1D20-A068-11D0-B3F0-00AA003761C5}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0f6d2 @="4" -[Software\\Classes\\Interface\\{670D1D20-A068-11D0-B3F0-00AA003761C5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0dbec6 +[Software\\Classes\\Interface\\{670D1D20-A068-11D0-B3F0-00AA003761C5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0f84e @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{6722C730-1239-3784-AC94-C285AE5B901A}] 1460706649 -#time=1d196eb86fc3a4c +[Software\\Classes\\Interface\\{6722C730-1239-3784-AC94-C285AE5B901A}] 1526460883 +#time=1d3ecf388b41f2a @="_PublisherIdentityPermissionAttribute" -[Software\\Classes\\Interface\\{6722C730-1239-3784-AC94-C285AE5B901A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc383a +[Software\\Classes\\Interface\\{6722C730-1239-3784-AC94-C285AE5B901A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b41cd2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6722C730-1239-3784-AC94-C285AE5B901A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc3984 +[Software\\Classes\\Interface\\{6722C730-1239-3784-AC94-C285AE5B901A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b41e44 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6722C730-1239-3784-AC94-C285AE5B901A}\\TypeLib] 1460706649 -#time=1d196eb86fc3b5a +[Software\\Classes\\Interface\\{6722C730-1239-3784-AC94-C285AE5B901A}\\TypeLib] 1526460883 +#time=1d3ecf388b42042 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{673425BF-C082-4C7C-BDFD-569464B8E0CE}] 1460706472 -#time=1d196eb1d1e3de6 +[Software\\Classes\\Interface\\{673425BF-C082-4C7C-BDFD-569464B8E0CE}] 1526460533 +#time=1d3ecf2b7dee402 @="IAutomaticUpdates" -[Software\\Classes\\Interface\\{673425BF-C082-4C7C-BDFD-569464B8E0CE}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e3b16 +[Software\\Classes\\Interface\\{673425BF-C082-4C7C-BDFD-569464B8E0CE}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7dee18c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{673425BF-C082-4C7C-BDFD-569464B8E0CE}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e3cc4 +[Software\\Classes\\Interface\\{673425BF-C082-4C7C-BDFD-569464B8E0CE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7dee312 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{673425BF-C082-4C7C-BDFD-569464B8E0CE}\\TypeLib] 1460706472 -#time=1d196eb1d1e3f08 +[Software\\Classes\\Interface\\{673425BF-C082-4C7C-BDFD-569464B8E0CE}\\TypeLib] 1526460533 +#time=1d3ecf2b7dee510 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{67388F3F-B600-3BCF-84AA-BB2B88DD9EE2}] 1460706649 -#time=1d196eb86f39e46 +[Software\\Classes\\Interface\\{67388F3F-B600-3BCF-84AA-BB2B88DD9EE2}] 1526460883 +#time=1d3ecf388aad21c @="_EntryPointNotFoundException" -[Software\\Classes\\Interface\\{67388F3F-B600-3BCF-84AA-BB2B88DD9EE2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f39c34 +[Software\\Classes\\Interface\\{67388F3F-B600-3BCF-84AA-BB2B88DD9EE2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aacfa6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{67388F3F-B600-3BCF-84AA-BB2B88DD9EE2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f39d74 +[Software\\Classes\\Interface\\{67388F3F-B600-3BCF-84AA-BB2B88DD9EE2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aad136 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{67388F3F-B600-3BCF-84AA-BB2B88DD9EE2}\\TypeLib] 1460706649 -#time=1d196eb86f39f4a +[Software\\Classes\\Interface\\{67388F3F-B600-3BCF-84AA-BB2B88DD9EE2}\\TypeLib] 1526460883 +#time=1d3ecf388aad33e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{675591AF-0508-3131-A7CC-287D265CA7D6}] 1460706649 -#time=1d196eb86ef262c +[Software\\Classes\\Interface\\{675591AF-0508-3131-A7CC-287D265CA7D6}] 1526460883 +#time=1d3ecf388a7d13e @="ISponsor" -[Software\\Classes\\Interface\\{675591AF-0508-3131-A7CC-287D265CA7D6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ef22f8 +[Software\\Classes\\Interface\\{675591AF-0508-3131-A7CC-287D265CA7D6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7cedc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{675591AF-0508-3131-A7CC-287D265CA7D6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ef2500 +[Software\\Classes\\Interface\\{675591AF-0508-3131-A7CC-287D265CA7D6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7d058 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{675591AF-0508-3131-A7CC-287D265CA7D6}\\TypeLib] 1460706649 -#time=1d196eb86ef27b2 +[Software\\Classes\\Interface\\{675591AF-0508-3131-A7CC-287D265CA7D6}\\TypeLib] 1526460883 +#time=1d3ecf388a7d274 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{677AD8B5-8A0E-3C39-92FB-72FB817CF694}] 1460706649 -#time=1d196eb86f7595a +[Software\\Classes\\Interface\\{677AD8B5-8A0E-3C39-92FB-72FB817CF694}] 1526460883 +#time=1d3ecf388aeedb6 @="_GregorianCalendar" -[Software\\Classes\\Interface\\{677AD8B5-8A0E-3C39-92FB-72FB817CF694}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f75720 +[Software\\Classes\\Interface\\{677AD8B5-8A0E-3C39-92FB-72FB817CF694}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aeeb18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{677AD8B5-8A0E-3C39-92FB-72FB817CF694}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f75860 +[Software\\Classes\\Interface\\{677AD8B5-8A0E-3C39-92FB-72FB817CF694}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aeecb2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{677AD8B5-8A0E-3C39-92FB-72FB817CF694}\\TypeLib] 1460706649 -#time=1d196eb86f75a54 +[Software\\Classes\\Interface\\{677AD8B5-8A0E-3C39-92FB-72FB817CF694}\\TypeLib] 1526460883 +#time=1d3ecf388aeeee2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{679409C0-99F7-11D3-9FB7-00105AA620BB}] 1460706472 -#time=1d196eb1d1c4f9a +[Software\\Classes\\Interface\\{679409C0-99F7-11D3-9FB7-00105AA620BB}] 1526460533 +#time=1d3ecf2b7fc1ff4 @="IWMPPlaylistArray" -[Software\\Classes\\Interface\\{679409C0-99F7-11D3-9FB7-00105AA620BB}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c4d4c +[Software\\Classes\\Interface\\{679409C0-99F7-11D3-9FB7-00105AA620BB}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc1d88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{679409C0-99F7-11D3-9FB7-00105AA620BB}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c4ec8 +[Software\\Classes\\Interface\\{679409C0-99F7-11D3-9FB7-00105AA620BB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc1f04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{679409C0-99F7-11D3-9FB7-00105AA620BB}\\TypeLib] 1460706472 -#time=1d196eb1d1c508a +[Software\\Classes\\Interface\\{679409C0-99F7-11D3-9FB7-00105AA620BB}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc2102 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{682628A0-D951-320E-97B9-39B7ED45E741}] 1460706650 -#time=1d196eb875435d0 +[Software\\Classes\\Interface\\{682628A0-D951-320E-97B9-39B7ED45E741}] 1526460884 +#time=1d3ecf389062db0 @="_Publish" -[Software\\Classes\\Interface\\{682628A0-D951-320E-97B9-39B7ED45E741}\\ProxyStubClsid] 1460706650 -#time=1d196eb875433be +[Software\\Classes\\Interface\\{682628A0-D951-320E-97B9-39B7ED45E741}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3890629aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{682628A0-D951-320E-97B9-39B7ED45E741}\\ProxyStubClsid32] 1460706650 -#time=1d196eb875434fe +[Software\\Classes\\Interface\\{682628A0-D951-320E-97B9-39B7ED45E741}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389062c8e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{682628A0-D951-320E-97B9-39B7ED45E741}\\TypeLib] 1460706650 -#time=1d196eb875436d4 +[Software\\Classes\\Interface\\{682628A0-D951-320E-97B9-39B7ED45E741}\\TypeLib] 1526460884 +#time=1d3ecf389062f7c @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{6834B120-88CB-11D2-BF45-00105A2799B5}] 1460706471 -#time=1d196eb1cfcd4da +[Software\\Classes\\Interface\\{6834B120-88CB-11D2-BF45-00105A2799B5}] 1526460533 +#time=1d3ecf2b7e3dae8 @="ITfPropertyStore" -[Software\\Classes\\Interface\\{6834B120-88CB-11D2-BF45-00105A2799B5}\\NumMethods] 1460706471 -#time=1d196eb1cfcd3fe +[Software\\Classes\\Interface\\{6834B120-88CB-11D2-BF45-00105A2799B5}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3d9da @="12" -[Software\\Classes\\Interface\\{6834B120-88CB-11D2-BF45-00105A2799B5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcd548 +[Software\\Classes\\Interface\\{6834B120-88CB-11D2-BF45-00105A2799B5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3db74 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{6844EFF4-4F86-3CA1-A1EA-AAF583A6395E}] 1460706649 -#time=1d196eb86ee739e +[Software\\Classes\\Interface\\{6844EFF4-4F86-3CA1-A1EA-AAF583A6395E}] 1526460883 +#time=1d3ecf388a728f6 @="IMembershipCondition" -[Software\\Classes\\Interface\\{6844EFF4-4F86-3CA1-A1EA-AAF583A6395E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee7146 +[Software\\Classes\\Interface\\{6844EFF4-4F86-3CA1-A1EA-AAF583A6395E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a72694 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6844EFF4-4F86-3CA1-A1EA-AAF583A6395E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee72c2 +[Software\\Classes\\Interface\\{6844EFF4-4F86-3CA1-A1EA-AAF583A6395E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a72810 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6844EFF4-4F86-3CA1-A1EA-AAF583A6395E}\\TypeLib] 1460706649 -#time=1d196eb86ee74a2 +[Software\\Classes\\Interface\\{6844EFF4-4F86-3CA1-A1EA-AAF583A6395E}\\TypeLib] 1526460883 +#time=1d3ecf388a72a18 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{68A04561-D0A0-3EEB-B904-462DC4EB5531}] 1460706650 -#time=1d196eb877ea89c +[Software\\Classes\\Interface\\{68A04561-D0A0-3EEB-B904-462DC4EB5531}] 1526460884 +#time=1d3ecf3892c5486 @="_CodeTypeReferenceCollection" -[Software\\Classes\\Interface\\{68A04561-D0A0-3EEB-B904-462DC4EB5531}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ea68a +[Software\\Classes\\Interface\\{68A04561-D0A0-3EEB-B904-462DC4EB5531}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c5134 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68A04561-D0A0-3EEB-B904-462DC4EB5531}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ea7ca +[Software\\Classes\\Interface\\{68A04561-D0A0-3EEB-B904-462DC4EB5531}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c535a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68A04561-D0A0-3EEB-B904-462DC4EB5531}\\TypeLib] 1460706650 -#time=1d196eb877ea996 +[Software\\Classes\\Interface\\{68A04561-D0A0-3EEB-B904-462DC4EB5531}\\TypeLib] 1526460884 +#time=1d3ecf3892c5634 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{68AB69E4-5D68-3B51-B74D-1BEAB9F37F2B}] 1460706649 -#time=1d196eb86fbff64 +[Software\\Classes\\Interface\\{68AB69E4-5D68-3B51-B74D-1BEAB9F37F2B}] 1526460883 +#time=1d3ecf388b3e3ca @="_PrincipalPermissionAttribute" -[Software\\Classes\\Interface\\{68AB69E4-5D68-3B51-B74D-1BEAB9F37F2B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbfd52 +[Software\\Classes\\Interface\\{68AB69E4-5D68-3B51-B74D-1BEAB9F37F2B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3e168 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68AB69E4-5D68-3B51-B74D-1BEAB9F37F2B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbfe92 +[Software\\Classes\\Interface\\{68AB69E4-5D68-3B51-B74D-1BEAB9F37F2B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3e2da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68AB69E4-5D68-3B51-B74D-1BEAB9F37F2B}\\TypeLib] 1460706649 -#time=1d196eb86fc005e +[Software\\Classes\\Interface\\{68AB69E4-5D68-3B51-B74D-1BEAB9F37F2B}\\TypeLib] 1526460883 +#time=1d3ecf388b3e4d8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{68D5592B-47C8-381A-8D51-3925C16CF025}] 1460706649 -#time=1d196eb86ff213a +[Software\\Classes\\Interface\\{68D5592B-47C8-381A-8D51-3925C16CF025}] 1526460883 +#time=1d3ecf388b74402 @="_IsolatedStorageFileStream" -[Software\\Classes\\Interface\\{68D5592B-47C8-381A-8D51-3925C16CF025}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff1f14 +[Software\\Classes\\Interface\\{68D5592B-47C8-381A-8D51-3925C16CF025}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b741a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68D5592B-47C8-381A-8D51-3925C16CF025}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff2068 +[Software\\Classes\\Interface\\{68D5592B-47C8-381A-8D51-3925C16CF025}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7431c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68D5592B-47C8-381A-8D51-3925C16CF025}\\TypeLib] 1460706649 -#time=1d196eb86ff2234 +[Software\\Classes\\Interface\\{68D5592B-47C8-381A-8D51-3925C16CF025}\\TypeLib] 1526460883 +#time=1d3ecf388b7451a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{68F1C6F9-7ECC-4666-A464-247FE12496C3}] 1460706472 -#time=1d196eb1d1ee502 +[Software\\Classes\\Interface\\{68F1C6F9-7ECC-4666-A464-247FE12496C3}] 1526460533 +#time=1d3ecf2b7df85e2 @="IUpdateDownloader" -[Software\\Classes\\Interface\\{68F1C6F9-7ECC-4666-A464-247FE12496C3}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1ee2d2 +[Software\\Classes\\Interface\\{68F1C6F9-7ECC-4666-A464-247FE12496C3}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df8308 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68F1C6F9-7ECC-4666-A464-247FE12496C3}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1ee426 +[Software\\Classes\\Interface\\{68F1C6F9-7ECC-4666-A464-247FE12496C3}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df84d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68F1C6F9-7ECC-4666-A464-247FE12496C3}\\TypeLib] 1460706472 -#time=1d196eb1d1ee61a +[Software\\Classes\\Interface\\{68F1C6F9-7ECC-4666-A464-247FE12496C3}\\TypeLib] 1526460533 +#time=1d3ecf2b7df8722 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{68FD6F14-A7B2-36C8-A724-D01F90D73477}] 1460706649 -#time=1d196eb87012566 +[Software\\Classes\\Interface\\{68FD6F14-A7B2-36C8-A724-D01F90D73477}] 1526460883 +#time=1d3ecf388b98c58 @="_X509Certificate" -[Software\\Classes\\Interface\\{68FD6F14-A7B2-36C8-A724-D01F90D73477}\\ProxyStubClsid] 1460706649 -#time=1d196eb8701232c +[Software\\Classes\\Interface\\{68FD6F14-A7B2-36C8-A724-D01F90D73477}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b989f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68FD6F14-A7B2-36C8-A724-D01F90D73477}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8701248a +[Software\\Classes\\Interface\\{68FD6F14-A7B2-36C8-A724-D01F90D73477}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b98b68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{68FD6F14-A7B2-36C8-A724-D01F90D73477}\\TypeLib] 1460706649 -#time=1d196eb8701266a +[Software\\Classes\\Interface\\{68FD6F14-A7B2-36C8-A724-D01F90D73477}\\TypeLib] 1526460883 +#time=1d3ecf388b98d70 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{69904B31-5FB5-39BF-83B0-5DDFA1F26D71}] 1460706650 -#time=1d196eb877e4000 +[Software\\Classes\\Interface\\{69904B31-5FB5-39BF-83B0-5DDFA1F26D71}] 1526460884 +#time=1d3ecf3892b8cf4 @="_CodeConditionStatement" -[Software\\Classes\\Interface\\{69904B31-5FB5-39BF-83B0-5DDFA1F26D71}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e3df8 +[Software\\Classes\\Interface\\{69904B31-5FB5-39BF-83B0-5DDFA1F26D71}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b815a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{69904B31-5FB5-39BF-83B0-5DDFA1F26D71}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e3f38 +[Software\\Classes\\Interface\\{69904B31-5FB5-39BF-83B0-5DDFA1F26D71}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b834e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{69904B31-5FB5-39BF-83B0-5DDFA1F26D71}\\TypeLib] 1460706650 -#time=1d196eb877e40fa +[Software\\Classes\\Interface\\{69904B31-5FB5-39BF-83B0-5DDFA1F26D71}\\TypeLib] 1526460884 +#time=1d3ecf3892b8f24 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{69D3BABA-1C3D-354C-ACFE-F19109EC3896}] 1460706649 -#time=1d196eb87000fc8 +[Software\\Classes\\Interface\\{69D3BABA-1C3D-354C-ACFE-F19109EC3896}] 1526460883 +#time=1d3ecf388b85374 @="_HashAlgorithm" -[Software\\Classes\\Interface\\{69D3BABA-1C3D-354C-ACFE-F19109EC3896}\\ProxyStubClsid] 1460706649 -#time=1d196eb87000db6 +[Software\\Classes\\Interface\\{69D3BABA-1C3D-354C-ACFE-F19109EC3896}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b850ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{69D3BABA-1C3D-354C-ACFE-F19109EC3896}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87000ef6 +[Software\\Classes\\Interface\\{69D3BABA-1C3D-354C-ACFE-F19109EC3896}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b85266 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{69D3BABA-1C3D-354C-ACFE-F19109EC3896}\\TypeLib] 1460706649 -#time=1d196eb870010c2 +[Software\\Classes\\Interface\\{69D3BABA-1C3D-354C-ACFE-F19109EC3896}\\TypeLib] 1526460883 +#time=1d3ecf388b85482 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6A46B6A2-2D2C-3C67-AF67-AAE0175F17AE}] 1460706649 -#time=1d196eb86feda7c +[Software\\Classes\\Interface\\{6A46B6A2-2D2C-3C67-AF67-AAE0175F17AE}] 1526460883 +#time=1d3ecf388b6f52e @="_SoapId" -[Software\\Classes\\Interface\\{6A46B6A2-2D2C-3C67-AF67-AAE0175F17AE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fed81a +[Software\\Classes\\Interface\\{6A46B6A2-2D2C-3C67-AF67-AAE0175F17AE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6f2d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A46B6A2-2D2C-3C67-AF67-AAE0175F17AE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fed9aa +[Software\\Classes\\Interface\\{6A46B6A2-2D2C-3C67-AF67-AAE0175F17AE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6f448 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A46B6A2-2D2C-3C67-AF67-AAE0175F17AE}\\TypeLib] 1460706649 -#time=1d196eb86fedb8a +[Software\\Classes\\Interface\\{6A46B6A2-2D2C-3C67-AF67-AAE0175F17AE}\\TypeLib] 1526460883 +#time=1d3ecf388b6f650 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6A5D38BC-2789-3546-81A1-F10C0FB59366}] 1460706649 -#time=1d196eb86f0b28a +[Software\\Classes\\Interface\\{6A5D38BC-2789-3546-81A1-F10C0FB59366}] 1526460883 +#time=1d3ecf388a87724 @="IContributeObjectSink" -[Software\\Classes\\Interface\\{6A5D38BC-2789-3546-81A1-F10C0FB59366}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f0adda +[Software\\Classes\\Interface\\{6A5D38BC-2789-3546-81A1-F10C0FB59366}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a874b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A5D38BC-2789-3546-81A1-F10C0FB59366}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f0b0d2 +[Software\\Classes\\Interface\\{6A5D38BC-2789-3546-81A1-F10C0FB59366}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a87634 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A5D38BC-2789-3546-81A1-F10C0FB59366}\\TypeLib] 1460706649 -#time=1d196eb86f0b4ce +[Software\\Classes\\Interface\\{6A5D38BC-2789-3546-81A1-F10C0FB59366}\\TypeLib] 1526460883 +#time=1d3ecf388a8783c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6A67614B-6828-4FEC-AA54-6D52E8F1F2DB}] 1460706471 -#time=1d196eb1d14effc +[Software\\Classes\\Interface\\{6A67614B-6828-4FEC-AA54-6D52E8F1F2DB}] 1526460533 +#time=1d3ecf2b7d5fec8 @="IRunningTaskCollection" -[Software\\Classes\\Interface\\{6A67614B-6828-4FEC-AA54-6D52E8F1F2DB}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14ede0 +[Software\\Classes\\Interface\\{6A67614B-6828-4FEC-AA54-6D52E8F1F2DB}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5fc5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A67614B-6828-4FEC-AA54-6D52E8F1F2DB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14ef2a +[Software\\Classes\\Interface\\{6A67614B-6828-4FEC-AA54-6D52E8F1F2DB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5fdce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A67614B-6828-4FEC-AA54-6D52E8F1F2DB}\\TypeLib] 1460706471 -#time=1d196eb1d14f0ec +[Software\\Classes\\Interface\\{6A67614B-6828-4FEC-AA54-6D52E8F1F2DB}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5ffd6 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{6A6841DF-3287-3D87-8060-CE0B4C77D2A1}] 1460706649 -#time=1d196eb86edada6 +[Software\\Classes\\Interface\\{6A6841DF-3287-3D87-8060-CE0B4C77D2A1}] 1526460883 +#time=1d3ecf388a64af8 @="IDictionary" -[Software\\Classes\\Interface\\{6A6841DF-3287-3D87-8060-CE0B4C77D2A1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edab8a +[Software\\Classes\\Interface\\{6A6841DF-3287-3D87-8060-CE0B4C77D2A1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6488c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A6841DF-3287-3D87-8060-CE0B4C77D2A1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edacd4 +[Software\\Classes\\Interface\\{6A6841DF-3287-3D87-8060-CE0B4C77D2A1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a64a08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A6841DF-3287-3D87-8060-CE0B4C77D2A1}\\TypeLib] 1460706649 -#time=1d196eb86edaea0 +[Software\\Classes\\Interface\\{6A6841DF-3287-3D87-8060-CE0B4C77D2A1}\\TypeLib] 1526460883 +#time=1d3ecf388a64c1a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6A92B07A-D821-4682-B423-5C805022CC4D}] 1460706472 -#time=1d196eb1d1e982c +[Software\\Classes\\Interface\\{6A92B07A-D821-4682-B423-5C805022CC4D}] 1526460533 +#time=1d3ecf2b7df3baa @="IUpdate" -[Software\\Classes\\Interface\\{6A92B07A-D821-4682-B423-5C805022CC4D}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e95de +[Software\\Classes\\Interface\\{6A92B07A-D821-4682-B423-5C805022CC4D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df393e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A92B07A-D821-4682-B423-5C805022CC4D}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e975a +[Software\\Classes\\Interface\\{6A92B07A-D821-4682-B423-5C805022CC4D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df3aba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6A92B07A-D821-4682-B423-5C805022CC4D}\\TypeLib] 1460706472 -#time=1d196eb1d1e9926 +[Software\\Classes\\Interface\\{6A92B07A-D821-4682-B423-5C805022CC4D}\\TypeLib] 1526460533 +#time=1d3ecf2b7df3cc2 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{6AB0BB67-4A4B-32F9-A18A-6481916C946F}] 1460706650 -#time=1d196eb87ac0ddc +[Software\\Classes\\Interface\\{6AA2C4A0-2B53-11D4-A2A0-00104BD35090}] 1526460533 +#time=1d3ecf2b8083e4c +@="IActiveScriptGarbageCollector" + +[Software\\Classes\\Interface\\{6AA2C4A0-2B53-11D4-A2A0-00104BD35090}\\NumMethods] 1526460533 +#time=1d3ecf2b8083cb2 +@="4" + +[Software\\Classes\\Interface\\{6AA2C4A0-2B53-11D4-A2A0-00104BD35090}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8083f14 +@="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" + +[Software\\Classes\\Interface\\{6AB0BB67-4A4B-32F9-A18A-6481916C946F}] 1526460884 +#time=1d3ecf38955c262 @="_MdiClient" -[Software\\Classes\\Interface\\{6AB0BB67-4A4B-32F9-A18A-6481916C946F}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac0b84 +[Software\\Classes\\Interface\\{6AB0BB67-4A4B-32F9-A18A-6481916C946F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955c000 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6AB0BB67-4A4B-32F9-A18A-6481916C946F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac0d0a +[Software\\Classes\\Interface\\{6AB0BB67-4A4B-32F9-A18A-6481916C946F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955c172 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6AB0BB67-4A4B-32F9-A18A-6481916C946F}\\TypeLib] 1460706650 -#time=1d196eb87ac0efe +[Software\\Classes\\Interface\\{6AB0BB67-4A4B-32F9-A18A-6481916C946F}\\TypeLib] 1526460884 +#time=1d3ecf38955c3b6 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{6B2C0BC4-DDB7-38EA-8A86-F0B59E192816}] 1460706649 -#time=1d196eb86f60118 +[Software\\Classes\\Interface\\{6B2C0BC4-DDB7-38EA-8A86-F0B59E192816}] 1526460883 +#time=1d3ecf388ad70bc @="_AssemblyDescriptionAttribute" -[Software\\Classes\\Interface\\{6B2C0BC4-DDB7-38EA-8A86-F0B59E192816}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5fede +[Software\\Classes\\Interface\\{6B2C0BC4-DDB7-38EA-8A86-F0B59E192816}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad6e50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6B2C0BC4-DDB7-38EA-8A86-F0B59E192816}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6003c +[Software\\Classes\\Interface\\{6B2C0BC4-DDB7-38EA-8A86-F0B59E192816}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad6fcc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6B2C0BC4-DDB7-38EA-8A86-F0B59E192816}\\TypeLib] 1460706649 -#time=1d196eb86f60226 +[Software\\Classes\\Interface\\{6B2C0BC4-DDB7-38EA-8A86-F0B59E192816}\\TypeLib] 1526460883 +#time=1d3ecf388ad71d4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6B3F9834-1725-38C5-955E-20F051D067BD}] 1460706649 -#time=1d196eb86f36386 +[Software\\Classes\\Interface\\{6B3F9834-1725-38C5-955E-20F051D067BD}] 1526460883 +#time=1d3ecf388aa907c @="_CriticalFinalizerObject" -[Software\\Classes\\Interface\\{6B3F9834-1725-38C5-955E-20F051D067BD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f36188 +[Software\\Classes\\Interface\\{6B3F9834-1725-38C5-955E-20F051D067BD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa8e1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6B3F9834-1725-38C5-955E-20F051D067BD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f362be +[Software\\Classes\\Interface\\{6B3F9834-1725-38C5-955E-20F051D067BD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa8f8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6B3F9834-1725-38C5-955E-20F051D067BD}\\TypeLib] 1460706649 -#time=1d196eb86f36480 +[Software\\Classes\\Interface\\{6B3F9834-1725-38C5-955E-20F051D067BD}\\TypeLib] 1526460883 +#time=1d3ecf388aa918a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6B6391EE-842F-3E9A-8EEE-F13325E10996}] 1460706649 -#time=1d196eb86f9516a +[Software\\Classes\\Interface\\{6B6391EE-842F-3E9A-8EEE-F13325E10996}] 1526460883 +#time=1d3ecf388b0ea58 @="_ClassInterfaceAttribute" -[Software\\Classes\\Interface\\{6B6391EE-842F-3E9A-8EEE-F13325E10996}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f94f4e +[Software\\Classes\\Interface\\{6B6391EE-842F-3E9A-8EEE-F13325E10996}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0e3d2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6B6391EE-842F-3E9A-8EEE-F13325E10996}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f95098 +[Software\\Classes\\Interface\\{6B6391EE-842F-3E9A-8EEE-F13325E10996}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0e8b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6B6391EE-842F-3E9A-8EEE-F13325E10996}\\TypeLib] 1460706649 -#time=1d196eb86f95264 +[Software\\Classes\\Interface\\{6B6391EE-842F-3E9A-8EEE-F13325E10996}\\TypeLib] 1526460883 +#time=1d3ecf388b0ec7e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6BA6EA7A-C9FC-3E73-82EC-18F29D83EEFD}] 1460706649 -#time=1d196eb86f908c2 +[Software\\Classes\\Interface\\{6BA6EA7A-C9FC-3E73-82EC-18F29D83EEFD}] 1526460883 +#time=1d3ecf388b09472 @="_HashMembershipCondition" -[Software\\Classes\\Interface\\{6BA6EA7A-C9FC-3E73-82EC-18F29D83EEFD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9069c +[Software\\Classes\\Interface\\{6BA6EA7A-C9FC-3E73-82EC-18F29D83EEFD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b09210 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6BA6EA7A-C9FC-3E73-82EC-18F29D83EEFD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f907dc +[Software\\Classes\\Interface\\{6BA6EA7A-C9FC-3E73-82EC-18F29D83EEFD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b09378 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6BA6EA7A-C9FC-3E73-82EC-18F29D83EEFD}\\TypeLib] 1460706649 -#time=1d196eb86f909da +[Software\\Classes\\Interface\\{6BA6EA7A-C9FC-3E73-82EC-18F29D83EEFD}\\TypeLib] 1526460883 +#time=1d3ecf388b09580 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6BA96B42-7FDD-3223-BF52-7FE677B92815}] 1460706650 -#time=1d196eb877d26c0 +[Software\\Classes\\Interface\\{6BA96B42-7FDD-3223-BF52-7FE677B92815}] 1526460884 +#time=1d3ecf38929b370 @="IServiceContainer" -[Software\\Classes\\Interface\\{6BA96B42-7FDD-3223-BF52-7FE677B92815}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d2288 +[Software\\Classes\\Interface\\{6BA96B42-7FDD-3223-BF52-7FE677B92815}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38929afb0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6BA96B42-7FDD-3223-BF52-7FE677B92815}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d24fe +[Software\\Classes\\Interface\\{6BA96B42-7FDD-3223-BF52-7FE677B92815}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929b1e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6BA96B42-7FDD-3223-BF52-7FE677B92815}\\TypeLib] 1460706650 -#time=1d196eb877d28f0 +[Software\\Classes\\Interface\\{6BA96B42-7FDD-3223-BF52-7FE677B92815}\\TypeLib] 1526460884 +#time=1d3ecf38929b53c @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{6BBB7DEE-186F-3D51-9486-BE0A71E915CE}] 1460706649 -#time=1d196eb86ff2cb6 +[Software\\Classes\\Interface\\{6BBB7DEE-186F-3D51-9486-BE0A71E915CE}] 1526460883 +#time=1d3ecf388b75136 @="_IsolatedStorageFile" -[Software\\Classes\\Interface\\{6BBB7DEE-186F-3D51-9486-BE0A71E915CE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff2aae +[Software\\Classes\\Interface\\{6BBB7DEE-186F-3D51-9486-BE0A71E915CE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b74ed4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6BBB7DEE-186F-3D51-9486-BE0A71E915CE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff2bee +[Software\\Classes\\Interface\\{6BBB7DEE-186F-3D51-9486-BE0A71E915CE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b75046 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6BBB7DEE-186F-3D51-9486-BE0A71E915CE}\\TypeLib] 1460706649 -#time=1d196eb86ff2dba +[Software\\Classes\\Interface\\{6BBB7DEE-186F-3D51-9486-BE0A71E915CE}\\TypeLib] 1526460883 +#time=1d3ecf388b7524e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6BEEDF4B-B688-3C0D-8B16-D53290790DFB}] 1460706650 -#time=1d196eb87ace40a +[Software\\Classes\\Interface\\{6BEEDF4B-B688-3C0D-8B16-D53290790DFB}] 1526460884 +#time=1d3ecf38956c630 @="_UserControl" -[Software\\Classes\\Interface\\{6BEEDF4B-B688-3C0D-8B16-D53290790DFB}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ace20c +[Software\\Classes\\Interface\\{6BEEDF4B-B688-3C0D-8B16-D53290790DFB}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956c3d8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6BEEDF4B-B688-3C0D-8B16-D53290790DFB}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ace342 +[Software\\Classes\\Interface\\{6BEEDF4B-B688-3C0D-8B16-D53290790DFB}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956c540 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6BEEDF4B-B688-3C0D-8B16-D53290790DFB}\\TypeLib] 1460706650 -#time=1d196eb87ace504 +[Software\\Classes\\Interface\\{6BEEDF4B-B688-3C0D-8B16-D53290790DFB}\\TypeLib] 1526460884 +#time=1d3ecf38956c748 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{6C42BAF9-1893-34FC-B3AF-06931E9B34A3}] 1460706649 -#time=1d196eb86f93356 +[Software\\Classes\\Interface\\{6C42BAF9-1893-34FC-B3AF-06931E9B34A3}] 1526460883 +#time=1d3ecf388b0c258 @="_WindowsPrincipal" -[Software\\Classes\\Interface\\{6C42BAF9-1893-34FC-B3AF-06931E9B34A3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f93126 +[Software\\Classes\\Interface\\{6C42BAF9-1893-34FC-B3AF-06931E9B34A3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0bfec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6C42BAF9-1893-34FC-B3AF-06931E9B34A3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f93284 +[Software\\Classes\\Interface\\{6C42BAF9-1893-34FC-B3AF-06931E9B34A3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0c168 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6C42BAF9-1893-34FC-B3AF-06931E9B34A3}\\TypeLib] 1460706649 -#time=1d196eb86f9345a +[Software\\Classes\\Interface\\{6C42BAF9-1893-34FC-B3AF-06931E9B34A3}\\TypeLib] 1526460883 +#time=1d3ecf388b0c366 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6C497D62-8919-413C-82DB-E935FB3EC584}] 1460706472 -#time=1d196eb1d1c9e28 +[Software\\Classes\\Interface\\{6C497D62-8919-413C-82DB-E935FB3EC584}] 1526460533 +#time=1d3ecf2b7fc8a5c @="IWMPPlayer4" -[Software\\Classes\\Interface\\{6C497D62-8919-413C-82DB-E935FB3EC584}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c9c0c +[Software\\Classes\\Interface\\{6C497D62-8919-413C-82DB-E935FB3EC584}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc87dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6C497D62-8919-413C-82DB-E935FB3EC584}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c9d56 +[Software\\Classes\\Interface\\{6C497D62-8919-413C-82DB-E935FB3EC584}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc8962 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6C497D62-8919-413C-82DB-E935FB3EC584}\\TypeLib] 1460706472 -#time=1d196eb1d1c9f18 +[Software\\Classes\\Interface\\{6C497D62-8919-413C-82DB-E935FB3EC584}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc8b6a @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{6CF1C077-C974-38E1-90A4-976E4835E165}] 1460706649 -#time=1d196eb86f63520 +[Software\\Classes\\Interface\\{6CF1C077-C974-38E1-90A4-976E4835E165}] 1526460883 +#time=1d3ecf388adac3a @="_AssemblyDelaySignAttribute" -[Software\\Classes\\Interface\\{6CF1C077-C974-38E1-90A4-976E4835E165}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f63318 +[Software\\Classes\\Interface\\{6CF1C077-C974-38E1-90A4-976E4835E165}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ada9e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6CF1C077-C974-38E1-90A4-976E4835E165}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f63458 +[Software\\Classes\\Interface\\{6CF1C077-C974-38E1-90A4-976E4835E165}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388adab4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6CF1C077-C974-38E1-90A4-976E4835E165}\\TypeLib] 1460706649 -#time=1d196eb86f6361a +[Software\\Classes\\Interface\\{6CF1C077-C974-38E1-90A4-976E4835E165}\\TypeLib] 1526460883 +#time=1d3ecf388adad48 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6D43DF59-7EA8-300F-ACB2-760A070CFCF2}] 1460706650 -#time=1d196eb87ac4662 +[Software\\Classes\\Interface\\{6D43DF59-7EA8-300F-ACB2-760A070CFCF2}] 1526460884 +#time=1d3ecf38955fec6 @="_PropertyValueChangedEventArgs" -[Software\\Classes\\Interface\\{6D43DF59-7EA8-300F-ACB2-760A070CFCF2}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac4464 +[Software\\Classes\\Interface\\{6D43DF59-7EA8-300F-ACB2-760A070CFCF2}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955fc6e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6D43DF59-7EA8-300F-ACB2-760A070CFCF2}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac4590 +[Software\\Classes\\Interface\\{6D43DF59-7EA8-300F-ACB2-760A070CFCF2}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955fde0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6D43DF59-7EA8-300F-ACB2-760A070CFCF2}\\TypeLib] 1460706650 -#time=1d196eb87ac475c +[Software\\Classes\\Interface\\{6D43DF59-7EA8-300F-ACB2-760A070CFCF2}\\TypeLib] 1526460884 +#time=1d3ecf38955fffc @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{6D4B6ADB-B9FA-3809-B5EA-FA57B56C546F}] 1460706649 -#time=1d196eb86f34c8e +[Software\\Classes\\Interface\\{6D4B6ADB-B9FA-3809-B5EA-FA57B56C546F}] 1526460883 +#time=1d3ecf388aa7362 @="_CannotUnloadAppDomainException" -[Software\\Classes\\Interface\\{6D4B6ADB-B9FA-3809-B5EA-FA57B56C546F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f34a90 +[Software\\Classes\\Interface\\{6D4B6ADB-B9FA-3809-B5EA-FA57B56C546F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa70ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6D4B6ADB-B9FA-3809-B5EA-FA57B56C546F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f34bc6 +[Software\\Classes\\Interface\\{6D4B6ADB-B9FA-3809-B5EA-FA57B56C546F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa725e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6D4B6ADB-B9FA-3809-B5EA-FA57B56C546F}\\TypeLib] 1460706649 -#time=1d196eb86f34d88 +[Software\\Classes\\Interface\\{6D4B6ADB-B9FA-3809-B5EA-FA57B56C546F}\\TypeLib] 1526460883 +#time=1d3ecf388aa74a2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6D5140C1-7436-11CE-8034-00AA006009FA}] 1460706471 -#time=1d196eb1ce07d30 +[Software\\Classes\\Interface\\{6D5140C1-7436-11CE-8034-00AA006009FA}] 1526460533 +#time=1d3ecf2b808f92c @="IServiceProvider" -[Software\\Classes\\Interface\\{6D5140C1-7436-11CE-8034-00AA006009FA}\\NumMethods] 1460706471 -#time=1d196eb1ce07c68 +[Software\\Classes\\Interface\\{6D5140C1-7436-11CE-8034-00AA006009FA}\\NumMethods] 1526460533 +#time=1d3ecf2b808f83c @="4" -[Software\\Classes\\Interface\\{6D5140C1-7436-11CE-8034-00AA006009FA}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce07d9e +[Software\\Classes\\Interface\\{6D5140C1-7436-11CE-8034-00AA006009FA}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808f9ae @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{6D94B6F3-DA91-3C2F-B876-083769667468}] 1460706649 -#time=1d196eb86f03814 +[Software\\Classes\\Interface\\{6D94B6F3-DA91-3C2F-B876-083769667468}] 1526460883 +#time=1d3ecf388a83a52 @="IClientFormatterSinkProvider" -[Software\\Classes\\Interface\\{6D94B6F3-DA91-3C2F-B876-083769667468}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f0344a +[Software\\Classes\\Interface\\{6D94B6F3-DA91-3C2F-B876-083769667468}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a837f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6D94B6F3-DA91-3C2F-B876-083769667468}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f03698 +[Software\\Classes\\Interface\\{6D94B6F3-DA91-3C2F-B876-083769667468}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8396c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6D94B6F3-DA91-3C2F-B876-083769667468}\\TypeLib] 1460706649 -#time=1d196eb86f03a4e +[Software\\Classes\\Interface\\{6D94B6F3-DA91-3C2F-B876-083769667468}\\TypeLib] 1526460883 +#time=1d3ecf388a83bf6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6DE1230E-1F52-3779-9619-F5184103466C}] 1460706649 -#time=1d196eb86f72d5e +[Software\\Classes\\Interface\\{6DE1230E-1F52-3779-9619-F5184103466C}] 1526460883 +#time=1d3ecf388aeb26a @="_SurrogateSelector" -[Software\\Classes\\Interface\\{6DE1230E-1F52-3779-9619-F5184103466C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f72b4c +[Software\\Classes\\Interface\\{6DE1230E-1F52-3779-9619-F5184103466C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aeaf68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6DE1230E-1F52-3779-9619-F5184103466C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f72c8c +[Software\\Classes\\Interface\\{6DE1230E-1F52-3779-9619-F5184103466C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aeb148 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6DE1230E-1F52-3779-9619-F5184103466C}\\TypeLib] 1460706649 -#time=1d196eb86f72e62 +[Software\\Classes\\Interface\\{6DE1230E-1F52-3779-9619-F5184103466C}\\TypeLib] 1526460883 +#time=1d3ecf388aeb3be @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6DF93530-D276-31D9-8573-346778C650AF}] 1460706649 -#time=1d196eb86fafa06 +[Software\\Classes\\Interface\\{6DF93530-D276-31D9-8573-346778C650AF}] 1526460883 +#time=1d3ecf388b2ba0e @="_Path" -[Software\\Classes\\Interface\\{6DF93530-D276-31D9-8573-346778C650AF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86faf7f4 +[Software\\Classes\\Interface\\{6DF93530-D276-31D9-8573-346778C650AF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2b7ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6DF93530-D276-31D9-8573-346778C650AF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86faf934 +[Software\\Classes\\Interface\\{6DF93530-D276-31D9-8573-346778C650AF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2b91e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6DF93530-D276-31D9-8573-346778C650AF}\\TypeLib] 1460706649 -#time=1d196eb86fafb1e +[Software\\Classes\\Interface\\{6DF93530-D276-31D9-8573-346778C650AF}\\TypeLib] 1526460883 +#time=1d3ecf388b2bb26 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6DFE759A-CB8B-4CA0-A973-1D04E0BF0B53}] 1460706648 -#time=1d196eb868cfa7e +[Software\\Classes\\Interface\\{6DFE759A-CB8B-4CA0-A973-1D04E0BF0B53}] 1526460883 +#time=1d3ecf3884c9a44 @="IDebugVsaScriptCodeItem" -[Software\\Classes\\Interface\\{6DFE759A-CB8B-4CA0-A973-1D04E0BF0B53}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cf86c +[Software\\Classes\\Interface\\{6DFE759A-CB8B-4CA0-A973-1D04E0BF0B53}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c9724 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6DFE759A-CB8B-4CA0-A973-1D04E0BF0B53}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cf9ac +[Software\\Classes\\Interface\\{6DFE759A-CB8B-4CA0-A973-1D04E0BF0B53}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c990e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6DFE759A-CB8B-4CA0-A973-1D04E0BF0B53}\\TypeLib] 1460706648 -#time=1d196eb868cfb82 +[Software\\Classes\\Interface\\{6DFE759A-CB8B-4CA0-A973-1D04E0BF0B53}\\TypeLib] 1526460883 +#time=1d3ecf3884c9bc0 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{6E259649-3F86-37BF-A1AD-3C934923125B}] 1460706650 -#time=1d196eb87545358 +[Software\\Classes\\Interface\\{6E259649-3F86-37BF-A1AD-3C934923125B}] 1526460884 +#time=1d3ecf389066532 @="_SoapUtility" -[Software\\Classes\\Interface\\{6E259649-3F86-37BF-A1AD-3C934923125B}\\ProxyStubClsid] 1460706650 -#time=1d196eb8754513c +[Software\\Classes\\Interface\\{6E259649-3F86-37BF-A1AD-3C934923125B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389065eb6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6E259649-3F86-37BF-A1AD-3C934923125B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87545286 +[Software\\Classes\\Interface\\{6E259649-3F86-37BF-A1AD-3C934923125B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389066398 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6E259649-3F86-37BF-A1AD-3C934923125B}\\TypeLib] 1460706650 -#time=1d196eb87545466 +[Software\\Classes\\Interface\\{6E259649-3F86-37BF-A1AD-3C934923125B}\\TypeLib] 1526460884 +#time=1d3ecf389066712 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{6E26E776-04F0-495D-80E4-3330352E3169}] 1460706471 -#time=1d196eb1d098b62 +[Software\\Classes\\Interface\\{6E26E776-04F0-495D-80E4-3330352E3169}] 1526460533 +#time=1d3ecf2b7cfafd2 @="IAccPropServices" -[Software\\Classes\\Interface\\{6E26E776-04F0-495D-80E4-3330352E3169}\\NumMethods] 1460706471 -#time=1d196eb1d098a90 +[Software\\Classes\\Interface\\{6E26E776-04F0-495D-80E4-3330352E3169}\\NumMethods] 1526460533 +#time=1d3ecf2b7cfaee2 @="18" -[Software\\Classes\\Interface\\{6E26E776-04F0-495D-80E4-3330352E3169}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d098bd0 +[Software\\Classes\\Interface\\{6E26E776-04F0-495D-80E4-3330352E3169}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7cfb054 @="{03022430-ABC4-11D0-BDE2-00AA001A1953}" -[Software\\Classes\\Interface\\{6E70ED5F-0439-38CE-83BB-860F1421F29F}] 1460706649 -#time=1d196eb86ed6d78 +[Software\\Classes\\Interface\\{6E70ED5F-0439-38CE-83BB-860F1421F29F}] 1526460883 +#time=1d3ecf388a607e6 @="IObjectReference" -[Software\\Classes\\Interface\\{6E70ED5F-0439-38CE-83BB-860F1421F29F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed6b0c +[Software\\Classes\\Interface\\{6E70ED5F-0439-38CE-83BB-860F1421F29F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6057a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6E70ED5F-0439-38CE-83BB-860F1421F29F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed6ca6 +[Software\\Classes\\Interface\\{6E70ED5F-0439-38CE-83BB-860F1421F29F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a606ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6E70ED5F-0439-38CE-83BB-860F1421F29F}\\TypeLib] 1460706649 -#time=1d196eb86ed6ed6 +[Software\\Classes\\Interface\\{6E70ED5F-0439-38CE-83BB-860F1421F29F}\\TypeLib] 1526460883 +#time=1d3ecf388a608fe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6E814F1F-C349-3766-B55D-87C9B0232B20}] 1460706650 -#time=1d196eb877ebd5a +[Software\\Classes\\Interface\\{6E814F1F-C349-3766-B55D-87C9B0232B20}] 1526460884 +#time=1d3ecf3892c73c6 @="_CodeTypeParameterCollection" -[Software\\Classes\\Interface\\{6E814F1F-C349-3766-B55D-87C9B0232B20}\\ProxyStubClsid] 1460706650 -#time=1d196eb877eb968 +[Software\\Classes\\Interface\\{6E814F1F-C349-3766-B55D-87C9B0232B20}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c6fc0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6E814F1F-C349-3766-B55D-87C9B0232B20}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ebc2e +[Software\\Classes\\Interface\\{6E814F1F-C349-3766-B55D-87C9B0232B20}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c7236 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6E814F1F-C349-3766-B55D-87C9B0232B20}\\TypeLib] 1460706650 -#time=1d196eb877ebefe +[Software\\Classes\\Interface\\{6E814F1F-C349-3766-B55D-87C9B0232B20}\\TypeLib] 1526460884 +#time=1d3ecf3892c75b0 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{6E96AA70-9FFB-399D-96BF-A68436095C54}] 1460706649 -#time=1d196eb86f2fd88 +[Software\\Classes\\Interface\\{6E96AA70-9FFB-399D-96BF-A68436095C54}] 1526460883 +#time=1d3ecf388aa0e40 @="_AppDomainUnloadedException" -[Software\\Classes\\Interface\\{6E96AA70-9FFB-399D-96BF-A68436095C54}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2fb76 +[Software\\Classes\\Interface\\{6E96AA70-9FFB-399D-96BF-A68436095C54}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa0bca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6E96AA70-9FFB-399D-96BF-A68436095C54}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2fcc0 +[Software\\Classes\\Interface\\{6E96AA70-9FFB-399D-96BF-A68436095C54}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa0d32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6E96AA70-9FFB-399D-96BF-A68436095C54}\\TypeLib] 1460706649 -#time=1d196eb86f2fe8c +[Software\\Classes\\Interface\\{6E96AA70-9FFB-399D-96BF-A68436095C54}\\TypeLib] 1526460883 +#time=1d3ecf388aa0f58 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6EE3853E-DDEF-3F29-8F1B-1ED7180D9229}] 1460706650 -#time=1d196eb87acb444 +[Software\\Classes\\Interface\\{6EE3853E-DDEF-3F29-8F1B-1ED7180D9229}] 1526460884 +#time=1d3ecf38956917e @="_ToolStripContentPanel" -[Software\\Classes\\Interface\\{6EE3853E-DDEF-3F29-8F1B-1ED7180D9229}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acb246 +[Software\\Classes\\Interface\\{6EE3853E-DDEF-3F29-8F1B-1ED7180D9229}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389568f1c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6EE3853E-DDEF-3F29-8F1B-1ED7180D9229}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acb37c +[Software\\Classes\\Interface\\{6EE3853E-DDEF-3F29-8F1B-1ED7180D9229}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956908e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6EE3853E-DDEF-3F29-8F1B-1ED7180D9229}\\TypeLib] 1460706650 -#time=1d196eb87acb53e +[Software\\Classes\\Interface\\{6EE3853E-DDEF-3F29-8F1B-1ED7180D9229}\\TypeLib] 1526460884 +#time=1d3ecf3895692a0 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{6EEF3D0D-305A-3DF4-9830-8C2B40E1C4BF}] 1460706650 -#time=1d196eb877d0208 +[Software\\Classes\\Interface\\{6EEF3D0D-305A-3DF4-9830-8C2B40E1C4BF}] 1526460884 +#time=1d3ecf389299390 @="IDesigner" -[Software\\Classes\\Interface\\{6EEF3D0D-305A-3DF4-9830-8C2B40E1C4BF}\\ProxyStubClsid] 1460706650 -#time=1d196eb877cfdc6 +[Software\\Classes\\Interface\\{6EEF3D0D-305A-3DF4-9830-8C2B40E1C4BF}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389298f8a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6EEF3D0D-305A-3DF4-9830-8C2B40E1C4BF}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d008c +[Software\\Classes\\Interface\\{6EEF3D0D-305A-3DF4-9830-8C2B40E1C4BF}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892991ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6EEF3D0D-305A-3DF4-9830-8C2B40E1C4BF}\\TypeLib] 1460706650 -#time=1d196eb877d0474 +[Software\\Classes\\Interface\\{6EEF3D0D-305A-3DF4-9830-8C2B40E1C4BF}\\TypeLib] 1526460884 +#time=1d3ecf3892995c0 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{6F1F8AAE-D667-39CC-98FA-722BEBBBEAC3}] 1460706649 -#time=1d196eb86fc4884 +[Software\\Classes\\Interface\\{6F1F8AAE-D667-39CC-98FA-722BEBBBEAC3}] 1526460883 +#time=1d3ecf388b42c22 @="_IsolatedStorageFilePermissionAttribute" -[Software\\Classes\\Interface\\{6F1F8AAE-D667-39CC-98FA-722BEBBBEAC3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc4668 +[Software\\Classes\\Interface\\{6F1F8AAE-D667-39CC-98FA-722BEBBBEAC3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b429ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F1F8AAE-D667-39CC-98FA-722BEBBBEAC3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc47b2 +[Software\\Classes\\Interface\\{6F1F8AAE-D667-39CC-98FA-722BEBBBEAC3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b42b3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F1F8AAE-D667-39CC-98FA-722BEBBBEAC3}\\TypeLib] 1460706649 -#time=1d196eb86fc4992 +[Software\\Classes\\Interface\\{6F1F8AAE-D667-39CC-98FA-722BEBBBEAC3}\\TypeLib] 1526460883 +#time=1d3ecf388b42d58 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{6F20C263-AF67-380F-A482-9A21F7599748}] 1460706650 -#time=1d196eb877e2ec6 +[Software\\Classes\\Interface\\{6F20C263-AF67-380F-A482-9A21F7599748}] 1526460884 +#time=1d3ecf3892b6878 @="_CodeCompileUnit" -[Software\\Classes\\Interface\\{6F20C263-AF67-380F-A482-9A21F7599748}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e2c82 +[Software\\Classes\\Interface\\{6F20C263-AF67-380F-A482-9A21F7599748}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b658a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F20C263-AF67-380F-A482-9A21F7599748}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e2dea +[Software\\Classes\\Interface\\{6F20C263-AF67-380F-A482-9A21F7599748}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b6756 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F20C263-AF67-380F-A482-9A21F7599748}\\TypeLib] 1460706650 -#time=1d196eb877e2fca +[Software\\Classes\\Interface\\{6F20C263-AF67-380F-A482-9A21F7599748}\\TypeLib] 1526460884 +#time=1d3ecf3892b69e0 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{6F6C3482-8900-36EA-B621-943534E82C73}] 1460706650 -#time=1d196eb877e5d4c +[Software\\Classes\\Interface\\{6F6C3482-8900-36EA-B621-943534E82C73}] 1526460884 +#time=1d3ecf3892bd7fe @="_CodeDelegateInvokeExpression" -[Software\\Classes\\Interface\\{6F6C3482-8900-36EA-B621-943534E82C73}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e5b4e +[Software\\Classes\\Interface\\{6F6C3482-8900-36EA-B621-943534E82C73}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892bd33a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F6C3482-8900-36EA-B621-943534E82C73}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e5c84 +[Software\\Classes\\Interface\\{6F6C3482-8900-36EA-B621-943534E82C73}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892bd57e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F6C3482-8900-36EA-B621-943534E82C73}\\TypeLib] 1460706650 -#time=1d196eb877e5e46 +[Software\\Classes\\Interface\\{6F6C3482-8900-36EA-B621-943534E82C73}\\TypeLib] 1526460884 +#time=1d3ecf3892bd9ca @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{6F7A7383-2ABE-39D6-85F6-7117ED41979C}] 1460706650 -#time=1d196eb87aca256 +[Software\\Classes\\Interface\\{6F7A7383-2ABE-39D6-85F6-7117ED41979C}] 1526460884 +#time=1d3ecf389567d88 @="_ToolStripAccessibleObject" -[Software\\Classes\\Interface\\{6F7A7383-2ABE-39D6-85F6-7117ED41979C}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac9f9a +[Software\\Classes\\Interface\\{6F7A7383-2ABE-39D6-85F6-7117ED41979C}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389567b1c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F7A7383-2ABE-39D6-85F6-7117ED41979C}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aca184 +[Software\\Classes\\Interface\\{6F7A7383-2ABE-39D6-85F6-7117ED41979C}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389567c98 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F7A7383-2ABE-39D6-85F6-7117ED41979C}\\TypeLib] 1460706650 -#time=1d196eb87aca382 +[Software\\Classes\\Interface\\{6F7A7383-2ABE-39D6-85F6-7117ED41979C}\\TypeLib] 1526460884 +#time=1d3ecf389567eaa @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{6F971E04-B06A-3DD0-B6F5-622826693454}] 1460706650 -#time=1d196eb877f899c +[Software\\Classes\\Interface\\{6F971E04-B06A-3DD0-B6F5-622826693454}] 1526460884 +#time=1d3ecf3892d8518 @="_AttributeCollection" -[Software\\Classes\\Interface\\{6F971E04-B06A-3DD0-B6F5-622826693454}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f879e +[Software\\Classes\\Interface\\{6F971E04-B06A-3DD0-B6F5-622826693454}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d8234 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F971E04-B06A-3DD0-B6F5-622826693454}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f88de +[Software\\Classes\\Interface\\{6F971E04-B06A-3DD0-B6F5-622826693454}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d83f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6F971E04-B06A-3DD0-B6F5-622826693454}\\TypeLib] 1460706650 -#time=1d196eb877f8aa0 +[Software\\Classes\\Interface\\{6F971E04-B06A-3DD0-B6F5-622826693454}\\TypeLib] 1526460884 +#time=1d3ecf3892d866c @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{6FE6894A-2A53-3FB6-A06E-348F9BDAD23B}] 1460706649 -#time=1d196eb86fc2e30 +[Software\\Classes\\Interface\\{6FE6894A-2A53-3FB6-A06E-348F9BDAD23B}] 1526460883 +#time=1d3ecf388b4121e @="_SiteIdentityPermissionAttribute" -[Software\\Classes\\Interface\\{6FE6894A-2A53-3FB6-A06E-348F9BDAD23B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc2bf6 +[Software\\Classes\\Interface\\{6FE6894A-2A53-3FB6-A06E-348F9BDAD23B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b40fbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6FE6894A-2A53-3FB6-A06E-348F9BDAD23B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc2d5e +[Software\\Classes\\Interface\\{6FE6894A-2A53-3FB6-A06E-348F9BDAD23B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b41138 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{6FE6894A-2A53-3FB6-A06E-348F9BDAD23B}\\TypeLib] 1460706649 -#time=1d196eb86fc2f34 +[Software\\Classes\\Interface\\{6FE6894A-2A53-3FB6-A06E-348F9BDAD23B}\\TypeLib] 1526460883 +#time=1d3ecf388b41336 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{70528852-2F26-4AEA-8C96-215150578932}] 1460706471 -#time=1d196eb1cfc990c +[Software\\Classes\\Interface\\{70528852-2F26-4AEA-8C96-215150578932}] 1526460533 +#time=1d3ecf2b7e39b0a @="ITfDisplayAttributeInfo" -[Software\\Classes\\Interface\\{70528852-2F26-4AEA-8C96-215150578932}\\NumMethods] 1460706471 -#time=1d196eb1cfc9830 +[Software\\Classes\\Interface\\{70528852-2F26-4AEA-8C96-215150578932}\\NumMethods] 1526460533 +#time=1d3ecf2b7e39a10 @="8" -[Software\\Classes\\Interface\\{70528852-2F26-4AEA-8C96-215150578932}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc997a +[Software\\Classes\\Interface\\{70528852-2F26-4AEA-8C96-215150578932}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e39b8c @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{70629033-E363-4A28-A567-0DB78006E6D7}] 1460706471 -#time=1d196eb1ce0c394 +[Software\\Classes\\Interface\\{70629033-E363-4A28-A567-0DB78006E6D7}] 1526460533 +#time=1d3ecf2b8093c66 @="IEnumShellItems" -[Software\\Classes\\Interface\\{70629033-E363-4A28-A567-0DB78006E6D7}\\NumMethods] 1460706471 -#time=1d196eb1ce0c15a +[Software\\Classes\\Interface\\{70629033-E363-4A28-A567-0DB78006E6D7}\\NumMethods] 1526460533 +#time=1d3ecf2b8093b62 @="7" -[Software\\Classes\\Interface\\{70629033-E363-4A28-A567-0DB78006E6D7}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0c614 +[Software\\Classes\\Interface\\{70629033-E363-4A28-A567-0DB78006E6D7}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8093ce8 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{70841C6F-067D-11D0-95D8-00A02463AB28}] 1460706471 -#time=1d196eb1d0525b8 +[Software\\Classes\\Interface\\{70841C6F-067D-11D0-95D8-00A02463AB28}] 1526460533 +#time=1d3ecf2b7ca45a6 @="IScriptModuleCollection" -[Software\\Classes\\Interface\\{70841C6F-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d052392 +[Software\\Classes\\Interface\\{70841C6F-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ca4330 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C6F-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0524dc +[Software\\Classes\\Interface\\{70841C6F-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ca44ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C6F-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1460706471 -#time=1d196eb1d05269e +[Software\\Classes\\Interface\\{70841C6F-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1526460533 +#time=1d3ecf2b7ca46b4 @="{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}" "Version"="1.0" -[Software\\Classes\\Interface\\{70841C70-067D-11D0-95D8-00A02463AB28}] 1460706471 -#time=1d196eb1d051ffa +[Software\\Classes\\Interface\\{70841C70-067D-11D0-95D8-00A02463AB28}] 1526460533 +#time=1d3ecf2b7ca3f20 @="IScriptModule" -[Software\\Classes\\Interface\\{70841C70-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d051dd4 +[Software\\Classes\\Interface\\{70841C70-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ca3c8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C70-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d051f28 +[Software\\Classes\\Interface\\{70841C70-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ca3e26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C70-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1460706471 -#time=1d196eb1d0520ea +[Software\\Classes\\Interface\\{70841C70-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1526460533 +#time=1d3ecf2b7ca4024 @="{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}" "Version"="1.0" -[Software\\Classes\\Interface\\{70841C71-067D-11D0-95D8-00A02463AB28}] 1460706471 -#time=1d196eb1d0519f6 +[Software\\Classes\\Interface\\{70841C71-067D-11D0-95D8-00A02463AB28}] 1526460533 +#time=1d3ecf2b7ca3872 @="IScriptProcedureCollection" -[Software\\Classes\\Interface\\{70841C71-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0517b2 +[Software\\Classes\\Interface\\{70841C71-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ca35f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C71-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0518fc +[Software\\Classes\\Interface\\{70841C71-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ca3778 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C71-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1460706471 -#time=1d196eb1d051b18 +[Software\\Classes\\Interface\\{70841C71-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1526460533 +#time=1d3ecf2b7ca3980 @="{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}" "Version"="1.0" -[Software\\Classes\\Interface\\{70841C73-067D-11D0-95D8-00A02463AB28}] 1460706471 -#time=1d196eb1d051410 +[Software\\Classes\\Interface\\{70841C73-067D-11D0-95D8-00A02463AB28}] 1526460533 +#time=1d3ecf2b7ca31c4 @="IScriptProcedure" -[Software\\Classes\\Interface\\{70841C73-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d05119a +[Software\\Classes\\Interface\\{70841C73-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ca2f4e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C73-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d05132a +[Software\\Classes\\Interface\\{70841C73-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ca30d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C73-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1460706471 -#time=1d196eb1d051500 +[Software\\Classes\\Interface\\{70841C73-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1526460533 +#time=1d3ecf2b7ca32dc @="{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}" "Version"="1.0" -[Software\\Classes\\Interface\\{70841C78-067D-11D0-95D8-00A02463AB28}] 1460706471 -#time=1d196eb1d052b80 +[Software\\Classes\\Interface\\{70841C78-067D-11D0-95D8-00A02463AB28}] 1526460533 +#time=1d3ecf2b7ca4c36 @="IScriptError" -[Software\\Classes\\Interface\\{70841C78-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d052946 +[Software\\Classes\\Interface\\{70841C78-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ca49c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C78-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d052aae +[Software\\Classes\\Interface\\{70841C78-067D-11D0-95D8-00A02463AB28}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ca4b3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{70841C78-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1460706471 -#time=1d196eb1d052c70 +[Software\\Classes\\Interface\\{70841C78-067D-11D0-95D8-00A02463AB28}\\TypeLib] 1526460533 +#time=1d3ecf2b7ca4d44 @="{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}" "Version"="1.0" -[Software\\Classes\\Interface\\{717105A3-739B-3BC3-A2B7-AD215903FAD2}] 1460706649 -#time=1d196eb86fef868 +[Software\\Classes\\Interface\\{717105A3-739B-3BC3-A2B7-AD215903FAD2}] 1526460883 +#time=1d3ecf388b71612 @="_UrlAttribute" -[Software\\Classes\\Interface\\{717105A3-739B-3BC3-A2B7-AD215903FAD2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fef656 +[Software\\Classes\\Interface\\{717105A3-739B-3BC3-A2B7-AD215903FAD2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b713b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{717105A3-739B-3BC3-A2B7-AD215903FAD2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fef796 +[Software\\Classes\\Interface\\{717105A3-739B-3BC3-A2B7-AD215903FAD2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7152c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{717105A3-739B-3BC3-A2B7-AD215903FAD2}\\TypeLib] 1460706649 -#time=1d196eb86fef962 +[Software\\Classes\\Interface\\{717105A3-739B-3BC3-A2B7-AD215903FAD2}\\TypeLib] 1526460883 +#time=1d3ecf388b7172a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7197B56B-5FA1-31EF-B38B-62FEE737277F}] 1460706649 -#time=1d196eb86ef2ece +[Software\\Classes\\Interface\\{7197B56B-5FA1-31EF-B38B-62FEE737277F}] 1526460883 +#time=1d3ecf388a7d7f6 @="IContextPropertyActivator" -[Software\\Classes\\Interface\\{7197B56B-5FA1-31EF-B38B-62FEE737277F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ef2bea +[Software\\Classes\\Interface\\{7197B56B-5FA1-31EF-B38B-62FEE737277F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7d594 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7197B56B-5FA1-31EF-B38B-62FEE737277F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ef2dac +[Software\\Classes\\Interface\\{7197B56B-5FA1-31EF-B38B-62FEE737277F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7d706 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7197B56B-5FA1-31EF-B38B-62FEE737277F}\\TypeLib] 1460706649 -#time=1d196eb86ef307c +[Software\\Classes\\Interface\\{7197B56B-5FA1-31EF-B38B-62FEE737277F}\\TypeLib] 1526460883 +#time=1d3ecf388a7d90e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{71C6E74C-0F28-11D8-A82A-00065B84435C}] 1460706471 -#time=1d196eb1cfc94fc +[Software\\Classes\\Interface\\{71C6E74C-0F28-11D8-A82A-00065B84435C}] 1526460533 +#time=1d3ecf2b7e39678 @="ITfInputProcessorProfileMgr" -[Software\\Classes\\Interface\\{71C6E74C-0F28-11D8-A82A-00065B84435C}\\NumMethods] 1460706471 -#time=1d196eb1cfc942a +[Software\\Classes\\Interface\\{71C6E74C-0F28-11D8-A82A-00065B84435C}\\NumMethods] 1526460533 +#time=1d3ecf2b7e39588 @="11" -[Software\\Classes\\Interface\\{71C6E74C-0F28-11D8-A82A-00065B84435C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc956a +[Software\\Classes\\Interface\\{71C6E74C-0F28-11D8-A82A-00065B84435C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e39704 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{71C6E74D-0F28-11D8-A82A-00065B84435C}] 1460706471 -#time=1d196eb1cfc910a +[Software\\Classes\\Interface\\{71C6E74D-0F28-11D8-A82A-00065B84435C}] 1526460533 +#time=1d3ecf2b7e391dc @="IEnumTfInputProcessorProfiles" -[Software\\Classes\\Interface\\{71C6E74D-0F28-11D8-A82A-00065B84435C}\\NumMethods] 1460706471 -#time=1d196eb1cfc9038 +[Software\\Classes\\Interface\\{71C6E74D-0F28-11D8-A82A-00065B84435C}\\NumMethods] 1526460533 +#time=1d3ecf2b7e390ec @="7" -[Software\\Classes\\Interface\\{71C6E74D-0F28-11D8-A82A-00065B84435C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc9182 +[Software\\Classes\\Interface\\{71C6E74D-0F28-11D8-A82A-00065B84435C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3925e @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{71C6E74E-0F28-11D8-A82A-00065B84435C}] 1460706471 -#time=1d196eb1cfd171a +[Software\\Classes\\Interface\\{71C6E74E-0F28-11D8-A82A-00065B84435C}] 1526460533 +#time=1d3ecf2b7e428ea @="ITfInputProcessorProfileActivationSink" -[Software\\Classes\\Interface\\{71C6E74E-0F28-11D8-A82A-00065B84435C}\\NumMethods] 1460706471 -#time=1d196eb1cfd1558 +[Software\\Classes\\Interface\\{71C6E74E-0F28-11D8-A82A-00065B84435C}\\NumMethods] 1526460533 +#time=1d3ecf2b7e4271e @="4" -[Software\\Classes\\Interface\\{71C6E74E-0F28-11D8-A82A-00065B84435C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfd1878 +[Software\\Classes\\Interface\\{71C6E74E-0F28-11D8-A82A-00065B84435C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e429c6 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{71CA209D-40D3-3409-B341-DA9B922CCA45}] 1460706650 -#time=1d196eb87ac7fba +[Software\\Classes\\Interface\\{71CA209D-40D3-3409-B341-DA9B922CCA45}] 1526460884 +#time=1d3ecf3895655ec @="_StatusStrip" -[Software\\Classes\\Interface\\{71CA209D-40D3-3409-B341-DA9B922CCA45}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac7d9e +[Software\\Classes\\Interface\\{71CA209D-40D3-3409-B341-DA9B922CCA45}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956538a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{71CA209D-40D3-3409-B341-DA9B922CCA45}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac7ee8 +[Software\\Classes\\Interface\\{71CA209D-40D3-3409-B341-DA9B922CCA45}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895654f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{71CA209D-40D3-3409-B341-DA9B922CCA45}\\TypeLib] 1460706650 -#time=1d196eb87ac80b4 +[Software\\Classes\\Interface\\{71CA209D-40D3-3409-B341-DA9B922CCA45}\\TypeLib] 1526460884 +#time=1d3ecf3895656fa @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{71EE5B20-FB04-11D1-B3A8-00A0C911E8B2}] 1460706471 -#time=1d196eb1cdfdcb8 +[Software\\Classes\\Interface\\{71EE5B20-FB04-11D1-B3A8-00A0C911E8B2}] 1526460533 +#time=1d3ecf2b808207e @="IActiveScriptParseProcedure2_32" -[Software\\Classes\\Interface\\{71EE5B20-FB04-11D1-B3A8-00A0C911E8B2}\\NumMethods] 1460706471 -#time=1d196eb1cdfdbc8 +[Software\\Classes\\Interface\\{71EE5B20-FB04-11D1-B3A8-00A0C911E8B2}\\NumMethods] 1526460533 +#time=1d3ecf2b8081f8e @="4" -[Software\\Classes\\Interface\\{71EE5B20-FB04-11D1-B3A8-00A0C911E8B2}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfdd30 +[Software\\Classes\\Interface\\{71EE5B20-FB04-11D1-B3A8-00A0C911E8B2}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8082100 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{71FB8DCF-3FA7-3483-8464-9D8200E57C43}] 1460706649 -#time=1d196eb86f681b0 +[Software\\Classes\\Interface\\{71FB8DCF-3FA7-3483-8464-9D8200E57C43}] 1526460883 +#time=1d3ecf388ae01ee @="_ObfuscationAttribute" -[Software\\Classes\\Interface\\{71FB8DCF-3FA7-3483-8464-9D8200E57C43}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f67fb2 +[Software\\Classes\\Interface\\{71FB8DCF-3FA7-3483-8464-9D8200E57C43}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adff8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{71FB8DCF-3FA7-3483-8464-9D8200E57C43}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f680e8 +[Software\\Classes\\Interface\\{71FB8DCF-3FA7-3483-8464-9D8200E57C43}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae0108 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{71FB8DCF-3FA7-3483-8464-9D8200E57C43}\\TypeLib] 1460706649 -#time=1d196eb86f682aa +[Software\\Classes\\Interface\\{71FB8DCF-3FA7-3483-8464-9D8200E57C43}\\TypeLib] 1526460883 +#time=1d3ecf388ae0306 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{72103C67-D511-329C-B19A-DD5EC3F1206C}] 1460706649 -#time=1d196eb86fa5556 +[Software\\Classes\\Interface\\{72103C67-D511-329C-B19A-DD5EC3F1206C}] 1526460883 +#time=1d3ecf388b20d66 @="_DispatchWrapper" -[Software\\Classes\\Interface\\{72103C67-D511-329C-B19A-DD5EC3F1206C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa5344 +[Software\\Classes\\Interface\\{72103C67-D511-329C-B19A-DD5EC3F1206C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b20b0e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72103C67-D511-329C-B19A-DD5EC3F1206C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa5484 +[Software\\Classes\\Interface\\{72103C67-D511-329C-B19A-DD5EC3F1206C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b20c80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72103C67-D511-329C-B19A-DD5EC3F1206C}\\TypeLib] 1460706649 -#time=1d196eb86fa565a +[Software\\Classes\\Interface\\{72103C67-D511-329C-B19A-DD5EC3F1206C}\\TypeLib] 1526460883 +#time=1d3ecf388b20e88 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{72179DA4-E6F6-3987-B48B-42EB00630D07}] 1460706650 -#time=1d196eb875447a0 +[Software\\Classes\\Interface\\{72179DA4-E6F6-3987-B48B-42EB00630D07}] 1526460884 +#time=1d3ecf389064c78 @="_SoapServerTlb" -[Software\\Classes\\Interface\\{72179DA4-E6F6-3987-B48B-42EB00630D07}\\ProxyStubClsid] 1460706650 -#time=1d196eb87544566 +[Software\\Classes\\Interface\\{72179DA4-E6F6-3987-B48B-42EB00630D07}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389064598 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72179DA4-E6F6-3987-B48B-42EB00630D07}\\ProxyStubClsid32] 1460706650 -#time=1d196eb875446b0 +[Software\\Classes\\Interface\\{72179DA4-E6F6-3987-B48B-42EB00630D07}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3890648cc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72179DA4-E6F6-3987-B48B-42EB00630D07}\\TypeLib] 1460706650 -#time=1d196eb875448a4 +[Software\\Classes\\Interface\\{72179DA4-E6F6-3987-B48B-42EB00630D07}\\TypeLib] 1526460884 +#time=1d3ecf38906506a @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{72380D55-8D2B-43A3-8513-2B6EF31434E9}] 1460706471 -#time=1d196eb1d08bb60 +[Software\\Classes\\Interface\\{72380D55-8D2B-43A3-8513-2B6EF31434E9}] 1526460533 +#time=1d3ecf2b80096c4 @="IProcessInitControl" -[Software\\Classes\\Interface\\{72380D55-8D2B-43A3-8513-2B6EF31434E9}\\NumMethods] 1460706471 -#time=1d196eb1d08b9bc +[Software\\Classes\\Interface\\{72380D55-8D2B-43A3-8513-2B6EF31434E9}\\NumMethods] 1526460533 +#time=1d3ecf2b80095d4 @="4" -[Software\\Classes\\Interface\\{72380D55-8D2B-43A3-8513-2B6EF31434E9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08bcbe +[Software\\Classes\\Interface\\{72380D55-8D2B-43A3-8513-2B6EF31434E9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8009746 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA1}] 1460706471 -#time=1d196eb1cdb9b58 +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA1}] 1526460533 +#time=1d3ecf2b7a924d4 @="ISearchAssistantOC" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA1}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb9914 +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA1}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a9218c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA1}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb9a7c +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA1}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a92362 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA1}\\TypeLib] 1460706471 -#time=1d196eb1cdb9c3e +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA1}\\TypeLib] 1526460533 +#time=1d3ecf2b7a92664 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA2}] 1460706471 -#time=1d196eb1cdba0f8 +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA2}] 1526460533 +#time=1d3ecf2b7a92e34 @="ISearchAssistantOC2" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA2}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb9edc +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA2}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a92b0a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA2}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdba026 +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA2}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a92cf4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA2}\\TypeLib] 1460706471 -#time=1d196eb1cdba1de +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA2}\\TypeLib] 1526460533 +#time=1d3ecf2b7a92f9c @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA3}] 1460706471 -#time=1d196eb1cdba6a2 +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA3}] 1526460533 +#time=1d3ecf2b7a936c2 @="ISearchAssistantOC3" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA3}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdba486 +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA3}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a933c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA3}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdba5d0 +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA3}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a93578 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA3}\\TypeLib] 1460706471 -#time=1d196eb1cdba788 +[Software\\Classes\\Interface\\{72423E8F-8011-11D2-BE79-00A0C9A83DA3}\\TypeLib] 1526460533 +#time=1d3ecf2b7a938d4 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{725692A5-9E12-37F6-911C-E3DA77E5FACA}] 1460706649 -#time=1d196eb86fda710 +[Software\\Classes\\Interface\\{725692A5-9E12-37F6-911C-E3DA77E5FACA}] 1526460883 +#time=1d3ecf388b5ac6e @="_SoapAttribute" -[Software\\Classes\\Interface\\{725692A5-9E12-37F6-911C-E3DA77E5FACA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fda4e0 +[Software\\Classes\\Interface\\{725692A5-9E12-37F6-911C-E3DA77E5FACA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5aa0c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{725692A5-9E12-37F6-911C-E3DA77E5FACA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fda63e +[Software\\Classes\\Interface\\{725692A5-9E12-37F6-911C-E3DA77E5FACA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5ab7e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{725692A5-9E12-37F6-911C-E3DA77E5FACA}\\TypeLib] 1460706649 -#time=1d196eb86fda814 +[Software\\Classes\\Interface\\{725692A5-9E12-37F6-911C-E3DA77E5FACA}\\TypeLib] 1526460883 +#time=1d3ecf388b5ad86 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{725CDAF7-B739-35C1-8463-E2A923E1F618}] 1460706649 -#time=1d196eb86fed194 +[Software\\Classes\\Interface\\{725CDAF7-B739-35C1-8463-E2A923E1F618}] 1526460883 +#time=1d3ecf388b6ee8a @="_SoapNcName" -[Software\\Classes\\Interface\\{725CDAF7-B739-35C1-8463-E2A923E1F618}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fece9c +[Software\\Classes\\Interface\\{725CDAF7-B739-35C1-8463-E2A923E1F618}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6ec32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{725CDAF7-B739-35C1-8463-E2A923E1F618}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fed018 +[Software\\Classes\\Interface\\{725CDAF7-B739-35C1-8463-E2A923E1F618}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6eda4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{725CDAF7-B739-35C1-8463-E2A923E1F618}\\TypeLib] 1460706649 -#time=1d196eb86fed45a +[Software\\Classes\\Interface\\{725CDAF7-B739-35C1-8463-E2A923E1F618}\\TypeLib] 1526460883 +#time=1d3ecf388b6efc0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7264843F-F60C-39A9-99E1-029126AA0815}] 1460706649 -#time=1d196eb86fdec52 +[Software\\Classes\\Interface\\{7264843F-F60C-39A9-99E1-029126AA0815}] 1526460883 +#time=1d3ecf388b60182 @="_RemotingException" -[Software\\Classes\\Interface\\{7264843F-F60C-39A9-99E1-029126AA0815}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdea36 +[Software\\Classes\\Interface\\{7264843F-F60C-39A9-99E1-029126AA0815}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5fdb8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7264843F-F60C-39A9-99E1-029126AA0815}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdeb80 +[Software\\Classes\\Interface\\{7264843F-F60C-39A9-99E1-029126AA0815}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b60038 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7264843F-F60C-39A9-99E1-029126AA0815}\\TypeLib] 1460706649 -#time=1d196eb86fded4c +[Software\\Classes\\Interface\\{7264843F-F60C-39A9-99E1-029126AA0815}\\TypeLib] 1526460883 +#time=1d3ecf388b60326 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{726BB04D-2C4C-3E3D-A01A-31448DB063DD}] 1460706650 -#time=1d196eb877f7268 +[Software\\Classes\\Interface\\{726BB04D-2C4C-3E3D-A01A-31448DB063DD}] 1526460884 +#time=1d3ecf3892d651a @="_CodeTypeReferenceExpression" -[Software\\Classes\\Interface\\{726BB04D-2C4C-3E3D-A01A-31448DB063DD}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f706a +[Software\\Classes\\Interface\\{726BB04D-2C4C-3E3D-A01A-31448DB063DD}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d6236 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{726BB04D-2C4C-3E3D-A01A-31448DB063DD}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f71a0 +[Software\\Classes\\Interface\\{726BB04D-2C4C-3E3D-A01A-31448DB063DD}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d63f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{726BB04D-2C4C-3E3D-A01A-31448DB063DD}\\TypeLib] 1460706650 -#time=1d196eb877f736c +[Software\\Classes\\Interface\\{726BB04D-2C4C-3E3D-A01A-31448DB063DD}\\TypeLib] 1526460884 +#time=1d3ecf3892d66aa @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1}] 1460706471 -#time=1d196eb1cdb6b7e +[Software\\Classes\\Interface\\{729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1}] 1526460533 +#time=1d3ecf2b7a8df42 @="IShellUIHelper" -[Software\\Classes\\Interface\\{729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb6962 +[Software\\Classes\\Interface\\{729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8dc04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb6aac +[Software\\Classes\\Interface\\{729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a8ddc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1}\\TypeLib] 1460706471 -#time=1d196eb1cdb6c64 +[Software\\Classes\\Interface\\{729FE2F8-1EA8-11D1-8F85-00C04FC2FBE1}\\TypeLib] 1526460533 +#time=1d3ecf2b7a8e082 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{73131F9C-56A9-49DD-B0EE-D046633F7528}] 1460706471 -#time=1d196eb1cfd106c +[Software\\Classes\\Interface\\{73131F9C-56A9-49DD-B0EE-D046633F7528}] 1526460533 +#time=1d3ecf2b7e42110 @="ITfSourceSingle" -[Software\\Classes\\Interface\\{73131F9C-56A9-49DD-B0EE-D046633F7528}\\NumMethods] 1460706471 -#time=1d196eb1cfd0f9a +[Software\\Classes\\Interface\\{73131F9C-56A9-49DD-B0EE-D046633F7528}\\NumMethods] 1526460533 +#time=1d3ecf2b7e41f3a @="5" -[Software\\Classes\\Interface\\{73131F9C-56A9-49DD-B0EE-D046633F7528}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfd10da +[Software\\Classes\\Interface\\{73131F9C-56A9-49DD-B0EE-D046633F7528}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e421ce @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{732748F5-5256-327B-A7E5-2000B07F21B3}] 1460706650 -#time=1d196eb877da8f2 +[Software\\Classes\\Interface\\{732748F5-5256-327B-A7E5-2000B07F21B3}] 1526460884 +#time=1d3ecf3892a3552 @="_CodeArrayIndexerExpression" -[Software\\Classes\\Interface\\{732748F5-5256-327B-A7E5-2000B07F21B3}\\ProxyStubClsid] 1460706650 -#time=1d196eb877da6d6 +[Software\\Classes\\Interface\\{732748F5-5256-327B-A7E5-2000B07F21B3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a3278 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{732748F5-5256-327B-A7E5-2000B07F21B3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877da820 +[Software\\Classes\\Interface\\{732748F5-5256-327B-A7E5-2000B07F21B3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a3430 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{732748F5-5256-327B-A7E5-2000B07F21B3}\\TypeLib] 1460706650 -#time=1d196eb877da9f6 +[Software\\Classes\\Interface\\{732748F5-5256-327B-A7E5-2000B07F21B3}\\TypeLib] 1526460884 +#time=1d3ecf3892a370a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{7366EA16-7A1A-4EA2-B042-973D3E9CD99B}] 1460706472 -#time=1d196eb1d1ea47a +[Software\\Classes\\Interface\\{7366EA16-7A1A-4EA2-B042-973D3E9CD99B}] 1526460533 +#time=1d3ecf2b7df48f2 @="ISearchJob" -[Software\\Classes\\Interface\\{7366EA16-7A1A-4EA2-B042-973D3E9CD99B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1ea254 +[Software\\Classes\\Interface\\{7366EA16-7A1A-4EA2-B042-973D3E9CD99B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df4686 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7366EA16-7A1A-4EA2-B042-973D3E9CD99B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1ea39e +[Software\\Classes\\Interface\\{7366EA16-7A1A-4EA2-B042-973D3E9CD99B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df4802 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7366EA16-7A1A-4EA2-B042-973D3E9CD99B}\\TypeLib] 1460706472 -#time=1d196eb1d1ea560 +[Software\\Classes\\Interface\\{7366EA16-7A1A-4EA2-B042-973D3E9CD99B}\\TypeLib] 1526460533 +#time=1d3ecf2b7df4a0a @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{7386F4D7-7C11-389F-BB75-895714B12BB5}] 1460706649 -#time=1d196eb86f3693a +[Software\\Classes\\Interface\\{7386F4D7-7C11-389F-BB75-895714B12BB5}] 1526460883 +#time=1d3ecf388aa96f8 @="_ContextMarshalException" -[Software\\Classes\\Interface\\{7386F4D7-7C11-389F-BB75-895714B12BB5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3671e +[Software\\Classes\\Interface\\{7386F4D7-7C11-389F-BB75-895714B12BB5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa9496 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7386F4D7-7C11-389F-BB75-895714B12BB5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f36872 +[Software\\Classes\\Interface\\{7386F4D7-7C11-389F-BB75-895714B12BB5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa9608 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7386F4D7-7C11-389F-BB75-895714B12BB5}\\TypeLib] 1460706649 -#time=1d196eb86f36a34 +[Software\\Classes\\Interface\\{7386F4D7-7C11-389F-BB75-895714B12BB5}\\TypeLib] 1526460883 +#time=1d3ecf388aa9810 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7416B6EE-82E8-3A16-966B-018A40E7B1AA}] 1460706649 -#time=1d196eb86fe157e +[Software\\Classes\\Interface\\{7416B6EE-82E8-3A16-966B-018A40E7B1AA}] 1526460883 +#time=1d3ecf388b63490 @="_SoapServices" -[Software\\Classes\\Interface\\{7416B6EE-82E8-3A16-966B-018A40E7B1AA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe1376 +[Software\\Classes\\Interface\\{7416B6EE-82E8-3A16-966B-018A40E7B1AA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b63210 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7416B6EE-82E8-3A16-966B-018A40E7B1AA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe14b6 +[Software\\Classes\\Interface\\{7416B6EE-82E8-3A16-966B-018A40E7B1AA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b633a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7416B6EE-82E8-3A16-966B-018A40E7B1AA}\\TypeLib] 1460706649 -#time=1d196eb86fe1682 +[Software\\Classes\\Interface\\{7416B6EE-82E8-3A16-966B-018A40E7B1AA}\\TypeLib] 1526460883 +#time=1d3ecf388b635a8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{74265195-4A46-3D6F-A9DD-69C367EA39C8}] 1460706649 -#time=1d196eb86faee58 +[Software\\Classes\\Interface\\{74265195-4A46-3D6F-A9DD-69C367EA39C8}] 1526460883 +#time=1d3ecf388b2acee @="_FileStream" -[Software\\Classes\\Interface\\{74265195-4A46-3D6F-A9DD-69C367EA39C8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86faec46 +[Software\\Classes\\Interface\\{74265195-4A46-3D6F-A9DD-69C367EA39C8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2aa8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{74265195-4A46-3D6F-A9DD-69C367EA39C8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86faed86 +[Software\\Classes\\Interface\\{74265195-4A46-3D6F-A9DD-69C367EA39C8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2abfe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{74265195-4A46-3D6F-A9DD-69C367EA39C8}\\TypeLib] 1460706649 -#time=1d196eb86faef5c +[Software\\Classes\\Interface\\{74265195-4A46-3D6F-A9DD-69C367EA39C8}\\TypeLib] 1526460883 +#time=1d3ecf388b2ae06 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{742B0E01-14E6-101B-914E-00AA00300CAB}] 1460706471 -#time=1d196eb1d0a3e90 +[Software\\Classes\\Interface\\{742B0E01-14E6-101B-914E-00AA00300CAB}] 1526460533 +#time=1d3ecf2b7bcf22a @="ISimpleFrameSite" -[Software\\Classes\\Interface\\{742B0E01-14E6-101B-914E-00AA00300CAB}\\NumMethods] 1460706471 -#time=1d196eb1d0a3dbe +[Software\\Classes\\Interface\\{742B0E01-14E6-101B-914E-00AA00300CAB}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcf130 @="5" -[Software\\Classes\\Interface\\{742B0E01-14E6-101B-914E-00AA00300CAB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a3f08 +[Software\\Classes\\Interface\\{742B0E01-14E6-101B-914E-00AA00300CAB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcf2ac @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{742E0C26-0E23-3D20-968C-D221094909AA}] 1460706649 -#time=1d196eb86f8eacc +[Software\\Classes\\Interface\\{742E0C26-0E23-3D20-968C-D221094909AA}] 1526460883 +#time=1d3ecf388b073c0 @="_Zone" -[Software\\Classes\\Interface\\{742E0C26-0E23-3D20-968C-D221094909AA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8e84c +[Software\\Classes\\Interface\\{742E0C26-0E23-3D20-968C-D221094909AA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b07140 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{742E0C26-0E23-3D20-968C-D221094909AA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8e9be +[Software\\Classes\\Interface\\{742E0C26-0E23-3D20-968C-D221094909AA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b072b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{742E0C26-0E23-3D20-968C-D221094909AA}\\TypeLib] 1460706649 -#time=1d196eb86f8ebf8 +[Software\\Classes\\Interface\\{742E0C26-0E23-3D20-968C-D221094909AA}\\TypeLib] 1526460883 +#time=1d3ecf388b074ce @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{743ABD5F-F26D-48DF-8CC5-238492419B64}] 1460706471 -#time=1d196eb1cfd04aa +[Software\\Classes\\Interface\\{743ABD5F-F26D-48DF-8CC5-238492419B64}] 1526460533 +#time=1d3ecf2b7e41170 @="ITfCompartmentEventSink" -[Software\\Classes\\Interface\\{743ABD5F-F26D-48DF-8CC5-238492419B64}\\NumMethods] 1460706471 -#time=1d196eb1cfd03d8 +[Software\\Classes\\Interface\\{743ABD5F-F26D-48DF-8CC5-238492419B64}\\NumMethods] 1526460533 +#time=1d3ecf2b7e41080 @="4" -[Software\\Classes\\Interface\\{743ABD5F-F26D-48DF-8CC5-238492419B64}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfd0522 +[Software\\Classes\\Interface\\{743ABD5F-F26D-48DF-8CC5-238492419B64}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e411fc @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{744129E0-CBE5-11CE-8350-444553540000}] 1460706471 -#time=1d196eb1d12bef8 +[Software\\Classes\\Interface\\{744129E0-CBE5-11CE-8350-444553540000}] 1526460533 +#time=1d3ecf2b7f4380c @="FolderItems" -[Software\\Classes\\Interface\\{744129E0-CBE5-11CE-8350-444553540000}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12bc6e +[Software\\Classes\\Interface\\{744129E0-CBE5-11CE-8350-444553540000}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f43596 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{744129E0-CBE5-11CE-8350-444553540000}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12bdd6 +[Software\\Classes\\Interface\\{744129E0-CBE5-11CE-8350-444553540000}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f43712 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{744129E0-CBE5-11CE-8350-444553540000}\\TypeLib] 1460706471 -#time=1d196eb1d12bff2 +[Software\\Classes\\Interface\\{744129E0-CBE5-11CE-8350-444553540000}\\TypeLib] 1526460533 +#time=1d3ecf2b7f4391a @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{74435DAD-EC55-354B-8F5B-FA70D13B6293}] 1460706649 -#time=1d196eb86f9b420 +[Software\\Classes\\Interface\\{74435DAD-EC55-354B-8F5B-FA70D13B6293}] 1526460883 +#time=1d3ecf388b16168 @="_GuidAttribute" -[Software\\Classes\\Interface\\{74435DAD-EC55-354B-8F5B-FA70D13B6293}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9b0e2 +[Software\\Classes\\Interface\\{74435DAD-EC55-354B-8F5B-FA70D13B6293}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b15f06 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{74435DAD-EC55-354B-8F5B-FA70D13B6293}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9b2e0 +[Software\\Classes\\Interface\\{74435DAD-EC55-354B-8F5B-FA70D13B6293}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b16078 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{74435DAD-EC55-354B-8F5B-FA70D13B6293}\\TypeLib] 1460706649 -#time=1d196eb86f9b556 +[Software\\Classes\\Interface\\{74435DAD-EC55-354B-8F5B-FA70D13B6293}\\TypeLib] 1526460883 +#time=1d3ecf388b1628a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{746D1D1E-EE37-393B-B6FA-E387D37553AA}] 1460706649 -#time=1d196eb86f60cbc +[Software\\Classes\\Interface\\{746D1D1E-EE37-393B-B6FA-E387D37553AA}] 1526460883 +#time=1d3ecf388ad7dfa @="_AssemblyConfigurationAttribute" -[Software\\Classes\\Interface\\{746D1D1E-EE37-393B-B6FA-E387D37553AA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f60ab4 +[Software\\Classes\\Interface\\{746D1D1E-EE37-393B-B6FA-E387D37553AA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad7b7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{746D1D1E-EE37-393B-B6FA-E387D37553AA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f60bea +[Software\\Classes\\Interface\\{746D1D1E-EE37-393B-B6FA-E387D37553AA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad7cec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{746D1D1E-EE37-393B-B6FA-E387D37553AA}\\TypeLib] 1460706649 -#time=1d196eb86f60dc0 +[Software\\Classes\\Interface\\{746D1D1E-EE37-393B-B6FA-E387D37553AA}\\TypeLib] 1526460883 +#time=1d3ecf388ad7f1c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7496E5C0-90D3-372E-885F-BDD1A0316856}] 1460706650 -#time=1d196eb87aaa9f6 +[Software\\Classes\\Interface\\{7496E5C0-90D3-372E-885F-BDD1A0316856}] 1526460884 +#time=1d3ecf38953c9da @="_ControlAccessibleObject" -[Software\\Classes\\Interface\\{7496E5C0-90D3-372E-885F-BDD1A0316856}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aaa7bc +[Software\\Classes\\Interface\\{7496E5C0-90D3-372E-885F-BDD1A0316856}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953c4c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7496E5C0-90D3-372E-885F-BDD1A0316856}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aaa924 +[Software\\Classes\\Interface\\{7496E5C0-90D3-372E-885F-BDD1A0316856}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38953c836 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7496E5C0-90D3-372E-885F-BDD1A0316856}\\TypeLib] 1460706650 -#time=1d196eb87aaaafa +[Software\\Classes\\Interface\\{7496E5C0-90D3-372E-885F-BDD1A0316856}\\TypeLib] 1526460884 +#time=1d3ecf38953cc78 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{7499E7E8-DF01-3948-B8D4-FA4B9661D36B}] 1460706649 -#time=1d196eb86f27aac +[Software\\Classes\\Interface\\{7499E7E8-DF01-3948-B8D4-FA4B9661D36B}] 1526460883 +#time=1d3ecf388a98236 @="_StringComparer" -[Software\\Classes\\Interface\\{7499E7E8-DF01-3948-B8D4-FA4B9661D36B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2787c +[Software\\Classes\\Interface\\{7499E7E8-DF01-3948-B8D4-FA4B9661D36B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a97fde @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7499E7E8-DF01-3948-B8D4-FA4B9661D36B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f279c6 +[Software\\Classes\\Interface\\{7499E7E8-DF01-3948-B8D4-FA4B9661D36B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a98150 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7499E7E8-DF01-3948-B8D4-FA4B9661D36B}\\TypeLib] 1460706649 -#time=1d196eb86f27bc4 +[Software\\Classes\\Interface\\{7499E7E8-DF01-3948-B8D4-FA4B9661D36B}\\TypeLib] 1526460883 +#time=1d3ecf388a9834e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{74C09E02-F828-11D2-A74B-00A0C905F36E}] 1460706472 -#time=1d196eb1d1c3776 +[Software\\Classes\\Interface\\{74C09E02-F828-11D2-A74B-00A0C905F36E}] 1526460533 +#time=1d3ecf2b7fc0596 @="IWMPControls" -[Software\\Classes\\Interface\\{74C09E02-F828-11D2-A74B-00A0C905F36E}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c355a +[Software\\Classes\\Interface\\{74C09E02-F828-11D2-A74B-00A0C905F36E}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc0320 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{74C09E02-F828-11D2-A74B-00A0C905F36E}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c36a4 +[Software\\Classes\\Interface\\{74C09E02-F828-11D2-A74B-00A0C905F36E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc04a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{74C09E02-F828-11D2-A74B-00A0C905F36E}\\TypeLib] 1460706472 -#time=1d196eb1d1c3866 +[Software\\Classes\\Interface\\{74C09E02-F828-11D2-A74B-00A0C905F36E}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc06ae @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{7574E121-74A6-3626-B578-0783BADB19D2}] 1460706649 -#time=1d196eb86f902c8 +[Software\\Classes\\Interface\\{7574E121-74A6-3626-B578-0783BADB19D2}] 1526460883 +#time=1d3ecf388b08dec @="_Hash" -[Software\\Classes\\Interface\\{7574E121-74A6-3626-B578-0783BADB19D2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f90098 +[Software\\Classes\\Interface\\{7574E121-74A6-3626-B578-0783BADB19D2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b08b94 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7574E121-74A6-3626-B578-0783BADB19D2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f901e2 +[Software\\Classes\\Interface\\{7574E121-74A6-3626-B578-0783BADB19D2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b08d06 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7574E121-74A6-3626-B578-0783BADB19D2}\\TypeLib] 1460706649 -#time=1d196eb86f903cc +[Software\\Classes\\Interface\\{7574E121-74A6-3626-B578-0783BADB19D2}\\TypeLib] 1526460883 +#time=1d3ecf388b08f04 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{75781CE7-317D-3C54-95D4-3E4DC04B4D3F}] 1460706650 -#time=1d196eb87accc04 +[Software\\Classes\\Interface\\{75781CE7-317D-3C54-95D4-3E4DC04B4D3F}] 1526460884 +#time=1d3ecf38956ac04 @="_ToolStripOverflow" -[Software\\Classes\\Interface\\{75781CE7-317D-3C54-95D4-3E4DC04B4D3F}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acca06 +[Software\\Classes\\Interface\\{75781CE7-317D-3C54-95D4-3E4DC04B4D3F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956a98e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{75781CE7-317D-3C54-95D4-3E4DC04B4D3F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87accb3c +[Software\\Classes\\Interface\\{75781CE7-317D-3C54-95D4-3E4DC04B4D3F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956aaf6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{75781CE7-317D-3C54-95D4-3E4DC04B4D3F}\\TypeLib] 1460706650 -#time=1d196eb87accd12 +[Software\\Classes\\Interface\\{75781CE7-317D-3C54-95D4-3E4DC04B4D3F}\\TypeLib] 1526460884 +#time=1d3ecf38956ad1c @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{7587C667-628F-499F-88E7-6A6F4E888464}] 1460706472 -#time=1d196eb1d1c9860 +[Software\\Classes\\Interface\\{7587C667-628F-499F-88E7-6A6F4E888464}] 1526460533 +#time=1d3ecf2b7fc83c2 @="IWMPCore3" -[Software\\Classes\\Interface\\{7587C667-628F-499F-88E7-6A6F4E888464}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c963a +[Software\\Classes\\Interface\\{7587C667-628F-499F-88E7-6A6F4E888464}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc814c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7587C667-628F-499F-88E7-6A6F4E888464}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c9784 +[Software\\Classes\\Interface\\{7587C667-628F-499F-88E7-6A6F4E888464}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc82be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7587C667-628F-499F-88E7-6A6F4E888464}\\TypeLib] 1460706472 -#time=1d196eb1d1c995a +[Software\\Classes\\Interface\\{7587C667-628F-499F-88E7-6A6F4E888464}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc84d0 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{764905A9-B10E-3C61-96DD-FA6F4BF8648D}] 1460706650 -#time=1d196eb87acfb16 +[Software\\Classes\\Interface\\{764905A9-B10E-3C61-96DD-FA6F4BF8648D}] 1526460884 +#time=1d3ecf38956db8e @="_WebBrowserBase" -[Software\\Classes\\Interface\\{764905A9-B10E-3C61-96DD-FA6F4BF8648D}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acf8fa +[Software\\Classes\\Interface\\{764905A9-B10E-3C61-96DD-FA6F4BF8648D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956d922 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{764905A9-B10E-3C61-96DD-FA6F4BF8648D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acfa58 +[Software\\Classes\\Interface\\{764905A9-B10E-3C61-96DD-FA6F4BF8648D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956da9e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{764905A9-B10E-3C61-96DD-FA6F4BF8648D}\\TypeLib] 1460706650 -#time=1d196eb87acfc10 +[Software\\Classes\\Interface\\{764905A9-B10E-3C61-96DD-FA6F4BF8648D}\\TypeLib] 1526460884 +#time=1d3ecf38956dca6 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{767E752E-2315-35CF-9652-7FC46AE870D3}] 1460706650 -#time=1d196eb877e1094 +[Software\\Classes\\Interface\\{767E752E-2315-35CF-9652-7FC46AE870D3}] 1526460884 +#time=1d3ecf3892b35e2 @="_CodeDirective" -[Software\\Classes\\Interface\\{767E752E-2315-35CF-9652-7FC46AE870D3}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e0e78 +[Software\\Classes\\Interface\\{767E752E-2315-35CF-9652-7FC46AE870D3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b315a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{767E752E-2315-35CF-9652-7FC46AE870D3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e0fc2 +[Software\\Classes\\Interface\\{767E752E-2315-35CF-9652-7FC46AE870D3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b347a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{767E752E-2315-35CF-9652-7FC46AE870D3}\\TypeLib] 1460706650 -#time=1d196eb877e1198 +[Software\\Classes\\Interface\\{767E752E-2315-35CF-9652-7FC46AE870D3}\\TypeLib] 1526460884 +#time=1d3ecf3892b381c @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{76A6415A-CB41-11D1-8B02-00600806D9B6}] 1460706471 -#time=1d196eb1cdcaaca +[Software\\Classes\\Interface\\{76A6415A-CB41-11D1-8B02-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aaea3a @="ISWbemObject" -[Software\\Classes\\Interface\\{76A6415A-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdca8a4 +[Software\\Classes\\Interface\\{76A6415A-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aae7ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A6415A-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdca9ee +[Software\\Classes\\Interface\\{76A6415A-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aae940 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A6415A-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdcabb0 +[Software\\Classes\\Interface\\{76A6415A-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7aaeb52 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{76A6415B-CB41-11D1-8B02-00600806D9B6}] 1460706471 -#time=1d196eb1cdc89c8 +[Software\\Classes\\Interface\\{76A6415B-CB41-11D1-8B02-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aac884 @="ISWbemLocator" -[Software\\Classes\\Interface\\{76A6415B-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdc87ac +[Software\\Classes\\Interface\\{76A6415B-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aac60e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A6415B-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdc88ec +[Software\\Classes\\Interface\\{76A6415B-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aac78a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A6415B-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdc8aae +[Software\\Classes\\Interface\\{76A6415B-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7aac992 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{76A6415C-CB41-11D1-8B02-00600806D9B6}] 1460706471 -#time=1d196eb1cdcfae8 +[Software\\Classes\\Interface\\{76A6415C-CB41-11D1-8B02-00600806D9B6}] 1526460533 +#time=1d3ecf2b7ab2c16 @="ISWbemServices" -[Software\\Classes\\Interface\\{76A6415C-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdcf62e +[Software\\Classes\\Interface\\{76A6415C-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ab29a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A6415C-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdcf99e +[Software\\Classes\\Interface\\{76A6415C-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ab2b1c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A6415C-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdcfc28 +[Software\\Classes\\Interface\\{76A6415C-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7ab2d42 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{76A6415F-CB41-11D1-8B02-00600806D9B6}] 1460706471 -#time=1d196eb1cdcbf10 +[Software\\Classes\\Interface\\{76A6415F-CB41-11D1-8B02-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aaf76e @="ISWbemObjectSet" -[Software\\Classes\\Interface\\{76A6415F-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdcba92 +[Software\\Classes\\Interface\\{76A6415F-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aaf4f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A6415F-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdcbce0 +[Software\\Classes\\Interface\\{76A6415F-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aaf67e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A6415F-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdcc190 +[Software\\Classes\\Interface\\{76A6415F-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7aaf89a @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{76A64164-CB41-11D1-8B02-00600806D9B6}] 1460706471 -#time=1d196eb1cdc9f3a +[Software\\Classes\\Interface\\{76A64164-CB41-11D1-8B02-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aadc48 @="ISWbemNamedValue" -[Software\\Classes\\Interface\\{76A64164-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdc9be8 +[Software\\Classes\\Interface\\{76A64164-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aad9d2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A64164-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdc9e18 +[Software\\Classes\\Interface\\{76A64164-CB41-11D1-8B02-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aadb44 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76A64164-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdca03e +[Software\\Classes\\Interface\\{76A64164-CB41-11D1-8B02-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7aadd56 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{76C0DBBB-15E0-4E7B-B61B-20EEEA2001E0}] 1460706471 -#time=1d196eb1d098766 +[Software\\Classes\\Interface\\{76C0DBBB-15E0-4E7B-B61B-20EEEA2001E0}] 1526460533 +#time=1d3ecf2b7cfab4a @="IAccPropServer" -[Software\\Classes\\Interface\\{76C0DBBB-15E0-4E7B-B61B-20EEEA2001E0}\\NumMethods] 1460706471 -#time=1d196eb1d098694 +[Software\\Classes\\Interface\\{76C0DBBB-15E0-4E7B-B61B-20EEEA2001E0}\\NumMethods] 1526460533 +#time=1d3ecf2b7cfaa5a @="4" -[Software\\Classes\\Interface\\{76C0DBBB-15E0-4E7B-B61B-20EEEA2001E0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0987de +[Software\\Classes\\Interface\\{76C0DBBB-15E0-4E7B-B61B-20EEEA2001E0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7cfabd6 @="{03022430-ABC4-11D0-BDE2-00AA001A1953}" -[Software\\Classes\\Interface\\{76CC0491-9A10-35C0-8A66-7931EC345B7F}] 1460706649 -#time=1d196eb86fa01be +[Software\\Classes\\Interface\\{76CC0491-9A10-35C0-8A66-7931EC345B7F}] 1526460883 +#time=1d3ecf388b1b140 @="_ComEventInterfaceAttribute" -[Software\\Classes\\Interface\\{76CC0491-9A10-35C0-8A66-7931EC345B7F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9ff02 +[Software\\Classes\\Interface\\{76CC0491-9A10-35C0-8A66-7931EC345B7F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1aede @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76CC0491-9A10-35C0-8A66-7931EC345B7F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa00ba +[Software\\Classes\\Interface\\{76CC0491-9A10-35C0-8A66-7931EC345B7F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1b050 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76CC0491-9A10-35C0-8A66-7931EC345B7F}\\TypeLib] 1460706649 -#time=1d196eb86fa02cc +[Software\\Classes\\Interface\\{76CC0491-9A10-35C0-8A66-7931EC345B7F}\\TypeLib] 1526460883 +#time=1d3ecf388b1b258 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{76E5DBD6-F960-3C65-8EA6-FC8AD6A67022}] 1460706649 -#time=1d196eb86fa31d4 +[Software\\Classes\\Interface\\{76E5DBD6-F960-3C65-8EA6-FC8AD6A67022}] 1526460883 +#time=1d3ecf388b1e5e8 @="_InvalidOleVariantTypeException" -[Software\\Classes\\Interface\\{76E5DBD6-F960-3C65-8EA6-FC8AD6A67022}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa2fa4 +[Software\\Classes\\Interface\\{76E5DBD6-F960-3C65-8EA6-FC8AD6A67022}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1e386 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76E5DBD6-F960-3C65-8EA6-FC8AD6A67022}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa3102 +[Software\\Classes\\Interface\\{76E5DBD6-F960-3C65-8EA6-FC8AD6A67022}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1e4f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{76E5DBD6-F960-3C65-8EA6-FC8AD6A67022}\\TypeLib] 1460706649 -#time=1d196eb86fa32ce +[Software\\Classes\\Interface\\{76E5DBD6-F960-3C65-8EA6-FC8AD6A67022}\\TypeLib] 1526460883 +#time=1d3ecf388b1e700 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{77A416E7-2AC6-3D0E-98FF-3BA0F586F56F}] 1460706649 -#time=1d196eb8700aa82 +[Software\\Classes\\Interface\\{77A416E7-2AC6-3D0E-98FF-3BA0F586F56F}] 1526460883 +#time=1d3ecf388b903dc @="_RSAOAEPKeyExchangeFormatter" -[Software\\Classes\\Interface\\{77A416E7-2AC6-3D0E-98FF-3BA0F586F56F}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700a870 +[Software\\Classes\\Interface\\{77A416E7-2AC6-3D0E-98FF-3BA0F586F56F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b9017a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77A416E7-2AC6-3D0E-98FF-3BA0F586F56F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700a9b0 +[Software\\Classes\\Interface\\{77A416E7-2AC6-3D0E-98FF-3BA0F586F56F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b902f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77A416E7-2AC6-3D0E-98FF-3BA0F586F56F}\\TypeLib] 1460706649 -#time=1d196eb8700ab7c +[Software\\Classes\\Interface\\{77A416E7-2AC6-3D0E-98FF-3BA0F586F56F}\\TypeLib] 1526460883 +#time=1d3ecf388b904f4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{77AD1D22-59C4-3634-9D55-50291CDA49F6}] 1460706650 -#time=1d196eb87ab3682 +[Software\\Classes\\Interface\\{77AD1D22-59C4-3634-9D55-50291CDA49F6}] 1526460884 +#time=1d3ecf38954748e @="_GiveFeedbackEventArgs" -[Software\\Classes\\Interface\\{77AD1D22-59C4-3634-9D55-50291CDA49F6}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab343e +[Software\\Classes\\Interface\\{77AD1D22-59C4-3634-9D55-50291CDA49F6}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895470ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77AD1D22-59C4-3634-9D55-50291CDA49F6}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab3588 +[Software\\Classes\\Interface\\{77AD1D22-59C4-3634-9D55-50291CDA49F6}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895472fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77AD1D22-59C4-3634-9D55-50291CDA49F6}\\TypeLib] 1460706650 -#time=1d196eb87ab379a +[Software\\Classes\\Interface\\{77AD1D22-59C4-3634-9D55-50291CDA49F6}\\TypeLib] 1526460884 +#time=1d3ecf389547646 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{77C9BCEB-9958-33C0-A858-599F66697DA7}] 1460706649 -#time=1d196eb86fd2eb6 +[Software\\Classes\\Interface\\{77C9BCEB-9958-33C0-A858-599F66697DA7}] 1526460883 +#time=1d3ecf388b52712 @="_EnterpriseServicesHelper" -[Software\\Classes\\Interface\\{77C9BCEB-9958-33C0-A858-599F66697DA7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd2c86 +[Software\\Classes\\Interface\\{77C9BCEB-9958-33C0-A858-599F66697DA7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b524ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77C9BCEB-9958-33C0-A858-599F66697DA7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd2de4 +[Software\\Classes\\Interface\\{77C9BCEB-9958-33C0-A858-599F66697DA7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b52622 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77C9BCEB-9958-33C0-A858-599F66697DA7}\\TypeLib] 1460706649 -#time=1d196eb86fd2fb0 +[Software\\Classes\\Interface\\{77C9BCEB-9958-33C0-A858-599F66697DA7}\\TypeLib] 1526460883 +#time=1d3ecf388b5282a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{77CCA693-ABF6-3773-BF58-C0B02701A744}] 1460706649 -#time=1d196eb86f90fb6 +[Software\\Classes\\Interface\\{77CCA693-ABF6-3773-BF58-C0B02701A744}] 1526460883 +#time=1d3ecf388b09af8 @="_Publisher" -[Software\\Classes\\Interface\\{77CCA693-ABF6-3773-BF58-C0B02701A744}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f90ce6 +[Software\\Classes\\Interface\\{77CCA693-ABF6-3773-BF58-C0B02701A744}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b098a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77CCA693-ABF6-3773-BF58-C0B02701A744}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f90ebc +[Software\\Classes\\Interface\\{77CCA693-ABF6-3773-BF58-C0B02701A744}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b09a08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77CCA693-ABF6-3773-BF58-C0B02701A744}\\TypeLib] 1460706649 -#time=1d196eb86f910d8 +[Software\\Classes\\Interface\\{77CCA693-ABF6-3773-BF58-C0B02701A744}\\TypeLib] 1526460883 +#time=1d3ecf388b09c10 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{77DA3028-BC45-3E82-BF76-2C123EE2C021}] 1460706649 -#time=1d196eb86f322ea +[Software\\Classes\\Interface\\{77DA3028-BC45-3E82-BF76-2C123EE2C021}] 1526460883 +#time=1d3ecf388aa353c @="_ArgumentOutOfRangeException" -[Software\\Classes\\Interface\\{77DA3028-BC45-3E82-BF76-2C123EE2C021}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f320e2 +[Software\\Classes\\Interface\\{77DA3028-BC45-3E82-BF76-2C123EE2C021}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa32ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77DA3028-BC45-3E82-BF76-2C123EE2C021}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f32218 +[Software\\Classes\\Interface\\{77DA3028-BC45-3E82-BF76-2C123EE2C021}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa3456 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{77DA3028-BC45-3E82-BF76-2C123EE2C021}\\TypeLib] 1460706649 -#time=1d196eb86f323e4 +[Software\\Classes\\Interface\\{77DA3028-BC45-3E82-BF76-2C123EE2C021}\\TypeLib] 1526460883 +#time=1d3ecf388aa3654 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7847EC01-2BEC-11D0-82B4-00A0C90C29C5}] 1460706471 -#time=1d196eb1ce05bc0 +[Software\\Classes\\Interface\\{7847EC01-2BEC-11D0-82B4-00A0C90C29C5}] 1526460533 +#time=1d3ecf2b808d140 @="ITargetContainer" -[Software\\Classes\\Interface\\{7847EC01-2BEC-11D0-82B4-00A0C90C29C5}\\NumMethods] 1460706471 -#time=1d196eb1ce05af8 +[Software\\Classes\\Interface\\{7847EC01-2BEC-11D0-82B4-00A0C90C29C5}\\NumMethods] 1526460533 +#time=1d3ecf2b808d03c @="5" -[Software\\Classes\\Interface\\{7847EC01-2BEC-11D0-82B4-00A0C90C29C5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce05c2e +[Software\\Classes\\Interface\\{7847EC01-2BEC-11D0-82B4-00A0C90C29C5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808d1c2 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{7852B78D-1CFD-41C1-A615-9C0C85960B5F}] 1460706471 -#time=1d196eb1d09834c +[Software\\Classes\\Interface\\{7852B78D-1CFD-41C1-A615-9C0C85960B5F}] 1526460533 +#time=1d3ecf2b7cfa69a @="IAccIdentity" -[Software\\Classes\\Interface\\{7852B78D-1CFD-41C1-A615-9C0C85960B5F}\\NumMethods] 1460706471 -#time=1d196eb1d09827a +[Software\\Classes\\Interface\\{7852B78D-1CFD-41C1-A615-9C0C85960B5F}\\NumMethods] 1526460533 +#time=1d3ecf2b7cfa596 @="4" -[Software\\Classes\\Interface\\{7852B78D-1CFD-41C1-A615-9C0C85960B5F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0983c4 +[Software\\Classes\\Interface\\{7852B78D-1CFD-41C1-A615-9C0C85960B5F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7cfa71c @="{03022430-ABC4-11D0-BDE2-00AA001A1953}" -[Software\\Classes\\Interface\\{786F8AC3-93E4-3B6F-9F62-1901B0E5F433}] 1460706649 -#time=1d196eb87003c1e +[Software\\Classes\\Interface\\{786F8AC3-93E4-3B6F-9F62-1901B0E5F433}] 1526460883 +#time=1d3ecf388b893de @="_HMACSHA384" -[Software\\Classes\\Interface\\{786F8AC3-93E4-3B6F-9F62-1901B0E5F433}\\ProxyStubClsid] 1460706649 -#time=1d196eb87003a0c +[Software\\Classes\\Interface\\{786F8AC3-93E4-3B6F-9F62-1901B0E5F433}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8917c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{786F8AC3-93E4-3B6F-9F62-1901B0E5F433}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87003b56 +[Software\\Classes\\Interface\\{786F8AC3-93E4-3B6F-9F62-1901B0E5F433}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b892ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{786F8AC3-93E4-3B6F-9F62-1901B0E5F433}\\TypeLib] 1460706649 -#time=1d196eb87003d22 +[Software\\Classes\\Interface\\{786F8AC3-93E4-3B6F-9F62-1901B0E5F433}\\TypeLib] 1526460883 +#time=1d3ecf388b894f6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{790B3EE9-7E06-3CD0-8243-5848486D6A78}] 1460706649 -#time=1d196eb86fc6684 +[Software\\Classes\\Interface\\{790B3EE9-7E06-3CD0-8243-5848486D6A78}] 1526460883 +#time=1d3ecf388b44d1a @="_SiteIdentityPermission" -[Software\\Classes\\Interface\\{790B3EE9-7E06-3CD0-8243-5848486D6A78}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc6418 +[Software\\Classes\\Interface\\{790B3EE9-7E06-3CD0-8243-5848486D6A78}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b44ac2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{790B3EE9-7E06-3CD0-8243-5848486D6A78}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc6594 +[Software\\Classes\\Interface\\{790B3EE9-7E06-3CD0-8243-5848486D6A78}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b44c34 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{790B3EE9-7E06-3CD0-8243-5848486D6A78}\\TypeLib] 1460706649 -#time=1d196eb86fc679c +[Software\\Classes\\Interface\\{790B3EE9-7E06-3CD0-8243-5848486D6A78}\\TypeLib] 1526460883 +#time=1d3ecf388b44e3c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{79184A66-8664-423F-97F1-637356A5D812}] 1460706471 -#time=1d196eb1d14cdb0 +[Software\\Classes\\Interface\\{79184A66-8664-423F-97F1-637356A5D812}] 1526460533 +#time=1d3ecf2b7d5ddf8 @="ITaskFolderCollection" -[Software\\Classes\\Interface\\{79184A66-8664-423F-97F1-637356A5D812}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14cb8a +[Software\\Classes\\Interface\\{79184A66-8664-423F-97F1-637356A5D812}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5db8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{79184A66-8664-423F-97F1-637356A5D812}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14ccd4 +[Software\\Classes\\Interface\\{79184A66-8664-423F-97F1-637356A5D812}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5dd08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{79184A66-8664-423F-97F1-637356A5D812}\\TypeLib] 1460706471 -#time=1d196eb1d14ce96 +[Software\\Classes\\Interface\\{79184A66-8664-423F-97F1-637356A5D812}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5df06 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{7947A829-ADB5-34D0-9CC8-6C172742C803}] 1460706649 -#time=1d196eb86feb63c +[Software\\Classes\\Interface\\{7947A829-ADB5-34D0-9CC8-6C172742C803}] 1526460883 +#time=1d3ecf388b6d300 @="_SoapIdrefs" -[Software\\Classes\\Interface\\{7947A829-ADB5-34D0-9CC8-6C172742C803}\\ProxyStubClsid] 1460706649 -#time=1d196eb86feb420 +[Software\\Classes\\Interface\\{7947A829-ADB5-34D0-9CC8-6C172742C803}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6d076 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7947A829-ADB5-34D0-9CC8-6C172742C803}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86feb56a +[Software\\Classes\\Interface\\{7947A829-ADB5-34D0-9CC8-6C172742C803}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6d1e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7947A829-ADB5-34D0-9CC8-6C172742C803}\\TypeLib] 1460706649 -#time=1d196eb86feb740 +[Software\\Classes\\Interface\\{7947A829-ADB5-34D0-9CC8-6C172742C803}\\TypeLib] 1526460883 +#time=1d3ecf388b6d40e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{796E7AC5-5AA2-4EFF-ACAD-3FAAF01A3288}] 1460706471 -#time=1d196eb1cd4a870 +[Software\\Classes\\Interface\\{796E7AC5-5AA2-4EFF-ACAD-3FAAF01A3288}] 1526460533 +#time=1d3ecf2b796c078 @="IVBSAXLocator" -[Software\\Classes\\Interface\\{796E7AC5-5AA2-4EFF-ACAD-3FAAF01A3288}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4a668 +[Software\\Classes\\Interface\\{796E7AC5-5AA2-4EFF-ACAD-3FAAF01A3288}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796bdf8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{796E7AC5-5AA2-4EFF-ACAD-3FAAF01A3288}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4a79e +[Software\\Classes\\Interface\\{796E7AC5-5AA2-4EFF-ACAD-3FAAF01A3288}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796bf7e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{796E7AC5-5AA2-4EFF-ACAD-3FAAF01A3288}\\TypeLib] 1460706605 -#time=1d196eb6c628416 +[Software\\Classes\\Interface\\{796E7AC5-5AA2-4EFF-ACAD-3FAAF01A3288}\\TypeLib] 1528075957 +#time=1d3fba3eb806fe6 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{79B05932-D3B7-11D1-8B06-00600806D9B6}] 1460706471 -#time=1d196eb1cdce18e +[Software\\Classes\\Interface\\{79B05932-D3B7-11D1-8B06-00600806D9B6}] 1526460533 +#time=1d3ecf2b7ab1848 @="ISWbemQualifier" -[Software\\Classes\\Interface\\{79B05932-D3B7-11D1-8B06-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdcded2 +[Software\\Classes\\Interface\\{79B05932-D3B7-11D1-8B06-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ab15e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{79B05932-D3B7-11D1-8B06-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdce080 +[Software\\Classes\\Interface\\{79B05932-D3B7-11D1-8B06-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ab1758 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{79B05932-D3B7-11D1-8B06-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdce2c4 +[Software\\Classes\\Interface\\{79B05932-D3B7-11D1-8B06-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7ab1960 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{79EAC9C0-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d15c242 +[Software\\Classes\\Interface\\{79EAC9C0-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba0f1a @="IBinding" -[Software\\Classes\\Interface\\{79EAC9C0-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1d15c134 +[Software\\Classes\\Interface\\{79EAC9C0-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba0e16 @="9" -[Software\\Classes\\Interface\\{79EAC9C0-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15c2ba +[Software\\Classes\\Interface\\{79EAC9C0-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba0f9c @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{79EAC9C1-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d15c6d4 +[Software\\Classes\\Interface\\{79EAC9C1-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba13b6 @="IBindStatusCallback" -[Software\\Classes\\Interface\\{79EAC9C1-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1d15c5f8 +[Software\\Classes\\Interface\\{79EAC9C1-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba12bc @="11" -[Software\\Classes\\Interface\\{79EAC9C1-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15c74c +[Software\\Classes\\Interface\\{79EAC9C1-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba1438 @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{79EAC9C2-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1ce02c54 +[Software\\Classes\\Interface\\{79EAC9C2-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b8089504 @="IHlinkSite" -[Software\\Classes\\Interface\\{79EAC9C2-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1ce02b82 +[Software\\Classes\\Interface\\{79EAC9C2-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b8089414 @="7" -[Software\\Classes\\Interface\\{79EAC9C2-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce02cb8 +[Software\\Classes\\Interface\\{79EAC9C2-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8089586 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{79EAC9C3-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1ce02894 +[Software\\Classes\\Interface\\{79EAC9C3-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b808907c @="IHlink" -[Software\\Classes\\Interface\\{79EAC9C3-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1ce027c2 +[Software\\Classes\\Interface\\{79EAC9C3-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b8088f8c @="17" -[Software\\Classes\\Interface\\{79EAC9C3-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce02902 +[Software\\Classes\\Interface\\{79EAC9C3-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80890fe @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{79EAC9C4-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1ce0300a +[Software\\Classes\\Interface\\{79EAC9C4-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b80899a0 @="IHlinkTarget" -[Software\\Classes\\Interface\\{79EAC9C4-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1ce02f38 +[Software\\Classes\\Interface\\{79EAC9C4-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b80898a6 @="8" -[Software\\Classes\\Interface\\{79EAC9C4-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce03078 +[Software\\Classes\\Interface\\{79EAC9C4-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8089a2c @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{79EAC9C5-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1ce033d4 +[Software\\Classes\\Interface\\{79EAC9C5-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b8089e28 @="IHlinkFrame" -[Software\\Classes\\Interface\\{79EAC9C5-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1ce03302 +[Software\\Classes\\Interface\\{79EAC9C5-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b8089d38 @="8" -[Software\\Classes\\Interface\\{79EAC9C5-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce03442 +[Software\\Classes\\Interface\\{79EAC9C5-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8089eb4 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{79EAC9C9-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d15e7b8 +[Software\\Classes\\Interface\\{79EAC9C9-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba388c @="IPersistMoniker" -[Software\\Classes\\Interface\\{79EAC9C9-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1d15e6dc +[Software\\Classes\\Interface\\{79EAC9C9-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba379c @="9" -[Software\\Classes\\Interface\\{79EAC9C9-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15e830 +[Software\\Classes\\Interface\\{79EAC9C9-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba390e @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{79EAC9CB-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1ce037b2 +[Software\\Classes\\Interface\\{79EAC9CB-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b808a2ba @="IExtensionServices" -[Software\\Classes\\Interface\\{79EAC9CB-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1ce036ea +[Software\\Classes\\Interface\\{79EAC9CB-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b808a1c0 @="5" -[Software\\Classes\\Interface\\{79EAC9CB-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce03820 +[Software\\Classes\\Interface\\{79EAC9CB-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808a33c @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d15cf94 +[Software\\Classes\\Interface\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba1d20 @="IAuthenticate" -[Software\\Classes\\Interface\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1d15ceb8 +[Software\\Classes\\Interface\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba1c26 @="4" -[Software\\Classes\\Interface\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15d00c +[Software\\Classes\\Interface\\{79EAC9D0-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba1da2 @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{79EAC9D2-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d15d3b8 +[Software\\Classes\\Interface\\{79EAC9D2-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba21a8 @="IHttpNegotiate" -[Software\\Classes\\Interface\\{79EAC9D2-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1d15d2be +[Software\\Classes\\Interface\\{79EAC9D2-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba20ae @="5" -[Software\\Classes\\Interface\\{79EAC9D2-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15d430 +[Software\\Classes\\Interface\\{79EAC9D2-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba222a @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{79EAC9D6-BAFA-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d15dfac +[Software\\Classes\\Interface\\{79EAC9D6-BAFA-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba2f86 @="IWinInetInfo" -[Software\\Classes\\Interface\\{79EAC9D6-BAFA-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1d15deda +[Software\\Classes\\Interface\\{79EAC9D6-BAFA-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba2e82 @="4" -[Software\\Classes\\Interface\\{79EAC9D6-BAFA-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15e01a +[Software\\Classes\\Interface\\{79EAC9D6-BAFA-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba3008 @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{79EAC9D8-BAFA-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d15e3bc +[Software\\Classes\\Interface\\{79EAC9D8-BAFA-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba3404 @="IWinInetHttpInfo" -[Software\\Classes\\Interface\\{79EAC9D8-BAFA-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1d15e2ea +[Software\\Classes\\Interface\\{79EAC9D8-BAFA-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba330a @="5" -[Software\\Classes\\Interface\\{79EAC9D8-BAFA-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15e434 +[Software\\Classes\\Interface\\{79EAC9D8-BAFA-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba3486 @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{79EAC9EE-BAF9-11CE-8C82-00AA004BA90B}] 1460706471 -#time=1d196eb1d15efce +[Software\\Classes\\Interface\\{79EAC9EE-BAF9-11CE-8C82-00AA004BA90B}] 1526460533 +#time=1d3ecf2b7ba41ba @="IInternetSecurityManager" -[Software\\Classes\\Interface\\{79EAC9EE-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1460706471 -#time=1d196eb1d15eefc +[Software\\Classes\\Interface\\{79EAC9EE-BAF9-11CE-8C82-00AA004BA90B}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba40c0 @="11" -[Software\\Classes\\Interface\\{79EAC9EE-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15f046 +[Software\\Classes\\Interface\\{79EAC9EE-BAF9-11CE-8C82-00AA004BA90B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba423c @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{7A0325F0-22C2-31F9-8823-9B8AEE9456B1}] 1460706649 -#time=1d196eb86f2cc82 +[Software\\Classes\\Interface\\{7A0325F0-22C2-31F9-8823-9B8AEE9456B1}] 1526460883 +#time=1d3ecf388a9d736 @="_AssemblyLoadEventArgs" -[Software\\Classes\\Interface\\{7A0325F0-22C2-31F9-8823-9B8AEE9456B1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2ca2a +[Software\\Classes\\Interface\\{7A0325F0-22C2-31F9-8823-9B8AEE9456B1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9d4c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7A0325F0-22C2-31F9-8823-9B8AEE9456B1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2cb88 +[Software\\Classes\\Interface\\{7A0325F0-22C2-31F9-8823-9B8AEE9456B1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9d646 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7A0325F0-22C2-31F9-8823-9B8AEE9456B1}\\TypeLib] 1460706649 -#time=1d196eb86f2cd86 +[Software\\Classes\\Interface\\{7A0325F0-22C2-31F9-8823-9B8AEE9456B1}\\TypeLib] 1526460883 +#time=1d3ecf388a9d84e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7A8CC9AD-4E8D-3AAF-941A-1511C9C1372A}] 1460706650 -#time=1d196eb87acd1e0 +[Software\\Classes\\Interface\\{7A8CC9AD-4E8D-3AAF-941A-1511C9C1372A}] 1526460884 +#time=1d3ecf38956b28a @="_TrackBar" -[Software\\Classes\\Interface\\{7A8CC9AD-4E8D-3AAF-941A-1511C9C1372A}\\ProxyStubClsid] 1460706650 -#time=1d196eb87accfba +[Software\\Classes\\Interface\\{7A8CC9AD-4E8D-3AAF-941A-1511C9C1372A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956b032 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7A8CC9AD-4E8D-3AAF-941A-1511C9C1372A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acd10e +[Software\\Classes\\Interface\\{7A8CC9AD-4E8D-3AAF-941A-1511C9C1372A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956b19a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7A8CC9AD-4E8D-3AAF-941A-1511C9C1372A}\\TypeLib] 1460706650 -#time=1d196eb87acd2da +[Software\\Classes\\Interface\\{7A8CC9AD-4E8D-3AAF-941A-1511C9C1372A}\\TypeLib] 1526460884 +#time=1d3ecf38956b398 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{7AA363E1-FA53-31EB-BE4A-1EB4838264F3}] 1460706650 -#time=1d196eb877f4efa +[Software\\Classes\\Interface\\{7AA363E1-FA53-31EB-BE4A-1EB4838264F3}] 1526460884 +#time=1d3ecf3892d38ba @="_CodeTypeDeclaration" -[Software\\Classes\\Interface\\{7AA363E1-FA53-31EB-BE4A-1EB4838264F3}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f4cf2 +[Software\\Classes\\Interface\\{7AA363E1-FA53-31EB-BE4A-1EB4838264F3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d3522 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7AA363E1-FA53-31EB-BE4A-1EB4838264F3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f4e32 +[Software\\Classes\\Interface\\{7AA363E1-FA53-31EB-BE4A-1EB4838264F3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d36e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7AA363E1-FA53-31EB-BE4A-1EB4838264F3}\\TypeLib] 1460706650 -#time=1d196eb877f4ff4 +[Software\\Classes\\Interface\\{7AA363E1-FA53-31EB-BE4A-1EB4838264F3}\\TypeLib] 1526460884 +#time=1d3ecf3892d3dba @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{7AB88CA9-17F4-385E-AD41-4EE0AA316FA1}] 1460706649 -#time=1d196eb86f476f4 +[Software\\Classes\\Interface\\{7AB88CA9-17F4-385E-AD41-4EE0AA316FA1}] 1526460883 +#time=1d3ecf388abb7a4 @="_TimeoutException" -[Software\\Classes\\Interface\\{7AB88CA9-17F4-385E-AD41-4EE0AA316FA1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f474f6 +[Software\\Classes\\Interface\\{7AB88CA9-17F4-385E-AD41-4EE0AA316FA1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abb416 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7AB88CA9-17F4-385E-AD41-4EE0AA316FA1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4762c +[Software\\Classes\\Interface\\{7AB88CA9-17F4-385E-AD41-4EE0AA316FA1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abb646 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7AB88CA9-17F4-385E-AD41-4EE0AA316FA1}\\TypeLib] 1460706649 -#time=1d196eb86f47848 +[Software\\Classes\\Interface\\{7AB88CA9-17F4-385E-AD41-4EE0AA316FA1}\\TypeLib] 1526460883 +#time=1d3ecf388abbba0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7AE4B03C-414A-36E0-BA68-F9603004C925}] 1460706649 -#time=1d196eb86ff903e +[Software\\Classes\\Interface\\{7AE4B03C-414A-36E0-BA68-F9603004C925}] 1526460883 +#time=1d3ecf388b7b3ba @="_RandomNumberGenerator" -[Software\\Classes\\Interface\\{7AE4B03C-414A-36E0-BA68-F9603004C925}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff8e18 +[Software\\Classes\\Interface\\{7AE4B03C-414A-36E0-BA68-F9603004C925}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7b158 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7AE4B03C-414A-36E0-BA68-F9603004C925}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff8f6c +[Software\\Classes\\Interface\\{7AE4B03C-414A-36E0-BA68-F9603004C925}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7b2ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7AE4B03C-414A-36E0-BA68-F9603004C925}\\TypeLib] 1460706649 -#time=1d196eb86ff912e +[Software\\Classes\\Interface\\{7AE4B03C-414A-36E0-BA68-F9603004C925}\\TypeLib] 1526460883 +#time=1d3ecf388b7b4d2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7B89862A-02A4-3279-8B42-4095FA3A778E}] 1460706649 -#time=1d196eb86f9a188 +[Software\\Classes\\Interface\\{7B89862A-02A4-3279-8B42-4095FA3A778E}] 1526460883 +#time=1d3ecf388b14d9a @="_TypeLibVarAttribute" -[Software\\Classes\\Interface\\{7B89862A-02A4-3279-8B42-4095FA3A778E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f99f6c +[Software\\Classes\\Interface\\{7B89862A-02A4-3279-8B42-4095FA3A778E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b14b38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7B89862A-02A4-3279-8B42-4095FA3A778E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9a0b6 +[Software\\Classes\\Interface\\{7B89862A-02A4-3279-8B42-4095FA3A778E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b14caa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7B89862A-02A4-3279-8B42-4095FA3A778E}\\TypeLib] 1460706649 -#time=1d196eb86f9a28c +[Software\\Classes\\Interface\\{7B89862A-02A4-3279-8B42-4095FA3A778E}\\TypeLib] 1526460883 +#time=1d3ecf388b14eb2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7B91368D-A50A-3D36-BE8E-5B8836A419AD}] 1460706649 -#time=1d196eb86fdfe5e +[Software\\Classes\\Interface\\{7B91368D-A50A-3D36-BE8E-5B8836A419AD}] 1526460883 +#time=1d3ecf388b619f6 @="_RemotingServices" -[Software\\Classes\\Interface\\{7B91368D-A50A-3D36-BE8E-5B8836A419AD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdfc2e +[Software\\Classes\\Interface\\{7B91368D-A50A-3D36-BE8E-5B8836A419AD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b61794 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7B91368D-A50A-3D36-BE8E-5B8836A419AD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdfd6e +[Software\\Classes\\Interface\\{7B91368D-A50A-3D36-BE8E-5B8836A419AD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b61910 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7B91368D-A50A-3D36-BE8E-5B8836A419AD}\\TypeLib] 1460706649 -#time=1d196eb86fdff58 +[Software\\Classes\\Interface\\{7B91368D-A50A-3D36-BE8E-5B8836A419AD}\\TypeLib] 1526460883 +#time=1d3ecf388b61b18 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7B929C68-CCDC-4226-96B1-8724600B54C2}] 1460706472 -#time=1d196eb1d1f119e +[Software\\Classes\\Interface\\{7B929C68-CCDC-4226-96B1-8724600B54C2}] 1526460533 +#time=1d3ecf2b7dfa9b4 @="IUpdateInstaller" -[Software\\Classes\\Interface\\{7B929C68-CCDC-4226-96B1-8724600B54C2}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1f0e88 +[Software\\Classes\\Interface\\{7B929C68-CCDC-4226-96B1-8724600B54C2}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7dfa73e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7B929C68-CCDC-4226-96B1-8724600B54C2}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1f10c2 +[Software\\Classes\\Interface\\{7B929C68-CCDC-4226-96B1-8724600B54C2}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7dfa8c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7B929C68-CCDC-4226-96B1-8724600B54C2}\\TypeLib] 1460706472 -#time=1d196eb1d1f128e +[Software\\Classes\\Interface\\{7B929C68-CCDC-4226-96B1-8724600B54C2}\\TypeLib] 1526460533 +#time=1d3ecf2b7dfaac2 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{7BC4A820-B20F-3ECE-BDD6-EE7E14EB7E0D}] 1460706650 -#time=1d196eb87abc732 +[Software\\Classes\\Interface\\{7BC4A820-B20F-3ECE-BDD6-EE7E14EB7E0D}] 1526460884 +#time=1d3ecf389556f10 @="_HScrollBar" -[Software\\Classes\\Interface\\{7BC4A820-B20F-3ECE-BDD6-EE7E14EB7E0D}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abc520 +[Software\\Classes\\Interface\\{7BC4A820-B20F-3ECE-BDD6-EE7E14EB7E0D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389556bbe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7BC4A820-B20F-3ECE-BDD6-EE7E14EB7E0D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abc660 +[Software\\Classes\\Interface\\{7BC4A820-B20F-3ECE-BDD6-EE7E14EB7E0D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389556dee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7BC4A820-B20F-3ECE-BDD6-EE7E14EB7E0D}\\TypeLib] 1460706650 -#time=1d196eb87abc836 +[Software\\Classes\\Interface\\{7BC4A820-B20F-3ECE-BDD6-EE7E14EB7E0D}\\TypeLib] 1526460884 +#time=1d3ecf389557122 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{7BCFA00F-F764-3113-9140-3BBD127A96BB}] 1460706649 -#time=1d196eb86ed0dec +[Software\\Classes\\Interface\\{7BCFA00F-F764-3113-9140-3BBD127A96BB}] 1526460883 +#time=1d3ecf388a5a6f2 @="IList" -[Software\\Classes\\Interface\\{7BCFA00F-F764-3113-9140-3BBD127A96BB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed08e2 +[Software\\Classes\\Interface\\{7BCFA00F-F764-3113-9140-3BBD127A96BB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5a3fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7BCFA00F-F764-3113-9140-3BBD127A96BB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed0bda +[Software\\Classes\\Interface\\{7BCFA00F-F764-3113-9140-3BBD127A96BB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5a5ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7BCFA00F-F764-3113-9140-3BBD127A96BB}\\TypeLib] 1460706649 -#time=1d196eb86ed1058 +[Software\\Classes\\Interface\\{7BCFA00F-F764-3113-9140-3BBD127A96BB}\\TypeLib] 1526460883 +#time=1d3ecf388a5a828 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7BDE2046-D03B-4FFC-B84C-A098F38CFF0B}] 1460706471 -#time=1d196eb1d03c498 +[Software\\Classes\\Interface\\{7BDE2046-D03B-4FFC-B84C-A098F38CFF0B}] 1526460533 +#time=1d3ecf2b7af2c9e @="IWineMsiRemoteDatabase" -[Software\\Classes\\Interface\\{7BDE2046-D03B-4FFC-B84C-A098F38CFF0B}\\NumMethods] 1460706471 -#time=1d196eb1d03c3bc +[Software\\Classes\\Interface\\{7BDE2046-D03B-4FFC-B84C-A098F38CFF0B}\\NumMethods] 1526460533 +#time=1d3ecf2b7af2ae6 @="8" -[Software\\Classes\\Interface\\{7BDE2046-D03B-4FFC-B84C-A098F38CFF0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03c510 +[Software\\Classes\\Interface\\{7BDE2046-D03B-4FFC-B84C-A098F38CFF0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af2d66 @="{000C103E-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7BF80980-BF32-101A-8BBB-00AA00300CAB}] 1460706471 -#time=1d196eb1d09f84a +[Software\\Classes\\Interface\\{7BF80980-BF32-101A-8BBB-00AA00300CAB}] 1526460533 +#time=1d3ecf2b7bca4f0 @="IPicture" -[Software\\Classes\\Interface\\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\\NumMethods] 1460706471 -#time=1d196eb1d09f6ce +[Software\\Classes\\Interface\\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\\NumMethods] 1526460533 +#time=1d3ecf2b7bca400 @="17" -[Software\\Classes\\Interface\\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d09f91c +[Software\\Classes\\Interface\\{7BF80980-BF32-101A-8BBB-00AA00300CAB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bca572 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}] 1460706471 -#time=1d196eb1d0b4c36 +[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}] 1528075957 +#time=1d3fba3eb96a770 @="Picture" -[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\\NumMethods] 1460706471 -#time=1d196eb1d09fc32 +[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\\NumMethods] 1526460533 +#time=1d3ecf2b7bca87e @="7" -[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0b475e +[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7bb40f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0b4a4c +[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb96aa7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\\TypeLib] 1460706471 -#time=1d196eb1d13c2a8 -@="{00020430-0000-0000-C000-000000000046}" +[Software\\Classes\\Interface\\{7BF80981-BF32-101A-8BBB-00AA00300CAB}\\TypeLib] 1528075957 +#time=1d3fba3eb96ac98 +@="{BEF6E001-A874-101A-8BBA-00AA00300CAB}" "Version"="2.0" -[Software\\Classes\\Interface\\{7C41B90E-52FB-3E54-8B03-EBE0BF172C84}] 1460706650 -#time=1d196eb877ff792 +[Software\\Classes\\Interface\\{7C41B90E-52FB-3E54-8B03-EBE0BF172C84}] 1526460884 +#time=1d3ecf3892e1f1e @="_DesignerVerb" -[Software\\Classes\\Interface\\{7C41B90E-52FB-3E54-8B03-EBE0BF172C84}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ff594 +[Software\\Classes\\Interface\\{7C41B90E-52FB-3E54-8B03-EBE0BF172C84}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e1ac8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7C41B90E-52FB-3E54-8B03-EBE0BF172C84}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ff6ca +[Software\\Classes\\Interface\\{7C41B90E-52FB-3E54-8B03-EBE0BF172C84}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e1de8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7C41B90E-52FB-3E54-8B03-EBE0BF172C84}\\TypeLib] 1460706650 -#time=1d196eb877ff88c +[Software\\Classes\\Interface\\{7C41B90E-52FB-3E54-8B03-EBE0BF172C84}\\TypeLib] 1526460884 +#time=1d3ecf3892e20d6 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{7C66FF18-A1A5-3E19-857B-0E7B6A9E3F38}] 1460706649 -#time=1d196eb86ee5198 +[Software\\Classes\\Interface\\{7C66FF18-A1A5-3E19-857B-0E7B6A9E3F38}] 1526460883 +#time=1d3ecf388a70704 @="ISurrogateSelector" -[Software\\Classes\\Interface\\{7C66FF18-A1A5-3E19-857B-0E7B6A9E3F38}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee4ebe +[Software\\Classes\\Interface\\{7C66FF18-A1A5-3E19-857B-0E7B6A9E3F38}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a704a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7C66FF18-A1A5-3E19-857B-0E7B6A9E3F38}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee5058 +[Software\\Classes\\Interface\\{7C66FF18-A1A5-3E19-857B-0E7B6A9E3F38}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7061e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7C66FF18-A1A5-3E19-857B-0E7B6A9E3F38}\\TypeLib] 1460706649 -#time=1d196eb86ee52e2 +[Software\\Classes\\Interface\\{7C66FF18-A1A5-3E19-857B-0E7B6A9E3F38}\\TypeLib] 1526460883 +#time=1d3ecf388a7081c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7C6B06D1-63AD-35EF-A938-149B4AD9A71F}] 1460706649 -#time=1d196eb86fc5a54 +[Software\\Classes\\Interface\\{7C6B06D1-63AD-35EF-A938-149B4AD9A71F}] 1526460883 +#time=1d3ecf388b43ffa @="_PrincipalPermission" -[Software\\Classes\\Interface\\{7C6B06D1-63AD-35EF-A938-149B4AD9A71F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc5842 +[Software\\Classes\\Interface\\{7C6B06D1-63AD-35EF-A938-149B4AD9A71F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b43d84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7C6B06D1-63AD-35EF-A938-149B4AD9A71F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc598c +[Software\\Classes\\Interface\\{7C6B06D1-63AD-35EF-A938-149B4AD9A71F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b43f0a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7C6B06D1-63AD-35EF-A938-149B4AD9A71F}\\TypeLib] 1460706649 -#time=1d196eb86fc5b58 +[Software\\Classes\\Interface\\{7C6B06D1-63AD-35EF-A938-149B4AD9A71F}\\TypeLib] 1526460883 +#time=1d3ecf388b44112 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7C907864-346C-4AEB-8F3F-57DA289F969F}] 1460706472 -#time=1d196eb1d1e548e +[Software\\Classes\\Interface\\{7C907864-346C-4AEB-8F3F-57DA289F969F}] 1526460533 +#time=1d3ecf2b7def7f8 @="IImageInformation" -[Software\\Classes\\Interface\\{7C907864-346C-4AEB-8F3F-57DA289F969F}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e518c +[Software\\Classes\\Interface\\{7C907864-346C-4AEB-8F3F-57DA289F969F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7def582 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7C907864-346C-4AEB-8F3F-57DA289F969F}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e534e +[Software\\Classes\\Interface\\{7C907864-346C-4AEB-8F3F-57DA289F969F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7def708 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7C907864-346C-4AEB-8F3F-57DA289F969F}\\TypeLib] 1460706472 -#time=1d196eb1d1e55a6 +[Software\\Classes\\Interface\\{7C907864-346C-4AEB-8F3F-57DA289F969F}\\TypeLib] 1526460533 +#time=1d3ecf2b7def924 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{7CA5FE57-D1AC-3064-BB0B-F450BE40F194}] 1460706649 -#time=1d196eb86ffb44c +[Software\\Classes\\Interface\\{7CA5FE57-D1AC-3064-BB0B-F450BE40F194}] 1526460883 +#time=1d3ecf388b7debc @="_AsymmetricSignatureDeformatter" -[Software\\Classes\\Interface\\{7CA5FE57-D1AC-3064-BB0B-F450BE40F194}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffb226 +[Software\\Classes\\Interface\\{7CA5FE57-D1AC-3064-BB0B-F450BE40F194}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7dc00 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7CA5FE57-D1AC-3064-BB0B-F450BE40F194}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffb37a +[Software\\Classes\\Interface\\{7CA5FE57-D1AC-3064-BB0B-F450BE40F194}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7ddae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7CA5FE57-D1AC-3064-BB0B-F450BE40F194}\\TypeLib] 1460706649 -#time=1d196eb86ffb546 +[Software\\Classes\\Interface\\{7CA5FE57-D1AC-3064-BB0B-F450BE40F194}\\TypeLib] 1526460883 +#time=1d3ecf388b7e010 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7CC7AED8-290E-49BC-8945-C1401CC9306C}] 1460706471 -#time=1d196eb1ce1c870 +[Software\\Classes\\Interface\\{7CC7AED8-290E-49BC-8945-C1401CC9306C}] 1526460533 +#time=1d3ecf2b809c0b4 @="INameSpaceTreeControl2" -[Software\\Classes\\Interface\\{7CC7AED8-290E-49BC-8945-C1401CC9306C}\\NumMethods] 1460706471 -#time=1d196eb1ce1c74e +[Software\\Classes\\Interface\\{7CC7AED8-290E-49BC-8945-C1401CC9306C}\\NumMethods] 1526460533 +#time=1d3ecf2b809bfba @="26" -[Software\\Classes\\Interface\\{7CC7AED8-290E-49BC-8945-C1401CC9306C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1c910 +[Software\\Classes\\Interface\\{7CC7AED8-290E-49BC-8945-C1401CC9306C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809c136 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{7CD4EF19-27EB-399E-8ED2-C6647A99C03E}] 1460706650 -#time=1d196eb877e6b7a +[Software\\Classes\\Interface\\{7CD4EF19-27EB-399E-8ED2-C6647A99C03E}] 1526460884 +#time=1d3ecf3892bf356 @="_CodeEntryPointMethod" -[Software\\Classes\\Interface\\{7CD4EF19-27EB-399E-8ED2-C6647A99C03E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e66de +[Software\\Classes\\Interface\\{7CD4EF19-27EB-399E-8ED2-C6647A99C03E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892bf004 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7CD4EF19-27EB-399E-8ED2-C6647A99C03E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e68dc +[Software\\Classes\\Interface\\{7CD4EF19-27EB-399E-8ED2-C6647A99C03E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892bf1f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7CD4EF19-27EB-399E-8ED2-C6647A99C03E}\\TypeLib] 1460706650 -#time=1d196eb877e6d32 +[Software\\Classes\\Interface\\{7CD4EF19-27EB-399E-8ED2-C6647A99C03E}\\TypeLib] 1526460884 +#time=1d3ecf3892bf522 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{7CEF04D7-CB75-4E80-A7AB-5F5BC7D332DE}] 1460706471 -#time=1d196eb1cfca00a +[Software\\Classes\\Interface\\{7CEF04D7-CB75-4E80-A7AB-5F5BC7D332DE}] 1526460533 +#time=1d3ecf2b7e39f92 @="IEnumTfDisplayAttributeInfo" -[Software\\Classes\\Interface\\{7CEF04D7-CB75-4E80-A7AB-5F5BC7D332DE}\\NumMethods] 1460706471 -#time=1d196eb1cfc9ea2 +[Software\\Classes\\Interface\\{7CEF04D7-CB75-4E80-A7AB-5F5BC7D332DE}\\NumMethods] 1526460533 +#time=1d3ecf2b7e39ea2 @="7" -[Software\\Classes\\Interface\\{7CEF04D7-CB75-4E80-A7AB-5F5BC7D332DE}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfca0a0 +[Software\\Classes\\Interface\\{7CEF04D7-CB75-4E80-A7AB-5F5BC7D332DE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3a01e @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{7CEFC46E-16E0-3E65-9C38-55B4342BA7F0}] 1460706649 -#time=1d196eb86f3b4a8 +[Software\\Classes\\Interface\\{7CEFC46E-16E0-3E65-9C38-55B4342BA7F0}] 1526460883 +#time=1d3ecf388aae5cc @="_EventHandler" -[Software\\Classes\\Interface\\{7CEFC46E-16E0-3E65-9C38-55B4342BA7F0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3b296 +[Software\\Classes\\Interface\\{7CEFC46E-16E0-3E65-9C38-55B4342BA7F0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aae36a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7CEFC46E-16E0-3E65-9C38-55B4342BA7F0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3b3d6 +[Software\\Classes\\Interface\\{7CEFC46E-16E0-3E65-9C38-55B4342BA7F0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aae4dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7CEFC46E-16E0-3E65-9C38-55B4342BA7F0}\\TypeLib] 1460706649 -#time=1d196eb86f3b5ac +[Software\\Classes\\Interface\\{7CEFC46E-16E0-3E65-9C38-55B4342BA7F0}\\TypeLib] 1526460883 +#time=1d3ecf388aae6e4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7D13DD37-5A04-393C-BBCA-A5FEA802893D}] 1460706649 -#time=1d196eb86f22a70 +[Software\\Classes\\Interface\\{7D13DD37-5A04-393C-BBCA-A5FEA802893D}] 1526460883 +#time=1d3ecf388a93876 @="_SignatureHelper" -[Software\\Classes\\Interface\\{7D13DD37-5A04-393C-BBCA-A5FEA802893D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2285e +[Software\\Classes\\Interface\\{7D13DD37-5A04-393C-BBCA-A5FEA802893D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a93600 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7D13DD37-5A04-393C-BBCA-A5FEA802893D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2299e +[Software\\Classes\\Interface\\{7D13DD37-5A04-393C-BBCA-A5FEA802893D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a93790 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7D13DD37-5A04-393C-BBCA-A5FEA802893D}\\TypeLib] 1460706649 -#time=1d196eb86f22b6a +[Software\\Classes\\Interface\\{7D13DD37-5A04-393C-BBCA-A5FEA802893D}\\TypeLib] 1526460883 +#time=1d3ecf388a9398e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7DB7FD83-DE89-38E1-9645-D4CABDE694C0}] 1460706649 -#time=1d196eb86fee058 +[Software\\Classes\\Interface\\{7DB7FD83-DE89-38E1-9645-D4CABDE694C0}] 1526460883 +#time=1d3ecf388b6fbbe @="_SoapIdref" -[Software\\Classes\\Interface\\{7DB7FD83-DE89-38E1-9645-D4CABDE694C0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fede46 +[Software\\Classes\\Interface\\{7DB7FD83-DE89-38E1-9645-D4CABDE694C0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6f966 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7DB7FD83-DE89-38E1-9645-D4CABDE694C0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fedf86 +[Software\\Classes\\Interface\\{7DB7FD83-DE89-38E1-9645-D4CABDE694C0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6face @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7DB7FD83-DE89-38E1-9645-D4CABDE694C0}\\TypeLib] 1460706649 -#time=1d196eb86fee184 +[Software\\Classes\\Interface\\{7DB7FD83-DE89-38E1-9645-D4CABDE694C0}\\TypeLib] 1526460883 +#time=1d3ecf388b6fccc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7DCF57AC-18AD-438B-824D-979BFFB74B7C}] 1460706471 -#time=1d196eb1cfd00c2 +[Software\\Classes\\Interface\\{7DCF57AC-18AD-438B-824D-979BFFB74B7C}] 1526460533 +#time=1d3ecf2b7e40cca @="ITfCompartmentMgr" -[Software\\Classes\\Interface\\{7DCF57AC-18AD-438B-824D-979BFFB74B7C}\\NumMethods] 1460706471 -#time=1d196eb1cfcfff0 +[Software\\Classes\\Interface\\{7DCF57AC-18AD-438B-824D-979BFFB74B7C}\\NumMethods] 1526460533 +#time=1d3ecf2b7e40bda @="6" -[Software\\Classes\\Interface\\{7DCF57AC-18AD-438B-824D-979BFFB74B7C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfd013a +[Software\\Classes\\Interface\\{7DCF57AC-18AD-438B-824D-979BFFB74B7C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e40d56 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{7DD6E975-24EA-323C-A98C-0FDE96F9C4E6}] 1460706649 -#time=1d196eb86ef9c7e +[Software\\Classes\\Interface\\{7DD6E975-24EA-323C-A98C-0FDE96F9C4E6}] 1526460883 +#time=1d3ecf388a7f236 @="IServerChannelSinkProvider" -[Software\\Classes\\Interface\\{7DD6E975-24EA-323C-A98C-0FDE96F9C4E6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ef9760 +[Software\\Classes\\Interface\\{7DD6E975-24EA-323C-A98C-0FDE96F9C4E6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7efd4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7DD6E975-24EA-323C-A98C-0FDE96F9C4E6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ef9a76 +[Software\\Classes\\Interface\\{7DD6E975-24EA-323C-A98C-0FDE96F9C4E6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7f146 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7DD6E975-24EA-323C-A98C-0FDE96F9C4E6}\\TypeLib] 1460706649 -#time=1d196eb86ef9f3a +[Software\\Classes\\Interface\\{7DD6E975-24EA-323C-A98C-0FDE96F9C4E6}\\TypeLib] 1526460883 +#time=1d3ecf388a7f344 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7DF6F279-DA62-3C9F-8944-4DD3C0F08170}] 1460706649 -#time=1d196eb86fa4f8e +[Software\\Classes\\Interface\\{7DF6F279-DA62-3C9F-8944-4DD3C0F08170}] 1526460883 +#time=1d3ecf388b206e0 @="_CurrencyWrapper" -[Software\\Classes\\Interface\\{7DF6F279-DA62-3C9F-8944-4DD3C0F08170}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa4d72 +[Software\\Classes\\Interface\\{7DF6F279-DA62-3C9F-8944-4DD3C0F08170}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2047e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7DF6F279-DA62-3C9F-8944-4DD3C0F08170}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa4ebc +[Software\\Classes\\Interface\\{7DF6F279-DA62-3C9F-8944-4DD3C0F08170}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b205f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7DF6F279-DA62-3C9F-8944-4DD3C0F08170}\\TypeLib] 1460706649 -#time=1d196eb86fa5092 +[Software\\Classes\\Interface\\{7DF6F279-DA62-3C9F-8944-4DD3C0F08170}\\TypeLib] 1526460883 +#time=1d3ecf388b207f8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7E133967-CCEC-3E89-8BD2-6CFCA649ECBF}] 1460706649 -#time=1d196eb86fb5852 +[Software\\Classes\\Interface\\{7E133967-CCEC-3E89-8BD2-6CFCA649ECBF}] 1526460883 +#time=1d3ecf388b322f0 @="_DecimalConstantAttribute" -[Software\\Classes\\Interface\\{7E133967-CCEC-3E89-8BD2-6CFCA649ECBF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb5640 +[Software\\Classes\\Interface\\{7E133967-CCEC-3E89-8BD2-6CFCA649ECBF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b32098 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7E133967-CCEC-3E89-8BD2-6CFCA649ECBF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb5780 +[Software\\Classes\\Interface\\{7E133967-CCEC-3E89-8BD2-6CFCA649ECBF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3220a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7E133967-CCEC-3E89-8BD2-6CFCA649ECBF}\\TypeLib] 1460706649 -#time=1d196eb86fb5956 +[Software\\Classes\\Interface\\{7E133967-CCEC-3E89-8BD2-6CFCA649ECBF}\\TypeLib] 1526460883 +#time=1d3ecf388b323fe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7E5678EE-48B3-3F83-B076-C58543498A58}] 1460706649 -#time=1d196eb86f232ea +[Software\\Classes\\Interface\\{7E5678EE-48B3-3F83-B076-C58543498A58}] 1526460883 +#time=1d3ecf388a93ef2 @="_TypeBuilder" -[Software\\Classes\\Interface\\{7E5678EE-48B3-3F83-B076-C58543498A58}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f22fc0 +[Software\\Classes\\Interface\\{7E5678EE-48B3-3F83-B076-C58543498A58}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a93c90 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7E5678EE-48B3-3F83-B076-C58543498A58}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f231c8 +[Software\\Classes\\Interface\\{7E5678EE-48B3-3F83-B076-C58543498A58}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a93e02 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7E5678EE-48B3-3F83-B076-C58543498A58}\\TypeLib] 1460706649 -#time=1d196eb86f23402 +[Software\\Classes\\Interface\\{7E5678EE-48B3-3F83-B076-C58543498A58}\\TypeLib] 1526460883 +#time=1d3ecf388a9400a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7E9ACA22-637C-3F88-A931-AAF36A4F9A6B}] 1460706650 -#time=1d196eb877ddb88 +[Software\\Classes\\Interface\\{7E9ACA22-637C-3F88-A931-AAF36A4F9A6B}] 1526460884 +#time=1d3ecf3892a9cae @="_CodeAttributeDeclarationCollection" -[Software\\Classes\\Interface\\{7E9ACA22-637C-3F88-A931-AAF36A4F9A6B}\\ProxyStubClsid] 1460706650 -#time=1d196eb877dd96c +[Software\\Classes\\Interface\\{7E9ACA22-637C-3F88-A931-AAF36A4F9A6B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a979a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7E9ACA22-637C-3F88-A931-AAF36A4F9A6B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ddab6 +[Software\\Classes\\Interface\\{7E9ACA22-637C-3F88-A931-AAF36A4F9A6B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a9a88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7E9ACA22-637C-3F88-A931-AAF36A4F9A6B}\\TypeLib] 1460706650 -#time=1d196eb877ddc96 +[Software\\Classes\\Interface\\{7E9ACA22-637C-3F88-A931-AAF36A4F9A6B}\\TypeLib] 1526460884 +#time=1d3ecf3892a9e84 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{7E9FB0D3-919F-4307-AB2E-9B1860310C93}] 1460706471 -#time=1d196eb1ce0b1f6 +[Software\\Classes\\Interface\\{7E9FB0D3-919F-4307-AB2E-9B1860310C93}] 1526460533 +#time=1d3ecf2b8093338 @="IShellItem2" -[Software\\Classes\\Interface\\{7E9FB0D3-919F-4307-AB2E-9B1860310C93}\\NumMethods] 1460706471 -#time=1d196eb1ce0b048 +[Software\\Classes\\Interface\\{7E9FB0D3-919F-4307-AB2E-9B1860310C93}\\NumMethods] 1526460533 +#time=1d3ecf2b8093248 @="21" -[Software\\Classes\\Interface\\{7E9FB0D3-919F-4307-AB2E-9B1860310C93}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0b28c +[Software\\Classes\\Interface\\{7E9FB0D3-919F-4307-AB2E-9B1860310C93}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80933ba @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{7EABA4E2-1259-3CF2-B084-9854278E5897}] 1460706649 -#time=1d196eb86f2a7ca +[Software\\Classes\\Interface\\{7EABA4E2-1259-3CF2-B084-9854278E5897}] 1526460883 +#time=1d3ecf388a9afd6 @="_MemberAccessException" -[Software\\Classes\\Interface\\{7EABA4E2-1259-3CF2-B084-9854278E5897}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2a5c2 +[Software\\Classes\\Interface\\{7EABA4E2-1259-3CF2-B084-9854278E5897}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9ad74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7EABA4E2-1259-3CF2-B084-9854278E5897}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2a702 +[Software\\Classes\\Interface\\{7EABA4E2-1259-3CF2-B084-9854278E5897}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9aee6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7EABA4E2-1259-3CF2-B084-9854278E5897}\\TypeLib] 1460706649 -#time=1d196eb86f2a928 +[Software\\Classes\\Interface\\{7EABA4E2-1259-3CF2-B084-9854278E5897}\\TypeLib] 1526460883 +#time=1d3ecf388a9b0ee @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7EB20114-E822-358C-BDAB-DCF9E5090F23}] 1460706650 -#time=1d196eb877e0a04 +[Software\\Classes\\Interface\\{7EB20114-E822-358C-BDAB-DCF9E5090F23}] 1526460884 +#time=1d3ecf3892b29e4 @="_CodeChecksumPragma" -[Software\\Classes\\Interface\\{7EB20114-E822-358C-BDAB-DCF9E5090F23}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e0748 +[Software\\Classes\\Interface\\{7EB20114-E822-358C-BDAB-DCF9E5090F23}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b1ddc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7EB20114-E822-358C-BDAB-DCF9E5090F23}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e090a +[Software\\Classes\\Interface\\{7EB20114-E822-358C-BDAB-DCF9E5090F23}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b284a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7EB20114-E822-358C-BDAB-DCF9E5090F23}\\TypeLib] 1460706650 -#time=1d196eb877e0b58 +[Software\\Classes\\Interface\\{7EB20114-E822-358C-BDAB-DCF9E5090F23}\\TypeLib] 1526460884 +#time=1d3ecf3892b2bf6 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{7EF50DDB-32A5-30A1-B412-47FAB911404A}] 1460706649 -#time=1d196eb86fe2122 +[Software\\Classes\\Interface\\{7EF50DDB-32A5-30A1-B412-47FAB911404A}] 1526460883 +#time=1d3ecf388b641ba @="_SoapDuration" -[Software\\Classes\\Interface\\{7EF50DDB-32A5-30A1-B412-47FAB911404A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe1f10 +[Software\\Classes\\Interface\\{7EF50DDB-32A5-30A1-B412-47FAB911404A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b63f4e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7EF50DDB-32A5-30A1-B412-47FAB911404A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe2050 +[Software\\Classes\\Interface\\{7EF50DDB-32A5-30A1-B412-47FAB911404A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b640ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7EF50DDB-32A5-30A1-B412-47FAB911404A}\\TypeLib] 1460706649 -#time=1d196eb86fe221c +[Software\\Classes\\Interface\\{7EF50DDB-32A5-30A1-B412-47FAB911404A}\\TypeLib] 1526460883 +#time=1d3ecf388b642d2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7F8C2DA3-D337-334F-92E9-87BE9BDC6070}] 1460706650 -#time=1d196eb877fcfce +[Software\\Classes\\Interface\\{7F8C2DA3-D337-334F-92E9-87BE9BDC6070}] 1526460884 +#time=1d3ecf3892ddd4c @="_ComponentChangingEventHandler" -[Software\\Classes\\Interface\\{7F8C2DA3-D337-334F-92E9-87BE9BDC6070}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fcda8 +[Software\\Classes\\Interface\\{7F8C2DA3-D337-334F-92E9-87BE9BDC6070}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892dda7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7F8C2DA3-D337-334F-92E9-87BE9BDC6070}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fcee8 +[Software\\Classes\\Interface\\{7F8C2DA3-D337-334F-92E9-87BE9BDC6070}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892ddc2a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7F8C2DA3-D337-334F-92E9-87BE9BDC6070}\\TypeLib] 1460706650 -#time=1d196eb877fd0d2 +[Software\\Classes\\Interface\\{7F8C2DA3-D337-334F-92E9-87BE9BDC6070}\\TypeLib] 1526460884 +#time=1d3ecf3892ddebe @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{7FA2A2C6-276C-3F23-AF2A-800CCD05CFF2}] 1460706650 -#time=1d196eb87abcd5e +[Software\\Classes\\Interface\\{7FA2A2C6-276C-3F23-AF2A-800CCD05CFF2}] 1526460884 +#time=1d3ecf3895578de @="_ItemDragEventArgs" -[Software\\Classes\\Interface\\{7FA2A2C6-276C-3F23-AF2A-800CCD05CFF2}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abcb42 +[Software\\Classes\\Interface\\{7FA2A2C6-276C-3F23-AF2A-800CCD05CFF2}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955756e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FA2A2C6-276C-3F23-AF2A-800CCD05CFF2}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abcc8c +[Software\\Classes\\Interface\\{7FA2A2C6-276C-3F23-AF2A-800CCD05CFF2}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955779e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FA2A2C6-276C-3F23-AF2A-800CCD05CFF2}\\TypeLib] 1460706650 -#time=1d196eb87abce6c +[Software\\Classes\\Interface\\{7FA2A2C6-276C-3F23-AF2A-800CCD05CFF2}\\TypeLib] 1526460884 +#time=1d3ecf389557ac8 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{7FA2B402-744D-34F5-AD8B-BD7C018B31F5}] 1460706650 -#time=1d196eb87ab3c9a +[Software\\Classes\\Interface\\{7FA2B402-744D-34F5-AD8B-BD7C018B31F5}] 1526460884 +#time=1d3ecf389548050 @="_HelpEventArgs" -[Software\\Classes\\Interface\\{7FA2B402-744D-34F5-AD8B-BD7C018B31F5}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab3a6a +[Software\\Classes\\Interface\\{7FA2B402-744D-34F5-AD8B-BD7C018B31F5}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389547c54 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FA2B402-744D-34F5-AD8B-BD7C018B31F5}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab3bc8 +[Software\\Classes\\Interface\\{7FA2B402-744D-34F5-AD8B-BD7C018B31F5}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389547ede @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FA2B402-744D-34F5-AD8B-BD7C018B31F5}\\TypeLib] 1460706650 -#time=1d196eb87ab3db2 +[Software\\Classes\\Interface\\{7FA2B402-744D-34F5-AD8B-BD7C018B31F5}\\TypeLib] 1526460884 +#time=1d3ecf38954824e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{7FB08423-038F-3ACC-B600-E6D072BAE160}] 1460706649 -#time=1d196eb86ff8a80 +[Software\\Classes\\Interface\\{7FB08423-038F-3ACC-B600-E6D072BAE160}] 1526460883 +#time=1d3ecf388b7ad16 @="_CryptographicUnexpectedOperationException" -[Software\\Classes\\Interface\\{7FB08423-038F-3ACC-B600-E6D072BAE160}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff8878 +[Software\\Classes\\Interface\\{7FB08423-038F-3ACC-B600-E6D072BAE160}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7aabe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FB08423-038F-3ACC-B600-E6D072BAE160}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff89b8 +[Software\\Classes\\Interface\\{7FB08423-038F-3ACC-B600-E6D072BAE160}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7ac26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FB08423-038F-3ACC-B600-E6D072BAE160}\\TypeLib] 1460706649 -#time=1d196eb86ff8b7a +[Software\\Classes\\Interface\\{7FB08423-038F-3ACC-B600-E6D072BAE160}\\TypeLib] 1526460883 +#time=1d3ecf388b7ae38 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7FB9ACF1-26BE-400E-85B5-294B9C75DFD6}] 1460706471 -#time=1d196eb1d1507a8 +[Software\\Classes\\Interface\\{7FB9ACF1-26BE-400E-85B5-294B9C75DFD6}] 1526460533 +#time=1d3ecf2b7d61f98 @="IRepetitionPattern" -[Software\\Classes\\Interface\\{7FB9ACF1-26BE-400E-85B5-294B9C75DFD6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d150582 +[Software\\Classes\\Interface\\{7FB9ACF1-26BE-400E-85B5-294B9C75DFD6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d61d04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FB9ACF1-26BE-400E-85B5-294B9C75DFD6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d1506d6 +[Software\\Classes\\Interface\\{7FB9ACF1-26BE-400E-85B5-294B9C75DFD6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d61e80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FB9ACF1-26BE-400E-85B5-294B9C75DFD6}\\TypeLib] 1460706471 -#time=1d196eb1d150898 +[Software\\Classes\\Interface\\{7FB9ACF1-26BE-400E-85B5-294B9C75DFD6}\\TypeLib] 1526460533 +#time=1d3ecf2b7d620a6 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{7FBCFDC7-5CEC-3945-8095-DAED61BE5FB1}] 1460706649 -#time=1d196eb86f7f0cc +[Software\\Classes\\Interface\\{7FBCFDC7-5CEC-3945-8095-DAED61BE5FB1}] 1526460883 +#time=1d3ecf388af9bb2 @="_ResourceReader" -[Software\\Classes\\Interface\\{7FBCFDC7-5CEC-3945-8095-DAED61BE5FB1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7eec4 +[Software\\Classes\\Interface\\{7FBCFDC7-5CEC-3945-8095-DAED61BE5FB1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af995a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FBCFDC7-5CEC-3945-8095-DAED61BE5FB1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7f004 +[Software\\Classes\\Interface\\{7FBCFDC7-5CEC-3945-8095-DAED61BE5FB1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af9ac2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FBCFDC7-5CEC-3945-8095-DAED61BE5FB1}\\TypeLib] 1460706649 -#time=1d196eb86f7f1c6 +[Software\\Classes\\Interface\\{7FBCFDC7-5CEC-3945-8095-DAED61BE5FB1}\\TypeLib] 1526460883 +#time=1d3ecf388af9cca @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{7FD52380-4E07-101B-AE2D-08002B2EC713}] 1460706471 -#time=1d196eb1d0a42a0 +[Software\\Classes\\Interface\\{7FD52380-4E07-101B-AE2D-08002B2EC713}] 1526460533 +#time=1d3ecf2b7bcf6d0 @="IPersistStreamInit" -[Software\\Classes\\Interface\\{7FD52380-4E07-101B-AE2D-08002B2EC713}\\NumMethods] 1460706471 -#time=1d196eb1d0a41c4 +[Software\\Classes\\Interface\\{7FD52380-4E07-101B-AE2D-08002B2EC713}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcf5d6 @="9" -[Software\\Classes\\Interface\\{7FD52380-4E07-101B-AE2D-08002B2EC713}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a4318 +[Software\\Classes\\Interface\\{7FD52380-4E07-101B-AE2D-08002B2EC713}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcf752 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{7FEE7903-F97C-3350-AD42-196B00AD2564}] 1460706649 -#time=1d196eb86fbdbd8 +[Software\\Classes\\Interface\\{7FEE7903-F97C-3350-AD42-196B00AD2564}] 1526460883 +#time=1d3ecf388b3b95e @="_IsolatedStoragePermission" -[Software\\Classes\\Interface\\{7FEE7903-F97C-3350-AD42-196B00AD2564}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbd9d0 +[Software\\Classes\\Interface\\{7FEE7903-F97C-3350-AD42-196B00AD2564}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3b710 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FEE7903-F97C-3350-AD42-196B00AD2564}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbdb10 +[Software\\Classes\\Interface\\{7FEE7903-F97C-3350-AD42-196B00AD2564}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3b878 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{7FEE7903-F97C-3350-AD42-196B00AD2564}\\TypeLib] 1460706649 -#time=1d196eb86fbdcf0 +[Software\\Classes\\Interface\\{7FEE7903-F97C-3350-AD42-196B00AD2564}\\TypeLib] 1526460883 +#time=1d3ecf388b3ba76 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8000E51A-541C-3B20-A8EC-C8A8B41116C4}] 1460706649 -#time=1d196eb86fcbd14 +[Software\\Classes\\Interface\\{8000E51A-541C-3B20-A8EC-C8A8B41116C4}] 1526460883 +#time=1d3ecf388b4a986 @="_SuppressUnmanagedCodeSecurityAttribute" -[Software\\Classes\\Interface\\{8000E51A-541C-3B20-A8EC-C8A8B41116C4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcbac6 +[Software\\Classes\\Interface\\{8000E51A-541C-3B20-A8EC-C8A8B41116C4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4a706 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8000E51A-541C-3B20-A8EC-C8A8B41116C4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcbc10 +[Software\\Classes\\Interface\\{8000E51A-541C-3B20-A8EC-C8A8B41116C4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4a88c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8000E51A-541C-3B20-A8EC-C8A8B41116C4}\\TypeLib] 1460706649 -#time=1d196eb86fcbe18 +[Software\\Classes\\Interface\\{8000E51A-541C-3B20-A8EC-C8A8B41116C4}\\TypeLib] 1526460883 +#time=1d3ecf388b4aa94 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{80031D2A-AD59-3FB4-97F3-B864D71DA86B}] 1460706649 -#time=1d196eb86f142e0 +[Software\\Classes\\Interface\\{80031D2A-AD59-3FB4-97F3-B864D71DA86B}] 1526460883 +#time=1d3ecf388a8bfd6 @="ISoapXsd" -[Software\\Classes\\Interface\\{80031D2A-AD59-3FB4-97F3-B864D71DA86B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f13d7c +[Software\\Classes\\Interface\\{80031D2A-AD59-3FB4-97F3-B864D71DA86B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8bd7e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{80031D2A-AD59-3FB4-97F3-B864D71DA86B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f140f6 +[Software\\Classes\\Interface\\{80031D2A-AD59-3FB4-97F3-B864D71DA86B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8bee6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{80031D2A-AD59-3FB4-97F3-B864D71DA86B}\\TypeLib] 1460706649 -#time=1d196eb86f14560 +[Software\\Classes\\Interface\\{80031D2A-AD59-3FB4-97F3-B864D71DA86B}\\TypeLib] 1526460883 +#time=1d3ecf388a8c0f8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8017B414-4886-33DA-80A3-7865C1350D43}] 1460706649 -#time=1d196eb8701133c +[Software\\Classes\\Interface\\{8017B414-4886-33DA-80A3-7865C1350D43}] 1526460883 +#time=1d3ecf388b978a8 @="_SignatureDescription" -[Software\\Classes\\Interface\\{8017B414-4886-33DA-80A3-7865C1350D43}\\ProxyStubClsid] 1460706649 -#time=1d196eb8701112a +[Software\\Classes\\Interface\\{8017B414-4886-33DA-80A3-7865C1350D43}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b97646 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8017B414-4886-33DA-80A3-7865C1350D43}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8701126a +[Software\\Classes\\Interface\\{8017B414-4886-33DA-80A3-7865C1350D43}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b977b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8017B414-4886-33DA-80A3-7865C1350D43}\\TypeLib] 1460706649 -#time=1d196eb87011440 +[Software\\Classes\\Interface\\{8017B414-4886-33DA-80A3-7865C1350D43}\\TypeLib] 1526460883 +#time=1d3ecf388b979c0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{802E2ACC-A7F8-3CA9-9114-F49998BEBE6E}] 1460706650 -#time=1d196eb877ec52a +[Software\\Classes\\Interface\\{802E2ACC-A7F8-3CA9-9114-F49998BEBE6E}] 1526460884 +#time=1d3ecf3892c7e5c @="_CodeMemberProperty" -[Software\\Classes\\Interface\\{802E2ACC-A7F8-3CA9-9114-F49998BEBE6E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ec2aa +[Software\\Classes\\Interface\\{802E2ACC-A7F8-3CA9-9114-F49998BEBE6E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c7aba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{802E2ACC-A7F8-3CA9-9114-F49998BEBE6E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ec43a +[Software\\Classes\\Interface\\{802E2ACC-A7F8-3CA9-9114-F49998BEBE6E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c7d12 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{802E2ACC-A7F8-3CA9-9114-F49998BEBE6E}\\TypeLib] 1460706650 -#time=1d196eb877ec66a +[Software\\Classes\\Interface\\{802E2ACC-A7F8-3CA9-9114-F49998BEBE6E}\\TypeLib] 1526460884 +#time=1d3ecf3892c8000 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{8034AAF4-3666-3B6F-85CF-463F9BFD31A9}] 1460706649 -#time=1d196eb8700b1f8 +[Software\\Classes\\Interface\\{8034AAF4-3666-3B6F-85CF-463F9BFD31A9}] 1526460883 +#time=1d3ecf388b90ac6 @="_RSAPKCS1KeyExchangeDeformatter" -[Software\\Classes\\Interface\\{8034AAF4-3666-3B6F-85CF-463F9BFD31A9}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700aec4 +[Software\\Classes\\Interface\\{8034AAF4-3666-3B6F-85CF-463F9BFD31A9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b90846 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8034AAF4-3666-3B6F-85CF-463F9BFD31A9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700b0ea +[Software\\Classes\\Interface\\{8034AAF4-3666-3B6F-85CF-463F9BFD31A9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b909d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8034AAF4-3666-3B6F-85CF-463F9BFD31A9}\\TypeLib] 1460706649 -#time=1d196eb8700b310 +[Software\\Classes\\Interface\\{8034AAF4-3666-3B6F-85CF-463F9BFD31A9}\\TypeLib] 1526460883 +#time=1d3ecf388b90c2e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8039C41F-4399-38A2-99B7-D234B5CF7A7B}] 1460706649 -#time=1d196eb86f578b0 +[Software\\Classes\\Interface\\{8039C41F-4399-38A2-99B7-D234B5CF7A7B}] 1526460883 +#time=1d3ecf388acd738 @="_KeyNotFoundException" -[Software\\Classes\\Interface\\{8039C41F-4399-38A2-99B7-D234B5CF7A7B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f576b2 +[Software\\Classes\\Interface\\{8039C41F-4399-38A2-99B7-D234B5CF7A7B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acd4c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8039C41F-4399-38A2-99B7-D234B5CF7A7B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f577e8 +[Software\\Classes\\Interface\\{8039C41F-4399-38A2-99B7-D234B5CF7A7B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acd648 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8039C41F-4399-38A2-99B7-D234B5CF7A7B}\\TypeLib] 1460706649 -#time=1d196eb86f579aa +[Software\\Classes\\Interface\\{8039C41F-4399-38A2-99B7-D234B5CF7A7B}\\TypeLib] 1526460883 +#time=1d3ecf388acd85a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{805D7A98-D4AF-3F0F-967F-E5CF45312D2C}] 1460706649 -#time=1d196eb86ed2232 +[Software\\Classes\\Interface\\{805D7A98-D4AF-3F0F-967F-E5CF45312D2C}] 1526460883 +#time=1d3ecf388a5b75a @="IDisposable" -[Software\\Classes\\Interface\\{805D7A98-D4AF-3F0F-967F-E5CF45312D2C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed2016 +[Software\\Classes\\Interface\\{805D7A98-D4AF-3F0F-967F-E5CF45312D2C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5b49e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{805D7A98-D4AF-3F0F-967F-E5CF45312D2C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed2160 +[Software\\Classes\\Interface\\{805D7A98-D4AF-3F0F-967F-E5CF45312D2C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5b64c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{805D7A98-D4AF-3F0F-967F-E5CF45312D2C}\\TypeLib] 1460706649 -#time=1d196eb86ed232c +[Software\\Classes\\Interface\\{805D7A98-D4AF-3F0F-967F-E5CF45312D2C}\\TypeLib] 1526460883 +#time=1d3ecf388a5b8a4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{805E3B62-B5E9-393D-8941-377D8BF4556B}] 1460706649 -#time=1d196eb86eceede +[Software\\Classes\\Interface\\{805E3B62-B5E9-393D-8941-377D8BF4556B}] 1526460883 +#time=1d3ecf388a58bb8 @="IConvertible" -[Software\\Classes\\Interface\\{805E3B62-B5E9-393D-8941-377D8BF4556B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ececc2 +[Software\\Classes\\Interface\\{805E3B62-B5E9-393D-8941-377D8BF4556B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5894c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{805E3B62-B5E9-393D-8941-377D8BF4556B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ecee0c +[Software\\Classes\\Interface\\{805E3B62-B5E9-393D-8941-377D8BF4556B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a58ac8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{805E3B62-B5E9-393D-8941-377D8BF4556B}\\TypeLib] 1460706649 -#time=1d196eb86ecefe2 +[Software\\Classes\\Interface\\{805E3B62-B5E9-393D-8941-377D8BF4556B}\\TypeLib] 1526460883 +#time=1d3ecf388a58cda @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8064A157-B5C8-3A4A-AD3D-02DC1A39C417}] 1460706649 -#time=1d196eb86f561e0 +[Software\\Classes\\Interface\\{8064A157-B5C8-3A4A-AD3D-02DC1A39C417}] 1526460883 +#time=1d3ecf388acbd20 @="_Comparer" -[Software\\Classes\\Interface\\{8064A157-B5C8-3A4A-AD3D-02DC1A39C417}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f55fba +[Software\\Classes\\Interface\\{8064A157-B5C8-3A4A-AD3D-02DC1A39C417}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acbac8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8064A157-B5C8-3A4A-AD3D-02DC1A39C417}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f56118 +[Software\\Classes\\Interface\\{8064A157-B5C8-3A4A-AD3D-02DC1A39C417}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acbc30 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8064A157-B5C8-3A4A-AD3D-02DC1A39C417}\\TypeLib] 1460706649 -#time=1d196eb86f562da +[Software\\Classes\\Interface\\{8064A157-B5C8-3A4A-AD3D-02DC1A39C417}\\TypeLib] 1526460883 +#time=1d3ecf388acbe2e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8068AE1D-26CB-3DB6-97CD-ED83DE116C5A}] 1460706650 -#time=1d196eb877d7cd8 +[Software\\Classes\\Interface\\{8068AE1D-26CB-3DB6-97CD-ED83DE116C5A}] 1526460884 +#time=1d3ecf3892a0096 @="_CodeTypeMember" -[Software\\Classes\\Interface\\{8068AE1D-26CB-3DB6-97CD-ED83DE116C5A}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d7968 +[Software\\Classes\\Interface\\{8068AE1D-26CB-3DB6-97CD-ED83DE116C5A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38929fc90 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8068AE1D-26CB-3DB6-97CD-ED83DE116C5A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d7ba2 +[Software\\Classes\\Interface\\{8068AE1D-26CB-3DB6-97CD-ED83DE116C5A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929feca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8068AE1D-26CB-3DB6-97CD-ED83DE116C5A}\\TypeLib] 1460706650 -#time=1d196eb877d7e22 +[Software\\Classes\\Interface\\{8068AE1D-26CB-3DB6-97CD-ED83DE116C5A}\\TypeLib] 1526460884 +#time=1d3ecf3892a0302 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{808F4E35-8D5A-4FBE-8466-33A41279ED30}] 1460706471 -#time=1d196eb1cd4c97c +[Software\\Classes\\Interface\\{808F4E35-8D5A-4FBE-8466-33A41279ED30}] 1526460533 +#time=1d3ecf2b796eab2 @="IMXReaderControl" -[Software\\Classes\\Interface\\{808F4E35-8D5A-4FBE-8466-33A41279ED30}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4c742 +[Software\\Classes\\Interface\\{808F4E35-8D5A-4FBE-8466-33A41279ED30}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796e80a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{808F4E35-8D5A-4FBE-8466-33A41279ED30}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4c8aa +[Software\\Classes\\Interface\\{808F4E35-8D5A-4FBE-8466-33A41279ED30}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796e9a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{808F4E35-8D5A-4FBE-8466-33A41279ED30}\\TypeLib] 1460706605 -#time=1d196eb6c62bd82 +[Software\\Classes\\Interface\\{808F4E35-8D5A-4FBE-8466-33A41279ED30}\\TypeLib] 1528075957 +#time=1d3fba3eb809016 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{80DA5818-609F-32B8-A9F8-95FCFBDB9C8E}] 1460706649 -#time=1d196eb86fa496c +[Software\\Classes\\Interface\\{80DA5818-609F-32B8-A9F8-95FCFBDB9C8E}] 1526460883 +#time=1d3ecf388b2003c @="_BStrWrapper" -[Software\\Classes\\Interface\\{80DA5818-609F-32B8-A9F8-95FCFBDB9C8E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa473c +[Software\\Classes\\Interface\\{80DA5818-609F-32B8-A9F8-95FCFBDB9C8E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1fdda @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{80DA5818-609F-32B8-A9F8-95FCFBDB9C8E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa489a +[Software\\Classes\\Interface\\{80DA5818-609F-32B8-A9F8-95FCFBDB9C8E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1ff4c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{80DA5818-609F-32B8-A9F8-95FCFBDB9C8E}\\TypeLib] 1460706649 -#time=1d196eb86fa4a66 +[Software\\Classes\\Interface\\{80DA5818-609F-32B8-A9F8-95FCFBDB9C8E}\\TypeLib] 1526460883 +#time=1d3ecf388b20154 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8127D409-CCD3-4683-967A-B43D5B482BF7}] 1460706471 -#time=1d196eb1cfcacbc +[Software\\Classes\\Interface\\{8127D409-CCD3-4683-967A-B43D5B482BF7}] 1526460533 +#time=1d3ecf2b7e3ad52 @="ITfTextEditSink" -[Software\\Classes\\Interface\\{8127D409-CCD3-4683-967A-B43D5B482BF7}\\NumMethods] 1460706471 -#time=1d196eb1cfcabea +[Software\\Classes\\Interface\\{8127D409-CCD3-4683-967A-B43D5B482BF7}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3ac58 @="4" -[Software\\Classes\\Interface\\{8127D409-CCD3-4683-967A-B43D5B482BF7}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcad34 +[Software\\Classes\\Interface\\{8127D409-CCD3-4683-967A-B43D5B482BF7}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3add4 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{812A8B20-CB02-3483-8A29-424C6CDAC4B7}] 1460706650 -#time=1d196eb87ab1c10 +[Software\\Classes\\Interface\\{812A8B20-CB02-3483-8A29-424C6CDAC4B7}] 1526460884 +#time=1d3ecf389543ac8 @="_ScrollableControl" -[Software\\Classes\\Interface\\{812A8B20-CB02-3483-8A29-424C6CDAC4B7}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab19fe +[Software\\Classes\\Interface\\{812A8B20-CB02-3483-8A29-424C6CDAC4B7}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895436cc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{812A8B20-CB02-3483-8A29-424C6CDAC4B7}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab1b3e +[Software\\Classes\\Interface\\{812A8B20-CB02-3483-8A29-424C6CDAC4B7}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389543924 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{812A8B20-CB02-3483-8A29-424C6CDAC4B7}\\TypeLib] 1460706650 -#time=1d196eb87ab1d14 +[Software\\Classes\\Interface\\{812A8B20-CB02-3483-8A29-424C6CDAC4B7}\\TypeLib] 1526460884 +#time=1d3ecf389543cbc @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{81456E86-22AF-31D1-A91A-9C370C0E2530}] 1460706649 -#time=1d196eb86f51b54 +[Software\\Classes\\Interface\\{81456E86-22AF-31D1-A91A-9C370C0E2530}] 1526460883 +#time=1d3ecf388ac6ec4 @="_Timeout" -[Software\\Classes\\Interface\\{81456E86-22AF-31D1-A91A-9C370C0E2530}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f51910 +[Software\\Classes\\Interface\\{81456E86-22AF-31D1-A91A-9C370C0E2530}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac6c62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{81456E86-22AF-31D1-A91A-9C370C0E2530}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f51a78 +[Software\\Classes\\Interface\\{81456E86-22AF-31D1-A91A-9C370C0E2530}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac6dd4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{81456E86-22AF-31D1-A91A-9C370C0E2530}\\TypeLib] 1460706649 -#time=1d196eb86f51c4e +[Software\\Classes\\Interface\\{81456E86-22AF-31D1-A91A-9C370C0E2530}\\TypeLib] 1526460883 +#time=1d3ecf388ac6fdc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{814F9C35-B7F8-3CEB-8E43-E01F09157060}] 1460706649 -#time=1d196eb87009286 +[Software\\Classes\\Interface\\{814F9C35-B7F8-3CEB-8E43-E01F09157060}] 1526460883 +#time=1d3ecf388b8e992 @="_RIPEMD160Managed" -[Software\\Classes\\Interface\\{814F9C35-B7F8-3CEB-8E43-E01F09157060}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700906a +[Software\\Classes\\Interface\\{814F9C35-B7F8-3CEB-8E43-E01F09157060}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8e71c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{814F9C35-B7F8-3CEB-8E43-E01F09157060}\\ProxyStubClsid32] 1460706649 -#time=1d196eb870091b4 +[Software\\Classes\\Interface\\{814F9C35-B7F8-3CEB-8E43-E01F09157060}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8e8ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{814F9C35-B7F8-3CEB-8E43-E01F09157060}\\TypeLib] 1460706649 -#time=1d196eb8700938a +[Software\\Classes\\Interface\\{814F9C35-B7F8-3CEB-8E43-E01F09157060}\\TypeLib] 1526460883 +#time=1d3ecf388b8eaaa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8165B19E-8D3A-4D0B-80C8-97DE310DB583}] 1460706650 -#time=1d196eb87533608 +[Software\\Classes\\Interface\\{8165B19E-8D3A-4D0B-80C8-97DE310DB583}] 1526460884 +#time=1d3ecf38904ac60 @="IServicedComponentInfo" -[Software\\Classes\\Interface\\{8165B19E-8D3A-4D0B-80C8-97DE310DB583}\\ProxyStubClsid] 1460706650 -#time=1d196eb875333f6 +[Software\\Classes\\Interface\\{8165B19E-8D3A-4D0B-80C8-97DE310DB583}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904a896 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8165B19E-8D3A-4D0B-80C8-97DE310DB583}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87533540 +[Software\\Classes\\Interface\\{8165B19E-8D3A-4D0B-80C8-97DE310DB583}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38904aa9e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8165B19E-8D3A-4D0B-80C8-97DE310DB583}\\TypeLib] 1460706650 -#time=1d196eb8753370c +[Software\\Classes\\Interface\\{8165B19E-8D3A-4D0B-80C8-97DE310DB583}\\TypeLib] 1526460884 +#time=1d3ecf38904ae0e @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{816858A4-260D-4260-933A-2585F1ABC76B}] 1460706472 -#time=1d196eb1d1e4cbe +[Software\\Classes\\Interface\\{816858A4-260D-4260-933A-2585F1ABC76B}] 1526460533 +#time=1d3ecf2b7def172 @="IUpdateSession" -[Software\\Classes\\Interface\\{816858A4-260D-4260-933A-2585F1ABC76B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e49bc +[Software\\Classes\\Interface\\{816858A4-260D-4260-933A-2585F1ABC76B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7deeefc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{816858A4-260D-4260-933A-2585F1ABC76B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e4bba +[Software\\Classes\\Interface\\{816858A4-260D-4260-933A-2585F1ABC76B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7def082 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{816858A4-260D-4260-933A-2585F1ABC76B}\\TypeLib] 1460706472 -#time=1d196eb1d1e4dd6 +[Software\\Classes\\Interface\\{816858A4-260D-4260-933A-2585F1ABC76B}\\TypeLib] 1526460533 +#time=1d3ecf2b7def280 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{818EC118-BE7E-3CDE-92C8-44B99160920E}] 1460706649 -#time=1d196eb86fe87fc +[Software\\Classes\\Interface\\{818EC118-BE7E-3CDE-92C8-44B99160920E}] 1526460883 +#time=1d3ecf388b6a4ca @="_SoapAnyUri" -[Software\\Classes\\Interface\\{818EC118-BE7E-3CDE-92C8-44B99160920E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe85b8 +[Software\\Classes\\Interface\\{818EC118-BE7E-3CDE-92C8-44B99160920E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6a272 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{818EC118-BE7E-3CDE-92C8-44B99160920E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe8702 +[Software\\Classes\\Interface\\{818EC118-BE7E-3CDE-92C8-44B99160920E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6a3da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{818EC118-BE7E-3CDE-92C8-44B99160920E}\\TypeLib] 1460706649 -#time=1d196eb86fe891e +[Software\\Classes\\Interface\\{818EC118-BE7E-3CDE-92C8-44B99160920E}\\TypeLib] 1526460883 +#time=1d3ecf388b6a5e2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{81AA0D59-C3B1-36A3-B2E7-054928FBFC1A}] 1460706649 -#time=1d196eb86f5de72 +[Software\\Classes\\Interface\\{81AA0D59-C3B1-36A3-B2E7-054928FBFC1A}] 1526460883 +#time=1d3ecf388ad4844 @="_AmbiguousMatchException" -[Software\\Classes\\Interface\\{81AA0D59-C3B1-36A3-B2E7-054928FBFC1A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5dc60 +[Software\\Classes\\Interface\\{81AA0D59-C3B1-36A3-B2E7-054928FBFC1A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad45ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{81AA0D59-C3B1-36A3-B2E7-054928FBFC1A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5dd96 +[Software\\Classes\\Interface\\{81AA0D59-C3B1-36A3-B2E7-054928FBFC1A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad475e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{81AA0D59-C3B1-36A3-B2E7-054928FBFC1A}\\TypeLib] 1460706649 -#time=1d196eb86f5df76 +[Software\\Classes\\Interface\\{81AA0D59-C3B1-36A3-B2E7-054928FBFC1A}\\TypeLib] 1526460883 +#time=1d3ecf388ad4966 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{81DDC1B8-9D35-47A6-B471-5B80F519223B}] 1460706472 -#time=1d196eb1d1e5c0e +[Software\\Classes\\Interface\\{81DDC1B8-9D35-47A6-B471-5B80F519223B}] 1526460533 +#time=1d3ecf2b7defe92 @="ICategory" -[Software\\Classes\\Interface\\{81DDC1B8-9D35-47A6-B471-5B80F519223B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e5916 +[Software\\Classes\\Interface\\{81DDC1B8-9D35-47A6-B471-5B80F519223B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7defc26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{81DDC1B8-9D35-47A6-B471-5B80F519223B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e5aec +[Software\\Classes\\Interface\\{81DDC1B8-9D35-47A6-B471-5B80F519223B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7defda2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{81DDC1B8-9D35-47A6-B471-5B80F519223B}\\TypeLib] 1460706472 -#time=1d196eb1d1e5d44 +[Software\\Classes\\Interface\\{81DDC1B8-9D35-47A6-B471-5B80F519223B}\\TypeLib] 1526460533 +#time=1d3ecf2b7deffaa @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{81F9757C-95D2-3F01-81C2-40660016A5FB}] 1460706650 -#time=1d196eb87541c76 +[Software\\Classes\\Interface\\{81F9757C-95D2-3F01-81C2-40660016A5FB}] 1526460884 +#time=1d3ecf3890607ea @="_ComSoapPublishError" -[Software\\Classes\\Interface\\{81F9757C-95D2-3F01-81C2-40660016A5FB}\\ProxyStubClsid] 1460706650 -#time=1d196eb87541a28 +[Software\\Classes\\Interface\\{81F9757C-95D2-3F01-81C2-40660016A5FB}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389060344 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{81F9757C-95D2-3F01-81C2-40660016A5FB}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87541ba4 +[Software\\Classes\\Interface\\{81F9757C-95D2-3F01-81C2-40660016A5FB}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38906065a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{81F9757C-95D2-3F01-81C2-40660016A5FB}\\TypeLib] 1460706650 -#time=1d196eb87541d70 +[Software\\Classes\\Interface\\{81F9757C-95D2-3F01-81C2-40660016A5FB}\\TypeLib] 1526460884 +#time=1d3ecf389060a06 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{82D57B2B-C639-32A0-89B4-62A0C29DD64E}] 1460706650 -#time=1d196eb877e7962 +[Software\\Classes\\Interface\\{82A2986C-0293-4FD0-B279-B21B86C058BE}] 1526460533 +#time=1d3ecf2b7fc9114 +@="IWMPSyncDevice" + +[Software\\Classes\\Interface\\{82A2986C-0293-4FD0-B279-B21B86C058BE}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc8e80 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{82A2986C-0293-4FD0-B279-B21B86C058BE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc8ffc +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{82A2986C-0293-4FD0-B279-B21B86C058BE}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc922c +@="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" +"Version"="1.0" + +[Software\\Classes\\Interface\\{82D57B2B-C639-32A0-89B4-62A0C29DD64E}] 1526460884 +#time=1d3ecf3892c0922 @="_CodeFieldReferenceExpression" -[Software\\Classes\\Interface\\{82D57B2B-C639-32A0-89B4-62A0C29DD64E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e773c +[Software\\Classes\\Interface\\{82D57B2B-C639-32A0-89B4-62A0C29DD64E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c0620 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{82D57B2B-C639-32A0-89B4-62A0C29DD64E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e7890 +[Software\\Classes\\Interface\\{82D57B2B-C639-32A0-89B4-62A0C29DD64E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c0800 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{82D57B2B-C639-32A0-89B4-62A0C29DD64E}\\TypeLib] 1460706650 -#time=1d196eb877e7a70 +[Software\\Classes\\Interface\\{82D57B2B-C639-32A0-89B4-62A0C29DD64E}\\TypeLib] 1526460884 +#time=1d3ecf3892c0ada @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{82D6B3BF-A633-3B3B-A09E-2363E4B24A41}] 1460706649 -#time=1d196eb86f39874 +[Software\\Classes\\Interface\\{82D6B3BF-A633-3B3B-A09E-2363E4B24A41}] 1526460883 +#time=1d3ecf388aacb6e @="_TypeLoadException" -[Software\\Classes\\Interface\\{82D6B3BF-A633-3B3B-A09E-2363E4B24A41}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f39662 +[Software\\Classes\\Interface\\{82D6B3BF-A633-3B3B-A09E-2363E4B24A41}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aac90c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{82D6B3BF-A633-3B3B-A09E-2363E4B24A41}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f397ac +[Software\\Classes\\Interface\\{82D6B3BF-A633-3B3B-A09E-2363E4B24A41}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aaca88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{82D6B3BF-A633-3B3B-A09E-2363E4B24A41}\\TypeLib] 1460706649 -#time=1d196eb86f39978 +[Software\\Classes\\Interface\\{82D6B3BF-A633-3B3B-A09E-2363E4B24A41}\\TypeLib] 1526460883 +#time=1d3ecf388aacc86 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8359F3AB-643F-3BCF-91E8-16E779EDEBE1}] 1460706649 -#time=1d196eb86fdccb8 +[Software\\Classes\\Interface\\{8359F3AB-643F-3BCF-91E8-16E779EDEBE1}] 1526460883 +#time=1d3ecf388b5d3f6 @="_TypeEntry" -[Software\\Classes\\Interface\\{8359F3AB-643F-3BCF-91E8-16E779EDEBE1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdca7e +[Software\\Classes\\Interface\\{8359F3AB-643F-3BCF-91E8-16E779EDEBE1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5d194 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8359F3AB-643F-3BCF-91E8-16E779EDEBE1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdcbe6 +[Software\\Classes\\Interface\\{8359F3AB-643F-3BCF-91E8-16E779EDEBE1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5d306 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8359F3AB-643F-3BCF-91E8-16E779EDEBE1}\\TypeLib] 1460706649 -#time=1d196eb86fdcdbc +[Software\\Classes\\Interface\\{8359F3AB-643F-3BCF-91E8-16E779EDEBE1}\\TypeLib] 1526460883 +#time=1d3ecf388b5d522 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8363BC22-B4B4-4B19-989D-1CD765749DD1}] 1460706472 -#time=1d196eb1d1c49aa +[Software\\Classes\\Interface\\{8363BC22-B4B4-4B19-989D-1CD765749DD1}] 1526460533 +#time=1d3ecf2b7fc195a @="IWMPMediaCollection" -[Software\\Classes\\Interface\\{8363BC22-B4B4-4B19-989D-1CD765749DD1}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c4784 +[Software\\Classes\\Interface\\{8363BC22-B4B4-4B19-989D-1CD765749DD1}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc16ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8363BC22-B4B4-4B19-989D-1CD765749DD1}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c48d8 +[Software\\Classes\\Interface\\{8363BC22-B4B4-4B19-989D-1CD765749DD1}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc186a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8363BC22-B4B4-4B19-989D-1CD765749DD1}\\TypeLib] 1460706472 -#time=1d196eb1d1c4a9a +[Software\\Classes\\Interface\\{8363BC22-B4B4-4B19-989D-1CD765749DD1}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc1a86 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{83ACBFAE-1A16-33EB-ABA0-BA8DF0B206D7}] 1460706650 -#time=1d196eb87aa79fe +[Software\\Classes\\Interface\\{83ACBFAE-1A16-33EB-ABA0-BA8DF0B206D7}] 1526460884 +#time=1d3ecf38953686e @="_Control" -[Software\\Classes\\Interface\\{83ACBFAE-1A16-33EB-ABA0-BA8DF0B206D7}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa77b0 +[Software\\Classes\\Interface\\{83ACBFAE-1A16-33EB-ABA0-BA8DF0B206D7}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953647c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{83ACBFAE-1A16-33EB-ABA0-BA8DF0B206D7}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa792c +[Software\\Classes\\Interface\\{83ACBFAE-1A16-33EB-ABA0-BA8DF0B206D7}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389536706 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{83ACBFAE-1A16-33EB-ABA0-BA8DF0B206D7}\\TypeLib] 1460706650 -#time=1d196eb87aa7b02 +[Software\\Classes\\Interface\\{83ACBFAE-1A16-33EB-ABA0-BA8DF0B206D7}\\TypeLib] 1526460884 +#time=1d3ecf3895369ea @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{83E81B93-0873-474D-8A8C-F2018B1A939C}] 1460706471 -#time=1d196eb1d0cf1da +[Software\\Classes\\Interface\\{83E81B93-0873-474D-8A8C-F2018B1A939C}] 1526460533 +#time=1d3ecf2b7fdbc06 @="IBackgroundCopyFile2" -[Software\\Classes\\Interface\\{83E81B93-0873-474D-8A8C-F2018B1A939C}\\NumMethods] 1460706471 -#time=1d196eb1d0cf05e +[Software\\Classes\\Interface\\{83E81B93-0873-474D-8A8C-F2018B1A939C}\\NumMethods] 1526460533 +#time=1d3ecf2b7fdbb16 @="8" -[Software\\Classes\\Interface\\{83E81B93-0873-474D-8A8C-F2018B1A939C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0cf25c +[Software\\Classes\\Interface\\{83E81B93-0873-474D-8A8C-F2018B1A939C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fdbca6 @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{841190A7-1631-37B1-AC96-81109766E4DD}] 1460706650 -#time=1d196eb87539ca6 +[Software\\Classes\\Interface\\{841190A7-1631-37B1-AC96-81109766E4DD}] 1526460884 +#time=1d3ecf38905555c @="_RegistrationHelperTx" -[Software\\Classes\\Interface\\{841190A7-1631-37B1-AC96-81109766E4DD}\\ProxyStubClsid] 1460706650 -#time=1d196eb87539a8a +[Software\\Classes\\Interface\\{841190A7-1631-37B1-AC96-81109766E4DD}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389055296 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{841190A7-1631-37B1-AC96-81109766E4DD}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87539bd4 +[Software\\Classes\\Interface\\{841190A7-1631-37B1-AC96-81109766E4DD}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905546c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{841190A7-1631-37B1-AC96-81109766E4DD}\\TypeLib] 1460706650 -#time=1d196eb87539daa +[Software\\Classes\\Interface\\{841190A7-1631-37B1-AC96-81109766E4DD}\\TypeLib] 1526460884 +#time=1d3ecf38905567e @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{84199E64-439C-3011-B249-3C9065735ADB}] 1460706649 -#time=1d196eb86f48fcc +[Software\\Classes\\Interface\\{84199E64-439C-3011-B249-3C9065735ADB}] 1526460883 +#time=1d3ecf388abdee6 @="_UnhandledExceptionEventHandler" -[Software\\Classes\\Interface\\{84199E64-439C-3011-B249-3C9065735ADB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f48dce +[Software\\Classes\\Interface\\{84199E64-439C-3011-B249-3C9065735ADB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abdc7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{84199E64-439C-3011-B249-3C9065735ADB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f48f04 +[Software\\Classes\\Interface\\{84199E64-439C-3011-B249-3C9065735ADB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abddec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{84199E64-439C-3011-B249-3C9065735ADB}\\TypeLib] 1460706649 -#time=1d196eb86f490bc +[Software\\Classes\\Interface\\{84199E64-439C-3011-B249-3C9065735ADB}\\TypeLib] 1526460883 +#time=1d3ecf388abe026 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{84594461-0053-4342-A8FD-088FABF11F32}] 1460706471 -#time=1d196eb1d14e444 +[Software\\Classes\\Interface\\{84594461-0053-4342-A8FD-088FABF11F32}] 1526460533 +#time=1d3ecf2b7d5f1a8 @="IIdleSettings" -[Software\\Classes\\Interface\\{84594461-0053-4342-A8FD-088FABF11F32}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14e214 +[Software\\Classes\\Interface\\{84594461-0053-4342-A8FD-088FABF11F32}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5ef3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{84594461-0053-4342-A8FD-088FABF11F32}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14e372 +[Software\\Classes\\Interface\\{84594461-0053-4342-A8FD-088FABF11F32}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5f0ae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{84594461-0053-4342-A8FD-088FABF11F32}\\TypeLib] 1460706471 -#time=1d196eb1d14e534 +[Software\\Classes\\Interface\\{84594461-0053-4342-A8FD-088FABF11F32}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5f2b6 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{8474B65C-C39A-3D05-893D-577B9A314615}] 1460706649 -#time=1d196eb86f9c230 +[Software\\Classes\\Interface\\{8474B65C-C39A-3D05-893D-577B9A314615}] 1526460883 +#time=1d3ecf388b16e92 @="_InAttribute" -[Software\\Classes\\Interface\\{8474B65C-C39A-3D05-893D-577B9A314615}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9bfec +[Software\\Classes\\Interface\\{8474B65C-C39A-3D05-893D-577B9A314615}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b16c30 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8474B65C-C39A-3D05-893D-577B9A314615}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9c140 +[Software\\Classes\\Interface\\{8474B65C-C39A-3D05-893D-577B9A314615}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b16da2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8474B65C-C39A-3D05-893D-577B9A314615}\\TypeLib] 1460706649 -#time=1d196eb86f9c352 +[Software\\Classes\\Interface\\{8474B65C-C39A-3D05-893D-577B9A314615}\\TypeLib] 1526460883 +#time=1d3ecf388b16faa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{84BCCD23-5FDE-4CDB-AEA4-AF64B83D78AB}] 1460706471 -#time=1d196eb1ce1e8dc +[Software\\Classes\\Interface\\{84BCCD23-5FDE-4CDB-AEA4-AF64B83D78AB}] 1526460533 +#time=1d3ecf2b809ddc4 @="IFileSaveDialog" -[Software\\Classes\\Interface\\{84BCCD23-5FDE-4CDB-AEA4-AF64B83D78AB}\\NumMethods] 1460706471 -#time=1d196eb1ce1e800 +[Software\\Classes\\Interface\\{84BCCD23-5FDE-4CDB-AEA4-AF64B83D78AB}\\NumMethods] 1526460533 +#time=1d3ecf2b809dcca @="32" -[Software\\Classes\\Interface\\{84BCCD23-5FDE-4CDB-AEA4-AF64B83D78AB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1e954 +[Software\\Classes\\Interface\\{84BCCD23-5FDE-4CDB-AEA4-AF64B83D78AB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809de64 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{84BCEB62-16EB-4E1C-975C-FCB40D331043}] 1460706648 -#time=1d196eb868cbf14 +[Software\\Classes\\Interface\\{84BCEB62-16EB-4E1C-975C-FCB40D331043}] 1526460883 +#time=1d3ecf3884c2b54 @="COMMemberInfo" -[Software\\Classes\\Interface\\{84BCEB62-16EB-4E1C-975C-FCB40D331043}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cbd02 +[Software\\Classes\\Interface\\{84BCEB62-16EB-4E1C-975C-FCB40D331043}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c26ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{84BCEB62-16EB-4E1C-975C-FCB40D331043}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cbe42 +[Software\\Classes\\Interface\\{84BCEB62-16EB-4E1C-975C-FCB40D331043}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c29ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{84BCEB62-16EB-4E1C-975C-FCB40D331043}\\TypeLib] 1460706648 -#time=1d196eb868cc018 +[Software\\Classes\\Interface\\{84BCEB62-16EB-4E1C-975C-FCB40D331043}\\TypeLib] 1526460883 +#time=1d3ecf3884c2ece @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{84E7AC09-795A-3EA9-A36A-5B81EBAB0558}] 1460706649 -#time=1d196eb86f572e8 +[Software\\Classes\\Interface\\{84E7AC09-795A-3EA9-A36A-5B81EBAB0558}] 1526460883 +#time=1d3ecf388acd094 @="_Nullable" -[Software\\Classes\\Interface\\{84E7AC09-795A-3EA9-A36A-5B81EBAB0558}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f570d6 +[Software\\Classes\\Interface\\{84E7AC09-795A-3EA9-A36A-5B81EBAB0558}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acce32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{84E7AC09-795A-3EA9-A36A-5B81EBAB0558}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5720c +[Software\\Classes\\Interface\\{84E7AC09-795A-3EA9-A36A-5B81EBAB0558}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388accfa4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{84E7AC09-795A-3EA9-A36A-5B81EBAB0558}\\TypeLib] 1460706649 -#time=1d196eb86f573ec +[Software\\Classes\\Interface\\{84E7AC09-795A-3EA9-A36A-5B81EBAB0558}\\TypeLib] 1526460883 +#time=1d3ecf388acd1ac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{851D821B-1E0C-3E91-832D-BA593523F566}] 1460706650 -#time=1d196eb877eda38 +[Software\\Classes\\Interface\\{851D821B-1E0C-3E91-832D-BA593523F566}] 1526460884 +#time=1d3ecf3892c973e @="_CodeMethodReturnStatement" -[Software\\Classes\\Interface\\{851D821B-1E0C-3E91-832D-BA593523F566}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ed7fe +[Software\\Classes\\Interface\\{851D821B-1E0C-3E91-832D-BA593523F566}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c946e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{851D821B-1E0C-3E91-832D-BA593523F566}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ed970 +[Software\\Classes\\Interface\\{851D821B-1E0C-3E91-832D-BA593523F566}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c9630 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{851D821B-1E0C-3E91-832D-BA593523F566}\\TypeLib] 1460706650 -#time=1d196eb877edb32 +[Software\\Classes\\Interface\\{851D821B-1E0C-3E91-832D-BA593523F566}\\TypeLib] 1526460884 +#time=1d3ecf3892c98ba @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{853BC437-CA6E-375D-BCBB-818E917D9691}] 1460706650 -#time=1d196eb877f1aac +[Software\\Classes\\Interface\\{853BC437-CA6E-375D-BCBB-818E917D9691}] 1526460884 +#time=1d3ecf3892cee3c @="_CodeRemoveEventStatement" -[Software\\Classes\\Interface\\{853BC437-CA6E-375D-BCBB-818E917D9691}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f1890 +[Software\\Classes\\Interface\\{853BC437-CA6E-375D-BCBB-818E917D9691}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892ceb58 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{853BC437-CA6E-375D-BCBB-818E917D9691}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f19da +[Software\\Classes\\Interface\\{853BC437-CA6E-375D-BCBB-818E917D9691}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892ced24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{853BC437-CA6E-375D-BCBB-818E917D9691}\\TypeLib] 1460706650 -#time=1d196eb877f1ba6 +[Software\\Classes\\Interface\\{853BC437-CA6E-375D-BCBB-818E917D9691}\\TypeLib] 1526460884 +#time=1d3ecf3892cef90 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{855E6566-014A-3FE8-AA70-1EAC771E3A88}] 1460706649 -#time=1d196eb86f125da +[Software\\Classes\\Interface\\{855E6566-014A-3FE8-AA70-1EAC771E3A88}] 1526460883 +#time=1d3ecf388a8b23e @="IChannelInfo" -[Software\\Classes\\Interface\\{855E6566-014A-3FE8-AA70-1EAC771E3A88}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f12300 +[Software\\Classes\\Interface\\{855E6566-014A-3FE8-AA70-1EAC771E3A88}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8aff0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{855E6566-014A-3FE8-AA70-1EAC771E3A88}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f124c2 +[Software\\Classes\\Interface\\{855E6566-014A-3FE8-AA70-1EAC771E3A88}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8b158 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{855E6566-014A-3FE8-AA70-1EAC771E3A88}\\TypeLib] 1460706649 -#time=1d196eb86f1272e +[Software\\Classes\\Interface\\{855E6566-014A-3FE8-AA70-1EAC771E3A88}\\TypeLib] 1526460883 +#time=1d3ecf388a8b360 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{85601FEE-A79D-3710-AF21-099089EDC0BF}] 1460706649 -#time=1d196eb87006072 +[Software\\Classes\\Interface\\{85601FEE-A79D-3710-AF21-099089EDC0BF}] 1526460883 +#time=1d3ecf388b8bb5c @="_MaskGenerationMethod" -[Software\\Classes\\Interface\\{85601FEE-A79D-3710-AF21-099089EDC0BF}\\ProxyStubClsid] 1460706649 -#time=1d196eb87005e56 +[Software\\Classes\\Interface\\{85601FEE-A79D-3710-AF21-099089EDC0BF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8b8fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85601FEE-A79D-3710-AF21-099089EDC0BF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87005fa0 +[Software\\Classes\\Interface\\{85601FEE-A79D-3710-AF21-099089EDC0BF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8ba6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85601FEE-A79D-3710-AF21-099089EDC0BF}\\TypeLib] 1460706649 -#time=1d196eb8700616c +[Software\\Classes\\Interface\\{85601FEE-A79D-3710-AF21-099089EDC0BF}\\TypeLib] 1526460883 +#time=1d3ecf388b8bc74 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{85682905-13C3-3F08-87BC-22D304A00A74}] 1460706650 -#time=1d196eb87541064 +[Software\\Classes\\Interface\\{85682905-13C3-3F08-87BC-22D304A00A74}] 1526460884 +#time=1d3ecf38905d072 @="_ClrObjectFactory" -[Software\\Classes\\Interface\\{85682905-13C3-3F08-87BC-22D304A00A74}\\ProxyStubClsid] 1460706650 -#time=1d196eb87540cd6 +[Software\\Classes\\Interface\\{85682905-13C3-3F08-87BC-22D304A00A74}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905cbd6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85682905-13C3-3F08-87BC-22D304A00A74}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87540f56 +[Software\\Classes\\Interface\\{85682905-13C3-3F08-87BC-22D304A00A74}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905ce1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85682905-13C3-3F08-87BC-22D304A00A74}\\TypeLib] 1460706650 -#time=1d196eb87541172 +[Software\\Classes\\Interface\\{85682905-13C3-3F08-87BC-22D304A00A74}\\TypeLib] 1526460884 +#time=1d3ecf38905d25c @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{857E3097-E1ED-3050-A909-B41C51D99164}] 1460706650 -#time=1d196eb8753e53a +[Software\\Classes\\Interface\\{857E3097-E1ED-3050-A909-B41C51D99164}] 1526460884 +#time=1d3ecf38905a2b4 @="_Compensator" -[Software\\Classes\\Interface\\{857E3097-E1ED-3050-A909-B41C51D99164}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753e242 +[Software\\Classes\\Interface\\{857E3097-E1ED-3050-A909-B41C51D99164}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905a048 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{857E3097-E1ED-3050-A909-B41C51D99164}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753e40e +[Software\\Classes\\Interface\\{857E3097-E1ED-3050-A909-B41C51D99164}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905a1c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{857E3097-E1ED-3050-A909-B41C51D99164}\\TypeLib] 1460706650 -#time=1d196eb8753e706 +[Software\\Classes\\Interface\\{857E3097-E1ED-3050-A909-B41C51D99164}\\TypeLib] 1526460884 +#time=1d3ecf38905a3cc @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{85B4A627-7552-3AA6-8A1C-A213C5788FEC}] 1460706650 -#time=1d196eb87801f60 +[Software\\Classes\\Interface\\{85B4A627-7552-3AA6-8A1C-A213C5788FEC}] 1526460884 +#time=1d3ecf3892e59ac @="_WebClient" -[Software\\Classes\\Interface\\{85B4A627-7552-3AA6-8A1C-A213C5788FEC}\\ProxyStubClsid] 1460706650 -#time=1d196eb87801d58 +[Software\\Classes\\Interface\\{85B4A627-7552-3AA6-8A1C-A213C5788FEC}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e5722 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85B4A627-7552-3AA6-8A1C-A213C5788FEC}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87801e8e +[Software\\Classes\\Interface\\{85B4A627-7552-3AA6-8A1C-A213C5788FEC}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e58c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85B4A627-7552-3AA6-8A1C-A213C5788FEC}\\TypeLib] 1460706650 -#time=1d196eb8780205a +[Software\\Classes\\Interface\\{85B4A627-7552-3AA6-8A1C-A213C5788FEC}\\TypeLib] 1526460884 +#time=1d3ecf3892e5ac4 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{85CB6900-4D95-11CF-960C-0080C7F4EE85}] 1460706471 -#time=1d196eb1cdb65c0 +[Software\\Classes\\Interface\\{85CB6900-4D95-11CF-960C-0080C7F4EE85}] 1526460533 +#time=1d3ecf2b7a8d6d2 @="IShellWindows" -[Software\\Classes\\Interface\\{85CB6900-4D95-11CF-960C-0080C7F4EE85}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb639a +[Software\\Classes\\Interface\\{85CB6900-4D95-11CF-960C-0080C7F4EE85}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8d2f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85CB6900-4D95-11CF-960C-0080C7F4EE85}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb64e4 +[Software\\Classes\\Interface\\{85CB6900-4D95-11CF-960C-0080C7F4EE85}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a8d556 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85CB6900-4D95-11CF-960C-0080C7F4EE85}\\TypeLib] 1460706471 -#time=1d196eb1cdb66a6 +[Software\\Classes\\Interface\\{85CB6900-4D95-11CF-960C-0080C7F4EE85}\\TypeLib] 1526460533 +#time=1d3ecf2b7a8d858 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{85D72F83-BE91-3CB1-B4F0-76B56FF04033}] 1460706649 -#time=1d196eb86f46bc8 +[Software\\Classes\\Interface\\{85D72F83-BE91-3CB1-B4F0-76B56FF04033}] 1526460883 +#time=1d3ecf388aba5e8 @="_STAThreadAttribute" -[Software\\Classes\\Interface\\{85D72F83-BE91-3CB1-B4F0-76B56FF04033}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f46790 +[Software\\Classes\\Interface\\{85D72F83-BE91-3CB1-B4F0-76B56FF04033}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aba340 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85D72F83-BE91-3CB1-B4F0-76B56FF04033}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f46b00 +[Software\\Classes\\Interface\\{85D72F83-BE91-3CB1-B4F0-76B56FF04033}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aba4ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85D72F83-BE91-3CB1-B4F0-76B56FF04033}\\TypeLib] 1460706649 -#time=1d196eb86f46cc2 +[Software\\Classes\\Interface\\{85D72F83-BE91-3CB1-B4F0-76B56FF04033}\\TypeLib] 1526460883 +#time=1d3ecf388aba8b8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{85DF5081-1B24-4F32-878A-D9D14DF4CB77}] 1460706471 -#time=1d196eb1d14fbbe +[Software\\Classes\\Interface\\{85DF5081-1B24-4F32-878A-D9D14DF4CB77}] 1526460533 +#time=1d3ecf2b7d6128c @="ITriggerCollection" -[Software\\Classes\\Interface\\{85DF5081-1B24-4F32-878A-D9D14DF4CB77}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14f9a2 +[Software\\Classes\\Interface\\{85DF5081-1B24-4F32-878A-D9D14DF4CB77}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d61016 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85DF5081-1B24-4F32-878A-D9D14DF4CB77}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14fae2 +[Software\\Classes\\Interface\\{85DF5081-1B24-4F32-878A-D9D14DF4CB77}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d61192 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{85DF5081-1B24-4F32-878A-D9D14DF4CB77}\\TypeLib] 1460706471 -#time=1d196eb1d14fcd6 +[Software\\Classes\\Interface\\{85DF5081-1B24-4F32-878A-D9D14DF4CB77}\\TypeLib] 1526460533 +#time=1d3ecf2b7d61390 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{8608FE7B-2FDC-318A-B711-6F7B2FEDED06}] 1460706649 -#time=1d196eb86fa77ac +[Software\\Classes\\Interface\\{8608FE7B-2FDC-318A-B711-6F7B2FEDED06}] 1526460883 +#time=1d3ecf388b22e68 @="_SafeArrayRankMismatchException" -[Software\\Classes\\Interface\\{8608FE7B-2FDC-318A-B711-6F7B2FEDED06}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa7590 +[Software\\Classes\\Interface\\{8608FE7B-2FDC-318A-B711-6F7B2FEDED06}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b22c06 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8608FE7B-2FDC-318A-B711-6F7B2FEDED06}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa76da +[Software\\Classes\\Interface\\{8608FE7B-2FDC-318A-B711-6F7B2FEDED06}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b22d78 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8608FE7B-2FDC-318A-B711-6F7B2FEDED06}\\TypeLib] 1460706649 -#time=1d196eb86fa78b0 +[Software\\Classes\\Interface\\{8608FE7B-2FDC-318A-B711-6F7B2FEDED06}\\TypeLib] 1526460883 +#time=1d3ecf388b22f80 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{863A99A0-21BC-11D0-82B4-00A0C90C29C5}] 1460706471 -#time=1d196eb1ce05076 +[Software\\Classes\\Interface\\{863A99A0-21BC-11D0-82B4-00A0C90C29C5}] 1526460533 +#time=1d3ecf2b808c36c @="ITargetNotify" -[Software\\Classes\\Interface\\{863A99A0-21BC-11D0-82B4-00A0C90C29C5}\\NumMethods] 1460706471 -#time=1d196eb1ce04fae +[Software\\Classes\\Interface\\{863A99A0-21BC-11D0-82B4-00A0C90C29C5}\\NumMethods] 1526460533 +#time=1d3ecf2b808c272 @="5" -[Software\\Classes\\Interface\\{863A99A0-21BC-11D0-82B4-00A0C90C29C5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce050e4 +[Software\\Classes\\Interface\\{863A99A0-21BC-11D0-82B4-00A0C90C29C5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808c3f8 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{86462810-593B-4916-9764-19C08E9CE110}] 1460706471 -#time=1d196eb1cfce894 +[Software\\Classes\\Interface\\{86462810-593B-4916-9764-19C08E9CE110}] 1526460533 +#time=1d3ecf2b7e3f190 @="ITfContextOwnerCompositionServices" -[Software\\Classes\\Interface\\{86462810-593B-4916-9764-19C08E9CE110}\\NumMethods] 1460706471 -#time=1d196eb1cfce7c2 +[Software\\Classes\\Interface\\{86462810-593B-4916-9764-19C08E9CE110}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3f096 @="8" -[Software\\Classes\\Interface\\{86462810-593B-4916-9764-19C08E9CE110}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfce90c +[Software\\Classes\\Interface\\{86462810-593B-4916-9764-19C08E9CE110}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3f212 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{86627EB4-42A7-41E4-A4D9-AC33A72F2D52}] 1460706471 -#time=1d196eb1d14bc08 +[Software\\Classes\\Interface\\{86627EB4-42A7-41E4-A4D9-AC33A72F2D52}] 1526460533 +#time=1d3ecf2b7d5c69c @="IRegisteredTaskCollection" -[Software\\Classes\\Interface\\{86627EB4-42A7-41E4-A4D9-AC33A72F2D52}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14b9d8 +[Software\\Classes\\Interface\\{86627EB4-42A7-41E4-A4D9-AC33A72F2D52}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5c430 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{86627EB4-42A7-41E4-A4D9-AC33A72F2D52}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14bb22 +[Software\\Classes\\Interface\\{86627EB4-42A7-41E4-A4D9-AC33A72F2D52}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5c5ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{86627EB4-42A7-41E4-A4D9-AC33A72F2D52}\\TypeLib] 1460706471 -#time=1d196eb1d14bd16 +[Software\\Classes\\Interface\\{86627EB4-42A7-41E4-A4D9-AC33A72F2D52}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5c7b4 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{866738B9-6CF2-4DE8-8767-F794EBE74F4E}] 1460706471 -#time=1d196eb1d12ebbc +[Software\\Classes\\Interface\\{866738B9-6CF2-4DE8-8767-F794EBE74F4E}] 1526460533 +#time=1d3ecf2b7f47376 @="IShellDispatch5" -[Software\\Classes\\Interface\\{866738B9-6CF2-4DE8-8767-F794EBE74F4E}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12e702 +[Software\\Classes\\Interface\\{866738B9-6CF2-4DE8-8767-F794EBE74F4E}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f470e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{866738B9-6CF2-4DE8-8767-F794EBE74F4E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12e9fa +[Software\\Classes\\Interface\\{866738B9-6CF2-4DE8-8767-F794EBE74F4E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f4727c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{866738B9-6CF2-4DE8-8767-F794EBE74F4E}\\TypeLib] 1460706471 -#time=1d196eb1d12ed9c +[Software\\Classes\\Interface\\{866738B9-6CF2-4DE8-8767-F794EBE74F4E}\\TypeLib] 1526460533 +#time=1d3ecf2b7f4748e @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{86D52E11-94A8-11D0-82AF-00C04FD5AE38}] 1460706471 -#time=1d196eb1ce0580a +[Software\\Classes\\Interface\\{86D52E11-94A8-11D0-82AF-00C04FD5AE38}] 1526460533 +#time=1d3ecf2b808cca4 @="ITargetFrame2" -[Software\\Classes\\Interface\\{86D52E11-94A8-11D0-82AF-00C04FD5AE38}\\NumMethods] 1460706471 -#time=1d196eb1ce05738 +[Software\\Classes\\Interface\\{86D52E11-94A8-11D0-82AF-00C04FD5AE38}\\NumMethods] 1526460533 +#time=1d3ecf2b808cbaa @="15" -[Software\\Classes\\Interface\\{86D52E11-94A8-11D0-82AF-00C04FD5AE38}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce05878 +[Software\\Classes\\Interface\\{86D52E11-94A8-11D0-82AF-00C04FD5AE38}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808cd26 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{871DDC46-B68E-3FEE-A09A-C808B0F827E6}] 1460706649 -#time=1d196eb86f45d36 +[Software\\Classes\\Interface\\{871DDC46-B68E-3FEE-A09A-C808B0F827E6}] 1526460883 +#time=1d3ecf388ab9864 @="_RankException" -[Software\\Classes\\Interface\\{871DDC46-B68E-3FEE-A09A-C808B0F827E6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f45b10 +[Software\\Classes\\Interface\\{871DDC46-B68E-3FEE-A09A-C808B0F827E6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab95f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{871DDC46-B68E-3FEE-A09A-C808B0F827E6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f45c50 +[Software\\Classes\\Interface\\{871DDC46-B68E-3FEE-A09A-C808B0F827E6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab9774 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{871DDC46-B68E-3FEE-A09A-C808B0F827E6}\\TypeLib] 1460706649 -#time=1d196eb86f45e3a +[Software\\Classes\\Interface\\{871DDC46-B68E-3FEE-A09A-C808B0F827E6}\\TypeLib] 1526460883 +#time=1d3ecf388ab997c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{875715C5-CB64-3920-8156-0EE9CB0E07EA}] 1460706649 -#time=1d196eb87007ddc +[Software\\Classes\\Interface\\{875715C5-CB64-3920-8156-0EE9CB0E07EA}] 1526460883 +#time=1d3ecf388b8d5c4 @="_RC2CryptoServiceProvider" -[Software\\Classes\\Interface\\{875715C5-CB64-3920-8156-0EE9CB0E07EA}\\ProxyStubClsid] 1460706649 -#time=1d196eb87007b66 +[Software\\Classes\\Interface\\{875715C5-CB64-3920-8156-0EE9CB0E07EA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8d36c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{875715C5-CB64-3920-8156-0EE9CB0E07EA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87007d00 +[Software\\Classes\\Interface\\{875715C5-CB64-3920-8156-0EE9CB0E07EA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8d4de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{875715C5-CB64-3920-8156-0EE9CB0E07EA}\\TypeLib] 1460706649 -#time=1d196eb87007ef4 +[Software\\Classes\\Interface\\{875715C5-CB64-3920-8156-0EE9CB0E07EA}\\TypeLib] 1526460883 +#time=1d3ecf388b8d704 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{87F55344-17E0-30FD-8EB9-38EAF6A19B3F}] 1460706649 -#time=1d196eb86f4de64 +[Software\\Classes\\Interface\\{87F55344-17E0-30FD-8EB9-38EAF6A19B3F}] 1526460883 +#time=1d3ecf388ac2d88 @="_SynchronizationLockException" -[Software\\Classes\\Interface\\{87F55344-17E0-30FD-8EB9-38EAF6A19B3F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4dc34 +[Software\\Classes\\Interface\\{87F55344-17E0-30FD-8EB9-38EAF6A19B3F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac2b26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{87F55344-17E0-30FD-8EB9-38EAF6A19B3F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4dd9c +[Software\\Classes\\Interface\\{87F55344-17E0-30FD-8EB9-38EAF6A19B3F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac2c98 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{87F55344-17E0-30FD-8EB9-38EAF6A19B3F}\\TypeLib] 1460706649 -#time=1d196eb86f4df72 +[Software\\Classes\\Interface\\{87F55344-17E0-30FD-8EB9-38EAF6A19B3F}\\TypeLib] 1526460883 +#time=1d3ecf388ac2e96 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8897D14B-7FB3-3D8B-9EE4-221C3DBAD6FE}] 1460706649 -#time=1d196eb86f3f38c +[Software\\Classes\\Interface\\{8897D14B-7FB3-3D8B-9EE4-221C3DBAD6FE}] 1526460883 +#time=1d3ecf388ab276c @="_MissingMemberException" -[Software\\Classes\\Interface\\{8897D14B-7FB3-3D8B-9EE4-221C3DBAD6FE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3f17a +[Software\\Classes\\Interface\\{8897D14B-7FB3-3D8B-9EE4-221C3DBAD6FE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab250a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8897D14B-7FB3-3D8B-9EE4-221C3DBAD6FE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3f2ba +[Software\\Classes\\Interface\\{8897D14B-7FB3-3D8B-9EE4-221C3DBAD6FE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab267c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8897D14B-7FB3-3D8B-9EE4-221C3DBAD6FE}\\TypeLib] 1460706649 -#time=1d196eb86f3f486 +[Software\\Classes\\Interface\\{8897D14B-7FB3-3D8B-9EE4-221C3DBAD6FE}\\TypeLib] 1526460883 +#time=1d3ecf388ab28a2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{88E39E80-3578-11CF-AE69-08002B2E1262}] 1460706471 -#time=1d196eb1ce0fa12 +[Software\\Classes\\Interface\\{88AFB4B2-140A-44D2-91E6-4543DA467CD1}] 1526460533 +#time=1d3ecf2b7fc97cc +@="IWMPSyncDevice2" + +[Software\\Classes\\Interface\\{88AFB4B2-140A-44D2-91E6-4543DA467CD1}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc9542 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{88AFB4B2-140A-44D2-91E6-4543DA467CD1}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc96d2 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{88AFB4B2-140A-44D2-91E6-4543DA467CD1}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc98e4 +@="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" +"Version"="1.0" + +[Software\\Classes\\Interface\\{88E39E80-3578-11CF-AE69-08002B2E1262}] 1526460533 +#time=1d3ecf2b8095322 @="IShellView2" -[Software\\Classes\\Interface\\{88E39E80-3578-11CF-AE69-08002B2E1262}\\NumMethods] 1460706471 -#time=1d196eb1ce0f828 +[Software\\Classes\\Interface\\{88E39E80-3578-11CF-AE69-08002B2E1262}\\NumMethods] 1526460533 +#time=1d3ecf2b8095232 @="20" -[Software\\Classes\\Interface\\{88E39E80-3578-11CF-AE69-08002B2E1262}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0fb20 +[Software\\Classes\\Interface\\{88E39E80-3578-11CF-AE69-08002B2E1262}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80953a4 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{89304439-A24F-30F6-9A8F-89CE472D85DA}] 1460706649 -#time=1d196eb86fd88f2 +[Software\\Classes\\Interface\\{89304439-A24F-30F6-9A8F-89CE472D85DA}] 1526460883 +#time=1d3ecf388b58b62 @="_MethodReturnMessageWrapper" -[Software\\Classes\\Interface\\{89304439-A24F-30F6-9A8F-89CE472D85DA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd86a4 +[Software\\Classes\\Interface\\{89304439-A24F-30F6-9A8F-89CE472D85DA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b58900 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{89304439-A24F-30F6-9A8F-89CE472D85DA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd87e4 +[Software\\Classes\\Interface\\{89304439-A24F-30F6-9A8F-89CE472D85DA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b58a72 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{89304439-A24F-30F6-9A8F-89CE472D85DA}\\TypeLib] 1460706649 -#time=1d196eb86fd8a1e +[Software\\Classes\\Interface\\{89304439-A24F-30F6-9A8F-89CE472D85DA}\\TypeLib] 1526460883 +#time=1d3ecf388b58c7a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}] 1460706471 -#time=1d196eb1d0a6e24 +[Software\\Classes\\Interface\\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}] 1526460533 +#time=1d3ecf2b7bd2678 @="IOleUndoUnit" -[Software\\Classes\\Interface\\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\\NumMethods] 1460706471 -#time=1d196eb1d0a6d52 +[Software\\Classes\\Interface\\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd2588 @="7" -[Software\\Classes\\Interface\\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a6e9c +[Software\\Classes\\Interface\\{894AD3B0-EF97-11CE-9BC9-00AA00608E01}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd26fa @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{8965A22F-FBA8-36AD-8132-70BBD0DA457D}] 1460706649 -#time=1d196eb86ee5a76 +[Software\\Classes\\Interface\\{8965A22F-FBA8-36AD-8132-70BBD0DA457D}] 1526460883 +#time=1d3ecf388a70e5c @="IResourceReader" -[Software\\Classes\\Interface\\{8965A22F-FBA8-36AD-8132-70BBD0DA457D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee57ec +[Software\\Classes\\Interface\\{8965A22F-FBA8-36AD-8132-70BBD0DA457D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a70be6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8965A22F-FBA8-36AD-8132-70BBD0DA457D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee5954 +[Software\\Classes\\Interface\\{8965A22F-FBA8-36AD-8132-70BBD0DA457D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a70d76 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8965A22F-FBA8-36AD-8132-70BBD0DA457D}\\TypeLib] 1460706649 -#time=1d196eb86ee5be8 +[Software\\Classes\\Interface\\{8965A22F-FBA8-36AD-8132-70BBD0DA457D}\\TypeLib] 1526460883 +#time=1d3ecf388a70f74 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{897471F2-9450-3F03-A41F-D2E1F1397854}] 1460706649 -#time=1d196eb86fb05aa +[Software\\Classes\\Interface\\{897471F2-9450-3F03-A41F-D2E1F1397854}] 1526460883 +#time=1d3ecf388b2c71a @="_TextReader" -[Software\\Classes\\Interface\\{897471F2-9450-3F03-A41F-D2E1F1397854}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb0398 +[Software\\Classes\\Interface\\{897471F2-9450-3F03-A41F-D2E1F1397854}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2c4b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{897471F2-9450-3F03-A41F-D2E1F1397854}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb04e2 +[Software\\Classes\\Interface\\{897471F2-9450-3F03-A41F-D2E1F1397854}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2c634 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{897471F2-9450-3F03-A41F-D2E1F1397854}\\TypeLib] 1460706649 -#time=1d196eb86fb06ae +[Software\\Classes\\Interface\\{897471F2-9450-3F03-A41F-D2E1F1397854}\\TypeLib] 1526460883 +#time=1d3ecf388b2c850 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8978B0BE-A89E-3FF9-9834-77862CEBFF3D}] 1460706649 -#time=1d196eb86ff7f0e +[Software\\Classes\\Interface\\{8978B0BE-A89E-3FF9-9834-77862CEBFF3D}] 1526460883 +#time=1d3ecf388b79ff6 @="_KeySizes" -[Software\\Classes\\Interface\\{8978B0BE-A89E-3FF9-9834-77862CEBFF3D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff7d06 +[Software\\Classes\\Interface\\{8978B0BE-A89E-3FF9-9834-77862CEBFF3D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b79d80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8978B0BE-A89E-3FF9-9834-77862CEBFF3D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff7e46 +[Software\\Classes\\Interface\\{8978B0BE-A89E-3FF9-9834-77862CEBFF3D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b79ee8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8978B0BE-A89E-3FF9-9834-77862CEBFF3D}\\TypeLib] 1460706649 -#time=1d196eb86ff8026 +[Software\\Classes\\Interface\\{8978B0BE-A89E-3FF9-9834-77862CEBFF3D}\\TypeLib] 1526460883 +#time=1d3ecf388b7a104 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{89B9F00B-AA2A-3A49-91B4-E8D1F1C00E58}] 1460706649 -#time=1d196eb86f7ce30 +[Software\\Classes\\Interface\\{89B9F00B-AA2A-3A49-91B4-E8D1F1C00E58}] 1526460883 +#time=1d3ecf388af7254 @="_UTF7Encoding" -[Software\\Classes\\Interface\\{89B9F00B-AA2A-3A49-91B4-E8D1F1C00E58}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7cc14 +[Software\\Classes\\Interface\\{89B9F00B-AA2A-3A49-91B4-E8D1F1C00E58}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af6ff2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{89B9F00B-AA2A-3A49-91B4-E8D1F1C00E58}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7cd4a +[Software\\Classes\\Interface\\{89B9F00B-AA2A-3A49-91B4-E8D1F1C00E58}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af715a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{89B9F00B-AA2A-3A49-91B4-E8D1F1C00E58}\\TypeLib] 1460706649 -#time=1d196eb86f7cf2a +[Software\\Classes\\Interface\\{89B9F00B-AA2A-3A49-91B4-E8D1F1C00E58}\\TypeLib] 1526460883 +#time=1d3ecf388af7362 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{89C31040-846B-11CE-97D3-00AA0055595A}] 1460706471 -#time=1d196eb1d0d4270 +[Software\\Classes\\Interface\\{89C31040-846B-11CE-97D3-00AA0055595A}] 1526460533 +#time=1d3ecf2b7b089e0 @="IEnumMediaTypes" -[Software\\Classes\\Interface\\{89C31040-846B-11CE-97D3-00AA0055595A}\\NumMethods] 1460706471 -#time=1d196eb1d0d40ea +[Software\\Classes\\Interface\\{89C31040-846B-11CE-97D3-00AA0055595A}\\NumMethods] 1526460533 +#time=1d3ecf2b7b088f0 @="7" -[Software\\Classes\\Interface\\{89C31040-846B-11CE-97D3-00AA0055595A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d434c +[Software\\Classes\\Interface\\{89C31040-846B-11CE-97D3-00AA0055595A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b08a6c @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{89E148C4-2424-30AE-80F5-C5D21EA3366C}] 1460706649 -#time=1d196eb86f76b0c +[Software\\Classes\\Interface\\{89E148C4-2424-30AE-80F5-C5D21EA3366C}] 1526460883 +#time=1d3ecf388af01fc @="_EastAsianLunisolarCalendar" -[Software\\Classes\\Interface\\{89E148C4-2424-30AE-80F5-C5D21EA3366C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f768b4 +[Software\\Classes\\Interface\\{89E148C4-2424-30AE-80F5-C5D21EA3366C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aeff9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{89E148C4-2424-30AE-80F5-C5D21EA3366C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f76a1c +[Software\\Classes\\Interface\\{89E148C4-2424-30AE-80F5-C5D21EA3366C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af010c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{89E148C4-2424-30AE-80F5-C5D21EA3366C}\\TypeLib] 1460706649 -#time=1d196eb86f76c42 +[Software\\Classes\\Interface\\{89E148C4-2424-30AE-80F5-C5D21EA3366C}\\TypeLib] 1526460883 +#time=1d3ecf388af0314 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8A5F0DA2-7B43-3767-B623-2424CF7CD268}] 1460706649 -#time=1d196eb86f67bf2 +[Software\\Classes\\Interface\\{8A5F0DA2-7B43-3767-B623-2424CF7CD268}] 1526460883 +#time=1d3ecf388adfb68 @="_ObfuscateAssemblyAttribute" -[Software\\Classes\\Interface\\{8A5F0DA2-7B43-3767-B623-2424CF7CD268}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f679f4 +[Software\\Classes\\Interface\\{8A5F0DA2-7B43-3767-B623-2424CF7CD268}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adf906 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8A5F0DA2-7B43-3767-B623-2424CF7CD268}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f67b2a +[Software\\Classes\\Interface\\{8A5F0DA2-7B43-3767-B623-2424CF7CD268}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388adfa82 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8A5F0DA2-7B43-3767-B623-2424CF7CD268}\\TypeLib] 1460706649 -#time=1d196eb86f67cec +[Software\\Classes\\Interface\\{8A5F0DA2-7B43-3767-B623-2424CF7CD268}\\TypeLib] 1526460883 +#time=1d3ecf388adfc80 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8A7C1442-A9FB-366B-80D8-4939FFA6DBE0}] 1460706649 -#time=1d196eb86ee185e +[Software\\Classes\\Interface\\{8A7C1442-A9FB-366B-80D8-4939FFA6DBE0}] 1526460883 +#time=1d3ecf388a6ce88 @="_FieldInfo" -[Software\\Classes\\Interface\\{8A7C1442-A9FB-366B-80D8-4939FFA6DBE0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee161a +[Software\\Classes\\Interface\\{8A7C1442-A9FB-366B-80D8-4939FFA6DBE0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6cb7c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8A7C1442-A9FB-366B-80D8-4939FFA6DBE0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee175a +[Software\\Classes\\Interface\\{8A7C1442-A9FB-366B-80D8-4939FFA6DBE0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6cd7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8A7C1442-A9FB-366B-80D8-4939FFA6DBE0}\\TypeLib] 1460706649 -#time=1d196eb86ee199e +[Software\\Classes\\Interface\\{8A7C1442-A9FB-366B-80D8-4939FFA6DBE0}\\TypeLib] 1526460883 +#time=1d3ecf388a6cfbe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8ABAD867-F515-3CF6-BB62-5F0C88B3BB11}] 1460706649 -#time=1d196eb86f23b00 +[Software\\Classes\\Interface\\{8ABAD867-F515-3CF6-BB62-5F0C88B3BB11}] 1526460883 +#time=1d3ecf388a9462c @="ICryptoTransform" -[Software\\Classes\\Interface\\{8ABAD867-F515-3CF6-BB62-5F0C88B3BB11}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f238a8 +[Software\\Classes\\Interface\\{8ABAD867-F515-3CF6-BB62-5F0C88B3BB11}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a943c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8ABAD867-F515-3CF6-BB62-5F0C88B3BB11}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f23a1a +[Software\\Classes\\Interface\\{8ABAD867-F515-3CF6-BB62-5F0C88B3BB11}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9453c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8ABAD867-F515-3CF6-BB62-5F0C88B3BB11}\\TypeLib] 1460706649 -#time=1d196eb86f23d12 +[Software\\Classes\\Interface\\{8ABAD867-F515-3CF6-BB62-5F0C88B3BB11}\\TypeLib] 1526460883 +#time=1d3ecf388a94744 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8AF3451E-154D-3D86-80D8-F8478B9733ED}] 1460706649 -#time=1d196eb86fd4c98 +[Software\\Classes\\Interface\\{8AF3451E-154D-3D86-80D8-F8478B9733ED}] 1526460883 +#time=1d3ecf388b547ec @="_BaseChannelSinkWithProperties" -[Software\\Classes\\Interface\\{8AF3451E-154D-3D86-80D8-F8478B9733ED}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd4a72 +[Software\\Classes\\Interface\\{8AF3451E-154D-3D86-80D8-F8478B9733ED}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5458a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8AF3451E-154D-3D86-80D8-F8478B9733ED}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd4bb2 +[Software\\Classes\\Interface\\{8AF3451E-154D-3D86-80D8-F8478B9733ED}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b546fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8AF3451E-154D-3D86-80D8-F8478B9733ED}\\TypeLib] 1460706649 -#time=1d196eb86fd4da6 +[Software\\Classes\\Interface\\{8AF3451E-154D-3D86-80D8-F8478B9733ED}\\TypeLib] 1526460883 +#time=1d3ecf388b5490e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8B167D60-8605-11D0-ABCB-00A0C90FFFC0}] 1460706471 -#time=1d196eb1d0536f2 +[Software\\Classes\\Interface\\{8B167D60-8605-11D0-ABCB-00A0C90FFFC0}] 1526460533 +#time=1d3ecf2b7ca5974 @="DScriptControlSource" -[Software\\Classes\\Interface\\{8B167D60-8605-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0534cc +[Software\\Classes\\Interface\\{8B167D60-8605-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ca56fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8B167D60-8605-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d053620 +[Software\\Classes\\Interface\\{8B167D60-8605-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ca5884 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8B167D60-8605-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1460706471 -#time=1d196eb1d0537e2 +[Software\\Classes\\Interface\\{8B167D60-8605-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1526460533 +#time=1d3ecf2b7ca5a8c @="{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}" "Version"="1.0" -[Software\\Classes\\Interface\\{8BE2D872-86AA-4D47-B776-32CCA40C7018}] 1460706471 -#time=1d196eb1ce2010a +[Software\\Classes\\Interface\\{8BE2D872-86AA-4D47-B776-32CCA40C7018}] 1526460533 +#time=1d3ecf2b80a0326 @="IKnownFolderManager" -[Software\\Classes\\Interface\\{8BE2D872-86AA-4D47-B776-32CCA40C7018}\\NumMethods] 1460706471 -#time=1d196eb1ce2002e +[Software\\Classes\\Interface\\{8BE2D872-86AA-4D47-B776-32CCA40C7018}\\NumMethods] 1526460533 +#time=1d3ecf2b80a0100 @="13" -[Software\\Classes\\Interface\\{8BE2D872-86AA-4D47-B776-32CCA40C7018}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce20178 +[Software\\Classes\\Interface\\{8BE2D872-86AA-4D47-B776-32CCA40C7018}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a0420 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{8C033CAA-6CD6-4F73-B728-4531AF74945F}] 1460706471 -#time=1d196eb1cd4b888 +[Software\\Classes\\Interface\\{8C033CAA-6CD6-4F73-B728-4531AF74945F}] 1526460533 +#time=1d3ecf2b796d3b0 @="IVBSAXXMLReader" -[Software\\Classes\\Interface\\{8C033CAA-6CD6-4F73-B728-4531AF74945F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4b5fe +[Software\\Classes\\Interface\\{8C033CAA-6CD6-4F73-B728-4531AF74945F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796d04a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8C033CAA-6CD6-4F73-B728-4531AF74945F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4b7b6 +[Software\\Classes\\Interface\\{8C033CAA-6CD6-4F73-B728-4531AF74945F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796d22a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8C033CAA-6CD6-4F73-B728-4531AF74945F}\\TypeLib] 1460706605 -#time=1d196eb6c62708e +[Software\\Classes\\Interface\\{8C033CAA-6CD6-4F73-B728-4531AF74945F}\\TypeLib] 1528075957 +#time=1d3fba3eb807cca @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{8C248251-3E6C-3151-9F8E-A255FB8D2B12}] 1460706649 -#time=1d196eb86f799ec +[Software\\Classes\\Interface\\{8C248251-3E6C-3151-9F8E-A255FB8D2B12}] 1526460883 +#time=1d3ecf388af3690 @="_TextElementEnumerator" -[Software\\Classes\\Interface\\{8C248251-3E6C-3151-9F8E-A255FB8D2B12}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f797e4 +[Software\\Classes\\Interface\\{8C248251-3E6C-3151-9F8E-A255FB8D2B12}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af342e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8C248251-3E6C-3151-9F8E-A255FB8D2B12}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f79924 +[Software\\Classes\\Interface\\{8C248251-3E6C-3151-9F8E-A255FB8D2B12}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af35a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8C248251-3E6C-3151-9F8E-A255FB8D2B12}\\TypeLib] 1460706649 -#time=1d196eb86f79ae6 +[Software\\Classes\\Interface\\{8C248251-3E6C-3151-9F8E-A255FB8D2B12}\\TypeLib] 1526460883 +#time=1d3ecf388af37a8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8CC497C0-A1DF-11CE-8098-00AA0047BE5D}] 1460706471 -#time=1d196eb1d0ec8c0 +[Software\\Classes\\Interface\\{8CC497C0-A1DF-11CE-8098-00AA0047BE5D}] 1526460533 +#time=1d3ecf2b7e7d364 @="ITextDocument" -[Software\\Classes\\Interface\\{8CC497C0-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0ec668 +[Software\\Classes\\Interface\\{8CC497C0-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e7d0ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C0-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ec7bc +[Software\\Classes\\Interface\\{8CC497C0-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e7d274 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C0-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1460706471 -#time=1d196eb1d0ec9ce +[Software\\Classes\\Interface\\{8CC497C0-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1526460533 +#time=1d3ecf2b7e7d47c @="{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}" "Version"="1.0" -[Software\\Classes\\Interface\\{8CC497C1-A1DF-11CE-8098-00AA0047BE5D}] 1460706471 -#time=1d196eb1d0ed4fa +[Software\\Classes\\Interface\\{8CC497C1-A1DF-11CE-8098-00AA0047BE5D}] 1526460533 +#time=1d3ecf2b7e7e0b6 @="ITextSelection" -[Software\\Classes\\Interface\\{8CC497C1-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0ed2a2 +[Software\\Classes\\Interface\\{8CC497C1-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e7de40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C1-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ed40a +[Software\\Classes\\Interface\\{8CC497C1-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e7dfbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C1-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1460706471 -#time=1d196eb1d0ed61c +[Software\\Classes\\Interface\\{8CC497C1-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1526460533 +#time=1d3ecf2b7e7e1c4 @="{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}" "Version"="1.0" -[Software\\Classes\\Interface\\{8CC497C2-A1DF-11CE-8098-00AA0047BE5D}] 1460706471 -#time=1d196eb1d0eceec +[Software\\Classes\\Interface\\{8CC497C2-A1DF-11CE-8098-00AA0047BE5D}] 1526460533 +#time=1d3ecf2b7e7d9fe @="ITextRange" -[Software\\Classes\\Interface\\{8CC497C2-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0ecca8 +[Software\\Classes\\Interface\\{8CC497C2-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e7d792 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C2-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ecdfc +[Software\\Classes\\Interface\\{8CC497C2-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e7d90e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C2-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1460706471 -#time=1d196eb1d0ecfe6 +[Software\\Classes\\Interface\\{8CC497C2-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1526460533 +#time=1d3ecf2b7e7db0c @="{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}" "Version"="1.0" -[Software\\Classes\\Interface\\{8CC497C3-A1DF-11CE-8098-00AA0047BE5D}] 1460706471 -#time=1d196eb1d0edb30 +[Software\\Classes\\Interface\\{8CC497C3-A1DF-11CE-8098-00AA0047BE5D}] 1526460533 +#time=1d3ecf2b7e7e732 @="ITextFont" -[Software\\Classes\\Interface\\{8CC497C3-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0ed8e2 +[Software\\Classes\\Interface\\{8CC497C3-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e7e4c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C3-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0eda5e +[Software\\Classes\\Interface\\{8CC497C3-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e7e638 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C3-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1460706471 -#time=1d196eb1d0edc20 +[Software\\Classes\\Interface\\{8CC497C3-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1526460533 +#time=1d3ecf2b7e7e840 @="{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}" "Version"="1.0" -[Software\\Classes\\Interface\\{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}] 1460706471 -#time=1d196eb1d0ee0e4 +[Software\\Classes\\Interface\\{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}] 1526460533 +#time=1d3ecf2b7e7edb8 @="ITextPara" -[Software\\Classes\\Interface\\{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0edec8 +[Software\\Classes\\Interface\\{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e7eb42 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ee012 +[Software\\Classes\\Interface\\{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e7ecbe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1460706471 -#time=1d196eb1d0ee1ca +[Software\\Classes\\Interface\\{8CC497C4-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1526460533 +#time=1d3ecf2b7e7eeda @="{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}" "Version"="1.0" -[Software\\Classes\\Interface\\{8CC497C5-A1DF-11CE-8098-00AA0047BE5D}] 1460706471 -#time=1d196eb1d0ee800 +[Software\\Classes\\Interface\\{8CC497C5-A1DF-11CE-8098-00AA0047BE5D}] 1526460533 +#time=1d3ecf2b7e7f448 @="ITextStoryRanges" -[Software\\Classes\\Interface\\{8CC497C5-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0ee472 +[Software\\Classes\\Interface\\{8CC497C5-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7e7f1e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C5-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ee5da +[Software\\Classes\\Interface\\{8CC497C5-A1DF-11CE-8098-00AA0047BE5D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e7f358 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CC497C5-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1460706471 -#time=1d196eb1d0ee94a +[Software\\Classes\\Interface\\{8CC497C5-A1DF-11CE-8098-00AA0047BE5D}\\TypeLib] 1526460533 +#time=1d3ecf2b7e7f560 @="{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}" "Version"="1.0" -[Software\\Classes\\Interface\\{8CE58FF5-F26D-38A4-9195-0E2ECB3B56B9}] 1460706649 -#time=1d196eb86faa6be +[Software\\Classes\\Interface\\{8CE58FF5-F26D-38A4-9195-0E2ECB3B56B9}] 1526460883 +#time=1d3ecf388b25df2 @="_Directory" -[Software\\Classes\\Interface\\{8CE58FF5-F26D-38A4-9195-0E2ECB3B56B9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86faa466 +[Software\\Classes\\Interface\\{8CE58FF5-F26D-38A4-9195-0E2ECB3B56B9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b25b90 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CE58FF5-F26D-38A4-9195-0E2ECB3B56B9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86faa5a6 +[Software\\Classes\\Interface\\{8CE58FF5-F26D-38A4-9195-0E2ECB3B56B9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b25d02 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CE58FF5-F26D-38A4-9195-0E2ECB3B56B9}\\TypeLib] 1460706649 -#time=1d196eb86faa7ea +[Software\\Classes\\Interface\\{8CE58FF5-F26D-38A4-9195-0E2ECB3B56B9}\\TypeLib] 1526460883 +#time=1d3ecf388b25f28 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8CFAC062-A080-4C15-9A88-AA7C2AF80DFC}] 1460706471 -#time=1d196eb1d14c7f2 +[Software\\Classes\\Interface\\{8CFAC062-A080-4C15-9A88-AA7C2AF80DFC}] 1526460533 +#time=1d3ecf2b7d5d74a @="ITaskFolder" -[Software\\Classes\\Interface\\{8CFAC062-A080-4C15-9A88-AA7C2AF80DFC}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14c5c2 +[Software\\Classes\\Interface\\{8CFAC062-A080-4C15-9A88-AA7C2AF80DFC}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5d4b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CFAC062-A080-4C15-9A88-AA7C2AF80DFC}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14c716 +[Software\\Classes\\Interface\\{8CFAC062-A080-4C15-9A88-AA7C2AF80DFC}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5d650 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8CFAC062-A080-4C15-9A88-AA7C2AF80DFC}\\TypeLib] 1460706471 -#time=1d196eb1d14c8d8 +[Software\\Classes\\Interface\\{8CFAC062-A080-4C15-9A88-AA7C2AF80DFC}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5d880 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{8D19C834-8879-11D1-83E9-00C04FC2C6D4}] 1460706471 -#time=1d196eb1d0890e0 +[Software\\Classes\\Interface\\{8D19C834-8879-11D1-83E9-00C04FC2C6D4}] 1526460533 +#time=1d3ecf2b8006dac @="IOplockStorage" -[Software\\Classes\\Interface\\{8D19C834-8879-11D1-83E9-00C04FC2C6D4}\\NumMethods] 1460706471 -#time=1d196eb1d08900e +[Software\\Classes\\Interface\\{8D19C834-8879-11D1-83E9-00C04FC2C6D4}\\NumMethods] 1526460533 +#time=1d3ecf2b8006cb2 @="5" -[Software\\Classes\\Interface\\{8D19C834-8879-11D1-83E9-00C04FC2C6D4}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d089176 +[Software\\Classes\\Interface\\{8D19C834-8879-11D1-83E9-00C04FC2C6D4}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8006e2e @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8D1A7D76-B267-33A3-8165-5381A392125D}] 1460706650 -#time=1d196eb8753f656 +[Software\\Classes\\Interface\\{8D1A7D76-B267-33A3-8165-5381A392125D}] 1526460884 +#time=1d3ecf38905b3e4 @="_AppDomainHelper" -[Software\\Classes\\Interface\\{8D1A7D76-B267-33A3-8165-5381A392125D}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753f37c +[Software\\Classes\\Interface\\{8D1A7D76-B267-33A3-8165-5381A392125D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905ae9e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8D1A7D76-B267-33A3-8165-5381A392125D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753f53e +[Software\\Classes\\Interface\\{8D1A7D76-B267-33A3-8165-5381A392125D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905b1be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8D1A7D76-B267-33A3-8165-5381A392125D}\\TypeLib] 1460706650 -#time=1d196eb8753f7be +[Software\\Classes\\Interface\\{8D1A7D76-B267-33A3-8165-5381A392125D}\\TypeLib] 1526460884 +#time=1d3ecf38905b600 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{8D520D10-0B8A-3553-8874-D30A4AD2FF4C}] 1460706649 -#time=1d196eb86f3dbcc +[Software\\Classes\\Interface\\{8D520D10-0B8A-3553-8874-D30A4AD2FF4C}] 1526460883 +#time=1d3ecf388ab0d0e @="_InvalidOperationException" -[Software\\Classes\\Interface\\{8D520D10-0B8A-3553-8874-D30A4AD2FF4C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3d9ce +[Software\\Classes\\Interface\\{8D520D10-0B8A-3553-8874-D30A4AD2FF4C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab0ab6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8D520D10-0B8A-3553-8874-D30A4AD2FF4C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3db04 +[Software\\Classes\\Interface\\{8D520D10-0B8A-3553-8874-D30A4AD2FF4C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab0c28 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8D520D10-0B8A-3553-8874-D30A4AD2FF4C}\\TypeLib] 1460706649 -#time=1d196eb86f3dcc6 +[Software\\Classes\\Interface\\{8D520D10-0B8A-3553-8874-D30A4AD2FF4C}\\TypeLib] 1526460883 +#time=1d3ecf388ab0e26 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8D597C42-2CFD-32B6-B6D6-86C9E2CFF00A}] 1460706649 -#time=1d196eb86fba636 +[Software\\Classes\\Interface\\{8D597C42-2CFD-32B6-B6D6-86C9E2CFF00A}] 1526460883 +#time=1d3ecf388b37d22 @="_SecurityElement" -[Software\\Classes\\Interface\\{8D597C42-2CFD-32B6-B6D6-86C9E2CFF00A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fba3de +[Software\\Classes\\Interface\\{8D597C42-2CFD-32B6-B6D6-86C9E2CFF00A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b37a7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8D597C42-2CFD-32B6-B6D6-86C9E2CFF00A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fba564 +[Software\\Classes\\Interface\\{8D597C42-2CFD-32B6-B6D6-86C9E2CFF00A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b37c1e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8D597C42-2CFD-32B6-B6D6-86C9E2CFF00A}\\TypeLib] 1460706649 -#time=1d196eb86fba76c +[Software\\Classes\\Interface\\{8D597C42-2CFD-32B6-B6D6-86C9E2CFF00A}\\TypeLib] 1526460883 +#time=1d3ecf388b37e58 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8D5F5811-FFA1-3306-93E3-8AFC572B9B82}] 1460706649 -#time=1d196eb86f3ba7a +[Software\\Classes\\Interface\\{8D5F5811-FFA1-3306-93E3-8AFC572B9B82}] 1526460883 +#time=1d3ecf388aaec52 @="_FieldAccessException" -[Software\\Classes\\Interface\\{8D5F5811-FFA1-3306-93E3-8AFC572B9B82}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3b872 +[Software\\Classes\\Interface\\{8D5F5811-FFA1-3306-93E3-8AFC572B9B82}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aae9f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8D5F5811-FFA1-3306-93E3-8AFC572B9B82}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3b9b2 +[Software\\Classes\\Interface\\{8D5F5811-FFA1-3306-93E3-8AFC572B9B82}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aaeb62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8D5F5811-FFA1-3306-93E3-8AFC572B9B82}\\TypeLib] 1460706649 -#time=1d196eb86f3bb74 +[Software\\Classes\\Interface\\{8D5F5811-FFA1-3306-93E3-8AFC572B9B82}\\TypeLib] 1526460883 +#time=1d3ecf388aaed6a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8DA61686-4668-4A5C-AE5D-803193293DBE}] 1460706472 -#time=1d196eb1d1c6fde +[Software\\Classes\\Interface\\{8DA61686-4668-4A5C-AE5D-803193293DBE}] 1526460533 +#time=1d3ecf2b7fc5172 @="IWMPDVD" -[Software\\Classes\\Interface\\{8DA61686-4668-4A5C-AE5D-803193293DBE}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c6dae +[Software\\Classes\\Interface\\{8DA61686-4668-4A5C-AE5D-803193293DBE}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc4e34 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8DA61686-4668-4A5C-AE5D-803193293DBE}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c6f02 +[Software\\Classes\\Interface\\{8DA61686-4668-4A5C-AE5D-803193293DBE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc5028 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8DA61686-4668-4A5C-AE5D-803193293DBE}\\TypeLib] 1460706472 -#time=1d196eb1d1c70c4 +[Software\\Classes\\Interface\\{8DA61686-4668-4A5C-AE5D-803193293DBE}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc5384 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{8E07FA2C-B44B-3818-BA44-D88F2A69E8B6}] 1460706650 -#time=1d196eb87ab284a +[Software\\Classes\\Interface\\{8E07FA2C-B44B-3818-BA44-D88F2A69E8B6}] 1526460884 +#time=1d3ecf389545f26 @="_ToolStripDropDownMenu" -[Software\\Classes\\Interface\\{8E07FA2C-B44B-3818-BA44-D88F2A69E8B6}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab2610 +[Software\\Classes\\Interface\\{8E07FA2C-B44B-3818-BA44-D88F2A69E8B6}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389545b5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E07FA2C-B44B-3818-BA44-D88F2A69E8B6}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab2750 +[Software\\Classes\\Interface\\{8E07FA2C-B44B-3818-BA44-D88F2A69E8B6}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389545d96 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E07FA2C-B44B-3818-BA44-D88F2A69E8B6}\\TypeLib] 1460706650 -#time=1d196eb87ab2944 +[Software\\Classes\\Interface\\{8E07FA2C-B44B-3818-BA44-D88F2A69E8B6}\\TypeLib] 1526460884 +#time=1d3ecf3895460d4 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{8E17A5CD-1160-32DC-8548-407E7C3827C9}] 1460706649 -#time=1d196eb86fb352a +[Software\\Classes\\Interface\\{8E17A5CD-1160-32DC-8548-407E7C3827C9}] 1526460883 +#time=1d3ecf388b2fb9a @="_CallConvStdcall" -[Software\\Classes\\Interface\\{8E17A5CD-1160-32DC-8548-407E7C3827C9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb32fa +[Software\\Classes\\Interface\\{8E17A5CD-1160-32DC-8548-407E7C3827C9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2f942 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E17A5CD-1160-32DC-8548-407E7C3827C9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb3458 +[Software\\Classes\\Interface\\{8E17A5CD-1160-32DC-8548-407E7C3827C9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2faaa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E17A5CD-1160-32DC-8548-407E7C3827C9}\\TypeLib] 1460706649 -#time=1d196eb86fb3624 +[Software\\Classes\\Interface\\{8E17A5CD-1160-32DC-8548-407E7C3827C9}\\TypeLib] 1526460883 +#time=1d3ecf388b2fcd0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8E21CE22-4F17-347B-B3B5-6A6DF3E0E58A}] 1460706649 -#time=1d196eb86f410d8 +[Software\\Classes\\Interface\\{8E21CE22-4F17-347B-B3B5-6A6DF3E0E58A}] 1526460883 +#time=1d3ecf388ab4828 @="_NotFiniteNumberException" -[Software\\Classes\\Interface\\{8E21CE22-4F17-347B-B3B5-6A6DF3E0E58A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f40ea8 +[Software\\Classes\\Interface\\{8E21CE22-4F17-347B-B3B5-6A6DF3E0E58A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab45c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E21CE22-4F17-347B-B3B5-6A6DF3E0E58A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f41006 +[Software\\Classes\\Interface\\{8E21CE22-4F17-347B-B3B5-6A6DF3E0E58A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab4738 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E21CE22-4F17-347B-B3B5-6A6DF3E0E58A}\\TypeLib] 1460706649 -#time=1d196eb86f411fa +[Software\\Classes\\Interface\\{8E21CE22-4F17-347B-B3B5-6A6DF3E0E58A}\\TypeLib] 1526460883 +#time=1d3ecf388ab4936 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8E54A9CC-7AA4-34CA-985B-BD7D7527B110}] 1460706649 -#time=1d196eb86f2d25e +[Software\\Classes\\Interface\\{8E54A9CC-7AA4-34CA-985B-BD7D7527B110}] 1526460883 +#time=1d3ecf388a9ddb2 @="_ResolveEventHandler" -[Software\\Classes\\Interface\\{8E54A9CC-7AA4-34CA-985B-BD7D7527B110}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2d042 +[Software\\Classes\\Interface\\{8E54A9CC-7AA4-34CA-985B-BD7D7527B110}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9db50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E54A9CC-7AA4-34CA-985B-BD7D7527B110}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2d18c +[Software\\Classes\\Interface\\{8E54A9CC-7AA4-34CA-985B-BD7D7527B110}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9dccc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E54A9CC-7AA4-34CA-985B-BD7D7527B110}\\TypeLib] 1460706649 -#time=1d196eb86f2d358 +[Software\\Classes\\Interface\\{8E54A9CC-7AA4-34CA-985B-BD7D7527B110}\\TypeLib] 1526460883 +#time=1d3ecf388a9deca @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8E5E0B95-750E-310D-892C-8CA7231CF75B}] 1460706649 -#time=1d196eb86efd5ea +[Software\\Classes\\Interface\\{8E5E0B95-750E-310D-892C-8CA7231CF75B}] 1526460883 +#time=1d3ecf388a80c76 @="IMethodMessage" -[Software\\Classes\\Interface\\{8E5E0B95-750E-310D-892C-8CA7231CF75B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86efd0fe +[Software\\Classes\\Interface\\{8E5E0B95-750E-310D-892C-8CA7231CF75B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a80a14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E5E0B95-750E-310D-892C-8CA7231CF75B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86efd3e2 +[Software\\Classes\\Interface\\{8E5E0B95-750E-310D-892C-8CA7231CF75B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a80b90 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E5E0B95-750E-310D-892C-8CA7231CF75B}\\TypeLib] 1460706649 -#time=1d196eb86efd842 +[Software\\Classes\\Interface\\{8E5E0B95-750E-310D-892C-8CA7231CF75B}\\TypeLib] 1526460883 +#time=1d3ecf388a80d98 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8E61AD1D-76AE-3501-9B36-481BFEBD3E3E}] 1460706650 -#time=1d196eb87ac6eb2 +[Software\\Classes\\Interface\\{8E61AD1D-76AE-3501-9B36-481BFEBD3E3E}] 1526460884 +#time=1d3ecf389564200 @="_SplitterEventArgs" -[Software\\Classes\\Interface\\{8E61AD1D-76AE-3501-9B36-481BFEBD3E3E}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac6caa +[Software\\Classes\\Interface\\{8E61AD1D-76AE-3501-9B36-481BFEBD3E3E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389563f76 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E61AD1D-76AE-3501-9B36-481BFEBD3E3E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac6dea +[Software\\Classes\\Interface\\{8E61AD1D-76AE-3501-9B36-481BFEBD3E3E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895640e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E61AD1D-76AE-3501-9B36-481BFEBD3E3E}\\TypeLib] 1460706650 -#time=1d196eb87ac6fca +[Software\\Classes\\Interface\\{8E61AD1D-76AE-3501-9B36-481BFEBD3E3E}\\TypeLib] 1526460884 +#time=1d3ecf389564322 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{8E935BCB-21E1-377C-A59F-89F7BA5A4E0F}] 1460706650 -#time=1d196eb87ac3352 +[Software\\Classes\\Interface\\{8E935BCB-21E1-377C-A59F-89F7BA5A4E0F}] 1526460884 +#time=1d3ecf38955eae4 @="_ProgressBar" -[Software\\Classes\\Interface\\{8E935BCB-21E1-377C-A59F-89F7BA5A4E0F}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac3122 +[Software\\Classes\\Interface\\{8E935BCB-21E1-377C-A59F-89F7BA5A4E0F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955e882 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E935BCB-21E1-377C-A59F-89F7BA5A4E0F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac3280 +[Software\\Classes\\Interface\\{8E935BCB-21E1-377C-A59F-89F7BA5A4E0F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955e9fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E935BCB-21E1-377C-A59F-89F7BA5A4E0F}\\TypeLib] 1460706650 -#time=1d196eb87ac3460 +[Software\\Classes\\Interface\\{8E935BCB-21E1-377C-A59F-89F7BA5A4E0F}\\TypeLib] 1526460884 +#time=1d3ecf38955ebfc @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{8E93D770-6168-4B68-B896-A71B74C7076A}] 1460706648 -#time=1d196eb868d0064 +[Software\\Classes\\Interface\\{8E93D770-6168-4B68-B896-A71B74C7076A}] 1526460883 +#time=1d3ecf3884ca4bc @="IDebuggerObject" -[Software\\Classes\\Interface\\{8E93D770-6168-4B68-B896-A71B74C7076A}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cfe34 +[Software\\Classes\\Interface\\{8E93D770-6168-4B68-B896-A71B74C7076A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884ca066 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E93D770-6168-4B68-B896-A71B74C7076A}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cff7e +[Software\\Classes\\Interface\\{8E93D770-6168-4B68-B896-A71B74C7076A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884ca318 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8E93D770-6168-4B68-B896-A71B74C7076A}\\TypeLib] 1460706648 -#time=1d196eb868d0168 +[Software\\Classes\\Interface\\{8E93D770-6168-4B68-B896-A71B74C7076A}\\TypeLib] 1526460883 +#time=1d3ecf3884ca782 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{8ED115A1-5E7B-34DC-AB85-90316F28015D}] 1460706649 -#time=1d196eb86fe5b88 +[Software\\Classes\\Interface\\{8ED115A1-5E7B-34DC-AB85-90316F28015D}] 1526460883 +#time=1d3ecf388b67d56 @="_SoapBase64Binary" -[Software\\Classes\\Interface\\{8ED115A1-5E7B-34DC-AB85-90316F28015D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe594e +[Software\\Classes\\Interface\\{8ED115A1-5E7B-34DC-AB85-90316F28015D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b67af4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8ED115A1-5E7B-34DC-AB85-90316F28015D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe5a98 +[Software\\Classes\\Interface\\{8ED115A1-5E7B-34DC-AB85-90316F28015D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b67c70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8ED115A1-5E7B-34DC-AB85-90316F28015D}\\TypeLib] 1460706649 -#time=1d196eb86fe5ca0 +[Software\\Classes\\Interface\\{8ED115A1-5E7B-34DC-AB85-90316F28015D}\\TypeLib] 1526460883 +#time=1d3ecf388b67e78 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8EFD265B-677A-4B09-A471-E086787AA727}] 1460706648 -#time=1d196eb868d7238 +[Software\\Classes\\Interface\\{8EFD265B-677A-4B09-A471-E086787AA727}] 1526460883 +#time=1d3ecf3884dba14 @="IJSVsaReferenceItem" -[Software\\Classes\\Interface\\{8EFD265B-677A-4B09-A471-E086787AA727}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d7012 +[Software\\Classes\\Interface\\{8EFD265B-677A-4B09-A471-E086787AA727}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884dab96 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8EFD265B-677A-4B09-A471-E086787AA727}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d7170 +[Software\\Classes\\Interface\\{8EFD265B-677A-4B09-A471-E086787AA727}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884db852 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8EFD265B-677A-4B09-A471-E086787AA727}\\TypeLib] 1460706648 -#time=1d196eb868d7332 +[Software\\Classes\\Interface\\{8EFD265B-677A-4B09-A471-E086787AA727}\\TypeLib] 1526460883 +#time=1d3ecf3884dbc94 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{8F1A7EA6-1654-4502-A86E-B2902344D507}] 1460706471 -#time=1d196eb1cfd08a6 +[Software\\Classes\\Interface\\{8F1A7EA6-1654-4502-A86E-B2902344D507}] 1526460533 +#time=1d3ecf2b7e415f8 @="IEnumTfContexts" -[Software\\Classes\\Interface\\{8F1A7EA6-1654-4502-A86E-B2902344D507}\\NumMethods] 1460706471 -#time=1d196eb1cfd07d4 +[Software\\Classes\\Interface\\{8F1A7EA6-1654-4502-A86E-B2902344D507}\\NumMethods] 1526460533 +#time=1d3ecf2b7e41508 @="7" -[Software\\Classes\\Interface\\{8F1A7EA6-1654-4502-A86E-B2902344D507}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfd0914 +[Software\\Classes\\Interface\\{8F1A7EA6-1654-4502-A86E-B2902344D507}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e41684 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{8F1BAED9-52EC-3545-9CF0-6ED71A76A5CA}] 1460706650 -#time=1d196eb877e7fac +[Software\\Classes\\Interface\\{8F1BAED9-52EC-3545-9CF0-6ED71A76A5CA}] 1526460884 +#time=1d3ecf3892c132c @="_CodeGotoStatement" -[Software\\Classes\\Interface\\{8F1BAED9-52EC-3545-9CF0-6ED71A76A5CA}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e7d54 +[Software\\Classes\\Interface\\{8F1BAED9-52EC-3545-9CF0-6ED71A76A5CA}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c0fbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8F1BAED9-52EC-3545-9CF0-6ED71A76A5CA}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e7ebc +[Software\\Classes\\Interface\\{8F1BAED9-52EC-3545-9CF0-6ED71A76A5CA}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c11c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8F1BAED9-52EC-3545-9CF0-6ED71A76A5CA}\\TypeLib] 1460706650 -#time=1d196eb877e80ec +[Software\\Classes\\Interface\\{8F1BAED9-52EC-3545-9CF0-6ED71A76A5CA}\\TypeLib] 1526460884 +#time=1d3ecf3892c14e4 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{8F45ABF1-F9AE-4B95-A933-F0F66E5056EA}] 1460706472 -#time=1d196eb1d1ebbb8 +[Software\\Classes\\Interface\\{8F45ABF1-F9AE-4B95-A933-F0F66E5056EA}] 1526460533 +#time=1d3ecf2b7df6346 @="IUpdateSearcher" -[Software\\Classes\\Interface\\{8F45ABF1-F9AE-4B95-A933-F0F66E5056EA}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1eb96a +[Software\\Classes\\Interface\\{8F45ABF1-F9AE-4B95-A933-F0F66E5056EA}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df60d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8F45ABF1-F9AE-4B95-A933-F0F66E5056EA}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1ebadc +[Software\\Classes\\Interface\\{8F45ABF1-F9AE-4B95-A933-F0F66E5056EA}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df6256 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8F45ABF1-F9AE-4B95-A933-F0F66E5056EA}\\TypeLib] 1460706472 -#time=1d196eb1d1ebc9e +[Software\\Classes\\Interface\\{8F45ABF1-F9AE-4B95-A933-F0F66E5056EA}\\TypeLib] 1526460533 +#time=1d3ecf2b7df6468 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9}] 1460706648 -#time=1d196eb868cd10c +[Software\\Classes\\Interface\\{8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9}] 1526460883 +#time=1d3ecf3884c4e04 @="IJSVsaEngine" -[Software\\Classes\\Interface\\{8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9}\\ProxyStubClsid] 1460706648 -#time=1d196eb868ccef0 +[Software\\Classes\\Interface\\{8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c4ae4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cd03a +[Software\\Classes\\Interface\\{8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c4cce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9}\\TypeLib] 1460706648 -#time=1d196eb868cd210 +[Software\\Classes\\Interface\\{8FA2C97B-47E4-4A31-A7F5-FF39D1195CD9}\\TypeLib] 1526460883 +#time=1d3ecf3884c4f80 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{8FD0F76A-29BF-3982-8335-C9B44ABF31C3}] 1460706650 -#time=1d196eb877f436a +[Software\\Classes\\Interface\\{8FD0F76A-29BF-3982-8335-C9B44ABF31C3}] 1526460884 +#time=1d3ecf3892d2816 @="_CodeTryCatchFinallyStatement" -[Software\\Classes\\Interface\\{8FD0F76A-29BF-3982-8335-C9B44ABF31C3}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f414e +[Software\\Classes\\Interface\\{8FD0F76A-29BF-3982-8335-C9B44ABF31C3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d253c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FD0F76A-29BF-3982-8335-C9B44ABF31C3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f4298 +[Software\\Classes\\Interface\\{8FD0F76A-29BF-3982-8335-C9B44ABF31C3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d26fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FD0F76A-29BF-3982-8335-C9B44ABF31C3}\\TypeLib] 1460706650 -#time=1d196eb877f4464 +[Software\\Classes\\Interface\\{8FD0F76A-29BF-3982-8335-C9B44ABF31C3}\\TypeLib] 1526460884 +#time=1d3ecf3892d296a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{8FD4711D-2D02-4C8C-87E3-EFF699DE127E}] 1460706471 -#time=1d196eb1d14dddc +[Software\\Classes\\Interface\\{8FD4711D-2D02-4C8C-87E3-EFF699DE127E}] 1526460533 +#time=1d3ecf2b7d5eb18 @="ITaskSettings" -[Software\\Classes\\Interface\\{8FD4711D-2D02-4C8C-87E3-EFF699DE127E}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14dbc0 +[Software\\Classes\\Interface\\{8FD4711D-2D02-4C8C-87E3-EFF699DE127E}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5e88e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FD4711D-2D02-4C8C-87E3-EFF699DE127E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14dd0a +[Software\\Classes\\Interface\\{8FD4711D-2D02-4C8C-87E3-EFF699DE127E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5ea14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FD4711D-2D02-4C8C-87E3-EFF699DE127E}\\TypeLib] 1460706471 -#time=1d196eb1d14ded6 +[Software\\Classes\\Interface\\{8FD4711D-2D02-4C8C-87E3-EFF699DE127E}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5ec30 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{8FD56502-8724-3DF0-A1B5-9D0E8D4E4F78}] 1460706649 -#time=1d196eb86f7b710 +[Software\\Classes\\Interface\\{8FD56502-8724-3DF0-A1B5-9D0E8D4E4F78}] 1526460883 +#time=1d3ecf388af57ec @="_Encoder" -[Software\\Classes\\Interface\\{8FD56502-8724-3DF0-A1B5-9D0E8D4E4F78}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7b512 +[Software\\Classes\\Interface\\{8FD56502-8724-3DF0-A1B5-9D0E8D4E4F78}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af5580 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FD56502-8724-3DF0-A1B5-9D0E8D4E4F78}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7b648 +[Software\\Classes\\Interface\\{8FD56502-8724-3DF0-A1B5-9D0E8D4E4F78}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af56fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FD56502-8724-3DF0-A1B5-9D0E8D4E4F78}\\TypeLib] 1460706649 -#time=1d196eb86f7b828 +[Software\\Classes\\Interface\\{8FD56502-8724-3DF0-A1B5-9D0E8D4E4F78}\\TypeLib] 1526460883 +#time=1d3ecf388af5904 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{8FD9748A-D04F-3DFB-96A8-5624290F4554}] 1460706650 -#time=1d196eb87acc57e +[Software\\Classes\\Interface\\{8FD9748A-D04F-3DFB-96A8-5624290F4554}] 1526460884 +#time=1d3ecf38956a556 @="_ToolStripItemAccessibleObject" -[Software\\Classes\\Interface\\{8FD9748A-D04F-3DFB-96A8-5624290F4554}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acc376 +[Software\\Classes\\Interface\\{8FD9748A-D04F-3DFB-96A8-5624290F4554}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956a308 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FD9748A-D04F-3DFB-96A8-5624290F4554}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acc4ac +[Software\\Classes\\Interface\\{8FD9748A-D04F-3DFB-96A8-5624290F4554}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956a470 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FD9748A-D04F-3DFB-96A8-5624290F4554}\\TypeLib] 1460706650 -#time=1d196eb87acc682 +[Software\\Classes\\Interface\\{8FD9748A-D04F-3DFB-96A8-5624290F4554}\\TypeLib] 1526460884 +#time=1d3ecf38956a678 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{8FFEDC68-5233-3FA8-813D-405AABB33ECB}] 1460706649 -#time=1d196eb86fd9536 +[Software\\Classes\\Interface\\{8FFEDC68-5233-3FA8-813D-405AABB33ECB}] 1526460883 +#time=1d3ecf388b598a0 @="_OneWayAttribute" -[Software\\Classes\\Interface\\{8FFEDC68-5233-3FA8-813D-405AABB33ECB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd92fc +[Software\\Classes\\Interface\\{8FFEDC68-5233-3FA8-813D-405AABB33ECB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b59648 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FFEDC68-5233-3FA8-813D-405AABB33ECB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd945a +[Software\\Classes\\Interface\\{8FFEDC68-5233-3FA8-813D-405AABB33ECB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b597ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{8FFEDC68-5233-3FA8-813D-405AABB33ECB}\\TypeLib] 1460706649 -#time=1d196eb86fd9630 +[Software\\Classes\\Interface\\{8FFEDC68-5233-3FA8-813D-405AABB33ECB}\\TypeLib] 1526460883 +#time=1d3ecf388b599c2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{902B3592-9D08-4DFD-A593-D07C52546421}] 1460706471 -#time=1d196eb1d03c966 +[Software\\Classes\\Interface\\{902B3592-9D08-4DFD-A593-D07C52546421}] 1526460533 +#time=1d3ecf2b7af31d0 @="IWineMsiRemotePackage" -[Software\\Classes\\Interface\\{902B3592-9D08-4DFD-A593-D07C52546421}\\NumMethods] 1460706471 -#time=1d196eb1d03c88a +[Software\\Classes\\Interface\\{902B3592-9D08-4DFD-A593-D07C52546421}\\NumMethods] 1526460533 +#time=1d3ecf2b7af30e0 @="25" -[Software\\Classes\\Interface\\{902B3592-9D08-4DFD-A593-D07C52546421}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d03ca60 +[Software\\Classes\\Interface\\{902B3592-9D08-4DFD-A593-D07C52546421}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7af325c @="{000C103E-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{90BED8ED-21E3-31FE-8F02-C929BA4FB0AC}] 1460706650 -#time=1d196eb877defe2 +[Software\\Classes\\Interface\\{90BED8ED-21E3-31FE-8F02-C929BA4FB0AC}] 1526460884 +#time=1d3ecf3892abdba @="_CodeCastExpression" -[Software\\Classes\\Interface\\{90BED8ED-21E3-31FE-8F02-C929BA4FB0AC}\\ProxyStubClsid] 1460706650 -#time=1d196eb877deda8 +[Software\\Classes\\Interface\\{90BED8ED-21E3-31FE-8F02-C929BA4FB0AC}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892aba22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{90BED8ED-21E3-31FE-8F02-C929BA4FB0AC}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877def10 +[Software\\Classes\\Interface\\{90BED8ED-21E3-31FE-8F02-C929BA4FB0AC}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892abc98 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{90BED8ED-21E3-31FE-8F02-C929BA4FB0AC}\\TypeLib] 1460706650 -#time=1d196eb877df0e6 +[Software\\Classes\\Interface\\{90BED8ED-21E3-31FE-8F02-C929BA4FB0AC}\\TypeLib] 1526460884 +#time=1d3ecf3892abf18 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{90C40B4C-B0D0-30F5-B520-FDBA97BC31A0}] 1460706649 -#time=1d196eb86f8bb92 +[Software\\Classes\\Interface\\{90C40B4C-B0D0-30F5-B520-FDBA97BC31A0}] 1526460883 +#time=1d3ecf388b04076 @="_Site" -[Software\\Classes\\Interface\\{90C40B4C-B0D0-30F5-B520-FDBA97BC31A0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8b96c +[Software\\Classes\\Interface\\{90C40B4C-B0D0-30F5-B520-FDBA97BC31A0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b03e14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{90C40B4C-B0D0-30F5-B520-FDBA97BC31A0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8baca +[Software\\Classes\\Interface\\{90C40B4C-B0D0-30F5-B520-FDBA97BC31A0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b03f86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{90C40B4C-B0D0-30F5-B520-FDBA97BC31A0}\\TypeLib] 1460706649 -#time=1d196eb86f8bc96 +[Software\\Classes\\Interface\\{90C40B4C-B0D0-30F5-B520-FDBA97BC31A0}\\TypeLib] 1526460883 +#time=1d3ecf388b0418e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}] 1460706472 -#time=1d196eb1d1c3dd4 +[Software\\Classes\\Interface\\{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}] 1526460533 +#time=1d3ecf2b7fc0c4e @="IWMPSettings" -[Software\\Classes\\Interface\\{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c3ba4 +[Software\\Classes\\Interface\\{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc09d8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c3cf8 +[Software\\Classes\\Interface\\{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc0b54 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}\\TypeLib] 1460706472 -#time=1d196eb1d1c3ec4 +[Software\\Classes\\Interface\\{9104D1AB-80C9-4FED-ABF0-2E6417A6DF14}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc0d5c @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{917B14D0-2D9E-38B8-92A9-381ACF52F7C0}] 1460706649 -#time=1d196eb86ed5efa +[Software\\Classes\\Interface\\{917B14D0-2D9E-38B8-92A9-381ACF52F7C0}] 1526460883 +#time=1d3ecf388a5fa58 @="_Attribute" -[Software\\Classes\\Interface\\{917B14D0-2D9E-38B8-92A9-381ACF52F7C0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed5cac +[Software\\Classes\\Interface\\{917B14D0-2D9E-38B8-92A9-381ACF52F7C0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5f7f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{917B14D0-2D9E-38B8-92A9-381ACF52F7C0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed5e28 +[Software\\Classes\\Interface\\{917B14D0-2D9E-38B8-92A9-381ACF52F7C0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5f968 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{917B14D0-2D9E-38B8-92A9-381ACF52F7C0}\\TypeLib] 1460706649 -#time=1d196eb86ed603a +[Software\\Classes\\Interface\\{917B14D0-2D9E-38B8-92A9-381ACF52F7C0}\\TypeLib] 1526460883 +#time=1d3ecf388a5fb70 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{91A565C1-E38F-11d0-94BF-00A0C9055CBF}] 1460706648 -#time=1d196eb862f456e +[Software\\Classes\\Interface\\{91A565C1-E38F-11D0-94BF-00A0C9055CBF}] 1526460533 +#time=1d3ecf2b7bdf4ae @="IPersistHistory" -[Software\\Classes\\Interface\\{91A565C1-E38F-11d0-94BF-00A0C9055CBF}\\NumMethods] 1460706648 -#time=1d196eb862f37fe +[Software\\Classes\\Interface\\{91A565C1-E38F-11D0-94BF-00A0C9055CBF}\\NumMethods] 1526460533 +#time=1d3ecf2b7bdf328 @="8" -[Software\\Classes\\Interface\\{91A565C1-E38F-11d0-94BF-00A0C9055CBF}\\ProxyStubClsid32] 1460706648 -#time=1d196eb862f4762 -@="{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}" +[Software\\Classes\\Interface\\{91A565C1-E38F-11D0-94BF-00A0C9055CBF}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb95cecc +@="{A4A1A128-768F-41E0-BF75-E4FDDD701CBA}" -[Software\\Classes\\Interface\\{9216E421-2BF5-11D0-82B4-00A0C90C29C5}] 1460706471 -#time=1d196eb1ce0440a +[Software\\Classes\\Interface\\{9216E421-2BF5-11D0-82B4-00A0C90C29C5}] 1526460533 +#time=1d3ecf2b808b1ce @="ITargetFramePriv" -[Software\\Classes\\Interface\\{9216E421-2BF5-11D0-82B4-00A0C90C29C5}\\NumMethods] 1460706471 -#time=1d196eb1ce04338 +[Software\\Classes\\Interface\\{9216E421-2BF5-11D0-82B4-00A0C90C29C5}\\NumMethods] 1526460533 +#time=1d3ecf2b808b0de @="9" -[Software\\Classes\\Interface\\{9216E421-2BF5-11D0-82B4-00A0C90C29C5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce04478 +[Software\\Classes\\Interface\\{9216E421-2BF5-11D0-82B4-00A0C90C29C5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808b25a @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{92218CAB-ECAA-4335-8133-807FD234C2EE}] 1460706471 -#time=1d196eb1ce21f0a +[Software\\Classes\\Interface\\{92218CAB-ECAA-4335-8133-807FD234C2EE}] 1526460533 +#time=1d3ecf2b80a2b1c @="IAssocHandlerInvoker" -[Software\\Classes\\Interface\\{92218CAB-ECAA-4335-8133-807FD234C2EE}\\NumMethods] 1460706471 -#time=1d196eb1ce21e38 +[Software\\Classes\\Interface\\{92218CAB-ECAA-4335-8133-807FD234C2EE}\\NumMethods] 1526460533 +#time=1d3ecf2b80a2a22 @="5" -[Software\\Classes\\Interface\\{92218CAB-ECAA-4335-8133-807FD234C2EE}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce21f82 +[Software\\Classes\\Interface\\{92218CAB-ECAA-4335-8133-807FD234C2EE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a2b9e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{92980B30-C1DE-11D2-ABF5-00A0C905F375}] 1460706471 -#time=1d196eb1d0d78da +[Software\\Classes\\Interface\\{92980B30-C1DE-11D2-ABF5-00A0C905F375}] 1526460533 +#time=1d3ecf2b7b0aede @="IMemAllocatorNotifyCallbackTemp" -[Software\\Classes\\Interface\\{92980B30-C1DE-11D2-ABF5-00A0C905F375}\\NumMethods] 1460706471 -#time=1d196eb1d0d77fe +[Software\\Classes\\Interface\\{92980B30-C1DE-11D2-ABF5-00A0C905F375}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0ade4 @="4" -[Software\\Classes\\Interface\\{92980B30-C1DE-11D2-ABF5-00A0C905F375}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d7952 +[Software\\Classes\\Interface\\{92980B30-C1DE-11D2-ABF5-00A0C905F375}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0af6a @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{93194740-9A53-3D3E-902C-240FBE0C90E4}] 1460706650 -#time=1d196eb87abdbd2 +[Software\\Classes\\Interface\\{93194740-9A53-3D3E-902C-240FBE0C90E4}] 1526460884 +#time=1d3ecf389558a9a @="_LinkClickedEventArgs" -[Software\\Classes\\Interface\\{93194740-9A53-3D3E-902C-240FBE0C90E4}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abd9c0 +[Software\\Classes\\Interface\\{93194740-9A53-3D3E-902C-240FBE0C90E4}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895587ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{93194740-9A53-3D3E-902C-240FBE0C90E4}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abdb00 +[Software\\Classes\\Interface\\{93194740-9A53-3D3E-902C-240FBE0C90E4}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389558978 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{93194740-9A53-3D3E-902C-240FBE0C90E4}\\TypeLib] 1460706650 -#time=1d196eb87abdcd6 +[Software\\Classes\\Interface\\{93194740-9A53-3D3E-902C-240FBE0C90E4}\\TypeLib] 1526460884 +#time=1d3ecf389558bf8 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{93409DA8-FE37-3D4E-9A08-B35B34122C64}] 1460706650 -#time=1d196eb87ac7a06 +[Software\\Classes\\Interface\\{93409DA8-FE37-3D4E-9A08-B35B34122C64}] 1526460884 +#time=1d3ecf389564f34 @="_StatusBar" -[Software\\Classes\\Interface\\{93409DA8-FE37-3D4E-9A08-B35B34122C64}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac77fe +[Software\\Classes\\Interface\\{93409DA8-FE37-3D4E-9A08-B35B34122C64}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389564cd2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{93409DA8-FE37-3D4E-9A08-B35B34122C64}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac793e +[Software\\Classes\\Interface\\{93409DA8-FE37-3D4E-9A08-B35B34122C64}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389564e3a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{93409DA8-FE37-3D4E-9A08-B35B34122C64}\\TypeLib] 1460706650 -#time=1d196eb87ac7af6 +[Software\\Classes\\Interface\\{93409DA8-FE37-3D4E-9A08-B35B34122C64}\\TypeLib] 1526460884 +#time=1d3ecf389565056 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{93D7A8C5-D2EB-319B-A374-A65D321F2AA9}] 1460706649 -#time=1d196eb86ee4ad6 +[Software\\Classes\\Interface\\{93D7A8C5-D2EB-319B-A374-A65D321F2AA9}] 1526460883 +#time=1d3ecf388a7007e @="IFormatter" -[Software\\Classes\\Interface\\{93D7A8C5-D2EB-319B-A374-A65D321F2AA9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee48a6 +[Software\\Classes\\Interface\\{93D7A8C5-D2EB-319B-A374-A65D321F2AA9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6fe26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{93D7A8C5-D2EB-319B-A374-A65D321F2AA9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee4a04 +[Software\\Classes\\Interface\\{93D7A8C5-D2EB-319B-A374-A65D321F2AA9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6ff98 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{93D7A8C5-D2EB-319B-A374-A65D321F2AA9}\\TypeLib] 1460706649 -#time=1d196eb86ee4be4 +[Software\\Classes\\Interface\\{93D7A8C5-D2EB-319B-A374-A65D321F2AA9}\\TypeLib] 1526460883 +#time=1d3ecf388a7018c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{93E5A4E0-2D50-11D2-ABFA-00A0C9C6E38D}] 1460706471 -#time=1d196eb1d0dc236 +[Software\\Classes\\Interface\\{93E5A4E0-2D50-11D2-ABFA-00A0C9C6E38D}] 1526460533 +#time=1d3ecf2b7b0fc54 @="ICaptureGraphBuilder2" -[Software\\Classes\\Interface\\{93E5A4E0-2D50-11D2-ABFA-00A0C9C6E38D}\\NumMethods] 1460706471 -#time=1d196eb1d0dc164 +[Software\\Classes\\Interface\\{93E5A4E0-2D50-11D2-ABFA-00A0C9C6E38D}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0fb5a @="12" -[Software\\Classes\\Interface\\{93E5A4E0-2D50-11D2-ABFA-00A0C9C6E38D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0dc2ae +[Software\\Classes\\Interface\\{93E5A4E0-2D50-11D2-ABFA-00A0C9C6E38D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0fcd6 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{93F2F68C-1D1B-11D3-A30E-00C04F79ABD1}] 1460706471 -#time=1d196eb1ce0a85a +[Software\\Classes\\Interface\\{93F2F68C-1D1B-11D3-A30E-00C04F79ABD1}] 1526460533 +#time=1d3ecf2b8092a32 @="IShellFolder2" -[Software\\Classes\\Interface\\{93F2F68C-1D1B-11D3-A30E-00C04F79ABD1}\\NumMethods] 1460706471 -#time=1d196eb1ce0a788 +[Software\\Classes\\Interface\\{93F2F68C-1D1B-11D3-A30E-00C04F79ABD1}\\NumMethods] 1526460533 +#time=1d3ecf2b8092938 @="20" -[Software\\Classes\\Interface\\{93F2F68C-1D1B-11D3-A30E-00C04F79ABD1}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0a8c8 +[Software\\Classes\\Interface\\{93F2F68C-1D1B-11D3-A30E-00C04F79ABD1}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8092aaa @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{941F8AAA-A353-3B1D-A019-12E44377F1CD}] 1460706649 -#time=1d196eb86eef62a +[Software\\Classes\\Interface\\{941F8AAA-A353-3B1D-A019-12E44377F1CD}] 1526460883 +#time=1d3ecf388a7b06e @="IMessageSink" -[Software\\Classes\\Interface\\{941F8AAA-A353-3B1D-A019-12E44377F1CD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eef31e +[Software\\Classes\\Interface\\{941F8AAA-A353-3B1D-A019-12E44377F1CD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7adf8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{941F8AAA-A353-3B1D-A019-12E44377F1CD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eef4e0 +[Software\\Classes\\Interface\\{941F8AAA-A353-3B1D-A019-12E44377F1CD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7af7e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{941F8AAA-A353-3B1D-A019-12E44377F1CD}\\TypeLib] 1460706649 -#time=1d196eb86eef756 +[Software\\Classes\\Interface\\{941F8AAA-A353-3B1D-A019-12E44377F1CD}\\TypeLib] 1526460883 +#time=1d3ecf388a7b17c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{942B847C-F0E5-3BCA-A0CD-1DEBC20EFD7E}] 1460706650 -#time=1d196eb8753ca32 +[Software\\Classes\\Interface\\{942B847C-F0E5-3BCA-A0CD-1DEBC20EFD7E}] 1526460884 +#time=1d3ecf389058a0e @="_Clerk" -[Software\\Classes\\Interface\\{942B847C-F0E5-3BCA-A0CD-1DEBC20EFD7E}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753c7bc +[Software\\Classes\\Interface\\{942B847C-F0E5-3BCA-A0CD-1DEBC20EFD7E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3890587ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{942B847C-F0E5-3BCA-A0CD-1DEBC20EFD7E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753c956 +[Software\\Classes\\Interface\\{942B847C-F0E5-3BCA-A0CD-1DEBC20EFD7E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905891e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{942B847C-F0E5-3BCA-A0CD-1DEBC20EFD7E}\\TypeLib] 1460706650 -#time=1d196eb8753cb54 +[Software\\Classes\\Interface\\{942B847C-F0E5-3BCA-A0CD-1DEBC20EFD7E}\\TypeLib] 1526460884 +#time=1d3ecf389058b26 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{947990DE-CC28-11D2-A0F7-00805F858FB1}] 1460706471 -#time=1d196eb1d08c7cc +[Software\\Classes\\Interface\\{947990DE-CC28-11D2-A0F7-00805F858FB1}] 1526460533 +#time=1d3ecf2b800a0ba @="IDummyHICONIncluder" -[Software\\Classes\\Interface\\{947990DE-CC28-11D2-A0F7-00805F858FB1}\\NumMethods] 1460706471 -#time=1d196eb1d08c6fa +[Software\\Classes\\Interface\\{947990DE-CC28-11D2-A0F7-00805F858FB1}\\NumMethods] 1526460533 +#time=1d3ecf2b8009fca @="4" -[Software\\Classes\\Interface\\{947990DE-CC28-11D2-A0F7-00805F858FB1}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08c83a +[Software\\Classes\\Interface\\{947990DE-CC28-11D2-A0F7-00805F858FB1}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800a146 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{947A1995-BC16-3E7C-B65A-99E71F39C091}] 1460706649 -#time=1d196eb86fc4e74 +[Software\\Classes\\Interface\\{947A1995-BC16-3E7C-B65A-99E71F39C091}] 1526460883 +#time=1d3ecf388b432c6 @="_PermissionSetAttribute" -[Software\\Classes\\Interface\\{947A1995-BC16-3E7C-B65A-99E71F39C091}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc4c62 +[Software\\Classes\\Interface\\{947A1995-BC16-3E7C-B65A-99E71F39C091}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4306e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{947A1995-BC16-3E7C-B65A-99E71F39C091}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc4da2 +[Software\\Classes\\Interface\\{947A1995-BC16-3E7C-B65A-99E71F39C091}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b431e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{947A1995-BC16-3E7C-B65A-99E71F39C091}\\TypeLib] 1460706649 -#time=1d196eb86fc4fa0 +[Software\\Classes\\Interface\\{947A1995-BC16-3E7C-B65A-99E71F39C091}\\TypeLib] 1526460883 +#time=1d3ecf388b433e8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{94855A3B-5CA2-32CF-B1AB-48FD3915822C}] 1460706649 -#time=1d196eb86fdd8ac +[Software\\Classes\\Interface\\{94855A3B-5CA2-32CF-B1AB-48FD3915822C}] 1526460883 +#time=1d3ecf388b5e184 @="_ActivatedServiceTypeEntry" -[Software\\Classes\\Interface\\{94855A3B-5CA2-32CF-B1AB-48FD3915822C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdd69a +[Software\\Classes\\Interface\\{94855A3B-5CA2-32CF-B1AB-48FD3915822C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5df0e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{94855A3B-5CA2-32CF-B1AB-48FD3915822C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdd7da +[Software\\Classes\\Interface\\{94855A3B-5CA2-32CF-B1AB-48FD3915822C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5e08a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{94855A3B-5CA2-32CF-B1AB-48FD3915822C}\\TypeLib] 1460706649 -#time=1d196eb86fdd9b0 +[Software\\Classes\\Interface\\{94855A3B-5CA2-32CF-B1AB-48FD3915822C}\\TypeLib] 1526460883 +#time=1d3ecf388b5e2a6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9486855D-B3A4-32E8-AF74-EC881982E3FF}] 1460706650 -#time=1d196eb87aa9196 +[Software\\Classes\\Interface\\{9486855D-B3A4-32E8-AF74-EC881982E3FF}] 1526460884 +#time=1d3ecf389539104 @="_Button" -[Software\\Classes\\Interface\\{9486855D-B3A4-32E8-AF74-EC881982E3FF}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa8f7a +[Software\\Classes\\Interface\\{9486855D-B3A4-32E8-AF74-EC881982E3FF}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389538de4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9486855D-B3A4-32E8-AF74-EC881982E3FF}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa90c4 +[Software\\Classes\\Interface\\{9486855D-B3A4-32E8-AF74-EC881982E3FF}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389538fce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9486855D-B3A4-32E8-AF74-EC881982E3FF}\\TypeLib] 1460706650 -#time=1d196eb87aa9290 +[Software\\Classes\\Interface\\{9486855D-B3A4-32E8-AF74-EC881982E3FF}\\TypeLib] 1526460884 +#time=1d3ecf38953928a @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{94BB98ED-18BB-3843-A7FE-642824AB4E01}] 1460706649 -#time=1d196eb86fd529c +[Software\\Classes\\Interface\\{94BB98ED-18BB-3843-A7FE-642824AB4E01}] 1526460883 +#time=1d3ecf388b54e72 @="_BaseChannelWithProperties" -[Software\\Classes\\Interface\\{94BB98ED-18BB-3843-A7FE-642824AB4E01}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd5076 +[Software\\Classes\\Interface\\{94BB98ED-18BB-3843-A7FE-642824AB4E01}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b54c10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{94BB98ED-18BB-3843-A7FE-642824AB4E01}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd51b6 +[Software\\Classes\\Interface\\{94BB98ED-18BB-3843-A7FE-642824AB4E01}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b54d82 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{94BB98ED-18BB-3843-A7FE-642824AB4E01}\\TypeLib] 1460706649 -#time=1d196eb86fd53aa +[Software\\Classes\\Interface\\{94BB98ED-18BB-3843-A7FE-642824AB4E01}\\TypeLib] 1526460883 +#time=1d3ecf388b54fbc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{94C9B4EE-A09F-4F92-8A1E-4A9BCE7E76FB}] 1460706472 -#time=1d196eb1d195664 +[Software\\Classes\\Interface\\{94C9B4EE-A09F-4F92-8A1E-4A9BCE7E76FB}] 1526460533 +#time=1d3ecf2b7f09512 @="IWICBitmapEncoderInfo" -[Software\\Classes\\Interface\\{94C9B4EE-A09F-4F92-8A1E-4A9BCE7E76FB}\\NumMethods] 1460706472 -#time=1d196eb1d19557e +[Software\\Classes\\Interface\\{94C9B4EE-A09F-4F92-8A1E-4A9BCE7E76FB}\\NumMethods] 1526460533 +#time=1d3ecf2b7f09418 @="24" -[Software\\Classes\\Interface\\{94C9B4EE-A09F-4F92-8A1E-4A9BCE7E76FB}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1956d2 +[Software\\Classes\\Interface\\{94C9B4EE-A09F-4F92-8A1E-4A9BCE7E76FB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f09594 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{94D55E95-3FAC-11D3-B155-00C04F79FAA6}] 1460706472 -#time=1d196eb1d1c31b8 +[Software\\Classes\\Interface\\{94D55E95-3FAC-11D3-B155-00C04F79FAA6}] 1526460533 +#time=1d3ecf2b7fbfeb6 @="IWMPMedia" -[Software\\Classes\\Interface\\{94D55E95-3FAC-11D3-B155-00C04F79FAA6}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c2f60 +[Software\\Classes\\Interface\\{94D55E95-3FAC-11D3-B155-00C04F79FAA6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fbfc40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{94D55E95-3FAC-11D3-B155-00C04F79FAA6}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c30aa +[Software\\Classes\\Interface\\{94D55E95-3FAC-11D3-B155-00C04F79FAA6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fbfdbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{94D55E95-3FAC-11D3-B155-00C04F79FAA6}\\TypeLib] 1460706472 -#time=1d196eb1d1c32a8 +[Software\\Classes\\Interface\\{94D55E95-3FAC-11D3-B155-00C04F79FAA6}\\TypeLib] 1526460533 +#time=1d3ecf2b7fbffba @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{95AD84EC-1E02-3A16-8CB4-0B0419DA36C4}] 1460706650 -#time=1d196eb87538ac2 +[Software\\Classes\\Interface\\{95AD84EC-1E02-3A16-8CB4-0B0419DA36C4}] 1526460884 +#time=1d3ecf389053f2c @="_RegistrationErrorInfo" -[Software\\Classes\\Interface\\{95AD84EC-1E02-3A16-8CB4-0B0419DA36C4}\\ProxyStubClsid] 1460706650 -#time=1d196eb875388a6 +[Software\\Classes\\Interface\\{95AD84EC-1E02-3A16-8CB4-0B0419DA36C4}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389053c84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95AD84EC-1E02-3A16-8CB4-0B0419DA36C4}\\ProxyStubClsid32] 1460706650 -#time=1d196eb875389f0 +[Software\\Classes\\Interface\\{95AD84EC-1E02-3A16-8CB4-0B0419DA36C4}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389053e32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95AD84EC-1E02-3A16-8CB4-0B0419DA36C4}\\TypeLib] 1460706650 -#time=1d196eb87538bc6 +[Software\\Classes\\Interface\\{95AD84EC-1E02-3A16-8CB4-0B0419DA36C4}\\TypeLib] 1526460884 +#time=1d3ecf389054058 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{95B525DB-6B81-3CDC-8FE7-713F7FC793C0}] 1460706649 -#time=1d196eb86f4e508 +[Software\\Classes\\Interface\\{95B525DB-6B81-3CDC-8FE7-713F7FC793C0}] 1526460883 +#time=1d3ecf388ac33fa @="_ThreadAbortException" -[Software\\Classes\\Interface\\{95B525DB-6B81-3CDC-8FE7-713F7FC793C0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4e2ec +[Software\\Classes\\Interface\\{95B525DB-6B81-3CDC-8FE7-713F7FC793C0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac31ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95B525DB-6B81-3CDC-8FE7-713F7FC793C0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4e436 +[Software\\Classes\\Interface\\{95B525DB-6B81-3CDC-8FE7-713F7FC793C0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac3314 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95B525DB-6B81-3CDC-8FE7-713F7FC793C0}\\TypeLib] 1460706649 -#time=1d196eb86f4e60c +[Software\\Classes\\Interface\\{95B525DB-6B81-3CDC-8FE7-713F7FC793C0}\\TypeLib] 1526460883 +#time=1d3ecf388ac3512 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{95B6A563-4A39-37A2-91D7-04B8ECDD1B66}] 1460706650 -#time=1d196eb877f9c3e +[Software\\Classes\\Interface\\{95B6A563-4A39-37A2-91D7-04B8ECDD1B66}] 1526460884 +#time=1d3ecf3892d9cf6 @="_EventDescriptor" -[Software\\Classes\\Interface\\{95B6A563-4A39-37A2-91D7-04B8ECDD1B66}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f99c8 +[Software\\Classes\\Interface\\{95B6A563-4A39-37A2-91D7-04B8ECDD1B66}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d9a26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95B6A563-4A39-37A2-91D7-04B8ECDD1B66}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f9b76 +[Software\\Classes\\Interface\\{95B6A563-4A39-37A2-91D7-04B8ECDD1B66}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d9bde @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95B6A563-4A39-37A2-91D7-04B8ECDD1B66}\\TypeLib] 1460706650 -#time=1d196eb877f9d38 +[Software\\Classes\\Interface\\{95B6A563-4A39-37A2-91D7-04B8ECDD1B66}\\TypeLib] 1526460884 +#time=1d3ecf3892d9e86 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{95C2EE26-4247-3DDC-8056-97353F10DE8F}] 1460706650 -#time=1d196eb877e4b9a +[Software\\Classes\\Interface\\{95C2EE26-4247-3DDC-8056-97353F10DE8F}] 1526460884 +#time=1d3ecf3892baa86 @="_CodeMemberMethod" -[Software\\Classes\\Interface\\{95C2EE26-4247-3DDC-8056-97353F10DE8F}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e4992 +[Software\\Classes\\Interface\\{95C2EE26-4247-3DDC-8056-97353F10DE8F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892ba4f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95C2EE26-4247-3DDC-8056-97353F10DE8F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e4ad2 +[Software\\Classes\\Interface\\{95C2EE26-4247-3DDC-8056-97353F10DE8F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892ba8e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95C2EE26-4247-3DDC-8056-97353F10DE8F}\\TypeLib] 1460706650 -#time=1d196eb877e4c94 +[Software\\Classes\\Interface\\{95C2EE26-4247-3DDC-8056-97353F10DE8F}\\TypeLib] 1526460884 +#time=1d3ecf3892bbae4 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{95E01216-5467-371B-8597-4074402CCB06}] 1460706649 -#time=1d196eb86fd6430 +[Software\\Classes\\Interface\\{95E01216-5467-371B-8597-4074402CCB06}] 1526460883 +#time=1d3ecf388b56434 @="_MethodCall" -[Software\\Classes\\Interface\\{95E01216-5467-371B-8597-4074402CCB06}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd6228 +[Software\\Classes\\Interface\\{95E01216-5467-371B-8597-4074402CCB06}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b561dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95E01216-5467-371B-8597-4074402CCB06}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd6368 +[Software\\Classes\\Interface\\{95E01216-5467-371B-8597-4074402CCB06}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5634e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{95E01216-5467-371B-8597-4074402CCB06}\\TypeLib] 1460706649 -#time=1d196eb86fd6534 +[Software\\Classes\\Interface\\{95E01216-5467-371B-8597-4074402CCB06}\\TypeLib] 1526460883 +#time=1d3ecf388b5654c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{969DC708-5C76-11D1-8D86-0000F804B057}] 1460706471 -#time=1d196eb1d08c2c2 +[Software\\Classes\\Interface\\{969DC708-5C76-11D1-8D86-0000F804B057}] 1526460533 +#time=1d3ecf2b8009c32 @="IThumbnailExtractor" -[Software\\Classes\\Interface\\{969DC708-5C76-11D1-8D86-0000F804B057}\\NumMethods] 1460706471 -#time=1d196eb1d08c182 +[Software\\Classes\\Interface\\{969DC708-5C76-11D1-8D86-0000F804B057}\\NumMethods] 1526460533 +#time=1d3ecf2b8009b38 @="5" -[Software\\Classes\\Interface\\{969DC708-5C76-11D1-8D86-0000F804B057}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d08c358 +[Software\\Classes\\Interface\\{969DC708-5C76-11D1-8D86-0000F804B057}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8009cbe @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{96A0A4E0-D062-11CF-94B6-00AA0060275C}] 1460706471 -#time=1d196eb1d023c54 +[Software\\Classes\\Interface\\{96A0A4E0-D062-11CF-94B6-00AA0060275C}] 1526460533 +#time=1d3ecf2b7c5db60 @="HTMLWindowEvents" -[Software\\Classes\\Interface\\{96A0A4E0-D062-11CF-94B6-00AA0060275C}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d023a38 +[Software\\Classes\\Interface\\{96A0A4E0-D062-11CF-94B6-00AA0060275C}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c5d8f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{96A0A4E0-D062-11CF-94B6-00AA0060275C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d023b82 +[Software\\Classes\\Interface\\{96A0A4E0-D062-11CF-94B6-00AA0060275C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c5da66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{96A0A4E0-D062-11CF-94B6-00AA0060275C}\\TypeLib] 1460706471 -#time=1d196eb1d023d3a +[Software\\Classes\\Interface\\{96A0A4E0-D062-11CF-94B6-00AA0060275C}\\TypeLib] 1526460533 +#time=1d3ecf2b7c5dc6e @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{96A62D6C-72A9-387A-81FA-E6DD5998CAEE}] 1460706649 -#time=1d196eb86f75f2c +[Software\\Classes\\Interface\\{96A62D6C-72A9-387A-81FA-E6DD5998CAEE}] 1526460883 +#time=1d3ecf388aef4be @="_HebrewCalendar" -[Software\\Classes\\Interface\\{96A62D6C-72A9-387A-81FA-E6DD5998CAEE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f75d1a +[Software\\Classes\\Interface\\{96A62D6C-72A9-387A-81FA-E6DD5998CAEE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aef25c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{96A62D6C-72A9-387A-81FA-E6DD5998CAEE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f75e5a +[Software\\Classes\\Interface\\{96A62D6C-72A9-387A-81FA-E6DD5998CAEE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aef3ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{96A62D6C-72A9-387A-81FA-E6DD5998CAEE}\\TypeLib] 1460706649 -#time=1d196eb86f76026 +[Software\\Classes\\Interface\\{96A62D6C-72A9-387A-81FA-E6DD5998CAEE}\\TypeLib] 1526460883 +#time=1d3ecf388aef5d6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9717176D-1179-3487-8849-CF5F63DE356E}] 1460706649 -#time=1d196eb86f3f94a +[Software\\Classes\\Interface\\{9717176D-1179-3487-8849-CF5F63DE356E}] 1526460883 +#time=1d3ecf388ab2e10 @="_MissingFieldException" -[Software\\Classes\\Interface\\{9717176D-1179-3487-8849-CF5F63DE356E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3f738 +[Software\\Classes\\Interface\\{9717176D-1179-3487-8849-CF5F63DE356E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab2bae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9717176D-1179-3487-8849-CF5F63DE356E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3f878 +[Software\\Classes\\Interface\\{9717176D-1179-3487-8849-CF5F63DE356E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab2d20 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9717176D-1179-3487-8849-CF5F63DE356E}\\TypeLib] 1460706649 -#time=1d196eb86f3fa4e +[Software\\Classes\\Interface\\{9717176D-1179-3487-8849-CF5F63DE356E}\\TypeLib] 1526460883 +#time=1d3ecf388ab2f28 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{973510DB-7D7F-452B-8975-74A85828D354}] 1460706471 -#time=1d196eb1ce1cdfc +[Software\\Classes\\Interface\\{973510DB-7D7F-452B-8975-74A85828D354}] 1526460533 +#time=1d3ecf2b809c53c @="IFileDialogEvents" -[Software\\Classes\\Interface\\{973510DB-7D7F-452B-8975-74A85828D354}\\NumMethods] 1460706471 -#time=1d196eb1ce1ccd0 +[Software\\Classes\\Interface\\{973510DB-7D7F-452B-8975-74A85828D354}\\NumMethods] 1526460533 +#time=1d3ecf2b809c44c @="10" -[Software\\Classes\\Interface\\{973510DB-7D7F-452B-8975-74A85828D354}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1ce9c +[Software\\Classes\\Interface\\{973510DB-7D7F-452B-8975-74A85828D354}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809c5be @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{973810AE-9599-4B88-9E4D-6EE98C9552DA}] 1460706471 -#time=1d196eb1ce229be +[Software\\Classes\\Interface\\{973810AE-9599-4B88-9E4D-6EE98C9552DA}] 1526460533 +#time=1d3ecf2b80a342c @="IEnumAssocHandlers" -[Software\\Classes\\Interface\\{973810AE-9599-4B88-9E4D-6EE98C9552DA}\\NumMethods] 1460706471 -#time=1d196eb1ce228d8 +[Software\\Classes\\Interface\\{973810AE-9599-4B88-9E4D-6EE98C9552DA}\\NumMethods] 1526460533 +#time=1d3ecf2b80a333c @="4" -[Software\\Classes\\Interface\\{973810AE-9599-4B88-9E4D-6EE98C9552DA}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce22a36 +[Software\\Classes\\Interface\\{973810AE-9599-4B88-9E4D-6EE98C9552DA}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a34ae @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{974F01F4-6086-3137-9448-6A31FC9BEF08}] 1460706649 -#time=1d196eb86fe94a4 +[Software\\Classes\\Interface\\{974F01F4-6086-3137-9448-6A31FC9BEF08}] 1526460883 +#time=1d3ecf388b6b212 @="_SoapNotation" -[Software\\Classes\\Interface\\{974F01F4-6086-3137-9448-6A31FC9BEF08}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe9288 +[Software\\Classes\\Interface\\{974F01F4-6086-3137-9448-6A31FC9BEF08}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6afb0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{974F01F4-6086-3137-9448-6A31FC9BEF08}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe93d2 +[Software\\Classes\\Interface\\{974F01F4-6086-3137-9448-6A31FC9BEF08}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6b118 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{974F01F4-6086-3137-9448-6A31FC9BEF08}\\TypeLib] 1460706649 -#time=1d196eb86fe95a8 +[Software\\Classes\\Interface\\{974F01F4-6086-3137-9448-6A31FC9BEF08}\\TypeLib] 1526460883 +#time=1d3ecf388b6b32a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{978FDBED-3303-34A0-84A9-54C554435023}] 1460706648 -#time=1d196eb868dbb30 +[Software\\Classes\\Interface\\{978FDBED-3303-34A0-84A9-54C554435023}] 1526460883 +#time=1d3ecf3884e94ac @="_BaseVsaEngine" -[Software\\Classes\\Interface\\{978FDBED-3303-34A0-84A9-54C554435023}\\ProxyStubClsid] 1460706648 -#time=1d196eb868db78e +[Software\\Classes\\Interface\\{978FDBED-3303-34A0-84A9-54C554435023}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e8fe8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{978FDBED-3303-34A0-84A9-54C554435023}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868db9a0 +[Software\\Classes\\Interface\\{978FDBED-3303-34A0-84A9-54C554435023}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e92e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{978FDBED-3303-34A0-84A9-54C554435023}\\TypeLib] 1460706648 -#time=1d196eb868dbd7e +[Software\\Classes\\Interface\\{978FDBED-3303-34A0-84A9-54C554435023}\\TypeLib] 1526460883 +#time=1d3ecf3884e972c @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{97D0B28A-6932-3D74-B67F-6BCD3C921E7D}] 1460706649 -#time=1d196eb86fb9470 +[Software\\Classes\\Interface\\{97D0B28A-6932-3D74-B67F-6BCD3C921E7D}] 1526460883 +#time=1d3ecf388b36e54 @="_IDispatchConstantAttribute" -[Software\\Classes\\Interface\\{97D0B28A-6932-3D74-B67F-6BCD3C921E7D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb90c4 +[Software\\Classes\\Interface\\{97D0B28A-6932-3D74-B67F-6BCD3C921E7D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b36bac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{97D0B28A-6932-3D74-B67F-6BCD3C921E7D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb929a +[Software\\Classes\\Interface\\{97D0B28A-6932-3D74-B67F-6BCD3C921E7D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b36d50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{97D0B28A-6932-3D74-B67F-6BCD3C921E7D}\\TypeLib] 1460706649 -#time=1d196eb86fb9768 +[Software\\Classes\\Interface\\{97D0B28A-6932-3D74-B67F-6BCD3C921E7D}\\TypeLib] 1526460883 +#time=1d3ecf388b36f94 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22}] 1460706471 -#time=1d196eb1d0cdc54 +[Software\\Classes\\Interface\\{97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22}] 1526460533 +#time=1d3ecf2b7fda9c8 @="IBackgroundCopyCallback" -[Software\\Classes\\Interface\\{97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22}\\NumMethods] 1460706471 -#time=1d196eb1d0cdb6e +[Software\\Classes\\Interface\\{97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22}\\NumMethods] 1526460533 +#time=1d3ecf2b7fda8d8 @="6" -[Software\\Classes\\Interface\\{97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0cdccc +[Software\\Classes\\Interface\\{97EA99C7-0186-4AD4-8DF9-C5B4E0ED6B22}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fdaa54 @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{98347F39-50EC-3894-AC43-E1948377FD43}] 1460706677 -#time=1d196eb97af225a +[Software\\Classes\\Interface\\{98347F39-50EC-3894-AC43-E1948377FD43}] 1526460917 +#time=1d3ecf39d022030 @="_RemoteWebConfigurationHostServer" -[Software\\Classes\\Interface\\{98347F39-50EC-3894-AC43-E1948377FD43}\\ProxyStubClsid] 1460706677 -#time=1d196eb97af1f30 +[Software\\Classes\\Interface\\{98347F39-50EC-3894-AC43-E1948377FD43}\\ProxyStubClsid] 1526460917 +#time=1d3ecf39d021dc4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98347F39-50EC-3894-AC43-E1948377FD43}\\ProxyStubClsid32] 1460706677 -#time=1d196eb97af20f2 +[Software\\Classes\\Interface\\{98347F39-50EC-3894-AC43-E1948377FD43}\\ProxyStubClsid32] 1526460917 +#time=1d3ecf39d021f40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98347F39-50EC-3894-AC43-E1948377FD43}\\TypeLib] 1460706677 -#time=1d196eb97af23d6 +[Software\\Classes\\Interface\\{98347F39-50EC-3894-AC43-E1948377FD43}\\TypeLib] 1526460917 +#time=1d3ecf39d022148 @="{0015B4CC-EDC9-3A0E-B14A-AFB8F75F2A1C}" "Version"="2.4" -[Software\\Classes\\Interface\\{983B8639-2ED7-364C-9899-682ABB2CE850}] 1460706649 -#time=1d196eb86ffcba8 +[Software\\Classes\\Interface\\{983B8639-2ED7-364C-9899-682ABB2CE850}] 1526460883 +#time=1d3ecf388b805b8 @="_CryptoAPITransform" -[Software\\Classes\\Interface\\{983B8639-2ED7-364C-9899-682ABB2CE850}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffc96e +[Software\\Classes\\Interface\\{983B8639-2ED7-364C-9899-682ABB2CE850}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8031a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{983B8639-2ED7-364C-9899-682ABB2CE850}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffcaae +[Software\\Classes\\Interface\\{983B8639-2ED7-364C-9899-682ABB2CE850}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b804aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{983B8639-2ED7-364C-9899-682ABB2CE850}\\TypeLib] 1460706649 -#time=1d196eb86ffcca2 +[Software\\Classes\\Interface\\{983B8639-2ED7-364C-9899-682ABB2CE850}\\TypeLib] 1526460883 +#time=1d3ecf388b80716 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{98947CF0-77E7-328E-B709-5DD1AA1C9C96}] 1460706649 -#time=1d196eb86f2c642 +[Software\\Classes\\Interface\\{98947CF0-77E7-328E-B709-5DD1AA1C9C96}] 1526460883 +#time=1d3ecf388a9d092 @="_ResolveEventArgs" -[Software\\Classes\\Interface\\{98947CF0-77E7-328E-B709-5DD1AA1C9C96}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2c41c +[Software\\Classes\\Interface\\{98947CF0-77E7-328E-B709-5DD1AA1C9C96}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9ce30 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98947CF0-77E7-328E-B709-5DD1AA1C9C96}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2c55c +[Software\\Classes\\Interface\\{98947CF0-77E7-328E-B709-5DD1AA1C9C96}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9cfa2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98947CF0-77E7-328E-B709-5DD1AA1C9C96}\\TypeLib] 1460706649 -#time=1d196eb86f2c76e +[Software\\Classes\\Interface\\{98947CF0-77E7-328E-B709-5DD1AA1C9C96}\\TypeLib] 1526460883 +#time=1d3ecf388a9d1aa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{98966503-5D80-3242-83EF-79E136F6B954}] 1460706649 -#time=1d196eb86fb75b2 +[Software\\Classes\\Interface\\{98966503-5D80-3242-83EF-79E136F6B954}] 1526460883 +#time=1d3ecf388b3494c @="_MethodImplAttribute" -[Software\\Classes\\Interface\\{98966503-5D80-3242-83EF-79E136F6B954}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb7382 +[Software\\Classes\\Interface\\{98966503-5D80-3242-83EF-79E136F6B954}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3469a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98966503-5D80-3242-83EF-79E136F6B954}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb74e0 +[Software\\Classes\\Interface\\{98966503-5D80-3242-83EF-79E136F6B954}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3483e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98966503-5D80-3242-83EF-79E136F6B954}\\TypeLib] 1460706649 -#time=1d196eb86fb76b6 +[Software\\Classes\\Interface\\{98966503-5D80-3242-83EF-79E136F6B954}\\TypeLib] 1526460883 +#time=1d3ecf388b34a96 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{98A3BF0A-1B56-4F32-ACE0-594FEB27EC48}] 1460706648 -#time=1d196eb868cb91a +[Software\\Classes\\Interface\\{98A3BF0A-1B56-4F32-ACE0-594FEB27EC48}] 1526460883 +#time=1d3ecf3884c1ea2 @="MemberInfoInitializer" -[Software\\Classes\\Interface\\{98A3BF0A-1B56-4F32-ACE0-594FEB27EC48}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cb6e0 +[Software\\Classes\\Interface\\{98A3BF0A-1B56-4F32-ACE0-594FEB27EC48}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c18d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98A3BF0A-1B56-4F32-ACE0-594FEB27EC48}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cb848 +[Software\\Classes\\Interface\\{98A3BF0A-1B56-4F32-ACE0-594FEB27EC48}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c1c2c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98A3BF0A-1B56-4F32-ACE0-594FEB27EC48}\\TypeLib] 1460706648 -#time=1d196eb868cba28 +[Software\\Classes\\Interface\\{98A3BF0A-1B56-4F32-ACE0-594FEB27EC48}\\TypeLib] 1526460883 +#time=1d3ecf3884c20dc @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{98B1524D-DA12-3C4B-8A69-7539A6DEC4FA}] 1460706649 -#time=1d196eb86f6aab4 +[Software\\Classes\\Interface\\{98B1524D-DA12-3C4B-8A69-7539A6DEC4FA}] 1526460883 +#time=1d3ecf388ae31d2 @="_TargetException" -[Software\\Classes\\Interface\\{98B1524D-DA12-3C4B-8A69-7539A6DEC4FA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6a8b6 +[Software\\Classes\\Interface\\{98B1524D-DA12-3C4B-8A69-7539A6DEC4FA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae2f66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98B1524D-DA12-3C4B-8A69-7539A6DEC4FA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6a9ec +[Software\\Classes\\Interface\\{98B1524D-DA12-3C4B-8A69-7539A6DEC4FA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae30e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{98B1524D-DA12-3C4B-8A69-7539A6DEC4FA}\\TypeLib] 1460706649 -#time=1d196eb86f6abae +[Software\\Classes\\Interface\\{98B1524D-DA12-3C4B-8A69-7539A6DEC4FA}\\TypeLib] 1526460883 +#time=1d3ecf388ae32ea @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{98B5E8A0-29CC-491A-AAC0-E6DB4FDCCEB6}] 1460706471 -#time=1d196eb1d13f62e +[Software\\Classes\\Interface\\{98B5E8A0-29CC-491A-AAC0-E6DB4FDCCEB6}] 1526460533 +#time=1d3ecf2b7aebe58 @="IWiaPropertyStorage" -[Software\\Classes\\Interface\\{98B5E8A0-29CC-491A-AAC0-E6DB4FDCCEB6}\\NumMethods] 1460706471 -#time=1d196eb1d13f534 +[Software\\Classes\\Interface\\{98B5E8A0-29CC-491A-AAC0-E6DB4FDCCEB6}\\NumMethods] 1526460533 +#time=1d3ecf2b7aebd68 @="3" -[Software\\Classes\\Interface\\{98B5E8A0-29CC-491A-AAC0-E6DB4FDCCEB6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d13f6b0 +[Software\\Classes\\Interface\\{98B5E8A0-29CC-491A-AAC0-E6DB4FDCCEB6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aebeda @="{4DB1AD10-3391-11D2-9A33-00C04FA36145}" -[Software\\Classes\\Interface\\{993634C4-E47A-32CC-BE08-85F567DC27D6}] 1460706649 -#time=1d196eb86ee2c86 +[Software\\Classes\\Interface\\{993634C4-E47A-32CC-BE08-85F567DC27D6}] 1526460883 +#time=1d3ecf388a6e51c @="_ParameterInfo" -[Software\\Classes\\Interface\\{993634C4-E47A-32CC-BE08-85F567DC27D6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee28d0 +[Software\\Classes\\Interface\\{993634C4-E47A-32CC-BE08-85F567DC27D6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6e2ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{993634C4-E47A-32CC-BE08-85F567DC27D6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee2b00 +[Software\\Classes\\Interface\\{993634C4-E47A-32CC-BE08-85F567DC27D6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6e436 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{993634C4-E47A-32CC-BE08-85F567DC27D6}\\TypeLib] 1460706649 -#time=1d196eb86ee2e7a +[Software\\Classes\\Interface\\{993634C4-E47A-32CC-BE08-85F567DC27D6}\\TypeLib] 1526460883 +#time=1d3ecf388a6e63e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{998DCF16-F603-355D-8C89-3B675947997F}] 1460706649 -#time=1d196eb86fb292c +[Software\\Classes\\Interface\\{998DCF16-F603-355D-8C89-3B675947997F}] 1526460883 +#time=1d3ecf388b2ee98 @="_AccessedThroughPropertyAttribute" -[Software\\Classes\\Interface\\{998DCF16-F603-355D-8C89-3B675947997F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb2706 +[Software\\Classes\\Interface\\{998DCF16-F603-355D-8C89-3B675947997F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2ec18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{998DCF16-F603-355D-8C89-3B675947997F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb2846 +[Software\\Classes\\Interface\\{998DCF16-F603-355D-8C89-3B675947997F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2ed80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{998DCF16-F603-355D-8C89-3B675947997F}\\TypeLib] 1460706649 -#time=1d196eb86fb2a44 +[Software\\Classes\\Interface\\{998DCF16-F603-355D-8C89-3B675947997F}\\TypeLib] 1526460883 +#time=1d3ecf388b2efb0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{99CAF010-415E-11CF-8814-00AA00B569F5}] 1460706471 -#time=1d196eb1d0880dc +[Software\\Classes\\Interface\\{99CAF010-415E-11CF-8814-00AA00B569F5}] 1526460533 +#time=1d3ecf2b8005b50 @="IFillLockBytes" -[Software\\Classes\\Interface\\{99CAF010-415E-11CF-8814-00AA00B569F5}\\NumMethods] 1460706471 -#time=1d196eb1d08800a +[Software\\Classes\\Interface\\{99CAF010-415E-11CF-8814-00AA00B569F5}\\NumMethods] 1526460533 +#time=1d3ecf2b8005a56 @="7" -[Software\\Classes\\Interface\\{99CAF010-415E-11CF-8814-00AA00B569F5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d088154 +[Software\\Classes\\Interface\\{99CAF010-415E-11CF-8814-00AA00B569F5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8005bd2 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{99F01720-3CC2-366D-9AB9-50E36647617F}] 1460706649 -#time=1d196eb86f81368 +[Software\\Classes\\Interface\\{99F01720-3CC2-366D-9AB9-50E36647617F}] 1526460883 +#time=1d3ecf388afc3b2 @="_AllMembershipCondition" -[Software\\Classes\\Interface\\{99F01720-3CC2-366D-9AB9-50E36647617F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8114c +[Software\\Classes\\Interface\\{99F01720-3CC2-366D-9AB9-50E36647617F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afc132 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{99F01720-3CC2-366D-9AB9-50E36647617F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f81296 +[Software\\Classes\\Interface\\{99F01720-3CC2-366D-9AB9-50E36647617F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afc2c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{99F01720-3CC2-366D-9AB9-50E36647617F}\\TypeLib] 1460706649 -#time=1d196eb86f81462 +[Software\\Classes\\Interface\\{99F01720-3CC2-366D-9AB9-50E36647617F}\\TypeLib] 1526460883 +#time=1d3ecf388afc4ca @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9A2669EC-FF84-3726-89A0-663A3EF3B5CD}] 1460706649 -#time=1d196eb86f5c194 +[Software\\Classes\\Interface\\{9A2669EC-FF84-3726-89A0-663A3EF3B5CD}] 1526460883 +#time=1d3ecf388ad2792 @="_StackTrace" -[Software\\Classes\\Interface\\{9A2669EC-FF84-3726-89A0-663A3EF3B5CD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5bf82 +[Software\\Classes\\Interface\\{9A2669EC-FF84-3726-89A0-663A3EF3B5CD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad253a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9A2669EC-FF84-3726-89A0-663A3EF3B5CD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5c0b8 +[Software\\Classes\\Interface\\{9A2669EC-FF84-3726-89A0-663A3EF3B5CD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad26a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9A2669EC-FF84-3726-89A0-663A3EF3B5CD}\\TypeLib] 1460706649 -#time=1d196eb86f5c298 +[Software\\Classes\\Interface\\{9A2669EC-FF84-3726-89A0-663A3EF3B5CD}\\TypeLib] 1526460883 +#time=1d3ecf388ad28aa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9A37D8B2-2256-3FE3-8BF0-4FC421A1244F}] 1460706649 -#time=1d196eb86f91b8c +[Software\\Classes\\Interface\\{9A37D8B2-2256-3FE3-8BF0-4FC421A1244F}] 1526460883 +#time=1d3ecf388b0a7fa @="_GenericIdentity" -[Software\\Classes\\Interface\\{9A37D8B2-2256-3FE3-8BF0-4FC421A1244F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9197a +[Software\\Classes\\Interface\\{9A37D8B2-2256-3FE3-8BF0-4FC421A1244F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0a5a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9A37D8B2-2256-3FE3-8BF0-4FC421A1244F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f91aba +[Software\\Classes\\Interface\\{9A37D8B2-2256-3FE3-8BF0-4FC421A1244F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0a70a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9A37D8B2-2256-3FE3-8BF0-4FC421A1244F}\\TypeLib] 1460706649 -#time=1d196eb86f91c90 +[Software\\Classes\\Interface\\{9A37D8B2-2256-3FE3-8BF0-4FC421A1244F}\\TypeLib] 1526460883 +#time=1d3ecf388b0a930 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9A604EE7-E630-3DED-9444-BAAE247075AB}] 1460706649 -#time=1d196eb86ece8b2 +[Software\\Classes\\Interface\\{9A604EE7-E630-3DED-9444-BAAE247075AB}] 1526460883 +#time=1d3ecf388a583de @="IFormattable" -[Software\\Classes\\Interface\\{9A604EE7-E630-3DED-9444-BAAE247075AB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ece696 +[Software\\Classes\\Interface\\{9A604EE7-E630-3DED-9444-BAAE247075AB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5817c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9A604EE7-E630-3DED-9444-BAAE247075AB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ece7e0 +[Software\\Classes\\Interface\\{9A604EE7-E630-3DED-9444-BAAE247075AB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a582e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9A604EE7-E630-3DED-9444-BAAE247075AB}\\TypeLib] 1460706649 -#time=1d196eb86ece9b6 +[Software\\Classes\\Interface\\{9A604EE7-E630-3DED-9444-BAAE247075AB}\\TypeLib] 1526460883 +#time=1d3ecf388a584ec @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9AA8765E-69A0-30E3-9CDE-EBC70662AE37}] 1460706649 -#time=1d196eb870053d4 +[Software\\Classes\\Interface\\{9AA8765E-69A0-30E3-9CDE-EBC70662AE37}] 1526460883 +#time=1d3ecf388b8ae32 @="_MD5" -[Software\\Classes\\Interface\\{9AA8765E-69A0-30E3-9CDE-EBC70662AE37}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700519a +[Software\\Classes\\Interface\\{9AA8765E-69A0-30E3-9CDE-EBC70662AE37}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8abc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9AA8765E-69A0-30E3-9CDE-EBC70662AE37}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87005302 +[Software\\Classes\\Interface\\{9AA8765E-69A0-30E3-9CDE-EBC70662AE37}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8ad42 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9AA8765E-69A0-30E3-9CDE-EBC70662AE37}\\TypeLib] 1460706649 -#time=1d196eb87005500 +[Software\\Classes\\Interface\\{9AA8765E-69A0-30E3-9CDE-EBC70662AE37}\\TypeLib] 1526460883 +#time=1d3ecf388b8af40 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9AFF21F5-1C9C-35E7-AEA4-C3AA0BEB3B77}] 1460706649 -#time=1d196eb86ff0fb0 +[Software\\Classes\\Interface\\{9AFF21F5-1C9C-35E7-AEA4-C3AA0BEB3B77}] 1526460883 +#time=1d3ecf388b7305c @="_LogicalCallContext" -[Software\\Classes\\Interface\\{9AFF21F5-1C9C-35E7-AEA4-C3AA0BEB3B77}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff0d9e +[Software\\Classes\\Interface\\{9AFF21F5-1C9C-35E7-AEA4-C3AA0BEB3B77}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b72e04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9AFF21F5-1C9C-35E7-AEA4-C3AA0BEB3B77}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff0ede +[Software\\Classes\\Interface\\{9AFF21F5-1C9C-35E7-AEA4-C3AA0BEB3B77}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b72f6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9AFF21F5-1C9C-35E7-AEA4-C3AA0BEB3B77}\\TypeLib] 1460706649 -#time=1d196eb86ff10c8 +[Software\\Classes\\Interface\\{9AFF21F5-1C9C-35E7-AEA4-C3AA0BEB3B77}\\TypeLib] 1526460883 +#time=1d3ecf388b73174 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9B012CF1-ACF6-3389-A336-C023040C62A2}] 1460706649 -#time=1d196eb86f32916 +[Software\\Classes\\Interface\\{9B012CF1-ACF6-3389-A336-C023040C62A2}] 1526460883 +#time=1d3ecf388aa3e7e @="_ArithmeticException" -[Software\\Classes\\Interface\\{9B012CF1-ACF6-3389-A336-C023040C62A2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f326c8 +[Software\\Classes\\Interface\\{9B012CF1-ACF6-3389-A336-C023040C62A2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa3a64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9B012CF1-ACF6-3389-A336-C023040C62A2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f32808 +[Software\\Classes\\Interface\\{9B012CF1-ACF6-3389-A336-C023040C62A2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa3d20 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9B012CF1-ACF6-3389-A336-C023040C62A2}\\TypeLib] 1460706649 -#time=1d196eb86f32a2e +[Software\\Classes\\Interface\\{9B012CF1-ACF6-3389-A336-C023040C62A2}\\TypeLib] 1526460883 +#time=1d3ecf388aa402c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9B16ED16-D3DF-11D1-8B08-00600806D9B6}] 1460706471 -#time=1d196eb1cdce882 +[Software\\Classes\\Interface\\{9B16ED16-D3DF-11D1-8B08-00600806D9B6}] 1526460533 +#time=1d3ecf2b7ab1eec @="ISWbemQualifierSet" -[Software\\Classes\\Interface\\{9B16ED16-D3DF-11D1-8B08-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdce5b2 +[Software\\Classes\\Interface\\{9B16ED16-D3DF-11D1-8B08-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ab1c80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9B16ED16-D3DF-11D1-8B08-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdce788 +[Software\\Classes\\Interface\\{9B16ED16-D3DF-11D1-8B08-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ab1df2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9B16ED16-D3DF-11D1-8B08-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdce9fe +[Software\\Classes\\Interface\\{9B16ED16-D3DF-11D1-8B08-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7ab2004 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{9BA05970-F6A8-11CF-A442-00A0C90A8F39}] 1460706471 -#time=1d196eb1d1292e8 +[Software\\Classes\\Interface\\{9BA05970-F6A8-11CF-A442-00A0C90A8F39}] 1526460533 +#time=1d3ecf2b7f409c2 @="IFolderViewOC" -[Software\\Classes\\Interface\\{9BA05970-F6A8-11CF-A442-00A0C90A8F39}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d1290c2 +[Software\\Classes\\Interface\\{9BA05970-F6A8-11CF-A442-00A0C90A8F39}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f40742 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9BA05970-F6A8-11CF-A442-00A0C90A8F39}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12920c +[Software\\Classes\\Interface\\{9BA05970-F6A8-11CF-A442-00A0C90A8F39}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f408c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9BA05970-F6A8-11CF-A442-00A0C90A8F39}\\TypeLib] 1460706471 -#time=1d196eb1d1293ce +[Software\\Classes\\Interface\\{9BA05970-F6A8-11CF-A442-00A0C90A8F39}\\TypeLib] 1526460533 +#time=1d3ecf2b7f40ad0 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{9BC79C93-2289-4BB5-ABF4-3287FD9CAE39}] 1460706648 -#time=1d196eb86292238 +[Software\\Classes\\Interface\\{9BC79C93-2289-4BB5-ABF4-3287FD9CAE39}] 1526460881 +#time=1d3ecf3877b1dfc @="IPimcContext" -[Software\\Classes\\Interface\\{9BC79C93-2289-4BB5-ABF4-3287FD9CAE39}\\NumMethods] 1460706648 -#time=1d196eb86292468 +[Software\\Classes\\Interface\\{9BC79C93-2289-4BB5-ABF4-3287FD9CAE39}\\NumMethods] 1526460881 +#time=1d3ecf3877b200e @="8" -[Software\\Classes\\Interface\\{9BC79C93-2289-4BB5-ABF4-3287FD9CAE39}\\ProxyStubClsid32] 1460706648 -#time=1d196eb862914dc +[Software\\Classes\\Interface\\{9BC79C93-2289-4BB5-ABF4-3287FD9CAE39}\\ProxyStubClsid32] 1526460881 +#time=1d3ecf3877b05f6 @="{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}" -[Software\\Classes\\Interface\\{9BE679A6-61FD-38FC-A7B2-89982D33338B}] 1460706649 -#time=1d196eb86ef0fe8 +[Software\\Classes\\Interface\\{9BE679A6-61FD-38FC-A7B2-89982D33338B}] 1526460883 +#time=1d3ecf388a7c428 @="IServerResponseChannelSinkStack" -[Software\\Classes\\Interface\\{9BE679A6-61FD-38FC-A7B2-89982D33338B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ef0bc4 +[Software\\Classes\\Interface\\{9BE679A6-61FD-38FC-A7B2-89982D33338B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7c1c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9BE679A6-61FD-38FC-A7B2-89982D33338B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ef0d40 +[Software\\Classes\\Interface\\{9BE679A6-61FD-38FC-A7B2-89982D33338B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7c342 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9BE679A6-61FD-38FC-A7B2-89982D33338B}\\TypeLib] 1460706649 -#time=1d196eb86ef1204 +[Software\\Classes\\Interface\\{9BE679A6-61FD-38FC-A7B2-89982D33338B}\\TypeLib] 1526460883 +#time=1d3ecf388a7c54a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}] 1460706471 -#time=1d196eb1d0a3a6c +[Software\\Classes\\Interface\\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bceda2 @="IPropertyNotifySink" -[Software\\Classes\\Interface\\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a397c +[Software\\Classes\\Interface\\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bceca8 @="5" -[Software\\Classes\\Interface\\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a3aee +[Software\\Classes\\Interface\\{9BFBBC02-EFF1-101A-84ED-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcee24 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}] 1460706471 -#time=1d196eb1d0a0a2e +[Software\\Classes\\Interface\\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}] 1526460533 +#time=1d3ecf2b7bcb710 @="IOleInPlaceSiteEx" -[Software\\Classes\\Interface\\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\\NumMethods] 1460706471 -#time=1d196eb1d0a0952 +[Software\\Classes\\Interface\\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcb620 @="18" -[Software\\Classes\\Interface\\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a0aa6 +[Software\\Classes\\Interface\\{9C2CAD80-3424-11CF-B670-00AA004CD6D8}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcb792 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{9C5149CB-D3C6-32FD-A0D5-95350DE7B813}] 1460706649 -#time=1d196eb86fbd05c +[Software\\Classes\\Interface\\{9C5149CB-D3C6-32FD-A0D5-95350DE7B813}] 1526460883 +#time=1d3ecf388b3ac3e @="_CodeAccessSecurityAttribute" -[Software\\Classes\\Interface\\{9C5149CB-D3C6-32FD-A0D5-95350DE7B813}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbce4a +[Software\\Classes\\Interface\\{9C5149CB-D3C6-32FD-A0D5-95350DE7B813}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3a9be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9C5149CB-D3C6-32FD-A0D5-95350DE7B813}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbcf8a +[Software\\Classes\\Interface\\{9C5149CB-D3C6-32FD-A0D5-95350DE7B813}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3ab58 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9C5149CB-D3C6-32FD-A0D5-95350DE7B813}\\TypeLib] 1460706649 -#time=1d196eb86fbd156 +[Software\\Classes\\Interface\\{9C5149CB-D3C6-32FD-A0D5-95350DE7B813}\\TypeLib] 1526460883 +#time=1d3ecf388b3ad56 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9C86F320-DEE3-4DD1-B972-A303F26B061E}] 1460706471 -#time=1d196eb1d14b636 +[Software\\Classes\\Interface\\{9C86F320-DEE3-4DD1-B972-A303F26B061E}] 1526460533 +#time=1d3ecf2b7d5bfda @="IRegisteredTask" -[Software\\Classes\\Interface\\{9C86F320-DEE3-4DD1-B972-A303F26B061E}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14b3ca +[Software\\Classes\\Interface\\{9C86F320-DEE3-4DD1-B972-A303F26B061E}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5bd64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9C86F320-DEE3-4DD1-B972-A303F26B061E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14b564 +[Software\\Classes\\Interface\\{9C86F320-DEE3-4DD1-B972-A303F26B061E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5beea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9C86F320-DEE3-4DD1-B972-A303F26B061E}\\TypeLib] 1460706471 -#time=1d196eb1d14b726 +[Software\\Classes\\Interface\\{9C86F320-DEE3-4DD1-B972-A303F26B061E}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5c11a @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{9CCC831B-1BA7-34BE-A966-56D5A6DB5AAD}] 1460706649 -#time=1d196eb86f81908 +[Software\\Classes\\Interface\\{9CCC831B-1BA7-34BE-A966-56D5A6DB5AAD}] 1526460883 +#time=1d3ecf388afca4c @="_ApplicationDirectory" -[Software\\Classes\\Interface\\{9CCC831B-1BA7-34BE-A966-56D5A6DB5AAD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8170a +[Software\\Classes\\Interface\\{9CCC831B-1BA7-34BE-A966-56D5A6DB5AAD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afc7ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9CCC831B-1BA7-34BE-A966-56D5A6DB5AAD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f81840 +[Software\\Classes\\Interface\\{9CCC831B-1BA7-34BE-A966-56D5A6DB5AAD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afc95c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9CCC831B-1BA7-34BE-A966-56D5A6DB5AAD}\\TypeLib] 1460706649 -#time=1d196eb86f81a02 +[Software\\Classes\\Interface\\{9CCC831B-1BA7-34BE-A966-56D5A6DB5AAD}\\TypeLib] 1526460883 +#time=1d3ecf388afcb64 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9CF4339A-2911-3B8A-8F30-E5C6B5BE9A29}] 1460706649 -#time=1d196eb86f2947e +[Software\\Classes\\Interface\\{9CF4339A-2911-3B8A-8F30-E5C6B5BE9A29}] 1526460883 +#time=1d3ecf388a99c3a @="_StackOverflowException" -[Software\\Classes\\Interface\\{9CF4339A-2911-3B8A-8F30-E5C6B5BE9A29}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f291fe +[Software\\Classes\\Interface\\{9CF4339A-2911-3B8A-8F30-E5C6B5BE9A29}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a999d8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9CF4339A-2911-3B8A-8F30-E5C6B5BE9A29}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f29398 +[Software\\Classes\\Interface\\{9CF4339A-2911-3B8A-8F30-E5C6B5BE9A29}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a99b4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9CF4339A-2911-3B8A-8F30-E5C6B5BE9A29}\\TypeLib] 1460706649 -#time=1d196eb86f29582 +[Software\\Classes\\Interface\\{9CF4339A-2911-3B8A-8F30-E5C6B5BE9A29}\\TypeLib] 1526460883 +#time=1d3ecf388a99d52 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9DE59C64-D889-35A1-B897-587D74469E5B}] 1460706649 -#time=1d196eb86ee24f2 +[Software\\Classes\\Interface\\{9DE59C64-D889-35A1-B897-587D74469E5B}] 1526460883 +#time=1d3ecf388a6dd24 @="_EventInfo" -[Software\\Classes\\Interface\\{9DE59C64-D889-35A1-B897-587D74469E5B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee22b8 +[Software\\Classes\\Interface\\{9DE59C64-D889-35A1-B897-587D74469E5B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6dac2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9DE59C64-D889-35A1-B897-587D74469E5B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee2420 +[Software\\Classes\\Interface\\{9DE59C64-D889-35A1-B897-587D74469E5B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6dc34 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9DE59C64-D889-35A1-B897-587D74469E5B}\\TypeLib] 1460706649 -#time=1d196eb86ee2614 +[Software\\Classes\\Interface\\{9DE59C64-D889-35A1-B897-587D74469E5B}\\TypeLib] 1526460883 +#time=1d3ecf388a6de78 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9DEAE196-48C1-3590-9D0A-33716A214ACD}] 1460706649 -#time=1d196eb86fcceee +[Software\\Classes\\Interface\\{9DEAE196-48C1-3590-9D0A-33716A214ACD}] 1526460883 +#time=1d3ecf388b4bd4a @="_HostSecurityManager" -[Software\\Classes\\Interface\\{9DEAE196-48C1-3590-9D0A-33716A214ACD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcccbe +[Software\\Classes\\Interface\\{9DEAE196-48C1-3590-9D0A-33716A214ACD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4bae8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9DEAE196-48C1-3590-9D0A-33716A214ACD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcce1c +[Software\\Classes\\Interface\\{9DEAE196-48C1-3590-9D0A-33716A214ACD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4bc5a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9DEAE196-48C1-3590-9D0A-33716A214ACD}\\TypeLib] 1460706649 -#time=1d196eb86fccffc +[Software\\Classes\\Interface\\{9DEAE196-48C1-3590-9D0A-33716A214ACD}\\TypeLib] 1526460883 +#time=1d3ecf388b4be6c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9DF9AF5A-7853-3D55-9B48-BD1F5D8367AB}] 1460706649 -#time=1d196eb86f43e96 +[Software\\Classes\\Interface\\{9DF9AF5A-7853-3D55-9B48-BD1F5D8367AB}] 1526460883 +#time=1d3ecf388ab7618 @="_OperationCanceledException" -[Software\\Classes\\Interface\\{9DF9AF5A-7853-3D55-9B48-BD1F5D8367AB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f43c84 +[Software\\Classes\\Interface\\{9DF9AF5A-7853-3D55-9B48-BD1F5D8367AB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab73ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9DF9AF5A-7853-3D55-9B48-BD1F5D8367AB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f43dc4 +[Software\\Classes\\Interface\\{9DF9AF5A-7853-3D55-9B48-BD1F5D8367AB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab751e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9DF9AF5A-7853-3D55-9B48-BD1F5D8367AB}\\TypeLib] 1460706649 -#time=1d196eb86f43f90 +[Software\\Classes\\Interface\\{9DF9AF5A-7853-3D55-9B48-BD1F5D8367AB}\\TypeLib] 1526460883 +#time=1d3ecf388ab7726 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9E230640-A5D0-30E1-B217-9D2B6CC0FC40}] 1460706649 -#time=1d196eb86f43888 +[Software\\Classes\\Interface\\{9E230640-A5D0-30E1-B217-9D2B6CC0FC40}] 1526460883 +#time=1d3ecf388ab6f88 @="_OperatingSystem" -[Software\\Classes\\Interface\\{9E230640-A5D0-30E1-B217-9D2B6CC0FC40}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f43662 +[Software\\Classes\\Interface\\{9E230640-A5D0-30E1-B217-9D2B6CC0FC40}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab6d1c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9E230640-A5D0-30E1-B217-9D2B6CC0FC40}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f437b6 +[Software\\Classes\\Interface\\{9E230640-A5D0-30E1-B217-9D2B6CC0FC40}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab6ea2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9E230640-A5D0-30E1-B217-9D2B6CC0FC40}\\TypeLib] 1460706649 -#time=1d196eb86f439a0 +[Software\\Classes\\Interface\\{9E230640-A5D0-30E1-B217-9D2B6CC0FC40}\\TypeLib] 1526460883 +#time=1d3ecf388ab70aa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9E2B453C-6EAA-4329-A619-62E4889C8C8A}] 1460706648 -#time=1d196eb868cd6fc +[Software\\Classes\\Interface\\{9E2B453C-6EAA-4329-A619-62E4889C8C8A}] 1526460883 +#time=1d3ecf3884c58c2 @="IAuthorServices" -[Software\\Classes\\Interface\\{9E2B453C-6EAA-4329-A619-62E4889C8C8A}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cd4ea +[Software\\Classes\\Interface\\{9E2B453C-6EAA-4329-A619-62E4889C8C8A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c544e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9E2B453C-6EAA-4329-A619-62E4889C8C8A}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cd62a +[Software\\Classes\\Interface\\{9E2B453C-6EAA-4329-A619-62E4889C8C8A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c56f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9E2B453C-6EAA-4329-A619-62E4889C8C8A}\\TypeLib] 1460706648 -#time=1d196eb868cd800 +[Software\\Classes\\Interface\\{9E2B453C-6EAA-4329-A619-62E4889C8C8A}\\TypeLib] 1526460883 +#time=1d3ecf3884c5b24 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{9E9EA93A-D000-3AB9-BFCA-DDEB398A55B9}] 1460706649 -#time=1d196eb86fd6fd4 +[Software\\Classes\\Interface\\{9E9EA93A-D000-3AB9-BFCA-DDEB398A55B9}] 1526460883 +#time=1d3ecf388b5714a @="_MethodResponse" -[Software\\Classes\\Interface\\{9E9EA93A-D000-3AB9-BFCA-DDEB398A55B9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd6db8 +[Software\\Classes\\Interface\\{9E9EA93A-D000-3AB9-BFCA-DDEB398A55B9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b56ef2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9E9EA93A-D000-3AB9-BFCA-DDEB398A55B9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd6ef8 +[Software\\Classes\\Interface\\{9E9EA93A-D000-3AB9-BFCA-DDEB398A55B9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5705a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9E9EA93A-D000-3AB9-BFCA-DDEB398A55B9}\\TypeLib] 1460706649 -#time=1d196eb86fd70ce +[Software\\Classes\\Interface\\{9E9EA93A-D000-3AB9-BFCA-DDEB398A55B9}\\TypeLib] 1526460883 +#time=1d3ecf388b57258 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9EC28D2C-04C0-35F3-A7EE-0013271FF65E}] 1460706649 -#time=1d196eb86f6e9f2 +[Software\\Classes\\Interface\\{9EC28D2C-04C0-35F3-A7EE-0013271FF65E}] 1526460883 +#time=1d3ecf388ae66ca @="_OnSerializingAttribute" -[Software\\Classes\\Interface\\{9EC28D2C-04C0-35F3-A7EE-0013271FF65E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6e7e0 +[Software\\Classes\\Interface\\{9EC28D2C-04C0-35F3-A7EE-0013271FF65E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae6468 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9EC28D2C-04C0-35F3-A7EE-0013271FF65E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6e920 +[Software\\Classes\\Interface\\{9EC28D2C-04C0-35F3-A7EE-0013271FF65E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae65da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9EC28D2C-04C0-35F3-A7EE-0013271FF65E}\\TypeLib] 1460706649 -#time=1d196eb86f6eaf6 +[Software\\Classes\\Interface\\{9EC28D2C-04C0-35F3-A7EE-0013271FF65E}\\TypeLib] 1526460883 +#time=1d3ecf388ae67e2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9EDDE9E7-8DEE-47EA-99DF-E6FAF2ED44BF}] 1460706472 -#time=1d196eb1d194dd6 +[Software\\Classes\\Interface\\{9EDDE9E7-8DEE-47EA-99DF-E6FAF2ED44BF}] 1526460533 +#time=1d3ecf2b7f08bda @="IWICBitmapDecoder" -[Software\\Classes\\Interface\\{9EDDE9E7-8DEE-47EA-99DF-E6FAF2ED44BF}\\NumMethods] 1460706472 -#time=1d196eb1d194cfa +[Software\\Classes\\Interface\\{9EDDE9E7-8DEE-47EA-99DF-E6FAF2ED44BF}\\NumMethods] 1526460533 +#time=1d3ecf2b7f08aea @="14" -[Software\\Classes\\Interface\\{9EDDE9E7-8DEE-47EA-99DF-E6FAF2ED44BF}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d194e44 +[Software\\Classes\\Interface\\{9EDDE9E7-8DEE-47EA-99DF-E6FAF2ED44BF}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f08c84 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{9F164188-34EB-3F86-9F74-0BBE4155E65E}] 1460706649 -#time=1d196eb86f96ed4 +[Software\\Classes\\Interface\\{9F164188-34EB-3F86-9F74-0BBE4155E65E}] 1526460883 +#time=1d3ecf388b118f2 @="_ComUnregisterFunctionAttribute" -[Software\\Classes\\Interface\\{9F164188-34EB-3F86-9F74-0BBE4155E65E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f96ca4 +[Software\\Classes\\Interface\\{9F164188-34EB-3F86-9F74-0BBE4155E65E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1169a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9F164188-34EB-3F86-9F74-0BBE4155E65E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f96dee +[Software\\Classes\\Interface\\{9F164188-34EB-3F86-9F74-0BBE4155E65E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b11802 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9F164188-34EB-3F86-9F74-0BBE4155E65E}\\TypeLib] 1460706649 -#time=1d196eb86f96fe2 +[Software\\Classes\\Interface\\{9F164188-34EB-3F86-9F74-0BBE4155E65E}\\TypeLib] 1526460883 +#time=1d3ecf388b11a14 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9F34FB65-13F4-4F15-BC57-3726B5E53D9F}] 1460706472 -#time=1d196eb1d196258 +[Software\\Classes\\Interface\\{9F34FB65-13F4-4F15-BC57-3726B5E53D9F}] 1526460533 +#time=1d3ecf2b7f0a2c8 @="IWICFormatConverterInfo" -[Software\\Classes\\Interface\\{9F34FB65-13F4-4F15-BC57-3726B5E53D9F}\\NumMethods] 1460706472 -#time=1d196eb1d196186 +[Software\\Classes\\Interface\\{9F34FB65-13F4-4F15-BC57-3726B5E53D9F}\\NumMethods] 1526460533 +#time=1d3ecf2b7f0a1d8 @="13" -[Software\\Classes\\Interface\\{9F34FB65-13F4-4F15-BC57-3726B5E53D9F}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1962f8 +[Software\\Classes\\Interface\\{9F34FB65-13F4-4F15-BC57-3726B5E53D9F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0a34a @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{9F3E3CD1-8082-31E9-851C-3E177E56A87B}] 1460706650 -#time=1d196eb877f2614 +[Software\\Classes\\Interface\\{9F3E3CD1-8082-31E9-851C-3E177E56A87B}] 1526460884 +#time=1d3ecf3892cfe04 @="_CodeSnippetExpression" -[Software\\Classes\\Interface\\{9F3E3CD1-8082-31E9-851C-3E177E56A87B}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f23f8 +[Software\\Classes\\Interface\\{9F3E3CD1-8082-31E9-851C-3E177E56A87B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892cfb2a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9F3E3CD1-8082-31E9-851C-3E177E56A87B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f254c +[Software\\Classes\\Interface\\{9F3E3CD1-8082-31E9-851C-3E177E56A87B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892cfce2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9F3E3CD1-8082-31E9-851C-3E177E56A87B}\\TypeLib] 1460706650 -#time=1d196eb877f270e +[Software\\Classes\\Interface\\{9F3E3CD1-8082-31E9-851C-3E177E56A87B}\\TypeLib] 1526460884 +#time=1d3ecf3892cff58 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{9F7DEA84-C30B-4245-80B6-00E9F646F1B4}] 1460706471 -#time=1d196eb1d151efa +[Software\\Classes\\Interface\\{9F7DEA84-C30B-4245-80B6-00E9F646F1B4}] 1526460533 +#time=1d3ecf2b7d63a28 @="INetworkSettings" -[Software\\Classes\\Interface\\{9F7DEA84-C30B-4245-80B6-00E9F646F1B4}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d151cb6 +[Software\\Classes\\Interface\\{9F7DEA84-C30B-4245-80B6-00E9F646F1B4}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d637b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9F7DEA84-C30B-4245-80B6-00E9F646F1B4}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d151e1e +[Software\\Classes\\Interface\\{9F7DEA84-C30B-4245-80B6-00E9F646F1B4}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d6392e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9F7DEA84-C30B-4245-80B6-00E9F646F1B4}\\TypeLib] 1460706471 -#time=1d196eb1d151fea +[Software\\Classes\\Interface\\{9F7DEA84-C30B-4245-80B6-00E9F646F1B4}\\TypeLib] 1526460533 +#time=1d3ecf2b7d63b36 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{9F8F73A3-1E99-3E51-A41B-179A41DC747C}] 1460706649 -#time=1d196eb86fbd61a +[Software\\Classes\\Interface\\{9F8F73A3-1E99-3E51-A41B-179A41DC747C}] 1526460883 +#time=1d3ecf388b3b2ce @="_HostProtectionAttribute" -[Software\\Classes\\Interface\\{9F8F73A3-1E99-3E51-A41B-179A41DC747C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbd412 +[Software\\Classes\\Interface\\{9F8F73A3-1E99-3E51-A41B-179A41DC747C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3b062 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9F8F73A3-1E99-3E51-A41B-179A41DC747C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbd552 +[Software\\Classes\\Interface\\{9F8F73A3-1E99-3E51-A41B-179A41DC747C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3b1de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9F8F73A3-1E99-3E51-A41B-179A41DC747C}\\TypeLib] 1460706649 -#time=1d196eb86fbd714 +[Software\\Classes\\Interface\\{9F8F73A3-1E99-3E51-A41B-179A41DC747C}\\TypeLib] 1526460883 +#time=1d3ecf388b3b3e6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9FB09782-8D39-3B0C-B79E-F7A37A65B3DA}] 1460706649 -#time=1d196eb86f281fa +[Software\\Classes\\Interface\\{9FB09782-8D39-3B0C-B79E-F7A37A65B3DA}] 1526460883 +#time=1d3ecf388a988a8 @="_StringBuilder" -[Software\\Classes\\Interface\\{9FB09782-8D39-3B0C-B79E-F7A37A65B3DA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f27fde +[Software\\Classes\\Interface\\{9FB09782-8D39-3B0C-B79E-F7A37A65B3DA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a98650 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9FB09782-8D39-3B0C-B79E-F7A37A65B3DA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f28128 +[Software\\Classes\\Interface\\{9FB09782-8D39-3B0C-B79E-F7A37A65B3DA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a987b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9FB09782-8D39-3B0C-B79E-F7A37A65B3DA}\\TypeLib] 1460706649 -#time=1d196eb86f282fe +[Software\\Classes\\Interface\\{9FB09782-8D39-3B0C-B79E-F7A37A65B3DA}\\TypeLib] 1526460883 +#time=1d3ecf388a989c0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9FD0D341-0808-3A17-A978-ADB5ED517F59}] 1460706650 -#time=1d196eb87ab42b2 +[Software\\Classes\\Interface\\{9FD0D341-0808-3A17-A978-ADB5ED517F59}] 1526460884 +#time=1d3ecf389548a78 @="_QueryContinueDragEventArgs" -[Software\\Classes\\Interface\\{9FD0D341-0808-3A17-A978-ADB5ED517F59}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab4082 +[Software\\Classes\\Interface\\{9FD0D341-0808-3A17-A978-ADB5ED517F59}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389548780 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9FD0D341-0808-3A17-A978-ADB5ED517F59}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab41e0 +[Software\\Classes\\Interface\\{9FD0D341-0808-3A17-A978-ADB5ED517F59}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389548956 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9FD0D341-0808-3A17-A978-ADB5ED517F59}\\TypeLib] 1460706650 -#time=1d196eb87ab43b6 +[Software\\Classes\\Interface\\{9FD0D341-0808-3A17-A978-ADB5ED517F59}\\TypeLib] 1526460884 +#time=1d3ecf389548be0 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{9FD974A5-338C-37B9-A1B2-D45F0C2B25C2}] 1460706649 -#time=1d196eb87002968 +[Software\\Classes\\Interface\\{9FD974A5-338C-37B9-A1B2-D45F0C2B25C2}] 1526460883 +#time=1d3ecf388b87aca @="_HMACRIPEMD160" -[Software\\Classes\\Interface\\{9FD974A5-338C-37B9-A1B2-D45F0C2B25C2}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700258a +[Software\\Classes\\Interface\\{9FD974A5-338C-37B9-A1B2-D45F0C2B25C2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8750c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9FD974A5-338C-37B9-A1B2-D45F0C2B25C2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb870027a6 +[Software\\Classes\\Interface\\{9FD974A5-338C-37B9-A1B2-D45F0C2B25C2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b87976 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9FD974A5-338C-37B9-A1B2-D45F0C2B25C2}\\TypeLib] 1460706649 -#time=1d196eb87002ab2 +[Software\\Classes\\Interface\\{9FD974A5-338C-37B9-A1B2-D45F0C2B25C2}\\TypeLib] 1526460883 +#time=1d3ecf388b87c6e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{9FF67F8E-A7AA-3BA6-90EE-9D44AF6E2F8C}] 1460706649 -#time=1d196eb8700b806 +[Software\\Classes\\Interface\\{9FF67F8E-A7AA-3BA6-90EE-9D44AF6E2F8C}] 1526460883 +#time=1d3ecf388b912aa @="_RSAPKCS1KeyExchangeFormatter" -[Software\\Classes\\Interface\\{9FF67F8E-A7AA-3BA6-90EE-9D44AF6E2F8C}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700b5ea +[Software\\Classes\\Interface\\{9FF67F8E-A7AA-3BA6-90EE-9D44AF6E2F8C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b90fda @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9FF67F8E-A7AA-3BA6-90EE-9D44AF6E2F8C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700b734 +[Software\\Classes\\Interface\\{9FF67F8E-A7AA-3BA6-90EE-9D44AF6E2F8C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b91192 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{9FF67F8E-A7AA-3BA6-90EE-9D44AF6E2F8C}\\TypeLib] 1460706649 -#time=1d196eb8700b914 +[Software\\Classes\\Interface\\{9FF67F8E-A7AA-3BA6-90EE-9D44AF6E2F8C}\\TypeLib] 1526460883 +#time=1d3ecf388b913fe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A02A2B22-1DBA-3F92-9F84-5563182851BB}] 1460706649 -#time=1d196eb86f81eee +[Software\\Classes\\Interface\\{A02A2B22-1DBA-3F92-9F84-5563182851BB}] 1526460883 +#time=1d3ecf388afd0e6 @="_ApplicationDirectoryMembershipCondition" -[Software\\Classes\\Interface\\{A02A2B22-1DBA-3F92-9F84-5563182851BB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f81cc8 +[Software\\Classes\\Interface\\{A02A2B22-1DBA-3F92-9F84-5563182851BB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afce84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A02A2B22-1DBA-3F92-9F84-5563182851BB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f81e1c +[Software\\Classes\\Interface\\{A02A2B22-1DBA-3F92-9F84-5563182851BB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afcff6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A02A2B22-1DBA-3F92-9F84-5563182851BB}\\TypeLib] 1460706649 -#time=1d196eb86f81fde +[Software\\Classes\\Interface\\{A02A2B22-1DBA-3F92-9F84-5563182851BB}\\TypeLib] 1526460883 +#time=1d3ecf388afd1f4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A03B61A4-CA61-3460-8232-2F4EC96AA88F}] 1460706649 -#time=1d196eb86fa07ae +[Software\\Classes\\Interface\\{A03B61A4-CA61-3460-8232-2F4EC96AA88F}] 1526460883 +#time=1d3ecf388b1b7c6 @="_TypeLibVersionAttribute" -[Software\\Classes\\Interface\\{A03B61A4-CA61-3460-8232-2F4EC96AA88F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa0592 +[Software\\Classes\\Interface\\{A03B61A4-CA61-3460-8232-2F4EC96AA88F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1b56e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A03B61A4-CA61-3460-8232-2F4EC96AA88F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa06dc +[Software\\Classes\\Interface\\{A03B61A4-CA61-3460-8232-2F4EC96AA88F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1b6e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A03B61A4-CA61-3460-8232-2F4EC96AA88F}\\TypeLib] 1460706649 -#time=1d196eb86fa08b2 +[Software\\Classes\\Interface\\{A03B61A4-CA61-3460-8232-2F4EC96AA88F}\\TypeLib] 1526460883 +#time=1d3ecf388b1b8de @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A0FE9B86-0C06-32CE-85FA-2FF1B58697FB}] 1460706649 -#time=1d196eb86f095c0 +[Software\\Classes\\Interface\\{A0FE9B86-0C06-32CE-85FA-2FF1B58697FB}] 1526460883 +#time=1d3ecf388a869be @="IContributeDynamicSink" -[Software\\Classes\\Interface\\{A0FE9B86-0C06-32CE-85FA-2FF1B58697FB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f090ac +[Software\\Classes\\Interface\\{A0FE9B86-0C06-32CE-85FA-2FF1B58697FB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a86676 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A0FE9B86-0C06-32CE-85FA-2FF1B58697FB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f093f4 +[Software\\Classes\\Interface\\{A0FE9B86-0C06-32CE-85FA-2FF1B58697FB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a86860 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A0FE9B86-0C06-32CE-85FA-2FF1B58697FB}\\TypeLib] 1460706649 -#time=1d196eb86f097fa +[Software\\Classes\\Interface\\{A0FE9B86-0C06-32CE-85FA-2FF1B58697FB}\\TypeLib] 1526460883 +#time=1d3ecf388a86af4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A12DCF7D-14AB-4C1B-A8CD-63909F06025B}] 1460706472 -#time=1d196eb1d1c8168 +[Software\\Classes\\Interface\\{A12DCF7D-14AB-4C1B-A8CD-63909F06025B}] 1526460533 +#time=1d3ecf2b7fc66c6 @="IWMPError" -[Software\\Classes\\Interface\\{A12DCF7D-14AB-4C1B-A8CD-63909F06025B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c7f42 +[Software\\Classes\\Interface\\{A12DCF7D-14AB-4C1B-A8CD-63909F06025B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc6450 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A12DCF7D-14AB-4C1B-A8CD-63909F06025B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c808c +[Software\\Classes\\Interface\\{A12DCF7D-14AB-4C1B-A8CD-63909F06025B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc65d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A12DCF7D-14AB-4C1B-A8CD-63909F06025B}\\TypeLib] 1460706472 -#time=1d196eb1d1c824e +[Software\\Classes\\Interface\\{A12DCF7D-14AB-4C1B-A8CD-63909F06025B}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc67d4 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{A1329EC9-E567-369F-8258-18366D89EAF8}] 1460706649 -#time=1d196eb86fd4694 +[Software\\Classes\\Interface\\{A1329EC9-E567-369F-8258-18366D89EAF8}] 1526460883 +#time=1d3ecf388b5413e @="_BaseChannelObjectWithProperties" -[Software\\Classes\\Interface\\{A1329EC9-E567-369F-8258-18366D89EAF8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd4482 +[Software\\Classes\\Interface\\{A1329EC9-E567-369F-8258-18366D89EAF8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b53ee6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A1329EC9-E567-369F-8258-18366D89EAF8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd45c2 +[Software\\Classes\\Interface\\{A1329EC9-E567-369F-8258-18366D89EAF8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5404e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A1329EC9-E567-369F-8258-18366D89EAF8}\\TypeLib] 1460706649 -#time=1d196eb86fd4798 +[Software\\Classes\\Interface\\{A1329EC9-E567-369F-8258-18366D89EAF8}\\TypeLib] 1526460883 +#time=1d3ecf388b54256 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A13A41CF-E066-3B90-82F4-73109104E348}] 1460706649 -#time=1d196eb86f50f56 +[Software\\Classes\\Interface\\{A13A41CF-E066-3B90-82F4-73109104E348}] 1526460883 +#time=1d3ecf388ac61a4 @="_ThreadStateException" -[Software\\Classes\\Interface\\{A13A41CF-E066-3B90-82F4-73109104E348}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f50d30 +[Software\\Classes\\Interface\\{A13A41CF-E066-3B90-82F4-73109104E348}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac5f42 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A13A41CF-E066-3B90-82F4-73109104E348}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f50e70 +[Software\\Classes\\Interface\\{A13A41CF-E066-3B90-82F4-73109104E348}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac60b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A13A41CF-E066-3B90-82F4-73109104E348}\\TypeLib] 1460706649 -#time=1d196eb86f51064 +[Software\\Classes\\Interface\\{A13A41CF-E066-3B90-82F4-73109104E348}\\TypeLib] 1526460883 +#time=1d3ecf388ac62bc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A15A976B-81E3-3EF4-8FF1-D75DDBE20AEF}] 1460706649 -#time=1d196eb86fae872 +[Software\\Classes\\Interface\\{A15A976B-81E3-3EF4-8FF1-D75DDBE20AEF}] 1526460883 +#time=1d3ecf388b2a668 @="_FileNotFoundException" -[Software\\Classes\\Interface\\{A15A976B-81E3-3EF4-8FF1-D75DDBE20AEF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fae660 +[Software\\Classes\\Interface\\{A15A976B-81E3-3EF4-8FF1-D75DDBE20AEF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2a3e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A15A976B-81E3-3EF4-8FF1-D75DDBE20AEF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fae7a0 +[Software\\Classes\\Interface\\{A15A976B-81E3-3EF4-8FF1-D75DDBE20AEF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2a578 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A15A976B-81E3-3EF4-8FF1-D75DDBE20AEF}\\TypeLib] 1460706649 -#time=1d196eb86fae96c +[Software\\Classes\\Interface\\{A15A976B-81E3-3EF4-8FF1-D75DDBE20AEF}\\TypeLib] 1526460883 +#time=1d3ecf388b2a780 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A16537BC-1EDF-3516-B75E-CC65CAF873AB}] 1460706649 -#time=1d196eb8700e218 +[Software\\Classes\\Interface\\{A16537BC-1EDF-3516-B75E-CC65CAF873AB}] 1526460883 +#time=1d3ecf388b94400 @="_SHA1CryptoServiceProvider" -[Software\\Classes\\Interface\\{A16537BC-1EDF-3516-B75E-CC65CAF873AB}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700e010 +[Software\\Classes\\Interface\\{A16537BC-1EDF-3516-B75E-CC65CAF873AB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b94194 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A16537BC-1EDF-3516-B75E-CC65CAF873AB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700e150 +[Software\\Classes\\Interface\\{A16537BC-1EDF-3516-B75E-CC65CAF873AB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b94310 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A16537BC-1EDF-3516-B75E-CC65CAF873AB}\\TypeLib] 1460706649 -#time=1d196eb8700e31c +[Software\\Classes\\Interface\\{A16537BC-1EDF-3516-B75E-CC65CAF873AB}\\TypeLib] 1526460883 +#time=1d3ecf388b9450e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A1693C5C-101F-3557-94DB-C480CEB4C16B}] 1460706649 -#time=1d196eb86f62990 +[Software\\Classes\\Interface\\{A1693C5C-101F-3557-94DB-C480CEB4C16B}] 1526460883 +#time=1d3ecf388ad9f06 @="_AssemblyVersionAttribute" -[Software\\Classes\\Interface\\{A1693C5C-101F-3557-94DB-C480CEB4C16B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f62788 +[Software\\Classes\\Interface\\{A1693C5C-101F-3557-94DB-C480CEB4C16B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad9ca4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A1693C5C-101F-3557-94DB-C480CEB4C16B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f628c8 +[Software\\Classes\\Interface\\{A1693C5C-101F-3557-94DB-C480CEB4C16B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad9e16 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A1693C5C-101F-3557-94DB-C480CEB4C16B}\\TypeLib] 1460706649 -#time=1d196eb86f62aa8 +[Software\\Classes\\Interface\\{A1693C5C-101F-3557-94DB-C480CEB4C16B}\\TypeLib] 1526460883 +#time=1d3ecf388ada03c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A18545B7-E5EE-31EE-9B9B-41199B11C995}] 1460706649 -#time=1d196eb86fd4036 +[Software\\Classes\\Interface\\{A18545B7-E5EE-31EE-9B9B-41199B11C995}] 1526460883 +#time=1d3ecf388b53ac2 @="_SinkProviderData" -[Software\\Classes\\Interface\\{A18545B7-E5EE-31EE-9B9B-41199B11C995}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd3e1a +[Software\\Classes\\Interface\\{A18545B7-E5EE-31EE-9B9B-41199B11C995}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b53860 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A18545B7-E5EE-31EE-9B9B-41199B11C995}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd3f64 +[Software\\Classes\\Interface\\{A18545B7-E5EE-31EE-9B9B-41199B11C995}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b539c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A18545B7-E5EE-31EE-9B9B-41199B11C995}\\TypeLib] 1460706649 -#time=1d196eb86fd4130 +[Software\\Classes\\Interface\\{A18545B7-E5EE-31EE-9B9B-41199B11C995}\\TypeLib] 1526460883 +#time=1d3ecf388b53bd0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A18960B0-1C2F-3DC3-9771-E304B9294387}] 1460706650 -#time=1d196eb87544d7c +[Software\\Classes\\Interface\\{A18960B0-1C2F-3DC3-9771-E304B9294387}] 1526460884 +#time=1d3ecf389065894 @="_SoapServerVRoot" -[Software\\Classes\\Interface\\{A18960B0-1C2F-3DC3-9771-E304B9294387}\\ProxyStubClsid] 1460706650 -#time=1d196eb87544b6a +[Software\\Classes\\Interface\\{A18960B0-1C2F-3DC3-9771-E304B9294387}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3890655ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A18960B0-1C2F-3DC3-9771-E304B9294387}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87544caa +[Software\\Classes\\Interface\\{A18960B0-1C2F-3DC3-9771-E304B9294387}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389065772 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A18960B0-1C2F-3DC3-9771-E304B9294387}\\TypeLib] 1460706650 -#time=1d196eb87544e80 +[Software\\Classes\\Interface\\{A18960B0-1C2F-3DC3-9771-E304B9294387}\\TypeLib] 1526460884 +#time=1d3ecf3890659e8 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{A19B3FC6-D680-3DD4-A17A-F58A7D481494}] 1460706649 -#time=1d196eb86eecc86 +[Software\\Classes\\Interface\\{A19B3FC6-D680-3DD4-A17A-F58A7D481494}] 1526460883 +#time=1d3ecf388a787ce @="IPermission" -[Software\\Classes\\Interface\\{A19B3FC6-D680-3DD4-A17A-F58A7D481494}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eeca6a +[Software\\Classes\\Interface\\{A19B3FC6-D680-3DD4-A17A-F58A7D481494}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a78562 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A19B3FC6-D680-3DD4-A17A-F58A7D481494}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eecbaa +[Software\\Classes\\Interface\\{A19B3FC6-D680-3DD4-A17A-F58A7D481494}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a786de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A19B3FC6-D680-3DD4-A17A-F58A7D481494}\\TypeLib] 1460706649 -#time=1d196eb86eecd8a +[Software\\Classes\\Interface\\{A19B3FC6-D680-3DD4-A17A-F58A7D481494}\\TypeLib] 1526460883 +#time=1d3ecf388a788e6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A1A26181-D55E-3EE2-96E6-70B354EF9371}] 1460706649 -#time=1d196eb86f9d464 +[Software\\Classes\\Interface\\{A1A26181-D55E-3EE2-96E6-70B354EF9371}] 1526460883 +#time=1d3ecf388b18238 @="_DllImportAttribute" -[Software\\Classes\\Interface\\{A1A26181-D55E-3EE2-96E6-70B354EF9371}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9d234 +[Software\\Classes\\Interface\\{A1A26181-D55E-3EE2-96E6-70B354EF9371}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b17fd6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A1A26181-D55E-3EE2-96E6-70B354EF9371}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9d37e +[Software\\Classes\\Interface\\{A1A26181-D55E-3EE2-96E6-70B354EF9371}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b18148 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A1A26181-D55E-3EE2-96E6-70B354EF9371}\\TypeLib] 1460706649 -#time=1d196eb86f9d572 +[Software\\Classes\\Interface\\{A1A26181-D55E-3EE2-96E6-70B354EF9371}\\TypeLib] 1526460883 +#time=1d3ecf388b18350 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A1C392FC-314C-39D5-8DE6-1F8EBCA0A1E2}] 1460706649 -#time=1d196eb86ff4a34 +[Software\\Classes\\Interface\\{A1C392FC-314C-39D5-8DE6-1F8EBCA0A1E2}] 1526460883 +#time=1d3ecf388b76b8a @="_SoapFault" -[Software\\Classes\\Interface\\{A1C392FC-314C-39D5-8DE6-1F8EBCA0A1E2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff47e6 +[Software\\Classes\\Interface\\{A1C392FC-314C-39D5-8DE6-1F8EBCA0A1E2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b76914 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A1C392FC-314C-39D5-8DE6-1F8EBCA0A1E2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff4962 +[Software\\Classes\\Interface\\{A1C392FC-314C-39D5-8DE6-1F8EBCA0A1E2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b76a86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A1C392FC-314C-39D5-8DE6-1F8EBCA0A1E2}\\TypeLib] 1460706649 -#time=1d196eb86ff4c1e +[Software\\Classes\\Interface\\{A1C392FC-314C-39D5-8DE6-1F8EBCA0A1E2}\\TypeLib] 1526460883 +#time=1d3ecf388b76cac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}] 1460706471 -#time=1d196eb1d0a7216 +[Software\\Classes\\Interface\\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}] 1526460533 +#time=1d3ecf2b7bd2af6 @="IOleParentUndoUnit" -[Software\\Classes\\Interface\\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\\NumMethods] 1460706471 -#time=1d196eb1d0a7144 +[Software\\Classes\\Interface\\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd2a06 @="12" -[Software\\Classes\\Interface\\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a728e +[Software\\Classes\\Interface\\{A1FAF330-EF97-11CE-9BC9-00AA00608E01}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd2b78 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{A2104830-7C70-11CF-8BCE-00AA00A3F1A6}] 1460706471 -#time=1d196eb1d0dae9a +[Software\\Classes\\Interface\\{A2104830-7C70-11CF-8BCE-00AA00A3F1A6}] 1526460533 +#time=1d3ecf2b7b0e5ca @="IFileSinkFilter" -[Software\\Classes\\Interface\\{A2104830-7C70-11CF-8BCE-00AA00A3F1A6}\\NumMethods] 1460706471 -#time=1d196eb1d0dadbe +[Software\\Classes\\Interface\\{A2104830-7C70-11CF-8BCE-00AA00A3F1A6}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0e4da @="5" -[Software\\Classes\\Interface\\{A2104830-7C70-11CF-8BCE-00AA00A3F1A6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0daf08 +[Software\\Classes\\Interface\\{A2104830-7C70-11CF-8BCE-00AA00A3F1A6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0e64c @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{A2145F38-CAC1-33DD-A318-21948AF6825D}] 1460706649 -#time=1d196eb86f9451c +[Software\\Classes\\Interface\\{A2145F38-CAC1-33DD-A318-21948AF6825D}] 1526460883 +#time=1d3ecf388b0d676 @="_InterfaceTypeAttribute" -[Software\\Classes\\Interface\\{A2145F38-CAC1-33DD-A318-21948AF6825D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f942ec +[Software\\Classes\\Interface\\{A2145F38-CAC1-33DD-A318-21948AF6825D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0d3ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A2145F38-CAC1-33DD-A318-21948AF6825D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9442c +[Software\\Classes\\Interface\\{A2145F38-CAC1-33DD-A318-21948AF6825D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0d572 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A2145F38-CAC1-33DD-A318-21948AF6825D}\\TypeLib] 1460706649 -#time=1d196eb86f94620 +[Software\\Classes\\Interface\\{A2145F38-CAC1-33DD-A318-21948AF6825D}\\TypeLib] 1526460883 +#time=1d3ecf388b0d7ac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A218E20A-0905-3741-B0B3-9E3193162E50}] 1460706649 -#time=1d196eb86f48946 +[Software\\Classes\\Interface\\{A218E20A-0905-3741-B0B3-9E3193162E50}] 1526460883 +#time=1d3ecf388abd856 @="_UnhandledExceptionEventArgs" -[Software\\Classes\\Interface\\{A218E20A-0905-3741-B0B3-9E3193162E50}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f48720 +[Software\\Classes\\Interface\\{A218E20A-0905-3741-B0B3-9E3193162E50}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abd57c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A218E20A-0905-3741-B0B3-9E3193162E50}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f48874 +[Software\\Classes\\Interface\\{A218E20A-0905-3741-B0B3-9E3193162E50}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abd766 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A218E20A-0905-3741-B0B3-9E3193162E50}\\TypeLib] 1460706649 -#time=1d196eb86f48a40 +[Software\\Classes\\Interface\\{A218E20A-0905-3741-B0B3-9E3193162E50}\\TypeLib] 1526460883 +#time=1d3ecf388abd96e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A2246AE7-EB81-3A20-8E70-C9FA341C7E10}] 1460706649 -#time=1d196eb86fd69f8 +[Software\\Classes\\Interface\\{A2246AE7-EB81-3A20-8E70-C9FA341C7E10}] 1526460883 +#time=1d3ecf388b56aa6 @="_ConstructionCall" -[Software\\Classes\\Interface\\{A2246AE7-EB81-3A20-8E70-C9FA341C7E10}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd67e6 +[Software\\Classes\\Interface\\{A2246AE7-EB81-3A20-8E70-C9FA341C7E10}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b56858 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A2246AE7-EB81-3A20-8E70-C9FA341C7E10}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd6926 +[Software\\Classes\\Interface\\{A2246AE7-EB81-3A20-8E70-C9FA341C7E10}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b569c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A2246AE7-EB81-3A20-8E70-C9FA341C7E10}\\TypeLib] 1460706649 -#time=1d196eb86fd6af2 +[Software\\Classes\\Interface\\{A2246AE7-EB81-3A20-8E70-C9FA341C7E10}\\TypeLib] 1526460883 +#time=1d3ecf388b56bdc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A22929C9-D301-3F5B-98B7-844FDBA1DEDF}] 1460706650 -#time=1d196eb877de9b6 +[Software\\Classes\\Interface\\{A22929C9-D301-3F5B-98B7-844FDBA1DEDF}] 1526460884 +#time=1d3ecf3892ab4f0 @="_CodeBinaryOperatorExpression" -[Software\\Classes\\Interface\\{A22929C9-D301-3F5B-98B7-844FDBA1DEDF}\\ProxyStubClsid] 1460706650 -#time=1d196eb877de768 +[Software\\Classes\\Interface\\{A22929C9-D301-3F5B-98B7-844FDBA1DEDF}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892ab0e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A22929C9-D301-3F5B-98B7-844FDBA1DEDF}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877de8e4 +[Software\\Classes\\Interface\\{A22929C9-D301-3F5B-98B7-844FDBA1DEDF}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892ab3c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A22929C9-D301-3F5B-98B7-844FDBA1DEDF}\\TypeLib] 1460706650 -#time=1d196eb877deace +[Software\\Classes\\Interface\\{A22929C9-D301-3F5B-98B7-844FDBA1DEDF}\\TypeLib] 1526460884 +#time=1d3ecf3892ab64e @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{A28C19DF-B488-34AE-BECC-7DE744D17F7B}] 1460706649 -#time=1d196eb86fa2bee +[Software\\Classes\\Interface\\{A28C19DF-B488-34AE-BECC-7DE744D17F7B}] 1526460883 +#time=1d3ecf388b1df3a @="_COMException" -[Software\\Classes\\Interface\\{A28C19DF-B488-34AE-BECC-7DE744D17F7B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa29dc +[Software\\Classes\\Interface\\{A28C19DF-B488-34AE-BECC-7DE744D17F7B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1dce2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A28C19DF-B488-34AE-BECC-7DE744D17F7B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa2b1c +[Software\\Classes\\Interface\\{A28C19DF-B488-34AE-BECC-7DE744D17F7B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1de54 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A28C19DF-B488-34AE-BECC-7DE744D17F7B}\\TypeLib] 1460706649 -#time=1d196eb86fa2ce8 +[Software\\Classes\\Interface\\{A28C19DF-B488-34AE-BECC-7DE744D17F7B}\\TypeLib] 1526460883 +#time=1d3ecf388b1e070 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A2ED7EFC-8E59-3CCC-AE92-EA2377F4D5EF}] 1460706649 -#time=1d196eb86fbc45e +[Software\\Classes\\Interface\\{A2ED7EFC-8E59-3CCC-AE92-EA2377F4D5EF}] 1526460883 +#time=1d3ecf388b39f1e @="_FileIOPermission" -[Software\\Classes\\Interface\\{A2ED7EFC-8E59-3CCC-AE92-EA2377F4D5EF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbc238 +[Software\\Classes\\Interface\\{A2ED7EFC-8E59-3CCC-AE92-EA2377F4D5EF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b39cc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A2ED7EFC-8E59-3CCC-AE92-EA2377F4D5EF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbc382 +[Software\\Classes\\Interface\\{A2ED7EFC-8E59-3CCC-AE92-EA2377F4D5EF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b39e38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A2ED7EFC-8E59-3CCC-AE92-EA2377F4D5EF}\\TypeLib] 1460706649 -#time=1d196eb86fbc562 +[Software\\Classes\\Interface\\{A2ED7EFC-8E59-3CCC-AE92-EA2377F4D5EF}\\TypeLib] 1526460883 +#time=1d3ecf388b3a036 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A2F121D8-4775-3FB2-93A3-C5862AE8C359}] 1460706650 -#time=1d196eb87abf5ea +[Software\\Classes\\Interface\\{A2F121D8-4775-3FB2-93A3-C5862AE8C359}] 1526460884 +#time=1d3ecf38955a93a @="_ListViewItemMouseHoverEventArgs" -[Software\\Classes\\Interface\\{A2F121D8-4775-3FB2-93A3-C5862AE8C359}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abf1e4 +[Software\\Classes\\Interface\\{A2F121D8-4775-3FB2-93A3-C5862AE8C359}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955a552 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A2F121D8-4775-3FB2-93A3-C5862AE8C359}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abf3a6 +[Software\\Classes\\Interface\\{A2F121D8-4775-3FB2-93A3-C5862AE8C359}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955a796 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A2F121D8-4775-3FB2-93A3-C5862AE8C359}\\TypeLib] 1460706650 -#time=1d196eb87abf7fc +[Software\\Classes\\Interface\\{A2F121D8-4775-3FB2-93A3-C5862AE8C359}\\TypeLib] 1526460884 +#time=1d3ecf38955ab06 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{A30646CC-F710-3BFA-A356-B4C858D4ED8E}] 1460706649 -#time=1d196eb86f72124 +[Software\\Classes\\Interface\\{A30646CC-F710-3BFA-A356-B4C858D4ED8E}] 1526460883 +#time=1d3ecf388aea202 @="_ObjectIDGenerator" -[Software\\Classes\\Interface\\{A30646CC-F710-3BFA-A356-B4C858D4ED8E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f71ec2 +[Software\\Classes\\Interface\\{A30646CC-F710-3BFA-A356-B4C858D4ED8E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae9fa0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A30646CC-F710-3BFA-A356-B4C858D4ED8E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f72002 +[Software\\Classes\\Interface\\{A30646CC-F710-3BFA-A356-B4C858D4ED8E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aea112 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A30646CC-F710-3BFA-A356-B4C858D4ED8E}\\TypeLib] 1460706649 -#time=1d196eb86f7225a +[Software\\Classes\\Interface\\{A30646CC-F710-3BFA-A356-B4C858D4ED8E}\\TypeLib] 1526460883 +#time=1d3ecf388aea31a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A31B6577-71D2-4344-AEDF-ADC1B0DC5347}] 1460706650 -#time=1d196eb87536c68 +[Software\\Classes\\Interface\\{A31B6577-71D2-4344-AEDF-ADC1B0DC5347}] 1526460884 +#time=1d3ecf38905070a @="ISoapServerVRoot" -[Software\\Classes\\Interface\\{A31B6577-71D2-4344-AEDF-ADC1B0DC5347}\\ProxyStubClsid] 1460706650 -#time=1d196eb87536a4c +[Software\\Classes\\Interface\\{A31B6577-71D2-4344-AEDF-ADC1B0DC5347}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905011a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A31B6577-71D2-4344-AEDF-ADC1B0DC5347}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87536b96 +[Software\\Classes\\Interface\\{A31B6577-71D2-4344-AEDF-ADC1B0DC5347}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389050570 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A31B6577-71D2-4344-AEDF-ADC1B0DC5347}\\TypeLib] 1460706650 -#time=1d196eb87536d62 +[Software\\Classes\\Interface\\{A31B6577-71D2-4344-AEDF-ADC1B0DC5347}\\TypeLib] 1526460884 +#time=1d3ecf389050908 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{A36D847B-4478-3DA9-96F5-CD99F855C163}] 1460706650 -#time=1d196eb8753788e +[Software\\Classes\\Interface\\{A36D847B-4478-3DA9-96F5-CD99F855C163}] 1526460884 +#time=1d3ecf389051d3a @="_BYOT" -[Software\\Classes\\Interface\\{A36D847B-4478-3DA9-96F5-CD99F855C163}\\ProxyStubClsid] 1460706650 -#time=1d196eb87537640 +[Software\\Classes\\Interface\\{A36D847B-4478-3DA9-96F5-CD99F855C163}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3890518bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A36D847B-4478-3DA9-96F5-CD99F855C163}\\ProxyStubClsid32] 1460706650 -#time=1d196eb875377b2 +[Software\\Classes\\Interface\\{A36D847B-4478-3DA9-96F5-CD99F855C163}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389051a88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A36D847B-4478-3DA9-96F5-CD99F855C163}\\TypeLib] 1460706650 -#time=1d196eb87537992 +[Software\\Classes\\Interface\\{A36D847B-4478-3DA9-96F5-CD99F855C163}\\TypeLib] 1526460884 +#time=1d3ecf3890520e6 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{A376DD5E-09D4-427F-AF7C-FED5B6E1C1D6}] 1460706472 -#time=1d196eb1d1e6eba +[Software\\Classes\\Interface\\{A376DD5E-09D4-427F-AF7C-FED5B6E1C1D6}] 1526460533 +#time=1d3ecf2b7df12a6 @="IUpdateException" -[Software\\Classes\\Interface\\{A376DD5E-09D4-427F-AF7C-FED5B6E1C1D6}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e6c94 +[Software\\Classes\\Interface\\{A376DD5E-09D4-427F-AF7C-FED5B6E1C1D6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df1026 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A376DD5E-09D4-427F-AF7C-FED5B6E1C1D6}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e6dde +[Software\\Classes\\Interface\\{A376DD5E-09D4-427F-AF7C-FED5B6E1C1D6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df11ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A376DD5E-09D4-427F-AF7C-FED5B6E1C1D6}\\TypeLib] 1460706472 -#time=1d196eb1d1e6fa0 +[Software\\Classes\\Interface\\{A376DD5E-09D4-427F-AF7C-FED5B6E1C1D6}\\TypeLib] 1526460533 +#time=1d3ecf2b7df13b4 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{A39EE748-6A27-4817-A6F2-13914BEF5890}] 1460706471 -#time=1d196eb1d15fe1a +[Software\\Classes\\Interface\\{A39EE748-6A27-4817-A6F2-13914BEF5890}] 1526460533 +#time=1d3ecf2b7ba4f70 @="IUri" -[Software\\Classes\\Interface\\{A39EE748-6A27-4817-A6F2-13914BEF5890}\\NumMethods] 1460706471 -#time=1d196eb1d15fcc6 +[Software\\Classes\\Interface\\{A39EE748-6A27-4817-A6F2-13914BEF5890}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba4e76 @="28" -[Software\\Classes\\Interface\\{A39EE748-6A27-4817-A6F2-13914BEF5890}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15feb0 +[Software\\Classes\\Interface\\{A39EE748-6A27-4817-A6F2-13914BEF5890}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba4ffc @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{A3BF0BCD-EC32-38E6-92F2-5F37BAD8030D}] 1460706649 -#time=1d196eb86fe26e0 +[Software\\Classes\\Interface\\{A3BF0BCD-EC32-38E6-92F2-5F37BAD8030D}] 1526460883 +#time=1d3ecf388b64868 @="_SoapTime" -[Software\\Classes\\Interface\\{A3BF0BCD-EC32-38E6-92F2-5F37BAD8030D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe24ce +[Software\\Classes\\Interface\\{A3BF0BCD-EC32-38E6-92F2-5F37BAD8030D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b64606 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A3BF0BCD-EC32-38E6-92F2-5F37BAD8030D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe260e +[Software\\Classes\\Interface\\{A3BF0BCD-EC32-38E6-92F2-5F37BAD8030D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b64782 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A3BF0BCD-EC32-38E6-92F2-5F37BAD8030D}\\TypeLib] 1460706649 -#time=1d196eb86fe27da +[Software\\Classes\\Interface\\{A3BF0BCD-EC32-38E6-92F2-5F37BAD8030D}\\TypeLib] 1526460883 +#time=1d3ecf388b6498a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A3D8CEC0-7E5A-11CF-BBC5-00805F6CEF20}] 1460706471 -#time=1d196eb1d0d8136 +[Software\\Classes\\Interface\\{A3D8CEC0-7E5A-11CF-BBC5-00805F6CEF20}] 1526460533 +#time=1d3ecf2b7b0b82a @="IAMovieSetup" -[Software\\Classes\\Interface\\{A3D8CEC0-7E5A-11CF-BBC5-00805F6CEF20}\\NumMethods] 1460706471 -#time=1d196eb1d0d8064 +[Software\\Classes\\Interface\\{A3D8CEC0-7E5A-11CF-BBC5-00805F6CEF20}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0b730 @="5" -[Software\\Classes\\Interface\\{A3D8CEC0-7E5A-11CF-BBC5-00805F6CEF20}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d81cc +[Software\\Classes\\Interface\\{A3D8CEC0-7E5A-11CF-BBC5-00805F6CEF20}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0b8b6 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{A3FC6319-7355-3D7D-8621-B598561152FC}] 1460706649 -#time=1d196eb86f5a920 +[Software\\Classes\\Interface\\{A3FC6319-7355-3D7D-8621-B598561152FC}] 1526460883 +#time=1d3ecf388ad0d5c @="_DebuggerBrowsableAttribute" -[Software\\Classes\\Interface\\{A3FC6319-7355-3D7D-8621-B598561152FC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5a718 +[Software\\Classes\\Interface\\{A3FC6319-7355-3D7D-8621-B598561152FC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad0b04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A3FC6319-7355-3D7D-8621-B598561152FC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5a84e +[Software\\Classes\\Interface\\{A3FC6319-7355-3D7D-8621-B598561152FC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad0c6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A3FC6319-7355-3D7D-8621-B598561152FC}\\TypeLib] 1460706649 -#time=1d196eb86f5aa10 +[Software\\Classes\\Interface\\{A3FC6319-7355-3D7D-8621-B598561152FC}\\TypeLib] 1526460883 +#time=1d3ecf388ad0e74 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A43C56D6-7451-48D4-AF96-B6CD2D0D9B7A}] 1460706472 -#time=1d196eb1d1f09f6 +[Software\\Classes\\Interface\\{A43C56D6-7451-48D4-AF96-B6CD2D0D9B7A}] 1526460533 +#time=1d3ecf2b7dfa324 @="IInstallationResult" -[Software\\Classes\\Interface\\{A43C56D6-7451-48D4-AF96-B6CD2D0D9B7A}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1f06ea +[Software\\Classes\\Interface\\{A43C56D6-7451-48D4-AF96-B6CD2D0D9B7A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7dfa0ae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A43C56D6-7451-48D4-AF96-B6CD2D0D9B7A}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1f08ca +[Software\\Classes\\Interface\\{A43C56D6-7451-48D4-AF96-B6CD2D0D9B7A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7dfa234 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A43C56D6-7451-48D4-AF96-B6CD2D0D9B7A}\\TypeLib] 1460706472 -#time=1d196eb1d1f0b22 +[Software\\Classes\\Interface\\{A43C56D6-7451-48D4-AF96-B6CD2D0D9B7A}\\TypeLib] 1526460533 +#time=1d3ecf2b7dfa43c @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{A4924B27-6E3B-37F7-9B83-A4501955E6A7}] 1460706649 -#time=1d196eb86f1c850 +[Software\\Classes\\Interface\\{A4924B27-6E3B-37F7-9B83-A4501955E6A7}] 1526460883 +#time=1d3ecf388a90a9a @="_ILGenerator" -[Software\\Classes\\Interface\\{A4924B27-6E3B-37F7-9B83-A4501955E6A7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1c648 +[Software\\Classes\\Interface\\{A4924B27-6E3B-37F7-9B83-A4501955E6A7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a90838 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A4924B27-6E3B-37F7-9B83-A4501955E6A7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1c788 +[Software\\Classes\\Interface\\{A4924B27-6E3B-37F7-9B83-A4501955E6A7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a909b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A4924B27-6E3B-37F7-9B83-A4501955E6A7}\\TypeLib] 1460706649 -#time=1d196eb86f1c9cc +[Software\\Classes\\Interface\\{A4924B27-6E3B-37F7-9B83-A4501955E6A7}\\TypeLib] 1526460883 +#time=1d3ecf388a90bb2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A4C6892C-3BA9-11D2-9DEA-00C04FB16162}] 1460706471 -#time=1d196eb1d12d5f0 +[Software\\Classes\\Interface\\{A4C6892C-3BA9-11D2-9DEA-00C04FB16162}] 1526460533 +#time=1d3ecf2b7f45fb2 @="IShellDispatch2" -[Software\\Classes\\Interface\\{A4C6892C-3BA9-11D2-9DEA-00C04FB16162}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12d3de +[Software\\Classes\\Interface\\{A4C6892C-3BA9-11D2-9DEA-00C04FB16162}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f45d28 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A4C6892C-3BA9-11D2-9DEA-00C04FB16162}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12d51e +[Software\\Classes\\Interface\\{A4C6892C-3BA9-11D2-9DEA-00C04FB16162}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f45ea4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A4C6892C-3BA9-11D2-9DEA-00C04FB16162}\\TypeLib] 1460706471 -#time=1d196eb1d12d6d6 +[Software\\Classes\\Interface\\{A4C6892C-3BA9-11D2-9DEA-00C04FB16162}\\TypeLib] 1526460533 +#time=1d3ecf2b7f460ca @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{A505EDBC-380E-3B23-9E1A-0974D4EF02EF}] 1460706649 -#time=1d196eb86f88028 +[Software\\Classes\\Interface\\{A505EDBC-380E-3B23-9E1A-0974D4EF02EF}] 1526460883 +#time=1d3ecf388affef4 @="_Evidence" -[Software\\Classes\\Interface\\{A505EDBC-380E-3B23-9E1A-0974D4EF02EF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f87d80 +[Software\\Classes\\Interface\\{A505EDBC-380E-3B23-9E1A-0974D4EF02EF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388affc92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A505EDBC-380E-3B23-9E1A-0974D4EF02EF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f87f42 +[Software\\Classes\\Interface\\{A505EDBC-380E-3B23-9E1A-0974D4EF02EF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388affe04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A505EDBC-380E-3B23-9E1A-0974D4EF02EF}\\TypeLib] 1460706649 -#time=1d196eb86f88140 +[Software\\Classes\\Interface\\{A505EDBC-380E-3B23-9E1A-0974D4EF02EF}\\TypeLib] 1526460883 +#time=1d3ecf388b0000c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A52B85C6-5370-35C9-A04A-04A92013862C}] 1460706650 -#time=1d196eb877d8598 +[Software\\Classes\\Interface\\{A52B85C6-5370-35C9-A04A-04A92013862C}] 1526460884 +#time=1d3ecf3892a0a96 @="_CodeArgumentReferenceExpression" -[Software\\Classes\\Interface\\{A52B85C6-5370-35C9-A04A-04A92013862C}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d8264 +[Software\\Classes\\Interface\\{A52B85C6-5370-35C9-A04A-04A92013862C}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a07b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A52B85C6-5370-35C9-A04A-04A92013862C}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d83ea +[Software\\Classes\\Interface\\{A52B85C6-5370-35C9-A04A-04A92013862C}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a0974 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A52B85C6-5370-35C9-A04A-04A92013862C}\\TypeLib] 1460706650 -#time=1d196eb877d871e +[Software\\Classes\\Interface\\{A52B85C6-5370-35C9-A04A-04A92013862C}\\TypeLib] 1526460884 +#time=1d3ecf3892a0bea @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{A54AC093-BFCE-37B0-A81F-148DFED0971F}] 1460706649 -#time=1d196eb86fa2004 +[Software\\Classes\\Interface\\{A54AC093-BFCE-37B0-A81F-148DFED0971F}] 1526460883 +#time=1d3ecf388b1d238 @="_SetWin32ContextInIDispatchAttribute" -[Software\\Classes\\Interface\\{A54AC093-BFCE-37B0-A81F-148DFED0971F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa1dd4 +[Software\\Classes\\Interface\\{A54AC093-BFCE-37B0-A81F-148DFED0971F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1cfd6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A54AC093-BFCE-37B0-A81F-148DFED0971F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa1f32 +[Software\\Classes\\Interface\\{A54AC093-BFCE-37B0-A81F-148DFED0971F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1d148 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A54AC093-BFCE-37B0-A81F-148DFED0971F}\\TypeLib] 1460706649 -#time=1d196eb86fa2130 +[Software\\Classes\\Interface\\{A54AC093-BFCE-37B0-A81F-148DFED0971F}\\TypeLib] 1526460883 +#time=1d3ecf388b1d350 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A5AF2165-C1BE-39AF-AB35-CD950D01A701}] 1460706650 -#time=1d196eb87aa7fe4 +[Software\\Classes\\Interface\\{A5AF2165-C1BE-39AF-AB35-CD950D01A701}] 1526460884 +#time=1d3ecf389537278 @="_ContainerControl" -[Software\\Classes\\Interface\\{A5AF2165-C1BE-39AF-AB35-CD950D01A701}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa7dc8 +[Software\\Classes\\Interface\\{A5AF2165-C1BE-39AF-AB35-CD950D01A701}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389536dd2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A5AF2165-C1BE-39AF-AB35-CD950D01A701}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa7f12 +[Software\\Classes\\Interface\\{A5AF2165-C1BE-39AF-AB35-CD950D01A701}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389537052 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A5AF2165-C1BE-39AF-AB35-CD950D01A701}\\TypeLib] 1460706650 -#time=1d196eb87aa80e8 +[Software\\Classes\\Interface\\{A5AF2165-C1BE-39AF-AB35-CD950D01A701}\\TypeLib] 1526460884 +#time=1d3ecf3895374a8 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{A5CA5F7F-1847-4D87-9C5B-918509F7511D}] 1460706471 -#time=1d196eb1d15ebdc +[Software\\Classes\\Interface\\{A5CA5F7F-1847-4D87-9C5B-918509F7511D}] 1526460533 +#time=1d3ecf2b7ba3d32 @="IMonikerProp" -[Software\\Classes\\Interface\\{A5CA5F7F-1847-4D87-9C5B-918509F7511D}\\NumMethods] 1460706471 -#time=1d196eb1d15eb00 +[Software\\Classes\\Interface\\{A5CA5F7F-1847-4D87-9C5B-918509F7511D}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba3c38 @="4" -[Software\\Classes\\Interface\\{A5CA5F7F-1847-4D87-9C5B-918509F7511D}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15ec54 +[Software\\Classes\\Interface\\{A5CA5F7F-1847-4D87-9C5B-918509F7511D}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba3db4 @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{A5D29A57-36A8-3E36-A099-7458B1FABAA2}] 1460706649 -#time=1d196eb86faad1c +[Software\\Classes\\Interface\\{A5D29A57-36A8-3E36-A099-7458B1FABAA2}] 1526460883 +#time=1d3ecf388b26496 @="_FileSystemInfo" -[Software\\Classes\\Interface\\{A5D29A57-36A8-3E36-A099-7458B1FABAA2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86faaaec +[Software\\Classes\\Interface\\{A5D29A57-36A8-3E36-A099-7458B1FABAA2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b26234 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A5D29A57-36A8-3E36-A099-7458B1FABAA2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86faac36 +[Software\\Classes\\Interface\\{A5D29A57-36A8-3E36-A099-7458B1FABAA2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b263a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A5D29A57-36A8-3E36-A099-7458B1FABAA2}\\TypeLib] 1460706649 -#time=1d196eb86faae2a +[Software\\Classes\\Interface\\{A5D29A57-36A8-3E36-A099-7458B1FABAA2}\\TypeLib] 1526460883 +#time=1d3ecf388b265ae @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A5E385AE-27FB-3708-BAF7-0BF1F3955747}] 1460706649 -#time=1d196eb86fecac8 +[Software\\Classes\\Interface\\{A5E385AE-27FB-3708-BAF7-0BF1F3955747}] 1526460883 +#time=1d3ecf388b6e7fa @="_SoapNmtokens" -[Software\\Classes\\Interface\\{A5E385AE-27FB-3708-BAF7-0BF1F3955747}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fec884 +[Software\\Classes\\Interface\\{A5E385AE-27FB-3708-BAF7-0BF1F3955747}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6e598 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A5E385AE-27FB-3708-BAF7-0BF1F3955747}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fec9f6 +[Software\\Classes\\Interface\\{A5E385AE-27FB-3708-BAF7-0BF1F3955747}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6e714 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A5E385AE-27FB-3708-BAF7-0BF1F3955747}\\TypeLib] 1460706649 -#time=1d196eb86fecbcc +[Software\\Classes\\Interface\\{A5E385AE-27FB-3708-BAF7-0BF1F3955747}\\TypeLib] 1526460883 +#time=1d3ecf388b6e912 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A6589897-5A67-305F-9497-72E5FE8BEAD5}] 1460706649 -#time=1d196eb87008426 +[Software\\Classes\\Interface\\{A6589897-5A67-305F-9497-72E5FE8BEAD5}] 1526460883 +#time=1d3ecf388b8dc72 @="_Rfc2898DeriveBytes" -[Software\\Classes\\Interface\\{A6589897-5A67-305F-9497-72E5FE8BEAD5}\\ProxyStubClsid] 1460706649 -#time=1d196eb870081d8 +[Software\\Classes\\Interface\\{A6589897-5A67-305F-9497-72E5FE8BEAD5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8da10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A6589897-5A67-305F-9497-72E5FE8BEAD5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87008322 +[Software\\Classes\\Interface\\{A6589897-5A67-305F-9497-72E5FE8BEAD5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8db8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A6589897-5A67-305F-9497-72E5FE8BEAD5}\\TypeLib] 1460706649 -#time=1d196eb8700852a +[Software\\Classes\\Interface\\{A6589897-5A67-305F-9497-72E5FE8BEAD5}\\TypeLib] 1526460883 +#time=1d3ecf388b8dd8a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A6B94B6D-854E-3172-A4EC-A17EDD16F85E}] 1460706649 -#time=1d196eb86f51532 +[Software\\Classes\\Interface\\{A6B94B6D-854E-3172-A4EC-A17EDD16F85E}] 1526460883 +#time=1d3ecf388ac6820 @="_ThreadStaticAttribute" -[Software\\Classes\\Interface\\{A6B94B6D-854E-3172-A4EC-A17EDD16F85E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f51320 +[Software\\Classes\\Interface\\{A6B94B6D-854E-3172-A4EC-A17EDD16F85E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac65c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A6B94B6D-854E-3172-A4EC-A17EDD16F85E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f51460 +[Software\\Classes\\Interface\\{A6B94B6D-854E-3172-A4EC-A17EDD16F85E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac673a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A6B94B6D-854E-3172-A4EC-A17EDD16F85E}\\TypeLib] 1460706649 -#time=1d196eb86f5162c +[Software\\Classes\\Interface\\{A6B94B6D-854E-3172-A4EC-A17EDD16F85E}\\TypeLib] 1526460883 +#time=1d3ecf388ac6938 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}] 1460706471 -#time=1d196eb1d0a162c +[Software\\Classes\\Interface\\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}] 1526460533 +#time=1d3ecf2b7bcc4b2 @="IProvideClassInfo2" -[Software\\Classes\\Interface\\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\\NumMethods] 1460706471 -#time=1d196eb1d0a1550 +[Software\\Classes\\Interface\\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcc3b8 @="5" -[Software\\Classes\\Interface\\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a169a +[Software\\Classes\\Interface\\{A6BC3AC0-DBAA-11CE-9DE3-00AA004BB851}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcc53e @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{A6C2239B-08E6-3822-9769-E3D4B0431B82}] 1460706649 -#time=1d196eb86fb2f3a +[Software\\Classes\\Interface\\{A6C2239B-08E6-3822-9769-E3D4B0431B82}] 1526460883 +#time=1d3ecf388b2f51e @="_CallConvCdecl" -[Software\\Classes\\Interface\\{A6C2239B-08E6-3822-9769-E3D4B0431B82}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb2d14 +[Software\\Classes\\Interface\\{A6C2239B-08E6-3822-9769-E3D4B0431B82}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2f2bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A6C2239B-08E6-3822-9769-E3D4B0431B82}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb2e68 +[Software\\Classes\\Interface\\{A6C2239B-08E6-3822-9769-E3D4B0431B82}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2f42e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A6C2239B-08E6-3822-9769-E3D4B0431B82}\\TypeLib] 1460706649 -#time=1d196eb86fb303e +[Software\\Classes\\Interface\\{A6C2239B-08E6-3822-9769-E3D4B0431B82}\\TypeLib] 1526460883 +#time=1d3ecf388b2f636 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A6D897FF-0A95-11D1-B0BA-006008166E11}] 1460706471 -#time=1d196eb1d029e24 +[Software\\Classes\\Interface\\{A6D897FF-0A95-11D1-B0BA-006008166E11}] 1526460533 +#time=1d3ecf2b7c65234 @="DWebBridgeEvents" -[Software\\Classes\\Interface\\{A6D897FF-0A95-11D1-B0BA-006008166E11}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d029bfe +[Software\\Classes\\Interface\\{A6D897FF-0A95-11D1-B0BA-006008166E11}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c64faa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A6D897FF-0A95-11D1-B0BA-006008166E11}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d029d48 +[Software\\Classes\\Interface\\{A6D897FF-0A95-11D1-B0BA-006008166E11}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c65144 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A6D897FF-0A95-11D1-B0BA-006008166E11}\\TypeLib] 1460706471 -#time=1d196eb1d029f32 +[Software\\Classes\\Interface\\{A6D897FF-0A95-11D1-B0BA-006008166E11}\\TypeLib] 1526460533 +#time=1d3ecf2b7c6534c @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{A6EF9860-C720-11D0-9337-00A0C90DCAA9}] 1460706471 -#time=1d196eb1cee03ba +[Software\\Classes\\Interface\\{A6EF9860-C720-11D0-9337-00A0C90DCAA9}] 1526460533 +#time=1d3ecf2b80eb8a8 @="IDispatchEx" -[Software\\Classes\\Interface\\{A6EF9860-C720-11D0-9337-00A0C90DCAA9}\\NumMethods] 1460706471 -#time=1d196eb1cee02ca +[Software\\Classes\\Interface\\{A6EF9860-C720-11D0-9337-00A0C90DCAA9}\\NumMethods] 1526460533 +#time=1d3ecf2b80eb7ae @="15" -[Software\\Classes\\Interface\\{A6EF9860-C720-11D0-9337-00A0C90DCAA9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cee0432 +[Software\\Classes\\Interface\\{A6EF9860-C720-11D0-9337-00A0C90DCAA9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80eb92a @="{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}" -[Software\\Classes\\Interface\\{A6EF9861-C720-11D0-9337-00A0C90DCAA9}] 1460706471 -#time=1d196eb1cee07c0 +[Software\\Classes\\Interface\\{A6EF9861-C720-11D0-9337-00A0C90DCAA9}] 1526460533 +#time=1d3ecf2b80ebd3a @="IDispError" -[Software\\Classes\\Interface\\{A6EF9861-C720-11D0-9337-00A0C90DCAA9}\\NumMethods] 1460706471 -#time=1d196eb1cee06e4 +[Software\\Classes\\Interface\\{A6EF9861-C720-11D0-9337-00A0C90DCAA9}\\NumMethods] 1526460533 +#time=1d3ecf2b80ebc4a @="9" -[Software\\Classes\\Interface\\{A6EF9861-C720-11D0-9337-00A0C90DCAA9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cee0838 +[Software\\Classes\\Interface\\{A6EF9861-C720-11D0-9337-00A0C90DCAA9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80ebdc6 @="{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}" -[Software\\Classes\\Interface\\{A6EF9862-C720-11D0-9337-00A0C90DCAA9}] 1460706471 -#time=1d196eb1cee0bee +[Software\\Classes\\Interface\\{A6EF9862-C720-11D0-9337-00A0C90DCAA9}] 1526460533 +#time=1d3ecf2b80ec1cc @="IVariantChangeType" -[Software\\Classes\\Interface\\{A6EF9862-C720-11D0-9337-00A0C90DCAA9}\\NumMethods] 1460706471 -#time=1d196eb1cee0ae0 +[Software\\Classes\\Interface\\{A6EF9862-C720-11D0-9337-00A0C90DCAA9}\\NumMethods] 1526460533 +#time=1d3ecf2b80ec0dc @="4" -[Software\\Classes\\Interface\\{A6EF9862-C720-11D0-9337-00A0C90DCAA9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cee0c5c +[Software\\Classes\\Interface\\{A6EF9862-C720-11D0-9337-00A0C90DCAA9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80ec258 @="{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}" -[Software\\Classes\\Interface\\{A7006EFC-6E21-3B74-A9D7-9A2F12E46C8E}] 1460706650 -#time=1d196eb87ad00de +[Software\\Classes\\Interface\\{A7006EFC-6E21-3B74-A9D7-9A2F12E46C8E}] 1526460884 +#time=1d3ecf38956e246 @="_ComponentEditorForm" -[Software\\Classes\\Interface\\{A7006EFC-6E21-3B74-A9D7-9A2F12E46C8E}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acfeae +[Software\\Classes\\Interface\\{A7006EFC-6E21-3B74-A9D7-9A2F12E46C8E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956dfc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7006EFC-6E21-3B74-A9D7-9A2F12E46C8E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ad0016 +[Software\\Classes\\Interface\\{A7006EFC-6E21-3B74-A9D7-9A2F12E46C8E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956e138 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7006EFC-6E21-3B74-A9D7-9A2F12E46C8E}\\TypeLib] 1460706650 -#time=1d196eb87ad01f6 +[Software\\Classes\\Interface\\{A7006EFC-6E21-3B74-A9D7-9A2F12E46C8E}\\TypeLib] 1526460884 +#time=1d3ecf38956e35e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{A721791A-0DEF-4D06-BD91-2118BF1DB10B}] 1460706472 -#time=1d196eb1d192cde +[Software\\Classes\\Interface\\{A721791A-0DEF-4D06-BD91-2118BF1DB10B}] 1526460533 +#time=1d3ecf2b7f0708c @="IWICMetadataQueryWriter" -[Software\\Classes\\Interface\\{A721791A-0DEF-4D06-BD91-2118BF1DB10B}\\NumMethods] 1460706472 -#time=1d196eb1d192bbc +[Software\\Classes\\Interface\\{A721791A-0DEF-4D06-BD91-2118BF1DB10B}\\NumMethods] 1526460533 +#time=1d3ecf2b7f06f92 @="9" -[Software\\Classes\\Interface\\{A721791A-0DEF-4D06-BD91-2118BF1DB10B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d192dba +[Software\\Classes\\Interface\\{A721791A-0DEF-4D06-BD91-2118BF1DB10B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0710e @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{A7750701-44A2-353A-923A-7BA68A8E22AF}] 1460706650 -#time=1d196eb87ab7e80 +[Software\\Classes\\Interface\\{A7750701-44A2-353A-923A-7BA68A8E22AF}] 1526460884 +#time=1d3ecf38954f9f4 @="_DataGridViewTextBoxEditingControl" -[Software\\Classes\\Interface\\{A7750701-44A2-353A-923A-7BA68A8E22AF}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab7c64 +[Software\\Classes\\Interface\\{A7750701-44A2-353A-923A-7BA68A8E22AF}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954f5b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7750701-44A2-353A-923A-7BA68A8E22AF}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab7dae +[Software\\Classes\\Interface\\{A7750701-44A2-353A-923A-7BA68A8E22AF}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954f878 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7750701-44A2-353A-923A-7BA68A8E22AF}\\TypeLib] 1460706650 -#time=1d196eb87ab8088 +[Software\\Classes\\Interface\\{A7750701-44A2-353A-923A-7BA68A8E22AF}\\TypeLib] 1526460884 +#time=1d3ecf38954fc1a @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{A781718C-579A-4B15-A280-32B8577ACC5E}] 1460706471 -#time=1d196eb1cfce09c +[Software\\Classes\\Interface\\{A781718C-579A-4B15-A280-32B8577ACC5E}] 1526460533 +#time=1d3ecf2b7e3e876 @="ITfCompositionSink" -[Software\\Classes\\Interface\\{A781718C-579A-4B15-A280-32B8577ACC5E}\\NumMethods] 1460706471 -#time=1d196eb1cfcdfca +[Software\\Classes\\Interface\\{A781718C-579A-4B15-A280-32B8577ACC5E}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3e786 @="4" -[Software\\Classes\\Interface\\{A781718C-579A-4B15-A280-32B8577ACC5E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfce114 +[Software\\Classes\\Interface\\{A781718C-579A-4B15-A280-32B8577ACC5E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3e8f8 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}] 1460706471 -#time=1d196eb1d0a1a14 +[Software\\Classes\\Interface\\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}] 1526460533 +#time=1d3ecf2b7bcc93a @="IProvideMultipleClassInfo" -[Software\\Classes\\Interface\\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\\NumMethods] 1460706471 -#time=1d196eb1d0a1942 +[Software\\Classes\\Interface\\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcc840 @="7" -[Software\\Classes\\Interface\\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a1a82 +[Software\\Classes\\Interface\\{A7ABA9C1-8983-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcc9c6 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{A7AE5F64-C4D7-4D7F-9307-4D24EE54B841}] 1460706471 -#time=1d196eb1d12ac92 +[Software\\Classes\\Interface\\{A7AE5F64-C4D7-4D7F-9307-4D24EE54B841}] 1526460533 +#time=1d3ecf2b7f4243e @="Folder3" -[Software\\Classes\\Interface\\{A7AE5F64-C4D7-4D7F-9307-4D24EE54B841}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12a954 +[Software\\Classes\\Interface\\{A7AE5F64-C4D7-4D7F-9307-4D24EE54B841}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f421c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7AE5F64-C4D7-4D7F-9307-4D24EE54B841}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12ab7a +[Software\\Classes\\Interface\\{A7AE5F64-C4D7-4D7F-9307-4D24EE54B841}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f42344 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7AE5F64-C4D7-4D7F-9307-4D24EE54B841}\\TypeLib] 1460706471 -#time=1d196eb1d12adb4 +[Software\\Classes\\Interface\\{A7AE5F64-C4D7-4D7F-9307-4D24EE54B841}\\TypeLib] 1526460533 +#time=1d3ecf2b7f4254c @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{A7AEF52C-B47B-3660-BB3E-34347D56DB46}] 1460706649 -#time=1d196eb86f8f6de +[Software\\Classes\\Interface\\{A7AEF52C-B47B-3660-BB3E-34347D56DB46}] 1526460883 +#time=1d3ecf388b080cc @="_GacInstalled" -[Software\\Classes\\Interface\\{A7AEF52C-B47B-3660-BB3E-34347D56DB46}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8f4a4 +[Software\\Classes\\Interface\\{A7AEF52C-B47B-3660-BB3E-34347D56DB46}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b07e6a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7AEF52C-B47B-3660-BB3E-34347D56DB46}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8f5e4 +[Software\\Classes\\Interface\\{A7AEF52C-B47B-3660-BB3E-34347D56DB46}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b07fdc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7AEF52C-B47B-3660-BB3E-34347D56DB46}\\TypeLib] 1460706649 -#time=1d196eb86f8f7e2 +[Software\\Classes\\Interface\\{A7AEF52C-B47B-3660-BB3E-34347D56DB46}\\TypeLib] 1526460883 +#time=1d3ecf388b081da @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A7F04F3C-A290-435B-AADF-A116C3357A5C}] 1460706472 -#time=1d196eb1d1eb5be +[Software\\Classes\\Interface\\{A7F04F3C-A290-435B-AADF-A116C3357A5C}] 1526460533 +#time=1d3ecf2b7df5cac @="IUpdateHistoryEntryCollection" -[Software\\Classes\\Interface\\{A7F04F3C-A290-435B-AADF-A116C3357A5C}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1eb3a2 +[Software\\Classes\\Interface\\{A7F04F3C-A290-435B-AADF-A116C3357A5C}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df5a36 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7F04F3C-A290-435B-AADF-A116C3357A5C}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1eb4ec +[Software\\Classes\\Interface\\{A7F04F3C-A290-435B-AADF-A116C3357A5C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df5bbc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7F04F3C-A290-435B-AADF-A116C3357A5C}\\TypeLib] 1460706472 -#time=1d196eb1d1eb6a4 +[Software\\Classes\\Interface\\{A7F04F3C-A290-435B-AADF-A116C3357A5C}\\TypeLib] 1526460533 +#time=1d3ecf2b7df5dba @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{A7FE6EDA-1932-4281-B881-87B31B8BC52C}] 1460706471 -#time=1d196eb1cdb7128 +[Software\\Classes\\Interface\\{A7FE6EDA-1932-4281-B881-87B31B8BC52C}] 1526460533 +#time=1d3ecf2b7a8e71c @="IShellUIHelper2" -[Software\\Classes\\Interface\\{A7FE6EDA-1932-4281-B881-87B31B8BC52C}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb6f0c +[Software\\Classes\\Interface\\{A7FE6EDA-1932-4281-B881-87B31B8BC52C}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8e442 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7FE6EDA-1932-4281-B881-87B31B8BC52C}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb7056 +[Software\\Classes\\Interface\\{A7FE6EDA-1932-4281-B881-87B31B8BC52C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a8e5d2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A7FE6EDA-1932-4281-B881-87B31B8BC52C}\\TypeLib] 1460706471 -#time=1d196eb1cdb7218 +[Software\\Classes\\Interface\\{A7FE6EDA-1932-4281-B881-87B31B8BC52C}\\TypeLib] 1526460533 +#time=1d3ecf2b7a8e99c @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{A81676FD-EAA3-39C3-9354-A58951270EB6}] 1460706650 -#time=1d196eb87aa8bba +[Software\\Classes\\Interface\\{A81676FD-EAA3-39C3-9354-A58951270EB6}] 1526460884 +#time=1d3ecf38953884e @="_ToolStrip" -[Software\\Classes\\Interface\\{A81676FD-EAA3-39C3-9354-A58951270EB6}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa899e +[Software\\Classes\\Interface\\{A81676FD-EAA3-39C3-9354-A58951270EB6}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953852e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A81676FD-EAA3-39C3-9354-A58951270EB6}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa8ae8 +[Software\\Classes\\Interface\\{A81676FD-EAA3-39C3-9354-A58951270EB6}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389538718 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A81676FD-EAA3-39C3-9354-A58951270EB6}\\TypeLib] 1460706650 -#time=1d196eb87aa8cbe +[Software\\Classes\\Interface\\{A81676FD-EAA3-39C3-9354-A58951270EB6}\\TypeLib] 1526460884 +#time=1d3ecf3895389ca @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{A83F04E9-FD28-384A-9DFF-410688AC23AB}] 1460706649 -#time=1d196eb86fa2612 +[Software\\Classes\\Interface\\{A83F04E9-FD28-384A-9DFF-410688AC23AB}] 1526460883 +#time=1d3ecf388b1d8be @="_ExternalException" -[Software\\Classes\\Interface\\{A83F04E9-FD28-384A-9DFF-410688AC23AB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa23f6 +[Software\\Classes\\Interface\\{A83F04E9-FD28-384A-9DFF-410688AC23AB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1d65c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A83F04E9-FD28-384A-9DFF-410688AC23AB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa254a +[Software\\Classes\\Interface\\{A83F04E9-FD28-384A-9DFF-410688AC23AB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1d7ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A83F04E9-FD28-384A-9DFF-410688AC23AB}\\TypeLib] 1460706649 -#time=1d196eb86fa2716 +[Software\\Classes\\Interface\\{A83F04E9-FD28-384A-9DFF-410688AC23AB}\\TypeLib] 1526460883 +#time=1d3ecf388b1d9cc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A864FB13-F945-3DC0-A01C-B903F944FC97}] 1460706649 -#time=1d196eb86ff3c60 +[Software\\Classes\\Interface\\{A864FB13-F945-3DC0-A01C-B903F944FC97}] 1526460883 +#time=1d3ecf388b75e60 @="_InternalST" -[Software\\Classes\\Interface\\{A864FB13-F945-3DC0-A01C-B903F944FC97}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff3954 +[Software\\Classes\\Interface\\{A864FB13-F945-3DC0-A01C-B903F944FC97}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b75c08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A864FB13-F945-3DC0-A01C-B903F944FC97}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff3b3e +[Software\\Classes\\Interface\\{A864FB13-F945-3DC0-A01C-B903F944FC97}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b75d7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A864FB13-F945-3DC0-A01C-B903F944FC97}\\TypeLib] 1460706649 -#time=1d196eb86ff3da0 +[Software\\Classes\\Interface\\{A864FB13-F945-3DC0-A01C-B903F944FC97}\\TypeLib] 1526460883 +#time=1d3ecf388b75f78 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A87AED55-DDA4-3668-BEFA-1A776496DD3E}] 1460706650 -#time=1d196eb87aaf3e8 +[Software\\Classes\\Interface\\{A87AED55-DDA4-3668-BEFA-1A776496DD3E}] 1526460884 +#time=1d3ecf389541b24 @="_ListView" -[Software\\Classes\\Interface\\{A87AED55-DDA4-3668-BEFA-1A776496DD3E}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aaea06 +[Software\\Classes\\Interface\\{A87AED55-DDA4-3668-BEFA-1A776496DD3E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389541886 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A87AED55-DDA4-3668-BEFA-1A776496DD3E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aaf050 +[Software\\Classes\\Interface\\{A87AED55-DDA4-3668-BEFA-1A776496DD3E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389541a34 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A87AED55-DDA4-3668-BEFA-1A776496DD3E}\\TypeLib] 1460706650 -#time=1d196eb87aaf7e4 +[Software\\Classes\\Interface\\{A87AED55-DDA4-3668-BEFA-1A776496DD3E}\\TypeLib] 1526460884 +#time=1d3ecf389541c50 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{A8B7138C-8932-3D78-A585-A91569C743AC}] 1460706649 -#time=1d196eb86fbbe78 +[Software\\Classes\\Interface\\{A8B7138C-8932-3D78-A585-A91569C743AC}] 1526460883 +#time=1d3ecf388b39884 @="_FileDialogPermission" -[Software\\Classes\\Interface\\{A8B7138C-8932-3D78-A585-A91569C743AC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbbc2a +[Software\\Classes\\Interface\\{A8B7138C-8932-3D78-A585-A91569C743AC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b39622 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A8B7138C-8932-3D78-A585-A91569C743AC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbbd88 +[Software\\Classes\\Interface\\{A8B7138C-8932-3D78-A585-A91569C743AC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b39794 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A8B7138C-8932-3D78-A585-A91569C743AC}\\TypeLib] 1460706649 -#time=1d196eb86fbbf86 +[Software\\Classes\\Interface\\{A8B7138C-8932-3D78-A585-A91569C743AC}\\TypeLib] 1526460883 +#time=1d3ecf388b399b0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A8F69ECA-8C48-3B5E-92A1-654925058059}] 1460706649 -#time=1d196eb86f89e5a +[Software\\Classes\\Interface\\{A8F69ECA-8C48-3B5E-92A1-654925058059}] 1526460883 +#time=1d3ecf388b01fce @="_NetCodeGroup" -[Software\\Classes\\Interface\\{A8F69ECA-8C48-3B5E-92A1-654925058059}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f89c52 +[Software\\Classes\\Interface\\{A8F69ECA-8C48-3B5E-92A1-654925058059}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b01d76 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A8F69ECA-8C48-3B5E-92A1-654925058059}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f89d92 +[Software\\Classes\\Interface\\{A8F69ECA-8C48-3B5E-92A1-654925058059}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b01ee8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A8F69ECA-8C48-3B5E-92A1-654925058059}\\TypeLib] 1460706649 -#time=1d196eb86f89f5e +[Software\\Classes\\Interface\\{A8F69ECA-8C48-3B5E-92A1-654925058059}\\TypeLib] 1526460883 +#time=1d3ecf388b020dc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A8FEF1C6-D434-3686-A4DE-B68E8EABB509}] 1460706650 -#time=1d196eb877fbd40 +[Software\\Classes\\Interface\\{A8FEF1C6-D434-3686-A4DE-B68E8EABB509}] 1526460884 +#time=1d3ecf3892dc56e @="_ComponentChangedEventArgs" -[Software\\Classes\\Interface\\{A8FEF1C6-D434-3686-A4DE-B68E8EABB509}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fbb2e +[Software\\Classes\\Interface\\{A8FEF1C6-D434-3686-A4DE-B68E8EABB509}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892dc294 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A8FEF1C6-D434-3686-A4DE-B68E8EABB509}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fbc78 +[Software\\Classes\\Interface\\{A8FEF1C6-D434-3686-A4DE-B68E8EABB509}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892dc456 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A8FEF1C6-D434-3686-A4DE-B68E8EABB509}\\TypeLib] 1460706650 -#time=1d196eb877fbe44 +[Software\\Classes\\Interface\\{A8FEF1C6-D434-3686-A4DE-B68E8EABB509}\\TypeLib] 1526460884 +#time=1d3ecf3892dc6d6 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{A90106ED-9099-3329-8A5A-2044B3D8552B}] 1460706649 -#time=1d196eb86f6b4dc +[Software\\Classes\\Interface\\{A90106ED-9099-3329-8A5A-2044B3D8552B}] 1526460883 +#time=1d3ecf388ae3858 @="_TargetInvocationException" -[Software\\Classes\\Interface\\{A90106ED-9099-3329-8A5A-2044B3D8552B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6b022 +[Software\\Classes\\Interface\\{A90106ED-9099-3329-8A5A-2044B3D8552B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae35f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A90106ED-9099-3329-8A5A-2044B3D8552B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6b298 +[Software\\Classes\\Interface\\{A90106ED-9099-3329-8A5A-2044B3D8552B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae3768 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A90106ED-9099-3329-8A5A-2044B3D8552B}\\TypeLib] 1460706649 -#time=1d196eb86f6b68a +[Software\\Classes\\Interface\\{A90106ED-9099-3329-8A5A-2044B3D8552B}\\TypeLib] 1526460883 +#time=1d3ecf388ae3970 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A902A192-49BA-3EC8-B444-AF5F7743F61A}] 1460706649 -#time=1d196eb86f33b5e +[Software\\Classes\\Interface\\{A902A192-49BA-3EC8-B444-AF5F7743F61A}] 1526460883 +#time=1d3ecf388aa5648 @="_AttributeUsageAttribute" -[Software\\Classes\\Interface\\{A902A192-49BA-3EC8-B444-AF5F7743F61A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f33938 +[Software\\Classes\\Interface\\{A902A192-49BA-3EC8-B444-AF5F7743F61A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa5378 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A902A192-49BA-3EC8-B444-AF5F7743F61A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f33a96 +[Software\\Classes\\Interface\\{A902A192-49BA-3EC8-B444-AF5F7743F61A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa5530 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A902A192-49BA-3EC8-B444-AF5F7743F61A}\\TypeLib] 1460706649 -#time=1d196eb86f33c58 +[Software\\Classes\\Interface\\{A902A192-49BA-3EC8-B444-AF5F7743F61A}\\TypeLib] 1526460883 +#time=1d3ecf388aa5792 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A9637792-5BE8-3C93-A501-49F0E840DE38}] 1460706649 -#time=1d196eb86fc93ac +[Software\\Classes\\Interface\\{A9637792-5BE8-3C93-A501-49F0E840DE38}] 1526460883 +#time=1d3ecf388b47b28 @="_GacIdentityPermission" -[Software\\Classes\\Interface\\{A9637792-5BE8-3C93-A501-49F0E840DE38}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc9172 +[Software\\Classes\\Interface\\{A9637792-5BE8-3C93-A501-49F0E840DE38}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b478bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9637792-5BE8-3C93-A501-49F0E840DE38}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc92da +[Software\\Classes\\Interface\\{A9637792-5BE8-3C93-A501-49F0E840DE38}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b47a38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9637792-5BE8-3C93-A501-49F0E840DE38}\\TypeLib] 1460706649 -#time=1d196eb86fc94a6 +[Software\\Classes\\Interface\\{A9637792-5BE8-3C93-A501-49F0E840DE38}\\TypeLib] 1526460883 +#time=1d3ecf388b47c40 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A9809E7D-42F8-3284-82CF-AB5F863A29AA}] 1460706650 -#time=1d196eb8780140c +[Software\\Classes\\Interface\\{A9809E7D-42F8-3284-82CF-AB5F863A29AA}] 1526460884 +#time=1d3ecf3892e49b2 @="_PerformanceCounterManager" -[Software\\Classes\\Interface\\{A9809E7D-42F8-3284-82CF-AB5F863A29AA}\\ProxyStubClsid] 1460706650 -#time=1d196eb87801204 +[Software\\Classes\\Interface\\{A9809E7D-42F8-3284-82CF-AB5F863A29AA}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e4700 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9809E7D-42F8-3284-82CF-AB5F863A29AA}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87801344 +[Software\\Classes\\Interface\\{A9809E7D-42F8-3284-82CF-AB5F863A29AA}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e489a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9809E7D-42F8-3284-82CF-AB5F863A29AA}\\TypeLib] 1460706650 -#time=1d196eb87801506 +[Software\\Classes\\Interface\\{A9809E7D-42F8-3284-82CF-AB5F863A29AA}\\TypeLib] 1526460884 +#time=1d3ecf3892e4b06 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{A99B591A-23C6-4238-8452-C7B0E895063D}] 1460706677 -#time=1d196eb97af18aa +[Software\\Classes\\Interface\\{A99B591A-23C6-4238-8452-C7B0E895063D}] 1526460917 +#time=1d3ecf39d021964 @="IRemoteWebConfigurationHostServer" -[Software\\Classes\\Interface\\{A99B591A-23C6-4238-8452-C7B0E895063D}\\ProxyStubClsid] 1460706677 -#time=1d196eb97af1558 +[Software\\Classes\\Interface\\{A99B591A-23C6-4238-8452-C7B0E895063D}\\ProxyStubClsid] 1526460917 +#time=1d3ecf39d0216f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A99B591A-23C6-4238-8452-C7B0E895063D}\\ProxyStubClsid32] 1460706677 -#time=1d196eb97af1756 +[Software\\Classes\\Interface\\{A99B591A-23C6-4238-8452-C7B0E895063D}\\ProxyStubClsid32] 1526460917 +#time=1d3ecf39d02186a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A99B591A-23C6-4238-8452-C7B0E895063D}\\TypeLib] 1460706677 -#time=1d196eb97af1ad0 +[Software\\Classes\\Interface\\{A99B591A-23C6-4238-8452-C7B0E895063D}\\TypeLib] 1526460917 +#time=1d3ecf39d021a86 @="{0015B4CC-EDC9-3A0E-B14A-AFB8F75F2A1C}" "Version"="2.4" -[Software\\Classes\\Interface\\{A9B4786C-08E3-344F-A651-2F9926DEAC5E}] 1460706649 -#time=1d196eb86f5842c +[Software\\Classes\\Interface\\{A9B4786C-08E3-344F-A651-2F9926DEAC5E}] 1526460883 +#time=1d3ecf388ace480 @="_Debugger" -[Software\\Classes\\Interface\\{A9B4786C-08E3-344F-A651-2F9926DEAC5E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5822e +[Software\\Classes\\Interface\\{A9B4786C-08E3-344F-A651-2F9926DEAC5E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ace214 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9B4786C-08E3-344F-A651-2F9926DEAC5E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f58364 +[Software\\Classes\\Interface\\{A9B4786C-08E3-344F-A651-2F9926DEAC5E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ace390 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9B4786C-08E3-344F-A651-2F9926DEAC5E}\\TypeLib] 1460706649 -#time=1d196eb86f58526 +[Software\\Classes\\Interface\\{A9B4786C-08E3-344F-A651-2F9926DEAC5E}\\TypeLib] 1526460883 +#time=1d3ecf388ace5a2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A9C9F3D9-E153-39B8-A533-B8DF4664407B}] 1460706649 -#time=1d196eb86f8aa4e +[Software\\Classes\\Interface\\{A9C9F3D9-E153-39B8-A533-B8DF4664407B}] 1526460883 +#time=1d3ecf388b02ce4 @="_PolicyException" -[Software\\Classes\\Interface\\{A9C9F3D9-E153-39B8-A533-B8DF4664407B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8a850 +[Software\\Classes\\Interface\\{A9C9F3D9-E153-39B8-A533-B8DF4664407B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b02a6e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9C9F3D9-E153-39B8-A533-B8DF4664407B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8a986 +[Software\\Classes\\Interface\\{A9C9F3D9-E153-39B8-A533-B8DF4664407B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b02bea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9C9F3D9-E153-39B8-A533-B8DF4664407B}\\TypeLib] 1460706649 -#time=1d196eb86f8ab48 +[Software\\Classes\\Interface\\{A9C9F3D9-E153-39B8-A533-B8DF4664407B}\\TypeLib] 1526460883 +#time=1d3ecf388b02dfc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{A9D758A0-4617-11CF-95FC-00AA00680DB4}] 1460706471 -#time=1d196eb1d08850a +[Software\\Classes\\Interface\\{A9D758A0-4617-11CF-95FC-00AA00680DB4}] 1526460533 +#time=1d3ecf2b8005fe2 @="IProgressNotify" -[Software\\Classes\\Interface\\{A9D758A0-4617-11CF-95FC-00AA00680DB4}\\NumMethods] 1460706471 -#time=1d196eb1d08842e +[Software\\Classes\\Interface\\{A9D758A0-4617-11CF-95FC-00AA00680DB4}\\NumMethods] 1526460533 +#time=1d3ecf2b8005ef2 @="4" -[Software\\Classes\\Interface\\{A9D758A0-4617-11CF-95FC-00AA00680DB4}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d088578 +[Software\\Classes\\Interface\\{A9D758A0-4617-11CF-95FC-00AA00680DB4}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8006064 @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9DB33A2-AF5F-43C7-B679-74F5984B5AA4}] 1460706472 -#time=1d196eb1d193c88 +[Software\\Classes\\Interface\\{A9DB33A2-AF5F-43C7-B679-74F5984B5AA4}] 1526460533 +#time=1d3ecf2b7f07e4c @="IWICPixelFormatInfo2" -[Software\\Classes\\Interface\\{A9DB33A2-AF5F-43C7-B679-74F5984B5AA4}\\NumMethods] 1460706472 -#time=1d196eb1d193bb6 +[Software\\Classes\\Interface\\{A9DB33A2-AF5F-43C7-B679-74F5984B5AA4}\\NumMethods] 1526460533 +#time=1d3ecf2b7f07d52 @="18" -[Software\\Classes\\Interface\\{A9DB33A2-AF5F-43C7-B679-74F5984B5AA4}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d193d1e +[Software\\Classes\\Interface\\{A9DB33A2-AF5F-43C7-B679-74F5984B5AA4}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f07ece @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{A9FCDA18-C237-3C6F-A6EF-749BE22BA2BF}] 1460706649 -#time=1d196eb86f62f62 +[Software\\Classes\\Interface\\{A9FCDA18-C237-3C6F-A6EF-749BE22BA2BF}] 1526460883 +#time=1d3ecf388ada5b4 @="_AssemblyKeyFileAttribute" -[Software\\Classes\\Interface\\{A9FCDA18-C237-3C6F-A6EF-749BE22BA2BF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f62d46 +[Software\\Classes\\Interface\\{A9FCDA18-C237-3C6F-A6EF-749BE22BA2BF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ada348 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9FCDA18-C237-3C6F-A6EF-749BE22BA2BF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f62e86 +[Software\\Classes\\Interface\\{A9FCDA18-C237-3C6F-A6EF-749BE22BA2BF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ada4c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{A9FCDA18-C237-3C6F-A6EF-749BE22BA2BF}\\TypeLib] 1460706649 -#time=1d196eb86f63066 +[Software\\Classes\\Interface\\{A9FCDA18-C237-3C6F-A6EF-749BE22BA2BF}\\TypeLib] 1526460883 +#time=1d3ecf388ada6cc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AA51516D-C0F2-49FE-9D38-61D20456904C}] 1460706648 -#time=1d196eb868cc518 +[Software\\Classes\\Interface\\{AA51516D-C0F2-49FE-9D38-61D20456904C}] 1526460883 +#time=1d3ecf3884c3a18 @="IDebugConvert" -[Software\\Classes\\Interface\\{AA51516D-C0F2-49FE-9D38-61D20456904C}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cc306 +[Software\\Classes\\Interface\\{AA51516D-C0F2-49FE-9D38-61D20456904C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c352c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AA51516D-C0F2-49FE-9D38-61D20456904C}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cc446 +[Software\\Classes\\Interface\\{AA51516D-C0F2-49FE-9D38-61D20456904C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c37d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AA51516D-C0F2-49FE-9D38-61D20456904C}\\TypeLib] 1460706648 -#time=1d196eb868cc61c +[Software\\Classes\\Interface\\{AA51516D-C0F2-49FE-9D38-61D20456904C}\\TypeLib] 1526460883 +#time=1d3ecf3884c3c52 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{AA5B6A80-B834-11D0-932F-00A0C90DCAA9}] 1460706471 -#time=1d196eb1cdfd3e4 +[Software\\Classes\\Interface\\{AA5B6A80-B834-11D0-932F-00A0C90DCAA9}] 1526460533 +#time=1d3ecf2b8081750 @="IActiveScriptParseProcedure32" -[Software\\Classes\\Interface\\{AA5B6A80-B834-11D0-932F-00A0C90DCAA9}\\NumMethods] 1460706471 -#time=1d196eb1cdfd312 +[Software\\Classes\\Interface\\{AA5B6A80-B834-11D0-932F-00A0C90DCAA9}\\NumMethods] 1526460533 +#time=1d3ecf2b8081656 @="4" -[Software\\Classes\\Interface\\{AA5B6A80-B834-11D0-932F-00A0C90DCAA9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfd452 +[Software\\Classes\\Interface\\{AA5B6A80-B834-11D0-932F-00A0C90DCAA9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80817d2 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{AA634FC7-5888-44A7-A257-3A47150D3A0E}] 1460706471 -#time=1d196eb1cd25e08 +[Software\\Classes\\Interface\\{AA634FC7-5888-44A7-A257-3A47150D3A0E}] 1526460533 +#time=1d3ecf2b79414fe @="IXMLDOMSelection" -[Software\\Classes\\Interface\\{AA634FC7-5888-44A7-A257-3A47150D3A0E}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd25b10 +[Software\\Classes\\Interface\\{AA634FC7-5888-44A7-A257-3A47150D3A0E}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b794122e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AA634FC7-5888-44A7-A257-3A47150D3A0E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd25d22 +[Software\\Classes\\Interface\\{AA634FC7-5888-44A7-A257-3A47150D3A0E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b79413e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AA634FC7-5888-44A7-A257-3A47150D3A0E}\\TypeLib] 1460706605 -#time=1d196eb6c636ab6 +[Software\\Classes\\Interface\\{AA634FC7-5888-44A7-A257-3A47150D3A0E}\\TypeLib] 1528075957 +#time=1d3fba3eb7f9ca6 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{AA6DA581-F972-36DE-A53B-7585428A68AB}] 1460706649 -#time=1d196eb86fd347e +[Software\\Classes\\Interface\\{AA6DA581-F972-36DE-A53B-7585428A68AB}] 1526460883 +#time=1d3ecf388b52d98 @="_ChannelDataStore" -[Software\\Classes\\Interface\\{AA6DA581-F972-36DE-A53B-7585428A68AB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd326c +[Software\\Classes\\Interface\\{AA6DA581-F972-36DE-A53B-7585428A68AB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b52b40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AA6DA581-F972-36DE-A53B-7585428A68AB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd33b6 +[Software\\Classes\\Interface\\{AA6DA581-F972-36DE-A53B-7585428A68AB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b52ca8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AA6DA581-F972-36DE-A53B-7585428A68AB}\\TypeLib] 1460706649 -#time=1d196eb86fd3582 +[Software\\Classes\\Interface\\{AA6DA581-F972-36DE-A53B-7585428A68AB}\\TypeLib] 1526460883 +#time=1d3ecf388b52ea6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AA80E7F4-2021-11D2-93E0-0060B067B86E}] 1460706471 -#time=1d196eb1cfc742c +[Software\\Classes\\Interface\\{AA80E7F4-2021-11D2-93E0-0060B067B86E}] 1526460533 +#time=1d3ecf2b7e36b6c @="ITfDocumentMgr" -[Software\\Classes\\Interface\\{AA80E7F4-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1460706471 -#time=1d196eb1cfc735a +[Software\\Classes\\Interface\\{AA80E7F4-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1526460533 +#time=1d3ecf2b7e36a72 @="9" -[Software\\Classes\\Interface\\{AA80E7F4-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc74a4 +[Software\\Classes\\Interface\\{AA80E7F4-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e36bee @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{AA80E7FD-2021-11D2-93E0-0060B067B86E}] 1460706471 -#time=1d196eb1cfc8890 +[Software\\Classes\\Interface\\{AA80E7FD-2021-11D2-93E0-0060B067B86E}] 1526460533 +#time=1d3ecf2b7e388c2 @="ITfContext" -[Software\\Classes\\Interface\\{AA80E7FD-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1460706471 -#time=1d196eb1cfc87aa +[Software\\Classes\\Interface\\{AA80E7FD-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1526460533 +#time=1d3ecf2b7e387a0 @="18" -[Software\\Classes\\Interface\\{AA80E7FD-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc88fe +[Software\\Classes\\Interface\\{AA80E7FD-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3894e @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{AA80E7FF-2021-11D2-93E0-0060B067B86E}] 1460706471 -#time=1d196eb1cfcc904 +[Software\\Classes\\Interface\\{AA80E7FF-2021-11D2-93E0-0060B067B86E}] 1526460533 +#time=1d3ecf2b7e3cd14 @="ITfRange" -[Software\\Classes\\Interface\\{AA80E7FF-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1460706471 -#time=1d196eb1cfcc832 +[Software\\Classes\\Interface\\{AA80E7FF-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3cc24 @="25" -[Software\\Classes\\Interface\\{AA80E7FF-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcc97c +[Software\\Classes\\Interface\\{AA80E7FF-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3cda0 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{AA80E801-2021-11D2-93E0-0060B067B86E}] 1460706471 -#time=1d196eb1cfc66d0 +[Software\\Classes\\Interface\\{AA80E801-2021-11D2-93E0-0060B067B86E}] 1526460533 +#time=1d3ecf2b7e35cbc @="ITfThreadMgr" -[Software\\Classes\\Interface\\{AA80E801-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1460706471 -#time=1d196eb1cfc657c +[Software\\Classes\\Interface\\{AA80E801-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1526460533 +#time=1d3ecf2b7e35b7c @="14" -[Software\\Classes\\Interface\\{AA80E801-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc677a +[Software\\Classes\\Interface\\{AA80E801-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e35d8e @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{AA80E803-2021-11D2-93E0-0060B067B86E}] 1460706471 -#time=1d196eb1cfcc51c +[Software\\Classes\\Interface\\{AA80E803-2021-11D2-93E0-0060B067B86E}] 1526460533 +#time=1d3ecf2b7e3c878 @="ITfEditSession" -[Software\\Classes\\Interface\\{AA80E803-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1460706471 -#time=1d196eb1cfcc44a +[Software\\Classes\\Interface\\{AA80E803-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3c788 @="4" -[Software\\Classes\\Interface\\{AA80E803-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcc594 +[Software\\Classes\\Interface\\{AA80E803-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3c922 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{AA80E808-2021-11D2-93E0-0060B067B86E}] 1460706471 -#time=1d196eb1cfd0c8e +[Software\\Classes\\Interface\\{AA80E808-2021-11D2-93E0-0060B067B86E}] 1526460533 +#time=1d3ecf2b7e41a8a @="IEnumTfDocumentMgrs" -[Software\\Classes\\Interface\\{AA80E808-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1460706471 -#time=1d196eb1cfd0bc6 +[Software\\Classes\\Interface\\{AA80E808-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1526460533 +#time=1d3ecf2b7e41990 @="7" -[Software\\Classes\\Interface\\{AA80E808-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfd0d06 +[Software\\Classes\\Interface\\{AA80E808-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e41b0c @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{AA80E80E-2021-11D2-93E0-0060B067B86E}] 1460706471 -#time=1d196eb1cfcbd1a +[Software\\Classes\\Interface\\{AA80E80E-2021-11D2-93E0-0060B067B86E}] 1526460533 +#time=1d3ecf2b7e3bf72 @="ITfThreadMgrEventSink" -[Software\\Classes\\Interface\\{AA80E80E-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1460706471 -#time=1d196eb1cfcbc20 +[Software\\Classes\\Interface\\{AA80E80E-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3be82 @="8" -[Software\\Classes\\Interface\\{AA80E80E-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcbd92 +[Software\\Classes\\Interface\\{AA80E80E-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3bff4 +@="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" + +[Software\\Classes\\Interface\\{AA80E901-2021-11D2-93E0-0060B067B86E}] 1526460533 +#time=1d3ecf2b7e38264 +@="ITextStoreACPServices" + +[Software\\Classes\\Interface\\{AA80E901-2021-11D2-93E0-0060B067B86E}\\NumMethods] 1526460533 +#time=1d3ecf2b7e38174 +@="7" + +[Software\\Classes\\Interface\\{AA80E901-2021-11D2-93E0-0060B067B86E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e382e6 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{AAA74EF9-8EE7-4659-88D9-F8C504DA73CC}] 1460706471 -#time=1d196eb1d15cada +[Software\\Classes\\Interface\\{AAA74EF9-8EE7-4659-88D9-F8C504DA73CC}] 1526460533 +#time=1d3ecf2b7ba183e @="IBindStatusCallbackEx" -[Software\\Classes\\Interface\\{AAA74EF9-8EE7-4659-88D9-F8C504DA73CC}\\NumMethods] 1460706471 -#time=1d196eb1d15c9fe +[Software\\Classes\\Interface\\{AAA74EF9-8EE7-4659-88D9-F8C504DA73CC}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba174e @="12" -[Software\\Classes\\Interface\\{AAA74EF9-8EE7-4659-88D9-F8C504DA73CC}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15cb48 +[Software\\Classes\\Interface\\{AAA74EF9-8EE7-4659-88D9-F8C504DA73CC}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba18ca @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{AAB7C6EA-CAB0-3ADB-82AA-CF32E29AF238}] 1460706649 -#time=1d196eb86ed3042 +[Software\\Classes\\Interface\\{AAB7C6EA-CAB0-3ADB-82AA-CF32E29AF238}] 1526460883 +#time=1d3ecf388a5c8ee @="IEqualityComparer" -[Software\\Classes\\Interface\\{AAB7C6EA-CAB0-3ADB-82AA-CF32E29AF238}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed2e26 +[Software\\Classes\\Interface\\{AAB7C6EA-CAB0-3ADB-82AA-CF32E29AF238}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5c4de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AAB7C6EA-CAB0-3ADB-82AA-CF32E29AF238}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed2f66 +[Software\\Classes\\Interface\\{AAB7C6EA-CAB0-3ADB-82AA-CF32E29AF238}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5c768 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AAB7C6EA-CAB0-3ADB-82AA-CF32E29AF238}\\TypeLib] 1460706649 -#time=1d196eb86ed3178 +[Software\\Classes\\Interface\\{AAB7C6EA-CAB0-3ADB-82AA-CF32E29AF238}\\TypeLib] 1526460883 +#time=1d3ecf388a5cb28 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AADABA99-895D-3D65-9760-B1F12621FAE8}] 1460706649 -#time=1d196eb86f1bb08 +[Software\\Classes\\Interface\\{AADABA99-895D-3D65-9760-B1F12621FAE8}] 1526460883 +#time=1d3ecf388a8fd70 @="_EventBuilder" -[Software\\Classes\\Interface\\{AADABA99-895D-3D65-9760-B1F12621FAE8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1b40a +[Software\\Classes\\Interface\\{AADABA99-895D-3D65-9760-B1F12621FAE8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8fa14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AADABA99-895D-3D65-9760-B1F12621FAE8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1b694 +[Software\\Classes\\Interface\\{AADABA99-895D-3D65-9760-B1F12621FAE8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8fc12 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AADABA99-895D-3D65-9760-B1F12621FAE8}\\TypeLib] 1460706649 -#time=1d196eb86f1bcac +[Software\\Classes\\Interface\\{AADABA99-895D-3D65-9760-B1F12621FAE8}\\TypeLib] 1526460883 +#time=1d3ecf388a8fe7e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AADC65F6-CFF1-11D1-B747-00C04FC2B085}] 1460706471 -#time=1d196eb1d105528 +[Software\\Classes\\Interface\\{AADC65F6-CFF1-11D1-B747-00C04FC2B085}] 1526460533 +#time=1d3ecf2b7b24c8a @="IScriptEncoder" -[Software\\Classes\\Interface\\{AADC65F6-CFF1-11D1-B747-00C04FC2B085}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d10526c +[Software\\Classes\\Interface\\{AADC65F6-CFF1-11D1-B747-00C04FC2B085}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b24a14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AADC65F6-CFF1-11D1-B747-00C04FC2B085}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d10541a +[Software\\Classes\\Interface\\{AADC65F6-CFF1-11D1-B747-00C04FC2B085}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b24b9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AADC65F6-CFF1-11D1-B747-00C04FC2B085}\\TypeLib] 1460706471 -#time=1d196eb1d105668 +[Software\\Classes\\Interface\\{AADC65F6-CFF1-11D1-B747-00C04FC2B085}\\TypeLib] 1526460533 +#time=1d3ecf2b7b24d98 @="{420B2830-E718-11CF-893D-00A0C9054228}" "Version"="1.0" -[Software\\Classes\\Interface\\{AAF5401E-F71C-3FE3-8A73-A25074B20D3A}] 1460706649 -#time=1d196eb86fe74ba +[Software\\Classes\\Interface\\{AAF5401E-F71C-3FE3-8A73-A25074B20D3A}] 1526460883 +#time=1d3ecf388b6912e @="_SoapNonPositiveInteger" -[Software\\Classes\\Interface\\{AAF5401E-F71C-3FE3-8A73-A25074B20D3A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe6f4c +[Software\\Classes\\Interface\\{AAF5401E-F71C-3FE3-8A73-A25074B20D3A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b68ed6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AAF5401E-F71C-3FE3-8A73-A25074B20D3A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe7276 +[Software\\Classes\\Interface\\{AAF5401E-F71C-3FE3-8A73-A25074B20D3A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6903e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AAF5401E-F71C-3FE3-8A73-A25074B20D3A}\\TypeLib] 1460706649 -#time=1d196eb86fe75f0 +[Software\\Classes\\Interface\\{AAF5401E-F71C-3FE3-8A73-A25074B20D3A}\\TypeLib] 1526460883 +#time=1d3ecf388b69246 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AB00F3F8-7DDE-3FF5-B805-6C5DBB200549}] 1460706649 -#time=1d196eb86ffd724 +[Software\\Classes\\Interface\\{AB00F3F8-7DDE-3FF5-B805-6C5DBB200549}] 1526460883 +#time=1d3ecf388b814a4 @="_CryptoConfig" -[Software\\Classes\\Interface\\{AB00F3F8-7DDE-3FF5-B805-6C5DBB200549}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffd51c +[Software\\Classes\\Interface\\{AB00F3F8-7DDE-3FF5-B805-6C5DBB200549}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b81206 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB00F3F8-7DDE-3FF5-B805-6C5DBB200549}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffd652 +[Software\\Classes\\Interface\\{AB00F3F8-7DDE-3FF5-B805-6C5DBB200549}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b813a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB00F3F8-7DDE-3FF5-B805-6C5DBB200549}\\TypeLib] 1460706649 -#time=1d196eb86ffd81e +[Software\\Classes\\Interface\\{AB00F3F8-7DDE-3FF5-B805-6C5DBB200549}\\TypeLib] 1526460883 +#time=1d3ecf388b815da @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AB20BF9E-7549-3226-BA87-C1EDFB6CDA6C}] 1460706649 -#time=1d196eb86f74550 +[Software\\Classes\\Interface\\{AB20BF9E-7549-3226-BA87-C1EDFB6CDA6C}] 1526460883 +#time=1d3ecf388aed79a @="_CultureNotFoundException" -[Software\\Classes\\Interface\\{AB20BF9E-7549-3226-BA87-C1EDFB6CDA6C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f74334 +[Software\\Classes\\Interface\\{AB20BF9E-7549-3226-BA87-C1EDFB6CDA6C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aed452 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB20BF9E-7549-3226-BA87-C1EDFB6CDA6C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7447e +[Software\\Classes\\Interface\\{AB20BF9E-7549-3226-BA87-C1EDFB6CDA6C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aed678 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB20BF9E-7549-3226-BA87-C1EDFB6CDA6C}\\TypeLib] 1460706649 -#time=1d196eb86f7464a +[Software\\Classes\\Interface\\{AB20BF9E-7549-3226-BA87-C1EDFB6CDA6C}\\TypeLib] 1526460883 +#time=1d3ecf388aed8ee @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AB3F47E4-C227-3B05-BF9F-94649BEF9888}] 1460706649 -#time=1d196eb86ed37ea +[Software\\Classes\\Interface\\{AB3F47E4-C227-3B05-BF9F-94649BEF9888}] 1526460883 +#time=1d3ecf388a5d5c8 @="IDeserializationCallback" -[Software\\Classes\\Interface\\{AB3F47E4-C227-3B05-BF9F-94649BEF9888}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed352e +[Software\\Classes\\Interface\\{AB3F47E4-C227-3B05-BF9F-94649BEF9888}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5d262 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB3F47E4-C227-3B05-BF9F-94649BEF9888}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed36d2 +[Software\\Classes\\Interface\\{AB3F47E4-C227-3B05-BF9F-94649BEF9888}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5d488 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB3F47E4-C227-3B05-BF9F-94649BEF9888}\\TypeLib] 1460706649 -#time=1d196eb86ed3a92 +[Software\\Classes\\Interface\\{AB3F47E4-C227-3B05-BF9F-94649BEF9888}\\TypeLib] 1526460883 +#time=1d3ecf388a5d71c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AB4E97B9-651D-36F4-AABA-28ACF5746624}] 1460706649 -#time=1d196eb86fea0ac +[Software\\Classes\\Interface\\{AB4E97B9-651D-36F4-AABA-28ACF5746624}] 1526460883 +#time=1d3ecf388b6bf28 @="_SoapToken" -[Software\\Classes\\Interface\\{AB4E97B9-651D-36F4-AABA-28ACF5746624}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe9e68 +[Software\\Classes\\Interface\\{AB4E97B9-651D-36F4-AABA-28ACF5746624}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6bcc6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB4E97B9-651D-36F4-AABA-28ACF5746624}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe9fc6 +[Software\\Classes\\Interface\\{AB4E97B9-651D-36F4-AABA-28ACF5746624}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6be38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB4E97B9-651D-36F4-AABA-28ACF5746624}\\TypeLib] 1460706649 -#time=1d196eb86fea200 +[Software\\Classes\\Interface\\{AB4E97B9-651D-36F4-AABA-28ACF5746624}\\TypeLib] 1526460883 +#time=1d3ecf388b6c04a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AB538809-3C2F-35D9-80E6-7BAD540484A1}] 1460706649 -#time=1d196eb86f55c22 +[Software\\Classes\\Interface\\{AB538809-3C2F-35D9-80E6-7BAD540484A1}] 1526460883 +#time=1d3ecf388acb69a @="_Stack" -[Software\\Classes\\Interface\\{AB538809-3C2F-35D9-80E6-7BAD540484A1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f55a24 +[Software\\Classes\\Interface\\{AB538809-3C2F-35D9-80E6-7BAD540484A1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acb442 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB538809-3C2F-35D9-80E6-7BAD540484A1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f55b5a +[Software\\Classes\\Interface\\{AB538809-3C2F-35D9-80E6-7BAD540484A1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acb5aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AB538809-3C2F-35D9-80E6-7BAD540484A1}\\TypeLib] 1460706649 -#time=1d196eb86f55d1c +[Software\\Classes\\Interface\\{AB538809-3C2F-35D9-80E6-7BAD540484A1}\\TypeLib] 1526460883 +#time=1d3ecf388acb7b2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{ABC04B16-5539-3C7E-92EC-0905A4A24464}] 1460706649 -#time=1d196eb86fced0c +[Software\\Classes\\Interface\\{ABC04B16-5539-3C7E-92EC-0905A4A24464}] 1526460883 +#time=1d3ecf388b4de60 @="_SecurityManager" -[Software\\Classes\\Interface\\{ABC04B16-5539-3C7E-92EC-0905A4A24464}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcead2 +[Software\\Classes\\Interface\\{ABC04B16-5539-3C7E-92EC-0905A4A24464}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4dbe0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ABC04B16-5539-3C7E-92EC-0905A4A24464}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcec3a +[Software\\Classes\\Interface\\{ABC04B16-5539-3C7E-92EC-0905A4A24464}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4dd70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ABC04B16-5539-3C7E-92EC-0905A4A24464}\\TypeLib] 1460706649 -#time=1d196eb86fcee1a +[Software\\Classes\\Interface\\{ABC04B16-5539-3C7E-92EC-0905A4A24464}\\TypeLib] 1526460883 +#time=1d3ecf388b4df78 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{ABC30865-8929-3F02-9D70-6C3D68C83837}] 1460706650 -#time=1d196eb87ac05c6 +[Software\\Classes\\Interface\\{ABC30865-8929-3F02-9D70-6C3D68C83837}] 1526460884 +#time=1d3ecf38955bba0 @="_TextBoxBase" -[Software\\Classes\\Interface\\{ABC30865-8929-3F02-9D70-6C3D68C83837}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac02e2 +[Software\\Classes\\Interface\\{ABC30865-8929-3F02-9D70-6C3D68C83837}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955b8c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ABC30865-8929-3F02-9D70-6C3D68C83837}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac0472 +[Software\\Classes\\Interface\\{ABC30865-8929-3F02-9D70-6C3D68C83837}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955ba74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ABC30865-8929-3F02-9D70-6C3D68C83837}\\TypeLib] 1460706650 -#time=1d196eb87ac071a +[Software\\Classes\\Interface\\{ABC30865-8929-3F02-9D70-6C3D68C83837}\\TypeLib] 1526460884 +#time=1d3ecf38955bccc @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{AC3BDDA4-25B8-3321-A1C0-7C37BBF2DDED}] 1460706650 -#time=1d196eb8780030e +[Software\\Classes\\Interface\\{AC3BDDA4-25B8-3321-A1C0-7C37BBF2DDED}] 1526460884 +#time=1d3ecf3892e2fd6 @="_DesignerVerbCollection" -[Software\\Classes\\Interface\\{AC3BDDA4-25B8-3321-A1C0-7C37BBF2DDED}\\ProxyStubClsid] 1460706650 -#time=1d196eb87800106 +[Software\\Classes\\Interface\\{AC3BDDA4-25B8-3321-A1C0-7C37BBF2DDED}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e2cd4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AC3BDDA4-25B8-3321-A1C0-7C37BBF2DDED}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8780023c +[Software\\Classes\\Interface\\{AC3BDDA4-25B8-3321-A1C0-7C37BBF2DDED}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e2eb4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AC3BDDA4-25B8-3321-A1C0-7C37BBF2DDED}\\TypeLib] 1460706650 -#time=1d196eb878003fe +[Software\\Classes\\Interface\\{AC3BDDA4-25B8-3321-A1C0-7C37BBF2DDED}\\TypeLib] 1526460884 +#time=1d3ecf3892e3152 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{ACA96DA3-96ED-397E-8A72-EE1BE1025F5E}] 1460706649 -#time=1d196eb86febc5e +[Software\\Classes\\Interface\\{ACA96DA3-96ED-397E-8A72-EE1BE1025F5E}] 1526460883 +#time=1d3ecf388b6da58 @="_SoapEntities" -[Software\\Classes\\Interface\\{ACA96DA3-96ED-397E-8A72-EE1BE1025F5E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86feba2e +[Software\\Classes\\Interface\\{ACA96DA3-96ED-397E-8A72-EE1BE1025F5E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6d710 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ACA96DA3-96ED-397E-8A72-EE1BE1025F5E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86febb78 +[Software\\Classes\\Interface\\{ACA96DA3-96ED-397E-8A72-EE1BE1025F5E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6d8fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ACA96DA3-96ED-397E-8A72-EE1BE1025F5E}\\TypeLib] 1460706649 -#time=1d196eb86febd94 +[Software\\Classes\\Interface\\{ACA96DA3-96ED-397E-8A72-EE1BE1025F5E}\\TypeLib] 1526460883 +#time=1d3ecf388b6dba2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AD0C79DB-37BE-3B61-9C53-2E4857237227}] 1460706650 -#time=1d196eb87aa6e00 +[Software\\Classes\\Interface\\{ACC84351-04FF-44F9-B23F-655ED168C6D5}] 1526460533 +#time=1d3ecf2b7bde7e8 +@="IInternetExplorerManager" + +[Software\\Classes\\Interface\\{ACC84351-04FF-44F9-B23F-655ED168C6D5}\\NumMethods] 1526460533 +#time=1d3ecf2b7bde6ee +@="4" + +[Software\\Classes\\Interface\\{ACC84351-04FF-44F9-B23F-655ED168C6D5}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eba52bd8 +@="{a4a1a128-768f-41e0-bf75-e4fddd701cba}" + +[Software\\Classes\\Interface\\{AD0C79DB-37BE-3B61-9C53-2E4857237227}] 1526460884 +#time=1d3ecf38953507c @="_Form" -[Software\\Classes\\Interface\\{AD0C79DB-37BE-3B61-9C53-2E4857237227}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa6be4 +[Software\\Classes\\Interface\\{AD0C79DB-37BE-3B61-9C53-2E4857237227}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389534cb2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD0C79DB-37BE-3B61-9C53-2E4857237227}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa6d2e +[Software\\Classes\\Interface\\{AD0C79DB-37BE-3B61-9C53-2E4857237227}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389534e92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD0C79DB-37BE-3B61-9C53-2E4857237227}\\TypeLib] 1460706650 -#time=1d196eb87aa6f04 +[Software\\Classes\\Interface\\{AD0C79DB-37BE-3B61-9C53-2E4857237227}\\TypeLib] 1526460884 +#time=1d3ecf3895352ac @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{AD377794-864F-3421-9FB8-C684BBC1BC02}] 1460706650 -#time=1d196eb877d8e62 +[Software\\Classes\\Interface\\{AD377794-864F-3421-9FB8-C684BBC1BC02}] 1526460884 +#time=1d3ecf3892a1284 @="_CodeExpression" -[Software\\Classes\\Interface\\{AD377794-864F-3421-9FB8-C684BBC1BC02}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d8c00 +[Software\\Classes\\Interface\\{AD377794-864F-3421-9FB8-C684BBC1BC02}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a0fb4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD377794-864F-3421-9FB8-C684BBC1BC02}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d8d54 +[Software\\Classes\\Interface\\{AD377794-864F-3421-9FB8-C684BBC1BC02}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a1162 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD377794-864F-3421-9FB8-C684BBC1BC02}\\TypeLib] 1460706650 -#time=1d196eb877d9042 +[Software\\Classes\\Interface\\{AD377794-864F-3421-9FB8-C684BBC1BC02}\\TypeLib] 1526460884 +#time=1d3ecf3892a1414 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{AD419379-2AC8-3588-AB1E-0115413277C4}] 1460706649 -#time=1d196eb86fa0dbc +[Software\\Classes\\Interface\\{AD419379-2AC8-3588-AB1E-0115413277C4}] 1526460883 +#time=1d3ecf388b1be74 @="_ComCompatibleVersionAttribute" -[Software\\Classes\\Interface\\{AD419379-2AC8-3588-AB1E-0115413277C4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa0ba0 +[Software\\Classes\\Interface\\{AD419379-2AC8-3588-AB1E-0115413277C4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1bbfe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD419379-2AC8-3588-AB1E-0115413277C4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa0cea +[Software\\Classes\\Interface\\{AD419379-2AC8-3588-AB1E-0115413277C4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1bd84 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD419379-2AC8-3588-AB1E-0115413277C4}\\TypeLib] 1460706649 -#time=1d196eb86fa0ec0 +[Software\\Classes\\Interface\\{AD419379-2AC8-3588-AB1E-0115413277C4}\\TypeLib] 1526460883 +#time=1d3ecf388b1bf8c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AD5D6F02-5F4E-4D77-9FC0-381981317144}] 1460706648 -#time=1d196eb862ee592 +[Software\\Classes\\Interface\\{AD5D6F02-5F4E-4D77-9FC0-381981317144}] 1526460881 +#time=1d3ecf38784d84c @="IHostBrowser" -[Software\\Classes\\Interface\\{AD5D6F02-5F4E-4D77-9FC0-381981317144}\\NumMethods] 1460706648 -#time=1d196eb862ed7c8 +[Software\\Classes\\Interface\\{AD5D6F02-5F4E-4D77-9FC0-381981317144}\\NumMethods] 1526460881 +#time=1d3ecf38784b394 @="17" -[Software\\Classes\\Interface\\{AD5D6F02-5F4E-4D77-9FC0-381981317144}\\ProxyStubClsid32] 1460706648 -#time=1d196eb862ee786 +[Software\\Classes\\Interface\\{AD5D6F02-5F4E-4D77-9FC0-381981317144}\\ProxyStubClsid32] 1526460881 +#time=1d3ecf38784dac2 @="{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}" -[Software\\Classes\\Interface\\{AD795600-210D-3789-ABE4-D9AAC5DAEBBE}] 1460706650 -#time=1d196eb875441a6 +[Software\\Classes\\Interface\\{AD795600-210D-3789-ABE4-D9AAC5DAEBBE}] 1526460884 +#time=1d3ecf389063f4e @="_SoapClientImport" -[Software\\Classes\\Interface\\{AD795600-210D-3789-ABE4-D9AAC5DAEBBE}\\ProxyStubClsid] 1460706650 -#time=1d196eb87543f94 +[Software\\Classes\\Interface\\{AD795600-210D-3789-ABE4-D9AAC5DAEBBE}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389063c10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD795600-210D-3789-ABE4-D9AAC5DAEBBE}\\ProxyStubClsid32] 1460706650 -#time=1d196eb875440d4 +[Software\\Classes\\Interface\\{AD795600-210D-3789-ABE4-D9AAC5DAEBBE}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389063e04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD795600-210D-3789-ABE4-D9AAC5DAEBBE}\\TypeLib] 1460706650 -#time=1d196eb875442aa +[Software\\Classes\\Interface\\{AD795600-210D-3789-ABE4-D9AAC5DAEBBE}\\TypeLib] 1526460884 +#time=1d3ecf3890640c0 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{AD89B568-4FD4-3F8D-8327-B396B20A460E}] 1460706649 -#time=1d196eb86f4d84c +[Software\\Classes\\Interface\\{AD89B568-4FD4-3F8D-8327-B396B20A460E}] 1526460883 +#time=1d3ecf388ac2702 @="_ReaderWriterLock" -[Software\\Classes\\Interface\\{AD89B568-4FD4-3F8D-8327-B396B20A460E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4d630 +[Software\\Classes\\Interface\\{AD89B568-4FD4-3F8D-8327-B396B20A460E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac248c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD89B568-4FD4-3F8D-8327-B396B20A460E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4d77a +[Software\\Classes\\Interface\\{AD89B568-4FD4-3F8D-8327-B396B20A460E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac2612 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AD89B568-4FD4-3F8D-8327-B396B20A460E}\\TypeLib] 1460706649 -#time=1d196eb86f4d950 +[Software\\Classes\\Interface\\{AD89B568-4FD4-3F8D-8327-B396B20A460E}\\TypeLib] 1526460883 +#time=1d3ecf388ac281a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}] 1460706471 -#time=1d196eb1cf4ac24 +[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}] 1526460533 +#time=1d3ecf2b7d4ec5e @="IHHCtrl" -[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf4a9fe +[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d4e9de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf4ab48 +[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d4eb64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\\TypeLib] 1460706471 -#time=1d196eb1cf4ad50 +[Software\\Classes\\Interface\\{ADB880A1-D8FF-11CF-9377-00AA003B7A11}\\TypeLib] 1526460533 +#time=1d3ecf2b7d4ed76 @="{ADB880A2-D8FF-11CF-9377-00AA003B7A11}" "Version"="4.0" -[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}] 1460706471 -#time=1d196eb1cf4b214 +[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}] 1526460533 +#time=1d3ecf2b7d4f302 @="_HHCtrlEvents" -[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cf4aff8 +[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d4f08c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cf4b142 +[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d4f208 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\\TypeLib] 1460706471 -#time=1d196eb1cf4b2fa +[Software\\Classes\\Interface\\{ADB880A3-D8FF-11CF-9377-00AA003B7A11}\\TypeLib] 1526460533 +#time=1d3ecf2b7d4f44c @="{ADB880A2-D8FF-11CF-9377-00AA003B7A11}" "Version"="4.0" -[Software\\Classes\\Interface\\{ADBC3463-0101-3429-A06C-DB2F1DD6B724}] 1460706649 -#time=1d196eb86f8f0e4 +[Software\\Classes\\Interface\\{ADBC3463-0101-3429-A06C-DB2F1DD6B724}] 1526460883 +#time=1d3ecf388b07a46 @="_ZoneMembershipCondition" -[Software\\Classes\\Interface\\{ADBC3463-0101-3429-A06C-DB2F1DD6B724}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8eed2 +[Software\\Classes\\Interface\\{ADBC3463-0101-3429-A06C-DB2F1DD6B724}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b077da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ADBC3463-0101-3429-A06C-DB2F1DD6B724}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8f012 +[Software\\Classes\\Interface\\{ADBC3463-0101-3429-A06C-DB2F1DD6B724}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0794c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ADBC3463-0101-3429-A06C-DB2F1DD6B724}\\TypeLib] 1460706649 -#time=1d196eb86f8f1e8 +[Software\\Classes\\Interface\\{ADBC3463-0101-3429-A06C-DB2F1DD6B724}\\TypeLib] 1526460883 +#time=1d3ecf388b07b5e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{ADE87BF7-7B56-4275-8FAB-B9B0E591844B}] 1460706472 -#time=1d196eb1d1f187e +[Software\\Classes\\Interface\\{ADE87BF7-7B56-4275-8FAB-B9B0E591844B}] 1526460533 +#time=1d3ecf2b7dfb058 @="ISystemInformation" -[Software\\Classes\\Interface\\{ADE87BF7-7B56-4275-8FAB-B9B0E591844B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1f1554 +[Software\\Classes\\Interface\\{ADE87BF7-7B56-4275-8FAB-B9B0E591844B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7dfadce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ADE87BF7-7B56-4275-8FAB-B9B0E591844B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1f1766 +[Software\\Classes\\Interface\\{ADE87BF7-7B56-4275-8FAB-B9B0E591844B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7dfaf68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ADE87BF7-7B56-4275-8FAB-B9B0E591844B}\\TypeLib] 1460706472 -#time=1d196eb1d1f196e +[Software\\Classes\\Interface\\{ADE87BF7-7B56-4275-8FAB-B9B0E591844B}\\TypeLib] 1526460533 +#time=1d3ecf2b7dfb170 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{AE1850FD-3596-3727-A242-2FC31C5A0312}] 1460706649 -#time=1d196eb86f109e2 +[Software\\Classes\\Interface\\{AE1850FD-3596-3727-A242-2FC31C5A0312}] 1526460883 +#time=1d3ecf388a89e8e @="IRemotingFormatter" -[Software\\Classes\\Interface\\{AE1850FD-3596-3727-A242-2FC31C5A0312}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1069a +[Software\\Classes\\Interface\\{AE1850FD-3596-3727-A242-2FC31C5A0312}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a89c2c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AE1850FD-3596-3727-A242-2FC31C5A0312}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f108b6 +[Software\\Classes\\Interface\\{AE1850FD-3596-3727-A242-2FC31C5A0312}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a89da8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AE1850FD-3596-3727-A242-2FC31C5A0312}\\TypeLib] 1460706649 -#time=1d196eb86f10b2c +[Software\\Classes\\Interface\\{AE1850FD-3596-3727-A242-2FC31C5A0312}\\TypeLib] 1526460883 +#time=1d3ecf388a89fa6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AE24FDAD-03C6-11D1-8B76-0080C744F389}] 1460706471 -#time=1d196eb1d02a40a +[Software\\Classes\\Interface\\{AE24FDAD-03C6-11D1-8B76-0080C744F389}] 1526460533 +#time=1d3ecf2b7c658c4 @="IWebBridge" -[Software\\Classes\\Interface\\{AE24FDAD-03C6-11D1-8B76-0080C744F389}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d02a1e4 +[Software\\Classes\\Interface\\{AE24FDAD-03C6-11D1-8B76-0080C744F389}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c65658 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AE24FDAD-03C6-11D1-8B76-0080C744F389}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d02a32e +[Software\\Classes\\Interface\\{AE24FDAD-03C6-11D1-8B76-0080C744F389}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c657d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AE24FDAD-03C6-11D1-8B76-0080C744F389}\\TypeLib] 1460706471 -#time=1d196eb1d02a4f0 +[Software\\Classes\\Interface\\{AE24FDAD-03C6-11D1-8B76-0080C744F389}\\TypeLib] 1526460533 +#time=1d3ecf2b7c659dc @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{AE6287B0-0084-11D2-973B-00A0C9068F2E}] 1460706471 -#time=1d196eb1d13fe44 +[Software\\Classes\\Interface\\{AE6287B0-0084-11D2-973B-00A0C9068F2E}] 1526460533 +#time=1d3ecf2b7aec772 @="IWiaEventCallback" -[Software\\Classes\\Interface\\{AE6287B0-0084-11D2-973B-00A0C9068F2E}\\NumMethods] 1460706471 -#time=1d196eb1d13fd68 +[Software\\Classes\\Interface\\{AE6287B0-0084-11D2-973B-00A0C9068F2E}\\NumMethods] 1526460533 +#time=1d3ecf2b7aec682 @="4" -[Software\\Classes\\Interface\\{AE6287B0-0084-11D2-973B-00A0C9068F2E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d13feb2 +[Software\\Classes\\Interface\\{AE6287B0-0084-11D2-973B-00A0C9068F2E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aec7fe @="{4DB1AD10-3391-11D2-9A33-00C04FA36145}" -[Software\\Classes\\Interface\\{AEB3727F-5C3A-34C4-BF18-A38F088AC8C7}] 1460706649 -#time=1d196eb86fc5482 +[Software\\Classes\\Interface\\{AEB3727F-5C3A-34C4-BF18-A38F088AC8C7}] 1526460883 +#time=1d3ecf388b43956 @="_ReflectionPermission" -[Software\\Classes\\Interface\\{AEB3727F-5C3A-34C4-BF18-A38F088AC8C7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc5266 +[Software\\Classes\\Interface\\{AEB3727F-5C3A-34C4-BF18-A38F088AC8C7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b436f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AEB3727F-5C3A-34C4-BF18-A38F088AC8C7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc53a6 +[Software\\Classes\\Interface\\{AEB3727F-5C3A-34C4-BF18-A38F088AC8C7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b43866 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AEB3727F-5C3A-34C4-BF18-A38F088AC8C7}\\TypeLib] 1460706649 -#time=1d196eb86fc5586 +[Software\\Classes\\Interface\\{AEB3727F-5C3A-34C4-BF18-A38F088AC8C7}\\TypeLib] 1526460883 +#time=1d3ecf388b43a6e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AEC2B0DE-9898-3607-B845-63E2E307CB5F}] 1460706649 -#time=1d196eb86ff26f8 +[Software\\Classes\\Interface\\{AEC2B0DE-9898-3607-B845-63E2E307CB5F}] 1526460883 +#time=1d3ecf388b74ab0 @="_IsolatedStorageException" -[Software\\Classes\\Interface\\{AEC2B0DE-9898-3607-B845-63E2E307CB5F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff24f0 +[Software\\Classes\\Interface\\{AEC2B0DE-9898-3607-B845-63E2E307CB5F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7484e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AEC2B0DE-9898-3607-B845-63E2E307CB5F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff2630 +[Software\\Classes\\Interface\\{AEC2B0DE-9898-3607-B845-63E2E307CB5F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b749c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AEC2B0DE-9898-3607-B845-63E2E307CB5F}\\TypeLib] 1460706649 -#time=1d196eb86ff27fc +[Software\\Classes\\Interface\\{AEC2B0DE-9898-3607-B845-63E2E307CB5F}\\TypeLib] 1526460883 +#time=1d3ecf388b74bc8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AEDAE97E-D7EE-4796-B960-7F092AE844AB}] 1460706471 -#time=1d196eb1cdfb6ac +[Software\\Classes\\Interface\\{AEDAE97E-D7EE-4796-B960-7F092AE844AB}] 1526460533 +#time=1d3ecf2b807f702 @="IActiveScriptSiteUIControl" -[Software\\Classes\\Interface\\{AEDAE97E-D7EE-4796-B960-7F092AE844AB}\\NumMethods] 1460706471 -#time=1d196eb1cdfb5da +[Software\\Classes\\Interface\\{AEDAE97E-D7EE-4796-B960-7F092AE844AB}\\NumMethods] 1526460533 +#time=1d3ecf2b807f612 @="4" -[Software\\Classes\\Interface\\{AEDAE97E-D7EE-4796-B960-7F092AE844AB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfb724 +[Software\\Classes\\Interface\\{AEDAE97E-D7EE-4796-B960-7F092AE844AB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b807f784 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{AEDF37AB-9041-3D55-9ACA-BDEDE24566D2}] 1460706650 -#time=1d196eb87ab302e +[Software\\Classes\\Interface\\{AEDF37AB-9041-3D55-9ACA-BDEDE24566D2}] 1526460884 +#time=1d3ecf389546a48 @="_DragEventArgs" -[Software\\Classes\\Interface\\{AEDF37AB-9041-3D55-9ACA-BDEDE24566D2}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab2c1e +[Software\\Classes\\Interface\\{AEDF37AB-9041-3D55-9ACA-BDEDE24566D2}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954649e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AEDF37AB-9041-3D55-9ACA-BDEDE24566D2}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab2eee +[Software\\Classes\\Interface\\{AEDF37AB-9041-3D55-9ACA-BDEDE24566D2}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389546750 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AEDF37AB-9041-3D55-9ACA-BDEDE24566D2}\\TypeLib] 1460706650 -#time=1d196eb87ab316e +[Software\\Classes\\Interface\\{AEDF37AB-9041-3D55-9ACA-BDEDE24566D2}\\TypeLib] 1526460884 +#time=1d3ecf389546c50 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{AF170258-AAC6-3A86-BD34-303E62CED10E}] 1460706649 -#time=1d196eb86f7fc2a +[Software\\Classes\\Interface\\{AF170258-AAC6-3A86-BD34-303E62CED10E}] 1526460883 +#time=1d3ecf388afa8f0 @="_ResourceWriter" -[Software\\Classes\\Interface\\{AF170258-AAC6-3A86-BD34-303E62CED10E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7fa2c +[Software\\Classes\\Interface\\{AF170258-AAC6-3A86-BD34-303E62CED10E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afa684 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AF170258-AAC6-3A86-BD34-303E62CED10E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7fb62 +[Software\\Classes\\Interface\\{AF170258-AAC6-3A86-BD34-303E62CED10E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afa800 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AF170258-AAC6-3A86-BD34-303E62CED10E}\\TypeLib] 1460706649 -#time=1d196eb86f7fd24 +[Software\\Classes\\Interface\\{AF170258-AAC6-3A86-BD34-303E62CED10E}\\TypeLib] 1526460883 +#time=1d3ecf388afaa12 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}] 1460706648 -#time=1d196eb862953fc +[Software\\Classes\\Interface\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}] 1526460881 +#time=1d3ecf3877b6f00 @="IPimcManager" -[Software\\Classes\\Interface\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}\\NumMethods] 1460706648 -#time=1d196eb862955d2 +[Software\\Classes\\Interface\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}\\NumMethods] 1526460881 +#time=1d3ecf3877b7108 @="5" -[Software\\Classes\\Interface\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}\\ProxyStubClsid32] 1460706648 -#time=1d196eb86294452 +[Software\\Classes\\Interface\\{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}\\ProxyStubClsid32] 1526460881 +#time=1d3ecf3877b5664 @="{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}" -[Software\\Classes\\Interface\\{AF53D21A-D6AF-3406-B399-7DF9D2AAD48A}] 1460706649 -#time=1d196eb86fc7336 +[Software\\Classes\\Interface\\{AF53D21A-D6AF-3406-B399-7DF9D2AAD48A}] 1526460883 +#time=1d3ecf388b45a4e @="_StrongNamePublicKeyBlob" -[Software\\Classes\\Interface\\{AF53D21A-D6AF-3406-B399-7DF9D2AAD48A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc711a +[Software\\Classes\\Interface\\{AF53D21A-D6AF-3406-B399-7DF9D2AAD48A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b457ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AF53D21A-D6AF-3406-B399-7DF9D2AAD48A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc725a +[Software\\Classes\\Interface\\{AF53D21A-D6AF-3406-B399-7DF9D2AAD48A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4595e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AF53D21A-D6AF-3406-B399-7DF9D2AAD48A}\\TypeLib] 1460706649 -#time=1d196eb86fc7430 +[Software\\Classes\\Interface\\{AF53D21A-D6AF-3406-B399-7DF9D2AAD48A}\\TypeLib] 1526460883 +#time=1d3ecf388b45b66 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AF72CC74-2275-362A-9141-A4A79D596F39}] 1460706650 -#time=1d196eb877da2a8 +[Software\\Classes\\Interface\\{AF72CC74-2275-362A-9141-A4A79D596F39}] 1526460884 +#time=1d3ecf3892a2d32 @="_CodeExpressionCollection" -[Software\\Classes\\Interface\\{AF72CC74-2275-362A-9141-A4A79D596F39}\\ProxyStubClsid] 1460706650 -#time=1d196eb877da046 +[Software\\Classes\\Interface\\{AF72CC74-2275-362A-9141-A4A79D596F39}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a2a6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AF72CC74-2275-362A-9141-A4A79D596F39}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877da1b8 +[Software\\Classes\\Interface\\{AF72CC74-2275-362A-9141-A4A79D596F39}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a2c1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AF72CC74-2275-362A-9141-A4A79D596F39}\\TypeLib] 1460706650 -#time=1d196eb877da3e8 +[Software\\Classes\\Interface\\{AF72CC74-2275-362A-9141-A4A79D596F39}\\TypeLib] 1526460884 +#time=1d3ecf3892a2e7c @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{AF93163F-C2F4-3FAB-9FF1-728A7AAAD1CB}] 1460706649 -#time=1d196eb86f2ebcc +[Software\\Classes\\Interface\\{AF93163F-C2F4-3FAB-9FF1-728A7AAAD1CB}] 1526460883 +#time=1d3ecf388a9fa68 @="_CrossAppDomainDelegate" -[Software\\Classes\\Interface\\{AF93163F-C2F4-3FAB-9FF1-728A7AAAD1CB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2e9ba +[Software\\Classes\\Interface\\{AF93163F-C2F4-3FAB-9FF1-728A7AAAD1CB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9f806 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AF93163F-C2F4-3FAB-9FF1-728A7AAAD1CB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2eafa +[Software\\Classes\\Interface\\{AF93163F-C2F4-3FAB-9FF1-728A7AAAD1CB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9f978 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AF93163F-C2F4-3FAB-9FF1-728A7AAAD1CB}\\TypeLib] 1460706649 -#time=1d196eb86f2ecd0 +[Software\\Classes\\Interface\\{AF93163F-C2F4-3FAB-9FF1-728A7AAAD1CB}\\TypeLib] 1526460883 +#time=1d3ecf388a9fb80 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AFA0DC11-C313-11D0-831A-00C04FD5AE38}] 1460706471 -#time=1d196eb1ce24d54 +[Software\\Classes\\Interface\\{AFA0DC11-C313-11D0-831A-00C04FD5AE38}] 1526460533 +#time=1d3ecf2b80a47fa @="IUrlHistoryStg2" -[Software\\Classes\\Interface\\{AFA0DC11-C313-11D0-831A-00C04FD5AE38}\\NumMethods] 1460706471 -#time=1d196eb1ce24be2 +[Software\\Classes\\Interface\\{AFA0DC11-C313-11D0-831A-00C04FD5AE38}\\NumMethods] 1526460533 +#time=1d3ecf2b80a470a @="10" -[Software\\Classes\\Interface\\{AFA0DC11-C313-11D0-831A-00C04FD5AE38}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce24e1c +[Software\\Classes\\Interface\\{AFA0DC11-C313-11D0-831A-00C04FD5AE38}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a487c @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{AFBF15E5-C37C-11D2-B88E-00A0C9B471B8}] 1460706649 -#time=1d196eb86ed9ae6 +[Software\\Classes\\Interface\\{AFBF15E5-C37C-11D2-B88E-00A0C9B471B8}] 1526460883 +#time=1d3ecf388a63662 @="IReflect" -[Software\\Classes\\Interface\\{AFBF15E5-C37C-11D2-B88E-00A0C9B471B8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed98de +[Software\\Classes\\Interface\\{AFBF15E5-C37C-11D2-B88E-00A0C9B471B8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6340a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AFBF15E5-C37C-11D2-B88E-00A0C9B471B8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed9a14 +[Software\\Classes\\Interface\\{AFBF15E5-C37C-11D2-B88E-00A0C9B471B8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a63572 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AFBF15E5-C37C-11D2-B88E-00A0C9B471B8}\\TypeLib] 1460706649 -#time=1d196eb86ed9be0 +[Software\\Classes\\Interface\\{AFBF15E5-C37C-11D2-B88E-00A0C9B471B8}\\TypeLib] 1526460883 +#time=1d3ecf388a6377a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{AFBF15E6-C37C-11D2-B88E-00A0C9B471B8}] 1460706649 -#time=1d196eb86eec57e +[Software\\Classes\\Interface\\{AFBF15E6-C37C-11D2-B88E-00A0C9B471B8}] 1526460883 +#time=1d3ecf388a7806c @="IExpando" -[Software\\Classes\\Interface\\{AFBF15E6-C37C-11D2-B88E-00A0C9B471B8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eec38a +[Software\\Classes\\Interface\\{AFBF15E6-C37C-11D2-B88E-00A0C9B471B8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a77e0a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AFBF15E6-C37C-11D2-B88E-00A0C9B471B8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eec4c0 +[Software\\Classes\\Interface\\{AFBF15E6-C37C-11D2-B88E-00A0C9B471B8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a77f86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{AFBF15E6-C37C-11D2-B88E-00A0C9B471B8}\\TypeLib] 1460706649 -#time=1d196eb86eec696 +[Software\\Classes\\Interface\\{AFBF15E6-C37C-11D2-B88E-00A0C9B471B8}\\TypeLib] 1526460883 +#time=1d3ecf388a78184 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B00AA2F6-4D83-3937-B4AC-4C2C2C3F6C70}] 1460706650 -#time=1d196eb87ac966c +[Software\\Classes\\Interface\\{B00AA2F6-4D83-3937-B4AC-4C2C2C3F6C70}] 1526460884 +#time=1d3ecf389567036 @="_ThreadExceptionDialog" -[Software\\Classes\\Interface\\{B00AA2F6-4D83-3937-B4AC-4C2C2C3F6C70}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac946e +[Software\\Classes\\Interface\\{B00AA2F6-4D83-3937-B4AC-4C2C2C3F6C70}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389566dd4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B00AA2F6-4D83-3937-B4AC-4C2C2C3F6C70}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac95a4 +[Software\\Classes\\Interface\\{B00AA2F6-4D83-3937-B4AC-4C2C2C3F6C70}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389566f46 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B00AA2F6-4D83-3937-B4AC-4C2C2C3F6C70}\\TypeLib] 1460706650 -#time=1d196eb87ac975c +[Software\\Classes\\Interface\\{B00AA2F6-4D83-3937-B4AC-4C2C2C3F6C70}\\TypeLib] 1526460884 +#time=1d3ecf389567158 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{B072EFE2-C943-3977-BFD9-91D5232B0D53}] 1460706649 -#time=1d196eb86f68e26 +[Software\\Classes\\Interface\\{B072EFE2-C943-3977-BFD9-91D5232B0D53}] 1526460883 +#time=1d3ecf388ae0fea @="_MethodBody" -[Software\\Classes\\Interface\\{B072EFE2-C943-3977-BFD9-91D5232B0D53}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f68c00 +[Software\\Classes\\Interface\\{B072EFE2-C943-3977-BFD9-91D5232B0D53}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae0cac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B072EFE2-C943-3977-BFD9-91D5232B0D53}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f68d40 +[Software\\Classes\\Interface\\{B072EFE2-C943-3977-BFD9-91D5232B0D53}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae0e32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B072EFE2-C943-3977-BFD9-91D5232B0D53}\\TypeLib] 1460706649 -#time=1d196eb86f68f20 +[Software\\Classes\\Interface\\{B072EFE2-C943-3977-BFD9-91D5232B0D53}\\TypeLib] 1526460883 +#time=1d3ecf388ae11ac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B0AD9A21-5439-3D88-8975-4018B828D74C}] 1460706649 -#time=1d196eb86fd5878 +[Software\\Classes\\Interface\\{B0AD9A21-5439-3D88-8975-4018B828D74C}] 1526460883 +#time=1d3ecf388b55700 @="_LifetimeServices" -[Software\\Classes\\Interface\\{B0AD9A21-5439-3D88-8975-4018B828D74C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd5666 +[Software\\Classes\\Interface\\{B0AD9A21-5439-3D88-8975-4018B828D74C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5549e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B0AD9A21-5439-3D88-8975-4018B828D74C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd57a6 +[Software\\Classes\\Interface\\{B0AD9A21-5439-3D88-8975-4018B828D74C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b55610 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B0AD9A21-5439-3D88-8975-4018B828D74C}\\TypeLib] 1460706649 -#time=1d196eb86fd597c +[Software\\Classes\\Interface\\{B0AD9A21-5439-3D88-8975-4018B828D74C}\\TypeLib] 1526460883 +#time=1d3ecf388b5580e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B101FE3C-4479-311A-A945-1225EE1731E8}] 1460706649 -#time=1d196eb86f61e46 +[Software\\Classes\\Interface\\{B101FE3C-4479-311A-A945-1225EE1731E8}] 1526460883 +#time=1d3ecf388ad91dc @="_AssemblyFileVersionAttribute" -[Software\\Classes\\Interface\\{B101FE3C-4479-311A-A945-1225EE1731E8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f61c3e +[Software\\Classes\\Interface\\{B101FE3C-4479-311A-A945-1225EE1731E8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad8f7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B101FE3C-4479-311A-A945-1225EE1731E8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f61d7e +[Software\\Classes\\Interface\\{B101FE3C-4479-311A-A945-1225EE1731E8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad90ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B101FE3C-4479-311A-A945-1225EE1731E8}\\TypeLib] 1460706649 -#time=1d196eb86f61f40 +[Software\\Classes\\Interface\\{B101FE3C-4479-311A-A945-1225EE1731E8}\\TypeLib] 1526460883 +#time=1d3ecf388ad92f4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B125774D-EF66-382B-878D-2D916999B0D2}] 1460706650 -#time=1d196eb877db4d2 +[Software\\Classes\\Interface\\{B125774D-EF66-382B-878D-2D916999B0D2}] 1526460884 +#time=1d3ecf3892a484e @="_CodeStatement" -[Software\\Classes\\Interface\\{B125774D-EF66-382B-878D-2D916999B0D2}\\ProxyStubClsid] 1460706650 -#time=1d196eb877db298 +[Software\\Classes\\Interface\\{B125774D-EF66-382B-878D-2D916999B0D2}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a4574 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B125774D-EF66-382B-878D-2D916999B0D2}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877db400 +[Software\\Classes\\Interface\\{B125774D-EF66-382B-878D-2D916999B0D2}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a4736 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B125774D-EF66-382B-878D-2D916999B0D2}\\TypeLib] 1460706650 -#time=1d196eb877db5d6 +[Software\\Classes\\Interface\\{B125774D-EF66-382B-878D-2D916999B0D2}\\TypeLib] 1526460884 +#time=1d3ecf3892a49d4 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{B16F7137-C0E7-3ECF-9652-FB1EA947E44E}] 1460706650 -#time=1d196eb877e901e +[Software\\Classes\\Interface\\{B16F7137-C0E7-3ECF-9652-FB1EA947E44E}] 1526460884 +#time=1d3ecf3892c2a9c @="_CodeIterationStatement" -[Software\\Classes\\Interface\\{B16F7137-C0E7-3ECF-9652-FB1EA947E44E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e8e02 +[Software\\Classes\\Interface\\{B16F7137-C0E7-3ECF-9652-FB1EA947E44E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c24f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B16F7137-C0E7-3ECF-9652-FB1EA947E44E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e8f4c +[Software\\Classes\\Interface\\{B16F7137-C0E7-3ECF-9652-FB1EA947E44E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c297a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B16F7137-C0E7-3ECF-9652-FB1EA947E44E}\\TypeLib] 1460706650 -#time=1d196eb877e9122 +[Software\\Classes\\Interface\\{B16F7137-C0E7-3ECF-9652-FB1EA947E44E}\\TypeLib] 1526460884 +#time=1d3ecf3892c2c90 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{B18E0B40-C089-4350-8328-066C668BCCC2}] 1460706649 -#time=1d196eb86b651e4 +[Software\\Classes\\Interface\\{B18E0B40-C089-4350-8328-066C668BCCC2}] 1526460883 +#time=1d3ecf38873d00a @="ICorSvcSetPrivateAttributes" -[Software\\Classes\\Interface\\{B18E0B40-C089-4350-8328-066C668BCCC2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b64fc8 +[Software\\Classes\\Interface\\{B18E0B40-C089-4350-8328-066C668BCCC2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38873c7e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B18E0B40-C089-4350-8328-066C668BCCC2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b65112 +[Software\\Classes\\Interface\\{B18E0B40-C089-4350-8328-066C668BCCC2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf38873cd3a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B18E0B40-C089-4350-8328-066C668BCCC2}\\TypeLib] 1460706649 -#time=1d196eb86b652e8 +[Software\\Classes\\Interface\\{B18E0B40-C089-4350-8328-066C668BCCC2}\\TypeLib] 1526460883 +#time=1d3ecf38873d3c0 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{B196B283-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a1212 +[Software\\Classes\\Interface\\{B196B283-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bcc016 @="IProvideClassInfo" -[Software\\Classes\\Interface\\{B196B283-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a1136 +[Software\\Classes\\Interface\\{B196B283-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcbf26 @="4" -[Software\\Classes\\Interface\\{B196B283-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a128a +[Software\\Classes\\Interface\\{B196B283-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcc0b6 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B284-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a2202 +[Software\\Classes\\Interface\\{B196B284-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bcd268 @="IConnectionPointContainer" -[Software\\Classes\\Interface\\{B196B284-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a2126 +[Software\\Classes\\Interface\\{B196B284-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcd16e @="5" -[Software\\Classes\\Interface\\{B196B284-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a227a +[Software\\Classes\\Interface\\{B196B284-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcd2ea @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B285-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a29f0 +[Software\\Classes\\Interface\\{B196B285-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bcdb6e @="IEnumConnectionPoints" -[Software\\Classes\\Interface\\{B196B285-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a291e +[Software\\Classes\\Interface\\{B196B285-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcda7e @="7" -[Software\\Classes\\Interface\\{B196B285-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a2a68 +[Software\\Classes\\Interface\\{B196B285-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcdbf0 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B286-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a1e10 +[Software\\Classes\\Interface\\{B196B286-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bccdc2 @="IConnectionPoint" -[Software\\Classes\\Interface\\{B196B286-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a1d34 +[Software\\Classes\\Interface\\{B196B286-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcccc8 @="8" -[Software\\Classes\\Interface\\{B196B286-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a1e7e +[Software\\Classes\\Interface\\{B196B286-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcce4e @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B287-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a2608 +[Software\\Classes\\Interface\\{B196B287-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bcd6f0 @="IEnumConnections" -[Software\\Classes\\Interface\\{B196B287-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a2536 +[Software\\Classes\\Interface\\{B196B287-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcd5f6 @="7" -[Software\\Classes\\Interface\\{B196B287-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a2680 +[Software\\Classes\\Interface\\{B196B287-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcd772 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B288-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a0150 +[Software\\Classes\\Interface\\{B196B288-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bcadf6 @="IOleControl" -[Software\\Classes\\Interface\\{B196B288-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a002e +[Software\\Classes\\Interface\\{B196B288-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcad06 @="7" -[Software\\Classes\\Interface\\{B196B288-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a01f0 +[Software\\Classes\\Interface\\{B196B288-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcae78 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B289-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a0632 +[Software\\Classes\\Interface\\{B196B289-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bcb288 @="IOleControlSite" -[Software\\Classes\\Interface\\{B196B289-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a054c +[Software\\Classes\\Interface\\{B196B289-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcb198 @="10" -[Software\\Classes\\Interface\\{B196B289-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a06aa +[Software\\Classes\\Interface\\{B196B289-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcb314 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B28B-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a5696 +[Software\\Classes\\Interface\\{B196B28B-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bd0ddc @="ISpecifyPropertyPages" -[Software\\Classes\\Interface\\{B196B28B-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a55c4 +[Software\\Classes\\Interface\\{B196B28B-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd0cba @="4" -[Software\\Classes\\Interface\\{B196B28B-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a570e +[Software\\Classes\\Interface\\{B196B28B-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd0e68 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B28C-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a3634 +[Software\\Classes\\Interface\\{B196B28C-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bce910 @="IPropertyPageSite" -[Software\\Classes\\Interface\\{B196B28C-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a3558 +[Software\\Classes\\Interface\\{B196B28C-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bce820 @="7" -[Software\\Classes\\Interface\\{B196B28C-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a36ac +[Software\\Classes\\Interface\\{B196B28C-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bce99c @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B28D-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a2dd8 +[Software\\Classes\\Interface\\{B196B28D-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bcdff6 @="IPropertyPage" -[Software\\Classes\\Interface\\{B196B28D-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a2d06 +[Software\\Classes\\Interface\\{B196B28D-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcdf06 @="14" -[Software\\Classes\\Interface\\{B196B28D-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a2e46 +[Software\\Classes\\Interface\\{B196B28D-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bce078 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B196B28F-BAB4-101A-B69C-00AA00341D07}] 1460706471 -#time=1d196eb1d0a0e2a +[Software\\Classes\\Interface\\{B196B28F-BAB4-101A-B69C-00AA00341D07}] 1526460533 +#time=1d3ecf2b7bcbb8e @="IClassFactory2" -[Software\\Classes\\Interface\\{B196B28F-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1460706471 -#time=1d196eb1d0a0d44 +[Software\\Classes\\Interface\\{B196B28F-BAB4-101A-B69C-00AA00341D07}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcba9e @="8" -[Software\\Classes\\Interface\\{B196B28F-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a0e98 +[Software\\Classes\\Interface\\{B196B28F-BAB4-101A-B69C-00AA00341D07}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcbc1a @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B1A62835-FC19-35A4-B206-A452463D7EE7}] 1460706649 -#time=1d196eb86ff7392 +[Software\\Classes\\Interface\\{B1A62835-FC19-35A4-B206-A452463D7EE7}] 1526460883 +#time=1d3ecf388b792e0 @="_GenericTypeParameterBuilder" -[Software\\Classes\\Interface\\{B1A62835-FC19-35A4-B206-A452463D7EE7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff718a +[Software\\Classes\\Interface\\{B1A62835-FC19-35A4-B206-A452463D7EE7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7907e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B1A62835-FC19-35A4-B206-A452463D7EE7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff72ca +[Software\\Classes\\Interface\\{B1A62835-FC19-35A4-B206-A452463D7EE7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b791f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B1A62835-FC19-35A4-B206-A452463D7EE7}\\TypeLib] 1460706649 -#time=1d196eb86ff7482 +[Software\\Classes\\Interface\\{B1A62835-FC19-35A4-B206-A452463D7EE7}\\TypeLib] 1526460883 +#time=1d3ecf388b793f8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B2217AB5-6E55-3FF6-A1A9-1B0DC0585040}] 1460706649 -#time=1d196eb86f8fca6 +[Software\\Classes\\Interface\\{B2217AB5-6E55-3FF6-A1A9-1B0DC0585040}] 1526460883 +#time=1d3ecf388b08770 @="_GacMembershipCondition" -[Software\\Classes\\Interface\\{B2217AB5-6E55-3FF6-A1A9-1B0DC0585040}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8fa94 +[Software\\Classes\\Interface\\{B2217AB5-6E55-3FF6-A1A9-1B0DC0585040}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b084f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B2217AB5-6E55-3FF6-A1A9-1B0DC0585040}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8fbd4 +[Software\\Classes\\Interface\\{B2217AB5-6E55-3FF6-A1A9-1B0DC0585040}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b08676 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B2217AB5-6E55-3FF6-A1A9-1B0DC0585040}\\TypeLib] 1460706649 -#time=1d196eb86f8fdaa +[Software\\Classes\\Interface\\{B2217AB5-6E55-3FF6-A1A9-1B0DC0585040}\\TypeLib] 1526460883 +#time=1d3ecf388b0887e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B23EB630-3E1C-11D3-A745-0050040AB407}] 1460706471 -#time=1d196eb1cfcf096 +[Software\\Classes\\Interface\\{B23EB630-3E1C-11D3-A745-0050040AB407}] 1526460533 +#time=1d3ecf2b7e3faa0 @="ITfContextOwnerServices" -[Software\\Classes\\Interface\\{B23EB630-3E1C-11D3-A745-0050040AB407}\\NumMethods] 1460706471 -#time=1d196eb1cfcefc4 +[Software\\Classes\\Interface\\{B23EB630-3E1C-11D3-A745-0050040AB407}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3f9a6 @="10" -[Software\\Classes\\Interface\\{B23EB630-3E1C-11D3-A745-0050040AB407}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcf104 +[Software\\Classes\\Interface\\{B23EB630-3E1C-11D3-A745-0050040AB407}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3fb22 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{B246CB75-A93E-4652-BF8C-B3FE0CFD7E57}] 1460706471 -#time=1d196eb1cfcb4e6 +[Software\\Classes\\Interface\\{B246CB75-A93E-4652-BF8C-B3FE0CFD7E57}] 1526460533 +#time=1d3ecf2b7e3b66c @="ITfActiveLanguageProfileNotifySink" -[Software\\Classes\\Interface\\{B246CB75-A93E-4652-BF8C-B3FE0CFD7E57}\\NumMethods] 1460706471 -#time=1d196eb1cfcb414 +[Software\\Classes\\Interface\\{B246CB75-A93E-4652-BF8C-B3FE0CFD7E57}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3b572 @="4" -[Software\\Classes\\Interface\\{B246CB75-A93E-4652-BF8C-B3FE0CFD7E57}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcb55e +[Software\\Classes\\Interface\\{B246CB75-A93E-4652-BF8C-B3FE0CFD7E57}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3b6ee @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{B24E9559-A662-3762-AE33-BC7DFDD538F4}] 1460706649 -#time=1d196eb86facaae +[Software\\Classes\\Interface\\{B24E9559-A662-3762-AE33-BC7DFDD538F4}] 1526460883 +#time=1d3ecf388b28566 @="_DriveNotFoundException" -[Software\\Classes\\Interface\\{B24E9559-A662-3762-AE33-BC7DFDD538F4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fac89c +[Software\\Classes\\Interface\\{B24E9559-A662-3762-AE33-BC7DFDD538F4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b28304 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B24E9559-A662-3762-AE33-BC7DFDD538F4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fac9dc +[Software\\Classes\\Interface\\{B24E9559-A662-3762-AE33-BC7DFDD538F4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b28480 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B24E9559-A662-3762-AE33-BC7DFDD538F4}\\TypeLib] 1460706649 -#time=1d196eb86facba8 +[Software\\Classes\\Interface\\{B24E9559-A662-3762-AE33-BC7DFDD538F4}\\TypeLib] 1526460883 +#time=1d3ecf388b28688 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B26B3465-28E4-33B5-B9BF-DD7C4F6461F5}] 1460706649 -#time=1d196eb86fa19ec +[Software\\Classes\\Interface\\{B26B3465-28E4-33B5-B9BF-DD7C4F6461F5}] 1526460883 +#time=1d3ecf388b1cb8a @="_DefaultCharSetAttribute" -[Software\\Classes\\Interface\\{B26B3465-28E4-33B5-B9BF-DD7C4F6461F5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa17d0 +[Software\\Classes\\Interface\\{B26B3465-28E4-33B5-B9BF-DD7C4F6461F5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1c932 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B26B3465-28E4-33B5-B9BF-DD7C4F6461F5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa191a +[Software\\Classes\\Interface\\{B26B3465-28E4-33B5-B9BF-DD7C4F6461F5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1caa4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B26B3465-28E4-33B5-B9BF-DD7C4F6461F5}\\TypeLib] 1460706649 -#time=1d196eb86fa1af0 +[Software\\Classes\\Interface\\{B26B3465-28E4-33B5-B9BF-DD7C4F6461F5}\\TypeLib] 1526460883 +#time=1d3ecf388b1ccac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B2C867E6-69D6-46F2-A611-DED9A4BD7FEF}] 1460706471 -#time=1d196eb1ce047ca +[Software\\Classes\\Interface\\{B2C867E6-69D6-46F2-A611-DED9A4BD7FEF}] 1526460533 +#time=1d3ecf2b808b66a @="ITargetFramePriv2" -[Software\\Classes\\Interface\\{B2C867E6-69D6-46F2-A611-DED9A4BD7FEF}\\NumMethods] 1460706471 -#time=1d196eb1ce046f8 +[Software\\Classes\\Interface\\{B2C867E6-69D6-46F2-A611-DED9A4BD7FEF}\\NumMethods] 1526460533 +#time=1d3ecf2b808b570 @="10" -[Software\\Classes\\Interface\\{B2C867E6-69D6-46F2-A611-DED9A4BD7FEF}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce04838 +[Software\\Classes\\Interface\\{B2C867E6-69D6-46F2-A611-DED9A4BD7FEF}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808b6f6 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B3276180-B23E-3034-B18F-E0122BA4E4CF}] 1460706649 -#time=1d196eb86f58fa8 +[Software\\Classes\\Interface\\{B3276180-B23E-3034-B18F-E0122BA4E4CF}] 1526460883 +#time=1d3ecf388acf1c8 @="_DebuggerStepperBoundaryAttribute" -[Software\\Classes\\Interface\\{B3276180-B23E-3034-B18F-E0122BA4E4CF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f58da0 +[Software\\Classes\\Interface\\{B3276180-B23E-3034-B18F-E0122BA4E4CF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acef66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B3276180-B23E-3034-B18F-E0122BA4E4CF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f58ed6 +[Software\\Classes\\Interface\\{B3276180-B23E-3034-B18F-E0122BA4E4CF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acf0ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B3276180-B23E-3034-B18F-E0122BA4E4CF}\\TypeLib] 1460706649 -#time=1d196eb86f59098 +[Software\\Classes\\Interface\\{B3276180-B23E-3034-B18F-E0122BA4E4CF}\\TypeLib] 1526460883 +#time=1d3ecf388acf2e0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B36B5C63-42EF-38BC-A07E-0B34C98F164A}] 1460706649 -#time=1d196eb86ecd214 +[Software\\Classes\\Interface\\{B36B5C63-42EF-38BC-A07E-0B34C98F164A}] 1526460883 +#time=1d3ecf388a575b0 @="_Exception" -[Software\\Classes\\Interface\\{B36B5C63-42EF-38BC-A07E-0B34C98F164A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ecccc4 +[Software\\Classes\\Interface\\{B36B5C63-42EF-38BC-A07E-0B34C98F164A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a572fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B36B5C63-42EF-38BC-A07E-0B34C98F164A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eccf3a +[Software\\Classes\\Interface\\{B36B5C63-42EF-38BC-A07E-0B34C98F164A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a574b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B36B5C63-42EF-38BC-A07E-0B34C98F164A}\\TypeLib] 1460706649 -#time=1d196eb86ecd458 +[Software\\Classes\\Interface\\{B36B5C63-42EF-38BC-A07E-0B34C98F164A}\\TypeLib] 1526460883 +#time=1d3ecf388a57718 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B370D709-72BD-4696-9825-C4EBADBF98CB}] 1460706648 -#time=1d196eb868ccb08 +[Software\\Classes\\Interface\\{B370D709-72BD-4696-9825-C4EBADBF98CB}] 1526460883 +#time=1d3ecf3884c44fe @="IDebugConvert2" -[Software\\Classes\\Interface\\{B370D709-72BD-4696-9825-C4EBADBF98CB}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cc8ce +[Software\\Classes\\Interface\\{B370D709-72BD-4696-9825-C4EBADBF98CB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c41d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B370D709-72BD-4696-9825-C4EBADBF98CB}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cca36 +[Software\\Classes\\Interface\\{B370D709-72BD-4696-9825-C4EBADBF98CB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c43c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B370D709-72BD-4696-9825-C4EBADBF98CB}\\TypeLib] 1460706648 -#time=1d196eb868ccc16 +[Software\\Classes\\Interface\\{B370D709-72BD-4696-9825-C4EBADBF98CB}\\TypeLib] 1526460883 +#time=1d3ecf3884c4684 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}] 1460706471 -#time=1d196eb1d0a7644 +[Software\\Classes\\Interface\\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}] 1526460533 +#time=1d3ecf2b7bd2f6a @="IEnumOleUndoUnits" -[Software\\Classes\\Interface\\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\\NumMethods] 1460706471 -#time=1d196eb1d0a7572 +[Software\\Classes\\Interface\\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd2e7a @="7" -[Software\\Classes\\Interface\\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a76bc +[Software\\Classes\\Interface\\{B3E7C340-EF97-11CE-9BC9-00AA00608E01}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd2fec @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{B42B6AAC-317E-34D5-9FA9-093BB4160C50}] 1460706649 -#time=1d196eb86edfc0c +[Software\\Classes\\Interface\\{B42B6AAC-317E-34D5-9FA9-093BB4160C50}] 1526460883 +#time=1d3ecf388a6a1e2 @="_AssemblyName" -[Software\\Classes\\Interface\\{B42B6AAC-317E-34D5-9FA9-093BB4160C50}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edfa04 +[Software\\Classes\\Interface\\{B42B6AAC-317E-34D5-9FA9-093BB4160C50}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a69f6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B42B6AAC-317E-34D5-9FA9-093BB4160C50}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edfb44 +[Software\\Classes\\Interface\\{B42B6AAC-317E-34D5-9FA9-093BB4160C50}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6a0f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B42B6AAC-317E-34D5-9FA9-093BB4160C50}\\TypeLib] 1460706649 -#time=1d196eb86edfd7e +[Software\\Classes\\Interface\\{B42B6AAC-317E-34D5-9FA9-093BB4160C50}\\TypeLib] 1526460883 +#time=1d3ecf388a6a368 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B45747E0-EBA7-4276-9F29-85C5BB300006}] 1460706471 -#time=1d196eb1d15019a +[Software\\Classes\\Interface\\{B45747E0-EBA7-4276-9F29-85C5BB300006}] 1526460533 +#time=1d3ecf2b7d618fe @="ITimeTrigger" -[Software\\Classes\\Interface\\{B45747E0-EBA7-4276-9F29-85C5BB300006}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14ff7e +[Software\\Classes\\Interface\\{B45747E0-EBA7-4276-9F29-85C5BB300006}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d61692 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B45747E0-EBA7-4276-9F29-85C5BB300006}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d1500c8 +[Software\\Classes\\Interface\\{B45747E0-EBA7-4276-9F29-85C5BB300006}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d61804 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B45747E0-EBA7-4276-9F29-85C5BB300006}\\TypeLib] 1460706471 -#time=1d196eb1d15028a +[Software\\Classes\\Interface\\{B45747E0-EBA7-4276-9F29-85C5BB300006}\\TypeLib] 1526460533 +#time=1d3ecf2b7d61a0c @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{B45BBD7E-A977-3F56-A626-7A693E5DBBC5}] 1460706649 -#time=1d196eb86f50948 +[Software\\Classes\\Interface\\{B45BBD7E-A977-3F56-A626-7A693E5DBBC5}] 1526460883 +#time=1d3ecf388ac5b28 @="_ThreadStart" -[Software\\Classes\\Interface\\{B45BBD7E-A977-3F56-A626-7A693E5DBBC5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f506fa +[Software\\Classes\\Interface\\{B45BBD7E-A977-3F56-A626-7A693E5DBBC5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac58bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B45BBD7E-A977-3F56-A626-7A693E5DBBC5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f50862 +[Software\\Classes\\Interface\\{B45BBD7E-A977-3F56-A626-7A693E5DBBC5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac5a38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B45BBD7E-A977-3F56-A626-7A693E5DBBC5}\\TypeLib] 1460706649 -#time=1d196eb86f50a60 +[Software\\Classes\\Interface\\{B45BBD7E-A977-3F56-A626-7A693E5DBBC5}\\TypeLib] 1526460883 +#time=1d3ecf388ac5c36 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B4701C26-1509-3726-B2E1-409A636C9B4F}] 1460706649 -#time=1d196eb86f92186 +[Software\\Classes\\Interface\\{B4701C26-1509-3726-B2E1-409A636C9B4F}] 1526460883 +#time=1d3ecf388b0ae9e @="_GenericPrincipal" -[Software\\Classes\\Interface\\{B4701C26-1509-3726-B2E1-409A636C9B4F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f91f4c +[Software\\Classes\\Interface\\{B4701C26-1509-3726-B2E1-409A636C9B4F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0ac46 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B4701C26-1509-3726-B2E1-409A636C9B4F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f92096 +[Software\\Classes\\Interface\\{B4701C26-1509-3726-B2E1-409A636C9B4F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0adae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B4701C26-1509-3726-B2E1-409A636C9B4F}\\TypeLib] 1460706649 -#time=1d196eb86f922bc +[Software\\Classes\\Interface\\{B4701C26-1509-3726-B2E1-409A636C9B4F}\\TypeLib] 1526460883 +#time=1d3ecf388b0afb6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B49A029B-406B-3B1E-88E4-F86690D20364}] 1460706649 -#time=1d196eb86f52702 +[Software\\Classes\\Interface\\{B49A029B-406B-3B1E-88E4-F86690D20364}] 1526460883 +#time=1d3ecf388ac7bbc @="_Timer" -[Software\\Classes\\Interface\\{B49A029B-406B-3B1E-88E4-F86690D20364}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f524f0 +[Software\\Classes\\Interface\\{B49A029B-406B-3B1E-88E4-F86690D20364}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac7964 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B49A029B-406B-3B1E-88E4-F86690D20364}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f52630 +[Software\\Classes\\Interface\\{B49A029B-406B-3B1E-88E4-F86690D20364}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac7ad6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B49A029B-406B-3B1E-88E4-F86690D20364}\\TypeLib] 1460706649 -#time=1d196eb86f527fc +[Software\\Classes\\Interface\\{B49A029B-406B-3B1E-88E4-F86690D20364}\\TypeLib] 1526460883 +#time=1d3ecf388ac7cf2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B4B00613-C48B-3FA9-B8F6-A527EC6F21C3}] 1460706650 -#time=1d196eb877f2bfa +[Software\\Classes\\Interface\\{B4B00613-C48B-3FA9-B8F6-A527EC6F21C3}] 1526460884 +#time=1d3ecf3892d0606 @="_CodeSnippetStatement" -[Software\\Classes\\Interface\\{B4B00613-C48B-3FA9-B8F6-A527EC6F21C3}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f29d4 +[Software\\Classes\\Interface\\{B4B00613-C48B-3FA9-B8F6-A527EC6F21C3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d032c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B4B00613-C48B-3FA9-B8F6-A527EC6F21C3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f2b28 +[Software\\Classes\\Interface\\{B4B00613-C48B-3FA9-B8F6-A527EC6F21C3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d04e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B4B00613-C48B-3FA9-B8F6-A527EC6F21C3}\\TypeLib] 1460706650 -#time=1d196eb877f2cea +[Software\\Classes\\Interface\\{B4B00613-C48B-3FA9-B8F6-A527EC6F21C3}\\TypeLib] 1526460884 +#time=1d3ecf3892d075a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{B4DB1657-70D7-485E-8E3E-6FCB5A5C1802}] 1460706471 -#time=1d196eb1ce1d388 +[Software\\Classes\\Interface\\{B4DB1657-70D7-485E-8E3E-6FCB5A5C1802}] 1526460533 +#time=1d3ecf2b809ca32 @="IModalWindow" -[Software\\Classes\\Interface\\{B4DB1657-70D7-485E-8E3E-6FCB5A5C1802}\\NumMethods] 1460706471 -#time=1d196eb1ce1d266 +[Software\\Classes\\Interface\\{B4DB1657-70D7-485E-8E3E-6FCB5A5C1802}\\NumMethods] 1526460533 +#time=1d3ecf2b809c924 @="4" -[Software\\Classes\\Interface\\{B4DB1657-70D7-485E-8E3E-6FCB5A5C1802}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1d432 +[Software\\Classes\\Interface\\{B4DB1657-70D7-485E-8E3E-6FCB5A5C1802}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809cabe @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B4E32423-E473-3562-AA12-62FDE5A7D4A2}] 1460706649 -#time=1d196eb86fe4f8a +[Software\\Classes\\Interface\\{B4E32423-E473-3562-AA12-62FDE5A7D4A2}] 1526460883 +#time=1d3ecf388b6700e @="_SoapMonth" -[Software\\Classes\\Interface\\{B4E32423-E473-3562-AA12-62FDE5A7D4A2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe4d82 +[Software\\Classes\\Interface\\{B4E32423-E473-3562-AA12-62FDE5A7D4A2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b66dac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B4E32423-E473-3562-AA12-62FDE5A7D4A2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe4ec2 +[Software\\Classes\\Interface\\{B4E32423-E473-3562-AA12-62FDE5A7D4A2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b66f1e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B4E32423-E473-3562-AA12-62FDE5A7D4A2}\\TypeLib] 1460706649 -#time=1d196eb86fe50d4 +[Software\\Classes\\Interface\\{B4E32423-E473-3562-AA12-62FDE5A7D4A2}\\TypeLib] 1526460883 +#time=1d3ecf388b67126 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B51F3F69-4E20-4D13-A42E-D5648BFA30B9}] 1460706675 -#time=1d196eb9677e7fa +[Software\\Classes\\Interface\\{B51F3F69-4E20-4D13-A42E-D5648BFA30B9}] 1526460915 +#time=1d3ecf39ba9f17c @="IAspNetManagementUtility" -[Software\\Classes\\Interface\\{B51F3F69-4E20-4D13-A42E-D5648BFA30B9}\\ProxyStubClsid] 1460706675 -#time=1d196eb9677d62a +[Software\\Classes\\Interface\\{B51F3F69-4E20-4D13-A42E-D5648BFA30B9}\\ProxyStubClsid] 1526460915 +#time=1d3ecf39ba9ceb8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B51F3F69-4E20-4D13-A42E-D5648BFA30B9}\\ProxyStubClsid32] 1460706675 -#time=1d196eb9677c040 +[Software\\Classes\\Interface\\{B51F3F69-4E20-4D13-A42E-D5648BFA30B9}\\ProxyStubClsid32] 1526460915 +#time=1d3ecf39ba9a92e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B51F3F69-4E20-4D13-A42E-D5648BFA30B9}\\TypeLib] 1460706675 -#time=1d196eb9677aa60 +[Software\\Classes\\Interface\\{B51F3F69-4E20-4D13-A42E-D5648BFA30B9}\\TypeLib] 1526460915 +#time=1d3ecf39ba98688 @="{ED6BD1F1-0A6B-41C1-A57D-646C63F5A361}" "Version"="4.0" -[Software\\Classes\\Interface\\{B54D66E6-2287-11D2-8B33-00600806D9B6}] 1460706471 -#time=1d196eb1cdcf0c0 +[Software\\Classes\\Interface\\{B54D66E6-2287-11D2-8B33-00600806D9B6}] 1526460533 +#time=1d3ecf2b7ab2586 @="ISWbemSecurity" -[Software\\Classes\\Interface\\{B54D66E6-2287-11D2-8B33-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdcee90 +[Software\\Classes\\Interface\\{B54D66E6-2287-11D2-8B33-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ab2310 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B54D66E6-2287-11D2-8B33-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdcefee +[Software\\Classes\\Interface\\{B54D66E6-2287-11D2-8B33-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ab248c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B54D66E6-2287-11D2-8B33-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdcf318 +[Software\\Classes\\Interface\\{B54D66E6-2287-11D2-8B33-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7ab2694 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{B55C4C83-1F69-3D93-9C4E-2AA5619E0C68}] 1460706650 -#time=1d196eb87abae96 +[Software\\Classes\\Interface\\{B55C4C83-1F69-3D93-9C4E-2AA5619E0C68}] 1526460884 +#time=1d3ecf3895544ea @="_FlowLayoutPanel" -[Software\\Classes\\Interface\\{B55C4C83-1F69-3D93-9C4E-2AA5619E0C68}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abac16 +[Software\\Classes\\Interface\\{B55C4C83-1F69-3D93-9C4E-2AA5619E0C68}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955417a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B55C4C83-1F69-3D93-9C4E-2AA5619E0C68}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abadba +[Software\\Classes\\Interface\\{B55C4C83-1F69-3D93-9C4E-2AA5619E0C68}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895543b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B55C4C83-1F69-3D93-9C4E-2AA5619E0C68}\\TypeLib] 1460706650 -#time=1d196eb87abafb8 +[Software\\Classes\\Interface\\{B55C4C83-1F69-3D93-9C4E-2AA5619E0C68}\\TypeLib] 1526460884 +#time=1d3ecf3895546b6 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{B58D62CF-B03A-3A14-B0B6-B1E5AD4E4AD5}] 1460706649 -#time=1d196eb86f70f40 +[Software\\Classes\\Interface\\{B58D62CF-B03A-3A14-B0B6-B1E5AD4E4AD5}] 1526460883 +#time=1d3ecf388ae8e5c @="_SerializationInfo" -[Software\\Classes\\Interface\\{B58D62CF-B03A-3A14-B0B6-B1E5AD4E4AD5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f70d2e +[Software\\Classes\\Interface\\{B58D62CF-B03A-3A14-B0B6-B1E5AD4E4AD5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae8bfa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B58D62CF-B03A-3A14-B0B6-B1E5AD4E4AD5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f70e6e +[Software\\Classes\\Interface\\{B58D62CF-B03A-3A14-B0B6-B1E5AD4E4AD5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae8d6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B58D62CF-B03A-3A14-B0B6-B1E5AD4E4AD5}\\TypeLib] 1460706649 -#time=1d196eb86f71044 +[Software\\Classes\\Interface\\{B58D62CF-B03A-3A14-B0B6-B1E5AD4E4AD5}\\TypeLib] 1526460883 +#time=1d3ecf388ae8f74 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B5A1729E-B721-3121-A838-FDE43AF13468}] 1460706649 -#time=1d196eb86f9956c +[Software\\Classes\\Interface\\{B5A1729E-B721-3121-A838-FDE43AF13468}] 1526460883 +#time=1d3ecf388b1405c @="_TypeLibTypeAttribute" -[Software\\Classes\\Interface\\{B5A1729E-B721-3121-A838-FDE43AF13468}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f99364 +[Software\\Classes\\Interface\\{B5A1729E-B721-3121-A838-FDE43AF13468}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b13e04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B5A1729E-B721-3121-A838-FDE43AF13468}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f994a4 +[Software\\Classes\\Interface\\{B5A1729E-B721-3121-A838-FDE43AF13468}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b13f6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B5A1729E-B721-3121-A838-FDE43AF13468}\\TypeLib] 1460706649 -#time=1d196eb86f99670 +[Software\\Classes\\Interface\\{B5A1729E-B721-3121-A838-FDE43AF13468}\\TypeLib] 1526460883 +#time=1d3ecf388b14192 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B60AD5D7-2C2E-35B7-8D77-7946156CFE8E}] 1460706649 -#time=1d196eb8700fb2c +[Software\\Classes\\Interface\\{B60AD5D7-2C2E-35B7-8D77-7946156CFE8E}] 1526460883 +#time=1d3ecf388b95e68 @="_SHA384" -[Software\\Classes\\Interface\\{B60AD5D7-2C2E-35B7-8D77-7946156CFE8E}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700f91a +[Software\\Classes\\Interface\\{B60AD5D7-2C2E-35B7-8D77-7946156CFE8E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b95c06 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B60AD5D7-2C2E-35B7-8D77-7946156CFE8E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700fa5a +[Software\\Classes\\Interface\\{B60AD5D7-2C2E-35B7-8D77-7946156CFE8E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b95d6e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B60AD5D7-2C2E-35B7-8D77-7946156CFE8E}\\TypeLib] 1460706649 -#time=1d196eb8700fc4e +[Software\\Classes\\Interface\\{B60AD5D7-2C2E-35B7-8D77-7946156CFE8E}\\TypeLib] 1526460883 +#time=1d3ecf388b95f76 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B63EA76D-1F85-456F-A19C-48159EFA858B}] 1460706471 -#time=1d196eb1ce0cdb2 +[Software\\Classes\\Interface\\{B63EA76D-1F85-456F-A19C-48159EFA858B}] 1526460533 +#time=1d3ecf2b80940ee @="IShellItemArray" -[Software\\Classes\\Interface\\{B63EA76D-1F85-456F-A19C-48159EFA858B}\\NumMethods] 1460706471 -#time=1d196eb1ce0cbc8 +[Software\\Classes\\Interface\\{B63EA76D-1F85-456F-A19C-48159EFA858B}\\NumMethods] 1526460533 +#time=1d3ecf2b8093fea @="10" -[Software\\Classes\\Interface\\{B63EA76D-1F85-456F-A19C-48159EFA858B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0ceca +[Software\\Classes\\Interface\\{B63EA76D-1F85-456F-A19C-48159EFA858B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8094170 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B6685CCA-7A49-37D1-A805-3DE829CB8DEB}] 1460706649 -#time=1d196eb86ffa790 +[Software\\Classes\\Interface\\{B6685CCA-7A49-37D1-A805-3DE829CB8DEB}] 1526460883 +#time=1d3ecf388b7ce54 @="_AsymmetricKeyExchangeDeformatter" -[Software\\Classes\\Interface\\{B6685CCA-7A49-37D1-A805-3DE829CB8DEB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffa592 +[Software\\Classes\\Interface\\{B6685CCA-7A49-37D1-A805-3DE829CB8DEB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7cbb6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B6685CCA-7A49-37D1-A805-3DE829CB8DEB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffa6d2 +[Software\\Classes\\Interface\\{B6685CCA-7A49-37D1-A805-3DE829CB8DEB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7cd1e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B6685CCA-7A49-37D1-A805-3DE829CB8DEB}\\TypeLib] 1460706649 -#time=1d196eb86ffa88a +[Software\\Classes\\Interface\\{B6685CCA-7A49-37D1-A805-3DE829CB8DEB}\\TypeLib] 1526460883 +#time=1d3ecf388b7cfa8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B66F034F-D0E2-40AB-B436-6DE39E321A94}] 1460706472 -#time=1d196eb1d197310 +[Software\\Classes\\Interface\\{B66F034F-D0E2-40AB-B436-6DE39E321A94}] 1526460533 +#time=1d3ecf2b7f0b51a @="IWICColorTransform" -[Software\\Classes\\Interface\\{B66F034F-D0E2-40AB-B436-6DE39E321A94}\\NumMethods] 1460706472 -#time=1d196eb1d197234 +[Software\\Classes\\Interface\\{B66F034F-D0E2-40AB-B436-6DE39E321A94}\\NumMethods] 1526460533 +#time=1d3ecf2b7f0b420 @="9" -[Software\\Classes\\Interface\\{B66F034F-D0E2-40AB-B436-6DE39E321A94}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d19737e +[Software\\Classes\\Interface\\{B66F034F-D0E2-40AB-B436-6DE39E321A94}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0b59c @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{B6D972C6-022B-3F91-9655-E288E9D32C55}] 1460706650 -#time=1d196eb877d9c4a +[Software\\Classes\\Interface\\{B6D972C6-022B-3F91-9655-E288E9D32C55}] 1526460884 +#time=1d3ecf3892a254e @="_CodeTypeReference" -[Software\\Classes\\Interface\\{B6D972C6-022B-3F91-9655-E288E9D32C55}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d9a2e +[Software\\Classes\\Interface\\{B6D972C6-022B-3F91-9655-E288E9D32C55}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a2256 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B6D972C6-022B-3F91-9655-E288E9D32C55}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d9b78 +[Software\\Classes\\Interface\\{B6D972C6-022B-3F91-9655-E288E9D32C55}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a242c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B6D972C6-022B-3F91-9655-E288E9D32C55}\\TypeLib] 1460706650 -#time=1d196eb877d9d4e +[Software\\Classes\\Interface\\{B6D972C6-022B-3F91-9655-E288E9D32C55}\\TypeLib] 1526460884 +#time=1d3ecf3892a26a2 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{B6ED2127-296F-3B31-AEB5-E2101E98D746}] 1460706650 -#time=1d196eb877f6b60 +[Software\\Classes\\Interface\\{B6ED2127-296F-3B31-AEB5-E2101E98D746}] 1526460884 +#time=1d3ecf3892d5d18 @="_CodeTypeParameter" -[Software\\Classes\\Interface\\{B6ED2127-296F-3B31-AEB5-E2101E98D746}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f6908 +[Software\\Classes\\Interface\\{B6ED2127-296F-3B31-AEB5-E2101E98D746}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d5a3e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B6ED2127-296F-3B31-AEB5-E2101E98D746}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f6a3e +[Software\\Classes\\Interface\\{B6ED2127-296F-3B31-AEB5-E2101E98D746}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d5bf6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B6ED2127-296F-3B31-AEB5-E2101E98D746}\\TypeLib] 1460706650 -#time=1d196eb877f6c96 +[Software\\Classes\\Interface\\{B6ED2127-296F-3B31-AEB5-E2101E98D746}\\TypeLib] 1526460884 +#time=1d3ecf3892d5e62 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{B722BCC5-4E68-101B-A2BC-00AA00404770}] 1460706471 -#time=1d196eb1ce00922 +[Software\\Classes\\Interface\\{B722BCC5-4E68-101B-A2BC-00AA00404770}] 1526460533 +#time=1d3ecf2b8086aac @="IOleDocument" -[Software\\Classes\\Interface\\{B722BCC5-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1460706471 -#time=1d196eb1ce0085a +[Software\\Classes\\Interface\\{B722BCC5-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1526460533 +#time=1d3ecf2b80869b2 @="6" -[Software\\Classes\\Interface\\{B722BCC5-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce00990 +[Software\\Classes\\Interface\\{B722BCC5-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8086b2e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B722BCC6-4E68-101B-A2BC-00AA00404770}] 1460706471 -#time=1d196eb1ce010ac +[Software\\Classes\\Interface\\{B722BCC6-4E68-101B-A2BC-00AA00404770}] 1526460533 +#time=1d3ecf2b80873e4 @="IOleDocumentView" -[Software\\Classes\\Interface\\{B722BCC6-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1460706471 -#time=1d196eb1ce00fda +[Software\\Classes\\Interface\\{B722BCC6-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1526460533 +#time=1d3ecf2b80872ea @="16" -[Software\\Classes\\Interface\\{B722BCC6-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0111a +[Software\\Classes\\Interface\\{B722BCC6-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8087466 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B722BCC7-4E68-101B-A2BC-00AA00404770}] 1460706471 -#time=1d196eb1ce00ce2 +[Software\\Classes\\Interface\\{B722BCC7-4E68-101B-A2BC-00AA00404770}] 1526460533 +#time=1d3ecf2b8086f52 @="IOleDocumentSite" -[Software\\Classes\\Interface\\{B722BCC7-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1460706471 -#time=1d196eb1ce00c1a +[Software\\Classes\\Interface\\{B722BCC7-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1526460533 +#time=1d3ecf2b8086e58 @="4" -[Software\\Classes\\Interface\\{B722BCC7-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce00d5a +[Software\\Classes\\Interface\\{B722BCC7-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8086fde @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B722BCC8-4E68-101B-A2BC-00AA00404770}] 1460706471 -#time=1d196eb1ce0148a +[Software\\Classes\\Interface\\{B722BCC8-4E68-101B-A2BC-00AA00404770}] 1526460533 +#time=1d3ecf2b8087880 @="IEnumOleDocumentViews" -[Software\\Classes\\Interface\\{B722BCC8-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1460706471 -#time=1d196eb1ce0139a +[Software\\Classes\\Interface\\{B722BCC8-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1526460533 +#time=1d3ecf2b8087790 @="7" -[Software\\Classes\\Interface\\{B722BCC8-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce014f8 +[Software\\Classes\\Interface\\{B722BCC8-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8087902 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B722BCC9-4E68-101B-A2BC-00AA00404770}] 1460706471 -#time=1d196eb1ce01fde +[Software\\Classes\\Interface\\{B722BCC9-4E68-101B-A2BC-00AA00404770}] 1526460533 +#time=1d3ecf2b808862c @="IPrint" -[Software\\Classes\\Interface\\{B722BCC9-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1460706471 -#time=1d196eb1ce01f0c +[Software\\Classes\\Interface\\{B722BCC9-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1526460533 +#time=1d3ecf2b8088532 @="6" -[Software\\Classes\\Interface\\{B722BCC9-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0204c +[Software\\Classes\\Interface\\{B722BCC9-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80886a4 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B722BCCA-4E68-101B-A2BC-00AA00404770}] 1460706471 -#time=1d196eb1ce01c14 +[Software\\Classes\\Interface\\{B722BCCA-4E68-101B-A2BC-00AA00404770}] 1526460533 +#time=1d3ecf2b80881a4 @="IContinueCallback" -[Software\\Classes\\Interface\\{B722BCCA-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1460706471 -#time=1d196eb1ce01b42 +[Software\\Classes\\Interface\\{B722BCCA-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1526460533 +#time=1d3ecf2b80880aa @="5" -[Software\\Classes\\Interface\\{B722BCCA-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce01c82 +[Software\\Classes\\Interface\\{B722BCCA-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8088226 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B722BCCB-4E68-101B-A2BC-00AA00404770}] 1460706471 -#time=1d196eb1ce01854 +[Software\\Classes\\Interface\\{B722BCCB-4E68-101B-A2BC-00AA00404770}] 1526460533 +#time=1d3ecf2b8087d08 @="IOleCommandTarget" -[Software\\Classes\\Interface\\{B722BCCB-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1460706471 -#time=1d196eb1ce01782 +[Software\\Classes\\Interface\\{B722BCCB-4E68-101B-A2BC-00AA00404770}\\NumMethods] 1526460533 +#time=1d3ecf2b8087c18 @="5" -[Software\\Classes\\Interface\\{B722BCCB-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce018c2 +[Software\\Classes\\Interface\\{B722BCCB-4E68-101B-A2BC-00AA00404770}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8087d8a @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B78CBAA3-37DF-31C9-ABD2-CDCB1A7FBA9F}] 1460706650 -#time=1d196eb877fc9b6 +[Software\\Classes\\Interface\\{B78CBAA3-37DF-31C9-ABD2-CDCB1A7FBA9F}] 1526460884 +#time=1d3ecf3892dd586 @="_ComponentChangingEventArgs" -[Software\\Classes\\Interface\\{B78CBAA3-37DF-31C9-ABD2-CDCB1A7FBA9F}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fc740 +[Software\\Classes\\Interface\\{B78CBAA3-37DF-31C9-ABD2-CDCB1A7FBA9F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892dd2b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B78CBAA3-37DF-31C9-ABD2-CDCB1A7FBA9F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fc88a +[Software\\Classes\\Interface\\{B78CBAA3-37DF-31C9-ABD2-CDCB1A7FBA9F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892dd46e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B78CBAA3-37DF-31C9-ABD2-CDCB1A7FBA9F}\\TypeLib] 1460706650 -#time=1d196eb877fcaba +[Software\\Classes\\Interface\\{B78CBAA3-37DF-31C9-ABD2-CDCB1A7FBA9F}\\TypeLib] 1526460884 +#time=1d3ecf3892dd6d0 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{B79BB0B0-33C1-11D1-ABE1-00A0C905F375}] 1460706471 -#time=1d196eb1d0d97f2 +[Software\\Classes\\Interface\\{B79BB0B0-33C1-11D1-ABE1-00A0C905F375}] 1526460533 +#time=1d3ecf2b7b0cedc @="IFilterMapper2" -[Software\\Classes\\Interface\\{B79BB0B0-33C1-11D1-ABE1-00A0C905F375}\\NumMethods] 1460706471 -#time=1d196eb1d0d9720 +[Software\\Classes\\Interface\\{B79BB0B0-33C1-11D1-ABE1-00A0C905F375}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0cdec @="7" -[Software\\Classes\\Interface\\{B79BB0B0-33C1-11D1-ABE1-00A0C905F375}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d9860 +[Software\\Classes\\Interface\\{B79BB0B0-33C1-11D1-ABE1-00A0C905F375}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0cf68 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{B79BB0B1-33C1-11D1-ABE1-00A0C905F375}] 1460706471 -#time=1d196eb1d0d9bc6 +[Software\\Classes\\Interface\\{B79BB0B1-33C1-11D1-ABE1-00A0C905F375}] 1526460533 +#time=1d3ecf2b7b0d35a @="IFilterMapper3" -[Software\\Classes\\Interface\\{B79BB0B1-33C1-11D1-ABE1-00A0C905F375}\\NumMethods] 1460706471 -#time=1d196eb1d0d9af4 +[Software\\Classes\\Interface\\{B79BB0B1-33C1-11D1-ABE1-00A0C905F375}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0d26a @="8" -[Software\\Classes\\Interface\\{B79BB0B1-33C1-11D1-ABE1-00A0C905F375}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d9c3e +[Software\\Classes\\Interface\\{B79BB0B1-33C1-11D1-ABE1-00A0C905F375}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0d3fa @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{B7D29E26-7798-3FA4-90F4-E6A22D2099F9}] 1460706649 -#time=1d196eb86f5388c +[Software\\Classes\\Interface\\{B7D29E26-7798-3FA4-90F4-E6A22D2099F9}] 1526460883 +#time=1d3ecf388ac8f80 @="_CollectionBase" -[Software\\Classes\\Interface\\{B7D29E26-7798-3FA4-90F4-E6A22D2099F9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f53670 +[Software\\Classes\\Interface\\{B7D29E26-7798-3FA4-90F4-E6A22D2099F9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac8d0a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B7D29E26-7798-3FA4-90F4-E6A22D2099F9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f537ba +[Software\\Classes\\Interface\\{B7D29E26-7798-3FA4-90F4-E6A22D2099F9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac8e90 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B7D29E26-7798-3FA4-90F4-E6A22D2099F9}\\TypeLib] 1460706649 -#time=1d196eb86f53986 +[Software\\Classes\\Interface\\{B7D29E26-7798-3FA4-90F4-E6A22D2099F9}\\TypeLib] 1526460883 +#time=1d3ecf388ac9098 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00521}] 1460706649 -#time=1d196eb86b67bec +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00521}] 1526460883 +#time=1d3ecf388741e3e @="ITypeNameFactory" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00521}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b679d0 +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00521}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388741ab0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00521}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b67b1a +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00521}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388741c9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00521}\\TypeLib] 1460706649 -#time=1d196eb86b67cf0 +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00521}\\TypeLib] 1526460883 +#time=1d3ecf388742046 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00522}] 1460706649 -#time=1d196eb86b67002 +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00522}] 1526460883 +#time=1d3ecf3887406b0 @="ITypeName" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00522}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b66de6 +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00522}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38874030e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00522}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b66f30 +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00522}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388740548 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00522}\\TypeLib] 1460706649 -#time=1d196eb86b67106 +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00522}\\TypeLib] 1526460883 +#time=1d3ecf388740a20 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00523}] 1460706649 -#time=1d196eb86b6761a +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00523}] 1526460883 +#time=1d3ecf3887413e4 @="ITypeNameBuilder" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00523}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b673fe +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00523}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388741060 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00523}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b6753e +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00523}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388741236 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00523}\\TypeLib] 1460706649 -#time=1d196eb86b67714 +[Software\\Classes\\Interface\\{B81FF171-20F3-11D2-8DCC-00A0C9B00523}\\TypeLib] 1526460883 +#time=1d3ecf3887415ba @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{B84E2C09-78C9-4AC4-8BD3-524AE1663A2F}] 1460706472 -#time=1d196eb1d19775c +[Software\\Classes\\Interface\\{B84E2C09-78C9-4AC4-8BD3-524AE1663A2F}] 1526460533 +#time=1d3ecf2b7f0b9a2 @="IWICFastMetadataEncoder" -[Software\\Classes\\Interface\\{B84E2C09-78C9-4AC4-8BD3-524AE1663A2F}\\NumMethods] 1460706472 -#time=1d196eb1d197676 +[Software\\Classes\\Interface\\{B84E2C09-78C9-4AC4-8BD3-524AE1663A2F}\\NumMethods] 1526460533 +#time=1d3ecf2b7f0b8a8 @="5" -[Software\\Classes\\Interface\\{B84E2C09-78C9-4AC4-8BD3-524AE1663A2F}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1977ca +[Software\\Classes\\Interface\\{B84E2C09-78C9-4AC4-8BD3-524AE1663A2F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0ba2e @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{B86E59F2-F1E2-389D-B5F1-C55307C8106E}] 1460706650 -#time=1d196eb877cdfbc +[Software\\Classes\\Interface\\{B86E59F2-F1E2-389D-B5F1-C55307C8106E}] 1526460884 +#time=1d3ecf3892978b0 @="IComponent" -[Software\\Classes\\Interface\\{B86E59F2-F1E2-389D-B5F1-C55307C8106E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877cdd0a +[Software\\Classes\\Interface\\{B86E59F2-F1E2-389D-B5F1-C55307C8106E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389297464 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B86E59F2-F1E2-389D-B5F1-C55307C8106E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877cdea4 +[Software\\Classes\\Interface\\{B86E59F2-F1E2-389D-B5F1-C55307C8106E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929770c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B86E59F2-F1E2-389D-B5F1-C55307C8106E}\\TypeLib] 1460706650 -#time=1d196eb877ce0de +[Software\\Classes\\Interface\\{B86E59F2-F1E2-389D-B5F1-C55307C8106E}\\TypeLib] 1526460884 +#time=1d3ecf389297a7c @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{B8755BC8-51FE-3D19-A3EC-5A5A5CF120E0}] 1460706650 -#time=1d196eb87aad23c +[Software\\Classes\\Interface\\{B8755BC8-51FE-3D19-A3EC-5A5A5CF120E0}] 1526460884 +#time=1d3ecf389540b66 @="_KeyPressEventArgs" -[Software\\Classes\\Interface\\{B8755BC8-51FE-3D19-A3EC-5A5A5CF120E0}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aacc1a +[Software\\Classes\\Interface\\{B8755BC8-51FE-3D19-A3EC-5A5A5CF120E0}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389540904 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B8755BC8-51FE-3D19-A3EC-5A5A5CF120E0}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aacf3a +[Software\\Classes\\Interface\\{B8755BC8-51FE-3D19-A3EC-5A5A5CF120E0}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389540a76 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B8755BC8-51FE-3D19-A3EC-5A5A5CF120E0}\\TypeLib] 1460706650 -#time=1d196eb87aad69c +[Software\\Classes\\Interface\\{B8755BC8-51FE-3D19-A3EC-5A5A5CF120E0}\\TypeLib] 1526460884 +#time=1d3ecf389540cb0 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}] 1460706471 -#time=1d196eb1cdfe83e +[Software\\Classes\\Interface\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}] 1526460533 +#time=1d3ecf2b8083014 @="IActiveScriptStats" -[Software\\Classes\\Interface\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}\\NumMethods] 1460706471 -#time=1d196eb1cdfe76c +[Software\\Classes\\Interface\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}\\NumMethods] 1526460533 +#time=1d3ecf2b8082e5c @="6" -[Software\\Classes\\Interface\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfe8ac +[Software\\Classes\\Interface\\{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80830aa @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{B90EFAA6-25E4-33D2-ACA3-94BF74DC4AB9}] 1460706649 -#time=1d196eb86efe436 +[Software\\Classes\\Interface\\{B90EFAA6-25E4-33D2-ACA3-94BF74DC4AB9}] 1526460883 +#time=1d3ecf388a81306 @="IMethodCallMessage" -[Software\\Classes\\Interface\\{B90EFAA6-25E4-33D2-ACA3-94BF74DC4AB9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86efde32 +[Software\\Classes\\Interface\\{B90EFAA6-25E4-33D2-ACA3-94BF74DC4AB9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a810a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B90EFAA6-25E4-33D2-ACA3-94BF74DC4AB9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86efe1f2 +[Software\\Classes\\Interface\\{B90EFAA6-25E4-33D2-ACA3-94BF74DC4AB9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a81216 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B90EFAA6-25E4-33D2-ACA3-94BF74DC4AB9}\\TypeLib] 1460706649 -#time=1d196eb86efe6de +[Software\\Classes\\Interface\\{B90EFAA6-25E4-33D2-ACA3-94BF74DC4AB9}\\TypeLib] 1526460883 +#time=1d3ecf388a81414 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B97E84F2-FAB2-340D-8D49-2AC85CF5C0EC}] 1460706650 -#time=1d196eb87801998 +[Software\\Classes\\Interface\\{B97E84F2-FAB2-340D-8D49-2AC85CF5C0EC}] 1526460884 +#time=1d3ecf3892e511e @="_WebHeaderCollection" -[Software\\Classes\\Interface\\{B97E84F2-FAB2-340D-8D49-2AC85CF5C0EC}\\ProxyStubClsid] 1460706650 -#time=1d196eb878017a4 +[Software\\Classes\\Interface\\{B97E84F2-FAB2-340D-8D49-2AC85CF5C0EC}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e4e62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B97E84F2-FAB2-340D-8D49-2AC85CF5C0EC}\\ProxyStubClsid32] 1460706650 -#time=1d196eb878018d0 +[Software\\Classes\\Interface\\{B97E84F2-FAB2-340D-8D49-2AC85CF5C0EC}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e4fe8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B97E84F2-FAB2-340D-8D49-2AC85CF5C0EC}\\TypeLib] 1460706650 -#time=1d196eb87801ab0 +[Software\\Classes\\Interface\\{B97E84F2-FAB2-340D-8D49-2AC85CF5C0EC}\\TypeLib] 1526460884 +#time=1d3ecf3892e5254 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{B9B91146-D6C2-3A62-8159-C2D1794CDEB0}] 1460706649 -#time=1d196eb86ed88a8 +[Software\\Classes\\Interface\\{B9B91146-D6C2-3A62-8159-C2D1794CDEB0}] 1526460883 +#time=1d3ecf388a622bc @="ICustomAttributeProvider" -[Software\\Classes\\Interface\\{B9B91146-D6C2-3A62-8159-C2D1794CDEB0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed8664 +[Software\\Classes\\Interface\\{B9B91146-D6C2-3A62-8159-C2D1794CDEB0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a62064 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B9B91146-D6C2-3A62-8159-C2D1794CDEB0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed87c2 +[Software\\Classes\\Interface\\{B9B91146-D6C2-3A62-8159-C2D1794CDEB0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a621d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B9B91146-D6C2-3A62-8159-C2D1794CDEB0}\\TypeLib] 1460706649 -#time=1d196eb86ed89d4 +[Software\\Classes\\Interface\\{B9B91146-D6C2-3A62-8159-C2D1794CDEB0}\\TypeLib] 1526460883 +#time=1d3ecf388a623de @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{B9E07599-7C44-33BE-A70E-EFA16F51F54A}] 1460706649 -#time=1d196eb86f4eb0c +[Software\\Classes\\Interface\\{B9E07599-7C44-33BE-A70E-EFA16F51F54A}] 1526460883 +#time=1d3ecf388ac3a94 @="_ThreadInterruptedException" -[Software\\Classes\\Interface\\{B9E07599-7C44-33BE-A70E-EFA16F51F54A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4e8c8 +[Software\\Classes\\Interface\\{B9E07599-7C44-33BE-A70E-EFA16F51F54A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac383c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B9E07599-7C44-33BE-A70E-EFA16F51F54A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4ea12 +[Software\\Classes\\Interface\\{B9E07599-7C44-33BE-A70E-EFA16F51F54A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac39ae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{B9E07599-7C44-33BE-A70E-EFA16F51F54A}\\TypeLib] 1460706649 -#time=1d196eb86f4ec2e +[Software\\Classes\\Interface\\{B9E07599-7C44-33BE-A70E-EFA16F51F54A}\\TypeLib] 1526460883 +#time=1d3ecf388ac3bb6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BA2DF049-DA87-3BD1-97B0-7904B59ADF7E}] 1460706650 -#time=1d196eb877fe694 +[Software\\Classes\\Interface\\{BA2DF049-DA87-3BD1-97B0-7904B59ADF7E}] 1526460884 +#time=1d3ecf3892dfd2c @="_ComponentRenameEventHandler" -[Software\\Classes\\Interface\\{BA2DF049-DA87-3BD1-97B0-7904B59ADF7E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fe482 +[Software\\Classes\\Interface\\{BA2DF049-DA87-3BD1-97B0-7904B59ADF7E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892dfa5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BA2DF049-DA87-3BD1-97B0-7904B59ADF7E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fe5c2 +[Software\\Classes\\Interface\\{BA2DF049-DA87-3BD1-97B0-7904B59ADF7E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892dfc14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BA2DF049-DA87-3BD1-97B0-7904B59ADF7E}\\TypeLib] 1460706650 -#time=1d196eb877fe784 +[Software\\Classes\\Interface\\{BA2DF049-DA87-3BD1-97B0-7904B59ADF7E}\\TypeLib] 1526460884 +#time=1d3ecf3892dfe80 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{BA3E053F-ADE3-3233-874A-16E624C9A49B}] 1460706649 -#time=1d196eb86fcdb32 +[Software\\Classes\\Interface\\{BA3E053F-ADE3-3233-874A-16E624C9A49B}] 1526460883 +#time=1d3ecf388b4caa6 @="_NamedPermissionSet" -[Software\\Classes\\Interface\\{BA3E053F-ADE3-3233-874A-16E624C9A49B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcd8e4 +[Software\\Classes\\Interface\\{BA3E053F-ADE3-3233-874A-16E624C9A49B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4c826 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BA3E053F-ADE3-3233-874A-16E624C9A49B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcda60 +[Software\\Classes\\Interface\\{BA3E053F-ADE3-3233-874A-16E624C9A49B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4c998 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BA3E053F-ADE3-3233-874A-16E624C9A49B}\\TypeLib] 1460706649 -#time=1d196eb86fcdc36 +[Software\\Classes\\Interface\\{BA3E053F-ADE3-3233-874A-16E624C9A49B}\\TypeLib] 1526460883 +#time=1d3ecf388b4cbbe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BA9239A4-3DD5-11D2-BF8B-00C04FB93661}] 1460706471 -#time=1d196eb1cdb8fd2 +[Software\\Classes\\Interface\\{BA9239A4-3DD5-11D2-BF8B-00C04FB93661}] 1526460533 +#time=1d3ecf2b7a912f0 @="ISearch" -[Software\\Classes\\Interface\\{BA9239A4-3DD5-11D2-BF8B-00C04FB93661}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb8dac +[Software\\Classes\\Interface\\{BA9239A4-3DD5-11D2-BF8B-00C04FB93661}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a91052 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BA9239A4-3DD5-11D2-BF8B-00C04FB93661}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb8ef6 +[Software\\Classes\\Interface\\{BA9239A4-3DD5-11D2-BF8B-00C04FB93661}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a911e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BA9239A4-3DD5-11D2-BF8B-00C04FB93661}\\TypeLib] 1460706471 -#time=1d196eb1cdb90b8 +[Software\\Classes\\Interface\\{BA9239A4-3DD5-11D2-BF8B-00C04FB93661}\\TypeLib] 1526460533 +#time=1d3ecf2b7a91444 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{BA97ED62-9EBD-34E8-94AD-F71AEF67DEFF}] 1460706650 -#time=1d196eb87acd87a +[Software\\Classes\\Interface\\{BA97ED62-9EBD-34E8-94AD-F71AEF67DEFF}] 1526460884 +#time=1d3ecf38956b906 @="_TreeView" -[Software\\Classes\\Interface\\{BA97ED62-9EBD-34E8-94AD-F71AEF67DEFF}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acd5a0 +[Software\\Classes\\Interface\\{BA97ED62-9EBD-34E8-94AD-F71AEF67DEFF}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956b6a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BA97ED62-9EBD-34E8-94AD-F71AEF67DEFF}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acd7b2 +[Software\\Classes\\Interface\\{BA97ED62-9EBD-34E8-94AD-F71AEF67DEFF}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956b80c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BA97ED62-9EBD-34E8-94AD-F71AEF67DEFF}\\TypeLib] 1460706650 -#time=1d196eb87acd96a +[Software\\Classes\\Interface\\{BA97ED62-9EBD-34E8-94AD-F71AEF67DEFF}\\TypeLib] 1526460884 +#time=1d3ecf38956ba14 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{BAC12781-6865-3558-A8D1-F1CADD2806DD}] 1460706649 -#time=1d196eb86fdd2d0 +[Software\\Classes\\Interface\\{BAC12781-6865-3558-A8D1-F1CADD2806DD}] 1526460883 +#time=1d3ecf388b5daa4 @="_ActivatedClientTypeEntry" -[Software\\Classes\\Interface\\{BAC12781-6865-3558-A8D1-F1CADD2806DD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdd0a0 +[Software\\Classes\\Interface\\{BAC12781-6865-3558-A8D1-F1CADD2806DD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5d838 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BAC12781-6865-3558-A8D1-F1CADD2806DD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdd1fe +[Software\\Classes\\Interface\\{BAC12781-6865-3558-A8D1-F1CADD2806DD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5d9aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BAC12781-6865-3558-A8D1-F1CADD2806DD}\\TypeLib] 1460706649 -#time=1d196eb86fdd3d4 +[Software\\Classes\\Interface\\{BAC12781-6865-3558-A8D1-F1CADD2806DD}\\TypeLib] 1526460883 +#time=1d3ecf388b5dbbc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BAD4B6E9-99AF-42F8-A767-FBCFC5FCA397}] 1460706648 -#time=1d196eb8628f484 +[Software\\Classes\\Interface\\{BAD4B6E9-99AF-42F8-A767-FBCFC5FCA397}] 1526460881 +#time=1d3ecf3877acf6e @="IPimcTablet" -[Software\\Classes\\Interface\\{BAD4B6E9-99AF-42F8-A767-FBCFC5FCA397}\\NumMethods] 1460706648 -#time=1d196eb8628f650 +[Software\\Classes\\Interface\\{BAD4B6E9-99AF-42F8-A767-FBCFC5FCA397}\\NumMethods] 1526460881 +#time=1d3ecf3877ad176 @="20" -[Software\\Classes\\Interface\\{BAD4B6E9-99AF-42F8-A767-FBCFC5FCA397}\\ProxyStubClsid32] 1460706648 -#time=1d196eb8628e67e +[Software\\Classes\\Interface\\{BAD4B6E9-99AF-42F8-A767-FBCFC5FCA397}\\ProxyStubClsid32] 1526460881 +#time=1d3ecf3877ab524 @="{AF44BF80-36DD-4118-B4CF-8B1E3F4FB9CE}" -[Software\\Classes\\Interface\\{BAE54997-48B1-4CBE-9965-D6BE263EBEA4}] 1460706471 -#time=1d196eb1d150d70 +[Software\\Classes\\Interface\\{BAE54997-48B1-4CBE-9965-D6BE263EBEA4}] 1526460533 +#time=1d3ecf2b7d62628 @="IAction" -[Software\\Classes\\Interface\\{BAE54997-48B1-4CBE-9965-D6BE263EBEA4}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d150b40 +[Software\\Classes\\Interface\\{BAE54997-48B1-4CBE-9965-D6BE263EBEA4}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d623b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BAE54997-48B1-4CBE-9965-D6BE263EBEA4}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d150c94 +[Software\\Classes\\Interface\\{BAE54997-48B1-4CBE-9965-D6BE263EBEA4}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d6252e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BAE54997-48B1-4CBE-9965-D6BE263EBEA4}\\TypeLib] 1460706471 -#time=1d196eb1d150e56 +[Software\\Classes\\Interface\\{BAE54997-48B1-4CBE-9965-D6BE263EBEA4}\\TypeLib] 1526460533 +#time=1d3ecf2b7d62736 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{BB03C920-1C05-3ECB-982D-53324D5AC9FF}] 1460706649 -#time=1d196eb86f85a80 +[Software\\Classes\\Interface\\{BB03C920-1C05-3ECB-982D-53324D5AC9FF}] 1526460883 +#time=1d3ecf388afeb26 @="_ApplicationTrustCollection" -[Software\\Classes\\Interface\\{BB03C920-1C05-3ECB-982D-53324D5AC9FF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f85274 +[Software\\Classes\\Interface\\{BB03C920-1C05-3ECB-982D-53324D5AC9FF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afe8ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB03C920-1C05-3ECB-982D-53324D5AC9FF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f856c0 +[Software\\Classes\\Interface\\{BB03C920-1C05-3ECB-982D-53324D5AC9FF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afea40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB03C920-1C05-3ECB-982D-53324D5AC9FF}\\TypeLib] 1460706649 -#time=1d196eb86f85eae +[Software\\Classes\\Interface\\{BB03C920-1C05-3ECB-982D-53324D5AC9FF}\\TypeLib] 1526460883 +#time=1d3ecf388afec48 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BB08F7A9-607A-4384-8623-056892B64371}] 1460706471 -#time=1d196eb1cfcfcbc +[Software\\Classes\\Interface\\{BB08F7A9-607A-4384-8623-056892B64371}] 1526460533 +#time=1d3ecf2b7e40856 @="ITfCompartment" -[Software\\Classes\\Interface\\{BB08F7A9-607A-4384-8623-056892B64371}\\NumMethods] 1460706471 -#time=1d196eb1cfcfbc2 +[Software\\Classes\\Interface\\{BB08F7A9-607A-4384-8623-056892B64371}\\NumMethods] 1526460533 +#time=1d3ecf2b7e4075c @="5" -[Software\\Classes\\Interface\\{BB08F7A9-607A-4384-8623-056892B64371}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcfd2a +[Software\\Classes\\Interface\\{BB08F7A9-607A-4384-8623-056892B64371}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e408d8 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{BB134D18-9643-3862-AA3B-17EBDB1A0DEF}] 1460706650 -#time=1d196eb87acf1d4 +[Software\\Classes\\Interface\\{BB134D18-9643-3862-AA3B-17EBDB1A0DEF}] 1526460884 +#time=1d3ecf38956d4d6 @="_WebBrowser" -[Software\\Classes\\Interface\\{BB134D18-9643-3862-AA3B-17EBDB1A0DEF}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acedec +[Software\\Classes\\Interface\\{BB134D18-9643-3862-AA3B-17EBDB1A0DEF}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956d260 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB134D18-9643-3862-AA3B-17EBDB1A0DEF}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acf0d0 +[Software\\Classes\\Interface\\{BB134D18-9643-3862-AA3B-17EBDB1A0DEF}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956d3e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB134D18-9643-3862-AA3B-17EBDB1A0DEF}\\TypeLib] 1460706650 -#time=1d196eb87acf30a +[Software\\Classes\\Interface\\{BB134D18-9643-3862-AA3B-17EBDB1A0DEF}\\TypeLib] 1526460884 +#time=1d3ecf38956d5f8 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{BB1A2AE1-A4F9-11CF-8F20-00805F2CD064}] 1460706471 -#time=1d196eb1cdfbefe +[Software\\Classes\\Interface\\{BB1A2AE1-A4F9-11CF-8F20-00805F2CD064}] 1526460533 +#time=1d3ecf2b8080062 @="IActiveScript" -[Software\\Classes\\Interface\\{BB1A2AE1-A4F9-11CF-8F20-00805F2CD064}\\NumMethods] 1460706471 -#time=1d196eb1cdfbe2c +[Software\\Classes\\Interface\\{BB1A2AE1-A4F9-11CF-8F20-00805F2CD064}\\NumMethods] 1526460533 +#time=1d3ecf2b807ff68 @="16" -[Software\\Classes\\Interface\\{BB1A2AE1-A4F9-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfbf76 +[Software\\Classes\\Interface\\{BB1A2AE1-A4F9-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80800e4 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{BB1A2AE2-A4F9-11CF-8F20-00805F2CD064}] 1460706471 -#time=1d196eb1cdfc386 +[Software\\Classes\\Interface\\{BB1A2AE2-A4F9-11CF-8F20-00805F2CD064}] 1526460533 +#time=1d3ecf2b80804e0 @="IActiveScriptParse32" -[Software\\Classes\\Interface\\{BB1A2AE2-A4F9-11CF-8F20-00805F2CD064}\\NumMethods] 1460706471 -#time=1d196eb1cdfc2a0 +[Software\\Classes\\Interface\\{BB1A2AE2-A4F9-11CF-8F20-00805F2CD064}\\NumMethods] 1526460533 +#time=1d3ecf2b80803f0 @="6" -[Software\\Classes\\Interface\\{BB1A2AE2-A4F9-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfc41c +[Software\\Classes\\Interface\\{BB1A2AE2-A4F9-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8080562 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{BB1C5180-87D0-330C-B698-EE2132DF362E}] 1460706650 -#time=1d196eb87ac215a +[Software\\Classes\\Interface\\{BB1C5180-87D0-330C-B698-EE2132DF362E}] 1526460884 +#time=1d3ecf38955d676 @="_PictureBox" -[Software\\Classes\\Interface\\{BB1C5180-87D0-330C-B698-EE2132DF362E}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac1e9e +[Software\\Classes\\Interface\\{BB1C5180-87D0-330C-B698-EE2132DF362E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955d400 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB1C5180-87D0-330C-B698-EE2132DF362E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac2088 +[Software\\Classes\\Interface\\{BB1C5180-87D0-330C-B698-EE2132DF362E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955d586 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB1C5180-87D0-330C-B698-EE2132DF362E}\\TypeLib] 1460706650 -#time=1d196eb87ac2268 +[Software\\Classes\\Interface\\{BB1C5180-87D0-330C-B698-EE2132DF362E}\\TypeLib] 1526460884 +#time=1d3ecf38955d78e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{BB257349-A330-3FD4-A5F0-AB755E05C672}] 1460706648 -#time=1d196eb868d9574 +[Software\\Classes\\Interface\\{BB257349-A330-3FD4-A5F0-AB755E05C672}] 1526460883 +#time=1d3ecf3884e4e0c @="_COMMethodInfo" -[Software\\Classes\\Interface\\{BB257349-A330-3FD4-A5F0-AB755E05C672}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d936c +[Software\\Classes\\Interface\\{BB257349-A330-3FD4-A5F0-AB755E05C672}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e4920 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB257349-A330-3FD4-A5F0-AB755E05C672}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d94a2 +[Software\\Classes\\Interface\\{BB257349-A330-3FD4-A5F0-AB755E05C672}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e4c04 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB257349-A330-3FD4-A5F0-AB755E05C672}\\TypeLib] 1460706648 -#time=1d196eb868d96be +[Software\\Classes\\Interface\\{BB257349-A330-3FD4-A5F0-AB755E05C672}\\TypeLib] 1526460883 +#time=1d3ecf3884e523a @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{BB7A158D-DBD9-3E13-B137-8E61E87E1128}] 1460706649 -#time=1d196eb86f8e48c +[Software\\Classes\\Interface\\{BB7A158D-DBD9-3E13-B137-8E61E87E1128}] 1526460883 +#time=1d3ecf388b06d12 @="_UrlMembershipCondition" -[Software\\Classes\\Interface\\{BB7A158D-DBD9-3E13-B137-8E61E87E1128}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8e270 +[Software\\Classes\\Interface\\{BB7A158D-DBD9-3E13-B137-8E61E87E1128}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b06aa6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB7A158D-DBD9-3E13-B137-8E61E87E1128}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8e3ba +[Software\\Classes\\Interface\\{BB7A158D-DBD9-3E13-B137-8E61E87E1128}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b06c18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BB7A158D-DBD9-3E13-B137-8E61E87E1128}\\TypeLib] 1460706649 -#time=1d196eb86f8e590 +[Software\\Classes\\Interface\\{BB7A158D-DBD9-3E13-B137-8E61E87E1128}\\TypeLib] 1526460883 +#time=1d3ecf388b06e20 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BBAE942D-BFF4-36E2-A3BC-508BB3801F4F}] 1460706649 -#time=1d196eb86f5033a +[Software\\Classes\\Interface\\{BBAE942D-BFF4-36E2-A3BC-508BB3801F4F}] 1526460883 +#time=1d3ecf388ac548e @="_IOCompletionCallback" -[Software\\Classes\\Interface\\{BBAE942D-BFF4-36E2-A3BC-508BB3801F4F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f50128 +[Software\\Classes\\Interface\\{BBAE942D-BFF4-36E2-A3BC-508BB3801F4F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac5240 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BBAE942D-BFF4-36E2-A3BC-508BB3801F4F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f50268 +[Software\\Classes\\Interface\\{BBAE942D-BFF4-36E2-A3BC-508BB3801F4F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac53a8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BBAE942D-BFF4-36E2-A3BC-508BB3801F4F}\\TypeLib] 1460706649 -#time=1d196eb86f5043e +[Software\\Classes\\Interface\\{BBAE942D-BFF4-36E2-A3BC-508BB3801F4F}\\TypeLib] 1526460883 +#time=1d3ecf388ac55a6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BBCBDE60-C3FF-11CE-8350-444553540000}] 1460706471 -#time=1d196eb1d129efa +[Software\\Classes\\Interface\\{BBCBDE60-C3FF-11CE-8350-444553540000}] 1526460533 +#time=1d3ecf2b7f41700 @="Folder" -[Software\\Classes\\Interface\\{BBCBDE60-C3FF-11CE-8350-444553540000}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d129cc0 +[Software\\Classes\\Interface\\{BBCBDE60-C3FF-11CE-8350-444553540000}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f4148a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BBCBDE60-C3FF-11CE-8350-444553540000}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d129e14 +[Software\\Classes\\Interface\\{BBCBDE60-C3FF-11CE-8350-444553540000}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f41606 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BBCBDE60-C3FF-11CE-8350-444553540000}\\TypeLib] 1460706471 -#time=1d196eb1d12a012 +[Software\\Classes\\Interface\\{BBCBDE60-C3FF-11CE-8350-444553540000}\\TypeLib] 1526460533 +#time=1d3ecf2b7f41822 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{BBE41AC5-8692-3427-9AE1-C1058A38D492}] 1460706649 -#time=1d196eb86f93f04 +[Software\\Classes\\Interface\\{BBE41AC5-8692-3427-9AE1-C1058A38D492}] 1526460883 +#time=1d3ecf388b0cf82 @="_DispIdAttribute" -[Software\\Classes\\Interface\\{BBE41AC5-8692-3427-9AE1-C1058A38D492}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f93cf2 +[Software\\Classes\\Interface\\{BBE41AC5-8692-3427-9AE1-C1058A38D492}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0cd20 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BBE41AC5-8692-3427-9AE1-C1058A38D492}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f93e32 +[Software\\Classes\\Interface\\{BBE41AC5-8692-3427-9AE1-C1058A38D492}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0ce92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BBE41AC5-8692-3427-9AE1-C1058A38D492}\\TypeLib] 1460706649 -#time=1d196eb86f93ffe +[Software\\Classes\\Interface\\{BBE41AC5-8692-3427-9AE1-C1058A38D492}\\TypeLib] 1526460883 +#time=1d3ecf388b0d090 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BC0847B2-BD5C-37B3-BA67-7D2D54B17238}] 1460706649 -#time=1d196eb86ff42a0 +[Software\\Classes\\Interface\\{BC0847B2-BD5C-37B3-BA67-7D2D54B17238}] 1526460883 +#time=1d3ecf388b764f0 @="_SoapMessage" -[Software\\Classes\\Interface\\{BC0847B2-BD5C-37B3-BA67-7D2D54B17238}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff4084 +[Software\\Classes\\Interface\\{BC0847B2-BD5C-37B3-BA67-7D2D54B17238}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7628e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC0847B2-BD5C-37B3-BA67-7D2D54B17238}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff41ce +[Software\\Classes\\Interface\\{BC0847B2-BD5C-37B3-BA67-7D2D54B17238}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b763f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC0847B2-BD5C-37B3-BA67-7D2D54B17238}\\TypeLib] 1460706649 -#time=1d196eb86ff43c2 +[Software\\Classes\\Interface\\{BC0847B2-BD5C-37B3-BA67-7D2D54B17238}\\TypeLib] 1526460883 +#time=1d3ecf388b76608 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BC0BF6AE-8878-11D1-83E9-00C04FC2C6D4}] 1460706471 -#time=1d196eb1d088cf8 +[Software\\Classes\\Interface\\{BC0BF6AE-8878-11D1-83E9-00C04FC2C6D4}] 1526460533 +#time=1d3ecf2b800691a @="ITimeAndNoticeControl" -[Software\\Classes\\Interface\\{BC0BF6AE-8878-11D1-83E9-00C04FC2C6D4}\\NumMethods] 1460706471 -#time=1d196eb1d088c1c +[Software\\Classes\\Interface\\{BC0BF6AE-8878-11D1-83E9-00C04FC2C6D4}\\NumMethods] 1526460533 +#time=1d3ecf2b800682a @="4" -[Software\\Classes\\Interface\\{BC0BF6AE-8878-11D1-83E9-00C04FC2C6D4}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d088d66 +[Software\\Classes\\Interface\\{BC0BF6AE-8878-11D1-83E9-00C04FC2C6D4}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800699c @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC17E5B7-7561-4C18-BB90-17D485775659}] 1460706472 -#time=1d196eb1d1c92ac +[Software\\Classes\\Interface\\{BC17E5B7-7561-4C18-BB90-17D485775659}] 1526460533 +#time=1d3ecf2b7fc7cec @="IWMPCore2" -[Software\\Classes\\Interface\\{BC17E5B7-7561-4C18-BB90-17D485775659}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c9086 +[Software\\Classes\\Interface\\{BC17E5B7-7561-4C18-BB90-17D485775659}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc7a6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC17E5B7-7561-4C18-BB90-17D485775659}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c91d0 +[Software\\Classes\\Interface\\{BC17E5B7-7561-4C18-BB90-17D485775659}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc7be8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC17E5B7-7561-4C18-BB90-17D485775659}\\TypeLib] 1460706472 -#time=1d196eb1d1c9392 +[Software\\Classes\\Interface\\{BC17E5B7-7561-4C18-BB90-17D485775659}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc7e2c @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{BC261FC6-7132-3FB5-9AAC-224845D3AA99}] 1460706649 -#time=1d196eb86fe7adc +[Software\\Classes\\Interface\\{BC261FC6-7132-3FB5-9AAC-224845D3AA99}] 1526460883 +#time=1d3ecf388b697b4 @="_SoapNonNegativeInteger" -[Software\\Classes\\Interface\\{BC261FC6-7132-3FB5-9AAC-224845D3AA99}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe78c0 +[Software\\Classes\\Interface\\{BC261FC6-7132-3FB5-9AAC-224845D3AA99}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6955c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC261FC6-7132-3FB5-9AAC-224845D3AA99}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe7a0a +[Software\\Classes\\Interface\\{BC261FC6-7132-3FB5-9AAC-224845D3AA99}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b696c4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC261FC6-7132-3FB5-9AAC-224845D3AA99}\\TypeLib] 1460706649 -#time=1d196eb86fe7be0 +[Software\\Classes\\Interface\\{BC261FC6-7132-3FB5-9AAC-224845D3AA99}\\TypeLib] 1526460883 +#time=1d3ecf388b698cc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BC28F4B1-B9AB-3DD8-A471-5B7AE757F8F9}] 1460706649 -#time=1d196eb87298236 +[Software\\Classes\\Interface\\{BC28F4B1-B9AB-3DD8-A471-5B7AE757F8F9}] 1526460884 +#time=1d3ecf388de0dd0 @="_Font" -[Software\\Classes\\Interface\\{BC28F4B1-B9AB-3DD8-A471-5B7AE757F8F9}\\ProxyStubClsid] 1460706649 -#time=1d196eb87297ffc +[Software\\Classes\\Interface\\{BC28F4B1-B9AB-3DD8-A471-5B7AE757F8F9}\\ProxyStubClsid] 1526460884 +#time=1d3ecf388de0a24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC28F4B1-B9AB-3DD8-A471-5B7AE757F8F9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87298146 +[Software\\Classes\\Interface\\{BC28F4B1-B9AB-3DD8-A471-5B7AE757F8F9}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf388de0c90 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC28F4B1-B9AB-3DD8-A471-5B7AE757F8F9}\\TypeLib] 1460706649 -#time=1d196eb87298330 +[Software\\Classes\\Interface\\{BC28F4B1-B9AB-3DD8-A471-5B7AE757F8F9}\\TypeLib] 1526460884 +#time=1d3ecf388de0fce @="{D37E2A3E-8545-3A39-9F4F-31827C9124AB}" "Version"="2.4" -[Software\\Classes\\Interface\\{BC40BEC1-C493-11D0-831B-00C04FD5AE38}] 1460706471 -#time=1d196eb1ce25574 +[Software\\Classes\\Interface\\{BC40BEC1-C493-11D0-831B-00C04FD5AE38}] 1526460533 +#time=1d3ecf2b80a4c8c @="IUrlHistoryNotify" -[Software\\Classes\\Interface\\{BC40BEC1-C493-11D0-831B-00C04FD5AE38}\\NumMethods] 1460706471 -#time=1d196eb1ce253c6 +[Software\\Classes\\Interface\\{BC40BEC1-C493-11D0-831B-00C04FD5AE38}\\NumMethods] 1526460533 +#time=1d3ecf2b80a4b92 @="5" -[Software\\Classes\\Interface\\{BC40BEC1-C493-11D0-831B-00C04FD5AE38}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce2565a +[Software\\Classes\\Interface\\{BC40BEC1-C493-11D0-831B-00C04FD5AE38}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a4d0e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{BC5513C8-B3B8-4BF7-A4D4-361C0D8C88BA}] 1460706472 -#time=1d196eb1d1e919c +[Software\\Classes\\Interface\\{BC5513C8-B3B8-4BF7-A4D4-361C0D8C88BA}] 1526460533 +#time=1d3ecf2b7df3510 @="IUpdateDownloadContentCollection" -[Software\\Classes\\Interface\\{BC5513C8-B3B8-4BF7-A4D4-361C0D8C88BA}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e8e9a +[Software\\Classes\\Interface\\{BC5513C8-B3B8-4BF7-A4D4-361C0D8C88BA}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df3290 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC5513C8-B3B8-4BF7-A4D4-361C0D8C88BA}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e9070 +[Software\\Classes\\Interface\\{BC5513C8-B3B8-4BF7-A4D4-361C0D8C88BA}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df3416 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BC5513C8-B3B8-4BF7-A4D4-361C0D8C88BA}\\TypeLib] 1460706472 -#time=1d196eb1d1e92be +[Software\\Classes\\Interface\\{BC5513C8-B3B8-4BF7-A4D4-361C0D8C88BA}\\TypeLib] 1526460533 +#time=1d3ecf2b7df3628 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{BCA8B44D-AAD6-3A86-8AB7-03349F4F2DA2}] 1460706649 -#time=1d196eb86ed9500 +[Software\\Classes\\Interface\\{BCA8B44D-AAD6-3A86-8AB7-03349F4F2DA2}] 1526460883 +#time=1d3ecf388a62ff0 @="_Type" -[Software\\Classes\\Interface\\{BCA8B44D-AAD6-3A86-8AB7-03349F4F2DA2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed92ee +[Software\\Classes\\Interface\\{BCA8B44D-AAD6-3A86-8AB7-03349F4F2DA2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a62d8e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BCA8B44D-AAD6-3A86-8AB7-03349F4F2DA2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed942e +[Software\\Classes\\Interface\\{BCA8B44D-AAD6-3A86-8AB7-03349F4F2DA2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a62ef6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BCA8B44D-AAD6-3A86-8AB7-03349F4F2DA2}\\TypeLib] 1460706649 -#time=1d196eb86ed9604 +[Software\\Classes\\Interface\\{BCA8B44D-AAD6-3A86-8AB7-03349F4F2DA2}\\TypeLib] 1526460883 +#time=1d3ecf388a630fe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}] 1460706471 -#time=1d196eb1d0a4688 +[Software\\Classes\\Interface\\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}] 1526460533 +#time=1d3ecf2b7bcfb4e @="IPersistMemory" -[Software\\Classes\\Interface\\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\\NumMethods] 1460706471 -#time=1d196eb1d0a45b6 +[Software\\Classes\\Interface\\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\\NumMethods] 1526460533 +#time=1d3ecf2b7bcfa5e @="9" -[Software\\Classes\\Interface\\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a4700 +[Software\\Classes\\Interface\\{BD1AE5E0-A6AE-11CE-BD37-504200C10000}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bcfbd0 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{BD32D878-A59B-3E5C-BFE0-A96B1A1E9D6F}] 1460706649 -#time=1d196eb86f5448a +[Software\\Classes\\Interface\\{BD32D878-A59B-3E5C-BFE0-A96B1A1E9D6F}] 1526460883 +#time=1d3ecf388ac9c82 @="_ReadOnlyCollectionBase" -[Software\\Classes\\Interface\\{BD32D878-A59B-3E5C-BFE0-A96B1A1E9D6F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f54278 +[Software\\Classes\\Interface\\{BD32D878-A59B-3E5C-BFE0-A96B1A1E9D6F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac9a2a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BD32D878-A59B-3E5C-BFE0-A96B1A1E9D6F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f543b8 +[Software\\Classes\\Interface\\{BD32D878-A59B-3E5C-BFE0-A96B1A1E9D6F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac9b9c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BD32D878-A59B-3E5C-BFE0-A96B1A1E9D6F}\\TypeLib] 1460706649 -#time=1d196eb86f54584 +[Software\\Classes\\Interface\\{BD32D878-A59B-3E5C-BFE0-A96B1A1E9D6F}\\TypeLib] 1526460883 +#time=1d3ecf388ac9d9a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BD9DF856-2300-3254-BCF0-679BA03C7A13}] 1460706649 -#time=1d196eb87009e8e +[Software\\Classes\\Interface\\{BD94DBEB-417F-4928-AA06-087D56ED9B59}] 1526460533 +#time=1d3ecf2b7fca53c +@="IWMPCdromBurn" + +[Software\\Classes\\Interface\\{BD94DBEB-417F-4928-AA06-087D56ED9B59}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fca2bc +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{BD94DBEB-417F-4928-AA06-087D56ED9B59}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fca442 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{BD94DBEB-417F-4928-AA06-087D56ED9B59}\\TypeLib] 1526460533 +#time=1d3ecf2b7fca64a +@="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" +"Version"="1.0" + +[Software\\Classes\\Interface\\{BD9DF856-2300-3254-BCF0-679BA03C7A13}] 1526460883 +#time=1d3ecf388b8f6a8 @="_RSACryptoServiceProvider" -[Software\\Classes\\Interface\\{BD9DF856-2300-3254-BCF0-679BA03C7A13}\\ProxyStubClsid] 1460706649 -#time=1d196eb87009c72 +[Software\\Classes\\Interface\\{BD9DF856-2300-3254-BCF0-679BA03C7A13}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8f446 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BD9DF856-2300-3254-BCF0-679BA03C7A13}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87009dbc +[Software\\Classes\\Interface\\{BD9DF856-2300-3254-BCF0-679BA03C7A13}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8f5b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BD9DF856-2300-3254-BCF0-679BA03C7A13}\\TypeLib] 1460706649 -#time=1d196eb87009f88 +[Software\\Classes\\Interface\\{BD9DF856-2300-3254-BCF0-679BA03C7A13}\\TypeLib] 1526460883 +#time=1d3ecf388b8f7c0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BDEEA460-8241-3B41-9ED3-6E3E9977AC7F}] 1460706649 -#time=1d196eb86f38c4e +[Software\\Classes\\Interface\\{BDEEA460-8241-3B41-9ED3-6E3E9977AC7F}] 1526460883 +#time=1d3ecf388aabe4e @="_DivideByZeroException" -[Software\\Classes\\Interface\\{BDEEA460-8241-3B41-9ED3-6E3E9977AC7F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f38a28 +[Software\\Classes\\Interface\\{BDEEA460-8241-3B41-9ED3-6E3E9977AC7F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aabbec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BDEEA460-8241-3B41-9ED3-6E3E9977AC7F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f38b68 +[Software\\Classes\\Interface\\{BDEEA460-8241-3B41-9ED3-6E3E9977AC7F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aabd68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BDEEA460-8241-3B41-9ED3-6E3E9977AC7F}\\TypeLib] 1460706649 -#time=1d196eb86f38d5c +[Software\\Classes\\Interface\\{BDEEA460-8241-3B41-9ED3-6E3E9977AC7F}\\TypeLib] 1526460883 +#time=1d3ecf388aabf84 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BE0ECED3-5F0D-310A-B352-7D1ADF28F8EC}] 1460706650 -#time=1d196eb877ee636 +[Software\\Classes\\Interface\\{BE0ECED3-5F0D-310A-B352-7D1ADF28F8EC}] 1526460884 +#time=1d3ecf3892ca710 @="_CodeTypeDeclarationCollection" -[Software\\Classes\\Interface\\{BE0ECED3-5F0D-310A-B352-7D1ADF28F8EC}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ee41a +[Software\\Classes\\Interface\\{BE0ECED3-5F0D-310A-B352-7D1ADF28F8EC}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892ca440 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE0ECED3-5F0D-310A-B352-7D1ADF28F8EC}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ee550 +[Software\\Classes\\Interface\\{BE0ECED3-5F0D-310A-B352-7D1ADF28F8EC}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892ca5f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE0ECED3-5F0D-310A-B352-7D1ADF28F8EC}\\TypeLib] 1460706650 -#time=1d196eb877ee744 +[Software\\Classes\\Interface\\{BE0ECED3-5F0D-310A-B352-7D1ADF28F8EC}\\TypeLib] 1526460884 +#time=1d3ecf3892ca864 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{BE380BEC-79F2-3876-B510-FA2FE43B7EB7}] 1460706650 -#time=1d196eb878008a4 +[Software\\Classes\\Interface\\{BE380BEC-79F2-3876-B510-FA2FE43B7EB7}] 1526460884 +#time=1d3ecf3892e38a0 @="_ServiceCreatorCallback" -[Software\\Classes\\Interface\\{BE380BEC-79F2-3876-B510-FA2FE43B7EB7}\\ProxyStubClsid] 1460706650 -#time=1d196eb878006a6 +[Software\\Classes\\Interface\\{BE380BEC-79F2-3876-B510-FA2FE43B7EB7}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892e3602 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE380BEC-79F2-3876-B510-FA2FE43B7EB7}\\ProxyStubClsid32] 1460706650 -#time=1d196eb878007dc +[Software\\Classes\\Interface\\{BE380BEC-79F2-3876-B510-FA2FE43B7EB7}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892e37ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE380BEC-79F2-3876-B510-FA2FE43B7EB7}\\TypeLib] 1460706650 -#time=1d196eb8780099e +[Software\\Classes\\Interface\\{BE380BEC-79F2-3876-B510-FA2FE43B7EB7}\\TypeLib] 1526460884 +#time=1d3ecf3892e3b16 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{BE457280-6FFA-3E76-9822-83DE63C0C4E0}] 1460706649 -#time=1d196eb86fd7592 +[Software\\Classes\\Interface\\{BE457280-6FFA-3E76-9822-83DE63C0C4E0}] 1526460883 +#time=1d3ecf388b577c6 @="_ConstructionResponse" -[Software\\Classes\\Interface\\{BE457280-6FFA-3E76-9822-83DE63C0C4E0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd7380 +[Software\\Classes\\Interface\\{BE457280-6FFA-3E76-9822-83DE63C0C4E0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b57564 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE457280-6FFA-3E76-9822-83DE63C0C4E0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd74c0 +[Software\\Classes\\Interface\\{BE457280-6FFA-3E76-9822-83DE63C0C4E0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b576d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE457280-6FFA-3E76-9822-83DE63C0C4E0}\\TypeLib] 1460706649 -#time=1d196eb86fd768c +[Software\\Classes\\Interface\\{BE457280-6FFA-3E76-9822-83DE63C0C4E0}\\TypeLib] 1526460883 +#time=1d3ecf388b578de @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}] 1460706472 -#time=1d196eb1d1eb000 +[Software\\Classes\\Interface\\{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}] 1526460533 +#time=1d3ecf2b7df561c @="IUpdateHistoryEntry" -[Software\\Classes\\Interface\\{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1eadc6 +[Software\\Classes\\Interface\\{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df53a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1eaf2e +[Software\\Classes\\Interface\\{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df552c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}\\TypeLib] 1460706472 -#time=1d196eb1d1eb0f0 +[Software\\Classes\\Interface\\{BE56A644-AF0E-4E0E-A311-C1D8E695CBFF}\\TypeLib] 1526460533 +#time=1d3ecf2b7df572a @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{BE8619CB-3731-3CB2-A3A8-CD0BFA5566EC}] 1460706649 -#time=1d196eb870047e0 +[Software\\Classes\\Interface\\{BE8619CB-3731-3CB2-A3A8-CD0BFA5566EC}] 1526460883 +#time=1d3ecf388b8a0ea @="_CspKeyContainerInfo" -[Software\\Classes\\Interface\\{BE8619CB-3731-3CB2-A3A8-CD0BFA5566EC}\\ProxyStubClsid] 1460706649 -#time=1d196eb870045c4 +[Software\\Classes\\Interface\\{BE8619CB-3731-3CB2-A3A8-CD0BFA5566EC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b89e92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE8619CB-3731-3CB2-A3A8-CD0BFA5566EC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700470e +[Software\\Classes\\Interface\\{BE8619CB-3731-3CB2-A3A8-CD0BFA5566EC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8a004 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE8619CB-3731-3CB2-A3A8-CD0BFA5566EC}\\TypeLib] 1460706649 -#time=1d196eb870048da +[Software\\Classes\\Interface\\{BE8619CB-3731-3CB2-A3A8-CD0BFA5566EC}\\TypeLib] 1526460883 +#time=1d3ecf388b8a22a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD}] 1460706649 -#time=1d196eb86f1a3b6 +[Software\\Classes\\Interface\\{BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD}] 1526460883 +#time=1d3ecf388a8ee48 @="_CustomAttributeBuilder" -[Software\\Classes\\Interface\\{BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1a096 +[Software\\Classes\\Interface\\{BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8ebdc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1a280 +[Software\\Classes\\Interface\\{BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8ed44 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD}\\TypeLib] 1460706649 -#time=1d196eb86f1a528 +[Software\\Classes\\Interface\\{BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD}\\TypeLib] 1526460883 +#time=1d3ecf388a8ef60 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BEBB2505-8B54-3443-AEAD-142A16DD9CC7}] 1460706649 -#time=1d196eb86f18c3c +[Software\\Classes\\Interface\\{BEBB2505-8B54-3443-AEAD-142A16DD9CC7}] 1526460883 +#time=1d3ecf388a8e132 @="_AssemblyBuilder" -[Software\\Classes\\Interface\\{BEBB2505-8B54-3443-AEAD-142A16DD9CC7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f18868 +[Software\\Classes\\Interface\\{BEBB2505-8B54-3443-AEAD-142A16DD9CC7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8dee4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BEBB2505-8B54-3443-AEAD-142A16DD9CC7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f18ad4 +[Software\\Classes\\Interface\\{BEBB2505-8B54-3443-AEAD-142A16DD9CC7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8e04c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BEBB2505-8B54-3443-AEAD-142A16DD9CC7}\\TypeLib] 1460706649 -#time=1d196eb86f18ec6 +[Software\\Classes\\Interface\\{BEBB2505-8B54-3443-AEAD-142A16DD9CC7}\\TypeLib] 1526460883 +#time=1d3ecf388a8e24a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BEF6E002-A874-101A-8BBA-00AA00300CAB}] 1460706471 -#time=1d196eb1d09ebca +[Software\\Classes\\Interface\\{BEF6E002-A874-101A-8BBA-00AA00300CAB}] 1526460533 +#time=1d3ecf2b7bc9762 @="IFont" -[Software\\Classes\\Interface\\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\\NumMethods] 1460706471 -#time=1d196eb1d09eaf8 +[Software\\Classes\\Interface\\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc9672 @="27" -[Software\\Classes\\Interface\\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d09ec38 +[Software\\Classes\\Interface\\{BEF6E002-A874-101A-8BBA-00AA00300CAB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bc97e4 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}] 1460706471 -#time=1d196eb1d0b4060 +[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}] 1528075957 +#time=1d3fba3eb969e6a @="Font" -[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\\NumMethods] 1460706471 -#time=1d196eb1d09eefe +[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc9af0 @="7" -[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0b3be2 +[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7bb39f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0b3eb2 +[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb96a266 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\\TypeLib] 1460706471 -#time=1d196eb1d13bcd6 -@="{00020430-0000-0000-C000-000000000046}" +[Software\\Classes\\Interface\\{BEF6E003-A874-101A-8BBA-00AA00300CAB}\\TypeLib] 1528075957 +#time=1d3fba3eb96a450 +@="{BEF6E001-A874-101A-8BBA-00AA00300CAB}" "Version"="2.0" -[Software\\Classes\\Interface\\{BF009B63-A61C-3898-8DBE-A92E1A80B7E0}] 1460706648 -#time=1d196eb868da082 +[Software\\Classes\\Interface\\{BF009B63-A61C-3898-8DBE-A92E1A80B7E0}] 1526460883 +#time=1d3ecf3884e5d70 @="_JSMethod" -[Software\\Classes\\Interface\\{BF009B63-A61C-3898-8DBE-A92E1A80B7E0}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d9c86 +[Software\\Classes\\Interface\\{BF009B63-A61C-3898-8DBE-A92E1A80B7E0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e58de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BF009B63-A61C-3898-8DBE-A92E1A80B7E0}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d9e84 +[Software\\Classes\\Interface\\{BF009B63-A61C-3898-8DBE-A92E1A80B7E0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e5b86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BF009B63-A61C-3898-8DBE-A92E1A80B7E0}\\TypeLib] 1460706648 -#time=1d196eb868da1c2 +[Software\\Classes\\Interface\\{BF009B63-A61C-3898-8DBE-A92E1A80B7E0}\\TypeLib] 1526460883 +#time=1d3ecf3884e5faa @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{BF1AF177-94CA-3E6D-9D91-55CF9E859D22}] 1460706649 -#time=1d196eb86f35814 +[Software\\Classes\\Interface\\{BF1AF177-94CA-3E6D-9D91-55CF9E859D22}] 1526460883 +#time=1d3ecf388aa8280 @="_CLSCompliantAttribute" -[Software\\Classes\\Interface\\{BF1AF177-94CA-3E6D-9D91-55CF9E859D22}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f35602 +[Software\\Classes\\Interface\\{BF1AF177-94CA-3E6D-9D91-55CF9E859D22}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa7fd8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BF1AF177-94CA-3E6D-9D91-55CF9E859D22}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f35742 +[Software\\Classes\\Interface\\{BF1AF177-94CA-3E6D-9D91-55CF9E859D22}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa817c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BF1AF177-94CA-3E6D-9D91-55CF9E859D22}\\TypeLib] 1460706649 -#time=1d196eb86f35936 +[Software\\Classes\\Interface\\{BF1AF177-94CA-3E6D-9D91-55CF9E859D22}\\TypeLib] 1526460883 +#time=1d3ecf388aa83b6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}] 1460706471 -#time=1d196eb1d0dba70 +[Software\\Classes\\Interface\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}] 1526460533 +#time=1d3ecf2b7b0f33a @="ICaptureGraphBuilder" -[Software\\Classes\\Interface\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}\\NumMethods] 1460706471 -#time=1d196eb1d0db99e +[Software\\Classes\\Interface\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0f24a @="11" -[Software\\Classes\\Interface\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0dbae8 +[Software\\Classes\\Interface\\{BF87B6E0-8C27-11D0-B3F0-00AA003761C5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0f3bc @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{BF99AF76-B575-42AD-8AA4-33CBB5477AF1}] 1460706472 -#time=1d196eb1d1ec16c +[Software\\Classes\\Interface\\{BF99AF76-B575-42AD-8AA4-33CBB5477AF1}] 1526460533 +#time=1d3ecf2b7df69ea @="IUpdateDownloadResult" -[Software\\Classes\\Interface\\{BF99AF76-B575-42AD-8AA4-33CBB5477AF1}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1ebf46 +[Software\\Classes\\Interface\\{BF99AF76-B575-42AD-8AA4-33CBB5477AF1}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df6774 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BF99AF76-B575-42AD-8AA4-33CBB5477AF1}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1ec09a +[Software\\Classes\\Interface\\{BF99AF76-B575-42AD-8AA4-33CBB5477AF1}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df68f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BF99AF76-B575-42AD-8AA4-33CBB5477AF1}\\TypeLib] 1460706472 -#time=1d196eb1d1ec252 +[Software\\Classes\\Interface\\{BF99AF76-B575-42AD-8AA4-33CBB5477AF1}\\TypeLib] 1526460533 +#time=1d3ecf2b7df6aee @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{BFF6C97F-0705-4394-88B8-A03A4B8B4CD7}] 1460706648 -#time=1d196eb868d0c12 +[Software\\Classes\\Interface\\{BFF6C97F-0705-4394-88B8-A03A4B8B4CD7}] 1526460883 +#time=1d3ecf3884cb95c @="IEngine2" -[Software\\Classes\\Interface\\{BFF6C97F-0705-4394-88B8-A03A4B8B4CD7}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d09f6 +[Software\\Classes\\Interface\\{BFF6C97F-0705-4394-88B8-A03A4B8B4CD7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884cb60a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BFF6C97F-0705-4394-88B8-A03A4B8B4CD7}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d0b40 +[Software\\Classes\\Interface\\{BFF6C97F-0705-4394-88B8-A03A4B8B4CD7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884cb830 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BFF6C97F-0705-4394-88B8-A03A4B8B4CD7}\\TypeLib] 1460706648 -#time=1d196eb868d0d0c +[Software\\Classes\\Interface\\{BFF6C97F-0705-4394-88B8-A03A4B8B4CD7}\\TypeLib] 1526460883 +#time=1d3ecf3884cbb14 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{BFF6C980-0705-4394-88B8-A03A4B8B4CD7}] 1460706648 -#time=1d196eb868d3b7e +[Software\\Classes\\Interface\\{BFF6C980-0705-4394-88B8-A03A4B8B4CD7}] 1526460883 +#time=1d3ecf3884d0c86 @="ISite2" -[Software\\Classes\\Interface\\{BFF6C980-0705-4394-88B8-A03A4B8B4CD7}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d396c +[Software\\Classes\\Interface\\{BFF6C980-0705-4394-88B8-A03A4B8B4CD7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884d0966 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BFF6C980-0705-4394-88B8-A03A4B8B4CD7}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d3aac +[Software\\Classes\\Interface\\{BFF6C980-0705-4394-88B8-A03A4B8B4CD7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884d0b50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{BFF6C980-0705-4394-88B8-A03A4B8B4CD7}\\TypeLib] 1460706648 -#time=1d196eb868d3c78 +[Software\\Classes\\Interface\\{BFF6C980-0705-4394-88B8-A03A4B8B4CD7}\\TypeLib] 1526460883 +#time=1d3ecf3884d0e02 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{C02468D1-8713-3225-BDA3-49B2FE37DDBB}] 1460706649 -#time=1d196eb86f4715e +[Software\\Classes\\Interface\\{C02468D1-8713-3225-BDA3-49B2FE37DDBB}] 1526460883 +#time=1d3ecf388abaee4 @="_MTAThreadAttribute" -[Software\\Classes\\Interface\\{C02468D1-8713-3225-BDA3-49B2FE37DDBB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f46f6a +[Software\\Classes\\Interface\\{C02468D1-8713-3225-BDA3-49B2FE37DDBB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abac14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C02468D1-8713-3225-BDA3-49B2FE37DDBB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f470a0 +[Software\\Classes\\Interface\\{C02468D1-8713-3225-BDA3-49B2FE37DDBB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abad9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C02468D1-8713-3225-BDA3-49B2FE37DDBB}\\TypeLib] 1460706649 -#time=1d196eb86f47258 +[Software\\Classes\\Interface\\{C02468D1-8713-3225-BDA3-49B2FE37DDBB}\\TypeLib] 1526460883 +#time=1d3ecf388abb038 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C02BBB79-5AA8-390D-927F-717B7BFF06A1}] 1460706649 -#time=1d196eb86eeed2e +[Software\\Classes\\Interface\\{C02BBB79-5AA8-390D-927F-717B7BFF06A1}] 1526460883 +#time=1d3ecf388a7a9d4 @="IActivator" -[Software\\Classes\\Interface\\{C02BBB79-5AA8-390D-927F-717B7BFF06A1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eeeb1c +[Software\\Classes\\Interface\\{C02BBB79-5AA8-390D-927F-717B7BFF06A1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7a772 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C02BBB79-5AA8-390D-927F-717B7BFF06A1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eeec66 +[Software\\Classes\\Interface\\{C02BBB79-5AA8-390D-927F-717B7BFF06A1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7a8ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C02BBB79-5AA8-390D-927F-717B7BFF06A1}\\TypeLib] 1460706649 -#time=1d196eb86eeee32 +[Software\\Classes\\Interface\\{C02BBB79-5AA8-390D-927F-717B7BFF06A1}\\TypeLib] 1526460883 +#time=1d3ecf388a7aaec @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C040B889-5278-3132-AFF9-AFA61707A81D}] 1460706649 -#time=1d196eb87011936 +[Software\\Classes\\Interface\\{C040B889-5278-3132-AFF9-AFA61707A81D}] 1526460883 +#time=1d3ecf388b97f24 @="_TripleDES" -[Software\\Classes\\Interface\\{C040B889-5278-3132-AFF9-AFA61707A81D}\\ProxyStubClsid] 1460706649 -#time=1d196eb8701171a +[Software\\Classes\\Interface\\{C040B889-5278-3132-AFF9-AFA61707A81D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b97ccc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C040B889-5278-3132-AFF9-AFA61707A81D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87011864 +[Software\\Classes\\Interface\\{C040B889-5278-3132-AFF9-AFA61707A81D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b97e3e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C040B889-5278-3132-AFF9-AFA61707A81D}\\TypeLib] 1460706649 -#time=1d196eb87011a3a +[Software\\Classes\\Interface\\{C040B889-5278-3132-AFF9-AFA61707A81D}\\TypeLib] 1526460883 +#time=1d3ecf388b9803c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C09EFFA9-1FFE-3A52-A733-6236CBC45E7B}] 1460706649 -#time=1d196eb86f11db0 +[Software\\Classes\\Interface\\{C09EFFA9-1FFE-3A52-A733-6236CBC45E7B}] 1526460883 +#time=1d3ecf388a8abcc @="IRemotingTypeInfo" -[Software\\Classes\\Interface\\{C09EFFA9-1FFE-3A52-A733-6236CBC45E7B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f11aae +[Software\\Classes\\Interface\\{C09EFFA9-1FFE-3A52-A733-6236CBC45E7B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8a974 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C09EFFA9-1FFE-3A52-A733-6236CBC45E7B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f11c8e +[Software\\Classes\\Interface\\{C09EFFA9-1FFE-3A52-A733-6236CBC45E7B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8aae6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C09EFFA9-1FFE-3A52-A733-6236CBC45E7B}\\TypeLib] 1460706649 -#time=1d196eb86f11f22 +[Software\\Classes\\Interface\\{C09EFFA9-1FFE-3A52-A733-6236CBC45E7B}\\TypeLib] 1526460883 +#time=1d3ecf388a8ace4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C0BB9361-268F-3E72-BF6F-4120175A1500}] 1460706649 -#time=1d196eb86f4bf9c +[Software\\Classes\\Interface\\{C0BB9361-268F-3E72-BF6F-4120175A1500}] 1526460883 +#time=1d3ecf388ac0cd6 @="_ManualResetEvent" -[Software\\Classes\\Interface\\{C0BB9361-268F-3E72-BF6F-4120175A1500}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4bd80 +[Software\\Classes\\Interface\\{C0BB9361-268F-3E72-BF6F-4120175A1500}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac0a74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C0BB9361-268F-3E72-BF6F-4120175A1500}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4beca +[Software\\Classes\\Interface\\{C0BB9361-268F-3E72-BF6F-4120175A1500}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac0be6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C0BB9361-268F-3E72-BF6F-4120175A1500}\\TypeLib] 1460706649 -#time=1d196eb86f4c096 +[Software\\Classes\\Interface\\{C0BB9361-268F-3E72-BF6F-4120175A1500}\\TypeLib] 1526460883 +#time=1d3ecf388ac0de4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C14342B8-BAFD-322A-BB71-62C672DA284E}] 1460706649 -#time=1d196eb86f9e030 +[Software\\Classes\\Interface\\{C14342B8-BAFD-322A-BB71-62C672DA284E}] 1526460883 +#time=1d3ecf388b18f4e @="_FieldOffsetAttribute" -[Software\\Classes\\Interface\\{C14342B8-BAFD-322A-BB71-62C672DA284E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9de1e +[Software\\Classes\\Interface\\{C14342B8-BAFD-322A-BB71-62C672DA284E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b18cf6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C14342B8-BAFD-322A-BB71-62C672DA284E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9df5e +[Software\\Classes\\Interface\\{C14342B8-BAFD-322A-BB71-62C672DA284E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b18e5e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C14342B8-BAFD-322A-BB71-62C672DA284E}\\TypeLib] 1460706649 -#time=1d196eb86f9e134 +[Software\\Classes\\Interface\\{C14342B8-BAFD-322A-BB71-62C672DA284E}\\TypeLib] 1526460883 +#time=1d3ecf388b19066 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C1468187-3DA1-49DF-ADF8-5F8600E59EA8}] 1460706648 -#time=1d196eb868ce2b4 +[Software\\Classes\\Interface\\{C1468187-3DA1-49DF-ADF8-5F8600E59EA8}] 1526460883 +#time=1d3ecf3884c6cb8 @="IParseText" -[Software\\Classes\\Interface\\{C1468187-3DA1-49DF-ADF8-5F8600E59EA8}\\ProxyStubClsid] 1460706648 -#time=1d196eb868ce0a2 +[Software\\Classes\\Interface\\{C1468187-3DA1-49DF-ADF8-5F8600E59EA8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c68f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C1468187-3DA1-49DF-ADF8-5F8600E59EA8}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868ce1e2 +[Software\\Classes\\Interface\\{C1468187-3DA1-49DF-ADF8-5F8600E59EA8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c6ae2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C1468187-3DA1-49DF-ADF8-5F8600E59EA8}\\TypeLib] 1460706648 -#time=1d196eb868ce3ae +[Software\\Classes\\Interface\\{C1468187-3DA1-49DF-ADF8-5F8600E59EA8}\\TypeLib] 1526460883 +#time=1d3ecf3884c6ef2 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{C1960960-17F5-11D1-ABE1-00A0C905F375}] 1460706471 -#time=1d196eb1d0d8b7c +[Software\\Classes\\Interface\\{C1960960-17F5-11D1-ABE1-00A0C905F375}] 1526460533 +#time=1d3ecf2b7b0c144 @="IAMStreamSelect" -[Software\\Classes\\Interface\\{C1960960-17F5-11D1-ABE1-00A0C905F375}\\NumMethods] 1460706471 -#time=1d196eb1d0d8a5a +[Software\\Classes\\Interface\\{C1960960-17F5-11D1-ABE1-00A0C905F375}\\NumMethods] 1526460533 +#time=1d3ecf2b7b0c054 @="6" -[Software\\Classes\\Interface\\{C1960960-17F5-11D1-ABE1-00A0C905F375}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0d8bf4 +[Software\\Classes\\Interface\\{C1960960-17F5-11D1-ABE1-00A0C905F375}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b0c1c6 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{C1DA069E-4C0B-3664-BBA1-F81864825085}] 1460706650 -#time=1d196eb87ac6318 +[Software\\Classes\\Interface\\{C1DA069E-4C0B-3664-BBA1-F81864825085}] 1526460884 +#time=1d3ecf3895627c0 @="_SplitContainer" -[Software\\Classes\\Interface\\{C1DA069E-4C0B-3664-BBA1-F81864825085}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac611a +[Software\\Classes\\Interface\\{C1DA069E-4C0B-3664-BBA1-F81864825085}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389562252 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C1DA069E-4C0B-3664-BBA1-F81864825085}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac6250 +[Software\\Classes\\Interface\\{C1DA069E-4C0B-3664-BBA1-F81864825085}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389562662 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C1DA069E-4C0B-3664-BBA1-F81864825085}\\TypeLib] 1460706650 -#time=1d196eb87ac6408 +[Software\\Classes\\Interface\\{C1DA069E-4C0B-3664-BBA1-F81864825085}\\TypeLib] 1526460884 +#time=1d3ecf389562a90 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{C20769F3-858D-316A-BE6D-C347A47948AD}] 1460706649 -#time=1d196eb86fe3d60 +[Software\\Classes\\Interface\\{C20769F3-858D-316A-BE6D-C347A47948AD}] 1526460883 +#time=1d3ecf388b65c36 @="_SoapYear" -[Software\\Classes\\Interface\\{C20769F3-858D-316A-BE6D-C347A47948AD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe3982 +[Software\\Classes\\Interface\\{C20769F3-858D-316A-BE6D-C347A47948AD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b659de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C20769F3-858D-316A-BE6D-C347A47948AD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe3c0c +[Software\\Classes\\Interface\\{C20769F3-858D-316A-BE6D-C347A47948AD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b65b46 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C20769F3-858D-316A-BE6D-C347A47948AD}\\TypeLib] 1460706649 -#time=1d196eb86fe3e6e +[Software\\Classes\\Interface\\{C20769F3-858D-316A-BE6D-C347A47948AD}\\TypeLib] 1526460883 +#time=1d3ecf388b65d44 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C20FD3EB-7022-3D14-8477-760FAB54E50D}] 1460706649 -#time=1d196eb86ed2a3e +[Software\\Classes\\Interface\\{C20FD3EB-7022-3D14-8477-760FAB54E50D}] 1526460883 +#time=1d3ecf388a5bf0c @="IComparer" -[Software\\Classes\\Interface\\{C20FD3EB-7022-3D14-8477-760FAB54E50D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed2764 +[Software\\Classes\\Interface\\{C20FD3EB-7022-3D14-8477-760FAB54E50D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5bc46 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C20FD3EB-7022-3D14-8477-760FAB54E50D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed2926 +[Software\\Classes\\Interface\\{C20FD3EB-7022-3D14-8477-760FAB54E50D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a5bdfe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C20FD3EB-7022-3D14-8477-760FAB54E50D}\\TypeLib] 1460706649 -#time=1d196eb86ed2b56 +[Software\\Classes\\Interface\\{C20FD3EB-7022-3D14-8477-760FAB54E50D}\\TypeLib] 1526460883 +#time=1d3ecf388a5c060 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C2322B43-25B3-3B30-B3DB-67E4DA2E6533}] 1460706650 -#time=1d196eb87acb9f8 +[Software\\Classes\\Interface\\{C2322B43-25B3-3B30-B3DB-67E4DA2E6533}] 1526460884 +#time=1d3ecf389569822 @="_ToolStripDropDown" -[Software\\Classes\\Interface\\{C2322B43-25B3-3B30-B3DB-67E4DA2E6533}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acb7dc +[Software\\Classes\\Interface\\{C2322B43-25B3-3B30-B3DB-67E4DA2E6533}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895695b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C2322B43-25B3-3B30-B3DB-67E4DA2E6533}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acb912 +[Software\\Classes\\Interface\\{C2322B43-25B3-3B30-B3DB-67E4DA2E6533}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389569728 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C2322B43-25B3-3B30-B3DB-67E4DA2E6533}\\TypeLib] 1460706650 -#time=1d196eb87acbaf2 +[Software\\Classes\\Interface\\{C2322B43-25B3-3B30-B3DB-67E4DA2E6533}\\TypeLib] 1526460884 +#time=1d3ecf38956993a @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{C2323C25-F57F-3880-8A4D-12EBEA7A5852}] 1460706649 -#time=1d196eb86f1ed3a +[Software\\Classes\\Interface\\{C2323C25-F57F-3880-8A4D-12EBEA7A5852}] 1526460883 +#time=1d3ecf388a91e40 @="_MethodRental" -[Software\\Classes\\Interface\\{C2323C25-F57F-3880-8A4D-12EBEA7A5852}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1e858 +[Software\\Classes\\Interface\\{C2323C25-F57F-3880-8A4D-12EBEA7A5852}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a91bde @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C2323C25-F57F-3880-8A4D-12EBEA7A5852}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1eb5a +[Software\\Classes\\Interface\\{C2323C25-F57F-3880-8A4D-12EBEA7A5852}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a91d50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C2323C25-F57F-3880-8A4D-12EBEA7A5852}\\TypeLib] 1460706649 -#time=1d196eb86f1ef92 +[Software\\Classes\\Interface\\{C2323C25-F57F-3880-8A4D-12EBEA7A5852}\\TypeLib] 1526460883 +#time=1d3ecf388a91f58 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C26446AC-E09B-3545-B01A-5575923636C3}] 1460706650 -#time=1d196eb87ab9a82 +[Software\\Classes\\Interface\\{C26446AC-E09B-3545-B01A-5575923636C3}] 1526460884 +#time=1d3ecf3895525b4 @="_UpDownBase" -[Software\\Classes\\Interface\\{C26446AC-E09B-3545-B01A-5575923636C3}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab9870 +[Software\\Classes\\Interface\\{C26446AC-E09B-3545-B01A-5575923636C3}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895521c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C26446AC-E09B-3545-B01A-5575923636C3}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab99b0 +[Software\\Classes\\Interface\\{C26446AC-E09B-3545-B01A-5575923636C3}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955242e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C26446AC-E09B-3545-B01A-5575923636C3}\\TypeLib] 1460706650 -#time=1d196eb87ab9ba4 +[Software\\Classes\\Interface\\{C26446AC-E09B-3545-B01A-5575923636C3}\\TypeLib] 1526460884 +#time=1d3ecf38955279e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{C27990BB-3CFD-3D29-8DC0-BBE5FBADEAFD}] 1460706649 -#time=1d196eb8700e808 +[Software\\Classes\\Interface\\{C27990BB-3CFD-3D29-8DC0-BBE5FBADEAFD}] 1526460883 +#time=1d3ecf388b94a86 @="_SHA1Managed" -[Software\\Classes\\Interface\\{C27990BB-3CFD-3D29-8DC0-BBE5FBADEAFD}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700e5d8 +[Software\\Classes\\Interface\\{C27990BB-3CFD-3D29-8DC0-BBE5FBADEAFD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b94824 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C27990BB-3CFD-3D29-8DC0-BBE5FBADEAFD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700e736 +[Software\\Classes\\Interface\\{C27990BB-3CFD-3D29-8DC0-BBE5FBADEAFD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b94996 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C27990BB-3CFD-3D29-8DC0-BBE5FBADEAFD}\\TypeLib] 1460706649 -#time=1d196eb8700e902 +[Software\\Classes\\Interface\\{C27990BB-3CFD-3D29-8DC0-BBE5FBADEAFD}\\TypeLib] 1526460883 +#time=1d3ecf388b94ba8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C281C7F1-4AA9-3517-961A-463CFED57E75}] 1460706649 -#time=1d196eb86ed663e +[Software\\Classes\\Interface\\{C281C7F1-4AA9-3517-961A-463CFED57E75}] 1526460883 +#time=1d3ecf388a6012e @="_Thread" -[Software\\Classes\\Interface\\{C281C7F1-4AA9-3517-961A-463CFED57E75}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed63d2 +[Software\\Classes\\Interface\\{C281C7F1-4AA9-3517-961A-463CFED57E75}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a5fed6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C281C7F1-4AA9-3517-961A-463CFED57E75}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed656c +[Software\\Classes\\Interface\\{C281C7F1-4AA9-3517-961A-463CFED57E75}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6003e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C281C7F1-4AA9-3517-961A-463CFED57E75}\\TypeLib] 1460706649 -#time=1d196eb86ed6788 +[Software\\Classes\\Interface\\{C281C7F1-4AA9-3517-961A-463CFED57E75}\\TypeLib] 1526460883 +#time=1d3ecf388a60246 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C2A10F3A-356A-3C77-AAB9-8991D73A2561}] 1460706649 -#time=1d196eb86f35de6 +[Software\\Classes\\Interface\\{C2A10F3A-356A-3C77-AAB9-8991D73A2561}] 1526460883 +#time=1d3ecf388aa89c4 @="_TypeUnloadedException" -[Software\\Classes\\Interface\\{C2A10F3A-356A-3C77-AAB9-8991D73A2561}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f35be8 +[Software\\Classes\\Interface\\{C2A10F3A-356A-3C77-AAB9-8991D73A2561}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa8758 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C2A10F3A-356A-3C77-AAB9-8991D73A2561}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f35d1e +[Software\\Classes\\Interface\\{C2A10F3A-356A-3C77-AAB9-8991D73A2561}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa88d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C2A10F3A-356A-3C77-AAB9-8991D73A2561}\\TypeLib] 1460706649 -#time=1d196eb86f35ee0 +[Software\\Classes\\Interface\\{C2A10F3A-356A-3C77-AAB9-8991D73A2561}\\TypeLib] 1526460883 +#time=1d3ecf388aa8afa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C2AF4970-4FB6-319C-A8AA-0614D27F2B2C}] 1460706649 -#time=1d196eb86fcd510 +[Software\\Classes\\Interface\\{C2AF4970-4FB6-319C-A8AA-0614D27F2B2C}] 1526460883 +#time=1d3ecf388b4c3ee @="_PermissionSet" -[Software\\Classes\\Interface\\{C2AF4970-4FB6-319C-A8AA-0614D27F2B2C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcd2e0 +[Software\\Classes\\Interface\\{C2AF4970-4FB6-319C-A8AA-0614D27F2B2C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4c182 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C2AF4970-4FB6-319C-A8AA-0614D27F2B2C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcd43e +[Software\\Classes\\Interface\\{C2AF4970-4FB6-319C-A8AA-0614D27F2B2C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4c2fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C2AF4970-4FB6-319C-A8AA-0614D27F2B2C}\\TypeLib] 1460706649 -#time=1d196eb86fcd61e +[Software\\Classes\\Interface\\{C2AF4970-4FB6-319C-A8AA-0614D27F2B2C}\\TypeLib] 1526460883 +#time=1d3ecf388b4c506 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C318A56D-0B03-3A5A-93F6-7DF0B3268237}] 1460706650 -#time=1d196eb87ac7466 +[Software\\Classes\\Interface\\{C318A56D-0B03-3A5A-93F6-7DF0B3268237}] 1526460884 +#time=1d3ecf3895648a4 @="_Splitter" -[Software\\Classes\\Interface\\{C318A56D-0B03-3A5A-93F6-7DF0B3268237}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac7268 +[Software\\Classes\\Interface\\{C318A56D-0B03-3A5A-93F6-7DF0B3268237}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389564642 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C318A56D-0B03-3A5A-93F6-7DF0B3268237}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac739e +[Software\\Classes\\Interface\\{C318A56D-0B03-3A5A-93F6-7DF0B3268237}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895647aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C318A56D-0B03-3A5A-93F6-7DF0B3268237}\\TypeLib] 1460706650 -#time=1d196eb87ac7560 +[Software\\Classes\\Interface\\{C318A56D-0B03-3A5A-93F6-7DF0B3268237}\\TypeLib] 1526460884 +#time=1d3ecf3895649bc @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{C32ABFC9-3917-30BF-A7BC-44250BDFC5D8}] 1460706649 -#time=1d196eb86fdc04c +[Software\\Classes\\Interface\\{C32ABFC9-3917-30BF-A7BC-44250BDFC5D8}] 1526460883 +#time=1d3ecf388b5c6ea @="_SoapParameterAttribute" -[Software\\Classes\\Interface\\{C32ABFC9-3917-30BF-A7BC-44250BDFC5D8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdbc50 +[Software\\Classes\\Interface\\{C32ABFC9-3917-30BF-A7BC-44250BDFC5D8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5c492 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C32ABFC9-3917-30BF-A7BC-44250BDFC5D8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdbe62 +[Software\\Classes\\Interface\\{C32ABFC9-3917-30BF-A7BC-44250BDFC5D8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5c604 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C32ABFC9-3917-30BF-A7BC-44250BDFC5D8}\\TypeLib] 1460706649 -#time=1d196eb86fdc178 +[Software\\Classes\\Interface\\{C32ABFC9-3917-30BF-A7BC-44250BDFC5D8}\\TypeLib] 1526460883 +#time=1d3ecf388b5c802 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C3C429F9-8590-3A01-B2B2-434837F3D16D}] 1460706649 -#time=1d196eb86fadc6a +[Software\\Classes\\Interface\\{C3C429F9-8590-3A01-B2B2-434837F3D16D}] 1526460883 +#time=1d3ecf388b29934 @="_FileInfo" -[Software\\Classes\\Interface\\{C3C429F9-8590-3A01-B2B2-434837F3D16D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fada44 +[Software\\Classes\\Interface\\{C3C429F9-8590-3A01-B2B2-434837F3D16D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b296d2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3C429F9-8590-3A01-B2B2-434837F3D16D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fadb84 +[Software\\Classes\\Interface\\{C3C429F9-8590-3A01-B2B2-434837F3D16D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2984e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3C429F9-8590-3A01-B2B2-434837F3D16D}\\TypeLib] 1460706649 -#time=1d196eb86fadd78 +[Software\\Classes\\Interface\\{C3C429F9-8590-3A01-B2B2-434837F3D16D}\\TypeLib] 1526460883 +#time=1d3ecf388b29a4c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C3F8F66B-91BE-4C99-A94F-CE3B0A951039}] 1460706650 -#time=1d196eb8753424c +[Software\\Classes\\Interface\\{C3F8F66B-91BE-4C99-A94F-CE3B0A951039}] 1526460884 +#time=1d3ecf38904c042 @="IComManagedImportUtil" -[Software\\Classes\\Interface\\{C3F8F66B-91BE-4C99-A94F-CE3B0A951039}\\ProxyStubClsid] 1460706650 -#time=1d196eb87533ffe +[Software\\Classes\\Interface\\{C3F8F66B-91BE-4C99-A94F-CE3B0A951039}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904bd2c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3F8F66B-91BE-4C99-A94F-CE3B0A951039}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87534152 +[Software\\Classes\\Interface\\{C3F8F66B-91BE-4C99-A94F-CE3B0A951039}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38904bf16 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3F8F66B-91BE-4C99-A94F-CE3B0A951039}\\TypeLib] 1460706650 -#time=1d196eb87534350 +[Software\\Classes\\Interface\\{C3F8F66B-91BE-4C99-A94F-CE3B0A951039}\\TypeLib] 1526460884 +#time=1d3ecf38904c1aa @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{C3FA9EA8-275E-35E9-89DA-18B1FCA593EE}] 1460706650 -#time=1d196eb87ac141c +[Software\\Classes\\Interface\\{C3FA9EA8-275E-35E9-89DA-18B1FCA593EE}] 1526460884 +#time=1d3ecf38955c92e @="_MonthCalendar" -[Software\\Classes\\Interface\\{C3FA9EA8-275E-35E9-89DA-18B1FCA593EE}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac120a +[Software\\Classes\\Interface\\{C3FA9EA8-275E-35E9-89DA-18B1FCA593EE}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955c6d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3FA9EA8-275E-35E9-89DA-18B1FCA593EE}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac134a +[Software\\Classes\\Interface\\{C3FA9EA8-275E-35E9-89DA-18B1FCA593EE}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955c848 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3FA9EA8-275E-35E9-89DA-18B1FCA593EE}\\TypeLib] 1460706650 -#time=1d196eb87ac1520 +[Software\\Classes\\Interface\\{C3FA9EA8-275E-35E9-89DA-18B1FCA593EE}\\TypeLib] 1526460884 +#time=1d3ecf38955ca50 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{C3FB5510-3454-3B31-B64F-DE6AAD6BE820}] 1460706649 -#time=1d196eb86fcb6d4 +[Software\\Classes\\Interface\\{C3FB5510-3454-3B31-B64F-DE6AAD6BE820}] 1526460883 +#time=1d3ecf388b4a2ec @="_RegistryPermission" -[Software\\Classes\\Interface\\{C3FB5510-3454-3B31-B64F-DE6AAD6BE820}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcb4c2 +[Software\\Classes\\Interface\\{C3FB5510-3454-3B31-B64F-DE6AAD6BE820}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4a080 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3FB5510-3454-3B31-B64F-DE6AAD6BE820}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcb60c +[Software\\Classes\\Interface\\{C3FB5510-3454-3B31-B64F-DE6AAD6BE820}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4a1fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3FB5510-3454-3B31-B64F-DE6AAD6BE820}\\TypeLib] 1460706649 -#time=1d196eb86fcb7d8 +[Software\\Classes\\Interface\\{C3FB5510-3454-3B31-B64F-DE6AAD6BE820}\\TypeLib] 1526460883 +#time=1d3ecf388b4a404 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C3FCC19E-A970-11D2-8B5A-00A0C9B7C9C4}] 1460706649 -#time=1d196eb86b687c2 +[Software\\Classes\\Interface\\{C3FCC19E-A970-11D2-8B5A-00A0C9B7C9C4}] 1526460883 +#time=1d3ecf3887432f2 @="IManagedObject" -[Software\\Classes\\Interface\\{C3FCC19E-A970-11D2-8B5A-00A0C9B7C9C4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b685b0 +[Software\\Classes\\Interface\\{C3FCC19E-A970-11D2-8B5A-00A0C9B7C9C4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388742fc8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3FCC19E-A970-11D2-8B5A-00A0C9B7C9C4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b686f0 +[Software\\Classes\\Interface\\{C3FCC19E-A970-11D2-8B5A-00A0C9B7C9C4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388743194 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C3FCC19E-A970-11D2-8B5A-00A0C9B7C9C4}\\TypeLib] 1460706649 -#time=1d196eb86b688c6 +[Software\\Classes\\Interface\\{C3FCC19E-A970-11D2-8B5A-00A0C9B7C9C4}\\TypeLib] 1526460883 +#time=1d3ecf38874345a @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{C43DC798-95D1-4BEA-9030-BB99E2983A1A}] 1460706471 -#time=1d196eb1ce199fe +[Software\\Classes\\Interface\\{C43DC798-95D1-4BEA-9030-BB99E2983A1A}] 1526460533 +#time=1d3ecf2b809a0b6 @="ITaskbarList4" -[Software\\Classes\\Interface\\{C43DC798-95D1-4BEA-9030-BB99E2983A1A}\\NumMethods] 1460706471 -#time=1d196eb1ce19922 +[Software\\Classes\\Interface\\{C43DC798-95D1-4BEA-9030-BB99E2983A1A}\\NumMethods] 1526460533 +#time=1d3ecf2b8099fc6 @="22" -[Software\\Classes\\Interface\\{C43DC798-95D1-4BEA-9030-BB99E2983A1A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce19a6c +[Software\\Classes\\Interface\\{C43DC798-95D1-4BEA-9030-BB99E2983A1A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809a138 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{C460E2B4-E199-412A-8456-84DC3E4838C3}] 1460706649 -#time=1d196eb86eda108 +[Software\\Classes\\Interface\\{C460E2B4-E199-412A-8456-84DC3E4838C3}] 1526460883 +#time=1d3ecf388a63d60 @="IObjectHandle" -[Software\\Classes\\Interface\\{C460E2B4-E199-412A-8456-84DC3E4838C3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed9ef6 +[Software\\Classes\\Interface\\{C460E2B4-E199-412A-8456-84DC3E4838C3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a63ae0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C460E2B4-E199-412A-8456-84DC3E4838C3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eda036 +[Software\\Classes\\Interface\\{C460E2B4-E199-412A-8456-84DC3E4838C3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a63c52 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C460E2B4-E199-412A-8456-84DC3E4838C3}\\TypeLib] 1460706649 -#time=1d196eb86eda20c +[Software\\Classes\\Interface\\{C460E2B4-E199-412A-8456-84DC3E4838C3}\\TypeLib] 1526460883 +#time=1d3ecf388a63e78 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C462B072-FE6E-3BDC-9FAB-4CDBFCBCD124}] 1460706649 -#time=1d196eb86f65f5a +[Software\\Classes\\Interface\\{C462B072-FE6E-3BDC-9FAB-4CDBFCBCD124}] 1526460883 +#time=1d3ecf388adda7a @="_DefaultMemberAttribute" -[Software\\Classes\\Interface\\{C462B072-FE6E-3BDC-9FAB-4CDBFCBCD124}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f65d3e +[Software\\Classes\\Interface\\{C462B072-FE6E-3BDC-9FAB-4CDBFCBCD124}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388add818 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C462B072-FE6E-3BDC-9FAB-4CDBFCBCD124}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f65e92 +[Software\\Classes\\Interface\\{C462B072-FE6E-3BDC-9FAB-4CDBFCBCD124}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388add98a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C462B072-FE6E-3BDC-9FAB-4CDBFCBCD124}\\TypeLib] 1460706649 -#time=1d196eb86f66054 +[Software\\Classes\\Interface\\{C462B072-FE6E-3BDC-9FAB-4CDBFCBCD124}\\TypeLib] 1526460883 +#time=1d3ecf388addb92 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C4E1006A-9D98-3E96-A07E-921725135C28}] 1460706650 -#time=1d196eb877ceb24 +[Software\\Classes\\Interface\\{C4E1006A-9D98-3E96-A07E-921725135C28}] 1526460884 +#time=1d3ecf38929826a @="ISite" -[Software\\Classes\\Interface\\{C4E1006A-9D98-3E96-A07E-921725135C28}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ce5a2 +[Software\\Classes\\Interface\\{C4E1006A-9D98-3E96-A07E-921725135C28}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389297f86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C4E1006A-9D98-3E96-A07E-921725135C28}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ce962 +[Software\\Classes\\Interface\\{C4E1006A-9D98-3E96-A07E-921725135C28}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929813e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C4E1006A-9D98-3E96-A07E-921725135C28}\\TypeLib] 1460706650 -#time=1d196eb877cecdc +[Software\\Classes\\Interface\\{C4E1006A-9D98-3E96-A07E-921725135C28}\\TypeLib] 1526460884 +#time=1d3ecf3892983be @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{C5598E60-B307-11D1-B27D-006008C3FBFB}] 1460706471 -#time=1d196eb1cee13dc +[Software\\Classes\\Interface\\{C5598E60-B307-11D1-B27D-006008C3FBFB}] 1526460533 +#time=1d3ecf2b80ecb22 @="ICanHandleException" -[Software\\Classes\\Interface\\{C5598E60-B307-11D1-B27D-006008C3FBFB}\\NumMethods] 1460706471 -#time=1d196eb1cee130a +[Software\\Classes\\Interface\\{C5598E60-B307-11D1-B27D-006008C3FBFB}\\NumMethods] 1526460533 +#time=1d3ecf2b80eca28 @="4" -[Software\\Classes\\Interface\\{C5598E60-B307-11D1-B27D-006008C3FBFB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cee1454 +[Software\\Classes\\Interface\\{C5598E60-B307-11D1-B27D-006008C3FBFB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80ecba4 @="{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}" -[Software\\Classes\\Interface\\{C574DE85-7358-43F6-AAE8-8697E62D8BA7}] 1460706472 -#time=1d196eb1d1ed1de +[Software\\Classes\\Interface\\{C574DE85-7358-43F6-AAE8-8697E62D8BA7}] 1526460533 +#time=1d3ecf2b7df77e6 @="IDownloadJob" -[Software\\Classes\\Interface\\{C574DE85-7358-43F6-AAE8-8697E62D8BA7}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1ece5a +[Software\\Classes\\Interface\\{C574DE85-7358-43F6-AAE8-8697E62D8BA7}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df752a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C574DE85-7358-43F6-AAE8-8697E62D8BA7}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1ed080 +[Software\\Classes\\Interface\\{C574DE85-7358-43F6-AAE8-8697E62D8BA7}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df76b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C574DE85-7358-43F6-AAE8-8697E62D8BA7}\\TypeLib] 1460706472 -#time=1d196eb1d1ed364 +[Software\\Classes\\Interface\\{C574DE85-7358-43F6-AAE8-8697E62D8BA7}\\TypeLib] 1526460533 +#time=1d3ecf2b7df78fe @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{C58145B5-BD5A-3896-95D9-B358F54FBC44}] 1460706649 -#time=1d196eb86fdb2e6 +[Software\\Classes\\Interface\\{C58145B5-BD5A-3896-95D9-B358F54FBC44}] 1526460883 +#time=1d3ecf388b5b9c0 @="_SoapMethodAttribute" -[Software\\Classes\\Interface\\{C58145B5-BD5A-3896-95D9-B358F54FBC44}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdb0b6 +[Software\\Classes\\Interface\\{C58145B5-BD5A-3896-95D9-B358F54FBC44}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5b75e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C58145B5-BD5A-3896-95D9-B358F54FBC44}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdb1f6 +[Software\\Classes\\Interface\\{C58145B5-BD5A-3896-95D9-B358F54FBC44}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5b8da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C58145B5-BD5A-3896-95D9-B358F54FBC44}\\TypeLib] 1460706649 -#time=1d196eb86fdb3e0 +[Software\\Classes\\Interface\\{C58145B5-BD5A-3896-95D9-B358F54FBC44}\\TypeLib] 1526460883 +#time=1d3ecf388b5bad8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C5BFC9BF-27A7-3A59-A986-44C85F3521BF}] 1460706649 -#time=1d196eb86fab8f2 +[Software\\Classes\\Interface\\{C5BFC9BF-27A7-3A59-A986-44C85F3521BF}] 1526460883 +#time=1d3ecf388b271c0 @="_IOException" -[Software\\Classes\\Interface\\{C5BFC9BF-27A7-3A59-A986-44C85F3521BF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fab6ea +[Software\\Classes\\Interface\\{C5BFC9BF-27A7-3A59-A986-44C85F3521BF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b26f40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C5BFC9BF-27A7-3A59-A986-44C85F3521BF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fab820 +[Software\\Classes\\Interface\\{C5BFC9BF-27A7-3A59-A986-44C85F3521BF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b270d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C5BFC9BF-27A7-3A59-A986-44C85F3521BF}\\TypeLib] 1460706649 -#time=1d196eb86fab9f6 +[Software\\Classes\\Interface\\{C5BFC9BF-27A7-3A59-A986-44C85F3521BF}\\TypeLib] 1526460883 +#time=1d3ecf388b272ce @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C5C4F625-2329-3382-8994-AAF561E5DFE9}] 1460706649 -#time=1d196eb86fb5e42 +[Software\\Classes\\Interface\\{C5C4F625-2329-3382-8994-AAF561E5DFE9}] 1526460883 +#time=1d3ecf388b32ba6 @="_CompilationRelaxationsAttribute" -[Software\\Classes\\Interface\\{C5C4F625-2329-3382-8994-AAF561E5DFE9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb5bfe +[Software\\Classes\\Interface\\{C5C4F625-2329-3382-8994-AAF561E5DFE9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b32944 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C5C4F625-2329-3382-8994-AAF561E5DFE9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb5d3e +[Software\\Classes\\Interface\\{C5C4F625-2329-3382-8994-AAF561E5DFE9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b32ac0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C5C4F625-2329-3382-8994-AAF561E5DFE9}\\TypeLib] 1460706649 -#time=1d196eb86fb5f50 +[Software\\Classes\\Interface\\{C5C4F625-2329-3382-8994-AAF561E5DFE9}\\TypeLib] 1526460883 +#time=1d3ecf388b32cc8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C5DF3568-C251-3C58-AFB4-32E79E8261F0}] 1460706649 -#time=1d196eb86f49b3e +[Software\\Classes\\Interface\\{C5DF3568-C251-3C58-AFB4-32E79E8261F0}] 1526460883 +#time=1d3ecf388abec1a @="_WeakReference" -[Software\\Classes\\Interface\\{C5DF3568-C251-3C58-AFB4-32E79E8261F0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f49936 +[Software\\Classes\\Interface\\{C5DF3568-C251-3C58-AFB4-32E79E8261F0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abe9c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C5DF3568-C251-3C58-AFB4-32E79E8261F0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f49a76 +[Software\\Classes\\Interface\\{C5DF3568-C251-3C58-AFB4-32E79E8261F0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abeb2a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C5DF3568-C251-3C58-AFB4-32E79E8261F0}\\TypeLib] 1460706649 -#time=1d196eb86f49c2e +[Software\\Classes\\Interface\\{C5DF3568-C251-3C58-AFB4-32E79E8261F0}\\TypeLib] 1526460883 +#time=1d3ecf388abed32 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C64713B6-E029-4CC5-9200-438B72890B6A}] 1460706471 -#time=1d196eb1cdfd826 +[Software\\Classes\\Interface\\{C64713B6-E029-4CC5-9200-438B72890B6A}] 1526460533 +#time=1d3ecf2b8081bd8 @="IActiveScriptParseProcedure64" -[Software\\Classes\\Interface\\{C64713B6-E029-4CC5-9200-438B72890B6A}\\NumMethods] 1460706471 -#time=1d196eb1cdfd754 +[Software\\Classes\\Interface\\{C64713B6-E029-4CC5-9200-438B72890B6A}\\NumMethods] 1526460533 +#time=1d3ecf2b8081ade @="4" -[Software\\Classes\\Interface\\{C64713B6-E029-4CC5-9200-438B72890B6A}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfd89e +[Software\\Classes\\Interface\\{C64713B6-E029-4CC5-9200-438B72890B6A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8081c5a @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{C6615083-0A23-3997-A54B-F618EB824AF0}] 1460706650 -#time=1d196eb87ab7890 +[Software\\Classes\\Interface\\{C6615083-0A23-3997-A54B-F618EB824AF0}] 1526460884 +#time=1d3ecf38954ed10 @="_DataGridViewComboBoxEditingControl" -[Software\\Classes\\Interface\\{C6615083-0A23-3997-A54B-F618EB824AF0}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab7660 +[Software\\Classes\\Interface\\{C6615083-0A23-3997-A54B-F618EB824AF0}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954e9e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C6615083-0A23-3997-A54B-F618EB824AF0}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab77a0 +[Software\\Classes\\Interface\\{C6615083-0A23-3997-A54B-F618EB824AF0}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954eb9e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C6615083-0A23-3997-A54B-F618EB824AF0}\\TypeLib] 1460706650 -#time=1d196eb87ab799e +[Software\\Classes\\Interface\\{C6615083-0A23-3997-A54B-F618EB824AF0}\\TypeLib] 1526460884 +#time=1d3ecf38954eed2 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{C664FE09-0A55-316D-B25B-6B3200ECAF70}] 1460706649 -#time=1d196eb86f831fe +[Software\\Classes\\Interface\\{C664FE09-0A55-316D-B25B-6B3200ECAF70}] 1526460883 +#time=1d3ecf388afddfc @="_ApplicationSecurityManager" -[Software\\Classes\\Interface\\{C664FE09-0A55-316D-B25B-6B3200ECAF70}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f82cea +[Software\\Classes\\Interface\\{C664FE09-0A55-316D-B25B-6B3200ECAF70}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afdb9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C664FE09-0A55-316D-B25B-6B3200ECAF70}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8303c +[Software\\Classes\\Interface\\{C664FE09-0A55-316D-B25B-6B3200ECAF70}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afdd0c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C664FE09-0A55-316D-B25B-6B3200ECAF70}\\TypeLib] 1460706649 -#time=1d196eb86f835a0 +[Software\\Classes\\Interface\\{C664FE09-0A55-316D-B25B-6B3200ECAF70}\\TypeLib] 1526460883 +#time=1d3ecf388afdf14 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C6802233-EF82-3C91-AD72-B3A5D7230ED5}] 1460706649 -#time=1d196eb86f5fb1e +[Software\\Classes\\Interface\\{C6802233-EF82-3C91-AD72-B3A5D7230ED5}] 1526460883 +#time=1d3ecf388ad6a0e @="_AssemblyCompanyAttribute" -[Software\\Classes\\Interface\\{C6802233-EF82-3C91-AD72-B3A5D7230ED5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5f916 +[Software\\Classes\\Interface\\{C6802233-EF82-3C91-AD72-B3A5D7230ED5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad67a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C6802233-EF82-3C91-AD72-B3A5D7230ED5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5fa4c +[Software\\Classes\\Interface\\{C6802233-EF82-3C91-AD72-B3A5D7230ED5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad6914 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C6802233-EF82-3C91-AD72-B3A5D7230ED5}\\TypeLib] 1460706649 -#time=1d196eb86f5fc0e +[Software\\Classes\\Interface\\{C6802233-EF82-3C91-AD72-B3A5D7230ED5}\\TypeLib] 1526460883 +#time=1d3ecf388ad6b1c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C69E96B2-6161-3621-B165-5805198C6B8D}] 1460706649 -#time=1d196eb86f9f494 +[Software\\Classes\\Interface\\{C69E96B2-6161-3621-B165-5805198C6B8D}] 1526460883 +#time=1d3ecf388b1a3e4 @="_PrimaryInteropAssemblyAttribute" -[Software\\Classes\\Interface\\{C69E96B2-6161-3621-B165-5805198C6B8D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9f0e8 +[Software\\Classes\\Interface\\{C69E96B2-6161-3621-B165-5805198C6B8D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1a164 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C69E96B2-6161-3621-B165-5805198C6B8D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9f3c2 +[Software\\Classes\\Interface\\{C69E96B2-6161-3621-B165-5805198C6B8D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1a2e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C69E96B2-6161-3621-B165-5805198C6B8D}\\TypeLib] 1460706649 -#time=1d196eb86f9f5d4 +[Software\\Classes\\Interface\\{C69E96B2-6161-3621-B165-5805198C6B8D}\\TypeLib] 1526460883 +#time=1d3ecf388b1a510 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C6E13340-30AC-11D0-A18C-00A0C9118956}] 1460706471 -#time=1d196eb1d0dca1a +[Software\\Classes\\Interface\\{C6E13340-30AC-11D0-A18C-00A0C9118956}] 1526460533 +#time=1d3ecf2b7b10550 @="IAMStreamConfig" -[Software\\Classes\\Interface\\{C6E13340-30AC-11D0-A18C-00A0C9118956}\\NumMethods] 1460706471 -#time=1d196eb1d0dc948 +[Software\\Classes\\Interface\\{C6E13340-30AC-11D0-A18C-00A0C9118956}\\NumMethods] 1526460533 +#time=1d3ecf2b7b10456 @="7" -[Software\\Classes\\Interface\\{C6E13340-30AC-11D0-A18C-00A0C9118956}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0dca92 +[Software\\Classes\\Interface\\{C6E13340-30AC-11D0-A18C-00A0C9118956}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b105d2 @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{C6E13360-30AC-11D0-A18C-00A0C9118956}] 1460706471 -#time=1d196eb1d0dce02 +[Software\\Classes\\Interface\\{C6E13360-30AC-11D0-A18C-00A0C9118956}] 1526460533 +#time=1d3ecf2b7b109ec @="IAMVideoProcAmp" -[Software\\Classes\\Interface\\{C6E13360-30AC-11D0-A18C-00A0C9118956}\\NumMethods] 1460706471 -#time=1d196eb1d0dcd30 +[Software\\Classes\\Interface\\{C6E13360-30AC-11D0-A18C-00A0C9118956}\\NumMethods] 1526460533 +#time=1d3ecf2b7b108f2 @="6" -[Software\\Classes\\Interface\\{C6E13360-30AC-11D0-A18C-00A0C9118956}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0dce70 +[Software\\Classes\\Interface\\{C6E13360-30AC-11D0-A18C-00A0C9118956}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b10a6e @="{670D1D20-A068-11D0-B3F0-00AA003761C5}" -[Software\\Classes\\Interface\\{C6F5946C-143A-3747-A7C0-ABFADA6BDEB7}] 1460706649 -#time=1d196eb86f61874 +[Software\\Classes\\Interface\\{C6F5946C-143A-3747-A7C0-ABFADA6BDEB7}] 1526460883 +#time=1d3ecf388ad8b38 @="_AssemblyInformationalVersionAttribute" -[Software\\Classes\\Interface\\{C6F5946C-143A-3747-A7C0-ABFADA6BDEB7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6164e +[Software\\Classes\\Interface\\{C6F5946C-143A-3747-A7C0-ABFADA6BDEB7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad88d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C6F5946C-143A-3747-A7C0-ABFADA6BDEB7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f617a2 +[Software\\Classes\\Interface\\{C6F5946C-143A-3747-A7C0-ABFADA6BDEB7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad8a48 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C6F5946C-143A-3747-A7C0-ABFADA6BDEB7}\\TypeLib] 1460706649 -#time=1d196eb86f6196e +[Software\\Classes\\Interface\\{C6F5946C-143A-3747-A7C0-ABFADA6BDEB7}\\TypeLib] 1526460883 +#time=1d3ecf388ad8c50 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C70C8AE8-925B-37CE-8944-34F15FF94307}] 1460706649 -#time=1d196eb86f7a590 +[Software\\Classes\\Interface\\{C70C8AE8-925B-37CE-8944-34F15FF94307}] 1526460883 +#time=1d3ecf388af43c4 @="_ThaiBuddhistCalendar" -[Software\\Classes\\Interface\\{C70C8AE8-925B-37CE-8944-34F15FF94307}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7a388 +[Software\\Classes\\Interface\\{C70C8AE8-925B-37CE-8944-34F15FF94307}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af4162 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C70C8AE8-925B-37CE-8944-34F15FF94307}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7a4c8 +[Software\\Classes\\Interface\\{C70C8AE8-925B-37CE-8944-34F15FF94307}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af42d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C70C8AE8-925B-37CE-8944-34F15FF94307}\\TypeLib] 1460706649 -#time=1d196eb86f7a694 +[Software\\Classes\\Interface\\{C70C8AE8-925B-37CE-8944-34F15FF94307}\\TypeLib] 1526460883 +#time=1d3ecf388af44dc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C74076BB-8A2D-3C20-A542-625329E9AF04}] 1460706649 -#time=1d196eb86f0e1e2 +[Software\\Classes\\Interface\\{C74076BB-8A2D-3C20-A542-625329E9AF04}] 1526460883 +#time=1d3ecf388a88ad4 @="IDynamicMessageSink" -[Software\\Classes\\Interface\\{C74076BB-8A2D-3C20-A542-625329E9AF04}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f0dda0 +[Software\\Classes\\Interface\\{C74076BB-8A2D-3C20-A542-625329E9AF04}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a88872 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C74076BB-8A2D-3C20-A542-625329E9AF04}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f0e066 +[Software\\Classes\\Interface\\{C74076BB-8A2D-3C20-A542-625329E9AF04}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a889ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C74076BB-8A2D-3C20-A542-625329E9AF04}\\TypeLib] 1460706649 -#time=1d196eb86f0e430 +[Software\\Classes\\Interface\\{C74076BB-8A2D-3C20-A542-625329E9AF04}\\TypeLib] 1526460883 +#time=1d3ecf388a88bec @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C7BD73DE-9F85-3290-88EE-090B8BDFE2DF}] 1460706649 -#time=1d196eb86f1aca8 +[Software\\Classes\\Interface\\{C7BD73DE-9F85-3290-88EE-090B8BDFE2DF}] 1526460883 +#time=1d3ecf388a8f4ce @="_EnumBuilder" -[Software\\Classes\\Interface\\{C7BD73DE-9F85-3290-88EE-090B8BDFE2DF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1a9a6 +[Software\\Classes\\Interface\\{C7BD73DE-9F85-3290-88EE-090B8BDFE2DF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8f26c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7BD73DE-9F85-3290-88EE-090B8BDFE2DF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1ab86 +[Software\\Classes\\Interface\\{C7BD73DE-9F85-3290-88EE-090B8BDFE2DF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8f3de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7BD73DE-9F85-3290-88EE-090B8BDFE2DF}\\TypeLib] 1460706649 -#time=1d196eb86f1ae24 +[Software\\Classes\\Interface\\{C7BD73DE-9F85-3290-88EE-090B8BDFE2DF}\\TypeLib] 1526460883 +#time=1d3ecf388a8f5e6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C7C3F5A0-88A3-11D0-ABCB-00A0C90FFFC0}] 1460706471 -#time=1d196eb1d0fe7a0 +[Software\\Classes\\Interface\\{C7C3F5A0-88A3-11D0-ABCB-00A0C90FFFC0}] 1526460533 +#time=1d3ecf2b7b2117a @="IDrive" -[Software\\Classes\\Interface\\{C7C3F5A0-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0fe4ee +[Software\\Classes\\Interface\\{C7C3F5A0-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b20f18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A0-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0fe688 +[Software\\Classes\\Interface\\{C7C3F5A0-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b2108a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A0-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1460706472 -#time=1d196eb1d1d4c38 +[Software\\Classes\\Interface\\{C7C3F5A0-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1528075957 +#time=1d3fba3ebb63dc4 @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{C7C3F5A1-88A3-11D0-ABCB-00A0C90FFFC0}] 1460706471 -#time=1d196eb1d0fef5c +[Software\\Classes\\Interface\\{C7C3F5A1-88A3-11D0-ABCB-00A0C90FFFC0}] 1526460533 +#time=1d3ecf2b7b21800 @="IDriveCollection" -[Software\\Classes\\Interface\\{C7C3F5A1-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d0fec1e +[Software\\Classes\\Interface\\{C7C3F5A1-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b2158a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A1-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0fee4e +[Software\\Classes\\Interface\\{C7C3F5A1-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b21706 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A1-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1460706471 -#time=1d196eb1d0ff498 +[Software\\Classes\\Interface\\{C7C3F5A1-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1526460533 +#time=1d3ecf2b7b2190e @="{420B2830-E718-11CF-893D-00A0C9054228}" "Version"="1.0" -[Software\\Classes\\Interface\\{C7C3F5A2-88A3-11D0-ABCB-00A0C90FFFC0}] 1460706471 -#time=1d196eb1d1041e6 +[Software\\Classes\\Interface\\{C7C3F5A2-88A3-11D0-ABCB-00A0C90FFFC0}] 1526460533 +#time=1d3ecf2b7b23f60 @="IFolder" -[Software\\Classes\\Interface\\{C7C3F5A2-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d103d9a +[Software\\Classes\\Interface\\{C7C3F5A2-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b23cf4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A2-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d10402e +[Software\\Classes\\Interface\\{C7C3F5A2-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b23e70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A2-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1460706472 -#time=1d196eb1d1d62a4 +[Software\\Classes\\Interface\\{C7C3F5A2-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1528075957 +#time=1d3fba3ebb6525a @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{C7C3F5A3-88A3-11D0-ABCB-00A0C90FFFC0}] 1460706471 -#time=1d196eb1d103642 +[Software\\Classes\\Interface\\{C7C3F5A3-88A3-11D0-ABCB-00A0C90FFFC0}] 1526460533 +#time=1d3ecf2b7b238da @="IFolderCollection" -[Software\\Classes\\Interface\\{C7C3F5A3-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d1031d8 +[Software\\Classes\\Interface\\{C7C3F5A3-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b2366e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A3-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d103480 +[Software\\Classes\\Interface\\{C7C3F5A3-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b237e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A3-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1460706472 -#time=1d196eb1d1d6a06 +[Software\\Classes\\Interface\\{C7C3F5A3-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1528075957 +#time=1d3fba3ebb658c2 @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{C7C3F5A4-88A3-11D0-ABCB-00A0C90FFFC0}] 1460706471 -#time=1d196eb1d100ee2 +[Software\\Classes\\Interface\\{C7C3F5A4-88A3-11D0-ABCB-00A0C90FFFC0}] 1526460533 +#time=1d3ecf2b7b22520 @="IFile" -[Software\\Classes\\Interface\\{C7C3F5A4-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d1009ec +[Software\\Classes\\Interface\\{C7C3F5A4-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b222aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A4-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d100ce4 +[Software\\Classes\\Interface\\{C7C3F5A4-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b22426 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A4-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1460706472 -#time=1d196eb1d1d53b8 +[Software\\Classes\\Interface\\{C7C3F5A4-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1528075957 +#time=1d3fba3ebb6442c @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{C7C3F5A5-88A3-11D0-ABCB-00A0C90FFFC0}] 1460706471 -#time=1d196eb1d102a26 +[Software\\Classes\\Interface\\{C7C3F5A5-88A3-11D0-ABCB-00A0C90FFFC0}] 1526460533 +#time=1d3ecf2b7b2325e @="IFileCollection" -[Software\\Classes\\Interface\\{C7C3F5A5-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d1025ee +[Software\\Classes\\Interface\\{C7C3F5A5-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7b22fe8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A5-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d102878 +[Software\\Classes\\Interface\\{C7C3F5A5-88A3-11D0-ABCB-00A0C90FFFC0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7b23164 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7C3F5A5-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1460706472 -#time=1d196eb1d1d5afc +[Software\\Classes\\Interface\\{C7C3F5A5-88A3-11D0-ABCB-00A0C90FFFC0}\\TypeLib] 1528075957 +#time=1d3fba3ebb64bfc @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{C7D34CF6-CF82-38B0-BF67-EB36DA63AE6E}] 1460706650 -#time=1d196eb877f2056 +[Software\\Classes\\Interface\\{C7D34CF6-CF82-38B0-BF67-EB36DA63AE6E}] 1526460884 +#time=1d3ecf3892cf616 @="_CodeSnippetCompileUnit" -[Software\\Classes\\Interface\\{C7D34CF6-CF82-38B0-BF67-EB36DA63AE6E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f1e58 +[Software\\Classes\\Interface\\{C7D34CF6-CF82-38B0-BF67-EB36DA63AE6E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892cf346 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7D34CF6-CF82-38B0-BF67-EB36DA63AE6E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f1f8e +[Software\\Classes\\Interface\\{C7D34CF6-CF82-38B0-BF67-EB36DA63AE6E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892cf4fe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7D34CF6-CF82-38B0-BF67-EB36DA63AE6E}\\TypeLib] 1460706650 -#time=1d196eb877f2150 +[Software\\Classes\\Interface\\{C7D34CF6-CF82-38B0-BF67-EB36DA63AE6E}\\TypeLib] 1526460884 +#time=1d3ecf3892cf76a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{C7EF0214-B91C-3799-98DD-C994AABFC741}] 1460706649 -#time=1d196eb86ffe2b4 +[Software\\Classes\\Interface\\{C7EF0214-B91C-3799-98DD-C994AABFC741}] 1526460883 +#time=1d3ecf388b822dc @="_DES" -[Software\\Classes\\Interface\\{C7EF0214-B91C-3799-98DD-C994AABFC741}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffe098 +[Software\\Classes\\Interface\\{C7EF0214-B91C-3799-98DD-C994AABFC741}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8207a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7EF0214-B91C-3799-98DD-C994AABFC741}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffe1ce +[Software\\Classes\\Interface\\{C7EF0214-B91C-3799-98DD-C994AABFC741}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b821ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C7EF0214-B91C-3799-98DD-C994AABFC741}\\TypeLib] 1460706649 -#time=1d196eb86ffe3ae +[Software\\Classes\\Interface\\{C7EF0214-B91C-3799-98DD-C994AABFC741}\\TypeLib] 1526460883 +#time=1d3ecf388b823f4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C7EF7658-E1EE-480E-97EA-D52CB4D76D17}] 1460706471 -#time=1d196eb1cdfc7c8 +[Software\\Classes\\Interface\\{C7EF7658-E1EE-480E-97EA-D52CB4D76D17}] 1526460533 +#time=1d3ecf2b8080972 @="IActiveScriptParse64" -[Software\\Classes\\Interface\\{C7EF7658-E1EE-480E-97EA-D52CB4D76D17}\\NumMethods] 1460706471 -#time=1d196eb1cdfc6ec +[Software\\Classes\\Interface\\{C7EF7658-E1EE-480E-97EA-D52CB4D76D17}\\NumMethods] 1526460533 +#time=1d3ecf2b8080878 @="6" -[Software\\Classes\\Interface\\{C7EF7658-E1EE-480E-97EA-D52CB4D76D17}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfc836 +[Software\\Classes\\Interface\\{C7EF7658-E1EE-480E-97EA-D52CB4D76D17}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80809fe @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{C858A49A-FDCB-395D-BBB8-9B2B66DC0FB5}] 1460706650 -#time=1d196eb87ad06a6 +[Software\\Classes\\Interface\\{C858A49A-FDCB-395D-BBB8-9B2B66DC0FB5}] 1526460884 +#time=1d3ecf38956eaa2 @="_ComponentEditorPage" -[Software\\Classes\\Interface\\{C858A49A-FDCB-395D-BBB8-9B2B66DC0FB5}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ad04a8 +[Software\\Classes\\Interface\\{C858A49A-FDCB-395D-BBB8-9B2B66DC0FB5}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956e782 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C858A49A-FDCB-395D-BBB8-9B2B66DC0FB5}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ad05de +[Software\\Classes\\Interface\\{C858A49A-FDCB-395D-BBB8-9B2B66DC0FB5}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956e980 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C858A49A-FDCB-395D-BBB8-9B2B66DC0FB5}\\TypeLib] 1460706650 -#time=1d196eb87ad07a0 +[Software\\Classes\\Interface\\{C858A49A-FDCB-395D-BBB8-9B2B66DC0FB5}\\TypeLib] 1526460884 +#time=1d3ecf38956ec3c @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{C8A200E4-9735-30E4-B168-ED861A3020F2}] 1460706649 -#time=1d196eb86fabef6 +[Software\\Classes\\Interface\\{C8A200E4-9735-30E4-B168-ED861A3020F2}] 1526460883 +#time=1d3ecf388b2783c @="_DirectoryNotFoundException" -[Software\\Classes\\Interface\\{C8A200E4-9735-30E4-B168-ED861A3020F2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fabcda +[Software\\Classes\\Interface\\{C8A200E4-9735-30E4-B168-ED861A3020F2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b275e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C8A200E4-9735-30E4-B168-ED861A3020F2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fabe24 +[Software\\Classes\\Interface\\{C8A200E4-9735-30E4-B168-ED861A3020F2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2774c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C8A200E4-9735-30E4-B168-ED861A3020F2}\\TypeLib] 1460706649 -#time=1d196eb86fabffa +[Software\\Classes\\Interface\\{C8A200E4-9735-30E4-B168-ED861A3020F2}\\TypeLib] 1526460883 +#time=1d3ecf388b27954 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C8AD25A1-3294-41EE-8165-71174BD01C57}] 1460706471 -#time=1d196eb1ce1785c +[Software\\Classes\\Interface\\{C8AD25A1-3294-41EE-8165-71174BD01C57}] 1526460533 +#time=1d3ecf2b80980c2 @="ICommDlgBrowser3" -[Software\\Classes\\Interface\\{C8AD25A1-3294-41EE-8165-71174BD01C57}\\NumMethods] 1460706471 -#time=1d196eb1ce1771c +[Software\\Classes\\Interface\\{C8AD25A1-3294-41EE-8165-71174BD01C57}\\NumMethods] 1526460533 +#time=1d3ecf2b8097fc8 @="12" -[Software\\Classes\\Interface\\{C8AD25A1-3294-41EE-8165-71174BD01C57}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce17960 +[Software\\Classes\\Interface\\{C8AD25A1-3294-41EE-8165-71174BD01C57}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809814e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{C8CB1DED-2814-396A-9CC0-473CA49779CC}] 1460706649 -#time=1d196eb86ed8204 +[Software\\Classes\\Interface\\{C8CB1DED-2814-396A-9CC0-473CA49779CC}] 1526460883 +#time=1d3ecf388a61bdc @="IFormatProvider" -[Software\\Classes\\Interface\\{C8CB1DED-2814-396A-9CC0-473CA49779CC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed7ff2 +[Software\\Classes\\Interface\\{C8CB1DED-2814-396A-9CC0-473CA49779CC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6197a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C8CB1DED-2814-396A-9CC0-473CA49779CC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed8132 +[Software\\Classes\\Interface\\{C8CB1DED-2814-396A-9CC0-473CA49779CC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a61aec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C8CB1DED-2814-396A-9CC0-473CA49779CC}\\TypeLib] 1460706649 -#time=1d196eb86ed82fe +[Software\\Classes\\Interface\\{C8CB1DED-2814-396A-9CC0-473CA49779CC}\\TypeLib] 1526460883 +#time=1d3ecf388a61cf4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C90352F4-643C-4FBC-BB23-E996EB2D51FD}] 1460706471 -#time=1d196eb1cd4d48a +[Software\\Classes\\Interface\\{C90352F4-643C-4FBC-BB23-E996EB2D51FD}] 1526460533 +#time=1d3ecf2b796f8d6 @="IMXNamespacePrefixes" -[Software\\Classes\\Interface\\{C90352F4-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4d278 +[Software\\Classes\\Interface\\{C90352F4-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796f660 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C90352F4-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4d3b8 +[Software\\Classes\\Interface\\{C90352F4-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796f7dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C90352F4-643C-4FBC-BB23-E996EB2D51FD}\\TypeLib] 1460706605 -#time=1d196eb6c638faa +[Software\\Classes\\Interface\\{C90352F4-643C-4FBC-BB23-E996EB2D51FD}\\TypeLib] 1528075957 +#time=1d3fba3eb809d04 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{C90352F5-643C-4FBC-BB23-E996EB2D51FD}] 1460706471 -#time=1d196eb1cd4d9ee +[Software\\Classes\\Interface\\{C90352F5-643C-4FBC-BB23-E996EB2D51FD}] 1526460533 +#time=1d3ecf2b796ff70 @="IVBMXNamespaceManager" -[Software\\Classes\\Interface\\{C90352F5-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4d7e6 +[Software\\Classes\\Interface\\{C90352F5-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796fce6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C90352F5-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4d926 +[Software\\Classes\\Interface\\{C90352F5-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796fe58 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C90352F5-643C-4FBC-BB23-E996EB2D51FD}\\TypeLib] 1460706605 -#time=1d196eb6c63955e +[Software\\Classes\\Interface\\{C90352F5-643C-4FBC-BB23-E996EB2D51FD}\\TypeLib] 1528075957 +#time=1d3fba3eb80a36c @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{C90352F7-643C-4FBC-BB23-E996EB2D51FD}] 1460706471 -#time=1d196eb1cd4e07e +[Software\\Classes\\Interface\\{C90352F7-643C-4FBC-BB23-E996EB2D51FD}] 1526460533 +#time=1d3ecf2b7970600 @="IMXXMLFilter" -[Software\\Classes\\Interface\\{C90352F7-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4dd5e +[Software\\Classes\\Interface\\{C90352F7-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b797038a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C90352F7-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4df20 +[Software\\Classes\\Interface\\{C90352F7-643C-4FBC-BB23-E996EB2D51FD}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7970506 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C90352F7-643C-4FBC-BB23-E996EB2D51FD}\\TypeLib] 1460706471 -#time=1d196eb1cda57f2 +[Software\\Classes\\Interface\\{C90352F7-643C-4FBC-BB23-E996EB2D51FD}\\TypeLib] 1528075957 +#time=1d3fba3eb80a9ca @="{F5078F18-C551-11D3-89B9-0000F81FE221}" "Version"="6.0" -[Software\\Classes\\Interface\\{C92C323F-8601-34D4-A2D6-F5E2653DB456}] 1460706650 -#time=1d196eb877e8a1a +[Software\\Classes\\Interface\\{C92C323F-8601-34D4-A2D6-F5E2653DB456}] 1526460884 +#time=1d3ecf3892c1dc2 @="_CodeIndexerExpression" -[Software\\Classes\\Interface\\{C92C323F-8601-34D4-A2D6-F5E2653DB456}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e86be +[Software\\Classes\\Interface\\{C92C323F-8601-34D4-A2D6-F5E2653DB456}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c19c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C92C323F-8601-34D4-A2D6-F5E2653DB456}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e893e +[Software\\Classes\\Interface\\{C92C323F-8601-34D4-A2D6-F5E2653DB456}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c1c28 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C92C323F-8601-34D4-A2D6-F5E2653DB456}\\TypeLib] 1460706650 -#time=1d196eb877e8b32 +[Software\\Classes\\Interface\\{C92C323F-8601-34D4-A2D6-F5E2653DB456}\\TypeLib] 1526460884 +#time=1d3ecf3892c1fe8 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{C93BA292-D955-11D1-8B09-00600806D9B6}] 1460706471 -#time=1d196eb1cdc9526 +[Software\\Classes\\Interface\\{C93BA292-D955-11D1-8B09-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aad5c2 @="ISWbemMethodSet" -[Software\\Classes\\Interface\\{C93BA292-D955-11D1-8B09-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdc930a +[Software\\Classes\\Interface\\{C93BA292-D955-11D1-8B09-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aad34c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C93BA292-D955-11D1-8B09-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdc9454 +[Software\\Classes\\Interface\\{C93BA292-D955-11D1-8B09-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aad4c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C93BA292-D955-11D1-8B09-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdc9616 +[Software\\Classes\\Interface\\{C93BA292-D955-11D1-8B09-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7aad6d0 @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{C94F39B3-436F-3711-9CB0-91C6299B62A2}] 1460706650 -#time=1d196eb877e1698 +[Software\\Classes\\Interface\\{C94F0AD0-F363-11D2-A327-00C04F8EEC7F}] 1526460533 +#time=1d3ecf2b7f43e9c +@="FolderItems2" + +[Software\\Classes\\Interface\\{C94F0AD0-F363-11D2-A327-00C04F8EEC7F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f43c3a +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{C94F0AD0-F363-11D2-A327-00C04F8EEC7F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f43dac +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{C94F0AD0-F363-11D2-A327-00C04F8EEC7F}\\TypeLib] 1526460533 +#time=1d3ecf2b7f43fb4 +@="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" +"Version"="1.0" + +[Software\\Classes\\Interface\\{C94F39B3-436F-3711-9CB0-91C6299B62A2}] 1526460884 +#time=1d3ecf3892b40a0 @="_CodeComment" -[Software\\Classes\\Interface\\{C94F39B3-436F-3711-9CB0-91C6299B62A2}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e1486 +[Software\\Classes\\Interface\\{C94F39B3-436F-3711-9CB0-91C6299B62A2}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b3cf4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C94F39B3-436F-3711-9CB0-91C6299B62A2}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e15c6 +[Software\\Classes\\Interface\\{C94F39B3-436F-3711-9CB0-91C6299B62A2}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b3f10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C94F39B3-436F-3711-9CB0-91C6299B62A2}\\TypeLib] 1460706650 -#time=1d196eb877e1792 +[Software\\Classes\\Interface\\{C94F39B3-436F-3711-9CB0-91C6299B62A2}\\TypeLib] 1526460884 +#time=1d3ecf3892b4258 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{C9614D78-10EA-3310-87EA-821B70632898}] 1460706649 -#time=1d196eb86fd82b2 +[Software\\Classes\\Interface\\{C9614D78-10EA-3310-87EA-821B70632898}] 1526460883 +#time=1d3ecf388b584e6 @="_MethodCallMessageWrapper" -[Software\\Classes\\Interface\\{C9614D78-10EA-3310-87EA-821B70632898}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd8032 +[Software\\Classes\\Interface\\{C9614D78-10EA-3310-87EA-821B70632898}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b58284 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C9614D78-10EA-3310-87EA-821B70632898}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd81cc +[Software\\Classes\\Interface\\{C9614D78-10EA-3310-87EA-821B70632898}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b58400 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C9614D78-10EA-3310-87EA-821B70632898}\\TypeLib] 1460706649 -#time=1d196eb86fd83d4 +[Software\\Classes\\Interface\\{C9614D78-10EA-3310-87EA-821B70632898}\\TypeLib] 1526460883 +#time=1d3ecf388b585f4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C967FDA6-7A0E-4824-A29D-15186C020665}] 1460706648 -#time=1d196eb862eb7b6 +[Software\\Classes\\Interface\\{C967FDA6-7A0E-4824-A29D-15186C020665}] 1526460881 +#time=1d3ecf3878470be @="IEnumRAWINPUTDEVICE" -[Software\\Classes\\Interface\\{C967FDA6-7A0E-4824-A29D-15186C020665}\\NumMethods] 1460706648 -#time=1d196eb862ea9ba +[Software\\Classes\\Interface\\{C967FDA6-7A0E-4824-A29D-15186C020665}\\NumMethods] 1526460881 +#time=1d3ecf387845868 @="7" -[Software\\Classes\\Interface\\{C967FDA6-7A0E-4824-A29D-15186C020665}\\ProxyStubClsid32] 1460706648 -#time=1d196eb862eb9aa +[Software\\Classes\\Interface\\{C967FDA6-7A0E-4824-A29D-15186C020665}\\ProxyStubClsid32] 1526460881 +#time=1d3ecf387847334 @="{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}" -[Software\\Classes\\Interface\\{C991949B-E623-3F24-885C-BBB01FF43564}] 1460706649 -#time=1d196eb86f31d18 +[Software\\Classes\\Interface\\{C991949B-E623-3F24-885C-BBB01FF43564}] 1526460883 +#time=1d3ecf388aa2ec0 @="_ArgumentNullException" -[Software\\Classes\\Interface\\{C991949B-E623-3F24-885C-BBB01FF43564}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f31b06 +[Software\\Classes\\Interface\\{C991949B-E623-3F24-885C-BBB01FF43564}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa2c68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C991949B-E623-3F24-885C-BBB01FF43564}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f31c50 +[Software\\Classes\\Interface\\{C991949B-E623-3F24-885C-BBB01FF43564}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa2dd0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C991949B-E623-3F24-885C-BBB01FF43564}\\TypeLib] 1460706649 -#time=1d196eb86f31e1c +[Software\\Classes\\Interface\\{C991949B-E623-3F24-885C-BBB01FF43564}\\TypeLib] 1526460883 +#time=1d3ecf388aa2fd8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{C9A740F4-26E9-39A8-8885-8CA26BD79B21}] 1460706649 -#time=1d196eb86fc27d2 +[Software\\Classes\\Interface\\{C9A740F4-26E9-39A8-8885-8CA26BD79B21}] 1526460883 +#time=1d3ecf388b40b98 @="_StrongNameIdentityPermissionAttribute" -[Software\\Classes\\Interface\\{C9A740F4-26E9-39A8-8885-8CA26BD79B21}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc25c0 +[Software\\Classes\\Interface\\{C9A740F4-26E9-39A8-8885-8CA26BD79B21}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b40922 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C9A740F4-26E9-39A8-8885-8CA26BD79B21}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc2700 +[Software\\Classes\\Interface\\{C9A740F4-26E9-39A8-8885-8CA26BD79B21}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b40a8a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{C9A740F4-26E9-39A8-8885-8CA26BD79B21}\\TypeLib] 1460706649 -#time=1d196eb86fc28d6 +[Software\\Classes\\Interface\\{C9A740F4-26E9-39A8-8885-8CA26BD79B21}\\TypeLib] 1526460883 +#time=1d3ecf388b40cb0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CA04B7E6-0D21-11D1-8CC5-00C04FC2B085}] 1460706471 -#time=1d196eb1cee0fea +[Software\\Classes\\Interface\\{CA04B7E6-0D21-11D1-8CC5-00C04FC2B085}] 1526460533 +#time=1d3ecf2b80ec65e @="IObjectIdentity" -[Software\\Classes\\Interface\\{CA04B7E6-0D21-11D1-8CC5-00C04FC2B085}\\NumMethods] 1460706471 -#time=1d196eb1cee0f0e +[Software\\Classes\\Interface\\{CA04B7E6-0D21-11D1-8CC5-00C04FC2B085}\\NumMethods] 1526460533 +#time=1d3ecf2b80ec56e @="4" -[Software\\Classes\\Interface\\{CA04B7E6-0D21-11D1-8CC5-00C04FC2B085}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cee1062 +[Software\\Classes\\Interface\\{CA04B7E6-0D21-11D1-8CC5-00C04FC2B085}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80ec6e0 @="{10E2414A-EC59-49D2-BC51-5ADD2C36FEBC}" -[Software\\Classes\\Interface\\{CA0AB564-F5E9-3A7F-A80B-EB0AEEFA44E9}] 1460706649 -#time=1d196eb86f01294 +[Software\\Classes\\Interface\\{CA0AB564-F5E9-3A7F-A80B-EB0AEEFA44E9}] 1526460883 +#time=1d3ecf388a826a2 @="IConstructionReturnMessage" -[Software\\Classes\\Interface\\{CA0AB564-F5E9-3A7F-A80B-EB0AEEFA44E9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f00d58 +[Software\\Classes\\Interface\\{CA0AB564-F5E9-3A7F-A80B-EB0AEEFA44E9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a82440 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CA0AB564-F5E9-3A7F-A80B-EB0AEEFA44E9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f010a0 +[Software\\Classes\\Interface\\{CA0AB564-F5E9-3A7F-A80B-EB0AEEFA44E9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a825b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CA0AB564-F5E9-3A7F-A80B-EB0AEEFA44E9}\\TypeLib] 1460706649 -#time=1d196eb86f014ec +[Software\\Classes\\Interface\\{CA0AB564-F5E9-3A7F-A80B-EB0AEEFA44E9}\\TypeLib] 1526460883 +#time=1d3ecf388a827b0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CA4A2073-48C5-3E61-8349-11701A90DD9B}] 1460706649 -#time=1d196eb86fc345c +[Software\\Classes\\Interface\\{CA4A2073-48C5-3E61-8349-11701A90DD9B}] 1526460883 +#time=1d3ecf388b4189a @="_UrlIdentityPermissionAttribute" -[Software\\Classes\\Interface\\{CA4A2073-48C5-3E61-8349-11701A90DD9B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc31fa +[Software\\Classes\\Interface\\{CA4A2073-48C5-3E61-8349-11701A90DD9B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b41642 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CA4A2073-48C5-3E61-8349-11701A90DD9B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc338a +[Software\\Classes\\Interface\\{CA4A2073-48C5-3E61-8349-11701A90DD9B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b417aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CA4A2073-48C5-3E61-8349-11701A90DD9B}\\TypeLib] 1460706649 -#time=1d196eb86fc356a +[Software\\Classes\\Interface\\{CA4A2073-48C5-3E61-8349-11701A90DD9B}\\TypeLib] 1526460883 +#time=1d3ecf388b419a8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CA51E165-C365-424C-8D41-24AAA4FF3C40}] 1460706471 -#time=1d196eb1d0ccb92 +[Software\\Classes\\Interface\\{CA51E165-C365-424C-8D41-24AAA4FF3C40}] 1526460533 +#time=1d3ecf2b7fd9762 @="IEnumBackgroundCopyFiles" -[Software\\Classes\\Interface\\{CA51E165-C365-424C-8D41-24AAA4FF3C40}\\NumMethods] 1460706471 -#time=1d196eb1d0ccab6 +[Software\\Classes\\Interface\\{CA51E165-C365-424C-8D41-24AAA4FF3C40}\\NumMethods] 1526460533 +#time=1d3ecf2b7fd9668 @="8" -[Software\\Classes\\Interface\\{CA51E165-C365-424C-8D41-24AAA4FF3C40}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ccc0a +[Software\\Classes\\Interface\\{CA51E165-C365-424C-8D41-24AAA4FF3C40}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fd97e4 @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{CB38AE7B-5208-351D-8B84-3ECA81DE0F34}] 1460706650 -#time=1d196eb87abebd6 +[Software\\Classes\\Interface\\{CB38AE7B-5208-351D-8B84-3ECA81DE0F34}] 1526460884 +#time=1d3ecf389559e54 @="_LinkLabelLinkClickedEventArgs" -[Software\\Classes\\Interface\\{CB38AE7B-5208-351D-8B84-3ECA81DE0F34}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abe83e +[Software\\Classes\\Interface\\{CB38AE7B-5208-351D-8B84-3ECA81DE0F34}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389559a1c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CB38AE7B-5208-351D-8B84-3ECA81DE0F34}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abea46 +[Software\\Classes\\Interface\\{CB38AE7B-5208-351D-8B84-3ECA81DE0F34}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389559cc4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CB38AE7B-5208-351D-8B84-3ECA81DE0F34}\\TypeLib] 1460706650 -#time=1d196eb87abedd4 +[Software\\Classes\\Interface\\{CB38AE7B-5208-351D-8B84-3ECA81DE0F34}\\TypeLib] 1526460884 +#time=1d3ecf38955a020 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{CB5BDC81-93C1-11CF-8F20-00805F2CD064}] 1460706471 -#time=1d196eb1ce0646c +[Software\\Classes\\Interface\\{CB5BDC81-93C1-11CF-8F20-00805F2CD064}] 1526460533 +#time=1d3ecf2b808db9a @="IObjectSafety" -[Software\\Classes\\Interface\\{CB5BDC81-93C1-11CF-8F20-00805F2CD064}\\NumMethods] 1460706471 -#time=1d196eb1ce0639a +[Software\\Classes\\Interface\\{CB5BDC81-93C1-11CF-8F20-00805F2CD064}\\NumMethods] 1526460533 +#time=1d3ecf2b808daa0 @="5" -[Software\\Classes\\Interface\\{CB5BDC81-93C1-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce064da +[Software\\Classes\\Interface\\{CB5BDC81-93C1-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808dc1c @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{CB728B20-F786-11CE-92AD-00AA00A74CD0}] 1460706471 -#time=1d196eb1ce1a430 +[Software\\Classes\\Interface\\{CB728B20-F786-11CE-92AD-00AA00A74CD0}] 1526460533 +#time=1d3ecf2b809a9c6 @="IProfferService" -[Software\\Classes\\Interface\\{CB728B20-F786-11CE-92AD-00AA00A74CD0}\\NumMethods] 1460706471 -#time=1d196eb1ce1a354 +[Software\\Classes\\Interface\\{CB728B20-F786-11CE-92AD-00AA00A74CD0}\\NumMethods] 1526460533 +#time=1d3ecf2b809a8d6 @="5" -[Software\\Classes\\Interface\\{CB728B20-F786-11CE-92AD-00AA00A74CD0}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1a4a8 +[Software\\Classes\\Interface\\{CB728B20-F786-11CE-92AD-00AA00A74CD0}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809aa52 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{CB9F94C0-D691-3B62-B0B2-3CE5309CFA62}] 1460706649 -#time=1d196eb86fb2350 +[Software\\Classes\\Interface\\{CB9F94C0-D691-3B62-B0B2-3CE5309CFA62}] 1526460883 +#time=1d3ecf388b2e7d6 @="_StringWriter" -[Software\\Classes\\Interface\\{CB9F94C0-D691-3B62-B0B2-3CE5309CFA62}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb213e +[Software\\Classes\\Interface\\{CB9F94C0-D691-3B62-B0B2-3CE5309CFA62}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2e57e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CB9F94C0-D691-3B62-B0B2-3CE5309CFA62}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb227e +[Software\\Classes\\Interface\\{CB9F94C0-D691-3B62-B0B2-3CE5309CFA62}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2e6e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CB9F94C0-D691-3B62-B0B2-3CE5309CFA62}\\TypeLib] 1460706649 -#time=1d196eb86fb244a +[Software\\Classes\\Interface\\{CB9F94C0-D691-3B62-B0B2-3CE5309CFA62}\\TypeLib] 1526460883 +#time=1d3ecf388b2e8ee @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CBDF02F4-A9F4-33C0-8B24-275008890DCB}] 1460706650 -#time=1d196eb877ed45c +[Software\\Classes\\Interface\\{CBDF02F4-A9F4-33C0-8B24-275008890DCB}] 1526460884 +#time=1d3ecf3892c8f3c @="_CodeMethodReferenceExpression" -[Software\\Classes\\Interface\\{CBDF02F4-A9F4-33C0-8B24-275008890DCB}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ed254 +[Software\\Classes\\Interface\\{CBDF02F4-A9F4-33C0-8B24-275008890DCB}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c8c6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CBDF02F4-A9F4-33C0-8B24-275008890DCB}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ed394 +[Software\\Classes\\Interface\\{CBDF02F4-A9F4-33C0-8B24-275008890DCB}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c8e24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CBDF02F4-A9F4-33C0-8B24-275008890DCB}\\TypeLib] 1460706650 -#time=1d196eb877ed556 +[Software\\Classes\\Interface\\{CBDF02F4-A9F4-33C0-8B24-275008890DCB}\\TypeLib] 1526460884 +#time=1d3ecf3892c9090 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{CC18FD4D-AA2D-3AB4-9848-584BBAE4AB44}] 1460706649 -#time=1d196eb86f1137e +[Software\\Classes\\Interface\\{CC18FD4D-AA2D-3AB4-9848-584BBAE4AB44}] 1526460883 +#time=1d3ecf388a8a528 @="IFieldInfo" -[Software\\Classes\\Interface\\{CC18FD4D-AA2D-3AB4-9848-584BBAE4AB44}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f10f1e +[Software\\Classes\\Interface\\{CC18FD4D-AA2D-3AB4-9848-584BBAE4AB44}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8a2c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CC18FD4D-AA2D-3AB4-9848-584BBAE4AB44}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1118a +[Software\\Classes\\Interface\\{CC18FD4D-AA2D-3AB4-9848-584BBAE4AB44}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8a438 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CC18FD4D-AA2D-3AB4-9848-584BBAE4AB44}\\TypeLib] 1460706649 -#time=1d196eb86f116bc +[Software\\Classes\\Interface\\{CC18FD4D-AA2D-3AB4-9848-584BBAE4AB44}\\TypeLib] 1526460883 +#time=1d3ecf388a8a654 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CC6DCAFD-0185-308A-891C-83812FE574E7}] 1460706649 -#time=1d196eb86f59dcc +[Software\\Classes\\Interface\\{CC6DCAFD-0185-308A-891C-83812FE574E7}] 1526460883 +#time=1d3ecf388acfeca @="_DebuggerNonUserCodeAttribute" -[Software\\Classes\\Interface\\{CC6DCAFD-0185-308A-891C-83812FE574E7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f59ba6 +[Software\\Classes\\Interface\\{CC6DCAFD-0185-308A-891C-83812FE574E7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acfc72 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CC6DCAFD-0185-308A-891C-83812FE574E7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f59ce6 +[Software\\Classes\\Interface\\{CC6DCAFD-0185-308A-891C-83812FE574E7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acfdda @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CC6DCAFD-0185-308A-891C-83812FE574E7}\\TypeLib] 1460706649 -#time=1d196eb86f59ed0 +[Software\\Classes\\Interface\\{CC6DCAFD-0185-308A-891C-83812FE574E7}\\TypeLib] 1526460883 +#time=1d3ecf388acffe2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CCA8D1E3-0EF0-3127-9E40-E695AD1F7E76}] 1460706650 -#time=1d196eb875396a2 +[Software\\Classes\\Interface\\{CCA8D1E3-0EF0-3127-9E40-E695AD1F7E76}] 1526460884 +#time=1d3ecf389054cce @="_RegistrationHelper" -[Software\\Classes\\Interface\\{CCA8D1E3-0EF0-3127-9E40-E695AD1F7E76}\\ProxyStubClsid] 1460706650 -#time=1d196eb87539486 +[Software\\Classes\\Interface\\{CCA8D1E3-0EF0-3127-9E40-E695AD1F7E76}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389054a4e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCA8D1E3-0EF0-3127-9E40-E695AD1F7E76}\\ProxyStubClsid32] 1460706650 -#time=1d196eb875395d0 +[Software\\Classes\\Interface\\{CCA8D1E3-0EF0-3127-9E40-E695AD1F7E76}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389054bca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCA8D1E3-0EF0-3127-9E40-E695AD1F7E76}\\TypeLib] 1460706650 -#time=1d196eb875397c4 +[Software\\Classes\\Interface\\{CCA8D1E3-0EF0-3127-9E40-E695AD1F7E76}\\TypeLib] 1526460884 +#time=1d3ecf389054e72 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{CCBD682C-73A5-4568-B8B0-C7007E11ABA2}] 1460706649 -#time=1d196eb86eeae68 +[Software\\Classes\\Interface\\{CCBD682C-73A5-4568-B8B0-C7007E11ABA2}] 1526460883 +#time=1d3ecf388a765e6 @="IRegistrationServices" -[Software\\Classes\\Interface\\{CCBD682C-73A5-4568-B8B0-C7007E11ABA2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eeac60 +[Software\\Classes\\Interface\\{CCBD682C-73A5-4568-B8B0-C7007E11ABA2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a76384 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCBD682C-73A5-4568-B8B0-C7007E11ABA2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eeada0 +[Software\\Classes\\Interface\\{CCBD682C-73A5-4568-B8B0-C7007E11ABA2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a76500 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCBD682C-73A5-4568-B8B0-C7007E11ABA2}\\TypeLib] 1460706649 -#time=1d196eb86eeaf6c +[Software\\Classes\\Interface\\{CCBD682C-73A5-4568-B8B0-C7007E11ABA2}\\TypeLib] 1526460883 +#time=1d3ecf388a7671c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CCD8C82C-DFBF-3E14-BE9B-38555F6221F2}] 1460706650 -#time=1d196eb87ab5a4a +[Software\\Classes\\Interface\\{CCD8C82C-DFBF-3E14-BE9B-38555F6221F2}] 1526460884 +#time=1d3ecf38954b5e8 @="_ScrollEventArgs" -[Software\\Classes\\Interface\\{CCD8C82C-DFBF-3E14-BE9B-38555F6221F2}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab582e +[Software\\Classes\\Interface\\{CCD8C82C-DFBF-3E14-BE9B-38555F6221F2}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954afee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCD8C82C-DFBF-3E14-BE9B-38555F6221F2}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab5978 +[Software\\Classes\\Interface\\{CCD8C82C-DFBF-3E14-BE9B-38555F6221F2}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954b4b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCD8C82C-DFBF-3E14-BE9B-38555F6221F2}\\TypeLib] 1460706650 -#time=1d196eb87ab5b44 +[Software\\Classes\\Interface\\{CCD8C82C-DFBF-3E14-BE9B-38555F6221F2}\\TypeLib] 1526460884 +#time=1d3ecf38954b750 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{CCE639AB-0F0F-32E7-A336-706E96680A4D}] 1460706648 -#time=1d196eb868d77d8 +[Software\\Classes\\Interface\\{CCE639AB-0F0F-32E7-A336-706E96680A4D}] 1526460883 +#time=1d3ecf3884df6f0 @="_ActivationObject" -[Software\\Classes\\Interface\\{CCE639AB-0F0F-32E7-A336-706E96680A4D}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d75da +[Software\\Classes\\Interface\\{CCE639AB-0F0F-32E7-A336-706E96680A4D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884dc266 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCE639AB-0F0F-32E7-A336-706E96680A4D}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d7710 +[Software\\Classes\\Interface\\{CCE639AB-0F0F-32E7-A336-706E96680A4D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884df3b2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCE639AB-0F0F-32E7-A336-706E96680A4D}\\TypeLib] 1460706648 -#time=1d196eb868d78d2 +[Software\\Classes\\Interface\\{CCE639AB-0F0F-32E7-A336-706E96680A4D}\\TypeLib] 1526460883 +#time=1d3ecf3884dfa6a @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{CCF0139C-79F7-3D0A-AFFE-2B0762C65B07}] 1460706649 -#time=1d196eb86f2a176 +[Software\\Classes\\Interface\\{CCF0139C-79F7-3D0A-AFFE-2B0762C65B07}] 1526460883 +#time=1d3ecf388a9a950 @="_ExecutionEngineException" -[Software\\Classes\\Interface\\{CCF0139C-79F7-3D0A-AFFE-2B0762C65B07}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f29f1e +[Software\\Classes\\Interface\\{CCF0139C-79F7-3D0A-AFFE-2B0762C65B07}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9a6f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCF0139C-79F7-3D0A-AFFE-2B0762C65B07}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2a0a4 +[Software\\Classes\\Interface\\{CCF0139C-79F7-3D0A-AFFE-2B0762C65B07}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9a86a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CCF0139C-79F7-3D0A-AFFE-2B0762C65B07}\\TypeLib] 1460706649 -#time=1d196eb86f2a2e8 +[Software\\Classes\\Interface\\{CCF0139C-79F7-3D0A-AFFE-2B0762C65B07}\\TypeLib] 1526460883 +#time=1d3ecf388a9aa68 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CDE725B0-CCC9-4519-917E-325D72FAB4CE}] 1460706471 -#time=1d196eb1ce10bc4 +[Software\\Classes\\Interface\\{CDE725B0-CCC9-4519-917E-325D72FAB4CE}] 1526460533 +#time=1d3ecf2b8095c3c @="IFolderView" -[Software\\Classes\\Interface\\{CDE725B0-CCC9-4519-917E-325D72FAB4CE}\\NumMethods] 1460706471 -#time=1d196eb1ce10a20 +[Software\\Classes\\Interface\\{CDE725B0-CCC9-4519-917E-325D72FAB4CE}\\NumMethods] 1526460533 +#time=1d3ecf2b8095b4c @="17" -[Software\\Classes\\Interface\\{CDE725B0-CCC9-4519-917E-325D72FAB4CE}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce10cbe +[Software\\Classes\\Interface\\{CDE725B0-CCC9-4519-917E-325D72FAB4CE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8095cc8 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{CE1A3BF5-975E-30CC-97C9-1EF70F8F3993}] 1460706649 -#time=1d196eb86f1c210 +[Software\\Classes\\Interface\\{CE1A3BF5-975E-30CC-97C9-1EF70F8F3993}] 1526460883 +#time=1d3ecf388a90414 @="_FieldBuilder" -[Software\\Classes\\Interface\\{CE1A3BF5-975E-30CC-97C9-1EF70F8F3993}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1bf86 +[Software\\Classes\\Interface\\{CE1A3BF5-975E-30CC-97C9-1EF70F8F3993}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a90194 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CE1A3BF5-975E-30CC-97C9-1EF70F8F3993}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1c134 +[Software\\Classes\\Interface\\{CE1A3BF5-975E-30CC-97C9-1EF70F8F3993}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a90324 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CE1A3BF5-975E-30CC-97C9-1EF70F8F3993}\\TypeLib] 1460706649 -#time=1d196eb86f1c31e +[Software\\Classes\\Interface\\{CE1A3BF5-975E-30CC-97C9-1EF70F8F3993}\\TypeLib] 1526460883 +#time=1d3ecf388a9052c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CE59D7AD-05CA-33B4-A1DD-06028D46E9D2}] 1460706649 -#time=1d196eb86f2f7c0 +[Software\\Classes\\Interface\\{CE59D7AD-05CA-33B4-A1DD-06028D46E9D2}] 1526460883 +#time=1d3ecf388aa0792 @="_LoaderOptimizationAttribute" -[Software\\Classes\\Interface\\{CE59D7AD-05CA-33B4-A1DD-06028D46E9D2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2f5ae +[Software\\Classes\\Interface\\{CE59D7AD-05CA-33B4-A1DD-06028D46E9D2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa0544 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CE59D7AD-05CA-33B4-A1DD-06028D46E9D2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2f6ee +[Software\\Classes\\Interface\\{CE59D7AD-05CA-33B4-A1DD-06028D46E9D2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa06ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CE59D7AD-05CA-33B4-A1DD-06028D46E9D2}\\TypeLib] 1460706649 -#time=1d196eb86f2f8c4 +[Software\\Classes\\Interface\\{CE59D7AD-05CA-33B4-A1DD-06028D46E9D2}\\TypeLib] 1526460883 +#time=1d3ecf388aa08b4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CE83A763-940F-341F-B880-332325EB6F4B}] 1460706649 -#time=1d196eb86fac4c8 +[Software\\Classes\\Interface\\{CE83A763-940F-341F-B880-332325EB6F4B}] 1526460883 +#time=1d3ecf388b27ec2 @="_DriveInfo" -[Software\\Classes\\Interface\\{CE83A763-940F-341F-B880-332325EB6F4B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fac2b6 +[Software\\Classes\\Interface\\{CE83A763-940F-341F-B880-332325EB6F4B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b27c6a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CE83A763-940F-341F-B880-332325EB6F4B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fac3f6 +[Software\\Classes\\Interface\\{CE83A763-940F-341F-B880-332325EB6F4B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b27ddc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CE83A763-940F-341F-B880-332325EB6F4B}\\TypeLib] 1460706649 -#time=1d196eb86fac5c2 +[Software\\Classes\\Interface\\{CE83A763-940F-341F-B880-332325EB6F4B}\\TypeLib] 1526460883 +#time=1d3ecf388b27fda @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CE949142-4D4C-358D-89A9-E69A531AA363}] 1460706649 -#time=1d196eb86f4f746 +[Software\\Classes\\Interface\\{CE949142-4D4C-358D-89A9-E69A531AA363}] 1526460883 +#time=1d3ecf388ac4796 @="_WaitCallback" -[Software\\Classes\\Interface\\{CE949142-4D4C-358D-89A9-E69A531AA363}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4f50c +[Software\\Classes\\Interface\\{CE949142-4D4C-358D-89A9-E69A531AA363}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac453e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CE949142-4D4C-358D-89A9-E69A531AA363}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4f656 +[Software\\Classes\\Interface\\{CE949142-4D4C-358D-89A9-E69A531AA363}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac46b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CE949142-4D4C-358D-89A9-E69A531AA363}\\TypeLib] 1460706649 -#time=1d196eb86f4f87c +[Software\\Classes\\Interface\\{CE949142-4D4C-358D-89A9-E69A531AA363}\\TypeLib] 1526460883 +#time=1d3ecf388ac48cc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CEA240AF-60C5-3C69-9DA1-DA3F9A6D7B3C}] 1460706650 -#time=1d196eb877e7318 +[Software\\Classes\\Interface\\{CEA240AF-60C5-3C69-9DA1-DA3F9A6D7B3C}] 1526460884 +#time=1d3ecf3892c0012 @="_CodeExpressionStatement" -[Software\\Classes\\Interface\\{CEA240AF-60C5-3C69-9DA1-DA3F9A6D7B3C}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e70fc +[Software\\Classes\\Interface\\{CEA240AF-60C5-3C69-9DA1-DA3F9A6D7B3C}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892bfc66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CEA240AF-60C5-3C69-9DA1-DA3F9A6D7B3C}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e7246 +[Software\\Classes\\Interface\\{CEA240AF-60C5-3C69-9DA1-DA3F9A6D7B3C}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892bfedc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CEA240AF-60C5-3C69-9DA1-DA3F9A6D7B3C}\\TypeLib] 1460706650 -#time=1d196eb877e7426 +[Software\\Classes\\Interface\\{CEA240AF-60C5-3C69-9DA1-DA3F9A6D7B3C}\\TypeLib] 1526460884 +#time=1d3ecf3892c01ca @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{CEF04FDF-FE72-11D2-87A5-00C04F6837CF}] 1460706471 -#time=1d196eb1ce16ace +[Software\\Classes\\Interface\\{CEF04FDF-FE72-11D2-87A5-00C04F6837CF}] 1526460533 +#time=1d3ecf2b809730c @="IPersistFolder3" -[Software\\Classes\\Interface\\{CEF04FDF-FE72-11D2-87A5-00C04F6837CF}\\NumMethods] 1460706471 -#time=1d196eb1ce169fc +[Software\\Classes\\Interface\\{CEF04FDF-FE72-11D2-87A5-00C04F6837CF}\\NumMethods] 1526460533 +#time=1d3ecf2b8097212 @="8" -[Software\\Classes\\Interface\\{CEF04FDF-FE72-11D2-87A5-00C04F6837CF}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce16b3c +[Software\\Classes\\Interface\\{CEF04FDF-FE72-11D2-87A5-00C04F6837CF}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809738e @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{CF2376EA-CE8C-11D1-8B05-00600806D9B6}] 1460706471 -#time=1d196eb1cdca50c +[Software\\Classes\\Interface\\{CF2376EA-CE8C-11D1-8B05-00600806D9B6}] 1526460533 +#time=1d3ecf2b7aae2e2 @="ISWbemNamedValueSet" -[Software\\Classes\\Interface\\{CF2376EA-CE8C-11D1-8B05-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdca2e6 +[Software\\Classes\\Interface\\{CF2376EA-CE8C-11D1-8B05-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7aae076 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CF2376EA-CE8C-11D1-8B05-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdca43a +[Software\\Classes\\Interface\\{CF2376EA-CE8C-11D1-8B05-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7aae1e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CF2376EA-CE8C-11D1-8B05-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdca5f2 +[Software\\Classes\\Interface\\{CF2376EA-CE8C-11D1-8B05-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7aae3fa @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{CF3EDB7E-0574-3383-A44F-292F7C145DB4}] 1460706649 -#time=1d196eb86f28e02 +[Software\\Classes\\Interface\\{CF3EDB7E-0574-3383-A44F-292F7C145DB4}] 1526460883 +#time=1d3ecf388a995be @="_OutOfMemoryException" -[Software\\Classes\\Interface\\{CF3EDB7E-0574-3383-A44F-292F7C145DB4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f28b8c +[Software\\Classes\\Interface\\{CF3EDB7E-0574-3383-A44F-292F7C145DB4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9935c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CF3EDB7E-0574-3383-A44F-292F7C145DB4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f28cf4 +[Software\\Classes\\Interface\\{CF3EDB7E-0574-3383-A44F-292F7C145DB4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a994ce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CF3EDB7E-0574-3383-A44F-292F7C145DB4}\\TypeLib] 1460706649 -#time=1d196eb86f28f2e +[Software\\Classes\\Interface\\{CF3EDB7E-0574-3383-A44F-292F7C145DB4}\\TypeLib] 1526460883 +#time=1d3ecf388a996d6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CF51ED10-62FE-11CF-BF86-00A0C9034836}] 1460706471 -#time=1d196eb1d0a7e64 +[Software\\Classes\\Interface\\{CF51ED10-62FE-11CF-BF86-00A0C9034836}] 1526460533 +#time=1d3ecf2b7bd3898 @="IQuickActivate" -[Software\\Classes\\Interface\\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\\NumMethods] 1460706471 -#time=1d196eb1d0a7d88 +[Software\\Classes\\Interface\\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd37a8 @="6" -[Software\\Classes\\Interface\\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a7ed2 +[Software\\Classes\\Interface\\{CF51ED10-62FE-11CF-BF86-00A0C9034836}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd3924 @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{CFA6E9D2-B3DE-39A6-94D1-CC691DE193F8}] 1460706649 -#time=1d196eb86fe2cb2 +[Software\\Classes\\Interface\\{CFA6E9D2-B3DE-39A6-94D1-CC691DE193F8}] 1526460883 +#time=1d3ecf388b64f02 @="_SoapDate" -[Software\\Classes\\Interface\\{CFA6E9D2-B3DE-39A6-94D1-CC691DE193F8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe2a8c +[Software\\Classes\\Interface\\{CFA6E9D2-B3DE-39A6-94D1-CC691DE193F8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b64ca0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CFA6E9D2-B3DE-39A6-94D1-CC691DE193F8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe2bcc +[Software\\Classes\\Interface\\{CFA6E9D2-B3DE-39A6-94D1-CC691DE193F8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b64e12 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CFA6E9D2-B3DE-39A6-94D1-CC691DE193F8}\\TypeLib] 1460706649 -#time=1d196eb86fe2dac +[Software\\Classes\\Interface\\{CFA6E9D2-B3DE-39A6-94D1-CC691DE193F8}\\TypeLib] 1526460883 +#time=1d3ecf388b6501a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CFAB6E98-8730-11D3-B388-00C04F68574B}] 1460706472 -#time=1d196eb1d1c6106 +[Software\\Classes\\Interface\\{CFAB6E98-8730-11D3-B388-00C04F68574B}] 1526460533 +#time=1d3ecf2b7fc3ade @="IWMPCdrom" -[Software\\Classes\\Interface\\{CFAB6E98-8730-11D3-B388-00C04F68574B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c5eea +[Software\\Classes\\Interface\\{CFAB6E98-8730-11D3-B388-00C04F68574B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc3778 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CFAB6E98-8730-11D3-B388-00C04F68574B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c6034 +[Software\\Classes\\Interface\\{CFAB6E98-8730-11D3-B388-00C04F68574B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc39bc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CFAB6E98-8730-11D3-B388-00C04F68574B}\\TypeLib] 1460706472 -#time=1d196eb1d1c61f6 +[Software\\Classes\\Interface\\{CFAB6E98-8730-11D3-B388-00C04F68574B}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc3d22 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{CFD9CA27-F0BA-388A-ACDE-B7E20FCAD79C}] 1460706649 -#time=1d196eb86f30ada +[Software\\Classes\\Interface\\{CFD9CA27-F0BA-388A-ACDE-B7E20FCAD79C}] 1526460883 +#time=1d3ecf388aa1b42 @="_ActivationArguments" -[Software\\Classes\\Interface\\{CFD9CA27-F0BA-388A-ACDE-B7E20FCAD79C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f30896 +[Software\\Classes\\Interface\\{CFD9CA27-F0BA-388A-ACDE-B7E20FCAD79C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa18e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CFD9CA27-F0BA-388A-ACDE-B7E20FCAD79C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f309fe +[Software\\Classes\\Interface\\{CFD9CA27-F0BA-388A-ACDE-B7E20FCAD79C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa1a48 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CFD9CA27-F0BA-388A-ACDE-B7E20FCAD79C}\\TypeLib] 1460706649 -#time=1d196eb86f30bde +[Software\\Classes\\Interface\\{CFD9CA27-F0BA-388A-ACDE-B7E20FCAD79C}\\TypeLib] 1526460883 +#time=1d3ecf388aa1c5a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{CFE5E5E9-745F-348B-A7E6-38A46D1A20E0}] 1460706650 -#time=1d196eb877ef810 +[Software\\Classes\\Interface\\{CFE5E5E9-745F-348B-A7E6-38A46D1A20E0}] 1526460884 +#time=1d3ecf3892cbeda @="_CodeObjectCreateExpression" -[Software\\Classes\\Interface\\{CFE5E5E9-745F-348B-A7E6-38A46D1A20E0}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ef608 +[Software\\Classes\\Interface\\{CFE5E5E9-745F-348B-A7E6-38A46D1A20E0}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892cbc00 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CFE5E5E9-745F-348B-A7E6-38A46D1A20E0}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ef73e +[Software\\Classes\\Interface\\{CFE5E5E9-745F-348B-A7E6-38A46D1A20E0}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892cbdb8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{CFE5E5E9-745F-348B-A7E6-38A46D1A20E0}\\TypeLib] 1460706650 -#time=1d196eb877ef90a +[Software\\Classes\\Interface\\{CFE5E5E9-745F-348B-A7E6-38A46D1A20E0}\\TypeLib] 1526460884 +#time=1d3ecf3892cc024 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{D001F200-EF97-11CE-9BC9-00AA00608E01}] 1460706471 -#time=1d196eb1d0a7a5e +[Software\\Classes\\Interface\\{D001F200-EF97-11CE-9BC9-00AA00608E01}] 1526460533 +#time=1d3ecf2b7bd341a @="IOleUndoManager" -[Software\\Classes\\Interface\\{D001F200-EF97-11CE-9BC9-00AA00608E01}\\NumMethods] 1460706471 -#time=1d196eb1d0a7982 +[Software\\Classes\\Interface\\{D001F200-EF97-11CE-9BC9-00AA00608E01}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd332a @="15" -[Software\\Classes\\Interface\\{D001F200-EF97-11CE-9BC9-00AA00608E01}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a7acc +[Software\\Classes\\Interface\\{D001F200-EF97-11CE-9BC9-00AA00608E01}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd349c @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{D002E9BA-D9E3-3749-B1D3-D565A08B13E7}] 1460706649 -#time=1d196eb86ee3596 +[Software\\Classes\\Interface\\{D002E9BA-D9E3-3749-B1D3-D565A08B13E7}] 1526460883 +#time=1d3ecf388a6ebd4 @="_Module" -[Software\\Classes\\Interface\\{D002E9BA-D9E3-3749-B1D3-D565A08B13E7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee3280 +[Software\\Classes\\Interface\\{D002E9BA-D9E3-3749-B1D3-D565A08B13E7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6e972 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D002E9BA-D9E3-3749-B1D3-D565A08B13E7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee33d4 +[Software\\Classes\\Interface\\{D002E9BA-D9E3-3749-B1D3-D565A08B13E7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6eaee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D002E9BA-D9E3-3749-B1D3-D565A08B13E7}\\TypeLib] 1460706649 -#time=1d196eb86ee36fe +[Software\\Classes\\Interface\\{D002E9BA-D9E3-3749-B1D3-D565A08B13E7}\\TypeLib] 1526460883 +#time=1d3ecf388a6ecf6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D05FFA9A-04AF-3519-8EE1-8D93AD73430B}] 1460706649 -#time=1d196eb86f1fa50 +[Software\\Classes\\Interface\\{D05FFA9A-04AF-3519-8EE1-8D93AD73430B}] 1526460883 +#time=1d3ecf388a924c6 @="_ModuleBuilder" -[Software\\Classes\\Interface\\{D05FFA9A-04AF-3519-8EE1-8D93AD73430B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1f5c8 +[Software\\Classes\\Interface\\{D05FFA9A-04AF-3519-8EE1-8D93AD73430B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a92264 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D05FFA9A-04AF-3519-8EE1-8D93AD73430B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1f898 +[Software\\Classes\\Interface\\{D05FFA9A-04AF-3519-8EE1-8D93AD73430B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a923d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D05FFA9A-04AF-3519-8EE1-8D93AD73430B}\\TypeLib] 1460706649 -#time=1d196eb86f20a4a +[Software\\Classes\\Interface\\{D05FFA9A-04AF-3519-8EE1-8D93AD73430B}\\TypeLib] 1526460883 +#time=1d3ecf388a925f2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D09D1E04-D590-39A3-B517-B734A49A9277}] 1460706649 -#time=1d196eb86f25c20 +[Software\\Classes\\Interface\\{D09D1E04-D590-39A3-B517-B734A49A9277}] 1526460883 +#time=1d3ecf388a9617a @="_Enum" -[Software\\Classes\\Interface\\{D09D1E04-D590-39A3-B517-B734A49A9277}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f25978 +[Software\\Classes\\Interface\\{D09D1E04-D590-39A3-B517-B734A49A9277}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a95f22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D09D1E04-D590-39A3-B517-B734A49A9277}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f25b1c +[Software\\Classes\\Interface\\{D09D1E04-D590-39A3-B517-B734A49A9277}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9608a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D09D1E04-D590-39A3-B517-B734A49A9277}\\TypeLib] 1460706649 -#time=1d196eb86f25d4c +[Software\\Classes\\Interface\\{D09D1E04-D590-39A3-B517-B734A49A9277}\\TypeLib] 1526460883 +#time=1d3ecf388a96292 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D0EEAA62-3D30-3EE2-B896-A2F34DDA47D8}] 1460706649 -#time=1d196eb86ecc60c +[Software\\Classes\\Interface\\{D0EEAA62-3D30-3EE2-B896-A2F34DDA47D8}] 1526460883 +#time=1d3ecf388a56ab6 @="ISerializable" -[Software\\Classes\\Interface\\{D0EEAA62-3D30-3EE2-B896-A2F34DDA47D8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ecc0ee +[Software\\Classes\\Interface\\{D0EEAA62-3D30-3EE2-B896-A2F34DDA47D8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a567b4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D0EEAA62-3D30-3EE2-B896-A2F34DDA47D8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ecc3e6 +[Software\\Classes\\Interface\\{D0EEAA62-3D30-3EE2-B896-A2F34DDA47D8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a56980 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D0EEAA62-3D30-3EE2-B896-A2F34DDA47D8}\\TypeLib] 1460706649 -#time=1d196eb86ecc7d8 +[Software\\Classes\\Interface\\{D0EEAA62-3D30-3EE2-B896-A2F34DDA47D8}\\TypeLib] 1526460883 +#time=1d3ecf388a56df4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D1047BC2-67C0-400C-A94C-E64446A67FBE}] 1460706649 -#time=1d196eb86b643ca +[Software\\Classes\\Interface\\{D1047BC2-67C0-400C-A94C-E64446A67FBE}] 1526460883 +#time=1d3ecf38873b8c2 @="ICorSvcWorker" -[Software\\Classes\\Interface\\{D1047BC2-67C0-400C-A94C-E64446A67FBE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b641a4 +[Software\\Classes\\Interface\\{D1047BC2-67C0-400C-A94C-E64446A67FBE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38873b57a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D1047BC2-67C0-400C-A94C-E64446A67FBE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b642ee +[Software\\Classes\\Interface\\{D1047BC2-67C0-400C-A94C-E64446A67FBE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf38873b7a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D1047BC2-67C0-400C-A94C-E64446A67FBE}\\TypeLib] 1460706649 -#time=1d196eb86b644ce +[Software\\Classes\\Interface\\{D1047BC2-67C0-400C-A94C-E64446A67FBE}\\TypeLib] 1526460883 +#time=1d3ecf38873ba20 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{D10F6761-83E9-11CF-8F20-00805F2CD064}] 1460706471 -#time=1d196eb1cdfb2ba +[Software\\Classes\\Interface\\{D10F6761-83E9-11CF-8F20-00805F2CD064}] 1526460533 +#time=1d3ecf2b807f270 @="IActiveScriptSiteWindow" -[Software\\Classes\\Interface\\{D10F6761-83E9-11CF-8F20-00805F2CD064}\\NumMethods] 1460706471 -#time=1d196eb1cdfb1e8 +[Software\\Classes\\Interface\\{D10F6761-83E9-11CF-8F20-00805F2CD064}\\NumMethods] 1526460533 +#time=1d3ecf2b807f16c @="5" -[Software\\Classes\\Interface\\{D10F6761-83E9-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfb332 +[Software\\Classes\\Interface\\{D10F6761-83E9-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b807f2f2 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{D1204423-01F0-336A-8911-A7E8FBE185A3}] 1460706649 -#time=1d196eb86f2b468 +[Software\\Classes\\Interface\\{D1204423-01F0-336A-8911-A7E8FBE185A3}] 1526460883 +#time=1d3ecf388a9bcec @="_ApplicationActivator" -[Software\\Classes\\Interface\\{D1204423-01F0-336A-8911-A7E8FBE185A3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2b22e +[Software\\Classes\\Interface\\{D1204423-01F0-336A-8911-A7E8FBE185A3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9ba94 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D1204423-01F0-336A-8911-A7E8FBE185A3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2b396 +[Software\\Classes\\Interface\\{D1204423-01F0-336A-8911-A7E8FBE185A3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9bc06 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D1204423-01F0-336A-8911-A7E8FBE185A3}\\TypeLib] 1460706649 -#time=1d196eb86f2b56c +[Software\\Classes\\Interface\\{D1204423-01F0-336A-8911-A7E8FBE185A3}\\TypeLib] 1526460883 +#time=1d3ecf388a9be04 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D14C1282-8647-317E-A549-D2CBCC264C3A}] 1460706650 -#time=1d196eb87aa9768 +[Software\\Classes\\Interface\\{D14C1282-8647-317E-A549-D2CBCC264C3A}] 1526460884 +#time=1d3ecf38953a0d6 @="_ButtonBase" -[Software\\Classes\\Interface\\{D14C1282-8647-317E-A549-D2CBCC264C3A}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa954c +[Software\\Classes\\Interface\\{D14C1282-8647-317E-A549-D2CBCC264C3A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953985c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D14C1282-8647-317E-A549-D2CBCC264C3A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa9696 +[Software\\Classes\\Interface\\{D14C1282-8647-317E-A549-D2CBCC264C3A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389539dd4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D14C1282-8647-317E-A549-D2CBCC264C3A}\\TypeLib] 1460706650 -#time=1d196eb87aa9880 +[Software\\Classes\\Interface\\{D14C1282-8647-317E-A549-D2CBCC264C3A}\\TypeLib] 1526460884 +#time=1d3ecf38953a324 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{D14E12C1-E1D1-3B74-A3AF-021A5A268FBE}] 1460706650 -#time=1d196eb877e578e +[Software\\Classes\\Interface\\{D14E12C1-E1D1-3B74-A3AF-021A5A268FBE}] 1526460884 +#time=1d3ecf3892bcd2c @="_CodeDelegateCreateExpression" -[Software\\Classes\\Interface\\{D14E12C1-E1D1-3B74-A3AF-021A5A268FBE}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e5572 +[Software\\Classes\\Interface\\{D14E12C1-E1D1-3B74-A3AF-021A5A268FBE}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892bc9ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D14E12C1-E1D1-3B74-A3AF-021A5A268FBE}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e56b2 +[Software\\Classes\\Interface\\{D14E12C1-E1D1-3B74-A3AF-021A5A268FBE}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892bcc14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D14E12C1-E1D1-3B74-A3AF-021A5A268FBE}\\TypeLib] 1460706650 -#time=1d196eb877e5892 +[Software\\Classes\\Interface\\{D14E12C1-E1D1-3B74-A3AF-021A5A268FBE}\\TypeLib] 1526460884 +#time=1d3ecf3892bcea8 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{D182CF91-628C-3FF6-87F0-41BA51CC7433}] 1460706649 -#time=1d196eb870015ea +[Software\\Classes\\Interface\\{D182CF91-628C-3FF6-87F0-41BA51CC7433}] 1526460883 +#time=1d3ecf388b85a68 @="_KeyedHashAlgorithm" -[Software\\Classes\\Interface\\{D182CF91-628C-3FF6-87F0-41BA51CC7433}\\ProxyStubClsid] 1460706649 -#time=1d196eb870013d8 +[Software\\Classes\\Interface\\{D182CF91-628C-3FF6-87F0-41BA51CC7433}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b857b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D182CF91-628C-3FF6-87F0-41BA51CC7433}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87001522 +[Software\\Classes\\Interface\\{D182CF91-628C-3FF6-87F0-41BA51CC7433}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8596e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D182CF91-628C-3FF6-87F0-41BA51CC7433}\\TypeLib] 1460706649 -#time=1d196eb87001720 +[Software\\Classes\\Interface\\{D182CF91-628C-3FF6-87F0-41BA51CC7433}\\TypeLib] 1526460883 +#time=1d3ecf388b85ba8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D189FF1A-E266-4F13-9637-4B9522279FFC}] 1460706649 -#time=1d196eb86b65dba +[Software\\Classes\\Interface\\{D189FF1A-E266-4F13-9637-4B9522279FFC}] 1526460883 +#time=1d3ecf38873eb62 @="ICorSvcLogger" -[Software\\Classes\\Interface\\{D189FF1A-E266-4F13-9637-4B9522279FFC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b65ba8 +[Software\\Classes\\Interface\\{D189FF1A-E266-4F13-9637-4B9522279FFC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38873e838 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D189FF1A-E266-4F13-9637-4B9522279FFC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b65cf2 +[Software\\Classes\\Interface\\{D189FF1A-E266-4F13-9637-4B9522279FFC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf38873ea4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D189FF1A-E266-4F13-9637-4B9522279FFC}\\TypeLib] 1460706649 -#time=1d196eb86b65efa +[Software\\Classes\\Interface\\{D189FF1A-E266-4F13-9637-4B9522279FFC}\\TypeLib] 1526460883 +#time=1d3ecf38873ecc0 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{D1A19408-BB6B-43EB-BB6F-E7CF6AF047D7}] 1460706648 -#time=1d196eb868d0640 +[Software\\Classes\\Interface\\{D1A19408-BB6B-43EB-BB6F-E7CF6AF047D7}] 1526460883 +#time=1d3ecf3884cb074 @="IDefineEvent" -[Software\\Classes\\Interface\\{D1A19408-BB6B-43EB-BB6F-E7CF6AF047D7}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d042e +[Software\\Classes\\Interface\\{D1A19408-BB6B-43EB-BB6F-E7CF6AF047D7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884cad40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D1A19408-BB6B-43EB-BB6F-E7CF6AF047D7}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d056e +[Software\\Classes\\Interface\\{D1A19408-BB6B-43EB-BB6F-E7CF6AF047D7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884caf3e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D1A19408-BB6B-43EB-BB6F-E7CF6AF047D7}\\TypeLib] 1460706648 -#time=1d196eb868d0744 +[Software\\Classes\\Interface\\{D1A19408-BB6B-43EB-BB6F-E7CF6AF047D7}\\TypeLib] 1526460883 +#time=1d3ecf3884cb1e6 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{D25A197E-3E69-3271-A989-23D85E97F920}] 1460706649 -#time=1d196eb86f56780 +[Software\\Classes\\Interface\\{D25A197E-3E69-3271-A989-23D85E97F920}] 1526460883 +#time=1d3ecf388acc3a6 @="_Hashtable" -[Software\\Classes\\Interface\\{D25A197E-3E69-3271-A989-23D85E97F920}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f56582 +[Software\\Classes\\Interface\\{D25A197E-3E69-3271-A989-23D85E97F920}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acc13a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D25A197E-3E69-3271-A989-23D85E97F920}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f566b8 +[Software\\Classes\\Interface\\{D25A197E-3E69-3271-A989-23D85E97F920}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acc2a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D25A197E-3E69-3271-A989-23D85E97F920}\\TypeLib] 1460706649 -#time=1d196eb86f5687a +[Software\\Classes\\Interface\\{D25A197E-3E69-3271-A989-23D85E97F920}\\TypeLib] 1526460883 +#time=1d3ecf388acc4b4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D2BA71CC-1B3D-3966-A0D7-C61E957AD325}] 1460706649 -#time=1d196eb86f404e4 +[Software\\Classes\\Interface\\{D2BA71CC-1B3D-3966-A0D7-C61E957AD325}] 1526460883 +#time=1d3ecf388ab3b1c @="_MulticastNotSupportedException" -[Software\\Classes\\Interface\\{D2BA71CC-1B3D-3966-A0D7-C61E957AD325}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f402dc +[Software\\Classes\\Interface\\{D2BA71CC-1B3D-3966-A0D7-C61E957AD325}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab38b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D2BA71CC-1B3D-3966-A0D7-C61E957AD325}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4041c +[Software\\Classes\\Interface\\{D2BA71CC-1B3D-3966-A0D7-C61E957AD325}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab3a2c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D2BA71CC-1B3D-3966-A0D7-C61E957AD325}\\TypeLib] 1460706649 -#time=1d196eb86f405e8 +[Software\\Classes\\Interface\\{D2BA71CC-1B3D-3966-A0D7-C61E957AD325}\\TypeLib] 1526460883 +#time=1d3ecf388ab3c34 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D2BC4C84-3F72-4A52-A604-7BCBF3982CBB}] 1460706471 -#time=1d196eb1ce0ba02 +[Software\\Classes\\Interface\\{D2BC4C84-3F72-4A52-A604-7BCBF3982CBB}] 1526460533 +#time=1d3ecf2b80937ca @="INewWindowManager" -[Software\\Classes\\Interface\\{D2BC4C84-3F72-4A52-A604-7BCBF3982CBB}\\NumMethods] 1460706471 -#time=1d196eb1ce0b8cc +[Software\\Classes\\Interface\\{D2BC4C84-3F72-4A52-A604-7BCBF3982CBB}\\NumMethods] 1526460533 +#time=1d3ecf2b80936da @="4" -[Software\\Classes\\Interface\\{D2BC4C84-3F72-4A52-A604-7BCBF3982CBB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce0ba7a +[Software\\Classes\\Interface\\{D2BC4C84-3F72-4A52-A604-7BCBF3982CBB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8093856 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{D30C1661-CDAF-11D0-8A3E-00C04FC9E26E}] 1460706471 -#time=1d196eb1cdb5490 +[Software\\Classes\\Interface\\{D30C1661-CDAF-11D0-8A3E-00C04FC9E26E}] 1526460533 +#time=1d3ecf2b7a8b418 @="IWebBrowser2" -[Software\\Classes\\Interface\\{D30C1661-CDAF-11D0-8A3E-00C04FC9E26E}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb5274 +[Software\\Classes\\Interface\\{D30C1661-CDAF-11D0-8A3E-00C04FC9E26E}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8ae64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D30C1661-CDAF-11D0-8A3E-00C04FC9E26E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb53be +[Software\\Classes\\Interface\\{D30C1661-CDAF-11D0-8A3E-00C04FC9E26E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a8b24c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D30C1661-CDAF-11D0-8A3E-00C04FC9E26E}\\TypeLib] 1460706471 -#time=1d196eb1cdb5576 +[Software\\Classes\\Interface\\{D30C1661-CDAF-11D0-8A3E-00C04FC9E26E}\\TypeLib] 1526460533 +#time=1d3ecf2b7a8b59e @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{D31A5BAC-F719-4178-9DBB-5E2CB47FD18A}] 1460706472 -#time=1d196eb1d1ec720 +[Software\\Classes\\Interface\\{D31A5BAC-F719-4178-9DBB-5E2CB47FD18A}] 1526460533 +#time=1d3ecf2b7df705c @="IDownloadProgress" -[Software\\Classes\\Interface\\{D31A5BAC-F719-4178-9DBB-5E2CB47FD18A}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1ec4fa +[Software\\Classes\\Interface\\{D31A5BAC-F719-4178-9DBB-5E2CB47FD18A}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df6df0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D31A5BAC-F719-4178-9DBB-5E2CB47FD18A}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1ec64e +[Software\\Classes\\Interface\\{D31A5BAC-F719-4178-9DBB-5E2CB47FD18A}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df6f6c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D31A5BAC-F719-4178-9DBB-5E2CB47FD18A}\\TypeLib] 1460706472 -#time=1d196eb1d1ec856 +[Software\\Classes\\Interface\\{D31A5BAC-F719-4178-9DBB-5E2CB47FD18A}\\TypeLib] 1526460533 +#time=1d3ecf2b7df716a @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{D31EED10-A5F0-308F-A951-E557961EC568}] 1460706649 -#time=1d196eb86fc0518 +[Software\\Classes\\Interface\\{D31EED10-A5F0-308F-A951-E557961EC568}] 1526460883 +#time=1d3ecf388b3ea64 @="_ReflectionPermissionAttribute" -[Software\\Classes\\Interface\\{D31EED10-A5F0-308F-A951-E557961EC568}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc0310 +[Software\\Classes\\Interface\\{D31EED10-A5F0-308F-A951-E557961EC568}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3e80c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D31EED10-A5F0-308F-A951-E557961EC568}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc0450 +[Software\\Classes\\Interface\\{D31EED10-A5F0-308F-A951-E557961EC568}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3e974 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D31EED10-A5F0-308F-A951-E557961EC568}\\TypeLib] 1460706649 -#time=1d196eb86fc061c +[Software\\Classes\\Interface\\{D31EED10-A5F0-308F-A951-E557961EC568}\\TypeLib] 1526460883 +#time=1d3ecf388b3eb72 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D345A42B-CFE0-3EEE-861C-F3322812B388}] 1460706649 -#time=1d196eb86f39284 +[Software\\Classes\\Interface\\{D345A42B-CFE0-3EEE-861C-F3322812B388}] 1526460883 +#time=1d3ecf388aac4de @="_DuplicateWaitObjectException" -[Software\\Classes\\Interface\\{D345A42B-CFE0-3EEE-861C-F3322812B388}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f39072 +[Software\\Classes\\Interface\\{D345A42B-CFE0-3EEE-861C-F3322812B388}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aac286 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D345A42B-CFE0-3EEE-861C-F3322812B388}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f391b2 +[Software\\Classes\\Interface\\{D345A42B-CFE0-3EEE-861C-F3322812B388}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aac3f8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D345A42B-CFE0-3EEE-861C-F3322812B388}\\TypeLib] 1460706649 -#time=1d196eb86f39388 +[Software\\Classes\\Interface\\{D345A42B-CFE0-3EEE-861C-F3322812B388}\\TypeLib] 1526460883 +#time=1d3ecf388aac600 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D3F5C812-5867-33C9-8CEE-CB170E8D844A}] 1460706649 -#time=1d196eb87005a6e +[Software\\Classes\\Interface\\{D3F5C812-5867-33C9-8CEE-CB170E8D844A}] 1526460883 +#time=1d3ecf388b8b4cc @="_MD5CryptoServiceProvider" -[Software\\Classes\\Interface\\{D3F5C812-5867-33C9-8CEE-CB170E8D844A}\\ProxyStubClsid] 1460706649 -#time=1d196eb87005852 +[Software\\Classes\\Interface\\{D3F5C812-5867-33C9-8CEE-CB170E8D844A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8b256 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D3F5C812-5867-33C9-8CEE-CB170E8D844A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700599c +[Software\\Classes\\Interface\\{D3F5C812-5867-33C9-8CEE-CB170E8D844A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8b3dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D3F5C812-5867-33C9-8CEE-CB170E8D844A}\\TypeLib] 1460706649 -#time=1d196eb87005b72 +[Software\\Classes\\Interface\\{D3F5C812-5867-33C9-8CEE-CB170E8D844A}\\TypeLib] 1526460883 +#time=1d3ecf388b8b5e4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D40C8AAE-AC92-4FC7-9A11-0EE0E23AA39B}] 1460706471 -#time=1d196eb1cfce4a2 +[Software\\Classes\\Interface\\{D40C8AAE-AC92-4FC7-9A11-0EE0E23AA39B}] 1526460533 +#time=1d3ecf2b7e3ed08 @="ITfContextComposition" -[Software\\Classes\\Interface\\{D40C8AAE-AC92-4FC7-9A11-0EE0E23AA39B}\\NumMethods] 1460706471 -#time=1d196eb1cfce3d0 +[Software\\Classes\\Interface\\{D40C8AAE-AC92-4FC7-9A11-0EE0E23AA39B}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3ec18 @="7" -[Software\\Classes\\Interface\\{D40C8AAE-AC92-4FC7-9A11-0EE0E23AA39B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfce51a +[Software\\Classes\\Interface\\{D40C8AAE-AC92-4FC7-9A11-0EE0E23AA39B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3ed8a @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{D40CFF62-E08C-4498-941A-01E25F0FD33C}] 1460706472 -#time=1d196eb1d1eaa2e +[Software\\Classes\\Interface\\{D40CFF62-E08C-4498-941A-01E25F0FD33C}] 1526460533 +#time=1d3ecf2b7df4f78 @="ISearchResult" -[Software\\Classes\\Interface\\{D40CFF62-E08C-4498-941A-01E25F0FD33C}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1ea812 +[Software\\Classes\\Interface\\{D40CFF62-E08C-4498-941A-01E25F0FD33C}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df4d0c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D40CFF62-E08C-4498-941A-01E25F0FD33C}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1ea95c +[Software\\Classes\\Interface\\{D40CFF62-E08C-4498-941A-01E25F0FD33C}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df4e88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D40CFF62-E08C-4498-941A-01E25F0FD33C}\\TypeLib] 1460706472 -#time=1d196eb1d1eab1e +[Software\\Classes\\Interface\\{D40CFF62-E08C-4498-941A-01E25F0FD33C}\\TypeLib] 1526460533 +#time=1d3ecf2b7df5090 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{D4D4A0FC-3B73-11D1-B2B4-00C04FB92596}] 1460706605 -#time=1d196eb6c63635e -@="IXMLAttribute" - -[Software\\Classes\\Interface\\{D4D4A0FC-3B73-11D1-B2B4-00C04FB92596}\\ProxyStubClsid] 1460706605 -#time=1d196eb6c63614c -@="{00020424-0000-0000-C000-000000000046}" - -[Software\\Classes\\Interface\\{D4D4A0FC-3B73-11D1-B2B4-00C04FB92596}\\ProxyStubClsid32] 1460706605 -#time=1d196eb6c636296 -@="{00020424-0000-0000-C000-000000000046}" - -[Software\\Classes\\Interface\\{D4D4A0FC-3B73-11D1-B2B4-00C04FB92596}\\TypeLib] 1460706605 -#time=1d196eb6c636462 -@="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" - -[Software\\Classes\\Interface\\{D5331D95-FFF2-358F-AFD5-588F469FF2E4}] 1460706649 -#time=1d196eb86ffd15c +[Software\\Classes\\Interface\\{D5331D95-FFF2-358F-AFD5-588F469FF2E4}] 1526460883 +#time=1d3ecf388b80d1a @="_CspParameters" -[Software\\Classes\\Interface\\{D5331D95-FFF2-358F-AFD5-588F469FF2E4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffcf68 +[Software\\Classes\\Interface\\{D5331D95-FFF2-358F-AFD5-588F469FF2E4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b80a86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D5331D95-FFF2-358F-AFD5-588F469FF2E4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffd09e +[Software\\Classes\\Interface\\{D5331D95-FFF2-358F-AFD5-588F469FF2E4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b80c16 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D5331D95-FFF2-358F-AFD5-588F469FF2E4}\\TypeLib] 1460706649 -#time=1d196eb86ffd256 +[Software\\Classes\\Interface\\{D5331D95-FFF2-358F-AFD5-588F469FF2E4}\\TypeLib] 1526460883 +#time=1d3ecf388b80e50 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D5346658-B5FD-4353-9647-07AD4783D5A0}] 1460706649 -#time=1d196eb86b657f2 +[Software\\Classes\\Interface\\{D5346658-B5FD-4353-9647-07AD4783D5A0}] 1526460883 +#time=1d3ecf38873e068 @="ICorSvcRepository" -[Software\\Classes\\Interface\\{D5346658-B5FD-4353-9647-07AD4783D5A0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b655d6 +[Software\\Classes\\Interface\\{D5346658-B5FD-4353-9647-07AD4783D5A0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38873dc94 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D5346658-B5FD-4353-9647-07AD4783D5A0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b65720 +[Software\\Classes\\Interface\\{D5346658-B5FD-4353-9647-07AD4783D5A0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf38873ded8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D5346658-B5FD-4353-9647-07AD4783D5A0}\\TypeLib] 1460706649 -#time=1d196eb86b658f6 +[Software\\Classes\\Interface\\{D5346658-B5FD-4353-9647-07AD4783D5A0}\\TypeLib] 1526460883 +#time=1d3ecf38873e3ba @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{D54500AE-8CF4-3092-9054-90DC91AC65C9}] 1460706649 -#time=1d196eb86f44b7a +[Software\\Classes\\Interface\\{D54500AE-8CF4-3092-9054-90DC91AC65C9}] 1526460883 +#time=1d3ecf388ab8450 @="_ParamArrayAttribute" -[Software\\Classes\\Interface\\{D54500AE-8CF4-3092-9054-90DC91AC65C9}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f448e6 +[Software\\Classes\\Interface\\{D54500AE-8CF4-3092-9054-90DC91AC65C9}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab81e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D54500AE-8CF4-3092-9054-90DC91AC65C9}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f44a8a +[Software\\Classes\\Interface\\{D54500AE-8CF4-3092-9054-90DC91AC65C9}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab8356 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D54500AE-8CF4-3092-9054-90DC91AC65C9}\\TypeLib] 1460706649 -#time=1d196eb86f44c88 +[Software\\Classes\\Interface\\{D54500AE-8CF4-3092-9054-90DC91AC65C9}\\TypeLib] 1526460883 +#time=1d3ecf388ab8572 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D57C7288-D4AD-4768-BE02-9D969532D960}] 1460706471 -#time=1d196eb1ce1ece2 +[Software\\Classes\\Interface\\{D57C7288-D4AD-4768-BE02-9D969532D960}] 1526460533 +#time=1d3ecf2b809e526 @="IFileOpenDialog" -[Software\\Classes\\Interface\\{D57C7288-D4AD-4768-BE02-9D969532D960}\\NumMethods] 1460706471 -#time=1d196eb1ce1ebfc +[Software\\Classes\\Interface\\{D57C7288-D4AD-4768-BE02-9D969532D960}\\NumMethods] 1526460533 +#time=1d3ecf2b809e382 @="29" -[Software\\Classes\\Interface\\{D57C7288-D4AD-4768-BE02-9D969532D960}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1edc8 +[Software\\Classes\\Interface\\{D57C7288-D4AD-4768-BE02-9D969532D960}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809e5bc @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{D58DFF0C-34C3-3D1E-8251-5F83EE7367C9}] 1460706650 -#time=1d196eb87ab0fa4 +[Software\\Classes\\Interface\\{D58DFF0C-34C3-3D1E-8251-5F83EE7367C9}] 1526460884 +#time=1d3ecf3895428bc @="_ListControl" -[Software\\Classes\\Interface\\{D58DFF0C-34C3-3D1E-8251-5F83EE7367C9}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab0d74 +[Software\\Classes\\Interface\\{D58DFF0C-34C3-3D1E-8251-5F83EE7367C9}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954265a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D58DFF0C-34C3-3D1E-8251-5F83EE7367C9}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab0eb4 +[Software\\Classes\\Interface\\{D58DFF0C-34C3-3D1E-8251-5F83EE7367C9}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895427cc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D58DFF0C-34C3-3D1E-8251-5F83EE7367C9}\\TypeLib] 1460706650 -#time=1d196eb87ab10bc +[Software\\Classes\\Interface\\{D58DFF0C-34C3-3D1E-8251-5F83EE7367C9}\\TypeLib] 1526460884 +#time=1d3ecf3895429d4 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{D594D0D8-8DA7-457B-B3B4-CE5DBAAC0B88}] 1460706471 -#time=1d196eb1ce2121c +[Software\\Classes\\Interface\\{D594D0D8-8DA7-457B-B3B4-CE5DBAAC0B88}] 1526460533 +#time=1d3ecf2b80a1d5c @="ITransferAdviseSink" -[Software\\Classes\\Interface\\{D594D0D8-8DA7-457B-B3B4-CE5DBAAC0B88}\\NumMethods] 1460706471 -#time=1d196eb1ce2114a +[Software\\Classes\\Interface\\{D594D0D8-8DA7-457B-B3B4-CE5DBAAC0B88}\\NumMethods] 1526460533 +#time=1d3ecf2b80a1c6c @="10" -[Software\\Classes\\Interface\\{D594D0D8-8DA7-457B-B3B4-CE5DBAAC0B88}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce21294 +[Software\\Classes\\Interface\\{D594D0D8-8DA7-457B-B3B4-CE5DBAAC0B88}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a1dde @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{D5F0F4F1-130C-11D3-B14E-00C04F79FAA6}] 1460706472 -#time=1d196eb1d1c2baa +[Software\\Classes\\Interface\\{D5F0F4F1-130C-11D3-B14E-00C04F79FAA6}] 1526460533 +#time=1d3ecf2b7fbf808 @="IWMPPlaylist" -[Software\\Classes\\Interface\\{D5F0F4F1-130C-11D3-B14E-00C04F79FAA6}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c2984 +[Software\\Classes\\Interface\\{D5F0F4F1-130C-11D3-B14E-00C04F79FAA6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fbf556 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D5F0F4F1-130C-11D3-B14E-00C04F79FAA6}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c2ad8 +[Software\\Classes\\Interface\\{D5F0F4F1-130C-11D3-B14E-00C04F79FAA6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fbf70e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D5F0F4F1-130C-11D3-B14E-00C04F79FAA6}\\TypeLib] 1460706472 -#time=1d196eb1d1c2ca4 +[Software\\Classes\\Interface\\{D5F0F4F1-130C-11D3-B14E-00C04F79FAA6}\\TypeLib] 1526460533 +#time=1d3ecf2b7fbf920 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{D5F78C80-5252-11CF-90FA-00AA0042106E}] 1460706471 -#time=1d196eb1ce04040 +[Software\\Classes\\Interface\\{D5F78C80-5252-11CF-90FA-00AA0042106E}] 1526460533 +#time=1d3ecf2b808ad28 @="ITargetFrame" -[Software\\Classes\\Interface\\{D5F78C80-5252-11CF-90FA-00AA0042106E}\\NumMethods] 1460706471 -#time=1d196eb1ce03f6e -@="9" +[Software\\Classes\\Interface\\{D5F78C80-5252-11CF-90FA-00AA0042106E}\\NumMethods] 1526460533 +#time=1d3ecf2b808ac1a +@="17" -[Software\\Classes\\Interface\\{D5F78C80-5252-11CF-90FA-00AA0042106E}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce040b8 +[Software\\Classes\\Interface\\{D5F78C80-5252-11CF-90FA-00AA0042106E}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808adb4 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{D625AFD0-8FD9-3113-A900-43912A54C421}] 1460706649 -#time=1d196eb86fad076 +[Software\\Classes\\Interface\\{D625AFD0-8FD9-3113-A900-43912A54C421}] 1526460883 +#time=1d3ecf388b28c00 @="_EndOfStreamException" -[Software\\Classes\\Interface\\{D625AFD0-8FD9-3113-A900-43912A54C421}\\ProxyStubClsid] 1460706649 -#time=1d196eb86face5a +[Software\\Classes\\Interface\\{D625AFD0-8FD9-3113-A900-43912A54C421}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b28994 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D625AFD0-8FD9-3113-A900-43912A54C421}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86facfa4 +[Software\\Classes\\Interface\\{D625AFD0-8FD9-3113-A900-43912A54C421}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b28b10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D625AFD0-8FD9-3113-A900-43912A54C421}\\TypeLib] 1460706649 -#time=1d196eb86fad170 +[Software\\Classes\\Interface\\{D625AFD0-8FD9-3113-A900-43912A54C421}\\TypeLib] 1526460883 +#time=1d3ecf388b28d18 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D662AE3F-CEF9-38B4-BB8E-5D8DD1DBF806}] 1460706649 -#time=1d196eb86f77782 +[Software\\Classes\\Interface\\{D662AE3F-CEF9-38B4-BB8E-5D8DD1DBF806}] 1526460883 +#time=1d3ecf388af0f26 @="_JapaneseCalendar" -[Software\\Classes\\Interface\\{D662AE3F-CEF9-38B4-BB8E-5D8DD1DBF806}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f77570 +[Software\\Classes\\Interface\\{D662AE3F-CEF9-38B4-BB8E-5D8DD1DBF806}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af0cce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D662AE3F-CEF9-38B4-BB8E-5D8DD1DBF806}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f776b0 +[Software\\Classes\\Interface\\{D662AE3F-CEF9-38B4-BB8E-5D8DD1DBF806}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af0e40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D662AE3F-CEF9-38B4-BB8E-5D8DD1DBF806}\\TypeLib] 1460706649 -#time=1d196eb86f7787c +[Software\\Classes\\Interface\\{D662AE3F-CEF9-38B4-BB8E-5D8DD1DBF806}\\TypeLib] 1526460883 +#time=1d3ecf388af1048 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D7093F61-ED6B-343F-B1E9-02472FCC710E}] 1460706649 -#time=1d196eb86f879c0 +[Software\\Classes\\Interface\\{D7093F61-ED6B-343F-B1E9-02472FCC710E}] 1526460883 +#time=1d3ecf388aff864 @="_CodeGroup" -[Software\\Classes\\Interface\\{D7093F61-ED6B-343F-B1E9-02472FCC710E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f877a4 +[Software\\Classes\\Interface\\{D7093F61-ED6B-343F-B1E9-02472FCC710E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aff602 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D7093F61-ED6B-343F-B1E9-02472FCC710E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f878ee +[Software\\Classes\\Interface\\{D7093F61-ED6B-343F-B1E9-02472FCC710E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aff774 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D7093F61-ED6B-343F-B1E9-02472FCC710E}\\TypeLib] 1460706649 -#time=1d196eb86f87aba +[Software\\Classes\\Interface\\{D7093F61-ED6B-343F-B1E9-02472FCC710E}\\TypeLib] 1526460883 +#time=1d3ecf388aff97c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D7540241-F9A1-4364-BEFC-DBCD2C4395B7}] 1460706471 -#time=1d196eb1cfc6fea +[Software\\Classes\\Interface\\{D7540241-F9A1-4364-BEFC-DBCD2C4395B7}] 1526460533 +#time=1d3ecf2b7e366d0 @="ITfCompositionView" -[Software\\Classes\\Interface\\{D7540241-F9A1-4364-BEFC-DBCD2C4395B7}\\NumMethods] 1460706471 -#time=1d196eb1cfc6f18 +[Software\\Classes\\Interface\\{D7540241-F9A1-4364-BEFC-DBCD2C4395B7}\\NumMethods] 1526460533 +#time=1d3ecf2b7e365e0 @="5" -[Software\\Classes\\Interface\\{D7540241-F9A1-4364-BEFC-DBCD2C4395B7}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc709e +[Software\\Classes\\Interface\\{D7540241-F9A1-4364-BEFC-DBCD2C4395B7}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3675c @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{D8013EEE-730B-45E2-BA24-874B7242C425}] 1460706650 -#time=1d196eb8753546c +[Software\\Classes\\Interface\\{D8013EEE-730B-45E2-BA24-874B7242C425}] 1526460884 +#time=1d3ecf38904d83e @="IComSoapPublisher" -[Software\\Classes\\Interface\\{D8013EEE-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753525a +[Software\\Classes\\Interface\\{D8013EEE-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904d564 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8013EEE-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid32] 1460706650 -#time=1d196eb8753539a +[Software\\Classes\\Interface\\{D8013EEE-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38904d726 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8013EEE-730B-45E2-BA24-874B7242C425}\\TypeLib] 1460706650 -#time=1d196eb87535570 +[Software\\Classes\\Interface\\{D8013EEE-730B-45E2-BA24-874B7242C425}\\TypeLib] 1526460884 +#time=1d3ecf38904d9a6 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{D8013EF0-730B-45E2-BA24-874B7242C425}] 1460706650 -#time=1d196eb87534e86 +[Software\\Classes\\Interface\\{D8013EF0-730B-45E2-BA24-874B7242C425}] 1526460884 +#time=1d3ecf38904d064 @="IComSoapIISVRoot" -[Software\\Classes\\Interface\\{D8013EF0-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid] 1460706650 -#time=1d196eb87534c60 +[Software\\Classes\\Interface\\{D8013EF0-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904cd8a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8013EF0-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87534da0 +[Software\\Classes\\Interface\\{D8013EF0-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38904cf4c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8013EF0-730B-45E2-BA24-874B7242C425}\\TypeLib] 1460706650 -#time=1d196eb87534f8a +[Software\\Classes\\Interface\\{D8013EF0-730B-45E2-BA24-874B7242C425}\\TypeLib] 1526460884 +#time=1d3ecf38904d1b8 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{D8013FF0-730B-45E2-BA24-874B7242C425}] 1460706650 -#time=1d196eb87534878 +[Software\\Classes\\Interface\\{D8013FF0-730B-45E2-BA24-874B7242C425}] 1526460884 +#time=1d3ecf38904c880 @="IComSoapMetadata" -[Software\\Classes\\Interface\\{D8013FF0-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid] 1460706650 -#time=1d196eb8753465c +[Software\\Classes\\Interface\\{D8013FF0-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904c5a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8013FF0-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid32] 1460706650 -#time=1d196eb875347a6 +[Software\\Classes\\Interface\\{D8013FF0-730B-45E2-BA24-874B7242C425}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38904c768 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8013FF0-730B-45E2-BA24-874B7242C425}\\TypeLib] 1460706650 -#time=1d196eb8753497c +[Software\\Classes\\Interface\\{D8013FF0-730B-45E2-BA24-874B7242C425}\\TypeLib] 1526460884 +#time=1d3ecf38904c9de @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{D80FF312-2930-3680-A5E9-B48296C7415F}] 1460706649 -#time=1d196eb86fd9b26 +[Software\\Classes\\Interface\\{D80FF312-2930-3680-A5E9-B48296C7415F}] 1526460883 +#time=1d3ecf388b59f30 @="_ProxyAttribute" -[Software\\Classes\\Interface\\{D80FF312-2930-3680-A5E9-B48296C7415F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd98ec +[Software\\Classes\\Interface\\{D80FF312-2930-3680-A5E9-B48296C7415F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b59cce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D80FF312-2930-3680-A5E9-B48296C7415F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd9a4a +[Software\\Classes\\Interface\\{D80FF312-2930-3680-A5E9-B48296C7415F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b59e4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D80FF312-2930-3680-A5E9-B48296C7415F}\\TypeLib] 1460706649 -#time=1d196eb86fd9c52 +[Software\\Classes\\Interface\\{D80FF312-2930-3680-A5E9-B48296C7415F}\\TypeLib] 1526460883 +#time=1d3ecf388b5a066 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D81130BF-D627-3B91-A7C7-CEA597093464}] 1460706649 -#time=1d196eb86f2ba62 +[Software\\Classes\\Interface\\{D81130BF-D627-3B91-A7C7-CEA597093464}] 1526460883 +#time=1d3ecf388a9c372 @="_ApplicationException" -[Software\\Classes\\Interface\\{D81130BF-D627-3B91-A7C7-CEA597093464}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2b83c +[Software\\Classes\\Interface\\{D81130BF-D627-3B91-A7C7-CEA597093464}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9c110 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D81130BF-D627-3B91-A7C7-CEA597093464}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2b986 +[Software\\Classes\\Interface\\{D81130BF-D627-3B91-A7C7-CEA597093464}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9c282 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D81130BF-D627-3B91-A7C7-CEA597093464}\\TypeLib] 1460706649 -#time=1d196eb86f2bb7a +[Software\\Classes\\Interface\\{D81130BF-D627-3B91-A7C7-CEA597093464}\\TypeLib] 1526460883 +#time=1d3ecf388a9c49e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D84CCA99-CCE2-11D2-9ECC-0000F8085981}] 1460706472 -#time=1d196eb1d1c8d02 +[Software\\Classes\\Interface\\{D84CCA99-CCE2-11D2-9ECC-0000F8085981}] 1526460533 +#time=1d3ecf2b7fc7634 @="IWMPCore" -[Software\\Classes\\Interface\\{D84CCA99-CCE2-11D2-9ECC-0000F8085981}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c8adc +[Software\\Classes\\Interface\\{D84CCA99-CCE2-11D2-9ECC-0000F8085981}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc738c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D84CCA99-CCE2-11D2-9ECC-0000F8085981}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c8c26 +[Software\\Classes\\Interface\\{D84CCA99-CCE2-11D2-9ECC-0000F8085981}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc7544 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D84CCA99-CCE2-11D2-9ECC-0000F8085981}\\TypeLib] 1460706472 -#time=1d196eb1d1c8dde +[Software\\Classes\\Interface\\{D84CCA99-CCE2-11D2-9ECC-0000F8085981}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc7756 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{D858399F-E19E-3423-A720-AC12ABE2E5E8}] 1460706649 -#time=1d196eb86f9a746 +[Software\\Classes\\Interface\\{D858399F-E19E-3423-A720-AC12ABE2E5E8}] 1526460883 +#time=1d3ecf388b1543e @="_MarshalAsAttribute" -[Software\\Classes\\Interface\\{D858399F-E19E-3423-A720-AC12ABE2E5E8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9a534 +[Software\\Classes\\Interface\\{D858399F-E19E-3423-A720-AC12ABE2E5E8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b151c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D858399F-E19E-3423-A720-AC12ABE2E5E8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9a67e +[Software\\Classes\\Interface\\{D858399F-E19E-3423-A720-AC12ABE2E5E8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b15330 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D858399F-E19E-3423-A720-AC12ABE2E5E8}\\TypeLib] 1460706649 -#time=1d196eb86f9a84a +[Software\\Classes\\Interface\\{D858399F-E19E-3423-A720-AC12ABE2E5E8}\\TypeLib] 1526460883 +#time=1d3ecf388b15560 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D89EAC5E-0331-3FCD-9C16-4F1ED3FE1BE2}] 1460706649 -#time=1d196eb86f89284 +[Software\\Classes\\Interface\\{D89EAC5E-0331-3FCD-9C16-4F1ED3FE1BE2}] 1526460883 +#time=1d3ecf388b012ae @="_TrustManagerContext" -[Software\\Classes\\Interface\\{D89EAC5E-0331-3FCD-9C16-4F1ED3FE1BE2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8907c +[Software\\Classes\\Interface\\{D89EAC5E-0331-3FCD-9C16-4F1ED3FE1BE2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0104c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D89EAC5E-0331-3FCD-9C16-4F1ED3FE1BE2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f891bc +[Software\\Classes\\Interface\\{D89EAC5E-0331-3FCD-9C16-4F1ED3FE1BE2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b011be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D89EAC5E-0331-3FCD-9C16-4F1ED3FE1BE2}\\TypeLib] 1460706649 -#time=1d196eb86f89388 +[Software\\Classes\\Interface\\{D89EAC5E-0331-3FCD-9C16-4F1ED3FE1BE2}\\TypeLib] 1526460883 +#time=1d3ecf388b013c6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D8CD007F-D08F-4191-9BFC-236EA7F0E4B5}] 1460706472 -#time=1d196eb1d1949bc +[Software\\Classes\\Interface\\{D8CD007F-D08F-4191-9BFC-236EA7F0E4B5}] 1526460533 +#time=1d3ecf2b7f08752 @="IWICBitmapDecoderInfo" -[Software\\Classes\\Interface\\{D8CD007F-D08F-4191-9BFC-236EA7F0E4B5}\\NumMethods] 1460706472 -#time=1d196eb1d1948cc +[Software\\Classes\\Interface\\{D8CD007F-D08F-4191-9BFC-236EA7F0E4B5}\\NumMethods] 1526460533 +#time=1d3ecf2b7f08662 @="26" -[Software\\Classes\\Interface\\{D8CD007F-D08F-4191-9BFC-236EA7F0E4B5}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d194a34 +[Software\\Classes\\Interface\\{D8CD007F-D08F-4191-9BFC-236EA7F0E4B5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f087d4 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{D8CF3F23-1A66-3344-8230-07EB53970B85}] 1460706649 -#time=1d196eb86f9279e +[Software\\Classes\\Interface\\{D8CF3F23-1A66-3344-8230-07EB53970B85}] 1526460883 +#time=1d3ecf388b0b524 @="_WindowsIdentity" -[Software\\Classes\\Interface\\{D8CF3F23-1A66-3344-8230-07EB53970B85}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9258c +[Software\\Classes\\Interface\\{D8CF3F23-1A66-3344-8230-07EB53970B85}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b0b2cc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8CF3F23-1A66-3344-8230-07EB53970B85}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f926cc +[Software\\Classes\\Interface\\{D8CF3F23-1A66-3344-8230-07EB53970B85}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b0b434 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8CF3F23-1A66-3344-8230-07EB53970B85}\\TypeLib] 1460706649 -#time=1d196eb86f928a2 +[Software\\Classes\\Interface\\{D8CF3F23-1A66-3344-8230-07EB53970B85}\\TypeLib] 1526460883 +#time=1d3ecf388b0b632 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D8D99843-2EE2-3EF0-994D-3CC82849964B}] 1460706650 -#time=1d196eb875406a0 +[Software\\Classes\\Interface\\{D8D99843-2EE2-3EF0-994D-3CC82849964B}] 1526460884 +#time=1d3ecf38905c442 @="_ClientRemotingConfig" -[Software\\Classes\\Interface\\{D8D99843-2EE2-3EF0-994D-3CC82849964B}\\ProxyStubClsid] 1460706650 -#time=1d196eb875403d0 +[Software\\Classes\\Interface\\{D8D99843-2EE2-3EF0-994D-3CC82849964B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38905c186 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8D99843-2EE2-3EF0-994D-3CC82849964B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87540588 +[Software\\Classes\\Interface\\{D8D99843-2EE2-3EF0-994D-3CC82849964B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38905c334 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8D99843-2EE2-3EF0-994D-3CC82849964B}\\TypeLib] 1460706650 -#time=1d196eb87540808 +[Software\\Classes\\Interface\\{D8D99843-2EE2-3EF0-994D-3CC82849964B}\\TypeLib] 1526460884 +#time=1d3ecf38905c654 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{D8F015C0-C278-11CE-A49E-444553540000}] 1460706471 -#time=1d196eb1d12d050 +[Software\\Classes\\Interface\\{D8F015C0-C278-11CE-A49E-444553540000}] 1526460533 +#time=1d3ecf2b7f45904 @="IShellDispatch" -[Software\\Classes\\Interface\\{D8F015C0-C278-11CE-A49E-444553540000}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12ce34 +[Software\\Classes\\Interface\\{D8F015C0-C278-11CE-A49E-444553540000}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f4568e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8F015C0-C278-11CE-A49E-444553540000}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12cf7e +[Software\\Classes\\Interface\\{D8F015C0-C278-11CE-A49E-444553540000}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f4580a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D8F015C0-C278-11CE-A49E-444553540000}\\TypeLib] 1460706471 -#time=1d196eb1d12d136 +[Software\\Classes\\Interface\\{D8F015C0-C278-11CE-A49E-444553540000}\\TypeLib] 1526460533 +#time=1d3ecf2b7f45a1c @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{D940F0F8-3CBB-4FD0-993F-471E7F2328AD}] 1460706472 -#time=1d196eb1d1eecdc +[Software\\Classes\\Interface\\{D940F0F8-3CBB-4FD0-993F-471E7F2328AD}] 1526460533 +#time=1d3ecf2b7df8f06 @="IUpdateInstallationResult" -[Software\\Classes\\Interface\\{D940F0F8-3CBB-4FD0-993F-471E7F2328AD}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1eea02 +[Software\\Classes\\Interface\\{D940F0F8-3CBB-4FD0-993F-471E7F2328AD}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df8b00 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D940F0F8-3CBB-4FD0-993F-471E7F2328AD}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1eebb0 +[Software\\Classes\\Interface\\{D940F0F8-3CBB-4FD0-993F-471E7F2328AD}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df8dd0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D940F0F8-3CBB-4FD0-993F-471E7F2328AD}\\TypeLib] 1460706472 -#time=1d196eb1d1eee30 +[Software\\Classes\\Interface\\{D940F0F8-3CBB-4FD0-993F-471E7F2328AD}\\TypeLib] 1526460533 +#time=1d3ecf2b7df9046 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{D94CD78E-5C25-3E89-B74A-4C28E1133C56}] 1460706650 -#time=1d196eb87543bca +[Software\\Classes\\Interface\\{D94CD78E-5C25-3E89-B74A-4C28E1133C56}] 1526460884 +#time=1d3ecf389063698 @="_ServerWebConfig" -[Software\\Classes\\Interface\\{D94CD78E-5C25-3E89-B74A-4C28E1133C56}\\ProxyStubClsid] 1460706650 -#time=1d196eb875439b8 +[Software\\Classes\\Interface\\{D94CD78E-5C25-3E89-B74A-4C28E1133C56}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38906335a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D94CD78E-5C25-3E89-B74A-4C28E1133C56}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87543af8 +[Software\\Classes\\Interface\\{D94CD78E-5C25-3E89-B74A-4C28E1133C56}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389063530 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D94CD78E-5C25-3E89-B74A-4C28E1133C56}\\TypeLib] 1460706650 -#time=1d196eb87543cce +[Software\\Classes\\Interface\\{D94CD78E-5C25-3E89-B74A-4C28E1133C56}\\TypeLib] 1526460884 +#time=1d3ecf38906381e @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{D94ED9BF-C065-3703-81A2-2F76EA8E312F}] 1460706649 -#time=1d196eb86f8dea6 +[Software\\Classes\\Interface\\{D94ED9BF-C065-3703-81A2-2F76EA8E312F}] 1526460883 +#time=1d3ecf388b06682 @="_Url" -[Software\\Classes\\Interface\\{D94ED9BF-C065-3703-81A2-2F76EA8E312F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8dc80 +[Software\\Classes\\Interface\\{D94ED9BF-C065-3703-81A2-2F76EA8E312F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b06420 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D94ED9BF-C065-3703-81A2-2F76EA8E312F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8ddca +[Software\\Classes\\Interface\\{D94ED9BF-C065-3703-81A2-2F76EA8E312F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b06592 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D94ED9BF-C065-3703-81A2-2F76EA8E312F}\\TypeLib] 1460706649 -#time=1d196eb86f8dfaa +[Software\\Classes\\Interface\\{D94ED9BF-C065-3703-81A2-2F76EA8E312F}\\TypeLib] 1526460883 +#time=1d3ecf388b0679a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D963D3FE-173C-4862-9095-B92F66995F52}] 1460706471 -#time=1d196eb1cd49d76 +[Software\\Classes\\Interface\\{D963D3FE-173C-4862-9095-B92F66995F52}] 1526460533 +#time=1d3ecf2b796b2d6 @="IVBSAXErrorHandler" -[Software\\Classes\\Interface\\{D963D3FE-173C-4862-9095-B92F66995F52}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd49b6e +[Software\\Classes\\Interface\\{D963D3FE-173C-4862-9095-B92F66995F52}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796afb6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D963D3FE-173C-4862-9095-B92F66995F52}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd49ca4 +[Software\\Classes\\Interface\\{D963D3FE-173C-4862-9095-B92F66995F52}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796b1d2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D963D3FE-173C-4862-9095-B92F66995F52}\\TypeLib] 1460706605 -#time=1d196eb6c62973a +[Software\\Classes\\Interface\\{D963D3FE-173C-4862-9095-B92F66995F52}\\TypeLib] 1528075957 +#time=1d3fba3eb8062f8 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{D98D51E5-C9B4-496A-A9C1-18980261CF0F}] 1460706471 -#time=1d196eb1d1524c2 +[Software\\Classes\\Interface\\{D98D51E5-C9B4-496A-A9C1-18980261CF0F}] 1526460533 +#time=1d3ecf2b7d640cc @="IPrincipal" -[Software\\Classes\\Interface\\{D98D51E5-C9B4-496A-A9C1-18980261CF0F}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d152292 +[Software\\Classes\\Interface\\{D98D51E5-C9B4-496A-A9C1-18980261CF0F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d63e4c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D98D51E5-C9B4-496A-A9C1-18980261CF0F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d1523dc +[Software\\Classes\\Interface\\{D98D51E5-C9B4-496A-A9C1-18980261CF0F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d63fd2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D98D51E5-C9B4-496A-A9C1-18980261CF0F}\\TypeLib] 1460706471 -#time=1d196eb1d1525a8 +[Software\\Classes\\Interface\\{D98D51E5-C9B4-496A-A9C1-18980261CF0F}\\TypeLib] 1526460533 +#time=1d3ecf2b7d641da @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{D9A59339-E245-4DBD-9686-4D5763E39624}] 1460706472 -#time=1d196eb1d1e8120 +[Software\\Classes\\Interface\\{D9A59339-E245-4DBD-9686-4D5763E39624}] 1526460533 +#time=1d3ecf2b7df27a0 @="IInstallationBehavior" -[Software\\Classes\\Interface\\{D9A59339-E245-4DBD-9686-4D5763E39624}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e7efa +[Software\\Classes\\Interface\\{D9A59339-E245-4DBD-9686-4D5763E39624}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df252a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9A59339-E245-4DBD-9686-4D5763E39624}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e8044 +[Software\\Classes\\Interface\\{D9A59339-E245-4DBD-9686-4D5763E39624}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df26b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9A59339-E245-4DBD-9686-4D5763E39624}\\TypeLib] 1460706472 -#time=1d196eb1d1e8206 +[Software\\Classes\\Interface\\{D9A59339-E245-4DBD-9686-4D5763E39624}\\TypeLib] 1526460533 +#time=1d3ecf2b7df28b8 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{D9BD3C8D-9395-3657-B6EE-D1B509C38B70}] 1460706649 -#time=1d196eb86f71b0c +[Software\\Classes\\Interface\\{D9BD3C8D-9395-3657-B6EE-D1B509C38B70}] 1526460883 +#time=1d3ecf388ae9b72 @="_Formatter" -[Software\\Classes\\Interface\\{D9BD3C8D-9395-3657-B6EE-D1B509C38B70}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f718fa +[Software\\Classes\\Interface\\{D9BD3C8D-9395-3657-B6EE-D1B509C38B70}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae9924 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9BD3C8D-9395-3657-B6EE-D1B509C38B70}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f71a3a +[Software\\Classes\\Interface\\{D9BD3C8D-9395-3657-B6EE-D1B509C38B70}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae9a8c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9BD3C8D-9395-3657-B6EE-D1B509C38B70}\\TypeLib] 1460706649 -#time=1d196eb86f71c10 +[Software\\Classes\\Interface\\{D9BD3C8D-9395-3657-B6EE-D1B509C38B70}\\TypeLib] 1526460883 +#time=1d3ecf388ae9c94 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D9D822DE-44E5-33CE-A43F-173E475CECB1}] 1460706649 -#time=1d196eb86f8d76c +[Software\\Classes\\Interface\\{D9D822DE-44E5-33CE-A43F-173E475CECB1}] 1526460883 +#time=1d3ecf388b05fac @="_UnionCodeGroup" -[Software\\Classes\\Interface\\{D9D822DE-44E5-33CE-A43F-173E475CECB1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f8d564 +[Software\\Classes\\Interface\\{D9D822DE-44E5-33CE-A43F-173E475CECB1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b05d40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9D822DE-44E5-33CE-A43F-173E475CECB1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f8d6a4 +[Software\\Classes\\Interface\\{D9D822DE-44E5-33CE-A43F-173E475CECB1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b05ebc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9D822DE-44E5-33CE-A43F-173E475CECB1}\\TypeLib] 1460706649 -#time=1d196eb86f8d8ac +[Software\\Classes\\Interface\\{D9D822DE-44E5-33CE-A43F-173E475CECB1}\\TypeLib] 1526460883 +#time=1d3ecf388b060ce @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D9E8314D-5053-3497-8A33-97D3DCFE33E2}] 1460706649 -#time=1d196eb86fe49b8 +[Software\\Classes\\Interface\\{D9E8314D-5053-3497-8A33-97D3DCFE33E2}] 1526460883 +#time=1d3ecf388b66974 @="_SoapDay" -[Software\\Classes\\Interface\\{D9E8314D-5053-3497-8A33-97D3DCFE33E2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe4788 +[Software\\Classes\\Interface\\{D9E8314D-5053-3497-8A33-97D3DCFE33E2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b666f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9E8314D-5053-3497-8A33-97D3DCFE33E2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe48e6 +[Software\\Classes\\Interface\\{D9E8314D-5053-3497-8A33-97D3DCFE33E2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b66884 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9E8314D-5053-3497-8A33-97D3DCFE33E2}\\TypeLib] 1460706649 -#time=1d196eb86fe4abc +[Software\\Classes\\Interface\\{D9E8314D-5053-3497-8A33-97D3DCFE33E2}\\TypeLib] 1526460883 +#time=1d3ecf388b66a8c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{D9FCAD88-D869-3788-A802-1B1E007C7A22}] 1460706649 -#time=1d196eb86fbac4e +[Software\\Classes\\Interface\\{D9FCAD88-D869-3788-A802-1B1E007C7A22}] 1526460883 +#time=1d3ecf388b3845c @="_XmlSyntaxException" -[Software\\Classes\\Interface\\{D9FCAD88-D869-3788-A802-1B1E007C7A22}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbaa3c +[Software\\Classes\\Interface\\{D9FCAD88-D869-3788-A802-1B1E007C7A22}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b381be @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9FCAD88-D869-3788-A802-1B1E007C7A22}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbab7c +[Software\\Classes\\Interface\\{D9FCAD88-D869-3788-A802-1B1E007C7A22}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b38358 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{D9FCAD88-D869-3788-A802-1B1E007C7A22}\\TypeLib] 1460706649 -#time=1d196eb86fbad48 +[Software\\Classes\\Interface\\{D9FCAD88-D869-3788-A802-1B1E007C7A22}\\TypeLib] 1526460883 +#time=1d3ecf388b385e2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DA295A1B-C5BD-3B34-8ACD-1D7D334FFB7F}] 1460706649 -#time=1d196eb86edefd2 +[Software\\Classes\\Interface\\{DA295A1B-C5BD-3B34-8ACD-1D7D334FFB7F}] 1526460883 +#time=1d3ecf388a693dc @="ISymbolWriter" -[Software\\Classes\\Interface\\{DA295A1B-C5BD-3B34-8ACD-1D7D334FFB7F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ededa2 +[Software\\Classes\\Interface\\{DA295A1B-C5BD-3B34-8ACD-1D7D334FFB7F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a69184 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DA295A1B-C5BD-3B34-8ACD-1D7D334FFB7F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edef00 +[Software\\Classes\\Interface\\{DA295A1B-C5BD-3B34-8ACD-1D7D334FFB7F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a692f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DA295A1B-C5BD-3B34-8ACD-1D7D334FFB7F}\\TypeLib] 1460706649 -#time=1d196eb86edf0cc +[Software\\Classes\\Interface\\{DA295A1B-C5BD-3B34-8ACD-1D7D334FFB7F}\\TypeLib] 1526460883 +#time=1d3ecf388a694f4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DA5D7739-9522-3E28-9AB7-7C2D7D27C63A}] 1460706650 -#time=1d196eb877fe0e0 +[Software\\Classes\\Interface\\{DA5D7739-9522-3E28-9AB7-7C2D7D27C63A}] 1526460884 +#time=1d3ecf3892df55c @="_ComponentRenameEventArgs" -[Software\\Classes\\Interface\\{DA5D7739-9522-3E28-9AB7-7C2D7D27C63A}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fdee2 +[Software\\Classes\\Interface\\{DA5D7739-9522-3E28-9AB7-7C2D7D27C63A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892df232 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DA5D7739-9522-3E28-9AB7-7C2D7D27C63A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fe018 +[Software\\Classes\\Interface\\{DA5D7739-9522-3E28-9AB7-7C2D7D27C63A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892df444 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DA5D7739-9522-3E28-9AB7-7C2D7D27C63A}\\TypeLib] 1460706650 -#time=1d196eb877fe1da +[Software\\Classes\\Interface\\{DA5D7739-9522-3E28-9AB7-7C2D7D27C63A}\\TypeLib] 1526460884 +#time=1d3ecf3892df6b0 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{DAA4FDD0-4727-4DBE-A1E7-745DCA317144}] 1460706472 -#time=1d196eb1d1edd50 +[Software\\Classes\\Interface\\{DAA4FDD0-4727-4DBE-A1E7-745DCA317144}] 1526460533 +#time=1d3ecf2b7df7e8a @="IDownloadResult" -[Software\\Classes\\Interface\\{DAA4FDD0-4727-4DBE-A1E7-745DCA317144}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1ed896 +[Software\\Classes\\Interface\\{DAA4FDD0-4727-4DBE-A1E7-745DCA317144}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df7c14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DAA4FDD0-4727-4DBE-A1E7-745DCA317144}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1edb7a +[Software\\Classes\\Interface\\{DAA4FDD0-4727-4DBE-A1E7-745DCA317144}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df7d86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DAA4FDD0-4727-4DBE-A1E7-745DCA317144}\\TypeLib] 1460706472 -#time=1d196eb1d1edecc +[Software\\Classes\\Interface\\{DAA4FDD0-4727-4DBE-A1E7-745DCA317144}\\TypeLib] 1526460533 +#time=1d3ecf2b7df7f8e @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{DB01A1E3-A42B-11CF-8F20-00805F2CD064}] 1460706471 -#time=1d196eb1cdfaec8 +[Software\\Classes\\Interface\\{DB01A1E3-A42B-11CF-8F20-00805F2CD064}] 1526460533 +#time=1d3ecf2b807edd4 @="IActiveScriptSite" -[Software\\Classes\\Interface\\{DB01A1E3-A42B-11CF-8F20-00805F2CD064}\\NumMethods] 1460706471 -#time=1d196eb1cdfadec +[Software\\Classes\\Interface\\{DB01A1E3-A42B-11CF-8F20-00805F2CD064}\\NumMethods] 1526460533 +#time=1d3ecf2b807ecda @="11" -[Software\\Classes\\Interface\\{DB01A1E3-A42B-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfaf36 +[Software\\Classes\\Interface\\{DB01A1E3-A42B-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b807ee56 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{DB283E60-7ADB-4CF6-9758-2931893A12FC}] 1460706648 -#time=1d196eb868cdcec +[Software\\Classes\\Interface\\{DB283E60-7ADB-4CF6-9758-2931893A12FC}] 1526460883 +#time=1d3ecf3884c6326 @="IColorizeText" -[Software\\Classes\\Interface\\{DB283E60-7ADB-4CF6-9758-2931893A12FC}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cdabc +[Software\\Classes\\Interface\\{DB283E60-7ADB-4CF6-9758-2931893A12FC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c6010 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DB283E60-7ADB-4CF6-9758-2931893A12FC}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cdc24 +[Software\\Classes\\Interface\\{DB283E60-7ADB-4CF6-9758-2931893A12FC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c61f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DB283E60-7ADB-4CF6-9758-2931893A12FC}\\TypeLib] 1460706648 -#time=1d196eb868cddf0 +[Software\\Classes\\Interface\\{DB283E60-7ADB-4CF6-9758-2931893A12FC}\\TypeLib] 1526460883 +#time=1d3ecf3884c64a2 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{DB2C11D9-3870-35E7-A10C-A3DDC3DC79B1}] 1460706649 -#time=1d196eb86fb8098 +[Software\\Classes\\Interface\\{DB2C11D9-3870-35E7-A10C-A3DDC3DC79B1}] 1526460883 +#time=1d3ecf388b35126 @="_RequiredAttributeAttribute" -[Software\\Classes\\Interface\\{DB2C11D9-3870-35E7-A10C-A3DDC3DC79B1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb7c4c +[Software\\Classes\\Interface\\{DB2C11D9-3870-35E7-A10C-A3DDC3DC79B1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b34e38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DB2C11D9-3870-35E7-A10C-A3DDC3DC79B1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb7f44 +[Software\\Classes\\Interface\\{DB2C11D9-3870-35E7-A10C-A3DDC3DC79B1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b35018 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DB2C11D9-3870-35E7-A10C-A3DDC3DC79B1}\\TypeLib] 1460706649 -#time=1d196eb86fb81c4 +[Software\\Classes\\Interface\\{DB2C11D9-3870-35E7-A10C-A3DDC3DC79B1}\\TypeLib] 1526460883 +#time=1d3ecf388b3527a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DB6FE495-8F5B-3C66-9A17-4C40D5593906}] 1460706650 -#time=1d196eb87ac3fbe +[Software\\Classes\\Interface\\{DB6FE495-8F5B-3C66-9A17-4C40D5593906}] 1526460884 +#time=1d3ecf38955f836 @="_PropertyTabChangedEventArgs" -[Software\\Classes\\Interface\\{DB6FE495-8F5B-3C66-9A17-4C40D5593906}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac3d98 +[Software\\Classes\\Interface\\{DB6FE495-8F5B-3C66-9A17-4C40D5593906}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955f5d4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DB6FE495-8F5B-3C66-9A17-4C40D5593906}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac3ef6 +[Software\\Classes\\Interface\\{DB6FE495-8F5B-3C66-9A17-4C40D5593906}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955f750 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DB6FE495-8F5B-3C66-9A17-4C40D5593906}\\TypeLib] 1460706650 -#time=1d196eb87ac4126 +[Software\\Classes\\Interface\\{DB6FE495-8F5B-3C66-9A17-4C40D5593906}\\TypeLib] 1526460884 +#time=1d3ecf38955f94e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{DB8DE23F-F264-39AC-B61C-CC1E7EB4A5E6}] 1460706649 -#time=1d196eb86f79fb4 +[Software\\Classes\\Interface\\{DB8DE23F-F264-39AC-B61C-CC1E7EB4A5E6}] 1526460883 +#time=1d3ecf388af3d16 @="_TextInfo" -[Software\\Classes\\Interface\\{DB8DE23F-F264-39AC-B61C-CC1E7EB4A5E6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f79d8e +[Software\\Classes\\Interface\\{DB8DE23F-F264-39AC-B61C-CC1E7EB4A5E6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af3ab4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DB8DE23F-F264-39AC-B61C-CC1E7EB4A5E6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f79eec +[Software\\Classes\\Interface\\{DB8DE23F-F264-39AC-B61C-CC1E7EB4A5E6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af3c26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DB8DE23F-F264-39AC-B61C-CC1E7EB4A5E6}\\TypeLib] 1460706649 -#time=1d196eb86f7a0ae +[Software\\Classes\\Interface\\{DB8DE23F-F264-39AC-B61C-CC1E7EB4A5E6}\\TypeLib] 1526460883 +#time=1d3ecf388af3e4c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DC3691BC-F188-4B67-8338-326671E0F3F6}] 1460706648 -#time=1d196eb868d23f0 +[Software\\Classes\\Interface\\{DC3691BC-F188-4B67-8338-326671E0F3F6}] 1526460883 +#time=1d3ecf3884ce54e @="IVsaFullErrorInfo" -[Software\\Classes\\Interface\\{DC3691BC-F188-4B67-8338-326671E0F3F6}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d21c0 +[Software\\Classes\\Interface\\{DC3691BC-F188-4B67-8338-326671E0F3F6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884ce026 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DC3691BC-F188-4B67-8338-326671E0F3F6}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d230a +[Software\\Classes\\Interface\\{DC3691BC-F188-4B67-8338-326671E0F3F6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884ce364 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DC3691BC-F188-4B67-8338-326671E0F3F6}\\TypeLib] 1460706648 -#time=1d196eb868d24fe +[Software\\Classes\\Interface\\{DC3691BC-F188-4B67-8338-326671E0F3F6}\\TypeLib] 1526460883 +#time=1d3ecf3884ce6de @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{DC77F976-318D-3A1A-9B60-ABB9DD9406D6}] 1460706649 -#time=1d196eb86f3e7e8 +[Software\\Classes\\Interface\\{DC77F976-318D-3A1A-9B60-ABB9DD9406D6}] 1526460883 +#time=1d3ecf388ab1a56 @="_LocalDataStoreSlot" -[Software\\Classes\\Interface\\{DC77F976-318D-3A1A-9B60-ABB9DD9406D6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3e5d6 +[Software\\Classes\\Interface\\{DC77F976-318D-3A1A-9B60-ABB9DD9406D6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab17f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DC77F976-318D-3A1A-9B60-ABB9DD9406D6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3e716 +[Software\\Classes\\Interface\\{DC77F976-318D-3A1A-9B60-ABB9DD9406D6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab1970 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DC77F976-318D-3A1A-9B60-ABB9DD9406D6}\\TypeLib] 1460706649 -#time=1d196eb86f3e8ec +[Software\\Classes\\Interface\\{DC77F976-318D-3A1A-9B60-ABB9DD9406D6}\\TypeLib] 1526460883 +#time=1d3ecf388ab1b6e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DC8CE439-7954-36ED-803C-674F72F27249}] 1460706649 -#time=1d196eb87010d6a +[Software\\Classes\\Interface\\{DC8CE439-7954-36ED-803C-674F72F27249}] 1526460883 +#time=1d3ecf388b97204 @="_SHA512Managed" -[Software\\Classes\\Interface\\{DC8CE439-7954-36ED-803C-674F72F27249}\\ProxyStubClsid] 1460706649 -#time=1d196eb87010b4e +[Software\\Classes\\Interface\\{DC8CE439-7954-36ED-803C-674F72F27249}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b96fac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DC8CE439-7954-36ED-803C-674F72F27249}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87010c98 +[Software\\Classes\\Interface\\{DC8CE439-7954-36ED-803C-674F72F27249}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b9711e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DC8CE439-7954-36ED-803C-674F72F27249}\\TypeLib] 1460706649 -#time=1d196eb87010e6e +[Software\\Classes\\Interface\\{DC8CE439-7954-36ED-803C-674F72F27249}\\TypeLib] 1526460883 +#time=1d3ecf388b9733a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DD36C803-73D1-338D-88BA-DC9EB7620EF7}] 1460706649 -#time=1d196eb86f6fb9a +[Software\\Classes\\Interface\\{DD36C803-73D1-338D-88BA-DC9EB7620EF7}] 1526460883 +#time=1d3ecf388ae7a8e @="_OnDeserializedAttribute" -[Software\\Classes\\Interface\\{DD36C803-73D1-338D-88BA-DC9EB7620EF7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6f988 +[Software\\Classes\\Interface\\{DD36C803-73D1-338D-88BA-DC9EB7620EF7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae7836 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DD36C803-73D1-338D-88BA-DC9EB7620EF7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6fad2 +[Software\\Classes\\Interface\\{DD36C803-73D1-338D-88BA-DC9EB7620EF7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae799e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DD36C803-73D1-338D-88BA-DC9EB7620EF7}\\TypeLib] 1460706649 -#time=1d196eb86f6fc9e +[Software\\Classes\\Interface\\{DD36C803-73D1-338D-88BA-DC9EB7620EF7}\\TypeLib] 1526460883 +#time=1d3ecf388ae7ba6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DD7488A6-1B3F-3823-9556-C2772B15150F}] 1460706649 -#time=1d196eb86f32fa6 +[Software\\Classes\\Interface\\{DD7488A6-1B3F-3823-9556-C2772B15150F}] 1526460883 +#time=1d3ecf388aa46e4 @="_ArrayTypeMismatchException" -[Software\\Classes\\Interface\\{DD7488A6-1B3F-3823-9556-C2772B15150F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f32d1c +[Software\\Classes\\Interface\\{DD7488A6-1B3F-3823-9556-C2772B15150F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa43f6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DD7488A6-1B3F-3823-9556-C2772B15150F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f32ec0 +[Software\\Classes\\Interface\\{DD7488A6-1B3F-3823-9556-C2772B15150F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa459a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DD7488A6-1B3F-3823-9556-C2772B15150F}\\TypeLib] 1460706649 -#time=1d196eb86f330b4 +[Software\\Classes\\Interface\\{DD7488A6-1B3F-3823-9556-C2772B15150F}\\TypeLib] 1526460883 +#time=1d3ecf388aa482e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DD846FCC-8D04-3665-81B6-AACBE99C19C3}] 1460706649 -#time=1d196eb86f4d266 +[Software\\Classes\\Interface\\{DD846FCC-8D04-3665-81B6-AACBE99C19C3}] 1526460883 +#time=1d3ecf388ac2068 @="_Overlapped" -[Software\\Classes\\Interface\\{DD846FCC-8D04-3665-81B6-AACBE99C19C3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4d022 +[Software\\Classes\\Interface\\{DD846FCC-8D04-3665-81B6-AACBE99C19C3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac1e1a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DD846FCC-8D04-3665-81B6-AACBE99C19C3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4d180 +[Software\\Classes\\Interface\\{DD846FCC-8D04-3665-81B6-AACBE99C19C3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac1f82 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DD846FCC-8D04-3665-81B6-AACBE99C19C3}\\TypeLib] 1460706649 -#time=1d196eb86f4d36a +[Software\\Classes\\Interface\\{DD846FCC-8D04-3665-81B6-AACBE99C19C3}\\TypeLib] 1526460883 +#time=1d3ecf388ac2180 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DDB34005-9BA3-4025-9554-F00A2DF5DBF5}] 1460706649 -#time=1d196eb86b63d12 +[Software\\Classes\\Interface\\{DDB34005-9BA3-4025-9554-F00A2DF5DBF5}] 1526460883 +#time=1d3ecf38873ab66 @="ICorSvcDependencies" -[Software\\Classes\\Interface\\{DDB34005-9BA3-4025-9554-F00A2DF5DBF5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b63aec +[Software\\Classes\\Interface\\{DDB34005-9BA3-4025-9554-F00A2DF5DBF5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38873a580 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DDB34005-9BA3-4025-9554-F00A2DF5DBF5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b63c40 +[Software\\Classes\\Interface\\{DDB34005-9BA3-4025-9554-F00A2DF5DBF5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf38873a7ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DDB34005-9BA3-4025-9554-F00A2DF5DBF5}\\TypeLib] 1460706649 -#time=1d196eb86b63e20 +[Software\\Classes\\Interface\\{DDB34005-9BA3-4025-9554-F00A2DF5DBF5}\\TypeLib] 1526460883 +#time=1d3ecf38873adb4 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{DDD44DA2-BC6B-3620-9317-C0372968C741}] 1460706649 -#time=1d196eb86f53e9a +[Software\\Classes\\Interface\\{DDD44DA2-BC6B-3620-9317-C0372968C741}] 1526460883 +#time=1d3ecf388ac95fc @="_DictionaryBase" -[Software\\Classes\\Interface\\{DDD44DA2-BC6B-3620-9317-C0372968C741}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f53c6a +[Software\\Classes\\Interface\\{DDD44DA2-BC6B-3620-9317-C0372968C741}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac93a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DDD44DA2-BC6B-3620-9317-C0372968C741}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f53dc8 +[Software\\Classes\\Interface\\{DDD44DA2-BC6B-3620-9317-C0372968C741}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac9516 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DDD44DA2-BC6B-3620-9317-C0372968C741}\\TypeLib] 1460706649 -#time=1d196eb86f53f9e +[Software\\Classes\\Interface\\{DDD44DA2-BC6B-3620-9317-C0372968C741}\\TypeLib] 1526460883 +#time=1d3ecf388ac9714 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DDEDB94D-4F3F-35C1-97C9-3F1D87628D9E}] 1460706649 -#time=1d196eb86f7b166 +[Software\\Classes\\Interface\\{DDEDB94D-4F3F-35C1-97C9-3F1D87628D9E}] 1526460883 +#time=1d3ecf388af5166 @="_Encoding" -[Software\\Classes\\Interface\\{DDEDB94D-4F3F-35C1-97C9-3F1D87628D9E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7af0e +[Software\\Classes\\Interface\\{DDEDB94D-4F3F-35C1-97C9-3F1D87628D9E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af4e78 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DDEDB94D-4F3F-35C1-97C9-3F1D87628D9E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7b062 +[Software\\Classes\\Interface\\{DDEDB94D-4F3F-35C1-97C9-3F1D87628D9E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af4fea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DDEDB94D-4F3F-35C1-97C9-3F1D87628D9E}\\TypeLib] 1460706649 -#time=1d196eb86f7b260 +[Software\\Classes\\Interface\\{DDEDB94D-4F3F-35C1-97C9-3F1D87628D9E}\\TypeLib] 1526460883 +#time=1d3ecf388af527e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DDEFE873-6997-4E68-BE26-39B633ADBE12}] 1460706471 -#time=1d196eb1ce20e34 +[Software\\Classes\\Interface\\{DDEFE873-6997-4E68-BE26-39B633ADBE12}] 1526460533 +#time=1d3ecf2b80a18d4 @="IQueryCancelAutoPlay" -[Software\\Classes\\Interface\\{DDEFE873-6997-4E68-BE26-39B633ADBE12}\\NumMethods] 1460706471 -#time=1d196eb1ce20d58 +[Software\\Classes\\Interface\\{DDEFE873-6997-4E68-BE26-39B633ADBE12}\\NumMethods] 1526460533 +#time=1d3ecf2b80a17e4 @="4" -[Software\\Classes\\Interface\\{DDEFE873-6997-4E68-BE26-39B633ADBE12}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce20eac +[Software\\Classes\\Interface\\{DDEFE873-6997-4E68-BE26-39B633ADBE12}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a1956 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{DE10D587-A188-3DCB-8000-92DFDB9B8021}] 1460706649 -#time=1d196eb86f5f574 +[Software\\Classes\\Interface\\{DE10D587-A188-3DCB-8000-92DFDB9B8021}] 1526460883 +#time=1d3ecf388ad636a @="_AssemblyProductAttribute" -[Software\\Classes\\Interface\\{DE10D587-A188-3DCB-8000-92DFDB9B8021}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5f34e +[Software\\Classes\\Interface\\{DE10D587-A188-3DCB-8000-92DFDB9B8021}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad611c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DE10D587-A188-3DCB-8000-92DFDB9B8021}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5f48e +[Software\\Classes\\Interface\\{DE10D587-A188-3DCB-8000-92DFDB9B8021}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad6284 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DE10D587-A188-3DCB-8000-92DFDB9B8021}\\TypeLib] 1460706649 -#time=1d196eb86f5f66e +[Software\\Classes\\Interface\\{DE10D587-A188-3DCB-8000-92DFDB9B8021}\\TypeLib] 1526460883 +#time=1d3ecf388ad6482 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DE541460-F838-3698-B2DA-510B09070118}] 1460706649 -#time=1d196eb8701016c +[Software\\Classes\\Interface\\{DE541460-F838-3698-B2DA-510B09070118}] 1526460883 +#time=1d3ecf388b964f8 @="_SHA384Managed" -[Software\\Classes\\Interface\\{DE541460-F838-3698-B2DA-510B09070118}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700ff32 +[Software\\Classes\\Interface\\{DE541460-F838-3698-B2DA-510B09070118}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b962a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DE541460-F838-3698-B2DA-510B09070118}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8701007c +[Software\\Classes\\Interface\\{DE541460-F838-3698-B2DA-510B09070118}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b96412 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DE541460-F838-3698-B2DA-510B09070118}\\TypeLib] 1460706649 -#time=1d196eb87010270 +[Software\\Classes\\Interface\\{DE541460-F838-3698-B2DA-510B09070118}\\TypeLib] 1526460883 +#time=1d3ecf388b96610 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DE8DB6F8-D101-3A92-8D1C-E72E5F10E992}] 1460706649 -#time=1d196eb86ed0180 +[Software\\Classes\\Interface\\{DE8DB6F8-D101-3A92-8D1C-E72E5F10E992}] 1526460883 +#time=1d3ecf388a59fd6 @="ICollection" -[Software\\Classes\\Interface\\{DE8DB6F8-D101-3A92-8D1C-E72E5F10E992}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ecff3c +[Software\\Classes\\Interface\\{DE8DB6F8-D101-3A92-8D1C-E72E5F10E992}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a59d74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DE8DB6F8-D101-3A92-8D1C-E72E5F10E992}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed007c +[Software\\Classes\\Interface\\{DE8DB6F8-D101-3A92-8D1C-E72E5F10E992}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a59ee6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DE8DB6F8-D101-3A92-8D1C-E72E5F10E992}\\TypeLib] 1460706649 -#time=1d196eb86ed0478 +[Software\\Classes\\Interface\\{DE8DB6F8-D101-3A92-8D1C-E72E5F10E992}\\TypeLib] 1526460883 +#time=1d3ecf388a5a0e4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DE9156B5-5E7A-3041-BF45-A29A6C2CF48A}] 1460706649 -#time=1d196eb86fa6b90 +[Software\\Classes\\Interface\\{DE9156B5-5E7A-3041-BF45-A29A6C2CF48A}] 1526460883 +#time=1d3ecf388b2212a @="_InvalidComObjectException" -[Software\\Classes\\Interface\\{DE9156B5-5E7A-3041-BF45-A29A6C2CF48A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa67c6 +[Software\\Classes\\Interface\\{DE9156B5-5E7A-3041-BF45-A29A6C2CF48A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b21ed2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DE9156B5-5E7A-3041-BF45-A29A6C2CF48A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa6aa0 +[Software\\Classes\\Interface\\{DE9156B5-5E7A-3041-BF45-A29A6C2CF48A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b22044 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DE9156B5-5E7A-3041-BF45-A29A6C2CF48A}\\TypeLib] 1460706649 -#time=1d196eb86fa6cda +[Software\\Classes\\Interface\\{DE9156B5-5E7A-3041-BF45-A29A6C2CF48A}\\TypeLib] 1526460883 +#time=1d3ecf388b2224c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DEA0A7B2-D4BA-11D1-8B09-00600806D9B6}] 1460706471 -#time=1d196eb1cdcd9b4 +[Software\\Classes\\Interface\\{DEA0A7B2-D4BA-11D1-8B09-00600806D9B6}] 1526460533 +#time=1d3ecf2b7ab11cc @="ISWbemPropertySet" -[Software\\Classes\\Interface\\{DEA0A7B2-D4BA-11D1-8B09-00600806D9B6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdcd78e +[Software\\Classes\\Interface\\{DEA0A7B2-D4BA-11D1-8B09-00600806D9B6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ab0f60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DEA0A7B2-D4BA-11D1-8B09-00600806D9B6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdcd8e2 +[Software\\Classes\\Interface\\{DEA0A7B2-D4BA-11D1-8B09-00600806D9B6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ab10d2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DEA0A7B2-D4BA-11D1-8B09-00600806D9B6}\\TypeLib] 1460706471 -#time=1d196eb1cdcdb44 +[Software\\Classes\\Interface\\{DEA0A7B2-D4BA-11D1-8B09-00600806D9B6}\\TypeLib] 1526460533 +#time=1d3ecf2b7ab12da @="{565783C6-CB41-11D1-8B02-00600806D9B6}" "Version"="1.2" -[Software\\Classes\\Interface\\{DEB0E770-91FD-3CF6-9A6C-E6A3656F3965}] 1460706649 -#time=1d196eb86ece042 +[Software\\Classes\\Interface\\{DEB0E770-91FD-3CF6-9A6C-E6A3656F3965}] 1526460883 +#time=1d3ecf388a57d44 @="IComparable" -[Software\\Classes\\Interface\\{DEB0E770-91FD-3CF6-9A6C-E6A3656F3965}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ecdb10 +[Software\\Classes\\Interface\\{DEB0E770-91FD-3CF6-9A6C-E6A3656F3965}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a57ad8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DEB0E770-91FD-3CF6-9A6C-E6A3656F3965}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ecde08 +[Software\\Classes\\Interface\\{DEB0E770-91FD-3CF6-9A6C-E6A3656F3965}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a57c4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DEB0E770-91FD-3CF6-9A6C-E6A3656F3965}\\TypeLib] 1460706649 -#time=1d196eb86ece362 +[Software\\Classes\\Interface\\{DEB0E770-91FD-3CF6-9A6C-E6A3656F3965}\\TypeLib] 1526460883 +#time=1d3ecf388a57e66 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DEECE11F-A893-3E35-A4C3-DAB7FA0911EB}] 1460706649 -#time=1d196eb86f2d826 +[Software\\Classes\\Interface\\{DEECE11F-A893-3E35-A4C3-DAB7FA0911EB}] 1526460883 +#time=1d3ecf388a9e42e @="_AssemblyLoadEventHandler" -[Software\\Classes\\Interface\\{DEECE11F-A893-3E35-A4C3-DAB7FA0911EB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2d614 +[Software\\Classes\\Interface\\{DEECE11F-A893-3E35-A4C3-DAB7FA0911EB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9e1d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DEECE11F-A893-3E35-A4C3-DAB7FA0911EB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2d754 +[Software\\Classes\\Interface\\{DEECE11F-A893-3E35-A4C3-DAB7FA0911EB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a9e348 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DEECE11F-A893-3E35-A4C3-DAB7FA0911EB}\\TypeLib] 1460706649 -#time=1d196eb86f2d92a +[Software\\Classes\\Interface\\{DEECE11F-A893-3E35-A4C3-DAB7FA0911EB}\\TypeLib] 1526460883 +#time=1d3ecf388a9e546 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DF0B3D60-548F-101B-8E65-08002B2BD119}] 1460706471 -#time=1d196eb1d09d5a4 +[Software\\Classes\\Interface\\{DF0B3D60-548F-101B-8E65-08002B2BD119}] 1526460533 +#time=1d3ecf2b7bc7c64 @="ISupportErrorInfo" -[Software\\Classes\\Interface\\{DF0B3D60-548F-101B-8E65-08002B2BD119}\\NumMethods] 1460706471 -#time=1d196eb1d09d4d2 +[Software\\Classes\\Interface\\{DF0B3D60-548F-101B-8E65-08002B2BD119}\\NumMethods] 1526460533 +#time=1d3ecf2b7bc7b74 @="4" -[Software\\Classes\\Interface\\{DF0B3D60-548F-101B-8E65-08002B2BD119}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0ade5e +[Software\\Classes\\Interface\\{DF0B3D60-548F-101B-8E65-08002B2BD119}\\ProxyStubClsid32] 1528075957 +#time=1d3fba3eb956716 @="{DF0B3D60-548F-101B-8E65-08002B2BD119}" -[Software\\Classes\\Interface\\{DF0D9304-0E85-3FFC-8283-6F291F32EE61}] 1460706650 -#time=1d196eb87acbfc0 +[Software\\Classes\\Interface\\{DF0D9304-0E85-3FFC-8283-6F291F32EE61}] 1526460884 +#time=1d3ecf389569ec6 @="_ToolStripDropDownAccessibleObject" -[Software\\Classes\\Interface\\{DF0D9304-0E85-3FFC-8283-6F291F32EE61}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acbd9a +[Software\\Classes\\Interface\\{DF0D9304-0E85-3FFC-8283-6F291F32EE61}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389569c64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DF0D9304-0E85-3FFC-8283-6F291F32EE61}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acbeee +[Software\\Classes\\Interface\\{DF0D9304-0E85-3FFC-8283-6F291F32EE61}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389569de0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DF0D9304-0E85-3FFC-8283-6F291F32EE61}\\TypeLib] 1460706650 -#time=1d196eb87acc0c4 +[Software\\Classes\\Interface\\{DF0D9304-0E85-3FFC-8283-6F291F32EE61}\\TypeLib] 1526460884 +#time=1d3ecf389569fe8 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{DF44CAD3-CEF2-36A9-B013-383CC03177D7}] 1460706649 -#time=1d196eb86f606f4 +[Software\\Classes\\Interface\\{DF44CAD3-CEF2-36A9-B013-383CC03177D7}] 1526460883 +#time=1d3ecf388ad774c @="_AssemblyTitleAttribute" -[Software\\Classes\\Interface\\{DF44CAD3-CEF2-36A9-B013-383CC03177D7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f604ec +[Software\\Classes\\Interface\\{DF44CAD3-CEF2-36A9-B013-383CC03177D7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad74e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DF44CAD3-CEF2-36A9-B013-383CC03177D7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f60622 +[Software\\Classes\\Interface\\{DF44CAD3-CEF2-36A9-B013-383CC03177D7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad7652 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DF44CAD3-CEF2-36A9-B013-383CC03177D7}\\TypeLib] 1460706649 -#time=1d196eb86f607ee +[Software\\Classes\\Interface\\{DF44CAD3-CEF2-36A9-B013-383CC03177D7}\\TypeLib] 1526460883 +#time=1d3ecf388ad7864 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DF651C5D-783E-3789-901F-A962B7587E69}] 1460706650 -#time=1d196eb877d41b4 +[Software\\Classes\\Interface\\{DF651C5D-783E-3789-901F-A962B7587E69}] 1526460884 +#time=1d3ecf38929cdce @="IMenuCommandService" -[Software\\Classes\\Interface\\{DF651C5D-783E-3789-901F-A962B7587E69}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d3d68 +[Software\\Classes\\Interface\\{DF651C5D-783E-3789-901F-A962B7587E69}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38929c8ba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DF651C5D-783E-3789-901F-A962B7587E69}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d3ff2 +[Software\\Classes\\Interface\\{DF651C5D-783E-3789-901F-A962B7587E69}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38929cc34 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DF651C5D-783E-3789-901F-A962B7587E69}\\TypeLib] 1460706650 -#time=1d196eb877d436c +[Software\\Classes\\Interface\\{DF651C5D-783E-3789-901F-A962B7587E69}\\TypeLib] 1526460884 +#time=1d3ecf38929cfea @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{DFAD74DC-8390-32F6-9612-1BD293B233F4}] 1460706649 -#time=1d196eb86f88640 +[Software\\Classes\\Interface\\{DFAD74DC-8390-32F6-9612-1BD293B233F4}] 1526460883 +#time=1d3ecf388b00584 @="_FileCodeGroup" -[Software\\Classes\\Interface\\{DFAD74DC-8390-32F6-9612-1BD293B233F4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f88410 +[Software\\Classes\\Interface\\{DFAD74DC-8390-32F6-9612-1BD293B233F4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b00322 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DFAD74DC-8390-32F6-9612-1BD293B233F4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f88578 +[Software\\Classes\\Interface\\{DFAD74DC-8390-32F6-9612-1BD293B233F4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b00494 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{DFAD74DC-8390-32F6-9612-1BD293B233F4}\\TypeLib] 1460706649 -#time=1d196eb86f8874e +[Software\\Classes\\Interface\\{DFAD74DC-8390-32F6-9612-1BD293B233F4}\\TypeLib] 1526460883 +#time=1d3ecf388b00692 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{DFD3B6B5-C10C-4BE9-85F6-A66969F402F6}] 1460706471 -#time=1d196eb1ce1bc36 +[Software\\Classes\\Interface\\{DFD3B6B5-C10C-4BE9-85F6-A66969F402F6}] 1526460533 +#time=1d3ecf2b809b786 @="IExplorerBrowser" -[Software\\Classes\\Interface\\{DFD3B6B5-C10C-4BE9-85F6-A66969F402F6}\\NumMethods] 1460706471 -#time=1d196eb1ce1bac4 +[Software\\Classes\\Interface\\{DFD3B6B5-C10C-4BE9-85F6-A66969F402F6}\\NumMethods] 1526460533 +#time=1d3ecf2b809b68c @="18" -[Software\\Classes\\Interface\\{DFD3B6B5-C10C-4BE9-85F6-A66969F402F6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1bcf4 +[Software\\Classes\\Interface\\{DFD3B6B5-C10C-4BE9-85F6-A66969F402F6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809b808 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{E07010EC-BC17-44C0-97B0-46C7C95B9EDC}] 1460706471 -#time=1d196eb1ce1b48e +[Software\\Classes\\Interface\\{E07010EC-BC17-44C0-97B0-46C7C95B9EDC}] 1526460533 +#time=1d3ecf2b809b2f4 @="IExplorerPaneVisibility" -[Software\\Classes\\Interface\\{E07010EC-BC17-44C0-97B0-46C7C95B9EDC}\\NumMethods] 1460706471 -#time=1d196eb1ce1b2f4 +[Software\\Classes\\Interface\\{E07010EC-BC17-44C0-97B0-46C7C95B9EDC}\\NumMethods] 1526460533 +#time=1d3ecf2b809b1fa @="4" -[Software\\Classes\\Interface\\{E07010EC-BC17-44C0-97B0-46C7C95B9EDC}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1b5ba +[Software\\Classes\\Interface\\{E07010EC-BC17-44C0-97B0-46C7C95B9EDC}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809b376 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{E093FB32-E43B-3B3F-A163-742C920C2AF3}] 1460706649 -#time=1d196eb86fa7df6 +[Software\\Classes\\Interface\\{E093FB32-E43B-3B3F-A163-742C920C2AF3}] 1526460883 +#time=1d3ecf388b234ee @="_SafeArrayTypeMismatchException" -[Software\\Classes\\Interface\\{E093FB32-E43B-3B3F-A163-742C920C2AF3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa7bda +[Software\\Classes\\Interface\\{E093FB32-E43B-3B3F-A163-742C920C2AF3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2328c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E093FB32-E43B-3B3F-A163-742C920C2AF3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa7d1a +[Software\\Classes\\Interface\\{E093FB32-E43B-3B3F-A163-742C920C2AF3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b23408 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E093FB32-E43B-3B3F-A163-742C920C2AF3}\\TypeLib] 1460706649 -#time=1d196eb86fa7efa +[Software\\Classes\\Interface\\{E093FB32-E43B-3B3F-A163-742C920C2AF3}\\TypeLib] 1526460883 +#time=1d3ecf388b23606 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E0BCF37B-1C24-451C-AC43-40FF86839117}] 1460706648 -#time=1d196eb868d29cc +[Software\\Classes\\Interface\\{E0BCF37B-1C24-451C-AC43-40FF86839117}] 1526460883 +#time=1d3ecf3884cee2c @="IMethodsCompletionInfo" -[Software\\Classes\\Interface\\{E0BCF37B-1C24-451C-AC43-40FF86839117}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d27b0 +[Software\\Classes\\Interface\\{E0BCF37B-1C24-451C-AC43-40FF86839117}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884ceaf8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E0BCF37B-1C24-451C-AC43-40FF86839117}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d28fa +[Software\\Classes\\Interface\\{E0BCF37B-1C24-451C-AC43-40FF86839117}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884cecf6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E0BCF37B-1C24-451C-AC43-40FF86839117}\\TypeLib] 1460706648 -#time=1d196eb868d2ad0 +[Software\\Classes\\Interface\\{E0BCF37B-1C24-451C-AC43-40FF86839117}\\TypeLib] 1526460883 +#time=1d3ecf3884cef9e @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{E0C0FFE8-7EEA-4EE5-B7E4-0080C7EB0B74}] 1460706648 -#time=1d196eb868d4d58 +[Software\\Classes\\Interface\\{E0C0FFE8-7EEA-4EE5-B7E4-0080C7EB0B74}] 1526460883 +#time=1d3ecf3884d5e52 @="IVsaScriptCodeItem" -[Software\\Classes\\Interface\\{E0C0FFE8-7EEA-4EE5-B7E4-0080C7EB0B74}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d4b14 +[Software\\Classes\\Interface\\{E0C0FFE8-7EEA-4EE5-B7E4-0080C7EB0B74}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884d5862 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E0C0FFE8-7EEA-4EE5-B7E4-0080C7EB0B74}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d4c5e +[Software\\Classes\\Interface\\{E0C0FFE8-7EEA-4EE5-B7E4-0080C7EB0B74}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884d5bd2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E0C0FFE8-7EEA-4EE5-B7E4-0080C7EB0B74}\\TypeLib] 1460706648 -#time=1d196eb868d4e66 +[Software\\Classes\\Interface\\{E0C0FFE8-7EEA-4EE5-B7E4-0080C7EB0B74}\\TypeLib] 1526460883 +#time=1d3ecf3884d61f4 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{E0CF3F77-C7C3-33DA-BEB4-46147FC905DE}] 1460706649 -#time=1d196eb86fda12a +[Software\\Classes\\Interface\\{E0CF3F77-C7C3-33DA-BEB4-46147FC905DE}] 1526460883 +#time=1d3ecf388b5a5de @="_RealProxy" -[Software\\Classes\\Interface\\{E0CF3F77-C7C3-33DA-BEB4-46147FC905DE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd9f18 +[Software\\Classes\\Interface\\{E0CF3F77-C7C3-33DA-BEB4-46147FC905DE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5a37c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E0CF3F77-C7C3-33DA-BEB4-46147FC905DE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fda058 +[Software\\Classes\\Interface\\{E0CF3F77-C7C3-33DA-BEB4-46147FC905DE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5a4ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E0CF3F77-C7C3-33DA-BEB4-46147FC905DE}\\TypeLib] 1460706649 -#time=1d196eb86fda224 +[Software\\Classes\\Interface\\{E0CF3F77-C7C3-33DA-BEB4-46147FC905DE}\\TypeLib] 1526460883 +#time=1d3ecf388b5a6f6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E142DB4A-1A52-34CE-965E-13AFFD5447D0}] 1460706649 -#time=1d196eb86f4a8e0 +[Software\\Classes\\Interface\\{E142DB4A-1A52-34CE-965E-13AFFD5447D0}] 1526460883 +#time=1d3ecf388abf93a @="_EventWaitHandle" -[Software\\Classes\\Interface\\{E142DB4A-1A52-34CE-965E-13AFFD5447D0}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4a5c0 +[Software\\Classes\\Interface\\{E142DB4A-1A52-34CE-965E-13AFFD5447D0}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abf6d8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E142DB4A-1A52-34CE-965E-13AFFD5447D0}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4a700 +[Software\\Classes\\Interface\\{E142DB4A-1A52-34CE-965E-13AFFD5447D0}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abf854 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E142DB4A-1A52-34CE-965E-13AFFD5447D0}\\TypeLib] 1460706649 -#time=1d196eb86f4abd8 +[Software\\Classes\\Interface\\{E142DB4A-1A52-34CE-965E-13AFFD5447D0}\\TypeLib] 1526460883 +#time=1d3ecf388abfa5c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E1796120-C324-30D8-86F4-20086711463B}] 1460706649 -#time=1d196eb86fd0abc +[Software\\Classes\\Interface\\{E1796120-C324-30D8-86F4-20086711463B}] 1526460883 +#time=1d3ecf388b4ff94 @="_ClientChannelSinkStack" -[Software\\Classes\\Interface\\{E1796120-C324-30D8-86F4-20086711463B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd08a0 +[Software\\Classes\\Interface\\{E1796120-C324-30D8-86F4-20086711463B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4fd14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E1796120-C324-30D8-86F4-20086711463B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd09ea +[Software\\Classes\\Interface\\{E1796120-C324-30D8-86F4-20086711463B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4fe86 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E1796120-C324-30D8-86F4-20086711463B}\\TypeLib] 1460706649 -#time=1d196eb86fd0bb6 +[Software\\Classes\\Interface\\{E1796120-C324-30D8-86F4-20086711463B}\\TypeLib] 1526460883 +#time=1d3ecf388b500ac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E1817846-3745-3C97-B4A6-EE20A1641B29}] 1460706649 -#time=1d196eb86f6c8b4 +[Software\\Classes\\Interface\\{E1817846-3745-3C97-B4A6-EE20A1641B29}] 1526460883 +#time=1d3ecf388ae4c08 @="_TypeFilter" -[Software\\Classes\\Interface\\{E1817846-3745-3C97-B4A6-EE20A1641B29}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6c652 +[Software\\Classes\\Interface\\{E1817846-3745-3C97-B4A6-EE20A1641B29}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae49b0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E1817846-3745-3C97-B4A6-EE20A1641B29}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6c7ce +[Software\\Classes\\Interface\\{E1817846-3745-3C97-B4A6-EE20A1641B29}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae4b22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E1817846-3745-3C97-B4A6-EE20A1641B29}\\TypeLib] 1460706649 -#time=1d196eb86f6cf4e +[Software\\Classes\\Interface\\{E1817846-3745-3C97-B4A6-EE20A1641B29}\\TypeLib] 1526460883 +#time=1d3ecf388ae4d16 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E1984175-55F5-3065-82D8-A683FDFCF0AC}] 1460706649 -#time=1d196eb86f98950 +[Software\\Classes\\Interface\\{E1984175-55F5-3065-82D8-A683FDFCF0AC}] 1526460883 +#time=1d3ecf388b13350 @="_ComSourceInterfacesAttribute" -[Software\\Classes\\Interface\\{E1984175-55F5-3065-82D8-A683FDFCF0AC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f98734 +[Software\\Classes\\Interface\\{E1984175-55F5-3065-82D8-A683FDFCF0AC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b130ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E1984175-55F5-3065-82D8-A683FDFCF0AC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9887e +[Software\\Classes\\Interface\\{E1984175-55F5-3065-82D8-A683FDFCF0AC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b13260 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E1984175-55F5-3065-82D8-A683FDFCF0AC}\\TypeLib] 1460706649 -#time=1d196eb86f98a54 +[Software\\Classes\\Interface\\{E1984175-55F5-3065-82D8-A683FDFCF0AC}\\TypeLib] 1526460883 +#time=1d3ecf388b13468 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E19EA1A2-67FF-31A5-B95C-E0B753403F6B}] 1460706649 -#time=1d196eb86f5bba4 +[Software\\Classes\\Interface\\{E19EA1A2-67FF-31A5-B95C-E0B753403F6B}] 1526460883 +#time=1d3ecf388ad2116 @="_DebuggerVisualizerAttribute" -[Software\\Classes\\Interface\\{E19EA1A2-67FF-31A5-B95C-E0B753403F6B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f5b910 +[Software\\Classes\\Interface\\{E19EA1A2-67FF-31A5-B95C-E0B753403F6B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ad1eb4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E19EA1A2-67FF-31A5-B95C-E0B753403F6B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f5bac8 +[Software\\Classes\\Interface\\{E19EA1A2-67FF-31A5-B95C-E0B753403F6B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ad2026 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E19EA1A2-67FF-31A5-B95C-E0B753403F6B}\\TypeLib] 1460706649 -#time=1d196eb86f5bca8 +[Software\\Classes\\Interface\\{E19EA1A2-67FF-31A5-B95C-E0B753403F6B}\\TypeLib] 1526460883 +#time=1d3ecf388ad222e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E1A7EA9F-5D43-3FA9-AFBC-9A2BFDA84B65}] 1460706650 -#time=1d196eb877ea2ca +[Software\\Classes\\Interface\\{E1A7EA9F-5D43-3FA9-AFBC-9A2BFDA84B65}] 1526460884 +#time=1d3ecf3892c4a0e @="_CodeMemberEvent" -[Software\\Classes\\Interface\\{E1A7EA9F-5D43-3FA9-AFBC-9A2BFDA84B65}\\ProxyStubClsid] 1460706650 -#time=1d196eb877ea0ae +[Software\\Classes\\Interface\\{E1A7EA9F-5D43-3FA9-AFBC-9A2BFDA84B65}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c463a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E1A7EA9F-5D43-3FA9-AFBC-9A2BFDA84B65}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877ea1f8 +[Software\\Classes\\Interface\\{E1A7EA9F-5D43-3FA9-AFBC-9A2BFDA84B65}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c484c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E1A7EA9F-5D43-3FA9-AFBC-9A2BFDA84B65}\\TypeLib] 1460706650 -#time=1d196eb877ea3c4 +[Software\\Classes\\Interface\\{E1A7EA9F-5D43-3FA9-AFBC-9A2BFDA84B65}\\TypeLib] 1526460884 +#time=1d3ecf3892c4c3e @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{E2024DE0-DC21-305D-8761-6C31F2177FB0}] 1460706650 -#time=1d196eb877daed8 +[Software\\Classes\\Interface\\{E2024DE0-DC21-305D-8761-6C31F2177FB0}] 1526460884 +#time=1d3ecf3892a4006 @="_CodeAssignStatement" -[Software\\Classes\\Interface\\{E2024DE0-DC21-305D-8761-6C31F2177FB0}\\ProxyStubClsid] 1460706650 -#time=1d196eb877dacb2 +[Software\\Classes\\Interface\\{E2024DE0-DC21-305D-8761-6C31F2177FB0}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a3cfa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E2024DE0-DC21-305D-8761-6C31F2177FB0}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877dadfc +[Software\\Classes\\Interface\\{E2024DE0-DC21-305D-8761-6C31F2177FB0}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a3eee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E2024DE0-DC21-305D-8761-6C31F2177FB0}\\TypeLib] 1460706650 -#time=1d196eb877dafd2 +[Software\\Classes\\Interface\\{E2024DE0-DC21-305D-8761-6C31F2177FB0}\\TypeLib] 1526460884 +#time=1d3ecf3892a4178 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{E2449660-9542-11D2-BF46-00105A2799B5}] 1460706471 -#time=1d196eb1cfcf8b6 +[Software\\Classes\\Interface\\{E2449660-9542-11D2-BF46-00105A2799B5}] 1526460533 +#time=1d3ecf2b7e403c4 @="ITfProperty" -[Software\\Classes\\Interface\\{E2449660-9542-11D2-BF46-00105A2799B5}\\NumMethods] 1460706471 -#time=1d196eb1cfcf7e4 +[Software\\Classes\\Interface\\{E2449660-9542-11D2-BF46-00105A2799B5}\\NumMethods] 1526460533 +#time=1d3ecf2b7e402d4 @="11" -[Software\\Classes\\Interface\\{E2449660-9542-11D2-BF46-00105A2799B5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfcf92e +[Software\\Classes\\Interface\\{E2449660-9542-11D2-BF46-00105A2799B5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e40446 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}] 1460706648 -#time=1d196eb862e887c +[Software\\Classes\\Interface\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}] 1526460881 +#time=1d3ecf387842294 @="IWpfHostSupport" -[Software\\Classes\\Interface\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}\\NumMethods] 1460706648 -#time=1d196eb862e7b02 +[Software\\Classes\\Interface\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}\\NumMethods] 1526460881 +#time=1d3ecf387840a20 @="6" -[Software\\Classes\\Interface\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}\\ProxyStubClsid32] 1460706648 -#time=1d196eb862e8a98 +[Software\\Classes\\Interface\\{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}\\ProxyStubClsid32] 1526460881 +#time=1d3ecf3878424ba @="{E302CB55-5F9D-41A3-9EF3-61827FB8B46D}" -[Software\\Classes\\Interface\\{E34CEB72-8F86-333D-AEDA-069221DF6A1A}] 1460706650 -#time=1d196eb877e28cc +[Software\\Classes\\Interface\\{E34CEB72-8F86-333D-AEDA-069221DF6A1A}] 1526460884 +#time=1d3ecf3892b5ee6 @="_CodeCommentStatementCollection" -[Software\\Classes\\Interface\\{E34CEB72-8F86-333D-AEDA-069221DF6A1A}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e26b0 +[Software\\Classes\\Interface\\{E34CEB72-8F86-333D-AEDA-069221DF6A1A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b5b80 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E34CEB72-8F86-333D-AEDA-069221DF6A1A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e2804 +[Software\\Classes\\Interface\\{E34CEB72-8F86-333D-AEDA-069221DF6A1A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b5d60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E34CEB72-8F86-333D-AEDA-069221DF6A1A}\\TypeLib] 1460706650 -#time=1d196eb877e29c6 +[Software\\Classes\\Interface\\{E34CEB72-8F86-333D-AEDA-069221DF6A1A}\\TypeLib] 1526460884 +#time=1d3ecf3892b60d0 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{E36590E6-CFD5-340E-9650-73500A802C43}] 1460706650 -#time=1d196eb87aac846 +[Software\\Classes\\Interface\\{E36590E6-CFD5-340E-9650-73500A802C43}] 1526460884 +#time=1d3ecf38954040e @="_ListBox" -[Software\\Classes\\Interface\\{E36590E6-CFD5-340E-9650-73500A802C43}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aac616 +[Software\\Classes\\Interface\\{E36590E6-CFD5-340E-9650-73500A802C43}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38953fdec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E36590E6-CFD5-340E-9650-73500A802C43}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aac760 +[Software\\Classes\\Interface\\{E36590E6-CFD5-340E-9650-73500A802C43}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954017a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E36590E6-CFD5-340E-9650-73500A802C43}\\TypeLib] 1460706650 -#time=1d196eb87aac954 +[Software\\Classes\\Interface\\{E36590E6-CFD5-340E-9650-73500A802C43}\\TypeLib] 1526460884 +#time=1d3ecf38954058a @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{E384AA10-A70C-3943-97CF-0F7C282C3BDC}] 1460706649 -#time=1d196eb86fe81bc +[Software\\Classes\\Interface\\{E384AA10-A70C-3943-97CF-0F7C282C3BDC}] 1526460883 +#time=1d3ecf388b69e4e @="_SoapNegativeInteger" -[Software\\Classes\\Interface\\{E384AA10-A70C-3943-97CF-0F7C282C3BDC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe7ea6 +[Software\\Classes\\Interface\\{E384AA10-A70C-3943-97CF-0F7C282C3BDC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b69bd8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E384AA10-A70C-3943-97CF-0F7C282C3BDC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe80b8 +[Software\\Classes\\Interface\\{E384AA10-A70C-3943-97CF-0F7C282C3BDC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b69d5e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E384AA10-A70C-3943-97CF-0F7C282C3BDC}\\TypeLib] 1460706649 -#time=1d196eb86fe82c0 +[Software\\Classes\\Interface\\{E384AA10-A70C-3943-97CF-0F7C282C3BDC}\\TypeLib] 1526460883 +#time=1d3ecf388b69f66 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E3FF0D90-9E82-3736-A253-3B2F41EF981A}] 1460706650 -#time=1d196eb87aa85c0 +[Software\\Classes\\Interface\\{E3FF0D90-9E82-3736-A253-3B2F41EF981A}] 1526460884 +#time=1d3ecf389537d40 @="_BindingNavigator" -[Software\\Classes\\Interface\\{E3FF0D90-9E82-3736-A253-3B2F41EF981A}\\ProxyStubClsid] 1460706650 -#time=1d196eb87aa83ae +[Software\\Classes\\Interface\\{E3FF0D90-9E82-3736-A253-3B2F41EF981A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389537976 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E3FF0D90-9E82-3736-A253-3B2F41EF981A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87aa84ee +[Software\\Classes\\Interface\\{E3FF0D90-9E82-3736-A253-3B2F41EF981A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389537b88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E3FF0D90-9E82-3736-A253-3B2F41EF981A}\\TypeLib] 1460706650 -#time=1d196eb87aa86c4 +[Software\\Classes\\Interface\\{E3FF0D90-9E82-3736-A253-3B2F41EF981A}\\TypeLib] 1526460884 +#time=1d3ecf389537f70 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{E40A025C-645B-3C8E-A1AC-9C5CCA279625}] 1460706649 -#time=1d196eb86f57e8c +[Software\\Classes\\Interface\\{E40A025C-645B-3C8E-A1AC-9C5CCA279625}] 1526460883 +#time=1d3ecf388acddc8 @="_ConditionalAttribute" -[Software\\Classes\\Interface\\{E40A025C-645B-3C8E-A1AC-9C5CCA279625}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f57c66 +[Software\\Classes\\Interface\\{E40A025C-645B-3C8E-A1AC-9C5CCA279625}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acdb66 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E40A025C-645B-3C8E-A1AC-9C5CCA279625}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f57dc4 +[Software\\Classes\\Interface\\{E40A025C-645B-3C8E-A1AC-9C5CCA279625}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acdcd8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E40A025C-645B-3C8E-A1AC-9C5CCA279625}\\TypeLib] 1460706649 -#time=1d196eb86f57f86 +[Software\\Classes\\Interface\\{E40A025C-645B-3C8E-A1AC-9C5CCA279625}\\TypeLib] 1526460883 +#time=1d3ecf388acdee0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E4A369D3-6CF0-3B05-9C0C-1A91E331641A}] 1460706649 -#time=1d196eb86fa71c6 +[Software\\Classes\\Interface\\{E4A369D3-6CF0-3B05-9C0C-1A91E331641A}] 1526460883 +#time=1d3ecf388b227ce @="_ObjectCreationDelegate" -[Software\\Classes\\Interface\\{E4A369D3-6CF0-3B05-9C0C-1A91E331641A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa6fb4 +[Software\\Classes\\Interface\\{E4A369D3-6CF0-3B05-9C0C-1A91E331641A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b22558 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E4A369D3-6CF0-3B05-9C0C-1A91E331641A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa70fe +[Software\\Classes\\Interface\\{E4A369D3-6CF0-3B05-9C0C-1A91E331641A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b226e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E4A369D3-6CF0-3B05-9C0C-1A91E331641A}\\TypeLib] 1460706649 -#time=1d196eb86fa72d4 +[Software\\Classes\\Interface\\{E4A369D3-6CF0-3B05-9C0C-1A91E331641A}\\TypeLib] 1526460883 +#time=1d3ecf388b228f0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E4B24DB0-0990-11D3-8DF0-00105A2799B5}] 1460706471 -#time=1d196eb1cfc618a +[Software\\Classes\\Interface\\{E4B24DB0-0990-11D3-8DF0-00105A2799B5}] 1526460533 +#time=1d3ecf2b7e35672 @="IEnumTfFunctionProviders" -[Software\\Classes\\Interface\\{E4B24DB0-0990-11D3-8DF0-00105A2799B5}\\NumMethods] 1460706471 -#time=1d196eb1cfc605e +[Software\\Classes\\Interface\\{E4B24DB0-0990-11D3-8DF0-00105A2799B5}\\NumMethods] 1526460533 +#time=1d3ecf2b7e35582 @="7" -[Software\\Classes\\Interface\\{E4B24DB0-0990-11D3-8DF0-00105A2799B5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc6220 +[Software\\Classes\\Interface\\{E4B24DB0-0990-11D3-8DF0-00105A2799B5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e356fe @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{E4FBCF03-223D-4E81-9333-D635556DD1B5}] 1460706472 -#time=1d196eb1d196ee2 +[Software\\Classes\\Interface\\{E4FBCF03-223D-4E81-9333-D635556DD1B5}] 1526460533 +#time=1d3ecf2b7f0b07e @="IWICBitmapClipper" -[Software\\Classes\\Interface\\{E4FBCF03-223D-4E81-9333-D635556DD1B5}\\NumMethods] 1460706472 -#time=1d196eb1d196d8e +[Software\\Classes\\Interface\\{E4FBCF03-223D-4E81-9333-D635556DD1B5}\\NumMethods] 1526460533 +#time=1d3ecf2b7f0af8e @="9" -[Software\\Classes\\Interface\\{E4FBCF03-223D-4E81-9333-D635556DD1B5}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d196f6e +[Software\\Classes\\Interface\\{E4FBCF03-223D-4E81-9333-D635556DD1B5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0b10a @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{E5456726-33F6-34E4-95C2-DB2BFA581462}] 1460706649 -#time=1d196eb87001bee +[Software\\Classes\\Interface\\{E5456726-33F6-34E4-95C2-DB2BFA581462}] 1526460883 +#time=1d3ecf388b861ca @="_HMAC" -[Software\\Classes\\Interface\\{E5456726-33F6-34E4-95C2-DB2BFA581462}\\ProxyStubClsid] 1460706649 -#time=1d196eb870019dc +[Software\\Classes\\Interface\\{E5456726-33F6-34E4-95C2-DB2BFA581462}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b85efa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E5456726-33F6-34E4-95C2-DB2BFA581462}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87001b26 +[Software\\Classes\\Interface\\{E5456726-33F6-34E4-95C2-DB2BFA581462}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b86080 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E5456726-33F6-34E4-95C2-DB2BFA581462}\\TypeLib] 1460706649 -#time=1d196eb87001d4c +[Software\\Classes\\Interface\\{E5456726-33F6-34E4-95C2-DB2BFA581462}\\TypeLib] 1526460883 +#time=1d3ecf388b8631e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E5481BE9-3422-3506-BC35-B96D4535014D}] 1460706649 -#time=1d196eb87008c28 +[Software\\Classes\\Interface\\{E5481BE9-3422-3506-BC35-B96D4535014D}] 1526460883 +#time=1d3ecf388b8e2f8 @="_RIPEMD160" -[Software\\Classes\\Interface\\{E5481BE9-3422-3506-BC35-B96D4535014D}\\ProxyStubClsid] 1460706649 -#time=1d196eb870087f0 +[Software\\Classes\\Interface\\{E5481BE9-3422-3506-BC35-B96D4535014D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8e096 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E5481BE9-3422-3506-BC35-B96D4535014D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87008962 +[Software\\Classes\\Interface\\{E5481BE9-3422-3506-BC35-B96D4535014D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8e208 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E5481BE9-3422-3506-BC35-B96D4535014D}\\TypeLib] 1460706649 -#time=1d196eb87008d68 +[Software\\Classes\\Interface\\{E5481BE9-3422-3506-BC35-B96D4535014D}\\TypeLib] 1526460883 +#time=1d3ecf388b8e410 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E572D3C9-37BE-4AE2-825D-D521763E3108}] 1460706471 -#time=1d196eb1cdb8456 +[Software\\Classes\\Interface\\{E572D3C9-37BE-4AE2-825D-D521763E3108}] 1526460533 +#time=1d3ecf2b7a90148 @="IShellNameSpace" -[Software\\Classes\\Interface\\{E572D3C9-37BE-4AE2-825D-D521763E3108}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb8230 +[Software\\Classes\\Interface\\{E572D3C9-37BE-4AE2-825D-D521763E3108}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8fe64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E572D3C9-37BE-4AE2-825D-D521763E3108}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb837a +[Software\\Classes\\Interface\\{E572D3C9-37BE-4AE2-825D-D521763E3108}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a90026 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E572D3C9-37BE-4AE2-825D-D521763E3108}\\TypeLib] 1460706471 -#time=1d196eb1cdb8546 +[Software\\Classes\\Interface\\{E572D3C9-37BE-4AE2-825D-D521763E3108}\\TypeLib] 1526460533 +#time=1d3ecf2b7a902c4 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{E5A5F1E4-82C1-391F-A1C6-F39EAE9DC72F}] 1460706649 -#time=1d196eb86f3cc90 +[Software\\Classes\\Interface\\{E5A5F1E4-82C1-391F-A1C6-F39EAE9DC72F}] 1526460883 +#time=1d3ecf388aafff8 @="_IndexOutOfRangeException" -[Software\\Classes\\Interface\\{E5A5F1E4-82C1-391F-A1C6-F39EAE9DC72F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3ca88 +[Software\\Classes\\Interface\\{E5A5F1E4-82C1-391F-A1C6-F39EAE9DC72F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aafda0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E5A5F1E4-82C1-391F-A1C6-F39EAE9DC72F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3cbc8 +[Software\\Classes\\Interface\\{E5A5F1E4-82C1-391F-A1C6-F39EAE9DC72F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aaff12 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E5A5F1E4-82C1-391F-A1C6-F39EAE9DC72F}\\TypeLib] 1460706649 -#time=1d196eb86f3cd8a +[Software\\Classes\\Interface\\{E5A5F1E4-82C1-391F-A1C6-F39EAE9DC72F}\\TypeLib] 1526460883 +#time=1d3ecf388ab0110 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E5C659F6-92C8-3887-A07E-74D0D9C6267A}] 1460706649 -#time=1d196eb86f3ff26 +[Software\\Classes\\Interface\\{E5C659F6-92C8-3887-A07E-74D0D9C6267A}] 1526460883 +#time=1d3ecf388ab348c @="_MissingMethodException" -[Software\\Classes\\Interface\\{E5C659F6-92C8-3887-A07E-74D0D9C6267A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3fd14 +[Software\\Classes\\Interface\\{E5C659F6-92C8-3887-A07E-74D0D9C6267A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab322a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E5C659F6-92C8-3887-A07E-74D0D9C6267A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3fe54 +[Software\\Classes\\Interface\\{E5C659F6-92C8-3887-A07E-74D0D9C6267A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab33a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E5C659F6-92C8-3887-A07E-74D0D9C6267A}\\TypeLib] 1460706649 -#time=1d196eb86f4002a +[Software\\Classes\\Interface\\{E5C659F6-92C8-3887-A07E-74D0D9C6267A}\\TypeLib] 1526460883 +#time=1d3ecf388ab35ae @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E645B470-DC3F-3CE0-8104-5837FEDA04B3}] 1460706649 -#time=1d196eb86fb0b86 +[Software\\Classes\\Interface\\{E645B470-DC3F-3CE0-8104-5837FEDA04B3}] 1526460883 +#time=1d3ecf388b2cdb4 @="_StreamReader" -[Software\\Classes\\Interface\\{E645B470-DC3F-3CE0-8104-5837FEDA04B3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb0956 +[Software\\Classes\\Interface\\{E645B470-DC3F-3CE0-8104-5837FEDA04B3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2cb5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E645B470-DC3F-3CE0-8104-5837FEDA04B3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb0aa0 +[Software\\Classes\\Interface\\{E645B470-DC3F-3CE0-8104-5837FEDA04B3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b2ccce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E645B470-DC3F-3CE0-8104-5837FEDA04B3}\\TypeLib] 1460706649 -#time=1d196eb86fb0c8a +[Software\\Classes\\Interface\\{E645B470-DC3F-3CE0-8104-5837FEDA04B3}\\TypeLib] 1526460883 +#time=1d3ecf388b2cecc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E66A9755-58E2-3FCB-A265-835851CBF063}] 1460706649 -#time=1d196eb86f844be +[Software\\Classes\\Interface\\{E66A9755-58E2-3FCB-A265-835851CBF063}] 1526460883 +#time=1d3ecf388afe496 @="_ApplicationTrust" -[Software\\Classes\\Interface\\{E66A9755-58E2-3FCB-A265-835851CBF063}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f83e56 +[Software\\Classes\\Interface\\{E66A9755-58E2-3FCB-A265-835851CBF063}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388afe220 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E66A9755-58E2-3FCB-A265-835851CBF063}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f84306 +[Software\\Classes\\Interface\\{E66A9755-58E2-3FCB-A265-835851CBF063}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388afe388 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E66A9755-58E2-3FCB-A265-835851CBF063}\\TypeLib] 1460706649 -#time=1d196eb86f8478e +[Software\\Classes\\Interface\\{E66A9755-58E2-3FCB-A265-835851CBF063}\\TypeLib] 1526460883 +#time=1d3ecf388afe5b8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E694A733-768D-314D-B317-DCEAD136B11D}] 1460706649 -#time=1d196eb86ef1ab0 +[Software\\Classes\\Interface\\{E694A733-768D-314D-B317-DCEAD136B11D}] 1526460883 +#time=1d3ecf388a7caae @="IServerChannelSinkStack" -[Software\\Classes\\Interface\\{E694A733-768D-314D-B317-DCEAD136B11D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ef1736 +[Software\\Classes\\Interface\\{E694A733-768D-314D-B317-DCEAD136B11D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7c84c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E694A733-768D-314D-B317-DCEAD136B11D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ef1952 +[Software\\Classes\\Interface\\{E694A733-768D-314D-B317-DCEAD136B11D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7c9c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E694A733-768D-314D-B317-DCEAD136B11D}\\TypeLib] 1460706649 -#time=1d196eb86ef1cd6 +[Software\\Classes\\Interface\\{E694A733-768D-314D-B317-DCEAD136B11D}\\TypeLib] 1526460883 +#time=1d3ecf388a7cbc6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E699146C-7793-3455-9BEF-964C90D8F995}] 1460706649 -#time=1d196eb86f17d28 +[Software\\Classes\\Interface\\{E699146C-7793-3455-9BEF-964C90D8F995}] 1526460883 +#time=1d3ecf388a8da8e @="ISoapMessage" -[Software\\Classes\\Interface\\{E699146C-7793-3455-9BEF-964C90D8F995}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f177f6 +[Software\\Classes\\Interface\\{E699146C-7793-3455-9BEF-964C90D8F995}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8d836 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E699146C-7793-3455-9BEF-964C90D8F995}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f17b20 +[Software\\Classes\\Interface\\{E699146C-7793-3455-9BEF-964C90D8F995}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8d99e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E699146C-7793-3455-9BEF-964C90D8F995}\\TypeLib] 1460706649 -#time=1d196eb86f18098 +[Software\\Classes\\Interface\\{E699146C-7793-3455-9BEF-964C90D8F995}\\TypeLib] 1526460883 +#time=1d3ecf388a8dbba @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E6C21BA7-21BB-34E9-8E57-DB66D8CE4A70}] 1460706649 -#time=1d196eb86ee6d4a +[Software\\Classes\\Interface\\{E6C21BA7-21BB-34E9-8E57-DB66D8CE4A70}] 1526460883 +#time=1d3ecf388a7225c @="ISecurityPolicyEncodable" -[Software\\Classes\\Interface\\{E6C21BA7-21BB-34E9-8E57-DB66D8CE4A70}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee6b38 +[Software\\Classes\\Interface\\{E6C21BA7-21BB-34E9-8E57-DB66D8CE4A70}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a72004 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E6C21BA7-21BB-34E9-8E57-DB66D8CE4A70}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee6c78 +[Software\\Classes\\Interface\\{E6C21BA7-21BB-34E9-8E57-DB66D8CE4A70}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a72176 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E6C21BA7-21BB-34E9-8E57-DB66D8CE4A70}\\TypeLib] 1460706649 -#time=1d196eb86ee6e4e +[Software\\Classes\\Interface\\{E6C21BA7-21BB-34E9-8E57-DB66D8CE4A70}\\TypeLib] 1526460883 +#time=1d3ecf388a7237e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E6CD72A3-ED02-3AB8-9F34-41FE0688B7B4}] 1460706650 -#time=1d196eb87542ff4 +[Software\\Classes\\Interface\\{E6CD72A3-ED02-3AB8-9F34-41FE0688B7B4}] 1526460884 +#time=1d3ecf3890620c2 @="_IISVirtualRoot" -[Software\\Classes\\Interface\\{E6CD72A3-ED02-3AB8-9F34-41FE0688B7B4}\\ProxyStubClsid] 1460706650 -#time=1d196eb87542de2 +[Software\\Classes\\Interface\\{E6CD72A3-ED02-3AB8-9F34-41FE0688B7B4}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389061d5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E6CD72A3-ED02-3AB8-9F34-41FE0688B7B4}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87542f22 +[Software\\Classes\\Interface\\{E6CD72A3-ED02-3AB8-9F34-41FE0688B7B4}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389061f3c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E6CD72A3-ED02-3AB8-9F34-41FE0688B7B4}\\TypeLib] 1460706650 -#time=1d196eb875430f8 +[Software\\Classes\\Interface\\{E6CD72A3-ED02-3AB8-9F34-41FE0688B7B4}\\TypeLib] 1526460884 +#time=1d3ecf3890624a0 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{E6DF0AE7-BA15-3F80-8AFA-27773AE414FC}] 1460706649 -#time=1d196eb86f66504 +[Software\\Classes\\Interface\\{E6DF0AE7-BA15-3F80-8AFA-27773AE414FC}] 1526460883 +#time=1d3ecf388ade0f6 @="_InvalidFilterCriteriaException" -[Software\\Classes\\Interface\\{E6DF0AE7-BA15-3F80-8AFA-27773AE414FC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f662fc +[Software\\Classes\\Interface\\{E6DF0AE7-BA15-3F80-8AFA-27773AE414FC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adde8a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E6DF0AE7-BA15-3F80-8AFA-27773AE414FC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f66432 +[Software\\Classes\\Interface\\{E6DF0AE7-BA15-3F80-8AFA-27773AE414FC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ade006 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E6DF0AE7-BA15-3F80-8AFA-27773AE414FC}\\TypeLib] 1460706649 -#time=1d196eb86f665f4 +[Software\\Classes\\Interface\\{E6DF0AE7-BA15-3F80-8AFA-27773AE414FC}\\TypeLib] 1526460883 +#time=1d3ecf388ade20e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E6FDD21A-163F-4975-9C8C-A69F1BA37034}] 1460706471 -#time=1d196eb1ce1f2e6 +[Software\\Classes\\Interface\\{E6FDD21A-163F-4975-9C8C-A69F1BA37034}] 1526460533 +#time=1d3ecf2b809eb70 @="IFileDialogCustomize" -[Software\\Classes\\Interface\\{E6FDD21A-163F-4975-9C8C-A69F1BA37034}\\NumMethods] 1460706471 -#time=1d196eb1ce1f20a +[Software\\Classes\\Interface\\{E6FDD21A-163F-4975-9C8C-A69F1BA37034}\\NumMethods] 1526460533 +#time=1d3ecf2b809ea62 @="30" -[Software\\Classes\\Interface\\{E6FDD21A-163F-4975-9C8C-A69F1BA37034}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce1f35e +[Software\\Classes\\Interface\\{E6FDD21A-163F-4975-9C8C-A69F1BA37034}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b809ec06 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{E78785C4-3A73-3C15-9390-618BF3A14719}] 1460706649 -#time=1d196eb86f9e5ee +[Software\\Classes\\Interface\\{E78785C4-3A73-3C15-9390-618BF3A14719}] 1526460883 +#time=1d3ecf388b195ca @="_ComAliasNameAttribute" -[Software\\Classes\\Interface\\{E78785C4-3A73-3C15-9390-618BF3A14719}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9e3dc +[Software\\Classes\\Interface\\{E78785C4-3A73-3C15-9390-618BF3A14719}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b19368 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E78785C4-3A73-3C15-9390-618BF3A14719}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9e51c +[Software\\Classes\\Interface\\{E78785C4-3A73-3C15-9390-618BF3A14719}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b194da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E78785C4-3A73-3C15-9390-618BF3A14719}\\TypeLib] 1460706649 -#time=1d196eb86f9e6f2 +[Software\\Classes\\Interface\\{E78785C4-3A73-3C15-9390-618BF3A14719}\\TypeLib] 1526460883 +#time=1d3ecf388b196f6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E7A1AF80-4D96-11CF-960C-0080C7F4EE85}] 1460706471 -#time=1d196eb1d12fa80 +[Software\\Classes\\Interface\\{E7A1AF80-4D96-11CF-960C-0080C7F4EE85}] 1526460533 +#time=1d3ecf2b7f480dc @="IShellFolderViewDual" -[Software\\Classes\\Interface\\{E7A1AF80-4D96-11CF-960C-0080C7F4EE85}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12f832 +[Software\\Classes\\Interface\\{E7A1AF80-4D96-11CF-960C-0080C7F4EE85}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f47e5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E7A1AF80-4D96-11CF-960C-0080C7F4EE85}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12f9a4 +[Software\\Classes\\Interface\\{E7A1AF80-4D96-11CF-960C-0080C7F4EE85}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f47fe2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E7A1AF80-4D96-11CF-960C-0080C7F4EE85}\\TypeLib] 1460706471 -#time=1d196eb1d12fba2 +[Software\\Classes\\Interface\\{E7A1AF80-4D96-11CF-960C-0080C7F4EE85}\\TypeLib] 1526460533 +#time=1d3ecf2b7f48276 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{E7F0F021-9201-47E4-94DA-1D1416DEC27A}] 1460706650 -#time=1d196eb87536056 +[Software\\Classes\\Interface\\{E7F0F021-9201-47E4-94DA-1D1416DEC27A}] 1526460884 +#time=1d3ecf38904ed9c @="ISoapClientImport" -[Software\\Classes\\Interface\\{E7F0F021-9201-47E4-94DA-1D1416DEC27A}\\ProxyStubClsid] 1460706650 -#time=1d196eb87535e44 +[Software\\Classes\\Interface\\{E7F0F021-9201-47E4-94DA-1D1416DEC27A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904e90a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E7F0F021-9201-47E4-94DA-1D1416DEC27A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87535f84 +[Software\\Classes\\Interface\\{E7F0F021-9201-47E4-94DA-1D1416DEC27A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38904eb3a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E7F0F021-9201-47E4-94DA-1D1416DEC27A}\\TypeLib] 1460706650 -#time=1d196eb8753615a +[Software\\Classes\\Interface\\{E7F0F021-9201-47E4-94DA-1D1416DEC27A}\\TypeLib] 1526460884 +#time=1d3ecf38904ef90 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{E809A5F1-D3D7-3144-9BEF-FE8AC0364699}] 1460706649 -#time=1d196eb86edde70 +[Software\\Classes\\Interface\\{E809A5F1-D3D7-3144-9BEF-FE8AC0364699}] 1526460883 +#time=1d3ecf388a6805e @="ISymbolReader" -[Software\\Classes\\Interface\\{E809A5F1-D3D7-3144-9BEF-FE8AC0364699}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eddaba +[Software\\Classes\\Interface\\{E809A5F1-D3D7-3144-9BEF-FE8AC0364699}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a67de8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E809A5F1-D3D7-3144-9BEF-FE8AC0364699}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eddbfa +[Software\\Classes\\Interface\\{E809A5F1-D3D7-3144-9BEF-FE8AC0364699}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a67f64 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E809A5F1-D3D7-3144-9BEF-FE8AC0364699}\\TypeLib] 1460706649 -#time=1d196eb86eddf74 +[Software\\Classes\\Interface\\{E809A5F1-D3D7-3144-9BEF-FE8AC0364699}\\TypeLib] 1526460883 +#time=1d3ecf388a6816c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E84307BE-3036-307A-ACC2-5D5DE8A006A8}] 1460706649 -#time=1d196eb86f42e6a +[Software\\Classes\\Interface\\{E84307BE-3036-307A-ACC2-5D5DE8A006A8}] 1526460883 +#time=1d3ecf388ab68f8 @="_ObsoleteAttribute" -[Software\\Classes\\Interface\\{E84307BE-3036-307A-ACC2-5D5DE8A006A8}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f42c62 +[Software\\Classes\\Interface\\{E84307BE-3036-307A-ACC2-5D5DE8A006A8}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab6696 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E84307BE-3036-307A-ACC2-5D5DE8A006A8}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f42da2 +[Software\\Classes\\Interface\\{E84307BE-3036-307A-ACC2-5D5DE8A006A8}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab6808 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E84307BE-3036-307A-ACC2-5D5DE8A006A8}\\TypeLib] 1460706649 -#time=1d196eb86f42f82 +[Software\\Classes\\Interface\\{E84307BE-3036-307A-ACC2-5D5DE8A006A8}\\TypeLib] 1526460883 +#time=1d3ecf388ab6a10 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E86CC74A-1233-3DF3-B13F-8B27EEAAC1F6}] 1460706649 -#time=1d196eb86fcb0f8 +[Software\\Classes\\Interface\\{E86CC74A-1233-3DF3-B13F-8B27EEAAC1F6}] 1526460883 +#time=1d3ecf388b49c52 @="_PublisherIdentityPermission" -[Software\\Classes\\Interface\\{E86CC74A-1233-3DF3-B13F-8B27EEAAC1F6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcaedc +[Software\\Classes\\Interface\\{E86CC74A-1233-3DF3-B13F-8B27EEAAC1F6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b499f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E86CC74A-1233-3DF3-B13F-8B27EEAAC1F6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcb01c +[Software\\Classes\\Interface\\{E86CC74A-1233-3DF3-B13F-8B27EEAAC1F6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b49b62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E86CC74A-1233-3DF3-B13F-8B27EEAAC1F6}\\TypeLib] 1460706649 -#time=1d196eb86fcb206 +[Software\\Classes\\Interface\\{E86CC74A-1233-3DF3-B13F-8B27EEAAC1F6}\\TypeLib] 1526460883 +#time=1d3ecf388b49d6a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E87A44C4-B76E-4C47-8B09-298EB12A2714}] 1460706472 -#time=1d196eb1d194412 +[Software\\Classes\\Interface\\{E87A44C4-B76E-4C47-8B09-298EB12A2714}] 1526460533 +#time=1d3ecf2b7f082ca @="IWICBitmapCodecInfo" -[Software\\Classes\\Interface\\{E87A44C4-B76E-4C47-8B09-298EB12A2714}\\NumMethods] 1460706472 -#time=1d196eb1d1941f6 +[Software\\Classes\\Interface\\{E87A44C4-B76E-4C47-8B09-298EB12A2714}\\NumMethods] 1526460533 +#time=1d3ecf2b7f081da @="23" -[Software\\Classes\\Interface\\{E87A44C4-B76E-4C47-8B09-298EB12A2714}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1944c6 +[Software\\Classes\\Interface\\{E87A44C4-B76E-4C47-8B09-298EB12A2714}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0834c @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{E8917260-7579-4BE1-B5DD-7AFBFA6F077B}] 1460706471 -#time=1d196eb1cd48d2c +[Software\\Classes\\Interface\\{E8917260-7579-4BE1-B5DD-7AFBFA6F077B}] 1526460533 +#time=1d3ecf2b7968e00 @="IVBSAXDeclHandler" -[Software\\Classes\\Interface\\{E8917260-7579-4BE1-B5DD-7AFBFA6F077B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd48b24 +[Software\\Classes\\Interface\\{E8917260-7579-4BE1-B5DD-7AFBFA6F077B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7968900 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E8917260-7579-4BE1-B5DD-7AFBFA6F077B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd48c64 +[Software\\Classes\\Interface\\{E8917260-7579-4BE1-B5DD-7AFBFA6F077B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7968bf8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E8917260-7579-4BE1-B5DD-7AFBFA6F077B}\\TypeLib] 1460706605 -#time=1d196eb6c62aa40 +[Software\\Classes\\Interface\\{E8917260-7579-4BE1-B5DD-7AFBFA6F077B}\\TypeLib] 1528075957 +#time=1d3fba3eb804fb6 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{E8EDA601-3D48-431A-AB44-69059BE88BBE}] 1460706472 -#time=1d196eb1d19383c +[Software\\Classes\\Interface\\{E8EDA601-3D48-431A-AB44-69059BE88BBE}] 1526460533 +#time=1d3ecf2b7f0799c @="IWICPixelFormatInfo" -[Software\\Classes\\Interface\\{E8EDA601-3D48-431A-AB44-69059BE88BBE}\\NumMethods] 1460706472 -#time=1d196eb1d193760 +[Software\\Classes\\Interface\\{E8EDA601-3D48-431A-AB44-69059BE88BBE}\\NumMethods] 1526460533 +#time=1d3ecf2b7f078ac @="16" -[Software\\Classes\\Interface\\{E8EDA601-3D48-431A-AB44-69059BE88BBE}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1938b4 +[Software\\Classes\\Interface\\{E8EDA601-3D48-431A-AB44-69059BE88BBE}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f07a28 @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{E93D012C-56BB-4F32-864F-7C75EDA17B14}] 1460706648 -#time=1d196eb868d1e1e +[Software\\Classes\\Interface\\{E93D012C-56BB-4F32-864F-7C75EDA17B14}] 1526460883 +#time=1d3ecf3884cd75c @="IErrorHandler" -[Software\\Classes\\Interface\\{E93D012C-56BB-4F32-864F-7C75EDA17B14}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d1c02 +[Software\\Classes\\Interface\\{E93D012C-56BB-4F32-864F-7C75EDA17B14}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884cd414 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E93D012C-56BB-4F32-864F-7C75EDA17B14}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d1d4c +[Software\\Classes\\Interface\\{E93D012C-56BB-4F32-864F-7C75EDA17B14}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884cd626 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E93D012C-56BB-4F32-864F-7C75EDA17B14}\\TypeLib] 1460706648 -#time=1d196eb868d1f18 +[Software\\Classes\\Interface\\{E93D012C-56BB-4F32-864F-7C75EDA17B14}\\TypeLib] 1526460883 +#time=1d3ecf3884cd9aa @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{E941FA15-E6C8-3DD4-B060-C0DDFBC0240A}] 1460706649 -#time=1d196eb86fec438 +[Software\\Classes\\Interface\\{E941FA15-E6C8-3DD4-B060-C0DDFBC0240A}] 1526460883 +#time=1d3ecf388b6e16a @="_SoapNmtoken" -[Software\\Classes\\Interface\\{E941FA15-E6C8-3DD4-B060-C0DDFBC0240A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fec1cc +[Software\\Classes\\Interface\\{E941FA15-E6C8-3DD4-B060-C0DDFBC0240A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6df08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E941FA15-E6C8-3DD4-B060-C0DDFBC0240A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fec35c +[Software\\Classes\\Interface\\{E941FA15-E6C8-3DD4-B060-C0DDFBC0240A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6e07a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E941FA15-E6C8-3DD4-B060-C0DDFBC0240A}\\TypeLib] 1460706649 -#time=1d196eb86fec550 +[Software\\Classes\\Interface\\{E941FA15-E6C8-3DD4-B060-C0DDFBC0240A}\\TypeLib] 1526460883 +#time=1d3ecf388b6e282 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E97AA6E5-595E-31C3-82F0-688FB91954C6}] 1460706649 -#time=1d196eb86ee611a +[Software\\Classes\\Interface\\{E97AA6E5-595E-31C3-82F0-688FB91954C6}] 1526460883 +#time=1d3ecf388a714e2 @="IResourceWriter" -[Software\\Classes\\Interface\\{E97AA6E5-595E-31C3-82F0-688FB91954C6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee5ecc +[Software\\Classes\\Interface\\{E97AA6E5-595E-31C3-82F0-688FB91954C6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7128a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E97AA6E5-595E-31C3-82F0-688FB91954C6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee603e +[Software\\Classes\\Interface\\{E97AA6E5-595E-31C3-82F0-688FB91954C6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a713fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E97AA6E5-595E-31C3-82F0-688FB91954C6}\\TypeLib] 1460706649 -#time=1d196eb86ee6228 +[Software\\Classes\\Interface\\{E97AA6E5-595E-31C3-82F0-688FB91954C6}\\TypeLib] 1526460883 +#time=1d3ecf388a71604 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{E9A19478-9646-3679-9B10-8411AE1FD57D}] 1460706649 -#time=1d196eb86ee1246 +[Software\\Classes\\Interface\\{E9A19478-9646-3679-9B10-8411AE1FD57D}] 1526460883 +#time=1d3ecf388a6c5b4 @="_ConstructorInfo" -[Software\\Classes\\Interface\\{E9A19478-9646-3679-9B10-8411AE1FD57D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee102a +[Software\\Classes\\Interface\\{E9A19478-9646-3679-9B10-8411AE1FD57D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6c140 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E9A19478-9646-3679-9B10-8411AE1FD57D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee1174 +[Software\\Classes\\Interface\\{E9A19478-9646-3679-9B10-8411AE1FD57D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6c3b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{E9A19478-9646-3679-9B10-8411AE1FD57D}\\TypeLib] 1460706649 -#time=1d196eb86ee134a +[Software\\Classes\\Interface\\{E9A19478-9646-3679-9B10-8411AE1FD57D}\\TypeLib] 1526460883 +#time=1d3ecf388a6c7da @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EA1AFB91-9E28-4B86-90E9-9E9F8A5EEFAF}] 1460706471 -#time=1d196eb1ce1953a +[Software\\Classes\\Interface\\{EA1AFB91-9E28-4B86-90E9-9E9F8A5EEFAF}] 1526460533 +#time=1d3ecf2b8099c10 @="ITaskbarList3" -[Software\\Classes\\Interface\\{EA1AFB91-9E28-4B86-90E9-9E9F8A5EEFAF}\\NumMethods] 1460706471 -#time=1d196eb1ce193e6 +[Software\\Classes\\Interface\\{EA1AFB91-9E28-4B86-90E9-9E9F8A5EEFAF}\\NumMethods] 1526460533 +#time=1d3ecf2b8099b20 @="21" -[Software\\Classes\\Interface\\{EA1AFB91-9E28-4B86-90E9-9E9F8A5EEFAF}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce195bc +[Software\\Classes\\Interface\\{EA1AFB91-9E28-4B86-90E9-9E9F8A5EEFAF}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8099c92 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{EA675B47-64E0-3B5F-9BE7-F7DC2990730D}] 1460706649 -#time=1d196eb86ff1596 +[Software\\Classes\\Interface\\{EA675B47-64E0-3B5F-9BE7-F7DC2990730D}] 1526460883 +#time=1d3ecf388b736e2 @="_ObjectHandle" -[Software\\Classes\\Interface\\{EA675B47-64E0-3B5F-9BE7-F7DC2990730D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff1384 +[Software\\Classes\\Interface\\{EA675B47-64E0-3B5F-9BE7-F7DC2990730D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b73476 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EA675B47-64E0-3B5F-9BE7-F7DC2990730D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff14c4 +[Software\\Classes\\Interface\\{EA675B47-64E0-3B5F-9BE7-F7DC2990730D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b735de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EA675B47-64E0-3B5F-9BE7-F7DC2990730D}\\TypeLib] 1460706649 -#time=1d196eb86ff1690 +[Software\\Classes\\Interface\\{EA675B47-64E0-3B5F-9BE7-F7DC2990730D}\\TypeLib] 1526460883 +#time=1d3ecf388b737fa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EA6795AC-97D6-3377-BE64-829ABD67607B}] 1460706649 -#time=1d196eb86f52cca +[Software\\Classes\\Interface\\{EA6795AC-97D6-3377-BE64-829ABD67607B}] 1526460883 +#time=1d3ecf388ac8256 @="_CaseInsensitiveComparer" -[Software\\Classes\\Interface\\{EA6795AC-97D6-3377-BE64-829ABD67607B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f52aae +[Software\\Classes\\Interface\\{EA6795AC-97D6-3377-BE64-829ABD67607B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac7ffe @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EA6795AC-97D6-3377-BE64-829ABD67607B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f52bf8 +[Software\\Classes\\Interface\\{EA6795AC-97D6-3377-BE64-829ABD67607B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac8170 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EA6795AC-97D6-3377-BE64-829ABD67607B}\\TypeLib] 1460706649 -#time=1d196eb86f52dc4 +[Software\\Classes\\Interface\\{EA6795AC-97D6-3377-BE64-829ABD67607B}\\TypeLib] 1526460883 +#time=1d3ecf388ac8378 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EA9E1DD2-EF9A-3570-AE1A-2F625F594C3B}] 1460706650 -#time=1d196eb877e516c +[Software\\Classes\\Interface\\{EA9E1DD2-EF9A-3570-AE1A-2F625F594C3B}] 1526460884 +#time=1d3ecf3892bc37c @="_CodeDefaultValueExpression" -[Software\\Classes\\Interface\\{EA9E1DD2-EF9A-3570-AE1A-2F625F594C3B}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e4f46 +[Software\\Classes\\Interface\\{EA9E1DD2-EF9A-3570-AE1A-2F625F594C3B}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892bc002 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EA9E1DD2-EF9A-3570-AE1A-2F625F594C3B}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e50a4 +[Software\\Classes\\Interface\\{EA9E1DD2-EF9A-3570-AE1A-2F625F594C3B}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892bc214 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EA9E1DD2-EF9A-3570-AE1A-2F625F594C3B}\\TypeLib] 1460706650 -#time=1d196eb877e5266 +[Software\\Classes\\Interface\\{EA9E1DD2-EF9A-3570-AE1A-2F625F594C3B}\\TypeLib] 1526460884 +#time=1d3ecf3892bc516 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{EAAA2670-0FB1-33EA-852B-F1C97FED1797}] 1460706649 -#time=1d196eb86ff664a +[Software\\Classes\\Interface\\{EAA7C309-BBEC-49D5-821D-64D966CB667F}] 1526460533 +#time=1d3ecf2b7f44536 +@="FolderItems3" + +[Software\\Classes\\Interface\\{EAA7C309-BBEC-49D5-821D-64D966CB667F}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f442c0 +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{EAA7C309-BBEC-49D5-821D-64D966CB667F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f4443c +@="{00020424-0000-0000-C000-000000000046}" + +[Software\\Classes\\Interface\\{EAA7C309-BBEC-49D5-821D-64D966CB667F}\\TypeLib] 1526460533 +#time=1d3ecf2b7f44644 +@="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" +"Version"="1.0" + +[Software\\Classes\\Interface\\{EAAA2670-0FB1-33EA-852B-F1C97FED1797}] 1526460883 +#time=1d3ecf388b785c0 @="_DynamicMethod" -[Software\\Classes\\Interface\\{EAAA2670-0FB1-33EA-852B-F1C97FED1797}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff6438 +[Software\\Classes\\Interface\\{EAAA2670-0FB1-33EA-852B-F1C97FED1797}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b78372 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EAAA2670-0FB1-33EA-852B-F1C97FED1797}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff6578 +[Software\\Classes\\Interface\\{EAAA2670-0FB1-33EA-852B-F1C97FED1797}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b784da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EAAA2670-0FB1-33EA-852B-F1C97FED1797}\\TypeLib] 1460706649 -#time=1d196eb86ff6794 +[Software\\Classes\\Interface\\{EAAA2670-0FB1-33EA-852B-F1C97FED1797}\\TypeLib] 1526460883 +#time=1d3ecf388b786d8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B}] 1460706471 -#time=1d196eb1cdb4342 +[Software\\Classes\\Interface\\{EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B}] 1526460533 +#time=1d3ecf2b7a89096 @="IWebBrowser" -[Software\\Classes\\Interface\\{EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb411c +[Software\\Classes\\Interface\\{EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a88d30 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb4266 +[Software\\Classes\\Interface\\{EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a88f56 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B}\\TypeLib] 1460706471 -#time=1d196eb1cdb4428 +[Software\\Classes\\Interface\\{EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7a89212 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B}] 1460706471 -#time=1d196eb1cdb48f6 +[Software\\Classes\\Interface\\{EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B}] 1526460533 +#time=1d3ecf2b7a89c30 @="DWebBrowserEvents" -[Software\\Classes\\Interface\\{EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb46d0 +[Software\\Classes\\Interface\\{EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a89834 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb4824 +[Software\\Classes\\Interface\\{EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a89ab4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B}\\TypeLib] 1460706471 -#time=1d196eb1cdb4a18 +[Software\\Classes\\Interface\\{EAB22AC2-30C1-11CF-A7EB-0000C05BAE0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7a89dde @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{EAE1BA61-A4ED-11CF-8F20-00805F2CD064}] 1460706471 -#time=1d196eb1cdfaa2c +[Software\\Classes\\Interface\\{EAE1BA61-A4ED-11CF-8F20-00805F2CD064}] 1526460533 +#time=1d3ecf2b807e91a @="IActiveScriptError" -[Software\\Classes\\Interface\\{EAE1BA61-A4ED-11CF-8F20-00805F2CD064}\\NumMethods] 1460706471 -#time=1d196eb1cdfa950 +[Software\\Classes\\Interface\\{EAE1BA61-A4ED-11CF-8F20-00805F2CD064}\\NumMethods] 1526460533 +#time=1d3ecf2b807e820 @="6" -[Software\\Classes\\Interface\\{EAE1BA61-A4ED-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfaaa4 +[Software\\Classes\\Interface\\{EAE1BA61-A4ED-11CF-8F20-00805F2CD064}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b807e9b0 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{EAEF4300-9FB3-306F-8F67-180DEB8DDFB7}] 1460706650 -#time=1d196eb87ab6666 +[Software\\Classes\\Interface\\{EAEF4300-9FB3-306F-8F67-180DEB8DDFB7}] 1526460884 +#time=1d3ecf38954cb14 @="_TextBox" -[Software\\Classes\\Interface\\{EAEF4300-9FB3-306F-8F67-180DEB8DDFB7}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ab642c +[Software\\Classes\\Interface\\{EAEF4300-9FB3-306F-8F67-180DEB8DDFB7}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38954c826 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EAEF4300-9FB3-306F-8F67-180DEB8DDFB7}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ab658a +[Software\\Classes\\Interface\\{EAEF4300-9FB3-306F-8F67-180DEB8DDFB7}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38954c9e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EAEF4300-9FB3-306F-8F67-180DEB8DDFB7}\\TypeLib] 1460706650 -#time=1d196eb87ab6760 +[Software\\Classes\\Interface\\{EAEF4300-9FB3-306F-8F67-180DEB8DDFB7}\\TypeLib] 1526460884 +#time=1d3ecf38954cd58 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{EB081B9D-A766-3ABE-B720-505C42162D83}] 1460706649 -#time=1d196eb870041e6 +[Software\\Classes\\Interface\\{EB081B9D-A766-3ABE-B720-505C42162D83}] 1526460883 +#time=1d3ecf388b89a64 @="_HMACSHA512" -[Software\\Classes\\Interface\\{EB081B9D-A766-3ABE-B720-505C42162D83}\\ProxyStubClsid] 1460706649 -#time=1d196eb87003fd4 +[Software\\Classes\\Interface\\{EB081B9D-A766-3ABE-B720-505C42162D83}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8980c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EB081B9D-A766-3ABE-B720-505C42162D83}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700411e +[Software\\Classes\\Interface\\{EB081B9D-A766-3ABE-B720-505C42162D83}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8997e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EB081B9D-A766-3ABE-B720-505C42162D83}\\TypeLib] 1460706649 -#time=1d196eb87004312 +[Software\\Classes\\Interface\\{EB081B9D-A766-3ABE-B720-505C42162D83}\\TypeLib] 1526460883 +#time=1d3ecf388b89b86 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EB1FAD24-248F-3CEC-A2E3-D409DE1D6505}] 1460706648 -#time=1d196eb868db306 +[Software\\Classes\\Interface\\{EB1FAD24-248F-3CEC-A2E3-D409DE1D6505}] 1526460883 +#time=1d3ecf3884e8714 @="_JSAuthor" -[Software\\Classes\\Interface\\{EB1FAD24-248F-3CEC-A2E3-D409DE1D6505}\\ProxyStubClsid] 1460706648 -#time=1d196eb868db0ea +[Software\\Classes\\Interface\\{EB1FAD24-248F-3CEC-A2E3-D409DE1D6505}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e80fc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EB1FAD24-248F-3CEC-A2E3-D409DE1D6505}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868db234 +[Software\\Classes\\Interface\\{EB1FAD24-248F-3CEC-A2E3-D409DE1D6505}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e8548 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EB1FAD24-248F-3CEC-A2E3-D409DE1D6505}\\TypeLib] 1460706648 -#time=1d196eb868db450 +[Software\\Classes\\Interface\\{EB1FAD24-248F-3CEC-A2E3-D409DE1D6505}\\TypeLib] 1526460883 +#time=1d3ecf3884e8962 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{EB5A3078-05D9-3F32-9045-89F756938A3D}] 1460706650 -#time=1d196eb87abb850 +[Software\\Classes\\Interface\\{EB5A3078-05D9-3F32-9045-89F756938A3D}] 1526460884 +#time=1d3ecf38955521e @="_MenuStrip" -[Software\\Classes\\Interface\\{EB5A3078-05D9-3F32-9045-89F756938A3D}\\ProxyStubClsid] 1460706650 -#time=1d196eb87abb472 +[Software\\Classes\\Interface\\{EB5A3078-05D9-3F32-9045-89F756938A3D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389554b70 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EB5A3078-05D9-3F32-9045-89F756938A3D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87abb6fc +[Software\\Classes\\Interface\\{EB5A3078-05D9-3F32-9045-89F756938A3D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389554f26 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EB5A3078-05D9-3F32-9045-89F756938A3D}\\TypeLib] 1460706650 -#time=1d196eb87abba44 +[Software\\Classes\\Interface\\{EB5A3078-05D9-3F32-9045-89F756938A3D}\\TypeLib] 1526460884 +#time=1d3ecf38955580e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{EBCDCD84-8C74-39FD-821C-F5EB3A2704D7}] 1460706649 -#time=1d196eb86fdacf6 +[Software\\Classes\\Interface\\{EBCDCD84-8C74-39FD-821C-F5EB3A2704D7}] 1526460883 +#time=1d3ecf388b5b312 @="_SoapTypeAttribute" -[Software\\Classes\\Interface\\{EBCDCD84-8C74-39FD-821C-F5EB3A2704D7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fdaad0 +[Software\\Classes\\Interface\\{EBCDCD84-8C74-39FD-821C-F5EB3A2704D7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b5b092 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EBCDCD84-8C74-39FD-821C-F5EB3A2704D7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fdac24 +[Software\\Classes\\Interface\\{EBCDCD84-8C74-39FD-821C-F5EB3A2704D7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b5b222 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EBCDCD84-8C74-39FD-821C-F5EB3A2704D7}\\TypeLib] 1460706649 -#time=1d196eb86fdadfa +[Software\\Classes\\Interface\\{EBCDCD84-8C74-39FD-821C-F5EB3A2704D7}\\TypeLib] 1526460883 +#time=1d3ecf388b5b42a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EBE3746D-DDEC-3D23-8E8D-9361BA87BAC6}] 1460706649 -#time=1d196eb86f3c01a +[Software\\Classes\\Interface\\{EBE3746D-DDEC-3D23-8E8D-9361BA87BAC6}] 1526460883 +#time=1d3ecf388aaf2ce @="_FlagsAttribute" -[Software\\Classes\\Interface\\{EBE3746D-DDEC-3D23-8E8D-9361BA87BAC6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3be12 +[Software\\Classes\\Interface\\{EBE3746D-DDEC-3D23-8E8D-9361BA87BAC6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aaf076 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EBE3746D-DDEC-3D23-8E8D-9361BA87BAC6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3bf48 +[Software\\Classes\\Interface\\{EBE3746D-DDEC-3D23-8E8D-9361BA87BAC6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aaf1e8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EBE3746D-DDEC-3D23-8E8D-9361BA87BAC6}\\TypeLib] 1460706649 -#time=1d196eb86f3c10a +[Software\\Classes\\Interface\\{EBE3746D-DDEC-3D23-8E8D-9361BA87BAC6}\\TypeLib] 1526460883 +#time=1d3ecf388aaf404 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EC21B779-EDEF-462D-BBA4-AD9DDE2B29A7}] 1460706472 -#time=1d196eb1d1c5b34 +[Software\\Classes\\Interface\\{EC21B779-EDEF-462D-BBA4-AD9DDE2B29A7}] 1526460533 +#time=1d3ecf2b7fc319c @="IWMPNetwork" -[Software\\Classes\\Interface\\{EC21B779-EDEF-462D-BBA4-AD9DDE2B29A7}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c5904 +[Software\\Classes\\Interface\\{EC21B779-EDEF-462D-BBA4-AD9DDE2B29A7}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc2e68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EC21B779-EDEF-462D-BBA4-AD9DDE2B29A7}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c5a58 +[Software\\Classes\\Interface\\{EC21B779-EDEF-462D-BBA4-AD9DDE2B29A7}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc3052 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EC21B779-EDEF-462D-BBA4-AD9DDE2B29A7}\\TypeLib] 1460706472 -#time=1d196eb1d1c5c1a +[Software\\Classes\\Interface\\{EC21B779-EDEF-462D-BBA4-AD9DDE2B29A7}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc32c8 @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{EC39FA88-F8AF-41C5-8421-38BED28F4673}] 1460706471 -#time=1d196eb1ce103c2 +[Software\\Classes\\Interface\\{EC39FA88-F8AF-41C5-8421-38BED28F4673}] 1526460533 +#time=1d3ecf2b80957aa @="IShellView3" -[Software\\Classes\\Interface\\{EC39FA88-F8AF-41C5-8421-38BED28F4673}\\NumMethods] 1460706471 -#time=1d196eb1ce1014c +[Software\\Classes\\Interface\\{EC39FA88-F8AF-41C5-8421-38BED28F4673}\\NumMethods] 1526460533 +#time=1d3ecf2b80956ba @="21" -[Software\\Classes\\Interface\\{EC39FA88-F8AF-41C5-8421-38BED28F4673}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce104c6 +[Software\\Classes\\Interface\\{EC39FA88-F8AF-41C5-8421-38BED28F4673}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b8095836 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{EC5EC8A9-C395-4314-9C77-54D7A935FF70}] 1460706472 -#time=1d196eb1d197b80 +[Software\\Classes\\Interface\\{EC5EC8A9-C395-4314-9C77-54D7A935FF70}] 1526460533 +#time=1d3ecf2b7f0be2a @="IWICImagingFactory" -[Software\\Classes\\Interface\\{EC5EC8A9-C395-4314-9C77-54D7A935FF70}\\NumMethods] 1460706472 -#time=1d196eb1d197a72 +[Software\\Classes\\Interface\\{EC5EC8A9-C395-4314-9C77-54D7A935FF70}\\NumMethods] 1526460533 +#time=1d3ecf2b7f0bd30 @="28" -[Software\\Classes\\Interface\\{EC5EC8A9-C395-4314-9C77-54D7A935FF70}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d197bf8 +[Software\\Classes\\Interface\\{EC5EC8A9-C395-4314-9C77-54D7A935FF70}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f0beac @="{00000301-A8F2-4877-BA0A-FD2B6645FB94}" -[Software\\Classes\\Interface\\{EC69D083-3CD0-3C0C-998C-3B738DB535D5}] 1460706649 -#time=1d196eb87011efe +[Software\\Classes\\Interface\\{EC69D083-3CD0-3C0C-998C-3B738DB535D5}] 1526460883 +#time=1d3ecf388b985c8 @="_TripleDESCryptoServiceProvider" -[Software\\Classes\\Interface\\{EC69D083-3CD0-3C0C-998C-3B738DB535D5}\\ProxyStubClsid] 1460706649 -#time=1d196eb87011cec +[Software\\Classes\\Interface\\{EC69D083-3CD0-3C0C-998C-3B738DB535D5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b98352 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EC69D083-3CD0-3C0C-998C-3B738DB535D5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87011e2c +[Software\\Classes\\Interface\\{EC69D083-3CD0-3C0C-998C-3B738DB535D5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b984e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EC69D083-3CD0-3C0C-998C-3B738DB535D5}\\TypeLib] 1460706649 -#time=1d196eb87012020 +[Software\\Classes\\Interface\\{EC69D083-3CD0-3C0C-998C-3B738DB535D5}\\TypeLib] 1526460883 +#time=1d3ecf388b986d6 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EC7CAC31-08A2-393B-BDF2-D052EB53AF2C}] 1460706649 -#time=1d196eb86fc8132 +[Software\\Classes\\Interface\\{EC7CAC31-08A2-393B-BDF2-D052EB53AF2C}] 1526460883 +#time=1d3ecf388b4676e @="_UrlIdentityPermission" -[Software\\Classes\\Interface\\{EC7CAC31-08A2-393B-BDF2-D052EB53AF2C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fc7db8 +[Software\\Classes\\Interface\\{EC7CAC31-08A2-393B-BDF2-D052EB53AF2C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b46516 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EC7CAC31-08A2-393B-BDF2-D052EB53AF2C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fc7fde +[Software\\Classes\\Interface\\{EC7CAC31-08A2-393B-BDF2-D052EB53AF2C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b46688 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EC7CAC31-08A2-393B-BDF2-D052EB53AF2C}\\TypeLib] 1460706649 -#time=1d196eb86fc825e +[Software\\Classes\\Interface\\{EC7CAC31-08A2-393B-BDF2-D052EB53AF2C}\\TypeLib] 1526460883 +#time=1d3ecf388b46886 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{ECABAFD2-7F19-11D2-978E-0000F8757E2A}] 1460706650 -#time=1d196eb87533c34 +[Software\\Classes\\Interface\\{ECABAFD2-7F19-11D2-978E-0000F8757E2A}] 1526460884 +#time=1d3ecf38904b796 @="IClrObjectFactory" -[Software\\Classes\\Interface\\{ECABAFD2-7F19-11D2-978E-0000F8757E2A}\\ProxyStubClsid] 1460706650 -#time=1d196eb87533a22 +[Software\\Classes\\Interface\\{ECABAFD2-7F19-11D2-978E-0000F8757E2A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38904b318 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ECABAFD2-7F19-11D2-978E-0000F8757E2A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87533b6c +[Software\\Classes\\Interface\\{ECABAFD2-7F19-11D2-978E-0000F8757E2A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38904b520 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ECABAFD2-7F19-11D2-978E-0000F8757E2A}\\TypeLib] 1460706650 -#time=1d196eb87533d38 +[Software\\Classes\\Interface\\{ECABAFD2-7F19-11D2-978E-0000F8757E2A}\\TypeLib] 1526460884 +#time=1d3ecf38904b908 @="{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}" "Version"="2.4" -[Software\\Classes\\Interface\\{ECBE2313-CF41-34B4-9FD0-B6CD602B023F}] 1460706649 -#time=1d196eb86f422c6 +[Software\\Classes\\Interface\\{ECBE2313-CF41-34B4-9FD0-B6CD602B023F}] 1526460883 +#time=1d3ecf388ab5bce @="_NullReferenceException" -[Software\\Classes\\Interface\\{ECBE2313-CF41-34B4-9FD0-B6CD602B023F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f420b4 +[Software\\Classes\\Interface\\{ECBE2313-CF41-34B4-9FD0-B6CD602B023F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab5976 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ECBE2313-CF41-34B4-9FD0-B6CD602B023F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f421f4 +[Software\\Classes\\Interface\\{ECBE2313-CF41-34B4-9FD0-B6CD602B023F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab5ae8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ECBE2313-CF41-34B4-9FD0-B6CD602B023F}\\TypeLib] 1460706649 -#time=1d196eb86f423ca +[Software\\Classes\\Interface\\{ECBE2313-CF41-34B4-9FD0-B6CD602B023F}\\TypeLib] 1526460883 +#time=1d3ecf388ab5d04 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{ED3E4384-D7E2-3FA7-8FFD-8940D330519A}] 1460706649 -#time=1d196eb86f19a24 +[Software\\Classes\\Interface\\{ED3E4384-D7E2-3FA7-8FFD-8940D330519A}] 1526460883 +#time=1d3ecf388a8e7b8 @="_ConstructorBuilder" -[Software\\Classes\\Interface\\{ED3E4384-D7E2-3FA7-8FFD-8940D330519A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f19574 +[Software\\Classes\\Interface\\{ED3E4384-D7E2-3FA7-8FFD-8940D330519A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8e560 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED3E4384-D7E2-3FA7-8FFD-8940D330519A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f1984e +[Software\\Classes\\Interface\\{ED3E4384-D7E2-3FA7-8FFD-8940D330519A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8e6c8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED3E4384-D7E2-3FA7-8FFD-8940D330519A}\\TypeLib] 1460706649 -#time=1d196eb86f19c04 +[Software\\Classes\\Interface\\{ED3E4384-D7E2-3FA7-8FFD-8940D330519A}\\TypeLib] 1526460883 +#time=1d3ecf388a8e8d0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{ED47ABE7-C84B-39F9-BE1B-828CFB925AFE}] 1460706649 -#time=1d196eb86fa13e8 +[Software\\Classes\\Interface\\{ED47ABE7-C84B-39F9-BE1B-828CFB925AFE}] 1526460883 +#time=1d3ecf388b1c4fa @="_BestFitMappingAttribute" -[Software\\Classes\\Interface\\{ED47ABE7-C84B-39F9-BE1B-828CFB925AFE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa11a4 +[Software\\Classes\\Interface\\{ED47ABE7-C84B-39F9-BE1B-828CFB925AFE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1c2a2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED47ABE7-C84B-39F9-BE1B-828CFB925AFE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa1316 +[Software\\Classes\\Interface\\{ED47ABE7-C84B-39F9-BE1B-828CFB925AFE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1c414 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED47ABE7-C84B-39F9-BE1B-828CFB925AFE}\\TypeLib] 1460706649 -#time=1d196eb86fa14ec +[Software\\Classes\\Interface\\{ED47ABE7-C84B-39F9-BE1B-828CFB925AFE}\\TypeLib] 1526460883 +#time=1d3ecf388b1c61c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{ED4BAE22-2F3C-419A-B487-CF869E716B95}] 1460706648 -#time=1d196eb868d184c +[Software\\Classes\\Interface\\{ED4BAE22-2F3C-419A-B487-CF869E716B95}] 1526460883 +#time=1d3ecf3884cce92 @="IVsaScriptScope" -[Software\\Classes\\Interface\\{ED4BAE22-2F3C-419A-B487-CF869E716B95}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d1612 +[Software\\Classes\\Interface\\{ED4BAE22-2F3C-419A-B487-CF869E716B95}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884ccb68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED4BAE22-2F3C-419A-B487-CF869E716B95}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d177a +[Software\\Classes\\Interface\\{ED4BAE22-2F3C-419A-B487-CF869E716B95}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884ccd5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED4BAE22-2F3C-419A-B487-CF869E716B95}\\TypeLib] 1460706648 -#time=1d196eb868d1950 +[Software\\Classes\\Interface\\{ED4BAE22-2F3C-419A-B487-CF869E716B95}\\TypeLib] 1526460883 +#time=1d3ecf3884cd004 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{ED727A9B-6FC5-3FED-BEDD-7B66C847F87A}] 1460706649 -#time=1d196eb86fce708 +[Software\\Classes\\Interface\\{ED727A9B-6FC5-3FED-BEDD-7B66C847F87A}] 1526460883 +#time=1d3ecf388b4d7c6 @="_HostProtectionException" -[Software\\Classes\\Interface\\{ED727A9B-6FC5-3FED-BEDD-7B66C847F87A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fce4ce +[Software\\Classes\\Interface\\{ED727A9B-6FC5-3FED-BEDD-7B66C847F87A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4d56e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED727A9B-6FC5-3FED-BEDD-7B66C847F87A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fce636 +[Software\\Classes\\Interface\\{ED727A9B-6FC5-3FED-BEDD-7B66C847F87A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4d6d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED727A9B-6FC5-3FED-BEDD-7B66C847F87A}\\TypeLib] 1460706649 -#time=1d196eb86fce80c +[Software\\Classes\\Interface\\{ED727A9B-6FC5-3FED-BEDD-7B66C847F87A}\\TypeLib] 1526460883 +#time=1d3ecf388b4d8de @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{ED8C108D-4349-11D2-91A4-00C04F7969E8}] 1460706471 -#time=1d196eb1cd2c8b6 +[Software\\Classes\\Interface\\{ED8C108D-4349-11D2-91A4-00C04F7969E8}] 1528075957 +#time=1d3fba3eb7830ba @="IXMLHTTPRequest" -[Software\\Classes\\Interface\\{ED8C108D-4349-11D2-91A4-00C04F7969E8}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd1bec6 +[Software\\Classes\\Interface\\{ED8C108D-4349-11D2-91A4-00C04F7969E8}\\ProxyStubClsid] 1526460532 +#time=1d3ecf2b7932d5a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED8C108D-4349-11D2-91A4-00C04F7969E8}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd1c01a +[Software\\Classes\\Interface\\{ED8C108D-4349-11D2-91A4-00C04F7969E8}\\ProxyStubClsid32] 1526460532 +#time=1d3ecf2b7932f12 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{ED8C108D-4349-11D2-91A4-00C04F7969E8}\\TypeLib] 1460706605 -#time=1d196eb6c637d44 +[Software\\Classes\\Interface\\{ED8C108D-4349-11D2-91A4-00C04F7969E8}\\TypeLib] 1528075957 +#time=1d3fba3eb801c3a @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{EDB51D1C-08AD-346A-BE6F-D74FD6D6F965}] 1460706649 -#time=1d196eb86fbf97e +[Software\\Classes\\Interface\\{EDB51D1C-08AD-346A-BE6F-D74FD6D6F965}] 1526460883 +#time=1d3ecf388b3dd3a @="_KeyContainerPermissionAttribute" -[Software\\Classes\\Interface\\{EDB51D1C-08AD-346A-BE6F-D74FD6D6F965}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fbf762 +[Software\\Classes\\Interface\\{EDB51D1C-08AD-346A-BE6F-D74FD6D6F965}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b3dad8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EDB51D1C-08AD-346A-BE6F-D74FD6D6F965}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fbf8ac +[Software\\Classes\\Interface\\{EDB51D1C-08AD-346A-BE6F-D74FD6D6F965}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b3dc4a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EDB51D1C-08AD-346A-BE6F-D74FD6D6F965}\\TypeLib] 1460706649 -#time=1d196eb86fbfa78 +[Software\\Classes\\Interface\\{EDB51D1C-08AD-346A-BE6F-D74FD6D6F965}\\TypeLib] 1526460883 +#time=1d3ecf388b3de48 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EDC3C736-47FD-3F25-90E4-123234D64FD4}] 1460706650 -#time=1d196eb87ac57a6 +[Software\\Classes\\Interface\\{EDC3C736-47FD-3F25-90E4-123234D64FD4}] 1526460884 +#time=1d3ecf389561348 @="_RadioButtonAccessibleObject" -[Software\\Classes\\Interface\\{EDC3C736-47FD-3F25-90E4-123234D64FD4}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac558a +[Software\\Classes\\Interface\\{EDC3C736-47FD-3F25-90E4-123234D64FD4}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3895610dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EDC3C736-47FD-3F25-90E4-123234D64FD4}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac56ca +[Software\\Classes\\Interface\\{EDC3C736-47FD-3F25-90E4-123234D64FD4}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389561258 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EDC3C736-47FD-3F25-90E4-123234D64FD4}\\TypeLib] 1460706650 -#time=1d196eb87ac58aa +[Software\\Classes\\Interface\\{EDC3C736-47FD-3F25-90E4-123234D64FD4}\\TypeLib] 1526460884 +#time=1d3ecf38956147e @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{EDC817AA-92B8-11D1-B075-00C04FC33AA5}] 1460706471 -#time=1d196eb1d12b8d6 +[Software\\Classes\\Interface\\{EDC817AA-92B8-11D1-B075-00C04FC33AA5}] 1526460533 +#time=1d3ecf2b7f43172 @="FolderItem2" -[Software\\Classes\\Interface\\{EDC817AA-92B8-11D1-B075-00C04FC33AA5}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12b6a6 +[Software\\Classes\\Interface\\{EDC817AA-92B8-11D1-B075-00C04FC33AA5}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f42efc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EDC817AA-92B8-11D1-B075-00C04FC33AA5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12b7f0 +[Software\\Classes\\Interface\\{EDC817AA-92B8-11D1-B075-00C04FC33AA5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f43082 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EDC817AA-92B8-11D1-B075-00C04FC33AA5}\\TypeLib] 1460706471 -#time=1d196eb1d12b9bc +[Software\\Classes\\Interface\\{EDC817AA-92B8-11D1-B075-00C04FC33AA5}\\TypeLib] 1526460533 +#time=1d3ecf2b7f43280 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{EDCEE21A-3E3A-331E-A86D-274028BE6716}] 1460706649 -#time=1d196eb86fa3d6e +[Software\\Classes\\Interface\\{EDCEE21A-3E3A-331E-A86D-274028BE6716}] 1526460883 +#time=1d3ecf388b1f31c @="_RuntimeEnvironment" -[Software\\Classes\\Interface\\{EDCEE21A-3E3A-331E-A86D-274028BE6716}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa3b5c +[Software\\Classes\\Interface\\{EDCEE21A-3E3A-331E-A86D-274028BE6716}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1f0a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EDCEE21A-3E3A-331E-A86D-274028BE6716}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa3c9c +[Software\\Classes\\Interface\\{EDCEE21A-3E3A-331E-A86D-274028BE6716}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b1f22c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EDCEE21A-3E3A-331E-A86D-274028BE6716}\\TypeLib] 1460706649 -#time=1d196eb86fa3e72 +[Software\\Classes\\Interface\\{EDCEE21A-3E3A-331E-A86D-274028BE6716}\\TypeLib] 1526460883 +#time=1d3ecf388b1f434 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EE22485E-4C45-3C9D-9027-A8D61C5F53F2}] 1460706649 -#time=1d196eb86f4c5d2 +[Software\\Classes\\Interface\\{EE22485E-4C45-3C9D-9027-A8D61C5F53F2}] 1526460883 +#time=1d3ecf388ac1352 @="_Monitor" -[Software\\Classes\\Interface\\{EE22485E-4C45-3C9D-9027-A8D61C5F53F2}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4c38e +[Software\\Classes\\Interface\\{EE22485E-4C45-3C9D-9027-A8D61C5F53F2}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac10fa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE22485E-4C45-3C9D-9027-A8D61C5F53F2}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4c4ec +[Software\\Classes\\Interface\\{EE22485E-4C45-3C9D-9027-A8D61C5F53F2}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac126c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE22485E-4C45-3C9D-9027-A8D61C5F53F2}\\TypeLib] 1460706649 -#time=1d196eb86f4c712 +[Software\\Classes\\Interface\\{EE22485E-4C45-3C9D-9027-A8D61C5F53F2}\\TypeLib] 1526460883 +#time=1d3ecf388ac147e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EE499EFD-22E2-3740-A64A-2AB010099C01}] 1460706650 -#time=1d196eb877e1cc4 +[Software\\Classes\\Interface\\{EE499EFD-22E2-3740-A64A-2AB010099C01}] 1526460884 +#time=1d3ecf3892b49b0 @="_CodeObject" -[Software\\Classes\\Interface\\{EE499EFD-22E2-3740-A64A-2AB010099C01}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e1a9e +[Software\\Classes\\Interface\\{EE499EFD-22E2-3740-A64A-2AB010099C01}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b4640 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE499EFD-22E2-3740-A64A-2AB010099C01}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e1be8 +[Software\\Classes\\Interface\\{EE499EFD-22E2-3740-A64A-2AB010099C01}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b4870 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE499EFD-22E2-3740-A64A-2AB010099C01}\\TypeLib] 1460706650 -#time=1d196eb877e1dc8 +[Software\\Classes\\Interface\\{EE499EFD-22E2-3740-A64A-2AB010099C01}\\TypeLib] 1526460884 +#time=1d3ecf3892b4d2a @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{EE4C8FE2-34B2-11D3-A3BF-006097C9B344}] 1460706472 -#time=1d196eb1d1c6782 +[Software\\Classes\\Interface\\{EE4C8FE2-34B2-11D3-A3BF-006097C9B344}] 1526460533 +#time=1d3ecf2b7fc44ca @="IWMPCdromCollection" -[Software\\Classes\\Interface\\{EE4C8FE2-34B2-11D3-A3BF-006097C9B344}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1c649e +[Software\\Classes\\Interface\\{EE4C8FE2-34B2-11D3-A3BF-006097C9B344}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7fc413c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE4C8FE2-34B2-11D3-A3BF-006097C9B344}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1c6674 +[Software\\Classes\\Interface\\{EE4C8FE2-34B2-11D3-A3BF-006097C9B344}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fc42e0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE4C8FE2-34B2-11D3-A3BF-006097C9B344}\\TypeLib] 1460706472 -#time=1d196eb1d1c69da +[Software\\Classes\\Interface\\{EE4C8FE2-34B2-11D3-A3BF-006097C9B344}\\TypeLib] 1526460533 +#time=1d3ecf2b7fc470e @="{6BF52A50-394A-11D3-B153-00C04F79FAA6}" "Version"="1.0" -[Software\\Classes\\Interface\\{EE949B7B-439F-363E-B9FC-34DB1FB781D7}] 1460706649 -#time=1d196eb86fd1ce6 +[Software\\Classes\\Interface\\{EE949B7B-439F-363E-B9FC-34DB1FB781D7}] 1526460883 +#time=1d3ecf388b51362 @="_CrossContextDelegate" -[Software\\Classes\\Interface\\{EE949B7B-439F-363E-B9FC-34DB1FB781D7}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd1ab6 +[Software\\Classes\\Interface\\{EE949B7B-439F-363E-B9FC-34DB1FB781D7}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b510e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE949B7B-439F-363E-B9FC-34DB1FB781D7}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd1c14 +[Software\\Classes\\Interface\\{EE949B7B-439F-363E-B9FC-34DB1FB781D7}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b51268 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE949B7B-439F-363E-B9FC-34DB1FB781D7}\\TypeLib] 1460706649 -#time=1d196eb86fd1df4 +[Software\\Classes\\Interface\\{EE949B7B-439F-363E-B9FC-34DB1FB781D7}\\TypeLib] 1526460883 +#time=1d3ecf388b51470 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EE96565B-2B1A-33C6-BA07-B63158F1C8C4}] 1460706650 -#time=1d196eb877efda6 +[Software\\Classes\\Interface\\{EE96565B-2B1A-33C6-BA07-B63158F1C8C4}] 1526460884 +#time=1d3ecf3892cc6fa @="_CodeParameterDeclarationExpression" -[Software\\Classes\\Interface\\{EE96565B-2B1A-33C6-BA07-B63158F1C8C4}\\ProxyStubClsid] 1460706650 -#time=1d196eb877efba8 +[Software\\Classes\\Interface\\{EE96565B-2B1A-33C6-BA07-B63158F1C8C4}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892cc3ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE96565B-2B1A-33C6-BA07-B63158F1C8C4}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877efcd4 +[Software\\Classes\\Interface\\{EE96565B-2B1A-33C6-BA07-B63158F1C8C4}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892cc5a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EE96565B-2B1A-33C6-BA07-B63158F1C8C4}\\TypeLib] 1460706650 -#time=1d196eb877efea0 +[Software\\Classes\\Interface\\{EE96565B-2B1A-33C6-BA07-B63158F1C8C4}\\TypeLib] 1526460884 +#time=1d3ecf3892cc844 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{EEC98CD8-EF5B-3B60-82C9-86F616F6BB20}] 1460706650 -#time=1d196eb877d0cee +[Software\\Classes\\Interface\\{EEC98CD8-EF5B-3B60-82C9-86F616F6BB20}] 1526460884 +#time=1d3ecf389299e58 @="IDesignerHost" -[Software\\Classes\\Interface\\{EEC98CD8-EF5B-3B60-82C9-86F616F6BB20}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d09f6 +[Software\\Classes\\Interface\\{EEC98CD8-EF5B-3B60-82C9-86F616F6BB20}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389299aac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EEC98CD8-EF5B-3B60-82C9-86F616F6BB20}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d0bcc +[Software\\Classes\\Interface\\{EEC98CD8-EF5B-3B60-82C9-86F616F6BB20}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf389299cf0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EEC98CD8-EF5B-3B60-82C9-86F616F6BB20}\\TypeLib] 1460706650 -#time=1d196eb877d0e6a +[Software\\Classes\\Interface\\{EEC98CD8-EF5B-3B60-82C9-86F616F6BB20}\\TypeLib] 1526460884 +#time=1d3ecf38929a010 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{EEF50D17-7AA6-3E14-96C6-DD90FE5BAA1E}] 1460706650 -#time=1d196eb877eaeb4 +[Software\\Classes\\Interface\\{EEF50D17-7AA6-3E14-96C6-DD90FE5BAA1E}] 1526460884 +#time=1d3ecf3892c5e86 @="_CodeMemberField" -[Software\\Classes\\Interface\\{EEF50D17-7AA6-3E14-96C6-DD90FE5BAA1E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877eac8e +[Software\\Classes\\Interface\\{EEF50D17-7AA6-3E14-96C6-DD90FE5BAA1E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c5ae4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EEF50D17-7AA6-3E14-96C6-DD90FE5BAA1E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877eade2 +[Software\\Classes\\Interface\\{EEF50D17-7AA6-3E14-96C6-DD90FE5BAA1E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c5d46 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EEF50D17-7AA6-3E14-96C6-DD90FE5BAA1E}\\TypeLib] 1460706650 -#time=1d196eb877eafb8 +[Software\\Classes\\Interface\\{EEF50D17-7AA6-3E14-96C6-DD90FE5BAA1E}\\TypeLib] 1526460884 +#time=1d3ecf3892c603e @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{EEFBDD27-4904-3E90-ACFC-624164CB45DD}] 1460706650 -#time=1d196eb877e3a4c +[Software\\Classes\\Interface\\{EEFBDD27-4904-3E90-ACFC-624164CB45DD}] 1526460884 +#time=1d3ecf3892b7b42 @="_CodeDirectiveCollection" -[Software\\Classes\\Interface\\{EEFBDD27-4904-3E90-ACFC-624164CB45DD}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e3844 +[Software\\Classes\\Interface\\{EEFBDD27-4904-3E90-ACFC-624164CB45DD}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b77e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EEFBDD27-4904-3E90-ACFC-624164CB45DD}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e3984 +[Software\\Classes\\Interface\\{EEFBDD27-4904-3E90-ACFC-624164CB45DD}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b79ee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EEFBDD27-4904-3E90-ACFC-624164CB45DD}\\TypeLib] 1460706650 -#time=1d196eb877e3b46 +[Software\\Classes\\Interface\\{EEFBDD27-4904-3E90-ACFC-624164CB45DD}\\TypeLib] 1526460884 +#time=1d3ecf3892b7cdc @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{EF387020-B664-3ACD-A1D2-806345845953}] 1460706649 -#time=1d196eb86fb4cae +[Software\\Classes\\Interface\\{EF387020-B664-3ACD-A1D2-806345845953}] 1526460883 +#time=1d3ecf388b315da @="_DateTimeConstantAttribute" -[Software\\Classes\\Interface\\{EF387020-B664-3ACD-A1D2-806345845953}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb4a92 +[Software\\Classes\\Interface\\{EF387020-B664-3ACD-A1D2-806345845953}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b31382 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EF387020-B664-3ACD-A1D2-806345845953}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb4bdc +[Software\\Classes\\Interface\\{EF387020-B664-3ACD-A1D2-806345845953}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b314f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EF387020-B664-3ACD-A1D2-806345845953}\\TypeLib] 1460706649 -#time=1d196eb86fb4da8 +[Software\\Classes\\Interface\\{EF387020-B664-3ACD-A1D2-806345845953}\\TypeLib] 1526460883 +#time=1d3ecf388b316f2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EF72D021-2C6D-3E33-9442-574BFD6E0871}] 1460706650 -#time=1d196eb877dd4f8 +[Software\\Classes\\Interface\\{EF72D021-2C6D-3E33-9442-574BFD6E0871}] 1526460884 +#time=1d3ecf3892a8f8e @="_CodeAttributeDeclaration" -[Software\\Classes\\Interface\\{EF72D021-2C6D-3E33-9442-574BFD6E0871}\\ProxyStubClsid] 1460706650 -#time=1d196eb877dd2a0 +[Software\\Classes\\Interface\\{EF72D021-2C6D-3E33-9442-574BFD6E0871}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a8b56 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EF72D021-2C6D-3E33-9442-574BFD6E0871}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877dd41c +[Software\\Classes\\Interface\\{EF72D021-2C6D-3E33-9442-574BFD6E0871}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a8db8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EF72D021-2C6D-3E33-9442-574BFD6E0871}\\TypeLib] 1460706650 -#time=1d196eb877dd62e +[Software\\Classes\\Interface\\{EF72D021-2C6D-3E33-9442-574BFD6E0871}\\TypeLib] 1526460884 +#time=1d3ecf3892a91b4 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{EF926E1F-3EE7-32BC-8B01-C6E98C24BC19}] 1460706649 -#time=1d196eb86fd7b6e +[Software\\Classes\\Interface\\{EF926E1F-3EE7-32BC-8B01-C6E98C24BC19}] 1526460883 +#time=1d3ecf388b57e60 @="_InternalMessageWrapper" -[Software\\Classes\\Interface\\{EF926E1F-3EE7-32BC-8B01-C6E98C24BC19}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd793e +[Software\\Classes\\Interface\\{EF926E1F-3EE7-32BC-8B01-C6E98C24BC19}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b57bea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EF926E1F-3EE7-32BC-8B01-C6E98C24BC19}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd7a88 +[Software\\Classes\\Interface\\{EF926E1F-3EE7-32BC-8B01-C6E98C24BC19}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b57d7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EF926E1F-3EE7-32BC-8B01-C6E98C24BC19}\\TypeLib] 1460706649 -#time=1d196eb86fd7c68 +[Software\\Classes\\Interface\\{EF926E1F-3EE7-32BC-8B01-C6E98C24BC19}\\TypeLib] 1526460883 +#time=1d3ecf388b57f78 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EFD84B2D-4BCF-4298-BE25-EB542A59FBDA}] 1460706471 -#time=1d196eb1d12e176 +[Software\\Classes\\Interface\\{EFD84B2D-4BCF-4298-BE25-EB542A59FBDA}] 1526460533 +#time=1d3ecf2b7f46cc8 @="IShellDispatch4" -[Software\\Classes\\Interface\\{EFD84B2D-4BCF-4298-BE25-EB542A59FBDA}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12df3c +[Software\\Classes\\Interface\\{EFD84B2D-4BCF-4298-BE25-EB542A59FBDA}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f46a48 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EFD84B2D-4BCF-4298-BE25-EB542A59FBDA}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12e07c +[Software\\Classes\\Interface\\{EFD84B2D-4BCF-4298-BE25-EB542A59FBDA}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f46bce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EFD84B2D-4BCF-4298-BE25-EB542A59FBDA}\\TypeLib] 1460706471 -#time=1d196eb1d12e306 +[Software\\Classes\\Interface\\{EFD84B2D-4BCF-4298-BE25-EB542A59FBDA}\\TypeLib] 1526460533 +#time=1d3ecf2b7f46dd6 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{EFEA8FEB-EE7F-3E48-8A36-6206A6ACBF73}] 1460706649 -#time=1d196eb86f7528e +[Software\\Classes\\Interface\\{EFEA8FEB-EE7F-3E48-8A36-6206A6ACBF73}] 1526460883 +#time=1d3ecf388aee686 @="_DaylightTime" -[Software\\Classes\\Interface\\{EFEA8FEB-EE7F-3E48-8A36-6206A6ACBF73}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f74ee2 +[Software\\Classes\\Interface\\{EFEA8FEB-EE7F-3E48-8A36-6206A6ACBF73}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aee3c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EFEA8FEB-EE7F-3E48-8A36-6206A6ACBF73}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7509a +[Software\\Classes\\Interface\\{EFEA8FEB-EE7F-3E48-8A36-6206A6ACBF73}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aee582 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EFEA8FEB-EE7F-3E48-8A36-6206A6ACBF73}\\TypeLib] 1460706649 -#time=1d196eb86f753f6 +[Software\\Classes\\Interface\\{EFEA8FEB-EE7F-3E48-8A36-6206A6ACBF73}\\TypeLib] 1526460883 +#time=1d3ecf388aee7bc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{EFF90582-2DDC-480F-A06D-60F3FBC362C3}] 1460706472 -#time=1d196eb1d1e68f2 +[Software\\Classes\\Interface\\{EFF90582-2DDC-480F-A06D-60F3FBC362C3}] 1526460533 +#time=1d3ecf2b7df0bf8 @="IStringCollection" -[Software\\Classes\\Interface\\{EFF90582-2DDC-480F-A06D-60F3FBC362C3}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1e66a4 +[Software\\Classes\\Interface\\{EFF90582-2DDC-480F-A06D-60F3FBC362C3}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7df0964 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EFF90582-2DDC-480F-A06D-60F3FBC362C3}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1e67ee +[Software\\Classes\\Interface\\{EFF90582-2DDC-480F-A06D-60F3FBC362C3}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7df0b08 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{EFF90582-2DDC-480F-A06D-60F3FBC362C3}\\TypeLib] 1460706472 -#time=1d196eb1d1e69e2 +[Software\\Classes\\Interface\\{EFF90582-2DDC-480F-A06D-60F3FBC362C3}\\TypeLib] 1526460533 +#time=1d3ecf2b7df0d10 @="{B596CC9F-56E5-419E-A622-E01BB457431E}" "Version"="2.0" -[Software\\Classes\\Interface\\{F01D896D-8D5F-3235-BE59-20E1E10DC22A}] 1460706649 -#time=1d196eb86eee72a +[Software\\Classes\\Interface\\{F01D896D-8D5F-3235-BE59-20E1E10DC22A}] 1526460883 +#time=1d3ecf388a7a344 @="IContextProperty" -[Software\\Classes\\Interface\\{F01D896D-8D5F-3235-BE59-20E1E10DC22A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eee50e +[Software\\Classes\\Interface\\{F01D896D-8D5F-3235-BE59-20E1E10DC22A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7a0ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F01D896D-8D5F-3235-BE59-20E1E10DC22A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eee64e +[Software\\Classes\\Interface\\{F01D896D-8D5F-3235-BE59-20E1E10DC22A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7a25e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F01D896D-8D5F-3235-BE59-20E1E10DC22A}\\TypeLib] 1460706649 -#time=1d196eb86eee856 +[Software\\Classes\\Interface\\{F01D896D-8D5F-3235-BE59-20E1E10DC22A}\\TypeLib] 1526460883 +#time=1d3ecf388a7a45c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F036BCA4-F8DF-3682-8290-75285CE7456C}] 1460706649 -#time=1d196eb86f346f8 +[Software\\Classes\\Interface\\{F036BCA4-F8DF-3682-8290-75285CE7456C}] 1526460883 +#time=1d3ecf388aa6bf6 @="_Buffer" -[Software\\Classes\\Interface\\{F036BCA4-F8DF-3682-8290-75285CE7456C}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f344f0 +[Software\\Classes\\Interface\\{F036BCA4-F8DF-3682-8290-75285CE7456C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa68b8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F036BCA4-F8DF-3682-8290-75285CE7456C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f34626 +[Software\\Classes\\Interface\\{F036BCA4-F8DF-3682-8290-75285CE7456C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa6ab6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F036BCA4-F8DF-3682-8290-75285CE7456C}\\TypeLib] 1460706649 -#time=1d196eb86f347e8 +[Software\\Classes\\Interface\\{F036BCA4-F8DF-3682-8290-75285CE7456C}\\TypeLib] 1526460883 +#time=1d3ecf388aa6d4a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F04061AC-1659-4A3F-A954-775AA57FC083}] 1460706471 -#time=1d196eb1ce22522 +[Software\\Classes\\Interface\\{F04061AC-1659-4A3F-A954-775AA57FC083}] 1526460533 +#time=1d3ecf2b80a2fae @="IAssocHandler" -[Software\\Classes\\Interface\\{F04061AC-1659-4A3F-A954-775AA57FC083}\\NumMethods] 1460706471 -#time=1d196eb1ce2234c +[Software\\Classes\\Interface\\{F04061AC-1659-4A3F-A954-775AA57FC083}\\NumMethods] 1526460533 +#time=1d3ecf2b80a2eb4 @="10" -[Software\\Classes\\Interface\\{F04061AC-1659-4A3F-A954-775AA57FC083}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1ce225ae +[Software\\Classes\\Interface\\{F04061AC-1659-4A3F-A954-775AA57FC083}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b80a3030 @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{F042505B-7AAC-313B-A8C7-3F1AC949C311}] 1460706649 -#time=1d196eb86fcf8e2 +[Software\\Classes\\Interface\\{F042505B-7AAC-313B-A8C7-3F1AC949C311}] 1526460883 +#time=1d3ecf388b4eb8a @="_ContextAttribute" -[Software\\Classes\\Interface\\{F042505B-7AAC-313B-A8C7-3F1AC949C311}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcf6c6 +[Software\\Classes\\Interface\\{F042505B-7AAC-313B-A8C7-3F1AC949C311}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4e928 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F042505B-7AAC-313B-A8C7-3F1AC949C311}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcf810 +[Software\\Classes\\Interface\\{F042505B-7AAC-313B-A8C7-3F1AC949C311}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4ea9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F042505B-7AAC-313B-A8C7-3F1AC949C311}\\TypeLib] 1460706649 -#time=1d196eb86fcf9dc +[Software\\Classes\\Interface\\{F042505B-7AAC-313B-A8C7-3F1AC949C311}\\TypeLib] 1526460883 +#time=1d3ecf388b4eca2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F062C7FB-53BF-4F0D-B0F6-D66C5948E63F}] 1460706648 -#time=1d196eb868cb2e4 +[Software\\Classes\\Interface\\{F062C7FB-53BF-4F0D-B0F6-D66C5948E63F}] 1526460883 +#time=1d3ecf3884c1038 @="IMessageReceiver" -[Software\\Classes\\Interface\\{F062C7FB-53BF-4F0D-B0F6-D66C5948E63F}\\ProxyStubClsid] 1460706648 -#time=1d196eb868cb05a +[Software\\Classes\\Interface\\{F062C7FB-53BF-4F0D-B0F6-D66C5948E63F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884c0be2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F062C7FB-53BF-4F0D-B0F6-D66C5948E63F}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868cb1fe +[Software\\Classes\\Interface\\{F062C7FB-53BF-4F0D-B0F6-D66C5948E63F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884c0e94 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F062C7FB-53BF-4F0D-B0F6-D66C5948E63F}\\TypeLib] 1460706648 -#time=1d196eb868cb3f2 +[Software\\Classes\\Interface\\{F062C7FB-53BF-4F0D-B0F6-D66C5948E63F}\\TypeLib] 1526460883 +#time=1d3ecf3884c12f4 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{F078F795-F452-3D2D-8CC8-16D66AE46C67}] 1460706649 -#time=1d196eb86f4fd5e +[Software\\Classes\\Interface\\{F078F795-F452-3D2D-8CC8-16D66AE46C67}] 1526460883 +#time=1d3ecf388ac4e1c @="_WaitOrTimerCallback" -[Software\\Classes\\Interface\\{F078F795-F452-3D2D-8CC8-16D66AE46C67}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f4fb4c +[Software\\Classes\\Interface\\{F078F795-F452-3D2D-8CC8-16D66AE46C67}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ac4bce @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F078F795-F452-3D2D-8CC8-16D66AE46C67}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f4fc8c +[Software\\Classes\\Interface\\{F078F795-F452-3D2D-8CC8-16D66AE46C67}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ac4d36 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F078F795-F452-3D2D-8CC8-16D66AE46C67}\\TypeLib] 1460706649 -#time=1d196eb86f4fe62 +[Software\\Classes\\Interface\\{F078F795-F452-3D2D-8CC8-16D66AE46C67}\\TypeLib] 1526460883 +#time=1d3ecf388ac4f3e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F0C0F8DD-CF38-44E1-BB0F-68CF0D551C78}] 1460706471 -#time=1d196eb1cfc7c10 +[Software\\Classes\\Interface\\{F0C0F8DD-CF38-44E1-BB0F-68CF0D551C78}] 1526460533 +#time=1d3ecf2b7e374ae @="IEnumTfContextViews" -[Software\\Classes\\Interface\\{F0C0F8DD-CF38-44E1-BB0F-68CF0D551C78}\\NumMethods] 1460706471 -#time=1d196eb1cfc7b34 +[Software\\Classes\\Interface\\{F0C0F8DD-CF38-44E1-BB0F-68CF0D551C78}\\NumMethods] 1526460533 +#time=1d3ecf2b7e373b4 @="7" -[Software\\Classes\\Interface\\{F0C0F8DD-CF38-44E1-BB0F-68CF0D551C78}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfc7c7e +[Software\\Classes\\Interface\\{F0C0F8DD-CF38-44E1-BB0F-68CF0D551C78}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e37530 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{F0D2D8EF-3890-11D2-BF8B-00C04FB93661}] 1460706471 -#time=1d196eb1d12a4f4 +[Software\\Classes\\Interface\\{F0D2D8EF-3890-11D2-BF8B-00C04FB93661}] 1526460533 +#time=1d3ecf2b7f41da4 @="Folder2" -[Software\\Classes\\Interface\\{F0D2D8EF-3890-11D2-BF8B-00C04FB93661}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12a2ce +[Software\\Classes\\Interface\\{F0D2D8EF-3890-11D2-BF8B-00C04FB93661}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f41b2e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F0D2D8EF-3890-11D2-BF8B-00C04FB93661}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12a418 +[Software\\Classes\\Interface\\{F0D2D8EF-3890-11D2-BF8B-00C04FB93661}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f41caa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F0D2D8EF-3890-11D2-BF8B-00C04FB93661}\\TypeLib] 1460706471 -#time=1d196eb1d12a5e4 +[Software\\Classes\\Interface\\{F0D2D8EF-3890-11D2-BF8B-00C04FB93661}\\TypeLib] 1526460533 +#time=1d3ecf2b7f41eb2 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{F0DEAFE9-5EBA-3737-9950-C1795739CDCD}] 1460706649 -#time=1d196eb86f699c0 +[Software\\Classes\\Interface\\{F0DEAFE9-5EBA-3737-9950-C1795739CDCD}] 1526460883 +#time=1d3ecf388ae1e36 @="_Pointer" -[Software\\Classes\\Interface\\{F0DEAFE9-5EBA-3737-9950-C1795739CDCD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f697b8 +[Software\\Classes\\Interface\\{F0DEAFE9-5EBA-3737-9950-C1795739CDCD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae1bde @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F0DEAFE9-5EBA-3737-9950-C1795739CDCD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f698f8 +[Software\\Classes\\Interface\\{F0DEAFE9-5EBA-3737-9950-C1795739CDCD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae1d50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F0DEAFE9-5EBA-3737-9950-C1795739CDCD}\\TypeLib] 1460706649 -#time=1d196eb86f69aba +[Software\\Classes\\Interface\\{F0DEAFE9-5EBA-3737-9950-C1795739CDCD}\\TypeLib] 1526460883 +#time=1d3ecf388ae1f6c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F10D27CC-3EC0-415C-8ED8-77AB1C5E7262}] 1460706471 -#time=1d196eb1cd4be14 +[Software\\Classes\\Interface\\{F10D27CC-3EC0-415C-8ED8-77AB1C5E7262}] 1526460533 +#time=1d3ecf2b796dc48 @="IMXAttributes" -[Software\\Classes\\Interface\\{F10D27CC-3EC0-415C-8ED8-77AB1C5E7262}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4bc02 +[Software\\Classes\\Interface\\{F10D27CC-3EC0-415C-8ED8-77AB1C5E7262}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796d98c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F10D27CC-3EC0-415C-8ED8-77AB1C5E7262}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4bd42 +[Software\\Classes\\Interface\\{F10D27CC-3EC0-415C-8ED8-77AB1C5E7262}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796db3a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F10D27CC-3EC0-415C-8ED8-77AB1C5E7262}\\TypeLib] 1460706605 -#time=1d196eb6c62b7d8 +[Software\\Classes\\Interface\\{F10D27CC-3EC0-415C-8ED8-77AB1C5E7262}\\TypeLib] 1528075957 +#time=1d3fba3eb808328 @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{F145C46A-D170-3170-B52F-4678DFCA0300}] 1460706649 -#time=1d196eb86f5561e +[Software\\Classes\\Interface\\{F145C46A-D170-3170-B52F-4678DFCA0300}] 1526460883 +#time=1d3ecf388acb000 @="_BitArray" -[Software\\Classes\\Interface\\{F145C46A-D170-3170-B52F-4678DFCA0300}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f55420 +[Software\\Classes\\Interface\\{F145C46A-D170-3170-B52F-4678DFCA0300}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388acada8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F145C46A-D170-3170-B52F-4678DFCA0300}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f55556 +[Software\\Classes\\Interface\\{F145C46A-D170-3170-B52F-4678DFCA0300}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388acaf10 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F145C46A-D170-3170-B52F-4678DFCA0300}\\TypeLib] 1460706649 -#time=1d196eb86f5572c +[Software\\Classes\\Interface\\{F145C46A-D170-3170-B52F-4678DFCA0300}\\TypeLib] 1526460883 +#time=1d3ecf388acb136 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F164EDF1-CC7C-4F0D-9A94-34222625C393}] 1460706471 -#time=1d196eb1d15f3f2 +[Software\\Classes\\Interface\\{F164EDF1-CC7C-4F0D-9A94-34222625C393}] 1526460533 +#time=1d3ecf2b7ba4638 @="IInternetSecurityManagerEx" -[Software\\Classes\\Interface\\{F164EDF1-CC7C-4F0D-9A94-34222625C393}\\NumMethods] 1460706471 -#time=1d196eb1d15f316 +[Software\\Classes\\Interface\\{F164EDF1-CC7C-4F0D-9A94-34222625C393}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba4548 @="12" -[Software\\Classes\\Interface\\{F164EDF1-CC7C-4F0D-9A94-34222625C393}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15f474 +[Software\\Classes\\Interface\\{F164EDF1-CC7C-4F0D-9A94-34222625C393}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba46c4 @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{F174290F-E4CF-3976-88AA-4F8E32EB03DB}] 1460706649 -#time=1d196eb86fce10e +[Software\\Classes\\Interface\\{F174290F-E4CF-3976-88AA-4F8E32EB03DB}] 1526460883 +#time=1d3ecf388b4d136 @="_SecurityException" -[Software\\Classes\\Interface\\{F174290F-E4CF-3976-88AA-4F8E32EB03DB}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcdefc +[Software\\Classes\\Interface\\{F174290F-E4CF-3976-88AA-4F8E32EB03DB}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4ced4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F174290F-E4CF-3976-88AA-4F8E32EB03DB}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fce03c +[Software\\Classes\\Interface\\{F174290F-E4CF-3976-88AA-4F8E32EB03DB}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4d046 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F174290F-E4CF-3976-88AA-4F8E32EB03DB}\\TypeLib] 1460706649 -#time=1d196eb86fce212 +[Software\\Classes\\Interface\\{F174290F-E4CF-3976-88AA-4F8E32EB03DB}\\TypeLib] 1526460883 +#time=1d3ecf388b4d24e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F1BD1079-9F01-4BDC-8036-F09B70095066}] 1460706471 -#time=1d196eb1d0cf720 +[Software\\Classes\\Interface\\{F1BD1079-9F01-4BDC-8036-F09B70095066}] 1526460533 +#time=1d3ecf2b7fdc0a2 @="IBackgroundCopyJobHttpOptions" -[Software\\Classes\\Interface\\{F1BD1079-9F01-4BDC-8036-F09B70095066}\\NumMethods] 1460706471 -#time=1d196eb1d0cf644 +[Software\\Classes\\Interface\\{F1BD1079-9F01-4BDC-8036-F09B70095066}\\NumMethods] 1526460533 +#time=1d3ecf2b7fdbfb2 @="11" -[Software\\Classes\\Interface\\{F1BD1079-9F01-4BDC-8036-F09B70095066}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0cf798 +[Software\\Classes\\Interface\\{F1BD1079-9F01-4BDC-8036-F09B70095066}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7fdc124 @="{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}" -[Software\\Classes\\Interface\\{F1C3BF76-C3E4-11D3-88E7-00902754C43A}] 1460706649 -#time=1d196eb86ee9a90 +[Software\\Classes\\Interface\\{F1C3BF76-C3E4-11D3-88E7-00902754C43A}] 1526460883 +#time=1d3ecf388a751f0 @="ITypeLibImporterNotifySink" -[Software\\Classes\\Interface\\{F1C3BF76-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee9888 +[Software\\Classes\\Interface\\{F1C3BF76-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a74f98 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F1C3BF76-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee99be +[Software\\Classes\\Interface\\{F1C3BF76-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7510a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F1C3BF76-C3E4-11D3-88E7-00902754C43A}\\TypeLib] 1460706649 -#time=1d196eb86ee9c52 +[Software\\Classes\\Interface\\{F1C3BF76-C3E4-11D3-88E7-00902754C43A}\\TypeLib] 1526460883 +#time=1d3ecf388a75312 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F1C3BF77-C3E4-11D3-88E7-00902754C43A}] 1460706649 -#time=1d196eb86eeb49e +[Software\\Classes\\Interface\\{F1C3BF77-C3E4-11D3-88E7-00902754C43A}] 1526460883 +#time=1d3ecf388a76c8a @="ITypeLibExporterNotifySink" -[Software\\Classes\\Interface\\{F1C3BF77-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eeb232 +[Software\\Classes\\Interface\\{F1C3BF77-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a76a32 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F1C3BF77-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eeb3d6 +[Software\\Classes\\Interface\\{F1C3BF77-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a76ba4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F1C3BF77-C3E4-11D3-88E7-00902754C43A}\\TypeLib] 1460706649 -#time=1d196eb86eeb598 +[Software\\Classes\\Interface\\{F1C3BF77-C3E4-11D3-88E7-00902754C43A}\\TypeLib] 1526460883 +#time=1d3ecf388a76dac @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F1C3BF78-C3E4-11D3-88E7-00902754C43A}] 1460706649 -#time=1d196eb86eeba48 +[Software\\Classes\\Interface\\{F1C3BF78-C3E4-11D3-88E7-00902754C43A}] 1526460883 +#time=1d3ecf388a7731a @="ITypeLibConverter" -[Software\\Classes\\Interface\\{F1C3BF78-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eeb84a +[Software\\Classes\\Interface\\{F1C3BF78-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a770ae @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F1C3BF78-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eeb980 +[Software\\Classes\\Interface\\{F1C3BF78-C3E4-11D3-88E7-00902754C43A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a7722a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F1C3BF78-C3E4-11D3-88E7-00902754C43A}\\TypeLib] 1460706649 -#time=1d196eb86eebb42 +[Software\\Classes\\Interface\\{F1C3BF78-C3E4-11D3-88E7-00902754C43A}\\TypeLib] 1526460883 +#time=1d3ecf388a77432 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F1C930C4-2233-3924-9840-231D008259B4}] 1460706649 -#time=1d196eb86fcc8d6 +[Software\\Classes\\Interface\\{F1C930C4-2233-3924-9840-231D008259B4}] 1526460883 +#time=1d3ecf388b4b6a6 @="_AllowPartiallyTrustedCallersAttribute" -[Software\\Classes\\Interface\\{F1C930C4-2233-3924-9840-231D008259B4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcc6c4 +[Software\\Classes\\Interface\\{F1C930C4-2233-3924-9840-231D008259B4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4b444 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F1C930C4-2233-3924-9840-231D008259B4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcc80e +[Software\\Classes\\Interface\\{F1C930C4-2233-3924-9840-231D008259B4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4b5b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F1C930C4-2233-3924-9840-231D008259B4}\\TypeLib] 1460706649 -#time=1d196eb86fcc9da +[Software\\Classes\\Interface\\{F1C930C4-2233-3924-9840-231D008259B4}\\TypeLib] 1526460883 +#time=1d3ecf388b4b7b4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F1E50292-A795-4117-8E09-2B560A72AC60}] 1460706471 -#time=1d196eb1d15f898 +[Software\\Classes\\Interface\\{F1E50292-A795-4117-8E09-2B560A72AC60}] 1526460533 +#time=1d3ecf2b7ba4aca @="IInternetSecurityManagerEx2" -[Software\\Classes\\Interface\\{F1E50292-A795-4117-8E09-2B560A72AC60}\\NumMethods] 1460706471 -#time=1d196eb1d15f7b2 +[Software\\Classes\\Interface\\{F1E50292-A795-4117-8E09-2B560A72AC60}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba49d0 @="16" -[Software\\Classes\\Interface\\{F1E50292-A795-4117-8E09-2B560A72AC60}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15f910 +[Software\\Classes\\Interface\\{F1E50292-A795-4117-8E09-2B560A72AC60}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba4b4c @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{F28E7D04-3319-3968-8201-C6E55BECD3D4}] 1460706649 -#time=1d196eb86f72782 +[Software\\Classes\\Interface\\{F28E7D04-3319-3968-8201-C6E55BECD3D4}] 1526460883 +#time=1d3ecf388aea9dc @="_ObjectManager" -[Software\\Classes\\Interface\\{F28E7D04-3319-3968-8201-C6E55BECD3D4}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f72552 +[Software\\Classes\\Interface\\{F28E7D04-3319-3968-8201-C6E55BECD3D4}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aea676 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F28E7D04-3319-3968-8201-C6E55BECD3D4}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f726ba +[Software\\Classes\\Interface\\{F28E7D04-3319-3968-8201-C6E55BECD3D4}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aea888 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F28E7D04-3319-3968-8201-C6E55BECD3D4}\\TypeLib] 1460706649 -#time=1d196eb86f72886 +[Software\\Classes\\Interface\\{F28E7D04-3319-3968-8201-C6E55BECD3D4}\\TypeLib] 1526460883 +#time=1d3ecf388aeab3a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F29F6BC0-5021-11CE-AA15-00006901293F}] 1460706471 -#time=1d196eb1d0853d2 +[Software\\Classes\\Interface\\{F29F6BC0-5021-11CE-AA15-00006901293F}] 1526460533 +#time=1d3ecf2b8002888 @="IROTData" -[Software\\Classes\\Interface\\{F29F6BC0-5021-11CE-AA15-00006901293F}\\NumMethods] 1460706471 -#time=1d196eb1d0852f6 +[Software\\Classes\\Interface\\{F29F6BC0-5021-11CE-AA15-00006901293F}\\NumMethods] 1526460533 +#time=1d3ecf2b8002770 @="4" -[Software\\Classes\\Interface\\{F29F6BC0-5021-11CE-AA15-00006901293F}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d085440 +[Software\\Classes\\Interface\\{F29F6BC0-5021-11CE-AA15-00006901293F}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b800290a @="{00000320-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F2ECD8CA-91A2-31E8-B808-E028B4F5CA67}] 1460706649 -#time=1d196eb86f69416 +[Software\\Classes\\Interface\\{F2ECD8CA-91A2-31E8-B808-E028B4F5CA67}] 1526460883 +#time=1d3ecf388ae17ba @="_LocalVariableInfo" -[Software\\Classes\\Interface\\{F2ECD8CA-91A2-31E8-B808-E028B4F5CA67}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f691fa +[Software\\Classes\\Interface\\{F2ECD8CA-91A2-31E8-B808-E028B4F5CA67}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae154e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F2ECD8CA-91A2-31E8-B808-E028B4F5CA67}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6933a +[Software\\Classes\\Interface\\{F2ECD8CA-91A2-31E8-B808-E028B4F5CA67}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae16ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F2ECD8CA-91A2-31E8-B808-E028B4F5CA67}\\TypeLib] 1460706649 -#time=1d196eb86f6951a +[Software\\Classes\\Interface\\{F2ECD8CA-91A2-31E8-B808-E028B4F5CA67}\\TypeLib] 1526460883 +#time=1d3ecf388ae18c8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F3358A7D-0061-4776-880E-A2F21B9EF93E}] 1460706649 -#time=1d196eb86b64bae +[Software\\Classes\\Interface\\{F3358A7D-0061-4776-880E-A2F21B9EF93E}] 1526460883 +#time=1d3ecf38873c16e @="ICorSvcWorker2" -[Software\\Classes\\Interface\\{F3358A7D-0061-4776-880E-A2F21B9EF93E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86b647f8 +[Software\\Classes\\Interface\\{F3358A7D-0061-4776-880E-A2F21B9EF93E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf38873bdea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F3358A7D-0061-4776-880E-A2F21B9EF93E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86b64a8c +[Software\\Classes\\Interface\\{F3358A7D-0061-4776-880E-A2F21B9EF93E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf38873c02e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F3358A7D-0061-4776-880E-A2F21B9EF93E}\\TypeLib] 1460706649 -#time=1d196eb86b64cda +[Software\\Classes\\Interface\\{F3358A7D-0061-4776-880E-A2F21B9EF93E}\\TypeLib] 1526460883 +#time=1d3ecf38873c2e0 @="{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}" "Version"="2.4" -[Software\\Classes\\Interface\\{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}] 1460706471 -#time=1d196eb1cdb8a1e +[Software\\Classes\\Interface\\{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}] 1526460533 +#time=1d3ecf2b7a90ada @="IScriptErrorList" -[Software\\Classes\\Interface\\{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb87da +[Software\\Classes\\Interface\\{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a906b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb8924 +[Software\\Classes\\Interface\\{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a909c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}\\TypeLib] 1460706471 -#time=1d196eb1cdb8b0e +[Software\\Classes\\Interface\\{F3470F24-15FD-11D2-BB2E-00805FF7EFCA}\\TypeLib] 1526460533 +#time=1d3ecf2b7a90c06 @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{F4205A87-4D46-303D-B1D9-5A99F7C90D30}] 1460706649 -#time=1d196eb86ee871c +[Software\\Classes\\Interface\\{F4205A87-4D46-303D-B1D9-5A99F7C90D30}] 1526460883 +#time=1d3ecf388a73d5a @="IIdentity" -[Software\\Classes\\Interface\\{F4205A87-4D46-303D-B1D9-5A99F7C90D30}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee8500 +[Software\\Classes\\Interface\\{F4205A87-4D46-303D-B1D9-5A99F7C90D30}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a73b02 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4205A87-4D46-303D-B1D9-5A99F7C90D30}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee864a +[Software\\Classes\\Interface\\{F4205A87-4D46-303D-B1D9-5A99F7C90D30}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a73c74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4205A87-4D46-303D-B1D9-5A99F7C90D30}\\TypeLib] 1460706649 -#time=1d196eb86ee882a +[Software\\Classes\\Interface\\{F4205A87-4D46-303D-B1D9-5A99F7C90D30}\\TypeLib] 1526460883 +#time=1d3ecf388a73e72 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F48DF808-8B7D-3F4E-9159-1DFD60F298D6}] 1460706649 -#time=1d196eb86f7e528 +[Software\\Classes\\Interface\\{F48DF808-8B7D-3F4E-9159-1DFD60F298D6}] 1526460883 +#time=1d3ecf388af8e9c @="_NeutralResourcesLanguageAttribute" -[Software\\Classes\\Interface\\{F48DF808-8B7D-3F4E-9159-1DFD60F298D6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7e320 +[Software\\Classes\\Interface\\{F48DF808-8B7D-3F4E-9159-1DFD60F298D6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af8c44 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F48DF808-8B7D-3F4E-9159-1DFD60F298D6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7e460 +[Software\\Classes\\Interface\\{F48DF808-8B7D-3F4E-9159-1DFD60F298D6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af8db6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F48DF808-8B7D-3F4E-9159-1DFD60F298D6}\\TypeLib] 1460706649 -#time=1d196eb86f7e618 +[Software\\Classes\\Interface\\{F48DF808-8B7D-3F4E-9159-1DFD60F298D6}\\TypeLib] 1526460883 +#time=1d3ecf388af8fbe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F4926B50-3F23-37E0-9AFA-AA91FF89A7BD}] 1460706649 -#time=1d196eb86fe9aa8 +[Software\\Classes\\Interface\\{F4926B50-3F23-37E0-9AFA-AA91FF89A7BD}] 1526460883 +#time=1d3ecf388b6b898 @="_SoapNormalizedString" -[Software\\Classes\\Interface\\{F4926B50-3F23-37E0-9AFA-AA91FF89A7BD}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe988c +[Software\\Classes\\Interface\\{F4926B50-3F23-37E0-9AFA-AA91FF89A7BD}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6b636 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4926B50-3F23-37E0-9AFA-AA91FF89A7BD}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe99cc +[Software\\Classes\\Interface\\{F4926B50-3F23-37E0-9AFA-AA91FF89A7BD}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b6b79e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4926B50-3F23-37E0-9AFA-AA91FF89A7BD}\\TypeLib] 1460706649 -#time=1d196eb86fe9bac +[Software\\Classes\\Interface\\{F4926B50-3F23-37E0-9AFA-AA91FF89A7BD}\\TypeLib] 1526460883 +#time=1d3ecf388b6b9b0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F4B8D231-6028-39EF-B017-72988A3F6766}] 1460706649 -#time=1d196eb86f30472 +[Software\\Classes\\Interface\\{F4B8D231-6028-39EF-B017-72988A3F6766}] 1526460883 +#time=1d3ecf388aa14c6 @="_EvidenceBase" -[Software\\Classes\\Interface\\{F4B8D231-6028-39EF-B017-72988A3F6766}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3013e +[Software\\Classes\\Interface\\{F4B8D231-6028-39EF-B017-72988A3F6766}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa126e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4B8D231-6028-39EF-B017-72988A3F6766}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3030a +[Software\\Classes\\Interface\\{F4B8D231-6028-39EF-B017-72988A3F6766}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa13d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4B8D231-6028-39EF-B017-72988A3F6766}\\TypeLib] 1460706649 -#time=1d196eb86f3059e +[Software\\Classes\\Interface\\{F4B8D231-6028-39EF-B017-72988A3F6766}\\TypeLib] 1526460883 +#time=1d3ecf388aa15d4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F4C70E15-2CA6-3E90-96ED-92E28491F538}] 1460706649 -#time=1d196eb86f7888a +[Software\\Classes\\Interface\\{F4C70E15-2CA6-3E90-96ED-92E28491F538}] 1526460883 +#time=1d3ecf388af22c2 @="_SortKey" -[Software\\Classes\\Interface\\{F4C70E15-2CA6-3E90-96ED-92E28491F538}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f78682 +[Software\\Classes\\Interface\\{F4C70E15-2CA6-3E90-96ED-92E28491F538}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af206a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4C70E15-2CA6-3E90-96ED-92E28491F538}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f787b8 +[Software\\Classes\\Interface\\{F4C70E15-2CA6-3E90-96ED-92E28491F538}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af21dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4C70E15-2CA6-3E90-96ED-92E28491F538}\\TypeLib] 1460706649 -#time=1d196eb86f7897a +[Software\\Classes\\Interface\\{F4C70E15-2CA6-3E90-96ED-92E28491F538}\\TypeLib] 1526460883 +#time=1d3ecf388af23e4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F4E5539D-0A65-3073-BF27-8DCE8EF1DEF1}] 1460706649 -#time=1d196eb86f659a6 +[Software\\Classes\\Interface\\{F4E5539D-0A65-3073-BF27-8DCE8EF1DEF1}] 1526460883 +#time=1d3ecf388add3d6 @="_CustomAttributeData" -[Software\\Classes\\Interface\\{F4E5539D-0A65-3073-BF27-8DCE8EF1DEF1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6579e +[Software\\Classes\\Interface\\{F4E5539D-0A65-3073-BF27-8DCE8EF1DEF1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388add17e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4E5539D-0A65-3073-BF27-8DCE8EF1DEF1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f658de +[Software\\Classes\\Interface\\{F4E5539D-0A65-3073-BF27-8DCE8EF1DEF1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388add2f0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4E5539D-0A65-3073-BF27-8DCE8EF1DEF1}\\TypeLib] 1460706649 -#time=1d196eb86f65aa0 +[Software\\Classes\\Interface\\{F4E5539D-0A65-3073-BF27-8DCE8EF1DEF1}\\TypeLib] 1526460883 +#time=1d3ecf388add50c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F4EFB305-CDC4-31C5-8102-33C9B91774F3}] 1460706649 -#time=1d196eb86fe0426 +[Software\\Classes\\Interface\\{F4EFB305-CDC4-31C5-8102-33C9B91774F3}] 1526460883 +#time=1d3ecf388b62090 @="_InternalRemotingServices" -[Software\\Classes\\Interface\\{F4EFB305-CDC4-31C5-8102-33C9B91774F3}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe0214 +[Software\\Classes\\Interface\\{F4EFB305-CDC4-31C5-8102-33C9B91774F3}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b61e38 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4EFB305-CDC4-31C5-8102-33C9B91774F3}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe0354 +[Software\\Classes\\Interface\\{F4EFB305-CDC4-31C5-8102-33C9B91774F3}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b61fa0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4EFB305-CDC4-31C5-8102-33C9B91774F3}\\TypeLib] 1460706649 -#time=1d196eb86fe0520 +[Software\\Classes\\Interface\\{F4EFB305-CDC4-31C5-8102-33C9B91774F3}\\TypeLib] 1526460883 +#time=1d3ecf388b621d0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F4F5C303-FAD3-3D0C-A4DF-BB82B5EE308F}] 1460706649 -#time=1d196eb86ee3cee +[Software\\Classes\\Interface\\{F4F5C303-FAD3-3D0C-A4DF-BB82B5EE308F}] 1526460883 +#time=1d3ecf388a6f322 @="IFormatterConverter" -[Software\\Classes\\Interface\\{F4F5C303-FAD3-3D0C-A4DF-BB82B5EE308F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee3a8c +[Software\\Classes\\Interface\\{F4F5C303-FAD3-3D0C-A4DF-BB82B5EE308F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6f0c0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4F5C303-FAD3-3D0C-A4DF-BB82B5EE308F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee3c12 +[Software\\Classes\\Interface\\{F4F5C303-FAD3-3D0C-A4DF-BB82B5EE308F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6f23c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F4F5C303-FAD3-3D0C-A4DF-BB82B5EE308F}\\TypeLib] 1460706649 -#time=1d196eb86ee3e06 +[Software\\Classes\\Interface\\{F4F5C303-FAD3-3D0C-A4DF-BB82B5EE308F}\\TypeLib] 1526460883 +#time=1d3ecf388a6f444 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F5006531-D4D7-319E-9EDA-9B4B65AD8D4F}] 1460706649 -#time=1d196eb86f16e64 +[Software\\Classes\\Interface\\{F5006531-D4D7-319E-9EDA-9B4B65AD8D4F}] 1526460883 +#time=1d3ecf388a8d3fe @="INormalizeForIsolatedStorage" -[Software\\Classes\\Interface\\{F5006531-D4D7-319E-9EDA-9B4B65AD8D4F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f1695a +[Software\\Classes\\Interface\\{F5006531-D4D7-319E-9EDA-9B4B65AD8D4F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8d1a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F5006531-D4D7-319E-9EDA-9B4B65AD8D4F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f16c8e +[Software\\Classes\\Interface\\{F5006531-D4D7-319E-9EDA-9B4B65AD8D4F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a8d318 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F5006531-D4D7-319E-9EDA-9B4B65AD8D4F}\\TypeLib] 1460706649 -#time=1d196eb86f17102 +[Software\\Classes\\Interface\\{F5006531-D4D7-319E-9EDA-9B4B65AD8D4F}\\TypeLib] 1526460883 +#time=1d3ecf388a8d516 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F51728F2-2DEF-308C-874A-CBB1BAA9CF9E}] 1460706649 -#time=1d196eb86fef296 +[Software\\Classes\\Interface\\{F51728F2-2DEF-308C-874A-CBB1BAA9CF9E}] 1526460883 +#time=1d3ecf388b70f6e @="_TrackingServices" -[Software\\Classes\\Interface\\{F51728F2-2DEF-308C-874A-CBB1BAA9CF9E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fef070 +[Software\\Classes\\Interface\\{F51728F2-2DEF-308C-874A-CBB1BAA9CF9E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b70d16 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F51728F2-2DEF-308C-874A-CBB1BAA9CF9E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fef1c4 +[Software\\Classes\\Interface\\{F51728F2-2DEF-308C-874A-CBB1BAA9CF9E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b70e88 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F51728F2-2DEF-308C-874A-CBB1BAA9CF9E}\\TypeLib] 1460706649 -#time=1d196eb86fef39a +[Software\\Classes\\Interface\\{F51728F2-2DEF-308C-874A-CBB1BAA9CF9E}\\TypeLib] 1526460883 +#time=1d3ecf388b71090 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F51EDF6C-9E49-334A-8AAE-B0C7C631ABE4}] 1460706650 -#time=1d196eb87acde38 +[Software\\Classes\\Interface\\{F51EDF6C-9E49-334A-8AAE-B0C7C631ABE4}] 1526460884 +#time=1d3ecf38956bfa0 @="_TreeNodeMouseHoverEventArgs" -[Software\\Classes\\Interface\\{F51EDF6C-9E49-334A-8AAE-B0C7C631ABE4}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acdc1c +[Software\\Classes\\Interface\\{F51EDF6C-9E49-334A-8AAE-B0C7C631ABE4}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38956bd48 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F51EDF6C-9E49-334A-8AAE-B0C7C631ABE4}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acdd70 +[Software\\Classes\\Interface\\{F51EDF6C-9E49-334A-8AAE-B0C7C631ABE4}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38956beb0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F51EDF6C-9E49-334A-8AAE-B0C7C631ABE4}\\TypeLib] 1460706650 -#time=1d196eb87acdf5a +[Software\\Classes\\Interface\\{F51EDF6C-9E49-334A-8AAE-B0C7C631ABE4}\\TypeLib] 1526460884 +#time=1d3ecf38956c0c2 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{F52E2B61-18A1-11D1-B105-00805F49916B}] 1460706605 -#time=1d196eb6c634b44 -@="IXMLDocument" - -[Software\\Classes\\Interface\\{F52E2B61-18A1-11D1-B105-00805F49916B}\\ProxyStubClsid] 1460706605 -#time=1d196eb6c63489c -@="{00020424-0000-0000-C000-000000000046}" - -[Software\\Classes\\Interface\\{F52E2B61-18A1-11D1-B105-00805F49916B}\\ProxyStubClsid32] 1460706605 -#time=1d196eb6c634a18 -@="{00020424-0000-0000-C000-000000000046}" - -[Software\\Classes\\Interface\\{F52E2B61-18A1-11D1-B105-00805F49916B}\\TypeLib] 1460706605 -#time=1d196eb6c634db0 -@="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" - -[Software\\Classes\\Interface\\{F55EFA91-812E-3C6E-998F-3598E93FB8A7}] 1460706650 -#time=1d196eb877fa7ba +[Software\\Classes\\Interface\\{F55EFA91-812E-3C6E-998F-3598E93FB8A7}] 1526460884 +#time=1d3ecf3892dad68 @="_MemberDescriptor" -[Software\\Classes\\Interface\\{F55EFA91-812E-3C6E-998F-3598E93FB8A7}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fa576 +[Software\\Classes\\Interface\\{F55EFA91-812E-3C6E-998F-3598E93FB8A7}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892daa5c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F55EFA91-812E-3C6E-998F-3598E93FB8A7}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fa6e8 +[Software\\Classes\\Interface\\{F55EFA91-812E-3C6E-998F-3598E93FB8A7}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892dac14 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F55EFA91-812E-3C6E-998F-3598E93FB8A7}\\TypeLib] 1460706650 -#time=1d196eb877fa8b4 +[Software\\Classes\\Interface\\{F55EFA91-812E-3C6E-998F-3598E93FB8A7}\\TypeLib] 1526460884 +#time=1d3ecf3892daebc @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{F59ED4E4-E68F-3218-BD77-061AA82824BF}] 1460706649 -#time=1d196eb86ee1e8a +[Software\\Classes\\Interface\\{F59ED4E4-E68F-3218-BD77-061AA82824BF}] 1526460883 +#time=1d3ecf388a6d612 @="_PropertyInfo" -[Software\\Classes\\Interface\\{F59ED4E4-E68F-3218-BD77-061AA82824BF}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee1c78 +[Software\\Classes\\Interface\\{F59ED4E4-E68F-3218-BD77-061AA82824BF}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6d31a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F59ED4E4-E68F-3218-BD77-061AA82824BF}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee1db8 +[Software\\Classes\\Interface\\{F59ED4E4-E68F-3218-BD77-061AA82824BF}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6d504 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F59ED4E4-E68F-3218-BD77-061AA82824BF}\\TypeLib] 1460706649 -#time=1d196eb86ee1f8e +[Software\\Classes\\Interface\\{F59ED4E4-E68F-3218-BD77-061AA82824BF}\\TypeLib] 1526460883 +#time=1d3ecf388a6d73e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F5AEF88F-9AC4-320C-95D2-88E863A35762}] 1460706649 -#time=1d196eb86f6f5aa +[Software\\Classes\\Interface\\{F5AEF88F-9AC4-320C-95D2-88E863A35762}] 1526460883 +#time=1d3ecf388ae7408 @="_OnDeserializingAttribute" -[Software\\Classes\\Interface\\{F5AEF88F-9AC4-320C-95D2-88E863A35762}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6f38e +[Software\\Classes\\Interface\\{F5AEF88F-9AC4-320C-95D2-88E863A35762}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae7192 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F5AEF88F-9AC4-320C-95D2-88E863A35762}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6f4d8 +[Software\\Classes\\Interface\\{F5AEF88F-9AC4-320C-95D2-88E863A35762}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae7318 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F5AEF88F-9AC4-320C-95D2-88E863A35762}\\TypeLib] 1460706649 -#time=1d196eb86f6f6c2 +[Software\\Classes\\Interface\\{F5AEF88F-9AC4-320C-95D2-88E863A35762}\\TypeLib] 1526460883 +#time=1d3ecf388ae7520 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F5BC8FC5-536D-4F77-B852-FBC1356FDEB6}] 1460706471 -#time=1d196eb1d14d80a +[Software\\Classes\\Interface\\{F5BC8FC5-536D-4F77-B852-FBC1356FDEB6}] 1526460533 +#time=1d3ecf2b7d5e474 @="ITaskDefinition" -[Software\\Classes\\Interface\\{F5BC8FC5-536D-4F77-B852-FBC1356FDEB6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d14d436 +[Software\\Classes\\Interface\\{F5BC8FC5-536D-4F77-B852-FBC1356FDEB6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7d5e208 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F5BC8FC5-536D-4F77-B852-FBC1356FDEB6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d14d71a +[Software\\Classes\\Interface\\{F5BC8FC5-536D-4F77-B852-FBC1356FDEB6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7d5e384 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F5BC8FC5-536D-4F77-B852-FBC1356FDEB6}\\TypeLib] 1460706471 -#time=1d196eb1d14d904 +[Software\\Classes\\Interface\\{F5BC8FC5-536D-4F77-B852-FBC1356FDEB6}\\TypeLib] 1526460533 +#time=1d3ecf2b7d5e582 @="{E34CB9F1-C7F7-424C-BE29-027DCC09363A}" "Version"="1.0" -[Software\\Classes\\Interface\\{F5E54F16-ADE3-3B5D-8B05-1F9803557905}] 1460706650 -#time=1d196eb877e3484 +[Software\\Classes\\Interface\\{F5E54F16-ADE3-3B5D-8B05-1F9803557905}] 1526460884 +#time=1d3ecf3892b7192 @="_CodeNamespaceCollection" -[Software\\Classes\\Interface\\{F5E54F16-ADE3-3B5D-8B05-1F9803557905}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e327c +[Software\\Classes\\Interface\\{F5E54F16-ADE3-3B5D-8B05-1F9803557905}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892b6e40 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F5E54F16-ADE3-3B5D-8B05-1F9803557905}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e33b2 +[Software\\Classes\\Interface\\{F5E54F16-ADE3-3B5D-8B05-1F9803557905}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892b7048 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F5E54F16-ADE3-3B5D-8B05-1F9803557905}\\TypeLib] 1460706650 -#time=1d196eb877e3574 +[Software\\Classes\\Interface\\{F5E54F16-ADE3-3B5D-8B05-1F9803557905}\\TypeLib] 1526460884 +#time=1d3ecf3892b7336 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{F617690A-55F4-36AF-9149-D199831F8594}] 1460706649 -#time=1d196eb86f00358 +[Software\\Classes\\Interface\\{F617690A-55F4-36AF-9149-D199831F8594}] 1526460883 +#time=1d3ecf388a82012 @="IMethodReturnMessage" -[Software\\Classes\\Interface\\{F617690A-55F4-36AF-9149-D199831F8594}\\ProxyStubClsid] 1460706649 -#time=1d196eb86effd4a +[Software\\Classes\\Interface\\{F617690A-55F4-36AF-9149-D199831F8594}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a81dba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F617690A-55F4-36AF-9149-D199831F8594}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f00114 +[Software\\Classes\\Interface\\{F617690A-55F4-36AF-9149-D199831F8594}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a81f2c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F617690A-55F4-36AF-9149-D199831F8594}\\TypeLib] 1460706649 -#time=1d196eb86f0061e +[Software\\Classes\\Interface\\{F617690A-55F4-36AF-9149-D199831F8594}\\TypeLib] 1526460883 +#time=1d3ecf388a82134 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F65070DF-57AF-3AE3-B951-D2AD7D513347}] 1460706649 -#time=1d196eb86fcf306 +[Software\\Classes\\Interface\\{F65070DF-57AF-3AE3-B951-D2AD7D513347}] 1526460883 +#time=1d3ecf388b4e4fa @="_VerificationException" -[Software\\Classes\\Interface\\{F65070DF-57AF-3AE3-B951-D2AD7D513347}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fcf0ea +[Software\\Classes\\Interface\\{F65070DF-57AF-3AE3-B951-D2AD7D513347}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4e28e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F65070DF-57AF-3AE3-B951-D2AD7D513347}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fcf234 +[Software\\Classes\\Interface\\{F65070DF-57AF-3AE3-B951-D2AD7D513347}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4e400 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F65070DF-57AF-3AE3-B951-D2AD7D513347}\\TypeLib] 1460706649 -#time=1d196eb86fcf400 +[Software\\Classes\\Interface\\{F65070DF-57AF-3AE3-B951-D2AD7D513347}\\TypeLib] 1526460883 +#time=1d3ecf388b4e612 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F68A4008-AB94-3370-A9AC-8CC99939F534}] 1460706649 -#time=1d196eb86fb86ba +[Software\\Classes\\Interface\\{F68A4008-AB94-3370-A9AC-8CC99939F534}] 1526460883 +#time=1d3ecf388b35978 @="_IsCopyConstructed" -[Software\\Classes\\Interface\\{F68A4008-AB94-3370-A9AC-8CC99939F534}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb849e +[Software\\Classes\\Interface\\{F68A4008-AB94-3370-A9AC-8CC99939F534}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b35626 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F68A4008-AB94-3370-A9AC-8CC99939F534}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb85e8 +[Software\\Classes\\Interface\\{F68A4008-AB94-3370-A9AC-8CC99939F534}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b357ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F68A4008-AB94-3370-A9AC-8CC99939F534}\\TypeLib] 1460706649 -#time=1d196eb86fb87be +[Software\\Classes\\Interface\\{F68A4008-AB94-3370-A9AC-8CC99939F534}\\TypeLib] 1526460883 +#time=1d3ecf388b35b94 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F6AB38B6-1C02-3B01-A7F8-510ED1C0B253}] 1460706650 -#time=1d196eb87ac9c02 +[Software\\Classes\\Interface\\{F6AB38B6-1C02-3B01-A7F8-510ED1C0B253}] 1526460884 +#time=1d3ecf3895676e4 @="_ToolBar" -[Software\\Classes\\Interface\\{F6AB38B6-1C02-3B01-A7F8-510ED1C0B253}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac9a04 +[Software\\Classes\\Interface\\{F6AB38B6-1C02-3B01-A7F8-510ED1C0B253}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389567464 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F6AB38B6-1C02-3B01-A7F8-510ED1C0B253}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac9b3a +[Software\\Classes\\Interface\\{F6AB38B6-1C02-3B01-A7F8-510ED1C0B253}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895675d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F6AB38B6-1C02-3B01-A7F8-510ED1C0B253}\\TypeLib] 1460706650 -#time=1d196eb87ac9cf2 +[Software\\Classes\\Interface\\{F6AB38B6-1C02-3B01-A7F8-510ED1C0B253}\\TypeLib] 1526460884 +#time=1d3ecf3895677fc @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{F6B79E22-7A26-3E7B-96C5-5051C7EFED6F}] 1460706648 -#time=1d196eb868d8fca +[Software\\Classes\\Interface\\{F6B79E22-7A26-3E7B-96C5-5051C7EFED6F}] 1526460883 +#time=1d3ecf3884e404c @="_COMFieldInfo" -[Software\\Classes\\Interface\\{F6B79E22-7A26-3E7B-96C5-5051C7EFED6F}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d8dcc +[Software\\Classes\\Interface\\{F6B79E22-7A26-3E7B-96C5-5051C7EFED6F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884e3bba @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F6B79E22-7A26-3E7B-96C5-5051C7EFED6F}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d8f02 +[Software\\Classes\\Interface\\{F6B79E22-7A26-3E7B-96C5-5051C7EFED6F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884e3e62 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F6B79E22-7A26-3E7B-96C5-5051C7EFED6F}\\TypeLib] 1460706648 -#time=1d196eb868d90c4 +[Software\\Classes\\Interface\\{F6B79E22-7A26-3E7B-96C5-5051C7EFED6F}\\TypeLib] 1526460883 +#time=1d3ecf3884e42a4 @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{F7102FA9-CABB-3A74-A6DA-B4567EF1B079}] 1460706649 -#time=1d196eb86ed8ef2 +[Software\\Classes\\Interface\\{F7102FA9-CABB-3A74-A6DA-B4567EF1B079}] 1526460883 +#time=1d3ecf388a6294c @="_MemberInfo" -[Software\\Classes\\Interface\\{F7102FA9-CABB-3A74-A6DA-B4567EF1B079}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ed8ce0 +[Software\\Classes\\Interface\\{F7102FA9-CABB-3A74-A6DA-B4567EF1B079}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a626ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7102FA9-CABB-3A74-A6DA-B4567EF1B079}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ed8e2a +[Software\\Classes\\Interface\\{F7102FA9-CABB-3A74-A6DA-B4567EF1B079}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a62852 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7102FA9-CABB-3A74-A6DA-B4567EF1B079}\\TypeLib] 1460706649 -#time=1d196eb86ed8ff6 +[Software\\Classes\\Interface\\{F7102FA9-CABB-3A74-A6DA-B4567EF1B079}\\TypeLib] 1526460883 +#time=1d3ecf388a62a64 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F7955E55-7F3B-3277-AA0C-F62AA615676D}] 1460706650 -#time=1d196eb877d95ba +[Software\\Classes\\Interface\\{F7955E55-7F3B-3277-AA0C-F62AA615676D}] 1526460884 +#time=1d3ecf3892a1afe @="_CodeArrayCreateExpression" -[Software\\Classes\\Interface\\{F7955E55-7F3B-3277-AA0C-F62AA615676D}\\ProxyStubClsid] 1460706650 -#time=1d196eb877d9362 +[Software\\Classes\\Interface\\{F7955E55-7F3B-3277-AA0C-F62AA615676D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a17ca @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7955E55-7F3B-3277-AA0C-F62AA615676D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877d94ac +[Software\\Classes\\Interface\\{F7955E55-7F3B-3277-AA0C-F62AA615676D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a198c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7955E55-7F3B-3277-AA0C-F62AA615676D}\\TypeLib] 1460706650 -#time=1d196eb877d96dc +[Software\\Classes\\Interface\\{F7955E55-7F3B-3277-AA0C-F62AA615676D}\\TypeLib] 1526460884 +#time=1d3ecf3892a1cf2 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{F79DB336-06BE-3959-A5AB-58B2AB6C5FD1}] 1460706649 -#time=1d196eb86fa5b14 +[Software\\Classes\\Interface\\{F79DB336-06BE-3959-A5AB-58B2AB6C5FD1}] 1526460883 +#time=1d3ecf388b21400 @="_ErrorWrapper" -[Software\\Classes\\Interface\\{F79DB336-06BE-3959-A5AB-58B2AB6C5FD1}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fa5902 +[Software\\Classes\\Interface\\{F79DB336-06BE-3959-A5AB-58B2AB6C5FD1}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2119e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F79DB336-06BE-3959-A5AB-58B2AB6C5FD1}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fa5a42 +[Software\\Classes\\Interface\\{F79DB336-06BE-3959-A5AB-58B2AB6C5FD1}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b21310 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F79DB336-06BE-3959-A5AB-58B2AB6C5FD1}\\TypeLib] 1460706649 -#time=1d196eb86fa5c2c +[Software\\Classes\\Interface\\{F79DB336-06BE-3959-A5AB-58B2AB6C5FD1}\\TypeLib] 1526460883 +#time=1d3ecf388b2152c @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F7BC47E9-706C-3AA7-B1BA-8AB95188FA11}] 1460706650 -#time=1d196eb877dbbbc +[Software\\Classes\\Interface\\{F7BC47E9-706C-3AA7-B1BA-8AB95188FA11}] 1526460884 +#time=1d3ecf3892a508c @="_CodeAttachEventStatement" -[Software\\Classes\\Interface\\{F7BC47E9-706C-3AA7-B1BA-8AB95188FA11}\\ProxyStubClsid] 1460706650 -#time=1d196eb877db8ce +[Software\\Classes\\Interface\\{F7BC47E9-706C-3AA7-B1BA-8AB95188FA11}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a4d8a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7BC47E9-706C-3AA7-B1BA-8AB95188FA11}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877dba86 +[Software\\Classes\\Interface\\{F7BC47E9-706C-3AA7-B1BA-8AB95188FA11}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a4f74 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7BC47E9-706C-3AA7-B1BA-8AB95188FA11}\\TypeLib] 1460706650 -#time=1d196eb877dbcca +[Software\\Classes\\Interface\\{F7BC47E9-706C-3AA7-B1BA-8AB95188FA11}\\TypeLib] 1526460884 +#time=1d3ecf3892a51d6 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{F7C0C4CC-0D49-31EE-A3D3-B8B551E4928C}] 1460706649 -#time=1d196eb870075b2 +[Software\\Classes\\Interface\\{F7C0C4CC-0D49-31EE-A3D3-B8B551E4928C}] 1526460883 +#time=1d3ecf388b8cf3e @="_RC2" -[Software\\Classes\\Interface\\{F7C0C4CC-0D49-31EE-A3D3-B8B551E4928C}\\ProxyStubClsid] 1460706649 -#time=1d196eb87007166 +[Software\\Classes\\Interface\\{F7C0C4CC-0D49-31EE-A3D3-B8B551E4928C}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b8cce6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7C0C4CC-0D49-31EE-A3D3-B8B551E4928C}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87007300 +[Software\\Classes\\Interface\\{F7C0C4CC-0D49-31EE-A3D3-B8B551E4928C}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b8ce58 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7C0C4CC-0D49-31EE-A3D3-B8B551E4928C}\\TypeLib] 1460706649 -#time=1d196eb8700785a +[Software\\Classes\\Interface\\{F7C0C4CC-0D49-31EE-A3D3-B8B551E4928C}\\TypeLib] 1526460883 +#time=1d3ecf388b8d056 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F7DD3B7F-2B05-3894-8EDA-59CDF9395B6A}] 1460706649 -#time=1d196eb86f7c87c +[Software\\Classes\\Interface\\{F7DD3B7F-2B05-3894-8EDA-59CDF9395B6A}] 1526460883 +#time=1d3ecf388af6bc4 @="_UnicodeEncoding" -[Software\\Classes\\Interface\\{F7DD3B7F-2B05-3894-8EDA-59CDF9395B6A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f7c674 +[Software\\Classes\\Interface\\{F7DD3B7F-2B05-3894-8EDA-59CDF9395B6A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af6962 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7DD3B7F-2B05-3894-8EDA-59CDF9395B6A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f7c7aa +[Software\\Classes\\Interface\\{F7DD3B7F-2B05-3894-8EDA-59CDF9395B6A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af6ad4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F7DD3B7F-2B05-3894-8EDA-59CDF9395B6A}\\TypeLib] 1460706649 -#time=1d196eb86f7c96c +[Software\\Classes\\Interface\\{F7DD3B7F-2B05-3894-8EDA-59CDF9395B6A}\\TypeLib] 1526460883 +#time=1d3ecf388af6cd2 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F859954A-78CF-3D00-86AB-EF661E6A4B8D}] 1460706649 -#time=1d196eb86f6dd90 +[Software\\Classes\\Interface\\{F859954A-78CF-3D00-86AB-EF661E6A4B8D}] 1526460883 +#time=1d3ecf388ae5982 @="_FormatterServices" -[Software\\Classes\\Interface\\{F859954A-78CF-3D00-86AB-EF661E6A4B8D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6db74 +[Software\\Classes\\Interface\\{F859954A-78CF-3D00-86AB-EF661E6A4B8D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae5720 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F859954A-78CF-3D00-86AB-EF661E6A4B8D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6dcbe +[Software\\Classes\\Interface\\{F859954A-78CF-3D00-86AB-EF661E6A4B8D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae5892 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F859954A-78CF-3D00-86AB-EF661E6A4B8D}\\TypeLib] 1460706649 -#time=1d196eb86f6de9e +[Software\\Classes\\Interface\\{F859954A-78CF-3D00-86AB-EF661E6A4B8D}\\TypeLib] 1526460883 +#time=1d3ecf388ae5a9a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F86086E0-A89E-3EBE-B036-79BF72354656}] 1460706649 -#time=1d196eb87297624 +[Software\\Classes\\Interface\\{F86086E0-A89E-3EBE-B036-79BF72354656}] 1526460884 +#time=1d3ecf388ddf7a0 @="_Bitmap" -[Software\\Classes\\Interface\\{F86086E0-A89E-3EBE-B036-79BF72354656}\\ProxyStubClsid] 1460706649 -#time=1d196eb872973fe +[Software\\Classes\\Interface\\{F86086E0-A89E-3EBE-B036-79BF72354656}\\ProxyStubClsid] 1526460884 +#time=1d3ecf388ddf3c2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F86086E0-A89E-3EBE-B036-79BF72354656}\\ProxyStubClsid32] 1460706649 -#time=1d196eb87297552 +[Software\\Classes\\Interface\\{F86086E0-A89E-3EBE-B036-79BF72354656}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf388ddf674 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F86086E0-A89E-3EBE-B036-79BF72354656}\\TypeLib] 1460706649 -#time=1d196eb87297728 +[Software\\Classes\\Interface\\{F86086E0-A89E-3EBE-B036-79BF72354656}\\TypeLib] 1526460884 +#time=1d3ecf388ddf8fe @="{D37E2A3E-8545-3A39-9F4F-31827C9124AB}" "Version"="2.4" -[Software\\Classes\\Interface\\{F8D64802-F9B7-3095-A641-D31E6E9F87B1}] 1460706650 -#time=1d196eb877f0954 +[Software\\Classes\\Interface\\{F8D64802-F9B7-3095-A641-D31E6E9F87B1}] 1526460884 +#time=1d3ecf3892cd6a4 @="_CodePropertyReferenceExpression" -[Software\\Classes\\Interface\\{F8D64802-F9B7-3095-A641-D31E6E9F87B1}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f0742 +[Software\\Classes\\Interface\\{F8D64802-F9B7-3095-A641-D31E6E9F87B1}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892cd3b6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F8D64802-F9B7-3095-A641-D31E6E9F87B1}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f088c +[Software\\Classes\\Interface\\{F8D64802-F9B7-3095-A641-D31E6E9F87B1}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892cd564 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F8D64802-F9B7-3095-A641-D31E6E9F87B1}\\TypeLib] 1460706650 -#time=1d196eb877f0a4e +[Software\\Classes\\Interface\\{F8D64802-F9B7-3095-A641-D31E6E9F87B1}\\TypeLib] 1526460884 +#time=1d3ecf3892cd7ee @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{F901A1FF-8EBA-4C38-B6E0-E7E52606D325}] 1460706648 -#time=1d196eb868d6676 +[Software\\Classes\\Interface\\{F901A1FF-8EBA-4C38-B6E0-E7E52606D325}] 1526460883 +#time=1d3ecf3884d998a @="IJSVsaPersistSite" -[Software\\Classes\\Interface\\{F901A1FF-8EBA-4C38-B6E0-E7E52606D325}\\ProxyStubClsid] 1460706648 -#time=1d196eb868d646e +[Software\\Classes\\Interface\\{F901A1FF-8EBA-4C38-B6E0-E7E52606D325}\\ProxyStubClsid] 1526460883 +#time=1d3ecf3884d9584 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F901A1FF-8EBA-4C38-B6E0-E7E52606D325}\\ProxyStubClsid32] 1460706648 -#time=1d196eb868d65a4 +[Software\\Classes\\Interface\\{F901A1FF-8EBA-4C38-B6E0-E7E52606D325}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf3884d9804 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F901A1FF-8EBA-4C38-B6E0-E7E52606D325}\\TypeLib] 1460706648 -#time=1d196eb868d6770 +[Software\\Classes\\Interface\\{F901A1FF-8EBA-4C38-B6E0-E7E52606D325}\\TypeLib] 1526460883 +#time=1d3ecf3884d9b7e @="{D3295D87-D604-11D4-A704-00C04FA137E4}" "Version"="a.0" -[Software\\Classes\\Interface\\{F935DC21-1CF0-11D0-ADB9-00C04FD58A0B}] 1460706472 -#time=1d196eb1d1d891e +[Software\\Classes\\Interface\\{F935DC21-1CF0-11D0-ADB9-00C04FD58A0B}] 1526460533 +#time=1d3ecf2b7ea8848 @="IWshShell" -[Software\\Classes\\Interface\\{F935DC21-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1d86f8 +[Software\\Classes\\Interface\\{F935DC21-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ea85e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F935DC21-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1d884c +[Software\\Classes\\Interface\\{F935DC21-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ea8758 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F935DC21-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1460706472 -#time=1d196eb1d1d8a0e +[Software\\Classes\\Interface\\{F935DC21-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7ea8956 @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{F935DC23-1CF0-11D0-ADB9-00C04FD58A0B}] 1460706472 -#time=1d196eb1d1d832e +[Software\\Classes\\Interface\\{F935DC23-1CF0-11D0-ADB9-00C04FD58A0B}] 1526460533 +#time=1d3ecf2b7ea81cc @="IWshShortcut" -[Software\\Classes\\Interface\\{F935DC23-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1d8112 +[Software\\Classes\\Interface\\{F935DC23-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ea7f60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F935DC23-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1d825c +[Software\\Classes\\Interface\\{F935DC23-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ea80dc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F935DC23-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1460706472 -#time=1d196eb1d1d8414 +[Software\\Classes\\Interface\\{F935DC23-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7ea82e4 @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{F935DC27-1CF0-11D0-ADB9-00C04FD58A0B}] 1460706472 -#time=1d196eb1d1d6fd8 +[Software\\Classes\\Interface\\{F935DC27-1CF0-11D0-ADB9-00C04FD58A0B}] 1526460533 +#time=1d3ecf2b7ea6e08 @="IWshCollection" -[Software\\Classes\\Interface\\{F935DC27-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1d6d44 +[Software\\Classes\\Interface\\{F935DC27-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ea6b92 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F935DC27-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1d6ede +[Software\\Classes\\Interface\\{F935DC27-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ea6d18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F935DC27-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1460706472 -#time=1d196eb1d1d70c8 +[Software\\Classes\\Interface\\{F935DC27-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7ea6f16 @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{F935DC29-1CF0-11D0-ADB9-00C04FD58A0B}] 1460706472 -#time=1d196eb1d1d7744 +[Software\\Classes\\Interface\\{F935DC29-1CF0-11D0-ADB9-00C04FD58A0B}] 1526460533 +#time=1d3ecf2b7ea748e @="IWshEnvironment" -[Software\\Classes\\Interface\\{F935DC29-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid] 1460706472 -#time=1d196eb1d1d742e +[Software\\Classes\\Interface\\{F935DC29-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7ea7222 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F935DC29-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid32] 1460706472 -#time=1d196eb1d1d75fa +[Software\\Classes\\Interface\\{F935DC29-1CF0-11D0-ADB9-00C04FD58A0B}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ea739e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F935DC29-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1460706472 -#time=1d196eb1d1d787a +[Software\\Classes\\Interface\\{F935DC29-1CF0-11D0-ADB9-00C04FD58A0B}\\TypeLib] 1526460533 +#time=1d3ecf2b7ea759c @="{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}" "Version"="1.0" -[Software\\Classes\\Interface\\{F943231E-6192-33A0-9CA3-D6ED0E4F323D}] 1460706650 -#time=1d196eb877f58f0 +[Software\\Classes\\Interface\\{F943231E-6192-33A0-9CA3-D6ED0E4F323D}] 1526460884 +#time=1d3ecf3892d44b8 @="_CodeTypeMemberCollection" -[Software\\Classes\\Interface\\{F943231E-6192-33A0-9CA3-D6ED0E4F323D}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f54c2 +[Software\\Classes\\Interface\\{F943231E-6192-33A0-9CA3-D6ED0E4F323D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d41de @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F943231E-6192-33A0-9CA3-D6ED0E4F323D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f5742 +[Software\\Classes\\Interface\\{F943231E-6192-33A0-9CA3-D6ED0E4F323D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d43a0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F943231E-6192-33A0-9CA3-D6ED0E4F323D}\\TypeLib] 1460706650 -#time=1d196eb877f5ab2 +[Software\\Classes\\Interface\\{F943231E-6192-33A0-9CA3-D6ED0E4F323D}\\TypeLib] 1526460884 +#time=1d3ecf3892d460c @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{F98BCE04-4A4B-398C-A512-FD8348D51E3B}] 1460706649 -#time=1d196eb86f3411c +[Software\\Classes\\Interface\\{F98BCE04-4A4B-398C-A512-FD8348D51E3B}] 1526460883 +#time=1d3ecf388aa6318 @="_BadImageFormatException" -[Software\\Classes\\Interface\\{F98BCE04-4A4B-398C-A512-FD8348D51E3B}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f33f14 +[Software\\Classes\\Interface\\{F98BCE04-4A4B-398C-A512-FD8348D51E3B}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388aa5d50 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F98BCE04-4A4B-398C-A512-FD8348D51E3B}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f34054 +[Software\\Classes\\Interface\\{F98BCE04-4A4B-398C-A512-FD8348D51E3B}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aa5fee @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F98BCE04-4A4B-398C-A512-FD8348D51E3B}\\TypeLib] 1460706649 -#time=1d196eb86f34216 +[Software\\Classes\\Interface\\{F98BCE04-4A4B-398C-A512-FD8348D51E3B}\\TypeLib] 1526460883 +#time=1d3ecf388aa6502 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F99D3F40-8E32-11D2-BF46-00105A2799B5}] 1460706471 -#time=1d196eb1cfca456 +[Software\\Classes\\Interface\\{F99D3F40-8E32-11D2-BF46-00105A2799B5}] 1526460533 +#time=1d3ecf2b7e3a41a @="IEnumTfRanges" -[Software\\Classes\\Interface\\{F99D3F40-8E32-11D2-BF46-00105A2799B5}\\NumMethods] 1460706471 -#time=1d196eb1cfca384 +[Software\\Classes\\Interface\\{F99D3F40-8E32-11D2-BF46-00105A2799B5}\\NumMethods] 1526460533 +#time=1d3ecf2b7e3a32a @="7" -[Software\\Classes\\Interface\\{F99D3F40-8E32-11D2-BF46-00105A2799B5}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cfca4c4 +[Software\\Classes\\Interface\\{F99D3F40-8E32-11D2-BF46-00105A2799B5}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7e3a4a6 @="{B5F8FB3B-393F-4F7C-84CB-504924C2705A}" -[Software\\Classes\\Interface\\{F9E97E04-4E1E-368F-B6C6-5E96CE4362D6}] 1460706649 -#time=1d196eb86f782ea +[Software\\Classes\\Interface\\{F9E97E04-4E1E-368F-B6C6-5E96CE4362D6}] 1526460883 +#time=1d3ecf388af1c46 @="_RegionInfo" -[Software\\Classes\\Interface\\{F9E97E04-4E1E-368F-B6C6-5E96CE4362D6}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f780ce +[Software\\Classes\\Interface\\{F9E97E04-4E1E-368F-B6C6-5E96CE4362D6}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388af19da @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F9E97E04-4E1E-368F-B6C6-5E96CE4362D6}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f78222 +[Software\\Classes\\Interface\\{F9E97E04-4E1E-368F-B6C6-5E96CE4362D6}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388af1b60 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F9E97E04-4E1E-368F-B6C6-5E96CE4362D6}\\TypeLib] 1460706649 -#time=1d196eb86f783e4 +[Software\\Classes\\Interface\\{F9E97E04-4E1E-368F-B6C6-5E96CE4362D6}\\TypeLib] 1526460883 +#time=1d3ecf388af1d5e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{F9EAD0AA-4156-368F-AE05-FD59D70F758D}] 1460706649 -#time=1d196eb86fe4350 +[Software\\Classes\\Interface\\{F9EAD0AA-4156-368F-AE05-FD59D70F758D}] 1526460883 +#time=1d3ecf388b662bc @="_SoapMonthDay" -[Software\\Classes\\Interface\\{F9EAD0AA-4156-368F-AE05-FD59D70F758D}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fe413e +[Software\\Classes\\Interface\\{F9EAD0AA-4156-368F-AE05-FD59D70F758D}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b6605a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F9EAD0AA-4156-368F-AE05-FD59D70F758D}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fe427e +[Software\\Classes\\Interface\\{F9EAD0AA-4156-368F-AE05-FD59D70F758D}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b661cc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{F9EAD0AA-4156-368F-AE05-FD59D70F758D}\\TypeLib] 1460706649 -#time=1d196eb86fe4454 +[Software\\Classes\\Interface\\{F9EAD0AA-4156-368F-AE05-FD59D70F758D}\\TypeLib] 1526460883 +#time=1d3ecf388b663d4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FA047CBD-9BA5-3A13-9B1F-6694D622CD76}] 1460706649 -#time=1d196eb86f3d528 +[Software\\Classes\\Interface\\{FA047CBD-9BA5-3A13-9B1F-6694D622CD76}] 1526460883 +#time=1d3ecf388ab0692 @="_InvalidCastException" -[Software\\Classes\\Interface\\{FA047CBD-9BA5-3A13-9B1F-6694D622CD76}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3d0e6 +[Software\\Classes\\Interface\\{FA047CBD-9BA5-3A13-9B1F-6694D622CD76}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab041c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA047CBD-9BA5-3A13-9B1F-6694D622CD76}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3d410 +[Software\\Classes\\Interface\\{FA047CBD-9BA5-3A13-9B1F-6694D622CD76}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab05ac @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA047CBD-9BA5-3A13-9B1F-6694D622CD76}\\TypeLib] 1460706649 -#time=1d196eb86f3d690 +[Software\\Classes\\Interface\\{FA047CBD-9BA5-3A13-9B1F-6694D622CD76}\\TypeLib] 1526460883 +#time=1d3ecf388ab07aa @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FA1F3615-ACB9-486D-9EAC-1BEF87E36B09}] 1460706649 -#time=1d196eb86eebfde +[Software\\Classes\\Interface\\{FA1F3615-ACB9-486D-9EAC-1BEF87E36B09}] 1526460883 +#time=1d3ecf388a779c8 @="ITypeLibExporterNameProvider" -[Software\\Classes\\Interface\\{FA1F3615-ACB9-486D-9EAC-1BEF87E36B09}\\ProxyStubClsid] 1460706649 -#time=1d196eb86eebde0 +[Software\\Classes\\Interface\\{FA1F3615-ACB9-486D-9EAC-1BEF87E36B09}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a77752 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA1F3615-ACB9-486D-9EAC-1BEF87E36B09}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eebf16 +[Software\\Classes\\Interface\\{FA1F3615-ACB9-486D-9EAC-1BEF87E36B09}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a778e2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA1F3615-ACB9-486D-9EAC-1BEF87E36B09}\\TypeLib] 1460706649 -#time=1d196eb86eec0d8 +[Software\\Classes\\Interface\\{FA1F3615-ACB9-486D-9EAC-1BEF87E36B09}\\TypeLib] 1526460883 +#time=1d3ecf388a77ae0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FA28E3AF-7D09-31D5-BEEB-7F2626497CDE}] 1460706649 -#time=1d196eb86eff35e +[Software\\Classes\\Interface\\{FA28E3AF-7D09-31D5-BEEB-7F2626497CDE}] 1526460883 +#time=1d3ecf388a8198c @="IConstructionCallMessage" -[Software\\Classes\\Interface\\{FA28E3AF-7D09-31D5-BEEB-7F2626497CDE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86efed96 +[Software\\Classes\\Interface\\{FA28E3AF-7D09-31D5-BEEB-7F2626497CDE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a81716 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA28E3AF-7D09-31D5-BEEB-7F2626497CDE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86eff14c +[Software\\Classes\\Interface\\{FA28E3AF-7D09-31D5-BEEB-7F2626497CDE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a818a6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA28E3AF-7D09-31D5-BEEB-7F2626497CDE}\\TypeLib] 1460706649 -#time=1d196eb86eff5e8 +[Software\\Classes\\Interface\\{FA28E3AF-7D09-31D5-BEEB-7F2626497CDE}\\TypeLib] 1526460883 +#time=1d3ecf388a81aae @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FA3B8143-ECB8-3A38-9DE5-DB0EEA708B5F}] 1460706650 -#time=1d196eb87ac2772 +[Software\\Classes\\Interface\\{FA3B8143-ECB8-3A38-9DE5-DB0EEA708B5F}] 1526460884 +#time=1d3ecf38955dd06 @="_PrintPreviewControl" -[Software\\Classes\\Interface\\{FA3B8143-ECB8-3A38-9DE5-DB0EEA708B5F}\\ProxyStubClsid] 1460706650 -#time=1d196eb87ac252e +[Software\\Classes\\Interface\\{FA3B8143-ECB8-3A38-9DE5-DB0EEA708B5F}\\ProxyStubClsid] 1526460884 +#time=1d3ecf38955da9a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA3B8143-ECB8-3A38-9DE5-DB0EEA708B5F}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87ac26a0 +[Software\\Classes\\Interface\\{FA3B8143-ECB8-3A38-9DE5-DB0EEA708B5F}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf38955dc20 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA3B8143-ECB8-3A38-9DE5-DB0EEA708B5F}\\TypeLib] 1460706650 -#time=1d196eb87ac288a +[Software\\Classes\\Interface\\{FA3B8143-ECB8-3A38-9DE5-DB0EEA708B5F}\\TypeLib] 1526460884 +#time=1d3ecf38955de28 @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{FA4BB38C-FAF9-4CCA-9302-D1DD0FE520DB}] 1460706471 -#time=1d196eb1cd4c3c8 +[Software\\Classes\\Interface\\{FA4BB38C-FAF9-4CCA-9302-D1DD0FE520DB}] 1526460533 +#time=1d3ecf2b796e378 @="IMXSchemaDeclHandler" -[Software\\Classes\\Interface\\{FA4BB38C-FAF9-4CCA-9302-D1DD0FE520DB}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cd4c1b6 +[Software\\Classes\\Interface\\{FA4BB38C-FAF9-4CCA-9302-D1DD0FE520DB}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b796e0c6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA4BB38C-FAF9-4CCA-9302-D1DD0FE520DB}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cd4c300 +[Software\\Classes\\Interface\\{FA4BB38C-FAF9-4CCA-9302-D1DD0FE520DB}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b796e26a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA4BB38C-FAF9-4CCA-9302-D1DD0FE520DB}\\TypeLib] 1460706605 -#time=1d196eb6c62c32c +[Software\\Classes\\Interface\\{FA4BB38C-FAF9-4CCA-9302-D1DD0FE520DB}\\TypeLib] 1528075957 +#time=1d3fba3eb80899a @="{F5078F18-C551-11D3-89B9-0000F81FE221}" -"Version"="3.0" +"Version"="6.0" -[Software\\Classes\\Interface\\{FA682F24-3A3C-390D-B8A2-96F1106F4B37}] 1460706649 -#time=1d196eb86edcb60 +[Software\\Classes\\Interface\\{FA682F24-3A3C-390D-B8A2-96F1106F4B37}] 1526460883 +#time=1d3ecf388a66c86 @="ISymbolDocumentWriter" -[Software\\Classes\\Interface\\{FA682F24-3A3C-390D-B8A2-96F1106F4B37}\\ProxyStubClsid] 1460706649 -#time=1d196eb86edc94e +[Software\\Classes\\Interface\\{FA682F24-3A3C-390D-B8A2-96F1106F4B37}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a66a24 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA682F24-3A3C-390D-B8A2-96F1106F4B37}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86edca8e +[Software\\Classes\\Interface\\{FA682F24-3A3C-390D-B8A2-96F1106F4B37}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a66b96 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA682F24-3A3C-390D-B8A2-96F1106F4B37}\\TypeLib] 1460706649 -#time=1d196eb86edcc5a +[Software\\Classes\\Interface\\{FA682F24-3A3C-390D-B8A2-96F1106F4B37}\\TypeLib] 1526460883 +#time=1d3ecf388a66d94 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FA73DD3D-A472-35ED-B8BE-F99A13581F72}] 1460706649 -#time=1d196eb86fb3b06 +[Software\\Classes\\Interface\\{FA73DD3D-A472-35ED-B8BE-F99A13581F72}] 1526460883 +#time=1d3ecf388b3022a @="_CallConvThiscall" -[Software\\Classes\\Interface\\{FA73DD3D-A472-35ED-B8BE-F99A13581F72}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fb38d6 +[Software\\Classes\\Interface\\{FA73DD3D-A472-35ED-B8BE-F99A13581F72}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b2ffdc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA73DD3D-A472-35ED-B8BE-F99A13581F72}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fb3a34 +[Software\\Classes\\Interface\\{FA73DD3D-A472-35ED-B8BE-F99A13581F72}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b30144 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FA73DD3D-A472-35ED-B8BE-F99A13581F72}\\TypeLib] 1460706649 -#time=1d196eb86fb3c0a +[Software\\Classes\\Interface\\{FA73DD3D-A472-35ED-B8BE-F99A13581F72}\\TypeLib] 1526460883 +#time=1d3ecf388b30342 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FAC32C80-CBE4-11CE-8350-444553540000}] 1460706471 -#time=1d196eb1d12b2b4 +[Software\\Classes\\Interface\\{FAC32C80-CBE4-11CE-8350-444553540000}] 1526460533 +#time=1d3ecf2b7f42ae2 @="FolderItem" -[Software\\Classes\\Interface\\{FAC32C80-CBE4-11CE-8350-444553540000}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d12b066 +[Software\\Classes\\Interface\\{FAC32C80-CBE4-11CE-8350-444553540000}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7f42858 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FAC32C80-CBE4-11CE-8350-444553540000}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d12b1ba +[Software\\Classes\\Interface\\{FAC32C80-CBE4-11CE-8350-444553540000}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7f429f2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FAC32C80-CBE4-11CE-8350-444553540000}\\TypeLib] 1460706471 -#time=1d196eb1d12b3b8 +[Software\\Classes\\Interface\\{FAC32C80-CBE4-11CE-8350-444553540000}\\TypeLib] 1526460533 +#time=1d3ecf2b7f42bf0 @="{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}" "Version"="1.0" -[Software\\Classes\\Interface\\{FAE5D9B7-40C1-3DE1-BE06-A91C9DA1BA9F}] 1460706649 -#time=1d196eb86f670a8 +[Software\\Classes\\Interface\\{FAE5D9B7-40C1-3DE1-BE06-A91C9DA1BA9F}] 1526460883 +#time=1d3ecf388adee2a @="_MemberFilter" -[Software\\Classes\\Interface\\{FAE5D9B7-40C1-3DE1-BE06-A91C9DA1BA9F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f66e82 +[Software\\Classes\\Interface\\{FAE5D9B7-40C1-3DE1-BE06-A91C9DA1BA9F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adebc8 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FAE5D9B7-40C1-3DE1-BE06-A91C9DA1BA9F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f66fe0 +[Software\\Classes\\Interface\\{FAE5D9B7-40C1-3DE1-BE06-A91C9DA1BA9F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388aded3a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FAE5D9B7-40C1-3DE1-BE06-A91C9DA1BA9F}\\TypeLib] 1460706649 -#time=1d196eb86f671a2 +[Software\\Classes\\Interface\\{FAE5D9B7-40C1-3DE1-BE06-A91C9DA1BA9F}\\TypeLib] 1526460883 +#time=1d3ecf388adef42 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FB6AB00F-5096-3AF8-A33D-D7885A5FA829}] 1460706649 -#time=1d196eb86f26260 +[Software\\Classes\\Interface\\{FB6AB00F-5096-3AF8-A33D-D7885A5FA829}] 1526460883 +#time=1d3ecf388a967ec @="_Delegate" -[Software\\Classes\\Interface\\{FB6AB00F-5096-3AF8-A33D-D7885A5FA829}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f2601c +[Software\\Classes\\Interface\\{FB6AB00F-5096-3AF8-A33D-D7885A5FA829}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a9659e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FB6AB00F-5096-3AF8-A33D-D7885A5FA829}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f2615c +[Software\\Classes\\Interface\\{FB6AB00F-5096-3AF8-A33D-D7885A5FA829}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a96706 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FB6AB00F-5096-3AF8-A33D-D7885A5FA829}\\TypeLib] 1460706649 -#time=1d196eb86f26364 +[Software\\Classes\\Interface\\{FB6AB00F-5096-3AF8-A33D-D7885A5FA829}\\TypeLib] 1526460883 +#time=1d3ecf388a96904 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FB7A5FF4-CFA8-3F24-AD5F-D5EB39359707}] 1460706649 -#time=1d196eb8700c422 +[Software\\Classes\\Interface\\{FB7A5FF4-CFA8-3F24-AD5F-D5EB39359707}] 1526460883 +#time=1d3ecf388b92182 @="_RSAPKCS1SignatureFormatter" -[Software\\Classes\\Interface\\{FB7A5FF4-CFA8-3F24-AD5F-D5EB39359707}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700c1fc +[Software\\Classes\\Interface\\{FB7A5FF4-CFA8-3F24-AD5F-D5EB39359707}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b91eda @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FB7A5FF4-CFA8-3F24-AD5F-D5EB39359707}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700c346 +[Software\\Classes\\Interface\\{FB7A5FF4-CFA8-3F24-AD5F-D5EB39359707}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b9207e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FB7A5FF4-CFA8-3F24-AD5F-D5EB39359707}\\TypeLib] 1460706649 -#time=1d196eb8700c51c +[Software\\Classes\\Interface\\{FB7A5FF4-CFA8-3F24-AD5F-D5EB39359707}\\TypeLib] 1526460883 +#time=1d3ecf388b922ae @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FB97C26A-FB56-3F71-BBC4-B1377E7B142D}] 1460706650 -#time=1d196eb87acae9a +[Software\\Classes\\Interface\\{FB97C26A-FB56-3F71-BBC4-B1377E7B142D}] 1526460884 +#time=1d3ecf389568ae4 @="_ToolStripPanel" -[Software\\Classes\\Interface\\{FB97C26A-FB56-3F71-BBC4-B1377E7B142D}\\ProxyStubClsid] 1460706650 -#time=1d196eb87acac74 +[Software\\Classes\\Interface\\{FB97C26A-FB56-3F71-BBC4-B1377E7B142D}\\ProxyStubClsid] 1526460884 +#time=1d3ecf389568864 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FB97C26A-FB56-3F71-BBC4-B1377E7B142D}\\ProxyStubClsid32] 1460706650 -#time=1d196eb87acadc8 +[Software\\Classes\\Interface\\{FB97C26A-FB56-3F71-BBC4-B1377E7B142D}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3895689f4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FB97C26A-FB56-3F71-BBC4-B1377E7B142D}\\TypeLib] 1460706650 -#time=1d196eb87acaf94 +[Software\\Classes\\Interface\\{FB97C26A-FB56-3F71-BBC4-B1377E7B142D}\\TypeLib] 1526460884 +#time=1d3ecf389568bfc @="{215D64D2-031C-33C7-96E3-61794CD1EE61}" "Version"="2.4" -[Software\\Classes\\Interface\\{FC0717A6-2E86-372F-81F4-B35ED4BDF0DE}] 1460706649 -#time=1d196eb86ffc5d6 +[Software\\Classes\\Interface\\{FC0717A6-2E86-372F-81F4-B35ED4BDF0DE}] 1526460883 +#time=1d3ecf388b7fd5c @="_FromBase64Transform" -[Software\\Classes\\Interface\\{FC0717A6-2E86-372F-81F4-B35ED4BDF0DE}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ffc3d8 +[Software\\Classes\\Interface\\{FC0717A6-2E86-372F-81F4-B35ED4BDF0DE}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b7f956 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FC0717A6-2E86-372F-81F4-B35ED4BDF0DE}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ffc50e +[Software\\Classes\\Interface\\{FC0717A6-2E86-372F-81F4-B35ED4BDF0DE}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7fbe0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FC0717A6-2E86-372F-81F4-B35ED4BDF0DE}\\TypeLib] 1460706649 -#time=1d196eb86ffc6d0 +[Software\\Classes\\Interface\\{FC0717A6-2E86-372F-81F4-B35ED4BDF0DE}\\TypeLib] 1526460883 +#time=1d3ecf388b7ff6e @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FC38507E-06A4-3300-8652-8D7B54341F65}] 1460706649 -#time=1d196eb8700be14 +[Software\\Classes\\Interface\\{FC38507E-06A4-3300-8652-8D7B54341F65}] 1526460883 +#time=1d3ecf388b91a16 @="_RSAPKCS1SignatureDeformatter" -[Software\\Classes\\Interface\\{FC38507E-06A4-3300-8652-8D7B54341F65}\\ProxyStubClsid] 1460706649 -#time=1d196eb8700bbc6 +[Software\\Classes\\Interface\\{FC38507E-06A4-3300-8652-8D7B54341F65}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b9176e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FC38507E-06A4-3300-8652-8D7B54341F65}\\ProxyStubClsid32] 1460706649 -#time=1d196eb8700bd06 +[Software\\Classes\\Interface\\{FC38507E-06A4-3300-8652-8D7B54341F65}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b91926 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FC38507E-06A4-3300-8652-8D7B54341F65}\\TypeLib] 1460706649 -#time=1d196eb8700bf36 +[Software\\Classes\\Interface\\{FC38507E-06A4-3300-8652-8D7B54341F65}\\TypeLib] 1526460883 +#time=1d3ecf388b91b6a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FC4801A1-2BA9-11CF-A229-00AA003D7352}] 1460706471 -#time=1d196eb1d15dbba +[Software\\Classes\\Interface\\{FC4801A1-2BA9-11CF-A229-00AA003D7352}] 1526460533 +#time=1d3ecf2b7ba2ad6 @="IBindHost" -[Software\\Classes\\Interface\\{FC4801A1-2BA9-11CF-A229-00AA003D7352}\\NumMethods] 1460706471 -#time=1d196eb1d15dae8 +[Software\\Classes\\Interface\\{FC4801A1-2BA9-11CF-A229-00AA003D7352}\\NumMethods] 1526460533 +#time=1d3ecf2b7ba29dc @="6" -[Software\\Classes\\Interface\\{FC4801A1-2BA9-11CF-A229-00AA003D7352}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d15dc28 +[Software\\Classes\\Interface\\{FC4801A1-2BA9-11CF-A229-00AA003D7352}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7ba2b76 @="{79EAC9F1-BAF9-11CE-8C82-00AA004BA90B}" -[Software\\Classes\\Interface\\{FC4801A3-2BA9-11CF-A229-00AA003D7352}] 1460706471 -#time=1d196eb1d0a6a00 +[Software\\Classes\\Interface\\{FC4801A3-2BA9-11CF-A229-00AA003D7352}] 1526460533 +#time=1d3ecf2b7bd2128 @="IObjectWithSite" -[Software\\Classes\\Interface\\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\\NumMethods] 1460706471 -#time=1d196eb1d0a692e +[Software\\Classes\\Interface\\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\\NumMethods] 1526460533 +#time=1d3ecf2b7bd2024 @="5" -[Software\\Classes\\Interface\\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d0a6a78 +[Software\\Classes\\Interface\\{FC4801A3-2BA9-11CF-A229-00AA003D7352}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7bd21aa @="{B196B286-BAB4-101A-B69C-00AA00341D07}" -[Software\\Classes\\Interface\\{FC4963CB-E52B-32D8-A418-D058FA51A1FA}] 1460706649 -#time=1d196eb86f6a51e +[Software\\Classes\\Interface\\{FC4963CB-E52B-32D8-A418-D058FA51A1FA}] 1526460883 +#time=1d3ecf388ae2b42 @="_StrongNameKeyPair" -[Software\\Classes\\Interface\\{FC4963CB-E52B-32D8-A418-D058FA51A1FA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6a316 +[Software\\Classes\\Interface\\{FC4963CB-E52B-32D8-A418-D058FA51A1FA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae28ea @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FC4963CB-E52B-32D8-A418-D058FA51A1FA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6a456 +[Software\\Classes\\Interface\\{FC4963CB-E52B-32D8-A418-D058FA51A1FA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae2a52 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FC4963CB-E52B-32D8-A418-D058FA51A1FA}\\TypeLib] 1460706649 -#time=1d196eb86f6a60e +[Software\\Classes\\Interface\\{FC4963CB-E52B-32D8-A418-D058FA51A1FA}\\TypeLib] 1526460883 +#time=1d3ecf388ae2c5a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FC50598B-2406-33D2-BA9A-CFBEA52BC05A}] 1460706650 -#time=1d196eb877fb73c +[Software\\Classes\\Interface\\{FC50598B-2406-33D2-BA9A-CFBEA52BC05A}] 1526460884 +#time=1d3ecf3892dbd58 @="_CommandID" -[Software\\Classes\\Interface\\{FC50598B-2406-33D2-BA9A-CFBEA52BC05A}\\ProxyStubClsid] 1460706650 -#time=1d196eb877fb4ee +[Software\\Classes\\Interface\\{FC50598B-2406-33D2-BA9A-CFBEA52BC05A}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892dba7e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FC50598B-2406-33D2-BA9A-CFBEA52BC05A}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877fb66a +[Software\\Classes\\Interface\\{FC50598B-2406-33D2-BA9A-CFBEA52BC05A}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892dbc36 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FC50598B-2406-33D2-BA9A-CFBEA52BC05A}\\TypeLib] 1460706650 -#time=1d196eb877fb854 +[Software\\Classes\\Interface\\{FC50598B-2406-33D2-BA9A-CFBEA52BC05A}\\TypeLib] 1526460884 +#time=1d3ecf3892dbeac @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{FD302D86-240A-3694-A31F-9EF59E6E41BC}] 1460706649 -#time=1d196eb86ff7964 +[Software\\Classes\\Interface\\{FD302D86-240A-3694-A31F-9EF59E6E41BC}] 1526460883 +#time=1d3ecf388b7995c @="_UnmanagedMarshal" -[Software\\Classes\\Interface\\{FD302D86-240A-3694-A31F-9EF59E6E41BC}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ff775c +[Software\\Classes\\Interface\\{FD302D86-240A-3694-A31F-9EF59E6E41BC}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b79704 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FD302D86-240A-3694-A31F-9EF59E6E41BC}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ff789c +[Software\\Classes\\Interface\\{FD302D86-240A-3694-A31F-9EF59E6E41BC}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b7986c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FD302D86-240A-3694-A31F-9EF59E6E41BC}\\TypeLib] 1460706649 -#time=1d196eb86ff7a5e +[Software\\Classes\\Interface\\{FD302D86-240A-3694-A31F-9EF59E6E41BC}\\TypeLib] 1526460883 +#time=1d3ecf388b79a74 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FD46BDE5-ACDF-3CA5-B189-F0678387077F}] 1460706649 -#time=1d196eb86ee675a +[Software\\Classes\\Interface\\{FD46BDE5-ACDF-3CA5-B189-F0678387077F}] 1526460883 +#time=1d3ecf388a71bc2 @="ISecurityEncodable" -[Software\\Classes\\Interface\\{FD46BDE5-ACDF-3CA5-B189-F0678387077F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee653e +[Software\\Classes\\Interface\\{FD46BDE5-ACDF-3CA5-B189-F0678387077F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a7196a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FD46BDE5-ACDF-3CA5-B189-F0678387077F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee667e +[Software\\Classes\\Interface\\{FD46BDE5-ACDF-3CA5-B189-F0678387077F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a71adc @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FD46BDE5-ACDF-3CA5-B189-F0678387077F}\\TypeLib] 1460706649 -#time=1d196eb86ee685e +[Software\\Classes\\Interface\\{FD46BDE5-ACDF-3CA5-B189-F0678387077F}\\TypeLib] 1526460883 +#time=1d3ecf388a71cda @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FD5B6AAC-FF8C-3472-B894-CD6DFADB6939}] 1460706649 -#time=1d196eb86f98fa4 +[Software\\Classes\\Interface\\{FD5B6AAC-FF8C-3472-B894-CD6DFADB6939}] 1526460883 +#time=1d3ecf388b139cc @="_ComConversionLossAttribute" -[Software\\Classes\\Interface\\{FD5B6AAC-FF8C-3472-B894-CD6DFADB6939}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f98d88 +[Software\\Classes\\Interface\\{FD5B6AAC-FF8C-3472-B894-CD6DFADB6939}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b1377e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FD5B6AAC-FF8C-3472-B894-CD6DFADB6939}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f98ed2 +[Software\\Classes\\Interface\\{FD5B6AAC-FF8C-3472-B894-CD6DFADB6939}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b138e6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FD5B6AAC-FF8C-3472-B894-CD6DFADB6939}\\TypeLib] 1460706649 -#time=1d196eb86f990a8 +[Software\\Classes\\Interface\\{FD5B6AAC-FF8C-3472-B894-CD6DFADB6939}\\TypeLib] 1526460883 +#time=1d3ecf388b13aee @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FDF2A2EE-C882-3198-A48B-E37F0E574DFA}] 1460706649 -#time=1d196eb86f9bb3c +[Software\\Classes\\Interface\\{FDF2A2EE-C882-3198-A48B-E37F0E574DFA}] 1526460883 +#time=1d3ecf388b16802 @="_PreserveSigAttribute" -[Software\\Classes\\Interface\\{FDF2A2EE-C882-3198-A48B-E37F0E574DFA}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f9b920 +[Software\\Classes\\Interface\\{FDF2A2EE-C882-3198-A48B-E37F0E574DFA}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b165aa @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FDF2A2EE-C882-3198-A48B-E37F0E574DFA}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f9ba6a +[Software\\Classes\\Interface\\{FDF2A2EE-C882-3198-A48B-E37F0E574DFA}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b16712 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FDF2A2EE-C882-3198-A48B-E37F0E574DFA}\\TypeLib] 1460706649 -#time=1d196eb86f9bc40 +[Software\\Classes\\Interface\\{FDF2A2EE-C882-3198-A48B-E37F0E574DFA}\\TypeLib] 1526460883 +#time=1d3ecf388b1691a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FE4106E0-399A-11D0-A48C-00A0C90A8F39}] 1460706471 -#time=1d196eb1cdb600c +[Software\\Classes\\Interface\\{FE4106E0-399A-11D0-A48C-00A0C90A8F39}] 1526460533 +#time=1d3ecf2b7a8c9b2 @="DShellWindowsEvents" -[Software\\Classes\\Interface\\{FE4106E0-399A-11D0-A48C-00A0C90A8F39}\\ProxyStubClsid] 1460706471 -#time=1d196eb1cdb5de6 +[Software\\Classes\\Interface\\{FE4106E0-399A-11D0-A48C-00A0C90A8F39}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7a8c57a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE4106E0-399A-11D0-A48C-00A0C90A8F39}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdb5f3a +[Software\\Classes\\Interface\\{FE4106E0-399A-11D0-A48C-00A0C90A8F39}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7a8c818 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE4106E0-399A-11D0-A48C-00A0C90A8F39}\\TypeLib] 1460706471 -#time=1d196eb1cdb60f2 +[Software\\Classes\\Interface\\{FE4106E0-399A-11D0-A48C-00A0C90A8F39}\\TypeLib] 1526460533 +#time=1d3ecf2b7a8cbec @="{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}" "Version"="1.1" -[Software\\Classes\\Interface\\{FE5060F8-212F-3A4F-8FA8-DB2E14588C49}] 1460706650 -#time=1d196eb877f8f3c +[Software\\Classes\\Interface\\{FE5060F8-212F-3A4F-8FA8-DB2E14588C49}] 1526460884 +#time=1d3ecf3892d8d24 @="_PropertyDescriptor" -[Software\\Classes\\Interface\\{FE5060F8-212F-3A4F-8FA8-DB2E14588C49}\\ProxyStubClsid] 1460706650 -#time=1d196eb877f8d3e +[Software\\Classes\\Interface\\{FE5060F8-212F-3A4F-8FA8-DB2E14588C49}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892d8a22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE5060F8-212F-3A4F-8FA8-DB2E14588C49}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877f8e74 +[Software\\Classes\\Interface\\{FE5060F8-212F-3A4F-8FA8-DB2E14588C49}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892d8c02 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE5060F8-212F-3A4F-8FA8-DB2E14588C49}\\TypeLib] 1460706650 -#time=1d196eb877f9036 +[Software\\Classes\\Interface\\{FE5060F8-212F-3A4F-8FA8-DB2E14588C49}\\TypeLib] 1526460884 +#time=1d3ecf3892d8e78 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{FE52F19A-8AA8-309C-BF99-9D0A566FB76A}] 1460706649 -#time=1d196eb86f64e3e +[Software\\Classes\\Interface\\{FE52F19A-8AA8-309C-BF99-9D0A566FB76A}] 1526460883 +#time=1d3ecf388adc6c0 @="_AssemblyNameProxy" -[Software\\Classes\\Interface\\{FE52F19A-8AA8-309C-BF99-9D0A566FB76A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f64c22 +[Software\\Classes\\Interface\\{FE52F19A-8AA8-309C-BF99-9D0A566FB76A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388adc45e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE52F19A-8AA8-309C-BF99-9D0A566FB76A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f64d6c +[Software\\Classes\\Interface\\{FE52F19A-8AA8-309C-BF99-9D0A566FB76A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388adc5d0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE52F19A-8AA8-309C-BF99-9D0A566FB76A}\\TypeLib] 1460706649 -#time=1d196eb86f64f60 +[Software\\Classes\\Interface\\{FE52F19A-8AA8-309C-BF99-9D0A566FB76A}\\TypeLib] 1526460883 +#time=1d3ecf388adc7d8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FE7C4271-210C-448D-9F54-76DAB7047B28}] 1460706471 -#time=1d196eb1cdfe096 +[Software\\Classes\\Interface\\{FE7C4271-210C-448D-9F54-76DAB7047B28}] 1526460533 +#time=1d3ecf2b8082510 @="IActiveScriptParseProcedure2_64" -[Software\\Classes\\Interface\\{FE7C4271-210C-448D-9F54-76DAB7047B28}\\NumMethods] 1460706471 -#time=1d196eb1cdfdfc4 +[Software\\Classes\\Interface\\{FE7C4271-210C-448D-9F54-76DAB7047B28}\\NumMethods] 1526460533 +#time=1d3ecf2b8082420 @="4" -[Software\\Classes\\Interface\\{FE7C4271-210C-448D-9F54-76DAB7047B28}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1cdfe104 +[Software\\Classes\\Interface\\{FE7C4271-210C-448D-9F54-76DAB7047B28}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b808259c @="{B8DA6310-E19B-11D0-933C-00A0C90DCAA9}" -[Software\\Classes\\Interface\\{FE84E484-A7EC-3D15-B5E2-EDC2DE2DB42E}] 1460706650 -#time=1d196eb877dce54 +[Software\\Classes\\Interface\\{FE84E484-A7EC-3D15-B5E2-EDC2DE2DB42E}] 1526460884 +#time=1d3ecf3892a7be8 @="_CodeAttributeArgumentCollection" -[Software\\Classes\\Interface\\{FE84E484-A7EC-3D15-B5E2-EDC2DE2DB42E}\\ProxyStubClsid] 1460706650 -#time=1d196eb877dcc24 +[Software\\Classes\\Interface\\{FE84E484-A7EC-3D15-B5E2-EDC2DE2DB42E}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892a74a4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE84E484-A7EC-3D15-B5E2-EDC2DE2DB42E}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877dcd6e +[Software\\Classes\\Interface\\{FE84E484-A7EC-3D15-B5E2-EDC2DE2DB42E}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892a79d6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE84E484-A7EC-3D15-B5E2-EDC2DE2DB42E}\\TypeLib] 1460706650 -#time=1d196eb877dcf6c +[Software\\Classes\\Interface\\{FE84E484-A7EC-3D15-B5E2-EDC2DE2DB42E}\\TypeLib] 1526460884 +#time=1d3ecf3892a7da0 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{FE8A2546-3478-3FAD-BE1D-DA7BC25C4E4E}] 1460706649 -#time=1d196eb86f89888 +[Software\\Classes\\Interface\\{FE8A2546-3478-3FAD-BE1D-DA7BC25C4E4E}] 1526460883 +#time=1d3ecf388b01952 @="_CodeConnectAccess" -[Software\\Classes\\Interface\\{FE8A2546-3478-3FAD-BE1D-DA7BC25C4E4E}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f89630 +[Software\\Classes\\Interface\\{FE8A2546-3478-3FAD-BE1D-DA7BC25C4E4E}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b016d2 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE8A2546-3478-3FAD-BE1D-DA7BC25C4E4E}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f897ac +[Software\\Classes\\Interface\\{FE8A2546-3478-3FAD-BE1D-DA7BC25C4E4E}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b01844 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FE8A2546-3478-3FAD-BE1D-DA7BC25C4E4E}\\TypeLib] 1460706649 -#time=1d196eb86f89982 +[Software\\Classes\\Interface\\{FE8A2546-3478-3FAD-BE1D-DA7BC25C4E4E}\\TypeLib] 1526460883 +#time=1d3ecf388b01a6a @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FEB0323D-8CE4-36A4-A41E-0BA0C32E1A6A}] 1460706649 -#time=1d196eb86f47d8e +[Software\\Classes\\Interface\\{FEB0323D-8CE4-36A4-A41E-0BA0C32E1A6A}] 1526460883 +#time=1d3ecf388abc5f0 @="_TypeInitializationException" -[Software\\Classes\\Interface\\{FEB0323D-8CE4-36A4-A41E-0BA0C32E1A6A}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f47b72 +[Software\\Classes\\Interface\\{FEB0323D-8CE4-36A4-A41E-0BA0C32E1A6A}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388abc14a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FEB0323D-8CE4-36A4-A41E-0BA0C32E1A6A}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f47c9e +[Software\\Classes\\Interface\\{FEB0323D-8CE4-36A4-A41E-0BA0C32E1A6A}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388abc38e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FEB0323D-8CE4-36A4-A41E-0BA0C32E1A6A}\\TypeLib] 1460706649 -#time=1d196eb86f47e9c +[Software\\Classes\\Interface\\{FEB0323D-8CE4-36A4-A41E-0BA0C32E1A6A}\\TypeLib] 1526460883 +#time=1d3ecf388abc7d0 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FECA70D4-AE27-3D94-93DD-A90F02E299D5}] 1460706649 -#time=1d196eb86f6e3c6 +[Software\\Classes\\Interface\\{FECA70D4-AE27-3D94-93DD-A90F02E299D5}] 1526460883 +#time=1d3ecf388ae6008 @="_OptionalFieldAttribute" -[Software\\Classes\\Interface\\{FECA70D4-AE27-3D94-93DD-A90F02E299D5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f6e15a +[Software\\Classes\\Interface\\{FECA70D4-AE27-3D94-93DD-A90F02E299D5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ae5db0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FECA70D4-AE27-3D94-93DD-A90F02E299D5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f6e2ea +[Software\\Classes\\Interface\\{FECA70D4-AE27-3D94-93DD-A90F02E299D5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ae5f18 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FECA70D4-AE27-3D94-93DD-A90F02E299D5}\\TypeLib] 1460706649 -#time=1d196eb86f6e4de +[Software\\Classes\\Interface\\{FECA70D4-AE27-3D94-93DD-A90F02E299D5}\\TypeLib] 1526460883 +#time=1d3ecf388ae6152 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FECEAAA2-8405-11CF-8BA1-00AA00476DA6}] 1460706471 -#time=1d196eb1d01af46 +[Software\\Classes\\Interface\\{FECEAAA2-8405-11CF-8BA1-00AA00476DA6}] 1526460533 +#time=1d3ecf2b7c53ca0 @="IOmHistory" -[Software\\Classes\\Interface\\{FECEAAA2-8405-11CF-8BA1-00AA00476DA6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01a9a6 +[Software\\Classes\\Interface\\{FECEAAA2-8405-11CF-8BA1-00AA00476DA6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c53a2a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FECEAAA2-8405-11CF-8BA1-00AA00476DA6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01ad8e +[Software\\Classes\\Interface\\{FECEAAA2-8405-11CF-8BA1-00AA00476DA6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c53bb0 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FECEAAA2-8405-11CF-8BA1-00AA00476DA6}\\TypeLib] 1460706471 -#time=1d196eb1d01b18a +[Software\\Classes\\Interface\\{FECEAAA2-8405-11CF-8BA1-00AA00476DA6}\\TypeLib] 1526460533 +#time=1d3ecf2b7c53dae @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{FECEAAA5-8405-11CF-8BA1-00AA00476DA6}] 1460706471 -#time=1d196eb1d01cfb2 +[Software\\Classes\\Interface\\{FECEAAA5-8405-11CF-8BA1-00AA00476DA6}] 1526460533 +#time=1d3ecf2b7c55dd4 @="IOmNavigator" -[Software\\Classes\\Interface\\{FECEAAA5-8405-11CF-8BA1-00AA00476DA6}\\ProxyStubClsid] 1460706471 -#time=1d196eb1d01cd96 +[Software\\Classes\\Interface\\{FECEAAA5-8405-11CF-8BA1-00AA00476DA6}\\ProxyStubClsid] 1526460533 +#time=1d3ecf2b7c55b68 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FECEAAA5-8405-11CF-8BA1-00AA00476DA6}\\ProxyStubClsid32] 1460706471 -#time=1d196eb1d01cee0 +[Software\\Classes\\Interface\\{FECEAAA5-8405-11CF-8BA1-00AA00476DA6}\\ProxyStubClsid32] 1526460533 +#time=1d3ecf2b7c55ce4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FECEAAA5-8405-11CF-8BA1-00AA00476DA6}\\TypeLib] 1460706471 -#time=1d196eb1d01d0b6 +[Software\\Classes\\Interface\\{FECEAAA5-8405-11CF-8BA1-00AA00476DA6}\\TypeLib] 1526460533 +#time=1d3ecf2b7c55ee2 @="{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}" "Version"="4.0" -[Software\\Classes\\Interface\\{FF0BF77D-8F81-3D31-A3BB-6F54440FA7E5}] 1460706649 -#time=1d196eb86f3edc4 +[Software\\Classes\\Interface\\{FF0BF77D-8F81-3D31-A3BB-6F54440FA7E5}] 1526460883 +#time=1d3ecf388ab20e6 @="_MethodAccessException" -[Software\\Classes\\Interface\\{FF0BF77D-8F81-3D31-A3BB-6F54440FA7E5}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f3eb94 +[Software\\Classes\\Interface\\{FF0BF77D-8F81-3D31-A3BB-6F54440FA7E5}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388ab1e7a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FF0BF77D-8F81-3D31-A3BB-6F54440FA7E5}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f3ecd4 +[Software\\Classes\\Interface\\{FF0BF77D-8F81-3D31-A3BB-6F54440FA7E5}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388ab1ff6 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FF0BF77D-8F81-3D31-A3BB-6F54440FA7E5}\\TypeLib] 1460706649 -#time=1d196eb86f3eec8 +[Software\\Classes\\Interface\\{FF0BF77D-8F81-3D31-A3BB-6F54440FA7E5}\\TypeLib] 1526460883 +#time=1d3ecf388ab21fe @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FF19D114-3BDA-30AC-8E89-36CA64A87120}] 1460706649 -#time=1d196eb86fd16ba +[Software\\Classes\\Interface\\{FF19D114-3BDA-30AC-8E89-36CA64A87120}] 1526460883 +#time=1d3ecf388b50cb4 @="_ClientSponsor" -[Software\\Classes\\Interface\\{FF19D114-3BDA-30AC-8E89-36CA64A87120}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd149e +[Software\\Classes\\Interface\\{FF19D114-3BDA-30AC-8E89-36CA64A87120}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b50a48 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FF19D114-3BDA-30AC-8E89-36CA64A87120}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd15e8 +[Software\\Classes\\Interface\\{FF19D114-3BDA-30AC-8E89-36CA64A87120}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b50bc4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FF19D114-3BDA-30AC-8E89-36CA64A87120}\\TypeLib] 1460706649 -#time=1d196eb86fd17b4 +[Software\\Classes\\Interface\\{FF19D114-3BDA-30AC-8E89-36CA64A87120}\\TypeLib] 1526460883 +#time=1d3ecf388b50dcc @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FF5E1CD9-0478-34A4-9B9C-7C80BCB1A725}] 1460706650 -#time=1d196eb877e037e +[Software\\Classes\\Interface\\{FF5E1CD9-0478-34A4-9B9C-7C80BCB1A725}] 1526460884 +#time=1d3ecf3892ade9e @="_CodeCatchClauseCollection" -[Software\\Classes\\Interface\\{FF5E1CD9-0478-34A4-9B9C-7C80BCB1A725}\\ProxyStubClsid] 1460706650 -#time=1d196eb877e0158 +[Software\\Classes\\Interface\\{FF5E1CD9-0478-34A4-9B9C-7C80BCB1A725}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892ad9e4 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FF5E1CD9-0478-34A4-9B9C-7C80BCB1A725}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877e02a2 +[Software\\Classes\\Interface\\{FF5E1CD9-0478-34A4-9B9C-7C80BCB1A725}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892add22 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FF5E1CD9-0478-34A4-9B9C-7C80BCB1A725}\\TypeLib] 1460706650 -#time=1d196eb877e0482 +[Software\\Classes\\Interface\\{FF5E1CD9-0478-34A4-9B9C-7C80BCB1A725}\\TypeLib] 1526460884 +#time=1d3ecf3892b0446 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Interface\\{FF726320-6B92-3E6C-AAAC-F97063D0B142}] 1460706649 -#time=1d196eb86f050ce +[Software\\Classes\\Interface\\{FF726320-6B92-3E6C-AAAC-F97063D0B142}] 1526460883 +#time=1d3ecf388a847fe @="IClientChannelSink" -[Software\\Classes\\Interface\\{FF726320-6B92-3E6C-AAAC-F97063D0B142}\\ProxyStubClsid] 1460706649 -#time=1d196eb86f04c0a +[Software\\Classes\\Interface\\{FF726320-6B92-3E6C-AAAC-F97063D0B142}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a8459c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FF726320-6B92-3E6C-AAAC-F97063D0B142}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86f04eee +[Software\\Classes\\Interface\\{FF726320-6B92-3E6C-AAAC-F97063D0B142}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a84718 @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FF726320-6B92-3E6C-AAAC-F97063D0B142}\\TypeLib] 1460706649 -#time=1d196eb86f052e0 +[Software\\Classes\\Interface\\{FF726320-6B92-3E6C-AAAC-F97063D0B142}\\TypeLib] 1526460883 +#time=1d3ecf388a84916 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FFB2E16E-E5C7-367C-B326-965ABF510F24}] 1460706649 -#time=1d196eb86fd04cc +[Software\\Classes\\Interface\\{FFB2E16E-E5C7-367C-B326-965ABF510F24}] 1526460883 +#time=1d3ecf388b4f8dc @="_ChannelServices" -[Software\\Classes\\Interface\\{FFB2E16E-E5C7-367C-B326-965ABF510F24}\\ProxyStubClsid] 1460706649 -#time=1d196eb86fd02b0 +[Software\\Classes\\Interface\\{FFB2E16E-E5C7-367C-B326-965ABF510F24}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388b4f67a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FFB2E16E-E5C7-367C-B326-965ABF510F24}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86fd03fa +[Software\\Classes\\Interface\\{FFB2E16E-E5C7-367C-B326-965ABF510F24}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388b4f7ec @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FFB2E16E-E5C7-367C-B326-965ABF510F24}\\TypeLib] 1460706649 -#time=1d196eb86fd05c6 +[Software\\Classes\\Interface\\{FFB2E16E-E5C7-367C-B326-965ABF510F24}\\TypeLib] 1526460883 +#time=1d3ecf388b4f9f4 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F}] 1460706649 -#time=1d196eb86ee0c1a +[Software\\Classes\\Interface\\{FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F}] 1526460883 +#time=1d3ecf388a6bab0 @="_MethodInfo" -[Software\\Classes\\Interface\\{FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F}\\ProxyStubClsid] 1460706649 -#time=1d196eb86ee0896 +[Software\\Classes\\Interface\\{FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F}\\ProxyStubClsid] 1526460883 +#time=1d3ecf388a6b57e @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F}\\ProxyStubClsid32] 1460706649 -#time=1d196eb86ee0b2a +[Software\\Classes\\Interface\\{FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F}\\ProxyStubClsid32] 1526460883 +#time=1d3ecf388a6b86c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F}\\TypeLib] 1460706649 -#time=1d196eb86ee0d32 +[Software\\Classes\\Interface\\{FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F}\\TypeLib] 1526460883 +#time=1d3ecf388a6bcb8 @="{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}" "Version"="2.4" -[Software\\Classes\\Interface\\{FFE1F142-85CF-3353-8512-EE73775E9C4C}] 1460706650 -#time=1d196eb877ece62 +[Software\\Classes\\Interface\\{FFE1F142-85CF-3353-8512-EE73775E9C4C}] 1526460884 +#time=1d3ecf3892c8744 @="_CodeMethodInvokeExpression" -[Software\\Classes\\Interface\\{FFE1F142-85CF-3353-8512-EE73775E9C4C}\\ProxyStubClsid] 1460706650 -#time=1d196eb877eca20 +[Software\\Classes\\Interface\\{FFE1F142-85CF-3353-8512-EE73775E9C4C}\\ProxyStubClsid] 1526460884 +#time=1d3ecf3892c846a @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FFE1F142-85CF-3353-8512-EE73775E9C4C}\\ProxyStubClsid32] 1460706650 -#time=1d196eb877eccfa +[Software\\Classes\\Interface\\{FFE1F142-85CF-3353-8512-EE73775E9C4C}\\ProxyStubClsid32] 1526460884 +#time=1d3ecf3892c862c @="{00020424-0000-0000-C000-000000000046}" -[Software\\Classes\\Interface\\{FFE1F142-85CF-3353-8512-EE73775E9C4C}\\TypeLib] 1460706650 -#time=1d196eb877ecf8e +[Software\\Classes\\Interface\\{FFE1F142-85CF-3353-8512-EE73775E9C4C}\\TypeLib] 1526460884 +#time=1d3ecf3892c88a2 @="{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}" "Version"="2.4" -[Software\\Classes\\Internet.HHCtrl] 1460706471 -#time=1d196eb1cf4d352 +[Software\\Classes\\Internet.HHCtrl] 1526460533 +#time=1d3ecf2b7d51986 @="HHCtrl Object" -[Software\\Classes\\Internet.HHCtrl\\CLSID] 1460706471 -#time=1d196eb1cf4deec +[Software\\Classes\\Internet.HHCtrl\\CLSID] 1528075957 +#time=1d3fba3eba8484a @="{52A2AAAE-085D-4187-97EA-8C30DB990436}" -[Software\\Classes\\Internet.HHCtrl\\CurVer] 1460706471 -#time=1d196eb1cf4d3c0 +[Software\\Classes\\Internet.HHCtrl\\CurVer] 1526460533 +#time=1d3ecf2b7d51a08 @="Internet.HHCtrl.1" -[Software\\Classes\\Internet.HHCtrl.1] 1460706471 -#time=1d196eb1cf4cf88 +[Software\\Classes\\Internet.HHCtrl.1] 1526460533 +#time=1d3ecf2b7d51508 @="HHCtrl Object" -[Software\\Classes\\Internet.HHCtrl.1\\CLSID] 1460706471 -#time=1d196eb1cf4dc6c +[Software\\Classes\\Internet.HHCtrl.1\\CLSID] 1528075957 +#time=1d3fba3eba84566 @="{52A2AAAE-085D-4187-97EA-8C30DB990436}" -[Software\\Classes\\InternetExplorer.Application] 1460706471 -#time=1d196eb1cdc115a +[Software\\Classes\\InternetExplorer.Application] 1526460533 +#time=1d3ecf2b7a9d4d8 @="Internet Explorer(Ver 1.0)" -[Software\\Classes\\InternetExplorer.Application\\CLSID] 1460706471 -#time=1d196eb1cdc106a +[Software\\Classes\\InternetExplorer.Application\\CLSID] 1526460533 +#time=1d3ecf2b7a9d3a2 @="{0002DF01-0000-0000-C000-000000000046}" -[Software\\Classes\\InternetExplorer.Application\\CurVer] 1460706471 -#time=1d196eb1cdc11d2 +[Software\\Classes\\InternetExplorer.Application\\CurVer] 1526460533 +#time=1d3ecf2b7a9d582 @="InternetExplorer.Application.1" -[Software\\Classes\\InternetExplorer.Application.1] 1460706471 -#time=1d196eb1cdc0d54 +[Software\\Classes\\InternetExplorer.Application.1] 1526460533 +#time=1d3ecf2b7a9cf60 @="Internet Explorer(Ver 1.0)" -[Software\\Classes\\InternetExplorer.Application.1\\CLSID] 1460706471 -#time=1d196eb1cdc0dcc +[Software\\Classes\\InternetExplorer.Application.1\\CLSID] 1526460533 +#time=1d3ecf2b7a9cff6 @="{0002DF01-0000-0000-C000-000000000046}" -[Software\\Classes\\InternetShortcut] 1460706471 -#time=1d196eb1cf6b794 +[Software\\Classes\\InternetShortcut] 1526460533 +#time=1d3ecf2b7cf7756 @="Internet Shortcut" "EditFlags"="2" "IsShortcut"="" "NeverShowExt"="" -[Software\\Classes\\InternetShortcut\\CLSID] 1460706471 -#time=1d196eb1cf5a624 +[Software\\Classes\\InternetShortcut\\CLSID] 1526460533 +#time=1d3ecf2b7ce476e @="{FBF23B40-E3F0-101B-8488-00AA003E56F8}" -[Software\\Classes\\InternetShortcut\\DefaultIcon] 1460706471 -#time=1d196eb1cf6b6b8 +[Software\\Classes\\InternetShortcut\\DefaultIcon] 1526460533 +#time=1d3ecf2b7cf7652 @="url.dll,0" -[Software\\Classes\\InternetShortcut\\shell\\open\\command] 1460706471 -#time=1d196eb1cf6b92e +[Software\\Classes\\InternetShortcut\\shell\\open\\command] 1526460533 +#time=1d3ecf2b7cf78fa @="rundll32.exe ieframe.dll,OpenURL %l" -[Software\\Classes\\InternetShortcut\\shell\\print\\command] 1460706474 -#time=1d196eb1e5a6568 +[Software\\Classes\\InternetShortcut\\shell\\print\\command] 1526460543 +#time=1d3ecf2bdf38118 @="rundll32.exe mshtml.dll,PrintHTML \"%1\"" -[Software\\Classes\\InternetShortcut\\shell\\printto\\command] 1460706474 -#time=1d196eb1e5a6d4c +[Software\\Classes\\InternetShortcut\\shell\\printto\\command] 1526460543 +#time=1d3ecf2bdf385fa @="rundll32.exe mshtml.dll,PrintHTML \"%1\" \"%2\" \"%3\" \"%4\"" -[Software\\Classes\\ITS FILE] 1460706471 -#time=1d196eb1cf8284a +[Software\\Classes\\ITS FILE] 1528075957 +#time=1d3fba3eb9ff19a @="Internet Document Set" -[Software\\Classes\\ITS FILE\\DefaultIcon] 1460706471 -#time=1d196eb1cf828c2 +[Software\\Classes\\ITS FILE\\DefaultIcon] 1528075957 +#time=1d3fba3eb9ff230 @="C:\\windows\\system32\\itss.dll,0" -[Software\\Classes\\ITSProtocol] 1460706471 -#time=1d196eb1cf8313c +[Software\\Classes\\ITSProtocol] 1528075957 +#time=1d3fba3eba01080 @="Microsoft InfoTech Protocols for IE 4.0" -[Software\\Classes\\ITSProtocol\\CLSID] 1460706471 -#time=1d196eb1cf8306a +[Software\\Classes\\ITSProtocol\\CLSID] 1528075957 +#time=1d3fba3eba00f86 @="{9D148291-B9C8-11D0-A4CC-0000F80149F6}" -[Software\\Classes\\ITSProtocol\\CurVer] 1460706471 -#time=1d196eb1cf831b4 +[Software\\Classes\\ITSProtocol\\CurVer] 1528075957 +#time=1d3fba3eba01102 @="ITSProtocol1.0" -[Software\\Classes\\JavaScript] 1460706471 -#time=1d196eb1cf961ba +[Software\\Classes\\JavaScript] 1526460533 +#time=1d3ecf2b7ec0fba @="JScript Language" -[Software\\Classes\\JavaScript\\CLSID] 1460706471 -#time=1d196eb1cf96002 +[Software\\Classes\\JavaScript\\CLSID] 1526460533 +#time=1d3ecf2b7ec0eb6 @="{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JavaScript\\OLEScript] 1460706471 -#time=1d196eb1cf961ba +[Software\\Classes\\JavaScript\\OLEScript] 1526460533 +#time=1d3ecf2b7ec0fba -[Software\\Classes\\JavaScript Author] 1460706471 -#time=1d196eb1cf9950e +[Software\\Classes\\JavaScript Author] 1526460533 +#time=1d3ecf2b7ec2766 @="JScript Language Authoring" -[Software\\Classes\\JavaScript Author\\CLSID] 1460706471 -#time=1d196eb1cf99360 +[Software\\Classes\\JavaScript Author\\CLSID] 1526460533 +#time=1d3ecf2b7ec266c @="{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JavaScript Author\\OLEScript] 1460706471 -#time=1d196eb1cf9950e +[Software\\Classes\\JavaScript Author\\OLEScript] 1526460533 +#time=1d3ecf2b7ec2766 -[Software\\Classes\\JavaScript1.1] 1460706471 -#time=1d196eb1cf96a48 +[Software\\Classes\\JavaScript1.1] 1526460533 +#time=1d3ecf2b7ec13ac @="JScript Language" -[Software\\Classes\\JavaScript1.1\\CLSID] 1460706471 -#time=1d196eb1cf96700 +[Software\\Classes\\JavaScript1.1\\CLSID] 1526460533 +#time=1d3ecf2b7ec12bc @="{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JavaScript1.1\\OLEScript] 1460706471 -#time=1d196eb1cf96a48 +[Software\\Classes\\JavaScript1.1\\OLEScript] 1526460533 +#time=1d3ecf2b7ec13ac -[Software\\Classes\\JavaScript1.1 Author] 1460706471 -#time=1d196eb1cf99e28 +[Software\\Classes\\JavaScript1.1 Author] 1526460533 +#time=1d3ecf2b7ec2b6c @="JScript Language Authoring" -[Software\\Classes\\JavaScript1.1 Author\\CLSID] 1460706471 -#time=1d196eb1cf99ad6 +[Software\\Classes\\JavaScript1.1 Author\\CLSID] 1526460533 +#time=1d3ecf2b7ec2a72 @="{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JavaScript1.1 Author\\OLEScript] 1460706471 -#time=1d196eb1cf99e28 +[Software\\Classes\\JavaScript1.1 Author\\OLEScript] 1526460533 +#time=1d3ecf2b7ec2b6c -[Software\\Classes\\JavaScript1.2] 1460706471 -#time=1d196eb1cf9734e +[Software\\Classes\\JavaScript1.2] 1526460533 +#time=1d3ecf2b7ec1794 @="JScript Language" -[Software\\Classes\\JavaScript1.2\\CLSID] 1460706471 -#time=1d196eb1cf9711e +[Software\\Classes\\JavaScript1.2\\CLSID] 1526460533 +#time=1d3ecf2b7ec16a4 @="{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JavaScript1.2\\OLEScript] 1460706471 -#time=1d196eb1cf9734e +[Software\\Classes\\JavaScript1.2\\OLEScript] 1526460533 +#time=1d3ecf2b7ec1794 -[Software\\Classes\\JavaScript1.2 Author] 1460706471 -#time=1d196eb1cf9a634 +[Software\\Classes\\JavaScript1.2 Author] 1526460533 +#time=1d3ecf2b7ec2f68 @="JScript Language Authoring" -[Software\\Classes\\JavaScript1.2 Author\\CLSID] 1460706471 -#time=1d196eb1cf9a42c +[Software\\Classes\\JavaScript1.2 Author\\CLSID] 1526460533 +#time=1d3ecf2b7ec2e6e @="{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JavaScript1.2 Author\\OLEScript] 1460706471 -#time=1d196eb1cf9a634 +[Software\\Classes\\JavaScript1.2 Author\\OLEScript] 1526460533 +#time=1d3ecf2b7ec2f68 -[Software\\Classes\\JavaScript1.3] 1460706471 -#time=1d196eb1cf97c4a +[Software\\Classes\\JavaScript1.3] 1526460533 +#time=1d3ecf2b7ec1b86 @="JScript Language" -[Software\\Classes\\JavaScript1.3\\CLSID] 1460706471 -#time=1d196eb1cf97a06 +[Software\\Classes\\JavaScript1.3\\CLSID] 1526460533 +#time=1d3ecf2b7ec1a96 @="{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JavaScript1.3\\OLEScript] 1460706471 -#time=1d196eb1cf97c4a +[Software\\Classes\\JavaScript1.3\\OLEScript] 1526460533 +#time=1d3ecf2b7ec1b86 -[Software\\Classes\\jpegfile] 1460706474 -#time=1d196eb1e5ac274 +[Software\\Classes\\jpegfile] 1526460543 +#time=1d3ecf2bdf3af3a @="JPEG Image" -[Software\\Classes\\jpegfile\\CLSID] 1460706474 -#time=1d196eb1e5abe1e +[Software\\Classes\\jpegfile\\CLSID] 1526460543 +#time=1d3ecf2bdf3ad3c @="{25336920-03F9-11CF-8FD0-00AA00686F13}" -[Software\\Classes\\jpegfile\\shell\\open\\command] 1460706474 -#time=1d196eb1e5ac8a0 +[Software\\Classes\\jpegfile\\shell\\open\\command] 1526460543 +#time=1d3ecf2bdf3b228 @="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome" -[Software\\Classes\\jpegfile\\shell\\open\\ddeexec] 1460706474 -#time=1d196eb1e5ad0c0 +[Software\\Classes\\jpegfile\\shell\\open\\ddeexec] 1526460543 +#time=1d3ecf2bdf3b656 @="\"file:%1\",,-1,,,,," -[Software\\Classes\\jpegfile\\shell\\open\\ddeexec\\Application] 1460706474 -#time=1d196eb1e5ace9a +[Software\\Classes\\jpegfile\\shell\\open\\ddeexec\\Application] 1526460543 +#time=1d3ecf2bdf3b55c @="IExplore" -[Software\\Classes\\jpegfile\\shell\\open\\ddeexec\\Topic] 1460706474 -#time=1d196eb1e5ad1ec +[Software\\Classes\\jpegfile\\shell\\open\\ddeexec\\Topic] 1526460543 +#time=1d3ecf2bdf3b6e2 @="WWW_OpenURL" -[Software\\Classes\\JPEGFilter.CoJPEGFilter] 1460706471 -#time=1d196eb1cfe4d7e +[Software\\Classes\\JPEGFilter.CoJPEGFilter] 1526460533 +#time=1d3ecf2b80566e0 @="CoJPEGFilter Class" -[Software\\Classes\\JPEGFilter.CoJPEGFilter\\CLSID] 1460706471 -#time=1d196eb1cfe4cac +[Software\\Classes\\JPEGFilter.CoJPEGFilter\\CLSID] 1526460533 +#time=1d3ecf2b80565e6 @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\JPEGFilter.CoJPEGFilter\\CurVer] 1460706471 -#time=1d196eb1cfe4dec +[Software\\Classes\\JPEGFilter.CoJPEGFilter\\CurVer] 1526460533 +#time=1d3ecf2b8056762 @="JPEGFilter.CoJPEGFilter.1" -[Software\\Classes\\JPEGFilter.CoJPEGFilter.1] 1460706471 -#time=1d196eb1cfe490a +[Software\\Classes\\JPEGFilter.CoJPEGFilter.1] 1526460533 +#time=1d3ecf2b8056262 @="CoJPEGFilter Class" -[Software\\Classes\\JPEGFilter.CoJPEGFilter.1\\CLSID] 1460706471 -#time=1d196eb1cfe49d2 +[Software\\Classes\\JPEGFilter.CoJPEGFilter.1\\CLSID] 1526460533 +#time=1d3ecf2b80562e4 @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\JScript] 1460706471 -#time=1d196eb1cf989f6 +[Software\\Classes\\JScript] 1526460533 +#time=1d3ecf2b7ec216c @="JScript Language" -[Software\\Classes\\JScript\\CLSID] 1460706471 -#time=1d196eb1cf87f52 +[Software\\Classes\\JScript\\CLSID] 1526460533 +#time=1d3ecf2b7eb5250 @="{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JScript\\OLEScript] 1460706471 -#time=1d196eb1cf989f6 +[Software\\Classes\\JScript\\OLEScript] 1526460533 +#time=1d3ecf2b7ec216c -[Software\\Classes\\JScript Author] 1460706471 -#time=1d196eb1cf98dc0 +[Software\\Classes\\JScript Author] 1526460533 +#time=1d3ecf2b7ec2356 @="JScript Language Authoring" -[Software\\Classes\\JScript Author\\CLSID] 1460706471 -#time=1d196eb1cf881fa +[Software\\Classes\\JScript Author\\CLSID] 1526460533 +#time=1d3ecf2b7eb555c @="{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JScript Author\\OLEScript] 1460706471 -#time=1d196eb1cf98dc0 +[Software\\Classes\\JScript Author\\OLEScript] 1526460533 +#time=1d3ecf2b7ec2356 -[Software\\Classes\\JScript.Encode] 1460706471 -#time=1d196eb1cf9ae22 +[Software\\Classes\\JScript.Encode] 1526460533 +#time=1d3ecf2b7ec353a @="JScript Language Encoding" -[Software\\Classes\\JScript.Encode\\CLSID] 1460706471 -#time=1d196eb1cf88560 +[Software\\Classes\\JScript.Encode\\CLSID] 1526460533 +#time=1d3ecf2b7eb585e @="{F414C262-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\JScript.Encode\\OLEScript] 1460706471 -#time=1d196eb1cf9ae22 +[Software\\Classes\\JScript.Encode\\OLEScript] 1526460533 +#time=1d3ecf2b7ec353a -[Software\\Classes\\JSFile] 1460706471 -#time=1d196eb1cf9b12e +[Software\\Classes\\JSFile] 1528075957 +#time=1d3fba3ebb81d6a @="JScript Script File" -[Software\\Classes\\JSFile\\ScriptEngine] 1460706471 -#time=1d196eb1cf9b1c4 +[Software\\Classes\\JSFile\\ScriptEngine] 1528075957 +#time=1d3fba3ebb81dec @="JScript" -[Software\\Classes\\LiveScript] 1460706471 -#time=1d196eb1cf98578 +[Software\\Classes\\LiveScript] 1526460533 +#time=1d3ecf2b7ec1f78 @="JScript Language" -[Software\\Classes\\LiveScript\\CLSID] 1460706471 -#time=1d196eb1cf983a2 +[Software\\Classes\\LiveScript\\CLSID] 1526460533 +#time=1d3ecf2b7ec1e7e @="{F414C260-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\LiveScript\\OLEScript] 1460706471 -#time=1d196eb1cf98578 +[Software\\Classes\\LiveScript\\OLEScript] 1526460533 +#time=1d3ecf2b7ec1f78 -[Software\\Classes\\LiveScript Author] 1460706471 -#time=1d196eb1cf9aba2 +[Software\\Classes\\LiveScript Author] 1526460533 +#time=1d3ecf2b7ec3350 @="JScript Language Authoring" -[Software\\Classes\\LiveScript Author\\CLSID] 1460706471 -#time=1d196eb1cf9aa80 +[Software\\Classes\\LiveScript Author\\CLSID] 1526460533 +#time=1d3ecf2b7ec3260 @="{F414C261-6AC0-11CF-B6D1-00AA00BBBB58}" -[Software\\Classes\\LiveScript Author\\OLEScript] 1460706471 -#time=1d196eb1cf9aba2 +[Software\\Classes\\LiveScript Author\\OLEScript] 1526460533 +#time=1d3ecf2b7ec3350 -[Software\\Classes\\lnkfile] 1460706475 -#time=1d196eb1f12394a +[Software\\Classes\\lnkfile] 1526460547 +#time=1d3ecf2c06d1f44 @="Shortcut" "IsShortcut"="yes" "NeverShowExt"="" -[Software\\Classes\\lnkfile\\CLSID] 1460706475 -#time=1d196eb1f12356c +[Software\\Classes\\lnkfile\\CLSID] 1526460547 +#time=1d3ecf2c06d1d50 @="{00021401-0000-0000-C000-000000000046}" -[Software\\Classes\\lnkfile\\shellex\\ContextMenuHandlers\\{00021401-0000-0000-C000-000000000046}] 1460706475 -#time=1d196eb1f124606 +[Software\\Classes\\lnkfile\\shellex\\ContextMenuHandlers\\{00021401-0000-0000-C000-000000000046}] 1526460547 +#time=1d3ecf2c06d2598 -[Software\\Classes\\lnkfile\\shellex\\IconHandler] 1460706475 -#time=1d196eb1f123de6 +[Software\\Classes\\lnkfile\\shellex\\IconHandler] 1526460547 +#time=1d3ecf2c06d219c @="{00021401-0000-0000-C000-000000000046}" -[Software\\Classes\\mailto] 1460706475 -#time=1d196eb1f1346dc +[Software\\Classes\\mailto] 1526460547 +#time=1d3ecf2c06dc52a "URL Protocol"="" -[Software\\Classes\\mailto\\shell\\open\\command] 1460706475 -#time=1d196eb1f134d58 +[Software\\Classes\\mailto\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06dc8d6 @="C:\\windows\\system32\\winebrowser %1" -[Software\\Classes\\Media Type\\Extensions\\.mp3] 1460706472 -#time=1d196eb1d28dd1e +[Software\\Classes\\Media Type\\Extensions\\.mp3] 1526460533 +#time=1d3ecf2b81a0898 "Media Type"="{E436EB83-524F-11CE-9F53-0020AF0BA770}" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" "Subtype"="{E436EB87-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{7364696D-0000-0010-8000-00AA00389B71}] 1460706472 -#time=1d196eb1d28d896 +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{7364696D-0000-0010-8000-00AA00389B71}] 1526460533 +#time=1d3ecf2b81a03d4 "0"="0,4,,52494646,8,4,,524D4944" "1"="0,4,,4D546864" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{73747874-0000-0010-8000-00AA00389B71}] 1460706472 -#time=1d196eb1d28d53a +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{73747874-0000-0010-8000-00AA00389B71}] 1526460533 +#time=1d3ecf2b819ffe2 "0"="0,4,,4C595249" "1"="0,4,,6C797269" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB84-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d28bb18 +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E06D8022-DB46-11CF-B4D1-00805F6CBBEA}] 1526460533 +#time=1d3ecf2b819edc2 +"0"="0, 5, FFFFFFFFC0, 000001BA40" +"Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" + +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB84-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b819dfda "0"="0, 16, FFFFFFFFF100010001800001FFFFFFFF, 000001BA2100010001800001000001BB" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB85-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d28be06 +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB85-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b819e336 "0"="0, 4, , 52494646, 8, 8, , 43445841666D7420, 36, 20, FFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFFFF, 646174610000000000FFFFFFFFFFFFFFFFFFFF00" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB86-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d28c1b2 +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB86-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b819e674 "0"="0, 4, , 000001B3" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB87-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d28c540 +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB87-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b819ea7a "0"="0, 2, FFE0, FFE0" "1"="0, 10, FFFFFF00000080808080, 494433000000000000" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB88-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d28b74e +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB88-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b819dc92 "0"="0,4,,52494646,8,4,,41564920" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB89-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d28c8a6 +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB89-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b819f196 "0"="4, 4, , 6d646174" "1"="4, 4, , 6d6f6f76" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB8B-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d28cb8a +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB8B-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b819f4e8 "0"="0,4,,52494646,8,4,,57415645" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB8C-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d28ce78 +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB8C-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b819f830 "0"="0,4,,2e736e64" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB8D-524F-11CE-9F53-0020AF0BA770}] 1460706472 -#time=1d196eb1d28d1de +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{E436EB8D-524F-11CE-9F53-0020AF0BA770}] 1526460533 +#time=1d3ecf2b819fc04 "0"="0,4,,464f524d,8,4,,41494646" "1"="0,4,,464f524d,8,4,,41494643" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{FFFFFFFF-5927-4894-A386-359460EE87C9}] 1460706475 -#time=1d196eb1ee4bb82 +[Software\\Classes\\Media Type\\{E436EB83-524F-11CE-9F53-0020AF0BA770}\\{FFFFFFFF-5927-4894-A386-359460EE87C9}] 1528075961 +#time=1d3fba3ee1b3358 "0"="0,1,00,0" "Source Filter"="{E436EBB5-524F-11CE-9F53-0020AF0BA770}" -[Software\\Classes\\MediaFoundation] 1460706475 -#time=1d196eb1f1248c2 +[Software\\Classes\\MediaFoundation] 1526460547 +#time=1d3ecf2c06d2700 -[Software\\Classes\\mhtmlfile] 1460706474 -#time=1d196eb1e5b2886 +[Software\\Classes\\mhtmlfile] 1526460543 +#time=1d3ecf2bdf3e72a @="MHTML Document" -[Software\\Classes\\mhtmlfile\\BrowseInPlace] 1460706474 -#time=1d196eb1e5b2886 +[Software\\Classes\\mhtmlfile\\BrowseInPlace] 1526460543 +#time=1d3ecf2bdf3e72a -[Software\\Classes\\mhtmlfile\\CLSID] 1460706471 -#time=1d196eb1cfe614c +[Software\\Classes\\mhtmlfile\\CLSID] 1526460533 +#time=1d3ecf2b8057cac @="{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\Microsoft.Aspnet.Snapin.About] 1460706675 -#time=1d196eb967724b4 +[Software\\Classes\\Microsoft.Aspnet.Snapin.About] 1526460915 +#time=1d3ecf39ba89854 @="Microsoft.Aspnet.Snapin.About" -[Software\\Classes\\Microsoft.Aspnet.Snapin.About\\CLSID] 1460706675 -#time=1d196eb96771050 +[Software\\Classes\\Microsoft.Aspnet.Snapin.About\\CLSID] 1526460915 +#time=1d3ecf39ba87662 @="{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}" -[Software\\Classes\\Microsoft.Aspnet.Snapin.AspNetManagementUtility.4\\CLSID] 1460706677 -#time=1d196eb97b0a968 +[Software\\Classes\\Microsoft.Aspnet.Snapin.AspNetManagementUtility.4\\CLSID] 1526460917 +#time=1d3ecf39d0410e8 @="{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}" -[Software\\Classes\\Microsoft.DirectMusic] 1460706471 -#time=1d196eb1cf11b5e +[Software\\Classes\\Microsoft.DirectMusic] 1526460533 +#time=1d3ecf2b7fb8a9e @="DirectMusic" -[Software\\Classes\\Microsoft.DirectMusic\\CLSID] 1460706471 -#time=1d196eb1cf11a8c +[Software\\Classes\\Microsoft.DirectMusic\\CLSID] 1526460533 +#time=1d3ecf2b7fb8954 @="{636B9F10-0C7D-11D1-95B2-0020AFDC7421}" -[Software\\Classes\\Microsoft.DirectMusic\\CurVer] 1460706471 -#time=1d196eb1cf11bd6 +[Software\\Classes\\Microsoft.DirectMusic\\CurVer] 1526460533 +#time=1d3ecf2b7fb8b2a @="Microsoft.DirectMusic.1" -[Software\\Classes\\Microsoft.DirectMusic.1] 1460706471 -#time=1d196eb1cf11776 +[Software\\Classes\\Microsoft.DirectMusic.1] 1526460533 +#time=1d3ecf2b7fb83f0 @="DirectMusic" -[Software\\Classes\\Microsoft.DirectMusic.1\\CLSID] 1460706471 -#time=1d196eb1cf117e4 +[Software\\Classes\\Microsoft.DirectMusic.1\\CLSID] 1526460533 +#time=1d3ecf2b7fb8486 @="{636B9F10-0C7D-11D1-95B2-0020AFDC7421}" -[Software\\Classes\\Microsoft.DirectMusicAudioPath] 1460706471 -#time=1d196eb1cef835c +[Software\\Classes\\Microsoft.DirectMusicAudioPath] 1526460533 +#time=1d3ecf2b7d80da8 @="DirectMusicAudioPath" -[Software\\Classes\\Microsoft.DirectMusicAudioPath\\CLSID] 1460706471 -#time=1d196eb1cef828a +[Software\\Classes\\Microsoft.DirectMusicAudioPath\\CLSID] 1526460533 +#time=1d3ecf2b7d80cae @="{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}" -[Software\\Classes\\Microsoft.DirectMusicAudioPath\\CurVer] 1460706471 -#time=1d196eb1cef8406 +[Software\\Classes\\Microsoft.DirectMusicAudioPath\\CurVer] 1526460533 +#time=1d3ecf2b7d80e2a @="Microsoft.DirectMusicAudioPath.1" -[Software\\Classes\\Microsoft.DirectMusicAudioPath.1] 1460706471 -#time=1d196eb1cef7f74 +[Software\\Classes\\Microsoft.DirectMusicAudioPath.1] 1526460533 +#time=1d3ecf2b7d8092a @="DirectMusicAudioPath" -[Software\\Classes\\Microsoft.DirectMusicAudioPath.1\\CLSID] 1460706471 -#time=1d196eb1cef7fe2 +[Software\\Classes\\Microsoft.DirectMusicAudioPath.1\\CLSID] 1526460533 +#time=1d3ecf2b7d809ac @="{EE0B9CA0-A81E-11D3-9BD1-0080C7150A74}" -[Software\\Classes\\Microsoft.DirectMusicAuditionTrack] 1460706471 -#time=1d196eb1cf0bde4 +[Software\\Classes\\Microsoft.DirectMusicAuditionTrack] 1526460533 +#time=1d3ecf2b7fd566c @="DirectMusicAuditionTrack" -[Software\\Classes\\Microsoft.DirectMusicAuditionTrack\\CLSID] 1460706471 -#time=1d196eb1cf0bd12 +[Software\\Classes\\Microsoft.DirectMusicAuditionTrack\\CLSID] 1526460533 +#time=1d3ecf2b7fd5572 @="{D2AC2897-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicAuditionTrack\\CurVer] 1460706471 -#time=1d196eb1cf0be5c +[Software\\Classes\\Microsoft.DirectMusicAuditionTrack\\CurVer] 1526460533 +#time=1d3ecf2b7fd56f8 @="Microsoft.DirectMusicAuditionTrack.1" -[Software\\Classes\\Microsoft.DirectMusicAuditionTrack.1] 1460706471 -#time=1d196eb1cf0b9e8 +[Software\\Classes\\Microsoft.DirectMusicAuditionTrack.1] 1526460533 +#time=1d3ecf2b7fd51e4 @="DirectMusicAuditionTrack" -[Software\\Classes\\Microsoft.DirectMusicAuditionTrack.1\\CLSID] 1460706471 -#time=1d196eb1cf0ba60 +[Software\\Classes\\Microsoft.DirectMusicAuditionTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7fd5266 @="{D2AC2897-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicBand] 1460706471 -#time=1d196eb1cee4d02 +[Software\\Classes\\Microsoft.DirectMusicBand] 1526460533 +#time=1d3ecf2b7f2ea74 @="DirectMusicBand" -[Software\\Classes\\Microsoft.DirectMusicBand\\CLSID] 1460706471 -#time=1d196eb1cee4c30 +[Software\\Classes\\Microsoft.DirectMusicBand\\CLSID] 1526460533 +#time=1d3ecf2b7f2e948 @="{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}" -[Software\\Classes\\Microsoft.DirectMusicBand\\CurVer] 1460706471 -#time=1d196eb1cee4d7a +[Software\\Classes\\Microsoft.DirectMusicBand\\CurVer] 1526460533 +#time=1d3ecf2b7f2eb00 @="Microsoft.DirectMusicBand.1" -[Software\\Classes\\Microsoft.DirectMusicBand.1] 1460706471 -#time=1d196eb1cee48de +[Software\\Classes\\Microsoft.DirectMusicBand.1] 1526460533 +#time=1d3ecf2b7f2e5a6 @="DirectMusicBand" -[Software\\Classes\\Microsoft.DirectMusicBand.1\\CLSID] 1460706471 -#time=1d196eb1cee494c +[Software\\Classes\\Microsoft.DirectMusicBand.1\\CLSID] 1526460533 +#time=1d3ecf2b7f2e632 @="{79BA9E00-B6EE-11D1-86BE-00C04FBF8FEF}" -[Software\\Classes\\Microsoft.DirectMusicBandTrack] 1460706471 -#time=1d196eb1cee54be +[Software\\Classes\\Microsoft.DirectMusicBandTrack] 1526460533 +#time=1d3ecf2b7f2f212 @="DirectMusicBandTrack" -[Software\\Classes\\Microsoft.DirectMusicBandTrack\\CLSID] 1460706471 -#time=1d196eb1cee53d8 +[Software\\Classes\\Microsoft.DirectMusicBandTrack\\CLSID] 1526460533 +#time=1d3ecf2b7f2f122 @="{D2AC2894-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicBandTrack\\CurVer] 1460706471 -#time=1d196eb1cee5536 +[Software\\Classes\\Microsoft.DirectMusicBandTrack\\CurVer] 1526460533 +#time=1d3ecf2b7f2f294 @="Microsoft.DirectMusicBandTrack.1" -[Software\\Classes\\Microsoft.DirectMusicBandTrack.1] 1460706471 -#time=1d196eb1cee5086 +[Software\\Classes\\Microsoft.DirectMusicBandTrack.1] 1526460533 +#time=1d3ecf2b7f2ed8a @="DirectMusicBandTrack" -[Software\\Classes\\Microsoft.DirectMusicBandTrack.1\\CLSID] 1460706471 -#time=1d196eb1cee5112 +[Software\\Classes\\Microsoft.DirectMusicBandTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7f2ee0c @="{D2AC2894-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicChordMap] 1460706471 -#time=1d196eb1cee9582 +[Software\\Classes\\Microsoft.DirectMusicChordMap] 1526460533 +#time=1d3ecf2b7b504de @="DirectMusicChordMap" -[Software\\Classes\\Microsoft.DirectMusicChordMap\\CLSID] 1460706471 -#time=1d196eb1cee94b0 +[Software\\Classes\\Microsoft.DirectMusicChordMap\\CLSID] 1526460533 +#time=1d3ecf2b7b503e4 @="{D2AC288F-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicChordMap\\CurVer] 1460706471 -#time=1d196eb1cee95f0 +[Software\\Classes\\Microsoft.DirectMusicChordMap\\CurVer] 1526460533 +#time=1d3ecf2b7b5056a @="Microsoft.DirectMusicChordMap.1" -[Software\\Classes\\Microsoft.DirectMusicChordMap.1] 1460706471 -#time=1d196eb1cee91a4 +[Software\\Classes\\Microsoft.DirectMusicChordMap.1] 1526460533 +#time=1d3ecf2b7b50056 @="DirectMusicChordMap" -[Software\\Classes\\Microsoft.DirectMusicChordMap.1\\CLSID] 1460706471 -#time=1d196eb1cee9212 +[Software\\Classes\\Microsoft.DirectMusicChordMap.1\\CLSID] 1526460533 +#time=1d3ecf2b7b500e2 @="{D2AC288F-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicChordMapTrack] 1460706471 -#time=1d196eb1ceea298 +[Software\\Classes\\Microsoft.DirectMusicChordMapTrack] 1526460533 +#time=1d3ecf2b7b5141a @="DirectMusicChordMapTrack" -[Software\\Classes\\Microsoft.DirectMusicChordMapTrack\\CLSID] 1460706471 -#time=1d196eb1ceea1c6 +[Software\\Classes\\Microsoft.DirectMusicChordMapTrack\\CLSID] 1526460533 +#time=1d3ecf2b7b51320 @="{D2AC2896-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicChordMapTrack\\CurVer] 1460706471 -#time=1d196eb1ceea306 +[Software\\Classes\\Microsoft.DirectMusicChordMapTrack\\CurVer] 1526460533 +#time=1d3ecf2b7b5149c @="Microsoft.DirectMusicChordMapTrack.1" -[Software\\Classes\\Microsoft.DirectMusicChordMapTrack.1] 1460706471 -#time=1d196eb1cee9eb0 +[Software\\Classes\\Microsoft.DirectMusicChordMapTrack.1] 1526460533 +#time=1d3ecf2b7b50f88 @="DirectMusicChordMapTrack" -[Software\\Classes\\Microsoft.DirectMusicChordMapTrack.1\\CLSID] 1460706471 -#time=1d196eb1cee9f28 +[Software\\Classes\\Microsoft.DirectMusicChordMapTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7b5100a @="{D2AC2896-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicChordTrack] 1460706471 -#time=1d196eb1cf0a192 +[Software\\Classes\\Microsoft.DirectMusicChordTrack] 1526460533 +#time=1d3ecf2b7fd377c @="DirectMusicChordTrack" -[Software\\Classes\\Microsoft.DirectMusicChordTrack\\CLSID] 1460706471 -#time=1d196eb1cf0a0c0 +[Software\\Classes\\Microsoft.DirectMusicChordTrack\\CLSID] 1526460533 +#time=1d3ecf2b7fd368c @="{D2AC288B-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicChordTrack\\CurVer] 1460706471 -#time=1d196eb1cf0a20a +[Software\\Classes\\Microsoft.DirectMusicChordTrack\\CurVer] 1526460533 +#time=1d3ecf2b7fd37fe @="Microsoft.DirectMusicChordTrack.1" -[Software\\Classes\\Microsoft.DirectMusicChordTrack.1] 1460706471 -#time=1d196eb1cf09dc8 +[Software\\Classes\\Microsoft.DirectMusicChordTrack.1] 1526460533 +#time=1d3ecf2b7fd32e0 @="DirectMusicChordTrack" -[Software\\Classes\\Microsoft.DirectMusicChordTrack.1\\CLSID] 1460706471 -#time=1d196eb1cf09e36 +[Software\\Classes\\Microsoft.DirectMusicChordTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7fd336c @="{D2AC288B-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicCollection] 1460706471 -#time=1d196eb1cf12a40 +[Software\\Classes\\Microsoft.DirectMusicCollection] 1526460533 +#time=1d3ecf2b7fb926e @="DirectMusicCollection" -[Software\\Classes\\Microsoft.DirectMusicCollection\\CLSID] 1460706471 -#time=1d196eb1cf12874 +[Software\\Classes\\Microsoft.DirectMusicCollection\\CLSID] 1526460533 +#time=1d3ecf2b7fb917e @="{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}" -[Software\\Classes\\Microsoft.DirectMusicCollection\\CurVer] 1460706471 -#time=1d196eb1cf12b30 +[Software\\Classes\\Microsoft.DirectMusicCollection\\CurVer] 1526460533 +#time=1d3ecf2b7fb92f0 @="Microsoft.DirectMusicCollection.1" -[Software\\Classes\\Microsoft.DirectMusicCollection.1] 1460706471 -#time=1d196eb1cf12180 +[Software\\Classes\\Microsoft.DirectMusicCollection.1] 1526460533 +#time=1d3ecf2b7fb8dd2 @="DirectMusicCollection" -[Software\\Classes\\Microsoft.DirectMusicCollection.1\\CLSID] 1460706471 -#time=1d196eb1cf12298 +[Software\\Classes\\Microsoft.DirectMusicCollection.1\\CLSID] 1526460533 +#time=1d3ecf2b7fb8e54 @="{480FF4B0-28B2-11D1-BEF7-00C04FBF8FEF}" -[Software\\Classes\\Microsoft.DirectMusicCommandTrack] 1460706471 -#time=1d196eb1cf0a82c +[Software\\Classes\\Microsoft.DirectMusicCommandTrack] 1526460533 +#time=1d3ecf2b7fd3f56 @="DirectMusicCommandTrack" -[Software\\Classes\\Microsoft.DirectMusicCommandTrack\\CLSID] 1460706471 -#time=1d196eb1cf0a75a +[Software\\Classes\\Microsoft.DirectMusicCommandTrack\\CLSID] 1526460533 +#time=1d3ecf2b7fd3e3e @="{D2AC288C-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicCommandTrack\\CurVer] 1460706471 -#time=1d196eb1cf0a89a +[Software\\Classes\\Microsoft.DirectMusicCommandTrack\\CurVer] 1526460533 +#time=1d3ecf2b7fd3fd8 @="Microsoft.DirectMusicCommandTrack.1" -[Software\\Classes\\Microsoft.DirectMusicCommandTrack.1] 1460706471 -#time=1d196eb1cf0a44e +[Software\\Classes\\Microsoft.DirectMusicCommandTrack.1] 1526460533 +#time=1d3ecf2b7fd3a9c @="DirectMusicCommandTrack" -[Software\\Classes\\Microsoft.DirectMusicCommandTrack.1\\CLSID] 1460706471 -#time=1d196eb1cf0a4c6 +[Software\\Classes\\Microsoft.DirectMusicCommandTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7fd3b28 @="{D2AC288C-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicComposer] 1460706471 -#time=1d196eb1cee9c12 +[Software\\Classes\\Microsoft.DirectMusicComposer] 1526460533 +#time=1d3ecf2b7b50c7c @="DirectMusicComposer" -[Software\\Classes\\Microsoft.DirectMusicComposer\\CLSID] 1460706471 -#time=1d196eb1cee9b22 +[Software\\Classes\\Microsoft.DirectMusicComposer\\CLSID] 1526460533 +#time=1d3ecf2b7b50b8c @="{D2AC2890-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicComposer\\CurVer] 1460706471 -#time=1d196eb1cee9c8a +[Software\\Classes\\Microsoft.DirectMusicComposer\\CurVer] 1526460533 +#time=1d3ecf2b7b50cfe @="Microsoft.DirectMusicComposer.1" -[Software\\Classes\\Microsoft.DirectMusicComposer.1] 1460706471 -#time=1d196eb1cee9820 +[Software\\Classes\\Microsoft.DirectMusicComposer.1] 1526460533 +#time=1d3ecf2b7b507d6 @="DirectMusicComposer" -[Software\\Classes\\Microsoft.DirectMusicComposer.1\\CLSID] 1460706471 -#time=1d196eb1cee988e +[Software\\Classes\\Microsoft.DirectMusicComposer.1\\CLSID] 1526460533 +#time=1d3ecf2b7b50862 @="{D2AC2890-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicContainer] 1460706471 -#time=1d196eb1cefb48a +[Software\\Classes\\Microsoft.DirectMusicContainer] 1526460533 +#time=1d3ecf2b7be3540 @="DirectMusicContainer" -[Software\\Classes\\Microsoft.DirectMusicContainer\\CLSID] 1460706471 -#time=1d196eb1cefb3b8 +[Software\\Classes\\Microsoft.DirectMusicContainer\\CLSID] 1526460533 +#time=1d3ecf2b7be3432 @="{9301E380-1F22-11D3-8226-D2FA76255D47}" -[Software\\Classes\\Microsoft.DirectMusicContainer\\CurVer] 1460706471 -#time=1d196eb1cefb502 +[Software\\Classes\\Microsoft.DirectMusicContainer\\CurVer] 1526460533 +#time=1d3ecf2b7be35d6 @="Microsoft.DirectMusicContainer.1" -[Software\\Classes\\Microsoft.DirectMusicContainer.1] 1460706471 -#time=1d196eb1cefb08e +[Software\\Classes\\Microsoft.DirectMusicContainer.1] 1526460533 +#time=1d3ecf2b7be3040 @="DirectMusicContainer" -[Software\\Classes\\Microsoft.DirectMusicContainer.1\\CLSID] 1460706471 -#time=1d196eb1cefb0fc +[Software\\Classes\\Microsoft.DirectMusicContainer.1\\CLSID] 1526460533 +#time=1d3ecf2b7be30cc @="{9301E380-1F22-11D3-8226-D2FA76255D47}" -[Software\\Classes\\Microsoft.DirectMusicGraph] 1460706471 -#time=1d196eb1cef3c76 +[Software\\Classes\\Microsoft.DirectMusicGraph] 1526460533 +#time=1d3ecf2b7d7bb82 @="DirectMusicGraph" -[Software\\Classes\\Microsoft.DirectMusicGraph\\CLSID] 1460706471 -#time=1d196eb1cef3b54 +[Software\\Classes\\Microsoft.DirectMusicGraph\\CLSID] 1526460533 +#time=1d3ecf2b7d7ba92 @="{D2AC2884-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicGraph\\CurVer] 1460706471 -#time=1d196eb1cef3d2a +[Software\\Classes\\Microsoft.DirectMusicGraph\\CurVer] 1526460533 +#time=1d3ecf2b7d7bc04 @="Microsoft.DirectMusicGraph.1" -[Software\\Classes\\Microsoft.DirectMusicGraph.1] 1460706471 -#time=1d196eb1cef382a +[Software\\Classes\\Microsoft.DirectMusicGraph.1] 1526460533 +#time=1d3ecf2b7d7b6f0 @="DirectMusicGraph" -[Software\\Classes\\Microsoft.DirectMusicGraph.1\\CLSID] 1460706471 -#time=1d196eb1cef38a2 +[Software\\Classes\\Microsoft.DirectMusicGraph.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7b772 @="{D2AC2884-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicLoader] 1460706471 -#time=1d196eb1cefade6 +[Software\\Classes\\Microsoft.DirectMusicLoader] 1526460533 +#time=1d3ecf2b7be2c80 @="DirectMusicLoader" -[Software\\Classes\\Microsoft.DirectMusicLoader\\CLSID] 1460706471 -#time=1d196eb1cefad0a +[Software\\Classes\\Microsoft.DirectMusicLoader\\CLSID] 1526460533 +#time=1d3ecf2b7be2b68 @="{D2AC2892-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicLoader\\CurVer] 1460706471 -#time=1d196eb1cefae5e +[Software\\Classes\\Microsoft.DirectMusicLoader\\CurVer] 1526460533 +#time=1d3ecf2b7be2d66 @="Microsoft.DirectMusicLoader.1" -[Software\\Classes\\Microsoft.DirectMusicLoader.1] 1460706471 -#time=1d196eb1cefa9ea +[Software\\Classes\\Microsoft.DirectMusicLoader.1] 1526460533 +#time=1d3ecf2b7be273a @="DirectMusicLoader" -[Software\\Classes\\Microsoft.DirectMusicLoader.1\\CLSID] 1460706471 -#time=1d196eb1cefaa62 +[Software\\Classes\\Microsoft.DirectMusicLoader.1\\CLSID] 1526460533 +#time=1d3ecf2b7be27d0 @="{D2AC2892-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicLyricsTrack] 1460706471 -#time=1d196eb1cef75f6 +[Software\\Classes\\Microsoft.DirectMusicLyricsTrack] 1526460533 +#time=1d3ecf2b7d7fe62 @="DirectMusicLyricsTrack" -[Software\\Classes\\Microsoft.DirectMusicLyricsTrack\\CLSID] 1460706471 -#time=1d196eb1cef74b6 +[Software\\Classes\\Microsoft.DirectMusicLyricsTrack\\CLSID] 1526460533 +#time=1d3ecf2b7d7fd68 @="{995C1CF5-54FF-11D3-8BDA-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicLyricsTrack\\CurVer] 1460706471 -#time=1d196eb1cef768c +[Software\\Classes\\Microsoft.DirectMusicLyricsTrack\\CurVer] 1526460533 +#time=1d3ecf2b7d7fee4 @="Microsoft.DirectMusicLyricsTrack.1" -[Software\\Classes\\Microsoft.DirectMusicLyricsTrack.1] 1460706471 -#time=1d196eb1cef71a0 +[Software\\Classes\\Microsoft.DirectMusicLyricsTrack.1] 1526460533 +#time=1d3ecf2b7d7f9d0 @="DirectMusicLyricsTrack" -[Software\\Classes\\Microsoft.DirectMusicLyricsTrack.1\\CLSID] 1460706471 -#time=1d196eb1cef7218 +[Software\\Classes\\Microsoft.DirectMusicLyricsTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7fa52 @="{995C1CF5-54FF-11D3-8BDA-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicMarkerTrack] 1460706471 -#time=1d196eb1cef6e8a +[Software\\Classes\\Microsoft.DirectMusicMarkerTrack] 1526460533 +#time=1d3ecf2b7d7f6ce @="DirectMusicMarkerTrack" -[Software\\Classes\\Microsoft.DirectMusicMarkerTrack\\CLSID] 1460706471 -#time=1d196eb1cef6dc2 +[Software\\Classes\\Microsoft.DirectMusicMarkerTrack\\CLSID] 1526460533 +#time=1d3ecf2b7d7f5d4 @="{55A8FD00-4288-11D3-9BD1-8A0D61C88835}" -[Software\\Classes\\Microsoft.DirectMusicMarkerTrack\\CurVer] 1460706471 -#time=1d196eb1cef6ef8 +[Software\\Classes\\Microsoft.DirectMusicMarkerTrack\\CurVer] 1526460533 +#time=1d3ecf2b7d7f750 @="Microsoft.DirectMusicMarkerTrack.1" -[Software\\Classes\\Microsoft.DirectMusicMarkerTrack.1] 1460706471 -#time=1d196eb1cef6ab6 +[Software\\Classes\\Microsoft.DirectMusicMarkerTrack.1] 1526460533 +#time=1d3ecf2b7d7f21e @="DirectMusicMarkerTrack" -[Software\\Classes\\Microsoft.DirectMusicMarkerTrack.1\\CLSID] 1460706471 -#time=1d196eb1cef6b24 +[Software\\Classes\\Microsoft.DirectMusicMarkerTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7f2aa @="{55A8FD00-4288-11D3-9BD1-8A0D61C88835}" -[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack] 1460706471 -#time=1d196eb1cf0cc6c +[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack] 1526460533 +#time=1d3ecf2b7fd65e4 @="DirectMusicMelodyFormulationTrack" -[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack\\CLSID] 1460706471 -#time=1d196eb1cf0cb2c +[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack\\CLSID] 1526460533 +#time=1d3ecf2b7fd64ea @="{B0684266-B57F-11D2-97F9-00C04FA36E58}" -[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack\\CurVer] 1460706471 -#time=1d196eb1cf0cce4 +[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack\\CurVer] 1526460533 +#time=1d3ecf2b7fd6670 @="Microsoft.DirectMusicMelodyFormulationTrack.1" -[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack.1] 1460706471 -#time=1d196eb1cf0c776 +[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack.1] 1526460533 +#time=1d3ecf2b7fd6148 @="DirectMusicMelodyFormulationTrack" -[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack.1\\CLSID] 1460706471 -#time=1d196eb1cf0c7ee +[Software\\Classes\\Microsoft.DirectMusicMelodyFormulationTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7fd61ca @="{B0684266-B57F-11D2-97F9-00C04FA36E58}" -[Software\\Classes\\Microsoft.DirectMusicMotifTrack] 1460706471 -#time=1d196eb1cf0b6dc +[Software\\Classes\\Microsoft.DirectMusicMotifTrack] 1526460533 +#time=1d3ecf2b7fd4eb0 @="DirectMusicMotifTrack" -[Software\\Classes\\Microsoft.DirectMusicMotifTrack\\CLSID] 1460706471 -#time=1d196eb1cf0b54c +[Software\\Classes\\Microsoft.DirectMusicMotifTrack\\CLSID] 1526460533 +#time=1d3ecf2b7fd4db6 @="{D2AC288E-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicMotifTrack\\CurVer] 1460706471 -#time=1d196eb1cf0b77c +[Software\\Classes\\Microsoft.DirectMusicMotifTrack\\CurVer] 1526460533 +#time=1d3ecf2b7fd4f32 @="Microsoft.DirectMusicMotifTrack.1" -[Software\\Classes\\Microsoft.DirectMusicMotifTrack.1] 1460706471 -#time=1d196eb1cf0b13c +[Software\\Classes\\Microsoft.DirectMusicMotifTrack.1] 1526460533 +#time=1d3ecf2b7fd4a1e @="DirectMusicMotifTrack" -[Software\\Classes\\Microsoft.DirectMusicMotifTrack.1\\CLSID] 1460706471 -#time=1d196eb1cf0b1b4 +[Software\\Classes\\Microsoft.DirectMusicMotifTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7fd4aa0 @="{D2AC288E-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicMuteTrack] 1460706471 -#time=1d196eb1cf0c4ba +[Software\\Classes\\Microsoft.DirectMusicMuteTrack] 1526460533 +#time=1d3ecf2b7fd5e14 @="DirectMusicMuteTrack" -[Software\\Classes\\Microsoft.DirectMusicMuteTrack\\CLSID] 1460706471 -#time=1d196eb1cf0c3de +[Software\\Classes\\Microsoft.DirectMusicMuteTrack\\CLSID] 1526460533 +#time=1d3ecf2b7fd5d1a @="{D2AC2898-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicMuteTrack\\CurVer] 1460706471 -#time=1d196eb1cf0c532 +[Software\\Classes\\Microsoft.DirectMusicMuteTrack\\CurVer] 1526460533 +#time=1d3ecf2b7fd5e96 @="Microsoft.DirectMusicMuteTrack.1" -[Software\\Classes\\Microsoft.DirectMusicMuteTrack.1] 1460706471 -#time=1d196eb1cf0c096 +[Software\\Classes\\Microsoft.DirectMusicMuteTrack.1] 1526460533 +#time=1d3ecf2b7fd598c @="DirectMusicMuteTrack" -[Software\\Classes\\Microsoft.DirectMusicMuteTrack.1\\CLSID] 1460706471 -#time=1d196eb1cf0c104 +[Software\\Classes\\Microsoft.DirectMusicMuteTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7fd5a0e @="{D2AC2898-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicParamControlTrack] 1460706471 -#time=1d196eb1cef6822 +[Software\\Classes\\Microsoft.DirectMusicParamControlTrack] 1526460533 +#time=1d3ecf2b7d7ef08 @="DirectMusicParamControlTrack" -[Software\\Classes\\Microsoft.DirectMusicParamControlTrack\\CLSID] 1460706471 -#time=1d196eb1cef6750 +[Software\\Classes\\Microsoft.DirectMusicParamControlTrack\\CLSID] 1526460533 +#time=1d3ecf2b7d7ee18 @="{4BE0537B-5C19-11D3-8BDC-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicParamControlTrack\\CurVer] 1460706471 -#time=1d196eb1cef6890 +[Software\\Classes\\Microsoft.DirectMusicParamControlTrack\\CurVer] 1526460533 +#time=1d3ecf2b7d7ef8a @="Microsoft.DirectMusicParamControlTrack.1" -[Software\\Classes\\Microsoft.DirectMusicParamControlTrack.1] 1460706471 -#time=1d196eb1cef639a +[Software\\Classes\\Microsoft.DirectMusicParamControlTrack.1] 1526460533 +#time=1d3ecf2b7d7ea6c @="DirectMusicParamControlTrack" -[Software\\Classes\\Microsoft.DirectMusicParamControlTrack.1\\CLSID] 1460706471 -#time=1d196eb1cef641c +[Software\\Classes\\Microsoft.DirectMusicParamControlTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7eaf8 @="{4BE0537B-5C19-11D3-8BDC-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicPerformance] 1460706471 -#time=1d196eb1cef22b8 +[Software\\Classes\\Microsoft.DirectMusicPerformance] 1526460533 +#time=1d3ecf2b7d7a458 @="DirectMusicPerformance" -[Software\\Classes\\Microsoft.DirectMusicPerformance\\CLSID] 1460706471 -#time=1d196eb1cef21e6 +[Software\\Classes\\Microsoft.DirectMusicPerformance\\CLSID] 1526460533 +#time=1d3ecf2b7d7a368 @="{D2AC2881-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicPerformance\\CurVer] 1460706471 -#time=1d196eb1cef2326 +[Software\\Classes\\Microsoft.DirectMusicPerformance\\CurVer] 1526460533 +#time=1d3ecf2b7d7a4da @="Microsoft.DirectMusicPerformance.1" -[Software\\Classes\\Microsoft.DirectMusicPerformance.1] 1460706471 -#time=1d196eb1cef1e80 +[Software\\Classes\\Microsoft.DirectMusicPerformance.1] 1526460533 +#time=1d3ecf2b7d79fc6 @="DirectMusicPerformance" -[Software\\Classes\\Microsoft.DirectMusicPerformance.1\\CLSID] 1460706471 -#time=1d196eb1cef1eee +[Software\\Classes\\Microsoft.DirectMusicPerformance.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7a048 @="{D2AC2881-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader] 1460706471 -#time=1d196eb1cf02172 +[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader] 1526460533 +#time=1d3ecf2b7f20fe6 @="DirectMusic Script Source Code Loader" -[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader\\CLSID] 1460706471 -#time=1d196eb1cf020aa +[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader\\CLSID] 1526460533 +#time=1d3ecf2b7f20ef6 @="{C70EB77F-EFD4-4678-A27B-BF1648F30D04}" -[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader\\CurVer] 1460706471 -#time=1d196eb1cf021ea +[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader\\CurVer] 1526460533 +#time=1d3ecf2b7f21072 @="Microsoft.DirectMusicScripSourceCodeLoader.1" -[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader.1] 1460706471 -#time=1d196eb1cf01d9e +[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader.1] 1526460533 +#time=1d3ecf2b7f20b54 @="DirectMusic Script Source Code Loader" -[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader.1\\CLSID] 1460706471 -#time=1d196eb1cf01e0c +[Software\\Classes\\Microsoft.DirectMusicScripSourceCodeLoader.1\\CLSID] 1526460533 +#time=1d3ecf2b7f20bd6 @="{C70EB77F-EFD4-4678-A27B-BF1648F30D04}" -[Software\\Classes\\Microsoft.DirectMusicScript] 1460706471 -#time=1d196eb1cf01402 +[Software\\Classes\\Microsoft.DirectMusicScript] 1526460533 +#time=1d3ecf2b7f1fc40 @="DirectMusic Script Object" -[Software\\Classes\\Microsoft.DirectMusicScript\\CLSID] 1460706471 -#time=1d196eb1cf01330 +[Software\\Classes\\Microsoft.DirectMusicScript\\CLSID] 1526460533 +#time=1d3ecf2b7f1f9ac @="{810B5013-E88D-11D2-8BC1-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicScript\\CurVer] 1460706471 -#time=1d196eb1cf014d4 +[Software\\Classes\\Microsoft.DirectMusicScript\\CurVer] 1526460533 +#time=1d3ecf2b7f1fd3a @="Microsoft.DirectMusicScript.1" -[Software\\Classes\\Microsoft.DirectMusicScript.1] 1460706471 -#time=1d196eb1cf0101a +[Software\\Classes\\Microsoft.DirectMusicScript.1] 1526460533 +#time=1d3ecf2b7f1f2ea @="DirectMusic Script Object" -[Software\\Classes\\Microsoft.DirectMusicScript.1\\CLSID] 1460706471 -#time=1d196eb1cf01088 +[Software\\Classes\\Microsoft.DirectMusicScript.1\\CLSID] 1526460533 +#time=1d3ecf2b7f1f3a8 @="{810B5013-E88D-11D2-8BC1-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath] 1460706471 -#time=1d196eb1cf03540 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath] 1526460533 +#time=1d3ecf2b7f227ba @="DirectMusic Script AutoImp AudioPath" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath\\CLSID] 1460706471 -#time=1d196eb1cf0346e +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath\\CLSID] 1526460533 +#time=1d3ecf2b7f226b6 @="{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath\\CurVer] 1460706471 -#time=1d196eb1cf035ae +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath\\CurVer] 1526460533 +#time=1d3ecf2b7f22846 @="Microsoft.DirectMusicScriptAutoImpAudioPath.1" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath.1] 1460706471 -#time=1d196eb1cf03144 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath.1] 1526460533 +#time=1d3ecf2b7f2231e @="DirectMusic Script AutoImp AudioPath" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath.1\\CLSID] 1460706471 -#time=1d196eb1cf031b2 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPath.1\\CLSID] 1526460533 +#time=1d3ecf2b7f223a0 @="{2C5F9B72-7148-4D97-BFC9-68A0E076BEBD}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig] 1460706471 -#time=1d196eb1cf02e9c +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig] 1526460533 +#time=1d3ecf2b7f21fcc @="DirectMusic Script AutoImp AudioPathConfig" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig\\CLSID] 1460706471 -#time=1d196eb1cf02dd4 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig\\CLSID] 1526460533 +#time=1d3ecf2b7f21edc @="{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig\\CurVer] 1460706471 -#time=1d196eb1cf02f14 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig\\CurVer] 1526460533 +#time=1d3ecf2b7f22058 @="Microsoft.DirectMusicScriptAutoImpAudioPathConfig.1" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig.1] 1460706471 -#time=1d196eb1cf02abe +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig.1] 1526460533 +#time=1d3ecf2b7f21b26 @="DirectMusic Script AutoImp AudioPathConfig" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig.1\\CLSID] 1460706471 -#time=1d196eb1cf02b2c +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpAudioPathConfig.1\\CLSID] 1526460533 +#time=1d3ecf2b7f21ba8 @="{1CEBDE3E-6B91-484A-AF48-5E4F4ED6B1E1}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance] 1460706471 -#time=1d196eb1cf01b00 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance] 1526460533 +#time=1d3ecf2b7f20820 @="DirectMusic Script AutoImp Performance" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance\\CLSID] 1460706471 -#time=1d196eb1cf01a2e +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance\\CLSID] 1526460533 +#time=1d3ecf2b7f20726 @="{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance\\CurVer] 1460706471 -#time=1d196eb1cf01b78 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance\\CurVer] 1526460533 +#time=1d3ecf2b7f208ac @="Microsoft.DirectMusicScriptAutoImpPerformance.1" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance.1] 1460706471 -#time=1d196eb1cf01704 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance.1] 1526460533 +#time=1d3ecf2b7f2017c @="DirectMusic Script AutoImp Performance" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance.1\\CLSID] 1460706471 -#time=1d196eb1cf0177c +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpPerformance.1\\CLSID] 1526460533 +#time=1d3ecf2b7f20258 @="{A861C6E2-FCFC-11D2-8BC9-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment] 1460706471 -#time=1d196eb1cf006b0 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment] 1526460533 +#time=1d3ecf2b7f1e138 @="DirectMusic Script AutoImp Segment" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment\\CLSID] 1460706471 -#time=1d196eb1cf005de +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment\\CLSID] 1526460533 +#time=1d3ecf2b7f1df80 @="{4062C116-0270-11D3-8BCB-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment\\CurVer] 1460706471 -#time=1d196eb1cf00728 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment\\CurVer] 1526460533 +#time=1d3ecf2b7f1e250 @="Microsoft.DirectMusicScriptAutoImpSegment.1" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment.1] 1460706471 -#time=1d196eb1cf002aa +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment.1] 1526460533 +#time=1d3ecf2b7f1daa8 @="DirectMusic Script AutoImp Segment" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment.1\\CLSID] 1460706471 -#time=1d196eb1cf00322 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegment.1\\CLSID] 1526460533 +#time=1d3ecf2b7f1dbc0 @="{4062C116-0270-11D3-8BCB-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState] 1460706471 -#time=1d196eb1cf02816 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState] 1526460533 +#time=1d3ecf2b7f217e8 @="DirectMusic Script AutoImp SegmentState" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState\\CLSID] 1460706471 -#time=1d196eb1cf0274e +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState\\CLSID] 1526460533 +#time=1d3ecf2b7f216ee @="{EBF2320A-2502-11D3-8BD1-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState\\CurVer] 1460706471 -#time=1d196eb1cf0288e +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState\\CurVer] 1526460533 +#time=1d3ecf2b7f21874 @="Microsoft.DirectMusicScriptAutoImpSegmentState.1" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState.1] 1460706471 -#time=1d196eb1cf0241a +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState.1] 1526460533 +#time=1d3ecf2b7f2134c @="DirectMusic Script AutoImp SegmentState" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState.1\\CLSID] 1460706471 -#time=1d196eb1cf02492 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSegmentState.1\\CLSID] 1526460533 +#time=1d3ecf2b7f213ce @="{EBF2320A-2502-11D3-8BD1-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong] 1460706471 -#time=1d196eb1cf03bbc +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong] 1526460533 +#time=1d3ecf2b7f22f6c @="DirectMusic Script AutoImp Song" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong\\CLSID] 1460706471 -#time=1d196eb1cf03aea +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong\\CLSID] 1526460533 +#time=1d3ecf2b7f22e72 @="{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong\\CurVer] 1460706471 -#time=1d196eb1cf03c2a +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong\\CurVer] 1526460533 +#time=1d3ecf2b7f22ff8 @="Microsoft.DirectMusicScriptAutoImpSong.1" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong.1] 1460706471 -#time=1d196eb1cf037de +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong.1] 1526460533 +#time=1d3ecf2b7f22ada @="DirectMusic Script AutoImp Song" -[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong.1\\CLSID] 1460706471 -#time=1d196eb1cf03856 +[Software\\Classes\\Microsoft.DirectMusicScriptAutoImpSong.1\\CLSID] 1526460533 +#time=1d3ecf2b7f22b5c @="{A16F1761-B6D8-42EB-8D57-4A44FEDD3BD2}" -[Software\\Classes\\Microsoft.DirectMusicScriptTrack] 1460706471 -#time=1d196eb1cf00d72 +[Software\\Classes\\Microsoft.DirectMusicScriptTrack] 1526460533 +#time=1d3ecf2b7f1ecf0 @="DirectMusicScriptTrack" -[Software\\Classes\\Microsoft.DirectMusicScriptTrack\\CLSID] 1460706471 -#time=1d196eb1cf00caa +[Software\\Classes\\Microsoft.DirectMusicScriptTrack\\CLSID] 1526460533 +#time=1d3ecf2b7f1ebce @="{4108FA85-3586-11D3-8BD7-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicScriptTrack\\CurVer] 1460706471 -#time=1d196eb1cf00dea +[Software\\Classes\\Microsoft.DirectMusicScriptTrack\\CurVer] 1526460533 +#time=1d3ecf2b7f1eda4 @="Microsoft.DirectMusicScriptTrack.1" -[Software\\Classes\\Microsoft.DirectMusicScriptTrack.1] 1460706471 -#time=1d196eb1cf00994 +[Software\\Classes\\Microsoft.DirectMusicScriptTrack.1] 1526460533 +#time=1d3ecf2b7f1e638 @="DirectMusicScriptTrack" -[Software\\Classes\\Microsoft.DirectMusicScriptTrack.1\\CLSID] 1460706471 -#time=1d196eb1cf00a02 +[Software\\Classes\\Microsoft.DirectMusicScriptTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7f1e70a @="{4108FA85-3586-11D3-8BD7-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicSection] 1460706471 -#time=1d196eb1cf0945e +[Software\\Classes\\Microsoft.DirectMusicSection] 1526460533 +#time=1d3ecf2b7fd27a0 @="DirectMusicSection" -[Software\\Classes\\Microsoft.DirectMusicSection\\CLSID] 1460706471 -#time=1d196eb1cf0931e +[Software\\Classes\\Microsoft.DirectMusicSection\\CLSID] 1526460533 +#time=1d3ecf2b7fd26a6 @="{3F037241-414E-11D1-A7CE-00A0C913F73C}" -[Software\\Classes\\Microsoft.DirectMusicSection\\CurVer] 1460706471 -#time=1d196eb1cf094cc +[Software\\Classes\\Microsoft.DirectMusicSection\\CurVer] 1526460533 +#time=1d3ecf2b7fd2822 @="Microsoft.DirectMusicSection.1" -[Software\\Classes\\Microsoft.DirectMusicSection.1] 1460706471 -#time=1d196eb1cf08fae +[Software\\Classes\\Microsoft.DirectMusicSection.1] 1526460533 +#time=1d3ecf2b7fd230e @="DirectMusicSection" -[Software\\Classes\\Microsoft.DirectMusicSection.1\\CLSID] 1460706471 -#time=1d196eb1cf0901c +[Software\\Classes\\Microsoft.DirectMusicSection.1\\CLSID] 1526460533 +#time=1d3ecf2b7fd2390 @="{3F037241-414E-11D1-A7CE-00A0C913F73C}" -[Software\\Classes\\Microsoft.DirectMusicSegment] 1460706471 -#time=1d196eb1cef2b64 +[Software\\Classes\\Microsoft.DirectMusicSegment] 1526460533 +#time=1d3ecf2b7d7ac14 @="DirectMusicSegment" -[Software\\Classes\\Microsoft.DirectMusicSegment\\CLSID] 1460706471 -#time=1d196eb1cef28e4 +[Software\\Classes\\Microsoft.DirectMusicSegment\\CLSID] 1526460533 +#time=1d3ecf2b7d7ab1a @="{D2AC2882-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSegment\\CurVer] 1460706471 -#time=1d196eb1cef2c68 +[Software\\Classes\\Microsoft.DirectMusicSegment\\CurVer] 1526460533 +#time=1d3ecf2b7d7ac96 @="Microsoft.DirectMusicSegment.1" -[Software\\Classes\\Microsoft.DirectMusicSegment.1] 1460706471 -#time=1d196eb1cef2542 +[Software\\Classes\\Microsoft.DirectMusicSegment.1] 1526460533 +#time=1d3ecf2b7d7a782 @="DirectMusicSegment" -[Software\\Classes\\Microsoft.DirectMusicSegment.1\\CLSID] 1460706471 -#time=1d196eb1cef25b0 +[Software\\Classes\\Microsoft.DirectMusicSegment.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7a80e @="{D2AC2882-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSegmentState] 1460706471 -#time=1d196eb1cef3578 +[Software\\Classes\\Microsoft.DirectMusicSegmentState] 1526460533 +#time=1d3ecf2b7d7b3d0 @="DirectMusicSegmentState" -[Software\\Classes\\Microsoft.DirectMusicSegmentState\\CLSID] 1460706471 -#time=1d196eb1cef349c +[Software\\Classes\\Microsoft.DirectMusicSegmentState\\CLSID] 1526460533 +#time=1d3ecf2b7d7b2d6 @="{D2AC2883-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSegmentState\\CurVer] 1460706471 -#time=1d196eb1cef35f0 +[Software\\Classes\\Microsoft.DirectMusicSegmentState\\CurVer] 1526460533 +#time=1d3ecf2b7d7b452 @="Microsoft.DirectMusicSegmentState.1" -[Software\\Classes\\Microsoft.DirectMusicSegmentState.1] 1460706471 -#time=1d196eb1cef314a +[Software\\Classes\\Microsoft.DirectMusicSegmentState.1] 1526460533 +#time=1d3ecf2b7d7af2a @="DirectMusicSegmentState" -[Software\\Classes\\Microsoft.DirectMusicSegmentState.1\\CLSID] 1460706471 -#time=1d196eb1cef31d6 +[Software\\Classes\\Microsoft.DirectMusicSegmentState.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7afb6 @="{D2AC2883-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack] 1460706471 -#time=1d196eb1cef7cd6 +[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack] 1526460533 +#time=1d3ecf2b7d8061e @="DirectMusicSegTriggerTrack" -[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack\\CLSID] 1460706471 -#time=1d196eb1cef7bfa +[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack\\CLSID] 1526460533 +#time=1d3ecf2b7d80524 @="{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack\\CurVer] 1460706471 -#time=1d196eb1cef7d44 +[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack\\CurVer] 1526460533 +#time=1d3ecf2b7d806a0 @="Microsoft.DirectMusicSegTriggerTrack.1" -[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack.1] 1460706471 -#time=1d196eb1cef78da +[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack.1] 1526460533 +#time=1d3ecf2b7d8016e @="DirectMusicSegTriggerTrack" -[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack.1\\CLSID] 1460706471 -#time=1d196eb1cef7952 +[Software\\Classes\\Microsoft.DirectMusicSegTriggerTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7d801f0 @="{BAE4D665-4EA1-11D3-8BDA-00600893B1B6}" -[Software\\Classes\\Microsoft.DirectMusicSeqTrack] 1460706471 -#time=1d196eb1cef4ae0 +[Software\\Classes\\Microsoft.DirectMusicSeqTrack] 1526460533 +#time=1d3ecf2b7d7cadc @="DirectMusicSeqTrack" -[Software\\Classes\\Microsoft.DirectMusicSeqTrack\\CLSID] 1460706471 -#time=1d196eb1cef4a04 +[Software\\Classes\\Microsoft.DirectMusicSeqTrack\\CLSID] 1526460533 +#time=1d3ecf2b7d7c9e2 @="{D2AC2886-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSeqTrack\\CurVer] 1460706471 -#time=1d196eb1cef4b4e +[Software\\Classes\\Microsoft.DirectMusicSeqTrack\\CurVer] 1526460533 +#time=1d3ecf2b7d7cb68 @="Microsoft.DirectMusicSeqTrack.1" -[Software\\Classes\\Microsoft.DirectMusicSeqTrack.1] 1460706471 -#time=1d196eb1cef46d0 +[Software\\Classes\\Microsoft.DirectMusicSeqTrack.1] 1526460533 +#time=1d3ecf2b7d7c640 @="DirectMusicSeqTrack" -[Software\\Classes\\Microsoft.DirectMusicSeqTrack.1\\CLSID] 1460706471 -#time=1d196eb1cef4752 +[Software\\Classes\\Microsoft.DirectMusicSeqTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7c6c2 @="{D2AC2886-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSignPostTrack] 1460706471 -#time=1d196eb1ceeb0f8 +[Software\\Classes\\Microsoft.DirectMusicSignPostTrack] 1526460533 +#time=1d3ecf2b7b52374 @="DirectMusicSignPostTrack" -[Software\\Classes\\Microsoft.DirectMusicSignPostTrack\\CLSID] 1460706471 -#time=1d196eb1ceeb01c +[Software\\Classes\\Microsoft.DirectMusicSignPostTrack\\CLSID] 1526460533 +#time=1d3ecf2b7b52284 @="{F17E8672-C3B4-11D1-870B-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSignPostTrack\\CurVer] 1460706471 -#time=1d196eb1ceeb170 +[Software\\Classes\\Microsoft.DirectMusicSignPostTrack\\CurVer] 1526460533 +#time=1d3ecf2b7b523f6 @="Microsoft.DirectMusicSignPostTrack.1" -[Software\\Classes\\Microsoft.DirectMusicSignPostTrack.1] 1460706471 -#time=1d196eb1ceeac8e +[Software\\Classes\\Microsoft.DirectMusicSignPostTrack.1] 1526460533 +#time=1d3ecf2b7b51eec @="DirectMusicSignPostTrack" -[Software\\Classes\\Microsoft.DirectMusicSignPostTrack.1\\CLSID] 1460706471 -#time=1d196eb1ceead10 +[Software\\Classes\\Microsoft.DirectMusicSignPostTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7b51f6e @="{F17E8672-C3B4-11D1-870B-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSong] 1460706471 -#time=1d196eb1cef60fc +[Software\\Classes\\Microsoft.DirectMusicSong] 1526460533 +#time=1d3ecf2b7d7e5bc @="DirectMusicSong" -[Software\\Classes\\Microsoft.DirectMusicSong\\CLSID] 1460706471 -#time=1d196eb1cef6020 +[Software\\Classes\\Microsoft.DirectMusicSong\\CLSID] 1526460533 +#time=1d3ecf2b7d7e418 @="{AED5F0A5-D972-483D-A384-649DFEB9C181}" -[Software\\Classes\\Microsoft.DirectMusicSong\\CurVer] 1460706471 -#time=1d196eb1cef616a +[Software\\Classes\\Microsoft.DirectMusicSong\\CurVer] 1526460533 +#time=1d3ecf2b7d7e6b6 @="Microsoft.DirectMusicSong.1" -[Software\\Classes\\Microsoft.DirectMusicSong.1] 1460706471 -#time=1d196eb1cef5d0a +[Software\\Classes\\Microsoft.DirectMusicSong.1] 1526460533 +#time=1d3ecf2b7d7e01c @="DirectMusicSong" -[Software\\Classes\\Microsoft.DirectMusicSong.1\\CLSID] 1460706471 -#time=1d196eb1cef5d82 +[Software\\Classes\\Microsoft.DirectMusicSong.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7e0c6 @="{AED5F0A5-D972-483D-A384-649DFEB9C181}" -[Software\\Classes\\Microsoft.DirectMusicStyle] 1460706471 -#time=1d196eb1cf09b2a +[Software\\Classes\\Microsoft.DirectMusicStyle] 1526460533 +#time=1d3ecf2b7fd2fca @="DirectMusicStyle" -[Software\\Classes\\Microsoft.DirectMusicStyle\\CLSID] 1460706471 -#time=1d196eb1cf09a58 +[Software\\Classes\\Microsoft.DirectMusicStyle\\CLSID] 1526460533 +#time=1d3ecf2b7fd2eda @="{D2AC288A-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicStyle\\CurVer] 1460706471 -#time=1d196eb1cf09b98 +[Software\\Classes\\Microsoft.DirectMusicStyle\\CurVer] 1526460533 +#time=1d3ecf2b7fd304c @="Microsoft.DirectMusicStyle.1" -[Software\\Classes\\Microsoft.DirectMusicStyle.1] 1460706471 -#time=1d196eb1cf096f2 +[Software\\Classes\\Microsoft.DirectMusicStyle.1] 1526460533 +#time=1d3ecf2b7fd2ab6 @="DirectMusicStyle" -[Software\\Classes\\Microsoft.DirectMusicStyle.1\\CLSID] 1460706471 -#time=1d196eb1cf0976a +[Software\\Classes\\Microsoft.DirectMusicStyle.1\\CLSID] 1526460533 +#time=1d3ecf2b7fd2b42 @="{D2AC288A-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicStyleTrack] 1460706471 -#time=1d196eb1cf0ae8a +[Software\\Classes\\Microsoft.DirectMusicStyleTrack] 1526460533 +#time=1d3ecf2b7fd4708 @="DirectMusicStyleTrack" -[Software\\Classes\\Microsoft.DirectMusicStyleTrack\\CLSID] 1460706471 -#time=1d196eb1cf0adb8 +[Software\\Classes\\Microsoft.DirectMusicStyleTrack\\CLSID] 1526460533 +#time=1d3ecf2b7fd460e @="{D2AC288D-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicStyleTrack\\CurVer] 1460706471 -#time=1d196eb1cf0af02 +[Software\\Classes\\Microsoft.DirectMusicStyleTrack\\CurVer] 1526460533 +#time=1d3ecf2b7fd478a @="Microsoft.DirectMusicStyleTrack.1" -[Software\\Classes\\Microsoft.DirectMusicStyleTrack.1] 1460706471 -#time=1d196eb1cf0aac0 +[Software\\Classes\\Microsoft.DirectMusicStyleTrack.1] 1526460533 +#time=1d3ecf2b7fd426c @="DirectMusicStyleTrack" -[Software\\Classes\\Microsoft.DirectMusicStyleTrack.1\\CLSID] 1460706471 -#time=1d196eb1cf0ab2e +[Software\\Classes\\Microsoft.DirectMusicStyleTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7fd42ee @="{D2AC288D-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSynth] 1460706471 -#time=1d196eb1cf0f11a +[Software\\Classes\\Microsoft.DirectMusicSynth] 1526460533 +#time=1d3ecf2b7dc07e6 @="DirectMusicSynth" -[Software\\Classes\\Microsoft.DirectMusicSynth\\CLSID] 1460706471 -#time=1d196eb1cf0f048 +[Software\\Classes\\Microsoft.DirectMusicSynth\\CLSID] 1526460533 +#time=1d3ecf2b7dc06ec @="{58C2B4D0-46E7-11D1-89AC-00A0C9054129}" -[Software\\Classes\\Microsoft.DirectMusicSynth\\CurVer] 1460706471 -#time=1d196eb1cf0f188 +[Software\\Classes\\Microsoft.DirectMusicSynth\\CurVer] 1526460533 +#time=1d3ecf2b7dc0868 @="Microsoft.DirectMusicSynth.1" -[Software\\Classes\\Microsoft.DirectMusicSynth.1] 1460706471 -#time=1d196eb1cf0ed46 +[Software\\Classes\\Microsoft.DirectMusicSynth.1] 1526460533 +#time=1d3ecf2b7dc0354 @="DirectMusicSynth" -[Software\\Classes\\Microsoft.DirectMusicSynth.1\\CLSID] 1460706471 -#time=1d196eb1cf0edb4 +[Software\\Classes\\Microsoft.DirectMusicSynth.1\\CLSID] 1526460533 +#time=1d3ecf2b7dc03d6 @="{58C2B4D0-46E7-11D1-89AC-00A0C9054129}" -[Software\\Classes\\Microsoft.DirectMusicSynthSink] 1460706471 -#time=1d196eb1cf0f886 +[Software\\Classes\\Microsoft.DirectMusicSynthSink] 1526460533 +#time=1d3ecf2b7dc0f7a @="DirectMusicSynthSink" -[Software\\Classes\\Microsoft.DirectMusicSynthSink\\CLSID] 1460706471 -#time=1d196eb1cf0f7aa +[Software\\Classes\\Microsoft.DirectMusicSynthSink\\CLSID] 1526460533 +#time=1d3ecf2b7dc0e8a @="{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}" -[Software\\Classes\\Microsoft.DirectMusicSynthSink\\CurVer] 1460706471 -#time=1d196eb1cf0f8f4 +[Software\\Classes\\Microsoft.DirectMusicSynthSink\\CurVer] 1526460533 +#time=1d3ecf2b7dc1024 @="Microsoft.DirectMusicSynthSink.1" -[Software\\Classes\\Microsoft.DirectMusicSynthSink.1] 1460706471 -#time=1d196eb1cf0f3ae +[Software\\Classes\\Microsoft.DirectMusicSynthSink.1] 1526460533 +#time=1d3ecf2b7dc0ae8 @="DirectMusicSynthSink" -[Software\\Classes\\Microsoft.DirectMusicSynthSink.1\\CLSID] 1460706471 -#time=1d196eb1cf0f41c +[Software\\Classes\\Microsoft.DirectMusicSynthSink.1\\CLSID] 1526460533 +#time=1d3ecf2b7dc0b6a @="{AEC17CE3-A514-11D1-AFA6-00AA0024D8B6}" -[Software\\Classes\\Microsoft.DirectMusicSysExTrack] 1460706471 -#time=1d196eb1cef5350 +[Software\\Classes\\Microsoft.DirectMusicSysExTrack] 1526460533 +#time=1d3ecf2b7d7d464 @="DirectMusicSysExTrack" -[Software\\Classes\\Microsoft.DirectMusicSysExTrack\\CLSID] 1460706471 -#time=1d196eb1cef5274 +[Software\\Classes\\Microsoft.DirectMusicSysExTrack\\CLSID] 1526460533 +#time=1d3ecf2b7d7d202 @="{D2AC2887-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicSysExTrack\\CurVer] 1460706471 -#time=1d196eb1cef53c8 +[Software\\Classes\\Microsoft.DirectMusicSysExTrack\\CurVer] 1526460533 +#time=1d3ecf2b7d7d4e6 @="Microsoft.DirectMusicSysExTrack.1" -[Software\\Classes\\Microsoft.DirectMusicSysExTrack.1] 1460706471 -#time=1d196eb1cef4dc4 +[Software\\Classes\\Microsoft.DirectMusicSysExTrack.1] 1526460533 +#time=1d3ecf2b7d7cdf2 @="DirectMusicSysExTrack" -[Software\\Classes\\Microsoft.DirectMusicSysExTrack.1\\CLSID] 1460706471 -#time=1d196eb1cef4ec8 +[Software\\Classes\\Microsoft.DirectMusicSysExTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7ce7e @="{D2AC2887-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicTemplate] 1460706471 -#time=1d196eb1ceea914 +[Software\\Classes\\Microsoft.DirectMusicTemplate] 1526460533 +#time=1d3ecf2b7b51bcc @="DirectMusicTemplate" -[Software\\Classes\\Microsoft.DirectMusicTemplate\\CLSID] 1460706471 -#time=1d196eb1ceea838 +[Software\\Classes\\Microsoft.DirectMusicTemplate\\CLSID] 1526460533 +#time=1d3ecf2b7b51ab4 @="{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}" -[Software\\Classes\\Microsoft.DirectMusicTemplate\\CurVer] 1460706471 -#time=1d196eb1ceea982 +[Software\\Classes\\Microsoft.DirectMusicTemplate\\CurVer] 1526460533 +#time=1d3ecf2b7b51c4e @="Microsoft.DirectMusicTemplate.1" -[Software\\Classes\\Microsoft.DirectMusicTemplate.1] 1460706471 -#time=1d196eb1ceea536 +[Software\\Classes\\Microsoft.DirectMusicTemplate.1] 1526460533 +#time=1d3ecf2b7b5171c @="DirectMusicTemplate" -[Software\\Classes\\Microsoft.DirectMusicTemplate.1\\CLSID] 1460706471 -#time=1d196eb1ceea5a4 +[Software\\Classes\\Microsoft.DirectMusicTemplate.1\\CLSID] 1526460533 +#time=1d3ecf2b7b5179e @="{D30BCC65-60E8-11D1-A7CE-00A0C913F73C}" -[Software\\Classes\\Microsoft.DirectMusicTempoTrack] 1460706471 -#time=1d196eb1cef439c +[Software\\Classes\\Microsoft.DirectMusicTempoTrack] 1526460533 +#time=1d3ecf2b7d7c32a @="DirectMusicTempoTrack" -[Software\\Classes\\Microsoft.DirectMusicTempoTrack\\CLSID] 1460706471 -#time=1d196eb1cef428e +[Software\\Classes\\Microsoft.DirectMusicTempoTrack\\CLSID] 1526460533 +#time=1d3ecf2b7d7c230 @="{D2AC2885-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicTempoTrack\\CurVer] 1460706471 -#time=1d196eb1cef440a +[Software\\Classes\\Microsoft.DirectMusicTempoTrack\\CurVer] 1526460533 +#time=1d3ecf2b7d7c3ac @="Microsoft.DirectMusicTempoTrack.1" -[Software\\Classes\\Microsoft.DirectMusicTempoTrack.1] 1460706471 -#time=1d196eb1cef3f78 +[Software\\Classes\\Microsoft.DirectMusicTempoTrack.1] 1526460533 +#time=1d3ecf2b7d7be98 @="DirectMusicTempoTrack" -[Software\\Classes\\Microsoft.DirectMusicTempoTrack.1\\CLSID] 1460706471 -#time=1d196eb1cef3fe6 +[Software\\Classes\\Microsoft.DirectMusicTempoTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7bf1a @="{D2AC2885-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack] 1460706471 -#time=1d196eb1cef5a62 +[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack] 1526460533 +#time=1d3ecf2b7d7dc48 @="DirectMusicTimeSigTrack" -[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack\\CLSID] 1460706471 -#time=1d196eb1cef5986 +[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack\\CLSID] 1526460533 +#time=1d3ecf2b7d7db4e @="{D2AC2888-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack\\CurVer] 1460706471 -#time=1d196eb1cef5ada +[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack\\CurVer] 1526460533 +#time=1d3ecf2b7d7dcca @="Microsoft.DirectMusicTimeSigTrack.1" -[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack.1] 1460706471 -#time=1d196eb1cef5602 +[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack.1] 1526460533 +#time=1d3ecf2b7d7d784 @="DirectMusicTimeSigTrack" -[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack.1\\CLSID] 1460706471 -#time=1d196eb1cef567a +[Software\\Classes\\Microsoft.DirectMusicTimeSigTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7d7d810 @="{D2AC2888-B39B-11D1-8704-00600893B1BD}" -[Software\\Classes\\Microsoft.DirectMusicWaveTrack] 1460706471 -#time=1d196eb1cef8a1e +[Software\\Classes\\Microsoft.DirectMusicWaveTrack] 1526460533 +#time=1d3ecf2b7d8153c @="DirectMusicWaveTrack" -[Software\\Classes\\Microsoft.DirectMusicWaveTrack\\CLSID] 1460706471 -#time=1d196eb1cef8942 +[Software\\Classes\\Microsoft.DirectMusicWaveTrack\\CLSID] 1526460533 +#time=1d3ecf2b7d81442 @="{EED36461-9EA5-11D3-9BD1-0080C7150A74}" -[Software\\Classes\\Microsoft.DirectMusicWaveTrack\\CurVer] 1460706471 -#time=1d196eb1cef8a8c +[Software\\Classes\\Microsoft.DirectMusicWaveTrack\\CurVer] 1526460533 +#time=1d3ecf2b7d815dc @="Microsoft.DirectMusicWaveTrack.1" -[Software\\Classes\\Microsoft.DirectMusicWaveTrack.1] 1460706471 -#time=1d196eb1cef8636 +[Software\\Classes\\Microsoft.DirectMusicWaveTrack.1] 1526460533 +#time=1d3ecf2b7d810aa @="DirectMusicWaveTrack" -[Software\\Classes\\Microsoft.DirectMusicWaveTrack.1\\CLSID] 1460706471 -#time=1d196eb1cef86a4 +[Software\\Classes\\Microsoft.DirectMusicWaveTrack.1\\CLSID] 1526460533 +#time=1d3ecf2b7d81136 @="{EED36461-9EA5-11D3-9BD1-0080C7150A74}" -[Software\\Classes\\Microsoft.DirectSoundWave] 1460706471 -#time=1d196eb1cf28f84 +[Software\\Classes\\Microsoft.DirectSoundWave] 1526460533 +#time=1d3ecf2b7dce4c2 @="Microsoft DirectSound Wave" -[Software\\Classes\\Microsoft.DirectSoundWave\\CLSID] 1460706471 -#time=1d196eb1cf28eb2 +[Software\\Classes\\Microsoft.DirectSoundWave\\CLSID] 1526460533 +#time=1d3ecf2b7dce3c8 @="{8A667154-F9CB-11D2-AD8A-0060B0575ABC}" -[Software\\Classes\\Microsoft.DirectSoundWave\\CurVer] 1460706471 -#time=1d196eb1cf28ffc +[Software\\Classes\\Microsoft.DirectSoundWave\\CurVer] 1526460533 +#time=1d3ecf2b7dce54e @="Microsoft.DirectSoundWave.1" -[Software\\Classes\\Microsoft.DirectSoundWave.1] 1460706471 -#time=1d196eb1cf28b74 +[Software\\Classes\\Microsoft.DirectSoundWave.1] 1526460533 +#time=1d3ecf2b7dce026 @="Microsoft DirectSound Wave" -[Software\\Classes\\Microsoft.DirectSoundWave.1\\CLSID] 1460706471 -#time=1d196eb1cf28bec +[Software\\Classes\\Microsoft.DirectSoundWave.1\\CLSID] 1526460533 +#time=1d3ecf2b7dce0b2 @="{8A667154-F9CB-11D2-AD8A-0060B0575ABC}" -[Software\\Classes\\Microsoft.FreeThreadedXMLDOM] 1460706471 -#time=1d196eb1cd2069c +[Software\\Classes\\Microsoft.FreeThreadedXMLDOM] 1526460533 +#time=1d3ecf2b79389bc @="Free Threaded XML DOM Document" -[Software\\Classes\\Microsoft.FreeThreadedXMLDOM\\CLSID] 1460706471 -#time=1d196eb1cd205ca +[Software\\Classes\\Microsoft.FreeThreadedXMLDOM\\CLSID] 1526460533 +#time=1d3ecf2b79388ae @="{2933BF91-7B36-11D2-B20E-00C04F983E60}" -[Software\\Classes\\Microsoft.FreeThreadedXMLDOM\\CurVer] 1460706471 -#time=1d196eb1cd2070a +[Software\\Classes\\Microsoft.FreeThreadedXMLDOM\\CurVer] 1526460533 +#time=1d3ecf2b7938a48 @="Microsoft.FreeThreadedXMLDOM.1.0" -[Software\\Classes\\Microsoft.FreeThreadedXMLDOM.1.0] 1460706471 -#time=1d196eb1cd202d2 +[Software\\Classes\\Microsoft.FreeThreadedXMLDOM.1.0] 1526460533 +#time=1d3ecf2b793837c @="Free Threaded XML DOM Document" -[Software\\Classes\\Microsoft.FreeThreadedXMLDOM.1.0\\CLSID] 1460706471 -#time=1d196eb1cd20340 +[Software\\Classes\\Microsoft.FreeThreadedXMLDOM.1.0\\CLSID] 1526460533 +#time=1d3ecf2b7938412 @="{2933BF91-7B36-11D2-B20E-00C04F983E60}" -[Software\\Classes\\Microsoft.IE.Manager] 1460706647 -#time=1d196eb857496d8 +[Software\\Classes\\Microsoft.IE.Manager] 1526460879 +#time=1d3ecf3863ac456 @="Microsoft.IE.Manager" -[Software\\Classes\\Microsoft.IE.Manager\\CLSID] 1460706647 -#time=1d196eb85747932 +[Software\\Classes\\Microsoft.IE.Manager\\CLSID] 1526460879 +#time=1d3ecf3863a8df6 @="{CA35CB3D-0357-11D3-8729-00C04F79ED0D}" -[Software\\Classes\\Microsoft.IE.Manager.1] 1460706647 -#time=1d196eb856d8366 +[Software\\Classes\\Microsoft.IE.Manager.1] 1526460879 +#time=1d3ecf3862de560 @="IE Filter for CLR activation" -[Software\\Classes\\Microsoft.JScript.COMFieldInfo] 1460706647 -#time=1d196eb8588dc42 +[Software\\Classes\\Microsoft.JScript.COMFieldInfo] 1526460879 +#time=1d3ecf3865ccbaa @="Microsoft.JScript.COMFieldInfo" -[Software\\Classes\\Microsoft.JScript.COMFieldInfo\\CLSID] 1460706647 -#time=1d196eb8588cb3a +[Software\\Classes\\Microsoft.JScript.COMFieldInfo\\CLSID] 1526460879 +#time=1d3ecf3865cb372 @="{CA0F511A-FAF2-4942-B9A8-17D5E46514E8}" -[Software\\Classes\\Microsoft.JScript.COMMethodInfo] 1460706647 -#time=1d196eb85865cce +[Software\\Classes\\Microsoft.JScript.COMMethodInfo] 1526460879 +#time=1d3ecf3865892ce @="Microsoft.JScript.COMMethodInfo" -[Software\\Classes\\Microsoft.JScript.COMMethodInfo\\CLSID] 1460706647 -#time=1d196eb85864eaa +[Software\\Classes\\Microsoft.JScript.COMMethodInfo\\CLSID] 1526460879 +#time=1d3ecf3865877c6 @="{C7B9C313-2FD4-4384-8571-7ABC08BD17E5}" -[Software\\Classes\\Microsoft.JScript.COMPropertyInfo] 1460706647 -#time=1d196eb8587a87c +[Software\\Classes\\Microsoft.JScript.COMPropertyInfo] 1526460879 +#time=1d3ecf3865aaff0 @="Microsoft.JScript.COMPropertyInfo" -[Software\\Classes\\Microsoft.JScript.COMPropertyInfo\\CLSID] 1460706647 -#time=1d196eb85878446 +[Software\\Classes\\Microsoft.JScript.COMPropertyInfo\\CLSID] 1526460879 +#time=1d3ecf3865a7bde @="{6A02951C-B129-4D26-AB92-B9CA19BDCA26}" -[Software\\Classes\\Microsoft.JScript.DebugConvert] 1460706647 -#time=1d196eb8584ddb8 +[Software\\Classes\\Microsoft.JScript.DebugConvert] 1526460879 +#time=1d3ecf38655f154 @="Microsoft.JScript.DebugConvert" -[Software\\Classes\\Microsoft.JScript.DebugConvert\\CLSID] 1460706647 -#time=1d196eb8584d02a +[Software\\Classes\\Microsoft.JScript.DebugConvert\\CLSID] 1526460879 +#time=1d3ecf38655d5de @="{432D76CE-8C9E-4EED-ADDD-91737F27A8CB}" -[Software\\Classes\\Microsoft.JScript.JSAuthor] 1460706647 -#time=1d196eb85839d90 +[Software\\Classes\\Microsoft.JScript.JSAuthor] 1526460879 +#time=1d3ecf38653cdac @="Microsoft.JScript.JSAuthor" -[Software\\Classes\\Microsoft.JScript.JSAuthor\\CLSID] 1460706647 -#time=1d196eb85838a62 +[Software\\Classes\\Microsoft.JScript.JSAuthor\\CLSID] 1526460879 +#time=1d3ecf38653b498 @="{0E4EFFC0-2387-11D3-B372-00105A98B7CE}" -[Software\\Classes\\Microsoft.JScript.Vsa.VsaEngine] 1460706647 -#time=1d196eb85819aea +[Software\\Classes\\Microsoft.JScript.Vsa.VsaEngine] 1526460879 +#time=1d3ecf38650cb66 @="Microsoft.JScript.Vsa.VsaEngine" -[Software\\Classes\\Microsoft.JScript.Vsa.VsaEngine\\CLSID] 1460706647 -#time=1d196eb85817d30 +[Software\\Classes\\Microsoft.JScript.Vsa.VsaEngine\\CLSID] 1526460879 +#time=1d3ecf3865095ce @="{B71E484D-93ED-4B56-BFB9-CEED5134822B}" -[Software\\Classes\\Microsoft.Update.AutoUpdate] 1460706472 -#time=1d196eb1d1f3dcc +[Software\\Classes\\Microsoft.Update.AutoUpdate] 1526460533 +#time=1d3ecf2b7dfd6b4 @="AutomaticUpdates Class" -[Software\\Classes\\Microsoft.Update.AutoUpdate\\CLSID] 1460706472 -#time=1d196eb1d1f3cf0 +[Software\\Classes\\Microsoft.Update.AutoUpdate\\CLSID] 1526460533 +#time=1d3ecf2b7dfd5ba @="{BFE18E9C-6D87-4450-B37C-E02F0B373803}" -[Software\\Classes\\Microsoft.Update.AutoUpdate\\CurVer] 1460706472 -#time=1d196eb1d1f3e44 +[Software\\Classes\\Microsoft.Update.AutoUpdate\\CurVer] 1526460533 +#time=1d3ecf2b7dfd736 @="Microsoft.Update.AutoUpdate.1" -[Software\\Classes\\Microsoft.Update.AutoUpdate.1] 1460706472 -#time=1d196eb1d1f39a8 +[Software\\Classes\\Microsoft.Update.AutoUpdate.1] 1526460533 +#time=1d3ecf2b7dfd218 @="AutomaticUpdates Class" -[Software\\Classes\\Microsoft.Update.AutoUpdate.1\\CLSID] 1460706472 -#time=1d196eb1d1f3a52 +[Software\\Classes\\Microsoft.Update.AutoUpdate.1\\CLSID] 1526460533 +#time=1d3ecf2b7dfd2a4 @="{BFE18E9C-6D87-4450-B37C-E02F0B373803}" -[Software\\Classes\\Microsoft.Update.Session] 1460706472 -#time=1d196eb1d1f445c +[Software\\Classes\\Microsoft.Update.Session] 1526460533 +#time=1d3ecf2b7dfde52 @="UpdateSession Class" -[Software\\Classes\\Microsoft.Update.Session\\CLSID] 1460706472 -#time=1d196eb1d1f438a +[Software\\Classes\\Microsoft.Update.Session\\CLSID] 1526460533 +#time=1d3ecf2b7dfdd58 @="{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}" -[Software\\Classes\\Microsoft.Update.Session\\CurVer] 1460706472 -#time=1d196eb1d1f44ca +[Software\\Classes\\Microsoft.Update.Session\\CurVer] 1526460533 +#time=1d3ecf2b7dfded4 @="Microsoft.Update.Session.1" -[Software\\Classes\\Microsoft.Update.Session.1] 1460706472 -#time=1d196eb1d1f4074 +[Software\\Classes\\Microsoft.Update.Session.1] 1526460533 +#time=1d3ecf2b7dfd9c0 @="UpdateSession Class" -[Software\\Classes\\Microsoft.Update.Session.1\\CLSID] 1460706472 -#time=1d196eb1d1f40e2 +[Software\\Classes\\Microsoft.Update.Session.1\\CLSID] 1526460533 +#time=1d3ecf2b7dfda42 @="{4CB43D7F-7EEE-4906-8698-60DA1C38F2FE}" -[Software\\Classes\\Microsoft.Update.SystemInfo] 1460706472 -#time=1d196eb1d1f4b00 +[Software\\Classes\\Microsoft.Update.SystemInfo] 1526460533 +#time=1d3ecf2b7dfe5e6 @="SystemInformation Class" -[Software\\Classes\\Microsoft.Update.SystemInfo\\CLSID] 1460706472 -#time=1d196eb1d1f4a24 +[Software\\Classes\\Microsoft.Update.SystemInfo\\CLSID] 1526460533 +#time=1d3ecf2b7dfe4ce @="{C01B9BA0-BEA7-41BA-B604-D0A36F469133}" -[Software\\Classes\\Microsoft.Update.SystemInfo\\CurVer] 1460706472 -#time=1d196eb1d1f4b6e +[Software\\Classes\\Microsoft.Update.SystemInfo\\CurVer] 1526460533 +#time=1d3ecf2b7dfe668 @="Microsoft.Update.SystemInfo.1" -[Software\\Classes\\Microsoft.Update.SystemInfo.1] 1460706472 -#time=1d196eb1d1f46fa +[Software\\Classes\\Microsoft.Update.SystemInfo.1] 1526460533 +#time=1d3ecf2b7dfe154 @="SystemInformation Class" -[Software\\Classes\\Microsoft.Update.SystemInfo.1\\CLSID] 1460706472 -#time=1d196eb1d1f4772 +[Software\\Classes\\Microsoft.Update.SystemInfo.1\\CLSID] 1526460533 +#time=1d3ecf2b7dfe1d6 @="{C01B9BA0-BEA7-41BA-B604-D0A36F469133}" -[Software\\Classes\\Microsoft.XMLDOM] 1460706471 -#time=1d196eb1cd2003e +[Software\\Classes\\Microsoft.XMLDOM] 1526460533 +#time=1d3ecf2b7937f30 @="XML DOM Document" -[Software\\Classes\\Microsoft.XMLDOM\\CLSID] 1460706471 -#time=1d196eb1cd1ff6c +[Software\\Classes\\Microsoft.XMLDOM\\CLSID] 1526460533 +#time=1d3ecf2b7937e04 @="{2933BF90-7B36-11D2-B20E-00C04F983E60}" -[Software\\Classes\\Microsoft.XMLDOM\\CurVer] 1460706471 -#time=1d196eb1cd200b6 +[Software\\Classes\\Microsoft.XMLDOM\\CurVer] 1526460533 +#time=1d3ecf2b79380e8 @="Microsoft.XMLDOM.1.0" -[Software\\Classes\\Microsoft.XMLDOM.1.0] 1460706471 -#time=1d196eb1cd1fc06 +[Software\\Classes\\Microsoft.XMLDOM.1.0] 1526460533 +#time=1d3ecf2b7937a76 @="XML DOM Document" -[Software\\Classes\\Microsoft.XMLDOM.1.0\\CLSID] 1460706471 -#time=1d196eb1cd1fcd8 +[Software\\Classes\\Microsoft.XMLDOM.1.0\\CLSID] 1526460533 +#time=1d3ecf2b7937ae4 @="{2933BF90-7B36-11D2-B20E-00C04F983E60}" -[Software\\Classes\\Microsoft.XMLDSO] 1460706471 -#time=1d196eb1cd2136c +[Software\\Classes\\Microsoft.XMLDSO] 1526460533 +#time=1d3ecf2b7939bfa @="XML Data Source Object" -[Software\\Classes\\Microsoft.XMLDSO\\CLSID] 1460706471 -#time=1d196eb1cd2127c +[Software\\Classes\\Microsoft.XMLDSO\\CLSID] 1526460533 +#time=1d3ecf2b7939ae2 @="{550DDA30-0541-11D2-9CA9-0060B0EC3D39}" -[Software\\Classes\\Microsoft.XMLDSO\\CurVer] 1460706471 -#time=1d196eb1cd213da +[Software\\Classes\\Microsoft.XMLDSO\\CurVer] 1526460533 +#time=1d3ecf2b7939c90 @="Microsoft.XMLDSO.1.0" -[Software\\Classes\\Microsoft.XMLDSO.1.0] 1460706471 -#time=1d196eb1cd20f8e +[Software\\Classes\\Microsoft.XMLDSO.1.0] 1526460533 +#time=1d3ecf2b7939754 @="XML Data Source Object" -[Software\\Classes\\Microsoft.XMLDSO.1.0\\CLSID] 1460706471 -#time=1d196eb1cd20ffc +[Software\\Classes\\Microsoft.XMLDSO.1.0\\CLSID] 1526460533 +#time=1d3ecf2b79397ea @="{550DDA30-0541-11D2-9CA9-0060B0EC3D39}" -[Software\\Classes\\Microsoft.XMLHTTP] 1460706471 -#time=1d196eb1cd20d04 +[Software\\Classes\\Microsoft.XMLHTTP] 1526460533 +#time=1d3ecf2b7939420 @="XML HTTP Request" -[Software\\Classes\\Microsoft.XMLHTTP\\CLSID] 1460706471 -#time=1d196eb1cd20c32 +[Software\\Classes\\Microsoft.XMLHTTP\\CLSID] 1526460533 +#time=1d3ecf2b7939308 @="{ED8C108E-4349-11D2-91A4-00C04F7969E8}" -[Software\\Classes\\Microsoft.XMLHTTP\\CurVer] 1460706471 -#time=1d196eb1cd20d72 +[Software\\Classes\\Microsoft.XMLHTTP\\CurVer] 1526460533 +#time=1d3ecf2b79394c0 @="Microsoft.XMLHTTP.1.0" -[Software\\Classes\\Microsoft.XMLHTTP.1.0] 1460706471 -#time=1d196eb1cd2091c +[Software\\Classes\\Microsoft.XMLHTTP.1.0] 1526460533 +#time=1d3ecf2b7938dd6 @="XML HTTP Request" -[Software\\Classes\\Microsoft.XMLHTTP.1.0\\CLSID] 1460706471 -#time=1d196eb1cd2098a +[Software\\Classes\\Microsoft.XMLHTTP.1.0\\CLSID] 1526460533 +#time=1d3ecf2b7938ec6 @="{ED8C108E-4349-11D2-91A4-00C04F7969E8}" -[Software\\Classes\\Microsoft.XMLParser] 1460706605 -#time=1d196eb6c70c94a -@="XML Parser" - -[Software\\Classes\\Microsoft.XMLParser\\CLSID] 1460706605 -#time=1d196eb6c70c65c -@="{D2423620-51A0-11D2-9CAF-0060B0EC3D39}" - -[Software\\Classes\\Microsoft.XMLParser\\CurVer] 1460706605 -#time=1d196eb6c70ce22 -@="Microsoft.XMLParser.1.0" - -[Software\\Classes\\Microsoft.XMLParser.1.0] 1460706605 -#time=1d196eb6c70d73c -@="XML Parser" - -[Software\\Classes\\Microsoft.XMLParser.1.0\\CLSID] 1460706605 -#time=1d196eb6c70dc6e -@="{D2423620-51A0-11D2-9CAF-0060B0EC3D39}" - -[Software\\Classes\\MIME\\Database\\Charset\\_iso-2022-jp$ESC] 1460706475 -#time=1d196eb1f135d02 +[Software\\Classes\\MIME\\Database\\Charset\\_iso-2022-jp$ESC] 1526460547 +#time=1d3ecf2c06dd132 "Codepage"=dword:000003a4 "InternetEncoding"=dword:0000c42d -[Software\\Classes\\MIME\\Database\\Charset\\_iso-2022-jp$SIO] 1460706475 -#time=1d196eb1f136572 +[Software\\Classes\\MIME\\Database\\Charset\\_iso-2022-jp$SIO] 1526460547 +#time=1d3ecf2c06dd5ba "Codepage"=dword:000003a4 "InternetEncoding"=dword:0000c42e -[Software\\Classes\\MIME\\Database\\Charset\\ANSI_X3.4-1968] 1460706475 -#time=1d196eb1f14b7c4 +[Software\\Classes\\MIME\\Database\\Charset\\ANSI_X3.4-1968] 1526460547 +#time=1d3ecf2c06e7b82 "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\ANSI_X3.4-1986] 1460706475 -#time=1d196eb1f14baf8 +[Software\\Classes\\MIME\\Database\\Charset\\ANSI_X3.4-1986] 1526460547 +#time=1d3ecf2c06e7d12 "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\arabic] 1460706475 -#time=1d196eb1f14bee0 +[Software\\Classes\\MIME\\Database\\Charset\\arabic] 1526460547 +#time=1d3ecf2c06e7ea2 "AliasForCharset"="iso-8859-6" -[Software\\Classes\\MIME\\Database\\Charset\\ascii] 1460706475 -#time=1d196eb1f14c1e2 +[Software\\Classes\\MIME\\Database\\Charset\\ascii] 1526460547 +#time=1d3ecf2c06e8032 "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\ASMO-708] 1460706475 -#time=1d196eb1f136e3c +[Software\\Classes\\MIME\\Database\\Charset\\ASMO-708] 1526460547 +#time=1d3ecf2c06dda38 "Codepage"=dword:000004e8 "InternetEncoding"=dword:000002c4 -[Software\\Classes\\MIME\\Database\\Charset\\Big5] 1460706475 -#time=1d196eb1f1375f8 +[Software\\Classes\\MIME\\Database\\Charset\\Big5] 1526460547 +#time=1d3ecf2c06ddf6a "Codepage"=dword:000003b6 "InternetEncoding"=dword:000003b6 -[Software\\Classes\\MIME\\Database\\Charset\\chinese] 1460706475 -#time=1d196eb1f14c548 +[Software\\Classes\\MIME\\Database\\Charset\\chinese] 1526460547 +#time=1d3ecf2c06e81ae "AliasForCharset"="gb2312" -[Software\\Classes\\MIME\\Database\\Charset\\CN-GB] 1460706475 -#time=1d196eb1f14c8e0 +[Software\\Classes\\MIME\\Database\\Charset\\CN-GB] 1526460547 +#time=1d3ecf2c06e833e "AliasForCharset"="gb2312" -[Software\\Classes\\MIME\\Database\\Charset\\cp1256] 1460706475 -#time=1d196eb1f14cc00 +[Software\\Classes\\MIME\\Database\\Charset\\cp1256] 1526460547 +#time=1d3ecf2c06e84c4 "AliasForCharset"="windows-1256" -[Software\\Classes\\MIME\\Database\\Charset\\cp367] 1460706475 -#time=1d196eb1f14cf3e +[Software\\Classes\\MIME\\Database\\Charset\\cp367] 1526460547 +#time=1d3ecf2c06e8654 "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\cp819] 1460706475 -#time=1d196eb1f14d272 +[Software\\Classes\\MIME\\Database\\Charset\\cp819] 1526460547 +#time=1d3ecf2c06e87e4 "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\cp852] 1460706475 -#time=1d196eb1f14d5e2 +[Software\\Classes\\MIME\\Database\\Charset\\cp852] 1526460547 +#time=1d3ecf2c06e896a "AliasForCharset"="ibm852" -[Software\\Classes\\MIME\\Database\\Charset\\csASCII] 1460706475 -#time=1d196eb1f14dc0e +[Software\\Classes\\MIME\\Database\\Charset\\csASCII] 1526460547 +#time=1d3ecf2c06e8c6c "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\csbig5] 1460706475 -#time=1d196eb1f14df60 +[Software\\Classes\\MIME\\Database\\Charset\\csbig5] 1526460547 +#time=1d3ecf2c06e8dfc "AliasForCharset"="big5" -[Software\\Classes\\MIME\\Database\\Charset\\csEUCKR] 1460706475 -#time=1d196eb1f14e244 +[Software\\Classes\\MIME\\Database\\Charset\\csEUCKR] 1526460547 +#time=1d3ecf2c06e8f82 "AliasForCharset"="ks_c_5601-1987" -[Software\\Classes\\MIME\\Database\\Charset\\csEUCPkdFmtJapanese] 1460706475 -#time=1d196eb1f14e56e +[Software\\Classes\\MIME\\Database\\Charset\\csEUCPkdFmtJapanese] 1526460547 +#time=1d3ecf2c06e9112 "AliasForCharset"="euc-jp" -[Software\\Classes\\MIME\\Database\\Charset\\csGB2312] 1460706475 -#time=1d196eb1f14e884 +[Software\\Classes\\MIME\\Database\\Charset\\csGB2312] 1526460547 +#time=1d3ecf2c06e92a2 "AliasForCharset"="gb2312" -[Software\\Classes\\MIME\\Database\\Charset\\csISO2022JP] 1460706475 -#time=1d196eb1f14ebb8 +[Software\\Classes\\MIME\\Database\\Charset\\csISO2022JP] 1526460547 +#time=1d3ecf2c06e943c "AliasForCharset"="_iso-2022-jp$ESC" -[Software\\Classes\\MIME\\Database\\Charset\\csISO2022KR] 1460706475 -#time=1d196eb1f14eeec +[Software\\Classes\\MIME\\Database\\Charset\\csISO2022KR] 1526460547 +#time=1d3ecf2c06e95cc "AliasForCharset"="iso-2022-kr" -[Software\\Classes\\MIME\\Database\\Charset\\csISO58GB231280] 1460706475 -#time=1d196eb1f14f252 +[Software\\Classes\\MIME\\Database\\Charset\\csISO58GB231280] 1526460547 +#time=1d3ecf2c06e9766 "AliasForCharset"="gb2312" -[Software\\Classes\\MIME\\Database\\Charset\\csISOLatin1] 1460706475 -#time=1d196eb1f14f5cc +[Software\\Classes\\MIME\\Database\\Charset\\csISOLatin1] 1526460547 +#time=1d3ecf2c06e9914 "AliasForCharset"="windows-1252" -[Software\\Classes\\MIME\\Database\\Charset\\csISOLatin2] 1460706475 -#time=1d196eb1f14f8e2 +[Software\\Classes\\MIME\\Database\\Charset\\csISOLatin2] 1526460547 +#time=1d3ecf2c06e9aae "AliasForCharset"="iso-8859-2" -[Software\\Classes\\MIME\\Database\\Charset\\csISOLatin4] 1460706475 -#time=1d196eb1f14fc02 +[Software\\Classes\\MIME\\Database\\Charset\\csISOLatin4] 1526460547 +#time=1d3ecf2c06e9c3e "AliasForCharset"="iso-8859-4" -[Software\\Classes\\MIME\\Database\\Charset\\csISOLatin5] 1460706475 -#time=1d196eb1f14ff5e +[Software\\Classes\\MIME\\Database\\Charset\\csISOLatin5] 1526460547 +#time=1d3ecf2c06e9dce "AliasForCharset"="iso-8859-9" -[Software\\Classes\\MIME\\Database\\Charset\\csISOLatinArabic] 1460706475 -#time=1d196eb1f150288 +[Software\\Classes\\MIME\\Database\\Charset\\csISOLatinArabic] 1526460547 +#time=1d3ecf2c06e9f5e "AliasForCharset"="iso-8859-6" -[Software\\Classes\\MIME\\Database\\Charset\\csISOLatinCyrillic] 1460706475 -#time=1d196eb1f150580 +[Software\\Classes\\MIME\\Database\\Charset\\csISOLatinCyrillic] 1526460547 +#time=1d3ecf2c06ea0ee "AliasForCharset"="iso-8859-5" -[Software\\Classes\\MIME\\Database\\Charset\\csISOLatinGreek] 1460706475 -#time=1d196eb1f150882 +[Software\\Classes\\MIME\\Database\\Charset\\csISOLatinGreek] 1526460547 +#time=1d3ecf2c06ea288 "AliasForCharset"="iso-8859-7" -[Software\\Classes\\MIME\\Database\\Charset\\csISOLatinHebrew] 1460706475 -#time=1d196eb1f150ba2 +[Software\\Classes\\MIME\\Database\\Charset\\csISOLatinHebrew] 1526460547 +#time=1d3ecf2c06ea418 "AliasForCharset"="iso-8859-8" -[Software\\Classes\\MIME\\Database\\Charset\\csKOI8R] 1460706475 -#time=1d196eb1f150ecc +[Software\\Classes\\MIME\\Database\\Charset\\csKOI8R] 1526460547 +#time=1d3ecf2c06ea59e "AliasForCharset"="koi8-r" -[Software\\Classes\\MIME\\Database\\Charset\\csKSC56011987] 1460706475 -#time=1d196eb1f151246 +[Software\\Classes\\MIME\\Database\\Charset\\csKSC56011987] 1526460547 +#time=1d3ecf2c06ea738 "AliasForCharset"="ks_c_5601-1987" -[Software\\Classes\\MIME\\Database\\Charset\\csShiftJIS] 1460706475 -#time=1d196eb1f1514ee +[Software\\Classes\\MIME\\Database\\Charset\\csShiftJIS] 1526460547 +#time=1d3ecf2c06ea8c8 "AliasForCharset"="shift_jis" -[Software\\Classes\\MIME\\Database\\Charset\\csUnicode11UTF7] 1460706475 -#time=1d196eb1f151890 +[Software\\Classes\\MIME\\Database\\Charset\\csUnicode11UTF7] 1526460547 +#time=1d3ecf2c06eaa76 "AliasForCharset"="utf-7" -[Software\\Classes\\MIME\\Database\\Charset\\csWindows31J] 1460706475 -#time=1d196eb1f151b6a +[Software\\Classes\\MIME\\Database\\Charset\\csWindows31J] 1526460547 +#time=1d3ecf2c06eac06 "AliasForCharset"="shift_jis" -[Software\\Classes\\MIME\\Database\\Charset\\cyrillic] 1460706475 -#time=1d196eb1f151ef8 +[Software\\Classes\\MIME\\Database\\Charset\\cyrillic] 1526460547 +#time=1d3ecf2c06ead96 "AliasForCharset"="iso-8859-5" -[Software\\Classes\\MIME\\Database\\Charset\\DOS-720] 1460706475 -#time=1d196eb1f137d3c +[Software\\Classes\\MIME\\Database\\Charset\\DOS-720] 1526460547 +#time=1d3ecf2c06de370 "Codepage"=dword:000004e8 "InternetEncoding"=dword:000002d0 -[Software\\Classes\\MIME\\Database\\Charset\\DOS-862] 1460706475 -#time=1d196eb1f13855c +[Software\\Classes\\MIME\\Database\\Charset\\DOS-862] 1526460547 +#time=1d3ecf2c06de76c "Codepage"=dword:000004e7 "InternetEncoding"=dword:0000035e -[Software\\Classes\\MIME\\Database\\Charset\\DOS-874] 1460706475 -#time=1d196eb1f138dd6 +[Software\\Classes\\MIME\\Database\\Charset\\DOS-874] 1526460547 +#time=1d3ecf2c06deb7c "Codepage"=dword:0000036a "InternetEncoding"=dword:0000036a -[Software\\Classes\\MIME\\Database\\Charset\\ECMA-114] 1460706475 -#time=1d196eb1f15229a +[Software\\Classes\\MIME\\Database\\Charset\\ECMA-114] 1526460547 +#time=1d3ecf2c06eaf26 "AliasForCharset"="iso-8859-6" -[Software\\Classes\\MIME\\Database\\Charset\\ECMA-118] 1460706475 -#time=1d196eb1f15265a +[Software\\Classes\\MIME\\Database\\Charset\\ECMA-118] 1526460547 +#time=1d3ecf2c06eb0ac "AliasForCharset"="iso-8859-7" -[Software\\Classes\\MIME\\Database\\Charset\\ELOT_928] 1460706475 -#time=1d196eb1f152948 +[Software\\Classes\\MIME\\Database\\Charset\\ELOT_928] 1526460547 +#time=1d3ecf2c06eb232 "AliasForCharset"="iso-8859-7" -[Software\\Classes\\MIME\\Database\\Charset\\euc-jp] 1460706475 -#time=1d196eb1f139614 +[Software\\Classes\\MIME\\Database\\Charset\\euc-jp] 1526460547 +#time=1d3ecf2c06def82 "Codepage"=dword:000003a4 "InternetEncoding"=dword:0000cadc -[Software\\Classes\\MIME\\Database\\Charset\\euc-kr] 1460706475 -#time=1d196eb1f139e66 +[Software\\Classes\\MIME\\Database\\Charset\\euc-kr] 1526460547 +#time=1d3ecf2c06df388 "Codepage"=dword:000003b5 "InternetEncoding"=dword:000003b5 -[Software\\Classes\\MIME\\Database\\Charset\\Extended_UNIX_Code_Packed_Format_for_Japanese] 1460706475 -#time=1d196eb1f152c4a +[Software\\Classes\\MIME\\Database\\Charset\\Extended_UNIX_Code_Packed_Format_for_Japanese] 1526460547 +#time=1d3ecf2c06eb3cc "AliasForCharset"="euc-jp" -[Software\\Classes\\MIME\\Database\\Charset\\GB2312] 1460706475 -#time=1d196eb1f13a6d6 +[Software\\Classes\\MIME\\Database\\Charset\\GB2312] 1526460547 +#time=1d3ecf2c06df78e "Codepage"=dword:000003a8 "InternetEncoding"=dword:000003a8 -[Software\\Classes\\MIME\\Database\\Charset\\GB_2312-80] 1460706475 -#time=1d196eb1f152f4c +[Software\\Classes\\MIME\\Database\\Charset\\GB_2312-80] 1526460547 +#time=1d3ecf2c06eb552 "AliasForCharset"="gb2312" -[Software\\Classes\\MIME\\Database\\Charset\\GBK] 1460706475 -#time=1d196eb1f15326c +[Software\\Classes\\MIME\\Database\\Charset\\GBK] 1526460547 +#time=1d3ecf2c06eb6e2 "AliasForCharset"="gb2312" -[Software\\Classes\\MIME\\Database\\Charset\\greek] 1460706475 -#time=1d196eb1f15358c +[Software\\Classes\\MIME\\Database\\Charset\\greek] 1526460547 +#time=1d3ecf2c06eb85e "AliasForCharset"="iso-8859-7" -[Software\\Classes\\MIME\\Database\\Charset\\greek8] 1460706475 -#time=1d196eb1f1537e4 +[Software\\Classes\\MIME\\Database\\Charset\\greek8] 1526460547 +#time=1d3ecf2c06eb9e4 "AliasForCharset"="iso-8859-7" -[Software\\Classes\\MIME\\Database\\Charset\\hebrew] 1460706475 -#time=1d196eb1f153be0 +[Software\\Classes\\MIME\\Database\\Charset\\hebrew] 1526460547 +#time=1d3ecf2c06ebb6a "AliasForCharset"="iso-8859-8" -[Software\\Classes\\MIME\\Database\\Charset\\hz-gb-2312] 1460706475 -#time=1d196eb1f13affa +[Software\\Classes\\MIME\\Database\\Charset\\hz-gb-2312] 1526460547 +#time=1d3ecf2c06dfb94 "Codepage"=dword:000003a8 "InternetEncoding"=dword:0000cec8 -[Software\\Classes\\MIME\\Database\\Charset\\IBM367] 1460706475 -#time=1d196eb1f153eb0 +[Software\\Classes\\MIME\\Database\\Charset\\IBM367] 1526460547 +#time=1d3ecf2c06ebcf0 "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\ibm819] 1460706475 -#time=1d196eb1f154130 +[Software\\Classes\\MIME\\Database\\Charset\\ibm819] 1526460547 +#time=1d3ecf2c06ebe8a "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\ibm852] 1460706475 -#time=1d196eb1f13b892 +[Software\\Classes\\MIME\\Database\\Charset\\ibm852] 1526460547 +#time=1d3ecf2c06dff9a "Codepage"=dword:00000354 "InternetEncoding"=dword:00000354 -[Software\\Classes\\MIME\\Database\\Charset\\ibm866] 1460706475 -#time=1d196eb1f14d90c +[Software\\Classes\\MIME\\Database\\Charset\\ibm866] 1526460547 +#time=1d3ecf2c06e8ae6 "AliasForCharset"="ibm866" "Codepage"=dword:00000362 "InternetEncoding"=dword:00000362 -[Software\\Classes\\MIME\\Database\\Charset\\iso-2022-jp] 1460706475 -#time=1d196eb1f13c968 +[Software\\Classes\\MIME\\Database\\Charset\\iso-2022-jp] 1526460547 +#time=1d3ecf2c06e07d8 "Codepage"=dword:000003a4 "InternetEncoding"=dword:0000c42c -[Software\\Classes\\MIME\\Database\\Charset\\iso-2022-kr] 1460706475 -#time=1d196eb1f13d1b0 +[Software\\Classes\\MIME\\Database\\Charset\\iso-2022-kr] 1526460547 +#time=1d3ecf2c06e0c10 "Codepage"=dword:000003b5 "InternetEncoding"=dword:0000c431 -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-1] 1460706475 -#time=1d196eb1f13dafc +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-1] 1526460547 +#time=1d3ecf2c06e1016 "Codepage"=dword:000004e4 "InternetEncoding"=dword:000004e4 -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-11] 1460706475 -#time=1d196eb1f154392 +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-11] 1526460547 +#time=1d3ecf2c06ec02e "AliasForCharset"="windows-874" -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-2] 1460706475 -#time=1d196eb1f13e3d0 +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-2] 1526460547 +#time=1d3ecf2c06e1426 "Codepage"=dword:000004e2 "InternetEncoding"=dword:00006fb0 -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-3] 1460706475 -#time=1d196eb1f13ec2c +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-3] 1526460547 +#time=1d3ecf2c06e182c "Codepage"=dword:000004e6 "InternetEncoding"=dword:00006fb1 -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-4] 1460706475 -#time=1d196eb1f13f41a +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-4] 1526460547 +#time=1d3ecf2c06e1c32 "Codepage"=dword:000004e9 "InternetEncoding"=dword:00006fb2 -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-5] 1460706475 -#time=1d196eb1f13fbfe +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-5] 1526460547 +#time=1d3ecf2c06e2038 "Codepage"=dword:000004e3 "InternetEncoding"=dword:000063fb -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-6] 1460706475 -#time=1d196eb1f1404e6 +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-6] 1526460547 +#time=1d3ecf2c06e243e "Codepage"=dword:000004e8 "InternetEncoding"=dword:00006fb4 -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-7] 1460706475 -#time=1d196eb1f140d4c +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-7] 1526460547 +#time=1d3ecf2c06e284e "Codepage"=dword:000004e5 "InternetEncoding"=dword:00006fb5 -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-8] 1460706475 -#time=1d196eb1f1414c2 +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-8] 1526460547 +#time=1d3ecf2c06e2c4a "Codepage"=dword:000004e7 "InternetEncoding"=dword:00006fb6 -[Software\\Classes\\MIME\\Database\\Charset\\ISO-8859-8 Visual] 1460706475 -#time=1d196eb1f15466c +[Software\\Classes\\MIME\\Database\\Charset\\ISO-8859-8 Visual] 1526460547 +#time=1d3ecf2c06ec1be "AliasForCharset"="iso-8859-8" -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-8-i] 1460706475 -#time=1d196eb1f141d64 +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-8-i] 1526460547 +#time=1d3ecf2c06e3064 "Codepage"=dword:000004e7 "InternetEncoding"=dword:000096c6 -[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-9] 1460706475 -#time=1d196eb1f14261a +[Software\\Classes\\MIME\\Database\\Charset\\iso-8859-9] 1526460547 +#time=1d3ecf2c06e346a "Codepage"=dword:000004e6 "InternetEncoding"=dword:000004e6 -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-100] 1460706475 -#time=1d196eb1f154810 +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-100] 1526460547 +#time=1d3ecf2c06ec358 "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-101] 1460706475 -#time=1d196eb1f154a7c +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-101] 1526460547 +#time=1d3ecf2c06ec4f2 "AliasForCharset"="iso-8859-2" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-110] 1460706475 -#time=1d196eb1f154d92 +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-110] 1526460547 +#time=1d3ecf2c06ec682 "AliasForCharset"="iso-8859-4" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-111] 1460706475 -#time=1d196eb1f154ff4 +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-111] 1526460547 +#time=1d3ecf2c06ec81c "AliasForCharset"="iso-8859-4" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-126] 1460706475 -#time=1d196eb1f155396 +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-126] 1526460547 +#time=1d3ecf2c06ec9ac "AliasForCharset"="iso-8859-7" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-127] 1460706475 -#time=1d196eb1f1556ac +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-127] 1526460547 +#time=1d3ecf2c06ecb3c "AliasForCharset"="iso-8859-6" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-138] 1460706475 -#time=1d196eb1f1559fe +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-138] 1526460547 +#time=1d3ecf2c06eccc2 "AliasForCharset"="iso-8859-8" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-144] 1460706475 -#time=1d196eb1f155d8c +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-144] 1526460547 +#time=1d3ecf2c06ece52 "AliasForCharset"="iso-8859-5" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-148] 1460706475 -#time=1d196eb1f156084 +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-148] 1526460547 +#time=1d3ecf2c06ecfec "AliasForCharset"="iso-8859-9" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-149] 1460706475 -#time=1d196eb1f1563cc +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-149] 1526460547 +#time=1d3ecf2c06ed190 "AliasForCharset"="ks_c_5601-1987" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-58] 1460706475 -#time=1d196eb1f15666a +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-58] 1526460547 +#time=1d3ecf2c06ed320 "AliasForCharset"="gb2312" -[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-6] 1460706475 -#time=1d196eb1f15693a +[Software\\Classes\\MIME\\Database\\Charset\\iso-ir-6] 1526460547 +#time=1d3ecf2c06ed4ba "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\ISO646-US] 1460706475 -#time=1d196eb1f156bf6 +[Software\\Classes\\MIME\\Database\\Charset\\ISO646-US] 1526460547 +#time=1d3ecf2c06ed640 "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\iso8859-1] 1460706475 -#time=1d196eb1f156e58 +[Software\\Classes\\MIME\\Database\\Charset\\iso8859-1] 1526460547 +#time=1d3ecf2c06ed7d0 "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\iso8859-2] 1460706475 -#time=1d196eb1f157128 +[Software\\Classes\\MIME\\Database\\Charset\\iso8859-2] 1526460547 +#time=1d3ecf2c06ed960 "AliasForCharset"="iso-8859-2" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_646.irv:1991] 1460706475 -#time=1d196eb1f157416 +[Software\\Classes\\MIME\\Database\\Charset\\ISO_646.irv:1991] 1526460547 +#time=1d3ecf2c06edafa "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\iso_8859-1] 1460706475 -#time=1d196eb1f157754 +[Software\\Classes\\MIME\\Database\\Charset\\iso_8859-1] 1526460547 +#time=1d3ecf2c06edc8a "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\iso_8859-1:1987] 1460706475 -#time=1d196eb1f1579ac +[Software\\Classes\\MIME\\Database\\Charset\\iso_8859-1:1987] 1526460547 +#time=1d3ecf2c06ede2e "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\iso_8859-2] 1460706475 -#time=1d196eb1f157c9a +[Software\\Classes\\MIME\\Database\\Charset\\iso_8859-2] 1526460547 +#time=1d3ecf2c06edfbe "AliasForCharset"="iso-8859-2" -[Software\\Classes\\MIME\\Database\\Charset\\iso_8859-2:1987] 1460706475 -#time=1d196eb1f157f60 +[Software\\Classes\\MIME\\Database\\Charset\\iso_8859-2:1987] 1526460547 +#time=1d3ecf2c06ee158 "AliasForCharset"="iso-8859-2" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-4] 1460706475 -#time=1d196eb1f1582bc +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-4] 1526460547 +#time=1d3ecf2c06ee2e8 "AliasForCharset"="iso-8859-4" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-4:1988] 1460706475 -#time=1d196eb1f158528 +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-4:1988] 1526460547 +#time=1d3ecf2c06ee4a0 "AliasForCharset"="iso-8859-4" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-5] 1460706475 -#time=1d196eb1f1587d0 +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-5] 1526460547 +#time=1d3ecf2c06ee630 "AliasForCharset"="iso-8859-5" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-5:1988] 1460706475 -#time=1d196eb1f158af0 +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-5:1988] 1526460547 +#time=1d3ecf2c06ee7c0 "AliasForCharset"="iso-8859-5" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-6] 1460706475 -#time=1d196eb1f158cbc +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-6] 1526460547 +#time=1d3ecf2c06ee95a "AliasForCharset"="iso-8859-6" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-6:1987] 1460706475 -#time=1d196eb1f158f50 +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-6:1987] 1526460547 +#time=1d3ecf2c06eeaea "AliasForCharset"="iso-8859-6" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-7] 1460706475 -#time=1d196eb1f1591a8 +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-7] 1526460547 +#time=1d3ecf2c06eec7a "AliasForCharset"="iso-8859-7" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-7:1987] 1460706475 -#time=1d196eb1f159414 +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-7:1987] 1526460547 +#time=1d3ecf2c06eee1e "AliasForCharset"="iso-8859-7" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-8] 1460706475 -#time=1d196eb1f15969e +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-8] 1526460547 +#time=1d3ecf2c06eefae "AliasForCharset"="iso-8859-8" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-8:1987] 1460706475 -#time=1d196eb1f1599aa +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-8:1987] 1526460547 +#time=1d3ecf2c06ef13e "AliasForCharset"="iso-8859-8" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-9] 1460706475 -#time=1d196eb1f159cac +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-9] 1526460547 +#time=1d3ecf2c06ef2d8 "AliasForCharset"="iso-8859-9" -[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-9:1987] 1460706475 -#time=1d196eb1f159f2c +[Software\\Classes\\MIME\\Database\\Charset\\ISO_8859-9:1987] 1526460547 +#time=1d3ecf2c06ef47c "AliasForCharset"="iso-8859-9" -[Software\\Classes\\MIME\\Database\\Charset\\koi] 1460706475 -#time=1d196eb1f15a256 +[Software\\Classes\\MIME\\Database\\Charset\\koi] 1526460547 +#time=1d3ecf2c06ef602 "AliasForCharset"="koi8-r" -[Software\\Classes\\MIME\\Database\\Charset\\koi8-r] 1460706475 -#time=1d196eb1f142e62 +[Software\\Classes\\MIME\\Database\\Charset\\koi8-r] 1526460547 +#time=1d3ecf2c06e388e "Codepage"=dword:000004e3 "InternetEncoding"=dword:00005182 -[Software\\Classes\\MIME\\Database\\Charset\\koi8-ru] 1460706475 -#time=1d196eb1f14372c +[Software\\Classes\\MIME\\Database\\Charset\\koi8-ru] 1526460547 +#time=1d3ecf2c06e3c8a "Codepage"=dword:000004e3 "InternetEncoding"=dword:0000556a -[Software\\Classes\\MIME\\Database\\Charset\\korean] 1460706475 -#time=1d196eb1f15a472 +[Software\\Classes\\MIME\\Database\\Charset\\korean] 1526460547 +#time=1d3ecf2c06ef7b0 "AliasForCharset"="ks_c_5601-1987" -[Software\\Classes\\MIME\\Database\\Charset\\ks_c_5601] 1460706475 -#time=1d196eb1f15a7ba +[Software\\Classes\\MIME\\Database\\Charset\\ks_c_5601] 1526460547 +#time=1d3ecf2c06ef940 "AliasForCharset"="ks_c_5601-1987" -[Software\\Classes\\MIME\\Database\\Charset\\ks_c_5601-1987] 1460706475 -#time=1d196eb1f144050 +[Software\\Classes\\MIME\\Database\\Charset\\ks_c_5601-1987] 1526460547 +#time=1d3ecf2c06e40b8 "Codepage"=dword:000003b5 "InternetEncoding"=dword:000003b5 -[Software\\Classes\\MIME\\Database\\Charset\\ks_c_5601-1989] 1460706475 -#time=1d196eb1f15aa1c +[Software\\Classes\\MIME\\Database\\Charset\\ks_c_5601-1989] 1526460547 +#time=1d3ecf2c06efada "AliasForCharset"="ks_c_5601-1987" -[Software\\Classes\\MIME\\Database\\Charset\\KSC5601] 1460706475 -#time=1d196eb1f15ac74 +[Software\\Classes\\MIME\\Database\\Charset\\KSC5601] 1526460547 +#time=1d3ecf2c06efc60 "AliasForCharset"="ks_c_5601-1987" -[Software\\Classes\\MIME\\Database\\Charset\\KSC_5601] 1460706475 -#time=1d196eb1f15af30 +[Software\\Classes\\MIME\\Database\\Charset\\KSC_5601] 1526460547 +#time=1d3ecf2c06efdf0 "AliasForCharset"="ks_c_5601-1987" -[Software\\Classes\\MIME\\Database\\Charset\\l1] 1460706475 -#time=1d196eb1f15b1ec +[Software\\Classes\\MIME\\Database\\Charset\\l1] 1526460547 +#time=1d3ecf2c06eff6c "AliasForCharset"="windows-1252" -[Software\\Classes\\MIME\\Database\\Charset\\l2] 1460706475 -#time=1d196eb1f15b534 +[Software\\Classes\\MIME\\Database\\Charset\\l2] 1526460547 +#time=1d3ecf2c06f00fc "AliasForCharset"="iso-8859-2" -[Software\\Classes\\MIME\\Database\\Charset\\l4] 1460706475 -#time=1d196eb1f15b782 +[Software\\Classes\\MIME\\Database\\Charset\\l4] 1526460547 +#time=1d3ecf2c06f0278 "AliasForCharset"="iso-8859-4" -[Software\\Classes\\MIME\\Database\\Charset\\l5] 1460706475 -#time=1d196eb1f15ba84 +[Software\\Classes\\MIME\\Database\\Charset\\l5] 1526460547 +#time=1d3ecf2c06f0408 "AliasForCharset"="iso-8859-9" -[Software\\Classes\\MIME\\Database\\Charset\\latin1] 1460706475 -#time=1d196eb1f15bde0 +[Software\\Classes\\MIME\\Database\\Charset\\latin1] 1526460547 +#time=1d3ecf2c06f058e "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\latin2] 1460706475 -#time=1d196eb1f15c114 +[Software\\Classes\\MIME\\Database\\Charset\\latin2] 1526460547 +#time=1d3ecf2c06f0714 "AliasForCharset"="iso-8859-2" -[Software\\Classes\\MIME\\Database\\Charset\\latin4] 1460706475 -#time=1d196eb1f15c448 +[Software\\Classes\\MIME\\Database\\Charset\\latin4] 1526460547 +#time=1d3ecf2c06f089a "AliasForCharset"="iso-8859-4" -[Software\\Classes\\MIME\\Database\\Charset\\latin5] 1460706475 -#time=1d196eb1f15c754 +[Software\\Classes\\MIME\\Database\\Charset\\latin5] 1526460547 +#time=1d3ecf2c06f0a34 "AliasForCharset"="iso-8859-9" -[Software\\Classes\\MIME\\Database\\Charset\\logical] 1460706475 -#time=1d196eb1f15ca74 +[Software\\Classes\\MIME\\Database\\Charset\\logical] 1526460547 +#time=1d3ecf2c06f0bba "AliasForCharset"="windows-1255" -[Software\\Classes\\MIME\\Database\\Charset\\ms_Kanji] 1460706475 -#time=1d196eb1f15cd44 +[Software\\Classes\\MIME\\Database\\Charset\\ms_Kanji] 1526460547 +#time=1d3ecf2c06f0d40 "AliasForCharset"="shift_jis" -[Software\\Classes\\MIME\\Database\\Charset\\shift-jis] 1460706475 -#time=1d196eb1f15d06e +[Software\\Classes\\MIME\\Database\\Charset\\shift-jis] 1526460547 +#time=1d3ecf2c06f0ef8 "AliasForCharset"="shift_jis" -[Software\\Classes\\MIME\\Database\\Charset\\shift_jis] 1460706475 -#time=1d196eb1f1448de +[Software\\Classes\\MIME\\Database\\Charset\\shift_jis] 1526460547 +#time=1d3ecf2c06e44b4 "Codepage"=dword:000003a4 "InternetEncoding"=dword:000003a4 -[Software\\Classes\\MIME\\Database\\Charset\\unicode] 1460706475 -#time=1d196eb1f1451bc +[Software\\Classes\\MIME\\Database\\Charset\\unicode] 1526460547 +#time=1d3ecf2c06e48ba "Codepage"=dword:000004b0 "InternetEncoding"=dword:000004b0 -[Software\\Classes\\MIME\\Database\\Charset\\unicode-1-1-utf-7] 1460706475 -#time=1d196eb1f15d3b6 +[Software\\Classes\\MIME\\Database\\Charset\\unicode-1-1-utf-7] 1526460547 +#time=1d3ecf2c06f1196 "AliasForCharset"="utf-7" -[Software\\Classes\\MIME\\Database\\Charset\\unicode-1-1-utf-8] 1460706475 -#time=1d196eb1f15d744 +[Software\\Classes\\MIME\\Database\\Charset\\unicode-1-1-utf-8] 1526460547 +#time=1d3ecf2c06f138a "AliasForCharset"="utf-8" -[Software\\Classes\\MIME\\Database\\Charset\\unicode-2-0-utf-8] 1460706475 -#time=1d196eb1f15dae6 +[Software\\Classes\\MIME\\Database\\Charset\\unicode-2-0-utf-8] 1526460547 +#time=1d3ecf2c06f163c "AliasForCharset"="utf-8" -[Software\\Classes\\MIME\\Database\\Charset\\unicodeFFFE] 1460706475 -#time=1d196eb1f1459f0 +[Software\\Classes\\MIME\\Database\\Charset\\unicodeFFFE] 1526460547 +#time=1d3ecf2c06e4cd4 "Codepage"=dword:000004b0 "InternetEncoding"=dword:000004b1 -[Software\\Classes\\MIME\\Database\\Charset\\us] 1460706475 -#time=1d196eb1f15ddca +[Software\\Classes\\MIME\\Database\\Charset\\us] 1526460547 +#time=1d3ecf2c06f18da "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\us-ascii] 1460706475 -#time=1d196eb1f15e090 +[Software\\Classes\\MIME\\Database\\Charset\\us-ascii] 1526460547 +#time=1d3ecf2c06f1b3c "AliasForCharset"="iso-8859-1" -[Software\\Classes\\MIME\\Database\\Charset\\utf-7] 1460706475 -#time=1d196eb1f1461de +[Software\\Classes\\MIME\\Database\\Charset\\utf-7] 1526460547 +#time=1d3ecf2c06e50da "Codepage"=dword:000004b0 "InternetEncoding"=dword:0000fde8 -[Software\\Classes\\MIME\\Database\\Charset\\utf-8] 1460706475 -#time=1d196eb1f146954 +[Software\\Classes\\MIME\\Database\\Charset\\utf-8] 1526460547 +#time=1d3ecf2c06e54e0 "Codepage"=dword:000004b0 "InternetEncoding"=dword:0000fde9 -[Software\\Classes\\MIME\\Database\\Charset\\visual] 1460706475 -#time=1d196eb1f15e324 +[Software\\Classes\\MIME\\Database\\Charset\\visual] 1526460547 +#time=1d3ecf2c06f1d8a "AliasForCharset"="iso-8859-8" -[Software\\Classes\\MIME\\Database\\Charset\\windows-1250] 1460706475 -#time=1d196eb1f147160 +[Software\\Classes\\MIME\\Database\\Charset\\windows-1250] 1526460547 +#time=1d3ecf2c06e58fa "Codepage"=dword:000004e2 "InternetEncoding"=dword:000004e2 -[Software\\Classes\\MIME\\Database\\Charset\\windows-1251] 1460706475 -#time=1d196eb1f1479a8 +[Software\\Classes\\MIME\\Database\\Charset\\windows-1251] 1526460547 +#time=1d3ecf2c06e5d14 "Codepage"=dword:000004e3 "InternetEncoding"=dword:000004e3 -[Software\\Classes\\MIME\\Database\\Charset\\windows-1252] 1460706475 -#time=1d196eb1f148240 +[Software\\Classes\\MIME\\Database\\Charset\\windows-1252] 1526460547 +#time=1d3ecf2c06e6138 "Codepage"=dword:000004e4 "InternetEncoding"=dword:000004e4 -[Software\\Classes\\MIME\\Database\\Charset\\windows-1253] 1460706475 -#time=1d196eb1f148ae2 +[Software\\Classes\\MIME\\Database\\Charset\\windows-1253] 1526460547 +#time=1d3ecf2c06e655c "Codepage"=dword:000004e5 "InternetEncoding"=dword:000004e5 -[Software\\Classes\\MIME\\Database\\Charset\\Windows-1254] 1460706475 -#time=1d196eb1f15e676 +[Software\\Classes\\MIME\\Database\\Charset\\Windows-1254] 1526460547 +#time=1d3ecf2c06f2032 "AliasForCharset"="iso-8859-9" -[Software\\Classes\\MIME\\Database\\Charset\\windows-1255] 1460706475 -#time=1d196eb1f149352 +[Software\\Classes\\MIME\\Database\\Charset\\windows-1255] 1526460547 +#time=1d3ecf2c06e6976 "Codepage"=dword:000004e7 "InternetEncoding"=dword:000004e7 -[Software\\Classes\\MIME\\Database\\Charset\\windows-1256] 1460706475 -#time=1d196eb1f149c08 +[Software\\Classes\\MIME\\Database\\Charset\\windows-1256] 1526460547 +#time=1d3ecf2c06e6d90 "Codepage"=dword:000004e8 "InternetEncoding"=dword:000004e8 -[Software\\Classes\\MIME\\Database\\Charset\\windows-1257] 1460706475 -#time=1d196eb1f14a45a +[Software\\Classes\\MIME\\Database\\Charset\\windows-1257] 1526460547 +#time=1d3ecf2c06e71aa "Codepage"=dword:000004e9 "InternetEncoding"=dword:000004e9 -[Software\\Classes\\MIME\\Database\\Charset\\windows-1258] 1460706475 -#time=1d196eb1f14ac20 +[Software\\Classes\\MIME\\Database\\Charset\\windows-1258] 1526460547 +#time=1d3ecf2c06e75ce "Codepage"=dword:000004ea "InternetEncoding"=dword:000004ea -[Software\\Classes\\MIME\\Database\\Charset\\windows-874] 1460706475 -#time=1d196eb1f14b422 +[Software\\Classes\\MIME\\Database\\Charset\\windows-874] 1526460547 +#time=1d3ecf2c06e79e8 "Codepage"=dword:0000036a "InternetEncoding"=dword:0000036a -[Software\\Classes\\MIME\\Database\\Content Type\\application/postscript] 1460706474 -#time=1d196eb1e5b62a6 +[Software\\Classes\\MIME\\Database\\Content Type\\application/postscript] 1526460543 +#time=1d3ecf2bdf43482 "Extension"=".ps" -[Software\\Classes\\MIME\\Database\\Content Type\\application/x-complus] 1460706647 -#time=1d196eb856d0936 +[Software\\Classes\\MIME\\Database\\Content Type\\application/x-complus] 1526460879 +#time=1d3ecf3862cf07e "CLSID"="{DC5DA001-7CD4-11D2-8ED9-D8C857F98FE3}" -[Software\\Classes\\MIME\\Database\\Content Type\\application/x-compressed] 1460706474 -#time=1d196eb1e5b6d6e +[Software\\Classes\\MIME\\Database\\Content Type\\application/x-compressed] 1526460543 +#time=1d3ecf2bdf43df6 "Extension"=".tgz" -[Software\\Classes\\MIME\\Database\\Content Type\\application/x-gzip] 1460706474 -#time=1d196eb1e5a4812 +[Software\\Classes\\MIME\\Database\\Content Type\\application/x-gzip] 1526460543 +#time=1d3ecf2bdf36f20 "Extension"=".gz" -[Software\\Classes\\MIME\\Database\\Content Type\\application/x-ms-application] 1460706646 -#time=1d196eb855e211e +[Software\\Classes\\MIME\\Database\\Content Type\\application/x-ms-application] 1526460879 +#time=1d3ecf386159b22 "Extension"=".application" -[Software\\Classes\\MIME\\Database\\Content Type\\application/x-ms-xbap] 1460706648 -#time=1d196eb862addda +[Software\\Classes\\MIME\\Database\\Content Type\\application/x-ms-xbap] 1526460881 +#time=1d3ecf3877e341a "CLSID"="{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}" "Extension"=".xbap" -[Software\\Classes\\MIME\\Database\\Content Type\\application/x-tar] 1460706474 -#time=1d196eb1e5b6ab2 +[Software\\Classes\\MIME\\Database\\Content Type\\application/x-tar] 1526460543 +#time=1d3ecf2bdf43ac2 "Extension"=".tar" -[Software\\Classes\\MIME\\Database\\Content Type\\application/x-zip-compressed] 1460706474 -#time=1d196eb1e5ba4f0 +[Software\\Classes\\MIME\\Database\\Content Type\\application/x-zip-compressed] 1526460543 +#time=1d3ecf2bdf47640 "Extension"=".zip" -[Software\\Classes\\MIME\\Database\\Content Type\\application/xaml+xml] 1460706648 -#time=1d196eb862c007a +[Software\\Classes\\MIME\\Database\\Content Type\\application/xaml+xml] 1526460881 +#time=1d3ecf387804494 "CLSID"="{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}" "Extension"=".xaml" -[Software\\Classes\\MIME\\Database\\Content Type\\application/xml] 1460706474 -#time=1d196eb1e5b94a6 +[Software\\Classes\\MIME\\Database\\Content Type\\application/xml] 1526460543 +#time=1d3ecf2bdf469de "CLSID"="{48123BC4-99D9-11D1-A6B3-00C04FD91555}" "Encoding"=hex:08,00,00,00 "Extension"=".xml" -[Software\\Classes\\MIME\\Database\\Content Type\\audio/mpeg] 1460706474 -#time=1d196eb1e5b2cdc +[Software\\Classes\\MIME\\Database\\Content Type\\audio/mpeg] 1526460543 +#time=1d3ecf2bdf3f01c "CLSID"="{CD3AFA76-B84F-48F0-9393-7EDC34128127}" "Extension"=".mp3" -[Software\\Classes\\MIME\\Database\\Content Type\\audio/mpg] 1460706474 -#time=1d196eb1e5b2f8e +[Software\\Classes\\MIME\\Database\\Content Type\\audio/mpg] 1526460543 +#time=1d3ecf2bdf3f51c "CLSID"="{CD3AFA76-B84F-48F0-9393-7EDC34128127}" "Extension"=".mp3" -[Software\\Classes\\MIME\\Database\\Content Type\\audio/wav] 1460706474 -#time=1d196eb1e5b7d90 +[Software\\Classes\\MIME\\Database\\Content Type\\audio/wav] 1526460543 +#time=1d3ecf2bdf451d8 "CLSID"="{CD3AFA7B-B84F-48F0-9393-7EDC34128127}" "Extension"=".wav" -[Software\\Classes\\MIME\\Database\\Content Type\\image/bmp] 1460706474 -#time=1d196eb1e5a0352 +[Software\\Classes\\MIME\\Database\\Content Type\\image/bmp] 1526460543 +#time=1d3ecf2bdf349dc "Extension"=".bmp" "Image Filter CLSID"="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\MIME\\Database\\Content Type\\image/bmp\\Bits] 1460706474 -#time=1d196eb1e5a044c +[Software\\Classes\\MIME\\Database\\Content Type\\image/bmp\\Bits] 1526460543 +#time=1d3ecf2bdf34a68 "0"=hex:02,00,00,00,ff,ff,42,4d -[Software\\Classes\\MIME\\Database\\Content Type\\image/gif] 1460706474 -#time=1d196eb1e5a2576 +[Software\\Classes\\MIME\\Database\\Content Type\\image/gif] 1526460543 +#time=1d3ecf2bdf35cb0 "CLSID"="{25336920-03F9-11CF-8FD0-00AA00686F13}" "Extension"=".gif" "Image Filter CLSID"="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\MIME\\Database\\Content Type\\image/gif\\Bits] 1460706474 -#time=1d196eb1e5a2670 +[Software\\Classes\\MIME\\Database\\Content Type\\image/gif\\Bits] 1526460543 +#time=1d3ecf2bdf35d46 "0"=hex:04,00,00,00,ff,ff,ff,ff,47,49,46,38 -[Software\\Classes\\MIME\\Database\\Content Type\\image/jpeg] 1460706474 -#time=1d196eb1e5ae024 +[Software\\Classes\\MIME\\Database\\Content Type\\image/jpeg] 1526460543 +#time=1d3ecf2bdf3bd86 "CLSID"="{25336920-03F9-11CF-8FD0-00AA00686F13}" "Extension"=".jpg" "Image Filter CLSID"="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\MIME\\Database\\Content Type\\image/jpeg\\Bits] 1460706474 -#time=1d196eb1e5adbf6 +[Software\\Classes\\MIME\\Database\\Content Type\\image/jpeg\\Bits] 1526460543 +#time=1d3ecf2bdf3bbc4 "0"=hex:02,00,00,00,ff,ff,ff,d8 -[Software\\Classes\\MIME\\Database\\Content Type\\image/pjpeg] 1460706474 -#time=1d196eb1e5b3fd8 +[Software\\Classes\\MIME\\Database\\Content Type\\image/pjpeg] 1526460543 +#time=1d3ecf2bdf40bec "CLSID"="{25336920-03F9-11CF-8FD0-00AA00686F13}" "Extension"=".jpg" "Image Filter CLSID"="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\MIME\\Database\\Content Type\\image/pjpeg\\Bits] 1460706474 -#time=1d196eb1e5b3e34 +[Software\\Classes\\MIME\\Database\\Content Type\\image/pjpeg\\Bits] 1526460543 +#time=1d3ecf2bdf409f8 "0"=hex:02,00,00,00,ff,ff,ff,d8 -[Software\\Classes\\MIME\\Database\\Content Type\\image/png] 1460706474 -#time=1d196eb1e5b507c +[Software\\Classes\\MIME\\Database\\Content Type\\image/png] 1526460543 +#time=1d3ecf2bdf4201e "Extension"=".png" -[Software\\Classes\\MIME\\Database\\Content Type\\image/tiff] 1460706474 -#time=1d196eb1e5b708e +[Software\\Classes\\MIME\\Database\\Content Type\\image/tiff] 1526460543 +#time=1d3ecf2bdf4410c "Extension"=".tiff" -[Software\\Classes\\MIME\\Database\\Content Type\\image/x-icon] 1460706474 -#time=1d196eb1e5aabf4 +[Software\\Classes\\MIME\\Database\\Content Type\\image/x-icon] 1526460543 +#time=1d3ecf2bdf3a512 "CLSID"="{25336920-03F9-11CF-8FD0-00AA00686F13}" "Extension"=".ico" "Image Filter CLSID"="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\MIME\\Database\\Content Type\\image/x-jg] 1460706474 -#time=1d196eb1e5a5eb0 +[Software\\Classes\\MIME\\Database\\Content Type\\image/x-jg] 1526460543 +#time=1d3ecf2bdf37c2c "CLSID"="{25336920-03F9-11CF-8FD0-00AA00686F13}" -[Software\\Classes\\MIME\\Database\\Content Type\\image/x-png] 1460706474 -#time=1d196eb1e5b51da +[Software\\Classes\\MIME\\Database\\Content Type\\image/x-png] 1526460543 +#time=1d3ecf2bdf42208 "Extension"=".png" -[Software\\Classes\\MIME\\Database\\Content Type\\image/x-wmf] 1460706474 -#time=1d196eb1e59b3ac +[Software\\Classes\\MIME\\Database\\Content Type\\image/x-wmf] 1526460543 +#time=1d3ecf2bdf319e4 "Image Filter CLSID"="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\MIME\\Database\\Content Type\\image/x-wmf\\Bits] 1460706474 -#time=1d196eb1e59b5e6 +[Software\\Classes\\MIME\\Database\\Content Type\\image/x-wmf\\Bits] 1526460543 +#time=1d3ecf2bdf31a7a "0"=hex:04,00,00,00,ff,ff,ff,ff,d7,cd,c6,9a -[Software\\Classes\\MIME\\Database\\Content Type\\image/x-xbitmap] 1460706474 -#time=1d196eb1e5b831c +[Software\\Classes\\MIME\\Database\\Content Type\\image/x-xbitmap] 1526460543 +#time=1d3ecf2bdf456d8 "CLSID"="{25336920-03F9-11CF-8FD0-00AA00686F13}" -[Software\\Classes\\MIME\\Database\\Content Type\\image/xbm] 1460706474 -#time=1d196eb1e5b8196 +[Software\\Classes\\MIME\\Database\\Content Type\\image/xbm] 1526460543 +#time=1d3ecf2bdf454f8 "Extension"=".xbm" -[Software\\Classes\\MIME\\Database\\Content Type\\message/rfc822] 1460706474 -#time=1d196eb1e5b19b8 +[Software\\Classes\\MIME\\Database\\Content Type\\message/rfc822] 1526460543 +#time=1d3ecf2bdf3db68 "CLSID"="{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\MIME\\Database\\Content Type\\text/css] 1460706474 -#time=1d196eb1e5a0924 +[Software\\Classes\\MIME\\Database\\Content Type\\text/css] 1526460543 +#time=1d3ecf2bdf34d7e "Extension"=".css" -[Software\\Classes\\MIME\\Database\\Content Type\\text/html] 1460706474 -#time=1d196eb1e5a5c08 +[Software\\Classes\\MIME\\Database\\Content Type\\text/html] 1526460543 +#time=1d3ecf2bdf37a74 "CLSID"="{25336920-03F9-11CF-8FD0-00AA00686F13}" "Encoding"=hex:08,00,00,00 "Extension"=".htm" -[Software\\Classes\\MIME\\Database\\Content Type\\text/plain] 1460706474 -#time=1d196eb1e5b7836 +[Software\\Classes\\MIME\\Database\\Content Type\\text/plain] 1526460543 +#time=1d3ecf2bdf448fa "CLSID"="{25336920-03F9-11CF-8FD0-00AA00686F13}" "Encoding"=hex:07,00,00,00 "Extension"=".txt" -[Software\\Classes\\MIME\\Database\\Content Type\\text/x-component] 1460706474 -#time=1d196eb1e5a51e0 +[Software\\Classes\\MIME\\Database\\Content Type\\text/x-component] 1526460543 +#time=1d3ecf2bdf37420 "CLSID"="{3050F4F8-98B5-11CF-BB82-00AA00BDCE0B}" "Extension"=".htc" -[Software\\Classes\\MIME\\Database\\Content Type\\text/x-scriptlet] 1460706474 -#time=1d196eb1e59cf54 +[Software\\Classes\\MIME\\Database\\Content Type\\text/x-scriptlet] 1526460543 +#time=1d3ecf2bdf32952 "CLSID"="{AE24FDAE-03C6-11D1-8B76-0080C744F389}" -[Software\\Classes\\MIME\\Database\\Content Type\\text/xml] 1460706474 -#time=1d196eb1e5b9d2a +[Software\\Classes\\MIME\\Database\\Content Type\\text/xml] 1526460543 +#time=1d3ecf2bdf46eac "CLSID"="{48123BC4-99D9-11D1-A6B3-00C04FD91555}" "Encoding"=hex:08,00,00,00 "Extension"=".xml" -[Software\\Classes\\MIME\\Database\\Content Type\\video/avi] 1460706474 -#time=1d196eb1e59f934 +[Software\\Classes\\MIME\\Database\\Content Type\\video/avi] 1526460543 +#time=1d3ecf2bdf343ec "CLSID"="{CD3AFA88-B84F-48F0-9393-7EDC34128127}" "Extension"=".avi" -[Software\\Classes\\MIME\\Database\\Content Type\\video/mpeg] 1460706474 -#time=1d196eb1e5b3240 +[Software\\Classes\\MIME\\Database\\Content Type\\video/mpeg] 1526460543 +#time=1d3ecf2bdf3f9c2 "CLSID"="{CD3AFA89-B84F-48F0-9393-7EDC34128127}" "Extension"=".mpeg" -[Software\\Classes\\MSDADC] 1460706471 -#time=1d196eb1cde2850 +[Software\\Classes\\MSDADC] 1526460533 +#time=1d3ecf2b7ad5662 @="OLE DB Data Conversion Library" -[Software\\Classes\\MSDADC\\CLSID] 1460706471 -#time=1d196eb1cde274c +[Software\\Classes\\MSDADC\\CLSID] 1526460533 +#time=1d3ecf2b7ad550e @="{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}" -[Software\\Classes\\MSDADC\\CurVer] 1460706471 -#time=1d196eb1cde28be +[Software\\Classes\\MSDADC\\CurVer] 1526460533 +#time=1d3ecf2b7ad5716 @="MSDADC.1" -[Software\\Classes\\MSDADC.1] 1460706471 -#time=1d196eb1cde244a +[Software\\Classes\\MSDADC.1] 1526460533 +#time=1d3ecf2b7ad5018 @="OLE DB Data Conversion Library" -[Software\\Classes\\MSDADC.1\\CLSID] 1460706471 -#time=1d196eb1cde24c2 +[Software\\Classes\\MSDADC.1\\CLSID] 1526460533 +#time=1d3ecf2b7ad50cc @="{C8B522D1-5CF3-11CE-ADE5-00AA0044773D}" -[Software\\Classes\\MSDAER] 1460706471 -#time=1d196eb1cde2e9a +[Software\\Classes\\MSDAER] 1526460533 +#time=1d3ecf2b7ad61e8 @="OLE DB Error Collection Service" -[Software\\Classes\\MSDAER\\CLSID] 1460706471 -#time=1d196eb1cde2dd2 +[Software\\Classes\\MSDAER\\CLSID] 1526460533 +#time=1d3ecf2b7ad6094 @="{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}" -[Software\\Classes\\MSDAER\\CurVer] 1460706471 -#time=1d196eb1cde2f12 +[Software\\Classes\\MSDAER\\CurVer] 1526460533 +#time=1d3ecf2b7ad62a6 @="MSDAER.1" -[Software\\Classes\\MSDAER.1] 1460706471 -#time=1d196eb1cde2ada +[Software\\Classes\\MSDAER.1] 1526460533 +#time=1d3ecf2b7ad5a9a @="OLE DB Error Collection Service" -[Software\\Classes\\MSDAER.1\\CLSID] 1460706471 -#time=1d196eb1cde2b48 +[Software\\Classes\\MSDAER.1\\CLSID] 1526460533 +#time=1d3ecf2b7ad5b58 @="{C8B522CF-5CF3-11CE-ADE5-00AA0044773D}" -[Software\\Classes\\MSDASC.MSDAINITIALIZE] 1460706471 -#time=1d196eb1cde580c +[Software\\Classes\\MSDASC.MSDAINITIALIZE] 1526460533 +#time=1d3ecf2b7ad996a @="MSDAINITIALIZE" -[Software\\Classes\\MSDASC.MSDAINITIALIZE\\CLSID] 1460706471 -#time=1d196eb1cde5744 +[Software\\Classes\\MSDASC.MSDAINITIALIZE\\CLSID] 1526460533 +#time=1d3ecf2b7ad9870 @="{2206CDB0-19C1-11D1-89E0-00C04FD7A829}" -[Software\\Classes\\MSDASC.MSDAINITIALIZE\\CurVer] 1460706471 -#time=1d196eb1cde5898 +[Software\\Classes\\MSDASC.MSDAINITIALIZE\\CurVer] 1526460533 +#time=1d3ecf2b7ad9a0a @="MSDASC.MSDAINITIALIZE.1" -[Software\\Classes\\MSDASC.MSDAINITIALIZE.1] 1460706471 -#time=1d196eb1cde5456 +[Software\\Classes\\MSDASC.MSDAINITIALIZE.1] 1526460533 +#time=1d3ecf2b7ad94e2 @="MSDAINITIALIZE" -[Software\\Classes\\MSDASC.MSDAINITIALIZE.1\\CLSID] 1460706471 -#time=1d196eb1cde54c4 +[Software\\Classes\\MSDASC.MSDAINITIALIZE.1\\CLSID] 1526460533 +#time=1d3ecf2b7ad956e @="{2206CDB0-19C1-11D1-89E0-00C04FD7A829}" -[Software\\Classes\\MSFSStore] 1460706471 -#time=1d196eb1cf8359c +[Software\\Classes\\MSFSStore] 1528075957 +#time=1d3fba3eba01f8a @="Microsoft InfoTech IStorage for Win32 Files" -[Software\\Classes\\MSFSStore\\CLSID] 1460706471 -#time=1d196eb1cf834ca +[Software\\Classes\\MSFSStore\\CLSID] 1528075957 +#time=1d3fba3eba01e90 @="{D54EEE56-AAAB-11D0-9E1D-00A0C922E6EC}" -[Software\\Classes\\MSFSStore\\CurVer] 1460706471 -#time=1d196eb1cf8361e +[Software\\Classes\\MSFSStore\\CurVer] 1528075957 +#time=1d3fba3eba0200c @="MSFSStore1.0" -[Software\\Classes\\Msi.Package] 1460706475 -#time=1d196eb1f12557e +[Software\\Classes\\Msi.Package] 1526460547 +#time=1d3ecf2c06d2d04 @="Windows Installer Package" -[Software\\Classes\\Msi.Package\\DefaultIcon] 1460706475 -#time=1d196eb1f12510a +[Software\\Classes\\Msi.Package\\DefaultIcon] 1526460547 +#time=1d3ecf2c06d2b06 @="msiexec.exe" -[Software\\Classes\\Msi.Package\\shell\\Open\\command] 1460706475 -#time=1d196eb1f125c22 +[Software\\Classes\\Msi.Package\\shell\\Open\\command] 1526460547 +#time=1d3ecf2c06d3060 @="C:\\windows\\system32\\msiexec.exe /i \"%1\"" -[Software\\Classes\\Msi.Package\\shell\\Repair\\command] 1460706475 -#time=1d196eb1f1267bc +[Software\\Classes\\Msi.Package\\shell\\Repair\\command] 1526460547 +#time=1d3ecf2c06d35a6 @="C:\\windows\\system32\\msiexec.exe /f \"%1\"" -[Software\\Classes\\Msi.Package\\shell\\Uninstall\\command] 1460706475 -#time=1d196eb1f12737e +[Software\\Classes\\Msi.Package\\shell\\Uninstall\\command] 1526460547 +#time=1d3ecf2c06d3b00 @="C:\\windows\\system32\\msiexec.exe /x \"%1\"" -[Software\\Classes\\Msi.Patch] 1460706475 -#time=1d196eb1f128062 +[Software\\Classes\\Msi.Patch] 1526460547 +#time=1d3ecf2c06d40f0 @="Windows Installer Patch" -[Software\\Classes\\Msi.Patch\\DefaultIcon] 1460706475 -#time=1d196eb1f127bd0 +[Software\\Classes\\Msi.Patch\\DefaultIcon] 1526460547 +#time=1d3ecf2c06d3ee8 @="msiexec.exe" -[Software\\Classes\\Msi.Patch\\shell\\Open\\command] 1460706475 -#time=1d196eb1f128738 +[Software\\Classes\\Msi.Patch\\shell\\Open\\command] 1526460547 +#time=1d3ecf2c06d4438 @="C:\\windows\\system32\\msiexec.exe /p \"%1\"" -[Software\\Classes\\MSITFS] 1460706471 -#time=1d196eb1cf82048 +[Software\\Classes\\MSITFS] 1528075957 +#time=1d3fba3eb9fd5de @="Microsoft InfoTech IStorage System" -[Software\\Classes\\MSITFS\\CLSID] 1460706471 -#time=1d196eb1cf8212e +[Software\\Classes\\MSITFS\\CLSID] 1528075957 +#time=1d3fba3eb9fd78c @="{5D02926A-212E-11D0-9DF9-00A0C922E6EC}" -[Software\\Classes\\MSITFS\\CurVer] 1460706471 -#time=1d196eb1cf80c0c +[Software\\Classes\\MSITFS\\CurVer] 1526460533 +#time=1d3ecf2b7c8a106 @="MSITFS1.0" -[Software\\Classes\\MSITFS1.0] 1460706471 -#time=1d196eb1cf81d50 +[Software\\Classes\\MSITFS1.0] 1528075957 +#time=1d3fba3eb9fcd50 @="Microsoft InfoTech IStorage System" -[Software\\Classes\\MSITFS1.0\\CLSID] 1460706471 -#time=1d196eb1cf81e86 +[Software\\Classes\\MSITFS1.0\\CLSID] 1528075957 +#time=1d3fba3eb9fd0e8 @="{5D02926A-212E-11D0-9DF9-00A0C922E6EC}" -[Software\\Classes\\MSITStore] 1460706471 -#time=1d196eb1cf82cb4 +[Software\\Classes\\MSITStore] 1528075957 +#time=1d3fba3eba001e4 @="Microsoft InfoTech Protocol for IE 3.0" -[Software\\Classes\\MSITStore\\CLSID] 1460706471 -#time=1d196eb1cf82be2 +[Software\\Classes\\MSITStore\\CLSID] 1528075957 +#time=1d3fba3eba000ea @="{9D148290-B9C8-11D0-A4CC-0000F80149F6}" -[Software\\Classes\\MSITStore\\CurVer] 1460706471 -#time=1d196eb1cf82d5e +[Software\\Classes\\MSITStore\\CurVer] 1528075957 +#time=1d3fba3eba00266 @="MSITStore1.0" -[Software\\Classes\\MSScriptControl.ScriptControl] 1460706471 -#time=1d196eb1d05543e +[Software\\Classes\\MSScriptControl.ScriptControl] 1526460533 +#time=1d3ecf2b7ca6cd4 @="ScriptControl Object" -[Software\\Classes\\MSScriptControl.ScriptControl\\CLSID] 1460706471 -#time=1d196eb1d055362 +[Software\\Classes\\MSScriptControl.ScriptControl\\CLSID] 1526460533 +#time=1d3ecf2b7ca6be4 @="{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}" -[Software\\Classes\\MSScriptControl.ScriptControl\\CurVer] 1460706471 -#time=1d196eb1d0554b6 +[Software\\Classes\\MSScriptControl.ScriptControl\\CurVer] 1526460533 +#time=1d3ecf2b7ca6d56 @="MSScriptControl.ScriptControl.1" -[Software\\Classes\\MSScriptControl.ScriptControl.1] 1460706471 -#time=1d196eb1d054fa2 +[Software\\Classes\\MSScriptControl.ScriptControl.1] 1526460533 +#time=1d3ecf2b7ca6842 @="ScriptControl Object" -[Software\\Classes\\MSScriptControl.ScriptControl.1\\CLSID] 1460706471 -#time=1d196eb1d055074 +[Software\\Classes\\MSScriptControl.ScriptControl.1\\CLSID] 1526460533 +#time=1d3ecf2b7ca68ce @="{0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC}" -[Software\\Classes\\Msxml] 1460706471 -#time=1d196eb1cd215ec +[Software\\Classes\\Msxml] 1526460533 +#time=1d3ecf2b7939ede @="Msxml" -[Software\\Classes\\Msxml\\CLSID] 1460706471 -#time=1d196eb1cd2165a +[Software\\Classes\\Msxml\\CLSID] 1526460533 +#time=1d3ecf2b7939f74 @="{CFC399AF-D876-11D0-9C10-00C04FC99C8E}" -[Software\\Classes\\MSXML.DOMDocument] 1460706471 -#time=1d196eb1cd21a9c +[Software\\Classes\\MSXML.DOMDocument] 1528075957 +#time=1d3fba3eb771b26 @="XML DOM Document" -[Software\\Classes\\MSXML.DOMDocument\\CLSID] 1460706471 -#time=1d196eb1cd219ca +[Software\\Classes\\MSXML.DOMDocument\\CLSID] 1528075957 +#time=1d3fba3eb771a22 @="{2933BF90-7B36-11D2-B20E-00C04F983E60}" -[Software\\Classes\\MSXML.DOMDocument\\CurVer] 1460706471 -#time=1d196eb1cd21b14 +[Software\\Classes\\MSXML.DOMDocument\\CurVer] 1528075957 +#time=1d3fba3eb771bbc @="Microsoft.XMLDOM.1.0" -[Software\\Classes\\MSXML.FreeThreadedDOMDocument] 1460706471 -#time=1d196eb1cd21eca +[Software\\Classes\\MSXML.FreeThreadedDOMDocument] 1528075957 +#time=1d3fba3eb772be8 @="Free Threaded XML DOM Document" -[Software\\Classes\\MSXML.FreeThreadedDOMDocument\\CLSID] 1460706471 -#time=1d196eb1cd21df8 +[Software\\Classes\\MSXML.FreeThreadedDOMDocument\\CLSID] 1528075957 +#time=1d3fba3eb772ac6 @="{2933BF91-7B36-11D2-B20E-00C04F983E60}" -[Software\\Classes\\MSXML.FreeThreadedDOMDocument\\CurVer] 1460706471 -#time=1d196eb1cd21f38 +[Software\\Classes\\MSXML.FreeThreadedDOMDocument\\CurVer] 1528075957 +#time=1d3fba3eb772c88 @="Microsoft.FreeThreadedXMLDOM.1.0" -[Software\\Classes\\Msxml2.DOMDocument] 1460706471 -#time=1d196eb1cd5d0b0 +[Software\\Classes\\Msxml2.DOMDocument] 1528075957 +#time=1d3fba3eb7bab6e @="XML DOM Document" -[Software\\Classes\\Msxml2.DOMDocument\\CLSID] 1460706471 -#time=1d196eb1cd5d18c +[Software\\Classes\\Msxml2.DOMDocument\\CLSID] 1528075957 +#time=1d3fba3eb7bac7c @="{F6D90F11-9C73-11D3-B32E-00C04F990BB4}" -[Software\\Classes\\Msxml2.DOMDocument\\CurVer] 1460706471 -#time=1d196eb1cd5cf0c +[Software\\Classes\\Msxml2.DOMDocument\\CurVer] 1528075957 +#time=1d3fba3eb7ba984 @="Msxml2.DOMDocument.3.0" -[Software\\Classes\\Msxml2.DOMDocument.2.6] 1460706471 -#time=1d196eb1cd2ff5c +[Software\\Classes\\Msxml2.DOMDocument.2.6] 1526460533 +#time=1d3ecf2b794ea32 @="XML DOM Document 2.6" -[Software\\Classes\\Msxml2.DOMDocument.2.6\\CLSID] 1460706471 -#time=1d196eb1cd2ffd4 +[Software\\Classes\\Msxml2.DOMDocument.2.6\\CLSID] 1526460533 +#time=1d3ecf2b794eac8 @="{F5078F1B-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.DOMDocument.3.0] 1460706471 -#time=1d196eb1cd5cad4 +[Software\\Classes\\Msxml2.DOMDocument.3.0] 1526460533 +#time=1d3ecf2b79813ce @="XML DOM Document 3.0" -[Software\\Classes\\Msxml2.DOMDocument.3.0\\CLSID] 1460706471 -#time=1d196eb1cd5cb4c +[Software\\Classes\\Msxml2.DOMDocument.3.0\\CLSID] 1526460533 +#time=1d3ecf2b798145a @="{F5078F32-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.DOMDocument.4.0] 1460706471 -#time=1d196eb1cd8d896 +[Software\\Classes\\Msxml2.DOMDocument.4.0] 1526460533 +#time=1d3ecf2b79c8896 @="XML DOM Document 4.0" -[Software\\Classes\\Msxml2.DOMDocument.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8d90e +[Software\\Classes\\Msxml2.DOMDocument.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79c892c @="{88D969C0-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.DOMDocument.6.0] 1460706471 -#time=1d196eb1cdb07ec +[Software\\Classes\\Msxml2.DOMDocument.6.0] 1526460533 +#time=1d3ecf2b7a03144 @="XML DOM Document 6.0" -[Software\\Classes\\Msxml2.DOMDocument.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb0864 +[Software\\Classes\\Msxml2.DOMDocument.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a031e4 @="{88D96A05-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.DSOControl] 1460706605 -#time=1d196eb6c67a982 -@="XML Data Source Object" - -[Software\\Classes\\Msxml2.DSOControl\\CLSID] 1460706605 -#time=1d196eb6c67a694 -@="{F6D90F14-9C73-11D3-B32E-00C04F990BB4}" - -[Software\\Classes\\Msxml2.DSOControl\\CurVer] 1460706605 -#time=1d196eb6c67ae3c -@="Msxml2.DSOControl.3.0" - -[Software\\Classes\\Msxml2.DSOControl.3.0] 1460706605 -#time=1d196eb6c67f84c -@="XML Data Source Object 3.0" - -[Software\\Classes\\Msxml2.DSOControl.3.0\\CLSID] 1460706605 -#time=1d196eb6c67fd24 -@="{F5078F39-C551-11D3-89B9-0000F81FE221}" +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument] 1528075957 +#time=1d3fba3eb7bbafa +@="Free threaded XML DOM Document" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument] 1460706605 -#time=1d196eb6c6647fe -@="Free Threaded XML DOM Document" - -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument\\CLSID] 1460706471 -#time=1d196eb1cd5dd80 +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument\\CLSID] 1528075957 +#time=1d3fba3eb7bbc9e @="{F6D90F12-9C73-11D3-B32E-00C04F990BB4}" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument\\CurVer] 1460706471 -#time=1d196eb1cd5daf6 +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument\\CurVer] 1528075957 +#time=1d3fba3eb7bb820 @="Msxml2.FreeThreadedDOMDocument.3.0" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.2.6] 1460706471 -#time=1d196eb1cd305ce +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.2.6] 1526460533 +#time=1d3ecf2b794f220 @="Free Threaded XML DOM Document 2.6" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.2.6\\CLSID] 1460706471 -#time=1d196eb1cd3063c +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.2.6\\CLSID] 1526460533 +#time=1d3ecf2b794f2ac @="{F5078F1C-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.3.0] 1460706605 -#time=1d196eb6c66a56e -@="Free Threaded XML DOM Document 3.0" +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.3.0] 1526460533 +#time=1d3ecf2b7982170 +@="Free threaded XML DOM Document 3.0" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.3.0\\CLSID] 1460706471 -#time=1d196eb1cd5d722 +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.3.0\\CLSID] 1526460533 +#time=1d3ecf2b79821fc @="{F5078F33-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.4.0] 1460706471 -#time=1d196eb1cd8db7a +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.4.0] 1526460533 +#time=1d3ecf2b79c8bde @="Free threaded XML DOM Document 4.0" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8dbf2 +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79c8c74 @="{88D969C1-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.6.0] 1460706471 -#time=1d196eb1cdb0abc +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.6.0] 1526460533 +#time=1d3ecf2b7a0357c @="Free threaded XML DOM Document 6.0" -[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb0b34 +[Software\\Classes\\Msxml2.FreeThreadedDOMDocument.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a0364e @="{88D96A06-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.MXHTMLWriter.4.0] 1460706471 -#time=1d196eb1cd8eb56 +[Software\\Classes\\Msxml2.MXHTMLWriter.4.0] 1526460533 +#time=1d3ecf2b79ca132 @="MXHTMLWriter 4.0" -[Software\\Classes\\Msxml2.MXHTMLWriter.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8ebce +[Software\\Classes\\Msxml2.MXHTMLWriter.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79ca1c8 @="{88D969C9-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.MXHTMLWriter.6.0] 1460706471 -#time=1d196eb1cdb1ab6 +[Software\\Classes\\Msxml2.MXHTMLWriter.6.0] 1526460533 +#time=1d3ecf2b7a0541c @="MXHTMLWriter 6.0" -[Software\\Classes\\Msxml2.MXHTMLWriter.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb1b4c +[Software\\Classes\\Msxml2.MXHTMLWriter.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a054bc @="{88D96A10-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.MXNamespaceManager.4.0] 1460706471 -#time=1d196eb1cd8f092 +[Software\\Classes\\Msxml2.MXNamespaceManager.4.0] 1526460533 +#time=1d3ecf2b79ca90c @="MXNamespaceManager 4.0" -[Software\\Classes\\Msxml2.MXNamespaceManager.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8f10a +[Software\\Classes\\Msxml2.MXNamespaceManager.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79ca9a2 @="{88D969D6-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.MXNamespaceManager.6.0] 1460706471 -#time=1d196eb1cdb2236 +[Software\\Classes\\Msxml2.MXNamespaceManager.6.0] 1526460533 +#time=1d3ecf2b7a05cc8 @="MXNamespaceManager 6.0" -[Software\\Classes\\Msxml2.MXNamespaceManager.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb22ae +[Software\\Classes\\Msxml2.MXNamespaceManager.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a05d72 @="{88D96A11-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.MXXMLWriter] 1460706471 -#time=1d196eb1cd62a92 +[Software\\Classes\\Msxml2.MXXMLWriter] 1528075957 +#time=1d3fba3eb7c12e8 @="MXXMLWriter" -[Software\\Classes\\Msxml2.MXXMLWriter\\CLSID] 1460706471 -#time=1d196eb1cd62b78 +[Software\\Classes\\Msxml2.MXXMLWriter\\CLSID] 1528075957 +#time=1d3fba3eb7c13ec @="{FC220AD8-A72A-4EE8-926E-0B7AD152A020}" -[Software\\Classes\\Msxml2.MXXMLWriter\\CurVer] 1460706471 -#time=1d196eb1cd628e4 +[Software\\Classes\\Msxml2.MXXMLWriter\\CurVer] 1526460533 +#time=1d3ecf2b798777e @="Msxml2.MXXMLWriter.3.0" -[Software\\Classes\\Msxml2.MXXMLWriter.3.0] 1460706471 -#time=1d196eb1cd62466 +[Software\\Classes\\Msxml2.MXXMLWriter.3.0] 1526460533 +#time=1d3ecf2b7987288 @="MXXMLWriter 3.0" -[Software\\Classes\\Msxml2.MXXMLWriter.3.0\\CLSID] 1460706471 -#time=1d196eb1cd624de +[Software\\Classes\\Msxml2.MXXMLWriter.3.0\\CLSID] 1526460533 +#time=1d3ecf2b798730a @="{3D813DFE-6C91-4A4E-8F41-04346A841D9C}" -[Software\\Classes\\Msxml2.MXXMLWriter.4.0] 1460706471 -#time=1d196eb1cd8edfe +[Software\\Classes\\Msxml2.MXXMLWriter.4.0] 1526460533 +#time=1d3ecf2b79ca47a @="MXXMLWriter 4.0" -[Software\\Classes\\Msxml2.MXXMLWriter.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8ee6c +[Software\\Classes\\Msxml2.MXXMLWriter.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79ca506 @="{88D969C8-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.MXXMLWriter.6.0] 1460706471 -#time=1d196eb1cdb1f48 +[Software\\Classes\\Msxml2.MXXMLWriter.6.0] 1526460533 +#time=1d3ecf2b7a05822 @="MXXMLWriter 6.0" -[Software\\Classes\\Msxml2.MXXMLWriter.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb1ff2 +[Software\\Classes\\Msxml2.MXXMLWriter.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a058ae @="{88D96A0F-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.SAXAttributes] 1460706471 -#time=1d196eb1cd6362c +[Software\\Classes\\Msxml2.SAXAttributes] 1528075957 +#time=1d3fba3eb7c2008 @="SAXAttributes" -[Software\\Classes\\Msxml2.SAXAttributes\\CLSID] 1460706471 -#time=1d196eb1cd63712 +[Software\\Classes\\Msxml2.SAXAttributes\\CLSID] 1528075957 +#time=1d3fba3eb7c210c @="{4DD441AD-526D-4A77-9F1B-9841ED802FB0}" -[Software\\Classes\\Msxml2.SAXAttributes\\CurVer] 1460706471 -#time=1d196eb1cd6347e +[Software\\Classes\\Msxml2.SAXAttributes\\CurVer] 1526460533 +#time=1d3ecf2b79884da @="Msxml2.SAXAttributes.3.0" -[Software\\Classes\\Msxml2.SAXAttributes.3.0] 1460706471 -#time=1d196eb1cd63028 +[Software\\Classes\\Msxml2.SAXAttributes.3.0] 1526460533 +#time=1d3ecf2b7987fda @="SAXAttributes 3.0" -[Software\\Classes\\Msxml2.SAXAttributes.3.0\\CLSID] 1460706471 -#time=1d196eb1cd63096 +[Software\\Classes\\Msxml2.SAXAttributes.3.0\\CLSID] 1526460533 +#time=1d3ecf2b798805c @="{3E784A01-F3AE-4DC0-9354-9526B9370EBA}" -[Software\\Classes\\Msxml2.SAXAttributes.4.0] 1460706471 -#time=1d196eb1cd8f33a +[Software\\Classes\\Msxml2.SAXAttributes.4.0] 1526460533 +#time=1d3ecf2b79cac68 @="SAXAttributes 4.0" -[Software\\Classes\\Msxml2.SAXAttributes.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8f3b2 +[Software\\Classes\\Msxml2.SAXAttributes.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79cacfe @="{88D969CA-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.SAXAttributes.6.0] 1460706471 -#time=1d196eb1cdb2506 +[Software\\Classes\\Msxml2.SAXAttributes.6.0] 1526460533 +#time=1d3ecf2b7a063ee @="SAXAttributes 6.0" -[Software\\Classes\\Msxml2.SAXAttributes.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb257e +[Software\\Classes\\Msxml2.SAXAttributes.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a064b6 @="{88D96A0E-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.SAXXMLReader] 1460706471 -#time=1d196eb1cd61ec6 +[Software\\Classes\\Msxml2.SAXXMLReader] 1528075957 +#time=1d3fba3eb7c0398 @="SAX XML Reader" -[Software\\Classes\\Msxml2.SAXXMLReader\\CLSID] 1460706471 -#time=1d196eb1cd61fac +[Software\\Classes\\Msxml2.SAXXMLReader\\CLSID] 1528075957 +#time=1d3fba3eb7c0492 @="{079AA557-4A18-424A-8EEE-E39F0A8D41B9}" -[Software\\Classes\\Msxml2.SAXXMLReader\\CurVer] 1460706471 -#time=1d196eb1cd61d18 +[Software\\Classes\\Msxml2.SAXXMLReader\\CurVer] 1526460533 +#time=1d3ecf2b7986a0e @="Msxml2.SAXXMLReader.3.0" -[Software\\Classes\\Msxml2.SAXXMLReader.3.0] 1460706471 -#time=1d196eb1cd61868 +[Software\\Classes\\Msxml2.SAXXMLReader.3.0] 1526460533 +#time=1d3ecf2b79864dc @="SAX XML Reader 3.0" -[Software\\Classes\\Msxml2.SAXXMLReader.3.0\\CLSID] 1460706471 -#time=1d196eb1cd618e0 +[Software\\Classes\\Msxml2.SAXXMLReader.3.0\\CLSID] 1526460533 +#time=1d3ecf2b7986568 @="{3124C396-FB13-4836-A6AD-1317F1713688}" -[Software\\Classes\\Msxml2.SAXXMLReader.4.0] 1460706471 -#time=1d196eb1cd8e8c2 +[Software\\Classes\\Msxml2.SAXXMLReader.4.0] 1526460533 +#time=1d3ecf2b79c9cb4 @="SAX XML Reader 4.0" -[Software\\Classes\\Msxml2.SAXXMLReader.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8e930 +[Software\\Classes\\Msxml2.SAXXMLReader.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79c9e6c @="{7C6E29BC-8B8B-4C3D-859E-AF6CD158BE0F}" -[Software\\Classes\\Msxml2.SAXXMLReader.6.0] 1460706471 -#time=1d196eb1cdb17fa +[Software\\Classes\\Msxml2.SAXXMLReader.6.0] 1526460533 +#time=1d3ecf2b7a04f94 @="SAX XML Reader 6.0" -[Software\\Classes\\Msxml2.SAXXMLReader.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb1868 +[Software\\Classes\\Msxml2.SAXXMLReader.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a050ac @="{88D96A0C-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.ServerXMLHTTP] 1460706471 -#time=1d196eb1cd5f3a6 +[Software\\Classes\\Msxml2.ServerXMLHTTP] 1528075957 +#time=1d3fba3eb7bd8dc @="Server XML HTTP" -[Software\\Classes\\Msxml2.ServerXMLHTTP\\CLSID] 1460706471 -#time=1d196eb1cd5f482 +[Software\\Classes\\Msxml2.ServerXMLHTTP\\CLSID] 1528075957 +#time=1d3fba3eb7bd9f4 @="{AFBA6B42-5692-48EA-8141-DC517DCF0EF1}" -[Software\\Classes\\Msxml2.ServerXMLHTTP\\CurVer] 1460706471 -#time=1d196eb1cd5f202 +[Software\\Classes\\Msxml2.ServerXMLHTTP\\CurVer] 1526460533 +#time=1d3ecf2b7984178 @="Msxml2.ServerXMLHTTP.3.0" -[Software\\Classes\\Msxml2.ServerXMLHTTP.3.0] 1460706471 -#time=1d196eb1cd5ed8e +[Software\\Classes\\Msxml2.ServerXMLHTTP.3.0] 1526460533 +#time=1d3ecf2b7983c5a @="Server XML HTTP 3.0" -[Software\\Classes\\Msxml2.ServerXMLHTTP.3.0\\CLSID] 1460706471 -#time=1d196eb1cd5ee06 +[Software\\Classes\\Msxml2.ServerXMLHTTP.3.0\\CLSID] 1526460533 +#time=1d3ecf2b7983ce6 @="{AFB40FFD-B609-40A3-9828-F88BBE11E4E3}" -[Software\\Classes\\Msxml2.ServerXMLHTTP.4.0] 1460706471 -#time=1d196eb1cd8e0ca +[Software\\Classes\\Msxml2.ServerXMLHTTP.4.0] 1526460533 +#time=1d3ecf2b79c92b4 @="Server XML HTTP 4.0" -[Software\\Classes\\Msxml2.ServerXMLHTTP.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8e142 +[Software\\Classes\\Msxml2.ServerXMLHTTP.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79c934a @="{88D969C6-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.ServerXMLHTTP.6.0] 1460706471 -#time=1d196eb1cdb100c +[Software\\Classes\\Msxml2.ServerXMLHTTP.6.0] 1526460533 +#time=1d3ecf2b7a03e78 @="Server XML HTTP 6.0" -[Software\\Classes\\Msxml2.ServerXMLHTTP.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb1084 +[Software\\Classes\\Msxml2.ServerXMLHTTP.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a03f72 @="{88D96A0B-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.XMLHTTP] 1460706471 -#time=1d196eb1cd5e7f8 +[Software\\Classes\\Msxml2.XMLHTTP] 1528075957 +#time=1d3fba3eb7bca54 @="XML HTTP" -[Software\\Classes\\Msxml2.XMLHTTP\\CLSID] 1460706471 -#time=1d196eb1cd5e8d4 +[Software\\Classes\\Msxml2.XMLHTTP\\CLSID] 1528075957 +#time=1d3fba3eb7bcb6c @="{F6D90F16-9C73-11D3-B32E-00C04F990BB4}" -[Software\\Classes\\Msxml2.XMLHTTP\\CurVer] 1460706471 -#time=1d196eb1cd5e654 +[Software\\Classes\\Msxml2.XMLHTTP\\CurVer] 1528075957 +#time=1d3fba3eb7bc82e @="Msxml2.XMLHTTP.3.0" -[Software\\Classes\\Msxml2.XMLHTTP.2.6] 1460706471 -#time=1d196eb1cd30eca +[Software\\Classes\\Msxml2.XMLHTTP.2.6] 1526460533 +#time=1d3ecf2b794fa54 @="XML HTTP 2.6" -[Software\\Classes\\Msxml2.XMLHTTP.2.6\\CLSID] 1460706471 -#time=1d196eb1cd30f74 +[Software\\Classes\\Msxml2.XMLHTTP.2.6\\CLSID] 1526460533 +#time=1d3ecf2b794fac2 @="{F5078F1E-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.XMLHTTP.3.0] 1460706471 -#time=1d196eb1cd5e226 +[Software\\Classes\\Msxml2.XMLHTTP.3.0] 1526460533 +#time=1d3ecf2b7982eea @="XML HTTP 3.0" -[Software\\Classes\\Msxml2.XMLHTTP.3.0\\CLSID] 1460706471 -#time=1d196eb1cd5e294 +[Software\\Classes\\Msxml2.XMLHTTP.3.0\\CLSID] 1526460533 +#time=1d3ecf2b7982f6c @="{F5078F35-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.XMLHTTP.4.0] 1460706471 -#time=1d196eb1cd8de22 +[Software\\Classes\\Msxml2.XMLHTTP.4.0] 1526460533 +#time=1d3ecf2b79c8f3a @="XML HTTP 4.0" -[Software\\Classes\\Msxml2.XMLHTTP.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8de90 +[Software\\Classes\\Msxml2.XMLHTTP.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79c8fc6 @="{88D969C5-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.XMLHTTP.6.0] 1460706471 -#time=1d196eb1cdb0d64 +[Software\\Classes\\Msxml2.XMLHTTP.6.0] 1526460533 +#time=1d3ecf2b7a03a4a @="XML HTTP 6.0" -[Software\\Classes\\Msxml2.XMLHTTP.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb0ddc +[Software\\Classes\\Msxml2.XMLHTTP.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a03b12 @="{88D96A0A-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.XMLParser] 1460706605 -#time=1d196eb6c66ff6e -@="XML Parser" +[Software\\Classes\\Msxml2.XMLParser] 1528075957 +#time=1d3fba3eb7c5be0 +@="XML Parser 3.0" -[Software\\Classes\\Msxml2.XMLParser\\CLSID] 1460706605 -#time=1d196eb6c6707b6 -@="{F5078F19-C551-11D3-89B9-0000F81FE221}" +[Software\\Classes\\Msxml2.XMLParser\\CLSID] 1528075957 +#time=1d3fba3eb7c5d20 +@="{F5078F31-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.XMLParser\\CurVer] 1460706471 -#time=1d196eb1cd66e08 +[Software\\Classes\\Msxml2.XMLParser\\CurVer] 1528075957 +#time=1d3fba3eb7c5ed8 @="Msxml2.XMLParser.3.0" -[Software\\Classes\\Msxml2.XMLParser.2.6] 1460706471 -#time=1d196eb1cd66020 +[Software\\Classes\\Msxml2.XMLParser.2.6] 1526460533 +#time=1d3ecf2b798be00 @="XML Parser 2.6" -[Software\\Classes\\Msxml2.XMLParser.2.6\\CLSID] 1460706471 -#time=1d196eb1cd6608e +[Software\\Classes\\Msxml2.XMLParser.2.6\\CLSID] 1526460533 +#time=1d3ecf2b798bea0 @="{F5078F20-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.XMLParser.3.0] 1460706471 -#time=1d196eb1cd66980 +[Software\\Classes\\Msxml2.XMLParser.3.0] 1526460533 +#time=1d3ecf2b798c652 @="XML Parser 3.0" -[Software\\Classes\\Msxml2.XMLParser.3.0\\CLSID] 1460706471 -#time=1d196eb1cd669ee +[Software\\Classes\\Msxml2.XMLParser.3.0\\CLSID] 1526460533 +#time=1d3ecf2b798c6fc @="{F5078F31-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.XMLSchemaCache] 1460706471 -#time=1d196eb1cd6051c +[Software\\Classes\\Msxml2.XMLSchemaCache] 1528075957 +#time=1d3fba3eb7be700 @="XML Schema Cache" -[Software\\Classes\\Msxml2.XMLSchemaCache\\CLSID] 1460706471 -#time=1d196eb1cd60602 +[Software\\Classes\\Msxml2.XMLSchemaCache\\CLSID] 1528075957 +#time=1d3fba3eb7be804 @="{373984C9-B845-449B-91E7-45AC83036ADE}" -[Software\\Classes\\Msxml2.XMLSchemaCache\\CurVer] 1460706471 -#time=1d196eb1cd60350 +[Software\\Classes\\Msxml2.XMLSchemaCache\\CurVer] 1528075957 +#time=1d3fba3eb7be520 @="Msxml2.XMLSchemaCache.3.0" -[Software\\Classes\\Msxml2.XMLSchemaCache.2.6] 1460706471 -#time=1d196eb1cd320d6 +[Software\\Classes\\Msxml2.XMLSchemaCache.2.6] 1526460533 +#time=1d3ecf2b79501fc @="XML Schema Cache 2.6" -[Software\\Classes\\Msxml2.XMLSchemaCache.2.6\\CLSID] 1460706471 -#time=1d196eb1cd32234 +[Software\\Classes\\Msxml2.XMLSchemaCache.2.6\\CLSID] 1526460533 +#time=1d3ecf2b7950288 @="{F5078F1D-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.XMLSchemaCache.3.0] 1460706471 -#time=1d196eb1cd5fcca +[Software\\Classes\\Msxml2.XMLSchemaCache.3.0] 1526460533 +#time=1d3ecf2b79849e8 @="XML Schema Cache 3.0" -[Software\\Classes\\Msxml2.XMLSchemaCache.3.0\\CLSID] 1460706471 -#time=1d196eb1cd5fd56 +[Software\\Classes\\Msxml2.XMLSchemaCache.3.0\\CLSID] 1526460533 +#time=1d3ecf2b7984a6a @="{F5078F34-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.XMLSchemaCache.4.0] 1460706471 -#time=1d196eb1cd8e372 +[Software\\Classes\\Msxml2.XMLSchemaCache.4.0] 1526460533 +#time=1d3ecf2b79c9610 @="XML Schema Cache 4.0" -[Software\\Classes\\Msxml2.XMLSchemaCache.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8e3e0 +[Software\\Classes\\Msxml2.XMLSchemaCache.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79c96a6 @="{88D969C2-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.XMLSchemaCache.6.0] 1460706471 -#time=1d196eb1cdb12b4 +[Software\\Classes\\Msxml2.XMLSchemaCache.6.0] 1526460533 +#time=1d3ecf2b7a04300 @="XML Schema Cache 6.0" -[Software\\Classes\\Msxml2.XMLSchemaCache.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb132c +[Software\\Classes\\Msxml2.XMLSchemaCache.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a043e6 @="{88D96A07-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.XSLTemplate] 1460706471 -#time=1d196eb1cd6128c +[Software\\Classes\\Msxml2.XSLTemplate] 1528075957 +#time=1d3fba3eb7bf434 @="XSL Template" -[Software\\Classes\\Msxml2.XSLTemplate\\CLSID] 1460706471 -#time=1d196eb1cd6137c +[Software\\Classes\\Msxml2.XSLTemplate\\CLSID] 1528075957 +#time=1d3fba3eb7bf52e @="{2933BF94-7B36-11D2-B20E-00C04F983E60}" -[Software\\Classes\\Msxml2.XSLTemplate\\CurVer] 1460706471 -#time=1d196eb1cd6107a +[Software\\Classes\\Msxml2.XSLTemplate\\CurVer] 1528075957 +#time=1d3fba3eb7bf24a @="Msxml2.XSLTemplate.3.0" -[Software\\Classes\\Msxml2.XSLTemplate.2.6] 1460706471 -#time=1d196eb1cd33666 +[Software\\Classes\\Msxml2.XSLTemplate.2.6] 1526460533 +#time=1d3ecf2b7950a08 @="XSL Template 2.6" -[Software\\Classes\\Msxml2.XSLTemplate.2.6\\CLSID] 1460706471 -#time=1d196eb1cd337d8 +[Software\\Classes\\Msxml2.XSLTemplate.2.6\\CLSID] 1526460533 +#time=1d3ecf2b7950a76 @="{F5078F21-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.XSLTemplate.3.0] 1460706471 -#time=1d196eb1cd60aa8 +[Software\\Classes\\Msxml2.XSLTemplate.3.0] 1526460533 +#time=1d3ecf2b7985758 @="XSL Template 3.0" -[Software\\Classes\\Msxml2.XSLTemplate.3.0\\CLSID] 1460706471 -#time=1d196eb1cd60b7a +[Software\\Classes\\Msxml2.XSLTemplate.3.0\\CLSID] 1526460533 +#time=1d3ecf2b79857da @="{F5078F36-C551-11D3-89B9-0000F81FE221}" -[Software\\Classes\\Msxml2.XSLTemplate.4.0] 1460706471 -#time=1d196eb1cd8e606 +[Software\\Classes\\Msxml2.XSLTemplate.4.0] 1526460533 +#time=1d3ecf2b79c9958 @="XSL Template 4.0" -[Software\\Classes\\Msxml2.XSLTemplate.4.0\\CLSID] 1460706471 -#time=1d196eb1cd8e67e +[Software\\Classes\\Msxml2.XSLTemplate.4.0\\CLSID] 1526460533 +#time=1d3ecf2b79c99e4 @="{88D969C3-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\Msxml2.XSLTemplate.6.0] 1460706471 -#time=1d196eb1cdb155c +[Software\\Classes\\Msxml2.XSLTemplate.6.0] 1526460533 +#time=1d3ecf2b7a04aee @="XSL Template 6.0" -[Software\\Classes\\Msxml2.XSLTemplate.6.0\\CLSID] 1460706471 -#time=1d196eb1cdb15ca +[Software\\Classes\\Msxml2.XSLTemplate.6.0\\CLSID] 1526460533 +#time=1d3ecf2b7a04bca @="{88D96A08-F192-11D4-A65F-0040963251E5}" -[Software\\Classes\\NODEMGR.MMCVersionInfo] 1460706471 -#time=1d196eb1cfb248c +[Software\\Classes\\NODEMGR.MMCVersionInfo] 1526460533 +#time=1d3ecf2b80ad68e @="MMCVersionInfo 1.0 Object" -[Software\\Classes\\NODEMGR.MMCVersionInfo\\CLSID] 1460706471 -#time=1d196eb1cfb23b0 +[Software\\Classes\\NODEMGR.MMCVersionInfo\\CLSID] 1526460533 +#time=1d3ecf2b80ad594 @="{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}" -[Software\\Classes\\NODEMGR.MMCVersionInfo\\CurVer] 1460706471 -#time=1d196eb1cfb24fa +[Software\\Classes\\NODEMGR.MMCVersionInfo\\CurVer] 1526460533 +#time=1d3ecf2b80ad710 @="NODEMGR.MMCVersionInfo.1" -[Software\\Classes\\NODEMGR.MMCVersionInfo.1] 1460706471 -#time=1d196eb1cfb2068 +[Software\\Classes\\NODEMGR.MMCVersionInfo.1] 1526460533 +#time=1d3ecf2b80ad1fc @="MMCVersionInfo 1.0 Object" -[Software\\Classes\\NODEMGR.MMCVersionInfo.1\\CLSID] 1460706471 -#time=1d196eb1cfb20d6 +[Software\\Classes\\NODEMGR.MMCVersionInfo.1\\CLSID] 1526460533 +#time=1d3ecf2b80ad288 @="{D6FEDB1D-CF21-4BD9-AF3B-C5468E9C6684}" -[Software\\Classes\\OldFont] 1460706471 -#time=1d196eb1d0aae8e +[Software\\Classes\\OldFont] 1526460533 +#time=1d3ecf2b7bd6fca @="Obsolete Font" -[Software\\Classes\\OldFont\\CLSID] 1460706471 -#time=1d196eb1d0aaf06 +[Software\\Classes\\OldFont\\CLSID] 1526460533 +#time=1d3ecf2b7bd7056 @="{46763EE0-CAB2-11CE-8C20-00AA0051E5D4}" -[Software\\Classes\\osrfile\\shell\\open\\command] 1240428288 -#time=1c9c38000000000 -@="C:\\osu!\\osu!.exe \"%1\"" - -[Software\\Classes\\osu] 1460706906 -#time=1d196ec1ff2ac90 -@="osu! url handler" -"URL Protocol"="" - -[Software\\Classes\\osu\\DefaultIcon] 1460706906 -#time=1d196ec1ff2aeac -@="\"C:\\osu!\\osu!.exe\",1" - -[Software\\Classes\\osu\\shell\\open\\command] 1460706906 -#time=1d196ec1ff2a894 -@="\"C:\\osu!\\osu!.exe\" \"%1\"" +[Software\\Classes\\Package] 1526460533 +#time=1d3ecf2b7c14c94 +@="Package" -[Software\\Classes\\osu!] 1460706906 -#time=1d196ec1ff1e544 -@="osu! beatmap" +[Software\\Classes\\Package\\CLSID] 1526460533 +#time=1d3ecf2b7c14d16 +@="{F20DA720-C02F-11CE-927B-0800095AE340}" -[Software\\Classes\\osu!\\DefaultIcon] 1460706906 -#time=1d196ec1ff1e774 -@="\"C:\\osu!\\osu!.exe\",1" +[Software\\Classes\\pdffile] 1526460547 +#time=1d3ecf2c06d4834 +@="PDF Document" -[Software\\Classes\\osu!\\shell\\open\\command] 1460706906 -#time=1d196ec1ff1e1d4 -@="\"C:\\osu!\\osu!.exe\" \"%1\"" +[Software\\Classes\\pdffile\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06d4b90 +@="\"C:\\windows\\system32\\winebrowser.exe\" -nohome" -[Software\\Classes\\osufile\\shell\\open\\command] 1240428288 -#time=1c9c38000000000 -@="C:\\osu!\\osu!.exe \"%1\"" +[Software\\Classes\\pdffile\\shell\\open\\ddeexec] 1526460547 +#time=1d3ecf2c06d5284 +@="\"%1\",,-1,0,,,," +"NoActivateHandler"="" -[Software\\Classes\\osz2file\\shell\\open\\command] 1240428288 -#time=1c9c38000000000 -@="C:\\osu!\\osu!.exe \"%1\"" +[Software\\Classes\\pdffile\\shell\\open\\ddeexec\\Application] 1526460547 +#time=1d3ecf2c06d518a +@="IExplore" -[Software\\Classes\\oszfile\\shell\\open\\command] 1240428288 -#time=1c9c38000000000 -@="C:\\osu!\\osu!.exe \"%1\"" +[Software\\Classes\\pdffile\\shell\\open\\ddeexec\\Topic] 1526460547 +#time=1d3ecf2c06d53a6 +@="WWW_OpenURL" -[Software\\Classes\\PenIMC.PimcManager.4] 1460706648 -#time=1d196eb8627e53a +[Software\\Classes\\PenIMC.PimcManager.4] 1526460881 +#time=1d3ecf38778ee9c @="PimcManager Class" -[Software\\Classes\\PenIMC.PimcManager.4\\CLSID] 1460706648 -#time=1d196eb8627e6f2 +[Software\\Classes\\PenIMC.PimcManager.4\\CLSID] 1526460881 +#time=1d3ecf38778f1b2 @="{E23B1CED-5E47-4FDB-AF66-B20370261B5E}" -[Software\\Classes\\PenIMC.PimcSurrogate.4] 1460706648 -#time=1d196eb86284214 +[Software\\Classes\\PenIMC.PimcSurrogate.4] 1526460881 +#time=1d3ecf387799702 @="PimcSurrogate Class" -[Software\\Classes\\PenIMC.PimcSurrogate.4\\CLSID] 1460706648 -#time=1d196eb862843a4 +[Software\\Classes\\PenIMC.PimcSurrogate.4\\CLSID] 1526460881 +#time=1d3ecf3877998ec @="{07B0E5E9-D635-4CD3-B98D-7C10E700DEA0}" -[Software\\Classes\\pjpegfile] 1460706474 -#time=1d196eb1e5b478a +[Software\\Classes\\pjpegfile] 1526460543 +#time=1d3ecf2bdf415e2 @="JPEG Image" -[Software\\Classes\\pjpegfile\\CLSID] 1460706474 -#time=1d196eb1e5b45c8 +[Software\\Classes\\pjpegfile\\CLSID] 1526460543 +#time=1d3ecf2bdf41358 @="{25336920-03F9-11CF-8FD0-00AA00686F13}" -[Software\\Classes\\pjpegfile\\shell\\open\\command] 1460706474 -#time=1d196eb1e5b4aaa +[Software\\Classes\\pjpegfile\\shell\\open\\command] 1526460543 +#time=1d3ecf2bdf4192a @="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome" -[Software\\Classes\\pjpegfile\\shell\\open\\ddeexec] 1460706474 -#time=1d196eb1e5b4ea6 +[Software\\Classes\\pjpegfile\\shell\\open\\ddeexec] 1526460543 +#time=1d3ecf2bdf41dbc @="\"file:%1\",,-1,,,,," -[Software\\Classes\\pjpegfile\\shell\\open\\ddeexec\\Application] 1460706474 -#time=1d196eb1e5b4dc0 +[Software\\Classes\\pjpegfile\\shell\\open\\ddeexec\\Application] 1526460543 +#time=1d3ecf2bdf41ca4 @="IExplore" -[Software\\Classes\\pjpegfile\\shell\\open\\ddeexec\\Topic] 1460706474 -#time=1d196eb1e5b4f1e +[Software\\Classes\\pjpegfile\\shell\\open\\ddeexec\\Topic] 1526460543 +#time=1d3ecf2bdf41e5c @="WWW_OpenURL" -[Software\\Classes\\pngfile] 1460706474 -#time=1d196eb1e5b5978 +[Software\\Classes\\pngfile] 1526460543 +#time=1d3ecf2bdf42b36 @="PNG Image" -[Software\\Classes\\pngfile\\CLSID] 1460706474 -#time=1d196eb1e5b57b6 +[Software\\Classes\\pngfile\\CLSID] 1526460543 +#time=1d3ecf2bdf42938 @="{25336920-03F9-11CF-8FD0-00AA00686F13}" -[Software\\Classes\\pngfile\\shell\\open\\command] 1460706474 -#time=1d196eb1e5b5c02 +[Software\\Classes\\pngfile\\shell\\open\\command] 1526460543 +#time=1d3ecf2bdf42e24 @="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome" -[Software\\Classes\\pngfile\\shell\\open\\ddeexec] 1460706474 -#time=1d196eb1e5b6076 +[Software\\Classes\\pngfile\\shell\\open\\ddeexec] 1526460543 +#time=1d3ecf2bdf43248 @="\"file:%1\",,-1,,,,," -[Software\\Classes\\pngfile\\shell\\open\\ddeexec\\Application] 1460706474 -#time=1d196eb1e5b5f2c +[Software\\Classes\\pngfile\\shell\\open\\ddeexec\\Application] 1526460543 +#time=1d3ecf2bdf43144 @="IExplore" -[Software\\Classes\\pngfile\\shell\\open\\ddeexec\\Topic] 1460706474 -#time=1d196eb1e5b6134 +[Software\\Classes\\pngfile\\shell\\open\\ddeexec\\Topic] 1526460543 +#time=1d3ecf2bdf432d4 @="WWW_OpenURL" -[Software\\Classes\\PROTOCOLS\\Filter\\application/octet-stream] 1460706647 -#time=1d196eb856d655c +[Software\\Classes\\PROTOCOLS\\Filter\\application/octet-stream] 1526460879 +#time=1d3ecf3862da528 "CLSID"="{1E66F26B-79EE-11D2-8710-00C04F79ED0D}" -[Software\\Classes\\PROTOCOLS\\Filter\\application/x-complus] 1460706647 -#time=1d196eb856d5562 +[Software\\Classes\\PROTOCOLS\\Filter\\application/x-complus] 1526460879 +#time=1d3ecf3862d8714 "CLSID"="{1E66F26B-79EE-11D2-8710-00C04F79ED0D}" -[Software\\Classes\\PROTOCOLS\\Filter\\application/x-msdownload] 1460706647 -#time=1d196eb856d3758 +[Software\\Classes\\PROTOCOLS\\Filter\\application/x-msdownload] 1526460879 +#time=1d3ecf3862d4074 "CLSID"="{1E66F26B-79EE-11D2-8710-00C04F79ED0D}" -[Software\\Classes\\PROTOCOLS\\Filter\\deflate] 1460706474 -#time=1d196eb1edad37e +[Software\\Classes\\PROTOCOLS\\Filter\\deflate] 1528075961 +#time=1d3fba3ee0fe066 @="AP Deflate Encoding/Decoding Filter" "CLSID"="{8f6b0360-b80d-11d0-a9b3-006097942311}" -[Software\\Classes\\PROTOCOLS\\Filter\\gzip] 1460706474 -#time=1d196eb1edb3e22 +[Software\\Classes\\PROTOCOLS\\Filter\\gzip] 1528075961 +#time=1d3fba3ee0fe7e6 @="AP Deflate Encoding/Decoding Filter" "CLSID"="{8f6b0360-b80d-11d0-a9b3-006097942311}" -[Software\\Classes\\PROTOCOLS\\Filter\\lzdhtml] 1460706474 -#time=1d196eb1edb5a10 +[Software\\Classes\\PROTOCOLS\\Filter\\lzdhtml] 1528075961 +#time=1d3fba3ee0fefde @="AP Deflate Encoding/Decoding Filter" "CLSID"="{8f6b0360-b80d-11d0-a9b3-006097942311}" -[Software\\Classes\\PROTOCOLS\\Handler\\about] 1460706474 -#time=1d196eb1e59d76a +[Software\\Classes\\PROTOCOLS\\Handler\\about] 1526460543 +#time=1d3ecf2bdf32e8e "CLSID"="{3050F406-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\PROTOCOLS\\Handler\\cdl] 1460706474 -#time=1d196eb1eda4f94 +[Software\\Classes\\PROTOCOLS\\Handler\\cdl] 1528075961 +#time=1d3fba3ee0f7db0 @="CDL: Asynchronous Pluggable Protocol Handler" "CLSID"="{3dd53d40-7b8b-11d0-b013-00aa0059ce02}" -[Software\\Classes\\PROTOCOLS\\Handler\\file] 1460706474 -#time=1d196eb1eda5a20 +[Software\\Classes\\PROTOCOLS\\Handler\\file] 1528075961 +#time=1d3fba3ee0f93b8 @="file:, local: Asynchronous Pluggable Protocol Handler" "CLSID"="{79eac9e7-baf9-11ce-8c82-00aa004ba90b}" -[Software\\Classes\\PROTOCOLS\\Handler\\ftp] 1460706474 -#time=1d196eb1eda7596 +[Software\\Classes\\PROTOCOLS\\Handler\\ftp] 1528075961 +#time=1d3fba3ee0fb050 @="ftp: Asynchronous Pluggable Protocol Handler" "CLSID"="{79eac9e3-baf9-11ce-8c82-00aa004ba90b}" -[Software\\Classes\\PROTOCOLS\\Handler\\gopher] 1460706474 -#time=1d196eb1eda8180 +[Software\\Classes\\PROTOCOLS\\Handler\\gopher] 1528075961 +#time=1d3fba3ee0fba82 @="gopher: Asynchronous Pluggable Protocol Handler" "CLSID"="{79eac9e4-baf9-11ce-8c82-00aa004ba90b}" -[Software\\Classes\\PROTOCOLS\\Handler\\http] 1460706474 -#time=1d196eb1eda9a8a +[Software\\Classes\\PROTOCOLS\\Handler\\http] 1528075961 +#time=1d3fba3ee0fc478 @="http: Asynchronous Pluggable Protocol Handler" "CLSID"="{79eac9e2-baf9-11ce-8c82-00aa004ba90b}" -[Software\\Classes\\PROTOCOLS\\Handler\\https] 1460706474 -#time=1d196eb1edaafc0 +[Software\\Classes\\PROTOCOLS\\Handler\\https] 1528075961 +#time=1d3fba3ee0fce50 @="https: Asynchronous Pluggable Protocol Handler" "CLSID"="{79eac9e5-baf9-11ce-8c82-00aa004ba90b}" -[Software\\Classes\\PROTOCOLS\\Handler\\its] 1460706471 -#time=1d196eb1cf83a24 +[Software\\Classes\\PROTOCOLS\\Handler\\its] 1528075957 +#time=1d3fba3eba026ec @="its: Asychronous Pluggable Protocol Handler" "CLSID"="{9D148291-B9C8-11D0-A4CC-0000F80149F6}" -[Software\\Classes\\PROTOCOLS\\Handler\\javascript] 1460706474 -#time=1d196eb1e59d1ca +[Software\\Classes\\PROTOCOLS\\Handler\\javascript] 1526460543 +#time=1d3ecf2bdf32b32 "CLSID"="{3050F3B2-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\PROTOCOLS\\Handler\\local] 1460706474 -#time=1d196eb1eda6682 +[Software\\Classes\\PROTOCOLS\\Handler\\local] 1528075961 +#time=1d3fba3ee0f9e76 @="file:, local: Asynchronous Pluggable Protocol Handler" "CLSID"="{79eac9e7-baf9-11ce-8c82-00aa004ba90b}" -[Software\\Classes\\PROTOCOLS\\Handler\\mailto] 1460706474 -#time=1d196eb1e59de18 +[Software\\Classes\\PROTOCOLS\\Handler\\mailto] 1526460543 +#time=1d3ecf2bdf33212 "CLSID"="{3050F3DA-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\PROTOCOLS\\Handler\\mk] 1460706474 -#time=1d196eb1edabeb6 +[Software\\Classes\\PROTOCOLS\\Handler\\mhtml] 1528075957 +#time=1d3fba3eb97b9f8 +@="MHTML Asynchronous Pluggable Protocol Handler" +"CLSID"="{05300401-bcbc-11d0-85e3-00c04fd85ab4}" + +[Software\\Classes\\PROTOCOLS\\Handler\\mk] 1528075961 +#time=1d3fba3ee0fd756 @="mk: Asynchronous Pluggable Protocol Handler" "CLSID"="{79eac9e6-baf9-11ce-8c82-00aa004ba90b}" -[Software\\Classes\\PROTOCOLS\\Handler\\ms-its] 1460706471 -#time=1d196eb1cf83c4a +[Software\\Classes\\PROTOCOLS\\Handler\\ms-its] 1528075957 +#time=1d3fba3eba02c14 @="ms-its: Asychronous Pluggable Protocol Handler" "CLSID"="{9D148291-B9C8-11D0-A4CC-0000F80149F6}" -[Software\\Classes\\PROTOCOLS\\Handler\\res] 1460706474 -#time=1d196eb1e59da8a +[Software\\Classes\\PROTOCOLS\\Handler\\res] 1526460543 +#time=1d3ecf2bdf33050 "CLSID"="{3050F3BC-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\PROTOCOLS\\Handler\\sysimage] 1460706474 -#time=1d196eb1e59e0e8 +[Software\\Classes\\PROTOCOLS\\Handler\\sysimage] 1526460543 +#time=1d3ecf2bdf333de "CLSID"="{76E67A63-06E9-11D2-A840-006008059382}" -[Software\\Classes\\PROTOCOLS\\Handler\\vbscript] 1460706474 -#time=1d196eb1e59d4b8 +[Software\\Classes\\PROTOCOLS\\Handler\\vbscript] 1526460543 +#time=1d3ecf2bdf32cfe "CLSID"="{3050F3B2-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\PROTOCOLS\\Name-Space Handler\\mk] 1460706471 -#time=1d196eb1cf83f60 +[Software\\Classes\\PROTOCOLS\\Name-Space Handler\\mk] 1528075957 +#time=1d3fba3eba035a6 @="NameSpace Filter for MK:@MSITStore:..." -[Software\\Classes\\PROTOCOLS\\Name-Space Handler\\mk\\*] 1460706471 -#time=1d196eb1cf83fd8 +[Software\\Classes\\PROTOCOLS\\Name-Space Handler\\mk\\*] 1528075957 +#time=1d3fba3eba03632 "CLSID"="{9D148291-B9C8-11D0-A4CC-0000F80149F6}" -[Software\\Classes\\Record\\{00D1ACA9-41F2-3340-816E-330175414A56}\\4.0.0.0] 1460706646 -#time=1d196eb8520d16a +[Software\\Classes\\Record\\{00D1ACA9-41F2-3340-816E-330175414A56}\\4.0.0.0] 1526460878 +#time=1d3ecf385b1ef1e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.NumberStyles" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{03C85CD9-D760-3AA8-94BD-F774407391CB}\\4.0.0.0] 1460706646 -#time=1d196eb852dd5f4 +[Software\\Classes\\Record\\{03C85CD9-D760-3AA8-94BD-F774407391CB}\\4.0.0.0] 1526460878 +#time=1d3ecf385c5d218 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.EventAttributes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{03D65B1A-BBF6-3BDC-BC53-85E02415670D}\\4.0.0.0] 1460706646 -#time=1d196eb85165564 +[Software\\Classes\\Record\\{03D65B1A-BBF6-3BDC-BC53-85E02415670D}\\4.0.0.0] 1526460878 +#time=1d3ecf385a25bda "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.UnmanagedType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{048FA0C2-8EBB-3BC2-A47F-01F12A32008E}\\4.0.0.0] 1460706646 -#time=1d196eb84e8c00e +[Software\\Classes\\Record\\{048FA0C2-8EBB-3BC2-A47F-01F12A32008E}\\4.0.0.0] 1526460878 +#time=1d3ecf3855c064e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.TypeToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{06AD02B5-C5A4-3EEC-B7BA-B0AF7860D36A}\\4.0.0.0] 1460706646 -#time=1d196eb853c618c +[Software\\Classes\\Record\\{06AD02B5-C5A4-3EEC-B7BA-B0AF7860D36A}\\4.0.0.0] 1526460879 +#time=1d3ecf385de4e9c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.TypedReference" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{075D14CE-6D17-3200-AAA4-AAF250AF27FA}\\4.0.0.0] 1460706646 -#time=1d196eb8559ea5e +[Software\\Classes\\Record\\{075D14CE-6D17-3200-AAA4-AAF250AF27FA}\\4.0.0.0] 1526460879 +#time=1d3ecf3860e308a "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.CompensatingResourceManager.CompensatorOptions" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{094E9135-483D-334A-AAE7-8690895AB70A}\\4.0.0.0] 1460706646 -#time=1d196eb84e00d24 +[Software\\Classes\\Record\\{094E9135-483D-334A-AAE7-8690895AB70A}\\4.0.0.0] 1526460878 +#time=1d3ecf3854eba5c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.RSAParameters" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0AD279C7-05FB-3A46-9031-92E00C9F7C29}\\4.0.0.0] 1460706646 -#time=1d196eb84fbecd8 +[Software\\Classes\\Record\\{0AD279C7-05FB-3A46-9031-92E00C9F7C29}\\4.0.0.0] 1526460878 +#time=1d3ecf38579acc6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.XmlFieldOrderOption" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0C646F46-AA27-350D-88DD-D8C920CE6C2D}\\4.0.0.0] 1460706646 -#time=1d196eb84e451ae +[Software\\Classes\\Record\\{0C646F46-AA27-350D-88DD-D8C920CE6C2D}\\4.0.0.0] 1526460878 +#time=1d3ecf385553f12 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.DSAParameters" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0C95F5FC-7ECD-3FAF-BB3F-DC26DD3797A8}\\4.0.0.0] 1460706646 -#time=1d196eb855c1c66 +[Software\\Classes\\Record\\{0C95F5FC-7ECD-3FAF-BB3F-DC26DD3797A8}\\4.0.0.0] 1526460879 +#time=1d3ecf38611eb26 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.ImpersonationLevelOption" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0CFE1ABF-373D-3208-85C2-947434046704}\\4.0.0.0] 1460706646 -#time=1d196eb850aaef8 +[Software\\Classes\\Record\\{0CFE1ABF-373D-3208-85C2-947434046704}\\4.0.0.0] 1526460878 +#time=1d3ecf38590424c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.SeekOrigin" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0D6E31DF-3A76-3054-A8EB-150E92300F89}\\4.0.0.0] 1460706646 -#time=1d196eb8504a558 +[Software\\Classes\\Record\\{0D6E31DF-3A76-3054-A8EB-150E92300F89}\\4.0.0.0] 1526460878 +#time=1d3ecf38587bb04 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.IsolatedStorageContainment" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0DF04A9B-DDDC-3777-A6B1-9604B5CED191}\\4.0.0.0] 1460706646 -#time=1d196eb85059bca +[Software\\Classes\\Record\\{0DF04A9B-DDDC-3777-A6B1-9604B5CED191}\\4.0.0.0] 1526460878 +#time=1d3ecf385896c2e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.FileDialogPermissionAccess" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0E71F38E-C5E1-3094-9487-5C7DD1E998EC}\\4.0.0.0] 1460706646 -#time=1d196eb851396a8 +[Software\\Classes\\Record\\{0E71F38E-C5E1-3094-9487-5C7DD1E998EC}\\4.0.0.0] 1526460878 +#time=1d3ecf3859de2c6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.GCHandleType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0EFE423A-A87E-33D9-8BF4-2D212620EE5F}\\4.0.0.0] 1460706646 -#time=1d196eb84ebdbd6 +[Software\\Classes\\Record\\{0EFE423A-A87E-33D9-8BF4-2D212620EE5F}\\4.0.0.0] 1526460878 +#time=1d3ecf38560c1b6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.MethodToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0F0928B7-11DD-31DD-A0D5-BB008AE887BF}\\4.0.0.0] 1460706646 -#time=1d196eb853c230c +[Software\\Classes\\Record\\{0F0928B7-11DD-31DD-A0D5-BB008AE887BF}\\4.0.0.0] 1526460879 +#time=1d3ecf385ddf10e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.UInt16" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{0F4F147F-4369-3388-8E4B-71E20C96F9AD}\\4.0.0.0] 1460706646 -#time=1d196eb8548896c +[Software\\Classes\\Record\\{0F4F147F-4369-3388-8E4B-71E20C96F9AD}\\4.0.0.0] 1526460879 +#time=1d3ecf385f21382 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Double" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{10A8B906-2F7A-327C-87AB-1A95A9B5E23E}\\4.0.0.0] 1460706646 -#time=1d196eb85197578 +[Software\\Classes\\Record\\{10A8B906-2F7A-327C-87AB-1A95A9B5E23E}\\4.0.0.0] 1526460878 +#time=1d3ecf385a78218 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Principal.TokenAccessLevels" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{11472518-C3B8-3BF4-9705-2135E1709883}\\4.0.0.0] 1460706646 -#time=1d196eb84e69234 +[Software\\Classes\\Record\\{11472518-C3B8-3BF4-9705-2135E1709883}\\4.0.0.0] 1526460878 +#time=1d3ecf385587876 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.FromBase64TransformMode" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{117D12E1-4D32-3326-B23E-57D4FE34A527}\\4.0.0.0] 1460706646 -#time=1d196eb8525bde2 +[Software\\Classes\\Record\\{117D12E1-4D32-3326-B23E-57D4FE34A527}\\4.0.0.0] 1526460878 +#time=1d3ecf385b8f08e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.CalendarWeekRule" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{11D31042-14C0-3B5C-87D0-A2CD40803CB5}\\4.0.0.0] 1460706646 -#time=1d196eb852aad02 +[Software\\Classes\\Record\\{11D31042-14C0-3B5C-87D0-A2CD40803CB5}\\4.0.0.0] 1526460878 +#time=1d3ecf385c09d0c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.ParameterModifier" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{1254089D-0104-3BFB-B6BA-9168F994DCA6}\\4.0.0.0] 1460706646 -#time=1d196eb84e79120 +[Software\\Classes\\Record\\{1254089D-0104-3BFB-B6BA-9168F994DCA6}\\4.0.0.0] 1526460878 +#time=1d3ecf38559ff0c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.PaddingMode" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{12D4D747-6B55-36F2-9108-3EE9BC0FFEFD}\\4.0.0.0] 1460706646 -#time=1d196eb85494bc2 +[Software\\Classes\\Record\\{12D4D747-6B55-36F2-9108-3EE9BC0FFEFD}\\4.0.0.0] 1526460879 +#time=1d3ecf385f363c2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.DayOfWeek" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{148540D3-E67F-36DC-A55D-2C8DEC53B9D3}\\4.0.0.0] 1460706646 -#time=1d196eb854ed132 +[Software\\Classes\\Record\\{148540D3-E67F-36DC-A55D-2C8DEC53B9D3}\\4.0.0.0] 1526460879 +#time=1d3ecf385fafb6e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.AppDomainManagerInitializationOptions" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{155E1466-0E84-3F2B-B825-F6525523407C}\\4.0.0.0] 1460706646 -#time=1d196eb84e972f6 +[Software\\Classes\\Record\\{155E1466-0E84-3F2B-B825-F6525523407C}\\4.0.0.0] 1526460878 +#time=1d3ecf3855d3afa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.SignatureToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{18C327E4-E4BA-3C3C-9942-274272626278}\\4.0.0.0] 1460706646 -#time=1d196eb8518bf98 +[Software\\Classes\\Record\\{18C327E4-E4BA-3C3C-9942-274272626278}\\4.0.0.0] 1526460878 +#time=1d3ecf385a64a4c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComInterfaceType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{1E552DAE-602E-3CB5-9BFA-22AEB1FC38A5}\\4.0.0.0] 1460706646 -#time=1d196eb850854a0 +[Software\\Classes\\Record\\{1E552DAE-602E-3CB5-9BFA-22AEB1FC38A5}\\4.0.0.0] 1526460878 +#time=1d3ecf3858d67b6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.CompilationRelaxations" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{206DAF34-5BA5-3504-8A19-D57699561886}\\4.0.0.0] 1460706646 -#time=1d196eb85457f42 +[Software\\Classes\\Record\\{206DAF34-5BA5-3504-8A19-D57699561886}\\4.0.0.0] 1526460879 +#time=1d3ecf385ed3a7e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Int16" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{2173568C-6EDC-392B-880A-CC158D7E2BDA}\\4.0.0.0] 1460706646 -#time=1d196eb851db6b0 +[Software\\Classes\\Record\\{2173568C-6EDC-392B-880A-CC158D7E2BDA}\\4.0.0.0] 1526460878 +#time=1d3ecf385ae6dc6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Resources.UltimateResourceFallbackLocation" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{23D4A35B-C997-3401-8372-736025B17744}\\4.0.0.0] 1460706646 -#time=1d196eb853d56aa +[Software\\Classes\\Record\\{23D4A35B-C997-3401-8372-736025B17744}\\4.0.0.0] 1526460879 +#time=1d3ecf385dfe95a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Single" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{24246833-61EB-329D-BDDF-0DAF3874062B}\\4.0.0.0] 1460706646 -#time=1d196eb84ec5d22 +[Software\\Classes\\Record\\{24246833-61EB-329D-BDDF-0DAF3874062B}\\4.0.0.0] 1526460878 +#time=1d3ecf385617c82 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.FieldToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{2530EE1E-6D70-3A79-A864-7CC0E2120DA1}\\4.0.0.0] 1460706646 -#time=1d196eb84dbbb8e +[Software\\Classes\\Record\\{2530EE1E-6D70-3A79-A864-7CC0E2120DA1}\\4.0.0.0] 1526460878 +#time=1d3ecf38547bf90 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.X509Certificates.X509KeyStorageFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{26170123-45FD-30F7-987D-BF3689662B6C}\\4.0.0.0] 1460706646 -#time=1d196eb850ff1b0 +[Software\\Classes\\Record\\{26170123-45FD-30F7-987D-BF3689662B6C}\\4.0.0.0] 1526460878 +#time=1d3ecf385985ab8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ExporterEventKind" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{268CA962-2FEF-3152-BA46-E18658B7FA4F}\\10.0.0.0] 1460706646 -#time=1d196eb856063f2 +[Software\\Classes\\Record\\{268CA962-2FEF-3152-BA46-E18658B7FA4F}\\10.0.0.0] 1526460879 +#time=1d3ecf38619c56c "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.JSError" -[Software\\Classes\\Record\\{268CA962-2FEF-3152-BA46-E18658B7FA4F}\\7.0.5000.0] 1460706647 -#time=1d196eb858218e4 +[Software\\Classes\\Record\\{268CA962-2FEF-3152-BA46-E18658B7FA4F}\\7.0.5000.0] 1526460879 +#time=1d3ecf38651b7b0 "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.JSError" -[Software\\Classes\\Record\\{27B33BD9-E6F7-3148-911D-F67340A5353F}\\4.0.0.0] 1460706646 -#time=1d196eb853e6130 +[Software\\Classes\\Record\\{27B33BD9-E6F7-3148-911D-F67340A5353F}\\4.0.0.0] 1526460879 +#time=1d3ecf385e19444 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.RuntimeFieldHandle" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{28EE6224-FD72-3BDF-B248-BA9102FCEB14}\\4.0.0.0] 1460706646 -#time=1d196eb85296f1e +[Software\\Classes\\Record\\{28EE6224-FD72-3BDF-B248-BA9102FCEB14}\\4.0.0.0] 1526460878 +#time=1d3ecf385be8eea "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.TypeAttributes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{299E2A7D-6551-3ED1-B4A0-A51CB56EEFE7}\\4.0.0.0] 1460706646 -#time=1d196eb852077c4 +[Software\\Classes\\Record\\{299E2A7D-6551-3ED1-B4A0-A51CB56EEFE7}\\4.0.0.0] 1526460878 +#time=1d3ecf385b18e48 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.UnicodeCategory" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{2E05A70A-1BBE-31DF-B2A8-B8FA0F130915}\\4.0.0.0] 1460706646 -#time=1d196eb8546fc00 +[Software\\Classes\\Record\\{2E05A70A-1BBE-31DF-B2A8-B8FA0F130915}\\4.0.0.0] 1526460879 +#time=1d3ecf385efa8f4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Environment+SpecialFolder" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{3223E024-5D70-3236-A92A-6B4114B2632F}\\4.0.0.0] 1460706646 -#time=1d196eb852ec95a +[Software\\Classes\\Record\\{3223E024-5D70-3236-A92A-6B4114B2632F}\\4.0.0.0] 1526460878 +#time=1d3ecf385c751ec "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.BindingFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{338D2529-B3D6-37F1-BB01-404698DC537B}\\4.0.0.0] 1460706646 -#time=1d196eb851af240 +[Software\\Classes\\Record\\{338D2529-B3D6-37F1-BB01-404698DC537B}\\4.0.0.0] 1526460878 +#time=1d3ecf385a9f4ee "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.PolicyStatementAttribute" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{3613A9B6-C23B-3B54-AE02-6EC764D69E70}\\4.0.0.0] 1460706646 -#time=1d196eb853f1a26 +[Software\\Classes\\Record\\{3613A9B6-C23B-3B54-AE02-6EC764D69E70}\\4.0.0.0] 1526460879 +#time=1d3ecf385e2b824 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.RuntimeArgumentHandle" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{3642E7ED-5A69-3A94-98D3-A08877A0D046}\\4.0.0.0] 1460706646 -#time=1d196eb852744f0 +[Software\\Classes\\Record\\{3642E7ED-5A69-3A94-98D3-A08877A0D046}\\4.0.0.0] 1526460878 +#time=1d3ecf385bb4a3c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.SerializationEntry" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{38512CF6-FF94-3AD8-8299-F5F64A8956AA}\\4.0.0.0] 1460706646 -#time=1d196eb850b8756 +[Software\\Classes\\Record\\{38512CF6-FF94-3AD8-8299-F5F64A8956AA}\\4.0.0.0] 1526460878 +#time=1d3ecf385916c1c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.FileAttributes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{3B1774CD-34E0-3C00-AABD-168B38C62FD9}\\4.0.0.0] 1460706646 -#time=1d196eb854739b8 +[Software\\Classes\\Record\\{3B1774CD-34E0-3C00-AABD-168B38C62FD9}\\4.0.0.0] 1526460879 +#time=1d3ecf385f005ba "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.EnvironmentVariableTarget" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{3E0AF669-1CD8-3AFC-9F2C-E81C2B810135}\\4.0.0.0] 1460706646 -#time=1d196eb84e8fb6e +[Software\\Classes\\Record\\{3E0AF669-1CD8-3AFC-9F2C-E81C2B810135}\\4.0.0.0] 1526460878 +#time=1d3ecf3855c62f6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.PackingSize" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{3E4D0EE1-9F86-3CF4-9E00-59873F6BDF86}\\4.0.0.0] 1460706646 -#time=1d196eb855a26b8 +[Software\\Classes\\Record\\{3E4D0EE1-9F86-3CF4-9E00-59873F6BDF86}\\4.0.0.0] 1526460879 +#time=1d3ecf3860e8e4a "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.SynchronizationOption" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{3E82FB4A-7F30-35B7-B8B1-6D717B3B5DB0}\\4.0.0.0] 1460706646 -#time=1d196eb8519b272 +[Software\\Classes\\Record\\{3E82FB4A-7F30-35B7-B8B1-6D717B3B5DB0}\\4.0.0.0] 1526460878 +#time=1d3ecf385a7e79e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Principal.TokenImpersonationLevel" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{3EB29914-F9A9-3C15-A03F-560885CFCB61}\\4.0.0.0] 1460706646 -#time=1d196eb85027634 +[Software\\Classes\\Record\\{3EB29914-F9A9-3C15-A03F-560885CFCB61}\\4.0.0.0] 1526460878 +#time=1d3ecf38584307e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.RegistryPermissionAccess" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{42A66664-072F-3A67-A189-7D440709A77E}\\4.0.0.0] 1460706646 -#time=1d196eb84e883e6 +[Software\\Classes\\Record\\{42A66664-072F-3A67-A189-7D440709A77E}\\4.0.0.0] 1526460878 +#time=1d3ecf3855ba668 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Configuration.Assemblies.AssemblyHash" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{44C2F476-9E95-3D5A-B666-FDBEF071494E}\\4.0.0.0] 1460706646 -#time=1d196eb8503f130 +[Software\\Classes\\Record\\{44C2F476-9E95-3D5A-B666-FDBEF071494E}\\4.0.0.0] 1526460878 +#time=1d3ecf385869c42 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.ReflectionPermissionFlag" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{4548A129-2855-35E8-A892-FF506C877AA8}\\4.0.0.0] 1460706646 -#time=1d196eb850520f0 +[Software\\Classes\\Record\\{4548A129-2855-35E8-A892-FF506C877AA8}\\4.0.0.0] 1526460878 +#time=1d3ecf38588913c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.HostProtectionResource" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{4E8B1BB8-6A6F-3B57-8AFA-0129550B07BE}\\4.0.0.0] 1460706646 -#time=1d196eb84ec9cf6 +[Software\\Classes\\Record\\{4E8B1BB8-6A6F-3B57-8AFA-0129550B07BE}\\4.0.0.0] 1526460878 +#time=1d3ecf38561e596 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.EventToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{4F854E40-AF6D-3D30-860A-E9722C85E9A3}\\4.0.0.0] 1460706646 -#time=1d196eb853be69e +[Software\\Classes\\Record\\{4F854E40-AF6D-3D30-860A-E9722C85E9A3}\\4.0.0.0] 1526460879 +#time=1d3ecf385dd9268 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.UInt32" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{4F93B8DD-5396-3B65-B16A-11FBC8812A71}\\4.0.0.0] 1460706646 -#time=1d196eb853b67c8 +[Software\\Classes\\Record\\{4F93B8DD-5396-3B65-B16A-11FBC8812A71}\\4.0.0.0] 1526460879 +#time=1d3ecf385dccf0e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.UIntPtr" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{51191552-C65E-360D-BA21-9F0E454FD59F}\\4.0.0.0] 1460706646 -#time=1d196eb852ba55e +[Software\\Classes\\Record\\{51191552-C65E-360D-BA21-9F0E454FD59F}\\4.0.0.0] 1526460878 +#time=1d3ecf385c21f74 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.ImageFileMachine" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{513B8B77-4930-36BA-9A22-0DAEB293E109}\\4.0.0.0] 1460706646 -#time=1d196eb852c9996 +[Software\\Classes\\Record\\{513B8B77-4930-36BA-9A22-0DAEB293E109}\\4.0.0.0] 1526460878 +#time=1d3ecf385c3ba64 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.MemberTypes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{51E1B3CA-D3CB-39BF-A016-6199569E74B2}\\4.0.0.0] 1460706646 -#time=1d196eb85016d2a +[Software\\Classes\\Record\\{51E1B3CA-D3CB-39BF-A016-6199569E74B2}\\4.0.0.0] 1526460878 +#time=1d3ecf3858297be "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.HostSecurityManagerOptions" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{562E9B67-79AB-3033-9180-4BDBBB891853}\\4.0.0.0] 1460706646 -#time=1d196eb855aa66a +[Software\\Classes\\Record\\{562E9B67-79AB-3033-9180-4BDBBB891853}\\4.0.0.0] 1526460879 +#time=1d3ecf3860f7918 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.TransactionOption" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{566833C7-F4A0-30EE-BD7E-44752AD570E6}\\4.0.0.0] 1460706646 -#time=1d196eb84e9b428 +[Software\\Classes\\Record\\{566833C7-F4A0-30EE-BD7E-44752AD570E6}\\4.0.0.0] 1526460878 +#time=1d3ecf3855d9a0e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.PropertyToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{56B1CCCB-6490-396D-8C09-2257259F3CAA}\\4.0.0.0] 1460706646 -#time=1d196eb852f484e +[Software\\Classes\\Record\\{56B1CCCB-6490-396D-8C09-2257259F3CAA}\\4.0.0.0] 1526460878 +#time=1d3ecf385c82c48 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.ProcessorArchitecture" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{581AD3D9-2BAA-3770-B92B-38607E1B463A}\\10.0.0.0] 1460706646 -#time=1d196eb85617dbe +[Software\\Classes\\Record\\{581AD3D9-2BAA-3770-B92B-38607E1B463A}\\10.0.0.0] 1526460879 +#time=1d3ecf3861ba7ba "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.VSAITEMTYPE2" -[Software\\Classes\\Record\\{581AD3D9-2BAA-3770-B92B-38607E1B463A}\\7.0.5000.0] 1460706647 -#time=1d196eb8581ca9c +[Software\\Classes\\Record\\{581AD3D9-2BAA-3770-B92B-38607E1B463A}\\7.0.5000.0] 1526460879 +#time=1d3ecf386512ca0 "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.VSAITEMTYPE2" -[Software\\Classes\\Record\\{5A235286-93F1-3C18-A3AE-16D345A87A24}\\4.0.0.0] 1460706646 -#time=1d196eb853252a0 +[Software\\Classes\\Record\\{5A235286-93F1-3C18-A3AE-16D345A87A24}\\4.0.0.0] 1526460878 +#time=1d3ecf385cd08b2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.DebuggerBrowsableState" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{5C3B20A1-8D61-374C-9ED1-8770350A4505}\\4.0.0.0] 1460706646 -#time=1d196eb855c9682 +[Software\\Classes\\Record\\{5C3B20A1-8D61-374C-9ED1-8770350A4505}\\4.0.0.0] 1526460879 +#time=1d3ecf38612e2d8 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.ActivationOption" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{5F7A2664-4778-3D72-A78F-D38B6B00180D}\\4.0.0.0] 1460706646 -#time=1d196eb852d5cbe +[Software\\Classes\\Record\\{5F7A2664-4778-3D72-A78F-D38B6B00180D}\\4.0.0.0] 1526460878 +#time=1d3ecf385c4f1d6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.InterfaceMapping" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{62AD7D6B-52CC-3ED4-A20D-1A32EF6BF1DA}\\4.0.0.0] 1460706646 -#time=1d196eb853ba74c +[Software\\Classes\\Record\\{62AD7D6B-52CC-3ED4-A20D-1A32EF6BF1DA}\\4.0.0.0] 1526460879 +#time=1d3ecf385dd32aa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.UInt64" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{62ECB562-B92A-37E7-8D5B-84036A1A4348}\\4.0.0.0] 1460706646 -#time=1d196eb851d2862 +[Software\\Classes\\Record\\{62ECB562-B92A-37E7-8D5B-84036A1A4348}\\4.0.0.0] 1526460878 +#time=1d3ecf385ad8078 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="Microsoft.Win32.RegistryValueKind" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{63A2E7FD-9A9B-3D6B-A827-3C5BF8DB1E6A}\\4.0.0.0] 1460706646 -#time=1d196eb8507c602 +[Software\\Classes\\Record\\{63A2E7FD-9A9B-3D6B-A827-3C5BF8DB1E6A}\\4.0.0.0] 1526460878 +#time=1d3ecf3858c908e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.MethodImplOptions" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{641AB47A-9351-3A37-81C1-647D31873F15}\\4.0.0.0] 1460706646 -#time=1d196eb852c5d64 +[Software\\Classes\\Record\\{641AB47A-9351-3A37-81C1-647D31873F15}\\4.0.0.0] 1526460878 +#time=1d3ecf385c356aa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.MethodAttributes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{669212CB-7972-3073-BDB0-6782534B6590}\\4.0.0.0] 1460706646 -#time=1d196eb84feedb6 +[Software\\Classes\\Record\\{669212CB-7972-3073-BDB0-6782534B6590}\\4.0.0.0] 1526460878 +#time=1d3ecf3857e8f16 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.WellKnownObjectMode" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{66E1F723-E57F-35CE-8306-3C09FB68A322}\\4.0.0.0] 1460706646 -#time=1d196eb85135a1c +[Software\\Classes\\Record\\{66E1F723-E57F-35CE-8306-3C09FB68A322}\\4.0.0.0] 1526460878 +#time=1d3ecf3859d7fa2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.GCHandle" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{688A6FF0-5727-32D2-8228-6E838A822616}\\4.0.0.0] 1460706646 -#time=1d196eb852ae916 +[Software\\Classes\\Record\\{688A6FF0-5727-32D2-8228-6E838A822616}\\4.0.0.0] 1526460878 +#time=1d3ecf385c0fdf6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.ParameterAttributes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{68DA8301-BE1B-3C22-B9F2-DB8F48694DDD}\\4.0.0.0] 1460706646 -#time=1d196eb852be0f0 +[Software\\Classes\\Record\\{68DA8301-BE1B-3C22-B9F2-DB8F48694DDD}\\4.0.0.0] 1526460878 +#time=1d3ecf385c281c6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.PortableExecutableKinds" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{68DB6E95-F774-3AE3-B1DE-B0CC80F6E174}\\4.0.0.0] 1460706646 -#time=1d196eb850c0b04 +[Software\\Classes\\Record\\{68DB6E95-F774-3AE3-B1DE-B0CC80F6E174}\\4.0.0.0] 1526460878 +#time=1d3ecf385922a9e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.FileOptions" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{69CEDC24-BC35-3354-B324-6BD5F3ECB757}\\4.0.0.0] 1460706646 -#time=1d196eb855226c0 +[Software\\Classes\\Record\\{69CEDC24-BC35-3354-B324-6BD5F3ECB757}\\4.0.0.0] 1526460879 +#time=1d3ecf385ffa664 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.DateTimeKind" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{6B7F18AE-F5AC-368F-8DFD-AB5E2D229ED7}\\4.0.0.0] 1460706646 -#time=1d196eb850789d0 +[Software\\Classes\\Record\\{6B7F18AE-F5AC-368F-8DFD-AB5E2D229ED7}\\4.0.0.0] 1526460878 +#time=1d3ecf3858c32a6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.CompilerServices.MethodCodeType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{6BD98650-5AE6-3F03-B6CF-1463BBD45E6D}\\4.0.0.0] 1460706646 -#time=1d196eb852b24e4 +[Software\\Classes\\Record\\{6BD98650-5AE6-3F03-B6CF-1463BBD45E6D}\\4.0.0.0] 1526460878 +#time=1d3ecf385c16200 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.ExceptionHandlingClauseOptions" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{6BE41CDF-29D7-32DB-8181-5117F580BA68}\\4.0.0.0] 1460706646 -#time=1d196eb84e5d29a +[Software\\Classes\\Record\\{6BE41CDF-29D7-32DB-8181-5117F580BA68}\\4.0.0.0] 1526460878 +#time=1d3ecf385573c7c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CspProviderFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{6EE96102-3657-3D66-867A-26B63AAAAF78}\\4.0.0.0] 1460706646 -#time=1d196eb854a5972 +[Software\\Classes\\Record\\{6EE96102-3657-3D66-867A-26B63AAAAF78}\\4.0.0.0] 1526460879 +#time=1d3ecf385f4f048 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Char" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{6FB370D8-4F72-3AC1-9A32-3875F336ECB5}\\4.0.0.0] 1460706646 -#time=1d196eb85490c16 +[Software\\Classes\\Record\\{6FB370D8-4F72-3AC1-9A32-3875F336ECB5}\\4.0.0.0] 1526460879 +#time=1d3ecf385f304cc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Decimal" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{70446B90-F93B-3578-9B7B-95D05A12DA60}\\4.0.0.0] 1460706646 -#time=1d196eb84dc02b0 +[Software\\Classes\\Record\\{70446B90-F93B-3578-9B7B-95D05A12DA60}\\4.0.0.0] 1526460878 +#time=1d3ecf385481c7e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.X509Certificates.X509ContentType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{7055B1DB-D445-31FC-BDEC-A9FB3F6E6E58}\\4.0.0.0] 1460706646 -#time=1d196eb85376df8 +[Software\\Classes\\Record\\{7055B1DB-D445-31FC-BDEC-A9FB3F6E6E58}\\4.0.0.0] 1526460879 +#time=1d3ecf385d65336 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.ApartmentState" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{709164DF-D0E2-3813-A07D-F9F1E99F9A4B}\\4.0.0.0] 1460706646 -#time=1d196eb85308362 +[Software\\Classes\\Record\\{709164DF-D0E2-3813-A07D-F9F1E99F9A4B}\\4.0.0.0] 1526460878 +#time=1d3ecf385ca2a52 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.SymbolStore.SymbolToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{72B06367-DE53-3111-9C49-B816EFEE3148}\\4.0.0.0] 1460706646 -#time=1d196eb84eebb76 +[Software\\Classes\\Record\\{72B06367-DE53-3111-9C49-B816EFEE3148}\\4.0.0.0] 1526460878 +#time=1d3ecf385658570 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.FormatterTypeStyle" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{72E8197D-904B-3371-AE0E-B70D9D53771C}\\4.0.0.0] 1460706646 -#time=1d196eb850de352 +[Software\\Classes\\Record\\{72E8197D-904B-3371-AE0E-B70D9D53771C}\\4.0.0.0] 1526460878 +#time=1d3ecf385951542 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.DriveType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{742BDC16-F04E-3E0E-8FF1-E3250940B5BF}\\4.0.0.0] 1460706646 -#time=1d196eb8502b2ac +[Software\\Classes\\Record\\{742BDC16-F04E-3E0E-8FF1-E3250940B5BF}\\4.0.0.0] 1526460878 +#time=1d3ecf38584a676 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.KeyContainerPermissionFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{74CAA246-BE0E-3AE5-A17C-946E10D89626}\\4.0.0.0] 1460706646 -#time=1d196eb850d1a4e +[Software\\Classes\\Record\\{74CAA246-BE0E-3AE5-A17C-946E10D89626}\\4.0.0.0] 1526460878 +#time=1d3ecf38593d574 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.FileAccess" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{75A7861C-767E-3A5E-A57B-6EC136009654}\\4.0.0.0] 1460706646 -#time=1d196eb84ea5202 +[Software\\Classes\\Record\\{75A7861C-767E-3A5E-A57B-6EC136009654}\\4.0.0.0] 1526460878 +#time=1d3ecf3855e5caa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.FlowControl" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{75C9E85E-D2D1-32DB-BF9C-0636F94FB0C2}\\4.0.0.0] 1460706646 -#time=1d196eb84e7cdd4 +[Software\\Classes\\Record\\{75C9E85E-D2D1-32DB-BF9C-0636F94FB0C2}\\4.0.0.0] 1526460878 +#time=1d3ecf3855a7112 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CipherMode" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{765653A0-2B24-38E4-A6F6-5CB325E8CCC9}\\4.0.0.0] 1460706646 -#time=1d196eb8511217a +[Software\\Classes\\Record\\{765653A0-2B24-38E4-A6F6-5CB325E8CCC9}\\4.0.0.0] 1526460878 +#time=1d3ecf38599e2fc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.AssemblyRegistrationFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{78008402-40D4-30BF-BD91-A61D8815625E}\\10.0.0.0] 1460706646 -#time=1d196eb8561e72c +[Software\\Classes\\Record\\{78008402-40D4-30BF-BD91-A61D8815625E}\\10.0.0.0] 1526460879 +#time=1d3ecf3861c599e "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.TokenColor" -[Software\\Classes\\Record\\{78008402-40D4-30BF-BD91-A61D8815625E}\\7.0.5000.0] 1460706647 -#time=1d196eb8589120c +[Software\\Classes\\Record\\{78008402-40D4-30BF-BD91-A61D8815625E}\\7.0.5000.0] 1526460879 +#time=1d3ecf3865d1c4a "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.TokenColor" -[Software\\Classes\\Record\\{78304E50-A1E6-3D84-A718-49020681E02E}\\4.0.0.0] 1460706646 -#time=1d196eb85267bb0 +[Software\\Classes\\Record\\{78304E50-A1E6-3D84-A718-49020681E02E}\\4.0.0.0] 1526460878 +#time=1d3ecf385ba1798 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.StreamingContextStates" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{78C18A10-C00E-3C09-B000-411C38900C2C}\\4.0.0.0] 1460706646 -#time=1d196eb853ed926 +[Software\\Classes\\Record\\{78C18A10-C00E-3C09-B000-411C38900C2C}\\4.0.0.0] 1526460879 +#time=1d3ecf385e25aa0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.RuntimeTypeHandle" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{79179AA0-E14C-35EA-A666-66BE968AF69F}\\4.0.0.0] 1460706646 -#time=1d196eb8526bd32 +[Software\\Classes\\Record\\{79179AA0-E14C-35EA-A666-66BE968AF69F}\\4.0.0.0] 1526460878 +#time=1d3ecf385ba73f0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.StreamingContext" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{791EC67C-5A1B-35FD-832D-80B02D07ED6D}\\4.0.0.0] 1460706646 -#time=1d196eb850bc888 +[Software\\Classes\\Record\\{791EC67C-5A1B-35FD-832D-80B02D07ED6D}\\4.0.0.0] 1526460878 +#time=1d3ecf38591c8ce "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.FileShare" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{79C2C4A6-8D21-371C-995F-52C38701B91E}\\4.0.0.0] 1460706646 -#time=1d196eb85149102 +[Software\\Classes\\Record\\{79C2C4A6-8D21-371C-995F-52C38701B91E}\\4.0.0.0] 1526460878 +#time=1d3ecf3859f7c9e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.CallingConvention" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{7D29BC4B-8FBC-38AA-8B35-ED4539A1CF8E}\\4.0.0.0] 1460706646 -#time=1d196eb851a309e +[Software\\Classes\\Record\\{7D29BC4B-8FBC-38AA-8B35-ED4539A1CF8E}\\4.0.0.0] 1526460878 +#time=1d3ecf385a8a580 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Principal.PrincipalPolicy" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{7FC47A26-AA2E-32EA-BDE4-01A490842D87}\\4.0.0.0] 1460706646 -#time=1d196eb852e4ee4 +[Software\\Classes\\Record\\{7FC47A26-AA2E-32EA-BDE4-01A490842D87}\\4.0.0.0] 1526460878 +#time=1d3ecf385c693e2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.CustomAttributeNamedArgument" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{816C979C-D3D2-3101-B5CA-E4A5C5E966FA}\\4.0.0.0] 1460706646 -#time=1d196eb852a6eb4 +[Software\\Classes\\Record\\{816C979C-D3D2-3101-B5CA-E4A5C5E966FA}\\4.0.0.0] 1526460878 +#time=1d3ecf385c03baa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.PropertyAttributes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{82FEBF4C-9FC8-3285-8D5A-F00DD1E1BA40}\\4.0.0.0] 1460706646 -#time=1d196eb84fa5a94 +[Software\\Classes\\Record\\{82FEBF4C-9FC8-3285-8D5A-F00DD1E1BA40}\\4.0.0.0] 1526460878 +#time=1d3ecf38577422e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.CustomErrorsModes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8351108F-34E3-3CC9-BF5A-C76C48060835}\\4.0.0.0] 1460706646 -#time=1d196eb8518fc2e +[Software\\Classes\\Record\\{8351108F-34E3-3CC9-BF5A-C76C48060835}\\4.0.0.0] 1526460878 +#time=1d3ecf385a6c4d6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ArrayWithOffset" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8531F85A-746B-3DB5-A45F-9BAC4BD02D8B}\\4.0.0.0] 1460706646 -#time=1d196eb853e1acc +[Software\\Classes\\Record\\{8531F85A-746B-3DB5-A45F-9BAC4BD02D8B}\\4.0.0.0] 1526460879 +#time=1d3ecf385e11a6e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.ModuleHandle" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{86343361-CE50-35EE-8BEA-6F39EC8C8159}\\4.0.0.0] 1460706646 -#time=1d196eb85328f2c +[Software\\Classes\\Record\\{86343361-CE50-35EE-8BEA-6F39EC8C8159}\\4.0.0.0] 1526460878 +#time=1d3ecf385cd810c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.DebuggableAttribute+DebuggingModes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{875EB8B7-663D-3B83-B702-5AF34662B9B5}\\4.0.0.0] 1460706646 -#time=1d196eb85169196 +[Software\\Classes\\Record\\{875EB8B7-663D-3B83-B702-5AF34662B9B5}\\4.0.0.0] 1526460878 +#time=1d3ecf385a2bf08 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.VarEnum" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8830F669-E622-3DA0-BC37-4A02A151E142}\\4.0.0.0] 1460706646 -#time=1d196eb8519f1c4 +[Software\\Classes\\Record\\{8830F669-E622-3DA0-BC37-4A02A151E142}\\4.0.0.0] 1526460878 +#time=1d3ecf385a84540 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Principal.WindowsAccountType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8990CB3B-227E-3A43-8264-0057EC763FA0}\\4.0.0.0] 1460706646 -#time=1d196eb84e4fce4 +[Software\\Classes\\Record\\{8990CB3B-227E-3A43-8264-0057EC763FA0}\\4.0.0.0] 1526460878 +#time=1d3ecf385560302 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.CryptoStreamMode" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8A6C24C5-1F87-37C2-BC4D-3421EB62D4C1}\\4.0.0.0] 1460706646 -#time=1d196eb854dff5a +[Software\\Classes\\Record\\{8A6C24C5-1F87-37C2-BC4D-3421EB62D4C1}\\4.0.0.0] 1526460879 +#time=1d3ecf385f9c83e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.LoaderOptimization" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8A958A5B-626C-3D22-AB56-3EC30C9B7EE2}\\4.0.0.0] 1460706646 -#time=1d196eb8517c2fa +[Software\\Classes\\Record\\{8A958A5B-626C-3D22-AB56-3EC30C9B7EE2}\\4.0.0.0] 1526460878 +#time=1d3ecf385a4c2ee "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.IDispatchImplType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8ABD8CB3-A365-32F9-9914-F08EC1FEC4CA}\\4.0.0.0] 1460706646 -#time=1d196eb84eb18ea +[Software\\Classes\\Record\\{8ABD8CB3-A365-32F9-9914-F08EC1FEC4CA}\\4.0.0.0] 1526460878 +#time=1d3ecf3855f89cc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.OpCodeType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8B7E18B8-3E96-3A4C-82CB-3D13FA15A32F}\\4.0.0.0] 1460706646 -#time=1d196eb85193a22 +[Software\\Classes\\Record\\{8B7E18B8-3E96-3A4C-82CB-3D13FA15A32F}\\4.0.0.0] 1526460878 +#time=1d3ecf385a724b2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Principal.WindowsBuiltInRole" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8BE2E9AF-5A9C-392C-A2F2-9633AD4A0426}\\4.0.0.0] 1460706646 -#time=1d196eb855c57e4 +[Software\\Classes\\Record\\{8BE2E9AF-5A9C-392C-A2F2-9633AD4A0426}\\4.0.0.0] 1526460879 +#time=1d3ecf386124850 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.AuthenticationOption" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8CF0278D-D0AD-307D-BE63-A785432E3FDF}\\4.0.0.0] 1460706646 -#time=1d196eb84e93728 +[Software\\Classes\\Record\\{8CF0278D-D0AD-307D-BE63-A785432E3FDF}\\4.0.0.0] 1526460878 +#time=1d3ecf3855cc336 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.StringToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8D583B4D-52C8-3243-829E-999D660D3947}\\4.0.0.0] 1460706646 -#time=1d196eb850ea936 +[Software\\Classes\\Record\\{8D583B4D-52C8-3243-829E-999D660D3947}\\4.0.0.0] 1526460878 +#time=1d3ecf38596430e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.SearchOption" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{8E3CC6FB-A6ED-3F63-A7D1-D40D8C6666F6}\\4.0.0.0] 1460706646 -#time=1d196eb853c9d6e +[Software\\Classes\\Record\\{8E3CC6FB-A6ED-3F63-A7D1-D40D8C6666F6}\\4.0.0.0] 1526460879 +#time=1d3ecf385dec0de "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.TypeCode" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{902A6B65-41BD-32F1-A233-075F009D459C}\\4.0.0.0] 1460706646 -#time=1d196eb85002bf4 +[Software\\Classes\\Record\\{902A6B65-41BD-32F1-A233-075F009D459C}\\4.0.0.0] 1526460878 +#time=1d3ecf38580acf6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.SecurityZone" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{940B1725-F706-3CEF-9586-0F189B117C20}\\4.0.0.0] 1460706646 -#time=1d196eb851baf14 +[Software\\Classes\\Record\\{940B1725-F706-3CEF-9586-0F189B117C20}\\4.0.0.0] 1526460878 +#time=1d3ecf385ab19b4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.TrustManagerUIContext" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{94942670-4ACF-3572-92D1-0916CD777E00}\\4.0.0.0] 1460706646 -#time=1d196eb853cdad6 +[Software\\Classes\\Record\\{94942670-4ACF-3572-92D1-0916CD777E00}\\4.0.0.0] 1526460879 +#time=1d3ecf385df21aa "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.TimeSpan" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{96E0DEE8-C1CA-38A5-A3C9-52DA9B5440EF}\\4.0.0.0] 1460706646 -#time=1d196eb8511a6f4 +[Software\\Classes\\Record\\{96E0DEE8-C1CA-38A5-A3C9-52DA9B5440EF}\\4.0.0.0] 1526460878 +#time=1d3ecf3859aac00 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ComMemberType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{97AA3979-1066-3969-B278-E064BDB97DCE}\\4.0.0.0] 1460706646 -#time=1d196eb85174442 +[Software\\Classes\\Record\\{97AA3979-1066-3969-B278-E064BDB97DCE}\\4.0.0.0] 1526460878 +#time=1d3ecf385a3dc94 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.TypeLibTypeFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{981DC77E-CE21-3753-92DA-3C4A0CC7AA44}\\4.0.0.0] 1460706646 -#time=1d196eb852f873c +[Software\\Classes\\Record\\{981DC77E-CE21-3753-92DA-3C4A0CC7AA44}\\4.0.0.0] 1526460878 +#time=1d3ecf385c8885a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.AssemblyNameFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{9ABE23BD-D5D5-30F6-B127-9B3AB98F7DBB}\\4.0.0.0] 1460706646 -#time=1d196eb8512a2ac +[Software\\Classes\\Record\\{9ABE23BD-D5D5-30F6-B127-9B3AB98F7DBB}\\4.0.0.0] 1526460878 +#time=1d3ecf3859c45c4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.LayoutKind" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{9B957340-ADBA-3234-91EA-46A5C9BFF530}\\4.0.0.0] 1460706646 -#time=1d196eb854adc1c +[Software\\Classes\\Record\\{9B957340-ADBA-3234-91EA-46A5C9BFF530}\\4.0.0.0] 1526460879 +#time=1d3ecf385f5c702 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Byte" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{9BC2306F-4971-38F5-B861-F19C022274A0}\\4.0.0.0] 1460706646 -#time=1d196eb854bb902 +[Software\\Classes\\Record\\{9BC2306F-4971-38F5-B861-F19C022274A0}\\4.0.0.0] 1526460879 +#time=1d3ecf385f6f10e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.AttributeTargets" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{9C5923E9-DE52-33EA-88DE-7EBC8633B9CC}\\4.0.0.0] 1460706646 -#time=1d196eb8545fcf6 +[Software\\Classes\\Record\\{9C5923E9-DE52-33EA-88DE-7EBC8633B9CC}\\4.0.0.0] 1526460879 +#time=1d3ecf385ee23c6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Guid" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{9DC6AC40-EDFA-3E34-9AD1-B7A0A9E3A40A}\\4.0.0.0] 1460706646 -#time=1d196eb852e11b8 +[Software\\Classes\\Record\\{9DC6AC40-EDFA-3E34-9AD1-B7A0A9E3A40A}\\4.0.0.0] 1526460878 +#time=1d3ecf385c62efc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.CustomAttributeTypedArgument" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{9E5C3C99-D046-3FE5-9921-21CF0F0A08FF}\\4.0.0.0] 1460706646 -#time=1d196eb85032eb2 +[Software\\Classes\\Record\\{9E5C3C99-D046-3FE5-9921-21CF0F0A08FF}\\4.0.0.0] 1526460878 +#time=1d3ecf3858566d8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.UIPermissionClipboard" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A026E65F-9720-3F82-8DE1-A18E51180A34}\\4.0.0.0] 1460706646 -#time=1d196eb84fdeaec +[Software\\Classes\\Record\\{A026E65F-9720-3F82-8DE1-A18E51180A34}\\4.0.0.0] 1526460878 +#time=1d3ecf3857cf282 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Channels.ServerProcessing" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A1CB710C-8D50-3181-BB38-65CE2E98F9A6}\\4.0.0.0] 1460706646 -#time=1d196eb8544c99e +[Software\\Classes\\Record\\{A1CB710C-8D50-3181-BB38-65CE2E98F9A6}\\4.0.0.0] 1526460879 +#time=1d3ecf385ec1a86 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IntPtr" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A2959123-2F66-35B4-815D-37C83360809B}\\4.0.0.0] 1460706646 -#time=1d196eb8539f5aa +[Software\\Classes\\Record\\{A2959123-2F66-35B4-815D-37C83360809B}\\4.0.0.0] 1526460879 +#time=1d3ecf385da4afe "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.NativeOverlapped" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A2BA85AC-C24E-3EB2-9404-80AB01181433}\\4.0.0.0] 1460706646 -#time=1d196eb855be00c +[Software\\Classes\\Record\\{A2BA85AC-C24E-3EB2-9404-80AB01181433}\\4.0.0.0] 1526460879 +#time=1d3ecf3861189c4 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.InstallationFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A2C06560-E728-39D5-8230-7EB08001C79E}\\4.0.0.0] 1460706646 -#time=1d196eb84fd70ee +[Software\\Classes\\Record\\{A2C06560-E728-39D5-8230-7EB08001C79E}\\4.0.0.0] 1526460878 +#time=1d3ecf3857c2d98 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Lifetime.LeaseState" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A2D18600-D187-399C-B2ED-6FA8ED5D2A59}\\4.0.0.0] 1460706646 -#time=1d196eb85245452 +[Software\\Classes\\Record\\{A2D18600-D187-399C-B2ED-6FA8ED5D2A59}\\4.0.0.0] 1526460878 +#time=1d3ecf385b6d2f4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.DigitShapes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A310FADD-7C33-377C-9D6B-599B0317D7F2}\\4.0.0.0] 1460706646 -#time=1d196eb854543e2 +[Software\\Classes\\Record\\{A310FADD-7C33-377C-9D6B-599B0317D7F2}\\4.0.0.0] 1526460879 +#time=1d3ecf385ecdd86 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Int32" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A419B664-DABD-383D-A0DB-991487D41E14}\\4.0.0.0] 1460706646 -#time=1d196eb84ec1a9c +[Software\\Classes\\Record\\{A419B664-DABD-383D-A0DB-991487D41E14}\\4.0.0.0] 1526460878 +#time=1d3ecf385611f1c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.Label" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A6CCEB32-EC73-3E9B-8852-02783C97D3FA}\\4.0.0.0] 1460706646 -#time=1d196eb85356148 +[Software\\Classes\\Record\\{A6CCEB32-EC73-3E9B-8852-02783C97D3FA}\\4.0.0.0] 1526460879 +#time=1d3ecf385d376f2 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Collections.DictionaryEntry" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{A7ED05C6-FECF-3C35-BA3B-84163AC1D5E5}\\4.0.0.0] 1460706646 -#time=1d196eb84eb5b16 +[Software\\Classes\\Record\\{A7ED05C6-FECF-3C35-BA3B-84163AC1D5E5}\\4.0.0.0] 1526460878 +#time=1d3ecf3855ff920 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.OpCode" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{AB8E1300-F46A-3FFD-BCEF-A45DE1C55458}\\4.0.0.0] 1460706646 -#time=1d196eb8525277e +[Software\\Classes\\Record\\{AB8E1300-F46A-3FFD-BCEF-A45DE1C55458}\\4.0.0.0] 1526460878 +#time=1d3ecf385b812ae "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.CultureTypes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{AD1CECF5-5FAD-3ECF-AD89-2FEBD6521FA9}\\4.0.0.0] 1460706646 -#time=1d196eb8545076a +[Software\\Classes\\Record\\{AD1CECF5-5FAD-3ECF-AD89-2FEBD6521FA9}\\4.0.0.0] 1526460879 +#time=1d3ecf385ec7f1c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Int64" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{AD92602F-55F2-3552-A977-D93C79DB346E}\\4.0.0.0] 1460706646 -#time=1d196eb8510a452 +[Software\\Classes\\Record\\{AD92602F-55F2-3552-A977-D93C79DB346E}\\4.0.0.0] 1526460878 +#time=1d3ecf385991d68 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.TypeLibExporterFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{B125618B-1B4E-37C3-B31A-331D6021B52D}\\4.0.0.0] 1460706646 -#time=1d196eb84ea93b6 +[Software\\Classes\\Record\\{B125618B-1B4E-37C3-B31A-331D6021B52D}\\4.0.0.0] 1526460878 +#time=1d3ecf3855eb948 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.OperandType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{B30FD15E-CED6-3977-8151-0D50E79CD703}\\4.0.0.0] 1460706646 -#time=1d196eb85036cd8 +[Software\\Classes\\Record\\{B30FD15E-CED6-3977-8151-0D50E79CD703}\\4.0.0.0] 1526460878 +#time=1d3ecf38585dfdc "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.UIPermissionWindow" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{B38DA717-D61B-3C13-93CE-2B9370D0AE43}\\4.0.0.0] 1460706646 -#time=1d196eb851ff15a +[Software\\Classes\\Record\\{B38DA717-D61B-3C13-93CE-2B9370D0AE43}\\4.0.0.0] 1526460878 +#time=1d3ecf385b0bd6a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Text.NormalizationForm" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{B3B46869-C190-3199-96DA-4006E2AC6E72}\\4.0.0.0] 1460706646 -#time=1d196eb851d6890 +[Software\\Classes\\Record\\{B3B46869-C190-3199-96DA-4006E2AC6E72}\\4.0.0.0] 1526460878 +#time=1d3ecf385adf2a6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="Microsoft.Win32.RegistryHive" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{B3E5A7FF-AFC6-3F2B-8FFF-300C7C567693}\\4.0.0.0] 1460706646 -#time=1d196eb84ef45be +[Software\\Classes\\Record\\{B3E5A7FF-AFC6-3F2B-8FFF-300C7C567693}\\4.0.0.0] 1526460878 +#time=1d3ecf38566716a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.IsolatedStorage.IsolatedStorageScope" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{B42619B4-0EDC-3F55-AA64-2140275FA115}\\4.0.0.0] 1460706646 -#time=1d196eb85104dd6 +[Software\\Classes\\Record\\{B42619B4-0EDC-3F55-AA64-2140275FA115}\\4.0.0.0] 1526460878 +#time=1d3ecf38598c098 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ImporterEventKind" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{B6B91160-2ABF-352B-A74D-1174CC324E18}\\4.0.0.0] 1460706646 -#time=1d196eb85318b18 +[Software\\Classes\\Record\\{B6B91160-2ABF-352B-A74D-1174CC324E18}\\4.0.0.0] 1526460878 +#time=1d3ecf385cbd190 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Diagnostics.SymbolStore.SymAddressKind" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{B718F0F8-E5E7-3651-A2BE-97009B568250}\\4.0.0.0] 1460706646 -#time=1d196eb8503b1fc +[Software\\Classes\\Record\\{B718F0F8-E5E7-3651-A2BE-97009B568250}\\4.0.0.0] 1526460878 +#time=1d3ecf385863e3c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.SecurityPermissionFlag" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{B946AC61-DD6B-39F3-BBE1-E4C1540F16EA}\\4.0.0.0] 1460706646 -#time=1d196eb84fe2b06 +[Software\\Classes\\Record\\{B946AC61-DD6B-39F3-BBE1-E4C1540F16EA}\\4.0.0.0] 1526460878 +#time=1d3ecf3857d50ba "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Activation.ActivatorLevel" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{BA0E4CF7-A429-3FE8-ABAB-183387D05852}\\4.0.0.0] 1460706646 -#time=1d196eb853a712e +[Software\\Classes\\Record\\{BA0E4CF7-A429-3FE8-ABAB-183387D05852}\\4.0.0.0] 1526460879 +#time=1d3ecf385db1204 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.LockCookie" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{BA5ED019-F669-3C35-93AC-3ABF776B62B3}\\10.0.0.0] 1460706646 -#time=1d196eb85603c42 +[Software\\Classes\\Record\\{BA5ED019-F669-3C35-93AC-3ABF776B62B3}\\10.0.0.0] 1526460879 +#time=1d3ecf3861987c8 "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.JSFunctionAttributeEnum" -[Software\\Classes\\Record\\{BA5ED019-F669-3C35-93AC-3ABF776B62B3}\\7.0.5000.0] 1460706647 -#time=1d196eb8581f990 +[Software\\Classes\\Record\\{BA5ED019-F669-3C35-93AC-3ABF776B62B3}\\7.0.5000.0] 1526460879 +#time=1d3ecf38651818c "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.JSFunctionAttributeEnum" -[Software\\Classes\\Record\\{BA68FFCE-C94A-3A7B-ABB9-BE5259B66D1B}\\4.0.0.0] 1460706646 -#time=1d196eb85592c90 +[Software\\Classes\\Record\\{BA68FFCE-C94A-3A7B-ABB9-BE5259B66D1B}\\4.0.0.0] 1526460879 +#time=1d3ecf3860ce9aa "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.CompensatingResourceManager.LogRecordFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{BA731F6A-3D25-39AE-BE18-C2EF646AE58B}\\10.0.0.0] 1460706646 -#time=1d196eb85620e50 +[Software\\Classes\\Record\\{BA731F6A-3D25-39AE-BE18-C2EF646AE58B}\\10.0.0.0] 1526460879 +#time=1d3ecf3861c9666 "Assembly"="Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.SourceState" -[Software\\Classes\\Record\\{BA731F6A-3D25-39AE-BE18-C2EF646AE58B}\\7.0.5000.0] 1460706647 -#time=1d196eb85894358 +[Software\\Classes\\Record\\{BA731F6A-3D25-39AE-BE18-C2EF646AE58B}\\7.0.5000.0] 1526460879 +#time=1d3ecf3865d6d3a "Assembly"="Microsoft.JScript, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="Microsoft.JScript.SourceState" -[Software\\Classes\\Record\\{BA99AE52-D539-362F-B78C-4E84C14158BF}\\4.0.0.0] 1460706646 -#time=1d196eb85042d58 +[Software\\Classes\\Record\\{BA99AE52-D539-362F-B78C-4E84C14158BF}\\4.0.0.0] 1526460878 +#time=1d3ecf3858700c4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.SecurityAction" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{BCAB3A5D-F2CD-3C69-841D-AD001969BF50}\\4.0.0.0] 1460706646 -#time=1d196eb852c1d4a +[Software\\Classes\\Record\\{BCAB3A5D-F2CD-3C69-841D-AD001969BF50}\\4.0.0.0] 1526460878 +#time=1d3ecf385c2fa84 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.MethodImplAttributes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{BF1BF727-537F-3284-9CA9-5ADF12641AB5}\\4.0.0.0] 1460706646 -#time=1d196eb851708ec +[Software\\Classes\\Record\\{BF1BF727-537F-3284-9CA9-5ADF12641AB5}\\4.0.0.0] 1526460878 +#time=1d3ecf385a37b0a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.TypeLibFuncFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{C3008E12-9B16-36EC-B731-73257F25BE7A}\\4.0.0.0] 1460706646 -#time=1d196eb854b2aa0 +[Software\\Classes\\Record\\{C3008E12-9B16-36EC-B731-73257F25BE7A}\\4.0.0.0] 1526460879 +#time=1d3ecf385f62652 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Boolean" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{C335350A-892D-37F7-967C-99B3C4C4A301}\\4.0.0.0] 1460706646 -#time=1d196eb8510e250 +[Software\\Classes\\Record\\{C335350A-892D-37F7-967C-99B3C4C4A301}\\4.0.0.0] 1526460878 +#time=1d3ecf385997a60 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.TypeLibImporterFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{C3E92FB0-4D2C-3FA7-8DCA-B4CF51DAB643}\\4.0.0.0] 1460706646 -#time=1d196eb855a65ce +[Software\\Classes\\Record\\{C3E92FB0-4D2C-3FA7-8DCA-B4CF51DAB643}\\4.0.0.0] 1526460879 +#time=1d3ecf3860f0604 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.TransactionIsolationLevel" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{C5D299AC-63B0-3448-BCB7-6AA9B5EB598E}\\4.0.0.0] 1460706646 -#time=1d196eb84ee3a48 +[Software\\Classes\\Record\\{C5D299AC-63B0-3448-BCB7-6AA9B5EB598E}\\4.0.0.0] 1526460878 +#time=1d3ecf38564741e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.TypeFilterLevel" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{C660D7A6-D1DD-3E9D-85EB-F844791E2DAE}\\4.0.0.0] 1460706646 -#time=1d196eb8516cdf0 +[Software\\Classes\\Record\\{C660D7A6-D1DD-3E9D-85EB-F844791E2DAE}\\4.0.0.0] 1526460878 +#time=1d3ecf385a31d72 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.TypeLibVarFlags" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{C71DCE2B-B87F-37A9-89ED-F1145955BCD6}\\4.0.0.0] 1460706646 -#time=1d196eb85131f2a +[Software\\Classes\\Record\\{C71DCE2B-B87F-37A9-89ED-F1145955BCD6}\\4.0.0.0] 1526460878 +#time=1d3ecf3859d2142 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.HandleRef" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{C8679E0A-1C67-3A20-8645-0D930F529031}\\4.0.0.0] 1460706646 -#time=1d196eb852d99fe +[Software\\Classes\\Record\\{C8679E0A-1C67-3A20-8645-0D930F529031}\\4.0.0.0] 1526460878 +#time=1d3ecf385c56c7e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.FieldAttributes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{C888351B-5DFD-3A9F-8D36-96E7770D0EBF}\\4.0.0.0] 1460706646 -#time=1d196eb84fc29c8 +[Software\\Classes\\Record\\{C888351B-5DFD-3A9F-8D36-96E7770D0EBF}\\4.0.0.0] 1526460878 +#time=1d3ecf3857a118e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Remoting.Metadata.SoapOption" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{CA10C1A1-9FDC-36A3-AD74-8FAC60E6541C}\\4.0.0.0] 1460706646 -#time=1d196eb85055e08 +[Software\\Classes\\Record\\{CA10C1A1-9FDC-36A3-AD74-8FAC60E6541C}\\4.0.0.0] 1526460878 +#time=1d3ecf38588edf8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.FileIOPermissionAccess" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{CA2BCDB4-3A7E-33E8-80ED-D32475ADEF33}\\4.0.0.0] 1460706646 -#time=1d196eb853dd2a6 +[Software\\Classes\\Record\\{CA2BCDB4-3A7E-33E8-80ED-D32475ADEF33}\\4.0.0.0] 1526460879 +#time=1d3ecf385e0b92a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.SByte" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{CA5C1C2B-61F8-3FC4-B66B-17163A3066A5}\\4.0.0.0] 1460706646 -#time=1d196eb853aad10 +[Software\\Classes\\Record\\{CA5C1C2B-61F8-3FC4-B66B-17163A3066A5}\\4.0.0.0] 1526460879 +#time=1d3ecf385db7636 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Void" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{CFB98CA9-8121-35BE-AF40-C176C616A16B}\\4.0.0.0] 1460706646 -#time=1d196eb84e9ff50 +[Software\\Classes\\Record\\{CFB98CA9-8121-35BE-AF40-C176C616A16B}\\4.0.0.0] 1526460878 +#time=1d3ecf3855df88c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.ParameterToken" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{D0431551-3853-37F8-B714-8A8986E1EA38}\\4.0.0.0] 1460706646 -#time=1d196eb85530ab8 +[Software\\Classes\\Record\\{D0431551-3853-37F8-B714-8A8986E1EA38}\\4.0.0.0] 1526460879 +#time=1d3ecf38600e880 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.StringComparison" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{D12ABE44-783E-328B-AAD3-4ED726E903C7}\\4.0.0.0] 1460706646 -#time=1d196eb85438ed0 +[Software\\Classes\\Record\\{D12ABE44-783E-328B-AAD3-4ED726E903C7}\\4.0.0.0] 1526460879 +#time=1d3ecf385ea1114 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.MidpointRounding" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{D25ED092-A7A8-3BBE-820C-42F5A4604768}\\4.0.0.0] 1460706646 -#time=1d196eb84eada24 +[Software\\Classes\\Record\\{D25ED092-A7A8-3BBE-820C-42F5A4604768}\\4.0.0.0] 1526460878 +#time=1d3ecf3855f153c "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.StackBehaviour" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{D32B1206-1440-3664-9991-1AE109ADD173}\\4.0.0.0] 1460706646 -#time=1d196eb8538b780 +[Software\\Classes\\Record\\{D32B1206-1440-3664-9991-1AE109ADD173}\\4.0.0.0] 1526460879 +#time=1d3ecf385d8402e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.ThreadPriority" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{D535A40B-83C0-36FC-82D1-7EF2DE252ECC}\\4.0.0.0] 1460706646 -#time=1d196eb85239530 +[Software\\Classes\\Record\\{D535A40B-83C0-36FC-82D1-7EF2DE252ECC}\\4.0.0.0] 1526460878 +#time=1d3ecf385b610f8 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.GregorianCalendarTypes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{D58DC4BB-3A4C-3B0C-B75F-9D0876694F3D}\\4.0.0.0] 1460706646 -#time=1d196eb85188280 +[Software\\Classes\\Record\\{D58DC4BB-3A4C-3B0C-B75F-9D0876694F3D}\\4.0.0.0] 1526460878 +#time=1d3ecf385a5eb7e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.ClassInterfaceType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{D7DD91C9-91E4-38E9-8EC6-37836572A66A}\\4.0.0.0] 1460706646 -#time=1d196eb84e18e6a +[Software\\Classes\\Record\\{D7DD91C9-91E4-38E9-8EC6-37836572A66A}\\4.0.0.0] 1526460878 +#time=1d3ecf385512634 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Cryptography.KeyNumber" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{D89E7F8E-9F99-3EE9-8FCE-D97E64C8650E}\\4.0.0.0] 1460706646 -#time=1d196eb852a32f0 +[Software\\Classes\\Record\\{D89E7F8E-9F99-3EE9-8FCE-D97E64C8650E}\\4.0.0.0] 1526460878 +#time=1d3ecf385bfb676 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.ResourceAttributes" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{D93EACA8-8176-387B-9667-6D32B504047B}\\4.0.0.0] 1460706646 -#time=1d196eb851c6a26 +[Software\\Classes\\Record\\{D93EACA8-8176-387B-9667-6D32B504047B}\\4.0.0.0] 1526460878 +#time=1d3ecf385ac58a6 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Policy.ApplicationVersionMatch" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{DD9D4869-BD62-3D44-8B69-BC4C86FA8646}\\4.0.0.0] 1460706646 -#time=1d196eb8558ede8 +[Software\\Classes\\Record\\{DD9D4869-BD62-3D44-8B69-BC4C86FA8646}\\4.0.0.0] 1526460879 +#time=1d3ecf3860c8bd6 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.CompensatingResourceManager.TransactionState" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{DDD019BF-D182-34DE-9192-95575F7B2A31}\\4.0.0.0] 1460706646 -#time=1d196eb84e847e6 +[Software\\Classes\\Record\\{DDD019BF-D182-34DE-9192-95575F7B2A31}\\4.0.0.0] 1526460878 +#time=1d3ecf3855b2a26 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Configuration.Assemblies.AssemblyHashAlgorithm" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{DEAE387D-C9A7-3A9C-B772-0153A2538502}\\4.0.0.0] 1460706646 -#time=1d196eb8514539a +[Software\\Classes\\Record\\{DEAE387D-C9A7-3A9C-B772-0153A2538502}\\4.0.0.0] 1526460878 +#time=1d3ecf3859f1cf4 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.InteropServices.CharSet" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{DFAECF33-4728-382D-A34D-C1B0392F8B73}\\4.0.0.0] 1460706646 -#time=1d196eb85046ab6 +[Software\\Classes\\Record\\{DFAECF33-4728-382D-A34D-C1B0392F8B73}\\4.0.0.0] 1526460878 +#time=1d3ecf385875d44 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.PermissionState" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{E3DC8079-43BC-3E70-B291-1591CC9E451D}\\4.0.0.0] 1460706646 -#time=1d196eb84e80a10 +[Software\\Classes\\Record\\{E3DC8079-43BC-3E70-B291-1591CC9E451D}\\4.0.0.0] 1526460878 +#time=1d3ecf3855ace0a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Configuration.Assemblies.AssemblyVersionCompatibility" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{E6FBF496-6B15-3A23-A4D2-A2F7137C1216}\\4.0.0.0] 1460706646 -#time=1d196eb855cd70a +[Software\\Classes\\Record\\{E6FBF496-6B15-3A23-A4D2-A2F7137C1216}\\4.0.0.0] 1526460879 +#time=1d3ecf386133ff8 "Assembly"="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "Class"="System.EnterpriseServices.AccessChecksLevelOption" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{E84FE360-54E3-3884-ADEE-7C6832DD354E}\\4.0.0.0] 1460706646 -#time=1d196eb852cd6ae +[Software\\Classes\\Record\\{E84FE360-54E3-3884-ADEE-7C6832DD354E}\\4.0.0.0] 1526460878 +#time=1d3ecf385c41b80 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.ResourceLocation" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{E87FA4D7-0CAA-3C24-BE83-CF98B50186E2}\\4.0.0.0] 1460706646 -#time=1d196eb84eb9c02 +[Software\\Classes\\Record\\{E87FA4D7-0CAA-3C24-BE83-CF98B50186E2}\\4.0.0.0] 1526460878 +#time=1d3ecf385605e06 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.PEFileKinds" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{EC73FCEB-1AEA-3A57-B953-21368E992507}\\4.0.0.0] 1460706646 -#time=1d196eb8505d964 +[Software\\Classes\\Record\\{EC73FCEB-1AEA-3A57-B953-21368E992507}\\4.0.0.0] 1526460878 +#time=1d3ecf38589ca8e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.Permissions.EnvironmentPermissionAccess" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{EE965595-853A-331B-9CD0-D53DCCE3B6F8}\\4.0.0.0] 1460706646 -#time=1d196eb85006876 +[Software\\Classes\\Record\\{EE965595-853A-331B-9CD0-D53DCCE3B6F8}\\4.0.0.0] 1526460878 +#time=1d3ecf3858109d0 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Security.PolicyLevelType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{F0778630-AC34-3D71-9FAB-617F61243065}\\4.0.0.0] 1460706646 -#time=1d196eb84ece0d0 +[Software\\Classes\\Record\\{F0778630-AC34-3D71-9FAB-617F61243065}\\4.0.0.0] 1526460878 +#time=1d3ecf38562567a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.Emit.AssemblyBuilderAccess" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{F18130E7-BD6C-37F4-9488-35F9FB832AC7}\\4.0.0.0] 1460706646 -#time=1d196eb84ee790e +[Software\\Classes\\Record\\{F18130E7-BD6C-37F4-9488-35F9FB832AC7}\\4.0.0.0] 1526460878 +#time=1d3ecf385651f4a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Runtime.Serialization.Formatters.FormatterAssemblyStyle" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{F62FF05F-99CE-30DB-8344-2B2C26F5765C}\\4.0.0.0] 1460706646 -#time=1d196eb8524ea5c +[Software\\Classes\\Record\\{F62FF05F-99CE-30DB-8344-2B2C26F5765C}\\4.0.0.0] 1526460878 +#time=1d3ecf385b7b624 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.DateTimeStyles" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{F680A48A-2D6C-33F1-AFF7-6273B785B035}\\4.0.0.0] 1460706646 -#time=1d196eb8525fb54 +[Software\\Classes\\Record\\{F680A48A-2D6C-33F1-AFF7-6273B785B035}\\4.0.0.0] 1526460878 +#time=1d3ecf385b94f98 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.CalendarAlgorithmType" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{F768EC63-95ED-35FC-9876-7BCF01A14919}\\4.0.0.0] 1460706646 -#time=1d196eb85386eb0 +[Software\\Classes\\Record\\{F768EC63-95ED-35FC-9876-7BCF01A14919}\\4.0.0.0] 1526460879 +#time=1d3ecf385d7da3a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Threading.ThreadState" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{F8FC5D7C-8215-3E65-BEFB-11E8172606FE}\\4.0.0.0] 1460706646 -#time=1d196eb853e9d9e +[Software\\Classes\\Record\\{F8FC5D7C-8215-3E65-BEFB-11E8172606FE}\\4.0.0.0] 1526460879 +#time=1d3ecf385e1f434 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.RuntimeMethodHandle" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{F9628962-01E2-32F6-A40C-08BD8ADCFF25}\\4.0.0.0] 1460706646 -#time=1d196eb85401192 +[Software\\Classes\\Record\\{F9628962-01E2-32F6-A40C-08BD8ADCFF25}\\4.0.0.0] 1526460879 +#time=1d3ecf385e44a5e "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.PlatformID" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{F9A5BD62-8DA3-3B2D-A556-864CDAD150F6}\\4.0.0.0] 1460706646 -#time=1d196eb850c95ec +[Software\\Classes\\Record\\{F9A5BD62-8DA3-3B2D-A556-864CDAD150F6}\\4.0.0.0] 1526460878 +#time=1d3ecf38593121a "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.IO.FileMode" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{FD67EBE2-30DE-3FBE-896B-81DA2E455137}\\4.0.0.0] 1460706646 -#time=1d196eb852e8c4c +[Software\\Classes\\Record\\{FD67EBE2-30DE-3FBE-896B-81DA2E455137}\\4.0.0.0] 1526460878 +#time=1d3ecf385c6f396 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Reflection.CallingConventions" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\Record\\{FDBF0369-D278-3320-B9CE-0E0719380C0F}\\4.0.0.0] 1460706646 -#time=1d196eb85256810 +[Software\\Classes\\Record\\{FDBF0369-D278-3320-B9CE-0E0719380C0F}\\4.0.0.0] 1526460878 +#time=1d3ecf385b88f68 "Assembly"="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "Class"="System.Globalization.CompareOptions" "RuntimeVersion"="v4.0.30319" -[Software\\Classes\\RowPosition.RowPosition] 1460706471 -#time=1d196eb1cde34e4 +[Software\\Classes\\RowPosition.RowPosition] 1526460533 +#time=1d3ecf2b7ad6c1a @="OLE DB Row Position Library" -[Software\\Classes\\RowPosition.RowPosition\\CLSID] 1460706471 -#time=1d196eb1cde341c +[Software\\Classes\\RowPosition.RowPosition\\CLSID] 1526460533 +#time=1d3ecf2b7ad6b0c @="{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}" -[Software\\Classes\\RowPosition.RowPosition\\CurVer] 1460706471 -#time=1d196eb1cde3552 +[Software\\Classes\\RowPosition.RowPosition\\CurVer] 1526460533 +#time=1d3ecf2b7ad6ca6 @="RowPosition.RowPosition.1" -[Software\\Classes\\RowPosition.RowPosition.1] 1460706471 -#time=1d196eb1cde312e +[Software\\Classes\\RowPosition.RowPosition.1] 1526460533 +#time=1d3ecf2b7ad6706 @="OLE DB Row Position Library" -[Software\\Classes\\RowPosition.RowPosition.1\\CLSID] 1460706471 -#time=1d196eb1cde319c +[Software\\Classes\\RowPosition.RowPosition.1\\CLSID] 1526460533 +#time=1d3ecf2b7ad679c @="{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}" -[Software\\Classes\\rtffile] 1460706475 -#time=1d196eb1f128ef4 +[Software\\Classes\\rtffile] 1526460547 +#time=1d3ecf2c06d5806 @="Rich Text Document" -[Software\\Classes\\rtffile\\shell\\open\\command] 1460706475 -#time=1d196eb1f12958e +[Software\\Classes\\rtffile\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06d5d9c @="\"C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe\" %1" -[Software\\Classes\\rtffile\\shell\\print\\command] 1460706475 -#time=1d196eb1f12a0a6 +[Software\\Classes\\rtffile\\shell\\print\\command] 1526460547 +#time=1d3ecf2c06d654e @="\"C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe\" /p %1" -[Software\\Classes\\Schedule.Service] 1460706471 -#time=1d196eb1d15373c +[Software\\Classes\\SAPI.SpDataKey] 1526460533 +#time=1d3ecf2b7aa5552 +@="Data Key" + +[Software\\Classes\\SAPI.SpDataKey\\CLSID] 1526460533 +#time=1d3ecf2b7aa5462 +@="{D9F6EE60-58C9-458B-88E1-2F908FD7F87C}" + +[Software\\Classes\\SAPI.SpDataKey\\CurVer] 1526460533 +#time=1d3ecf2b7aa55de +@="SAPI.SpDataKey.1" + +[Software\\Classes\\SAPI.SpDataKey.1] 1526460533 +#time=1d3ecf2b7aa50d4 +@="Data Key" + +[Software\\Classes\\SAPI.SpDataKey.1\\CLSID] 1526460533 +#time=1d3ecf2b7aa5156 +@="{D9F6EE60-58C9-458B-88E1-2F908FD7F87C}" + +[Software\\Classes\\SAPI.SpObjectTokenCategory] 1526460533 +#time=1d3ecf2b7aa7adc +@="SpObjectTokenCategory Class" + +[Software\\Classes\\SAPI.SpObjectTokenCategory\\CLSID] 1526460533 +#time=1d3ecf2b7aa79d8 +@="{A910187F-0C7A-45AC-92CC-59EDAFB77B53}" + +[Software\\Classes\\SAPI.SpObjectTokenCategory\\CurVer] 1526460533 +#time=1d3ecf2b7aa7b5e +@="SAPI.SpObjectTokenCategory.1" + +[Software\\Classes\\SAPI.SpObjectTokenCategory.1] 1526460533 +#time=1d3ecf2b7aa7640 +@="SpObjectTokenCategory Class" + +[Software\\Classes\\SAPI.SpObjectTokenCategory.1\\CLSID] 1526460533 +#time=1d3ecf2b7aa76d6 +@="{A910187F-0C7A-45AC-92CC-59EDAFB77B53}" + +[Software\\Classes\\SAPI.SpObjectTokenEnum] 1526460533 +#time=1d3ecf2b7aa5ce6 +@="Object Token Enumerator" + +[Software\\Classes\\SAPI.SpObjectTokenEnum\\CLSID] 1526460533 +#time=1d3ecf2b7aa5be2 +@="{3918D75F-0ACB-41F2-B733-92AA15BCECF6}" + +[Software\\Classes\\SAPI.SpObjectTokenEnum\\CurVer] 1526460533 +#time=1d3ecf2b7aa5d72 +@="SAPI.SpObjectTokenEnum.1" + +[Software\\Classes\\SAPI.SpObjectTokenEnum.1] 1526460533 +#time=1d3ecf2b7aa5854 +@="Object Token Enumerator" + +[Software\\Classes\\SAPI.SpObjectTokenEnum.1\\CLSID] 1526460533 +#time=1d3ecf2b7aa58d6 +@="{3918D75F-0ACB-41F2-B733-92AA15BCECF6}" + +[Software\\Classes\\Schedule.Service] 1526460533 +#time=1d3ecf2b7d653e6 @="TaskScheduler" -[Software\\Classes\\Schedule.Service\\CLSID] 1460706471 -#time=1d196eb1d153660 +[Software\\Classes\\Schedule.Service\\CLSID] 1526460533 +#time=1d3ecf2b7d652f6 @="{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}" -[Software\\Classes\\Schedule.Service\\CurVer] 1460706471 -#time=1d196eb1d1537aa +[Software\\Classes\\Schedule.Service\\CurVer] 1526460533 +#time=1d3ecf2b7d65472 @="Schedule.Service.1" -[Software\\Classes\\Schedule.Service.1] 1460706471 -#time=1d196eb1d153318 +[Software\\Classes\\Schedule.Service.1] 1526460533 +#time=1d3ecf2b7d64f68 @="TaskScheduler" -[Software\\Classes\\Schedule.Service.1\\CLSID] 1460706471 -#time=1d196eb1d1533b8 +[Software\\Classes\\Schedule.Service.1\\CLSID] 1526460533 +#time=1d3ecf2b7d64fea @="{0F87369F-A4E5-4CFC-BD3E-73E6154572DD}" -[Software\\Classes\\ScriptBridge.ScriptBridge] 1460706471 -#time=1d196eb1cfe678c +[Software\\Classes\\ScriptBridge.ScriptBridge] 1526460533 +#time=1d3ecf2b7c79be4 @="Microsoft Scriptlet Component" -[Software\\Classes\\ScriptBridge.ScriptBridge\\CLSID] 1460706471 -#time=1d196eb1cfe66ba +[Software\\Classes\\ScriptBridge.ScriptBridge\\CLSID] 1526460533 +#time=1d3ecf2b7c79aea @="{AE24FDAE-03C6-11D1-8B76-0080C744F389}" -[Software\\Classes\\ScriptBridge.ScriptBridge\\CurVer] 1460706471 -#time=1d196eb1cfe6804 +[Software\\Classes\\ScriptBridge.ScriptBridge\\CurVer] 1526460533 +#time=1d3ecf2b7c79c66 @="ScriptBridge.ScriptBridge.1" -[Software\\Classes\\ScriptBridge.ScriptBridge.1] 1460706471 -#time=1d196eb1cfe637c +[Software\\Classes\\ScriptBridge.ScriptBridge.1] 1526460533 +#time=1d3ecf2b7c7973e @="Microsoft Scriptlet Component" -[Software\\Classes\\ScriptBridge.ScriptBridge.1\\CLSID] 1460706471 -#time=1d196eb1cfe63f4 +[Software\\Classes\\ScriptBridge.ScriptBridge.1\\CLSID] 1526460533 +#time=1d3ecf2b7c797de @="{AE24FDAE-03C6-11D1-8B76-0080C744F389}" -[Software\\Classes\\ScriptControl] 1460706471 -#time=1d196eb1d0563a2 +[Software\\Classes\\ScriptControl] 1526460533 +#time=1d3ecf2b7ca7db4 @="ScriptControl Object" -[Software\\Classes\\ScriptControl\\CLSID] 1460706471 -#time=1d196eb1d0562bc +[Software\\Classes\\ScriptControl\\CLSID] 1526460533 +#time=1d3ecf2b7ca7cc4 @="{0e59f1d5-1fbe-11d0-8ff2-00a0d10038bc}" -[Software\\Classes\\ScriptControl\\CurVer] 1460706471 -#time=1d196eb1d056438 +[Software\\Classes\\ScriptControl\\CurVer] 1526460533 +#time=1d3ecf2b7ca7e36 @="MSScriptControl.ScriptControl.1" -[Software\\Classes\\Scripting.Dictionary] 1460706471 -#time=1d196eb1d1071fc +[Software\\Classes\\Scripting.Dictionary] 1526460533 +#time=1d3ecf2b7b269b8 @="Scripting.Dictionary" -[Software\\Classes\\Scripting.Dictionary\\CLSID] 1460706471 -#time=1d196eb1d10727e +[Software\\Classes\\Scripting.Dictionary\\CLSID] 1526460533 +#time=1d3ecf2b7b26a3a @="{EE09B103-97E0-11CF-978F-00A02463E06F}" -[Software\\Classes\\Scripting.Encoder] 1460706471 -#time=1d196eb1d1077b0 +[Software\\Classes\\Scripting.Encoder] 1526460533 +#time=1d3ecf2b7b26fb2 @="Script Encoder Object" -[Software\\Classes\\Scripting.Encoder\\CLSID] 1460706471 -#time=1d196eb1d107832 +[Software\\Classes\\Scripting.Encoder\\CLSID] 1526460533 +#time=1d3ecf2b7b27034 @="{32DA2B15-CFED-11D1-B747-00C04FC2B085}" -[Software\\Classes\\Scripting.FileSystemObject] 1460706471 -#time=1d196eb1d1074cc +[Software\\Classes\\Scripting.FileSystemObject] 1526460533 +#time=1d3ecf2b7b26cb0 @="FileSystem Object" -[Software\\Classes\\Scripting.FileSystemObject\\CLSID] 1460706471 -#time=1d196eb1d10753a +[Software\\Classes\\Scripting.FileSystemObject\\CLSID] 1526460533 +#time=1d3ecf2b7b26d3c @="{0D43FE01-F093-11CF-8940-00A0C9054228}" -[Software\\Classes\\Scriptlet.Behavior] 1460706471 -#time=1d196eb1cfe2c86 +[Software\\Classes\\Scriptlet.Behavior] 1526460533 +#time=1d3ecf2b80543d6 @="Microsoft Scriptlet Element Behavior Handler" -[Software\\Classes\\Scriptlet.Behavior\\CLSID] 1460706471 -#time=1d196eb1cfe2cf4 +[Software\\Classes\\Scriptlet.Behavior\\CLSID] 1526460533 +#time=1d3ecf2b8054458 @="{5AAF51B2-B1F0-11D1-B6AB-00A0C90833E9}" -[Software\\Classes\\Scriptlet.HiFiTimer] 1460706471 -#time=1d196eb1cfe29c0 +[Software\\Classes\\Scriptlet.HiFiTimer] 1526460533 +#time=1d3ecf2b80540c0 @="Microsoft Scriptlet HiFiTimer Uses" -[Software\\Classes\\Scriptlet.HiFiTimer\\CLSID] 1460706471 -#time=1d196eb1cfe2a2e +[Software\\Classes\\Scriptlet.HiFiTimer\\CLSID] 1526460533 +#time=1d3ecf2b805414c @="{5AAF51B3-B1F0-11D1-B6AB-00A0C90833E9}" -[Software\\Classes\\Scriptlet.SvrOm] 1460706471 -#time=1d196eb1cfe31e0 +[Software\\Classes\\Scriptlet.SvrOm] 1526460533 +#time=1d3ecf2b8054a0c @="Microsoft Scriptlet svr om Uses" -[Software\\Classes\\Scriptlet.SvrOm\\CLSID] 1460706471 -#time=1d196eb1cfe3258 +[Software\\Classes\\Scriptlet.SvrOm\\CLSID] 1526460533 +#time=1d3ecf2b8054a8e @="{3050F4F0-98B5-11CF-BB82-00AA00BDCE0B}" -[Software\\Classes\\SearchAssistantOC.SearchAssistantOC] 1460706471 -#time=1d196eb1cdc2bf4 +[Software\\Classes\\Scriptlet.TypeLib] 1526460533 +#time=1d3ecf2b8039a72 +@="TypeLib" + +[Software\\Classes\\Scriptlet.TypeLib\\CLSID] 1526460533 +#time=1d3ecf2b8039afe +@="{06290BD5-48AA-11D2-8432-006008C3FBFC}" + +[Software\\Classes\\SearchAssistantOC.SearchAssistantOC] 1526460533 +#time=1d3ecf2b7a9f8dc @="SearchAssistantOC" -[Software\\Classes\\SearchAssistantOC.SearchAssistantOC\\CLSID] 1460706471 -#time=1d196eb1cf69f70 +[Software\\Classes\\SearchAssistantOC.SearchAssistantOC\\CLSID] 1528075957 +#time=1d3fba3eba51706 @="{B45FF030-4447-11D2-85DE-00C04FA35C89}" -[Software\\Classes\\SearchAssistantOC.SearchAssistantOC\\CurVer] 1460706471 -#time=1d196eb1cdc2c76 +[Software\\Classes\\SearchAssistantOC.SearchAssistantOC\\CurVer] 1526460533 +#time=1d3ecf2b7a9f97c @="SearchAssistantOC.SearchAssistantOC.1" -[Software\\Classes\\SearchAssistantOC.SearchAssistantOC.1] 1460706471 -#time=1d196eb1cdc2794 +[Software\\Classes\\SearchAssistantOC.SearchAssistantOC.1] 1526460533 +#time=1d3ecf2b7a9f436 @="SearchAssistantOC" -[Software\\Classes\\SearchAssistantOC.SearchAssistantOC.1\\CLSID] 1460706471 -#time=1d196eb1cf69cfa +[Software\\Classes\\SearchAssistantOC.SearchAssistantOC.1\\CLSID] 1528075957 +#time=1d3fba3eba5140e @="{B45FF030-4447-11D2-85DE-00C04FA35C89}" -[Software\\Classes\\service4] 1460706675 -#time=1d196eb967e08c4 +[Software\\Classes\\service4] 1526460915 +#time=1d3ecf39bb55a6c @="WCF/COM+ Integration Service Moniker 40" -[Software\\Classes\\service4\\CLSID] 1460706675 -#time=1d196eb967e0aea +[Software\\Classes\\service4\\CLSID] 1526460915 +#time=1d3ecf39bb55cec @="{F4E1E7F6-A035-41b3-9856-A3C3A1C4684F}" -[Software\\Classes\\Shell.Application] 1460706471 -#time=1d196eb1d12841a +[Software\\Classes\\Shell.Application] 1526460533 +#time=1d3ecf2b7f3fa54 @="Shell Automation Service" -[Software\\Classes\\Shell.Application\\CLSID] 1460706471 -#time=1d196eb1d12833e +[Software\\Classes\\Shell.Application\\CLSID] 1526460533 +#time=1d3ecf2b7f3f964 @="{13709620-C279-11CE-A49E-444553540000}" -[Software\\Classes\\Shell.Application\\CurVer] 1460706471 -#time=1d196eb1d128492 +[Software\\Classes\\Shell.Application\\CurVer] 1526460533 +#time=1d3ecf2b7f3faea @="Shell.Application.1" -[Software\\Classes\\Shell.Application.1] 1460706471 -#time=1d196eb1d128000 +[Software\\Classes\\Shell.Application.1] 1526460533 +#time=1d3ecf2b7f3f5cc @="Shell Automation Service" -[Software\\Classes\\Shell.Application.1\\CLSID] 1460706471 -#time=1d196eb1d12806e +[Software\\Classes\\Shell.Application.1\\CLSID] 1526460533 +#time=1d3ecf2b7f3f64e @="{13709620-C279-11CE-A49E-444553540000}" -[Software\\Classes\\Shell.Explorer] 1460706471 -#time=1d196eb1cf6790a +[Software\\Classes\\Shell.Explorer] 1528075957 +#time=1d3fba3eba4d3ae @="Microsoft Web Browser" -[Software\\Classes\\Shell.Explorer\\CLSID] 1460706471 -#time=1d196eb1cf679f0 +[Software\\Classes\\Shell.Explorer\\CLSID] 1528075957 +#time=1d3fba3eba4d4d0 @="{8856F961-340A-11D0-A96B-00C04FD705A2}" -[Software\\Classes\\Shell.Explorer\\CurVer] 1460706471 -#time=1d196eb1cf67b30 +[Software\\Classes\\Shell.Explorer\\CurVer] 1528075957 +#time=1d3fba3eba4d660 @="Shell.Explorer.2" -[Software\\Classes\\Shell.Explorer.1] 1460706471 -#time=1d196eb1cdc0020 +[Software\\Classes\\Shell.Explorer.1] 1526460533 +#time=1d3ecf2b7a9bc8c @="Microsoft Web Browser Version 1" -[Software\\Classes\\Shell.Explorer.1\\CLSID] 1460706471 -#time=1d196eb1cdc0098 +[Software\\Classes\\Shell.Explorer.1\\CLSID] 1526460533 +#time=1d3ecf2b7a9bd22 @="{EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B}" -[Software\\Classes\\Shell.Explorer.2] 1460706471 -#time=1d196eb1cdc069c +[Software\\Classes\\Shell.Explorer.2] 1526460533 +#time=1d3ecf2b7a9c5a6 @="Microsoft Web Browser" -[Software\\Classes\\Shell.Explorer.2\\CLSID] 1460706471 -#time=1d196eb1cdc0714 +[Software\\Classes\\Shell.Explorer.2\\CLSID] 1526460533 +#time=1d3ecf2b7a9c650 @="{8856F961-340A-11D0-A96B-00C04FD705A2}" -[Software\\Classes\\Shell.UIHelper] 1460706471 -#time=1d196eb1cdc17d6 +[Software\\Classes\\Shell.UIHelper] 1526460533 +#time=1d3ecf2b7a9ddc0 @="Microsoft Shell UI Helper" -[Software\\Classes\\Shell.UIHelper\\CLSID] 1460706471 -#time=1d196eb1cdc1704 +[Software\\Classes\\Shell.UIHelper\\CLSID] 1526460533 +#time=1d3ecf2b7a9dc8a @="{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}" -[Software\\Classes\\Shell.UIHelper\\CurVer] 1460706471 -#time=1d196eb1cdc1844 +[Software\\Classes\\Shell.UIHelper\\CurVer] 1526460533 +#time=1d3ecf2b7a9de6a @="Shell.UIHelper.1" -[Software\\Classes\\Shell.UIHelper.1] 1460706471 -#time=1d196eb1cdc13ee +[Software\\Classes\\Shell.UIHelper.1] 1526460533 +#time=1d3ecf2b7a9d852 @="Microsoft Shell UI Helper" -[Software\\Classes\\Shell.UIHelper.1\\CLSID] 1460706471 -#time=1d196eb1cdc1466 +[Software\\Classes\\Shell.UIHelper.1\\CLSID] 1526460533 +#time=1d3ecf2b7a9d8fc @="{64AB4BB7-111E-11D1-8F79-00C04FC2FBE1}" -[Software\\Classes\\ShellNameSpace.ShellNameSpace] 1460706471 -#time=1d196eb1cdc1e5c +[Software\\Classes\\ShellNameSpace.ShellNameSpace] 1526460533 +#time=1d3ecf2b7a9e7e8 @="Shell Name Space" -[Software\\Classes\\ShellNameSpace.ShellNameSpace\\CLSID] 1460706471 -#time=1d196eb1cf692e6 +[Software\\Classes\\ShellNameSpace.ShellNameSpace\\CLSID] 1528075957 +#time=1d3fba3eba50720 @="{55136805-B2DE-11D1-B9F2-00A0C98BC547}" -[Software\\Classes\\ShellNameSpace.ShellNameSpace\\CurVer] 1460706471 -#time=1d196eb1cdc1ed4 +[Software\\Classes\\ShellNameSpace.ShellNameSpace\\CurVer] 1526460533 +#time=1d3ecf2b7a9e89c @="ShellNameSpace.ShellNameSpace.1" -[Software\\Classes\\ShellNameSpace.ShellNameSpace.1] 1460706471 -#time=1d196eb1cdc1a74 +[Software\\Classes\\ShellNameSpace.ShellNameSpace.1] 1526460533 +#time=1d3ecf2b7a9e2ca @="Shell Name Space" -[Software\\Classes\\ShellNameSpace.ShellNameSpace.1\\CLSID] 1460706471 -#time=1d196eb1cf69070 +[Software\\Classes\\ShellNameSpace.ShellNameSpace.1\\CLSID] 1528075957 +#time=1d3fba3eba503d8 @="{55136805-B2DE-11D1-B9F2-00A0C98BC547}" -[Software\\Classes\\StaticDib] 1460706471 -#time=1d196eb1d09032c +[Software\\Classes\\StaticDib] 1526460533 +#time=1d3ecf2b800e3fe @="Picture (Device Independent Bitmap)" -[Software\\Classes\\StaticDib\\CLSID] 1460706471 -#time=1d196eb1d09039a +[Software\\Classes\\StaticDib\\CLSID] 1526460533 +#time=1d3ecf2b800e480 @="{00000316-0000-0000-C000-000000000046}" -[Software\\Classes\\StaticMetafile] 1460706471 -#time=1d196eb1d09008e +[Software\\Classes\\StaticMetafile] 1526460533 +#time=1d3ecf2b800e0fc @="Picture (Metafile)" -[Software\\Classes\\StaticMetafile\\CLSID] 1460706471 -#time=1d196eb1d0900fc +[Software\\Classes\\StaticMetafile\\CLSID] 1526460533 +#time=1d3ecf2b800e17e @="{00000315-0000-0000-C000-000000000046}" -[Software\\Classes\\StdFont] 1460706471 -#time=1d196eb1d0aabd2 +[Software\\Classes\\StdFont] 1526460533 +#time=1d3ecf2b7bd6cb4 @="Standard Font" -[Software\\Classes\\StdFont\\CLSID] 1460706471 -#time=1d196eb1d0aac4a +[Software\\Classes\\StdFont\\CLSID] 1526460533 +#time=1d3ecf2b7bd6d36 @="{0BE35203-8F91-11CE-9DE3-00AA004BB851}" -[Software\\Classes\\StdPicture] 1460706471 -#time=1d196eb1d0ab136 +[Software\\Classes\\StdPicture] 1526460533 +#time=1d3ecf2b7bd72cc @="Standard Picture" -[Software\\Classes\\StdPicture\\CLSID] 1460706471 -#time=1d196eb1d0ab1a4 +[Software\\Classes\\StdPicture\\CLSID] 1526460533 +#time=1d3ecf2b7bd734e @="{0BE35204-8F91-11CE-9DE3-00AA004BB851}" -[Software\\Classes\\SymBinder] 1460706647 -#time=1d196eb858d293c +[Software\\Classes\\SymBinder] 1526460879 +#time=1d3ecf38663c4dc @="SymBinder" -[Software\\Classes\\SymBinder\\CLSID] 1460706647 -#time=1d196eb858d1a1e +[Software\\Classes\\SymBinder\\CLSID] 1526460879 +#time=1d3ecf38663ab14 @="{AA544D41-28CB-11D3-BD22-0000F80849BD}" -[Software\\Classes\\SymReader.dia] 1460706647 -#time=1d196eb858cf854 +[Software\\Classes\\SymReader.dia] 1526460879 +#time=1d3ecf38663737e @="Dia based SymReader" -[Software\\Classes\\SymReader.dia\\CLSID] 1460706647 -#time=1d196eb858cbf4c +[Software\\Classes\\SymReader.dia\\CLSID] 1526460879 +#time=1d3ecf38663231a @="{29C98DFC-AC6B-4788-BDDD-CA41D6D3704A}" -[Software\\Classes\\System.AccessViolationException] 1460706648 -#time=1d196eb86413c06 +[Software\\Classes\\System.AccessViolationException] 1526460882 +#time=1d3ecf387a3eb60 @="System.AccessViolationException" -[Software\\Classes\\System.AccessViolationException\\CLSID] 1460706648 -#time=1d196eb863385d4 +[Software\\Classes\\System.AccessViolationException\\CLSID] 1526460881 +#time=1d3ecf3878cdb1e @="{4C3EBFD5-FC72-33DC-BC37-9953EB25B8D7}" -[Software\\Classes\\System.AppDomainManager] 1460706648 -#time=1d196eb86407096 +[Software\\Classes\\System.AppDomainManager] 1526460882 +#time=1d3ecf387a27000 @="System.AppDomainManager" -[Software\\Classes\\System.AppDomainManager\\CLSID] 1460706648 -#time=1d196eb8640625e +[Software\\Classes\\System.AppDomainManager\\CLSID] 1526460882 +#time=1d3ecf387a25610 @="{C03880A5-0B5E-39AD-954A-CE0DCBD5EF7D}" -[Software\\Classes\\System.AppDomainSetup] 1460706647 -#time=1d196eb85cdced8 +[Software\\Classes\\System.AppDomainSetup] 1526460880 +#time=1d3ecf386d3e168 @="System.AppDomainSetup" -[Software\\Classes\\System.AppDomainSetup\\CLSID] 1460706647 -#time=1d196eb85cdbf74 +[Software\\Classes\\System.AppDomainSetup\\CLSID] 1526460880 +#time=1d3ecf386d3c386 @="{3E8E0F03-D3FD-3A93-BAE0-C74A6494DBCA}" -[Software\\Classes\\System.AppDomainUnloadedException] 1460706648 -#time=1d196eb860a4a98 +[Software\\Classes\\System.AppDomainUnloadedException] 1526460881 +#time=1d3ecf3874411a4 @="System.AppDomainUnloadedException" -[Software\\Classes\\System.AppDomainUnloadedException\\CLSID] 1460706648 -#time=1d196eb860a0c40 +[Software\\Classes\\System.AppDomainUnloadedException\\CLSID] 1526460881 +#time=1d3ecf387437df2 @="{61B3E12B-3586-3A58-A497-7ED7C4C794B9}" -[Software\\Classes\\System.ApplicationException] 1460706648 -#time=1d196eb86108a84 +[Software\\Classes\\System.ApplicationException] 1526460881 +#time=1d3ecf3875063e6 @="System.ApplicationException" -[Software\\Classes\\System.ApplicationException\\CLSID] 1460706648 -#time=1d196eb86105dc0 +[Software\\Classes\\System.ApplicationException\\CLSID] 1526460881 +#time=1d3ecf38750159e @="{682D63B8-1692-31BE-88CD-5CB1F79EDB7B}" -[Software\\Classes\\System.ArgumentException] 1460706648 -#time=1d196eb860888ac +[Software\\Classes\\System.ArgumentException] 1526460881 +#time=1d3ecf387406c8e @="System.ArgumentException" -[Software\\Classes\\System.ArgumentException\\CLSID] 1460706648 -#time=1d196eb86086a2a +[Software\\Classes\\System.ArgumentException\\CLSID] 1526460881 +#time=1d3ecf387402f80 @="{3FDCEEC6-B14B-37E2-BB69-ABC7CA0DA22F}" -[Software\\Classes\\System.ArgumentNullException] 1460706648 -#time=1d196eb8605fb5a +[Software\\Classes\\System.ArgumentNullException] 1526460881 +#time=1d3ecf3873bbd7e @="System.ArgumentNullException" -[Software\\Classes\\System.ArgumentNullException\\CLSID] 1460706648 -#time=1d196eb8605cff4 +[Software\\Classes\\System.ArgumentNullException\\CLSID] 1526460881 +#time=1d3ecf3873b6f7c @="{3BD1F243-9BC4-305D-9B1C-0D10C80329FC}" -[Software\\Classes\\System.ArgumentOutOfRangeException] 1460706648 -#time=1d196eb86037e34 +[Software\\Classes\\System.ArgumentOutOfRangeException] 1526460881 +#time=1d3ecf38736e57e @="System.ArgumentOutOfRangeException" -[Software\\Classes\\System.ArgumentOutOfRangeException\\CLSID] 1460706648 -#time=1d196eb860352f6 +[Software\\Classes\\System.ArgumentOutOfRangeException\\CLSID] 1526460881 +#time=1d3ecf387369592 @="{74BDD0B9-38D7-3FDA-A67E-D404EE684F24}" -[Software\\Classes\\System.ArithmeticException] 1460706648 -#time=1d196eb8600dfee +[Software\\Classes\\System.ArithmeticException] 1526460881 +#time=1d3ecf38732244e @="System.ArithmeticException" -[Software\\Classes\\System.ArithmeticException\\CLSID] 1460706648 -#time=1d196eb8600b4c4 +[Software\\Classes\\System.ArithmeticException\\CLSID] 1526460881 +#time=1d3ecf38731d070 @="{647053C3-1879-34D7-AE57-67015C91FC70}" -[Software\\Classes\\System.ArrayTypeMismatchException] 1460706647 -#time=1d196eb85fe3faa +[Software\\Classes\\System.ArrayTypeMismatchException] 1526460881 +#time=1d3ecf3872d6044 @="System.ArrayTypeMismatchException" -[Software\\Classes\\System.ArrayTypeMismatchException\\CLSID] 1460706647 -#time=1d196eb85fe14c6 +[Software\\Classes\\System.ArrayTypeMismatchException\\CLSID] 1526460881 +#time=1d3ecf3872d1260 @="{676E1164-752C-3A74-8D3F-BCD32A2026D6}" -[Software\\Classes\\System.BadImageFormatException] 1460706647 -#time=1d196eb85fbc766 +[Software\\Classes\\System.BadImageFormatException] 1526460881 +#time=1d3ecf38728aafe @="System.BadImageFormatException" -[Software\\Classes\\System.BadImageFormatException\\CLSID] 1460706647 -#time=1d196eb85fb9840 +[Software\\Classes\\System.BadImageFormatException\\CLSID] 1526460881 +#time=1d3ecf387285b76 @="{E9148312-A9BF-3A45-BBCA-350967FD78F5}" -[Software\\Classes\\System.CannotUnloadAppDomainException] 1460706647 -#time=1d196eb85f8964a +[Software\\Classes\\System.CannotUnloadAppDomainException] 1526460881 +#time=1d3ecf38723d542 @="System.CannotUnloadAppDomainException" -[Software\\Classes\\System.CannotUnloadAppDomainException\\CLSID] 1460706647 -#time=1d196eb85f86a1c +[Software\\Classes\\System.CannotUnloadAppDomainException\\CLSID] 1526460881 +#time=1d3ecf3872379e4 @="{29C69707-875F-3678-8F01-283094A2DFB1}" -[Software\\Classes\\System.Collections.ArrayList] 1460706647 -#time=1d196eb85b8e644 +[Software\\Classes\\System.Collections.ArrayList] 1526460880 +#time=1d3ecf386b31b0e @="System.Collections.ArrayList" -[Software\\Classes\\System.Collections.ArrayList\\CLSID] 1460706647 -#time=1d196eb85b8d88e +[Software\\Classes\\System.Collections.ArrayList\\CLSID] 1526460880 +#time=1d3ecf386b30254 @="{6896B49D-7AFB-34DC-934E-5ADD38EEEE39}" -[Software\\Classes\\System.Collections.CaseInsensitiveComparer] 1460706647 -#time=1d196eb85b849f0 +[Software\\Classes\\System.Collections.CaseInsensitiveComparer] 1526460880 +#time=1d3ecf386b1e860 @="System.Collections.CaseInsensitiveComparer" -[Software\\Classes\\System.Collections.CaseInsensitiveComparer\\CLSID] 1460706647 -#time=1d196eb85b83b04 +[Software\\Classes\\System.Collections.CaseInsensitiveComparer\\CLSID] 1526460880 +#time=1d3ecf386b1cf7e @="{35E946E4-7CDA-3824-8B24-D799A96309AD}" -[Software\\Classes\\System.Collections.CaseInsensitiveHashCodeProvider] 1460706647 -#time=1d196eb85b7ae14 +[Software\\Classes\\System.Collections.CaseInsensitiveHashCodeProvider] 1526460880 +#time=1d3ecf386b0c70a @="System.Collections.CaseInsensitiveHashCodeProvider" -[Software\\Classes\\System.Collections.CaseInsensitiveHashCodeProvider\\CLSID] 1460706647 -#time=1d196eb85b79f6e +[Software\\Classes\\System.Collections.CaseInsensitiveHashCodeProvider\\CLSID] 1526460880 +#time=1d3ecf386b0aeb4 @="{47D3C68D-7D85-3227-A9E7-88451D6BADFC}" -[Software\\Classes\\System.Collections.Generic.KeyNotFoundException] 1460706648 -#time=1d196eb863ef4a0 +[Software\\Classes\\System.Collections.Generic.KeyNotFoundException] 1526460882 +#time=1d3ecf3879fc4cc @="System.Collections.Generic.KeyNotFoundException" -[Software\\Classes\\System.Collections.Generic.KeyNotFoundException\\CLSID] 1460706648 -#time=1d196eb863ee6cc +[Software\\Classes\\System.Collections.Generic.KeyNotFoundException\\CLSID] 1526460882 +#time=1d3ecf3879faaf0 @="{0D52ABE3-3C93-3D94-A744-AC44850BACCD}" -[Software\\Classes\\System.Collections.Hashtable] 1460706647 -#time=1d196eb85b70c66 +[Software\\Classes\\System.Collections.Hashtable] 1526460880 +#time=1d3ecf386afb662 @="System.Collections.Hashtable" -[Software\\Classes\\System.Collections.Hashtable\\CLSID] 1460706647 -#time=1d196eb85b6fe10 +[Software\\Classes\\System.Collections.Hashtable\\CLSID] 1526460880 +#time=1d3ecf386af9e52 @="{146855FA-309F-3D0E-BB3E-DF525F30A715}" -[Software\\Classes\\System.Collections.Queue] 1460706647 -#time=1d196eb85b66fc2 +[Software\\Classes\\System.Collections.Queue] 1526460880 +#time=1d3ecf386ae8eea @="System.Collections.Queue" -[Software\\Classes\\System.Collections.Queue\\CLSID] 1460706647 -#time=1d196eb85b6600e +[Software\\Classes\\System.Collections.Queue\\CLSID] 1526460880 +#time=1d3ecf386ae7694 @="{7F976B72-4B71-3858-BEE8-8E3A3189A651}" -[Software\\Classes\\System.Collections.SortedList] 1460706647 -#time=1d196eb85b5ccc0 +[Software\\Classes\\System.Collections.SortedList] 1526460880 +#time=1d3ecf386ad65b0 @="System.Collections.SortedList" -[Software\\Classes\\System.Collections.SortedList\\CLSID] 1460706647 -#time=1d196eb85b5bee2 +[Software\\Classes\\System.Collections.SortedList\\CLSID] 1526460880 +#time=1d3ecf386ad4cb0 @="{026CC6D7-34B2-33D5-B551-CA31EB6CE345}" -[Software\\Classes\\System.Collections.Stack] 1460706647 -#time=1d196eb85b52c98 +[Software\\Classes\\System.Collections.Stack] 1526460880 +#time=1d3ecf386ac42ac @="System.Collections.Stack" -[Software\\Classes\\System.Collections.Stack\\CLSID] 1460706647 -#time=1d196eb85b51f78 +[Software\\Classes\\System.Collections.Stack\\CLSID] 1526460880 +#time=1d3ecf386ac2a9c @="{4599202D-460F-3FB7-8A1C-C2CC6ED6C7C8}" -[Software\\Classes\\System.ContextMarshalException] 1460706647 -#time=1d196eb85f3908c +[Software\\Classes\\System.ContextMarshalException] 1526460881 +#time=1d3ecf387194910 @="System.ContextMarshalException" -[Software\\Classes\\System.ContextMarshalException\\CLSID] 1460706647 -#time=1d196eb85f364d6 +[Software\\Classes\\System.ContextMarshalException\\CLSID] 1526460881 +#time=1d3ecf38718ee8e @="{CBEAA915-4D2C-3F77-98E8-A258B0FD3CEF}" -[Software\\Classes\\System.ContextStaticAttribute] 1460706647 -#time=1d196eb85f0b6e6 +[Software\\Classes\\System.ContextStaticAttribute] 1526460881 +#time=1d3ecf38713d76e @="System.ContextStaticAttribute" -[Software\\Classes\\System.ContextStaticAttribute\\CLSID] 1460706647 -#time=1d196eb85f08d10 +[Software\\Classes\\System.ContextStaticAttribute\\CLSID] 1526460881 +#time=1d3ecf38713677a @="{96705EE3-F7AB-3E9A-9FB2-AD1D536E901A}" -[Software\\Classes\\System.Data.SqlClient.SQLDebugging] 1460706647 -#time=1d196eb858a28f4 +[Software\\Classes\\System.Data.SqlClient.SQLDebugging] 1526460879 +#time=1d3ecf3865f09ce @="System.Data.SqlClient.SQLDebugging" -[Software\\Classes\\System.Data.SqlClient.SQLDebugging\\CLSID] 1460706647 -#time=1d196eb858a05ae +[Software\\Classes\\System.Data.SqlClient.SQLDebugging\\CLSID] 1526460879 +#time=1d3ecf3865ed206 @="{AFEF65AD-4577-447A-A148-83ACADD3D4B9}" -[Software\\Classes\\System.DataMisalignedException] 1460706648 -#time=1d196eb863477c8 +[Software\\Classes\\System.DataMisalignedException] 1526460881 +#time=1d3ecf3878de946 @="System.DataMisalignedException" -[Software\\Classes\\System.DataMisalignedException\\CLSID] 1460706648 -#time=1d196eb863479e4 +[Software\\Classes\\System.DataMisalignedException\\CLSID] 1526460881 +#time=1d3ecf3878deb12 @="{AAD4BDD3-81AA-3ABC-B53B-D904D25BC01E}" -[Software\\Classes\\System.Diagnostics.Debugger] 1460706647 -#time=1d196eb85b49148 +[Software\\Classes\\System.Diagnostics.Debugger] 1526460880 +#time=1d3ecf386ab37fe @="System.Diagnostics.Debugger" -[Software\\Classes\\System.Diagnostics.Debugger\\CLSID] 1460706647 -#time=1d196eb85b48356 +[Software\\Classes\\System.Diagnostics.Debugger\\CLSID] 1526460880 +#time=1d3ecf386ab195e @="{91F672A3-6B82-3E04-B2D7-BAC5D6676609}" -[Software\\Classes\\System.Diagnostics.DebuggerHiddenAttribute] 1460706647 -#time=1d196eb85b3428e +[Software\\Classes\\System.Diagnostics.DebuggerHiddenAttribute] 1526460880 +#time=1d3ecf386a8c366 @="System.Diagnostics.DebuggerHiddenAttribute" -[Software\\Classes\\System.Diagnostics.DebuggerHiddenAttribute\\CLSID] 1460706647 -#time=1d196eb85b33258 +[Software\\Classes\\System.Diagnostics.DebuggerHiddenAttribute\\CLSID] 1526460880 +#time=1d3ecf386a89db4 @="{41970D73-92F6-36D9-874D-3BD0762A0D6F}" -[Software\\Classes\\System.Diagnostics.DebuggerNonUserCodeAttribute] 1460706648 -#time=1d196eb863dff00 +[Software\\Classes\\System.Diagnostics.DebuggerNonUserCodeAttribute] 1526460882 +#time=1d3ecf3879df872 @="System.Diagnostics.DebuggerNonUserCodeAttribute" -[Software\\Classes\\System.Diagnostics.DebuggerNonUserCodeAttribute\\CLSID] 1460706648 -#time=1d196eb863df190 +[Software\\Classes\\System.Diagnostics.DebuggerNonUserCodeAttribute\\CLSID] 1526460882 +#time=1d3ecf3879ddc3e @="{29625281-51CE-3F8A-AC4D-E360CACB92E2}" -[Software\\Classes\\System.Diagnostics.DebuggerStepperBoundaryAttribute] 1460706648 -#time=1d196eb863e7886 +[Software\\Classes\\System.Diagnostics.DebuggerStepperBoundaryAttribute] 1526460882 +#time=1d3ecf3879ee8cc @="System.Diagnostics.DebuggerStepperBoundaryAttribute" -[Software\\Classes\\System.Diagnostics.DebuggerStepperBoundaryAttribute\\CLSID] 1460706648 -#time=1d196eb863e6a9e +[Software\\Classes\\System.Diagnostics.DebuggerStepperBoundaryAttribute\\CLSID] 1526460882 +#time=1d3ecf3879ed0bc @="{1B979846-AAEB-314B-8E63-D44EF1CB9EFC}" -[Software\\Classes\\System.Diagnostics.DebuggerStepThroughAttribute] 1460706647 -#time=1d196eb85b3ecfc +[Software\\Classes\\System.Diagnostics.DebuggerStepThroughAttribute] 1526460880 +#time=1d3ecf386aa25c6 @="System.Diagnostics.DebuggerStepThroughAttribute" -[Software\\Classes\\System.Diagnostics.DebuggerStepThroughAttribute\\CLSID] 1460706647 -#time=1d196eb85b3de74 +[Software\\Classes\\System.Diagnostics.DebuggerStepThroughAttribute\\CLSID] 1526460880 +#time=1d3ecf386a9fb64 @="{93F551D6-2F9E-301B-BE63-85AEF508CAE0}" -[Software\\Classes\\System.Diagnostics.StackFrame] 1460706647 -#time=1d196eb85b1ddfe +[Software\\Classes\\System.Diagnostics.StackFrame] 1526460880 +#time=1d3ecf386a6370e @="System.Diagnostics.StackFrame" -[Software\\Classes\\System.Diagnostics.StackFrame\\CLSID] 1460706647 -#time=1d196eb85b1d002 +[Software\\Classes\\System.Diagnostics.StackFrame\\CLSID] 1526460880 +#time=1d3ecf386a6127e @="{14910622-09D4-3B4A-8C1E-9991DBDCC553}" -[Software\\Classes\\System.Diagnostics.StackTrace] 1460706647 -#time=1d196eb85b27b2e +[Software\\Classes\\System.Diagnostics.StackTrace] 1526460880 +#time=1d3ecf386a76aca @="System.Diagnostics.StackTrace" -[Software\\Classes\\System.Diagnostics.StackTrace\\CLSID] 1460706647 -#time=1d196eb85b26cd8 +[Software\\Classes\\System.Diagnostics.StackTrace\\CLSID] 1526460880 +#time=1d3ecf386a74e8c @="{405C2D81-315B-3CB0-8442-EF5A38D4C3B8}" -[Software\\Classes\\System.Diagnostics.SymbolStore.SymDocumentType] 1460706647 -#time=1d196eb85b13b42 +[Software\\Classes\\System.Diagnostics.SymbolStore.SymDocumentType] 1526460880 +#time=1d3ecf386a4c7d4 @="System.Diagnostics.SymbolStore.SymDocumentType" -[Software\\Classes\\System.Diagnostics.SymbolStore.SymDocumentType\\CLSID] 1460706647 -#time=1d196eb85b12ddc +[Software\\Classes\\System.Diagnostics.SymbolStore.SymDocumentType\\CLSID] 1526460880 +#time=1d3ecf386a4a8f8 @="{40AE2088-CE00-33AD-9320-5D201CB46FC9}" -[Software\\Classes\\System.Diagnostics.SymbolStore.SymLanguageType] 1460706647 -#time=1d196eb85b09ef8 +[Software\\Classes\\System.Diagnostics.SymbolStore.SymLanguageType] 1526460880 +#time=1d3ecf386a387f2 @="System.Diagnostics.SymbolStore.SymLanguageType" -[Software\\Classes\\System.Diagnostics.SymbolStore.SymLanguageType\\CLSID] 1460706647 -#time=1d196eb85b09160 +[Software\\Classes\\System.Diagnostics.SymbolStore.SymLanguageType\\CLSID] 1526460880 +#time=1d3ecf386a366f0 @="{5A18D43E-115B-3B8B-8245-9A06B204B717}" -[Software\\Classes\\System.Diagnostics.SymbolStore.SymLanguageVendor] 1460706647 -#time=1d196eb85b00448 +[Software\\Classes\\System.Diagnostics.SymbolStore.SymLanguageVendor] 1526460880 +#time=1d3ecf386a22e48 @="System.Diagnostics.SymbolStore.SymLanguageVendor" -[Software\\Classes\\System.Diagnostics.SymbolStore.SymLanguageVendor\\CLSID] 1460706647 -#time=1d196eb85aff6a6 +[Software\\Classes\\System.Diagnostics.SymbolStore.SymLanguageVendor\\CLSID] 1526460880 +#time=1d3ecf386a21084 @="{DFD888A7-A6B0-3B1B-985E-4CDAB0E4C17D}" -[Software\\Classes\\System.DivideByZeroException] 1460706647 -#time=1d196eb85ee37e0 +[Software\\Classes\\System.DivideByZeroException] 1526460881 +#time=1d3ecf3870dd904 @="System.DivideByZeroException" -[Software\\Classes\\System.DivideByZeroException\\CLSID] 1460706647 -#time=1d196eb85ee0ce8 +[Software\\Classes\\System.DivideByZeroException\\CLSID] 1526460881 +#time=1d3ecf3870d754a @="{F6914A11-D95D-324F-BA0F-39A374625290}" -[Software\\Classes\\System.DllNotFoundException] 1460706647 -#time=1d196eb85e2c6a8 +[Software\\Classes\\System.DllNotFoundException] 1526460880 +#time=1d3ecf386f96df2 @="System.DllNotFoundException" -[Software\\Classes\\System.DllNotFoundException\\CLSID] 1460706647 -#time=1d196eb85e29c78 +[Software\\Classes\\System.DllNotFoundException\\CLSID] 1526460880 +#time=1d3ecf386f92068 @="{46E97093-B2EC-3787-A9A5-470D1A27417C}" -[Software\\Classes\\System.DuplicateWaitObjectException] 1460706647 -#time=1d196eb85ebc4e2 +[Software\\Classes\\System.DuplicateWaitObjectException] 1526460881 +#time=1d3ecf38708d7f6 @="System.DuplicateWaitObjectException" -[Software\\Classes\\System.DuplicateWaitObjectException\\CLSID] 1460706647 -#time=1d196eb85eb98e6 +[Software\\Classes\\System.DuplicateWaitObjectException\\CLSID] 1526460881 +#time=1d3ecf387088d64 @="{CC20C6DF-A054-3F09-A5F5-A3B5A25F4CE6}" -[Software\\Classes\\System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor] 1460706647 -#time=1d196eb85a2f33e +[Software\\Classes\\System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor] 1526460880 +#time=1d3ecf3868bbeb0 @="System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor" -[Software\\Classes\\System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor\\CLSID] 1460706647 -#time=1d196eb85a2d52a +[Software\\Classes\\System.EnterpriseServices.CompensatingResourceManager.ClerkMonitor\\CLSID] 1526460880 +#time=1d3ecf3868b7572 @="{6C1C243A-2146-3342-8078-AC4BFB9DB4E9}" -[Software\\Classes\\System.EnterpriseServices.CompensatingResourceManager.Compensator] 1460706647 -#time=1d196eb85a3e35c +[Software\\Classes\\System.EnterpriseServices.CompensatingResourceManager.Compensator] 1526460880 +#time=1d3ecf3868d58f6 @="System.EnterpriseServices.CompensatingResourceManager.Compensator" -[Software\\Classes\\System.EnterpriseServices.CompensatingResourceManager.Compensator\\CLSID] 1460706647 -#time=1d196eb85a3d27c +[Software\\Classes\\System.EnterpriseServices.CompensatingResourceManager.Compensator\\CLSID] 1526460880 +#time=1d3ecf3868d3fa6 @="{AB558A90-77EC-3C9A-A7E3-7B2260890A84}" -[Software\\Classes\\System.EnterpriseServices.Internal.AppDomainHelper] 1460706647 -#time=1d196eb85a104ca +[Software\\Classes\\System.EnterpriseServices.Internal.AppDomainHelper] 1526460880 +#time=1d3ecf38688306a @="System.EnterpriseServices.Internal.AppDomainHelper" -[Software\\Classes\\System.EnterpriseServices.Internal.AppDomainHelper\\CLSID] 1460706647 -#time=1d196eb85a0e90e +[Software\\Classes\\System.EnterpriseServices.Internal.AppDomainHelper\\CLSID] 1526460880 +#time=1d3ecf38687ff6e @="{EF24F689-14F8-4D92-B4AF-D7B1F0E70FD4}" -[Software\\Classes\\System.EnterpriseServices.Internal.AssemblyLocator] 1460706647 -#time=1d196eb85a20438 +[Software\\Classes\\System.EnterpriseServices.Internal.AssemblyLocator] 1526460880 +#time=1d3ecf3868a0dc2 @="System.EnterpriseServices.Internal.AssemblyLocator" -[Software\\Classes\\System.EnterpriseServices.Internal.AssemblyLocator\\CLSID] 1460706647 -#time=1d196eb85a1f5a6 +[Software\\Classes\\System.EnterpriseServices.Internal.AssemblyLocator\\CLSID] 1526460880 +#time=1d3ecf38689f3be @="{458AA3B5-265A-4B75-BC05-9BEA4630CF18}" -[Software\\Classes\\System.EnterpriseServices.Internal.ClientRemotingConfig] 1460706647 -#time=1d196eb859dcec2 +[Software\\Classes\\System.EnterpriseServices.Internal.ClientRemotingConfig] 1526460880 +#time=1d3ecf386833b8c @="System.EnterpriseServices.Internal.ClientRemotingConfig" -[Software\\Classes\\System.EnterpriseServices.Internal.ClientRemotingConfig\\CLSID] 1460706647 -#time=1d196eb859dc0e4 +[Software\\Classes\\System.EnterpriseServices.Internal.ClientRemotingConfig\\CLSID] 1526460880 +#time=1d3ecf386832368 @="{E7D574D5-2E51-3400-9FB6-A058F2D5B8AB}" -[Software\\Classes\\System.EnterpriseServices.Internal.ClrObjectFactory] 1460706647 -#time=1d196eb8598c7b0 +[Software\\Classes\\System.EnterpriseServices.Internal.ClrObjectFactory] 1526460880 +#time=1d3ecf3867ad190 @="System.EnterpriseServices.Internal.ClrObjectFactory" -[Software\\Classes\\System.EnterpriseServices.Internal.ClrObjectFactory\\CLSID] 1460706647 -#time=1d196eb8598a7bc +[Software\\Classes\\System.EnterpriseServices.Internal.ClrObjectFactory\\CLSID] 1526460880 +#time=1d3ecf3867a9c0c @="{ECABAFD1-7F19-11D2-978E-0000F8757E2A}" -[Software\\Classes\\System.EnterpriseServices.Internal.ComManagedImportUtil] 1460706647 -#time=1d196eb85a0395a +[Software\\Classes\\System.EnterpriseServices.Internal.ComManagedImportUtil] 1526460880 +#time=1d3ecf38686d06c @="System.EnterpriseServices.Internal.ComManagedImportUtil" -[Software\\Classes\\System.EnterpriseServices.Internal.ComManagedImportUtil\\CLSID] 1460706647 -#time=1d196eb85a01b96 +[Software\\Classes\\System.EnterpriseServices.Internal.ComManagedImportUtil\\CLSID] 1526460880 +#time=1d3ecf386869b60 @="{3B0398C9-7812-4007-85CB-18C771F2206F}" -[Software\\Classes\\System.EnterpriseServices.Internal.ComSoapPublishError] 1460706647 -#time=1d196eb859edeac +[Software\\Classes\\System.EnterpriseServices.Internal.ComSoapPublishError] 1526460880 +#time=1d3ecf38684c6aa @="System.EnterpriseServices.Internal.ComSoapPublishError" -[Software\\Classes\\System.EnterpriseServices.Internal.ComSoapPublishError\\CLSID] 1460706647 -#time=1d196eb859eced0 +[Software\\Classes\\System.EnterpriseServices.Internal.ComSoapPublishError\\CLSID] 1526460880 +#time=1d3ecf38684ad96 @="{B0F64827-79BB-3163-B1AB-A2EA0E1FDA23}" -[Software\\Classes\\System.EnterpriseServices.Internal.GenerateMetadata] 1460706647 -#time=1d196eb8599c142 +[Software\\Classes\\System.EnterpriseServices.Internal.GenerateMetadata] 1526460880 +#time=1d3ecf3867c9cdc @="System.EnterpriseServices.Internal.GenerateMetadata" -[Software\\Classes\\System.EnterpriseServices.Internal.GenerateMetadata\\CLSID] 1460706647 -#time=1d196eb8599b328 +[Software\\Classes\\System.EnterpriseServices.Internal.GenerateMetadata\\CLSID] 1526460880 +#time=1d3ecf3867c82ba @="{D8013FF1-730B-45E2-BA24-874B7242C425}" -[Software\\Classes\\System.EnterpriseServices.Internal.IISVirtualRoot] 1460706647 -#time=1d196eb859bb9a2 +[Software\\Classes\\System.EnterpriseServices.Internal.IISVirtualRoot] 1526460880 +#time=1d3ecf3867ff832 @="System.EnterpriseServices.Internal.IISVirtualRoot" -[Software\\Classes\\System.EnterpriseServices.Internal.IISVirtualRoot\\CLSID] 1460706647 -#time=1d196eb859b9bca +[Software\\Classes\\System.EnterpriseServices.Internal.IISVirtualRoot\\CLSID] 1526460880 +#time=1d3ecf3867fbfde @="{D8013EF1-730B-45E2-BA24-874B7242C425}" -[Software\\Classes\\System.EnterpriseServices.Internal.Publish] 1460706647 -#time=1d196eb859aa65c +[Software\\Classes\\System.EnterpriseServices.Internal.Publish] 1526460880 +#time=1d3ecf3867e14f4 @="System.EnterpriseServices.Internal.Publish" -[Software\\Classes\\System.EnterpriseServices.Internal.Publish\\CLSID] 1460706647 -#time=1d196eb859a9856 +[Software\\Classes\\System.EnterpriseServices.Internal.Publish\\CLSID] 1526460880 +#time=1d3ecf3867dfcda @="{D8013EEF-730B-45E2-BA24-874B7242C425}" -[Software\\Classes\\System.EnterpriseServices.Internal.ServerWebConfig] 1460706647 -#time=1d196eb859cc964 +[Software\\Classes\\System.EnterpriseServices.Internal.ServerWebConfig] 1526460880 +#time=1d3ecf386818684 @="System.EnterpriseServices.Internal.ServerWebConfig" -[Software\\Classes\\System.EnterpriseServices.Internal.ServerWebConfig\\CLSID] 1460706647 -#time=1d196eb859cba14 +[Software\\Classes\\System.EnterpriseServices.Internal.ServerWebConfig\\CLSID] 1526460880 +#time=1d3ecf386816b5e @="{31D353B3-0A0A-3986-9B20-3EC4EE90B389}" -[Software\\Classes\\System.EnterpriseServices.Internal.SoapClientImport] 1460706647 -#time=1d196eb8596d75c +[Software\\Classes\\System.EnterpriseServices.Internal.SoapClientImport] 1526460880 +#time=1d3ecf386776abe @="System.EnterpriseServices.Internal.SoapClientImport" -[Software\\Classes\\System.EnterpriseServices.Internal.SoapClientImport\\CLSID] 1460706647 -#time=1d196eb8596bbb4 +[Software\\Classes\\System.EnterpriseServices.Internal.SoapClientImport\\CLSID] 1526460880 +#time=1d3ecf3867707fe @="{346D5B9F-45E1-45C0-AADF-1B7D221E9063}" -[Software\\Classes\\System.EnterpriseServices.Internal.SoapServerTlb] 1460706647 -#time=1d196eb8594faae +[Software\\Classes\\System.EnterpriseServices.Internal.SoapServerTlb] 1526460880 +#time=1d3ecf386739d76 @="System.EnterpriseServices.Internal.SoapServerTlb" -[Software\\Classes\\System.EnterpriseServices.Internal.SoapServerTlb\\CLSID] 1460706647 -#time=1d196eb8594ecb2 +[Software\\Classes\\System.EnterpriseServices.Internal.SoapServerTlb\\CLSID] 1526460880 +#time=1d3ecf3867374e0 @="{F6B6768F-F99E-4152-8ED2-0412F78517FB}" -[Software\\Classes\\System.EnterpriseServices.Internal.SoapServerVRoot] 1460706647 -#time=1d196eb8597dbe8 +[Software\\Classes\\System.EnterpriseServices.Internal.SoapServerVRoot] 1526460880 +#time=1d3ecf38679250c @="System.EnterpriseServices.Internal.SoapServerVRoot" -[Software\\Classes\\System.EnterpriseServices.Internal.SoapServerVRoot\\CLSID] 1460706647 -#time=1d196eb8597cd88 +[Software\\Classes\\System.EnterpriseServices.Internal.SoapServerVRoot\\CLSID] 1526460880 +#time=1d3ecf386790d06 @="{CAA817CC-0C04-4D22-A05C-2B7E162F4E8F}" -[Software\\Classes\\System.EnterpriseServices.Internal.SoapUtility] 1460706647 -#time=1d196eb85960fe8 +[Software\\Classes\\System.EnterpriseServices.Internal.SoapUtility] 1526460880 +#time=1d3ecf38675e090 @="System.EnterpriseServices.Internal.SoapUtility" -[Software\\Classes\\System.EnterpriseServices.Internal.SoapUtility\\CLSID] 1460706647 -#time=1d196eb8595f2b0 +[Software\\Classes\\System.EnterpriseServices.Internal.SoapUtility\\CLSID] 1526460880 +#time=1d3ecf38675a4fe @="{5F9A955F-AA55-4127-A32B-33496AA8A44E}" -[Software\\Classes\\System.EnterpriseServices.RegistrationConfig] 1460706647 -#time=1d196eb85a6e124 +[Software\\Classes\\System.EnterpriseServices.RegistrationConfig] 1526460880 +#time=1d3ecf386922dfe @="System.EnterpriseServices.RegistrationConfig" -[Software\\Classes\\System.EnterpriseServices.RegistrationConfig\\CLSID] 1460706647 -#time=1d196eb85a6b884 +[Software\\Classes\\System.EnterpriseServices.RegistrationConfig\\CLSID] 1526460880 +#time=1d3ecf38691fdde @="{36DCDA30-DC3B-4D93-BE42-90B2D74C64E7}" -[Software\\Classes\\System.EnterpriseServices.RegistrationHelper] 1460706647 -#time=1d196eb85a5b1be +[Software\\Classes\\System.EnterpriseServices.RegistrationHelper] 1526460880 +#time=1d3ecf38690aee8 @="System.EnterpriseServices.RegistrationHelper" -[Software\\Classes\\System.EnterpriseServices.RegistrationHelper\\CLSID] 1460706647 -#time=1d196eb85a59472 +[Software\\Classes\\System.EnterpriseServices.RegistrationHelper\\CLSID] 1526460880 +#time=1d3ecf3869064d8 @="{89A86E7B-C229-4008-9BAA-2F5C8411D7E0}" -[Software\\Classes\\System.EnterpriseServices.RegistrationHelperTx] 1460706647 -#time=1d196eb85a4b5b6 +[Software\\Classes\\System.EnterpriseServices.RegistrationHelperTx] 1526460880 +#time=1d3ecf3868ee252 @="System.EnterpriseServices.RegistrationHelperTx" -[Software\\Classes\\System.EntryPointNotFoundException] 1460706647 -#time=1d196eb85e58262 +[Software\\Classes\\System.EntryPointNotFoundException] 1526460880 +#time=1d3ecf386fdef58 @="System.EntryPointNotFoundException" -[Software\\Classes\\System.EntryPointNotFoundException\\CLSID] 1460706647 -#time=1d196eb85e557a6 +[Software\\Classes\\System.EntryPointNotFoundException\\CLSID] 1526460880 +#time=1d3ecf386fd8f4a @="{AD326409-BF80-3E0C-BA6F-EE2C33B675A5}" -[Software\\Classes\\System.EventArgs] 1460706648 -#time=1d196eb860df648 +[Software\\Classes\\System.EventArgs] 1526460881 +#time=1d3ecf3874bb8c8 @="System.EventArgs" -[Software\\Classes\\System.EventArgs\\CLSID] 1460706648 -#time=1d196eb860d7aa6 +[Software\\Classes\\System.EventArgs\\CLSID] 1526460881 +#time=1d3ecf3874adbf6 @="{3FB717AF-9D21-3016-871A-DF817ABDDD51}" -[Software\\Classes\\System.Exception] 1460706648 -#time=1d196eb861a4cb8 +[Software\\Classes\\System.Exception] 1526460881 +#time=1d3ecf38761f0fc @="System.Exception" -[Software\\Classes\\System.Exception\\CLSID] 1460706648 -#time=1d196eb861a1e78 +[Software\\Classes\\System.Exception\\CLSID] 1526460881 +#time=1d3ecf38761a246 @="{A1C0A095-DF97-3441-BFC1-C9F194E494DB}" -[Software\\Classes\\System.ExecutionEngineException] 1460706648 -#time=1d196eb8613aeb2 +[Software\\Classes\\System.ExecutionEngineException] 1526460881 +#time=1d3ecf3875610fc @="System.ExecutionEngineException" -[Software\\Classes\\System.ExecutionEngineException\\CLSID] 1460706648 -#time=1d196eb86139224 +[Software\\Classes\\System.ExecutionEngineException\\CLSID] 1526460881 +#time=1d3ecf38755dfb0 @="{E786FB32-B659-3D96-94C4-E1A9FC037868}" -[Software\\Classes\\System.FieldAccessException] 1460706647 -#time=1d196eb85e04a90 +[Software\\Classes\\System.FieldAccessException] 1526460880 +#time=1d3ecf386f4e8e0 @="System.FieldAccessException" -[Software\\Classes\\System.FieldAccessException\\CLSID] 1460706647 -#time=1d196eb85e01430 +[Software\\Classes\\System.FieldAccessException\\CLSID] 1526460880 +#time=1d3ecf386f49016 @="{BDA7BEE5-85F1-3B66-B610-DDF1D5898006}" -[Software\\Classes\\System.FlagsAttribute] 1460706647 -#time=1d196eb85ddc41e +[Software\\Classes\\System.FlagsAttribute] 1526460880 +#time=1d3ecf386f051b8 @="System.FlagsAttribute" -[Software\\Classes\\System.FlagsAttribute\\CLSID] 1460706647 -#time=1d196eb85dd976e +[Software\\Classes\\System.FlagsAttribute\\CLSID] 1526460880 +#time=1d3ecf386f007b2 @="{66CE75D4-0334-3CA6-BCA8-CE9AF28A4396}" -[Software\\Classes\\System.FormatException] 1460706647 -#time=1d196eb85db36a4 +[Software\\Classes\\System.FormatException] 1526460880 +#time=1d3ecf386ebc706 @="System.FormatException" -[Software\\Classes\\System.FormatException\\CLSID] 1460706647 -#time=1d196eb85db0922 +[Software\\Classes\\System.FormatException\\CLSID] 1526460880 +#time=1d3ecf386eb7d1e @="{964AA3BD-4B12-3E23-9D7F-99342AFAE812}" -[Software\\Classes\\System.Globalization.DateTimeFormatInfo] 1460706647 -#time=1d196eb85a84942 +[Software\\Classes\\System.Globalization.DateTimeFormatInfo] 1526460880 +#time=1d3ecf386948018 @="System.Globalization.DateTimeFormatInfo" -[Software\\Classes\\System.Globalization.DateTimeFormatInfo\\CLSID] 1460706647 -#time=1d196eb85a83b96 +[Software\\Classes\\System.Globalization.DateTimeFormatInfo\\CLSID] 1526460880 +#time=1d3ecf3869467ae @="{70A738D1-1BC5-3175-BD42-603E2B82C08B}" -[Software\\Classes\\System.Globalization.GregorianCalendar] 1460706647 -#time=1d196eb85a7ae74 +[Software\\Classes\\System.Globalization.GregorianCalendar] 1526460880 +#time=1d3ecf386936dcc @="System.Globalization.GregorianCalendar" -[Software\\Classes\\System.Globalization.GregorianCalendar\\CLSID] 1460706647 -#time=1d196eb85a7a014 +[Software\\Classes\\System.Globalization.GregorianCalendar\\CLSID] 1526460880 +#time=1d3ecf3869355b2 @="{68F8AEA9-1968-35B9-8A0E-6FDC637A4F8E}" -[Software\\Classes\\System.Globalization.HebrewCalendar] 1460706647 -#time=1d196eb85a6c8a6 +[Software\\Classes\\System.Globalization.HebrewCalendar] 1526460880 +#time=1d3ecf3869215ee @="System.Globalization.HebrewCalendar" -[Software\\Classes\\System.Globalization.HebrewCalendar\\CLSID] 1460706647 -#time=1d196eb85a6944e +[Software\\Classes\\System.Globalization.HebrewCalendar\\CLSID] 1526460880 +#time=1d3ecf38691ca08 @="{2206D773-CA1C-3258-9456-CEB7706C3710}" -[Software\\Classes\\System.Globalization.HijriCalendar] 1460706647 -#time=1d196eb85a4a79c +[Software\\Classes\\System.Globalization.HijriCalendar] 1526460880 +#time=1d3ecf3868ec88a @="System.Globalization.HijriCalendar" -[Software\\Classes\\System.Globalization.HijriCalendar\\CLSID] 1460706647 -#time=1d196eb85a48aa0 +[Software\\Classes\\System.Globalization.HijriCalendar\\CLSID] 1526460880 +#time=1d3ecf3868e9608 @="{EE832CE3-06CA-33EF-8F01-61C7C218BD7E}" -[Software\\Classes\\System.Globalization.JapaneseCalendar] 1460706647 -#time=1d196eb85a2c67a +[Software\\Classes\\System.Globalization.JapaneseCalendar] 1526460880 +#time=1d3ecf3868b574a @="System.Globalization.JapaneseCalendar" -[Software\\Classes\\System.Globalization.JapaneseCalendar\\CLSID] 1460706647 -#time=1d196eb85a2aa50 +[Software\\Classes\\System.Globalization.JapaneseCalendar\\CLSID] 1526460880 +#time=1d3ecf3868b22a2 @="{374050DD-6190-3257-8812-8230BF095147}" -[Software\\Classes\\System.Globalization.JulianCalendar] 1460706647 -#time=1d196eb85a0f70a +[Software\\Classes\\System.Globalization.JulianCalendar] 1526460880 +#time=1d3ecf386881814 @="System.Globalization.JulianCalendar" -[Software\\Classes\\System.Globalization.JulianCalendar\\CLSID] 1460706647 -#time=1d196eb85a0baa6 +[Software\\Classes\\System.Globalization.JulianCalendar\\CLSID] 1526460880 +#time=1d3ecf38687b13a @="{5C3E6CE8-B218-3762-883C-91BC987CDC2D}" -[Software\\Classes\\System.Globalization.KoreanCalendar] 1460706647 -#time=1d196eb859ebbc0 +[Software\\Classes\\System.Globalization.KoreanCalendar] 1526460880 +#time=1d3ecf386849432 @="System.Globalization.KoreanCalendar" -[Software\\Classes\\System.Globalization.KoreanCalendar\\CLSID] 1460706647 -#time=1d196eb859e7c96 +[Software\\Classes\\System.Globalization.KoreanCalendar\\CLSID] 1526460880 +#time=1d3ecf386846138 @="{1A06A4DC-E239-3717-89E1-D0683F3A5320}" -[Software\\Classes\\System.Globalization.NumberFormatInfo] 1460706647 -#time=1d196eb8596c960 +[Software\\Classes\\System.Globalization.NumberFormatInfo] 1526460880 +#time=1d3ecf386773904 @="System.Globalization.NumberFormatInfo" -[Software\\Classes\\System.Globalization.NumberFormatInfo\\CLSID] 1460706647 -#time=1d196eb85968c98 +[Software\\Classes\\System.Globalization.NumberFormatInfo\\CLSID] 1526460880 +#time=1d3ecf38676b538 @="{146A47AB-A2CF-3587-BB25-2B286D7566B4}" -[Software\\Classes\\System.Globalization.StringInfo] 1460706647 -#time=1d196eb859caa2e +[Software\\Classes\\System.Globalization.StringInfo] 1526460880 +#time=1d3ecf386813af8 @="System.Globalization.StringInfo" -[Software\\Classes\\System.Globalization.StringInfo\\CLSID] 1460706647 -#time=1d196eb859c77a2 +[Software\\Classes\\System.Globalization.StringInfo\\CLSID] 1526460880 +#time=1d3ecf38680e62a @="{31C967B5-2F8A-3957-9C6D-34A0731DB36C}" -[Software\\Classes\\System.Globalization.TaiwanCalendar] 1460706647 -#time=1d196eb859a8866 +[Software\\Classes\\System.Globalization.TaiwanCalendar] 1526460880 +#time=1d3ecf3867de2f4 @="System.Globalization.TaiwanCalendar" -[Software\\Classes\\System.Globalization.TaiwanCalendar\\CLSID] 1460706647 -#time=1d196eb859a6214 +[Software\\Classes\\System.Globalization.TaiwanCalendar\\CLSID] 1526460880 +#time=1d3ecf3867db0fe @="{769B8B68-64F7-3B61-B744-160A9FCC3216}" -[Software\\Classes\\System.Globalization.ThaiBuddhistCalendar] 1460706647 -#time=1d196eb85989902 +[Software\\Classes\\System.Globalization.ThaiBuddhistCalendar] 1526460880 +#time=1d3ecf3867a8208 @="System.Globalization.ThaiBuddhistCalendar" -[Software\\Classes\\System.Globalization.ThaiBuddhistCalendar\\CLSID] 1460706647 -#time=1d196eb85987bca +[Software\\Classes\\System.Globalization.ThaiBuddhistCalendar\\CLSID] 1526460880 +#time=1d3ecf3867a4f2c @="{EC3DAC94-DF80-3017-B381-B13DCED6C4D8}" -[Software\\Classes\\System.IndexOutOfRangeException] 1460706647 -#time=1d196eb85d89e80 +[Software\\Classes\\System.IndexOutOfRangeException] 1526460880 +#time=1d3ecf386e75b9e @="System.IndexOutOfRangeException" -[Software\\Classes\\System.IndexOutOfRangeException\\CLSID] 1460706647 -#time=1d196eb85d86fa0 +[Software\\Classes\\System.IndexOutOfRangeException\\CLSID] 1526460880 +#time=1d3ecf386e6f9ce @="{5CA9971B-2DC3-3BC8-847A-5E6D15CBB16E}" -[Software\\Classes\\System.InvalidCastException] 1460706647 -#time=1d196eb85d6257e +[Software\\Classes\\System.InvalidCastException] 1526460880 +#time=1d3ecf386e2d1e6 @="System.InvalidCastException" -[Software\\Classes\\System.InvalidCastException\\CLSID] 1460706647 -#time=1d196eb85d5fb4e +[Software\\Classes\\System.InvalidCastException\\CLSID] 1526460880 +#time=1d3ecf386e28632 @="{7F6BCBE5-EB30-370B-9F1B-92A6265AFEDD}" -[Software\\Classes\\System.InvalidOperationException] 1460706647 -#time=1d196eb85d384b8 +[Software\\Classes\\System.InvalidOperationException] 1526460880 +#time=1d3ecf386de512a @="System.InvalidOperationException" -[Software\\Classes\\System.InvalidOperationException\\CLSID] 1460706647 -#time=1d196eb85d35ae2 +[Software\\Classes\\System.InvalidOperationException\\CLSID] 1526460880 +#time=1d3ecf386ddfe64 @="{9546306B-1B68-33AF-80DB-3A9206501515}" -[Software\\Classes\\System.InvalidProgramException] 1460706647 -#time=1d196eb85d11480 +[Software\\Classes\\System.InvalidProgramException] 1526460880 +#time=1d3ecf386d9c3c6 @="System.InvalidProgramException" -[Software\\Classes\\System.InvalidProgramException\\CLSID] 1460706647 -#time=1d196eb85d0ea78 +[Software\\Classes\\System.InvalidProgramException\\CLSID] 1526460880 +#time=1d3ecf386d977e0 @="{91591469-EFEF-3D63-90F9-88520F0AA1EF}" -[Software\\Classes\\System.IO.DirectoryNotFoundException] 1460706648 -#time=1d196eb8613dcde +[Software\\Classes\\System.IO.DirectoryNotFoundException] 1526460881 +#time=1d3ecf387565f9e @="System.IO.DirectoryNotFoundException" -[Software\\Classes\\System.IO.DirectoryNotFoundException\\CLSID] 1460706648 -#time=1d196eb8613bf38 +[Software\\Classes\\System.IO.DirectoryNotFoundException\\CLSID] 1526460881 +#time=1d3ecf387562c4a @="{8833BC41-DC6B-34B9-A799-682D2554F02F}" -[Software\\Classes\\System.IO.DriveNotFoundException] 1460706648 -#time=1d196eb8637583a +[Software\\Classes\\System.IO.DriveNotFoundException] 1526460881 +#time=1d3ecf387924180 @="System.IO.DriveNotFoundException" -[Software\\Classes\\System.IO.DriveNotFoundException\\CLSID] 1460706648 -#time=1d196eb8636f5de +[Software\\Classes\\System.IO.DriveNotFoundException\\CLSID] 1526460881 +#time=1d3ecf38791a3c4 @="{A8F9F740-70C9-30A7-937C-59785A9BB5A4}" -[Software\\Classes\\System.IO.EndOfStreamException] 1460706648 -#time=1d196eb8612f67a +[Software\\Classes\\System.IO.EndOfStreamException] 1526460881 +#time=1d3ecf38754c918 @="System.IO.EndOfStreamException" -[Software\\Classes\\System.IO.EndOfStreamException\\CLSID] 1460706648 -#time=1d196eb8612c9c0 +[Software\\Classes\\System.IO.EndOfStreamException\\CLSID] 1526460881 +#time=1d3ecf38754684c @="{58D052BC-A3DF-3508-AC95-FF297BDC9F0C}" -[Software\\Classes\\System.IO.FileLoadException] 1460706648 -#time=1d196eb8611d8ee +[Software\\Classes\\System.IO.FileLoadException] 1526460881 +#time=1d3ecf38752aebc @="System.IO.FileLoadException" -[Software\\Classes\\System.IO.FileLoadException\\CLSID] 1460706648 -#time=1d196eb8611ca20 +[Software\\Classes\\System.IO.FileLoadException\\CLSID] 1526460881 +#time=1d3ecf3875296d4 @="{AF8C5F8A-9999-3E92-BB41-C5F4955174CD}" -[Software\\Classes\\System.IO.FileNotFoundException] 1460706648 -#time=1d196eb8610c724 +[Software\\Classes\\System.IO.FileNotFoundException] 1526460881 +#time=1d3ecf38750d240 @="System.IO.FileNotFoundException" -[Software\\Classes\\System.IO.FileNotFoundException\\CLSID] 1460706648 -#time=1d196eb8610b996 +[Software\\Classes\\System.IO.FileNotFoundException\\CLSID] 1526460881 +#time=1d3ecf38750ba3a @="{48C6E96F-A2F3-33E7-BA7F-C8F74866760B}" -[Software\\Classes\\System.IO.IOException] 1460706648 -#time=1d196eb8614ea70 +[Software\\Classes\\System.IO.IOException] 1526460881 +#time=1d3ecf38758589e @="System.IO.IOException" -[Software\\Classes\\System.IO.IOException\\CLSID] 1460706648 -#time=1d196eb8614cc98 +[Software\\Classes\\System.IO.IOException\\CLSID] 1526460881 +#time=1d3ecf3875822c0 @="{A164C0BF-67AE-3C7E-BC05-BFE24A8CDB62}" -[Software\\Classes\\System.IO.IsolatedStorage.IsolatedStorageException] 1460706647 -#time=1d196eb85d1e0ea +[Software\\Classes\\System.IO.IsolatedStorage.IsolatedStorageException] 1526460880 +#time=1d3ecf386db399a @="System.IO.IsolatedStorage.IsolatedStorageException" -[Software\\Classes\\System.IO.IsolatedStorage.IsolatedStorageException\\CLSID] 1460706647 -#time=1d196eb85d1c33a +[Software\\Classes\\System.IO.IsolatedStorage.IsolatedStorageException\\CLSID] 1526460880 +#time=1d3ecf386db066e @="{4479C009-4CC3-39A2-8F92-DFCDF034F748}" -[Software\\Classes\\System.IO.MemoryStream] 1460706648 -#time=1d196eb860ff0f6 +[Software\\Classes\\System.IO.MemoryStream] 1526460881 +#time=1d3ecf3874f4042 @="System.IO.MemoryStream" -[Software\\Classes\\System.IO.MemoryStream\\CLSID] 1460706648 -#time=1d196eb860fd1de +[Software\\Classes\\System.IO.MemoryStream\\CLSID] 1526460881 +#time=1d3ecf3874f0b22 @="{F5E692D9-8A87-349D-9657-F96E5799D2F4}" -[Software\\Classes\\System.IO.PathTooLongException] 1460706648 -#time=1d196eb860f02a4 +[Software\\Classes\\System.IO.PathTooLongException] 1526460881 +#time=1d3ecf3874d9350 @="System.IO.PathTooLongException" -[Software\\Classes\\System.IO.PathTooLongException\\CLSID] 1460706648 -#time=1d196eb860ef52a +[Software\\Classes\\System.IO.PathTooLongException\\CLSID] 1526460881 +#time=1d3ecf3874d7b0e @="{C016A313-9606-36D3-A823-33EBF5006189}" -[Software\\Classes\\System.IO.StringWriter] 1460706648 -#time=1d196eb860e41f2 +[Software\\Classes\\System.IO.StringWriter] 1526460881 +#time=1d3ecf3874c39d8 @="System.IO.StringWriter" -[Software\\Classes\\System.IO.StringWriter\\CLSID] 1460706648 -#time=1d196eb860e345a +[Software\\Classes\\System.IO.StringWriter\\CLSID] 1526460881 +#time=1d3ecf3874c20ec @="{27F31D55-D6C6-3676-9D42-C40F3A918636}" -[Software\\Classes\\System.MemberAccessException] 1460706648 -#time=1d196eb86121958 +[Software\\Classes\\System.MemberAccessException] 1526460881 +#time=1d3ecf3875335f8 @="System.MemberAccessException" -[Software\\Classes\\System.MemberAccessException\\CLSID] 1460706648 -#time=1d196eb8611e8fc +[Software\\Classes\\System.MemberAccessException\\CLSID] 1526460881 +#time=1d3ecf38752cb54 @="{0FF66430-C796-3EE7-902B-166C402CA288}" -[Software\\Classes\\System.MethodAccessException] 1460706647 -#time=1d196eb85ce9ade +[Software\\Classes\\System.MethodAccessException] 1526460880 +#time=1d3ecf386d550b6 @="System.MethodAccessException" -[Software\\Classes\\System.MethodAccessException\\CLSID] 1460706647 -#time=1d196eb85ce7068 +[Software\\Classes\\System.MethodAccessException\\CLSID] 1526460880 +#time=1d3ecf386d4eb76 @="{92E76A74-2622-3AA9-A3CA-1AE8BD7BC4A8}" -[Software\\Classes\\System.MissingFieldException] 1460706647 -#time=1d196eb85cb59a0 +[Software\\Classes\\System.MissingFieldException] 1526460880 +#time=1d3ecf386d0cb2c @="System.MissingFieldException" -[Software\\Classes\\System.MissingFieldException\\CLSID] 1460706647 -#time=1d196eb85cb4154 +[Software\\Classes\\System.MissingFieldException\\CLSID] 1526460880 +#time=1d3ecf386d0b2fe @="{8D36569B-14D6-3C3D-B55C-9D02A45BFC3D}" -[Software\\Classes\\System.MissingMemberException] 1460706647 -#time=1d196eb85cc111a +[Software\\Classes\\System.MissingMemberException] 1526460880 +#time=1d3ecf386d1df8a @="System.MissingMemberException" -[Software\\Classes\\System.MissingMemberException\\CLSID] 1460706647 -#time=1d196eb85cc02b0 +[Software\\Classes\\System.MissingMemberException\\CLSID] 1526460880 +#time=1d3ecf386d1c78e @="{CDC70043-D56B-3799-B7BD-6113BBCA160A}" -[Software\\Classes\\System.MissingMethodException] 1460706647 -#time=1d196eb85ca7d1e +[Software\\Classes\\System.MissingMethodException] 1526460880 +#time=1d3ecf386cfa5da @="System.MissingMethodException" -[Software\\Classes\\System.MissingMethodException\\CLSID] 1460706647 -#time=1d196eb85ca6dc4 +[Software\\Classes\\System.MissingMethodException\\CLSID] 1526460880 +#time=1d3ecf386cf8dca @="{58897D76-EF6C-327A-93F7-6CD66C424E11}" -[Software\\Classes\\System.MTAThreadAttribute] 1460706647 -#time=1d196eb85bb63c4 +[Software\\Classes\\System.MTAThreadAttribute] 1526460880 +#time=1d3ecf386b79bf2 @="System.MTAThreadAttribute" -[Software\\Classes\\System.MTAThreadAttribute\\CLSID] 1460706647 -#time=1d196eb85bb5488 +[Software\\Classes\\System.MTAThreadAttribute\\CLSID] 1526460880 +#time=1d3ecf386b7839c @="{B406AC70-4D7E-3D24-B241-AEAEAC343BD9}" -[Software\\Classes\\System.MulticastNotSupportedException] 1460706647 -#time=1d196eb85c9d904 +[Software\\Classes\\System.MulticastNotSupportedException] 1526460880 +#time=1d3ecf386ce94f6 @="System.MulticastNotSupportedException" -[Software\\Classes\\System.MulticastNotSupportedException\\CLSID] 1460706647 -#time=1d196eb85c9cb1c +[Software\\Classes\\System.MulticastNotSupportedException\\CLSID] 1526460880 +#time=1d3ecf386ce7cbe @="{9DA2F8B8-59F0-3852-B509-0663E3BF643B}" -[Software\\Classes\\System.NonSerializedAttribute] 1460706647 -#time=1d196eb85c9403e +[Software\\Classes\\System.NonSerializedAttribute] 1526460880 +#time=1d3ecf386cd6112 @="System.NonSerializedAttribute" -[Software\\Classes\\System.NonSerializedAttribute\\CLSID] 1460706647 -#time=1d196eb85c932ec +[Software\\Classes\\System.NonSerializedAttribute\\CLSID] 1526460880 +#time=1d3ecf386cd4948 @="{CC77F5F3-222D-3586-88C3-410477A3B65D}" -[Software\\Classes\\System.NotFiniteNumberException] 1460706647 -#time=1d196eb85c8a534 +[Software\\Classes\\System.NotFiniteNumberException] 1526460880 +#time=1d3ecf386cc5506 @="System.NotFiniteNumberException" -[Software\\Classes\\System.NotFiniteNumberException\\CLSID] 1460706647 -#time=1d196eb85c89774 +[Software\\Classes\\System.NotFiniteNumberException\\CLSID] 1526460880 +#time=1d3ecf386cc368e @="{7E34AB89-0684-3B86-8A0F-E638EB4E6252}" -[Software\\Classes\\System.NotImplementedException] 1460706647 -#time=1d196eb85c80304 +[Software\\Classes\\System.NotImplementedException] 1526460880 +#time=1d3ecf386cb4026 @="System.NotImplementedException" -[Software\\Classes\\System.NotImplementedException\\CLSID] 1460706647 -#time=1d196eb85c7f56c +[Software\\Classes\\System.NotImplementedException\\CLSID] 1526460880 +#time=1d3ecf386cb0e3a @="{F8BE2AD5-4E99-3E00-B10E-7C54D31C1C1D}" -[Software\\Classes\\System.NotSupportedException] 1460706647 -#time=1d196eb85c74950 +[Software\\Classes\\System.NotSupportedException] 1526460880 +#time=1d3ecf386c9fb6c @="System.NotSupportedException" -[Software\\Classes\\System.NotSupportedException\\CLSID] 1460706647 -#time=1d196eb85c73b0e +[Software\\Classes\\System.NotSupportedException\\CLSID] 1526460880 +#time=1d3ecf386c9e302 @="{DAFB2462-2A5B-3818-B17E-602984FE1BB0}" -[Software\\Classes\\System.NullReferenceException] 1460706647 -#time=1d196eb85c69956 +[Software\\Classes\\System.NullReferenceException] 1526460880 +#time=1d3ecf386c8c418 @="System.NullReferenceException" -[Software\\Classes\\System.NullReferenceException\\CLSID] 1460706647 -#time=1d196eb85c68c04 +[Software\\Classes\\System.NullReferenceException\\CLSID] 1526460880 +#time=1d3ecf386c8aa00 @="{7F71DB2D-1EA0-3CAE-8087-26095F5215E6}" -[Software\\Classes\\System.Object] 1460706648 -#time=1d196eb861debca +[Software\\Classes\\System.Object] 1526460881 +#time=1d3ecf38767fbc8 @="System.Object" -[Software\\Classes\\System.Object\\CLSID] 1460706648 -#time=1d196eb861d91de +[Software\\Classes\\System.Object\\CLSID] 1526460881 +#time=1d3ecf3876792dc @="{81C5FE01-027C-3E1C-98D5-DA9C9862AA21}" -[Software\\Classes\\System.ObsoleteAttribute] 1460706647 -#time=1d196eb85c5f7b2 +[Software\\Classes\\System.ObsoleteAttribute] 1526460880 +#time=1d3ecf386c794ee @="System.ObsoleteAttribute" -[Software\\Classes\\System.ObsoleteAttribute\\CLSID] 1460706647 -#time=1d196eb85c5e9fc +[Software\\Classes\\System.ObsoleteAttribute\\CLSID] 1526460880 +#time=1d3ecf386c77cb6 @="{08295C62-7462-3633-B35E-7AE68ACA3948}" -[Software\\Classes\\System.OperationCanceledException] 1460706648 -#time=1d196eb863ff2ce +[Software\\Classes\\System.OperationCanceledException] 1526460882 +#time=1d3ecf387a1939c @="System.OperationCanceledException" -[Software\\Classes\\System.OperationCanceledException\\CLSID] 1460706648 -#time=1d196eb863fe50e +[Software\\Classes\\System.OperationCanceledException\\CLSID] 1526460882 +#time=1d3ecf387a17ba0 @="{11581718-2434-32E3-B559-E86CE9923744}" -[Software\\Classes\\System.OutOfMemoryException] 1460706648 -#time=1d196eb86171c5a +[Software\\Classes\\System.OutOfMemoryException] 1526460881 +#time=1d3ecf3875bdd70 @="System.OutOfMemoryException" -[Software\\Classes\\System.OutOfMemoryException\\CLSID] 1460706648 -#time=1d196eb8616f1bc +[Software\\Classes\\System.OutOfMemoryException\\CLSID] 1526460881 +#time=1d3ecf3875b923e @="{CCF306AE-33BD-3003-9CCE-DAF5BEFEF611}" -[Software\\Classes\\System.OverflowException] 1460706647 -#time=1d196eb85c54812 +[Software\\Classes\\System.OverflowException] 1526460880 +#time=1d3ecf386c68252 @="System.OverflowException" -[Software\\Classes\\System.OverflowException\\CLSID] 1460706647 -#time=1d196eb85c53a0c +[Software\\Classes\\System.OverflowException\\CLSID] 1526460880 +#time=1d3ecf386c668a8 @="{4286FA72-A2FA-3245-8751-D4206070A191}" -[Software\\Classes\\System.ParamArrayAttribute] 1460706647 -#time=1d196eb85c47d7e +[Software\\Classes\\System.ParamArrayAttribute] 1526460880 +#time=1d3ecf386c553aa @="System.ParamArrayAttribute" -[Software\\Classes\\System.ParamArrayAttribute\\CLSID] 1460706647 -#time=1d196eb85c46ed8 +[Software\\Classes\\System.ParamArrayAttribute\\CLSID] 1526460880 +#time=1d3ecf386c53852 @="{3495E5FA-2A90-3CA7-B3B5-58736C4441DD}" -[Software\\Classes\\System.PlatformNotSupportedException] 1460706647 -#time=1d196eb85c3dda6 +[Software\\Classes\\System.PlatformNotSupportedException] 1526460880 +#time=1d3ecf386c42b42 @="System.PlatformNotSupportedException" -[Software\\Classes\\System.PlatformNotSupportedException\\CLSID] 1460706647 -#time=1d196eb85c3cf3c +[Software\\Classes\\System.PlatformNotSupportedException\\CLSID] 1526460880 +#time=1d3ecf386c41332 @="{A36738B5-FA8F-3316-A929-68099A32B43B}" -[Software\\Classes\\System.Random] 1460706647 -#time=1d196eb85c33c5c +[Software\\Classes\\System.Random] 1526460880 +#time=1d3ecf386c30b36 @="System.Random" -[Software\\Classes\\System.Random\\CLSID] 1460706647 -#time=1d196eb85c32dac +[Software\\Classes\\System.Random\\CLSID] 1526460880 +#time=1d3ecf386c2f20e @="{4E77EC8F-51D8-386C-85FE-7DC931B7A8E7}" -[Software\\Classes\\System.RankException] 1460706647 -#time=1d196eb85c29342 +[Software\\Classes\\System.RankException] 1526460880 +#time=1d3ecf386c1f43a @="System.RankException" -[Software\\Classes\\System.RankException\\CLSID] 1460706647 -#time=1d196eb85c283f2 +[Software\\Classes\\System.RankException\\CLSID] 1526460880 +#time=1d3ecf386c1dc02 @="{C9F61CBD-287F-3D24-9FEB-2C3F347CF570}" -[Software\\Classes\\System.Reflection.AmbiguousMatchException] 1460706647 -#time=1d196eb85af6966 +[Software\\Classes\\System.Reflection.AmbiguousMatchException] 1526460880 +#time=1d3ecf386a104a0 @="System.Reflection.AmbiguousMatchException" -[Software\\Classes\\System.Reflection.AmbiguousMatchException\\CLSID] 1460706647 -#time=1d196eb85af5b1a +[Software\\Classes\\System.Reflection.AmbiguousMatchException\\CLSID] 1526460880 +#time=1d3ecf386a0e902 @="{2846AE5E-A9FA-36CF-B2D1-6E95596DBDE7}" -[Software\\Classes\\System.Reflection.AssemblyName] 1460706647 -#time=1d196eb85aec77c +[Software\\Classes\\System.Reflection.AssemblyName] 1526460880 +#time=1d3ecf3869fbce4 @="System.Reflection.AssemblyName" -[Software\\Classes\\System.Reflection.AssemblyName\\CLSID] 1460706647 -#time=1d196eb85aeb87c +[Software\\Classes\\System.Reflection.AssemblyName\\CLSID] 1526460880 +#time=1d3ecf3869f980e @="{F12FDE6A-9394-3C32-8E4D-F3D470947284}" -[Software\\Classes\\System.Reflection.AssemblyNameProxy] 1460706647 -#time=1d196eb85ae26f0 +[Software\\Classes\\System.Reflection.AssemblyNameProxy] 1526460880 +#time=1d3ecf3869ea0de @="System.Reflection.AssemblyNameProxy" -[Software\\Classes\\System.Reflection.AssemblyNameProxy\\CLSID] 1460706647 -#time=1d196eb85ae1854 +[Software\\Classes\\System.Reflection.AssemblyNameProxy\\CLSID] 1526460880 +#time=1d3ecf3869e872a @="{3F4A4283-6A08-3E90-A976-2C2D3BE4EB0B}" -[Software\\Classes\\System.Reflection.CustomAttributeFormatException] 1460706647 -#time=1d196eb85ad5a0e +[Software\\Classes\\System.Reflection.CustomAttributeFormatException] 1526460880 +#time=1d3ecf3869d8fbe @="System.Reflection.CustomAttributeFormatException" -[Software\\Classes\\System.Reflection.CustomAttributeFormatException\\CLSID] 1460706647 -#time=1d196eb85ad4a28 +[Software\\Classes\\System.Reflection.CustomAttributeFormatException\\CLSID] 1526460880 +#time=1d3ecf3869d74e8 @="{D5CB383D-99F4-3C7E-A9C3-85B53661448F}" -[Software\\Classes\\System.Reflection.InvalidFilterCriteriaException] 1460706647 -#time=1d196eb85ac9d9e +[Software\\Classes\\System.Reflection.InvalidFilterCriteriaException] 1526460880 +#time=1d3ecf3869c6ce2 @="System.Reflection.InvalidFilterCriteriaException" -[Software\\Classes\\System.Reflection.InvalidFilterCriteriaException\\CLSID] 1460706647 -#time=1d196eb85ac896c +[Software\\Classes\\System.Reflection.InvalidFilterCriteriaException\\CLSID] 1526460880 +#time=1d3ecf3869c5482 @="{7B938A6F-77BF-351C-A712-69483C91115D}" -[Software\\Classes\\System.Reflection.ObfuscationAttribute] 1460706648 -#time=1d196eb863d811a +[Software\\Classes\\System.Reflection.ObfuscationAttribute] 1526460882 +#time=1d3ecf3879d1f38 @="System.Reflection.ObfuscationAttribute" -[Software\\Classes\\System.Reflection.ObfuscationAttribute\\CLSID] 1460706648 -#time=1d196eb863d72b0 +[Software\\Classes\\System.Reflection.ObfuscationAttribute\\CLSID] 1526460882 +#time=1d3ecf3879d06e2 @="{93D11DE9-5F6C-354A-A7C5-16CCCA64A9B8}" -[Software\\Classes\\System.Reflection.TargetException] 1460706647 -#time=1d196eb85abf8da +[Software\\Classes\\System.Reflection.TargetException] 1526460880 +#time=1d3ecf3869b3f48 @="System.Reflection.TargetException" -[Software\\Classes\\System.Reflection.TargetException\\CLSID] 1460706647 -#time=1d196eb85abeb06 +[Software\\Classes\\System.Reflection.TargetException\\CLSID] 1526460880 +#time=1d3ecf3869b2756 @="{0D23F8B4-F2A6-3EFF-9D37-BDF79AC6B440}" -[Software\\Classes\\System.Reflection.TargetParameterCountException] 1460706647 -#time=1d196eb85ab592a +[Software\\Classes\\System.Reflection.TargetParameterCountException] 1526460880 +#time=1d3ecf3869a1a1e @="System.Reflection.TargetParameterCountException" -[Software\\Classes\\System.Reflection.TargetParameterCountException\\CLSID] 1460706647 -#time=1d196eb85ab4af2 +[Software\\Classes\\System.Reflection.TargetParameterCountException\\CLSID] 1526460880 +#time=1d3ecf3869a0074 @="{DA317BE2-1A0D-37B3-83F2-A0F32787FC67}" -[Software\\Classes\\System.Resources.MissingManifestResourceException] 1460706647 -#time=1d196eb8591cda2 +[Software\\Classes\\System.Resources.MissingManifestResourceException] 1526460880 +#time=1d3ecf3866c354a @="System.Resources.MissingManifestResourceException" -[Software\\Classes\\System.Resources.MissingManifestResourceException\\CLSID] 1460706647 -#time=1d196eb8591c000 +[Software\\Classes\\System.Resources.MissingManifestResourceException\\CLSID] 1526460880 +#time=1d3ecf3866c1858 @="{726BBDF4-6C6D-30F4-B3A0-F14D6AEC08C7}" -[Software\\Classes\\System.Resources.MissingSatelliteAssemblyException] 1460706648 -#time=1d196eb863a82da +[Software\\Classes\\System.Resources.MissingSatelliteAssemblyException] 1526460881 +#time=1d3ecf38797a166 @="System.Resources.MissingSatelliteAssemblyException" -[Software\\Classes\\System.Resources.MissingSatelliteAssemblyException\\CLSID] 1460706648 -#time=1d196eb863a7542 +[Software\\Classes\\System.Resources.MissingSatelliteAssemblyException\\CLSID] 1526460881 +#time=1d3ecf387977a74 @="{D41969A6-C394-34B9-BD24-DD408F39F261}" -[Software\\Classes\\System.Runtime.CompilerServices.CallConvCdecl] 1460706648 -#time=1d196eb860d96e4 +[Software\\Classes\\System.Runtime.CompilerServices.CallConvCdecl] 1526460881 +#time=1d3ecf3874b0edc @="System.Runtime.CompilerServices.CallConvCdecl" -[Software\\Classes\\System.Runtime.CompilerServices.CallConvCdecl\\CLSID] 1460706648 -#time=1d196eb860d8988 +[Software\\Classes\\System.Runtime.CompilerServices.CallConvCdecl\\CLSID] 1526460881 +#time=1d3ecf3874af5be @="{A3A1F076-1FA7-3A26-886D-8841CB45382F}" -[Software\\Classes\\System.Runtime.CompilerServices.CallConvFastcall] 1460706648 -#time=1d196eb860b6770 +[Software\\Classes\\System.Runtime.CompilerServices.CallConvFastcall] 1526460881 +#time=1d3ecf38746acf2 @="System.Runtime.CompilerServices.CallConvFastcall" -[Software\\Classes\\System.Runtime.CompilerServices.CallConvFastcall\\CLSID] 1460706648 -#time=1d196eb860b59ce +[Software\\Classes\\System.Runtime.CompilerServices.CallConvFastcall\\CLSID] 1526460881 +#time=1d3ecf387468cf4 @="{ED0BC45C-2438-31A9-BBB6-E2A3B5916419}" -[Software\\Classes\\System.Runtime.CompilerServices.CallConvStdcall] 1460706648 -#time=1d196eb860cea00 +[Software\\Classes\\System.Runtime.CompilerServices.CallConvStdcall] 1526460881 +#time=1d3ecf38749c338 @="System.Runtime.CompilerServices.CallConvStdcall" -[Software\\Classes\\System.Runtime.CompilerServices.CallConvStdcall\\CLSID] 1460706648 -#time=1d196eb860cc610 +[Software\\Classes\\System.Runtime.CompilerServices.CallConvStdcall\\CLSID] 1526460881 +#time=1d3ecf387498364 @="{BCB67D4D-2096-36BE-974C-A003FC95041B}" -[Software\\Classes\\System.Runtime.CompilerServices.CallConvThiscall] 1460706648 -#time=1d196eb860c248a +[Software\\Classes\\System.Runtime.CompilerServices.CallConvThiscall] 1526460881 +#time=1d3ecf387486a38 @="System.Runtime.CompilerServices.CallConvThiscall" -[Software\\Classes\\System.Runtime.CompilerServices.CallConvThiscall\\CLSID] 1460706648 -#time=1d196eb860c1634 +[Software\\Classes\\System.Runtime.CompilerServices.CallConvThiscall\\CLSID] 1526460881 +#time=1d3ecf38748497c @="{46080CA7-7CB8-3A55-A72E-8E50ECA4D4FC}" -[Software\\Classes\\System.Runtime.CompilerServices.CompilerGlobalScopeAttribute] 1460706648 -#time=1d196eb8609bb14 +[Software\\Classes\\System.Runtime.CompilerServices.CompilerGlobalScopeAttribute] 1526460881 +#time=1d3ecf38742aea4 @="System.Runtime.CompilerServices.CompilerGlobalScopeAttribute" -[Software\\Classes\\System.Runtime.CompilerServices.CompilerGlobalScopeAttribute\\CLSID] 1460706648 -#time=1d196eb86099c9c +[Software\\Classes\\System.Runtime.CompilerServices.CompilerGlobalScopeAttribute\\CLSID] 1526460881 +#time=1d3ecf387426a8e @="{4B601364-A04B-38BC-BD38-A18E981324CF}" -[Software\\Classes\\System.Runtime.CompilerServices.DiscardableAttribute] 1460706648 -#time=1d196eb860a987c +[Software\\Classes\\System.Runtime.CompilerServices.DiscardableAttribute] 1526460881 +#time=1d3ecf38744b74e @="System.Runtime.CompilerServices.DiscardableAttribute" -[Software\\Classes\\System.Runtime.CompilerServices.DiscardableAttribute\\CLSID] 1460706648 -#time=1d196eb860a8ab2 +[Software\\Classes\\System.Runtime.CompilerServices.DiscardableAttribute\\CLSID] 1526460881 +#time=1d3ecf387449994 @="{837A6733-1675-3BC9-BBF8-13889F84DAF4}" -[Software\\Classes\\System.Runtime.CompilerServices.IDispatchConstantAttribute] 1460706648 -#time=1d196eb86087984 +[Software\\Classes\\System.Runtime.CompilerServices.IDispatchConstantAttribute] 1526460881 +#time=1d3ecf387404e5c @="System.Runtime.CompilerServices.IDispatchConstantAttribute" -[Software\\Classes\\System.Runtime.CompilerServices.IDispatchConstantAttribute\\CLSID] 1460706648 -#time=1d196eb8608563e +[Software\\Classes\\System.Runtime.CompilerServices.IDispatchConstantAttribute\\CLSID] 1526460881 +#time=1d3ecf38740029e @="{E947A0B0-D47F-3AA3-9B77-4624E0F3ACA4}" -[Software\\Classes\\System.Runtime.CompilerServices.IUnknownConstantAttribute] 1460706648 -#time=1d196eb860788a8 +[Software\\Classes\\System.Runtime.CompilerServices.IUnknownConstantAttribute] 1526460881 +#time=1d3ecf3873ecbe0 @="System.Runtime.CompilerServices.IUnknownConstantAttribute" -[Software\\Classes\\System.Runtime.CompilerServices.IUnknownConstantAttribute\\CLSID] 1460706648 -#time=1d196eb86077a8e +[Software\\Classes\\System.Runtime.CompilerServices.IUnknownConstantAttribute\\CLSID] 1526460881 +#time=1d3ecf3873ea2fa @="{590E4A07-DAFC-3BE7-A178-DA349BBA980B}" -[Software\\Classes\\System.Runtime.CompilerServices.MethodImplAttribute] 1460706648 -#time=1d196eb8606c5f8 +[Software\\Classes\\System.Runtime.CompilerServices.MethodImplAttribute] 1526460881 +#time=1d3ecf3873d439c @="System.Runtime.CompilerServices.MethodImplAttribute" -[Software\\Classes\\System.Runtime.CompilerServices.MethodImplAttribute\\CLSID] 1460706648 -#time=1d196eb8606a924 +[Software\\Classes\\System.Runtime.CompilerServices.MethodImplAttribute\\CLSID] 1526460881 +#time=1d3ecf3873d0e4a @="{48D0CFE7-3128-3D2C-A5B5-8C7B82B4AB4F}" -[Software\\Classes\\System.Runtime.CompilerServices.NativeCppClassAttribute] 1460706648 -#time=1d196eb8636d040 +[Software\\Classes\\System.Runtime.CompilerServices.NativeCppClassAttribute] 1526460881 +#time=1d3ecf387915dba @="System.Runtime.CompilerServices.NativeCppClassAttribute" -[Software\\Classes\\System.Runtime.CompilerServices.NativeCppClassAttribute\\CLSID] 1460706648 -#time=1d196eb8636bf88 +[Software\\Classes\\System.Runtime.CompilerServices.NativeCppClassAttribute\\CLSID] 1526460881 +#time=1d3ecf38791441a @="{C437AB2E-865B-321D-BA15-0C8EC4CA119B}" -[Software\\Classes\\System.Runtime.Hosting.ApplicationActivator] 1460706648 -#time=1d196eb8640db8a +[Software\\Classes\\System.Runtime.Hosting.ApplicationActivator] 1526460882 +#time=1d3ecf387a32f86 @="System.Runtime.Hosting.ApplicationActivator" -[Software\\Classes\\System.Runtime.Hosting.ApplicationActivator\\CLSID] 1460706648 -#time=1d196eb8640cdfc +[Software\\Classes\\System.Runtime.Hosting.ApplicationActivator\\CLSID] 1526460882 +#time=1d3ecf387a314e2 @="{1D09B407-A97F-378A-ACCB-82CA0082F9F3}" -[Software\\Classes\\System.Runtime.InteropServices.ComConversionLossAttribute] 1460706648 -#time=1d196eb862613ae +[Software\\Classes\\System.Runtime.InteropServices.ComConversionLossAttribute] 1526460881 +#time=1d3ecf387755796 @="System.Runtime.InteropServices.ComConversionLossAttribute" -[Software\\Classes\\System.Runtime.InteropServices.ComConversionLossAttribute\\CLSID] 1460706648 -#time=1d196eb86260526 +[Software\\Classes\\System.Runtime.InteropServices.ComConversionLossAttribute\\CLSID] 1526460881 +#time=1d3ecf387753d88 @="{8A3FD229-B2A9-347F-93D2-87F3B7F92753}" -[Software\\Classes\\System.Runtime.InteropServices.COMException] 1460706648 -#time=1d196eb861fe22c +[Software\\Classes\\System.Runtime.InteropServices.COMException] 1526460881 +#time=1d3ecf3876a8258 @="System.Runtime.InteropServices.COMException" -[Software\\Classes\\System.Runtime.InteropServices.COMException\\CLSID] 1460706648 -#time=1d196eb861fd0e8 +[Software\\Classes\\System.Runtime.InteropServices.COMException\\CLSID] 1526460881 +#time=1d3ecf3876a69da @="{07F94112-A42E-328B-B508-702EF62BCC29}" -[Software\\Classes\\System.Runtime.InteropServices.ComImportAttribute] 1460706648 -#time=1d196eb862568e6 +[Software\\Classes\\System.Runtime.InteropServices.ComImportAttribute] 1526460881 +#time=1d3ecf3877436ea @="System.Runtime.InteropServices.ComImportAttribute" -[Software\\Classes\\System.Runtime.InteropServices.ComImportAttribute\\CLSID] 1460706648 -#time=1d196eb86254b7c +[Software\\Classes\\System.Runtime.InteropServices.ComImportAttribute\\CLSID] 1526460881 +#time=1d3ecf38773fefa @="{F1EBA909-6621-346D-9CE2-39F266C9D011}" -[Software\\Classes\\System.Runtime.InteropServices.ComRegisterFunctionAttribute] 1460706647 -#time=1d196eb856b0528 +[Software\\Classes\\System.Runtime.InteropServices.ComRegisterFunctionAttribute] 1526460879 +#time=1d3ecf3862a1ee4 @="System.Runtime.InteropServices.ComRegisterFunctionAttribute" -[Software\\Classes\\System.Runtime.InteropServices.ComRegisterFunctionAttribute\\CLSID] 1460706647 -#time=1d196eb856af740 +[Software\\Classes\\System.Runtime.InteropServices.ComRegisterFunctionAttribute\\CLSID] 1526460879 +#time=1d3ecf3862a04d6 @="{630A3EF1-23C6-31FE-9D25-294E3B3E7486}" -[Software\\Classes\\System.Runtime.InteropServices.ComUnregisterFunctionAttribute] 1460706648 -#time=1d196eb8626a030 +[Software\\Classes\\System.Runtime.InteropServices.ComUnregisterFunctionAttribute] 1526460881 +#time=1d3ecf3877684fe @="System.Runtime.InteropServices.ComUnregisterFunctionAttribute" -[Software\\Classes\\System.Runtime.InteropServices.ComUnregisterFunctionAttribute\\CLSID] 1460706648 -#time=1d196eb8626a224 +[Software\\Classes\\System.Runtime.InteropServices.ComUnregisterFunctionAttribute\\CLSID] 1526460881 +#time=1d3ecf38776872e @="{8F45C7FF-1E6E-34C1-A7CC-260985392A05}" -[Software\\Classes\\System.Runtime.InteropServices.ExternalException] 1460706648 -#time=1d196eb8620baa8 +[Software\\Classes\\System.Runtime.InteropServices.ExternalException] 1526460881 +#time=1d3ecf3876c070e @="System.Runtime.InteropServices.ExternalException" -[Software\\Classes\\System.Runtime.InteropServices.ExternalException\\CLSID] 1460706648 -#time=1d196eb8620aca2 +[Software\\Classes\\System.Runtime.InteropServices.ExternalException\\CLSID] 1526460881 +#time=1d3ecf3876beeea @="{AFC681CF-E82F-361A-8280-CF4E1F844C3E}" -[Software\\Classes\\System.Runtime.InteropServices.InAttribute] 1460706648 -#time=1d196eb86233b8e +[Software\\Classes\\System.Runtime.InteropServices.InAttribute] 1526460881 +#time=1d3ecf387703ab8 @="System.Runtime.InteropServices.InAttribute" -[Software\\Classes\\System.Runtime.InteropServices.InAttribute\\CLSID] 1460706648 -#time=1d196eb8623138e +[Software\\Classes\\System.Runtime.InteropServices.InAttribute\\CLSID] 1526460881 +#time=1d3ecf387700570 @="{96A058CD-FAF7-386C-85BF-E47F00C81795}" -[Software\\Classes\\System.Runtime.InteropServices.InvalidComObjectException] 1460706648 -#time=1d196eb861e8fc6 +[Software\\Classes\\System.Runtime.InteropServices.InvalidComObjectException] 1526460881 +#time=1d3ecf38768a30c @="System.Runtime.InteropServices.InvalidComObjectException" -[Software\\Classes\\System.Runtime.InteropServices.InvalidComObjectException\\CLSID] 1460706648 -#time=1d196eb861e752c +[Software\\Classes\\System.Runtime.InteropServices.InvalidComObjectException\\CLSID] 1526460881 +#time=1d3ecf3876888fe @="{A7248EC6-A8A5-3D07-890E-6107F8C247E5}" -[Software\\Classes\\System.Runtime.InteropServices.InvalidOleVariantTypeException] 1460706648 -#time=1d196eb861d20fa +[Software\\Classes\\System.Runtime.InteropServices.InvalidOleVariantTypeException] 1526460881 +#time=1d3ecf38767084e @="System.Runtime.InteropServices.InvalidOleVariantTypeException" -[Software\\Classes\\System.Runtime.InteropServices.InvalidOleVariantTypeException\\CLSID] 1460706648 -#time=1d196eb861d0cb4 +[Software\\Classes\\System.Runtime.InteropServices.InvalidOleVariantTypeException\\CLSID] 1526460881 +#time=1d3ecf38766eff8 @="{9A944885-EDAF-3A81-A2FF-6A9D5D1ABFC7}" -[Software\\Classes\\System.Runtime.InteropServices.MarshalDirectiveException] 1460706648 -#time=1d196eb861c184a +[Software\\Classes\\System.Runtime.InteropServices.MarshalDirectiveException] 1526460881 +#time=1d3ecf3876525ec @="System.Runtime.InteropServices.MarshalDirectiveException" -[Software\\Classes\\System.Runtime.InteropServices.MarshalDirectiveException\\CLSID] 1460706648 -#time=1d196eb861bf982 +[Software\\Classes\\System.Runtime.InteropServices.MarshalDirectiveException\\CLSID] 1526460881 +#time=1d3ecf38764ea32 @="{742AD1FB-B2F0-3681-B4AA-E736A3BCE4E1}" -[Software\\Classes\\System.Runtime.InteropServices.OptionalAttribute] 1460706648 -#time=1d196eb86217c04 +[Software\\Classes\\System.Runtime.InteropServices.OptionalAttribute] 1526460881 +#time=1d3ecf3876d4ee8 @="System.Runtime.InteropServices.OptionalAttribute" -[Software\\Classes\\System.Runtime.InteropServices.OptionalAttribute\\CLSID] 1460706648 -#time=1d196eb86216e6c +[Software\\Classes\\System.Runtime.InteropServices.OptionalAttribute\\CLSID] 1526460881 +#time=1d3ecf3876d36ba @="{B81CB5ED-E654-399F-9698-C83C50665786}" -[Software\\Classes\\System.Runtime.InteropServices.OutAttribute] 1460706648 -#time=1d196eb8622179a +[Software\\Classes\\System.Runtime.InteropServices.OutAttribute] 1526460881 +#time=1d3ecf3876e8394 @="System.Runtime.InteropServices.OutAttribute" -[Software\\Classes\\System.Runtime.InteropServices.OutAttribute\\CLSID] 1460706648 -#time=1d196eb862209d0 +[Software\\Classes\\System.Runtime.InteropServices.OutAttribute\\CLSID] 1526460881 +#time=1d3ecf3876e5ab8 @="{FDB2DC94-B5A0-3702-AE84-BBFA752ACB36}" -[Software\\Classes\\System.Runtime.InteropServices.PreserveSigAttribute] 1460706648 -#time=1d196eb86244b0a +[Software\\Classes\\System.Runtime.InteropServices.PreserveSigAttribute] 1526460881 +#time=1d3ecf3877225c6 @="System.Runtime.InteropServices.PreserveSigAttribute" -[Software\\Classes\\System.Runtime.InteropServices.PreserveSigAttribute\\CLSID] 1460706648 -#time=1d196eb8624297c +[Software\\Classes\\System.Runtime.InteropServices.PreserveSigAttribute\\CLSID] 1526460881 +#time=1d3ecf38771eebc @="{204D5A28-46A0-3F04-BD7C-B5672631E57F}" -[Software\\Classes\\System.Runtime.InteropServices.RegistrationServices] 1460706648 -#time=1d196eb861b310a +[Software\\Classes\\System.Runtime.InteropServices.RegistrationServices] 1526460881 +#time=1d3ecf387636fb8 @="System.Runtime.InteropServices.RegistrationServices" -[Software\\Classes\\System.Runtime.InteropServices.RegistrationServices\\CLSID] 1460706648 -#time=1d196eb861aff5a +[Software\\Classes\\System.Runtime.InteropServices.RegistrationServices\\CLSID] 1526460881 +#time=1d3ecf387632256 @="{475E398F-8AFA-43A7-A3BE-F4EF8D6787C9}" -[Software\\Classes\\System.Runtime.InteropServices.RuntimeEnvironment] 1460706648 -#time=1d196eb861a0e38 +[Software\\Classes\\System.Runtime.InteropServices.RuntimeEnvironment] 1526460881 +#time=1d3ecf38761890a @="System.Runtime.InteropServices.RuntimeEnvironment" -[Software\\Classes\\System.Runtime.InteropServices.RuntimeEnvironment\\CLSID] 1460706648 -#time=1d196eb8619fd44 +[Software\\Classes\\System.Runtime.InteropServices.RuntimeEnvironment\\CLSID] 1526460881 +#time=1d3ecf387616fe2 @="{78D22140-40CF-303E-BE96-B3AC0407A34D}" -[Software\\Classes\\System.Runtime.InteropServices.SafeArrayRankMismatchException] 1460706648 -#time=1d196eb8619016e +[Software\\Classes\\System.Runtime.InteropServices.SafeArrayRankMismatchException] 1526460881 +#time=1d3ecf3875f7a70 @="System.Runtime.InteropServices.SafeArrayRankMismatchException" -[Software\\Classes\\System.Runtime.InteropServices.SafeArrayRankMismatchException\\CLSID] 1460706648 -#time=1d196eb8618f35e +[Software\\Classes\\System.Runtime.InteropServices.SafeArrayRankMismatchException\\CLSID] 1526460881 +#time=1d3ecf3875f6242 @="{4BE89AC3-603D-36B2-AB9B-9C38866F56D5}" -[Software\\Classes\\System.Runtime.InteropServices.SafeArrayTypeMismatchException] 1460706648 -#time=1d196eb861827ee +[Software\\Classes\\System.Runtime.InteropServices.SafeArrayTypeMismatchException] 1526460881 +#time=1d3ecf3875de0b6 @="System.Runtime.InteropServices.SafeArrayTypeMismatchException" -[Software\\Classes\\System.Runtime.InteropServices.SafeArrayTypeMismatchException\\CLSID] 1460706648 -#time=1d196eb86180ad4 +[Software\\Classes\\System.Runtime.InteropServices.SafeArrayTypeMismatchException\\CLSID] 1526460881 +#time=1d3ecf3875dad44 @="{2D5EC63C-1B3E-3EE4-9052-EB0D0303549C}" -[Software\\Classes\\System.Runtime.InteropServices.SEHException] 1460706648 -#time=1d196eb86170eae +[Software\\Classes\\System.Runtime.InteropServices.SEHException] 1526460881 +#time=1d3ecf3875bc3ee @="System.Runtime.InteropServices.SEHException" -[Software\\Classes\\System.Runtime.InteropServices.SEHException\\CLSID] 1460706648 -#time=1d196eb861700e4 +[Software\\Classes\\System.Runtime.InteropServices.SEHException\\CLSID] 1526460881 +#time=1d3ecf3875babca @="{CA805B13-468C-3A22-BF9A-818E97EFA6B7}" -[Software\\Classes\\System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute] 1460706648 -#time=1d196eb8637d4b8 +[Software\\Classes\\System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute] 1526460881 +#time=1d3ecf387931178 @="System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute" -[Software\\Classes\\System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute\\CLSID] 1460706648 -#time=1d196eb86377b3a +[Software\\Classes\\System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute\\CLSID] 1526460881 +#time=1d3ecf38792754c @="{9D309F77-4655-372E-84B0-B0FB4030F3B8}" -[Software\\Classes\\System.Runtime.InteropServices.TypeLibConverter] 1460706648 -#time=1d196eb861608f6 +[Software\\Classes\\System.Runtime.InteropServices.TypeLibConverter] 1526460881 +#time=1d3ecf3875a0d24 @="System.Runtime.InteropServices.TypeLibConverter" -[Software\\Classes\\System.Runtime.InteropServices.TypeLibConverter\\CLSID] 1460706648 -#time=1d196eb8615fa6e +[Software\\Classes\\System.Runtime.InteropServices.TypeLibConverter\\CLSID] 1526460881 +#time=1d3ecf38759f492 @="{F1C3BF79-C3E4-11D3-88E7-00902754C43A}" -[Software\\Classes\\System.Runtime.Remoting.Channels.ClientChannelSinkStack] 1460706648 -#time=1d196eb8600d1ca +[Software\\Classes\\System.Runtime.Remoting.Channels.ClientChannelSinkStack] 1526460881 +#time=1d3ecf387320a7c @="System.Runtime.Remoting.Channels.ClientChannelSinkStack" -[Software\\Classes\\System.Runtime.Remoting.Channels.ClientChannelSinkStack\\CLSID] 1460706648 -#time=1d196eb8600c3ec +[Software\\Classes\\System.Runtime.Remoting.Channels.ClientChannelSinkStack\\CLSID] 1526460881 +#time=1d3ecf38731ecd6 @="{DD5856E5-8151-3334-B8E9-07CB152B20A4}" -[Software\\Classes\\System.Runtime.Remoting.Channels.ServerChannelSinkStack] 1460706648 -#time=1d196eb86000ec0 +[Software\\Classes\\System.Runtime.Remoting.Channels.ServerChannelSinkStack] 1526460881 +#time=1d3ecf387309750 @="System.Runtime.Remoting.Channels.ServerChannelSinkStack" -[Software\\Classes\\System.Runtime.Remoting.Channels.ServerChannelSinkStack\\CLSID] 1460706648 -#time=1d196eb85ffff02 +[Software\\Classes\\System.Runtime.Remoting.Channels.ServerChannelSinkStack\\CLSID] 1526460881 +#time=1d3ecf387307ba8 @="{5C35F099-165E-3225-A3A5-564150EA17F5}" -[Software\\Classes\\System.Runtime.Remoting.Channels.TransportHeaders] 1460706647 -#time=1d196eb85fc9c04 +[Software\\Classes\\System.Runtime.Remoting.Channels.TransportHeaders] 1526460881 +#time=1d3ecf3872a436e @="System.Runtime.Remoting.Channels.TransportHeaders" -[Software\\Classes\\System.Runtime.Remoting.Channels.TransportHeaders\\CLSID] 1460706647 -#time=1d196eb85fc7e2c +[Software\\Classes\\System.Runtime.Remoting.Channels.TransportHeaders\\CLSID] 1526460881 +#time=1d3ecf3872a09f8 @="{48728B3F-F7D9-36C1-B3E7-8BF2E63CE1B3}" -[Software\\Classes\\System.Runtime.Remoting.Contexts.Context] 1460706647 -#time=1d196eb85fe321c +[Software\\Classes\\System.Runtime.Remoting.Contexts.Context] 1526460881 +#time=1d3ecf3872d46cc @="System.Runtime.Remoting.Contexts.Context" -[Software\\Classes\\System.Runtime.Remoting.Contexts.Context\\CLSID] 1460706647 -#time=1d196eb85fe2402 +[Software\\Classes\\System.Runtime.Remoting.Contexts.Context\\CLSID] 1526460881 +#time=1d3ecf3872d2d72 @="{A36E4EAF-EA3F-30A6-906D-374BBF7903B1}" -[Software\\Classes\\System.Runtime.Remoting.Contexts.SynchronizationAttribute] 1460706647 -#time=1d196eb85d3772a +[Software\\Classes\\System.Runtime.Remoting.Contexts.SynchronizationAttribute] 1526460880 +#time=1d3ecf386de3730 @="System.Runtime.Remoting.Contexts.SynchronizationAttribute" -[Software\\Classes\\System.Runtime.Remoting.Contexts.SynchronizationAttribute\\CLSID] 1460706647 -#time=1d196eb85d3697e +[Software\\Classes\\System.Runtime.Remoting.Contexts.SynchronizationAttribute\\CLSID] 1526460880 +#time=1d3ecf386de1dfe @="{5520B6D3-6EC6-3CE7-958B-E69FAF6EFF99}" -[Software\\Classes\\System.Runtime.Remoting.InternalRemotingServices] 1460706647 -#time=1d196eb85f0a962 +[Software\\Classes\\System.Runtime.Remoting.InternalRemotingServices] 1526460881 +#time=1d3ecf38713b3f6 @="System.Runtime.Remoting.InternalRemotingServices" -[Software\\Classes\\System.Runtime.Remoting.InternalRemotingServices\\CLSID] 1460706647 -#time=1d196eb85f09be8 +[Software\\Classes\\System.Runtime.Remoting.InternalRemotingServices\\CLSID] 1526460881 +#time=1d3ecf387138dea @="{53A3C917-BB24-3908-B58B-09ECDA99265F}" -[Software\\Classes\\System.Runtime.Remoting.Lifetime.ClientSponsor] 1460706648 -#time=1d196eb85ff1498 +[Software\\Classes\\System.Runtime.Remoting.Lifetime.ClientSponsor] 1526460881 +#time=1d3ecf3872efbf2 @="System.Runtime.Remoting.Lifetime.ClientSponsor" -[Software\\Classes\\System.Runtime.Remoting.Lifetime.ClientSponsor\\CLSID] 1460706648 -#time=1d196eb85fef6ac +[Software\\Classes\\System.Runtime.Remoting.Lifetime.ClientSponsor\\CLSID] 1526460881 +#time=1d3ecf3872ebf8e @="{FD8C8FCE-4F85-36B2-B8E8-F5A183654539}" -[Software\\Classes\\System.Runtime.Remoting.Lifetime.LifetimeServices] 1460706647 -#time=1d196eb85fbb80c +[Software\\Classes\\System.Runtime.Remoting.Lifetime.LifetimeServices] 1526460881 +#time=1d3ecf387289136 @="System.Runtime.Remoting.Lifetime.LifetimeServices" -[Software\\Classes\\System.Runtime.Remoting.Lifetime.LifetimeServices\\CLSID] 1460706647 -#time=1d196eb85fba8e4 +[Software\\Classes\\System.Runtime.Remoting.Lifetime.LifetimeServices\\CLSID] 1526460881 +#time=1d3ecf3872876ec @="{8FD730C1-DD1B-3694-84A1-8CE7159E266B}" -[Software\\Classes\\System.Runtime.Remoting.Messaging.OneWayAttribute] 1460706647 -#time=1d196eb85f9b7b4 +[Software\\Classes\\System.Runtime.Remoting.Messaging.OneWayAttribute] 1526460881 +#time=1d3ecf387258f9a @="System.Runtime.Remoting.Messaging.OneWayAttribute" -[Software\\Classes\\System.Runtime.Remoting.Messaging.OneWayAttribute\\CLSID] 1460706647 -#time=1d196eb85f98190 +[Software\\Classes\\System.Runtime.Remoting.Messaging.OneWayAttribute\\CLSID] 1526460881 +#time=1d3ecf3872558a4 @="{C30ABD41-7B5A-3D10-A6EF-56862E2979B6}" -[Software\\Classes\\System.Runtime.Remoting.Messaging.RemotingSurrogateSelector] 1460706647 -#time=1d196eb85efe694 +[Software\\Classes\\System.Runtime.Remoting.Messaging.RemotingSurrogateSelector] 1526460881 +#time=1d3ecf38711c474 @="System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" -[Software\\Classes\\System.Runtime.Remoting.Messaging.RemotingSurrogateSelector\\CLSID] 1460706647 -#time=1d196eb85efd960 +[Software\\Classes\\System.Runtime.Remoting.Messaging.RemotingSurrogateSelector\\CLSID] 1526460881 +#time=1d3ecf38711a516 @="{24EEC005-3938-3C71-821D-7F68FD850B2D}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapAttribute] 1460706647 -#time=1d196eb85f7ca26 +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapAttribute] 1526460881 +#time=1d3ecf387223944 @="System.Runtime.Remoting.Metadata.SoapAttribute" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapAttribute\\CLSID] 1460706647 -#time=1d196eb85f7bbc6 +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapAttribute\\CLSID] 1526460881 +#time=1d3ecf387221b62 @="{9B924EC5-BF13-3A98-8AC0-80877995D403}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapFieldAttribute] 1460706647 -#time=1d196eb85f549fe +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapFieldAttribute] 1526460881 +#time=1d3ecf3871cf114 @="System.Runtime.Remoting.Metadata.SoapFieldAttribute" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapFieldAttribute\\CLSID] 1460706647 -#time=1d196eb85f53752 +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapFieldAttribute\\CLSID] 1526460881 +#time=1d3ecf3871cd45e @="{5B76534C-3ACC-3D52-AA61-D788B134ABE2}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapMethodAttribute] 1460706647 -#time=1d196eb85f60eca +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapMethodAttribute] 1526460881 +#time=1d3ecf3871e7a02 @="System.Runtime.Remoting.Metadata.SoapMethodAttribute" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapMethodAttribute\\CLSID] 1460706647 -#time=1d196eb85f600ce +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapMethodAttribute\\CLSID] 1526460881 +#time=1d3ecf3871e5ce8 @="{01FF4E4B-8AD0-3171-8C82-5C2F48B87E3D}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapParameterAttribute] 1460706647 -#time=1d196eb85f45c9c +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapParameterAttribute] 1526460881 +#time=1d3ecf3871b0782 @="System.Runtime.Remoting.Metadata.SoapParameterAttribute" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapParameterAttribute\\CLSID] 1460706647 -#time=1d196eb85f43f00 +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapParameterAttribute\\CLSID] 1526460881 +#time=1d3ecf3871ac8a8 @="{C76B435D-86C2-30FD-9329-E2603246095C}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapTypeAttribute] 1460706647 -#time=1d196eb85f6eade +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapTypeAttribute] 1526460881 +#time=1d3ecf387204a4e @="System.Runtime.Remoting.Metadata.SoapTypeAttribute" -[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapTypeAttribute\\CLSID] 1460706647 -#time=1d196eb85f6cd6a +[Software\\Classes\\System.Runtime.Remoting.Metadata.SoapTypeAttribute\\CLSID] 1526460881 +#time=1d3ecf387200a7a @="{9C67F424-22DC-3D05-AB36-17EAF95881F2}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri] 1460706647 -#time=1d196eb85e0396a +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri] 1526460880 +#time=1d3ecf386f4ce78 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri\\CLSID] 1460706647 -#time=1d196eb85e0260a +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapAnyUri\\CLSID] 1526460880 +#time=1d3ecf386f4b186 @="{CDFA7117-B2A4-3A3F-B393-BC19D44F9749}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary] 1460706647 -#time=1d196eb85e574ca +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary] 1526460880 +#time=1d3ecf386fdc6fe @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary\\CLSID] 1460706647 -#time=1d196eb85e566f6 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapBase64Binary\\CLSID] 1526460880 +#time=1d3ecf386fda8f4 @="{F59D514C-F200-319F-BF3F-9E4E23B2848C}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate] 1460706647 -#time=1d196eb85ec90e8 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate] 1526460881 +#time=1d3ecf3870a5c34 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate\\CLSID] 1460706647 -#time=1d196eb85ec72e8 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDate\\CLSID] 1526460881 +#time=1d3ecf3870a250c @="{2DECBCB7-BAC0-316D-9131-43035C5CB480}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime] 1460706647 -#time=1d196eb85ef080a +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime] 1526460881 +#time=1d3ecf3870fbb16 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime\\CLSID] 1460706647 -#time=1d196eb85eee9ba +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDateTime\\CLSID] 1526460881 +#time=1d3ecf3870f705c @="{48AD62E8-BD40-37F4-8FD7-F7A17478A8E6}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay] 1460706647 -#time=1d196eb85e933da +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay] 1526460881 +#time=1d3ecf3870444f2 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay\\CLSID] 1460706647 -#time=1d196eb85e92610 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDay\\CLSID] 1526460881 +#time=1d3ecf38704271a @="{C9F0A842-3CE1-338F-A1D4-6D7BB397BDAA}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration] 1460706647 -#time=1d196eb85ee2a2a +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration] 1526460881 +#time=1d3ecf3870db88e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration\\CLSID] 1460706647 -#time=1d196eb85ee1c2e +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapDuration\\CLSID] 1526460881 +#time=1d3ecf3870d9728 @="{DE47D9CF-0107-3D66-93E9-A8ACB06B4583}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities] 1460706647 -#time=1d196eb85d96a4a +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities] 1526460880 +#time=1d3ecf386e8bfe8 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities\\CLSID] 1460706647 -#time=1d196eb85d94bc8 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntities\\CLSID] 1526460880 +#time=1d3ecf386e88c26 @="{9A3A64F4-8BA5-3DCF-880C-8D3EE06C5538}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity] 1460706647 -#time=1d196eb85d4731e +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity] 1526460880 +#time=1d3ecf386dfc69a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity\\CLSID] 1460706647 -#time=1d196eb85d4490c +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity\\CLSID] 1526460880 +#time=1d3ecf386df90ee @="{F00CA7A7-4B8D-3F2F-A5F2-CE4A4478B39C}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary] 1460706647 -#time=1d196eb85e79002 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary] 1526460881 +#time=1d3ecf38700a64e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary\\CLSID] 1460706647 -#time=1d196eb85e77108 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinary\\CLSID] 1526460881 +#time=1d3ecf38700400a @="{8C1425C9-A7D3-35CD-8248-928CA52AD49B}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId] 1460706647 -#time=1d196eb85d617fa +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId] 1526460880 +#time=1d3ecf386e2b9ea @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId\\CLSID] 1460706647 -#time=1d196eb85d60a44 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapId\\CLSID] 1526460880 +#time=1d3ecf386e2a0fe @="{FA0B54D5-F221-3648-A20C-F67A96F4A207}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref] 1460706647 -#time=1d196eb85d55e64 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref] 1526460880 +#time=1d3ecf386e15d84 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref\\CLSID] 1460706647 -#time=1d196eb85d55068 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdref\\CLSID] 1526460880 +#time=1d3ecf386e14466 @="{433CA926-9887-3541-89CC-5D74D0259144}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs] 1460706647 -#time=1d196eb85da4690 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs] 1526460880 +#time=1d3ecf386ea685c @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs\\CLSID] 1460706647 -#time=1d196eb85da3934 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapIdrefs\\CLSID] 1526460880 +#time=1d3ecf386ea4f98 @="{2763BE6B-F8CF-39D9-A2E8-9E9815C0815E}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger] 1460706647 -#time=1d196eb85e4a928 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger] 1526460880 +#time=1d3ecf386fc7baa @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger\\CLSID] 1460706647 -#time=1d196eb85e499d8 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapInteger\\CLSID] 1526460880 +#time=1d3ecf386fc61d8 @="{09A60795-31C0-3A79-9250-8D93C74FE540}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage] 1460706647 -#time=1d196eb85dc0e8a +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage] 1526460880 +#time=1d3ecf386ed4a36 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage\\CLSID] 1460706647 -#time=1d196eb85dbefae +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapLanguage\\CLSID] 1526460880 +#time=1d3ecf386ed1390 @="{84F70B6C-D59E-394A-B879-FFCC30DDCAA2}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth] 1460706647 -#time=1d196eb85e87026 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth] 1526460881 +#time=1d3ecf38702e206 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth\\CLSID] 1460706647 -#time=1d196eb85e860c2 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonth\\CLSID] 1526460881 +#time=1d3ecf38702c636 @="{CAEC7D4F-0B02-3579-943F-821738EE78CC}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay] 1460706647 -#time=1d196eb85ea132c +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay] 1526460881 +#time=1d3ecf38705ec9e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay\\CLSID] 1460706647 -#time=1d196eb85e9f518 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapMonthDay\\CLSID] 1526460881 +#time=1d3ecf38705b9cc @="{463AE13F-C7E5-357E-A41C-DF8762FFF85C}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName] 1460706647 -#time=1d196eb85db288a +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName] 1526460880 +#time=1d3ecf386ebaf0a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName\\CLSID] 1460706647 -#time=1d196eb85db19ee +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapName\\CLSID] 1526460880 +#time=1d3ecf386eb968c @="{4E515531-7A71-3CDD-8078-0A01C85C8F9D}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName] 1460706647 -#time=1d196eb85d6f15c +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName] 1526460880 +#time=1d3ecf386e43a54 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName\\CLSID] 1460706647 -#time=1d196eb85d6d316 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNcName\\CLSID] 1526460880 +#time=1d3ecf386e403ea @="{D13B741D-051F-322F-93AA-1367A3C8AAFB}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger] 1460706647 -#time=1d196eb85e11da8 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger] 1526460880 +#time=1d3ecf386f659f0 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger\\CLSID] 1460706647 -#time=1d196eb85e0feae +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNegativeInteger\\CLSID] 1526460880 +#time=1d3ecf386f617e2 @="{C41D0B30-A518-3093-A18F-364AF9E71EB7}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken] 1460706647 -#time=1d196eb85d8905c +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken] 1526460880 +#time=1d3ecf386e74302 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken\\CLSID] 1460706647 -#time=1d196eb85d881de +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtoken\\CLSID] 1526460880 +#time=1d3ecf386e7294e @="{C498F2D9-A77C-3D4B-A1A5-12CC7B99115D}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens] 1460706647 -#time=1d196eb85d7ce1a +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens] 1526460880 +#time=1d3ecf386e5e660 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens\\CLSID] 1460706647 -#time=1d196eb85d7be52 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNmtokens\\CLSID] 1526460880 +#time=1d3ecf386e5cc16 @="{14BE6B21-C682-3A3A-8B24-FEE75B4FF8C5}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger] 1460706647 -#time=1d196eb85e1ff02 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger] 1526460880 +#time=1d3ecf386f7fa80 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger\\CLSID] 1460706647 -#time=1d196eb85e1f02a +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonNegativeInteger\\CLSID] 1526460880 +#time=1d3ecf386f7e22a @="{6850404F-D7FB-32BD-8328-C94F66E8C1C7}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger] 1460706647 -#time=1d196eb85e2b956 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger] 1526460880 +#time=1d3ecf386f9538a @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger\\CLSID] 1460706647 -#time=1d196eb85e2abaa +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNonPositiveInteger\\CLSID] 1526460880 +#time=1d3ecf386f939e0 @="{2BB6C5E0-C2B9-3608-8868-21CFD6DDB91E}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString] 1460706647 -#time=1d196eb85ddb640 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString] 1526460880 +#time=1d3ecf386f039c6 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString\\CLSID] 1460706647 -#time=1d196eb85dda70e +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNormalizedString\\CLSID] 1526460880 +#time=1d3ecf386f0212a @="{0E71F9BD-C109-3352-BD60-14F96D56B6F3}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation] 1460706647 -#time=1d196eb85de8f8e +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation] 1526460880 +#time=1d3ecf386f1cb06 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation\\CLSID] 1460706647 -#time=1d196eb85de71d4 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapNotation\\CLSID] 1526460880 +#time=1d3ecf386f19708 @="{B54E38F8-17FF-3D0A-9FF3-5E662DE2055F}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger] 1460706647 -#time=1d196eb85e3a154 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger] 1526460880 +#time=1d3ecf386fad3b8 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger\\CLSID] 1460706647 -#time=1d196eb85e37ad0 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapPositiveInteger\\CLSID] 1526460880 +#time=1d3ecf386fa9eca @="{7B769B29-35F0-3BDC-AAE9-E99937F6CDEC}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName] 1460706647 -#time=1d196eb85df6b66 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName] 1526460880 +#time=1d3ecf386f35d68 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName\\CLSID] 1460706647 -#time=1d196eb85df5d88 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapQName\\CLSID] 1526460880 +#time=1d3ecf386f3445e @="{D8A4F3EB-E7EC-3620-831A-B052A67C9944}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime] 1460706647 -#time=1d196eb85ed6ed2 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime] 1526460881 +#time=1d3ecf3870c0c6e @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime\\CLSID] 1460706647 -#time=1d196eb85ed60f4 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapTime\\CLSID] 1526460881 +#time=1d3ecf3870bec98 @="{D049DC2B-82C3-3350-A1CC-BF69FEE3825E}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken] 1460706647 -#time=1d196eb85dcf070 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken] 1526460880 +#time=1d3ecf386eef4bc @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken\\CLSID] 1460706647 -#time=1d196eb85dce274 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapToken\\CLSID] 1526460880 +#time=1d3ecf386eedc20 @="{777F668E-3272-39CD-A8B5-860935A35181}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear] 1460706647 -#time=1d196eb85eaed92 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear] 1526460881 +#time=1d3ecf387076984 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear\\CLSID] 1460706647 -#time=1d196eb85eadf96 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYear\\CLSID] 1526460881 +#time=1d3ecf38707511a @="{75999EBA-0679-3D43-BDC4-02E4D637F1B1}" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth] 1460706647 -#time=1d196eb85ebb696 +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth] 1526460881 +#time=1d3ecf38708be06 @="System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth" -[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth\\CLSID] 1460706647 -#time=1d196eb85eba85e +[Software\\Classes\\System.Runtime.Remoting.Metadata.W3cXsd2001.SoapYearMonth\\CLSID] 1526460881 +#time=1d3ecf38708a6d2 @="{A7136BDF-B141-3913-9D1C-9BC5AFF21470}" -[Software\\Classes\\System.Runtime.Remoting.ObjRef] 1460706647 -#time=1d196eb85fad3ec +[Software\\Classes\\System.Runtime.Remoting.ObjRef] 1526460881 +#time=1d3ecf387273ae8 @="System.Runtime.Remoting.ObjRef" -[Software\\Classes\\System.Runtime.Remoting.ObjRef\\CLSID] 1460706647 -#time=1d196eb85fac622 +[Software\\Classes\\System.Runtime.Remoting.ObjRef\\CLSID] 1526460881 +#time=1d3ecf387272134 @="{21F5A790-53EA-3D73-86C3-A5BA6CF65FE9}" -[Software\\Classes\\System.Runtime.Remoting.Proxies.ProxyAttribute] 1460706647 -#time=1d196eb85f88786 +[Software\\Classes\\System.Runtime.Remoting.Proxies.ProxyAttribute] 1526460881 +#time=1d3ecf38723b878 @="System.Runtime.Remoting.Proxies.ProxyAttribute" -[Software\\Classes\\System.Runtime.Remoting.Proxies.ProxyAttribute\\CLSID] 1460706647 -#time=1d196eb85f8794e +[Software\\Classes\\System.Runtime.Remoting.Proxies.ProxyAttribute\\CLSID] 1526460881 +#time=1d3ecf387239ac8 @="{1163D0CA-2A02-37C1-BF3F-A9B9E9D49245}" -[Software\\Classes\\System.Runtime.Remoting.RemotingException] 1460706647 -#time=1d196eb85f38268 +[Software\\Classes\\System.Runtime.Remoting.RemotingException] 1526460881 +#time=1d3ecf387192b92 @="System.Runtime.Remoting.RemotingException" -[Software\\Classes\\System.Runtime.Remoting.RemotingException\\CLSID] 1460706647 -#time=1d196eb85f37476 +[Software\\Classes\\System.Runtime.Remoting.RemotingException\\CLSID] 1526460881 +#time=1d3ecf387190da6 @="{24540EBC-316E-35D2-80DB-8A535CAF6A35}" -[Software\\Classes\\System.Runtime.Remoting.RemotingTimeoutException] 1460706647 -#time=1d196eb85f1b910 +[Software\\Classes\\System.Runtime.Remoting.RemotingTimeoutException] 1526460881 +#time=1d3ecf38715b9b2 @="System.Runtime.Remoting.RemotingTimeoutException" -[Software\\Classes\\System.Runtime.Remoting.RemotingTimeoutException\\CLSID] 1460706647 -#time=1d196eb85f18a3a +[Software\\Classes\\System.Runtime.Remoting.RemotingTimeoutException\\CLSID] 1526460881 +#time=1d3ecf387157c54 @="{3CDED51A-86B4-39F0-A12A-5D1FDCED6546}" -[Software\\Classes\\System.Runtime.Remoting.ServerException] 1460706647 -#time=1d196eb85f2c2e2 +[Software\\Classes\\System.Runtime.Remoting.ServerException] 1526460881 +#time=1d3ecf38717a9fc @="System.Runtime.Remoting.ServerException" -[Software\\Classes\\System.Runtime.Remoting.ServerException\\CLSID] 1460706647 -#time=1d196eb85f2b144 +[Software\\Classes\\System.Runtime.Remoting.ServerException\\CLSID] 1526460881 +#time=1d3ecf387178166 @="{DB13821E-9835-3958-8539-1E021399AB6C}" -[Software\\Classes\\System.Runtime.Remoting.Services.EnterpriseServicesHelper] 1460706647 -#time=1d196eb85fd7674 +[Software\\Classes\\System.Runtime.Remoting.Services.EnterpriseServicesHelper] 1526460881 +#time=1d3ecf3872bf5a6 @="System.Runtime.Remoting.Services.EnterpriseServicesHelper" -[Software\\Classes\\System.Runtime.Remoting.Services.EnterpriseServicesHelper\\CLSID] 1460706647 -#time=1d196eb85fd690e +[Software\\Classes\\System.Runtime.Remoting.Services.EnterpriseServicesHelper\\CLSID] 1526460881 +#time=1d3ecf3872bda44 @="{BC5062B6-79E8-3F19-A87E-F9DAF826960C}" -[Software\\Classes\\System.Runtime.Remoting.Services.TrackingServices] 1460706647 -#time=1d196eb85d2bc72 +[Software\\Classes\\System.Runtime.Remoting.Services.TrackingServices] 1526460880 +#time=1d3ecf386dcd584 @="System.Runtime.Remoting.Services.TrackingServices" -[Software\\Classes\\System.Runtime.Remoting.Services.TrackingServices\\CLSID] 1460706647 -#time=1d196eb85d2aeb2 +[Software\\Classes\\System.Runtime.Remoting.Services.TrackingServices\\CLSID] 1526460880 +#time=1d3ecf386dcbbe4 @="{E822F35C-DDC2-3FB2-9768-A2AEBCED7C40}" -[Software\\Classes\\System.Runtime.Serialization.FormatterConverter] 1460706647 -#time=1d196eb85aabe20 +[Software\\Classes\\System.Runtime.Serialization.FormatterConverter] 1526460880 +#time=1d3ecf386990732 @="System.Runtime.Serialization.FormatterConverter" -[Software\\Classes\\System.Runtime.Serialization.FormatterConverter\\CLSID] 1460706647 -#time=1d196eb85aab0ec +[Software\\Classes\\System.Runtime.Serialization.FormatterConverter\\CLSID] 1526460880 +#time=1d3ecf38698eec8 @="{D23D2F41-1D69-3E03-A275-32AE381223AC}" -[Software\\Classes\\System.Runtime.Serialization.Formatters.Binary.BinaryFormatter] 1460706647 -#time=1d196eb85ce8cec +[Software\\Classes\\System.Runtime.Serialization.Formatters.Binary.BinaryFormatter] 1526460880 +#time=1d3ecf386d523de @="System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" -[Software\\Classes\\System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\\CLSID] 1460706647 -#time=1d196eb85ce7ec8 +[Software\\Classes\\System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\\CLSID] 1526460880 +#time=1d3ecf386d5066a @="{50369004-DB9A-3A75-BE7A-1D0EF017B9D3}" -[Software\\Classes\\System.Runtime.Serialization.Formatters.InternalRM] 1460706647 -#time=1d196eb85d106ac +[Software\\Classes\\System.Runtime.Serialization.Formatters.InternalRM] 1526460880 +#time=1d3ecf386d9aa58 @="System.Runtime.Serialization.Formatters.InternalRM" -[Software\\Classes\\System.Runtime.Serialization.Formatters.InternalRM\\CLSID] 1460706647 -#time=1d196eb85d0f91e +[Software\\Classes\\System.Runtime.Serialization.Formatters.InternalRM\\CLSID] 1526460880 +#time=1d3ecf386d9923e @="{CF8F7FCF-94FE-3516-90E9-C103156DD2D5}" -[Software\\Classes\\System.Runtime.Serialization.Formatters.SoapFault] 1460706647 -#time=1d196eb85cf6e50 +[Software\\Classes\\System.Runtime.Serialization.Formatters.SoapFault] 1526460880 +#time=1d3ecf386d6bb2c @="System.Runtime.Serialization.Formatters.SoapFault" -[Software\\Classes\\System.Runtime.Serialization.Formatters.SoapFault\\CLSID] 1460706647 -#time=1d196eb85cf50fa +[Software\\Classes\\System.Runtime.Serialization.Formatters.SoapFault\\CLSID] 1526460880 +#time=1d3ecf386d68760 @="{A8D058C4-D923-3859-9490-D3888FC90439}" -[Software\\Classes\\System.Runtime.Serialization.Formatters.SoapMessage] 1460706647 -#time=1d196eb85d04c58 +[Software\\Classes\\System.Runtime.Serialization.Formatters.SoapMessage] 1526460880 +#time=1d3ecf386d863dc @="System.Runtime.Serialization.Formatters.SoapMessage" -[Software\\Classes\\System.Runtime.Serialization.Formatters.SoapMessage\\CLSID] 1460706647 -#time=1d196eb85d03b78 +[Software\\Classes\\System.Runtime.Serialization.Formatters.SoapMessage\\CLSID] 1526460880 +#time=1d3ecf386d84ba4 @="{E772BBE6-CB52-3C19-876A-D1BFA2305F4E}" -[Software\\Classes\\System.Runtime.Serialization.ObjectIDGenerator] 1460706647 -#time=1d196eb85aa2398 +[Software\\Classes\\System.Runtime.Serialization.ObjectIDGenerator] 1526460880 +#time=1d3ecf38697dcf4 @="System.Runtime.Serialization.ObjectIDGenerator" -[Software\\Classes\\System.Runtime.Serialization.ObjectIDGenerator\\CLSID] 1460706647 -#time=1d196eb85aa159c +[Software\\Classes\\System.Runtime.Serialization.ObjectIDGenerator\\CLSID] 1526460880 +#time=1d3ecf38697c480 @="{4F272C37-F0A8-350C-867B-2C03B2B16B80}" -[Software\\Classes\\System.Runtime.Serialization.OnDeserializedAttribute] 1460706648 -#time=1d196eb863b00c0 +[Software\\Classes\\System.Runtime.Serialization.OnDeserializedAttribute] 1526460882 +#time=1d3ecf387989cb0 @="System.Runtime.Serialization.OnDeserializedAttribute" -[Software\\Classes\\System.Runtime.Serialization.OnDeserializedAttribute\\CLSID] 1460706648 -#time=1d196eb863af1f2 +[Software\\Classes\\System.Runtime.Serialization.OnDeserializedAttribute\\CLSID] 1526460882 +#time=1d3ecf38798845a @="{18B1C7EE-68E3-35BB-9E40-469A223285F7}" -[Software\\Classes\\System.Runtime.Serialization.OnDeserializingAttribute] 1460706648 -#time=1d196eb863b7d52 +[Software\\Classes\\System.Runtime.Serialization.OnDeserializingAttribute] 1526460882 +#time=1d3ecf3879994a8 @="System.Runtime.Serialization.OnDeserializingAttribute" -[Software\\Classes\\System.Runtime.Serialization.OnDeserializingAttribute\\CLSID] 1460706648 -#time=1d196eb863b6fce +[Software\\Classes\\System.Runtime.Serialization.OnDeserializingAttribute\\CLSID] 1526460882 +#time=1d3ecf387997c20 @="{30AC0B94-3BDB-3199-8A5D-ECA0C5458381}" -[Software\\Classes\\System.Runtime.Serialization.OnSerializedAttribute] 1460706648 -#time=1d196eb863bf91c +[Software\\Classes\\System.Runtime.Serialization.OnSerializedAttribute] 1526460882 +#time=1d3ecf3879a7378 @="System.Runtime.Serialization.OnSerializedAttribute" -[Software\\Classes\\System.Runtime.Serialization.OnSerializedAttribute\\CLSID] 1460706648 -#time=1d196eb863beae4 +[Software\\Classes\\System.Runtime.Serialization.OnSerializedAttribute\\CLSID] 1526460882 +#time=1d3ecf3879a5afa @="{6F8527BF-5AAD-3236-B639-A05177332EFE}" -[Software\\Classes\\System.Runtime.Serialization.OnSerializingAttribute] 1460706648 -#time=1d196eb863c8120 +[Software\\Classes\\System.Runtime.Serialization.OnSerializingAttribute] 1526460882 +#time=1d3ecf3879b478a @="System.Runtime.Serialization.OnSerializingAttribute" -[Software\\Classes\\System.Runtime.Serialization.OnSerializingAttribute\\CLSID] 1460706648 -#time=1d196eb863c6fe6 +[Software\\Classes\\System.Runtime.Serialization.OnSerializingAttribute\\CLSID] 1526460882 +#time=1d3ecf3879b2e62 @="{9BF86F6E-B0E1-348B-9627-6970672EB3D3}" -[Software\\Classes\\System.Runtime.Serialization.OptionalFieldAttribute] 1460706648 -#time=1d196eb863d02da +[Software\\Classes\\System.Runtime.Serialization.OptionalFieldAttribute] 1526460882 +#time=1d3ecf3879c4342 @="System.Runtime.Serialization.OptionalFieldAttribute" -[Software\\Classes\\System.Runtime.Serialization.OptionalFieldAttribute\\CLSID] 1460706648 -#time=1d196eb863cf4fc +[Software\\Classes\\System.Runtime.Serialization.OptionalFieldAttribute\\CLSID] 1526460882 +#time=1d3ecf3879c1eda @="{1C97EF1D-74ED-3D21-84A4-8631D959634A}" -[Software\\Classes\\System.Runtime.Serialization.SerializationException] 1460706647 -#time=1d196eb85a9864a +[Software\\Classes\\System.Runtime.Serialization.SerializationException] 1526460880 +#time=1d3ecf38696b95a @="System.Runtime.Serialization.SerializationException" -[Software\\Classes\\System.Runtime.Serialization.SerializationException\\CLSID] 1460706647 -#time=1d196eb85a9784e +[Software\\Classes\\System.Runtime.Serialization.SerializationException\\CLSID] 1526460880 +#time=1d3ecf38696a0c8 @="{57154C7C-EDB2-3BFD-A8BA-924C60913EBF}" -[Software\\Classes\\System.Runtime.Serialization.SurrogateSelector] 1460706647 -#time=1d196eb85a8e960 +[Software\\Classes\\System.Runtime.Serialization.SurrogateSelector] 1526460880 +#time=1d3ecf386958da0 @="System.Runtime.Serialization.SurrogateSelector" -[Software\\Classes\\System.Runtime.Serialization.SurrogateSelector\\CLSID] 1460706647 -#time=1d196eb85a8d916 +[Software\\Classes\\System.Runtime.Serialization.SurrogateSelector\\CLSID] 1526460880 +#time=1d3ecf3869574a0 @="{88C8A919-EB24-3CCA-84F7-2EA82BB3F3ED}" -[Software\\Classes\\System.Security.AllowPartiallyTrustedCallersAttribute] 1460706648 -#time=1d196eb860370ba +[Software\\Classes\\System.Security.AllowPartiallyTrustedCallersAttribute] 1526460881 +#time=1d3ecf38736ca76 @="System.Security.AllowPartiallyTrustedCallersAttribute" -[Software\\Classes\\System.Security.AllowPartiallyTrustedCallersAttribute\\CLSID] 1460706648 -#time=1d196eb8603623c +[Software\\Classes\\System.Security.AllowPartiallyTrustedCallersAttribute\\CLSID] 1526460881 +#time=1d3ecf38736b072 @="{5610F042-FF1D-36D0-996C-68F7A207D1F0}" -[Software\\Classes\\System.Security.Cryptography.CryptoConfig] 1460706647 -#time=1d196eb858c6830 +[Software\\Classes\\System.Security.Cryptography.CryptoConfig] 1526460879 +#time=1d3ecf386627910 @="System.Security.Cryptography.CryptoConfig" -[Software\\Classes\\System.Security.Cryptography.CryptoConfig\\CLSID] 1460706647 -#time=1d196eb858c3fd6 +[Software\\Classes\\System.Security.Cryptography.CryptoConfig\\CLSID] 1526460879 +#time=1d3ecf386624076 @="{9EA60ECA-3DCD-340F-8E95-67845D185999}" -[Software\\Classes\\System.Security.Cryptography.CryptographicException] 1460706647 -#time=1d196eb858ff05e +[Software\\Classes\\System.Security.Cryptography.CryptographicException] 1526460880 +#time=1d3ecf38668d1e8 @="System.Security.Cryptography.CryptographicException" -[Software\\Classes\\System.Security.Cryptography.CryptographicException\\CLSID] 1460706647 -#time=1d196eb858fe212 +[Software\\Classes\\System.Security.Cryptography.CryptographicException\\CLSID] 1526460880 +#time=1d3ecf38668b9d8 @="{7F8C7DC5-D8B4-3758-981F-02AF6B42461A}" -[Software\\Classes\\System.Security.Cryptography.CryptographicUnexpectedOperationException] 1460706647 -#time=1d196eb858f55ea +[Software\\Classes\\System.Security.Cryptography.CryptographicUnexpectedOperationException] 1526460880 +#time=1d3ecf38667b060 @="System.Security.Cryptography.CryptographicUnexpectedOperationException" -[Software\\Classes\\System.Security.Cryptography.CryptographicUnexpectedOperationException\\CLSID] 1460706647 -#time=1d196eb858f4884 +[Software\\Classes\\System.Security.Cryptography.CryptographicUnexpectedOperationException\\CLSID] 1526460880 +#time=1d3ecf386679382 @="{C41FA05C-8A7A-3157-8166-4104BB4925BA}" -[Software\\Classes\\System.Security.Cryptography.CspParameters] 1460706647 -#time=1d196eb858e2224 +[Software\\Classes\\System.Security.Cryptography.CspParameters] 1526460879 +#time=1d3ecf386659fbe @="System.Security.Cryptography.CspParameters" -[Software\\Classes\\System.Security.Cryptography.CspParameters\\CLSID] 1460706647 -#time=1d196eb858dddb4 +[Software\\Classes\\System.Security.Cryptography.CspParameters\\CLSID] 1526460879 +#time=1d3ecf38665108a @="{AF60343F-6C7B-3761-839F-0C44E3CA06DA}" -[Software\\Classes\\System.Security.Cryptography.DESCryptoServiceProvider] 1460706647 -#time=1d196eb858a9866 +[Software\\Classes\\System.Security.Cryptography.DESCryptoServiceProvider] 1526460879 +#time=1d3ecf3865f8cfa @="System.Security.Cryptography.DESCryptoServiceProvider" -[Software\\Classes\\System.Security.Cryptography.DESCryptoServiceProvider\\CLSID] 1460706647 -#time=1d196eb858a516c +[Software\\Classes\\System.Security.Cryptography.DESCryptoServiceProvider\\CLSID] 1526460879 +#time=1d3ecf3865f3e4e @="{B6EB52D5-BB1C-3380-8BCA-345FF43F4B04}" -[Software\\Classes\\System.Security.Cryptography.DSACryptoServiceProvider] 1460706647 -#time=1d196eb8588eb2e +[Software\\Classes\\System.Security.Cryptography.DSACryptoServiceProvider] 1526460879 +#time=1d3ecf3865ce69e @="System.Security.Cryptography.DSACryptoServiceProvider" -[Software\\Classes\\System.Security.Cryptography.DSACryptoServiceProvider\\CLSID] 1460706647 -#time=1d196eb8588bbcc +[Software\\Classes\\System.Security.Cryptography.DSACryptoServiceProvider\\CLSID] 1526460879 +#time=1d3ecf3865c9900 @="{673DFE75-9F93-304F-ABA8-D2A86BA87D7C}" -[Software\\Classes\\System.Security.Cryptography.DSASignatureDeformatter] 1460706647 -#time=1d196eb8586d32a +[Software\\Classes\\System.Security.Cryptography.DSASignatureDeformatter] 1526460879 +#time=1d3ecf386596848 @="System.Security.Cryptography.DSASignatureDeformatter" -[Software\\Classes\\System.Security.Cryptography.DSASignatureDeformatter\\CLSID] 1460706647 -#time=1d196eb8586a04e +[Software\\Classes\\System.Security.Cryptography.DSASignatureDeformatter\\CLSID] 1526460879 +#time=1d3ecf3865916f4 @="{1F17C39C-99D5-37E0-8E98-8F27044BD50A}" -[Software\\Classes\\System.Security.Cryptography.DSASignatureFormatter] 1460706647 -#time=1d196eb85851a58 +[Software\\Classes\\System.Security.Cryptography.DSASignatureFormatter] 1526460879 +#time=1d3ecf386566850 @="System.Security.Cryptography.DSASignatureFormatter" -[Software\\Classes\\System.Security.Cryptography.DSASignatureFormatter\\CLSID] 1460706647 -#time=1d196eb8584fcc6 +[Software\\Classes\\System.Security.Cryptography.DSASignatureFormatter\\CLSID] 1526460879 +#time=1d3ecf386563524 @="{8F6D198C-E66F-3A87-AA3F-F885DD09EA13}" -[Software\\Classes\\System.Security.Cryptography.FromBase64Transform] 1460706647 -#time=1d196eb85909130 +[Software\\Classes\\System.Security.Cryptography.FromBase64Transform] 1526460880 +#time=1d3ecf38669f992 @="System.Security.Cryptography.FromBase64Transform" -[Software\\Classes\\System.Security.Cryptography.FromBase64Transform\\CLSID] 1460706647 -#time=1d196eb8590805a +[Software\\Classes\\System.Security.Cryptography.FromBase64Transform\\CLSID] 1526460880 +#time=1d3ecf38669e128 @="{C1ABB475-F198-39D5-BF8D-330BC7189661}" -[Software\\Classes\\System.Security.Cryptography.HMACMD5] 1460706648 -#time=1d196eb86332f6c +[Software\\Classes\\System.Security.Cryptography.HMACMD5] 1526460881 +#time=1d3ecf3878c3d58 @="System.Security.Cryptography.HMACMD5" -[Software\\Classes\\System.Security.Cryptography.HMACMD5\\CLSID] 1460706648 -#time=1d196eb8632f9ca +[Software\\Classes\\System.Security.Cryptography.HMACMD5\\CLSID] 1526460881 +#time=1d3ecf3878becb8 @="{A7EDDCB5-6043-3988-921C-25E3DEE6322B}" -[Software\\Classes\\System.Security.Cryptography.HMACRIPEMD160] 1460706648 -#time=1d196eb86310ade +[Software\\Classes\\System.Security.Cryptography.HMACRIPEMD160] 1526460881 +#time=1d3ecf38788701a @="System.Security.Cryptography.HMACRIPEMD160" -[Software\\Classes\\System.Security.Cryptography.HMACRIPEMD160\\CLSID] 1460706648 -#time=1d196eb8630fb8e +[Software\\Classes\\System.Security.Cryptography.HMACRIPEMD160\\CLSID] 1526460881 +#time=1d3ecf387885602 @="{20051D1B-321F-3E4D-A3DA-5FBE892F7EC5}" -[Software\\Classes\\System.Security.Cryptography.HMACSHA1] 1460706647 -#time=1d196eb85835074 +[Software\\Classes\\System.Security.Cryptography.HMACSHA1] 1526460879 +#time=1d3ecf386534864 @="System.Security.Cryptography.HMACSHA1" -[Software\\Classes\\System.Security.Cryptography.HMACSHA1\\CLSID] 1460706647 -#time=1d196eb85833012 +[Software\\Classes\\System.Security.Cryptography.HMACSHA1\\CLSID] 1526460879 +#time=1d3ecf386531588 @="{00B01B2E-B1FE-33A6-AD40-57DE8358DC7D}" -[Software\\Classes\\System.Security.Cryptography.HMACSHA256] 1460706648 -#time=1d196eb86328530 +[Software\\Classes\\System.Security.Cryptography.HMACSHA256] 1526460881 +#time=1d3ecf3878b29cc @="System.Security.Cryptography.HMACSHA256" -[Software\\Classes\\System.Security.Cryptography.HMACSHA256\\CLSID] 1460706648 -#time=1d196eb863286c0 +[Software\\Classes\\System.Security.Cryptography.HMACSHA256\\CLSID] 1526460881 +#time=1d3ecf3878b2b98 @="{2C314899-8F99-3041-A49D-2F6AFC0E6296}" -[Software\\Classes\\System.Security.Cryptography.HMACSHA384] 1460706648 -#time=1d196eb863217d0 +[Software\\Classes\\System.Security.Cryptography.HMACSHA384] 1526460881 +#time=1d3ecf3878a6730 @="System.Security.Cryptography.HMACSHA384" -[Software\\Classes\\System.Security.Cryptography.HMACSHA384\\CLSID] 1460706648 -#time=1d196eb86321974 +[Software\\Classes\\System.Security.Cryptography.HMACSHA384\\CLSID] 1526460881 +#time=1d3ecf3878a68fc @="{AE53ED01-CAB4-39CE-854A-8BF544EEEC35}" -[Software\\Classes\\System.Security.Cryptography.HMACSHA512] 1460706648 -#time=1d196eb8631890a +[Software\\Classes\\System.Security.Cryptography.HMACSHA512] 1526460881 +#time=1d3ecf387894620 @="System.Security.Cryptography.HMACSHA512" -[Software\\Classes\\System.Security.Cryptography.HMACSHA512\\CLSID] 1460706648 -#time=1d196eb863179e2 +[Software\\Classes\\System.Security.Cryptography.HMACSHA512\\CLSID] 1526460881 +#time=1d3ecf387892dca @="{477A7D8E-8D26-3959-88F6-F6AB7E7F50CF}" -[Software\\Classes\\System.Security.Cryptography.MACTripleDES] 1460706647 -#time=1d196eb8580b166 +[Software\\Classes\\System.Security.Cryptography.MACTripleDES] 1526460879 +#time=1d3ecf3864f6334 @="System.Security.Cryptography.MACTripleDES" -[Software\\Classes\\System.Security.Cryptography.MACTripleDES\\CLSID] 1460706647 -#time=1d196eb85805108 +[Software\\Classes\\System.Security.Cryptography.MACTripleDES\\CLSID] 1526460879 +#time=1d3ecf3864edb08 @="{39B68485-6773-3C46-82E9-56D8F0B4570C}" -[Software\\Classes\\System.Security.Cryptography.MD5CryptoServiceProvider] 1460706647 -#time=1d196eb857e7842 +[Software\\Classes\\System.Security.Cryptography.MD5CryptoServiceProvider] 1526460879 +#time=1d3ecf3864be754 @="System.Security.Cryptography.MD5CryptoServiceProvider" -[Software\\Classes\\System.Security.Cryptography.MD5CryptoServiceProvider\\CLSID] 1460706647 -#time=1d196eb857e4ce6 +[Software\\Classes\\System.Security.Cryptography.MD5CryptoServiceProvider\\CLSID] 1526460879 +#time=1d3ecf3864b8e80 @="{D2548BF2-801A-36AF-8800-1F11FBF54361}" -[Software\\Classes\\System.Security.Cryptography.PKCS1MaskGenerationMethod] 1460706647 -#time=1d196eb857d271c +[Software\\Classes\\System.Security.Cryptography.PKCS1MaskGenerationMethod] 1526460879 +#time=1d3ecf386499a1c @="System.Security.Cryptography.PKCS1MaskGenerationMethod" -[Software\\Classes\\System.Security.Cryptography.PKCS1MaskGenerationMethod\\CLSID] 1460706647 -#time=1d196eb857cf238 +[Software\\Classes\\System.Security.Cryptography.PKCS1MaskGenerationMethod\\CLSID] 1526460879 +#time=1d3ecf386490872 @="{7AE844F0-ECA8-3F15-AE27-AFA21A2AA6F8}" -[Software\\Classes\\System.Security.Cryptography.RC2CryptoServiceProvider] 1460706647 -#time=1d196eb857c666a +[Software\\Classes\\System.Security.Cryptography.RC2CryptoServiceProvider] 1526460879 +#time=1d3ecf3864811f6 @="System.Security.Cryptography.RC2CryptoServiceProvider" -[Software\\Classes\\System.Security.Cryptography.RC2CryptoServiceProvider\\CLSID] 1460706647 -#time=1d196eb857c588c +[Software\\Classes\\System.Security.Cryptography.RC2CryptoServiceProvider\\CLSID] 1526460879 +#time=1d3ecf38647f32e @="{62E92675-CB77-3FC9-8597-1A81A5F18013}" -[Software\\Classes\\System.Security.Cryptography.RijndaelManaged] 1460706647 -#time=1d196eb85764f64 +[Software\\Classes\\System.Security.Cryptography.RijndaelManaged] 1526460879 +#time=1d3ecf3863dea50 @="System.Security.Cryptography.RijndaelManaged" -[Software\\Classes\\System.Security.Cryptography.RijndaelManaged\\CLSID] 1460706647 -#time=1d196eb85764168 +[Software\\Classes\\System.Security.Cryptography.RijndaelManaged\\CLSID] 1526460879 +#time=1d3ecf3863dcb60 @="{1F9F18A3-EFC0-3913-84A5-90678A4A9A80}" -[Software\\Classes\\System.Security.Cryptography.RIPEMD160Managed] 1460706648 -#time=1d196eb8630a6de +[Software\\Classes\\System.Security.Cryptography.RIPEMD160Managed] 1526460881 +#time=1d3ecf38787c994 @="System.Security.Cryptography.RIPEMD160Managed" -[Software\\Classes\\System.Security.Cryptography.RIPEMD160Managed\\CLSID] 1460706648 -#time=1d196eb86304f72 +[Software\\Classes\\System.Security.Cryptography.RIPEMD160Managed\\CLSID] 1526460881 +#time=1d3ecf387872a70 @="{3D367908-928F-3C13-8B93-5E1718820F6D}" -[Software\\Classes\\System.Security.Cryptography.RNGCryptoServiceProvider] 1460706647 -#time=1d196eb857bc1e2 +[Software\\Classes\\System.Security.Cryptography.RNGCryptoServiceProvider] 1526460879 +#time=1d3ecf38646fc80 @="System.Security.Cryptography.RNGCryptoServiceProvider" -[Software\\Classes\\System.Security.Cryptography.RNGCryptoServiceProvider\\CLSID] 1460706647 -#time=1d196eb857bb472 +[Software\\Classes\\System.Security.Cryptography.RNGCryptoServiceProvider\\CLSID] 1526460879 +#time=1d3ecf38646da0c @="{40031115-09D2-3851-A13F-56930BE48038}" -[Software\\Classes\\System.Security.Cryptography.RSACryptoServiceProvider] 1460706647 -#time=1d196eb857b2098 +[Software\\Classes\\System.Security.Cryptography.RSACryptoServiceProvider] 1526460879 +#time=1d3ecf38645d2ec @="System.Security.Cryptography.RSACryptoServiceProvider" -[Software\\Classes\\System.Security.Cryptography.RSACryptoServiceProvider\\CLSID] 1460706647 -#time=1d196eb857b0f54 +[Software\\Classes\\System.Security.Cryptography.RSACryptoServiceProvider\\CLSID] 1526460879 +#time=1d3ecf38645ba82 @="{D9035152-6B1F-33E3-86F4-411CD21CDE0E}" -[Software\\Classes\\System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter] 1460706647 -#time=1d196eb857a508c +[Software\\Classes\\System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter] 1526460879 +#time=1d3ecf38644aaf2 @="System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter" -[Software\\Classes\\System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter\\CLSID] 1460706647 -#time=1d196eb857a3e6c +[Software\\Classes\\System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter\\CLSID] 1526460879 +#time=1d3ecf386449134 @="{4D187AC2-D815-3B7E-BCEA-8E0BBC702F7C}" -[Software\\Classes\\System.Security.Cryptography.RSAOAEPKeyExchangeFormatter] 1460706647 -#time=1d196eb857989d6 +[Software\\Classes\\System.Security.Cryptography.RSAOAEPKeyExchangeFormatter] 1526460879 +#time=1d3ecf38643830c @="System.Security.Cryptography.RSAOAEPKeyExchangeFormatter" -[Software\\Classes\\System.Security.Cryptography.RSAOAEPKeyExchangeFormatter\\CLSID] 1460706647 -#time=1d196eb85797a90 +[Software\\Classes\\System.Security.Cryptography.RSAOAEPKeyExchangeFormatter\\CLSID] 1526460879 +#time=1d3ecf386436aa2 @="{A0E2E749-63CE-3651-8F4F-F5F996344C32}" -[Software\\Classes\\System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter] 1460706647 -#time=1d196eb8578c28a +[Software\\Classes\\System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter] 1526460879 +#time=1d3ecf386426d14 @="System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter" -[Software\\Classes\\System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter\\CLSID] 1460706647 -#time=1d196eb8578b4e8 +[Software\\Classes\\System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter\\CLSID] 1526460879 +#time=1d3ecf386425400 @="{EE96F4E1-377E-315C-AEF5-874DC8C7A2AA}" -[Software\\Classes\\System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter] 1460706647 -#time=1d196eb857827e4 +[Software\\Classes\\System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter] 1526460879 +#time=1d3ecf386414330 @="System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter" -[Software\\Classes\\System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter\\CLSID] 1460706647 -#time=1d196eb857819de +[Software\\Classes\\System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter\\CLSID] 1526460879 +#time=1d3ecf386412ada @="{92755472-2059-3F96-8938-8AC767B5187B}" -[Software\\Classes\\System.Security.Cryptography.RSAPKCS1SignatureDeformatter] 1460706647 -#time=1d196eb8577882a +[Software\\Classes\\System.Security.Cryptography.RSAPKCS1SignatureDeformatter] 1526460879 +#time=1d3ecf386401d7a @="System.Security.Cryptography.RSAPKCS1SignatureDeformatter" -[Software\\Classes\\System.Security.Cryptography.RSAPKCS1SignatureDeformatter\\CLSID] 1460706647 -#time=1d196eb85777b00 +[Software\\Classes\\System.Security.Cryptography.RSAPKCS1SignatureDeformatter\\CLSID] 1526460879 +#time=1d3ecf38640029a @="{6F674828-9081-3B45-BC39-791BD84CCF8F}" -[Software\\Classes\\System.Security.Cryptography.RSAPKCS1SignatureFormatter] 1460706647 -#time=1d196eb8576ed20 +[Software\\Classes\\System.Security.Cryptography.RSAPKCS1SignatureFormatter] 1526460879 +#time=1d3ecf3863ef904 @="System.Security.Cryptography.RSAPKCS1SignatureFormatter" -[Software\\Classes\\System.Security.Cryptography.RSAPKCS1SignatureFormatter\\CLSID] 1460706647 -#time=1d196eb8576def2 +[Software\\Classes\\System.Security.Cryptography.RSAPKCS1SignatureFormatter\\CLSID] 1526460879 +#time=1d3ecf3863ee07c @="{7BC115CD-1EE2-3068-894D-E3D3F7632F40}" -[Software\\Classes\\System.Security.Cryptography.SHA1CryptoServiceProvider] 1460706647 -#time=1d196eb8575afdc +[Software\\Classes\\System.Security.Cryptography.SHA1CryptoServiceProvider] 1526460879 +#time=1d3ecf3863cd188 @="System.Security.Cryptography.SHA1CryptoServiceProvider" -[Software\\Classes\\System.Security.Cryptography.SHA1CryptoServiceProvider\\CLSID] 1460706647 -#time=1d196eb8575a1e0 +[Software\\Classes\\System.Security.Cryptography.SHA1CryptoServiceProvider\\CLSID] 1526460879 +#time=1d3ecf3863ca3d4 @="{FC13A7D5-E2B3-37BA-B807-7FA6238284D5}" -[Software\\Classes\\System.Security.Cryptography.SHA1Managed] 1460706647 -#time=1d196eb85751414 +[Software\\Classes\\System.Security.Cryptography.SHA1Managed] 1526460879 +#time=1d3ecf3863ba5c4 @="System.Security.Cryptography.SHA1Managed" -[Software\\Classes\\System.Security.Cryptography.SHA1Managed\\CLSID] 1460706647 -#time=1d196eb8575062c +[Software\\Classes\\System.Security.Cryptography.SHA1Managed\\CLSID] 1526460879 +#time=1d3ecf3863b87ce @="{FDF9C30D-CCAB-3E2D-B584-9E24CE8038E3}" -[Software\\Classes\\System.Security.Cryptography.SHA256Managed] 1460706647 -#time=1d196eb85740a9c +[Software\\Classes\\System.Security.Cryptography.SHA256Managed] 1526460879 +#time=1d3ecf38639d38e @="System.Security.Cryptography.SHA256Managed" -[Software\\Classes\\System.Security.Cryptography.SHA256Managed\\CLSID] 1460706647 -#time=1d196eb8573d72a +[Software\\Classes\\System.Security.Cryptography.SHA256Managed\\CLSID] 1526460879 +#time=1d3ecf38639841a @="{44181B13-AE94-3CFB-81D1-37DB59145030}" -[Software\\Classes\\System.Security.Cryptography.SHA384Managed] 1460706647 -#time=1d196eb85726548 +[Software\\Classes\\System.Security.Cryptography.SHA384Managed] 1526460879 +#time=1d3ecf38636d850 @="System.Security.Cryptography.SHA384Managed" -[Software\\Classes\\System.Security.Cryptography.SHA384Managed\\CLSID] 1460706647 -#time=1d196eb85725814 +[Software\\Classes\\System.Security.Cryptography.SHA384Managed\\CLSID] 1526460879 +#time=1d3ecf38636bfd2 @="{7FD3958D-0A14-3001-8074-0D15EAD7F05C}" -[Software\\Classes\\System.Security.Cryptography.SHA512Managed] 1460706647 -#time=1d196eb8571ca98 +[Software\\Classes\\System.Security.Cryptography.SHA512Managed] 1526460879 +#time=1d3ecf38635c6e0 @="System.Security.Cryptography.SHA512Managed" -[Software\\Classes\\System.Security.Cryptography.SHA512Managed\\CLSID] 1460706647 -#time=1d196eb8571ba44 +[Software\\Classes\\System.Security.Cryptography.SHA512Managed\\CLSID] 1526460879 +#time=1d3ecf38635ac96 @="{A6673C32-3943-3BBB-B476-C09A0EC0BCD6}" -[Software\\Classes\\System.Security.Cryptography.SignatureDescription] 1460706647 -#time=1d196eb85712aca +[Software\\Classes\\System.Security.Cryptography.SignatureDescription] 1526460879 +#time=1d3ecf38634a03a @="System.Security.Cryptography.SignatureDescription" -[Software\\Classes\\System.Security.Cryptography.SignatureDescription\\CLSID] 1460706647 -#time=1d196eb85711bd4 +[Software\\Classes\\System.Security.Cryptography.SignatureDescription\\CLSID] 1526460879 +#time=1d3ecf386348730 @="{3FA7A1C5-812C-3B56-B957-CB14AF670C09}" -[Software\\Classes\\System.Security.Cryptography.ToBase64Transform] 1460706647 -#time=1d196eb85913068 +[Software\\Classes\\System.Security.Cryptography.ToBase64Transform] 1526460880 +#time=1d3ecf3866b1f16 @="System.Security.Cryptography.ToBase64Transform" -[Software\\Classes\\System.Security.Cryptography.ToBase64Transform\\CLSID] 1460706647 -#time=1d196eb85912280 +[Software\\Classes\\System.Security.Cryptography.ToBase64Transform\\CLSID] 1526460880 +#time=1d3ecf3866b0670 @="{5F3A0F8D-5EF9-3AD5-94E0-53AFF8BCE960}" -[Software\\Classes\\System.Security.Cryptography.TripleDESCryptoServiceProvider] 1460706647 -#time=1d196eb85708dc2 +[Software\\Classes\\System.Security.Cryptography.TripleDESCryptoServiceProvider] 1526460879 +#time=1d3ecf386338c54 @="System.Security.Cryptography.TripleDESCryptoServiceProvider" -[Software\\Classes\\System.Security.Cryptography.TripleDESCryptoServiceProvider\\CLSID] 1460706647 -#time=1d196eb85707f80 +[Software\\Classes\\System.Security.Cryptography.TripleDESCryptoServiceProvider\\CLSID] 1526460879 +#time=1d3ecf3863373c2 @="{DAA132BF-1170-3D8B-A0EF-E2F55A68A91D}" -[Software\\Classes\\System.Security.Cryptography.X509Certificates.X509Certificate] 1460706648 -#time=1d196eb86300206 +[Software\\Classes\\System.Security.Cryptography.X509Certificates.X509Certificate] 1526460881 +#time=1d3ecf38786b6ee @="System.Security.Cryptography.X509Certificates.X509Certificate" -[Software\\Classes\\System.Security.Cryptography.X509Certificates.X509Certificate\\CLSID] 1460706648 -#time=1d196eb862fef1e +[Software\\Classes\\System.Security.Cryptography.X509Certificates.X509Certificate\\CLSID] 1526460881 +#time=1d3ecf387869e5c @="{4C69C54F-9824-38CC-8387-A22DC67E0BAB}" -[Software\\Classes\\System.Security.HostProtectionException] 1460706648 -#time=1d196eb8633f0be +[Software\\Classes\\System.Security.HostProtectionException] 1526460881 +#time=1d3ecf3878d5e5e @="System.Security.HostProtectionException" -[Software\\Classes\\System.Security.HostProtectionException\\CLSID] 1460706648 -#time=1d196eb8633d49e +[Software\\Classes\\System.Security.HostProtectionException\\CLSID] 1526460881 +#time=1d3ecf3878d45fe @="{ECC82A10-B731-3A01-8A17-AC0DDD7666CF}" -[Software\\Classes\\System.Security.HostSecurityManager] 1460706648 -#time=1d196eb86351282 +[Software\\Classes\\System.Security.HostSecurityManager] 1526460881 +#time=1d3ecf3878eb8d0 @="System.Security.HostSecurityManager" -[Software\\Classes\\System.Security.HostSecurityManager\\CLSID] 1460706648 -#time=1d196eb8634e3d4 +[Software\\Classes\\System.Security.HostSecurityManager\\CLSID] 1526460881 +#time=1d3ecf3878e7cc6 @="{84589833-40D7-36E2-8545-67A92B97C408}" -[Software\\Classes\\System.Security.Permissions.GacIdentityPermission] 1460706648 -#time=1d196eb8635970c +[Software\\Classes\\System.Security.Permissions.GacIdentityPermission] 1526460881 +#time=1d3ecf3878f8c24 @="System.Security.Permissions.GacIdentityPermission" -[Software\\Classes\\System.Security.Permissions.GacIdentityPermission\\CLSID] 1460706648 -#time=1d196eb86353e9c +[Software\\Classes\\System.Security.Permissions.GacIdentityPermission\\CLSID] 1526460881 +#time=1d3ecf3878f074a @="{29A6CF6F-D663-31A7-9210-1347871681FC}" -[Software\\Classes\\System.Security.Permissions.HostProtectionAttribute] 1460706648 -#time=1d196eb86362fa0 +[Software\\Classes\\System.Security.Permissions.HostProtectionAttribute] 1526460881 +#time=1d3ecf3879082d2 @="System.Security.Permissions.HostProtectionAttribute" -[Software\\Classes\\System.Security.Permissions.HostProtectionAttribute\\CLSID] 1460706648 -#time=1d196eb86360106 +[Software\\Classes\\System.Security.Permissions.HostProtectionAttribute\\CLSID] 1526460881 +#time=1d3ecf387903246 @="{AD664904-FE8A-3217-BBF5-E6AB1D998F5F}" -[Software\\Classes\\System.Security.Policy.AllMembershipCondition] 1460706647 -#time=1d196eb856ffb50 +[Software\\Classes\\System.Security.Policy.AllMembershipCondition] 1526460879 +#time=1d3ecf386328d72 @="System.Security.Policy.AllMembershipCondition" -[Software\\Classes\\System.Security.Policy.AllMembershipCondition\\CLSID] 1460706647 -#time=1d196eb856fedb8 +[Software\\Classes\\System.Security.Policy.AllMembershipCondition\\CLSID] 1526460879 +#time=1d3ecf386325b68 @="{06B81C12-A5DA-340D-AFF7-FA1453FBC29A}" -[Software\\Classes\\System.Security.Policy.ApplicationDirectoryMembershipCondition] 1460706647 -#time=1d196eb856ecdde +[Software\\Classes\\System.Security.Policy.ApplicationDirectoryMembershipCondition] 1526460879 +#time=1d3ecf386306272 @="System.Security.Policy.ApplicationDirectoryMembershipCondition" -[Software\\Classes\\System.Security.Policy.ApplicationDirectoryMembershipCondition\\CLSID] 1460706647 -#time=1d196eb856ea07a +[Software\\Classes\\System.Security.Policy.ApplicationDirectoryMembershipCondition\\CLSID] 1526460879 +#time=1d3ecf386301308 @="{3DDB2114-9285-30A6-906D-B117640CA927}" -[Software\\Classes\\System.Security.Policy.ApplicationTrust] 1460706648 -#time=1d196eb863a072e +[Software\\Classes\\System.Security.Policy.ApplicationTrust] 1526460881 +#time=1d3ecf38796baf8 @="System.Security.Policy.ApplicationTrust" -[Software\\Classes\\System.Security.Policy.ApplicationTrust\\CLSID] 1460706648 -#time=1d196eb8639f964 +[Software\\Classes\\System.Security.Policy.ApplicationTrust\\CLSID] 1526460881 +#time=1d3ecf38796a19e @="{A5448B7A-AA07-3C56-B42B-7D881FA10934}" -[Software\\Classes\\System.Security.Policy.Evidence] 1460706647 -#time=1d196eb856d455e +[Software\\Classes\\System.Security.Policy.Evidence] 1526460879 +#time=1d3ecf3862d5c30 @="System.Security.Policy.Evidence" -[Software\\Classes\\System.Security.Policy.Evidence\\CLSID] 1460706647 -#time=1d196eb856d18ea +[Software\\Classes\\System.Security.Policy.Evidence\\CLSID] 1526460879 +#time=1d3ecf3862d09d8 @="{62545937-20A9-3D0F-B04B-322E854EACB0}" -[Software\\Classes\\System.Security.Policy.GacInstalled] 1460706648 -#time=1d196eb86390d60 +[Software\\Classes\\System.Security.Policy.GacInstalled] 1526460881 +#time=1d3ecf38794f588 @="System.Security.Policy.GacInstalled" -[Software\\Classes\\System.Security.Policy.GacInstalled\\CLSID] 1460706648 -#time=1d196eb8638ff64 +[Software\\Classes\\System.Security.Policy.GacInstalled\\CLSID] 1526460881 +#time=1d3ecf38794dd5a @="{EE24A2C3-3AA2-33DA-8731-A4FCC1105813}" -[Software\\Classes\\System.Security.Policy.GacMembershipCondition] 1460706648 -#time=1d196eb8638718e +[Software\\Classes\\System.Security.Policy.GacMembershipCondition] 1526460881 +#time=1d3ecf38793ea30 @="System.Security.Policy.GacMembershipCondition" -[Software\\Classes\\System.Security.Policy.GacMembershipCondition\\CLSID] 1460706648 -#time=1d196eb86387396 +[Software\\Classes\\System.Security.Policy.GacMembershipCondition\\CLSID] 1526460881 +#time=1d3ecf38793ebfc @="{390E92C9-FA66-3357-BEF2-45A1F34186B9}" -[Software\\Classes\\System.Security.Policy.PolicyException] 1460706647 -#time=1d196eb856c014e +[Software\\Classes\\System.Security.Policy.PolicyException] 1526460879 +#time=1d3ecf3862b48fa @="System.Security.Policy.PolicyException" -[Software\\Classes\\System.Security.Policy.PolicyException\\CLSID] 1460706647 -#time=1d196eb856bf154 +[Software\\Classes\\System.Security.Policy.PolicyException\\CLSID] 1526460879 +#time=1d3ecf3862b30a4 @="{89D26277-8408-3FC8-BD44-CF5F0E614C82}" -[Software\\Classes\\System.Security.Policy.TrustManagerContext] 1460706648 -#time=1d196eb86398812 +[Software\\Classes\\System.Security.Policy.TrustManagerContext] 1526460881 +#time=1d3ecf38795d156 @="System.Security.Policy.TrustManagerContext" -[Software\\Classes\\System.Security.Policy.TrustManagerContext\\CLSID] 1460706648 -#time=1d196eb86397afc +[Software\\Classes\\System.Security.Policy.TrustManagerContext\\CLSID] 1526460881 +#time=1d3ecf38795b8f6 @="{AFAEF10F-1BC4-351F-886A-878A265C1862}" -[Software\\Classes\\System.Security.SecurityException] 1460706648 -#time=1d196eb8602af86 +[Software\\Classes\\System.Security.SecurityException] 1526460881 +#time=1d3ecf387356d66 @="System.Security.SecurityException" -[Software\\Classes\\System.Security.SecurityException\\CLSID] 1460706648 -#time=1d196eb8602a0e0 +[Software\\Classes\\System.Security.SecurityException\\CLSID] 1526460881 +#time=1d3ecf3873553c6 @="{EEF05C76-5C98-3685-A69C-6E1A26A7F846}" -[Software\\Classes\\System.Security.SuppressUnmanagedCodeSecurityAttribute] 1460706648 -#time=1d196eb860527fc +[Software\\Classes\\System.Security.SuppressUnmanagedCodeSecurityAttribute] 1526460881 +#time=1d3ecf3873a3fd0 @="System.Security.SuppressUnmanagedCodeSecurityAttribute" -[Software\\Classes\\System.Security.SuppressUnmanagedCodeSecurityAttribute\\CLSID] 1460706648 -#time=1d196eb860519ce +[Software\\Classes\\System.Security.SuppressUnmanagedCodeSecurityAttribute\\CLSID] 1526460881 +#time=1d3ecf3873a25e0 @="{7AE01D6C-BEE7-38F6-9A86-329D8A917803}" -[Software\\Classes\\System.Security.UnverifiableCodeAttribute] 1460706648 -#time=1d196eb86044aa8 +[Software\\Classes\\System.Security.UnverifiableCodeAttribute] 1526460881 +#time=1d3ecf387388668 @="System.Security.UnverifiableCodeAttribute" -[Software\\Classes\\System.Security.UnverifiableCodeAttribute\\CLSID] 1460706648 -#time=1d196eb86042d3e +[Software\\Classes\\System.Security.UnverifiableCodeAttribute\\CLSID] 1526460881 +#time=1d3ecf38738392e @="{7E3393AB-2AB2-320B-8F6F-EAB6F5CF2CAF}" -[Software\\Classes\\System.Security.VerificationException] 1460706648 -#time=1d196eb8601b84c +[Software\\Classes\\System.Security.VerificationException] 1526460881 +#time=1d3ecf38733d7ee @="System.Security.VerificationException" -[Software\\Classes\\System.Security.VerificationException\\CLSID] 1460706648 -#time=1d196eb86019448 +[Software\\Classes\\System.Security.VerificationException\\CLSID] 1526460881 +#time=1d3ecf38733a0da @="{EBAA029C-01C0-32B6-AAE6-FE21ADFC3E5D}" -[Software\\Classes\\System.Security.XmlSyntaxException] 1460706648 -#time=1d196eb8605ed04 +[Software\\Classes\\System.Security.XmlSyntaxException] 1526460881 +#time=1d3ecf3873ba456 @="System.Security.XmlSyntaxException" -[Software\\Classes\\System.Security.XmlSyntaxException\\CLSID] 1460706648 -#time=1d196eb8605df76 +[Software\\Classes\\System.Security.XmlSyntaxException\\CLSID] 1526460881 +#time=1d3ecf3873b8a0c @="{E38DA416-8050-3786-8201-46F187C15213}" -[Software\\Classes\\System.SerializableAttribute] 1460706647 -#time=1d196eb85c1e046 +[Software\\Classes\\System.SerializableAttribute] 1526460880 +#time=1d3ecf386c0a8b4 @="System.SerializableAttribute" -[Software\\Classes\\System.SerializableAttribute\\CLSID] 1460706647 -#time=1d196eb85c1d1f0 +[Software\\Classes\\System.SerializableAttribute\\CLSID] 1526460880 +#time=1d3ecf386c08ece @="{89BCC804-53A5-3EB2-A342-6282CC410260}" -[Software\\Classes\\System.StackOverflowException] 1460706648 -#time=1d196eb86156b80 +[Software\\Classes\\System.StackOverflowException] 1526460881 +#time=1d3ecf38758f7e0 @="System.StackOverflowException" -[Software\\Classes\\System.StackOverflowException\\CLSID] 1460706648 -#time=1d196eb861526ca +[Software\\Classes\\System.StackOverflowException\\CLSID] 1526460881 +#time=1d3ecf38758a8e4 @="{9C125A6F-EAE2-3FC1-97A1-C0DCEAB0B5DF}" -[Software\\Classes\\System.STAThreadAttribute] 1460706647 -#time=1d196eb85bc1134 +[Software\\Classes\\System.STAThreadAttribute] 1526460880 +#time=1d3ecf386b8aeca @="System.STAThreadAttribute" -[Software\\Classes\\System.STAThreadAttribute\\CLSID] 1460706647 -#time=1d196eb85bc0360 +[Software\\Classes\\System.STAThreadAttribute\\CLSID] 1526460880 +#time=1d3ecf386b89638 @="{50AAD4C2-61FA-3B1F-8157-5BA3B27AEE61}" -[Software\\Classes\\System.SystemException] 1460706648 -#time=1d196eb8618c474 +[Software\\Classes\\System.SystemException] 1526460881 +#time=1d3ecf3875f130a @="System.SystemException" -[Software\\Classes\\System.SystemException\\CLSID] 1460706648 -#time=1d196eb86189738 +[Software\\Classes\\System.SystemException\\CLSID] 1526460881 +#time=1d3ecf3875ebeaa @="{4224AC84-9B11-3561-8923-C893CA77ACBE}" -[Software\\Classes\\System.Text.ASCIIEncoding] 1460706647 -#time=1d196eb8594dd08 +[Software\\Classes\\System.Text.ASCIIEncoding] 1526460880 +#time=1d3ecf386733fca @="System.Text.ASCIIEncoding" -[Software\\Classes\\System.Text.ASCIIEncoding\\CLSID] 1460706647 -#time=1d196eb8594bcec +[Software\\Classes\\System.Text.ASCIIEncoding\\CLSID] 1526460880 +#time=1d3ecf3867300c8 @="{9E28EF95-9C6F-3A00-B525-36A76178CC9C}" -[Software\\Classes\\System.Text.StringBuilder] 1460706648 -#time=1d196eb861bea8c +[Software\\Classes\\System.Text.StringBuilder] 1526460881 +#time=1d3ecf38764ca3e @="System.Text.StringBuilder" -[Software\\Classes\\System.Text.StringBuilder\\CLSID] 1460706648 -#time=1d196eb861bce58 +[Software\\Classes\\System.Text.StringBuilder\\CLSID] 1526460881 +#time=1d3ecf3876496fe @="{E724B749-18D6-36AB-9F6D-09C36D9C6016}" -[Software\\Classes\\System.Text.UnicodeEncoding] 1460706647 -#time=1d196eb8593b022 +[Software\\Classes\\System.Text.UnicodeEncoding] 1526460880 +#time=1d3ecf38670a314 @="System.Text.UnicodeEncoding" -[Software\\Classes\\System.Text.UnicodeEncoding\\CLSID] 1460706647 -#time=1d196eb85939e02 +[Software\\Classes\\System.Text.UnicodeEncoding\\CLSID] 1526460880 +#time=1d3ecf38670844c @="{A0F5F5DC-337B-38D7-B1A3-FB1B95666BBF}" -[Software\\Classes\\System.Text.UTF7Encoding] 1460706647 -#time=1d196eb85930b04 +[Software\\Classes\\System.Text.UTF7Encoding] 1526460880 +#time=1d3ecf3866f2e94 @="System.Text.UTF7Encoding" -[Software\\Classes\\System.Text.UTF7Encoding\\CLSID] 1460706647 -#time=1d196eb8592fb64 +[Software\\Classes\\System.Text.UTF7Encoding\\CLSID] 1526460880 +#time=1d3ecf3866f0f54 @="{3C9DCA8B-4410-3143-B801-559553EB6725}" -[Software\\Classes\\System.Text.UTF8Encoding] 1460706647 -#time=1d196eb859269a6 +[Software\\Classes\\System.Text.UTF8Encoding] 1526460880 +#time=1d3ecf3866db7f8 @="System.Text.UTF8Encoding" -[Software\\Classes\\System.Text.UTF8Encoding\\CLSID] 1460706647 -#time=1d196eb85925c68 +[Software\\Classes\\System.Text.UTF8Encoding\\CLSID] 1526460880 +#time=1d3ecf3866d9822 @="{8C40D44A-4EDE-3760-9B61-50255056D3C7}" -[Software\\Classes\\System.Threading.Mutex] 1460706647 -#time=1d196eb85bf5e52 +[Software\\Classes\\System.Threading.Mutex] 1526460880 +#time=1d3ecf386bd3c2e @="System.Threading.Mutex" -[Software\\Classes\\System.Threading.Mutex\\CLSID] 1460706647 -#time=1d196eb85bf4994 +[Software\\Classes\\System.Threading.Mutex\\CLSID] 1526460880 +#time=1d3ecf386bd23e2 @="{D74D613D-F27F-311B-A9A3-27EBC63A1A5D}" -[Software\\Classes\\System.Threading.Overlapped] 1460706647 -#time=1d196eb85be00de +[Software\\Classes\\System.Threading.Overlapped] 1526460880 +#time=1d3ecf386bc2a50 @="System.Threading.Overlapped" -[Software\\Classes\\System.Threading.Overlapped\\CLSID] 1460706647 -#time=1d196eb85bdefb8 +[Software\\Classes\\System.Threading.Overlapped\\CLSID] 1526460880 +#time=1d3ecf386bc0a70 @="{7FE87A55-1321-3D9F-8FEF-CD2F5E8AB2E9}" -[Software\\Classes\\System.Threading.ReaderWriterLock] 1460706647 -#time=1d196eb85bd5daa +[Software\\Classes\\System.Threading.ReaderWriterLock] 1526460880 +#time=1d3ecf386baede8 @="System.Threading.ReaderWriterLock" -[Software\\Classes\\System.Threading.ReaderWriterLock\\CLSID] 1460706647 -#time=1d196eb85bd4f4a +[Software\\Classes\\System.Threading.ReaderWriterLock\\CLSID] 1526460880 +#time=1d3ecf386bad5a6 @="{9173D971-B142-38A5-8488-D10A9DCF71B0}" -[Software\\Classes\\System.Threading.SynchronizationLockException] 1460706647 -#time=1d196eb85bcad92 +[Software\\Classes\\System.Threading.SynchronizationLockException] 1526460880 +#time=1d3ecf386b9db56 @="System.Threading.SynchronizationLockException" -[Software\\Classes\\System.Threading.SynchronizationLockException\\CLSID] 1460706647 -#time=1d196eb85bc9f6e +[Software\\Classes\\System.Threading.SynchronizationLockException\\CLSID] 1526460880 +#time=1d3ecf386b9c2e2 @="{48A75519-CB7A-3D18-B91E-BE62EE842A3E}" -[Software\\Classes\\System.Threading.ThreadInterruptedException] 1460706647 -#time=1d196eb85bac356 +[Software\\Classes\\System.Threading.ThreadInterruptedException] 1526460880 +#time=1d3ecf386b6687c @="System.Threading.ThreadInterruptedException" -[Software\\Classes\\System.Threading.ThreadInterruptedException\\CLSID] 1460706647 -#time=1d196eb85bab4ec +[Software\\Classes\\System.Threading.ThreadInterruptedException\\CLSID] 1526460880 +#time=1d3ecf386b6501c @="{27E986E1-BAEC-3D48-82E4-14169CA8CECF}" -[Software\\Classes\\System.Threading.ThreadStateException] 1460706647 -#time=1d196eb85ba254a +[Software\\Classes\\System.Threading.ThreadStateException] 1526460880 +#time=1d3ecf386b54f6e @="System.Threading.ThreadStateException" -[Software\\Classes\\System.Threading.ThreadStateException\\CLSID] 1460706647 -#time=1d196eb85ba1780 +[Software\\Classes\\System.Threading.ThreadStateException\\CLSID] 1526460880 +#time=1d3ecf386b536a0 @="{3E5509F0-1FB9-304D-8174-75D6C9AFE5DA}" -[Software\\Classes\\System.ThreadStaticAttribute] 1460706647 -#time=1d196eb85b9898c +[Software\\Classes\\System.ThreadStaticAttribute] 1526460880 +#time=1d3ecf386b42e7c @="System.ThreadStaticAttribute" -[Software\\Classes\\System.ThreadStaticAttribute\\CLSID] 1460706647 -#time=1d196eb85b97b90 +[Software\\Classes\\System.ThreadStaticAttribute\\CLSID] 1526460880 +#time=1d3ecf386b41216 @="{FFC9F9AE-E87A-3252-8E25-B22423A40065}" -[Software\\Classes\\System.TimeoutException] 1460706648 -#time=1d196eb863f6f70 +[Software\\Classes\\System.TimeoutException] 1526460882 +#time=1d3ecf387a0a27a @="System.TimeoutException" -[Software\\Classes\\System.TimeoutException\\CLSID] 1460706648 -#time=1d196eb863f6228 +[Software\\Classes\\System.TimeoutException\\CLSID] 1526460882 +#time=1d3ecf387a0822c @="{EAA78D4A-20A3-3FDE-AB72-D3D55E3AEFE6}" -[Software\\Classes\\System.TypeLoadException] 1460706647 -#time=1d196eb85e9456e +[Software\\Classes\\System.TypeLoadException] 1526460881 +#time=1d3ecf387045ea6 @="System.TypeLoadException" -[Software\\Classes\\System.TypeLoadException\\CLSID] 1460706647 -#time=1d196eb85e916fc +[Software\\Classes\\System.TypeLoadException\\CLSID] 1526460881 +#time=1d3ecf387040be0 @="{112BC2E7-9EF9-3648-AF9E-45C0D4B89929}" -[Software\\Classes\\System.TypeUnloadedException] 1460706647 -#time=1d196eb85f61cee +[Software\\Classes\\System.TypeUnloadedException] 1526460881 +#time=1d3ecf3871e9a46 @="System.TypeUnloadedException" -[Software\\Classes\\System.TypeUnloadedException\\CLSID] 1460706647 -#time=1d196eb85f5f106 +[Software\\Classes\\System.TypeUnloadedException\\CLSID] 1526460881 +#time=1d3ecf3871e3dda @="{D6D2034D-5F67-30D7-9CC5-452F2C46694F}" -[Software\\Classes\\System.UnauthorizedAccessException] 1460706647 -#time=1d196eb85c121c4 +[Software\\Classes\\System.UnauthorizedAccessException] 1526460880 +#time=1d3ecf386bf75c0 @="System.UnauthorizedAccessException" -[Software\\Classes\\System.UnauthorizedAccessException\\CLSID] 1460706647 -#time=1d196eb85c11080 +[Software\\Classes\\System.UnauthorizedAccessException\\CLSID] 1526460880 +#time=1d3ecf386bf5bf8 @="{75215200-A2FE-30F6-A34B-8F1A1830358E}" -[Software\\Classes\\System.Version] 1460706647 -#time=1d196eb85c051cc +[Software\\Classes\\System.Version] 1526460880 +#time=1d3ecf386be538e @="System.Version" -[Software\\Classes\\System.Version\\CLSID] 1460706647 -#time=1d196eb85c042d6 +[Software\\Classes\\System.Version\\CLSID] 1526460880 +#time=1d3ecf386be35e8 @="{43CD41AD-3B78-3531-9031-3059E0AA64EB}" -[Software\\Classes\\txtfile] 1460706475 -#time=1d196eb1f12a88a +[Software\\Classes\\txtfile] 1526460547 +#time=1d3ecf2c06d6a80 @="Text Document" -[Software\\Classes\\txtfile\\shell\\open\\command] 1460706475 -#time=1d196eb1f12af92 +[Software\\Classes\\txtfile\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06d6fa8 @="C:\\windows\\system32\\notepad.exe %1" -[Software\\Classes\\txtfile\\shell\\print\\command] 1460706475 -#time=1d196eb1f12b99c +[Software\\Classes\\txtfile\\shell\\print\\command] 1526460547 +#time=1d3ecf2c06d773c @="C:\\windows\\system32\\notepad.exe /p %1" -[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\1.0] 1460706471 -#time=1d196eb1d13db08 +[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\1.0] 1526460533 +#time=1d3ecf2b7b47942 @="OLE Automation" -[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d13d90a +[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7b477d0 @="C:\\windows\\system32\\stdole32.tlb" -[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d13dbb2 +[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7b479ce @="1" -[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\2.0] 1460706471 -#time=1d196eb1d13b54c +[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\2.0] 1526460533 +#time=1d3ecf2b7bb34ee @="OLE Automation" -[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\2.0\\0\\win32] 1460706471 -#time=1d196eb1d13b38a +[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\2.0\\0\\win32] 1526460533 +#time=1d3ecf2b7bb337c @="C:\\windows\\system32\\stdole2.tlb" -[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\2.0\\FLAGS] 1460706471 -#time=1d196eb1d13b5ce +[Software\\Classes\\Typelib\\{00020430-0000-0000-C000-000000000046}\\2.0\\FLAGS] 1526460533 +#time=1d3ecf2b7bb3570 @="0" -[Software\\Classes\\Typelib\\{000C1092-0000-0000-C000-000000000046}\\1.0] 1460706471 -#time=1d196eb1d040854 +[Software\\Classes\\Typelib\\{000C1092-0000-0000-C000-000000000046}\\1.0] 1526460533 +#time=1d3ecf2b7af7500 @="WindowsInstaller" -[Software\\Classes\\Typelib\\{000C1092-0000-0000-C000-000000000046}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d04070a +[Software\\Classes\\Typelib\\{000C1092-0000-0000-C000-000000000046}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7af73a2 @="C:\\windows\\system32\\msi.dll" -[Software\\Classes\\Typelib\\{000C1092-0000-0000-C000-000000000046}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d0408cc +[Software\\Classes\\Typelib\\{000C1092-0000-0000-C000-000000000046}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7af7582 @="0" -[Software\\Classes\\Typelib\\{0015B4CC-EDC9-3A0E-B14A-AFB8F75F2A1C}\\2.4\\0\\win32] 1460706677 -#time=1d196eb97af0bd0 +[Software\\Classes\\Typelib\\{0015B4CC-EDC9-3A0E-B14A-AFB8F75F2A1C}\\2.4\\0\\win32] 1526460917 +#time=1d3ecf39d021068 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.tlb" -[Software\\Classes\\Typelib\\{0015B4CC-EDC9-3A0E-B14A-AFB8F75F2A1C}\\2.4\\FLAGS] 1460706677 -#time=1d196eb97af0e14 +[Software\\Classes\\Typelib\\{0015B4CC-EDC9-3A0E-B14A-AFB8F75F2A1C}\\2.4\\FLAGS] 1526460917 +#time=1d3ecf39d0211ee @="8" -[Software\\Classes\\Typelib\\{0015B4CC-EDC9-3A0E-B14A-AFB8F75F2A1C}\\2.4\\HELPDIR] 1460706677 -#time=1d196eb97af101c +[Software\\Classes\\Typelib\\{0015B4CC-EDC9-3A0E-B14A-AFB8F75F2A1C}\\2.4\\HELPDIR] 1526460917 +#time=1d3ecf39d021374 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319" -[Software\\Classes\\Typelib\\{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}\\1.0] 1460706471 -#time=1d196eb1d050d26 +[Software\\Classes\\Typelib\\{06290C00-48AA-11D2-8432-006008C3FBFC}\\1.0] 1526460533 +#time=1d3ecf2b803855a +@="Scriptlet" + +[Software\\Classes\\Typelib\\{06290C00-48AA-11D2-8432-006008C3FBFC}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b80383e8 +@="C:\\windows\\system32\\scrobj.dll" + +[Software\\Classes\\Typelib\\{06290C00-48AA-11D2-8432-006008C3FBFC}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b80385e6 +@="0" + +[Software\\Classes\\Typelib\\{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}\\1.0] 1526460533 +#time=1d3ecf2b7ca2a30 @="Microsoft Script Control 1.0" -[Software\\Classes\\Typelib\\{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d050bd2 +[Software\\Classes\\Typelib\\{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7ca2882 @="C:\\windows\\system32\\msscript.ocx" -[Software\\Classes\\Typelib\\{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d050d94 +[Software\\Classes\\Typelib\\{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7ca2ab2 @="0" -[Software\\Classes\\Typelib\\{1EA4DBF0-3C3B-11CF-810C-00AA00389B71}\\1.1] 1460706471 -#time=1d196eb1d099670 +[Software\\Classes\\Typelib\\{1EA4DBF0-3C3B-11CF-810C-00AA00389B71}\\1.1] 1526460533 +#time=1d3ecf2b7cfbbb2 @="Accessibility" -[Software\\Classes\\Typelib\\{1EA4DBF0-3C3B-11CF-810C-00AA00389B71}\\1.1\\0\\win32] 1460706471 -#time=1d196eb1d099530 +[Software\\Classes\\Typelib\\{1EA4DBF0-3C3B-11CF-810C-00AA00389B71}\\1.1\\0\\win32] 1526460533 +#time=1d3ecf2b7cfba54 @="C:\\windows\\system32\\oleacc.dll" -[Software\\Classes\\Typelib\\{1EA4DBF0-3C3B-11CF-810C-00AA00389B71}\\1.1\\FLAGS] 1460706471 -#time=1d196eb1d0996e8 +[Software\\Classes\\Typelib\\{1EA4DBF0-3C3B-11CF-810C-00AA00389B71}\\1.1\\FLAGS] 1526460533 +#time=1d3ecf2b7cfbc3e @="4" -[Software\\Classes\\Typelib\\{215D64D2-031C-33C7-96E3-61794CD1EE61}\\2.4\\0\\win32] 1460706650 -#time=1d196eb87aa5096 +[Software\\Classes\\Typelib\\{215D64D2-031C-33C7-96E3-61794CD1EE61}\\2.4\\0\\win32] 1526460884 +#time=1d3ecf389531db4 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Windows.Forms.tlb" -[Software\\Classes\\Typelib\\{215D64D2-031C-33C7-96E3-61794CD1EE61}\\2.4\\FLAGS] 1460706650 -#time=1d196eb87aa5226 +[Software\\Classes\\Typelib\\{215D64D2-031C-33C7-96E3-61794CD1EE61}\\2.4\\FLAGS] 1526460884 +#time=1d3ecf3895320de @="8" -[Software\\Classes\\Typelib\\{215D64D2-031C-33C7-96E3-61794CD1EE61}\\2.4\\HELPDIR] 1460706650 -#time=1d196eb87aa5384 +[Software\\Classes\\Typelib\\{215D64D2-031C-33C7-96E3-61794CD1EE61}\\2.4\\HELPDIR] 1526460884 +#time=1d3ecf3895323f4 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319" -[Software\\Classes\\Typelib\\{2206CEB0-19C1-11D1-89E0-00C04FD7A829}\\1.0] 1460706471 -#time=1d196eb1cde3b1a +[Software\\Classes\\Typelib\\{2206CEB0-19C1-11D1-89E0-00C04FD7A829}\\1.0] 1526460533 +#time=1d3ecf2b7ad7430 @="MSDASC" -[Software\\Classes\\Typelib\\{2206CEB0-19C1-11D1-89E0-00C04FD7A829}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1cde39e4 +[Software\\Classes\\Typelib\\{2206CEB0-19C1-11D1-89E0-00C04FD7A829}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7ad7296 @="C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll" -[Software\\Classes\\Typelib\\{2206CEB0-19C1-11D1-89E0-00C04FD7A829}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1cde3b88 +[Software\\Classes\\Typelib\\{2206CEB0-19C1-11D1-89E0-00C04FD7A829}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7ad74bc +@="0" + +[Software\\Classes\\Typelib\\{2A005C00-A5DE-11CF-9E66-00AA00A3F464}\\1.0] 1526460533 +#time=1d3ecf2b80e1fec +@="COMSVCSLib" + +[Software\\Classes\\Typelib\\{2A005C00-A5DE-11CF-9E66-00AA00A3F464}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b80e1e84 +@="C:\\windows\\system32\\comsvcs.dll" + +[Software\\Classes\\Typelib\\{2A005C00-A5DE-11CF-9E66-00AA00A3F464}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b80e2078 @="0" -[Software\\Classes\\Typelib\\{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}\\4.0] 1460706471 -#time=1d196eb1cfef13e +[Software\\Classes\\Typelib\\{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}\\4.0] 1526460533 +#time=1d3ecf2b7c1f9f0 @="MSHTML" -[Software\\Classes\\Typelib\\{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}\\4.0\\0\\win32] 1460706471 -#time=1d196eb1cfeeff4 +[Software\\Classes\\Typelib\\{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}\\4.0\\0\\win32] 1526460533 +#time=1d3ecf2b7c1f84c @="C:\\windows\\system32\\mshtml.tlb" -[Software\\Classes\\Typelib\\{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}\\4.0\\FLAGS] 1460706471 -#time=1d196eb1cfef1b6 +[Software\\Classes\\Typelib\\{3050F1C5-98B5-11CF-BB82-00AA00BDCE0B}\\4.0\\FLAGS] 1526460533 +#time=1d3ecf2b7c1faae @="0" -[Software\\Classes\\Typelib\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B185}\\1.0] 1460706471 -#time=1d196eb1d16ebea +[Software\\Classes\\Typelib\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B185}\\1.0] 1526460533 +#time=1d3ecf2b7e51a02 @="Microsoft VBScript Globals" -[Software\\Classes\\Typelib\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B185}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d16eab4 +[Software\\Classes\\Typelib\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B185}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7e5187c @="C:\\windows\\system32\\vbscript.dll" -[Software\\Classes\\Typelib\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B185}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d16ec62 +[Software\\Classes\\Typelib\\{3EEF9758-35FC-11D1-8CE4-00C04FC2B185}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7e51a84 @="0" -[Software\\Classes\\Typelib\\{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}\\1.0] 1460706471 -#time=1d196eb1cf88c04 +[Software\\Classes\\Typelib\\{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}\\1.0] 1526460533 +#time=1d3ecf2b7eb5f84 @="JSGlobal" -[Software\\Classes\\Typelib\\{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1cf88ace +[Software\\Classes\\Typelib\\{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7eb5e1c @="C:\\windows\\system32\\jscript.dll" -[Software\\Classes\\Typelib\\{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1cf88c72 +[Software\\Classes\\Typelib\\{3EEF9759-35FC-11D1-8CE4-00C04FC2B085}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7eb6010 @="0" -[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\1.0] 1460706471 -#time=1d196eb1d170058 +[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\1.0] 1526460533 +#time=1d3ecf2b7e53104 @="Microsoft VBScript Regular Expressions 1.0" -[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d16ff18 +[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7e52f9c @="C:\\windows\\system32\\vbscript.dll\\2" -[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d1700c6 +[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7e53186 @="0" -[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\5.5] 1460706471 -#time=1d196eb1d171a66 +[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\5.5] 1526460533 +#time=1d3ecf2b7e54e78 @="Microsoft VBScript Regular Expressions 5.5" -[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\5.5\\0\\win32] 1460706471 -#time=1d196eb1d171930 +[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\5.5\\0\\win32] 1526460533 +#time=1d3ecf2b7e54d06 @="C:\\windows\\system32\\vbscript.dll\\3" -[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\5.5\\FLAGS] 1460706471 -#time=1d196eb1d171ade +[Software\\Classes\\Typelib\\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\\5.5\\FLAGS] 1526460533 +#time=1d3ecf2b7e54efa @="0" -[Software\\Classes\\Typelib\\{420B2830-E718-11CF-893D-00A0C9054228}\\1.0] 1460706471 -#time=1d196eb1d0fd13e +[Software\\Classes\\Typelib\\{420B2830-E718-11CF-893D-00A0C9054228}\\1.0] 1526460533 +#time=1d3ecf2b7b2031a @="Scripting" -[Software\\Classes\\Typelib\\{420B2830-E718-11CF-893D-00A0C9054228}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d0fce6e +[Software\\Classes\\Typelib\\{420B2830-E718-11CF-893D-00A0C9054228}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7b201b2 @="C:\\windows\\system32\\scrrun.dll" -[Software\\Classes\\Typelib\\{420B2830-E718-11CF-893D-00A0C9054228}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d0fd1f2 +[Software\\Classes\\Typelib\\{420B2830-E718-11CF-893D-00A0C9054228}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7b203a6 @="0" -[Software\\Classes\\Typelib\\{44EC0535-400F-11D0-9DCD-00A0C90391D3}\\1.0] 1460706471 -#time=1d196eb1ce731f2 +[Software\\Classes\\Typelib\\{44EC0535-400F-11D0-9DCD-00A0C90391D3}\\1.0] 1526460533 +#time=1d3ecf2b7e4d560 @="ATL 2.0 Type Library" -[Software\\Classes\\Typelib\\{44EC0535-400F-11D0-9DCD-00A0C90391D3}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1ce7c748 -@="C:\\windows\\system32\\atl90.dll" +[Software\\Classes\\Typelib\\{44EC0535-400F-11D0-9DCD-00A0C90391D3}\\1.0\\0\\win32] 1528075957 +#time=1d3fba3ebc01254 +@="C:\\windows\\system32\\atl100.dll" -[Software\\Classes\\Typelib\\{44EC0535-400F-11D0-9DCD-00A0C90391D3}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1ce7327e +[Software\\Classes\\Typelib\\{44EC0535-400F-11D0-9DCD-00A0C90391D3}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7e4d5e2 @="0" -[Software\\Classes\\Typelib\\{4F48A59C-942D-4F3C-83C9-4EFFE84E4959}\\1.0] 1460706471 -#time=1d196eb1cf3d790 +[Software\\Classes\\Typelib\\{4F48A59C-942D-4F3C-83C9-4EFFE84E4959}\\1.0] 1526460533 +#time=1d3ecf2b7da49f6 @="gameux public 1.0 Type Library" -[Software\\Classes\\Typelib\\{4F48A59C-942D-4F3C-83C9-4EFFE84E4959}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1cf3d646 +[Software\\Classes\\Typelib\\{4F48A59C-942D-4F3C-83C9-4EFFE84E4959}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7da488e @="C:\\windows\\system32\\gameux.dll" -[Software\\Classes\\Typelib\\{4F48A59C-942D-4F3C-83C9-4EFFE84E4959}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1cf3d808 +[Software\\Classes\\Typelib\\{4F48A59C-942D-4F3C-83C9-4EFFE84E4959}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7da4a82 @="0" -[Software\\Classes\\Typelib\\{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}\\2.4\\0\\win32] 1460706650 -#time=1d196eb87532140 +[Software\\Classes\\Typelib\\{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}\\2.4\\0\\win32] 1526460884 +#time=1d3ecf389048578 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.EnterpriseServices.tlb" -[Software\\Classes\\Typelib\\{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}\\2.4\\FLAGS] 1460706650 -#time=1d196eb8753229e +[Software\\Classes\\Typelib\\{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}\\2.4\\FLAGS] 1526460884 +#time=1d3ecf38904878a @="8" -[Software\\Classes\\Typelib\\{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}\\2.4\\HELPDIR] 1460706650 -#time=1d196eb875323fc +[Software\\Classes\\Typelib\\{4FB2D46F-EFC8-4643-BCD0-6E5BFA6A174C}\\2.4\\HELPDIR] 1526460884 +#time=1d3ecf389048ab4 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319" -[Software\\Classes\\Typelib\\{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}\\1.0] 1460706471 -#time=1d196eb1d128c08 +[Software\\Classes\\Typelib\\{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}\\1.0] 1526460533 +#time=1d3ecf2b7f4021a @="Shell32" -[Software\\Classes\\Typelib\\{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d128aa0 +[Software\\Classes\\Typelib\\{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7f400b2 @="C:\\windows\\system32\\shell32.dll" -[Software\\Classes\\Typelib\\{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d128c8a +[Software\\Classes\\Typelib\\{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7f402a6 @="0" -[Software\\Classes\\Typelib\\{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}\\2.4] 1460706649 -#time=1d196eb86b6370e +[Software\\Classes\\Typelib\\{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}\\2.4] 1526460883 +#time=1d3ecf388739da6 @="Common Language Runtime Execution Engine 2.4 Library" -[Software\\Classes\\Typelib\\{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}\\2.4\\0\\win32] 1460706649 -#time=1d196eb86b634c0 +[Software\\Classes\\Typelib\\{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}\\2.4\\0\\win32] 1526460883 +#time=1d3ecf3887399aa @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscoree.tlb" -[Software\\Classes\\Typelib\\{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}\\2.4\\FLAGS] 1460706649 -#time=1d196eb86b63632 +[Software\\Classes\\Typelib\\{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}\\2.4\\FLAGS] 1526460883 +#time=1d3ecf388739b94 @="8" -[Software\\Classes\\Typelib\\{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}\\2.4\\HELPDIR] 1460706649 -#time=1d196eb86b63786 +[Software\\Classes\\Typelib\\{5477469E-83B1-11D2-8B49-00A0C9B7C9C4}\\2.4\\HELPDIR] 1526460883 +#time=1d3ecf388739e8c @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319" -[Software\\Classes\\Typelib\\{565783C6-CB41-11D1-8B02-00600806D9B6}\\1.2] 1460706471 -#time=1d196eb1cdc7d70 +[Software\\Classes\\Typelib\\{565783C6-CB41-11D1-8B02-00600806D9B6}\\1.2] 1526460533 +#time=1d3ecf2b7aaba24 @="Microsoft WMI Scripting V1.2 Library" -[Software\\Classes\\Typelib\\{565783C6-CB41-11D1-8B02-00600806D9B6}\\1.2\\0\\win32] 1460706471 -#time=1d196eb1cdc7c44 +[Software\\Classes\\Typelib\\{565783C6-CB41-11D1-8B02-00600806D9B6}\\1.2\\0\\win32] 1526460533 +#time=1d3ecf2b7aab81c @="C:\\windows\\system32\\wbem\\wbemdisp.dll" -[Software\\Classes\\Typelib\\{565783C6-CB41-11D1-8B02-00600806D9B6}\\1.2\\FLAGS] 1460706471 -#time=1d196eb1cdc7de8 +[Software\\Classes\\Typelib\\{565783C6-CB41-11D1-8B02-00600806D9B6}\\1.2\\FLAGS] 1526460533 +#time=1d3ecf2b7aabace @="0" -[Software\\Classes\\Typelib\\{56A868B0-0AD4-11CE-B03A-0020AF0BA770}\\1.0] 1460706471 -#time=1d196eb1d0d1854 +[Software\\Classes\\Typelib\\{56A868B0-0AD4-11CE-B03A-0020AF0BA770}\\1.0] 1526460533 +#time=1d3ecf2b7b072de @="QuartzTypeLib" -[Software\\Classes\\Typelib\\{56A868B0-0AD4-11CE-B03A-0020AF0BA770}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d0d15ac +[Software\\Classes\\Typelib\\{56A868B0-0AD4-11CE-B03A-0020AF0BA770}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7b07176 @="C:\\windows\\system32\\quartz.dll" -[Software\\Classes\\Typelib\\{56A868B0-0AD4-11CE-B03A-0020AF0BA770}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d0d1926 +[Software\\Classes\\Typelib\\{56A868B0-0AD4-11CE-B03A-0020AF0BA770}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7b07360 @="0" -[Software\\Classes\\Typelib\\{5A6F1EBD-2DB1-11D0-8C39-00C04FD9126B}\\1.0] 1460706471 -#time=1d196eb1d0c7282 +[Software\\Classes\\Typelib\\{5A6F1EBD-2DB1-11D0-8C39-00C04FD9126B}\\1.0] 1526460533 +#time=1d3ecf2b7edcba2 @="PStore 1.0 Type Library" -[Software\\Classes\\Typelib\\{5A6F1EBD-2DB1-11D0-8C39-00C04FD9126B}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d0c7124 +[Software\\Classes\\Typelib\\{5A6F1EBD-2DB1-11D0-8C39-00C04FD9126B}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7edca30 @="C:\\windows\\system32\\pstorec.dll" -[Software\\Classes\\Typelib\\{5A6F1EBD-2DB1-11D0-8C39-00C04FD9126B}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d0c7318 +[Software\\Classes\\Typelib\\{5A6F1EBD-2DB1-11D0-8C39-00C04FD9126B}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7edcc24 @="0" -[Software\\Classes\\Typelib\\{662901FC-6951-4854-9EB2-D9A2570F2B2E}\\5.1] 1460706472 -#time=1d196eb1d1b3f38 +[Software\\Classes\\Typelib\\{662901FC-6951-4854-9EB2-D9A2570F2B2E}\\5.1] 1526460533 +#time=1d3ecf2b80b029e @="Microsoft WinHTTP Services, version 5.1" -[Software\\Classes\\Typelib\\{662901FC-6951-4854-9EB2-D9A2570F2B2E}\\5.1\\0\\win32] 1460706472 -#time=1d196eb1d1b3bb4 +[Software\\Classes\\Typelib\\{662901FC-6951-4854-9EB2-D9A2570F2B2E}\\5.1\\0\\win32] 1526460533 +#time=1d3ecf2b80b012c @="C:\\windows\\system32\\winhttp.dll" -[Software\\Classes\\Typelib\\{662901FC-6951-4854-9EB2-D9A2570F2B2E}\\5.1\\FLAGS] 1460706472 -#time=1d196eb1d1b400a +[Software\\Classes\\Typelib\\{662901FC-6951-4854-9EB2-D9A2570F2B2E}\\5.1\\FLAGS] 1526460533 +#time=1d3ecf2b80b0320 @="0" -[Software\\Classes\\Typelib\\{6BF52A50-394A-11D3-B153-00C04F79FAA6}\\1.0] 1460706472 -#time=1d196eb1d1c23bc +[Software\\Classes\\Typelib\\{6BF52A50-394A-11D3-B153-00C04F79FAA6}\\1.0] 1526460533 +#time=1d3ecf2b7fbf042 @="Windows Media Player" -[Software\\Classes\\Typelib\\{6BF52A50-394A-11D3-B153-00C04F79FAA6}\\1.0\\0\\win32] 1460706472 -#time=1d196eb1d1c220e +[Software\\Classes\\Typelib\\{6BF52A50-394A-11D3-B153-00C04F79FAA6}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7fbeed0 @="C:\\windows\\system32\\wmp.dll" -[Software\\Classes\\Typelib\\{6BF52A50-394A-11D3-B153-00C04F79FAA6}\\1.0\\FLAGS] 1460706472 -#time=1d196eb1d1c2466 +[Software\\Classes\\Typelib\\{6BF52A50-394A-11D3-B153-00C04F79FAA6}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7fbf0c4 @="0" -[Software\\Classes\\Typelib\\{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}\\1.0] 1460706471 -#time=1d196eb1d0ebefc +[Software\\Classes\\Typelib\\{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}\\1.0] 1526460533 +#time=1d3ecf2b7e7cbbc @="tom" -[Software\\Classes\\Typelib\\{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d0ebcfe +[Software\\Classes\\Typelib\\{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7e7ca0e @="C:\\windows\\system32\\riched20.dll" -[Software\\Classes\\Typelib\\{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d0ebfb0 +[Software\\Classes\\Typelib\\{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7e7cc48 @="0" -[Software\\Classes\\Typelib\\{9EECDD85-B715-4188-8A72-61159ABDB8C4}\\1.0] 1460706471 -#time=1d196eb1cfb12c6 +[Software\\Classes\\Typelib\\{9EECDD85-B715-4188-8A72-61159ABDB8C4}\\1.0] 1526460533 +#time=1d3ecf2b80ac23e @="MMCVersionLib" -[Software\\Classes\\Typelib\\{9EECDD85-B715-4188-8A72-61159ABDB8C4}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1cfb1172 +[Software\\Classes\\Typelib\\{9EECDD85-B715-4188-8A72-61159ABDB8C4}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b80ac0cc @="C:\\windows\\system32\\mmcndmgr.dll" -[Software\\Classes\\Typelib\\{9EECDD85-B715-4188-8A72-61159ABDB8C4}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1cfb133e +[Software\\Classes\\Typelib\\{9EECDD85-B715-4188-8A72-61159ABDB8C4}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b80ac2c0 @="0" -[Software\\Classes\\Typelib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0] 1460706471 -#time=1d196eb1cf4a576 +[Software\\Classes\\Typelib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0] 1526460533 +#time=1d3ecf2b7d4e4c0 @="HHCtrl 4.0 Type Library" -[Software\\Classes\\Typelib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0\\0\\win32] 1460706471 -#time=1d196eb1cf4a3fa +[Software\\Classes\\Typelib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0\\0\\win32] 1526460533 +#time=1d3ecf2b7d4e358 @="C:\\windows\\system32\\hhctrl.ocx" -[Software\\Classes\\Typelib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0\\FLAGS] 1460706471 -#time=1d196eb1cf4a5ee +[Software\\Classes\\Typelib\\{ADB880A2-D8FF-11CF-9377-00AA003B7A11}\\4.0\\FLAGS] 1526460533 +#time=1d3ecf2b7d4e54c @="0" -[Software\\Classes\\Typelib\\{B596CC9F-56E5-419E-A622-E01BB457431E}\\2.0] 1460706472 -#time=1d196eb1d1e2cde +[Software\\Classes\\Typelib\\{B596CC9F-56E5-419E-A622-E01BB457431E}\\2.0] 1526460533 +#time=1d3ecf2b7ded5b6 @="WUAPI 2.0 Type Library" -[Software\\Classes\\Typelib\\{B596CC9F-56E5-419E-A622-E01BB457431E}\\2.0\\0\\win32] 1460706472 -#time=1d196eb1d1e293c +[Software\\Classes\\Typelib\\{B596CC9F-56E5-419E-A622-E01BB457431E}\\2.0\\0\\win32] 1526460533 +#time=1d3ecf2b7ded444 @="C:\\windows\\system32\\wuapi.dll" -[Software\\Classes\\Typelib\\{B596CC9F-56E5-419E-A622-E01BB457431E}\\2.0\\FLAGS] 1460706472 -#time=1d196eb1d1e2d9c +[Software\\Classes\\Typelib\\{B596CC9F-56E5-419E-A622-E01BB457431E}\\2.0\\FLAGS] 1526460533 +#time=1d3ecf2b7ded64c @="0" -[Software\\Classes\\Typelib\\{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}\\2.4] 1460706649 -#time=1d196eb86ecbaae +[Software\\Classes\\Typelib\\{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}\\2.4] 1526460883 +#time=1d3ecf388a5621e @="mscorlib.dll" -[Software\\Classes\\Typelib\\{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}\\2.4\\0\\win32] 1460706649 -#time=1d196eb86ecb5fe +[Software\\Classes\\Typelib\\{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}\\2.4\\0\\win32] 1526460883 +#time=1d3ecf388a55e72 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.tlb" -[Software\\Classes\\Typelib\\{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}\\2.4\\FLAGS] 1460706649 -#time=1d196eb86ecb892 +[Software\\Classes\\Typelib\\{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}\\2.4\\FLAGS] 1526460883 +#time=1d3ecf388a560e8 @="8" -[Software\\Classes\\Typelib\\{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}\\2.4\\HELPDIR] 1460706649 -#time=1d196eb86ecbb94 +[Software\\Classes\\Typelib\\{BED7F4EA-1A96-11D2-8F08-00A0C9A6186D}\\2.4\\HELPDIR] 1526460883 +#time=1d3ecf388a562dc @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319" -[Software\\Classes\\Typelib\\{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}\\2.4\\0\\win32] 1460706650 -#time=1d196eb877ccbee +[Software\\Classes\\Typelib\\{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}\\2.4\\0\\win32] 1526460884 +#time=1d3ecf3892958da @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.tlb" -[Software\\Classes\\Typelib\\{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}\\2.4\\FLAGS] 1460706650 -#time=1d196eb877ccf04 +[Software\\Classes\\Typelib\\{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}\\2.4\\FLAGS] 1526460884 +#time=1d3ecf389295aec @="8" -[Software\\Classes\\Typelib\\{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}\\2.4\\HELPDIR] 1460706650 -#time=1d196eb877cd0d0 +[Software\\Classes\\Typelib\\{BEE4BFEC-6683-3E67-9167-3C0CBC68F40A}\\2.4\\HELPDIR] 1526460884 +#time=1d3ecf389295e70 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319" -[Software\\Classes\\Typelib\\{BEF6E001-A874-101A-8BBA-00AA00300CAB}\\2.0] 1460706471 -#time=1d196eb1d0b3278 +[Software\\Classes\\Typelib\\{BEF6E001-A874-101A-8BBA-00AA00300CAB}\\2.0] 1526460533 +#time=1d3ecf2b7bee4fe @="Standard OLE Types" -[Software\\Classes\\Typelib\\{BEF6E001-A874-101A-8BBA-00AA00300CAB}\\2.0\\0\\win32] 1460706471 -#time=1d196eb1d0b2fa8 +[Software\\Classes\\Typelib\\{BEF6E001-A874-101A-8BBA-00AA00300CAB}\\2.0\\0\\win32] 1526460533 +#time=1d3ecf2b7bee382 @="C:\\windows\\system32\\olepro32.dll" -[Software\\Classes\\Typelib\\{BEF6E001-A874-101A-8BBA-00AA00300CAB}\\2.0\\FLAGS] 1460706471 -#time=1d196eb1d0b339a +[Software\\Classes\\Typelib\\{BEF6E001-A874-101A-8BBA-00AA00300CAB}\\2.0\\FLAGS] 1526460533 +#time=1d3ecf2b7bee594 @="0" -[Software\\Classes\\Typelib\\{D3295D87-D604-11D4-A704-00C04FA137E4}\\a.0\\0\\win32] 1460706648 -#time=1d196eb868caa7e +[Software\\Classes\\Typelib\\{C866CA3A-32F7-11D2-9602-00C04F8EE628}\\5.4] 1526460533 +#time=1d3ecf2b7aa63e4 +@="Speech Object Library" + +[Software\\Classes\\Typelib\\{C866CA3A-32F7-11D2-9602-00C04F8EE628}\\5.4\\0\\win32] 1526460533 +#time=1d3ecf2b7aa6272 +@="C:\\windows\\system32\\Speech\\Common\\sapi.dll" + +[Software\\Classes\\Typelib\\{C866CA3A-32F7-11D2-9602-00C04F8EE628}\\5.4\\FLAGS] 1526460533 +#time=1d3ecf2b7aa6466 +@="0" + +[Software\\Classes\\Typelib\\{D3295D87-D604-11D4-A704-00C04FA137E4}\\a.0\\0\\win32] 1526460883 +#time=1d3ecf3884bffe4 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.JScript.tlb" -[Software\\Classes\\Typelib\\{D3295D87-D604-11D4-A704-00C04FA137E4}\\a.0\\FLAGS] 1460706648 -#time=1d196eb868cabdc +[Software\\Classes\\Typelib\\{D3295D87-D604-11D4-A704-00C04FA137E4}\\a.0\\FLAGS] 1526460883 +#time=1d3ecf3884c02c8 @="8" -[Software\\Classes\\Typelib\\{D3295D87-D604-11D4-A704-00C04FA137E4}\\a.0\\HELPDIR] 1460706648 -#time=1d196eb868cad30 +[Software\\Classes\\Typelib\\{D3295D87-D604-11D4-A704-00C04FA137E4}\\a.0\\HELPDIR] 1526460883 +#time=1d3ecf3884c0570 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319" -[Software\\Classes\\Typelib\\{D37E2A3E-8545-3A39-9F4F-31827C9124AB}\\2.4\\0\\win32] 1460706649 -#time=1d196eb87296ddc +[Software\\Classes\\Typelib\\{D37E2A3E-8545-3A39-9F4F-31827C9124AB}\\2.4\\0\\win32] 1526460884 +#time=1d3ecf388dde74c @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Drawing.tlb" -[Software\\Classes\\Typelib\\{D37E2A3E-8545-3A39-9F4F-31827C9124AB}\\2.4\\FLAGS] 1460706649 -#time=1d196eb87296f3a +[Software\\Classes\\Typelib\\{D37E2A3E-8545-3A39-9F4F-31827C9124AB}\\2.4\\FLAGS] 1526460884 +#time=1d3ecf388ddead0 @="8" -[Software\\Classes\\Typelib\\{D37E2A3E-8545-3A39-9F4F-31827C9124AB}\\2.4\\HELPDIR] 1460706649 -#time=1d196eb87297098 +[Software\\Classes\\Typelib\\{D37E2A3E-8545-3A39-9F4F-31827C9124AB}\\2.4\\HELPDIR] 1526460884 +#time=1d3ecf388dded14 @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319" -[Software\\Classes\\Typelib\\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\\2.0] 1460706471 -#time=1d196eb1cd13ce4 +[Software\\Classes\\Typelib\\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\\2.0] 1526460532 +#time=1d3ecf2b7928ea4 @="Microsoft XML, v2.0" -[Software\\Classes\\Typelib\\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\\2.0\\0\\win32] 1460706471 -#time=1d196eb1cd13ba4 +[Software\\Classes\\Typelib\\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\\2.0\\0\\win32] 1526460532 +#time=1d3ecf2b7928cd8 @="C:\\windows\\system32\\msxml.dll" -[Software\\Classes\\Typelib\\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\\2.0\\FLAGS] 1460706471 -#time=1d196eb1cd13d5c +[Software\\Classes\\Typelib\\{D63E0CE2-A0A2-11D0-9C02-00C04FC99C8E}\\2.0\\FLAGS] 1526460532 +#time=1d3ecf2b7928fa8 @="0" -[Software\\Classes\\Typelib\\{DB4F3345-3EF8-45ED-B976-25A6D3B81B71}\\1.0] 1460706471 -#time=1d196eb1cf53f72 +[Software\\Classes\\Typelib\\{DB4F3345-3EF8-45ED-B976-25A6D3B81B71}\\1.0] 1526460533 +#time=1d3ecf2b7db143a @="NetFwPublicTypeLib" -[Software\\Classes\\Typelib\\{DB4F3345-3EF8-45ED-B976-25A6D3B81B71}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1cf53df6 +[Software\\Classes\\Typelib\\{DB4F3345-3EF8-45ED-B976-25A6D3B81B71}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7db12d2 @="C:\\windows\\system32\\hnetcfg.dll" -[Software\\Classes\\Typelib\\{DB4F3345-3EF8-45ED-B976-25A6D3B81B71}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1cf53fe0 +[Software\\Classes\\Typelib\\{DB4F3345-3EF8-45ED-B976-25A6D3B81B71}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7db14c6 @="0" -[Software\\Classes\\Typelib\\{E34CB9F1-C7F7-424C-BE29-027DCC09363A}\\1.0] 1460706471 -#time=1d196eb1d14a718 +[Software\\Classes\\Typelib\\{E34CB9F1-C7F7-424C-BE29-027DCC09363A}\\1.0] 1526460533 +#time=1d3ecf2b7d5b1b6 @="TaskScheduler" -[Software\\Classes\\Typelib\\{E34CB9F1-C7F7-424C-BE29-027DCC09363A}\\1.0\\0\\win32] 1460706471 -#time=1d196eb1d14a4fc +[Software\\Classes\\Typelib\\{E34CB9F1-C7F7-424C-BE29-027DCC09363A}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7d5b04e @="C:\\windows\\system32\\taskschd.dll" -[Software\\Classes\\Typelib\\{E34CB9F1-C7F7-424C-BE29-027DCC09363A}\\1.0\\FLAGS] 1460706471 -#time=1d196eb1d14a812 +[Software\\Classes\\Typelib\\{E34CB9F1-C7F7-424C-BE29-027DCC09363A}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7d5b242 @="0" -[Software\\Classes\\Typelib\\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\\1.1] 1460706471 -#time=1d196eb1cdb3cb2 +[Software\\Classes\\Typelib\\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\\1.1] 1526460533 +#time=1d3ecf2b7a8851a @="Microsoft Internet Controls" -[Software\\Classes\\Typelib\\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\\1.1\\0\\win32] 1460706471 -#time=1d196eb1cf5ac32 +[Software\\Classes\\Typelib\\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\\1.1\\0\\win32] 1528075957 +#time=1d3fba3eba3f8b2 @="C:\\windows\\system32\\ieframe.dll" -[Software\\Classes\\Typelib\\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\\1.1\\FLAGS] 1460706471 -#time=1d196eb1cdb3d2a +[Software\\Classes\\Typelib\\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\\1.1\\FLAGS] 1526460533 +#time=1d3ecf2b7a88628 @="0" -[Software\\Classes\\Typelib\\{ED6BD1F1-0A6B-41C1-A57D-646C63F5A361}\\4.0] 1460706675 -#time=1d196eb96777d88 +[Software\\Classes\\Typelib\\{ED6BD1F1-0A6B-41C1-A57D-646C63F5A361}\\4.0] 1526460915 +#time=1d3ecf39ba93d18 @="AspNetMMCExt.dll" -[Software\\Classes\\Typelib\\{ED6BD1F1-0A6B-41C1-A57D-646C63F5A361}\\4.0\\0\\win32] 1460706675 -#time=1d196eb96776adc +[Software\\Classes\\Typelib\\{ED6BD1F1-0A6B-41C1-A57D-646C63F5A361}\\4.0\\0\\win32] 1526460915 +#time=1d3ecf39ba9155e @="Path" -[Software\\Classes\\Typelib\\{ED6BD1F1-0A6B-41C1-A57D-646C63F5A361}\\4.0\\FLAGS] 1460706675 -#time=1d196eb9677502e +[Software\\Classes\\Typelib\\{ED6BD1F1-0A6B-41C1-A57D-646C63F5A361}\\4.0\\FLAGS] 1526460915 +#time=1d3ecf39ba8e782 @="0" -[Software\\Classes\\Typelib\\{ED6BD1F1-0A6B-41C1-A57D-646C63F5A361}\\4.0\\HELPDIR] 1460706675 -#time=1d196eb967738be +[Software\\Classes\\Typelib\\{ED6BD1F1-0A6B-41C1-A57D-646C63F5A361}\\4.0\\HELPDIR] 1526460915 +#time=1d3ecf39ba8c02c @="Path" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\2.6] 1460706471 -#time=1d196eb1cd23806 +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\2.6] 1526460533 +#time=1d3ecf2b793c67a @="Microsoft XML, v2.6" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\2.6\\0\\win32] 1460706471 -#time=1d196eb1cd236c6 +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\2.6\\0\\win32] 1526460533 +#time=1d3ecf2b793c4d6 @="C:\\windows\\system32\\msxml2.dll" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\2.6\\FLAGS] 1460706471 -#time=1d196eb1cd2387e +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\2.6\\FLAGS] 1526460533 +#time=1d3ecf2b793c71a @="0" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\3.0] 1460706605 -#time=1d196eb6c61c97c +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\3.0] 1526460533 +#time=1d3ecf2b7958762 @="Microsoft XML, v3.0" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\3.0\\0\\win32] 1460706471 -#time=1d196eb1cd3a376 +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\3.0\\0\\win32] 1526460533 +#time=1d3ecf2b79585fa @="C:\\windows\\system32\\msxml3.dll" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\3.0\\FLAGS] 1460706605 -#time=1d196eb6c61c878 -@="8" - -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\3.0\\HELPDIR] 1460706605 -#time=1d196eb6c61ca08 -@="C:\\windows\\system32\\" +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\3.0\\FLAGS] 1526460533 +#time=1d3ecf2b79587ee +@="0" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\4.0] 1460706471 -#time=1d196eb1cd6b23c +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\4.0] 1526460533 +#time=1d3ecf2b79a0ada @="Microsoft XML, v4.0" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\4.0\\0\\win32] 1460706471 -#time=1d196eb1cd6b0fc +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\4.0\\0\\win32] 1526460533 +#time=1d3ecf2b79a076a @="C:\\windows\\system32\\msxml4.dll" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\4.0\\FLAGS] 1460706471 -#time=1d196eb1cd6b2aa +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\4.0\\FLAGS] 1526460533 +#time=1d3ecf2b79a0be8 @="0" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\6.0] 1460706471 -#time=1d196eb1cd933d6 +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\6.0] 1526460533 +#time=1d3ecf2b79d470e @="Microsoft XML, v6.0" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\6.0\\0\\win32] 1460706471 -#time=1d196eb1cd93296 +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\6.0\\0\\win32] 1526460533 +#time=1d3ecf2b79d454c @="C:\\windows\\system32\\msxml6.dll" -[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\6.0\\FLAGS] 1460706471 -#time=1d196eb1cd9344e +[Software\\Classes\\Typelib\\{F5078F18-C551-11D3-89B9-0000F81FE221}\\6.0\\FLAGS] 1526460533 +#time=1d3ecf2b79d4786 @="0" -[Software\\Classes\\Typelib\\{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}\\1.0] 1460706472 -#time=1d196eb1d1d3b44 +[Software\\Classes\\Typelib\\{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}\\1.0] 1526460533 +#time=1d3ecf2b7ea3f1e @="Windows Script Host Object Model" -[Software\\Classes\\Typelib\\{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}\\1.0\\0\\win32] 1460706472 -#time=1d196eb1d1d395a +[Software\\Classes\\Typelib\\{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}\\1.0\\0\\win32] 1526460533 +#time=1d3ecf2b7ea3db6 @="C:\\windows\\system32\\wshom.ocx" -[Software\\Classes\\Typelib\\{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}\\1.0\\FLAGS] 1460706472 -#time=1d196eb1d1d3be4 +[Software\\Classes\\Typelib\\{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}\\1.0\\FLAGS] 1526460533 +#time=1d3ecf2b7ea3faa @="0" -[Software\\Classes\\VBS] 1460706472 -#time=1d196eb1d175de6 +[Software\\Classes\\VBS] 1526460533 +#time=1d3ecf2b7e593c4 @="VB Script Language" -[Software\\Classes\\VBS\\CLSID] 1460706472 -#time=1d196eb1d175d0a +[Software\\Classes\\VBS\\CLSID] 1526460533 +#time=1d3ecf2b7e592ca @="{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" -[Software\\Classes\\VBS\\OLEScript] 1460706472 -#time=1d196eb1d175de6 +[Software\\Classes\\VBS\\OLEScript] 1526460533 +#time=1d3ecf2b7e593c4 -[Software\\Classes\\VBS Author] 1460706472 -#time=1d196eb1d176174 +[Software\\Classes\\VBS Author] 1526460533 +#time=1d3ecf2b7e597b6 @="VB Script Language Authoring" -[Software\\Classes\\VBS Author\\CLSID] 1460706472 -#time=1d196eb1d176098 +[Software\\Classes\\VBS Author\\CLSID] 1526460533 +#time=1d3ecf2b7e596c6 @="{B54F3742-5B07-11CF-A4B0-00AA004A55E8}" -[Software\\Classes\\VBS Author\\OLEScript] 1460706472 -#time=1d196eb1d176174 +[Software\\Classes\\VBS Author\\OLEScript] 1526460533 +#time=1d3ecf2b7e597b6 -[Software\\Classes\\VBScript] 1460706472 -#time=1d196eb1d176336 +[Software\\Classes\\VBScript] 1526460533 +#time=1d3ecf2b7e599aa @="VB Script Language" -[Software\\Classes\\VBScript\\CLSID] 1460706471 -#time=1d196eb1d16e046 +[Software\\Classes\\VBScript\\CLSID] 1526460533 +#time=1d3ecf2b7e50d28 @="{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" -[Software\\Classes\\VBScript\\OLEScript] 1460706472 -#time=1d196eb1d176336 +[Software\\Classes\\VBScript\\OLEScript] 1526460533 +#time=1d3ecf2b7e599aa -[Software\\Classes\\VBScript Author] 1460706472 -#time=1d196eb1d1764ee +[Software\\Classes\\VBScript Author] 1526460533 +#time=1d3ecf2b7e59bbc @="VB Script Language Authoring" -[Software\\Classes\\VBScript Author\\CLSID] 1460706471 -#time=1d196eb1d16e352 +[Software\\Classes\\VBScript Author\\CLSID] 1526460533 +#time=1d3ecf2b7e51034 @="{B54F3742-5B07-11CF-A4B0-00AA004A55E8}" -[Software\\Classes\\VBScript Author\\OLEScript] 1460706472 -#time=1d196eb1d1764ee +[Software\\Classes\\VBScript Author\\OLEScript] 1526460533 +#time=1d3ecf2b7e59bbc -[Software\\Classes\\VBScript.Encode] 1460706472 -#time=1d196eb1d17669c +[Software\\Classes\\VBScript.Encode] 1526460533 +#time=1d3ecf2b7e59da6 @="VB Script Language Encoding" -[Software\\Classes\\VBScript.Encode\\CLSID] 1460706471 -#time=1d196eb1d16e622 +[Software\\Classes\\VBScript.Encode\\CLSID] 1526460533 +#time=1d3ecf2b7e51372 @="{B54F3743-5B07-11CF-A4B0-00AA004A55E8}" -[Software\\Classes\\VBScript.Encode\\OLEScript] 1460706472 -#time=1d196eb1d17669c +[Software\\Classes\\VBScript.Encode\\OLEScript] 1526460533 +#time=1d3ecf2b7e59da6 -[Software\\Classes\\VBScript.RegExp] 1460706472 -#time=1d196eb1d1768b8 +[Software\\Classes\\VBScript.RegExp] 1526460533 +#time=1d3ecf2b7e59f90 @="VBScript Regular Expression" -[Software\\Classes\\VBScript.RegExp\\CLSID] 1460706471 -#time=1d196eb1d16d84e +[Software\\Classes\\VBScript.RegExp\\CLSID] 1526460533 +#time=1d3ecf2b7e50a26 @="{3F4DACA4-160D-11D2-A8E9-00104B365C9F}" -[Software\\Classes\\VBScript.RegExp\\OLEScript] 1460706472 -#time=1d196eb1d1768b8 +[Software\\Classes\\VBScript.RegExp\\OLEScript] 1526460533 +#time=1d3ecf2b7e59f90 -[Software\\Classes\\VBSFile] 1460706472 -#time=1d196eb1d176d04 +[Software\\Classes\\VBSFile] 1528075957 +#time=1d3fba3ebb38f3e @="VBScript Script File" -[Software\\Classes\\VBSFile\\ScriptEngine] 1460706472 -#time=1d196eb1d176c32 +[Software\\Classes\\VBSFile\\ScriptEngine] 1528075957 +#time=1d3fba3ebb38e4e @="VBScript" -[Software\\Classes\\VBSFile\\Shell] 1460706472 -#time=1d196eb1d177506 +[Software\\Classes\\VBSFile\\Shell] 1528075957 +#time=1d3fba3ebb397a4 @="Open" -[Software\\Classes\\VBSFile\\Shell\\Edit\\Command] 1460706472 -#time=1d196eb1d176f02 +[Software\\Classes\\VBSFile\\Shell\\Edit\\Command] 1528075957 +#time=1d3fba3ebb3915a @="\"%SystemRoot%\\system32\\notepad.exe\" %1" -[Software\\Classes\\VBSFile\\Shell\\Open\\Command] 1460706472 -#time=1d196eb1d17718c +[Software\\Classes\\VBSFile\\Shell\\Open\\Command] 1528075957 +#time=1d3fba3ebb393d0 @="\"%SystemRoot%\\system32\\wscript.exe\" \"%1\" %*" -[Software\\Classes\\VBSFile\\Shell\\Open2\\Command] 1460706472 -#time=1d196eb1d1773c6 +[Software\\Classes\\VBSFile\\Shell\\Open2\\Command] 1528075957 +#time=1d3fba3ebb39646 @="\"%SystemRoot%\\system32\\cscript.exe\" \"%1\" %*" -[Software\\Classes\\VBSFile\\Shell\\Print\\Command] 1460706472 -#time=1d196eb1d17765a +[Software\\Classes\\VBSFile\\Shell\\Print\\Command] 1528075957 +#time=1d3fba3ebb398b2 @="\"%SystemRoot%\\system32\\notepad.exe\" /p %1" -[Software\\Classes\\VsaVbRT] 1460706647 -#time=1d196eb8573e9ae +[Software\\Classes\\VsaVbRT] 1526460879 +#time=1d3ecf386399e14 @="VsaVbRT" -[Software\\Classes\\VsaVbRT\\CLSID] 1460706647 -#time=1d196eb8573c7bc +[Software\\Classes\\VsaVbRT\\CLSID] 1526460879 +#time=1d3ecf386396ad4 @="{24800CD0-0F4E-4df7-9F69-3C6903C89224}" -[Software\\Classes\\VsaVbRT\\CurVer] 1460706647 -#time=1d196eb8573b5ce +[Software\\Classes\\VsaVbRT\\CurVer] 1526460879 +#time=1d3ecf386394fae @="VsaVbRT.7.1" -[Software\\Classes\\VsaVbRT.7.1] 1460706647 -#time=1d196eb857394ea +[Software\\Classes\\VsaVbRT.7.1] 1526460879 +#time=1d3ecf3863918f4 @="VsaVbRT" -[Software\\Classes\\VsaVbRT.7.1\\CLSID] 1460706647 -#time=1d196eb85738568 +[Software\\Classes\\VsaVbRT.7.1\\CLSID] 1526460879 +#time=1d3ecf38638fb76 @="{24800CD0-0F4E-4df7-9F69-3C6903C89224}" -[Software\\Classes\\WbemScripting.SWbemLocator] 1460706471 -#time=1d196eb1cdd10be +[Software\\Classes\\WbemScripting.SWbemLocator] 1526460533 +#time=1d3ecf2b7ab3f4e @="SWbemLocator" -[Software\\Classes\\WbemScripting.SWbemLocator\\CLSID] 1460706471 -#time=1d196eb1cdd0eca +[Software\\Classes\\WbemScripting.SWbemLocator\\CLSID] 1526460533 +#time=1d3ecf2b7ab3e54 @="{76A64158-CB41-11D1-8B02-00600806D9B6}" -[Software\\Classes\\WbemScripting.SWbemLocator\\CurVer] 1460706471 -#time=1d196eb1cdd119a +[Software\\Classes\\WbemScripting.SWbemLocator\\CurVer] 1526460533 +#time=1d3ecf2b7ab3fd0 @="WbemScripting.SWbemLocator.1" -[Software\\Classes\\WbemScripting.SWbemLocator.1] 1460706471 -#time=1d196eb1cdd0bbe +[Software\\Classes\\WbemScripting.SWbemLocator.1] 1526460533 +#time=1d3ecf2b7ab3ac6 @="SWbemLocator" -[Software\\Classes\\WbemScripting.SWbemLocator.1\\CLSID] 1460706471 -#time=1d196eb1cdd0c2c +[Software\\Classes\\WbemScripting.SWbemLocator.1\\CLSID] 1526460533 +#time=1d3ecf2b7ab3b48 @="{76A64158-CB41-11D1-8B02-00600806D9B6}" -[Software\\Classes\\WiaDevMgr] 1460706472 -#time=1d196eb1d18a7c8 +[Software\\Classes\\WiaDevMgr] 1526460533 +#time=1d3ecf2b7cd5750 @="WIA Device Manager" -[Software\\Classes\\WiaDevMgr\\CLSID] 1460706472 -#time=1d196eb1d18a6e2 +[Software\\Classes\\WiaDevMgr\\CLSID] 1526460533 +#time=1d3ecf2b7cd5656 @="{A1F4E726-8CF1-11D1-BF92-0060081ED811}" -[Software\\Classes\\WiaDevMgr\\CurVer] 1460706472 -#time=1d196eb1d18a836 +[Software\\Classes\\WiaDevMgr\\CurVer] 1526460533 +#time=1d3ecf2b7cd57d2 @="WiaDevMgr.1" -[Software\\Classes\\WiaDevMgr.1] 1460706472 -#time=1d196eb1d18a3c2 +[Software\\Classes\\WiaDevMgr.1] 1526460533 +#time=1d3ecf2b7cd52c8 @="WIA Device Manager" -[Software\\Classes\\WiaDevMgr.1\\CLSID] 1460706472 -#time=1d196eb1d18a43a +[Software\\Classes\\WiaDevMgr.1\\CLSID] 1526460533 +#time=1d3ecf2b7cd5354 @="{A1F4E726-8CF1-11D1-BF92-0060081ED811}" -[Software\\Classes\\Windows.CompositeFont] 1460706648 -#time=1d196eb862c5e62 +[Software\\Classes\\Windows.CompositeFont] 1526460881 +#time=1d3ecf38780dbfc @="Composite Font File" "FriendlyTypeName"="@C:\\windows\\system32\\PresentationHost.exe,-3308" -[Software\\Classes\\Windows.CompositeFont\\DefaultIcon] 1460706648 -#time=1d196eb862c611e +[Software\\Classes\\Windows.CompositeFont\\DefaultIcon] 1526460881 +#time=1d3ecf38780de7c @="C:\\windows\\system32\\PresentationHost.exe,2" -[Software\\Classes\\Windows.CompositeFont\\shell\\open\\command] 1460706648 -#time=1d196eb862c2014 +[Software\\Classes\\Windows.CompositeFont\\shell\\open\\command] 1526460881 +#time=1d3ecf3878078c4 @=str(2):"\"%WinDir%\\System32\\notepad.exe\" \"%1\"" -[Software\\Classes\\Windows.XamlDocument] 1460706648 -#time=1d196eb862bba8e +[Software\\Classes\\Windows.XamlDocument] 1526460881 +#time=1d3ecf3877fd7fc @="Windows Markup File" "BrowserFlags"=dword:00001000 "DocObject"="0" @@ -56816,28 +57307,28 @@ WINE REGISTRY Version 2 "FriendlyTypeName"="@C:\\windows\\system32\\PresentationHost.exe,-3300" "InfoTip"="@C:\\windows\\system32\\PresentationHost.exe,-3301" -[Software\\Classes\\Windows.XamlDocument\\CLSID] 1460706648 -#time=1d196eb862b71dc +[Software\\Classes\\Windows.XamlDocument\\CLSID] 1526460881 +#time=1d3ecf3877f3f2c @="{CF1BF3B6-7AD0-4410-996B-C78EAFCD3269}" -[Software\\Classes\\Windows.XamlDocument\\DefaultIcon] 1460706648 -#time=1d196eb862bbc8c +[Software\\Classes\\Windows.XamlDocument\\DefaultIcon] 1526460881 +#time=1d3ecf3877fd9e6 @="C:\\windows\\system32\\PresentationHost.exe,2" -[Software\\Classes\\Windows.XamlDocument\\DocObject] 1460706648 -#time=1d196eb862b8082 +[Software\\Classes\\Windows.XamlDocument\\DocObject] 1526460881 +#time=1d3ecf3877f58ea @="0" -[Software\\Classes\\Windows.XamlDocument\\shell\\edit\\command] 1460706648 -#time=1d196eb862b90cc +[Software\\Classes\\Windows.XamlDocument\\shell\\edit\\command] 1526460881 +#time=1d3ecf3877f79e2 @=str(2):"\"%WinDir%\\System32\\notepad.exe\" \"%1\"" -[Software\\Classes\\Windows.XamlDocument\\shell\\open\\command] 1460706648 -#time=1d196eb862bcd76 +[Software\\Classes\\Windows.XamlDocument\\shell\\open\\command] 1526460881 +#time=1d3ecf3877ff566 @="\"C:\\windows\\system32\\PresentationHost.exe\" \"%1\" %*" -[Software\\Classes\\Windows.Xbap] 1460706648 -#time=1d196eb862a9ac8 +[Software\\Classes\\Windows.Xbap] 1526460881 +#time=1d3ecf3877dc44e @="XAML Browser Application" "BrowserFlags"=dword:00001000 "DocObject"="0" @@ -56845,412 +57336,348 @@ WINE REGISTRY Version 2 "FriendlyTypeName"="@C:\\windows\\system32\\PresentationHost.exe,-3306" "InfoTip"="@C:\\windows\\system32\\PresentationHost.exe,-3307" -[Software\\Classes\\Windows.Xbap\\CLSID] 1460706648 -#time=1d196eb862a4fd2 +[Software\\Classes\\Windows.Xbap\\CLSID] 1526460881 +#time=1d3ecf3877d41d6 @="{ADBE6DEC-9B04-4A3D-A09C-4BB38EF1351C}" -[Software\\Classes\\Windows.Xbap\\DefaultIcon] 1460706648 -#time=1d196eb862a9c80 +[Software\\Classes\\Windows.Xbap\\DefaultIcon] 1526460881 +#time=1d3ecf3877dc656 @="C:\\windows\\system32\\PresentationHost.exe,3" -[Software\\Classes\\Windows.Xbap\\DocObject] 1460706648 -#time=1d196eb862a5e50 +[Software\\Classes\\Windows.Xbap\\DocObject] 1526460881 +#time=1d3ecf3877d5d2e @="0" -[Software\\Classes\\Windows.Xbap\\shell\\edit\\command] 1460706648 -#time=1d196eb862a7002 +[Software\\Classes\\Windows.Xbap\\shell\\edit\\command] 1526460881 +#time=1d3ecf3877d7a0c @=str(2):"\"%WinDir%\\System32\\notepad.exe\" \"%1\"" -[Software\\Classes\\Windows.Xbap\\shell\\open\\command] 1460706648 -#time=1d196eb862aad74 +[Software\\Classes\\Windows.Xbap\\shell\\open\\command] 1526460881 +#time=1d3ecf3877de1a4 @="\"C:\\windows\\system32\\PresentationHost.exe\" \"%1\" %*" -[Software\\Classes\\WindowsInstaller.Installer] 1460706471 -#time=1d196eb1d0400fc +[Software\\Classes\\WindowsInstaller.Installer] 1526460533 +#time=1d3ecf2b7af6dbc @="Microsoft Windows Installer" -[Software\\Classes\\WindowsInstaller.Installer\\CLSID] 1460706471 -#time=1d196eb1d04016a +[Software\\Classes\\WindowsInstaller.Installer\\CLSID] 1526460533 +#time=1d3ecf2b7af6e3e @="{000C1090-0000-0000-C000-000000000046}" -[Software\\Classes\\WindowsInstaller.Message] 1460706471 -#time=1d196eb1d03fe54 +[Software\\Classes\\WindowsInstaller.Message] 1526460533 +#time=1d3ecf2b7af6ab0 @="Microsoft Windows Installer Message RPC" -[Software\\Classes\\WindowsInstaller.Message\\CLSID] 1460706471 -#time=1d196eb1d03fecc +[Software\\Classes\\WindowsInstaller.Message\\CLSID] 1526460533 +#time=1d3ecf2b7af6b32 @="{000C101D-0000-0000-C000-000000000046}" -[Software\\Classes\\WINEDBROWPRX.AsProxy] 1460706471 -#time=1d196eb1cdf5946 +[Software\\Classes\\WINEDBROWPRX.AsProxy] 1526460533 +#time=1d3ecf2b7ae61ce @="Wine OLE DB Row Proxy" -[Software\\Classes\\WINEDBROWPRX.AsProxy\\CLSID] 1460706471 -#time=1d196eb1cdf5838 +[Software\\Classes\\WINEDBROWPRX.AsProxy\\CLSID] 1526460533 +#time=1d3ecf2b7ae60de @="{38248179-CF6D-11DE-ABE5-000C2916D865}" -[Software\\Classes\\WINEDBROWPRX.AsProxy\\CurVer] 1460706471 -#time=1d196eb1cdf59b4 +[Software\\Classes\\WINEDBROWPRX.AsProxy\\CurVer] 1526460533 +#time=1d3ecf2b7ae625a @="WINEDBROWPRX.AsProxy.1" -[Software\\Classes\\WINEDBROWPRX.AsProxy.1] 1460706471 -#time=1d196eb1cdf550e +[Software\\Classes\\WINEDBROWPRX.AsProxy.1] 1526460533 +#time=1d3ecf2b7ae5d50 @="Wine OLE DB Row Proxy" -[Software\\Classes\\WINEDBROWPRX.AsProxy.1\\CLSID] 1460706471 -#time=1d196eb1cdf557c +[Software\\Classes\\WINEDBROWPRX.AsProxy.1\\CLSID] 1526460533 +#time=1d3ecf2b7ae5dd2 @="{38248179-CF6D-11DE-ABE5-000C2916D865}" -[Software\\Classes\\WINEDBROWPRX.AsServer] 1460706471 -#time=1d196eb1cdf5270 +[Software\\Classes\\WINEDBROWPRX.AsServer] 1526460533 +#time=1d3ecf2b7ae5a58 @="Wine OLE DB Row Server" -[Software\\Classes\\WINEDBROWPRX.AsServer\\CLSID] 1460706471 -#time=1d196eb1cdf5194 +[Software\\Classes\\WINEDBROWPRX.AsServer\\CLSID] 1526460533 +#time=1d3ecf2b7ae595e @="{38248178-CF6D-11DE-ABE5-000C2916D865}" -[Software\\Classes\\WINEDBROWPRX.AsServer\\CurVer] 1460706471 -#time=1d196eb1cdf52de +[Software\\Classes\\WINEDBROWPRX.AsServer\\CurVer] 1526460533 +#time=1d3ecf2b7ae5ada @="WINEDBROWPRX.AsServer.1" -[Software\\Classes\\WINEDBROWPRX.AsServer.1] 1460706471 -#time=1d196eb1cdf4e74 +[Software\\Classes\\WINEDBROWPRX.AsServer.1] 1526460533 +#time=1d3ecf2b7ae55d0 @="Wine OLE DB Row Server" -[Software\\Classes\\WINEDBROWPRX.AsServer.1\\CLSID] 1460706471 -#time=1d196eb1cdf4eec +[Software\\Classes\\WINEDBROWPRX.AsServer.1\\CLSID] 1526460533 +#time=1d3ecf2b7ae565c @="{38248178-CF6D-11DE-ABE5-000C2916D865}" -[Software\\Classes\\WINEDBRSTPRX.AsProxy] 1460706471 -#time=1d196eb1cdf66ac +[Software\\Classes\\WINEDBRSTPRX.AsProxy] 1526460533 +#time=1d3ecf2b7ae70ec @="Wine OLE DB Rowset Proxy" -[Software\\Classes\\WINEDBRSTPRX.AsProxy\\CLSID] 1460706471 -#time=1d196eb1cdf65d0 +[Software\\Classes\\WINEDBRSTPRX.AsProxy\\CLSID] 1526460533 +#time=1d3ecf2b7ae6ffc @="{3824817B-CF6D-11DE-ABE5-000C2916D865}" -[Software\\Classes\\WINEDBRSTPRX.AsProxy\\CurVer] 1460706471 -#time=1d196eb1cdf6724 +[Software\\Classes\\WINEDBRSTPRX.AsProxy\\CurVer] 1526460533 +#time=1d3ecf2b7ae716e @="WINEDBRSTPRX.AsProxy.1" -[Software\\Classes\\WINEDBRSTPRX.AsProxy.1] 1460706471 -#time=1d196eb1cdf62ce +[Software\\Classes\\WINEDBRSTPRX.AsProxy.1] 1526460533 +#time=1d3ecf2b7ae6c6e @="Wine OLE DB Rowset Proxy" -[Software\\Classes\\WINEDBRSTPRX.AsProxy.1\\CLSID] 1460706471 -#time=1d196eb1cdf633c +[Software\\Classes\\WINEDBRSTPRX.AsProxy.1\\CLSID] 1526460533 +#time=1d3ecf2b7ae6cf0 @="{3824817B-CF6D-11DE-ABE5-000C2916D865}" -[Software\\Classes\\WINEDBRSTPRX.AsServer] 1460706471 -#time=1d196eb1cdf601c +[Software\\Classes\\WINEDBRSTPRX.AsServer] 1526460533 +#time=1d3ecf2b7ae696c @="Wine OLE DB Rowset Server" -[Software\\Classes\\WINEDBRSTPRX.AsServer\\CLSID] 1460706471 -#time=1d196eb1cdf5f04 +[Software\\Classes\\WINEDBRSTPRX.AsServer\\CLSID] 1526460533 +#time=1d3ecf2b7ae687c @="{3824817A-CF6D-11DE-ABE5-000C2916D865}" -[Software\\Classes\\WINEDBRSTPRX.AsServer\\CurVer] 1460706471 -#time=1d196eb1cdf609e +[Software\\Classes\\WINEDBRSTPRX.AsServer\\CurVer] 1526460533 +#time=1d3ecf2b7ae69f8 @="WINEDBRSTPRX.AsServer.1" -[Software\\Classes\\WINEDBRSTPRX.AsServer.1] 1460706471 -#time=1d196eb1cdf5be4 +[Software\\Classes\\WINEDBRSTPRX.AsServer.1] 1526460533 +#time=1d3ecf2b7ae64ee @="Wine OLE DB Rowset Server" -[Software\\Classes\\WINEDBRSTPRX.AsServer.1\\CLSID] 1460706471 -#time=1d196eb1cdf5c5c +[Software\\Classes\\WINEDBRSTPRX.AsServer.1\\CLSID] 1526460533 +#time=1d3ecf2b7ae657a @="{3824817A-CF6D-11DE-ABE5-000C2916D865}" -[Software\\Classes\\WinHttp.WinHttpRequest.5.1] 1460706472 -#time=1d196eb1d1b5ab8 +[Software\\Classes\\WinHttp.WinHttpRequest.5.1] 1526460533 +#time=1d3ecf2b80b17ac @="WinHttpRequest Component version 5.1" -[Software\\Classes\\WinHttp.WinHttpRequest.5.1\\CLSID] 1460706472 -#time=1d196eb1d1b5b80 +[Software\\Classes\\WinHttp.WinHttpRequest.5.1\\CLSID] 1526460533 +#time=1d3ecf2b80b182e @="{2087C2F4-2CEF-4953-A8AB-66779B670495}" -[Software\\Classes\\WINMGMTS] 1460706471 -#time=1d196eb1cdc7654 +[Software\\Classes\\WINMGMTS] 1526460533 +#time=1d3ecf2b7aab088 @="WinMGMTS" -[Software\\Classes\\WINMGMTS\\CLSID] 1460706471 -#time=1d196eb1cdc7578 +[Software\\Classes\\WINMGMTS\\CLSID] 1526460533 +#time=1d3ecf2b7aaaf34 @="{172BDDF8-CEEA-11D1-8B05-00600806D9B6}" -[Software\\Classes\\WINMGMTS\\CurVer] 1460706471 -#time=1d196eb1cdc76c2 +[Software\\Classes\\WINMGMTS\\CurVer] 1526460533 +#time=1d3ecf2b7aab128 @="WINMGMTS.1" -[Software\\Classes\\WINMGMTS.1] 1460706471 -#time=1d196eb1cdc71ae +[Software\\Classes\\WINMGMTS.1] 1526460533 +#time=1d3ecf2b7aaaba6 @="WinMGMTS" -[Software\\Classes\\WINMGMTS.1\\CLSID] 1460706471 -#time=1d196eb1cdc7226 +[Software\\Classes\\WINMGMTS.1\\CLSID] 1526460533 +#time=1d3ecf2b7aaac32 @="{172BDDF8-CEEA-11D1-8B05-00600806D9B6}" -[Software\\Classes\\WMFFilter.CoWMFFilter] 1460706471 -#time=1d196eb1cfe5468 +[Software\\Classes\\WMFFilter.CoWMFFilter] 1526460533 +#time=1d3ecf2b8056e74 @="CoWMFFilter Class" -[Software\\Classes\\WMFFilter.CoWMFFilter\\CLSID] 1460706471 -#time=1d196eb1cfe5364 +[Software\\Classes\\WMFFilter.CoWMFFilter\\CLSID] 1526460533 +#time=1d3ecf2b8056d84 @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\WMFFilter.CoWMFFilter\\CurVer] 1460706471 -#time=1d196eb1cfe54ea +[Software\\Classes\\WMFFilter.CoWMFFilter\\CurVer] 1526460533 +#time=1d3ecf2b8056f00 @="WMFFilter.CoWMFFilter.1" -[Software\\Classes\\WMFFilter.CoWMFFilter.1] 1460706471 -#time=1d196eb1cfe501c +[Software\\Classes\\WMFFilter.CoWMFFilter.1] 1526460533 +#time=1d3ecf2b80569e2 @="CoWMFFilter Class" -[Software\\Classes\\WMFFilter.CoWMFFilter.1\\CLSID] 1460706471 -#time=1d196eb1cfe5094 +[Software\\Classes\\WMFFilter.CoWMFFilter.1\\CLSID] 1526460533 +#time=1d3ecf2b8056a64 @="{607FD4E8-0A03-11D1-AB1D-00C04FC9B304}" -[Software\\Classes\\WMINet_Utils.WmiSecurityHelper] 1460706647 -#time=1d196eb857fcd0a +[Software\\Classes\\WMINet_Utils.WmiSecurityHelper] 1526460879 +#time=1d3ecf3864d91f8 @="WmiSecurityHelper Class" -[Software\\Classes\\WMINet_Utils.WmiSecurityHelper\\CLSID] 1460706647 -#time=1d196eb857fa302 +[Software\\Classes\\WMINet_Utils.WmiSecurityHelper\\CLSID] 1526460879 +#time=1d3ecf3864d5f30 @="{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}" -[Software\\Classes\\WMINet_Utils.WmiSecurityHelper\\CurVer] 1460706647 -#time=1d196eb857f5b5e +[Software\\Classes\\WMINet_Utils.WmiSecurityHelper\\CurVer] 1526460879 +#time=1d3ecf3864d0850 @="WMINet_Utils.WmiSecurityHelper.1" -[Software\\Classes\\WMINet_Utils.WmiSecurityHelper.1] 1460706647 -#time=1d196eb8580121a +[Software\\Classes\\WMINet_Utils.WmiSecurityHelper.1] 1526460879 +#time=1d3ecf3864de1bc @="WmiSecurityHelper Class" -[Software\\Classes\\WMINet_Utils.WmiSecurityHelper.1\\CLSID] 1460706647 -#time=1d196eb857fe2f4 +[Software\\Classes\\WMINet_Utils.WmiSecurityHelper.1\\CLSID] 1526460879 +#time=1d3ecf3864dab02 @="{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}" -[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor] 1460706647 -#time=1d196eb857e3cf6 +[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor] 1526460879 +#time=1d3ecf3864b7558 @="WmiSinkDemultiplexor Class" -[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor\\CLSID] 1460706647 -#time=1d196eb857e2dec +[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor\\CLSID] 1526460879 +#time=1d3ecf3864b5c3a @="{D2EAA715-DAC7-4771-AF5C-931611A1853C}" -[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor\\CurVer] 1460706647 -#time=1d196eb857e1e6a +[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor\\CurVer] 1526460879 +#time=1d3ecf3864b416e @="WMINet_Utils.WmiSinkDemultiplexor.1" -[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor.1] 1460706647 -#time=1d196eb857e6a82 +[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor.1] 1526460879 +#time=1d3ecf3864bc5a8 @="WmiSinkDemultiplexor Class" -[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor.1\\CLSID] 1460706647 -#time=1d196eb857e5ccc +[Software\\Classes\\WMINet_Utils.WmiSinkDemultiplexor.1\\CLSID] 1526460879 +#time=1d3ecf3864ba97e @="{D2EAA715-DAC7-4771-AF5C-931611A1853C}" -[Software\\Classes\\WMPlayer.OCX] 1460706472 -#time=1d196eb1d1caefe +[Software\\Classes\\WMPlayer.OCX] 1526460533 +#time=1d3ecf2b7fcbf36 @="Windows Media Player" -[Software\\Classes\\WMPlayer.OCX\\CLSID] 1460706472 -#time=1d196eb1d1cae2c +[Software\\Classes\\WMPlayer.OCX\\CLSID] 1526460533 +#time=1d3ecf2b7fcbe3c @="{6BF52A52-394A-11D3-B153-00C04F79FAA6}" -[Software\\Classes\\WMPlayer.OCX\\CurVer] 1460706472 -#time=1d196eb1d1caf76 +[Software\\Classes\\WMPlayer.OCX\\CurVer] 1526460533 +#time=1d3ecf2b7fcbfc2 @="WMPlayer.OCX.7" -[Software\\Classes\\WMPlayer.OCX.7] 1460706472 -#time=1d196eb1d1cb8fe +[Software\\Classes\\WMPlayer.OCX.7] 1526460533 +#time=1d3ecf2b7fcca94 @="Windows Media Player" -[Software\\Classes\\WMPlayer.OCX.7\\CLSID] 1460706472 -#time=1d196eb1d1cab8e +[Software\\Classes\\WMPlayer.OCX.7\\CLSID] 1526460533 +#time=1d3ecf2b7fcbb30 @="{6BF52A52-394A-11D3-B153-00C04F79FAA6}" -[Software\\Classes\\WMPlayer.OCX.7\\Insertable] 1460706472 -#time=1d196eb1d1cb8fe +[Software\\Classes\\WMPlayer.OCX.7\\Insertable] 1526460533 +#time=1d3ecf2b7fcca94 -[Software\\Classes\\wrifile\\shell\\open\\command] 1460706475 -#time=1d196eb1f12c3f6 +[Software\\Classes\\wrifile\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06d7f20 @="\"C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe\" %1" -[Software\\Classes\\wrifile\\shell\\print\\command] 1460706475 -#time=1d196eb1f12cfae +[Software\\Classes\\wrifile\\shell\\print\\command] 1526460547 +#time=1d3ecf2c06d84ca @="\"C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe\" /p %1" -[Software\\Classes\\WScript.Network] 1460706472 -#time=1d196eb1d1ddb12 +[Software\\Classes\\WScript.Network] 1526460533 +#time=1d3ecf2b7eae450 @="Windows Script Host Network Object" -[Software\\Classes\\WScript.Network\\CLSID] 1460706472 -#time=1d196eb1d1de116 +[Software\\Classes\\WScript.Network\\CLSID] 1528075957 +#time=1d3fba3ebb6e9e0 @="{093FF999-1EA0-4079-9525-9614C3504B74}" -[Software\\Classes\\WScript.Network\\CurVer] 1460706472 -#time=1d196eb1d1ddb94 +[Software\\Classes\\WScript.Network\\CurVer] 1526460533 +#time=1d3ecf2b7eae4dc @="WScript.Network.1" -[Software\\Classes\\WScript.Network.1] 1460706472 -#time=1d196eb1d1dd702 +[Software\\Classes\\WScript.Network.1] 1526460533 +#time=1d3ecf2b7eadfa0 @="Windows Script Host Network Object" -[Software\\Classes\\WScript.Network.1\\CLSID] 1460706472 -#time=1d196eb1d1dde78 +[Software\\Classes\\WScript.Network.1\\CLSID] 1528075957 +#time=1d3fba3ebb6e6f2 @="{093FF999-1EA0-4079-9525-9614C3504B74}" -[Software\\Classes\\WScript.Shell] 1460706472 -#time=1d196eb1d1dcda2 +[Software\\Classes\\WScript.Shell] 1526460533 +#time=1d3ecf2b7ead51e @="Windows Script Host Shell Object" -[Software\\Classes\\WScript.Shell\\CLSID] 1460706472 -#time=1d196eb1d1dd37e +[Software\\Classes\\WScript.Shell\\CLSID] 1528075957 +#time=1d3fba3ebb6daea @="{72C24DD5-D70A-438B-8A42-98424B88AFB8}" -[Software\\Classes\\WScript.Shell\\CurVer] 1460706472 -#time=1d196eb1d1dce2e +[Software\\Classes\\WScript.Shell\\CurVer] 1526460533 +#time=1d3ecf2b7ead5a0 @="WScript.Shell.1" -[Software\\Classes\\WScript.Shell.1] 1460706472 -#time=1d196eb1d1dc988 +[Software\\Classes\\WScript.Shell.1] 1526460533 +#time=1d3ecf2b7ead05a @="Windows Script Host Shell Object" -[Software\\Classes\\WScript.Shell.1\\CLSID] 1460706472 -#time=1d196eb1d1dd0e0 +[Software\\Classes\\WScript.Shell.1\\CLSID] 1528075957 +#time=1d3fba3ebb6d78e @="{72C24DD5-D70A-438B-8A42-98424B88AFB8}" -[Software\\Classes\\xbmfile] 1460706474 -#time=1d196eb1e5b8916 +[Software\\Classes\\xbmfile] 1526460543 +#time=1d3ecf2bdf45da4 @="XBM Image" -[Software\\Classes\\xbmfile\\CLSID] 1460706474 -#time=1d196eb1e5b8754 +[Software\\Classes\\xbmfile\\CLSID] 1526460543 +#time=1d3ecf2bdf45ba6 @="{25336920-03F9-11CF-8FD0-00AA00686F13}" -[Software\\Classes\\xbmfile\\shell\\open\\command] 1460706474 -#time=1d196eb1e5b8bb4 +[Software\\Classes\\xbmfile\\shell\\open\\command] 1526460543 +#time=1d3ecf2bdf46088 @="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome" -[Software\\Classes\\xbmfile\\shell\\open\\ddeexec] 1460706474 -#time=1d196eb1e5b8f6a +[Software\\Classes\\xbmfile\\shell\\open\\ddeexec] 1526460543 +#time=1d3ecf2bdf46498 @="\"file:%1\",,-1,,,,," -[Software\\Classes\\xbmfile\\shell\\open\\ddeexec\\Application] 1460706474 -#time=1d196eb1e5b8e8e +[Software\\Classes\\xbmfile\\shell\\open\\ddeexec\\Application] 1526460543 +#time=1d3ecf2bdf463a8 @="IExplore" -[Software\\Classes\\xbmfile\\shell\\open\\ddeexec\\Topic] 1460706474 -#time=1d196eb1e5b8fe2 +[Software\\Classes\\xbmfile\\shell\\open\\ddeexec\\Topic] 1526460543 +#time=1d3ecf2bdf46524 @="WWW_OpenURL" -[Software\\Classes\\XML] 1460706605 -#time=1d196eb6c705f8c -@="XML Script Engine" - -[Software\\Classes\\XML\\CLSID] 1460706605 -#time=1d196eb6c705c9e -@="{989D1DC0-B162-11D1-B6EC-D27DDCF9A923}" - -[Software\\Classes\\XML\\OLEScript] 1460706605 -#time=1d196eb6c70643c -@="" - -[Software\\Classes\\xmlfile] 1460706605 -#time=1d196eb6c7274a2 +[Software\\Classes\\xmlfile] 1526460547 +#time=1d3ecf2c06d8844 @="XML Document" -"EditFlags"=hex:00,00,01,00 -"FriendlyTypeName"="@C:\\windows\\system32\\msxml3r.dll,-1" - -[Software\\Classes\\xmlfile\\BrowseInPlace] 1460706605 -#time=1d196eb6c7269f8 -@="" -[Software\\Classes\\xmlfile\\CLSID] 1460706471 -#time=1d196eb1cd670ba +[Software\\Classes\\xmlfile\\CLSID] 1526460533 +#time=1d3ecf2b798cf26 @="{48123BC4-99D9-11D1-A6B3-00C04FD91555}" -[Software\\Classes\\xmlfile\\DefaultIcon] 1460706605 -#time=1d196eb6c727b64 -@="C:\\windows\\system32\\msxml3.dll,0" - -[Software\\Classes\\xmlfile\\shell] 1460706605 -#time=1d196eb6c72800a -@="Open" - -[Software\\Classes\\xmlfile\\shell\\open\\command] 1460706605 -#time=1d196eb6c7294dc -@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome" +[Software\\Classes\\xmlfile\\shell\\open\\command] 1526460547 +#time=1d3ecf2c06d8b96 +@="\"C:\\windows\\system32\\winebrowser.exe\" -nohome" -[Software\\Classes\\xmlfile\\shell\\open\\ddeexec] 1460706605 -#time=1d196eb6c729fcc -@="\"file:%1\",,-1,,,,," +[Software\\Classes\\xmlfile\\shell\\open\\ddeexec] 1526460547 +#time=1d3ecf2c06d94ec +@="\"%1\",,-1,0,,,," "NoActivateHandler"="" -[Software\\Classes\\xmlfile\\shell\\open\\ddeexec\\Application] 1460706475 -#time=1d196eb1f12ea8e +[Software\\Classes\\xmlfile\\shell\\open\\ddeexec\\Application] 1526460547 +#time=1d3ecf2c06d93f2 @="IExplore" -[Software\\Classes\\xmlfile\\shell\\open\\ddeexec\\Topic] 1460706475 -#time=1d196eb1f12eee4 +[Software\\Classes\\xmlfile\\shell\\open\\ddeexec\\Topic] 1526460547 +#time=1d3ecf2c06d95f0 @="WWW_OpenURL" -[Software\\Classes\\xslfile] 1460706605 -#time=1d196eb6c730714 -@="XSL Stylesheet" -"EditFlags"=hex:00,00,01,00 -"FriendlyTypeName"="@C:\\windows\\system32\\msxml3r.dll,-2" - -[Software\\Classes\\xslfile\\BrowseInPlace] 1460706605 -#time=1d196eb6c72e306 -@="" - -[Software\\Classes\\xslfile\\CLSID] 1460706605 -#time=1d196eb6c72f1c0 -@="{48123BC4-99D9-11D1-A6B3-00C04FD91555}" - -[Software\\Classes\\xslfile\\DefaultIcon] 1460706605 -#time=1d196eb6c7302be -@="C:\\windows\\system32\\msxml3.dll,1" - -[Software\\Classes\\xslfile\\shell] 1460706605 -#time=1d196eb6c7312b8 -@="Open" - -[Software\\Classes\\xslfile\\shell\\Open\\command] 1460706605 -#time=1d196eb6c732474 -@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome" - -[Software\\Classes\\xslfile\\shell\\Open\\ddeexec] 1460706605 -#time=1d196eb6c734e86 -@="\"file:%1\",,-1,,,,," - -[Software\\Classes\\xslfile\\shell\\Open\\ddeexec\\application] 1460706605 -#time=1d196eb6c734558 -@="IExplore" - -[Software\\Classes\\xslfile\\shell\\Open\\ddeexec\\topic] 1460706605 -#time=1d196eb6c735e58 -@="WWW_OpenURL" - -[Software\\Clients\\Mail] 1460706475 -#time=1d196eb1f17f5ce +[Software\\Clients\\Mail] 1526460547 +#time=1d3ecf2c07050c4 @="Native Mail Client" -[Software\\Clients\\Mail\\Native Mail Client] 1460706475 -#time=1d196eb1f17fb46 +[Software\\Clients\\Mail\\Native Mail Client] 1526460547 +#time=1d3ecf2c0705574 @="Native Mail Client" "DLLPath"="C:\\windows\\system32\\winemapi.dll" -[Software\\Microsoft\\.NETFramework] 1460706651 -#time=1d196eb8842bfc0 +[Software\\Microsoft\\.NETFramework] 1526460885 +#time=1d3ecf389f4a2e2 "InstallRoot"="C:\\windows\\Microsoft.NET\\Framework\\" -[Software\\Microsoft\\.NETFramework\\NGenQueueMSI\\WIN32\\Default] 1460706690 -#time=1d196eb9f282d56 +[Software\\Microsoft\\.NETFramework\\NGenQueueMSI\\WIN32\\Default] 1526460919 +#time=1d3ecf39e17d4ba -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\BTSNTSvc.exe\\{CA109828-7CE7-40F4-AD73-C7575455A7D5}] 1460706645 -#time=1d196eb84c47a64 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\BTSNTSvc.exe\\{CA109828-7CE7-40F4-AD73-C7575455A7D5}] 1526460877 +#time=1d3ecf385206382 "Company"="Microsoft Corporation" "Internal Name"="BTSNTSvc" "Maximum File Version"="3.0.9999.9999" @@ -57258,8 +57685,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server 2004" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\compeif.exe\\{6AA1435F-1473-4A6D-B82A-1DD4E3A20E34}] 1460706645 -#time=1d196eb84c44b98 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\compeif.exe\\{6AA1435F-1473-4A6D-B82A-1DD4E3A20E34}] 1526460877 +#time=1d3ecf385201f12 "Company"="Microsoft Corporation" "Internal Name"="compeif.exe" "Maximum File Version"="4.0.9999.9999" @@ -57267,8 +57694,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ConfigFramework.exe\\{CF59770F-C96E-472D-B532-2F9AE8D895DC}] 1460706645 -#time=1d196eb84c3d3fc +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ConfigFramework.exe\\{CF59770F-C96E-472D-B532-2F9AE8D895DC}] 1526460877 +#time=1d3ecf3851f68ec "Company"="Microsoft Corporation" "Internal Name"="ConfigFramework" "Maximum File Version"="3.0.9999.9999" @@ -57276,13 +57703,13 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server 2004" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\DW15.exe\\{18B0BD4E-298B-4CB1-98E4-F49CFCE6CFB4}] 1460706645 -#time=1d196eb84c37e52 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\DW15.exe\\{18B0BD4E-298B-4CB1-98E4-F49CFCE6CFB4}] 1526460877 +#time=1d3ecf3851f01e0 "File Size"=dword:0002da48 "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehmsas.exe\\{04A93A93-ABBA-44AF-948F-50B7182C631A}] 1460706645 -#time=1d196eb84c6495c +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehmsas.exe\\{04A93A93-ABBA-44AF-948F-50B7182C631A}] 1526460877 +#time=1d3ecf385233d64 "Company"="Microsoft Corporation" "Internal Name"="eHMSAS" "Maximum File Version"="5.1.2600.9999" @@ -57290,8 +57717,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) Windows(R) Operating System" "Target Version"="v1.0.3705" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehrec.exe\\{44D9F380-9050-4365-AA06-DA121F6F2B7D}] 1460706645 -#time=1d196eb84c61cac +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehrec.exe\\{44D9F380-9050-4365-AA06-DA121F6F2B7D}] 1526460877 +#time=1d3ecf38522f912 "Company"="Microsoft Corporation" "Internal Name"="eHRec" "Maximum File Version"="5.1.2600.9999" @@ -57299,8 +57726,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) Windows(R) Operating System" "Target Version"="v1.0.3705" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehSched.exe\\{EE19C1D5-4D4B-4D19-874A-FD6633C9293E}] 1460706645 -#time=1d196eb84c5f04c +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehSched.exe\\{EE19C1D5-4D4B-4D19-874A-FD6633C9293E}] 1526460877 +#time=1d3ecf38522b11e "Company"="Microsoft Corporation" "Internal Name"="ehSched" "Maximum File Version"="5.1.2600.9999" @@ -57308,8 +57735,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) Windows(R) Operating System" "Target Version"="v1.0.3705" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehShell.exe\\{95736FC3-FC2F-4ED5-9632-0216DF1B8019}] 1460706645 -#time=1d196eb84c5c2a2 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehShell.exe\\{95736FC3-FC2F-4ED5-9632-0216DF1B8019}] 1526460877 +#time=1d3ecf3852259bc "Company"="Microsoft Corporation" "Internal Name"="ehshell.exe" "Maximum File Version"="5.1.2600.9999" @@ -57317,8 +57744,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) Windows(R) Operating System" "Target Version"="v1.0.3705" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehtray.exe\\{FECCD425-B48B-4062-A580-642302E20A30}] 1460706645 -#time=1d196eb84c565d2 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\ehtray.exe\\{FECCD425-B48B-4062-A580-642302E20A30}] 1526460877 +#time=1d3ecf38521c1c8 "Company"="Microsoft Corporation" "Internal Name"="ehtray" "Maximum File Version"="5.1.2600.9999" @@ -57326,8 +57753,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) Windows(R) Operating System" "Target Version"="v1.0.3705" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\esp_srv.exe\\{D044DE85-EC81-4A04-BA4B-DF316E80DF61}] 1460706645 -#time=1d196eb84c367dc +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\esp_srv.exe\\{D044DE85-EC81-4A04-BA4B-DF316E80DF61}] 1526460877 +#time=1d3ecf3851eded6 "Company"="Microsoft Corporation" "Internal Name"="esp_srv.exe" "Maximum File Version"="4.0.9999.9999" @@ -57335,19 +57762,19 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\excel.exe\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}] 1460706645 -#time=1d196eb84c65e74 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\excel.exe\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}] 1526460877 +#time=1d3ecf385235ba0 "Maximum File Version Number"="11.0.9999.9999" "Minimum File Version Number"="11.0.0.0" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\excel.exe\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}\\Registry Keys\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}] 1460706645 -#time=1d196eb84c67bd4 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\excel.exe\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}\\Registry Keys\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}] 1526460877 +#time=1d3ecf385238b3e "Key Name"="HKEY_CLASSES_ROOT\\Interface\\{000C0601-0000-0000-C000-000000000046}" "Key Presence"=dword:00000000 -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\medctrro.exe\\{DA93B8AF-F88E-438D-A5A3-CB78BB4E6BF9}] 1460706645 -#time=1d196eb84c51db6 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\medctrro.exe\\{DA93B8AF-F88E-438D-A5A3-CB78BB4E6BF9}] 1526460877 +#time=1d3ecf3852159ea "Company"="Microsoft Corporation" "Internal Name"="MedCtrRO.exe" "Maximum File Version"="5.1.2600.9999" @@ -57355,15 +57782,15 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) Windows(R) Operating System" "Target Version"="v1.0.3705" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\msi.dll\\{462EF42B-ABA4-4eac-9843-9EED260F54D0}] 1460706645 -#time=1d196eb84c6fa32 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\msi.dll\\{462EF42B-ABA4-4eac-9843-9EED260F54D0}] 1526460877 +#time=1d3ecf385243cd2 "Company"="Microsoft Corporation" "Maximum File Version"="5.0.9999.99999" "Minimum File Version"="2.0.0000.00000" "Target Version"="v4.0.30319" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\Setup.exe\\{83E0F69E-84FA-4961-9FD4-3025FCEE92EA}] 1460706645 -#time=1d196eb84c2c7a0 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\Setup.exe\\{83E0F69E-84FA-4961-9FD4-3025FCEE92EA}] 1526460877 +#time=1d3ecf3851e0934 "Company"="Microsoft Corporation" "Internal Name"="Setup" "Maximum File Version"="3.0.9999.9999" @@ -57371,8 +57798,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server 2004" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\snchk.exe\\{1CF3A71C-18F9-41EF-8BAD-EA355F4DB250}] 1460706645 -#time=1d196eb84c4be84 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\snchk.exe\\{1CF3A71C-18F9-41EF-8BAD-EA355F4DB250}] 1526460877 +#time=1d3ecf38520ca34 "Company"="Microsoft Corporation" "Internal Name"="SnChk.exe" "Maximum File Version"="5.1.2600.9999" @@ -57380,8 +57807,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) Windows(R) Operating System" "Target Version"="v1.0.3705" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\testmess.exe\\{11856902-6A4D-4AFB-AF94-E1FCA58C8BAF}] 1460706645 -#time=1d196eb84c24104 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\testmess.exe\\{11856902-6A4D-4AFB-AF94-E1FCA58C8BAF}] 1526460877 +#time=1d3ecf3851d5a16 "Company"="Microsoft Corporation" "Internal Name"="testmess.exe" "Maximum File Version"="4.0.9999.9999" @@ -57389,8 +57816,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\TrackingDbHelper.exe\\{162E7914-3267-46E2-82C8-8E72484BD554}] 1460706645 -#time=1d196eb84c20c2a +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\TrackingDbHelper.exe\\{162E7914-3267-46E2-82C8-8E72484BD554}] 1526460877 +#time=1d3ecf3851cfa8a "Company"="Microsoft Corporation" "Internal Name"="TrackingDbHelper" "Maximum File Version"="3.0.9999.9999" @@ -57398,8 +57825,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server 2004" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\Trigcon.exe\\{3C010CA2-7989-4C96-91C3-1564E33F9A42}] 1460706645 -#time=1d196eb84c1c788 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\Trigcon.exe\\{3C010CA2-7989-4C96-91C3-1564E33F9A42}] 1526460877 +#time=1d3ecf3851cb25a "Company"="Microsoft Corporation" "Internal Name"="trigcon.exe" "Maximum File Version"="4.0.9999.9999" @@ -57407,8 +57834,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\validins.exe\\{00BBFD35-5011-4117-9DA1-2D3BFAAF9561}] 1460706645 -#time=1d196eb84c1ab54 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\validins.exe\\{00BBFD35-5011-4117-9DA1-2D3BFAAF9561}] 1526460877 +#time=1d3ecf3851c8fa0 "Company"="Microsoft Corporation" "Internal Name"="validins.exe" "Maximum File Version"="4.0.9999.9999" @@ -57416,19 +57843,19 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\winword.exe\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}] 1460706645 -#time=1d196eb84c69556 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\winword.exe\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}] 1526460877 +#time=1d3ecf38523af56 "Maximum File Version Number"="11.0.9999.9999" "Minimum File Version Number"="11.0.0.0" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\winword.exe\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}\\Registry Keys\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}] 1460706645 -#time=1d196eb84c0c298 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\winword.exe\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}\\Registry Keys\\{2CCAA9FE-6884-4AF2-99DD-5217B94115DF}] 1526460877 +#time=1d3ecf3851b197c "Key Name"="HKEY_CLASSES_ROOT\\Interface\\{000C0601-0000-0000-C000-000000000046}" "Key Presence"=dword:00000000 -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\xsd2edi.exe\\{B469F89A-19A5-44B2-A12F-E93394003755}] 1460706645 -#time=1d196eb84c17918 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\xsd2edi.exe\\{B469F89A-19A5-44B2-A12F-E93394003755}] 1526460877 +#time=1d3ecf3851c4bd0 "Company"="Microsoft Corporation" "Internal Name"="XSD2EDI.EXE" "Maximum File Version"="4.0.9999.9999" @@ -57436,8 +57863,8 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\XSharpP.EXE\\{BDC69590-00EE-408A-B21F-58D9EF182CF6}] 1460706645 -#time=1d196eb84c14722 +[Software\\Microsoft\\.NETFramework\\Policy\\AppPatch\\v4.0.30319.00000\\XSharpP.EXE\\{BDC69590-00EE-408A-B21F-58D9EF182CF6}] 1526460877 +#time=1d3ecf3851c06d4 "Company"="Microsoft Corporation" "Internal Name"="XSharpP" "Maximum File Version"="3.0.9999.9999" @@ -57445,2126 +57872,3843 @@ WINE REGISTRY Version 2 "Product Name"="Microsoft(R) BizTalk(R) Server 2004" "Target Version"="v1.1.4322" -[Software\\Microsoft\\.NETFramework\\Policy\\Standards\\Standard CLI 2002] 1460706645 -#time=1d196eb84b9a666 +[Software\\Microsoft\\.NETFramework\\Policy\\Standards\\Standard CLI 2002] 1526460877 +#time=1d3ecf385105050 "v4.0.30319"=dword:00000fff -[Software\\Microsoft\\.NETFramework\\Policy\\Standards\\Standard CLI 2005] 1460706645 -#time=1d196eb84b98fa0 +[Software\\Microsoft\\.NETFramework\\Policy\\Standards\\Standard CLI 2005] 1526460877 +#time=1d3ecf38510303e "v4.0.30319"=dword:00000fff -[Software\\Microsoft\\.NETFramework\\Policy\\Standards\\v1.0.0] 1460706645 -#time=1d196eb84ba9620 +[Software\\Microsoft\\.NETFramework\\Policy\\Standards\\v1.0.0] 1526460877 +#time=1d3ecf38511cc78 "v4.0.30319"=dword:0000766f -[Software\\Microsoft\\.NETFramework\\Policy\\Upgrades] 1460706645 -#time=1d196eb84b978ee +[Software\\Microsoft\\.NETFramework\\Policy\\Upgrades] 1526460877 +#time=1d3ecf385100e38 "4.0.30319"="4.0.0-4.0.30319" -[Software\\Microsoft\\.NETFramework\\Policy\\v4.0] 1460706645 -#time=1d196eb84bab146 +[Software\\Microsoft\\.NETFramework\\Policy\\v4.0] 1526460877 +#time=1d3ecf38511f266 "30319"="30319-30319" -[Software\\Microsoft\\.NETFramework\\v1.0\\SBSDisabled] 1460706645 -#time=1d196eb84add64c +[Software\\Microsoft\\.NETFramework\\v1.0\\SBSDisabled] 1526460877 +#time=1d3ecf384fee414 "Install"=dword:00000001 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\ListenedState] 1460706690 -#time=1d196eb9f27c0e6 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\ListenedState] 1526460919 +#time=1d3ecf39e1750ee "RootstoreDirty"=dword:00000000 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots] 1460706690 -#time=1d196eb9f2b17dc +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots] 1526460919 +#time=1d3ecf39e16f57c "WorkPending"=dword:00000001 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706658 -#time=1d196eb8c252dee +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a763168 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706658 -#time=1d196eb8c252c40 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a762eca "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\AspNetMMCExt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706686 -#time=1d196eb9cf74c42 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\AspNetMMCExt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39dea55e4 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\AspNetMMCExt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706686 -#time=1d196eb9cf74a8a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\AspNetMMCExt, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39dea545e "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/ComSvcConfig.exe] 1460706687 -#time=1d196eb9d9e339a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/ComSvcConfig.exe] 1526460919 +#time=1d3ecf39dffb7d6 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/ComSvcConfig.exe\\0] 1460706687 -#time=1d196eb9d9e323c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/ComSvcConfig.exe\\0] 1526460919 +#time=1d3ecf39dffb5c4 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/dfsvc.exe] 1460706657 -#time=1d196eb8bb0e3da +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/dfsvc.exe] 1526460887 +#time=1d3ecf38a993d70 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/dfsvc.exe\\0] 1460706657 -#time=1d196eb8bb0e236 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/dfsvc.exe\\0] 1526460887 +#time=1d3ecf38a993bd6 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe] 1460706682 -#time=1d196eb9ad311bc +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe] 1526460919 +#time=1d3ecf39e06c3aa "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe\\0] 1460706682 -#time=1d196eb9ad3105e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe\\0] 1526460919 +#time=1d3ecf39e06c224 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/SMSvcHost.exe] 1460706671 -#time=1d196eb944b6fe2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/SMSvcHost.exe] 1526460886 +#time=1d3ecf38a921be4 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/SMSvcHost.exe\\0] 1460706671 -#time=1d196eb944b6e7a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/SMSvcHost.exe\\0] 1526460886 +#time=1d3ecf38a921a40 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/WsatConfig.exe] 1460706688 -#time=1d196eb9e672ff2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/WsatConfig.exe] 1526460919 +#time=1d3ecf39e022bf6 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/WsatConfig.exe\\0] 1460706688 -#time=1d196eb9e672e8a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\C:/windows/Microsoft.NET/Framework/v4.0.30319/WsatConfig.exe\\0] 1526460919 +#time=1d3ecf39e022a70 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\CustomMarshalers, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706655 -#time=1d196eb8aa1b172 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\CustomMarshalers, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460887 +#time=1d3ecf38a9f188a "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\CustomMarshalers, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706655 -#time=1d196eb8aa1ae20 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\CustomMarshalers, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460887 +#time=1d3ecf38a9f16fa "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706683 -#time=1d196eb9b71a28c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39e07dcf4 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706683 -#time=1d196eb9b71a0ca +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39e07daba "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Conversion.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706689 -#time=1d196eb9edc093a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Conversion.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39e0a2338 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Conversion.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706689 -#time=1d196eb9edc07c8 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Conversion.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39e0a2180 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Engine, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706689 -#time=1d196eb9f02d556 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Engine, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39dedc314 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Engine, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706689 -#time=1d196eb9f02d36c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Engine, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39dedc116 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706684 -#time=1d196eb9bbccd02 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39de7f592 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706684 -#time=1d196eb9bbccb9a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39de7f402 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706685 -#time=1d196eb9c36850c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39dfe60ca "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706685 -#time=1d196eb9c3683ae +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39dfe5ee0 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706683 -#time=1d196eb9b4960ec +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39df00a98 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706683 -#time=1d196eb9b495f84 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39df00886 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Transactions.Bridge, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706661 -#time=1d196eb8dc9f29c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460950 +#time=1d3ecf3b0901918 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460950 +#time=1d3ecf3b08df890 +"ImageList"=hex:0a,00,00,00,00,04,00,00,00,a8,00,00,00,4d,00,69,00,63,00,72,00,\ + 6f,00,73,00,6f,00,66,00,74,00,2e,00,43,00,53,00,68,00,61,00,72,00,70,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,\ + 30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,04,00,00,00,09,00,00,00,01,00,\ + 00,00,03,00,00,00,02,00,00,00,00,04,00,00,00,98,00,00,00,6d,00,73,00,63,00,\ + 6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,\ + 00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,\ + 75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,\ + 00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,\ + 54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,\ + 00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,\ + 00,00,00,00,00,00,04,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,\ + 00,2e,00,43,00,6f,00,72,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,\ + 6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,\ + 00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,\ + 61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,\ + 00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,\ + 35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,\ + 00,00,05,00,00,00,07,00,00,00,05,00,00,00,08,00,00,00,01,00,00,00,03,00,00,\ + 00,00,04,00,00,00,94,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,\ + 00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,\ + 30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,\ + 00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,\ + 6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,\ + 00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,\ + 30,00,38,00,39,00,00,00,00,00,00,00,00,03,00,00,00,04,00,00,00,05,00,00,00,\ + 01,00,00,00,00,04,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,\ + 2e,00,43,00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,\ + 00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,\ + 2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,\ + 00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,\ + 50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,\ + 00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,\ + 64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,04,00,00,00,05,00,\ + 00,00,07,00,00,00,01,00,00,00,03,00,00,00,00,04,00,00,00,9c,00,00,00,53,00,\ + 79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,\ + 00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,\ + 30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,\ + 00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,\ + 63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,\ + 00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,\ + 39,00,00,00,00,00,00,00,00,04,00,00,00,06,00,00,00,04,00,00,00,01,00,00,00,\ + 03,00,00,00,00,04,00,00,00,ac,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,\ + 2e,00,44,00,61,00,74,00,61,00,2e,00,53,00,71,00,6c,00,58,00,6d,00,6c,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,\ + 65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,03,00,00,00,01,00,00,00,03,00,\ + 00,00,05,00,00,00,00,04,00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,\ + 6d,00,2e,00,53,00,65,00,63,00,75,00,72,00,69,00,74,00,79,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,\ + 00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,\ + 33,00,61,00,00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,01,00,00,00,03,00,\ + 00,00,00,04,00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,\ + 4e,00,75,00,6d,00,65,00,72,00,69,00,63,00,73,00,2c,00,20,00,56,00,65,00,72,\ + 00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,\ + 2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,\ + 00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,\ + 4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,\ + 00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,\ + 00,00,00,00,00,00,00,01,00,00,00,01,00,00,00,00,04,00,00,00,a4,00,00,00,53,\ + 00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,00,79,00,6e,00,61,00,6d,00,69,00,\ + 63,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,\ + 00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,\ + 72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,\ + 00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,\ + 6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,\ + 00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,03,00,00,00,01,00,00,\ + 00,03,00,00,00,02,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000000 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Transactions.Bridge, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a5eb236 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Transactions.Bridge, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706661 -#time=1d196eb8dc9ef72 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Transactions.Bridge, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a5ead7c "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Transactions.Bridge.Dtc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706665 -#time=1d196eb90b48b98 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Transactions.Bridge.Dtc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a41c7ac "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Transactions.Bridge.Dtc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706665 -#time=1d196eb90b489ae +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Transactions.Bridge.Dtc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a41c590 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706660 -#time=1d196eb8da3eeb2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a778a90 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706660 -#time=1d196eb8da3ed54 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a778888 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Activities.Compiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706663 -#time=1d196eb8f2424e6 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Activities.Compiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a6231d6 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Activities.Compiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706663 -#time=1d196eb8f242374 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Activities.Compiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a622fba "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Compatibility, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706654 -#time=1d196eb8a0402e2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Compatibility, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a4f6f4c "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Compatibility, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706654 -#time=1d196eb8a04017a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Compatibility, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a4f6d30 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Compatibility.Data, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706656 -#time=1d196eb8b3e0d74 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Compatibility.Data, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460887 +#time=1d3ecf38a958b1c "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Compatibility.Data, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706656 -#time=1d196eb8b3e0ae0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualBasic.Compatibility.Data, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460887 +#time=1d3ecf38a95896e "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualC, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706656 -#time=1d196eb8ac86baa +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualC, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a6dc668 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualC, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706656 -#time=1d196eb8ac869e8 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.VisualC, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a6dc4d8 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Workflow.Compiler, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706685 -#time=1d196eb9c5c8748 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Workflow.Compiler, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39e03473e "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Workflow.Compiler, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706685 -#time=1d196eb9c5c85ea +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\Microsoft.Workflow.Compiler, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39e03459a "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationBuildTasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706686 -#time=1d196eb9d207266 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460950 +#time=1d3ecf3b0901b2a +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460950 +#time=1d3ecf3b08e2b3a +"ImageList"=hex:01,00,00,00,00,04,00,00,00,98,00,00,00,6d,00,73,00,63,00,6f,00,\ + 72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,\ + 00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,\ + 6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,\ + 00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,\ + 6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,\ + 00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,\ + 00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationBuildTasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39de93b28 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationBuildTasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706686 -#time=1d196eb9d2070f4 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationBuildTasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39de9398e "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706655 -#time=1d196eb8a7a339a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460950 +#time=1d3ecf3b0901d46 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460950 +#time=1d3ecf3b08e52f4 +"ImageList"=hex:12,00,00,00,00,04,00,00,00,a8,00,00,00,50,00,72,00,65,00,73,00,\ + 65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,43,00,6f,00,72,00,65,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,\ + 34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,0b,00,00,00,02,00,00,00,0e,00,\ + 00,00,08,00,00,00,0f,00,00,00,05,00,00,00,10,00,00,00,11,00,00,00,0a,00,00,\ + 00,01,00,00,00,06,00,00,00,03,00,00,00,00,04,00,00,00,98,00,00,00,6d,00,73,\ + 00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,\ + 63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,01,00,00,00,ac,00,00,00,4d,00,69,00,63,00,72,00,\ + 6f,00,73,00,6f,00,66,00,74,00,2e,00,56,00,69,00,73,00,75,00,61,00,6c,00,43,\ + 00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,31,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,\ + 00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,\ + 50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,\ + 00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,\ + 64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,04,\ + 00,00,00,94,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,\ + 65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,\ + 00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,\ + 65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,\ + 00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,\ + 37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,\ + 00,39,00,00,00,00,00,00,00,00,03,00,00,00,04,00,00,00,05,00,00,00,01,00,00,\ + 00,00,01,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,\ + 00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,\ + 2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,\ + 00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,\ + 65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,\ + 00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,\ + 3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,\ + 00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,\ + 9c,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,\ + 65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,9e,\ + 00,00,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,42,00,61,00,73,00,65,00,\ + 2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,\ + 00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,\ + 65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,\ + 00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,\ + 3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,\ + 00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,0a,00,00,00,07,00,00,00,08,\ + 00,00,00,05,00,00,00,09,00,00,00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,\ + 00,00,01,00,00,00,03,00,00,00,00,01,00,00,00,a6,00,00,00,53,00,79,00,73,00,\ + 74,00,65,00,6d,00,2e,00,53,00,65,00,63,00,75,00,72,00,69,00,74,00,79,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,\ + 30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9e,\ + 00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,61,00,6d,00,6c,00,\ + 2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,\ + 00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,\ + 65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,\ + 00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,\ + 3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,\ + 00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,\ + a2,00,00,00,41,00,63,00,63,00,65,00,73,00,73,00,69,00,62,00,69,00,6c,00,69,\ + 00,74,00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,\ + 34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,\ + 00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,\ + 20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,\ + 00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,\ + 31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,\ + 00,01,00,00,00,a4,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,00,\ + 72,00,61,00,77,00,69,00,6e,00,67,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,\ + 00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,\ + 00,00,00,00,00,00,00,00,01,00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,\ + 00,6d,00,2e,00,58,00,6d,00,6c,00,2e,00,4c,00,69,00,6e,00,71,00,2c,00,20,00,\ + 56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,\ + 00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,\ + 6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,\ + 00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,\ + 37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,\ + 00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9e,00,00,00,\ + 53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,00,61,00,74,00,61,00,2c,00,20,\ + 00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,\ + 30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,\ + 00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,\ + 6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,\ + 00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,\ + 30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9e,00,00,\ + 00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,72,00,65,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,\ + 00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,b0,00,\ + 00,00,55,00,49,00,41,00,75,00,74,00,6f,00,6d,00,61,00,74,00,69,00,6f,00,6e,\ + 00,50,00,72,00,6f,00,76,00,69,00,64,00,65,00,72,00,2c,00,20,00,56,00,65,00,\ + 72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,\ + 00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,\ + 75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,\ + 00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,\ + 66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,\ + 00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,aa,00,00,00,55,00,49,00,\ + 41,00,75,00,74,00,6f,00,6d,00,61,00,74,00,69,00,6f,00,6e,00,54,00,79,00,70,\ + 00,65,00,73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,\ + 34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,\ + 00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,\ + 20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,\ + 00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,\ + 64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,00,00,00,00,\ + 00,01,00,00,00,cc,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,57,00,\ + 69,00,6e,00,64,00,6f,00,77,00,73,00,2e,00,49,00,6e,00,70,00,75,00,74,00,2e,\ + 00,4d,00,61,00,6e,00,69,00,70,00,75,00,6c,00,61,00,74,00,69,00,6f,00,6e,00,\ + 73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,\ + 00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,\ + 72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,\ + 00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,\ + 6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,\ + 00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,\ + 00,00,aa,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,00,65,00,70,\ + 00,6c,00,6f,00,79,00,6d,00,65,00,6e,00,74,00,2c,00,20,00,56,00,65,00,72,00,\ + 73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,\ + 00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,\ + 74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,\ + 00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,\ + 35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,\ + 00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460950 +#time=1d3ecf3b0901f94 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460950 +#time=1d3ecf3b08e7e32 +"ImageList"=hex:16,00,00,00,00,04,00,00,00,b2,00,00,00,50,00,72,00,65,00,73,00,\ + 65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,46,00,72,00,61,00,6d,00,65,\ + 00,77,00,6f,00,72,00,6b,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,\ + 6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,\ + 00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,\ + 6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,\ + 00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,\ + 36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,\ + 10,00,00,00,04,00,00,00,09,00,00,00,0e,00,00,00,0f,00,00,00,0b,00,00,00,12,\ + 00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,10,00,00,00,0d,00,00,00,0a,00,\ + 00,00,01,00,00,00,07,00,00,00,05,00,00,00,02,00,00,00,00,04,00,00,00,98,00,\ + 00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,\ + 00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,\ + 30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,\ + 00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,\ + 63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,\ + 00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,\ + 39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,94,00,00,00,53,00,79,\ + 00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,\ + 6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,\ + 00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,\ + 6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,\ + 00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,\ + 36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,\ + 03,00,00,00,03,00,00,00,04,00,00,00,01,00,00,00,00,01,00,00,00,b0,00,00,00,\ + 53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,00,67,\ + 00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,00,\ + 73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,\ + 00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,\ + 74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,\ + 00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,\ + 35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,\ + 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,53,00,79,00,73,00,\ + 74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,\ + 00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,\ + 20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,\ + 00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,\ + 65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,\ + 00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,\ + 00,00,00,00,00,00,00,00,00,00,04,00,00,00,a8,00,00,00,50,00,72,00,65,00,73,\ + 00,65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,43,00,6f,00,72,00,65,00,\ + 2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,\ + 00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,\ + 65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,\ + 00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,\ + 3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,\ + 00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,0b,00,00,00,06,00,00,00,0f,\ + 00,00,00,09,00,00,00,10,00,00,00,04,00,00,00,11,00,00,00,12,00,00,00,0b,00,\ + 00,00,01,00,00,00,07,00,00,00,02,00,00,00,00,01,00,00,00,ac,00,00,00,4d,00,\ + 69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,2e,00,56,00,69,00,73,00,75,\ + 00,61,00,6c,00,43,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,\ + 3d,00,31,00,30,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,\ + 00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,\ + 6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,\ + 00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,\ + 66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,\ + 00,00,00,00,00,04,00,00,00,9e,00,00,00,57,00,69,00,6e,00,64,00,6f,00,77,00,\ + 73,00,42,00,61,00,73,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,\ + 00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,\ + 75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,\ + 00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,\ + 54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,\ + 00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,\ + 00,0a,00,00,00,08,00,00,00,09,00,00,00,04,00,00,00,0a,00,00,00,0b,00,00,00,\ + 0c,00,00,00,0d,00,00,00,0e,00,00,00,01,00,00,00,02,00,00,00,00,01,00,00,00,\ + a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,53,00,65,00,63,00,75,\ + 00,72,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,\ + 6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,\ + 00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,\ + 6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,\ + 00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,\ + 66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,\ + 00,00,00,00,00,01,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,\ + 2e,00,58,00,61,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,\ + 00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,\ + 75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,\ + 00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,\ + 54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,\ + 00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,\ + 00,00,00,00,00,00,01,00,00,00,a2,00,00,00,41,00,63,00,63,00,65,00,73,00,73,\ + 00,69,00,62,00,69,00,6c,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,00,\ + 73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,\ + 00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,\ + 74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,\ + 00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,\ + 35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,\ + 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a4,00,00,00,53,00,79,00,73,00,\ + 74,00,65,00,6d,00,2e,00,44,00,72,00,61,00,77,00,69,00,6e,00,67,00,2c,00,20,\ + 00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,\ + 30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,\ + 00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,\ + 6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,\ + 00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,\ + 61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a6,00,00,\ + 00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2e,00,4c,00,\ + 69,00,6e,00,71,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,\ + 00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,\ + 74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,\ + 00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,\ + 6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,\ + 00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,\ + 00,00,01,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,\ + 00,61,00,74,00,61,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,\ + 3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,\ + 00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,\ + 2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,\ + 00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,\ + 31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,\ + 00,00,00,01,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,\ + 43,00,6f,00,72,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,\ + 00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,\ + 6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,\ + 00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,\ + 6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,\ + 00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,\ + 00,00,00,00,01,00,00,00,b0,00,00,00,55,00,49,00,41,00,75,00,74,00,6f,00,6d,\ + 00,61,00,74,00,69,00,6f,00,6e,00,50,00,72,00,6f,00,76,00,69,00,64,00,65,00,\ + 72,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,\ + 00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,\ + 72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,\ + 00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,\ + 6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,\ + 00,36,00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,\ + 00,00,aa,00,00,00,55,00,49,00,41,00,75,00,74,00,6f,00,6d,00,61,00,74,00,69,\ + 00,6f,00,6e,00,54,00,79,00,70,00,65,00,73,00,2c,00,20,00,56,00,65,00,72,00,\ + 73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,\ + 00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,\ + 74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,\ + 00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,\ + 33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,\ + 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,cc,00,00,00,53,00,79,00,73,00,\ + 74,00,65,00,6d,00,2e,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,2e,00,49,\ + 00,6e,00,70,00,75,00,74,00,2e,00,4d,00,61,00,6e,00,69,00,70,00,75,00,6c,00,\ + 61,00,74,00,69,00,6f,00,6e,00,73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,\ + 00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,\ + 00,00,00,00,00,00,00,00,01,00,00,00,aa,00,00,00,53,00,79,00,73,00,74,00,65,\ + 00,6d,00,2e,00,44,00,65,00,70,00,6c,00,6f,00,79,00,6d,00,65,00,6e,00,74,00,\ + 2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,\ + 00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,\ + 65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,\ + 00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,\ + 3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,\ + 00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,\ + a4,00,00,00,50,00,72,00,65,00,73,00,65,00,6e,00,74,00,61,00,74,00,69,00,6f,\ + 00,6e,00,55,00,49,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,\ + 3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,\ + 00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,\ + 2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,\ + 00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,\ + 61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,00,00,\ + 00,00,00,01,00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,\ + 50,00,72,00,69,00,6e,00,74,00,69,00,6e,00,67,00,2c,00,20,00,56,00,65,00,72,\ + 00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,\ + 2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,\ + 00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,\ + 4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,\ + 00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,\ + 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a4,00,00,00,52,00,65,00,61,\ + 00,63,00,68,00,46,00,72,00,61,00,6d,00,65,00,77,00,6f,00,72,00,6b,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,\ + 00,65,00,33,00,35,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework.Aero, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460950 +#time=1d3ecf3b09021b0 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework.Aero, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460950 +#time=1d3ecf3b08eb398 +"ImageList"=hex:09,00,00,00,00,04,00,00,00,bc,00,00,00,50,00,72,00,65,00,73,00,\ + 65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,46,00,72,00,61,00,6d,00,65,\ + 00,77,00,6f,00,72,00,6b,00,2e,00,41,00,65,00,72,00,6f,00,2c,00,20,00,56,00,\ + 65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,\ + 00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,\ + 65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,\ + 00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,\ + 62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,\ + 00,35,00,00,00,00,00,00,00,00,06,00,00,00,02,00,00,00,03,00,00,00,07,00,00,\ + 00,08,00,00,00,01,00,00,00,04,00,00,00,00,04,00,00,00,98,00,00,00,6d,00,73,\ + 00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,\ + 63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,01,00,00,00,b2,00,00,00,50,00,72,00,65,00,73,00,\ + 65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,46,00,72,00,61,00,6d,00,65,\ + 00,77,00,6f,00,72,00,6b,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,\ + 6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,\ + 00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,\ + 6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,\ + 00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,\ + 36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,\ + 00,00,00,00,00,01,00,00,00,9e,00,00,00,57,00,69,00,6e,00,64,00,6f,00,77,00,\ + 73,00,42,00,61,00,73,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,\ + 00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,\ + 75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,\ + 00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,\ + 54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,\ + 00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,\ + 00,00,00,00,00,00,04,00,00,00,94,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,\ + 00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,\ + 30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,\ + 00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,\ + 75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,\ + 00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,\ + 34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,\ + 06,00,00,00,01,00,00,00,00,01,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,\ + 00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,\ + 3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,\ + 00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,\ + 2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,\ + 00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,\ + 31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,\ + 00,00,00,01,00,00,00,9c,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,\ + 58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,\ + 00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,\ + 74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,\ + 00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,\ + 6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,\ + 00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,\ + 00,00,01,00,00,00,a8,00,00,00,50,00,72,00,65,00,73,00,65,00,6e,00,74,00,61,\ + 00,74,00,69,00,6f,00,6e,00,43,00,6f,00,72,00,65,00,2c,00,20,00,56,00,65,00,\ + 72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,\ + 00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,\ + 75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,\ + 00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,\ + 66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,\ + 00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9e,00,00,00,53,00,79,00,\ + 73,00,74,00,65,00,6d,00,2e,00,58,00,61,00,6d,00,6c,00,2c,00,20,00,56,00,65,\ + 00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,\ + 30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,\ + 00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,\ + 63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,\ + 00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,\ + 39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework.Classic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460950 +#time=1d3ecf3b09023cc +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework.Classic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460950 +#time=1d3ecf3b08ed8e6 +"ImageList"=hex:09,00,00,00,00,04,00,00,00,c2,00,00,00,50,00,72,00,65,00,73,00,\ + 65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,46,00,72,00,61,00,6d,00,65,\ + 00,77,00,6f,00,72,00,6b,00,2e,00,43,00,6c,00,61,00,73,00,73,00,69,00,63,00,\ + 2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,\ + 00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,\ + 65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,\ + 00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,\ + 3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,\ + 00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,06,00,00,00,02,00,00,00,03,\ + 00,00,00,07,00,00,00,08,00,00,00,01,00,00,00,04,00,00,00,00,04,00,00,00,98,\ + 00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,\ + 65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,\ + 00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,\ + 65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,\ + 00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,\ + 37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,\ + 00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,b2,00,00,00,50,00,\ + 72,00,65,00,73,00,65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,46,00,72,\ + 00,61,00,6d,00,65,00,77,00,6f,00,72,00,6b,00,2c,00,20,00,56,00,65,00,72,00,\ + 73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,\ + 00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,\ + 74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,\ + 00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,\ + 33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,\ + 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9e,00,00,00,57,00,69,00,6e,00,\ + 64,00,6f,00,77,00,73,00,42,00,61,00,73,00,65,00,2c,00,20,00,56,00,65,00,72,\ + 00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,\ + 2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,\ + 00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,\ + 4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,\ + 00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,\ + 00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,94,00,00,00,53,00,79,00,73,\ + 00,74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,\ + 3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,\ + 00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,\ + 2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,\ + 00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,\ + 31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,03,00,\ + 00,00,05,00,00,00,06,00,00,00,01,00,00,00,00,01,00,00,00,b0,00,00,00,53,00,\ + 79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,00,67,00,75,\ + 00,72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,\ + 66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,\ + 00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,\ + 00,00,00,00,00,00,00,00,01,00,00,00,a8,00,00,00,50,00,72,00,65,00,73,00,65,\ + 00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,43,00,6f,00,72,00,65,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,\ + 00,65,00,33,00,35,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9e,00,\ + 00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,61,00,6d,00,6c,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,\ + 65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework.Luna, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460950 +#time=1d3ecf3b09025de +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework.Luna, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460950 +#time=1d3ecf3b08efc0e +"ImageList"=hex:09,00,00,00,00,04,00,00,00,bc,00,00,00,50,00,72,00,65,00,73,00,\ + 65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,46,00,72,00,61,00,6d,00,65,\ + 00,77,00,6f,00,72,00,6b,00,2e,00,4c,00,75,00,6e,00,61,00,2c,00,20,00,56,00,\ + 65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,\ + 00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,\ + 65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,\ + 00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,\ + 62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,\ + 00,35,00,00,00,00,00,00,00,00,06,00,00,00,02,00,00,00,03,00,00,00,07,00,00,\ + 00,08,00,00,00,01,00,00,00,04,00,00,00,00,04,00,00,00,98,00,00,00,6d,00,73,\ + 00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,\ + 63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,01,00,00,00,b2,00,00,00,50,00,72,00,65,00,73,00,\ + 65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,46,00,72,00,61,00,6d,00,65,\ + 00,77,00,6f,00,72,00,6b,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,\ + 6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,\ + 00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,\ + 6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,\ + 00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,00,\ + 36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,00,\ + 00,00,00,00,00,01,00,00,00,9e,00,00,00,57,00,69,00,6e,00,64,00,6f,00,77,00,\ + 73,00,42,00,61,00,73,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,\ + 00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,\ + 75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,\ + 00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,\ + 54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,38,00,35,\ + 00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,00,00,00,00,\ + 00,00,00,00,00,00,04,00,00,00,94,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,\ + 00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,\ + 30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,\ + 00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,\ + 75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,\ + 00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,\ + 34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,\ + 06,00,00,00,01,00,00,00,00,01,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,\ + 00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,\ + 3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,\ + 00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,\ + 2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,\ + 00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,\ + 31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,\ + 00,00,00,01,00,00,00,9c,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,\ + 58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,\ + 00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,\ + 74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,\ + 00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,\ + 6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,\ + 00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,\ + 00,00,01,00,00,00,a8,00,00,00,50,00,72,00,65,00,73,00,65,00,6e,00,74,00,61,\ + 00,74,00,69,00,6f,00,6e,00,43,00,6f,00,72,00,65,00,2c,00,20,00,56,00,65,00,\ + 72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,\ + 00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,\ + 75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,\ + 00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,\ + 66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,\ + 00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9e,00,00,00,53,00,79,00,\ + 73,00,74,00,65,00,6d,00,2e,00,58,00,61,00,6d,00,6c,00,2c,00,20,00,56,00,65,\ + 00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,\ + 30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,\ + 00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,\ + 63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,\ + 00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,\ + 39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework.Royale, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460950 +#time=1d3ecf3b0902804 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationFramework.Royale, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460950 +#time=1d3ecf3b08f1c8e +"ImageList"=hex:09,00,00,00,00,04,00,00,00,c0,00,00,00,50,00,72,00,65,00,73,00,\ + 65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,46,00,72,00,61,00,6d,00,65,\ + 00,77,00,6f,00,72,00,6b,00,2e,00,52,00,6f,00,79,00,61,00,6c,00,65,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 33,00,31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,\ + 00,65,00,33,00,35,00,00,00,00,00,00,00,00,06,00,00,00,02,00,00,00,03,00,00,\ + 00,07,00,00,00,08,00,00,00,01,00,00,00,04,00,00,00,00,04,00,00,00,98,00,00,\ + 00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,00,\ + 72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,\ + 00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,\ + 75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,\ + 00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,\ + 61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,\ + 00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,b2,00,00,00,50,00,72,00,\ + 65,00,73,00,65,00,6e,00,74,00,61,00,74,00,69,00,6f,00,6e,00,46,00,72,00,61,\ + 00,6d,00,65,00,77,00,6f,00,72,00,6b,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,00,\ + 38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,01,00,00,00,9e,00,00,00,57,00,69,00,6e,00,64,00,\ + 6f,00,77,00,73,00,42,00,61,00,73,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,\ + 00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,\ + 20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,\ + 00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,\ + 65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,\ + 00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,\ + 00,00,00,00,00,00,00,00,00,00,04,00,00,00,94,00,00,00,53,00,79,00,73,00,74,\ + 00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,\ + 34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,\ + 00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,\ + 20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,\ + 00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,\ + 39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,03,00,00,00,\ + 05,00,00,00,06,00,00,00,01,00,00,00,00,01,00,00,00,b0,00,00,00,53,00,79,00,\ + 73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,\ + 00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,\ + 6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,\ + 00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,\ + 61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,\ + 00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,\ + 37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,\ + 00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,53,00,79,00,73,00,74,00,65,00,\ + 6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,\ + 00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,\ + 75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,\ + 00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,\ + 54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,\ + 00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,\ + 00,00,00,00,00,00,01,00,00,00,a8,00,00,00,50,00,72,00,65,00,73,00,65,00,6e,\ + 00,74,00,61,00,74,00,69,00,6f,00,6e,00,43,00,6f,00,72,00,65,00,2c,00,20,00,\ + 56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,\ + 00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,\ + 6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,\ + 00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,\ + 31,00,62,00,66,00,33,00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,\ + 00,33,00,35,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9e,00,00,00,\ + 53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,61,00,6d,00,6c,00,2c,00,20,\ + 00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,\ + 30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,\ + 00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,\ + 6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,\ + 00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,\ + 30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a80f5a8 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706655 -#time=1d196eb8a7a3232 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\PresentationUI, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a80f3d2 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\ReachFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706668 -#time=1d196eb91ec6e4a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\ReachFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a5fdd96 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\ReachFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706668 -#time=1d196eb91ec6ce2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\ReachFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a5fdbc0 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706669 -#time=1d196eb92b744d0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a5c575c "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706669 -#time=1d196eb92b7435e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a5c55c2 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706669 -#time=1d196eb9307e9c6 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460950 +#time=1d3ecf3b0902a0c +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460950 +#time=1d3ecf3b08f3976 +"ImageList"=hex:04,00,00,00,00,04,00,00,00,94,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,\ + 00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,\ + 75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,\ + 00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,\ + 65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,\ + 00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,03,00,00,00,02,\ + 00,00,00,03,00,00,00,01,00,00,00,00,04,00,00,00,98,00,00,00,6d,00,73,00,63,\ + 00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,\ + 6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,\ + 00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,\ + 61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,\ + 00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,\ + 35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,\ + 00,00,00,00,00,00,00,01,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,\ + 6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,\ + 00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,\ + 34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,\ + 00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,\ + 20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,\ + 00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,\ + 31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,\ + 00,01,00,00,00,9c,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,\ + 6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,\ + 00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,\ + 75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,\ + 00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,\ + 65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,\ + 00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a7014b8 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706669 -#time=1d196eb9307e85e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a701332 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.Core.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706653 -#time=1d196eb890cc856 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.Core.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a6480a8 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.Core.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706653 -#time=1d196eb890cc5fe +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.Core.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a647f04 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706670 -#time=1d196eb93a83782 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a60fa1e "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706670 -#time=1d196eb93a8361a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a60f884 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706665 -#time=1d196eb9033cfd0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a4c2ab2 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706665 -#time=1d196eb9033ce68 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a4c28aa "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.AddIn, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706659 -#time=1d196eb8d0b5076 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.AddIn, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a58b732 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.AddIn, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706659 -#time=1d196eb8d0b4f0e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.AddIn, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a58b502 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.AddIn.Contract, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706660 -#time=1d196eb8d3126c0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.AddIn.Contract, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a44b840 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.AddIn.Contract, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706660 -#time=1d196eb8d312562 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.AddIn.Contract, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a44b62e "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706671 -#time=1d196eb93f84a88 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460950 +#time=1d3ecf3b0902c32 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460950 +#time=1d3ecf3b08f51cc +"ImageList"=hex:08,00,00,00,00,04,00,00,00,ca,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,43,00,6f,00,6d,00,70,00,6f,00,6e,00,65,00,6e,00,74,00,4d,\ + 00,6f,00,64,00,65,00,6c,00,2e,00,43,00,6f,00,6d,00,70,00,6f,00,73,00,69,00,\ + 74,00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,\ + 00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,\ + 6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,\ + 00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,\ + 6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,\ + 00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,03,\ + 00,00,00,01,00,00,00,05,00,00,00,02,00,00,00,00,04,00,00,00,98,00,00,00,6d,\ + 00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,00,72,00,\ + 73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,\ + 00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,\ + 74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,\ + 00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,\ + 35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,\ + 00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,94,00,00,00,53,00,79,00,73,00,\ + 74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,\ + 00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,\ + 74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,\ + 00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,\ + 6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,\ + 00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,03,00,00,\ + 00,03,00,00,00,04,00,00,00,01,00,00,00,00,01,00,00,00,b0,00,00,00,53,00,79,\ + 00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,00,67,00,75,00,\ + 72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,\ + 00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,\ + 00,00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,53,00,79,00,73,00,74,00,65,\ + 00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,\ + 6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,\ + 00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,\ + 61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,\ + 00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,\ + 35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,\ + 00,00,00,00,00,00,00,04,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,\ + 6d,00,2e,00,43,00,6f,00,72,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,\ + 00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,\ + 00,00,00,05,00,00,00,06,00,00,00,04,00,00,00,07,00,00,00,01,00,00,00,02,00,\ + 00,00,00,01,00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,\ + 53,00,65,00,63,00,75,00,72,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,\ + 00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,\ + 2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,\ + 00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,\ + 4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,\ + 00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,\ + 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a6,00,00,00,53,00,79,00,73,\ + 00,74,00,65,00,6d,00,2e,00,4e,00,75,00,6d,00,65,00,72,00,69,00,63,00,73,00,\ + 2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,\ + 00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,\ + 65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,\ + 00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,\ + 3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,\ + 00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a3d957e "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706671 -#time=1d196eb93f8490c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a3d907e "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706656 -#time=1d196eb8aeef9f0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a933970 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706656 -#time=1d196eb8aeef874 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a9337cc "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706659 -#time=1d196eb8c970626 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a6b8b82 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706659 -#time=1d196eb8c97041e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a6b8876 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.DataSetExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706657 -#time=1d196eb8b8b4b02 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460950 +#time=1d3ecf3b0902e44 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460950 +#time=1d3ecf3b08f6978 +"ImageList"=hex:07,00,00,00,00,04,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,43,00,6f,00,72,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,\ + 00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,\ + 20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,\ + 00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,\ + 65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,\ + 00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,\ + 00,00,00,00,00,05,00,00,00,05,00,00,00,04,00,00,00,06,00,00,00,01,00,00,00,\ + 02,00,00,00,00,04,00,00,00,98,00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,\ + 69,00,62,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,\ + 00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,\ + 75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,\ + 00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,\ + 65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,\ + 00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,\ + 04,00,00,00,94,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,\ + 00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,\ + 38,00,39,00,00,00,00,00,00,00,00,03,00,00,00,03,00,00,00,04,00,00,00,01,00,\ + 00,00,00,01,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,\ + 43,00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,\ + 00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,\ + 30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,\ + 00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,\ + 75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,\ + 00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,\ + 35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,\ + 00,9c,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,\ + 2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,\ + 00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,\ + 65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,\ + 00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,\ + 3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,\ + 00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,\ + a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,53,00,65,00,63,00,75,\ + 00,72,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,\ + 6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,\ + 00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,\ + 6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,\ + 00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,\ + 66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,\ + 00,00,00,00,00,01,00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,\ + 2e,00,4e,00,75,00,6d,00,65,00,72,00,69,00,63,00,73,00,2c,00,20,00,56,00,65,\ + 00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,\ + 30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,\ + 00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,\ + 63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,\ + 00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,\ + 39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460950 +#time=1d3ecf3b090304c +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460950 +#time=1d3ecf3b08f8138 +"ImageList"=hex:0b,00,00,00,00,04,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,44,00,61,00,74,00,61,00,2c,00,20,00,56,00,65,00,72,00,73,\ + 00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,\ + 20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,\ + 00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,\ + 65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,\ + 00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,\ + 00,00,00,00,00,09,00,00,00,05,00,00,00,04,00,00,00,06,00,00,00,07,00,00,00,\ + 08,00,00,00,03,00,00,00,01,00,00,00,09,00,00,00,02,00,00,00,00,04,00,00,00,\ + 98,00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,\ + 00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,\ + 38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,94,00,00,00,53,\ + 00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,\ + 6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,\ + 00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,\ + 61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,\ + 00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,\ + 35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,\ + 00,00,03,00,00,00,03,00,00,00,04,00,00,00,01,00,00,00,00,01,00,00,00,b0,00,\ + 00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,\ + 00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,\ + 72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,\ + 00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,\ + 75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,\ + 00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,\ + 66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,\ + 00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,53,00,79,00,\ + 73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,\ + 00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,\ + 2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,\ + 00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,\ + 4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,\ + 00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,\ + 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,ac,00,00,00,4d,00,69,00,63,\ + 00,72,00,6f,00,73,00,6f,00,66,00,74,00,2e,00,56,00,69,00,73,00,75,00,61,00,\ + 6c,00,43,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,31,\ + 00,30,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,\ + 74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,\ + 00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,\ + 6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,\ + 00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,\ + 00,00,01,00,00,00,ae,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,54,\ + 00,72,00,61,00,6e,00,73,00,61,00,63,00,74,00,69,00,6f,00,6e,00,73,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,\ + 00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a6,00,\ + 00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,4e,00,75,00,6d,00,65,00,72,\ + 00,69,00,63,00,73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,\ + 3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,\ + 00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,\ + 2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,\ + 00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,\ + 31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,\ + 00,00,00,01,00,00,00,ba,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,\ + 45,00,6e,00,74,00,65,00,72,00,70,00,72,00,69,00,73,00,65,00,53,00,65,00,72,\ + 00,76,00,69,00,63,00,65,00,73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,\ + 6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,\ + 00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,\ + 61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,\ + 00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,\ + 37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,\ + 00,00,00,00,00,00,00,04,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,\ + 6d,00,2e,00,43,00,6f,00,72,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,\ + 00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,\ + 00,00,00,05,00,00,00,0a,00,00,00,04,00,00,00,07,00,00,00,01,00,00,00,02,00,\ + 00,00,00,01,00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,\ + 53,00,65,00,63,00,75,00,72,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,\ + 00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,\ + 2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,\ + 00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,\ + 4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,\ + 00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,\ + 00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.DataSetExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a725ea8 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.DataSetExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706657 -#time=1d196eb8b8b499a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.DataSetExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a725d0e "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706668 -#time=1d196eb924061c6 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460887 +#time=1d3ecf38a9ddb28 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706668 -#time=1d196eb9240605e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460887 +#time=1d3ecf38a9dd998 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706682 -#time=1d196eb9aae2dfc +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460919 +#time=1d3ecf39e090c3c "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706682 -#time=1d196eb9aae2c6c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460919 +#time=1d3ecf39e090aa2 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706682 -#time=1d196eb9a60abe0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460950 +#time=1d3ecf3b0903254 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460950 +#time=1d3ecf3b08f992a +"ImageList"=hex:0c,00,00,00,00,04,00,00,00,a8,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,44,00,61,00,74,00,61,00,2e,00,4c,00,69,00,6e,00,71,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,\ + 65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,08,00,00,00,08,00,00,00,04,00,\ + 00,00,09,00,00,00,0a,00,00,00,0b,00,00,00,01,00,00,00,05,00,00,00,02,00,00,\ + 00,00,04,00,00,00,98,00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,\ + 00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,\ + 30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,\ + 00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,\ + 75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,\ + 00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,\ + 34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,\ + 00,94,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,\ + 72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,\ + 00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,\ + 75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,\ + 00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,\ + 61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,\ + 00,00,00,00,00,00,00,00,03,00,00,00,03,00,00,00,04,00,00,00,01,00,00,00,00,\ + 01,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,\ + 00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,\ + 00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9c,00,\ + 00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,\ + 00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,\ + 30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,\ + 00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,\ + 6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,\ + 00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,\ + 30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,9e,00,00,\ + 00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,72,00,65,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,\ + 00,30,00,38,00,39,00,00,00,00,00,00,00,00,05,00,00,00,06,00,00,00,04,00,00,\ + 00,07,00,00,00,01,00,00,00,02,00,00,00,00,01,00,00,00,a6,00,00,00,53,00,79,\ + 00,73,00,74,00,65,00,6d,00,2e,00,53,00,65,00,63,00,75,00,72,00,69,00,74,00,\ + 79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,\ + 00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,\ + 72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,\ + 00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,\ + 6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,\ + 00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,\ + 00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,4e,00,75,00,6d,\ + 00,65,00,72,00,69,00,63,00,73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,\ + 6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,\ + 00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,\ + 61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,\ + 00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,\ + 35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,\ + 00,00,00,00,00,00,00,01,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,\ + 6d,00,2e,00,44,00,61,00,74,00,61,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,\ + 00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,\ + 00,00,00,00,00,00,00,00,01,00,00,00,ae,00,00,00,53,00,79,00,73,00,74,00,65,\ + 00,6d,00,2e,00,54,00,72,00,61,00,6e,00,73,00,61,00,63,00,74,00,69,00,6f,00,\ + 6e,00,73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,\ + 00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,\ + 75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,\ + 00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,\ + 65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,\ + 00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,\ + 01,00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,\ + 00,6c,00,2e,00,4c,00,69,00,6e,00,71,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,\ + 63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,01,00,00,00,c0,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,52,00,75,00,6e,00,74,00,69,00,6d,00,65,00,2e,00,53,00,65,\ + 00,72,00,69,00,61,00,6c,00,69,00,7a,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,\ + 00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460919 +#time=1d3ecf39deb7c26 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706682 -#time=1d196eb9a60aa78 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460919 +#time=1d3ecf39deb7a1e "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706686 -#time=1d196eb9ccd7ee4 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460919 +#time=1d3ecf39df391e0 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706686 -#time=1d196eb9ccd7d7c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460919 +#time=1d3ecf39df39046 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706670 -#time=1d196eb9381532e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a691cee "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706670 -#time=1d196eb93815162 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a691b54 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706685 -#time=1d196eb9c828916 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460919 +#time=1d3ecf39e0ff330 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706685 -#time=1d196eb9c8287ae +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.Services.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460919 +#time=1d3ecf39e0ff1a0 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706652 -#time=1d196eb88bbe1fc +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a543e1e "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706652 -#time=1d196eb88bbe094 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a543c16 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706658 -#time=1d196eb8bfdb8cc +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a67ecfc "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706658 -#time=1d196eb8bfdb764 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a67eb76 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Device, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706667 -#time=1d196eb91c65a16 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460950 +#time=1d3ecf3b08bf392 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460950 +#time=1d3ecf3b08bf0fe +"ImageList"=hex:11,00,00,00,00,04,00,00,00,a2,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,44,00,65,00,73,00,69,00,67,00,6e,00,2c,00,20,00,56,00,65,\ + 00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,\ + 30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,\ + 00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,\ + 63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,\ + 00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,\ + 61,00,00,00,00,00,00,00,00,0e,00,00,00,05,00,00,00,04,00,00,00,06,00,00,00,\ + 07,00,00,00,08,00,00,00,09,00,00,00,03,00,00,00,0a,00,00,00,0b,00,00,00,0c,\ + 00,00,00,0d,00,00,00,01,00,00,00,0e,00,00,00,02,00,00,00,00,04,00,00,00,98,\ + 00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,\ + 65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,\ + 00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,\ + 65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,\ + 00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,\ + 37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,\ + 00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,94,00,00,00,53,00,\ + 79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,\ + 00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,\ + 75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,\ + 00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,\ + 54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,\ + 00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,\ + 00,03,00,00,00,03,00,00,00,04,00,00,00,01,00,00,00,00,01,00,00,00,b0,00,00,\ + 00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,00,\ + 67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,\ + 00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,\ + 2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,\ + 00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,\ + 4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,\ + 00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,\ + 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,53,00,79,00,73,\ + 00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,\ + 73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,\ + 00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,\ + 74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,\ + 00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,\ + 35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,\ + 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9e,00,00,00,53,00,79,00,73,00,\ + 74,00,65,00,6d,00,2e,00,44,00,61,00,74,00,61,00,2c,00,20,00,56,00,65,00,72,\ + 00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,\ + 2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,\ + 00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,\ + 4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,\ + 00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,\ + 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a4,00,00,00,53,00,79,00,73,\ + 00,74,00,65,00,6d,00,2e,00,44,00,72,00,61,00,77,00,69,00,6e,00,67,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,\ + 00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,b0,00,\ + 00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,57,00,69,00,6e,00,64,00,6f,\ + 00,77,00,73,00,2e,00,46,00,6f,00,72,00,6d,00,73,00,2c,00,20,00,56,00,65,00,\ + 72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,\ + 00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,\ + 75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,\ + 00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,\ + 61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,\ + 00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,b2,00,00,00,53,00,79,00,\ + 73,00,74,00,65,00,6d,00,2e,00,44,00,72,00,61,00,77,00,69,00,6e,00,67,00,2e,\ + 00,44,00,65,00,73,00,69,00,67,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,\ + 66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,57,00,65,00,62,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,\ + 00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,\ + 00,00,00,00,00,00,00,00,01,00,00,00,b8,00,00,00,53,00,79,00,73,00,74,00,65,\ + 00,6d,00,2e,00,44,00,61,00,74,00,61,00,2e,00,4f,00,72,00,61,00,63,00,6c,00,\ + 65,00,43,00,6c,00,69,00,65,00,6e,00,74,00,2c,00,20,00,56,00,65,00,72,00,73,\ + 00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,\ + 20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,\ + 00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,\ + 65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,\ + 00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,\ + 00,00,00,00,00,00,00,00,00,00,01,00,00,00,e0,00,00,00,53,00,79,00,73,00,74,\ + 00,65,00,6d,00,2e,00,52,00,75,00,6e,00,74,00,69,00,6d,00,65,00,2e,00,53,00,\ + 65,00,72,00,69,00,61,00,6c,00,69,00,7a,00,61,00,74,00,69,00,6f,00,6e,00,2e,\ + 00,46,00,6f,00,72,00,6d,00,61,00,74,00,74,00,65,00,72,00,73,00,2e,00,53,00,\ + 6f,00,61,00,70,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,\ + 00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,\ + 74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,\ + 00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,\ + 6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,\ + 00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,\ + 00,00,01,00,00,00,a2,00,00,00,41,00,63,00,63,00,65,00,73,00,73,00,69,00,62,\ + 00,69,00,6c,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,\ + 6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,\ + 00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,\ + 61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,\ + 00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,\ + 37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,\ + 00,00,00,00,00,00,00,01,00,00,00,c2,00,00,00,53,00,79,00,73,00,74,00,65,00,\ + 6d,00,2e,00,57,00,65,00,62,00,2e,00,52,00,65,00,67,00,75,00,6c,00,61,00,72,\ + 00,45,00,78,00,70,00,72,00,65,00,73,00,73,00,69,00,6f,00,6e,00,73,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,\ + 00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,9e,00,\ + 00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,72,00,65,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,\ + 65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,05,00,00,00,0f,00,00,00,04,00,\ + 00,00,10,00,00,00,01,00,00,00,02,00,00,00,00,01,00,00,00,a6,00,00,00,53,00,\ + 79,00,73,00,74,00,65,00,6d,00,2e,00,53,00,65,00,63,00,75,00,72,00,69,00,74,\ + 00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,\ + 2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,\ + 00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,\ + 50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,\ + 00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,\ + 64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,\ + 00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,4e,00,75,00,\ + 6d,00,65,00,72,00,69,00,63,00,73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,\ + 00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,\ + 00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Device, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a38ed3a "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Device, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706667 -#time=1d196eb91c658a4 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Device, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a38ebb4 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706654 -#time=1d196eb89d75602 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460887 +#time=1d3ecf38a96c4c8 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706654 -#time=1d196eb89d7549a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460887 +#time=1d3ecf38a96c31a "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices.AccountManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706665 -#time=1d196eb90869616 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices.AccountManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a3a063e "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices.AccountManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706665 -#time=1d196eb908694a4 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices.AccountManagement, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a3a04b8 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706662 -#time=1d196eb8eb1c612 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a5a1b0e "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706662 -#time=1d196eb8eb1c4aa +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a5a197e "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706665 -#time=1d196eb90589040 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460950 +#time=1d3ecf3b0903452 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460950 +#time=1d3ecf3b08fb0cc +"ImageList"=hex:05,00,00,00,00,04,00,00,00,a4,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,44,00,72,00,61,00,77,00,69,00,6e,00,67,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,\ + 00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,\ + 33,00,61,00,00,00,00,00,00,00,00,02,00,00,00,01,00,00,00,02,00,00,00,00,04,\ + 00,00,00,98,00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,\ + 00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,94,00,\ + 00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,\ + 00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,\ + 20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,\ + 00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,\ + 65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,\ + 00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,\ + 00,00,00,00,00,03,00,00,00,03,00,00,00,04,00,00,00,01,00,00,00,00,01,00,00,\ + 00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,00,\ + 66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,\ + 00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,\ + 33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,53,\ + 00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,\ + 65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,\ + 00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,\ + 65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,\ + 00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,\ + 37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,\ + 00,39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460950 +#time=1d3ecf3b08bda24 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460950 +#time=1d3ecf3b08bd77c +"ImageList"=hex:07,00,00,00,00,04,00,00,00,b2,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,44,00,72,00,61,00,77,00,69,00,6e,00,67,00,2e,00,44,00,65,\ + 00,73,00,69,00,67,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,\ + 6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,\ + 00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,\ + 6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,\ + 00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,\ + 66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,\ + 04,00,00,00,02,00,00,00,03,00,00,00,01,00,00,00,04,00,00,00,00,04,00,00,00,\ + 98,00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,\ + 00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,\ + 38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a4,00,00,00,53,\ + 00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,00,72,00,61,00,77,00,69,00,6e,00,\ + 67,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,\ + 00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,\ + 72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,\ + 00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,\ + 6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,\ + 00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,\ + 00,00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,57,00,69,00,6e,\ + 00,64,00,6f,00,77,00,73,00,2e,00,46,00,6f,00,72,00,6d,00,73,00,2c,00,20,00,\ + 56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,\ + 00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,\ + 6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,\ + 00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,\ + 37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,\ + 00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,94,00,00,00,\ + 53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,\ + 00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,\ + 00,00,00,03,00,00,00,05,00,00,00,06,00,00,00,01,00,00,00,00,01,00,00,00,b0,\ + 00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,\ + 69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,\ + 00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,\ + 30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,\ + 00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,\ + 63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,\ + 00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,\ + 61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,53,00,79,\ + 00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,\ + 72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,\ + 00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,\ + 75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,\ + 00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,\ + 61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,\ + 00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Dynamic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460950 +#time=1d3ecf3b090366e +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Dynamic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460950 +#time=1d3ecf3b08fc878 +"ImageList"=hex:09,00,00,00,00,04,00,00,00,a4,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,44,00,79,00,6e,00,61,00,6d,00,69,00,63,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,\ + 00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,\ + 33,00,61,00,00,00,00,00,00,00,00,03,00,00,00,01,00,00,00,03,00,00,00,02,00,\ + 00,00,00,04,00,00,00,98,00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,\ + 62,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,\ + 00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,\ + 72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,\ + 00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,\ + 6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,\ + 00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,\ + 00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,72,\ + 00,65,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,\ + 2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,\ + 00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,\ + 50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,\ + 00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,\ + 33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,05,00,00,00,07,00,\ + 00,00,05,00,00,00,08,00,00,00,01,00,00,00,03,00,00,00,00,04,00,00,00,94,00,\ + 00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,73,\ + 00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,\ + 20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,\ + 00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,\ + 65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,\ + 00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,\ + 00,00,00,00,00,03,00,00,00,04,00,00,00,05,00,00,00,01,00,00,00,00,04,00,00,\ + 00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,00,\ + 66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,\ + 00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,\ + 33,00,61,00,00,00,00,00,00,00,00,04,00,00,00,05,00,00,00,07,00,00,00,01,00,\ + 00,00,03,00,00,00,00,04,00,00,00,9c,00,00,00,53,00,79,00,73,00,74,00,65,00,\ + 6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,\ + 00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,\ + 75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,\ + 00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,\ + 54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,\ + 00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,\ + 00,04,00,00,00,06,00,00,00,04,00,00,00,01,00,00,00,03,00,00,00,00,04,00,00,\ + 00,ac,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,00,61,00,74,00,\ + 61,00,2e,00,53,00,71,00,6c,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,\ + 00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,\ + 2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,\ + 00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,\ + 4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,\ + 00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,\ + 00,00,00,00,00,00,00,03,00,00,00,01,00,00,00,03,00,00,00,05,00,00,00,00,04,\ + 00,00,00,a6,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,53,00,65,00,\ + 63,00,75,00,72,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,\ + 00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,\ + 00,00,00,03,00,00,00,05,00,00,00,01,00,00,00,03,00,00,00,00,04,00,00,00,a6,\ + 00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,4e,00,75,00,6d,00,65,00,\ + 72,00,69,00,63,00,73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,\ + 00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,\ + 6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,\ + 00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,\ + 6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,\ + 00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,01,\ + 00,00,00,01,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000000 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a90e026 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706665 -#time=1d196eb90588ee2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a90de64 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706663 -#time=1d196eb8efdcb0c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a835c80 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706663 -#time=1d196eb8efdc9a4 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a835af0 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IdentityModel.Selectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706672 -#time=1d196eb94c17386 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IdentityModel.Selectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a89b878 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IdentityModel.Selectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706672 -#time=1d196eb94c1721e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IdentityModel.Selectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a89b6d4 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IO.Log, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706657 -#time=1d196eb8b649c82 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IO.Log, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a86e2b0 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IO.Log, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706657 -#time=1d196eb8b649b1a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.IO.Log, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a86e116 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Management.Instrumentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706673 -#time=1d196eb950f3058 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Management.Instrumentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a40497c "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Management.Instrumentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706673 -#time=1d196eb950f2eb4 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Management.Instrumentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a404756 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706653 -#time=1d196eb8988500c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460887 +#time=1d3ecf38a9ca47e "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706653 -#time=1d196eb89884ea4 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460887 +#time=1d3ecf38a9ca2f8 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706671 -#time=1d196eb93cee120 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a493c8a "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706671 -#time=1d196eb93cedfae +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a493a78 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706662 -#time=1d196eb8ed83234 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a7143ce "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706662 -#time=1d196eb8ed830d6 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a714202 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706664 -#time=1d196eb8fbff4e8 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a73796e "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706664 -#time=1d196eb8fbff358 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a7377de "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706689 -#time=1d196eb9eb38b36 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39e0b57b2 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706689 -#time=1d196eb9eb389ce +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39e0b5622 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706667 -#time=1d196eb917841f0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a3ec39a "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706667 -#time=1d196eb91784088 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a3ec1ba "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706662 -#time=1d196eb8e8b7b42 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a859680 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706662 -#time=1d196eb8e8b79da +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a8594f0 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706670 -#time=1d196eb935925fc +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a7fc6ce "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706670 -#time=1d196eb93592494 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a7fc494 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706652 -#time=1d196eb88e265e8 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a822e78 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706652 -#time=1d196eb88e26494 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a822bda "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706672 -#time=1d196eb949a1886 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a4dc606 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706672 -#time=1d196eb949a171e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a4dc3f4 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706664 -#time=1d196eb8fe7a1f0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a74af3c "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706664 -#time=1d196eb8fe7a04c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a74ad98 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706680 -#time=1d196eb99a00106 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39de6971a "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706680 -#time=1d196eb999fff9e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39de6951c "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706666 -#time=1d196eb9150add4 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a55bc58 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706666 -#time=1d196eb9150ac62 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a55ba5a "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Channels, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706661 -#time=1d196eb8e3c45b8 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Channels, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a6edfda "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Channels, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706661 -#time=1d196eb8e3c4450 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Channels, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a6ede2c "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Discovery, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706671 -#time=1d196eb9421ff5e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Discovery, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a37c446 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Discovery, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706671 -#time=1d196eb9421fdec +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Discovery, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a37c13a "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706667 -#time=1d196eb919f6230 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a5d8546 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706667 -#time=1d196eb919f60c8 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a5d83a2 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.ServiceMoniker40, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706681 -#time=1d196eb99ed600e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.ServiceMoniker40, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460919 +#time=1d3ecf39e135db8 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.ServiceMoniker40, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706681 -#time=1d196eb99ed5e2e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.ServiceMoniker40, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460919 +#time=1d3ecf39e135bba "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706688 -#time=1d196eb9dee5aa0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39df964da "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706688 -#time=1d196eb9dee592e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39df9634a "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706657 -#time=1d196eb8bd877d8 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a8c1f82 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706657 -#time=1d196eb8bd87666 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a8c1dde "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706653 -#time=1d196eb8936f13a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a434d70 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706653 -#time=1d196eb8936efd2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a434b5e "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706670 -#time=1d196eb932fd81e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a634968 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706670 -#time=1d196eb932fd6c0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a6347ce "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706687 -#time=1d196eb9d77ec8a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39dfcf2a8 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706687 -#time=1d196eb9d77eb04 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39dfcf01e "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706684 -#time=1d196eb9be97d98 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39e047488 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706684 -#time=1d196eb9be97c30 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39e0472f8 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706673 -#time=1d196eb955dcee8 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460887 +#time=1d3ecf38a9b86ac "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706673 -#time=1d196eb955dcd76 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460887 +#time=1d3ecf38a9b851c "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706687 -#time=1d196eb9dc694ac +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39df4b926 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706687 -#time=1d196eb9dc6933a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39df4b71e "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706686 -#time=1d196eb9ca85984 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39e16fd06 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706686 -#time=1d196eb9ca85812 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39e16fb62 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706688 -#time=1d196eb9e16b162 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39df83196 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706688 -#time=1d196eb9e16aff0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39df82fe8 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DynamicData.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706681 -#time=1d196eb9a3aa4d6 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DynamicData.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39e0da436 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DynamicData.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706681 -#time=1d196eb9a3aa35a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.DynamicData.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39e0da2a6 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706679 -#time=1d196eb99085928 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460919 +#time=1d3ecf39e1109a0 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706679 -#time=1d196eb990857c0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460919 +#time=1d3ecf39e1107a2 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706680 -#time=1d196eb997aaf50 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460919 +#time=1d3ecf39df12bd0 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706680 -#time=1d196eb997aadf2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460919 +#time=1d3ecf39df12a40 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706682 -#time=1d196eb9a86e7e2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39e0c7278 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706682 -#time=1d196eb9a86e684 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39e0c7048 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706679 -#time=1d196eb98ba50ca +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39df25a5a "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706679 -#time=1d196eb98ba4f08 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39df25848 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Mobile, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706680 -#time=1d196eb992e7b80 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Mobile, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39df7146e "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Mobile, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706680 -#time=1d196eb992e7a0e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Mobile, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39df712de "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706681 -#time=1d196eb9a139152 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460919 +#time=1d3ecf39dfbb5dc "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706681 -#time=1d196eb9a138f54 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460919 +#time=1d3ecf39dfbb42e "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706685 -#time=1d196eb9c1035f0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39df5d5ae "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706685 -#time=1d196eb9c103492 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39df5d41e "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1460706672 -#time=1d196eb9472376c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a] 1526460886 +#time=1d3ecf38a5b3638 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1460706672 -#time=1d196eb947235f0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\\0] 1526460886 +#time=1d3ecf38a5b33ea "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706659 -#time=1d196eb8cbceb48 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460950 +#time=1d3ecf3b09038d0 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460950 +#time=1d3ecf3b08fe0a6 +"ImageList"=hex:0a,00,00,00,00,04,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,2e,00,46,00,6f,\ + 00,72,00,6d,00,73,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,\ + 3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,\ + 00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,\ + 2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,\ + 00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,\ + 31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,09,00,\ + 00,00,06,00,00,00,07,00,00,00,04,00,00,00,05,00,00,00,08,00,00,00,09,00,00,\ + 00,01,00,00,00,03,00,00,00,02,00,00,00,00,04,00,00,00,98,00,00,00,6d,00,73,\ + 00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,\ + 63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,04,00,00,00,a4,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,44,00,72,00,61,00,77,00,69,00,6e,00,67,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,\ + 00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,\ + 33,00,61,00,00,00,00,00,00,00,00,02,00,00,00,01,00,00,00,03,00,00,00,00,04,\ + 00,00,00,94,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,\ + 65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,\ + 00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,\ + 65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,\ + 00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,\ + 37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,\ + 00,39,00,00,00,00,00,00,00,00,03,00,00,00,04,00,00,00,05,00,00,00,01,00,00,\ + 00,00,01,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,\ + 00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,\ + 2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,\ + 00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,\ + 65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,\ + 00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,\ + 3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,\ + 00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,\ + 9c,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,\ + 65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a6,\ + 00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,53,00,65,00,63,00,75,00,\ + 72,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,\ + 00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,\ + 6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,\ + 00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,\ + 6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,\ + 00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,\ + 00,00,00,00,01,00,00,00,a2,00,00,00,41,00,63,00,63,00,65,00,73,00,73,00,69,\ + 00,62,00,69,00,6c,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,\ + 66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,01,00,00,00,e0,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,52,00,75,00,6e,00,74,00,69,00,6d,00,65,00,2e,00,53,00,65,\ + 00,72,00,69,00,61,00,6c,00,69,00,7a,00,61,00,74,00,69,00,6f,00,6e,00,2e,00,\ + 46,00,6f,00,72,00,6d,00,61,00,74,00,74,00,65,00,72,00,73,00,2e,00,53,00,6f,\ + 00,61,00,70,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,\ + 34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,\ + 00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,\ + 20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,\ + 00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,\ + 31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,\ + 00,01,00,00,00,aa,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,00,\ + 65,00,70,00,6c,00,6f,00,79,00,6d,00,65,00,6e,00,74,00,2c,00,20,00,56,00,65,\ + 00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,\ + 30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,\ + 00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,\ + 63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,\ + 00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,\ + 61,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460887 +#time=1d3ecf38a946dc2 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706659 -#time=1d196eb8cbce9e0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460887 +#time=1d3ecf38a946c32 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706683 -#time=1d196eb9afb7a9e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39e05a902 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706683 -#time=1d196eb9afb78d2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Forms.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39e05a6be "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Input.Manipulations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706663 -#time=1d196eb8f4aa15c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Input.Manipulations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a847a7a "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Input.Manipulations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706663 -#time=1d196eb8f4a9fe0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Input.Manipulations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a8478ea "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706669 -#time=1d196eb928f1b4a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a52bff8 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706669 -#time=1d196eb928f19ec +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Windows.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a52bdf0 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706684 -#time=1d196eb9b977638 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39dec9386 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706684 -#time=1d196eb9b9774d0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39dec91f6 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706679 -#time=1d196eb98e1533c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39deef036 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706679 -#time=1d196eb98e15080 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39deeeea6 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706681 -#time=1d196eb99c7b94e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39dfa7ad2 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706681 -#time=1d196eb99c7b746 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Workflow.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39dfa78ca "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.WorkflowServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706680 -#time=1d196eb995480a0 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.WorkflowServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39e149750 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.WorkflowServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706680 -#time=1d196eb99547f24 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.WorkflowServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39e1495b6 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706668 -#time=1d196eb9217efca +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a659b28 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706668 -#time=1d196eb9217ee58 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a659998 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706689 -#time=1d196eb9e8d263a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39e0ebd6c "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706689 -#time=1d196eb9e8d24d2 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39e0ebb6e "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1460706669 -#time=1d196eb92e099b6 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460950 +#time=1d3ecf3b0903ad8 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460950 +#time=1d3ecf3b08ff83e +"ImageList"=hex:05,00,00,00,00,04,00,00,00,9c,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,\ + 00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,\ + 43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,\ + 00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,\ + 79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,\ + 00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,\ + 00,00,00,04,00,00,00,02,00,00,00,03,00,00,00,01,00,00,00,04,00,00,00,00,04,\ + 00,00,00,98,00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,\ + 00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,ac,00,\ + 00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,00,61,00,74,00,61,00,2e,\ + 00,53,00,71,00,6c,00,58,00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,\ + 69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,\ + 00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,\ + 72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,\ + 00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,\ + 63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,01,00,00,00,b0,00,00,00,53,00,79,00,73,00,74,00,\ + 65,00,6d,00,2e,00,43,00,6f,00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,\ + 00,69,00,6f,00,6e,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,\ + 3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,\ + 00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,\ + 2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,\ + 00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,\ + 31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,\ + 00,00,00,04,00,00,00,94,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,\ + 20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,\ + 00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,\ + 3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,\ + 00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,\ + 62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,\ + 00,30,00,38,00,39,00,00,00,00,00,00,00,00,03,00,00,00,03,00,00,00,00,00,00,\ + 00,01,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089] 1526460886 +#time=1d3ecf38a6a3c50 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1460706669 -#time=1d196eb92e0983a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\\0] 1526460886 +#time=1d3ecf38a6a3ac0 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706660 -#time=1d196eb8d5692ca +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a79ea74 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706660 -#time=1d196eb8d56916c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a79e894 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationClientsideProviders, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706655 -#time=1d196eb8a51493a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationClientsideProviders, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a4ac528 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationClientsideProviders, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706655 -#time=1d196eb8a5146ba +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationClientsideProviders, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a4ac1fe "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706668 -#time=1d196eb92686d88 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a47c102 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706668 -#time=1d196eb92686c2a +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a47bf0e "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706666 -#time=1d196eb90dc32ba +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a8e7b42 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706666 -#time=1d196eb90dc3152 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a8e79a8 "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706652 -#time=1d196eb8893d6f8 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460950 +#time=1d3ecf3b0903ce0 +"KeepPriority"=dword:00000001 +"Priority"=dword:00000001 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460950 +#time=1d3ecf3b0900fe0 +"ImageList"=hex:0c,00,00,00,00,04,00,00,00,9e,00,00,00,57,00,69,00,6e,00,64,00,\ + 6f,00,77,00,73,00,42,00,61,00,73,00,65,00,2c,00,20,00,56,00,65,00,72,00,73,\ + 00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,\ + 20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,\ + 00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,\ + 65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,33,00,31,00,62,00,66,00,33,\ + 00,38,00,35,00,36,00,61,00,64,00,33,00,36,00,34,00,65,00,33,00,35,00,00,00,\ + 00,00,00,00,00,0a,00,00,00,05,00,00,00,06,00,00,00,04,00,00,00,07,00,00,00,\ + 08,00,00,00,09,00,00,00,0a,00,00,00,0b,00,00,00,01,00,00,00,02,00,00,00,00,\ + 04,00,00,00,98,00,00,00,6d,00,73,00,63,00,6f,00,72,00,6c,00,69,00,62,00,2c,\ + 00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,\ + 2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,\ + 00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,\ + 62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,\ + 00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,\ + 65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,04,00,00,00,94,\ + 00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2c,00,20,00,56,00,65,00,72,00,\ + 73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,\ + 00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,\ + 74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,\ + 00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,\ + 35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,\ + 00,00,00,00,00,00,03,00,00,00,03,00,00,00,04,00,00,00,01,00,00,00,00,01,00,\ + 00,00,b0,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,6e,\ + 00,66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,2c,00,20,00,\ + 56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,\ + 00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,\ + 6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,\ + 00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,\ + 30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,\ + 00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,9c,00,00,00,\ + 53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2c,00,20,00,56,\ + 00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,\ + 2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,\ + 00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,\ + 69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,37,\ + 00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,34,00,65,00,30,00,\ + 38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a6,00,00,00,53,\ + 00,79,00,73,00,74,00,65,00,6d,00,2e,00,53,00,65,00,63,00,75,00,72,00,69,00,\ + 74,00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,\ + 00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,\ + 75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,\ + 00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,\ + 65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,00,66,00,31,00,31,\ + 00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,00,00,00,00,00,00,\ + 01,00,00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,58,00,61,\ + 00,6d,00,6c,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,\ + 34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,\ + 00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,\ + 20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,\ + 00,65,00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,\ + 39,00,33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,\ + 00,01,00,00,00,a2,00,00,00,41,00,63,00,63,00,65,00,73,00,73,00,69,00,62,00,\ + 69,00,6c,00,69,00,74,00,79,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,\ + 00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,\ + 75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,\ + 00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,\ + 54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,66,00,35,00,66,00,37,\ + 00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,00,00,00,00,00,00,00,\ + 00,00,00,00,00,00,01,00,00,00,a4,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,\ + 00,2e,00,44,00,72,00,61,00,77,00,69,00,6e,00,67,00,2c,00,20,00,56,00,65,00,\ + 72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,30,00,2e,00,30,00,2e,00,30,\ + 00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,00,65,00,3d,00,6e,00,65,00,\ + 75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,75,00,62,00,6c,00,69,00,63,\ + 00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,3d,00,62,00,30,00,33,00,\ + 66,00,35,00,66,00,37,00,66,00,31,00,31,00,64,00,35,00,30,00,61,00,33,00,61,\ + 00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,a6,00,00,00,53,00,79,00,\ + 73,00,74,00,65,00,6d,00,2e,00,58,00,6d,00,6c,00,2e,00,4c,00,69,00,6e,00,71,\ + 00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,00,\ + 30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,72,\ + 00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,00,\ + 75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,6e,\ + 00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,00,\ + 34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,\ + 00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,44,00,61,00,74,00,\ + 61,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,2e,\ + 00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,00,\ + 72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,50,\ + 00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,00,\ + 6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,33,\ + 00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,\ + 00,00,9e,00,00,00,53,00,79,00,73,00,74,00,65,00,6d,00,2e,00,43,00,6f,00,72,\ + 00,65,00,2c,00,20,00,56,00,65,00,72,00,73,00,69,00,6f,00,6e,00,3d,00,34,00,\ + 2e,00,30,00,2e,00,30,00,2e,00,30,00,2c,00,20,00,43,00,75,00,6c,00,74,00,75,\ + 00,72,00,65,00,3d,00,6e,00,65,00,75,00,74,00,72,00,61,00,6c,00,2c,00,20,00,\ + 50,00,75,00,62,00,6c,00,69,00,63,00,4b,00,65,00,79,00,54,00,6f,00,6b,00,65,\ + 00,6e,00,3d,00,62,00,37,00,37,00,61,00,35,00,63,00,35,00,36,00,31,00,39,00,\ + 33,00,34,00,65,00,30,00,38,00,39,00,00,00,00,00,00,00,00,00,00,00,00 +"RuntimeVersion"="v4.0.30319" +"Scenario"=dword:00000020 +"Status"=dword:00000005 + +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460886 +#time=1d3ecf38a3c55e2 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706652 -#time=1d196eb8893d540 +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460886 +#time=1d3ecf38a3c545c "Scenario"=dword:00000000 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\XamlBuildTask, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1460706683 -#time=1d196eb9b2212da +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\XamlBuildTask, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35] 1526460919 +#time=1d3ecf39e011496 "Status"=dword:00000003 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\XamlBuildTask, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1460706683 -#time=1d196eb9b22117c +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\Roots\\XamlBuildTask, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\\0] 1526460919 +#time=1d3ecf39e011310 "Scenario"=dword:00000020 "Status"=dword:00000002 -[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\State] 1460706652 -#time=1d196eb8868f60e +[Software\\Microsoft\\.NETFramework\\v2.0.50727\\NGenService\\State] 1526460886 +#time=1d3ecf38a12a17a "AccumulatedWaitIdleTime"=dword:00000000 "ExtraInstallSteps"=dword:00000001 -[Software\\Microsoft\\.NETFramework\\v4.0.30319\\SKUs\\.NETFramework,Version=v4.0] 1460706675 -#time=1d196eb96731752 +[Software\\Microsoft\\.NETFramework\\v4.0.30319\\SKUs\\.NETFramework,Version=v4.0] 1526460915 +#time=1d3ecf39ba0d48e -[Software\\Microsoft\\.NETFramework\\v4.0.30319\\SKUs\\.NETFramework,Version=v4.0,Profile=Client] 1460706645 -#time=1d196eb84af5472 +[Software\\Microsoft\\.NETFramework\\v4.0.30319\\SKUs\\.NETFramework,Version=v4.0,Profile=Client] 1526460877 +#time=1d3ecf3850124b8 -[Software\\Microsoft\\.NETFramework\\v4.0.30319\\SKUs\\Client] 1460706645 -#time=1d196eb84af40c2 +[Software\\Microsoft\\.NETFramework\\v4.0.30319\\SKUs\\Client] 1526460877 +#time=1d3ecf385010474 -[Software\\Microsoft\\.NETFramework\\v4.0.30319\\SKUs\\Default] 1460706645 -#time=1d196eb84af66ce +[Software\\Microsoft\\.NETFramework\\v4.0.30319\\SKUs\\Default] 1526460877 +#time=1d3ecf385014506 -[Software\\Microsoft\\.NETFramework\\Windows Presentation Foundation\\Hosting\\Hosts\\v4.0] 1460706648 -#time=1d196eb8629a280 +[Software\\Microsoft\\.NETFramework\\Windows Presentation Foundation\\Hosting\\Hosts\\v4.0] 1526460881 +#time=1d3ecf3877bee3a @="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationHost_v0400.dll" -[Software\\Microsoft\\.NETFramework\\Windows Presentation Foundation\\Namespaces] 1460706648 -#time=1d196eb862d1b40 +[Software\\Microsoft\\.NETFramework\\Windows Presentation Foundation\\Namespaces] 1526460881 +#time=1d3ecf38781b900 "http://schemas.microsoft.com/netfx/2007/xaml/presentation"="3.0" "http://schemas.microsoft.com/netfx/2009/xaml/presentation"="4.0" "http://schemas.microsoft.com/winfx/2006/xaml/presentation"="3.0" -[Software\\Microsoft\\.NETFramework\\Windows Presentation Foundation\\Namespaces\\http://schemas.microsoft.com/netfx/2009/xaml/presentation\\v4.0] 1460706648 -#time=1d196eb8629bafe +[Software\\Microsoft\\.NETFramework\\Windows Presentation Foundation\\Namespaces\\http://schemas.microsoft.com/netfx/2009/xaml/presentation\\v4.0] 1526460881 +#time=1d3ecf3877c15a4 @="" -[Software\\Microsoft\\Active Setup\\FeatureComponentID] 1460706646 -#time=1d196eb84db2c64 +[Software\\Microsoft\\Active Setup\\FeatureComponentID] 1526460878 +#time=1d3ecf38546f894 "{89B4C1CD-B018-4511-B0A1-5476DBF70820}"="DOTNETFRAMEWORKS" -[Software\\Microsoft\\Active Setup\\Installed Components\\{3C3901C5-3455-3E0A-A214-0B093A5070A6}] 1460706645 -#time=1d196eb84b961ba +[Software\\Microsoft\\Active Setup\\Installed Components\\{3C3901C5-3455-3E0A-A214-0B093A5070A6}] 1526460877 +#time=1d3ecf3850fed2c @=".NET Framework" "ComponentID"=".NETFramework" "Locale"="" "Version"="4,0,30319,0" -[Software\\Microsoft\\Active Setup\\Installed Components\\{44BBA855-CC51-11CF-AAFA-00AA00B6015F}] 1460706475 -#time=1d196eb1f18bca2 +[Software\\Microsoft\\Active Setup\\Installed Components\\{44BBA855-CC51-11CF-AAFA-00AA00B6015F}] 1526460547 +#time=1d3ecf2c070e598 @="DirectDrawEx" "ComponentID"="DirectDrawEx" "IsInstalled"="1" "Locale"="*" "Version"="4,71,1113,0" -[Software\\Microsoft\\Active Setup\\Installed Components\\{6BF52A52-394A-11d3-B153-00C04F79FAA6}] 1460706475 -#time=1d196eb1f18e466 +[Software\\Microsoft\\Active Setup\\Installed Components\\{6BF52A52-394A-11d3-B153-00C04F79FAA6}] 1526460547 +#time=1d3ecf2c070fce0 @="Windows Media Player" "ComponentID"="wmp" "IsInstalled"="1" "Locale"="*" "Version"="12,0,7601,18840" -[Software\\Microsoft\\Active Setup\\Installed Components\\{89B4C1CD-B018-4511-B0A1-5476DBF70820}] 1460706646 -#time=1d196eb84db17b0 +[Software\\Microsoft\\Active Setup\\Installed Components\\{89B4C1CD-B018-4511-B0A1-5476DBF70820}] 1526460878 +#time=1d3ecf38546daa8 "ComponentID"="DOTNETFRAMEWORKS" "DontAsk"=dword:00000002 "IsInstalled"=dword:00000001 -[Software\\Microsoft\\Active Setup\\Installed Components\\{de5aed00-a4bf-11d1-9948-00c04f98bbc9}] 1460706475 -#time=1d196eb1f18d1ec +[Software\\Microsoft\\Active Setup\\Installed Components\\{de5aed00-a4bf-11d1-9948-00c04f98bbc9}] 1526460547 +#time=1d3ecf2c070f254 @="HTML Help" "ComponentID"="HTMLHelp" "IsInstalled"="1" "Locale"="*" "Version"="4,74,9273,0" -[Software\\Microsoft\\Advanced INF Setup] 1460706475 -#time=1d196eb1f17fc54 +[Software\\Microsoft\\Advanced INF Setup] 1526460547 +#time=1d3ecf2c07056aa -[Software\\Microsoft\\ASP.NET\\4.0.30319.0] 1460706676 -#time=1d196eb97102074 +[Software\\Microsoft\\ASP.NET\\4.0.30319.0] 1526460916 +#time=1d3ecf39c643e56 "AssemblyVersion"="4.0.0.0" "DefaultDoc"="Default.aspx" "DllFullPath"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll" -"LastInstallTime"=hex(b):5e,c8,0f,97,eb,96,d1,01 +"LastInstallTime"=hex(b):32,c2,63,9c,f3,ec,d3,01 "Mimemap"=".wsdl,text/xml,.disco,text/xml,.xsd,text/xml,.wbmp,image/vnd.wap.wbmp,.png,image/png,.pnz,image/png,.smd,audio/x-smd,.smz,audio/x-smd,.smx,audio/x-smd,.mmf,application/x-smaf,.application,application/x-ms-application,.manifest,application/x-ms-manifest,.deploy,application/octet-stream," "Path"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319" "SupportedExts"=".asax,1,.ascx,1,.ashx,0,.asmx,0,.aspx,0,.axd,0,.vsdisco,0,.rem,0,.soap,0,.config,1,.cs,1,.csproj,1,.vb,1,.vbproj,1,.webinfo,1,.licx,1,.resx,1,.resources,1,.master,1,.skin,1,.compiled,1,.browser,1,.mdb,1,.jsl,1,.vjsproj,1,.sitemap,1,.msgx,0,.ad,1,.dd,1,.ldd,1,.sd,1,.cd,1,.adprototype,1,.lddprototype,1,.sdm,1,.sdmDocument,1,.ldb,1,.svc,0,.mdf,1,.ldf,1,.java,1,.exclude,1,.refresh,1,.xoml,0,.xamlx,0,.rules,1,.aspq,1,.cshtm,1,.cshtml,1,.vbhtm,1,.vbhtml,1," -[Software\\Microsoft\\ASP.NET\\4.0.30319.0\\CompilationMutexName] 1460706676 -#time=1d196eb971021be -@="Yy2H5Am2yENnka536C3zR2Hu1lxYNi" +[Software\\Microsoft\\ASP.NET\\4.0.30319.0\\CompilationMutexName] 1526460916 +#time=1d3ecf39c643f6e +@="ZFJGjvZc3rIBGsTmAQCBqLSMDB3dzT" -[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.imaadpcm] 1460706475 -#time=1d196eb1f10b700 +[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.imaadpcm] 1526460547 +#time=1d3ecf2c06b82d8 "aFormatTagCache"=hex:01,00,00,00,10,00,00,00,11,00,00,00,14,00,00,00 "cFilterTags"=dword:00000000 "cFormatTags"=dword:00000002 "fdwSupport"=dword:00000001 -[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.msadpcm] 1460706475 -#time=1d196eb1f10baf2 +[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.l3acm] 1526460547 +#time=1d3ecf2c06b978c +"aFormatTagCache"=hex:01,00,00,00,10,00,00,00,55,00,00,00,1e,00,00,00,50,00,00,\ + 00,28,00,00,00 +"cFilterTags"=dword:00000000 +"cFormatTags"=dword:00000003 +"fdwSupport"=dword:00000001 + +[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.msadpcm] 1526460547 +#time=1d3ecf2c06b8d28 "aFormatTagCache"=hex:01,00,00,00,10,00,00,00,02,00,00,00,32,00,00,00 "cFilterTags"=dword:00000000 "cFormatTags"=dword:00000002 "fdwSupport"=dword:00000001 -[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.msg711] 1460706475 -#time=1d196eb1f10bed0 +[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.msg711] 1526460547 +#time=1d3ecf2c06b92aa "aFormatTagCache"=hex:01,00,00,00,10,00,00,00,06,00,00,00,12,00,00,00,07,00,00,\ 00,12,00,00,00 "cFilterTags"=dword:00000000 "cFormatTags"=dword:00000003 "fdwSupport"=dword:00000001 -[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.msgsm610] 1460706475 -#time=1d196eb1f10c8b2 +[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.msgsm610] 1526460547 +#time=1d3ecf2c06ba326 "aFormatTagCache"=hex:01,00,00,00,10,00,00,00,31,00,00,00,14,00,00,00 "cFilterTags"=dword:00000000 "cFormatTags"=dword:00000002 "fdwSupport"=dword:00000001 -[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm.winemp3] 1460706475 -#time=1d196eb1f10c308 -"aFormatTagCache"=hex:01,00,00,00,10,00,00,00,55,00,00,00,20,00,00,00,50,00,00,\ - 00,28,00,00,00 -"cFilterTags"=dword:00000000 -"cFormatTags"=dword:00000003 -"fdwSupport"=dword:00000001 - -[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm32.dll] 1460706475 -#time=1d196eb1f10cdd0 +[Software\\Microsoft\\AudioCompressionManager\\DriverCache\\msacm32.dll] 1526460547 +#time=1d3ecf2c06ba95c "aFormatTagCache"=hex:01,00,00,00,10,00,00,00 "cFilterTags"=dword:00000000 "cFormatTags"=dword:00000001 "fdwSupport"=dword:00000002 -[Software\\Microsoft\\Clients] 1460706475 -#time=1d196eb1f17ff1a +[Software\\Microsoft\\Clients] 1526460547 +#time=1d3ecf2c07057e0 -[Software\\Microsoft\\Cryptography] 1460706475 -#time=1d196eb1f180c76 -"MachineGuid"="af20f570-4a64-4516-9cc4-575ed9e0c1a7" +[Software\\Microsoft\\Cryptography] 1526460547 +#time=1d3ecf2c0706064 +"MachineGuid"="2bde5d08-8206-415b-93de-36c1f7b94b3d" -[Software\\Microsoft\\Cryptography\\Calais\\Current] 1460706475 -#time=1d196eb1f1807bc +[Software\\Microsoft\\Cryptography\\Calais\\Current] 1526460547 +#time=1d3ecf2c0705d8a -[Software\\Microsoft\\Cryptography\\Calais\\Readers] 1460706475 -#time=1d196eb1f180a5a +[Software\\Microsoft\\Cryptography\\Calais\\Readers] 1526460547 +#time=1d3ecf2c0705f2e -[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Base Cryptographic Provider v1.0] 1460706471 -#time=1d196eb1d0f26f8 +[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Base Cryptographic Provider v1.0] 1528075957 +#time=1d3fba3eb983040 "Image Path"="C:\\windows\\system32\\rsaenh.dll" "Signature"=hex:de,ad,be,ef "Type"=dword:00000001 -[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Enhanced Cryptographic Provider v1.0] 1460706471 -#time=1d196eb1d0f29fa +[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Enhanced Cryptographic Provider v1.0] 1528075957 +#time=1d3fba3eb983612 "Image Path"="C:\\windows\\system32\\rsaenh.dll" "Signature"=hex:de,ad,be,ef "Type"=dword:00000001 -[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Enhanced RSA and AES Cryptographic Provider] 1460706471 -#time=1d196eb1d0f2cca +[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Enhanced RSA and AES Cryptographic Provider] 1528075957 +#time=1d3fba3eb983bda "Image Path"="C:\\windows\\system32\\rsaenh.dll" "Signature"=hex:de,ad,be,ef "Type"=dword:00000018 -[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)] 1460706471 -#time=1d196eb1d0f2fa4 +[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)] 1528075957 +#time=1d3fba3eb9841ca "Image Path"="C:\\windows\\system32\\rsaenh.dll" "Signature"=hex:de,ad,be,ef "Type"=dword:00000018 -[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft RSA SChannel Cryptographic Provider] 1460706471 -#time=1d196eb1d0f3260 +[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft RSA SChannel Cryptographic Provider] 1528075957 +#time=1d3fba3eb984788 "Image Path"="C:\\windows\\system32\\rsaenh.dll" "Signature"=hex:de,ad,be,ef "Type"=dword:0000000c -[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Strong Cryptographic Provider] 1460706471 -#time=1d196eb1d0f3526 +[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Strong Cryptographic Provider] 1528075957 +#time=1d3fba3eb984d32 "Image Path"="C:\\windows\\system32\\rsaenh.dll" "Signature"=hex:de,ad,be,ef "Type"=dword:00000001 -[Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 001] 1460706471 -#time=1d196eb1d0f3850 +[Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 001] 1528075957 +#time=1d3fba3eb98539a "Name"="Microsoft Enhanced Cryptographic Provider v1.0" "TypeName"="RSA Full (Signature and Key Exchange)" -[Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 012] 1460706471 -#time=1d196eb1d0f3b2a +[Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 012] 1528075957 +#time=1d3fba3eb9858c2 "Name"="Microsoft RSA SChannel Cryptographic Provider" "TypeName"="RSA SChannel" -[Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 024] 1460706471 -#time=1d196eb1d0f3d78 +[Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 024] 1528075957 +#time=1d3fba3eb985dea "Name"="Microsoft Enhanced RSA and AES Cryptographic Provider" "TypeName"="RSA Full and AES" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CertDllOpenStoreProv\\#16] 1460706472 -#time=1d196eb1d6423b0 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CertDllOpenStoreProv\\#16] 1526460533 +#time=1d3ecf2b81c0a3a "Dll"="cryptnet.dll" "FuncName"="LdapProvOpenStore" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CertDllOpenStoreProv\\Ldap] 1460706472 -#time=1d196eb1d6420cc +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CertDllOpenStoreProv\\Ldap] 1526460533 +#time=1d3ecf2b81c080a "Dll"="cryptnet.dll" "FuncName"="LdapProvOpenStore" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{000C10F1-0000-0000-C000-000000000046}] 1460706474 -#time=1d196eb1ed818f0 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{000C10F1-0000-0000-C000-000000000046}] 1526460547 +#time=1d3ecf2c036c1b0 "Dll"="MSISIP.DLL" "FuncName"="MsiSIPCreateIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee6056e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0425a3e "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPCreateIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5e99e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0423720 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPCreateIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5f2ae +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04241c0 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPCreateIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5e084 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0422c9e "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPCreateIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5d6d4 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04221fe "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPCreateIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5fbb4 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllCreateIndirectData\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0424c56 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPCreateIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{000C10F1-0000-0000-C000-000000000046}] 1460706474 -#time=1d196eb1ed7ff1e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{000C10F1-0000-0000-C000-000000000046}] 1526460547 +#time=1d3ecf2c036a806 "Dll"="MSISIP.DLL" "FuncName"="MsiSIPGetSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee6012c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04255de "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPGetSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5e606 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04232f2 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPGetSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5ef02 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0423d7e "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPGetSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5dc7e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0422866 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPGetSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5d314 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0421dbc "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPGetSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5f81c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllGetSignedDataMsg\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c042480a "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPGetSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllIsMyFileType2\\{000C10F1-0000-0000-C000-000000000046}] 1460706474 -#time=1d196eb1ed83844 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllIsMyFileType2\\{000C10F1-0000-0000-C000-000000000046}] 1526460547 +#time=1d3ecf2c036da88 "Dll"="MSISIP.DLL" "FuncName"="MsiSIPIsMyTypeOfFile" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{000C10F1-0000-0000-C000-000000000046}] 1460706474 -#time=1d196eb1ed7f1c2 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{000C10F1-0000-0000-C000-000000000046}] 1526460547 +#time=1d3ecf2c0369a50 "Dll"="MSISIP.DLL" "FuncName"="MsiSIPPutSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5ff4c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04251b0 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPPutSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5e444 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04230d6 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPPutSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5ed36 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0423b62 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPPutSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5da8a +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0422636 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPPutSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5d12a +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0421b96 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPPutSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5f650 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllPutSignedDataMsg\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04245f8 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPPutSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{000C10F1-0000-0000-C000-000000000046}] 1460706474 -#time=1d196eb1ed80b58 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{000C10F1-0000-0000-C000-000000000046}] 1526460547 +#time=1d3ecf2c036b38c "Dll"="MSISIP.DLL" "FuncName"="MsiSIPRemoveSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee60302 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0425822 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPRemoveSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5e7d2 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c042350e "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPRemoveSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5f0c4 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0423fa4 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPRemoveSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5deb8 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0422a78 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPRemoveSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5d4f4 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0421fe2 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPRemoveSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5f9e8 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllRemoveSignedDataMsg\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0424a26 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPRemoveSignedDataMsg" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{000C10F1-0000-0000-C000-000000000046}] 1460706474 -#time=1d196eb1ed82836 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{000C10F1-0000-0000-C000-000000000046}] 1526460547 +#time=1d3ecf2c036ceee "Dll"="MSISIP.DLL" "FuncName"="MsiSIPVerifyIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee60898 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{9BA61D3F-E73A-11D0-8CD2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0425c5a "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPVerifyIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5eb60 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{C689AAB8-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0423932 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPVerifyIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5f47a +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{C689AAB9-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04243dc "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPVerifyIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5e26e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{C689AABA-8E78-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0422eba "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPVerifyIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5d8aa +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{DE351A42-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c042241a "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPVerifyIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5fd80 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 0\\CryptSIPDllVerifyIndirectData\\{DE351A43-8E59-11D0-8C47-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0424e72 "Dll"="WINTRUST.DLL" "FuncName"="CryptSIPVerifyIndirectData" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CertDllVerifyRevocation\\DEFAULT] 1460706472 -#time=1d196eb1d641758 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CertDllVerifyRevocation\\DEFAULT] 1526460533 +#time=1d3ecf2b81bffa4 "Dll"=str(7):"cryptnet.dll\0" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2000] 1460706475 -#time=1d196eb1ee4f69c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2000] 1526460547 +#time=1d3ecf2c0412a6a "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSpAgencyInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2001] 1460706475 -#time=1d196eb1ee4fe30 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2001] 1526460547 +#time=1d3ecf2c0413334 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcMinimalCriteriaInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2002] 1460706475 -#time=1d196eb1ee505ec +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2002] 1526460547 +#time=1d3ecf2c0413bd6 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcFinancialCriteriaInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2003] 1460706475 -#time=1d196eb1ee4ee7c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2003] 1526460547 +#time=1d3ecf2c04121c8 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcIndirectDataContentDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2004] 1460706475 -#time=1d196eb1ee4c58c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2004] 1526460547 +#time=1d3ecf2c040f5cc "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcPeImageDataDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2005] 1460706475 -#time=1d196eb1ee4ddec +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2005] 1526460547 +#time=1d3ecf2c041105c "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2006] 1460706475 -#time=1d196eb1ee50d76 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2006] 1526460547 +#time=1d3ecf2c0414590 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcStatementTypeDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2007] 1460706475 -#time=1d196eb1ee524be +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2007] 1526460547 +#time=1d3ecf2c04160c0 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSpOpusInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2008] 1460706475 -#time=1d196eb1ee4cdca +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2008] 1526460547 +#time=1d3ecf2c040fe82 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2009] 1460706475 -#time=1d196eb1ee4d644 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2009] 1526460547 +#time=1d3ecf2c0410724 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2130] 1460706475 -#time=1d196eb1ee4e594 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2130] 1526460547 +#time=1d3ecf2c0411908 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSigInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2221] 1460706475 -#time=1d196eb1ee51514 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2221] 1526460547 +#time=1d3ecf2c0414f04 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1CatNameValueDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2222] 1460706475 -#time=1d196eb1ee51d20 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\#2222] 1526460547 +#time=1d3ecf2c0415800 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1CatMemberInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.12.2.1] 1460706475 -#time=1d196eb1ee5112c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.12.2.1] 1526460547 +#time=1d3ecf2c0414a36 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1CatNameValueDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.12.2.2] 1460706475 -#time=1d196eb1ee518fc +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.12.2.2] 1526460547 +#time=1d3ecf2c04153a0 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1CatMemberInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.16.1.1] 1460706472 -#time=1d196eb1d63e0a8 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.16.1.1] 1526460533 +#time=1d3ecf2b81bd3c6 "Dll"="cryptdlg.dll" "FuncName"="DecodeAttrSequence" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.16.4] 1460706472 -#time=1d196eb1d63e36e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.16.4] 1526460533 +#time=1d3ecf2b81bd600 "Dll"="cryptdlg.dll" "FuncName"="DecodeRecipientID" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.10] 1460706475 -#time=1d196eb1ee4f26e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.10] 1526460547 +#time=1d3ecf2c0412632 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSpAgencyInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.11] 1460706475 -#time=1d196eb1ee509b6 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.11] 1526460547 +#time=1d3ecf2c04140b8 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcStatementTypeDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.12] 1460706475 -#time=1d196eb1ee520ea +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.12] 1526460547 +#time=1d3ecf2c0415c4c "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSpOpusInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.15] 1460706475 -#time=1d196eb1ee4c190 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.15] 1526460547 +#time=1d3ecf2c040f130 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcPeImageDataDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.20] 1460706475 -#time=1d196eb1ee4d202 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.20] 1526460547 +#time=1d3ecf2c04102e2 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.25] 1460706475 -#time=1d196eb1ee4c974 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.25] 1526460547 +#time=1d3ecf2c040fa40 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.26] 1460706475 -#time=1d196eb1ee4fa7a +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.26] 1526460547 +#time=1d3ecf2c0412eca "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcMinimalCriteriaInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.27] 1460706475 -#time=1d196eb1ee50204 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.27] 1526460547 +#time=1d3ecf2c0413794 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcFinancialCriteriaInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.28] 1460706475 -#time=1d196eb1ee4da2c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.28] 1526460547 +#time=1d3ecf2c0410bfc "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.30] 1460706475 -#time=1d196eb1ee4e1b6 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.30] 1526460547 +#time=1d3ecf2c04114b2 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSigInfoDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.4] 1460706475 -#time=1d196eb1ee4e9a4 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllDecodeObject\\1.3.6.1.4.1.311.2.1.4] 1526460547 +#time=1d3ecf2c0411d68 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcIndirectDataContentDecode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2000] 1460706475 -#time=1d196eb1ee4f4bc +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2000] 1526460547 +#time=1d3ecf2c041284e "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSpAgencyInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2001] 1460706475 -#time=1d196eb1ee4fc5a +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2001] 1526460547 +#time=1d3ecf2c04130fa "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcMinimalCriteriaInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2002] 1460706475 -#time=1d196eb1ee503e4 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2002] 1526460547 +#time=1d3ecf2c04139b0 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcFinancialCriteriaInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2003] 1460706475 -#time=1d196eb1ee4ec7e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2003] 1526460547 +#time=1d3ecf2c0411fa2 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcIndirectDataContentEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2004] 1460706475 -#time=1d196eb1ee4c37a +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2004] 1526460547 +#time=1d3ecf2c040f3a6 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcPeImageDataEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2005] 1460706475 -#time=1d196eb1ee4dc0c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2005] 1526460547 +#time=1d3ecf2c0410e2c "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2006] 1460706475 -#time=1d196eb1ee50b8c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2006] 1526460547 +#time=1d3ecf2c0414310 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcStatementTypeEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2007] 1460706475 -#time=1d196eb1ee522d4 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2007] 1526460547 +#time=1d3ecf2c0415e90 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSpOpusInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2008] 1460706475 -#time=1d196eb1ee4cb68 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2008] 1526460547 +#time=1d3ecf2c040fc5c "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2009] 1460706475 -#time=1d196eb1ee4d40a +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2009] 1526460547 +#time=1d3ecf2c04104fe "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2130] 1460706475 -#time=1d196eb1ee4e396 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2130] 1526460547 +#time=1d3ecf2c04116e2 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSigInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2221] 1460706475 -#time=1d196eb1ee51316 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2221] 1526460547 +#time=1d3ecf2c0414c8e "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1CatNameValueEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2222] 1460706475 -#time=1d196eb1ee51b36 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\#2222] 1526460547 +#time=1d3ecf2c04155da "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1CatMemberInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.12.2.1] 1460706475 -#time=1d196eb1ee50f56 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.12.2.1] 1526460547 +#time=1d3ecf2c04147e8 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1CatNameValueEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.12.2.2] 1460706475 -#time=1d196eb1ee5171c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.12.2.2] 1526460547 +#time=1d3ecf2c0415152 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1CatMemberInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.16.1.1] 1460706472 -#time=1d196eb1d63d22a +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.16.1.1] 1526460533 +#time=1d3ecf2b81bc94e "Dll"="cryptdlg.dll" "FuncName"="EncodeAttrSequence" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.16.4] 1460706472 -#time=1d196eb1d63d5a4 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.16.4] 1526460533 +#time=1d3ecf2b81bcb7e "Dll"="cryptdlg.dll" "FuncName"="EncodeRecipientID" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.10] 1460706475 -#time=1d196eb1ee4f08e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.10] 1526460547 +#time=1d3ecf2c041240c "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSpAgencyInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.11] 1460706475 -#time=1d196eb1ee507d6 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.11] 1526460547 +#time=1d3ecf2c0413e24 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcStatementTypeEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.12] 1460706475 -#time=1d196eb1ee51f0a +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.12] 1526460547 +#time=1d3ecf2c0415a26 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSpOpusInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.15] 1460706475 -#time=1d196eb1ee4bfa6 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.15] 1526460547 +#time=1d3ecf2c040eef6 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcPeImageDataEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.20] 1460706475 -#time=1d196eb1ee4cfb4 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.20] 1526460547 +#time=1d3ecf2c04100bc "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.25] 1460706475 -#time=1d196eb1ee4c76c +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.25] 1526460547 +#time=1d3ecf2c040f7fc "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.26] 1460706475 -#time=1d196eb1ee4f890 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.26] 1526460547 +#time=1d3ecf2c0412c9a "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcMinimalCriteriaInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.27] 1460706475 -#time=1d196eb1ee50024 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.27] 1526460547 +#time=1d3ecf2c041356e "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcFinancialCriteriaInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.28] 1460706475 -#time=1d196eb1ee4d838 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.28] 1526460547 +#time=1d3ecf2c04109cc "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcLinkEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.30] 1460706475 -#time=1d196eb1ee4dfcc +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.30] 1526460547 +#time=1d3ecf2c041128c "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcSigInfoEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.4] 1460706475 -#time=1d196eb1ee4e77e +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllEncodeObject\\1.3.6.1.4.1.311.2.1.4] 1526460547 +#time=1d3ecf2c0411b42 "Dll"="WINTRUST.DLL" "FuncName"="WVTAsn1SpcIndirectDataContentEncode" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllFormatObject\\1.3.6.1.5.5.7.3.4] 1460706472 -#time=1d196eb1d63eed6 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllFormatObject\\1.3.6.1.5.5.7.3.4] 1526460533 +#time=1d3ecf2b81bde34 "Dll"="cryptdlg.dll" "FuncName"="FormatPKIXEmailProtection" -[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllFormatObject\\2.5.29.32] 1460706472 -#time=1d196eb1d63f200 +[Software\\Microsoft\\Cryptography\\OID\\EncodingType 1\\CryptDllFormatObject\\2.5.29.32] 1526460533 +#time=1d3ecf2b81be05a "Dll"="cryptdlg.dll" "FuncName"="FormatVerisignExtension" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee54052 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0417fe2 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1460706475 -#time=1d196eb1ee56802 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041abac "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1460706647 -#time=1d196eb857d1948 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1526460879 +#time=1d3ecf3864963a8 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5b046 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041f828 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5a2ea +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041e9be "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee57414 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041ba2a "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1460706475 -#time=1d196eb1ee54d5e +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1526460547 +#time=1d3ecf2c0418e9c "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1460706472 -#time=1d196eb1d639882 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1526460533 +#time=1d3ecf2b81bafea "$DLL"="cryptdlg.dll" "$Function"="CertTrustCertPolicy" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1460706645 -#time=1d196eb84afbad4 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1526460877 +#time=1d3ecf38501c792 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1460706475 -#time=1d196eb1ee55be6 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1526460547 +#time=1d3ecf2c0419d38 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5bd02 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04206ba "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1460706475 -#time=1d196eb1ee5c996 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\CertCheck\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1526460547 +#time=1d3ecf2c0421538 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCheckCert" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee53e90 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0417dd0 "$DLL"="WINTRUST.DLL" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1460706475 -#time=1d196eb1ee56654 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041a99a "$DLL"="WINTRUST.DLL" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1460706648 -#time=1d196eb86207eda +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1526460881 +#time=1d3ecf3876b9ff8 "$DLL"="WINTRUST.DLL" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5ae7a +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041f62a "$DLL"="WINTRUST.DLL" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5a0ba +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041e7ac "$DLL"="WINTRUST.DLL" "$Function"="HTTPSCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee57266 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041b804 "$DLL"="WINTRUST.DLL" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1460706475 -#time=1d196eb1ee54b60 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1526460547 +#time=1d3ecf2c0418c6c "$DLL"="WINTRUST.DLL" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1460706472 -#time=1d196eb1d638428 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1526460533 +#time=1d3ecf2b81ba7ac "$DLL"="wintrust.dll" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1460706645 -#time=1d196eb84afe608 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1526460877 +#time=1d3ecf38502089c "$DLL"="WINTRUST.DLL" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1460706475 -#time=1d196eb1ee55a2e +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1526460547 +#time=1d3ecf2c0419b12 "$DLL"="WINTRUST.DLL" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5bb22 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04204b2 "$DLL"="WINTRUST.DLL" "$Function"="WintrustCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1460706475 -#time=1d196eb1ee5c7d4 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Certificate\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1526460547 +#time=1d3ecf2c0421330 "$DLL"="WINTRUST.DLL" "$Function"="GenericChainCertificateTrust" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee543d6 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041841a "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCleanup" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1460706475 -#time=1d196eb1ee56b68 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041afbc "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCleanup" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5b3de +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041fc38 "$DLL"="WINTRUST.DLL" "$Function"="OfficeCleanupPolicy" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5a704 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041edd8 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCleanup" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee57f04 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041c66e "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCleanup" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1460706475 -#time=1d196eb1ee551a0 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1526460547 +#time=1d3ecf2c04192b6 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCleanup" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1460706472 -#time=1d196eb1d63be7a +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1526460533 +#time=1d3ecf2b81bc066 "$DLL"="cryptdlg.dll" "$Function"="CertTrustCleanup" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1460706475 -#time=1d196eb1ee55f4c +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1526460547 +#time=1d3ecf2c041a152 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCleanup" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5c0a4 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0420ade "$DLL"="WINTRUST.DLL" "$Function"="DriverCleanupPolicy" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1460706475 -#time=1d196eb1ee5ceb4 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Cleanup\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1526460547 +#time=1d3ecf2c042193e "$DLL"="WINTRUST.DLL" "$Function"="SoftpubCleanup" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\DiagnosticPolicy\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee57d42 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\DiagnosticPolicy\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041c45c "$DLL"="WINTRUST.DLL" "$Function"="SoftpubDumpStructure" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee54214 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0418208 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubAuthenticode" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1460706475 -#time=1d196eb1ee569ba +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041adb4 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubAuthenticode" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1460706648 -#time=1d196eb862007de +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1526460881 +#time=1d3ecf3876abc28 "$DLL"="mscorsec.dll" "$Function"="CORPolicyEE" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5b212 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041fa30 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubAuthenticode" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5a52e +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041ebc6 "$DLL"="WINTRUST.DLL" "$Function"="HTTPSFinalProv" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee575cc +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041bc32 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubAuthenticode" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1460706475 -#time=1d196eb1ee54f16 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1526460547 +#time=1d3ecf2c04190ae "$DLL"="WINTRUST.DLL" "$Function"="SoftpubAuthenticode" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1460706472 -#time=1d196eb1d63ab7e +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1526460533 +#time=1d3ecf2b81bb81e "$DLL"="cryptdlg.dll" "$Function"="CertTrustFinalPolicy" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1460706645 -#time=1d196eb84b01132 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1526460877 +#time=1d3ecf3850249e2 "$DLL"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsecimpl.dll" "$Function"="CORPolicyEE" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1460706475 -#time=1d196eb1ee55d94 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1526460547 +#time=1d3ecf2c0419f4a "$DLL"="WINTRUST.DLL" "$Function"="SoftpubAuthenticode" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5bece +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04208cc "$DLL"="WINTRUST.DLL" "$Function"="DriverFinalPolicy" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1460706475 -#time=1d196eb1ee5cc16 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\FinalPolicy\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1526460547 +#time=1d3ecf2c0421736 "$DLL"="WINTRUST.DLL" "$Function"="GenericChainFinalProv" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee52e78 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0416b92 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubInitialize" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5612c +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041a36e "$DLL"="WINTRUST.DLL" "$Function"="SoftpubDefCertInit" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1460706648 -#time=1d196eb861f9c86 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1526460881 +#time=1d3ecf3876a117e "$DLL"="WINTRUST.DLL" "$Function"="SoftpubInitialize" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5a8e4 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041f008 "$DLL"="WINTRUST.DLL" "$Function"="OfficeInitializePolicy" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee598cc +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041e194 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubInitialize" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee56d2a +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041b1ce "$DLL"="WINTRUST.DLL" "$Function"="SoftpubInitialize" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1460706475 -#time=1d196eb1ee545a2 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1526460547 +#time=1d3ecf2c041862c "$DLL"="WINTRUST.DLL" "$Function"="SoftpubInitialize" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1460706472 -#time=1d196eb1d636fa6 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{7801EBD0-CF4B-11D0-851F-0060979387EA}] 1526460533 +#time=1d3ecf2b81b9f32 "$DLL"="cryptdlg.dll" "$Function"="CertTrustInit" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1460706645 -#time=1d196eb84b037c0 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1526460877 +#time=1d3ecf385028fa6 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubInitialize" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1460706475 -#time=1d196eb1ee554f2 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1526460547 +#time=1d3ecf2c04194f0 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubInitialize" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5b5be +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041fe68 "$DLL"="WINTRUST.DLL" "$Function"="DriverInitializePolicy" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1460706475 -#time=1d196eb1ee5c27a +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Initialization\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1526460547 +#time=1d3ecf2c0420cfa "$DLL"="WINTRUST.DLL" "$Function"="SoftpubInitialize" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee535b2 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04173b2 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1460706475 -#time=1d196eb1ee562e4 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041a580 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1460706648 -#time=1d196eb861efc86 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1526460881 +#time=1d3ecf387692a16 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5aaa6 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041f210 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee59be2 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041e39c "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee56ee2 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041b3e0 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1460706475 -#time=1d196eb1ee54764 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1526460547 +#time=1d3ecf2c041883e "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1460706645 -#time=1d196eb84b06556 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1526460877 +#time=1d3ecf38502ced0 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1460706475 -#time=1d196eb1ee556be +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1526460547 +#time=1d3ecf2c04196ee "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5b78a +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0420070 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1460706475 -#time=1d196eb1ee5c446 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Message\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1526460547 +#time=1d3ecf2c0420f0c "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadMessage" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1460706475 -#time=1d196eb1ee53cce +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}] 1526460547 +#time=1d3ecf2c0417bc8 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5649c +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{189A3842-3041-11D1-85E1-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041a792 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1460706648 -#time=1d196eb861e5bb4 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{31D1ADC1-D329-11D1-8ED8-0080C76516C6}] 1526460881 +#time=1d3ecf387686d88 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5ac72 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{5555C2CD-17FB-11D1-85C4-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041f422 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee59dc2 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{573E31F8-AABA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041e5a4 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1460706475 -#time=1d196eb1ee570ae +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{573E31F8-DDBA-11D0-8CCB-00C04FC295EE}] 1526460547 +#time=1d3ecf2c041b5fc "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1460706475 -#time=1d196eb1ee5498a +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{64B9D180-8DA2-11CF-8736-00AA00A485EB}] 1526460547 +#time=1d3ecf2c0418a46 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1460706645 -#time=1d196eb84b0a11a +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{A7F4C378-21BE-494e-BA0F-BB12C5D208C5}] 1526460877 +#time=1d3ecf385030e40 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1460706475 -#time=1d196eb1ee55880 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{C6B2E8D0-E005-11CF-A134-00C04FD7BF43}] 1526460547 +#time=1d3ecf2c0419900 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1460706475 -#time=1d196eb1ee5b956 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] 1526460547 +#time=1d3ecf2c04202a0 "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1460706475 -#time=1d196eb1ee5c612 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Signature\\{FC451C16-AC75-11D1-B4B8-00C04FB66EA0}] 1526460547 +#time=1d3ecf2c042110a "$DLL"="WINTRUST.DLL" "$Function"="SoftpubLoadSignature" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\1.3.6.1.4.1.311.10.3.3] 1460706475 -#time=1d196eb1ee59016 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\1.3.6.1.4.1.311.10.3.3] 1526460547 +#time=1d3ecf2c041d938 "$DLL"="WINTRUST.DLL" "CallbackAllocFunction"="SoftpubLoadDefUsageCallData" "CallbackFreeFunction"="SoftpubFreeDefUsageCallData" "DefaultId"="{573E31F8-AABA-11D0-8CCB-00C04FC295EE}" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\1.3.6.1.5.5.7.3.1] 1460706475 -#time=1d196eb1ee58472 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\1.3.6.1.5.5.7.3.1] 1526460547 +#time=1d3ecf2c041ccc2 "$DLL"="WINTRUST.DLL" "CallbackAllocFunction"="SoftpubLoadDefUsageCallData" "CallbackFreeFunction"="SoftpubFreeDefUsageCallData" "DefaultId"="{573E31F8-AABA-11D0-8CCB-00C04FC295EE}" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\1.3.6.1.5.5.7.3.2] 1460706475 -#time=1d196eb1ee589f4 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\1.3.6.1.5.5.7.3.2] 1526460547 +#time=1d3ecf2c041d302 "$DLL"="WINTRUST.DLL" "CallbackAllocFunction"="SoftpubLoadDefUsageCallData" "CallbackFreeFunction"="SoftpubFreeDefUsageCallData" "DefaultId"="{573E31F8-AABA-11D0-8CCB-00C04FC295EE}" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\1.3.6.1.5.5.7.3.3] 1460706475 -#time=1d196eb1ee52c84 +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\1.3.6.1.5.5.7.3.3] 1526460547 +#time=1d3ecf2c0416958 "DefaultId"="{00AAC56B-CD44-11D0-8CC2-00C04FC295EE}" -[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\2.16.840.1.113730.4.1] 1460706475 -#time=1d196eb1ee5964c +[Software\\Microsoft\\Cryptography\\Providers\\Trust\\Usages\\2.16.840.1.113730.4.1] 1526460547 +#time=1d3ecf2c041df82 "$DLL"="WINTRUST.DLL" "CallbackAllocFunction"="SoftpubLoadDefUsageCallData" "CallbackFreeFunction"="SoftpubFreeDefUsageCallData" "DefaultId"="{573E31F8-AABA-11D0-8CCB-00C04FC295EE}" -[Software\\Microsoft\\Cryptography\\Services] 1460706475 -#time=1d196eb1f180c76 +[Software\\Microsoft\\Cryptography\\Services] 1526460547 +#time=1d3ecf2c0706064 -[Software\\Microsoft\\CTF\\SystemShared] 1460706475 -#time=1d196eb1f1813d8 +[Software\\Microsoft\\CTF\\SystemShared] 1526460547 +#time=1d3ecf2c0706528 -[Software\\Microsoft\\CTF\\TIP] 1460706475 -#time=1d196eb1f1815fe +[Software\\Microsoft\\CTF\\TIP] 1526460547 +#time=1d3ecf2c070676c -[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4] 1460706675 -#time=1d196eb9671dc20 +[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4] 1526460915 +#time=1d3ecf39b9e76b2 "SP"=dword:00000000 "SPIndex"=dword:00000000 -[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\core] 1460706645 -#time=1d196eb84b88e34 +[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\core] 1526460877 +#time=1d3ecf3850eb0e2 "Install"=dword:00000001 "InstallerType"="MSI" "SP"=dword:00000000 @@ -59572,8 +61716,8 @@ WINE REGISTRY Version 2 "SPName"="RTM" "Version"="30319.01" -[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\core\\1033] 1460706645 -#time=1d196eb84b902d8 +[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\core\\1033] 1526460877 +#time=1d3ecf3850f5f2e "Install"=dword:00000001 "InstallerType"="MSI" "SP"=dword:00000000 @@ -59581,8 +61725,8 @@ WINE REGISTRY Version 2 "SPName"="RTM" "Version"="30319.01" -[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\extended] 1460706675 -#time=1d196eb967a7718 +[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\extended] 1526460915 +#time=1d3ecf39baede76 "Install"=dword:00000001 "InstallerType"="MSI" "SP"=dword:00000000 @@ -59590,8 +61734,8 @@ WINE REGISTRY Version 2 "SPName"="RTM" "Version"="30319.01" -[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\extended\\1033] 1460706675 -#time=1d196eb967b04da +[Software\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\extended\\1033] 1526460915 +#time=1d3ecf39bafe190 "Install"=dword:00000001 "InstallerType"="MSI" "SP"=dword:00000000 @@ -59599,23 +61743,23 @@ WINE REGISTRY Version 2 "SPName"="RTM" "Version"="30319.01" -[Software\\Microsoft\\DFS] 1460706475 -#time=1d196eb1f18181a +[Software\\Microsoft\\DFS] 1526460547 +#time=1d3ecf2c0706910 -[Software\\Microsoft\\DirectMusic] 1460706475 -#time=1d196eb1f16ea94 +[Software\\Microsoft\\DirectMusic] 1526460547 +#time=1d3ecf2c06fb77c "GMFilePath"="C:\\windows\\system32\\drivers\\gm.dls" -[Software\\Microsoft\\DirectMusic\\Defaults] 1460706475 -#time=1d196eb1f16e2b0 +[Software\\Microsoft\\DirectMusic\\Defaults] 1526460547 +#time=1d3ecf2c06fb39e "DefaultOutputPort"="{58C2B4D0-46E7-11D1-89AC-00A0C9054129}" -[Software\\Microsoft\\DirectMusic\\SoftwareSynths\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}] 1460706475 -#time=1d196eb1f16ee4a +[Software\\Microsoft\\DirectMusic\\SoftwareSynths\\{58C2B4D0-46E7-11D1-89AC-00A0C9054129}] 1526460547 +#time=1d3ecf2c06fb970 "Description"="Microsoft Software Synthesizer" -[Software\\Microsoft\\DirectPlay\\Service Providers\\Internet TCP/IP Connection For DirectPlay] 1460706475 -#time=1d196eb1f170d30 +[Software\\Microsoft\\DirectPlay\\Service Providers\\Internet TCP/IP Connection For DirectPlay] 1526460547 +#time=1d3ecf2c06fc8f2 "DescriptionA"="Internet TCP/IP Connection For DirectPlay" "DescriptionW"="Internet TCP/IP Connection For DirectPlay" "dwReserved1"=dword:000001f4 @@ -59624,8 +61768,8 @@ WINE REGISTRY Version 2 "NATHelp"="dpnhupnp.dll" "Path"="dpwsockx.dll" -[Software\\Microsoft\\DirectPlay\\Service Providers\\IPX Connection For DirectPlay] 1460706475 -#time=1d196eb1f171f0a +[Software\\Microsoft\\DirectPlay\\Service Providers\\IPX Connection For DirectPlay] 1526460547 +#time=1d3ecf2c06fd270 "DescriptionA"="IPX Connection For DirectPlay" "DescriptionW"="IPX Connection For DirectPlay" "dwReserved1"=dword:00000032 @@ -59633,8 +61777,8 @@ WINE REGISTRY Version 2 "Guid"="{685BC400-9D2C-11cf-A9CD-00AA006886E3}" "Path"="dpwsockx.dll" -[Software\\Microsoft\\DirectPlay\\Service Providers\\Modem Connection For DirectPlay] 1460706475 -#time=1d196eb1f173012 +[Software\\Microsoft\\DirectPlay\\Service Providers\\Modem Connection For DirectPlay] 1526460547 +#time=1d3ecf2c06fdbee "DescriptionA"="Modem Connection For DirectPlay" "DescriptionW"="Modem Connection For DirectPlay" "dwReserved1"=dword:00000000 @@ -59642,8 +61786,8 @@ WINE REGISTRY Version 2 "Guid"="{44EAA760-CB68-11cf-9C4E-00A0C905425E}" "Path"="dpmodemx.dll" -[Software\\Microsoft\\DirectPlay\\Service Providers\\Serial Connection For DirectPlay] 1460706475 -#time=1d196eb1f173e86 +[Software\\Microsoft\\DirectPlay\\Service Providers\\Serial Connection For DirectPlay] 1526460547 +#time=1d3ecf2c06fe5b2 "DescriptionA"="Serial Connection For DirectPlay" "DescriptionW"="Serial Connection For DirectPlay" "dwReserved1"=dword:00000000 @@ -59651,234 +61795,234 @@ WINE REGISTRY Version 2 "Guid"="{0F1D6860-88D9-11cf-9C4E-00A0C905425E}" "Path"="dpmodemx.dll" -[Software\\Microsoft\\DirectPlay8\\Service Providers\\DPNSPWinsockTCP] 1460706471 -#time=1d196eb1cf1ba32 +[Software\\Microsoft\\DirectPlay8\\Service Providers\\DPNSPWinsockTCP] 1526460533 +#time=1d3ecf2b7cb06ee "Friendly Name"="Internet TCP/IP Connection For DirectPlay" "GUID"="{EBFE7BA0-628D-11D2-AE0F-006097B01411}" -[Software\\Microsoft\\DirectX] 1460706475 -#time=1d196eb1f16dde2 +[Software\\Microsoft\\DirectX] 1526460547 +#time=1d3ecf2c06fb074 "InstalledVersion"=hex:00,00,00,09,00,00,00,00 "Version"="4.09.00.0904" -[Software\\Microsoft\\Driver Signing] 1460706475 -#time=1d196eb1f181ab8 +[Software\\Microsoft\\Driver Signing] 1526460547 +#time=1d3ecf2c0706c62 -[Software\\Microsoft\\EnterpriseCertificates] 1460706475 -#time=1d196eb1f181b9e +[Software\\Microsoft\\EnterpriseCertificates] 1526460547 +#time=1d3ecf2c0706ff0 -[Software\\Microsoft\\EventSystem] 1460706475 -#time=1d196eb1f181cca +[Software\\Microsoft\\EventSystem] 1526460547 +#time=1d3ecf2c0707158 -[Software\\Microsoft\\Internet Explorer] 1460706646 -#time=1d196eb855f32f2 +[Software\\Microsoft\\Internet Explorer] 1526460879 +#time=1d3ecf38617b3d0 "Build"="98112" "Version"="9.0.8112.16421" "W2kVersion"="9.0.8112.16421" -[Software\\Microsoft\\Internet Explorer\\AboutURLs] 1460706474 -#time=1d196eb1e59ec14 +[Software\\Microsoft\\Internet Explorer\\AboutURLs] 1526460543 +#time=1d3ecf2bdf33bb8 "blank"="res://mshtml.dll/blank.htm" "mozilla"="res://mshtml.dll/about.moz" "PostNotCached"="res://mshtml.dll/repost.htm" -[Software\\Microsoft\\Internet Explorer\\ActiveX Compatibility] 1460706474 -#time=1d196eb1e59f312 +[Software\\Microsoft\\Internet Explorer\\ActiveX Compatibility] 1526460543 +#time=1d3ecf2bdf340ae "Version"="6.17" -[Software\\Microsoft\\Internet Explorer\\Default Behaviors] 1460706474 -#time=1d196eb1e59f060 +[Software\\Microsoft\\Internet Explorer\\Default Behaviors] 1526460543 +#time=1d3ecf2bdf33f00 "TIME"="CLSID:476C391C-3E0D-11D2-B948-00C04FA32195" "VML"="CLSID:10072CEC-8CC1-11D1-986E-00A0C955B42E" -[Software\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{1F1E561D-AF17-4510-B996-351BBA0862A7}] 1460706646 -#time=1d196eb855fc064 +[Software\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{1F1E561D-AF17-4510-B996-351BBA0862A7}] 1526460879 +#time=1d3ecf3861897d2 "CLSID"="{20FD4E26-8E0F-4F73-A0E0-F27B8C57BE6F}" "Policy"=dword:00000003 -[Software\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{C8999AEC-AECE-4E27-9BCB-5358B13F9FF9}] 1460706646 -#time=1d196eb855f618c +[Software\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{C8999AEC-AECE-4E27-9BCB-5358B13F9FF9}] 1526460879 +#time=1d3ecf38617fd22 "AppName"="dfsvc.exe" "AppPath"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" "Policy"=dword:00000003 -[Software\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{C8999AED-AECE-4E27-9BCB-5358B13F9FF9}] 1460706646 -#time=1d196eb855f9c4c +[Software\\Microsoft\\Internet Explorer\\Low Rights\\ElevationPolicy\\{C8999AED-AECE-4E27-9BCB-5358B13F9FF9}] 1526460879 +#time=1d3ecf386185af6 "AppName"="dfsvc.exe" "AppPath"="" "Policy"=dword:00000003 -[Software\\Microsoft\\Internet Explorer\\Main] 1460706475 -#time=1d196eb1f0fdbd2 +[Software\\Microsoft\\Internet Explorer\\Main] 1526460547 +#time=1d3ecf2c06a16f0 "Default_Page_URL"="http://www.winehq.org" -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_ACTIVEX_REPURPOSEDETECTION] 1460706648 -#time=1d196eb862db42e +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_ACTIVEX_REPURPOSEDETECTION] 1526460881 +#time=1d3ecf38782ca7a "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_ADDON_MANAGEMENT] 1460706471 -#time=1d196eb1d165f18 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_ADDON_MANAGEMENT] 1526460533 +#time=1d3ecf2b7baba50 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BEHAVIORS] 1460706471 -#time=1d196eb1d165900 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BEHAVIORS] 1526460533 +#time=1d3ecf2b7bab33e -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BLOCK_LMZ_IMG] 1460706648 -#time=1d196eb862dc680 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BLOCK_LMZ_IMG] 1526460881 +#time=1d3ecf38782e7c6 "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BLOCK_LMZ_OBJECT] 1460706648 -#time=1d196eb862dd972 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BLOCK_LMZ_OBJECT] 1526460881 +#time=1d3ecf387830710 "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BLOCK_LMZ_SCRIPT] 1460706648 -#time=1d196eb862dec50 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_BLOCK_LMZ_SCRIPT] 1526460881 +#time=1d3ecf38783254c "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_DISABLE_LEGACY_COMPRESSION] 1460706648 -#time=1d196eb862d2f5e +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_DISABLE_LEGACY_COMPRESSION] 1526460881 +#time=1d3ecf38781d8d6 "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_DISABLE_MK_PROTOCOL] 1460706471 -#time=1d196eb1d1659dc +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_DISABLE_MK_PROTOCOL] 1526460533 +#time=1d3ecf2b7bab438 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_DISABLE_TELNET_PROTOCOL] 1460706648 -#time=1d196eb862d42b4 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_DISABLE_TELNET_PROTOCOL] 1526460881 +#time=1d3ecf38781f802 "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_ENABLE_SCRIPT_PASTE_URLACTION_IF_PROMPT] 1460706648 -#time=1d196eb862dffc4 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_ENABLE_SCRIPT_PASTE_URLACTION_IF_PROMPT] 1526460881 +#time=1d3ecf387834388 "PresentationHost.exe"=dword:00000000 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_FEEDS] 1460706471 -#time=1d196eb1d166738 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_FEEDS] 1526460533 +#time=1d3ecf2b7bac360 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_FORCE_ADDR_AND_STATUS] 1460706648 -#time=1d196eb862d563c +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_FORCE_ADDR_AND_STATUS] 1526460881 +#time=1d3ecf3878217d8 "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE] 1460706471 -#time=1d196eb1d16610c +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE] 1526460533 +#time=1d3ecf2b7babc62 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_LOCALMACHINE_LOCKDOWN] 1460706648 -#time=1d196eb862d6a1e +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_LOCALMACHINE_LOCKDOWN] 1526460881 +#time=1d3ecf387823e5c "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_MIME_HANDLING] 1460706471 -#time=1d196eb1d165586 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_MIME_HANDLING] 1526460533 +#time=1d3ecf2b7baaf56 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_MIME_SNIFFING] 1460706471 -#time=1d196eb1d165662 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_MIME_SNIFFING] 1526460533 +#time=1d3ecf2b7bab046 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_OBJECT_CACHING] 1460706471 -#time=1d196eb1d1653b0 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_OBJECT_CACHING] 1526460533 +#time=1d3ecf2b7baad58 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_PROTOCOL_LOCKDOWN] 1460706471 -#time=1d196eb1d165ff4 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_PROTOCOL_LOCKDOWN] 1526460533 +#time=1d3ecf2b7babb54 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_ABOUT_PROTOCOL_IE7] 1460706648 -#time=1d196eb862d7c66 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_ABOUT_PROTOCOL_IE7] 1526460881 +#time=1d3ecf387826eb8 "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_ACTIVEXINSTALL] 1460706471 -#time=1d196eb1d165c7a +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_ACTIVEXINSTALL] 1526460533 +#time=1d3ecf2b7bab73a -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_FILEDOWNLOAD] 1460706471 -#time=1d196eb1d165e3c +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_FILEDOWNLOAD] 1526460533 +#time=1d3ecf2b7bab956 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_OBJECT_DATA_ATTRIBUTE] 1460706648 -#time=1d196eb862d8f58 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_OBJECT_DATA_ATTRIBUTE] 1526460881 +#time=1d3ecf387828de4 "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_RES_TO_LMZ] 1460706648 -#time=1d196eb862e163a +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_RESTRICT_RES_TO_LMZ] 1526460881 +#time=1d3ecf3878366ec "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SAFE_BINDTOOBJECT] 1460706471 -#time=1d196eb1d1661f2 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SAFE_BINDTOOBJECT] 1526460533 +#time=1d3ecf2b7babd5c -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SECURITYBAND] 1460706471 -#time=1d196eb1d165b9e +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SECURITYBAND] 1526460533 +#time=1d3ecf2b7bab640 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SHOW_APP_PROTOCOL_WARN_DIALOG] 1460706648 -#time=1d196eb862e2bc0 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SHOW_APP_PROTOCOL_WARN_DIALOG] 1526460881 +#time=1d3ecf3878385dc "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SSLUX] 1460706648 -#time=1d196eb862da1be +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_SSLUX] 1526460881 +#time=1d3ecf38782ab3a "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_UNC_SAVEDFILECHECK] 1460706471 -#time=1d196eb1d1662ce +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_UNC_SAVEDFILECHECK] 1526460533 +#time=1d3ecf2b7babe60 -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_VALIDATE_NAVIGATE_URL] 1460706471 -#time=1d196eb1d165d56 +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_VALIDATE_NAVIGATE_URL] 1526460533 +#time=1d3ecf2b7bab85c -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_WEBOC_POPUPMANAGEMENT] 1460706471 -#time=1d196eb1d16581a +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_WEBOC_POPUPMANAGEMENT] 1526460533 +#time=1d3ecf2b7bab24e -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_WINDOW_RESTRICTIONS] 1460706471 -#time=1d196eb1d16573e +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_WINDOW_RESTRICTIONS] 1526460533 +#time=1d3ecf2b7bab14a -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_ZONE_ELEVATION] 1460706648 -#time=1d196eb862ccbae +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl\\FEATURE_ZONE_ELEVATION] 1526460881 +#time=1d3ecf387815992 "PresentationHost.exe"=dword:00000001 -[Software\\Microsoft\\Internet Explorer\\Version Vector] 1460706474 -#time=1d196eb1e59e296 +[Software\\Microsoft\\Internet Explorer\\Version Vector] 1526460543 +#time=1d3ecf2bdf33582 "IE"="6.0000" -[Software\\Microsoft\\MediaPlayer] 1460706475 -#time=1d196eb1f182026 +[Software\\Microsoft\\MediaPlayer] 1526460547 +#time=1d3ecf2c07079a0 "Installation DirectoryLFN"="C:\\Program Files\\Windows Media Player" -[Software\\Microsoft\\MediaPlayer\\PlayerUpgrade] 1460706475 -#time=1d196eb1f1821c0 +[Software\\Microsoft\\MediaPlayer\\PlayerUpgrade] 1526460547 +#time=1d3ecf2c0707b80 "PlayerVersion"="12,0,7601,18840" -[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c2-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1460706677 -#time=1d196eb97b00e0e +[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c2-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1526460917 +#time=1d3ecf39d0350ae "{fedb2179-2335-48f1-aa28-5cda35a2b36d}"="ASP.NET MMC Extension IIS Snap in" -[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c3-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1460706677 -#time=1d196eb97b01552 +[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c3-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1526460917 +#time=1d3ecf39d03586a "{fedb2179-2335-48f1-aa28-5cda35a2b36d}"="ASP.NET MMC Extension Static Node" -[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c4-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1460706677 -#time=1d196eb97b01c82 +[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c4-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1526460917 +#time=1d3ecf39d036012 "{fedb2179-2335-48f1-aa28-5cda35a2b36d}"="ASP.NET MMC Extension Machine Node" -[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c5-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1460706677 -#time=1d196eb97b02330 +[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c5-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1526460917 +#time=1d3ecf39d03680a "{fedb2179-2335-48f1-aa28-5cda35a2b36d}"="ASP.NET MMC Extension" -[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c6-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1460706677 -#time=1d196eb97b02a38 +[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c6-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1526460917 +#time=1d3ecf39d036fa8 "{fedb2179-2335-48f1-aa28-5cda35a2b36d}"="ASP.NET MMC Extension" -[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c7-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1460706677 -#time=1d196eb97b0326c +[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c7-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1526460917 +#time=1d3ecf39d037750 "{fedb2179-2335-48f1-aa28-5cda35a2b36d}"="ASP.NET MMC Extension Instance Node" -[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c8-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1460706677 -#time=1d196eb97b039d8 +[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c8-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1526460917 +#time=1d3ecf39d037ef8 "{fedb2179-2335-48f1-aa28-5cda35a2b36d}"="ASP.NET MMC Extension VDir Node" -[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c9-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1460706677 -#time=1d196eb97b0418a +[Software\\Microsoft\\MMC\\NodeTypes\\{a841b6c9-7577-11d0-bb1f-00a0c922e79c}\\Extensions\\PropertySheet] 1526460917 +#time=1d3ecf39d038696 "{fedb2179-2335-48f1-aa28-5cda35a2b36d}"="ASP.NET MMC Extension File Node" -[Software\\Microsoft\\MMC\\SnapIns\\{fedb2179-2335-48f1-aa28-5cda35a2b36d}] 1460706677 -#time=1d196eb97b04fe0 +[Software\\Microsoft\\MMC\\SnapIns\\{fedb2179-2335-48f1-aa28-5cda35a2b36d}] 1526460917 +#time=1d3ecf39d039492 "About"="{4E9963B7-B2BF-4685-9378-8FEBEA364EF8}" "NameString"="ASP.NET Management Extension" -[Software\\Microsoft\\MSBuild\\4.0] 1460706675 -#time=1d196eb96751048 +[Software\\Microsoft\\MSBuild\\4.0] 1526460915 +#time=1d3ecf39ba4d52a "DefaultToolsVersion"="2.0" "MSBuildOverrideTasksPath"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" -[Software\\Microsoft\\MSBuild\\ToolsVersions\\4.0] 1460706675 -#time=1d196eb9675b336 +[Software\\Microsoft\\MSBuild\\ToolsVersions\\4.0] 1526460915 +#time=1d3ecf39ba63122 "FrameworkSDKRoot"="$(Registry:HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows\\v7.0A@InstallationFolder)" "MSBuildRuntimeVersion"="4.0.30319" "MSBuildToolsPath"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" @@ -59887,21 +62031,21 @@ WINE REGISTRY Version 2 "SDK35ToolsPath"="$(Registry:HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows\\v7.0A\\WinSDK-NetFx35Tools-x86@InstallationFolder)" "SDK40ToolsPath"="$(Registry:HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows\\v7.0A\\WinSDK-NetFx40Tools-x86@InstallationFolder)" -[Software\\Microsoft\\MSMQ] 1460706475 -#time=1d196eb1f182396 +[Software\\Microsoft\\MSMQ] 1526460547 +#time=1d3ecf2c0707e00 -[Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions] 1460706472 -#time=1d196eb1d1cbc28 +[Software\\Microsoft\\Multimedia\\WMPlayer\\Extensions] 1526460533 +#time=1d3ecf2b7fcce40 -[Software\\Microsoft\\NET Framework Setup\\NDP\\CDF\\v4.0] 1460706675 -#time=1d196eb9671698e +[Software\\Microsoft\\NET Framework Setup\\NDP\\CDF\\v4.0] 1526460915 +#time=1d3ecf39b9dec9c "HttpNamespaceReservationInstalled"=dword:00000001 "NetTcpPortSharingInstalled"=dword:00000001 "SMSvcHostPath"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" "WMIInstalled"=dword:00000001 -[Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Client] 1460706645 -#time=1d196eb84aed128 +[Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Client] 1526460877 +#time=1d3ecf3850055ba "Install"=dword:00000001 "InstallPath"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" "MSI"=dword:00000001 @@ -59909,15 +62053,15 @@ WINE REGISTRY Version 2 "TargetVersion"="4.0.0" "Version"="4.0.30319" -[Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Client\\1033] 1460706645 -#time=1d196eb84af1e8a +[Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Client\\1033] 1526460877 +#time=1d3ecf38500cd60 "Install"=dword:00000001 "Servicing"=dword:00000000 "TargetVersion"="4.0.0" "Version"="4.0.30319" -[Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full] 1460706675 -#time=1d196eb96727860 +[Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full] 1526460915 +#time=1d3ecf39b9f94de "Install"=dword:00000001 "InstallPath"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" "MSI"=dword:00000001 @@ -59925,33 +62069,33 @@ WINE REGISTRY Version 2 "TargetVersion"="4.0.0" "Version"="4.0.30319" -[Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full\\1033] 1460706675 -#time=1d196eb9672e886 +[Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full\\1033] 1526460915 +#time=1d3ecf39ba08042 "Install"=dword:00000001 "Servicing"=dword:00000000 "TargetVersion"="4.0.0" "Version"="4.0.30319" -[Software\\Microsoft\\NET Framework Setup\\NDP\\v4.0] 1460706675 -#time=1d196eb9672a204 +[Software\\Microsoft\\NET Framework Setup\\NDP\\v4.0] 1526460915 +#time=1d3ecf39b9fe95c @="deprecated" -[Software\\Microsoft\\Non-Driver Signing] 1460706475 -#time=1d196eb1f182634 +[Software\\Microsoft\\Non-Driver Signing] 1526460547 +#time=1d3ecf2c07081d4 -[Software\\Microsoft\\Notepad\\DefaultFonts] 1460706475 -#time=1d196eb1f182ec2 +[Software\\Microsoft\\Notepad\\DefaultFonts] 1526460547 +#time=1d3ecf2c0708698 -[Software\\Microsoft\\OLE] 1460706475 -#time=1d196eb1f1af3dc +[Software\\Microsoft\\OLE] 1526460547 +#time=1d3ecf2c07300ee "EnableDCOM"="Y" "EnableRemoteConnect"="N" -[Software\\Microsoft\\RAS] 1460706475 -#time=1d196eb1f183124 +[Software\\Microsoft\\RAS] 1526460547 +#time=1d3ecf2c070883c -[Software\\Microsoft\\Rpc\\SecurityService] 1460706475 -#time=1d196eb1f18533e +[Software\\Microsoft\\Rpc\\SecurityService] 1526460547 +#time=1d3ecf2c0709c46 "1"="secur32.dll" "10"="secur32.dll" "14"="schannel.dll" @@ -59960,61 +62104,70 @@ WINE REGISTRY Version 2 "68"="netlogon.dll" "9"="secur32.dll" -[Software\\Microsoft\\Shared Tools\\MSInfo] 1460706475 -#time=1d196eb1f185aaa +[Software\\Microsoft\\Shared Tools\\MSInfo] 1526460547 +#time=1d3ecf2c070a0d8 + +[Software\\Microsoft\\Speech\\Voices] 1526460533 +#time=1d3ecf2b7aa7ea6 -[Software\\Microsoft\\SQMClient] 1460706637 -#time=1d196eb7fa9bd0a -"MachineId"="{7B3EE33D-65DF-4D9C-8BA8-1E05E64E57CD}" +[Software\\Microsoft\\SQMClient] 1526460870 +#time=1d3ecf380ca9a8c +"MachineId"="{9DB4A10B-ABD8-49B2-8365-4897EEBA8760}" -[Software\\Microsoft\\SystemCertificates\\CA\\Certificates] 1460706640 -#time=1d196eb8173b4f6 +[Software\\Microsoft\\SystemCertificates\\CA\\Certificates] 1526460873 +#time=1d3ecf382500a7c -[Software\\Microsoft\\SystemCertificates\\CA\\CRLs] 1460706640 -#time=1d196eb8173b636 +[Software\\Microsoft\\SystemCertificates\\CA\\CRLs] 1526460873 +#time=1d3ecf382500c3e -[Software\\Microsoft\\SystemCertificates\\CA\\CTLs] 1460706640 -#time=1d196eb8173b76c +[Software\\Microsoft\\SystemCertificates\\CA\\CTLs] 1526460873 +#time=1d3ecf382500e6e -[Software\\Microsoft\\SystemCertificates\\Disallowed\\Certificates] 1460706640 -#time=1d196eb8174b0e0 +[Software\\Microsoft\\SystemCertificates\\Disallowed\\Certificates] 1526460873 +#time=1d3ecf382570516 -[Software\\Microsoft\\SystemCertificates\\Disallowed\\CRLs] 1460706640 -#time=1d196eb8174b4be +[Software\\Microsoft\\SystemCertificates\\Disallowed\\CRLs] 1526460873 +#time=1d3ecf382570728 -[Software\\Microsoft\\SystemCertificates\\Disallowed\\CTLs] 1460706640 -#time=1d196eb8174b63a +[Software\\Microsoft\\SystemCertificates\\Disallowed\\CTLs] 1526460873 +#time=1d3ecf38257096c -[Software\\Microsoft\\SystemCertificates\\My\\Certificates] 1460706640 -#time=1d196eb8173bf28 +[Software\\Microsoft\\SystemCertificates\\My\\Certificates] 1526460873 +#time=1d3ecf382501af8 -[Software\\Microsoft\\SystemCertificates\\My\\CRLs] 1460706640 -#time=1d196eb8173c0a4 +[Software\\Microsoft\\SystemCertificates\\My\\CRLs] 1526460873 +#time=1d3ecf382501ca6 -[Software\\Microsoft\\SystemCertificates\\My\\CTLs] 1460706640 -#time=1d196eb8173c2d4 +[Software\\Microsoft\\SystemCertificates\\My\\CTLs] 1526460873 +#time=1d3ecf382501e86 -[Software\\Microsoft\\SystemCertificates\\Trust\\Certificates] 1460706640 -#time=1d196eb8173cae0 +[Software\\Microsoft\\SystemCertificates\\Root\\CRLs] 1526460873 +#time=1d3ecf382563c62 -[Software\\Microsoft\\SystemCertificates\\Trust\\CRLs] 1460706640 -#time=1d196eb8173cc20 +[Software\\Microsoft\\SystemCertificates\\Root\\CTLs] 1526460873 +#time=1d3ecf382563e9c -[Software\\Microsoft\\SystemCertificates\\Trust\\CTLs] 1460706640 -#time=1d196eb8173cd60 +[Software\\Microsoft\\SystemCertificates\\Trust\\Certificates] 1526460873 +#time=1d3ecf382502962 -[Software\\Microsoft\\TermServLicensing] 1460706475 -#time=1d196eb1f185fc8 +[Software\\Microsoft\\SystemCertificates\\Trust\\CRLs] 1526460873 +#time=1d3ecf382502ac0 -[Software\\Microsoft\\Transaction Server] 1460706475 -#time=1d196eb1f1861da +[Software\\Microsoft\\SystemCertificates\\Trust\\CTLs] 1526460873 +#time=1d3ecf382502c14 -[Software\\Microsoft\\WBEM] 1460706475 -#time=1d196eb1f1866d0 +[Software\\Microsoft\\TermServLicensing] 1526460547 +#time=1d3ecf2c070a362 + +[Software\\Microsoft\\Transaction Server] 1526460547 +#time=1d3ecf2c070a466 + +[Software\\Microsoft\\WBEM] 1526460547 +#time=1d3ecf2c070a696 "Installation Directory"="C:\\windows\\system32\\wbem" -[Software\\Microsoft\\Windows\\CurrentVersion] 1460706905 -#time=1d196ec1f681242 +[Software\\Microsoft\\Windows\\CurrentVersion] 1526460879 +#time=1d3ecf3861378b0 "CommonFilesDir"="C:\\Program Files\\Common Files" "FirstInstallDateTime"=hex:21,81,7c,23 "ProductId"="12345-oem-0000001-54321" @@ -60023,89 +62176,89 @@ WINE REGISTRY Version 2 "RegisteredOrganization"="" "RegisteredOwner"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\iexplore.exe] 1460706475 -#time=1d196eb1f0fe2e4 +[Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\iexplore.exe] 1526460547 +#time=1d3ecf2c06a241a @="C:\\Program Files\\Internet Explorer\\iexplore.exe" "Path"="C:\\Program Files\\Internet Explorer;" -[Software\\Microsoft\\Windows\\CurrentVersion\\Control Panel\\Cursors\\Schemes] 1460706475 -#time=1d196eb1f164026 +[Software\\Microsoft\\Windows\\CurrentVersion\\Control Panel\\Cursors\\Schemes] 1526460547 +#time=1d3ecf2c06f5de0 -[Software\\Microsoft\\Windows\\CurrentVersion\\Controls Folder\\PowerCfg] 1460706475 -#time=1d196eb1f165142 +[Software\\Microsoft\\Windows\\CurrentVersion\\Controls Folder\\PowerCfg] 1526460547 +#time=1d3ecf2c06f6830 "DiskSpinDownMax"="3600" "DiskSpinDownMin"="3" "LastID"="5" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\AutoplayHandlers] 1460706475 -#time=1d196eb1f1652c8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\AutoplayHandlers] 1526460547 +#time=1d3ecf2c06f6934 -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace\\{450D8FBA-AD25-11D0-98A8-0800361B1103}] 1460706471 -#time=1d196eb1d131a74 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace\\{450D8FBA-AD25-11D0-98A8-0800361B1103}] 1526460533 +#time=1d3ecf2b7f4a6c0 @="My Documents" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace\\{645FF040-5081-101B-9F08-00AA002F954E}] 1460706471 -#time=1d196eb1d131bc8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace\\{645FF040-5081-101B-9F08-00AA002F954E}] 1526460533 +#time=1d3ecf2b7f4a850 @="Trash" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace\\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}] 1460706471 -#time=1d196eb1d131d1c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\Namespace\\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}] 1526460533 +#time=1d3ecf2b7f4a9cc @="/" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\DriveIcons] 1460706475 -#time=1d196eb1f1654f8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\DriveIcons] 1526460547 +#time=1d3ecf2c06f6a4c -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{0139D44E-6AFE-49F2-8690-3DAFCAE6FFB8}] 1460706472 -#time=1d196eb1d246414 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{0139D44E-6AFE-49F2-8690-3DAFCAE6FFB8}] 1526460533 +#time=1d3ecf2b814f8da "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="Common Programs" "ParentFolder"="{A4115719-D62E-491D-AA7C-E74B8BE3B067}" "RelativePath"="Programs" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{054FAE61-4DD8-4787-80B6-090220C4B700}] 1460706472 -#time=1d196eb1d24d214 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{054FAE61-4DD8-4787-80B6-090220C4B700}] 1526460533 +#time=1d3ecf2b8158138 "Category"=dword:00000004 "Name"="GameTasks" "ParentFolder"="{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}" "RelativePath"="Microsoft\\Windows\\GameExplorer" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{0762D272-C50A-4BB0-A382-697DCD729B80}] 1460706472 -#time=1d196eb1d253b14 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{0762D272-C50A-4BB0-A382-697DCD729B80}] 1526460533 +#time=1d3ecf2b816013a "Attributes"=dword:00000001 "Category"=dword:00000002 "Name"="UserProfiles" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{0AC0837C-BBF8-452A-850D-79D08E667CA7}] 1460706472 -#time=1d196eb1d245384 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{0AC0837C-BBF8-452A-850D-79D08E667CA7}] 1526460533 +#time=1d3ecf2b814e61a "Category"=dword:00000001 "Name"="MyComputerFolder" "ParsingName"="::{20D04FE0-3AEA-1069-A2D8-08002B30309D}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{0F214138-B1D3-4A90-BBA9-27CBC0C5389A}] 1460706472 -#time=1d196eb1d253592 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{0F214138-B1D3-4A90-BBA9-27CBC0C5389A}] 1526460533 +#time=1d3ecf2b815fad2 "Category"=dword:00000001 "Name"="SyncSetupFolder" "ParsingName"="::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{9C73F5E5-7AE7-4E32-A8E8-8D23B85255BF}\\::{F1390A9A-A3F4-4E5D-9C5F-98F3BD8D935C}," -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{15CA69B3-30EE-49C1-ACE1-6B5EC372AFB5}] 1460706472 -#time=1d196eb1d25174c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{15CA69B3-30EE-49C1-ACE1-6B5EC372AFB5}] 1526460533 +#time=1d3ecf2b815d52a "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="SamplePlaylists" "ParentFolder"="{3214FAB5-9757-4298-BB61-92A9DEAA44FF}" "RelativePath"="Sample Playlists" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{1777F761-68AD-4D8A-87BD-30B759FA33DD}] 1460706472 -#time=1d196eb1d24763e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{1777F761-68AD-4D8A-87BD-30B759FA33DD}] 1526460533 +#time=1d3ecf2b8150d48 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Favorites" "ParentFolder"="{5E6C858F-0E22-4760-9AFE-EA3317B67173}" "RelativePath"="Favorites" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{18989B1D-99B5-455B-841C-AB7C74E4DDFC}] 1460706472 -#time=1d196eb1d244d94 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{18989B1D-99B5-455B-841C-AB7C74E4DDFC}] 1526460533 +#time=1d3ecf2b814dfd0 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="My Video" @@ -60113,82 +62266,82 @@ WINE REGISTRY Version 2 "ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{18989B1D-99B5-455B-841C-AB7C74E4DDFC}" "RelativePath"="Videos" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{190337D1-B8CA-4121-A639-6D472D16972A}] 1460706472 -#time=1d196eb1d2528e0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{190337D1-B8CA-4121-A639-6D472D16972A}] 1526460533 +#time=1d3ecf2b815eb64 "Category"=dword:00000001 "Name"="SearchHomeFolder" "ParsingName"="::{9343812e-1c37-4a49-a12e-4b2d810d956b}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{1A6FDBA2-F42D-4358-A798-B74D745926C5}] 1460706472 -#time=1d196eb1d250a9a +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{1A6FDBA2-F42D-4358-A798-B74D745926C5}] 1526460533 +#time=1d3ecf2b815c6ac "Category"=dword:00000003 "Name"="RecordedTVLibrary" "ParentFolder"="{48DAF80B-E6CF-4F4E-B800-0E69D84EE384}" "RelativePath"="RecordedTV.library-ms" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}] 1460706472 -#time=1d196eb1d2484da +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}] 1526460533 +#time=1d3ecf2b8151e0a "Category"=dword:00000002 "Name"="System" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE}] 1460706472 -#time=1d196eb1d24db4c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE}] 1526460533 +#time=1d3ecf2b8158b38 "Category"=dword:00000004 "Name"="Libraries" "ParentFolder"="{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}" "RelativePath"="Microsoft\\Windows\\Libraries" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2112AB0A-C86A-4FFE-A368-0DE96E47012E}] 1460706472 -#time=1d196eb1d24e5a6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2112AB0A-C86A-4FFE-A368-0DE96E47012E}] 1526460533 +#time=1d3ecf2b81597ae "Category"=dword:00000004 "Name"="MusicLibrary" "ParentFolder"="{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE}" "ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}" "RelativePath"="Music.library-ms" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2400183A-6185-49FB-A2D8-4A392A602BA3}] 1460706472 -#time=1d196eb1d24acf8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2400183A-6185-49FB-A2D8-4A392A602BA3}] 1526460533 +#time=1d3ecf2b8154cae "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="CommonVideo" "ParentFolder"="{DFDF76A2-C82A-4D63-906A-5644AC457385}" "RelativePath"="Videos" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{289A9A43-BE44-4057-A41B-587A76D7E7F9}] 1460706472 -#time=1d196eb1d253326 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{289A9A43-BE44-4057-A41B-587A76D7E7F9}] 1526460533 +#time=1d3ecf2b815f820 "Category"=dword:00000001 "Name"="SyncResultsFolder" "ParsingName"="::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{9C73F5E5-7AE7-4E32-A8E8-8D23B85255BF}\\::{BC48B32F-5910-47F5-8570-5074A8A5636A}," -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2A00375E-224C-49DE-B8D1-440DF7EF3DDC}] 1460706472 -#time=1d196eb1d24b0ae +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2A00375E-224C-49DE-B8D1-440DF7EF3DDC}] 1526460533 +#time=1d3ecf2b8155104 "Category"=dword:00000002 "Name"="LocalizedResourcesDir" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2B0F765D-C0E9-4171-908E-08A611B84FF6}] 1460706472 -#time=1d196eb1d247c56 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2B0F765D-C0E9-4171-908E-08A611B84FF6}] 1526460533 +#time=1d3ecf2b8151450 "Category"=dword:00000004 "Name"="Cookies" "ParentFolder"="{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}" "RelativePath"="Microsoft\\Windows\\Cookies" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2C36C0AA-5812-4B87-BFD0-4CD0DFB19B39}] 1460706472 -#time=1d196eb1d24e8a8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{2C36C0AA-5812-4B87-BFD0-4CD0DFB19B39}] 1526460533 +#time=1d3ecf2b8159b32 "Category"=dword:00000004 "Name"="Original Images" "ParentFolder"="{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}" "RelativePath"="Microsoft\\Windows Photo Gallery\\Original Images" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{3214FAB5-9757-4298-BB61-92A9DEAA44FF}] 1460706472 -#time=1d196eb1d24a672 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{3214FAB5-9757-4298-BB61-92A9DEAA44FF}] 1526460533 +#time=1d3ecf2b815454c "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="CommonMusic" "ParentFolder"="{DFDF76A2-C82A-4D63-906A-5644AC457385}" "RelativePath"="Music" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{33E28130-4E1E-4676-835A-98395C3BC3BB}] 1460706472 -#time=1d196eb1d248aca +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{33E28130-4E1E-4676-835A-98395C3BC3BB}] 1526460533 +#time=1d3ecf2b81524ea "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="My Pictures" @@ -60196,59 +62349,59 @@ WINE REGISTRY Version 2 "ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{33E28130-4E1E-4676-835A-98395C3BC3BB}" "RelativePath"="Pictures" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{352481E8-33BE-4251-BA85-6007CAEDCF9D}] 1460706472 -#time=1d196eb1d24797c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{352481E8-33BE-4251-BA85-6007CAEDCF9D}] 1526460533 +#time=1d3ecf2b81510fe "Category"=dword:00000004 "Name"="Cache" "ParentFolder"="{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}" "RelativePath"="Microsoft\\Windows\\Temporary Internet Files" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{374DE290-123F-4565-9164-39C4925E467B}] 1460706472 -#time=1d196eb1d24cd00 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{374DE290-123F-4565-9164-39C4925E467B}] 1526460533 +#time=1d3ecf2b8157a3a "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Downloads" "ParentFolder"="{5E6C858F-0E22-4760-9AFE-EA3317B67173}" "RelativePath"="Downloads" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{3D644C9B-1FB8-4F30-9B45-F670235F79C0}] 1460706472 -#time=1d196eb1d24fc30 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{3D644C9B-1FB8-4F30-9B45-F670235F79C0}] 1526460533 +#time=1d3ecf2b815b5b8 "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="CommonDownloads" "ParentFolder"="{DFDF76A2-C82A-4D63-906A-5644AC457385}" "RelativePath"="Downloads" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}] 1460706472 -#time=1d196eb1d246d60 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}] 1526460533 +#time=1d3ecf2b81503a2 "Category"=dword:00000004 "Name"="AppData" "ParentFolder"="{5E6C858F-0E22-4760-9AFE-EA3317B67173}" "RelativePath"="AppData\\Roaming" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{43668BF8-C14E-49B2-97C9-747784D784B7}] 1460706472 -#time=1d196eb1d2530e2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{43668BF8-C14E-49B2-97C9-747784D784B7}] 1526460533 +#time=1d3ecf2b815f532 "Category"=dword:00000001 "Name"="SyncCenterFolder" "ParsingName"="::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{9C73F5E5-7AE7-4E32-A8E8-8D23B85255BF}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{48DAF80B-E6CF-4F4E-B800-0E69D84EE384}] 1460706472 -#time=1d196eb1d25022a +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{48DAF80B-E6CF-4F4E-B800-0E69D84EE384}] 1526460533 +#time=1d3ecf2b815bce8 "Attributes"=dword:00000003 "Category"=dword:00000003 "Name"="PublicLibraries" "ParentFolder"="{DFDF76A2-C82A-4D63-906A-5644AC457385}" "RelativePath"="Libraries" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{491E922F-5643-4AF4-A7EB-4E7A138D8174}] 1460706472 -#time=1d196eb1d25482a +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{491E922F-5643-4AF4-A7EB-4E7A138D8174}] 1526460533 +#time=1d3ecf2b8161062 "Category"=dword:00000004 "Name"="VideosLibrary" "ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\\{491E922F-5643-4af4-A7EB-4E7A138D8174}" "RelativePath"="Videos.library-ms" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{4BD8D571-6D19-48D3-BE97-422220080E43}] 1460706472 -#time=1d196eb1d2449de +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{4BD8D571-6D19-48D3-BE97-422220080E43}] 1526460533 +#time=1d3ecf2b814db98 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="My Music" @@ -60256,14 +62409,14 @@ WINE REGISTRY Version 2 "ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{4BD8D571-6D19-48D3-BE97-422220080E43}" "RelativePath"="Music" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{4BFEFB45-347D-4006-A5BE-AC0CB0567192}] 1460706472 -#time=1d196eb1d24bfea +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{4BFEFB45-347D-4006-A5BE-AC0CB0567192}] 1526460533 +#time=1d3ecf2b815684c "Category"=dword:00000001 "Name"="ConflictFolder" "ParsingName"="::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{9C73F5E5-7AE7-4E32-A8E8-8D23B85255BF}\\::{E413D040-6788-4C22-957E-175D1C513A34}," -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{4C5C32FF-BB9D-43B0-B5B4-2D72E54EAAA4}] 1460706472 -#time=1d196eb1d251e36 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{4C5C32FF-BB9D-43B0-B5B4-2D72E54EAAA4}] 1526460533 +#time=1d3ecf2b815dd2c "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="SavedGames" @@ -60271,27 +62424,27 @@ WINE REGISTRY Version 2 "ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{4C5C32FF-BB9D-43b0-B5B4-2D72E54EAAA4}" "RelativePath"="Saved Games" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{4D9F7874-4E0C-4904-967B-40B0D20C3E4B}] 1460706472 -#time=1d196eb1d242576 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{4D9F7874-4E0C-4904-967B-40B0D20C3E4B}] 1526460533 +#time=1d3ecf2b814b5dc "Category"=dword:00000001 "Name"="InternetFolder" "ParsingName"="::{871C5380-42A0-1069-A2EA-08002B30309D}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{52528A6B-B9E3-4ADD-B60D-588C2DBA842D}] 1460706472 -#time=1d196eb1d24d44e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{52528A6B-B9E3-4ADD-B60D-588C2DBA842D}] 1526460533 +#time=1d3ecf2b8158444 "Category"=dword:00000001 "Name"="HomeGroupFolder" "ParsingName"="::{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{52A4F021-7B75-48A9-9F6B-4B87A210BC8F}] 1460706472 -#time=1d196eb1d2507ca +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{52A4F021-7B75-48A9-9F6B-4B87A210BC8F}] 1526460533 +#time=1d3ecf2b815c36e "Category"=dword:00000004 "Name"="Quick Launch" "ParentFolder"="{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}" "RelativePath"="Microsoft\\Internet Explorer\\Quick Launch" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{56784854-C6CB-462B-8169-88E350ACB882}] 1460706472 -#time=1d196eb1d24c396 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{56784854-C6CB-462B-8169-88E350ACB882}] 1526460533 +#time=1d3ecf2b8156cd4 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Contacts" @@ -60299,99 +62452,99 @@ WINE REGISTRY Version 2 "ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{56784854-C6CB-462B-8169-88E350ACB882}" "RelativePath"="Contacts" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{5CD7AEE2-2219-4A67-B85D-6C9CE15660CB}] 1460706472 -#time=1d196eb1d253de4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{5CD7AEE2-2219-4A67-B85D-6C9CE15660CB}] 1526460533 +#time=1d3ecf2b8160478 "Category"=dword:00000004 "Name"="UserProgramFiles" "ParentFolder"="{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}" "RelativePath"="Programs" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{5CE4A5E9-E4EB-479D-B89F-130C02886155}] 1460706472 -#time=1d196eb1d24c670 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{5CE4A5E9-E4EB-479D-B89F-130C02886155}] 1526460533 +#time=1d3ecf2b815713e "Category"=dword:00000003 "Name"="Device Metadata Store" "ParentFolder"="{62AB5D82-FDC1-4DC3-A9DD-070D1D495D97}" "RelativePath"="Microsoft\\Windows\\DeviceMetadataStore" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{5E6C858F-0E22-4760-9AFE-EA3317B67173}] 1460706472 -#time=1d196eb1d248ca0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{5E6C858F-0E22-4760-9AFE-EA3317B67173}] 1526460533 +#time=1d3ecf2b8152710 "Category"=dword:00000002 "Name"="Profile" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{625B53C3-AB48-4EC1-BA1F-A1EF4146FC19}] 1460706472 -#time=1d196eb1d2445f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{625B53C3-AB48-4EC1-BA1F-A1EF4146FC19}] 1526460533 +#time=1d3ecf2b814d738 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Start Menu" "ParentFolder"="{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}" "RelativePath"="Microsoft\\Windows\\Start Menu" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{62AB5D82-FDC1-4DC3-A9DD-070D1D495D97}] 1460706472 -#time=1d196eb1d2480fc +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{62AB5D82-FDC1-4DC3-A9DD-070D1D495D97}] 1526460533 +#time=1d3ecf2b81519c8 "Category"=dword:00000002 "Name"="Common AppData" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{6365D5A7-0F0D-45E5-87F6-0DA56B6A4F7D}] 1460706472 -#time=1d196eb1d24f622 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{6365D5A7-0F0D-45E5-87F6-0DA56B6A4F7D}] 1526460533 +#time=1d3ecf2b815ab86 "Category"=dword:00000002 "Name"="ProgramFilesCommonX64" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{69D2CF90-FC33-4FB7-9A0C-EBB0F0FCB43C}] 1460706472 -#time=1d196eb1d24ebf0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{69D2CF90-FC33-4FB7-9A0C-EBB0F0FCB43C}] 1526460533 +#time=1d3ecf2b8159f2e "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="PhotoAlbums" "ParentFolder"="{33E28130-4E1E-4676-835A-98395C3BC3BB}" "RelativePath"="Slide Shows" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{6D809377-6AF0-444B-8957-A3773F02200E}] 1460706472 -#time=1d196eb1d24f44c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{6D809377-6AF0-444B-8957-A3773F02200E}] 1526460533 +#time=1d3ecf2b815a942 "Category"=dword:00000002 "Name"="ProgramFilesX64" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{6F0CD92B-2E97-45D1-88FF-B0D186B8DEDD}] 1460706472 -#time=1d196eb1d24a334 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{6F0CD92B-2E97-45D1-88FF-B0D186B8DEDD}] 1526460533 +#time=1d3ecf2b8154178 "Category"=dword:00000001 "Name"="ConnectionsFolder" "ParsingName"="::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{7007ACC7-3202-11D1-AAD2-00805FC1270E}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{724EF170-A42D-4FEF-9F26-B60E846FBA4F}] 1460706472 -#time=1d196eb1d24a0f0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{724EF170-A42D-4FEF-9F26-B60E846FBA4F}] 1526460533 +#time=1d3ecf2b8153ed0 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Administrative Tools" "ParentFolder"="{A77F5D77-2E2B-44C3-A6A2-ABA601054A51}" "RelativePath"="Administrative Tools" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{76FC4E2D-D6AD-4519-A663-37BD56068185}] 1460706472 -#time=1d196eb1d242ddc +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{76FC4E2D-D6AD-4519-A663-37BD56068185}] 1526460533 +#time=1d3ecf2b814be88 "Category"=dword:00000001 "Name"="PrintersFolder" "ParsingName"="::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{2227A280-3AEA-1069-A2DE-08002B30309D}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{7B0DB17D-9CD2-4A93-9733-46CC89022E7C}] 1460706472 -#time=1d196eb1d24c9c2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{7B0DB17D-9CD2-4A93-9733-46CC89022E7C}] 1526460533 +#time=1d3ecf2b815759e "Category"=dword:00000004 "Name"="DocumentsLibrary" "ParentFolder"="{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE}" "ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}" "RelativePath"="Documents.library-ms" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{7B396E54-9EC5-4300-BE0A-2482EBAE1A26}] 1460706472 -#time=1d196eb1d252bba +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{7B396E54-9EC5-4300-BE0A-2482EBAE1A26}] 1526460533 +#time=1d3ecf2b815ef42 "Category"=dword:00000003 "Name"="Default Gadgets" "ParentFolder"="{905E63B6-C1BF-494E-B29C-65B732D3D21A}" "RelativePath"="Windows Sidebar\\Gadgets" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}] 1460706472 -#time=1d196eb1d2490ba +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}] 1526460533 +#time=1d3ecf2b8152bde "Attributes"=dword:00000001 "Category"=dword:00000002 "Name"="ProgramFilesX86" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{7D1D3A04-DEBB-4115-95CF-2F29DA2920DA}] 1460706472 -#time=1d196eb1d25220a +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{7D1D3A04-DEBB-4115-95CF-2F29DA2920DA}] 1526460533 +#time=1d3ecf2b815e182 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Searches" @@ -60399,200 +62552,200 @@ WINE REGISTRY Version 2 "ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{7d1d3a04-debb-4115-95cf-2f29da2920da}" "RelativePath"="Searches" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{82A5EA35-D9CD-47C5-9629-E15D2F714E6E}] 1460706472 -#time=1d196eb1d246748 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{82A5EA35-D9CD-47C5-9629-E15D2F714E6E}] 1526460533 +#time=1d3ecf2b814fc9a "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="Common Startup" "ParentFolder"="{0139D44E-6AFE-49F2-8690-3DAFCAE6FFB8}" "RelativePath"="StartUp" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{82A74AEB-AEB4-465C-A014-D097EE346D63}] 1460706472 -#time=1d196eb1d242b5c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{82A74AEB-AEB4-465C-A014-D097EE346D63}] 1526460533 +#time=1d3ecf2b814bbd6 "Category"=dword:00000001 "Name"="ControlPanelFolder" "ParsingName"="::{26EE0668-A00A-44D7-9371-BEB064C98683}\\0" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{859EAD94-2E85-48AD-A71A-0969CB56A6CD}] 1460706472 -#time=1d196eb1d251a94 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{859EAD94-2E85-48AD-A71A-0969CB56A6CD}] 1526460533 +#time=1d3ecf2b815d8ea "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="SampleVideos" "ParentFolder"="{2400183A-6185-49FB-A2D8-4A392A602BA3}" "RelativePath"="Sample Videos" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{8983036C-27C0-404B-8F08-102D10DCFD74}] 1460706472 -#time=1d196eb1d244056 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{8983036C-27C0-404B-8F08-102D10DCFD74}] 1526460533 +#time=1d3ecf2b814cf90 "Category"=dword:00000004 "Name"="SendTo" "ParentFolder"="{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}" "RelativePath"="Microsoft\\Windows\\SendTo" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{8AD10C31-2ADB-4296-A8F7-E4701232C972}] 1460706472 -#time=1d196eb1d24aed8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{8AD10C31-2ADB-4296-A8F7-E4701232C972}] 1526460533 +#time=1d3ecf2b8154ede "Category"=dword:00000002 "Name"="ResourceDir" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{905E63B6-C1BF-494E-B29C-65B732D3D21A}] 1460706472 -#time=1d196eb1d24871e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{905E63B6-C1BF-494E-B29C-65B732D3D21A}] 1526460533 +#time=1d3ecf2b81520b2 "Attributes"=dword:00000001 "Category"=dword:00000002 "Name"="ProgramFiles" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{9274BD8D-CFD1-41C3-B35E-B13F55A758F4}] 1460706472 -#time=1d196eb1d24709e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{9274BD8D-CFD1-41C3-B35E-B13F55A758F4}] 1526460533 +#time=1d3ecf2b81506ea "Category"=dword:00000004 "Name"="PrintHood" "ParentFolder"="{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}" "RelativePath"="Microsoft\\Windows\\Printer Shortcuts" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{98EC0E18-2098-4D44-8644-66979315A281}] 1460706472 -#time=1d196eb1d252692 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{98EC0E18-2098-4D44-8644-66979315A281}] 1526460533 +#time=1d3ecf2b815e6d2 "Category"=dword:00000001 "Name"="MAPIFolder" "ParsingName"="shell:::{89D83576-6BD1-4C86-9454-BEB04E94C819}\\*" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{9E3995AB-1F9C-4F13-B827-48B24B6C7174}] 1460706472 -#time=1d196eb1d2538d0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{9E3995AB-1F9C-4F13-B827-48B24B6C7174}] 1526460533 +#time=1d3ecf2b815fe9c "Attributes"=dword:00000002 "Category"=dword:00000004 "Name"="User Pinned" "ParentFolder"="{52A4F021-7B75-48A9-9F6B-4B87A210BC8F}" "RelativePath"="User Pinned" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{9E52AB10-F80D-49DF-ACB8-4330F5687855}] 1460706472 -#time=1d196eb1d24b69e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{9E52AB10-F80D-49DF-ACB8-4330F5687855}] 1526460533 +#time=1d3ecf2b815580c "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="CD Burning" "ParentFolder"="{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}" "RelativePath"="Microsoft\\Windows\\Burn\\Burn" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A302545D-DEFF-464B-ABE8-61C8648D939B}] 1460706472 -#time=1d196eb1d25456e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A302545D-DEFF-464B-ABE8-61C8648D939B}] 1526460533 +#time=1d3ecf2b8160d24 "Category"=dword:00000001 "Name"="UsersLibrariesFolder" "ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A305CE99-F527-492B-8B1A-7E76FA98D6E4}] 1460706472 -#time=1d196eb1d24bb4e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A305CE99-F527-492B-8B1A-7E76FA98D6E4}] 1526460533 +#time=1d3ecf2b8155ed8 "Category"=dword:00000001 "Name"="AppUpdatesFolder" "ParsingName"="::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{7b81be6a-ce2b-4676-a29e-eb907a5126c5}\\::{d450a8a1-9568-45c7-9c0e-b4f9fb4537bd}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A4115719-D62E-491D-AA7C-E74B8BE3B067}] 1460706472 -#time=1d196eb1d2460e0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A4115719-D62E-491D-AA7C-E74B8BE3B067}] 1526460533 +#time=1d3ecf2b814f524 "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="Common Start Menu" "ParentFolder"="{62AB5D82-FDC1-4DC3-A9DD-070D1D495D97}" "RelativePath"="Microsoft\\Windows\\Start Menu" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A520A1A4-1780-4FF6-BD18-167343C5AF16}] 1460706472 -#time=1d196eb1d24e25e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A520A1A4-1780-4FF6-BD18-167343C5AF16}] 1526460533 +#time=1d3ecf2b81593bc "Attributes"=dword:00002000 "Category"=dword:00000004 "Name"="LocalAppDataLow" "ParentFolder"="{5E6C858F-0E22-4760-9AFE-EA3317B67173}" "RelativePath"="AppData\\LocalLow" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A63293E8-664E-48DB-A079-DF759E0509F7}] 1460706472 -#time=1d196eb1d245da2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A63293E8-664E-48DB-A079-DF759E0509F7}] 1526460533 +#time=1d3ecf2b814f178 "Category"=dword:00000004 "Name"="Templates" "ParentFolder"="{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}" "RelativePath"="Microsoft\\Windows\\Templates" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A75D362E-50FC-4FB7-AC2C-A8BEAA314493}] 1460706472 -#time=1d196eb1d252e94 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A75D362E-50FC-4FB7-AC2C-A8BEAA314493}] 1526460533 +#time=1d3ecf2b815f28a "Category"=dword:00000004 "Name"="Gadgets" "ParentFolder"="{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}" "RelativePath"="Microsoft\\Windows Sidebar\\Gadgets" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A77F5D77-2E2B-44C3-A6A2-ABA601054A51}] 1460706472 -#time=1d196eb1d242904 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A77F5D77-2E2B-44C3-A6A2-ABA601054A51}] 1526460533 +#time=1d3ecf2b814b938 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Programs" "RelativePath"="Programs" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A990AE9F-A03B-4E80-94BC-9912D7504104}] 1460706472 -#time=1d196eb1d24ef2e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{A990AE9F-A03B-4E80-94BC-9912D7504104}] 1526460533 +#time=1d3ecf2b815a316 "Category"=dword:00000004 "Name"="PicturesLibrary" "ParentFolder"="{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE}" "ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\\{A990AE9F-A03B-4e80-94BC-9912D7504104}" "RelativePath"="Pictures.library-ms" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{AE50C081-EBD2-438A-8655-8A092E34987A}] 1460706472 -#time=1d196eb1d243c3c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{AE50C081-EBD2-438A-8655-8A092E34987A}] 1526460533 +#time=1d3ecf2b814cc48 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Recent" "ParentFolder"="{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}" "RelativePath"="Microsoft\\Windows\\Recent" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B250C668-F57D-4EE1-A63C-290EE7D1AA1F}] 1460706472 -#time=1d196eb1d2510d0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B250C668-F57D-4EE1-A63C-290EE7D1AA1F}] 1526460533 +#time=1d3ecf2b815cdbe "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="SampleMusic" "ParentFolder"="{3214FAB5-9757-4298-BB61-92A9DEAA44FF}" "RelativePath"="Sample Music" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] 1460706472 -#time=1d196eb1d24505a +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] 1526460533 +#time=1d3ecf2b814e2f0 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Desktop" "ParentFolder"="{5E6C858F-0E22-4760-9AFE-EA3317B67173}" "RelativePath"="Desktop" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B6EBFB86-6907-413C-9AF7-4FC2ABF07CC5}] 1460706472 -#time=1d196eb1d24a9c4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B6EBFB86-6907-413C-9AF7-4FC2ABF07CC5}] 1526460533 +#time=1d3ecf2b8154902 "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="CommonPictures" "ParentFolder"="{DFDF76A2-C82A-4D63-906A-5644AC457385}" "RelativePath"="Pictures" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B7534046-3ECB-4C18-BE4E-64CD4CB7D6AC}] 1460706472 -#time=1d196eb1d2442ae +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B7534046-3ECB-4C18-BE4E-64CD4CB7D6AC}] 1526460533 +#time=1d3ecf2b814d36e "Category"=dword:00000001 "Name"="RecycleBinFolder" "ParsingName"="::{645FF040-5081-101B-9F08-00AA002F954E}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B94237E7-57AC-4347-9151-B08C6C32D1F7}] 1460706472 -#time=1d196eb1d249754 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B94237E7-57AC-4347-9151-B08C6C32D1F7}] 1526460533 +#time=1d3ecf2b8153386 "Category"=dword:00000003 "Name"="Common Templates" "ParentFolder"="{62AB5D82-FDC1-4DC3-A9DD-070D1D495D97}" "RelativePath"="Microsoft\\Windows\\Templates" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B97D20BB-F46A-4C97-BA10-5E3608430854}] 1460706472 -#time=1d196eb1d243688 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{B97D20BB-F46A-4C97-BA10-5E3608430854}] 1526460533 +#time=1d3ecf2b814c888 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Startup" "RelativePath"="StartUp" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{BCB5256F-79F6-4CEE-B725-DC34E402FD46}] 1460706472 -#time=1d196eb1d24d818 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{BCB5256F-79F6-4CEE-B725-DC34E402FD46}] 1526460533 +#time=1d3ecf2b81587d2 "Category"=dword:00000004 "Name"="ImplicitAppShortcuts" "ParentFolder"="{9E3995AB-1F9C-4F13-B827-48B24B6C7174}" "RelativePath"="ImplicitAppShortcuts" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{BCBD3057-CA5C-4622-B42D-BC56DB0AE516}] 1460706472 -#time=1d196eb1d2540be +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{BCBD3057-CA5C-4622-B42D-BC56DB0AE516}] 1526460533 +#time=1d3ecf2b81607ac "Category"=dword:00000004 "Name"="UserProgramFilesCommon" "ParentFolder"="{5CD7AEE2-2219-4A67-B85D-6C9CE15660CB}" "RelativePath"="Common" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968}] 1460706472 -#time=1d196eb1d24df0c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968}] 1526460533 +#time=1d3ecf2b8158fc0 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Links" @@ -60600,182 +62753,182 @@ WINE REGISTRY Version 2 "ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{bfb9d5e0-c6a9-404c-b2b2-ae6db6af4968}" "RelativePath"="Links" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C1BAE2D0-10DF-4334-BEDD-7AA20B227A9D}] 1460706472 -#time=1d196eb1d24b374 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C1BAE2D0-10DF-4334-BEDD-7AA20B227A9D}] 1526460533 +#time=1d3ecf2b8155442 "Category"=dword:00000003 "Name"="OEM Links" "ParentFolder"="{62AB5D82-FDC1-4DC3-A9DD-070D1D495D97}" "RelativePath"="OEM Links" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C4900540-2379-4C75-844B-64E6FAF8716B}] 1460706472 -#time=1d196eb1d251418 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C4900540-2379-4C75-844B-64E6FAF8716B}] 1526460533 +#time=1d3ecf2b815d174 "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="SamplePictures" "ParentFolder"="{B6EBFB86-6907-413C-9AF7-4FC2ABF07CC5}" "RelativePath"="Sample Pictures" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C4AA340D-F20F-4863-AFEF-F87EF2E6BA25}] 1460706472 -#time=1d196eb1d246a9a +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C4AA340D-F20F-4863-AFEF-F87EF2E6BA25}] 1526460533 +#time=1d3ecf2b8150064 "Attributes"=dword:00000003 "Category"=dword:00000003 "Name"="Common Desktop" "ParentFolder"="{DFDF76A2-C82A-4D63-906A-5644AC457385}" "RelativePath"="Desktop" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C5ABBF53-E17F-4121-8900-86626FC2C973}] 1460706472 -#time=1d196eb1d2458e8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C5ABBF53-E17F-4121-8900-86626FC2C973}] 1526460533 +#time=1d3ecf2b814ec14 "Category"=dword:00000004 "Name"="NetHood" "ParentFolder"="{3EB685DB-65F9-4CF6-A03A-E3EF65729F3D}" "RelativePath"="Microsoft\\Windows\\Network Shortcuts" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C870044B-F49E-4126-A9C3-B52A1FF411E8}] 1460706472 -#time=1d196eb1d250d60 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{C870044B-F49E-4126-A9C3-B52A1FF411E8}] 1526460533 +#time=1d3ecf2b815c9f4 "Category"=dword:00000004 "Name"="Ringtones" "ParentFolder"="{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}" "RelativePath"="Microsoft\\Windows\\Ringtones" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{CAC52C1A-B53D-4EDC-92D7-6B2E8AC19434}] 1460706472 -#time=1d196eb1d24cf3a +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{CAC52C1A-B53D-4EDC-92D7-6B2E8AC19434}] 1526460533 +#time=1d3ecf2b8157d96 "Category"=dword:00000001 "Name"="Games" "ParsingName"="::{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{D0384E7D-BAC3-4797-8F14-CBA229B392B5}] 1460706472 -#time=1d196eb1d249dc6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{D0384E7D-BAC3-4797-8F14-CBA229B392B5}] 1526460533 +#time=1d3ecf2b8153b10 "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="Common Administrative Tools" "ParentFolder"="{0139D44E-6AFE-49F2-8690-3DAFCAE6FFB8}" "RelativePath"="Administrative Tools" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{D20BEEC4-5CA8-4905-AE3B-BF251EA09B53}] 1460706472 -#time=1d196eb1d2455dc +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{D20BEEC4-5CA8-4905-AE3B-BF251EA09B53}] 1526460533 +#time=1d3ecf2b814e8d6 "Category"=dword:00000001 "Name"="NetworkPlacesFolder" "ParsingName"="::{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{D65231B0-B2F1-4857-A4CE-A8E7C6EA7D27}] 1460706472 -#time=1d196eb1d248e76 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{D65231B0-B2F1-4857-A4CE-A8E7C6EA7D27}] 1526460533 +#time=1d3ecf2b8152940 "Category"=dword:00000002 "Name"="SystemX86" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{D9DC8A3B-B784-432E-A781-5A1130A75963}] 1460706472 -#time=1d196eb1d247f26 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{D9DC8A3B-B784-432E-A781-5A1130A75963}] 1526460533 +#time=1d3ecf2b81517ac "Category"=dword:00000004 "Name"="History" "ParentFolder"="{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}" "RelativePath"="Microsoft\\Windows\\History" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DE61D971-5EBC-4F02-A3A9-6C82895E5C04}] 1460706472 -#time=1d196eb1d24b8ec +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DE61D971-5EBC-4F02-A3A9-6C82895E5C04}] 1526460533 +#time=1d3ecf2b8155abe "Category"=dword:00000001 "Name"="AddNewProgramsFolder" "ParsingName"="::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{15eae92e-f17a-4431-9f28-805e482dafd4}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DE92C1C7-837F-4F69-A3BB-86E631204A23}] 1460706472 -#time=1d196eb1d24f26c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DE92C1C7-837F-4F69-A3BB-86E631204A23}] 1526460533 +#time=1d3ecf2b815a708 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Playlists" "ParentFolder"="{4BD8D571-6D19-48D3-BE97-422220080E43}" "RelativePath"="Playlists" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DE974D24-D9C6-4D3E-BF91-F4455120B917}] 1460706472 -#time=1d196eb1d249484 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DE974D24-D9C6-4D3E-BF91-F4455120B917}] 1526460533 +#time=1d3ecf2b8153048 "Category"=dword:00000002 "Name"="ProgramFilesCommonX86" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DEBF2536-E1A8-4C59-B6A2-414586476AEA}] 1460706472 -#time=1d196eb1d24fef6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DEBF2536-E1A8-4C59-B6A2-414586476AEA}] 1526460533 +#time=1d3ecf2b815b914 "Category"=dword:00000003 "Name"="PublicGameTasks" "ParentFolder"="{62AB5D82-FDC1-4DC3-A9DD-070D1D495D97}" "RelativePath"="Microsoft\\Windows\\GameExplorer" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DF7266AC-9274-4867-8D55-3BD661DE872D}] 1460706472 -#time=1d196eb1d24bda6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DF7266AC-9274-4867-8D55-3BD661DE872D}] 1526460533 +#time=1d3ecf2b81564f0 "Category"=dword:00000001 "Name"="ChangeRemoveProgramsFolder" "ParsingName"="::{21EC2020-3AEA-1069-A2DD-08002B30309D}\\::{7b81be6a-ce2b-4676-a29e-eb907a5126c5}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DFDF76A2-C82A-4D63-906A-5644AC457385}] 1460706472 -#time=1d196eb1d24f8d4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{DFDF76A2-C82A-4D63-906A-5644AC457385}] 1526460533 +#time=1d3ecf2b815aeec "Attributes"=dword:00000001 "Category"=dword:00000002 "Name"="Public" "ParsingName"="::{4336a54d-038b-4685-ab02-99bb52d3fb8b}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{E555AB60-153B-4D17-9F04-A5FE99FC15EC}] 1460706472 -#time=1d196eb1d2504fa +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{E555AB60-153B-4D17-9F04-A5FE99FC15EC}] 1526460533 +#time=1d3ecf2b815c026 "Category"=dword:00000003 "Name"="CommonRingtones" "ParentFolder"="{62AB5D82-FDC1-4DC3-A9DD-070D1D495D97}" "RelativePath"="Microsoft\\Windows\\Ringtones" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{ED4824AF-DCE4-45A8-81E2-FC7965083634}] 1460706472 -#time=1d196eb1d249a88 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{ED4824AF-DCE4-45A8-81E2-FC7965083634}] 1526460533 +#time=1d3ecf2b8153750 "Attributes"=dword:00000001 "Category"=dword:00000003 "Name"="Common Documents" "ParentFolder"="{DFDF76A2-C82A-4D63-906A-5644AC457385}" "RelativePath"="Documents" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{EE32E446-31CA-4ABA-814F-A5EBD2FD6D5E}] 1460706472 -#time=1d196eb1d25244e +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{EE32E446-31CA-4ABA-814F-A5EBD2FD6D5E}] 1526460533 +#time=1d3ecf2b815e420 "Category"=dword:00000001 "Name"="CSCFolder" "ParsingName"="shell:::{BD7A2E7B-21CB-41b2-A086-B309680C6B7E}\\*" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}] 1460706472 -#time=1d196eb1d247378 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{F1B32785-6FBA-4FCF-9D55-7B8E7F157091}] 1526460533 +#time=1d3ecf2b8150a1e "Category"=dword:00000004 "Name"="Local AppData" "ParentFolder"="{5E6C858F-0E22-4760-9AFE-EA3317B67173}" "RelativePath"="AppData\\Local" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{F38BF404-1D43-42F2-9305-67DE0B28FC23}] 1460706472 -#time=1d196eb1d2482fa +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{F38BF404-1D43-42F2-9305-67DE0B28FC23}] 1526460533 +#time=1d3ecf2b8151bee "Category"=dword:00000002 "Name"="Windows" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{F3CE0F7C-4901-4ACC-8648-D5D44B04EF8F}] 1460706472 -#time=1d196eb1d254302 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{F3CE0F7C-4901-4ACC-8648-D5D44B04EF8F}] 1526460533 +#time=1d3ecf2b8160a54 "Category"=dword:00000001 "Name"="UsersFilesFolder" "ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{F7F1ED05-9F6D-47A2-AAAE-29D317C6F066}] 1460706472 -#time=1d196eb1d249290 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{F7F1ED05-9F6D-47A2-AAAE-29D317C6F066}] 1526460533 +#time=1d3ecf2b8152e18 "Category"=dword:00000002 "Name"="ProgramFilesCommon" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{FD228CB7-AE11-4AE3-864C-16F3910AB8FE}] 1460706472 -#time=1d196eb1d245ad2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{FD228CB7-AE11-4AE3-864C-16F3910AB8FE}] 1526460533 +#time=1d3ecf2b814ee3a "Category"=dword:00000002 "Name"="Fonts" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{FDD39AD0-238F-46AF-ADB4-6C85480369C7}] 1460706472 -#time=1d196eb1d243110 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FolderDescriptions\\{FDD39AD0-238F-46AF-ADB4-6C85480369C7}] 1526460533 +#time=1d3ecf2b814c248 "Attributes"=dword:00000001 "Category"=dword:00000004 "Name"="Personal" "ParsingName"="::{59031a47-3f72-44a7-89c5-5595fe6b30ee}\\{FDD39AD0-238F-46AF-ADB4-6C85480369C7}" "RelativePath"="Documents" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\KindMap] 1460706475 -#time=1d196eb1f165674 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\KindMap] 1526460547 +#time=1d3ecf2c06f6b64 -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\Namespace\\{21EC2020-3AEA-1069-A2DD-08002B30309D}] 1460706471 -#time=1d196eb1d13203c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\Namespace\\{21EC2020-3AEA-1069-A2DD-08002B30309D}] 1526460533 +#time=1d3ecf2b7f4ad50 @="Control Panel" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders] 1460706472 -#time=1d196eb1d23f09c +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders] 1526460873 +#time=1d3ecf382cb29f0 "Common Administrative Tools"="C:\\users\\Public\\Start Menu\\Programs\\Administrative Tools" -"Common AppData"="C:\\users\\Public\\Application Data" +"Common AppData"="C:\\ProgramData" "Common Desktop"="C:\\users\\Public\\Desktop" "Common Documents"="C:\\users\\Public\\Documents" "Common Favorites"="C:\\users\\Public\\Favorites" @@ -60787,3502 +62940,3039 @@ WINE REGISTRY Version 2 "CommonPictures"="C:\\users\\Public\\Pictures" "CommonVideo"="C:\\users\\Public\\Videos" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders] 1460706472 -#time=1d196eb1d23e44e -"Common Administrative Tools"=str(2):"%ALLUSERSPROFILE%\\Start Menu\\Programs\\Administrative Tools" -"Common AppData"=str(2):"%ALLUSERSPROFILE%\\Application Data" +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders] 1526460533 +#time=1d3ecf2b8146fe6 +"Common Administrative Tools"=str(2):"%ProgramData%\\Microsoft\\Windows\\Start Menu\\Programs\\Administrative Tools" +"Common AppData"=str(2):"%ProgramData%" "Common Desktop"=str(2):"%ALLUSERSPROFILE%\\Desktop" "Common Documents"=str(2):"%ALLUSERSPROFILE%\\Documents" "Common Favorites"=str(2):"%ALLUSERSPROFILE%\\Favorites" -"Common Programs"=str(2):"%ALLUSERSPROFILE%\\Start Menu\\Programs" -"Common Start Menu"=str(2):"%ALLUSERSPROFILE%\\Start Menu" -"Common StartUp"=str(2):"%ALLUSERSPROFILE%\\Start Menu\\Programs\\StartUp" -"Common Templates"=str(2):"%ALLUSERSPROFILE%\\Templates" +"Common Programs"=str(2):"%ProgramData%\\Microsoft\\Windows\\Start Menu\\Programs" +"Common Start Menu"=str(2):"%ProgramData%\\Microsoft\\Windows\\Start Menu" +"Common StartUp"=str(2):"%ProgramData%\\Microsoft\\Windows\\Start Menu\\Programs\\StartUp" +"Common Templates"=str(2):"%ProgramData%\\Microsoft\\Windows\\Templates" "CommonMusic"=str(2):"%ALLUSERSPROFILE%\\Music" "CommonPictures"=str(2):"%ALLUSERSPROFILE%\\Pictures" "CommonVideo"=str(2):"%ALLUSERSPROFILE%\\Videos" -[Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] 1461223187 -#time=1d19b9e2f6e1702 -"@AdobeFangsongStd-Regular"="Z:\\Library\\Fonts\\AdobeFangsongStd-Regular.otf" -"@AdobeFanHeitiStd-Bold"="Z:\\Library\\Fonts\\AdobeFanHeitiStd-Bold.otf" -"@AdobeGothicStd-Bold"="Z:\\Library\\Fonts\\AdobeGothicStd-Bold.otf" -"@AdobeHeitiStd-Regular"="Z:\\Library\\Fonts\\AdobeHeitiStd-Regular.otf" -"@AdobeKaitiStd-Regular"="Z:\\Library\\Fonts\\AdobeKaitiStd-Regular.otf" -"@AdobeMingStd-Light"="Z:\\Library\\Fonts\\AdobeMingStd-Light.otf" -"@AdobeMyungjoStd-Medium"="Z:\\Library\\Fonts\\AdobeMyungjoStd-Medium.otf" -"@AdobeSongStd-Light"="Z:\\Library\\Fonts\\AdobeSongStd-Light.otf" -"@Apple SD Gothic Neo Regular"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" -"@Arial Unicode MS"="Z:\\Library\\Fonts\\Arial Unicode.ttf" -"@Baoli SC Regular"="Z:\\Library\\Fonts\\Baoli.ttc" -"@Batang"="Z:\\Library\\Fonts\\Microsoft\\Batang.ttf" -"@Brush Script MT Italic"="Z:\\Library\\Fonts\\Brush Script.ttf" -"@Gulim"="Z:\\Library\\Fonts\\Microsoft\\Gulim.ttf" -"@Hannotate SC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@Hannotate SC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@Hannotate TC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@Hannotate TC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@HanWang KaiBold-Gb5"="Z:\\Users\\jamie\\Library\\Fonts\\wts11.ttf" -"@HanziPen SC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@HanziPen TC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@HanziPen TC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@Heiti SC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"@Heiti SC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"@Heiti TC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"@Heiti TC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"@Hiragino Sans GB W3"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W3.ttc" -"@Hiragino Sans GB W6"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W6.ttc" -"@Hiragino Sans W0"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" -"@Hiragino Sans W1"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" -"@Hiragino Sans W2"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" -"@Hiragino Sans W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" -"@Hiragino Sans W4"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" -"@Hiragino Sans W5"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" -"@Hiragino Sans W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" -"@Hiragino Sans W7"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" -"@Hiragino Sans W8"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" -"@Hiragino Sans W9"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" -"@HiraMaruPro-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"@HiraMaruProN-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"@HiraMinPro-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"@HiraMinPro-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"@HiraMinProN-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"@HiraMinProN-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"@Hoefler Text Ornaments"="Z:\\Library\\Fonts\\Hoefler Text Ornaments.ttf" -"@Kaiti SC Black"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti SC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti SC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti TC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti TC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Klee Demibold"="Z:\\Library\\Fonts\\Klee.ttc" -"@Klee Medium"="Z:\\Library\\Fonts\\Klee.ttc" -"@KozGoPr6N-Bold"="Z:\\Library\\Fonts\\KozGoPr6N-Bold.otf" -"@KozGoPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozGoPr6N-ExtraLight.otf" -"@KozGoPr6N-Heavy"="Z:\\Library\\Fonts\\KozGoPr6N-Heavy.otf" -"@KozGoPr6N-Light"="Z:\\Library\\Fonts\\KozGoPr6N-Light.otf" -"@KozGoPr6N-Medium"="Z:\\Library\\Fonts\\KozGoPr6N-Medium.otf" -"@KozGoPr6N-Regular"="Z:\\Library\\Fonts\\KozGoPr6N-Regular.otf" -"@KozGoPro-Bold"="Z:\\Library\\Fonts\\KozGoPro-Bold.otf" -"@KozGoPro-ExtraLight"="Z:\\Library\\Fonts\\KozGoPro-ExtraLight.otf" -"@KozGoPro-Heavy"="Z:\\Library\\Fonts\\KozGoPro-Heavy.otf" -"@KozGoPro-Light"="Z:\\Library\\Fonts\\KozGoPro-Light.otf" -"@KozGoPro-Medium"="Z:\\Library\\Fonts\\KozGoPro-Medium.otf" -"@KozGoPro-Regular"="Z:\\Library\\Fonts\\KozGoPro-Regular.otf" -"@KozMinPr6N-Bold"="Z:\\Library\\Fonts\\KozMinPr6N-Bold.otf" -"@KozMinPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozMinPr6N-ExtraLight.otf" -"@KozMinPr6N-Heavy"="Z:\\Library\\Fonts\\KozMinPr6N-Heavy.otf" -"@KozMinPr6N-Light"="Z:\\Library\\Fonts\\KozMinPr6N-Light.otf" -"@KozMinPr6N-Medium"="Z:\\Library\\Fonts\\KozMinPr6N-Medium.otf" -"@KozMinPr6N-Regular"="Z:\\Library\\Fonts\\KozMinPr6N-Regular.otf" -"@KozMinPro-Bold"="Z:\\Library\\Fonts\\KozMinPro-Bold.otf" -"@KozMinPro-ExtraLight"="Z:\\Library\\Fonts\\KozMinPro-ExtraLight.otf" -"@KozMinPro-Heavy"="Z:\\Library\\Fonts\\KozMinPro-Heavy.otf" -"@KozMinPro-Light"="Z:\\Library\\Fonts\\KozMinPro-Light.otf" -"@KozMinPro-Medium"="Z:\\Library\\Fonts\\KozMinPro-Medium.otf" -"@KozMinPro-Regular"="Z:\\Library\\Fonts\\KozMinPro-Regular.otf" -"@Lantinghei SC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei SC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei SC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei TC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei TC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei TC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Libian SC Regular"="Z:\\Library\\Fonts\\Libian.ttc" -"@Meiryo"="Z:\\Library\\Fonts\\Microsoft\\Meiryo.ttf" -"@Meiryo Bold"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold.ttf" -"@Meiryo Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold Italic.ttf" -"@Meiryo Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Italic.ttf" -"@MingLiU"="Z:\\Library\\Fonts\\Microsoft\\MingLiU.ttf" -"@MingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"@MingLiU_HKSCS"="Z:\\Library\\Fonts\\Microsoft\\mingliu_hkscs.ttf" -"@MingLiU_HKSCS-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"@MS Gothic"="Z:\\Library\\Fonts\\Microsoft\\MS Gothic.ttf" -"@MS Mincho"="Z:\\Library\\Fonts\\Microsoft\\MS Mincho.ttf" -"@MS PGothic"="Z:\\Library\\Fonts\\Microsoft\\MS PGothic.ttf" -"@MS PMincho"="Z:\\Library\\Fonts\\Microsoft\\MS PMincho.ttf" -"@Nanum Brush Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"@Nanum Pen Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"@NanumGothic"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"@NanumGothic Bold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"@NanumGothic ExtraBold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"@NanumMyeongjo"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"@NanumMyeongjoBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"@NanumMyeongjoExtraBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"@Optima ExtraBlack"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"@PingFang HK Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PMingLiU"="Z:\\Library\\Fonts\\Microsoft\\PMingLiU.ttf" -"@PMingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"@SimHei"="Z:\\Library\\Fonts\\Microsoft\\SimHei.ttf" -"@SimSun"="Z:\\Library\\Fonts\\Microsoft\\SimSun.ttf" -"@SimSun-ExtB"="Z:\\Library\\Fonts\\Microsoft\\SimSun-ExtB.ttf" -"@Songti SC Black"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti SC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti SC Light"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti SC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti TC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti TC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"@STKaiti"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@STSong"="Z:\\Library\\Fonts\\Songti.ttc" -"@Tsukushi A Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiAMaruGothic.ttc" -"@Tsukushi B Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiBMaruGothic.ttc" -"@Wawati SC Regular"="Z:\\Library\\Fonts\\WawaSC-Regular.otf" -"@Wawati TC Regular"="Z:\\Library\\Fonts\\WawaTC-Regular.otf" -"@Weibei SC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@Weibei TC Bold"="Z:\\Library\\Fonts\\WeibeiTC-Bold.otf" -"@Xingkai SC Bold"="Z:\\Library\\Fonts\\Xingkai.ttc" -"@Xingkai SC Light"="Z:\\Library\\Fonts\\Xingkai.ttc" -"@Yuanti SC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti SC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti SC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti TC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti TC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti TC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@YuGothic Bold"="Z:\\Library\\Fonts\\Yu Gothic Bold.otf" -"@YuGothic Medium"="Z:\\Library\\Fonts\\Yu Gothic Medium.otf" -"@YuMincho +36p Kana Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@YuMincho +36p Kana Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@YuMincho Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@YuMincho Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@Yuppy SC Regular"="Z:\\Library\\Fonts\\YuppySC-Regular.otf" -"@Yuppy TC Regular"="Z:\\Library\\Fonts\\YuppyTC-Regular.otf" -"Abadi MT Condensed Extra Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Abadi MT Condensed Extra Bold_1772.ttf" -"Abadi MT Condensed Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Abadi MT Condensed Light_1771.ttf" -"ACaslonPro-Bold"="Z:\\Library\\Fonts\\ACaslonPro-Bold.otf" -"ACaslonPro-BoldItalic"="Z:\\Library\\Fonts\\ACaslonPro-BoldItalic.otf" -"ACaslonPro-Italic"="Z:\\Library\\Fonts\\ACaslonPro-Italic.otf" -"ACaslonPro-Regular"="Z:\\Library\\Fonts\\ACaslonPro-Regular.otf" -"ACaslonPro-Semibold"="Z:\\Library\\Fonts\\ACaslonPro-Semibold.otf" -"ACaslonPro-SemiboldItalic"="Z:\\Library\\Fonts\\ACaslonPro-SemiboldItalic.otf" -"Adobe Gurmukhi"="Z:\\Library\\Fonts\\AdobeGurmukhi-Regular.otf" -"Adobe Gurmukhi Bold"="Z:\\Library\\Fonts\\AdobeGurmukhi-Bold.otf" -"Adobe Naskh Medium"="Z:\\Library\\Fonts\\AdobeNaskh-Medium.otf" -"AdobeArabic-Bold"="Z:\\Library\\Fonts\\AdobeArabic-Bold.otf" -"AdobeArabic-BoldItalic"="Z:\\Library\\Fonts\\AdobeArabic-BoldItalic.otf" -"AdobeArabic-Italic"="Z:\\Library\\Fonts\\AdobeArabic-Italic.otf" -"AdobeArabic-Regular"="Z:\\Library\\Fonts\\AdobeArabic-Regular.otf" -"AdobeDevanagari-Bold"="Z:\\Library\\Fonts\\AdobeDevanagari-Bold.otf" -"AdobeDevanagari-BoldItalic"="Z:\\Library\\Fonts\\AdobeDevanagari-BoldItalic.otf" -"AdobeDevanagari-Italic"="Z:\\Library\\Fonts\\AdobeDevanagari-Italic.otf" -"AdobeDevanagari-Regular"="Z:\\Library\\Fonts\\AdobeDevanagari-Regular.otf" -"AdobeFangsongStd-Regular"="Z:\\Library\\Fonts\\AdobeFangsongStd-Regular.otf" -"AdobeFanHeitiStd-Bold"="Z:\\Library\\Fonts\\AdobeFanHeitiStd-Bold.otf" -"AdobeGothicStd-Bold"="Z:\\Library\\Fonts\\AdobeGothicStd-Bold.otf" -"AdobeHebrew-Bold"="Z:\\Library\\Fonts\\AdobeHebrew-Bold.otf" -"AdobeHebrew-BoldItalic"="Z:\\Library\\Fonts\\AdobeHebrew-BoldItalic.otf" -"AdobeHebrew-Italic"="Z:\\Library\\Fonts\\AdobeHebrew-Italic.otf" -"AdobeHebrew-Regular"="Z:\\Library\\Fonts\\AdobeHebrew-Regular.otf" -"AdobeHeitiStd-Regular"="Z:\\Library\\Fonts\\AdobeHeitiStd-Regular.otf" -"AdobeKaitiStd-Regular"="Z:\\Library\\Fonts\\AdobeKaitiStd-Regular.otf" -"AdobeMingStd-Light"="Z:\\Library\\Fonts\\AdobeMingStd-Light.otf" -"AdobeMyungjoStd-Medium"="Z:\\Library\\Fonts\\AdobeMyungjoStd-Medium.otf" -"AdobeSongStd-Light"="Z:\\Library\\Fonts\\AdobeSongStd-Light.otf" -"AGaramondPro-Bold"="Z:\\Library\\Fonts\\AGaramondPro-Bold.otf" -"AGaramondPro-BoldItalic"="Z:\\Library\\Fonts\\AGaramondPro-BoldItalic.otf" -"AGaramondPro-Italic"="Z:\\Library\\Fonts\\AGaramondPro-Italic.otf" -"AGaramondPro-Regular"="Z:\\Library\\Fonts\\AGaramondPro-Regular.otf" -"Al Bayan Plain"="Z:\\Library\\Fonts\\AlBayan.ttc" -"Al Nile"="Z:\\Library\\Fonts\\Al Nile.ttc" -"Al Nile Bold"="Z:\\Library\\Fonts\\Al Nile.ttc" -"Al Tarikh Regular"="Z:\\Library\\Fonts\\Al Tarikh.ttc" -"American Typewriter"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Bold"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Condensed"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Condensed Bold"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Condensed Light"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Light"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"Andale Mono"="Z:\\Library\\Fonts\\Andale Mono.ttf" -"Andale Mono for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Andale_Mono-Powerline.ttf" -"Anonymous Pro"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro.ttf" -"Anonymous Pro Bold"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro B.ttf" -"Anonymous Pro Bold Italic"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro BI.ttf" -"Anonymous Pro Italic"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro I.ttf" -"Apple Braille"="Z:\\System\\Library\\Fonts\\Apple Braille.ttf" -"Apple Braille Outline 6 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 6 Dot.ttf" -"Apple Braille Outline 8 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 8 Dot.ttf" -"Apple Braille Pinpoint 6 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 6 Dot.ttf" -"Apple Braille Pinpoint 8 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 8 Dot.ttf" -"Apple Casual"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\AppleCasual.dfont_09a7.ttf" -"Apple Chancery"="Z:\\Library\\Fonts\\Apple Chancery.ttf" -"Apple Color Emoji"="Z:\\System\\Library\\Fonts\\Apple Color Emoji.ttf" -"Apple SD Gothic Neo Regular"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" -"Apple Symbols"="Z:\\System\\Library\\Fonts\\Apple Symbols.ttc" -"Arial"="Z:\\Library\\Fonts\\Microsoft\\Arial.ttf" -"Arial Black"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Arial Black_2f2d.ttf" -"Arial Bold"="Z:\\Library\\Fonts\\Microsoft\\Arial Bold.ttf" -"Arial Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Arial Bold Italic.ttf" -"Arial Hebrew"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" -"Arial Hebrew Bold"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" -"Arial Hebrew Light"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" -"Arial Italic"="Z:\\Library\\Fonts\\Microsoft\\Arial Italic.ttf" -"Arial Narrow"="Z:\\Library\\Fonts\\Arial Narrow.ttf" -"Arial Narrow Bold"="Z:\\Library\\Fonts\\Arial Narrow Bold.ttf" -"Arial Narrow Bold Italic"="Z:\\Library\\Fonts\\Arial Narrow Bold Italic.ttf" -"Arial Narrow Italic"="Z:\\Library\\Fonts\\Arial Narrow Italic.ttf" -"Arial Rounded MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Arial Rounded Bold_302d.ttf" -"Arial Unicode MS"="Z:\\Library\\Fonts\\Arial Unicode.ttf" -"Avenir Black"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Black Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Book"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Book Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Heavy"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Heavy Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Light"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Light Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Medium"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Medium Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Next Bold"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Condensed Bold"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Demi Bold"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Demi Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Heavy"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Heavy Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Medium"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Regular"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Demi Bold"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Demi Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Heavy"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Heavy Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Medium"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Medium Condensed Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Medium Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Regular"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Ultra Light Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Roman"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"AvenirNext-UltraLight"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Ayuthaya"="Z:\\Library\\Fonts\\Ayuthaya.ttf" -"Baghdad Regular"="Z:\\Library\\Fonts\\Baghdad.ttc" -"Bangla MN"="Z:\\Library\\Fonts\\Bangla MN.ttc" -"Bangla MN Bold"="Z:\\Library\\Fonts\\Bangla MN.ttc" -"Bangla Sangam MN"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" -"Bangla Sangam MN Bold"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" -"Baoli SC Regular"="Z:\\Library\\Fonts\\Baoli.ttc" -"Baskerville"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Bold"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Bold Italic"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Italic"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Old Face"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Baskerville Old Face_13c3.ttf" -"Baskerville SemiBold"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville SemiBold Italic"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Batang"="Z:\\Library\\Fonts\\Microsoft\\Batang.ttf" -"Bauhaus 93"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bauhaus 93_20b6.ttf" -"Beirut Regular"="Z:\\Library\\Fonts\\Beirut.ttc" -"Bell MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bell MT_13c4.ttf" -"Bell MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bell MT_13c5.ttf" -"Bell MT Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bell MT_13c6.ttf" -"BellGothicStd-Black"="Z:\\Users\\jamie\\Library\\Fonts\\BellGothicStd-Black-1.otf" -"BellGothicStd-Bold"="Z:\\Users\\jamie\\Library\\Fonts\\BELLGOTHICSTD-BOLD.OTF" -"Bernard MT Condensed"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bernard MT Condensed_1000.ttf" -"Big Caslon Medium"="Z:\\Library\\Fonts\\BigCaslon.ttf" -"BirchStd"="Z:\\Library\\Fonts\\BirchStd.otf" -"BlackoakStd"="Z:\\Library\\Fonts\\BlackoakStd.otf" -"BlairMdITC TT Medium"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\BlairMdITC TT-Medium_060f.ttf" -"Bodoni 72 Bold"="Z:\\Library\\Fonts\\Bodoni 72.ttc" -"Bodoni 72 Book"="Z:\\Library\\Fonts\\Bodoni 72.ttc" -"Bodoni 72 Book Italic"="Z:\\Library\\Fonts\\Bodoni 72.ttc" -"Bodoni 72 Oldstyle Bold"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" -"Bodoni 72 Oldstyle Book"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" -"Bodoni 72 Oldstyle Book Italic"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" -"Bodoni 72 Smallcaps Book"="Z:\\Library\\Fonts\\Bodoni 72 Smallcaps Book.ttf" -"Bodoni Ornaments"="Z:\\Library\\Fonts\\Bodoni Ornaments.ttf" -"Book Antiqua"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d2.ttf" -"Book Antiqua Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d3.ttf" -"Book Antiqua Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d5.ttf" -"Book Antiqua Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d4.ttf" -"Bookman Old Style"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_139e.ttf" -"Bookman Old Style Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_139f.ttf" -"Bookman Old Style Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_13a1.ttf" -"Bookman Old Style Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_13a0.ttf" -"Bookshelf Symbol 7"="Z:\\Library\\Fonts\\Microsoft\\Bookshelf Symbol 7.ttf" -"Bradley Hand Bold"="Z:\\Library\\Fonts\\Bradley Hand Bold.ttf" -"Braggadocio"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Braggadocio_1000.ttf" -"Bright Young Things"="Z:\\Users\\jamie\\Library\\Fonts\\Bright Young Things.ttf" -"Britannic Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Britannic Bold_13c9.ttf" -"Brush Script MT Italic"="Z:\\Library\\Fonts\\Brush Script.ttf" -"BrushScriptStd"="Z:\\Library\\Fonts\\BrushScriptStd.otf" -"Calibri"="Z:\\Library\\Fonts\\Microsoft\\Calibri.ttf" -"Calibri Bold"="Z:\\Library\\Fonts\\Microsoft\\Calibri Bold.ttf" -"Calibri Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Calibri Bold Italic.ttf" -"Calibri Italic"="Z:\\Library\\Fonts\\Microsoft\\Calibri Italic.ttf" -"Calibri Light"="Z:\\Library\\Fonts\\Microsoft\\Calibril.ttf" -"Calisto MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1000.ttf" -"Calisto MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1001.ttf" -"Calisto MT Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1003.ttf" -"Calisto MT Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1002.ttf" -"Cambria"="Z:\\Library\\Fonts\\Microsoft\\Cambria.ttf" -"Cambria Bold"="Z:\\Library\\Fonts\\Microsoft\\Cambria Bold.ttf" -"Cambria Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Cambria Bold Italic.ttf" -"Cambria Italic"="Z:\\Library\\Fonts\\Microsoft\\Cambria Italic.ttf" -"Cambria Math"="Z:\\Library\\Fonts\\Microsoft\\Cambria Math.ttf" -"Candara"="Z:\\Library\\Fonts\\Microsoft\\Candara.ttf" -"Candara Bold"="Z:\\Library\\Fonts\\Microsoft\\Candara Bold.ttf" -"Candara Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Candara Bold Italic.ttf" -"Candara Italic"="Z:\\Library\\Fonts\\Microsoft\\Candara Italic.ttf" -"Century"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century_14d7.ttf" -"Century Gothic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee4.ttf" -"Century Gothic Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee5.ttf" -"Century Gothic Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee7.ttf" -"Century Gothic Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee6.ttf" -"Century Schoolbook"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a6.ttf" -"Century Schoolbook Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a7.ttf" -"Century Schoolbook Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a9.ttf" -"Century Schoolbook Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a8.ttf" -"Chalkboard"="Z:\\Library\\Fonts\\Chalkboard.ttc" -"Chalkboard Bold"="Z:\\Library\\Fonts\\Chalkboard.ttc" -"Chalkboard SE Bold"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" -"Chalkboard SE Light"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" -"Chalkboard SE Regular"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" -"Chalkduster"="Z:\\Library\\Fonts\\Chalkduster.ttf" -"ChaparralPro-Bold"="Z:\\Library\\Fonts\\ChaparralPro-Bold.otf" -"ChaparralPro-BoldIt"="Z:\\Library\\Fonts\\ChaparralPro-BoldIt.otf" -"ChaparralPro-Italic"="Z:\\Library\\Fonts\\ChaparralPro-Italic.otf" -"ChaparralPro-LightIt"="Z:\\Library\\Fonts\\ChaparralPro-LightIt.otf" -"ChaparralPro-Regular"="Z:\\Library\\Fonts\\ChaparralPro-Regular.otf" -"CharlemagneStd-Bold"="Z:\\Library\\Fonts\\CharlemagneStd-Bold.otf" -"Cochin"="Z:\\Library\\Fonts\\Cochin.ttc" -"Cochin Bold"="Z:\\Library\\Fonts\\Cochin.ttc" -"Cochin Bold Italic"="Z:\\Library\\Fonts\\Cochin.ttc" -"Cochin Italic"="Z:\\Library\\Fonts\\Cochin.ttc" -"Colonna MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Colonna_17fc.ttf" -"Comic Sans MS"="Z:\\Library\\Fonts\\Comic Sans MS.ttf" -"Comic Sans MS Bold"="Z:\\Library\\Fonts\\Comic Sans MS Bold.ttf" -"Consolas"="Z:\\Library\\Fonts\\Microsoft\\Consolas.ttf" -"Consolas Bold"="Z:\\Library\\Fonts\\Microsoft\\Consolas Bold.ttf" -"Consolas Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Consolas Bold Italic.ttf" -"Consolas Italic"="Z:\\Library\\Fonts\\Microsoft\\Consolas Italic.ttf" -"Constantia"="Z:\\Library\\Fonts\\Microsoft\\Constantia.ttf" -"Constantia Bold"="Z:\\Library\\Fonts\\Microsoft\\Constantia Bold.ttf" -"Constantia Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Constantia Bold Italic.ttf" -"Constantia Italic"="Z:\\Library\\Fonts\\Microsoft\\Constantia Italic.ttf" -"Cooper Black"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Cooper Black_6499.ttf" -"CooperBlackStd"="Z:\\Library\\Fonts\\CooperBlackStd.otf" -"CooperBlackStd-Italic"="Z:\\Library\\Fonts\\CooperBlackStd-Italic.otf" -"Copperplate"="Z:\\Library\\Fonts\\Copperplate.ttc" -"Copperplate Bold"="Z:\\Library\\Fonts\\Copperplate.ttc" -"Copperplate Gothic Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Copperplate Gothic Bold_1776.ttf" -"Copperplate Gothic Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Copperplate Gothic Light_1777.ttf" -"Copperplate Light"="Z:\\Library\\Fonts\\Copperplate.ttc" -"Corbel"="Z:\\Library\\Fonts\\Microsoft\\Corbel.ttf" -"Corbel Bold"="Z:\\Library\\Fonts\\Microsoft\\Corbel Bold.ttf" -"Corbel Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Corbel Bold Italic.ttf" -"Corbel Italic"="Z:\\Library\\Fonts\\Microsoft\\Corbel Italic.ttf" -"Corsiva Hebrew"="Z:\\Library\\Fonts\\Corsiva.ttc" -"Corsiva Hebrew Bold"="Z:\\Library\\Fonts\\Corsiva.ttc" +[Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] 1528075999 +#time=1d3fba404e4e458 +"@Apple LiSung Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f32353d902bf98577cf10705d5bea3a060a97e8a.asset\\AssetData\\AppleLiSung-Light.ttf" +"@Apple SD Gothic Neo Regular (TrueType)"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" +"@Arial Unicode MS (TrueType)"="Z:\\Library\\Fonts\\Arial Unicode.ttf" +"@Baoli SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"@Baoli TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"@Brush Script MT Italic (TrueType)"="Z:\\Library\\Fonts\\Brush Script.ttf" +"@Hannotate SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\540cea47ae7cf17ba79cc63d70905a2c386f3f62.asset\\AssetData\\Hannotate.ttc" +"@HanziPen SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\667f02f6ae86fe90ee89d0930afff409c85ad6ac.asset\\AssetData\\Hanzipen.ttc" +"@Heiti SC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"@Heiti SC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"@Heiti TC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"@Heiti TC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"@Hiragino Sans CNS W3 (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f49eecf252fb0fa3485147173cadc8dfe5f10d74.asset\\AssetData\\Hiragino_Sans_CNS.ttc" +"@Hiragino Sans GB W3 (TrueType)"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB.ttc" +"@Hiragino Sans W0 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" +"@Hiragino Sans W1 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" +"@Hiragino Sans W2 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" +"@Hiragino Sans W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" +"@Hiragino Sans W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" +"@Hiragino Sans W5 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" +"@Hiragino Sans W6 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" +"@Hiragino Sans W7 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" +"@Hiragino Sans W8 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" +"@Hiragino Sans W9 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" +"@HiraMaruPro-W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" +"@HiraMinProN-W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN.ttc" +"@Kaiti SC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti TC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Klee Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\28dbce4dbfe99634fe0c22b88873d1ed16157da2.asset\\AssetData\\Klee.ttc" +"@Lantinghei SC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei SC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei SC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei TC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei TC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei TC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Libian SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"@Libian TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"@LiHei Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e356d69f743bebacaa057d187a1c3a53b991452e.asset\\AssetData\\LiHeiPro.ttf" +"@LingWai SC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b085babea7b5ddc9ef1bf3eb5b5bd521f515024.asset\\AssetData\\LingWaiSC-Medium.otf" +"@LingWai TC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\610439a1f1ad0e3a5703b432dd5d3f7114dcd8b4.asset\\AssetData\\LingWaiTC-Medium.otf" +"@LiSong Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\83f4aa261ef8173df8211fd7057ae0df68af1d84.asset\\AssetData\\LiSongPro.ttf" +"@Nanum Brush Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"@Nanum Pen Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"@NanumGothic (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"@NanumGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"@NanumGothic ExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"@NanumMyeongjo (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"@NanumMyeongjoBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"@NanumMyeongjoExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"@PingFang HK Regular (TrueType)"="Z:\\System\\Library\\Fonts\\PingFang.ttc" +"@Songti SC Black (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti SC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti SC Light (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti SC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti TC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti TC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@STFangsong (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1eaff3ada787e1beb4a74fedfcc40df66cba7e0.asset\\AssetData\\STFANGSO.ttf" +"@STHeiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\32ee1600791572d4fc4b5664c1253d7073def14b.asset\\AssetData\\STHEITI.ttf" +"@STKaiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@STSong (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@STXihei (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\29bb0031ce330cd68c12a3f2a62d2af883efd25f.asset\\AssetData\\STXIHEI.ttf" +"@Toppan Bunkyu Gothic Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d3797dd134f5a99e36fd00365634597fe63e32d5.asset\\AssetData\\ToppanBunkyuGothicPr6N.ttc" +"@Toppan Bunkyu Mincho Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\5ef29fdde08d55779e9b6bc61cd9dd35b0bdf81c.asset\\AssetData\\ToppanBunkyuMinchoPr6N-Regular.otf" +"@Wawati SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1d3ff82458a311e54a2d1431e07a9dba18f6b33.asset\\AssetData\\WawaSC-Regular.otf" +"@Wawati TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e4b7f3aaf2e1e1a3ddc09b56de4c8fcdf8f33c41.asset\\AssetData\\WawaTC-Regular.otf" +"@Weibei SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\714b3197966fe770a7bc4f169c696ae161587834.asset\\AssetData\\WeibeiSC-Bold.otf" +"@Weibei TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d5b95291798fea1a60a37226fe357503a03f633d.asset\\AssetData\\WeibeiTC-Bold.otf" +"@Xingkai SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Xingkai SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Xingkai TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Xingkai TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Yuanti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@YuGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\9bcd44527ef393ed216f6506bddb5e950c2c752c.asset\\AssetData\\YuGothic-Bold.otf" +"@YuGothic Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d247c6fc43ef7fe005d9e59eae5ae23e7e10d4c.asset\\AssetData\\YuGothic-Medium.otf" +"@YuKyokasho Yoko Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\824f5d9316cf364d808aa8de8d698113503cc59b.asset\\AssetData\\Kyokasho.ttc" +"@YuMincho Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3062c8c32be86d60efd385f5e7021b7438f29cb0.asset\\AssetData\\YuMincho.ttc" +"@Yuppy SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\4f6414db403d33f6df5deef5eef6f91d0d57ecfc.asset\\AssetData\\YuppySC-Regular.otf" +"@Yuppy TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b4f5b00faf2d7fa028eed01f8c3d611f63bfeaa.asset\\AssetData\\YuppyTC-Regular.otf" +"Al Bayan Plain (TrueType)"="Z:\\Library\\Fonts\\AlBayan.ttc" +"Al Nile (TrueType)"="Z:\\Library\\Fonts\\Al Nile.ttc" +"Al Tarikh Regular (TrueType)"="Z:\\Library\\Fonts\\Al Tarikh.ttc" +"American Typewriter (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Bold (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Condensed (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Condensed Bold (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Condensed Light (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Light (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Semibold (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"Andale Mono (TrueType)"="Z:\\Library\\Fonts\\Andale Mono.ttf" +"Apple Braille (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille.ttf" +"Apple Braille Outline 6 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 6 Dot.ttf" +"Apple Braille Outline 8 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 8 Dot.ttf" +"Apple Braille Pinpoint 6 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 6 Dot.ttf" +"Apple Braille Pinpoint 8 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 8 Dot.ttf" +"Apple Chancery (TrueType)"="Z:\\Library\\Fonts\\Apple Chancery.ttf" +"Apple Color Emoji (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Color Emoji.ttc" +"Apple LiGothic Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\075c0b3c47fe52a074de839972a6b3c307a9aaf6.asset\\AssetData\\AppleLiGothic-Medium.ttf" +"Apple LiSung Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f32353d902bf98577cf10705d5bea3a060a97e8a.asset\\AssetData\\AppleLiSung-Light.ttf" +"Apple SD Gothic Neo Regular (TrueType)"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" +"Apple Symbols (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Symbols.ttf" +"Arial (TrueType)"="Z:\\Library\\Fonts\\Arial.ttf" +"Arial Black (TrueType)"="Z:\\Library\\Fonts\\Arial Black.ttf" +"Arial Bold (TrueType)"="Z:\\Library\\Fonts\\Arial Bold.ttf" +"Arial Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Bold Italic.ttf" +"Arial Hebrew (TrueType)"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" +"Arial Hebrew Bold (TrueType)"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" +"Arial Hebrew Light (TrueType)"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" +"Arial Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Italic.ttf" +"Arial Narrow (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow.ttf" +"Arial Narrow Bold (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow Bold.ttf" +"Arial Narrow Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow Bold Italic.ttf" +"Arial Narrow Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow Italic.ttf" +"Arial Rounded MT Bold (TrueType)"="Z:\\Library\\Fonts\\Arial Rounded Bold.ttf" +"Arial Unicode MS (TrueType)"="Z:\\Library\\Fonts\\Arial Unicode.ttf" +"Avenir Black (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Black Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Book (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Book Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Heavy (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Heavy Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Light (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Light Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Medium (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Medium Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Next Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Condensed Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Demi Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Demi Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Heavy (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Heavy Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Medium (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Demi Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Demi Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Heavy (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Heavy Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Medium (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Medium Condensed Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Medium Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Ultra Light Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Roman (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"AvenirNext-UltraLight (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Ayuthaya (TrueType)"="Z:\\Library\\Fonts\\Ayuthaya.ttf" +"Baekmuk Batang (TrueType)"="batang.ttf" +"Baekmuk Dotum (TrueType)"="dotum.ttf" +"Baekmuk Gulim (TrueType)"="gulim.ttf" +"Baekmuk Headline (TrueType)"="hline.ttf" +"Baghdad Regular (TrueType)"="Z:\\Library\\Fonts\\Baghdad.ttc" +"Bangla MN (TrueType)"="Z:\\Library\\Fonts\\Bangla MN.ttc" +"Bangla MN Bold (TrueType)"="Z:\\Library\\Fonts\\Bangla MN.ttc" +"Bangla Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" +"Bangla Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" +"Baoli SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"Baoli TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"Baskerville (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville Bold (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville Italic (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville SemiBold (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville SemiBold Italic (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Beirut Regular (TrueType)"="Z:\\Library\\Fonts\\Beirut.ttc" +"BiauKai (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\fabac6d3efdf38edffb7ac8258aade66877812d2.asset\\AssetData\\BiauKai.ttf" +"Big Caslon Medium (TrueType)"="Z:\\Library\\Fonts\\BigCaslon.ttf" +"Bodoni 72 Bold (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72.ttc" +"Bodoni 72 Book (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72.ttc" +"Bodoni 72 Book Italic (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72.ttc" +"Bodoni 72 Oldstyle Bold (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" +"Bodoni 72 Oldstyle Book (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" +"Bodoni 72 Oldstyle Book Italic (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" +"Bodoni 72 Smallcaps Book (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 Smallcaps Book.ttf" +"Bodoni Ornaments (TrueType)"="Z:\\Library\\Fonts\\Bodoni Ornaments.ttf" +"Bradley Hand Bold (TrueType)"="Z:\\Library\\Fonts\\Bradley Hand Bold.ttf" +"Brush Script MT Italic (TrueType)"="Z:\\Library\\Fonts\\Brush Script.ttf" +"Chalkboard (TrueType)"="Z:\\Library\\Fonts\\Chalkboard.ttc" +"Chalkboard Bold (TrueType)"="Z:\\Library\\Fonts\\Chalkboard.ttc" +"Chalkboard SE Bold (TrueType)"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" +"Chalkboard SE Light (TrueType)"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" +"Chalkboard SE Regular (TrueType)"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" +"Chalkduster (TrueType)"="Z:\\Library\\Fonts\\Chalkduster.ttf" +"Charter Black (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Black Italic (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Bold (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter BT Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Italic (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Roman (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Cochin (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Cochin Bold (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Cochin Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Cochin Italic (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Comic Sans MS (TrueType)"="Z:\\Library\\Fonts\\Comic Sans MS.ttf" +"Comic Sans MS Bold (TrueType)"="Z:\\Library\\Fonts\\Comic Sans MS Bold.ttf" +"Copperplate (TrueType)"="Z:\\Library\\Fonts\\Copperplate.ttc" +"Copperplate Bold (TrueType)"="Z:\\Library\\Fonts\\Copperplate.ttc" +"Copperplate Light (TrueType)"="Z:\\Library\\Fonts\\Copperplate.ttc" +"Corsiva Hebrew (TrueType)"="Z:\\Library\\Fonts\\Corsiva.ttc" +"Corsiva Hebrew Bold (TrueType)"="Z:\\Library\\Fonts\\Corsiva.ttc" "Courier"="coure.fon" -"Courier New"="Z:\\Library\\Fonts\\Courier New.ttf" -"Courier New Bold"="Z:\\Library\\Fonts\\Courier New Bold.ttf" -"Courier New Bold Italic"="Z:\\Library\\Fonts\\Courier New Bold Italic.ttf" -"Courier New Italic"="Z:\\Library\\Fonts\\Courier New Italic.ttf" -"CoventryGardenNF"="Z:\\Users\\jamie\\Library\\Fonts\\CoventryGardenNF.otf" -"Cracked"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Cracked_49c1.ttf" -"Curlz MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Curlz MT_1000.ttf" -"Damascus Regular"="Z:\\Library\\Fonts\\Damascus.ttc" -"DecoType Naskh Regular"="Z:\\Library\\Fonts\\DecoTypeNaskh.ttc" -"Desdemona"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Desdemona_1000.ttf" -"Devanagari MT"="Z:\\Library\\Fonts\\DevanagariMT.ttc" -"Devanagari MT Bold"="Z:\\Library\\Fonts\\DevanagariMT.ttc" -"Devanagari Sangam MN"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" -"Devanagari Sangam MN Bold"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" -"Didot"="Z:\\Library\\Fonts\\Didot.ttc" -"Didot Bold"="Z:\\Library\\Fonts\\Didot.ttc" -"Didot Italic"="Z:\\Library\\Fonts\\Didot.ttc" -"Diwan Kufi Regular"="Z:\\Library\\Fonts\\Diwan Kufi.ttc" -"Diwan Thuluth Regular"="Z:\\Library\\Fonts\\Diwan Thuluth.ttf" -"Edwardian Script ITC"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Edwardian Script ITC_6a9b.ttf" -"Engravers MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Engravers MT_1000.ttf" -"Engravers MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Engravers MT_1001.ttf" -"Euphemia UCAS"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" -"Euphemia UCAS Bold"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" -"Euphemia UCAS Italic"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" -"Eurostile"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Eurostile_13d3.ttf" -"Eurostile Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Eurostile_13d4.ttf" -"Farah Regular"="Z:\\Library\\Fonts\\Farah.ttc" -"Farisi Regular"="Z:\\Library\\Fonts\\Farisi.ttf" -"Footlight MT Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Footlight Light_2f8b.ttf" -"Franklin Gothic Book"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Book.ttf" -"Franklin Gothic Book Italic"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Book Italic.ttf" -"Franklin Gothic Medium"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Medium.ttf" -"Franklin Gothic Medium Italic"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Medium Italic.ttf" -"Futura Condensed ExtraBold"="Z:\\Library\\Fonts\\Futura.ttc" -"Futura Condensed Medium"="Z:\\Library\\Fonts\\Futura.ttc" -"Futura Medium"="Z:\\Library\\Fonts\\Futura.ttc" -"Futura Medium Italic"="Z:\\Library\\Fonts\\Futura.ttc" -"Gabriola"="Z:\\Library\\Fonts\\Microsoft\\Gabriola.ttf" -"Garamond"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Garamond_0598.ttf" -"Garamond Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Garamond_0599.ttf" -"Garamond Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Garamond_059a.ttf" -"GB18030 Bitmap"="Z:\\Library\\Fonts\\NISC18030.ttf" -"Geeza Pro Bold"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" -"Geeza Pro Regular"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" -"Geneva"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Geneva.dfont_4c24.ttf" -"Georgia"="Z:\\Library\\Fonts\\Georgia.ttf" -"Georgia Bold"="Z:\\Library\\Fonts\\Georgia Bold.ttf" -"Georgia Bold Italic"="Z:\\Library\\Fonts\\Georgia Bold Italic.ttf" -"Georgia Italic"="Z:\\Library\\Fonts\\Georgia Italic.ttf" -"GiddyupStd"="Z:\\Library\\Fonts\\GiddyupStd.otf" -"Gill Sans"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Bold"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Bold Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Light"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Light Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans MT"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT.ttf" -"Gill Sans MT Bold"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT Bold.ttf" -"Gill Sans MT Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT Bold Italic.ttf" -"Gill Sans MT Italic"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT Italic.ttf" -"Gill Sans SemiBold"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans SemiBold Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans UltraBold"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gloucester MT Extra Condensed"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Gloucester MT Extra Condensed_1779.ttf" -"Goudy Old Style"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Goudy Old Style_1000.ttf" -"Goudy Old Style Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Goudy Old Style_1001.ttf" -"Goudy Old Style Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Goudy Old Style_1002.ttf" -"Grinder"="Z:\\Users\\jamie\\Library\\Fonts\\Grinder.otf" -"Gujarati MT"="Z:\\Library\\Fonts\\GujaratiMT.ttc" -"Gujarati MT Bold"="Z:\\Library\\Fonts\\GujaratiMT.ttc" -"Gujarati Sangam MN"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" -"Gujarati Sangam MN Bold"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" -"Gulim"="Z:\\Library\\Fonts\\Microsoft\\Gulim.ttf" -"Gurmukhi MN"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" -"Gurmukhi MN Bold"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" -"Gurmukhi MT"="Z:\\Library\\Fonts\\Gurmukhi.ttf" -"Gurmukhi Sangam MN"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" -"Gurmukhi Sangam MN Bold"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" -"Haettenschweiler"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Haettenschweiler_0817.ttf" -"Handwriting - Dakota"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Handwriting - Dakota_2774.ttf" -"Hannotate SC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"Hannotate SC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"Hannotate TC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"Hannotate TC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"HanWang KaiBold-Gb5"="Z:\\Users\\jamie\\Library\\Fonts\\wts11.ttf" -"HanziPen SC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"HanziPen TC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"HanziPen TC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"Hargita"="Z:\\Users\\jamie\\Library\\Fonts\\Hargita.ttf" -"Harrington"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Harrington_1000.ttf" -"Heiti SC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"Heiti SC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"Heiti TC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"Heiti TC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"Helvetica"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_63fb.ttf" -"Helvetica Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_6f65.ttf" -"Helvetica Bold Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_190d.ttf" -"Helvetica Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_5767.ttf" -"Helvetica Light Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_1971.ttf" -"Helvetica Neue"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_3c55.ttf" -"Helvetica Neue Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_3747.ttf" -"Helvetica Neue Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_3258.ttf" -"Helvetica Neue Condensed Black"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_6de6.ttf" -"Helvetica Neue Condensed Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_778e.ttf" -"Helvetica Neue Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_4954.ttf" -"Helvetica Neue Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_5081.ttf" -"Helvetica Neue Light Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_34ca.ttf" -"Helvetica Neue Medium"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a2.ttf" -"Helvetica Neue Medium Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a5.ttf" -"Helvetica Neue Thin"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a3.ttf" -"Helvetica Neue Thin Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a4.ttf" -"Helvetica Neue UltraLight"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_1fae.ttf" -"Helvetica Neue UltraLight Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_606d.ttf" -"Helvetica Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_575d.ttf" -"Herculanum"="Z:\\Library\\Fonts\\Herculanum.ttf" -"HighFiveNF"="Z:\\Users\\jamie\\Library\\Fonts\\HighFiveNF.otf" -"Hiragino Sans GB W3"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W3.ttc" -"Hiragino Sans GB W6"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W6.ttc" -"Hiragino Sans W0"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" -"Hiragino Sans W1"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" -"Hiragino Sans W2"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" -"Hiragino Sans W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" -"Hiragino Sans W4"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" -"Hiragino Sans W5"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" -"Hiragino Sans W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" -"Hiragino Sans W7"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" -"Hiragino Sans W8"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" -"Hiragino Sans W9"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" -"HiraMaruPro-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"HiraMaruProN-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"HiraMinPro-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"HiraMinPro-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"HiraMinProN-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"HiraMinProN-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"HoboStd"="Z:\\Library\\Fonts\\HoboStd.otf" -"Hoefler Text"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Black"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Black Italic"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Italic"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Ornaments"="Z:\\Library\\Fonts\\Hoefler Text Ornaments.ttf" -"Impact"="Z:\\Library\\Fonts\\Impact.ttf" -"Imprint MT Shadow"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Imprint MT Shadow_1000.ttf" -"InaiMathi"="Z:\\Library\\Fonts\\InaiMathi.ttf" -"Iowan Old Style Black"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Black Italic"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Bold"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Bold Italic"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Italic"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Roman"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Titling"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"ITF Devanagari Marathi Medium"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi Light"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi-Bold"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi-Book"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi-Demi"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Bold"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Book"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Demi"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Light"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Medium"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"Kailasa Bold"="Z:\\Library\\Fonts\\Kailasa.ttc" -"Kailasa Regular"="Z:\\Library\\Fonts\\Kailasa.ttc" -"Kaiti SC Black"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti SC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti SC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti TC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti TC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kannada MN"="Z:\\Library\\Fonts\\Kannada MN.ttc" -"Kannada MN Bold"="Z:\\Library\\Fonts\\Kannada MN.ttc" -"Kannada Sangam MN"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" -"Kannada Sangam MN Bold"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" -"Kefa Bold"="Z:\\Library\\Fonts\\Kefa.ttc" -"Kefa Regular"="Z:\\Library\\Fonts\\Kefa.ttc" -"Khmer MN"="Z:\\Library\\Fonts\\Khmer MN.ttc" -"Khmer MN Bold"="Z:\\Library\\Fonts\\Khmer MN.ttc" -"Khmer Sangam MN"="Z:\\Library\\Fonts\\Khmer Sangam MN.ttf" -"Kino MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Kino_2c13.ttf" -"Klee Demibold"="Z:\\Library\\Fonts\\Klee.ttc" -"Klee Medium"="Z:\\Library\\Fonts\\Klee.ttc" -"Kohinoor Bangla"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Bold"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Light"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Medium"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Semibold"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Devanagari Bold"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Light"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Medium"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Regular"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Semibold"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Telugu"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Bold"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Light"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Medium"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Semibold"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kokonor Regular"="Z:\\Library\\Fonts\\Kokonor.ttf" -"KozGoPr6N-Bold"="Z:\\Library\\Fonts\\KozGoPr6N-Bold.otf" -"KozGoPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozGoPr6N-ExtraLight.otf" -"KozGoPr6N-Heavy"="Z:\\Library\\Fonts\\KozGoPr6N-Heavy.otf" -"KozGoPr6N-Light"="Z:\\Library\\Fonts\\KozGoPr6N-Light.otf" -"KozGoPr6N-Medium"="Z:\\Library\\Fonts\\KozGoPr6N-Medium.otf" -"KozGoPr6N-Regular"="Z:\\Library\\Fonts\\KozGoPr6N-Regular.otf" -"KozGoPro-Bold"="Z:\\Library\\Fonts\\KozGoPro-Bold.otf" -"KozGoPro-ExtraLight"="Z:\\Library\\Fonts\\KozGoPro-ExtraLight.otf" -"KozGoPro-Heavy"="Z:\\Library\\Fonts\\KozGoPro-Heavy.otf" -"KozGoPro-Light"="Z:\\Library\\Fonts\\KozGoPro-Light.otf" -"KozGoPro-Medium"="Z:\\Library\\Fonts\\KozGoPro-Medium.otf" -"KozGoPro-Regular"="Z:\\Library\\Fonts\\KozGoPro-Regular.otf" -"KozMinPr6N-Bold"="Z:\\Library\\Fonts\\KozMinPr6N-Bold.otf" -"KozMinPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozMinPr6N-ExtraLight.otf" -"KozMinPr6N-Heavy"="Z:\\Library\\Fonts\\KozMinPr6N-Heavy.otf" -"KozMinPr6N-Light"="Z:\\Library\\Fonts\\KozMinPr6N-Light.otf" -"KozMinPr6N-Medium"="Z:\\Library\\Fonts\\KozMinPr6N-Medium.otf" -"KozMinPr6N-Regular"="Z:\\Library\\Fonts\\KozMinPr6N-Regular.otf" -"KozMinPro-Bold"="Z:\\Library\\Fonts\\KozMinPro-Bold.otf" -"KozMinPro-ExtraLight"="Z:\\Library\\Fonts\\KozMinPro-ExtraLight.otf" -"KozMinPro-Heavy"="Z:\\Library\\Fonts\\KozMinPro-Heavy.otf" -"KozMinPro-Light"="Z:\\Library\\Fonts\\KozMinPro-Light.otf" -"KozMinPro-Medium"="Z:\\Library\\Fonts\\KozMinPro-Medium.otf" -"KozMinPro-Regular"="Z:\\Library\\Fonts\\KozMinPro-Regular.otf" -"Krungthep"="Z:\\Library\\Fonts\\Krungthep.ttf" -"KufiStandardGK Regular"="Z:\\Library\\Fonts\\KufiStandardGK.ttc" -"Lantinghei SC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei SC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei SC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei TC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei TC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei TC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lao MN"="Z:\\Library\\Fonts\\Lao MN.ttc" -"Lao MN Bold"="Z:\\Library\\Fonts\\Lao MN.ttc" -"Lao Sangam MN"="Z:\\Library\\Fonts\\Lao Sangam MN.ttf" -"LetterGothicStd"="Z:\\Library\\Fonts\\LetterGothicStd.otf" -"LetterGothicStd-Bold"="Z:\\Library\\Fonts\\LetterGothicStd-Bold.otf" -"LetterGothicStd-BoldSlanted"="Z:\\Library\\Fonts\\LetterGothicStd-BoldSlanted.otf" -"LetterGothicStd-Slanted"="Z:\\Library\\Fonts\\LetterGothicStd-Slanted.otf" -"Libian SC Regular"="Z:\\Library\\Fonts\\Libian.ttc" -"LithosPro-Black"="Z:\\Library\\Fonts\\LithosPro-Black.otf" -"LithosPro-Regular"="Z:\\Library\\Fonts\\LithosPro-Regular.otf" -"Lucida Blackletter"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Blackletter_1000.ttf" -"Lucida Bright"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1000.ttf" -"Lucida Bright Demibold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1001.ttf" -"Lucida Bright Demibold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1003.ttf" -"Lucida Bright Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1002.ttf" -"Lucida Calligraphy Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Calligraphy_1000.ttf" -"Lucida Console"="Z:\\Library\\Fonts\\Microsoft\\Lucida Console.ttf" -"Lucida Fax Demibold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1001.ttf" -"Lucida Fax Demibold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1003.ttf" -"Lucida Fax Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1002.ttf" -"Lucida Fax Regular"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1000.ttf" -"Lucida Grande"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" -"Lucida Grande Bold"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" -"Lucida Handwriting Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Handwriting_1000.ttf" -"Lucida Sans Demibold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1003.ttf" -"Lucida Sans Demibold Roman"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1001.ttf" -"Lucida Sans Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1002.ttf" -"Lucida Sans Regular"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1000.ttf" -"Lucida Sans Typewriter Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1001.ttf" -"Lucida Sans Typewriter Bold Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1003.ttf" -"Lucida Sans Typewriter Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1002.ttf" -"Lucida Sans Typewriter Regular"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1000.ttf" -"Lucida Sans Unicode"="Z:\\Library\\Fonts\\Microsoft\\Lucida Sans Unicode.ttf" -"Luminari"="Z:\\Library\\Fonts\\Luminari.ttf" -"Malayalam MN"="Z:\\Library\\Fonts\\Malayalam MN.ttc" -"Malayalam MN Bold"="Z:\\Library\\Fonts\\Malayalam MN.ttc" -"Malayalam Sangam MN"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" -"Malayalam Sangam MN Bold"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" -"Marker Felt Thin"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" -"Marker Felt Wide"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" -"Marlett"="Z:\\Library\\Fonts\\Microsoft\\Marlett.ttf" -"Matura MT Script Capitals"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Matura Script Capitals_3169.ttf" -"Meiryo"="Z:\\Library\\Fonts\\Microsoft\\Meiryo.ttf" -"Meiryo Bold"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold.ttf" -"Meiryo Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold Italic.ttf" -"Meiryo Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Italic.ttf" -"Menlo Bold"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Bold for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Bold for Powerline.ttf" -"Menlo Bold Italic"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Bold Italic for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Bold Italic for Powerline.ttf" -"Menlo Italic"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Italic for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Italic for Powerline.ttf" -"Menlo Regular"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Regular for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Regular for Powerline.ttf" -"MesquiteStd"="Z:\\Library\\Fonts\\MesquiteStd.otf" -"Microsoft Himalaya"="Z:\\Library\\Fonts\\Microsoft\\himalaya.ttf" -"Microsoft Sans Serif"="Z:\\Library\\Fonts\\Microsoft Sans Serif.ttf" -"Microsoft Tai Le"="Z:\\Library\\Fonts\\Microsoft\\taile.ttf" -"Microsoft Tai Le Bold"="Z:\\Library\\Fonts\\Microsoft\\TaiLeb.ttf" -"Microsoft Yi Baiti"="Z:\\Library\\Fonts\\Microsoft\\msyi.ttf" -"MingLiU"="Z:\\Library\\Fonts\\Microsoft\\MingLiU.ttf" -"MingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"MingLiU_HKSCS"="Z:\\Library\\Fonts\\Microsoft\\mingliu_hkscs.ttf" -"MingLiU_HKSCS-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"MinionPro-Bold"="Z:\\Library\\Fonts\\MinionPro-Bold.otf" -"MinionPro-BoldCn"="Z:\\Library\\Fonts\\MinionPro-BoldCn.otf" -"MinionPro-BoldCnIt"="Z:\\Library\\Fonts\\MinionPro-BoldCnIt.otf" -"MinionPro-BoldIt"="Z:\\Library\\Fonts\\MinionPro-BoldIt.otf" -"MinionPro-It"="Z:\\Library\\Fonts\\MinionPro-It.otf" -"MinionPro-Medium"="Z:\\Library\\Fonts\\MinionPro-Medium.otf" -"MinionPro-MediumIt"="Z:\\Library\\Fonts\\MinionPro-MediumIt.otf" -"MinionPro-Regular"="Z:\\Library\\Fonts\\MinionPro-Regular.otf" -"MinionPro-Semibold"="Z:\\Library\\Fonts\\MinionPro-Semibold.otf" -"MinionPro-SemiboldIt"="Z:\\Library\\Fonts\\MinionPro-SemiboldIt.otf" -"Mishafi Gold Regular"="Z:\\Library\\Fonts\\Mishafi Gold.ttf" -"Mishafi Regular"="Z:\\Library\\Fonts\\Mishafi.ttf" -"Mistral"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Mistral_48d1.ttf" -"Modern No. 20"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Modern No. 20_1000.ttf" -"Mongolian Baiti"="Z:\\Library\\Fonts\\Microsoft\\monbaiti.ttf" -"Monotype Corsiva"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Monotype Corsiva_07d6.ttf" -"Monotype Sorts"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Monotype Sorts_4365.ttf" -"MS Gothic"="Z:\\Library\\Fonts\\Microsoft\\MS Gothic.ttf" -"MS Mincho"="Z:\\Library\\Fonts\\Microsoft\\MS Mincho.ttf" -"MS PGothic"="Z:\\Library\\Fonts\\Microsoft\\MS PGothic.ttf" -"MS PMincho"="Z:\\Library\\Fonts\\Microsoft\\MS PMincho.ttf" -"MS Reference Sans Serif"="Z:\\Library\\Fonts\\Microsoft\\MS Reference Sans Serif.ttf" -"MS Reference Specialty"="Z:\\Library\\Fonts\\Microsoft\\MS Reference Specialty.ttf" +"Courier New (TrueType)"="Z:\\Library\\Fonts\\Courier New.ttf" +"Courier New Bold (TrueType)"="Z:\\Library\\Fonts\\Courier New Bold.ttf" +"Courier New Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Courier New Bold Italic.ttf" +"Courier New Italic (TrueType)"="Z:\\Library\\Fonts\\Courier New Italic.ttf" +"Damascus Regular (TrueType)"="Z:\\Library\\Fonts\\Damascus.ttc" +"DecoType Naskh Regular (TrueType)"="Z:\\Library\\Fonts\\DecoTypeNaskh.ttc" +"Devanagari MT (TrueType)"="Z:\\Library\\Fonts\\DevanagariMT.ttc" +"Devanagari MT Bold (TrueType)"="Z:\\Library\\Fonts\\DevanagariMT.ttc" +"Devanagari Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" +"Devanagari Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" +"Didot (TrueType)"="Z:\\Library\\Fonts\\Didot.ttc" +"Didot Bold (TrueType)"="Z:\\Library\\Fonts\\Didot.ttc" +"Didot Italic (TrueType)"="Z:\\Library\\Fonts\\Didot.ttc" +"DIN Alternate Bold (TrueType)"="Z:\\Library\\Fonts\\DIN Alternate Bold.ttf" +"DIN Condensed Bold (TrueType)"="Z:\\Library\\Fonts\\DIN Condensed Bold.ttf" +"Diwan Kufi Regular (TrueType)"="Z:\\Library\\Fonts\\Diwan Kufi.ttc" +"Diwan Thuluth Regular (TrueType)"="Z:\\Library\\Fonts\\Diwan Thuluth.ttf" +"Euphemia UCAS (TrueType)"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" +"Euphemia UCAS Bold (TrueType)"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" +"Euphemia UCAS Italic (TrueType)"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" +"Farah Regular (TrueType)"="Z:\\Library\\Fonts\\Farah.ttc" +"Farisi Regular (TrueType)"="Z:\\Library\\Fonts\\Farisi.ttf" +"Futura Bold (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Condensed ExtraBold (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Condensed Medium (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Medium (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Medium Italic (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Geeza Pro Bold (TrueType)"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" +"Geeza Pro Regular (TrueType)"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" +"Geneva (TrueType)"="Z:\\Users\\Michael\\Library\\Caches\\Wine\\Fonts\\Geneva.dfont_4c24.ttf" +"Georgia (TrueType)"="Z:\\Library\\Fonts\\Georgia.ttf" +"Georgia Bold (TrueType)"="Z:\\Library\\Fonts\\Georgia Bold.ttf" +"Georgia Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Georgia Bold Italic.ttf" +"Georgia Italic (TrueType)"="Z:\\Library\\Fonts\\Georgia Italic.ttf" +"Gill Sans (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Bold (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Bold Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Light (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Light Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans SemiBold (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans SemiBold Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans UltraBold (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gujarati MT (TrueType)"="Z:\\Library\\Fonts\\GujaratiMT.ttc" +"Gujarati MT Bold (TrueType)"="Z:\\Library\\Fonts\\GujaratiMT.ttc" +"Gujarati Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" +"Gujarati Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" +"Gurmukhi MN (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" +"Gurmukhi MN Bold (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" +"Gurmukhi MT (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi.ttf" +"Gurmukhi Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" +"Gurmukhi Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" +"Hannotate SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\540cea47ae7cf17ba79cc63d70905a2c386f3f62.asset\\AssetData\\Hannotate.ttc" +"HanziPen SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\667f02f6ae86fe90ee89d0930afff409c85ad6ac.asset\\AssetData\\Hanzipen.ttc" +"HeadLineA Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\078041bff9ea09f3b7413c08175fda5b3560528f.asset\\AssetData\\HeadlineA.ttf" +"Heiti SC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"Heiti SC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"Heiti TC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"Heiti TC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"Helvetica (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Bold Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Light (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Light Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Neue (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Bold (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Condensed Black (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Condensed Bold (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Light (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Light Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Medium (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Medium Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Thin (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Thin Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue UltraLight (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue UltraLight Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Herculanum (TrueType)"="Z:\\Library\\Fonts\\Herculanum.ttf" +"Hiragino Sans CNS W3 (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f49eecf252fb0fa3485147173cadc8dfe5f10d74.asset\\AssetData\\Hiragino_Sans_CNS.ttc" +"Hiragino Sans GB W3 (TrueType)"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB.ttc" +"Hiragino Sans W0 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" +"Hiragino Sans W1 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" +"Hiragino Sans W2 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" +"Hiragino Sans W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" +"Hiragino Sans W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" +"Hiragino Sans W5 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" +"Hiragino Sans W6 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" +"Hiragino Sans W7 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" +"Hiragino Sans W8 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" +"Hiragino Sans W9 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" +"HiraMaruPro-W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" +"HiraMinProN-W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN.ttc" +"Hoefler Text (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Black (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Black Italic (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Italic (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Ornaments (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text Ornaments.ttf" +"Impact (TrueType)"="Z:\\Library\\Fonts\\Impact.ttf" +"InaiMathi (TrueType)"="Z:\\Library\\Fonts\\InaiMathi-MN.ttc" +"InaiMathi Bold (TrueType)"="Z:\\Library\\Fonts\\InaiMathi-MN.ttc" +"ITFDevanagari-Book (TrueType)"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" +"Kailasa Bold (TrueType)"="Z:\\Library\\Fonts\\Kailasa.ttc" +"Kailasa Regular (TrueType)"="Z:\\Library\\Fonts\\Kailasa.ttc" +"Kaiti SC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti TC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kannada MN (TrueType)"="Z:\\Library\\Fonts\\Kannada MN.ttc" +"Kannada MN Bold (TrueType)"="Z:\\Library\\Fonts\\Kannada MN.ttc" +"Kannada Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" +"Kannada Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" +"Kefa Bold (TrueType)"="Z:\\Library\\Fonts\\Kefa.ttc" +"Kefa Regular (TrueType)"="Z:\\Library\\Fonts\\Kefa.ttc" +"Khmer MN (TrueType)"="Z:\\Library\\Fonts\\Khmer MN.ttc" +"Khmer MN Bold (TrueType)"="Z:\\Library\\Fonts\\Khmer MN.ttc" +"Khmer Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Khmer Sangam MN.ttf" +"Klee Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\28dbce4dbfe99634fe0c22b88873d1ed16157da2.asset\\AssetData\\Klee.ttc" +"Kohinoor Bangla (TrueType)"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" +"Kohinoor Devanagari Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" +"Kohinoor Telugu (TrueType)"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" +"Kokonor Regular (TrueType)"="Z:\\Library\\Fonts\\Kokonor.ttf" +"Krungthep (TrueType)"="Z:\\Library\\Fonts\\Krungthep.ttf" +"KufiStandardGK Regular (TrueType)"="Z:\\Library\\Fonts\\KufiStandardGK.ttc" +"Lantinghei SC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei SC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei SC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei TC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei TC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei TC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lao MN (TrueType)"="Z:\\Library\\Fonts\\Lao MN.ttc" +"Lao MN Bold (TrueType)"="Z:\\Library\\Fonts\\Lao MN.ttc" +"Lao Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Lao Sangam MN.ttf" +"Libian SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"Libian TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"LiHei Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e356d69f743bebacaa057d187a1c3a53b991452e.asset\\AssetData\\LiHeiPro.ttf" +"LingWai SC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b085babea7b5ddc9ef1bf3eb5b5bd521f515024.asset\\AssetData\\LingWaiSC-Medium.otf" +"LingWai TC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\610439a1f1ad0e3a5703b432dd5d3f7114dcd8b4.asset\\AssetData\\LingWaiTC-Medium.otf" +"LiSong Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\83f4aa261ef8173df8211fd7057ae0df68af1d84.asset\\AssetData\\LiSongPro.ttf" +"Lucida Grande (TrueType)"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" +"Lucida Grande Bold (TrueType)"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" +"Luminari (TrueType)"="Z:\\Library\\Fonts\\Luminari.ttf" +"Malayalam MN (TrueType)"="Z:\\Library\\Fonts\\Malayalam MN.ttc" +"Malayalam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Malayalam MN.ttc" +"Malayalam Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" +"Malayalam Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" +"Marker Felt Thin (TrueType)"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" +"Marker Felt Wide (TrueType)"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" +"Marlett (TrueType)"="Z:\\Users\\Michael\\git\\osu-for-Mac-Stable-Latest\\osu!.app\\Contents\\Frameworks\\wswine.bundle\\lib\\..\\bin\\..\\share\\wine\\fonts\\marlett.ttf" +"Menlo Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Menlo Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Menlo Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Menlo Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Microsoft Sans Serif (TrueType)"="Z:\\Library\\Fonts\\Microsoft Sans Serif.ttf" +"Mishafi Gold Regular (TrueType)"="Z:\\Library\\Fonts\\Mishafi Gold.ttf" +"Mishafi Regular (TrueType)"="Z:\\Library\\Fonts\\Mishafi.ttf" +"Monaco (TrueType)"="Z:\\Users\\Michael\\Library\\Caches\\Wine\\Fonts\\Monaco.dfont_30b4.ttf" "MS Sans Serif"="sserife.fon" "MS Serif"="serife.fon" -"Mshtakan"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"Mshtakan Bold"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"Mshtakan BoldOblique"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"Mshtakan Oblique"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"MT Extra"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\MT Extra_05e8.ttf" -"Muna Regular"="Z:\\Library\\Fonts\\Muna.ttc" -"Myanmar MN"="Z:\\Library\\Fonts\\Myanmar MN.ttc" -"Myanmar MN Bold"="Z:\\Library\\Fonts\\Myanmar MN.ttc" -"Myanmar Sangam MN"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" -"Myanmar Sangam MN Bold"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" -"Myriad Arabic"="Z:\\Library\\Fonts\\MyriadArabic-Regular.otf" -"Myriad Arabic Bold"="Z:\\Library\\Fonts\\MyriadArabic-Bold.otf" -"Myriad Arabic Bold Italic"="Z:\\Library\\Fonts\\MyriadArabic-BoldIt.otf" -"Myriad Arabic Italic"="Z:\\Library\\Fonts\\MyriadArabic-It.otf" -"Myriad Hebrew"="Z:\\Library\\Fonts\\MyriadHebrew-Regular.otf" -"Myriad Hebrew Bold"="Z:\\Library\\Fonts\\MyriadHebrew-Bold.otf" -"Myriad Hebrew Bold Italic"="Z:\\Library\\Fonts\\MyriadHebrew-BoldIt.otf" -"Myriad Hebrew Italic"="Z:\\Library\\Fonts\\MyriadHebrew-It.otf" -"MyriadPro-Bold"="Z:\\Library\\Fonts\\MyriadPro-Bold.otf" -"MyriadPro-BoldCond"="Z:\\Library\\Fonts\\MyriadPro-BoldCond.otf" -"MyriadPro-BoldCondIt"="Z:\\Library\\Fonts\\MyriadPro-BoldCondIt.otf" -"MyriadPro-BoldIt"="Z:\\Library\\Fonts\\MyriadPro-BoldIt.otf" -"MyriadPro-Cond"="Z:\\Library\\Fonts\\MyriadPro-Cond.otf" -"MyriadPro-CondIt"="Z:\\Library\\Fonts\\MyriadPro-CondIt.otf" -"MyriadPro-It"="Z:\\Library\\Fonts\\MyriadPro-It.otf" -"MyriadPro-Regular"="Z:\\Library\\Fonts\\MyriadPro-Regular.otf" -"MyriadPro-Semibold"="Z:\\Library\\Fonts\\MyriadPro-Semibold.otf" -"MyriadPro-SemiboldIt"="Z:\\Library\\Fonts\\MyriadPro-SemiboldIt.otf" -"Nadeem Regular"="Z:\\Library\\Fonts\\Nadeem.ttc" -"Nanum Brush Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"Nanum Pen Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"NanumGothic"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"NanumGothic Bold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"NanumGothic ExtraBold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"NanumMyeongjo"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"NanumMyeongjoBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"NanumMyeongjoExtraBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"Naughty Nights"="Z:\\Users\\jamie\\Library\\Fonts\\Naughty Nights.ttf" -"New Peninim MT"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"New Peninim MT Bold"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"New Peninim MT Bold Inclined"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"New Peninim MT Inclined"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"News Gothic MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\News Gothic MT_1000.ttf" -"News Gothic MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\News Gothic MT_1001.ttf" -"News Gothic MT Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\News Gothic MT_1002.ttf" -"Noteworthy Bold"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" -"Noteworthy Light"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" -"NuevaStd-Bold"="Z:\\Library\\Fonts\\NuevaStd-Bold.otf" -"NuevaStd-BoldCond"="Z:\\Library\\Fonts\\NuevaStd-BoldCond.otf" -"NuevaStd-BoldCondItalic"="Z:\\Library\\Fonts\\NuevaStd-BoldCondItalic.otf" -"NuevaStd-Cond"="Z:\\Library\\Fonts\\NuevaStd-Cond.otf" -"NuevaStd-CondItalic"="Z:\\Library\\Fonts\\NuevaStd-CondItalic.otf" -"NuevaStd-Italic"="Z:\\Library\\Fonts\\NuevaStd-Italic.otf" -"OCRAStd"="Z:\\Library\\Fonts\\OCRAStd.otf" -"Onyx"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Onyx_13e2.ttf" -"Optima Bold"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima Bold Italic"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima ExtraBlack"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima Italic"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima Regular"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"OratorStd"="Z:\\Library\\Fonts\\OratorStd.otf" -"OratorStd-Slanted"="Z:\\Library\\Fonts\\OratorStd-Slanted.otf" -"Oriya MN"="Z:\\Library\\Fonts\\Oriya MN.ttc" -"Oriya MN Bold"="Z:\\Library\\Fonts\\Oriya MN.ttc" -"Oriya Sangam MN"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" -"Oriya Sangam MN Bold"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" -"Osaka"="Z:\\Library\\Fonts\\Osaka.ttf" -"Osaka-Mono"="Z:\\Library\\Fonts\\OsakaMono.ttf" -"Palatino"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Bold"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Bold Italic"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Italic"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Linotype"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype.ttf" -"Palatino Linotype Bold"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype Bold.ttf" -"Palatino Linotype Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype Bold Italic.ttf" -"Palatino Linotype Italic"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype Italic.ttf" -"Papyrus"="Z:\\Library\\Fonts\\Papyrus.ttc" -"Papyrus Condensed"="Z:\\Library\\Fonts\\Papyrus.ttc" -"Perisphere"="Z:\\Users\\jamie\\Library\\Fonts\\Perisphere.otf" -"Perpetua"="Z:\\Library\\Fonts\\Microsoft\\Perpetua.ttf" -"Perpetua Bold"="Z:\\Library\\Fonts\\Microsoft\\Perpetua Bold.ttf" -"Perpetua Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Perpetua Bold Italic.ttf" -"Perpetua Italic"="Z:\\Library\\Fonts\\Microsoft\\Perpetua Italic.ttf" -"Perpetua Titling MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Perpetua Titling MT_1001.ttf" -"Perpetua Titling MT Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Perpetua Titling MT_1000.ttf" -"Phosphate Inline"="Z:\\Library\\Fonts\\Phosphate.ttc" -"Phosphate Solid"="Z:\\Library\\Fonts\\Phosphate.ttc" -"PingFang HK Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"Plantagenet Cherokee"="Z:\\Library\\Fonts\\PlantagenetCherokee.ttf" -"Playbill"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Playbill_13e5.ttf" -"PMingLiU"="Z:\\Library\\Fonts\\Microsoft\\PMingLiU.ttf" -"PMingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"PoplarStd"="Z:\\Library\\Fonts\\PoplarStd.otf" -"PortagoITC TT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\PortagoITC TT_05e2.ttf" -"Poseidon AOE"="Z:\\Users\\jamie\\Library\\Fonts\\PoseiAOE.ttf" -"PrestigeEliteStd-Bd"="Z:\\Library\\Fonts\\PrestigeEliteStd-Bd.otf" -"ProFont"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\ProFont_0b89.ttf" -"PT Mono"="Z:\\Library\\Fonts\\PTMono.ttc" -"PT Mono Bold"="Z:\\Library\\Fonts\\PTMono.ttc" -"PT Sans"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Bold"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Bold Italic"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Caption"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Caption Bold"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Italic"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Narrow"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Narrow Bold"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Serif"="Z:\\Library\\Fonts\\PTSerif.ttc" -"PT Serif Bold"="Z:\\Library\\Fonts\\PTSerif.ttc" -"PT Serif Bold Italic"="Z:\\Library\\Fonts\\PTSerif.ttc" -"PT Serif Caption"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" -"PT Serif Caption Italic"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" -"PT Serif Italic"="Z:\\Library\\Fonts\\PTSerif.ttc" -"Qubix"="Z:\\Users\\jamie\\Library\\Fonts\\Qubix.ttf" -"Raanana"="Z:\\Library\\Fonts\\Raanana.ttc" -"Raanana Bold"="Z:\\Library\\Fonts\\Raanana.ttc" -"Rockwell"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1000.ttf" -"Rockwell Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1001.ttf" -"Rockwell Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1003.ttf" -"Rockwell Extra Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell Extra Bold_1000.ttf" -"Rockwell Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1002.ttf" -"RosewoodStd-Regular"="Z:\\Library\\Fonts\\RosewoodStd-Regular.otf" -"Sana Regular"="Z:\\Library\\Fonts\\Sana.ttc" -"Sathu"="Z:\\Library\\Fonts\\Sathu.ttf" -"Savoye LET Plain:1.0"="Z:\\Library\\Fonts\\Savoye LET.ttc" -"Shree Devanagari 714"="Z:\\Library\\Fonts\\Shree714.ttc" -"Shree Devanagari 714 Bold"="Z:\\Library\\Fonts\\Shree714.ttc" -"Shree Devanagari 714 Bold Italic"="Z:\\Library\\Fonts\\Shree714.ttc" -"Shree Devanagari 714 Italic"="Z:\\Library\\Fonts\\Shree714.ttc" -"SignPainter-HouseScript"="Z:\\Library\\Fonts\\SignPainter.otf" -"Silom"="Z:\\Library\\Fonts\\Silom.ttf" -"SimHei"="Z:\\Library\\Fonts\\Microsoft\\SimHei.ttf" -"SimSun"="Z:\\Library\\Fonts\\Microsoft\\SimSun.ttf" -"SimSun-ExtB"="Z:\\Library\\Fonts\\Microsoft\\SimSun-ExtB.ttf" -"Sinhala MN"="Z:\\Library\\Fonts\\Sinhala MN.ttc" -"Sinhala MN Bold"="Z:\\Library\\Fonts\\Sinhala MN.ttc" -"Sinhala Sangam MN"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" -"Sinhala Sangam MN Bold"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" -"Skia"="Z:\\Library\\Fonts\\Skia.ttf" +"Mshtakan (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Mshtakan Bold (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Mshtakan BoldOblique (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Mshtakan Oblique (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Muna Regular (TrueType)"="Z:\\Library\\Fonts\\Muna.ttc" +"Myanmar MN (TrueType)"="Z:\\Library\\Fonts\\Myanmar MN.ttc" +"Myanmar MN Bold (TrueType)"="Z:\\Library\\Fonts\\Myanmar MN.ttc" +"Myanmar Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" +"Myanmar Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" +"Nadeem Regular (TrueType)"="Z:\\Library\\Fonts\\Nadeem.ttc" +"Nanum Brush Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"Nanum Pen Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"NanumGothic (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"NanumGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"NanumGothic ExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"NanumMyeongjo (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"NanumMyeongjoBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"NanumMyeongjoExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"New Peninim MT (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"New Peninim MT Bold (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"New Peninim MT Bold Inclined (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"New Peninim MT Inclined (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"Noteworthy Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" +"Noteworthy Light (TrueType)"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" +"Noto Nastaliq Urdu (TrueType)"="Z:\\System\\Library\\Fonts\\NotoNastaliq.ttc" +"Optima Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima ExtraBlack (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Oriya MN (TrueType)"="Z:\\Library\\Fonts\\Oriya MN.ttc" +"Oriya MN Bold (TrueType)"="Z:\\Library\\Fonts\\Oriya MN.ttc" +"Oriya Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" +"Oriya Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" +"Osaka (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7a32c3f1f36f55f37a6bf046adcc78bc4691411a.asset\\AssetData\\Osaka.ttf" +"Osaka-Mono (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d1d3b26617ad607c3baebd7050891cadc569262d.asset\\AssetData\\OsakaMono.ttf" +"Palatino (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Palatino Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Palatino Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Palatino Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Papyrus (TrueType)"="Z:\\Library\\Fonts\\Papyrus.ttc" +"Papyrus Condensed (TrueType)"="Z:\\Library\\Fonts\\Papyrus.ttc" +"PCMyungjo Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\1b04347aea86db61c58452fb00c7508b2d8bfb6c.asset\\AssetData\\PCmyoungjo.ttf" +"Phosphate Inline (TrueType)"="Z:\\Library\\Fonts\\Phosphate.ttc" +"Phosphate Solid (TrueType)"="Z:\\Library\\Fonts\\Phosphate.ttc" +"PilGi Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\a56911d28567085707fc090a36a44fd927d3984c.asset\\AssetData\\Pilgiche.ttf" +"PingFang HK Regular (TrueType)"="Z:\\System\\Library\\Fonts\\PingFang.ttc" +"Plantagenet Cherokee (TrueType)"="Z:\\Library\\Fonts\\PlantagenetCherokee.ttf" +"PT Mono (TrueType)"="Z:\\Library\\Fonts\\PTMono.ttc" +"PT Mono Bold (TrueType)"="Z:\\Library\\Fonts\\PTMono.ttc" +"PT Sans (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Bold (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Bold Italic (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Caption (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Caption Bold (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Italic (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Narrow (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Narrow Bold (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Serif (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"PT Serif Bold (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"PT Serif Bold Italic (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"PT Serif Caption (TrueType)"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" +"PT Serif Caption Italic (TrueType)"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" +"PT Serif Italic (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"Raanana (TrueType)"="Z:\\Library\\Fonts\\Raanana.ttc" +"Raanana Bold (TrueType)"="Z:\\Library\\Fonts\\Raanana.ttc" +"Rockwell (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Rockwell Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Rockwell Italic (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Rockwell-Bold (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Sana Regular (TrueType)"="Z:\\Library\\Fonts\\Sana.ttc" +"Sathu (TrueType)"="Z:\\Library\\Fonts\\Sathu.ttf" +"Savoye LET Plain:1.0 (TrueType)"="Z:\\Library\\Fonts\\Savoye LET.ttc" +"Shree Devanagari 714 (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"Shree Devanagari 714 Bold (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"Shree Devanagari 714 Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"Shree Devanagari 714 Italic (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"SignPainter-HouseScript (TrueType)"="Z:\\Library\\Fonts\\SignPainter.ttc" +"Silom (TrueType)"="Z:\\Library\\Fonts\\Silom.ttf" +"Sinhala MN (TrueType)"="Z:\\Library\\Fonts\\Sinhala MN.ttc" +"Sinhala MN Bold (TrueType)"="Z:\\Library\\Fonts\\Sinhala MN.ttc" +"Sinhala Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" +"Sinhala Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" +"Skia (TrueType)"="Z:\\Library\\Fonts\\Skia.ttf" "Small Fonts"="smalle.fon" -"Snell Roundhand"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" -"Snell Roundhand Black"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" -"Snell Roundhand Bold"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" -"Songti SC Black"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti SC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti SC Light"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti SC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti TC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti TC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"Source Code Pro"="Z:\\Users\\jamie\\Library\\Fonts\\SourceCodePro-Regular.otf" -"Source Code Pro Black for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Black for Powerline.otf" -"Source Code Pro Bold"="Z:\\Users\\jamie\\Library\\Fonts\\SourceCodePro-Bold.otf" -"Source Code Pro Bold for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Bold for Powerline.otf" -"Source Code Pro ExtraLight for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro ExtraLight for Powerline.otf" -"Source Code Pro for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Regular for Powerline.otf" -"Source Code Pro Light for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Light for Powerline.otf" -"Source Code Pro Medium"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Medium for Powerline.otf" -"Source Code Pro Semibold for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Semibold for Powerline.otf" -"Source Sans Pro"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Regular.otf" -"Source Sans Pro Black"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Black.otf" -"Source Sans Pro Black Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-BlackIt.otf" -"Source Sans Pro Bold"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Bold.otf" -"Source Sans Pro Bold Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-BoldIt.otf" -"Source Sans Pro ExtraLight"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-ExtraLight.otf" -"Source Sans Pro ExtraLight Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-ExtraLightIt.otf" -"Source Sans Pro Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-It.otf" -"Source Sans Pro Light"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Light.otf" -"Source Sans Pro Light Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-LightIt.otf" -"Source Sans Pro Semibold"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Semibold.otf" -"Source Sans Pro Semibold Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-SemiboldIt.otf" -"Stencil"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Stencil_2a15.ttf" -"StencilStd"="Z:\\Library\\Fonts\\StencilStd.otf" -"STIXGeneral-Bold"="Z:\\Library\\Fonts\\STIXGeneralBol.otf" -"STIXGeneral-BoldItalic"="Z:\\Library\\Fonts\\STIXGeneralBolIta.otf" -"STIXGeneral-Italic"="Z:\\Library\\Fonts\\STIXGeneralItalic.otf" -"STIXGeneral-Regular"="Z:\\Library\\Fonts\\STIXGeneral.otf" -"STIXIntegralsD-Bold"="Z:\\Library\\Fonts\\STIXIntDBol.otf" -"STIXIntegralsD-Regular"="Z:\\Library\\Fonts\\STIXIntDReg.otf" -"STIXIntegralsSm-Bold"="Z:\\Library\\Fonts\\STIXIntSmBol.otf" -"STIXIntegralsSm-Regular"="Z:\\Library\\Fonts\\STIXIntSmReg.otf" -"STIXIntegralsUp-Bold"="Z:\\Library\\Fonts\\STIXIntUpBol.otf" -"STIXIntegralsUp-Regular"="Z:\\Library\\Fonts\\STIXIntUpReg.otf" -"STIXIntegralsUpD-Bold"="Z:\\Library\\Fonts\\STIXIntUpDBol.otf" -"STIXIntegralsUpD-Regular"="Z:\\Library\\Fonts\\STIXIntUpDReg.otf" -"STIXIntegralsUpSm-Bold"="Z:\\Library\\Fonts\\STIXIntUpSmBol.otf" -"STIXIntegralsUpSm-Regular"="Z:\\Library\\Fonts\\STIXIntUpSmReg.otf" -"STIXNonUnicode-Bold"="Z:\\Library\\Fonts\\STIXNonUniBol.otf" -"STIXNonUnicode-BoldItalic"="Z:\\Library\\Fonts\\STIXNonUniBolIta.otf" -"STIXNonUnicode-Italic"="Z:\\Library\\Fonts\\STIXNonUniIta.otf" -"STIXNonUnicode-Regular"="Z:\\Library\\Fonts\\STIXNonUni.otf" -"STIXSizeFiveSym-Regular"="Z:\\Library\\Fonts\\STIXSizFiveSymReg.otf" -"STIXSizeFourSym-Bold"="Z:\\Library\\Fonts\\STIXSizFourSymBol.otf" -"STIXSizeFourSym-Regular"="Z:\\Library\\Fonts\\STIXSizFourSymReg.otf" -"STIXSizeOneSym-Bold"="Z:\\Library\\Fonts\\STIXSizOneSymBol.otf" -"STIXSizeOneSym-Regular"="Z:\\Library\\Fonts\\STIXSizOneSymReg.otf" -"STIXSizeThreeSym-Bold"="Z:\\Library\\Fonts\\STIXSizThreeSymBol.otf" -"STIXSizeThreeSym-Regular"="Z:\\Library\\Fonts\\STIXSizThreeSymReg.otf" -"STIXSizeTwoSym-Bold"="Z:\\Library\\Fonts\\STIXSizTwoSymBol.otf" -"STIXSizeTwoSym-Regular"="Z:\\Library\\Fonts\\STIXSizTwoSymReg.otf" -"STIXVariants-Bold"="Z:\\Library\\Fonts\\STIXVarBol.otf" -"STIXVariants-Regular"="Z:\\Library\\Fonts\\STIXVar.otf" -"STKaiti"="Z:\\Library\\Fonts\\Kaiti.ttc" -"STSong"="Z:\\Library\\Fonts\\Songti.ttc" -"SukhumvitSet-Bold"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Light"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Medium"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-SemiBold"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Text"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Thin"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"Symbol"="Z:\\Users\\jamie\\Applications\\Wineskin\\osu!.app\\Contents\\Frameworks\\wswine.bundle\\lib\\..\\bin\\..\\share\\wine\\fonts\\\\symbol.ttf" -"Tahoma"="Z:\\Library\\Fonts\\Tahoma.ttf" -"Tahoma Bold"="Z:\\Library\\Fonts\\Tahoma Bold.ttf" -"TakaoExGothic (TrueType)"="TakaoExGothic.ttf" -"TakaoExMincho (TrueType)"="TakaoExMincho.ttf" -"TakaoGothic (TrueType)"="TakaoGothic.ttf" -"TakaoMincho (TrueType)"="TakaoMincho.ttf" -"TakaoPGothic (TrueType)"="TakaoPGothic.ttf" -"TakaoPMincho (TrueType)"="TakaoPMincho.ttf" -"Tamil MN"="Z:\\Library\\Fonts\\Tamil MN.ttc" -"Tamil MN Bold"="Z:\\Library\\Fonts\\Tamil MN.ttc" -"Tamil Sangam MN"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" -"Tamil Sangam MN Bold"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" -"TeamSpiritNF"="Z:\\Users\\jamie\\Library\\Fonts\\TeamSpiritNF.otf" -"TektonPro-Bold"="Z:\\Library\\Fonts\\TektonPro-Bold.otf" -"TektonPro-BoldCond"="Z:\\Library\\Fonts\\TektonPro-BoldCond.otf" -"TektonPro-BoldExt"="Z:\\Library\\Fonts\\TektonPro-BoldExt.otf" -"TektonPro-BoldObl"="Z:\\Library\\Fonts\\TektonPro-BoldObl.otf" -"Telugu MN"="Z:\\Library\\Fonts\\Telugu MN.ttc" -"Telugu MN Bold"="Z:\\Library\\Fonts\\Telugu MN.ttc" -"Telugu Sangam MN"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" -"Telugu Sangam MN Bold"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" -"Thonburi"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" -"Thonburi Bold"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" -"Thonburi Light"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" -"Times New Roman"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman.ttf" -"Times New Roman Bold"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman Bold.ttf" -"Times New Roman Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman Bold Italic.ttf" -"Times New Roman Italic"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman Italic.ttf" -"Trajan Pro 3"="Z:\\Library\\Fonts\\TrajanPro3-Regular.otf" -"Trajan Pro 3 Bold"="Z:\\Library\\Fonts\\TrajanPro3-Bold.otf" -"TrajanPro-Bold"="Z:\\Library\\Fonts\\TrajanPro-Bold.otf" -"TrajanPro-Regular"="Z:\\Library\\Fonts\\TrajanPro-Regular.otf" -"Transuranium"="Z:\\Users\\jamie\\Library\\Fonts\\trans___.ttf" -"Trattatello"="Z:\\Library\\Fonts\\Trattatello.ttf" -"Trebuchet MS"="Z:\\Library\\Fonts\\Trebuchet MS.ttf" -"Trebuchet MS Bold"="Z:\\Library\\Fonts\\Trebuchet MS Bold.ttf" -"Trebuchet MS Bold Italic"="Z:\\Library\\Fonts\\Trebuchet MS Bold Italic.ttf" -"Trebuchet MS Italic"="Z:\\Library\\Fonts\\Trebuchet MS Italic.ttf" -"Tsukushi A Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiAMaruGothic.ttc" -"Tsukushi A Round Gothic Regular"="Z:\\Library\\Fonts\\TsukushiAMaruGothic.ttc" -"Tsukushi B Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiBMaruGothic.ttc" -"Tsukushi B Round Gothic Regula"="Z:\\Library\\Fonts\\TsukushiBMaruGothic.ttc" -"Tw Cen MT"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT.ttf" -"Tw Cen MT Bold"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT Bold.ttf" -"Tw Cen MT Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT Bold Italic.ttf" -"Tw Cen MT Italic"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT Italic.ttf" -"Untitled"="Z:\\Users\\jamie\\Library\\Fonts\\Helv Children.otf" -"Verdana"="Z:\\Library\\Fonts\\Microsoft\\Verdana.ttf" -"Verdana Bold"="Z:\\Library\\Fonts\\Microsoft\\Verdana Bold.ttf" -"Verdana Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Verdana Bold Italic.ttf" -"Verdana Italic"="Z:\\Library\\Fonts\\Microsoft\\Verdana Italic.ttf" -"Waseem Light"="Z:\\Library\\Fonts\\Waseem.ttc" -"Waseem Regular"="Z:\\Library\\Fonts\\Waseem.ttc" -"Wawati SC Regular"="Z:\\Library\\Fonts\\WawaSC-Regular.otf" -"Wawati TC Regular"="Z:\\Library\\Fonts\\WawaTC-Regular.otf" -"Webdings"="Z:\\Library\\Fonts\\Webdings.ttf" -"Weibei SC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"Weibei TC Bold"="Z:\\Library\\Fonts\\WeibeiTC-Bold.otf" -"WenQuanYi Micro Hei"="wqy-microhei.ttc" -"Wide Latin"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Wide Latin_13dc.ttf" -"Wild Words Bold Bold"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSBOLD.TTF" -"Wild Words BoldItalic"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSBOLDITALIC.TTF" -"Wild Words Italic"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSITALIC.TTF" -"Wild Words Roman"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSROMAN.TTF" -"Wingdings"="Z:\\Library\\Fonts\\Microsoft\\Wingdings.ttf" -"Wingdings 2"="Z:\\Library\\Fonts\\Microsoft\\Wingdings 2.ttf" -"Wingdings 3"="Z:\\Library\\Fonts\\Microsoft\\Wingdings 3.ttf" -"Xingkai SC Bold"="Z:\\Library\\Fonts\\Xingkai.ttc" -"Xingkai SC Light"="Z:\\Library\\Fonts\\Xingkai.ttc" -"Yuanti SC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti SC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti SC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti TC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti TC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti TC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"YuGothic Bold"="Z:\\Library\\Fonts\\Yu Gothic Bold.otf" -"YuGothic Medium"="Z:\\Library\\Fonts\\Yu Gothic Medium.otf" -"YuMincho +36p Kana Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"YuMincho +36p Kana Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"YuMincho Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"YuMincho Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"Yuppy SC Regular"="Z:\\Library\\Fonts\\YuppySC-Regular.otf" -"Yuppy TC Regular"="Z:\\Library\\Fonts\\YuppyTC-Regular.otf" -"Zapf Dingbats"="Z:\\System\\Library\\Fonts\\ZapfDingbats.ttf" -"Zapfino"="Z:\\Library\\Fonts\\Zapfino.ttf" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Group Policy] 1460706475 -#time=1d196eb1f165840 - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer] 1460706605 -#time=1d196eb6c75bc2a +"Snell Roundhand (TrueType)"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" +"Snell Roundhand Black (TrueType)"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" +"Snell Roundhand Bold (TrueType)"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" +"Songti SC Black (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti SC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti SC Light (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti SC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti TC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti TC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"STFangsong (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1eaff3ada787e1beb4a74fedfcc40df66cba7e0.asset\\AssetData\\STFANGSO.ttf" +"STHeiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\32ee1600791572d4fc4b5664c1253d7073def14b.asset\\AssetData\\STHEITI.ttf" +"STIXGeneral-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXGeneralBol.otf" +"STIXGeneral-BoldItalic (TrueType)"="Z:\\Library\\Fonts\\STIXGeneralBolIta.otf" +"STIXGeneral-Italic (TrueType)"="Z:\\Library\\Fonts\\STIXGeneralItalic.otf" +"STIXGeneral-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXGeneral.otf" +"STIXIntegralsD-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntDBol.otf" +"STIXIntegralsD-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntDReg.otf" +"STIXIntegralsSm-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntSmBol.otf" +"STIXIntegralsSm-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntSmReg.otf" +"STIXIntegralsUp-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpBol.otf" +"STIXIntegralsUp-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpReg.otf" +"STIXIntegralsUpD-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpDBol.otf" +"STIXIntegralsUpD-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpDReg.otf" +"STIXIntegralsUpSm-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpSmBol.otf" +"STIXIntegralsUpSm-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpSmReg.otf" +"STIXNonUnicode-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXNonUniBol.otf" +"STIXNonUnicode-BoldItalic (TrueType)"="Z:\\Library\\Fonts\\STIXNonUniBolIta.otf" +"STIXNonUnicode-Italic (TrueType)"="Z:\\Library\\Fonts\\STIXNonUniIta.otf" +"STIXNonUnicode-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXNonUni.otf" +"STIXSizeFiveSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizFiveSymReg.otf" +"STIXSizeFourSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizFourSymBol.otf" +"STIXSizeFourSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizFourSymReg.otf" +"STIXSizeOneSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizOneSymBol.otf" +"STIXSizeOneSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizOneSymReg.otf" +"STIXSizeThreeSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizThreeSymBol.otf" +"STIXSizeThreeSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizThreeSymReg.otf" +"STIXSizeTwoSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizTwoSymBol.otf" +"STIXSizeTwoSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizTwoSymReg.otf" +"STIXVariants-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXVarBol.otf" +"STIXVariants-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXVar.otf" +"STKaiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"STSong (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"STXihei (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\29bb0031ce330cd68c12a3f2a62d2af883efd25f.asset\\AssetData\\STXIHEI.ttf" +"SukhumvitSet-Bold (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Light (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Medium (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-SemiBold (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Text (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Thin (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"Symbol (TrueType)"="Z:\\Users\\Michael\\git\\osu-for-Mac-Stable-Latest\\osu!.app\\Contents\\Frameworks\\wswine.bundle\\lib\\..\\bin\\..\\share\\wine\\fonts\\symbol.ttf" +"Tahoma (TrueType)"="Z:\\Library\\Fonts\\Tahoma.ttf" +"Tahoma Bold (TrueType)"="Z:\\Library\\Fonts\\Tahoma Bold.ttf" +"TakaoExGothic (TrueType)"="takaoexgothic.ttf" +"TakaoExMincho (TrueType)"="takaoexmincho.ttf" +"TakaoGothic (TrueType)"="takaogothic.ttf" +"TakaoMincho (TrueType)"="takaomincho.ttf" +"TakaoPGothic (TrueType)"="takaopgothic.ttf" +"TakaoPMincho (TrueType)"="takaopmincho.ttf" +"Tamil MN (TrueType)"="Z:\\Library\\Fonts\\Tamil MN.ttc" +"Tamil MN Bold (TrueType)"="Z:\\Library\\Fonts\\Tamil MN.ttc" +"Tamil Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" +"Tamil Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" +"TeamViewer13 (TrueType)"="Z:\\Library\\Fonts\\TeamViewer13.otf" +"Telugu MN (TrueType)"="Z:\\Library\\Fonts\\Telugu MN.ttc" +"Telugu MN Bold (TrueType)"="Z:\\Library\\Fonts\\Telugu MN.ttc" +"Telugu Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" +"Telugu Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" +"Thonburi (TrueType)"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" +"Thonburi Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" +"Thonburi Light (TrueType)"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" +"Times Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Times Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Times Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Times New Roman (TrueType)"="Z:\\Library\\Fonts\\Times New Roman.ttf" +"Times New Roman Bold (TrueType)"="Z:\\Library\\Fonts\\Times New Roman Bold.ttf" +"Times New Roman Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Times New Roman Bold Italic.ttf" +"Times New Roman Italic (TrueType)"="Z:\\Library\\Fonts\\Times New Roman Italic.ttf" +"Times Roman (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Toppan Bunkyu Gothic Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d3797dd134f5a99e36fd00365634597fe63e32d5.asset\\AssetData\\ToppanBunkyuGothicPr6N.ttc" +"Toppan Bunkyu Mincho Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\5ef29fdde08d55779e9b6bc61cd9dd35b0bdf81c.asset\\AssetData\\ToppanBunkyuMinchoPr6N-Regular.otf" +"Trattatello (TrueType)"="Z:\\Library\\Fonts\\Trattatello.ttf" +"Trebuchet MS (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS.ttf" +"Trebuchet MS Bold (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS Bold.ttf" +"Trebuchet MS Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS Bold Italic.ttf" +"Trebuchet MS Italic (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS Italic.ttf" +"Tsukushi A Round Gothic Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\0063ccbcdad97e5097c0fcb960c7b0bc66345f94.asset\\AssetData\\TsukushiAMaruGothic.ttc" +"Tsukushi B Round Gothic Regula (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e349803ae4e2ff14f9ae58649853d38721b1e85b.asset\\AssetData\\TsukushiBMaruGothic.ttc" +"Unifont (TrueType)"="unifont.ttf" +"Verdana (TrueType)"="Z:\\Library\\Fonts\\Verdana.ttf" +"Verdana Bold (TrueType)"="Z:\\Library\\Fonts\\Verdana Bold.ttf" +"Verdana Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Verdana Bold Italic.ttf" +"Verdana Italic (TrueType)"="Z:\\Library\\Fonts\\Verdana Italic.ttf" +"VL Gothic (TrueType)"="vl-gothic-regular.ttf" +"VL PGothic (TrueType)"="vl-pgothic-regular.ttf" +"Waseem Light (TrueType)"="Z:\\Library\\Fonts\\Waseem.ttc" +"Waseem Regular (TrueType)"="Z:\\Library\\Fonts\\Waseem.ttc" +"Wawati SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1d3ff82458a311e54a2d1431e07a9dba18f6b33.asset\\AssetData\\WawaSC-Regular.otf" +"Wawati TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e4b7f3aaf2e1e1a3ddc09b56de4c8fcdf8f33c41.asset\\AssetData\\WawaTC-Regular.otf" +"Webdings (TrueType)"="Z:\\Library\\Fonts\\Webdings.ttf" +"Weibei SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\714b3197966fe770a7bc4f169c696ae161587834.asset\\AssetData\\WeibeiSC-Bold.otf" +"Weibei TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d5b95291798fea1a60a37226fe357503a03f633d.asset\\AssetData\\WeibeiTC-Bold.otf" +"WenQuanYi Micro Hei (TrueType)"="wqy-microhei.ttc" +"Wingdings (TrueType)"="Z:\\Library\\Fonts\\Wingdings.ttf" +"Wingdings 2 (TrueType)"="Z:\\Library\\Fonts\\Wingdings 2.ttf" +"Wingdings 3 (TrueType)"="Z:\\Library\\Fonts\\Wingdings 3.ttf" +"Xingkai SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Xingkai SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Xingkai TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Xingkai TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Yuanti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"YuGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\9bcd44527ef393ed216f6506bddb5e950c2c752c.asset\\AssetData\\YuGothic-Bold.otf" +"YuGothic Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d247c6fc43ef7fe005d9e59eae5ae23e7e10d4c.asset\\AssetData\\YuGothic-Medium.otf" +"YuKyokasho Yoko Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\824f5d9316cf364d808aa8de8d698113503cc59b.asset\\AssetData\\Kyokasho.ttc" +"YuMincho Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3062c8c32be86d60efd385f5e7021b7438f29cb0.asset\\AssetData\\YuMincho.ttc" +"Yuppy SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\4f6414db403d33f6df5deef5eef6f91d0d57ecfc.asset\\AssetData\\YuppySC-Regular.otf" +"Yuppy TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b4f5b00faf2d7fa028eed01f8c3d611f63bfeaa.asset\\AssetData\\YuppyTC-Regular.otf" +"Zapf Dingbats (TrueType)"="Z:\\System\\Library\\Fonts\\ZapfDingbats.ttf" +"Zapfino (TrueType)"="Z:\\Library\\Fonts\\Zapfino.ttf" + +[Software\\Microsoft\\Windows\\CurrentVersion\\Group Policy] 1526460547 +#time=1d3ecf2c06f6c72 + +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer] 1526460882 +#time=1d3ecf387b39614 "InstallerLocation"="C:\\windows\\system32" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UpgradeCodes\\967D7D57000041D45A5A65CD20889ACF] 1460706605 -#time=1d196eb6c75bdd8 -"E83E246D42D0C684A9D23E61DD96F6B4"="" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UpgradeCodes\\9DD53E019628E1F3794F990FADC3C2CE] 1460706651 -#time=1d196eb88031366 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UpgradeCodes\\9DD53E019628E1F3794F990FADC3C2CE] 1526460882 +#time=1d3ecf387b39808 "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UpgradeCodes\\A9513C995E4C6E2389AFA74CB5BC982C] 1460706678 -#time=1d196eb98309f38 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UpgradeCodes\\A9513C995E4C6E2389AFA74CB5BC982C] 1526460915 +#time=1d3ecf39bc0a160 "FCDAC0A0AD874C333A05DC1548B97920"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\007865EC2FD12493587C83642BE8BE6A] 1460706674 -#time=1d196eb95c65efe +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\007865EC2FD12493587C83642BE8BE6A] 1526460914 +#time=1d3ecf39ad27bac "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1042\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\00CBDED5899244A4697CCF7E64597FBB] 1460706641 -#time=1d196eb822e6a80 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\00CBDED5899244A4697CCF7E64597FBB] 1526460874 +#time=1d3ecf3830a9eaa "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\csc.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\00DD4202715058B3E97E0E1D077B27D3] 1460706674 -#time=1d196eb95ca1850 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\00DD4202715058B3E97E0E1D077B27D3] 1526460914 +#time=1d3ecf39adb7f54 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\2070\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\00DE5DEAD37445740B3677298FE574FC] 1460706674 -#time=1d196eb95cfc278 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\00DE5DEAD37445740B3677298FE574FC] 1526460914 +#time=1d3ecf39ae98324 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\webengine.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0117A41E8EF711A4B8F0D785F1C16D52] 1460706674 -#time=1d196eb95c28ce8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0117A41E8EF711A4B8F0D785F1C16D52] 1526460914 +#time=1d3ecf39ac9ca84 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.Services.Design.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\01A6A4A87DA47164B957C0F1E9755BE8] 1460706674 -#time=1d196eb95ce51a4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\01A6A4A87DA47164B957C0F1E9755BE8] 1526460914 +#time=1d3ecf39ae5fce0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\dv_aspnetmmc.chm" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\01AB4E4B15B865642A4DFF0CE73C034D] 1460706641 -#time=1d196eb823184d6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\01AB4E4B15B865642A4DFF0CE73C034D] 1526460874 +#time=1d3ecf38310670e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_ServiceModelServicePerfCounters.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\02B1817AB36EC5B388637D2428CC0093] 1460706641 -#time=1d196eb8229febe +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\02B1817AB36EC5B388637D2428CC0093] 1526460874 +#time=1d3ecf38302afe2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1046\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\02C52E66D8C63F846A49C861CBACC342] 1460706641 -#time=1d196eb8222a6a0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\02C52E66D8C63F846A49C861CBACC342] 1526460874 +#time=1d3ecf382f58d58 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Windows.Forms.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\031D218C252AD804D98218E4FFEB5834] 1460706674 -#time=1d196eb95cb77f4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\031D218C252AD804D98218E4FFEB5834] 1526460914 +#time=1d3ecf39adec95c "FCDAC0A0AD874C333A05DC1548B97920"="02:\\Software\\Microsoft\\MSBuild\\4.0\\DefaultToolsVersion" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\032E2B214816FFD38A41816E62485830] 1460706641 -#time=1d196eb822b28de +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\032E2B214816FFD38A41816E62485830] 1526460874 +#time=1d3ecf38304c2be "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1040\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0388896AD8A8F8F4C8C933EFD856CFBC] 1460706641 -#time=1d196eb822fae7c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0388896AD8A8F8F4C8C933EFD856CFBC] 1526460874 +#time=1d3ecf3830d181a "00000000000000000000000000000000"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.tlb" "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.tlb" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\03B2A4C329B16EE47855FFF242CD6094] 1460706674 -#time=1d196eb95c52bba +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\03B2A4C329B16EE47855FFF242CD6094] 1526460914 +#time=1d3ecf39ad02582 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationBuildTasks.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0493E2ECA1C3A5F4A837880162B7C7CC] 1460706674 -#time=1d196eb95c41a40 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0493E2ECA1C3A5F4A837880162B7C7CC] 1526460914 +#time=1d3ecf39acd9a74 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_regsql.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0547A8C04B9783E4E81B204E3DA7E4E2] 1460706674 -#time=1d196eb95cbe2a2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0547A8C04B9783E4E81B204E3DA7E4E2] 1526460914 +#time=1d3ecf39adfd7e8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.CSharp.targets" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\061146E804280A34E99FBA30F7B3B489] 1460706674 -#time=1d196eb95c46518 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\061146E804280A34E99FBA30F7B3B489] 1526460914 +#time=1d3ecf39ace5d38 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Workflow.Compiler.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\065838CEB7D70CB4D992073F3184BDB6] 1460706641 -#time=1d196eb822248e0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\065838CEB7D70CB4D992073F3184BDB6] 1526460874 +#time=1d3ecf382f4df52 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.DirectoryServices.Protocols.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\06D519455B721174C8CBC1FEBA2D55C3] 1460706674 -#time=1d196eb95cd6b68 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\06D519455B721174C8CBC1FEBA2D55C3] 1526460914 +#time=1d3ecf39ae39ed2 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Providers\\ProviderList.ascx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\06DEAD9866F44494F8FEA374755C5F4B] 1460706641 -#time=1d196eb822544be +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\06DEAD9866F44494F8FEA374755C5F4B] 1526460874 +#time=1d3ecf382fa9bfe "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Xaml.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0769FA63223E36C47B9EAECD3B1A06EF] 1460706641 -#time=1d196eb8222c3f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0769FA63223E36C47B9EAECD3B1A06EF] 1526460874 +#time=1d3ecf382f5c016 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.XML.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\07C80FFA7136C1A43BAAF24138F56DE8] 1460706674 -#time=1d196eb95cc98b4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\07C80FFA7136C1A43BAAF24138F56DE8] 1526460914 +#time=1d3ecf39ae1a7b2 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_rc.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\09169ABF31033474DA2A9E8C3711F4F5] 1460706641 -#time=1d196eb8221011a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\09169ABF31033474DA2A9E8C3711F4F5] 1526460874 +#time=1d3ecf382f293f0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Dynamic.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\09C7A5092AA699A43BBC962B6C956CA3] 1460706641 -#time=1d196eb822d9682 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\09C7A5092AA699A43BBC962B6C956CA3] 1526460874 +#time=1d3ecf3830911ca "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorrc.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\09FAB52368A0DBE40BFF3C5AEFB23BAE] 1460706641 -#time=1d196eb8230cd8e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\09FAB52368A0DBE40BFF3C5AEFB23BAE] 1526460874 +#time=1d3ecf3830f295c "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0AA95B781EEF5A83B83EF5C352994A71] 1460706674 -#time=1d196eb95c90f32 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0AA95B781EEF5A83B83EF5C352994A71] 1526460914 +#time=1d3ecf39ad903e6 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1032\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0B53144DDC0172346A9497728FFF85EF] 1460706674 -#time=1d196eb95cfe122 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0B53144DDC0172346A9497728FFF85EF] 1526460914 +#time=1d3ecf39ae9c834 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\web_hightrust.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0B7AF9329E93A223489B1056E15F8F25] 1460706674 -#time=1d196eb95c7d1ee +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0B7AF9329E93A223489B1056E15F8F25] 1526460914 +#time=1d3ecf39ad60f9c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1037\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0B923CE474670743CADC5B2363B6CB09] 1460706641 -#time=1d196eb82294d52 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0B923CE474670743CADC5B2363B6CB09] 1526460874 +#time=1d3ecf383014da0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1032\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0C651E83CBB75A44FBC19EA6BD077DA5] 1460706674 -#time=1d196eb95cc4d50 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0C651E83CBB75A44FBC19EA6BD077DA5] 1526460914 +#time=1d3ecf39ae0dac6 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_filter.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0C6BF35C19C3E77378D85280344FCF02] 1460706641 -#time=1d196eb822b3798 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0C6BF35C19C3E77378D85280344FCF02] 1526460874 +#time=1d3ecf38304ef64 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1041\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0CDFC61120CEC9944981D6917B65AFC4] 1460706641 -#time=1d196eb822366da +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0CDFC61120CEC9944981D6917B65AFC4] 1526460874 +#time=1d3ecf382f70660 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Net.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0CE062F57402D7A3DB2087B346E1431B] 1460706674 -#time=1d196eb95c9a0be +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0CE062F57402D7A3DB2087B346E1431B] 1526460914 +#time=1d3ecf39ada639e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1043\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0E3ECBB8BE01C0534A49D084B968CE58] 1460706674 -#time=1d196eb95c8a54c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0E3ECBB8BE01C0534A49D084B968CE58] 1526460914 +#time=1d3ecf39ad807ca "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\3076\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0EA77E41C7E8DD11BABD5AE4658D5939] 1460706674 -#time=1d196eb95c2d87e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0EA77E41C7E8DD11BABD5AE4658D5939] 1526460914 +#time=1d3ecf39aca8474 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.DynamicData.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0F20AE647DDF90E4AA867EF5BE03653A] 1460706641 -#time=1d196eb82269db4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0F20AE647DDF90E4AA867EF5BE03653A] 1526460874 +#time=1d3ecf382fcda22 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscoreei.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0F2FDCDDE54D7913F939DA8E8E3F0019] 1460706641 -#time=1d196eb8227b474 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0F2FDCDDE54D7913F939DA8E8E3F0019] 1526460874 +#time=1d3ecf382fe3804 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1033\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0F733D09FAF657637837B56F82C9536A] 1460706641 -#time=1d196eb8228e6dc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\0F733D09FAF657637837B56F82C9536A] 1526460874 +#time=1d3ecf3830079b6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\watermark.bmp" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1080D1DF4015DBB448F7EF577EC688C9] 1460706641 -#time=1d196eb8233ac98 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1080D1DF4015DBB448F7EF577EC688C9] 1526460874 +#time=1d3ecf3831438ac "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\netfxsbs12.hkf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1083F87D5B2A0004D9DE8FD25DF8BF2B] 1460706641 -#time=1d196eb82211448 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1083F87D5B2A0004D9DE8FD25DF8BF2B] 1526460874 +#time=1d3ecf382f2b01a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Accessibility.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\10C769651E99EC1369A63502FE5084D7] 1460706641 -#time=1d196eb8227f718 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\10C769651E99EC1369A63502FE5084D7] 1526460874 +#time=1d3ecf382feaa5a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1038\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\112546189F4870E4EB2B7931E9FC297E] 1460706641 -#time=1d196eb8233e442 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\112546189F4870E4EB2B7931E9FC297E] 1526460874 +#time=1d3ecf383149216 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbs_mscordbi.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\115F51D839D6526478D5DEA025B0226D] 1460706641 -#time=1d196eb8224faa4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\115F51D839D6526478D5DEA025B0226D] 1526460874 +#time=1d3ecf382fa0338 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Messaging.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\11AA9B4EAD9F2FD4ABCF0FE7BC08179B] 1460706641 -#time=1d196eb8221cb54 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\11AA9B4EAD9F2FD4ABCF0FE7BC08179B] 1526460874 +#time=1d3ecf382f400e6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\sysglobl.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\11ACC78913A59DE4EBABBD8FD55118DE] 1460706641 -#time=1d196eb822cbef6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\11ACC78913A59DE4EBABBD8FD55118DE] 1526460874 +#time=1d3ecf383077e00 "5C1093C35543A0E32A41B090A305076A"="02:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\kernel\\ObUnsecureGlobalNames" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\11FBCBE5DC004AE338A5CEA6741CD7EF] 1460706674 -#time=1d196eb95c7fd7c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\11FBCBE5DC004AE338A5CEA6741CD7EF] 1526460914 +#time=1d3ecf39ad674fa "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1041\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1216FF062E78B903C9322B2A1668EC73] 1460706641 -#time=1d196eb822830f2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1216FF062E78B903C9322B2A1668EC73] 1526460874 +#time=1d3ecf382ff226e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1043\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\141C3217E380B1C418E9EB16BA47CA34] 1460706641 -#time=1d196eb82226ad2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\141C3217E380B1C418E9EB16BA47CA34] 1526460874 +#time=1d3ecf382f513c8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Drawing.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\145854CCB252C463F80E60D87A79A9F3] 1460706641 -#time=1d196eb82371432 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\145854CCB252C463F80E60D87A79A9F3] 1526460874 +#time=1d3ecf38318bea4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\Windows6.1-KB958488-v6001-x86.msu" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\147F8E5BAEF4B08348216F89498E6195] 1460706641 -#time=1d196eb822b8338 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\147F8E5BAEF4B08348216F89498E6195] 1526460874 +#time=1d3ecf3830572a4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1046\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\14B23CC6E28DAC347A0981AD3FC8C87D] 1460706674 -#time=1d196eb95cec904 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\14B23CC6E28DAC347A0981AD3FC8C87D] 1526460914 +#time=1d3ecf39ae72db8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallSqlStateTemplate.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1562C4A2C7A63FB3B9DC0C3515CAA174] 1460706641 -#time=1d196eb822bf7e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1562C4A2C7A63FB3B9DC0C3515CAA174] 1526460874 +#time=1d3ecf38306479c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\Client\\ParameterInfo.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\15BFF7D0E2C47014B90F99D87893CC2C] 1460706641 -#time=1d196eb8231f74a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\15BFF7D0E2C47014B90F99D87893CC2C] 1526460874 +#time=1d3ecf383112a5e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\dxva2.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\15E0A7C36F9B72744A3B88F69C32A716] 1460706641 -#time=1d196eb82326e00 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\15E0A7C36F9B72744A3B88F69C32A716] 1526460874 +#time=1d3ecf3831223be "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationNative_v0400.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\176417C36218A4149B1696561EAC55F3] 1460706674 -#time=1d196eb95cc1e84 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\176417C36218A4149B1696561EAC55F3] 1526460914 +#time=1d3ecf39ae06f0a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet.mof" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\17905782ACBB90F30BA0EB1FA4D53CDD] 1460706641 -#time=1d196eb82281432 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\17905782ACBB90F30BA0EB1FA4D53CDD] 1526460874 +#time=1d3ecf382fedf34 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1041\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\184ABAC39C67AC840B3FA70D6E79469F] 1460706641 -#time=1d196eb82261290 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\184ABAC39C67AC840B3FA70D6E79469F] 1526460874 +#time=1d3ecf382fc237a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\UIAutomationTypes.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\18BFB69323B4E174CAB8F11EEECA0BB3] 1460706641 -#time=1d196eb82311c94 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\18BFB69323B4E174CAB8F11EEECA0BB3] 1526460874 +#time=1d3ecf3830fab8e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MOF\\ServiceModel.mof" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\19C528077E2B8A23CBF7784473922D4A] 1460706641 -#time=1d196eb8227c89c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\19C528077E2B8A23CBF7784473922D4A] 1526460874 +#time=1d3ecf382fe54f6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1035\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1A3132D7A95A6D044BB1D857AB761BF6] 1460706641 -#time=1d196eb822f3d70 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1A3132D7A95A6D044BB1D857AB761BF6] 1526460874 +#time=1d3ecf3830c234c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallUtilLib.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1AB3384545A4F4137B23C0B7646CB1E9] 1460706674 -#time=1d196eb95c71da8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1AB3384545A4F4137B23C0B7646CB1E9] 1526460914 +#time=1d3ecf39ad43f28 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\Graphics\\Print.ico" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1B09A4C868EBAC242A609140E60130FC] 1460706674 -#time=1d196eb95cd4db8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1B09A4C868EBAC242A609140E60130FC] 1526460914 +#time=1d3ecf39ae35b84 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\Permissions\\managePermissions.aspx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1B2794797DE469B3AA5E3855240D3F81] 1460706641 -#time=1d196eb822a1b56 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1B2794797DE469B3AA5E3855240D3F81] 1526460874 +#time=1d3ecf38302e1c4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1053\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1B8654FCC3E3639388370231E3893636] 1460706674 -#time=1d196eb95c549e2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1B8654FCC3E3639388370231E3893636] 1526460914 +#time=1d3ecf39ad06baa "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\Setup.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1C423DB9E73140846BF70E661AF5A877] 1460706641 -#time=1d196eb822eb47c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1C423DB9E73140846BF70E661AF5A877] 1526460874 +#time=1d3ecf3830b25dc "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\AppLaunch.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1D547C2DD17807A46B3F4AA346622214] 1460706641 -#time=1d196eb82262140 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1D547C2DD17807A46B3F4AA346622214] 1526460874 +#time=1d3ecf382fc3ca2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\ReachFramework.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1DAE16E7A372E5A438AA6ED4C1DA8AE9] 1460706641 -#time=1d196eb822c2270 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1DAE16E7A372E5A438AA6ED4C1DA8AE9] 1526460874 +#time=1d3ecf3830684f0 "5C1093C35543A0E32A41B090A305076A"="02:\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Client\\Version" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1DDC991A185522F4F901405F6F0A7B93] 1460706674 -#time=1d196eb95cdd5d0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1DDC991A185522F4F901405F6F0A7B93] 1526460914 +#time=1d3ecf39ae4a3cc "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\Users\\addUser.aspx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1DFFB85DCE781C44DB8A550C00063162] 1460706641 -#time=1d196eb82234a6a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1DFFB85DCE781C44DB8A550C00063162] 1526460874 +#time=1d3ecf382f6d3b6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.Services.Client.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1E63F389EAFAA1F41BAE6CEC477868DF] 1460706674 -#time=1d196eb95d06732 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\1E63F389EAFAA1F41BAE6CEC477868DF] 1526460914 +#time=1d3ecf39aeb0ec4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\App_Data\\GroupedProviders.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\205145C0F6172114BBF8C46210E9120A] 1460706674 -#time=1d196eb95c23b12 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\205145C0F6172114BBF8C46210E9120A] 1526460914 +#time=1d3ecf39ac91896 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\EdmGen.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\20F1C68BA93F48B3FAC4A0BFC6642D82] 1460706674 -#time=1d196eb95c6b3fe +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\20F1C68BA93F48B3FAC4A0BFC6642D82] 1526460914 +#time=1d3ecf39ad3280e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1049\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2113BE5FDFB87F834998D72BC0F6E5CA] 1460706674 -#time=1d196eb95ca77dc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2113BE5FDFB87F834998D72BC0F6E5CA] 1526460914 +#time=1d3ecf39adc4b82 "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full\\1033\\Version" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2199BD06DA0FE664AB152324BDD5F024] 1460706674 -#time=1d196eb95d05864 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2199BD06DA0FE664AB152324BDD5F024] 1526460914 +#time=1d3ecf39aeaead4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\Browsers\\blackberry.browser" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\21C8DB88D2B773847AA089C3612B71C5] 1460706641 -#time=1d196eb823192c8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\21C8DB88D2B773847AA089C3612B71C5] 1526460874 +#time=1d3ecf383108202 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SMSvcHost.exe.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\227D6218E9048F13CAFCE43937B232EE] 1460706674 -#time=1d196eb95c74b02 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\227D6218E9048F13CAFCE43937B232EE] 1526460914 +#time=1d3ecf39ad4a7ec "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1025\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\22AAADD7297737049B2FDEB42185E959] 1460706674 -#time=1d196eb95cb4a2c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\22AAADD7297737049B2FDEB42185E959] 1526460914 +#time=1d3ecf39ade59d6 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_DataOracleClientPerfCounters_shared12_neutral.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\237337F213B01E4429FB5FDBDADDA280] 1460706641 -#time=1d196eb8232e2f4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\237337F213B01E4429FB5FDBDADDA280] 1526460874 +#time=1d3ecf38312fdfc "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\WPFFontCache_v0400.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\23B0D2DC999A68132BA2067662EC0BB1] 1460706674 -#time=1d196eb95d134be +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\23B0D2DC999A68132BA2067662EC0BB1] 1526460914 +#time=1d3ecf39aecf7f2 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\netfx_extended_x86.msi" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2482E80DA20945947BA4ACCD2071F8CB] 1460706641 -#time=1d196eb8226c1a4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2482E80DA20945947BA4ACCD2071F8CB] 1526460874 +#time=1d3ecf382fd2aae "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\clrjit.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\249C1E8892E7C7A498B06A684D4EFC44] 1460706674 -#time=1d196eb95c4ae92 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\249C1E8892E7C7A498B06A684D4EFC44] 1526460914 +#time=1d3ecf39acef63a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceModel.Web.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\24E64AEEA3577953C866A7583FBA558D] 1460706641 -#time=1d196eb822dd0d4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\24E64AEEA3577953C866A7583FBA558D] 1526460874 +#time=1d3ecf383097584 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\25F162E46CF269746A7E107B4DBA1309] 1460706641 -#time=1d196eb822375da +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\25F162E46CF269746A7E107B4DBA1309] 1526460874 +#time=1d3ecf382f71ede "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Numerics.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\25FCCFE4C26F84D48AB805D024C6ED47] 1460706674 -#time=1d196eb95c29be8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\25FCCFE4C26F84D48AB805D024C6ED47] 1526460914 +#time=1d3ecf39ac9ed66 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.Services.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\260EEA28D7E8DD11FBC99D57658D5939] 1460706674 -#time=1d196eb95c350d8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\260EEA28D7E8DD11FBC99D57658D5939] 1526460914 +#time=1d3ecf39acbb60a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.Extensions.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2667205EC53FAD531A565D1E9D1B4403] 1460706674 -#time=1d196eb95ca3844 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2667205EC53FAD531A565D1E9D1B4403] 1526460914 +#time=1d3ecf39adbc3b0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\3082\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\26916FDE420BE654E9296E2DD007C8ED] 1460706674 -#time=1d196eb95c2aafc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\26916FDE420BE654E9296E2DD007C8ED] 1526460914 +#time=1d3ecf39aca13b8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Design.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\27CD754D4B789A53FB8DBC7AB624A6BC] 1460706641 -#time=1d196eb822912f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\27CD754D4B789A53FB8DBC7AB624A6BC] 1526460874 +#time=1d3ecf38300d30c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1028\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\27D40F796AB805F46900B7AEED9FAD87] 1460706674 -#time=1d196eb95c3147e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\27D40F796AB805F46900B7AEED9FAD87] 1526460914 +#time=1d3ecf39acb2334 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.DataVisualization.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\27E9DCC1C8581FF438C106796F70D565] 1460706674 -#time=1d196eb95cd5c5e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\27E9DCC1C8581FF438C106796F70D565] 1526460914 +#time=1d3ecf39ae37c40 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\Permissions\\App_LocalResources\\createPermission.aspx.resx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\28253B87A46DE313FBEBB3567B60CC68] 1460706674 -#time=1d196eb95c72c76 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\28253B87A46DE313FBEBB3567B60CC68] 1526460914 +#time=1d3ecf39ad4614c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\watermark.bmp" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\282E5DB509C60A03E9A8714D201ED58A] 1460706641 -#time=1d196eb82296a8a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\282E5DB509C60A03E9A8714D201ED58A] 1526460874 +#time=1d3ecf383017fbe "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1035\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\282E6267262096B4CA63C792C92636CD] 1460706641 -#time=1d196eb822237b0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\282E6267262096B4CA63C792C92636CD] 1526460874 +#time=1d3ecf382f4c67a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.DirectoryServices.AccountManagement.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\285485FFC4EEFCD478914D9F3CE08EB2] 1460706674 -#time=1d196eb95d0dc94 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\285485FFC4EEFCD478914D9F3CE08EB2] 1526460914 +#time=1d3ecf39aec2dfe "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\CDF\\v4.0\\HttpNamespaceReservationInstalled" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\29322913B4A79444B8DD69E9B291FA9D] 1460706641 -#time=1d196eb82218036 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\29322913B4A79444B8DD69E9B291FA9D] 1526460874 +#time=1d3ecf382f37ca2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallUtil.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\293A91E31A84BEB4AA60ECAEF11BCCC7] 1460706641 -#time=1d196eb822ced9a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\293A91E31A84BEB4AA60ECAEF11BCCC7] 1526460874 +#time=1d3ecf38307cac2 "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2A3A6CB1348B1794C95B3F36E37DE2AD] 1460706674 -#time=1d196eb95cb5990 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2A3A6CB1348B1794C95B3F36E37DE2AD] 1526460914 +#time=1d3ecf39ade7da8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild\\Microsoft.Build.Commontypes.xsd" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2A532BBE4597DED408C8463BE231D97A] 1460706604 -#time=1d196eb6c45738a -"00000000000000000000000000000000"="C:\\windows\\system32\\msxml3.dll" -"E83E246D42D0C684A9D23E61DD96F6B4"="C:\\windows\\system32\\msxml3.dll" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2AB879DA707DBD735B1B590CF206DF0C] 1460706641 -#time=1d196eb822b1a38 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2AB879DA707DBD735B1B590CF206DF0C] 1526460874 +#time=1d3ecf383049d3e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1038\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2B4D0DEDC0B706D469F9A3DD186A5744] 1460706674 -#time=1d196eb95ccc668 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2B4D0DEDC0B706D469F9A3DD186A5744] 1526460914 +#time=1d3ecf39ae21134 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_state_perf.h" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2B55B144AF2F06633804830A6FC31072] 1460706674 -#time=1d196eb95c8e2aa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2B55B144AF2F06633804830A6FC31072] 1526460914 +#time=1d3ecf39ad89cd0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1029\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2B8779BAB69F0AF4585456DC86AD82A7] 1460706641 -#time=1d196eb8233bfbc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2B8779BAB69F0AF4585456DC86AD82A7] 1526460874 +#time=1d3ecf3831456c0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbs_diasymreader.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2BB2B043F7E8DD11CB535FA9658D5939] 1460706674 -#time=1d196eb95c332a6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2BB2B043F7E8DD11CB535FA9658D5939] 1526460914 +#time=1d3ecf39acb6916 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.Extensions.Design.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2BC98356D4562274493BDD3D263238CE] 1460706641 -#time=1d196eb822c87f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2BC98356D4562274493BDD3D263238CE] 1526460874 +#time=1d3ecf3830716a4 "5C1093C35543A0E32A41B090A305076A"="02:\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\5.0\\User Agent\\Post Platform\\.NET4.0C" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2C5A579218E8DD1188CBD41B658D5939] 1460706641 -#time=1d196eb82230014 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2C5A579218E8DD1188CBD41B658D5939] 1526460874 +#time=1d3ecf382f65152 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ComponentModel.DataAnnotations.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2D382AE536DD8A2449ADBF9C4EC6CB0D] 1460706641 -#time=1d196eb8225184a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2D382AE536DD8A2449ADBF9C4EC6CB0D] 1526460874 +#time=1d3ecf382fa36dc "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Runtime.Remoting.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2D9FD144A007B1E46B5FA3EB836737E5] 1460706641 -#time=1d196eb8232b720 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2D9FD144A007B1E46B5FA3EB836737E5] 1526460874 +#time=1d3ecf38312ae38 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\UIAutomationCore.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2DB9CEDF34DFCC633B485410EC4B5B12] 1460706641 -#time=1d196eb8229c3b8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2DB9CEDF34DFCC633B485410EC4B5B12] 1526460874 +#time=1d3ecf383024354 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1042\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2DDB01A5DC3F2B43F9BD7A3E962726AC] 1460706641 -#time=1d196eb822adfe6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2DDB01A5DC3F2B43F9BD7A3E962726AC] 1526460874 +#time=1d3ecf38304342a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1033\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2DF3423286177E54B9DCD34B716252E5] 1460706641 -#time=1d196eb8225d7c6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2DF3423286177E54B9DCD34B716252E5] 1526460874 +#time=1d3ecf382fbbde0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\WindowsBase.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2EE53798A19425545AB757B3E7F2CC00] 1460706641 -#time=1d196eb822dc210 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2EE53798A19425545AB757B3E7F2CC00] 1526460874 +#time=1d3ecf383095c70 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvc.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2F07A4B8AAA13B0358D39E23D21EE84B] 1460706674 -#time=1d196eb95c982fa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2F07A4B8AAA13B0358D39E23D21EE84B] 1526460914 +#time=1d3ecf39ada1b8c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1041\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2F67C31D8736EC14E92D9AD434C777BC] 1460706641 -#time=1d196eb82330478 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2F67C31D8736EC14E92D9AD434C777BC] 1526460874 +#time=1d3ecf3831331fa "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\NaturalLanguage6.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2F7A39D7D7BD9203CAB7183DB6C745D1] 1460706674 -#time=1d196eb95c78824 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\2F7A39D7D7BD9203CAB7183DB6C745D1] 1526460914 +#time=1d3ecf39ad54f4e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1031\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\303D5D3766F799345A261B9ABC503A06] 1460706674 -#time=1d196eb95c446dc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\303D5D3766F799345A261B9ABC503A06] 1526460914 +#time=1d3ecf39ace0496 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.RegularExpressions.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\307A45AA2C24CFC4E862DD7F2C6C55C3] 1460706641 -#time=1d196eb822ec354 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\307A45AA2C24CFC4E862DD7F2C6C55C3] 1526460874 +#time=1d3ecf3830b40b2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Culture.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\311BE97BC61B6024A8D6FB10422E3828] 1460706641 -#time=1d196eb822d87e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\311BE97BC61B6024A8D6FB10422E3828] 1526460874 +#time=1d3ecf38308f8ca "00000000000000000000000000000000"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.tlb" "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.tlb" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\31C1FA48C7401413EB7B8AD885C2042B] 1460706641 -#time=1d196eb822afd78 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\31C1FA48C7401413EB7B8AD885C2042B] 1526460874 +#time=1d3ecf383046634 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1036\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\31E728807D6D7103E9A56AB064554BF4] 1460706641 -#time=1d196eb822ab2e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\31E728807D6D7103E9A56AB064554BF4] 1526460874 +#time=1d3ecf38303e498 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1030\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\31EA884598072824AAE32070ADD5564F] 1460706641 -#time=1d196eb8224bc4c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\31EA884598072824AAE32070ADD5564F] 1526460874 +#time=1d3ecf382f99c90 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceModel.Activities.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\32111CBD2C6D77C35A760AFD8A41BA71] 1460706641 -#time=1d196eb823616ea +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\32111CBD2C6D77C35A760AFD8A41BA71] 1526460874 +#time=1d3ecf383177d0a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1043.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\323FA78525448B241992C53E30916830] 1460706641 -#time=1d196eb8223ec90 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\323FA78525448B241992C53E30916830] 1526460874 +#time=1d3ecf382f818ac "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.VisualBasic.Activities.Compiler.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\327AB9EC179465B4590BFB9AF53D5661] 1460706604 -#time=1d196eb6c458924 -"00000000000000000000000000000000"="" -"E83E246D42D0C684A9D23E61DD96F6B4"="" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\328D1567CE0EDD112A600091BB755681] 1460706641 -#time=1d196eb8230afac +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\328D1567CE0EDD112A600091BB755681] 1526460874 +#time=1d3ecf3830eeaa0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ServiceModelInstallRC.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\330EBE6B03AA09A30A1AA0CA49DCD27E] 1460706641 -#time=1d196eb823355c2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\330EBE6B03AA09A30A1AA0CA49DCD27E] 1526460874 +#time=1d3ecf38313a464 "5C1093C35543A0E32A41B090A305076A"="C:\\Program Files\\Microsoft.NET\\RedistList\\AssemblyList_4_client.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\33A52BB623002D531A96161EE9F8F15F] 1460706674 -#time=1d196eb95c6945a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\33A52BB623002D531A96161EE9F8F15F] 1526460914 +#time=1d3ecf39ad2e1a0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1045\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\33ED054ADCE430534AB104CFB4E36CF5] 1460706674 -#time=1d196eb95c73b12 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\33ED054ADCE430534AB104CFB4E36CF5] 1526460914 +#time=1d3ecf39ad4841a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\Extended\\UiInfo.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3474FDC818044F74C90E82440DDA20CC] 1460706674 -#time=1d196eb95d0ce7a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3474FDC818044F74C90E82440DDA20CC] 1526460914 +#time=1d3ecf39aec1094 "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\CDF\\v4.0\\NonHttpActivationInstalled" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\348510AE4E1013C4E86B1EA693A32602] 1460706641 -#time=1d196eb823216a8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\348510AE4E1013C4E86B1EA693A32602] 1526460874 +#time=1d3ecf383117dc4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\wpfgfx_v0400.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\349837A032C1F764289D67EC2B21A8F7] 1460706641 -#time=1d196eb82230ee2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\349837A032C1F764289D67EC2B21A8F7] 1526460874 +#time=1d3ecf382f66a34 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Core.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\34FB990BC2EDB664C88B5E6978E1741E] 1460706674 -#time=1d196eb95c4ed30 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\34FB990BC2EDB664C88B5E6978E1741E] 1526460914 +#time=1d3ecf39acf8352 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.WorkflowServices.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3565A70ECDBF5CB40A70687D21FFBA0E] 1460706641 -#time=1d196eb822160c4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3565A70ECDBF5CB40A70687D21FFBA0E] 1526460874 +#time=1d3ecf382f34a48 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\CustomMarshalers.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\362F98423696A2D46AA36B2CABF7D98C] 1460706641 -#time=1d196eb822c9822 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\362F98423696A2D46AA36B2CABF7D98C] 1526460874 +#time=1d3ecf383073c88 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\CLR.mof" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\363E15B7A7F24D93C8F0AD0F424071A2] 1460706674 -#time=1d196eb95c9be50 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\363E15B7A7F24D93C8F0AD0F424071A2] 1526460914 +#time=1d3ecf39adaa796 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1045\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\36C1ED59A62E72D49A9D42A9832D332B] 1460706641 -#time=1d196eb82263414 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\36C1ED59A62E72D49A9D42A9832D332B] 1526460874 +#time=1d3ecf382fc557a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\System.Windows.Input.Manipulations.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\36E308E50ACC35C4BA457E03F4F4D963] 1460706641 -#time=1d196eb822cfc5e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\36E308E50ACC35C4BA457E03F4F4D963] 1526460874 +#time=1d3ecf38307e3e0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\fusion.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\371D80253B7F2744E8FB93894A9D054C] 1460706604 -#time=1d196eb6c45795c -"00000000000000000000000000000000"="C:\\windows\\system32\\msxml3r.dll" -"E83E246D42D0C684A9D23E61DD96F6B4"="C:\\windows\\system32\\msxml3r.dll" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\380BEEFFB6E55D03E8BC63722B279B68] 1460706674 -#time=1d196eb95c81b7c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\380BEEFFB6E55D03E8BC63722B279B68] 1526460914 +#time=1d3ecf39ad6b668 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1043\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3967C96F0E0B07A49A383C4F58D0C792] 1460706641 -#time=1d196eb822526e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3967C96F0E0B07A49A383C4F58D0C792] 1526460874 +#time=1d3ecf382fa52fc "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Transactions.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3986910D7DBACA03F97C93A390818B40] 1460706674 -#time=1d196eb95c991c8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3986910D7DBACA03F97C93A390818B40] 1526460914 +#time=1d3ecf39ada3ed2 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1042\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\39A3115D03F535D4998DD9E45C1F3155] 1460706641 -#time=1d196eb822f8f96 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\39A3115D03F535D4998DD9E45C1F3155] 1526460874 +#time=1d3ecf3830cdaee "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbscmp20_perfcounter.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3B745A6CDDBB1F73C82980E5933440D9] 1460706641 -#time=1d196eb82292192 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3B745A6CDDBB1F73C82980E5933440D9] 1526460874 +#time=1d3ecf38300f350 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1029\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3BE6A37130464D115AF3000972A8B18B] 1460706641 -#time=1d196eb822d3886 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3BE6A37130464D115AF3000972A8B18B] 1526460874 +#time=1d3ecf383086ca2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\mscoree.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3BE925035B33D323AB9D5207BBED4C9A] 1460706674 -#time=1d196eb95c585e2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3BE925035B33D323AB9D5207BBED4C9A] 1526460914 +#time=1d3ecf39ad10812 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1030\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3C24AC9ECFF387637A838756E6BAE997] 1460706641 -#time=1d196eb8227a380 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3C24AC9ECFF387637A838756E6BAE997] 1526460874 +#time=1d3ecf382fe1a4a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1032\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3CEEA7BF013D9F33BB866A795096780A] 1460706674 -#time=1d196eb95c7b4e8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3CEEA7BF013D9F33BB866A795096780A] 1526460914 +#time=1d3ecf39ad5b7d6 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1035\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3EB846341A8A5CF49A72D6D1319BD05D] 1460706641 -#time=1d196eb8230152e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3EB846341A8A5CF49A72D6D1319BD05D] 1526460874 +#time=1d3ecf3830dd1ba "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_NetworkingPerfCounters_v2.h" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3EFDB7D2046619149AF70621D1FD778D] 1460706641 -#time=1d196eb8224ebf4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\3EFDB7D2046619149AF70621D1FD778D] 1526460874 +#time=1d3ecf382f9e8bc "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceModel.Routing.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4052B8968FF29FB4286671BD0C57DD2A] 1460706641 -#time=1d196eb822461ca +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4052B8968FF29FB4286671BD0C57DD2A] 1526460874 +#time=1d3ecf382f8e6f6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.IdentityModel.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\40814FE4F6E8DD11CBFCEA87658D5939] 1460706674 -#time=1d196eb95c2c9ce +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\40814FE4F6E8DD11CBFCEA87658D5939] 1526460914 +#time=1d3ecf39aca5a58 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.Abstractions.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\40DDDC23783037346BD5753091C1DBEB] 1460706641 -#time=1d196eb822effc2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\40DDDC23783037346BD5753091C1DBEB] 1526460874 +#time=1d3ecf3830ba8a4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\dfdll.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\40EF114F7D4485A42A9538E3E4B33588] 1460706674 -#time=1d196eb95c36e9c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\40EF114F7D4485A42A9538E3E4B33588] 1526460914 +#time=1d3ecf39acc0664 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Build.Conversion.v4.0.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4162A2548A3A8C8448599F380822B334] 1460706641 -#time=1d196eb822f1fde +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4162A2548A3A8C8448599F380822B334] 1526460874 +#time=1d3ecf3830be0b2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\en-US\\dfshim.dll.mui" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4170CC4F7123EC44DA27C54E87C133EF] 1460706604 -#time=1d196eb6c458e2e -"E83E246D42D0C684A9D23E61DD96F6B4"="C:\\windows\\system32\\msxmlx.cat" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\41A902E1AC9C8923189BD35A6F69DADF] 1460706674 -#time=1d196eb95c89642 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\41A902E1AC9C8923189BD35A6F69DADF] 1526460914 +#time=1d3ecf39ad7e70e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\2070\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\41C82EDF07F11C93F8E4399DD24E183C] 1460706674 -#time=1d196eb95d1700a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\41C82EDF07F11C93F8E4399DD24E183C] 1526460914 +#time=1d3ecf39aed7a42 "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SOFTWARE\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\extended\\1033\\Install" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\41D0BF6AB210EEA31BB8BA8F3A4A2487] 1460706674 -#time=1d196eb95c876ee +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\41D0BF6AB210EEA31BB8BA8F3A4A2487] 1526460914 +#time=1d3ecf39ad7a1f4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1055\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\41FDC87F474771C33BAA758A2D4380BD] 1460706641 -#time=1d196eb822aeec8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\41FDC87F474771C33BAA758A2D4380BD] 1526460874 +#time=1d3ecf383044d48 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1035\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\42277CA6628B823399C30D6E9D84AD3C] 1460706674 -#time=1d196eb95c6d208 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\42277CA6628B823399C30D6E9D84AD3C] 1526460914 +#time=1d3ecf39ad3762e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1055\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\428184DAD82F22B3282172E194B9A816] 1460706674 -#time=1d196eb95c8c2f2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\428184DAD82F22B3282172E194B9A816] 1526460914 +#time=1d3ecf39ad84b54 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1025\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4328AC99E09F5B14DBD0D9E467439B31] 1460706674 -#time=1d196eb95ca8484 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4328AC99E09F5B14DBD0D9E467439B31] 1526460914 +#time=1d3ecf39adc6f0e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\444F14507A5810A4BBF85B9CA54CD8D4] 1460706641 -#time=1d196eb822fdb68 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\444F14507A5810A4BBF85B9CA54CD8D4] 1526460874 +#time=1d3ecf3830d6586 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_dataperfcounters_shared12_neutral.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\446FEFBE35DD6AE4E89D5AD62AE0EAE7] 1460706641 -#time=1d196eb823083f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\446FEFBE35DD6AE4E89D5AD62AE0EAE7] 1526460874 +#time=1d3ecf3830e8a6a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ServiceModelEvents.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4598220C60B9614479C152FD4863E3A3] 1460706641 -#time=1d196eb82334118 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4598220C60B9614479C152FD4863E3A3] 1526460874 +#time=1d3ecf383138b3c "5C1093C35543A0E32A41B090A305076A"="02:\\SOFTWARE\\Microsoft\\.NETFramework\\v1.0\\SBSDisabled\\Install" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\460523E04A5C7B838B109E81130BB464] 1460706641 -#time=1d196eb82293024 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\460523E04A5C7B838B109E81130BB464] 1526460874 +#time=1d3ecf38301125e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1030\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\465392DA887C31940B6B99A42159F3EE] 1460706641 -#time=1d196eb8223fbb8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\465392DA887C31940B6B99A42159F3EE] 1526460874 +#time=1d3ecf382f83224 "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\46A706FB4D1E5A338A75376160F4CD64] 1460706641 -#time=1d196eb8228f58c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\46A706FB4D1E5A338A75376160F4CD64] 1526460874 +#time=1d3ecf383009482 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\Client\\UiInfo.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\47E4EF945DA76974AA8904F84E98D752] 1460706641 -#time=1d196eb8231678a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\47E4EF945DA76974AA8904F84E98D752] 1526460874 +#time=1d3ecf38310343c "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\483AF0DDCF02E7941ABCEC3ECC5B9630] 1460706641 -#time=1d196eb82233c00 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\483AF0DDCF02E7941ABCEC3ECC5B9630] 1526460874 +#time=1d3ecf382f6bac0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.Linq.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4917FAD3009EA7830815DAECE6151AB4] 1460706674 -#time=1d196eb95c8f132 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4917FAD3009EA7830815DAECE6151AB4] 1526460914 +#time=1d3ecf39ad8beae "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1030\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\49EAC263144CDAB4C9213FD114512D47] 1460706674 -#time=1d196eb95cf8600 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\49EAC263144CDAB4C9213FD114512D47] 1526460914 +#time=1d3ecf39ae8e126 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\UninstallPersistSqlState.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4AA35371C9ABF0C45B8910BA76649AF1] 1460706641 -#time=1d196eb8224cb92 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4AA35371C9ABF0C45B8910BA76649AF1] 1526460874 +#time=1d3ecf382f9b59a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceModel.Channels.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4AFD0B837CA832F30B225B9DB2729612] 1460706641 -#time=1d196eb82289786 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4AFD0B837CA832F30B225B9DB2729612] 1526460874 +#time=1d3ecf382fff6a8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\2052\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4BB6EBF5223AFFB43AC4674AE569CBE7] 1460706674 -#time=1d196eb95d01caa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4BB6EBF5223AFFB43AC4674AE569CBE7] 1526460914 +#time=1d3ecf39aea655a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\web_mediumtrust.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4BD0A0D4CCD8AE4368951C3B2B836E49] 1460706674 -#time=1d196eb95c5f572 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4BD0A0D4CCD8AE4368951C3B2B836E49] 1526460914 +#time=1d3ecf39ad1b60e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1036\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4C1A6067784803847866EC97D559EC7D] 1460706674 -#time=1d196eb95c3aede +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4C1A6067784803847866EC97D559EC7D] 1526460914 +#time=1d3ecf39acc8f4e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Build.Tasks.v4.0.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4C84C260FAD5DDF3FAE0145927CA4425] 1460706641 -#time=1d196eb8229f036 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4C84C260FAD5DDF3FAE0145927CA4425] 1526460874 +#time=1d3ecf383029692 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1045\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4C9D5D3A26AA0B739BFD788879AEE311] 1460706641 -#time=1d196eb822b921a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4C9D5D3A26AA0B739BFD788879AEE311] 1526460874 +#time=1d3ecf383058b9a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1049\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4C9F723A76E274B4A8749218BBFF9873] 1460706641 -#time=1d196eb82239358 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4C9F723A76E274B4A8749218BBFF9873] 1526460874 +#time=1d3ecf382f75552 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.ApplicationServices.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4CC373911666FAC3D9FBC322B207AA71] 1460706674 -#time=1d196eb95c5de7a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4CC373911666FAC3D9FBC322B207AA71] 1526460914 +#time=1d3ecf39ad193a4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1035\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4CFF663559D1ED03B9AB966AAF30220B] 1460706641 -#time=1d196eb82285c1c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4CFF663559D1ED03B9AB966AAF30220B] 1526460874 +#time=1d3ecf382ff7570 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1046\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4D41109BA727DE246A109F297AA37E8A] 1460706674 -#time=1d196eb95ce60a4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4D41109BA727DE246A109F297AA37E8A] 1526460914 +#time=1d3ecf39ae61f54 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallCommon.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4E019B4BCBCBB5F4D98C32333A8BA62B] 1460706674 -#time=1d196eb95cf950a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4E019B4BCBCBB5F4D98C32333A8BA62B] 1526460914 +#time=1d3ecf39ae90534 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\UninstallSqlState.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4E1D029EC70C3C3428712FFD7EDAB654] 1460706641 -#time=1d196eb8232f122 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4E1D029EC70C3C3428712FFD7EDAB654] 1526460874 +#time=1d3ecf383131954 "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4E6A73AEB03D53930805E46616DD9C30] 1460706641 -#time=1d196eb8229043c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4E6A73AEB03D53930805E46616DD9C30] 1526460874 +#time=1d3ecf38300b0b6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1025\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4E90B6B1A1A11194B932228228FF5745] 1460706641 -#time=1d196eb82232d46 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4E90B6B1A1A11194B932228228FF5745] 1526460874 +#time=1d3ecf382f6a0b2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.Entity.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4EBB202F98A9ADB4D82A2F4DCBF41FF9] 1460706641 -#time=1d196eb82341ba6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4EBB202F98A9ADB4D82A2F4DCBF41FF9] 1526460874 +#time=1d3ecf38314eb44 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbs_mscorsec.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4EDCC5BBF7BE42C488339C109B474915] 1460706674 -#time=1d196eb95c43804 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4EDCC5BBF7BE42C488339C109B474915] 1526460914 +#time=1d3ecf39acdde3a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.Mobile.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4F01D116E6AEF2F4787F683C726F96F8] 1460706641 -#time=1d196eb8232254e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4F01D116E6AEF2F4787F683C726F96F8] 1526460874 +#time=1d3ecf38311a178 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PenIMC.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4F8AEFF0450BD8F4CB1AC39846A5B236] 1460706641 -#time=1d196eb822c6fe6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\4F8AEFF0450BD8F4CB1AC39846A5B236] 1526460874 +#time=1d3ecf38306f002 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\501ADB4B4A285164A8BEEBF58755F690] 1460706674 -#time=1d196eb95c48066 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\501ADB4B4A285164A8BEEBF58755F690] 1526460914 +#time=1d3ecf39ace8ca4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceModel.ServiceMoniker40.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\514FD65B65F5C6C36B976226565B71BC] 1460706641 -#time=1d196eb822a2a4c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\514FD65B65F5C6C36B976226565B71BC] 1526460874 +#time=1d3ecf38302f9e8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1055\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5248566A054DBB441BE5D195442880AF] 1460706674 -#time=1d196eb95cc007a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5248566A054DBB441BE5D195442880AF] 1526460914 +#time=1d3ecf39ae02a18 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\1033\\FileTrackerUI.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\52955748C1DD2A34A8D819FAE45549DF] 1460706641 -#time=1d196eb822e01f8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\52955748C1DD2A34A8D819FAE45549DF] 1526460874 +#time=1d3ecf38309d8da "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\regtlibv12.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\52F8CBA75DDF60F4898FF869ADD697C8] 1460706674 -#time=1d196eb95cb0904 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\52F8CBA75DDF60F4898FF869ADD697C8] 1526460914 +#time=1d3ecf39addc778 "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SYSTEM\\CurrentControlSet\\Services\\.NET CLR Data\\Performance\\CategoryOptions" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\532045C35ABF68E4E87D091790FEA103] 1460706641 -#time=1d196eb822de470 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\532045C35ABF68E4E87D091790FEA103] 1526460874 +#time=1d3ecf383099208 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ngen.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\551476DED7F32544C8832B564C30D6A2] 1460706674 -#time=1d196eb95c30574 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\551476DED7F32544C8832B564C30D6A2] 1526460914 +#time=1d3ecf39acaffda "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.Entity.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\553F2440A6A21153EA0912620449B978] 1460706674 -#time=1d196eb95c56756 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\553F2440A6A21153EA0912620449B978] 1526460914 +#time=1d3ecf39ad0b0ba "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1028\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5545792E04754C84F9B7C1E88760F4DF] 1460706641 -#time=1d196eb822e78a4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5545792E04754C84F9B7C1E88760F4DF] 1526460874 +#time=1d3ecf3830abb74 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\1033\\cscui.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\55FEBDE02B33A964E990073C347747AE] 1460706641 -#time=1d196eb8230fdc2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\55FEBDE02B33A964E990073C347747AE] 1526460874 +#time=1d3ecf3830f7650 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelRegUI.dll.mui" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\563877B6F6D906B4380620C1A8CBFCDC] 1460706641 -#time=1d196eb82247066 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\563877B6F6D906B4380620C1A8CBFCDC] 1526460874 +#time=1d3ecf382f8ffd8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.IdentityModel.Selectors.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\574278FA76A6C8839B30854B8F5341A3] 1460706641 -#time=1d196eb822888a4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\574278FA76A6C8839B30854B8F5341A3] 1526460874 +#time=1d3ecf382ffdcea "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1055\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\574E02F7C09A8B74F99724E7C06B21CA] 1460706674 -#time=1d196eb95c25bf6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\574E02F7C09A8B74F99724E7C06B21CA] 1526460914 +#time=1d3ecf39ac95e5a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Runtime.Caching.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\57F56B719CB15D115AA4000972A8B18B] 1460706641 -#time=1d196eb822f4f0e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\57F56B719CB15D115AA4000972A8B18B] 1526460874 +#time=1d3ecf3830c5c54 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\netfxperf.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\57FF28A294E555949A056C5B80391412] 1460706674 -#time=1d196eb95cce620 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\57FF28A294E555949A056C5B80391412] 1526460914 +#time=1d3ecf39ae256f8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\navigationBar.ascx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\584DC5BC8C16094419A1D2A0E5FF5CCD] 1460706641 -#time=1d196eb822675aa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\584DC5BC8C16094419A1D2A0E5FF5CCD] 1526460874 +#time=1d3ecf382fca1e2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\clr.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5966B7C36F8CD0046989EDBF1A0468F2] 1460706674 -#time=1d196eb95cb3a14 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5966B7C36F8CD0046989EDBF1A0468F2] 1526460914 +#time=1d3ecf39ade351e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_DataOracleClientPerfCounters_shared12_neutral.h" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5983A17D3B754904D9E2B235D5EB0876] 1460706641 -#time=1d196eb8232064a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5983A17D3B754904D9E2B235D5EB0876] 1526460874 +#time=1d3ecf383114638 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\evr.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5ACDCED49E139C1459B8BC32DDFF9085] 1460706641 -#time=1d196eb8224dca4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5ACDCED49E139C1459B8BC32DDFF9085] 1526460874 +#time=1d3ecf382f9cfda "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceModel.Discovery.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5B29DB07C52B23331846EAAEAAF5F4B4] 1460706641 -#time=1d196eb82357ac8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5B29DB07C52B23331846EAAEAAF5F4B4] 1526460874 +#time=1d3ecf383170b18 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1038.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5B9E9A8ED0DE7683EBF9CCBB4DF4D9AA] 1460706674 -#time=1d196eb95c7a642 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5B9E9A8ED0DE7683EBF9CCBB4DF4D9AA] 1526460914 +#time=1d3ecf39ad5947c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1033\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5C57C4BC9F187E43598F81411D442ABE] 1460706674 -#time=1d196eb95c5ad1a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5C57C4BC9F187E43598F81411D442ABE] 1526460914 +#time=1d3ecf39ad14c28 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1032\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5C668CFD6DEE75E4EB7F965EDA122FA9] 1460706674 -#time=1d196eb95ceaaf0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5C668CFD6DEE75E4EB7F965EDA122FA9] 1526460914 +#time=1d3ecf39ae6e6d2 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallRoles.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5C9FC5D48D3B2FF478D59A0DE79429C3] 1460706641 -#time=1d196eb8225090e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5C9FC5D48D3B2FF478D59A0DE79429C3] 1526460874 +#time=1d3ecf382fa1ddc "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Runtime.Serialization.Formatters.Soap.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5CBA9DC7D2DFF4239AC354DCB6EE8959] 1460706674 -#time=1d196eb95c9ccce +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5CBA9DC7D2DFF4239AC354DCB6EE8959] 1526460914 +#time=1d3ecf39adac866 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1046\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5D1D95BBB54D2B44FB320FA0DAF35916] 1460706674 -#time=1d196eb95c22848 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5D1D95BBB54D2B44FB320FA0DAF35916] 1526460914 +#time=1d3ecf39ac8f424 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\DataSvcUtil.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5DB573C485710573CBA63E7D6DF1C98D] 1460706674 -#time=1d196eb95ca48ca +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5DB573C485710573CBA63E7D6DF1C98D] 1526460914 +#time=1d3ecf39adbe5de "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\Extended\\ParameterInfo.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5E09E2638BBBDD6439A4606AEF2E5117] 1460706641 -#time=1d196eb822fe9e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5E09E2638BBBDD6439A4606AEF2E5117] 1526460874 +#time=1d3ecf3830d83b8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_dataperfcounters_shared12_neutral.h" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5F76717E44F457C3F8EE163A1E43DB0A] 1460706641 -#time=1d196eb8227d86e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5F76717E44F457C3F8EE163A1E43DB0A] 1526460874 +#time=1d3ecf382fe72c4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1036\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5FB733F745466ED3F88595B7C20BD820] 1460706641 -#time=1d196eb8235b72c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\5FB733F745466ED3F88595B7C20BD820] 1526460874 +#time=1d3ecf383173f3e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1041.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\600A239DF7E5F9F34A122BB03731B32C] 1460706641 -#time=1d196eb8228c922 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\600A239DF7E5F9F34A122BB03731B32C] 1526460874 +#time=1d3ecf3830046da "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\3082\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\60622E74BB55089459AB3B3391782B0B] 1460706641 -#time=1d196eb822fbde0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\60622E74BB55089459AB3B3391782B0B] 1526460874 +#time=1d3ecf3830d31c4 "00000000000000000000000000000000"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Windows.Forms.tlb" "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Windows.Forms.tlb" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\606AB5D3096852B33954FAD3EBBCB9A2] 1460706641 -#time=1d196eb82298808 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\606AB5D3096852B33954FAD3EBBCB9A2] 1526460874 +#time=1d3ecf38301b308 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1037\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\60B8B4EB628FFCD488BB240191142FC8] 1460706641 -#time=1d196eb8232d480 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\60B8B4EB628FFCD488BB240191142FC8] 1526460874 +#time=1d3ecf38312e182 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\wpftxt_v0400.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\60CE5D207EF6E354090D28F3EBB4E57B] 1460706641 -#time=1d196eb82310c72 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\60CE5D207EF6E354090D28F3EBB4E57B] 1526460874 +#time=1d3ecf3830f90f4 "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6197B764DD1817E45921C77D8D02448D] 1460706641 -#time=1d196eb82227a90 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6197B764DD1817E45921C77D8D02448D] 1526460874 +#time=1d3ecf382f52d2c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Management.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\619D41258B2C7B94197DFB203CB1F6FE] 1460706674 -#time=1d196eb95c35fba +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\619D41258B2C7B94197DFB203CB1F6FE] 1526460914 +#time=1d3ecf39acbe42c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Windows.Forms.DataVisualization.Design.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6256C340212EAE24AA305B9BE767A25D] 1460706674 -#time=1d196eb95c50c70 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6256C340212EAE24AA305B9BE767A25D] 1526460914 +#time=1d3ecf39acfdf50 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WsatConfig.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\62C040B2C477E7D4BB304838AB26B229] 1460706641 -#time=1d196eb8230a106 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\62C040B2C477E7D4BB304838AB26B229] 1526460874 +#time=1d3ecf3830ec156 "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6331DFBDA00CA0F4E9637F9165D42979] 1460706641 -#time=1d196eb822d26c0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6331DFBDA00CA0F4E9637F9165D42979] 1526460874 +#time=1d3ecf383083980 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordbi.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6393A5BB6365D683A87F7B9ED883190E] 1460706641 -#time=1d196eb822b462a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6393A5BB6365D683A87F7B9ED883190E] 1526460874 +#time=1d3ecf383050a4e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1042\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6395496BFC046C242BD804478177D9BD] 1460706674 -#time=1d196eb95c4de8a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6395496BFC046C242BD804478177D9BD] 1526460914 +#time=1d3ecf39acf5dbe "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Workflow.Runtime.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6448D04697E8DD110868F520658D5939] 1460706674 -#time=1d196eb95c2e6d4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6448D04697E8DD110868F520658D5939] 1526460914 +#time=1d3ecf39acabc1e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.DynamicData.Design.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\645268BBDFBACC44B8767E4C75C5F5B9] 1460706674 -#time=1d196eb95cc3ebe +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\645268BBDFBACC44B8767E4C75C5F5B9] 1526460914 +#time=1d3ecf39ae0b870 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\system32\\aspnet_counters.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\64C80F24F6DCDC53CB10124DB1F686A2] 1460706674 -#time=1d196eb95c9af82 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\64C80F24F6DCDC53CB10124DB1F686A2] 1526460914 +#time=1d3ecf39ada863a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1044\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\64CA7B214545D974BA907F2A6157FCE3] 1460706641 -#time=1d196eb8234650c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\64CA7B214545D974BA907F2A6157FCE3] 1526460874 +#time=1d3ecf3831566a0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbs_wminet_utils.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\64F16AD165496BF33AFF411D19AA062D] 1460706674 -#time=1d196eb95c683b6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\64F16AD165496BF33AFF411D19AA062D] 1526460914 +#time=1d3ecf39ad2bf2c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1044\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\64F5F846FA5C4774BB72EFA7222E54F2] 1460706641 -#time=1d196eb822f6c1e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\64F5F846FA5C4774BB72EFA7222E54F2] 1526460874 +#time=1d3ecf3830c9638 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\PerfCounter.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\65537FDE5BD25814AA5636AA6077FDB1] 1460706641 -#time=1d196eb8220aecc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\65537FDE5BD25814AA5636AA6077FDB1] 1526460874 +#time=1d3ecf382f1f83c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorlib.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\65A03317813B4C047B261308B7020C38] 1460706674 -#time=1d196eb95cd2180 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\65A03317813B4C047B261308B7020C38] 1526460914 +#time=1d3ecf39ae2f338 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\WebAdminHelp.aspx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6652CD6503C50164498BEEEE935FBB03] 1460706674 -#time=1d196eb95ce6f40 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6652CD6503C50164498BEEEE935FBB03] 1526460914 +#time=1d3ecf39ae6410a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallMembership.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\66F4A9C7D1599084699389CCB19D1B17] 1460706674 -#time=1d196eb95c2f5b6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\66F4A9C7D1599084699389CCB19D1B17] 1526460914 +#time=1d3ecf39acadf0a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.Entity.Design.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\679E1B9955F977C4AA4811E00DD8F064] 1460706641 -#time=1d196eb822f7c04 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\679E1B9955F977C4AA4811E00DD8F064] 1526460874 +#time=1d3ecf3830cb30c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SbsNclPerf.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\69234591FCF6D993696DB11283A340BE] 1460706641 -#time=1d196eb8234cbaa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\69234591FCF6D993696DB11283A340BE] 1526460874 +#time=1d3ecf383161b9a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1029.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\69573EC68C2CD8A3EAFA07884B5DC82C] 1460706641 -#time=1d196eb822769f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\69573EC68C2CD8A3EAFA07884B5DC82C] 1526460874 +#time=1d3ecf382fdcb12 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1029\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\698A02B77354D7D41BBC5E0E89779D54] 1460706641 -#time=1d196eb82242746 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\698A02B77354D7D41BBC5E0E89779D54] 1526460874 +#time=1d3ecf382f87cb6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Activities.Core.Presentation.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\698CBABE4620F3E47BA43823247E297D] 1460706674 -#time=1d196eb95cd7a4a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\698CBABE4620F3E47BA43823247E297D] 1526460914 +#time=1d3ecf39ae3c2cc "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Providers\\App_LocalResources\\providerList.ascx.resx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\69B60185B40470149B31328F72DA8B8B] 1460706674 -#time=1d196eb95cc8a54 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\69B60185B40470149B31328F72DA8B8B] 1526460914 +#time=1d3ecf39ae1777e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_perf.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6A8F0071EDE706B49AEC2359D9409218] 1460706674 -#time=1d196eb95c26be6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6A8F0071EDE706B49AEC2359D9409218] 1526460914 +#time=1d3ecf39ac9831c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.Entity.Design.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6A96C4BE9E325004D9C8B29A60DB4C4C] 1460706674 -#time=1d196eb95d0faa8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6A96C4BE9E325004D9C8B29A60DB4C4C] 1526460914 +#time=1d3ecf39aec6bde "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Workflow.Targets" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6BCCFB1B5BFF0CD3FABA29D0B041D5BB] 1460706641 -#time=1d196eb8229e154 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6BCCFB1B5BFF0CD3FABA29D0B041D5BB] 1526460874 +#time=1d3ecf3830279b4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1044\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6C0527ACF3047824EBC255DA4A8DE16D] 1460706674 -#time=1d196eb95c3deb8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6C0527ACF3047824EBC255DA4A8DE16D] 1526460914 +#time=1d3ecf39accfa4c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6C097343C64FF10409DCC5FEB4B255BE] 1460706674 -#time=1d196eb95cfa3f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6C097343C64FF10409DCC5FEB4B255BE] 1526460914 +#time=1d3ecf39ae939b4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\UninstallSqlStateTemplate.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6C0AE188E126FE434A53687969187549] 1460706641 -#time=1d196eb8229d2b8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6C0AE188E126FE434A53687969187549] 1526460874 +#time=1d3ecf383025e02 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1043\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6C702940474F8F339B5D1E62AD0511AE] 1460706674 -#time=1d196eb95c80c0e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6C702940474F8F339B5D1E62AD0511AE] 1526460914 +#time=1d3ecf39ad69552 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1042\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6D7FA1624D29D984991E085016392194] 1460706641 -#time=1d196eb8221d9b4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6D7FA1624D29D984991E085016392194] 1526460874 +#time=1d3ecf382f42512 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.configuration.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6F268BFAAFEB321389EAE57F561F3C58] 1460706641 -#time=1d196eb82325f32 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6F268BFAAFEB321389EAE57F561F3C58] 1526460874 +#time=1d3ecf3831208de "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\Fonts\\GlobalUserInterface.CompositeFont" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6F4DBDA81281513399CB0E52ACFD9CDA] 1460706641 -#time=1d196eb82286a9a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6F4DBDA81281513399CB0E52ACFD9CDA] 1526460874 +#time=1d3ecf382ff9f8c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1049\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6F7A0E769F098CE44911E01F841BB52C] 1460706674 -#time=1d196eb95d0eb9e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6F7A0E769F098CE44911E01F841BB52C] 1526460914 +#time=1d3ecf39aec4c26 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\PerfCounters.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6FEC0B70EA9EB78468463B6E0C495F55] 1460706674 -#time=1d196eb95cab166 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\6FEC0B70EA9EB78468463B6E0C495F55] 1526460914 +#time=1d3ecf39adce772 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\peverify.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\701D586F0D4B2AC498FFB483BB11B238] 1460706641 -#time=1d196eb822db360 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\701D586F0D4B2AC498FFB483BB11B238] 1526460874 +#time=1d3ecf383094398 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\mscorsecr.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\70B49FF89574D12449374498A03C6233] 1460706641 -#time=1d196eb82259e64 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\70B49FF89574D12449374498A03C6233] 1526460874 +#time=1d3ecf382fb5026 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationFramework.Classic.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\70B788970FD32FD32B716ADA4F56B75E] 1460706641 -#time=1d196eb822c0718 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\70B788970FD32FD32B716ADA4F56B75E] 1526460874 +#time=1d3ecf383066286 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\SetupUtility.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7394C8BE5986BD7449C41E7D36E1124B] 1460706641 -#time=1d196eb82256318 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7394C8BE5986BD7449C41E7D36E1124B] 1526460874 +#time=1d3ecf382fae370 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\System.Printing.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\73FDF0BC2038B7A319CCF47DF471700B] 1460706674 -#time=1d196eb95c86816 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\73FDF0BC2038B7A319CCF47DF471700B] 1526460914 +#time=1d3ecf39ad77d82 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1053\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\754880F38C120EF499FE680CED5475D1] 1460706674 -#time=1d196eb95cf3baa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\754880F38C120EF499FE680CED5475D1] 1526460914 +#time=1d3ecf39ae830be "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\legacy.web_minimaltrust.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7571D1B6236976E4C8BBD5C6762BCF6F] 1460706674 -#time=1d196eb95ca6972 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7571D1B6236976E4C8BBD5C6762BCF6F] 1526460914 +#time=1d3ecf39adc2ada "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full\\Version" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\75AD6E52BCE124E4B849FFAAA20CC2C2] 1460706641 -#time=1d196eb822e220a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\75AD6E52BCE124E4B849FFAAA20CC2C2] 1526460874 +#time=1d3ecf3830a16b0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SOS.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\75DF55A7A06E5BD429593EF4FD24EE45] 1460706674 -#time=1d196eb95ce04b0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\75DF55A7A06E5BD429593EF4FD24EE45] 1526460914 +#time=1d3ecf39ae517da "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\Wizard\\App_LocalResources\\wizardAddUser.ascx.resx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7623B3A0F25A4D63F94587B887D3DA0D] 1460706641 -#time=1d196eb822bae9e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7623B3A0F25A4D63F94587B887D3DA0D] 1526460874 +#time=1d3ecf38305c1c8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1055\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\767D05437A31C663DB1360157916AA6B] 1460706641 -#time=1d196eb82279156 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\767D05437A31C663DB1360157916AA6B] 1526460874 +#time=1d3ecf382fdffd8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1031\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7790469DB66C2B4478EE2C7574E4498C] 1460706641 -#time=1d196eb8222173a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7790469DB66C2B4478EE2C7574E4498C] 1526460874 +#time=1d3ecf382f494a2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Deployment.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\782D8B5EFD0BCFA3293476FCFD1652AD] 1460706674 -#time=1d196eb95c9eb14 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\782D8B5EFD0BCFA3293476FCFD1652AD] 1526460914 +#time=1d3ecf39adb1500 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1053\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7A69F1FD91D64BE48A58F9F3FEAB0C80] 1460706674 -#time=1d196eb95cbb408 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7A69F1FD91D64BE48A58F9F3FEAB0C80] 1526460914 +#time=1d3ecf39adf6ede "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Data.Entity.targets" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7A7F2903C97925645B1E4910C10DCCE4] 1460706641 -#time=1d196eb822e96cc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7A7F2903C97925645B1E4910C10DCCE4] 1526460874 +#time=1d3ecf3830af3aa "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\1033\\vbc7ui.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7A9166FAFD3C2914EA9F93B57974BBA2] 1460706674 -#time=1d196eb95cfb29c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7A9166FAFD3C2914EA9F93B57974BBA2] 1526460914 +#time=1d3ecf39ae96114 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\web.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7AD29628A4F29A53FAA96727B427A206] 1460706641 -#time=1d196eb82284db2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7AD29628A4F29A53FAA96727B427A206] 1526460874 +#time=1d3ecf382ff5b26 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1045\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7C344FA20FEB78549B4256B251621BFF] 1460706641 -#time=1d196eb8225baca +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7C344FA20FEB78549B4256B251621BFF] 1526460874 +#time=1d3ecf382fb8442 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationFramework.Royale.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7CFE93EA767C4AE458D6311863D4AB2A] 1460706641 -#time=1d196eb82228904 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7CFE93EA767C4AE458D6311863D4AB2A] 1526460874 +#time=1d3ecf382f54744 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Security.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7D0FE646A058DE8329E7FA1D3381126B] 1460706641 -#time=1d196eb8236d684 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7D0FE646A058DE8329E7FA1D3381126B] 1526460874 +#time=1d3ecf383185162 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.2070.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7D8E6FFAA18BEC8409B7F8BCECD48479] 1460706641 -#time=1d196eb8220d136 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7D8E6FFAA18BEC8409B7F8BCECD48479] 1526460874 +#time=1d3ecf382f234aa "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\RegSvcs.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7E17C6659B9369339BDC78607DF23C1D] 1460706641 -#time=1d196eb822b0bd8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7E17C6659B9369339BDC78607DF23C1D] 1526460874 +#time=1d3ecf38304840c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1037\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7E6B2E413AECE7238BB1908A9D9BB425] 1460706674 -#time=1d196eb95c6332a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7E6B2E413AECE7238BB1908A9D9BB425] 1526460914 +#time=1d3ecf39ad226e8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1040\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7ECF09DB9CB886F3999F330F38EEB0AA] 1460706641 -#time=1d196eb822a473e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7ECF09DB9CB886F3999F330F38EEB0AA] 1526460874 +#time=1d3ecf383032d28 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\2070\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7F2BD3808A3273C48B808D72FCC843F7] 1460706641 -#time=1d196eb82313b02 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7F2BD3808A3273C48B808D72FCC843F7] 1526460874 +#time=1d3ecf3830fde88 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_ServiceModelEndpointPerfCounters.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7F50902AF6D014044A4087B64D9886FB] 1460706674 -#time=1d196eb95ccb772 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7F50902AF6D014044A4087B64D9886FB] 1526460914 +#time=1d3ecf39ae1edf8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_state.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7F5238D37F372ED36A828669049A2554] 1460706641 -#time=1d196eb823473da +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7F5238D37F372ED36A828669049A2554] 1526460874 +#time=1d3ecf38315800e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\netfx_core_x86.msi" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7FC1B20FDA3D7494083A2F5F0DEAA1D3] 1460706674 -#time=1d196eb95cc2c62 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7FC1B20FDA3D7494083A2F5F0DEAA1D3] 1526460914 +#time=1d3ecf39ae0902a "FCDAC0A0AD874C333A05DC1548B97920"="00:\\CLSID\\{5437FDFA-9EC9-4CCC-8531-42F8D9C19AF7}\\Implemented Categories\\{62C8FE65-4EBB-45E7-B440-6E39B2CDBF29}\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7FD1B035E87E57F48A467CB7267ED140] 1460706641 -#time=1d196eb822e5c0c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7FD1B035E87E57F48A467CB7267ED140] 1526460874 +#time=1d3ecf3830a846a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\1033\\alinkui.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7FD4728A3F9DBDD45B02522985AA037F] 1460706674 -#time=1d196eb95c24b70 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\7FD4728A3F9DBDD45B02522985AA037F] 1526460914 +#time=1d3ecf39ac93bb4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.VisualC.STLCLR.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\803FC5FAA4BF52F48AB5167F855169EE] 1460706641 -#time=1d196eb8223dea8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\803FC5FAA4BF52F48AB5167F855169EE] 1526460874 +#time=1d3ecf382f7ea76 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Transactions.Bridge.Dtc.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\80499F335A594C94EB39D90E0B503FAE] 1460706674 -#time=1d196eb95cdb758 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\80499F335A594C94EB39D90E0B503FAE] 1526460914 +#time=1d3ecf39ae45eee "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\security.aspx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\806891B3AFC35DF36ADF69A1D2313195] 1460706641 -#time=1d196eb822be896 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\806891B3AFC35DF36ADF69A1D2313195] 1526460874 +#time=1d3ecf383062dde "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\3082\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\80B4898CC42598342AEEDC094A7BA168] 1460706674 -#time=1d196eb95cd3e72 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\80B4898CC42598342AEEDC094A7BA168] 1526460914 +#time=1d3ecf39ae3392e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\App_LocalResources\\error.aspx.resx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\80E9C47603F640E4A859A7170F664B5D] 1460706641 -#time=1d196eb8231afec +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\80E9C47603F640E4A859A7170F664B5D] 1526460874 +#time=1d3ecf38310b416 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_TransactionBridgePerfCounters.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8128B063497B5464C839436C7C7DE642] 1460706641 -#time=1d196eb82327cec +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8128B063497B5464C839436C7C7DE642] 1526460874 +#time=1d3ecf383123e26 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationHost_v0400.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\814604249A7CA3642BA4193B05D55904] 1460706674 -#time=1d196eb95cd88fa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\814604249A7CA3642BA4193B05D55904] 1526460914 +#time=1d3ecf39ae3e50e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\App_GlobalResources\\AppConfigCommon.resx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\818CF3DE916F88D46A80B34E6AC435B9] 1460706641 -#time=1d196eb82209f68 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\818CF3DE916F88D46A80B34E6AC435B9] 1526460874 +#time=1d3ecf382f1d0d2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ISymWrapper.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\81A0E4B84904D78448A331191F0E7406] 1460706641 -#time=1d196eb82247f8e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\81A0E4B84904D78448A331191F0E7406] 1526460874 +#time=1d3ecf382f91c20 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.IO.Log.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\81B42CA959964E04986162A9CEEC785A] 1460706641 -#time=1d196eb822123de +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\81B42CA959964E04986162A9CEEC785A] 1526460874 +#time=1d3ecf382f2cb68 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\AddInProcess.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\82A99F54E0185BC4F962D6D61F547277] 1460706674 -#time=1d196eb95c3ed86 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\82A99F54E0185BC4F962D6D61F547277] 1526460914 +#time=1d3ecf39acd221a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\AspNetMMCExt.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8302275386CB0194CAB073730799BAB9] 1460706674 -#time=1d196eb95d03aa0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8302275386CB0194CAB073730799BAB9] 1526460914 +#time=1d3ecf39aeaa7b8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\web_minimaltrust.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\832E7C729C5E4484499F19D865531F32] 1460706641 -#time=1d196eb8232995c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\832E7C729C5E4484499F19D865531F32] 1526460874 +#time=1d3ecf383127486 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\PresentationHost.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8431DAF82FCD0F843BE9A6E9A8AB80FB] 1460706674 -#time=1d196eb95cf4adc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8431DAF82FCD0F843BE9A6E9A8AB80FB] 1526460914 +#time=1d3ecf39ae85440 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\legacy.web_minimaltrust.config.default" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\84539003A86DF864C839BE3F3B601A49] 1460706674 -#time=1d196eb95d02b50 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\84539003A86DF864C839BE3F3B601A49] 1526460914 +#time=1d3ecf39aea86de "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\web_mediumtrust.config.default" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\84DCBCF6078D5623B9087D65487369F2] 1460706674 -#time=1d196eb95c6ff1c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\84DCBCF6078D5623B9087D65487369F2] 1526460914 +#time=1d3ecf39ad3f8ec "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\3076\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\859589EB9458425479572B8E39A4FB29] 1460706641 -#time=1d196eb822133b0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\859589EB9458425479572B8E39A4FB29] 1526460874 +#time=1d3ecf382f2f214 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\AddInProcess32.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\85A2BEE78667D7E41922F8B5F6B12502] 1460706641 -#time=1d196eb8221f840 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\85A2BEE78667D7E41922F8B5F6B12502] 1526460874 +#time=1d3ecf382f461ee "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\85B2575C3E2F80B44894A5D8AFFF97B2] 1460706641 -#time=1d196eb822c5416 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\85B2575C3E2F80B44894A5D8AFFF97B2] 1526460874 +#time=1d3ecf38306be52 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\85F85774DB232133B92964B4363DF642] 1460706641 -#time=1d196eb823648c2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\85F85774DB232133B92964B4363DF642] 1526460874 +#time=1d3ecf38317b838 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1045.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\868A77758AD7F3F43AA1A07063711996] 1460706674 -#time=1d196eb95cca7be +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\868A77758AD7F3F43AA1A07063711996] 1526460914 +#time=1d3ecf39ae1cc4c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_regiis.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\86A36F4DBF9776232862902525946483] 1460706641 -#time=1d196eb8228d7f0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\86A36F4DBF9776232862902525946483] 1526460874 +#time=1d3ecf383006098 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\Graphics\\Print.ico" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\86E81381A71C2DF3FBC8744E335E7EA6] 1460706674 -#time=1d196eb95c7ef58 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\86E81381A71C2DF3FBC8744E335E7EA6] 1526460914 +#time=1d3ecf39ad65330 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1040\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\87138E2905779CB44AA78B2985AE59F5] 1460706674 -#time=1d196eb95d0b250 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\87138E2905779CB44AA78B2985AE59F5] 1526460914 +#time=1d3ecf39aebd160 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ServiceMonikerSupport.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\871AD8DDCFF3E6D35A0FB7818E48F2C7] 1460706641 -#time=1d196eb8228794a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\871AD8DDCFF3E6D35A0FB7818E48F2C7] 1526460874 +#time=1d3ecf382ffc20a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1053\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8777C2BA3FFC9F93BA5B00BD9FD531FC] 1460706674 -#time=1d196eb95c858f8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8777C2BA3FFC9F93BA5B00BD9FD531FC] 1526460914 +#time=1d3ecf39ad74a6a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1049\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\878155924AECFD14E8DBE0D349EE6FD5] 1460706641 -#time=1d196eb82268b30 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\878155924AECFD14E8DBE0D349EE6FD5] 1526460874 +#time=1d3ecf382fcbd76 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\diasymreader.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\87FC7C7578E3D643799E589DCD09CD5D] 1460706641 -#time=1d196eb822b5728 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\87FC7C7578E3D643799E589DCD09CD5D] 1526460874 +#time=1d3ecf383052632 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1043\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\888CBF826B77F1F469ABD57836B82B86] 1460706674 -#time=1d196eb95cf0c48 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\888CBF826B77F1F469ABD57836B82B86] 1526460914 +#time=1d3ecf39ae7b882 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\legacy.web_lowtrust.config.default" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\88E481ABF1EE5024CA16C0B13741AE67] 1460706674 -#time=1d196eb95cafafe +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\88E481ABF1EE5024CA16C0B13741AE67] 1526460914 +#time=1d3ecf39adda4a0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\vbc.rsp" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\899D30DF1F6E6C83EB6619F00090EC41] 1460706674 -#time=1d196eb95c6f030 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\899D30DF1F6E6C83EB6619F00090EC41] 1526460914 +#time=1d3ecf39ad3d3ee "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\2070\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\89A286B908E8DD11A93A496A658D5939] 1460706674 -#time=1d196eb95c341b0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\89A286B908E8DD11A93A496A658D5939] 1526460914 +#time=1d3ecf39acb8cde "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.Routing.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8A83BE11ABA00874EA76FE0EE5ED5641] 1460706674 -#time=1d196eb95cb2b32 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8A83BE11ABA00874EA76FE0EE5ED5641] 1526460914 +#time=1d3ecf39ade12f0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\netmemorycache.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8AD481D7FAE1D063388FA0F84A10F975] 1460706641 -#time=1d196eb8234ff26 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8AD481D7FAE1D063388FA0F84A10F975] 1526460874 +#time=1d3ecf383167978 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1032.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8AEB7B223DFA39A4B8098FD18C28D193] 1460706641 -#time=1d196eb8221bca4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8AEB7B223DFA39A4B8098FD18C28D193] 1526460874 +#time=1d3ecf382f3e610 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\RegAsm.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8B93F5B26FE7C2E4E9F5E7E03403CF88] 1460706641 -#time=1d196eb822170aa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8B93F5B26FE7C2E4E9F5E7E03403CF88] 1526460874 +#time=1d3ecf382f3637a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\dfsvc.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8BC78B2571BC60B3180E5083F95363C0] 1460706641 -#time=1d196eb82376220 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8BC78B2571BC60B3180E5083F95363C0] 1526460874 +#time=1d3ecf383193c8a "5C1093C35543A0E32A41B090A305076A"="02:\\SOFTWARE\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\core\\Install" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8C2E244B2FEAAE7489300AB334201B40] 1460706641 -#time=1d196eb82309260 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8C2E244B2FEAAE7489300AB334201B40] 1526460874 +#time=1d3ecf3830ea7a2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8C9234B5B6B150A4BBEB252005BF1767] 1460706674 -#time=1d196eb95cbc416 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8C9234B5B6B150A4BBEB252005BF1767] 1526460914 +#time=1d3ecf39adf9256 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.WinFx.targets" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8C9601CBBED940549A4BF221A1681210] 1460706674 -#time=1d196eb95caa27a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8C9601CBBED940549A4BF221A1681210] 1526460914 +#time=1d3ecf39adcc422 "FCDAC0A0AD874C333A05DC1548B97920"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8DB0CE4D7BC79B933AA7BFD51A1A0DEE] 1460706674 -#time=1d196eb95c76a4c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8DB0CE4D7BC79B933AA7BFD51A1A0DEE] 1526460914 +#time=1d3ecf39ad5049e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1029\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8FAF854C3B1086D3F93E5A55FC1A67E1] 1460706641 -#time=1d196eb822ba048 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8FAF854C3B1086D3F93E5A55FC1A67E1] 1526460874 +#time=1d3ecf38305a580 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1053\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8FB6EDC19A5B42E43BDB7EF67BF33D7B] 1460706641 -#time=1d196eb8224ad56 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8FB6EDC19A5B42E43BDB7EF67BF33D7B] 1526460874 +#time=1d3ecf382f98250 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceModel.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8FDB0823770692644878BDF913CBF3E4] 1460706641 -#time=1d196eb823326f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\8FDB0823770692644878BDF913CBF3E4] 1526460874 +#time=1d3ecf3831366f2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\NlsLexicons0009.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9056426A07FB13D4DA07AB2FE084DA3F] 1460706641 -#time=1d196eb822d69d2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9056426A07FB13D4DA07AB2FE084DA3F] 1526460874 +#time=1d3ecf38308c51c "00000000000000000000000000000000"="C:\\windows\\system32\\MUI\\0409\\mscorees.dll" "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\MUI\\0409\\mscorees.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\90ADEF08D16E0D24692A25249E0418F7] 1460706674 -#time=1d196eb95cff07c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\90ADEF08D16E0D24692A25249E0418F7] 1526460914 +#time=1d3ecf39ae9ea94 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\web_hightrust.config.default" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9107701BDBFC3863FAC98B9054F4AAC1] 1460706674 -#time=1d196eb95c94a10 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9107701BDBFC3863FAC98B9054F4AAC1] 1526460914 +#time=1d3ecf39ad98fa0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1037\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9164A52A6E94BB64F9432ADCF0E446A9] 1460706674 -#time=1d196eb95cd12b2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9164A52A6E94BB64F9432ADCF0E446A9] 1526460914 +#time=1d3ecf39ae2ce6c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\App_Code\\WebAdminPage.cs" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\919D65D0B99428039BF26A127A4A291C] 1460706641 -#time=1d196eb82348e4c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\919D65D0B99428039BF26A127A4A291C] 1526460874 +#time=1d3ecf38315a502 "5C1093C35543A0E32A41B090A305076A"="02:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft .NET Framework 4 Client Profile\\DisplayIcon" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\919ED6B2555E21347BB9C8223F5D1981] 1460706641 -#time=1d196eb8230eeea +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\919ED6B2555E21347BB9C8223F5D1981] 1526460874 +#time=1d3ecf3830f5cec "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ServiceModelRegUI.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\91B9EF078AD40C03687BADB5A960D5A5] 1460706674 -#time=1d196eb95c6706a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\91B9EF078AD40C03687BADB5A960D5A5] 1526460914 +#time=1d3ecf39ad29d80 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1043\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\92150E34EDE04614BAD2E76873AB2672] 1460706641 -#time=1d196eb8224442e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\92150E34EDE04614BAD2E76873AB2672] 1526460874 +#time=1d3ecf382f8b424 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Activities.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\939B2D75CF0D5A63E8C4A93EBC5858B3] 1460706674 -#time=1d196eb95d1460c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\939B2D75CF0D5A63E8C4A93EBC5858B3] 1526460914 +#time=1d3ecf39aed1a2a "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft .NET Framework 4 Extended\\DisplayIcon" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\943A31D0A11F1384DA91AD7AD1343584] 1460706674 -#time=1d196eb95cf59b4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\943A31D0A11F1384DA91AD7AD1343584] 1526460914 +#time=1d3ecf39ae87704 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MmcAspExt.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\943C7687AF89C04478C3C47D87502DF6] 1460706674 -#time=1d196eb95cb1c0a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\943C7687AF89C04478C3C47D87502DF6] 1526460914 +#time=1d3ecf39addf0a4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\SharedReg12.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\94FD827A9D6A93A3DB84C3EE7ACF679D] 1460706674 -#time=1d196eb95c91e3c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\94FD827A9D6A93A3DB84C3EE7ACF679D] 1526460914 +#time=1d3ecf39ad92556 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1033\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\953EEA6615F31F53FABB279592310450] 1460706674 -#time=1d196eb95c70e8a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\953EEA6615F31F53FABB279592310450] 1526460914 +#time=1d3ecf39ad41bec "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\3082\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\953F0E069EA47574292BB3F5369F730E] 1460706674 -#time=1d196eb95cb9658 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\953F0E069EA47574292BB3F5369F730E] 1526460914 +#time=1d3ecf39adf28b6 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.Tasks" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\95EA914B39FD0CB4CA94F1953E17B863] 1460706674 -#time=1d196eb95cb873a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\95EA914B39FD0CB4CA94F1953E17B863] 1526460914 +#time=1d3ecf39adef21a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Build.xsd" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\961A880B8DB242D4C81D20260ED89B17] 1460706674 -#time=1d196eb95cf1b84 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\961A880B8DB242D4C81D20260ED89B17] 1526460914 +#time=1d3ecf39ae7e3ca "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\legacy.web_mediumtrust.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9634F067742B5763F9F2B6BA34C15C08] 1460706674 -#time=1d196eb95c97436 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9634F067742B5763F9F2B6BA34C15C08] 1526460914 +#time=1d3ecf39ad9f666 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1040\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9675D3378E736274A92A6992C7D534B0] 1460706674 -#time=1d196eb95ca92ee +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9675D3378E736274A92A6992C7D534B0] 1526460914 +#time=1d3ecf39adca0f0 "FCDAC0A0AD874C333A05DC1548B97920"="02:\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\5.0\\User Agent\\Post Platform\\.NET4.0E" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\96807FB909A7BD24FAFD8508AA3A162D] 1460706674 -#time=1d196eb95cde548 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\96807FB909A7BD24FAFD8508AA3A162D] 1526460914 +#time=1d3ecf39ae4c7c6 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\Users\\App_LocalResources\\editUser.aspx.resx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\96B6A6BDB6508493B9017CEC9243EE19] 1460706641 -#time=1d196eb8232344e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\96B6A6BDB6508493B9017CEC9243EE19] 1526460874 +#time=1d3ecf38311bc44 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\Fonts\\GlobalMonospace.CompositeFont" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\96D146048543F4431A6483577A2C7A1B] 1460706641 -#time=1d196eb8235dff4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\96D146048543F4431A6483577A2C7A1B] 1526460874 +#time=1d3ecf383175a50 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1042.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9709587234A3DB546B8C6EADC717C0FE] 1460706641 -#time=1d196eb82342f06 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9709587234A3DB546B8C6EADC717C0FE] 1526460874 +#time=1d3ecf38315089a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbs_system.configuration.install.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\976493550719A73318E8E30DCCF9BED6] 1460706641 -#time=1d196eb82349de2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\976493550719A73318E8E30DCCF9BED6] 1526460874 +#time=1d3ecf38315beac "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\979A310A770AC5040ABDE8060797843A] 1460706674 -#time=1d196eb95c32356 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\979A310A770AC5040ABDE8060797843A] 1526460914 +#time=1d3ecf39acb46ac "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.DataVisualization.Design.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\979A688C44A37E847842480F61A8B29A] 1460706674 -#time=1d196eb95cef73a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\979A688C44A37E847842480F61A8B29A] 1526460914 +#time=1d3ecf39ae795f0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\legacy.web_lowtrust.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\97B482B37B22CA24099C1752CEFBEBF9] 1460706674 -#time=1d196eb95cf7714 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\97B482B37B22CA24099C1752CEFBEBF9] 1526460914 +#time=1d3ecf39ae8bc64 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.tlb" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\97EAC436E7EC4093799EED3590CD1CA1] 1460706641 -#time=1d196eb8229973a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\97EAC436E7EC4093799EED3590CD1CA1] 1526460874 +#time=1d3ecf38301cce4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1038\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9860A66445C6D2432BD1E4EBBB81AB36] 1460706641 -#time=1d196eb823242d6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9860A66445C6D2432BD1E4EBBB81AB36] 1526460874 +#time=1d3ecf38311d526 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\Fonts\\GlobalSansSerif.CompositeFont" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\98A127D22A0FEFC35A31929A78A401E3] 1460706641 -#time=1d196eb822a56de +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\98A127D22A0FEFC35A31929A78A401E3] 1526460874 +#time=1d3ecf383034b5a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\3076\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\98B3FDECF94E069469CA1F828958169E] 1460706641 -#time=1d196eb822f1142 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\98B3FDECF94E069469CA1F828958169E] 1526460874 +#time=1d3ecf3830bc7d0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\dfshim.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\98D24CF7DC60BBF42A4D17ABDE96931B] 1460706674 -#time=1d196eb95c37e6e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\98D24CF7DC60BBF42A4D17ABDE96931B] 1526460914 +#time=1d3ecf39acc2824 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Build.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\98E01315D6865DE4CAD1186BB214E3E4] 1460706641 -#time=1d196eb8234413a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\98E01315D6865DE4CAD1186BB214E3E4] 1526460874 +#time=1d3ecf383152bd6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbs_system.data.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9AF067D1F5327A941BB4EB5A9E7C1B76] 1460706674 -#time=1d196eb95c49ec0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9AF067D1F5327A941BB4EB5A9E7C1B76] 1526460914 +#time=1d3ecf39aced272 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceModel.Activation.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9B01076D9E3852E4EBB2AD99E252D903] 1460706641 -#time=1d196eb822cdd8c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9B01076D9E3852E4EBB2AD99E252D903] 1526460874 +#time=1d3ecf38307b1f4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\corperfmonsymbols.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9CAAB9C9BA4F4EA39ABD41674259CACB] 1460706641 -#time=1d196eb82283eb2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9CAAB9C9BA4F4EA39ABD41674259CACB] 1526460874 +#time=1d3ecf382ff401e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1044\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9CF4D4B0C3885CF479A15D926060112D] 1460706641 -#time=1d196eb822ee226 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9CF4D4B0C3885CF479A15D926060112D] 1526460874 +#time=1d3ecf3830b756e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\1033\\CvtResUI.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9D75774D489348A34BA06AFE715A0C51] 1460706641 -#time=1d196eb822ad104 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9D75774D489348A34BA06AFE715A0C51] 1526460874 +#time=1d3ecf38304195e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1032\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9DEA2878A3769D849BB7AF1FB60598F8] 1460706641 -#time=1d196eb82248eac +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9DEA2878A3769D849BB7AF1FB60598F8] 1526460874 +#time=1d3ecf382f938a4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Runtime.DurableInstancing.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9E2C55035AF7B1B4994B01D2EF7869D3] 1460706641 -#time=1d196eb82303432 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9E2C55035AF7B1B4994B01D2EF7869D3] 1526460874 +#time=1d3ecf3830e06f8 "00000000000000000000000000000000"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.JScript.tlb" "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.JScript.tlb" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9E6165708E57B4240A17B12329E7A12B] 1460706674 -#time=1d196eb95cd97a0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\9E6165708E57B4240A17B12329E7A12B] 1526460914 +#time=1d3ecf39ae40a34 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\Roles\\manageSingleRole.aspx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A0C892F4D3D436B319EE1913F6BD47C5] 1460706641 -#time=1d196eb82356268 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A0C892F4D3D436B319EE1913F6BD47C5] 1526460874 +#time=1d3ecf38316eff2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1037.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A0DDA04A681A01537AF0551CA8844F82] 1460706674 -#time=1d196eb95ca28a4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A0DDA04A681A01537AF0551CA8844F82] 1526460914 +#time=1d3ecf39adba1d2 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\3076\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A1CDDC132F2514F4784A9D4EAAB16DA5] 1460706641 -#time=1d196eb822f5da0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A1CDDC132F2514F4784A9D4EAAB16DA5] 1526460874 +#time=1d3ecf3830c7c16 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\normalization.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A238F862E2B82C843A46E42C468D891C] 1460706641 -#time=1d196eb822297fa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A238F862E2B82C843A46E42C468D891C] 1526460874 +#time=1d3ecf382f56dd2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceProcess.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A2EC6B62AA378734A86FF5E0A2CEEB1B] 1460706674 -#time=1d196eb95caec6c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A2EC6B62AA378734A86FF5E0A2CEEB1B] 1526460914 +#time=1d3ecf39add7516 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\csc.rsp" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A2F856CC347F74E31A4933233FACCE67] 1460706674 -#time=1d196eb95c64a40 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A2F856CC347F74E31A4933233FACCE67] 1526460914 +#time=1d3ecf39ad2588e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1041\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A3827AE7052DBC442AD2D8DEB3CB2FE5] 1460706641 -#time=1d196eb822571e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A3827AE7052DBC442AD2D8DEB3CB2FE5] 1526460874 +#time=1d3ecf382fafe28 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationCore.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A4DB956D5156D424D91B0DAC6ABAFE21] 1460706641 -#time=1d196eb8230be66 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A4DB956D5156D424D91B0DAC6ABAFE21] 1526460874 +#time=1d3ecf3830f0ef4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelInstallRC.dll.mui" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A52D287BD9D947248891EAE546A5FBBB] 1460706641 -#time=1d196eb82305228 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A52D287BD9D947248891EAE546A5FBBB] 1526460874 +#time=1d3ecf3830e3cd6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\1033\\Microsoft.VisualBasic.Activities.CompilerUI.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A54E4D6D08752ED498F34431D99114D8] 1460706674 -#time=1d196eb95ce2274 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A54E4D6D08752ED498F34431D99114D8] 1526460914 +#time=1d3ecf39ae5865c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallWebEventSqlProvider.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A74320F80D9E8C63BAB7BE8D482A56FB] 1460706674 -#time=1d196eb95c778de +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A74320F80D9E8C63BAB7BE8D482A56FB] 1526460914 +#time=1d3ecf39ad526e0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1030\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A76ADE1BF2FAA9E45ABEBD53EC0FACAB] 1460706641 -#time=1d196eb822e13be +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A76ADE1BF2FAA9E45ABEBD53EC0FACAB] 1526460874 +#time=1d3ecf38309fd6a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbscmp20_mscorwks.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A85BEFB23AB0FFC319B694ED0E6F56B5] 1460706641 -#time=1d196eb8236b3f2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A85BEFB23AB0FFC319B694ED0E6F56B5] 1526460874 +#time=1d3ecf383181eea "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1055.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A889210FD022E884B926F19745EB9B69] 1460706641 -#time=1d196eb8231d6d4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A889210FD022E884B926F19745EB9B69] 1526460874 +#time=1d3ecf38310f278 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\XPThemes.manifest" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A8A941CD913F08B46945FCEBC39ED164] 1460706674 -#time=1d196eb95cdc6ee +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A8A941CD913F08B46945FCEBC39ED164] 1526460914 +#time=1d3ecf39ae48130 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\App_LocalResources\\setUpAuthentication.aspx.resx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A8B70DC545EE7FD3CB87B1CAEC112290] 1460706641 -#time=1d196eb822805b4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A8B70DC545EE7FD3CB87B1CAEC112290] 1526460874 +#time=1d3ecf382fec3fa "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1040\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A917778AA2B4A9D4C82D4F784E460913] 1460706641 -#time=1d196eb8230249c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A917778AA2B4A9D4C82D4F784E460913] 1526460874 +#time=1d3ecf3830deace "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_Networkingperfcounters_v2.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A9B3C9D83B737CD3FBDDC97E5A022EC2] 1460706641 -#time=1d196eb8236f5a6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\A9B3C9D83B737CD3FBDDC97E5A022EC2] 1526460874 +#time=1d3ecf3831883f8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.3082.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AAF7132F547DFCE3EADEFED0E8D56D79] 1460706674 -#time=1d196eb95c6c2e0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AAF7132F547DFCE3EADEFED0E8D56D79] 1526460914 +#time=1d3ecf39ad34ae6 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1053\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ABBB24F6E8B5F68469597BE19D684479] 1460706641 -#time=1d196eb823149a8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ABBB24F6E8B5F68469597BE19D684479] 1526460874 +#time=1d3ecf3830ff9ae "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_ServiceModelOperationPerfCounters.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ABD5B309141A4D03B8782C5C2F5026A6] 1460706674 -#time=1d196eb95d15430 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ABD5B309141A4D03B8782C5C2F5026A6] 1526460914 +#time=1d3ecf39aed3a82 "5C1093C35543A0E32A41B090A305076A"="02:\\SOFTWARE\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\SP" "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SOFTWARE\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\SP" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ABD79F0CA5DA8C8499D2D56728CB5DAF] 1460706641 -#time=1d196eb8226b146 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ABD79F0CA5DA8C8499D2D56728CB5DAF] 1526460874 +#time=1d3ecf382fcfa3e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\msvcr100_clr0400.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ABED118FDC7481A49B8E2EB0BB78A27A] 1460706641 -#time=1d196eb8226f3ae +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ABED118FDC7481A49B8E2EB0BB78A27A] 1526460874 +#time=1d3ecf382fd5f1a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorpehost.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AC468798332879E3DAA2CBC1151A2F5B] 1460706674 -#time=1d196eb95c75b7e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AC468798332879E3DAA2CBC1151A2F5B] 1526460914 +#time=1d3ecf39ad4df32 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1028\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ACC1C7F45DF798740926798A240388B0] 1460706641 -#time=1d196eb82238494 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ACC1C7F45DF798740926798A240388B0] 1526460874 +#time=1d3ecf382f73aea "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Device.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AD11D77A49803A541BE563384C51A88C] 1460706641 -#time=1d196eb82219ecc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AD11D77A49803A541BE563384C51A88C] 1526460874 +#time=1d3ecf382f3b12c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.VisualBasic.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ADB7BF2811F9A4D3CB0B2B72108BFC43] 1460706641 -#time=1d196eb822751d2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ADB7BF2811F9A4D3CB0B2B72108BFC43] 1526460874 +#time=1d3ecf382fdad30 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1028\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ADD5884B60E795641A4DD0FBF64C5053] 1460706674 -#time=1d196eb95cac020 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ADD5884B60E795641A4DD0FBF64C5053] 1526460914 +#time=1d3ecf39add086a "FCDAC0A0AD874C333A05DC1548B97920"="00:\\CLSID\\{C89AC250-E18A-4FC7-ABD5-B8897B6A78A5}\\ProgId\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AE7B4079698CBE032987456261FEAA22] 1460706641 -#time=1d196eb8237835e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AE7B4079698CBE032987456261FEAA22] 1526460874 +#time=1d3ecf383195d64 "5C1093C35543A0E32A41B090A305076A"="02:\\SOFTWARE\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\core\\1033\\Install" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AE95DC251A3968641B693CD3797ABCD0] 1460706641 -#time=1d196eb8223a4f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AE95DC251A3968641B693CD3797ABCD0] 1526460874 +#time=1d3ecf382f76ee8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Xml.Linq.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AF083A06F6466A041B7FCFB57D5EA52F] 1460706674 -#time=1d196eb95c455e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AF083A06F6466A041B7FCFB57D5EA52F] 1526460914 +#time=1d3ecf39ace2908 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ComSvcConfig.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AF27437D4AF578333AC348D12687F27A] 1460706641 -#time=1d196eb8228222e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AF27437D4AF578333AC348D12687F27A] 1526460874 +#time=1d3ecf382fefd2a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1042\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AF8C94A79E7A28E30829C71C01874392] 1460706641 -#time=1d196eb8229a644 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AF8C94A79E7A28E30829C71C01874392] 1526460874 +#time=1d3ecf38301ecec "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1040\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AF987DF6D8ED51543B5129C0BE199B8C] 1460706641 -#time=1d196eb822d5848 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\AF987DF6D8ED51543B5129C0BE199B8C] 1526460874 +#time=1d3ecf38308a6d6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscoreeis.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B0D4DC96913A928459AA093287FD2AE7] 1460706641 -#time=1d196eb822ef11c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B0D4DC96913A928459AA093287FD2AE7] 1526460874 +#time=1d3ecf3830b8f0e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\default.win32manifest" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B0D5E6E58C79F9949A467B015DC05C5B] 1460706641 -#time=1d196eb8225f544 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B0D5E6E58C79F9949A467B015DC05C5B] 1526460874 +#time=1d3ecf382fbf06c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\UIAutomationClientsideProviders.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B0FCE1E3752699E3D972F8002DEBF100] 1460706674 -#time=1d196eb95c7e0a8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B0FCE1E3752699E3D972F8002DEBF100] 1526460914 +#time=1d3ecf39ad631e8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1038\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B246FFEFB4FF6B94F9A7EEC9A0AC69FF] 1460706641 -#time=1d196eb82315948 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B246FFEFB4FF6B94F9A7EEC9A0AC69FF] 1526460874 +#time=1d3ecf38310190c "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B3877BD5D2604E830AD22DEE354C882F] 1460706641 -#time=1d196eb822a82c6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B3877BD5D2604E830AD22DEE354C882F] 1526460874 +#time=1d3ecf38303a2da "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1028\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B499DA244CA61BC4796CD1AF871D9F07] 1460706674 -#time=1d196eb95c40b36 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B499DA244CA61BC4796CD1AF871D9F07] 1526460914 +#time=1d3ecf39acd7896 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_regbrowsers.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B49C2D496F5469B438FC4259F9AA9924] 1460706641 -#time=1d196eb82317644 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B49C2D496F5469B438FC4259F9AA9924] 1526460874 +#time=1d3ecf383104dbe "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B4DE112F9C35EA8488B6260AE2761C5B] 1460706641 -#time=1d196eb8220f116 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B4DE112F9C35EA8488B6260AE2761C5B] 1526460874 +#time=1d3ecf382f26ed4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.CSharp.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B5565D56322B2D442AA7A82CDA52C6A5] 1460706641 -#time=1d196eb822f9f0e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B5565D56322B2D442AA7A82CDA52C6A5] 1526460874 +#time=1d3ecf3830cfd8a "00000000000000000000000000000000"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Drawing.tlb" "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Drawing.tlb" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B60DADA2FB8D64A47858713854C7433C] 1460706641 -#time=1d196eb82215214 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B60DADA2FB8D64A47858713854C7433C] 1526460874 +#time=1d3ecf382f3313e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\CasPol.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B69E271D5FC29BB3D866E5CCFCA8C9AD] 1460706641 -#time=1d196eb82271014 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B69E271D5FC29BB3D866E5CCFCA8C9AD] 1526460874 +#time=1d3ecf382fd787e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\Setup.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B6CAB8D9AD5AEC94D88A25877410EC96] 1460706674 -#time=1d196eb95c42918 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B6CAB8D9AD5AEC94D88A25877410EC96] 1526460914 +#time=1d3ecf39acdbc70 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B786394DA9CA6C23CACB88F2BDB6DADB] 1460706641 -#time=1d196eb8234ad1e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B786394DA9CA6C23CACB88F2BDB6DADB] 1526460874 +#time=1d3ecf38315da22 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1025.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B7D458DCA1C077946B4C07701D317257] 1460706674 -#time=1d196eb95c4c03a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B7D458DCA1C077946B4C07701D317257] 1526460914 +#time=1d3ecf39acf1a34 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Workflow.Activities.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B85659EBBE9CBF441A363B823B95BAF2] 1460706641 -#time=1d196eb82258fd2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B85659EBBE9CBF441A363B823B95BAF2] 1526460874 +#time=1d3ecf382fb3424 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationFramework.Aero.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B87D1E0B049B2594B8D1293CB6CCBBA1] 1460706641 -#time=1d196eb82264364 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B87D1E0B049B2594B8D1293CB6CCBBA1] 1526460874 +#time=1d3ecf382fc7078 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\System.Windows.Presentation.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B8C8CAF13FD7F234F8C289EE84D62C69] 1460706674 -#time=1d196eb95c3beba +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B8C8CAF13FD7F234F8C289EE84D62C69] 1526460914 +#time=1d3ecf39accb21c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Build.Utilities.v4.0.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B920446C89FC2D135994977845662C93] 1460706641 -#time=1d196eb82367cca +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\B920446C89FC2D135994977845662C93] 1526460874 +#time=1d3ecf38317ec5e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1049.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BBD5C355ECBE0F9348B9564F0C012A7B] 1460706641 -#time=1d196eb8229789a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BBD5C355ECBE0F9348B9564F0C012A7B] 1526460874 +#time=1d3ecf38301983c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1036\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BC251EF6488EA3546AEB4CC8EBE395A5] 1460706674 -#time=1d196eb95d1258c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BC251EF6488EA3546AEB4CC8EBE395A5] 1526460914 +#time=1d3ecf39aecd1e6 "00000000000000000000000000000000"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BC4A75E12FBFC1337A47BB1E95AAC63D] 1460706674 -#time=1d196eb95c6a40e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BC4A75E12FBFC1337A47BB1E95AAC63D] 1526460914 +#time=1d3ecf39ad3057c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1046\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BC5D341F3BC01A5319A52B56C64DE0F3] 1460706674 -#time=1d196eb95c849ee +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BC5D341F3BC01A5319A52B56C64DE0F3] 1526460914 +#time=1d3ecf39ad7224c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1046\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BC760E6C7B6384638AA4C797BE214950] 1460706674 -#time=1d196eb95c797e2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BC760E6C7B6384638AA4C797BE214950] 1526460914 +#time=1d3ecf39ad5726c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1032\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BD33651EB7307B73B88AA323C44925D0] 1460706674 -#time=1d196eb95c9dbe2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BD33651EB7307B73B88AA323C44925D0] 1526460914 +#time=1d3ecf39adaea12 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1049\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BD797A8F8C1986E3E89A7ED32B878EBF] 1460706674 -#time=1d196eb95c92cba +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BD797A8F8C1986E3E89A7ED32B878EBF] 1526460914 +#time=1d3ecf39ad9493c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1035\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BDAB4DAA2CA2C6436B3FAE805DB561AC] 1460706641 -#time=1d196eb82325104 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BDAB4DAA2CA2C6436B3FAE805DB561AC] 1526460874 +#time=1d3ecf38311ee44 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\Fonts\\GlobalSerif.CompositeFont" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BDB0DE09B29A1C2428DE3DEF8A1D974B] 1460706604 -#time=1d196eb6c459810 -"E83E246D42D0C684A9D23E61DD96F6B4"="C:\\windows\\system32\\mdacxmlx.inf" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BDF0796389CA3BA3CB8B39B5C6A71B69] 1460706641 -#time=1d196eb822a748e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BDF0796389CA3BA3CB8B39B5C6A71B69] 1526460874 +#time=1d3ecf383038048 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1025\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BE1D79CAACF040F3096DA7B4F2E2CFCB] 1460706641 -#time=1d196eb822c44c6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BE1D79CAACF040F3096DA7B4F2E2CFCB] 1526460874 +#time=1d3ecf38306a6c4 "5C1093C35543A0E32A41B090A305076A"="02:\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Client\\1033\\Version" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BE5A4E91C45B02E409B7781D162804A7] 1460706674 -#time=1d196eb95d09306 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BE5A4E91C45B02E409B7781D162804A7] 1526460914 +#time=1d3ecf39aeb74d6 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Workflow.Compiler.exe.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BED2231C09E1F9F3EB3DCFD77A035D47] 1460706674 -#time=1d196eb95c55856 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BED2231C09E1F9F3EB3DCFD77A035D47] 1526460914 +#time=1d3ecf39ad08f7c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1025\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BFF588B14C79E633797082EC89E7D119] 1460706641 -#time=1d196eb82273580 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\BFF588B14C79E633797082EC89E7D119] 1526460874 +#time=1d3ecf382fd91f6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1025\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C0012244E25848542A02D8CE43AFD541] 1460706674 -#time=1d196eb95cc0f8e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C0012244E25848542A02D8CE43AFD541] 1526460914 +#time=1d3ecf39ae04c1e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Aspnet.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C044D7C90EB90A64DB6A001B477000B7] 1460706641 -#time=1d196eb8220bec6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C044D7C90EB90A64DB6A001B477000B7] 1526460874 +#time=1d3ecf382f218da "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.EnterpriseServices.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C087431A5CA0A59429A34329255C7269] 1460706641 -#time=1d196eb822e3100 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C087431A5CA0A59429A34329255C7269] 1526460874 +#time=1d3ecf3830a330c "00000000000000000000000000000000"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.EnterpriseServices.tlb" "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.EnterpriseServices.tlb" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C0B196D2275856A3C92D8BCB62C24FE0] 1460706641 -#time=1d196eb823704b0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C0B196D2275856A3C92D8BCB62C24FE0] 1526460874 +#time=1d3ecf38318a20c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\Windows6.0-KB956250-v6001-x86.msu" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C12BE7CB0F789B6458F82E8C765B2F37] 1460706674 -#time=1d196eb95ccf502 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C12BE7CB0F789B6458F82E8C765B2F37] 1526460914 +#time=1d3ecf39ae277fa "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\AppConfig\\App_LocalResources\\SmtpSettings.aspx.resx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C132C4005C5F0454985BB4B9D15163EF] 1460706641 -#time=1d196eb8231e8f4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C132C4005C5F0454985BB4B9D15163EF] 1526460874 +#time=1d3ecf383110f24 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbscmp10.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C159FBA38A5F5CE45836B31F908E1A5C] 1460706641 -#time=1d196eb8225ac7e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C159FBA38A5F5CE45836B31F908E1A5C] 1526460874 +#time=1d3ecf382fb6b42 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationFramework.Luna.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C162D4AA6FEA7D44D8DA52200D1CC7EE] 1460706641 -#time=1d196eb822df320 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C162D4AA6FEA7D44D8DA52200D1CC7EE] 1526460874 +#time=1d3ecf38309ac5c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\nlssorting.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C20AC336A06732C4085CD7608878B815] 1460706641 -#time=1d196eb822418aa +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C20AC336A06732C4085CD7608878B815] 1526460874 +#time=1d3ecf382f863de "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SMSvcHost.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C2C10935C651AAE44AF2477D4C9946F0] 1460706674 -#time=1d196eb95ce3214 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C2C10935C651AAE44AF2477D4C9946F0] 1526460914 +#time=1d3ecf39ae5b0b4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_wp.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C340D74E96424E64F90FC29C080B809F] 1460706641 -#time=1d196eb8234530a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C340D74E96424E64F90FC29C080B809F] 1526460874 +#time=1d3ecf38315499a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbs_system.enterpriseservices.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C362105197FBA1B3D97FA0DD4A0295DD] 1460706641 -#time=1d196eb8236c630 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C362105197FBA1B3D97FA0DD4A0295DD] 1526460874 +#time=1d3ecf383183858 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.2052.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C50F5534ED0298531809CAD6DA62D8AD] 1460706674 -#time=1d196eb95c60ac6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C50F5534ED0298531809CAD6DA62D8AD] 1526460914 +#time=1d3ecf39ad1db48 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1037\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C5187D36AB80C4B41A0E6D37405D0B1D] 1460706674 -#time=1d196eb95c48fc0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C5187D36AB80C4B41A0E6D37405D0B1D] 1526460914 +#time=1d3ecf39aceaf68 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ServiceModel.WasHosting.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C5301D7370869144B914884A9B65CC49] 1460706641 -#time=1d196eb8224534c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C5301D7370869144B914884A9B65CC49] 1526460874 +#time=1d3ecf382f8ce14 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Activities.DurableInstancing.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C618E7A7610C7E13E9EEF0D89BA7CC0B] 1460706641 -#time=1d196eb822a6610 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C618E7A7610C7E13E9EEF0D89BA7CC0B] 1526460874 +#time=1d3ecf383036612 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\3082\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C61D16151C765DD339D1954FA5F7E0F4] 1460706641 -#time=1d196eb823594cc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C61D16151C765DD339D1954FA5F7E0F4] 1526460874 +#time=1d3ecf3831725ee "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1040.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C6DDD80DB768DEE34838F85FEDF6027C] 1460706641 -#time=1d196eb822bbc90 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C6DDD80DB768DEE34838F85FEDF6027C] 1526460874 +#time=1d3ecf38305e0ae "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\2052\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C706AEB350C875741BA13931A3CB74B8] 1460706641 -#time=1d196eb822e3f92 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C706AEB350C875741BA13931A3CB74B8] 1526460874 +#time=1d3ecf3830a4c20 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.EnterpriseServices.Thunk.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C76835932F428DF38BAEC3F9E642B3DD] 1460706674 -#time=1d196eb95c7c384 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C76835932F428DF38BAEC3F9E642B3DD] 1526460914 +#time=1d3ecf39ad5df68 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1036\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C80597BD8EAF15846A125048E7D8774B] 1460706674 -#time=1d196eb95cd3026 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C80597BD8EAF15846A125048E7D8774B] 1526460914 +#time=1d3ecf39ae315ac "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Images\\requiredBang.gif" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C847B079F2DEB9D3CA0511A076E3A0B7] 1460706674 -#time=1d196eb95c8d18e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C847B079F2DEB9D3CA0511A076E3A0B7] 1526460914 +#time=1d3ecf39ad86fa8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1028\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C880ABE4D5AD6A239BF71F5297D9A7FB] 1460706641 -#time=1d196eb822b6600 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C880ABE4D5AD6A239BF71F5297D9A7FB] 1526460874 +#time=1d3ecf3830540ae "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1044\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C8870CFF1CE76003AA33E5D26F127C45] 1460706641 -#time=1d196eb822a3884 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C8870CFF1CE76003AA33E5D26F127C45] 1526460874 +#time=1d3ecf383031450 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\2052\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C8AF33DEBC3BEA042856372A8F8072F2] 1460706641 -#time=1d196eb8223d07a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C8AF33DEBC3BEA042856372A8F8072F2] 1526460874 +#time=1d3ecf382f7ca64 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Transactions.Bridge.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C8EC0D9DA431D98469E7AD5CA44E77DA] 1460706641 -#time=1d196eb82340918 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\C8EC0D9DA431D98469E7AD5CA44E77DA] 1526460874 +#time=1d3ecf38314cd1c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbs_mscorrc.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CA20230ED543F944C8D0FD5EFE3E5A72] 1460706641 -#time=1d196eb8232a7d0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CA20230ED543F944C8D0FD5EFE3E5A72] 1526460874 +#time=1d3ecf383129402 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\PresentationHostProxy.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CA2BC64683B7E544ABC78E55E7903F13] 1460706641 -#time=1d196eb82372f4e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CA2BC64683B7E544ABC78E55E7903F13] 1526460874 +#time=1d3ecf38318e384 "5C1093C35543A0E32A41B090A305076A"="02:\\SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\.NET Runtime 4.0 Error Reporting\\EventMessageFile" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CA851480EC856123A92763F503D3DC57] 1460706641 -#time=1d196eb822bcadc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CA851480EC856123A92763F503D3DC57] 1526460874 +#time=1d3ecf38305fa26 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\2070\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CA925196485C8124F8208DC900B4CB68] 1460706674 -#time=1d196eb95ce411e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CA925196485C8124F8208DC900B4CB68] 1526460914 +#time=1d3ecf39ae5da1c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\DefaultWsdlHelpGenerator.aspx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CAFEAC115ED78D5458ECCBCEA90D6505] 1460706641 -#time=1d196eb82235898 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CAFEAC115ED78D5458ECCBCEA90D6505] 1526460874 +#time=1d3ecf382f6ed60 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Management.Instrumentation.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CBBBC1A915E5E1B4A84108E9EDE7B655] 1460706674 -#time=1d196eb95d0496e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CBBBC1A915E5E1B4A84108E9EDE7B655] 1526460914 +#time=1d3ecf39aeac90a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\web_minimaltrust.config.default" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CBC55E6FD82EC8D47B6098FB7004AFF8] 1460706604 -#time=1d196eb6c45936a -"E83E246D42D0C684A9D23E61DD96F6B4"="C:\\windows\\system32\\msxmlx.inf" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CCE803324642F483BA5C5D64A07DD33A] 1460706641 -#time=1d196eb8228b662 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CCE803324642F483BA5C5D64A07DD33A] 1526460874 +#time=1d3ecf383002dbc "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\3076\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CDBFFD983B852AC4E9F21708A513F1E8] 1460706641 -#time=1d196eb8224359c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CDBFFD983B852AC4E9F21708A513F1E8] 1526460874 +#time=1d3ecf382f8984a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Activities.Presentation.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CE4375AC1AE878131AA13F9011C25B2B] 1460706674 -#time=1d196eb95c93b42 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CE4375AC1AE878131AA13F9011C25B2B] 1526460914 +#time=1d3ecf39ad96cf0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1036\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CE70C649255E70D41B45D00D1B11BA06] 1460706674 -#time=1d196eb95ce9c18 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CE70C649255E70D41B45D00D1B11BA06] 1526460914 +#time=1d3ecf39ae6c3b4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallProfile.SQL" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CEAFF24A5B73B674593442EAFFA70C10] 1460706641 -#time=1d196eb82328b42 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CEAFF24A5B73B674593442EAFFA70C10] 1526460874 +#time=1d3ecf383125910 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\en-US\\PresentationHost_v0400.dll.mui" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CF1D369BE5FBD73309B0959D7E145646] 1460706674 -#time=1d196eb95c6e144 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CF1D369BE5FBD73309B0959D7E145646] 1526460914 +#time=1d3ecf39ad3987a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\2052\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CF2AE034B7E97CE3D858336825276575] 1460706641 -#time=1d196eb822b7460 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CF2AE034B7E97CE3D858336825276575] 1526460874 +#time=1d3ecf38305599a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1045\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CFDB2D756A84A56419908184C47A19E3] 1460706641 -#time=1d196eb82222734 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\CFDB2D756A84A56419908184C47A19E3] 1526460874 +#time=1d3ecf382f4ada2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.DirectoryServices.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D007EE28BADE1C84B9E5895C42AE766F] 1460706674 -#time=1d196eb95cee79a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D007EE28BADE1C84B9E5895C42AE766F] 1526460914 +#time=1d3ecf39ae773cc "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\legacy.web_hightrust.config.default" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D18474A7AA5ADF73CB2DF31530764560] 1460706641 -#time=1d196eb822bd928 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D18474A7AA5ADF73CB2DF31530764560] 1526460874 +#time=1d3ecf3830613d0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\3076\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D229F42C024427349865B9EFD9FD93AF] 1460706641 -#time=1d196eb822ea5b8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D229F42C024427349865B9EFD9FD93AF] 1526460874 +#time=1d3ecf3830b0cd2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\AdoNetDiag.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D30727E7B9B3FCE4D86E666F2AD38B77] 1460706674 -#time=1d196eb95cdf57e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D30727E7B9B3FCE4D86E666F2AD38B77] 1526460914 +#time=1d3ecf39ae4ed64 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\Wizard\\wizardAddUser.ascx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D39EA3712075A32458033E57F0FF5B56] 1460706674 -#time=1d196eb95c38e04 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D39EA3712075A32458033E57F0FF5B56] 1526460914 +#time=1d3ecf39acc493a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Build.Engine.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D4A6436E8B3D70E43918EE8CC415C5E7] 1460706641 -#time=1d196eb8230751e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D4A6436E8B3D70E43918EE8CC415C5E7] 1526460874 +#time=1d3ecf3830e6eb8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Windows.ApplicationServer.Applications.man" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D52D81EF51AD5B5428AAF314239D79B7] 1460706641 -#time=1d196eb8223c1f2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D52D81EF51AD5B5428AAF314239D79B7] 1526460874 +#time=1d3ecf382f7a9d0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.VisualBasic.Compatibility.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D672660CACD8F553CA4D1F11354D48C9] 1460706674 -#time=1d196eb95c8b3e8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D672660CACD8F553CA4D1F11354D48C9] 1526460914 +#time=1d3ecf39ad82926 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\3082\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D73CD3F21C109264981116142B2A970E] 1460706641 -#time=1d196eb8231a150 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D73CD3F21C109264981116142B2A970E] 1526460874 +#time=1d3ecf383109b34 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_SMSvcHostPerfCounters.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D73E6199BEDE45D4B8F810E0701337BD] 1460706641 -#time=1d196eb822e8830 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D73E6199BEDE45D4B8F810E0701337BD] 1526460874 +#time=1d3ecf3830ad4f6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\vbc.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D7A614712C140973BB63E22042A63C47] 1460706641 -#time=1d196eb82295bb2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D7A614712C140973BB63E22042A63C47] 1526460874 +#time=1d3ecf3830166e6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1033\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D8194022078417A4991CF4FE9D064076] 1460706641 -#time=1d196eb82231e3c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D8194022078417A4991CF4FE9D064076] 1526460874 +#time=1d3ecf382f683f2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.DataSetExtensions.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D8956CE0876F60135AB14886E242B750] 1460706641 -#time=1d196eb8229b56c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D8956CE0876F60135AB14886E242B750] 1526460874 +#time=1d3ecf3830207fe "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1041\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D89741C1ED6A0D8439B68338D8D15706] 1460706674 -#time=1d196eb95cda718 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D89741C1ED6A0D8439B68338D8D15706] 1526460914 +#time=1d3ecf39ae43d1a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\Security\\Roles\\App_LocalResources\\manageSingleRole.aspx.resx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D8B498D82BAD8FB4AA23567AFA94F78D] 1460706641 -#time=1d196eb82253514 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D8B498D82BAD8FB4AA23567AFA94F78D] 1526460874 +#time=1d3ecf382fa70a2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Web.Services.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D8C8D0A95E76B394095FDD5F3572324B] 1460706674 -#time=1d196eb95d0c0a6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D8C8D0A95E76B394095FDD5F3572324B] 1526460914 +#time=1d3ecf39aebf29e "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\CDF\\v4.0\\NetTcpPortSharingInstalled" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D9364375158AAD24E80B2F3658420EA1] 1460706641 -#time=1d196eb8221e8c8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D9364375158AAD24E80B2F3658420EA1] 1526460874 +#time=1d3ecf382f44876 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Configuration.Install.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D95BF2A3DC44AE346A77BB8CAAAF0FE2] 1460706641 -#time=1d196eb822e4dfc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D95BF2A3DC44AE346A77BB8CAAAF0FE2] 1526460874 +#time=1d3ecf3830a6b2e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\alink.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D97E41521FA1E8244B16EFF12AD64FC2] 1460706641 -#time=1d196eb82225b00 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D97E41521FA1E8244B16EFF12AD64FC2] 1526460874 +#time=1d3ecf382f4fb04 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D99F16F18FAC9353DA5366CA4308BC00] 1460706674 -#time=1d196eb95ca5a40 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D99F16F18FAC9353DA5366CA4308BC00] 1526460914 +#time=1d3ecf39adc085c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\SetupUtility.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D9DCF777EC5F72646B9485CFE5E3E47B] 1460706641 -#time=1d196eb822580e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\D9DCF777EC5F72646B9485CFE5E3E47B] 1526460874 +#time=1d3ecf382fb191c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationFramework.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DA37A10FB21B3004AA1C0A94CD68A6BE] 1460706641 -#time=1d196eb822d0956 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DA37A10FB21B3004AA1C0A94CD68A6BE] 1526460874 +#time=1d3ecf38307fe0c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DA60B1ED40211994BAA7AD5384E7E4CB] 1460706674 -#time=1d196eb95cba51c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DA60B1ED40211994BAA7AD5384E7E4CB] 1526460914 +#time=1d3ecf39adf4bf2 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.OverrideTasks" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DA7D01EFC2A059D4FB5F4AEABF3287C0] 1460706641 -#time=1d196eb822fcc7c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DA7D01EFC2A059D4FB5F4AEABF3287C0] 1526460874 +#time=1d3ecf3830d4b82 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WMINet_Utils.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DAE836AA7780F723EB3C82DBFB1F94A6] 1460706674 -#time=1d196eb95c61ed0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DAE836AA7780F723EB3C82DBFB1F94A6] 1526460914 +#time=1d3ecf39ad20028 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1038\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DAEE72922A21D5840B213966233DC982] 1460706641 -#time=1d196eb822603ae +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DAEE72922A21D5840B213966233DC982] 1526460874 +#time=1d3ecf382fc09bc "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\UIAutomationProvider.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DBDD147A86A9AE942B7A8118D20F52C5] 1460706641 -#time=1d196eb8222d300 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DBDD147A86A9AE942B7A8118D20F52C5] 1526460874 +#time=1d3ecf382f5ea5a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.AddIn.Contract.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DC10EDD56896D0B4BB1BBD3B03ACC987] 1460706674 -#time=1d196eb95cbd3b6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DC10EDD56896D0B4BB1BBD3B03ACC987] 1526460914 +#time=1d3ecf39adfb4b6 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild.rsp" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DC6B27B53BA69DF42A911FF5B1BAF049] 1460706674 -#time=1d196eb95cb6822 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DC6B27B53BA69DF42A911FF5B1BAF049] 1526460914 +#time=1d3ecf39adea120 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MSBuild\\Microsoft.Build.Core.xsd" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DC9E42ED0C40C4433818440ADBAD5692] 1460706641 -#time=1d196eb82277f40 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DC9E42ED0C40C4433818440ADBAD5692] 1526460874 +#time=1d3ecf382fde4da "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1030\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DDD8E396DA63A7544AC5D76A37D1757A] 1460706674 -#time=1d196eb95c4fc26 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DDD8E396DA63A7544AC5D76A37D1757A] 1526460914 +#time=1d3ecf39acfab98 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Xaml.Hosting.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DE53AFB03CDEAB54B8D7A37E5EA0A192] 1460706641 -#time=1d196eb822d785a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DE53AFB03CDEAB54B8D7A37E5EA0A192] 1526460874 +#time=1d3ecf38308df7a "00000000000000000000000000000000"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscoree.tlb" "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscoree.tlb" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DE5BBD49B2E94EA449A3F9CCD3891F31] 1460706641 -#time=1d196eb82240a2c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DE5BBD49B2E94EA449A3F9CCD3891F31] 1526460874 +#time=1d3ecf382f84b1a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SMDiagnostics.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DF08A0BD7F7B79B4F9FC7AE7FBB42CB7] 1460706674 -#time=1d196eb95ce7e04 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DF08A0BD7F7B79B4F9FC7AE7FBB42CB7] 1526460914 +#time=1d3ecf39ae6664e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallPersistSqlState.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DF0CDFBE53E9C6D458944D6560F6F029] 1460706641 -#time=1d196eb822d49fc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DF0CDFBE53E9C6D458944D6560F6F029] 1526460874 +#time=1d3ecf383088bb0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\mscorier.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DF9CE784C37327548B912F2D403CE286] 1460706674 -#time=1d196eb95c3fc86 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DF9CE784C37327548B912F2D403CE286] 1526460914 +#time=1d3ecf39acd5442 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_compiler.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DFBB4E404F751814FA970BECAB679FBB] 1460706641 -#time=1d196eb822ff828 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DFBB4E404F751814FA970BECAB679FBB] 1526460874 +#time=1d3ecf3830d9efc "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_NetworkingPerfCounters.h" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DFC66525A1E605D4C9F22745D9FA8CBB] 1460706674 -#time=1d196eb95c53ae2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\DFC66525A1E605D4C9F22745D9FA8CBB] 1526460914 +#time=1d3ecf39ad04922 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsn.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E0048753A8447904D9D4ECFE105E7AC5] 1460706674 -#time=1d196eb95d00de6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E0048753A8447904D9D4ECFE105E7AC5] 1526460914 +#time=1d3ecf39aea3206 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\web_lowtrust.config.default" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E04264F3E3C88673CB03CE7F8AD4DE95] 1460706674 -#time=1d196eb95d16240 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E04264F3E3C88673CB03CE7F8AD4DE95] 1526460914 +#time=1d3ecf39aed59f4 "FCDAC0A0AD874C333A05DC1548B97920"="02:\\SOFTWARE\\Microsoft\\DevDiv\\netfx\\Servicing\\4\\extended\\Install" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E0C7D6B8C96512E4EBFB9AE836108742] 1460706641 -#time=1d196eb8223b360 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E0C7D6B8C96512E4EBFB9AE836108742] 1526460874 +#time=1d3ecf382f788d8 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.VisualBasic.Compatibility.Data.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E11DE0F312D712F43906AD730E5F2CFE] 1460706641 -#time=1d196eb823371ec +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E11DE0F312D712F43906AD730E5F2CFE] 1526460874 +#time=1d3ecf38313c9e4 "00000000000000000000000000000000"="00:\\Interface\\{91A565C1-E38F-11d0-94BF-00A0C9055CBF}\\" "5C1093C35543A0E32A41B090A305076A"="00:\\Interface\\{91A565C1-E38F-11d0-94BF-00A0C9055CBF}\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E15B1DD91CC92CB4D919F7C7A89C8DA1] 1460706641 -#time=1d196eb8222b564 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E15B1DD91CC92CB4D919F7C7A89C8DA1] 1526460874 +#time=1d3ecf382f5a702 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Windows.Forms.DataVisualization.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E1DAC66B389FFFC478F646EBC0D681D8] 1460706641 -#time=1d196eb823043a0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E1DAC66B389FFFC478F646EBC0D681D8] 1526460874 +#time=1d3ecf3830e2318 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SQL\\en\\SqlWorkflowInstanceStoreLogic.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E2C88FC4E5CA59535ACC4A240DC46240] 1460706674 -#time=1d196eb95c59c1c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E2C88FC4E5CA59535ACC4A240DC46240] 1526460914 +#time=1d3ecf39ad12aa4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1031\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E32DDFFF6854C1049AAB332AEA79D914] 1460706641 -#time=1d196eb8225c98e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E32DDFFF6854C1049AAB332AEA79D914] 1526460874 +#time=1d3ecf382fb9f40 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\PresentationUI.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E3B913BEE2D9ADB3BB577601C8874C3A] 1460706641 -#time=1d196eb82352e4c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E3B913BEE2D9ADB3BB577601C8874C3A] 1526460874 +#time=1d3ecf38316bd52 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1035.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E40B6B87448CBCC3C92F7ABC8FD4CCC9] 1460706674 -#time=1d196eb95c90064 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E40B6B87448CBCC3C92F7ABC8FD4CCC9] 1526460914 +#time=1d3ecf39ad8e1f4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1031\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E48B17F8969B68634BEEEDB199BA67C1] 1460706641 -#time=1d196eb82293e98 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E48B17F8969B68634BEEEDB199BA67C1] 1526460874 +#time=1d3ecf383013360 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1031\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E4C4C2DC45E21684FB429CCB327153EF] 1460706674 -#time=1d196eb95ccd6c6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E4C4C2DC45E21684FB429CCB327153EF] 1526460914 +#time=1d3ecf39ae2333a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_state_perf.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E4FDFE31B19040A4EBCD5CFBF0DD8DD9] 1460706641 -#time=1d196eb8233f680 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E4FDFE31B19040A4EBCD5CFBF0DD8DD9] 1526460874 +#time=1d3ecf38314b070 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbscmp20_mscorlib.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E53DD78DCBB32A54ABC6E96953EF3002] 1460706674 -#time=1d196eb95cc5df4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E53DD78DCBB32A54ABC6E96953EF3002] 1526460914 +#time=1d3ecf39ae0fcae "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_isapi.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E5BA4D823ACB888458CA01FE14E559C4] 1460706674 -#time=1d196eb95cbf18e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E5BA4D823ACB888458CA01FE14E559C4] 1526460914 +#time=1d3ecf39adffa98 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\FileTracker.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E5F47E08F573B8B448E3C0BE5DFE6113] 1460706674 -#time=1d196eb95d117b8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E5F47E08F573B8B448E3C0BE5DFE6113] 1526460914 +#time=1d3ecf39aeca900 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\wpf-etw.man" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E6611627F584B804B905D14B084F954C] 1460706674 -#time=1d196eb95d0a3a0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E6611627F584B804B905D14B084F954C] 1526460914 +#time=1d3ecf39aeb9768 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Xaml.targets" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E750B9AF9B695E53CB06C3E8D0367990] 1460706641 -#time=1d196eb8234ea68 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E750B9AF9B695E53CB06C3E8D0367990] 1526460874 +#time=1d3ecf383165632 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1031.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E769D53279F26D115A15000972A8B18B] 1460706641 -#time=1d196eb823394ec +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E769D53279F26D115A15000972A8B18B] 1526460874 +#time=1d3ecf3831419e4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\NETFXSBS10.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E76BA7808AB01294BABA1CE3BE68F65A] 1460706674 -#time=1d196eb95cacf7a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E76BA7808AB01294BABA1CE3BE68F65A] 1526460914 +#time=1d3ecf39add2c96 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\TLBREF.DLL" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E7926EEEA86A6FF469A7991BAEE62554] 1460706674 -#time=1d196eb95cc7b5e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E7926EEEA86A6FF469A7991BAEE62554] 1526460914 +#time=1d3ecf39ae14f92 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_perf.h" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E79808A7E0DA97A3688E28339B2DD258] 1460706641 -#time=1d196eb8227e886 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E79808A7E0DA97A3688E28339B2DD258] 1526460874 +#time=1d3ecf382fe8fb6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1037\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E7D825FAB0394D2469576DBD3B7DB432] 1460706641 -#time=1d196eb82255404 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E7D825FAB0394D2469576DBD3B7DB432] 1526460874 +#time=1d3ecf382fac85e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\System.Speech.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E7F90FCDF4D9BC331B7A89223B2BF1DA] 1460706641 -#time=1d196eb8228a74e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E7F90FCDF4D9BC331B7A89223B2BF1DA] 1526460874 +#time=1d3ecf383000f80 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\2070\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E85F8772FCECF71338B0774FB72E4605] 1460706641 -#time=1d196eb8236976e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E85F8772FCECF71338B0774FB72E4605] 1526460874 +#time=1d3ecf3831805c2 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1053.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E91A135E978A9BD309DD48990AE67BAD] 1460706674 -#time=1d196eb95c958fc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E91A135E978A9BD309DD48990AE67BAD] 1526460914 +#time=1d3ecf39ad9b656 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1038\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E9387115169DDF345A9A1F321BAAFAE6] 1460706674 -#time=1d196eb95cfd1c8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E9387115169DDF345A9A1F321BAAFAE6] 1526460914 +#time=1d3ecf39ae9a6ba "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\webengine4.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E9415705C409EEA4BAD9CA43567D58C2] 1460706641 -#time=1d196eb822ccd24 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E9415705C409EEA4BAD9CA43567D58C2] 1526460874 +#time=1d3ecf3830798ea "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\CORPerfMonSymbols.h" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E9525525811669543BEE8F7EFD5D4F72] 1460706674 -#time=1d196eb95c39ee4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E9525525811669543BEE8F7EFD5D4F72] 1526460914 +#time=1d3ecf39acc6c12 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Build.Framework.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E9BCF2BA35C67FF46AA418F6F25B84B0] 1460706641 -#time=1d196eb8222e16a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\E9BCF2BA35C67FF46AA418F6F25B84B0] 1526460874 +#time=1d3ecf382f61b42 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.AddIn.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EA3CB25E2C73F85428D68346757B24AD] 1460706641 -#time=1d196eb8222079a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EA3CB25E2C73F85428D68346757B24AD] 1526460874 +#time=1d3ecf382f47b5c "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.SqlXml.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EADA2D9D29EFBD33586BDDA8A8816057] 1460706641 -#time=1d196eb8236e61a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EADA2D9D29EFBD33586BDDA8A8816057] 1526460874 +#time=1d3ecf383186bac "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.3076.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EAE9870EF4A7EB5328372C5751F34874] 1460706674 -#time=1d196eb95d108ea +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EAE9870EF4A7EB5328372C5751F34874] 1526460914 +#time=1d3ecf39aec8a56 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\Program Files\\Microsoft.NET\\RedistList\\AssemblyList_4_extended.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EBC77F9D3A0BA064CB33026FBB68FA2A] 1460706641 -#time=1d196eb8221ad90 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EBC77F9D3A0BA064CB33026FBB68FA2A] 1526460874 +#time=1d3ecf382f3cc02 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.VisualC.Dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EBC8D43BA6F6C6A499767D4E31C839FD] 1460706674 -#time=1d196eb95cfff40 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EBC8D43BA6F6C6A499767D4E31C839FD] 1526460914 +#time=1d3ecf39aea0c90 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\web_lowtrust.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EC1B244A5D4B9BA30B7C48317B280F5F] 1460706641 -#time=1d196eb823661ae +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EC1B244A5D4B9BA30B7C48317B280F5F] 1526460874 +#time=1d3ecf38317d26e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1046.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EC4B7BE1A979049308C0CDD72F36AB70] 1460706641 -#time=1d196eb822a916c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EC4B7BE1A979049308C0CDD72F36AB70] 1526460874 +#time=1d3ecf38303c896 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1029\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ECC2B6814E9DDD11C96900E1C49F9986] 1460706641 -#time=1d196eb8230dd4c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ECC2B6814E9DDD11C96900E1C49F9986] 1526460874 +#time=1d3ecf3830f4234 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ServiceModelReg.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ED90B29233AE0A0419DC6C562FC641F4] 1460706641 -#time=1d196eb822ca8bc +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\ED90B29233AE0A0419DC6C562FC641F4] 1526460874 +#time=1d3ecf383075c0e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\CORPerfMonExt.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EE0FD56954BACD943B9F92B7F59028D3] 1460706641 -#time=1d196eb82218fae +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EE0FD56954BACD943B9F92B7F59028D3] 1526460874 +#time=1d3ecf382f39638 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.JScript.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EE335CD3088BA774C8D40B414B6DA34A] 1460706641 -#time=1d196eb8222f056 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EE335CD3088BA774C8D40B414B6DA34A] 1526460874 +#time=1d3ecf382f6382a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.ComponentModel.Composition.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EEC48A3812D851348857452D2BBFB415] 1460706641 -#time=1d196eb822c623a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EEC48A3812D851348857452D2BBFB415] 1526460874 +#time=1d3ecf38306d7ac "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EEF9ED57B3B44FF4096C3EE9A61C137D] 1460706641 -#time=1d196eb82312cac +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EEF9ED57B3B44FF4096C3EE9A61C137D] 1526460874 +#time=1d3ecf3830fc56a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MOF\\ServiceModel35.mof" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EF22D37D73C1026448FE7C7506B99296] 1460706674 -#time=1d196eb95cade3e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\EF22D37D73C1026448FE7C7506B99296] 1526460914 +#time=1d3ecf39add50ea "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ilasm.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F0A4291BB0E20BC40BBA55F556ECEF46] 1460706641 -#time=1d196eb822142f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F0A4291BB0E20BC40BBA55F556ECEF46] 1526460874 +#time=1d3ecf382f31802 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\AddInUtil.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F122BDEF4EF156A4A8F514CEB52B106F] 1460706674 -#time=1d196eb95c51cb0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F122BDEF4EF156A4A8F514CEB52B106F] 1526460914 +#time=1d3ecf39ad00282 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\XamlBuildTask.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F1230ABDDB7791543ACF09D7A100562E] 1460706641 -#time=1d196eb822da4ec +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F1230ABDDB7791543ACF09D7A100562E] 1526460874 +#time=1d3ecf383092a84 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsecimpl.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F126CE9FA03F9944184F8520AACCA4B4] 1460706674 -#time=1d196eb95cf6832 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F126CE9FA03F9944184F8520AACCA4B4] 1526460914 +#time=1d3ecf39ae89946 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\NetFx40_IIS_schema_update.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F198650479354113C8EB021F0D77955D] 1460706641 -#time=1d196eb8234db68 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F198650479354113C8EB021F0D77955D] 1526460874 +#time=1d3ecf38316390e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1030.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F27DAECCFE0F45B358AA847CEE34B5CE] 1460706641 -#time=1d196eb8234bc82 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F27DAECCFE0F45B358AA847CEE34B5CE] 1526460874 +#time=1d3ecf38315f9d0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1028.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F2A448F1E9831A74D97D32E1456C05E2] 1460706641 -#time=1d196eb82249de8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F2A448F1E9831A74D97D32E1456C05E2] 1526460874 +#time=1d3ecf382f9637e "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Runtime.Serialization.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F2FFF23BEE78EEB488E54E45AB204C3E] 1460706674 -#time=1d196eb95c4cfc6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F2FFF23BEE78EEB488E54E45AB204C3E] 1526460914 +#time=1d3ecf39acf3c76 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Workflow.ComponentModel.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F398DAB5FCE178436852A539407AC8A0] 1460706674 -#time=1d196eb95c82b4e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F398DAB5FCE178436852A539407AC8A0] 1526460914 +#time=1d3ecf39ad6d8b4 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1044\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F4A6C8CBD4E3BF4438FDBD6A1CD08400] 1460706641 -#time=1d196eb8226d4c8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F4A6C8CBD4E3BF4438FDBD6A1CD08400] 1526460874 +#time=1d3ecf382fd4520 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorpe.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F4BDEEFFFFC68984898360AD39BB586B] 1460706674 -#time=1d196eb95cf2ac0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F4BDEEFFFFC68984898360AD39BB586B] 1526460914 +#time=1d3ecf39ae80e54 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\legacy.web_mediumtrust.config.default" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F4E324DAB1FBCE236B8975E5388D139B] 1460706674 -#time=1d196eb95c576a6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F4E324DAB1FBCE236B8975E5388D139B] 1526460914 +#time=1d3ecf39ad0d5ea "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1029\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F5826EADE933AD03C903CFA4951DE436] 1460706674 -#time=1d196eb95c8860c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F5826EADE933AD03C903CFA4951DE436] 1526460914 +#time=1d3ecf39ad7c594 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\2052\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F5F2B22513B8FB64DA81D812B94E033F] 1460706674 -#time=1d196eb95ceba68 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F5F2B22513B8FB64DA81D812B94E033F] 1526460914 +#time=1d3ecf39ae7093c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallSqlState.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F62BFBD3725A9724AB49424F74FB26DC] 1460706641 -#time=1d196eb822f2ec0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F62BFBD3725A9724AB49424F74FB26DC] 1526460874 +#time=1d3ecf3830bfdae "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\EventLogMessages.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F63AC63D82A619943A17910E7C6C5E8C] 1460706641 -#time=1d196eb823061c8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F63AC63D82A619943A17910E7C6C5E8C] 1526460874 +#time=1d3ecf3830e5590 "5C1093C35543A0E32A41B090A305076A"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F6C7E7759ED4E414C8A189B78FD5E0CD] 1460706641 -#time=1d196eb82300674 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F6C7E7759ED4E414C8A189B78FD5E0CD] 1526460874 +#time=1d3ecf3830db824 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_Networkingperfcounters.ini" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F6DC5C92ED10C783A9020B0BD842DF0C] 1460706641 -#time=1d196eb822ac25e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F6DC5C92ED10C783A9020B0BD842DF0C] 1526460874 +#time=1d3ecf38303fdc0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1031\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F73B48F3770511B4BAECC0638BCB50DF] 1460706674 -#time=1d196eb95cc6c86 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F73B48F3770511B4BAECC0638BCB50DF] 1526460914 +#time=1d3ecf39ae12706 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Aspnet_perf.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F82D6783AD59125408714CE841BE3AC7] 1460706641 -#time=1d196eb823316c0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F82D6783AD59125408714CE841BE3AC7] 1526460874 +#time=1d3ecf383134ba4 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\NlsData0009.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F838150341A18C9389FAFAA88895CC3A] 1460706641 -#time=1d196eb822a0d14 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F838150341A18C9389FAFAA88895CC3A] 1526460874 +#time=1d3ecf38302c950 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\1049\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F855232B762CBEB369979552DE2B7752] 1460706641 -#time=1d196eb82351614 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F855232B762CBEB369979552DE2B7752] 1526460874 +#time=1d3ecf38316a2ae "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1033.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F89FDB7AB7A5D5E4B97230B47BBAD0C2] 1460706641 -#time=1d196eb82265a70 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F89FDB7AB7A5D5E4B97230B47BBAD0C2] 1526460874 +#time=1d3ecf382fc8914 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\WindowsFormsIntegration.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F8C3516CE5D346D4EBACEEBF29B9CA16] 1460706641 -#time=1d196eb822ed29a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F8C3516CE5D346D4EBACEEBF29B9CA16] 1526460874 +#time=1d3ecf3830b5980 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\cvtres.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F8EFB45568D75924BA6AA8DA046C84F4] 1460706641 -#time=1d196eb8232c5e4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F8EFB45568D75924BA6AA8DA046C84F4] 1526460874 +#time=1d3ecf38312c774 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\system32\\en-US\\UIAutomationCore.dll.mui" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F92DAD5C3630C02368135E7073A2A01B] 1460706674 -#time=1d196eb95ca0978 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F92DAD5C3630C02368135E7073A2A01B] 1526460914 +#time=1d3ecf39adb5bfa "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\2052\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F92E76278FF493B44A304953715FE2C7] 1460706674 -#time=1d196eb95ce8d68 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\F92E76278FF493B44A304953715FE2C7] 1526460914 +#time=1d3ecf39ae68c5a "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\InstallPersonalization.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FA0CDA0A76646E83DBE576EE578FE105] 1460706641 -#time=1d196eb8236303a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FA0CDA0A76646E83DBE576EE578FE105] 1526460874 +#time=1d3ecf3831798ee "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1044.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FA3D9EF4ECA02AC42899C341FAF8DB73] 1460706674 -#time=1d196eb95c2ba56 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FA3D9EF4ECA02AC42899C341FAF8DB73] 1526460914 +#time=1d3ecf39aca367c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Drawing.Design.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FA66337055F45B13BBB90B4060C08CB0] 1460706674 -#time=1d196eb95c5c5d4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FA66337055F45B13BBB90B4060C08CB0] 1526460914 +#time=1d3ecf39ad16e4c "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1033\\SetupResources.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FA6A5AF3CF2EA9B4D9FFCB896F795AB7] 1460706641 -#time=1d196eb822d1874 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FA6A5AF3CF2EA9B4D9FFCB896F795AB7] 1526460874 +#time=1d3ecf3830818f6 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FB834A109137E264F9E06CDF55E8032D] 1460706674 -#time=1d196eb95c27dca +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FB834A109137E264F9E06CDF55E8032D] 1526460914 +#time=1d3ecf39ac9a6a8 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\System.Data.OracleClient.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FCE7913E32752E24BBA2BC793E560882] 1460706674 -#time=1d196eb95ced7f0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FCE7913E32752E24BBA2BC793E560882] 1526460914 +#time=1d3ecf39ae751d0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Config\\legacy.web_hightrust.config" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FD01C6A9B00EFA749A5683F6D47045BD] 1460706674 -#time=1d196eb95d0739e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FD01C6A9B00EFA749A5683F6D47045BD] 1526460914 +#time=1d3ecf39aeb2ee0 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FD32F69181E976B40841635AC90DAA75] 1460706674 -#time=1d196eb95cd03c6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FD32F69181E976B40841635AC90DAA75] 1526460914 +#time=1d3ecf39ae29d20 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ASP.NETWebAdminFiles\\AppConfig\\SmtpSettings.aspx" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FD4103D5487A6A648A1116140F1198CF] 1460706641 -#time=1d196eb8220e158 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FD4103D5487A6A648A1116140F1198CF] 1526460874 +#time=1d3ecf382f24f80 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\jsc.exe" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FD907D5EC608216409F9A54C2500E48C] 1460706641 -#time=1d196eb8225e6b2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FD907D5EC608216409F9A54C2500E48C] 1526460874 +#time=1d3ecf382fbd78a "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\UIAutomationClient.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FDDECB44C579B9E3D9140E1CD2041C17] 1460706641 -#time=1d196eb8235471a +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FDDECB44C579B9E3D9140E1CD2041C17] 1526460874 +#time=1d3ecf38316d756 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\NETFXRepair.1036.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FE84DF2C0B604064586D62696C46C5AE] 1460706641 -#time=1d196eb8233d22c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FE84DF2C0B604064586D62696C46C5AE] 1526460874 +#time=1d3ecf3831475b0 "5C1093C35543A0E32A41B090A305076A"="C:\\windows\\Microsoft.NET\\Framework\\sbs_microsoft.jscript.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FF02936BE0AB213388503B7B76461BEB] 1460706674 -#time=1d196eb95c83aa8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FF02936BE0AB213388503B7B76461BEB] 1526460914 +#time=1d3ecf39ad6fbaa "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1045\\LocalizedData.xml" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFA392FCD50A82249A44A67884FC7C3F] 1460706674 -#time=1d196eb95d0835c +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFA392FCD50A82249A44A67884FC7C3F] 1526460914 +#time=1d3ecf39aeb5118 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SQL\\en\\DropSqlPersistenceProviderLogic.sql" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFC305E4080D22A369006C7278EAD228] 1460706674 -#time=1d196eb95c9fa50 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFC305E4080D22A369006C7278EAD228] 1526460914 +#time=1d3ecf39adb3a58 "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\1055\\eula.rtf" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFCF08563BB8EEB48B86A06847D18938] 1460706641 -#time=1d196eb8231c838 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFCF08563BB8EEB48B86A06847D18938] 1526460874 +#time=1d3ecf38310d964 "5C1093C35543A0E32A41B090A305076A"="02:\\SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\CDF\\v4.0\\WMIInstalled" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFDBEE76ED010AC499848B531FECD7A9] 1460706641 -#time=1d196eb82338146 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFDBEE76ED010AC499848B531FECD7A9] 1526460874 +#time=1d3ecf38313f108 "00000000000000000000000000000000"="C:\\" "5C1093C35543A0E32A41B090A305076A"="C:\\" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFE87DF8A67794743BEF02B5097A4A7B] 1460706674 -#time=1d196eb95c3cfb8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Components\\FFE87DF8A67794743BEF02B5097A4A7B] 1526460914 +#time=1d3ecf39accd36e "FCDAC0A0AD874C333A05DC1548B97920"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Data.Entity.Build.Tasks.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\5C1093C35543A0E32A41B090A305076A\\Features] 1460706651 -#time=1d196eb880ab9e0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\5C1093C35543A0E32A41B090A305076A\\Features] 1526460882 +#time=1d3ecf387c044ae "F_Installer_IdentityARP"="$1K@'kt5Z3)x9n-t]46g" "Installer_Setup_ddf"="mQvBl?xX47Gv-cjO(7=o~s1q+}W(U4ixz9kCvH_VRw@+RaDKd7p}Ri07bh{4*be~J}$^n6%XIqSW&uTg4GgIpn'dm4hFDS[O8yA1Am5n4+(iQ5ojQ&B(k6ec4Ft.tiP'S575&]HZ)T*OcUN@pzIox3G(SksA$E[V_E^1LHTy?4+@0%=Udf{]*m1?snM`L7VZLS]G56a[&r]GOBpPl6Mp7W4hhAmR9-QoCN6b!4G&,I-4WV=P[pYoEKHvv7{KkB`.~Rx%@q8!1L{-=8=G.dvrTC?pLV12n8EeW4TWFQ,*ACg^a`r2G_ru]39%b@]l1Yx5%WFDZ9yww64eqyMKHG_e=obvQ&9z85[v!lLq40vFQ)OmB?p!e35_6Q^N5i[aZaO^TThSK4*Nk20JQeq`X-Z5pfS6h7Rjsr*A3]vONI7Kaj[p26GMlzbOP`a6@Bg66-)t@81&U{nZBhg-jyo!pjD~_48A.-.[rV_`'2EB.4nA+6aQ.j=@6YO]+6[mn6?+N8VySi&WL2LgAysMm3v}44'd-GBBQF*6`2OVVHzhR5v[53xts`K^~G5Sfc){Z4]XC6*Kkoj=&]W?tv=wH6X3tsH0HR6$NM}8mCH~850h!x^bG)Hj65kph@UD}5Xft6FFBTOZsroW'(tO765*T!+F{IZ=+cg+V^jZT5q$Jz+UIZ0,jUdBA1^Yq41IEA4mF%TVimBP*IExq5JJXd!DqpTMjgpSEK9L^39$-2mhFZ,_!YVICcGt]6MT`VwSN`$dnk7f7J_n!7CB1o7y^$d1U'ivG^_cC6,k9zB?5}Z+Z6kAO{ee*8zKp3gd?b815a^h'zEGi3&E=ZIPSgi$'&x[zm-+]5QcgJ!(evo-28_hSxt-$5vHPdX'MUbWsTv-b,,'q7yklF'a,X6ehC_}$R^eT8hvN{W.]PMByFod^3wf)7V.$Q9[@=C6hP!U3X,UX6U7iXT{sk_](8~]Xv`q078K3QCG,b$+UVNBc,HdK72IFVG}X=?jCtq4{I!!M389JY2]3&9C[3hwe{}8H81u)5vP9Q`_ljT[2LqD[7_S?G_HESy7eLJGOnDF&4ROaDU*Myna2{DV5[war63ZkLEWijLXF(8-Fy?4@6cdCiug7jyv'U2s,$y(J6e9ENP@M-Q%DSPg%tCqN3!-=h&s-M]ATW3L1hj*16D=wkaCV8%gP!E@mOT[m6!Ox$vf`9~)yIQyD}gbx4*aA2r,Jw&jK~lWxe,_B7,$x+_i`eIo2Gk_RqyWo3%E{TUJ{[@bDl~jC6(AY49PJ+%p_PKlF{Dl`px~y5745ufw`=%gUSo!)Kzdw75nvyr[J5.$On]IhVt!p5kPW]%!s4[-X6=6eZdT.6LKx,ta!x2q6`(6D6M8q4_cQvnH?OgmqffAA5kh?4yQX40zN~UforwV9H=)38JV7.SEF{(DUFYOcPV($6N2g1Yk7o^D@(m`]sBIu5~trsSOR.V(5u~+h(tVg7QhmTC)=7l,]$S@&^Xv]5v62oT]On(l}rO%lV+-78ahMww_Cw~hwYT`%B!D+4vy+[F))6rMOSSAOXZ[~5HS_,BB7w%%ajU~6uupS8!FJV+%OK^Dl3TZ1=6l=7Pa&wB-PQq=" "MSICache_Core_x86_enu"="[)Nj7_W]t7KdyDXT,o?=" @@ -64293,8 +65983,8 @@ WINE REGISTRY Version 2 "Netfx_SetupUtility"="Wm0(O,kAv7Fwtm`5Z4ir" "Servicing_Key"="bi9FVfl~c3oJYWhBH=4Ji-pYBLsU{6s8Q!6?~[w&gm`UXNnOf3X8.C0P+*0." -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\5C1093C35543A0E32A41B090A305076A\\InstallProperties] 1460706651 -#time=1d196eb88031438 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\5C1093C35543A0E32A41B090A305076A\\InstallProperties] 1526460882 +#time=1d3ecf387b398f8 "AuthorizedCDFPrefix"="" "Comments"="" "Contact"="" @@ -64303,11 +65993,11 @@ WINE REGISTRY Version 2 "EstimatedSize"=dword:00000000 "HelpLink"="" "HelpTelephone"="" -"InstallDate"="20160415" +"InstallDate"="20180516" "InstallLocation"="" -"InstallSource"="C:\\a4bd685e169a3a4c0f2cba36a7\\" +"InstallSource"="C:\\3e7173a9904562953235fc233832d9\\" "Language"=dword:00000000 -"LocalPackage"="C:\\windows\\Installer\\a621.msi" +"LocalPackage"="C:\\windows\\Installer\\119f.msi" "ModifyPath"=str(2):"MsiExec.exe /I{3C3901C5-3455-3E0A-A214-0B093A5070A6}" "Publisher"="Microsoft Corporation" "ReadMe"="http://go.microsoft.com/fwlink/?LinkId=164156" @@ -64321,43 +66011,8 @@ WINE REGISTRY Version 2 "VersionMinor"=dword:00000000 "WindowsInstaller"=dword:00000001 -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\E83E246D42D0C684A9D23E61DD96F6B4\\Features] 1460706605 -#time=1d196eb6c7619e0 -"MSXML"="IJzht,7u&AM%n`bYQ$s^sb*GB1'z~9Hx^wXg0.+h^fAJk*_-6@(cEW_'{s4*ZVYbw*Wc,=0hXIrDVNdztWwExs*Zw@*3UWfO,B?V4N6YVV_eN9l=]uz}(J!c" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\E83E246D42D0C684A9D23E61DD96F6B4\\InstallProperties] 1460706605 -#time=1d196eb6c75beaa -"AuthorizedCDFPrefix"="" -"Comments"="" -"Contact"="" -"DisplayName"="Microsoft XML Parser" -"DisplayVersion"="8.70.1104.04" -"EstimatedSize"=dword:00000000 -"HelpLink"="http://www.msdn.microsoft.com/xml" -"HelpTelephone"="" -"InstallDate"="20160415" -"InstallLocation"="" -"InstallSource"="Y:\\msxml3\\" -"Language"=dword:00000409 -"LocalPackage"="C:\\windows\\Installer\\855.msi" -"ModifyPath"=str(2):"MsiExec.exe /I{D642E38E-0D24-486C-9A2D-E316DD696F4B}" -"ProductID"="none" -"Publisher"="Microsoft Corporation" -"ReadMe"="" -"RegCompany"="" -"RegOwner"="" -"Size"="" -"SystemComponent"=dword:00000001 -"UninstallString"=str(2):"MsiExec.exe /I{D642E38E-0D24-486C-9A2D-E316DD696F4B}" -"URLInfoAbout"="" -"URLUpdateInfo"="" -"Version"=dword:08460450 -"VersionMajor"=dword:00000008 -"VersionMinor"=dword:00000046 -"WindowsInstaller"=dword:00000001 - -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\Features] 1460706678 -#time=1d196eb9834665e +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\Features] 1526460915 +#time=1d3ecf39bc85ebe "F_Installer_IdentityARP"="E_77D~lvW5'bq0r6J(.7" "Installer_Setup_ddf"="WUK]kh({H6WGT0)qt4yG1^u*ga!)N81YpQPJ*hVMceKG$XCg'5YQd90vT`YSP68c`xi5G4(UCCFphBTdRS-U3&NP04R5i&L,buW_!Xig@S=s65'q^K9poFD$}(uDjkN@!54^&O)xm9gty}eB%_m{{30I-S$dgqk&zcr++,GqR75_C!.+MT[*AF^i@L*]!5!mejb5{iqWd^U_97PU55Tp29KeNY8os)pi_YYR747m]le4{c1JiYXe)KUP74XLV!_YY7NBjptcj=FN$8o2N.4JIu6N%ewBk_j7J6INHX=Q?)`^LDtBLeKoa3GXFTE&F^&EQw{T,_mXP8]^t4lB+@]l$.1]JcPBA5wN0Mql9Rkwd2wh,gBFL436iVqm&tylo86?dw6!.7%&0cy&Z4-1w_NpvSpy38mdhP'(O%mXFF*CJci[M4a8X3s=bPygj'`YdL%cV4Ledqnq)d=HFh*CzU-*96CQA!(j!Gc)zI0xK_,n44ssKvCTW$A3{24!I1v_D5`0^hDTgLc$-@l1CGK*q3DcTVODcEnZ$BJlNd2Do3G_YUH5sRCS*wwm]~]9&5{65)z(@NkFu}?SQ,%-(4,O@EW)9`UuYYU3T_rx,8)k!8,o$]PcyYlLmOV{V6JzQ5F&b1iui1pzU31a[5ju!fnu0iSf$[]FP+jjP3Ps+}l'L=L,XS*wh?iwM5g8q&OkaIl$Zo,ksn]y-6evOFe?z~o_Qd1oy5Rwd41OvgXj7PZ[cb*L6W=1T8RK53[$uk+pCu4N.RCN-4xEIOH-weaB`%({7es.-8~S?3!)zH&!i'yj*wHYS8K3EGr=dVFJj%-NF)5?.8^.%GJX]Klz3%rO$i[od4kS6R0OsO7tK-l9{MR)d312@[04FTASOhUOE~0!t4m?RFWks4I&4R.Xc2?=K4w9O&de6T@fTr*VvjN*85'S8cHb4b=8EP?$`u$p^6f`vHoc])WkpQL=jdQbl6X^)5nF}sXaAnfa^!%ux6`DIwx&7H`Nrm)FoZDZd38IS+@ZL}vGku&c,-59=4FH5,^bJ5Uz1,QvTf(4'5bnJ1?hW`&S5{-pfkF+15WH7j(rIwAZZ@rc`[9V!7WZgc,NVfEGwvGVXto*m7@-&8&SzBVO61[t9W-XP5p5%R[)GXU0qr2o7pn{06wz3Lk%7.B@VpilN9nsU7&x`Nj(gVIZKZL]S8_X56.0GJ7MOuZ*wM]f^r*`e6Y'DXusAutn8Q{vx$+x'8+n2u74AqzylMf%jgl*w32*n4&y7+Mbk78uapE@T52TX-&)m+6,%PCarAT=p7`J{DYu{*AoZz9yMyBkR5dH{*`yRqHQb{=jT}cK`3]zoF4{+`%cdT&tk.Eg_3X9ae6[@wS$~?FYFG.ql6Fp],77T!za)yeS9iIr@5,s-3mEhU^18oz^O1fnY66KmJv87qT1EYj-P%rP24wii{j[~o)XpjyKq@u(v5tG504iLz?'whhorE8Oz61^%akj4S,oX*M2A&y5c6W1Xk0d0DpQ7j2Zhx=7*4xccU%E{TuaJj.D-Zp!.7b5`NlU%dh7jwNf]@Pb'5K%^.gn(o11=]@[r.a=B58TTYq!5_S3-50R@uB*k5a^oHn=(V]n" "MSICache_Extended_x86_enu"="aB3yjyb~v3x6,7I=]Pu+" @@ -64365,8 +66020,8 @@ WINE REGISTRY Version 2 "Netfx_SetupUtility"="@~D*-Zp(,5tEiJ`Sue9!" "Servicing_Key"="bi9FVfl~c3oJYWhBH=4J1vXD891dm5O[{bxfyduDTjqZz^mkW6t3wwn%t&pg" -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\InstallProperties] 1460706678 -#time=1d196eb9830a014 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\FCDAC0A0AD874C333A05DC1548B97920\\InstallProperties] 1526460915 +#time=1d3ecf39bc0a2b4 "AuthorizedCDFPrefix"="" "Comments"="" "Contact"="" @@ -64375,11 +66030,11 @@ WINE REGISTRY Version 2 "EstimatedSize"=dword:00000000 "HelpLink"="" "HelpTelephone"="" -"InstallDate"="20160415" +"InstallDate"="20180516" "InstallLocation"="" -"InstallSource"="C:\\a4bd685e169a3a4c0f2cba36a7\\" +"InstallSource"="C:\\3e7173a9904562953235fc233832d9\\" "Language"=dword:00000000 -"LocalPackage"="C:\\windows\\Installer\\26f8.msi" +"LocalPackage"="C:\\windows\\Installer\\adb9.msi" "ModifyPath"=str(2):"MsiExec.exe /I{0A0CADCF-78DA-33C4-A350-CD51849B9702}" "Publisher"="Microsoft Corporation" "ReadMe"="http://go.microsoft.com/fwlink/?LinkId=164156" @@ -64393,42 +66048,42 @@ WINE REGISTRY Version 2 "VersionMinor"=dword:00000000 "WindowsInstaller"=dword:00000001 -[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-21-0-0-0-1000\\Components\\AD95649F068525549B26938D7D18FEA7] 1460706641 -#time=1d196eb82011904 +[Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-21-0-0-0-1000\\Components\\AD95649F068525549B26938D7D18FEA7] 1526460873 +#time=1d3ecf382cdb0d0 "00000000000000000000000000000000"="C:\\windows\\system32\\rgb9rast_2.dll" "B3414A45B4B628042B8446B35265C1BC"="C:\\windows\\system32\\rgb9rast_2.dll" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\5.0\\User Agent\\Post Platform] 1460706675 -#time=1d196eb9670491e +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\5.0\\User Agent\\Post Platform] 1526460915 +#time=1d3ecf39b9cc9b6 ".NET4.0C"="" ".NET4.0E"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Accepted Documents] 1460706648 -#time=1d196eb862cb3c6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Accepted Documents] 1526460881 +#time=1d3ecf387813a20 "application"="application/x-ms-application" "xaml"="application/xaml+xml" "xbap"="application/x-ms-xbap" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Secure Mime Handlers] 1460706675 -#time=1d196eb967d661c +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Secure Mime Handlers] 1526460915 +#time=1d3ecf39bb40572 "CorTransientLoader.CorLoad.1"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET] 1460706646 -#time=1d196eb84dadff2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET] 1526460878 +#time=1d3ecf3854684ae "Bitmap"="C:\\windows\\system32\\mscorier.dll,2000" "PlugUIText"="@mscorier.dll,-1001" "Text"=".Net Framework" "Type"="group" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOAD] 1460706646 -#time=1d196eb84da906a +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOAD] 1526460878 +#time=1d3ecf38545f21e "Bitmap"="C:\\windows\\system32\\mscorier.dll,2000" "PlugUIText"="@mscorier.dll,-1006" "Text"="Download managed code" "Type"="group" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOAD\\ALLOW] 1460706646 -#time=1d196eb84d995fc +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOAD\\ALLOW] 1526460878 +#time=1d3ecf385444fea "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1004" @@ -64437,8 +66092,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2001" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOAD\\DENY] 1460706646 -#time=1d196eb84d81dda +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOAD\\DENY] 1526460878 +#time=1d3ecf385427198 "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1003" @@ -64447,8 +66102,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2001" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOAD\\QUERY] 1460706646 -#time=1d196eb84d8f340 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOAD\\QUERY] 1526460878 +#time=1d3ecf385435a22 "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1005" @@ -64457,15 +66112,15 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2001" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOADUNSIGNED] 1460706646 -#time=1d196eb84da3b06 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOADUNSIGNED] 1526460878 +#time=1d3ecf385456a6a "Bitmap"="C:\\windows\\system32\\mscorier.dll,2000" "PlugUIText"="@mscorier.dll,-1002" "Text"="Download unsigned managed code" "Type"="group" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOADUNSIGNED\\ALLOW] 1460706646 -#time=1d196eb84d78992 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOADUNSIGNED\\ALLOW] 1526460878 +#time=1d3ecf38541859e "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1004" @@ -64474,8 +66129,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2004" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOADUNSIGNED\\DENY] 1460706646 -#time=1d196eb84d65b44 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOADUNSIGNED\\DENY] 1526460878 +#time=1d3ecf3853f883e "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1003" @@ -64484,8 +66139,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2004" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOADUNSIGNED\\QUERY] 1460706646 -#time=1d196eb84d6f0cc +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\DOWNLOADUNSIGNED\\QUERY] 1526460878 +#time=1d3ecf385408126 "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1005" @@ -64494,15 +66149,15 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2004" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\MANIFESTPERMISSIONS] 1460706646 -#time=1d196eb84d9e7a0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\MANIFESTPERMISSIONS] 1526460878 +#time=1d3ecf38544eab8 "Bitmap"="C:\\windows\\system32\\mscorier.dll,2000" "PlugUIText"="@mscorier.dll,-1007" "Text"="Permissions for components with manifests" "Type"="group" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\MANIFESTPERMISSIONS\\DISABLE] 1460706646 -#time=1d196eb84d5c3d2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\MANIFESTPERMISSIONS\\DISABLE] 1526460878 +#time=1d3ecf3853e9cda "CheckedValue"=dword:00000003 "DefaultValue"=dword:00010000 "PlugUIText"="@mscorier.dll,-1003" @@ -64511,8 +66166,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2007" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\MANIFESTPERMISSIONS\\HIGHSAFETY] 1460706646 -#time=1d196eb84d53020 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SO\\DOTNET\\MANIFESTPERMISSIONS\\HIGHSAFETY] 1526460878 +#time=1d3ecf3853da1d6 "CheckedValue"=dword:00010000 "DefaultValue"=dword:00010000 "PlugUIText"="@mscorier.dll,-1008" @@ -64521,22 +66176,22 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2007" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET] 1460706646 -#time=1d196eb84d49b7e +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET] 1526460878 +#time=1d3ecf3853cb2c6 "Bitmap"="C:\\windows\\system32\\mscorier.dll,2000" "PlugUIText"="@mscorier.dll,-1001" "Text"=".Net Framework" "Type"="group" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOAD] 1460706646 -#time=1d196eb84d44da4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOAD] 1526460878 +#time=1d3ecf3853c379c "Bitmap"="C:\\windows\\system32\\mscorier.dll,2000" "PlugUIText"="@mscorier.dll,-1006" "Text"="Download managed code" "Type"="group" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOAD\\ALLOW] 1460706646 -#time=1d196eb84d3528c +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOAD\\ALLOW] 1526460878 +#time=1d3ecf3853a8938 "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1004" @@ -64545,8 +66200,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2001" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOAD\\DENY] 1460706646 -#time=1d196eb84d219da +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOAD\\DENY] 1526460878 +#time=1d3ecf385388c8c "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1003" @@ -64555,8 +66210,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2001" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOAD\\QUERY] 1460706646 -#time=1d196eb84d2ba66 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOAD\\QUERY] 1526460878 +#time=1d3ecf385399dca "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1005" @@ -64565,15 +66220,15 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2001" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOADUNSIGNED] 1460706646 -#time=1d196eb84d3fd5e +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOADUNSIGNED] 1526460878 +#time=1d3ecf3853b9d14 "Bitmap"="C:\\windows\\system32\\mscorier.dll,2000" "PlugUIText"="@mscorier.dll,-1002" "Text"="Download unsigned managed code" "Type"="group" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOADUNSIGNED\\ALLOW] 1460706646 -#time=1d196eb84d18092 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOADUNSIGNED\\ALLOW] 1526460878 +#time=1d3ecf385379f48 "CheckedValue"=dword:00000000 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1004" @@ -64582,8 +66237,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2004" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOADUNSIGNED\\DENY] 1460706646 -#time=1d196eb84d05096 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOADUNSIGNED\\DENY] 1526460877 +#time=1d3ecf38535173c "CheckedValue"=dword:00000003 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1003" @@ -64592,8 +66247,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2004" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOADUNSIGNED\\QUERY] 1460706646 -#time=1d196eb84d0e736 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\DOWNLOADUNSIGNED\\QUERY] 1526460878 +#time=1d3ecf385365674 "CheckedValue"=dword:00000001 "DefaultValue"=dword:00000003 "PlugUIText"="@mscorier.dll,-1005" @@ -64602,15 +66257,15 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2004" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\MANIFESTPERMISSIONS] 1460706646 -#time=1d196eb84d3aa2a +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\MANIFESTPERMISSIONS] 1526460878 +#time=1d3ecf3853b0912 "Bitmap"="C:\\windows\\system32\\mscorier.dll,2000" "PlugUIText"="@mscorier.dll,-1007" "Text"="Permissions for components with manifests" "Type"="group" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\MANIFESTPERMISSIONS\\DISABLE] 1460706646 -#time=1d196eb84cfbaf0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\MANIFESTPERMISSIONS\\DISABLE] 1526460877 +#time=1d3ecf38533dc64 "CheckedValue"=dword:00000003 "DefaultValue"=dword:00010000 "PlugUIText"="@mscorier.dll,-1003" @@ -64619,8 +66274,8 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2007" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\MANIFESTPERMISSIONS\\HIGHSAFETY] 1460706646 -#time=1d196eb84cf23d8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\SOIEAK\\DOTNET\\MANIFESTPERMISSIONS\\HIGHSAFETY] 1526460877 +#time=1d3ecf3853288b4 "CheckedValue"=dword:00010000 "DefaultValue"=dword:00010000 "PlugUIText"="@mscorier.dll,-1008" @@ -64629,49 +66284,49 @@ WINE REGISTRY Version 2 "Type"="radio" "ValueName"="2007" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\High] 1460706645 -#time=1d196eb84cd4162 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\High] 1526460877 +#time=1d3ecf3852e68d8 "2001"=dword:00000003 "2004"=dword:00000003 "2007"=dword:00000003 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\Low] 1460706645 -#time=1d196eb84cbf8a2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\Low] 1526460877 +#time=1d3ecf3852cb600 "2001"=dword:00000000 "2004"=dword:00000000 "2007"=dword:00010000 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\MedHigh] 1460706645 -#time=1d196eb84cce028 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\MedHigh] 1526460877 +#time=1d3ecf3852df3c6 "2001"=dword:00000000 "2004"=dword:00000000 "2007"=dword:00010000 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\Medium] 1460706645 -#time=1d196eb84cc98c0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\Medium] 1526460877 +#time=1d3ecf3852d7c8e "2001"=dword:00000000 "2004"=dword:00000000 "2007"=dword:00010000 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\MedLow] 1460706645 -#time=1d196eb84cc408c +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\TemplatePolicies\\MedLow] 1526460877 +#time=1d3ecf3852d1d7a "2001"=dword:00000000 "2004"=dword:00000000 "2007"=dword:00010000 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap] 1460706474 -#time=1d196eb1ede0daa +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap] 1526460547 +#time=1d3ecf2c0397f54 @="" "IntranetName"=dword:00000001 "ProxyByPass"=dword:00000001 "UNCAsIntranet"=dword:00000001 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Domains] 1460706474 -#time=1d196eb1ede0b02 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Domains] 1526460547 +#time=1d3ecf2c0397cac @="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\ProtocolDefaults] 1460706474 -#time=1d196eb1ede0396 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\ProtocolDefaults] 1526460547 +#time=1d3ecf2c039796e @="" "@ivt"=dword:00000001 "file"=dword:00000003 @@ -64679,12 +66334,12 @@ WINE REGISTRY Version 2 "http"=dword:00000003 "https"=dword:00000003 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Ranges] 1460706474 -#time=1d196eb1ede0e2c +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Ranges] 1526460547 +#time=1d3ecf2c0397fea @="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\0] 1460706646 -#time=1d196eb84ce8cf2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\0] 1526460877 +#time=1d3ecf385312b2c @="" "1001"=dword:00000000 "1004"=dword:00000000 @@ -64725,8 +66380,8 @@ WINE REGISTRY Version 2 "Flags"=dword:00000021 "Icon"="explorer.exe#0100" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\1] 1460706646 -#time=1d196eb84ce5188 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\1] 1526460877 +#time=1d3ecf38530a864 @="" "1001"=dword:00000001 "1004"=dword:00000003 @@ -64769,8 +66424,8 @@ WINE REGISTRY Version 2 "MinLevel"=dword:00010000 "RecommendedLevel"=dword:00010500 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\2] 1460706646 -#time=1d196eb84ce142a +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\2] 1526460877 +#time=1d3ecf3853015ac @="" "1001"=dword:00000000 "1004"=dword:00000001 @@ -64813,8 +66468,8 @@ WINE REGISTRY Version 2 "MinLevel"=dword:00010000 "RecommendedLevel"=dword:00010000 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\3] 1460706646 -#time=1d196eb84cdd848 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\3] 1526460877 +#time=1d3ecf3852f91f4 @="" "1001"=dword:00000001 "1004"=dword:00000003 @@ -64857,8 +66512,8 @@ WINE REGISTRY Version 2 "MinLevel"=dword:00011000 "RecommendedLevel"=dword:00011000 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\4] 1460706646 -#time=1d196eb84cd9964 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\4] 1526460877 +#time=1d3ecf3852eeb14 @="" "1001"=dword:00000003 "1004"=dword:00000003 @@ -64901,190 +66556,37 @@ WINE REGISTRY Version 2 "MinLevel"=dword:00012000 "RecommendedLevel"=dword:00012000 -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Capture\\{29CF36BB-086A-40D0-895D-B5C4B4C5220B}] 1461223240 -#time=1d19b9e4edf482c -"DeviceState"=dword:00000001 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Capture\\{29CF36BB-086A-40D0-895D-B5C4B4C5220B}\\Properties] 1461223240 -#time=1d19b9e4ee087a0 -"{1DA5D803-D492-4EDD-8C23-E0C0FFEE7F0E},0"=dword:00000004 -"{233164C8-1B2C-4C7D-BC68-B671687A2567},1"="{29CF36BB-086A-40D0-895D-B5C4B4C5220B}" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},14"="Built-in Microphone" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},2"="Built-in Microphone" -"{E4870E26-3CC5-4CD2-BA46-CA0A9A70ED04},3"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 -"{F19F064D-082C-4E27-BC73-6882A1BB8E4C},0"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Capture\\{930CA492-F078-4EFE-8D72-F07CCCCB34E9}] 1461223239 -#time=1d19b9e4ea96c2a -"DeviceState"=dword:00000004 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Capture\\{930CA492-F078-4EFE-8D72-F07CCCCB34E9}\\Properties] 1460706905 -#time=1d196ec1f894e58 -"{1DA5D803-D492-4EDD-8C23-E0C0FFEE7F0E},0"=dword:00000004 -"{233164C8-1B2C-4C7D-BC68-B671687A2567},1"="{930CA492-F078-4EFE-8D72-F07CCCCB34E9}" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},14"="Built-in Microphone" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},2"="Built-in Microphone" -"{E4870E26-3CC5-4CD2-BA46-CA0A9A70ED04},3"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 -"{F19F064D-082C-4E27-BC73-6882A1BB8E4C},0"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{1A1DCAC9-8A50-4F35-B671-D08BB4162093}] 1461223240 -#time=1d19b9e4edc5f04 -"DeviceState"=dword:00000001 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{1A1DCAC9-8A50-4F35-B671-D08BB4162093}\\Properties] 1461223240 -#time=1d19b9e4edd7ec0 -"{1DA5D803-D492-4EDD-8C23-E0C0FFEE7F0E},0"=dword:00000001 -"{233164C8-1B2C-4C7D-BC68-B671687A2567},1"="{1A1DCAC9-8A50-4F35-B671-D08BB4162093}" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},14"="HDMI" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},2"="HDMI" -"{E4870E26-3CC5-4CD2-BA46-CA0A9A70ED04},3"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 -"{F19F064D-082C-4E27-BC73-6882A1BB8E4C},0"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{2786B96E-A2C4-492D-B76A-12E6D43AF209}] 1461223240 -#time=1d19b9e4edd8406 -"DeviceState"=dword:00000001 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{2786B96E-A2C4-492D-B76A-12E6D43AF209}\\Properties] 1461223240 -#time=1d19b9e4ede14ca -"{1DA5D803-D492-4EDD-8C23-E0C0FFEE7F0E},0"=dword:00000001 -"{233164C8-1B2C-4C7D-BC68-B671687A2567},1"="{2786B96E-A2C4-492D-B76A-12E6D43AF209}" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},14"="USB Audio DAC " -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},2"="USB Audio DAC " -"{E4870E26-3CC5-4CD2-BA46-CA0A9A70ED04},3"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 -"{F19F064D-082C-4E27-BC73-6882A1BB8E4C},0"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{51AF0A27-B4E4-495C-BDCA-FFBE59FEC5A6}] 1461223239 -#time=1d19b9e4ea98ea8 -"DeviceState"=dword:00000004 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{51AF0A27-B4E4-495C-BDCA-FFBE59FEC5A6}\\Properties] 1460706905 -#time=1d196ec1f87be62 -"{1DA5D803-D492-4EDD-8C23-E0C0FFEE7F0E},0"=dword:00000001 -"{233164C8-1B2C-4C7D-BC68-B671687A2567},1"="{51AF0A27-B4E4-495C-BDCA-FFBE59FEC5A6}" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},14"="HDMI" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},2"="HDMI" -"{E4870E26-3CC5-4CD2-BA46-CA0A9A70ED04},3"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 -"{F19F064D-082C-4E27-BC73-6882A1BB8E4C},0"=hex:fe,ff,02,00,80,bb,00,00,00,dc,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{9CD8F7E1-A914-4572-97CF-33204B278B7F}] 1461223239 -#time=1d19b9e4ea9b52c -"DeviceState"=dword:00000004 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{9CD8F7E1-A914-4572-97CF-33204B278B7F}\\Properties] 1460706905 -#time=1d196ec1f8744c8 -"{1DA5D803-D492-4EDD-8C23-E0C0FFEE7F0E},0"=dword:00000001 -"{233164C8-1B2C-4C7D-BC68-B671687A2567},1"="{9CD8F7E1-A914-4572-97CF-33204B278B7F}" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},14"="Built-in Output" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},2"="Built-in Output" -"{E4870E26-3CC5-4CD2-BA46-CA0A9A70ED04},3"=hex:fe,ff,02,00,44,ac,00,00,20,62,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 -"{F19F064D-082C-4E27-BC73-6882A1BB8E4C},0"=hex:fe,ff,02,00,44,ac,00,00,20,62,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{B24D147D-D68D-4C42-A059-FC43179B99ED}] 1461223239 -#time=1d19b9e4eb301ae -"DeviceState"=dword:00000001 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{B24D147D-D68D-4C42-A059-FC43179B99ED}\\Properties] 1461223240 -#time=1d19b9e4edc5a9a -"{1DA5D803-D492-4EDD-8C23-E0C0FFEE7F0E},0"=dword:00000001 -"{233164C8-1B2C-4C7D-BC68-B671687A2567},1"="{B24D147D-D68D-4C42-A059-FC43179B99ED}" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},14"="Built-in Output" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},2"="Built-in Output" -"{E4870E26-3CC5-4CD2-BA46-CA0A9A70ED04},3"=hex:fe,ff,02,00,44,ac,00,00,20,62,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 -"{F19F064D-082C-4E27-BC73-6882A1BB8E4C},0"=hex:fe,ff,02,00,44,ac,00,00,20,62,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{E647D2D3-2394-491E-8688-822D4250747D}] 1461223240 -#time=1d19b9e4ede1a42 -"DeviceState"=dword:00000001 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{E647D2D3-2394-491E-8688-822D4250747D}\\Properties] 1460706905 -#time=1d196ec1f8899e0 -"{1DA5D803-D492-4EDD-8C23-E0C0FFEE7F0E},0"=dword:00000001 -"{233164C8-1B2C-4C7D-BC68-B671687A2567},1"="{E647D2D3-2394-491E-8688-822D4250747D}" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},14"="Instant On Sound Effects" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},2"="Instant On Sound Effects" -"{E4870E26-3CC5-4CD2-BA46-CA0A9A70ED04},3"=hex:fe,ff,02,00,44,ac,00,00,20,62,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 -"{F19F064D-082C-4E27-BC73-6882A1BB8E4C},0"=hex:fe,ff,02,00,44,ac,00,00,20,62,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{ED50ADFC-2A1B-4F61-89AB-2BF6CF3EB1BD}] 1461223239 -#time=1d19b9e4eaa01c6 -"DeviceState"=dword:00000004 - -[Software\\Microsoft\\Windows\\CurrentVersion\\MMDevices\\Audio\\Render\\{ED50ADFC-2A1B-4F61-89AB-2BF6CF3EB1BD}\\Properties] 1460706905 -#time=1d196ec1f881e70 -"{1DA5D803-D492-4EDD-8C23-E0C0FFEE7F0E},0"=dword:00000001 -"{233164C8-1B2C-4C7D-BC68-B671687A2567},1"="{ED50ADFC-2A1B-4F61-89AB-2BF6CF3EB1BD}" -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},14"="m9XX " -"{A45C254E-DF1C-4EFD-8020-67D146A850E0},2"="m9XX " -"{E4870E26-3CC5-4CD2-BA46-CA0A9A70ED04},3"=hex:fe,ff,02,00,44,ac,00,00,20,62,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 -"{F19F064D-082C-4E27-BC73-6882A1BB8E4C},0"=hex:fe,ff,02,00,44,ac,00,00,20,62,\ - 05,00,08,00,20,00,16,00,20,00,03,00,00,00,03,00,00,00,00,00,10,00,80,00,00,\ - aa,00,38,9b,71 - -[Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System] 1460706475 -#time=1d196eb1f166808 +[Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System] 1526460547 +#time=1d3ecf2c06f7550 "EnableLUA"=dword:00000000 -[Software\\Microsoft\\Windows\\CurrentVersion\\PreviewHandlers] 1460706475 -#time=1d196eb1f1669ca +[Software\\Microsoft\\Windows\\CurrentVersion\\PreviewHandlers] 1526460547 +#time=1d3ecf2c06f765e -[Software\\Microsoft\\Windows\\CurrentVersion\\PropertySystem\\PropertyHandlers\\.appref-ms] 1460706646 -#time=1d196eb855cfe4c +[Software\\Microsoft\\Windows\\CurrentVersion\\PropertySystem\\PropertyHandlers\\.appref-ms] 1526460879 +#time=1d3ecf386137dc4 @="{e82a2d71-5b2f-43a0-97b8-81be15854de8}" -[Software\\Microsoft\\Windows\\CurrentVersion\\Run] 1460706475 -#time=1d196eb1f166c36 +[Software\\Microsoft\\Windows\\CurrentVersion\\Run] 1526460547 +#time=1d3ecf2c06f7776 -[Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce] 1460706475 -#time=1d196eb1f30c842 +[Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce] 1526460548 +#time=1d3ecf2c092e256 -[Software\\Microsoft\\Windows\\CurrentVersion\\RunServices] 1460706475 -#time=1d196eb1f1b0b42 +[Software\\Microsoft\\Windows\\CurrentVersion\\RunServices] 1526460547 +#time=1d3ecf2c07325d8 "winemenubuilder"="C:\\windows\\system32\\winemenubuilder.exe -a -r" -[Software\\Microsoft\\Windows\\CurrentVersion\\RunServicesOnce] 1460706468 -#time=1d196eb1af9a46a +[Software\\Microsoft\\Windows\\CurrentVersion\\RunServicesOnce] 1526460531 +#time=1d3ecf2b6958236 -[Software\\Microsoft\\Windows\\CurrentVersion\\Setup] 1460706475 -#time=1d196eb1f1672ee +[Software\\Microsoft\\Windows\\CurrentVersion\\Setup] 1526460547 +#time=1d3ecf2c06f7b0e "BootDir"="C:\\" "SharedDir"="C:\\windows" -[Software\\Microsoft\\Windows\\CurrentVersion\\SharedDLLs] 1460706675 -#time=1d196eb9680499a +[Software\\Microsoft\\Windows\\CurrentVersion\\SharedDLLs] 1526460915 +#time=1d3ecf39bb991a4 "C:\\windows\\Microsoft.NET\\Framework\\NETFXSBS10.exe"=dword:00000001 "C:\\windows\\Microsoft.NET\\Framework\\netfxsbs12.hkf"=dword:00000001 "C:\\windows\\Microsoft.NET\\Framework\\sbs_diasymreader.dll"=dword:00000001 @@ -65123,1945 +66625,1945 @@ WINE REGISTRY Version 2 "C:\\windows\\system32\\MUI\\0409\\mscorees.dll"=dword:00000002 "C:\\windows\\system32\\netfxperf.dll"=dword:00000001 -[Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved] 1460706646 -#time=1d196eb855d2584 +[Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved] 1526460879 +#time=1d3ecf38613b910 "{E37E2028-CE1A-4f42-AF05-6CEABC4E5D75}"="Shell Icon Handler for Application References" "{e82a2d71-5b2f-43a0-97b8-81be15854de8}"="ShellLink for Application References" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony] 1460706475 -#time=1d196eb1f1b4710 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony] 1526460547 +#time=1d3ecf2c0737e8e "Perf1"=dword:5045524a "Perf2"=dword:50455246 -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List] 1460706475 -#time=1d196eb1f231e04 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List] 1526460547 +#time=1d3ecf2c07bd0ac "CountryListVersion"=dword:00000019 -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\1] 1460706475 -#time=1d196eb1f1b4e86 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\1] 1526460547 +#time=1d3ecf2c07389d8 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="United States of America" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\101] 1460706475 -#time=1d196eb1f1b5548 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\101] 1526460547 +#time=1d3ecf2c0739450 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Anguilla" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\102] 1460706475 -#time=1d196eb1f1b5c00 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\102] 1526460547 +#time=1d3ecf2c073a012 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Antigua" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\103] 1460706475 -#time=1d196eb1f1b62b8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\103] 1526460547 +#time=1d3ecf2c073b5f2 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Bahamas" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\104] 1460706475 -#time=1d196eb1f1b6966 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\104] 1526460547 +#time=1d3ecf2c073ca24 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Barbados" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\105] 1460706475 -#time=1d196eb1f1b706e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\105] 1526460547 +#time=1d3ecf2c073e39c "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Bermuda" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\106] 1460706475 -#time=1d196eb1f1b7708 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\106] 1526460547 +#time=1d3ecf2c073ef40 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="British Virgin Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\107] 1460706475 -#time=1d196eb1f1b7d8e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\107] 1526460547 +#time=1d3ecf2c073fa8a "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Canada" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\108] 1460706475 -#time=1d196eb1f1b8450 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\108] 1526460547 +#time=1d3ecf2c07403b8 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Cayman Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\109] 1460706475 -#time=1d196eb1f1b8aea +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\109] 1526460547 +#time=1d3ecf2c0740bba "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Dominica" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\110] 1460706475 -#time=1d196eb1f1b918e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\110] 1526460547 +#time=1d3ecf2c07413a8 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Dominican Republic" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\111] 1460706475 -#time=1d196eb1f1b9828 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\111] 1526460547 +#time=1d3ecf2c0741b8c "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Grenada" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\112] 1460706475 -#time=1d196eb1f1b9ecc +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\112] 1526460547 +#time=1d3ecf2c07423b6 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Jamaica" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\113] 1460706475 -#time=1d196eb1f1ba778 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\113] 1526460547 +#time=1d3ecf2c0742b90 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Montserrat" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\115] 1460706475 -#time=1d196eb1f1baeda +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\115] 1526460547 +#time=1d3ecf2c074337e "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="St. Kitts and Nevis" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\116] 1460706475 -#time=1d196eb1f1bb600 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\116] 1526460547 +#time=1d3ecf2c0743ec8 "CountryCode"=dword:00000001 "InternationalRule"="0EFG" "LongDistanceRule"=" 1FG" "Name"="St. Vincent and the Grenadines" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\117] 1460706475 -#time=1d196eb1f1bbce0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\117] 1526460547 +#time=1d3ecf2c0744c2e "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Trinidad and Tobago" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\118] 1460706475 -#time=1d196eb1f1bc3c0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\118] 1526460547 +#time=1d3ecf2c074576e "CountryCode"=dword:00000001 "InternationalRule"="0EFG" "LongDistanceRule"=" 1FG" "Name"="Turks and Caicos Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\120] 1460706475 -#time=1d196eb1f1bcaaa +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\120] 1526460547 +#time=1d3ecf2c07461c8 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Barbuda" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\121] 1460706475 -#time=1d196eb1f1bd392 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\121] 1526460547 +#time=1d3ecf2c07469ca "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Puerto Rico" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\122] 1460706475 -#time=1d196eb1f1bdafe +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\122] 1526460547 +#time=1d3ecf2c07471c2 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Saint Lucia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\123] 1460706475 -#time=1d196eb1f1bf0ac +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\123] 1526460547 +#time=1d3ecf2c07479ba "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="United States Virgin Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\124] 1460706475 -#time=1d196eb1f1bff5c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\124] 1526460547 +#time=1d3ecf2c07481b2 "CountryCode"=dword:00000001 "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Guam" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\20] 1460706475 -#time=1d196eb1f1c1708 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\20] 1526460547 +#time=1d3ecf2c07489aa "CountryCode"=dword:00000014 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Egypt" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\212] 1460706475 -#time=1d196eb1f1c2e0a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\212] 1526460547 +#time=1d3ecf2c07491a2 "CountryCode"=dword:000000d4 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Morocco" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\213] 1460706475 -#time=1d196eb1f1c388c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\213] 1526460547 +#time=1d3ecf2c07499cc "CountryCode"=dword:000000d5 "InternationalRule"="00,EFG" "LongDistanceRule"="0FG" "Name"="Algeria" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\216] 1460706475 -#time=1d196eb1f1c416a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\216] 1526460547 +#time=1d3ecf2c074a1c4 "CountryCode"=dword:000000d8 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Tunisia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\218] 1460706475 -#time=1d196eb1f1c489a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\218] 1526460547 +#time=1d3ecf2c074a99e "CountryCode"=dword:000000da "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Libya" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\220] 1460706475 -#time=1d196eb1f1c4f98 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\220] 1526460547 +#time=1d3ecf2c074b178 "CountryCode"=dword:000000dc "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Gambia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\221] 1460706475 -#time=1d196eb1f1c56fa +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\221] 1526460547 +#time=1d3ecf2c074b952 "CountryCode"=dword:000000dd "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Senegal Republic" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\222] 1460706475 -#time=1d196eb1f1c5e02 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\222] 1526460547 +#time=1d3ecf2c074c12c "CountryCode"=dword:000000de "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Mauritania" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\223] 1460706475 -#time=1d196eb1f1c6500 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\223] 1526460547 +#time=1d3ecf2c074c8f2 "CountryCode"=dword:000000df "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Mali" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\224] 1460706475 -#time=1d196eb1f1c6c1c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\224] 1526460547 +#time=1d3ecf2c074d0c2 "CountryCode"=dword:000000e0 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Guinea" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\225] 1460706475 -#time=1d196eb1f1c72fc +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\225] 1526460547 +#time=1d3ecf2c074d8b0 "CountryCode"=dword:000000e1 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Cote d'Ivoire" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\226] 1460706475 -#time=1d196eb1f1c79e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\226] 1526460547 +#time=1d3ecf2c074e08a "CountryCode"=dword:000000e2 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Burkina Faso" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\227] 1460706475 -#time=1d196eb1f1c80d0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\227] 1526460547 +#time=1d3ecf2c074e850 "CountryCode"=dword:000000e3 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Niger" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\228] 1460706475 -#time=1d196eb1f1c879c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\228] 1526460547 +#time=1d3ecf2c074f020 "CountryCode"=dword:000000e4 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Togo" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\229] 1460706475 -#time=1d196eb1f1c8e7c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\229] 1526460547 +#time=1d3ecf2c074f7f0 "CountryCode"=dword:000000e5 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Benin" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\230] 1460706475 -#time=1d196eb1f1c9584 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\230] 1526460547 +#time=1d3ecf2c074ffc0 "CountryCode"=dword:000000e6 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Mauritius" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\231] 1460706475 -#time=1d196eb1f1c9ca0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\231] 1526460547 +#time=1d3ecf2c0750790 "CountryCode"=dword:000000e7 "InternationalRule"="0EFG" "LongDistanceRule"="" "Name"="Liberia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\232] 1460706475 -#time=1d196eb1f1ca3a8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\232] 1526460547 +#time=1d3ecf2c075119a "CountryCode"=dword:000000e8 "InternationalRule"="00EFG" "LongDistanceRule"="IG" "Name"="Sierra Leone" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\233] 1460706475 -#time=1d196eb1f1caa88 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\233] 1526460547 +#time=1d3ecf2c07519a6 "CountryCode"=dword:000000e9 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Ghana" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\234] 1460706475 -#time=1d196eb1f1cb172 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\234] 1526460547 +#time=1d3ecf2c07521ee "CountryCode"=dword:000000ea "InternationalRule"="009EFG" "LongDistanceRule"="0FG" "Name"="Nigeria" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\235] 1460706475 -#time=1d196eb1f1cb848 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\235] 1526460547 +#time=1d3ecf2c0752a04 "CountryCode"=dword:000000eb "InternationalRule"="15EFG" "LongDistanceRule"="" "Name"="Chad" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\236] 1460706475 -#time=1d196eb1f1cbf28 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\236] 1526460547 +#time=1d3ecf2c0753422 "CountryCode"=dword:000000ec "InternationalRule"="19EFG" "LongDistanceRule"="" "Name"="Central African Republic" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\237] 1460706475 -#time=1d196eb1f1cc680 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\237] 1526460547 +#time=1d3ecf2c0753c2e "CountryCode"=dword:000000ed "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Cameroon" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\238] 1460706475 -#time=1d196eb1f1ccd9c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\238] 1526460547 +#time=1d3ecf2c0754412 "CountryCode"=dword:000000ee "InternationalRule"="0EFG" "LongDistanceRule"="" "Name"="Cape Verde Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\239] 1460706475 -#time=1d196eb1f1cd468 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\239] 1526460547 +#time=1d3ecf2c0754c78 "CountryCode"=dword:000000ef "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Sao Tome and Principe" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\240] 1460706475 -#time=1d196eb1f1ce69c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\240] 1526460547 +#time=1d3ecf2c07555a6 "CountryCode"=dword:000000f0 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Equatorial Guinea" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\241] 1460706475 -#time=1d196eb1f1cfc18 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\241] 1526460547 +#time=1d3ecf2c0755efc "CountryCode"=dword:000000f1 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Gabon" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\242] 1460706475 -#time=1d196eb1f1d1270 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\242] 1526460547 +#time=1d3ecf2c0756adc "CountryCode"=dword:000000f2 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Congo" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\243] 1460706475 -#time=1d196eb1f1d2800 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\243] 1526460547 +#time=1d3ecf2c0758594 "CountryCode"=dword:000000f3 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Congo, Democratic Republic of the" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\244] 1460706475 -#time=1d196eb1f1d3e30 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\244] 1526460547 +#time=1d3ecf2c07591a6 "CountryCode"=dword:000000f4 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Angola" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\245] 1460706475 -#time=1d196eb1f1d52c6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\245] 1526460547 +#time=1d3ecf2c0759b10 "CountryCode"=dword:000000f5 "InternationalRule"="099EFG" "LongDistanceRule"="" "Name"="Guinea-Bissau" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\246] 1460706475 -#time=1d196eb1f1d5a46 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\246] 1526460547 +#time=1d3ecf2c075a326 "CountryCode"=dword:000000f6 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Diego Garcia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\247] 1460706475 -#time=1d196eb1f1d6126 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\247] 1526460547 +#time=1d3ecf2c075ab32 "CountryCode"=dword:000000f7 "InternationalRule"="01EFG" "LongDistanceRule"="" "Name"="Ascension Island" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\248] 1460706475 -#time=1d196eb1f1d684c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\248] 1526460547 +#time=1d3ecf2c075b334 "CountryCode"=dword:000000f8 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Seychelles" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\249] 1460706475 -#time=1d196eb1f1d6f22 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\249] 1526460547 +#time=1d3ecf2c075bb36 "CountryCode"=dword:000000f9 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Sudan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\250] 1460706475 -#time=1d196eb1f1d760c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\250] 1526460547 +#time=1d3ecf2c075c338 "CountryCode"=dword:000000fa "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Rwanda" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\251] 1460706475 -#time=1d196eb1f1d830e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\251] 1526460547 +#time=1d3ecf2c075cb44 "CountryCode"=dword:000000fb "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Ethiopia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\252] 1460706475 -#time=1d196eb1f1d89f8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\252] 1526460547 +#time=1d3ecf2c075d332 "CountryCode"=dword:000000fc "InternationalRule"="19,EFG" "LongDistanceRule"="" "Name"="Somalia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\253] 1460706475 -#time=1d196eb1f1d916e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\253] 1526460547 +#time=1d3ecf2c075db3e "CountryCode"=dword:000000fd "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Djibouti" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\254] 1460706475 -#time=1d196eb1f1d99de +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\254] 1526460547 +#time=1d3ecf2c075e322 "CountryCode"=dword:000000fe "InternationalRule"="000EFG" "LongDistanceRule"="0FG" "Name"="Kenya" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\255] 1460706475 -#time=1d196eb1f1da08c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\255] 1526460547 +#time=1d3ecf2c075eb06 "CountryCode"=dword:000000ff "InternationalRule"="0900EFG" "LongDistanceRule"="0FG" "Name"="Tanzania" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\256] 1460706475 -#time=1d196eb1f1da7a8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\256] 1526460547 +#time=1d3ecf2c075f68c "CountryCode"=dword:00000100 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Uganda" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\257] 1460706475 -#time=1d196eb1f1dae6a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\257] 1526460547 +#time=1d3ecf2c0760104 "CountryCode"=dword:00000101 "InternationalRule"="90EFG" "LongDistanceRule"="" "Name"="Burundi" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\258] 1460706475 -#time=1d196eb1f1db536 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\258] 1526460547 +#time=1d3ecf2c0760f64 "CountryCode"=dword:00000102 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Mozambique" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\260] 1460706475 -#time=1d196eb1f1dbc0c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\260] 1526460547 +#time=1d3ecf2c07618a6 "CountryCode"=dword:00000104 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Zambia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\261] 1460706475 -#time=1d196eb1f1dc378 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\261] 1526460547 +#time=1d3ecf2c07620bc "CountryCode"=dword:00000105 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Madagascar" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\262] 1460706475 -#time=1d196eb1f1dca8a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\262] 1526460547 +#time=1d3ecf2c07628dc "CountryCode"=dword:00000106 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Reunion Island" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\263] 1460706475 -#time=1d196eb1f1dd1c4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\263] 1526460547 +#time=1d3ecf2c07630f2 "CountryCode"=dword:00000107 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Zimbabwe" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\264] 1460706475 -#time=1d196eb1f1dd890 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\264] 1526460547 +#time=1d3ecf2c0763912 "CountryCode"=dword:00000108 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Namibia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\265] 1460706475 -#time=1d196eb1f1ddf5c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\265] 1526460547 +#time=1d3ecf2c0764128 "CountryCode"=dword:00000109 "InternationalRule"="101EFG" "LongDistanceRule"="" "Name"="Malawi" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\266] 1460706475 -#time=1d196eb1f1de628 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\266] 1526460547 +#time=1d3ecf2c0764934 "CountryCode"=dword:0000010a "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Lesotho" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\267] 1460706475 -#time=1d196eb1f1decf4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\267] 1526460547 +#time=1d3ecf2c076514a "CountryCode"=dword:0000010b "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Botswana" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\268] 1460706475 -#time=1d196eb1f1df3c0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\268] 1526460547 +#time=1d3ecf2c076596a "CountryCode"=dword:0000010c "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Swaziland" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\269] 1460706475 -#time=1d196eb1f1dfaa0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\269] 1526460547 +#time=1d3ecf2c0766194 "CountryCode"=dword:0000010d "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Mayotte Island" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\2691] 1460706475 -#time=1d196eb1f1e0162 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\2691] 1526460547 +#time=1d3ecf2c07669aa "CountryCode"=dword:0000010d "InternationalRule"="10EFG" "LongDistanceRule"="" "Name"="Comoros" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\27] 1460706475 -#time=1d196eb1f1e084c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\27] 1526460547 +#time=1d3ecf2c07671ca "CountryCode"=dword:0000001b "InternationalRule"="09EFG" "LongDistanceRule"="0FG" "Name"="South Africa" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\290] 1460706475 -#time=1d196eb1f1e0f18 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\290] 1526460547 +#time=1d3ecf2c07679ea "CountryCode"=dword:00000122 "InternationalRule"="01EFG" "LongDistanceRule"="" "Name"="St. Helena" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\291] 1460706475 -#time=1d196eb1f1e15d0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\291] 1526460547 +#time=1d3ecf2c07681d8 "CountryCode"=dword:00000123 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Eritrea" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\297] 1460706475 -#time=1d196eb1f1e1c88 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\297] 1526460547 +#time=1d3ecf2c07689d0 "CountryCode"=dword:00000129 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Aruba" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\298] 1460706475 -#time=1d196eb1f1e2340 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\298] 1526460547 +#time=1d3ecf2c07691be "CountryCode"=dword:0000012a "InternationalRule"="009EFG" "LongDistanceRule"="" "Name"="Faroe Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\299] 1460706475 -#time=1d196eb1f1e2a0c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\299] 1526460547 +#time=1d3ecf2c07699ca "CountryCode"=dword:0000012b "InternationalRule"="009EFG" "LongDistanceRule"="" "Name"="Greenland" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\30] 1460706475 -#time=1d196eb1f1e310a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\30] 1526460547 +#time=1d3ecf2c076a1b8 "CountryCode"=dword:0000001e "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Greece" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\31] 1460706475 -#time=1d196eb1f1e37c2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\31] 1526460547 +#time=1d3ecf2c076a9b0 "CountryCode"=dword:0000001f "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Netherlands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\32] 1460706475 -#time=1d196eb1f1e3e52 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\32] 1526460547 +#time=1d3ecf2c076b19e "CountryCode"=dword:00000020 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Belgium" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\33] 1460706475 -#time=1d196eb1f1e45be +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\33] 1526460547 +#time=1d3ecf2c076b982 "CountryCode"=dword:00000021 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="France" "SameAreaRule"="0FG" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\34] 1460706475 -#time=1d196eb1f1e4c4e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\34] 1526460547 +#time=1d3ecf2c076c17a "CountryCode"=dword:00000022 "InternationalRule"="00,EFG" "LongDistanceRule"="IG" "Name"="Spain" "SameAreaRule"="IG" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\350] 1460706475 -#time=1d196eb1f1e52d4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\350] 1526460547 +#time=1d3ecf2c076c968 "CountryCode"=dword:0000015e "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Gibraltar" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\351] 1460706475 -#time=1d196eb1f1e598c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\351] 1526460547 +#time=1d3ecf2c076d16a "CountryCode"=dword:0000015f "InternationalRule"="00EFG" "LongDistanceRule"="IG" "Name"="Portugal" "SameAreaRule"="IG" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\352] 1460706475 -#time=1d196eb1f1e6102 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\352] 1526460547 +#time=1d3ecf2c076d976 "CountryCode"=dword:00000160 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Luxembourg" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\353] 1460706475 -#time=1d196eb1f1e67a6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\353] 1526460547 +#time=1d3ecf2c076e16e "CountryCode"=dword:00000161 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Ireland" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\354] 1460706475 -#time=1d196eb1f1e6f12 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\354] 1526460547 +#time=1d3ecf2c076e966 "CountryCode"=dword:00000162 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Iceland" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\355] 1460706475 -#time=1d196eb1f1e76a6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\355] 1526460547 +#time=1d3ecf2c076f15e "CountryCode"=dword:00000163 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Albania" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\356] 1460706475 -#time=1d196eb1f1e83d0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\356] 1526460547 +#time=1d3ecf2c076f960 "CountryCode"=dword:00000164 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Malta" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\357] 1460706475 -#time=1d196eb1f1e8ef2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\357] 1526460547 +#time=1d3ecf2c0770158 "CountryCode"=dword:00000165 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Cyprus" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\358] 1460706475 -#time=1d196eb1f1e95e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\358] 1526460547 +#time=1d3ecf2c0770946 "CountryCode"=dword:00000166 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Finland" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\359] 1460706475 -#time=1d196eb1f1ea022 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\359] 1526460547 +#time=1d3ecf2c0771134 "CountryCode"=dword:00000167 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Bulgaria" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\36] 1460706475 -#time=1d196eb1f1ea928 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\36] 1526460547 +#time=1d3ecf2c0771940 "CountryCode"=dword:00000024 "InternationalRule"="00EFG" "LongDistanceRule"=" 06,FG" "Name"="Hungary" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\370] 1460706475 -#time=1d196eb1f1eb1de +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\370] 1526460547 +#time=1d3ecf2c0772138 "CountryCode"=dword:00000172 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Lithuania" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\371] 1460706475 -#time=1d196eb1f1ebf6c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\371] 1526460547 +#time=1d3ecf2c077293a "CountryCode"=dword:00000173 "InternationalRule"="00EFG" "LongDistanceRule"=" 8,FG" "Name"="Latvia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\372] 1460706475 -#time=1d196eb1f1ed024 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\372] 1526460547 +#time=1d3ecf2c0773132 "CountryCode"=dword:00000174 "InternationalRule"="8,00EFG" "LongDistanceRule"=" 8,2IG" "Name"="Estonia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\373] 1460706475 -#time=1d196eb1f1edede +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\373] 1526460547 +#time=1d3ecf2c0773920 "CountryCode"=dword:00000175 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Moldova" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\374] 1460706475 -#time=1d196eb1f1eee9c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\374] 1526460547 +#time=1d3ecf2c077410e "CountryCode"=dword:00000176 "InternationalRule"="8,10EFG" "LongDistanceRule"=" 8,IG" "Name"="Armenia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\375] 1460706475 -#time=1d196eb1f1efab8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\375] 1526460547 +#time=1d3ecf2c07748fc "CountryCode"=dword:00000177 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Belarus" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\376] 1460706475 -#time=1d196eb1f1f04f4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\376] 1526460547 +#time=1d3ecf2c07750d6 "CountryCode"=dword:00000178 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Andorra" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\377] 1460706475 -#time=1d196eb1f1f0ef4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\377] 1526460547 +#time=1d3ecf2c07758ce "CountryCode"=dword:00000179 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Monaco" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\378] 1460706475 -#time=1d196eb1f1f1958 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\378] 1526460547 +#time=1d3ecf2c07760bc "CountryCode"=dword:0000017a "InternationalRule"="00EFG" "LongDistanceRule"="IG" "Name"="San Marino" "SameAreaRule"="IG" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\379] 1460706475 -#time=1d196eb1f1f24f2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\379] 1526460547 +#time=1d3ecf2c07768aa "CountryCode"=dword:00000027 "InternationalRule"="00EFG" "LongDistanceRule"="IG" "Name"="Vatican City" "SameAreaRule"="IG" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\380] 1460706475 -#time=1d196eb1f1f2f9c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\380] 1526460547 +#time=1d3ecf2c077708e "CountryCode"=dword:0000017c "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Ukraine" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\381] 1460706475 -#time=1d196eb1f1f397e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\381] 1526460547 +#time=1d3ecf2c077787c "CountryCode"=dword:0000017d "InternationalRule"="99EFG" "LongDistanceRule"="0FG" "Name"="Yugoslavia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\385] 1460706475 -#time=1d196eb1f1f418a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\385] 1526460547 +#time=1d3ecf2c0778074 "CountryCode"=dword:00000181 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Croatia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\386] 1460706475 -#time=1d196eb1f1f4bb2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\386] 1526460547 +#time=1d3ecf2c0778862 "CountryCode"=dword:00000182 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Slovenia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\387] 1460706475 -#time=1d196eb1f1f52c4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\387] 1526460547 +#time=1d3ecf2c077906e "CountryCode"=dword:00000183 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Bosnia and Herzegovina" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\389] 1460706475 -#time=1d196eb1f1f59cc +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\389] 1526460547 +#time=1d3ecf2c077988e "CountryCode"=dword:00000185 "InternationalRule"="99EFG" "LongDistanceRule"="0FG" "Name"="F.Y.R.O.M. (Former Yugoslav Republic of Macedonia)" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\39] 1460706475 -#time=1d196eb1f1f6192 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\39] 1526460547 +#time=1d3ecf2c077a0a4 "CountryCode"=dword:00000027 "InternationalRule"="00EFG" "LongDistanceRule"="IG" "Name"="Italy" "SameAreaRule"="IG" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\40] 1460706475 -#time=1d196eb1f1f6840 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\40] 1526460547 +#time=1d3ecf2c077aa86 "CountryCode"=dword:00000028 "InternationalRule"="00EFG" "LongDistanceRule"=" 0FG" "Name"="Romania" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\41] 1460706475 -#time=1d196eb1f1f6fde +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\41] 1526460547 +#time=1d3ecf2c077b666 "CountryCode"=dword:00000029 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Switzerland" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\420] 1460706475 -#time=1d196eb1f1f76c8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\420] 1526460547 +#time=1d3ecf2c077c76e "CountryCode"=dword:000001a4 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Czech Republic" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\421] 1460706475 -#time=1d196eb1f1f7df8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\421] 1526460547 +#time=1d3ecf2c077cf70 "CountryCode"=dword:000001a5 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Slovakia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\423] 1460706475 -#time=1d196eb1f1f84ce +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\423] 1526460547 +#time=1d3ecf2c077d754 "CountryCode"=dword:000001a7 "InternationalRule"="00EFG" "LongDistanceRule"="G" "Name"="Liechtenstein" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\43] 1460706475 -#time=1d196eb1f1f8ba4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\43] 1526460547 +#time=1d3ecf2c077df38 "CountryCode"=dword:0000002b "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Austria" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\44] 1460706475 -#time=1d196eb1f1f927a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\44] 1526460547 +#time=1d3ecf2c077e758 "CountryCode"=dword:0000002c "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="United Kingdom" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\45] 1460706475 -#time=1d196eb1f1f9950 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\45] 1526460547 +#time=1d3ecf2c077efdc "CountryCode"=dword:0000002d "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Denmark" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\46] 1460706475 -#time=1d196eb1f1fa486 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\46] 1526460547 +#time=1d3ecf2c077f914 "CountryCode"=dword:0000002e "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Sweden" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\47] 1460706475 -#time=1d196eb1f1fac10 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\47] 1526460547 +#time=1d3ecf2c0780666 "CountryCode"=dword:0000002f "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Norway" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\48] 1460706475 -#time=1d196eb1f1fb2e6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\48] 1526460547 +#time=1d3ecf2c0781368 "CountryCode"=dword:00000030 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Poland" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\49] 1460706475 -#time=1d196eb1f1fba48 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\49] 1526460547 +#time=1d3ecf2c0782966 "CountryCode"=dword:00000031 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Germany" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\500] 1460706475 -#time=1d196eb1f1fc132 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\500] 1526460547 +#time=1d3ecf2c0783334 "CountryCode"=dword:000001f4 "InternationalRule"="0EFG" "LongDistanceRule"="" "Name"="Falkland Islands (Islas Malvinas)" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\501] 1460706475 -#time=1d196eb1f1fc81c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\501] 1526460547 +#time=1d3ecf2c0783c26 "CountryCode"=dword:000001f5 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Belize" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\502] 1460706475 -#time=1d196eb1f1fcef2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\502] 1526460547 +#time=1d3ecf2c0784504 "CountryCode"=dword:000001f6 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Guatemala" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\503] 1460706475 -#time=1d196eb1f1fd60e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\503] 1526460547 +#time=1d3ecf2c0784d6a "CountryCode"=dword:000001f7 "InternationalRule"="0EFG" "LongDistanceRule"="" "Name"="El Salvador" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\504] 1460706475 -#time=1d196eb1f1fdce4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\504] 1526460547 +#time=1d3ecf2c078556c "CountryCode"=dword:000001f8 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Honduras" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\505] 1460706475 -#time=1d196eb1f1fea22 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\505] 1526460547 +#time=1d3ecf2c0785db4 "CountryCode"=dword:000001f9 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Nicaragua" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\506] 1460706475 -#time=1d196eb1f1ff152 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\506] 1526460547 +#time=1d3ecf2c0786598 "CountryCode"=dword:000001fa "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Costa Rica" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\507] 1460706475 -#time=1d196eb1f1ffbe8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\507] 1526460547 +#time=1d3ecf2c0786d86 "CountryCode"=dword:000001fb "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Panama" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\508] 1460706475 -#time=1d196eb1f20093a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\508] 1526460547 +#time=1d3ecf2c078756a "CountryCode"=dword:000001fc "InternationalRule"="00,EFG" "LongDistanceRule"="" "Name"="St. Pierre and Miquelon" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\509] 1460706475 -#time=1d196eb1f201a4c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\509] 1526460547 +#time=1d3ecf2c0787d44 "CountryCode"=dword:000001fd "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Haiti" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\51] 1460706475 -#time=1d196eb1f2027da +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\51] 1526460547 +#time=1d3ecf2c0788514 "CountryCode"=dword:00000033 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Peru" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\52] 1460706475 -#time=1d196eb1f20369e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\52] 1526460547 +#time=1d3ecf2c0788cee "CountryCode"=dword:00000034 "InternationalRule"="00EFG" "LongDistanceRule"=" 01FG" "Name"="Mexico" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\53] 1460706475 -#time=1d196eb1f2045da +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\53] 1526460547 +#time=1d3ecf2c07894be "CountryCode"=dword:00000035 "InternationalRule"="119EFG" "LongDistanceRule"="0FG" "Name"="Cuba" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\5399] 1460706475 -#time=1d196eb1f20530e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\5399] 1526460547 +#time=1d3ecf2c0789cb6 "CountryCode"=dword:00000035 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Guantanamo Bay" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\54] 1460706475 -#time=1d196eb1f205cb4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\54] 1526460547 +#time=1d3ecf2c078a486 "CountryCode"=dword:00000036 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Argentina" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\55] 1460706475 -#time=1d196eb1f206466 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\55] 1526460547 +#time=1d3ecf2c078ac6a "CountryCode"=dword:00000037 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Brazil" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\56] 1460706475 -#time=1d196eb1f206bdc +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\56] 1526460547 +#time=1d3ecf2c078b444 "CountryCode"=dword:00000038 "InternationalRule"="00EFG" "LongDistanceRule"="FG" "Name"="Chile" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\57] 1460706475 -#time=1d196eb1f2073de +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\57] 1526460547 +#time=1d3ecf2c078bc1e "CountryCode"=dword:00000039 "InternationalRule"="009EFG" "LongDistanceRule"="09FG" "Name"="Colombia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\58] 1460706475 -#time=1d196eb1f207c08 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\58] 1526460547 +#time=1d3ecf2c078c3f8 "CountryCode"=dword:0000003a "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Venezuela" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\590] 1460706475 -#time=1d196eb1f2083ba +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\590] 1526460547 +#time=1d3ecf2c078cbd2 "CountryCode"=dword:0000024e "InternationalRule"="00,EFG" "LongDistanceRule"="" "Name"="Guadeloupe" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\5901] 1460706475 -#time=1d196eb1f208e32 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\5901] 1526460547 +#time=1d3ecf2c078d3ac "CountryCode"=dword:0000024e "InternationalRule"="00,EFG" "LongDistanceRule"="" "Name"="French Antilles" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\591] 1460706475 -#time=1d196eb1f20951c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\591] 1526460547 +#time=1d3ecf2c078dbae "CountryCode"=dword:0000024f "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Bolivia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\592] 1460706475 -#time=1d196eb1f209bf2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\592] 1526460547 +#time=1d3ecf2c078e388 "CountryCode"=dword:00000250 "InternationalRule"="001EFG" "LongDistanceRule"="0FG" "Name"="Guyana" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\593] 1460706475 -#time=1d196eb1f20a2c8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\593] 1526460547 +#time=1d3ecf2c078eb6c "CountryCode"=dword:00000251 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Ecuador" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\594] 1460706475 -#time=1d196eb1f20a99e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\594] 1526460547 +#time=1d3ecf2c078f346 "CountryCode"=dword:00000252 "InternationalRule"="00,EFG" "LongDistanceRule"="" "Name"="French Guiana" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\595] 1460706475 -#time=1d196eb1f20b06a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\595] 1526460547 +#time=1d3ecf2c078fb16 "CountryCode"=dword:00000253 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Paraguay" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\596] 1460706475 -#time=1d196eb1f20b772 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\596] 1526460547 +#time=1d3ecf2c07902f0 "CountryCode"=dword:00000254 "InternationalRule"="00,EFG" "LongDistanceRule"="" "Name"="Martinique" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\597] 1460706475 -#time=1d196eb1f20bf38 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\597] 1526460547 +#time=1d3ecf2c0790ac0 "CountryCode"=dword:00000255 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Suriname" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\598] 1460706475 -#time=1d196eb1f20c726 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\598] 1526460547 +#time=1d3ecf2c0791290 "CountryCode"=dword:00000256 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Uruguay" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\599] 1460706475 -#time=1d196eb1f20cf1e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\599] 1526460547 +#time=1d3ecf2c0791a88 "CountryCode"=dword:00000257 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Netherlands Antilles" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\60] 1460706475 -#time=1d196eb1f20d630 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\60] 1526460547 +#time=1d3ecf2c0792276 "CountryCode"=dword:0000003c "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Malaysia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\61] 1460706475 -#time=1d196eb1f20dcfc +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\61] 1526460547 +#time=1d3ecf2c0792a50 "CountryCode"=dword:0000003d "InternationalRule"="0011EFG" "LongDistanceRule"=" 0FG" "Name"="Australia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\6101] 1460706475 -#time=1d196eb1f20e42c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\6101] 1526460547 +#time=1d3ecf2c079322a "CountryCode"=dword:0000003d "InternationalRule"="00EFG" "LongDistanceRule"=" 0FG" "Name"="Cocos-Keeling Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\62] 1460706475 -#time=1d196eb1f20eb20 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\62] 1526460547 +#time=1d3ecf2c0793a04 "CountryCode"=dword:0000003e "InternationalRule"="001EFG" "LongDistanceRule"="0FG" "Name"="Indonesia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\63] 1460706475 -#time=1d196eb1f20f200 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\63] 1526460547 +#time=1d3ecf2c07941de "CountryCode"=dword:0000003f "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Philippines" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\64] 1460706475 -#time=1d196eb1f20f8cc +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\64] 1526460547 +#time=1d3ecf2c07949c2 "CountryCode"=dword:00000040 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="New Zealand" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\65] 1460706475 -#time=1d196eb1f20ff8e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\65] 1526460547 +#time=1d3ecf2c07951ba "CountryCode"=dword:00000041 "InternationalRule"="001EFG" "LongDistanceRule"="" "Name"="Singapore" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\66] 1460706475 -#time=1d196eb1f2107cc +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\66] 1526460547 +#time=1d3ecf2c07959a8 "CountryCode"=dword:00000042 "InternationalRule"="001EFG" "LongDistanceRule"="0FG" "Name"="Thailand" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\670] 1460706475 -#time=1d196eb1f210eca +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\670] 1526460547 +#time=1d3ecf2c07964b6 "CountryCode"=dword:0000029e "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Saipan Island" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\6701] 1460706475 -#time=1d196eb1f2115b4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\6701] 1526460547 +#time=1d3ecf2c079708c "CountryCode"=dword:0000029e "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Rota Island" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\6702] 1460706475 -#time=1d196eb1f211c9e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\6702] 1526460547 +#time=1d3ecf2c0797cc6 "CountryCode"=dword:0000029e "InternationalRule"="011EFG" "LongDistanceRule"=" 1FG" "Name"="Tinian Island" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\672] 1460706475 -#time=1d196eb1f21237e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\672] 1526460547 +#time=1d3ecf2c0798694 "CountryCode"=dword:000002a0 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Christmas Island" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\6722] 1460706475 -#time=1d196eb1f212be4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\6722] 1526460547 +#time=1d3ecf2c0798eb4 "CountryCode"=dword:000002a0 "InternationalRule"="0101EFG" "LongDistanceRule"="" "Name"="Norfolk Island" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\673] 1460706475 -#time=1d196eb1f213850 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\673] 1526460547 +#time=1d3ecf2c07996b6 "CountryCode"=dword:000002a1 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Brunei" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\674] 1460706475 -#time=1d196eb1f213f4e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\674] 1526460547 +#time=1d3ecf2c0799eb8 "CountryCode"=dword:000002a2 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Nauru" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\675] 1460706475 -#time=1d196eb1f214660 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\675] 1526460547 +#time=1d3ecf2c079a6f6 "CountryCode"=dword:000002a3 "InternationalRule"="05EFG" "LongDistanceRule"="" "Name"="Papua New Guinea" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\676] 1460706475 -#time=1d196eb1f214f34 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\676] 1526460547 +#time=1d3ecf2c079aef8 "CountryCode"=dword:000002a4 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Tonga" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\677] 1460706475 -#time=1d196eb1f2158bc +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\677] 1526460547 +#time=1d3ecf2c079b704 "CountryCode"=dword:000002a5 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Solomon Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\678] 1460706475 -#time=1d196eb1f21624e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\678] 1526460547 +#time=1d3ecf2c079befc "CountryCode"=dword:000002a6 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Vanuatu" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\679] 1460706475 -#time=1d196eb1f2169f6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\679] 1526460547 +#time=1d3ecf2c079c708 "CountryCode"=dword:000002a7 "InternationalRule"="05EFG" "LongDistanceRule"="" "Name"="Fiji Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\680] 1460706475 -#time=1d196eb1f2170d6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\680] 1526460547 +#time=1d3ecf2c079cf00 "CountryCode"=dword:000002a8 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Palau" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\681] 1460706475 -#time=1d196eb1f2177d4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\681] 1526460547 +#time=1d3ecf2c079d702 "CountryCode"=dword:000002a9 "InternationalRule"="00,EFG" "LongDistanceRule"="" "Name"="Wallis and Futuna Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\682] 1460706475 -#time=1d196eb1f217ebe +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\682] 1526460547 +#time=1d3ecf2c079dee6 "CountryCode"=dword:000002aa "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Cook Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\683] 1460706475 -#time=1d196eb1f21859e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\683] 1526460547 +#time=1d3ecf2c079e6de "CountryCode"=dword:000002ab "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Niue" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\684] 1460706475 -#time=1d196eb1f218c7e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\684] 1526460547 +#time=1d3ecf2c079eec2 "CountryCode"=dword:000002ac "InternationalRule"="1EFG" "LongDistanceRule"="" "Name"="American Samoa" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\685] 1460706475 -#time=1d196eb1f2193a4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\685] 1526460547 +#time=1d3ecf2c079f69c "CountryCode"=dword:000002ad "InternationalRule"="0EFG" "LongDistanceRule"="" "Name"="Samoa" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\686] 1460706475 -#time=1d196eb1f219a98 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\686] 1526460547 +#time=1d3ecf2c079fe80 "CountryCode"=dword:000002ae "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Kiribati" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\687] 1460706475 -#time=1d196eb1f21a178 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\687] 1526460547 +#time=1d3ecf2c07a0650 "CountryCode"=dword:000002af "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="New Caledonia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\688] 1460706475 -#time=1d196eb1f21a844 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\688] 1526460547 +#time=1d3ecf2c07a0e2a "CountryCode"=dword:000002b0 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Tuvalu" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\689] 1460706475 -#time=1d196eb1f21af1a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\689] 1526460547 +#time=1d3ecf2c07a15fa "CountryCode"=dword:000002b1 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="French Polynesia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\690] 1460706475 -#time=1d196eb1f21b5f0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\690] 1526460547 +#time=1d3ecf2c07a1dde "CountryCode"=dword:000002b2 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Tokelau" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\691] 1460706475 -#time=1d196eb1f21bd02 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\691] 1526460547 +#time=1d3ecf2c07a25ea "CountryCode"=dword:000002b3 "InternationalRule"="011EFG" "LongDistanceRule"="" "Name"="Micronesia, Federated States of" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\692] 1460706475 -#time=1d196eb1f21c3e2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\692] 1526460547 +#time=1d3ecf2c07a2dba "CountryCode"=dword:000002b4 "InternationalRule"="011EFG" "LongDistanceRule"="1FG" "Name"="Marshall Islands" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\7] 1460706475 -#time=1d196eb1f21cad6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\7] 1526460547 +#time=1d3ecf2c07a35f8 "CountryCode"=dword:00000007 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Russia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\705] 1460706475 -#time=1d196eb1f21d1b6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\705] 1526460547 +#time=1d3ecf2c07a3e2c "CountryCode"=dword:00000007 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Kazakhstan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\708] 1460706475 -#time=1d196eb1f21d896 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\708] 1526460547 +#time=1d3ecf2c07a4976 "CountryCode"=dword:00000007 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Tajikistan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\800] 1460706475 -#time=1d196eb1f21df76 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\800] 1526460547 +#time=1d3ecf2c07a5196 "CountryCode"=dword:00000320 "InternationalRule"="" "LongDistanceRule"="" "Name"="International Freephone Service" "SameAreaRule"="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\81] 1460706475 -#time=1d196eb1f21e656 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\81] 1526460547 +#time=1d3ecf2c07a59ac "CountryCode"=dword:00000051 "InternationalRule"="001EFG" "LongDistanceRule"="0FG" "Name"="Japan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\82] 1460706475 -#time=1d196eb1f21ed36 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\82] 1526460547 +#time=1d3ecf2c07a61ea "CountryCode"=dword:00000052 "InternationalRule"="001EFG" "LongDistanceRule"="0FG" "Name"="Korea (Republic of)" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\84] 1460706475 -#time=1d196eb1f21f42a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\84] 1526460547 +#time=1d3ecf2c07a69e2 "CountryCode"=dword:00000054 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Vietnam" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\850] 1460706475 -#time=1d196eb1f21fb00 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\850] 1526460547 +#time=1d3ecf2c07a727a "CountryCode"=dword:00000352 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Korea (North)" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\852] 1460706475 -#time=1d196eb1f220442 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\852] 1526460547 +#time=1d3ecf2c07a7bb2 "CountryCode"=dword:00000354 "InternationalRule"="001EFG" "LongDistanceRule"="" "Name"="Hong Kong S.A.R." "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\853] 1460706475 -#time=1d196eb1f220b4a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\853] 1526460547 +#time=1d3ecf2c07a84fe "CountryCode"=dword:00000355 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Macau S.A.R." "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\855] 1460706475 -#time=1d196eb1f221234 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\855] 1526460547 +#time=1d3ecf2c07a911a "CountryCode"=dword:00000357 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Cambodia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\856] 1460706475 -#time=1d196eb1f22191e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\856] 1526460547 +#time=1d3ecf2c07aa5b0 "CountryCode"=dword:00000358 "InternationalRule"="14EFG" "LongDistanceRule"="" "Name"="Laos" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\86] 1460706475 -#time=1d196eb1f222080 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\86] 1526460547 +#time=1d3ecf2c07ab35c "CountryCode"=dword:00000056 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="China" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\870] 1460706475 -#time=1d196eb1f2227ba +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\870] 1526460547 +#time=1d3ecf2c07abc30 "CountryCode"=dword:00000366 "InternationalRule"="00EFG#" "LongDistanceRule"="00EFG#" "Name"="INMARSAT" "SameAreaRule"="00EFG#" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\871] 1460706475 -#time=1d196eb1f222f94 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\871] 1526460547 +#time=1d3ecf2c07ac4c8 "CountryCode"=dword:00000367 "InternationalRule"="00EFG#" "LongDistanceRule"="00EFG#" "Name"="INMARSAT (Atlantic-East)" "SameAreaRule"="00EFG#" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\872] 1460706475 -#time=1d196eb1f22362e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\872] 1526460547 +#time=1d3ecf2c07accac "CountryCode"=dword:00000368 "InternationalRule"="00EFG#" "LongDistanceRule"="00EFG#" "Name"="INMARSAT (Pacific)" "SameAreaRule"="00EFG#" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\873] 1460706475 -#time=1d196eb1f223e94 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\873] 1526460547 +#time=1d3ecf2c07ad4ea "CountryCode"=dword:00000369 "InternationalRule"="00EFG#" "LongDistanceRule"="00EFG#" "Name"="INMARSAT (Indian)" "SameAreaRule"="00EFG#" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\874] 1460706475 -#time=1d196eb1f224808 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\874] 1526460547 +#time=1d3ecf2c07adcf6 "CountryCode"=dword:0000036a "InternationalRule"="00EFG#" "LongDistanceRule"="00EFG#" "Name"="INMARSAT (Atlantic-West)" "SameAreaRule"="00EFG#" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\880] 1460706475 -#time=1d196eb1f225014 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\880] 1526460547 +#time=1d3ecf2c07ae502 "CountryCode"=dword:00000370 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Bangladesh" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\886] 1460706475 -#time=1d196eb1f225726 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\886] 1526460547 +#time=1d3ecf2c07aed04 "CountryCode"=dword:00000376 "InternationalRule"="002EFG" "LongDistanceRule"="0FG" "Name"="Taiwan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\90] 1460706475 -#time=1d196eb1f225de8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\90] 1526460547 +#time=1d3ecf2c07af506 "CountryCode"=dword:0000005a "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Turkey" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\91] 1460706475 -#time=1d196eb1f2264aa +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\91] 1526460547 +#time=1d3ecf2c07afcfe "CountryCode"=dword:0000005b "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="India" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\92] 1460706475 -#time=1d196eb1f226b76 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\92] 1526460547 +#time=1d3ecf2c07b04f6 "CountryCode"=dword:0000005c "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Pakistan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\93] 1460706475 -#time=1d196eb1f22726a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\93] 1526460547 +#time=1d3ecf2c07b0d02 "CountryCode"=dword:0000005d "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Afghanistan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\94] 1460706475 -#time=1d196eb1f227d6e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\94] 1526460547 +#time=1d3ecf2c07b16ee "CountryCode"=dword:0000005e "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Sri Lanka" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\95] 1460706475 -#time=1d196eb1f228444 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\95] 1526460547 +#time=1d3ecf2c07b224c "CountryCode"=dword:0000005f "InternationalRule"="0EFG" "LongDistanceRule"="" "Name"="Myanmar" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\960] 1460706475 -#time=1d196eb1f228b4c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\960] 1526460547 +#time=1d3ecf2c07b2de6 "CountryCode"=dword:000003c0 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Maldives" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\961] 1460706475 -#time=1d196eb1f22920e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\961] 1526460547 +#time=1d3ecf2c07b39f8 "CountryCode"=dword:000003c1 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Lebanon" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\962] 1460706475 -#time=1d196eb1f2298f8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\962] 1526460547 +#time=1d3ecf2c07b41f0 "CountryCode"=dword:000003c2 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Jordan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\963] 1460706475 -#time=1d196eb1f229fd8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\963] 1526460547 +#time=1d3ecf2c07b49d4 "CountryCode"=dword:000003c3 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Syria" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\964] 1460706475 -#time=1d196eb1f22a69a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\964] 1526460547 +#time=1d3ecf2c07b51ae "CountryCode"=dword:000003c4 "InternationalRule"="00EFG" "LongDistanceRule"="FG" "Name"="Iraq" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\965] 1460706475 -#time=1d196eb1f22ad7a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\965] 1526460547 +#time=1d3ecf2c07b5988 "CountryCode"=dword:000003c5 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Kuwait" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\966] 1460706475 -#time=1d196eb1f22b43c +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\966] 1526460547 +#time=1d3ecf2c07b619e "CountryCode"=dword:000003c6 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Saudi Arabia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\967] 1460706475 -#time=1d196eb1f22c116 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\967] 1526460547 +#time=1d3ecf2c07b6978 "CountryCode"=dword:000003c7 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Yemen" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\968] 1460706475 -#time=1d196eb1f22c878 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\968] 1526460547 +#time=1d3ecf2c07b7152 "CountryCode"=dword:000003c8 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Oman" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\971] 1460706475 -#time=1d196eb1f22cfa8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\971] 1526460547 +#time=1d3ecf2c07b792c "CountryCode"=dword:000003cb "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="United Arab Emirates" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\972] 1460706475 -#time=1d196eb1f22d6d8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\972] 1526460547 +#time=1d3ecf2c07b8106 "CountryCode"=dword:000003cc "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Israel" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\973] 1460706475 -#time=1d196eb1f22ddae +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\973] 1526460547 +#time=1d3ecf2c07b88e0 "CountryCode"=dword:000003cd "InternationalRule"="0EFG" "LongDistanceRule"="" "Name"="Bahrain" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\974] 1460706475 -#time=1d196eb1f22e484 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\974] 1526460547 +#time=1d3ecf2c07b90b0 "CountryCode"=dword:000003ce "InternationalRule"="0EFG" "LongDistanceRule"="" "Name"="Qatar" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\975] 1460706475 -#time=1d196eb1f22eb5a +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\975] 1526460547 +#time=1d3ecf2c07b98a8 "CountryCode"=dword:000003cf "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Bhutan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\976] 1460706475 -#time=1d196eb1f22f3c0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\976] 1526460547 +#time=1d3ecf2c07ba078 "CountryCode"=dword:000003d0 "InternationalRule"="00EFG" "LongDistanceRule"="0FG" "Name"="Mongolia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\977] 1460706475 -#time=1d196eb1f22fb18 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\977] 1526460547 +#time=1d3ecf2c07ba85c "CountryCode"=dword:000003d1 "InternationalRule"="00EFG" "LongDistanceRule"="" "Name"="Nepal" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\98] 1460706475 -#time=1d196eb1f230202 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\98] 1526460547 +#time=1d3ecf2c07bb040 "CountryCode"=dword:00000062 "InternationalRule"="00EFG" "LongDistanceRule"="FG" "Name"="Iran" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\993] 1460706475 -#time=1d196eb1f2308d8 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\993] 1526460547 +#time=1d3ecf2c07bb824 "CountryCode"=dword:000003e1 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Turkmenistan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\994] 1460706475 -#time=1d196eb1f230fa4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\994] 1526460547 +#time=1d3ecf2c07bbff4 "CountryCode"=dword:000003e2 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Azerbaijan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\995] 1460706475 -#time=1d196eb1f231666 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\995] 1526460547 +#time=1d3ecf2c07bc7d8 "CountryCode"=dword:000003e3 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Georgia" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\996] 1460706475 -#time=1d196eb1f231d1e +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\996] 1526460547 +#time=1d3ecf2c07bcfa8 "CountryCode"=dword:000003e4 "InternationalRule"="00EFG" "LongDistanceRule"="8FG" "Name"="Kyrgyzstan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\998] 1460706475 -#time=1d196eb1f2323e0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Country List\\998] 1526460547 +#time=1d3ecf2c07bd7aa "CountryCode"=dword:000003e6 "InternationalRule"="8W10EFG" "LongDistanceRule"=" 8WFG" "Name"="Uzbekistan" "SameAreaRule"="G" -[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Locations] 1460706475 -#time=1d196eb1f1b4620 +[Software\\Microsoft\\Windows\\CurrentVersion\\Telephony\\Locations] 1526460547 +#time=1d3ecf2c0737d26 -[Software\\Microsoft\\Windows\\CurrentVersion\\Time Zones] 1460706475 -#time=1d196eb1f266154 +[Software\\Microsoft\\Windows\\CurrentVersion\\Time Zones] 1526460547 +#time=1d3ecf2c07ffeca #link "SymbolicLinkValue"=hex(6):5c,00,52,00,65,00,67,00,69,00,73,00,74,00,72,00,79,\ 00,5c,00,4d,00,61,00,63,00,68,00,69,00,6e,00,65,00,5c,00,53,00,6f,00,66,00,\ @@ -67071,8 +68573,8 @@ WINE REGISTRY Version 2 00,69,00,6f,00,6e,00,5c,00,54,00,69,00,6d,00,65,00,20,00,5a,00,6f,00,6e,00,\ 65,00,73,00 -[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft .NET Framework 4 Client Profile] 1460706645 -#time=1d196eb84b7f082 +[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft .NET Framework 4 Client Profile] 1526460877 +#time=1d3ecf3850dbf5c "DisplayIcon"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Client\\DisplayIcon.ico" "DisplayName"="Microsoft .NET Framework 4 Client Profile" "DisplayVersion"="4.0.30319" @@ -67087,8 +68589,8 @@ WINE REGISTRY Version 2 "VersionMajor"="4" "VersionMinor"="0" -[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft .NET Framework 4 Extended] 1460706675 -#time=1d196eb9679f2d4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft .NET Framework 4 Extended] 1526460915 +#time=1d3ecf39badcefa "DisplayIcon"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\SetupCache\\Extended\\DisplayIcon.ico" "DisplayName"="Microsoft .NET Framework 4 Extended" "DisplayVersion"="4.0.30319" @@ -67103,12 +68605,12 @@ WINE REGISTRY Version 2 "VersionMajor"="4" "VersionMinor"="0" -[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\WIC] 1460706648 -#time=1d196eb862f18d2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\WIC] 1526460881 +#time=1d3ecf387853206 "NoRemove"=dword:00000001 -[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{0A0CADCF-78DA-33C4-A350-CD51849B9702}] 1460706678 -#time=1d196eb98307c88 +[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{0A0CADCF-78DA-33C4-A350-CD51849B9702}] 1526460915 +#time=1d3ecf39bc0794c "AuthorizedCDFPrefix"="" "Comments"="" "Contact"="" @@ -67117,9 +68619,9 @@ WINE REGISTRY Version 2 "EstimatedSize"=dword:00000000 "HelpLink"="" "HelpTelephone"="" -"InstallDate"="20160415" +"InstallDate"="20180516" "InstallLocation"="" -"InstallSource"="C:\\a4bd685e169a3a4c0f2cba36a7\\" +"InstallSource"="C:\\3e7173a9904562953235fc233832d9\\" "Language"=dword:00000000 "ModifyPath"=str(2):"MsiExec.exe /I{0A0CADCF-78DA-33C4-A350-CD51849B9702}" "Publisher"="Microsoft Corporation" @@ -67134,8 +68636,8 @@ WINE REGISTRY Version 2 "VersionMinor"=dword:00000000 "WindowsInstaller"=dword:00000001 -[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{3C3901C5-3455-3E0A-A214-0B093A5070A6}] 1460706651 -#time=1d196eb8802f2be +[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{3C3901C5-3455-3E0A-A214-0B093A5070A6}] 1526460882 +#time=1d3ecf387b371a2 "AuthorizedCDFPrefix"="" "Comments"="" "Contact"="" @@ -67144,9 +68646,9 @@ WINE REGISTRY Version 2 "EstimatedSize"=dword:00000000 "HelpLink"="" "HelpTelephone"="" -"InstallDate"="20160415" +"InstallDate"="20180516" "InstallLocation"="" -"InstallSource"="C:\\a4bd685e169a3a4c0f2cba36a7\\" +"InstallSource"="C:\\3e7173a9904562953235fc233832d9\\" "Language"=dword:00000000 "ModifyPath"=str(2):"MsiExec.exe /I{3C3901C5-3455-3E0A-A214-0B093A5070A6}" "Publisher"="Microsoft Corporation" @@ -67161,1119 +68663,652 @@ WINE REGISTRY Version 2 "VersionMinor"=dword:00000000 "WindowsInstaller"=dword:00000001 -[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{aa158245-84ee-4995-89d8-510300c231c6}] 1460706906 -#time=1d196ec1ff308a2 -"ApplicationVersion"="latest" -"Contact"="osu@ppy.sh" -"DisplayIcon"="C:\\osu!\\osu!.exe" -"DisplayName"="osu!" -"DisplayVersion"="latest" -"EstimatedSize"=dword:0001ec00 -"InstallDate"="20160415" -"NoModify"=dword:00000001 -"NoRepair"=dword:00000001 -"Publisher"="ppy Pty Ltd" -"UninstallString"="C:\\osu!\\osu!.exe -uninstall" -"URLInfoAbout"="https://osu.ppy.sh" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{D642E38E-0D24-486C-9A2D-E316DD696F4B}] 1460706605 -#time=1d196eb6c759e5c -"AuthorizedCDFPrefix"="" -"Comments"="" -"Contact"="" -"DisplayName"="Microsoft XML Parser" -"DisplayVersion"="8.70.1104.04" -"EstimatedSize"=dword:00000000 -"HelpLink"="http://www.msdn.microsoft.com/xml" -"HelpTelephone"="" -"InstallDate"="20160415" -"InstallLocation"="" -"InstallSource"="Y:\\msxml3\\" -"Language"=dword:00000409 -"ModifyPath"=str(2):"MsiExec.exe /I{D642E38E-0D24-486C-9A2D-E316DD696F4B}" -"Publisher"="Microsoft Corporation" -"ReadMe"="" -"Size"="" -"SystemComponent"=dword:00000001 -"UninstallString"=str(2):"MsiExec.exe /I{D642E38E-0D24-486C-9A2D-E316DD696F4B}" -"URLInfoAbout"="" -"URLUpdateInfo"="" -"Version"=dword:08460450 -"VersionMajor"=dword:00000008 -"VersionMinor"=dword:00000046 -"WindowsInstaller"=dword:00000001 - -[Software\\Microsoft\\Windows\\CurrentVersion\\URL\\DefaultPrefix] 1460706471 -#time=1d196eb1cf6a510 +[Software\\Microsoft\\Windows\\CurrentVersion\\URL\\DefaultPrefix] 1526460533 +#time=1d3ecf2b7cf636a @="http://" -[Software\\Microsoft\\Windows\\CurrentVersion\\URL\\Prefixes] 1460706471 -#time=1d196eb1cf6ab00 +[Software\\Microsoft\\Windows\\CurrentVersion\\URL\\Prefixes] 1526460533 +#time=1d3ecf2b7cf670c "ftp"="ftp://" "gopher"="gopher://" "home"="http://" "mosaic"="http://" "www"="http://" -[Software\\Microsoft\\Windows\\CurrentVersion\\Winlogon] 1460706475 -#time=1d196eb1f16820c +[Software\\Microsoft\\Windows\\CurrentVersion\\Winlogon] 1526460547 +#time=1d3ecf2c06f8356 -[Software\\Microsoft\\Windows\\Windows Error Reporting\\RuntimeExceptionHelperModules] 1460706645 -#time=1d196eb84c8788a +[Software\\Microsoft\\Windows\\Windows Error Reporting\\RuntimeExceptionHelperModules] 1526460877 +#time=1d3ecf38526885c "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll"=dword:00000000 -[Software\\Microsoft\\Windows NT\\CurrentVersion] 1460706645 -#time=1d196eb84c85fda +[Software\\Microsoft\\Windows Messaging Subsystem] 1526460547 +#time=1d3ecf2c070a8ee +"MAPI"="1" + +[Software\\Microsoft\\Windows NT\\CurrentVersion] 1526460956 +#time=1d3ecf3b42d7eda "CSDVersion"="Service Pack 3" "CurrentBuildNumber"="2600" "CurrentType"="Uniprocessor Free" "CurrentVersion"="5.1" "InstallDate"=dword:4be5019a "ProductId"="12345-oem-0000001-54321" -"ProductName"="Microsoft Windows XP" +"ProductName"="Microsoft Windows 7" "RegisteredOrganization"="" "RegisteredOwner"="" "SystemRoot"="C:\\windows" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 1460706475 -#time=1d196eb1f16cd3e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 1526460547 +#time=1d3ecf2c06fa8fe "Auto"="1" "Debugger"="winedbg --auto %ld %ld" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Console] 1460706475 -#time=1d196eb1f169684 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Console] 1526460547 +#time=1d3ecf2c06f8de2 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontDpi] 1460706475 -#time=1d196eb1f1698b4 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Drivers32] 1526460547 +#time=1d3ecf2c06f8ef0 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontLink\\SystemLink] 1460706468 -#time=1d196eb1b07a380 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontDpi] 1526460547 +#time=1d3ecf2c06f9008 + +[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontLink\\SystemLink] 1526460531 +#time=1d3ecf2b6a71046 "Lucida Sans Unicode"=str(7):"MSGOTHIC.TTC,MS UI Gothic\0MINGLIU.TTC,PMingLiU\0SIMSUN.TTC,SimSun\0GULIM.TTC,Gulim\0" "Microsoft Sans Serif"=str(7):"MSGOTHIC.TTC,MS UI Gothic\0MINGLIU.TTC,PMingLiU\0SIMSUN.TTC,SimSun\0GULIM.TTC,Gulim\0" "Tahoma"=str(7):"MSGOTHIC.TTC,MS UI Gothic\0MINGLIU.TTC,PMingLiU\0SIMSUN.TTC,SimSun\0GULIM.TTC,Gulim\0" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontMapper] 1460706475 -#time=1d196eb1f169c06 - -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] 1461223187 -#time=1d19b9e2f6e154a -"@AdobeFangsongStd-Regular"="Z:\\Library\\Fonts\\AdobeFangsongStd-Regular.otf" -"@AdobeFanHeitiStd-Bold"="Z:\\Library\\Fonts\\AdobeFanHeitiStd-Bold.otf" -"@AdobeGothicStd-Bold"="Z:\\Library\\Fonts\\AdobeGothicStd-Bold.otf" -"@AdobeHeitiStd-Regular"="Z:\\Library\\Fonts\\AdobeHeitiStd-Regular.otf" -"@AdobeKaitiStd-Regular"="Z:\\Library\\Fonts\\AdobeKaitiStd-Regular.otf" -"@AdobeMingStd-Light"="Z:\\Library\\Fonts\\AdobeMingStd-Light.otf" -"@AdobeMyungjoStd-Medium"="Z:\\Library\\Fonts\\AdobeMyungjoStd-Medium.otf" -"@AdobeSongStd-Light"="Z:\\Library\\Fonts\\AdobeSongStd-Light.otf" -"@Apple SD Gothic Neo Regular"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" -"@Arial Unicode MS"="Z:\\Library\\Fonts\\Arial Unicode.ttf" -"@Baoli SC Regular"="Z:\\Library\\Fonts\\Baoli.ttc" -"@Batang"="Z:\\Library\\Fonts\\Microsoft\\Batang.ttf" -"@Brush Script MT Italic"="Z:\\Library\\Fonts\\Brush Script.ttf" -"@Gulim"="Z:\\Library\\Fonts\\Microsoft\\Gulim.ttf" -"@Hannotate SC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@Hannotate SC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@Hannotate TC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@Hannotate TC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@HanWang KaiBold-Gb5"="Z:\\Users\\jamie\\Library\\Fonts\\wts11.ttf" -"@HanziPen SC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@HanziPen TC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@HanziPen TC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@Heiti SC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"@Heiti SC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"@Heiti TC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"@Heiti TC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"@Hiragino Sans GB W3"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W3.ttc" -"@Hiragino Sans GB W6"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W6.ttc" -"@Hiragino Sans W0"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" -"@Hiragino Sans W1"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" -"@Hiragino Sans W2"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" -"@Hiragino Sans W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" -"@Hiragino Sans W4"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" -"@Hiragino Sans W5"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" -"@Hiragino Sans W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" -"@Hiragino Sans W7"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" -"@Hiragino Sans W8"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" -"@Hiragino Sans W9"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" -"@HiraMaruPro-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"@HiraMaruProN-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"@HiraMinPro-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"@HiraMinPro-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"@HiraMinProN-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"@HiraMinProN-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"@Hoefler Text Ornaments"="Z:\\Library\\Fonts\\Hoefler Text Ornaments.ttf" -"@Kaiti SC Black"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti SC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti SC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti TC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti TC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Klee Demibold"="Z:\\Library\\Fonts\\Klee.ttc" -"@Klee Medium"="Z:\\Library\\Fonts\\Klee.ttc" -"@KozGoPr6N-Bold"="Z:\\Library\\Fonts\\KozGoPr6N-Bold.otf" -"@KozGoPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozGoPr6N-ExtraLight.otf" -"@KozGoPr6N-Heavy"="Z:\\Library\\Fonts\\KozGoPr6N-Heavy.otf" -"@KozGoPr6N-Light"="Z:\\Library\\Fonts\\KozGoPr6N-Light.otf" -"@KozGoPr6N-Medium"="Z:\\Library\\Fonts\\KozGoPr6N-Medium.otf" -"@KozGoPr6N-Regular"="Z:\\Library\\Fonts\\KozGoPr6N-Regular.otf" -"@KozGoPro-Bold"="Z:\\Library\\Fonts\\KozGoPro-Bold.otf" -"@KozGoPro-ExtraLight"="Z:\\Library\\Fonts\\KozGoPro-ExtraLight.otf" -"@KozGoPro-Heavy"="Z:\\Library\\Fonts\\KozGoPro-Heavy.otf" -"@KozGoPro-Light"="Z:\\Library\\Fonts\\KozGoPro-Light.otf" -"@KozGoPro-Medium"="Z:\\Library\\Fonts\\KozGoPro-Medium.otf" -"@KozGoPro-Regular"="Z:\\Library\\Fonts\\KozGoPro-Regular.otf" -"@KozMinPr6N-Bold"="Z:\\Library\\Fonts\\KozMinPr6N-Bold.otf" -"@KozMinPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozMinPr6N-ExtraLight.otf" -"@KozMinPr6N-Heavy"="Z:\\Library\\Fonts\\KozMinPr6N-Heavy.otf" -"@KozMinPr6N-Light"="Z:\\Library\\Fonts\\KozMinPr6N-Light.otf" -"@KozMinPr6N-Medium"="Z:\\Library\\Fonts\\KozMinPr6N-Medium.otf" -"@KozMinPr6N-Regular"="Z:\\Library\\Fonts\\KozMinPr6N-Regular.otf" -"@KozMinPro-Bold"="Z:\\Library\\Fonts\\KozMinPro-Bold.otf" -"@KozMinPro-ExtraLight"="Z:\\Library\\Fonts\\KozMinPro-ExtraLight.otf" -"@KozMinPro-Heavy"="Z:\\Library\\Fonts\\KozMinPro-Heavy.otf" -"@KozMinPro-Light"="Z:\\Library\\Fonts\\KozMinPro-Light.otf" -"@KozMinPro-Medium"="Z:\\Library\\Fonts\\KozMinPro-Medium.otf" -"@KozMinPro-Regular"="Z:\\Library\\Fonts\\KozMinPro-Regular.otf" -"@Lantinghei SC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei SC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei SC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei TC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei TC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei TC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Libian SC Regular"="Z:\\Library\\Fonts\\Libian.ttc" -"@Meiryo"="Z:\\Library\\Fonts\\Microsoft\\Meiryo.ttf" -"@Meiryo Bold"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold.ttf" -"@Meiryo Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold Italic.ttf" -"@Meiryo Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Italic.ttf" -"@MingLiU"="Z:\\Library\\Fonts\\Microsoft\\MingLiU.ttf" -"@MingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"@MingLiU_HKSCS"="Z:\\Library\\Fonts\\Microsoft\\mingliu_hkscs.ttf" -"@MingLiU_HKSCS-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"@MS Gothic"="Z:\\Library\\Fonts\\Microsoft\\MS Gothic.ttf" -"@MS Mincho"="Z:\\Library\\Fonts\\Microsoft\\MS Mincho.ttf" -"@MS PGothic"="Z:\\Library\\Fonts\\Microsoft\\MS PGothic.ttf" -"@MS PMincho"="Z:\\Library\\Fonts\\Microsoft\\MS PMincho.ttf" -"@Nanum Brush Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"@Nanum Pen Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"@NanumGothic"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"@NanumGothic Bold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"@NanumGothic ExtraBold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"@NanumMyeongjo"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"@NanumMyeongjoBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"@NanumMyeongjoExtraBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"@Optima ExtraBlack"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"@PingFang HK Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PMingLiU"="Z:\\Library\\Fonts\\Microsoft\\PMingLiU.ttf" -"@PMingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"@SimHei"="Z:\\Library\\Fonts\\Microsoft\\SimHei.ttf" -"@SimSun"="Z:\\Library\\Fonts\\Microsoft\\SimSun.ttf" -"@SimSun-ExtB"="Z:\\Library\\Fonts\\Microsoft\\SimSun-ExtB.ttf" -"@Songti SC Black"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti SC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti SC Light"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti SC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti TC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti TC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"@STKaiti"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@STSong"="Z:\\Library\\Fonts\\Songti.ttc" -"@Tsukushi A Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiAMaruGothic.ttc" -"@Tsukushi B Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiBMaruGothic.ttc" -"@Wawati SC Regular"="Z:\\Library\\Fonts\\WawaSC-Regular.otf" -"@Wawati TC Regular"="Z:\\Library\\Fonts\\WawaTC-Regular.otf" -"@Weibei SC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@Weibei TC Bold"="Z:\\Library\\Fonts\\WeibeiTC-Bold.otf" -"@Xingkai SC Bold"="Z:\\Library\\Fonts\\Xingkai.ttc" -"@Xingkai SC Light"="Z:\\Library\\Fonts\\Xingkai.ttc" -"@Yuanti SC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti SC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti SC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti TC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti TC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti TC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@YuGothic Bold"="Z:\\Library\\Fonts\\Yu Gothic Bold.otf" -"@YuGothic Medium"="Z:\\Library\\Fonts\\Yu Gothic Medium.otf" -"@YuMincho +36p Kana Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@YuMincho +36p Kana Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@YuMincho Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@YuMincho Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@Yuppy SC Regular"="Z:\\Library\\Fonts\\YuppySC-Regular.otf" -"@Yuppy TC Regular"="Z:\\Library\\Fonts\\YuppyTC-Regular.otf" -"Abadi MT Condensed Extra Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Abadi MT Condensed Extra Bold_1772.ttf" -"Abadi MT Condensed Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Abadi MT Condensed Light_1771.ttf" -"ACaslonPro-Bold"="Z:\\Library\\Fonts\\ACaslonPro-Bold.otf" -"ACaslonPro-BoldItalic"="Z:\\Library\\Fonts\\ACaslonPro-BoldItalic.otf" -"ACaslonPro-Italic"="Z:\\Library\\Fonts\\ACaslonPro-Italic.otf" -"ACaslonPro-Regular"="Z:\\Library\\Fonts\\ACaslonPro-Regular.otf" -"ACaslonPro-Semibold"="Z:\\Library\\Fonts\\ACaslonPro-Semibold.otf" -"ACaslonPro-SemiboldItalic"="Z:\\Library\\Fonts\\ACaslonPro-SemiboldItalic.otf" -"Adobe Gurmukhi"="Z:\\Library\\Fonts\\AdobeGurmukhi-Regular.otf" -"Adobe Gurmukhi Bold"="Z:\\Library\\Fonts\\AdobeGurmukhi-Bold.otf" -"Adobe Naskh Medium"="Z:\\Library\\Fonts\\AdobeNaskh-Medium.otf" -"AdobeArabic-Bold"="Z:\\Library\\Fonts\\AdobeArabic-Bold.otf" -"AdobeArabic-BoldItalic"="Z:\\Library\\Fonts\\AdobeArabic-BoldItalic.otf" -"AdobeArabic-Italic"="Z:\\Library\\Fonts\\AdobeArabic-Italic.otf" -"AdobeArabic-Regular"="Z:\\Library\\Fonts\\AdobeArabic-Regular.otf" -"AdobeDevanagari-Bold"="Z:\\Library\\Fonts\\AdobeDevanagari-Bold.otf" -"AdobeDevanagari-BoldItalic"="Z:\\Library\\Fonts\\AdobeDevanagari-BoldItalic.otf" -"AdobeDevanagari-Italic"="Z:\\Library\\Fonts\\AdobeDevanagari-Italic.otf" -"AdobeDevanagari-Regular"="Z:\\Library\\Fonts\\AdobeDevanagari-Regular.otf" -"AdobeFangsongStd-Regular"="Z:\\Library\\Fonts\\AdobeFangsongStd-Regular.otf" -"AdobeFanHeitiStd-Bold"="Z:\\Library\\Fonts\\AdobeFanHeitiStd-Bold.otf" -"AdobeGothicStd-Bold"="Z:\\Library\\Fonts\\AdobeGothicStd-Bold.otf" -"AdobeHebrew-Bold"="Z:\\Library\\Fonts\\AdobeHebrew-Bold.otf" -"AdobeHebrew-BoldItalic"="Z:\\Library\\Fonts\\AdobeHebrew-BoldItalic.otf" -"AdobeHebrew-Italic"="Z:\\Library\\Fonts\\AdobeHebrew-Italic.otf" -"AdobeHebrew-Regular"="Z:\\Library\\Fonts\\AdobeHebrew-Regular.otf" -"AdobeHeitiStd-Regular"="Z:\\Library\\Fonts\\AdobeHeitiStd-Regular.otf" -"AdobeKaitiStd-Regular"="Z:\\Library\\Fonts\\AdobeKaitiStd-Regular.otf" -"AdobeMingStd-Light"="Z:\\Library\\Fonts\\AdobeMingStd-Light.otf" -"AdobeMyungjoStd-Medium"="Z:\\Library\\Fonts\\AdobeMyungjoStd-Medium.otf" -"AdobeSongStd-Light"="Z:\\Library\\Fonts\\AdobeSongStd-Light.otf" -"AGaramondPro-Bold"="Z:\\Library\\Fonts\\AGaramondPro-Bold.otf" -"AGaramondPro-BoldItalic"="Z:\\Library\\Fonts\\AGaramondPro-BoldItalic.otf" -"AGaramondPro-Italic"="Z:\\Library\\Fonts\\AGaramondPro-Italic.otf" -"AGaramondPro-Regular"="Z:\\Library\\Fonts\\AGaramondPro-Regular.otf" -"Al Bayan Plain"="Z:\\Library\\Fonts\\AlBayan.ttc" -"Al Nile"="Z:\\Library\\Fonts\\Al Nile.ttc" -"Al Nile Bold"="Z:\\Library\\Fonts\\Al Nile.ttc" -"Al Tarikh Regular"="Z:\\Library\\Fonts\\Al Tarikh.ttc" -"American Typewriter"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Bold"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Condensed"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Condensed Bold"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Condensed Light"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Light"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"Andale Mono"="Z:\\Library\\Fonts\\Andale Mono.ttf" -"Andale Mono for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Andale_Mono-Powerline.ttf" -"Anonymous Pro"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro.ttf" -"Anonymous Pro Bold"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro B.ttf" -"Anonymous Pro Bold Italic"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro BI.ttf" -"Anonymous Pro Italic"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro I.ttf" -"Apple Braille"="Z:\\System\\Library\\Fonts\\Apple Braille.ttf" -"Apple Braille Outline 6 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 6 Dot.ttf" -"Apple Braille Outline 8 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 8 Dot.ttf" -"Apple Braille Pinpoint 6 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 6 Dot.ttf" -"Apple Braille Pinpoint 8 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 8 Dot.ttf" -"Apple Casual"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\AppleCasual.dfont_09a7.ttf" -"Apple Chancery"="Z:\\Library\\Fonts\\Apple Chancery.ttf" -"Apple Color Emoji"="Z:\\System\\Library\\Fonts\\Apple Color Emoji.ttf" -"Apple SD Gothic Neo Regular"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" -"Apple Symbols"="Z:\\System\\Library\\Fonts\\Apple Symbols.ttc" -"Arial"="Z:\\Library\\Fonts\\Microsoft\\Arial.ttf" -"Arial Black"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Arial Black_2f2d.ttf" -"Arial Bold"="Z:\\Library\\Fonts\\Microsoft\\Arial Bold.ttf" -"Arial Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Arial Bold Italic.ttf" -"Arial Hebrew"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" -"Arial Hebrew Bold"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" -"Arial Hebrew Light"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" -"Arial Italic"="Z:\\Library\\Fonts\\Microsoft\\Arial Italic.ttf" -"Arial Narrow"="Z:\\Library\\Fonts\\Arial Narrow.ttf" -"Arial Narrow Bold"="Z:\\Library\\Fonts\\Arial Narrow Bold.ttf" -"Arial Narrow Bold Italic"="Z:\\Library\\Fonts\\Arial Narrow Bold Italic.ttf" -"Arial Narrow Italic"="Z:\\Library\\Fonts\\Arial Narrow Italic.ttf" -"Arial Rounded MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Arial Rounded Bold_302d.ttf" -"Arial Unicode MS"="Z:\\Library\\Fonts\\Arial Unicode.ttf" -"Avenir Black"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Black Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Book"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Book Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Heavy"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Heavy Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Light"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Light Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Medium"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Medium Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Next Bold"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Condensed Bold"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Demi Bold"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Demi Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Heavy"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Heavy Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Medium"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Regular"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Demi Bold"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Demi Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Heavy"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Heavy Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Medium"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Medium Condensed Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Medium Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Regular"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Ultra Light Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Roman"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"AvenirNext-UltraLight"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Ayuthaya"="Z:\\Library\\Fonts\\Ayuthaya.ttf" -"Baghdad Regular"="Z:\\Library\\Fonts\\Baghdad.ttc" -"Bangla MN"="Z:\\Library\\Fonts\\Bangla MN.ttc" -"Bangla MN Bold"="Z:\\Library\\Fonts\\Bangla MN.ttc" -"Bangla Sangam MN"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" -"Bangla Sangam MN Bold"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" -"Baoli SC Regular"="Z:\\Library\\Fonts\\Baoli.ttc" -"Baskerville"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Bold"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Bold Italic"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Italic"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Old Face"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Baskerville Old Face_13c3.ttf" -"Baskerville SemiBold"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville SemiBold Italic"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Batang"="Z:\\Library\\Fonts\\Microsoft\\Batang.ttf" -"Bauhaus 93"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bauhaus 93_20b6.ttf" -"Beirut Regular"="Z:\\Library\\Fonts\\Beirut.ttc" -"Bell MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bell MT_13c4.ttf" -"Bell MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bell MT_13c5.ttf" -"Bell MT Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bell MT_13c6.ttf" -"BellGothicStd-Black"="Z:\\Users\\jamie\\Library\\Fonts\\BellGothicStd-Black-1.otf" -"BellGothicStd-Bold"="Z:\\Users\\jamie\\Library\\Fonts\\BELLGOTHICSTD-BOLD.OTF" -"Bernard MT Condensed"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bernard MT Condensed_1000.ttf" -"Big Caslon Medium"="Z:\\Library\\Fonts\\BigCaslon.ttf" -"BirchStd"="Z:\\Library\\Fonts\\BirchStd.otf" -"BlackoakStd"="Z:\\Library\\Fonts\\BlackoakStd.otf" -"BlairMdITC TT Medium"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\BlairMdITC TT-Medium_060f.ttf" -"Bodoni 72 Bold"="Z:\\Library\\Fonts\\Bodoni 72.ttc" -"Bodoni 72 Book"="Z:\\Library\\Fonts\\Bodoni 72.ttc" -"Bodoni 72 Book Italic"="Z:\\Library\\Fonts\\Bodoni 72.ttc" -"Bodoni 72 Oldstyle Bold"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" -"Bodoni 72 Oldstyle Book"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" -"Bodoni 72 Oldstyle Book Italic"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" -"Bodoni 72 Smallcaps Book"="Z:\\Library\\Fonts\\Bodoni 72 Smallcaps Book.ttf" -"Bodoni Ornaments"="Z:\\Library\\Fonts\\Bodoni Ornaments.ttf" -"Book Antiqua"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d2.ttf" -"Book Antiqua Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d3.ttf" -"Book Antiqua Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d5.ttf" -"Book Antiqua Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d4.ttf" -"Bookman Old Style"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_139e.ttf" -"Bookman Old Style Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_139f.ttf" -"Bookman Old Style Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_13a1.ttf" -"Bookman Old Style Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_13a0.ttf" -"Bookshelf Symbol 7"="Z:\\Library\\Fonts\\Microsoft\\Bookshelf Symbol 7.ttf" -"Bradley Hand Bold"="Z:\\Library\\Fonts\\Bradley Hand Bold.ttf" -"Braggadocio"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Braggadocio_1000.ttf" -"Bright Young Things"="Z:\\Users\\jamie\\Library\\Fonts\\Bright Young Things.ttf" -"Britannic Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Britannic Bold_13c9.ttf" -"Brush Script MT Italic"="Z:\\Library\\Fonts\\Brush Script.ttf" -"BrushScriptStd"="Z:\\Library\\Fonts\\BrushScriptStd.otf" -"Calibri"="Z:\\Library\\Fonts\\Microsoft\\Calibri.ttf" -"Calibri Bold"="Z:\\Library\\Fonts\\Microsoft\\Calibri Bold.ttf" -"Calibri Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Calibri Bold Italic.ttf" -"Calibri Italic"="Z:\\Library\\Fonts\\Microsoft\\Calibri Italic.ttf" -"Calibri Light"="Z:\\Library\\Fonts\\Microsoft\\Calibril.ttf" -"Calisto MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1000.ttf" -"Calisto MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1001.ttf" -"Calisto MT Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1003.ttf" -"Calisto MT Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1002.ttf" -"Cambria"="Z:\\Library\\Fonts\\Microsoft\\Cambria.ttf" -"Cambria Bold"="Z:\\Library\\Fonts\\Microsoft\\Cambria Bold.ttf" -"Cambria Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Cambria Bold Italic.ttf" -"Cambria Italic"="Z:\\Library\\Fonts\\Microsoft\\Cambria Italic.ttf" -"Cambria Math"="Z:\\Library\\Fonts\\Microsoft\\Cambria Math.ttf" -"Candara"="Z:\\Library\\Fonts\\Microsoft\\Candara.ttf" -"Candara Bold"="Z:\\Library\\Fonts\\Microsoft\\Candara Bold.ttf" -"Candara Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Candara Bold Italic.ttf" -"Candara Italic"="Z:\\Library\\Fonts\\Microsoft\\Candara Italic.ttf" -"Century"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century_14d7.ttf" -"Century Gothic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee4.ttf" -"Century Gothic Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee5.ttf" -"Century Gothic Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee7.ttf" -"Century Gothic Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee6.ttf" -"Century Schoolbook"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a6.ttf" -"Century Schoolbook Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a7.ttf" -"Century Schoolbook Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a9.ttf" -"Century Schoolbook Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a8.ttf" -"Chalkboard"="Z:\\Library\\Fonts\\Chalkboard.ttc" -"Chalkboard Bold"="Z:\\Library\\Fonts\\Chalkboard.ttc" -"Chalkboard SE Bold"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" -"Chalkboard SE Light"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" -"Chalkboard SE Regular"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" -"Chalkduster"="Z:\\Library\\Fonts\\Chalkduster.ttf" -"ChaparralPro-Bold"="Z:\\Library\\Fonts\\ChaparralPro-Bold.otf" -"ChaparralPro-BoldIt"="Z:\\Library\\Fonts\\ChaparralPro-BoldIt.otf" -"ChaparralPro-Italic"="Z:\\Library\\Fonts\\ChaparralPro-Italic.otf" -"ChaparralPro-LightIt"="Z:\\Library\\Fonts\\ChaparralPro-LightIt.otf" -"ChaparralPro-Regular"="Z:\\Library\\Fonts\\ChaparralPro-Regular.otf" -"CharlemagneStd-Bold"="Z:\\Library\\Fonts\\CharlemagneStd-Bold.otf" -"Cochin"="Z:\\Library\\Fonts\\Cochin.ttc" -"Cochin Bold"="Z:\\Library\\Fonts\\Cochin.ttc" -"Cochin Bold Italic"="Z:\\Library\\Fonts\\Cochin.ttc" -"Cochin Italic"="Z:\\Library\\Fonts\\Cochin.ttc" -"Colonna MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Colonna_17fc.ttf" -"Comic Sans MS"="Z:\\Library\\Fonts\\Comic Sans MS.ttf" -"Comic Sans MS Bold"="Z:\\Library\\Fonts\\Comic Sans MS Bold.ttf" -"Consolas"="Z:\\Library\\Fonts\\Microsoft\\Consolas.ttf" -"Consolas Bold"="Z:\\Library\\Fonts\\Microsoft\\Consolas Bold.ttf" -"Consolas Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Consolas Bold Italic.ttf" -"Consolas Italic"="Z:\\Library\\Fonts\\Microsoft\\Consolas Italic.ttf" -"Constantia"="Z:\\Library\\Fonts\\Microsoft\\Constantia.ttf" -"Constantia Bold"="Z:\\Library\\Fonts\\Microsoft\\Constantia Bold.ttf" -"Constantia Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Constantia Bold Italic.ttf" -"Constantia Italic"="Z:\\Library\\Fonts\\Microsoft\\Constantia Italic.ttf" -"Cooper Black"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Cooper Black_6499.ttf" -"CooperBlackStd"="Z:\\Library\\Fonts\\CooperBlackStd.otf" -"CooperBlackStd-Italic"="Z:\\Library\\Fonts\\CooperBlackStd-Italic.otf" -"Copperplate"="Z:\\Library\\Fonts\\Copperplate.ttc" -"Copperplate Bold"="Z:\\Library\\Fonts\\Copperplate.ttc" -"Copperplate Gothic Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Copperplate Gothic Bold_1776.ttf" -"Copperplate Gothic Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Copperplate Gothic Light_1777.ttf" -"Copperplate Light"="Z:\\Library\\Fonts\\Copperplate.ttc" -"Corbel"="Z:\\Library\\Fonts\\Microsoft\\Corbel.ttf" -"Corbel Bold"="Z:\\Library\\Fonts\\Microsoft\\Corbel Bold.ttf" -"Corbel Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Corbel Bold Italic.ttf" -"Corbel Italic"="Z:\\Library\\Fonts\\Microsoft\\Corbel Italic.ttf" -"Corsiva Hebrew"="Z:\\Library\\Fonts\\Corsiva.ttc" -"Corsiva Hebrew Bold"="Z:\\Library\\Fonts\\Corsiva.ttc" +[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontMapper] 1526460547 +#time=1d3ecf2c06f9224 + +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] 1528075999 +#time=1d3fba404e4e3cc +"@Apple LiSung Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f32353d902bf98577cf10705d5bea3a060a97e8a.asset\\AssetData\\AppleLiSung-Light.ttf" +"@Apple SD Gothic Neo Regular (TrueType)"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" +"@Arial Unicode MS (TrueType)"="Z:\\Library\\Fonts\\Arial Unicode.ttf" +"@Baoli SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"@Baoli TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"@Brush Script MT Italic (TrueType)"="Z:\\Library\\Fonts\\Brush Script.ttf" +"@Hannotate SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\540cea47ae7cf17ba79cc63d70905a2c386f3f62.asset\\AssetData\\Hannotate.ttc" +"@HanziPen SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\667f02f6ae86fe90ee89d0930afff409c85ad6ac.asset\\AssetData\\Hanzipen.ttc" +"@Heiti SC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"@Heiti SC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"@Heiti TC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"@Heiti TC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"@Hiragino Sans CNS W3 (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f49eecf252fb0fa3485147173cadc8dfe5f10d74.asset\\AssetData\\Hiragino_Sans_CNS.ttc" +"@Hiragino Sans GB W3 (TrueType)"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB.ttc" +"@Hiragino Sans W0 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" +"@Hiragino Sans W1 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" +"@Hiragino Sans W2 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" +"@Hiragino Sans W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" +"@Hiragino Sans W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" +"@Hiragino Sans W5 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" +"@Hiragino Sans W6 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" +"@Hiragino Sans W7 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" +"@Hiragino Sans W8 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" +"@Hiragino Sans W9 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" +"@HiraMaruPro-W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" +"@HiraMinProN-W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN.ttc" +"@Kaiti SC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti TC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Klee Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\28dbce4dbfe99634fe0c22b88873d1ed16157da2.asset\\AssetData\\Klee.ttc" +"@Lantinghei SC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei SC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei SC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei TC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei TC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei TC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Libian SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"@Libian TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"@LiHei Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e356d69f743bebacaa057d187a1c3a53b991452e.asset\\AssetData\\LiHeiPro.ttf" +"@LingWai SC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b085babea7b5ddc9ef1bf3eb5b5bd521f515024.asset\\AssetData\\LingWaiSC-Medium.otf" +"@LingWai TC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\610439a1f1ad0e3a5703b432dd5d3f7114dcd8b4.asset\\AssetData\\LingWaiTC-Medium.otf" +"@LiSong Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\83f4aa261ef8173df8211fd7057ae0df68af1d84.asset\\AssetData\\LiSongPro.ttf" +"@Nanum Brush Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"@Nanum Pen Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"@NanumGothic (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"@NanumGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"@NanumGothic ExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"@NanumMyeongjo (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"@NanumMyeongjoBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"@NanumMyeongjoExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"@PingFang HK Regular (TrueType)"="Z:\\System\\Library\\Fonts\\PingFang.ttc" +"@Songti SC Black (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti SC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti SC Light (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti SC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti TC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti TC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@STFangsong (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1eaff3ada787e1beb4a74fedfcc40df66cba7e0.asset\\AssetData\\STFANGSO.ttf" +"@STHeiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\32ee1600791572d4fc4b5664c1253d7073def14b.asset\\AssetData\\STHEITI.ttf" +"@STKaiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@STSong (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@STXihei (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\29bb0031ce330cd68c12a3f2a62d2af883efd25f.asset\\AssetData\\STXIHEI.ttf" +"@Toppan Bunkyu Gothic Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d3797dd134f5a99e36fd00365634597fe63e32d5.asset\\AssetData\\ToppanBunkyuGothicPr6N.ttc" +"@Toppan Bunkyu Mincho Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\5ef29fdde08d55779e9b6bc61cd9dd35b0bdf81c.asset\\AssetData\\ToppanBunkyuMinchoPr6N-Regular.otf" +"@Wawati SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1d3ff82458a311e54a2d1431e07a9dba18f6b33.asset\\AssetData\\WawaSC-Regular.otf" +"@Wawati TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e4b7f3aaf2e1e1a3ddc09b56de4c8fcdf8f33c41.asset\\AssetData\\WawaTC-Regular.otf" +"@Weibei SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\714b3197966fe770a7bc4f169c696ae161587834.asset\\AssetData\\WeibeiSC-Bold.otf" +"@Weibei TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d5b95291798fea1a60a37226fe357503a03f633d.asset\\AssetData\\WeibeiTC-Bold.otf" +"@Xingkai SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Xingkai SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Xingkai TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Xingkai TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Yuanti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@YuGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\9bcd44527ef393ed216f6506bddb5e950c2c752c.asset\\AssetData\\YuGothic-Bold.otf" +"@YuGothic Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d247c6fc43ef7fe005d9e59eae5ae23e7e10d4c.asset\\AssetData\\YuGothic-Medium.otf" +"@YuKyokasho Yoko Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\824f5d9316cf364d808aa8de8d698113503cc59b.asset\\AssetData\\Kyokasho.ttc" +"@YuMincho Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3062c8c32be86d60efd385f5e7021b7438f29cb0.asset\\AssetData\\YuMincho.ttc" +"@Yuppy SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\4f6414db403d33f6df5deef5eef6f91d0d57ecfc.asset\\AssetData\\YuppySC-Regular.otf" +"@Yuppy TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b4f5b00faf2d7fa028eed01f8c3d611f63bfeaa.asset\\AssetData\\YuppyTC-Regular.otf" +"Al Bayan Plain (TrueType)"="Z:\\Library\\Fonts\\AlBayan.ttc" +"Al Nile (TrueType)"="Z:\\Library\\Fonts\\Al Nile.ttc" +"Al Tarikh Regular (TrueType)"="Z:\\Library\\Fonts\\Al Tarikh.ttc" +"American Typewriter (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Bold (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Condensed (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Condensed Bold (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Condensed Light (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Light (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Semibold (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"Andale Mono (TrueType)"="Z:\\Library\\Fonts\\Andale Mono.ttf" +"Apple Braille (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille.ttf" +"Apple Braille Outline 6 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 6 Dot.ttf" +"Apple Braille Outline 8 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 8 Dot.ttf" +"Apple Braille Pinpoint 6 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 6 Dot.ttf" +"Apple Braille Pinpoint 8 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 8 Dot.ttf" +"Apple Chancery (TrueType)"="Z:\\Library\\Fonts\\Apple Chancery.ttf" +"Apple Color Emoji (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Color Emoji.ttc" +"Apple LiGothic Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\075c0b3c47fe52a074de839972a6b3c307a9aaf6.asset\\AssetData\\AppleLiGothic-Medium.ttf" +"Apple LiSung Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f32353d902bf98577cf10705d5bea3a060a97e8a.asset\\AssetData\\AppleLiSung-Light.ttf" +"Apple SD Gothic Neo Regular (TrueType)"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" +"Apple Symbols (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Symbols.ttf" +"Arial (TrueType)"="Z:\\Library\\Fonts\\Arial.ttf" +"Arial Black (TrueType)"="Z:\\Library\\Fonts\\Arial Black.ttf" +"Arial Bold (TrueType)"="Z:\\Library\\Fonts\\Arial Bold.ttf" +"Arial Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Bold Italic.ttf" +"Arial Hebrew (TrueType)"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" +"Arial Hebrew Bold (TrueType)"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" +"Arial Hebrew Light (TrueType)"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" +"Arial Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Italic.ttf" +"Arial Narrow (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow.ttf" +"Arial Narrow Bold (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow Bold.ttf" +"Arial Narrow Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow Bold Italic.ttf" +"Arial Narrow Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow Italic.ttf" +"Arial Rounded MT Bold (TrueType)"="Z:\\Library\\Fonts\\Arial Rounded Bold.ttf" +"Arial Unicode MS (TrueType)"="Z:\\Library\\Fonts\\Arial Unicode.ttf" +"Avenir Black (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Black Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Book (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Book Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Heavy (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Heavy Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Light (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Light Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Medium (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Medium Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Next Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Condensed Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Demi Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Demi Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Heavy (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Heavy Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Medium (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Demi Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Demi Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Heavy (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Heavy Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Medium (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Medium Condensed Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Medium Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Ultra Light Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Roman (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"AvenirNext-UltraLight (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Ayuthaya (TrueType)"="Z:\\Library\\Fonts\\Ayuthaya.ttf" +"Baekmuk Batang (TrueType)"="batang.ttf" +"Baekmuk Dotum (TrueType)"="dotum.ttf" +"Baekmuk Gulim (TrueType)"="gulim.ttf" +"Baekmuk Headline (TrueType)"="hline.ttf" +"Baghdad Regular (TrueType)"="Z:\\Library\\Fonts\\Baghdad.ttc" +"Bangla MN (TrueType)"="Z:\\Library\\Fonts\\Bangla MN.ttc" +"Bangla MN Bold (TrueType)"="Z:\\Library\\Fonts\\Bangla MN.ttc" +"Bangla Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" +"Bangla Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" +"Baoli SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"Baoli TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"Baskerville (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville Bold (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville Italic (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville SemiBold (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville SemiBold Italic (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Beirut Regular (TrueType)"="Z:\\Library\\Fonts\\Beirut.ttc" +"BiauKai (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\fabac6d3efdf38edffb7ac8258aade66877812d2.asset\\AssetData\\BiauKai.ttf" +"Big Caslon Medium (TrueType)"="Z:\\Library\\Fonts\\BigCaslon.ttf" +"Bodoni 72 Bold (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72.ttc" +"Bodoni 72 Book (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72.ttc" +"Bodoni 72 Book Italic (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72.ttc" +"Bodoni 72 Oldstyle Bold (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" +"Bodoni 72 Oldstyle Book (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" +"Bodoni 72 Oldstyle Book Italic (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" +"Bodoni 72 Smallcaps Book (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 Smallcaps Book.ttf" +"Bodoni Ornaments (TrueType)"="Z:\\Library\\Fonts\\Bodoni Ornaments.ttf" +"Bradley Hand Bold (TrueType)"="Z:\\Library\\Fonts\\Bradley Hand Bold.ttf" +"Brush Script MT Italic (TrueType)"="Z:\\Library\\Fonts\\Brush Script.ttf" +"Chalkboard (TrueType)"="Z:\\Library\\Fonts\\Chalkboard.ttc" +"Chalkboard Bold (TrueType)"="Z:\\Library\\Fonts\\Chalkboard.ttc" +"Chalkboard SE Bold (TrueType)"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" +"Chalkboard SE Light (TrueType)"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" +"Chalkboard SE Regular (TrueType)"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" +"Chalkduster (TrueType)"="Z:\\Library\\Fonts\\Chalkduster.ttf" +"Charter Black (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Black Italic (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Bold (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter BT Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Italic (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Roman (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Cochin (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Cochin Bold (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Cochin Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Cochin Italic (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Comic Sans MS (TrueType)"="Z:\\Library\\Fonts\\Comic Sans MS.ttf" +"Comic Sans MS Bold (TrueType)"="Z:\\Library\\Fonts\\Comic Sans MS Bold.ttf" +"Copperplate (TrueType)"="Z:\\Library\\Fonts\\Copperplate.ttc" +"Copperplate Bold (TrueType)"="Z:\\Library\\Fonts\\Copperplate.ttc" +"Copperplate Light (TrueType)"="Z:\\Library\\Fonts\\Copperplate.ttc" +"Corsiva Hebrew (TrueType)"="Z:\\Library\\Fonts\\Corsiva.ttc" +"Corsiva Hebrew Bold (TrueType)"="Z:\\Library\\Fonts\\Corsiva.ttc" "Courier"="coure.fon" -"Courier New"="Z:\\Library\\Fonts\\Courier New.ttf" -"Courier New Bold"="Z:\\Library\\Fonts\\Courier New Bold.ttf" -"Courier New Bold Italic"="Z:\\Library\\Fonts\\Courier New Bold Italic.ttf" -"Courier New Italic"="Z:\\Library\\Fonts\\Courier New Italic.ttf" -"CoventryGardenNF"="Z:\\Users\\jamie\\Library\\Fonts\\CoventryGardenNF.otf" -"Cracked"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Cracked_49c1.ttf" -"Curlz MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Curlz MT_1000.ttf" -"Damascus Regular"="Z:\\Library\\Fonts\\Damascus.ttc" -"DecoType Naskh Regular"="Z:\\Library\\Fonts\\DecoTypeNaskh.ttc" -"Desdemona"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Desdemona_1000.ttf" -"Devanagari MT"="Z:\\Library\\Fonts\\DevanagariMT.ttc" -"Devanagari MT Bold"="Z:\\Library\\Fonts\\DevanagariMT.ttc" -"Devanagari Sangam MN"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" -"Devanagari Sangam MN Bold"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" -"Didot"="Z:\\Library\\Fonts\\Didot.ttc" -"Didot Bold"="Z:\\Library\\Fonts\\Didot.ttc" -"Didot Italic"="Z:\\Library\\Fonts\\Didot.ttc" -"Diwan Kufi Regular"="Z:\\Library\\Fonts\\Diwan Kufi.ttc" -"Diwan Thuluth Regular"="Z:\\Library\\Fonts\\Diwan Thuluth.ttf" -"Edwardian Script ITC"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Edwardian Script ITC_6a9b.ttf" -"Engravers MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Engravers MT_1000.ttf" -"Engravers MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Engravers MT_1001.ttf" -"Euphemia UCAS"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" -"Euphemia UCAS Bold"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" -"Euphemia UCAS Italic"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" -"Eurostile"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Eurostile_13d3.ttf" -"Eurostile Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Eurostile_13d4.ttf" -"Farah Regular"="Z:\\Library\\Fonts\\Farah.ttc" -"Farisi Regular"="Z:\\Library\\Fonts\\Farisi.ttf" -"Footlight MT Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Footlight Light_2f8b.ttf" -"Franklin Gothic Book"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Book.ttf" -"Franklin Gothic Book Italic"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Book Italic.ttf" -"Franklin Gothic Medium"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Medium.ttf" -"Franklin Gothic Medium Italic"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Medium Italic.ttf" -"Futura Condensed ExtraBold"="Z:\\Library\\Fonts\\Futura.ttc" -"Futura Condensed Medium"="Z:\\Library\\Fonts\\Futura.ttc" -"Futura Medium"="Z:\\Library\\Fonts\\Futura.ttc" -"Futura Medium Italic"="Z:\\Library\\Fonts\\Futura.ttc" -"Gabriola"="Z:\\Library\\Fonts\\Microsoft\\Gabriola.ttf" -"Garamond"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Garamond_0598.ttf" -"Garamond Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Garamond_0599.ttf" -"Garamond Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Garamond_059a.ttf" -"GB18030 Bitmap"="Z:\\Library\\Fonts\\NISC18030.ttf" -"Geeza Pro Bold"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" -"Geeza Pro Regular"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" -"Geneva"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Geneva.dfont_4c24.ttf" -"Georgia"="Z:\\Library\\Fonts\\Georgia.ttf" -"Georgia Bold"="Z:\\Library\\Fonts\\Georgia Bold.ttf" -"Georgia Bold Italic"="Z:\\Library\\Fonts\\Georgia Bold Italic.ttf" -"Georgia Italic"="Z:\\Library\\Fonts\\Georgia Italic.ttf" -"GiddyupStd"="Z:\\Library\\Fonts\\GiddyupStd.otf" -"Gill Sans"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Bold"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Bold Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Light"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Light Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans MT"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT.ttf" -"Gill Sans MT Bold"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT Bold.ttf" -"Gill Sans MT Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT Bold Italic.ttf" -"Gill Sans MT Italic"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT Italic.ttf" -"Gill Sans SemiBold"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans SemiBold Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans UltraBold"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gloucester MT Extra Condensed"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Gloucester MT Extra Condensed_1779.ttf" -"Goudy Old Style"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Goudy Old Style_1000.ttf" -"Goudy Old Style Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Goudy Old Style_1001.ttf" -"Goudy Old Style Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Goudy Old Style_1002.ttf" -"Grinder"="Z:\\Users\\jamie\\Library\\Fonts\\Grinder.otf" -"Gujarati MT"="Z:\\Library\\Fonts\\GujaratiMT.ttc" -"Gujarati MT Bold"="Z:\\Library\\Fonts\\GujaratiMT.ttc" -"Gujarati Sangam MN"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" -"Gujarati Sangam MN Bold"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" -"Gulim"="Z:\\Library\\Fonts\\Microsoft\\Gulim.ttf" -"Gurmukhi MN"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" -"Gurmukhi MN Bold"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" -"Gurmukhi MT"="Z:\\Library\\Fonts\\Gurmukhi.ttf" -"Gurmukhi Sangam MN"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" -"Gurmukhi Sangam MN Bold"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" -"Haettenschweiler"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Haettenschweiler_0817.ttf" -"Handwriting - Dakota"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Handwriting - Dakota_2774.ttf" -"Hannotate SC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"Hannotate SC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"Hannotate TC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"Hannotate TC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"HanWang KaiBold-Gb5"="Z:\\Users\\jamie\\Library\\Fonts\\wts11.ttf" -"HanziPen SC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"HanziPen TC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"HanziPen TC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"Hargita"="Z:\\Users\\jamie\\Library\\Fonts\\Hargita.ttf" -"Harrington"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Harrington_1000.ttf" -"Heiti SC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"Heiti SC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"Heiti TC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"Heiti TC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"Helvetica"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_63fb.ttf" -"Helvetica Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_6f65.ttf" -"Helvetica Bold Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_190d.ttf" -"Helvetica Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_5767.ttf" -"Helvetica Light Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_1971.ttf" -"Helvetica Neue"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_3c55.ttf" -"Helvetica Neue Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_3747.ttf" -"Helvetica Neue Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_3258.ttf" -"Helvetica Neue Condensed Black"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_6de6.ttf" -"Helvetica Neue Condensed Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_778e.ttf" -"Helvetica Neue Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_4954.ttf" -"Helvetica Neue Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_5081.ttf" -"Helvetica Neue Light Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_34ca.ttf" -"Helvetica Neue Medium"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a2.ttf" -"Helvetica Neue Medium Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a5.ttf" -"Helvetica Neue Thin"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a3.ttf" -"Helvetica Neue Thin Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a4.ttf" -"Helvetica Neue UltraLight"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_1fae.ttf" -"Helvetica Neue UltraLight Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_606d.ttf" -"Helvetica Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_575d.ttf" -"Herculanum"="Z:\\Library\\Fonts\\Herculanum.ttf" -"HighFiveNF"="Z:\\Users\\jamie\\Library\\Fonts\\HighFiveNF.otf" -"Hiragino Sans GB W3"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W3.ttc" -"Hiragino Sans GB W6"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W6.ttc" -"Hiragino Sans W0"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" -"Hiragino Sans W1"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" -"Hiragino Sans W2"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" -"Hiragino Sans W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" -"Hiragino Sans W4"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" -"Hiragino Sans W5"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" -"Hiragino Sans W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" -"Hiragino Sans W7"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" -"Hiragino Sans W8"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" -"Hiragino Sans W9"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" -"HiraMaruPro-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"HiraMaruProN-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"HiraMinPro-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"HiraMinPro-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"HiraMinProN-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"HiraMinProN-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"HoboStd"="Z:\\Library\\Fonts\\HoboStd.otf" -"Hoefler Text"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Black"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Black Italic"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Italic"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Ornaments"="Z:\\Library\\Fonts\\Hoefler Text Ornaments.ttf" -"Impact"="Z:\\Library\\Fonts\\Impact.ttf" -"Imprint MT Shadow"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Imprint MT Shadow_1000.ttf" -"InaiMathi"="Z:\\Library\\Fonts\\InaiMathi.ttf" -"Iowan Old Style Black"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Black Italic"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Bold"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Bold Italic"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Italic"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Roman"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Titling"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"ITF Devanagari Marathi Medium"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi Light"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi-Bold"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi-Book"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi-Demi"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Bold"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Book"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Demi"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Light"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Medium"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"Kailasa Bold"="Z:\\Library\\Fonts\\Kailasa.ttc" -"Kailasa Regular"="Z:\\Library\\Fonts\\Kailasa.ttc" -"Kaiti SC Black"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti SC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti SC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti TC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti TC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kannada MN"="Z:\\Library\\Fonts\\Kannada MN.ttc" -"Kannada MN Bold"="Z:\\Library\\Fonts\\Kannada MN.ttc" -"Kannada Sangam MN"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" -"Kannada Sangam MN Bold"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" -"Kefa Bold"="Z:\\Library\\Fonts\\Kefa.ttc" -"Kefa Regular"="Z:\\Library\\Fonts\\Kefa.ttc" -"Khmer MN"="Z:\\Library\\Fonts\\Khmer MN.ttc" -"Khmer MN Bold"="Z:\\Library\\Fonts\\Khmer MN.ttc" -"Khmer Sangam MN"="Z:\\Library\\Fonts\\Khmer Sangam MN.ttf" -"Kino MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Kino_2c13.ttf" -"Klee Demibold"="Z:\\Library\\Fonts\\Klee.ttc" -"Klee Medium"="Z:\\Library\\Fonts\\Klee.ttc" -"Kohinoor Bangla"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Bold"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Light"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Medium"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Semibold"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Devanagari Bold"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Light"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Medium"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Regular"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Semibold"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Telugu"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Bold"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Light"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Medium"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Semibold"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kokonor Regular"="Z:\\Library\\Fonts\\Kokonor.ttf" -"KozGoPr6N-Bold"="Z:\\Library\\Fonts\\KozGoPr6N-Bold.otf" -"KozGoPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozGoPr6N-ExtraLight.otf" -"KozGoPr6N-Heavy"="Z:\\Library\\Fonts\\KozGoPr6N-Heavy.otf" -"KozGoPr6N-Light"="Z:\\Library\\Fonts\\KozGoPr6N-Light.otf" -"KozGoPr6N-Medium"="Z:\\Library\\Fonts\\KozGoPr6N-Medium.otf" -"KozGoPr6N-Regular"="Z:\\Library\\Fonts\\KozGoPr6N-Regular.otf" -"KozGoPro-Bold"="Z:\\Library\\Fonts\\KozGoPro-Bold.otf" -"KozGoPro-ExtraLight"="Z:\\Library\\Fonts\\KozGoPro-ExtraLight.otf" -"KozGoPro-Heavy"="Z:\\Library\\Fonts\\KozGoPro-Heavy.otf" -"KozGoPro-Light"="Z:\\Library\\Fonts\\KozGoPro-Light.otf" -"KozGoPro-Medium"="Z:\\Library\\Fonts\\KozGoPro-Medium.otf" -"KozGoPro-Regular"="Z:\\Library\\Fonts\\KozGoPro-Regular.otf" -"KozMinPr6N-Bold"="Z:\\Library\\Fonts\\KozMinPr6N-Bold.otf" -"KozMinPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozMinPr6N-ExtraLight.otf" -"KozMinPr6N-Heavy"="Z:\\Library\\Fonts\\KozMinPr6N-Heavy.otf" -"KozMinPr6N-Light"="Z:\\Library\\Fonts\\KozMinPr6N-Light.otf" -"KozMinPr6N-Medium"="Z:\\Library\\Fonts\\KozMinPr6N-Medium.otf" -"KozMinPr6N-Regular"="Z:\\Library\\Fonts\\KozMinPr6N-Regular.otf" -"KozMinPro-Bold"="Z:\\Library\\Fonts\\KozMinPro-Bold.otf" -"KozMinPro-ExtraLight"="Z:\\Library\\Fonts\\KozMinPro-ExtraLight.otf" -"KozMinPro-Heavy"="Z:\\Library\\Fonts\\KozMinPro-Heavy.otf" -"KozMinPro-Light"="Z:\\Library\\Fonts\\KozMinPro-Light.otf" -"KozMinPro-Medium"="Z:\\Library\\Fonts\\KozMinPro-Medium.otf" -"KozMinPro-Regular"="Z:\\Library\\Fonts\\KozMinPro-Regular.otf" -"Krungthep"="Z:\\Library\\Fonts\\Krungthep.ttf" -"KufiStandardGK Regular"="Z:\\Library\\Fonts\\KufiStandardGK.ttc" -"Lantinghei SC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei SC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei SC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei TC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei TC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei TC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lao MN"="Z:\\Library\\Fonts\\Lao MN.ttc" -"Lao MN Bold"="Z:\\Library\\Fonts\\Lao MN.ttc" -"Lao Sangam MN"="Z:\\Library\\Fonts\\Lao Sangam MN.ttf" -"LetterGothicStd"="Z:\\Library\\Fonts\\LetterGothicStd.otf" -"LetterGothicStd-Bold"="Z:\\Library\\Fonts\\LetterGothicStd-Bold.otf" -"LetterGothicStd-BoldSlanted"="Z:\\Library\\Fonts\\LetterGothicStd-BoldSlanted.otf" -"LetterGothicStd-Slanted"="Z:\\Library\\Fonts\\LetterGothicStd-Slanted.otf" -"Libian SC Regular"="Z:\\Library\\Fonts\\Libian.ttc" -"LithosPro-Black"="Z:\\Library\\Fonts\\LithosPro-Black.otf" -"LithosPro-Regular"="Z:\\Library\\Fonts\\LithosPro-Regular.otf" -"Lucida Blackletter"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Blackletter_1000.ttf" -"Lucida Bright"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1000.ttf" -"Lucida Bright Demibold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1001.ttf" -"Lucida Bright Demibold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1003.ttf" -"Lucida Bright Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1002.ttf" -"Lucida Calligraphy Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Calligraphy_1000.ttf" -"Lucida Console"="Z:\\Library\\Fonts\\Microsoft\\Lucida Console.ttf" -"Lucida Fax Demibold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1001.ttf" -"Lucida Fax Demibold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1003.ttf" -"Lucida Fax Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1002.ttf" -"Lucida Fax Regular"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1000.ttf" -"Lucida Grande"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" -"Lucida Grande Bold"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" -"Lucida Handwriting Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Handwriting_1000.ttf" -"Lucida Sans Demibold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1003.ttf" -"Lucida Sans Demibold Roman"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1001.ttf" -"Lucida Sans Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1002.ttf" -"Lucida Sans Regular"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1000.ttf" -"Lucida Sans Typewriter Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1001.ttf" -"Lucida Sans Typewriter Bold Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1003.ttf" -"Lucida Sans Typewriter Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1002.ttf" -"Lucida Sans Typewriter Regular"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1000.ttf" -"Lucida Sans Unicode"="Z:\\Library\\Fonts\\Microsoft\\Lucida Sans Unicode.ttf" -"Luminari"="Z:\\Library\\Fonts\\Luminari.ttf" -"Malayalam MN"="Z:\\Library\\Fonts\\Malayalam MN.ttc" -"Malayalam MN Bold"="Z:\\Library\\Fonts\\Malayalam MN.ttc" -"Malayalam Sangam MN"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" -"Malayalam Sangam MN Bold"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" -"Marker Felt Thin"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" -"Marker Felt Wide"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" -"Marlett"="Z:\\Library\\Fonts\\Microsoft\\Marlett.ttf" -"Matura MT Script Capitals"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Matura Script Capitals_3169.ttf" -"Meiryo"="Z:\\Library\\Fonts\\Microsoft\\Meiryo.ttf" -"Meiryo Bold"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold.ttf" -"Meiryo Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold Italic.ttf" -"Meiryo Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Italic.ttf" -"Menlo Bold"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Bold for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Bold for Powerline.ttf" -"Menlo Bold Italic"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Bold Italic for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Bold Italic for Powerline.ttf" -"Menlo Italic"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Italic for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Italic for Powerline.ttf" -"Menlo Regular"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Regular for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Regular for Powerline.ttf" -"MesquiteStd"="Z:\\Library\\Fonts\\MesquiteStd.otf" -"Microsoft Himalaya"="Z:\\Library\\Fonts\\Microsoft\\himalaya.ttf" -"Microsoft Sans Serif"="Z:\\Library\\Fonts\\Microsoft Sans Serif.ttf" -"Microsoft Tai Le"="Z:\\Library\\Fonts\\Microsoft\\taile.ttf" -"Microsoft Tai Le Bold"="Z:\\Library\\Fonts\\Microsoft\\TaiLeb.ttf" -"Microsoft Yi Baiti"="Z:\\Library\\Fonts\\Microsoft\\msyi.ttf" -"MingLiU"="Z:\\Library\\Fonts\\Microsoft\\MingLiU.ttf" -"MingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"MingLiU_HKSCS"="Z:\\Library\\Fonts\\Microsoft\\mingliu_hkscs.ttf" -"MingLiU_HKSCS-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"MinionPro-Bold"="Z:\\Library\\Fonts\\MinionPro-Bold.otf" -"MinionPro-BoldCn"="Z:\\Library\\Fonts\\MinionPro-BoldCn.otf" -"MinionPro-BoldCnIt"="Z:\\Library\\Fonts\\MinionPro-BoldCnIt.otf" -"MinionPro-BoldIt"="Z:\\Library\\Fonts\\MinionPro-BoldIt.otf" -"MinionPro-It"="Z:\\Library\\Fonts\\MinionPro-It.otf" -"MinionPro-Medium"="Z:\\Library\\Fonts\\MinionPro-Medium.otf" -"MinionPro-MediumIt"="Z:\\Library\\Fonts\\MinionPro-MediumIt.otf" -"MinionPro-Regular"="Z:\\Library\\Fonts\\MinionPro-Regular.otf" -"MinionPro-Semibold"="Z:\\Library\\Fonts\\MinionPro-Semibold.otf" -"MinionPro-SemiboldIt"="Z:\\Library\\Fonts\\MinionPro-SemiboldIt.otf" -"Mishafi Gold Regular"="Z:\\Library\\Fonts\\Mishafi Gold.ttf" -"Mishafi Regular"="Z:\\Library\\Fonts\\Mishafi.ttf" -"Mistral"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Mistral_48d1.ttf" -"Modern No. 20"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Modern No. 20_1000.ttf" -"Mongolian Baiti"="Z:\\Library\\Fonts\\Microsoft\\monbaiti.ttf" -"Monotype Corsiva"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Monotype Corsiva_07d6.ttf" -"Monotype Sorts"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Monotype Sorts_4365.ttf" -"MS Gothic"="Z:\\Library\\Fonts\\Microsoft\\MS Gothic.ttf" -"MS Mincho"="Z:\\Library\\Fonts\\Microsoft\\MS Mincho.ttf" -"MS PGothic"="Z:\\Library\\Fonts\\Microsoft\\MS PGothic.ttf" -"MS PMincho"="Z:\\Library\\Fonts\\Microsoft\\MS PMincho.ttf" -"MS Reference Sans Serif"="Z:\\Library\\Fonts\\Microsoft\\MS Reference Sans Serif.ttf" -"MS Reference Specialty"="Z:\\Library\\Fonts\\Microsoft\\MS Reference Specialty.ttf" +"Courier New (TrueType)"="Z:\\Library\\Fonts\\Courier New.ttf" +"Courier New Bold (TrueType)"="Z:\\Library\\Fonts\\Courier New Bold.ttf" +"Courier New Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Courier New Bold Italic.ttf" +"Courier New Italic (TrueType)"="Z:\\Library\\Fonts\\Courier New Italic.ttf" +"Damascus Regular (TrueType)"="Z:\\Library\\Fonts\\Damascus.ttc" +"DecoType Naskh Regular (TrueType)"="Z:\\Library\\Fonts\\DecoTypeNaskh.ttc" +"Devanagari MT (TrueType)"="Z:\\Library\\Fonts\\DevanagariMT.ttc" +"Devanagari MT Bold (TrueType)"="Z:\\Library\\Fonts\\DevanagariMT.ttc" +"Devanagari Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" +"Devanagari Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" +"Didot (TrueType)"="Z:\\Library\\Fonts\\Didot.ttc" +"Didot Bold (TrueType)"="Z:\\Library\\Fonts\\Didot.ttc" +"Didot Italic (TrueType)"="Z:\\Library\\Fonts\\Didot.ttc" +"DIN Alternate Bold (TrueType)"="Z:\\Library\\Fonts\\DIN Alternate Bold.ttf" +"DIN Condensed Bold (TrueType)"="Z:\\Library\\Fonts\\DIN Condensed Bold.ttf" +"Diwan Kufi Regular (TrueType)"="Z:\\Library\\Fonts\\Diwan Kufi.ttc" +"Diwan Thuluth Regular (TrueType)"="Z:\\Library\\Fonts\\Diwan Thuluth.ttf" +"Euphemia UCAS (TrueType)"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" +"Euphemia UCAS Bold (TrueType)"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" +"Euphemia UCAS Italic (TrueType)"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" +"Farah Regular (TrueType)"="Z:\\Library\\Fonts\\Farah.ttc" +"Farisi Regular (TrueType)"="Z:\\Library\\Fonts\\Farisi.ttf" +"Futura Bold (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Condensed ExtraBold (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Condensed Medium (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Medium (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Medium Italic (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Geeza Pro Bold (TrueType)"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" +"Geeza Pro Regular (TrueType)"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" +"Geneva (TrueType)"="Z:\\Users\\Michael\\Library\\Caches\\Wine\\Fonts\\Geneva.dfont_4c24.ttf" +"Georgia (TrueType)"="Z:\\Library\\Fonts\\Georgia.ttf" +"Georgia Bold (TrueType)"="Z:\\Library\\Fonts\\Georgia Bold.ttf" +"Georgia Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Georgia Bold Italic.ttf" +"Georgia Italic (TrueType)"="Z:\\Library\\Fonts\\Georgia Italic.ttf" +"Gill Sans (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Bold (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Bold Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Light (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Light Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans SemiBold (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans SemiBold Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans UltraBold (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gujarati MT (TrueType)"="Z:\\Library\\Fonts\\GujaratiMT.ttc" +"Gujarati MT Bold (TrueType)"="Z:\\Library\\Fonts\\GujaratiMT.ttc" +"Gujarati Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" +"Gujarati Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" +"Gurmukhi MN (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" +"Gurmukhi MN Bold (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" +"Gurmukhi MT (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi.ttf" +"Gurmukhi Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" +"Gurmukhi Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" +"Hannotate SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\540cea47ae7cf17ba79cc63d70905a2c386f3f62.asset\\AssetData\\Hannotate.ttc" +"HanziPen SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\667f02f6ae86fe90ee89d0930afff409c85ad6ac.asset\\AssetData\\Hanzipen.ttc" +"HeadLineA Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\078041bff9ea09f3b7413c08175fda5b3560528f.asset\\AssetData\\HeadlineA.ttf" +"Heiti SC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"Heiti SC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"Heiti TC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"Heiti TC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"Helvetica (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Bold Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Light (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Light Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Neue (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Bold (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Condensed Black (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Condensed Bold (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Light (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Light Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Medium (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Medium Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Thin (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Thin Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue UltraLight (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue UltraLight Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Herculanum (TrueType)"="Z:\\Library\\Fonts\\Herculanum.ttf" +"Hiragino Sans CNS W3 (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f49eecf252fb0fa3485147173cadc8dfe5f10d74.asset\\AssetData\\Hiragino_Sans_CNS.ttc" +"Hiragino Sans GB W3 (TrueType)"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB.ttc" +"Hiragino Sans W0 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" +"Hiragino Sans W1 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" +"Hiragino Sans W2 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" +"Hiragino Sans W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" +"Hiragino Sans W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" +"Hiragino Sans W5 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" +"Hiragino Sans W6 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" +"Hiragino Sans W7 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" +"Hiragino Sans W8 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" +"Hiragino Sans W9 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" +"HiraMaruPro-W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" +"HiraMinProN-W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN.ttc" +"Hoefler Text (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Black (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Black Italic (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Italic (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Ornaments (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text Ornaments.ttf" +"Impact (TrueType)"="Z:\\Library\\Fonts\\Impact.ttf" +"InaiMathi (TrueType)"="Z:\\Library\\Fonts\\InaiMathi-MN.ttc" +"InaiMathi Bold (TrueType)"="Z:\\Library\\Fonts\\InaiMathi-MN.ttc" +"ITFDevanagari-Book (TrueType)"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" +"Kailasa Bold (TrueType)"="Z:\\Library\\Fonts\\Kailasa.ttc" +"Kailasa Regular (TrueType)"="Z:\\Library\\Fonts\\Kailasa.ttc" +"Kaiti SC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti TC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kannada MN (TrueType)"="Z:\\Library\\Fonts\\Kannada MN.ttc" +"Kannada MN Bold (TrueType)"="Z:\\Library\\Fonts\\Kannada MN.ttc" +"Kannada Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" +"Kannada Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" +"Kefa Bold (TrueType)"="Z:\\Library\\Fonts\\Kefa.ttc" +"Kefa Regular (TrueType)"="Z:\\Library\\Fonts\\Kefa.ttc" +"Khmer MN (TrueType)"="Z:\\Library\\Fonts\\Khmer MN.ttc" +"Khmer MN Bold (TrueType)"="Z:\\Library\\Fonts\\Khmer MN.ttc" +"Khmer Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Khmer Sangam MN.ttf" +"Klee Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\28dbce4dbfe99634fe0c22b88873d1ed16157da2.asset\\AssetData\\Klee.ttc" +"Kohinoor Bangla (TrueType)"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" +"Kohinoor Devanagari Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" +"Kohinoor Telugu (TrueType)"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" +"Kokonor Regular (TrueType)"="Z:\\Library\\Fonts\\Kokonor.ttf" +"Krungthep (TrueType)"="Z:\\Library\\Fonts\\Krungthep.ttf" +"KufiStandardGK Regular (TrueType)"="Z:\\Library\\Fonts\\KufiStandardGK.ttc" +"Lantinghei SC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei SC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei SC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei TC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei TC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei TC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lao MN (TrueType)"="Z:\\Library\\Fonts\\Lao MN.ttc" +"Lao MN Bold (TrueType)"="Z:\\Library\\Fonts\\Lao MN.ttc" +"Lao Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Lao Sangam MN.ttf" +"Libian SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"Libian TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"LiHei Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e356d69f743bebacaa057d187a1c3a53b991452e.asset\\AssetData\\LiHeiPro.ttf" +"LingWai SC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b085babea7b5ddc9ef1bf3eb5b5bd521f515024.asset\\AssetData\\LingWaiSC-Medium.otf" +"LingWai TC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\610439a1f1ad0e3a5703b432dd5d3f7114dcd8b4.asset\\AssetData\\LingWaiTC-Medium.otf" +"LiSong Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\83f4aa261ef8173df8211fd7057ae0df68af1d84.asset\\AssetData\\LiSongPro.ttf" +"Lucida Grande (TrueType)"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" +"Lucida Grande Bold (TrueType)"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" +"Luminari (TrueType)"="Z:\\Library\\Fonts\\Luminari.ttf" +"Malayalam MN (TrueType)"="Z:\\Library\\Fonts\\Malayalam MN.ttc" +"Malayalam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Malayalam MN.ttc" +"Malayalam Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" +"Malayalam Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" +"Marker Felt Thin (TrueType)"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" +"Marker Felt Wide (TrueType)"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" +"Marlett (TrueType)"="Z:\\Users\\Michael\\git\\osu-for-Mac-Stable-Latest\\osu!.app\\Contents\\Frameworks\\wswine.bundle\\lib\\..\\bin\\..\\share\\wine\\fonts\\marlett.ttf" +"Menlo Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Menlo Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Menlo Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Menlo Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Microsoft Sans Serif (TrueType)"="Z:\\Library\\Fonts\\Microsoft Sans Serif.ttf" +"Mishafi Gold Regular (TrueType)"="Z:\\Library\\Fonts\\Mishafi Gold.ttf" +"Mishafi Regular (TrueType)"="Z:\\Library\\Fonts\\Mishafi.ttf" +"Monaco (TrueType)"="Z:\\Users\\Michael\\Library\\Caches\\Wine\\Fonts\\Monaco.dfont_30b4.ttf" "MS Sans Serif"="sserife.fon" "MS Serif"="serife.fon" -"Mshtakan"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"Mshtakan Bold"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"Mshtakan BoldOblique"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"Mshtakan Oblique"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"MT Extra"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\MT Extra_05e8.ttf" -"Muna Regular"="Z:\\Library\\Fonts\\Muna.ttc" -"Myanmar MN"="Z:\\Library\\Fonts\\Myanmar MN.ttc" -"Myanmar MN Bold"="Z:\\Library\\Fonts\\Myanmar MN.ttc" -"Myanmar Sangam MN"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" -"Myanmar Sangam MN Bold"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" -"Myriad Arabic"="Z:\\Library\\Fonts\\MyriadArabic-Regular.otf" -"Myriad Arabic Bold"="Z:\\Library\\Fonts\\MyriadArabic-Bold.otf" -"Myriad Arabic Bold Italic"="Z:\\Library\\Fonts\\MyriadArabic-BoldIt.otf" -"Myriad Arabic Italic"="Z:\\Library\\Fonts\\MyriadArabic-It.otf" -"Myriad Hebrew"="Z:\\Library\\Fonts\\MyriadHebrew-Regular.otf" -"Myriad Hebrew Bold"="Z:\\Library\\Fonts\\MyriadHebrew-Bold.otf" -"Myriad Hebrew Bold Italic"="Z:\\Library\\Fonts\\MyriadHebrew-BoldIt.otf" -"Myriad Hebrew Italic"="Z:\\Library\\Fonts\\MyriadHebrew-It.otf" -"MyriadPro-Bold"="Z:\\Library\\Fonts\\MyriadPro-Bold.otf" -"MyriadPro-BoldCond"="Z:\\Library\\Fonts\\MyriadPro-BoldCond.otf" -"MyriadPro-BoldCondIt"="Z:\\Library\\Fonts\\MyriadPro-BoldCondIt.otf" -"MyriadPro-BoldIt"="Z:\\Library\\Fonts\\MyriadPro-BoldIt.otf" -"MyriadPro-Cond"="Z:\\Library\\Fonts\\MyriadPro-Cond.otf" -"MyriadPro-CondIt"="Z:\\Library\\Fonts\\MyriadPro-CondIt.otf" -"MyriadPro-It"="Z:\\Library\\Fonts\\MyriadPro-It.otf" -"MyriadPro-Regular"="Z:\\Library\\Fonts\\MyriadPro-Regular.otf" -"MyriadPro-Semibold"="Z:\\Library\\Fonts\\MyriadPro-Semibold.otf" -"MyriadPro-SemiboldIt"="Z:\\Library\\Fonts\\MyriadPro-SemiboldIt.otf" -"Nadeem Regular"="Z:\\Library\\Fonts\\Nadeem.ttc" -"Nanum Brush Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"Nanum Pen Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"NanumGothic"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"NanumGothic Bold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"NanumGothic ExtraBold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"NanumMyeongjo"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"NanumMyeongjoBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"NanumMyeongjoExtraBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"Naughty Nights"="Z:\\Users\\jamie\\Library\\Fonts\\Naughty Nights.ttf" -"New Peninim MT"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"New Peninim MT Bold"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"New Peninim MT Bold Inclined"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"New Peninim MT Inclined"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"News Gothic MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\News Gothic MT_1000.ttf" -"News Gothic MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\News Gothic MT_1001.ttf" -"News Gothic MT Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\News Gothic MT_1002.ttf" -"Noteworthy Bold"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" -"Noteworthy Light"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" -"NuevaStd-Bold"="Z:\\Library\\Fonts\\NuevaStd-Bold.otf" -"NuevaStd-BoldCond"="Z:\\Library\\Fonts\\NuevaStd-BoldCond.otf" -"NuevaStd-BoldCondItalic"="Z:\\Library\\Fonts\\NuevaStd-BoldCondItalic.otf" -"NuevaStd-Cond"="Z:\\Library\\Fonts\\NuevaStd-Cond.otf" -"NuevaStd-CondItalic"="Z:\\Library\\Fonts\\NuevaStd-CondItalic.otf" -"NuevaStd-Italic"="Z:\\Library\\Fonts\\NuevaStd-Italic.otf" -"OCRAStd"="Z:\\Library\\Fonts\\OCRAStd.otf" -"Onyx"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Onyx_13e2.ttf" -"Optima Bold"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima Bold Italic"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima ExtraBlack"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima Italic"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima Regular"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"OratorStd"="Z:\\Library\\Fonts\\OratorStd.otf" -"OratorStd-Slanted"="Z:\\Library\\Fonts\\OratorStd-Slanted.otf" -"Oriya MN"="Z:\\Library\\Fonts\\Oriya MN.ttc" -"Oriya MN Bold"="Z:\\Library\\Fonts\\Oriya MN.ttc" -"Oriya Sangam MN"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" -"Oriya Sangam MN Bold"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" -"Osaka"="Z:\\Library\\Fonts\\Osaka.ttf" -"Osaka-Mono"="Z:\\Library\\Fonts\\OsakaMono.ttf" -"Palatino"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Bold"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Bold Italic"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Italic"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Linotype"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype.ttf" -"Palatino Linotype Bold"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype Bold.ttf" -"Palatino Linotype Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype Bold Italic.ttf" -"Palatino Linotype Italic"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype Italic.ttf" -"Papyrus"="Z:\\Library\\Fonts\\Papyrus.ttc" -"Papyrus Condensed"="Z:\\Library\\Fonts\\Papyrus.ttc" -"Perisphere"="Z:\\Users\\jamie\\Library\\Fonts\\Perisphere.otf" -"Perpetua"="Z:\\Library\\Fonts\\Microsoft\\Perpetua.ttf" -"Perpetua Bold"="Z:\\Library\\Fonts\\Microsoft\\Perpetua Bold.ttf" -"Perpetua Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Perpetua Bold Italic.ttf" -"Perpetua Italic"="Z:\\Library\\Fonts\\Microsoft\\Perpetua Italic.ttf" -"Perpetua Titling MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Perpetua Titling MT_1001.ttf" -"Perpetua Titling MT Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Perpetua Titling MT_1000.ttf" -"Phosphate Inline"="Z:\\Library\\Fonts\\Phosphate.ttc" -"Phosphate Solid"="Z:\\Library\\Fonts\\Phosphate.ttc" -"PingFang HK Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"Plantagenet Cherokee"="Z:\\Library\\Fonts\\PlantagenetCherokee.ttf" -"Playbill"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Playbill_13e5.ttf" -"PMingLiU"="Z:\\Library\\Fonts\\Microsoft\\PMingLiU.ttf" -"PMingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"PoplarStd"="Z:\\Library\\Fonts\\PoplarStd.otf" -"PortagoITC TT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\PortagoITC TT_05e2.ttf" -"Poseidon AOE"="Z:\\Users\\jamie\\Library\\Fonts\\PoseiAOE.ttf" -"PrestigeEliteStd-Bd"="Z:\\Library\\Fonts\\PrestigeEliteStd-Bd.otf" -"ProFont"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\ProFont_0b89.ttf" -"PT Mono"="Z:\\Library\\Fonts\\PTMono.ttc" -"PT Mono Bold"="Z:\\Library\\Fonts\\PTMono.ttc" -"PT Sans"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Bold"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Bold Italic"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Caption"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Caption Bold"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Italic"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Narrow"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Narrow Bold"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Serif"="Z:\\Library\\Fonts\\PTSerif.ttc" -"PT Serif Bold"="Z:\\Library\\Fonts\\PTSerif.ttc" -"PT Serif Bold Italic"="Z:\\Library\\Fonts\\PTSerif.ttc" -"PT Serif Caption"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" -"PT Serif Caption Italic"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" -"PT Serif Italic"="Z:\\Library\\Fonts\\PTSerif.ttc" -"Qubix"="Z:\\Users\\jamie\\Library\\Fonts\\Qubix.ttf" -"Raanana"="Z:\\Library\\Fonts\\Raanana.ttc" -"Raanana Bold"="Z:\\Library\\Fonts\\Raanana.ttc" -"Rockwell"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1000.ttf" -"Rockwell Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1001.ttf" -"Rockwell Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1003.ttf" -"Rockwell Extra Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell Extra Bold_1000.ttf" -"Rockwell Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1002.ttf" -"RosewoodStd-Regular"="Z:\\Library\\Fonts\\RosewoodStd-Regular.otf" -"Sana Regular"="Z:\\Library\\Fonts\\Sana.ttc" -"Sathu"="Z:\\Library\\Fonts\\Sathu.ttf" -"Savoye LET Plain:1.0"="Z:\\Library\\Fonts\\Savoye LET.ttc" -"Shree Devanagari 714"="Z:\\Library\\Fonts\\Shree714.ttc" -"Shree Devanagari 714 Bold"="Z:\\Library\\Fonts\\Shree714.ttc" -"Shree Devanagari 714 Bold Italic"="Z:\\Library\\Fonts\\Shree714.ttc" -"Shree Devanagari 714 Italic"="Z:\\Library\\Fonts\\Shree714.ttc" -"SignPainter-HouseScript"="Z:\\Library\\Fonts\\SignPainter.otf" -"Silom"="Z:\\Library\\Fonts\\Silom.ttf" -"SimHei"="Z:\\Library\\Fonts\\Microsoft\\SimHei.ttf" -"SimSun"="Z:\\Library\\Fonts\\Microsoft\\SimSun.ttf" -"SimSun-ExtB"="Z:\\Library\\Fonts\\Microsoft\\SimSun-ExtB.ttf" -"Sinhala MN"="Z:\\Library\\Fonts\\Sinhala MN.ttc" -"Sinhala MN Bold"="Z:\\Library\\Fonts\\Sinhala MN.ttc" -"Sinhala Sangam MN"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" -"Sinhala Sangam MN Bold"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" -"Skia"="Z:\\Library\\Fonts\\Skia.ttf" +"Mshtakan (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Mshtakan Bold (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Mshtakan BoldOblique (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Mshtakan Oblique (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Muna Regular (TrueType)"="Z:\\Library\\Fonts\\Muna.ttc" +"Myanmar MN (TrueType)"="Z:\\Library\\Fonts\\Myanmar MN.ttc" +"Myanmar MN Bold (TrueType)"="Z:\\Library\\Fonts\\Myanmar MN.ttc" +"Myanmar Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" +"Myanmar Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" +"Nadeem Regular (TrueType)"="Z:\\Library\\Fonts\\Nadeem.ttc" +"Nanum Brush Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"Nanum Pen Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"NanumGothic (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"NanumGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"NanumGothic ExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"NanumMyeongjo (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"NanumMyeongjoBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"NanumMyeongjoExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"New Peninim MT (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"New Peninim MT Bold (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"New Peninim MT Bold Inclined (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"New Peninim MT Inclined (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"Noteworthy Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" +"Noteworthy Light (TrueType)"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" +"Noto Nastaliq Urdu (TrueType)"="Z:\\System\\Library\\Fonts\\NotoNastaliq.ttc" +"Optima Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima ExtraBlack (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Oriya MN (TrueType)"="Z:\\Library\\Fonts\\Oriya MN.ttc" +"Oriya MN Bold (TrueType)"="Z:\\Library\\Fonts\\Oriya MN.ttc" +"Oriya Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" +"Oriya Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" +"Osaka (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7a32c3f1f36f55f37a6bf046adcc78bc4691411a.asset\\AssetData\\Osaka.ttf" +"Osaka-Mono (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d1d3b26617ad607c3baebd7050891cadc569262d.asset\\AssetData\\OsakaMono.ttf" +"Palatino (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Palatino Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Palatino Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Palatino Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Papyrus (TrueType)"="Z:\\Library\\Fonts\\Papyrus.ttc" +"Papyrus Condensed (TrueType)"="Z:\\Library\\Fonts\\Papyrus.ttc" +"PCMyungjo Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\1b04347aea86db61c58452fb00c7508b2d8bfb6c.asset\\AssetData\\PCmyoungjo.ttf" +"Phosphate Inline (TrueType)"="Z:\\Library\\Fonts\\Phosphate.ttc" +"Phosphate Solid (TrueType)"="Z:\\Library\\Fonts\\Phosphate.ttc" +"PilGi Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\a56911d28567085707fc090a36a44fd927d3984c.asset\\AssetData\\Pilgiche.ttf" +"PingFang HK Regular (TrueType)"="Z:\\System\\Library\\Fonts\\PingFang.ttc" +"Plantagenet Cherokee (TrueType)"="Z:\\Library\\Fonts\\PlantagenetCherokee.ttf" +"PT Mono (TrueType)"="Z:\\Library\\Fonts\\PTMono.ttc" +"PT Mono Bold (TrueType)"="Z:\\Library\\Fonts\\PTMono.ttc" +"PT Sans (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Bold (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Bold Italic (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Caption (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Caption Bold (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Italic (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Narrow (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Narrow Bold (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Serif (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"PT Serif Bold (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"PT Serif Bold Italic (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"PT Serif Caption (TrueType)"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" +"PT Serif Caption Italic (TrueType)"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" +"PT Serif Italic (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"Raanana (TrueType)"="Z:\\Library\\Fonts\\Raanana.ttc" +"Raanana Bold (TrueType)"="Z:\\Library\\Fonts\\Raanana.ttc" +"Rockwell (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Rockwell Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Rockwell Italic (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Rockwell-Bold (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Sana Regular (TrueType)"="Z:\\Library\\Fonts\\Sana.ttc" +"Sathu (TrueType)"="Z:\\Library\\Fonts\\Sathu.ttf" +"Savoye LET Plain:1.0 (TrueType)"="Z:\\Library\\Fonts\\Savoye LET.ttc" +"Shree Devanagari 714 (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"Shree Devanagari 714 Bold (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"Shree Devanagari 714 Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"Shree Devanagari 714 Italic (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"SignPainter-HouseScript (TrueType)"="Z:\\Library\\Fonts\\SignPainter.ttc" +"Silom (TrueType)"="Z:\\Library\\Fonts\\Silom.ttf" +"Sinhala MN (TrueType)"="Z:\\Library\\Fonts\\Sinhala MN.ttc" +"Sinhala MN Bold (TrueType)"="Z:\\Library\\Fonts\\Sinhala MN.ttc" +"Sinhala Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" +"Sinhala Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" +"Skia (TrueType)"="Z:\\Library\\Fonts\\Skia.ttf" "Small Fonts"="smalle.fon" -"Snell Roundhand"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" -"Snell Roundhand Black"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" -"Snell Roundhand Bold"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" -"Songti SC Black"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti SC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti SC Light"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti SC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti TC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti TC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"Source Code Pro"="Z:\\Users\\jamie\\Library\\Fonts\\SourceCodePro-Regular.otf" -"Source Code Pro Black for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Black for Powerline.otf" -"Source Code Pro Bold"="Z:\\Users\\jamie\\Library\\Fonts\\SourceCodePro-Bold.otf" -"Source Code Pro Bold for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Bold for Powerline.otf" -"Source Code Pro ExtraLight for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro ExtraLight for Powerline.otf" -"Source Code Pro for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Regular for Powerline.otf" -"Source Code Pro Light for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Light for Powerline.otf" -"Source Code Pro Medium"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Medium for Powerline.otf" -"Source Code Pro Semibold for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Semibold for Powerline.otf" -"Source Sans Pro"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Regular.otf" -"Source Sans Pro Black"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Black.otf" -"Source Sans Pro Black Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-BlackIt.otf" -"Source Sans Pro Bold"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Bold.otf" -"Source Sans Pro Bold Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-BoldIt.otf" -"Source Sans Pro ExtraLight"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-ExtraLight.otf" -"Source Sans Pro ExtraLight Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-ExtraLightIt.otf" -"Source Sans Pro Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-It.otf" -"Source Sans Pro Light"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Light.otf" -"Source Sans Pro Light Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-LightIt.otf" -"Source Sans Pro Semibold"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Semibold.otf" -"Source Sans Pro Semibold Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-SemiboldIt.otf" -"Stencil"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Stencil_2a15.ttf" -"StencilStd"="Z:\\Library\\Fonts\\StencilStd.otf" -"STIXGeneral-Bold"="Z:\\Library\\Fonts\\STIXGeneralBol.otf" -"STIXGeneral-BoldItalic"="Z:\\Library\\Fonts\\STIXGeneralBolIta.otf" -"STIXGeneral-Italic"="Z:\\Library\\Fonts\\STIXGeneralItalic.otf" -"STIXGeneral-Regular"="Z:\\Library\\Fonts\\STIXGeneral.otf" -"STIXIntegralsD-Bold"="Z:\\Library\\Fonts\\STIXIntDBol.otf" -"STIXIntegralsD-Regular"="Z:\\Library\\Fonts\\STIXIntDReg.otf" -"STIXIntegralsSm-Bold"="Z:\\Library\\Fonts\\STIXIntSmBol.otf" -"STIXIntegralsSm-Regular"="Z:\\Library\\Fonts\\STIXIntSmReg.otf" -"STIXIntegralsUp-Bold"="Z:\\Library\\Fonts\\STIXIntUpBol.otf" -"STIXIntegralsUp-Regular"="Z:\\Library\\Fonts\\STIXIntUpReg.otf" -"STIXIntegralsUpD-Bold"="Z:\\Library\\Fonts\\STIXIntUpDBol.otf" -"STIXIntegralsUpD-Regular"="Z:\\Library\\Fonts\\STIXIntUpDReg.otf" -"STIXIntegralsUpSm-Bold"="Z:\\Library\\Fonts\\STIXIntUpSmBol.otf" -"STIXIntegralsUpSm-Regular"="Z:\\Library\\Fonts\\STIXIntUpSmReg.otf" -"STIXNonUnicode-Bold"="Z:\\Library\\Fonts\\STIXNonUniBol.otf" -"STIXNonUnicode-BoldItalic"="Z:\\Library\\Fonts\\STIXNonUniBolIta.otf" -"STIXNonUnicode-Italic"="Z:\\Library\\Fonts\\STIXNonUniIta.otf" -"STIXNonUnicode-Regular"="Z:\\Library\\Fonts\\STIXNonUni.otf" -"STIXSizeFiveSym-Regular"="Z:\\Library\\Fonts\\STIXSizFiveSymReg.otf" -"STIXSizeFourSym-Bold"="Z:\\Library\\Fonts\\STIXSizFourSymBol.otf" -"STIXSizeFourSym-Regular"="Z:\\Library\\Fonts\\STIXSizFourSymReg.otf" -"STIXSizeOneSym-Bold"="Z:\\Library\\Fonts\\STIXSizOneSymBol.otf" -"STIXSizeOneSym-Regular"="Z:\\Library\\Fonts\\STIXSizOneSymReg.otf" -"STIXSizeThreeSym-Bold"="Z:\\Library\\Fonts\\STIXSizThreeSymBol.otf" -"STIXSizeThreeSym-Regular"="Z:\\Library\\Fonts\\STIXSizThreeSymReg.otf" -"STIXSizeTwoSym-Bold"="Z:\\Library\\Fonts\\STIXSizTwoSymBol.otf" -"STIXSizeTwoSym-Regular"="Z:\\Library\\Fonts\\STIXSizTwoSymReg.otf" -"STIXVariants-Bold"="Z:\\Library\\Fonts\\STIXVarBol.otf" -"STIXVariants-Regular"="Z:\\Library\\Fonts\\STIXVar.otf" -"STKaiti"="Z:\\Library\\Fonts\\Kaiti.ttc" -"STSong"="Z:\\Library\\Fonts\\Songti.ttc" -"SukhumvitSet-Bold"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Light"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Medium"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-SemiBold"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Text"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Thin"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"Symbol"="Z:\\Users\\jamie\\Applications\\Wineskin\\osu!.app\\Contents\\Frameworks\\wswine.bundle\\lib\\..\\bin\\..\\share\\wine\\fonts\\\\symbol.ttf" -"Tahoma"="Z:\\Library\\Fonts\\Tahoma.ttf" -"Tahoma Bold"="Z:\\Library\\Fonts\\Tahoma Bold.ttf" -"TakaoExGothic (TrueType)"="TakaoExGothic.ttf" -"TakaoExMincho (TrueType)"="TakaoExMincho.ttf" -"TakaoGothic (TrueType)"="TakaoGothic.ttf" -"TakaoMincho (TrueType)"="TakaoMincho.ttf" -"TakaoPGothic (TrueType)"="TakaoPGothic.ttf" -"TakaoPMincho (TrueType)"="TakaoPMincho.ttf" -"Tamil MN"="Z:\\Library\\Fonts\\Tamil MN.ttc" -"Tamil MN Bold"="Z:\\Library\\Fonts\\Tamil MN.ttc" -"Tamil Sangam MN"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" -"Tamil Sangam MN Bold"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" -"TeamSpiritNF"="Z:\\Users\\jamie\\Library\\Fonts\\TeamSpiritNF.otf" -"TektonPro-Bold"="Z:\\Library\\Fonts\\TektonPro-Bold.otf" -"TektonPro-BoldCond"="Z:\\Library\\Fonts\\TektonPro-BoldCond.otf" -"TektonPro-BoldExt"="Z:\\Library\\Fonts\\TektonPro-BoldExt.otf" -"TektonPro-BoldObl"="Z:\\Library\\Fonts\\TektonPro-BoldObl.otf" -"Telugu MN"="Z:\\Library\\Fonts\\Telugu MN.ttc" -"Telugu MN Bold"="Z:\\Library\\Fonts\\Telugu MN.ttc" -"Telugu Sangam MN"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" -"Telugu Sangam MN Bold"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" -"Thonburi"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" -"Thonburi Bold"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" -"Thonburi Light"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" -"Times New Roman"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman.ttf" -"Times New Roman Bold"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman Bold.ttf" -"Times New Roman Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman Bold Italic.ttf" -"Times New Roman Italic"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman Italic.ttf" -"Trajan Pro 3"="Z:\\Library\\Fonts\\TrajanPro3-Regular.otf" -"Trajan Pro 3 Bold"="Z:\\Library\\Fonts\\TrajanPro3-Bold.otf" -"TrajanPro-Bold"="Z:\\Library\\Fonts\\TrajanPro-Bold.otf" -"TrajanPro-Regular"="Z:\\Library\\Fonts\\TrajanPro-Regular.otf" -"Transuranium"="Z:\\Users\\jamie\\Library\\Fonts\\trans___.ttf" -"Trattatello"="Z:\\Library\\Fonts\\Trattatello.ttf" -"Trebuchet MS"="Z:\\Library\\Fonts\\Trebuchet MS.ttf" -"Trebuchet MS Bold"="Z:\\Library\\Fonts\\Trebuchet MS Bold.ttf" -"Trebuchet MS Bold Italic"="Z:\\Library\\Fonts\\Trebuchet MS Bold Italic.ttf" -"Trebuchet MS Italic"="Z:\\Library\\Fonts\\Trebuchet MS Italic.ttf" -"Tsukushi A Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiAMaruGothic.ttc" -"Tsukushi A Round Gothic Regular"="Z:\\Library\\Fonts\\TsukushiAMaruGothic.ttc" -"Tsukushi B Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiBMaruGothic.ttc" -"Tsukushi B Round Gothic Regula"="Z:\\Library\\Fonts\\TsukushiBMaruGothic.ttc" -"Tw Cen MT"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT.ttf" -"Tw Cen MT Bold"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT Bold.ttf" -"Tw Cen MT Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT Bold Italic.ttf" -"Tw Cen MT Italic"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT Italic.ttf" -"Untitled"="Z:\\Users\\jamie\\Library\\Fonts\\Helv Children.otf" -"Verdana"="Z:\\Library\\Fonts\\Microsoft\\Verdana.ttf" -"Verdana Bold"="Z:\\Library\\Fonts\\Microsoft\\Verdana Bold.ttf" -"Verdana Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Verdana Bold Italic.ttf" -"Verdana Italic"="Z:\\Library\\Fonts\\Microsoft\\Verdana Italic.ttf" -"Waseem Light"="Z:\\Library\\Fonts\\Waseem.ttc" -"Waseem Regular"="Z:\\Library\\Fonts\\Waseem.ttc" -"Wawati SC Regular"="Z:\\Library\\Fonts\\WawaSC-Regular.otf" -"Wawati TC Regular"="Z:\\Library\\Fonts\\WawaTC-Regular.otf" -"Webdings"="Z:\\Library\\Fonts\\Webdings.ttf" -"Weibei SC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"Weibei TC Bold"="Z:\\Library\\Fonts\\WeibeiTC-Bold.otf" -"WenQuanYi Micro Hei"="wqy-microhei.ttc" -"Wide Latin"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Wide Latin_13dc.ttf" -"Wild Words Bold Bold"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSBOLD.TTF" -"Wild Words BoldItalic"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSBOLDITALIC.TTF" -"Wild Words Italic"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSITALIC.TTF" -"Wild Words Roman"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSROMAN.TTF" -"Wingdings"="Z:\\Library\\Fonts\\Microsoft\\Wingdings.ttf" -"Wingdings 2"="Z:\\Library\\Fonts\\Microsoft\\Wingdings 2.ttf" -"Wingdings 3"="Z:\\Library\\Fonts\\Microsoft\\Wingdings 3.ttf" -"Xingkai SC Bold"="Z:\\Library\\Fonts\\Xingkai.ttc" -"Xingkai SC Light"="Z:\\Library\\Fonts\\Xingkai.ttc" -"Yuanti SC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti SC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti SC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti TC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti TC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti TC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"YuGothic Bold"="Z:\\Library\\Fonts\\Yu Gothic Bold.otf" -"YuGothic Medium"="Z:\\Library\\Fonts\\Yu Gothic Medium.otf" -"YuMincho +36p Kana Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"YuMincho +36p Kana Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"YuMincho Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"YuMincho Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"Yuppy SC Regular"="Z:\\Library\\Fonts\\YuppySC-Regular.otf" -"Yuppy TC Regular"="Z:\\Library\\Fonts\\YuppyTC-Regular.otf" -"Zapf Dingbats"="Z:\\System\\Library\\Fonts\\ZapfDingbats.ttf" -"Zapfino"="Z:\\Library\\Fonts\\Zapfino.ttf" - -[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1460706475 -#time=1d196eb1f177766 +"Snell Roundhand (TrueType)"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" +"Snell Roundhand Black (TrueType)"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" +"Snell Roundhand Bold (TrueType)"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" +"Songti SC Black (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti SC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti SC Light (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti SC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti TC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti TC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"STFangsong (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1eaff3ada787e1beb4a74fedfcc40df66cba7e0.asset\\AssetData\\STFANGSO.ttf" +"STHeiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\32ee1600791572d4fc4b5664c1253d7073def14b.asset\\AssetData\\STHEITI.ttf" +"STIXGeneral-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXGeneralBol.otf" +"STIXGeneral-BoldItalic (TrueType)"="Z:\\Library\\Fonts\\STIXGeneralBolIta.otf" +"STIXGeneral-Italic (TrueType)"="Z:\\Library\\Fonts\\STIXGeneralItalic.otf" +"STIXGeneral-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXGeneral.otf" +"STIXIntegralsD-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntDBol.otf" +"STIXIntegralsD-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntDReg.otf" +"STIXIntegralsSm-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntSmBol.otf" +"STIXIntegralsSm-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntSmReg.otf" +"STIXIntegralsUp-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpBol.otf" +"STIXIntegralsUp-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpReg.otf" +"STIXIntegralsUpD-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpDBol.otf" +"STIXIntegralsUpD-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpDReg.otf" +"STIXIntegralsUpSm-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpSmBol.otf" +"STIXIntegralsUpSm-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpSmReg.otf" +"STIXNonUnicode-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXNonUniBol.otf" +"STIXNonUnicode-BoldItalic (TrueType)"="Z:\\Library\\Fonts\\STIXNonUniBolIta.otf" +"STIXNonUnicode-Italic (TrueType)"="Z:\\Library\\Fonts\\STIXNonUniIta.otf" +"STIXNonUnicode-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXNonUni.otf" +"STIXSizeFiveSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizFiveSymReg.otf" +"STIXSizeFourSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizFourSymBol.otf" +"STIXSizeFourSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizFourSymReg.otf" +"STIXSizeOneSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizOneSymBol.otf" +"STIXSizeOneSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizOneSymReg.otf" +"STIXSizeThreeSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizThreeSymBol.otf" +"STIXSizeThreeSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizThreeSymReg.otf" +"STIXSizeTwoSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizTwoSymBol.otf" +"STIXSizeTwoSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizTwoSymReg.otf" +"STIXVariants-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXVarBol.otf" +"STIXVariants-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXVar.otf" +"STKaiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"STSong (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"STXihei (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\29bb0031ce330cd68c12a3f2a62d2af883efd25f.asset\\AssetData\\STXIHEI.ttf" +"SukhumvitSet-Bold (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Light (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Medium (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-SemiBold (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Text (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Thin (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"Symbol (TrueType)"="Z:\\Users\\Michael\\git\\osu-for-Mac-Stable-Latest\\osu!.app\\Contents\\Frameworks\\wswine.bundle\\lib\\..\\bin\\..\\share\\wine\\fonts\\symbol.ttf" +"Tahoma (TrueType)"="Z:\\Library\\Fonts\\Tahoma.ttf" +"Tahoma Bold (TrueType)"="Z:\\Library\\Fonts\\Tahoma Bold.ttf" +"TakaoExGothic (TrueType)"="takaoexgothic.ttf" +"TakaoExMincho (TrueType)"="takaoexmincho.ttf" +"TakaoGothic (TrueType)"="takaogothic.ttf" +"TakaoMincho (TrueType)"="takaomincho.ttf" +"TakaoPGothic (TrueType)"="takaopgothic.ttf" +"TakaoPMincho (TrueType)"="takaopmincho.ttf" +"Tamil MN (TrueType)"="Z:\\Library\\Fonts\\Tamil MN.ttc" +"Tamil MN Bold (TrueType)"="Z:\\Library\\Fonts\\Tamil MN.ttc" +"Tamil Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" +"Tamil Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" +"TeamViewer13 (TrueType)"="Z:\\Library\\Fonts\\TeamViewer13.otf" +"Telugu MN (TrueType)"="Z:\\Library\\Fonts\\Telugu MN.ttc" +"Telugu MN Bold (TrueType)"="Z:\\Library\\Fonts\\Telugu MN.ttc" +"Telugu Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" +"Telugu Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" +"Thonburi (TrueType)"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" +"Thonburi Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" +"Thonburi Light (TrueType)"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" +"Times Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Times Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Times Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Times New Roman (TrueType)"="Z:\\Library\\Fonts\\Times New Roman.ttf" +"Times New Roman Bold (TrueType)"="Z:\\Library\\Fonts\\Times New Roman Bold.ttf" +"Times New Roman Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Times New Roman Bold Italic.ttf" +"Times New Roman Italic (TrueType)"="Z:\\Library\\Fonts\\Times New Roman Italic.ttf" +"Times Roman (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Toppan Bunkyu Gothic Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d3797dd134f5a99e36fd00365634597fe63e32d5.asset\\AssetData\\ToppanBunkyuGothicPr6N.ttc" +"Toppan Bunkyu Mincho Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\5ef29fdde08d55779e9b6bc61cd9dd35b0bdf81c.asset\\AssetData\\ToppanBunkyuMinchoPr6N-Regular.otf" +"Trattatello (TrueType)"="Z:\\Library\\Fonts\\Trattatello.ttf" +"Trebuchet MS (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS.ttf" +"Trebuchet MS Bold (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS Bold.ttf" +"Trebuchet MS Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS Bold Italic.ttf" +"Trebuchet MS Italic (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS Italic.ttf" +"Tsukushi A Round Gothic Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\0063ccbcdad97e5097c0fcb960c7b0bc66345f94.asset\\AssetData\\TsukushiAMaruGothic.ttc" +"Tsukushi B Round Gothic Regula (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e349803ae4e2ff14f9ae58649853d38721b1e85b.asset\\AssetData\\TsukushiBMaruGothic.ttc" +"Unifont (TrueType)"="unifont.ttf" +"Verdana (TrueType)"="Z:\\Library\\Fonts\\Verdana.ttf" +"Verdana Bold (TrueType)"="Z:\\Library\\Fonts\\Verdana Bold.ttf" +"Verdana Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Verdana Bold Italic.ttf" +"Verdana Italic (TrueType)"="Z:\\Library\\Fonts\\Verdana Italic.ttf" +"VL Gothic (TrueType)"="vl-gothic-regular.ttf" +"VL PGothic (TrueType)"="vl-pgothic-regular.ttf" +"Waseem Light (TrueType)"="Z:\\Library\\Fonts\\Waseem.ttc" +"Waseem Regular (TrueType)"="Z:\\Library\\Fonts\\Waseem.ttc" +"Wawati SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1d3ff82458a311e54a2d1431e07a9dba18f6b33.asset\\AssetData\\WawaSC-Regular.otf" +"Wawati TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e4b7f3aaf2e1e1a3ddc09b56de4c8fcdf8f33c41.asset\\AssetData\\WawaTC-Regular.otf" +"Webdings (TrueType)"="Z:\\Library\\Fonts\\Webdings.ttf" +"Weibei SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\714b3197966fe770a7bc4f169c696ae161587834.asset\\AssetData\\WeibeiSC-Bold.otf" +"Weibei TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d5b95291798fea1a60a37226fe357503a03f633d.asset\\AssetData\\WeibeiTC-Bold.otf" +"WenQuanYi Micro Hei (TrueType)"="wqy-microhei.ttc" +"Wingdings (TrueType)"="Z:\\Library\\Fonts\\Wingdings.ttf" +"Wingdings 2 (TrueType)"="Z:\\Library\\Fonts\\Wingdings 2.ttf" +"Wingdings 3 (TrueType)"="Z:\\Library\\Fonts\\Wingdings 3.ttf" +"Xingkai SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Xingkai SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Xingkai TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Xingkai TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Yuanti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"YuGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\9bcd44527ef393ed216f6506bddb5e950c2c752c.asset\\AssetData\\YuGothic-Bold.otf" +"YuGothic Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d247c6fc43ef7fe005d9e59eae5ae23e7e10d4c.asset\\AssetData\\YuGothic-Medium.otf" +"YuKyokasho Yoko Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\824f5d9316cf364d808aa8de8d698113503cc59b.asset\\AssetData\\Kyokasho.ttc" +"YuMincho Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3062c8c32be86d60efd385f5e7021b7438f29cb0.asset\\AssetData\\YuMincho.ttc" +"Yuppy SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\4f6414db403d33f6df5deef5eef6f91d0d57ecfc.asset\\AssetData\\YuppySC-Regular.otf" +"Yuppy TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b4f5b00faf2d7fa028eed01f8c3d611f63bfeaa.asset\\AssetData\\YuppyTC-Regular.otf" +"Zapf Dingbats (TrueType)"="Z:\\System\\Library\\Fonts\\ZapfDingbats.ttf" +"Zapfino (TrueType)"="Z:\\Library\\Fonts\\Zapfino.ttf" + +[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1526460547 +#time=1d3ecf2c07003bc "Arial Baltic,186"="Arial,186" "Arial CE,238"="Arial,238" "Arial CYR,204"="Arial,204" @@ -68296,29 +69331,29 @@ WINE REGISTRY Version 2 "Times New Roman TUR,162"="Times New Roman,162" "Tms Rmn"="Times New Roman" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Gre_Initialize] 1460706475 -#time=1d196eb1f16a35e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Gre_Initialize] 1526460547 +#time=1d3ecf2c06f954e -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Hotfix\\Q246009] 1460706475 -#time=1d196eb1f16b27c +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Hotfix\\Q246009] 1526460547 +#time=1d3ecf2c06f9c06 "Installed"="1" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options] 1460706475 -#time=1d196eb1f16b51a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options] 1526460547 +#time=1d3ecf2c06f9d1e -[Software\\Microsoft\\Windows NT\\CurrentVersion\\KnownFunctionTableDlls] 1460706645 -#time=1d196eb84c86372 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\KnownFunctionTableDlls] 1526460877 +#time=1d3ecf385266b1a "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll"=dword:00000000 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\KnownManagedDebuggingDlls] 1460706645 -#time=1d196eb84c84ba8 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\KnownManagedDebuggingDlls] 1526460877 +#time=1d3ecf385264dc4 "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll"=dword:00000000 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\LanguagePack] 1460706475 -#time=1d196eb1f16b740 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\LanguagePack] 1526460547 +#time=1d3ecf2c06f9e2c -[Software\\Microsoft\\Windows NT\\CurrentVersion\\MCI Extensions] 1460706475 -#time=1d196eb1f17ddf0 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\MCI Extensions] 1526460547 +#time=1d3ecf2c0703e18 "aifc"="MPEGVideo" "asf"="MPEGVideo" "asx"="MPEGVideo" @@ -68351,30 +69386,30 @@ WINE REGISTRY Version 2 "wmx"="MPEGVideo" "wvx"="MPEGVideo" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\MCI32] 1460706475 -#time=1d196eb1f178878 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\MCI32] 1526460547 +#time=1d3ecf2c0700d9e "AVIVideo"="mciavi32.dll" "CDAudio"="mcicda.dll" "MPEGVideo"="mciqtz32.dll" "Sequencer"="mciseq.dll" "WaveAudio"="mciwave.dll" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\MiniDumpAuxiliaryDlls] 1460706646 -#time=1d196eb85536968 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\MiniDumpAuxiliaryDlls] 1526460879 +#time=1d3ecf38601705c "C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorwks.dll"="C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscordacwks.dll" "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\clr.dll"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards] 1460706475 -#time=1d196eb1f16b934 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards] 1526460547 +#time=1d3ecf2c06f9f44 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\OpenGLDrivers] 1460706475 -#time=1d196eb1f16bb82 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\OpenGLDrivers] 1526460547 +#time=1d3ecf2c06fa05c -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Perflib] 1460706475 -#time=1d196eb1f16bdc6 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Perflib] 1526460547 +#time=1d3ecf2c06fa16a -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Ports] 1460706475 -#time=1d196eb1f1b0944 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Ports] 1526460547 +#time=1d3ecf2c07322ea "COM1:"="9600,n,8,1" "COM2:"="9600,n,8,1" "COM3:"="9600,n,8,1" @@ -68384,197 +69419,198 @@ WINE REGISTRY Version 2 "LPT2:"="" "LPT3:"="" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Print] 1460706475 -#time=1d196eb1f16c190 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Print] 1526460547 +#time=1d3ecf2c06fa39a -[Software\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList] 1460706472 -#time=1d196eb1d231f14 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList] 1526460533 +#time=1d3ecf2b813cdac "AllUsersProfile"=str(2):"Public" "ProfilesDirectory"=str(2):"C:\\users" +"ProgramData"=str(2):"C:\\ProgramData" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\SvcHost] 1460706475 -#time=1d196eb1f2dee06 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\SvcHost] 1528075962 +#time=1d3fba3ee636452 "imgsvc"=str(7):"StiSvc\0" "netsvcs"=str(7):"BITS\0fontcache\0Schedule\0" -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Afghanistan Standard Time] 1460706475 -#time=1d196eb1f232e44 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Afghanistan Standard Time] 1526460547 +#time=1d3ecf2c07be376 "Display"="Asia/Kabul" "Dlt"="Afghanistan Daylight Time" "Std"="Afghanistan Standard Time" "TZI"=hex:f2,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Alaskan Standard Time] 1460706475 -#time=1d196eb1f2333d0 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Alaskan Standard Time] 1526460547 +#time=1d3ecf2c07be9de "Display"="America/Anchorage" "Dlt"="Alaskan Daylight Time" "Std"="Alaskan Standard Time" "TZI"=hex:1c,02,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Arab Standard Time] 1460706475 -#time=1d196eb1f23395c +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Arab Standard Time] 1526460547 +#time=1d3ecf2c07bf03c "Display"="Asia/Riyadh" "Dlt"="Arab Daylight Time" "Std"="Arab Standard Time" "TZI"=hex:4c,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Arabian Standard Time] 1460706475 -#time=1d196eb1f233ee8 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Arabian Standard Time] 1526460547 +#time=1d3ecf2c07bf6a4 "Display"="Asia/Muscat" "Dlt"="Arabian Daylight Time" "Std"="Arabian Standard Time" "TZI"=hex:10,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Arabic Standard Time] 1460706475 -#time=1d196eb1f23446a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Arabic Standard Time] 1526460547 +#time=1d3ecf2c07bfd02 "Display"="Asia/Baghdad" "Dlt"="Arabic Daylight Time" "Std"="Arabic Standard Time" "TZI"=hex:4c,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Argentina Standard Time] 1460706475 -#time=1d196eb1f2349ec +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Argentina Standard Time] 1526460547 +#time=1d3ecf2c07c0360 "Display"="America/Buenos_Aires" "Dlt"="Argentina Daylight Time" "Std"="Argentina Standard Time" "TZI"=hex:b4,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Armenian Standard Time] 1460706475 -#time=1d196eb1f234f6e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Armenian Standard Time] 1526460547 +#time=1d3ecf2c07c09e6 "Display"="Asia/Yerevan" "Dlt"="Armenian Daylight Time" "Std"="Armenian Standard Time" "TZI"=hex:10,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Atlantic Standard Time] 1460706475 -#time=1d196eb1f2354f0 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Atlantic Standard Time] 1526460547 +#time=1d3ecf2c07c1058 "Display"="America/Halifax" "Dlt"="Atlantic Daylight Time" "Std"="Atlantic Standard Time" "TZI"=hex:f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\AUS Central Standard Time] 1460706475 -#time=1d196eb1f235aa4 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\AUS Central Standard Time] 1526460547 +#time=1d3ecf2c07c16d4 "Display"="Australia/Darwin" "Dlt"="AUS Central Daylight Time" "Std"="AUS Central Standard Time" "TZI"=hex:c6,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\AUS Eastern Standard Time] 1460706475 -#time=1d196eb1f236094 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\AUS Eastern Standard Time] 1526460547 +#time=1d3ecf2c07c1d32 "Display"="Australia/Sydney" "Dlt"="AUS Eastern Daylight Time" "Std"="AUS Eastern Standard Time" "TZI"=hex:a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,\ 00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Azerbaijan Standard Time] 1460706475 -#time=1d196eb1f2365ee +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Azerbaijan Standard Time] 1526460547 +#time=1d3ecf2c07c239a "Display"="Asia/Baku" "Dlt"="Azerbaijan Daylight Time" "Std"="Azerbaijan Standard Time" "TZI"=hex:10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,05,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,04,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Azores Standard Time] 1460706475 -#time=1d196eb1f236b5c +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Azores Standard Time] 1526460547 +#time=1d3ecf2c07c2a02 "Display"="Atlantic/Azores" "Dlt"="Azores Daylight Time" "Std"="Azores Standard Time" "TZI"=hex:3c,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,01,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Bahia Standard Time] 1460706475 -#time=1d196eb1f23758e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Bahia Standard Time] 1526460547 +#time=1d3ecf2c07c3060 "Display"="America/Bahia" "Dlt"="Bahia Daylight Time" "Std"="Bahia Standard Time" "TZI"=hex:b4,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Bangladesh Standard Time] 1460706475 -#time=1d196eb1f237bba +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Bangladesh Standard Time] 1526460547 +#time=1d3ecf2c07c36f0 "Display"="Asia/Dhaka" "Dlt"="Bangladesh Daylight Time" "Std"="Bangladesh Standard Time" "TZI"=hex:98,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Belarus Standard Time] 1460706475 -#time=1d196eb1f238358 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Belarus Standard Time] 1526460547 +#time=1d3ecf2c07c3d62 "Display"="Europe/Minsk" "Dlt"="Belarus Daylight Time" "Std"="Belarus Standard Time" "TZI"=hex:4c,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Canada Central Standard Time] 1460706475 -#time=1d196eb1f2388ee +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Canada Central Standard Time] 1526460547 +#time=1d3ecf2c07c43d4 "Display"="America/Regina" "Dlt"="Canada Central Daylight Time" "Std"="Canada Central Standard Time" "TZI"=hex:68,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Cape Verde Standard Time] 1460706475 -#time=1d196eb1f238ea2 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Cape Verde Standard Time] 1526460547 +#time=1d3ecf2c07c4a3c "Display"="Atlantic/Cape_Verde" "Dlt"="Cape Verde Daylight Time" "Std"="Cape Verde Standard Time" "TZI"=hex:3c,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Caucasus Standard Time] 1460706475 -#time=1d196eb1f239528 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Caucasus Standard Time] 1526460547 +#time=1d3ecf2c07c509a "Display"="Asia/Yerevan" "Dlt"="Caucasus Daylight Time" "Std"="Caucasus Standard Time" "TZI"=hex:10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Cen. Australia Standard Time] 1460706475 -#time=1d196eb1f239ad2 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Cen. Australia Standard Time] 1526460547 +#time=1d3ecf2c07c5720 "Display"="Australia/Adelaide" "Dlt"="Cen. Australia Daylight Time" "Std"="Cen. Australia Standard Time" "TZI"=hex:c6,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,\ 00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central America Standard Time] 1460706475 -#time=1d196eb1f23a0c2 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central America Standard Time] 1526460547 +#time=1d3ecf2c07c5dba "Display"="America/El_Salvador" "Dlt"="Central America Daylight Time" "Std"="Central America Standard Time" "TZI"=hex:68,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Asia Standard Time] 1460706475 -#time=1d196eb1f23a676 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Asia Standard Time] 1526460547 +#time=1d3ecf2c07c645e "Display"="Asia/Dhaka" "Dlt"="Central Asia Daylight Time" "Std"="Central Asia Standard Time" "TZI"=hex:98,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Brazilian Standard Time] 1460706475 -#time=1d196eb1f23ae6e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Brazilian Standard Time] 1526460547 +#time=1d3ecf2c07c6c06 "Display"="America/Campo_Grande" "Dlt"="Central Brazilian Daylight Time" "Std"="Central Brazilian Standard Time" "TZI"=hex:f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,02,00,00,00,03,00,00,00,00,\ 00,00,00,00,00,00,00,0a,00,00,00,03,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Brazilian Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f23b4d6 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Brazilian Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07c7674 "2015"=hex:f0,00,00,00,00,00,00,00,c4,ff,ff,ff,df,07,02,00,00,00,16,00,00,00,\ 00,00,00,00,00,00,df,07,0a,00,00,00,12,00,00,00,00,00,00,00,00,00 "2023"=hex:f0,00,00,00,00,00,00,00,c4,ff,ff,ff,e7,07,02,00,00,00,1a,00,00,00,\ @@ -68585,102 +69621,106 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,f2,07,0a,00,00,00,0f,00,00,00,00,00,00,00,00,00 "2037"=hex:f0,00,00,00,00,00,00,00,c4,ff,ff,ff,f5,07,02,00,00,00,16,00,00,00,\ 00,00,00,00,00,00,f5,07,0a,00,00,00,12,00,00,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007df +"LastEntry"=dword:000007f5 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Europe Standard Time] 1460706475 -#time=1d196eb1f23baa8 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Europe Standard Time] 1526460547 +#time=1d3ecf2c07c7cf0 "Display"="Europe/Belgrade" "Dlt"="Central Europe Daylight Time" "Std"="Central Europe Standard Time" "TZI"=hex:c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central European Standard Time] 1460706475 -#time=1d196eb1f23c07a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central European Standard Time] 1526460547 +#time=1d3ecf2c07c836c "Display"="Europe/Sarajevo" "Dlt"="Central European Daylight Time" "Std"="Central European Standard Time" "TZI"=hex:c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Pacific Standard Time] 1460706475 -#time=1d196eb1f23c930 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Pacific Standard Time] 1526460547 +#time=1d3ecf2c07c89d4 "Display"="Pacific/Guadalcanal" "Dlt"="Central Pacific Daylight Time" "Std"="Central Pacific Standard Time" "TZI"=hex:6c,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Standard Time] 1460706475 -#time=1d196eb1f23cee4 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Standard Time] 1526460547 +#time=1d3ecf2c07c9046 "Display"="America/Chicago" "Dlt"="Central Daylight Time" "Std"="Central Standard Time" "TZI"=hex:68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Standard Time (Mexico)] 1460706475 -#time=1d196eb1f23d498 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Central Standard Time (Mexico)] 1526460547 +#time=1d3ecf2c07c96cc "Display"="America/Mexico_City" "Dlt"="Central Daylight Time (Mexico)" "Std"="Central Standard Time (Mexico)" "TZI"=hex:68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,\ 00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Chile Standard Time] 1460706475 -#time=1d196eb1f23db46 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Chile Standard Time] 1526460547 +#time=1d3ecf2c07c9e4c "Display"="Chile/Continental" "Dlt"="Chile Daylight Time" "Std"="Chile Standard Time" "TZI"=hex:b4,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Chile Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f23dbc8 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Chile Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07ca234 "2015"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,df,07,04,00,00,00,1a,00,01,00,\ 00,00,00,00,00,00,e0,07,01,00,05,00,01,00,00,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007df +"LastEntry"=dword:000007df -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\China Standard Time] 1460706475 -#time=1d196eb1f23e14a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\China Standard Time] 1526460547 +#time=1d3ecf2c07ca9fa "Display"="Asia/Shanghai" "Dlt"="China Daylight Time" "Std"="China Standard Time" "TZI"=hex:20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Dateline Standard Time] 1460706475 -#time=1d196eb1f23e6ea +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Dateline Standard Time] 1526460547 +#time=1d3ecf2c07cb080 "Display"="Pacific/Kwajalein" "Dlt"="Dateline Daylight Time" "Std"="Dateline Standard Time" "TZI"=hex:30,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\E. Africa Standard Time] 1460706475 -#time=1d196eb1f23ec80 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\E. Africa Standard Time] 1526460547 +#time=1d3ecf2c07cb724 "Display"="Africa/Nairobi" "Dlt"="E. Africa Daylight Time" "Std"="E. Africa Standard Time" "TZI"=hex:4c,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\E. Australia Standard Time] 1460706475 -#time=1d196eb1f23f28e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\E. Australia Standard Time] 1526460547 +#time=1d3ecf2c07cbdb4 "Display"="Australia/Brisbane" "Dlt"="E. Australia Daylight Time" "Std"="E. Australia Standard Time" "TZI"=hex:a8,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\E. South America Standard Time] 1460706475 -#time=1d196eb1f23f90a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\E. South America Standard Time] 1526460547 +#time=1d3ecf2c07cc610 "Display"="America/Sao_Paulo" "Dlt"="E. South America Daylight Time" "Std"="E. South America Standard Time" "TZI"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,02,00,00,00,03,00,00,00,00,\ 00,00,00,00,00,00,00,0a,00,00,00,03,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\E. South America Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f23ff90 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\E. South America Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07cd6d2 "2015"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,df,07,02,00,00,00,16,00,00,00,\ 00,00,00,00,00,00,df,07,0a,00,00,00,12,00,00,00,00,00,00,00,00,00 "2023"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,e7,07,02,00,00,00,1a,00,00,00,\ @@ -68691,54 +69731,58 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,f2,07,0a,00,00,00,0f,00,00,00,00,00,00,00,00,00 "2037"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,f5,07,02,00,00,00,16,00,00,00,\ 00,00,00,00,00,00,f5,07,0a,00,00,00,12,00,00,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007df +"LastEntry"=dword:000007f5 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Easter Island Standard Time] 1460706475 -#time=1d196eb1f240616 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Easter Island Standard Time] 1526460547 +#time=1d3ecf2c07ce29e "Display"="Chile/EasterIsland" "Dlt"="Easter Island Daylight Time" "Std"="Easter Island Standard Time" "TZI"=hex:2c,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Easter Island Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f2406a2 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Easter Island Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07ce758 "2015"=hex:2c,01,00,00,00,00,00,00,c4,ff,ff,ff,df,07,04,00,06,00,19,00,17,00,\ 00,00,00,00,00,00,e0,07,01,00,05,00,01,00,00,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007df +"LastEntry"=dword:000007df -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Eastern Standard Time] 1460706475 -#time=1d196eb1f240c88 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Eastern Standard Time] 1526460547 +#time=1d3ecf2c07cef00 "Display"="America/New_York" "Dlt"="Eastern Daylight Time" "Std"="Eastern Standard Time" "TZI"=hex:2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Egypt Standard Time] 1460706475 -#time=1d196eb1f241250 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Egypt Standard Time] 1526460547 +#time=1d3ecf2c07cf694 "Display"="Africa/Cairo" "Dlt"="Egypt Daylight Time" "Std"="Egypt Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,08,00,05,00,05,00,00,00,00,\ 00,00,00,00,00,00,00,04,00,05,00,04,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Ekaterinburg Standard Time] 1460706475 -#time=1d196eb1f24189a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Ekaterinburg Standard Time] 1526460547 +#time=1d3ecf2c07cfe1e "Display"="Asia/Yekaterinburg" "Dlt"="Ekaterinburg Daylight Time" "Std"="Ekaterinburg Standard Time" "TZI"=hex:d4,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Fiji Standard Time] 1460706475 -#time=1d196eb1f241fd4 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Fiji Standard Time] 1526460547 +#time=1d3ecf2c07d0b16 "Display"="Pacific/Fiji" "Dlt"="Fiji Daylight Time" "Std"="Fiji Standard Time" "TZI"=hex:30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,01,00,00,00,03,00,03,00,00,\ 00,00,00,00,00,00,00,0b,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Fiji Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f245d28 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Fiji Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07d64e4 "2016"=hex:30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,e0,07,01,00,00,00,18,00,03,00,\ 00,00,00,00,00,00,e0,07,0b,00,00,00,06,00,02,00,00,00,00,00,00,00 "2017"=hex:30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,e1,07,01,00,00,00,16,00,03,00,\ @@ -68811,41 +69855,43 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,2f,08,0b,00,00,00,06,00,02,00,00,00,00,00,00,00 "2096"=hex:30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,30,08,01,00,00,00,16,00,03,00,\ 00,00,00,00,00,00,30,08,0b,00,00,00,04,00,02,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007e0 +"LastEntry"=dword:00000830 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\FLE Standard Time] 1460706475 -#time=1d196eb1f246368 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\FLE Standard Time] 1526460547 +#time=1d3ecf2c07d6b56 "Display"="Europe/Helsinki" "Dlt"="FLE Daylight Time" "Std"="FLE Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Georgian Standard Time] 1460706475 -#time=1d196eb1f246994 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Georgian Standard Time] 1526460547 +#time=1d3ecf2c07d7218 "Display"="Asia/Tbilisi" "Dlt"="Georgian Daylight Time" "Std"="Georgian Standard Time" "TZI"=hex:10,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GMT Standard Time] 1460706475 -#time=1d196eb1f246f98 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GMT Standard Time] 1526460547 +#time=1d3ecf2c07d789e "Display"="Europe/London" "Dlt"="GMT Daylight Time" "Std"="GMT Standard Time" "TZI"=hex:00,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,01,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Greenland Standard Time] 1460706475 -#time=1d196eb1f2476be +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Greenland Standard Time] 1526460547 +#time=1d3ecf2c07d800a "Display"="America/Godthab" "Dlt"="Greenland Daylight Time" "Std"="Greenland Standard Time" "TZI"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,06,00,05,00,17,00,00,\ 00,00,00,00,00,00,00,03,00,06,00,05,00,16,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Greenland Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f249de2 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Greenland Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07daae4 "2015"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,df,07,0a,00,06,00,18,00,17,00,\ 00,00,00,00,00,00,df,07,03,00,06,00,1c,00,16,00,00,00,00,00,00,00 "2018"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,e2,07,0a,00,06,00,1b,00,17,00,\ @@ -68896,57 +69942,158 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,30,08,03,00,06,00,18,00,16,00,00,00,00,00,00,00 "2099"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,33,08,0a,00,06,00,18,00,17,00,\ 00,00,00,00,00,00,33,08,03,00,06,00,1c,00,16,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007df +"LastEntry"=dword:00000833 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Greenwich Standard Time] 1460706475 -#time=1d196eb1f24a4a4 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Greenwich Standard Time] 1526460547 +#time=1d3ecf2c07db160 "Display"="Greenwich" "Dlt"="Greenwich Daylight Time" "Std"="Greenwich Standard Time" "TZI"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GTB Standard Time] 1460706475 -#time=1d196eb1f24aac6 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\GTB Standard Time] 1526460547 +#time=1d3ecf2c07db7dc "Display"="Europe/Athens" "Dlt"="GTB Daylight Time" "Std"="GTB Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Hawaiian Standard Time] 1460706475 -#time=1d196eb1f24b0b6 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Hawaiian Standard Time] 1526460547 +#time=1d3ecf2c07dbe44 "Display"="Pacific/Honolulu" "Dlt"="Hawaiian Daylight Time" "Std"="Hawaiian Standard Time" "TZI"=hex:58,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\India Standard Time] 1460706475 -#time=1d196eb1f24b6c4 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\India Standard Time] 1526460547 +#time=1d3ecf2c07dc4a2 "Display"="Asia/Calcutta" "Dlt"="India Daylight Time" "Std"="India Standard Time" "TZI"=hex:b6,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Iran Standard Time] 1460706475 -#time=1d196eb1f24bcf0 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Iran Standard Time] 1526460547 +#time=1d3ecf2c07dcc0e "Display"="Asia/Tehran" "Dlt"="Iran Daylight Time" "Std"="Iran Standard Time" "TZI"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,09,00,00,00,04,00,00,00,00,\ 00,00,00,00,00,00,00,03,00,05,00,04,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Israel Standard Time] 1460706475 -#time=1d196eb1f24c43e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Iran Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07e1a6a +"1991"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,c7,07,09,00,00,00,16,00,00,00,\ + 00,00,00,00,00,00,c7,07,05,00,05,00,03,00,00,00,00,00,00,00,00,00 +"1992"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,c8,07,09,00,02,00,16,00,00,00,\ + 00,00,00,00,00,00,c8,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +"1993"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,c9,07,09,00,03,00,16,00,00,00,\ + 00,00,00,00,00,00,c9,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +"1994"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ca,07,09,00,04,00,16,00,00,00,\ + 00,00,00,00,00,00,ca,07,03,00,02,00,16,00,00,00,00,00,00,00,00,00 +"1995"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,cb,07,09,00,05,00,16,00,00,00,\ + 00,00,00,00,00,00,cb,07,03,00,03,00,16,00,00,00,00,00,00,00,00,00 +"1996"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,cc,07,09,00,06,00,15,00,00,00,\ + 00,00,00,00,00,00,cc,07,03,00,04,00,15,00,00,00,00,00,00,00,00,00 +"1997"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,cd,07,09,00,01,00,16,00,00,00,\ + 00,00,00,00,00,00,cd,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +"1998"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ce,07,09,00,02,00,16,00,00,00,\ + 00,00,00,00,00,00,ce,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +"1999"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,cf,07,09,00,03,00,16,00,00,00,\ + 00,00,00,00,00,00,cf,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +"2000"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d0,07,09,00,04,00,15,00,00,00,\ + 00,00,00,00,00,00,d0,07,03,00,02,00,15,00,00,00,00,00,00,00,00,00 +"2001"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d1,07,09,00,06,00,16,00,00,00,\ + 00,00,00,00,00,00,d1,07,03,00,04,00,16,00,00,00,00,00,00,00,00,00 +"2002"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d2,07,09,00,00,00,16,00,00,00,\ + 00,00,00,00,00,00,d2,07,03,00,05,00,16,00,00,00,00,00,00,00,00,00 +"2003"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d3,07,09,00,01,00,16,00,00,00,\ + 00,00,00,00,00,00,d3,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +"2004"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d4,07,09,00,02,00,15,00,00,00,\ + 00,00,00,00,00,00,d4,07,03,00,00,00,15,00,00,00,00,00,00,00,00,00 +"2005"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d5,07,09,00,04,00,16,00,00,00,\ + 00,00,00,00,00,00,d5,07,03,00,02,00,16,00,00,00,00,00,00,00,00,00 +"2006"=hex:2e,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 +"2007"=hex:2e,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ + 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 +"2008"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d8,07,09,00,00,00,15,00,00,00,\ + 00,00,00,00,00,00,d8,07,03,00,05,00,15,00,00,00,00,00,00,00,00,00 +"2009"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,d9,07,09,00,02,00,16,00,00,00,\ + 00,00,00,00,00,00,d9,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +"2010"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,da,07,09,00,03,00,16,00,00,00,\ + 00,00,00,00,00,00,da,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +"2011"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,db,07,09,00,04,00,16,00,00,00,\ + 00,00,00,00,00,00,db,07,03,00,02,00,16,00,00,00,00,00,00,00,00,00 +"2012"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,dc,07,09,00,05,00,15,00,00,00,\ + 00,00,00,00,00,00,dc,07,03,00,03,00,15,00,00,00,00,00,00,00,00,00 +"2013"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,dd,07,09,00,00,00,16,00,00,00,\ + 00,00,00,00,00,00,dd,07,03,00,05,00,16,00,00,00,00,00,00,00,00,00 +"2014"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,de,07,09,00,01,00,16,00,00,00,\ + 00,00,00,00,00,00,de,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +"2015"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,df,07,09,00,02,00,16,00,00,00,\ + 00,00,00,00,00,00,df,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +"2016"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e0,07,09,00,03,00,15,00,00,00,\ + 00,00,00,00,00,00,e0,07,03,00,01,00,15,00,00,00,00,00,00,00,00,00 +"2017"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e1,07,09,00,05,00,16,00,00,00,\ + 00,00,00,00,00,00,e1,07,03,00,03,00,16,00,00,00,00,00,00,00,00,00 +"2018"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e2,07,09,00,06,00,16,00,00,00,\ + 00,00,00,00,00,00,e2,07,03,00,04,00,16,00,00,00,00,00,00,00,00,00 +"2019"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e3,07,09,00,00,00,16,00,00,00,\ + 00,00,00,00,00,00,e3,07,03,00,05,00,16,00,00,00,00,00,00,00,00,00 +"2020"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e4,07,09,00,01,00,15,00,00,00,\ + 00,00,00,00,00,00,e4,07,03,00,06,00,15,00,00,00,00,00,00,00,00,00 +"2021"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e5,07,09,00,03,00,16,00,00,00,\ + 00,00,00,00,00,00,e5,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +"2022"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e6,07,09,00,04,00,16,00,00,00,\ + 00,00,00,00,00,00,e6,07,03,00,02,00,16,00,00,00,00,00,00,00,00,00 +"2023"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e7,07,09,00,05,00,16,00,00,00,\ + 00,00,00,00,00,00,e7,07,03,00,03,00,16,00,00,00,00,00,00,00,00,00 +"2024"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e8,07,09,00,06,00,15,00,00,00,\ + 00,00,00,00,00,00,e8,07,03,00,04,00,15,00,00,00,00,00,00,00,00,00 +"2025"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e9,07,09,00,01,00,16,00,00,00,\ + 00,00,00,00,00,00,e9,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +"2026"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ea,07,09,00,02,00,16,00,00,00,\ + 00,00,00,00,00,00,ea,07,03,00,00,00,16,00,00,00,00,00,00,00,00,00 +"2027"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,eb,07,09,00,03,00,16,00,00,00,\ + 00,00,00,00,00,00,eb,07,03,00,01,00,16,00,00,00,00,00,00,00,00,00 +"2028"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ec,07,09,00,04,00,15,00,00,00,\ + 00,00,00,00,00,00,ec,07,03,00,02,00,15,00,00,00,00,00,00,00,00,00 +"2029"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ed,07,09,00,05,00,15,00,00,00,\ + 00,00,00,00,00,00,ed,07,03,00,03,00,15,00,00,00,00,00,00,00,00,00 +"2030"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ee,07,09,00,00,00,16,00,00,00,\ + 00,00,00,00,00,00,ee,07,03,00,05,00,16,00,00,00,00,00,00,00,00,00 +"2031"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,ef,07,09,00,01,00,16,00,00,00,\ + 00,00,00,00,00,00,ef,07,03,00,06,00,16,00,00,00,00,00,00,00,00,00 +"2032"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f0,07,09,00,02,00,15,00,00,00,\ + 00,00,00,00,00,00,f0,07,03,00,00,00,15,00,00,00,00,00,00,00,00,00 +"2033"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f1,07,09,00,03,00,15,00,00,00,\ + 00,00,00,00,00,00,f1,07,03,00,01,00,15,00,00,00,00,00,00,00,00,00 +"2034"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f2,07,09,00,05,00,16,00,00,00,\ + 00,00,00,00,00,00,f2,07,03,00,03,00,16,00,00,00,00,00,00,00,00,00 +"2035"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f3,07,09,00,06,00,16,00,00,00,\ + 00,00,00,00,00,00,f3,07,03,00,04,00,16,00,00,00,00,00,00,00,00,00 +"2036"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f4,07,09,00,00,00,15,00,00,00,\ + 00,00,00,00,00,00,f4,07,03,00,05,00,15,00,00,00,00,00,00,00,00,00 +"2037"=hex:2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,f5,07,09,00,01,00,15,00,00,00,\ + 00,00,00,00,00,00,f5,07,03,00,06,00,15,00,00,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007c7 +"LastEntry"=dword:000007f5 + +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Israel Standard Time] 1526460547 +#time=1d3ecf2c07e21e0 "Display"="Asia/Jerusalem" "Dlt"="Israel Daylight Time" "Std"="Israel Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,05,00,04,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Israel Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f24d5b4 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Israel Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07e37fc "2019"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e3,07,0a,00,00,00,1b,00,02,00,\ 00,00,00,00,00,00,e3,07,03,00,05,00,1d,00,02,00,00,00,00,00,00,00 "2024"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e8,07,0a,00,00,00,1b,00,02,00,\ @@ -68971,17 +70118,19 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,26,08,03,00,05,00,1d,00,02,00,00,00,00,00,00,00 "2097"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,31,08,0a,00,00,00,1b,00,02,00,\ 00,00,00,00,00,00,31,08,03,00,05,00,1d,00,02,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007e3 +"LastEntry"=dword:00000831 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Jordan Standard Time] 1460706475 -#time=1d196eb1f24dd34 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Jordan Standard Time] 1526460547 +#time=1d3ecf2c07e3f90 "Display"="Asia/Amman" "Dlt"="Jordan Daylight Time" "Std"="Jordan Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,05,00,05,00,01,00,00,\ 00,00,00,00,00,00,00,03,00,05,00,05,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Jordan Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f24ef36 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Jordan Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07e5570 "2016"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e0,07,0a,00,05,00,1c,00,01,00,\ 00,00,00,00,00,00,e0,07,04,00,05,00,01,00,00,00,00,00,00,00,00,00 "2022"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,e6,07,0a,00,05,00,1c,00,01,00,\ @@ -69006,105 +70155,107 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,29,08,04,00,05,00,01,00,00,00,00,00,00,00,00,00 "2095"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,2f,08,0a,00,05,00,1c,00,01,00,\ 00,00,00,00,00,00,2f,08,04,00,05,00,01,00,00,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007e0 +"LastEntry"=dword:0000082f -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Kaliningrad Standard Time] 1460706475 -#time=1d196eb1f24f59e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Kaliningrad Standard Time] 1526460547 +#time=1d3ecf2c07e5be2 "Display"="Europe/Kaliningrad" "Dlt"="Kaliningrad Daylight Time" "Std"="Kaliningrad Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Korea Standard Time] 1460706475 -#time=1d196eb1f24fbde +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Korea Standard Time] 1526460547 +#time=1d3ecf2c07e624a "Display"="Asia/Seoul" "Dlt"="Korea Daylight Time" "Std"="Korea Standard Time" "TZI"=hex:e4,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Libya Standard Time] 1460706475 -#time=1d196eb1f250232 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Libya Standard Time] 1526460547 +#time=1d3ecf2c07e68a8 "Display"="Africa/Tripoli" "Dlt"="Libya Daylight Time" "Std"="Libya Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Line Islands Standard Time] 1460706475 -#time=1d196eb1f250a52 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Line Islands Standard Time] 1526460547 +#time=1d3ecf2c07e6f10 "Display"="Pacific/Kiritimati" "Dlt"="Line Islands Daylight Time" "Std"="Line Islands Standard Time" "TZI"=hex:b8,fc,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Magadan Standard Time] 1460706475 -#time=1d196eb1f2510e2 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Magadan Standard Time] 1526460547 +#time=1d3ecf2c07e756e "Display"="Asia/Magadan" "Dlt"="Magadan Daylight Time" "Std"="Magadan Standard Time" "TZI"=hex:a8,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mauritius Standard Time] 1460706475 -#time=1d196eb1f25175e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mauritius Standard Time] 1526460547 +#time=1d3ecf2c07e7bf4 "Display"="Indian/Mauritius" "Dlt"="Mauritius Daylight Time" "Std"="Mauritius Standard Time" "TZI"=hex:10,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mexico Standard Time] 1460706475 -#time=1d196eb1f251e20 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mexico Standard Time] 1526460547 +#time=1d3ecf2c07e825c "Display"="America/Mexico_City" "Dlt"="Mexico Daylight Time" "Std"="Mexico Standard Time" "TZI"=hex:68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,\ 00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mexico Standard Time 2] 1460706475 -#time=1d196eb1f2524ce +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mexico Standard Time 2] 1526460547 +#time=1d3ecf2c07e8c7a "Display"="America/Chihuahua" "Dlt"="Mexico Daylight Time 2" "Std"="Mexico Standard Time 2" "TZI"=hex:a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,\ 00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mid-Atlantic Standard Time] 1460706475 -#time=1d196eb1f253004 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mid-Atlantic Standard Time] 1526460547 +#time=1d3ecf2c07e9648 "Display"="America/Noronha" "Dlt"="Mid-Atlantic Daylight Time" "Std"="Mid-Atlantic Standard Time" "TZI"=hex:78,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Middle East Standard Time] 1460706475 -#time=1d196eb1f25372a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Middle East Standard Time] 1526460547 +#time=1d3ecf2c07ea03e "Display"="Asia/Beirut" "Dlt"="Middle East Daylight Time" "Std"="Middle East Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,00,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Montevideo Standard Time] 1460706475 -#time=1d196eb1f253e50 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Montevideo Standard Time] 1526460547 +#time=1d3ecf2c07eab1a "Display"="America/Montevideo" "Dlt"="Montevideo Daylight Time" "Std"="Montevideo Standard Time" "TZI"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,02,00,02,00,00,\ 00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Morocco Standard Time] 1460706475 -#time=1d196eb1f254594 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Morocco Standard Time] 1526460547 +#time=1d3ecf2c07eb2ae "Display"="Africa/Casablanca" "Dlt"="Morocco Daylight Time" "Std"="Morocco Standard Time" "TZI"=hex:00,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Morocco Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f255084 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Morocco Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07ec082 "2015"=hex:00,00,00,00,00,00,00,00,c4,ff,ff,ff,df,07,0a,00,00,00,19,00,03,00,\ 00,00,00,00,00,00,df,07,07,00,00,00,13,00,02,00,00,00,00,00,00,00 "2016"=hex:00,00,00,00,00,00,00,00,c4,ff,ff,ff,e0,07,0a,00,00,00,1e,00,03,00,\ @@ -69119,364 +70270,368 @@ WINE REGISTRY Version 2 00,00,00,00,00,00,e9,07,04,00,00,00,06,00,02,00,00,00,00,00,00,00 "2036"=hex:00,00,00,00,00,00,00,00,c4,ff,ff,ff,f4,07,0a,00,00,00,13,00,03,00,\ 00,00,00,00,00,00,f4,07,03,00,00,00,1e,00,02,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007df +"LastEntry"=dword:000007f4 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mountain Standard Time] 1460706475 -#time=1d196eb1f2556c4 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mountain Standard Time] 1526460547 +#time=1d3ecf2c07ec726 "Display"="America/Denver" "Dlt"="Mountain Daylight Time" "Std"="Mountain Standard Time" "TZI"=hex:a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mountain Standard Time (Mexico)] 1460706475 -#time=1d196eb1f255d40 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Mountain Standard Time (Mexico)] 1526460547 +#time=1d3ecf2c07ecdf2 "Display"="America/Chihuahua" "Dlt"="Mountain Daylight Time (Mexico)" "Std"="Mountain Standard Time (Mexico)" "TZI"=hex:a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,\ 00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Myanmar Standard Time] 1460706475 -#time=1d196eb1f2563bc +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Myanmar Standard Time] 1526460547 +#time=1d3ecf2c07ed46e "Display"="Asia/Rangoon" "Dlt"="Myanmar Daylight Time" "Std"="Myanmar Standard Time" "TZI"=hex:7a,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\N. Central Asia Standard Time] 1460706475 -#time=1d196eb1f2569ca +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\N. Central Asia Standard Time] 1526460547 +#time=1d3ecf2c07edaea "Display"="Asia/Novosibirsk" "Dlt"="N. Central Asia Daylight Time" "Std"="N. Central Asia Standard Time" "TZI"=hex:98,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Namibia Standard Time] 1460706475 -#time=1d196eb1f25700a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Namibia Standard Time] 1526460547 +#time=1d3ecf2c07ee15c "Display"="Africa/Windhoek" "Dlt"="Namibia Daylight Time" "Std"="Namibia Standard Time" "TZI"=hex:c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,09,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Nepal Standard Time] 1460706475 -#time=1d196eb1f257622 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Nepal Standard Time] 1526460547 +#time=1d3ecf2c07ee7ce "Display"="Asia/Katmandu" "Dlt"="Nepal Daylight Time" "Std"="Nepal Standard Time" "TZI"=hex:a7,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\New Zealand Standard Time] 1460706475 -#time=1d196eb1f257bfe +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\New Zealand Standard Time] 1526460547 +#time=1d3ecf2c07eee36 "Display"="Pacific/Auckland" "Dlt"="New Zealand Daylight Time" "Std"="New Zealand Standard Time" "TZI"=hex:30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,\ 00,00,00,00,00,00,00,09,00,00,00,05,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Newfoundland Standard Time] 1460706475 -#time=1d196eb1f258234 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Newfoundland Standard Time] 1526460547 +#time=1d3ecf2c07ef4a8 "Display"="America/St_Johns" "Dlt"="Newfoundland Daylight Time" "Std"="Newfoundland Standard Time" "TZI"=hex:d2,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\North Asia East Standard Time] 1460706475 -#time=1d196eb1f258810 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\North Asia East Standard Time] 1526460547 +#time=1d3ecf2c07efb2e "Display"="Asia/Irkutsk" "Dlt"="North Asia East Daylight Time" "Std"="North Asia East Standard Time" "TZI"=hex:20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\North Asia Standard Time] 1460706475 -#time=1d196eb1f258e78 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\North Asia Standard Time] 1526460547 +#time=1d3ecf2c07f0196 "Display"="Asia/Krasnoyarsk" "Dlt"="North Asia Daylight Time" "Std"="North Asia Standard Time" "TZI"=hex:5c,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Pacific SA Standard Time] 1460706475 -#time=1d196eb1f25945e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Pacific SA Standard Time] 1526460547 +#time=1d3ecf2c07f07fe "Display"="America/Santiago" "Dlt"="Pacific SA Daylight Time" "Std"="Pacific SA Standard Time" "TZI"=hex:f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,00,00,00,\ 00,00,00,00,00,00,00,0a,00,00,00,02,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Pacific Standard Time] 1460706475 -#time=1d196eb1f259a8a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Pacific Standard Time] 1526460547 +#time=1d3ecf2c07f0e5c "Display"="America/Los_Angeles" "Dlt"="Pacific Daylight Time" "Std"="Pacific Standard Time" "TZI"=hex:e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Pacific Standard Time (Mexico)] 1460706475 -#time=1d196eb1f25a0a2 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Pacific Standard Time (Mexico)] 1526460547 +#time=1d3ecf2c07f14ce "Display"="America/Tijuana" "Dlt"="Pacific Daylight Time (Mexico)" "Std"="Pacific Standard Time (Mexico)" "TZI"=hex:e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Pakistan Standard Time] 1460706475 -#time=1d196eb1f25a6a6 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Pakistan Standard Time] 1526460547 +#time=1d3ecf2c07f1b36 "Display"="Asia/Karachi" "Dlt"="Pakistan Daylight Time" "Std"="Pakistan Standard Time" "TZI"=hex:d4,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Paraguay Standard Time] 1460706475 -#time=1d196eb1f25aca0 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Paraguay Standard Time] 1526460547 +#time=1d3ecf2c07f2194 "Display"="America/Asuncion" "Dlt"="Paraguay Daylight Time" "Std"="Paraguay Standard Time" "TZI"=hex:f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,04,00,00,00,00,\ 00,00,00,00,00,00,00,0a,00,00,00,01,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Romance Standard Time] 1460706475 -#time=1d196eb1f25b290 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Romance Standard Time] 1526460547 +#time=1d3ecf2c07f2810 "Display"="Europe/Paris" "Dlt"="Romance Daylight Time" "Std"="Romance Standard Time" "TZI"=hex:c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Russian Standard Time] 1460706475 -#time=1d196eb1f25b8a8 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Russian Standard Time] 1526460547 +#time=1d3ecf2c07f2e6e "Display"="Europe/Moscow" "Dlt"="Russian Daylight Time" "Std"="Russian Standard Time" "TZI"=hex:4c,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\SA Eastern Standard Time] 1460706475 -#time=1d196eb1f25be8e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\SA Eastern Standard Time] 1526460547 +#time=1d3ecf2c07f34cc "Display"="America/Buenos_Aires" "Dlt"="SA Eastern Daylight Time" "Std"="SA Eastern Standard Time" "TZI"=hex:b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,03,00,00,00,00,\ 00,00,00,00,00,00,00,0a,00,00,00,01,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\SA Pacific Standard Time] 1460706475 -#time=1d196eb1f25c50a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\SA Pacific Standard Time] 1526460547 +#time=1d3ecf2c07f3b34 "Display"="America/Bogota" "Dlt"="SA Pacific Daylight Time" "Std"="SA Pacific Standard Time" "TZI"=hex:2c,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\SA Western Standard Time] 1460706475 -#time=1d196eb1f25caf0 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\SA Western Standard Time] 1526460547 +#time=1d3ecf2c07f4192 "Display"="America/La_Paz" "Dlt"="SA Western Daylight Time" "Std"="SA Western Standard Time" "TZI"=hex:f0,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Samoa Standard Time] 1460706475 -#time=1d196eb1f25d126 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Samoa Standard Time] 1526460547 +#time=1d3ecf2c07f47e6 "Display"="Pacific/Samoa" "Dlt"="Samoa Daylight Time" "Std"="Samoa Standard Time" "TZI"=hex:94,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\SE Asia Standard Time] 1460706475 -#time=1d196eb1f25d70c +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\SE Asia Standard Time] 1526460547 +#time=1d3ecf2c07f5042 "Display"="Asia/Bangkok" "Dlt"="SE Asia Daylight Time" "Std"="SE Asia Standard Time" "TZI"=hex:5c,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Singapore Standard Time] 1460706475 -#time=1d196eb1f25dda6 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Singapore Standard Time] 1526460547 +#time=1d3ecf2c07f56f0 "Display"="Asia/Singapore" "Dlt"="Singapore Daylight Time" "Std"="Singapore Standard Time" "TZI"=hex:20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\South Africa Standard Time] 1460706475 -#time=1d196eb1f25e42c +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\South Africa Standard Time] 1526460547 +#time=1d3ecf2c07f5fd8 "Display"="Africa/Johannesburg" "Dlt"="South Africa Daylight Time" "Std"="South Africa Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Sri Lanka Standard Time] 1460706475 -#time=1d196eb1f25ed78 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Sri Lanka Standard Time] 1526460547 +#time=1d3ecf2c07f6654 "Display"="Asia/Colombo" "Dlt"="Sri Lanka Daylight Time" "Std"="Sri Lanka Standard Time" "TZI"=hex:b6,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Syria Standard Time] 1460706475 -#time=1d196eb1f25f3b8 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Syria Standard Time] 1526460547 +#time=1d3ecf2c07f6cc6 "Display"="Asia/Damascus" "Dlt"="Syria Daylight Time" "Std"="Syria Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,05,00,05,00,00,00,00,\ 00,00,00,00,00,00,00,03,00,05,00,05,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Taipei Standard Time] 1460706475 -#time=1d196eb1f25f9a8 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Taipei Standard Time] 1526460547 +#time=1d3ecf2c07f732e "Display"="Asia/Taipei" "Dlt"="Taipei Daylight Time" "Std"="Taipei Standard Time" "TZI"=hex:20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Tasmania Standard Time] 1460706475 -#time=1d196eb1f25ffde +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Tasmania Standard Time] 1526460547 +#time=1d3ecf2c07f7a36 "Display"="Australia/Hobart" "Dlt"="Tasmania Daylight Time" "Std"="Tasmania Standard Time" "TZI"=hex:a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,04,00,00,00,01,00,03,00,00,\ 00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Tokyo Standard Time] 1460706475 -#time=1d196eb1f260628 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Tokyo Standard Time] 1526460547 +#time=1d3ecf2c07f8210 "Display"="Asia/Tokyo" "Dlt"="Tokyo Daylight Time" "Std"="Tokyo Standard Time" "TZI"=hex:e4,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Tonga Standard Time] 1460706475 -#time=1d196eb1f260cae +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Tonga Standard Time] 1526460547 +#time=1d3ecf2c07f89ae "Display"="Pacific/Tongatapu" "Dlt"="Tonga Daylight Time" "Std"="Tonga Standard Time" "TZI"=hex:f4,fc,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Turkey Standard Time] 1460706475 -#time=1d196eb1f26138e +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Turkey Standard Time] 1526460547 +#time=1d3ecf2c07f9412 "Display"="Europe/Istanbul" "Dlt"="Turkey Daylight Time" "Std"="Turkey Standard Time" "TZI"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Turkey Standard Time\\Dynamic DST] 1460706475 -#time=1d196eb1f26141a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Turkey Standard Time\\Dynamic DST] 1526460547 +#time=1d3ecf2c07f9cfa "2015"=hex:88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,df,07,0b,00,00,00,08,00,04,00,\ 00,00,00,00,00,00,df,07,03,00,00,00,1d,00,03,00,00,00,00,00,00,00 +"FirstEntry"=dword:000007df +"LastEntry"=dword:000007df -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Ulaanbaatar Standard Time] 1460706475 -#time=1d196eb1f2619c4 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Ulaanbaatar Standard Time] 1526460547 +#time=1d3ecf2c07facc2 "Display"="Asia/Ulaanbaatar" "Dlt"="Ulaanbaatar Daylight Time" "Std"="Ulaanbaatar Standard Time" "TZI"=hex:20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,09,00,06,00,05,00,00,00,00,\ 00,00,00,00,00,00,00,03,00,06,00,05,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\US Eastern Standard Time] 1460706475 -#time=1d196eb1f261ffa +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\US Eastern Standard Time] 1526460547 +#time=1d3ecf2c07fb4ec "Display"="America/Indianapolis" "Dlt"="US Eastern Daylight Time" "Std"="US Eastern Standard Time" "TZI"=hex:2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0b,00,00,00,01,00,02,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,02,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\US Mountain Standard Time] 1460706475 -#time=1d196eb1f26263a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\US Mountain Standard Time] 1526460547 +#time=1d3ecf2c07fbe7e "Display"="America/Phoenix" "Dlt"="US Mountain Daylight Time" "Std"="US Mountain Standard Time" "TZI"=hex:a4,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\UTC] 1460706475 -#time=1d196eb1f262c70 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\UTC] 1526460547 +#time=1d3ecf2c07fc658 "Display"="Etc/UTC" "Dlt"="Coordinated Universal Time" "Std"="Coordinated Universal Time" "TZI"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Venezuela Standard Time] 1460706475 -#time=1d196eb1f26329c +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Venezuela Standard Time] 1526460547 +#time=1d3ecf2c07fcd88 "Display"="America/Caracas" "Dlt"="Venezuela Daylight Time" "Std"="Venezuela Standard Time" "TZI"=hex:0e,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Vladivostok Standard Time] 1460706475 -#time=1d196eb1f2638c8 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Vladivostok Standard Time] 1526460547 +#time=1d3ecf2c07fd4ae "Display"="Asia/Vladivostok" "Dlt"="Vladivostok Daylight Time" "Std"="Vladivostok Standard Time" "TZI"=hex:a8,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\W. Australia Standard Time] 1460706475 -#time=1d196eb1f263eae +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\W. Australia Standard Time] 1526460547 +#time=1d3ecf2c07fdbca "Display"="Australia/Perth" "Dlt"="W. Australia Daylight Time" "Std"="W. Australia Standard Time" "TZI"=hex:20,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\W. Central Africa Standard Time] 1460706475 -#time=1d196eb1f26466a +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\W. Central Africa Standard Time] 1526460547 +#time=1d3ecf2c07fe322 "Display"="Africa/Lagos" "Dlt"="W. Central Africa Daylight Time" "Std"="W. Central Africa Standard Time" "TZI"=hex:c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\W. Europe Standard Time] 1460706475 -#time=1d196eb1f264cbe +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\W. Europe Standard Time] 1526460547 +#time=1d3ecf2c07fe994 "Display"="Europe/Berlin" "Dlt"="W. Europe Daylight Time" "Std"="W. Europe Standard Time" "TZI"=hex:c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,\ 00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\West Asia Standard Time] 1460706475 -#time=1d196eb1f26531c +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\West Asia Standard Time] 1526460547 +#time=1d3ecf2c07ff006 "Display"="Asia/Karachi" "Dlt"="West Asia Daylight Time" "Std"="West Asia Standard Time" "TZI"=hex:d4,fe,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\West Pacific Standard Time] 1460706475 -#time=1d196eb1f2659c0 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\West Pacific Standard Time] 1526460547 +#time=1d3ecf2c07ff696 "Display"="Pacific/Guam" "Dlt"="West Pacific Daylight Time" "Std"="West Pacific Standard Time" "TZI"=hex:a8,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Yakutsk Standard Time] 1460706475 -#time=1d196eb1f265fd8 +[Software\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones\\Yakutsk Standard Time] 1526460547 +#time=1d3ecf2c07ffd08 "Display"="Asia/Yakutsk" "Dlt"="Yakutsk Daylight Time" "Std"="Yakutsk Standard Time" "TZI"=hex:e4,fd,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 -[Software\\Policies] 1460706475 -#time=1d196eb1f18686a +[Software\\Policies] 1526460547 +#time=1d3ecf2c070a9e8 -[Software\\Registered Applications] 1460706475 -#time=1d196eb1f186a54 +[Software\\Registered Applications] 1526460547 +#time=1d3ecf2c070aaec -[Software\\Wine\\LicenseInformation] 1460706475 -#time=1d196eb1f2681b6 +[Software\\Wine\\LicenseInformation] 1526460547 +#time=1d3ecf2c08020c6 "Kernel-MUI-Language-Allowed"="EMPTY" "Kernel-MUI-Language-Disallowed"="EMPTY" "Kernel-MUI-Number-Allowed"=dword:000003e8 @@ -69489,48 +70644,182 @@ WINE REGISTRY Version 2 "Shell-InBoxGames-SpiderSolitaire-EnableGame"=dword:00000001 "Shell-PremiumInBoxGames-Chess-EnableGame"=dword:00000001 -[System\\CurrentControlSet\\Control\\Class\\{4d36e967-e325-11ce-bfc1-08002be10318}] 1460706475 -#time=1d196eb1f1608cc +[Software\\Wine\\Ports] 1526460548 +#time=1d3ecf2c08c2a2e + +[System\\CurrentControlSet\\Control\\Class\\{4d36e967-e325-11ce-bfc1-08002be10318}] 1526460547 +#time=1d3ecf2c06f37b6 @="Disk drives" "Class"="DiskDrive" -[System\\CurrentControlSet\\Control\\Class\\{4d36e978-e325-11ce-bfc1-08002be10318}] 1460706475 -#time=1d196eb1f160e58 +[System\\CurrentControlSet\\Control\\Class\\{4d36e978-e325-11ce-bfc1-08002be10318}] 1526460547 +#time=1d3ecf2c06f3ae0 @="Ports (COM & LPT)" "Class"="Ports" -[System\\CurrentControlSet\\Control\\Class\\{6bdd1fc6-810f-11d0-bec7-08002be2092f}] 1460706475 -#time=1d196eb1f16133a +[System\\CurrentControlSet\\Control\\Class\\{6bdd1fc6-810f-11d0-bec7-08002be2092f}] 1526460547 +#time=1d3ecf2c06f3e00 @="Imaging devices" "Class"="Image" -[System\\CurrentControlSet\\Control\\Class\\{745a17a0-74d3-11d0-b6fe-00a0c90f57da}] 1460706475 -#time=1d196eb1f1618d0 +[System\\CurrentControlSet\\Control\\Class\\{745a17a0-74d3-11d0-b6fe-00a0c90f57da}] 1526460547 +#time=1d3ecf2c06f415c @="Human Interface Devices" "Class"="HIDClass" -[System\\CurrentControlSet\\Control\\ComputerName\\ComputerName] 1460706468 -#time=1d196eb1af95334 -"ComputerName"="mari" +[System\\CurrentControlSet\\Control\\ComputerName\\ComputerName] 1526460531 +#time=1d3ecf2b6954190 +"ComputerName"="Hongfengs-Mac-m" -[System\\CurrentControlSet\\Control\\ContentIndex\\Language\\Neutral] 1460706475 -#time=1d196eb1f15fa6c +[System\\CurrentControlSet\\Control\\ContentIndex\\Language\\Neutral] 1526460547 +#time=1d3ecf2c06f302c "Locale"=dword:00000000 "StemmerClass"="" "WBreakerClass"="{369647e0-17b0-11ce-9950-00aa004bbb1f}" -[System\\CurrentControlSet\\Control\\Lsa] 1460706475 -#time=1d196eb1f186c20 +[System\\CurrentControlSet\\Control\\CriticalDeviceDatabase\\HIDRAW] 1526460547 +#time=1d3ecf2c06f472e +"Service"="WineHID" + +[System\\CurrentControlSet\\Control\\CriticalDeviceDatabase\\IOHID] 1526460547 +#time=1d3ecf2c06f48be +"Service"="WineHID" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_0000&PID_0000&IM_1#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1526460556 +#time=1d3ecf2c5ae48d4 +"DeviceInstance"="HID\\VID_0000&PID_0000&IM_1\\0&0000&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_0000&PID_0000&IM_1#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1526460556 +#time=1d3ecf2c5ae4bae +"SymbolicLink"="\\\\?\\HID#VID_0000&PID_0000&IM_1#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_001C&PID_100B&IM_1#3&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1526460556 +#time=1d3ecf2c5a97c00 +"DeviceInstance"="HID\\VID_001C&PID_100B&IM_1\\3&0000&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_001C&PID_100B&IM_1#3&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1526460556 +#time=1d3ecf2c5a97e6c +"SymbolicLink"="\\\\?\\HID#VID_001C&PID_100B&IM_1#3&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_001C&PID_100B&IM_2#3&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1526460556 +#time=1d3ecf2c5ac7040 +"DeviceInstance"="HID\\VID_001C&PID_100B&IM_2\\3&0000&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_001C&PID_100B&IM_2#3&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1526460556 +#time=1d3ecf2c5ac73d8 +"SymbolicLink"="\\\\?\\HID#VID_001C&PID_100B&IM_2#3&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_001C&PID_100B&IM_3#3&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1526460556 +#time=1d3ecf2c5ad4c7c +"DeviceInstance"="HID\\VID_001C&PID_100B&IM_3\\3&0000&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_001C&PID_100B&IM_3#3&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1526460556 +#time=1d3ecf2c5ad4f2e +"SymbolicLink"="\\\\?\\HID#VID_001C&PID_100B&IM_3#3&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_046D&PID_B011&IM_1#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1528075956 +#time=1d3fba3eaf31646 +"DeviceInstance"="HID\\VID_046D&PID_B011&IM_1\\4112&00-1F-20-F8-47-F7&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_046D&PID_B011&IM_1#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1528075956 +#time=1d3fba3eaf31902 +"SymbolicLink"="\\\\?\\HID#VID_046D&PID_B011&IM_1#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_0255&IM_1#80&B8-09-8A-F3-24-92&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1526460556 +#time=1d3ecf2c5b17d10 +"DeviceInstance"="HID\\VID_05AC&PID_0255&IM_1\\80&B8-09-8A-F3-24-92&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_0255&IM_1#80&B8-09-8A-F3-24-92&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1526460556 +#time=1d3ecf2c5b17fd6 +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_0255&IM_1#80&B8-09-8A-F3-24-92&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_030E&IM_1#352&88-63-DF-F1-EE-5C&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1526460556 +#time=1d3ecf2c5ab7b72 +"DeviceInstance"="HID\\VID_05AC&PID_030E&IM_1\\352&88-63-DF-F1-EE-5C&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_030E&IM_1#352&88-63-DF-F1-EE-5C&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1526460556 +#time=1d3ecf2c5ab7df2 +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_030E&IM_1#352&88-63-DF-F1-EE-5C&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_8242&IM_1#256&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1526460556 +#time=1d3ecf2c5b05520 +"DeviceInstance"="HID\\VID_05AC&PID_8242&IM_1\\256&0000&0" -[System\\CurrentControlSet\\Control\\Nls\\Codepage] 1460706475 -#time=1d196eb1f18e772 +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_8242&IM_1#256&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1526460556 +#time=1d3ecf2c5b057fa +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_8242&IM_1#256&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_1#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1526460556 +#time=1d3ecf2c5aa5224 +"DeviceInstance"="HID\\VID_05AC&PID_FFFF&IM_1\\0&0000&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_1#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1526460556 +#time=1d3ecf2c5aa547c +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_FFFF&IM_1#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_2#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1526460556 +#time=1d3ecf2c5af30aa +"DeviceInstance"="HID\\VID_05AC&PID_FFFF&IM_2\\0&0000&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_2#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1526460556 +#time=1d3ecf2c5af367c +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_FFFF&IM_2#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_2#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1528075956 +#time=1d3fba3eaf5c63e +"DeviceInstance"="HID\\VID_05AC&PID_FFFF&IM_2\\4112&00-1F-20-F8-47-F7&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_2#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1528075956 +#time=1d3fba3eaf5c904 +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_FFFF&IM_2#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_3#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1528075956 +#time=1d3fba3eaf6aa36 +"DeviceInstance"="HID\\VID_05AC&PID_FFFF&IM_3\\0&0000&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_3#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1528075956 +#time=1d3fba3eaf6ac98 +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_FFFF&IM_3#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_3#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1528075988 +#time=1d3fba3fe31079a +"DeviceInstance"="HID\\VID_05AC&PID_FFFF&IM_3\\4112&00-1F-20-F8-47-F7&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_3#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1528075988 +#time=1d3fba3fe310d44 +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_FFFF&IM_3#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_4#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1528075988 +#time=1d3fba3fe320834 +"DeviceInstance"="HID\\VID_05AC&PID_FFFF&IM_4\\0&0000&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_4#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1528075988 +#time=1d3fba3fe320b86 +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_FFFF&IM_4#0&0000&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_4#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}] 1528075956 +#time=1d3fba3eaf788ca +"DeviceInstance"="HID\\VID_05AC&PID_FFFF&IM_4\\4112&00-1F-20-F8-47-F7&0" + +[System\\CurrentControlSet\\Control\\DeviceClasses\\{4D1E55B2-F16F-11CF-88CB-001111000030}\\##?#HID#VID_05AC&PID_FFFF&IM_4#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}\\#] 1528075956 +#time=1d3fba3eaf78b68 +"SymbolicLink"="\\\\?\\HID#VID_05AC&PID_FFFF&IM_4#4112&00-1F-20-F8-47-F7&0#{4D1E55B2-F16F-11CF-88CB-001111000030}" + +[System\\CurrentControlSet\\Control\\hivelist] 1526460547 +#time=1d3ecf2c070abfa + +[System\\CurrentControlSet\\Control\\Lsa\\Kerberos] 1526460547 +#time=1d3ecf2c070b0dc + +[System\\CurrentControlSet\\Control\\Nls\\Codepage] 1526460547 +#time=1d3ecf2c070fe8e "37"="" "ACP"="1252" "MACCP"="10000" "OEMCP"="850" -[System\\CurrentControlSet\\Control\\Nls\\Language] 1460706475 -#time=1d196eb1f1a0094 +[System\\CurrentControlSet\\Control\\Nls\\Language] 1526460547 +#time=1d3ecf2c071dc8c "0401"="" "0402"="" "0403"="" @@ -69677,8 +70966,8 @@ WINE REGISTRY Version 2 "Default"="0409" "InstallLanguage"="0409" -[System\\CurrentControlSet\\Control\\Nls\\Language Groups] 1460706475 -#time=1d196eb1f1a18d6 +[System\\CurrentControlSet\\Control\\Nls\\Language Groups] 1526460547 +#time=1d3ecf2c071f6fe "1"="1" "10"="1" "11"="1" @@ -69697,8 +70986,8 @@ WINE REGISTRY Version 2 "e"="1" "f"="1" -[System\\CurrentControlSet\\Control\\Nls\\Locale] 1460706475 -#time=1d196eb1f1ae392 +[System\\CurrentControlSet\\Control\\Nls\\Locale] 1526460547 +#time=1d3ecf2c072f130 @="00000409" "00000401"="d" "00000402"="5" @@ -69844,8 +71133,8 @@ WINE REGISTRY Version 2 "00004c0a"="1" "0000500a"="1" -[System\\CurrentControlSet\\Control\\Nls\\Locale\\Alternate Sorts] 1460706475 -#time=1d196eb1f1af0bc +[System\\CurrentControlSet\\Control\\Nls\\Locale\\Alternate Sorts] 1526460547 +#time=1d3ecf2c072fcfc "00010407"="1" "0001040e"="2" "00010437"="10" @@ -69854,28 +71143,28 @@ WINE REGISTRY Version 2 "00021404"="9" "00030404"="9" -[System\\CurrentControlSet\\Control\\Print\\Monitors\\Local Port] 1460706475 -#time=1d196eb1f1afa76 +[System\\CurrentControlSet\\Control\\Print\\Monitors\\Local Port] 1526460547 +#time=1d3ecf2c073095e "Driver"="localspl.dll" -[System\\CurrentControlSet\\Control\\Print\\Printers] 1460706475 -#time=1d196eb1f1afc88 +[System\\CurrentControlSet\\Control\\Print\\Printers] 1526460547 +#time=1d3ecf2c0730c06 "DefaultSpoolDirectory"="C:\\windows\\system32\\spool\\printers" -[System\\CurrentControlSet\\Control\\ProductOptions] 1460706475 -#time=1d196eb1f266d7a +[System\\CurrentControlSet\\Control\\ProductOptions] 1528075962 +#time=1d3fba3ee5b4ace "ProductType"="WinNT" -[System\\CurrentControlSet\\Control\\SecurityProviders\\Schannel\\Protocols\\SSL 2.0\\Client] 1460706475 -#time=1d196eb1f187ef4 +[System\\CurrentControlSet\\Control\\SecurityProviders\\Schannel\\Protocols\\SSL 2.0\\Client] 1526460547 +#time=1d3ecf2c070ba78 "DisabledByDefault"=dword:00000001 -[System\\CurrentControlSet\\Control\\ServiceGroupOrder] 1460706475 -#time=1d196eb1f188228 +[System\\CurrentControlSet\\Control\\ServiceGroupOrder] 1526460547 +#time=1d3ecf2c070bc1c "List"=str(7):"TDI\0" -[System\\CurrentControlSet\\Control\\Session Manager] 1460706645 -#time=1d196eb84adac8a +[System\\CurrentControlSet\\Control\\Session Manager] 1526460877 +#time=1d3ecf384fe93ce "CriticalSectionTimeout"=dword:00278d00 "GlobalFlag"=dword:00000000 "HeapDeCommitFreeBlockThreshold"=dword:00000000 @@ -69883,17 +71172,17 @@ WINE REGISTRY Version 2 "HeapSegmentCommit"=dword:00000000 "HeapSegmentReserve"=dword:00000000 -[System\\CurrentControlSet\\Control\\Session Manager\\Environment] 1460706475 -#time=1d196eb1f2671d0 +[System\\CurrentControlSet\\Control\\Session Manager\\Environment] 1526460547 +#time=1d3ecf2c0800fd2 "ComSpec"=str(2):"C:\\windows\\system32\\cmd.exe" -"NUMBER_OF_PROCESSORS"="8" +"NUMBER_OF_PROCESSORS"="4" "OS"="Windows_NT" "PATH"=str(2):"C:\\windows\\system32;C:\\windows;C:\\windows\\system32\\wbem" "PATHEXT"=".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH" "PROCESSOR_ARCHITECTURE"="x86" -"PROCESSOR_IDENTIFIER"="x86 Family 6 Model 58 Stepping 9, GenuineIntel" +"PROCESSOR_IDENTIFIER"="x86 Family 6 Model 69 Stepping 1, GenuineIntel" "PROCESSOR_LEVEL"="6" -"PROCESSOR_REVISION"="3a09" +"PROCESSOR_REVISION"="4501" "SystemDrive"="c:" "SYSTEMROOT"="C:\\windows" "TEMP"=str(2):"C:\\windows\\temp" @@ -69901,43 +71190,163 @@ WINE REGISTRY Version 2 "windir"=str(2):"C:\\windows" "winsysdir"="C:\\windows\\system32" -[System\\CurrentControlSet\\Control\\Session Manager\\kernel] 1460706645 -#time=1d196eb84c8a63e +[System\\CurrentControlSet\\Control\\Session Manager\\kernel] 1526460877 +#time=1d3ecf38526c59c "ObUnsecureGlobalNames"=str(7):"netfxcustomperfcounters.1.0\0SharedPerfIPCBlock\0Cor_Private_IPCBlock\0Cor_Public_IPCBlock_\0Cor_SxSPublic_IPCBlock_\0" -[System\\CurrentControlSet\\Control\\Session Manager\\Memory Management] 1460706475 -#time=1d196eb1f1b4274 +[System\\CurrentControlSet\\Control\\Session Manager\\Memory Management] 1526460547 +#time=1d3ecf2c073777c "PagingFiles"="C:\\pagefile.sys 27 77" "WriteWatch"=dword:00000001 -[System\\CurrentControlSet\\Control\\TimeZoneInformation] 1460706475 -#time=1d196eb1f1889da +[System\\CurrentControlSet\\Control\\TimeZoneInformation] 1526460547 +#time=1d3ecf2c070c040 "StandardName"="" "TimeZoneKeyName"="" -[System\\CurrentControlSet\\Control\\VirtualDeviceDrivers] 1460706475 -#time=1d196eb1f188b7e +[System\\CurrentControlSet\\Control\\VirtualDeviceDrivers] 1526460547 +#time=1d3ecf2c070c144 -[System\\CurrentControlSet\\Control\\VMM32Files] 1460706475 -#time=1d196eb1f188dcc +[System\\CurrentControlSet\\Control\\VMM32Files] 1526460547 +#time=1d3ecf2c070c252 -[System\\CurrentControlSet\\Control\\Windows] 1460706475 -#time=1d196eb1f266fbe +[System\\CurrentControlSet\\Control\\Windows] 1526460956 +#time=1d3ecf3b42d809c "CSDVersion"=dword:00000300 -[System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts] 1460706475 -#time=1d196eb1f177a90 +[System\\CurrentControlSet\\Enum\\HID\\VID_0000&PID_0000&IM_1\\0&0000&0] 1528076000 +#time=1d3fba40542f138 +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_001C&PID_100B&IM_1\\3&0000&0] 1526461071 +#time=1d3ecf3f8c560a8 +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_001C&PID_100B&IM_2\\3&0000&0] 1526461071 +#time=1d3ecf3f8c8128a +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_001C&PID_100B&IM_3\\3&0000&0] 1526461071 +#time=1d3ecf3f8c973be +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_046D&PID_B011&IM_1\\4112&00-1F-20-F8-47-F7&0] 1528076000 +#time=1d3fba40549477c +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_0255&IM_1\\80&B8-09-8A-F3-24-92&0] 1528076000 +#time=1d3fba405469aae +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_030E&IM_1\\352&88-63-DF-F1-EE-5C&0] 1528076000 +#time=1d3fba405456ff8 +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_8242&IM_1\\256&0000&0] 1528076000 +#time=1d3fba40541e90a +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_FFFF&IM_1\\0&0000&0] 1528076000 +#time=1d3fba40540b026 +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_FFFF&IM_2\\0&0000&0] 1526461071 +#time=1d3ecf3f8c6b96c +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_FFFF&IM_2\\4112&00-1F-20-F8-47-F7&0] 1528076000 +#time=1d3fba405441dec +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_FFFF&IM_3\\0&0000&0] 1528076000 +#time=1d3fba40547e04e +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_FFFF&IM_3\\4112&00-1F-20-F8-47-F7&0] 1528075988 +#time=1d3fba3fe3103da +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_FFFF&IM_4\\0&0000&0] 1528075988 +#time=1d3fba3fe3203a2 +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\HID\\VID_05AC&PID_FFFF&IM_4\\4112&00-1F-20-F8-47-F7&0] 1528076000 +#time=1d3fba4054a3196 +"ClassGUID"="{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_0000&PID_0000&IM_1\\0&0000&0] 1528076000 +#time=1d3fba405421ad8 +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_001C&PID_100B&IM_1\\3&0000&0] 1526461071 +#time=1d3ecf3f8c449f2 +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_001C&PID_100B&IM_2\\3&0000&0] 1526461071 +#time=1d3ecf3f8c6ed74 +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_001C&PID_100B&IM_3\\3&0000&0] 1526461071 +#time=1d3ecf3f8c84a2a +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_046D&PID_B011&IM_1\\4112&00-1F-20-F8-47-F7&0] 1528076000 +#time=1d3fba4054816cc +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_0255&IM_1\\80&B8-09-8A-F3-24-92&0] 1528076000 +#time=1d3fba40545a22a +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_030E&IM_1\\352&88-63-DF-F1-EE-5C&0] 1528076000 +#time=1d3fba405445758 +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_8242&IM_1\\256&0000&0] 1528076000 +#time=1d3fba40540e118 +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_FFFF&IM_1\\0&0000&0] 1528076000 +#time=1d3fba4053e7d4c +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_FFFF&IM_2\\0&0000&0] 1526461071 +#time=1d3ecf3f8c5919a +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_FFFF&IM_2\\4112&00-1F-20-F8-47-F7&0] 1528076000 +#time=1d3fba405431dfc +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_FFFF&IM_3\\0&0000&0] 1528076000 +#time=1d3fba40546be4e +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_FFFF&IM_3\\4112&00-1F-20-F8-47-F7&0] 1528075988 +#time=1d3fba3fe3041b6 +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_FFFF&IM_4\\0&0000&0] 1528075988 +#time=1d3fba3fe312ca2 +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Enum\\IOHID\\VID_05AC&PID_FFFF&IM_4\\4112&00-1F-20-F8-47-F7&0] 1528076000 +#time=1d3fba405497332 +"ClassGUID"="{989D309D-0470-4E1A-8938-501F42BD9ACD}" + +[System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts] 1526460547 +#time=1d3ecf2c07005d8 "FIXEDFON.FON"="vgafix.fon" "FONTS.FON"="vgasys.fon" "LogPixels"=dword:00000060 "OEMFONT.FON"="vga850.fon" -[System\\CurrentControlSet\\Services\\.NET CLR Data\\Linkage] 1460706675 -#time=1d196eb9673aac8 +[System\\CurrentControlSet\\Services\\.NET CLR Data\\Linkage] 1526460915 +#time=1d3ecf39ba20bba "Export"="2e,00,4e,00,45,00,54,00,20,00,43,00,4c,00,52,00,20,00,44,00,61,00,74,00,61,00,00,00,00,00" -[System\\CurrentControlSet\\Services\\.NET CLR Data\\Performance] 1460706675 -#time=1d196eb9673954c +[System\\CurrentControlSet\\Services\\.NET CLR Data\\Performance] 1526460915 +#time=1d3ecf39ba1dfe6 "CategoryOptions"=dword:00000001 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -69969,12 +71378,12 @@ WINE REGISTRY Version 2 "Library"="netfxperf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\.NET CLR Networking\\Linkage] 1460706675 -#time=1d196eb9673c1de +[System\\CurrentControlSet\\Services\\.NET CLR Networking\\Linkage] 1526460915 +#time=1d3ecf39ba2377a "Export"="2e,00,4e,00,45,00,54,00,20,00,43,00,4c,00,52,00,20,00,4e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,69,00,6e,00,67,00,00,00,00,00" -[System\\CurrentControlSet\\Services\\.NET CLR Networking\\Performance] 1460706675 -#time=1d196eb96740162 +[System\\CurrentControlSet\\Services\\.NET CLR Networking\\Performance] 1526460915 +#time=1d3ecf39ba2be66 "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -69994,12 +71403,12 @@ WINE REGISTRY Version 2 "Library"="netfxperf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\.NET CLR Networking 4.0.0.0\\Linkage] 1460706645 -#time=1d196eb84b20a96 +[System\\CurrentControlSet\\Services\\.NET CLR Networking 4.0.0.0\\Linkage] 1526460877 +#time=1d3ecf3850554ac "Export"=str(7):".NET CLR Networking 4.0.0.0\0" -[System\\CurrentControlSet\\Services\\.NET CLR Networking 4.0.0.0\\Performance] 1460706645 -#time=1d196eb84b1e660 +[System\\CurrentControlSet\\Services\\.NET CLR Networking 4.0.0.0\\Performance] 1526460877 +#time=1d3ecf385051b54 "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70010,12 +71419,12 @@ WINE REGISTRY Version 2 "Library"="netfxperf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\.NET Data Provider for Oracle\\Linkage] 1460706675 -#time=1d196eb967c16ea +[System\\CurrentControlSet\\Services\\.NET Data Provider for Oracle\\Linkage] 1526460915 +#time=1d3ecf39bb197ce "Export"="2e,00,4e,00,45,00,54,00,20,00,44,00,61,00,74,00,61,00,20,00,50,00,72,00,6f,00,76,00,69,00,64,00,65,00,72,00,20,00,66,00,6f,00,72,00,20,00,4f,00,72,00,61,00,63,00,6c,00,65,00,00,00,00,00" -[System\\CurrentControlSet\\Services\\.NET Data Provider for Oracle\\Performance] 1460706675 -#time=1d196eb967bff70 +[System\\CurrentControlSet\\Services\\.NET Data Provider for Oracle\\Performance] 1526460915 +#time=1d3ecf39bb16db2 "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70065,12 +71474,12 @@ WINE REGISTRY Version 2 "Library"="netfxperf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\.NET Data Provider for SqlServer\\Linkage] 1460706646 -#time=1d196eb856352f6 +[System\\CurrentControlSet\\Services\\.NET Data Provider for SqlServer\\Linkage] 1526460879 +#time=1d3ecf3861ed192 "Export"="2e,00,4e,00,45,00,54,00,20,00,44,00,61,00,74,00,61,00,20,00,50,00,72,00,6f,00,76,00,69,00,64,00,65,00,72,00,20,00,66,00,6f,00,72,00,20,00,53,00,71,00,6c,00,53,00,65,00,72,00,76,00,65,00,72,00,00,00,00,00" -[System\\CurrentControlSet\\Services\\.NET Data Provider for SqlServer\\Performance] 1460706646 -#time=1d196eb856441d4 +[System\\CurrentControlSet\\Services\\.NET Data Provider for SqlServer\\Performance] 1526460879 +#time=1d3ecf3861fe578 "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70120,12 +71529,12 @@ WINE REGISTRY Version 2 "Library"="netfxperf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\.NET Memory Cache 4.0\\Linkage] 1460706675 -#time=1d196eb9674d434 +[System\\CurrentControlSet\\Services\\.NET Memory Cache 4.0\\Linkage] 1526460915 +#time=1d3ecf39ba48048 "Export"="" -[System\\CurrentControlSet\\Services\\.NET Memory Cache 4.0\\Performance] 1460706675 -#time=1d196eb9674bd46 +[System\\CurrentControlSet\\Services\\.NET Memory Cache 4.0\\Performance] 1526460915 +#time=1d3ecf39ba457a8 "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70148,40 +71557,40 @@ WINE REGISTRY Version 2 "Library"="netfxperf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\.NETFramework\\Performance] 1460706646 -#time=1d196eb85629e56 +[System\\CurrentControlSet\\Services\\.NETFramework\\Performance] 1526460879 +#time=1d3ecf3861d82e2 "Close"="CloseCtrs" "Collect"="CollectCtrs" "Library"="mscoree.dll" "Open"="OpenCtrs" -[System\\CurrentControlSet\\Services\\ASP.NET\\Linkage] 1460706677 -#time=1d196eb97b104b2 +[System\\CurrentControlSet\\Services\\ASP.NET\\Linkage] 1526460917 +#time=1d3ecf39d048c94 "Export"=str(7):"4.0.30319.0" -[System\\CurrentControlSet\\Services\\ASP.NET\\Performance] 1460706677 -#time=1d196eb97b1035e +[System\\CurrentControlSet\\Services\\ASP.NET\\Performance] 1526460917 +#time=1d3ecf39d048ab4 "Close"="CloseGenericCounters" "Collect"="CollectGenericCounters" "Library"="aspnet_counters.dll" "Open"="OpenGenericCounters" -[System\\CurrentControlSet\\Services\\ASP.NET_4.0.30319\\Linkage] 1460706677 -#time=1d196eb97b0bc8c +[System\\CurrentControlSet\\Services\\ASP.NET_4.0.30319\\Linkage] 1526460917 +#time=1d3ecf39d042e34 "Export"=str(7):"4.0.30319.0" -[System\\CurrentControlSet\\Services\\ASP.NET_4.0.30319\\Names] 1460706677 -#time=1d196eb97b0cfba +[System\\CurrentControlSet\\Services\\ASP.NET_4.0.30319\\Names] 1526460917 +#time=1d3ecf39d044a22 -[System\\CurrentControlSet\\Services\\ASP.NET_4.0.30319\\Performance] 1460706677 -#time=1d196eb97b0bb1a +[System\\CurrentControlSet\\Services\\ASP.NET_4.0.30319\\Performance] 1526460917 +#time=1d3ecf39d042af6 "Close"="CloseVersion4Counters" "Collect"="CollectVersion4Counters" "Library"="aspnet_counters.dll" "Open"="OpenVersion4Counters" -[System\\CurrentControlSet\\Services\\aspnet_state] 1460706677 -#time=1d196eb97ae9ccc +[System\\CurrentControlSet\\Services\\aspnet_state] 1526460917 +#time=1d3ecf39d017c84 "Description"="Provides support for out-of-process session states for ASP.NET. If this service is stopped, out-of-process requests will not be processed. If this service is disabled, any services that explicitly depend on it will fail to start." "DisplayName"="ASP.NET State Service" "ErrorControl"=dword:00000001 @@ -70191,24 +71600,24 @@ WINE REGISTRY Version 2 "Start"=dword:00000003 "Type"=dword:00000010 -[System\\CurrentControlSet\\Services\\aspnet_state\\Linkage] 1460706677 -#time=1d196eb97ae3e9e +[System\\CurrentControlSet\\Services\\aspnet_state\\Linkage] 1526460917 +#time=1d3ecf39d010cd6 "Export"=str(7):"4.0.30319.0" -[System\\CurrentControlSet\\Services\\aspnet_state\\Parameters] 1460706677 -#time=1d196eb97aded9a +[System\\CurrentControlSet\\Services\\aspnet_state\\Parameters] 1526460917 +#time=1d3ecf39d008a18 "AllowRemoteConnection"=dword:00000000 "Port"=dword:0000a5b8 -[System\\CurrentControlSet\\Services\\aspnet_state\\Performance] 1460706677 -#time=1d196eb97ae3c64 +[System\\CurrentControlSet\\Services\\aspnet_state\\Performance] 1526460917 +#time=1d3ecf39d010b32 "Close"="CloseStateCounters" "Collect"="CollectStateCounters" "Library"="aspnet_counters.dll" "Open"="OpenStateCounters" -[System\\CurrentControlSet\\Services\\BITS] 1460706475 -#time=1d196eb1f26c946 +[System\\CurrentControlSet\\Services\\BITS] 1526460547 +#time=1d3ecf2c080ad98 "Description"="BITS Service" "DisplayName"="BITS Service" "ErrorControl"=dword:00000001 @@ -70218,12 +71627,12 @@ WINE REGISTRY Version 2 "Start"=dword:00000003 "Type"=dword:00000010 -[System\\CurrentControlSet\\Services\\BITS\\Parameters] 1460706475 -#time=1d196eb1f26c9f0 +[System\\CurrentControlSet\\Services\\BITS\\Parameters] 1526460547 +#time=1d3ecf2c080ae38 "ServiceDll"="C:\\windows\\system32\\qmgr.dll" -[System\\CurrentControlSet\\Services\\clr_optimization_v4.0.30319_32] 1460706651 -#time=1d196eb8800cf7a +[System\\CurrentControlSet\\Services\\clr_optimization_v4.0.30319_32] 1526460882 +#time=1d3ecf387b248e0 "DelayedAutostart"=dword:00000001 "Description"="Microsoft .NET Framework NGEN" "DisplayName"="Microsoft .NET Framework NGEN v4.0.30319_X86" @@ -70237,83 +71646,83 @@ WINE REGISTRY Version 2 "Start"=dword:00000002 "Type"=dword:00000010 -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\.NET Runtime] 1460706645 -#time=1d196eb84c8e52c +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\.NET Runtime] 1526460877 +#time=1d3ecf385271fe2 "EventMessageFile"="C:\\windows\\system32\\mscoree.dll" "TypesSupported"=dword:00000007 -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\.NET Runtime 4.0 Error Reporting] 1460706645 -#time=1d196eb84b8069e +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\.NET Runtime 4.0 Error Reporting] 1526460877 +#time=1d3ecf3850de11c "EventMessageFile"="C:\\Program Files\\Common Files\\Microsoft Shared\\DW\\dw20.exe" "TypesSupported"=dword:00000007 -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\.NET Runtime Optimization Service] 1460706646 -#time=1d196eb8554b0e8 +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\.NET Runtime Optimization Service] 1526460879 +#time=1d3ecf38603fb7e "EventMessageFile"="C:\\windows\\system32\\mscoree.dll" "TypesSupported"=dword:00000007 -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\ASP.NET 4.0.30319.0] 1460706676 -#time=1d196eb97062538 +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\ASP.NET 4.0.30319.0] 1526460916 +#time=1d3ecf39c5a035a "CategoryCount"=dword:00000005 "CategoryMessageFile"=str(2):"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_rc.dll" "EventMessageFile"=str(2):"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_rc.dll" "TypesSupported"=dword:00000007 -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\CardSpace 4.0.0.0] 1460706647 -#time=1d196eb85676d50 +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\CardSpace 4.0.0.0] 1526460879 +#time=1d3ecf386250d96 "CategoryCount"=dword:00000001 "CategoryMessageFile"="icardres.dll.mui" "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui;icardres.dll.mui" -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\Microsoft.Transactions.Bridge 4.0.0.0] 1460706647 -#time=1d196eb8568e40a +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\Microsoft.Transactions.Bridge 4.0.0.0] 1526460879 +#time=1d3ecf3862761f4 "CategoryCount"=dword:0000000e "CategoryMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\ServiceModel Audit 4.0.0.0] 1460706647 -#time=1d196eb85672eee +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\ServiceModel Audit 4.0.0.0] 1526460879 +#time=1d3ecf386249c3a "CategoryCount"=dword:00000002 "CategoryMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" "TypesSupported"=dword:0000001f -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\System.IdentityModel 4.0.0.0] 1460706647 -#time=1d196eb85682cae +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\System.IdentityModel 4.0.0.0] 1526460879 +#time=1d3ecf386264184 "CategoryCount"=dword:0000000e "CategoryMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\System.IO.Log 4.0.0.0] 1460706647 -#time=1d196eb8568a648 +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\System.IO.Log 4.0.0.0] 1526460879 +#time=1d3ecf38627045c "CategoryCount"=dword:0000000e "CategoryMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\System.Runtime.Serialization 4.0.0.0] 1460706647 -#time=1d196eb856865f2 +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\System.Runtime.Serialization 4.0.0.0] 1526460879 +#time=1d3ecf386269c88 "CategoryCount"=dword:0000000e "CategoryMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\System.ServiceModel 4.0.0.0] 1460706647 -#time=1d196eb8567f02c +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\System.ServiceModel 4.0.0.0] 1526460879 +#time=1d3ecf38625cd08 "CategoryCount"=dword:0000000e "CategoryMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\VSSetup] 1460706637 -#time=1d196eb7f731584 -"EventMessageFile"=str(2):"C:\\a4bd685e169a3a4c0f2cba36a7\\DW\\DW20.exe\0ared\\DW\\DW20.exe\0\x7ba1\x4808\x1000\xfa043\0\0\b\0\xee70\x100a\xfa103\2\0\x3240\27\xfa1c3\xb234\x1007\x3250\27\xee88\x100a\2\0\x2abe\x7bc4\xcdc8\n\24\21\1\0\2\0\x2cbe\x7bc4\x3238\27\24\21\xfa983\x2d55\x7bc4\xb234\x1007\x3250\27\x4130\x1000\16\0\xfb3c3\xfa783\x8c42\x1007\x3250\27\16\0\x4130\x1000\x8c4e\x1007\x1901\x7bc4\xfb3c3\6\0\x3238\27\xcdc8\n\x2f01\x7bc4\xfaa03\xfaf83\x30ab\x7bc4\0\21\2\0\xfaf83\x30ab\x7bc4`\21\x4864\x1000\x8c4e\x1007\xfb3c3\x2a00S\a\0\xfae43\x58a7\x1002\x3240\27\0\21\0\0\x3238\27\1\0\1\0\xfb443\24\21\0\0\x58ae\x1002\xfb103\1\0\x2a00S\x2a00S\xfb1c3\x550b\x1008\0\1\xffff\xffdf\xff\0\x550b\x1008\x2a00S\x2a00S\1\0\xfb503\x7fe7\x1002\x33e4S\x7e3b\x1002\xd71b\x1a8f\x2a00S\x35f8S\xee70\x100a\x3250\27\x3250\27\xfb683\xff47\x1008\xffff\xffff\x7e3b\x1002\x7ce0\x1002\xd73f\x1a8f\x2b96@\xfddc3\0\0\xfbb03\x66c3\x1009\0" +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\VSSetup] 1526460870 +#time=1d3ecf38079c72e +"EventMessageFile"=str(2):"C:\\3e7173a9904562953235fc233832d9\\DW\\DW20.exe\0\\DW\\DW20.exe\0\x7b61\x4808\x1000\xfa143\0\0\b\0\xee70\x100a\xfa203\2\0\xae88\25\xfa2c3\xb234\x1007\xae98\25\xee88\x100a\2\0\xee88\x100a\xfa543\x8ce9\x1007\x5180\f\2\0\x2d2e\x7bc4\xae80\25\24\21\xfaa83\x2dc5\x7bc4\xb234\x1007\xae98\25\x4130\x1000\16\0\xfb4c3\xfa883\x8c42\x1007\xe77b\x7bc2\16\0\x4130\x1000\x8c4e\x1007\x1971\x7bc4\xfb4c3\6\0\xae80\25\x5180\f\xfab03\x2f71\x7bc4\xfb083\x311b\x7bc4\0\21\2\0\xfb083\x311b\x7bc4`\21\x4864\x1000\x8c4e\x1007\xfb4c3\x2448S\a\0\xfaf43\x58a7\x1002\xae88\25\0\21\0\0\xae80\25\1\0\1\0\xfb543\24\21\0\0\x58ae\x1002\xfb203\1\0\x2448S\x2448S\xfb2c3\x550b\x1008\0\1\xffff\xffdf\17\0\x550b\x1008\x2448S\x2448S\1\0\xfb603\x7fe7\x1002\x2e2cS\x7e3b\x1002\xb09a\x18ad\x2448S\x3040S\xee70\x100a\xae98\25\xae98\25\xfb783\xff47\x1008\xffff\xffff\x7e3b\x1002\x7ce0\x1002\xb07e\x18ad\xf000\x7ffd\xfdec3\0\0\xfbc03\x66c3\x1009\0" "TypesSupported"=dword:00000007 -[System\\CurrentControlSet\\Services\\Eventlog\\Application\\WMI.NET Provider Extension] 1460706646 -#time=1d196eb85657b76 +[System\\CurrentControlSet\\Services\\Eventlog\\Application\\WMI.NET Provider Extension] 1526460879 +#time=1d3ecf38621f0c0 "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\EventLogMessages.dll" "TypesSupported"=dword:00000007 -[System\\CurrentControlSet\\Services\\Eventlog\\Security\\ServiceModel 4.0.0.0] 1460706647 -#time=1d196eb8566dab6 +[System\\CurrentControlSet\\Services\\Eventlog\\Security\\ServiceModel 4.0.0.0] 1526460879 +#time=1d3ecf386241b2a "CategoryCount"=dword:00000003 "CategoryMessageFile"="%SystemRoot%\\System32\\MsAuditE.dll" "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" @@ -70321,14 +71730,14 @@ WINE REGISTRY Version 2 "ParameterMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" "TypesSupported"=dword:0000001f -[System\\CurrentControlSet\\Services\\Eventlog\\System\\SMSvcHost 4.0.0.0] 1460706647 -#time=1d196eb8567b422 +[System\\CurrentControlSet\\Services\\Eventlog\\System\\SMSvcHost 4.0.0.0] 1526460879 +#time=1d3ecf386256ebc "CategoryCount"=dword:0000000e "CategoryMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" "EventMessageFile"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\MUI\\0409\\ServiceModelEvents.dll.mui" -[System\\CurrentControlSet\\Services\\FontCache] 1460706475 -#time=1d196eb1f2d6a12 +[System\\CurrentControlSet\\Services\\FontCache] 1526460548 +#time=1d3ecf2c08e711c "Description"="Windows Font Cache Service" "DisplayName"="Windows Font Cache Service" "ErrorControl"=dword:00000001 @@ -70338,12 +71747,12 @@ WINE REGISTRY Version 2 "Start"=dword:00000003 "Type"=dword:00000020 -[System\\CurrentControlSet\\Services\\FontCache\\Parameters] 1460706475 -#time=1d196eb1f2d6b0c +[System\\CurrentControlSet\\Services\\FontCache\\Parameters] 1526460548 +#time=1d3ecf2c08e71bc "ServiceDll"="C:\\windows\\system32\\fntcache.dll" -[System\\CurrentControlSet\\Services\\FontCache3.0.0.0] 1460706475 -#time=1d196eb1f2d0c34 +[System\\CurrentControlSet\\Services\\FontCache3.0.0.0] 1526460548 +#time=1d3ecf2c08de8fa "Description"="Windows Presentation Foundation font cache service" "DisplayName"="Windows Presentation Foundation Font Cache 3.0.0.0" "ErrorControl"=dword:00000001 @@ -70353,8 +71762,8 @@ WINE REGISTRY Version 2 "Start"=dword:00000003 "Type"=dword:00000010 -[System\\CurrentControlSet\\Services\\LanmanServer] 1460706475 -#time=1d196eb1f2d2a5c +[System\\CurrentControlSet\\Services\\LanmanServer] 1526460548 +#time=1d3ecf2c08e32ba "Description"="Lanman Server" "DisplayName"="Lanman Server" "ErrorControl"=dword:00000001 @@ -70364,12 +71773,12 @@ WINE REGISTRY Version 2 "Start"=dword:00000004 "Type"=dword:00000020 -[System\\CurrentControlSet\\Services\\LanmanServer\\Parameters] 1460706475 -#time=1d196eb1f2d2af2 +[System\\CurrentControlSet\\Services\\LanmanServer\\Parameters] 1526460548 +#time=1d3ecf2c08e3364 "ServiceDll"="C:\\windows\\system32\\srvsvc.dll" -[System\\CurrentControlSet\\Services\\MountMgr] 1460706475 -#time=1d196eb1f26f8f8 +[System\\CurrentControlSet\\Services\\MountMgr] 1526460547 +#time=1d3ecf2c0811e5e "Description"="Device mounting service" "DisplayName"="Mount Manager" "ErrorControl"=dword:00000001 @@ -70379,8 +71788,8 @@ WINE REGISTRY Version 2 "Start"=dword:00000002 "Type"=dword:00000001 -[System\\CurrentControlSet\\Services\\MSDTC Bridge 4.0.0.0\\Performance] 1460706645 -#time=1d196eb84b61708 +[System\\CurrentControlSet\\Services\\MSDTC Bridge 4.0.0.0\\Performance] 1526460877 +#time=1d3ecf3850bd91c "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70426,8 +71835,8 @@ WINE REGISTRY Version 2 "Library"="NETFXPerf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\MSIServer] 1460706475 -#time=1d196eb1f26dfc6 +[System\\CurrentControlSet\\Services\\MSIServer] 1526460547 +#time=1d3ecf2c080e09c "Description"="MSI Installer Server" "DisplayName"="MSIServer" "ErrorControl"=dword:00000001 @@ -70437,8 +71846,8 @@ WINE REGISTRY Version 2 "Start"=dword:00000003 "Type"=dword:00000020 -[System\\CurrentControlSet\\Services\\NetTcpPortSharing] 1460706675 -#time=1d196eb96a9c054 +[System\\CurrentControlSet\\Services\\NetTcpPortSharing] 1526460916 +#time=1d3ecf39bfe4452 "Description"="Provides ability to share TCP ports over the net.tcp protocol." "DisplayName"="Net.Tcp Port Sharing Service" "ErrorControl"=dword:00000001 @@ -70448,8 +71857,8 @@ WINE REGISTRY Version 2 "Start"=dword:00000004 "Type"=dword:00000020 -[System\\CurrentControlSet\\Services\\PlugPlay] 1460706475 -#time=1d196eb1f2cf320 +[System\\CurrentControlSet\\Services\\PlugPlay] 1526460548 +#time=1d3ecf2c08da5ca "Description"="Enables automatic configuration of devices" "DisplayName"="Plug and Play Service" "ErrorControl"=dword:00000001 @@ -70459,11 +71868,19 @@ WINE REGISTRY Version 2 "Start"=dword:00000002 "Type"=dword:00000020 -[System\\CurrentControlSet\\Services\\RpcSs] 1460706475 -#time=1d196eb1f1b11b4 +[System\\CurrentControlSet\\Services\\RpcSs] 1526460548 +#time=1d3ecf2c08c3afa +"Description"="RPC service" +"DisplayName"="Remote Procedure Call (RPC)" +"ErrorControl"=dword:00000001 +"ImagePath"="C:\\windows\\system32\\rpcss.exe" +"ObjectName"="LocalSystem" +"PreshutdownTimeout"=dword:0002bf20 +"Start"=dword:00000003 +"Type"=dword:00000020 -[System\\CurrentControlSet\\Services\\Schedule] 1460706475 -#time=1d196eb1f2dea64 +[System\\CurrentControlSet\\Services\\Schedule] 1526460548 +#time=1d3ecf2c08eb41a "Description"="Task Scheduler" "DisplayName"="Task Scheduler" "ErrorControl"=dword:00000001 @@ -70473,12 +71890,12 @@ WINE REGISTRY Version 2 "Start"=dword:00000003 "Type"=dword:00000020 -[System\\CurrentControlSet\\Services\\Schedule\\Parameters] 1460706475 -#time=1d196eb1f2deb18 +[System\\CurrentControlSet\\Services\\Schedule\\Parameters] 1526460548 +#time=1d3ecf2c08eb4ba "ServiceDll"="C:\\windows\\system32\\schedsvc.dll" -[System\\CurrentControlSet\\Services\\ServiceModelEndpoint 4.0.0.0\\Performance] 1460706645 -#time=1d196eb84b2d11a +[System\\CurrentControlSet\\Services\\ServiceModelEndpoint 4.0.0.0\\Performance] 1526460877 +#time=1d3ecf38506c1d4 "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70544,8 +71961,8 @@ WINE REGISTRY Version 2 "Library"="NETFXPerf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\ServiceModelOperation 4.0.0.0\\Performance] 1460706645 -#time=1d196eb84b376b0 +[System\\CurrentControlSet\\Services\\ServiceModelOperation 4.0.0.0\\Performance] 1526460877 +#time=1d3ecf38507d538 "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70595,8 +72012,8 @@ WINE REGISTRY Version 2 "Library"="NETFXPerf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\ServiceModelService 4.0.0.0\\Performance] 1460706645 -#time=1d196eb84b424c0 +[System\\CurrentControlSet\\Services\\ServiceModelService 4.0.0.0\\Performance] 1526460877 +#time=1d3ecf3850911f0 "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70728,13 +72145,13 @@ WINE REGISTRY Version 2 "Library"="NETFXPerf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\RestrictedServices\\Static\\System] 1460706645 -#time=1d196eb84b13594 +[System\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\RestrictedServices\\Static\\System] 1526460877 +#time=1d3ecf38503f328 "clr_optimization_v4.0.30319_32-1"="V4.0|Action=Block|Dir=In|App=C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe|Svc=clr_optimization_v4.0.30319_32|Name=Block traffic for clr_optimization_v4.0.30319_32|" "clr_optimization_v4.0.30319_32-2"="V4.0|Action=Block|Dir=Out|App=C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe|Svc=clr_optimization_v4.0.30319_32|Name=Block traffic for clr_optimization_v4.0.30319_32|" -[System\\CurrentControlSet\\Services\\SMSvcHost 4.0.0.0\\Performance] 1460706645 -#time=1d196eb84b54bf2 +[System\\CurrentControlSet\\Services\\SMSvcHost 4.0.0.0\\Performance] 1526460877 +#time=1d3ecf3850ab604 "CategoryOptions"=dword:00000003 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70787,8 +72204,8 @@ WINE REGISTRY Version 2 "Library"="NETFXPerf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\Spooler] 1460706475 -#time=1d196eb1f2c9862 +[System\\CurrentControlSet\\Services\\Spooler] 1526460548 +#time=1d3ecf2c08cc880 "Description"="Loads files to memory for later printing" "DisplayName"="Print Spooler" "ErrorControl"=dword:00000001 @@ -70799,8 +72216,8 @@ WINE REGISTRY Version 2 "Start"=dword:00000003 "Type"=dword:00000110 -[System\\CurrentControlSet\\Services\\StiSvc] 1460706475 -#time=1d196eb1f2cc328 +[System\\CurrentControlSet\\Services\\StiSvc] 1526460548 +#time=1d3ecf2c08d208c "Description"="WIA Service" "DisplayName"="WIA Service" "ErrorControl"=dword:00000001 @@ -70810,15 +72227,15 @@ WINE REGISTRY Version 2 "Start"=dword:00000003 "Type"=dword:00000010 -[System\\CurrentControlSet\\Services\\StiSvc\\Parameters] 1460706475 -#time=1d196eb1f2cc3be +[System\\CurrentControlSet\\Services\\StiSvc\\Parameters] 1526460548 +#time=1d3ecf2c08d212c "ServiceDll"="C:\\windows\\system32\\wiaservc.dll" -[System\\CurrentControlSet\\Services\\Tcpip\\Parameters] 1460706475 -#time=1d196eb1f1b15e2 +[System\\CurrentControlSet\\Services\\Tcpip\\Parameters] 1526460547 +#time=1d3ecf2c0733488 -[System\\CurrentControlSet\\Services\\TermService] 1460706475 -#time=1d196eb1f2cd9f8 +[System\\CurrentControlSet\\Services\\TermService] 1526460548 +#time=1d3ecf2c08d54da "Description"="Remote desktop access" "DisplayName"="Terminal Services" "ErrorControl"=dword:00000001 @@ -70828,11 +72245,11 @@ WINE REGISTRY Version 2 "Start"=dword:00000003 "Type"=dword:00000020 -[System\\CurrentControlSet\\Services\\VxD\\MSTCP] 1460706475 -#time=1d196eb1f1b1a6a +[System\\CurrentControlSet\\Services\\VxD\\MSTCP] 1526460547 +#time=1d3ecf2c0733b5e -[System\\CurrentControlSet\\Services\\Windows Workflow Foundation 4.0.0.0\\Performance] 1460706675 -#time=1d196eb96789484 +[System\\CurrentControlSet\\Services\\Windows Workflow Foundation 4.0.0.0\\Performance] 1526460915 +#time=1d3ecf39bab5bca "CategoryOptions"=dword:00000001 "Close"="ClosePerformanceData" "Collect"="CollectPerformanceData" @@ -70890,23 +72307,47 @@ WINE REGISTRY Version 2 "Library"="NETFXPerf.dll" "Open"="OpenPerformanceData" -[System\\CurrentControlSet\\Services\\Winsock\\Parameters] 1460706475 -#time=1d196eb1f1b1ef2 +[System\\CurrentControlSet\\Services\\WineBus] 1526460548 +#time=1d3ecf2c08ee908 +"Description"="Wine Platform Bus Kernel" +"DisplayName"="Platform Bus Kernel" +"ErrorControl"=dword:00000001 +"Group"="WinePlugPlay" +"ImagePath"="C:\\windows\\system32\\drivers\\winebus.sys" +"ObjectName"="LocalSystem" +"PreshutdownTimeout"=dword:0002bf20 +"Start"=dword:00000002 +"Type"=dword:00000001 + +[System\\CurrentControlSet\\Services\\WineHID] 1526460548 +#time=1d3ecf2c08f251c +"Description"="Wine HID Minidriver" +"DisplayName"="Wine HID" +"ErrorControl"=dword:00000001 +"Group"="WinePlugPlay" +"ImagePath"="C:\\windows\\system32\\drivers\\winehid.sys" +"ObjectName"="LocalSystem" +"PreshutdownTimeout"=dword:0002bf20 +"Start"=dword:00000003 +"Type"=dword:00000001 + +[System\\CurrentControlSet\\Services\\Winsock\\Parameters] 1526460547 +#time=1d3ecf2c073422a -[System\\CurrentControlSet\\Services\\Winsock2\\Parameters\\Protocol_Catalog9\\Catalog_Entries] 1460706475 -#time=1d196eb1f1b258c +[System\\CurrentControlSet\\Services\\Winsock2\\Parameters\\Protocol_Catalog9\\Catalog_Entries] 1526460547 +#time=1d3ecf2c0734b8a -[System\\CurrentControlSet\\Services\\WPFFontCache_v0400] 1460706651 -#time=1d196eb88008a4c +[System\\CurrentControlSet\\Services\\WPFFontCache_v0400] 1526460882 +#time=1d3ecf387b1cdac "Description"="Optimizes performance of Windows Presentation Foundation (WPF) applications by caching commonly used font data. WPF applications will start this service if it is not already running. It can be disabled, though doing so will degrade the performance of WPF applications." "DisplayName"="Windows Presentation Foundation Font Cache 4.0.0.0" -"ErrorControl"=dword:00008001 +"ErrorControl"=dword:00000001 "ImagePath"="C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\WPF\\WPFFontCache_v0400.exe" "ObjectName"="NT AUTHORITY\\LocalService" "PreshutdownTimeout"=dword:0002bf20 "Start"=dword:00000003 "Type"=dword:00000010 -[System\\Select] 1460706475 -#time=1d196eb1f1891aa +[System\\Select] 1526460547 +#time=1d3ecf2c070c45a "Current"=dword:00000001 diff --git a/osu!.app/Contents/Resources/user.reg b/osu!.app/Contents/Resources/user.reg index 361f1c7..50d0b2a 100644 --- a/osu!.app/Contents/Resources/user.reg +++ b/osu!.app/Contents/Resources/user.reg @@ -3,24 +3,24 @@ WINE REGISTRY Version 2 #arch=win32 -[AppEvents\\Schemes\\Apps\\Explorer\\Navigating\\.Current] 1460706475 -#time=1d196eb1f189f7e +[AppEvents\\Schemes\\Apps\\Explorer\\Navigating\\.Current] 1526460547 +#time=1d3ecf2c070ccf2 @="" -[Control Panel\\Accessibility\\Blind Access] 1460706470 -#time=1d196eb1c583808 +[Control Panel\\Accessibility\\Blind Access] 1526460532 +#time=1d3ecf2b717504a "On"="0" -[Control Panel\\Accessibility\\Keyboard Preference] 1460706470 -#time=1d196eb1c582728 +[Control Panel\\Accessibility\\Keyboard Preference] 1526460532 +#time=1d3ecf2b71736aa "On"="1" -[Control Panel\\Accessibility\\ShowSounds] 1460706470 -#time=1d196eb1c583b78 +[Control Panel\\Accessibility\\ShowSounds] 1526460532 +#time=1d3ecf2b7175554 "On"="0" -[Control Panel\\Colors] 1460706484 -#time=1d196eb2465ca42 +[Control Panel\\Colors] 1526460556 +#time=1d3ecf2c5e02052 "ActiveBorder"="212 212 212" "background"="0 0 0" "ButtonAlternateFace"="181 181 181" @@ -41,8 +41,8 @@ WINE REGISTRY Version 2 "Window"="255 255 255" "WindowFrame"="0 0 0" -[Control Panel\\Desktop] 1460706484 -#time=1d196eb2465cc0e +[Control Panel\\Desktop] 1526460556 +#time=1d3ecf2c5e02264 "ActiveWndTrackTimeout"=dword:00000000 "BlockSendInputResets"="0" "CaretWidth"=dword:00000001 @@ -68,8 +68,8 @@ WINE REGISTRY Version 2 "WheelScrollChars"="3" "WheelScrollLines"="3" -[Control Panel\\Desktop\\WindowMetrics] 1460706470 -#time=1d196eb1c583d62 +[Control Panel\\Desktop\\WindowMetrics] 1526460532 +#time=1d3ecf2b7175856 "BorderWidth"="-15" "CaptionHeight"="-270" "CaptionWidth"="-270" @@ -81,12 +81,11 @@ WINE REGISTRY Version 2 "PaddedBorderWidth"="0" "ScrollHeight"="-240" "ScrollWidth"="-240" -"Shell Icon Size"="32" "SmCaptionHeight"="-225" "SmCaptionWidth"="-225" -[Control Panel\\International] 1460706468 -#time=1d196eb1af94880 +[Control Panel\\International] 1526460531 +#time=1d3ecf2b6953466 "iCalendarType"="1" "iCountry"="61" "iCurrDigits"="2" @@ -135,13 +134,13 @@ WINE REGISTRY Version 2 "sTimeFormat"="h:mm:ss tt" "sYearMonth"="MMMM yyyy" -[Control Panel\\Keyboard] 1460706470 -#time=1d196eb1c582836 +[Control Panel\\Keyboard] 1526460532 +#time=1d3ecf2b7173808 "KeyboardDelay"="1" "KeyboardSpeed"="31" -[Control Panel\\Mouse] 1460706470 -#time=1d196eb1c583e7a +[Control Panel\\Mouse] 1526460532 +#time=1d3ecf2b717596e "ActiveWindowTracking"=dword:00000000 "DoubleClickHeight"="4" "DoubleClickSpeed"="500" @@ -156,119 +155,111 @@ WINE REGISTRY Version 2 "SnapToDefaultButton"="0" "SwapMouseButtons"="0" -[Control Panel\\Sound] 1460706470 -#time=1d196eb1c5806bc +[Control Panel\\Sound] 1526460532 +#time=1d3ecf2b7170b80 "Beep"="Yes" -[Environment] 1460706472 -#time=1d196eb1d2400fa -"TEMP"="C:\\users\\jamie\\Temp" -"TMP"="C:\\users\\jamie\\Temp" +[Environment] 1526460533 +#time=1d3ecf2b81497dc +"TEMP"="C:\\users\\Michael\\Temp" +"TMP"="C:\\users\\Michael\\Temp" -[Keyboard Layout\\Preload] 1460706484 -#time=1d196eb2481f406 -"1"="00000c09" - -[Software\\Microsoft\\GDIPlus] 1461223191 -#time=1d19b9e320f02f0 -"FontCachePath"="C:\\users\\jamie\\Local Settings\\Application Data" - -[Software\\Microsoft\\Internet Explorer\\Main] 1460706475 -#time=1d196eb1f0fd2f4 +[Software\\Microsoft\\Internet Explorer\\Main] 1526460547 +#time=1d3ecf2c069e78e "Search Page"="http://www.google.com" "Start Page"="http://www.winehq.org" -[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl] 1460706471 -#time=1d196eb1d164d7a +[Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl] 1526460533 +#time=1d3ecf2b7baa7e0 -[Software\\Microsoft\\Internet Explorer\\Settings] 1460706475 -#time=1d196eb1f0fd4b6 +[Software\\Microsoft\\Internet Explorer\\Settings] 1526460547 +#time=1d3ecf2c069effe "Text Color"="0,0,0" -[Software\\Microsoft\\Protected Storage System Provider] 1460706475 -#time=1d196eb1f18a140 +[Software\\Microsoft\\Protected Storage System Provider] 1526460547 +#time=1d3ecf2c070ce64 -[Software\\Microsoft\\SQMClient] 1460706637 -#time=1d196eb7fa9b86e -"UserId"="{A3E28EB4-5AA9-403D-B0AE-E8B2DCCC2735}" +[Software\\Microsoft\\SQMClient] 1526460870 +#time=1d3ecf380ca964a +"UserId"="{F1F9881A-F489-4B90-9923-198919E2E486}" -[Software\\Microsoft\\SystemCertificates\\CA\\Certificates] 1460706640 -#time=1d196eb8173ae66 +[Software\\Microsoft\\SystemCertificates\\CA\\Certificates] 1526460873 +#time=1d3ecf382500004 -[Software\\Microsoft\\SystemCertificates\\CA\\CRLs] 1460706640 -#time=1d196eb8173b064 +[Software\\Microsoft\\SystemCertificates\\CA\\CRLs] 1526460873 +#time=1d3ecf3825001da -[Software\\Microsoft\\SystemCertificates\\CA\\CTLs] 1460706640 -#time=1d196eb8173b1fe +[Software\\Microsoft\\SystemCertificates\\CA\\CTLs] 1526460873 +#time=1d3ecf382500540 -[Software\\Microsoft\\SystemCertificates\\Disallowed\\Certificates] 1460706640 -#time=1d196eb8174a3b6 +[Software\\Microsoft\\SystemCertificates\\Disallowed\\Certificates] 1526460873 +#time=1d3ecf38256fc9c -[Software\\Microsoft\\SystemCertificates\\Disallowed\\CRLs] 1460706640 -#time=1d196eb8174a852 +[Software\\Microsoft\\SystemCertificates\\Disallowed\\CRLs] 1526460873 +#time=1d3ecf38256fe36 -[Software\\Microsoft\\SystemCertificates\\Disallowed\\CTLs] 1460706640 -#time=1d196eb8174ac3a +[Software\\Microsoft\\SystemCertificates\\Disallowed\\CTLs] 1526460873 +#time=1d3ecf382570002 -[Software\\Microsoft\\SystemCertificates\\My\\Certificates] 1460706640 -#time=1d196eb8173ba0a +[Software\\Microsoft\\SystemCertificates\\My\\Certificates] 1526460873 +#time=1d3ecf38250122e -[Software\\Microsoft\\SystemCertificates\\My\\CRLs] 1460706640 -#time=1d196eb8173bb4a +[Software\\Microsoft\\SystemCertificates\\My\\CRLs] 1526460873 +#time=1d3ecf382501472 -[Software\\Microsoft\\SystemCertificates\\My\\CTLs] 1460706640 -#time=1d196eb8173bc8a +[Software\\Microsoft\\SystemCertificates\\My\\CTLs] 1526460873 +#time=1d3ecf3825016e8 -[Software\\Microsoft\\SystemCertificates\\Root\\Certificates] 1460706640 -#time=1d196eb816647b2 +[Software\\Microsoft\\SystemCertificates\\Root\\Certificates] 1526460872 +#time=1d3ecf382332196 -[Software\\Microsoft\\SystemCertificates\\Root\\CRLs] 1460706640 -#time=1d196eb81664906 +[Software\\Microsoft\\SystemCertificates\\Root\\CRLs] 1526460872 +#time=1d3ecf3823322fe -[Software\\Microsoft\\SystemCertificates\\Root\\CTLs] 1460706640 -#time=1d196eb81664a46 +[Software\\Microsoft\\SystemCertificates\\Root\\CTLs] 1526460872 +#time=1d3ecf38233245c -[Software\\Microsoft\\SystemCertificates\\Trust\\Certificates] 1460706640 -#time=1d196eb8173c5b8 +[Software\\Microsoft\\SystemCertificates\\Trust\\Certificates] 1526460873 +#time=1d3ecf38250235e -[Software\\Microsoft\\SystemCertificates\\Trust\\CRLs] 1460706640 -#time=1d196eb8173c6f8 +[Software\\Microsoft\\SystemCertificates\\Trust\\CRLs] 1526460873 +#time=1d3ecf3825024ee -[Software\\Microsoft\\SystemCertificates\\Trust\\CTLs] 1460706640 -#time=1d196eb8173c838 +[Software\\Microsoft\\SystemCertificates\\Trust\\CTLs] 1526460873 +#time=1d3ecf382502660 -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders] 1460706600 -#time=1d196eb69f4a09c -"Administrative Tools"="C:\\users\\jamie\\Start Menu\\Programs\\Administrative Tools" -"AppData"="C:\\users\\jamie\\Application Data" -"Cache"="C:\\users\\jamie\\Local Settings\\Temporary Internet Files" -"Cookies"="C:\\users\\jamie\\Cookies" -"Desktop"="C:\\users\\jamie\\Desktop" -"Favorites"="C:\\users\\jamie\\Favorites" +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders] 1526460873 +#time=1d3ecf382cb88d2 +"Administrative Tools"="C:\\users\\Michael\\Start Menu\\Programs\\Administrative Tools" +"AppData"="C:\\users\\Michael\\Application Data" +"Cache"="C:\\users\\Michael\\Local Settings\\Temporary Internet Files" +"Cookies"="C:\\users\\Michael\\Cookies" +"Desktop"="C:\\users\\Michael\\Desktop" +"Favorites"="C:\\users\\Michael\\Favorites" "Fonts"="C:\\windows\\Fonts" -"History"="C:\\users\\jamie\\Local Settings\\History" -"Local AppData"="C:\\users\\jamie\\Local Settings\\Application Data" +"History"="C:\\users\\Michael\\Local Settings\\History" +"Local AppData"="C:\\users\\Michael\\Local Settings\\Application Data" "My Music"="C:\\users\\Wineskin\\My Music" -"My Pictures"="C:\\users\\jamie\\My Pictures" +"My Pictures"="C:\\users\\Michael\\My Pictures" "My Videos"="C:\\users\\Wineskin\\My Videos" -"NetHood"="C:\\users\\jamie\\NetHood" -"Personal"="C:\\users\\jamie\\My Documents" -"PrintHood"="C:\\users\\jamie\\PrintHood" -"Programs"="C:\\users\\jamie\\Start Menu\\Programs" -"Recent"="C:\\users\\jamie\\Recent" -"SendTo"="C:\\users\\jamie\\SendTo" -"Start Menu"="C:\\users\\jamie\\Start Menu" -"StartUp"="C:\\users\\jamie\\Start Menu\\Programs\\StartUp" -"Templates"="C:\\users\\jamie\\Templates" -"{374DE290-123F-4565-9164-39C4925E467B}"="C:\\users\\jamie\\Downloads" -"{4C5C32FF-BB9D-43B0-B5B4-2D72E54EAAA4}"="C:\\users\\jamie\\Saved Games" -"{56784854-C6CB-462B-8169-88E350ACB882}"="C:\\users\\jamie\\Contacts" -"{7D1D3A04-DEBB-4115-95CF-2F29DA2920DA}"="C:\\users\\jamie\\Searches" -"{A520A1A4-1780-4FF6-BD18-167343C5AF16}"="C:\\users\\jamie\\AppData\\LocalLow" -"{BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968}"="C:\\users\\jamie\\Links" - -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders] 1460706472 -#time=1d196eb1d23173a +"NetHood"="C:\\users\\Michael\\NetHood" +"Personal"="C:\\users\\Michael\\My Documents" +"PrintHood"="C:\\users\\Michael\\PrintHood" +"Programs"="C:\\users\\Michael\\Start Menu\\Programs" +"Recent"="C:\\users\\Michael\\Recent" +"SendTo"="C:\\users\\Michael\\SendTo" +"Start Menu"="C:\\users\\Michael\\Start Menu" +"StartUp"="C:\\users\\Michael\\Start Menu\\Programs\\StartUp" +"Templates"="C:\\users\\Michael\\Templates" +"{374DE290-123F-4565-9164-39C4925E467B}"="C:\\users\\Michael\\Downloads" +"{4C5C32FF-BB9D-43B0-B5B4-2D72E54EAAA4}"="C:\\users\\Michael\\Saved Games" +"{56784854-C6CB-462B-8169-88E350ACB882}"="C:\\users\\Michael\\Contacts" +"{7D1D3A04-DEBB-4115-95CF-2F29DA2920DA}"="C:\\users\\Michael\\Searches" +"{A520A1A4-1780-4FF6-BD18-167343C5AF16}"="C:\\users\\Michael\\AppData\\LocalLow" +"{BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968}"="C:\\users\\Michael\\Links" + +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders] 1526460533 +#time=1d3ecf2b8134e18 "Administrative Tools"=str(2):"%USERPROFILE%\\Start Menu\\Programs\\Administrative Tools" "AppData"=str(2):"%USERPROFILE%\\Application Data" "Cache"=str(2):"%USERPROFILE%\\Local Settings\\Temporary Internet Files" @@ -297,24 +288,23 @@ WINE REGISTRY Version 2 "{A520A1A4-1780-4FF6-BD18-167343C5AF16}"=str(2):"%USERPROFILE%\\AppData\\LocalLow" "{BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968}"=str(2):"%USERPROFILE%\\Links" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings] 1460708352 -#time=1d196ef7daaf0d8 -"ProxyEnable"=dword:00000000 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings] 1526460547 +#time=1d3ecf2c03980f8 "User Agent"="Mozilla/4.0 (compatible; MSIE 8.0; Win32)" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap] 1460706474 -#time=1d196eb1ede0c42 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap] 1526460547 +#time=1d3ecf2c0397dba @="" "IntranetName"=dword:00000001 "ProxyByPass"=dword:00000001 "UNCAsIntranet"=dword:00000001 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Domains] 1460706474 -#time=1d196eb1ede06f2 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Domains] 1526460547 +#time=1d3ecf2c0397b12 @="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\ProtocolDefaults] 1460706474 -#time=1d196eb1ede00da +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\ProtocolDefaults] 1526460547 +#time=1d3ecf2c03977d4 @="" "@ivt"=dword:00000001 "file"=dword:00000003 @@ -322,16 +312,16 @@ WINE REGISTRY Version 2 "http"=dword:00000003 "https"=dword:00000003 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Ranges] 1460706474 -#time=1d196eb1ede0cc4 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Ranges] 1526460547 +#time=1d3ecf2c0397e50 @="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones] 1460706474 -#time=1d196eb1ee03f62 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones] 1526460547 +#time=1d3ecf2c03bf36a @="" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\0] 1460706474 -#time=1d196eb1ede9040 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\0] 1526460547 +#time=1d3ecf2c03a181a @="" "1001"=dword:00000000 "1004"=dword:00000000 @@ -369,8 +359,8 @@ WINE REGISTRY Version 2 "Flags"=dword:00000021 "Icon"="explorer.exe#0100" -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\1] 1460706474 -#time=1d196eb1edf283e +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\1] 1526460547 +#time=1d3ecf2c03ab52c @="" "1001"=dword:00000001 "1004"=dword:00000003 @@ -410,8 +400,8 @@ WINE REGISTRY Version 2 "MinLevel"=dword:00010000 "RecommendedLevel"=dword:00010500 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\2] 1460706474 -#time=1d196eb1edfb04c +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\2] 1526460547 +#time=1d3ecf2c03b54fa @="" "1001"=dword:00000000 "1004"=dword:00000001 @@ -451,8 +441,8 @@ WINE REGISTRY Version 2 "MinLevel"=dword:00010000 "RecommendedLevel"=dword:00010000 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\3] 1460706474 -#time=1d196eb1ee03b7a +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\3] 1526460547 +#time=1d3ecf2c03bf04a @="" "1001"=dword:00000001 "1004"=dword:00000003 @@ -492,8 +482,8 @@ WINE REGISTRY Version 2 "MinLevel"=dword:00011000 "RecommendedLevel"=dword:00011000 -[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\4] 1460706474 -#time=1d196eb1ee0ccc0 +[Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\4] 1526460547 +#time=1d3ecf2c03c891a @="" "1001"=dword:00000003 "1004"=dword:00000003 @@ -533,1357 +523,784 @@ WINE REGISTRY Version 2 "MinLevel"=dword:00012000 "RecommendedLevel"=dword:00012000 -[Software\\Microsoft\\Windows\\CurrentVersion\\Run] 1460706475 -#time=1d196eb1f161aa6 +[Software\\Microsoft\\Windows\\CurrentVersion\\Run] 1526460547 +#time=1d3ecf2c06f49d6 -[Software\\Microsoft\\Windows\\CurrentVersion\\Wintrust\\Trust Providers\\Software Publishing] 1460706640 -#time=1d196eb816232ee +[Software\\Microsoft\\Windows\\CurrentVersion\\Wintrust\\Trust Providers\\Software Publishing] 1526460872 +#time=1d3ecf3823149fc "State"=dword:00023c00 -[Software\\osu!] 1460706906 -#time=1d196ec1ff19cb0 -"UninstallID"="aa158245-84ee-4995-89d8-510300c231c6" - -[Software\\Wine\\Crypto\\RSA] 1461223238 -#time=1d19b9e4de4ab42 -"KeyExchangeKeyPair"=hex:01,00,00,00,57,69,6e,65,20,43,72,79,70,74,33,32,20,6f,\ - 6b,00,01,00,00,00,57,69,6e,65,20,43,72,79,70,74,33,32,20,6f,6b,00,00,00,00,\ - 00,02,00,00,00,00,00,03,66,00,00,a8,00,00,00,10,00,00,00,57,69,6e,65,20,43,\ - 72,79,70,74,33,32,20,6f,6b,00,00,00,00,00,04,80,00,00,a0,00,00,00,10,00,00,\ - 00,bc,bf,cb,54,db,be,2e,a9,72,6e,28,ec,53,d1,6c,7e,98,04,00,00,29,c2,d6,15,\ - fa,5c,f8,41,56,60,95,89,9e,9d,28,82,1b,da,e3,5e,e9,37,7c,13,ac,39,12,b3,d4,\ - 44,15,6b,6d,09,c5,20,68,43,4d,65,8b,0a,e7,e3,a1,eb,98,a8,80,98,57,44,a7,1e,\ - a7,1d,bc,20,e5,dd,9a,4d,ef,eb,d9,55,40,07,72,09,6c,b1,23,a1,0a,be,f4,a3,5c,\ - d1,a4,13,13,09,cd,3c,d3,9f,67,f9,a8,ad,0c,28,db,2c,e0,7a,82,70,8a,a3,20,d0,\ - 7e,de,4f,d2,26,6a,0d,ec,56,1e,ba,48,c4,9c,3d,6b,d0,6a,b0,f0,d9,b6,94,3d,68,\ - ba,cd,57,72,0f,7a,6f,6e,e9,3f,ab,5c,55,b3,f6,6e,c4,d0,01,9c,80,cb,b4,2e,d9,\ - a8,84,f4,ab,3f,c1,f0,f2,ad,c3,d4,32,54,10,38,0b,c2,02,4d,5d,28,c8,eb,bd,99,\ - 94,22,68,0f,6d,a2,d3,4a,8a,0a,83,7b,d1,6b,25,3a,20,29,55,07,96,d8,67,c3,9c,\ - e7,c5,cc,5e,6f,b5,89,0d,bb,4a,ca,e4,88,44,87,88,14,fa,7f,cd,6f,c0,0f,ae,27,\ - 02,00,72,94,81,25,1f,32,2d,58,2c,51,47,f9,d1,ce,5a,6e,33,07,f5,3a,67,47,9e,\ - 0a,53,84,f5,e8,af,e0,1c,ed,8c,81,64,7f,f5,d8,1c,27,f4,b9,e7,89,b4,70,b9,f0,\ - ad,03,a9,84,f9,f7,ed,ca,5b,1f,48,c9,6e,e3,d0,26,4b,d5,c9,0b,39,f5,9e,19,b3,\ - ea,e8,26,34,cf,80,4f,25,c6,37,0c,48,e9,8c,75,20,91,76,30,e1,66,23,fc,62,37,\ - 55,b0,b0,d5,79,c3,ad,ac,2d,32,85,55,9b,32,4c,8c,92,58,65,eb,61,af,56,b5,4b,\ - 2e,d8,46,c1,2a,04,20,20,df,6f,81,1c,62,f1,3f,92,38,9b,c4,ba,d3,1b,88,04,dc,\ - cb,88,ab,59,a8,88,8b,7d,35,2c,ae,92,7b,27,8d,b4,15,7d,22,77,8e,9d,9f,9d,88,\ - 60,e1,c7,a4,79,b8,a9,d0,6c,98,38,da,95,cb,c8,f7,0e,c7,f5,46,c1,f3,74,be,d7,\ - dc,8f,a3,ca,b7,e0,69,52,a3,21,64,5d,24,bf,79,4c,c3,a3,4f,e4,13,ea,0f,69,a2,\ - 75,8b,4c,2a,8c,27,51,6b,85,e7,2a,3f,38,38,0d,69,ce,d2,7a,86,56,d5,28,93,86,\ - 3c,33,20,3a,56,7b,57,d0,9e,51,9b,ba,d5,e9,7d,3a,82,2a,bf,2b,d1,71,fd,4f,5f,\ - 12,8e,d7,f8,86,6b,59,0c,2f,6e,e7,c6,3a,5e,6a,53,43,5d,58,cd,44,2f,7f,30,f2,\ - fc,58,3c,2c,c0,70,e4,b0,99,78,cf,da,b5,cc,8a,80,2e,b8,56,53,cd,2e,3c,e8,a1,\ - f0,b4,4b,94,21,15,c0,71,67,1b,da,78,dd,23,37,ad,d6,d5,96,8f,eb,09,77,7c,f6,\ - 41,c1,54,60,51,6b,9a,94,2b,ec,d5,2d,5f,53,82,0c,e5,d1,50,ef,ee,2b,71,83,48,\ - 5d,f7,7c,f7,dc,de,09,af,52,6d,27,cf,c9,1a,c9,d1,a6,e8,05,38,87,c3,49,5b,8c,\ - 03,c5,27,67,2e,7c,98,c7,a2,b6,25,68,04,2f,55,8a,13,35,43,dc,9f,75,88,5d,61,\ - 4a,ff,96,35,f9,8e,0d,e0,14,92,89,af,4c,b8,28,5c,38,a5,25,f6,94,26,98,49,11,\ - 61,c7,ae,02,8e,6f,1c,d7,a5,52,cd,9e,e4,db,89,5e,4d,0c,a5,75,14,ed,c8,37,03,\ - 37,fb,03,63,18,6c,58,80,3e,93,47,79,61,67,fe,37,e4,4f,49,f1,b2,11,17,22,57,\ - 6f,ec,c6,0b,55,4d,c8,7d,44,64,5d,52,2c,6b,ba,1a,43,2f,9a,2e,a8,33,aa,3b,1f,\ - 30,f4,d1,4a,d3,d0,52,ea,5b,4f,d3,4e,30,ca,34,e4,02,e0,5d,22,6a,f0,97,1c,39,\ - 4e,18,6a,7d,13,13,ae,70,57,6d,76,2b,de,3a,9f,7d,17,22,55,3c,2e,28,a1,5d,5c,\ - 01,5d,88,51,52,eb,9a,11,e2,45,ce,82,f3,41,a4,e1,a2,61,12,f2,0b,a1,87,ea,29,\ - 62,7e,e2,36,56,3b,08,8f,3c,c4,7d,d7,64,a0,ec,77,b4,a1,53,84,e4,b1,61,da,26,\ - 53,51,f6,35,df,e5,b1,d7,51,ea,71,ca,96,34,d5,a5,18,d2,f1,35,66,53,c7,12,8b,\ - ce,b0,88,62,1c,a1,eb,2c,56,dc,33,72,b0,3b,14,1d,20,05,28,20,90,11,1d,81,70,\ - d5,25,fd,8b,81,99,8a,71,b8,01,95,2b,d5,08,57,fc,2a,c5,67,e3,5c,d3,86,db,7f,\ - 33,07,a7,95,fc,2f,c0,eb,32,0d,ef,9b,e1,71,4b,b5,2b,c4,cb,3e,5e,4d,58,d3,bf,\ - 80,97,34,f0,f4,0c,18,bc,f7,43,c0,02,01,ed,4a,bb,d2,58,6f,46,fb,b3,7e,a7,9c,\ - 23,b1,d1,74,3e,79,79,75,53,0d,c9,d3,81,f8,1b,f8,76,1a,84,3a,70,e8,0e,f9,9c,\ - 66,0b,9e,f3,c4,75,3a,f1,1c,dd,66,17,48,6d,33,57,51,a6,4d,c3,b8,22,b8,36,f1,\ - 85,8b,a8,ca,1f,58,e2,e9,18,5a,e3,ba,58,25,6d,35,ba,68,ca,51,8e,76,98,cd,eb,\ - cc,c0,e9,47,62,bd,0d,4b,06,0f,b6,06,b6,d1,e5,92,ca,91,e8,34,8d,d0,b3,18,e6,\ - de,f9,cf,6f,e9,de,9c,99,00,c3,75,86,45,e4,f6,14,63,c9,1d,f2,59,ec,59,e8,b4,\ - 69,a8,45,d5,7b,57,8e,8e,ef,e6,34,0a,b9,83,f2,6b,b6,6b,46,db,ec,56,ac,45,2b,\ - 69,46,b4,eb,1c,5e,25,7e,f0,9d,4f,5e,d8,4b,5f,62,8b,9d,7b,86,53,db,7d,cb,be,\ - d5,91,9f,30,77,cb,e4,f4,1f,26,17,68,7b,91,a6,3b,ce,0d,32,74,71,3a,14,00,00,\ - 00,d5,a2,35,e1,ff,0e,06,4d,78,b9,41,5a,74,00,dc,a6,01,8c,6f,32 -"KeyExchangePermissions"=dword:0000003b - -[Software\\Wine\\Debug] 1460706475 -#time=1d196eb1f16d644 -"RelayExclude"="ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError" +[Software\\Wine\\Debug] 1526460547 +#time=1d3ecf2c06fad40 +"RelayExclude"="ntdll.RtlEnterCriticalSection;ntdll.RtlTryEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError" "RelayFromExclude"="winex11.drv;winemac.drv;user32;gdi32;advapi32;kernel32" -[Software\\Wine\\Direct3D] 1460706484 -#time=1d196eb2465cd30 +[Software\\Wine\\Direct3D] 1528075992 +#time=1d3fba400717c1a "VideoMemorySize"="1024" -"VideoPciDeviceID"=dword:00000fd5 -"VideoPciVendorID"=dword:000010de -[Software\\Wine\\DllOverrides] 1461222820 -#time=1d19b9d54af126a +[Software\\Wine\\DllOverrides] 1526461003 +#time=1d3ecf3cff41e94 "*gdiplus"="native" "*mscoree"="native" -"*msxml3"="native" -[Software\\Wine\\Drivers] 1460706905 -#time=1d196ec1f6d50cc +[Software\\Wine\\Drivers] 1526460556 +#time=1d3ecf2c5e0296c "Audio"="coreaudio" -"Graphics"="x11" - -[Software\\Wine\\Drivers\\winecoreaudio.drv\\devices\\0,45] 1460706905 -#time=1d196ec1f6dbb02 -"guid"=hex:d3,d2,47,e6,94,23,1e,49,86,88,82,2d,42,50,74,7d - -[Software\\Wine\\Drivers\\winecoreaudio.drv\\devices\\0,47] 1461223239 -#time=1d19b9e4eb2b71c -"guid"=hex:6e,b9,86,27,c4,a2,2d,49,b7,6a,12,e6,d4,3a,f2,09 - -[Software\\Wine\\Drivers\\winecoreaudio.drv\\devices\\0,54] 1460706905 -#time=1d196ec1f6d5324 -"guid"=hex:e1,f7,d8,9c,14,a9,72,45,97,cf,33,20,4b,27,8b,7f - -[Software\\Wine\\Drivers\\winecoreaudio.drv\\devices\\0,59] 1461223239 -#time=1d19b9e4eb27de2 -"guid"=hex:7d,14,4d,b2,8d,d6,42,4c,a0,59,fc,43,17,9b,99,ed - -[Software\\Wine\\Drivers\\winecoreaudio.drv\\devices\\0,64] 1460706905 -#time=1d196ec1f6d7b38 -"guid"=hex:fc,ad,50,ed,1b,2a,61,4f,89,ab,2b,f6,cf,3e,b1,bd - -[Software\\Wine\\Drivers\\winecoreaudio.drv\\devices\\0,67] 1460706905 -#time=1d196ec1f6d6bca -"guid"=hex:27,0a,af,51,e4,b4,5c,49,bd,ca,ff,be,59,fe,c5,a6 - -[Software\\Wine\\Drivers\\winecoreaudio.drv\\devices\\0,69] 1461223239 -#time=1d19b9e4eb2a1dc -"guid"=hex:c9,ca,1d,1a,50,8a,35,4f,b6,71,d0,8b,b4,16,20,93 - -[Software\\Wine\\Drivers\\winecoreaudio.drv\\devices\\1,47] 1460706905 -#time=1d196ec1f88af66 -"guid"=hex:92,a4,0c,93,78,f0,fe,4e,8d,72,f0,7c,cc,cb,34,e9 - -[Software\\Wine\\Drivers\\winecoreaudio.drv\\devices\\1,52] 1461223240 -#time=1d19b9e4edf36ca -"guid"=hex:bb,36,cf,29,6a,08,d0,40,89,5d,b5,c4,b4,c5,22,0b - -[Software\\Wine\\Explorer\\Desktops] 1460706872 -#time=1d196ec0b826c00 +"Graphics"="mac" -[Software\\Wine\\FileOpenAssociations\\.application] 1460706774 -#time=1d196ebd1635e26 +[Software\\Wine\\FileOpenAssociations\\.application] 1526460998 +#time=1d3ecf3cd4105b8 "AppName"="rundll32" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-application.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-application.desktop" "MimeType"="application/x-ms-application" "OpenWithIcon"="1CD8_rundll32.0" "ProgID"="Application.Manifest" -[Software\\Wine\\FileOpenAssociations\\.appref-ms] 1460706774 -#time=1d196ebd164f8d0 +[Software\\Wine\\FileOpenAssociations\\.appref-ms] 1526460998 +#time=1d3ecf3cd42f94a "AppName"="rundll32" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-appref-ms.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-appref-ms.desktop" "MimeType"="application/x-wine-extension-appref-ms" "OpenWithIcon"="1CD8_rundll32.0" "ProgID"="Application.Reference" -[Software\\Wine\\FileOpenAssociations\\.chm] 1460706484 -#time=1d196eb2495a65e +[Software\\Wine\\FileOpenAssociations\\.chm] 1526460556 +#time=1d3ecf2c5e14eb4 "AppName"="hh" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-chm.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-chm.desktop" "MimeType"="application/x-wine-extension-chm" "OpenWithIcon"="A35F_hh.0" "ProgID"="chm.file" -[Software\\Wine\\FileOpenAssociations\\.compositefont] 1460706774 -#time=1d196ebd16e2266 +[Software\\Wine\\FileOpenAssociations\\.compositefont] 1526460998 +#time=1d3ecf3cd506364 "AppName"="A Wine application" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-compositefont.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-compositefont.desktop" "MimeType"="application/x-wine-extension-compositefont" "ProgID"="Windows.CompositeFont" -[Software\\Wine\\FileOpenAssociations\\.gif] 1460706484 -#time=1d196eb2498de3c +[Software\\Wine\\FileOpenAssociations\\.gif] 1526460557 +#time=1d3ecf2c5e6a35a "AppName"="Wine Internet Explorer" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-gif.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-gif.desktop" "MimeType"="image/gif" "OpenWithIcon"="FB4C_iexplore.0" "ProgID"="giffile" -[Software\\Wine\\FileOpenAssociations\\.hlp] 1460706484 -#time=1d196eb249b761a +[Software\\Wine\\FileOpenAssociations\\.hlp] 1526460557 +#time=1d3ecf2c5e987b4 "AppName"="winhlp32" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-hlp.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-hlp.desktop" "MimeType"="application/x-wine-extension-hlp" "OpenWithIcon"="4137_winhlp32.0" "ProgID"="hlpfile" -[Software\\Wine\\FileOpenAssociations\\.htm] 1460706484 -#time=1d196eb249d70d2 +[Software\\Wine\\FileOpenAssociations\\.htm] 1526460557 +#time=1d3ecf2c5ec6eb6 "AppName"="winebrowser" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-htm.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-htm.desktop" "MimeType"="text/html" "OpenWithIcon"="7765_winebrowser.0" "ProgID"="htmlfile" -[Software\\Wine\\FileOpenAssociations\\.ini] 1460706484 -#time=1d196eb24a1bcc8 +[Software\\Wine\\FileOpenAssociations\\.ini] 1526460557 +#time=1d3ecf2c5f14562 "AppName"="notepad" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-ini.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-ini.desktop" "MimeType"="application/x-wine-extension-ini" "OpenWithIcon"="1E64_notepad.0" "ProgID"="inifile" -[Software\\Wine\\FileOpenAssociations\\.jfif] 1460706484 -#time=1d196eb24a59384 +[Software\\Wine\\FileOpenAssociations\\.jfif] 1526460557 +#time=1d3ecf2c5f48aba "AppName"="Wine Internet Explorer" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-jfif.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-jfif.desktop" "MimeType"="image/jpeg" "OpenWithIcon"="FB4C_iexplore.0" "ProgID"="pjpegfile" -[Software\\Wine\\FileOpenAssociations\\.jpe] 1460706484 -#time=1d196eb24a91356 +[Software\\Wine\\FileOpenAssociations\\.jpe] 1526460557 +#time=1d3ecf2c5f6f1b0 "AppName"="Wine Internet Explorer" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-jpe.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-jpe.desktop" "MimeType"="image/jpeg" "OpenWithIcon"="FB4C_iexplore.0" "ProgID"="jpegfile" -[Software\\Wine\\FileOpenAssociations\\.msp] 1460706484 -#time=1d196eb24b4c9a8 +[Software\\Wine\\FileOpenAssociations\\.msp] 1526460557 +#time=1d3ecf2c6026612 "AppName"="Wine Installer" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-msp.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-msp.desktop" "MimeType"="application/x-wine-extension-msp" "OpenWithIcon"="2402_msiexec.0" "ProgID"="Msi.Patch" -[Software\\Wine\\FileOpenAssociations\\.osk] 1460707325 -#time=1d196ed1993de04 -"AppName"="osu!" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-osk.desktop" -"MimeType"="application/x-wine-extension-osk" -"OpenWithIcon"="EA4D_osu!.0" -"ProgID"="osu!" - -[Software\\Wine\\FileOpenAssociations\\.osr] 1460708347 -#time=1d196ef7ab00b84 -"AppName"="osu!" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-osr.desktop" -"MimeType"="application/x-wine-extension-osr" -"OpenWithIcon"="EA4D_osu!.0" -"ProgID"="osrfile" - -[Software\\Wine\\FileOpenAssociations\\.osu] 1460708347 -#time=1d196ef7ab1620e -"AppName"="osu!" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-osu.desktop" -"MimeType"="application/x-wine-extension-osu" -"OpenWithIcon"="EA4D_osu!.0" -"ProgID"="osufile" - -[Software\\Wine\\FileOpenAssociations\\.osz] 1460708347 -#time=1d196ef7ab2d8f0 -"AppName"="osu!" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-osz.desktop" -"MimeType"="application/x-wine-extension-osz" -"OpenWithIcon"="EA4D_osu!.0" -"ProgID"="oszfile" - -[Software\\Wine\\FileOpenAssociations\\.osz2] 1460708347 -#time=1d196ef7ab44c8a -"AppName"="osu!" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-osz2.desktop" -"MimeType"="application/x-wine-extension-osz2" -"OpenWithIcon"="EA4D_osu!.0" -"ProgID"="osz2file" - -[Software\\Wine\\FileOpenAssociations\\.png] 1460706484 -#time=1d196eb24b82fb2 +[Software\\Wine\\FileOpenAssociations\\.pdf] 1526460557 +#time=1d3ecf2c603b2ce +"AppName"="winebrowser" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-pdf.desktop" +"MimeType"="application/x-wine-extension-pdf" +"OpenWithIcon"="7765_winebrowser.0" +"ProgID"="pdffile" + +[Software\\Wine\\FileOpenAssociations\\.png] 1526460557 +#time=1d3ecf2c6061ef6 "AppName"="Wine Internet Explorer" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-png.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-png.desktop" "MimeType"="image/png" "OpenWithIcon"="FB4C_iexplore.0" "ProgID"="pngfile" -[Software\\Wine\\FileOpenAssociations\\.rtf] 1460706484 -#time=1d196eb24bae324 +[Software\\Wine\\FileOpenAssociations\\.rtf] 1526460557 +#time=1d3ecf2c608e2bc "AppName"="wordpad" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-rtf.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-rtf.desktop" "MimeType"="application/x-wine-extension-rtf" "OpenWithIcon"="97C1_wordpad.0" "ProgID"="rtffile" -[Software\\Wine\\FileOpenAssociations\\.txt] 1460706484 -#time=1d196eb24bd88b8 +[Software\\Wine\\FileOpenAssociations\\.txt] 1526460557 +#time=1d3ecf2c60db1f2 "AppName"="notepad" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-txt.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-txt.desktop" "MimeType"="text/plain" "OpenWithIcon"="1E64_notepad.0" "ProgID"="txtfile" -[Software\\Wine\\FileOpenAssociations\\.url] 1460706484 -#time=1d196eb24bf3ad2 +[Software\\Wine\\FileOpenAssociations\\.url] 1526460557 +#time=1d3ecf2c60fbe34 "AppName"="rundll32" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-url.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-url.desktop" "MimeType"="application/x-wine-extension-url" "OpenWithIcon"="1CD8_rundll32.0" "ProgID"="InternetShortcut" -[Software\\Wine\\FileOpenAssociations\\.vbs] 1460706484 -#time=1d196eb24bf7f7e +[Software\\Wine\\FileOpenAssociations\\.vbs] 1526460557 +#time=1d3ecf2c6101d2a "AppName"="A Wine application" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-vbs.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-vbs.desktop" "MimeType"="application/x-wine-extension-vbs" "ProgID"="VBSFile" -[Software\\Wine\\FileOpenAssociations\\.wri] 1460706484 -#time=1d196eb24c1feb6 +[Software\\Wine\\FileOpenAssociations\\.wri] 1526460557 +#time=1d3ecf2c612d2b8 "AppName"="wordpad" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-wri.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-wri.desktop" "MimeType"="application/x-wine-extension-wri" "OpenWithIcon"="97C1_wordpad.0" "ProgID"="wrifile" -[Software\\Wine\\FileOpenAssociations\\.xaml] 1460706774 -#time=1d196ebd1a22192 +[Software\\Wine\\FileOpenAssociations\\.xaml] 1526460999 +#time=1d3ecf3cda5522a "AppName"="Windows Presentation Foundation Host" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-xaml.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-xaml.desktop" "MimeType"="application/xaml+xml" "OpenWithIcon"="E86F_PresentationHost.0" "ProgID"="Windows.XamlDocument" -[Software\\Wine\\FileOpenAssociations\\.xbap] 1460706774 -#time=1d196ebd1a798b6 +[Software\\Wine\\FileOpenAssociations\\.xbap] 1526460999 +#time=1d3ecf3cdaa80ce "AppName"="Windows Presentation Foundation Host" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-xbap.desktop" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-xbap.desktop" "MimeType"="application/x-ms-xbap" "OpenWithIcon"="E86F_PresentationHost.0" "ProgID"="Windows.Xbap" -[Software\\Wine\\FileOpenAssociations\\.xml] 1460706626 -#time=1d196eb792ea562 -"AppName"="Wine Internet Explorer" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-xml.desktop" +[Software\\Wine\\FileOpenAssociations\\.xml] 1526460557 +#time=1d3ecf2c614f9d0 +"AppName"="winebrowser" +"DesktopFile"="/Users/Michael/.local/share/applications/wine-extension-xml.desktop" "MimeType"="text/xml" -"OpenWithIcon"="FB4C_iexplore.0" +"OpenWithIcon"="7765_winebrowser.0" "ProgID"="xmlfile" -[Software\\Wine\\FileOpenAssociations\\.xsl] 1460706626 -#time=1d196eb79328d30 -"AppName"="Wine Internet Explorer" -"DesktopFile"="/Users/jamie/.local/share/applications/wine-extension-xsl.desktop" -"MimeType"="text/xml" -"OpenWithIcon"="FB4C_iexplore.0" -"ProgID"="xslfile" - -[Software\\Wine\\Fonts] 1461223187 -#time=1d19b9e2f52be44 +[Software\\Wine\\Fonts] 1528075999 +#time=1d3fba404df4ae8 "Codepages"="1252,850" "LogPixels"=dword:00000060 -[Software\\Wine\\Fonts\\External Fonts] 1461223187 -#time=1d19b9e2f6e189c -"@AdobeFangsongStd-Regular"="Z:\\Library\\Fonts\\AdobeFangsongStd-Regular.otf" -"@AdobeFanHeitiStd-Bold"="Z:\\Library\\Fonts\\AdobeFanHeitiStd-Bold.otf" -"@AdobeGothicStd-Bold"="Z:\\Library\\Fonts\\AdobeGothicStd-Bold.otf" -"@AdobeHeitiStd-Regular"="Z:\\Library\\Fonts\\AdobeHeitiStd-Regular.otf" -"@AdobeKaitiStd-Regular"="Z:\\Library\\Fonts\\AdobeKaitiStd-Regular.otf" -"@AdobeMingStd-Light"="Z:\\Library\\Fonts\\AdobeMingStd-Light.otf" -"@AdobeMyungjoStd-Medium"="Z:\\Library\\Fonts\\AdobeMyungjoStd-Medium.otf" -"@AdobeSongStd-Light"="Z:\\Library\\Fonts\\AdobeSongStd-Light.otf" -"@Apple SD Gothic Neo Regular"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" -"@Arial Unicode MS"="Z:\\Library\\Fonts\\Arial Unicode.ttf" -"@Baoli SC Regular"="Z:\\Library\\Fonts\\Baoli.ttc" -"@Batang"="Z:\\Library\\Fonts\\Microsoft\\Batang.ttf" -"@Brush Script MT Italic"="Z:\\Library\\Fonts\\Brush Script.ttf" -"@Gulim"="Z:\\Library\\Fonts\\Microsoft\\Gulim.ttf" -"@Hannotate SC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@Hannotate SC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@Hannotate TC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@Hannotate TC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"@HanWang KaiBold-Gb5"="Z:\\Users\\jamie\\Library\\Fonts\\wts11.ttf" -"@HanziPen SC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@HanziPen TC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@HanziPen TC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@Heiti SC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"@Heiti SC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"@Heiti TC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"@Heiti TC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"@Hiragino Sans GB W3"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W3.ttc" -"@Hiragino Sans GB W6"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W6.ttc" -"@Hiragino Sans W0"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" -"@Hiragino Sans W1"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" -"@Hiragino Sans W2"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" -"@Hiragino Sans W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" -"@Hiragino Sans W4"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" -"@Hiragino Sans W5"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" -"@Hiragino Sans W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" -"@Hiragino Sans W7"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" -"@Hiragino Sans W8"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" -"@Hiragino Sans W9"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" -"@HiraMaruPro-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"@HiraMaruProN-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"@HiraMinPro-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"@HiraMinPro-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"@HiraMinProN-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"@HiraMinProN-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"@Hoefler Text Ornaments"="Z:\\Library\\Fonts\\Hoefler Text Ornaments.ttf" -"@Kaiti SC Black"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti SC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti SC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti TC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Kaiti TC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@Klee Demibold"="Z:\\Library\\Fonts\\Klee.ttc" -"@Klee Medium"="Z:\\Library\\Fonts\\Klee.ttc" -"@KozGoPr6N-Bold"="Z:\\Library\\Fonts\\KozGoPr6N-Bold.otf" -"@KozGoPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozGoPr6N-ExtraLight.otf" -"@KozGoPr6N-Heavy"="Z:\\Library\\Fonts\\KozGoPr6N-Heavy.otf" -"@KozGoPr6N-Light"="Z:\\Library\\Fonts\\KozGoPr6N-Light.otf" -"@KozGoPr6N-Medium"="Z:\\Library\\Fonts\\KozGoPr6N-Medium.otf" -"@KozGoPr6N-Regular"="Z:\\Library\\Fonts\\KozGoPr6N-Regular.otf" -"@KozGoPro-Bold"="Z:\\Library\\Fonts\\KozGoPro-Bold.otf" -"@KozGoPro-ExtraLight"="Z:\\Library\\Fonts\\KozGoPro-ExtraLight.otf" -"@KozGoPro-Heavy"="Z:\\Library\\Fonts\\KozGoPro-Heavy.otf" -"@KozGoPro-Light"="Z:\\Library\\Fonts\\KozGoPro-Light.otf" -"@KozGoPro-Medium"="Z:\\Library\\Fonts\\KozGoPro-Medium.otf" -"@KozGoPro-Regular"="Z:\\Library\\Fonts\\KozGoPro-Regular.otf" -"@KozMinPr6N-Bold"="Z:\\Library\\Fonts\\KozMinPr6N-Bold.otf" -"@KozMinPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozMinPr6N-ExtraLight.otf" -"@KozMinPr6N-Heavy"="Z:\\Library\\Fonts\\KozMinPr6N-Heavy.otf" -"@KozMinPr6N-Light"="Z:\\Library\\Fonts\\KozMinPr6N-Light.otf" -"@KozMinPr6N-Medium"="Z:\\Library\\Fonts\\KozMinPr6N-Medium.otf" -"@KozMinPr6N-Regular"="Z:\\Library\\Fonts\\KozMinPr6N-Regular.otf" -"@KozMinPro-Bold"="Z:\\Library\\Fonts\\KozMinPro-Bold.otf" -"@KozMinPro-ExtraLight"="Z:\\Library\\Fonts\\KozMinPro-ExtraLight.otf" -"@KozMinPro-Heavy"="Z:\\Library\\Fonts\\KozMinPro-Heavy.otf" -"@KozMinPro-Light"="Z:\\Library\\Fonts\\KozMinPro-Light.otf" -"@KozMinPro-Medium"="Z:\\Library\\Fonts\\KozMinPro-Medium.otf" -"@KozMinPro-Regular"="Z:\\Library\\Fonts\\KozMinPro-Regular.otf" -"@Lantinghei SC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei SC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei SC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei TC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei TC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Lantinghei TC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"@Libian SC Regular"="Z:\\Library\\Fonts\\Libian.ttc" -"@Meiryo"="Z:\\Library\\Fonts\\Microsoft\\Meiryo.ttf" -"@Meiryo Bold"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold.ttf" -"@Meiryo Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold Italic.ttf" -"@Meiryo Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Italic.ttf" -"@MingLiU"="Z:\\Library\\Fonts\\Microsoft\\MingLiU.ttf" -"@MingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"@MingLiU_HKSCS"="Z:\\Library\\Fonts\\Microsoft\\mingliu_hkscs.ttf" -"@MingLiU_HKSCS-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"@MS Gothic"="Z:\\Library\\Fonts\\Microsoft\\MS Gothic.ttf" -"@MS Mincho"="Z:\\Library\\Fonts\\Microsoft\\MS Mincho.ttf" -"@MS PGothic"="Z:\\Library\\Fonts\\Microsoft\\MS PGothic.ttf" -"@MS PMincho"="Z:\\Library\\Fonts\\Microsoft\\MS PMincho.ttf" -"@Nanum Brush Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"@Nanum Pen Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"@NanumGothic"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"@NanumGothic Bold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"@NanumGothic ExtraBold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"@NanumMyeongjo"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"@NanumMyeongjoBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"@NanumMyeongjoExtraBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"@Optima ExtraBlack"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"@PingFang HK Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang HK Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang SC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PingFang TC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"@PMingLiU"="Z:\\Library\\Fonts\\Microsoft\\PMingLiU.ttf" -"@PMingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"@SimHei"="Z:\\Library\\Fonts\\Microsoft\\SimHei.ttf" -"@SimSun"="Z:\\Library\\Fonts\\Microsoft\\SimSun.ttf" -"@SimSun-ExtB"="Z:\\Library\\Fonts\\Microsoft\\SimSun-ExtB.ttf" -"@Songti SC Black"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti SC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti SC Light"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti SC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti TC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"@Songti TC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"@STKaiti"="Z:\\Library\\Fonts\\Kaiti.ttc" -"@STSong"="Z:\\Library\\Fonts\\Songti.ttc" -"@Tsukushi A Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiAMaruGothic.ttc" -"@Tsukushi B Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiBMaruGothic.ttc" -"@Wawati SC Regular"="Z:\\Library\\Fonts\\WawaSC-Regular.otf" -"@Wawati TC Regular"="Z:\\Library\\Fonts\\WawaTC-Regular.otf" -"@Weibei SC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"@Weibei TC Bold"="Z:\\Library\\Fonts\\WeibeiTC-Bold.otf" -"@Xingkai SC Bold"="Z:\\Library\\Fonts\\Xingkai.ttc" -"@Xingkai SC Light"="Z:\\Library\\Fonts\\Xingkai.ttc" -"@Yuanti SC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti SC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti SC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti TC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti TC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@Yuanti TC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"@YuGothic Bold"="Z:\\Library\\Fonts\\Yu Gothic Bold.otf" -"@YuGothic Medium"="Z:\\Library\\Fonts\\Yu Gothic Medium.otf" -"@YuMincho +36p Kana Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@YuMincho +36p Kana Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@YuMincho Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@YuMincho Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"@Yuppy SC Regular"="Z:\\Library\\Fonts\\YuppySC-Regular.otf" -"@Yuppy TC Regular"="Z:\\Library\\Fonts\\YuppyTC-Regular.otf" -"Abadi MT Condensed Extra Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Abadi MT Condensed Extra Bold_1772.ttf" -"Abadi MT Condensed Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Abadi MT Condensed Light_1771.ttf" -"ACaslonPro-Bold"="Z:\\Library\\Fonts\\ACaslonPro-Bold.otf" -"ACaslonPro-BoldItalic"="Z:\\Library\\Fonts\\ACaslonPro-BoldItalic.otf" -"ACaslonPro-Italic"="Z:\\Library\\Fonts\\ACaslonPro-Italic.otf" -"ACaslonPro-Regular"="Z:\\Library\\Fonts\\ACaslonPro-Regular.otf" -"ACaslonPro-Semibold"="Z:\\Library\\Fonts\\ACaslonPro-Semibold.otf" -"ACaslonPro-SemiboldItalic"="Z:\\Library\\Fonts\\ACaslonPro-SemiboldItalic.otf" -"Adobe Gurmukhi"="Z:\\Library\\Fonts\\AdobeGurmukhi-Regular.otf" -"Adobe Gurmukhi Bold"="Z:\\Library\\Fonts\\AdobeGurmukhi-Bold.otf" -"Adobe Naskh Medium"="Z:\\Library\\Fonts\\AdobeNaskh-Medium.otf" -"AdobeArabic-Bold"="Z:\\Library\\Fonts\\AdobeArabic-Bold.otf" -"AdobeArabic-BoldItalic"="Z:\\Library\\Fonts\\AdobeArabic-BoldItalic.otf" -"AdobeArabic-Italic"="Z:\\Library\\Fonts\\AdobeArabic-Italic.otf" -"AdobeArabic-Regular"="Z:\\Library\\Fonts\\AdobeArabic-Regular.otf" -"AdobeDevanagari-Bold"="Z:\\Library\\Fonts\\AdobeDevanagari-Bold.otf" -"AdobeDevanagari-BoldItalic"="Z:\\Library\\Fonts\\AdobeDevanagari-BoldItalic.otf" -"AdobeDevanagari-Italic"="Z:\\Library\\Fonts\\AdobeDevanagari-Italic.otf" -"AdobeDevanagari-Regular"="Z:\\Library\\Fonts\\AdobeDevanagari-Regular.otf" -"AdobeFangsongStd-Regular"="Z:\\Library\\Fonts\\AdobeFangsongStd-Regular.otf" -"AdobeFanHeitiStd-Bold"="Z:\\Library\\Fonts\\AdobeFanHeitiStd-Bold.otf" -"AdobeGothicStd-Bold"="Z:\\Library\\Fonts\\AdobeGothicStd-Bold.otf" -"AdobeHebrew-Bold"="Z:\\Library\\Fonts\\AdobeHebrew-Bold.otf" -"AdobeHebrew-BoldItalic"="Z:\\Library\\Fonts\\AdobeHebrew-BoldItalic.otf" -"AdobeHebrew-Italic"="Z:\\Library\\Fonts\\AdobeHebrew-Italic.otf" -"AdobeHebrew-Regular"="Z:\\Library\\Fonts\\AdobeHebrew-Regular.otf" -"AdobeHeitiStd-Regular"="Z:\\Library\\Fonts\\AdobeHeitiStd-Regular.otf" -"AdobeKaitiStd-Regular"="Z:\\Library\\Fonts\\AdobeKaitiStd-Regular.otf" -"AdobeMingStd-Light"="Z:\\Library\\Fonts\\AdobeMingStd-Light.otf" -"AdobeMyungjoStd-Medium"="Z:\\Library\\Fonts\\AdobeMyungjoStd-Medium.otf" -"AdobeSongStd-Light"="Z:\\Library\\Fonts\\AdobeSongStd-Light.otf" -"AGaramondPro-Bold"="Z:\\Library\\Fonts\\AGaramondPro-Bold.otf" -"AGaramondPro-BoldItalic"="Z:\\Library\\Fonts\\AGaramondPro-BoldItalic.otf" -"AGaramondPro-Italic"="Z:\\Library\\Fonts\\AGaramondPro-Italic.otf" -"AGaramondPro-Regular"="Z:\\Library\\Fonts\\AGaramondPro-Regular.otf" -"Al Bayan Plain"="Z:\\Library\\Fonts\\AlBayan.ttc" -"Al Nile"="Z:\\Library\\Fonts\\Al Nile.ttc" -"Al Nile Bold"="Z:\\Library\\Fonts\\Al Nile.ttc" -"Al Tarikh Regular"="Z:\\Library\\Fonts\\Al Tarikh.ttc" -"American Typewriter"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Bold"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Condensed"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Condensed Bold"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Condensed Light"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"American Typewriter Light"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" -"Andale Mono"="Z:\\Library\\Fonts\\Andale Mono.ttf" -"Andale Mono for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Andale_Mono-Powerline.ttf" -"Anonymous Pro"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro.ttf" -"Anonymous Pro Bold"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro B.ttf" -"Anonymous Pro Bold Italic"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro BI.ttf" -"Anonymous Pro Italic"="Z:\\Users\\jamie\\Library\\Fonts\\Anonymous Pro I.ttf" -"Apple Braille"="Z:\\System\\Library\\Fonts\\Apple Braille.ttf" -"Apple Braille Outline 6 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 6 Dot.ttf" -"Apple Braille Outline 8 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 8 Dot.ttf" -"Apple Braille Pinpoint 6 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 6 Dot.ttf" -"Apple Braille Pinpoint 8 Dot"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 8 Dot.ttf" -"Apple Casual"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\AppleCasual.dfont_09a7.ttf" -"Apple Chancery"="Z:\\Library\\Fonts\\Apple Chancery.ttf" -"Apple Color Emoji"="Z:\\System\\Library\\Fonts\\Apple Color Emoji.ttf" -"Apple SD Gothic Neo Regular"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" -"Apple Symbols"="Z:\\System\\Library\\Fonts\\Apple Symbols.ttc" -"Arial"="Z:\\Library\\Fonts\\Microsoft\\Arial.ttf" -"Arial Black"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Arial Black_2f2d.ttf" -"Arial Bold"="Z:\\Library\\Fonts\\Microsoft\\Arial Bold.ttf" -"Arial Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Arial Bold Italic.ttf" -"Arial Hebrew"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" -"Arial Hebrew Bold"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" -"Arial Hebrew Light"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" -"Arial Italic"="Z:\\Library\\Fonts\\Microsoft\\Arial Italic.ttf" -"Arial Narrow"="Z:\\Library\\Fonts\\Arial Narrow.ttf" -"Arial Narrow Bold"="Z:\\Library\\Fonts\\Arial Narrow Bold.ttf" -"Arial Narrow Bold Italic"="Z:\\Library\\Fonts\\Arial Narrow Bold Italic.ttf" -"Arial Narrow Italic"="Z:\\Library\\Fonts\\Arial Narrow Italic.ttf" -"Arial Rounded MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Arial Rounded Bold_302d.ttf" -"Arial Unicode MS"="Z:\\Library\\Fonts\\Arial Unicode.ttf" -"Avenir Black"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Black Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Book"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Book Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Heavy"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Heavy Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Light"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Light Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Medium"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Medium Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Next Bold"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Condensed Bold"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Demi Bold"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Demi Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Heavy"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Heavy Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Medium"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Condensed Regular"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Demi Bold"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Demi Bold Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Heavy"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Heavy Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Medium"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Medium Condensed Italic"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" -"Avenir Next Medium Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Regular"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Next Ultra Light Italic"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Avenir Oblique"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"Avenir Roman"="Z:\\System\\Library\\Fonts\\Avenir.ttc" -"AvenirNext-UltraLight"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" -"Ayuthaya"="Z:\\Library\\Fonts\\Ayuthaya.ttf" -"Baghdad Regular"="Z:\\Library\\Fonts\\Baghdad.ttc" -"Bangla MN"="Z:\\Library\\Fonts\\Bangla MN.ttc" -"Bangla MN Bold"="Z:\\Library\\Fonts\\Bangla MN.ttc" -"Bangla Sangam MN"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" -"Bangla Sangam MN Bold"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" -"Baoli SC Regular"="Z:\\Library\\Fonts\\Baoli.ttc" -"Baskerville"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Bold"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Bold Italic"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Italic"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville Old Face"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Baskerville Old Face_13c3.ttf" -"Baskerville SemiBold"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Baskerville SemiBold Italic"="Z:\\Library\\Fonts\\Baskerville.ttc" -"Batang"="Z:\\Library\\Fonts\\Microsoft\\Batang.ttf" -"Bauhaus 93"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bauhaus 93_20b6.ttf" -"Beirut Regular"="Z:\\Library\\Fonts\\Beirut.ttc" -"Bell MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bell MT_13c4.ttf" -"Bell MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bell MT_13c5.ttf" -"Bell MT Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bell MT_13c6.ttf" -"BellGothicStd-Black"="Z:\\Users\\jamie\\Library\\Fonts\\BellGothicStd-Black-1.otf" -"BellGothicStd-Bold"="Z:\\Users\\jamie\\Library\\Fonts\\BELLGOTHICSTD-BOLD.OTF" -"Bernard MT Condensed"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bernard MT Condensed_1000.ttf" -"Big Caslon Medium"="Z:\\Library\\Fonts\\BigCaslon.ttf" -"BirchStd"="Z:\\Library\\Fonts\\BirchStd.otf" -"BlackoakStd"="Z:\\Library\\Fonts\\BlackoakStd.otf" -"BlairMdITC TT Medium"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\BlairMdITC TT-Medium_060f.ttf" -"Bodoni 72 Bold"="Z:\\Library\\Fonts\\Bodoni 72.ttc" -"Bodoni 72 Book"="Z:\\Library\\Fonts\\Bodoni 72.ttc" -"Bodoni 72 Book Italic"="Z:\\Library\\Fonts\\Bodoni 72.ttc" -"Bodoni 72 Oldstyle Bold"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" -"Bodoni 72 Oldstyle Book"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" -"Bodoni 72 Oldstyle Book Italic"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" -"Bodoni 72 Smallcaps Book"="Z:\\Library\\Fonts\\Bodoni 72 Smallcaps Book.ttf" -"Bodoni Ornaments"="Z:\\Library\\Fonts\\Bodoni Ornaments.ttf" -"Book Antiqua"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d2.ttf" -"Book Antiqua Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d3.ttf" -"Book Antiqua Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d5.ttf" -"Book Antiqua Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Book Antiqua_07d4.ttf" -"Bookman Old Style"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_139e.ttf" -"Bookman Old Style Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_139f.ttf" -"Bookman Old Style Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_13a1.ttf" -"Bookman Old Style Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Bookman Old Style_13a0.ttf" -"Bookshelf Symbol 7"="Z:\\Library\\Fonts\\Microsoft\\Bookshelf Symbol 7.ttf" -"Bradley Hand Bold"="Z:\\Library\\Fonts\\Bradley Hand Bold.ttf" -"Braggadocio"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Braggadocio_1000.ttf" -"Bright Young Things"="Z:\\Users\\jamie\\Library\\Fonts\\Bright Young Things.ttf" -"Britannic Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Britannic Bold_13c9.ttf" -"Brush Script MT Italic"="Z:\\Library\\Fonts\\Brush Script.ttf" -"BrushScriptStd"="Z:\\Library\\Fonts\\BrushScriptStd.otf" -"Calibri"="Z:\\Library\\Fonts\\Microsoft\\Calibri.ttf" -"Calibri Bold"="Z:\\Library\\Fonts\\Microsoft\\Calibri Bold.ttf" -"Calibri Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Calibri Bold Italic.ttf" -"Calibri Italic"="Z:\\Library\\Fonts\\Microsoft\\Calibri Italic.ttf" -"Calibri Light"="Z:\\Library\\Fonts\\Microsoft\\Calibril.ttf" -"Calisto MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1000.ttf" -"Calisto MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1001.ttf" -"Calisto MT Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1003.ttf" -"Calisto MT Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Calisto MT_1002.ttf" -"Cambria"="Z:\\Library\\Fonts\\Microsoft\\Cambria.ttf" -"Cambria Bold"="Z:\\Library\\Fonts\\Microsoft\\Cambria Bold.ttf" -"Cambria Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Cambria Bold Italic.ttf" -"Cambria Italic"="Z:\\Library\\Fonts\\Microsoft\\Cambria Italic.ttf" -"Cambria Math"="Z:\\Library\\Fonts\\Microsoft\\Cambria Math.ttf" -"Candara"="Z:\\Library\\Fonts\\Microsoft\\Candara.ttf" -"Candara Bold"="Z:\\Library\\Fonts\\Microsoft\\Candara Bold.ttf" -"Candara Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Candara Bold Italic.ttf" -"Candara Italic"="Z:\\Library\\Fonts\\Microsoft\\Candara Italic.ttf" -"Century"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century_14d7.ttf" -"Century Gothic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee4.ttf" -"Century Gothic Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee5.ttf" -"Century Gothic Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee7.ttf" -"Century Gothic Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Gothic_2ee6.ttf" -"Century Schoolbook"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a6.ttf" -"Century Schoolbook Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a7.ttf" -"Century Schoolbook Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a9.ttf" -"Century Schoolbook Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Century Schoolbook_13a8.ttf" -"Chalkboard"="Z:\\Library\\Fonts\\Chalkboard.ttc" -"Chalkboard Bold"="Z:\\Library\\Fonts\\Chalkboard.ttc" -"Chalkboard SE Bold"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" -"Chalkboard SE Light"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" -"Chalkboard SE Regular"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" -"Chalkduster"="Z:\\Library\\Fonts\\Chalkduster.ttf" -"ChaparralPro-Bold"="Z:\\Library\\Fonts\\ChaparralPro-Bold.otf" -"ChaparralPro-BoldIt"="Z:\\Library\\Fonts\\ChaparralPro-BoldIt.otf" -"ChaparralPro-Italic"="Z:\\Library\\Fonts\\ChaparralPro-Italic.otf" -"ChaparralPro-LightIt"="Z:\\Library\\Fonts\\ChaparralPro-LightIt.otf" -"ChaparralPro-Regular"="Z:\\Library\\Fonts\\ChaparralPro-Regular.otf" -"CharlemagneStd-Bold"="Z:\\Library\\Fonts\\CharlemagneStd-Bold.otf" -"Cochin"="Z:\\Library\\Fonts\\Cochin.ttc" -"Cochin Bold"="Z:\\Library\\Fonts\\Cochin.ttc" -"Cochin Bold Italic"="Z:\\Library\\Fonts\\Cochin.ttc" -"Cochin Italic"="Z:\\Library\\Fonts\\Cochin.ttc" -"Colonna MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Colonna_17fc.ttf" -"Comic Sans MS"="Z:\\Library\\Fonts\\Comic Sans MS.ttf" -"Comic Sans MS Bold"="Z:\\Library\\Fonts\\Comic Sans MS Bold.ttf" -"Consolas"="Z:\\Library\\Fonts\\Microsoft\\Consolas.ttf" -"Consolas Bold"="Z:\\Library\\Fonts\\Microsoft\\Consolas Bold.ttf" -"Consolas Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Consolas Bold Italic.ttf" -"Consolas Italic"="Z:\\Library\\Fonts\\Microsoft\\Consolas Italic.ttf" -"Constantia"="Z:\\Library\\Fonts\\Microsoft\\Constantia.ttf" -"Constantia Bold"="Z:\\Library\\Fonts\\Microsoft\\Constantia Bold.ttf" -"Constantia Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Constantia Bold Italic.ttf" -"Constantia Italic"="Z:\\Library\\Fonts\\Microsoft\\Constantia Italic.ttf" -"Cooper Black"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Cooper Black_6499.ttf" -"CooperBlackStd"="Z:\\Library\\Fonts\\CooperBlackStd.otf" -"CooperBlackStd-Italic"="Z:\\Library\\Fonts\\CooperBlackStd-Italic.otf" -"Copperplate"="Z:\\Library\\Fonts\\Copperplate.ttc" -"Copperplate Bold"="Z:\\Library\\Fonts\\Copperplate.ttc" -"Copperplate Gothic Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Copperplate Gothic Bold_1776.ttf" -"Copperplate Gothic Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Copperplate Gothic Light_1777.ttf" -"Copperplate Light"="Z:\\Library\\Fonts\\Copperplate.ttc" -"Corbel"="Z:\\Library\\Fonts\\Microsoft\\Corbel.ttf" -"Corbel Bold"="Z:\\Library\\Fonts\\Microsoft\\Corbel Bold.ttf" -"Corbel Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Corbel Bold Italic.ttf" -"Corbel Italic"="Z:\\Library\\Fonts\\Microsoft\\Corbel Italic.ttf" -"Corsiva Hebrew"="Z:\\Library\\Fonts\\Corsiva.ttc" -"Corsiva Hebrew Bold"="Z:\\Library\\Fonts\\Corsiva.ttc" -"Courier New"="Z:\\Library\\Fonts\\Courier New.ttf" -"Courier New Bold"="Z:\\Library\\Fonts\\Courier New Bold.ttf" -"Courier New Bold Italic"="Z:\\Library\\Fonts\\Courier New Bold Italic.ttf" -"Courier New Italic"="Z:\\Library\\Fonts\\Courier New Italic.ttf" -"CoventryGardenNF"="Z:\\Users\\jamie\\Library\\Fonts\\CoventryGardenNF.otf" -"Cracked"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Cracked_49c1.ttf" -"Curlz MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Curlz MT_1000.ttf" -"Damascus Regular"="Z:\\Library\\Fonts\\Damascus.ttc" -"DecoType Naskh Regular"="Z:\\Library\\Fonts\\DecoTypeNaskh.ttc" -"Desdemona"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Desdemona_1000.ttf" -"Devanagari MT"="Z:\\Library\\Fonts\\DevanagariMT.ttc" -"Devanagari MT Bold"="Z:\\Library\\Fonts\\DevanagariMT.ttc" -"Devanagari Sangam MN"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" -"Devanagari Sangam MN Bold"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" -"Didot"="Z:\\Library\\Fonts\\Didot.ttc" -"Didot Bold"="Z:\\Library\\Fonts\\Didot.ttc" -"Didot Italic"="Z:\\Library\\Fonts\\Didot.ttc" -"Diwan Kufi Regular"="Z:\\Library\\Fonts\\Diwan Kufi.ttc" -"Diwan Thuluth Regular"="Z:\\Library\\Fonts\\Diwan Thuluth.ttf" -"Edwardian Script ITC"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Edwardian Script ITC_6a9b.ttf" -"Engravers MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Engravers MT_1000.ttf" -"Engravers MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Engravers MT_1001.ttf" -"Euphemia UCAS"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" -"Euphemia UCAS Bold"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" -"Euphemia UCAS Italic"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" -"Eurostile"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Eurostile_13d3.ttf" -"Eurostile Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Eurostile_13d4.ttf" -"Farah Regular"="Z:\\Library\\Fonts\\Farah.ttc" -"Farisi Regular"="Z:\\Library\\Fonts\\Farisi.ttf" -"Footlight MT Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Footlight Light_2f8b.ttf" -"Franklin Gothic Book"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Book.ttf" -"Franklin Gothic Book Italic"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Book Italic.ttf" -"Franklin Gothic Medium"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Medium.ttf" -"Franklin Gothic Medium Italic"="Z:\\Library\\Fonts\\Microsoft\\Franklin Gothic Medium Italic.ttf" -"Futura Condensed ExtraBold"="Z:\\Library\\Fonts\\Futura.ttc" -"Futura Condensed Medium"="Z:\\Library\\Fonts\\Futura.ttc" -"Futura Medium"="Z:\\Library\\Fonts\\Futura.ttc" -"Futura Medium Italic"="Z:\\Library\\Fonts\\Futura.ttc" -"Gabriola"="Z:\\Library\\Fonts\\Microsoft\\Gabriola.ttf" -"Garamond"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Garamond_0598.ttf" -"Garamond Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Garamond_0599.ttf" -"Garamond Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Garamond_059a.ttf" -"GB18030 Bitmap"="Z:\\Library\\Fonts\\NISC18030.ttf" -"Geeza Pro Bold"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" -"Geeza Pro Regular"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" -"Geneva"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Geneva.dfont_4c24.ttf" -"Georgia"="Z:\\Library\\Fonts\\Georgia.ttf" -"Georgia Bold"="Z:\\Library\\Fonts\\Georgia Bold.ttf" -"Georgia Bold Italic"="Z:\\Library\\Fonts\\Georgia Bold Italic.ttf" -"Georgia Italic"="Z:\\Library\\Fonts\\Georgia Italic.ttf" -"GiddyupStd"="Z:\\Library\\Fonts\\GiddyupStd.otf" -"Gill Sans"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Bold"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Bold Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Light"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans Light Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans MT"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT.ttf" -"Gill Sans MT Bold"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT Bold.ttf" -"Gill Sans MT Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT Bold Italic.ttf" -"Gill Sans MT Italic"="Z:\\Library\\Fonts\\Microsoft\\Gill Sans MT Italic.ttf" -"Gill Sans SemiBold"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans SemiBold Italic"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gill Sans UltraBold"="Z:\\Library\\Fonts\\GillSans.ttc" -"Gloucester MT Extra Condensed"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Gloucester MT Extra Condensed_1779.ttf" -"Goudy Old Style"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Goudy Old Style_1000.ttf" -"Goudy Old Style Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Goudy Old Style_1001.ttf" -"Goudy Old Style Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Goudy Old Style_1002.ttf" -"Grinder"="Z:\\Users\\jamie\\Library\\Fonts\\Grinder.otf" -"Gujarati MT"="Z:\\Library\\Fonts\\GujaratiMT.ttc" -"Gujarati MT Bold"="Z:\\Library\\Fonts\\GujaratiMT.ttc" -"Gujarati Sangam MN"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" -"Gujarati Sangam MN Bold"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" -"Gulim"="Z:\\Library\\Fonts\\Microsoft\\Gulim.ttf" -"Gurmukhi MN"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" -"Gurmukhi MN Bold"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" -"Gurmukhi MT"="Z:\\Library\\Fonts\\Gurmukhi.ttf" -"Gurmukhi Sangam MN"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" -"Gurmukhi Sangam MN Bold"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" -"Haettenschweiler"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Haettenschweiler_0817.ttf" -"Handwriting - Dakota"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Handwriting - Dakota_2774.ttf" -"Hannotate SC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"Hannotate SC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"Hannotate TC Bold"="Z:\\Library\\Fonts\\Hannotate.ttc" -"Hannotate TC Regular"="Z:\\Library\\Fonts\\Hannotate.ttc" -"HanWang KaiBold-Gb5"="Z:\\Users\\jamie\\Library\\Fonts\\wts11.ttf" -"HanziPen SC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"HanziPen TC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"HanziPen TC Regular"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"Hargita"="Z:\\Users\\jamie\\Library\\Fonts\\Hargita.ttf" -"Harrington"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Harrington_1000.ttf" -"Heiti SC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"Heiti SC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"Heiti TC Light"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" -"Heiti TC Medium"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" -"Helvetica"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_63fb.ttf" -"Helvetica Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_6f65.ttf" -"Helvetica Bold Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_190d.ttf" -"Helvetica Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_5767.ttf" -"Helvetica Light Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_1971.ttf" -"Helvetica Neue"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_3c55.ttf" -"Helvetica Neue Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_3747.ttf" -"Helvetica Neue Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_3258.ttf" -"Helvetica Neue Condensed Black"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_6de6.ttf" -"Helvetica Neue Condensed Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_778e.ttf" -"Helvetica Neue Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_4954.ttf" -"Helvetica Neue Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_5081.ttf" -"Helvetica Neue Light Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_34ca.ttf" -"Helvetica Neue Medium"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a2.ttf" -"Helvetica Neue Medium Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a5.ttf" -"Helvetica Neue Thin"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a3.ttf" -"Helvetica Neue Thin Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_37a4.ttf" -"Helvetica Neue UltraLight"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_1fae.ttf" -"Helvetica Neue UltraLight Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\HelveticaNeue.dfont_606d.ttf" -"Helvetica Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Helvetica.dfont_575d.ttf" -"Herculanum"="Z:\\Library\\Fonts\\Herculanum.ttf" -"HighFiveNF"="Z:\\Users\\jamie\\Library\\Fonts\\HighFiveNF.otf" -"Hiragino Sans GB W3"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W3.ttc" -"Hiragino Sans GB W6"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB W6.ttc" -"Hiragino Sans W0"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" -"Hiragino Sans W1"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" -"Hiragino Sans W2"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" -"Hiragino Sans W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" -"Hiragino Sans W4"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" -"Hiragino Sans W5"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" -"Hiragino Sans W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" -"Hiragino Sans W7"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" -"Hiragino Sans W8"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" -"Hiragino Sans W9"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" -"HiraMaruPro-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"HiraMaruProN-W4"="Z:\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" -"HiraMinPro-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"HiraMinPro-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"HiraMinProN-W3"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W3.ttc" -"HiraMinProN-W6"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN W6.ttc" -"HoboStd"="Z:\\Library\\Fonts\\HoboStd.otf" -"Hoefler Text"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Black"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Black Italic"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Italic"="Z:\\Library\\Fonts\\Hoefler Text.ttc" -"Hoefler Text Ornaments"="Z:\\Library\\Fonts\\Hoefler Text Ornaments.ttf" -"Impact"="Z:\\Library\\Fonts\\Impact.ttf" -"Imprint MT Shadow"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Imprint MT Shadow_1000.ttf" -"InaiMathi"="Z:\\Library\\Fonts\\InaiMathi.ttf" -"Iowan Old Style Black"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Black Italic"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Bold"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Bold Italic"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Italic"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Roman"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"Iowan Old Style Titling"="Z:\\Library\\Fonts\\Iowan Old Style.ttc" -"ITF Devanagari Marathi Medium"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi Light"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi-Bold"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi-Book"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari Marathi-Demi"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Bold"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Book"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Demi"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Light"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"ITFDevanagari-Medium"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" -"Kailasa Bold"="Z:\\Library\\Fonts\\Kailasa.ttc" -"Kailasa Regular"="Z:\\Library\\Fonts\\Kailasa.ttc" -"Kaiti SC Black"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti SC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti SC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti TC Bold"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kaiti TC Regular"="Z:\\Library\\Fonts\\Kaiti.ttc" -"Kannada MN"="Z:\\Library\\Fonts\\Kannada MN.ttc" -"Kannada MN Bold"="Z:\\Library\\Fonts\\Kannada MN.ttc" -"Kannada Sangam MN"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" -"Kannada Sangam MN Bold"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" -"Kefa Bold"="Z:\\Library\\Fonts\\Kefa.ttc" -"Kefa Regular"="Z:\\Library\\Fonts\\Kefa.ttc" -"Khmer MN"="Z:\\Library\\Fonts\\Khmer MN.ttc" -"Khmer MN Bold"="Z:\\Library\\Fonts\\Khmer MN.ttc" -"Khmer Sangam MN"="Z:\\Library\\Fonts\\Khmer Sangam MN.ttf" -"Kino MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Kino_2c13.ttf" -"Klee Demibold"="Z:\\Library\\Fonts\\Klee.ttc" -"Klee Medium"="Z:\\Library\\Fonts\\Klee.ttc" -"Kohinoor Bangla"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Bold"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Light"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Medium"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Bangla Semibold"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" -"Kohinoor Devanagari Bold"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Light"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Medium"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Regular"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Devanagari Semibold"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" -"Kohinoor Telugu"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Bold"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Light"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Medium"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kohinoor Telugu Semibold"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" -"Kokonor Regular"="Z:\\Library\\Fonts\\Kokonor.ttf" -"KozGoPr6N-Bold"="Z:\\Library\\Fonts\\KozGoPr6N-Bold.otf" -"KozGoPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozGoPr6N-ExtraLight.otf" -"KozGoPr6N-Heavy"="Z:\\Library\\Fonts\\KozGoPr6N-Heavy.otf" -"KozGoPr6N-Light"="Z:\\Library\\Fonts\\KozGoPr6N-Light.otf" -"KozGoPr6N-Medium"="Z:\\Library\\Fonts\\KozGoPr6N-Medium.otf" -"KozGoPr6N-Regular"="Z:\\Library\\Fonts\\KozGoPr6N-Regular.otf" -"KozGoPro-Bold"="Z:\\Library\\Fonts\\KozGoPro-Bold.otf" -"KozGoPro-ExtraLight"="Z:\\Library\\Fonts\\KozGoPro-ExtraLight.otf" -"KozGoPro-Heavy"="Z:\\Library\\Fonts\\KozGoPro-Heavy.otf" -"KozGoPro-Light"="Z:\\Library\\Fonts\\KozGoPro-Light.otf" -"KozGoPro-Medium"="Z:\\Library\\Fonts\\KozGoPro-Medium.otf" -"KozGoPro-Regular"="Z:\\Library\\Fonts\\KozGoPro-Regular.otf" -"KozMinPr6N-Bold"="Z:\\Library\\Fonts\\KozMinPr6N-Bold.otf" -"KozMinPr6N-ExtraLight"="Z:\\Library\\Fonts\\KozMinPr6N-ExtraLight.otf" -"KozMinPr6N-Heavy"="Z:\\Library\\Fonts\\KozMinPr6N-Heavy.otf" -"KozMinPr6N-Light"="Z:\\Library\\Fonts\\KozMinPr6N-Light.otf" -"KozMinPr6N-Medium"="Z:\\Library\\Fonts\\KozMinPr6N-Medium.otf" -"KozMinPr6N-Regular"="Z:\\Library\\Fonts\\KozMinPr6N-Regular.otf" -"KozMinPro-Bold"="Z:\\Library\\Fonts\\KozMinPro-Bold.otf" -"KozMinPro-ExtraLight"="Z:\\Library\\Fonts\\KozMinPro-ExtraLight.otf" -"KozMinPro-Heavy"="Z:\\Library\\Fonts\\KozMinPro-Heavy.otf" -"KozMinPro-Light"="Z:\\Library\\Fonts\\KozMinPro-Light.otf" -"KozMinPro-Medium"="Z:\\Library\\Fonts\\KozMinPro-Medium.otf" -"KozMinPro-Regular"="Z:\\Library\\Fonts\\KozMinPro-Regular.otf" -"Krungthep"="Z:\\Library\\Fonts\\Krungthep.ttf" -"KufiStandardGK Regular"="Z:\\Library\\Fonts\\KufiStandardGK.ttc" -"Lantinghei SC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei SC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei SC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei TC Demibold"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei TC Extralight"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lantinghei TC Heavy"="Z:\\Library\\Fonts\\Lantinghei.ttc" -"Lao MN"="Z:\\Library\\Fonts\\Lao MN.ttc" -"Lao MN Bold"="Z:\\Library\\Fonts\\Lao MN.ttc" -"Lao Sangam MN"="Z:\\Library\\Fonts\\Lao Sangam MN.ttf" -"LetterGothicStd"="Z:\\Library\\Fonts\\LetterGothicStd.otf" -"LetterGothicStd-Bold"="Z:\\Library\\Fonts\\LetterGothicStd-Bold.otf" -"LetterGothicStd-BoldSlanted"="Z:\\Library\\Fonts\\LetterGothicStd-BoldSlanted.otf" -"LetterGothicStd-Slanted"="Z:\\Library\\Fonts\\LetterGothicStd-Slanted.otf" -"Libian SC Regular"="Z:\\Library\\Fonts\\Libian.ttc" -"LithosPro-Black"="Z:\\Library\\Fonts\\LithosPro-Black.otf" -"LithosPro-Regular"="Z:\\Library\\Fonts\\LithosPro-Regular.otf" -"Lucida Blackletter"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Blackletter_1000.ttf" -"Lucida Bright"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1000.ttf" -"Lucida Bright Demibold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1001.ttf" -"Lucida Bright Demibold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1003.ttf" -"Lucida Bright Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Bright_1002.ttf" -"Lucida Calligraphy Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Calligraphy_1000.ttf" -"Lucida Console"="Z:\\Library\\Fonts\\Microsoft\\Lucida Console.ttf" -"Lucida Fax Demibold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1001.ttf" -"Lucida Fax Demibold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1003.ttf" -"Lucida Fax Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1002.ttf" -"Lucida Fax Regular"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Fax_1000.ttf" -"Lucida Grande"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" -"Lucida Grande Bold"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" -"Lucida Handwriting Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Handwriting_1000.ttf" -"Lucida Sans Demibold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1003.ttf" -"Lucida Sans Demibold Roman"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1001.ttf" -"Lucida Sans Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1002.ttf" -"Lucida Sans Regular"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans_1000.ttf" -"Lucida Sans Typewriter Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1001.ttf" -"Lucida Sans Typewriter Bold Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1003.ttf" -"Lucida Sans Typewriter Oblique"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1002.ttf" -"Lucida Sans Typewriter Regular"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Lucida Sans Typewriter_1000.ttf" -"Lucida Sans Unicode"="Z:\\Library\\Fonts\\Microsoft\\Lucida Sans Unicode.ttf" -"Luminari"="Z:\\Library\\Fonts\\Luminari.ttf" -"Malayalam MN"="Z:\\Library\\Fonts\\Malayalam MN.ttc" -"Malayalam MN Bold"="Z:\\Library\\Fonts\\Malayalam MN.ttc" -"Malayalam Sangam MN"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" -"Malayalam Sangam MN Bold"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" -"Marker Felt Thin"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" -"Marker Felt Wide"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" -"Marlett"="Z:\\Library\\Fonts\\Microsoft\\Marlett.ttf" -"Matura MT Script Capitals"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Matura Script Capitals_3169.ttf" -"Meiryo"="Z:\\Library\\Fonts\\Microsoft\\Meiryo.ttf" -"Meiryo Bold"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold.ttf" -"Meiryo Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Bold Italic.ttf" -"Meiryo Italic"="Z:\\Library\\Fonts\\Microsoft\\Meiryo Italic.ttf" -"Menlo Bold"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Bold for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Bold for Powerline.ttf" -"Menlo Bold Italic"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Bold Italic for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Bold Italic for Powerline.ttf" -"Menlo Italic"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Italic for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Italic for Powerline.ttf" -"Menlo Regular"="Z:\\System\\Library\\Fonts\\Menlo.ttc" -"Menlo Regular for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Menlo Regular for Powerline.ttf" -"MesquiteStd"="Z:\\Library\\Fonts\\MesquiteStd.otf" -"Microsoft Himalaya"="Z:\\Library\\Fonts\\Microsoft\\himalaya.ttf" -"Microsoft Sans Serif"="Z:\\Library\\Fonts\\Microsoft Sans Serif.ttf" -"Microsoft Tai Le"="Z:\\Library\\Fonts\\Microsoft\\taile.ttf" -"Microsoft Tai Le Bold"="Z:\\Library\\Fonts\\Microsoft\\TaiLeb.ttf" -"Microsoft Yi Baiti"="Z:\\Library\\Fonts\\Microsoft\\msyi.ttf" -"MingLiU"="Z:\\Library\\Fonts\\Microsoft\\MingLiU.ttf" -"MingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"MingLiU_HKSCS"="Z:\\Library\\Fonts\\Microsoft\\mingliu_hkscs.ttf" -"MingLiU_HKSCS-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"MinionPro-Bold"="Z:\\Library\\Fonts\\MinionPro-Bold.otf" -"MinionPro-BoldCn"="Z:\\Library\\Fonts\\MinionPro-BoldCn.otf" -"MinionPro-BoldCnIt"="Z:\\Library\\Fonts\\MinionPro-BoldCnIt.otf" -"MinionPro-BoldIt"="Z:\\Library\\Fonts\\MinionPro-BoldIt.otf" -"MinionPro-It"="Z:\\Library\\Fonts\\MinionPro-It.otf" -"MinionPro-Medium"="Z:\\Library\\Fonts\\MinionPro-Medium.otf" -"MinionPro-MediumIt"="Z:\\Library\\Fonts\\MinionPro-MediumIt.otf" -"MinionPro-Regular"="Z:\\Library\\Fonts\\MinionPro-Regular.otf" -"MinionPro-Semibold"="Z:\\Library\\Fonts\\MinionPro-Semibold.otf" -"MinionPro-SemiboldIt"="Z:\\Library\\Fonts\\MinionPro-SemiboldIt.otf" -"Mishafi Gold Regular"="Z:\\Library\\Fonts\\Mishafi Gold.ttf" -"Mishafi Regular"="Z:\\Library\\Fonts\\Mishafi.ttf" -"Mistral"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Mistral_48d1.ttf" -"Modern No. 20"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Modern No. 20_1000.ttf" -"Mongolian Baiti"="Z:\\Library\\Fonts\\Microsoft\\monbaiti.ttf" -"Monotype Corsiva"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Monotype Corsiva_07d6.ttf" -"Monotype Sorts"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Monotype Sorts_4365.ttf" -"MS Gothic"="Z:\\Library\\Fonts\\Microsoft\\MS Gothic.ttf" -"MS Mincho"="Z:\\Library\\Fonts\\Microsoft\\MS Mincho.ttf" -"MS PGothic"="Z:\\Library\\Fonts\\Microsoft\\MS PGothic.ttf" -"MS PMincho"="Z:\\Library\\Fonts\\Microsoft\\MS PMincho.ttf" -"MS Reference Sans Serif"="Z:\\Library\\Fonts\\Microsoft\\MS Reference Sans Serif.ttf" -"MS Reference Specialty"="Z:\\Library\\Fonts\\Microsoft\\MS Reference Specialty.ttf" -"Mshtakan"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"Mshtakan Bold"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"Mshtakan BoldOblique"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"Mshtakan Oblique"="Z:\\Library\\Fonts\\Mshtakan.ttc" -"MT Extra"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\MT Extra_05e8.ttf" -"Muna Regular"="Z:\\Library\\Fonts\\Muna.ttc" -"Myanmar MN"="Z:\\Library\\Fonts\\Myanmar MN.ttc" -"Myanmar MN Bold"="Z:\\Library\\Fonts\\Myanmar MN.ttc" -"Myanmar Sangam MN"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" -"Myanmar Sangam MN Bold"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" -"Myriad Arabic"="Z:\\Library\\Fonts\\MyriadArabic-Regular.otf" -"Myriad Arabic Bold"="Z:\\Library\\Fonts\\MyriadArabic-Bold.otf" -"Myriad Arabic Bold Italic"="Z:\\Library\\Fonts\\MyriadArabic-BoldIt.otf" -"Myriad Arabic Italic"="Z:\\Library\\Fonts\\MyriadArabic-It.otf" -"Myriad Hebrew"="Z:\\Library\\Fonts\\MyriadHebrew-Regular.otf" -"Myriad Hebrew Bold"="Z:\\Library\\Fonts\\MyriadHebrew-Bold.otf" -"Myriad Hebrew Bold Italic"="Z:\\Library\\Fonts\\MyriadHebrew-BoldIt.otf" -"Myriad Hebrew Italic"="Z:\\Library\\Fonts\\MyriadHebrew-It.otf" -"MyriadPro-Bold"="Z:\\Library\\Fonts\\MyriadPro-Bold.otf" -"MyriadPro-BoldCond"="Z:\\Library\\Fonts\\MyriadPro-BoldCond.otf" -"MyriadPro-BoldCondIt"="Z:\\Library\\Fonts\\MyriadPro-BoldCondIt.otf" -"MyriadPro-BoldIt"="Z:\\Library\\Fonts\\MyriadPro-BoldIt.otf" -"MyriadPro-Cond"="Z:\\Library\\Fonts\\MyriadPro-Cond.otf" -"MyriadPro-CondIt"="Z:\\Library\\Fonts\\MyriadPro-CondIt.otf" -"MyriadPro-It"="Z:\\Library\\Fonts\\MyriadPro-It.otf" -"MyriadPro-Regular"="Z:\\Library\\Fonts\\MyriadPro-Regular.otf" -"MyriadPro-Semibold"="Z:\\Library\\Fonts\\MyriadPro-Semibold.otf" -"MyriadPro-SemiboldIt"="Z:\\Library\\Fonts\\MyriadPro-SemiboldIt.otf" -"Nadeem Regular"="Z:\\Library\\Fonts\\Nadeem.ttc" -"Nanum Brush Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"Nanum Pen Script"="Z:\\Library\\Fonts\\NanumScript.ttc" -"NanumGothic"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"NanumGothic Bold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"NanumGothic ExtraBold"="Z:\\Library\\Fonts\\NanumGothic.ttc" -"NanumMyeongjo"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"NanumMyeongjoBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"NanumMyeongjoExtraBold"="Z:\\Library\\Fonts\\NanumMyeongjo.ttc" -"Naughty Nights"="Z:\\Users\\jamie\\Library\\Fonts\\Naughty Nights.ttf" -"New Peninim MT"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"New Peninim MT Bold"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"New Peninim MT Bold Inclined"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"New Peninim MT Inclined"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" -"News Gothic MT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\News Gothic MT_1000.ttf" -"News Gothic MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\News Gothic MT_1001.ttf" -"News Gothic MT Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\News Gothic MT_1002.ttf" -"Noteworthy Bold"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" -"Noteworthy Light"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" -"NuevaStd-Bold"="Z:\\Library\\Fonts\\NuevaStd-Bold.otf" -"NuevaStd-BoldCond"="Z:\\Library\\Fonts\\NuevaStd-BoldCond.otf" -"NuevaStd-BoldCondItalic"="Z:\\Library\\Fonts\\NuevaStd-BoldCondItalic.otf" -"NuevaStd-Cond"="Z:\\Library\\Fonts\\NuevaStd-Cond.otf" -"NuevaStd-CondItalic"="Z:\\Library\\Fonts\\NuevaStd-CondItalic.otf" -"NuevaStd-Italic"="Z:\\Library\\Fonts\\NuevaStd-Italic.otf" -"OCRAStd"="Z:\\Library\\Fonts\\OCRAStd.otf" -"Onyx"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Onyx_13e2.ttf" -"Optima Bold"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima Bold Italic"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima ExtraBlack"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima Italic"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"Optima Regular"="Z:\\System\\Library\\Fonts\\Optima.ttc" -"OratorStd"="Z:\\Library\\Fonts\\OratorStd.otf" -"OratorStd-Slanted"="Z:\\Library\\Fonts\\OratorStd-Slanted.otf" -"Oriya MN"="Z:\\Library\\Fonts\\Oriya MN.ttc" -"Oriya MN Bold"="Z:\\Library\\Fonts\\Oriya MN.ttc" -"Oriya Sangam MN"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" -"Oriya Sangam MN Bold"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" -"Osaka"="Z:\\Library\\Fonts\\Osaka.ttf" -"Osaka-Mono"="Z:\\Library\\Fonts\\OsakaMono.ttf" -"Palatino"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Bold"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Bold Italic"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Italic"="Z:\\System\\Library\\Fonts\\Palatino.ttc" -"Palatino Linotype"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype.ttf" -"Palatino Linotype Bold"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype Bold.ttf" -"Palatino Linotype Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype Bold Italic.ttf" -"Palatino Linotype Italic"="Z:\\Library\\Fonts\\Microsoft\\Palatino Linotype Italic.ttf" -"Papyrus"="Z:\\Library\\Fonts\\Papyrus.ttc" -"Papyrus Condensed"="Z:\\Library\\Fonts\\Papyrus.ttc" -"Perisphere"="Z:\\Users\\jamie\\Library\\Fonts\\Perisphere.otf" -"Perpetua"="Z:\\Library\\Fonts\\Microsoft\\Perpetua.ttf" -"Perpetua Bold"="Z:\\Library\\Fonts\\Microsoft\\Perpetua Bold.ttf" -"Perpetua Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Perpetua Bold Italic.ttf" -"Perpetua Italic"="Z:\\Library\\Fonts\\Microsoft\\Perpetua Italic.ttf" -"Perpetua Titling MT Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Perpetua Titling MT_1001.ttf" -"Perpetua Titling MT Light"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Perpetua Titling MT_1000.ttf" -"Phosphate Inline"="Z:\\Library\\Fonts\\Phosphate.ttc" -"Phosphate Solid"="Z:\\Library\\Fonts\\Phosphate.ttc" -"PingFang HK Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang HK Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang SC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Light"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Medium"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Regular"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Semibold"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Thin"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"PingFang TC Ultralight"="Z:\\System\\Library\\Fonts\\PingFang.ttc" -"Plantagenet Cherokee"="Z:\\Library\\Fonts\\PlantagenetCherokee.ttf" -"Playbill"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Playbill_13e5.ttf" -"PMingLiU"="Z:\\Library\\Fonts\\Microsoft\\PMingLiU.ttf" -"PMingLiU-ExtB"="Z:\\Users\\jamie\\Library\\Fonts\\MINGLIUB.TTC" -"PoplarStd"="Z:\\Library\\Fonts\\PoplarStd.otf" -"PortagoITC TT"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\PortagoITC TT_05e2.ttf" -"Poseidon AOE"="Z:\\Users\\jamie\\Library\\Fonts\\PoseiAOE.ttf" -"PrestigeEliteStd-Bd"="Z:\\Library\\Fonts\\PrestigeEliteStd-Bd.otf" -"ProFont"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\ProFont_0b89.ttf" -"PT Mono"="Z:\\Library\\Fonts\\PTMono.ttc" -"PT Mono Bold"="Z:\\Library\\Fonts\\PTMono.ttc" -"PT Sans"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Bold"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Bold Italic"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Caption"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Caption Bold"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Italic"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Narrow"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Sans Narrow Bold"="Z:\\Library\\Fonts\\PTSans.ttc" -"PT Serif"="Z:\\Library\\Fonts\\PTSerif.ttc" -"PT Serif Bold"="Z:\\Library\\Fonts\\PTSerif.ttc" -"PT Serif Bold Italic"="Z:\\Library\\Fonts\\PTSerif.ttc" -"PT Serif Caption"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" -"PT Serif Caption Italic"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" -"PT Serif Italic"="Z:\\Library\\Fonts\\PTSerif.ttc" -"Qubix"="Z:\\Users\\jamie\\Library\\Fonts\\Qubix.ttf" -"Raanana"="Z:\\Library\\Fonts\\Raanana.ttc" -"Raanana Bold"="Z:\\Library\\Fonts\\Raanana.ttc" -"Rockwell"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1000.ttf" -"Rockwell Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1001.ttf" -"Rockwell Bold Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1003.ttf" -"Rockwell Extra Bold"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell Extra Bold_1000.ttf" -"Rockwell Italic"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Rockwell_1002.ttf" -"RosewoodStd-Regular"="Z:\\Library\\Fonts\\RosewoodStd-Regular.otf" -"Sana Regular"="Z:\\Library\\Fonts\\Sana.ttc" -"Sathu"="Z:\\Library\\Fonts\\Sathu.ttf" -"Savoye LET Plain:1.0"="Z:\\Library\\Fonts\\Savoye LET.ttc" -"Shree Devanagari 714"="Z:\\Library\\Fonts\\Shree714.ttc" -"Shree Devanagari 714 Bold"="Z:\\Library\\Fonts\\Shree714.ttc" -"Shree Devanagari 714 Bold Italic"="Z:\\Library\\Fonts\\Shree714.ttc" -"Shree Devanagari 714 Italic"="Z:\\Library\\Fonts\\Shree714.ttc" -"SignPainter-HouseScript"="Z:\\Library\\Fonts\\SignPainter.otf" -"Silom"="Z:\\Library\\Fonts\\Silom.ttf" -"SimHei"="Z:\\Library\\Fonts\\Microsoft\\SimHei.ttf" -"SimSun"="Z:\\Library\\Fonts\\Microsoft\\SimSun.ttf" -"SimSun-ExtB"="Z:\\Library\\Fonts\\Microsoft\\SimSun-ExtB.ttf" -"Sinhala MN"="Z:\\Library\\Fonts\\Sinhala MN.ttc" -"Sinhala MN Bold"="Z:\\Library\\Fonts\\Sinhala MN.ttc" -"Sinhala Sangam MN"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" -"Sinhala Sangam MN Bold"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" -"Skia"="Z:\\Library\\Fonts\\Skia.ttf" -"Snell Roundhand"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" -"Snell Roundhand Black"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" -"Snell Roundhand Bold"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" -"Songti SC Black"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti SC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti SC Light"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti SC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti TC Bold"="Z:\\Library\\Fonts\\Songti.ttc" -"Songti TC Regular"="Z:\\Library\\Fonts\\Songti.ttc" -"Source Code Pro"="Z:\\Users\\jamie\\Library\\Fonts\\SourceCodePro-Regular.otf" -"Source Code Pro Black for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Black for Powerline.otf" -"Source Code Pro Bold"="Z:\\Users\\jamie\\Library\\Fonts\\SourceCodePro-Bold.otf" -"Source Code Pro Bold for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Bold for Powerline.otf" -"Source Code Pro ExtraLight for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro ExtraLight for Powerline.otf" -"Source Code Pro for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Regular for Powerline.otf" -"Source Code Pro Light for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Light for Powerline.otf" -"Source Code Pro Medium"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Medium for Powerline.otf" -"Source Code Pro Semibold for Powerline"="Z:\\Users\\jamie\\Library\\Fonts\\Source Code Pro Semibold for Powerline.otf" -"Source Sans Pro"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Regular.otf" -"Source Sans Pro Black"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Black.otf" -"Source Sans Pro Black Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-BlackIt.otf" -"Source Sans Pro Bold"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Bold.otf" -"Source Sans Pro Bold Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-BoldIt.otf" -"Source Sans Pro ExtraLight"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-ExtraLight.otf" -"Source Sans Pro ExtraLight Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-ExtraLightIt.otf" -"Source Sans Pro Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-It.otf" -"Source Sans Pro Light"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Light.otf" -"Source Sans Pro Light Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-LightIt.otf" -"Source Sans Pro Semibold"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-Semibold.otf" -"Source Sans Pro Semibold Italic"="Z:\\Users\\jamie\\Library\\Fonts\\SourceSansPro-SemiboldIt.otf" -"Stencil"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Stencil_2a15.ttf" -"StencilStd"="Z:\\Library\\Fonts\\StencilStd.otf" -"STIXGeneral-Bold"="Z:\\Library\\Fonts\\STIXGeneralBol.otf" -"STIXGeneral-BoldItalic"="Z:\\Library\\Fonts\\STIXGeneralBolIta.otf" -"STIXGeneral-Italic"="Z:\\Library\\Fonts\\STIXGeneralItalic.otf" -"STIXGeneral-Regular"="Z:\\Library\\Fonts\\STIXGeneral.otf" -"STIXIntegralsD-Bold"="Z:\\Library\\Fonts\\STIXIntDBol.otf" -"STIXIntegralsD-Regular"="Z:\\Library\\Fonts\\STIXIntDReg.otf" -"STIXIntegralsSm-Bold"="Z:\\Library\\Fonts\\STIXIntSmBol.otf" -"STIXIntegralsSm-Regular"="Z:\\Library\\Fonts\\STIXIntSmReg.otf" -"STIXIntegralsUp-Bold"="Z:\\Library\\Fonts\\STIXIntUpBol.otf" -"STIXIntegralsUp-Regular"="Z:\\Library\\Fonts\\STIXIntUpReg.otf" -"STIXIntegralsUpD-Bold"="Z:\\Library\\Fonts\\STIXIntUpDBol.otf" -"STIXIntegralsUpD-Regular"="Z:\\Library\\Fonts\\STIXIntUpDReg.otf" -"STIXIntegralsUpSm-Bold"="Z:\\Library\\Fonts\\STIXIntUpSmBol.otf" -"STIXIntegralsUpSm-Regular"="Z:\\Library\\Fonts\\STIXIntUpSmReg.otf" -"STIXNonUnicode-Bold"="Z:\\Library\\Fonts\\STIXNonUniBol.otf" -"STIXNonUnicode-BoldItalic"="Z:\\Library\\Fonts\\STIXNonUniBolIta.otf" -"STIXNonUnicode-Italic"="Z:\\Library\\Fonts\\STIXNonUniIta.otf" -"STIXNonUnicode-Regular"="Z:\\Library\\Fonts\\STIXNonUni.otf" -"STIXSizeFiveSym-Regular"="Z:\\Library\\Fonts\\STIXSizFiveSymReg.otf" -"STIXSizeFourSym-Bold"="Z:\\Library\\Fonts\\STIXSizFourSymBol.otf" -"STIXSizeFourSym-Regular"="Z:\\Library\\Fonts\\STIXSizFourSymReg.otf" -"STIXSizeOneSym-Bold"="Z:\\Library\\Fonts\\STIXSizOneSymBol.otf" -"STIXSizeOneSym-Regular"="Z:\\Library\\Fonts\\STIXSizOneSymReg.otf" -"STIXSizeThreeSym-Bold"="Z:\\Library\\Fonts\\STIXSizThreeSymBol.otf" -"STIXSizeThreeSym-Regular"="Z:\\Library\\Fonts\\STIXSizThreeSymReg.otf" -"STIXSizeTwoSym-Bold"="Z:\\Library\\Fonts\\STIXSizTwoSymBol.otf" -"STIXSizeTwoSym-Regular"="Z:\\Library\\Fonts\\STIXSizTwoSymReg.otf" -"STIXVariants-Bold"="Z:\\Library\\Fonts\\STIXVarBol.otf" -"STIXVariants-Regular"="Z:\\Library\\Fonts\\STIXVar.otf" -"STKaiti"="Z:\\Library\\Fonts\\Kaiti.ttc" -"STSong"="Z:\\Library\\Fonts\\Songti.ttc" -"SukhumvitSet-Bold"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Light"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Medium"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-SemiBold"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Text"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"SukhumvitSet-Thin"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" -"Symbol"="Z:\\Users\\jamie\\Applications\\Wineskin\\osu!.app\\Contents\\Frameworks\\wswine.bundle\\lib\\..\\bin\\..\\share\\wine\\fonts\\\\symbol.ttf" -"Tahoma"="Z:\\Library\\Fonts\\Tahoma.ttf" -"Tahoma Bold"="Z:\\Library\\Fonts\\Tahoma Bold.ttf" -"Tamil MN"="Z:\\Library\\Fonts\\Tamil MN.ttc" -"Tamil MN Bold"="Z:\\Library\\Fonts\\Tamil MN.ttc" -"Tamil Sangam MN"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" -"Tamil Sangam MN Bold"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" -"TeamSpiritNF"="Z:\\Users\\jamie\\Library\\Fonts\\TeamSpiritNF.otf" -"TektonPro-Bold"="Z:\\Library\\Fonts\\TektonPro-Bold.otf" -"TektonPro-BoldCond"="Z:\\Library\\Fonts\\TektonPro-BoldCond.otf" -"TektonPro-BoldExt"="Z:\\Library\\Fonts\\TektonPro-BoldExt.otf" -"TektonPro-BoldObl"="Z:\\Library\\Fonts\\TektonPro-BoldObl.otf" -"Telugu MN"="Z:\\Library\\Fonts\\Telugu MN.ttc" -"Telugu MN Bold"="Z:\\Library\\Fonts\\Telugu MN.ttc" -"Telugu Sangam MN"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" -"Telugu Sangam MN Bold"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" -"Thonburi"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" -"Thonburi Bold"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" -"Thonburi Light"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" -"Times New Roman"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman.ttf" -"Times New Roman Bold"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman Bold.ttf" -"Times New Roman Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman Bold Italic.ttf" -"Times New Roman Italic"="Z:\\Library\\Fonts\\Microsoft\\Times New Roman Italic.ttf" -"Trajan Pro 3"="Z:\\Library\\Fonts\\TrajanPro3-Regular.otf" -"Trajan Pro 3 Bold"="Z:\\Library\\Fonts\\TrajanPro3-Bold.otf" -"TrajanPro-Bold"="Z:\\Library\\Fonts\\TrajanPro-Bold.otf" -"TrajanPro-Regular"="Z:\\Library\\Fonts\\TrajanPro-Regular.otf" -"Transuranium"="Z:\\Users\\jamie\\Library\\Fonts\\trans___.ttf" -"Trattatello"="Z:\\Library\\Fonts\\Trattatello.ttf" -"Trebuchet MS"="Z:\\Library\\Fonts\\Trebuchet MS.ttf" -"Trebuchet MS Bold"="Z:\\Library\\Fonts\\Trebuchet MS Bold.ttf" -"Trebuchet MS Bold Italic"="Z:\\Library\\Fonts\\Trebuchet MS Bold Italic.ttf" -"Trebuchet MS Italic"="Z:\\Library\\Fonts\\Trebuchet MS Italic.ttf" -"Tsukushi A Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiAMaruGothic.ttc" -"Tsukushi A Round Gothic Regular"="Z:\\Library\\Fonts\\TsukushiAMaruGothic.ttc" -"Tsukushi B Round Gothic Bold"="Z:\\Library\\Fonts\\TsukushiBMaruGothic.ttc" -"Tsukushi B Round Gothic Regula"="Z:\\Library\\Fonts\\TsukushiBMaruGothic.ttc" -"Tw Cen MT"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT.ttf" -"Tw Cen MT Bold"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT Bold.ttf" -"Tw Cen MT Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT Bold Italic.ttf" -"Tw Cen MT Italic"="Z:\\Library\\Fonts\\Microsoft\\Tw Cen MT Italic.ttf" -"Untitled"="Z:\\Users\\jamie\\Library\\Fonts\\Helv Children.otf" -"Verdana"="Z:\\Library\\Fonts\\Microsoft\\Verdana.ttf" -"Verdana Bold"="Z:\\Library\\Fonts\\Microsoft\\Verdana Bold.ttf" -"Verdana Bold Italic"="Z:\\Library\\Fonts\\Microsoft\\Verdana Bold Italic.ttf" -"Verdana Italic"="Z:\\Library\\Fonts\\Microsoft\\Verdana Italic.ttf" -"Waseem Light"="Z:\\Library\\Fonts\\Waseem.ttc" -"Waseem Regular"="Z:\\Library\\Fonts\\Waseem.ttc" -"Wawati SC Regular"="Z:\\Library\\Fonts\\WawaSC-Regular.otf" -"Wawati TC Regular"="Z:\\Library\\Fonts\\WawaTC-Regular.otf" -"Webdings"="Z:\\Library\\Fonts\\Webdings.ttf" -"Weibei SC Bold"="Z:\\Library\\Fonts\\Hanzipen.ttc" -"Weibei TC Bold"="Z:\\Library\\Fonts\\WeibeiTC-Bold.otf" -"Wide Latin"="Z:\\Users\\jamie\\Library\\Caches\\Wine\\Fonts\\Wide Latin_13dc.ttf" -"Wild Words Bold Bold"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSBOLD.TTF" -"Wild Words BoldItalic"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSBOLDITALIC.TTF" -"Wild Words Italic"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSITALIC.TTF" -"Wild Words Roman"="Z:\\Users\\jamie\\Library\\Fonts\\WILDWORDSROMAN.TTF" -"Wingdings"="Z:\\Library\\Fonts\\Microsoft\\Wingdings.ttf" -"Wingdings 2"="Z:\\Library\\Fonts\\Microsoft\\Wingdings 2.ttf" -"Wingdings 3"="Z:\\Library\\Fonts\\Microsoft\\Wingdings 3.ttf" -"Xingkai SC Bold"="Z:\\Library\\Fonts\\Xingkai.ttc" -"Xingkai SC Light"="Z:\\Library\\Fonts\\Xingkai.ttc" -"Yuanti SC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti SC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti SC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti TC Bold"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti TC Light"="Z:\\Library\\Fonts\\Yuanti.ttc" -"Yuanti TC Regular"="Z:\\Library\\Fonts\\Yuanti.ttc" -"YuGothic Bold"="Z:\\Library\\Fonts\\Yu Gothic Bold.otf" -"YuGothic Medium"="Z:\\Library\\Fonts\\Yu Gothic Medium.otf" -"YuMincho +36p Kana Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"YuMincho +36p Kana Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"YuMincho Demibold"="Z:\\Library\\Fonts\\YuMincho.ttc" -"YuMincho Medium"="Z:\\Library\\Fonts\\YuMincho.ttc" -"Yuppy SC Regular"="Z:\\Library\\Fonts\\YuppySC-Regular.otf" -"Yuppy TC Regular"="Z:\\Library\\Fonts\\YuppyTC-Regular.otf" -"Zapf Dingbats"="Z:\\System\\Library\\Fonts\\ZapfDingbats.ttf" -"Zapfino"="Z:\\Library\\Fonts\\Zapfino.ttf" - -[Software\\Wine\\Fonts\\Replacements] 1460706779 -#time=1d196ebd457abfa +[Software\\Wine\\Fonts\\External Fonts] 1528075999 +#time=1d3fba404e4e4da +"@Apple LiSung Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f32353d902bf98577cf10705d5bea3a060a97e8a.asset\\AssetData\\AppleLiSung-Light.ttf" +"@Apple SD Gothic Neo Regular (TrueType)"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" +"@Arial Unicode MS (TrueType)"="Z:\\Library\\Fonts\\Arial Unicode.ttf" +"@Baoli SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"@Baoli TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"@Brush Script MT Italic (TrueType)"="Z:\\Library\\Fonts\\Brush Script.ttf" +"@Hannotate SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\540cea47ae7cf17ba79cc63d70905a2c386f3f62.asset\\AssetData\\Hannotate.ttc" +"@HanziPen SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\667f02f6ae86fe90ee89d0930afff409c85ad6ac.asset\\AssetData\\Hanzipen.ttc" +"@Heiti SC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"@Heiti SC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"@Heiti TC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"@Heiti TC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"@Hiragino Sans CNS W3 (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f49eecf252fb0fa3485147173cadc8dfe5f10d74.asset\\AssetData\\Hiragino_Sans_CNS.ttc" +"@Hiragino Sans GB W3 (TrueType)"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB.ttc" +"@Hiragino Sans W0 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" +"@Hiragino Sans W1 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" +"@Hiragino Sans W2 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" +"@Hiragino Sans W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" +"@Hiragino Sans W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" +"@Hiragino Sans W5 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" +"@Hiragino Sans W6 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" +"@Hiragino Sans W7 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" +"@Hiragino Sans W8 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" +"@Hiragino Sans W9 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" +"@HiraMaruPro-W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" +"@HiraMinProN-W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN.ttc" +"@Kaiti SC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti TC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Kaiti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@Klee Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\28dbce4dbfe99634fe0c22b88873d1ed16157da2.asset\\AssetData\\Klee.ttc" +"@Lantinghei SC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei SC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei SC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei TC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei TC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Lantinghei TC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"@Libian SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"@Libian TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"@LiHei Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e356d69f743bebacaa057d187a1c3a53b991452e.asset\\AssetData\\LiHeiPro.ttf" +"@LingWai SC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b085babea7b5ddc9ef1bf3eb5b5bd521f515024.asset\\AssetData\\LingWaiSC-Medium.otf" +"@LingWai TC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\610439a1f1ad0e3a5703b432dd5d3f7114dcd8b4.asset\\AssetData\\LingWaiTC-Medium.otf" +"@LiSong Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\83f4aa261ef8173df8211fd7057ae0df68af1d84.asset\\AssetData\\LiSongPro.ttf" +"@Nanum Brush Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"@Nanum Pen Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"@NanumGothic (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"@NanumGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"@NanumGothic ExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"@NanumMyeongjo (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"@NanumMyeongjoBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"@NanumMyeongjoExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"@PingFang HK Regular (TrueType)"="Z:\\System\\Library\\Fonts\\PingFang.ttc" +"@Songti SC Black (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti SC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti SC Light (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti SC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti TC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@Songti TC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@STFangsong (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1eaff3ada787e1beb4a74fedfcc40df66cba7e0.asset\\AssetData\\STFANGSO.ttf" +"@STHeiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\32ee1600791572d4fc4b5664c1253d7073def14b.asset\\AssetData\\STHEITI.ttf" +"@STKaiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"@STSong (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"@STXihei (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\29bb0031ce330cd68c12a3f2a62d2af883efd25f.asset\\AssetData\\STXIHEI.ttf" +"@Toppan Bunkyu Gothic Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d3797dd134f5a99e36fd00365634597fe63e32d5.asset\\AssetData\\ToppanBunkyuGothicPr6N.ttc" +"@Toppan Bunkyu Mincho Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\5ef29fdde08d55779e9b6bc61cd9dd35b0bdf81c.asset\\AssetData\\ToppanBunkyuMinchoPr6N-Regular.otf" +"@Wawati SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1d3ff82458a311e54a2d1431e07a9dba18f6b33.asset\\AssetData\\WawaSC-Regular.otf" +"@Wawati TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e4b7f3aaf2e1e1a3ddc09b56de4c8fcdf8f33c41.asset\\AssetData\\WawaTC-Regular.otf" +"@Weibei SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\714b3197966fe770a7bc4f169c696ae161587834.asset\\AssetData\\WeibeiSC-Bold.otf" +"@Weibei TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d5b95291798fea1a60a37226fe357503a03f633d.asset\\AssetData\\WeibeiTC-Bold.otf" +"@Xingkai SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Xingkai SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Xingkai TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Xingkai TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"@Yuanti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@Yuanti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"@YuGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\9bcd44527ef393ed216f6506bddb5e950c2c752c.asset\\AssetData\\YuGothic-Bold.otf" +"@YuGothic Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d247c6fc43ef7fe005d9e59eae5ae23e7e10d4c.asset\\AssetData\\YuGothic-Medium.otf" +"@YuKyokasho Yoko Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\824f5d9316cf364d808aa8de8d698113503cc59b.asset\\AssetData\\Kyokasho.ttc" +"@YuMincho Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3062c8c32be86d60efd385f5e7021b7438f29cb0.asset\\AssetData\\YuMincho.ttc" +"@Yuppy SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\4f6414db403d33f6df5deef5eef6f91d0d57ecfc.asset\\AssetData\\YuppySC-Regular.otf" +"@Yuppy TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b4f5b00faf2d7fa028eed01f8c3d611f63bfeaa.asset\\AssetData\\YuppyTC-Regular.otf" +"Al Bayan Plain (TrueType)"="Z:\\Library\\Fonts\\AlBayan.ttc" +"Al Nile (TrueType)"="Z:\\Library\\Fonts\\Al Nile.ttc" +"Al Tarikh Regular (TrueType)"="Z:\\Library\\Fonts\\Al Tarikh.ttc" +"American Typewriter (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Bold (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Condensed (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Condensed Bold (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Condensed Light (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Light (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"American Typewriter Semibold (TrueType)"="Z:\\Library\\Fonts\\AmericanTypewriter.ttc" +"Andale Mono (TrueType)"="Z:\\Library\\Fonts\\Andale Mono.ttf" +"Apple Braille (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille.ttf" +"Apple Braille Outline 6 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 6 Dot.ttf" +"Apple Braille Outline 8 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Outline 8 Dot.ttf" +"Apple Braille Pinpoint 6 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 6 Dot.ttf" +"Apple Braille Pinpoint 8 Dot (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Braille Pinpoint 8 Dot.ttf" +"Apple Chancery (TrueType)"="Z:\\Library\\Fonts\\Apple Chancery.ttf" +"Apple Color Emoji (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Color Emoji.ttc" +"Apple LiGothic Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\075c0b3c47fe52a074de839972a6b3c307a9aaf6.asset\\AssetData\\AppleLiGothic-Medium.ttf" +"Apple LiSung Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f32353d902bf98577cf10705d5bea3a060a97e8a.asset\\AssetData\\AppleLiSung-Light.ttf" +"Apple SD Gothic Neo Regular (TrueType)"="Z:\\System\\Library\\Fonts\\AppleSDGothicNeo.ttc" +"Apple Symbols (TrueType)"="Z:\\System\\Library\\Fonts\\Apple Symbols.ttf" +"Arial (TrueType)"="Z:\\Library\\Fonts\\Arial.ttf" +"Arial Black (TrueType)"="Z:\\Library\\Fonts\\Arial Black.ttf" +"Arial Bold (TrueType)"="Z:\\Library\\Fonts\\Arial Bold.ttf" +"Arial Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Bold Italic.ttf" +"Arial Hebrew (TrueType)"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" +"Arial Hebrew Bold (TrueType)"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" +"Arial Hebrew Light (TrueType)"="Z:\\System\\Library\\Fonts\\ArialHB.ttc" +"Arial Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Italic.ttf" +"Arial Narrow (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow.ttf" +"Arial Narrow Bold (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow Bold.ttf" +"Arial Narrow Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow Bold Italic.ttf" +"Arial Narrow Italic (TrueType)"="Z:\\Library\\Fonts\\Arial Narrow Italic.ttf" +"Arial Rounded MT Bold (TrueType)"="Z:\\Library\\Fonts\\Arial Rounded Bold.ttf" +"Arial Unicode MS (TrueType)"="Z:\\Library\\Fonts\\Arial Unicode.ttf" +"Avenir Black (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Black Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Book (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Book Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Heavy (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Heavy Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Light (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Light Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Medium (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Medium Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Next Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Condensed Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Demi Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Demi Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Heavy (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Heavy Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Medium (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Condensed Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Demi Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Demi Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Heavy (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Heavy Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Medium (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Medium Condensed Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next Condensed.ttc" +"Avenir Next Medium Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Next Ultra Light Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Avenir Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"Avenir Roman (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir.ttc" +"AvenirNext-UltraLight (TrueType)"="Z:\\System\\Library\\Fonts\\Avenir Next.ttc" +"Ayuthaya (TrueType)"="Z:\\Library\\Fonts\\Ayuthaya.ttf" +"Baghdad Regular (TrueType)"="Z:\\Library\\Fonts\\Baghdad.ttc" +"Bangla MN (TrueType)"="Z:\\Library\\Fonts\\Bangla MN.ttc" +"Bangla MN Bold (TrueType)"="Z:\\Library\\Fonts\\Bangla MN.ttc" +"Bangla Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" +"Bangla Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Bangla Sangam MN.ttc" +"Baoli SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"Baoli TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\449f3afc3b4113f9709f7f8c91b232352268a2e7.asset\\AssetData\\Baoli.ttc" +"Baskerville (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville Bold (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville Italic (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville SemiBold (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Baskerville SemiBold Italic (TrueType)"="Z:\\Library\\Fonts\\Baskerville.ttc" +"Beirut Regular (TrueType)"="Z:\\Library\\Fonts\\Beirut.ttc" +"BiauKai (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\fabac6d3efdf38edffb7ac8258aade66877812d2.asset\\AssetData\\BiauKai.ttf" +"Big Caslon Medium (TrueType)"="Z:\\Library\\Fonts\\BigCaslon.ttf" +"Bodoni 72 Bold (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72.ttc" +"Bodoni 72 Book (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72.ttc" +"Bodoni 72 Book Italic (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72.ttc" +"Bodoni 72 Oldstyle Bold (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" +"Bodoni 72 Oldstyle Book (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" +"Bodoni 72 Oldstyle Book Italic (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 OS.ttc" +"Bodoni 72 Smallcaps Book (TrueType)"="Z:\\Library\\Fonts\\Bodoni 72 Smallcaps Book.ttf" +"Bodoni Ornaments (TrueType)"="Z:\\Library\\Fonts\\Bodoni Ornaments.ttf" +"Bradley Hand Bold (TrueType)"="Z:\\Library\\Fonts\\Bradley Hand Bold.ttf" +"Brush Script MT Italic (TrueType)"="Z:\\Library\\Fonts\\Brush Script.ttf" +"Chalkboard (TrueType)"="Z:\\Library\\Fonts\\Chalkboard.ttc" +"Chalkboard Bold (TrueType)"="Z:\\Library\\Fonts\\Chalkboard.ttc" +"Chalkboard SE Bold (TrueType)"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" +"Chalkboard SE Light (TrueType)"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" +"Chalkboard SE Regular (TrueType)"="Z:\\Library\\Fonts\\ChalkboardSE.ttc" +"Chalkduster (TrueType)"="Z:\\Library\\Fonts\\Chalkduster.ttf" +"Charter Black (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Black Italic (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Bold (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter BT Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Italic (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Charter Roman (TrueType)"="Z:\\Library\\Fonts\\Charter.ttc" +"Cochin (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Cochin Bold (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Cochin Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Cochin Italic (TrueType)"="Z:\\Library\\Fonts\\Cochin.ttc" +"Comic Sans MS (TrueType)"="Z:\\Library\\Fonts\\Comic Sans MS.ttf" +"Comic Sans MS Bold (TrueType)"="Z:\\Library\\Fonts\\Comic Sans MS Bold.ttf" +"Copperplate (TrueType)"="Z:\\Library\\Fonts\\Copperplate.ttc" +"Copperplate Bold (TrueType)"="Z:\\Library\\Fonts\\Copperplate.ttc" +"Copperplate Light (TrueType)"="Z:\\Library\\Fonts\\Copperplate.ttc" +"Corsiva Hebrew (TrueType)"="Z:\\Library\\Fonts\\Corsiva.ttc" +"Corsiva Hebrew Bold (TrueType)"="Z:\\Library\\Fonts\\Corsiva.ttc" +"Courier New (TrueType)"="Z:\\Library\\Fonts\\Courier New.ttf" +"Courier New Bold (TrueType)"="Z:\\Library\\Fonts\\Courier New Bold.ttf" +"Courier New Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Courier New Bold Italic.ttf" +"Courier New Italic (TrueType)"="Z:\\Library\\Fonts\\Courier New Italic.ttf" +"Damascus Regular (TrueType)"="Z:\\Library\\Fonts\\Damascus.ttc" +"DecoType Naskh Regular (TrueType)"="Z:\\Library\\Fonts\\DecoTypeNaskh.ttc" +"Devanagari MT (TrueType)"="Z:\\Library\\Fonts\\DevanagariMT.ttc" +"Devanagari MT Bold (TrueType)"="Z:\\Library\\Fonts\\DevanagariMT.ttc" +"Devanagari Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" +"Devanagari Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Devanagari Sangam MN.ttc" +"Didot (TrueType)"="Z:\\Library\\Fonts\\Didot.ttc" +"Didot Bold (TrueType)"="Z:\\Library\\Fonts\\Didot.ttc" +"Didot Italic (TrueType)"="Z:\\Library\\Fonts\\Didot.ttc" +"DIN Alternate Bold (TrueType)"="Z:\\Library\\Fonts\\DIN Alternate Bold.ttf" +"DIN Condensed Bold (TrueType)"="Z:\\Library\\Fonts\\DIN Condensed Bold.ttf" +"Diwan Kufi Regular (TrueType)"="Z:\\Library\\Fonts\\Diwan Kufi.ttc" +"Diwan Thuluth Regular (TrueType)"="Z:\\Library\\Fonts\\Diwan Thuluth.ttf" +"Euphemia UCAS (TrueType)"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" +"Euphemia UCAS Bold (TrueType)"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" +"Euphemia UCAS Italic (TrueType)"="Z:\\Library\\Fonts\\EuphemiaCAS.ttc" +"Farah Regular (TrueType)"="Z:\\Library\\Fonts\\Farah.ttc" +"Farisi Regular (TrueType)"="Z:\\Library\\Fonts\\Farisi.ttf" +"Futura Bold (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Condensed ExtraBold (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Condensed Medium (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Medium (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Futura Medium Italic (TrueType)"="Z:\\Library\\Fonts\\Futura.ttc" +"Geeza Pro Bold (TrueType)"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" +"Geeza Pro Regular (TrueType)"="Z:\\System\\Library\\Fonts\\GeezaPro.ttc" +"Geneva (TrueType)"="Z:\\Users\\Michael\\Library\\Caches\\Wine\\Fonts\\Geneva.dfont_4c24.ttf" +"Georgia (TrueType)"="Z:\\Library\\Fonts\\Georgia.ttf" +"Georgia Bold (TrueType)"="Z:\\Library\\Fonts\\Georgia Bold.ttf" +"Georgia Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Georgia Bold Italic.ttf" +"Georgia Italic (TrueType)"="Z:\\Library\\Fonts\\Georgia Italic.ttf" +"Gill Sans (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Bold (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Bold Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Light (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans Light Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans SemiBold (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans SemiBold Italic (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gill Sans UltraBold (TrueType)"="Z:\\Library\\Fonts\\GillSans.ttc" +"Gujarati MT (TrueType)"="Z:\\Library\\Fonts\\GujaratiMT.ttc" +"Gujarati MT Bold (TrueType)"="Z:\\Library\\Fonts\\GujaratiMT.ttc" +"Gujarati Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" +"Gujarati Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Gujarati Sangam MN.ttc" +"Gurmukhi MN (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" +"Gurmukhi MN Bold (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi MN.ttc" +"Gurmukhi MT (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi.ttf" +"Gurmukhi Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" +"Gurmukhi Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Gurmukhi Sangam MN.ttc" +"Hannotate SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\540cea47ae7cf17ba79cc63d70905a2c386f3f62.asset\\AssetData\\Hannotate.ttc" +"HanziPen SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\667f02f6ae86fe90ee89d0930afff409c85ad6ac.asset\\AssetData\\Hanzipen.ttc" +"HeadLineA Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\078041bff9ea09f3b7413c08175fda5b3560528f.asset\\AssetData\\HeadlineA.ttf" +"Heiti SC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"Heiti SC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"Heiti TC Light (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Light.ttc" +"Heiti TC Medium (TrueType)"="Z:\\System\\Library\\Fonts\\STHeiti Medium.ttc" +"Helvetica (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Bold Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Light (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Light Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Helvetica Neue (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Bold (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Condensed Black (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Condensed Bold (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Light (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Light Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Medium (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Medium Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Thin (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue Thin Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue UltraLight (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Neue UltraLight Italic (TrueType)"="Z:\\System\\Library\\Fonts\\HelveticaNeue.ttc" +"Helvetica Oblique (TrueType)"="Z:\\System\\Library\\Fonts\\Helvetica.ttc" +"Herculanum (TrueType)"="Z:\\Library\\Fonts\\Herculanum.ttf" +"Hiragino Sans CNS W3 (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\f49eecf252fb0fa3485147173cadc8dfe5f10d74.asset\\AssetData\\Hiragino_Sans_CNS.ttc" +"Hiragino Sans GB W3 (TrueType)"="Z:\\System\\Library\\Fonts\\Hiragino Sans GB.ttc" +"Hiragino Sans W0 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W0.ttc" +"Hiragino Sans W1 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W1.ttc" +"Hiragino Sans W2 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W2.ttc" +"Hiragino Sans W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W3.ttc" +"Hiragino Sans W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W4.ttc" +"Hiragino Sans W5 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W5.ttc" +"Hiragino Sans W6 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W6.ttc" +"Hiragino Sans W7 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W7.ttc" +"Hiragino Sans W8 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W8.ttc" +"Hiragino Sans W9 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x89d2\x30b4\x30b7\x30c3\x30af W9.ttc" +"HiraMaruPro-W4 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x4e38\x30b4 ProN W4.ttc" +"HiraMinProN-W3 (TrueType)"="Z:\\System\\Library\\Fonts\\\x30d2\x30e9\x30ae\x30ce\x660e\x671d ProN.ttc" +"Hoefler Text (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Black (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Black Italic (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Italic (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text.ttc" +"Hoefler Text Ornaments (TrueType)"="Z:\\Library\\Fonts\\Hoefler Text Ornaments.ttf" +"Impact (TrueType)"="Z:\\Library\\Fonts\\Impact.ttf" +"InaiMathi (TrueType)"="Z:\\Library\\Fonts\\InaiMathi-MN.ttc" +"InaiMathi Bold (TrueType)"="Z:\\Library\\Fonts\\InaiMathi-MN.ttc" +"ITFDevanagari-Book (TrueType)"="Z:\\Library\\Fonts\\ITFDevanagari.ttc" +"Kailasa Bold (TrueType)"="Z:\\Library\\Fonts\\Kailasa.ttc" +"Kailasa Regular (TrueType)"="Z:\\Library\\Fonts\\Kailasa.ttc" +"Kaiti SC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti TC Black (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kaiti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"Kannada MN (TrueType)"="Z:\\Library\\Fonts\\Kannada MN.ttc" +"Kannada MN Bold (TrueType)"="Z:\\Library\\Fonts\\Kannada MN.ttc" +"Kannada Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" +"Kannada Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Kannada Sangam MN.ttc" +"Kefa Bold (TrueType)"="Z:\\Library\\Fonts\\Kefa.ttc" +"Kefa Regular (TrueType)"="Z:\\Library\\Fonts\\Kefa.ttc" +"Khmer MN (TrueType)"="Z:\\Library\\Fonts\\Khmer MN.ttc" +"Khmer MN Bold (TrueType)"="Z:\\Library\\Fonts\\Khmer MN.ttc" +"Khmer Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Khmer Sangam MN.ttf" +"Klee Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\28dbce4dbfe99634fe0c22b88873d1ed16157da2.asset\\AssetData\\Klee.ttc" +"Kohinoor Bangla (TrueType)"="Z:\\System\\Library\\Fonts\\KohinoorBangla.ttc" +"Kohinoor Devanagari Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Kohinoor.ttc" +"Kohinoor Telugu (TrueType)"="Z:\\System\\Library\\Fonts\\KohinoorTelugu.ttc" +"Kokonor Regular (TrueType)"="Z:\\Library\\Fonts\\Kokonor.ttf" +"Krungthep (TrueType)"="Z:\\Library\\Fonts\\Krungthep.ttf" +"KufiStandardGK Regular (TrueType)"="Z:\\Library\\Fonts\\KufiStandardGK.ttc" +"Lantinghei SC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei SC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei SC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei TC Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei TC Extralight (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lantinghei TC Heavy (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\2e3dd84241cc7676f2fc8c357c9087fee8cd0075.asset\\AssetData\\Lantinghei.ttc" +"Lao MN (TrueType)"="Z:\\Library\\Fonts\\Lao MN.ttc" +"Lao MN Bold (TrueType)"="Z:\\Library\\Fonts\\Lao MN.ttc" +"Lao Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Lao Sangam MN.ttf" +"Libian SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"Libian TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\abb3c637ce9548112a0c85bcc80ebfe159da3f09.asset\\AssetData\\Libian.ttc" +"LiHei Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e356d69f743bebacaa057d187a1c3a53b991452e.asset\\AssetData\\LiHeiPro.ttf" +"LingWai SC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b085babea7b5ddc9ef1bf3eb5b5bd521f515024.asset\\AssetData\\LingWaiSC-Medium.otf" +"LingWai TC Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\610439a1f1ad0e3a5703b432dd5d3f7114dcd8b4.asset\\AssetData\\LingWaiTC-Medium.otf" +"LiSong Pro (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\83f4aa261ef8173df8211fd7057ae0df68af1d84.asset\\AssetData\\LiSongPro.ttf" +"Lucida Grande (TrueType)"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" +"Lucida Grande Bold (TrueType)"="Z:\\System\\Library\\Fonts\\LucidaGrande.ttc" +"Luminari (TrueType)"="Z:\\Library\\Fonts\\Luminari.ttf" +"Malayalam MN (TrueType)"="Z:\\Library\\Fonts\\Malayalam MN.ttc" +"Malayalam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Malayalam MN.ttc" +"Malayalam Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" +"Malayalam Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Malayalam Sangam MN.ttc" +"Marker Felt Thin (TrueType)"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" +"Marker Felt Wide (TrueType)"="Z:\\System\\Library\\Fonts\\MarkerFelt.ttc" +"Marlett (TrueType)"="Z:\\Users\\Michael\\git\\osu-for-Mac-Stable-Latest\\osu!.app\\Contents\\Frameworks\\wswine.bundle\\lib\\..\\bin\\..\\share\\wine\\fonts\\marlett.ttf" +"Menlo Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Menlo Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Menlo Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Menlo Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Menlo.ttc" +"Microsoft Sans Serif (TrueType)"="Z:\\Library\\Fonts\\Microsoft Sans Serif.ttf" +"Mishafi Gold Regular (TrueType)"="Z:\\Library\\Fonts\\Mishafi Gold.ttf" +"Mishafi Regular (TrueType)"="Z:\\Library\\Fonts\\Mishafi.ttf" +"Monaco (TrueType)"="Z:\\Users\\Michael\\Library\\Caches\\Wine\\Fonts\\Monaco.dfont_30b4.ttf" +"Mshtakan (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Mshtakan Bold (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Mshtakan BoldOblique (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Mshtakan Oblique (TrueType)"="Z:\\Library\\Fonts\\Mshtakan.ttc" +"Muna Regular (TrueType)"="Z:\\Library\\Fonts\\Muna.ttc" +"Myanmar MN (TrueType)"="Z:\\Library\\Fonts\\Myanmar MN.ttc" +"Myanmar MN Bold (TrueType)"="Z:\\Library\\Fonts\\Myanmar MN.ttc" +"Myanmar Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" +"Myanmar Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Myanmar Sangam MN.ttc" +"Nadeem Regular (TrueType)"="Z:\\Library\\Fonts\\Nadeem.ttc" +"Nanum Brush Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"Nanum Pen Script (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\b687fb6023084a8e0c57fa7b88555ee4173b9364.asset\\AssetData\\NanumScript.ttc" +"NanumGothic (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"NanumGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"NanumGothic ExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\6312deadbf7f783147b59e13758d5a78918faab7.asset\\AssetData\\NanumGothic.ttc" +"NanumMyeongjo (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"NanumMyeongjoBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"NanumMyeongjoExtraBold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d19ccb58f7b89bfe700a3cc277f377a8e7f6de32.asset\\AssetData\\NanumMyeongjo.ttc" +"New Peninim MT (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"New Peninim MT Bold (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"New Peninim MT Bold Inclined (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"New Peninim MT Inclined (TrueType)"="Z:\\Library\\Fonts\\NewPeninimMT.ttc" +"Noteworthy Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" +"Noteworthy Light (TrueType)"="Z:\\System\\Library\\Fonts\\Noteworthy.ttc" +"Noto Nastaliq Urdu (TrueType)"="Z:\\System\\Library\\Fonts\\NotoNastaliq.ttc" +"Optima Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima ExtraBlack (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Optima Regular (TrueType)"="Z:\\System\\Library\\Fonts\\Optima.ttc" +"Oriya MN (TrueType)"="Z:\\Library\\Fonts\\Oriya MN.ttc" +"Oriya MN Bold (TrueType)"="Z:\\Library\\Fonts\\Oriya MN.ttc" +"Oriya Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" +"Oriya Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Oriya Sangam MN.ttc" +"Osaka (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7a32c3f1f36f55f37a6bf046adcc78bc4691411a.asset\\AssetData\\Osaka.ttf" +"Osaka-Mono (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d1d3b26617ad607c3baebd7050891cadc569262d.asset\\AssetData\\OsakaMono.ttf" +"Palatino (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Palatino Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Palatino Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Palatino Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Palatino.ttc" +"Papyrus (TrueType)"="Z:\\Library\\Fonts\\Papyrus.ttc" +"Papyrus Condensed (TrueType)"="Z:\\Library\\Fonts\\Papyrus.ttc" +"PCMyungjo Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\1b04347aea86db61c58452fb00c7508b2d8bfb6c.asset\\AssetData\\PCmyoungjo.ttf" +"Phosphate Inline (TrueType)"="Z:\\Library\\Fonts\\Phosphate.ttc" +"Phosphate Solid (TrueType)"="Z:\\Library\\Fonts\\Phosphate.ttc" +"PilGi Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\a56911d28567085707fc090a36a44fd927d3984c.asset\\AssetData\\Pilgiche.ttf" +"PingFang HK Regular (TrueType)"="Z:\\System\\Library\\Fonts\\PingFang.ttc" +"Plantagenet Cherokee (TrueType)"="Z:\\Library\\Fonts\\PlantagenetCherokee.ttf" +"PT Mono (TrueType)"="Z:\\Library\\Fonts\\PTMono.ttc" +"PT Mono Bold (TrueType)"="Z:\\Library\\Fonts\\PTMono.ttc" +"PT Sans (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Bold (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Bold Italic (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Caption (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Caption Bold (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Italic (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Narrow (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Sans Narrow Bold (TrueType)"="Z:\\Library\\Fonts\\PTSans.ttc" +"PT Serif (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"PT Serif Bold (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"PT Serif Bold Italic (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"PT Serif Caption (TrueType)"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" +"PT Serif Caption Italic (TrueType)"="Z:\\Library\\Fonts\\PTSerifCaption.ttc" +"PT Serif Italic (TrueType)"="Z:\\Library\\Fonts\\PTSerif.ttc" +"Raanana (TrueType)"="Z:\\Library\\Fonts\\Raanana.ttc" +"Raanana Bold (TrueType)"="Z:\\Library\\Fonts\\Raanana.ttc" +"Rockwell (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Rockwell Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Rockwell Italic (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Rockwell-Bold (TrueType)"="Z:\\Library\\Fonts\\Rockwell.ttc" +"Sana Regular (TrueType)"="Z:\\Library\\Fonts\\Sana.ttc" +"Sathu (TrueType)"="Z:\\Library\\Fonts\\Sathu.ttf" +"Savoye LET Plain:1.0 (TrueType)"="Z:\\Library\\Fonts\\Savoye LET.ttc" +"Shree Devanagari 714 (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"Shree Devanagari 714 Bold (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"Shree Devanagari 714 Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"Shree Devanagari 714 Italic (TrueType)"="Z:\\Library\\Fonts\\Shree714.ttc" +"SignPainter-HouseScript (TrueType)"="Z:\\Library\\Fonts\\SignPainter.ttc" +"Silom (TrueType)"="Z:\\Library\\Fonts\\Silom.ttf" +"Sinhala MN (TrueType)"="Z:\\Library\\Fonts\\Sinhala MN.ttc" +"Sinhala MN Bold (TrueType)"="Z:\\Library\\Fonts\\Sinhala MN.ttc" +"Sinhala Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" +"Sinhala Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Sinhala Sangam MN.ttc" +"Skia (TrueType)"="Z:\\Library\\Fonts\\Skia.ttf" +"Snell Roundhand (TrueType)"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" +"Snell Roundhand Black (TrueType)"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" +"Snell Roundhand Bold (TrueType)"="Z:\\Library\\Fonts\\SnellRoundhand.ttc" +"Songti SC Black (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti SC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti SC Light (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti SC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti TC Bold (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"Songti TC Regular (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"STFangsong (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1eaff3ada787e1beb4a74fedfcc40df66cba7e0.asset\\AssetData\\STFANGSO.ttf" +"STHeiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\32ee1600791572d4fc4b5664c1253d7073def14b.asset\\AssetData\\STHEITI.ttf" +"STIXGeneral-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXGeneralBol.otf" +"STIXGeneral-BoldItalic (TrueType)"="Z:\\Library\\Fonts\\STIXGeneralBolIta.otf" +"STIXGeneral-Italic (TrueType)"="Z:\\Library\\Fonts\\STIXGeneralItalic.otf" +"STIXGeneral-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXGeneral.otf" +"STIXIntegralsD-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntDBol.otf" +"STIXIntegralsD-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntDReg.otf" +"STIXIntegralsSm-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntSmBol.otf" +"STIXIntegralsSm-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntSmReg.otf" +"STIXIntegralsUp-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpBol.otf" +"STIXIntegralsUp-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpReg.otf" +"STIXIntegralsUpD-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpDBol.otf" +"STIXIntegralsUpD-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpDReg.otf" +"STIXIntegralsUpSm-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpSmBol.otf" +"STIXIntegralsUpSm-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXIntUpSmReg.otf" +"STIXNonUnicode-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXNonUniBol.otf" +"STIXNonUnicode-BoldItalic (TrueType)"="Z:\\Library\\Fonts\\STIXNonUniBolIta.otf" +"STIXNonUnicode-Italic (TrueType)"="Z:\\Library\\Fonts\\STIXNonUniIta.otf" +"STIXNonUnicode-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXNonUni.otf" +"STIXSizeFiveSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizFiveSymReg.otf" +"STIXSizeFourSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizFourSymBol.otf" +"STIXSizeFourSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizFourSymReg.otf" +"STIXSizeOneSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizOneSymBol.otf" +"STIXSizeOneSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizOneSymReg.otf" +"STIXSizeThreeSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizThreeSymBol.otf" +"STIXSizeThreeSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizThreeSymReg.otf" +"STIXSizeTwoSym-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXSizTwoSymBol.otf" +"STIXSizeTwoSym-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXSizTwoSymReg.otf" +"STIXVariants-Bold (TrueType)"="Z:\\Library\\Fonts\\STIXVarBol.otf" +"STIXVariants-Regular (TrueType)"="Z:\\Library\\Fonts\\STIXVar.otf" +"STKaiti (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d69c72f04dcc2dfc086aa401dbab7f8ec55d0bb.asset\\AssetData\\Kaiti.ttc" +"STSong (TrueType)"="Z:\\Library\\Fonts\\Songti.ttc" +"STXihei (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\29bb0031ce330cd68c12a3f2a62d2af883efd25f.asset\\AssetData\\STXIHEI.ttf" +"SukhumvitSet-Bold (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Light (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Medium (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-SemiBold (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Text (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"SukhumvitSet-Thin (TrueType)"="Z:\\Library\\Fonts\\SukhumvitSet.ttc" +"Symbol (TrueType)"="Z:\\Users\\Michael\\git\\osu-for-Mac-Stable-Latest\\osu!.app\\Contents\\Frameworks\\wswine.bundle\\lib\\..\\bin\\..\\share\\wine\\fonts\\symbol.ttf" +"Tahoma (TrueType)"="Z:\\Library\\Fonts\\Tahoma.ttf" +"Tahoma Bold (TrueType)"="Z:\\Library\\Fonts\\Tahoma Bold.ttf" +"Tamil MN (TrueType)"="Z:\\Library\\Fonts\\Tamil MN.ttc" +"Tamil MN Bold (TrueType)"="Z:\\Library\\Fonts\\Tamil MN.ttc" +"Tamil Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" +"Tamil Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Tamil Sangam MN.ttc" +"TeamViewer13 (TrueType)"="Z:\\Library\\Fonts\\TeamViewer13.otf" +"Telugu MN (TrueType)"="Z:\\Library\\Fonts\\Telugu MN.ttc" +"Telugu MN Bold (TrueType)"="Z:\\Library\\Fonts\\Telugu MN.ttc" +"Telugu Sangam MN (TrueType)"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" +"Telugu Sangam MN Bold (TrueType)"="Z:\\Library\\Fonts\\Telugu Sangam MN.ttc" +"Thonburi (TrueType)"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" +"Thonburi Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" +"Thonburi Light (TrueType)"="Z:\\System\\Library\\Fonts\\Thonburi.ttc" +"Times Bold (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Times Bold Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Times Italic (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Times New Roman (TrueType)"="Z:\\Library\\Fonts\\Times New Roman.ttf" +"Times New Roman Bold (TrueType)"="Z:\\Library\\Fonts\\Times New Roman Bold.ttf" +"Times New Roman Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Times New Roman Bold Italic.ttf" +"Times New Roman Italic (TrueType)"="Z:\\Library\\Fonts\\Times New Roman Italic.ttf" +"Times Roman (TrueType)"="Z:\\System\\Library\\Fonts\\Times.ttc" +"Toppan Bunkyu Gothic Demibold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d3797dd134f5a99e36fd00365634597fe63e32d5.asset\\AssetData\\ToppanBunkyuGothicPr6N.ttc" +"Toppan Bunkyu Mincho Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\5ef29fdde08d55779e9b6bc61cd9dd35b0bdf81c.asset\\AssetData\\ToppanBunkyuMinchoPr6N-Regular.otf" +"Trattatello (TrueType)"="Z:\\Library\\Fonts\\Trattatello.ttf" +"Trebuchet MS (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS.ttf" +"Trebuchet MS Bold (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS Bold.ttf" +"Trebuchet MS Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS Bold Italic.ttf" +"Trebuchet MS Italic (TrueType)"="Z:\\Library\\Fonts\\Trebuchet MS Italic.ttf" +"Tsukushi A Round Gothic Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\0063ccbcdad97e5097c0fcb960c7b0bc66345f94.asset\\AssetData\\TsukushiAMaruGothic.ttc" +"Tsukushi B Round Gothic Regula (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e349803ae4e2ff14f9ae58649853d38721b1e85b.asset\\AssetData\\TsukushiBMaruGothic.ttc" +"Verdana (TrueType)"="Z:\\Library\\Fonts\\Verdana.ttf" +"Verdana Bold (TrueType)"="Z:\\Library\\Fonts\\Verdana Bold.ttf" +"Verdana Bold Italic (TrueType)"="Z:\\Library\\Fonts\\Verdana Bold Italic.ttf" +"Verdana Italic (TrueType)"="Z:\\Library\\Fonts\\Verdana Italic.ttf" +"Waseem Light (TrueType)"="Z:\\Library\\Fonts\\Waseem.ttc" +"Waseem Regular (TrueType)"="Z:\\Library\\Fonts\\Waseem.ttc" +"Wawati SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\c1d3ff82458a311e54a2d1431e07a9dba18f6b33.asset\\AssetData\\WawaSC-Regular.otf" +"Wawati TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\e4b7f3aaf2e1e1a3ddc09b56de4c8fcdf8f33c41.asset\\AssetData\\WawaTC-Regular.otf" +"Webdings (TrueType)"="Z:\\Library\\Fonts\\Webdings.ttf" +"Weibei SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\714b3197966fe770a7bc4f169c696ae161587834.asset\\AssetData\\WeibeiSC-Bold.otf" +"Weibei TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\d5b95291798fea1a60a37226fe357503a03f633d.asset\\AssetData\\WeibeiTC-Bold.otf" +"Wingdings (TrueType)"="Z:\\Library\\Fonts\\Wingdings.ttf" +"Wingdings 2 (TrueType)"="Z:\\Library\\Fonts\\Wingdings 2.ttf" +"Wingdings 3 (TrueType)"="Z:\\Library\\Fonts\\Wingdings 3.ttf" +"Xingkai SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Xingkai SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Xingkai TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Xingkai TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\7352baa0126799cf69db9643a3174347f71dffa2.asset\\AssetData\\Xingkai.ttc" +"Yuanti SC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti SC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti TC Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti TC Light (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"Yuanti TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\61a532e1276270cf18b7d58789bf9adfe2379367.asset\\AssetData\\Yuanti.ttc" +"YuGothic Bold (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\9bcd44527ef393ed216f6506bddb5e950c2c752c.asset\\AssetData\\YuGothic-Bold.otf" +"YuGothic Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\8d247c6fc43ef7fe005d9e59eae5ae23e7e10d4c.asset\\AssetData\\YuGothic-Medium.otf" +"YuKyokasho Yoko Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\824f5d9316cf364d808aa8de8d698113503cc59b.asset\\AssetData\\Kyokasho.ttc" +"YuMincho Medium (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3062c8c32be86d60efd385f5e7021b7438f29cb0.asset\\AssetData\\YuMincho.ttc" +"Yuppy SC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\4f6414db403d33f6df5deef5eef6f91d0d57ecfc.asset\\AssetData\\YuppySC-Regular.otf" +"Yuppy TC Regular (TrueType)"="Z:\\System\\Library\\Assets\\com_apple_MobileAsset_Font4\\3b4f5b00faf2d7fa028eed01f8c3d611f63bfeaa.asset\\AssetData\\YuppyTC-Regular.otf" +"Zapf Dingbats (TrueType)"="Z:\\System\\Library\\Fonts\\ZapfDingbats.ttf" +"Zapfino (TrueType)"="Z:\\Library\\Fonts\\Zapfino.ttf" + +[Software\\Wine\\Fonts\\Replacements] 1526461072 +#time=1d3ecf3f94f0a74 +"Arial Unicode MS"="Unifont" +"Batang"="Baekmuk Batang" +"BatangChe"="Baekmuk Batang" "DFKai-SB"="WenQuanYi Micro Hei" +"Dotum"="Baekmuk Dotum" +"DotumChe"="Baekmuk Dotum" "FangSong"="WenQuanYi Micro Hei" +"Gulim"="Baekmuk Gulim" +"GulimChe"="Baekmuk Gulim" "KaiTi"="WenQuanYi Micro Hei" +"Meiryo"="VL Gothic" +"Meiryo UI"="VL Gothic" "Microsoft JhengHei"="WenQuanYi Micro Hei" "Microsoft YaHei"="WenQuanYi Micro Hei" "MingLiU"="WenQuanYi Micro Hei" @@ -1891,20 +1308,22 @@ WINE REGISTRY Version 2 "MS Mincho"="TakaoMincho" "MS PGothic"="TakaoPGothic" "MS PMincho"="TakaoPMincho" +"MS UI Gothic"="TakaoGothic" "NSimSun"="WenQuanYi Micro Hei" "PMingLiU"="WenQuanYi Micro Hei" "SimHei"="WenQuanYi Micro Hei" "SimKai"="WenQuanYi Micro Hei" "SimSun"="WenQuanYi Micro Hei" +"\x192\x81\x0192C\x192\x160\x192I"="VL Gothic" -[Software\\Wine\\Mac Driver] 1460706484 -#time=1d196eb2465d15e +[Software\\Wine\\Mac Driver] 1526460556 +#time=1d3ecf2c5e02c0a "CaptureDisplaysForFullscreen"="y" -[Software\\Wine\\MenuFiles] 1460706484 -#time=1d196eb24c594ea +[Software\\Wine\\MenuFiles] 1526460557 +#time=1d3ecf2c6189770 -[Software\\Wine\\X11 Driver] 1460706872 -#time=1d196ec0ba25e3e +[Software\\Wine\\X11 Driver] 1240428288 +#time=1c9c38000000000 "Decorated"="N" "Managed"="N" diff --git a/osu!.app/Contents/Resources/userdef.reg b/osu!.app/Contents/Resources/userdef.reg index 763788a..9edf521 100644 --- a/osu!.app/Contents/Resources/userdef.reg +++ b/osu!.app/Contents/Resources/userdef.reg @@ -3,9 +3,9 @@ WINE REGISTRY Version 2 #arch=win32 -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders] 1460706484 -#time=1d196eb24662564 -"Administrative Tools"="C:\\users\\jamie\\Start Menu\\Programs\\Administrative Tools" +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders] 1526460556 +#time=1d3ecf2c5e065c6 +"Administrative Tools"="C:\\users\\Michael\\Start Menu\\Programs\\Administrative Tools" "AppData"="C:\\users\\Wineskin\\Application Data" "Cache"="C:\\users\\Wineskin\\Local Settings\\Temporary Internet Files" "Cookies"="C:\\users\\Wineskin\\Cookies" @@ -26,15 +26,15 @@ WINE REGISTRY Version 2 "Start Menu"="C:\\users\\Wineskin\\Start Menu" "StartUp"="C:\\users\\Wineskin\\Start Menu\\Programs\\StartUp" "Templates"="C:\\users\\Wineskin\\Templates" -"{374DE290-123F-4565-9164-39C4925E467B}"="C:\\users\\jamie\\Downloads" -"{4C5C32FF-BB9D-43B0-B5B4-2D72E54EAAA4}"="C:\\users\\jamie\\Saved Games" -"{56784854-C6CB-462B-8169-88E350ACB882}"="C:\\users\\jamie\\Contacts" -"{7D1D3A04-DEBB-4115-95CF-2F29DA2920DA}"="C:\\users\\jamie\\Searches" -"{A520A1A4-1780-4FF6-BD18-167343C5AF16}"="C:\\users\\jamie\\AppData\\LocalLow" -"{BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968}"="C:\\users\\jamie\\Links" +"{374DE290-123F-4565-9164-39C4925E467B}"="C:\\users\\Michael\\Downloads" +"{4C5C32FF-BB9D-43B0-B5B4-2D72E54EAAA4}"="C:\\users\\Michael\\Saved Games" +"{56784854-C6CB-462B-8169-88E350ACB882}"="C:\\users\\Michael\\Contacts" +"{7D1D3A04-DEBB-4115-95CF-2F29DA2920DA}"="C:\\users\\Michael\\Searches" +"{A520A1A4-1780-4FF6-BD18-167343C5AF16}"="C:\\users\\Michael\\AppData\\LocalLow" +"{BFB9D5E0-C6A9-404C-B2B2-AE6DB6AF4968}"="C:\\users\\Michael\\Links" -[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders] 1460706472 -#time=1d196eb1d22b222 +[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders] 1526460533 +#time=1d3ecf2b812d0be "Administrative Tools"=str(2):"%USERPROFILE%\\Start Menu\\Programs\\Administrative Tools" "AppData"=str(2):"%USERPROFILE%\\Application Data" "Cache"=str(2):"%USERPROFILE%\\Local Settings\\Temporary Internet Files" diff --git a/osu!.app/Contents/Resources/winetricks.log b/osu!.app/Contents/Resources/winetricks.log index 67c62a9..2a9d1c2 100644 --- a/osu!.app/Contents/Resources/winetricks.log +++ b/osu!.app/Contents/Resources/winetricks.log @@ -1,8 +1,16 @@ -msxml3 +w_workaround_wine_bug-34803 remove_mono +winxp dotnet40 +gdiplus wenquanyi fakechinese takao fakejapanese -gdiplus +vlgothic +fakejapanese_vlgothic +baekmuk +fakekorean +unifont +cjkfonts +videomemorysize=1024 diff --git a/osu!.app/Contents/Resources/winetricksInstalled.plist b/osu!.app/Contents/Resources/winetricksInstalled.plist new file mode 100644 index 0000000..e9df628 --- /dev/null +++ b/osu!.app/Contents/Resources/winetricksInstalled.plist @@ -0,0 +1,28 @@ + + + + + WS-Installed + + + baekmuk + cjkfonts + dotnet40 + fakechinese + fakejapanese + fakejapanese_vlgothic + fakekorean + gdiplus + remove_mono + takao + unifont + Using winetricks 20180603-next - sha256sum: 030723c3f69e8d532608be2d16e8a42432308784a694ff5a885eef291b74f5cf with wine-2.22 and WINEARCH=win32 + videomemorysize=1024 + vlgothic + w_workaround_wine_bug-34803 + warning: taskset/cpuset not available on your platform! + wenquanyi + winxp + + + diff --git a/osu!.app/Wineskin.app/Contents/Resources/winetricks b/osu!.app/Wineskin.app/Contents/Resources/winetricks index cb316f5..872b5a6 100755 --- a/osu!.app/Wineskin.app/Contents/Resources/winetricks +++ b/osu!.app/Wineskin.app/Contents/Resources/winetricks @@ -1,50 +1,61 @@ #!/bin/sh +# shellcheck disable=SC2030,SC2031 +# SC2030: Modification of WINE is local (to subshell caused by (..) group). +# SC2031: WINE was modified in a subshell. That change might be lost +# This has to be right after the shebang, see: https://github.com/koalaman/shellcheck/issues/779 # Name of this version of winetricks (YYYYMMDD) -# (This doesn't change often, use the sha1sum of the file when reporting problems) -WINETRICKS_VERSION=20140317 +# (This doesn't change often, use the sha256sum of the file when reporting problems) +WINETRICKS_VERSION=20180603-next -# This is a utf-8 file +# This is a UTF-8 file # You should see an o with two dots over it here [ö] # You should see a micro (u with a tail) here [µ] # You should see a trademark symbol here [™] #-------------------------------------------------------------------- # -# Winetricks is a package manager for win32 dlls and applications on posix. +# Winetricks is a package manager for Win32 dlls and applications on POSIX. # Features: # - Consists of a single shell script - no installation required # - Downloads packages automatically from original trusted sources # - Points out and works around known wine bugs automatically -# - Both commandline and GUI operation +# - Both command-line and GUI operation # - Can install many packages in silent (unattended) mode -# - Multiplatform; written for Linux, but supports MacOSX and Cygwin, too +# - Multiplatform; written for Linux, but supports OS X and Cygwin too # -# Uses the following non-Posix system tools: -# - wine is used to execute win32 apps except on cygwin. -# - cabextract, unrar, unzip, and 7z are needed by some verbs. -# - aria2c, wget, or curl is needed for downloading. -# - sha1sum or openssl is needed for verifying downloads. -# - zenity is needed by the GUI, though it can limp along somewhat with kdialog. -# - xdg-open (if present) or open (for Mac OSX) is used to open download pages +# Uses the following non-POSIX system tools: +# - wine is used to execute Win32 apps except on Cygwin. +# - ar, cabextract, unrar, unzip, and 7z are needed by some verbs. +# - aria2c, wget, curl, or fetch is needed for downloading. +# - sha256sum, sha256, or shasum (OSX 10.5 does not support these, 10.6+ is required): +# note: some legacy verbs may still use sha1sum, sha1, or shasum, but this is +# deprecated and will be removed in a future release. +# - zenity is needed by the GUI, though it can limp along somewhat with kdialog/xmessage. +# - xdg-open (if present) or open (for OS X) is used to open download pages # for the user when downloads cannot be fully automated. -# - sudo is used to mount .iso images if the user cached them with -k option. -# - perl is used to munge steam config files -# On ubuntu, the following lines can be used to install all the prereqs: +# - pkexec, sudo, or kdesu (gksu/gksudo/kdesudo are deprecated upstream but also still supported) +# are used to mount .iso images if the user cached them with -k option. +# - perl is used to munge steam config files. +# - torify is used with option "--torify" if sites are blocked in single countries. +# On Ubuntu, the following lines can be used to install all the prerequisites: # sudo add-apt-repository ppa:ubuntu-wine/ppa # sudo apt-get update -# sudo apt-get install cabextract p7zip unrar unzip wget wine1.7 zenity +# sudo apt-get install binutils cabextract p7zip-full unrar unzip wget wine zenity +# On Fedora, these commands can be used (RPM Fusion is used to install unrar): +# sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm +# sudo dnf install binutils cabextract p7zip-plugins unrar unzip wget wine zenity # # See http://winetricks.org for documentation and tutorials, including # how to contribute changes to winetricks. # #-------------------------------------------------------------------- # -# Copyright +# Copyright: # Copyright (C) 2007-2014 Dan Kegel -# Copyright (C) 2008-2014 Austin English +# Copyright (C) 2008-2017 Austin English # Copyright (C) 2010-2011 Phil Blankenship -# Copyright (C) 2010-2012 Shannon VanWagner +# Copyright (C) 2010-2015 Shannon VanWagner # Copyright (C) 2010 Belhorma Bendebiche # Copyright (C) 2010 Eleazar Galano # Copyright (C) 2010 Travis Athougies @@ -60,21 +71,25 @@ WINETRICKS_VERSION=20140317 # Copyright (C) 2011 Giuseppe Dia # Copyright (C) 2011 Łukasz Wojniłowicz # Copyright (C) 2011 Matthew Bozarth -# Copyright (C) 2013-2014 Andrey Gusev -# Copyright (C) 2013 Hillwood Yang +# Copyright (C) 2013-2017 Andrey Gusev +# Copyright (C) 2013-2017 Hillwood Yang +# Copyright (C) 2013,2016 André Hentschel # -# License +# License: # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later +# version 2.1 of the License, or (at your option) any later # version. +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. +# # You should have received a copy of the GNU Lesser General Public -# along with this program. If not, see . +# License along with this program. If not, see +# . # #-------------------------------------------------------------------- # Coding standards: @@ -82,7 +97,7 @@ WINETRICKS_VERSION=20140317 # Portability: # - Portability matters, as this script is run on many operating systems # - No bash, zsh, or csh extensions; only use features from -# the Posix standard shell and utilities; see +# the POSIX standard shell and utilities; see # http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html # - 'checkbashisms -p -x winetricks' should show no warnings (per Debian policy) # - Prefer classic sh idioms as described in e.g. @@ -90,26 +105,27 @@ WINETRICKS_VERSION=20140317 # - If there is no universally available program for a needed function, # support the two most frequently available programs. # e.g. fall back to wget if curl is not available; likewise, support -# both sha1sum and openssl. -# - When using unix commands like cp, put options before filenames so it will -# work on systems like MacOSX. e.g. "rm -f foo.dat", not "rm foo.dat -f" +# both sha256sum and sha256. +# - When using Unix commands like cp, put options before filenames so it will +# work on systems like OS X. e.g. "rm -f foo.dat", not "rm foo.dat -f" # # Formatting: -# - Your terminal and editor must be configured for utf-8 +# - Your terminal and editor must be configured for UTF-8 # If you do not see an o with two dots over it here [ö], stop! # - Do not use tabs in this file or any verbs. # - Indent 4 spaces. # - Try to keep line length below 80 (makes printing easier) -# - Open curly braces ('{') and 'then' at beginning of line, +# - Open curly braces ('{'), +# then should go on the same line as 'if/elif' # close curlies ('}') and 'fi' should line up with the matching { or if, -# cases aligned with 'case' and 'esac'. For instance, +# cases indented 4 spaces from 'case' and 'esac'. For instance, # -# if test "$FOO" = "bar" -# then +# if test "$FOO" = "bar"; then # echo "FOO is bar" # fi -# case "$FOO" of -# bar) echo "FOO is still bar" ;; +# +# case "$FOO" in +# bar) echo "FOO is still bar" ;; # esac # # Commenting: @@ -123,6 +139,7 @@ WINETRICKS_VERSION=20140317 # # Private things internal to this script, not for use by verbs: # - Local variables have lowercase names starting with uppercase _W_ +# (and should not use the local declaration, as it is not POSIX) # - Global variables have uppercase names starting with WINETRICKS_ # - Functions have lowercase names starting with winetricks_ # FIXME: A few verbs still use winetricks-private functions or variables. @@ -131,19 +148,36 @@ WINETRICKS_VERSION=20140317 # - Important or frequently used message should be internationalized # so translations can be easily added. For example: # case $LANG in -# de*) echo "Das ist die deutsche Meldung" ;; -# *) echo "This is the English message" ;; +# de*) echo "Das ist die deutsche Meldung" ;; +# *) echo "This is the English message" ;; # esac # +# Support: +# - Winetricks is maintained by Austin English . +# - If winetricks has helped you out, then please consider donating to the FSF/EFF as a thank you: +# * EFF - https://supporters.eff.org/donate/button +# * FSF - https://my.fsf.org/donate +# - Donations towards electricity bill and developer beer fund can be sent via Bitcoin to 18euSAZztpZ9wcN6xZS3vtNnE1azf8niDk +# - I try to actively respond to bugs and pull requests on GitHub: +# - Bugs: https://github.com/Winetricks/winetricks/issues/new +# - Pull Requests: https://github.com/Winetricks/winetricks/pulls #-------------------------------------------------------------------- +# FIXME: XDG_CACHE_HOME is defined twice, clean this up XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}" XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}" +W_COUNTRY="" W_PREFIXES_ROOT="${WINE_PREFIXES:-$XDG_DATA_HOME/wineprefixes}" -# ftp.microsoft.com resolves to two different IP addresses, one of which is broken -ftp_microsoft_com=64.4.17.176 +# For temp files before $WINEPREFIX is available: +if [ -x "$(which mktemp 2>/dev/null)" ] ; then + W_TMP_EARLY="$(mktemp -d "${TMPDIR:-/tmp}/winetricks.XXXXXXXX")" +elif [ -w "$TMPDIR" ] ; then + W_TMP_EARLY="$TMPDIR" +else + W_TMP_EARLY="/tmp" +fi #---- Public Functions ---- @@ -154,20 +188,30 @@ w_askpermission() echo "$@" echo "------------------------------------------------------" - if test $W_OPT_UNATTENDED - then + if test "$W_OPT_UNATTENDED"; then _W_timeout="--timeout 5" fi case $WINETRICKS_GUI in - zenity) $WINETRICKS_GUI $_W_timeout --question --title=winetricks --text="`echo $@ | sed 's,\\\\,\\\\\\\\,g'`" --no-wrap;; - kdialog) $WINETRICKS_GUI --title winetricks --warningcontinuecancel "$@" ;; - none) printf %s "Press Y or N, then Enter: " ; read response ; test "$response" = Y || test "$response" = y;; + zenity) $WINETRICKS_GUI "$_W_timeout" --question --title=winetricks --text="$(echo "$@" | sed 's,\\\\,\\\\\\\\,g')" --no-wrap;; + kdialog) $WINETRICKS_GUI --title winetricks --warningcontinuecancel "$@" ;; + none) + if [ -n "$_W_timeout" ]; then + # -t / TMOUT don't seem to be portable, so just assume yes in unattended mode + w_info "Unattended mode, not prompting for confirmation" + else + printf %s "Press Y or N, then Enter: " + read -r response + test "$response" = Y || test "$response" = y + fi esac - if test $? -ne 0 - then - w_die "Operation cancelled, quitting." + if test $? -ne 0; then + case $LANG in + uk*) w_die "Операція скасована." ;; + pl*) w_die "Anulowano operację, opuszczanie." ;; + *) w_die "Operation cancelled, quitting." ;; + esac exec false fi @@ -177,16 +221,19 @@ w_askpermission() # Display info message. Time out quickly if user doesn't click. w_info() { - echo "------------------------------------------------------" - echo "$@" - echo "------------------------------------------------------" + # If $WINETRICKS_SUPER_QUIET is set, w_info is a no-op: + if [ ! "$WINETRICKS_SUPER_QUIET" ] ; then + echo "------------------------------------------------------" + echo "$@" + echo "------------------------------------------------------" + fi _W_timeout="--timeout 3" case $WINETRICKS_GUI in - zenity) $WINETRICKS_GUI $_W_timeout --info --title=winetricks --text="`echo $@ | sed 's,\\\\,\\\\\\\\,g'`" --no-wrap;; - kdialog) $WINETRICKS_GUI --title winetricks --msgbox "$@" ;; - none) ;; + zenity) $WINETRICKS_GUI "$_W_timeout" --info --title=winetricks --text="$(echo "$@" | sed 's,\\\\,\\\\\\\\,g')" --no-wrap;; + kdialog) $WINETRICKS_GUI --title winetricks --msgbox "$@" ;; + none) ;; esac unset _W_timeout @@ -195,19 +242,21 @@ w_info() # Display warning message to stderr (since it is called inside redirected code) w_warn() { - echo "------------------------------------------------------" >&2 - echo "$@" >&2 - echo "------------------------------------------------------" >&2 + # If $WINETRICKS_SUPER_QUIET is set, w_info is a no-op: + if [ ! "$WINETRICKS_SUPER_QUIET" ] ; then + echo "------------------------------------------------------" + echo "$@" + echo "------------------------------------------------------" + fi - if test $W_OPT_UNATTENDED - then + if test "$W_OPT_UNATTENDED"; then _W_timeout="--timeout 5" fi case $WINETRICKS_GUI in - zenity) $WINETRICKS_GUI $_W_timeout --error --title=winetricks --text="`echo $@ | sed 's,\\\\,\\\\\\\\,g'`";; - kdialog) $WINETRICKS_GUI --title winetricks --error "$@" ;; - none) ;; + zenity) $WINETRICKS_GUI "$_W_timeout" --error --title=winetricks --text="$(echo "$@" | sed 's,\\\\,\\\\\\\\,g')";; + kdialog) $WINETRICKS_GUI --title winetricks --error "$@" ;; + none) ;; esac unset _W_timeout @@ -222,16 +271,15 @@ w_warn_cancel() echo "$@" >&2 echo "------------------------------------------------------" >&2 - if test $W_OPT_UNATTENDED - then + if test "$W_OPT_UNATTENDED"; then _W_timeout="--timeout 5" fi # Zenity has no cancel button, but will set status to 1 if you click the go-away X case $WINETRICKS_GUI in - zenity) $WINETRICKS_GUI $_W_timeout --error --title=winetricks --text="`echo $@ | sed 's,\\\\,\\\\\\\\,g'`";; - kdialog) $WINETRICKS_GUI --title winetricks --warningcontinuecancel "$@" ;; - none) ;; + zenity) $WINETRICKS_GUI "$_W_timeout" --error --title=winetricks --text="$(echo "$@" | sed 's,\\\\,\\\\\\\\,g')";; + kdialog) $WINETRICKS_GUI --title winetricks --warningcontinuecancel "$@" ;; + none) ;; esac # can't unset, it clears status @@ -248,9 +296,54 @@ w_die() # Kill all instances of a process in a safe way (Solaris killall kills _everything_) w_killall() { - kill -s KILL `pgrep $1` + # shellcheck disable=SC2046,SC2086 + kill -s KILL $(pgrep $1) +} + +# Warn user if package is broken. Optionally provide a link to the bug report. +w_package_broken_win64() +{ + # Optional: + bug_link="$1" + + if [ "$W_ARCH" = "win64" ] ; then + if [ -n "$1" ] ; then + w_die "This package ($W_PACKAGE) is broken on 64-bit Wine. Using a prefix made with WINEARCH=win32 to work around this. See: ${bug_link}" + else + w_die "This package ($W_PACKAGE) is broken on 64-bit Wine. Using a prefix made with WINEARCH=win32 to work around this." + fi + fi +} + +# Some packages don't support win64, die with an appropriate message +# Note: this is for packages that natively don't support win64, not packages that are broken on wine64, for that, use w_package_broken_win64() +# Returns 32 (for tests/winetricks-test) +w_package_unsupported_win64() +{ + if [ "$W_ARCH" = "win64" ] ; then + case $LANG in + pl*) w_die "Ten pakiet ($W_PACKAGE) nie działa z 64-bitową instalacją. Musisz użyć prefiksu utworzonego z WINEARCH=win32." ;; + ru*) w_die "Данный пакет не работает в 64-битном окружении. Используйте префикс, созданный с помощью WINEARCH=win32." ;; + *) w_die "This package ($W_PACKAGE) does not work on a 64-bit installation. You must use a prefix made with WINEARCH=win32." ;; + esac + exit 32 + fi +} + +# For packages that are not well tested or have some known issues on win64, but aren't broken +w_package_warn_win64() +{ + if [ "$W_ARCH" = "win64" ] ; then + case $LANG in + pl*) w_warn "Ten pakiet ($W_PACKAGE) może nie działać poprawnie z 64-bitową instalacją. Prefiks 32-bitowy może działąć lepiej." ;; + ru*) w_warn "Данный пакет может работать не полностью в 64-битном окружении. 32-битные префиксы могут работать лучше." ;; + *) w_warn "This package ($W_PACKAGE) may not fully work on a 64-bit installation. 32-bit prefixes may work better." ;; + esac + fi } +### w_try and w_try wrappers ### + # Execute with error checking # Put this in front of any command that might fail w_try() @@ -262,141 +355,299 @@ w_try() export WINEDLLOVERRIDES printf '%s\n' "Executing $*" - # On Vista, we need to jump through a few hoops to run commands in cygwin. + # On Vista, we need to jump through a few hoops to run commands in Cygwin. # First, .exe's need to have the executable bit set. # Second, only cmd can run setup programs (presumably for security). - # If $1 ends in .exe, we know we're running on real windows, otherwise + # If $1 ends in .exe, we know we're running on real Windows, otherwise # $1 would be 'wine'. case "$1" in - *.exe) - chmod +x "$1" || true # don't care if it fails - cmd /c "$@" - ;; - *) - "$@" - ;; + *.exe) + chmod +x "$1" || true # don't care if it fails + cmd /c "$@" + ;; + *) + "$@" + ;; esac status=$? - if test $status -ne 0 - then - w_die "Note: command '$@' returned status $status. Aborting." + if test $status -ne 0; then + case $LANG in + pl*) w_die "Informacja: poelcenie $* zwróciło status $status. Przerywam." ;; + ru*) w_die "Важно: команда $* вернула статус $status. Прерывание." ;; + *) w_die "Note: command $* returned status $status. Aborting." ;; + esac fi } -w_try_regedit() +w_try_7z() { - # on windows, doesn't work without cmd /c - case "$OS" in - "Windows_NT") cmdc="cmd /c";; - *) unset cmdc ;; - esac + # $1 - directory to extract to + # $2 - file to extract + # $3 .. $n - files to extract from the archive - w_try winetricks_early_wine $cmdc regedit $W_UNATTENDED_SLASH_S "$@" + destdir="$1" + filename="$2" + shift 2 + + # Not always installed, use Windows 7-Zip as a fallback: + if test -x "$(which 7z 2>/dev/null)"; then + w_try 7z x "$filename" -o"$destdir" "$@" + else + w_warn "Cannot find 7z. Using Windows 7-Zip instead. (You can avoid this by installing 7z, e.g. 'sudo apt-get install p7zip-full' or 'sudo yum install p7zip-plugins')." + WINETRICKS_OPT_SHAREDPREFIX=1 w_call 7zip + # errors out if there is a space between -o and path + w_try "$WINE" "$W_PROGRAMS_X86_WIN\\7-Zip\\7z.exe" x "$(w_pathconv -w "$filename")" -o"$(w_pathconv -w "$destdir")" "$@" + fi } -w_try_regsvr() +w_try_ar() { - w_try "$WINE" regsvr32 $W_UNATTENDED_SLASH_S $@ + # $1 - ar file (.deb) to extract (keeping internal paths, in cwd) + # $2 - file to extract (optional) + + # Not always installed, use Windows 7-zip as a fallback: + if test -x "$(which ar 2>/dev/null)"; then + w_try ar x "$@" + else + w_warn "Cannot find ar. Using Windows 7-zip instead. (You can avoid this by installing binutils, e.g. 'sudo apt-get install binutils' or 'sudo yum install binutils')." + WINETRICKS_OPT_SHAREDPREFIX=1 w_call 7zip + + # -t* prevents 7-zip from decompressing .tar.xz to .tar, see + # https://sourceforge.net/p/sevenzip/discussion/45798/thread/8cd16946/?limit=25 + w_try "$WINE" "$W_PROGRAMS_X86_WIN\\7-Zip\\7z.exe" -t* x "$(w_pathconv -w "$1")" + fi } w_try_cabextract() { # Not always installed, but shouldn't be fatal unless it's being used - if test ! -x "`which cabextract 2>/dev/null`" - then + if test ! -x "$(which cabextract 2>/dev/null)"; then w_die "Cannot find cabextract. Please install it (e.g. 'sudo apt-get install cabextract' or 'sudo yum install cabextract')." fi w_try cabextract -q "$@" } -w_try_unrar() +w_try_cd() { - # Not always installed, but shouldn't be fatal unless it's being used - if test ! -x "`which unrar 2>/dev/null`" - then - w_die "Cannot find unrar. Please install it (e.g. 'sudo apt-get install unrar' or 'sudo yum install unrar')." + w_try cd "$@" +} + +# Copy font files matching a glob pattern from source directory to destination directory. +# Also remove any file in the destination directory that has the same name as +# any of the files that we're trying to copy, but with different case letters. +# Note: it converts font file names to lower case to avoid inconsistencies due to paths +# being case-insensitive under Wine. +w_try_cp_font_files() +{ + # $1 - source directory + # $2 - destination directory + # $3 - optional font file glob pattern (default: "*.ttf") + + _W_src_dir="$1" + _W_dest_dir="$2" + _W_pattern="$3" + shift 2 + + if test ! -d "$_W_src_dir"; then + w_die "bug: missing source dir" + fi + + if test ! -d "$_W_dest_dir"; then + w_die "bug: missing destination dir" + fi + + if test -z "$_W_pattern"; then + _W_pattern="*.ttf" fi - w_try unrar x "$@" + _W_src_files=$(find "$_W_src_dir" -maxdepth 1 -type f -iname "$_W_pattern") + + for _W_src_file in $_W_src_files; do + # Extract the file name and lower case it + _W_file_name=$(basename "$_W_src_file" | tr "[:upper:]" "[:lower:]") + + # Remove any existing font files that might have the same name, but with different case characters + find "$_W_dest_dir" -maxdepth 1 -type f -iname "$_W_file_name" -exec rm '{}' ';' + + w_try cp -f "$_W_src_file" "$_W_dest_dir/$_W_file_name" + done + + # Wait for Wine to add the new font to the registry under HKCU\Software\Wine\Fonts\Cache + w_wineserver -w + + unset _W_src_files _W_dest_dir _W_src_file _W_file_name } -w_try_unzip() +w_try_msiexec64() { - # Not always installed, but shouldn't be fatal unless it's being used - if test ! -x "`which unzip 2>/dev/null`" - then - w_die "Cannot find unzip. Please install it (e.g. 'sudo apt-get install unzip' or 'sudo yum install unzip')." + if test "$W_ARCH" != "win64"; then + w_die "bug: 64-bit msiexec called from a $W_ARCH prefix." fi - w_try unzip -o -q "$@" + # shellcheck disable=SC2086 + w_try "$WINE" start /wait "$W_SYSTEM64_DLLS_WIN32/msiexec.exe" $W_UNATTENDED_SLASH_Q "$@" } -w_try_7z() +w_try_regedit() { - # Not always installed, but shouldn't be fatal unless it's being used - if test ! -x "`which 7z 2>/dev/null`" - then - w_die "Cannot find 7z. Please install it (e.g. 'sudo apt-get install p7zip-full' or 'sudo yum install p7zip p7zip-plugins')." + # If on wow64, run under both wine and wine64 (otherwise they only go in the 32-bit registry afaict) + + # shellcheck disable=SC2086 + if [ "$W_ARCH" = "win32" ]; then + w_try_regedit32 "$@" + elif [ "$W_ARCH" = "win64" ]; then + w_try_regedit32 "$@" + w_try_regedit64 "$@" + fi +} + +# fixme: cleanup. For wow64 registries, some/all entries need to be duplicated. +# Not sure of the best way yet, but thinking running wine/wine64 regedit for each? +w_try_regedit32() +{ + # on windows, doesn't work without cmd /c + case "$W_PLATFORM" in + windows_cmd|wine_cmd) cmdc="cmd /c";; + *) unset cmdc ;; + esac + + # shellcheck disable=SC2086 + w_try "$WINE_MULTI" $cmdc regedit $W_UNATTENDED_SLASH_S "$@" +} + +w_try_regedit64() +{ + # on windows, doesn't work without cmd /c + case "$W_PLATFORM" in + windows_cmd|wine_cmd) cmdc="cmd /c";; + *) unset cmdc ;; + esac + + # shellcheck disable=SC2086 + w_try "$WINE64" $cmdc regedit $W_UNATTENDED_SLASH_S "$@" +} + +w_try_regsvr() +{ + # shellcheck disable=SC2086 + w_try "$WINE" regsvr32 $W_UNATTENDED_SLASH_S "$@" +} + +w_try_unrar() +{ + # $1 - zipfile to extract (keeping internal paths, in cwd) + + # Not always installed, use Windows 7-Zip as a fallback: + if test -x "$(which unrar 2>/dev/null)"; then + w_try unrar x "$@" + else + w_warn "Cannot find unrar. Using Windows 7-Zip instead. (You can avoid this by installing unrar, e.g. 'sudo apt-get install unrar' or 'sudo yum install unrar')." + WINETRICKS_OPT_SHAREDPREFIX=1 w_call 7zip + w_try "$WINE" "$W_PROGRAMS_X86_WIN\\7-Zip\\7z.exe" x "$(w_pathconv -w "$1")" + fi +} + +w_try_unzip() +{ + # $1 - directory to extract to + # $2 - zipfile to extract + # $3 .. $n - files to extract from the archive + + destdir="$1" + zipfile="$2" + shift 2 + + # Not always installed, use Windows 7-Zip as a fallback: + if test -x "$(which unzip 2>/dev/null)"; then + # FreeBSD ships unzip, but it doesn't support self-compressed executables + # If it fails, fall back to 7-Zip: + unzip -o -q -d"$destdir" "$zipfile" "$@" + ret=$? + case $ret in + 0) return ;; + 1|*) w_warn "Unzip failed, trying Windows 7-Zip instead." ;; + esac + else + w_warn "Cannot find unzip. Using Windows 7-Zip instead. (You can avoid this by installing unzip, e.g. 'sudo apt-get install unzip' or 'sudo yum install unzip')." fi - w_try 7z "$@" + WINETRICKS_OPT_SHAREDPREFIX=1 w_call 7zip + # errors out if there is a space between -o and path + w_try "$WINE" "$W_PROGRAMS_X86_WIN\\7-Zip\\7z.exe" x "$(w_pathconv -w "$zipfile")" -o"$(w_pathconv -w "$destdir")" "$@" } +### End of w_try ### + w_read_key() { - if test ! "$W_OPT_UNATTENDED" - then + if test ! "$W_OPT_UNATTENDED"; then W_KEY=dummy_to_make_autohotkey_happy return 0 fi mkdir -p "$W_CACHE/$W_PACKAGE" - # backwards compatibile location + # backwards compatible location # Auth doesn't belong in cache, since restoring it requires user input _W_keyfile="$W_CACHE/$W_PACKAGE/key.txt" - if ! test -f "$_W_keyfile" - then + if ! test -f "$_W_keyfile"; then _W_keyfile="$WINETRICKS_AUTH/$W_PACKAGE/key.txt" fi - if ! test -f "$_W_keyfile" - then + if ! test -f "$_W_keyfile"; then # read key from user case $LANG in - da*) _W_keymsg="Angiv venligst registrerings-nøglen for pakken '$_PACKAGE'" - _W_nokeymsg="Ingen nøgle angivet" - ;; - de*) _W_keymsg="Bitte einen Key für Pakete '$W_PACKAGE' eingeben" - _W_nokeymsg="Keinen Key eingegeben?" - ;; - pl*) _W_keymsg="Proszę podać klucz dla programu '$W_PACKAGE'" - _W_nokeymsg="Nie podano klucza" - ;; - uk*) _W_keymsg="Будь ласка, введіть ключ для додатка '$W_PACKAGE'" - _W_nokeymsg="Ключ не надано" - ;; - *) _W_keymsg="Please enter the key for app '$W_PACKAGE'" - _W_nokeymsg="No key given" - ;; + da*) _W_keymsg="Angiv venligst registrerings-nøglen for pakken '$W_PACKAGE'" + _W_nokeymsg="Ingen nøgle angivet" + ;; + de*) _W_keymsg="Bitte einen Key für Paket '$W_PACKAGE' eingeben" + _W_nokeymsg="Keinen Key eingegeben?" + ;; + pl*) _W_keymsg="Proszę podać klucz dla programu '$W_PACKAGE'" + _W_nokeymsg="Nie podano klucza" + ;; + ru*) _W_keymsg="Пожалуйста, введите ключ для приложения '$W_PACKAGE'" + _W_nokeymsg="Ключ не введён" + ;; + uk*) _W_keymsg="Будь ласка, введіть ключ для додатка '$W_PACKAGE'" + _W_nokeymsg="Ключ не надано" + ;; + zh_CN*) _W_keymsg="按任意键为 '$W_PACKAGE'" + _W_nokeymsg="No key given" + ;; + zh_TW*|zh_HK*) _W_keymsg="按任意鍵為 '$W_PACKAGE'" + _W_nokeymsg="No key given" + ;; + *) _W_keymsg="Please enter the key for app '$W_PACKAGE'" + _W_nokeymsg="No key given" + ;; esac + case $WINETRICKS_GUI in - *zenity) W_KEY=`zenity --entry --text "$_W_keymsg"` ;; - *kdialog) W_KEY=`kdialog --inputbox "$_W_keymsg"` ;; - *xmessage) w_die "sorry, can't read key from gui with xmessage" ;; - none) printf %s "$_W_keymsg": ; read W_KEY ;; + *zenity) W_KEY=$(zenity --entry --text "$_W_keymsg") ;; + *kdialog) W_KEY=$(kdialog --inputbox "$_W_keymsg") ;; + *xmessage) w_die "sorry, can't read key from GUI with xmessage" ;; + none) printf %s "$_W_keymsg": ; read -r W_KEY ;; esac - if test "$W_KEY" = "" - then + + if test "$W_KEY" = ""; then w_die "$_W_nokeymsg" fi echo "$W_KEY" > "$_W_keyfile" fi - W_RAW_KEY=`cat "$_W_keyfile"` - W_KEY=`echo $W_RAW_KEY | tr -d '[:blank:][=-=]'` + W_RAW_KEY=$(cat "$_W_keyfile") + W_KEY=$(echo "$W_RAW_KEY" | tr -d '[:blank:][=-=]') unset _W_keyfile _W_keymsg _W_nokeymsg } +w_verify_cabextract_available() +{ + # If verb_a requires verb_b, then verba will fail when the dependency for verb_b is installed + # This should be called by verb_a, to give a proper warning + + w_try_cabextract -q -v +} + # Convert a Windows path to a Unix path quickly. # $1 is an absolute Windows path starting with c:\ or C:/ # with no funny business, so we can use the simplest possible @@ -409,24 +660,24 @@ winetricks_wintounix() # Prepend the location of drive c printf %s "$WINEPREFIX"/dosdevices/c: # Change backslashes to slashes - echo $_W_winp | sed 's,\\,/,g' + echo "$_W_winp" | sed 's,\\,/,g' } # Convert between Unix path and Windows path # Usage is lowest common denominator of cygpath/winepath -# so -u to convert to unix, and -w to convert to windows +# so -u to convert to Unix, and -w to convert to Windows w_pathconv() { - case "$OS" in - "Windows_NT") - # for some reason, cygpath turns some spaces into newlines?! - cygpath "$@" | tr '\012' '\040' | sed 's/ $//' - ;; - *) - case "$@" in - -u?c:\\*|-u?C:\\*|-u?c:/*|-u?C:/*) winetricks_wintounix "$2" ;; - *) winetricks_early_wine winepath "$@" ;; - esac + case "$W_PLATFORM" in + windows_cmd) + # for some reason, cygpath turns some spaces into newlines?! + cygpath "$@" | tr '\012' '\040' | sed 's/ $//' + ;; + *) + case "$@" in + -u?c:\\*|-u?C:\\*|-u?c:/*|-u?C:/*) winetricks_wintounix "$2" ;; + *) winetricks_early_wine winepath "$@" ;; + esac ;; esac } @@ -437,18 +688,106 @@ w_expand_env() winetricks_early_wine cmd.exe /c echo "%$1%" } -# verify an sha1sum +# get sha1sum string and set $_W_gotsha1um to it +w_get_sha1sum() +{ + _W_sha1_file="$1" + + # See https://github.com/Winetricks/winetricks/issues/645 + # User is running winetricks from /dev/stdin + if [ -f "$_W_sha1_file" ] || [ -h "$_W_sha1_file" ] ; then + _W_gotsha1sum=$($WINETRICKS_SHA1SUM < "$_W_sha1_file" | sed 's/(stdin)= //;s/ .*//') + w_get_sha256sum "$_W_sha1_file" + else + w_warn "$_W_sha1_file is not a regular file, not checking sha1sum" + return + fi + + w_warn "sha1sum is considered deprecated and should no longer be used. This package (${W_PACKAGE}) still uses it. This is a bug." + w_warn "See https://github.com/Winetricks/winetricks/issues/737 and https://shattered.io/" + w_warn "Please report the following to https://github.com/Winetricks/winetricks/: file:${_W_sha1_file} sha1: ${_W_gotsha1sum} sha256:${_W_gotsha256sum}" +} + +# get sha256sum string and set $_W_gotsha256sum to it +w_get_sha256sum() +{ + _W_sha256_file="$1" + + # See https://github.com/Winetricks/winetricks/issues/645 + # User is running winetricks from /dev/stdin + if [ -f "$_W_sha256_file" ] || [ -h "$_W_sha256_file" ] ; then + _W_gotsha256sum=$($WINETRICKS_SHA256SUM < "$_W_sha256_file" | sed 's/(stdin)= //;s/ .*//') + else + w_warn "$_W_sha256_file is not a regular file, not checking sha256sum" + return + fi +} + +w_get_shatype() { + _W_sum="$1" + + # tr -d " " is for FreeBSD/OS X/Solaris return a leading space: + # See https://stackoverflow.com/questions/30927590/wc-on-osx-return-includes-spaces/30927885#30927885 + _W_sum_length="$(echo "$_W_sum" | tr -d "\\n" | wc -c | tr -d " ")" + case "$_W_sum_length" in + 0) _W_shatype="none" ;; + 40) _W_shatype="sha1" ;; + 64) _W_shatype="sha256" ;; + # 128) sha512.. + *) w_die "unsupported shasum..bug" ;; + esac +} + +# FIXME: remove 2018/04/01 (or 03/31 or 4/2, to avoid April Fools comments), along with any remaining unfixed verbs +# verify a sha1sum w_verify_sha1sum() { _W_vs_wantsum=$1 _W_vs_file=$2 - _W_vs_gotsum=`$WINETRICKS_SHA1SUM < $_W_vs_file | sed 's/ .*//'` - if [ "$_W_vs_gotsum"x != "$_W_vs_wantsum"x ] - then - w_die "sha1sum mismatch! Rename $_W_vs_file and try again." + w_get_sha1sum "$_W_vs_file" + if [ "$_W_gotsha1sum"x != "$_W_vs_wantsum"x ] ; then + case $LANG in + pl*) w_die "Niezgodność sumy sha1sum! Zmień nazwę $_W_vs_file i spróbuj ponownie." ;; + ru*) w_die "Контрольная сумма sha1sum не совпадает! Переименуйте файл $_W_vs_file и попробуйте еще раз." ;; + *) w_die "sha1sum mismatch! Rename $_W_vs_file and try again." ;; + esac + fi + unset _W_vs_wantsum _W_vs_file _W_gotsha1sum +} + +# verify a sha256sum +w_verify_sha256sum() +{ + _W_vs_wantsum=$1 + _W_vs_file=$2 + + w_get_sha256sum "$_W_vs_file" + if [ "$_W_gotsha256sum"x != "$_W_vs_wantsum"x ] ; then + case $LANG in + pl*) w_die "Niezgodność sumy sha256sum! Zmień nazwę $_W_vs_file i spróbuj ponownie." ;; + ru*) w_die "Контрольная сумма sha256sum не совпадает! Переименуйте файл $_W_vs_file и попробуйте еще раз." ;; + *) w_die "sha256sum mismatch! Rename $_W_vs_file and try again." ;; + esac fi - unset _W_vs_wantsum _W_vs_file _W_vs_gotsum + unset _W_vs_wantsum _W_vs_file _W_gotsha256sum +} + +# verify any kind of shasum (that winetricks supports ;) ): +w_verify_shasum() +{ + _W_vs_wantsum="$1" + _W_vs_file="$2" + + w_get_shatype "$_W_vs_wantsum" + + case "$_W_shatype" in + none) w_warn "No checksum provided, not verifying" ;; + sha1) w_verify_sha1sum "$_W_sum" "$_W_vs_file" ;; + sha256) w_verify_sha256sum "$_W_sum" "$_W_vs_file" ;; + # 128) sha512.. + *) w_die "unsupported shasum..bug" ;; + esac } # wget outputs progress messages that look like this: @@ -459,193 +798,414 @@ w_verify_sha1sum() # It uses minimal buffering, so each line is output immediately # and the user can watch progress as it happens. +# wrapper around wineserver, to let users know that it will wait indefinitely/kill stuff +w_wineserver() +{ + case "$@" in + *-k) w_warn "Running $WINESERVER -k. This will kill all running wine processes in prefix=$WINEPREFIX";; + *-w) w_warn "Running $WINESERVER -w. This will hang until all wine processes in prefix=$WINEPREFIX terminate";; + *) w_warn "Invoking wineserver with '$*'";; + esac + # shellcheck disable=SC2068 + "$WINESERVER" $@ +} + winetricks_parse_wget_progress() { # Parse a percentage, a size, and a time into $1, $2 and $3 # then use them to create the output line. - perl -p -e \ - '$| = 1; s/^.* +([0-9]+%) +([0-9,.]+[GMKB]) +([0-9hms,.]+).*$/\1\n# Downloading... \2 (\3)/' + case $LANG in + pl*) perl -p -e \ + '$| = 1; s/^.* +([0-9]+%) +([0-9,.]+[GMKB]) +([0-9hms,.]+).*$/\1\n# Pobieranie… \2 (\3)/' ;; + ru*) perl -p -e \ + '$| = 1; s/^.* +([0-9]+%) +([0-9,.]+[GMKB]) +([0-9hms,.]+).*$/\1\n# Загрузка... \2 (\3)/' ;; + *) perl -p -e \ + '$| = 1; s/^.* +([0-9]+%) +([0-9,.]+[GMKB]) +([0-9hms,.]+).*$/\1\n# Downloading... \2 (\3)/' ;; + esac } -# Execute wget, and if in gui mode, also show a graphical progress bar +# Execute wget, and if in GUI mode, also show a graphical progress bar winetricks_wget_progress() { case $WINETRICKS_GUI in - zenity) - # Usa a subshell so if the user clicks 'Cancel', - # the --auto-kill kills the subshell, not the current shell - ( - wget "$@" 2>&1 | - winetricks_parse_wget_progress | \ - $WINETRICKS_GUI --progress --width 400 --title="$_W_file" --auto-kill --auto-close - ) - err=$? - if test $err -gt 128 - then - # 129 is 'killed by SIGHUP' - # Sadly, --auto-kill only applies to parent process, - # which was the subshell, not all the elements of the pipeline... - # have to go find and kill the wget. - # If we ran wget in the background, we could kill it more directly, perhaps... - if pid=`ps augxw | grep ."$_W_file" | grep -v grep | awk '{print $2}'` - then - echo User aborted download, killing wget - kill $pid + zenity) + # Use a subshell so if the user clicks 'Cancel', + # the --auto-kill kills the subshell, not the current shell + ( + ${torify} wget "$@" 2>&1 | + winetricks_parse_wget_progress | \ + $WINETRICKS_GUI --progress --width 400 --title="$_W_file" --auto-kill --auto-close + ) + err=$? + if test $err -gt 128; then + # 129 is 'killed by SIGHUP' + # Sadly, --auto-kill only applies to parent process, + # which was the subshell, not all the elements of the pipeline... + # have to go find and kill the wget. + # If we ran wget in the background, we could kill it more directly, perhaps... + if pid=$(pgrep -f ."$_W_file"); then + echo User aborted download, killing wget + # shellcheck disable=SC2086 + kill $pid + fi fi - fi - return $err - ;; - *) wget "$@" ;; + return $err + ;; + *) ${torify} wget "$@" ;; + esac +} + +w_dotnet_verify() +{ + case "$1" in + dotnet11) version="1.1" ;; + dotnet11sp1) version="1.1 SP1" ;; + dotnet20) version="2.0" ;; + dotnet20sp1) version="2.0 SP1" ;; + dotnet20sp2) version="2.0 SP2" ;; + dotnet30) version="3.0" ;; + dotnet30sp1) version="3.0 SP1" ;; + dotnet35) version="3.5" ;; + dotnet35sp1) version="3.5 SP1" ;; + dotnet40) version="4 Client" ;; + dotnet45) version="4.5" ;; + dotnet452) version="4.5.2" ;; + dotnet46) version="4.6" ;; + dotnet461) version="4.6.1" ;; + dotnet462) version="4.6.2" ;; + *) echo error ; exit 1 ;; + esac + w_call dotnet_verifier + + # FIXME: The logfile may be useful somewhere (or at least print the location) + + # for 'run, netfx_setupverifier.exe /q:a /c:"setupverifier2.exe"' line + # shellcheck disable=SC2140 + w_ahk_do " + SetTitleMatchMode, 2 + ; FIXME; this only works the first time? Check if it's already verified somehow.. + + run, netfx_setupverifier.exe /q:a /c:"setupverifier2.exe" + winwait, Verification Utility + ControlClick, Button1 + Control, ChooseString, NET Framework $version, ComboBox1 + ControlClick, Button1 ; Verify + loop, 60 + { + sleep 1000 + process, exist, setupverifier2.exe + dn_pid=%ErrorLevel% + if dn_pid = 0 + { + break + } + ifWinExist, Verification Utility, Product verification failed + { + process, close, setupverifier2.exe + exit 1 + } + ifWinExist, Verification Utility, Product verification succeeded + { + process, close, setupverifier2.exe + break + } + } + " + dn_status="$?" + w_info ".Net Verifier returned $dn_status" +} + +# Checks if the user can run the self-update/rollback commands +winetricks_check_update_availability() +{ + # Prevents the development file overwrite: + if test -d "../.git"; then + w_warn "You're running in a dev environment. Please make a copy of the file before running this command." + exit; + fi + + # Checks read/write permissions on update directories + if ! (test -r "$0" && test -w "$0" && test -w "${0%/*}" && test -x "${0%/*}"); then + w_warn "You don't have the proper permissions to run this command. Try again with sudo or as root." + exit; + fi +} + +winetricks_selfupdate() +{ + winetricks_check_update_availability + + _W_filename="${0##*/}" + _W_rollback_file="${0}.bak" + _W_update_file="${0}.update" + + _W_tmpdir=${TMPDIR:-/tmp} + _W_tmpdir="$(mktemp -d "$_W_tmpdir/$_W_filename.XXXXXXXX")" + + w_download_to "$_W_tmpdir" https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks + + # 2016/10/26: now file is uncompressed? Handle both cases: + update_file_type="$(file "$_W_tmpdir/$_W_filename")" + case "$update_file_type" in + *"POSIX shell script"*) + #echo "already decompressed!" + w_try mv "$_W_tmpdir/$_W_filename" "${_W_update_file}" + ;; + *"gzip compressed data"*) + w_try mv "$_W_tmpdir/$_W_filename" "${_W_update_file}.gz" + w_try gunzip "${_W_update_file}.gz" + ;; + *) + echo "Unknown file type: $update_file_type" + exit 1 + ;; esac + + w_try rmdir "$_W_tmpdir" + + w_try cp "$0" "$_W_rollback_file" + w_try chmod -x "$_W_rollback_file" + + w_try mv "$_W_update_file" "$0" + w_try chmod +x "$0" + + w_warn "Update finished! The current version is $($0 -V). Use 'winetricks --update-rollback' to return to the previous version." + + exit +} + +winetricks_selfupdate_rollback() +{ + winetricks_check_update_availability + + _W_rollback_file="${0}.bak" + + if test -f "$_W_rollback_file"; then + w_try mv "$_W_rollback_file" "$0" + w_try chmod +x "$0" + w_warn "Rollback finished! The current version is $($0 -V)." + else + w_warn "Nothing to rollback." + fi + exit; } # Download a file -# Usage: w_download_to packagename url [sha1sum [filename [cookie jar]]] +# Usage: w_download_to (packagename|path to download file) url [shasum [filename [cookie jar]]] # Caches downloads in winetrickscache/$packagename w_download_to() { - _W_packagename="$1" + winetricks_download_setup + + _W_packagename="$1" # or path to download file to _W_url="$2" _W_sum="$3" _W_file="$4" _W_cookiejar="$5" case $_W_packagename in - .) w_die "bug: please do not download packages to top of cache" ;; + .) w_die "bug: please do not download packages to top of cache" ;; esac - if echo "$_W_url" | grep ' ' - then + if echo "$_W_url" | grep ' ' ; then w_die "bug: please use %20 instead of literal spaces in urls, curl rejects spaces, and they make life harder for linkcheck.sh" fi - if [ "$_W_file"x = ""x ] - then - _W_file=`basename "$_W_url"` + if [ "$_W_file"x = ""x ] ; then + _W_file=$(basename "$_W_url") + fi + + w_get_shatype "$_W_sum" + + if echo "${_W_packagename}" | grep -q -e '\/-' -e '^-'; then + w_die "Invalid path ${_W_packagename} given" + else + if ! echo "${_W_packagename}" | grep -q '^/' ; then + _W_cache="$W_CACHE/$_W_packagename" + else + _W_cache="$_W_packagename" + fi fi - _W_cache="$W_CACHE/$_W_packagename" - if test ! -d "$_W_cache" - then + if test ! -d "$_W_cache" ; then w_try mkdir -p "$_W_cache" fi # Try download twice checksum_ok="" tries=0 - while test $tries -lt 2 - do - tries=`expr $tries + 1` - - if test -s "$_W_cache/$_W_file" - then - if test "$3" - then - if test $tries = 1 - then - # The cache was full. If the file is larger than 500MB, + while test $tries -lt 2 ; do + # Warn on a second try + test "$tries" -eq 1 && winetricks_dl_warning + tries=$((tries + 1)) + + if test -s "$_W_cache/$_W_file" ; then + if test "$_W_sum" ; then + if test $tries = 1 ; then + # The cache was full. If the file is larger than 500 MB, # don't checksum it, that just annoys the user. - if test `du -k "$_W_cache/$_W_file" | cut -f1` -gt 500000 - then + # shellcheck disable=SC2046 + if test $(du -k "$_W_cache/$_W_file" | cut -f1) -gt 500000 ; then checksum_ok=1 break fi fi # If checksum matches, declare success and exit loop - gotsum=`$WINETRICKS_SHA1SUM < "$_W_cache/$_W_file" | sed 's/(stdin)= //;s/ .*//'` - if [ "$gotsum"x = "$3"x ] - then - checksum_ok=1 - break - fi - if test ! "$WINETRICKS_CONTINUE_DOWNLOAD" - then - w_warn "Checksum for $_W_cache/$_W_file did not match, retrying download" + case "$_W_shatype" in + none) + w_warn "No checksum provided, not verifying" + ;; + sha1) + w_get_sha1sum "$_W_cache/$_W_file" + if [ "$_W_gotsha1sum"x = "$_W_sum"x ] ; then + checksum_ok=1 + break + fi + ;; + sha256) + w_get_sha256sum "$_W_cache/$_W_file" + if [ "$_W_gotsha256sum"x = "$_W_sum"x ] ; then + checksum_ok=1 + break + fi + ;; + esac + + if test ! "$WINETRICKS_CONTINUE_DOWNLOAD" ; then + case $LANG in + pl*) w_warn "Niezgodność sum kontrolnych dla $_W_cache/$_W_file, pobieram ponownie" ;; + ru*) w_warn "Контрольная сумма файла $_W_cache/$_W_file не совпадает, попытка повторной загрузки" ;; + *) w_warn "Checksum for $_W_cache/$_W_file did not match, retrying download" ;; + esac mv -f "$_W_cache/$_W_file" "$_W_cache/$_W_file".bak fi else # file exists, no checksum known, declare success and exit loop break fi - elif test -f "$_W_cache/$_W_file" - then - # zero length file, just delete before retrying + elif test -f "$_W_cache/$_W_file" ; then + # zero-length file, just delete before retrying rm "$_W_cache/$_W_file" fi - _W_dl_olddir=`pwd` - cd "$_W_cache" + _W_dl_olddir=$(pwd) + w_try_cd "$_W_cache" # Mac folks tend to have curl rather than wget # On Mac, 'which' doesn't return good exit status - # Need to jam in --header "Accept-Encoding: gzip,deflate" else - # redhat.com decompresses liberation-fonts.tar.gz! - # Note: this causes other sites to compress downloads, hence - # the kludge further down. See http://code.google.com/p/winezeug/issues/detail?id=77 - echo Downloading $_W_url to $_W_cache + echo "Downloading $_W_url to $_W_cache" - # For sites that prefer mozilla in the useragent, set W_BROWSERAGENT=1 + # For sites that prefer Mozilla in the user-agent header, set W_BROWSERAGENT=1 case "$W_BROWSERAGENT" in - 1) _W_agent="Mozilla/5.0 (compatible; Konqueror/2.1.1; X11)" ;; - *) _W_agent= ;; + 1) _W_agent="Mozilla/5.0 (compatible; Konqueror/2.1.1; X11)" ;; + *) _W_agent="" ;; esac - if [ -x "`which aria2c 2>/dev/null`" ] - then - # Basic aria2c support. - aria2c -c -o "$_W_file" "$_W_url" - elif [ -x "`which wget 2>/dev/null`" ] - then - # Use -nd to insulate ourselves from people who set -x in WGETRC - # [*] --retry-connrefused works around the broken sf.net mirroring - # system when downloading corefonts - # [*] --read-timeout is useful on the adobe server that doesn't - # close the connection unless you tell it to (control-C or closing - # the socket) - winetricks_wget_progress \ - -O "$_W_file" -nd \ - -c --read-timeout=300 --retry-connrefused \ - --header "Accept-Encoding: gzip,deflate" \ - ${_W_cookiejar:+--load-cookies "$_W_cookiejar"} \ - ${_W_agent:+--user-agent="$_W_agent"} \ - "$_W_url" - elif [ -x "`which curl 2>/dev/null`" ] - then - # curl doesn't get filename from the location given by the server! - # fortunately, we know it - curl -L -o "$_W_file" -C - \ - --header "Accept-Encoding: gzip,deflate" \ - ${_W_cookiejar:+--cookie "$_W_cookiejar"} \ - ${_W_agent:+--user-agent "$_W_agent"} \ - "$_W_url" + if [ "${WINETRICKS_DOWNLOADER}" = "aria2c" ] ; then + # Note: aria2c wants = for most options or silently fails + + # (Slightly fancy) aria2c support + # See https://github.com/Winetricks/winetricks/issues/612 + # --daemon=false --enable-rpc=false to ensure aria2c doesnt go into the background after starting + # and prevent any attempts to rebind on the RPC interface specified in someone's config. + # --input-file='' if the user config has a input-file specified then aria2 will read it and + # attempt to download everything in that input file again. + # --save-session='' if the user has specified save-session in their config, their session will be + # ovewritten by the new aria2 process + + # shellcheck disable=SC2086 + $torify aria2c \ + $aria2c_torify_opts \ + --connect-timeout="${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + --continue \ + --daemon=false \ + --dir="$_W_cache" \ + --enable-rpc=false \ + --input-file='' \ + --max-connection-per-server=5 \ + --max-tries="$WINETRICKS_DOWNLOADER_RETRIES" \ + --out="$_W_file" \ + --save-session='' \ + --stream-piece-selector=geom \ + "$_W_url" + elif [ "${WINETRICKS_DOWNLOADER}" = "wget" ] ; then + # Use -nd to insulate ourselves from people who set -x in WGETRC + # [*] --retry-connrefused works around the broken sf.net mirroring + # system when downloading corefonts + # [*] --read-timeout is useful on the adobe server that doesn't + # close the connection unless you tell it to (control-C or closing + # the socket) + + # shellcheck disable=SC2086 + winetricks_wget_progress \ + -O "$_W_file" \ + -nd \ + -c\ + --read-timeout 300 \ + --retry-connrefused \ + --timeout "${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + --tries "$WINETRICKS_DOWNLOADER_RETRIES" \ + ${_W_cookiejar:+--load-cookies "$_W_cookiejar"} \ + ${_W_agent:+--user-agent="$_W_agent"} \ + "$_W_url" + elif [ "${WINETRICKS_DOWNLOADER}" = "curl" ] ; then + # Note: curl does not accept '=' when passing options + # curl doesn't get filename from the location given by the server! + # fortunately, we know it + + # shellcheck disable=SC2086 + $torify curl \ + --connect-timeout "${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + -L \ + -o "$_W_file" \ + -C - \ + --retry "$WINETRICKS_DOWNLOADER_RETRIES" \ + ${_W_cookiejar:+--cookie "$_W_cookiejar"} \ + ${_W_agent:+--user-agent "$_W_agent"} \ + "$_W_url" + elif [ "${WINETRICKS_DOWNLOADER}" = "fetch" ] ; then + # Note: fetch does not support configurable retry count + + # shellcheck disable=SC2086 + $torify fetch \ + -T "${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + -o "$_W_file" \ + ${_W_agent:+--user-agent="$_W_agent"} \ + "$_W_url" else - w_die "Please install wget or aria2c (or, if those aren't available, curl)" + w_die "Here be dragons" fi - if test $? != 0 - then - test -f "$_W_file" && rm "$_W_file" - w_die "Downloading $_W_url failed" - fi - # Need to decompress .exe's that are compressed, else cygwin fails - # Also affects ttf files on github - _W_filetype=`which file 2>/dev/null` - case $_W_filetype-$_W_file in - /*-*.exe|/*-*.ttf) - case `file "$_W_file"` in - *gzip*) mv "$_W_file" "$_W_file.gz"; gunzip < "$_W_file.gz" > "$_W_file";; + + if test $? = 0; then + # Need to decompress .exe's that are compressed, else Cygwin fails + # Also affects ttf files on github + # FIXME: gzip hack below may no longer be needed, but need to investigate before removing + _W_filetype=$(which file 2>/dev/null) + case $_W_filetype-$_W_file in + /*-*.exe|/*-*.ttf|/*-*.zip) + case $(file "$_W_file") in + *:*gzip*) mv "$_W_file" "$_W_file.gz"; gunzip < "$_W_file.gz" > "$_W_file";; + esac esac - esac - # On cygwin, .exe's must be marked +x - case "$_W_file" in - *.exe) chmod +x "$_W_file" ;; - esac + # On Cygwin, .exe's must be marked +x + case "$_W_file" in + *.exe) chmod +x "$_W_file" ;; + esac - cd "$_W_dl_olddir" - unset _W_dl_olddir + w_try_cd "$_W_dl_olddir" + unset _W_dl_olddir + + # downloaded successfully, exit from loop + break + elif test $tries = 2; then + test -f "$_W_file" && rm "$_W_file" + w_die "Downloading $_W_url failed" + fi + # Download from the Wayback Machine on second try + _W_url="https://web.archive.org/web/2000/$_W_url" done - if test "$3" && test ! "$checksum_ok" - then - w_verify_sha1sum $3 "$_W_cache/$_W_file" + if test "$_W_sum" && test ! "$checksum_ok"; then + w_verify_shasum "$_W_sum" "$_W_cache/$_W_file" fi } @@ -653,11 +1213,9 @@ w_download_to() # Usage: w_open_folder directory w_open_folder() { - for _W_cmd in xdg-open open cygstart true - do - _W_cmdpath=`which $_W_cmd` - if test -n "$_W_cmdpath" - then + for _W_cmd in xdg-open open cygstart true ; do + _W_cmdpath=$(which $_W_cmd) + if test -n "$_W_cmdpath" ; then break fi done @@ -669,12 +1227,10 @@ w_open_folder() # Usage: w_open_webpage url w_open_webpage() { - # See http://www.dwheeler.com/essays/open-files-urls.html - for _W_cmd in xdg-open sdtwebclient cygstart open firefox true - do - _W_cmdpath=`which $_W_cmd` - if test -n "$_W_cmdpath" - then + # See https://www.dwheeler.com/essays/open-files-urls.html + for _W_cmd in xdg-open sdtwebclient cygstart open firefox true ; do + _W_cmdpath=$(which $_W_cmd) + if test -n "$_W_cmdpath" ; then break fi done @@ -683,14 +1239,14 @@ w_open_webpage() } # Download a file -# Usage: w_download url [sha1sum [filename [cookie jar]]] +# Usage: w_download url [shasum [filename [cookie jar]]] # Caches downloads in winetrickscache/$W_PACKAGE w_download() { - w_download_to $W_PACKAGE "$@" + w_download_to "$W_PACKAGE" "$@" } -# Download one or more files via bittorrent +# Download one or more files via BitTorrent # Usage: w_download_torrent [foo.torrent] # Caches downloads in $W_CACHE/$W_PACKAGE, torrent files are assumed to be there # If no foo.torrent is given, will add ALL .torrent files in $W_CACHE/$W_PACKAGE @@ -702,14 +1258,12 @@ w_download_torrent() w_call utorrent UT_WINPATH="$W_CACHE_WIN\\$W_PACKAGE" - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" - if [ "$2"x != ""x ] # foo.torrent parameter supplied - then + if [ "$2"x != ""x ] ; then # foo.torrent parameter supplied w_try "$WINE" utorrent "/DIRECTORY" "$UT_WINPATH" "$UT_WINPATH\\$2" & else # grab all torrents - for torrent in `ls *.torrent` - do + for torrent in *.torrent ; do w_try "$WINE" utorrent "/DIRECTORY" "$UT_WINPATH" "$UT_WINPATH\\$torrent" & done fi @@ -761,47 +1315,52 @@ w_download_manual_to() _W_packagename="$1" _W_url="$2" _W_file="$3" - _W_sha1sum="$4" + _W_shasum="$4" + # shellcheck disable=SC2154 case "$media" in - "download") - w_info "FAIL: bug: media type is download, but w_download_manual was called. Programmer, please change verb's media type to manual_download." - ;; + "download") w_info "FAIL: bug: media type is download, but w_download_manual was called. Programmer, please change verb's media type to manual_download." ;; esac - case $LANG in - da*) _W_dlmsg="Hent venligst filen $_W_file fra $_W_url og placér den i $W_CACHE/$_W_packagename, kør derefter dette skript.";; - de*) _W_dlmsg="Bitte laden Sie $_W_file von $_W_url runter, stellen Sie's in $W_CACHE/$_W_packagename, dann wiederholen Sie diesen Kommando.";; - pl*) _W_dlmsg="Proszę pobrać plik $_W_file z $_W_url, następnie umieścić go w $W_CACHE/$_W_packagename, a na końcu uruchomić ponownie ten skrytp.";; - uk*) _W_dlmsg="Будь ласка, звантажте $_W_file з $_W_url, розташуйте в $W_CACHE/$_W_packagename, потім запустіть скрипт знову.";; - *) _W_dlmsg="Please download $_W_file from $_W_url, place it in $W_CACHE/$_W_packagename, then re-run this script.";; - esac + if ! test -f "$W_CACHE/$_W_packagename/$_W_file"; then + case $LANG in + da*) _W_dlmsg="Hent venligst filen $_W_file fra $_W_url og placér den i $W_CACHE/$_W_packagename, kør derefter dette skript.";; + de*) _W_dlmsg="Bitte laden Sie $_W_file von $_W_url runter, stellen Sie's in $W_CACHE/$_W_packagename, dann wiederholen Sie dieses Kommando.";; + pl*) _W_dlmsg="Proszę pobrać plik $_W_file z $_W_url, następnie umieścić go w $W_CACHE/$_W_packagename, a na końcu uruchomić ponownie ten skrypt.";; + ru*) _W_dlmsg="Пожалуйста, скачайте файл $_W_file по адресу $_W_url, и поместите его в $W_CACHE/$_W_packagename, а затем запустите winetricks заново.";; + uk*) _W_dlmsg="Будь ласка, звантажте $_W_file з $_W_url, розташуйте в $W_CACHE/$_W_packagename, потім запустіть скрипт знову.";; + zh_CN*) _W_dlmsg="请从 $_W_url 下载 $_W_file,并置放于 $W_CACHE/$_W_packagename, 然后重新运行 winetricks.";; + zh_TW*|zh_HK*) _W_dlmsg="請從 $_W_url 下載 $_W_file,并置放於 $W_CACHE/$_W_packagename, 然后重新執行 winetricks.";; + *) _W_dlmsg="Please download $_W_file from $_W_url, place it in $W_CACHE/$_W_packagename, then re-run this script.";; + esac - if ! test -f "$W_CACHE/$_W_packagename/$_W_file" - then mkdir -p "$W_CACHE/$_W_packagename" w_open_folder "$W_CACHE/$_W_packagename" w_open_webpage "$_W_url" - sleep 3 # give some time for browser to open + sleep 3 # give some time for web browser to open w_die "$_W_dlmsg" # FIXME: wait in loop until file is finished? fi - # FIXME: verify $sha1sum of $file - unset _W_url _W_file _W_sha1sum _W_dlmsg + + if test "$_W_shasum"; then + w_verify_shasum "$_W_shasum" "$W_CACHE/$_W_packagename/$_W_file" + fi + + unset _W_dlmsg _W_file _W_sha1sum _W_sha256sum _W_url } w_download_manual() { - w_download_manual_to $W_PACKAGE "$@" + w_download_manual_to "$W_PACKAGE" "$@" } -# Turn off news, overlays, and friend interaction in steam -# Run from inside c:\Program Files\Steam +# Turn off news, overlays, and friend interaction in Steam +# Run from inside C:\Program Files\Steam w_steam_safemode() { cat > "$W_TMP/steamconfig.pl" <<"_EOF_" -#!/usr/bin/perl -# Parse steam's localconfig.vcf, add settings to it, and write it out again +#!/usr/bin/env perl +# Parse Steam's localconfig.vcf, add settings to it, and write it out again # The file is a recursive dictionary # # FILE :== CONTAINER @@ -821,18 +1380,18 @@ sub read_into_container{ $_ = || w_die "Can't read first line of container"; /{/ || w_die "First line of container was not {"; while () { - chomp; - if (/"([^"]*)"\s*"([^"]*)"$/) { - ${$pcontainer}{$1} = $2; - } elsif (/"([^"]*)"$/) { - my( %newcon, $name ); - $name = $1; - read_into_container(\%newcon); - ${$pcontainer}{$name} = \%newcon; + chomp; + if (/"([^"]*)"\s*"([^"]*)"$/) { + ${$pcontainer}{$1} = $2; + } elsif (/"([^"]*)"$/) { + my( %newcon, $name ); + $name = $1; + read_into_container(\%newcon); + ${$pcontainer}{$name} = \%newcon; } elsif (/}/) { - return; + return; } else { - w_die "huh?"; + w_die "huh?"; } } } @@ -869,7 +1428,7 @@ sub disable_notifications{ # Read the file my(%top); -open FILE, $ARGV[0] || w_die "can't open ".$ARGV[0]; +open FILE, $ARGV[0] || w_die "cannot open ".$ARGV[0]; my($line); $line = || w_die "Could not read first line from ".$ARGV[0]; $line =~ /"UserLocalConfigStore"/ || w_die "this is not a localconfig.vdf file"; @@ -885,8 +1444,7 @@ dump_container(\%top, "\t"); print "}\n"; _EOF_ -for file in userdata/*/config/localconfig.vdf -do +for file in userdata/*/config/localconfig.vdf ; do cp "$file" "$file.old" perl "$W_TMP"/steamconfig.pl "$file.old" > "$file" done @@ -895,10 +1453,15 @@ done w_question() { case $WINETRICKS_GUI in - *zenity) $WINETRICKS_GUI --entry --text "$1" ;; - *kdialog) $WINETRICKS_GUI --inputbox "$1" ;; - *xmessage) w_die "sorry, can't ask question with xmessage" ;; - none) echo -n "$1" >&2 ; read W_ANSWER ; echo $W_ANSWER; unset W_ANSWER;; + *zenity) $WINETRICKS_GUI --entry --text "$1" ;; + *kdialog) $WINETRICKS_GUI --inputbox "$1" ;; + *xmessage) w_die "sorry, can't ask question with xmessage" ;; + none) + # Using printf instead of echo because we don't want a newline + printf "%s" "$1" >&2 ; + read -r W_ANSWER ; + echo "$W_ANSWER"; + unset W_ANSWER;; esac } @@ -910,24 +1473,20 @@ w_steam_getid() _W_steamidmsg="Please enter your Steam login ID (not email)" _W_steampasswordmsg="Please enter your Steam password" - if test ! "$W_STEAM_ID" - then - if test -f "$W_CACHE"/steam_userid.txt - then - W_STEAM_ID=`cat "$W_CACHE"/steam_userid.txt` + if test ! "$W_STEAM_ID"; then + if test -f "$W_CACHE"/steam_userid.txt; then + W_STEAM_ID=$(cat "$W_CACHE"/steam_userid.txt) else - W_STEAM_ID=`w_question "$_W_steamidmsg"` + W_STEAM_ID=$(w_question "$_W_steamidmsg") echo "$W_STEAM_ID" > "$W_CACHE"/steam_userid.txt chmod 600 "$W_CACHE"/steam_userid.txt fi fi - if test ! "$W_STEAM_PASSWORD" - then - if test -f "$W_CACHE"/steam_password.txt - then - W_STEAM_PASSWORD=`cat "$W_CACHE"/steam_password.txt` + if test ! "$W_STEAM_PASSWORD"; then + if test -f "$W_CACHE"/steam_password.txt; then + W_STEAM_PASSWORD=$(cat "$W_CACHE"/steam_password.txt) else - W_STEAM_PASSWORD=`w_question "$_W_steampasswordmsg"` + W_STEAM_PASSWORD=$(w_question "$_W_steampasswordmsg") echo "$W_STEAM_PASSWORD" > "$W_CACHE"/steam_password.txt chmod 600 "$W_CACHE"/steam_password.txt fi @@ -956,7 +1515,7 @@ w_steam_install_game() # "Updating $title" - small download progress dialog # "Steam - Ready" game install done. (Only comes up if main window not up.) - cd "$W_PROGRAMS_X86_UNIX/Steam" + w_try_cd "$W_PROGRAMS_X86_UNIX/Steam" w_ahk_do " SetTitleMatchMode 2 SetWinDelay 500 @@ -1056,22 +1615,10 @@ fi " # Not all users need this disabled, but let's play it safe for now - if w_workaround_wine_bug 22053 "Disabling ingame notifications to prevent game crashes on some machines." - then + if w_workaround_wine_bug 22053 "Disabling in-game notifications to prevent game crashes on some machines."; then w_steam_safemode fi - w_declare_exe "$W_PROGRAMS_X86_WIN\\Steam" "steam.exe -login $W_STEAM_ID $W_STEAM_PASSWORD -applaunch $_W_steamid" - - myexec="Exec=env WINEPREFIX=\"$WINEPREFIX\" wine cmd /c 'C:\\\\\\\\Run-$W_PACKAGE.bat'" - mymenu="$XDG_DATA_HOME/applications/wine/Programs/Steam/$_W_steamtitle.desktop" - if test -f "$mymenu" && w_workaround_wine_bug 26487 "Fixing system menu" - then - sed -i "s,Exec=.*,$myexec," "$mymenu" - else - w_warn "bug: could not find system menu entry $_W_steamtitle" - fi - unset _W_steamid _W_steamtitle } @@ -1086,7 +1633,7 @@ fi # other_files # Extra installer files, in one string, space-separated. # reader_control -# If set, the control id of the configuration pannel checkbox controling +# If set, the control id of the configuration panel checkbox controlling # Adobe Reader installation. # Some games don't have it, some games do with different ids. # run_command @@ -1103,17 +1650,17 @@ winetricks_load_gog() game_title="$2" other_files="$3" reader_control="$4" + # FIXME: actually unused, but not sure how it should be used + # shellcheck disable=SC2034 run_command="$5" download_id="$6" install_dir="$7" installer_size_and_sha1="$8" - if [ "$download_id"x = ""x ] - then + if [ "$download_id"x = ""x ]; then download_id="$game_id" fi - if [ "$install_dir"x = ""x ] - then + if [ "$install_dir"x = ""x ]; then install_dir="$game_title" fi @@ -1121,8 +1668,7 @@ winetricks_load_gog() mkdir -p "$installer_path" installer="setup_$game_id.exe" - if test "$installer_size_and_sha1"x = ""x - then + if test "$installer_size_and_sha1"x = ""x; then files="$installer $other_files" else files="$installer,$installer_size_and_sha1 $other_files" @@ -1132,44 +1678,42 @@ winetricks_load_gog() for file_and_size_and_sha1 in $files do case "$file_and_size_and_sha1" in - *,*,*) - sha1sum=`echo $file_and_size_and_sha1 | sed "s/.*,//"` - minsize=`echo $file_and_size_and_sha1 | sed 's/[^,]*,\([^,]*\),.*/\1/'` - file=`echo $file_and_size_and_sha1 | sed 's/,.*//'` - ;; - *,*) - sha1sum="" - minsize=`echo $file_and_size_and_sha1 | sed 's/.*,//'` - file=`echo $file_and_size_and_sha1 | sed 's/,.*//'` - ;; - *) - sha1sum="" - minsize=1 - file=$file_and_size_and_sha1 - ;; + *,*,*) + sha1sum=$(echo "$file_and_size_and_sha1" | sed "s/.*,//") + minsize=$(echo "$file_and_size_and_sha1" | sed 's/[^,]*,\([^,]*\),.*/\1/') + file=$(echo "$file_and_size_and_sha1" | sed 's/,.*//') + ;; + *,*) + sha1sum="" + minsize=$(echo "$file_and_size_and_sha1" | sed 's/.*,//') + file=$(echo "$file_and_size_and_sha1" | sed 's/,.*//') + ;; + *) + sha1sum="" + minsize=1 + file=$file_and_size_and_sha1 + ;; esac file_path="$installer_path/$file" - if ! test -s "$file_path" || test `stat -Lc%s "$file_path"` -lt $minsize - then + # shellcheck disable=SC2046 + if ! test -s "$file_path" || test $(stat -Lc%s "$file_path") -lt $minsize; then # FIXME: bring back automated download - w_info "You have to be logged in to gog, and you have to own the game, for the following URL to work. Otherwise it gets a 404." + w_info "You have to be logged in to GOG, and you have to own the game, for the following URL to work. Otherwise it gets a 404." w_download_manual "https://www.gog.com/en/download/game/$download_id/$file_id" "$file" check_sha1=1 - filesize=`stat -Lc%s "$file_path"` - if test $minsize -gt 1 && test $filesize -ne $minsize - then + filesize=$(stat -Lc%s "$file_path") + if test $minsize -gt 1 && test "$filesize" -ne $minsize; then check_sha1="" w_warn "Expected file size $minsize, please report new size $filesize." fi - if test "$check_sha1" != "" && test "$sha1sum"x != ""x - then + if test "$check_sha1" != "" && test "$sha1sum"x != ""x; then w_verify_sha1sum "$sha1sum" "$file_path" fi fi - file_id=`expr $file_id + 1` + file_id=$((file_id + 1)) done - cd "$installer_path" + w_try_cd "$installer_path" w_ahk_do " run $installer WinWait, Setup - $game_title, Start installation @@ -1197,11 +1741,6 @@ winetricks_load_gog() WinWait, Setup - $game_title, Exit Installer ControlClick, TMCoPShadowButton1 ; Exit Installer " - - if test "$run_command"x != ""x - then - w_declare_exe "$W_PROGRAMS_X86_WIN\\GOG.com\\$install_dir" "$run_command" - fi } #---------------------------------------------------------------- @@ -1214,145 +1753,178 @@ winetricks_load_gog() # FIXME: should take mount option 'unhide' for poorly mastered discs w_mount() { - if test "$3" - then + if test "$3"; then WINETRICKS_IMG="$W_CACHE/$W_PACKAGE/$1-$3.iso" else WINETRICKS_IMG="$W_CACHE/$W_PACKAGE/$1.iso" fi mkdir -p "$W_CACHE/$W_PACKAGE" - if test -f "$WINETRICKS_IMG" - then + if test -f "$WINETRICKS_IMG"; then winetricks_mount_cached_iso else - if test "$WINETRICKS_OPT_KEEPISOS" = 0 || test "$2" - then + if test "$WINETRICKS_OPT_KEEPISOS" = 0 || test "$2"; then while true do winetricks_mount_real_volume "$1" - if test "$2" = "" || test -f "$W_ISO_MOUNT_ROOT/$2" - then + if test "$2" = "" || test -f "$W_ISO_MOUNT_ROOT/$2"; then break else - w_warn "Wrong disc inserted, $2 not found" + w_warn "Wrong disc inserted, $2 not found." fi done fi case "$WINETRICKS_OPT_KEEPISOS" in - 1) - winetricks_cache_iso "$1" - winetricks_mount_cached_iso - ;; + 1) + winetricks_cache_iso "$1" + winetricks_mount_cached_iso + ;; esac fi } w_umount() { - if test "$WINE" = "" - then + if test "$WINE" = ""; then # Windows winetricks_load_vcdmount - cd "$VCD_DIR" + w_try_cd "$VCD_DIR" w_try vcdmount.exe /u else echo "Running $WINETRICKS_SUDO umount $W_ISO_MOUNT_ROOT" + case "$WINETRICKS_SUDO" in - gksudo) - # -l lazy unmount in case executable still running - $WINETRICKS_SUDO "umount -l $W_ISO_MOUNT_ROOT" - w_try $WINETRICKS_SUDO "rm -rf $W_ISO_MOUNT_ROOT" - ;; - *) - $WINETRICKS_SUDO umount -l $W_ISO_MOUNT_ROOT - w_try $WINETRICKS_SUDO rm -rf $W_ISO_MOUNT_ROOT - ;; + gksu*|kdesudo) + # -l lazy unmount in case executable still running + "$WINETRICKS_SUDO" "umount -l $W_ISO_MOUNT_ROOT" + w_try "$WINETRICKS_SUDO" "rm -rf $W_ISO_MOUNT_ROOT" + ;; + kdesu) + "$WINETRICKS_SUDO" -c "umount -l $W_ISO_MOUNT_ROOT" + w_try "$WINETRICKS_SUDO" -c "rm -rf $W_ISO_MOUNT_ROOT" + ;; + *) + "$WINETRICKS_SUDO" umount -l "$W_ISO_MOUNT_ROOT" + w_try "$WINETRICKS_SUDO" rm -rf "$W_ISO_MOUNT_ROOT" + ;; esac - "$WINE" eject ${W_ISO_MOUNT_LETTER}: - rm -f "$WINEPREFIX"/dosdevices/${W_ISO_MOUNT_LETTER}: - rm -f "$WINEPREFIX"/dosdevices/${W_ISO_MOUNT_LETTER}:: + + "$WINE" eject "${W_ISO_MOUNT_LETTER}:" + rm -f "$WINEPREFIX/dosdevices/${W_ISO_MOUNT_LETTER}:" + rm -f "$WINEPREFIX/dosdevices/${W_ISO_MOUNT_LETTER}::" fi } w_ahk_do() { - if ! test -f "$W_CACHE/ahk/AutoHotkey.exe" - then + if ! test -f "$W_CACHE/ahk/AutoHotkey.exe"; then W_BROWSERAGENT=1 \ - w_download_to ahk http://www.autohotkey.com/download/AutoHotkey104805.zip b3981b13fbc45823131f69d125992d6330212f27 - w_try_unzip -d "$W_CACHE/ahk" "$W_CACHE/ahk/AutoHotkey104805.zip" AutoHotkey.exe AU3_Spy.exe + w_download_to ahk https://www.autohotkey.com/download/AutoHotkey104805.zip c8bf1c3dc4622559963b6626316ba1d083bb8a8af605f78382e371e5294d435a + w_try_unzip "$W_CACHE/ahk" "$W_CACHE/ahk/AutoHotkey104805.zip" AutoHotkey.exe AU3_Spy.exe chmod +x "$W_CACHE/ahk/AutoHotkey.exe" fi - _W_CR=`printf \\\\r` - cat <<_EOF_ | sed "s/\$/$CR/" > "$W_TMP"/tmp.ahk + # Previously this used printf + sed, but that was broken with BSD sed (FreeBSD/OS X): + # https://github.com/Winetricks/winetricks/issues/697 + # So now using trying awk instead (next, perl): + cat <<_EOF_ | awk 'sub("$", "\r")' > "$W_TMP"/tmp.ahk w_opt_unattended = ${W_OPT_UNATTENDED:-0} $@ _EOF_ w_try "$WINE" "$W_CACHE_WIN\\ahk\\AutoHotkey.exe" "$W_TMP_WIN"\\tmp.ahk - unset _W_CR } -# Function to protect wine-specific sections of code. +# Function to protect Wine-specific sections of code. # Outputs a message to console explaining what's being skipped. # Usage: -# if w_skip_windows name-of-operation -# then +# if w_skip_windows name-of-operation; then # return # fi -# ... do something that doesn't make sense on windows ... +# ... do something that doesn't make sense on Windows ... w_skip_windows() { - case "$OS" in - "Windows_NT") - echo "Skipping operation '$1' on Windows" - return 0 - ;; + case "$W_PLATFORM" in + windows_cmd) + echo "Skipping operation '$1' on Windows" + return 0 + ;; esac return 1 } +# for common code in w_override_dlls and w_override_app_dlls +w_common_override_dll() +{ + _W_mode="$1" + module="$2" + + # Remove wine's builtin manifest, if present. Use: + # wineboot ; find "$WINEPREFIX"/drive_c/windows/winsxs/ -iname \*deadbeef.manifest | sort + case "$W_PACKAGE" in + comctl32) + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest + ;; + vcrun2005) + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4053_none_deadbeef.manifest + + # These are 32-bit only? + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc80.mfcloc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc80.openmp_1fc8b3b9a1e18e3b_8.0.50727.6195_none_deadbeef.manifest + ;; + vcrun2008) + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/amd64_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest + + # These are 32-bit only? + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest + w_try rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.vc90.openmp_1fc8b3b9a1e18e3b_9.0.30729.6161_none_deadbeef.manifest + ;; + esac + + if [ "$_W_mode" = default ] ; then + # To delete a registry key, give an unquoted dash as value + echo "\"*$module\"=-" >> "$W_TMP"/override-dll.reg + else + # Note: if you want to override even DLLs loaded with an absolute + # path, you need to add an asterisk: + echo "\"*$module\"=\"$_W_mode\"" >> "$W_TMP"/override-dll.reg + fi +} + w_override_dlls() { w_skip_windows w_override_dlls && return _W_mode=$1 case $_W_mode in - *=*) - w_die "w_override_dlls: unknown mode $_W_mode. + *=*) + w_die "w_override_dlls: unknown mode $_W_mode. Usage: 'w_override_dlls mode[,mode] dll ...'." ;; - disabled) - _W_mode="" ;; + disabled) + _W_mode="" ;; esac + shift - echo Using $_W_mode override for following DLLs: $@ + + echo "Using $_W_mode override for following DLLs: $*" cat > "$W_TMP"/override-dll.reg <<_EOF_ REGEDIT4 -[HKEY_CURRENT_USER\Software\Wine\DllOverrides] +[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] _EOF_ while test "$1" != "" do - case "$1" in - comctl32) - rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest - ;; - esac - - if [ "$_W_mode" = default ] - then - # To delete a registry key, give an unquoted dash as value - echo "\"*$1\"=-" >> "$W_TMP"/override-dll.reg - else - # Note: if you want to override even DLLs loaded with an absolute - # path, you need to add an asterisk: - echo "\"*$1\"=\"$_W_mode\"" >> "$W_TMP"/override-dll.reg - #echo "\"$1\"=\"$_W_mode\"" >> "$W_TMP"/override-dll.reg - fi - + w_common_override_dll "$_W_mode" "$1" shift done @@ -1365,101 +1937,345 @@ w_override_no_dlls() { w_skip_windows override && return - "$WINE" regedit /d 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' + "$WINE" regedit /d 'HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides' } w_override_all_dlls() { - # Disable all known native Microsoft DLLs in favor of Wine's builtin ones - # Generated with - # find ~/wine-git/dlls -maxdepth 1 -type d -print | sed 's,.*/,,' | sort | fmt -50 | sed 's/$/ \\/' + # Disable all known native Microsoft DLLs in favor of Wine's built-in ones + # Generated with: + # find ./dlls -maxdepth 1 -type d ! -iname "*.dll16" ! -iname "*.drv*" ! -iname "*.ds" ! -iname "*.exe*" ! -iname "*.tlb" ! -iname "*.vxd" -print | sed \ + # -e '/^.*\/adsiid$/ d' \ + # -e '/^.*\/advapi32$/ d' \ + # -e '/^.*\/capi2032$/ d' \ + # -e '/^.*\/dbghelp$/ d' \ + # -e '/^.*\/ddraw$/ d' \ + # -e '/^.*\/dlls$/ d' \ + # -e '/^.*\/dxerr8$/ d' \ + # -e '/^.*\/dxerr9$/ d' \ + # -e '/^.*\/dxguid$/ d' \ + # -e '/^.*\/gdi32$/ d' \ + # -e '/^.*\/glu32$/ d' \ + # -e '/^.*\/icmp$/ d' \ + # -e '/^.*\/iphlpapi$/ d' \ + # -e '/^.*\/kernel32$/ d' \ + # -e '/^.*\/l3codeca.acm$/ d' \ + # -e '/^.*\/mfuuid$/ d' \ + # -e '/^.*\/mountmgr.sys$/ d' \ + # -e '/^.*\/mswsock$/ d' \ + # -e '/^.*\/ntdll$/ d' \ + # -e '/^.*\/opengl32$/ d' \ + # -e '/^.*\/strmbase$/ d' \ + # -e '/^.*\/strmiids$/ d' \ + # -e '/^.*\/twain_32$/ d' \ + # -e '/^.*\/unicows$/ d' \ + # -e '/^.*\/user32$/ d' \ + # -e '/^.*\/uuid$/ d' \ + # -e '/^.*\/vdmdbg$/ d' \ + # -e '/^.*\/w32skrnl$/ d' \ + # -e '/^.*\/winecrt0$/ d' \ + # -e '/^.*\/wined3d$/ d' \ + # -e '/^.*\/winemp3.acm$/ d' \ + # -e '/^.*\/wineqtdecoder$/ d' \ + # -e '/^.*\/winmm$/ d' \ + # -e '/^.*\/wintab32$/ d' \ + # -e '/^.*\/wnaspi32$/ d' \ + # -e '/^.*\/wow32$/ d' \ + # -e '/^.*\/ws2_32$/ d' \ + # -e '/^.*\/wsock32$/ d' \ + # -e 's,.*/, ,' | sort | fmt -63 | sed 's/$/ \\/' + # + # 2018-02-18: Last list update (wine-3.2) w_override_dlls builtin \ - acledit aclui activeds actxprxy adsiid advapi32 \ - advpack amstream apphelp appwiz.cpl atl atl80 \ - authz avicap32 avifil32 avifile.dll16 avrt \ - bcrypt browseui cabinet capi2032 cards cfgmgr32 \ - clusapi comcat comctl32 comdlg32 commdlg.dll16 \ - comm.drv16 compobj.dll16 compstui credui crtdll \ - crypt32 cryptdlg cryptdll cryptnet cryptui \ - ctapi32 ctl3d32 ctl3d.dll16 ctl3dv2.dll16 d3d10 \ - d3d10core d3d8 d3d9 d3dcompiler_33 d3dcompiler_34 \ - d3dcompiler_35 d3dcompiler_36 d3dcompiler_37 \ - d3dcompiler_38 d3dcompiler_39 d3dcompiler_40 \ - d3dcompiler_41 d3dcompiler_42 d3dcompiler_43 \ - d3dim d3drm d3dx10_33 d3dx10_34 d3dx10_35 \ - d3dx10_36 d3dx10_37 d3dx10_38 d3dx10_39 \ - d3dx10_40 d3dx10_41 d3dx10_42 d3dx10_43 \ - d3dx9_24 d3dx9_25 d3dx9_26 d3dx9_27 d3dx9_28 \ - d3dx9_29 d3dx9_30 d3dx9_31 d3dx9_32 d3dx9_33 \ - d3dx9_34 d3dx9_35 d3dx9_36 d3dx9_37 d3dx9_38 \ - d3dx9_39 d3dx9_40 d3dx9_41 d3dx9_42 d3dx9_43 \ - d3dxof dbgeng dbghelp dciman32 ddeml.dll16 \ - ddraw ddrawex devenum dhcpcsvc dinput dinput8 \ - dispdib.dll16 dispex display.drv16 dlls dmband \ - dmcompos dmime dmloader dmscript dmstyle dmsynth \ - dmusic dmusic32 dnsapi dplay dplayx dpnaddr \ - dpnet dpnhpast dpnlobby dpwsockx drmclien \ - dsound dssenh dswave dwmapi dxdiagn dxerr8 \ - dxerr9 dxgi dxguid explorerframe faultrep \ - fltlib fusion fwpuclnt gameux gdi32 gdi.exe16 \ - gdiplus glu32 gphoto2.ds gpkcsp hal hhctrl.ocx \ - hid hlink hnetcfg httpapi iccvid icmp ieframe \ - ifsmgr.vxd imaadp32.acm imagehlp imm32 imm.dll16 \ - inetcomm inetcpl.cpl inetmib1 infosoft initpki \ - inkobj inseng iphlpapi itircl itss jscript \ - kernel32 keyboard.drv16 krnl386.exe16 ktmw32 \ - loadperf localspl localui lz32 lzexpand.dll16 \ - mapi32 mapistub mciavi32 mcicda mciqtz32 mciseq \ - mciwave mgmtapi midimap mlang mmcndmgr mmdevapi \ - mmdevldr.vxd mmsystem.dll16 monodebg.vxd \ - mountmgr.sys mouse.drv16 mpr mprapi msacm32 \ - msacm32.drv msacm.dll16 msadp32.acm mscat32 mscms \ - mscoree msctf msdaps msdmo msftedit msg711.acm \ - msgsm32.acm mshtml mshtml.tlb msi msident msimg32 \ - msimsg msimtf msisip msisys.ocx msnet32 mspatcha \ - msrle32 mssign32 mssip32 mstask msvcirt msvcm80 \ - msvcm90 msvcp100 msvcp60 msvcp70 msvcp71 msvcp80 \ - msvcp90 msvcr100 msvcr70 msvcr71 msvcr80 msvcr90 \ - msvcrt msvcrt20 msvcrt40 msvcrtd msvfw32 msvidc32 \ - msvideo.dll16 mswsock msxml msxml2 msxml3 msxml4 \ - msxml6 nddeapi netapi32 newdev normaliz npmshtml \ - ntdll ntdsapi ntoskrnl.exe ntprint objsel \ - odbc32 odbccp32 ole2conv.dll16 ole2disp.dll16 \ - ole2.dll16 ole2nls.dll16 ole2prox.dll16 \ - ole2thk.dll16 ole32 oleacc oleaut32 olecli32 \ - olecli.dll16 oledb32 oledlg olepro32 olesvr32 \ - olesvr.dll16 olethk32 openal32 opencl opengl32 \ - pdh photometadatahandler pidgen powrprof printui \ - propsys psapi pstorec qcap qedit qmgr qmgrprxy \ - quartz query rasapi16.dll16 rasapi32 rasdlg \ - regapi resutils riched20 riched32 rpcrt4 rsabase \ - rsaenh rstrtmgr rtutils samlib sane.ds scarddlg \ - sccbase schannel scrrun secur32 security sensapi \ - serialui setupapi setupx.dll16 sfc sfc_os shdoclc \ - shdocvw shell32 shell.dll16 shfolder shlwapi \ - slbcsp slc snmpapi softpub sound.drv16 spoolss \ - stdole2.tlb stdole32.tlb sti storage.dll16 \ - stress.dll16 strmbase strmiids svrapi sxs \ - system.drv16 t2embed tapi32 toolhelp.dll16 \ - traffic twain_32 twain.dll16 typelib.dll16 \ - unicows updspapi url urlmon usbd.sys user32 \ - userenv user.exe16 usp10 uuid uxtheme vbscript \ - vcomp vcomp100 vdhcp.vxd vdmdbg ver.dll16 \ - version vmm.vxd vnbt.vxd vnetbios.vxd vtdapi.vxd \ - vwin32.vxd w32skrnl w32sys.dll16 wbemprox wer \ - wevtapi wiaservc win32s16.dll16 win87em.dll16 \ - winaspi.dll16 windebug.dll16 windowscodecs \ - winealsa.drv winecoreaudio.drv winecrt0 \ - wined3d winegstreamer winejoystick.drv winemapi \ - winemp3.acm wineoss.drv wineps16.drv16 wineps.drv \ - wineqtdecoder winequartz.drv winex11.drv wing32 \ - wing.dll16 winhttp wininet winmm winnls32 \ - winnls.dll16 winscard winsock.dll16 winspool.drv \ - winsta wintab32 wintab.dll16 wintrust wlanapi \ - wldap32 wmi wmiutils wmvcore wnaspi32 wow32 \ - ws2_32 wshom.ocx wsnmp32 wsock32 wtsapi32 wuapi \ - wuaueng xapofx1_1 xinput1_1 xinput1_2 xinput1_3 \ - xinput9_1_0 xmllite xolehlp xpsprint \ + acledit aclui activeds actxprxy adsldp adsldpc advpack \ + amstream api-ms-win-appmodel-identity-l1-1-0 \ + api-ms-win-appmodel-runtime-l1-1-1 \ + api-ms-win-appmodel-runtime-l1-1-2 \ + api-ms-win-core-apiquery-l1-1-0 \ + api-ms-win-core-appcompat-l1-1-1 \ + api-ms-win-core-appinit-l1-1-0 \ + api-ms-win-core-atoms-l1-1-0 \ + api-ms-win-core-bem-l1-1-0 api-ms-win-core-com-l1-1-0 \ + api-ms-win-core-com-l1-1-1 \ + api-ms-win-core-com-private-l1-1-0 \ + api-ms-win-core-console-l1-1-0 \ + api-ms-win-core-console-l2-1-0 \ + api-ms-win-core-crt-l1-1-0 api-ms-win-core-crt-l2-1-0 \ + api-ms-win-core-datetime-l1-1-0 \ + api-ms-win-core-datetime-l1-1-1 \ + api-ms-win-core-debug-l1-1-0 \ + api-ms-win-core-debug-l1-1-1 \ + api-ms-win-core-delayload-l1-1-0 \ + api-ms-win-core-delayload-l1-1-1 \ + api-ms-win-core-errorhandling-l1-1-0 \ + api-ms-win-core-errorhandling-l1-1-1 \ + api-ms-win-core-errorhandling-l1-1-2 \ + api-ms-win-core-errorhandling-l1-1-3 \ + api-ms-win-core-fibers-l1-1-0 \ + api-ms-win-core-fibers-l1-1-1 \ + api-ms-win-core-file-l1-1-0 \ + api-ms-win-core-file-l1-2-0 \ + api-ms-win-core-file-l1-2-1 \ + api-ms-win-core-file-l1-2-2 \ + api-ms-win-core-file-l2-1-0 \ + api-ms-win-core-file-l2-1-1 \ + api-ms-win-core-file-l2-1-2 \ + api-ms-win-core-handle-l1-1-0 \ + api-ms-win-core-heap-l1-1-0 \ + api-ms-win-core-heap-l1-2-0 \ + api-ms-win-core-heap-l2-1-0 \ + api-ms-win-core-heap-obsolete-l1-1-0 \ + api-ms-win-core-interlocked-l1-1-0 \ + api-ms-win-core-interlocked-l1-2-0 \ + api-ms-win-core-io-l1-1-0 api-ms-win-core-io-l1-1-1 \ + api-ms-win-core-job-l1-1-0 api-ms-win-core-job-l2-1-0 \ + api-ms-win-core-kernel32-legacy-l1-1-0 \ + api-ms-win-core-kernel32-legacy-l1-1-1 \ + api-ms-win-core-kernel32-private-l1-1-1 \ + api-ms-win-core-libraryloader-l1-1-0 \ + api-ms-win-core-libraryloader-l1-1-1 \ + api-ms-win-core-libraryloader-l1-2-0 \ + api-ms-win-core-libraryloader-l1-2-1 \ + api-ms-win-core-libraryloader-l1-2-2 \ + api-ms-win-core-localization-l1-1-0 \ + api-ms-win-core-localization-l1-2-0 \ + api-ms-win-core-localization-l1-2-1 \ + api-ms-win-core-localization-l2-1-0 \ + api-ms-win-core-localization-obsolete-l1-1-0 \ + api-ms-win-core-localization-obsolete-l1-2-0 \ + api-ms-win-core-localization-obsolete-l1-3-0 \ + api-ms-win-core-localization-private-l1-1-0 \ + api-ms-win-core-localregistry-l1-1-0 \ + api-ms-win-core-memory-l1-1-0 \ + api-ms-win-core-memory-l1-1-1 \ + api-ms-win-core-memory-l1-1-2 \ + api-ms-win-core-misc-l1-1-0 \ + api-ms-win-core-namedpipe-l1-1-0 \ + api-ms-win-core-namedpipe-l1-2-0 \ + api-ms-win-core-namespace-l1-1-0 \ + api-ms-win-core-normalization-l1-1-0 \ + api-ms-win-core-path-l1-1-0 \ + api-ms-win-core-privateprofile-l1-1-1 \ + api-ms-win-core-processenvironment-l1-1-0 \ + api-ms-win-core-processenvironment-l1-2-0 \ + api-ms-win-core-processthreads-l1-1-0 \ + api-ms-win-core-processthreads-l1-1-1 \ + api-ms-win-core-processthreads-l1-1-2 \ + api-ms-win-core-processtopology-obsolete-l1-1-0 \ + api-ms-win-core-profile-l1-1-0 \ + api-ms-win-core-psapi-ansi-l1-1-0 \ + api-ms-win-core-psapi-l1-1-0 \ + api-ms-win-core-psapi-obsolete-l1-1-0 \ + api-ms-win-core-quirks-l1-1-0 \ + api-ms-win-core-realtime-l1-1-0 \ + api-ms-win-core-registry-l1-1-0 \ + api-ms-win-core-registry-l2-1-0 \ + api-ms-win-core-registryuserspecific-l1-1-0 \ + api-ms-win-core-rtlsupport-l1-1-0 \ + api-ms-win-core-rtlsupport-l1-2-0 \ + api-ms-win-core-shlwapi-legacy-l1-1-0 \ + api-ms-win-core-shlwapi-obsolete-l1-1-0 \ + api-ms-win-core-shlwapi-obsolete-l1-2-0 \ + api-ms-win-core-shutdown-l1-1-0 \ + api-ms-win-core-sidebyside-l1-1-0 \ + api-ms-win-core-stringansi-l1-1-0 \ + api-ms-win-core-string-l1-1-0 \ + api-ms-win-core-string-l2-1-0 \ + api-ms-win-core-string-obsolete-l1-1-0 \ + api-ms-win-core-synch-ansi-l1-1-0 \ + api-ms-win-core-synch-l1-1-0 \ + api-ms-win-core-synch-l1-2-0 \ + api-ms-win-core-synch-l1-2-1 \ + api-ms-win-core-sysinfo-l1-1-0 \ + api-ms-win-core-sysinfo-l1-2-0 \ + api-ms-win-core-sysinfo-l1-2-1 \ + api-ms-win-core-threadpool-l1-1-0 \ + api-ms-win-core-threadpool-l1-2-0 \ + api-ms-win-core-threadpool-legacy-l1-1-0 \ + api-ms-win-core-threadpool-private-l1-1-0 \ + api-ms-win-core-timezone-l1-1-0 \ + api-ms-win-core-toolhelp-l1-1-0 \ + api-ms-win-core-url-l1-1-0 api-ms-win-core-util-l1-1-0 \ + api-ms-win-core-versionansi-l1-1-0 \ + api-ms-win-core-version-l1-1-0 \ + api-ms-win-core-version-l1-1-1 \ + api-ms-win-core-version-private-l1-1-0 \ + api-ms-win-core-windowserrorreporting-l1-1-0 \ + api-ms-win-core-winrt-error-l1-1-0 \ + api-ms-win-core-winrt-error-l1-1-1 \ + api-ms-win-core-winrt-errorprivate-l1-1-1 \ + api-ms-win-core-winrt-l1-1-0 \ + api-ms-win-core-winrt-registration-l1-1-0 \ + api-ms-win-core-winrt-roparameterizediid-l1-1-0 \ + api-ms-win-core-winrt-string-l1-1-0 \ + api-ms-win-core-wow64-l1-1-0 \ + api-ms-win-core-wow64-l1-1-1 \ + api-ms-win-core-xstate-l1-1-0 \ + api-ms-win-core-xstate-l2-1-0 \ + api-ms-win-crt-conio-l1-1-0 \ + api-ms-win-crt-convert-l1-1-0 \ + api-ms-win-crt-environment-l1-1-0 \ + api-ms-win-crt-filesystem-l1-1-0 \ + api-ms-win-crt-heap-l1-1-0 \ + api-ms-win-crt-locale-l1-1-0 \ + api-ms-win-crt-math-l1-1-0 \ + api-ms-win-crt-multibyte-l1-1-0 \ + api-ms-win-crt-private-l1-1-0 \ + api-ms-win-crt-process-l1-1-0 \ + api-ms-win-crt-runtime-l1-1-0 \ + api-ms-win-crt-stdio-l1-1-0 \ + api-ms-win-crt-string-l1-1-0 \ + api-ms-win-crt-time-l1-1-0 \ + api-ms-win-crt-utility-l1-1-0 \ + api-ms-win-devices-config-l1-1-1 \ + api-ms-win-devices-query-l1-1-1 \ + api-ms-win-downlevel-advapi32-l1-1-0 \ + api-ms-win-downlevel-advapi32-l2-1-0 \ + api-ms-win-downlevel-normaliz-l1-1-0 \ + api-ms-win-downlevel-ole32-l1-1-0 \ + api-ms-win-downlevel-shell32-l1-1-0 \ + api-ms-win-downlevel-shlwapi-l1-1-0 \ + api-ms-win-downlevel-shlwapi-l2-1-0 \ + api-ms-win-downlevel-user32-l1-1-0 \ + api-ms-win-downlevel-version-l1-1-0 \ + api-ms-win-dx-d3dkmt-l1-1-0 \ + api-ms-win-eventing-classicprovider-l1-1-0 \ + api-ms-win-eventing-consumer-l1-1-0 \ + api-ms-win-eventing-controller-l1-1-0 \ + api-ms-win-eventing-legacy-l1-1-0 \ + api-ms-win-eventing-provider-l1-1-0 \ + api-ms-win-eventlog-legacy-l1-1-0 \ + api-ms-win-mm-joystick-l1-1-0 \ + api-ms-win-mm-misc-l1-1-1 api-ms-win-mm-mme-l1-1-0 \ + api-ms-win-mm-time-l1-1-0 \ + api-ms-win-ntuser-dc-access-l1-1-0 \ + api-ms-win-ntuser-rectangle-l1-1-0 \ + api-ms-win-perf-legacy-l1-1-0 \ + api-ms-win-power-base-l1-1-0 \ + api-ms-win-power-setting-l1-1-0 \ + api-ms-win-rtcore-ntuser-private-l1-1-0 \ + api-ms-win-security-activedirectoryclient-l1-1-0 \ + api-ms-win-security-audit-l1-1-1 \ + api-ms-win-security-base-l1-1-0 \ + api-ms-win-security-base-l1-2-0 \ + api-ms-win-security-base-private-l1-1-1 \ + api-ms-win-security-credentials-l1-1-0 \ + api-ms-win-security-grouppolicy-l1-1-0 \ + api-ms-win-security-lsalookup-l1-1-0 \ + api-ms-win-security-lsalookup-l1-1-1 \ + api-ms-win-security-lsalookup-l2-1-0 \ + api-ms-win-security-lsalookup-l2-1-1 \ + api-ms-win-security-lsapolicy-l1-1-0 \ + api-ms-win-security-provider-l1-1-0 \ + api-ms-win-security-sddl-l1-1-0 \ + api-ms-win-security-systemfunctions-l1-1-0 \ + api-ms-win-service-core-l1-1-0 \ + api-ms-win-service-core-l1-1-1 \ + api-ms-win-service-management-l1-1-0 \ + api-ms-win-service-management-l2-1-0 \ + api-ms-win-service-private-l1-1-1 \ + api-ms-win-service-winsvc-l1-1-0 \ + api-ms-win-service-winsvc-l1-2-0 \ + api-ms-win-shcore-scaling-l1-1-1 \ + api-ms-win-shell-shellcom-l1-1-0 \ + api-ms-win-shell-shellfolders-l1-1-0 apphelp \ + appwiz.cpl atl atl100 atl110 atl80 atl90 authz \ + avicap32 avifil32 avrt bcrypt bluetoothapis browseui \ + bthprops.cpl cabinet cards cdosys cfgmgr32 clusapi \ + combase comcat comctl32 comdlg32 compstui comsvcs \ + concrt140 connect credui crtdll crypt32 cryptdlg \ + cryptdll cryptext cryptnet cryptui ctapi32 ctl3d32 \ + d2d1 d3d10 d3d10_1 d3d10core d3d11 d3d12 d3d8 \ + d3d9 d3dcompiler_33 d3dcompiler_34 d3dcompiler_35 \ + d3dcompiler_36 d3dcompiler_37 d3dcompiler_38 \ + d3dcompiler_39 d3dcompiler_40 d3dcompiler_41 \ + d3dcompiler_42 d3dcompiler_43 d3dcompiler_46 \ + d3dcompiler_47 d3dim d3drm d3dx10_33 d3dx10_34 \ + d3dx10_35 d3dx10_36 d3dx10_37 d3dx10_38 d3dx10_39 \ + d3dx10_40 d3dx10_41 d3dx10_42 d3dx10_43 d3dx11_42 \ + d3dx11_43 d3dx9_24 d3dx9_25 d3dx9_26 d3dx9_27 \ + d3dx9_28 d3dx9_29 d3dx9_30 d3dx9_31 d3dx9_32 d3dx9_33 \ + d3dx9_34 d3dx9_35 d3dx9_36 d3dx9_37 d3dx9_38 d3dx9_39 \ + d3dx9_40 d3dx9_41 d3dx9_42 d3dx9_43 d3dxof davclnt \ + dbgeng dciman32 ddrawex devenum dhcpcsvc dhtmled.ocx \ + difxapi dinput dinput8 dispex dmband dmcompos dmime \ + dmloader dmscript dmstyle dmsynth dmusic dmusic32 \ + dnsapi dplay dplayx dpnaddr dpnet dpnhpast dpnlobby \ + dpvoice dpwsockx drmclien dsound dsquery dssenh \ + dswave dwmapi dwrite dx8vb dxdiagn dxgi dxva2 esent \ + evr explorerframe ext-ms-win-authz-context-l1-1-0 \ + ext-ms-win-domainjoin-netjoin-l1-1-0 \ + ext-ms-win-gdi-dc-create-l1-1-1 \ + ext-ms-win-gdi-dc-l1-2-0 ext-ms-win-gdi-devcaps-l1-1-0 \ + ext-ms-win-gdi-draw-l1-1-1 \ + ext-ms-win-gdi-render-l1-1-0 \ + ext-ms-win-kernel32-package-current-l1-1-0 \ + ext-ms-win-kernel32-package-l1-1-1 \ + ext-ms-win-ntuser-message-l1-1-1 \ + ext-ms-win-ntuser-private-l1-1-1 \ + ext-ms-win-ntuser-rectangle-ext-l1-1-0 \ + ext-ms-win-ntuser-uicontext-ext-l1-1-0 \ + ext-ms-win-ntuser-windowclass-l1-1-1 \ + ext-ms-win-ntuser-window-l1-1-1 \ + ext-ms-win-ras-rasapi32-l1-1-0 \ + ext-ms-win-rtcore-gdi-object-l1-1-0 \ + ext-ms-win-rtcore-gdi-rgn-l1-1-0 \ + ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 \ + ext-ms-win-rtcore-ntuser-dpi-l1-1-0 \ + ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 \ + ext-ms-win-security-credui-l1-1-0 \ + ext-ms-win-security-cryptui-l1-1-0 faultrep fltlib \ + fltmgr.sys fntcache fontsub fusion fwpuclnt gameux \ + gdiplus gpkcsp hal hhctrl.ocx hid hidclass.sys hlink \ + hnetcfg httpapi iccvid ieframe ieproxy imaadp32.acm \ + imagehlp imm32 inetcomm inetcpl.cpl inetmib1 infosoft \ + initpki inkobj inseng iprop irprops.cpl itircl itss \ + joy.cpl jscript jsproxy kerberos kernelbase ksuser \ + ktmw32 loadperf localspl localui lz32 mapi32 mapistub \ + mciavi32 mcicda mciqtz32 mciseq mciwave mf mf3216 \ + mfplat mfreadwrite mgmtapi midimap mlang mmcndmgr \ + mmdevapi mpr mprapi msacm32 msadp32.acm msasn1 \ + mscat32 mscms mscoree msctf msctfp msdaps msdelta \ + msdmo msdrm msftedit msg711.acm msgsm32.acm mshtml \ + msi msident msimg32 msimsg msimtf msisip msisys.ocx \ + msls31 msnet32 mspatcha msports msrle32 msscript.ocx \ + mssign32 mssip32 mstask msvcirt msvcm80 msvcm90 \ + msvcp100 msvcp110 msvcp120 msvcp120_app msvcp140 \ + msvcp60 msvcp70 msvcp71 msvcp80 msvcp90 msvcr100 \ + msvcr110 msvcr120 msvcr120_app msvcr70 msvcr71 msvcr80 \ + msvcr90 msvcrt msvcrt20 msvcrt40 msvcrtd msvfw32 \ + msvidc32 msxml msxml2 msxml3 msxml4 msxml6 mtxdm \ + ncrypt nddeapi ndis.sys netapi32 netcfgx netprofm \ + newdev normaliz npmshtml npptools ntdsapi ntprint \ + objsel odbc32 odbccp32 odbccu32 ole32 oleacc oleaut32 \ + olecli32 oledb32 oledlg olepro32 olesvr32 olethk32 \ + openal32 opencl packager pdh photometadatahandler \ + pidgen powrprof printui prntvpt propsys psapi \ + pstorec qcap qedit qmgr qmgrprxy quartz query \ + rasapi32 rasdlg regapi resutils riched20 riched32 \ + rpcrt4 rsabase rsaenh rstrtmgr rtutils samlib sapi \ + scarddlg sccbase schannel schedsvc scrobj scrrun \ + scsiport.sys secur32 security sensapi serialui \ + setupapi sfc sfc_os shcore shdoclc shdocvw shell32 \ + shfolder shlwapi slbcsp slc snmpapi softpub spoolss \ + sspicli sti svrapi sxs t2embed tapi32 taskschd tdh \ + tdi.sys traffic ucrtbase uiautomationcore uiribbon \ + updspapi url urlmon usbd.sys userenv usp10 uxtheme \ + vbscript vcomp vcomp100 vcomp110 vcomp120 vcomp140 \ + vcomp90 vcruntime140 version virtdisk vssapi wbemdisp \ + wbemprox wdscore webservices wer wevtapi wiaservc \ + wimgapi windowscodecs windowscodecsext winebus.sys \ + winegstreamer winehid.sys winemapi wing32 winhttp \ + wininet winnls32 winscard winsta wintrust winusb \ + wlanapi wldap32 wmasf wmi wmiutils wmp wmphoto \ + wmvcore wpc wpcap wsdapi wshom.ocx wsnmp32 wtsapi32 \ + wuapi wuaueng x3daudio1_0 x3daudio1_1 x3daudio1_2 \ + x3daudio1_3 x3daudio1_4 x3daudio1_5 x3daudio1_6 \ + x3daudio1_7 xapofx1_1 xapofx1_2 xapofx1_3 xapofx1_4 \ + xapofx1_5 xaudio2_0 xaudio2_1 xaudio2_2 xaudio2_3 \ + xaudio2_4 xaudio2_5 xaudio2_6 xaudio2_7 xaudio2_8 \ + xaudio2_9 xinput1_1 xinput1_2 xinput1_3 xinput1_4 \ + xinput9_1_0 xmllite xolehlp xpsprint xpssvcs \ # blank line so you don't have to remove the extra trailing \ } @@ -1475,45 +2291,30 @@ w_override_app_dlls() # Fixme: handle comma-separated list of modes case $_W_mode in - b|builtin) _W_mode=builtin ;; - n|native) _W_mode=native ;; - default) _W_mode=default ;; - d|disabled) - _W_mode="" ;; - *) + b|builtin) _W_mode=builtin ;; + n|native) _W_mode=native ;; + default) _W_mode=default ;; + d|disabled) _W_mode="" ;; + *) w_die "w_override_app_dlls: unknown mode $_W_mode. (want native, builtin, default, or disabled) Usage: 'w_override_app_dlls app mode dll ...'." ;; esac - echo Using $_W_mode override for following DLLs when running $_W_app: $@ + echo "Using $_W_mode override for following DLLs when running $_W_app: $*" ( - echo REGEDIT4 - echo "" - echo "[HKEY_CURRENT_USER\\Software\\Wine\\AppDefaults\\$_W_app\\DllOverrides]" + echo REGEDIT4 + echo "" + echo "[HKEY_CURRENT_USER\\Software\\Wine\\AppDefaults\\$_W_app\\DllOverrides]" ) > "$W_TMP"/override-dll.reg while test "$1" != "" do - case "$1" in - comctl32) - rm -rf "$W_WINDIR_UNIX"/winsxs/manifests/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest - ;; - esac - if [ "$_W_mode" = default ] - then - # To delete a registry key, give an unquoted dash as value - echo "\"*$1\"=-" >> "$W_TMP"/override-dll.reg - else - # Note: if you want to override even DLLs loaded with an absolute - # path, you need to add an asterisk: - echo "\"*$1\"=\"$_W_mode\"" >> "$W_TMP"/override-dll.reg - #echo "\"$1\"=\"$_W_mode\"" >> "$W_TMP"/override-dll.reg - fi + w_common_override_dll "$_W_mode" "$1" shift done w_try_regedit "$W_TMP_WIN"\\override-dll.reg - rm "$W_TMP"/override-dll.reg + w_try rm "$W_TMP"/override-dll.reg unset _W_app _W_mode } @@ -1525,141 +2326,171 @@ w_set_winver() # First, delete any lingering version info, otherwise it may conflict: ( - "$WINE" reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion" /v SubVersionNumber /f || true - "$WINE" reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion" /v VersionNumber /f || true - "$WINE" reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v CSDVersion /f || true - "$WINE" reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v CurrentBuildNumber /f || true - "$WINE" reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v CurrentVersion /f || true - "$WINE" reg delete "HKLM\System\CurrentControlSet\Control\ProductOptions" /v ProductType /f || true - "$WINE" reg delete "HKLM\System\CurrentControlSet\Control\ServiceCurrent" /v OS /f || true - "$WINE" reg delete "HKLM\System\CurrentControlSet\Control\Windows" /v CSDVersion /f || true - "$WINE" reg delete "HKCU\Software\Wine" /v Version /f || true + "$WINE" reg delete "HKLM\\Software\\Microsoft\\Windows\\CurrentVersion" /v SubVersionNumber /f || true + "$WINE" reg delete "HKLM\\Software\\Microsoft\\Windows\\CurrentVersion" /v VersionNumber /f || true + "$WINE" reg delete "HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion" /v CSDVersion /f || true + "$WINE" reg delete "HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion" /v CurrentBuildNumber /f || true + "$WINE" reg delete "HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion" /v CurrentVersion /f || true + "$WINE" reg delete "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /f || true + "$WINE" reg delete "HKLM\\System\\CurrentControlSet\\Control\\ServiceCurrent" /v OS /f || true + "$WINE" reg delete "HKLM\\System\\CurrentControlSet\\Control\\Windows" /v CSDVersion /f || true + "$WINE" reg delete "HKCU\\Software\\Wine" /v Version /f || true "$WINE" reg delete "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /f || true ) > /dev/null 2>&1 - case $1 in - win31) - echo "Setting Windows version to $1" - cat > "$W_TMP"/set-winver.reg <<_EOF_ + case "$1" in + win31) + echo "Setting Windows version to $1" + cat > "$W_TMP"/set-winver.reg <<_EOF_ REGEDIT4 -[HKEY_USERS\S-1-5-4\Software\Wine] +[HKEY_USERS\\S-1-5-4\\Software\\Wine] "Version"="win31" _EOF_ + w_try_regedit "$W_TMP_WIN"\\set-winver.reg + return + ;; + win95) + # This key is only used for Windows 95/98: - w_try_regedit "$W_TMP_WIN"\\set-winver.reg - return - ;; - win95) - # This key is only used for win 95/98: - - echo "Setting Windows version to $1" - cat > "$W_TMP"/set-winver.reg <<_EOF_ + echo "Setting Windows version to $1" + cat > "$W_TMP"/set-winver.reg <<_EOF_ REGEDIT4 -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion] +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion] "ProductName"="Microsoft Windows 95" "SubVersionNumber"="" "VersionNumber"="4.0.950" _EOF_ - w_try_regedit "$W_TMP_WIN"\\set-winver.reg - return - ;; - win98) - # This key is only used for win 95/98: + w_try_regedit "$W_TMP_WIN"\\set-winver.reg + return + ;; + win98) + # This key is only used for Windows 95/98: - echo "Setting Windows version to $1" - cat > "$W_TMP"/set-winver.reg <<_EOF_ + echo "Setting Windows version to $1" + cat > "$W_TMP"/set-winver.reg <<_EOF_ REGEDIT4 -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion] +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion] "ProductName"="Microsoft Windows 98" "SubVersionNumber"=" A " "VersionNumber"="4.10.2222" _EOF_ - w_try_regedit "$W_TMP_WIN"\\set-winver.reg - return - ;; - nt40) - # Similar to modern version, but sets two extra keys: + w_try_regedit "$W_TMP_WIN"\\set-winver.reg + return + ;; + nt40) + # Similar to modern version, but sets two extra keys: - echo "Setting Windows version to $1" - cat > "$W_TMP"/set-winver.reg <<_EOF_ + echo "Setting Windows version to $1" + cat > "$W_TMP"/set-winver.reg <<_EOF_ REGEDIT4 -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion] +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion] "CSDVersion"="Service Pack 6a" "CurrentBuildNumber"="1381" "CurrentVersion"="4.0" -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ProductOptions] +[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\ProductOptions] "ProductType"="WinNT" -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ServiceCurrent] +[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\ServiceCurrent] "OS"="Windows_NT" -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows] +[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Windows] "CSDVersion"=dword:00000600 _EOF_ - w_try_regedit "$W_TMP_WIN"\\set-winver.reg - return - ;; - win2k) - csdversion="Service Pack 4" - currentbuildnumber="2195" - currentversion="5.0" - csdversion_hex=dword:00000400 - ;; - winxp) - csdversion="Service Pack 3" - currentbuildnumber="2600" - currentversion="5.1" - csdversion_hex=dword:00000300 - ;; - win2k3) - csdversion="Service Pack 2" - currentbuildnumber="3790" - currentversion="5.2" - csdversion_hex=dword:00000200 - "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "ServerNT" /f - ;; - vista) - csdversion="Service Pack 2" - currentbuildnumber="6002" - currentversion="6.0" - csdversion_hex=dword:00000200 - "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "WinNT" /f - ;; - win7) - csdversion="Service Pack 1" - currentbuildnumber="7601" - currentversion="6.1" - csdversion_hex=dword:00000100 - "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "WinNT" /f - ;; - *) - w_die "Invalid Windows version given." - ;; + w_try_regedit "$W_TMP_WIN"\\set-winver.reg + return + ;; + win2k) + csdversion="Service Pack 4" + currentbuildnumber="2195" + currentversion="5.0" + csdversion_hex=dword:00000400 + ;; + winxp) + csdversion="Service Pack 3" + currentbuildnumber="2600" + currentversion="5.1" + csdversion_hex=dword:00000300 + ;; + win2k3) + csdversion="Service Pack 2" + currentbuildnumber="3790" + currentversion="5.2" + csdversion_hex=dword:00000200 + "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "ServerNT" /f + ;; + vista) + csdversion="Service Pack 2" + currentbuildnumber="6002" + currentversion="6.0" + csdversion_hex=dword:00000200 + "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "WinNT" /f + ;; + win7) + csdversion="Service Pack 1" + currentbuildnumber="7601" + currentversion="6.1" + csdversion_hex=dword:00000100 + "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "WinNT" /f + ;; + win2k8) + csdversion="Service Pack 1" + currentbuildnumber="7601" + currentversion="6.1" + csdversion_hex=dword:00000100 + "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "ServerNT" /f + ;; + win8) + csdversion="" + currentbuildnumber="9200" + currentversion="6.2" + csdversion_hex=dword:00000000 + "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "WinNT" /f + ;; + win81) + csdversion="" + currentbuildnumber="9600" + currentversion="6.3" + csdversion_hex=dword:00000000 + "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "WinNT" /f + ;; + win10) + csdversion="" + currentbuildnumber="10240" + currentversion="10.0" + csdversion_hex=dword:00000000 + "$WINE" reg add "HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d "WinNT" /f + ;; + *) + w_die "Invalid Windows version given." + ;; esac echo "Setting Windows version to $1" cat > "$W_TMP"/set-winver.reg <<_EOF_ REGEDIT4 -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion] +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion] "CSDVersion"="$csdversion" "CurrentBuildNumber"="$currentbuildnumber" "CurrentVersion"="$currentversion" -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows] +[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Windows] "CSDVersion"=$csdversion_hex _EOF_ w_try_regedit "$W_TMP_WIN"\\set-winver.reg + + # Prevent a race when calling from another verb + w_wineserver -w } w_unset_winver() @@ -1687,48 +2518,39 @@ w_set_app_winver() unset _W_app } -# Usage: w_wine_version OP VALUE -# All the integer comparison operators of 'test' are supported, since 'test' does the work. +# Usage: w_compare_wine_version OP VALUE +# Note: currently only -ge and -le are supported, +# as well as the special case -bn (between) # Example: -# if w_wine_version -gt 1.3.2 -# then +# if w_compare_wine_version -gt 2.5 ; then # ... # fi -w_wine_version() -{ - # Parse major/minor/micro/nano fields of VALUE. Ignore nano. Abort if major is not 1. - case $2 in - 0*|1.0|1.0.*) w_die "bug: $2 is before 1.1, we don't bother with bugs fixed that long ago" ;; - 1.1.*) _W_minor=1; _W_micro=`echo $2 | sed 's/.*\.//'`;; - 1.2) _W_minor=2; _W_micro=0;; - 1.2.*) _W_minor=2; _W_micro=`echo $2 | sed 's/.*\.//'`;; - 1.3.*) _W_minor=3; _W_micro=`echo $2 | sed 's/.*\.//'`;; - 1.4) _W_minor=4; _W_micro=0;; - 1.4.*) _W_minor=4; _W_micro=`echo $2 | sed 's/.*\.//'`;; - 1.5.*) _W_minor=5; _W_micro=`echo $2 | sed 's/.*\.//'`;; - 1.6|1.6-rc*) _W_minor=6; _W_micro=0;; - 1.6.*) _W_minor=6; _W_micro=`echo $2 | sed 's/.*\.//'`;; - 1.7.*) _W_minor=7; _W_micro=`echo $2 | sed 's/.*\.//'`;; - *) w_die "bug: unrecognized version $2";; +w_compare_wine_version() +{ + comparison="$1" + known_wine_val1="$2" + known_wine_val2="$3" + + case "$comparison" in + # expected value if the comparison is true + -bn) _expected_pos_current_wine="2";; + -ge) _expected_pos_current_wine="2";; + -le) _expected_pos_current_wine="1";; + *) w_die "Unsupported comparison. Only -ge and -le are supported" ;; esac - # Comparing current wine version 1.$WINETRICKS_WINE_MINOR.$WINETRICKS_WINE_MICRO against 1.$_W_minor.$_W_micro - if test $WINETRICKS_WINE_MINOR = $_W_minor - then - test $WINETRICKS_WINE_MICRO $1 $_W_micro || return 1 + _pos_current_wine="$(printf "%s\\n%s\\n%s" "${known_wine_val1}" "${_wine_version_stripped}" "${known_wine_val2}" | sort -t. -k 1,1n -k 2,2n -k 3,3n | grep -n "^${_wine_version_stripped}\$" | cut -d : -f1)" + if [ "$_pos_current_wine" = "$_expected_pos_current_wine" ] ; then + #echo "true: known_wine_version=$2, comparison=$1, stripped wine=$_wine_version_stripped, expected_pos=$_expected_pos_known, pos_known=$_pos_known_wine" + #echo "Wine version comparison is true" + return 1 else - test $WINETRICKS_WINE_MINOR $1 $_W_minor || return 1 + #echo "false: known_wine_version=$2, comparison=$1, stripped wine=$_wine_version_stripped, expected_pos=$_expected_pos_known, pos_known=$_pos_known_wine" + #echo "Wine version comparison is false" + return 0 fi } -# Built-in self test for w_wine_version -#echo Verify that version 1.3.4 is equal to itself -#WINETRICKS_WINE_MINOR=3 WINETRICKS_WINE_MICRO=4 w_wine_version -eq 1.3.4 || w_die "fail test case wine-1.3.4 = 1.3.4" -#echo Verify that version 1.3.4 is greater than 1.2 -#WINETRICKS_WINE_MINOR=3 WINETRICKS_WINE_MICRO=4 w_wine_version -gt 1.2 || w_die "fail test case wine-1.3.4 > wine-1.2" -#echo Verify that version 1.6 is greater than 1.2 -#WINETRICKS_WINE_MINOR=6 WINETRICKS_WINE_MICRO=0 w_wine_version -gt 1.2 || w_die "fail test case wine-1.6 > wine-1.2" - # Usage: w_wine_version_in range ... # True if wine version in any of the given ranges # 'range' can be @@ -1737,40 +2559,20 @@ w_wine_version() # val1,val2 (for >= val1 && <= val2) w_wine_version_in() { - for _W_range - do - _W_val1=`echo $_W_range | sed 's/,.*//'` - _W_val2=`echo $_W_range | sed 's/.*,//'` - - # If in this range, return true - case $_W_range in - ,*) w_wine_version -le "$_W_val2" && unset _W_range _W_val1 _W_val2 && return 0;; - *,) w_wine_version -ge "$_W_val1" && unset _W_range _W_val1 _W_val2 && return 0;; - *) w_wine_version -ge "$_W_val1" && w_wine_version -le "$_W_val2" && unset _W_range _W_val1 _W_val2 && return 0;; - esac - done - unset _W_range _W_val1 _W_val2 - return 1 -} - -# Built-in self test for w_wine_version_in -#w_wine_version_in_test() -#{ -# WINETRICKS_WINE_MINOR=$1 WINETRICKS_WINE_MICRO=$2 w_wine_version_in $3 $4 $5 $6 || w_die "fail test case wine-1.$1.$2 in $3 $4 $5 $6" -#} -#w_wine_version_not_in_test() -#{ -# WINETRICKS_WINE_MINOR=$1 WINETRICKS_WINE_MICRO=$2 w_wine_version_in $3 $4 $5 $6 && w_die "fail test case wine-1.$1.$2 in $3 $4 $5 $6" -#} -#echo Verify that version 1.2.0 is in the range 1.2, -#w_wine_version_in_test 2 0 1.2, -#echo Verify that version 1.3.4 is in the range 1.2, -#w_wine_version_in_test 3 4 1.2, -#echo Verify that version 1.3 is not in the range ,1.2 -#w_wine_version_not_in_test 3 0 ,1.2 -#echo Verify that version 1.6-rc1 is in the range 1.2, -#w_wine_version_in_test 6 0 1.2, -#echo test passed + for _W_range + do + _W_val1=$(echo "$_W_range" | sed 's/,.*//') + _W_val2=$(echo "$_W_range" | sed 's/.*,//') + # If in this range, return true + case $_W_range in + ,*) w_compare_wine_version -le "$_W_val2" && unset _W_range _W_val1 _W_val2 && return 0;; + *,) w_compare_wine_version -ge "$_W_val1" && unset _W_range _W_val1 _W_val2 && return 0;; + *) w_compare_wine_version -bn "$_W_val1" "$_W_val2" && unset _W_range _W_val1 _W_val2 && return 0;; + esac + done + unset _W_range _W_val1 _W_val2 + return 1 +} # Usage: workaround_wine_bug bugnumber [message] [good-wine-version-range ...] # Returns true and outputs given msg if the workaround needs to be applied. @@ -1778,37 +2580,41 @@ w_wine_version_in() # the environment variable WINETRICKS_BLACKLIST to disable it. w_workaround_wine_bug() { - if test "$WINE" = "" - then - echo No need to work around wine bug $1 on windows + if test "$WINE" = ""; then + echo "No need to work around wine bug $1 on Windows" return 1 fi case "$2" in - [0-9]*) w_die "bug: want message in w_workaround_wine_bug arg 2, got $2" ;; - "") _W_msg="";; - *) _W_msg="-- $2";; + [0-9]*) w_die "bug: want message in w_workaround_wine_bug arg 2, got $2" ;; + "") _W_msg="";; + *) _W_msg="-- $2";; esac - if test "$3" && w_wine_version_in $3 $4 $5 $6 - then - echo Current wine does not have wine bug $1, so not applying workaround + # shellcheck disable=SC2086 + if test "$3" && w_wine_version_in $3 $4 $5 $6; then + echo "Current Wine does not have Wine bug $1, so not applying workaround" return 1 fi - case $1 in - "$WINETRICKS_BLACKLIST") - echo wine bug $1 workaround blacklisted, skipping - return 1 - ;; + case "$1" in + "$WINETRICKS_BLACKLIST") + echo "Wine bug $1 workaround blacklisted, skipping" + return 1 + ;; esac + case $LANG in - da*) w_warn "Arbejder uden om wine-fejl ${1} $_W_msg" ;; - de*) w_warn "Wine-Fehler ${1} wird umgegangen $_W_msg" ;; - pl*) w_warn "Obchodzenie błędu w wine ${1} $_W_msg" ;; - uk*) w_warn "Обхід помилки ${1} $_W_msg" ;; - *) w_warn "Working around wine bug ${1} $_W_msg" ;; + da*) w_warn "Arbejder uden om wine-fejl ${1} $_W_msg" ;; + de*) w_warn "Wine-Fehler ${1} wird umgegangen $_W_msg" ;; + pl*) w_warn "Obchodzenie błędu w wine ${1} $_W_msg" ;; + ru*) w_warn "Обход ошибки ${1} $_W_msg" ;; + uk*) w_warn "Обхід помилки ${1} $_W_msg" ;; + zh_CN*) w_warn "绕过 wine bug ${1} $_W_msg" ;; + zh_TW*|zh_HK*) w_warn "繞過 wine bug ${1} $_W_msg" ;; + *) w_warn "Working around wine bug ${1} $_W_msg" ;; esac - winetricks_stats_log_command w_workaround_wine_bug-$1 + + winetricks_stats_log_command "w_workaround_wine_bug-$1" return 0 } @@ -1823,31 +2629,32 @@ w_workaround_wine_bug() w_metadata() { - if test "$installed_exe1" || test "$installed_file1" || test "$publisher" || test "$year" - then + case $WINETRICKS_OPT_VERBOSE in + 2) set -x ;; + *) set +x ;; + esac + + # shellcheck disable=SC2154 + if test "$installed_exe1" || test "$installed_file1" || test "$publisher" || test "$year"; then w_die "bug: stray metadata tags set: somebody forgot a backslash in a w_metadata somewhere. Run with sh -x to see where." fi - if winetricks_metadata_exists $1 - then + if winetricks_metadata_exists "$1"; then w_die "bug: a verb named $1 already exists." fi _W_md_cmd="$1" - _W_category=$2 + _W_category="$2" file="$WINETRICKS_METADATA/$_W_category/$1.vars" shift shift # Echo arguments to file, with double quotes around the values. - # Used to use perl here, but that was too slow on cygwin. + # Used to use Perl here, but that was too slow on Cygwin. for arg do case "$arg" in - installed_exe1=/*) - w_die "bug: w_metadata $_W_md_cmd has a unix path for installed_exe1, should be a windows path";; - installed_file1=/*) - w_die "bug: w_metadata $_W_md_cmd has a unix path for installed_file1, should be a windows path";; - media=download_manual) - w_die "bug: verb $_W_md_cmd has media=download_manual, should be manual_download" ;; + installed_exe1=/*) w_die "bug: w_metadata $_W_md_cmd has a unix path for installed_exe1, should be a windows path";; + installed_file1=/*) w_die "bug: w_metadata $_W_md_cmd has a unix path for installed_file1, should be a windows path";; + media=download_manual) w_die "bug: verb $_W_md_cmd has media=download_manual, should be manual_download" ;; esac # Use longest match when stripping value, # and shortest match when stripping name, @@ -1855,47 +2662,37 @@ w_metadata() # FIXME: backslashes get interpreted here. This screws up # installed_file1 fairly often. Fortunately, we can use forward # slashes in that variable instead of backslashes. - echo ${arg%%=*}=\"${arg#*=}\" + echo "${arg%%=*}"=\""${arg#*=}"\" done > "$file" - echo category='"'$_W_category'"' >> "$file" + echo category='"'"$_W_category"'"' >> "$file" # If the problem described above happens, you'd see errors like this: # /tmp/w.dank.4650/metadata/dlls/comctl32.vars: 6: Syntax error: Unterminated quoted string # so check for lines that aren't properly quoted. - # Do sanity check unless running on cygwin, where it's way too slow. - case "$OS" in - "Windows_NT") - ;; - *) - if grep '[^"]$' "$file" - then - w_die "bug: w_metadata $_W_md_cmd corrupt, might need forward slashes?" - fi - ;; + # Do sanity check unless running on Cygwin, where it's way too slow. + case "$W_PLATFORM" in + windows_cmd) + ;; + *) + if grep '[^"]$' "$file"; then + w_die "bug: w_metadata $_W_md_cmd corrupt, might need forward slashes?" + fi + ;; esac unset _W_md_cmd + + # Restore verbosity: + case $WINETRICKS_OPT_VERBOSE in + 1|2) set -x ;; + *) set +x ;; + esac } -# Function for verbs to register their main executable [or, if name is given, -# other executables] -# Example: -# w_declare_exe "$W_PROGRAMS_X86_WIN\\WorldOfGooDemo" WorldOfGoo.exe [name] +# Function for verbs to register their main executable [or, if name is given, other executables] +# Deprecated. No-op for backwards compatibility w_declare_exe() { - _W_dir="$1" - _W_exe="$2" - if test "$3" - then - _W_name="$3" - else - _W_name="$W_PACKAGE" - fi - cat > "$W_DRIVE_C/run-$_W_name.bat" <<__EOF__ -${W_PROGRAMS_DRIVE}: -cd "$_W_dir" -$_W_exe %* -__EOF__ - unset _W_dir _W_exe _W_name + w_warn "w_declare_exe is deprecated, now a noop" } # Checks that a conflicting verb is not already installed in the prefix @@ -1904,8 +2701,7 @@ w_conflicts() { for x in $2 do - if test $(grep -w "$x" "$WINEPREFIX/winetricks.log") - then + if grep -qw "$x" "$WINEPREFIX/winetricks.log" 2>/dev/null; then w_die "error: $1 conflicts with $x, which is already installed." fi done @@ -1920,21 +2716,21 @@ w_do_call() { ( # Hack.. - if test $cmd = vd - then - load_vd $arg + if test "$cmd" = vd; then + load_vd "$arg" _W_status=$? test "$W_OPT_NOCLEAN" = 1 || rm -rf "$W_TMP" + mkdir -p "$W_TMP" return $_W_status fi - case $1 in - *=*) arg=`echo $1 | sed 's/.*=//'`; cmd=`echo $1 | sed 's/=.*//'`;; - *) cmd=$1; arg=$2 ;; + case "$1" in + *=*) arg=$(echo "$1" | sed 's/.*=//'); cmd=$(echo "$1" | sed 's/=.*//');; + *) cmd=$1; arg=$2 ;; esac # Kludge: use Temp instead of temp to avoid \t expansion in w_try - # but use temp in unix path because that's what wine creates, and having both temp and Temp + # but use temp in Unix path because that's what Wine creates, and having both temp and Temp # causes confusion (e.g. makes vc2005trial fail) # FIXME: W_TMP is also set in winetricks_set_wineprefix, can we avoid the duplication? W_TMP="$W_DRIVE_C/windows/temp/_$1" @@ -1943,87 +2739,97 @@ w_do_call() mkdir -p "$W_TMP" # Unset all known used metadata values, in case this is a nested call - unset installed_file1 installed_exe1 - - if winetricks_metadata_exists $1 - then - . "$WINETRICKS_METADATA"/*/$1.vars - elif winetricks_metadata_exists $cmd - then - . "$WINETRICKS_METADATA"/*/$cmd.vars - elif test $cmd = native || test $cmd = disabled || test $cmd = builtin || test $cmd = default - then + unset conflicts installed_file1 installed_exe1 + + if winetricks_metadata_exists "$1"; then + # shellcheck disable=SC1090 + . "$WINETRICKS_METADATA"/*/"${1}.vars" + elif winetricks_metadata_exists "$cmd"; then + # shellcheck disable=SC1090 + . "$WINETRICKS_METADATA"/*/"${cmd}.vars" + elif test "$cmd" = native || test "$cmd" = disabled || test "$cmd" = builtin || test "$cmd" = default; then # ugly special case - can't have metadata for these verbs until we allow arbitrary parameters - w_override_dlls $cmd $arg + w_override_dlls "$cmd" "$arg" _W_status=$? test "$W_OPT_NOCLEAN" = 1 || rm -rf "$W_TMP" + mkdir -p "$W_TMP" return $_W_status else w_die "No such verb $1" fi # If needed, set the app's wineprefix - case "$OS" in - Windows_NT) - ;; - *) - case "$category"-"$WINETRICKS_OPT_SHAREDPREFIX" in - apps-0|benchmarks-0|games-0) - winetricks_set_wineprefix "$cmd" - # If it's a new wineprefix, give it metadata - if test ! -f "$WINEPREFIX"/wrapper.cfg - then - echo ww_name=\"$title\" > "$WINEPREFIX"/wrapper.cfg - fi - ;; - esac + case "$W_PLATFORM" in + windows_cmd|wine_cmd) ;; + *) + # shellcheck disable=SC2154 + case "${category}-${WINETRICKS_OPT_SHAREDPREFIX}" in + apps-0|benchmarks-0|games-0) + winetricks_set_wineprefix "$cmd" + # If it's a new wineprefix, give it metadata + if test ! -f "$WINEPREFIX"/wrapper.cfg; then + echo ww_name=\""$title"\" > "$WINEPREFIX"/wrapper.cfg + fi + ;; + esac ;; esac test "$W_OPT_NOCLEAN" = 1 || rm -rf "$W_TMP" mkdir -p "$W_TMP" - # Don't install if already installed - if test "$WINETRICKS_FORCE" != 1 && winetricks_is_installed $1 - then - echo "$1 already installed, skipping" - return 0 - fi - # Don't install if a conflicting verb is already installed: - if test "$WINETRICKS_FORCE" != 1 && test "$conflicts" && test -f "$WINEPREFIX/winetricks.log" - then + # shellcheck disable=SC2154 + if test "$WINETRICKS_FORCE" != 1 && test "$conflicts" && test -f "$WINEPREFIX/winetricks.log"; then for x in $conflicts do - w_conflicts $1 $x + w_conflicts "$1" "$x" done fi + # Don't install if already installed + if test "$WINETRICKS_FORCE" != 1 && winetricks_is_installed "$1"; then + echo "$1 already installed, skipping" + return 0 + fi + # We'd like to get rid of W_PACKAGE, but for now, just set it as late as possible. W_PACKAGE=$1 - w_try load_$cmd $arg - winetricks_stats_log_command $* + w_try "load_$cmd" "$arg" + winetricks_stats_log_command "$@" # User-specific postinstall hook. # Source it so the script can call w_download() if needed. postfile="$WINETRICKS_POST/$1/$1-postinstall.sh" - if test -f "$postfile" - then + if test -f "$postfile"; then chmod +x "$postfile" + # shellcheck disable=SC1090 . "$postfile" fi - # Clean up after this verb - test "$W_OPT_NOCLEAN" = 1 || rm -rf "$W_TMP" - # Verify install - if test "$installed_exe1" || test "$installed_file1" - then - if ! winetricks_is_installed $1 - then + if test "$installed_exe1" || test "$installed_file1"; then + if ! winetricks_is_installed "$1"; then w_die "$1 install completed, but installed file $_W_file_unix not found" fi fi + + # If the user specified --verify, also run GUI tests: + if test "$WINETRICKS_VERIFY" = 1; then + # command -v isn't POSIX :( + "verify_$cmd" 2>/dev/null + verify_status=$? + case $verify_status in + 0) w_warn "verify_$cmd succeeded!" ;; + 127) echo "verify_$cmd not found, not verifying $cmd" ;; + *) w_die "verify_$cmd failed!" ;; + esac + fi + + # Clean up after this verb + test "$W_OPT_NOCLEAN" = 1 || rm -rf "$W_TMP" + mkdir -p "$W_TMP" + # Calling subshell must explicitly propagate error code with exit $? ) || exit $? } @@ -2031,39 +2837,52 @@ w_do_call() # If you want to check exit status yourself, use w_do_call w_call() { - w_try w_do_call $@ + w_try w_do_call "$@" +} + +w_backup_reg_file() +{ + W_reg_file=$1 + + w_get_sha256sum "$W_reg_file" + + w_try cp "$W_reg_file" "$W_TMP_EARLY/_reg_$(echo "$_W_gotsha256sum" | cut -c1-8)"_$$.reg + + unset W_reg_file _W_gotsha256sum } w_register_font() { - file=$1 + W_file=$1 shift - font=$1 + W_font=$1 - case "$file" in - *.TTF|*.ttf) font="$font (TrueType)";; + case $(echo "$W_file" | tr "[:upper:]" "[:lower:]") in + *.ttf|*.ttc) W_font="$W_font (TrueType)";; esac # Kludge: use _r to avoid \r expansion in w_try cat > "$W_TMP"/_register-font.reg <<_EOF_ REGEDIT4 -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Fonts] -"$font"="$file" +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] +"$W_font"="$W_file" _EOF_ # too verbose w_try_regedit "$W_TMP_WIN"\\_register-font.reg - cp "$W_TMP"/*.reg /tmp/_reg$$.reg + w_backup_reg_file "$W_TMP"/_register-font.reg # Wine also updates the win9x fonts key, so let's do that, too cat > "$W_TMP"/_register-font.reg <<_EOF_ REGEDIT4 -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Fonts] -"$font"="$file" +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] +"$W_font"="$W_file" _EOF_ w_try_regedit "$W_TMP_WIN"\\_register-font.reg - cp "$W_TMP"/*.reg /tmp/_reg$$-2.reg + w_backup_reg_file "$W_TMP"/_register-font.reg + + unset W_file W_font } w_register_font_replacement() @@ -2075,20 +2894,24 @@ w_register_font_replacement() cat > "$W_TMP"/_register-font-replacements.reg <<_EOF_ REGEDIT4 -[HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements] +[HKEY_CURRENT_USER\\Software\\Wine\\Fonts\\Replacements] "$_W_alias"="$_W_font" _EOF_ w_try_regedit "$W_TMP_WIN"\\_register-font-replacements.reg + + w_backup_reg_file "$W_TMP"/_register-font-replacements.reg + unset _W_alias _W_font } w_append_path() { - # Prepend $1 to the windows path in the registry. + # Prepend $1 to the Windows path in the registry. # Use printf %s to avoid interpreting backslashes. - _W_NEW_PATH="`printf %s $1| sed 's,\\\\,\\\\\\\\,g'`" - _W_WIN_PATH="`w_expand_env PATH | sed 's,\\\\,\\\\\\\\,g'`" + _W_NEW_PATH="$(printf %s "$1" | sed 's,\\\\,\\\\\\\\,g')" + _W_WIN_PATH="$(w_expand_env PATH | sed 's,\\\\,\\\\\\\\,g')" + # FIXME: OS X? https://github.com/Winetricks/winetricks/issues/697 sed 's/$/\r/' > "$W_TMP"/path.reg <<_EOF_ REGEDIT4 @@ -2103,68 +2926,295 @@ _EOF_ #---- Private Functions ---- -winetricks_print_version() { - echo "$WINETRICKS_VERSION" +# Determines downloader to use, etc. +# I.e., things common to w_download_to(), winetricks_download_to_stdout(), and winetricks_stats_report()) +winetricks_download_setup() +{ + # shellcheck disable=SC2104 + case "${WINETRICKS_DOWNLOADER}" in + aria2c|curl|wget|fetch) : ;; + "") if [ -x "$(which aria2c 2>/dev/null)" ] ; then + WINETRICKS_DOWNLOADER="aria2c" + elif [ -x "$(which wget 2>/dev/null)" ] ; then + WINETRICKS_DOWNLOADER="wget" + elif [ -x "$(which curl 2>/dev/null)" ] ; then + WINETRICKS_DOWNLOADER="curl" + elif [ -x "$(which fetch 2>/dev/null)" ] ; then + WINETRICKS_DOWNLOADER="fetch" + else + w_die "Please install wget or aria2c (or, if those aren't available, curl)" + fi + ;; + *) w_die "Invalid value ${WINETRICKS_DOWNLOADER} given for WINETRICKS_DOWNLOADER. Possible values: aria2c, curl, wget, fetch" + esac + + # Common values for aria2c/curl/fetch/wget + # Number of retry attempts (not supported by fetch): + WINETRICKS_DOWNLOADER_RETRIES=${WINETRICKS_DOWNLOADER_RETRIES:-3} + # Connection timeout time (in seconds): + WINETRICKS_DOWNLOADER_TIMEOUT=${WINETRICKS_DOWNLOADER_TIMEOUT:-15} + + case "$WINETRICKS_OPT_TORIFY" in + 1) torify=torify + # torify needs --async-dns=false, see https://github.com/tatsuhiro-t/aria2/issues/613 + aria2c_torify_opts="--async-dns=false" + if [ ! -x "$(which torify 2>/dev/null)" ]; then + w_die "--torify was used, but torify is not installed, please install it." ; exit 1 + fi ;; + *) torify= + aria2c_torify_opts="" ;; + esac +} + + +winetricks_dl_url_to_stdout() +{ + winetricks_download_setup + + # Not using w_try here as it adds extra output, breaking things. + # FIXME: add a w_try_quiet() wrapper around w_try() that doesn't print the + # Executing ... stuff, but still does error checking + if [ "${WINETRICKS_DOWNLOADER}" = "wget" ] ; then + $torify wget -q -O - --timeout "${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + --tries "$WINETRICKS_DOWNLOADER_RETRIES" "$1" + elif [ "${WINETRICKS_DOWNLOADER}" = "curl" ] ; then + $torify curl -s --connect-timeout "${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + --retry "$WINETRICKS_DOWNLOADER_RETRIES" "$1" + elif [ "${WINETRICKS_DOWNLOADER}" = "aria2c" ] ; then + # aria2c doesn't have support downloading to stdout: + # https://github.com/aria2/aria2/issues/190 + # So instead, download to a temporary directory and cat the file: + stdout_tmpfile="${W_TMP_EARLY}/stdout.tmp" + + if [ -e "${stdout_tmpfile}" ] ; then + rm "${stdout_tmpfile}" + fi + $torify aria2c \ + $aria2c_torify_opts \ + --continue \ + --daemon=false \ + --dir="${W_TMP_EARLY}" \ + --enable-rpc=false \ + --input-file='' \ + --max-connection-per-server=5 \ + --out="stdout.tmp" \ + --save-session='' \ + --stream-piece-selector=geom \ + --connect-timeout="${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + --max-tries="$WINETRICKS_DOWNLOADER_RETRIES" \ + "$1" > /dev/null + cat "${stdout_tmpfile}" + rm "${stdout_tmpfile}" + elif [ "${WINETRICKS_DOWNLOADER}" = "fetch" ] ; then + # fetch does not support retry count + $torify fetch -o - -T "${WINETRICKS_DOWNLOADER_TIMEOUT}" "$1" 2>/dev/null + else + w_die "Please install aria2c, curl, or wget" + fi +} + +winetricks_dl_warning() { + case $LANG in + ru*) _W_countrymsg="Скрипт определил, что ваш IP-адрес принадлежит России. Если во время загрузки файлов вы увидите ошибки несоответствия сертификата, перезапустите скрипт с опцией '--torify' или скачайте файлы вручную, например, используя VPN." ;; + pl*) _W_countrymsg="Wykryto, że twój adres IP należy do Rosji. W wypadku problemów z pobieraniem, uruchom z parametrem '--torify' lub pobierz plik manualnie, np. z użyciem VPN." ;; + *) _W_countrymsg="Your IP address has been determined to belong to Russia. If you encounter a certificate error while downloading, please relaunch with the '--torify' option, or download files manually, for instance using VPN." ;; + esac + + # Lookup own country via IP address only once (i.e. don't run this function for every download invocation) + if [ -z "$W_COUNTRY" ] ; then + W_COUNTRY="$(winetricks_dl_url_to_stdout "https://ipinfo.io/$(winetricks_dl_url_to_stdout "https://ipinfo.io/ip")" | awk -F '"' '/country/{print $4}')" + export W_COUNTRY + + if [ -z "$W_COUNTRY" ] ; then + export W_COUNTRY="unknown" + fi + fi + + # TODO: Resolve a full country name via https://github.com/umpirsky/country-list/tree/master/data + case "$W_COUNTRY" in + "RU") w_warn "$_W_countrymsg" ;; + *) : ;; + esac +} + +winetricks_get_sha1sum_prog() { + # Linux/Solaris: + if [ -x "$(which sha1sum 2>/dev/null)" ] ; then + WINETRICKS_SHA1SUM="sha1sum" + # FreeBSD/NetBSD: + elif [ -x "$(which sha1 2>/dev/null)" ] ; then + WINETRICKS_SHA1SUM="sha1" + # OSX 10.6+: + elif [ -x "$(which shasum 2>/dev/null)" ] ; then + WINETRICKS_SHA1SUM="shasum -a 1" + # OSX 10.5: + elif [ -x "$(which openssl 2>/dev/null)" ] ; then + WINETRICKS_SHA1SUM="openssl dgst -sha1" + else + w_die "No sha1sum utility available." + fi +} + +winetricks_get_sha256sum_prog() { + # Linux/Solaris: + if [ -x "$(which sha256sum 2>/dev/null)" ] ; then + WINETRICKS_SHA256SUM="sha256sum" + # FreeBSD/NetBSD: + elif [ -x "$(which sha256 2>/dev/null)" ] ; then + WINETRICKS_SHA256SUM="sha256" + # OSX (10.6+), 10.5 doesn't support at all: https://stackoverflow.com/questions/7500691/rvm-sha256sum-nor-shasum-found + elif [ -x "$(which shasum 2>/dev/null)" ] ; then + WINETRICKS_SHA256SUM="shasum -a 256" + else + w_die "No sha256um utility available." + fi +} + +winetricks_get_platform() +{ + if [ "${OS}" = "Windows_NT" ]; then + if [ ! -v "${WINELOADERNOEXEC}" ]; then + export W_PLATFORM="windows_cmd" + else + export W_PLATFORM="wine_cmd" + fi + else + export W_PLATFORM="wine" + fi +} + +winetricks_latest_version_check() +{ + if [ "$WINETRICKS_LATEST_VERSION_CHECK" = 'disabled' ] || [ -f "${WINETRICKS_CONFIG}/disable-latest-version-check" ] ; then + w_info "winetricks latest version check update disabled" + return + # Used by ./src/release.sh, not for end users. Silently disables update check, without using $WINETRICKS_SUPER_QUIET + elif [ "$WINETRICKS_LATEST_VERSION_CHECK" = 'development' ] ; then + return + fi + + latest_version="$(winetricks_dl_url_to_stdout https://raw.githubusercontent.com/Winetricks/winetricks/master/files/LATEST)" + + # Check that $latest_version is an actual number in case github is down + if ! echo "${latest_version}" | grep -q -E "[0-9]{8}" || [ -z "${latest_version}" ] ; then + case $LANG in + pl*) w_warn "GitHub nie działa? Wersja '${latest_version}' nie wydaje się być prawdiłową wersją" ;; + ru*) w_warn "Отсутствует подключение к Github? версия '${latest_version}' может быть неактуальной" ;; + *) w_warn "Github down? version '${latest_version}' doesn't appear to be a valid version" ;; + esac + fi + + if [ ! "$WINETRICKS_VERSION" = "${latest_version}" ] && [ ! "$WINETRICKS_VERSION" = "${latest_version}-next" ]; then + if [ -f "${WINETRICKS_CONFIG}/enable-auto-update" ] ; then + w_info "You are running winetricks-${WINETRICKS_VERSION}." + w_info "New upstream release winetricks-${latest_version} is available." + w_info "auto-update enabled: running winetricks_selfupdate" + winetricks_selfupdate + else + case $LANG in + pl*) + w_warn "Korzystasz z winetricks-${WINETRICKS_VERSION}, a najnowszą wersją winetricks-${latest_version}!" + w_warn "Zalecana jest aktualizacja z użyciem menedżera pakietów Twojej dystrybucji, --self-update lub ręczna aktualizacja." + ;; + ru*) + w_warn "Запущен winetricks-${WINETRICKS_VERSION}, последняя версия winetricks-${latest_version}!" + w_warn "Вы можете ее обновить с помощью менеджера пакетов, --self-update или вручную." + ;; + *) + w_warn "You are running winetricks-${WINETRICKS_VERSION}, latest upstream is winetricks-${latest_version}!" + w_warn "You should update using your distribution's package manager, --self-update, or manually." + ;; + esac + fi + fi +} + +winetricks_print_version() +{ + # Normally done by winetricks_init, but we don't want to set up the WINEPREFIX + # just to get the winetricks version: + + winetricks_get_sha256sum_prog + + w_get_sha256sum "$0" + echo "$WINETRICKS_VERSION - sha256sum: $_W_gotsha256sum" } # Run a small wine command for internal use # Handy place to put small workarounds winetricks_early_wine() { - # The sed works around http://bugs.winehq.org/show_bug.cgi?id=25838 + # The sed works around https://bugs.winehq.org/show_bug.cgi?id=25838 # which unfortunately got released in wine-1.3.12 # We would like to use DISPLAY= to prevent virtual desktops from - # popping up, but that causes autohotkey's tray icon to not show up. - # We used to use WINEDLLOVERRIDES=mshtml= here to suppress the gecko + # popping up, but that causes AutoHotKey's tray icon to not show up. + # We used to use WINEDLLOVERRIDES=mshtml= here to suppress the Gecko # autoinstall, but that yielded wineprefixes that *never* autoinstalled - # gecko (winezeug bug 223). + # Gecko (winezeug bug 223). # The tr removes carriage returns so expanded variables don't have crud on the end # The grep works around using new wineprefixes with old wine - WINEDEBUG=-all "$WINE" "$@" 2>/dev/null | ( sed 's/.*1h.=//' | tr -d '\r' | grep -v "Module not found" || true) + WINEDEBUG=-all "$WINE" "$@" 2> "$W_TMP_EARLY"/early_wine.err.txt | ( sed 's/.*1h.=//' | tr -d '\r' | grep -v -e "Module not found" -e "Could not load wine-gecko" || true) } winetricks_detect_gui() { - if test -x "`which zenity 2>/dev/null`" - then + if test -x "$(which zenity 2>/dev/null)"; then WINETRICKS_GUI=zenity - + WINETRICKS_GUI_VERSION="$(zenity --version)" WINETRICKS_MENU_HEIGHT=500 WINETRICKS_MENU_WIDTH=1010 - elif test -x "`which kdialog 2>/dev/null`" - then + elif test -x "$(which kdialog 2>/dev/null)"; then echo "Zenity not found! Using kdialog as poor substitute." WINETRICKS_GUI=kdialog + WINETRICKS_GUI_VERSION="$(kdialog --version)" else echo "No arguments given, so tried to start GUI, but zenity not found." echo "Please install zenity if you want a graphical interface, or " echo "run with --help for more options." exit 1 fi + + # Print zenity/dialog version info for debugging: + if [ ! "$WINETRICKS_SUPER_QUIET" ] ; then + echo "winetricks GUI enabled, using $WINETRICKS_GUI $WINETRICKS_GUI_VERSION" + fi } # Detect which sudo to use winetricks_detect_sudo() { WINETRICKS_SUDO=sudo - if test "$WINETRICKS_GUI" = "none" - then + if test "$WINETRICKS_GUI" = "none"; then return fi - if test x"$DISPLAY" != x"" - then - if test -x "`which gksudo 2>/dev/null`" - then + + if test x"$DISPLAY" != x""; then + # This should be the default option because some of GUI sudo programs are unmaintained + # See https://github.com/Winetricks/winetricks/issues/912 + if test -x "$(which pkexec 2>/dev/null)"; then + # Maintained and recommended, part of Polkit, desktop-independent + # Usage: pkexec command ... + WINETRICKS_SUDO=pkexec + # Austin said "gksu*/kdesu* should stay (at least for a while)" in Feb 2018 + # See https://github.com/Winetricks/winetricks/pull/915#issuecomment-362984379 + elif test -x "$(which gksudo 2>/dev/null)"; then + # Unmaintained [2009], part of gksu + # Usage: gksudo "command ..." WINETRICKS_SUDO=gksudo - elif test -x "`which kdesudo 2>/dev/null`" - then + elif test -x "$(which kdesudo 2>/dev/null)"; then + # Unmaintained [2015] (latest is for KDE4, no KF5 version available) + # https://cgit.kde.org/kdesudo.git/ + # Usage: kdesudo "command ..." WINETRICKS_SUDO=kdesudo # fall back to the su versions if sudo isn't available (Fedora, etc.): - elif test -x "`which gksu 2>/dev/null`" - then + elif test -x "$(which gksu 2>/dev/null)"; then + # Unmaintained [2009] + # Usage: gksu "command ..." WINETRICKS_SUDO=gksu - elif test -x "`which kdesu 2>/dev/null`" - then + elif test -x "$(which kdesu 2>/dev/null)"; then + # Maintained, KF5 version available + # https://cgit.kde.org/kdesu.git/ + # Usage: kdesu -c "command ..." WINETRICKS_SUDO=kdesu fi fi @@ -2173,9 +3223,12 @@ winetricks_detect_sudo() winetricks_get_prefix_var() { ( + # shellcheck disable=SC1090 . "$W_PREFIXES_ROOT/$p/wrapper.cfg" + # The cryptic sed is there to turn ' into '\'' - eval echo \$ww_$1 | sed "s/'/'\\\''/" + # shellcheck disable=SC1117 + eval echo \$ww_"$1" | sed "s/'/'\\\''/" ) } @@ -2183,112 +3236,174 @@ winetricks_get_prefix_var() winetricks_prefixmenu() { case $LANG in - uk*) _W_msg_title="Winetricks - виберіть wineprefix" - _W_msg_body='Що Ви хочете зробити?' - _W_msg_apps='Встановити додаток' - _W_msg_games='Встановити гру' - _W_msg_benchmarks='Встановити benchmark' - _W_msg_default="Вибрати wineprefix за замовчуванням" - _W_msg_unattended0="Вимкнути автоматичну установку" - _W_msg_unattended1="Включити автоматичну установку" - _W_msg_showbroken0="Сховати нестабільні додатки (наприклад з проблемами з DRM)" - _W_msg_showbroken1="Показати нестабільні додатки (наприклад з проблемами з DRM)" - _W_msg_help="Переглянути довідку" - ;; - *) _W_msg_title="Winetricks - choose a wineprefix" - _W_msg_body='What do you want to do?' - _W_msg_apps='Install an app' - _W_msg_games='Install a game' - _W_msg_benchmarks='Install a benchmark' - _W_msg_default="Select the default wineprefix" - _W_msg_unattended0="Disable silent install" - _W_msg_unattended1="Enable silent install" - _W_msg_showbroken0="Hide broken apps (e.g. those with DRM problems)" - _W_msg_showbroken1="Show broken apps (e.g. those with DRM problems)" - _W_msg_help="View help" - ;; - esac - case "$W_OPT_UNATTENDED" in - 1) _W_cmd_unattended=attended; _W_msg_unattended="$_W_msg_unattended0" ;; - *) _W_cmd_unattended=unattended; _W_msg_unattended="$_W_msg_unattended1" ;; - esac - case "$W_OPT_SHOWBROKEN" in - 1) _W_cmd_showbroken=hidebroken; _W_msg_showbroken="$_W_msg_showbroken0" ;; - *) _W_cmd_showbroken=showbroken; _W_msg_showbroken="$_W_msg_showbroken1" ;; - esac - + ru*) _W_msg_title="Winetricks - выберите путь wine (wineprefix)" + _W_msg_body='Что вы хотите сделать?' + _W_msg_apps='Установить программу' + _W_msg_games='Установить игру' + _W_msg_benchmarks='Установить приложение для оценки производительности' + _W_msg_default="Выберите путь для wine по умолчанию" + _W_msg_unattended0="Отключить автоматическую установку" + _W_msg_unattended1="Включить автоматическую установку" + _W_msg_showbroken0="Спрятать нерабочие программы (например, использующие DRM)" + _W_msg_showbroken1="Отобразить нерабочие программы (например, использующие DRM)" + _W_msg_help="Просмотр справки (в веб-браузере)" + ;; + uk*) _W_msg_title="Winetricks - виберіть wineprefix" + _W_msg_body='Що Ви хочете зробити?' + _W_msg_apps='Встановити додаток' + _W_msg_games='Встановити гру' + _W_msg_benchmarks='Встановити benchmark' + _W_msg_default="Вибрати wineprefix за замовчуванням" + _W_msg_unattended0="Вимкнути автоматичне встановлення" + _W_msg_unattended1="Увімкнути автоматичне встановлення" + _W_msg_showbroken0="Сховати нестабільні додатки (наприклад з проблемами з DRM)" + _W_msg_showbroken1="Показати нестабільні додатки (наприклад з проблемами з DRM)" + _W_msg_help="Переглянути довідку" + ;; + zh_CN*) _W_msg_title="Windows 应用安装向导 - 选择一个 wine 容器" + _W_msg_body='君欲何为?' + _W_msg_apps='安装一个 windows 应用' + _W_msg_games='安装一个游戏' + _W_msg_benchmarks='安装一个基准测试软件' + _W_msg_default="选择默认的 wine 容器" + _W_msg_unattended0="禁用静默安装" + _W_msg_unattended1="启用静默安装" + _W_msg_showbroken0="隐藏有问题的程序 (例如那些有数字版权问题)" + _W_msg_showbroken1="有问题的程序 (例如那些有数字版权问题)" + _W_msg_help="查看帮助" + ;; + zh_TW*|zh_HK*) _W_msg_title="Windows 應用安裝向導 - 選取一個 wine 容器" + _W_msg_body='君欲何為?' + _W_msg_apps='安裝一個 windows 應用' + _W_msg_games='安裝一個遊戲' + _W_msg_benchmarks='安裝一個基准測試軟體' + _W_msg_default="選取預設的 wine 容器" + _W_msg_unattended0="禁用靜默安裝" + _W_msg_unattended1="啟用靜默安裝" + _W_msg_showbroken0="隱藏有問題的程式 (例如那些有數字版權問題)" + _W_msg_showbroken1="有問題的程式 (例如那些有數字版權問題)" + _W_msg_help="檢視輔助說明" + ;; + de*) _W_msg_title="Winetricks - wineprefix auswählen" + _W_msg_body='Was möchten Sie tun?' + _W_msg_apps='Ein Programm installieren' + _W_msg_games='Ein Spiel installieren' + _W_msg_benchmarks='Einen Benchmark-Test installieren' + _W_msg_default="Standard wineprefix auswählen" + _W_msg_unattended0="Automatische Installation deaktivieren" + _W_msg_unattended1="Automatische Installation aktivieren" + _W_msg_showbroken0="Defekte Programme nicht anzeigen (z.B. solche mit DRM Problemen)" + _W_msg_showbroken1="Defekte Programme anzeigen (z.B. solche mit DRM Problemen)" + _W_msg_help="Hilfe anzeigen" + ;; + pl*) _W_msg_title="Winetricks - wybierz prefiks Wine" + _W_msg_body='Co chcesz zrobić?' + _W_msg_apps='Zainstalować aplikację' + _W_msg_games='Zainstalować grę' + _W_msg_benchmarks='Zainstalować program sprawdzający wydajność komputera' + _W_msg_default="Wybrać domyślny prefiks Wine" + _W_msg_unattended0="Wyłącz cichą instalację" + _W_msg_unattended1="Włącz cichą instalację" + _W_msg_showbroken0="Ukrywaj uszkodzone aplikacje (np. z problemami z DRM)" + _W_msg_showbroken1="Pokazuj uszkodzone aplikacje (np. z problemami z DRM)" + _W_msg_help="Wyświetl pomoc" + ;; + *) _W_msg_title="Winetricks - choose a wineprefix" + _W_msg_body='What do you want to do?' + _W_msg_apps='Install an application' + _W_msg_games='Install a game' + _W_msg_benchmarks='Install a benchmark' + _W_msg_default="Select the default wineprefix" + _W_msg_unattended0="Disable silent install" + _W_msg_unattended1="Enable silent install" + _W_msg_showbroken0="Hide broken apps (e.g. those with DRM problems)" + _W_msg_showbroken1="Show broken apps (e.g. those with DRM problems)" + _W_msg_help="View help" + ;; + esac + case "$W_OPT_UNATTENDED" in + 1) _W_cmd_unattended=attended; _W_msg_unattended="$_W_msg_unattended0" ;; + *) _W_cmd_unattended=unattended; _W_msg_unattended="$_W_msg_unattended1" ;; + esac + case "$W_OPT_SHOWBROKEN" in + 1) _W_cmd_showbroken=hidebroken; _W_msg_showbroken="$_W_msg_showbroken0" ;; + *) _W_cmd_showbroken=showbroken; _W_msg_showbroken="$_W_msg_showbroken1" ;; + esac + case $WINETRICKS_GUI in - zenity) - printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --radiolist \ - --column '' \ - --column '' \ - --column '' \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - --hide-column 2 \ - FALSE help '$_W_msg_help' \ - FALSE apps '$_W_msg_apps' \ - FALSE benchmarks '$_W_msg_benchmarks' \ - FALSE games '$_W_msg_games' \ - TRUE main '$_W_msg_default' \ - " \ - > "$WINETRICKS_WORKDIR"/zenity.sh - - if ls -d $W_PREFIXES_ROOT/*/dosdevices > /dev/null 2>&1 - then - for prefix in "$W_PREFIXES_ROOT"/*/dosdevices - do - q="${prefix%%/dosdevices}" - p="${q##*/}" - if test -f "$W_PREFIXES_ROOT/$p/wrapper.cfg" - then - _W_msg_name="$p (`winetricks_get_prefix_var name`)" - else - _W_msg_name="$p" - fi - printf %s " FALSE prefix='$p' 'Select $_W_msg_name' " - done >> "$WINETRICKS_WORKDIR"/zenity.sh - fi - printf %s " FALSE $_W_cmd_unattended '$_W_msg_unattended'" >> "$WINETRICKS_WORKDIR"/zenity.sh - printf %s " FALSE $_W_cmd_showbroken '$_W_msg_showbroken'" >> "$WINETRICKS_WORKDIR"/zenity.sh + zenity) + printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --radiolist \ + --column '' \ + --column '' \ + --column '' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + --hide-column 2 \ + FALSE help '$_W_msg_help' \ + FALSE apps '$_W_msg_apps' \ + FALSE benchmarks '$_W_msg_benchmarks' \ + FALSE games '$_W_msg_games' \ + TRUE main '$_W_msg_default' \ + " \ + > "$WINETRICKS_WORKDIR"/zenity.sh + + if ls -d "$W_PREFIXES_ROOT"/*/dosdevices > /dev/null 2>&1; then + for prefix in "$W_PREFIXES_ROOT"/*/dosdevices + do + q="${prefix%%/dosdevices}" + p="${q##*/}" + if test -f "$W_PREFIXES_ROOT/$p/wrapper.cfg"; then + _W_msg_name="$p ($(winetricks_get_prefix_var name))" + else + _W_msg_name="$p" + fi + case $LANG in + zh_CN*) printf %s " FALSE prefix='$p' '选择管理 $_W_msg_name' " ;; + zh_TW*|zh_HK*) printf %s " FALSE prefix='$p' '選擇管理 $_W_msg_name' " ;; + de*) printf %s " FALSE prefix='$p' '$_W_msg_name auswählen' " ;; + pl*) printf %s " FALSE prefix='$p' 'Wybierz $_W_msg_name' " ;; + *) printf %s " FALSE prefix='$p' 'Select $_W_msg_name' " ;; + esac + done >> "$WINETRICKS_WORKDIR"/zenity.sh + fi + printf %s " FALSE $_W_cmd_unattended '$_W_msg_unattended'" >> "$WINETRICKS_WORKDIR"/zenity.sh + printf %s " FALSE $_W_cmd_showbroken '$_W_msg_showbroken'" >> "$WINETRICKS_WORKDIR"/zenity.sh - sh "$WINETRICKS_WORKDIR"/zenity.sh | tr '|' ' ' - ;; + sh "$WINETRICKS_WORKDIR"/zenity.sh | tr '|' ' ' + ;; - kdialog) - ( - printf %s "kdialog \ - --geometry 600x400+100+100 \ - --title '$_W_msg_title' \ - --separate-output \ - --radiolist '$_W_msg_body' \ - help '$_W_msg_help' off \ - games '$_W_msg_games' off \ - benchmarks '$_W_msg_benchmarks' off \ - apps '$_W_msg_apps' off \ - main '$_W_msg_default' on " - if ls -d "$W_PREFIXES_ROOT"/*/dosdevices > /dev/null 2>&1 - then - for prefix in "$W_PREFIXES_ROOT"/*/dosdevices - do - q="${prefix%%/dosdevices}" - p="${q##*/}" - if test -f "$W_PREFIXES_ROOT/$p/wrapper.cfg" - then - _W_msg_name="$p (`winetricks_get_prefix_var name`)" - else - _W_msg_name="$p" - fi - printf %s "prefix='$p' 'Select $_W_msg_name' off " - done - fi - ) > "$WINETRICKS_WORKDIR"/kdialog.sh - sh "$WINETRICKS_WORKDIR"/kdialog.sh - ;; + kdialog) + ( + printf %s "kdialog \ + --geometry 600x400+100+100 \ + --title '$_W_msg_title' \ + --separate-output \ + --radiolist '$_W_msg_body' \ + help '$_W_msg_help' off \ + games '$_W_msg_games' off \ + benchmarks '$_W_msg_benchmarks' off \ + apps '$_W_msg_apps' off \ + main '$_W_msg_default' on " + if ls -d "$W_PREFIXES_ROOT"/*/dosdevices > /dev/null 2>&1; then + for prefix in "$W_PREFIXES_ROOT"/*/dosdevices + do + q="${prefix%%/dosdevices}" + p="${q##*/}" + if test -f "$W_PREFIXES_ROOT/$p/wrapper.cfg"; then + _W_msg_name="$p ($(winetricks_get_prefix_var name))" + else + _W_msg_name="$p" + fi + printf %s "prefix='$p' 'Select $_W_msg_name' off " + done + fi + ) > "$WINETRICKS_WORKDIR"/kdialog.sh + sh "$WINETRICKS_WORKDIR"/kdialog.sh + ;; esac unset _W_msg_help _W_msg_body _W_msg_title _W_msg_new _W_msg_default _W_msg_name } @@ -2297,222 +3412,332 @@ winetricks_prefixmenu() winetricks_mainmenu() { case $LANG in - da*) _W_msg_title='Vælg en pakke-kategori' - _W_msg_body='Hvad ønsker du at gøre?' - _W_msg_dlls="Install a Windows DLL" - _W_msg_fonts='Install a font' - _W_msg_settings='Change Wine settings' - _W_msg_winecfg='Run winecfg' - _W_msg_regedit='Run regedit' - _W_msg_taskmgr='Run taskmgr' - _W_msg_shell='Run a commandline shell (for debugging)' - _W_msg_folder='Browse files' - _W_msg_annihilate="Delete ALL DATA AND APPLICATIONS INSIDE THIS WINEPREFIX" - ;; - de*) _W_msg_title='Pakettyp auswählen' - _W_msg_body='Was möchten Sie tun?' - _W_msg_dlls="Windows-DLL installieren" - _W_msg_fonts='Schriftart installieren' - _W_msg_settings='Change Wine settings' - _W_msg_winecfg='Run winecfg' - _W_msg_regedit='Run regedit' - _W_msg_taskmgr='Run taskmgr' - _W_msg_shell='Run a commandline shell (for debugging)' - _W_msg_folder='Browse files' - _W_msg_annihilate="Delete ALL DATA AND APPLICATIONS INSIDE THIS WINEPREFIX" - ;; - pl*) _W_msg_title="Winetricks - obecny prefiks to \"$WINEPREFIX\"" - _W_msg_body='What would you like to do to this wineprefix?' - _W_msg_dlls="Zainstaluj Windowsową bibliotekę DLL lub komponent" - _W_msg_fonts='Zainstaluj czcionkę' - _W_msg_settings='Zmień ustawienia' - _W_msg_winecfg='Uruchom winecfg' - _W_msg_regedit='Uruchom regedit' - _W_msg_taskmgr='Uruchom taskmgr' - _W_msg_shell='Uruchom powłokę wiersza poleceń (dla debugowania)' - _W_msg_folder='Przeglądaj pliki' - _W_msg_annihilate="Usuń WSZYSTKIE DANE I APLIKACJE WEWNĄTRZ TEGO WINEPREFIXA" - ;; - uk*) _W_msg_title="Winetricks - поточний prefix \"$WINEPREFIX\"" - _W_msg_body='Що Ви хочете зробити для цього wineprefix?' - _W_msg_dlls="Встановити Windows DLL чи компонент(и)" - _W_msg_fonts='Встановити шрифт' - _W_msg_settings='Змінити налаштування' - _W_msg_winecfg='Запустити winecfg' - _W_msg_regedit='Запустити regedit' - _W_msg_taskmgr='Запустити taskmgr' - _W_msg_shell='Запуск командної оболонки (для налагодження)' - _W_msg_folder='Перегляд файлів' - _W_msg_annihilate="Видалити УСІ ДАНІ ТА ПРОГРАМИ З ЦЬОГО WINEPREFIX" - ;; - *) _W_msg_title="Winetricks - current prefix is \"$WINEPREFIX\"" - _W_msg_body='What would you like to do to this wineprefix?' - _W_msg_dlls="Install a Windows DLL or component" - _W_msg_fonts='Install a font' - _W_msg_settings='Change settings' - _W_msg_winecfg='Run winecfg' - _W_msg_regedit='Run regedit' - _W_msg_taskmgr='Run taskmgr' - _W_msg_shell='Run a commandline shell (for debugging)' - _W_msg_folder='Browse files' - _W_msg_annihilate="Delete ALL DATA AND APPLICATIONS INSIDE THIS WINEPREFIX" - ;; + da*) _W_msg_title='Vælg en pakke-kategori' + _W_msg_body='Hvad ønsker du at gøre?' + _W_msg_dlls="Install a Windows DLL" + _W_msg_fonts='Install a font' + _W_msg_settings='Change Wine settings' + _W_msg_winecfg='Run winecfg' + _W_msg_regedit='Run regedit' + _W_msg_taskmgr='Run taskmgr' + _W_msg_uninstaller='Run uninstaller' + _W_msg_shell='Run a commandline shell (for debugging)' + _W_msg_folder='Browse files' + _W_msg_annihilate="Delete ALL DATA AND APPLICATIONS INSIDE THIS WINEPREFIX" + ;; + de*) _W_msg_title='Pakettyp auswählen' + _W_msg_body='Was möchten Sie tun?' + _W_msg_dlls="Windows-DLL installieren" + _W_msg_fonts='Schriftart installieren' + _W_msg_settings='Wine Einstellungen ändern' + _W_msg_winecfg='winecfg starten' + _W_msg_regedit='regedit starten' + _W_msg_taskmgr='taskmgr starten' + _W_msg_uninstaller='uninstaller starten' + _W_msg_shell='Eine Kommandozeile zum debuggen starten' + _W_msg_folder='Ordner durchsuchen' + _W_msg_annihilate="ALLE DATEIEN UND PROGRAMME IN DIESEM WINEPREFIX Löschen" + ;; + pl*) _W_msg_title="Winetricks - obecny prefiks to \"$WINEPREFIX\"" + _W_msg_body='Co chcesz zrobić w tym prefiksie?' + _W_msg_dlls="Zainstalować windowsową bibliotekę DLL lub komponent" + _W_msg_fonts='Zainstalować czcionkę' + _W_msg_settings='Zmienić ustawienia' + _W_msg_winecfg='Uruchomić winecfg' + _W_msg_regedit='Uruchomić edytor rejestru' + _W_msg_taskmgr='Uruchomić menedżer zadań' + _W_msg_uninstaller='Uruchomić program odinstalowujący' + _W_msg_shell='Uruchomić powłokę wiersza poleceń (dla debugowania)' + _W_msg_folder='Przeglądać pliki' + _W_msg_annihilate="Usuńąć WSZYSTKIE DANE I APLIKACJE WEWNĄTRZ TEGO PREFIKSU WINE" + ;; + ru*) _W_msg_title="Winetricks - текущий путь для wine (wineprefix) \"$WINEPREFIX\"" + _W_msg_body='Что вы хотите сделать с этим wineprefix?' + _W_msg_dlls="Установить библиотеку DLL или компонент Windows" + _W_msg_fonts='Установить шрифт' + _W_msg_settings='Поменять настройки' + _W_msg_winecfg='Запустить winecfg (редактор настроек wine)' + _W_msg_regedit='Запустить regedit (редактор реестра)' + _W_msg_taskmgr='Запустить taskmgr (менеджер задач)' + _W_msg_uninstaller='Запустить uninstaller (деинсталлятор)' + _W_msg_shell='Запустить графический терминал (для отладки)' + _W_msg_folder='Проводник файлов' + _W_msg_annihilate="Удалить ВСЕ ДАННЫЕ И ПРИЛОЖЕНИЯ В ЭТОМ WINEPREFIX" + ;; + uk*) _W_msg_title="Winetricks - поточний prefix \"$WINEPREFIX\"" + _W_msg_body='Що Ви хочете зробити для цього wineprefix?' + _W_msg_dlls="Встановити Windows DLL чи компонент(и)" + _W_msg_fonts='Встановити шрифт' + _W_msg_settings='Змінити налаштування' + _W_msg_winecfg='Запустити winecfg' + _W_msg_regedit='Запустити regedit' + _W_msg_taskmgr='Запустити taskmgr' + _W_msg_uninstaller='Встановлення/видалення програм' + _W_msg_shell='Запуск командної оболонки (для налагодження)' + _W_msg_folder='Перегляд файлів' + _W_msg_annihilate="Видалити УСІ ДАНІ ТА ПРОГРАМИ З ЦЬОГО WINEPREFIX" + ;; + zh_CN*) _W_msg_title="Windows 应用安装向导 - 当前容器路径是 \"$WINEPREFIX\"" + _W_msg_body='管理当前容器' + _W_msg_dlls="安装 Windows DLL 或组件" + _W_msg_fonts='安装字体' + _W_msg_settings='修改设置' + _W_msg_winecfg='运行 winecfg' + _W_msg_regedit='运行注册表' + _W_msg_taskmgr='运行任务管理器' + _W_msg_uninstaller='运行卸载程序' + _W_msg_shell='运行命令提示窗口 (作为调试)' + _W_msg_folder='浏览容器中的文件' + _W_msg_annihilate="删除当前容器所有相关文件,包括启动器,完全卸载" + ;; + zh_TW*|zh_HK*) _W_msg_title="Windows 應用裝載向導 - 目前容器路徑是 \"$WINEPREFIX\"" + _W_msg_body='管理目前容器' + _W_msg_dlls="裝載 Windows DLL 或套件" + _W_msg_fonts='裝載字型' + _W_msg_settings='修改設定' + _W_msg_winecfg='執行 winecfg' + _W_msg_regedit='執行註冊表' + _W_msg_taskmgr='執行工作管理者' + _W_msg_uninstaller='執行反安裝程式' + _W_msg_shell='執行指令輔助說明視窗 (作為除錯)' + _W_msg_folder='瀏覽容器中的檔案' + _W_msg_annihilate="移除目前容器所有相依檔案,包括啟動器,完全卸載" + ;; + *) _W_msg_title="Winetricks - current prefix is \"$WINEPREFIX\"" + _W_msg_body='What would you like to do to this wineprefix?' + _W_msg_dlls="Install a Windows DLL or component" + _W_msg_fonts='Install a font' + _W_msg_settings='Change settings' + _W_msg_winecfg='Run winecfg' + _W_msg_regedit='Run regedit' + _W_msg_taskmgr='Run taskmgr' + _W_msg_uninstaller='Run uninstaller' + _W_msg_shell='Run a commandline shell (for debugging)' + _W_msg_folder='Browse files' + _W_msg_annihilate="Delete ALL DATA AND APPLICATIONS INSIDE THIS WINEPREFIX" + ;; esac case $WINETRICKS_GUI in - zenity) - ( - printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --radiolist \ - --column '' \ - --column '' \ - --column '' \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - --hide-column 2 \ - FALSE dlls '$_W_msg_dlls' \ - FALSE fonts '$_W_msg_fonts' \ - FALSE settings '$_W_msg_settings' \ - FALSE winecfg '$_W_msg_winecfg' \ - FALSE regedit '$_W_msg_regedit' \ - FALSE taskmgr '$_W_msg_taskmgr' \ - FALSE shell '$_W_msg_shell' \ - FALSE folder '$_W_msg_folder' \ - FALSE annihilate '$_W_msg_annihilate' \ - " - ) > "$WINETRICKS_WORKDIR"/zenity.sh - sh "$WINETRICKS_WORKDIR"/zenity.sh | tr '|' ' ' - ;; + zenity) + ( + printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --radiolist \ + --column '' \ + --column '' \ + --column '' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + --hide-column 2 \ + FALSE dlls '$_W_msg_dlls' \ + FALSE fonts '$_W_msg_fonts' \ + FALSE settings '$_W_msg_settings' \ + FALSE winecfg '$_W_msg_winecfg' \ + FALSE regedit '$_W_msg_regedit' \ + FALSE taskmgr '$_W_msg_taskmgr' \ + FALSE uninstaller '$_W_msg_uninstaller' \ + FALSE shell '$_W_msg_shell' \ + FALSE folder '$_W_msg_folder' \ + FALSE annihilate '$_W_msg_annihilate' \ + " + ) > "$WINETRICKS_WORKDIR"/zenity.sh + + sh "$WINETRICKS_WORKDIR"/zenity.sh | tr '|' ' ' + ;; - kdialog) - $WINETRICKS_GUI --geometry 600x400+100+100 \ - --title "$_W_msg_title" \ - --separate-output \ - --radiolist \ - "$_W_msg_body"\ - dlls "$_W_msg_dlls" off \ - fonts "$_W_msg_fonts" off \ - settings "$_W_msg_settings" off \ - winecfg "$_W_msg_winecfg" off \ - regedit "$_W_msg_regedit" off \ - taskmgr "$_W_msg_taskmgr" off \ - shell "$_W_msg_shell" off \ - folder "$_W_msg_folder" off \ - annihilate "$_W_msg_annihilate" off \ - $_W_cmd_unattended "$_W_msg_unattended" off \ + kdialog) + $WINETRICKS_GUI --geometry 600x400+100+100 \ + --title "$_W_msg_title" \ + --separate-output \ + --radiolist \ + "$_W_msg_body"\ + dlls "$_W_msg_dlls" off \ + fonts "$_W_msg_fonts" off \ + settings "$_W_msg_settings" off \ + winecfg "$_W_msg_winecfg" off \ + regedit "$_W_msg_regedit" off \ + taskmgr "$_W_msg_taskmgr" off \ + uninstaller "$_W_msg_uninstaller" off \ + shell "$_W_msg_shell" off \ + folder "$_W_msg_folder" off \ + annihilate "$_W_msg_annihilate" off \ + $_W_cmd_unattended "$_W_msg_unattended" off \ - ;; + ;; esac unset _W_msg_body _W_msg_title _W_msg_apps _W_msg_benchmarks _W_msg_dlls _W_msg_games _W_msg_settings } winetricks_settings_menu() { + # FIXME: these translations should really be centralized/reused: case $LANG in - *) _W_msg_title="Winetricks - поточний prefix \"$WINEPREFIX\"" - _W_msg_body='Які налаштування Ви хочете змінити?' - ;; + da*) _W_msg_title='Vælg en pakke' + _W_msg_body='Which settings would you like to change?' + ;; + de*) _W_msg_title="Winetricks - Aktueller Prefix ist \"$WINEPREFIX\"" + _W_msg_body='Welche Einstellungen möchten Sie ändern?' + ;; + pl*) _W_msg_title="Winetricks - obecny prefiks to \"$WINEPREFIX\"" + _W_msg_body='Jakie ustawienia chcesz zmienić?' + ;; + ru*) _W_msg_title="Winetricks - текущий путь wine (wineprefix) \"$WINEPREFIX\"" + _W_msg_body='Какие настройки вы хотите изменить?' + ;; + uk*) _W_msg_title="Winetricks - поточний prefix \"$WINEPREFIX\"" + _W_msg_body='Які налаштування Ви хочете змінити?' + ;; + zh_CN*) _W_msg_title="Windows 应用安装向导 - 当前容器路径是 \"$WINEPREFIX\"" + _W_msg_body='君欲更改哪项设置?' + ;; + zh_TW*|zh_HK*) _W_msg_title="Windows 應用裝載向導 - 目前容器路徑是 \"$WINEPREFIX\"" + _W_msg_body='君欲變更哪項設定?' + ;; + *) _W_msg_title="Winetricks - current prefix is \"$WINEPREFIX\"" + _W_msg_body='Which settings would you like to change?' + ;; esac case $WINETRICKS_GUI in - zenity) - case $LANG in - da*) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Pakke \ - --column Navn \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " - ;; - de*) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Paket \ - --column Name \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " - ;; - pl*) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Ustawienie \ - --column Nazwa \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " - ;; - uk*) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Установка \ - --column Назва \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " - ;; - *) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Setting \ - --column Title \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " + zenity) + case $LANG in + da*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Pakke \ + --column Navn \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + de*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Einstellung \ + --column Name \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + pl*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Ustawienie \ + --column Nazwa \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + ru*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Установка \ + --column Имя \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + uk*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Установка \ + --column Назва \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + zh_CN*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column 设置 \ + --column 标题 \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + zh_TW*|zh_HK*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column 設定 \ + --column 標題 \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + *) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Setting \ + --column Title \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + esac > "$WINETRICKS_WORKDIR"/zenity.sh + + for metadatafile in "$WINETRICKS_METADATA"/$WINETRICKS_CURMENU/*.vars + do + code=$(winetricks_metadata_basename "$metadatafile") + ( + title='?' + # shellcheck disable=SC1090 + . "$metadatafile" + + # Begin 'title' strings localization code + # shellcheck disable=SC2154 + case $LANG in + uk*) + case "$title_uk" in + "") ;; + *) title="$title_uk";; + esac + esac + + # End of code + printf "%s %s %s %s" " " FALSE \ + "$code" \ + "\"$title\"" + ) + done >> "$WINETRICKS_WORKDIR"/zenity.sh + + sh "$WINETRICKS_WORKDIR"/zenity.sh | tr '|' ' ' ;; - esac > "$WINETRICKS_WORKDIR"/zenity.sh - for metadatafile in "$WINETRICKS_METADATA"/$WINETRICKS_CURMENU/*.vars - do - code=`winetricks_metadata_basename "$metadatafile"` + kdialog) ( - title='?' - author='?' - . "$metadatafile" - # Begin 'title' strings localization code - case $LANG in - uk*) case "$title_uk" in - "") ;; - *) title="$title_uk";; - esac - esac - # End of code - printf "%s %s %s %s" " " FALSE \ - $code \ - "\"$title\"" - ) - done >> "$WINETRICKS_WORKDIR"/zenity.sh - - sh "$WINETRICKS_WORKDIR"/zenity.sh | tr '|' ' ' - ;; + printf %s "kdialog --geometry 600x400+100+100 --title '$_W_msg_title' --separate-output --checklist '$_W_msg_body' " + winetricks_list_all | sed 's/\([^ ]*\) *\(.*\)/\1 "\1 - \2" off /' | tr '\012' ' ' + ) > "$WINETRICKS_WORKDIR"/kdialog.sh - kdialog) - ( - printf %s "kdialog --geometry 600x400+100+100 --title '$_W_msg_title' --separate-output --checklist '$_W_msg_body' " - winetricks_list_all | sed 's/\([^ ]*\) *\(.*\)/\1 "\1 - \2" off /' | tr '\012' ' ' - ) > "$WINETRICKS_WORKDIR"/kdialog.sh - sh "$WINETRICKS_WORKDIR"/kdialog.sh - ;; + sh "$WINETRICKS_WORKDIR"/kdialog.sh + ;; esac unset _W_msg_body _W_msg_title @@ -2522,193 +3747,260 @@ winetricks_settings_menu() winetricks_showmenu() { case $LANG in - da*) _W_msg_title='Vælg en pakke' - _W_msg_body='Vilken pakke vil du installere?' - _W_cached="cached" - ;; - de*) _W_msg_title='Pakete auswählen' - _W_msg_body='Welche Pakete möchten Sie installieren?' - _W_cached="gecached" - ;; - pl*) _W_msg_title="Winetricks - obecny prefiks to \"$WINEPREFIX\"" - _W_msg_body='Które paczki chesz zainstalować?' - _W_cached="zarchiwizowane" - ;; - uk*) _W_msg_title="Winetricks - поточний prefix \"$WINEPREFIX\"" - _W_msg_body='Які пакунки Ви хочете встановити?' - _W_cached="кешовано" - ;; - *) _W_msg_title="Winetricks - current prefix is \"$WINEPREFIX\"" - _W_msg_body='Which package(s) would you like to install?' - _W_cached="cached" - ;; + da*) _W_msg_title='Vælg en pakke' + _W_msg_body='Vilken pakke vil du installere?' + _W_cached="cached" + ;; + de*) _W_msg_title="Winetricks - Aktueller Prefix ist \"$WINEPREFIX\"" + _W_msg_body='Welche Paket(e) möchten Sie installieren?' + _W_cached="gecached" + ;; + pl*) _W_msg_title="Winetricks - obecny prefiks to \"$WINEPREFIX\"" + _W_msg_body='Które paczki chesz zainstalować?' + _W_cached="zarchiwizowane" + ;; + ru*) _W_msg_title="Winetricks - текущий путь wine (wineprefix) \"$WINEPREFIX\"" + _W_msg_body='Какое приложение(я) вы хотите установить?' + _W_cached="в кэше" + ;; + uk*) _W_msg_title="Winetricks - поточний prefix \"$WINEPREFIX\"" + _W_msg_body='Які пакунки Ви хочете встановити?' + _W_cached="кешовано" + ;; + zh_CN*) _W_msg_title="Windows 应用安装向导 - 当前容器路径是 \"$WINEPREFIX\"" + _W_msg_body='君欲安装何种应用?' + _W_cached="已缓存" + ;; + zh_TW*|zh_HK*) _W_msg_title="Windows 應用裝載向導 - 目前容器路徑是 \"$WINEPREFIX\"" + _W_msg_body='君欲裝載何種應用?' + _W_cached="已緩存" + ;; + *) _W_msg_title="Winetricks - current prefix is \"$WINEPREFIX\"" + _W_msg_body='Which package(s) would you like to install?' + _W_cached="cached" + ;; esac case $WINETRICKS_GUI in - zenity) - case $LANG in - da*) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Pakke \ - --column Navn \ - --column Udgiver \ - --column År \ - --column Medie \ - --column Status \ - --column 'Size (MB)' \ - --column 'Time (sec)' \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " + zenity) + case $LANG in + da*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Pakke \ + --column Navn \ + --column Udgiver \ + --column År \ + --column Medie \ + --column Status \ + --column 'Size (MB)' \ + --column 'Time (sec)' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + de*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Paket \ + --column Name \ + --column Herausgeber \ + --column Jahr \ + --column Media \ + --column Status \ + --column 'Größe (MB)' \ + --column 'Zeit (sec)' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + pl*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Pakiet \ + --column Nazwa \ + --column Wydawca \ + --column Rok \ + --column Media \ + --column Status \ + --column 'Rozmiar (MB)' \ + --column 'Czas (sek)' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + ru*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Пакет \ + --column Название \ + --column Издатель \ + --column Год \ + --column Источник \ + --column Статус \ + --column 'Размер (МБ)' \ + --column 'Время (сек)' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + uk*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Пакунок \ + --column Назва \ + --column Видавець \ + --column Рік \ + --column Медіа \ + --column Статус \ + --column 'Розмір (МБ)' \ + --column 'Час (сек)' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + zh_CN*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column 包名 \ + --column 软件名 \ + --column 发行商 \ + --column 发行年 \ + --column 媒介 \ + --column 状态 \ + --column '文件大小 (MB)' \ + --column '时间 (秒)' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + zh_TW*|zh_HK*) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column 包名 \ + --column 軟體名 \ + --column 發行商 \ + --column 發行年 \ + --column 媒介 \ + --column 狀態 \ + --column '檔案大小 (MB)' \ + --column '時間 (秒)' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + *) printf %s "zenity \ + --title '$_W_msg_title' \ + --text '$_W_msg_body' \ + --list \ + --checklist \ + --column '' \ + --column Package \ + --column Title \ + --column Publisher \ + --column Year \ + --column Media \ + --column Status \ + --column 'Size (MB)' \ + --column 'Time (sec)' \ + --height $WINETRICKS_MENU_HEIGHT \ + --width $WINETRICKS_MENU_WIDTH \ + " + ;; + esac > "$WINETRICKS_WORKDIR"/zenity.sh + + true > "$WINETRICKS_WORKDIR"/installed.txt + + for metadatafile in "$WINETRICKS_METADATA"/$WINETRICKS_CURMENU/*.vars + do + code=$(winetricks_metadata_basename "$metadatafile") + ( + title='?' + # shellcheck disable=SC1090 + . "$metadatafile" + # shellcheck disable=SC2154 + if test "$W_OPT_SHOWBROKEN" = 1 || test "$wine_showstoppers" = ""; then + # Compute cached and downloadable flags + flags="" + winetricks_is_cached "$code" && flags="$_W_cached" + installed=FALSE + if winetricks_is_installed "$code"; then + installed=TRUE + echo "$code" >> "$WINETRICKS_WORKDIR"/installed.txt + fi + printf %s " $installed \ + $code \ + \"$title\" \ + \"$publisher\" \ + \"$year\" \ + \"$media\" \ + \"$flags\" \ + \"$size_MB\" \ + \"$time_sec\" \ + " + fi + ) + done >> "$WINETRICKS_WORKDIR"/zenity.sh + + # Filter out any verb that's already installed + sh "$WINETRICKS_WORKDIR"/zenity.sh | + tr '|' '\012' | + grep -F -v -x -f "$WINETRICKS_WORKDIR"/installed.txt | + tr '\012' ' ' ;; - de*) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Paket \ - --column Name \ - --column Herausgeber \ - --column Jahr \ - --column Media \ - --column Status \ - --column 'Größe (MB)' \ - --column 'Zeit (sec)' \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " - ;; - pl*) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Paczka \ - --column Nazwa \ - --column Wydawca \ - --column Rok \ - --column Media \ - --column Status \ - --column 'Rozmiar (MB)' \ - --column 'Czas (sek)' \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " - ;; - uk*) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Пакунок \ - --column Назва \ - --column Видавець \ - --column Рік \ - --column Медіа \ - --column Статус \ - --column 'Розмір (МБ)' \ - --column 'Час (сек)' \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " - ;; - *) printf %s "zenity \ - --title '$_W_msg_title' \ - --text '$_W_msg_body' \ - --list \ - --checklist \ - --column '' \ - --column Package \ - --column Title \ - --column Publisher \ - --column Year \ - --column Media \ - --column Status \ - --column 'Size (MB)' \ - --column 'Time (sec)' \ - --height $WINETRICKS_MENU_HEIGHT \ - --width $WINETRICKS_MENU_WIDTH \ - " - ;; - esac > "$WINETRICKS_WORKDIR"/zenity.sh - > "$WINETRICKS_WORKDIR"/installed.txt - for metadatafile in "$WINETRICKS_METADATA"/$WINETRICKS_CURMENU/*.vars - do - code=`winetricks_metadata_basename "$metadatafile"` + kdialog) ( - title='?' - author='?' - . "$metadatafile" - if test "$W_OPT_SHOWBROKEN" = 1 || test "$wine_showstoppers" = "" - then - # Compute cached and downloadable flags - flags="" - winetricks_is_cached $code && flags="$_W_cached" - installed=FALSE - if winetricks_is_installed $code - then - installed=TRUE - echo $code >> "$WINETRICKS_WORKDIR"/installed.txt - fi - printf %s " $installed \ - $code \ - \"$title\" \ - \"$publisher\" \ - \"$year\" \ - \"$media\" \ - \"$flags\" \ - \"$size_MB\" \ - \"$time_sec\" \ - " - fi - ) - done >> "$WINETRICKS_WORKDIR"/zenity.sh - - # Filter out any verb that's already installed - sh "$WINETRICKS_WORKDIR"/zenity.sh | - tr '|' '\012' | - fgrep -v -x -f "$WINETRICKS_WORKDIR"/installed.txt | - tr '\012' ' ' - ;; + printf %s "kdialog --geometry 600x400+100+100 --title '$_W_msg_title' --separate-output --checklist '$_W_msg_body' " + winetricks_list_all | sed 's/\([^ ]*\) *\(.*\)/\1 "\1 - \2" off /' | tr '\012' ' ' + ) > "$WINETRICKS_WORKDIR"/kdialog.sh - kdialog) - ( - printf %s "kdialog --geometry 600x400+100+100 --title '$_W_msg_title' --separate-output --checklist '$_W_msg_body' " - winetricks_list_all | sed 's/\([^ ]*\) *\(.*\)/\1 "\1 - \2" off /' | tr '\012' ' ' - ) > "$WINETRICKS_WORKDIR"/kdialog.sh - sh "$WINETRICKS_WORKDIR"/kdialog.sh - ;; + sh "$WINETRICKS_WORKDIR"/kdialog.sh + ;; esac unset _W_msg_body _W_msg_title } -# Converts a metadata abolute path to its app code +# Converts a metadata absolute path to its app code winetricks_metadata_basename() { # Classic, but too slow on cygwin #basename $1 .vars # first, remove suffix .vars - _W_mb_tmp=${1%.vars} + _W_mb_tmp="${1%.vars}" # second, remove any directory prefix - echo ${_W_mb_tmp##*/} + echo "${_W_mb_tmp##*/}" unset _W_mb_tmp } # Returns true if given verb has been registered winetricks_metadata_exists() { - test -f "$WINETRICKS_METADATA"/*/$1.vars + test -f "$WINETRICKS_METADATA"/*/"${1}.vars" } # Returns true if given verb has been cached @@ -2716,19 +4008,22 @@ winetricks_metadata_exists() winetricks_is_cached() { # FIXME: also check file2... if given + # https://github.com/Winetricks/winetricks/issues/989 + # shellcheck disable=SC2154 _W_path="$W_CACHE/$1/$file1" case "$_W_path" in - *..*) - # Remove /foo/.. so verbs that don't have their own cache directories - # can refer to siblings - _W_path="`echo $_W_path | sed 's,/[^/]*/\.\.,,'`" - ;; + *..*) + # Remove /foo/.. so verbs that don't have their own cache directories + # can refer to siblings + _W_path="$(echo "$_W_path" | sed 's,/[^/]*/\.\.,,')" + ;; esac - if test -f "$_W_path" - then + + if test -f "$_W_path"; then unset _W_path return 0 fi + unset _W_path return 1 } @@ -2738,58 +4033,58 @@ winetricks_is_cached() winetricks_is_installed() { unset _W_file _W_file_unix - if test "$installed_exe1" - then + if test "$installed_exe1"; then _W_file="$installed_exe1" - elif test "$installed_file1" - then + elif test "$installed_file1"; then _W_file="$installed_file1" else return 1 # not installed fi - case "$OS" in - Windows_NT) - # On Windows, there's no wineprefix, just check if file's there - _W_file_unix="`w_pathconv -u "$_W_file"`" - if test -f "$_W_file_unix" - then - unset _W_file _W_file_unix _W_prefix - return 0 # installed - fi - ;; - *) - # Compute wineprefix for this app - case "$category"-"$WINETRICKS_OPT_SHAREDPREFIX" in - apps-0|benchmarks-0|games-0) - _W_prefix="$W_PREFIXES_ROOT/$1" + # Test if the verb has been executed before + if ! grep -qw "$1" "$WINEPREFIX/winetricks.log" 2>/dev/null; then + unset _W_file + return 1 # not installed + fi + + case "$W_PLATFORM" in + windows_cmd|wine_cmd) + # On Windows, there's no wineprefix, just check if file's there + _W_file_unix="$(w_pathconv -u "$_W_file")" + if test -f "$_W_file_unix"; then + unset _W_file _W_file_unix _W_prefix + return 0 # installed + fi ;; *) - _W_prefix="$WINEPREFIX" - ;; - esac - if test -d "$_W_prefix/dosdevices" - then - # 'win7 vcrun2005' creates diffrent file than 'winxp vcrun2005' - # so let it specify multiple, separated by | - _W_IFS="$IFS" - IFS='|' - for _W_file_ in $_W_file - do - _W_file_unix="`WINEPREFIX="$_W_prefix" w_pathconv -u "$_W_file_"`" - if test -f "$_W_file_unix" && ! grep -q "Wine placeholder DLL" "$_W_file_unix" - then - IFS="$_W_IFS" - unset _W_file _W_file_ _W_file_unix _W_prefix _W_IFS - return 0 # installed + # Compute wineprefix for this app + case "${category}-${WINETRICKS_OPT_SHAREDPREFIX}" in + apps-0|benchmarks-0|games-0) + _W_prefix="$W_PREFIXES_ROOT/$1" + ;; + *) + _W_prefix="$WINEPREFIX" + ;; + esac + if test -d "$_W_prefix/dosdevices"; then + # 'win7 vcrun2005' creates different file than 'winxp vcrun2005' + # so let it specify multiple, separated by | + _W_IFS="$IFS" + IFS='|' + for _W_file_ in $_W_file + do + _W_file_unix="$(WINEPREFIX="$_W_prefix" w_pathconv -u "$_W_file_")" + if test -f "$_W_file_unix" && ! grep -q "Wine placeholder DLL" "$_W_file_unix"; then + IFS="$_W_IFS" + unset _W_file _W_file_ _W_file_unix _W_prefix _W_IFS + return 0 # installed + fi + done + IFS="$_W_IFS" fi - done - IFS="$_W_IFS" - fi - ;; + ;; esac - unset _W_file _W_prefix # leak _W_file_unix for caller. Is this wise? - unset _W_IFS _W_file_ + unset _W_file _W_prefix _W_IFS # leak _W_file_unix for caller. Is this wise? return 1 # not installed } @@ -2801,11 +4096,11 @@ winetricks_list_cached() # Use a subshell to avoid putting metadata in global space # If this is too slow, we can unset known metadata by hand ( - code=`winetricks_metadata_basename "$_W_metadatafile"` + code=$(winetricks_metadata_basename "$_W_metadatafile") + # shellcheck disable=SC1090 . "$_W_metadatafile" - if winetricks_is_cached $code - then - echo $code + if winetricks_is_cached "$code"; then + echo "$code" fi ) done | sort @@ -2815,45 +4110,34 @@ winetricks_list_cached() # List verbs which are automatically downloadable, regardless of whether they're cached yet winetricks_list_download() { - cd "$WINETRICKS_METADATA" - grep -l 'media=.download' */*.vars | sed 's,.*/,,;s/\.vars//' | sort -u + # Piping output of w_try_cd to /dev/null since winetricks-test parses it: + w_try_cd "$WINETRICKS_METADATA" >/dev/null + grep -l 'media=.download' ./*/*.vars | sed 's,.*/,,;s/\.vars//' | sort -u } # List verbs which are downloadable with user intervention, regardless of whether they're cached yet winetricks_list_manual_download() { - cd "$WINETRICKS_METADATA" - grep -l 'media=.manual_download' */*.vars | sed 's,.*/,,;s/\.vars//' | sort -u + # Piping output of w_try_cd to /dev/null since winetricks-test parses it: + w_try_cd "$WINETRICKS_METADATA" >/dev/null + grep -l 'media=.manual_download' ./*/*.vars | sed 's,.*/,,;s/\.vars//' | sort -u } winetricks_list_installed() { - ( - # Jump through a couple hoops to evaluate the verbs in alphabetical order - # Assume that no filename contains '|' - cd "$WINETRICKS_METADATA" - for _W_metadatafile in `ls */*.vars | sed 's,^\(.*\)/,\1|,' | sort -t\| -k +2 | tr '|' /` - do - # Use a subshell to avoid putting metadata in global space - # If this is too slow, we can unset known metadata by hand - ( - code=`winetricks_metadata_basename "$_W_metadatafile"` - . "$_W_metadatafile" - if winetricks_is_installed $code - then - echo $code - fi - ) - done - ) - unset _W_metadatafile + # Rather than check individual metadata/files (which is slow/brittle, and also breaks settings and metaverbs) + # just show winetricks.log (if it exists), which lists verbs in the order they were installed + if [ -f "$WINEPREFIX/winetricks.log" ]; then + cat "$WINEPREFIX/winetricks.log" + else + echo "warning: $WINEPREFIX/winetricks.log not found; winetricks has not installed anything in this prefix." + fi } # Helper for adding a string to a list of flags winetricks_append_to_flags() { - if test "$flags" - then + if test "$flags"; then flags="$flags," fi flags="${flags}$1" @@ -2865,15 +4149,18 @@ winetricks_list_all() { # Note: doh123 relies on 'winetricks list' to list main menu categories case $WINETRICKS_CURMENU in - prefix|main) echo "$WINETRICKS_CATEGORIES" | tr ' ' '\012' ; return;; + prefix|main) echo "$WINETRICKS_CATEGORIES" | tr ' ' '\012' ; return;; esac case $LANG in - da*) _W_cached="cached" ; _W_download="kan hentes" ;; - de*) _W_cached="gecached" ; _W_download="herunterladbar";; - pl*) _W_cached="zarchiwizowane" ; _W_download="do pobrania" ;; - uk*) _W_cached="кешовано" ; _W_download="завантажуване" ;; - *) _W_cached="cached" ; _W_download="downloadable" ;; + da*) _W_cached="cached" ; _W_download="kan hentes" ;; + de*) _W_cached="gecached" ; _W_download="herunterladbar";; + pl*) _W_cached="zarchiwizowane" ; _W_download="do pobrania" ;; + ru*) _W_cached="в кэше" ; _W_download="доступно для скачивания" ;; + uk*) _W_cached="кешовано" ; _W_download="завантажуване" ;; + zh_CN*) _W_cached="已缓存" ; _W_download="可下载" ;; + zh_TW*|zh_HK*) _W_cached="已緩存" ; _W_download="可下載" ;; + *) _W_cached="cached" ; _W_download="downloadable" ;; esac for _W_metadatafile in "$WINETRICKS_METADATA"/$WINETRICKS_CURMENU/*.vars @@ -2881,20 +4168,20 @@ winetricks_list_all() # Use a subshell to avoid putting metadata in global space # If this is too slow, we can unset known metadata by hand ( - code=`winetricks_metadata_basename "$_W_metadatafile"` + code=$(winetricks_metadata_basename "$_W_metadatafile") + # shellcheck disable=SC1090 . "$_W_metadatafile" # Compute cached and downloadable flags flags="" test "$media" = "download" && winetricks_append_to_flags "$_W_download" - winetricks_is_cached $code && winetricks_append_to_flags "$_W_cached" + winetricks_is_cached "$code" && winetricks_append_to_flags "$_W_cached" test "$flags" && flags="[$flags]" - if ! test "$year" && ! test "$publisher" - then - printf "%-24s %s %s\n" $code "$title" "$flags" + if ! test "$year" && ! test "$publisher"; then + printf "%-24s %s %s\\n" "$code" "$title" "$flags" else - printf "%-24s %s (%s, %s) %s\n" $code "$title" "$publisher" "$year" "$flags" + printf "%-24s %s (%s, %s) %s\\n" "$code" "$title" "$publisher" "$year" "$flags" fi ) done @@ -2904,37 +4191,35 @@ winetricks_list_all() # Abort if user doesn't own the given directory (or its parent, if it doesn't exist yet) winetricks_die_if_user_not_dirowner() { - if test -d "$1" - then + if test -d "$1"; then _W_checkdir="$1" else # fixme: quoting problem? - _W_checkdir=`dirname "$1"` + _W_checkdir=$(dirname "$1") fi - _W_nuser=`id -u` - _W_nowner=`ls -l -n -d -L "$_W_checkdir" | awk '{print $3}'` - if test x$_W_nuser != x$_W_nowner - then - w_die "You (`id -un`) don't own $_W_checkdir. Don't run this tool as another user!" + _W_nuser=$(id -u) + _W_nowner=$(stat -c '%u' "$_W_checkdir") + if test x"$_W_nuser" != x"$_W_nowner"; then + w_die "You ($(id -un)) don't own $_W_checkdir. Don't run this tool as another user!" fi } # See -# http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-119.pdf (iso9660) -# http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-167.pdf +# https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-119.pdf (iso9660) +# https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-167.pdf # http://www.osta.org/specs/pdf/udf102.pdf -# http://www.ecma-international.org/publications/techreports/E-TR-071.htm +# https://www.ecma-international.org/publications/techreports/E-TR-071.htm # Usage: read_bytes offset count device winetricks_read_bytes() { - dd status=noxfer if=$3 bs=1 skip=$1 count=$2 2>/dev/null + dd status=noxfer if="$3" bs=1 skip="$1" count="$2" 2>/dev/null } # Usage: read_hex offset count device winetricks_read_hex() { - od -j $1 -N $2 -t x1 $3 | # offset $1, count $2, single byte hex format, file $3 + od -j "$1" -N "$2" -t x1 "$3" | # offset $1, count $2, single byte hex format, file $3 sed 's/^[^ ]* //' | # remove address sed '$d' # remove final line which is just final offset } @@ -2945,7 +4230,7 @@ winetricks_read_hex() # udf uses little endian words, so this only works on little endian machines. winetricks_read_decimal() { - od -j $1 -N 4 -t u4 $2 | # offset $1, byte count 4, four byte decimal format, file $2 + od -j "$1" -N 4 -t u4 "$2" | # offset $1, byte count 4, four byte decimal format, file $2 sed 's/^[^ ]* //' | # remove address sed '$d' # remove final line which is just final offset } @@ -2977,38 +4262,38 @@ winetricks_read_udf_volume_name() # 32 24 volume identifier (dstring) # 1. check the 16 bit TagIdentifier of the descriptor tag, make sure it's 2 - tagid=`winetricks_read_hex 524288 2 $1` - : echo tagid is $tagid + tagid=$(winetricks_read_hex 524288 2 "$1") + : echo "tagid is $tagid" case "$tagid" in - "02 00") : echo Found AVDP ;; - *) echo "Did not find AVDP (tagid was $tagid)"; exit 1;; + "02 00") : echo "Found AVDP" ;; + *) echo "Did not find AVDP (tagid was $tagid)"; exit 1;; esac # 2. read the location of the main volume descriptor: - offset=`winetricks_read_decimal 524308 $1` - : echo MVD is at sector $offset - offset=`expr $offset \* 2048` - : echo MVD is at byte $offset + offset=$(winetricks_read_decimal 524308 "$1") + : echo "MVD is at sector $offset" + offset=$((offset * 2048)) + : echo "MVD is at byte $offset" # 3. check the TagIdentifier of the MVD's descriptor tag, make sure it's 1 - tagid=`winetricks_read_hex $offset 2 $1` - : echo tagid is $tagid + tagid=$(winetricks_read_hex $offset 2 "$1") + : echo "tagid is $tagid" case "$tagid" in - "01 00") : echo Found MVD ;; - *) echo Did not find MVD; exit 1;; + "01 00") : echo Found MVD ;; + *) echo Did not find MVD; exit 1;; esac # 4. Read whether the name is in 8 or 16 bit chars - offset=`expr $offset + 24` - width=`winetricks_read_hex $offset 1 $1` + offset=$((offset + 24)) + width=$(winetricks_read_hex $offset 1 "$1") - offset=`expr $offset + 1` + offset=$((offset + 1)) # 5. Profit! case $width in - 08) winetricks_read_bytes $offset 30 $1 | sed 's/ *$//' ;; - 10) winetricks_read_bytes $offset 30 $1 | tr -d '\000' | sed 's/ *$//' ;; - *) echo "Unhandled dvd volname character width '$width'"; exit 1;; + 08) winetricks_read_bytes $offset 30 "$1" | sed 's/ *$//' ;; + 10) winetricks_read_bytes $offset 30 "$1" | tr -d '\000' | sed 's/ *$//' ;; + *) echo "Unhandled dvd volname character width '$width'"; exit 1;; esac echo "" @@ -3016,7 +4301,7 @@ winetricks_read_udf_volume_name() winetricks_read_iso9660_volume_name() { - winetricks_read_bytes 32808 30 $1 | sed 's/ *$//' + winetricks_read_bytes 32808 30 "$1" | sed 's/ *$//' } winetricks_read_volume_name() @@ -3030,25 +4315,24 @@ winetricks_read_volume_name() # "CD001": ecma-119 # "CDW02": ecma-168 - std_id=`winetricks_read_bytes 32769 5 $1` - : echo std_id is $std_id + std_id=$(winetricks_read_bytes 32769 5 "$1") + : echo "std_id is $std_id" case $std_id in - CD001) winetricks_read_iso9660_volume_name $1 ;; - BEA01) winetricks_read_udf_volume_name $1; ;; - *) echo "Unrecognized disk type $std_id"; exit 1 ;; + CD001) winetricks_read_iso9660_volume_name "$1" ;; + BEA01) winetricks_read_udf_volume_name "$1" ;; + *) echo "Unrecognized disk type $std_id"; exit 1 ;; esac } winetricks_volname() { - x=`volname $1 2> /dev/null| sed 's/ *$//'` - if test "x$x" = "x" - then + x=$(volname "$1" 2> /dev/null| sed 's/ *$//') + if test "x$x" = "x"; then # UDF? See https://bugs.launchpad.net/bugs/678419 - x=`winetricks_read_volume_name $1` + x=$(winetricks_read_volume_name "$1") fi - echo $x + echo "$x" } # Really, should take a volume name as argument, and use 'mount' to get @@ -3056,8 +4340,8 @@ winetricks_volname() winetricks_detect_optical_drive() { case "$WINETRICKS_DEV" in - "") ;; - *) return ;; + "") ;; + *) return ;; esac for WINETRICKS_DEV in /dev/cdrom /dev/dvd /dev/sr0 @@ -3066,7 +4350,7 @@ winetricks_detect_optical_drive() done case "$WINETRICKS_DEV" in - "x") w_die "can't find cd/dvd drive" ;; + "x") w_die "can't find cd/dvd drive" ;; esac } @@ -3079,11 +4363,11 @@ winetricks_cache_iso() winetricks_detect_optical_drive # Horrible hack for Gentoo - make sure we can read from the drive - if ! test -r $WINETRICKS_DEV - then + if ! test -r $WINETRICKS_DEV; then case "$WINETRICKS_SUDO" in - gksudo) $WINETRICKS_SUDO "chmod 666 $WINETRICKS_DEV" ;; - *) $WINETRICKS_SUDO chmod 666 $WINETRICKS_DEV ;; + gksu*|kdesudo) $WINETRICKS_SUDO "chmod 666 $WINETRICKS_DEV" ;; + kdesu) $WINETRICKS_SUDO -c "chmod 666 $WINETRICKS_DEV" ;; + *) $WINETRICKS_SUDO chmod 666 $WINETRICKS_DEV ;; esac fi @@ -3096,21 +4380,22 @@ winetricks_cache_iso() sleep 5 done - # Some distros automount discs in /media, take advantage of that - if test -d "/media/_W_expected_volname" - then + # Some distributions automount discs in /media, take advantage of that + if test -d "/media/_W_expected_volname"; then break fi # Otherwise try and read it straight from unmounted volume - _W_volname=`winetricks_volname $WINETRICKS_DEV` - if test "$_W_expected_volname" != "$_W_volname" - then + _W_volname=$(winetricks_volname $WINETRICKS_DEV) + if test "$_W_expected_volname" != "$_W_volname"; then case $LANG in - da*) w_warn "Forkert disk [$_W_volname] indsat. Indsæt venligst disken [$_W_expected_volname]" ;; - de*) w_warn "Falsche Disk [$_W_volname] eingelegt. Bitte legen Sie Disk [$_W_expected_volname] ein!" ;; - pl*) w_warn "Włożono zły dysk [$_W_volname]. Proszę włożyć dysk [$_W_expected_volname]" ;; - uk*) w_warn "Неправильний диск [$_W_volname]. Будь ласка, вставте диск [$_W_expected_volname]" ;; - *) w_warn "Wrong disc [$_W_volname] inserted. Please insert disc [$_W_expected_volname]" ;; + da*) w_warn "Forkert disk [$_W_volname] indsat. Indsæt venligst disken [$_W_expected_volname]" ;; + de*) w_warn "Falsche Disk [$_W_volname] eingelegt. Bitte legen Sie Disk [$_W_expected_volname] ein!" ;; + pl*) w_warn "Umieszczono zły dysk [$_W_volname]. Proszę włożyć dysk [$_W_expected_volname]" ;; + ru*) w_warn "Неверный диск [$_W_volname]. Пожалуйста, вставьте диск [$_W_expected_volname]" ;; + uk*) w_warn "Неправильний диск [$_W_volname]. Будь ласка, вставте диск [$_W_expected_volname]" ;; + zh_CN*) w_warn " [$_W_volname] 光盘插入错误,请插入光盘 [$_W_expected_volname]" ;; + zh_TW*|zh_HK*) w_warn " [$_W_volname] 光碟插入錯誤,請插入光碟 [$_W_expected_volname]" ;; + *) w_warn "Wrong disc [$_W_volname] inserted. Please insert disc [$_W_expected_volname]" ;; esac sleep 10 @@ -3122,38 +4407,38 @@ winetricks_cache_iso() # Copy disc to .iso file, display progress every 5 seconds # Use conv=noerror,sync to replace unreadable blocks with zeroes case $WINETRICKS_OPT_DD in - dd) - $WINETRICKS_OPT_DD if=$WINETRICKS_DEV of="$W_CACHE"/temp.iso bs=2048 conv=noerror,sync & - WINETRICKS_DD_PID=$! - ;; - ddrescue) - if test "`which ddrescue`" = "" - then - w_die "Please install ddrescue first." - fi - $WINETRICKS_OPT_DD -v -b 2048 $WINETRICKS_DEV "$W_CACHE"/temp.iso & - WINETRICKS_DD_PID=$! - ;; + dd) + $WINETRICKS_OPT_DD if=$WINETRICKS_DEV of="$W_CACHE"/temp.iso bs=2048 conv=noerror,sync & + WINETRICKS_DD_PID=$! + ;; + ddrescue) + if [ ! -x "$(which ddrescue)" ]; then + w_die "Please install ddrescue first." + fi + $WINETRICKS_OPT_DD -v -b 2048 $WINETRICKS_DEV "$W_CACHE"/temp.iso & + WINETRICKS_DD_PID=$! + ;; esac - echo $WINETRICKS_DD_PID > "$WINETRICKS_WORKDIR"/dd-pid + + echo "$WINETRICKS_DD_PID" > "$WINETRICKS_WORKDIR"/dd-pid # Note: if user presses ^C, winetricks_cleanup will call winetricks_iso_cleanup # FIXME: add progress bar for kde, too case $WINETRICKS_GUI in - none|kdialog) - while ps -p $WINETRICKS_DD_PID > /dev/null 2>&1 - do - sleep 5 - ls -l "$W_CACHE"/temp.iso - done - ;; - zenity) - while ps -p $WINETRICKS_DD_PID > /dev/null 2>&1 - do - echo 1 - sleep 2 - done | $WINETRICKS_GUI --title "Copying to $_W_expected_volname.iso" --progress --pulsate --auto-kill - ;; + none|kdialog) + while ps -p "$WINETRICKS_DD_PID" > /dev/null 2>&1 + do + sleep 5 + ls -l "$W_CACHE"/temp.iso + done + ;; + zenity) + while ps -p "$WINETRICKS_DD_PID" > /dev/null 2>&1 + do + echo 1 + sleep 2 + done | $WINETRICKS_GUI --title "Copying to $_W_expected_volname.iso" --progress --pulsate --auto-kill + ;; esac rm "$WINETRICKS_WORKDIR"/dd-pid @@ -3164,8 +4449,7 @@ winetricks_cache_iso() winetricks_load_vcdmount() { - if test "$WINE" != "" - then + if test "$WINE" != ""; then return fi @@ -3179,27 +4463,24 @@ winetricks_load_vcdmount() # Locate vcdmount.exe. VCD_DIR="Elaborate Bytes/VirtualCloneDrive" - if test ! -x "$W_PROGRAMS_UNIX/$VCD_DIR/vcdmount.exe" && test ! -x "$W_PROGRAMS_X86_UNIX/$VCD_DIR/vcdmount.exe" - then + if test ! -x "$W_PROGRAMS_UNIX/$VCD_DIR/vcdmount.exe" && test ! -x "$W_PROGRAMS_X86_UNIX/$VCD_DIR/vcdmount.exe"; then w_warn "Installing Virtual CloneDrive" w_download_to vcd http://static.slysoft.com/SetupVirtualCloneDrive.exe # have to use cmd else vista won't let cygwin run .exe's? chmod +x "$W_CACHE"/vcd/SetupVirtualCloneDrive.exe - cd "$W_CACHE/vcd" + w_try_cd "$W_CACHE/vcd" cmd /c SetupVirtualCloneDrive.exe fi - if test -x "$W_PROGRAMS_UNIX/$VCD_DIR/vcdmount.exe" - then + if test -x "$W_PROGRAMS_UNIX/$VCD_DIR/vcdmount.exe"; then VCD_DIR="$W_PROGRAMS_UNIX/$VCD_DIR" - elif test -x "$W_PROGRAMS_X86_UNIX/$VCD_DIR/vcdmount.exe" - then + elif test -x "$W_PROGRAMS_X86_UNIX/$VCD_DIR/vcdmount.exe"; then VCD_DIR="$W_PROGRAMS_X86_UNIX/$VCD_DIR" else w_die "can't find Virtual CloneDrive?" fi # FIXME: Use WMI to locate the drive named # "ELBY CLONEDRIVE..." using WMI as described in - # http://delphihaven.wordpress.com/2009/07/05/using-wmi-to-get-a-drive-friendly-name/ + # https://delphihaven.wordpress.com/2009/07/05/using-wmi-to-get-a-drive-friendly-name/ } winetricks_mount_cached_iso() @@ -3207,12 +4488,11 @@ winetricks_mount_cached_iso() # On entry, WINETRICKS_IMG is already set w_umount - if test "$WINE" = "" - then + if test "$WINE" = ""; then winetricks_load_vcdmount - my_img_win="`w_pathconv -w $WINETRICKS_IMG | tr '\012' ' ' | sed 's/ $//'`" - cd "$VCD_DIR" - w_try vcdmount.exe /l=$letter "$my_img_win" + my_img_win="$(w_pathconv -w "$WINETRICKS_IMG" | tr '\012' ' ' | sed 's/ $//')" + w_try_cd "$VCD_DIR" + w_try vcdmount.exe /l="$letter" "$my_img_win" tries=0 while test $tries -lt 20 @@ -3222,28 +4502,32 @@ winetricks_mount_cached_iso() # let user blacklist drive letters echo "$WINETRICKS_MOUNT_LETTER_IGNORE" | grep -q "$W_ISO_MOUNT_LETTER" && continue W_ISO_MOUNT_ROOT=/cygdrive/$W_ISO_MOUNT_LETTER - if find $W_ISO_MOUNT_ROOT -iname 'setup*' -o -iname '*.exe' -o -iname '*.msi' - then + if find $W_ISO_MOUNT_ROOT -iname 'setup*' -o -iname '*.exe' -o -iname '*.msi'; then break 2 fi done - tries=`expr $tries + 1` + tries=$((tries + 1)) echo "Waiting for mount to finish mounting" sleep 1 done else # Linux # FIXME: find a way to mount or copy from image without sudo - _W_USERID=`id -u` + _W_USERID=$(id -u) + # WINETRICKS_IMG may contain spaces and needs to be quoted case "$WINETRICKS_SUDO" in - gksudo) - w_try $WINETRICKS_SUDO "mkdir -p $W_ISO_MOUNT_ROOT" - w_try $WINETRICKS_SUDO "mount -o ro,loop,uid=$_W_USERID,unhide $WINETRICKS_IMG $W_ISO_MOUNT_ROOT" - ;; - *) - w_try $WINETRICKS_SUDO mkdir -p $W_ISO_MOUNT_ROOT - w_try $WINETRICKS_SUDO mount -o ro,loop,uid=$_W_USERID,unhide "$WINETRICKS_IMG" $W_ISO_MOUNT_ROOT - ;; + gksu*|kdesudo) + w_try $WINETRICKS_SUDO "mkdir -p $W_ISO_MOUNT_ROOT" + w_try $WINETRICKS_SUDO "mount -o ro,loop,uid=$_W_USERID,unhide '$WINETRICKS_IMG' $W_ISO_MOUNT_ROOT" + ;; + kdesu) + w_try $WINETRICKS_SUDO -c "mkdir -p $W_ISO_MOUNT_ROOT" + w_try $WINETRICKS_SUDO -c "mount -o ro,loop,uid=$_W_USERID,unhide '$WINETRICKS_IMG' $W_ISO_MOUNT_ROOT" + ;; + *) + w_try $WINETRICKS_SUDO mkdir -p $W_ISO_MOUNT_ROOT + w_try $WINETRICKS_SUDO mount -o ro,loop,uid="$_W_USERID",unhide "$WINETRICKS_IMG" $W_ISO_MOUNT_ROOT + ;; esac echo "Mounting as drive ${W_ISO_MOUNT_LETTER}:" @@ -3255,16 +4539,16 @@ winetricks_mount_cached_iso() fi } -# List the currently mounted udf or iso9660 filesystems that match the given pattern +# List the currently mounted UDF or iso9660 filesystems that match the given pattern # Output format: # dev mountpoint # dev mountpoint # ... -# Mountpoints may contain spaces. +# Mount points may contain spaces. winetricks_list_mounts() { - mount | egrep 'udf|iso9660' | sed 's,^\([^ ]*\) on \(.*\) type .*,\1 \2,'| grep "$1\$" + mount | grep -E 'udf|iso9660' | sed 's,^\([^ ]*\) on \(.*\) type .*,\1 \2,'| grep "$1\$" } # Return success and set _W_dev _W_mountpoint if volume $1 is mounted @@ -3275,40 +4559,37 @@ winetricks_list_mounts() winetricks_is_mounted() { # First, check for matching mountpoint - _W_tmp="`winetricks_list_mounts "$1"`" - if test "$_W_tmp" - then - _W_dev=`echo $_W_tmp | sed 's/ .*//'` - _W_mountpoint="`echo $_W_tmp | sed 's/^[^ ]* //'`" + _W_tmp="$(winetricks_list_mounts "$1")" + if test "$_W_tmp"; then + _W_dev=$(echo "$_W_tmp" | sed 's/ .*//') + _W_mountpoint="$(echo "$_W_tmp" | sed 's/^[^ ]* //')" # Volume found! return 0 fi # If that fails, read volume name the hard way for each volume # Have to use file to return results from implicit subshell - rm -f "/tmp/_W_tmp.$LOGNAME" + rm -f "$W_TMP_EARLY/_W_tmp.$LOGNAME" winetricks_list_mounts . | while true do - IFS= read _W_tmp + IFS= read -r _W_tmp - _W_dev=`echo $_W_tmp | sed 's/ .*//'` + _W_dev=$(echo "$_W_tmp" | sed 's/ .*//') test "$_W_dev" || break - _W_mountpoint="`echo $_W_tmp | sed 's/^[^ ]* //'`" - _W_volname=`winetricks_volname $_W_dev` - if test "$1" = "$_W_volname" - then + _W_mountpoint="$(echo "$_W_tmp" | sed 's/^[^ ]* //')" + _W_volname=$(winetricks_volname "$_W_dev") + if test "$1" = "$_W_volname"; then # Volume found! Want to return from function here, but can't - echo "$_W_tmp" > "/tmp/_W_tmp.$LOGNAME" + echo "$_W_tmp" > "$W_TMP_EARLY/_W_tmp.$LOGNAME" break fi done - if test -f "/tmp/_W_tmp.$LOGNAME" - then + if test -f "$W_TMP_EARLY/_W_tmp.$LOGNAME"; then # Volume found! Return from function. - _W_dev=`cat "/tmp/_W_tmp.$LOGNAME" | sed 's/ .*//'` - _W_mountpoint="`cat "/tmp/_W_tmp.$LOGNAME" | sed 's/^[^ ]* //'`" - rm -f "/tmp/_W_tmp.$LOGNAME" + _W_dev=$(sed 's/ .*//' "$W_TMP_EARLY/_W_tmp.$LOGNAME") + _W_mountpoint="$(sed 's/^[^ ]* //' "$W_TMP_EARLY/_W_tmp.$LOGNAME")" + rm -f "$W_TMP_EARLY/_W_tmp.$LOGNAME" return 0 fi @@ -3324,18 +4605,20 @@ winetricks_mount_real_volume() # Wait for user to insert disc. case $LANG in - da*)_W_mountmsg="Indsæt venligst disken '$_W_expected_volname' (krævet af pakken '$_PACKAGE')" ;; - de*)_W_mountmsg="Disc '$_W_expected_volname' bitte einlegen (für Pakete '$W_PACKAGE')" ;; - pl*) _W_mountmsg="Proszę włożyć dysk '$_W_expected_volname' (potrzebny paczce '$W_PACKAGE')" ;; - uk*) _W_mountmsg="Будь ласка, вставте том '$_W_expected_volname' (потрібний для пакунка '$W_PACKAGE')" ;; - *) _W_mountmsg="Please insert volume '$_W_expected_volname' (needed for package '$W_PACKAGE')" ;; + da*)_W_mountmsg="Indsæt venligst disken '$_W_expected_volname' (krævet af pakken '$W_PACKAGE')" ;; + de*)_W_mountmsg="Bitte Disk '$_W_expected_volname' einlegen (für Paket '$W_PACKAGE')" ;; + pl*) _W_mountmsg="Proszę włożyć dysk '$_W_expected_volname' (potrzebny paczce '$W_PACKAGE')" ;; + ru*) _W_mountmsg="Пожалуйста, вставьте том '$_W_expected_volname' (требуется для пакета '$W_PACKAGE')" ;; + uk*) _W_mountmsg="Будь ласка, вставте том '$_W_expected_volname' (потрібний для пакунка '$W_PACKAGE')" ;; + zh_CN*) _W_mountmsg="请插入卷 '$_W_expected_volname' (为包 '$W_PACKAGE 所需')" ;; + zh_TW*|zh_HK*) _W_mountmsg="請插入卷 '$_W_expected_volname' (為包 '$W_PACKAGE 所需')" ;; + *) _W_mountmsg="Please insert volume '$_W_expected_volname' (needed for package '$W_PACKAGE')" ;; esac - if test "$WINE" = "" - then + if test "$WINE" = ""; then # Assume already mounted, just get drive letter - W_ISO_MOUNT_LETTER=`awk '/iso/ {print $1}' < /proc/mounts | tr -d :` - W_ISO_MOUNT_ROOT=`awk '/iso/ {print $2}' < /proc/mounts` + W_ISO_MOUNT_LETTER=$(awk '/iso/ {print $1}' < /proc/mounts | tr -d :) + W_ISO_MOUNT_ROOT=$(awk '/iso/ {print $2}' < /proc/mounts) else while ! winetricks_is_mounted "$_W_expected_volname" do @@ -3360,13 +4643,20 @@ winetricks_mount_real_volume() winetricks_cleanup() { + # We don't want to run this multiple times, so unfortunately we have to run it here: + if test "$W_NGEN_CMD"; then + "$W_NGEN_CMD" + fi + set +e - if test -f "$WINETRICKS_WORKDIR/dd-pid" - then - kill `cat "$WINETRICKS_WORKDIR/dd-pid"` + if test -f "$WINETRICKS_WORKDIR/dd-pid"; then + # shellcheck disable=SC2046 + kill $(cat "$WINETRICKS_WORKDIR/dd-pid") fi test "$WINETRICKS_CACHE_SYMLINK" && rm -f "$WINETRICKS_CACHE_SYMLINK" test "$W_OPT_NOCLEAN" = 1 || rm -rf "$WINETRICKS_WORKDIR" + # if $W_TMP_EARLY was created by mktemp, remove it (but not if W_OPT_NOCLEAN is set to 1): + test "$W_OPT_NOCLEAN" = 1 || rm -rf "$W_TMP_EARLY" } winetricks_set_unattended() @@ -3377,63 +4667,72 @@ winetricks_set_unattended() # http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02 # So in attended mode, W_OPT_UNATTENDED should be empty. - case $1 in - 1) - W_OPT_UNATTENDED=1 - # Might want to trim our stable of variables here a bit... - W_UNATTENDED_DASH_Q="-q" - W_UNATTENDED_SLASH_Q="/q" - W_UNATTENDED_SLASH_S="/S" - W_UNATTENDED_DASH_SILENT="-silent" - W_UNATTENDED_SLASH_SILENT="/silent" - ;; - *) - W_OPT_UNATTENDED="" - W_UNATTENDED_DASH_Q="" - W_UNATTENDED_SLASH_Q="" - W_UNATTENDED_SLASH_S="" - W_UNATTENDED_DASH_SILENT="" - W_UNATTENDED_SLASH_SILENT="" - ;; + case "$1" in + 1) + W_OPT_UNATTENDED=1 + # Might want to trim our stable of variables here a bit... + W_UNATTENDED_DASH_Q="-q" + W_UNATTENDED_SLASH_Q="/q" + W_UNATTENDED_SLASH_QB="/qb" + W_UNATTENDED_SLASH_QN="/qn" + W_UNATTENDED_SLASH_QNT="/qnt" + W_UNATTENDED_SLASH_QT="/qt" + W_UNATTENDED_SLASH_QUIET="/quiet" + W_UNATTENDED_SLASH_S="/S" + W_UNATTENDED_DASH_SILENT="-silent" + W_UNATTENDED_SLASH_SILENT="/silent" + ;; + *) + W_OPT_UNATTENDED="" + W_UNATTENDED_DASH_Q="" + W_UNATTENDED_SLASH_Q="" + W_UNATTENDED_SLASH_QB="" + W_UNATTENDED_SLASH_QN="" + W_UNATTENDED_SLASH_QNT="" + W_UNATTENDED_SLASH_QT="" + W_UNATTENDED_SLASH_QUIET="" + W_UNATTENDED_SLASH_S="" + W_UNATTENDED_DASH_SILENT="" + W_UNATTENDED_SLASH_SILENT="" + ;; esac } # Usage: winetricks_set_wineprefix [bottlename] -# Bottlename must not contain spaces, slashes, or other special charaters +# Bottlename must not contain spaces, slashes, or other special characters # If bottlename is omitted, the default bottle (~/.wine) is used. winetricks_set_wineprefix() { - if ! test "$1" - then + if ! test "$1"; then WINEPREFIX="$WINETRICKS_ORIGINAL_WINEPREFIX" else WINEPREFIX="$W_PREFIXES_ROOT/$1" fi + export WINEPREFIX #echo "WINEPREFIX is now $WINEPREFIX" >&2 - mkdir -p "`dirname "$WINEPREFIX"`" + mkdir -p "$(dirname "$WINEPREFIX")" # Run wine here to force creation of the wineprefix so it's there when we want to make the cache symlink a bit later. # The folder-name is localized! - W_PROGRAMS_WIN="`w_expand_env ProgramFiles`" + W_PROGRAMS_WIN="$(w_expand_env ProgramFiles)" case "$W_PROGRAMS_WIN" in - "") w_die "$WINE cmd.exe /c echo '%ProgramFiles%' returned empty string" ;; - %*) w_die "$WINE cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '$W_PROGRAMS_WIN' ... can be caused a corrupt wineprefix, an old wine, or by not owning $WINEPREFIX" ;; - *unknown*) w_die "$WINE cmd.exe /c echo '%ProgramFiles%' returned a string containing the word 'unknown', as if a voice had cried out in terror, and was suddenly silenced." ;; + "") w_die "$WINE cmd.exe /c echo '%ProgramFiles%' returned empty string, error message \"$(cat $W_TMP_EARLY/early_wine.err.txt)\" ";; + %*) w_die "$WINE cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '$W_PROGRAMS_WIN' ... this can be caused by a corrupt wineprefix, by an old wine, or by not owning $WINEPREFIX" ;; + *unknown*) w_die "$WINE cmd.exe /c echo '%ProgramFiles%' returned a string containing the word 'unknown', as if a voice had cried out in terror, and was suddenly silenced." ;; esac - case "$OS" in - "Windows_NT") - W_DRIVE_C="/cygdrive/c" ;; - *) - W_DRIVE_C="$WINEPREFIX/dosdevices/c:" ;; + case "$W_PLATFORM" in + windows_cmd) + W_DRIVE_C="/cygdrive/c" ;; + *) + W_DRIVE_C="$WINEPREFIX/dosdevices/c:" ;; esac # Kludge: use Temp instead of temp to avoid \t expansion in w_try - # but use temp in unix path because that's what wine creates, and having both temp and Temp + # but use temp in Unix path because that's what Wine creates, and having both temp and Temp # causes confusion (e.g. makes vc2005trial fail) - if ! test "$1" - then + if ! test "$1"; then W_TMP="$W_DRIVE_C/windows/temp" W_TMP_WIN="C:\\windows\\Temp" else @@ -3442,56 +4741,60 @@ winetricks_set_wineprefix() W_TMP_WIN="C:\\windows\\Temp\\_$1" fi - case "$OS" in - "Windows_NT") - W_CACHE_WIN="`w_pathconv -w $W_CACHE`" - ;; - *) - # For case where z: doesn't exist or / is writable (!), - # make a drive letter for W_CACHE. Clean it up on exit. - test "$WINETRICKS_CACHE_SYMLINK" && rm -f "$WINETRICKS_CACHE_SYMLINK" - for letter in y x w v u t s r q p o n m - do - if ! test -d "$WINEPREFIX"/dosdevices/${letter}: - then - mkdir -p "$WINEPREFIX"/dosdevices - WINETRICKS_CACHE_SYMLINK="$WINEPREFIX"/dosdevices/${letter}: - ln -sf "$W_CACHE" "$WINETRICKS_CACHE_SYMLINK" - break - fi - done - W_CACHE_WIN="${letter}:" - ;; + case "$W_PLATFORM" in + "windows_cmd|wine_cmd") W_CACHE_WIN="$(w_pathconv -w "$W_CACHE")" ;; + *) + # For case where Z: doesn't exist or / is writable (!), + # make a drive letter for W_CACHE. Clean it up on exit. + test "$WINETRICKS_CACHE_SYMLINK" && rm -f "$WINETRICKS_CACHE_SYMLINK" + for letter in y x w v u t s r q p o n m + do + if ! test -d "$WINEPREFIX"/dosdevices/${letter}:; then + mkdir -p "$WINEPREFIX"/dosdevices + WINETRICKS_CACHE_SYMLINK="$WINEPREFIX"/dosdevices/${letter}: + ln -sf "$W_CACHE" "$WINETRICKS_CACHE_SYMLINK" + break + fi + done + W_CACHE_WIN="${letter}:" + ;; esac - # FIXME wrong on 64 bit windows for now - W_COMMONFILES_X86_WIN="`w_expand_env CommonProgramFiles`" + W_COMMONFILES_X86_WIN="$(w_expand_env CommonProgramFiles)" + W_COMMONFILES_WIN="$(w_expand_env CommonProgramW6432)" - W_WINDIR_UNIX="$W_DRIVE_C/windows" + # CommonProgramW6432 is only defined on win64, not win32 arches + # win32: %CommonProgramW6432% + # win64: 'C:\Program Files\Common Files' + if [ -z "$W_COMMONFILES_WIN" ] || [ "$W_COMMONFILES_WIN" = "%CommonProgramW6432%" ] ; then + W_COMMONFILES_WIN="$W_COMMONFILES_X86_WIN" + fi - # FIXME: move that tr into w_pathconv, if it's still needed? - W_PROGRAMS_UNIX="`w_pathconv -u "$W_PROGRAMS_WIN"`" + W_COMMONFILES_X86="$(w_pathconv -u "$W_COMMONFILES_X86_WIN")" + #W_COMMONFILES="$(w_pathconv -u "$W_COMMONFILES_WIN")" - # 64 bit windows has a second directory for program files + W_PROGRAMS_UNIX="$(w_pathconv -u "$W_PROGRAMS_WIN")" + W_WINDIR_UNIX="$W_DRIVE_C/windows" + + # 64-bit Windows has a second directory for program files W_PROGRAMS_X86_WIN="${W_PROGRAMS_WIN} (x86)" W_PROGRAMS_X86_UNIX="${W_PROGRAMS_UNIX} (x86)" - if ! test -d "$W_PROGRAMS_X86_UNIX" - then + if ! test -d "$W_PROGRAMS_X86_UNIX"; then W_PROGRAMS_X86_WIN="${W_PROGRAMS_WIN}" W_PROGRAMS_X86_UNIX="${W_PROGRAMS_UNIX}" fi - W_APPDATA_WIN="`w_expand_env AppData`" - W_APPDATA_UNIX="`w_pathconv -u "$W_APPDATA_WIN"`" + W_APPDATA_WIN="$(w_expand_env AppData)" + # shellcheck disable=SC2034 + W_APPDATA_UNIX="$(w_pathconv -u "$W_APPDATA_WIN")" # FIXME: get fonts path from SHGetFolderPath - # See also http://blogs.msdn.com/oldnewthing/archive/2003/11/03/55532.aspx + # See also https://blogs.msdn.microsoft.com/oldnewthing/20031103-00/?p=41973/ W_FONTSDIR_WIN="c:\\windows\\Fonts" - # FIXME: just convert path from windows to unix? + # FIXME: just convert path from Windows to Unix? # Did the user rename Fonts to fonts? - if test ! -d "$W_WINDIR_UNIX"/Fonts && test -d "$W_WINDIR_UNIX"/fonts - then + if test ! -d "$W_WINDIR_UNIX"/Fonts && test -d "$W_WINDIR_UNIX"/fonts; then W_FONTSDIR_UNIX="$W_WINDIR_UNIX"/fonts else W_FONTSDIR_UNIX="$W_WINDIR_UNIX"/Fonts @@ -3501,18 +4804,45 @@ winetricks_set_wineprefix() # Win(e) 32/64? # Using the variable W_SYSTEM32_DLLS instead of SYSTEM32 because some stuff does go under system32 for both arch's # e.g., spool/drivers/color - if test -d "$W_DRIVE_C/windows/syswow64" - then + if test -d "$W_DRIVE_C/windows/syswow64"; then W_ARCH=win64 W_SYSTEM32_DLLS="$W_WINDIR_UNIX/syswow64" W_SYSTEM32_DLLS_WIN="C:\\windows\\syswow64" W_SYSTEM64_DLLS="$W_WINDIR_UNIX/system32" + # shellcheck disable=SC2034 + W_SYSTEM64_DLLS_WIN32="C:\\windows\\sysnative" # path to access 64-bit dlls from 32-bit apps + # shellcheck disable=SC2034 + W_SYSTEM64_DLLS_WIN64="C:\\windows\\system32" # path to access 64-bit dlls from 64-bit apps + # Common variable for 32-bit dlls on win32/win64: + W_32BIT_DLLS="$W_WINDIR_UNIX/syswow64" + + # Probably need fancier handling/checking, but for a basic start: + # Note 'wine' may be named 'wine-stable'/'wine-staging'/etc.): + # WINE64 = wine64, available on 64-bit prefixes + # WINE_ARCH = the native wine for the prefix (wine for 32-bit, wine64 for 64-bit) + # WINE_MULTI = generic wine, new name + case "$WINE" in + *64) WINE64="${WINE}" ;; + *) WINE64="${WINE}64" ;; + esac + WINE_ARCH="${WINE64}" + WINE_MULTI="${WINE}" + # 64-bit prefixes still have plenty of issues: - w_warn "You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug." + case $LANG in + ru*) w_warn "Вы используете 64-битный WINEPREFIX. Важно: многие ветки устанавливают только 32-битные версии пакетов. Если у вас возникли проблемы, пожалуйста, проверьте еще раз на чистом 32-битном WINEPREFIX до отправки отчета об ошибке." ;; + *) w_warn "You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug." ;; + esac else W_ARCH=win32 W_SYSTEM32_DLLS="$W_WINDIR_UNIX/system32" W_SYSTEM32_DLLS_WIN="C:\\windows\\system32" + # Common variable for 32-bit dlls on win32/win64: + W_32BIT_DLLS="$W_WINDIR_UNIX/system32" + + WINE64="false" + WINE_ARCH="${WINE}" + WINE_MULTI="${WINE}" fi } @@ -3520,20 +4850,24 @@ winetricks_annihilate_wineprefix() { w_skip_windows "No wineprefix to delete on windows" && return - w_askpermission "Delete $WINEPREFIX, its apps, icons, and menu items?" - rm -rf "$WINEPREFIX"/* + case $LANG in + uk*) w_askpermission "Бажаєте видалити '$WINEPREFIX'?" ;; + pl*) w_askpermission "Czy na pewno chcesz usunąć prefiks $WINEPREFIX i wszystkie jego elementy?" ;; + *) w_askpermission "Delete $WINEPREFIX, its apps, icons, and menu items?" ;; + esac + rm -rf "$WINEPREFIX" # Also remove menu items. - find $XDG_DATA_HOME/applications/wine -type f -name '*.desktop' -exec grep -q -l "$WINEPREFIX" '{}' ';' -exec rm '{}' ';' + find "$XDG_DATA_HOME/applications/wine" -type f -name '*.desktop' -exec grep -q -l "$WINEPREFIX" '{}' ';' -exec rm '{}' ';' # Also remove desktop items. # Desktop might be synonym for home directory, so only go one level # deep to avoid extreme slowdown if user has lots of files ( - if ! test "$XDG_DESKTOP_DIR" && test -f $XDG_CONFIG_HOME/user-dirs.dirs - then - . $XDG_CONFIG_HOME/user-dirs.dirs + if ! test "$XDG_DESKTOP_DIR" && test -f "$XDG_CONFIG_HOME/user-dirs.dirs"; then + # shellcheck disable=SC1090 + . "$XDG_CONFIG_HOME/user-dirs.dirs" fi find "$XDG_DESKTOP_DIR" -maxdepth 1 -type f -name '*.desktop' -exec grep -q -l "$WINEPREFIX" '{}' ';' -exec rm '{}' ';' ) @@ -3546,18 +4880,22 @@ winetricks_init() { #---- Private Variables ---- - if ! test "$USERNAME" - then + if ! test "$USERNAME"; then # Posix only requires LOGNAME to be defined, and sure enough, when - # logging in via console and startx in ubuntu 11.04, USERNAME isn't set! + # logging in via console and startx in Ubuntu 11.04, USERNAME isn't set! # And even normal logins in Ubuntu 13.04 doesn't set it. # I tried using only LOGNAME in this script, but it's so easy to slip # and use USERNAME, so define it here if needed. USERNAME="$LOGNAME" fi + # Running Wine as root is (generally) bad, mmkay? + if [ "$(id -u)" = 0 ]; then + w_warn "Running Wine/winetricks as root is highly discouraged. See https://wiki.winehq.org/FAQ#Should_I_run_Wine_as_root.3F" + fi + # Ephemeral files for this run - WINETRICKS_WORKDIR="/tmp/w.$LOGNAME.$$" + WINETRICKS_WORKDIR="$W_TMP_EARLY/w.$LOGNAME.$$" test "$W_OPT_NOCLEAN" = 1 || rm -rf "$WINETRICKS_WORKDIR" # Registering a verb creates a file in WINETRICKS_METADATA @@ -3567,7 +4905,7 @@ winetricks_init() WINETRICKS_CATEGORIES="apps benchmarks dlls fonts games settings" for _W_cat in $WINETRICKS_CATEGORIES do - mkdir -p "$WINETRICKS_METADATA"/$_W_cat + mkdir -p "$WINETRICKS_METADATA/$_W_cat" done # Which subdirectory of WINETRICKS_METADATA is currently active (or main, if none) @@ -3586,38 +4924,30 @@ winetricks_init() # whether to use shared wineprefix (1) or unique wineprefix for each app (0) WINETRICKS_OPT_SHAREDPREFIX=${WINETRICKS_OPT_SHAREDPREFIX:-0} - # Mac folks tend to not have sha1sum, but we can make do with openssl - if [ -x "`which sha1sum 2>/dev/null`" ] - then - WINETRICKS_SHA1SUM="sha1sum" - elif [ -x "`which openssl 2>/dev/null`" ] - then - WINETRICKS_SHA1SUM="openssl dgst -sha1" - else - w_die "No sha1sum utility available." - fi + WINETRICKS_SOURCEFORGE=https://downloads.sourceforge.net - # Which sourceforge mirror to use. Rotate based on time, since - # their mirror picker sometimes persistantly sends you to a broken - # mirror. - case `date +%S` in - *[3]) WINETRICKS_SOURCEFORGE=http://surfnet.dl.sourceforge.net/sourceforge ;; - *) WINETRICKS_SOURCEFORGE=http://downloads.sourceforge.net;; - esac + winetricks_get_sha1sum_prog + winetricks_get_sha256sum_prog + + winetricks_get_platform #---- Public Variables ---- # Where application installers are cached - # See http://standards.freedesktop.org/basedir-spec/latest/ar01s03.html - if test -d "$HOME/Library/Caches" - then - # MacOSX + # See https://standards.freedesktop.org/basedir-spec/latest/ar01s03.html + # OSX: https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html + + if test -d "$HOME/Library"; then + # OS X XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/Library/Caches}" + XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/Library/Preferences}" else XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}" + XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" fi - if test "$WINETRICKS_DIR" - then + + # shellcheck disable=SC2153 + if test "$WINETRICKS_DIR"; then # For backwards compatibility W_CACHE="${W_CACHE:-$WINETRICKS_DIR/cache}" WINETRICKS_POST="${WINETRICKS_POST:-$WINETRICKS_DIR/postinstall}" @@ -3625,78 +4955,100 @@ winetricks_init() W_CACHE="${W_CACHE:-$XDG_CACHE_HOME/winetricks}" WINETRICKS_POST="${WINETRICKS_POST:-$XDG_DATA_HOME/winetricks/postinstall}" fi - test -d "$W_CACHE" || mkdir -p "$W_CACHE" + WINETRICKS_AUTH="${WINETRICKS_AUTH:-$XDG_DATA_HOME/winetricks/auth}" + # Config options are currently opt-in and not required, so not creating the config + # directory unless there's demand: + WINETRICKS_CONFIG="${XDG_CONFIG_HOME}/winetricks" + #test -d "$WINETRICKS_CONFIG" || mkdir -p "$WINETRICKS_CONFIG" + + # Load country code from config file only when "--country=" option is not specified + if test -z "$W_COUNTRY" -a -f "${WINETRICKS_CONFIG}"/country; then + W_COUNTRY="$(cat "${WINETRICKS_CONFIG}"/country)" + fi + + # Pin a task to a single cpu. Helps prevent race conditions. + # + # Linux/FreeBSD: supported + # OSX: doesn't have a utility for this + # Solaris: no access, PR welcome + + if [ -x "$(which taskset 2>/dev/null)" ]; then + W_TASKSET="taskset -c 0" + elif [ -x "$(which cpuset 2>/dev/null)" ]; then + W_TASKSET="cpuset -l 0" + else + # not using w_warn so we don't annoy everyone running via GUI, but still printed to terminal: + echo "warning: taskset/cpuset not available on your platform!" + W_TASKSET="" + fi + # System-specific variables - case "$OS" in - "Windows_NT") - WINE="" - WINESERVER="" - W_DRIVE_C="C:/" - ;; - *) - WINE="${WINE:-wine}" - # Find wineserver. Some distros (Debian) don't have it on the path, - # on the mistaken understanding that user scripts never need it :-( - # FIXME: get packagers to put wineserver on the path. - for x in \ - "$WINESERVER" \ - "${WINE}server" \ - "`which wineserver 2> /dev/null`" \ - /usr/lib*/wine-unstable/wineserver \ - /usr/lib*/wine/wineserver \ - /usr/lib*/wine/bin/wineserver \ - /usr/lib/*/wine-unstable/wineserver \ - /usr/lib/*/wine-unstable/bin/wineserver \ - /usr/lib/*/wine-unstable/wine/wineserver \ - /usr/lib/*/wine-unstable/wine/bin/wineserver \ - /usr/lib/*/wine/wineserver \ - /usr/lib/*/wine/bin/wineserver \ - "`dirname $WINE`/server/wineserver" \ - file-not-found - do - if test -x "$x" - then - break - fi - done - case "$x" in - file-not-found) - w_die "wineserver not found!" ;; + case "$W_PLATFORM" in + windows_cmd) + WINE="" + WINE64="" + WINE_ARCH="" + WINE_MULTI="" + WINESERVER="" + W_DRIVE_C="C:/" + ;; *) - WINESERVER="$x" ;; - esac + WINE="${WINE:-wine}" + # Find wineserver. + # Some distributions (Debian before wine 1.8-2) don't have it on the path. + for x in \ + "$WINESERVER" \ + "${WINE}server" \ + "$(which wineserver 2> /dev/null)" \ + "$(dirname $WINE)/server/wineserver" \ + /usr/bin/wineserver-development \ + /usr/lib/wine/wineserver \ + /usr/lib/i386-kfreebsd-gnu/wine/wineserver \ + /usr/lib/i386-linux-gnu/wine/wineserver \ + /usr/lib/powerpc-linux-gnu/wine/wineserver \ + /usr/lib/i386-kfreebsd-gnu/wine/bin/wineserver \ + /usr/lib/i386-linux-gnu/wine/bin/wineserver \ + /usr/lib/powerpc-linux-gnu/wine/bin/wineserver \ + /usr/lib/x86_64-linux-gnu/wine/bin/wineserver \ + /usr/lib/i386-kfreebsd-gnu/wine-development/wineserver \ + /usr/lib/i386-linux-gnu/wine-development/wineserver \ + /usr/lib/powerpc-linux-gnu/wine-development/wineserver \ + /usr/lib/x86_64-linux-gnu/wine-development/wineserver \ + file-not-found + do + if test -x "$x"; then + case "$x" in + /usr/lib/*/wine-development/wineserver|/usr/bin/wineserver-development) + if test -x /usr/bin/wine-development; then + WINE="/usr/bin/wine-development" + fi + ;; + esac + break + fi + done - if test "$WINEPREFIX" - then - WINETRICKS_ORIGINAL_WINEPREFIX="$WINEPREFIX" - #if test WINETRICKS_OPT_SHAREDPREFIX=0 - #then - # w_info "To install apps into $WINEPREFIX, give the --no-isolate option" - #fi - else - WINETRICKS_ORIGINAL_WINEPREFIX="$HOME/.wine" - fi - _abswine="`which "$WINE" 2>/dev/null`" - if ! test -x "$_abswine" || ! test -f "$_abswine" - then - w_die "WINE is $WINE, which is neither on the path nor an executable file" - fi - case "$WINETRICKS_OPT_VERBOSE" in - "1") echo -n "Wine is '$WINE'; Wine version is " - "$WINE" --version || w_die "Can't get wine version" - echo "winetricks is $0 ; winetricks version is $WINETRICKS_VERSION" - ;; - esac - unset _abswine - ;; - esac - winetricks_set_wineprefix + case "$x" in + file-not-found) w_die "wineserver not found!" ;; + *) WINESERVER="$x" ;; + esac - # FIXME: don't hardcode - W_PROGRAMS_DRIVE=c + if test "$WINEPREFIX"; then + WINETRICKS_ORIGINAL_WINEPREFIX="$WINEPREFIX" + else + WINETRICKS_ORIGINAL_WINEPREFIX="$HOME/.wine" + fi + _abswine="$(which "$WINE" 2>/dev/null)" + if ! test -x "$_abswine" || ! test -f "$_abswine"; then + w_die "WINE is $WINE, which is neither on the path nor an executable file" + fi + unset _abswine + ;; + esac + winetricks_set_wineprefix "$1" # Whether to automate installs (0=no, 1=yes) winetricks_set_unattended ${W_OPT_UNATTENDED:-0} @@ -3705,29 +5057,42 @@ winetricks_init() W_ISO_MOUNT_ROOT=/mnt/winetricks W_ISO_MOUNT_LETTER=i - WINETRICKS_WINE_VERSION=`winetricks_early_wine --version | sed 's/.*wine/wine/'` - # A small hack... - case "$WINETRICKS_WINE_VERSION" in - wine-1.4-*) WINETRICKS_WINE_VERSION="wine-1.4.40"; export WINETRICKS_WINE_VERSION;; - wine-1.4) WINETRICKS_WINE_VERSION="wine-1.4.0"; export WINETRICKS_WINE_VERSION;; - wine-1.6-*) WINETRICKS_WINE_VERSION="wine-1.6.0"; export WINETRICKS_WINE_VERSION;; - wine-1.6) WINETRICKS_WINE_VERSION="wine-1.6.0"; export WINETRICKS_WINE_VERSION;; - esac - WINETRICKS_WINE_MINOR=`echo $WINETRICKS_WINE_VERSION | sed 's/wine-1\.\([0-9]*\)\..*/\1/'` - WINETRICKS_WINE_MICRO=`echo $WINETRICKS_WINE_VERSION | sed 's/wine-1.[0-9][0-9]*\.\([0-9]*\).*/\1/'` + WINETRICKS_WINE_VERSION=${WINETRICKS_WINE_VERSION:-$(winetricks_early_wine --version | sed 's/.*wine/wine/')} + WINETRICKS_ORIG_WINE_VERSION="${WINETRICKS_WINE_VERSION}" + + # Need to account for lots of variations: + # wine-1.9.22 + # wine-1.9.22 (Debian 1.9.22-1) + # wine-1.9.22 (Staging) + # wine-2.0 (Debian 2.0-1) + # wine-2.0-rc1 + # wine-2.8 + _wine_version_stripped="$(echo "$WINETRICKS_WINE_VERSION" | cut -d ' ' -f1 | sed -e 's/wine-//' -e 's/-rc.*//')" + + # If WINE is < 2.0, warn user: + if w_wine_version_in 2.0, ; then + w_warn "Your version of wine $_wine_version_stripped is no longer supported upstream. You should upgrade to 2.x" + fi + + if [ ! "$WINETRICKS_SUPER_QUIET" ] ; then + echo "Using winetricks $(winetricks_print_version) with ${WINETRICKS_ORIG_WINE_VERSION} and WINEARCH=${W_ARCH}" + fi + + winetricks_latest_version_check } winetricks_usage() { case $LANG in - da*) - cat <<_EOF_ + da*) + cat <<_EOF_ Brug: $0 [tilvalg] [verbum|sti-til-verbum] ... Kører de angivne verber. Hvert verbum installerer et program eller ændrer en indstilling. Tilvalg: -k|--keep_isos: lagr iso'er lokalt (muliggør senere installation uden disk) -q|--unattended: stil ingen spørgsmål, installér bare automatisk -r|--ddrescue: brug alternativ disk-tilgangsmetode (hjælper i tilfælde af en ridset disk) +-t|--torify: Run downloads under torify, if available -v|--verbose: vis alle kommandoer som de bliver udført -V|--version: vis programversionen og afslut -h|--help: vis denne besked og afslut @@ -3737,44 +5102,65 @@ list-cached: vis en liste over verber for allerede-hentede installationsprogramm list-download: vis en liste over verber for programmer der kan hentes list-manual-download: list applications which can be downloaded with some help from the user list-installed: list already-installed applications +annihilate Delete ALL DATA AND APPLICATIONS INSIDE THIS WINEPREFIX _EOF_ - ;; - de*) - cat <<_EOF_ -Usage: $0 [options] [verb|path-to-verb] ... + ;; + de*) + cat <<_EOF_ +Benutzung: $0 [options] [Kommando|Verb|Pfad-zu-Verb] ... Angegebene Verben ausführen. -Jeder Verb installiert z.B. eine Anwendung oder ändert eine Einstellung. +Jedes Verb installiert eine Anwendung oder ändert eine Einstellung. + Optionen: --k|--keep_isos: isos local speichern (erlaubt spätere Installierung ohne Disk) --q|--unattended: keine Fragen stellen, alles automatisch installieren --r|--ddrescue: alternative Zugriffsmodus (hilft bei gekratzten Disks) --v|--verbose: alle ausgeführten Kommandos anzeigen --V|--version: Programmversion anzeigen --h|--help: diese Hilfemeldung anzeigen -Verben: -apps: Typ 'Andwendungen' auswählen -games: Typ 'Spiele' auswählen -list: Verben von ausgewählte Typ auflisten -list-cached: Verben für schon gecachte Installers auflisten -list-download: Verben für herunterladbare Anwendungen auflisten -list-manual-download: list applications which can be downloaded with some help from the user -list-installed: Verben für schon installlierte Programme auflisten + --force Nicht prüfen ob Pakete bereits installiert wurden + --gui GUI Diagnosen anzeigen, auch wenn von der Kommandozeile gestartet + --isolate Jedes Programm oder Spiel in eigener Bottle (WINEPREFIX) installieren +-k, --keep_isos ISOs local speichern (erlaubt spätere Installation ohne Disk) + --no-clean Temp Verzeichnisse nicht löschen (nützlich beim debuggen) +-q, --unattended Keine Fragen stellen, alles automatisch installieren +-r, --ddrescue Alternativer Zugriffsmodus (hilft bei zerkratzten Disks) + --showbroken Auch Verben anzeigen die momentan in Wine nicht funktionieren +-t --torify Run downloads under torify, if available + --verify Wenn Möglisch automatische GUI Tests für Verben starten +-v, --verbose Alle ausgeführten Kommandos anzeigen +-h, --help Diese Hilfemeldung anzeigen +-V, --version Programmversion anzeigen und Beenden + +Kommandos: +list Kategorien auflisten +list-all Alle Kategorien und deren Verben auflisten +apps list Verben der Kategorie 'Anwendungen' auflisten +benchmarks list Verben der Kategorie 'Benchmarks' auflisten +dlls list Verben der Kategorie 'DLLs' auflisten +games list Verben der Kategorie 'Spiele' auflisten +settings list Verben der Kategorie 'Einstellungen' auflisten +list-cached Verben für bereits gecachte Installers auflisten +list-download Verben für automatisch herunterladbare Anwendungen auflisten +list-manual-download Verben für vom Benutzer herunterladbare Anwendungen auflisten +list-installed Bereits installierte Verben auflisten +prefix=foobar WINEPREFIX=$W_PREFIXES_ROOT/foobar auswählen +annihilate ALLE DATEIEN UND PROGRAMME IN DIESEM WINEPREFIX Löschen _EOF_ - ;; - *) - cat <<_EOF_ + ;; + *) + cat <<_EOF_ Usage: $0 [options] [command|verb|path-to-verb] ... Executes given verbs. Each verb installs an application or changes a setting. Options: + --country=CC Set country code to CC and don't detect your IP address --force Don't check whether packages were already installed --gui Show gui diagnostics even when driven by commandline + --isolate Install each app or game in its own bottle (WINEPREFIX) + --self-update Update this application to the last version + --update-rollback Rollback the last self update -k, --keep_isos Cache isos (allows later installation without disc) --no-clean Don't delete temp directories (useful during debugging) - --no-isolate Don't install each app or game in its own bottle -q, --unattended Don't ask any questions, just install automatically -r, --ddrescue Retry hard when caching scratched discs --showbroken Even show verbs that are currently broken in wine +-t --torify Run downloads under torify, if available + --verify Run (automated) GUI tests for verbs, if available -v, --verbose Echo all commands as they are executed -h, --help Display this message and exit -V, --version Display version and exit @@ -3792,30 +5178,37 @@ list-download list verbs which download automatically list-manual-download list verbs which download with some help from the user list-installed list already-installed verbs prefix=foobar select WINEPREFIX=$W_PREFIXES_ROOT/foobar +annihilate Delete ALL DATA AND APPLICATIONS INSIDE THIS WINEPREFIX _EOF_ - ;; + ;; esac } winetricks_handle_option() { case "$1" in - -r|--ddrescue) WINETRICKS_OPT_DD=ddrescue ;; - -k|--keep_isos) WINETRICKS_OPT_KEEPISOS=1 ;; - -q|--unattended) winetricks_set_unattended 1 ;; - -v|--verbose) WINETRICKS_OPT_VERBOSE=1; set -x ;; - -V|--version) winetricks_print_version ; exit 0;; - -h|--help) winetricks_usage ; exit 0 ;; - --isolate) WINETRICKS_OPT_SHAREDPREFIX=0 ;; - --no-isolate) WINETRICKS_OPT_SHAREDPREFIX=1 ;; - --no-clean) W_OPT_NOCLEAN=1 ;; - --force) WINETRICKS_FORCE=1;; - --gui) winetricks_detect_gui;; - --showbroken) W_OPT_SHOWBROKEN=1 ;; - --optin) WINETRICKS_STATS_REPORT=1;; - --optout) WINETRICKS_STATS_REPORT=0;; - -*) w_die "unknown option $1" ;; - *) return 1 ;; + --country=*) W_COUNTRY="${1##--country=}" ;; + --force) WINETRICKS_FORCE=1;; + --gui) winetricks_detect_gui;; + -h|--help) winetricks_usage ; exit 0 ;; + --isolate) WINETRICKS_OPT_SHAREDPREFIX=0 ;; + -k|--keep_isos) WINETRICKS_OPT_KEEPISOS=1 ;; + --no-clean) W_OPT_NOCLEAN=1 ;; + --no-isolate) WINETRICKS_OPT_SHAREDPREFIX=1 ;; + --optin) WINETRICKS_STATS_REPORT=1;; + --optout) WINETRICKS_STATS_REPORT=0;; + -q|--unattended) winetricks_set_unattended 1 ;; + -r|--ddrescue) WINETRICKS_OPT_DD=ddrescue ;; + --self-update) winetricks_selfupdate;; + --showbroken) W_OPT_SHOWBROKEN=1 ;; + -t|--torify) WINETRICKS_OPT_TORIFY=1 ;; + --update-rollback) winetricks_selfupdate_rollback;; + -v|--verbose) WINETRICKS_OPT_VERBOSE=1 ; set -x;; + -V|--version) winetricks_print_version ; exit 0;; + --verify) WINETRICKS_VERIFY=1 ;; + -vv|--really-verbose) WINETRICKS_OPT_VERBOSE=2 ; set -x ;; + -*) w_die "unknown option $1" ;; + *) return 1 ;; esac return 0 } @@ -3823,34 +5216,44 @@ winetricks_handle_option() # Must initialize variables before calling w_metadata if ! test "$WINETRICKS_LIB" then - WINETRICKS_SRCDIR=`dirname "$0"` - WINETRICKS_SRCDIR=`cd "$WINETRICKS_SRCDIR"; /bin/pwd` + WINETRICKS_SRCDIR=$(dirname "$0") + WINETRICKS_SRCDIR=$(w_try_cd "$WINETRICKS_SRCDIR"; pwd) # Which GUI helper to use (none/zenity/kdialog). See winetricks_detect_gui. WINETRICKS_GUI=none + # Default to a shared prefix: + WINETRICKS_OPT_SHAREDPREFIX=${WINETRICKS_OPT_SHAREDPREFIX:-1} # Handle options before init, to avoid starting wine for --help or --version - while winetricks_handle_option $1 + while winetricks_handle_option "$1" do shift done - winetricks_init + # Workaround for https://github.com/Winetricks/winetricks/issues/599 + # If --isolate is used, pass verb to winetricks_init, so it can set the wineprefix using winetricks_set_wineprefix() + # Otherwise, an arch mismatch between ${WINEPREFIX:-$HOME/.wine} and the prefix to be made for the isolated app would cause it to fail + case $WINETRICKS_OPT_SHAREDPREFIX in + 0) winetricks_init "$1" ;; + *) winetricks_init ;; + esac fi winetricks_install_app() { case $LANG in - da*) fail_msg="Installationen af pakken $1 fejlede" ;; - de*) fail_msg="Installieren von Pakete $1 gescheitert" ;; - pl*) fail_msg="Niepowodzenie przy instalacji paczki $1" ;; - uk*) fail_msg="Помилка встановлення пакунка $1" ;; - *) fail_msg="Failed to install package $1" ;; + da*) fail_msg="Installationen af pakken $1 fejlede" ;; + de*) fail_msg="Installieren von Paket $1 gescheitert" ;; + pl*) fail_msg="Niepowodzenie przy instalacji paczki $1" ;; + ru*) fail_msg="Ошибка установки пакета $1" ;; + uk*) fail_msg="Помилка встановлення пакунка $1" ;; + zh_CN*) fail_msg="$1 安装失败" ;; + zh_TW*|zh_HK*) fail_msg="$1 安裝失敗" ;; + *) fail_msg="Failed to install package $1" ;; esac # FIXME: initialize a new wineprefix for this app, set lots of global variables - if ! w_do_call $1 $2 - then + if ! w_do_call "$1" "$2"; then w_die "$fail_msg" fi } @@ -3862,96 +5265,156 @@ winetricks_install_app() #---------------------------------------------------------------- #----- common download for several verbs +# Note: please put a file list $(cabextract -l $foo) / $(unzip -l $foo) at ./misc/filelists/${helper}.txt +# Filelist at ./misc/filelists/directx-feb2010.txt helper_directx_dl() { # February 2010 DirectX 9c User Redistributable - # http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=0cef8180-e94a-4f56-b157-5ab8109cb4f5 + # https://www.microsoft.com/en-us/download/details.aspx?id=9033 # FIXME: none of the verbs that use this will show download status right # until file1 metadata is extended to handle common cache dir - w_download_to directx9 http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe a97c820915dc20929e84b49646ec275760012a42 + w_download_to directx9 https://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe f6d191e89a963d7cca34f169d30f49eab99c1ed3bb92da73ec43617caaa1e93f DIRECTX_NAME=directx_feb2010_redist.exe } +# Filelist at ./misc/filelists/directx-jun2010.txt helper_directx_Jun2010() { # June 2010 DirectX 9c User Redistributable - # http://www.microsoft.com/downloads/en/details.aspx?FamilyID=3b170b25-abab-4bc3-ae91-50ceb6d8fa8d - w_download_to directx9 http://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe + # https://www.microsoft.com/en-us/download/details.aspx?id=8109 + w_download_to directx9 https://download.microsoft.com/download/8/4/A/84A35BF1-DAFE-4AE8-82AF-AD2AE20B6B14/directx_Jun2010_redist.exe DIRECTX_NAME=directx_Jun2010_redist.exe } +# Filelist at ./misc/filelists/directx-jun2010.txt helper_d3dx9_xx() { dllname=d3dx9_$1 - helper_directx_dl + helper_directx_Jun2010 # Even kinder, less invasive directx - only extract and override d3dx9_xx.dll w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x86*" "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*.cab do w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "$dllname.dll" "$x" done - w_override_dlls native $dllname + if test "$W_ARCH" = "win64"; then + w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x64*" "$W_CACHE"/directx9/$DIRECTX_NAME + + for x in "$W_TMP"/*x64.cab + do + w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F "$dllname.dll" "$x" + done + fi + + w_override_dlls native "$dllname" +} + +# Filelist at ./misc/filelists/vb6sp6.txt +helper_vb6sp6() +{ + # $1 - directory to extract to + # $2 .. $n - files to extract from the archive + + destdir="$1" + shift + + w_download_to vb6sp6 https://download.microsoft.com/download/5/6/3/5635D6A9-885E-4C80-A2E7-8A7F4488FBF1/VB60SP6-KB2708437-x86-ENU.msi 350602b2e084b39c97d1394c8594b18e41ef622315d4a9635c5e8ea6aa977b5e + w_try_7z "$destdir" "$W_CACHE"/vb6sp6/VB60SP6-KB2708437-x86-ENU.msi "$@" } +# Filelist at ./misc/filelists/win2ksp4.txt helper_win2ksp4() { filename=$1 - # http://www.microsoft.com/downloads/details.aspx?FamilyID=1001AAF1-749F-49F4-8010-297BD6CA33A0&displaylang=en - w_download_to win2ksp4 http://download.microsoft.com/download/E/6/A/E6A04295-D2A8-40D0-A0C5-241BFECD095E/W2KSP4_EN.EXE fadea6d94a014b039839fecc6e6a11c20afa4fa8 - w_try_cabextract -d "$W_TMP" -L -F $filename "$W_CACHE"/win2ksp4/W2KSP4_EN.EXE + # Originally at https://www.microsoft.com/en-us/download/details.aspx?id=4127 + # Mirror list at http://www.filewatcher.com/m/w2ksp4_en.exe.135477136-0.html + # The rename from w2ksp4_en.exe to W2KSP4_EN.EXE avoids users having to redownload for a file rename + w_download_to win2ksp4 ftp://ftp.twaren.net/pub/cpatch/msupdate/win2000/en/w2ksp4_en.exe 167bb78d4adc957cc39fb4902517e1f32b1e62092353be5f8fb9ee647642de7e W2KSP4_EN.EXE + w_try_cabextract -d "$W_TMP" -L -F "$filename" "$W_CACHE"/win2ksp4/W2KSP4_EN.EXE } -helper_xpsp2() +# Filelist at ./misc/filelists/winxpsp3.txt +helper_winxpsp3() { filename=$1 - # http://www.microsoft.com/en-us/download/details.aspx?id=28 - w_download_to xpsp2 http://download.microsoft.com/download/1/6/5/165b076b-aaa9-443d-84f0-73cf11fdcdf8/WindowsXP-KB835935-SP2-ENU.exe 33a8fef60d48ae1f2c4feea27111af5ceca3c4f6 + # 2017/03/15: helper was renamed from winxpsp3 to winxpsp3, to match win2k/win7 service pack helpers + # To minimize user impact, renaming directory automagically. + # This could be removed after a transition period (1 year or so): + if [ -d "$W_CACHE/xpsp3" ] ; then + w_try mv "$W_CACHE/xpsp3" "$W_CACHE/winxpsp3" + fi + + # Formerly at: + # https://www.microsoft.com/en-us/download/details.aspx?id=24 + # https://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe + # Mirror list: http://www.filewatcher.com/m/WindowsXP-KB936929-SP3-x86-ENU.exe.331805736-0.html + # 2018/04/04: http://www.download.windowsupdate.com/msdownload/update/software/dflt/2008/04/windowsxp-kb936929-sp3-x86-enu_c81472f7eeea2eca421e116cd4c03e2300ebfde4.exe + w_download_to winxpsp3 ftp://ftp.emacinc.com/LegacyProducts/SBC/drivers/vdx/WINXP/WindowsXP-KB936929-SP3-x86-ENU.exe 62e524a552db9f6fd22d469010ea4d7e28ee06fa615a1c34362129f808916654 - w_try_cabextract -d "$W_TMP" -L -F $filename "$W_CACHE"/xpsp2/WindowsXP-KB835935-SP2-ENU.exe + w_try_cabextract -d "$W_TMP" -L -F "$filename" "$W_CACHE"/winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe } +# Filelist at ./misc/filelists/win7sp1.txt helper_win7sp1() { filename=$1 # https://www.microsoft.com/en-us/download/details.aspx?id=5842 - w_download_to win7sp1 http://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X86.exe c3516bc5c9e69fee6d9ac4f981f5b95977a8a2fa + w_download_to win7sp1 https://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X86.exe e5449839955a22fc4dd596291aff1433b998f9797e1c784232226aba1f8abd97 + + w_try_cabextract -d "$W_TMP" -L -F "$filename" "$W_CACHE"/win7sp1/windows6.1-KB976932-X86.exe +} + +# Filelist at ./misc/filelists/win7sp1_x64.txt +helper_win7sp1_x64() +{ + filename=$1 + + # https://www.microsoft.com/en-us/download/details.aspx?id=5842 + w_download_to win7sp1 https://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X64.exe f4d1d418d91b1619688a482680ee032ffd2b65e420c6d2eaecf8aa3762aa64c8 - w_try_cabextract -d "$W_TMP" -L -F $filename "$W_CACHE"/win7sp1/windows6.1-KB976932-X86.exe + w_try_cabextract -d "$W_TMP" -L -F "$filename" "$W_CACHE"/win7sp1/windows6.1-KB976932-X64.exe } +####################### +# dlls +####################### + #--------------------------------------------------------- -w_metadata adobeair dlls \ - title="Adobe AIR 4.0" \ +w_metadata adobeair dlls \ + title="Adobe AIR" \ publisher="Adobe" \ - year="2014" \ + year="2018" \ media="download" \ file1="AdobeAIRInstaller.exe" \ installed_file1="$W_COMMONFILES_X86_WIN/Adobe AIR/Versions/1.0/Adobe AIR.dll" \ - homepage="http://www.adobe.com/products/air/" + homepage="https://www.adobe.com/products/air/" load_adobeair() { - # 2010-02-02: sha1sum 5c95f51a680f8c175a92755238127be4ad22c53b - # 2010-02-20: sha1sum 6f03e723bd855abbe00eb8fdf22da54fb49c62db - # 2010-07-29: 2.0.2 sha1sum 7b93aedaf48ad7854940e7a4e7d9394a255e888b - # 2010-12-08: 2.5.1 sha1sum 2664207ca8e836f5070ee356064829a39785a92e - # 2011-04-13: 2.6 sha1sum 3d9c2f9d8f3533424cfea84d61fcb9464278d9fc - # 2011-10-26: 2.7 sha1sum dfa337d4b53e9d924356febc116450190fa183dd - # 2014-03-01: 4.0 sha1sum 0034bdd4e0b2ce0fa6198b0b715fba85754d9a57 - # http://helpx.adobe.com/en/flash-player/release-note/fp_12_air_4_release_notes.html - w_download http://airdownload.adobe.com/air/win/download/4.0/AdobeAIRInstaller.exe 0034bdd4e0b2ce0fa6198b0b715fba85754d9a57 - cd "$W_CACHE"/adobeair - w_try "$WINE" AdobeAIRInstaller.exe $W_UNATTENDED_DASH_SILENT + # 2017/03/14: 20.0.0.260 (strings 'Adobe AIR.dll' | grep 20\\. ) sha256sum 318770b9a18e59ca4a721a1f5c2b0235cffdbe77a043e99cb2af32074d61de45 + # 2018/01/30: 28.0.0.127 (strings 'Adobe AIR.dll' | grep 28\\. ) sha256sum 9076489e273652089a4a53a1d38c6631e8b7477e39426a843e0273f25bfb109f + # 2018/03/16: 29.0.0.112 (strings 'Adobe AIR.dll' | grep -E "^29\..+\..+" ) sha256sum 5186b54682644a30f2be61c9b510de9a9a76e301bc1b42f0f1bc50bd809a3625 + w_download https://airdownload.adobe.com/air/win/download/latest/AdobeAIRInstaller.exe 5186b54682644a30f2be61c9b510de9a9a76e301bc1b42f0f1bc50bd809a3625 + w_try_cd "$W_CACHE/$W_PACKAGE" + + # See https://bugs.winehq.org/show_bug.cgi?id=43506 + # and https://github.com/Winetricks/winetricks/issues/821 + if w_workaround_wine_bug 43506 "Forcing quiet install"; then + w_try "$WINE" AdobeAIRInstaller.exe -silent + else + w_try "$WINE" AdobeAIRInstaller.exe $W_UNATTENDED_DASH_SILENT + fi } #---------------------------------------------------------------- @@ -3959,21 +5422,24 @@ load_adobeair() w_metadata amstream dlls \ title="MS amstream.dll" \ publisher="Microsoft" \ - year="2010" \ + year="2011" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/amstream.dll" load_amstream() { - helper_directx_dl - mkdir "$W_CACHE"/amstream # kludge so test -f $file1 works + helper_win7sp1 x86_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_0f58f1e53efca91e/amstream.dll + w_try cp "$W_TMP/x86_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_0f58f1e53efca91e/amstream.dll" "$W_SYSTEM32_DLLS/amstream.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_6b778d68f75a1a54/amstream.dll + w_try cp "$W_TMP/amd64_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_6b778d68f75a1a54/amstream.dll" "$W_SYSTEM64_DLLS/amstream.dll" + fi - w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'amstream.dll' "$W_TMP/dxnt.cab" w_try_regsvr amstream.dll - w_override_dlls native amstream + w_override_dlls native,builtin amstream } #---------------------------------------------------------------- @@ -3988,9 +5454,9 @@ w_metadata art2kmin dlls \ load_art2kmin() { - # See http://www.microsoft.com/downloads/details.aspx?familyid=d9ae78d9-9dc6-4b38-9fa6-2c745a175aed&displaylang=en - w_download http://download.microsoft.com/download/D/2/A/D2A2FC8B-0447-491C-A5EF-E8AA3A74FB98/AccessRuntime.exe 571811b7536e97cf4e4e53bbf8260cddd69f9b2d - cd "$W_CACHE"/art2kmin + # See https://www.microsoft.com/en-us/download/details.aspx?id=4438 + w_download https://download.microsoft.com/download/D/2/A/D2A2FC8B-0447-491C-A5EF-E8AA3A74FB98/AccessRuntime.exe a00a92fdc4ddc0dcf5d1964214a8d7e4c61bb036908a4b43b3700063eda9f4fb + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" AccessRuntime.exe $W_UNATTENDED_SLASH_Q } @@ -4017,12 +5483,12 @@ w_metadata avifil32 dlls \ publisher="Microsoft" \ year="2004" \ media="download" \ - file1="../xpsp2/WindowsXP-KB835935-SP2-ENU.exe" \ + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/avifil32.dll" load_avifil32() { - helper_xpsp2 i386/avifil32.dl_ + helper_winxpsp3 i386/avifil32.dl_ w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/avifil32.dl_ w_override_dlls native avifil32 @@ -4034,16 +5500,19 @@ w_metadata cabinet dlls \ title="Microsoft cabinet.dll" \ publisher="Microsoft" \ year="2002" \ - media="manual_download" \ - file1="mdac_typ.exe" \ + media="download" \ + file1="MDAC_TYP.EXE" \ installed_file1="$W_SYSTEM32_DLLS_WIN/cabinet.dll" load_cabinet() { - # http://www.microsoft.com/downloads/en/details.aspx?FamilyId=9AD000F2-CAE7-493D-B0F3-AE36C570ADE8&displaylang=en - w_download_manual http://download.cnet.com/Microsoft-Data-Access-Components-MDAC-2-7-Service-Pack-1-Refresh/3000-10250_4-10729498.html mdac_typ.exe f68594d1f578c3b47bf0639c46c11c5da161feee - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/cabinet/$file1 - w_try cp "$W_TMP"/cabinet.dll "$W_SYSTEM32_DLLS"/cabinet.dll + # https://www.microsoft.com/downloads/en/details.aspx?FamilyId=9AD000F2-CAE7-493D-B0F3-AE36C570ADE8&displaylang=en + # Originally at: https://download.microsoft.com/download/3/b/f/3bf74b01-16ba-472d-9a8c-42b2b4fa0d76/mdac_typ.exe + # Mirror list: http://www.filewatcher.com/m/MDAC_TYP.EXE.5389224-0.html (5.14 MB MDAC_TYP.EXE) + w_download ftp://ftp.gunadarma.ac.id/pub/driver/itegno/USB%20Software/MDAC/MDAC_TYP.EXE 36d2a3099e6286ae3fab181a502a95fbd825fa5ddb30bf09b345abc7f1f620b4 + + w_try_cabextract --directory="${W_TMP}" "${W_CACHE}/${W_PACKAGE}/${file1}" + w_try cp "${W_TMP}/cabinet.dll" "${W_SYSTEM32_DLLS}/cabinet.dll" w_override_dlls native,builtin cabinet } @@ -4060,8 +5529,10 @@ w_metadata cmd dlls \ load_cmd() { - w_download http://download.microsoft.com/download/8/d/c/8dc79965-dfbc-4b25-9546-e23bc4b791c6/Q811493_W2K_SP4_X86_EN.exe ac6e28cfd12942e74aa08bddf7715705edb85b6b - w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_CACHE"/cmd/Q811493_W2K_SP4_X86_EN.exe -F cmd.exe + # Originally at: https://download.microsoft.com/download/8/d/c/8dc79965-dfbc-4b25-9546-e23bc4b791c6/Q811493_W2K_SP4_X86_EN.exe + # Mirror list: http://www.filewatcher.com/_/?q=Q811493_W2K_SP4_X86_EN.exe + w_download ftp://ftp.fu-berlin.de/pc/security/ms-patches/win2000/Security_Bulletins/Q811493_W2K_SP4_X86_EN.exe b5574b3516a724c2cba0d864162a3d1d684db1cf30de8db4b0e0ea6a1f6f1480 + w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_CACHE/$W_PACKAGE/$file1" -F cmd.exe w_override_dlls native,builtin cmd.exe } @@ -4078,12 +5549,16 @@ w_metadata comctl32 dlls \ load_comctl32() { - # http://www.microsoft.com/downloads/details.aspx?familyid=6f94d31a-d1e0-4658-a566-93af0d8d4a1e - #w_download http://download.microsoft.com/download/platformsdk/redist/5.80.2614.3600/w9xnt4/en-us/cc32inst.exe 94c3c494258cc54bd65d2f0153815737644bffde - w_download $WINETRICKS_SOURCEFORGE/pocmin/Win%2095_98%20Controls/Win%2095_98%20Controls/CC32inst.exe 94c3c494258cc54bd65d2f0153815737644bffde cc32inst.exe + # Microsoft has removed. Mirrors can be found at http://www.filewatcher.com/m/CC32inst.exe.587496-0.html + # 2011/01/17: https://www.microsoft.com/en-us/download/details.aspx?id=14672 + # 2012/08/11: w_download https://download.microsoft.com/download/platformsdk/redist/5.80.2614.3600/w9xnt4/en-us/cc32inst.exe d68c0cca721870aed39f5f2efd80dfb74f3db66d5f9a49e7578b18279edfa4a7 + # 2016/01/07: w_download ftp://ftp.ie.debian.org/disk1/download.sourceforge.net/pub/sourceforge/p/po/pocmin/Win%2095_98%20Controls/Win%2095_98%20Controls/CC32inst.exe + # 2017/03/12: w_download $WINETRICKS_SOURCEFORGE/project/pocmin/Win%2095_98%20Controls/Win%2095_98%20Controls/CC32inst.exe + + w_download $WINETRICKS_SOURCEFORGE/project/pocmin/Win%2095_98%20Controls/Win%2095_98%20Controls/CC32inst.exe d68c0cca721870aed39f5f2efd80dfb74f3db66d5f9a49e7578b18279edfa4a7 w_try "$WINE" "$W_CACHE"/comctl32/cc32inst.exe "/T:$W_TMP_WIN" /c $W_UNATTENDED_SLASH_Q - w_try_unzip -d "$W_TMP" "$W_TMP"/comctl32.exe + w_try_unzip "$W_TMP" "$W_TMP"/comctl32.exe w_try "$WINE" "$W_TMP"/x86/50ComUpd.Exe "/T:$W_TMP_WIN" /c $W_UNATTENDED_SLASH_Q w_try cp "$W_TMP"/comcnt.dll "$W_SYSTEM32_DLLS"/comctl32.dll @@ -4100,27 +5575,17 @@ load_comctl32() w_metadata comctl32ocx dlls \ title="MS comctl32.ocx and mscomctl.ocx, comctl32 wrappers for VB6" \ publisher="Microsoft" \ - year="2009" \ + year="2012" \ media="download" \ - file1="VisualBasic6-KB896559-v1-ENU.exe" \ - file2="mscomct2.cab" \ + file1="../vb6sp6/VB60SP6-KB2708437-x86-ENU.msi" \ installed_file1="$W_SYSTEM32_DLLS_WIN/mscomctl.ocx" load_comctl32ocx() { - # http://www.microsoft.com/downloads/details.aspx?FamilyID=25437D98-51D0-41C1-BB14-64662F5F62FE - w_download http://download.microsoft.com/download/3/a/5/3a5925ac-e779-4b1c-bb01-af67dc2f96fc/VisualBasic6-KB896559-v1-ENU.exe f52cf2034488235b37a1da837d1c40eb2a1bad84 - # More ActiveX controls. See https://support.microsoft.com/kb/297381 - w_download http://activex.microsoft.com/controls/vb6/mscomct2.cab 766f9ccf8849a04d757faee379da54d635c8ac71 + helper_vb6sp6 "$W_SYSTEM32_DLLS" comctl32.ocx mscomctl.ocx mscomct2.ocx - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/comctl32ocx/VisualBasic6-KB896559-v1-ENU.exe - w_try cp "$W_TMP"/mscomctl.ocx "$W_SYSTEM32_DLLS"/mscomctl.ocx - w_try cp "$W_TMP"/comctl32.ocx "$W_SYSTEM32_DLLS"/comctl32.ocx w_try_regsvr comctl32.ocx w_try_regsvr mscomctl.ocx - - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/comctl32ocx/mscomct2.cab - w_try cp "$W_TMP"/mscomct2.ocx "$W_SYSTEM32_DLLS"/mscomct2.ocx w_try_regsvr mscomct2.ocx } @@ -4129,17 +5594,15 @@ load_comctl32ocx() w_metadata comdlg32ocx dlls \ title="Common Dialog ActiveX Control for VB6" \ publisher="Microsoft" \ - year="2009" \ + year="2012" \ media="download" \ - file1="comdlg32.cab" \ + file1="../vb6sp6/VB60SP6-KB2708437-x86-ENU.msi" \ installed_file1="$W_SYSTEM32_DLLS_WIN/comdlg32.ocx" load_comdlg32ocx() { - # By analogy with vb5 version in http://support.microsoft.com/kb/168917 - w_download http://activex.microsoft.com/controls/vb6/comdlg32.cab d4f3e193c6180eccd73bad53a8500beb5b279cbf - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/comdlg32ocx/comdlg32.cab - w_try cp "$W_TMP"/comdlg32.ocx "$W_SYSTEM32_DLLS"/comdlg32.ocx + helper_vb6sp6 "$W_TMP" ComDlg32.ocx + w_try mv "$W_TMP/ComDlg32.ocx" "$W_SYSTEM32_DLLS/comdlg32.ocx" w_try_regsvr comdlg32.ocx } @@ -4150,14 +5613,14 @@ w_metadata crypt32 dlls \ publisher="Microsoft" \ year="2004" \ media="download" \ - file1="../xpsp2/WindowsXP-KB835935-SP2-ENU.exe" \ + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/crypt32.dll" load_crypt32() { w_call msasn1 - helper_xpsp2 i386/crypt32.dl_ + helper_winxpsp3 i386/crypt32.dl_ w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/crypt32.dl_ w_override_dlls native crypt32 @@ -4165,6 +5628,32 @@ load_crypt32() #---------------------------------------------------------------- +w_metadata binkw32 dlls \ + title="RAD Game Tools binkw32.dll" \ + publisher="RAD Game Tools, Inc." \ + year="2000" \ + media="download" \ + file1="__32-binkw32.dll3.0.0.0.zip" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/binkw32.dll" + +load_binkw32() +{ + # Mirror: https://www.dlldump.com/download-dll-files_new.php/dllfiles/B/binkw32.dll/1.0q/download.html + # sha256sum of the decompressed file: 1fd7ef7873c8a3be7e2f127b306d0d24d7d88e20cf9188894eff87b5af0d495f + # + # Zip sha256sum: + # 2015/12/27: 1d5efda8e4af796319b94034ba67b453cbbfddd81eb7d94fd059b40e237fa75d + + w_download http://www.down-dll.com/dll/b/__32-binkw32.dll3.0.0.0.zip 1d5efda8e4af796319b94034ba67b453cbbfddd81eb7d94fd059b40e237fa75d + + w_try_unzip "$W_TMP" "$W_CACHE"/binkw32/__32-binkw32.dll3.0.0.0.zip + w_try cp "$W_TMP"/binkw32.dll "$W_SYSTEM32_DLLS"/binkw32.dll + + w_override_dlls native binkw32 +} + +#---------------------------------------------------------------- + w_metadata d3dcompiler_43 dlls \ title="MS d3dcompiler_43.dll" \ publisher="Microsoft" \ @@ -4185,12 +5674,39 @@ load_d3dcompiler_43() do w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "$dllname.dll" "$x" done + if test "$W_ARCH" = "win64"; then + w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x64*" "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*x64.cab + do + w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F "$dllname.dll" "$x" + done + fi w_override_dlls native $dllname } #---------------------------------------------------------------- +w_metadata d3drm dlls \ + title="MS d3drm.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3drm.dll" + +load_d3drm() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F "dxnt.cab" "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "d3drm.dll" "$W_TMP/dxnt.cab" + + w_override_dlls native d3drm +} + +#---------------------------------------------------------------- + w_metadata d3dx9 dlls \ title="MS d3dx9_??.dll from DirectX 9 redistributable" \ publisher="Microsoft" \ @@ -4209,6 +5725,13 @@ load_d3dx9() do w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'd3dx9*.dll' "$x" done + if test "$W_ARCH" = "win64"; then + w_try_cabextract -d "$W_TMP" -L -F '*d3dx9*x64*' "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*x64.cab + do + w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'd3dx9*.dll' "$x" + done + fi # For now, not needed, but when Wine starts preferring our builtin dll over native it will be. w_override_dlls native d3dx9_24 d3dx9_25 d3dx9_26 d3dx9_27 d3dx9_28 d3dx9_29 d3dx9_30 @@ -4218,170 +5741,347 @@ load_d3dx9() #---------------------------------------------------------------- -w_metadata d3dx9_26 dlls \ - title="MS d3dx9_26.dll" \ +w_metadata d3dx9_24 dlls \ + title="MS d3dx9_24.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_26.dll" + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_24.dll" -load_d3dx9_26() +load_d3dx9_24() { - helper_d3dx9_xx 26 + helper_d3dx9_xx 24 } #---------------------------------------------------------------- -w_metadata d3dx9_28 dlls \ - title="MS d3dx9_28.dll" \ +w_metadata d3dx9_25 dlls \ + title="MS d3dx9_25.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_28.dll" + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_25.dll" -load_d3dx9_28() +load_d3dx9_25() { - helper_d3dx9_xx 28 + helper_d3dx9_xx 25 } #---------------------------------------------------------------- -w_metadata d3dx9_31 dlls \ - title="MS d3dx9_31.dll" \ +w_metadata d3dx9_26 dlls \ + title="MS d3dx9_26.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_31.dll" + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_26.dll" -load_d3dx9_31() +load_d3dx9_26() { - helper_d3dx9_xx 31 + helper_d3dx9_xx 26 } #---------------------------------------------------------------- -w_metadata d3dx9_35 dlls \ - title="MS d3dx9_35.dll" \ +w_metadata d3dx9_27 dlls \ + title="MS d3dx9_27.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_35.dll" + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_27.dll" -load_d3dx9_35() +load_d3dx9_27() { - helper_d3dx9_xx 35 + helper_d3dx9_xx 27 } #---------------------------------------------------------------- -w_metadata d3dx9_36 dlls \ - title="MS d3dx9_36.dll" \ +w_metadata d3dx9_28 dlls \ + title="MS d3dx9_28.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_36.dll" + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_28.dll" -load_d3dx9_36() +load_d3dx9_28() { - helper_d3dx9_xx 36 + helper_d3dx9_xx 28 } #---------------------------------------------------------------- -w_metadata d3dx9_39 dlls \ - title="MS d3dx9_39.dll" \ +w_metadata d3dx9_29 dlls \ + title="MS d3dx9_29.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_39.dll" + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_29.dll" -load_d3dx9_39() +load_d3dx9_29() { - helper_d3dx9_xx 39 + helper_d3dx9_xx 29 } #---------------------------------------------------------------- -w_metadata d3dx9_42 dlls \ - title="MS d3dx9_42.dll" \ +w_metadata d3dx9_30 dlls \ + title="MS d3dx9_30.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_42.dll" + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_30.dll" -load_d3dx9_42() +load_d3dx9_30() { - helper_d3dx9_xx 42 + helper_d3dx9_xx 30 } #---------------------------------------------------------------- -w_metadata d3dx9_43 dlls \ - title="MS d3dx9_43.dll" \ +w_metadata d3dx9_31 dlls \ + title="MS d3dx9_31.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_Jun2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_43.dll" + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_31.dll" -load_d3dx9_43() +load_d3dx9_31() { - dllname=d3dx9_43 - - helper_directx_Jun2010 - - w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x86*" "$W_CACHE"/directx9/$DIRECTX_NAME - for x in "$W_TMP"/*.cab - do - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "$dllname.dll" "$x" - done - - w_override_dlls native $dllname + helper_d3dx9_xx 31 } #---------------------------------------------------------------- -w_metadata d3dx11_42 dlls \ - title="MS d3dx11_42.dll" \ +w_metadata d3dx9_32 dlls \ + title="MS d3dx9_32.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_Jun2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx11_42.dll" + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_32.dll" -load_d3dx11_42() +load_d3dx9_32() { - dllname=d3dx11_42 - - helper_directx_Jun2010 - - w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x86*" "$W_CACHE"/directx9/$DIRECTX_NAME - for x in "$W_TMP"/*.cab - do - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "$dllname.dll" "$x" - done - - w_override_dlls native $dllname + helper_d3dx9_xx 32 } #---------------------------------------------------------------- -w_metadata d3dx11_43 dlls \ - title="MS d3dx11_43.dll" \ +w_metadata d3dx9_33 dlls \ + title="MS d3dx9_33.dll" \ publisher="Microsoft" \ year="2010" \ media="download" \ file1="../directx9/directx_Jun2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx11_43.dll" + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_33.dll" -load_d3dx11_43() +load_d3dx9_33() +{ + helper_d3dx9_xx 33 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_34 dlls \ + title="MS d3dx9_34.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_34.dll" + +load_d3dx9_34() +{ + helper_d3dx9_xx 34 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_35 dlls \ + title="MS d3dx9_35.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_35.dll" + +load_d3dx9_35() +{ + helper_d3dx9_xx 35 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_36 dlls \ + title="MS d3dx9_36.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_36.dll" + +load_d3dx9_36() +{ + helper_d3dx9_xx 36 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_37 dlls \ + title="MS d3dx9_37.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_37.dll" + +load_d3dx9_37() +{ + helper_d3dx9_xx 37 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_38 dlls \ + title="MS d3dx9_38.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_38.dll" + +load_d3dx9_38() +{ + helper_d3dx9_xx 38 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_39 dlls \ + title="MS d3dx9_39.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_39.dll" + +load_d3dx9_39() +{ + helper_d3dx9_xx 39 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_40 dlls \ + title="MS d3dx9_40.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_40.dll" + +load_d3dx9_40() +{ + helper_d3dx9_xx 40 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_41 dlls \ + title="MS d3dx9_41.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_41.dll" + +load_d3dx9_41() +{ + helper_d3dx9_xx 41 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_42 dlls \ + title="MS d3dx9_42.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_42.dll" + +load_d3dx9_42() +{ + helper_d3dx9_xx 42 +} + +#---------------------------------------------------------------- + +w_metadata d3dx9_43 dlls \ + title="MS d3dx9_43.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx9_43.dll" + +load_d3dx9_43() +{ + helper_d3dx9_xx 43 +} + +#---------------------------------------------------------------- + +w_metadata d3dx11_42 dlls \ + title="MS d3dx11_42.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx11_42.dll" + +load_d3dx11_42() +{ + dllname=d3dx11_42 + + helper_directx_Jun2010 + + w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x86*" "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*.cab + do + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "$dllname.dll" "$x" + done + if test "$W_ARCH" = "win64"; then + w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x64*" "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*x64.cab + do + w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F "$dllname.dll" "$x" + done + fi + + w_override_dlls native $dllname +} + +#---------------------------------------------------------------- + +w_metadata d3dx11_43 dlls \ + title="MS d3dx11_43.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx11_43.dll" + +load_d3dx11_43() { dllname=d3dx11_43 @@ -4392,6 +6092,13 @@ load_d3dx11_43() do w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "$dllname.dll" "$x" done + if test "$W_ARCH" = "win64"; then + w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x64*" "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*x64.cab + do + w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F "$dllname.dll" "$x" + done + fi w_override_dlls native $dllname } @@ -4403,12 +6110,12 @@ w_metadata d3dx10 dlls \ publisher="Microsoft" \ year="2010" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ + file1="../directx9/directx_Jun2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx10_33.dll" load_d3dx10() { - helper_directx_dl + helper_directx_Jun2010 # Kinder, less invasive directx10 - only extract and override d3dx10_??.dll w_try_cabextract -d "$W_TMP" -L -F '*d3dx10*x86*' "$W_CACHE"/directx9/$DIRECTX_NAME @@ -4416,14 +6123,53 @@ load_d3dx10() do w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'd3dx10*.dll' "$x" done + if test "$W_ARCH" = "win64"; then + w_try_cabextract -d "$W_TMP" -L -F '*d3dx10*x64*' "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*x64.cab + do + w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'd3dx10*.dll' "$x" + done + fi - # For now, not needed, but when Wine starts preferring our builtin dll over native it will be. + # For now, not needed, but when Wine starts preferring our built-in DLL over native it will be. w_override_dlls native d3dx10_33 d3dx10_34 d3dx10_35 d3dx10_36 d3dx10_37 w_override_dlls native d3dx10_38 d3dx10_39 d3dx10_40 d3dx10_41 d3dx10_42 d3dx10_43 } #---------------------------------------------------------------- +w_metadata d3dx10_43 dlls \ + title="MS d3dx10_43.dll" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_Jun2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/d3dx10_43.dll" + +load_d3dx10_43() +{ + dllname=d3dx10_43 + + helper_directx_Jun2010 + + w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x86*" "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*.cab + do + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "$dllname.dll" "$x" + done + if test "$W_ARCH" = "win64"; then + w_try_cabextract -d "$W_TMP" -L -F "*$dllname*x64*" "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*x64.cab + do + w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F "$dllname.dll" "$x" + done + fi + + w_override_dlls native $dllname +} + +#---------------------------------------------------------------- + w_metadata d3dxof dlls \ title="MS d3dxof.dll from DirectX user redistributable" \ publisher="Microsoft" \ @@ -4444,6 +6190,25 @@ load_d3dxof() #---------------------------------------------------------------- +w_metadata dbghelp dlls \ + title="MS dbghelp" \ + publisher="Microsoft" \ + year="2008" \ + media="download" \ + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dbghelp.dll" + +load_dbghelp() +{ + helper_winxpsp3 i386/dbghelp.dll + + w_try cp -f "$W_TMP"/i386/dbghelp.dll "$W_SYSTEM32_DLLS" + + w_override_dlls native dbghelp +} + +#---------------------------------------------------------------- + w_metadata devenum dlls \ title="MS devenum.dll from DirectX user redistributable" \ publisher="Microsoft" \ @@ -4509,45 +6274,30 @@ w_metadata directmusic dlls \ publisher="Microsoft" \ year="2010" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/dmusic.dll" + file1="../directx9/directx_feb2010_redist.exe" load_directmusic() { -# Untested. Based off http://bugs.winehq.org/show_bug.cgi?id=4805 and http://bugs.winehq.org/show_bug.cgi?id=24911 - - w_call dsound - - helper_directx_dl +# Untested. Based off https://bugs.winehq.org/show_bug.cgi?id=4805 and https://bugs.winehq.org/show_bug.cgi?id=24911 - w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'devenum.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmband.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmcompos.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmime.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmloader.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmscript.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmstyle.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmsynth.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmusic.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmusic32.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dswave.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'streamci.dll' "$W_TMP/dxnt.cab" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'quartz.dll' "$W_TMP/dxnt.cab" + w_warn "You can specify individual DirectMusic verbs instead. e.g. 'winetricks dmsynth dmusic'" - w_try_regsvr devenum.dll - w_try_regsvr dmband.dll - w_try_regsvr dmcompos.dll - w_try_regsvr dmime.dll - w_try_regsvr dmloader.dll - w_try_regsvr dmscript.dll - w_try_regsvr dmstyle.dll - w_try_regsvr dmsynth.dll - w_try_regsvr dmusic.dll - w_try_regsvr dswave.dll - w_try_regsvr quartz.dll + w_call devenum + w_call dmband + w_call dmcompos + w_call dmime + w_call dmloader + w_call dmscript + w_call dmstyle + w_call dmsynth + w_call dmusic + w_call dmusic32 + w_call dsound + w_call dswave + w_call quartz - w_override_dlls native devenum dmband dmcompos dmime dmloader dmscript dmstyle dmsynth dmusic dmusic32 dswave streamci quartz + # FIXME: dxnt.cab doesn't contain this DLL. Is this really needed? + w_override_dlls native streamci } #---------------------------------------------------------------- @@ -4569,9 +6319,10 @@ load_directplay() w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dplayx.dll' "$W_TMP/dxnt.cab" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpnet.dll' "$W_TMP/dxnt.cab" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpnhpast.dll' "$W_TMP/dxnt.cab" + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpnsvr.exe' "$W_TMP/dxnt.cab" w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpwsockx.dll' "$W_TMP/dxnt.cab" - w_override_dlls native dplayx dpnet dpnhpast dpwsockx + w_override_dlls native dplayx dpnet dpnhpast dpnsvr.exe dpwsockx w_try_regsvr dplayx.dll w_try_regsvr dpnet.dll @@ -4595,18 +6346,19 @@ load_directx9() w_warn "You probably shouldn't be using this. d3dx9 or, better, d3dx9_36 usually suffice." # Stefan suggested that, when installing, one should override as follows: - # 1) use builtin wintrust (we don't run native properly somehow?) + # 1) use built-in wintrust (we don't run native properly somehow?) # 2) disable mscoree (else if it's present some module misbehaves?) - # 3) override native any directx DLL whose Wine version doesn't register itself well yet + # 3) override native any DirectX DLL whose Wine version doesn't register itself well yet # For #3, I have no idea which DLLs don't register themselves well yet, # so I'm just listing a few of the basic ones. Let's whittle that # list down as soon as we can. - # Setting windows version to win2k apparently crashes the installer on OS X. - # See http://code.google.com/p/winezeug/issues/detail?id=71 + # Setting Windows version to win2k apparently crashes the installer on OS X. + # FIXME: seems this didn't get migrated to Github? + # See https://code.google.com/p/winezeug/issues/detail?id=71 w_set_winver winxp - cd "$W_CACHE"/directx9 + w_try_cd "$W_CACHE/$W_PACKAGE" WINEDLLOVERRIDES="wintrust=b,mscoree=,ddraw,d3d8,d3d9,dsound,dinput=n" \ w_try "$WINE" $DIRECTX_NAME /t:"$W_TMP_WIN" $W_UNATTENDED_SLASH_Q @@ -4616,7 +6368,7 @@ load_directx9() w_override_dlls native d3dx9_30 d3dx9_31 d3dx9_32 d3dx9_33 d3dx9_34 d3dx9_35 d3dx9_36 d3dx9_37 w_override_dlls native d3dx9_38 d3dx9_39 d3dx9_40 d3dx9_41 d3dx9_42 d3dx9_43 d3dxof w_override_dlls native dciman32 ddrawex devenum dmband dmcompos dmime dmloader dmscript dmstyle - w_override_dlls native dmsynth dmusic dmusic32 dnsapi dplay dplayx dpnaddr dpnet dpnhpast dpnlobby + w_override_dlls native dmsynth dmusic dmusic32 dplay dplayx dpnaddr dpnet dpnhpast dpnlobby w_override_dlls native dswave dxdiagn msdmo qcap quartz streamci w_override_dlls native dxdiag.exe w_override_dlls builtin d3d8 d3d9 dinput dinput8 dsound @@ -4626,6 +6378,37 @@ load_directx9() #---------------------------------------------------------------- +w_metadata dpvoice dlls \ + title="Microsoft dpvoice dpvvox dpvacm Audio dlls" \ + publisher="Microsoft" \ + year="2002" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dpvoice.dll" \ + installed_file2="$W_SYSTEM32_DLLS_WIN/dpvvox.dll" \ + installed_file2="$W_SYSTEM32_DLLS_WIN/dpvacm.dll" + +load_dpvoice() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F 'dxnt.cab' "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*.cab + do + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpvoice.dll' "$x" + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpvvox.dll' "$x" + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dpvacm.dll' "$x" + done + w_try_regsvr dpvoice.dll + w_try_regsvr dpvvox.dll + w_try_regsvr dpvacm.dll + w_override_dlls native dpvoice + w_override_dlls native dpvvox + w_override_dlls native dpvacm +} + +#---------------------------------------------------------------- + w_metadata dsdmo dlls \ title="MS dsdmo.dll" \ publisher="Microsoft" \ @@ -4648,27 +6431,6 @@ load_dsdmo() #---------------------------------------------------------------- -w_metadata dx8sdk dlls \ - title="MS DirectX 8 SDK (developers only)" \ - publisher="Microsoft" \ - year="2001" \ - media="download" \ - file1="dx81sdk_full.exe" \ - installed_file1="c:/DXSDK/include/d3dx8math.h" - -load_dx8sdk() -{ - # http://download.microsoft.com/download/whistler/dx/8.1/w982kmexp/en-us/DX81SDK_FULL.exe - w_download http://www.darwinbots.com/numsgil/dx81sdk_full.exe 61b5733209205e942f37431ee40da712e1f50e6a - - cd "$W_TMP" - w_try_unzip "$W_CACHE"/dx8sdk/dx81sdk_full.exe - cd DXF - w_try "$WINE" setup.exe # /S/v/qn for silent mode, but it's broken? -} - -#---------------------------------------------------------------- - w_metadata dxsdk_nov2006 dlls \ title="MS DirectX SDK, November 2006 (developers only)" \ publisher="Microsoft" \ @@ -4679,14 +6441,14 @@ w_metadata dxsdk_nov2006 dlls \ load_dxsdk_nov2006() { - w_download http://download.microsoft.com/download/9/e/5/9e5bfc66-a621-4e0d-8bfe-6688058c3f00/dxsdk_aug2006.exe 1e9cdbef391ebfbf781e6c87a375138d8c195c57 + w_download https://download.microsoft.com/download/9/e/5/9e5bfc66-a621-4e0d-8bfe-6688058c3f00/dxsdk_aug2006.exe ab8d7d895089a88108d4148ef0f7e214b7a23c1ee9ba720feca78c7d4ca16c00 # dxview.dll uses mfc42u while registering w_call mfc42 - cd "$W_TMP" w_try_cabextract "$W_CACHE"/dxsdk_nov2006/dxsdk_aug2006.exe - w_try_unzip dxsdk.exe + w_try_unzip "$W_TMP" dxsdk.exe + w_try_cd "$W_TMP" w_try "$WINE" msiexec /i Microsoft_DirectX_SDK.msi $W_UNATTENDED_SLASH_Q } @@ -4702,19 +6464,171 @@ w_metadata dxsdk_jun2010 dlls \ load_dxsdk_jun2010() { - w_download http://download.microsoft.com/download/A/E/7/AE743F1F-632B-4809-87A9-AA1BB3458E31/DXSDK_Jun10.exe 8fe98c00fde0f524760bb9021f438bd7d9304a69 + w_download https://download.microsoft.com/download/A/E/7/AE743F1F-632B-4809-87A9-AA1BB3458E31/DXSDK_Jun10.exe 9f818a977c32b254af5d649a4cec269ed8762f8a49ae67a9f01101a7237ae61a # Without dotnet20, install aborts halfway through w_call dotnet20 - cd "$W_TMP" + w_try_cd "$W_TMP" w_try "$WINE" "$W_CACHE"/dxsdk_jun2010/DXSDK_Jun10.exe ${W_OPT_UNATTENDED:+/U} } #---------------------------------------------------------------- +w_metadata dmusic32 dlls \ + title="MS dmusic32.dll from DirectX user redistributable" \ + publisher="Microsoft" \ + year="2006" \ + media="download" \ + file1="../directx9/directx_apr2006_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dmusic32.dll" + +load_dmusic32() +{ + w_download_to directx9 https://download.microsoft.com/download/3/9/7/3972f80c-5711-4e14-9483-959d48a2d03b/directx_apr2006_redist.exe dd8c3d401efe4561b67bd88475201b2f62f43cd23e4acc947bb34a659fa74952 + + w_try_cabextract -d "$W_TMP" -F DirectX.cab "$W_CACHE"/directx9/directx_apr2006_redist.exe + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F dmusic32.dll "$W_TMP"/DirectX.cab + + w_override_dlls native dmusic32 +} + +#---------------------------------------------------------------- + +w_metadata dmband dlls \ + title="MS dmband.dll from DirectX user redistributable" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dmband.dll" + +load_dmband() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmband.dll' "$W_TMP/dxnt.cab" + + w_try_regsvr dmband.dll + + w_override_dlls native dmband +} + +#---------------------------------------------------------------- + +w_metadata dmcompos dlls \ + title="MS dmcompos.dll from DirectX user redistributable" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dmcompos.dll" + +load_dmcompos() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmcompos.dll' "$W_TMP/dxnt.cab" + + w_try_regsvr dmcompos.dll + + w_override_dlls native dmcompos +} + +#---------------------------------------------------------------- + +w_metadata dmime dlls \ + title="MS dmime.dll from DirectX user redistributable" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dmime.dll" + +load_dmime() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmime.dll' "$W_TMP/dxnt.cab" + + w_try_regsvr dmime.dll + + w_override_dlls native dmime +} + +#---------------------------------------------------------------- + +w_metadata dmloader dlls \ + title="MS dmloader.dll from DirectX user redistributable" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dmloader.dll" + +load_dmloader() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmloader.dll' "$W_TMP/dxnt.cab" + + w_try_regsvr dmloader.dll + + w_override_dlls native dmloader +} + +#---------------------------------------------------------------- + +w_metadata dmscript dlls \ + title="MS dmscript.dll from DirectX user redistributable" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dmscript.dll" + +load_dmscript() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmscript.dll' "$W_TMP/dxnt.cab" + + w_try_regsvr dmscript.dll + + w_override_dlls native dmscript +} + +#---------------------------------------------------------------- + +w_metadata dmstyle dlls \ + title="MS dmstyle.dll from DirectX user redistributable" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dmstyle.dll" + +load_dmstyle() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmstyle.dll' "$W_TMP/dxnt.cab" + + w_try_regsvr dmstyle.dll + + w_override_dlls native dmstyle +} + +#---------------------------------------------------------------- + w_metadata dmsynth dlls \ - title="MS midi synthesizer from DirectX user redistributable" \ + title="MS dmsynth.dll from DirectX user redistributable" \ publisher="Microsoft" \ year="2010" \ media="download" \ @@ -4735,6 +6649,50 @@ load_dmsynth() #---------------------------------------------------------------- +w_metadata dmusic dlls \ + title="MS dmusic.dll from DirectX user redistributable" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dmusic.dll" + +load_dmusic() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dmusic.dll' "$W_TMP/dxnt.cab" + + w_try_regsvr dmusic.dll + + w_override_dlls native dmusic +} + +#---------------------------------------------------------------- + +w_metadata dswave dlls \ + title="MS dswave.dll from DirectX user redistributable" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dswave.dll" + +load_dswave() +{ + helper_directx_dl + + w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dswave.dll' "$W_TMP/dxnt.cab" + + w_try_regsvr dswave.dll + + w_override_dlls native dswave +} + +#---------------------------------------------------------------- + w_metadata dotnet11 dlls \ title="MS .NET 1.1" \ publisher="Microsoft" \ @@ -4742,33 +6700,22 @@ w_metadata dotnet11 dlls \ media="download" \ conflicts="dotnet20 dotnet20sdk dotnet20sp1 dotnet20sp2 dotnet30 dotnet30sp1 dotnet35 dotnet35sp1 vjrun20" \ file1="dotnetfx.exe" \ - installed_file1="c:/windows/Microsoft.NET/Framework/v1.1.4322/ndpsetup.ico" \ - wine_showstoppers="25120" + installed_file1="c:/windows/Microsoft.NET/Framework/v1.1.4322/ndpsetup.ico" load_dotnet11() { - if [ $W_ARCH = win64 ] - then - w_die "This package does not work on a 64-bit installation" - fi - - w_call fontfix - - # http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3 - w_download http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe 16a354a2207c4c8846b617cbc78f7b7c1856340e + w_package_unsupported_win64 - # Remove bits of Wine that conflict with native .net 11 - rm -rf "$W_WINDIR_UNIX/Microsoft.NET/Framework/v1.1.4322" - "$WINE" reg delete "HKLM\Software\Microsoft\.NETFramework\policy\v2.0" /f || true - "$WINE" reg delete "HKLM\Software\Microsoft\.NETFramework" /v InstallRoot /f || true + # https://www.microsoft.com/en-us/download/details.aspx?id=26 + w_download https://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe ba0e58ec93f2ffd54fc7c627eeca9502e11ab3c6fc85dcbeff113bd61d995bce - # need corefonts, else installer crashes + w_call remove_mono w_call corefonts + w_call fontfix - w_try cd "$W_CACHE/dotnet11" - # Use builtin regsvcs.exe to work around http://bugs.winehq.org/show_bug.cgi?id=25120 - if test $W_OPT_UNATTENDED - then + w_try w_try_cd "$W_CACHE/$W_PACKAGE" + # Use builtin regsvcs.exe to work around https://bugs.winehq.org/show_bug.cgi?id=25120 + if test $W_OPT_UNATTENDED; then WINEDLLOVERRIDES="regsvcs.exe=b" w_ahk_do " SetTitleMatchMode, 2 run, dotnetfx.exe /q /C:\"install /q\" @@ -4792,62 +6739,67 @@ load_dotnet11() else WINEDLLOVERRIDES="regsvcs.exe=b" w_try "$WINE" dotnetfx.exe fi + + W_NGEN_CMD="w_try $WINE $W_DRIVE_C/windows/Microsoft.NET/Framework/v1.1.4322/ngen.exe executequeueditems" +} + +verify_dotnet11() +{ + w_dotnet_verify dotnet11 } #---------------------------------------------------------------- w_metadata dotnet11sp1 dlls \ - title="MS .NET 1.1 SP1 (broken in wine)" \ + title="MS .NET 1.1 SP1" \ publisher="Microsoft" \ year="2004" \ media="download" \ file1="NDP1.1sp1-KB867460-X86.exe" \ - installed_file1="c:/windows/Microsoft.NET/Framework/v1.1.4322/CONFIG/web_hightrust.config.default" \ - wine_showstoppers="25120" + installed_file1="c:/windows/Microsoft.NET/Framework/v1.1.4322/CONFIG/web_hightrust.config.default" -# fixme: sometimes security.config is missing after install, see -# http://blogs.msdn.com/b/shawnfa/archive/2006/02/09/527688.aspx -# If this happens often, we may need to change the install check. load_dotnet11sp1() { + w_package_unsupported_win64 + + w_download https://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe 2c0a35409ff0873cfa28b70b8224e9aca2362241c1f0ed6f622fef8d4722fd9a + + w_call remove_mono w_call dotnet11 - w_download http://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe 74a5b25d65a70b8ecd6a9c301a0aea10d8483a23 - if test $W_OPT_UNATTENDED - then - WINEDLLOVERRIDES="regsvcs.exe=b" "$WINE" "$W_CACHE"/dotnet11sp1/NDP1.1sp1-KB867460-X86.exe /q /C:"install /q" + w_try w_try_cd "$W_CACHE/$W_PACKAGE" + # Use builtin regsvcs.exe to work around https://bugs.winehq.org/show_bug.cgi?id=25120 + if test $W_OPT_UNATTENDED; then + WINEDLLOVERRIDES="regsvcs.exe=b" w_ahk_do " + SetTitleMatchMode, 2 + run, NDP1.1sp1-KB867460-X86.exe /q /C:"install /q" + + Loop + { + sleep 1000 + ifwinexist, Fatal error, Failed to delay load library + { + WinClose, Fatal error, Failed to delay load library + continue + } + Process, exist, dotnetfx.exe + dotnet_pid = %ErrorLevel% ; Save the value immediately since ErrorLevel is often changed. + if dotnet_pid = 0 + { + break + } + } + " else - WINEDLLOVERRIDES="regsvcs.exe=b" "$WINE" "$W_CACHE"/dotnet11sp1/NDP1.1sp1-KB867460-X86.exe + WINEDLLOVERRIDES="regsvcs.exe=b" w_try "$WINE" "$W_CACHE"/dotnet11sp1/NDP1.1sp1-KB867460-X86.exe fi - status=$? - case $status in - 0) ;; - 105|194) echo "exit status $status - normal, system needs simulated reboot" ;; - *) w_die "exit status $status - $W_PACKAGE installation failed" ;; - esac + W_NGEN_CMD="w_try $WINE $W_DRIVE_C/windows/Microsoft.NET/Framework/v1.1.4322/ngen.exe executequeueditems" } -#---------------------------------------------------------------- - -w_metadata dotnet_verifier dlls \ - title="MS .NET Verifier" \ - publisher="Microsoft" \ - year="2012" \ - media="download" \ - file1="netfx_5F00_setupverifier_5F00_new.zip" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/netfx_setupverifier.exe" - -load_dotnet_verifier() +verify_dotnet11sp1() { - # http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx - # 2013/03/28: sha1sum 0eba832a0733cd47b7639463dd5a22a41e95ee6e - # 2014/01/23: sha1sum 8818f3460826145e2a66bb91727afa7cd531037b - w_download http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Components-PostAttachments/00-08-99-90-04/netfx_5F00_setupverifier_5F00_new.zip 8818f3460826145e2a66bb91727afa7cd531037b - - cd "$W_CACHE"/dotnet_verifier - - w_try_unzip -d "$W_SYSTEM32_DLLS" netfx_5F00_setupverifier_5F00_new.zip netfx_setupverifier.exe + w_dotnet_verify dotnet11sp1 } #---------------------------------------------------------------- @@ -4857,43 +6809,42 @@ w_metadata dotnet20 dlls \ publisher="Microsoft" \ year="2006" \ media="download" \ - conflicts="dotnet11 dotnet20sp1" \ + conflicts="dotnet11" \ file1="dotnetfx.exe" \ installed_file1="c:/windows/Microsoft.NET/Framework/v2.0.50727/Microsoft .NET Framework 2.0/install.exe" load_dotnet20() { + w_package_unsupported_win64 + + # https://www.microsoft.com/en-us/download/details.aspx?id=19 + w_download https://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkvantage_en/dotnetfx.exe 46693d9b74d12454d117cc61ff2e9481cabb100b4d74eb5367d3cf88b89a0e71 + w_call remove_mono w_call fontfix - # Recipe from http://bugs.winehq.org/show_bug.cgi?id=10467#c57 - # and http://bugs.winehq.org/show_bug.cgi?id=30845#c10 + # Recipe from https://bugs.winehq.org/show_bug.cgi?id=10467#c57 + # and https://bugs.winehq.org/show_bug.cgi?id=30845#c10 w_set_winver win2k - # http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5 - w_download http://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkvantage_en/dotnetfx.exe a3625c59d7a2995fb60877b5f5324892a1693b2a - - cd "$W_CACHE"/dotnet20 - if w_workaround_wine_bug 30845 "Using native fusion while installing..." 1.5.8, - then - w_try env WINEDLLOVERRIDES=mscoree,fusion=n "$WINE" dotnetfx.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} - else - w_try "$WINE" dotnetfx.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} - fi + w_try_cd "$W_CACHE"/"$W_PACKAGE" + w_try "$WINE" dotnetfx.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} w_unset_winver - # We can't stop installing dotnet20 in win2K mode until wine supports + # We can't stop installing dotnet20 in win2k mode until Wine supports # reparse/junction points - # (see http://bugs.winehq.org/show_bug.cgi?id=10467#c57 ) + # (see https://bugs.winehq.org/show_bug.cgi?id=10467#c57 ) # so for now just remove the bogus msvc*80.dll files it installs. - # See also http://bugs.winehq.org/show_bug.cgi?id=16577 - # This affects Victoria 2 demo, see http://forum.paradoxplaza.com/forum/showthread.php?p=11523967 + # See also https://bugs.winehq.org/show_bug.cgi?id=16577 + # This affects Victoria 2 demo, see https://forum.paradoxplaza.com/forum/showthread.php?p=11523967 rm -f "$W_SYSTEM32_DLLS"/msvc?80.dll - if w_workaround_wine_bug 30162 "Dirty hack, killing off mscorsvw.exe" 1.5.31, - then - w_killall "mscorsvw.exe" - fi + W_NGEN_CMD="w_try $WINE $W_DRIVE_C/windows/Microsoft.NET/Framework/v2.0.50727/ngen.exe executequeueditems" +} + +verify_dotnet20() +{ + w_dotnet_verify dotnet20 } #---------------------------------------------------------------- @@ -4909,12 +6860,16 @@ w_metadata dotnet20sdk dlls \ load_dotnet20sdk() { - w_call dotnet20 + w_package_unsupported_win64 + + # https://www.microsoft.com/en-us/download/details.aspx?id=19988 + w_download https://download.microsoft.com/download/c/4/b/c4b15d7d-6f37-4d5a-b9c6-8f07e7d46635/setup.exe 1d7337bfbb2c65f43c82d188688ce152af403bcb67a2cc2a3cc68a580ecd8200 - # http://www.microsoft.com/en-us/download/details.aspx?id=19988 - w_download http://download.microsoft.com/download/c/4/b/c4b15d7d-6f37-4d5a-b9c6-8f07e7d46635/setup.exe 4e4b1072b5e65e855358e2028403f2dc52a62ab4 + w_call remove_mono + + w_call dotnet20 - cd "$W_CACHE"/dotnet20sdk + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, setup.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} @@ -4976,48 +6931,57 @@ w_metadata dotnet20sp1 dlls \ load_dotnet20sp1() { - if w_workaround_wine_bug 16956 "wine version too old" 1.3.22, - then - w_die "wine-1.3.22 or later required to install dotnet20sp1 properly" - fi + w_package_unsupported_win64 + + # FIXME: URL? + w_download https://download.microsoft.com/download/0/8/c/08c19fa4-4c4f-4ffb-9d6c-150906578c9e/NetFx20SP1_x86.exe c36c3a1d074de32d53f371c665243196a7608652a2fc6be9520312d5ce560871 + + w_call remove_mono w_call dotnet20 WINEDLLOVERRIDES= w_warn "Setting windows version so installer works" # Stop services - # Recipe from http://bugs.winehq.org/show_bug.cgi?id=16956 - $WINESERVER -k + # Recipe from https://bugs.winehq.org/show_bug.cgi?id=16956 + w_wineserver -k # Fight a race condition, see bug 16956 comment 43 w_set_winver win2k - $WINESERVER -w + w_wineserver -w WINEDLLOVERRIDES=ngen.exe,regsvcs.exe,mscorsvw.exe=b export WINEDLLOVERRIDES + # FIXME: still needed? # Workaround Wine/Mono integration: "$WINE" reg add "HKLM\\Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727" /v Version /t REG_SZ /d "2.0.50727" /f - w_download http://download.microsoft.com/download/0/8/c/08c19fa4-4c4f-4ffb-9d6c-150906578c9e/NetFx20SP1_x86.exe eef5a36924cdf0c02598ccf96aa4f60887a49840 - cd "$W_CACHE"/dotnet20sp1 + w_try_cd "$W_CACHE/$W_PACKAGE" "$WINE" NetFx20SP1_x86.exe ${W_OPT_UNATTENDED:+/q} status=$? case $status in - 0) ;; - 105) echo "exit status $status - normal, user selected 'restart now'" ;; - 194) echo "exit status $status - normal, user selected 'restart later'" ;; - *) w_die "exit status $status - $W_PACKAGE installation failed" ;; + 0) ;; + 105) echo "exit status $status - normal, user selected 'restart now'" ;; + 194) echo "exit status $status - normal, user selected 'restart later'" ;; + *) w_die "exit status $status - $W_PACKAGE installation failed" ;; esac - # We can't stop installing dotnet20sp1 in win2K mode until wine supports + # We can't stop installing dotnet20sp1 in win2k mode until Wine supports # reparse/junction points - # (see http://bugs.winehq.org/show_bug.cgi?id=10467#c57 ) + # (see https://bugs.winehq.org/show_bug.cgi?id=10467#c57 ) # so for now just remove the bogus msvc*80.dll files it installs. - # See also http://bugs.winehq.org/show_bug.cgi?id=16577 - # This affects Victoria 2 demo, see http://forum.paradoxplaza.com/forum/showthread.php?p=11523967 + # See also https://bugs.winehq.org/show_bug.cgi?id=16577 + # This affects Victoria 2 demo, see https://forum.paradoxplaza.com/forum/showthread.php?p=11523967 rm -f "$W_SYSTEM32_DLLS"/msvc?80.dll w_unset_winver + + W_NGEN_CMD="w_try $WINE $W_DRIVE_C/windows/Microsoft.NET/Framework/v2.0.50727/ngen.exe executequeueditems" +} + +verify_dotnet20sp1() +{ + w_dotnet_verify dotnet20sp1 } #---------------------------------------------------------------- @@ -5027,31 +6991,23 @@ w_metadata dotnet20sp2 dlls \ publisher="Microsoft" \ year="2009" \ media="download" \ - conflicts="dotnet11 dotnet20sp1" \ - file1="NetFx20SP2_x86.exe" + conflicts="dotnet11" \ + file1="NetFx20SP2_x86.exe" \ + installed_file1="c:/windows/winsxs/manifests/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca.cat" load_dotnet20sp2() { + w_package_unsupported_win64 + + # https://www.microsoft.com/en-us/download/details.aspx?id=1639 + w_download https://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x86.exe 6e3f363366e7d0219b7cb269625a75d410a5c80d763cc3d73cf20841084e851f + + w_call remove_mono + w_call dotnet20 + w_wineserver -w - WINEDLLOVERRIDES= - if w_workaround_wine_bug 22521 "Adding registry key, setting windows version so installer works" - then - # Recipe from http://bugs.winehq.org/show_bug.cgi?id=22521 - "$WINE" reg add "HKLM\Software\Microsoft\Net Framework Setup\NDP\v2.0.50727" /v Version /d "2.0.50727" /f - # Stop services - # Recipe from http://bugs.winehq.org/show_bug.cgi?id=16956 - $WINESERVER -k - # Fight a race condition, see bug 16956 comment 43 - w_set_winver win2k - $WINESERVER -w - WINEDLLOVERRIDES=regsvcs.exe,mscorsvw.exe=b - export WINEDLLOVERRIDES - fi - - # http://www.microsoft.com/downloads/details.aspx?familyid=5B2C0358-915B-4EB5-9B1D-10E506DA9D0F - w_download http://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x86.exe 22d776d4d204863105a5db99e8b8888be23c61a7 - cd "$W_CACHE"/dotnet20sp2 + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, NetFx20SP2_x86.exe ${W_OPT_UNATTENDED:+ /q /c:"install.exe /q"} @@ -5075,13 +7031,20 @@ load_dotnet20sp2() status=$? case $status in - 0) ;; - 105) echo "exit status $status - normal, user selected 'restart now'" ;; - 194) echo "exit status $status - normal, user selected 'restart later'" ;; - *) w_die "exit status $status - $W_PACKAGE installation failed" ;; + 0) ;; + 105) echo "exit status $status - normal, user selected 'restart now'" ;; + 194) echo "exit status $status - normal, user selected 'restart later'" ;; + *) w_die "exit status $status - $W_PACKAGE installation failed" ;; esac w_unset_winver + + W_NGEN_CMD="w_try $WINE $W_DRIVE_C/windows/Microsoft.NET/Framework/v2.0.50727/ngen.exe executequeueditems" +} + +verify_dotnet20sp2() +{ + w_dotnet_verify dotnet20sp2 } #---------------------------------------------------------------- @@ -5090,46 +7053,45 @@ w_metadata dotnet30 dlls \ title="MS .NET 3.0" \ publisher="Microsoft" \ year="2006" \ - media="manual_download" \ - conflicts="dotnet11 dotnet20sp1 dotnet20sp2 dotnet30sp1 dotnet35 dotnet35sp1 dotnet45" \ - file1="netframework3.exe" \ + media="download" \ + conflicts="dotnet11 dotnet20sp1 dotnet20sp2 dotnet30sp1 dotnet35 dotnet35sp1 dotnet45 dotnet452" \ + file1="dotnetfx3.exe" \ installed_file1="c:/windows/Microsoft.NET/Framework/v3.0/Microsoft .NET Framework 3.0/logo.bmp" load_dotnet30() { - if test -f /proc/sys/kernel/yama/ptrace_scope - then - case `cat /proc/sys/kernel/yama/ptrace_scope` in - 0) ;; - *) w_warn "If install fails, set /proc/sys/kernel/yama/ptrace_scope to 0. See http://bugs.winehq.org/show_bug.cgi?id=30410" ;; + w_package_unsupported_win64 + + # Originally at https://msdn.microsoft.com/en-us/netframework/bb264589.aspx + # No longer on microsoft.com, and archive.org is unreliablel. Choose amongst the oldest/most reliable looking from + # http://www.filewatcher.com/m/dotnetfx3.exe.52770576-0.html + # (and verify sha256sum, of course ;)) + w_download ftp://ftp.softlab-nsk.com/pub/ForwardTxSoftware/DotNetFX123/DotNet_v3/dotnetfx3.exe 6cf8921e00f52bbd888aa7a520a7bac47e818e2a850bcc44494c64d6cbfafdac + + w_call remove_mono + + if test -f /proc/sys/kernel/yama/ptrace_scope; then + case $(cat /proc/sys/kernel/yama/ptrace_scope) in + 0) ;; + *) w_warn "If install fails, set /proc/sys/kernel/yama/ptrace_scope to 0. See https://bugs.winehq.org/show_bug.cgi?id=30410" ;; esac fi - case "$OS" in - "Windows_NT") - osver=`cmd /c ver` - case "$osver" in - *Version?6*) w_die "Vista and up bundle .net 3.0, so you can't install it like this" ;; - esac - ;; + case "$W_PLATFORM" in + windows_cmd) + osver=$(cmd /c ver) + case "$osver" in + *Version?6*) w_die "Vista and up bundle .NET 3.0, so you can't install it like this" ;; + esac + ;; esac - # dotnet20 does this: - # w_call remove_mono w_call dotnet20 - # Delete files and registry keys related to .net 3.x - # Breaks .net 3.5 installation, so don't do this yet - #rm -rf "$W_WINDIR_UNIX"/Microsoft.NET/Framework/v3.0 - #$WINE reg delete "HKLM\\Software\Microsoft\NET Framework Setup\NDP\v3.0" - - w_warn "Installing .net 3.0 runtime takes 3 minutes on a very fast machine, and the Finished dialog may hide in the taskbar." - # http://msdn.microsoft.com/en-us/netframework/bb264589.aspx - w_download_manual http://www.oldversion.com/download-.Net-Framework-3.0.html netframework3.exe f3d2c3c7e4c0c35450cf6dab1f9f2e9e7ff50039 - # AF's workaround to avoid long pause LANGPACKS_BASE_PATH="${W_WINDIR_UNIX}/SYSMSICache/Framework/v3.0" test -d "${LANGPACKS_BASE_PATH}" || mkdir -p "${LANGPACKS_BASE_PATH}" + # shellcheck disable=SC1010 for lang in ar cs da de el es fi fr he it jp ko nb nl pl pt-BR pt-PT ru \ sv tr zh-CHS zh-CHT do @@ -5139,22 +7101,22 @@ load_dotnet30() w_set_winver winxp # Delete FontCache 3.0 service, it's in Wine for Mono, breaks native .NET - # OK if this fails, that just means you have an older wine. + # OK if this fails, that just means you have an older Wine. "$WINE" sc delete "FontCache3.0.0.0" - if w_workaround_wine_bug 30845 "Using native fusion..." ,1.5.6 - then - # Either adding this registry key - #$WINE reg add 'HKLM\Software\Microsoft\.NETFramework' /v InstallRoot /d 'C:\Windows\Microsoft.NET\Framework\' /f - # or using native mscoree and fusion - WINEDLLOVERRIDES=mscoree,fusion=n - export WINEDLLOVERRIDES - # will let install start - fi WINEDLLOVERRIDES="ngen.exe,mscorsvw.exe=b;$WINEDLLOVERRIDES" - cd "$W_CACHE"/dotnet30 - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ /q /c:"install.exe /q"} + w_try_cd "$W_CACHE/$W_PACKAGE" + w_warn "Installing .NET 3.0 runtime silently, as otherwise it gets hidden behind taskbar. Installation usually takes about 3 minutes." + w_try "$WINE" "$file1" /q /c:"install.exe /q" + + # Doesn't install any ngen.exe + # W_NGEN_CMD="" +} + +verify_dotnet30() +{ + w_dotnet_verify dotnet30 } #---------------------------------------------------------------- @@ -5170,32 +7132,38 @@ w_metadata dotnet30sp1 dlls \ load_dotnet30sp1() { - case "$OS" in - "Windows_NT") ;; - *) w_warn "dotnet30sp1 does not yet fully work or install on wine. Caveat emptor." ;; - esac + w_package_unsupported_win64 + + # FIXME: URL? + w_download https://download.microsoft.com/download/8/F/E/8FEEE89D-9E4F-4BA3-993E-0FFEA8E21E1B/NetFx30SP1_x86.exe 3100df4d4db3965ead9520c887a534115cf6fc7ba100abde45226958b865695b + # Recipe from https://bugs.winehq.org/show_bug.cgi?id=25060#c10 + w_download https://download.microsoft.com/download/2/5/2/2526f55d-32bc-410f-be18-164ba67ae07d/XPSEP%20XP%20and%20Server%202003%2032%20bit.msi 630c86a202c40cbcd430701977d4f1fefa6151624ef9a4870040dff45e547dea "XPSEP XP and Server 2003 32 bit.msi" - # dotnet20 does this, which is called by dotnet30: - # w_call remove_mono + w_call remove_mono w_call dotnet30 - $WINESERVER -w + w_wineserver -w w_call dotnet20sp1 - $WINESERVER -w + w_wineserver -w - w_download http://download.microsoft.com/download/8/F/E/8FEEE89D-9E4F-4BA3-993E-0FFEA8E21E1B/NetFx30SP1_x86.exe 8d779e337920b097aa0c01859912950606e9fc12 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" "$WINE" reg add "HKLM\\Software\\Microsoft\\Net Framework Setup\\NDP\\v3.0" /v Version /t REG_SZ /d "3.0" /f "$WINE" reg add "HKLM\\Software\\Microsoft-\\Net Framework Setup\\NDP\\v3.0" /v SP /t REG_DWORD /d 0001 /f - # Recipe from http://bugs.winehq.org/show_bug.cgi?id=25060#c10 - w_download http://download.microsoft.com/download/2/5/2/2526f55d-32bc-410f-be18-164ba67ae07d/XPSEP%20XP%20and%20Server%202003%2032%20bit.msi 5d332ebd1025e294adafe72030fe33db707b2c82 "XPSEP XP and Server 2003 32 bit.msi" - w_try "$WINE" msiexec /i "XPSEP XP and Server 2003 32 bit.msi" ${W_OPT_UNATTENDED:+/qb} + w_try "$WINE" msiexec /i "XPSEP XP and Server 2003 32 bit.msi" ${W_UNATTENDED_SLASH_QB} "$WINE" sc delete FontCache3.0.0.0 - "$WINE" $file1 ${W_OPT_UNATTENDED:+/q} + "$WINE" "$file1" ${W_OPT_UNATTENDED:+/q} status=$? - w_info $file1 exited with status $status + w_info "$file1 exited with status $status" + + # Doesn't install any ngen.exe + # W_NGEN_CMD="" +} + +verify_dotnet30sp1() +{ + w_dotnet_verify dotnet30sp1 } #---------------------------------------------------------------- @@ -5211,29 +7179,36 @@ w_metadata dotnet35 dlls \ load_dotnet35() { - case "$OS" in - "Windows_NT") ;; - *) w_warn "dotnet35 does not yet fully work or install on wine. Caveat emptor." ;; + w_package_unsupported_win64 + + case "$W_PLATFORM" in + windows_cmd) ;; + *) w_warn "dotnet35 does not yet fully work or install on wine. Caveat emptor." ;; esac - w_call dotnet30sp1 - $WINESERVER -w + w_verify_cabextract_available - if w_workaround_wine_bug 33450 "Installing msxml3" ,1.5.28 - then - w_call msxml3 - fi + # https://www.microsoft.com/en-us/download/details.aspx?id=21 + w_download https://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe 3e3a4104bad9a0c270ed5cbe8abb986de9afaf0281a98998bdbdc8eaab85c3b6 - # http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6 - w_download http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe 0a271bb44531aadef902829f98dfad66e4a57586 + w_call remove_mono - "$WINE" reg delete "HKLM\\Software\\Microsoft\\NET Framework Setup\\NDP\\v3.5" + w_call dotnet30sp1 + w_wineserver -w - # See also http://blogs.msdn.com/astebner/archive/2008/07/17/8745415.aspx - cd "$W_TMP" + # See also https://blogs.msdn.microsoft.com/astebner/2008/07/17/scenarios-where-net-framework-3-5-setup-tries-to-connect-to-the-internet-and-how-to-avoid-them/ + w_try_cd "$W_TMP" w_try_cabextract $W_UNATTENDED_DASH_Q "$W_CACHE"/dotnet35/dotnetfx35.exe - cd wcu/dotNetFramework + w_try_cd wcu/dotNetFramework "$WINE" dotNetFx35setup.exe /lang:ENU $W_UNATTENDED_SLASH_Q + + # Doesn't install any ngen.exe + # W_NGEN_CMD="" +} + +verify_dotnet35() +{ + w_dotnet_verify dotnet35 } #---------------------------------------------------------------- @@ -5249,24 +7224,30 @@ w_metadata dotnet35sp1 dlls \ load_dotnet35sp1() { - case "$OS" in - "Windows_NT") ;; - *) w_warn "dotnet35sp1 does not yet fully work or install on wine. Caveat emptor." ;; + w_package_unsupported_win64 + + case "$W_PLATFORM" in + windows_cmd) ;; + *) w_warn "dotnet35sp1 does not yet fully work or install on wine. Caveat emptor." ;; esac + w_verify_cabextract_available + + # https://www.microsoft.com/en-us/download/details.aspx?id=25150 + w_download https://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe 0582515bde321e072f8673e829e175ed2e7a53e803127c50253af76528e66bc1 + + w_call remove_mono + w_call dotnet35 - $WINESERVER -w + w_wineserver -w w_call dotnet20sp2 - $WINESERVER -w - - # http://www.microsoft.com/download/en/details.aspx?id=25150 - w_download http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988e-fdaa79a8ac3d/dotnetfx35.exe 3dce66bae0dd71284ac7a971baed07030a186918 + w_wineserver -w - # Work around hang in http://bugs.winehq.org/show_bug.cgi?id=25060#c19 + # Work around hang in https://bugs.winehq.org/show_bug.cgi?id=25060#c19 WINEDLLOVERRIDES=ngen.exe,mscorsvw.exe=b export WINEDLLOVERRIDES - cd "$W_CACHE"/dotnet35sp1 + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, dotnetfx35.exe /lang:ENU $W_UNATTENDED_SLASH_Q @@ -5287,6 +7268,14 @@ load_dotnet35sp1() } } " + + # Doesn't install any ngen.exe + # W_NGEN_CMD="" +} + +verify_dotnet35sp1() +{ + w_dotnet_verify dotnet35sp1 } #---------------------------------------------------------------- @@ -5295,39 +7284,32 @@ w_metadata dotnet40 dlls \ title="MS .NET 4.0" \ publisher="Microsoft" \ year="2011" \ - media="manual_download" \ + media="download" \ conflicts="dotnet20sdk" \ file1="dotNetFx40_Full_x86_x64.exe" \ installed_file1="c:/windows/Microsoft.NET/Framework/v4.0.30319/ngen.exe" load_dotnet40() { - if [ $W_ARCH = win64 ] - then - w_die "This package does not work on a 64-bit installation" - fi + w_package_warn_win64 - case "$OS" in - "Windows_NT") ;; + case "$W_PLATFORM" in + windows_cmd) ;; *) w_warn "dotnet40 does not yet fully work or install on wine. Caveat emptor." ;; esac - # http://www.microsoft.com/download/en/details.aspx?id=17718 - w_download http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe 58da3d74db353aad03588cbb5cea8234166d8b99 - - if w_workaround_wine_bug 30707 "Need to get gacutil.exe" 1.5.5, - then - w_download_manual http://www.mediafire.com/?v8rw5h1ra7maod4 gacutil-net40.tar.bz2 d40cc1249ea051338c064aff5ba0f1a5f24b59a5 + if [ "$W_ARCH" = "win64" ] && w_workaround_wine_bug 42701; then + w_warn "On 64-bit, you'll run into https://bugs.winehq.org/show_bug.cgi?id=42701 (missing api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.RoGetParameterizedTypeInstanceIID" fi - w_call remove_mono + # https://www.microsoft.com/en-us/download/details.aspx?id=17718 + w_download https://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96C8DAAE/dotNetFx40_Full_x86_x64.exe 65e064258f2e418816b304f646ff9e87af101e4c9552ab064bb74d281c38659f - # Remove Mono registry entry: - "$WINE" reg delete "HKLM\Software\Microsoft\NET Framework Setup\NDP\v4" /f + w_call remove_mono - w_try rm -f "$W_WINDIR_UNIX/system32/mscoree.dll" + w_call winxp - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" WINEDLLOVERRIDES=fusion=b "$WINE" dotNetFx40_Full_x86_x64.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} || true @@ -5336,25 +7318,14 @@ load_dotnet40() "$WINE" reg add "HKLM\\Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full" /v Install /t REG_DWORD /d 0001 /f "$WINE" reg add "HKLM\\Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full" /v Version /t REG_SZ /d "4.0.30319" /f - if w_workaround_wine_bug 30707 "Manually registering assemblies" 1.5.5, - then - cd "$W_TMP" - tar -xvjf "$W_CACHE/$W_PACKAGE/gacutil-net40.tar.bz2" - - for assembly in $W_WINDIR_UNIX/Microsoft.NET/Framework/v4.0.30319/*.[dD]ll - do - "$WINE" "$W_TMP/gacutil.exe" /i "$(w_pathconv -w $assembly)" /f - done + W_NGEN_CMD="$WINE $WINEPREFIX/drive_c/windows/Microsoft.NET/Framework/v4.0.30319/ngen.exe executequeueditems" - for assembly in $W_WINDIR_UNIX/Microsoft.NET/Framework/v4.0.30319/WPF/*.[dD]ll - do - # Some of the dlls aren't assemblies. FIXME: Should filter them based on that.. - "$WINE" "$W_TMP/gacutil.exe" /i "$(w_pathconv -w $assembly)" /f || true - done + w_unset_winver +} - mkdir -p "$W_WINDIR_UNIX/Microsoft.NET/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a" - cp "$W_WINDIR_UNIX/Microsoft.NET/Framework/v4.0.30319/System.EnterpriseServices.dll" "$W_WINDIR_UNIX/Microsoft.NET/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a" - fi +verify_dotnet40() +{ + w_dotnet_verify dotnet40 } #---------------------------------------------------------------- @@ -5370,29 +7341,77 @@ w_metadata dotnet45 dlls \ load_dotnet45() { - if [ $W_ARCH = win64 ] - then - w_warn "This package may not work on a 64-bit installation" - fi + w_package_warn_win64 + + w_verify_cabextract_available - # http://www.microsoft.com/download/en/details.aspx?id=17718 - w_download http://download.microsoft.com/download/b/a/4/ba4a7e71-2906-4b2d-a0e1-80cf16844f5f/dotnetfx45_full_x86_x64.exe b2ff712ca0947040ca0b8e9bd7436a3c3524bb5d + # https://www.microsoft.com/en-us/download/details.aspx?id=17718 + w_download https://download.microsoft.com/download/b/a/4/ba4a7e71-2906-4b2d-a0e1-80cf16844f5f/dotnetfx45_full_x86_x64.exe a04d40e217b97326d46117d961ec4eda455e087b90637cb33dd6cc4a2c228d83 w_call remove_mono - # Remove Mono registry entry: - "$WINE" reg delete "HKLM\Software\Microsoft\NET Framework Setup\NDP\v4" /f + # See https://appdb.winehq.org/objectManager.php?sClass=version&iId=25478 for Focht's recipe - w_try rm -f "$W_WINDIR_UNIX/system32/mscoree.dll" + # Seems unneeded in wine-2.0 + # w_call dotnet35 + w_call dotnet40 + w_set_winver win7 + + w_try_cd "$W_CACHE/$W_PACKAGE" + + WINEDLLOVERRIDES=fusion=b "$WINE" dotnetfx45_full_x86_x64.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} + status=$? + + case $status in + 0) ;; + 105) echo "exit status $status - normal, user selected 'restart now'" ;; + 194) echo "exit status $status - normal, user selected 'restart later'" ;; + *) w_die "exit status $status - $W_PACKAGE installation failed" ;; + esac + + w_override_dlls native mscoree + + w_warn "Setting Windows version to 2003, otherwise applications using .NET 4.5 will subtly fail" + w_set_winver win2k3 +} + +verify_dotnet45() +{ + w_dotnet_verify dotnet45 +} + +#---------------------------------------------------------------- + +w_metadata dotnet452 dlls \ + title="MS .NET 4.5.2" \ + publisher="Microsoft" \ + year="2012" \ + media="download" \ + conflicts="dotnet20 dotnet20sdk dotnet20sp1 dotnet20sp2 dotnet35sp1 dotnet40 dotnet45 vjrun20" \ + file1="dotnetfx45_full_x86_x64.exe" \ + installed_file1="c:/windows/Microsoft.NET/Framework/v4.0.30319/Microsoft.Windows.ApplicationServer.Applications.45.man" + +load_dotnet452() +{ + w_package_warn_win64 + + w_verify_cabextract_available + + # https://www.microsoft.com/en-us/download/details.aspx?id=17718 + w_download https://download.microsoft.com/download/E/2/1/E21644B5-2DF2-47C2-91BD-63C560427900/NDP452-KB2901907-x86-x64-AllOS-ENU.exe 6c2c589132e830a185c5f40f82042bee3022e721a216680bd9b3995ba86f3781 + + w_call remove_mono # See https://appdb.winehq.org/objectManager.php?sClass=version&iId=25478 for Focht's recipe - w_call dotnet35 + + # Seems unneeded in wine-2.0 + # w_call dotnet35 w_call dotnet40 w_set_winver win7 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" - WINEDLLOVERRIDES=fusion=b "$WINE" dotnetfx45_full_x86_x64.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} + WINEDLLOVERRIDES=fusion=b "$WINE" NDP452-KB2901907-x86-x64-AllOS-ENU.exe ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} status=$? case $status in @@ -5408,22 +7427,228 @@ load_dotnet45() w_set_winver win2k3 } +verify_dotnet452() +{ + w_dotnet_verify dotnet452 +} + +#---------------------------------------------------------------- + +w_metadata dotnet46 dlls \ + title="MS .NET 4.6" \ + publisher="Microsoft" \ + year="2015" \ + media="download" \ + file1="NDP46-KB3045557-x86-x64-AllOS-ENU.exe" \ + conflicts="dotnet20 dotnet20sdk dotnet20sp1 dotnet20sp2 dotnet35sp1 dotnet40 vjrun20" \ + installed_file1="c:/windows/Migration/WTR/netfx45_upgradecleanup.inf" + +load_dotnet46() +{ + w_package_warn_win64 + + # https://support.microsoft.com/kb/3045560 + w_download https://download.microsoft.com/download/C/3/A/C3A5200B-D33C-47E9-9D70-2F7C65DAAD94/NDP46-KB3045557-x86-x64-AllOS-ENU.exe b21d33135e67e3486b154b11f7961d8e1cfd7a603267fb60febb4a6feab5cf87 + + w_call remove_mono + + w_call dotnet45 + w_set_winver win7 + + w_try_cd "$W_CACHE/$W_PACKAGE" + + if w_workaround_wine_bug 38959 ; then + echo "This installer will fail unless run in quiet mode." + echo "See: https://bugs.winehq.org/show_bug.cgi?id=38959" + + WINEDLLOVERRIDES=fusion=b "$WINE" "$file1" /q /c:"install.exe /q" + # Once bug is fixed, use: + #WINEDLLOVERRIDES=fusion=b "$WINE" "$file1" ${W_OPT_UNATTENDED:+/q /c:"install.exe /q"} + status=$? + fi + + case $status in + 0) ;; + 105) echo "exit status $status - normal, user selected 'restart now'" ;; + 194) echo "exit status $status - normal, user selected 'restart later'" ;; + *) w_die "exit status $status - $W_PACKAGE installation failed" ;; + esac + + w_override_dlls native mscoree +} + +verify_dotnet46() +{ + w_dotnet_verify dotnet46 +} + +#---------------------------------------------------------------- + +w_metadata dotnet461 dlls \ + title="MS .NET 4.6.1" \ + publisher="Microsoft" \ + year="2015" \ + media="download" \ + file1="NDP461-KB3102436-x86-x64-AllOS-ENU.exe" \ + conflicts="dotnet20 dotnet20sdk dotnet20sp1 dotnet20sp2 dotnet35sp1 dotnet40 dotnet46 vjrun20" \ + installed_file1="c:/users/$LOGNAME/Temp/dd_NDP461-KB3102436-x86-x64-AllOS-ENU_decompression_log.txt" + +load_dotnet461() +{ + w_package_warn_win64 + + # https://www.microsoft.com/en-us/download/details.aspx?id=49982 + w_download https://download.microsoft.com/download/E/4/1/E4173890-A24A-4936-9FC9-AF930FE3FA40/NDP461-KB3102436-x86-x64-AllOS-ENU.exe beaa901e07347d056efe04e8961d5546c7518fab9246892178505a7ba631c301 + + w_call remove_mono + + w_call dotnet46 + w_set_winver win7 + + w_try_cd "$W_CACHE/$W_PACKAGE" + + WINEDLLOVERRIDES=fusion=b "$WINE" "$file1" ${W_OPT_UNATTENDED:+/q /norestart} + status=$? + + echo "exit status: $status" + + case $status in + 0) ;; + 105) echo "exit status $status - normal, user selected 'restart now'" ;; + 194) echo "exit status $status - normal, user selected 'restart later'" ;; + *) w_die "exit status $status - $W_PACKAGE installation failed" ;; + esac + + w_override_dlls native mscoree +} + +verify_dotnet461() +{ + w_dotnet_verify dotnet461 +} + +#---------------------------------------------------------------- + +w_metadata dotnet462 dlls \ + title="MS .NET 4.6.2" \ + publisher="Microsoft" \ + year="2016" \ + media="download" \ + conflicts="dotnet20 dotnet20sdk dotnet20sp1 dotnet20sp2 dotnet35sp1 dotnet40 dotnet46 dotnet461 vjrun20" \ + installed_file1="c:/windows/dotnet462.installed.workaround" + +load_dotnet462() +{ + w_package_warn_win64 + + if w_workaround_wine_bug 42170 "Running un-official repacked .NET 4.6.2 setup until the official version is fixed."; then + # Un-official slim version. See https://repacks.net/forum/viewtopic.php?t=7 + file_package="dotNetFx462_Full_x86_x64_Slim.exe" + w_download https://www.dropbox.com/s/1bdocgbate8hc8z/dotNetFx462_Full_x86_x64_Slim.exe?dl=1 8f03c8a9b2f4666c3707abe2d70145f200cb2f0f3b792626e64d167d1ad0565f $file_package + unattended_args="/ai /gm2" + else + # Official version. See https://www.microsoft.com/en-us/download/details.aspx?id=53344 + w_download https://download.microsoft.com/download/F/9/4/F942F07D-F26F-4F30-B4E3-EBD54FABA377/NDP462-KB3151800-x86-x64-AllOS-ENU.exe 28886593e3b32f018241a4c0b745e564526dbb3295cb2635944e3a393f4278d4 + file_package="NDP462-KB3151800-x86-x64-AllOS-ENU.exe" + unattended_args="/q /norestart" + fi + + w_call remove_mono + + w_call dotnet461 + w_set_winver win7 + + w_try_cd "$W_CACHE/$W_PACKAGE" + + WINEDLLOVERRIDES=fusion=b "$WINE" "$file_package" ${W_OPT_UNATTENDED:+$unattended_args} + status=$? + + echo "exit status: $status" + + case $status in + 0) ;; + 5) w_die "exit status $status - user selected 'Cancel'" ;; + *) w_die "exit status $status - $W_PACKAGE installation failed" ;; + esac + + w_override_dlls native mscoree + + # Unfortunately, dotnet462 install the same files that dotnet461 does, but with different checksums + # The only unique files are temporary ones. As a workaround, touch a file instead so that we know it's been installed for list-installed + w_try touch "${W_WINDIR_UNIX}/dotnet462.installed.workaround" +} + +verify_dotnet462() +{ + w_dotnet_verify dotnet462 +} + +#---------------------------------------------------------------- + +w_metadata dotnet_verifier dlls \ + title="MS .NET Verifier" \ + publisher="Microsoft" \ + year="2016" \ + media="download" \ + file1="netfx_setupverifier_new.zip" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/netfx_setupverifier.exe" + +load_dotnet_verifier() +{ + # https://blogs.msdn.microsoft.com/astebner/2008/10/13/net-framework-setup-verification-tool-users-guide/ + # 2016/10/26: sha256sum 1daf4b1b27669b65f613e17814da3c8342d3bfa9520a65a880c58d6a2a6e32b5, adds .NET Framework 4.6.{1,2} support + # 2017/06/12: sha256sum 310a0341fbe68f5b8601f2d8deef5d05ca6bce50df03912df391bc843794ef60, adds .NET Framework 4.7 support + # 2018/06/03: sha256sum 13fd683fd604f9de09a9e649df303100b81e6797f868024d55e5c2f3c14aa9a6, adds .NET Framework 4.7.{1,2} support + + w_download https://msdnshared.blob.core.windows.net/media/2018/05/netfx_setupverifier_new.zip 13fd683fd604f9de09a9e649df303100b81e6797f868024d55e5c2f3c14aa9a6 + + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try_unzip "$W_SYSTEM32_DLLS" netfx_setupverifier_new.zip netfx_setupverifier.exe + + w_warn "You can run the .NET Verifier with \"${WINE} netfx_setupverifier.exe\"" +} + #---------------------------------------------------------------- w_metadata dxdiagn dlls \ title="DirectX Diagnostic Library" \ publisher="Microsoft" \ + year="2011" \ + media="download" \ + conflicts="dxdiagn_feb2010" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/dxdiagn.dll" + +load_dxdiagn() +{ + helper_win7sp1 x86_microsoft-windows-d..x-directxdiagnostic_31bf3856ad364e35_6.1.7601.17514_none_25cb021dbc0611db/dxdiagn.dll + w_try cp "$W_TMP/x86_microsoft-windows-d..x-directxdiagnostic_31bf3856ad364e35_6.1.7601.17514_none_25cb021dbc0611db/dxdiagn.dll" "$W_SYSTEM32_DLLS/dxdiagn.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-d..x-directxdiagnostic_31bf3856ad364e35_6.1.7601.17514_none_81e99da174638311/dxdiagn.dll + w_try cp "$W_TMP/amd64_microsoft-windows-d..x-directxdiagnostic_31bf3856ad364e35_6.1.7601.17514_none_81e99da174638311/dxdiagn.dll" "$W_SYSTEM64_DLLS/dxdiagn.dll" + fi + + w_override_dlls native,builtin dxdiagn +} + +#---------------------------------------------------------------- + +w_metadata dxdiagn_feb2010 dlls \ + title="DirectX Diagnostic Library (February 2010)" \ + publisher="Microsoft" \ year="2010" \ media="download" \ + conflicts="dxdiagn" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/dxdiagn.dll" -load_dxdiagn() +load_dxdiagn_feb2010() { helper_directx_dl w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F dxdiagn.dll "$W_TMP/dxnt.cab" + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'dxdiagn.dll' "$W_TMP/dxnt.cab" w_override_dlls native dxdiagn } @@ -5451,78 +7676,95 @@ load_dsound() #---------------------------------------------------------------- -# FIXME: update winetricks_is_installed to look at installed_file2 +w_metadata esent dlls \ + title="MS Extensible Storage Engine" \ + publisher="Microsoft" \ + year="2011" \ + media="download" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/esent.dll" + +load_esent() +{ + helper_win7sp1 x86_microsoft-windows-e..estorageengine-isam_31bf3856ad364e35_6.1.7601.17514_none_f3ebb0cc8a4dd814/esent.dll + w_try cp "$W_TMP/x86_microsoft-windows-e..estorageengine-isam_31bf3856ad364e35_6.1.7601.17514_none_f3ebb0cc8a4dd814/esent.dll" "$W_SYSTEM32_DLLS/esent.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-e..estorageengine-isam_31bf3856ad364e35_6.1.7601.17514_none_500a4c5042ab494a/esent.dll + w_try cp "$W_TMP/amd64_microsoft-windows-e..estorageengine-isam_31bf3856ad364e35_6.1.7601.17514_none_500a4c5042ab494a/esent.dll" "$W_SYSTEM64_DLLS/esent.dll" + fi + + w_override_dlls native,builtin esent +} + +#---------------------------------------------------------------- + +# FIXME: update winetricks_is_installed to look at installed_file2..n +# https://github.com/Winetricks/winetricks/issues/988 w_metadata flash dlls \ - title="Flash Player 12" \ + title="Flash Player 14" \ publisher="Adobe" \ year="2014" \ media="download" \ file1="install_flash_player.exe" \ file2="install_flash_player_ax.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_12_0_0_43_Plugin.exe" \ - installed_file2="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_12_0_0_38_ActiveX.exe" \ - homepage="http://www.adobe.com/products/flashplayer/" + file3="flashplayer_14_sa.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_14_0_0_179_Plugin.exe" \ + installed_file2="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/FlashUtil32_14_0_0_176_ActiveX.exe" \ + installed_file3="$W_SYSTEM32_DLLS_WIN/Macromed/Flash/flashplayer_14_sa.exe" \ + homepage="https://www.adobe.com/products/flashplayer/" load_flash() { - # As of July 9, 2013, Flash 10 is no longer supported. - # And as of June 24, 2013, Flash 10.3 won't even install for me, - # it tells you to go get a newer version! + # 2013/07/09: Adobe Flash 10 is no longer supported. + # 2013/06/24: Adobe Flash 10.3 won't even install for me, it tells you to go get a newer version! # See - # http://blogs.adobe.com/psirt/ - # http://get.adobe.com/de/flashplayer/otherversions/ - # In theory we could install older versions like 10.3 by using zipfiles at - # http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html - # They don't have installers, just raw files. Let's wait until we have - # a reason to do that. - - # Active X plugin - # 2013-03-28 - #w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/11.6.602.180/install_flash_player_ax.exe 359f231d7007c17b419f777125e0f28fffc2e6a1 - # 2013-06-24 - # w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/11.7.700.224/install_flash_player_ax.exe fdadce901fc7da7a175f71cc8f1f2dd0db78ec8e - # 2014-01-21 - w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.38/install_flash_player_ax.exe 8deb33bcbbbbecfcbcbeb0f861d2c7492599da2b - cd "$W_CACHE"/flash - - w_try "$WINE" install_flash_player_ax.exe ${W_OPT_UNATTENDED:+ /install} - - # Mozilla / Firefox plugin - # 2013-03-28 - #w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/11.6.602.180/install_flash_player.exe bf44990ade52aa92078495ec39035d8489ff6e05 - # 2013-06-24 - #w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/11.7.700.224/install_flash_player.exe 9c519fd5a7202c43b5713f9f6b083d970810112e - # 2014-01-21 - w_download http://fpdownload.macromedia.com/get/flashplayer/pdc/12.0.0.43/install_flash_player.exe 5a68f7aa21c4217cf801a46616fe724d601f773a - - w_try "$WINE" install_flash_player.exe ${W_OPT_UNATTENDED:+ /install} - - if w_workaround_wine_bug 25966 "Flash11 still needs native visual c++ 2005 runtimes" 1.5.7, - then - w_call vcrun2005 - fi + # https://blogs.adobe.com/psirt/ + # https://get.adobe.com/de/flashplayer/otherversions/ + # Now, we install older versions by using zipfiles at + # https://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html + + # ActiveX plugin + # 2014/10/02: 3958827058648cfe05fc6ee510685e8d93f995d3428c3eedbd6814704765672a + w_download https://download.macromedia.com/pub/flashplayer/installers/archive/fp_14.0.0.176_archive.zip 3958827058648cfe05fc6ee510685e8d93f995d3428c3eedbd6814704765672a + + w_try_unzip "$W_TMP" "$W_CACHE"/flash/fp_14.0.0.176_archive.zip fp_14.0.0.176_archive/14_0_r0_176/flashplayer14_0r0_176_winax.exe + w_try_cd "$W_TMP"/fp_14.0.0.176_archive/14_0_r0_176 + w_try "$WINE" flashplayer14_0r0_176_winax.exe ${W_OPT_UNATTENDED:+ /install} + + # Mozilla / Firefox (NPAPI) plugin + # 2014/10/02: 17496fd3c863c180aead953d7d4499dd36f997a9570abc2b92f55e4ea1d55d73 + w_download https://download.macromedia.com/pub/flashplayer/installers/archive/fp_14.0.0.179_archive.zip 17496fd3c863c180aead953d7d4499dd36f997a9570abc2b92f55e4ea1d55d73 + + w_try_unzip "$W_TMP" "$W_CACHE"/flash/fp_14.0.0.179_archive.zip fp_14.0.0.179_archive/14_0_r0_179/flashplayer14_0r0_179_win.exe + w_try_cd "$W_TMP"/fp_14.0.0.179_archive/14_0_r0_179 + w_try "$WINE" flashplayer14_0r0_179_win.exe ${W_OPT_UNATTENDED:+ /install} + + # Projector (standalone player) + # 2015/07/06: + w_download https://download.macromedia.com/pub/flashplayer/updaters/14/flashplayer_14_sa.exe 8640c42e73dc44125045e17abd32412c48f3808a8393c94fc8281cf4b0d87bdc + # shellcheck disable=SC2154 + w_try cp "${W_CACHE}/${W_PACKAGE}/${file3}" "$W_SYSTEM32_DLLS/Macromed/Flash" # After updating the above, you should carry the following steps out by - # hand to verify that plugin works. (Ideally you'd also do it on - # wine-1.5.6 to make sure the new version still uses vcrun2005 and - # not something newer.) + # hand to verify that plugin works. # rm -rf ~/.cache/winetricks/flash - # cd ~/winetricks/src + # w_try_cd ~/winetricks/src # rm -rf ~/.wine # sh winetricks -q flash ie7 - # cd ~/".wine/drive_c/Program Files/Internet Explorer" - # wine iexplore.exe http://www.adobe.com/software/flash/about - # Verify that the version of flash shows up and that you're not prompted - # to install flash again + # cd "~/.wine/drive_c/Program Files/Internet Explorer" + # wine iexplore.exe https://www.adobe.com/software/flash/about + # Verify that the version of Flash shows up and that you're not prompted + # to install Flash again # - # cd ~/winetricks/src + # w_try_cd ~/winetricks/src # rm -rf ~/.wine - # sh winetricks -q flash --no-isolate firefox - # cd ~/.wine/drive_c/Program\ Files/Mozilla\ Firefox - # wine firefox.exe http://www.adobe.com/software/flash/about - # Verify that the version of flash shows up and that you're not prompted - # to install flash again + # sh winetricks -q flash firefox + # cd "~/.wine/drive_c/Program Files/Mozilla Firefox" + # wine firefox.exe https://www.adobe.com/software/flash/about + # Verify that the version of Flash shows up and that you're not prompted + # to install Flash again } #---------------------------------------------------------------- @@ -5537,11 +7779,16 @@ w_metadata gdiplus dlls \ load_gdiplus() { - # gdiplus has changed in win7. See http://bugs.winehq.org/show_bug.cgi?id=32163#c3 + # gdiplus has changed in win7. See https://bugs.winehq.org/show_bug.cgi?id=32163#c3 helper_win7sp1 x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_72d18a4386696c80/gdiplus.dll w_try cp "$W_TMP/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_72d18a4386696c80/gdiplus.dll" "$W_SYSTEM32_DLLS/gdiplus.dll" - # For some reason, native,builtin isn't good enough...? + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_2b24536c71ed437a/gdiplus.dll + w_try cp "$W_TMP/amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_2b24536c71ed437a/gdiplus.dll" "$W_SYSTEM64_DLLS/gdiplus.dll" + fi + + # For some reason, native, builtin isn't good enough...? w_override_dlls native gdiplus } @@ -5557,12 +7804,13 @@ w_metadata gdiplus_winxp dlls \ load_gdiplus_winxp() { - w_download_manual http://download.cnet.com/NET-Framework-1-0-GDIPLUS-DLL-Security-Update/3000-10250_4-10732223.html NDP1.0sp2-KB830348-X86-Enu.exe 6113cd89d77525958295ccbd73b5fb8b89abd0aa - cd "$W_CACHE"/gdiplus - w_try_cabextract -d "$W_TMP" -F FL_gdiplus_dll_____X86.3643236F_FC70_11D3_A536_0090278A1BB8 "$W_CACHE"/gdiplus_winxp/$file1 + # https://www.microsoft.com/en-us/download/details.aspx?id=5339 + w_download https://download.microsoft.com/download/1/4/6/1467c2ba-4d1f-43ad-8d9b-3e8bc1c6ac3d/NDP1.0sp2-KB830348-X86-Enu.exe 3c6c7eed4a0ccd2ea2ce0446359b8c752dd2a3b82332663f655e803ce0b05335 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try_cabextract -d "$W_TMP" -F FL_gdiplus_dll_____X86.3643236F_FC70_11D3_A536_0090278A1BB8 "$W_CACHE/${W_PACKAGE}/$file1" w_try cp "$W_TMP/FL_gdiplus_dll_____X86.3643236F_FC70_11D3_A536_0090278A1BB8" "$W_SYSTEM32_DLLS/gdiplus.dll" - # For some reason, native,builtin isn't good enough...? + # For some reason, native, builtin isn't good enough...? w_override_dlls native gdiplus } @@ -5578,111 +7826,49 @@ w_metadata glidewrapper dlls \ load_glidewrapper() { - w_download http://www.zeckensack.de/glide/archive/GlideWrapper084c.exe 7a9d60a18b660473742b476465e9aea7bd5ab6f8 - cd "$W_CACHE/$W_PACKAGE" - # NSIS installer - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ /S} -} + w_download http://www.zeckensack.de/glide/archive/GlideWrapper084c.exe 3c4185bd7eac9bd50e0727a7b5165ec8273230455480cf94358e1bbd35921b69 + w_try_cd "$W_CACHE/$W_PACKAGE" -#---------------------------------------------------------------- + # The installer opens its README in a web browser, really annoying when doing make check/test: + # FIXME: maybe we should back up this key first? + if test ${W_OPT_UNATTENDED}; then + cat > "$W_TMP"/disable-browser.reg <<_EOF_ +REGEDIT4 -w_metadata gecko dlls \ - title="Gecko (usually installed by distro)" \ - publisher="WineHQ/Mozilla" +[HKEY_CURRENT_USER\\Software\\Wine\\WineBrowser] +"Browsers"="" -load_gecko() -{ - if test -f /usr/share/wine/gecko/wine_gecko-1.0.0-x86.cab && test -f /usr/share/wine/gecko/wine_gecko-1.1.0-x86.cab && test -f /usr/share/wine/gecko/wine_gecko-1.2.0-x86.msi - then - w_warn "gecko is already installed in /usr/share/wine" - else - w_warn "Please install gecko in /usr/share/wine per http://wiki.winehq.org/Gecko. http://winezeug.googlecode.com/svn/trunk/install-gecko.sh is an easy script to do that. Then you should never need to do 'winetricks gecko' again." +_EOF_ + w_try_regedit "$W_TMP_WIN"\\disable-browser.reg + + fi + + # NSIS installer + w_try "$WINE" "$file1" ${W_OPT_UNATTENDED:+ /S} + + if test ${W_OPT_UNATTENDED}; then + "$WINE" reg delete "HKEY_CURRENT_USER\\Software\\Wine\\WineBrowser" /v Browsers /f || true fi } #---------------------------------------------------------------- -w_metadata gecko110 dlls \ - title="Gecko 1.1.0 (not normally needed)" \ - publisher="WineHQ/Mozilla" \ - year="2010" \ +w_metadata gfw dlls \ + title="MS Games For Windows Live (xlive.dll)" \ + publisher="Microsoft" \ + year="2008" \ media="download" \ - file1="wine_gecko-1.1.0-x86.cab" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/gecko/1.1.0/wine_gecko/nspr4.dll" - -load_gecko110() -{ - w_skip_windows gecko110 && return - - w_warn "You should probably not be using the gecko110 verb, see http://wiki.winehq.org/Gecko" - case `$WINE --version` in - wine-1.3.[2-9]|wine-1.3.[2-9]-*|wine-1.3.1[0-5]*) - ;; - *) - w_die "This verb only supports wine-1.3.2 to wine-1.3.15" - ;; - esac - - w_download http://downloads.sourceforge.net/project/wine/Wine%20Gecko/1.1.0/wine_gecko-1.1.0-x86.cab 1b6c637207b6f032ae8a52841db9659433482714 - - mkdir -p "$W_SYSTEM32_DLLS/gecko/1.1.0" - cd "$W_SYSTEM32_DLLS/gecko/1.1.0" - w_try_cabextract $W_UNATTENDED_DASH_Q "$W_CACHE/gecko110/wine_gecko-1.1.0-x86.cab" - - cat > "$W_TMP"/geckopath.reg <<_EOF_ -REGEDIT4 - -[HKEY_CURRENT_USER\Software\Wine\MSHTML\1.1.0] -"GeckoPath"="c:\\\\windows\\\\system32\\\\gecko\\\\1.1.0\\\\wine_gecko\\\\" -_EOF_ - w_try_regedit "$W_TMP_WIN"\\geckopath.reg - - w_try_regsvr mshtml -} - -w_metadata gecko120 dlls \ - title="Gecko 1.2.0 (not normally needed)" \ - publisher="WineHQ/Mozilla" \ - year="2011" \ - media="download" \ - file1="wine_gecko-1.2.0-x86.msi" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/gecko/1.2.0/wine_gecko/nspr4.dll" - -load_gecko120() -{ - w_skip_windows gecko120 && return - - w_warn "You should probably not be using the gecko120 verb, see http://wiki.winehq.org/Gecko" - case `$WINE --version` in - wine-0*|wine-1.[012]*|wine-1.3|wine-1.3.[0-9]|wine-1.3.1[0-4]) - w_die "This verb only supports wine-1.3.15 and higher at the moment" - ;; - esac - - w_download http://downloads.sourceforge.net/project/wine/Wine%20Gecko/1.2.0/wine_gecko-1.2.0-x86.msi 6964d1877668ab7da07a60f6dcf23fb0e261a808 - - w_try "$WINE" msiexec /i "$W_CACHE"/gecko120/wine_gecko-1.2.0-x86.msi $W_UNATTENDED_SLASH_Q -} - - -#---------------------------------------------------------------- - -w_metadata gfw dlls \ - title="MS Games For Windows Live (xlive.dll)" \ - publisher="Microsoft" \ - year="2008" \ - media="download" \ - file1="gfwlivesetupmin.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/xlive.dll" + file1="gfwlivesetupmin.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/xlive.dll" load_gfw() { - # http://www.microsoft.com/games/en-us/live/pages/livejoin.aspx + # https://www.microsoft.com/games/en-us/live/pages/livejoin.aspx # http://www.next-gen.biz/features/should-games-for-windows-live-die - w_download http://download.microsoft.com/download/5/5/8/55846E20-4A46-4EF8-B272-7F988BC9090A/gfwlivesetupmin.exe 6f9e0ba052c68c8b51bb0e3ce6024d0e1c7b20b2 + w_download https://download.microsoft.com/download/5/5/8/55846E20-4A46-4EF8-B272-7F988BC9090A/gfwlivesetupmin.exe b14609508e2f8dba0886ded84e2817ad532ebfa31f8a6d4be2e6a5a03a9d7c23 - # FIXME: Depends on .Net 20, but is it really needed? For now, skip it. - cd "$W_CACHE"/gfw + # FIXME: Depends on .NET 20, but is it really needed? For now, skip it. + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" gfwlivesetupmin.exe /nodotnet $W_UNATTENDED_SLASH_Q w_call msasn1 @@ -5700,19 +7886,44 @@ w_metadata glut dlls \ load_glut() { - w_download http://www.xmission.com/~nate/glut/glut-3.7.6-bin.zip fb4731885c05b3cf2c79e85aabe8fc9949616ef4 - w_try_unzip -d "$W_DRIVE_C" "$W_CACHE"/glut/glut-3.7.6-bin.zip + w_download http://press.liacs.nl/researchdownloads/glut.win32/glut-3.7.6-bin.zip 788e97653bfd527afbdc69e1b7c6bcf9cb45f33d13ddf9d676dc070da92f80d4 + # FreeBSD unzip rm -rf's inside the target directory before extracting: + w_try_unzip "$W_TMP" "$W_CACHE"/glut/glut-3.7.6-bin.zip + w_try mv "$W_TMP/glut-3.7.6-bin" "$W_DRIVE_C" w_try cp "$W_DRIVE_C"/glut-3.7.6-bin/glut32.dll "$W_SYSTEM32_DLLS" w_warn "If you want to compile glut programs, add c:/glut-3.7.6-bin to LIB and INCLUDE" } +#---------------------------------------------------------------- + +w_metadata gmdls dlls \ + title="General MIDI DLS Collection" \ + publisher="Microsoft / Roland" \ + year="1999" \ + media="download" \ + file1="../directx9/directx_apr2006_redist.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/drivers/gm.dls" + +load_gmdls() +{ + w_download_to directx9 https://download.microsoft.com/download/3/9/7/3972f80c-5711-4e14-9483-959d48a2d03b/directx_apr2006_redist.exe dd8c3d401efe4561b67bd88475201b2f62f43cd23e4acc947bb34a659fa74952 + + w_try_cabextract -d "$W_TMP" -F DirectX.cab "$W_CACHE"/directx9/directx_apr2006_redist.exe + w_try_cabextract -d "$W_TMP" -F gm16.dls "$W_TMP"/DirectX.cab + w_try mv "$W_TMP"/gm16.dls "$W_SYSTEM32_DLLS"/drivers/gm.dls + if test "$W_ARCH" = "win64"; then + w_try_cd "$W_SYSTEM64_DLLS"/drivers + w_try ln -s ../../syswow64/drivers/gm.dls + fi +} + #---------------------------------------------------------------- # um, codecs are kind of clustered here. They probably deserve their own real category. w_metadata allcodecs dlls \ - title="All codecs (dirac, ffdshow, icodecs, l3codecx, xvid) except wmp" \ + title="All codecs (dirac, ffdshow, icodecs, cinepak, l3codecx, xvid) except wmp" \ publisher="various" \ - year="1998-2009" \ + year="1995-2009" \ media="download" load_allcodecs() @@ -5721,6 +7932,7 @@ load_allcodecs() w_call l3codecx w_call ffdshow w_call icodecs + w_call cinepak w_call xvid } @@ -5736,12 +7948,12 @@ w_metadata dirac dlls \ load_dirac() { - w_download $WINETRICKS_SOURCEFORGE/dirac/DiracDirectShowFilter-1.0.2.exe c912d30a8fa500c7841444559feb1f49301611c4 + w_download $WINETRICKS_SOURCEFORGE/dirac/DiracDirectShowFilter-1.0.2.exe 7257de4be940405637bb5d11c1179f7db86f165f21fc0ba24f42a9ecbc55fe20 # Avoid mfc90 not found error. (DiracSplitter-libschroedinger.ax needs mfc90 to register itself, I think.) w_call vcrun2008 - cd "$W_CACHE"/dirac + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run DiracDirectShowFilter-1.0.2.exe @@ -5749,14 +7961,19 @@ load_dirac() if ( w_opt_unattended > 0 ) { ControlClick, Button2 WinWait, Dirac, License + Sleep 1000 ControlClick, Button2 WinWait, Dirac, Location + Sleep 1000 ControlClick, Button2 WinWait, Dirac, Components + Sleep 1000 ControlClick, Button2 WinWait, Dirac, environment + Sleep 1000 ControlCLick, Button1 WinWait, Dirac, installed + Sleep 1000 ControlClick, Button2 } WinWaitClose @@ -5772,12 +7989,12 @@ w_metadata ffdshow dlls \ media="download" \ file1="ffdshow_beta7_rev3154_20091209.exe" \ installed_file1="$W_PROGRAMS_X86_WIN/ffdshow/ff_liba52.dll" \ - homepage="http://ffdshow-tryout.sourceforge.net" + homepage="https://ffdshow-tryout.sourceforge.io/" load_ffdshow() { - w_download $WINETRICKS_SOURCEFORGE/ffdshow-tryout/ffdshow_beta7_rev3154_20091209.exe 8534c31489e51df70ee9583438d6211e6f0696d0 - cd "$W_CACHE"/ffdshow + w_download $WINETRICKS_SOURCEFORGE/ffdshow-tryout/ffdshow_beta7_rev3154_20091209.exe 86fb22e9a79a1c83340a99fd5722974a4d03948109d404a383c4334fab8f8860 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" ffdshow_beta7_rev3154_20091209.exe $W_UNATTENDED_SLASH_SILENT } @@ -5812,11 +8029,13 @@ w_metadata icodecs dlls \ load_icodecs() { # Note: this codec is insecure, see - # http://support.microsoft.com/kb/954157 + # https://support.microsoft.com/kb/954157 # Original source, ftp://download.intel.com/support/createshare/camerapack/codinstl.exe, had same checksum - w_download "http://codec.alshow.co.kr/Down/codinstl.exe" 2c5d64f472abe3f601ce352dcca75b4f02996f8a + # 2010/11/14: http://codec.alshow.co.kr/Down/codinstl.exe + # 2014/04/11: http://www.cucusoft.com/codecdownload/codinstl.exe (linked from http://www.cucusoft.com/codec.asp) + w_download "http://www.cucusoft.com/codecdownload/codinstl.exe" 0979d43568111cadf0b3bf43cd8d746ac3de505759c14f381592b4f8439f6c95 - cd "$W_CACHE"/icodecs + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 @@ -5838,9 +8057,94 @@ load_icodecs() " # Work around bug in codec's installer? - # http://support.britannica.com/other/touchthesky/win/issues/TSTUw_150.htm - # http://appdb.winehq.org/objectManager.php?sClass=version&iId=7091 + # https://support.britannica.com/other/touchthesky/win/issues/TSTUw_150.htm + # https://appdb.winehq.org/objectManager.php?sClass=version&iId=7091 w_try_regsvr ir50_32.dll + + # Apparently some codecs are missing, see https://github.com/Winetricks/winetricks/issues/302 + # Download at https://www.moviecodec.com/download-codec-packs/indeo-codecs-legacy-package-31/ + w_download https://s3.amazonaws.com/moviecodec/files/iv5setup.exe 51bec25488b5b94eb3ce49b0a117618c9526161fd0753817a7a724ce25ff0cad + + w_ahk_do " + SetTitleMatchMode, 2 + run iv5setup.exe + winwait, InstallShield Wizard + if ( w_opt_unattended > 0 ) { + sleep 1000 + controlclick, Button2 ; Next + winwait, Welcome + controlclick, Button1 ; Next + winwait, Software License Agreement + sleep 1000 + controlclick, Button2 ; Yes + winwait, Choose Destination + sleep 1000 + controlclick, Button1 ; Next + winwait, Setup Type + sleep 1000 + controlclick, ListBox1 ; Next + sleep 1000 + Send C ; Custom + sleep 1000 + controlclick, Button2 ; Next + winwait, Select Components + controlclick, ISAVIEWCMPTCLASS1 ; Component Selection + Send {Home} + Send {Down} ; + Send {Down} ; IV5 Directshow plugin (gives error about missing Ivfsrc.ax) + Send {Space} ; Disable it (directshow plugin) + Send {End} ; Web browser (Netscape) plugin + sleep 1000 + Send {Space} ; Disable it (web plugin) + sleep 1000 + controlclick, Button3 ; Next + winwait, Question + sleep 1000 + controlclick, Button2 ; No + winwait, Start Copying Files + sleep 1000 + controlclick, Button1 ; No + } + winwait, Setup Complete + if ( w_opt_unattended > 0 ) { + sleep 1000 + controlclick, Button4 ; Finish + } + winwaitclose + " + # Note, this leaves a dangling explorer window. The window name changed at some point + # because of a fixed wine bug that I'm too lazy to find. Since AHK doesn't make command line + # arguments easily accessible, we'd have to just kill all explorer.exe processes. + # + # So instead, use system kill + inode_pid="$(pgrep -f "explorer.exe.*Indeo")" + kill -HUP "$inode_pid" +} + +#---------------------------------------------------------------- + +w_metadata cinepak dlls \ + title="Cinepak Codec" \ + publisher="Radius" \ + year="1995" \ + media="download" \ + file1="cvid32.zip" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/iccvid.dll" \ + homepage="http://www.probo.com/cinepak.php" + +load_cinepak() +{ + w_download "http://www.probo.com/pub/cinepak/cvid32.zip" a41984a954fe77557f228fa8a95cdc05db22bf9ff5429fe4307fd6fc51e11969 + + if [ -f "$W_SYSTEM32_DLLS/iccvid.dll" ]; then + w_try rm -f "$W_SYSTEM32_DLLS/iccvid.dll" + fi + + w_try_unzip "$W_SYSTEM32_DLLS" "${W_CACHE}/${W_PACKAGE}/${file1}" ICCVID.DLL + + w_try mv -f "$W_SYSTEM32_DLLS/ICCVID.DLL" "$W_SYSTEM32_DLLS/iccvid.dll" + + w_override_dlls native iccvid } #---------------------------------------------------------------- @@ -5851,61 +8155,64 @@ w_metadata jet40 dlls \ year="2003" \ media="download" \ file1="jet40sp8_9xnt.exe" \ - installed_file1="$W_COMMONFILES_X86_WIN/Microsoft Shared/dao/dao360.dll" + installed_file1="$W_COMMONFILES_WIN/Microsoft Shared/dao/dao360.dll" load_jet40() { - w_call mdac27 + # mdac27 is 32-bit only, so use mdac28 for win64: + if [ "$W_ARCH" = "win64" ] ; then + w_call mdac28 + else + w_call mdac27 + fi w_call wsh57 - # http://support.microsoft.com/kb/239114 - # See also http://bugs.winehq.org/show_bug.cgi?id=6085 + + # https://support.microsoft.com/kb/239114 + # See also https://bugs.winehq.org/show_bug.cgi?id=6085 # FIXME: "failed with error 2" - w_download http://www.autoxplorer.com/exe/Jet40SP8_9xNT.exe 8cd25342030857969ede2d8fcc34f3f7bcc2d6d4 - cd "$W_CACHE"/jet40 + w_download https://download.microsoft.com/download/4/3/9/4393c9ac-e69e-458d-9f6d-2fe191c51469/jet40sp8_9xnt.exe b060246cd499085a31f15873689d5fa7df817e407c8261a5c71fa6b9f7042560 + + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" jet40sp8_9xnt.exe $W_UNATTENDED_SLASH_Q } +# FIXME: verify_jet40() +# See https://github.com/Winetricks/winetricks/issues/327, +# https://en.wikibooks.org/wiki/JET_Database/Creating_and_connecting, and +# https://msdn.microsoft.com/en-us/library/ms677200%28v=vs.85%29.aspx + #---------------------------------------------------------------- -w_metadata kde apps \ - title="KDE on Windows" \ - publisher="various" \ - year="2011" \ +w_metadata ie8_kb2936068 dlls \ + title="Cumulative Security Update for Internet Explorer 8" \ + publisher="Microsoft" \ + year="2014" \ media="download" \ - file1="kdewin-installer-gui-0.9.8-1.exe" \ - installed_exe1="$W_PROGRAMS_WIN/kde/etc/installer.ini" \ - homepage="http://windows.kde.org" \ - unattended="no" + file1="IE8-WindowsXP-KB2936068-x86-ENU.exe" \ + installed_file1="c:/windows/KB2936068-IE8.log" -load_kde() +load_ie8_kb2936068() { - w_download http://www.winkde.org/pub/kde/ports/win32/installer/kdewin-installer-gui-0.9.8-1.exe b31aaf24d23b9f289bf56aa21e1571efc6bea58a + # If we really need win64 support, should check if there's an x64 version of the hotfix + w_package_unsupported_win64 - mkdir -p "$W_PROGRAMS_UNIX/kde" - w_try cp "$W_CACHE"/kde/kdewin-installer-gui-0.9.8-1.exe "$W_PROGRAMS_UNIX/kde" - cd "$W_PROGRAMS_UNIX/kde" - # There's no unattended option, probably because there are so many choices, - # it's like cygwin - w_try "$WINE" kdewin-installer-gui-0.9.8-1.exe -} + w_call ie8 -#---------------------------------------------------------------- + w_download https://download.microsoft.com/download/3/8/C/38CE0ABB-01FD-4C0A-A569-BC5E82C34A17/IE8-WindowsXP-KB2936068-x86-ENU.exe 8bda23c78cdcd9d01c364a01c6d639dfb2d11550a5521b8a81c808c1a2b1824e -w_metadata kindle apps \ - title="Amazon Kindle" \ - publisher="Amazon" \ - year="2011" \ - media="download" \ - file1="KindleForPC-installer.exe" \ - installed_exe1="$W_PROGRAMS_WIN/Amazon/Kindle/Kindle.exe" \ - homepage="http://www.amazon.com/gp/feature.html/?docId=1000426311" + if [ $W_UNATTENDED_SLASH_Q ]; then + quiet="$W_UNATTENDED_SLASH_QUIET /forcerestart" + else + quiet="" + fi -load_kindle() -{ - w_download http://kindleforpc.amazon.com/36154/KindleForPC-installer.exe aca576086de7abd1d82c211dbeeb810387e046f5 - cd "$W_CACHE"/kindle - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ /S} - w_declare_exe "$W_PROGRAMS_WIN\\Amazon\\Kindle" Kindle.exe + w_try_cd "$W_CACHE/$W_PACKAGE" + "$WINE" IE8-WindowsXP-KB2936068-x86-ENU.exe $quiet + status=$? + case $status in + 0|194) ;; + *) w_die "$W_PACKAGE installation failed" + esac } #---------------------------------------------------------------- @@ -5938,22 +8245,23 @@ w_metadata mdac27 dlls \ title="Microsoft Data Access Components 2.7 sp1" \ publisher="Microsoft" \ year="2006" \ - media="manual_download" \ - file1="mdac_typ.exe" \ + media="download" \ + file1="MDAC_TYP.EXE" \ installed_file1="$W_COMMONFILES_X86_WIN/System/ADO/msado26.tlb" load_mdac27() { - if test $W_ARCH = win64 - then - w_die "Installer doesn't support 64-bit architecture." - fi + w_package_unsupported_win64 + + # https://www.microsoft.com/downloads/en/details.aspx?FamilyId=9AD000F2-CAE7-493D-B0F3-AE36C570ADE8&displaylang=en + # Originally at: https://download.microsoft.com/download/3/b/f/3bf74b01-16ba-472d-9a8c-42b2b4fa0d76/mdac_typ.exe + # Mirror list: http://www.filewatcher.com/m/MDAC_TYP.EXE.5389224-0.html (5.14 MB MDAC_TYP.EXE) + w_download ftp://ftp.gunadarma.ac.id/pub/driver/itegno/USB%20Software/MDAC/MDAC_TYP.EXE 36d2a3099e6286ae3fab181a502a95fbd825fa5ddb30bf09b345abc7f1f620b4 - # http://www.microsoft.com/downloads/en/details.aspx?FamilyId=9AD000F2-CAE7-493D-B0F3-AE36C570ADE8&displaylang=en - w_download_manual http://download.cnet.com/Microsoft-Data-Access-Components-MDAC-2-7-Service-Pack-1-Refresh/3000-10250_4-10729498.html mdac_typ.exe f68594d1f578c3b47bf0639c46c11c5da161feee load_native_mdac w_set_winver nt40 - w_try "$WINE" "$W_CACHE"/mdac27/mdac_typ.exe ${W_OPT_UNATTENDED:+ /q /C:"setup /QNT"} + w_try_cd "${W_CACHE}/${W_PACKAGE}" + w_try "$WINE" "${file1}" ${W_OPT_UNATTENDED:+ /q /C:"setup $W_UNATTENDED_SLASH_QNT"} w_unset_winver } @@ -5969,53 +8277,138 @@ w_metadata mdac28 dlls \ load_mdac28() { - # http://www.microsoft.com/downloads/en/details.aspx?familyid=78cac895-efc2-4f8e-a9e0-3a1afbd5922e - w_download http://download.microsoft.com/download/4/a/a/4aafff19-9d21-4d35-ae81-02c48dcbbbff/MDAC_TYP.EXE 4fbc272c79da59e38818924d8575accb0af776fb + # https://www.microsoft.com/en-us/download/details.aspx?id=5793 + w_download https://download.microsoft.com/download/4/a/a/4aafff19-9d21-4d35-ae81-02c48dcbbbff/MDAC_TYP.EXE 157ebae46932cb9047b58aa849ac1885e8cbd2f218810cb83e57613b49c679d6 load_native_mdac - w_set_winver win98 - cd "$W_CACHE"/mdac28 - if [ $W_UNATTENDED_SLASH_Q ] - then - w_try "$WINE" mdac_typ.exe /q /C:"setup /QNT" - else - w_try "$WINE" mdac_typ.exe - fi + w_set_winver nt40 + w_try_cd "$W_CACHE"/"$W_PACKAGE" + w_try "$WINE" mdac_typ.exe ${W_OPT_UNATTENDED:+ /q /C:"setup $W_UNATTENDED_SLASH_QNT"} w_unset_winver } #---------------------------------------------------------------- -w_metadata mfc40 dlls \ - title="MS mfc40 (Microsoft Foundation Classes from Visual C++ 4.0)" \ +w_metadata mdx dlls \ + title="Managed DirectX" \ publisher="Microsoft" \ - year="1999" \ + year="2006" \ media="download" \ - file1="mfc40.cab" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/mfc40.dll" + file1="../directx9/directx_feb2010_redist.exe" \ + installed_file1="C:/windows/assembly/GAC/microsoft.directx/1.0.2902.0__31bf3856ad364e35/microsoft.directx.dll" -load_mfc40() +load_mdx() +{ + helper_directx_Jun2010 + + w_try_cd "$W_TMP" + + w_try_cabextract -F "*MDX*" "$W_CACHE"/directx9/$DIRECTX_NAME + w_try_cabextract -F "*.cab" ./*Archive.cab + + # Install assemblies + w_try_cabextract -d "$W_WINDIR_UNIX/Microsoft.NET/DirectX for Managed Code/1.0.2902.0" -F "microsoft.directx*" ./*MDX1_x86.cab + for file in mdx_*.cab + do + ver="${file%%_x86.cab}" + ver="${ver##mdx_}" + w_try_cabextract -d "$W_WINDIR_UNIX/Microsoft.NET/DirectX for Managed Code/$ver" -F "microsoft.directx*" "$file" + done + w_try_cabextract -d "$W_WINDIR_UNIX/Microsoft.NET/DirectX for Managed Code/1.0.2911.0" -F "microsoft.directx.direct3dx*" ./*MDX1_x86.cab + + # Add them to GAC + w_try_cd "$W_WINDIR_UNIX/Microsoft.NET/DirectX for Managed Code" + for ver in * + do + ( + w_try_cd "$ver" + for asm in *.dll + do + name="${asm%%.dll}" + w_try mkdir -p "$W_WINDIR_UNIX/assembly/GAC/$name/${ver}__31bf3856ad364e35" + w_try cp "$asm" "$W_WINDIR_UNIX/assembly/GAC/$name/${ver}__31bf3856ad364e35" + done + ) + done + + # AssemblyFolders + cat > "$W_TMP"/asmfolders.reg <<_EOF_ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2902.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2902.0\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2903.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2903.0\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2904.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2904.0\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2905.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2905.0\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2906.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2906.0\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2907.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2907.0\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2908.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2908.0\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2909.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2909.0\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2910.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2910.0\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\.NETFramework\\AssemblyFolders\\DX_1.0.2911.0] +@="C:\\\\windows\\\\Microsoft.NET\\\\DirectX for Managed Code\\\\1.0.2911.0\\\\" +_EOF_ + w_try_regedit "$W_TMP_WIN"\\asmfolders.reg +} + +#---------------------------------------------------------------- + +w_metadata mf dlls \ + title="MS Media Foundation" \ + publisher="Microsoft" \ + year="2011" \ + media="download" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/mf.dll" + +load_mf() { - w_download http://activex.microsoft.com/controls/vc/mfc40.cab 53c570e2c811674d6e4fa46cff5a3a04cd0ffc24 - w_try_cabextract -d "$W_TMP" "$W_CACHE"/mfc40/mfc40.cab - w_try_cabextract -d "$W_SYSTEM32_DLLS" -F *40.dll "$W_TMP"/mfc40.exe + helper_win7sp1 x86_microsoft-windows-mediafoundation_31bf3856ad364e35_6.1.7601.17514_none_9e6699276b03c38e/mf.dll + w_try cp "$W_TMP/x86_microsoft-windows-mediafoundation_31bf3856ad364e35_6.1.7601.17514_none_9e6699276b03c38e/mf.dll" "$W_SYSTEM32_DLLS/mf.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-mediafoundation_31bf3856ad364e35_6.1.7601.17514_none_fa8534ab236134c4/mf.dll + w_try cp "$W_TMP/amd64_microsoft-windows-mediafoundation_31bf3856ad364e35_6.1.7601.17514_none_fa8534ab236134c4/mf.dll" "$W_SYSTEM64_DLLS/mf.dll" + fi + + w_override_dlls native,builtin mf } #---------------------------------------------------------------- -w_metadata mozillabuild apps \ - title="Mozilla build environment" \ - publisher="The Mozilla Foundation" \ - year="2010" \ +w_metadata mfc40 dlls \ + title="MS mfc40 (Microsoft Foundation Classes from win7sp1)" \ + publisher="Microsoft" \ + year="1999" \ media="download" \ - file1="MozillaBuildSetup-1.5.1.exe" \ - installed_file1="c:/mozilla-build/start-l10n.bat" \ - homepage="https://wiki.mozilla.org/MozillaBuild" + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/mfc40.dll" -load_mozillabuild() +load_mfc40() { - w_download http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-1.5.1.exe 216c52eafe42df7559e8451f4e40a28e9c0f8133 - cd "$W_CACHE/$W_PACKAGE" - w_try "$WINE" MozillaBuildSetup-1.5.1.exe $W_UNATTENDED_SLASH_S + w_warn "mfc40 no longer installs msvcrt40.dll, only mfc40.dll/mfc40u.dll. Please file a bug if you have an application that needs native msvcrt40.dll." + + helper_win7sp1 x86_microsoft-windows-mfc40_31bf3856ad364e35_6.1.7601.17514_none_5c06580240091047/mfc40.dll + w_try cp "$W_TMP/x86_microsoft-windows-mfc40_31bf3856ad364e35_6.1.7601.17514_none_5c06580240091047/mfc40.dll" "$W_SYSTEM32_DLLS/mfc40.dll" + + helper_win7sp1 x86_microsoft-windows-mfc40u_31bf3856ad364e35_6.1.7601.17514_none_f51a7bf0b3d25294/mfc40u.dll + w_try cp "$W_TMP/x86_microsoft-windows-mfc40u_31bf3856ad364e35_6.1.7601.17514_none_f51a7bf0b3d25294/mfc40u.dll" "$W_SYSTEM32_DLLS/mfc40u.dll" } #---------------------------------------------------------------- @@ -6025,12 +8418,12 @@ w_metadata msacm32 dlls \ publisher="Microsoft" \ year="2003" \ media="download" \ - file1="../xpsp2/WindowsXP-KB835935-SP2-ENU.exe" \ + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/msacm32.dll" load_msacm32() { - helper_xpsp2 i386/msacm32.dl_ + helper_winxpsp3 i386/msacm32.dl_ w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/msacm32.dl_ w_override_dlls native,builtin msacm32 } @@ -6058,35 +8451,61 @@ w_metadata msctf dlls \ publisher="Microsoft" \ year="2003" \ media="download" \ - file1="../xpsp2/WindowsXP-KB835935-SP2-ENU.exe" \ + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/msctf.dll" load_msctf() { - helper_xpsp2 i386/msctf.dl_ + helper_winxpsp3 i386/msctf.dl_ w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/msctf.dl_ w_override_dlls native,builtin msctf } #---------------------------------------------------------------- +w_metadata msdxmocx dlls \ + title="MS Windows Media Player 2 ActiveX control for VB6" \ + publisher="Microsoft" \ + year="1999" \ + media="download" \ + file1="mpfull.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/msdxm.ocx" + +load_msdxmocx() +{ + # Previously at https://www.oldapps.com/windows_media_player.php?old_windows_media_player=3?download + # 2015/12/01: Iceweasel gave a security warning (!), but clamscan and virustotal.com report it as clean + # + # 2016/02/18: Since then, oldapps.com removed it. It's on a Finnish mirror, where it's been since 2001/10/20 + # Found using http://www.filewatcher.com/m/mpfull.exe.3593680-0.html + # The sha256sum is different. Perhaps Iceweasel was right. This one is also clean according to clamscan/virustotal.com + + # 2017/09/28: define.fi is down, these sites have mpfull.exe with the original sha256: + # http://hell.pl/agnus/windows95/ + # http://zerosky.oldos.org/win9x.html + # http://sdfox7.com/win95/ + + w_download http://hell.pl/agnus/windows95/mpfull.exe a39b2b9735cedd513fcb78f8634695d35073e9d7e865e536a0da6db38c7225e4 + + w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_CACHE/$W_PACKAGE/${file1}" + w_try_regsvr msdxm.ocx +} + +#---------------------------------------------------------------- + w_metadata msflxgrd dlls \ title="MS FlexGrid Control (msflxgrd.ocx)" \ publisher="Microsoft" \ - year="2009" \ + year="2012" \ media="download" \ - file1="msflxgrd.cab" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/MSFlxGrd.Ocx" + file1="../vb6sp6/VB60SP6-KB2708437-x86-ENU.msi" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/msflxgrd.ocx" load_msflxgrd() { - # http://msdn.microsoft.com/en-us/library/aa240864(VS.60).aspx - # may 2011: f497c3b390cd80d5bcd1f13d5c0c68b206369aa7 - w_download http://activex.microsoft.com/controls/vb6/msflxgrd.cab f497c3b390cd80d5bcd1f13d5c0c68b206369aa7 - - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/msflxgrd/msflxgrd.cab - w_try cp -f "$W_TMP"/[Mm][Ss][Ff][Ll][Xx][Gg][Rr][Dd].[Oo][Cc][Xx] "$W_SYSTEM32_DLLS" - w_try_regsvr MSFlxGrd.Ocx + helper_vb6sp6 "$W_TMP" MSFlxGrd.ocx + w_try mv "${W_TMP}/MSFlxGrd.ocx" "$W_SYSTEM32_DLLS/msflxgrd.ocx" + w_try_regsvr msflxgrd.ocx } #---------------------------------------------------------------- @@ -6094,21 +8513,15 @@ load_msflxgrd() w_metadata mshflxgd dlls \ title="MS Hierarchical FlexGrid Control (mshflxgd.ocx)" \ publisher="Microsoft" \ - year="2009" \ + year="2012" \ media="download" \ - file1="MSHFLXGD.CAB" \ + file1="../vb6sp6/VB60SP6-KB2708437-x86-ENU.msi" \ installed_file1="$W_SYSTEM32_DLLS_WIN/mshflxgd.ocx" load_mshflxgd() { - # http://msdn.microsoft.com/en-us/library/aa240864(VS.60).aspx - # orig: 5f9c7a81022949bfe39b50f2bbd799c448bb7377 - # Jan 2009: 7ad74e589d5eefcee67fa14e65417281d237a6b6 - # May 2009: bd8aa796e16e5f213414af78931e0379d9cbe292 - w_download http://activex.microsoft.com/controls/vb6/MSHFLXGD.CAB bd8aa796e16e5f213414af78931e0379d9cbe292 - - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/mshflxgd/MSHFLXGD.CAB - w_try cp -f "$W_TMP"/[Mm][Ss][Hh][Ff][Ll][Xx][Gg][Dd].[Oo][Cc][Xx] "$W_SYSTEM32_DLLS" + helper_vb6sp6 "$W_TMP" MShflxgd.ocx + w_try mv "${W_TMP}/MShflxgd.ocx" "$W_SYSTEM32_DLLS/mshflxgd.ocx" w_try_regsvr mshflxgd.ocx } @@ -6137,19 +8550,16 @@ w_metadata msscript dlls \ publisher="Microsoft" \ year="2004" \ media="download" \ - file1="sct10en.exe" \ + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/msscript.ocx" load_msscript() { - # http://msdn.microsoft.com/scripting/scriptcontrol/x86/sct10en.exe - # http://www.microsoft.com/downloads/details.aspx?familyid=d7e31492-2595-49e6-8c02-1426fec693ac - w_download http://download.microsoft.com/download/d/2/a/d2a7430c-6d5b-48e9-96c4-3c751be7bffe/sct10en.exe fd9f2f23357ab11ae70682d6864f7e9f188adf2a - - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/msscript/sct10en.exe - w_try cp -f "$W_TMP"/msscript.ocx "$W_SYSTEM32_DLLS" - w_try_regsvr msscript.ocx + helper_winxpsp3 i386/msscript.oc_ + w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/msscript.oc_ + w_override_dlls native,builtin i386/msscript.ocx } + #---------------------------------------------------------------- w_metadata msls31 dlls \ @@ -6162,8 +8572,11 @@ w_metadata msls31 dlls \ load_msls31() { - # Needed by native richedit and internet explorer - w_download http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe 4fc3bf0dc96b5cf5ab26430fac1c33c5c50bd142 + # Needed by native RichEdit and Internet Explorer + # Originally at https://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe + # Mirror list at http://www.filewatcher.com/m/InstMsiW.exe.1822848-0.html + w_download ftp://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe 4c3516c0b5c2b76b88209b22e3bf1cb82d8e2de7116125e97e128952372eed6b InstMsiW.exe + w_try_cabextract --directory="$W_TMP" "$W_CACHE"/msls31/InstMsiW.exe w_try cp -f "$W_TMP"/msls31.dll "$W_SYSTEM32_DLLS" } @@ -6175,18 +8588,13 @@ w_metadata msmask dlls \ publisher="Microsoft" \ year="2009" \ media="download" \ - file1="MSMASK32.CAB" \ + file1="../vb6sp6/VB60SP6-KB2708437-x86-ENU.msi" \ installed_file1="$W_SYSTEM32_DLLS_WIN/msmask32.ocx" load_msmask() { - # http://msdn.microsoft.com/en-us/library/11405hcf(VS.71).aspx - # http://bugs.winehq.org/show_bug.cgi?id=2934 - # old: 3c6b26f68053364ea2e09414b615dbebafb9d5c3 - # May 2009: 30e55679e4a13fe4d9620404476f215f93239292 - w_download http://activex.microsoft.com/controls/vb6/MSMASK32.CAB 30e55679e4a13fe4d9620404476f215f93239292 - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/msmask/MSMASK32.CAB - w_try cp -f "$W_TMP"/[Mm][Ss][Mm][Aa][Ss][Kk]32.[Oo][Cc][Xx] "$W_SYSTEM32_DLLS"/msmask32.ocx + helper_vb6sp6 "$W_TMP" msmask32.ocx + w_try mv "${W_TMP}/msmask32.ocx" "$W_SYSTEM32_DLLS/msmask32.ocx" w_try_regsvr msmask32.ocx } @@ -6205,6 +8613,11 @@ load_msftedit() helper_win7sp1 x86_microsoft-windows-msftedit_31bf3856ad364e35_6.1.7601.17514_none_d7d862f19573a5ff/msftedit.dll w_try cp "$W_TMP/x86_microsoft-windows-msftedit_31bf3856ad364e35_6.1.7601.17514_none_d7d862f19573a5ff/msftedit.dll" "$W_SYSTEM32_DLLS/msftedit.dll" + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-msftedit_31bf3856ad364e35_6.1.7601.17514_none_33f6fe754dd11735/msftedit.dll + w_try cp "$W_TMP/amd64_microsoft-windows-msftedit_31bf3856ad364e35_6.1.7601.17514_none_33f6fe754dd11735/msftedit.dll" "$W_SYSTEM64_DLLS/msftedit.dll" + fi + w_override_dlls native,builtin mstfedit } @@ -6214,23 +8627,24 @@ w_metadata msxml3 dlls \ title="MS XML Core Services 3.0" \ publisher="Microsoft" \ year="2005" \ - media="manual_download" \ + media="download" \ file1="msxml3.msi" \ installed_file1="$W_SYSTEM32_DLLS_WIN/msxml3.dll" load_msxml3() { - # Service Pack 5 - #w_download http://download.microsoft.com/download/a/5/e/a5e03798-2454-4d4b-89a3-4a47579891d8/msxml3.msi # Service Pack 7 - #w_download http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi d4c2178dfb807e1a0267fce0fd06b8d51106d913 - # Hmm. Anyone know of a better source? At least it has the right checksum. - w_download_manual http://download.cnet.com/Microsoft-XML-Parser-MSXML-3-0-Service-Pack-7-SP7/3000-7241_4-10731613.html msxml3.msi d4c2178dfb807e1a0267fce0fd06b8d51106d913 - - # it won't install on top of wine's msxml3, which has a pretty high version number, so delete wine's fake dll + # Originally at https://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi + # Mirror list: http://www.filewatcher.com/m/msxml3.msi.1070592-0.html + # Known bad sites (2017/06/11): + # ftp://support.danbit.dk/D/DVD-RW-USB2B/Driver/Installation/Data/Redist/msxml3.msi + # ftp://94.79.56.169/common/Client/MSXML%204.0%20Service%20Pack%202/msxml3.msi + w_download "ftp://176.9.43.153/MS%20XML%20Parser/msxml3.msi" f9c678f8217e9d4f9647e8a1f6d89a7c26a57b9e9e00d39f7487493dd7b4e36c + + # It won't install on top of Wine's msxml3, which has a pretty high version number, so delete Wine's fake DLL rm "$W_SYSTEM32_DLLS"/msxml3.dll w_override_dlls native msxml3 - cd "$W_CACHE"/msxml3 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" msiexec /i msxml3.msi $W_UNATTENDED_SLASH_Q } @@ -6246,14 +8660,14 @@ w_metadata msxml4 dlls \ load_msxml4() { - # MS06-071: http://www.microsoft.com/downloads/details.aspx?familyid=24B7D141-6CDF-4FC4-A91B-6F18FE6921D4 - # w_download http://download.microsoft.com/download/e/2/e/e2e92e52-210b-4774-8cd9-3a7a0130141d/msxml4-KB927978-enu.exe d364f9fe80c3965e79f6f64609fc253dfeb69c25 - # MS07-042: http://www.microsoft.com/downloads/details.aspx?FamilyId=021E12F5-CB46-43DF-A2B8-185639BA2807 - # w_download http://download.microsoft.com/download/9/4/2/9422e6b6-08ee-49cb-9f05-6c6ee755389e/msxml4-KB936181-enu.exe 73d75d7b41f8a3d49f272e74d4f73bb5e82f1acf - # SP3 (2009): http://www.microsoft.com/downloads/details.aspx?familyid=7F6C0CB4-7A5E-4790-A7CF-9E139E6819C0 - w_download http://download.microsoft.com/download/A/2/D/A2D8587D-0027-4217-9DAD-38AFDB0A177E/msxml.msi aa70c5c1a7a069af824947bcda1d9893a895318b + # MS06-071: https://www.microsoft.com/en-us/download/details.aspx?id=11125 + # w_download https://download.microsoft.com/download/e/2/e/e2e92e52-210b-4774-8cd9-3a7a0130141d/msxml4-KB927978-enu.exe 7602c2a6d2a46ef2b4028438d2cce67fe437a9bfb569249ea38141b4756b4e03 + # MS07-042: https://www.microsoft.com/en-us/download/details.aspx?id=2386 + # w_download https://download.microsoft.com/download/9/4/2/9422e6b6-08ee-49cb-9f05-6c6ee755389e/msxml4-KB936181-enu.exe 1ce9ff868816cfc9bf33e93fdf1552afce5b491443892babb521e74c05e45242 + # SP3 (2009): https://www.microsoft.com/en-us/download/details.aspx?id=15697 + w_download https://download.microsoft.com/download/A/2/D/A2D8587D-0027-4217-9DAD-38AFDB0A177E/msxml.msi 47c2ae679c37815da9267c81fc3777de900ad2551c11c19c2840938b346d70bb w_override_dlls native,builtin msxml4 - cd "$W_CACHE"/msxml4 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" msiexec /i msxml.msi $W_UNATTENDED_SLASH_Q } @@ -6270,11 +8684,20 @@ w_metadata msxml6 dlls \ load_msxml6() { # Service Pack 1 - # http://www.microsoft.com/downloads/details.aspx?familyid=D21C292C-368B-4CE1-9DAB-3E9827B70604 - w_download http://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi 5125220e985b33c946bbf9f60e2b222c7570bfa2 + # https://www.microsoft.com/en-us/download/details.aspx?id=6276 + if [ $W_ARCH = win64 ]; then + w_download https://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x64.msi 945d8c535758d5178d4de9063cfcba7dfa96987eaa478e0c03ba646cc7ca772f + else + w_download https://download.microsoft.com/download/e/a/f/eafb8ee7-667d-4e30-bb39-4694b5b3006f/msxml6_x86.msi efa48f8cab5a89b8e667ed3e10dfb71bddc02923d0f3757bd93ffabe6fb6c598 + fi w_override_dlls native,builtin msxml6 rm -f "$W_SYSTEM32_DLLS/msxml6.dll" - w_try "$WINE" msiexec /i "$W_CACHE"/msxml6/msxml6_x86.msi $W_UNATTENDED_SLASH_Q + if [ $W_ARCH = win64 ]; then + rm -f "$W_SYSTEM64_DLLS/msxml6.dll" + w_try_msiexec64 /i "$W_CACHE"/msxml6/msxml6_x64.msi + else + w_try "$WINE" msiexec /i "$W_CACHE"/msxml6/msxml6_x86.msi $W_UNATTENDED_SLASH_Q + fi } #---------------------------------------------------------------- @@ -6291,66 +8714,47 @@ w_metadata nuget dlls \ load_nuget() { w_call dotnet40 - # 2014-01-22: d4082afc4f89df195fa1e83ee1cf02bce3dd2f13 - # 2014-02-26: 9bc98ced9c2d2b51ab687f86b5580913c025b8b0 - w_download https://nuget.org/nuget.exe 9bc98ced9c2d2b51ab687f86b5580913c025b8b0 + # Changes too rapidly to check shasum + w_download https://nuget.org/nuget.exe w_try cp "$W_CACHE/$W_PACKAGE"/nuget.exe "$W_SYSTEM32_DLLS" - w_warn "To run nuget, use the commandline \"$WINE nuget\"." + w_warn "To run NuGet, use the command line \"$WINE nuget\"." } #---------------------------------------------------------------- w_metadata ogg dlls \ - title="OpenCodecs 0.85: flac, speex, theora, vorbis, WebM" \ - publisher="xiph.org" \ + title="OpenCodecs 0.85: FLAC, Speex, Theora, Vorbis, WebM" \ + publisher="Xiph.Org Foundation" \ year="2011" \ media="download" \ file1="opencodecs_0.85.17777.exe" \ installed_file1="$W_PROGRAMS_X86_WIN/Xiph.Org/Open Codecs/AxPlayer.dll" \ - homepage="http://xiph.org/dshow" + homepage="https://xiph.org/dshow" load_ogg() { - w_download http://downloads.xiph.org/releases/oggdsf/opencodecs_0.85.17777.exe 386cf7cd29ffcbf8705eff8c8233de448ecf33ab - cd "$W_CACHE"/ogg - w_try "$WINE" $file1 $W_UNATTENDED_SLASH_S + w_download https://downloads.xiph.org/releases/oggdsf/opencodecs_0.85.17777.exe fcec3cea637e806501aff447d902de3b5bfef226b629e43ab67e46dbb23f13e7 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" $W_UNATTENDED_SLASH_S } + #---------------------------------------------------------------- -w_metadata openwatcom apps \ - title="Open Watcom C/C++ compiler (can compile win16 code!)" \ - publisher="Watcom" \ - year="2010" \ +w_metadata ole32 dlls \ + title="MS ole32 Module (ole32.dll)" \ + publisher="Microsoft" \ + year="2004" \ media="download" \ - file1="open-watcom-c-win32-1.9.exe" \ - installed_file1="c:/WATCOM/owsetenv.bat" \ - homepage="http://www.openwatcom.org" + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/ole32.dll" -load_openwatcom() +load_ole32() { - w_download "http://ftp.openwatcom.org/ftp/open-watcom-c-win32-1.9.exe" 236ac33ebd463006be4ecd83d7ebea1c026eb55a - - if [ $W_UNATTENDED_SLASH_Q ] - then - # Options documented at http://bugzilla.openwatcom.org/show_bug.cgi?id=898 - # But they don't seem to work on wine, so jam them into setup.inf - # Pick smallest installation that supports 16 bit C and C++ - cd "$W_TMP" - cp "$W_CACHE"/openwatcom/open-watcom-c-win32-1.9.exe . - w_try_unzip open-watcom-c-win32-1.9.exe setup.inf - sed -i 's/tools16=.*/tools16=true/' setup.inf - w_try zip -f open-watcom-c-win32-1.9.exe - w_try "$WINE" open-watcom-c-win32-1.9.exe -s - else - cd "$W_CACHE/$W_PACKAGE" - w_try "$WINE" open-watcom-c-win32-1.9.exe - fi - - if test ! -f "$W_DRIVE_C"/WATCOM/binnt/wcc.exe - then - w_warn "c:/watcom/binnt/wcc.exe not found; you probably didn't select 16 bit tools, and won't be able to buld win16test" - fi + # Some applications need this, for example Wechat. + helper_winxpsp3 i386/ole32.dl_ + w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/ole32.dl_ + w_override_dlls native,builtin ole32 } #---------------------------------------------------------------- @@ -6358,64 +8762,149 @@ load_openwatcom() w_metadata pdh dlls \ title="MS pdh.dll (Performance Data Helper)" \ publisher="Microsoft" \ - year="2001" \ + year="2011" \ media="download" \ - file1="pdhinst.exe" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/pdh.dll" load_pdh() { - # http://support.microsoft.com/kb/284996 - w_download http://download.microsoft.com/download/platformsdk/Redist/5.0.2195.2668/NT4/EN-US/pdhinst.exe f42448660def8cd7f42b34aa7bc7264745f4425e + helper_win7sp1 x86_microsoft-windows-p..rastructureconsumer_31bf3856ad364e35_6.1.7601.17514_none_b5e3f88a8eb425e8/pdh.dll + w_try cp "$W_TMP/x86_microsoft-windows-p..rastructureconsumer_31bf3856ad364e35_6.1.7601.17514_none_b5e3f88a8eb425e8/pdh.dll" "$W_SYSTEM32_DLLS/pdh.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-p..rastructureconsumer_31bf3856ad364e35_6.1.7601.17514_none_1202940e4711971e/pdh.dll + w_try cp "$W_TMP/amd64_microsoft-windows-p..rastructureconsumer_31bf3856ad364e35_6.1.7601.17514_none_1202940e4711971e/pdh.dll" "$W_SYSTEM64_DLLS/pdh.dll" + fi - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/pdh/pdhinst.exe - w_try_unzip -d "$W_TMP" "$W_TMP"/pdh.exe - w_try cp -f "$W_TMP"/x86/Pdh.Dll "$W_SYSTEM32_DLLS"/pdh.dll + w_override_dlls native,builtin pdh } #---------------------------------------------------------------- w_metadata physx dlls \ title="PhysX" \ - publisher="NVidia" \ - year="2013" \ + publisher="Nvidia" \ + year="2014" \ media="download" \ - file1="PhysX-9.13.0604-SystemSoftware.msi" \ + file1="PhysX-9.14.0702-SystemSoftware.msi" \ installed_file1="$W_PROGRAMS_WIN/NVIDIA Corporation/PhysX/Engine/v2.8.3/PhysXCore.dll" load_physx() { - # Has a minor issue, see bug report http://bugs.winehq.org/show_bug.cgi?id=34167 - w_download http://uk.download.nvidia.com/Windows/9.13.0604/PhysX-9.13.0604-SystemSoftware.msi c2aac1635bfc474de82b5aad6571d15b4ccb84b5 - cd "$W_CACHE"/physx - w_try "$WINE" msiexec /i PhysX-9.13.0604-SystemSoftware.msi $W_UNATTENDED_SLASH_Q + w_download https://uk.download.nvidia.com/Windows/9.14.0702/PhysX-9.14.0702-SystemSoftware.msi 0a022e28accf5851be9d6577487cdcd3d3a3e2a8a21a64456b72b415c217f03c + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" msiexec /i PhysX-9.14.0702-SystemSoftware.msi $W_UNATTENDED_SLASH_Q } #---------------------------------------------------------------- w_metadata pngfilt dlls \ - title="pngfilt.dll (from ie5)" \ + title="pngfilt.dll (from winxp)" \ publisher="Microsoft" \ year="2004" \ media="download" \ - file1="IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe" \ + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/pngfilt.dll" load_pngfilt() { - # http://www.microsoft.com/en-us/download/details.aspx?id=3907 - w_download http://download.microsoft.com/download/5/0/c/50c42d0e-07a8-4a2b-befb-1a403bd0df96/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe 6f5db296ebf58e81c49bc667049a3f88a3f1ec3d - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F pngfilt.dll "$W_CACHE"/pngfilt/IE5.01sp4-KB871260-Windows2000sp4-x86-ENU.exe + # Previously used https://www.microsoft.com/en-us/download/details.aspx?id=3907 + # Now using winxp's dll + + helper_winxpsp3 i386/pngfilt.dl_ + w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/pngfilt.dl_ w_try_regsvr pngfilt.dll } #---------------------------------------------------------------- -w_metadata quartz dlls \ - title="quartz.dll (from Directx 9 user redistributable)" \ - publisher="Microsoft" \ - year="2010" \ - media="download" \ +w_metadata python26 dlls \ + title="Python interpreter 2.6.2" \ + publisher="Python Software Foundaton" \ + year="2009" \ + media="download" \ + file1="python-2.6.2.msi" \ + installed_exe1="c:/Python26/python.exe" + +load_python26() +{ + w_download https://www.python.org/ftp/python/2.6.2/python-2.6.2.msi c2276b398864b822c25a7c240cb12ddb178962afd2e12d602f1a961e31ad52ff + w_download $WINETRICKS_SOURCEFORGE/project/pywin32/pywin32/Build%20214/pywin32-214.win32-py2.6.exe dc311bbdc5868e3dd139dfc46136221b7f55c5613a98a5a48fa725a6c681cd40 + + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" msiexec /i python-2.6.2.msi ALLUSERS=1 $W_UNATTENDED_SLASH_Q + + w_ahk_do " + SetTitleMatchMode, 2 + run pywin32-214.win32-py2.6.exe + WinWait, Setup, Wizard will install pywin32 + if ( w_opt_unattended > 0 ) { + ControlClick Button2 ; next + WinWait, Setup, Python 2.6 is required + ControlClick Button3 ; next + WinWait, Setup, Click Next to begin + ControlClick Button3 ; next + WinWait, Setup, finished + ControlClick Button4 ; Finish + } + WinWaitClose + " +} + +#---------------------------------------------------------------- + +w_metadata qdvd dlls \ + title="qdvd.dll" \ + publisher="Microsoft" \ + year="2011" \ + media="download" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/qdvd.dll" + +load_qdvd() +{ + helper_win7sp1 x86_microsoft-windows-directshow-dvdsupport_31bf3856ad364e35_6.1.7601.17514_none_562994bd321aac67/qdvd.dll + w_try cp "$W_TMP/x86_microsoft-windows-directshow-dvdsupport_31bf3856ad364e35_6.1.7601.17514_none_562994bd321aac67/qdvd.dll" "$W_SYSTEM32_DLLS/qdvd.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-directshow-dvdsupport_31bf3856ad364e35_6.1.7601.17514_none_b2483040ea781d9d/qdvd.dll + w_try cp "$W_TMP/amd64_microsoft-windows-directshow-dvdsupport_31bf3856ad364e35_6.1.7601.17514_none_b2483040ea781d9d/qdvd.dll" "$W_SYSTEM64_DLLS/qdvd.dll" + fi + + w_override_dlls native,builtin qdvd +} + +#---------------------------------------------------------------- + +w_metadata qedit dlls \ + title="qedit.dll" \ + publisher="Microsoft" \ + year="2011" \ + media="download" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/qedit.dll" + +load_qedit() +{ + helper_win7sp1 x86_microsoft-windows-qedit_31bf3856ad364e35_6.1.7601.17514_none_5ca34698a5a970d2/qedit.dll + w_try cp "$W_TMP/x86_microsoft-windows-qedit_31bf3856ad364e35_6.1.7601.17514_none_5ca34698a5a970d2/qedit.dll" "$W_SYSTEM32_DLLS/qedit.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-qedit_31bf3856ad364e35_6.1.7601.17514_none_b8c1e21c5e06e208/qedit.dll + w_try cp "$W_TMP/amd64_microsoft-windows-qedit_31bf3856ad364e35_6.1.7601.17514_none_b8c1e21c5e06e208/qedit.dll" "$W_SYSTEM64_DLLS/qedit.dll" + fi + + w_override_dlls native,builtin qedit +} + +#---------------------------------------------------------------- + +w_metadata quartz dlls \ + title="quartz.dll (from Directx 9 user redistributable)" \ + publisher="Microsoft" \ + year="2010" \ + media="download" \ file1="../directx9/directx_feb2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/quartz.dll" @@ -6434,52 +8923,34 @@ load_quartz() #---------------------------------------------------------------- w_metadata quicktime72 dlls \ - title="Apple Quicktime 7.2" \ + title="Apple QuickTime 7.2" \ publisher="Apple" \ year="2010" \ media="download" \ - file1="quicktimeplayer72.exe" \ + file1="QuickTimeInstaller.exe" \ installed_file1="c:/windows/Installer/{95A890AA-B3B1-44B6-9C18-A8F7AB3EE7FC}/QTPlayer.ico" load_quicktime72() { - # http://www.apple.com/support/downloads/quicktime72forwindows.html - # http://www.oldapps.com/quicktime_player.php?old_quicktime=6 - w_download http://download.oldapps.com/Quicktime/quicktimeplayer72.exe bb89981f10cf21de57b9453e53cf81b9194271a9 - - unset QUICKTIME_QUIET - if test "$W_UNATTENDED_SLASH_Q" != "" - then - QUICKTIME_QUIET="/qn" # ISSETUPDRIVEN=0 - fi - - if w_workaround_wine_bug 9366 "" 1.1.22, - then - w_call gdiplus - w_call vcrun2005 # no bug number, but same era - fi - - if w_workaround_wine_bug 1347 - then - w_warn "Setting vista mode to avoid blacking the whole screen in quicktime" - w_set_winver vista - fi + # https://support.apple.com/kb/DL837 + w_download http://appldnld.apple.com.edgesuite.net/content.info.apple.com/QuickTime/061-2915.20070710.pO94c/QuickTimeInstaller.exe a42b93531910bdf1539cc5ae3199ade5a1ca63fd4ac971df74c345d8e1ee6593 - cd "$W_CACHE"/quicktime72 - w_try "$WINE" quicktimeplayer72.exe ALLUSERS=1 DESKTOP_SHORTCUTS=0 QTTaskRunFlags=0 QTINFO.BISQTPRO=1 SCHEDULE_ASUW=0 REBOOT_REQUIRED=No $QUICKTIME_QUIET > /dev/null 2>&1 + w_try_cd "$W_CACHE"/"$W_PACKAGE" + w_try "$WINE" "$file1" ALLUSERS=1 DESKTOP_SHORTCUTS=0 QTTaskRunFlags=0 QTINFO.BISQTPRO=1 SCHEDULE_ASUW=0 REBOOT_REQUIRED=No $W_UNATTENDED_SLASH_QN > /dev/null 2>&1 - if w_workaround_wine_bug 11681 - then + if w_workaround_wine_bug 11681; then # Following advice verified with test movies from - # http://support.apple.com/kb/HT1425 + # https://support.apple.com/kb/HT1425 # in QuickTimePlayer. - w_warn "In Quicktime preferences, check Advanced / Safe Mode (gdi), or movies won't play." - if test "$W_UNATTENDED_SLASH_Q" = "" - then + case $LANG in + ru*) w_warn "В настройках Quicktime включите Дополнительно / Безопасный режим (только gdi), иначе видеофайлы не будут воспроизводиться." ;; + *) w_warn "In Quicktime preferences, check Advanced / Safe Mode (gdi), or movies won't play." ;; + esac + if test "$W_UNATTENDED_SLASH_Q" = ""; then w_try "$WINE" control "$W_PROGRAMS_WIN\\QuickTime\\QTSystem\\QuickTime.cpl" else - # FIXME: script the control panel with autohotkey? + # FIXME: script the control panel with AutoHotKey? # We could probably also overwrite QuickTime.qtp but # the format isn't known, so we'd have to override all other settings, too. : @@ -6490,7 +8961,7 @@ load_quicktime72() #---------------------------------------------------------------- w_metadata quicktime76 dlls \ - title="Apple Quicktime 7.6" \ + title="Apple QuickTime 7.6" \ publisher="Apple" \ year="2010" \ media="download" \ @@ -6499,42 +8970,25 @@ w_metadata quicktime76 dlls \ load_quicktime76() { - # http://www.apple.com/quicktime/download/ - w_download http://appldnld.apple.com/QuickTime/041-0025.20101207.Ptrqt/QuickTimeInstaller.exe 1eec8904f041d9e0ad3459788bdb690e45dbc38e - - unset QUICKTIME_QUIET - if test "$W_UNATTENDED_SLASH_Q" - then - QUICKTIME_QUIET="/qn" # ISSETUPDRIVEN=0 - fi - - if w_workaround_wine_bug 9366 "" 1.1.22, - then - w_call gdiplus - w_call vcrun2005 # no bug number, but same era - fi - - if w_workaround_wine_bug 1347 - then - w_warn "Setting vista mode to avoid blacking the whole screen in quicktime" - w_set_winver vista - fi + # https://support.apple.com/kb/DL837 + w_download http://appldnld.apple.com/QuickTime/041-0025.20101207.Ptrqt/QuickTimeInstaller.exe c2dcda76ed55428e406ad7e6acdc84e804d30752a1380c313394c09bb3e27f56 - cd "$W_CACHE"/quicktime76 - w_try "$WINE" QuickTimeInstaller.exe ALLUSERS=1 DESKTOP_SHORTCUTS=0 QTTaskRunFlags=0 QTINFO.BISQTPRO=1 SCHEDULE_ASUW=0 REBOOT_REQUIRED=No $QUICKTIME_QUIET > /dev/null 2>&1 + w_try_cd "$W_CACHE"/"$W_PACKAGE" + w_try "$WINE" QuickTimeInstaller.exe ALLUSERS=1 DESKTOP_SHORTCUTS=0 QTTaskRunFlags=0 QTINFO.BISQTPRO=1 SCHEDULE_ASUW=0 REBOOT_REQUIRED=No $W_UNATTENDED_SLASH_QN > /dev/null 2>&1 - if w_workaround_wine_bug 11681 - then + if w_workaround_wine_bug 11681; then # Following advice verified with test movies from - # http://support.apple.com/kb/HT1425 + # https://support.apple.com/kb/HT1425 # in QuickTimePlayer. - w_warn "In Quicktime preferences, check Advanced / Safe Mode (gdi), or movies won't play." - if test "$W_UNATTENDED_SLASH_Q" = "" - then + case $LANG in + ru*) w_warn "В настройках Quicktime включите Дополнительно / Безопасный режим (только gdi), иначе видеофайлы не будут воспроизводиться." ;; + *) w_warn "In Quicktime preferences, check Advanced / Safe Mode (gdi), or movies won't play." ;; + esac + if test "$W_UNATTENDED_SLASH_Q" = ""; then w_try "$WINE" control "$W_PROGRAMS_WIN\\QuickTime\\QTSystem\\QuickTime.cpl" else - # FIXME: script the control panel with autohotkey? + # FIXME: script the control panel with AutoHotKey? # We could probably also overwrite QuickTime.qtp but # the format isn't known, so we'd have to override all other settings, too. : @@ -6544,27 +8998,8 @@ load_quicktime76() #---------------------------------------------------------------- -w_metadata remove_mono settings \ - title_uk="Видалити вбудоване wine-mono" \ - title="Remove builtin wine-mono" - -load_remove_mono() -{ - # FIXME: fold other .NET cleanups here (registry entries). - # Probably should only do that for wine >= 1.5.6 - mono_uuid="`$WINE uninstaller --list | grep Mono | cut -f1 -d\|`" - if test "$mono_uuid" - then - "$WINE" uninstaller --remove $mono_uuid - else - w_warn "Mono does not appear to be installed." - fi -} - -#---------------------------------------------------------------- - w_metadata riched20 dlls \ - title="MS RichEdit Control version 2.0 (riched20.dll)" \ + title="MS RichEdit Control 2.0 (riched20.dll)" \ publisher="Microsoft" \ year="2004" \ media="download" \ @@ -6578,7 +9013,7 @@ load_riched20() w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/riched20.dl_ w_override_dlls native,builtin riched20 - # https://code.google.com/p/winetricks/issues/detail?id=292 + # https://github.com/Winetricks/winetricks/issues/292 w_call msls31 } @@ -6588,7 +9023,7 @@ load_riched20() # We may need a better way to distinguish between installed files. w_metadata riched30 dlls \ - title="MS RichEdit Control version 3.0 (riched20.dll, msls31.dll)" \ + title="MS RichEdit Control 3.0 (riched20.dll, msls31.dll)" \ publisher="Microsoft" \ year="2001" \ media="download" \ @@ -6603,12 +9038,18 @@ load_riched30() # only works with riched30, and recommends getting it by installing # msi 2, which just happens to come with riched30 version of riched20 # (though not with a corresponding riched32, which might be a problem) - # http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=CEBBACD8-C094-4255-B702-DE3BB768148F - w_download http://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/InstMsiA.exe e739c40d747e7c27aacdb07b50925b1635ee7366 + + # https://www.microsoft.com/en-us/download/details.aspx?id=21990 + # Originally at https://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/InstMsiA.exe + # with sha256sum 536e4c8385d7d250fd5702a6868d1ed004692136eefad22252d0dac15f02563a + # Mirror list at http://www.filewatcher.com/m/InstMsiA.Exe.1707856-0.html + # But they all have a different sha256sum, 5ab8b82f578f09dbccf797754155e531b5996b532c1f19c531596ec07cc4b46d + w_download ftp://ftp.vim.org/vol/2/linux-asp/i386/beta/cpe/b29/Changed_Components/win/InstMsiA.Exe 5ab8b82f578f09dbccf797754155e531b5996b532c1f19c531596ec07cc4b46d InstMsiA.exe + w_try_cabextract --directory="$W_TMP" "$W_CACHE"/riched30/InstMsiA.exe w_try cp -f "$W_TMP"/riched20.dll "$W_SYSTEM32_DLLS" w_try cp -f "$W_TMP"/msls31.dll "$W_SYSTEM32_DLLS" - w_override_dlls native,builtin riched30 + w_override_dlls native,builtin riched20 } #---------------------------------------------------------------- @@ -6616,16 +9057,15 @@ load_riched30() w_metadata richtx32 dlls \ title="MS Rich TextBox Control 6.0" \ publisher="Microsoft" \ - year="2009" \ + year="2012" \ media="download" \ - file1="richtx32.cab" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/RichTx32.Ocx" + file1="../vb6sp6/VB60SP6-KB2708437-x86-ENU.msi" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/richtx32.ocx" load_richtx32() { - w_download http://activex.microsoft.com/controls/vb6/richtx32.cab da404b566df3ad74fe687c39404a36c3e7cadc07 - w_try_cabextract "$W_CACHE"/richtx32/richtx32.cab -d "$W_SYSTEM32_DLLS" -F RichTx32.ocx - w_try_regsvr RichTx32.ocx + helper_vb6sp6 "$W_SYSTEM32_DLLS" richtx32.ocx + w_try_regsvr richtx32.ocx } #---------------------------------------------------------------- @@ -6640,9 +9080,9 @@ w_metadata sdl dlls \ load_sdl() { - # http://www.libsdl.org/download-1.2.php - w_download http://www.libsdl.org/release/SDL-1.2.14-win32.zip d22c71d1c2bdf283548187c4b0bd7ef9d0c1fb23 - w_try_unzip "$W_CACHE"/sdl/SDL-1.2.14-win32.zip -d "$W_SYSTEM32_DLLS" SDL.dll + # https://www.libsdl.org/download-1.2.php + w_download https://www.libsdl.org/release/SDL-1.2.14-win32.zip ce77838902891bf2e4378d4a910afef88aaaae4f833a49cfc9bb8dde11ff89a7 + w_try_unzip "$W_SYSTEM32_DLLS" "$W_CACHE"/sdl/SDL-1.2.14-win32.zip SDL.dll } #---------------------------------------------------------------- @@ -6650,52 +9090,62 @@ load_sdl() w_metadata secur32 dlls \ title="MS Security Support Provider Interface" \ publisher="Microsoft" \ - year="2009" \ + year="2011" \ media="download" \ - file1="Windows2000-KB959426-x86-ENU.EXE" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/secur32.dll" load_secur32() { - # http://www.microsoft.com/downloads/details.aspx?familyid=c4e408d7-6716-4a12-ad3a-8029667f5c84 - w_download http://download.microsoft.com/download/6/9/5/69501788-B62F-44D8-933F-B6FAA576CA87/Windows2000-KB959426-x86-ENU.EXE bf930a4d2982165a0793465bb255d494ba5b4cf7 - w_try_cabextract "$W_CACHE"/secur32/Windows2000-KB959426-x86-ENU.EXE -d "$W_SYSTEM32_DLLS" -F secur32.dll + helper_win7sp1 x86_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.17514_none_a851f4adbb0d5141/secur32.dll + w_try cp "$W_TMP/x86_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.17514_none_a851f4adbb0d5141/secur32.dll" "$W_SYSTEM32_DLLS/secur32.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.17514_none_04709031736ac277/secur32.dll + w_try cp "$W_TMP/amd64_microsoft-windows-lsa_31bf3856ad364e35_6.1.7601.17514_none_04709031736ac277/secur32.dll" "$W_SYSTEM64_DLLS/secur32.dll" + fi + w_override_dlls native,builtin secur32 } #---------------------------------------------------------------- +w_metadata setupapi dlls \ + title="MS Setup API" \ + publisher="Microsoft" \ + year="2004" \ + media="download" \ + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/setupapi.dll" + +load_setupapi() +{ + helper_winxpsp3 i386/setupapi.dl_ + w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/setupapi.dl_ + + w_override_dlls native,builtin setupapi +} + +#---------------------------------------------------------------- + w_metadata shockwave dlls \ title="Shockwave" \ publisher="Adobe" \ - year="2010" \ + year="2018" \ media="download" \ file1="sw_lic_full_installer.msi" \ installed_file1="$W_SYSTEM32_DLLS_WIN/Adobe/Shockwave 12/shockwave_Projector_Loader.dcr" load_shockwave() { - # Not silent enough, use msi instead - #w_download http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/Shockwave_Installer_Full.exe 840e34e9b067cf247bfa9092665b8966158f38e3 - #w_try "$WINE" "$W_CACHE"/Shockwave_Installer_Full.exe $W_UNATTENDED_SLASH_S - # old sha1sum: 6a91a9da4b54c3fdc97130a15e1a173117e5f4ff - # 2009-07-31 sha1sum: 0bb506ef67a268e8d3fb6c7ce556320ee10b9da5 - # 2009-12-13 sha1sum: d35649883bf13cb1a86f5650e1050d15533ac0f4 - # 2010-01-23 sha1sum: 4a837d238c28c5f345d73f105711f20c6d059273 - # 2010-05-15 sha1sum: bdce02afc82233801e84137e78c2c5fe574db253 - # 2010-09-02 sha1sum: fed20eccc29fec2f64162b7265343514d43884bc - # 2010-11-03 sha1sum: 2ff28665543e80f3bd4ff1933ac05ec9314aaac6 - # 2011-02-03 sha1sum: e71ddc4fa42662208b2f52c1bd34a40e7775ad75 - # 2011-06-13 sha1sum: 7fd6cc61bb20d0bef654a44f4501a5a65b55b0c9 - # 2011-11-10 sha1sum: b55974b471c516f13fb032424247c07390baf380 - # 2012-03-07 sha1sum: 3b10f645ba1a6815fa97924a6bde4eda3177ff68 - # 2012-04-26 sha1sum: 48b1a44b2c12c486916d641f3b4e20abffb3d6e4 - # 2012-08-08 sha1sum: 3c4d531ccf0bb5788f1c197c63e9c0aa89885ee6 - # 2013-06-15 sha1sum: 9c02499deaf567bde7d827493705e5680833d02e - # 2014-01-22 sha1sum: c8f1b2c137a1373d591f7c1d48db9c6baa961caf - # 2014-02-26 sha1sum: ae2855b729bfaedc766f3addd8c2b74eac576909 - - w_download http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msi ae2855b729bfaedc766f3addd8c2b74eac576909 - cd "$W_CACHE"/shockwave + # 2017/03/12: 39715a84b1d85347066fbf89a3af9f5e612b59402093b055cd423bd30a7f637d + # 2017/03/15: 58f2152bf726d52f08fb41f904c62ff00fdf748c8ce413e8c8547da3a21922ba + # 2017/08/03: bebebaef1644a994179a2e491ce3f55599d768f7c6019729f21e7029b1845b9c + # 2017/12/12: 0a9813ac55a8718440518dc2f5f410a3a065b422fe0618c073bfc631b9abf12c + # 2018/03/16: 4d7b408cf5b65a522b071d7d9ddbc5f6964911a7d55c418e31f393e6055cf796 + # 2018/05/24: 2b03fa11ff6f31b3fef9313264f0ef356ee11d5bc3642c30a2482b4ac5dd0084 + w_download https://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msi 2b03fa11ff6f31b3fef9313264f0ef356ee11d5bc3642c30a2482b4ac5dd0084 + + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" msiexec /i sw_lic_full_installer.msi $W_UNATTENDED_SLASH_Q } @@ -6711,17 +9161,30 @@ w_metadata speechsdk dlls \ load_speechsdk() { - # http://www.microsoft.com/download/en/details.aspx?id=10121 - w_download http://download.microsoft.com/download/B/4/3/B4314928-7B71-4336-9DE7-6FA4CF00B7B3/SpeechSDK51.exe f69efaee8eb47f8c7863693e8b8265a3c12c4f51 + # https://www.microsoft.com/en-us/download/details.aspx?id=10121 + w_download https://download.microsoft.com/download/B/4/3/B4314928-7B71-4336-9DE7-6FA4CF00B7B3/SpeechSDK51.exe 520aa5d1a72dc6f41dc9b8b88603228ffd5d5d6f696224fc237ec4828fe7f6e0 - w_try_unzip -d "$W_TMP" "$W_CACHE"/speechsdk/SpeechSDK51.exe + w_try_unzip "$W_TMP" "$W_CACHE"/speechsdk/SpeechSDK51.exe # Otherwise it only installs the SDK and not the redistributable: w_set_winver win2k - cd "$W_TMP" + # Only added in wine-2.18 + for stub in "$W_SYSTEM32_DLLS/Speech/Common/sapi.dll" "$W_SYSTEM64_DLLS/Speech/Common/sapi.dll"; do + if [ -f "$stub" ]; then + w_try rm "$stub" + fi + done + + w_try_cd "$W_TMP" w_try "$WINE" msiexec /i "Microsoft Speech SDK 5.1.msi" $W_UNATTENDED_SLASH_Q + # If sapi.dll isn't in original location, applications won't start, see + # e.g., https://bugs.winehq.org/show_bug.cgi?id=43841 + w_try ln -s "$W_COMMONFILES_X86/Microsoft Shared/Speech/sapi.dll" "$W_32BIT_DLLS/Speech/Common" + + w_override_dlls native sapi + w_unset_winver } @@ -6730,39 +9193,56 @@ load_speechsdk() w_metadata tabctl32 dlls \ title="Microsoft Tabbed Dialog Control 6.0 (tabctl32.ocx)" \ publisher="Microsoft" \ - year="2009" \ + year="2012" \ media="download" \ - file1="tabctl32.cab" \ + file1="../vb6sp6/VB60SP6-KB2708437-x86-ENU.msi" \ installed_file1="$W_SYSTEM32_DLLS_WIN/tabctl32.ocx" load_tabctl32() { - # http://msdn.microsoft.com/en-us/library/aa240864(VS.60).aspx - # Nov 2012: tabctl32 - w_download http://activex.microsoft.com/controls/vb6/tabctl32.cab beca51d05924a5466ab80eb0f8d0cdf8bc1ac697 - - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/tabctl32/tabctl32.cab - w_try cp -f "$W_TMP"/[Tt][Aa][Bb][Cc][Tt][Ll][3][2].[Oo][Cc][Xx] "$W_SYSTEM32_DLLS" + helper_vb6sp6 "$W_TMP" TabCtl32.ocx + w_try mv "${W_TMP}/TabCtl32.ocx" "$W_SYSTEM32_DLLS/tabctl32.ocx" w_try_regsvr tabctl32.ocx } #---------------------------------------------------------------- +w_metadata updspapi dlls \ + title="Windows Update Service API" \ + publisher="Microsoft" \ + year="2004" \ + media="download" \ + file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/updspapi.dll" + +load_updspapi() +{ + helper_winxpsp3 i386/update/updspapi.dll + w_try cp -f "$W_TMP"/i386/update/updspapi.dll "$W_SYSTEM32_DLLS" + + w_override_dlls native,builtin updspapi +} + +#---------------------------------------------------------------- + w_metadata usp10 dlls \ - title="Uniscribe 1.325 " \ + title="Uniscribe" \ publisher="Microsoft" \ - year="2001" \ + year="2011" \ media="download" \ - file1="../msi2/InstMsiA.exe" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/usp10.dll" load_usp10() { - # http://en.wikipedia.org/wiki/Uniscribe - # http://www.microsoft.com/downloads/details.aspx?familyid=cebbacd8-c094-4255-b702-de3bb768148f - w_download_to msi2 http://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/InstMsiA.exe e739c40d747e7c27aacdb07b50925b1635ee7366 - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/msi2/InstMsiA.exe - w_try cp -f "$W_TMP"/usp10.dll "$W_SYSTEM32_DLLS" + helper_win7sp1 x86_microsoft-windows-usp_31bf3856ad364e35_6.1.7601.17514_none_af01e2f9b6be7939/usp10.dll + w_try cp "$W_TMP/x86_microsoft-windows-usp_31bf3856ad364e35_6.1.7601.17514_none_af01e2f9b6be7939/usp10.dll" "$W_SYSTEM32_DLLS/usp10.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-usp_31bf3856ad364e35_6.1.7601.17514_none_0b207e7d6f1bea6f/usp10.dll + w_try cp "$W_TMP/amd64_microsoft-windows-usp_31bf3856ad364e35_6.1.7601.17514_none_0b207e7d6f1bea6f/usp10.dll" "$W_SYSTEM64_DLLS/usp10.dll" + fi + w_override_dlls native,builtin usp10 } @@ -6780,8 +9260,10 @@ load_vb2run() { # Not referenced on MS web anymore, but the old Microsoft Software Library FTP still has it. # See ftp://ftp.microsoft.com/Softlib/index.txt - w_download ftp://$ftp_microsoft_com/Softlib/MSLFILES/VBRUN200.EXE ac0568b73ee375408778e9b505df995f79ab907e - w_try_unzip -d "$W_TMP" "$W_CACHE"/vb2run/VBRUN200.EXE + # 2014/05/31: Microsoft FTP is down ftp://$ftp_microsoft_com/Softlib/MSLFILES/VBRUN200.EXE + # 2015/08/10: chatnfiles is down, conradshome.com is up (and has a LOT of old MS installers archived!) + w_download https://www.conradshome.com/win31/archive/softlib/vbrun200.exe 4b0811d8fdcac1fd9411786c9119dc8d98d0540948211bdbc1ac682fbe5c0228 + w_try_unzip "$W_TMP" "$W_CACHE"/vb2run/VBRUN200.EXE w_try cp -f "$W_TMP/VBRUN200.DLL" "$W_SYSTEM32_DLLS" } @@ -6797,9 +9279,9 @@ w_metadata vb3run dlls \ load_vb3run() { - # See http://support.microsoft.com/kb/196285 - w_download http://download.microsoft.com/download/vb30/utility/1/w9xnt4/en-us/vb3run.exe 518fcfefde9bf680695cadd06512efadc5ac2aa7 - w_try_unzip -d "$W_TMP" "$W_CACHE"/vb3run/vb3run.exe + # See https://support.microsoft.com/kb/196285 + w_download https://download.microsoft.com/download/vb30/utility/1/w9xnt4/en-us/vb3run.exe 3ca3ad6332f83b5c2b86e4758afa400150f07ae66ce8b850d8f9d6bcd47ad4cd + w_try_unzip "$W_TMP" "$W_CACHE"/vb3run/vb3run.exe w_try cp -f "$W_TMP/Vbrun300.dll" "$W_SYSTEM32_DLLS" } @@ -6815,9 +9297,9 @@ w_metadata vb4run dlls \ load_vb4run() { - # See http://support.microsoft.com/kb/196286 - w_download http://download.microsoft.com/download/vb40ent/sample27/1/w9xnt4/en-us/vb4run.exe 83e968063272e97bfffd628a73bf0ff5f8e1023b - w_try_unzip -d "$W_TMP" "$W_CACHE"/vb4run/vb4run.exe + # See https://support.microsoft.com/kb/196286 + w_download https://download.microsoft.com/download/vb40ent/sample27/1/w9xnt4/en-us/vb4run.exe 40931308b5a137f9ce3e9da9b43f4ca6688e18b523687cfea8be6cdffa3153fb + w_try_unzip "$W_TMP" "$W_CACHE"/vb4run/vb4run.exe w_try cp -f "$W_TMP/Vb40032.dll" "$W_SYSTEM32_DLLS" w_try cp -f "$W_TMP/Vb40016.dll" "$W_SYSTEM32_DLLS" } @@ -6834,8 +9316,8 @@ w_metadata vb5run dlls \ load_vb5run() { - w_download http://download.microsoft.com/download/vb50pro/utility/1/win98/en-us/msvbvm50.exe 28bfaf09b8ac32cf5ffa81252f3e2fadcb3a8f27 - cd "$W_CACHE"/vb5run + w_download https://download.microsoft.com/download/vb50pro/utility/1/win98/en-us/msvbvm50.exe b5f8ea5b9d8b30822a2be2cdcb89cda99ec0149832659ad81f45360daa6e6965 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" msvbvm50.exe $W_UNATTENDED_SLASH_Q } @@ -6851,14 +9333,12 @@ w_metadata vb6run dlls \ load_vb6run() { - # http://support.microsoft.com/kb/290887 - if test ! -f "$W_CACHE"/vb6run/vbrun60sp6.exe - then - w_download http://download.microsoft.com/download/5/a/d/5ad868a0-8ecd-4bb0-a882-fe53eb7ef348/VB6.0-KB290887-X86.exe 73ef177008005675134d2f02c6f580515ab0d842 + # https://support.microsoft.com/kb/290887 + if test ! -f "$W_CACHE"/vb6run/vbrun60sp6.exe; then + w_download https://download.microsoft.com/download/5/a/d/5ad868a0-8ecd-4bb0-a882-fe53eb7ef348/VB6.0-KB290887-X86.exe 467b5a10c369865f2021d379fc0933cb382146b702bbca4bcb703fc86f4322bb w_try "$WINE" "$W_CACHE"/vb6run/VB6.0-KB290887-X86.exe "/T:$W_TMP_WIN" /c $W_UNATTENDED_SLASH_Q - if test ! -f "$W_TMP"/vbrun60sp6.exe - then + if test ! -f "$W_TMP"/vbrun60sp6.exe; then w_die vbrun60sp6.exe not found fi w_try mv "$W_TMP"/vbrun60sp6.exe "$W_CACHE"/vb6run @@ -6870,27 +9350,25 @@ load_vb6run() rm -f "$W_SYSTEM32_DLLS"/olepro32.dll rm -f "$W_SYSTEM32_DLLS"/stdole2.tlb - cd "$W_CACHE"/vb6run + w_try_cd "$W_CACHE/$W_PACKAGE" # Exits with status 43 for some reason? "$WINE" vbrun60sp6.exe $W_UNATTENDED_SLASH_Q status=$? case $status in - 0|43) ;; - *) w_die $W_PACKAGE installation failed + 0|43) ;; + *) w_die "$W_PACKAGE installation failed" esac } #---------------------------------------------------------------- winetricks_vcrun6_helper() { - if test ! -f "$W_CACHE"/vcrun6/vcredist.exe - then - w_download_to vcrun6 http://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/VC6RedistSetup_deu.exe a8c4dd33e281c166488846a10edf97ff0ce37044 + if test ! -f "$W_CACHE"/vcrun6/vcredist.exe; then + w_download_to vcrun6 https://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/VC6RedistSetup_deu.exe c2eb91d9c4448d50e46a32fecbcc3b418706d002beab9b5f4981de552098cee7 w_try "$WINE" "$W_CACHE"/vcrun6/vc6redistsetup_deu.exe "/T:$W_TMP_WIN" /c $W_UNATTENDED_SLASH_Q - if test ! -f "$W_TMP"/vcredist.exe - then + if test ! -f "$W_TMP"/vcredist.exe; then w_die vcredist.exe not found fi mv "$W_TMP"/vcredist.exe "$W_CACHE"/vcrun6 @@ -6898,7 +9376,7 @@ winetricks_vcrun6_helper() { } w_metadata vcrun6 dlls \ - title="Visual C++ 6 sp4 libraries (mfc42, msvcp60, msvcirt)" \ + title="Visual C++ 6 SP4 libraries (mfc42, msvcp60, msvcirt)" \ publisher="Microsoft" \ year="2000" \ media="download" \ @@ -6910,7 +9388,7 @@ load_vcrun6() # Load the Visual C++ 6 runtime libraries, including the elusive mfc42u.dll winetricks_vcrun6_helper - # Delete some fake dlls to avoid vcredist installer warnings + # Delete some fake DLLs to avoid vcredist installer warnings rm -f "$W_SYSTEM32_DLLS"/comcat.dll rm -f "$W_SYSTEM32_DLLS"/msvcrt.dll rm -f "$W_SYSTEM32_DLLS"/oleaut32.dll @@ -6920,17 +9398,17 @@ load_vcrun6() status=$? case $status in - 0|43) ;; - *) w_die vcrun6 installation failed + 0|43) ;; + *) w_die vcrun6 installation failed esac - # And then some apps need mfc42u.dll, dunno what right way - # is to get it, vcredist doesn't install it by default? + # And then some apps need mfc42u.dll, dunno what the right way + # is to get it, vcredist doesn't seem to install it by default? load_mfc42 } w_metadata mfc42 dlls \ - title="Visual C++ 6 sp4 mfc42 library; part of vcrun6" \ + title="Visual C++ 6 SP4 mfc42 library; part of vcrun6" \ publisher="Microsoft" \ year="2000" \ media="download" \ @@ -6945,7 +9423,7 @@ load_mfc42() } w_metadata msvcirt dlls \ - title="Visual C++ 6 sp4 msvcirt library; part of vcrun6" \ + title="Visual C++ 6 SP4 msvcirt library; part of vcrun6" \ publisher="Microsoft" \ year="2000" \ media="download" \ @@ -6962,11 +9440,11 @@ load_msvcirt() #---------------------------------------------------------------- # FIXME: we don't currently have an install check that can distinguish -# between sp4 and sp6, it would have to check size or version of a file, +# between SP4 and SP6, it would have to check size or version of a file, # or maybe a registry key. w_metadata vcrun6sp6 dlls \ - title="Visual C++ 6 sp6 libraries (with fixes in atl and mfc)" \ + title="Visual C++ 6 SP6 libraries (with fixes in ATL and MFC)" \ publisher="Microsoft" \ year="2004" \ media="download" \ @@ -6975,14 +9453,14 @@ w_metadata vcrun6sp6 dlls \ load_vcrun6sp6() { - w_download http://download.microsoft.com/download/1/9/f/19fe4660-5792-4683-99e0-8d48c22eed74/Vs6sp6.exe 2292437a8967349261c810ae8b456592eeb76620 + w_download https://download.microsoft.com/download/1/9/f/19fe4660-5792-4683-99e0-8d48c22eed74/Vs6sp6.exe 7fa1d1778824b55a5fceb02f45c399b5d4e4dce7403661e67e587b5f455edbf3 # No EULA is presented when passing command-line extraction arguments, # so we'll simplify extraction with cabextract. w_try_cabextract "$W_CACHE"/vcrun6sp6/Vs6sp6.exe -d "$W_TMP" -F vcredist.exe - cd "$W_TMP" + w_try_cd "$W_TMP" - # Delete some fake dlls to avoid vcredist installer warnings + # Delete some fake DLLs to avoid vcredist installer warnings w_try rm -f "$W_SYSTEM32_DLLS"/comcat.dll w_try rm -f "$W_SYSTEM32_DLLS"/msvcrt.dll w_try rm -f "$W_SYSTEM32_DLLS"/oleaut32.dll @@ -6993,11 +9471,11 @@ load_vcrun6sp6() status=$? case $status in - 0|43) ;; - *) w_die $W_PACKAGE installation failed + 0|43) ;; + *) w_die "$W_PACKAGE installation failed" esac - # And then some apps need mfc42u.dll, dunno what right way + # And then some apps need mfc42u.dll, dont know what right way # is to get it, vcredist doesn't install it by default? w_try_cabextract vcredist.exe -d "$W_SYSTEM32_DLLS" -F mfc42u.dll # Should the mfc42 verb install this one instead? @@ -7010,7 +9488,7 @@ w_metadata vcrun2003 dlls \ publisher="Microsoft" \ year="2003" \ media="download" \ - file1="BZEditW32_1.6.5_Installer.exe" \ + file1="BZEditW32_1.6.5.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/msvcp71.dll" load_vcrun2003() @@ -7018,8 +9496,9 @@ load_vcrun2003() # Load the Visual C++ 2003 runtime libraries # Sadly, I know of no Microsoft URL for these echo "Installing BZFlag (which comes with the Visual C++ 2003 runtimes)" - w_download $WINETRICKS_SOURCEFORGE/bzflag/BZEditW32_1.6.5_Installer.exe bdd1b32c4202fd77e6513fd507c8236888b09121 - w_try "$WINE" "$W_CACHE"/vcrun2003/BZEditW32_1.6.5_Installer.exe $W_UNATTENDED_SLASH_S + # winetricks-test can't handle ${file1} in url since it does a raw parsing :/ + w_download https://sourceforge.net/projects/bzflag/files/bzedit%20win32/1.6.5/BZEditW32_1.6.5.exe 84d1bda5dbf814742898a2e1c0e4bc793e9bc1fba4b7a93d59a7ef12bd0fd802 + w_try "$WINE" "$W_CACHE/vcrun2003/${file1}" $W_UNATTENDED_SLASH_S w_try cp "$W_PROGRAMS_X86_UNIX/BZEdit1.6.5"/m*71* "$W_SYSTEM32_DLLS" } @@ -7042,14 +9521,46 @@ w_metadata vcrun2005 dlls \ load_vcrun2005() { - # June 2011 security update, see - # http://www.microsoft.com/technet/security/bulletin/MS11-025.mspx or - # http://support.microsoft.com/kb/2538242 - w_download http://download.microsoft.com/download/8/B/4/8B42259F-5D70-43F4-AC2E-4B208FD8D66A/vcredist_x86.EXE b8fab0bb7f62a24ddfe77b19cd9a1451abd7b847 - - cd "$W_CACHE"/vcrun2005 + # 2011/06: Security update, see + # https://technet.microsoft.com/library/security/ms11-025 or + # https://support.microsoft.com/kb/2538242 + w_download https://download.microsoft.com/download/8/B/4/8B42259F-5D70-43F4-AC2E-4B208FD8D66A/vcredist_x86.EXE 4ee4da0fe62d5fa1b5e80c6e6d88a4a2f8b3b140c35da51053d0d7b72a381d29 + + # For native to be used, msvc* dlls must either be set to native only, OR + # set to native, builtin and remove wine's builtin manifest. Setting to native only breaks several apps, + # e.g., Dirac Codec and Ragnarok Online. + # For more info, see: + # https://bugs.winehq.org/show_bug.cgi?id=28225 + # https://bugs.winehq.org/show_bug.cgi?id=33604 + # https://bugs.winehq.org/show_bug.cgi?id=42859 w_override_dlls native,builtin atl80 msvcm80 msvcp80 msvcr80 vcomp - w_try "$WINE" $file1 $W_UNATTENDED_SLASH_Q + + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" $W_UNATTENDED_SLASH_Q + + if [ $W_ARCH = win64 ] ;then + w_download https://download.microsoft.com/download/9/1/4/914851c6-9141-443b-bdb4-8bad3a57bea9/vcredist_x64.exe bb9e8606e26c2b76984252182f7db0d6e9108b204b81d2a7b036c9b618c1f9f1 + + if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"; then + rm -f "$W_TMP"/* # Avoid permission error + w_try_cabextract --directory="$W_TMP" vcredist_x64.exe + w_try_cabextract --directory="$W_TMP" "$W_TMP/VCREDI~2.EXE" + w_try_cabextract --directory="$W_TMP" "$W_TMP/vcredist.msi" + + w_try cp "$W_TMP/ATL80.dll.837BF1EB_D770_94EB_FF1F_C8B3B9A1E18E" "$W_SYSTEM64_DLLS/atl80.dll" + w_try cp "$W_TMP/mfc80.dll.8731EA9C_B0D8_8F16_FF1F_C8B3B9A1E18E" "$W_SYSTEM64_DLLS/mfc80.dll" + w_try cp "$W_TMP/mfc80u.dll.8731EA9C_B0D8_8F16_FF1F_C8B3B9A1E18E" "$W_SYSTEM64_DLLS/mfc80u.dll" + w_try cp "$W_TMP/mfcm80.dll.8731EA9C_B0D8_8F16_FF1F_C8B3B9A1E18E" "$W_SYSTEM64_DLLS/mfcm80.dll" + w_try cp "$W_TMP/mfcm80u.dll.8731EA9C_B0D8_8F16_FF1F_C8B3B9A1E18E" "$W_SYSTEM64_DLLS/mfcm80u.dll" + + w_try cp "$W_TMP/msvcm80.dll.844EFBA7_1C24_93B2_FF1F_C8B3B9A1E18E" "$W_SYSTEM64_DLLS/msvcm80.dll" + w_try cp "$W_TMP/msvcp80.dll.844EFBA7_1C24_93B2_FF1F_C8B3B9A1E18E" "$W_SYSTEM64_DLLS/msvcp80.dll" + w_try cp "$W_TMP/msvcr80.dll.844EFBA7_1C24_93B2_FF1F_C8B3B9A1E18E" "$W_SYSTEM64_DLLS/msvcr80.dll" + w_try cp "$W_TMP/vcomp.dll.09D44781_D142_FE32_FF1F_C8B3B9A1E18E" "$W_SYSTEM64_DLLS/vcomp80.dll" + else + w_try "$WINE" vcredist_x64.exe $W_UNATTENDED_SLASH_Q + fi + fi } #---------------------------------------------------------------- @@ -7065,12 +9576,47 @@ w_metadata vcrun2008 dlls \ load_vcrun2008() { # June 2011 security update, see - # http://www.microsoft.com/technet/security/bulletin/MS11-025.mspx or - # http://support.microsoft.com/kb/2538242 - w_download http://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe 470640aa4bb7db8e69196b5edb0010933569e98d + # https://technet.microsoft.com/library/security/ms11-025 or + # https://support.microsoft.com/kb/2538242 + w_download https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe 6b3e4c51c6c0e5f68c8a72b497445af3dbf976394cbb62aa23569065c28deeb6 + + # For native to be used, msvc* dlls must either be set to native only, OR + # set to native, builtin and remove wine's builtin manifest. Setting to native only breaks several apps, + # e.g., Dirac Codec and Ragnarok Online. + # For more info, see: + # https://bugs.winehq.org/show_bug.cgi?id=28225 + # https://bugs.winehq.org/show_bug.cgi?id=33604 + # https://bugs.winehq.org/show_bug.cgi?id=42859 + # https://bugs.winehq.org/show_bug.cgi?id=28225 + # https://bugs.winehq.org/show_bug.cgi?id=33604 + # https://bugs.winehq.org/show_bug.cgi?id=42859 w_override_dlls native,builtin atl90 msvcm90 msvcp90 msvcr90 vcomp90 - cd "$W_CACHE"/vcrun2008 - w_try "$WINE" $file1 $W_UNATTENDED_SLASH_Q + + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" $W_UNATTENDED_SLASH_Q + + case "$W_ARCH" in + win64) + # Also install the 64-bit version + # 2016/11/15: b811f2c047a3e828517c234bd4aa4883e1ec591d88fad21289ae68a6915a6665 + w_download https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x64.exe b811f2c047a3e828517c234bd4aa4883e1ec591d88fad21289ae68a6915a6665 + if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"; then + rm -f "$W_TMP"/* # Avoid permission error + w_try_cabextract --directory="$W_TMP" vcredist_x64.exe + w_try_cabextract --directory="$W_TMP" "$W_TMP/vc_red.cab" + + w_try cp "$W_TMP"/atl90.dll.30729.6161.Microsoft_VC90_ATL_x64.QFE "$W_SYSTEM64_DLLS"/atl90.dll + w_try cp "$W_TMP"/mfc90.dll.30729.6161.Microsoft_VC90_MFC_x64.QFE "$W_SYSTEM64_DLLS"/mfc90.dll + w_try cp "$W_TMP"/mfcm90.dll.30729.6161.Microsoft_VC90_MFC_x64.QFE "$W_SYSTEM64_DLLS"/mfcm90.dll + w_try cp "$W_TMP"/msvcm90.dll.30729.6161.Microsoft_VC90_CRT_x64.QFE "$W_SYSTEM64_DLLS"/msvcm90.dll + w_try cp "$W_TMP"/msvcp90.dll.30729.6161.Microsoft_VC90_CRT_x64.QFE "$W_SYSTEM64_DLLS"/msvcp90.dll + w_try cp "$W_TMP"/msvcr90.dll.30729.6161.Microsoft_VC90_CRT_x64.QFE "$W_SYSTEM64_DLLS"/msvcr90.dll + w_try cp "$W_TMP"/vcomp90.dll.30729.6161.Microsoft_VC90_OpenMP_x64.QFE "$W_SYSTEM64_DLLS"/vcomp90.dll + else + w_try "$WINE" vcredist_x64.exe $W_UNATTENDED_SLASH_Q + fi + ;; + esac } #---------------------------------------------------------------- @@ -7085,218 +9631,479 @@ w_metadata vcrun2010 dlls \ load_vcrun2010() { - # See http://www.microsoft.com/downloads/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84 - w_download http://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe 372d9c1670343d3fb252209ba210d4dc4d67d358 - - if w_workaround_wine_bug 23427 "" 1.3.5, - then - w_call msxml3 - fi + # See https://www.microsoft.com/en-us/download/details.aspx?id=5555 + w_download https://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe 8162b2d665ca52884507ede19549e99939ce4ea4a638c537fa653539819138c8 w_override_dlls native,builtin msvcp100 msvcr100 vcomp100 atl100 - cd "$W_CACHE"/vcrun2010 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q case "$W_ARCH" in - win64) - # Also install the 64 bit version - # http://www.microsoft.com/en-us/download/details.aspx?id=13523 - w_download http://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D2744E0/vcredist_x64.exe 027d0c2749ec5eb21b031f46aee14c905206f482 - if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls" - then - w_try_cabextract --directory="$W_TMP" vcredist_x64.exe -F '*.cab' - w_try_cabextract --directory="$W_TMP" "$W_TMP"/vc_red.cab - cp "$W_TMP"/F_CENTRAL_mfc100_x64 "$W_SYSTEM64_DLLS"/mfc100.dll - cp "$W_TMP"/F_CENTRAL_mfc100u_x64 "$W_SYSTEM64_DLLS"/mfc100u.dll - cp "$W_TMP"/F_CENTRAL_msvcr100_x64 "$W_SYSTEM64_DLLS"/msvcr100.dll - cp "$W_TMP"/F_CENTRAL_msvcp100_x64 "$W_SYSTEM64_DLLS"/msvcp100.dll - cp "$W_TMP"/F_CENTRAL_vcomp100_x64 "$W_SYSTEM64_DLLS"/vcomp100.dll - cp "$W_TMP"/F_CENTRAL_atl100_x64 "$W_SYSTEM64_DLLS"/atl100.dll - else - w_try "$WINE" vcredist_x64.exe $W_UNATTENDED_SLASH_Q - fi - ;; + win64) + # Also install the 64-bit version + # https://www.microsoft.com/en-us/download/details.aspx?id=13523 + w_download https://download.microsoft.com/download/A/8/0/A80747C3-41BD-45DF-B505-E9710D2744E0/vcredist_x64.exe c6cd2d3f0b11dc2a604ffdc4dd97861a83b77e21709ba71b962a47759c93f4c8 + if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"; then + w_try_cabextract --directory="$W_TMP" vcredist_x64.exe -F '*.cab' + w_try_cabextract --directory="$W_TMP" "$W_TMP"/vc_red.cab + cp "$W_TMP"/F_CENTRAL_mfc100_x64 "$W_SYSTEM64_DLLS"/mfc100.dll + cp "$W_TMP"/F_CENTRAL_mfc100u_x64 "$W_SYSTEM64_DLLS"/mfc100u.dll + cp "$W_TMP"/F_CENTRAL_msvcr100_x64 "$W_SYSTEM64_DLLS"/msvcr100.dll + cp "$W_TMP"/F_CENTRAL_msvcp100_x64 "$W_SYSTEM64_DLLS"/msvcp100.dll + cp "$W_TMP"/F_CENTRAL_vcomp100_x64 "$W_SYSTEM64_DLLS"/vcomp100.dll + cp "$W_TMP"/F_CENTRAL_atl100_x64 "$W_SYSTEM64_DLLS"/atl100.dll + else + w_try "$WINE" vcredist_x64.exe $W_UNATTENDED_SLASH_Q + fi + ;; esac } #---------------------------------------------------------------- -w_metadata vjrun20 dlls \ - title="MS Visual J# 2.0 SE libraries (requires dotnet20)" \ +w_metadata vcrun2012 dlls \ + title="Visual C++ 2012 libraries (atl110,mfc110,mfc110u,msvcp110,msvcr110,vcomp110)" \ publisher="Microsoft" \ - year="2007" \ + year="2012" \ media="download" \ - conflicts="dotnet11 dotnet20sp1 dotnet20sp2" \ - file1="vjredist.exe" \ - installed_file1="c:/windows/Microsoft.NET/Framework/VJSharp/VJSharpSxS10.dll" + file1="vcredist_x86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/mfc110.dll" -load_vjrun20() +load_vcrun2012() { - if [ $W_ARCH = win64 ] - then - w_warn "vjrun20 depends on dotnet20, which doesn't work on 64-bit wine yet. Skipping." - return - fi + # https://www.microsoft.com/en-us/download/details.aspx?id=30679 + w_download https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe b924ad8062eaf4e70437c8be50fa612162795ff0839479546ce907ffa8d6e386 - w_call dotnet20 - - # See http://www.microsoft.com/downloads/details.aspx?FamilyId=E9D87F37-2ADC-4C32-95B3-B5E3A21BAB2C - w_download http://download.microsoft.com/download/9/2/3/92338cd0-759f-4815-8981-24b437be74ef/vjredist.exe 80a098e36b90d159da915aebfbfbacf35f302bd8 + w_override_dlls native,builtin atl110 msvcp110 msvcr110 vcomp110 + w_try_cd "$W_CACHE"/"$W_PACKAGE" + w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q - if [ $W_UNATTENDED_SLASH_Q ] - then - w_try "$WINE" "$W_CACHE"/vjrun20/vjredist.exe /q /C:"install /QNT" - else - w_try "$WINE" "$W_CACHE"/vjrun20/vjredist.exe - fi + case "$W_ARCH" in + win64) + # Also install the 64-bit version + # 2015/10/19: 681be3e5ba9fd3da02c09d7e565adfa078640ed66a0d58583efad2c1e3cc4064 + w_download https://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe 681be3e5ba9fd3da02c09d7e565adfa078640ed66a0d58583efad2c1e3cc4064 + if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"; then + rm -f "$W_TMP"/* # Avoid permission error + w_try_cabextract --directory="$W_TMP" vcredist_x64.exe + w_try_cabextract --directory="$W_TMP" "$W_TMP/a2" + w_try_cabextract --directory="$W_TMP" "$W_TMP/a3" + cp "$W_TMP"/F_CENTRAL_atl110_x64 "$W_SYSTEM64_DLLS"/atl110.dll + cp "$W_TMP"/F_CENTRAL_mfc110_x64 "$W_SYSTEM64_DLLS"/mfc110.dll + cp "$W_TMP"/F_CENTRAL_mfc110u_x64 "$W_SYSTEM64_DLLS"/mfc110u.dll + cp "$W_TMP"/F_CENTRAL_msvcp110_x64 "$W_SYSTEM64_DLLS"/msvcp110.dll + cp "$W_TMP"/F_CENTRAL_msvcr110_x64 "$W_SYSTEM64_DLLS"/msvcr110.dll + cp "$W_TMP"/F_CENTRAL_vcomp110_x64 "$W_SYSTEM64_DLLS"/vcomp110.dll + else + w_try "$WINE" vcredist_x64.exe $W_UNATTENDED_SLASH_Q + fi + ;; + esac } #---------------------------------------------------------------- -w_metadata windowscodecs dlls \ - title="MS Windows Imaging Component" \ +w_metadata vcrun2013 dlls \ + title="Visual C++ 2013 libraries (mfc120,mfc120u,msvcp120,msvcr120,vcomp120)" \ publisher="Microsoft" \ - year="2006" \ + year="2013" \ media="download" \ - file1="wic_x86_enu.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/WindowsCodecs.dll" + file1="vcredist_x86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/mfc120.dll" -load_windowscodecs() +load_vcrun2013() { - w_download http://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a99387d4f/wic_x86_enu.exe 53c18652ac2f8a51303deb48a1b7abbdb1db427f - - # Avoid a file existence check. - rm -f "$W_SYSTEM32_DLLS"/windowscodecs.dll "$W_SYSTEM32_DLLS"/windowscodecsext.dll "$W_SYSTEM32_DLLS"/photometadatahandler.dll - # AF says in appdb entry for .net 3.0 that windowscodecs has to be native only - w_override_dlls native windowscodecs windowscodecsext + # https://www.microsoft.com/en-us/download/details.aspx?id=40784 + # 2015/01/14: a22895e55b26202eae166838edbe2ea6aad00d7ea600c11f8a31ede5cbce2048 + w_download https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe a22895e55b26202eae166838edbe2ea6aad00d7ea600c11f8a31ede5cbce2048 - # Always run the WIC installer in passive mode. - # See http://bugs.winehq.org/show_bug.cgi?id=16876 and - # http://bugs.winehq.org/show_bug.cgi?id=23232 - cd "$W_CACHE/$W_PACKAGE" + w_override_dlls native,builtin atl120 msvcp120 msvcr120 vcomp120 + w_try_cd "$W_CACHE"/"$W_PACKAGE" + w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q - if test -x /usr/bin/taskset && w_workaround_wine_bug 32859 "Working around possibly broken libX11" - then - TASKSET="taskset -c 0" - else - TASKSET="" - fi - w_try $TASKSET "$WINE" wic_x86_enu.exe /passive + case "$W_ARCH" in + win64) + # Also install the 64-bit version + # 2015/10/19: e554425243e3e8ca1cd5fe550db41e6fa58a007c74fad400274b128452f38fb8 + w_download https://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x64.exe e554425243e3e8ca1cd5fe550db41e6fa58a007c74fad400274b128452f38fb8 + if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"; then + rm -f "$W_TMP"/* # Avoid permission error + w_try_cabextract --directory="$W_TMP" vcredist_x64.exe + w_try_cabextract --directory="$W_TMP" "$W_TMP/a2" + w_try_cabextract --directory="$W_TMP" "$W_TMP/a3" + cp "$W_TMP"/F_CENTRAL_mfc120_x64 "$W_SYSTEM64_DLLS"/mfc120.dll + cp "$W_TMP"/F_CENTRAL_mfc120u_x64 "$W_SYSTEM64_DLLS"/mfc120u.dll + cp "$W_TMP"/F_CENTRAL_msvcp120_x64 "$W_SYSTEM64_DLLS"/msvcp120.dll + cp "$W_TMP"/F_CENTRAL_msvcr120_x64 "$W_SYSTEM64_DLLS"/msvcr120.dll + cp "$W_TMP"/F_CENTRAL_vcomp120_x64 "$W_SYSTEM64_DLLS"/vcomp120.dll + else + w_try "$WINE" vcredist_x64.exe $W_UNATTENDED_SLASH_Q + fi + ;; + esac } #---------------------------------------------------------------- -w_metadata winhttp dlls \ - title="MS Windows HTTP Services" \ +w_metadata vcrun2015 dlls \ + title="Visual C++ 2015 libraries (concrt140.dll,mfc140.dll,mfc140u.dll,mfcm140.dll,mfcm140u.dll,msvcp140.dll,vcamp140.dll,vccorlib140.dll,vcomp140.dll,vcruntime140.dll)" \ publisher="Microsoft" \ - year="2005" \ + year="2015" \ media="download" \ - file1="../win2ksp4/W2KSP4_EN.EXE" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/winhttp.dll" + conflicts="vcrun2017" \ + file1="vc_redist.x86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/mfc140.dll" -load_winhttp() +load_vcrun2015() { - helper_win2ksp4 i386/new/winhttp.dl_ - w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/new/winhttp.dl_ - w_override_dlls native,builtin winhttp -} + # https://www.microsoft.com/en-us/download/details.aspx?id=48145 + # 2015/10/12: fdd1e1f0dcae2d0aa0720895eff33b927d13076e64464bb7c7e5843b7667cd14 + w_download https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x86.exe fdd1e1f0dcae2d0aa0720895eff33b927d13076e64464bb7c7e5843b7667cd14 -#---------------------------------------------------------------- + if w_workaround_wine_bug 37781; then + w_warn "This may fail in non-XP mode, see https://bugs.winehq.org/show_bug.cgi?id=37781" + fi -w_metadata wininet dlls \ - title="MS Windows Internet API" \ - publisher="Microsoft" \ - year="2008" \ - media="download" \ - file1="../win2ksp4/W2KSP4_EN.EXE" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/wininet.dll" + w_override_dlls native,builtin api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-heap-l1-1-0 api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-math-l1-1-0 api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 api-ms-win-crt-time-l1-1-0 atl140 concrt140 msvcp140 msvcr140 ucrtbase vcomp140 vcruntime140 -load_wininet() -{ - helper_win2ksp4 i386/wininet.dl_ - w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/wininet.dl_ - w_override_dlls native,builtin wininet + w_set_winver winxp + + w_try_cd "$W_CACHE"/"$W_PACKAGE" + w_try "$WINE" vc_redist.x86.exe $W_UNATTENDED_SLASH_Q + + case "$W_ARCH" in + win64) + # Also install the 64-bit version + # 2015/10/12: 5eea714e1f22f1875c1cb7b1738b0c0b1f02aec5ecb95f0fdb1c5171c6cd93a3 + w_download https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe 5eea714e1f22f1875c1cb7b1738b0c0b1f02aec5ecb95f0fdb1c5171c6cd93a3 + if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"; then + rm -f "$W_TMP"/* # Avoid permission error + w_try_cabextract --directory="$W_TMP" vc_redist.x64.exe + w_try_cabextract --directory="$W_TMP" "$W_TMP/a10" + w_try_cabextract --directory="$W_TMP" "$W_TMP/a11" + cp "$W_TMP"/concrt140.dll "$W_SYSTEM64_DLLS"/concrt140.dll + cp "$W_TMP"/mfc140.dll "$W_SYSTEM64_DLLS"/mfc140.dll + cp "$W_TMP"/mfc140u.dll "$W_SYSTEM64_DLLS"/mfc140u.dll + cp "$W_TMP"/mfcm140.dll "$W_SYSTEM64_DLLS"/mfcm140.dll + cp "$W_TMP"/mfcm140u.dll "$W_SYSTEM64_DLLS"/mfcm140u.dll + cp "$W_TMP"/msvcp140.dll "$W_SYSTEM64_DLLS"/msvcp140.dll + cp "$W_TMP"/vcamp140.dll "$W_SYSTEM64_DLLS"/vcamp140.dll + cp "$W_TMP"/vccorlib140.dll "$W_SYSTEM64_DLLS"/vccorlib140.dll + cp "$W_TMP"/vcomp140.dll "$W_SYSTEM64_DLLS"/vcomp140.dll + cp "$W_TMP"/vcruntime140.dll "$W_SYSTEM64_DLLS"/vcruntime140.dll + + cp "$W_TMP"/api_ms_win_crt_conio_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-conio-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_heap_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-heap-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_locale_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-locale-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_math_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-math-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_runtime_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-runtime-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_stdio_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-stdio-l1-1-0.dll + cp "$W_TMP"/ucrtbase.dll "$W_SYSTEM64_DLLS"/ucrtbase.dll + else + w_try "$WINE" vc_redist.x64.exe $W_UNATTENDED_SLASH_Q + fi + ;; + esac } #---------------------------------------------------------------- -w_metadata wmi dlls \ - title="Windows Management Instrumentation (aka WBEM) Core 1.5" \ +w_metadata vcrun2017 dlls \ + title="Visual C++ 2017 libraries (concrt140.dll,mfc140.dll,mfc140u.dll,mfcm140.dll,mfcm140u.dll,msvcp140.dll,vcamp140.dll,vccorlib140.dll,vcomp140.dll,vcruntime140.dll)" \ publisher="Microsoft" \ - year="2000" \ + year="2017" \ media="download" \ - file1="wmi9x.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/wbem/wbemcore.dll" + conflicts="vcrun2015" \ + file1="VC_redist.x86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/mfc140.dll" -load_wmi() +# FIXME: There's a conflict with vcrun2015 because the dll's version number for 2017 and 2015 are the same. Correct behavior should be compared to native Windows. +load_vcrun2017() { - if test $W_ARCH = win64 - then - w_die "Installer doesn't support 64-bit architecture." + # https://go.microsoft.com/fwlink/?LinkId=746571 + # 2017/10/02: 2da11e22a276be85970eaed255daf3d92af84e94142ec04252326a882e57303e + w_download https://download.visualstudio.microsoft.com/download/pr/11100229/78c1e864d806e36f6035d80a0e80399e/VC_redist.x86.exe 2da11e22a276be85970eaed255daf3d92af84e94142ec04252326a882e57303e + + if w_workaround_wine_bug 37781; then + w_warn "This may fail in non-XP mode, see https://bugs.winehq.org/show_bug.cgi?id=37781" fi - # WMI for NT4.0 need validation: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c174cfb1-ef67-471d-9277-4c2b1014a31e - # See also http://www.microsoft.com/downloads/en/details.aspx?FamilyId=98A4C5BA-337B-4E92-8C18-A63847760EA5 - w_download http://download.microsoft.com/download/platformsdk/wmi9x/1.5/W9X/EN-US/wmi9x.exe 62752e9c1b879688c26f205eebf07d3783906c3e + w_override_dlls native,builtin api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-heap-l1-1-0 api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-math-l1-1-0 api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 api-ms-win-crt-time-l1-1-0 atl140 concrt140 msvcp140 msvcr140 ucrtbase vcomp140 vcruntime140 - w_set_winver win98 - w_override_dlls native,builtin wbemprox wmiutils - # Note: there is a crash in the background towards the end, doesn't seem to hurt; see http://bugs.winehq.org/show_bug.cgi?id=7920 - cd "$W_CACHE"/wmi - w_try "$WINE" wmi9x.exe $W_UNATTENDED_SLASH_S - w_unset_winver -} + w_set_winver winxp -#---------------------------------------------------------------- + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" VC_redist.x86.exe $W_UNATTENDED_SLASH_Q -w_metadata wsh56js dlls \ - title="MS Windows scripting 5.6, jscript only, no cscript" \ + case "$W_ARCH" in + win64) + # Also install the 64-bit version + # https://go.microsoft.com/fwlink/?LinkId=746572 + # 2017/10/02: 7434bf559290cccc3dd3624f10c9e6422cce9927d2231d294114b2f929f0e465 + w_download https://download.visualstudio.microsoft.com/download/pr/11100230/15ccb3f02745c7b206ad10373cbca89b/VC_redist.x64.exe 7434bf559290cccc3dd3624f10c9e6422cce9927d2231d294114b2f929f0e465 + if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"; then + rm -f "$W_TMP"/* # Avoid permission error + w_try_cabextract --directory="$W_TMP" VC_redist.x64.exe + w_try_cabextract --directory="$W_TMP" "$W_TMP/a10" + w_try_cabextract --directory="$W_TMP" "$W_TMP/a11" + cp "$W_TMP"/concrt140.dll "$W_SYSTEM64_DLLS"/concrt140.dll + cp "$W_TMP"/mfc140.dll "$W_SYSTEM64_DLLS"/mfc140.dll + cp "$W_TMP"/mfc140u.dll "$W_SYSTEM64_DLLS"/mfc140u.dll + cp "$W_TMP"/mfcm140.dll "$W_SYSTEM64_DLLS"/mfcm140.dll + cp "$W_TMP"/mfcm140u.dll "$W_SYSTEM64_DLLS"/mfcm140u.dll + cp "$W_TMP"/msvcp140.dll "$W_SYSTEM64_DLLS"/msvcp140.dll + cp "$W_TMP"/vcamp140.dll "$W_SYSTEM64_DLLS"/vcamp140.dll + cp "$W_TMP"/vccorlib140.dll "$W_SYSTEM64_DLLS"/vccorlib140.dll + cp "$W_TMP"/vcomp140.dll "$W_SYSTEM64_DLLS"/vcomp140.dll + cp "$W_TMP"/vcruntime140.dll "$W_SYSTEM64_DLLS"/vcruntime140.dll + + cp "$W_TMP"/api_ms_win_crt_conio_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-conio-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_heap_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-heap-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_locale_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-locale-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_math_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-math-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_runtime_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-runtime-l1-1-0.dll + cp "$W_TMP"/api_ms_win_crt_stdio_l1_1_0.dll "$W_SYSTEM64_DLLS"/api-ms-win-crt-stdio-l1-1-0.dll + cp "$W_TMP"/ucrtbase.dll "$W_SYSTEM64_DLLS"/ucrtbase.dll + else + w_try "$WINE" VC_redist.x64.exe $W_UNATTENDED_SLASH_Q + fi + ;; + esac +} + +#---------------------------------------------------------------- + +w_metadata vjrun20 dlls \ + title="MS Visual J# 2.0 SE libraries (requires dotnet20)" \ + publisher="Microsoft" \ + year="2007" \ + media="download" \ + conflicts="dotnet11 dotnet20sp1 dotnet20sp2" \ + file1="vjredist.exe" \ + installed_file1="c:/windows/Microsoft.NET/Framework/VJSharp/VJSharpSxS10.dll" + +load_vjrun20() +{ + w_package_unsupported_win64 + + w_call dotnet20 + + # See https://www.microsoft.com/en-us/download/details.aspx?id=18084 + w_download https://download.microsoft.com/download/9/2/3/92338cd0-759f-4815-8981-24b437be74ef/vjredist.exe cf8f3dd4ad41453a302870b74de1c6489e7ed255ad3f652ce4af0b424a933b41 + w_try_cd "$W_CACHE"/"$W_PACKAGE" + w_try "$WINE" vjredist.exe ${W_OPT_UNATTENDED:+ /q /C:"install $W_UNATTENDED_SLASH_QNT"} +} + +#---------------------------------------------------------------- + +w_metadata vulkanrt dlls \ + title="Vulkan Runtime 1.1.73.0" \ + publisher="LunarG" \ + year="2018" \ + media="download" \ + file1="VulkanRT-1.1.73.0-Installer.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/vulkan-1.dll" + +load_vulkanrt() +{ + # https://vulkan.lunarg.com/sdk/home + w_download "https://sdk.lunarg.com/sdk/download/1.1.73.0/windows/VulkanRT-1.1.73.0-Installer.exe?Human=true;u=" cfec461b17aff521cf06b727aa612d654d4e72de8e3c21bd219e77b87f56f20a VulkanRT-1.1.73.0-Installer.exe + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" $W_UNATTENDED_SLASH_S +} + +#---------------------------------------------------------------- + +w_metadata vulkansdk dlls \ + title="Vulkan SDK 1.1.73.0 (developers only)" \ + publisher="LunarG" \ + year="2018" \ + media="download" \ + file1="VulkanSDK-1.1.73.0-Installer.exe" \ + installed_file1="C:/VulkanSDK/1.1.73.0/Vulkan.ico" + +load_vulkansdk() +{ + # https://vulkan.lunarg.com/sdk/home + w_download "https://sdk.lunarg.com/sdk/download/1.1.73.0/windows/VulkanSDK-1.1.73.0-Installer.exe?Human=true;u=" a5d193f97db4de97e6b4fdd81f00ff6a603f66bb17dc3cf8ac0fe9aec58497c7 VulkanSDK-1.1.73.0-Installer.exe + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" $W_UNATTENDED_SLASH_S +} + +#---------------------------------------------------------------- + +w_metadata webio dlls \ + title="MS Windows Web I/O" \ + publisher="Microsoft" \ + year="2011" \ + media="download" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/webio.dll" + +load_webio() +{ + helper_win7sp1 x86_microsoft-windows-webio_31bf3856ad364e35_6.1.7601.17514_none_5ef1a4093cf55387/webio.dll + w_try cp "$W_TMP/x86_microsoft-windows-webio_31bf3856ad364e35_6.1.7601.17514_none_5ef1a4093cf55387/webio.dll" "$W_SYSTEM32_DLLS/webio.dll" + + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-webio_31bf3856ad364e35_6.1.7601.17514_none_bb103f8cf552c4bd/webio.dll + w_try cp "$W_TMP/amd64_microsoft-windows-webio_31bf3856ad364e35_6.1.7601.17514_none_bb103f8cf552c4bd/webio.dll" "$W_SYSTEM64_DLLS/webio.dll" + fi + + w_override_dlls native,builtin webio +} + + +#---------------------------------------------------------------- + +w_metadata windowscodecs dlls \ + title="MS Windows Imaging Component" \ publisher="Microsoft" \ year="2006" \ media="download" \ - file1="Windows2000-KB917344-56-x86-enu.exe" \ - installed_file1="c:/windows/inf/jscren.inf" + file1="wic_x86_enu.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/WindowsCodecs.dll" + +load_windowscodecs() +{ + # Separate 32/64-bit installers: + if [ "$W_ARCH" = "win32" ] ; then + # https://www.microsoft.com/en-us/download/details.aspx?id=32 + w_download https://download.microsoft.com/download/f/f/1/ff178bb1-da91-48ed-89e5-478a99387d4f/wic_x86_enu.exe 196868b09d87ae04e4ab42b4a3e0abbb160500e8ff13deb38e2956ee854868b1 + EXE="wic_x86_enu.exe" + elif [ "$W_ARCH" = "win64" ] ; then + # https://www.microsoft.com/en-us/download/details.aspx?id=1385 + w_download https://download.microsoft.com/download/6/4/5/645FED5F-A6E7-44D9-9D10-FE83348796B0/wic_x64_enu.exe 5822fecd69a90c2833965a25e8779000825d69cc8c9250933f0ab70df52171e1 + EXE="wic_x64_enu.exe" + else + w_die "Invalid W_ARCH value, $W_ARCH" + fi + + # Avoid a file existence check. + w_try rm -f "$W_SYSTEM32_DLLS"/windowscodecs.dll "$W_SYSTEM32_DLLS"/windowscodecsext.dll "$W_SYSTEM32_DLLS"/wmphoto.dll "$W_SYSTEM32_DLLS"/photometadatahandler.dll + + if [ "$W_ARCH" = "win64" ]; then + w_try rm -f "$W_SYSTEM64_DLLS"/windowscodecs.dll "$W_SYSTEM64_DLLS"/windowscodecsext.dll "$W_SYSTEM64_DLLS"/wmphoto.dll "$W_SYSTEM64_DLLS"/photometadatahandler.dll + fi + + # AF says in AppDB entry for .NET 3.0 that windowscodecs has to be native only + w_override_dlls native windowscodecs windowscodecsext + + w_set_winver winxp + + # Always run the WIC installer in passive mode. + # See https://bugs.winehq.org/show_bug.cgi?id=16876 and + # https://bugs.winehq.org/show_bug.cgi?id=23232 + w_try_cd "$W_CACHE/$W_PACKAGE" + + if w_workaround_wine_bug 32859 "Working around possibly broken libX11"; then + w_try $W_TASKSET "$WINE" "$EXE" /passive + else + w_try "$WINE" "$EXE" /passive + fi +} + +#---------------------------------------------------------------- + +w_metadata winhttp dlls \ + title="MS Windows HTTP Services" \ + publisher="Microsoft" \ + year="2005" \ + media="download" \ + file1="../win2ksp4/W2KSP4_EN.EXE" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/winhttp.dll" -load_wsh56js() +load_winhttp() { - # This installs jscript 5.6 (but not vbscript) - # See also http://www.microsoft.com/downloads/details.aspx?FamilyID=16dd21a1-c4ee-4eca-8b80-7bd1dfefb4f8&DisplayLang=en - w_download http://download.microsoft.com/download/b/c/3/bc3a0c36-fada-497d-a3de-8b0139766f3b/Windows2000-KB917344-56-x86-enu.exe add5f74c5bd4da6cfae47f8306de213ec6ed52c8 + # 2017/10/12: Can't use win7's version, as that need webio.dll, which wants ntdll.EtwEventActivityIdControl. + # Should get that into wine{,-stable} so we can use win7 version in the long run + # See https://github.com/Winetricks/winetricks/issues/831 - cd "$W_CACHE/$W_PACKAGE" - w_override_dlls native,builtin jscript - # setupapi looks at the versions in new and original jscript.dll, and wine's original is newer than wsh56js's, so have to nuke the original - w_try rm "$W_SYSTEM32_DLLS/jscript.dll" - w_try "$WINE" Windows2000-KB917344-56-x86-enu.exe $W_UNATTENDED_SLASH_Q + helper_win2ksp4 i386/new/winhttp.dl_ + w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/new/winhttp.dl_ + w_override_dlls native,builtin winhttp } #---------------------------------------------------------------- -w_metadata wsh56vb dlls \ - title="MS Windows scripting 5.6, vbscript only, no cscript" \ +w_metadata wininet dlls \ + title="MS Windows Internet API" \ publisher="Microsoft" \ - year="2007" \ + year="2008" \ + media="download" \ + file1="../win2ksp4/W2KSP4_EN.EXE" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/wininet.dll" + +load_wininet() +{ + helper_win2ksp4 i386/wininet.dl_ + w_try_cabextract --directory="$W_SYSTEM32_DLLS" "$W_TMP"/i386/wininet.dl_ + w_override_dlls native,builtin wininet +} + +#---------------------------------------------------------------- + +w_metadata wmi dlls \ + title="Windows Management Instrumentation (aka WBEM) Core 1.5" \ + publisher="Microsoft" \ + year="2000" \ + media="download" \ + file1="wmi9x.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/wbem/wbemcore.dll" + +load_wmi() +{ + w_package_unsupported_win64 + + # WMI for NT4.0 need validation: https://www.microsoft.com/en-us/download/details.aspx?id=7665 + # See also https://www.microsoft.com/en-us/download/details.aspx?id=16510 + # Originally at: https://download.microsoft.com/download/platformsdk/wmi9x/1.5/W9X/EN-US/wmi9x.exe + # Mirror list: https://filemare.com/en-us/search/wmi9x.exe/761569271 + # 2017/10/14: ftp://59.124.141.94 is dead, using ftp://82.162.138.211 + # 2018/06/03: ftp://82.162.138.211 is dead, moved to ftp://ftp.espe.edu.ec + w_download ftp://ftp.espe.edu.ec/Drivers/Drivers%20SHARP/DISC%201/Sharpdesk/Redist/Esp/WMI/wmi9x.exe 1d5d94050354b164c6a19531df151e0703d5eb39cebf4357ee2cfc340c2509d0 + + w_set_winver win98 + w_override_dlls native,builtin wbemprox wmiutils + + # Note: there is a crash in the background towards the end, doesn't seem to hurt; see https://bugs.winehq.org/show_bug.cgi?id=7920 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" wmi9x.exe $W_UNATTENDED_SLASH_S + w_unset_winver +} + +#---------------------------------------------------------------- + +w_metadata wmv9vcm dlls \ + title="MS Windows Media Video 9 Video Compression Manager" \ + publisher="Microsoft" \ + year="2013" \ media="download" \ - file1="vbs56men.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/vbscript.dll" + file1="WindowsServer2003-WindowsMedia-KB2845142-x86-ENU.exe" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/wmv9vcm.dll" -load_wsh56vb() +load_wmv9vcm() { - # This installs vbscript 5.6 (but not jscript) - # See also http://www.microsoft.com/downloads/details.aspx?familyid=4F728263-83A3-464B-BCC0-54E63714BC75 - w_download http://download.microsoft.com/download/IE60/Patch/Q318089/W9XNT4Me/EN-US/vbs56men.exe 48f14a93db33caff271da0c93f334971f9d7cb22 + # https://www.microsoft.com/en-us/download/details.aspx?id=39486 + # See also https://www.microsoft.com/en-us/download/details.aspx?id=6191 + w_download https://download.microsoft.com/download/2/8/D/28DA9C3E-6DA2-456F-BD33-1F937EB6E0FF/WindowsServer2003-WindowsMedia-KB2845142-x86-ENU.exe 51e11691339c1c817b12f92e613145ffcd7b6f7e869d994cc8dbc4591b24f155 + w_try_cabextract --directory="$W_TMP" "$W_CACHE/$W_PACKAGE/$file1" + w_try cp -f "$W_TMP"/wm64/wmv9vcm.dll "$W_SYSTEM32_DLLS" - cd "$W_CACHE"/wsh56vb - w_override_dlls native,builtin vbscript - # setupapi looks at the versions in new and original vbscript.dll, and wine's original is newer than wsh56vb's, so have to nuke the original - w_try rm "$W_SYSTEM32_DLLS/vbscript.dll" - w_try "$WINE" vbs56men.exe $W_UNATTENDED_SLASH_Q + # Register codec: + cat > "$W_TMP"/tmp.reg <<_EOF_ +REGEDIT4 +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Drivers32] +"vidc.WMV3"="wmv9vcm.dll" + +_EOF_ + w_try_regedit "$W_TMP_WIN"\\tmp.reg } #---------------------------------------------------------------- w_metadata wsh57 dlls \ - title="MS Windows Scripting Host 5.7" \ + title="MS Windows Script Host 5.7" \ publisher="Microsoft" \ year="2007" \ media="download" \ @@ -7305,8 +10112,8 @@ w_metadata wsh57 dlls \ load_wsh57() { - # See also http://www.microsoft.com/downloads/details.aspx?FamilyID=47809025-D896-482E-A0D6-524E7E844D81&displaylang=en - w_download http://download.microsoft.com/download/4/4/d/44de8a9e-630d-4c10-9f17-b9b34d3f6417/scripten.exe b15c6a834b7029e2dfed22127cf905b06857e6f5 + # See also https://www.microsoft.com/en-us/download/details.aspx?id=8247 + w_download https://download.microsoft.com/download/4/4/d/44de8a9e-630d-4c10-9f17-b9b34d3f6417/scripten.exe 63c781b9e50bfd55f10700eb70b5c571a9bedfd8d35af29f6a22a77550df5e7b w_try_cabextract -d "$W_SYSTEM32_DLLS" "$W_CACHE"/wsh57/scripten.exe @@ -7322,62 +10129,40 @@ w_metadata xact dlls \ publisher="Microsoft" \ year="2010" \ media="download" \ - file1="../directx9/directx_feb2010_redist.exe" \ + file1="../directx9/directx_Jun2010_redist.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/xactengine2_0.dll" load_xact() { - helper_directx_dl + helper_directx_Jun2010 # Extract xactengine?_?.dll, X3DAudio?_?.dll, xaudio?_?.dll, xapofx?_?.dll - w_try_cabextract -d "$W_TMP" -L -F '*_xact_*x86*' "$W_CACHE"/directx9/$DIRECTX_NAME - w_try_cabextract -d "$W_TMP" -L -F '*_x3daudio_*x86*' "$W_CACHE"/directx9/$DIRECTX_NAME - w_try_cabextract -d "$W_TMP" -L -F '*_xaudio_*x86*' "$W_CACHE"/directx9/$DIRECTX_NAME - for x in "$W_TMP"/*.cab - do - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xactengine*.dll' "$x" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xaudio*.dll' "$x" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'x3daudio*.dll' "$x" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xapofx*.dll' "$x" - done - - # Register xactengine?_?.dll, xaudio?_?.dll - for x in "$W_SYSTEM32_DLLS"/xactengine* "$W_SYSTEM32_DLLS"/xaudio* - do - w_try_regsvr `basename "$x"` + w_try_cabextract -d "$W_TMP" -L -F '*_xact_*x86*' "$W_CACHE/directx9/$DIRECTX_NAME" + w_try_cabextract -d "$W_TMP" -L -F '*_x3daudio_*x86*' "$W_CACHE/directx9/$DIRECTX_NAME" + w_try_cabextract -d "$W_TMP" -L -F '*_xaudio_*x86*' "$W_CACHE/directx9/$DIRECTX_NAME" + + for x in "$W_TMP"/*.cab ; do + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xactengine*.dll' "$x" + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xaudio*.dll' "$x" + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'x3daudio*.dll' "$x" + w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xapofx*.dll' "$x" done -} - -#---------------------------------------------------------------- -w_metadata xact_jun2010 dlls \ - title="MS XACT Engine" \ - publisher="Microsoft" \ - year="2010" \ - media="download" \ - file1="../directx9/directx_Jun2010_redist.exe" \ - installed_file1="$W_SYSTEM32_DLLS_WIN/xactengine2_0.dll" + # Don't install 64-bit xact DLLs. They are broken in Wine, see: + # https://bugs.winehq.org/show_bug.cgi?id=41618#c5 -load_xact_jun2010() -{ - helper_directx_Jun2010 + w_override_dlls native,builtin xaudio2_0 xaudio2_1 xaudio2_2 xaudio2_3 xaudio2_4 xaudio2_5 xaudio2_6 xaudio2_7 + w_override_dlls native,builtin x3daudio1_0 x3daudio1_1 x3daudio1_2 x3daudio1_3 x3daudio1_4 x3daudio1_5 x3daudio1_6 x3daudio1_7 + w_override_dlls native,builtin xapofx1_1 xapofx1_2 xapofx1_3 xapofx1_4 xapofx1_5 - # Extract xactengine?_?.dll, X3DAudio?_?.dll, xaudio?_?.dll, xapofx?_?.dll - w_try_cabextract -d "$W_TMP" -L -F '*_xact_*x86*' "$W_CACHE"/directx9/$DIRECTX_NAME - w_try_cabextract -d "$W_TMP" -L -F '*_x3daudio_*x86*' "$W_CACHE"/directx9/$DIRECTX_NAME - w_try_cabextract -d "$W_TMP" -L -F '*_xaudio_*x86*' "$W_CACHE"/directx9/$DIRECTX_NAME - for x in "$W_TMP"/*.cab - do - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xactengine*.dll' "$x" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xaudio*.dll' "$x" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'x3daudio*.dll' "$x" - w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xapofx*.dll' "$x" + # Register xactengine?_?.dll + for x in "$W_SYSTEM32_DLLS"/xactengine* ; do + w_try_regsvr "$(basename "$x")" done - # Register xactengine?_?.dll, xaudio?_?.dll - for x in "$W_SYSTEM32_DLLS"/xactengine* "$W_SYSTEM32_DLLS"/xaudio* - do - w_try_regsvr `basename "$x"` + # and xaudio?_?.dll, but not xaudio2_8 (unsupported) + for x in 0 1 2 3 4 5 6 7 ; do + w_try_regsvr "$(basename "$W_SYSTEM32_DLLS/xaudio2_${x}")" done } @@ -7393,17 +10178,20 @@ w_metadata xinput dlls \ load_xinput() { - helper_directx_dl + helper_directx_Jun2010 w_try_cabextract -d "$W_TMP" -L -F '*_xinput_*x86*' "$W_CACHE"/directx9/$DIRECTX_NAME for x in "$W_TMP"/*.cab do w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F 'xinput*.dll' "$x" done - w_try_regsvr xinput1_1.dll - w_try_regsvr xinput1_2.dll - w_try_regsvr xinput1_3.dll - w_try_regsvr xinput9_1_0.dll + if test "$W_ARCH" = "win64"; then + w_try_cabextract -d "$W_TMP" -L -F '*_xinput_*x64*' "$W_CACHE"/directx9/$DIRECTX_NAME + for x in "$W_TMP"/*x64.cab + do + w_try_cabextract -d "$W_SYSTEM64_DLLS" -L -F 'xinput*.dll' "$x" + done + fi w_override_dlls native xinput1_1 w_override_dlls native xinput1_2 w_override_dlls native xinput1_3 @@ -7412,43 +10200,25 @@ load_xinput() #---------------------------------------------------------------- -# FIXME: extend metadata to allow file1_en, file1_fr, etc. w_metadata xmllite dlls \ title="MS xmllite dll" \ publisher="Microsoft" \ - year="2006" \ + year="2011" \ media="download" \ + file1="../win7sp1/windows6.1-KB976932-X86.exe" \ installed_file1="$W_SYSTEM32_DLLS_WIN/xmllite.dll" load_xmllite() { - case $LANG in - en*) w_download http://download.microsoft.com/download/f/9/6/f964059a-3747-4ed8-9326-ba1e639031b1/WindowsXP-KB915865-v11-x86-ENU.exe 226d246a1c64e693791de5c727509002d089b0d5 ;; - fr*) w_download http://download.microsoft.com/download/4/1/d/41de58a0-6715-4d3e-99e7-ff0c11283d1b/WindowsXP-KB915865-v11-x86-FRA.exe abb70b6a96be7dce453b00877739e90c6f3efba0 ;; - de*) w_download http://download.microsoft.com/download/9/b/6/9b67efdb-cce3-4247-a2e0-386673859a1b/WindowsXP-KB915865-v11-x86-DEU.exe a03a325815acf9d624db58ab94a140a5586e64c8 ;; - *) w_die "sorry, xmllite install not yet implemented for language $LANG" ;; - esac + helper_win7sp1 x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f/xmllite.dll + w_try cp "$W_TMP/x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_0b66cb34258c936f/xmllite.dll" "$W_SYSTEM32_DLLS/xmllite.dll" - if w_workaround_wine_bug 16013 - then - # Find instructions to create this file in dlls/wintrust/tests/crypt.c - w_download http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat ac8f50dd54d011f3bb1dd79240dae9378748449f - # Put a dummy catalog file in place - mkdir -p "$W_SYSTEM32_DLLS"/catroot/\{f750e6c3-38ee-11d1-85e5-00c04fc295ee\} - w_try cp -f "$W_CACHE"/xmllite/winetest.cat "$W_SYSTEM32_DLLS"/catroot/\{f750e6c3-38ee-11d1-85e5-00c04fc295ee\}/oem0.cat - if test ! "$W_OPT_UNATTENDED" - then - w_warn "xmllite's interactive installer will hang at the end, but otherwise work." - fi + if [ "$W_ARCH" = "win64" ]; then + helper_win7sp1_x64 amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_678566b7ddea04a5/xmllite.dll "$W_SYSTEM64_DLLS/xmllite.dll" + w_try cp "$W_TMP/amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17514_none_678566b7ddea04a5/xmllite.dll" "$W_SYSTEM64_DLLS/xmllite.dll" fi - cd "$W_CACHE"/xmllite - w_override_dlls native xmllite - case $LANG in - en*) w_try "$WINE" WindowsXP-KB915865-v11-x86-ENU.exe $W_UNATTENDED_SLASH_Q ;; - fr*) w_try "$WINE" WindowsXP-KB915865-v11-x86-FRA.exe $W_UNATTENDED_SLASH_Q ;; - de*) w_try "$WINE" WindowsXP-KB915865-v11-x86-DEU.exe $W_UNATTENDED_SLASH_Q ;; - esac + w_override_dlls native,builtin xmllite } #---------------------------------------------------------------- @@ -7464,9 +10234,9 @@ w_metadata xna31 dlls \ load_xna31() { w_call dotnet20sp2 - w_download http://download.microsoft.com/download/5/9/1/5912526C-B950-4662-99B6-119A83E60E5C/xnafx31_redist.msi bdd33b677c9576a63ff2a6f65e12c0563cc116e6 - cd "$W_CACHE"/xna31 - w_try "$WINE" msiexec ${W_OPT_UNATTENDED:+/quiet} /i $file1 + w_download https://download.microsoft.com/download/5/9/1/5912526C-B950-4662-99B6-119A83E60E5C/xnafx31_redist.msi 187e7e6b08fe35428d945612a7d258bfed25fad53cc54882983abdc73fe60f91 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" msiexec $W_UNATTENDED_SLASH_QUIET /i "$file1" } #---------------------------------------------------------------- @@ -7481,12 +10251,18 @@ w_metadata xna40 dlls \ load_xna40() { - w_warn "xna40 does not install properly in wine yet" + if w_workaround_wine_bug 30718; then + w_warn "$W_PACKAGE may not install properly in Wine yet" + fi + + # See https://bugs.winehq.org/show_bug.cgi?id=30718#c8 + export COMPlus_OnlyUseLatestCLR=1 w_call dotnet40 - # http://www.microsoft.com/en-us/download/details.aspx?id=20914 - w_download http://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi 49efdc29f65fc8263c196338552c7009fc96c5de - cd "$W_CACHE"/xna40 - w_try "$WINE" msiexec ${W_OPT_UNATTENDED:+/quiet} /i $file1 + + # https://www.microsoft.com/en-us/download/details.aspx?id=20914 + w_download https://download.microsoft.com/download/A/C/2/AC2C903B-E6E8-42C2-9FD7-BEBAC362A930/xnafx40_redist.msi e6c41d692ebcba854dad4b1c52bb7ddd05926bad3105595d6596b8bab01c25e7 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" msiexec $W_UNATTENDED_SLASH_QUIET /i "$file1" } #---------------------------------------------------------------- @@ -7502,35 +10278,32 @@ w_metadata xvid dlls \ load_xvid() { w_call vcrun6 - w_download http://www.koepi.info/Xvid-1.3.2-20110601.exe 0a11498a96f75ad019c4c7d06161504140337dc0 - cd "$W_CACHE"/xvid - if w_workaround_wine_bug 27380 "Installing msvcr80 to avoid crash in setavi32.exe" - then - w_call vcrun2008 - fi - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ --mode unattended --decode_divx 1 --decode_3ivx 1 --decode_other 1} + w_download http://www.koepi.info/Xvid-1.3.2-20110601.exe 74b23965cebe59e388eab6dba224b6b751ef4519454cc12086ade51c81f0a33c + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" ${W_OPT_UNATTENDED:+ --mode unattended --decode_divx 1 --decode_3ivx 1 --decode_other 1} } -#---------------------------------------------------------------- -# Fonts -#---------------------------------------------------------------- +####################### +# fonts +####################### w_metadata baekmuk fonts \ title="Baekmuk Korean fonts" \ publisher="Wooderart Inc. / kldp.net" \ year="1999" \ media="download" \ - file1="ttf-baekmuk_2.2.orig.tar.gz" \ + file1="fonts-baekmuk_2.2.orig.tar.gz" \ installed_file1="$W_FONTSDIR_WIN/batang.ttf" load_baekmuk() { # See http://kldp.net/projects/baekmuk for project page # Need to download from Debian as the project page has unique captcha tokens per visitor - w_download http://ftp.debian.org/debian/pool/main/t/ttf-baekmuk/ttf-baekmuk_2.2.orig.tar.gz afdee34f700007de6ea87b43c92a88b7385ba65b - cd "$W_TMP/" - gunzip -dc "$W_CACHE/baekmuk/ttf-baekmuk_2.2.orig.tar.gz" | tar -xf - - w_try mv baekmuk-ttf-2.2/ttf/*.ttf "$W_FONTSDIR_UNIX" + w_download "http://http.debian.net/debian/pool/main/f/fonts-baekmuk/fonts-baekmuk_2.2.orig.tar.gz" 08ab7dffb55d5887cc942ce370f5e33b756a55fbb4eaf0b90f244070e8d51882 + + w_try_cd "$W_TMP" + w_try tar -zxf "$W_CACHE/$W_PACKAGE/$file1" baekmuk-ttf-2.2/ttf + w_try_cp_font_files baekmuk-ttf-2.2/ttf/ "$W_FONTSDIR_UNIX" w_register_font batang.ttf "Baekmuk Batang" w_register_font gulim.ttf "Baekmuk Gulim" w_register_font dotum.ttf "Baekmuk Dotum" @@ -7549,12 +10322,37 @@ load_cjkfonts() { w_call fakechinese w_call fakejapanese + w_call fakejapanese_vlgothic w_call fakekorean w_call unifont } #---------------------------------------------------------------- +w_metadata calibri fonts \ + title="MS Calibri font" \ + publisher="Microsoft" \ + year="2007" \ + media="download" \ + file1="PowerPointViewer.exe" \ + installed_file1="$W_FONTSDIR_WIN/calibri.ttf" + +load_calibri() +{ + # https://www.microsoft.com/en-us/download/details.aspx?id=13 + # Originally at https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe + w_download_to PowerPointViewer "http://www.business.uwm.edu/gdrive/Dietenberger_E/PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423 + w_try_cabextract -d "$W_TMP" -F "ppviewer.cab" "$W_CACHE/PowerPointViewer/$file1" + w_try_cabextract -d "$W_TMP" -F "CALIBRI*.TTF" "$W_TMP/ppviewer.cab" + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "CALIBRI*.TTF" + w_register_font calibri.ttf "Calibri" + w_register_font calibrib.ttf "Calibri Bold" + w_register_font calibrii.ttf "Calibri Italic" + w_register_font calibriz.ttf "Calibri Bold Italic" +} + +#---------------------------------------------------------------- + w_metadata cambria fonts \ title="MS Cambria font" \ publisher="Microsoft" \ @@ -7565,11 +10363,13 @@ w_metadata cambria fonts \ load_cambria() { - # http://www.microsoft.com/en-us/download/details.aspx?id=13 - w_download_to consolas http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe ab48a8ebac88219c84f293c6c1e81f1a0f420da6 - w_try_cabextract -d "$W_TMP" -L -F ppviewer.cab "$W_CACHE"/consolas/PowerPointViewer.exe - w_try_cabextract -d "$W_FONTSDIR_UNIX" -L -F 'CAMBRIA*.TT*' "$W_TMP"/ppviewer.cab - w_register_font cambria.ttc "Cambria" + # https://www.microsoft.com/en-us/download/details.aspx?id=13 + # Originally at https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe + w_download_to PowerPointViewer "http://www.business.uwm.edu/gdrive/Dietenberger_E/PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423 + w_try_cabextract -d "$W_TMP" -F "ppviewer.cab" "$W_CACHE/PowerPointViewer/$file1" + w_try_cabextract -d "$W_TMP" -F "CAMBRIA*.TT*" "$W_TMP/ppviewer.cab" + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "CAMBRIA*.TT*" + w_register_font cambria.ttc "Cambria & Cambria Math" w_register_font cambriab.ttf "Cambria Bold" w_register_font cambriai.ttf "Cambria Italic" w_register_font cambriaz.ttf "Cambria Bold Italic" @@ -7577,6 +10377,54 @@ load_cambria() #---------------------------------------------------------------- +w_metadata candara fonts \ + title="MS Candara font" \ + publisher="Microsoft" \ + year="2009" \ + media="download" \ + file1="PowerPointViewer.exe" \ + installed_file1="$W_FONTSDIR_WIN/candara.ttf" + +load_candara() +{ + # https://www.microsoft.com/en-us/download/details.aspx?id=13 + # Originally at https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe + w_download_to PowerPointViewer "http://www.business.uwm.edu/gdrive/Dietenberger_E/PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423 + w_try_cabextract -d "$W_TMP" -F "ppviewer.cab" "$W_CACHE/PowerPointViewer/$file1" + w_try_cabextract -d "$W_TMP" -F "CANDARA*.TTF" "$W_TMP/ppviewer.cab" + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "CANDARA*.TTF" + w_register_font candara.ttf "Candara" + w_register_font candarab.ttf "Candara Bold" + w_register_font candarai.ttf "Candara Italic" + w_register_font candaraz.ttf "Candara Bold Italic" +} + +#---------------------------------------------------------------- + +w_metadata consolas fonts \ + title="MS Consolas console font" \ + publisher="Microsoft" \ + year="2011" \ + media="download" \ + file1="PowerPointViewer.exe" \ + installed_file1="$W_FONTSDIR_WIN/consola.ttf" + +load_consolas() +{ + # https://www.microsoft.com/en-us/download/details.aspx?id=13 + # Originally at https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe + w_download_to PowerPointViewer "http://www.business.uwm.edu/gdrive/Dietenberger_E/PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423 + w_try_cabextract -d "$W_TMP" -F "ppviewer.cab" "$W_CACHE/PowerPointViewer/$file1" + w_try_cabextract -d "$W_TMP" -F "CONSOLA*.TTF" "$W_TMP/ppviewer.cab" + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "CONSOLA*.TTF" + w_register_font consola.ttf "Consolas" + w_register_font consolab.ttf "Consolas Bold" + w_register_font consolai.ttf "Consolas Italic" + w_register_font consolaz.ttf "Consolas Bold Italic" +} + +#---------------------------------------------------------------- + w_metadata constantia fonts \ title="MS Constantia font" \ publisher="Microsoft" \ @@ -7587,10 +10435,12 @@ w_metadata constantia fonts \ load_constantia() { - # http://www.microsoft.com/en-us/download/details.aspx?id=13 - w_download_to consolas http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe ab48a8ebac88219c84f293c6c1e81f1a0f420da6 - w_try_cabextract -d "$W_TMP" -L -F ppviewer.cab "$W_CACHE"/consolas/PowerPointViewer.exe - w_try_cabextract -d "$W_FONTSDIR_UNIX" -L -F 'CONSTAN*.TTF' "$W_TMP"/ppviewer.cab + # https://www.microsoft.com/en-us/download/details.aspx?id=13 + # Originally at https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe + w_download_to PowerPointViewer "http://www.business.uwm.edu/gdrive/Dietenberger_E/PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423 + w_try_cabextract -d "$W_TMP" -F "ppviewer.cab" "$W_CACHE/PowerPointViewer/$file1" + w_try_cabextract -d "$W_TMP" -F "CONSTAN*.TTF" "$W_TMP/ppviewer.cab" + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "CONSTAN*.TTF" w_register_font constan.ttf "Constantia" w_register_font constanb.ttf "Constantia Bold" w_register_font constani.ttf "Constantia Italic" @@ -7599,24 +10449,68 @@ load_constantia() #---------------------------------------------------------------- -w_metadata consolas fonts \ - title="MS Consolas Console font" \ +w_metadata corbel fonts \ + title="MS Corbel font" \ publisher="Microsoft" \ - year="2011" \ + year="2009" \ media="download" \ file1="PowerPointViewer.exe" \ - installed_file1="$W_FONTSDIR_WIN/consola.ttf" + installed_file1="$W_FONTSDIR_WIN/corbel.ttf" -load_consolas() +load_corbel() +{ + # https://www.microsoft.com/en-us/download/details.aspx?id=13 + # Originally at https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe + w_download_to PowerPointViewer "http://www.business.uwm.edu/gdrive/Dietenberger_E/PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423 + w_try_cabextract -d "$W_TMP" -F "ppviewer.cab" "$W_CACHE/PowerPointViewer/$file1" + w_try_cabextract -d "$W_TMP" -F "CORBEL*.TTF" "$W_TMP/ppviewer.cab" + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "CORBEL*.TTF" + w_register_font corbel.ttf "Corbel" + w_register_font corbelb.ttf "Corbel Bold" + w_register_font corbeli.ttf "Corbel Italic" + w_register_font corbelz.ttf "Corbel Bold Italic" +} + +#---------------------------------------------------------------- + +w_metadata meiryo fonts \ + title="MS Meiryo font" \ + publisher="Microsoft" \ + year="2009" \ + media="download" \ + conflicts="fakejapanese_vlgothic" \ + file1="PowerPointViewer.exe" \ + installed_file1="$W_FONTSDIR_WIN/meiryo.ttc" + +load_meiryo() +{ + # https://www.microsoft.com/en-us/download/details.aspx?id=13 + # Originally at https://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe + w_download_to PowerPointViewer "http://www.business.uwm.edu/gdrive/Dietenberger_E/PowerPointViewer.exe" 249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423 + w_try_cabextract -d "$W_TMP" -F "ppviewer.cab" "$W_CACHE/PowerPointViewer/$file1" + w_try_cabextract -d "$W_TMP" -F "MEIRYO*.TTC" "$W_TMP/ppviewer.cab" + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "MEIRYO*.TTC" + w_register_font meiryo.ttc "Meiryo & Meiryo Italic & Meiryo UI & Meiryo UI Italic" + w_register_font meiryob.ttc "Meiryo Bold & Meiryo Bold Italic & Meiryo UI Bold & Meiryo UI Bold Italic" +} + +#---------------------------------------------------------------- + +w_metadata pptfonts fonts \ + title="All MS PowerPoint Viewer fonts" \ + publisher="various" \ + date="2007-2009" \ + media="download" + +load_pptfonts() { - # http://www.microsoft.com/en-us/download/details.aspx?id=13 - w_download http://download.microsoft.com/download/E/6/7/E675FFFC-2A6D-4AB0-B3EB-27C9F8C8F696/PowerPointViewer.exe ab48a8ebac88219c84f293c6c1e81f1a0f420da6 - w_try_cabextract -d "$W_TMP" -L -F ppviewer.cab "$W_CACHE"/consolas/PowerPointViewer.exe - w_try_cabextract -d "$W_FONTSDIR_UNIX" -L -F 'CONSOL*.TTF' "$W_TMP"/ppviewer.cab - w_register_font consola.ttf "Consoleas" - w_register_font consolab.ttf "Consoleas Bold" - w_register_font consolai.ttf "Consoleas Italic" - w_register_font consolaz.ttf "Consoleas Bold Italic" + w_call calibri + w_call cambria + w_call candara + w_call consolas + w_call constantia + w_call corbel + w_call meiryo } #---------------------------------------------------------------- @@ -7627,99 +10521,84 @@ w_metadata corefonts fonts \ year="2008" \ media="download" \ file1="arial32.exe" \ - installed_file1="$W_FONTSDIR_WIN/Arial.TTF" + installed_file1="$W_FONTSDIR_WIN/arial.ttf" load_corefonts() { - # See http://corefonts.sf.net - # TODO: let user pick mirror, - # see http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec for how - # TODO: add more fonts - - # Added More Fonts (see msttcorefonts) - # [*] Pointed w_download to sites that actually contained the - # fonts to w_download of 04-03-2008) - #w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/andale32.exe c4db8cbe42c566d12468f5fdad38c43721844c69 - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/arial32.exe 6d75f8436f39ab2da5c31ce651b7443b4ad2916e - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/arialb32.exe d45cdab84b7f4c1efd6d1b369f50ed0390e3d344 - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/comic32.exe 2371d0327683dcc5ec1684fe7c275a8de1ef9a51 - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/courie32.exe 06a745023c034f88b4135f5e294fece1a3c1b057 - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/georgi32.exe 90e4070cb356f1d811acb943080bf97e419a8f1e - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/impact32.exe 86b34d650cfbbe5d3512d49d2545f7509a55aad2 - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/times32.exe 20b79e65cdef4e2d7195f84da202499e3aa83060 - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/trebuc32.exe 50aab0988423efcc9cf21fac7d64d534d6d0a34a - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/verdan32.exe f5b93cedf500edc67502f116578123618c64a42a - w_download $WINETRICKS_SOURCEFORGE/project/corefonts/the%20fonts/final/webdin32.exe 2fb4a42c53e50bc70707a7b3c57baf62ba58398f + w_download "https://mirrors.kernel.org/gentoo/distfiles/arial32.exe" 85297a4d146e9c87ac6f74822734bdee5f4b2a722d7eaa584b7f2cbf76f478f6 + w_download "https://mirrors.kernel.org/gentoo/distfiles/arialb32.exe" a425f0ffb6a1a5ede5b979ed6177f4f4f4fdef6ae7c302a7b7720ef332fec0a8 + w_download "https://mirrors.kernel.org/gentoo/distfiles/comic32.exe" 9c6df3feefde26d4e41d4a4fe5db2a89f9123a772594d7f59afd062625cd204e + w_download "https://mirrors.kernel.org/gentoo/distfiles/courie32.exe" bb511d861655dde879ae552eb86b134d6fae67cb58502e6ff73ec5d9151f3384 + w_download "https://mirrors.kernel.org/gentoo/distfiles/georgi32.exe" 2c2c7dcda6606ea5cf08918fb7cd3f3359e9e84338dc690013f20cd42e930301 + w_download "https://mirrors.kernel.org/gentoo/distfiles/impact32.exe" 6061ef3b7401d9642f5dfdb5f2b376aa14663f6275e60a51207ad4facf2fccfb + w_download "https://mirrors.kernel.org/gentoo/distfiles/times32.exe" db56595ec6ef5d3de5c24994f001f03b2a13e37cee27bc25c58f6f43e8f807ab + w_download "https://mirrors.kernel.org/gentoo/distfiles/trebuc32.exe" 5a690d9bb8510be1b8b4fe49f1f2319651fe51bbe54775ddddd8ef0bd07fdac9 + w_download "https://mirrors.kernel.org/gentoo/distfiles/verdan32.exe" c1cb61255e363166794e47664e2f21af8e3a26cb6346eb8d2ae2fa85dd5aad96 + w_download "https://mirrors.kernel.org/gentoo/distfiles/webdin32.exe" 64595b5abc1080fba8610c5c34fab5863408e806aafe84653ca8575bed17d75a # Natively installed versions of these fonts will cause the installers # to exit silently. Because there are apps out there that depend on the # files being present in the Windows font directory we use cabextract # to obtain the files and register the fonts by hand. - # Andale needs a FontSubstitutes entry - # w_try_cabextract --directory="$W_TMP" "$W_CACHE"/corefonts/andale32.exe - - # Display EULA - test x"$W_UNATTENDED_SLASH_Q" = x"" || w_try "$WINE" "$W_CACHE"/corefonts/arial32.exe $W_UNATTENDED_SLASH_Q - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/arial32.exe - w_try cp -f "$W_TMP"/Arial*.TTF "$W_FONTSDIR_UNIX" - w_register_font Arial.TTF "Arial" - w_register_font Arialbd.TTF "Arial Bold" - w_register_font Arialbi.TTF "Arial Bold Italic" - w_register_font Ariali.TTF "Arial Italic" - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/arialb32.exe - w_try cp -f "$W_TMP"/AriBlk.TTF "$W_FONTSDIR_UNIX" - w_register_font AriBlk.TTF "Arial Black" - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/comic32.exe - w_try cp -f "$W_TMP"/Comic*.TTF "$W_FONTSDIR_UNIX" - w_register_font Comic.TTF "Comic Sans MS" - w_register_font Comicbd.TTF "Comic Sans MS Bold" - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/courie32.exe - w_try cp -f "$W_TMP"/cour*.ttf "$W_FONTSDIR_UNIX" - w_register_font Cour.TTF "Courier New" - w_register_font CourBD.TTF "Courier New Bold" - w_register_font CourBI.TTF "Courier New Bold Italic" - w_register_font Couri.TTF "Courier New Italic" - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/georgi32.exe - w_try cp -f "$W_TMP"/Georgia*.TTF "$W_FONTSDIR_UNIX" - w_register_font Georgia.TTF "Georgia" - w_register_font Georgiab.TTF "Georgia Bold" - w_register_font Georgiaz.TTF "Georgia Bold Italic" - w_register_font Georgiai.TTF "Georgia Italic" - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/impact32.exe - w_try cp -f "$W_TMP"/Impact.TTF "$W_FONTSDIR_UNIX" - w_register_font Impact.TTF "Impact" - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/times32.exe - w_try cp -f "$W_TMP"/Times*.TTF "$W_FONTSDIR_UNIX" - w_register_font Times.TTF "Times New Roman" - w_register_font Timesbd.TTF "Times New Roman Bold" - w_register_font Timesbi.TTF "Times New Roman Bold Italic" - w_register_font Timesi.TTF "Times New Roman Italic" - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/trebuc32.exe - w_try cp -f "$W_TMP"/[tT]rebuc*.ttf "$W_FONTSDIR_UNIX" - w_register_font Trebuc.TTF "Trebucet MS" - w_register_font Trebucbd.TTF "Trebucet MS Bold" - w_register_font Trebucbi.TTF "Trebucet MS Bold Italic" - w_register_font Trebucit.TTF "Trebucet MS Italic" - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/verdan32.exe - w_try cp -f "$W_TMP"/Verdana*.TTF "$W_FONTSDIR_UNIX" - w_register_font Verdana.TTF "Verdana" - w_register_font Verdanab.TTF "Verdana Bold" - w_register_font Verdanaz.TTF "Verdana Bold Italic" - w_register_font Verdanai.TTF "Verdana Italic" - - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/corefonts/webdin32.exe - w_try cp -f "$W_TMP"/Webdings.TTF "$W_FONTSDIR_UNIX" - w_register_font Webdings.TTF "Webdings" + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/arial32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "Arial*.TTF" + w_register_font arialbd.ttf "Arial Bold" + w_register_font arialbi.ttf "Arial Bold Italic" + w_register_font ariali.ttf "Arial Italic" + w_register_font arial.ttf "Arial" + + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/arialb32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "AriBlk.TTF" + w_register_font ariblk.ttf "Arial Black" + + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/comic32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "Comic*.TTF" + w_register_font comicbd.ttf "Comic Sans MS Bold" + w_register_font comic.ttf "Comic Sans MS" + + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/courie32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "cour*.ttf" + w_register_font courbd.ttf "Courier New Bold" + w_register_font courbi.ttf "Courier New Bold Italic" + w_register_font couri.ttf "Courier New Italic" + w_register_font cour.ttf "Courier New" + + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/georgi32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "Georgia*.TTF" + w_register_font georgiab.ttf "Georgia Bold" + w_register_font georgiai.ttf "Georgia Italic" + w_register_font georgia.ttf "Georgia" + w_register_font georgiaz.ttf "Georgia Bold Italic" + + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/impact32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "Impact.TTF" + w_register_font impact.ttf "Impact" + + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/times32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "Times*.TTF" + w_register_font timesbd.ttf "Times New Roman Bold" + w_register_font timesbi.ttf "Times New Roman Bold Italic" + w_register_font timesi.ttf "Times New Roman Italic" + w_register_font times.ttf "Times New Roman" + + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/trebuc32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "[tT]rebuc*.ttf" + w_register_font trebucbd.ttf "Trebuchet MS Bold" + w_register_font trebucbi.ttf "Trebuchet MS Bold Italic" + w_register_font trebucit.ttf "Trebuchet MS Italic" + w_register_font trebuc.ttf "Trebuchet MS" + + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/verdan32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "Verdana*.TTF" + w_register_font verdanab.ttf "Verdana Bold" + w_register_font verdanai.ttf "Verdana Italic" + w_register_font verdana.ttf "Verdana" + w_register_font verdanaz.ttf "Verdana Bold Italic" + + w_try_cabextract -d "$W_TMP" "$W_CACHE"/corefonts/webdin32.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "Webdings.TTF" + w_register_font webdings.ttf "Webdings" } #---------------------------------------------------------------- @@ -7730,29 +10609,33 @@ w_metadata droid fonts \ year="2009" \ media="download" \ file1="DroidSans-Bold.ttf" \ - installed_file1="$W_FONTSDIR_WIN/DroidSans-Bold.ttf" + installed_file1="$W_FONTSDIR_WIN/droidsans-bold.ttf" do_droid() { - w_download ${DROID_URL}$1'?raw=true' $3 $1 - w_try cp -f "$W_CACHE"/droid/$1 "$W_FONTSDIR_UNIX" - w_register_font $1 "$2" + w_download "${_W_droid_url}${1}?raw=true" "$3" "$1" + w_try_cp_font_files "$W_CACHE/droid" "$W_FONTSDIR_UNIX" "$1" + w_register_font "$(echo "$1" | tr "[:upper:]" "[:lower:]")" "$2" } load_droid() { - # See http://en.wikipedia.org/wiki/Droid_(font) - # Old url was http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/' - DROID_URL='https://github.com/android/platform_frameworks_base/blob/master/data/fonts/' + # See https://en.wikipedia.org/wiki/Droid_(font) + # Old URL was http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/' + # Then it was https://github.com/android/platform_frameworks_base/blob/master/data/fonts/ + # but the fonts are no longer in master. Using an older commit instead: + _W_droid_url="https://github.com/android/platform_frameworks_base/blob/feef9887e8f8eb6f64fc1b4552c02efb5755cdc1/data/fonts/" + + do_droid DroidSans-Bold.ttf "Droid Sans Bold" 2f529a3e60c007979d95d29794c3660694217fb882429fb33919d2245fe969e9 + do_droid DroidSansFallback.ttf "Droid Sans Fallback" 05d71b179ef97b82cf1bb91cef290c600a510f77f39b4964359e3ef88378c79d + do_droid DroidSansJapanese.ttf "Droid Sans Japanese" 935867c21b8484c959170e62879460ae9363eae91f9b35e4519d24080e2eac30 + do_droid DroidSansMono.ttf "Droid Sans Mono" 12b552de765dc1265d64f9f5566649930dde4dba07da0251d9f92801e70a1047 + do_droid DroidSans.ttf "Droid Sans" f51b88945f4c1b236f44b8d55a2d304316869127e95248c435c23f1e4142a7db + do_droid DroidSerif-BoldItalic.ttf "Droid Serif Bold Italic" 3fdf15b911c04317e5881ae1e4b9faefcdc4bf4cfb60223597d5c9455c3e4156 + do_droid DroidSerif-Bold.ttf "Droid Serif Bold" d28533eed8368f047eb5f57a88a91ba2ffc8b69a2dec5e50fe3f0c11ae3f4d8e + do_droid DroidSerif-Italic.ttf "Droid Serif Italic" 8a55a4823886234792991dd304dfa1fa120ae99483ec6c2255597d7d913b9a55 + do_droid DroidSerif-Regular.ttf "Droid Serif" 22aea9471bea5bce1ec3bf7136c84f075b3d11cf09dffdc3dba05e570094cbde - do_droid DroidSans-Bold.ttf "Droid Sans Bold" 560e4bcafdebaf29645fbf92633a2ae0d2f9801f - do_droid DroidSansFallback.ttf "Droid Sans Fallback" c5e4f11e2f1d0b84e5f268a7ebfd28b54dc6bcdc - do_droid DroidSansJapanese.ttf "Droid Sans Japanese" b3a248c11692aa88a30eb25df425b8910fe05dc5 - do_droid DroidSansMono.ttf "Droid Sans Mono" 133fb6cf26ea073b456fb557b94ce8c46143b117 - do_droid DroidSans.ttf "Droid Sans" 62f2841f61e4be66a0303cd1567ed2d300b4e31c - do_droid DroidSerif-BoldItalic.ttf "Droid Serif Bold Italic" 41ce5fef1bd0164caed6958885d7285c841c95f1 - do_droid DroidSerif-Bold.ttf "Droid Serif Bold" 2775e9b8e96a3e9593acb5cf6923abb2e6008187 - do_droid DroidSerif-Italic.ttf "Droid Serif Italic" e91cc6c1ae9a6699683bcee024551cb58d1be790 - do_droid DroidSerif-Regular.ttf "Droid Serif" a689ce25a4063cf501c12d616f832f2235b5b93b + unset _W_droid_url } #---------------------------------------------------------------- @@ -7767,26 +10650,27 @@ w_metadata eufonts fonts \ load_eufonts() { - # https://www.microsoft.com/downloads/details.aspx?FamilyID=0ec6f335-c3de-44c5-a13d-a1e7cea5ddea&displaylang=en - w_download http://download.microsoft.com/download/a/1/8/a180e21e-9c2b-4b54-9c32-bf7fd7429970/EUupdate.EXE 9b076c40cb63aa0d8512aa8e610ba11d3466e441 - w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/eufonts/EUupdate.EXE - w_try cp -f "$W_TMP"/*.ttf "$W_FONTSDIR_UNIX" + # https://www.microsoft.com/en-us/download/details.aspx?id=16083 + w_download "https://download.microsoft.com/download/a/1/8/a180e21e-9c2b-4b54-9c32-bf7fd7429970/EUupdate.EXE" 464dd2cd5f09f489f9ac86ea7790b7b8548fc4e46d9f889b68d2cdce47e09ea8 + w_try_cabextract -d "$W_TMP" "$W_CACHE"/eufonts/EUupdate.EXE + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" - w_register_font ArialBI.ttf "Arial Bold Italic" - w_register_font ArialI.ttf "Arial Italic" - w_register_font Arial.ttf "Arial" - w_register_font TimesBd.ttf "Times New Roman Bold" - w_register_font TimesBI.ttf "Times New Roman Bold Italic" - w_register_font TimesI.ttf "Times New Roman Italic" - w_register_font Times.ttf "Times New Roman" - w_register_font trebucbd.ttf "Trebuchet Bold" - w_register_font trebucbi.ttf "Trebuchet Bold Italic" - w_register_font trebucit.ttf "Trebuchet Italic" - w_register_font trebuc.ttf "Trebuchet" - w_register_font Verdanab.ttf "Verdana Bold" - w_register_font Verdanai.ttf "Verdana Italian" - w_register_font Verdana.ttf "Verdana" - w_register_font Verdanaz.ttf "Verdana Bold Italic" + w_register_font arialbd.ttf "Arial Bold" + w_register_font arialbi.ttf "Arial Bold Italic" + w_register_font ariali.ttf "Arial Italic" + w_register_font arial.ttf "Arial" + w_register_font timesbd.ttf "Times New Roman Bold" + w_register_font timesbi.ttf "Times New Roman Bold Italic" + w_register_font timesi.ttf "Times New Roman Italic" + w_register_font times.ttf "Times New Roman" + w_register_font trebucbd.ttf "Trebuchet MS Bold" + w_register_font trebucbi.ttf "Trebuchet MS Bold Italic" + w_register_font trebucit.ttf "Trebuchet MS Italic" + w_register_font trebuc.ttf "Trebuchet MS" + w_register_font verdanab.ttf "Verdana Bold" + w_register_font verdanai.ttf "Verdana Italian" + w_register_font verdana.ttf "Verdana" + w_register_font verdanaz.ttf "Verdana Bold Italic" } #---------------------------------------------------------------- @@ -7800,7 +10684,7 @@ load_fakechinese() { w_call wenquanyi # Loads Wenquanyi fonts and sets aliases for Microsoft Chinese fonts - # Reference : http://en.wikipedia.org/wiki/List_of_Microsoft_Windows_fonts + # Reference : https://en.wikipedia.org/wiki/List_of_Microsoft_Windows_fonts w_register_font_replacement "Microsoft JhengHei" "WenQuanYi Micro Hei" w_register_font_replacement "Microsoft YaHei" "WenQuanYi Micro Hei" @@ -7825,15 +10709,17 @@ w_metadata fakejapanese fonts \ load_fakejapanese() { w_call takao - # Loads Takao fonts and sets aliases for MS Gothic and MS PGothic, mainly for Japanese language support + # Loads Takao fonts and sets aliases for MS Gothic, MS UI Gothic, and MS PGothic, mainly for Japanese language support # Aliases to set: # MS Gothic --> TakaoGothic + # MS UI Gothic --> TakaoGothic # MS PGothic --> TakaoPGothic # MS Mincho --> TakaoMincho # MS PMincho --> TakaoPMincho # These aliases were taken from what was listed in Ubuntu's fontconfig definitions. w_register_font_replacement "MS Gothic" "TakaoGothic" + w_register_font_replacement "MS UI Gothic" "TakaoGothic" w_register_font_replacement "MS PGothic" "TakaoPGothic" w_register_font_replacement "MS Mincho" "TakaoMincho" w_register_font_replacement "MS PMincho" "TakaoPMincho" @@ -7841,118 +10727,152 @@ load_fakejapanese() #---------------------------------------------------------------- -w_metadata fakekorean fonts \ - title="Creates aliases for Korean fonts using Baekmuk fonts" \ - publisher="Wooderart Inc. / kldp.net" \ - year="1999" +w_metadata fakejapanese_ipamona fonts \ + title="Creates aliases for Japanese fonts using IPAMona fonts" \ + publisher="Jun Kobayashi" \ + year="2008" -load_fakekorean() +load_fakejapanese_ipamona() { - w_call baekmuk - # Loads Baekmuk fonts and sets as an alias for Gulim, Dotum, and Batang for Korean language support + w_call ipamona + # Aliases to set: - # Gulim --> Baekmuk Gulim - # GulimChe --> Baekmuk Gulim - # Batang --> Baekmuk Batang - # BatangChe --> Baekmuk Batang - # Dotum --> Baekmuk Dotum - # DotumChe --> Baekmuk Dotum + # MS UI Gothic --> IPAMonaUIGothic + # MS Gothic (MS ゴシック) --> IPAMonaGothic + # MS PGothic (MS Pゴシック) --> IPAMonaPGothic + # MS Mincho (MS 明朝) --> IPAMonaMincho + # MS PMincho (MS P明朝) --> IPAMonaPMincho - w_register_font_replacement "Gulim" "Baekmuk Gulim" - w_register_font_replacement "GulimChe" "Baekmuk Gulim" - w_register_font_replacement "Batang" "Baekmuk Batang" - w_register_font_replacement "BatangChe" "Baekmuk Batang" - w_register_font_replacement "Dotum" "Baekmuk Dotum" + jpname_msgothic="$(echo "MS ゴシック" | iconv -f utf8 -t cp932)" + jpname_mspgothic="$(echo "MS Pゴシック" | iconv -f utf8 -t cp932)" + jpname_msmincho="$(echo "MS 明朝" | iconv -f utf8 -t cp932)" + jpname_mspmincho="$(echo "MS P明朝" | iconv -f utf8 -t cp932)" + + w_register_font_replacement "MS UI Gothic" "IPAMonaUIGothic" + w_register_font_replacement "MS Gothic" "IPAMonaGothic" + w_register_font_replacement "MS PGothic" "IPAMonaPGothic" + w_register_font_replacement "MS Mincho" "IPAMonaMincho" + w_register_font_replacement "MS PMincho" "IPAMonaPMincho" + w_register_font_replacement "$jpname_msgothic" "IPAMonaGothic" + w_register_font_replacement "$jpname_mspgothic" "IPAMonaPGothic" + w_register_font_replacement "$jpname_msmincho" "IPAMonaMincho" + w_register_font_replacement "$jpname_mspmincho" "IPAMonaPMincho" +} + +#---------------------------------------------------------------- + +w_metadata fakejapanese_vlgothic fonts \ + title="Creates aliases for Japanese Meiryo fonts using VLGothic fonts" \ + publisher="Project Vine / Daisuke Suzuki" \ + conflicts="meiryo" \ + year="2014" + +load_fakejapanese_vlgothic() +{ + w_call vlgothic + + # Aliases to set: + # Meiryo UI --> VL Gothic + # Meiryo (メイリオ) --> VL Gothic + + jpname_meiryo="$(echo "メイリオ" | iconv -f utf8 -t cp932)" + + w_register_font_replacement "Meiryo UI" "VL Gothic" + w_register_font_replacement "Meiryo" "VL Gothic" + w_register_font_replacement "$jpname_meiryo" "VL Gothic" +} + +#---------------------------------------------------------------- + +w_metadata fakekorean fonts \ + title="Creates aliases for Korean fonts using Baekmuk fonts" \ + publisher="Wooderart Inc. / kldp.net" \ + year="1999" + +load_fakekorean() +{ + w_call baekmuk + # Loads Baekmuk fonts and sets as an alias for Gulim, Dotum, and Batang for Korean language support + # Aliases to set: + # Gulim --> Baekmuk Gulim + # GulimChe --> Baekmuk Gulim + # Batang --> Baekmuk Batang + # BatangChe --> Baekmuk Batang + # Dotum --> Baekmuk Dotum + # DotumChe --> Baekmuk Dotum + + w_register_font_replacement "Gulim" "Baekmuk Gulim" + w_register_font_replacement "GulimChe" "Baekmuk Gulim" + w_register_font_replacement "Batang" "Baekmuk Batang" + w_register_font_replacement "BatangChe" "Baekmuk Batang" + w_register_font_replacement "Dotum" "Baekmuk Dotum" w_register_font_replacement "DotumChe" "Baekmuk Dotum" } #---------------------------------------------------------------- -w_metadata fontfix fonts \ - title="Updated Arphic fonts" \ - publisher="Arphic" \ - year="2007" \ +w_metadata ipamona fonts \ + title="IPAMona Japanese fonts" \ + publisher="Jun Kobayashi" \ + year="2008" \ media="download" \ - file1="ttf-arphic-ukai_0.1.20060108.orig.tar.gz" + file1="opfc-ModuleHP-1.1.1_withIPAMonaFonts-1.0.8.tar.gz" \ + installed_file1="$W_FONTSDIR_WIN/ipag-mona.ttf" \ + homepage="http://www.geocities.jp/ipa_mona/" -load_fontfix() +load_ipamona() { - # some versions of ukai.ttf and uming.ttf crash .net and picasa - # See http://bugs.winehq.org/show_bug.cgi?id=7098#c9 - # Could fix globally, but that needs root, so just fix for wine - if test -f /usr/share/fonts/truetype/arphic/ukai.ttf - then - gotsum=`$SHA1SUM < /usr/share/fonts/truetype/arphic/ukai.ttf | sed 's/ .*//'` - # FIXME: do all affected versions of the font have same sha1sum as Gutsy? Seems unlikely. - if [ "$gotsum"x = "96e1121f89953e5169d3e2e7811569148f573985"x ] - then - w_download https://launchpadlibrarian.net/1499628/ttf-arphic-ukai_0.1.20060108.orig.tar.gz 92e577602d71454a108968e79ab667451f3602a2 - gunzip -dc "$W_CACHE/fontfix/ttf-arphic-ukai_0.1.20060108.orig.tar.gz" | (cd "$W_TMP"; tar -xf -) - w_try mv "$W_TMP"/ttf-arphic-ukai-0.1.20060108/*.ttf "$W_FONTSDIR_UNIX" - fi - fi + w_download "http://www.geocities.jp/ipa_mona/opfc-ModuleHP-1.1.1_withIPAMonaFonts-1.0.8.tar.gz" ab77beea3b051abf606cd8cd3badf6cb24141ef145c60f508fcfef1e3852bb9d - if test -f /usr/share/fonts/truetype/arphic/uming.ttf - then - gotsum=`$SHA1SUM < /usr/share/fonts/truetype/arphic/uming.ttf | sed 's/ .*//'` - if [ "$gotsum"x = "2a4f4a69e343c21c24d044b2cb19fd4f0decc82c"x ] - then - w_download https://launchpadlibrarian.net/1564410/ttf-arphic-uming_0.1.20060108.orig.tar.gz 1439cdd731906e9e5311f320c2cb33262b24ef91 - gunzip -dc "$W_CACHE/fontfix/ttf-arphic-uming_0.1.20060108.orig.tar.gz" | (cd "$W_TMP"; tar -xf -) - w_try mv "$W_TMP"/ttf-arphic-uming-0.1.20060108/*.ttf "$W_FONTSDIR_UNIX" - fi - fi + w_try_cd "$W_TMP" + w_try tar -zxf "$W_CACHE/$W_PACKAGE/$file1" "${file1%.tar.gz}/fonts" + w_try_cp_font_files "${file1%.tar.gz}/fonts" "$W_FONTSDIR_UNIX" - # Focht says Samyak is bad news, and font substitution isn't a good workaround. - # I've seen psdkwin7 setup crash because of this; the symptom was a messagebox saying - # SDKSetup encountered an error: The type initializer for 'Microsoft.WizardFramework.WizardSettings' threw an exception - # and WINEDEBUG=+relay,+seh shows an exception very quickly after - # Call KERNEL32.CreateFileW(0c83b36c L"Z:\\USR\\SHARE\\FONTS\\TRUETYPE\\TTF-ORIYA-FONTS\\SAMYAK-ORIYA.TTF",80000000,00000001,00000000,00000003,00000080,00000000) ret=70d44091 - if xlsfonts 2>/dev/null | egrep -i "samyak|oriya" - then - w_die "Please uninstall the Samyak/Oriya font, e.g. 'sudo dpkg -r ttf-oriya-fonts', then log out and log in again. That font causes strange crashes in .net programs." - fi + w_register_font ipagui-mona.ttf "IPAMonaUIGothic" + w_register_font ipag-mona.ttf "IPAMonaGothic" + w_register_font ipagp-mona.ttf "IPAMonaPGothic" + w_register_font ipam-mona.ttf "IPAMonaMincho" + w_register_font ipamp-mona.ttf "IPAMonaPMincho" } #---------------------------------------------------------------- w_metadata liberation fonts \ - title="Red Hat Liberation fonts (Sans, Serif, Mono)" \ + title="Red Hat Liberation fonts (Mono, Sans, SansNarrow, Serif)" \ publisher="Red Hat" \ year="2008" \ media="download" \ - file1="liberation-fonts-1.04.tar.gz" \ - installed_file1="$W_FONTSDIR_WIN/LiberationMono-BoldItalic.ttf" + file1="liberation-fonts-ttf-1.07.4.tar.gz" \ + installed_file1="$W_FONTSDIR_WIN/liberationmono-bolditalic.ttf" load_liberation() { - # http://www.redhat.com/promo/fonts/ - case `uname -s` in - SunOS|Solaris) - echo "If you get 'ERROR: Certificate verification error for fedorahosted.org: unable to get local issuer certificate':" - echo "Then you need to add Verisign root certificates to your local keystore." - echo "OpenSolaris users, see: http://www.linuxtopia.org/online_books/opensolaris_2008/SYSADV1/html/swmgrpatchtasks-14.html" - echo "Or edit winetricks's download function, and add '--no-check-certificate' to the command." - ;; - esac + # https://pagure.io/liberation-fonts + w_download "https://releases.pagure.org/liberation-fonts/liberation-fonts-ttf-1.07.4.tar.gz" 61a7e2b6742a43c73e8762cdfeaf6dfcf9abdd2cfa0b099a9854d69bc4cfee5c - w_download https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.04.tar.gz 097882c92e3260742a3dc3bf033792120d8635a3 - cd "$W_TMP" - gunzip -dc "$W_CACHE"/liberation/liberation-fonts-1.04.tar.gz | tar -xf - - mv liberation-fonts-1.04/*.ttf "$W_FONTSDIR_UNIX" + w_try_cd "$W_TMP" + w_try tar -zxf "$W_CACHE/$W_PACKAGE/$file1" + w_try_cp_font_files "${file1%.tar.gz}" "$W_FONTSDIR_UNIX" - w_register_font LiberationMono-BoldItalic.ttf "LiberationMono-BoldItalic" - w_register_font LiberationMono-Bold.ttf "LiberationMono-Bold" - w_register_font LiberationMono-Italic.ttf "LiberationMono-Italic" - w_register_font LiberationMono-Regular.ttf "LiberationMono-Regular" - w_register_font LiberationSans-BoldItalic.ttf "LiberationSans-BoldItalic" - w_register_font LiberationSans-Bold.ttf "LiberationSans-Bold" - w_register_font LiberationSans-Italic.ttf "LiberationSans-Italic" - w_register_font LiberationSans-Regular.ttf "LiberationSans-Regular" - w_register_font LiberationSerif-BoldItalic.ttf "LiberationSerif-BoldItalic" - w_register_font LiberationSerif-Bold.ttf "LiberationSerif-Bold" - w_register_font LiberationSerif-Italic.ttf "LiberationSerif-Italic" - w_register_font LiberationSerif-Regular.ttf "LiberationSerif-Regular" + w_register_font liberationmono-bolditalic.ttf "Liberation Mono Bold Italic" + w_register_font liberationmono-bold.ttf "Liberation Mono Bold" + w_register_font liberationmono-italic.ttf "Liberation Mono Italic" + w_register_font liberationmono-regular.ttf "Liberation Mono" + + w_register_font liberationsans-bolditalic.ttf "Liberation Sans Bold Italic" + w_register_font liberationsans-bold.ttf "Liberation Sans Bold" + w_register_font liberationsans-italic.ttf "Liberation Sans Italic" + w_register_font liberationsans-regular.ttf "Liberation Sans" + + w_register_font liberationsansnarrow-bolditalic.ttf "Liberation Sans Narrow Bold Italic" + w_register_font liberationsansnarrow-bold.ttf "Liberation Sans Narrow Bold" + w_register_font liberationsansnarrow-italic.ttf "Liberation Sans Narrow Italic" + w_register_font liberationsansnarrow-regular.ttf "Liberation Sans Narrow" + + w_register_font liberationserif-bolditalic.ttf "Liberation Serif Bold Italic" + w_register_font liberationserif-bold.ttf "Liberation Serif Bold" + w_register_font liberationserif-italic.ttf "Liberation Serif Italic" + w_register_font liberationserif-regular.ttf "Liberation Serif" } #---------------------------------------------------------------- @@ -7967,8 +10887,9 @@ w_metadata lucida fonts \ load_lucida() { - w_download ftp://$ftp_microsoft_com/bussys/winnt/winnt-public/fixes/usa/NT40TSE/hotfixes-postSP3/Euro-fix/eurofixi.exe 64c47ad92265f6f10b0fd909a703d4fd1b05b2d5 - w_try_cabextract -d "$W_FONTSDIR_UNIX" -L -F 'lucon.ttf' "$W_CACHE"/lucida/eurofixi.exe + w_download "ftp://ftp.fu-berlin.de/pc/security/ms-patches/winnt/usa/NT40TSE/hotfixes-postSP3/Euro-fix/eurofixi.exe" 41f272a33521f6e15f2cce9ff1e049f2badd5ff0dc327fc81b60825766d5b6c7 + w_try_cabextract -d "$W_TMP" -F "lucon.ttf" "$W_CACHE"/lucida/eurofixi.exe + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" w_register_font lucon.ttf "Lucida Console" } @@ -7977,9 +10898,9 @@ load_lucida() w_metadata opensymbol fonts \ title="OpenSymbol fonts (replacement for Wingdings)" \ publisher="OpenOffice.org" \ - year="2010" \ + year="2017" \ media="download" \ - file1="ttf-opensymbol_3.2.1-11+squeeze8_all.deb" \ + file1="fonts-opensymbol_102.2+LibO3.5.4+dfsg2-0+deb7u11_all.deb" \ installed_file1="$W_FONTSDIR_WIN/opens___.ttf" load_opensymbol() @@ -7987,12 +10908,12 @@ load_opensymbol() # The OpenSymbol fonts are a replacement for the Windows Wingdings font from OpenOffice.org. # Need to w_download Debian since I can't find a standalone download from OpenOffice # Note: The source download package on debian is for _all_ of OpenOffice, which is 266 MB. - w_download http://ftp.us.debian.org/debian/pool/main/o/openoffice.org/ttf-opensymbol_3.2.1-11+squeeze8_all.deb c5e0fa518a988a511ea2392f3919f516c0a3c65c + w_download "http://security.debian.org/debian-security/pool/updates/main/libr/libreoffice/fonts-opensymbol_102.2+LibO3.5.4+dfsg2-0+deb7u11_all.deb" b105ec27c738f92bd9801962f10fd05125c38224c92e702f84b00cbb482dfce7 - cd "$W_TMP" - w_try ar x "$W_CACHE/opensymbol/$file1" data.tar.bz2 - w_try tar jvxf data.tar.bz2 ./usr/share/fonts/truetype/openoffice/opens___.ttf - w_try mv "$W_TMP/usr/share/fonts/truetype/openoffice/opens___.ttf" "$W_FONTSDIR_UNIX" + w_try_cd "$W_TMP" + w_try_ar "$W_CACHE/$W_PACKAGE/$file1" data.tar.xz + w_try tar -Jxf "$W_TMP/data.tar.xz" ./usr/share/fonts/truetype/openoffice/opens___.ttf + w_try_cp_font_files "usr/share/fonts/truetype/openoffice" "$W_FONTSDIR_UNIX" w_register_font opens___.ttf "OpenSymbol" } @@ -8008,19 +10929,15 @@ w_metadata tahoma fonts \ load_tahoma() { - # The tahoma and tahomabd fonts are needed by e.g. Steam + # Formerly at https://download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe + # Mirror list: http://www.filewatcher.com/_/?q=tahoma32.exe + w_download "ftp://ftp.uevora.pt/pub/windows/Microsoft/Euro/Euro-Compatible%20Tahoma%20Font/tahoma32.exe" 57496fb91d1629d2b6f313aaa6ebcdbcfd09c269b6462fe490420c786c089a40 - w_download ftp://$ftp_microsoft_com/Softlib/MSLFILES/tahoma32.exe 888ce7b7ab5fd41f9802f3a65fd0622eb651a068 - w_try_cabextract --directory="$W_TMP" "$W_CACHE"/tahoma/tahoma32.exe - w_try cp -f "$W_TMP"/Tahoma.TTF "$W_FONTSDIR_UNIX"/tahoma.ttf - w_try cp -f "$W_TMP"/Tahomabd.TTF "$W_FONTSDIR_UNIX"/tahomabd.ttf + w_try_cabextract -d "$W_TMP" "$W_CACHE/$W_PACKAGE/$file1" + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" "*.TTF" - # FIXME: Wine seems to nuke the registry entries for Tahoma. Why? Font Xplorer always lists it as 'not installed'. w_register_font tahoma.ttf "Tahoma" w_register_font tahomabd.ttf "Tahoma Bold" - - # ? does some app assume it can overwrite these, or is this a leftover from before we had install checks? - chmod +w "$W_FONTSDIR_UNIX"/tahoma*.ttf } #---------------------------------------------------------------- @@ -8031,23 +10948,22 @@ w_metadata takao fonts \ year="2010" \ media="download" \ file1="takao-fonts-ttf-003.02.01.zip" \ - installed_file1="$W_FONTSDIR_WIN/TakaoGothic.ttf" + installed_file1="$W_FONTSDIR_WIN/takaogothic.ttf" load_takao() { - # The Takao font provides Japanese glyphs. May also be needed with fakejapanese function above. - # See http://launchpad.net/takao-fonts for project page - w_download http://launchpad.net/takao-fonts/003.02/003.02.01/+download/takao-fonts-ttf-003.02.01.zip 4f636d5c7c1bc16b96ea723adb16838cfb6df059 - cp -f "$W_CACHE"/takao/takao-fonts-ttf-003.02.01.zip "$W_TMP" - w_try_unzip -d "$W_TMP" "$W_TMP"/takao-fonts-ttf-003.02.01.zip - w_try cp -f "$W_TMP"/takao-fonts-ttf-003.02.01/*.ttf "$W_FONTSDIR_UNIX" + # The Takao font provides Japanese glyphs. May also be needed with fakejapanese function above. + # See https://launchpad.net/takao-fonts for project page + w_download "https://launchpad.net/takao-fonts/trunk/003.02.01/+download/takao-fonts-ttf-003.02.01.zip" 2f526a16c7931958f560697d494d8304949b3ce0aef246fb0c727fbbcc39089e + w_try_unzip "$W_TMP" "$W_CACHE"/takao/takao-fonts-ttf-003.02.01.zip + w_try_cp_font_files "$W_TMP/takao-fonts-ttf-003.02.01" "$W_FONTSDIR_UNIX" - w_register_font TakaoGothic.ttf "TakaoGothic" - w_register_font TakaoPGothic.ttf "TakaoPGothic" - w_register_font TakaoMincho.ttf "TakaoMincho" - w_register_font TakaoPMincho.ttf "TakaoPMincho" - w_register_font TakaoExGothic.ttf "TakaoExGothic" - w_register_font TakaoExMincho.ttf "TakaoExMincho" + w_register_font takaogothic.ttf "TakaoGothic" + w_register_font takaopgothic.ttf "TakaoPGothic" + w_register_font takaomincho.ttf "TakaoMincho" + w_register_font takaopmincho.ttf "TakaoPMincho" + w_register_font takaoexgothic.ttf "TakaoExGothic" + w_register_font takaoexmincho.ttf "TakaoExMincho" } #---------------------------------------------------------------- @@ -8057,21 +10973,55 @@ w_metadata uff fonts \ publisher="Ubuntu" \ year="2010" \ media="download" \ - file1="ubuntu-font-family-0.70.1.zip" \ - installed_file1="$W_FONTSDIR_WIN/Ubuntu-R.ttf" \ + file1="ubuntu-font-family-0.83.zip" \ + installed_file1="$W_FONTSDIR_WIN/ubuntu-r.ttf" \ homepage="https://launchpad.net/ubuntu-font-family" load_uff() { - w_download http://font.ubuntu.com/download/ubuntu-font-family-0.70.1.zip efbab0d5d8cb5cff091307d2360dcb1bfe1ae6e1 - cd "$W_TMP" - w_try_unzip "$W_CACHE"/uff/ubuntu-font-family-0.70.1.zip - mv ubuntu-font-family-0.70.1/*.ttf "$W_FONTSDIR_UNIX" + w_download "https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip" 456d7d42797febd0d7d4cf1b782a2e03680bb4a5ee43cc9d06bda172bac05b42 ubuntu-font-family-0.83.zip + w_try_unzip "$W_TMP" "$W_CACHE/$W_PACKAGE/$file1" + + w_try_cp_font_files "$W_TMP/$(basename "${file1}" .zip)" "$W_FONTSDIR_UNIX" + + w_register_font ubuntu-bi.ttf "Ubuntu Bold Italic" + w_register_font ubuntu-b.ttf "Ubuntu Bold" + w_register_font ubuntu-c.ttf "Ubuntu Condensed" + w_register_font ubuntu-i.ttf "Ubuntu Italic" + w_register_font ubuntu-li.ttf "Ubuntu Light Italic" + w_register_font ubuntu-l.ttf "Ubuntu Light" + w_register_font ubuntu-mi.ttf "Ubuntu Medium Italic" + w_register_font ubuntumono-bi.ttf "Ubuntu Mono Bold Italic" + w_register_font ubuntumono-b.ttf "Ubuntu Mono Bold" + w_register_font ubuntumono-ri.ttf "Ubuntu Mono Italic" + w_register_font ubuntumono-r.ttf "Ubuntu Mono" + w_register_font ubuntu-m.ttf "Ubuntu Medium" + w_register_font ubuntu-ri.ttf "Ubuntu Italic" + w_register_font ubuntu-r.ttf "Ubuntu" + +} + +#---------------------------------------------------------------- + +w_metadata vlgothic fonts \ + title="VLGothic Japanese fonts" \ + publisher="Project Vine / Daisuke Suzuki" \ + year="2014" \ + media="download" \ + file1="VLGothic-20141206.tar.xz" \ + installed_file1="$W_FONTSDIR_WIN/vl-gothic-regular.ttf" \ + homepage="https://ja.osdn.net/projects/vlgothic" + +load_vlgothic() +{ + w_download "https://ja.osdn.net/projects/vlgothic/downloads/62375/VLGothic-20141206.tar.xz" 982040db2f9cb73d7c6ab7d9d163f2ed46d1180f330c9ba2fae303649bf8102d - w_register_font Ubuntu-R.ttf "Ubuntu" - w_register_font Ubuntu-I.ttf "Ubuntu Italic" - w_register_font Ubuntu-B.ttf "Ubuntu Bold" - w_register_font Ubuntu-BI.ttf "Ubuntu Bold Italic" + w_try_cd "$W_TMP" + w_try tar -Jxf "$W_CACHE/vlgothic/VLGothic-20141206.tar.xz" + w_try_cp_font_files "$W_TMP/VLGothic" "$W_FONTSDIR_UNIX" + + w_register_font vl-gothic-regular.ttf "VL Gothic" + w_register_font vl-pgothic-regular.ttf "VL PGothic" } #---------------------------------------------------------------- @@ -8088,10 +11038,11 @@ load_wenquanyi() { # See http://wenq.org/enindex.cgi # Donate at http://wenq.org/enindex.cgi?Download(en)#MicroHei_Beta if you want to help support free CJK font development - w_download $WINETRICKS_SOURCEFORGE/wqy/wqy-microhei-0.2.0-beta.tar.gz 28023041b22b6368bcfae076de68109b81e77976 - cd "$W_TMP/" - gunzip -dc "$W_CACHE/wenquanyi/wqy-microhei-0.2.0-beta.tar.gz" | tar -xf - - w_try mv wqy-microhei/wqy-microhei.ttc "$W_FONTSDIR_UNIX" + w_download "https://downloads.sourceforge.net/wqy/wqy-microhei-0.2.0-beta.tar.gz" 2802ac8023aa36a66ea6e7445854e3a078d377ffff42169341bd237871f7213e + w_try_cd "$W_TMP" + w_try tar -zxf "$W_CACHE/$W_PACKAGE/$file1" + w_try_cp_font_files "$W_TMP/wqy-microhei" "$W_FONTSDIR_UNIX" "*.ttc" + w_register_font wqy-microhei.ttc "WenQuanYi Micro Hei" } @@ -8109,10 +11060,12 @@ load_unifont() { # The GNU Unifont provides glyphs for just about everything in common language. It is intended for multilingual usage. # See http://unifoundry.com/unifont.html for project page - w_download http://unifoundry.com/unifont-5.1.20080907.zip bb8a3960dc0a96aa305de28312ea8a0ab64123d2 - cp -f "$W_CACHE"/unifont/unifont-5.1.20080907.zip "$W_TMP" - w_try_unzip -d "$W_TMP" "$W_TMP"/unifont-5.1.20080907.zip - w_try cp -f "$W_TMP"/unifont-5.1.20080907.ttf "$W_FONTSDIR_UNIX/unifont.ttf" + w_download "http://unifoundry.com/unifont-5.1.20080907.zip" 6ec1176f83769072b09de2bc1fff68ec5d802183304756a372e2419236f5b5ba + w_try_unzip "$W_TMP" "$W_CACHE/$W_PACKAGE/unifont-5.1.20080907.zip" + + w_try mv -f "$W_TMP/unifont-5.1.20080907.ttf" "$W_TMP/unifont.ttf" + + w_try_cp_font_files "$W_TMP" "$W_FONTSDIR_UNIX" w_register_font unifont.ttf "Unifont" w_register_font_replacement "Arial Unicode MS" "Unifont" @@ -8131,32 +11084,56 @@ load_allfonts() # This verb uses reflection, should probably do it portably instead, but that would require keeping it up to date for file in "$WINETRICKS_METADATA"/fonts/*.vars do - cmd=`basename $file .vars` + cmd=$(basename "$file" .vars) case $cmd in - allfonts|cjkfonts) ;; - *) w_call $cmd;; + # "fake*" verbs need to be skipped because + # this "allfonts" verb is intended to only install real fonts and + # adding font replacements at the same time may invalidate the replacements + # "pptfonts" can be skipped because it only calls other verbs for installing fonts + # See https://github.com/Winetricks/winetricks/issues/899 + allfonts|cjkfonts|fake*|pptfonts) ;; + *) w_call "$cmd";; esac done } +####################### +# apps +####################### + #---------------------------------------------------------------- -# Apps + +w_metadata 3m_library apps \ + title="3M Cloud Library" \ + publisher="3M Company" \ + year="2015" \ + media="download" \ + file1="cloudLibrary-2.1.1702011951-Setup.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/cloudLibrary/cloudLibrary.exe" \ + homepage="http://www.yourcloudlibrary.com/index.php/en-us/" + +load_3m_library() +{ + w_download http://download.yourcloudlibrary.com/apps/pc/cloudLibrary-2.1.1702011951-Setup.exe bb3d854cc525c065e7298423bf0019309f4b65497c1d8bc6af09460cd6fcb57f + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "${file1}" $W_UNATTENDED_SLASH_S +} + #---------------------------------------------------------------- w_metadata 7zip apps \ - title="7-Zip" \ + title="7-Zip 16.02" \ publisher="Igor Pavlov" \ - year="2010" \ + year="2016" \ media="download" \ - file1="7z920.exe" \ + file1="7z1602.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/7-Zip/7zFM.exe" load_7zip() { - w_download http://downloads.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920.exe 55283ad59439134673fc32fc097bdd9ae920fbc6 - cd "$W_CACHE/$W_PACKAGE" - w_try "$WINE" 7z920.exe $W_UNATTENDED_SLASH_S - w_declare_exe "$W_PROGRAMS_X86_WIN\\7-Zip" "7zFM.exe" + w_download http://www.7-zip.org/a/7z1602.exe 629ce3c424bd884e74aed6b7d87d8f0d75274fb87143b8d6360c5eec41d5f865 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "${file1}" $W_UNATTENDED_SLASH_S } #---------------------------------------------------------------- @@ -8171,102 +11148,68 @@ w_metadata abiword apps \ load_abiword() { - w_download http://www.abisource.com/downloads/abiword/2.8.6/Windows/abiword-setup-2.8.6.exe a91acd3f60e842d23556032d34f1600602768318 - cd "$W_CACHE"/abiword + w_download https://www.abisource.com/downloads/abiword/2.8.6/Windows/abiword-setup-2.8.6.exe f85c7f32044bbb4d31f1672c86951e35319f8e89fbd6c01ab4c19e960efd9ff8 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" abiword-setup-2.8.6.exe $W_UNATTENDED_SLASH_S - w_declare_exe "$W_PROGRAMS_X86_WIN\\AbiWord\\bin" AbiWord.exe } #---------------------------------------------------------------- w_metadata adobe_diged apps \ - title="Adobe Digital Editions" \ + title="Adobe Digital Editions 1.7" \ publisher="Adobe" \ year="2011" \ media="download" \ file1="setup.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Adobe/Adobe Digital Editions/digitaleditions.exe" \ - homepage="http://www.adobe.com/products/digitaleditions/" + homepage="https://www.adobe.com/solutions/ebook/digital-editions.html" load_adobe_diged() { - w_download http://kb2.adobe.com/cps/403/kb403051/attachments/setup.exe 4c79685408fa6ca12ef8bb0e0eaa4a846e21f915 + w_download https://kb2.adobe.com/cps/403/kb403051/attachments/setup.exe 4ebe0fcefbe68900ca6bf499432030c9f8eb8828f8cb5a7e1fd1a16c0eba918e # NSIS installer - w_try "$WINE" "$W_CACHE"/$W_PACKAGE/setup.exe ${W_OPT_UNATTENDED:+ /S} - w_declare_exe "$W_PROGRAMS_X86_WIN\\Adobe\\Adobe Digital Editions" \ - digitaleditions.exe + w_try "$WINE" "$W_CACHE/$W_PACKAGE/setup.exe" ${W_OPT_UNATTENDED:+ /S} } #---------------------------------------------------------------- -w_metadata audible apps \ - title="Audible.com Manager / Player" \ - publisher="Audible" \ - year="2011" \ +w_metadata adobe_diged4 apps \ + title="Adobe Digital Editions 4.5" \ + publisher="Adobe" \ + year="2015" \ media="download" \ - file1="ActiveSetupN.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Audible/Bin/Manager.exe" \ - homepage="http://www.audible.com" + file1="ADE_4.5_Installer.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Adobe/Adobe Digital Editions 4.5/DigitalEditions.exe" \ + homepage="https://www.adobe.com/solutions/ebook/digital-editions.html" -load_audible() +load_adobe_diged4() { - w_download http://download.audible.com/AM50/ActiveSetupN.exe 49f501471912ccca442bcc1c8f2c69160579f712 - cd "$W_CACHE/$W_PACKAGE" - # Use exact title match! - w_ahk_do " - SetWinDelay 500 - SetTitleMatchMode, 3 - Run, $file1 - WinWait, AudibleManager Setup - ControlClick, Button3 ; accept - WinWait, AudibleManager Setup, Start by - ControlClick, Button6 ; OK - WinWaitClose - ; many windows come and go, quite a few of them starting with AudibleManager, so use exact match to get the real mccoy - WinWait, AudibleManager ; the dang thing starts up - WinKill - " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Audible\\Bin" Manager.exe -} + w_download https://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe -#---------------------------------------------------------------- + if w_workaround_wine_bug 32323; then + w_call corefonts + fi + if [ ! -x "$(which winbindd 2>/dev/null)" ]; then + w_warn "Adobe Digital Editions 4.5 requires winbind (part of Samba) to be installed, but winbind was not detected." + fi -w_metadata audibledm apps \ - title="Audible.com Download Manager" \ - publisher="Audible" \ - year="2011" \ - media="download" \ - file1="AudibleDM_iTunesSetup.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Audible/Bin/AudibleDownloadHelper.exe" \ - homepage="http://www.audible.com" + w_call dotnet40 -load_audibledm() -{ - w_download http://download.audible.com/AM50/AudibleDM_iTunesSetup.exe 03261d77a59ebbceedf6683b5301c162bc0c7788 - cd "$W_CACHE/$W_PACKAGE" + #w_call win7 + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " - SetWinDelay 500 SetTitleMatchMode, 2 - Run, AudibleDM_iTunesSetup.exe - WinWait, Audible Download Manager Setup - ControlClick, Button2 ; accept - WinWait, Audible Download Manager Setup, Choose where - ControlClick, Button1 ; OK - WinWait, Audible Download Manager Setup, Manage - ControlClick, Button1 ; OK - WinWait, Audible Download Manager Setup, success - ControlClick, Button1 ; OK - WinWaitClose - WinWait, Audible Download Manager ; the dang thing starts up - WinKill + run, ${file1} ${W_OPT_UNATTENDED:+ /S} + winwait, Installing Adobe Digital Editions + ControlClick, Button1 ; Don't install Norton Internet Security + ControlClick, Static19 ; Next " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Audible\\Bin" AudibleDownloadHelper.exe } #---------------------------------------------------------------- w_metadata autohotkey apps \ - title="Autohotkey" \ + title="AutoHotKey" \ publisher="autohotkey.org" \ year="2010" \ media="download" \ @@ -8276,28 +11219,33 @@ w_metadata autohotkey apps \ load_autohotkey() { W_BROWSERAGENT=1 \ - w_download http://www.autohotkey.com/download/AutoHotkey104805_Install.exe 13e5a9ca6d5b7705f1cd02560c3af4d38b1904fc - cd "$W_CACHE"/autohotkey + w_download https://www.autohotkey.com/download/AutoHotkey104805_Install.exe 4311c3e7c29ed2d67f415138360210bc2f55ff78758b20b003b91d775ee207b9 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" AutoHotkey104805_Install.exe $W_UNATTENDED_SLASH_S } #---------------------------------------------------------------- -w_metadata kobo apps \ - title="Kobo e-book reader" \ - publisher="Kobo" \ - year="2011" \ +w_metadata busybox apps \ + title="BusyBox FRP-2121" \ + publisher="Ron Yorston / Busybox authors" \ + year="2015" \ media="download" \ - file1="KoboSetup.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Kobo/Kobo.exe" \ - homepage="http://www.borders.com/online/store/MediaView_ereaderapps" + file1="busybox-w32-FRP-2121-ga316078ad.exe" \ + installed_exe1="" -load_kobo() +load_busybox() { - w_download http://download.kobobooks.com/desktop/1/KoboSetup.exe 31a5f5583edf4b716b9feacb857d2170104cabd9 - cd "$W_CACHE"/kobo - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ /S} - w_declare_exe "$W_PROGRAMS_X86_WIN\\Kobo" "Kobo.exe" + # Could use https://frippery.org/files/busybox/busybox.exe, but it hasn't updated in last 3 years.. + w_download https://frippery.org/files/busybox/busybox-w32-FRP-2121-ga316078ad.exe 1bab530f2fd2a9d69528bc2b35ba1f9f75481ae053443b47cb23ad2c2740d887 + + if test "$W_ARCH" = "win64"; then + w_download https://frippery.org/files/busybox/busybox-w64-FRP-2121-ga316078ad.exe dcb2faf17f996fda8d273d513bc195aec615ef468e3d55b8b4dc9c089b22e035 + w_try cp "${W_CACHE}/${W_PACKAGE}/${file1}" "$W_SYSTEM32_DLLS/busybox.exe" + w_try cp "${W_CACHE}/${W_PACKAGE}/busybox-w64-FRP-2121-ga316078ad.exe" "$W_SYSTEM64_DLLS/busybox.exe" + else + w_try cp "${W_CACHE}/${W_PACKAGE}/${file1}" "$W_SYSTEM32_DLLS/busybox.exe" + fi } #---------------------------------------------------------------- @@ -8312,11 +11260,9 @@ w_metadata cmake apps \ load_cmake() { - w_download http://www.cmake.org/files/v2.8/cmake-2.8.11.2-win32-x86.exe d79af5715c0ad48d78bb731cce93b5ad89b16512 - cd "$W_CACHE"/cmake + w_download https://www.cmake.org/files/v2.8/cmake-2.8.11.2-win32-x86.exe cb6a7df8fd6f2eca66512279991f3c2349e3f788477c3be8eaa362d46c21dbf0 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" cmake-2.8.11.2-win32-x86.exe $W_UNATTENDED_SLASH_S - - w_declare_exe "$W_PROGRAMS_X86_WIN\\CMake 2.8\\bin" "cmake-gui.exe" } #---------------------------------------------------------------- @@ -8331,8 +11277,8 @@ w_metadata colorprofile apps \ load_colorprofile() { - w_download http://download.microsoft.com/download/whistler/hwdev1/1.0/wxp/en-us/ColorProfile.exe 6b72836b32b343c82d0760dff5cb51c2f47170eb - w_try_unzip -d "$W_TMP" "$W_CACHE"/colorprofile/ColorProfile.exe + w_download https://download.microsoft.com/download/whistler/hwdev1/1.0/wxp/en-us/ColorProfile.exe d04ac910acdd97abd663f559bebc6440d8d68664bf977ec586035247d7b0f728 + w_try_unzip "$W_TMP" "$W_CACHE"/colorprofile/ColorProfile.exe # It's in system32 for both win32/win64 mkdir -p "$W_WINDIR_UNIX"/system32/spool/drivers/color @@ -8351,26 +11297,36 @@ w_metadata controlpad apps \ load_controlpad() { - # http://msdn.microsoft.com/en-us/library/ms968493.aspx + # https://msdn.microsoft.com/en-us/library/ms968493.aspx w_call wsh57 - w_download http://download.microsoft.com/download/activexcontrolpad/install/4.0.0.950/win98mexp/en-us/setuppad.exe 8921e0f52507ca6a373c94d222777c750fb48af7 + w_download https://download.microsoft.com/download/activexcontrolpad/install/4.0.0.950/win98mexp/en-us/setuppad.exe eab94091ac391f9bbc8e355a1d231e6a08b8dbbb0f6539245b7f0c58d94f420c w_try_cabextract --directory="$W_TMP" "$W_CACHE"/controlpad/setuppad.exe echo "If setup says 'Unable to start DDE ...', press Ignore" - cd "$W_TMP" - case "$W_UNATTENDED_SLASH_Q" in - "") quiet="" ;; - *) quiet="/qt" - esac - w_try "$WINE" setup $quiet + w_try_cd "$W_TMP" + w_try "$WINE" setup $W_UNATTENDED_SLASH_QT - if ! test -f "$W_SYSTEM32_DLLS"/FM20.DLL - then + if ! test -f "$W_SYSTEM32_DLLS"/FM20.DLL; then w_die "Install failed. Please report, If you just wanted fm20.dll, try installing art2min instead." fi +} + +#---------------------------------------------------------------- + +w_metadata controlspy apps \ + title="Control Spy 2.0 " \ + publisher="Microsoft" \ + year="2005" \ + media="download" \ + file1="ControlSpy.msi" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Microsoft/ControlSpy/ControlSpyV6.exe" - w_declare_exe "$W_PROGRAMS_X86_WIN\\ActiveX Control Pad" "PED.EXE" +load_controlspy() +{ + w_download https://download.microsoft.com/download/a/3/1/a315b133-03a8-4845-b428-ec585369b285/ControlSpy.msi d9127634dd47580be93c768263ddf37a3a75fd65a545e87ddb9602906a035845 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" msiexec /i ControlSpy.msi ${W_UNATTENDED_SLASH_QB} } #---------------------------------------------------------------- @@ -8389,23 +11345,23 @@ load_dxdiag() { helper_directx_dl + w_call gmdls + w_try_cabextract -d "$W_TMP" -L -F dxnt.cab "$W_CACHE"/directx9/$DIRECTX_NAME w_try_cabextract -d "$W_SYSTEM32_DLLS" -L -F "dxdiag.exe" "$W_TMP/dxnt.cab" mkdir -p "$W_WINDIR_UNIX/help" w_try_cabextract -d "$W_WINDIR_UNIX/help" -L -F "dxdiag.chm" "$W_TMP/dxnt.cab" w_override_dlls native dxdiag.exe - if w_workaround_wine_bug 1429 - then - w_call dxdiagn - fi - if w_workaround_wine_bug 25715 - then - w_call quartz + if w_workaround_wine_bug 1429; then + w_call dxdiagn_feb2010 fi - if w_workaround_wine_bug 25716 - then - w_call devenum + if w_workaround_wine_bug 9027; then + w_call dmband + w_call dmime + w_call dmstyle + w_call dmsynth + w_call dmusic fi } @@ -8414,42 +11370,73 @@ load_dxdiag() w_metadata emu8086 apps \ title="emu8086" \ publisher="emu8086.com" \ - year="2013" \ + year="2015" \ media="download" \ - file1="emu8086.zip" \ + file1="emu8086v408r11.zip" \ installed_exe1="c:/emu8086/emu8086.exe" load_emu8086() { - w_download http://emu8086.com/emu8086.zip fa3b2451cbc46fd2e3aa2670fa4d81ae8e75c7db - cd "$W_CACHE/$W_PACKAGE" - w_try_unzip $file1 -d "$W_TMP" + w_download http://www.emu8086.com/files/emu8086v408r11.zip d56d6e42fe170c52df5abd6002b1e8fef0b840eb8d8807d77819fe1fc2e17afd + w_try_unzip "$W_TMP" "$W_CACHE/$W_PACKAGE/$file1" w_try "$WINE" "$W_TMP/Setup.exe" $W_UNATTENDED_SLASH_SILENT - w_declare_exe "c:\\emu8086" "emu8086.exe" +} + +#---------------------------------------------------------------- + +w_metadata ev3 apps \ + title="Lego Mindstorms EV3 Home Edition" \ + publisher="Lego" \ + year="2014" \ + media="download" \ + file1="LMS-EV3-WIN32-ENUS-01-02-01-full-setup.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/LEGO Software/LEGO MINDSTORMS EV3 Home Edition/MindstormsEV3.exe" + +load_ev3() +{ + if w_workaround_wine_bug 40192 "Installing vcrun2005 as Wine does not have MFC80.dll"; then + w_call vcrun2005 + fi + + if w_workaround_wine_bug 40193 "Installing IE8 as built-in Gecko is not sufficient"; then + w_call ie8 + fi + + w_call dotnet40 + + # 2016/03/22: LMS-EV3-WIN32-ENUS-01-02-01-full-setup.exe c47341f08242f0f6f01996530e7c93bda2d666747ada60ab93fa773a55d40a19 + + w_download http://esd.lego.com.edgesuite.net/digitaldelivery/mindstorms/6ecda7c2-1189-4816-b2dd-440e22d65814/public/LMS-EV3-WIN32-ENUS-01-02-01-full-setup.exe c47341f08242f0f6f01996530e7c93bda2d666747ada60ab93fa773a55d40a19 + + if [ $W_UNATTENDED_SLASH_Q ]; then + quiet="$W_UNATTENDED_SLASH_QB /AcceptLicenses yes" + else + quiet="" + fi + + w_try_cd "$W_CACHE"/"$W_PACKAGE" + w_try "$WINE" "$file1" ${quiet} + + if w_workaround_wine_bug 40729 "Setting override for urlmon.dll to native to avoid crash"; then + w_override_dlls native urlmon + fi } #---------------------------------------------------------------- w_metadata firefox apps \ - title="Firefox 24" \ + title="Firefox 51.0" \ publisher="Mozilla" \ - year="2013" \ + year="2017" \ media="download" \ - file1="Firefox Setup 24.0.exe" \ + file1="FirefoxSetup51.0.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Mozilla Firefox/firefox.exe" load_firefox() { - if w_workaround_wine_bug 29077 - then - w_warn "Visit about:config, search for dom.ipc, and set those booleans false if you want to use flash." - fi - - w_download "http://download.mozilla.org/?product=firefox-24.0&os=win&lang=en-US" d6213601b69a606f4537c394dfa0dd7968b17b93 "$file1" - cd "$W_CACHE"/firefox + w_download "https://download.mozilla.org/?product=firefox-51.0-SSL&os=win&lang=en-US" 05fa9ae012eca560f42d593e75eb37045a54e4978b665b51f6a61e4a2d376eb8 "$file1" + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" "$file1" ${W_OPT_UNATTENDED:+ -ms} - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Mozilla Firefox" firefox.exe } #---------------------------------------------------------------- @@ -8465,120 +11452,148 @@ w_metadata fontxplorer apps \ load_fontxplorer() { - w_download http://www.moonsoftware.com/files/legacy/Font_Xplorer_122_Free.exe 22feb63be28730cbfad5458b139464490a25a68d + w_download http://www.moonsoftware.com/files/legacy/Font_Xplorer_122_Free.exe e3a53841c133e2ecfeb75c7ea277e23011317bb031f8caf423b7e9b7f92d85e0 - cd "$W_CACHE/fontxplorer" + w_try_cd "$W_CACHE/fontxplorer" w_try "$WINE" Font_Xplorer_122_Free.exe $W_UNATTENDED_SLASH_S - w_declare_exe "$W_PROGRAMS_X86_WIN\\Font Xplorer" "FXplorer.exe" } +#---------------------------------------------------------------- + +w_metadata foobar2000 apps \ + title="foobar2000 v1.3.14" \ + publisher="Peter Pawlowski" \ + year="2016" \ + media="manual_download" \ + file1="foobar2000_v1.3.14.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/foobar2000/foobar2000.exe" + +load_foobar2000() +{ + # 2016/12/21: 1.3.14 - 72d024d258c2f3b6cea62dc47fb613848202e7f33f2331f6b2e0a8e61daffcb6 + + w_download_manual https://www.foobar2000.org/download foobar2000_v1.3.14.exe 72d024d258c2f3b6cea62dc47fb613848202e7f33f2331f6b2e0a8e61daffcb6 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" $W_UNATTENDED_SLASH_S +} + +#---------------------------------------------------------------- + +w_metadata iceweasel apps \ + title="GNU Icecat 31.7.0" \ + publisher="GNU Foundation" \ + year="2015" \ + media="download" \ + file1="icecat-31.7.0.en-US.win32.zip" \ + installed_exe1="$W_PROGRAMS_X86_WIN/icecat/icecat.exe" + +load_iceweasel() +{ + w_download https://ftp.gnu.org/gnu/gnuzilla/31.7.0/icecat-31.7.0.en-US.win32.zip 27d10e63ab9ea4e6995c235b92258b379f79433a06a12e4ad16811801cf81e36 + w_try_unzip "${W_PROGRAMS_X86_UNIX}" "${W_CACHE}/${W_PACKAGE}/${file1}" +} + + #---------------------------------------------------------------- w_metadata irfanview apps \ title="Irfanview" \ publisher="Irfan Skiljan" \ - year="2012" \ - media="manual_download" \ - file1="iview433_setup.exe" \ + year="2016" \ + media="download" \ + file1="iview444_setup.exe" \ installed_file1="$W_PROGRAMS_X86_WIN/IrfanView/i_view32.exe" \ homepage="http://www.irfanview.com/" load_irfanview() { - w_download_manual http://download.cnet.com/IrfanView/3000-2192_4-10021962.html iview433_setup.exe 79a7ebe2325ad204712761aa3c3a072025b07784 - - if w_workaround_wine_bug 657 "Installing mfc42" - then + w_download http://download.betanews.com/download/967963863-1/iview444_setup.exe 71b44cd3d14376bbb619b2fe8a632d29200385738dd186680e988ce32662b3d6 + if w_workaround_wine_bug 657 "Installing mfc42"; then w_call mfc42 fi - cd "$W_CACHE/$W_PACKAGE" - if test "$W_OPT_UNATTENDED" - then + w_try_cd "$W_CACHE/$W_PACKAGE" + if test "$W_OPT_UNATTENDED"; then w_ahk_do " SetWinDelay 200 SetTitleMatchMode, 2 run $file1 winwait, Setup, This program will install winactivate, Setup, This program will install - winwaitactive, Setup, This program will install - send !a ; set up for all users - send n ; next - winwait, Setup, new in this version - winactivate, Setup, new in this version - winwaitactive, Setup, new in this version - send n ; skip release notes - winwait, Setup, Do you want to associate extensions - winactivate, Setup, Do you want to associate extensions - winwaitactive, Setup, Do you want to associate extensions - send n ; don't associate any extensions (default) - Loop - { - ifWinExist, Setup, Ready to install - { - break - } - ifWinExist, Setup, Google Chrome - { - winactivate, Setup, Google Chrome - winwaitactive, Setup, Google Chrome - send !c ; decline Chrome - send !n - continue - } - sleep 500 - } - winwait, Setup, Ready to install - send n ; default .ini folder - WinWait, IrfanView Setup, successfull ; sic - send !s ; do not launch - send d ; done + Sleep 900 + ControlClick, Button7 ; Uncheck All + Sleep 900 + ControlClick, Button11 ; Next + Sleep 900 + winwait, Setup, version + Sleep 900 + ControlClick, Button11 ; Next + Sleep 900 + winwait, Setup, associate extensions + Sleep 900 + ControlClick, Button1 ; Images Only associations + Sleep 900 + ControlClick, Button16 ; Next + Sleep 1000 + winwait, Setup, INI + Sleep 1000 + ControlClick, Button21 ; Next + Sleep 1000 + winwait, Setup, You want to change + winactivate, Setup, really + Sleep 900 + ControlClick, Button1 ; Yes + Sleep 900 + winwait, Setup, successful + winactivate, Setup, successful + Sleep 900 + ControlClick, Button1 ; no load webpage + Sleep 900 + ControlClick, Button2 ; no start irfanview + Sleep 900 + ControlClick, Button25 ; done + Sleep 900 winwaitclose " else - w_try "$WINE" $file1 + w_try "$WINE" "$file1" fi - w_declare_exe "$W_PROGRAMS_X86_WIN\\IrfanView" "i_view32.exe" } #---------------------------------------------------------------- # FIXME: ie6 always installs to C:/Program Files even if LANG is de_DE.utf-8, -# so we have to hard code that, but that breaks on 64 bit windows. +# so we have to hard code that, but that breaks on 64-bit Windows. w_metadata ie6 dlls \ title="Internet Explorer 6" \ publisher="Microsoft" \ year="2002" \ - media="manual_download" \ - file1="msie60.exe" \ + media="download" \ + file1="ie60.exe" \ installed_file1="c:/Program Files/Internet Explorer/iedetect.dll" load_ie6() { - # Installer doesn't support Win64, and I can't find a x64 version on microsoft.com - if [ $W_ARCH = win64 ] - then - w_die "This package does not work on a 64-bit installation" - fi + w_package_unsupported_win64 - w_download_manual http://www.oldversion.com/download-Internet-Explorer-6.0.html msie60.exe 8e483db28ff01a7cabd39147ab6c59753ea1f533 + w_download http://cdn.browserarchive.org/ie/win32/6.0/ie60.exe e34e0557d939e7e83185f5354403df99c92a3f3ff80f5ee0c75f6843eaa6efb2 - cd "$W_TMP" - "$WINE" "$W_CACHE"/ie6/$file1 + w_try_cd "$W_TMP" + "$WINE" "$W_CACHE/$W_PACKAGE/$file1" w_call msls31 # Unregister Wine IE - if [ ! -f "$W_SYSTEM32_DLLS"/plugin.ocx ] - then + if [ ! -f "$W_SYSTEM32_DLLS"/plugin.ocx ]; then + w_override_dlls builtin iexplore.exe w_try "$WINE" iexplore -unregserver fi # Change the override to the native so we are sure we use and register them w_override_dlls native,builtin iexplore.exe inetcpl.cpl itircl itss jscript mlang mshtml msimtf shdoclc shdocvw shlwapi - # Remove the fake dlls, if any - mv "$W_PROGRAMS_UNIX"/"Internet Explorer"/iexplore.exe "$W_PROGRAMS_UNIX"/"Internet Explorer"/iexplore.exe.bak + # Remove the fake DLLs, if any + mv "$W_PROGRAMS_UNIX/Internet Explorer/iexplore.exe" "$W_PROGRAMS_UNIX/Internet Explorer/iexplore.exe.bak" for dll in itircl itss jscript mlang mshtml msimtf shdoclc shdocvw shlwapi do test -f "$W_SYSTEM32_DLLS"/$dll.dll && @@ -8588,21 +11603,21 @@ load_ie6() # The installer doesn't want to install iexplore.exe in XP mode. w_set_winver win2k - # Workaround http://bugs.winehq.org/show_bug.cgi?id=21009 - # See also http://code.google.com/p/winezeug/issues/detail?id=78 + # Workaround https://bugs.winehq.org/show_bug.cgi?id=21009 + # FIXME: seems this didn't get migrated to Github? + # See also https://code.google.com/p/winezeug/issues/detail?id=78 rm -f "$W_SYSTEM32_DLLS"/browseui.dll "$W_SYSTEM32_DLLS"/inseng.dll # Otherwise regsvr32 crashes later rm -f "$W_SYSTEM32_DLLS"/inetcpl.cpl - # Work around http://bugs.winehq.org/show_bug.cgi?id=25432 + # Work around https://bugs.winehq.org/show_bug.cgi?id=25432 w_try_cabextract -F inseng.dll "$W_TMP/IE 6.0 Full/ACTSETUP.CAB" mv inseng.dll "$W_SYSTEM32_DLLS" w_override_dlls native inseng - cd "$W_TMP/IE 6.0 Full" - if [ $W_UNATTENDED_SLASH_Q ] - then + w_try_cd "$W_TMP/IE 6.0 Full" + if [ $W_UNATTENDED_SLASH_Q ]; then "$WINE" IE6SETUP.EXE /q:a /r:n /c:"ie6wzd /S:""#e"" /q:a /r:n" else "$WINE" IE6SETUP.EXE @@ -8611,23 +11626,23 @@ load_ie6() # IE6 exits with 194 to signal a reboot status=$? case $status in - 0|194) ;; - *) w_die ie6 installation failed + 0|194) ;; + *) w_die ie6 installation failed;; esac # Work around DLL registration bug until ierunonce/RunOnce/wineboot is fixed # FIXME: whittle down this list - cd "$W_SYSTEM32_DLLS" + w_try_cd "$W_SYSTEM32_DLLS" for i in actxprxy.dll browseui.dll browsewm.dll cdfview.dll ddraw.dll \ - dispex.dll dsound.dll iedkcs32.dll iepeers.dll iesetup.dll imgutil.dll \ - inetcomm.dll inetcpl.cpl inseng.dll isetup.dll jscript.dll laprxy.dll \ - mlang.dll mshtml.dll mshtmled.dll msi.dll msident.dll \ - msoeacct.dll msrating.dll mstime.dll msxml3.dll occache.dll \ - ole32.dll oleaut32.dll olepro32.dll pngfilt.dll quartz.dll \ - rpcrt4.dll rsabase.dll rsaenh.dll scrobj.dll scrrun.dll \ - shdocvw.dll shell32.dll vbscript.dll webcheck.dll \ - wshcon.dll wshext.dll asctrls.ocx hhctrl.ocx mscomct2.ocx \ - plugin.ocx proctexe.ocx tdc.ocx webcheck.dll wshom.ocx + dispex.dll dsound.dll iedkcs32.dll iepeers.dll iesetup.dll imgutil.dll \ + inetcomm.dll inetcpl.cpl inseng.dll isetup.dll jscript.dll laprxy.dll \ + mlang.dll mshtml.dll mshtmled.dll msi.dll msident.dll \ + msoeacct.dll msrating.dll mstime.dll msxml3.dll occache.dll \ + ole32.dll oleaut32.dll olepro32.dll pngfilt.dll quartz.dll \ + rpcrt4.dll rsabase.dll rsaenh.dll scrobj.dll scrrun.dll \ + shdocvw.dll shell32.dll vbscript.dll webcheck.dll \ + wshcon.dll wshext.dll asctrls.ocx hhctrl.ocx mscomct2.ocx \ + plugin.ocx proctexe.ocx tdc.ocx webcheck.dll wshom.ocx do "$WINE" regsvr32 /i $i > /dev/null 2>&1 done @@ -8651,93 +11666,98 @@ w_metadata ie7 dlls \ load_ie7() { - echo "This fails in about 1 of 30 runs (see bug 26016), just retry if that happens" + w_package_unsupported_win64 # Unregister Wine IE - if grep -q -i "wine placeholder" "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe" - then + if grep -q -i "wine placeholder" "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe"; then + w_override_dlls builtin iexplore.exe w_try "$WINE" iexplore -unregserver fi # Change the override to the native so we are sure we use and register them - w_override_dlls native,builtin iexplore.exe itircl itss jscript mshtml msimtf shdoclc shdocvw shlwapi urlmon wininet xmllite + w_override_dlls native,builtin itircl itss jscript mshtml msimtf shdoclc shdocvw shlwapi urlmon wininet xmllite + + # IE7 installer will check the version number of iexplore.exe which causes IE7 installer to fail on wine-1.9.0+ + w_override_dlls native iexplore.exe - # Bundled updspapi cannot work on wine + # Bundled updspapi cannot work on Wine w_override_dlls builtin updspapi - # Remove the fake dlls from the existing WINEPREFIX + # Remove the fake DLLs from the existing WINEPREFIX + if [ -f "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe" ]; then + mv "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe" "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe.bak" + fi for dll in itircl itss jscript mshtml msimtf shdoclc shdocvw shlwapi urlmon do test -f "$W_SYSTEM32_DLLS"/$dll.dll && mv "$W_SYSTEM32_DLLS"/$dll.dll "$W_SYSTEM32_DLLS"/$dll.dll.bak done - # See http://bugs.winehq.org/show_bug.cgi?id=16013 + # See https://bugs.winehq.org/show_bug.cgi?id=16013 # Find instructions to create this file in dlls/wintrust/tests/crypt.c - w_download http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat ac8f50dd54d011f3bb1dd79240dae9378748449f + w_download https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat 5d18ab44fc289100ccf4b51cf614cc2d36f7ca053e557e2ba973811293c97d38 # Put a dummy catalog file in place mkdir -p "$W_SYSTEM32_DLLS"/catroot/\{f750e6c3-38ee-11d1-85e5-00c04fc295ee\} w_try cp -f "$W_CACHE"/ie7/winetest.cat "$W_SYSTEM32_DLLS"/catroot/\{f750e6c3-38ee-11d1-85e5-00c04fc295ee\}/oem0.cat - # Install - w_download http://download.microsoft.com/download/3/8/8/38889DC1-848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86-enu.exe d39b89c360fbaa9706b5181ae4718100687a5326 - if test "$W_UNATTENDED_SLASH_Q" = "" - then - quiet="" - else - quiet="/quiet" - fi - cd "$W_CACHE"/ie7 - - # KLUDGE: if / is writable (as on MacOSX?), having a z: mapping to it + # KLUDGE: if / is writable (as on OS X?), having a Z: mapping to it # causes ie7 to put temporary directories on Z:\ # so hide it temporarily. This is not very robust! - if test -w / - then + if test -w /; then rm -f "$WINEPREFIX/dosdevices/z:.bak_wt" mv "$WINEPREFIX/dosdevices/z:" "$WINEPREFIX/dosdevices/z:.bak_wt" fi - if w_workaround_wine_bug 21947 "Working around heap corruption (see also bug 26016)" - then - WINEDEBUG=warn+heap "$WINE" IE7-WindowsXP-x86-enu.exe $quiet - else - "$WINE" IE7-WindowsXP-x86-enu.exe $quiet - fi + # Install + w_download https://download.microsoft.com/download/3/8/8/38889DC1-848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86-enu.exe bf5c325bbe3f4174869b2a8ff75f92833e7f7debe64777ed0faf293c7725cbef + w_try_cd "$W_CACHE/$W_PACKAGE" + + # IE7 requies winxp to install: + w_set_winver winxp + + "$WINE" IE7-WindowsXP-x86-enu.exe $W_UNATTENDED_SLASH_QUIET + + # IE7 exits with 194 to signal a reboot + status=$? + case $status in + 0) ;; + 105) echo "exit status $status - normal, user selected 'restart now'" ;; + 194) echo "exit status $status - normal, user selected 'restart later'" ;; + *) w_die "exit status $status - $W_PACKAGE installation failed" ;; + esac - if test -w / - then - # END KLUDGE: restore z:, assuming user didn't kill us + if test -w /; then + # END KLUDGE: restore Z:, assuming user didn't kill us mv "$WINEPREFIX/dosdevices/z:.bak_wt" "$WINEPREFIX/dosdevices/z:" fi # Work around DLL registration bug until ierunonce/RunOnce/wineboot is fixed # FIXME: whittle down this list - cd "$W_SYSTEM32_DLLS" + w_try_cd "$W_SYSTEM32_DLLS" for i in actxprxy.dll browseui.dll browsewm.dll cdfview.dll ddraw.dll \ - dispex.dll dsound.dll iedkcs32.dll iepeers.dll iesetup.dll \ - imgutil.dll inetcomm.dll inseng.dll isetup.dll jscript.dll laprxy.dll \ - mlang.dll mshtml.dll mshtmled.dll msi.dll msident.dll \ - msoeacct.dll msrating.dll mstime.dll msxml3.dll occache.dll \ - ole32.dll oleaut32.dll olepro32.dll pngfilt.dll quartz.dll \ - rpcrt4.dll rsabase.dll rsaenh.dll scrobj.dll scrrun.dll \ - shdocvw.dll shell32.dll urlmon.dll vbscript.dll webcheck.dll \ - wshcon.dll wshext.dll asctrls.ocx hhctrl.ocx mscomct2.ocx \ - plugin.ocx proctexe.ocx tdc.ocx webcheck.dll wshom.ocx + dispex.dll dsound.dll iedkcs32.dll iepeers.dll iesetup.dll \ + imgutil.dll inetcomm.dll inseng.dll isetup.dll jscript.dll laprxy.dll \ + mlang.dll mshtml.dll mshtmled.dll msi.dll msident.dll \ + msoeacct.dll msrating.dll mstime.dll msxml3.dll occache.dll \ + ole32.dll oleaut32.dll olepro32.dll pngfilt.dll quartz.dll \ + rpcrt4.dll rsabase.dll rsaenh.dll scrobj.dll scrrun.dll \ + shdocvw.dll shell32.dll urlmon.dll vbscript.dll webcheck.dll \ + wshcon.dll wshext.dll asctrls.ocx hhctrl.ocx mscomct2.ocx \ + plugin.ocx proctexe.ocx tdc.ocx webcheck.dll wshom.ocx do "$WINE" regsvr32 /i $i > /dev/null 2>&1 done # Seeing is believing case $WINETRICKS_GUI in - none) - w_warn "To start ie7, use the command "$WINE" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" - ;; - *) - w_warn "Starting ie7. To start it later, use the command "$WINE" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" - "$WINE" "${W_PROGRAMS_WIN}\\Internet Explorer\\iexplore" http://www.microsoft.com/windows/internet-explorer/ie7/ > /dev/null 2>&1 & - ;; + none) + w_warn "To start ie7, use the command \"$WINE\" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" + ;; + *) + w_warn "Starting ie7. To start it later, use the command \"$WINE\" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" + "$WINE" "${W_PROGRAMS_WIN}\\Internet Explorer\\iexplore" https://www.microsoft.com/windows/internet-explorer/ie7/ > /dev/null 2>&1 & + ;; esac } @@ -8753,46 +11773,54 @@ w_metadata ie8 dlls \ load_ie8() { + # Bundled in Windows 7, so refuses to install. Works with XP: + w_set_winver winxp + # Unregister Wine IE - if grep -q -i "wine placeholder" "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe" - #if [ ! -f "$W_SYSTEM32_DLLS"/plugin.ocx ] - then + #if [ ! -f "$W_SYSTEM32_DLLS"/plugin.ocx ]; then + if grep -q -i "wine placeholder" "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe"; then + w_override_dlls builtin iexplore.exe w_try "$WINE" iexplore -unregserver fi w_call msls31 # Change the override to the native so we are sure we use and register them - w_override_dlls native,builtin iexplore.exe itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon wininet xmllite + w_override_dlls native,builtin itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon wininet xmllite + + # IE8 installer will check the version number of iexplore.exe which causes IE8 installer to fail on wine-1.9.0+ + w_override_dlls native iexplore.exe - # Bundled updspapi cannot work on wine + # Bundled updspapi cannot work on Wine w_override_dlls builtin updspapi - # Remove the fake dlls from the existing WINEPREFIX - for dll in browseui.dll inseng.dll itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon + # Remove the fake DLLs from the existing WINEPREFIX + if [ -f "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe" ]; then + mv "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe" "$W_PROGRAMS_X86_UNIX/Internet Explorer/iexplore.exe.bak" + fi + for dll in browseui inseng itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon do test -f "$W_SYSTEM32_DLLS"/$dll.dll && mv "$W_SYSTEM32_DLLS"/$dll.dll "$W_SYSTEM32_DLLS"/$dll.dll.bak done - # See http://bugs.winehq.org/show_bug.cgi?id=16013 + # See https://bugs.winehq.org/show_bug.cgi?id=16013 # Find instructions to create this file in dlls/wintrust/tests/crypt.c - w_download http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat ac8f50dd54d011f3bb1dd79240dae9378748449f + w_download https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat 5d18ab44fc289100ccf4b51cf614cc2d36f7ca053e557e2ba973811293c97d38 # Put a dummy catalog file in place mkdir -p "$W_SYSTEM32_DLLS"/catroot/\{f750e6c3-38ee-11d1-85e5-00c04fc295ee\} w_try cp -f "$W_CACHE"/ie8/winetest.cat "$W_SYSTEM32_DLLS"/catroot/\{f750e6c3-38ee-11d1-85e5-00c04fc295ee\}/oem0.cat - w_download http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe e489483e5001f95da04e1ebf3c664173baef3e26 - if [ $W_UNATTENDED_SLASH_Q ] - then - quiet="/quiet /forcerestart" + w_download https://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe 5a2c6c82774bfe99b175f50a05b05bcd1fac7e9d0e54db2534049209f50cd6ef + if [ $W_UNATTENDED_SLASH_QUIET ]; then + quiet="$W_UNATTENDED_SLASH_QUIET /forcerestart" else quiet="" fi - cd "$W_CACHE"/ie8 + w_try_cd "$W_CACHE/$W_PACKAGE" - # KLUDGE: if / is writable, having a z: mapping to it causes ie8 to put temporary directories on Z:\ + # KLUDGE: if / is writable, having a Z: mapping to it causes ie8 to put temporary directories on Z:\ # so hide it temporarily. This is not very robust! rm -f "$WINEPREFIX/dosdevices/z:.bak_wt" mv "$WINEPREFIX/dosdevices/z:" "$WINEPREFIX/dosdevices/z:.bak_wt" @@ -8801,32 +11829,31 @@ load_ie8() # forces the install to fail on Wine. Not sure if it's an IE8 or Wine bug... # FIXME: can't check status, as it always reports failure on wine? "$WINE" IE8-WindowsXP-x86-ENU.exe $quiet - # END KLUDGE: restore z:, assuming user didn't kill us + # END KLUDGE: restore Z:, assuming user didn't kill us mv "$WINEPREFIX/dosdevices/z:.bak_wt" "$WINEPREFIX/dosdevices/z:" # Work around DLL registration bug until ierunonce/RunOnce/wineboot is fixed # FIXME: whittle down this list - cd "$W_SYSTEM32_DLLS" + w_try_cd "$W_SYSTEM32_DLLS" for i in actxprxy.dll browseui.dll browsewm.dll cdfview.dll ddraw.dll \ - dispex.dll dsound.dll iedkcs32.dll iepeers.dll iesetup.dll \ - imgutil.dll inetcomm.dll isetup.dll jscript.dll laprxy.dll \ - mlang.dll msctf.dll mshtml.dll mshtmled.dll msi.dll msimtf.dll msident.dll \ - msoeacct.dll msrating.dll mstime.dll msxml3.dll occache.dll \ - ole32.dll oleaut32.dll olepro32.dll pngfilt.dll quartz.dll \ - rpcrt4.dll rsabase.dll rsaenh.dll scrobj.dll scrrun.dll \ - shdocvw.dll shell32.dll urlmon.dll vbscript.dll webcheck.dll \ - wshcon.dll wshext.dll asctrls.ocx hhctrl.ocx mscomct2.ocx \ - plugin.ocx proctexe.ocx tdc.ocx uxtheme.dll webcheck.dll wshom.ocx + dispex.dll dsound.dll iedkcs32.dll iepeers.dll iesetup.dll \ + imgutil.dll inetcomm.dll isetup.dll jscript.dll laprxy.dll \ + mlang.dll msctf.dll mshtml.dll mshtmled.dll msi.dll msimtf.dll msident.dll \ + msoeacct.dll msrating.dll mstime.dll msxml3.dll occache.dll \ + ole32.dll oleaut32.dll olepro32.dll pngfilt.dll quartz.dll \ + rpcrt4.dll rsabase.dll rsaenh.dll scrobj.dll scrrun.dll \ + shdocvw.dll shell32.dll urlmon.dll vbscript.dll webcheck.dll \ + wshcon.dll wshext.dll asctrls.ocx hhctrl.ocx mscomct2.ocx \ + plugin.ocx proctexe.ocx tdc.ocx uxtheme.dll webcheck.dll wshom.ocx do "$WINE" regsvr32 /i $i > /dev/null 2>&1 done - if w_workaround_wine_bug 25648 "Setting TabProcGrowth=0 to avoid hang" - then + if w_workaround_wine_bug 25648 "Setting TabProcGrowth=0 to avoid hang"; then cat > "$W_TMP"/set-tabprocgrowth.reg <<_EOF_ REGEDIT4 -[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] +[HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\Main] "TabProcGrowth"=dword:00000000 _EOF_ @@ -8835,58 +11862,148 @@ _EOF_ # Seeing is believing case $WINETRICKS_GUI in - none) - w_warn "To start ie8, use the command "$WINE" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" - ;; - *) - w_warn "Starting ie8. To start it later, use the command "$WINE" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" - "$WINE" "${W_PROGRAMS_WIN}\\Internet Explorer\\iexplore" http://www.microsoft.com/windows/internet-explorer > /dev/null 2>&1 & - ;; + none) + w_warn "To start ie8, use the command \"$WINE\" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" + ;; + *) + w_warn "Starting ie8. To start it later, use the command \"$WINE\" '${W_PROGRAMS_WIN}\\\\Internet Explorer\\\\iexplore'" + "$WINE" "${W_PROGRAMS_WIN}\\Internet Explorer\\iexplore" https://www.microsoft.com/windows/internet-explorer > /dev/null 2>&1 & + ;; esac + + w_unset_winver } #---------------------------------------------------------------- -w_metadata mingw apps \ - title="Minimalist GNU for Windows, including GCC for Windows" \ - publisher="GNU" \ +w_metadata kde apps \ + title="KDE on Windows" \ + publisher="various" \ year="2013" \ media="download" \ - file1="mingw-get-0.6.2-mingw32-beta-20131004-1-bin.tar.xz" \ - installed_exe1="c:/MinGW/bin/gcc.exe" \ - homepage="http://mingw.org/wiki/Getting_Started" + file1="kdewin-installer-gui-1.0.0.exe" \ + installed_exe1="$W_PROGRAMS_WIN/kde/etc/installer.ini" \ + homepage="https://community.kde.org/Windows" \ + unattended="no" -load_mingw() +load_kde() { - w_download "$WINETRICKS_SOURCEFORGE/mingw/files/$file1" - - w_try mkdir -p "$W_DRIVE_C/MinGW" - w_try tar -C "$W_DRIVE_C/MinGW" -Jxvf "$W_CACHE/mingw/$file1" - w_append_path 'C:\MinGW\bin' - w_try "$WINE" mingw-get update - w_try "$WINE" mingw-get install gcc msys-base + w_download http://mirrors.mit.edu/kde/stable/kdewin/installer/kdewin-installer-gui-1.0.0.exe 6bc5e0cc9e3418c08b6545300f68de0652ac297cbcdc81fd0ebe04f5934006f5 + mkdir -p "$W_PROGRAMS_UNIX/kde" + w_try cp "$W_CACHE/kde/${file1}" "$W_PROGRAMS_UNIX/kde" + w_try_cd "$W_PROGRAMS_UNIX/kde" + # There's no unattended option, probably because there are so many choices, + # it's like Cygwin + w_try "$WINE" "${file1}" } #---------------------------------------------------------------- -w_metadata mpc apps \ - title="Media Player Classic - Home Cinema" \ - publisher="doom9 folks" \ - year="2010" \ +w_metadata kindle apps \ + title="Amazon Kindle" \ + publisher="Amazon" \ + year="2017" \ media="download" \ - file1="MPC-HomeCinema.1.4.2499.0.x86.zip" \ - installed_file1="$W_PROGRAMS_X86_WIN/Media Player Classic/mpc-hc.exe" \ - homepage="http://mpc-hc.sourceforge.net" + file1="KindleForPC-installer-1.16.44025.exe" \ + installed_exe1="$W_PROGRAMS_WIN/Amazon/Kindle/Kindle.exe" \ + homepage="https://www.amazon.com/kindle-dbs/fd/kcp" -load_mpc() +load_kindle() +{ + if w_workaround_wine_bug 43508; then + w_warn "Using an older version of Kindle (1.16.44025) to work around https://bugs.winehq.org/show_bug.cgi?id=43508" + fi + + w_download https://s3.amazonaws.com/kindleforpc/44025/KindleForPC-installer-1.16.44025.exe + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" ${W_OPT_UNATTENDED:+ /S} + + if w_workaround_wine_bug 35041 && [ ! -z "$W_TASKSET" ] ; then + w_warn "You may need to run with $W_TASKSET to avoid a libX11 crash." + fi + + if w_workaround_wine_bug 29045; then + w_call corefonts + fi + + w_warn "If kindle does not load for you, try increasing your open file limit" +} + +#---------------------------------------------------------------- + +w_metadata kobo apps \ + title="Kobo e-book reader" \ + publisher="Kobo" \ + year="2011" \ + media="download" \ + file1="KoboSetup.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Kobo/Kobo.exe" \ + homepage="http://www.borders.com/online/store/MediaView_ereaderapps" + +load_kobo() +{ + w_download http://download.kobobooks.com/desktop/1/KoboSetup.exe 721e76c06820058422f06420400a0b1286662196d6178d70c4592fd8034704c4 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" ${W_OPT_UNATTENDED:+ /S} +} + +#---------------------------------------------------------------- + +w_metadata mingw apps \ + title="Minimalist GNU for Windows, including GCC for Windows" \ + publisher="GNU" \ + year="2013" \ + media="download" \ + file1="mingw-get-setup.exe" \ + installed_exe1="c:/MinGW/bin/gcc.exe" \ + homepage="http://mingw.org/wiki/Getting_Started" + +load_mingw() { - w_download $WINETRICKS_SOURCEFORGE/project/mpc-hc/MPC%20HomeCinema%20-%20Win32/MPC-HC%20v1.4.2499.0_32%20bits/MPC-HomeCinema.1.4.2499.0.x86.zip 9f8c4a8e70fa36ffa68f878d13adc8b09b915ece + w_download "$WINETRICKS_SOURCEFORGE/mingw/files/mingw-get-setup.exe" aab27bd5547d35dc159288f3b5b8760f21b0cfec86e8f0032b49dd0410f232bc + + w_try_cd "$W_CACHE/mingw" + w_try "$WINE" "$file1" - mkdir -p "$W_PROGRAMS_X86_UNIX/Media Player Classic" - cd "$W_PROGRAMS_X86_UNIX/Media Player Classic" - w_try_unzip -j "$W_CACHE/mpc/MPC-HomeCinema.1.4.2499.0.x86.zip" + w_append_path 'C:\MinGW\bin' + w_try "$WINE" mingw-get update + w_try "$WINE" mingw-get install gcc msys-base +} + +#---------------------------------------------------------------- + +w_metadata mozillabuild apps \ + title="Mozilla build environment" \ + publisher="Mozilla Foundation" \ + year="2015" \ + media="download" \ + file1="MozillaBuildSetup-2.0.0.exe" \ + installed_file1="c:/mozilla-build/moztools/bin/nsinstall.exe" \ + homepage="https://wiki.mozilla.org/MozillaBuild" - w_declare_exe "$W_PROGRAMS_X86_WIN\Media Player Classic" mpc-hc.exe +load_mozillabuild() +{ + w_download https://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-2.0.0.exe d5ffe52fe634fb7ed02e61041cc183c3af92039ee74e794f7ae83a408e4cf3f5 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" MozillaBuildSetup-2.0.0.exe $W_UNATTENDED_SLASH_S +} + +#---------------------------------------------------------------- + +w_metadata mpc apps \ + title="Media Player Classic - Home Cinema" \ + publisher="doom9 folks" \ + year="2014" \ + media="download" \ + file1="MPC-HC.1.7.5.x86.exe" \ + installed_file1="$W_PROGRAMS_X86_WIN/MPC-HC/mpc-hc.exe" \ + homepage="https://mpc-hc.sourceforge.io/" + +load_mpc() +{ + w_download $WINETRICKS_SOURCEFORGE/project/mpc-hc/MPC%20HomeCinema%20-%20Win32/MPC-HC_v1.7.5_x86/MPC-HC.1.7.5.x86.exe 1d690da5b330f723aea4a294d478828395d321b59fc680f2b971e8b16b8bd33d + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" MPC-HC.1.7.5.x86.exe ${W_OPT_UNATTENDED:+ /VERYSILENT} } #---------------------------------------------------------------- @@ -8894,18 +12011,127 @@ load_mpc() w_metadata mspaint apps \ title="MS Paint" \ publisher="Microsoft" \ - year="2001" \ + year="2010" \ media="download" \ - file1="paintnt.exe" \ - installed_exe1="c:/windows/MSPAINT.EXE" + file1="WindowsXP-KB978706-x86-ENU.exe" \ + installed_file1="c:/windows/mspaint.exe" load_mspaint() { - # http://helpforlinux.blogspot.com/2008/12/run-ms-paint-in-linux.html - w_download http://download.microsoft.com/download/winntwks40/paint/1/nt4/en-us/paintnt.exe a22c4e367ef9d2cd23f0a8ae8d9ebff5bc1e8a0b - w_try_unzip "$W_CACHE"/mspaint/paintnt.exe -d "$W_WINDIR_UNIX" + if w_workaround_wine_bug 657 "Native mspaint.exe from XP requires mfc42.dll"; then + w_call mfc42 + fi + + # Originally at: https://download.microsoft.com/download/0/A/4/0A40DF5C-2BAE-4C63-802A-84C33B34AC98/WindowsXP-KB978706-x86-ENU.exe + # Mirror list: http://www.filewatcher.com/_/?q=WindowsXP-KB978706-x86-ENU.exe + w_download ftp://cbvk.cz/programy_pro_knihovny/update-pack/Windows%20XP%20x86%20ENU/Security%20Updates/WindowsXP-KB978706-x86-ENU.exe 93ed34ab6c0d01a323ce10992d1c1ca27d1996fef82f0864d83e7f5ac6f9b24b + w_try $WINE "$W_CACHE"/mspaint/WindowsXP-KB978706-x86-ENU.exe /q /x:"$W_TMP"/WindowsXP-KB978706-x86-ENU + w_try cp -f "$W_TMP"/WindowsXP-KB978706-x86-ENU/SP3GDR/mspaint.exe "$W_WINDIR_UNIX"/mspaint.exe +} + +#---------------------------------------------------------------- + +w_metadata mt4 apps \ + title="Meta Trader 4" \ + year="2005" \ + media="download" \ + file1="mt4setup.exe" + +load_mt4() +{ + w_download https://download.mql5.com/cdn/web/metaquotes.software.corp/mt4/mt4setup.exe + + if w_workaround_wine_bug 7156 "${title} needs wingdings.ttf, installing opensymbol"; then + w_call opensymbol + fi + + # Opens a webpage + WINEDLLOVERRIDES="winebrowser.exe=" + export WINEDLLOVERRIDES + + # No documented silent install option, unfortunately.. + w_try_cd "$W_CACHE/$W_PACKAGE" + w_ahk_do " + Run, ${file1} + WinWait, MetaTrader Setup, license agreement + ControlClick, Button1 + Sleep 100 + ControlClick, Button3 + WinWait, MetaTrader Setup, Installation successfully completed + ControlClick, Button4 + Process, Wait, terminal.exe + Process, Close, terminal.exe + " +} + +#---------------------------------------------------------------- + +w_metadata njcwp_trial apps \ + title="NJStar Chinese Word Processor trial" \ + publisher="NJStar" \ + year="2015" \ + media="download" \ + file1="njcwp610sw15918.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/NJStar Chinese WP6/NJStar.exe" \ + homepage="https://www.njstar.com/cms/njstar-chinese-word-processor" - w_declare_exe "$W_WINDIR_UNIX" "mspaint.exe" +load_njcwp_trial() +{ + w_download http://ftp.njstar.com/sw/njcwp610sw15918.exe 7afa6dfc431f058d1397ac7100d5650b97347e1f37f81a2e2d2ee5dfdff4660b + w_try_cd "$W_CACHE/$W_PACKAGE" + if test "$W_OPT_UNATTENDED"; then + w_ahk_do " + SetTitleMatchMode, 2 + run $file1 + WinWait, Setup, Welcome + ControlClick Button2 ; next + WinWait, Setup, License + ControlClick Button2 ; agree + WinWait, Setup, Install + ControlClick Button2 ; install + WinWait, Setup, Completing + ControlClick Button4 ; do not launch + ControlClick Button2 ; finish + WinWaitClose + " + else + w_try "$WINE" "$file1" + fi +} + +#---------------------------------------------------------------- + +w_metadata njjwp_trial apps \ + title="NJStar Japanese Word Processor trial" \ + publisher="NJStar" \ + year="2009" \ + media="download" \ + file1="njjwp610sw15918.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/NJStar Japanese WP6/NJStarJ.exe" \ + homepage="https://www.njstar.com/cms/njstar-japanese-word-processor" + +load_njjwp_trial() +{ + w_download http://ftp.njstar.com/sw/njjwp610sw15918.exe 7f36138c3d19539cb73d757cd42a6f7afebdaf9cfed0cf9bc483c33e519e2a26 + w_try_cd "$W_CACHE/$W_PACKAGE" + if test "$W_OPT_UNATTENDED"; then + w_ahk_do " + SetTitleMatchMode, 2 + run $file1 + WinWait, Setup, Welcome + ControlClick Button2 ; next + WinWait, Setup, License + ControlClick Button2 ; agree + WinWait, Setup, Install + ControlClick Button2 ; install + WinWait, Setup, Completing + ControlClick Button4 ; do not launch + ControlClick Button2 ; finish + WinWaitClose + " + else + w_try "$WINE" "$file1" + fi } #---------------------------------------------------------------- @@ -8917,19 +12143,40 @@ w_metadata nook apps \ media="download" \ file1="bndr2_setup_latest.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Barnes & Noble/BNDesktopReader/BNDReader.exe" \ - homepage="http://www.barnesandnoble.com/u/free-nook-apps/379002321/" + homepage="https://www.barnesandnoble.com/h/nook/apps" load_nook() { - # dates from curl --head - # 10 Feb 2011 sha1sum 4a06a529b93ed33c3518326d874b40d8d7b70e7a - # 7 Oct 2011 sha1sum 3b0301bd55471cc47cced44501547411fac9fcea - # 7 Mar 2012 sha1sum e7060a63b9b303ddd820de762d9df254e1c931bc - w_download http://images.barnesandnoble.com/PResources/download/eReader2/bndr2_setup_latest.exe e7060a63b9b303ddd820de762d9df254e1c931bc - cd "$W_CACHE"/nook - "$WINE" $file1 ${W_OPT_UNATTENDED:+ /S} - # normally has exit status 199? - w_declare_exe "$W_PROGRAMS_WIN\\Barnes & Noble\\BNDesktopReader" "BNDReader.exe" + # Dates from curl --head + # 2012/03/07: sha256sum 436616d99f0e2351909ab53d910b505c7a3fca248876ebb835fd7bce4aad9720 + w_download http://images.barnesandnoble.com/PResources/download/eReader2/bndr2_setup_latest.exe 436616d99f0e2351909ab53d910b505c7a3fca248876ebb835fd7bce4aad9720 + w_try_cd "$W_CACHE/$W_PACKAGE" + + # Exits with 199 for some reason.. + "$WINE" "$file1" ${W_OPT_UNATTENDED:+ /S} + + status=$? + case $status in + 0|199) echo "Successfully installed $W_PACKAGE" ;; + *) w_die "Failed to install $W_PACKAGE" ;; + esac +} + +#---------------------------------------------------------------- + +w_metadata npp apps \ + title="Notepad++" \ + publisher="Don Ho" \ + year="2015" \ + media="download" \ + file1="npp.6.7.9.2.Installer.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Notepad++/notepad++.exe" + +load_npp() +{ + w_download https://notepad-plus-plus.org/repository/6.x/6.7.9.2/npp.6.7.9.2.Installer.exe cecc981d56d759233b804fa77e70ed62e411aaee58dcb1e53b91909c99d29096 + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "${file1}" $W_UNATTENDED_SLASH_S } #---------------------------------------------------------------- @@ -8981,12 +12228,6 @@ load_office2003pro() } WinWaitClose " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office11" WINWORD.EXE word2003 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office11" EXCEL.EXE excel2003 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office11" POWERPNT.EXE powerpoint2003 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office11" MSACCESS.EXE access2003 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office11" OUTLOOK.EXE outlook2003 } #---------------------------------------------------------------- @@ -9001,8 +12242,7 @@ w_metadata office2007pro apps \ load_office2007pro() { - if w_workaround_wine_bug 14980 "Using native riched20" - then + if w_workaround_wine_bug 14980 "Using native riched20"; then w_override_app_dlls winword.exe n riched20 w_override_app_dlls excel.exe n riched20 w_override_app_dlls powerpnt.exe n riched20 @@ -9015,11 +12255,10 @@ load_office2007pro() w_mount OFFICE12 w_read_key - if test $W_OPT_UNATTENDED - then + if test $W_OPT_UNATTENDED; then # See - # http://blogs.technet.com/b/office_resource_kit/archive/2009/01/29/configure-a-silent-install-of-the-2007-office-system-with-config-xml.aspx - # http://www.symantec.com/connect/articles/office-2007-silent-installation-lessons-learned + # https://blogs.technet.microsoft.com/office_resource_kit/2009/01/29/configure-a-silent-install-of-the-2007-office-system-with-config-xml/ + # https://www.symantec.com/connect/articles/office-2007-silent-installation-lessons-learned cat > "$W_TMP"/config.xml <<__EOF__ @@ -9030,46 +12269,204 @@ __EOF__ status=$? case $status in - 0|43) ;; - 78) - w_die "Installing $W_PACKAGE failed, product key $W_KEY \ -might be wrong. Try again without -q, or put correct key in \ -$W_CACHE/$W_PACKAGE/key.txt and rerun." - ;; - *) - w_die "Installing $W_PACKAGE failed." - ;; + 0|43) ;; + 78) + w_die "Installing $W_PACKAGE failed, product key $W_KEY \ + might be wrong. Try again without -q, or put correct key in \ + $W_CACHE/$W_PACKAGE/key.txt and rerun." + ;; + *) + w_die "Installing $W_PACKAGE failed." + ;; esac else w_try "$WINE" ${W_ISO_MOUNT_LETTER}:setup.exe fi +} + +#---------------------------------------------------------------- + +w_metadata office2013pro apps \ + title="Microsoft Office 2013 Professional" \ + publisher="Microsoft" \ + year="2013" \ + media="download" \ + file1="setup.exe" \ + installed_file1="$W_PROGRAMS_X86_WIN/Microsoft Office/Office15/WINWORD.EXE" + +load_office2013pro() +{ + w_package_unsupported_win64 + + if [ ! -x "$(which ntlm_auth 2>/dev/null)" ]; then + w_die "winbind (part of samba) is required for the installation" + fi + + # link from https://www.askvg.com/direct-download-link-microsoft-office-2013-professional-plus-free-trial/ + w_download http://care.dlservice.microsoft.com/dl/download/2/9/C/29CC45EF-4CDA-4710-9FB3-1489786570A1/OfficeProfessionalPlus_x86_en-us.img 236f8faae3f979ec72592a63784bba2f0d614916350c44631221b88ae9dae206 "OFFICE15.iso" + + w_set_winver win7 + + w_call corefonts + w_call tahoma + + w_call riched20 + + + if w_workaround_wine_bug 43581 "Wine has problems parsing some regex strings during installation"; then + w_call msxml6 + fi + + if w_workaround_wine_bug 38648 "DirectX < 11 has problems with black window after installation" ,3.0; then + cat > "$W_TMP"/MaxVersionGL.reg <<_EOF_ +REGEDIT4 + +[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D] +"MaxVersionGL"=dword:00030002 + +_EOF_ + w_try_regedit "$W_TMP_WIN"\\MaxVersionGL.reg + fi + + w_mount OFFICE15 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office12" WINWORD.EXE word2007 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office12" EXCEL.EXE excel2007 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office12" POWERPNT.EXE powerpoint2007 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office12" MSACCESS.EXE access2007 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office12" OUTLOOK.EXE outlook2007 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office12" MSPUB.EXE publisher2007 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Office\\Office12" INFOPATH.EXE infopath2007 + if test $W_OPT_UNATTENDED; then + cat > "$W_TMP"/config.xml <<_EOF_ + + + +_EOF_ + w_try "$WINE" "${W_ISO_MOUNT_LETTER}:${file1}" /config "$W_TMP_WIN"\\config.xml + else + w_try "$WINE" "${W_ISO_MOUNT_LETTER}:${file1}" + fi + + w_wineserver -w + w_umount + + w_warn "Microsoft Office 2013 is far away from running stable under wine 3.3. It should not be used in a productive environment." } #---------------------------------------------------------------- -w_metadata opera apps \ - title="Opera 11" \ - publisher="Opera Software" \ - year="2011" \ +w_metadata ollydbg110 apps \ + title="OllyDbg" \ + publisher="ollydbg.de" \ + year="2004" \ + media="download" \ + file1="odbg110.zip" \ + installed_file1="c:/ollydbg110/OLLYDBG.EXE" \ + homepage="http://ollydbg.de" + +load_ollydbg110() +{ + # The GUI is unreadable without having corefonts installed. + w_call corefonts + + w_download http://www.ollydbg.de/odbg110.zip 73b1770f28893dab22196eb58d45ede8ddf5444009960ccc0107d09881a7cd1e + w_try_unzip "$W_DRIVE_C/ollydbg110" "$W_CACHE/$W_PACKAGE"/odbg110.zip +} + +#---------------------------------------------------------------- + +w_metadata ollydbg200 apps \ + title="OllyDbg" \ + publisher="ollydbg.de" \ + year="2010" \ media="download" \ - file1="Opera_1150_en_Setup.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Opera/opera.exe" + file1="odbg200.zip" \ + installed_file1="c:/ollydbg200/ollydbg.exe" \ + homepage="http://ollydbg.de" -load_opera() +load_ollydbg200() { - w_download ftp://ftp.opera.com/pub/opera/win/1150/en/Opera_1150_en_Setup.exe df50c7aed50e92af858e8834f833dd0543014b46 - cd "$W_CACHE"/$W_PACKAGE - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ /silent /launchopera 0 /allusers} - w_declare_exe "$W_PROGRAMS_X86_WIN\\Opera" opera.exe + # The GUI is unreadable without having corefonts installed. + w_call corefonts + + w_download http://www.ollydbg.de/odbg200.zip 93dfd6348323db33f2005fc1fb8ff795256ae91d464dd186adc29c4314ed647c + w_try_unzip "$W_DRIVE_C/ollydbg200" "$W_CACHE/$W_PACKAGE"/odbg200.zip +} + +#---------------------------------------------------------------- + +w_metadata ollydbg201 apps \ + title="OllyDbg" \ + publisher="ollydbg.de" \ + year="2013" \ + media="download" \ + file1="odbg201.zip" \ + installed_file1="c:/ollydbg201/ollydbg.exe" \ + homepage="http://ollydbg.de" + +load_ollydbg201() +{ + # The GUI is unreadable without having corefonts installed. + w_call corefonts + + w_download http://www.ollydbg.de/odbg201.zip 29244e551be31f347db00503c512058086f55b43c93c1ae93729b15ce6e087a5 + w_try_unzip "$W_DRIVE_C/ollydbg201" "$W_CACHE/$W_PACKAGE"/odbg201.zip + + # ollydbg201 is affected by Wine bug 36012 if debug symbols are available. + # As a workaround native 'dbghelp' can be installed. We don't do this automatically + # because for some people it might work even without additional workarounds. + # Older versions of OllyDbg were not affected by this bug. +} + +#---------------------------------------------------------------- + +w_metadata openwatcom apps \ + title="Open Watcom C/C++ compiler (can compile win16 code!)" \ + publisher="Watcom" \ + year="2010" \ + media="download" \ + file1="open-watcom-c-win32-1.9.exe" \ + installed_file1="c:/WATCOM/owsetenv.bat" \ + homepage="http://www.openwatcom.org" + +load_openwatcom() +{ + # 2016/03/11: upstream http://www.openwatcom.org appears to be dead (404) + w_download "http://openwatcom.mirror.fr/open-watcom-c-win32-1.9.exe" 040c910aba304fdb5f39b8fe508cd3c772b1da1f91a58179fa0895e0b2bf190b + + if [ $W_UNATTENDED_SLASH_Q ]; then + # Options documented at http://bugzilla.openwatcom.org/show_bug.cgi?id=898 + # But they don't seem to work on Wine, so jam them into setup.inf + # Pick smallest installation that supports 16-bit C and C++ + w_try_cd "$W_TMP" + cp "$W_CACHE"/openwatcom/open-watcom-c-win32-1.9.exe . + w_try_unzip . open-watcom-c-win32-1.9.exe setup.inf + sed -i 's/tools16=.*/tools16=true/' setup.inf + w_try zip -f open-watcom-c-win32-1.9.exe + w_try "$WINE" open-watcom-c-win32-1.9.exe -s + else + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" open-watcom-c-win32-1.9.exe + fi + + if test ! -f "$W_DRIVE_C"/WATCOM/binnt/wcc.exe; then + w_warn "c:/watcom/binnt/wcc.exe not found; you probably didn't select 16-bit tools, and won't be able to build win16test." + fi +} + +#---------------------------------------------------------------- + +w_metadata protectionid apps \ + title="Protection ID" \ + publisher="CDKiLLER & TippeX" \ + year="2016" \ + media="manual_download" \ + file1="ProtectionId.685.December.2016.rar" \ + installed_file1="$W_SYSTEM32_DLLS_WIN/protection_id.exe" + +load_protectionid() +{ + w_download_manual "https://pid.gamecopyworld.com/" ProtectionId.685.December.2016.rar 27a84d740c9fb96cc866438a2b5cd4afc350affc8b7a0122c28c651af3559aea + w_try_cd "$W_SYSTEM32_DLLS" + w_try_unrar "${W_CACHE}/${W_PACKAGE}/${file1}" + + # ProtectionId.685.December.2016 has a different executable name than usual, this may need to be disabled on next update: + w_try mv Protection_ID.eXe protection_id.exe } #---------------------------------------------------------------- @@ -9084,23 +12481,25 @@ w_metadata psdk2003 apps \ load_psdk2003() { + w_package_unsupported_win64 + w_call mfc42 - # http://www.microsoft.com/en-us/download/details.aspx?id=15656 - w_download http://download.microsoft.com/download/7/5/e/75ec7f04-4c8c-4f38-b582-966e76602643/5.2.3790.1830.15.PlatformSDK_Svr2003SP1_rtm.img + # https://www.microsoft.com/en-us/download/details.aspx?id=15656 + w_download https://download.microsoft.com/download/7/5/e/75ec7f04-4c8c-4f38-b582-966e76602643/5.2.3790.1830.15.PlatformSDK_Svr2003SP1_rtm.img 7ef138b07a8ed2e008371d8602900eb68e86ac2a832d16b53f462a9e64f24d53 # Unpack ISO (how handy that 7z can do this!) # Only the windows version of 7z can handle .img files? WINETRICKS_OPT_SHAREDPREFIX=1 w_call 7zip - cd "$W_PROGRAMS_X86_UNIX"/7-Zip + w_try_cd "$W_PROGRAMS_X86_UNIX"/7-Zip w_try "$WINE" 7z.exe x -y -o"$W_TMP_WIN" "$W_CACHE_WIN\\psdk2003\\5.2.3790.1830.15.PlatformSDK_Svr2003SP1_rtm.img" - cd "$W_TMP/Setup" + w_try_cd "$W_TMP/Setup" # Sanity check... - w_verify_sha1sum 6376ab5394226f426366d0646bf244d26156697b PSDK-x86.msi + w_verify_sha256sum d2605ae6f35a7fcc209e1d8dfbdfdb42afcb61e7d173f58fd608ae31db4ab1e7 PSDK-x86.msi - w_try "$WINE" msiexec /i PSDK-x86.msi ${W_OPT_UNATTENDED:+/qb} + w_try "$WINE" msiexec /i PSDK-x86.msi ${W_UNATTENDED_SLASH_QB} } #---------------------------------------------------------------- @@ -9115,38 +12514,32 @@ w_metadata psdkwin7 apps \ load_psdkwin7() { - # http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en + # https://www.microsoft.com/en-us/download/details.aspx?id=3138 w_call dotnet20 - if w_workaround_wine_bug 21509 "" 1.2, - then - w_call gdiplus # work around http://bugs.winehq.org/show_bug.cgi?id=21509 - fi w_call mfc42 # need mfc42u, or setup will abort # don't have a working unattended recipe. Maybe we'll have to - # do an autohotkey script until msft gets its act together: - # http://social.msdn.microsoft.com/Forums/en-US/windowssdk/thread/c053b616-7d5b-405d-9841-ec465a8e21d5 - w_download http://download.microsoft.com/download/7/A/B/7ABD2203-C472-4036-8BA0-E505528CCCB7/winsdk_web.exe a01dcc67a38f461e80ea649edf1353f306582507 - cd "$W_CACHE"/psdkwin7 - if w_workaround_wine_bug 21596 - then - w_warn "When given a choice, select only C++ compilers and headers, the other options don't work yet. See http://bugs.winehq.org/show_bug.cgi?id=21596" + # do an AutoHotKey script until Microsoft gets its act together: + # https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/c053b616-7d5b-405d-9841-ec465a8e21d5/ + w_download https://download.microsoft.com/download/7/A/B/7ABD2203-C472-4036-8BA0-E505528CCCB7/winsdk_web.exe bb0e3b5d8feb750b3164b657a046f76ff086887719e418f57ce88ada5e8990d5 + w_try_cd "$W_CACHE/$W_PACKAGE" + if w_workaround_wine_bug 21596; then + w_warn "When given a choice, select only C++ compilers and headers, the other options don't work yet. See https://bugs.winehq.org/show_bug.cgi?id=21596" fi w_try "$WINE" winsdk_web.exe - if w_workaround_wine_bug 21362 - then + if w_workaround_wine_bug 21362; then # Assume user installed in default location cat > "$W_TMP"/set-psdk7.reg <<_EOF_ REGEDIT4 -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs] +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows] +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows] "CurrentVersion"="v7.0" -"CurrentInstallFolder"="C:\\\Program Files\\\Microsoft SDKs\\\Windows\\\v7.0\\\" +"CurrentInstallFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.0\\\\" -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0] -"InstallationFolder"="C:\\\Program Files\\\Microsoft SDKs\\\Windows\\\v7.0\\\" +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v7.0] +"InstallationFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.0\\\\" "ProductVersion"="7.0.7600.16385.40715" "ProductName"="Microsoft Windows SDK for Windows 7 (7.0.7600.16385.40715)" _EOF_ @@ -9156,117 +12549,156 @@ _EOF_ #---------------------------------------------------------------- -w_metadata python26 dlls \ - title="Python Interpreter, version 2.6.2" \ - publisher="Python Software Foundaton" \ - year="2009" \ +w_metadata psdkwin71 apps \ + title="MS Windows 7.1 SDK" \ + publisher="Microsoft" \ + year="2010" \ media="download" \ - file1="python-2.6.2.msi" \ - installed_exe1="c:/Python26/python.exe" + file1="winsdk_web.exe" \ + installed_exe1="C:/Program Files/Microsoft SDKs/Windows/v7.1/Bin/SetEnv.Cmd" -load_python26() +load_psdkwin71() { - w_download http://www.python.org/ftp/python/2.6.2/python-2.6.2.msi 2d1503b0e8b7e4c72a276d4d9027cf4856b208b8 - w_download $WINETRICKS_SOURCEFORGE/project/pywin32/pywin32/Build%20214/pywin32-214.win32-py2.6.exe eca58f29b810d8e3e7951277ebb3e35ac35794a3 + w_call dotnet20 + w_call dotnet40 + w_call mfc42 # need mfc42u, or setup will abort + # https://www.microsoft.com/en-us/download/details.aspx?id=3138 + w_download https://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/winsdk_web.exe 9ea8d82a66a33946e8673df92d784971b35b8f65ade3e0325855be8490e3d51d - if [ "$WINETRICKS_WINE_VERSION" = "wine-1.4.1" ] - then - w_die "This installer is broken under $WINETRICKS_WINE_VERSION. Please upgrade Wine. See https://code.google.com/p/winetricks/issues/detail?id=347 for more info." + if w_workaround_wine_bug 21596; then + w_warn "When given a choice, select only C++ compilers and headers, the other options don't work yet. See https://bugs.winehq.org/show_bug.cgi?id=21596" fi - cd "$W_CACHE"/python26 - w_try "$WINE" msiexec /i python-2.6.2.msi ALLUSERS=1 $W_UNATTENDED_SLASH_Q + # don't have a working unattended recipe. Maybe we'll have to + # do an AutoHotKey script until Microsoft gets its act together: + # https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/c053b616-7d5b-405d-9841-ec465a8e21d5/ + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" winsdk_web.exe - w_ahk_do " - SetTitleMatchMode, 2 - run pywin32-214.win32-py2.6.exe - WinWait, Setup, Wizard will install pywin32 - if ( w_opt_unattended > 0 ) { - ControlClick Button2 ; next - WinWait, Setup, Python 2.6 is required - ControlClick Button3 ; next - WinWait, Setup, Click Next to begin - ControlClick Button3 ; next - WinWait, Setup, finished - ControlClick Button4 ; Finish - } - WinWaitClose - " + if w_workaround_wine_bug 21362; then + # Assume user installed in default location + cat > "$W_TMP"/set-psdk71.reg <<_EOF_ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs] + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows] +"CurrentVersion"="v7.1" +"CurrentInstallFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v7.1] +"InstallationFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\" +"ProductVersion"="7.0.7600.0.30514" +"ProductName"="Microsoft Windows SDK for Windows 7 (7.0.7600.0.30514)" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v7.1\\WinSDKBuild] +"ComponentName"="Microsoft Windows SDK Headers and Libraries" +"InstallationFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\" +"ProductVersion"="7.0.7600.0.30514" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v7.1\\WinSDKTools] +"ComponentName"="Microsoft Windows SDK Headers and Libraries" +"InstallationFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\bin\\\\" +"ProductVersion"="7.0.7600.0.30514" + +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Microsoft SDKs\\Windows\\v7.1\\WinSDKWin32Tools] +"ComponentName"="Microsoft Windows SDK Utilities for Win32 Development" +"InstallationFolder"="C:\\\\Program Files\\\\Microsoft SDKs\\\\Windows\\\\v7.1\\\\bin\\\\" +"ProductVersion"="7.0.7600.0.30514" +_EOF_ + w_try_regedit "$W_TMP_WIN"\\set-psdk71.reg + fi } #---------------------------------------------------------------- -w_metadata python26_comtypes dlls \ - title="Comtypes 0.6.2 for Python 2.6" \ - publisher="theller" \ - year="2010" \ - media="download" \ - file1="comtypes-0.6.2.zip" \ - installed_file1="c:/Python26/Lib/site-packages/comtypes-0.6.2-py2.6.egg-info" \ - homepage="http://sourceforge.net/projects/comtypes" +w_metadata qq apps \ + title="QQ 8.9.1(Chinese chat app)" \ + publisher="Tencent" \ + year="2017" \ + media="download" \ + file1="QQ8.9.1.exe" \ + file2="QQ.tar.gz"\ + installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQ/Bin/QQScLauncher.exe" \ + homepage="http://www.qq.com" \ + unattended="no" -load_python26_comtypes() +load_qq() { - w_call python26 + w_download https://dldir1.qq.com/qqfile/qq/QQ8.9.1/20437/QQ8.9.1.exe 8e0d3ff5264da2d77e2fc011c21048edeebcf082f55f68a301f763c3a15c0d3f + w_download http://hillwoodhome.net/wine/QQ.tar.gz eb5cd6371eb75ec9e2fc0271199df05cbb9f38a60c2e81d5d8ac7daeb40aba62 + + if w_workaround_wine_bug 5162 "Installing native riched20 to work around can't input username."; then + w_call riched20 + fi - w_download $WINETRICKS_SOURCEFORGE/comtypes/0.6.2/comtypes-0.6.2.zip b84f4e3050652d494e8c8d9d6d6f221c124ffba9 + # Make sure chinese fonts are available + w_call fakechinese + + # uses mfc42u.dll + w_call mfc42 + + if w_workaround_wine_bug 38171 "Installing desktop file to work around bug"; then + w_try_cd "$W_TMP/" + tar -zxf "$W_CACHE/qq/QQ.tar.gz" + mkdir -p "$HOME/.local/share/applications/wine/Programs/腾讯软件/QQ" + mkdir -p "$HOME/.local/share/icons/hicolor/48x48/apps" + mkdir -p "$HOME/.local/share/icons/hicolor/256x256/apps" + w_try mv QQ/腾讯QQ.desktop ~/.local/share/applications/wine/Programs/腾讯软件/QQ + w_try mv QQ/48x48/QQ.png ~/.local/share/icons/hicolor/48x48/apps + w_try mv QQ/256x256/QQ.png ~/.local/share/icons/hicolor/256x256/apps + # shellcheck disable=SC1001 + echo Exec=env WINEPREFIX="$WINEPREFIX" "$WINE" "$W_PROGRAMS_X86_WIN"\/Tencent\/QQ\/bin\/QQScLauncher.exe >> "$HOME/.local/share/applications/wine/Programs/腾讯软件/QQ/腾讯QQ.desktop" + fi + + if w_workaround_wine_bug 39657 "Disable ntoskrnl.exe to work around can't be started bug"; then + w_override_dlls disabled ntoskrnl.exe + fi - cd "$W_TMP" - w_try_unzip "$W_CACHE/$W_PACKAGE"/comtypes-0.6.2.zip - cd comtypes-0.6.2 - w_try "$WINE" "C:\Python26\python.exe" setup.py install + if w_workaround_wine_bug 37680 "Disable txplatform.exe to work around QQ can't be quit cleanly"; then + w_override_dlls disabled txplatform.exe + fi + + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" } #---------------------------------------------------------------- -w_metadata spotify apps \ - title="Spotify - All the music, all the time" \ - publisher="Spotify" \ - year="2011" \ +w_metadata qqintl apps \ + title="QQ International Instant Messenger 2.11" \ + publisher="Tencent" \ + year="2014" \ media="download" \ - file1="SpotifyInstaller.exe" \ - installed_exe1="c:/users/$LOGNAME/Application Data/Spotify/spotify.exe" + file1="QQIntl2.11.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQIntl/Bin/QQ.exe" \ + homepage="http://www.imqq.com" \ + unattended="no" -load_spotify() +load_qqintl() { - # 0.4.9 f26712b576baa1c78112a05474293deef39f7f62 - # 29 Apr 2011 0.4.10 4becb04f8ad08a3ff59d6830bf1d998fcca1815b - # 7 may 2011 a3c7daecf1051c4aaab544e6b66753617c0706b1 - # updates too frequently to check checksum :-( - w_download http://www.spotify.com/download/Spotify%20Installer.exe + w_download https://dldir1.qq.com/qqfile/QQIntl/QQi_PC/QQIntl2.11.exe a08e5d8432ad41745cfe92479a9a0c3328a546c27f05486392ca7b77b1cb02a8 - cd "$W_CACHE"/spotify - # w_download doesn't handle renaming for us without a checksum, tsk. - # And autohotkey thinks % is a variable reference. - if test ! -f SpotifyInstaller.exe - then - cp Spotify%20Installer.exe SpotifyInstaller.exe + if w_workaround_wine_bug 33086 "Installing native riched20 to allow typing in username"; then + w_call riched20 fi - if w_workaround_wine_bug 27476 "Installing winhttp to work around a facebook integration crash on login and install" - then - w_call ie7 + if w_workaround_wine_bug 37617 "Installing native wininet to work around crash"; then + w_call wininet fi - # Install is silent by default, and always starts app - # So all we have to do here is close app if we want unattended install - w_ahk_do " - SetTitleMatchMode, 2 - run SpotifyInstaller.exe - WinWait, ahk_class SpotifyMainWindow - if ( w_opt_unattended > 0 ) { - WinClose - } - WinWaitClose - " + if w_workaround_wine_bug 37680 "Disable txplatform.exe to work around QQ can't be quit cleanly"; then + w_override_dlls disabled txplatform.exe + fi - # Kill the background task started if "Allow Spotify to be started from the Web" is specified - # or should we just do $WINESERVER -k, like fable_tlc does? - PID=`ps augxw | grep SpotifyWebHelper.exe | grep -v grep | awk '{print $2}'` + # Make sure chinese fonts are available + w_call fakechinese - kill $PID + # wants mfc80u.dll + w_call vcrun2005 - w_declare_exe "c:\\users\\$LOGNAME\\Application Data\\Spotify" spotify.exe + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" } #---------------------------------------------------------------- @@ -9281,40 +12713,20 @@ w_metadata safari apps \ load_safari() { - w_download http://appldnld.apple.com.edgesuite.net/content.info.apple.com/Safari5/061-7138.20100607.Y7U87/SafariSetup.exe e56d5d79d9cfbb85ac46ac78aa497d7f3d8dbc3d - - cd "$W_CACHE"/$W_PACKAGE - - if w_workaround_wine_bug 21146 - then - w_try mkdir -p "$W_APPDATA_UNIX/Apple Computer/Preferences" - cat > "$W_APPDATA_UNIX/Apple Computer/Preferences/com.apple.Safari.plist" <<_EOF_ - - - - - LastDisplayedWelcomePageVersionString - 4.0 - - -_EOF_ - fi + w_download http://appldnld.apple.com.edgesuite.net/content.info.apple.com/Safari5/061-7138.20100607.Y7U87/SafariSetup.exe a5b44032fe9cd0ede8571023912c91b1dcca106ad6a65a822be9ebd405510939 - if test $W_OPT_UNATTENDED - then - w_warn "Safari's silent install is broken under wine. See http://bugs.winehq.org/show_bug.cgi?id=23493. You should do a regular install if you want to use Safari." - w_try "$WINE" SafariSetup.exe /qn - else - w_try "$WINE" SafariSetup.exe + if test $W_OPT_UNATTENDED; then + w_warn "Safari's silent install is broken under Wine. See https://bugs.winehq.org/show_bug.cgi?id=23493. You should do a regular install if you want to use Safari." fi - w_declare_exe "$W_PROGRAMS_X86_WIN\\Safari" "Safari.exe" + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE_MULTI" SafariSetup.exe $W_UNATTENDED_SLASH_QN } #---------------------------------------------------------------- w_metadata sketchup apps \ - title="Sketchup 8" \ + title="SketchUp 8" \ publisher="Google" \ year="2012" \ media="download" \ @@ -9323,9 +12735,9 @@ w_metadata sketchup apps \ load_sketchup() { - w_download http://dl.google.com/sketchup/GoogleSketchUpWEN.exe f0628e6f05241f91e4f36d6be3b8685a408ad12b + w_download https://dl.google.com/sketchup/GoogleSketchUpWEN.exe e50c1b36131d72437eb32a124a5208fad22dc22b843683cfb520e1ef172b8352 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run GoogleSketchUpWEN.exe @@ -9352,41 +12764,6 @@ load_sketchup() } WinWaitClose " - - if w_workaround_wine_bug 14045 "Setting GLConfig Display HW_OK to 1" 1.3.18, - then - cat > "$W_TMP"/glconfigdisplay.reg <<_EOF_ -REGEDIT4 - -[HKEY_CURRENT_USER\Software\Google\SketchUp8\GLConfig\Display] -"HW_OK"="1" - -_EOF_ - w_try_regedit "$W_TMP_WIN"\\glconfigdisplay.reg - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Google\\Google SketchUp 8" "SketchUp.exe" -} - -#---------------------------------------------------------------- - -w_metadata songbird apps \ - title="Songbird" \ - publisher="POTI" \ - year="2010" \ - media="manual_download" \ - file1="Songbird_1.10.1-2160_windows-i686-msvc8.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Songbird/songbird.exe" \ - homepage="http://getsongbird.com" - -load_songbird() -{ - w_download_manual \ - http://getsongbird.com/system-requirements.php Songbird_1.10.1-2160_windows-i686-msvc8.exe \ - 3939988180e1bfba3f28ff5720942cbbc20b7fbf - cd "$W_CACHE/songbird" - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ /S} - w_declare_exe "$W_PROGRAMS_X86_WIN\\Songbird" songbird.exe } #---------------------------------------------------------------- @@ -9401,34 +12778,49 @@ w_metadata steam apps \ load_steam() { - # 18 Mar 2011 7f2fee9ffeaba8424a6c76d6c95b794735ac9959 - # 29 Nov 2012 fa053c268b6285741d1a1392c25f92c5cb2a6ffb - # 17 Mar 2014 b2a3fdbe4a662f3bf751f5b8bfc61f8d35e050fe - w_download http://media.steampowered.com/client/installer/SteamSetup.exe b2a3fdbe4a662f3bf751f5b8bfc61f8d35e050fe - cd "$W_CACHE"/steam + # 2016/10/28: 029f918a29b2b311711788e8a477c8de529c11d7dba3caf99cbbde5a983efdad + # 2018/06/01: 3bc6942fe09f10ed3447bccdcf4a70ed369366fef6b2c7f43b541f1a3c5d1c51 + w_download http://media.steampowered.com/client/installer/SteamSetup.exe 3bc6942fe09f10ed3447bccdcf4a70ed369366fef6b2c7f43b541f1a3c5d1c51 + w_try_cd "$W_CACHE/$W_PACKAGE" + # Should be fixed in newer steam versions, since 2012. Commenting out for a while before removing in case users need to revert locally + # # Install corefonts first, so if the user doesn't have cabextract/Wine with cab support, we abort before installing Steam. # FIXME: support using Wine's cab support - if ! test -f "$W_FONTSDIR_UNIX/Times.TTF" && \ - w_workaround_wine_bug 22751 "Installing corefonts to prevent a Steam crash" - then - w_call corefonts + #if ! test -f "$W_FONTSDIR_UNIX/Times.TTF" && \ + # w_workaround_wine_bug 22751 "Installing corefonts to prevent a Steam crash" + #then + # w_call corefonts + #fi + + if test $W_OPT_UNATTENDED; then + w_ahk_do " + run, SteamSetup.exe + SetTitleMatchMode, 2 + WinWait, Steam, Using Steam + ControlClick, Button2 + WinWait, Steam, Please review + ControlClick, Button4 + sleep 1000 + ControlClick, Button2 + WinWait, Steam, Select the language + ControlClick, Button2 + WinWait, Steam, Choose the folder + ControlClick, Button2 + WinWait, Steam, Steam has been installed + ControlClick, Button4 + sleep 1000 + ControlClick, Button2 + WinWaitClose + " + else + w_try "$WINE" SteamSetup.exe fi - w_try "$WINE" SteamSetup.exe $W_UNATTENDED_SLASH_Q - # Not all users need this disabled, but let's play it safe for now - if w_workaround_wine_bug 22053 "Disabling gameoverlayrenderer to prevent game crashes on some machines." - then + if w_workaround_wine_bug 22053 "Disabling gameoverlayrenderer to prevent game crashes on some machines."; then w_override_dlls disabled gameoverlayrenderer fi - - if w_workaround_wine_bug 31320 "Disabling dwrite.dll to prevent a Steam crash." - then - w_override_dlls disabled dwrite - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Steam" "Steam.exe" } #---------------------------------------------------------------- @@ -9443,33 +12835,12 @@ w_metadata uplay apps \ load_uplay() { - # 4 June 2013 3.0.1 sha1sum fdb9e736b5b2211fb23b35d30d52deae6f4b32a4 - # 1 July 2013 3.1.0 sha1sum 21a7f469534dd1463eaaab6b2be2fa9084bceea2 - # 11 Nov 2013 4.0 sha1sum 52e287f9f78313e4713d2f070b15734410da0c5a - # 26 Dec 2013 4.2 sha1sum ada2c11ee62eee19f8b1661bd974862e336623c6 - # 16 Feb 2014 ? sha1sum 19f98632ad1ff330c647f8ff1a3a15b44238c709 # Changes too frequently, don't check anymore w_download http://static3.cdn.ubi.com/orbit/launcher_installer/UplayInstaller.exe - cd "$W_CACHE"/uplay + w_try_cd "$W_CACHE/$W_PACKAGE" # NSIS installer w_try "$WINE" UplayInstaller.exe ${W_OPT_UNATTENDED:+ /S} - - if w_workaround_wine_bug 33742 "Using native crypt32 so uplay's autoupdater doesn't abort" - then - # Directx9 and game installation often fails with native crypt32, - # so set it to native for Uplay.exe only. - w_call crypt32 - w_override_dlls default crypt32 - w_override_app_dlls Uplay.exe native crypt32 - fi - - if w_workaround_wine_bug 33673 "Installing gdiplus to work around slow navigation" - then - w_call gdiplus - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Ubisoft\\Ubisoft Game Launcher" "Uplay.exe" } #---------------------------------------------------------------- @@ -9484,27 +12855,17 @@ w_metadata utorrent apps \ load_utorrent() { - # Torrent client supported on Windows,Mac OSX, Linux through WINE - # Oct 2010 2.0.4 sha1sum 8382b8a7bc625d68b6efe18a7b9e5488dc0119ee - # Nov 6 2010 2.0.4 sha1sum 263a91693d0976473cd321cd6f1b0103a814f3ad - # Dev 17 2010 2.2 sha1sum 0c95bdfba07421fe706b30ee2ec6779217c5dce4, hangs, see wine bug 24946 - # Feb 11 2011 2.2.1beta sha1sum 82e81e1484b4e8654b83908509f3777532c6fcb3 - # Mar 28 2011 2.2.1 sha1sum 7049109e4d3f72338d54b42ae37ecf38fafed46f - # Apr 14 2011 2.2.1 sha1sum b1378d7cbe5d1e1b168ce44def8f59facdc046d5 - # 7 May 2011 sha1sum 2932c9ed1c1225e485f7e3dd2ed267aa7d568c80 - # 14 May 2011 removed checksum, updates too quickly to track :-( - # 7 Mar 2012 sha1sum c6d9a80c02898139b17194d10293f17ecef054cb - w_download_manual "http://www.oldapps.com/utorrent.php?old_utorrent=38" utorrent_2.2.1.exe c6d9a80c02898139b17194d10293f17ecef054cb + # BitTorrent client supported on Windows, OS X, Linux through Wine + # 2012/03/07: sha1sum ec2c086ff784b06e4ff05243164ddb768b81ee32096afed6d5e574ff350b619e + w_download_manual "https://www.oldapps.com/utorrent.php?old_utorrent=38" utorrent_2.2.1.exe ec2c086ff784b06e4ff05243164ddb768b81ee32096afed6d5e574ff350b619e w_try cp -f "$W_CACHE/utorrent/$file1" "$W_WINDIR_UNIX"/utorrent.exe - - w_declare_exe "c:\\windows" "utorrent.exe" } #---------------------------------------------------------------- w_metadata utorrent3 apps \ - title="µTorrent 3.1" \ + title="µTorrent 3.4" \ publisher="BitTorrent" \ year="2011" \ media="download" \ @@ -9513,27 +12874,20 @@ w_metadata utorrent3 apps \ load_utorrent3() { - # 15 Apr 2011: sha1sum a5f198207919e8f2091a9b4459d7d6fc8a63e874 - # 27 Apr 2011: sha1sum d969f0c61cf2b2afaea4121f097ef690dffbf771 - # 7 May 2011: sha1sum 1793a7b15d905a9fa82f9a969a96fa53abaac04c - # 14 May: removed checksum, changes too often to track - # 7 Mar 2012: sha1sum 73ba69b5d0004239a709af5db57c88c9d9c8f7b2 - # 28 Jun 2013: sha1sum d2408c8a09a2bd9704af39f818ec7ac9e9cca46e - w_download http://download-new.utorrent.com/endpoint/utorrent/os/windows/track/stable/ d2408c8a09a2bd9704af39f818ec7ac9e9cca46e uTorrent.exe + # 2017/03/26: sha256sum 482cfc0759f484ad4e6547cc160ef3f08057cb05969242efd75a51525ab9bd92 + w_download https://download-new.utorrent.com/endpoint/utorrent/os/windows/track/stable/ 482cfc0759f484ad4e6547cc160ef3f08057cb05969242efd75a51525ab9bd92 uTorrent.exe - cd "$W_CACHE/$W_PACKAGE" - # If you don't use /PERFORMINSTALL, it just runs uTorrent + w_try_cd "$W_CACHE/$W_PACKAGE" + # If you don't use /PERFORMINSTALL, it just runs µTorrent # FIXME: That's no longer a quiet option, though.. - "$WINE" $file1 /PERFORMINSTALL /NORUN + "$WINE" "$file1" /PERFORMINSTALL /NORUN # dang installer exits with status 1 on success status=$? case $status in - 0|1) ;; - *) w_die "Note: utorrent installer returned status '$status'. Aborting." ;; + 0|1) ;; + *) w_die "Note: utorrent installer returned status '$status'. Aborting." ;; esac - - w_declare_exe "$W_DRIVE_C\\users\\$LOGNAME\\Application Data\\uTorrent" "uTorrent.exe" } #---------------------------------------------------------------- @@ -9548,33 +12902,25 @@ w_metadata vc2005express apps \ load_vc2005express() { - # Thanks to http://blogs.msdn.com/astebner/articles/551674.aspx for the recipe + # Thanks to https://blogs.msdn.microsoft.com/astebner/2006/03/14/how-to-create-an-installable-layout-for-visual-studio-2005-express-editions/ + # for the recipe w_call dotnet20 - if w_workaround_wine_bug 20029 "" 1.3.9, - then - w_call msxml6 - fi - # http://blogs.msdn.com/b/astebner/archive/2006/03/14/551674.aspx - # http://go.microsoft.com/fwlink/?linkid=57034 - w_download http://download.microsoft.com/download/A/9/1/A91D6B2B-A798-47DF-9C7E-A97854B7DD18/VC.iso 1ae44e4eaf8c61c3a39e573fd6efd9889e940529 + # https://blogs.msdn.microsoft.com/astebner/2006/03/14/how-to-create-an-installable-layout-for-visual-studio-2005-express-editions/ + # https://go.microsoft.com/fwlink/?linkid=57034 + w_download https://download.microsoft.com/download/A/9/1/A91D6B2B-A798-47DF-9C7E-A97854B7DD18/VC.iso 5ae700d0285d94ec6df23828c7dc9f5634cd250363bed72e486916af22ff9545 # Unpack ISO (how handy that 7z can do this!) - cd "$W_TMP" - w_try_7z x "$W_CACHE"/vc2005express/VC.iso + w_try_7z "$W_TMP" "$W_CACHE"/vc2005express/VC.iso - if [ $W_UNATTENDED_SLASH_Q ] - then + w_try_cd "$W_TMP" + if [ $W_UNATTENDED_SLASH_Q ]; then chmod +x Ixpvc.exe # Add /qn after ReallySuppress for a really silent install (but then you won't see any errors) w_try "$WINE" Ixpvc.exe /t:"$W_TMP_WIN" /q:a /c:"msiexec /i vcsetup.msi VSEXTUI=1 ADDLOCAL=ALL REBOOT=ReallySuppress" else - if w_workaround_wine_bug 25331 - then - w_warn "Install fails with wine older than 1.1.35. With wine-1.3.5 or higher, interactive install fails, but quiet mode (-q option) may work." - fi w_try "$WINE" setup.exe w_ahk_do " SetTitleMatchMode, 2 @@ -9582,8 +12928,27 @@ load_vc2005express() WinWaitClose, Visual C++ 2005 Express Edition Setup " fi +} + +#---------------------------------------------------------------- + +w_metadata vc2005expresssp1 apps \ + title="MS Visual C++ 2005 Express SP1" \ + publisher="Microsoft" \ + year="2007" \ + media="download" \ + file1="VS80sp1-KB926748-X86-INTL.exe" + +load_vc2005expresssp1() +{ + w_call vc2005express - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Visual Studio 8\\Common7\\IDE" "VCExpress.exe" + # https://www.microsoft.com/en-us/download/details.aspx?id=804 + if w_workaround_wine_bug 37375; then + w_warn "Installer currently fails" + fi + w_download https://download.microsoft.com/download/7/7/3/7737290f-98e8-45bf-9075-85cc6ae34bf1/VS80sp1-KB926748-X86-INTL.exe a959d1ea52674b5338473be32a1370f9ec80df84629a2ed3471aa911b42d9e50 + w_try $WINE "$W_CACHE"/vc2005expresssp1/VS80sp1-KB926748-X86-INTL.exe } #---------------------------------------------------------------- @@ -9598,40 +12963,25 @@ w_metadata vc2005trial apps \ load_vc2005trial() { - if w_workaround_wine_bug 26162 "Install fails with spurious error about custom action" ,1.3.4 1.3.15, - then - w_die "Please upgrade to wine-1.3.15 or later to install this app" - fi - if w_workaround_wine_bug 25331 "Install fails with error about custom rollback actions" 1.1.35,1.3.4 1.3.13, - then - w_die "Please upgrade to wine-1.3.15 or later to install this app" - fi - if w_workaround_wine_bug 27987 "Install fails with error about CA_RollbackHelpTransaction" ,1.3.19 1.3.37, - then - w_die "Please upgrade to wine-1.3.37 or later to install this app" - fi w_call dotnet20 - if w_workaround_wine_bug 20029 "Installing native msxml6" 1.3.9, - then - w_call msxml6 - fi - # Without mfc42.dll, pidgen.dll won't load, and the app claims "A trial edition is alread installed..." + + # Without mfc42.dll, pidgen.dll won't load, and the app claims "A trial edition is already installed..." w_call mfc42 - w_download http://download.microsoft.com/download/6/f/5/6f5f7a01-50bb-422d-8742-c099c8896969/En_vs_2005_vsts_180_Trial.img f66ae07618d67e693ca0524d3582208c20e07823 + w_download https://download.microsoft.com/download/6/f/5/6f5f7a01-50bb-422d-8742-c099c8896969/En_vs_2005_vsts_180_Trial.img 3ae9f611c60c64d82e1fa9c94714aa6b6c10f6c2c05446e14b5afb5a257f86dc # Unpack ISO (how handy that 7z can do this!) # Only the windows version of 7z can handle .img files? WINETRICKS_OPT_SHAREDPREFIX=1 w_call 7zip - cd "$W_PROGRAMS_X86_UNIX"/7-Zip + w_try_cd "$W_PROGRAMS_X86_UNIX"/7-Zip w_try "$WINE" 7z.exe x -y -o"$W_TMP_WIN" "$W_CACHE_WIN\\vc2005trial\\En_vs_2005_vsts_180_Trial.img" - cd "$W_TMP" + w_try_cd "$W_TMP" # Sanity check... - w_verify_sha1sum 15433993ab7573c5154dbea2dcb65450f2adbf5c vs/wcu/runmsi.exe + w_verify_sha256sum e1d5ddd4bad46c2efe8105f8d73bd62857f6218942d3b9ac5da0e1a6a0a217e0 vs/wcu/runmsi.exe - cd vs/Setup + w_try_cd vs/Setup w_ahk_do " SetTitleMatchMode 2 run setup.exe @@ -9653,8 +13003,6 @@ load_vc2005trial() controlclick, button2 winwaitclose, Finish Page " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Visual Studio 8\\Common7\\IDE" "devenv.exe" } #---------------------------------------------------------------- @@ -9669,20 +13017,19 @@ w_metadata vc2008express apps \ load_vc2008express() { + w_verify_cabextract_available + w_call dotnet35 - # This is the version without sp1 baked in. (sp1 requires dotnet35sp1, which doesn't work yet.) - w_download http://download.microsoft.com/download/8/B/5/8B5804AD-4990-40D0-A6AA-CE894CBBB3DC/VS2008ExpressENUX1397868.iso 76c6d28274a67741da720744026ea991a70867d1 + # This is the version without SP1 baked in. (SP1 requires dotnet35sp1, which doesn't work yet.) + w_download https://download.microsoft.com/download/8/B/5/8B5804AD-4990-40D0-A6AA-CE894CBBB3DC/VS2008ExpressENUX1397868.iso 632318ef0df5bad58fcb99852bd251243610e7a4d84213c45b4f693605a13ead # Unpack ISO - cd "$W_TMP" - w_try_7z x "$W_CACHE"/vc2008express/VS2008ExpressENUX1397868.iso - cd VCExpress + w_try_7z "$W_TMP" "$W_CACHE"/vc2008express/VS2008ExpressENUX1397868.iso - # See also http://blogs.msdn.com/b/astebner/archive/2008/04/25/8425198.aspx + # See also https://blogs.msdn.microsoft.com/astebner/2008/04/25/a-simpler-way-to-silently-install-visual-studio-2008-express-editions-with-a-caveat/ + w_try_cd "$W_TMP"/VCExpress w_try "$WINE" setup.exe $W_UNATTENDED_SLASH_Q - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Visual Studio 9.0\\Common7\\IDE" "VCExpress.exe" } #---------------------------------------------------------------- @@ -9697,138 +13044,110 @@ w_metadata vc2010express apps \ load_vc2010express() { - if w_workaround_wine_bug 32654 "Installing windows codecs to work around startup crash" - then - w_call windowscodecs - fi - if w_workaround_wine_bug 32280 "Replacing mono with dotnet40 to avoid fatal 'Unknown Error'" - then - # "w_call remove_mono" might suffice - w_call dotnet40 - fi - - w_download http://download.microsoft.com/download/1/E/5/1E5F1C0A-0D5B-426A-A603-1798B951DDAE/VS2010Express1.iso adef5e361a1f64374f520b9a2d03c54ee43721c6 + # Originally at: https://download.microsoft.com/download/1/E/5/1E5F1C0A-0D5B-426A-A603-1798B951DDAE/VS2010Express1.iso + # Mirror list at: http://www.filewatcher.com/_/?q=VS2010Express1.iso + # Formerly at: ftp://www.daba.lv/pub/Programmeeshana/VisualStudio/VS2010Express1.iso a9d5dcdf55e539a06547a8ebbc63d55dc167113e09ee9e42096ab9098313039b + w_download https://debian.fmi.uni-sofia.bg/~aangelov/VS2010Express1.iso a9d5dcdf55e539a06547a8ebbc63d55dc167113e09ee9e42096ab9098313039b # Unpack ISO - cd "$W_TMP" - w_try_7z x "$W_CACHE"/vc2010express/VS2010Express1.iso - cd VCExpress + w_try_7z "$W_TMP" "$W_CACHE"/vc2010express/VS2010Express1.iso + w_try_cd "$W_TMP"/VCExpress # dotnet40 leaves winver at win2k, which causes vc2010 to abort on # start because it looks for c:\users\$LOGNAME\Application Data w_set_winver winxp - if w_workaround_wine_bug 12501 "Installing mspatcha to work around bug in SQL Server install" - then + if w_workaround_wine_bug 12501 "Installing mspatcha to work around bug in SQL Server install"; then w_call mspatcha fi - if w_workaround_wine_bug 34627 "Installing Visual C++ 2005 managed runtime to work around bug in SQL Server install" - then + if w_workaround_wine_bug 34627 "Installing Visual C++ 2005 managed runtime to work around bug in SQL Server install"; then w_call vcrun2005 fi w_try $WINE setup.exe $W_UNATTENDED_SLASH_Q - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Visual Studio 10.0\\Common7\\IDE" "VCExpress.exe" } #---------------------------------------------------------------- w_metadata vlc apps \ - title="VLC media player" \ - publisher="videolan.org" \ - year="2010" \ + title="VLC media player 2.2.1" \ + publisher="VideoLAN" \ + year="2015" \ media="download" \ - file1="vlc-1.1.9-win32.exe" \ + file1="vlc-2.2.1-win32.exe" \ installed_file1="$W_PROGRAMS_X86_WIN/VideoLAN/VLC/vlc.exe" \ - homepage="http://www.videolan.org/vlc/" + homepage="https://www.videolan.org/vlc/" load_vlc() { - w_download $WINETRICKS_SOURCEFORGE/vlc/vlc-1.1.9-win32.exe 7128f6e43d6550fcc2574b9c82c5153ff47efcf6 - cd "$W_CACHE"/vlc - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ /S} - w_declare_exe "$W_PROGRAMS_X86_WIN\\VideoLAN\\VLC" vlc.exe + w_download https://get.videolan.org/vlc/2.2.1/win32/vlc-2.2.1-win32.exe 2eaa3881b01a2464d2a155ad49cc78162571dececcef555400666c719a60794d + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" ${W_OPT_UNATTENDED:+ /S} } #---------------------------------------------------------------- w_metadata winamp apps \ title="Winamp" \ - publisher="AOL (Nullsoft)" \ - year="2011" \ + publisher="Radionomy (AOL (Nullsoft))" \ + year="2013" \ media="download" \ - file1="winamp5621_full_emusic-7plus_en-us.exe" \ + file1="winamp5666_full_all_redux.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Winamp/winamp.exe" \ homepage="http://www.winamp.com" load_winamp() { - w_info "may send information while installing, see http://www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?threatid=159633" - w_download \ - http://download.nullsoft.com/winamp/client/winamp5621_full_emusic-7plus_en-us.exe afc172039db52fdc202114bec7bcf8b5bf2468bb - cd "$W_CACHE/$W_PACKAGE" - if test $W_OPT_UNATTENDED - then + w_info "may send information while installing, see https://www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?threatid=159633" + + w_download https://winampplugins.co.uk/Winamp/winamp5666_full_all_redux.exe ea9a6ba81475d49876d0b8b300d93f28f7959b8e99ce4372dbde746567e14002 + w_try_cd "$W_CACHE/$W_PACKAGE" + if test $W_OPT_UNATTENDED; then w_ahk_do " SetWinDelay 500 SetTitleMatchMode, 2 Run $file1 + WinWait, Installer Language, Please select + Sleep 500 + ControlClick, Button1 ; OK WinWait, Winamp Installer, Welcome to the Winamp installer - ControlClick, Button2 + Sleep 500 + ControlClick, Button2 ; Next WinWait, Winamp Installer, License Agreement - ControlClick, Button2 + Sleep 500 + ControlClick, Button2 ; I Agree WinWait, Winamp Installer, Choose Install Location - ControlClick, Button2 + Sleep 500 + ControlClick, Button2 ; Next WinWait, Winamp Installer, Choose Components - ControlClick, Button2 + Sleep 500 + ControlClick, Button2 ; Next for Full install WinWait, Winamp Installer, Choose Start Options - ControlClick, Button2 - WinWait, Winamp Installer, Get the Most Out of Winamp - ControlClick, Button4 ; decline Winamp toolbar - Sleep 200 - ControlClick, Button5 ; decline AOL Search - Sleep 200 - ControlClick, Button6 ; decline eMusic - Sleep 200 - ControlClick, Button2 - Loop - { - ifWinExist, Winamp Installer, Installation Complete - { - break - } - ifWinExist, Winamp Installer, Recommended - { - WinActivate, Winamp Installer, Recommended - WinWaitActive, Winamp Installer, Recommended - MouseClick, left, 32, 279 ; decline OpenCandy offers - Sleep 200 - ControlClick, Button2 - WinWaitClose, Winamp Installer, Recommended - continue - } - Sleep 200 - } + Sleep 500 + ControlClick, Button4 ; uncheck start menu entry + Sleep 500 + ControlClick, Button5 ; uncheck ql icon + Sleep 500 + ControlClick, Button6 ; uncheck deskto icon + Sleep 500 + ControlClick, Button2 ; Install WinWait, Winamp Installer, Installation Complete - WinActivate, Winamp Installer, Installation Complete - WinWaitActive, Winamp Installer, Installation Complete - send {Tab}{Tab}{Tab}{Space} ; don't launch Sleep 500 - send {Enter} ; Finish + ControlClick, Button4 ; uncheck launch when complete + Sleep 500 + ControlClick, Button2 ; Finish WinWaitClose " else w_try "$WINE" "$file1" fi - w_declare_exe "$W_PROGRAMS_X86_WIN\\Winamp" "winamp.exe" } #---------------------------------------------------------------- w_metadata wme9 apps \ - title="MS Windows Media Encoder 9 (broken in wine)" \ + title="MS Windows Media Encoder 9 (broken in Wine)" \ publisher="Microsoft" \ year="2002" \ media="download" \ @@ -9837,17 +13156,15 @@ w_metadata wme9 apps \ load_wme9() { - if [ $W_ARCH = win64 ] - then - w_die "Installer doesn't support 64-bit architecture." - fi - # See also http://www.microsoft.com/downloads/details.aspx?FamilyID=5691ba02-e496-465a-bba9-b2f1182cdf24 - w_download http://download.microsoft.com/download/8/1/f/81f9402f-efdd-439d-b2a4-089563199d47/WMEncoder.exe 7a3f8781f3e5705651992ef0150ee30bc1295116 + w_package_unsupported_win64 - cd "$W_CACHE"/wme9 - w_try "$WINE" WMEncoder.exe $W_UNATTENDED_SLASH_Q + # See also https://www.microsoft.com/en-us/download/details.aspx?id=17792 + # Formerly at: https://download.microsoft.com/download/8/1/f/81f9402f-efdd-439d-b2a4-089563199d47/WMEncoder.exe + # Mirror list: http://www.filewatcher.com/_/?q=WMEncoder.exe + w_download ftp://ftp.upmost.com.tw/pub/UPMOST/CD-ISO/V30I/Extra/WMEncoder/Media%20Encoder%209/ENG/WMEncoder.exe 19d1610d12b51c969f64703c4d3a76aae30dee526bae715381b5f3369f717d76 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Windows Media Components\\Encoder" "wmenc.exe" + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" WMEncoder.exe $W_UNATTENDED_SLASH_Q } #---------------------------------------------------------------- @@ -9857,11 +13174,11 @@ load_wm9codecs() { # Note: must install WMP9 or 10 first, or installer will complain and abort. - # See http://www.microsoft.com/downloads/details.aspx?FamilyID=06fcaab7-dcc9-466b-b0c4-04db144bb601 - # Used by direct calls from load_wmp9, so have to specify cache directory. + # See https://www.microsoft.com/en-us/download/details.aspx?id=507 + # Used by direct calls from load_wmp9, so we have to specify cache directory. # http://birds.camden.rutgers.edu/ - w_download_to wm9codecs http://birds.camden.rutgers.edu/WM9Codecs9x.exe 8b76bdcbea0057eb12b7966edab4b942ddacc253 - cd "$W_CACHE/wm9codecs" + w_download_to wm9codecs http://birds.camden.rutgers.edu/WM9Codecs9x.exe f25adf6529745a772c4fdd955505e7fcdc598b8a031bb0ce7e5856da5e5fcc95 + w_try_cd "$W_CACHE/wm9codecs" w_set_winver win2k w_try "$WINE" WM9Codecs9x.exe $W_UNATTENDED_SLASH_Q } @@ -9879,46 +13196,34 @@ load_wmp9() w_skip_windows wmp9 && return # Not really expected to work well yet; see - # http://appdb.winehq.org/appview.php?versionId=1449 + # https://appdb.winehq.org/appview.php?versionId=1449 - if [ $W_ARCH = win64 ] - then - w_die "Installer doesn't support 64-bit architecture." - fi - - if w_workaround_wine_bug 28994 "virtualprotect problem" ,1.3.31 1.3.35, - then - w_die "Please upgrade to wine-1.3.35 to install wmp9." - fi + w_package_unsupported_win64 w_call wsh57 w_set_winver win2k - # See also http://www.microsoft.com/windows/windowsmedia/player/9series/default.aspx - w_download http://download.microsoft.com/download/1/b/c/1bc0b1a3-c839-4b36-8f3c-19847ba09299/MPSetup.exe 580536d10657fa3868de2869a3902d31a0de791b + # See also https://support.microsoft.com/en-us/help/18612/windows-media-player + w_download https://download.microsoft.com/download/1/b/c/1bc0b1a3-c839-4b36-8f3c-19847ba09299/MPSetup.exe 678c102847c18a92abf13c3fae404c3473a0770c871a046b45efe623c9938fc0 + + # remove builtin placeholders to allow update + rm -f "$W_SYSTEM32_DLLS"/wmvcore.dll "$W_SYSTEM32_DLLS"/wmp.dll + rm -f "$W_PROGRAMS_X86_UNIX/Windows Media Player/wmplayer.exe" + # need native overrides to allow update and later checks to succeed + w_override_dlls native l3codeca.acm wmp wmplayer.exe wmvcore - # Wine's wmvcore crashes when the installer asks it to register itself? - w_override_dlls native wmvcore # FIXME: should we override quartz? Builtin crashes when you play # anything, but maybe that's bug 30557 and only affects new systems? - # Wine's pidgen is too stubby, crashes, see wine bug 31111 + # Wine's pidgen is too stubby, crashes, see Wine bug 31111 w_override_app_dlls MPSetup.exe native pidgen - # Have to run twice; see http://bugs.winehq.org/show_bug.cgi?id=1886 - cd "$W_CACHE"/wmp9 + w_try_cd "$W_CACHE"/"$W_PACKAGE" w_try "$WINE" MPSetup.exe $W_UNATTENDED_SLASH_Q - if w_workaround_wine_bug 1886 "Re-installing since it does not work on the first try." 1.5.23, - then - w_try "$WINE" MPSetup.exe $W_UNATTENDED_SLASH_Q - fi - load_wm9codecs w_unset_winver - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Windows Media Player" "wmplayer.exe" } #---------------------------------------------------------------- @@ -9933,33 +13238,36 @@ w_metadata wmp10 dlls \ load_wmp10() { - if [ $W_ARCH = win64 ] - then - w_die "Installer doesn't support 64-bit architecture. Use a 32-bit WINEPREFIX instead." - fi + w_package_unsupported_win64 - # FIXME: what versions of windows are really bundled with wmp10? + # FIXME: what versions of Windows are really bundled with wmp10? w_skip_windows wmp10 && return - # See http://appdb.winehq.org/appview.php?iVersionId=3212 + # See https://appdb.winehq.org/appview.php?iVersionId=3212 w_call wsh57 - # http://www.microsoft.com/downloads/en/details.aspx?FamilyID=b446ae53-3759-40cf-80d5-cde4bbe07999 - w_download http://download.microsoft.com/download/1/2/a/12a31f29-2fa9-4f50-b95d-e45ef7013f87/MP10Setup.exe 69862273a5d9d97b4a2e5a3bd93898d259e86657 + # https://www.microsoft.com/en-us/download/details.aspx?id=20426 + w_download https://download.microsoft.com/download/1/2/a/12a31f29-2fa9-4f50-b95d-e45ef7013f87/MP10Setup.exe c1e71784c530035916aad5b09fa002abfbb7569b75208dd79351f29c6d197e03 - # Crashes on exit, but otherwise ok; see http://bugs.winehq.org/show_bug.cgi?id=12633 - cd "$W_CACHE"/wmp10 + w_set_winver winxp + + # remove builtin placeholders to allow update + rm -f "$W_SYSTEM32_DLLS"/wmvcore.dll "$W_SYSTEM32_DLLS"/wmp.dll + rm -f "$W_PROGRAMS_X86_UNIX/Windows Media Player/wmplayer.exe" + # need native overrides to allow update and later checks to succeed + w_override_dlls native l3codeca.acm wmp wmplayer.exe wmvcore + + # Crashes on exit, but otherwise ok; see https://bugs.winehq.org/show_bug.cgi?id=12633 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" MP10Setup.exe $W_UNATTENDED_SLASH_Q # Disable WMP's services, since they depend on unimplemented stuff, they trigger the GUI debugger several times - w_try_regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdr4_2K" - w_try_regedit /D "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Cdralw2k" + w_try_regedit /D "HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Cdr4_2K" + w_try_regedit /D "HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Cdralw2k" load_wm9codecs w_unset_winver - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Windows Media Player" "wmplayer.exe" } #---------------------------------------------------------------- @@ -9976,16 +13284,13 @@ w_metadata 3dmark2000 benchmarks \ load_3dmark2000() { - # http://www.futuremark.com/download/3dmark2000/ - if ! test -f "$W_CACHE/$W_PACKAGE/3dmark2000_v11_100308.exe" - then - w_download http://www.ocinside.de/download/3dmark2000_v11_100308.exe b0400d59cfd45d8c8893d3d4edc58b6285ee1502 + # https://www.futuremark.com/download/3dmark2000/ + if ! test -f "$W_CACHE/$W_PACKAGE/3dmark2000_v11_100308.exe"; then + w_download http://www.ocinside.de/download/3dmark2000_v11_100308.exe 1b392776fd377de8cc6db7c1d8b1565485e20816d1b053de3f16a743e629048d fi - cd "$W_TMP" - mkdir $W_PACKAGE - cd $W_PACKAGE - w_try_unzip "$W_CACHE/$W_PACKAGE"/3dmark2000_v11_100308.exe + w_try_unzip "$W_TMP/$W_PACKAGE" "$W_CACHE/$W_PACKAGE"/3dmark2000_v11_100308.exe + w_try_cd "$W_TMP/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run Setup.exe @@ -10016,14 +13321,6 @@ load_3dmark2000() Send {Enter} ; Finish WinWaitClose " - - cat > "$W_DRIVE_C/run-$W_PACKAGE.bat" <<__EOF__ -c: -cd "$W_PROGRAMS_X86_WIN\MadOnion.com\3DMark2000" -REM possible wine cmd bug: "3dmark2000" aborts, but ".\3dmark2000" works -.\3DMark2000 %* -__EOF__ - } #---------------------------------------------------------------- @@ -10038,13 +13335,12 @@ w_metadata 3dmark2001 benchmarks \ load_3dmark2001() { - # http://www.futuremark.com/download/3dmark2001/ - if ! test -f "$W_CACHE/$W_PACKAGE"/3dmark2001se_330_100308.exe - then - w_download http://www.ocinside.de/download/3dmark2001se_330_100308.exe 643bacbcc1615bb4f46d3b045b1b8d78371a6b54 + # https://www.futuremark.com/download/3dmark2001/ + if ! test -f "$W_CACHE/$W_PACKAGE"/3dmark2001se_330_100308.exe; then + w_download http://www.ocinside.de/download/3dmark2001se_330_100308.exe e34dfd32ef8fe8018a6f41f33fc3ab6dba45f2e90881688ac75a18b97dcd8813 fi - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetWinDelay 1000 SetTitleMatchMode, 2 @@ -10069,8 +13365,6 @@ load_3dmark2001() } WinWaitClose " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\MadOnion.com\\3DMark2001 SE" "3DMark2001SE.exe" } #---------------------------------------------------------------- @@ -10086,12 +13380,11 @@ w_metadata 3dmark03 benchmarks \ load_3dmark03() { # http://www.futuremark.com/benchmarks/3dmark03/download/ - if ! test -f "$W_CACHE/$W_PACKAGE/3DMark03_v360_1901.exe" - then - w_download_manual http://www.futuremark.com/download/3dmark03/ 3DMark03_v360_1901.exe 46a439101ddbbe3c9563b5e9651cb61b46ce0619 + if ! test -f "$W_CACHE/$W_PACKAGE/3DMark03_v360_1901.exe"; then + w_download_manual https://www.futuremark.com/download/3dmark03/ 3DMark03_v360_1901.exe 86d7f73747944c553e47e6ab5a74138e8bbca07fab8216ae70a61ac7f9a1c468 fi - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_warn "Don't use mouse while this installer is running. Sorry..." # This old installer doesn't seem to be scriptable the usual way, so spray and pray. w_ahk_do " @@ -10130,7 +13423,6 @@ load_3dmark03() } WinWaitClose, 3DMark03 - InstallShield Wizard, Complete " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Futuremark\\3DMark03" "3DMark03.exe" } #---------------------------------------------------------------- @@ -10145,13 +13437,12 @@ w_metadata 3dmark05 benchmarks \ load_3dmark05() { - # http://www.futuremark.com/download/3dmark05/ - if ! test -f "$W_CACHE/$W_PACKAGE/3DMark05_v130_1901.exe" - then - w_download http://www.ocinside.de/download/3dmark05_v130_1901.exe 8ad6bc2917e22edf5fc95d1fa96cc82515093fb2 + # https://www.futuremark.com/download/3dmark05/ + if ! test -f "$W_CACHE/$W_PACKAGE/3DMark05_v130_1901.exe"; then + w_download http://www.ocinside.de/download/3dmark05_v130_1901.exe af97f20665090985ee8a4ba83d137e796bfe12e0dfb7fe285712fae198b34334 fi - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " run 3DMark05_v130_1901.exe WinWait ahk_class #32770, Welcome @@ -10174,14 +13465,9 @@ load_3dmark05() } WinWaitClose, ahk_class #32770, Complete " - ARGS="" - if w_workaround_wine_bug 22392 - then + if w_workaround_wine_bug 22392; then w_warn "You must run the app with the -nosysteminfo option to avoid a crash on startup" - ARGS="-nosysteminfo" fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Futuremark\\3DMark05" "3DMark05 $ARGS" } #---------------------------------------------------------------- @@ -10196,9 +13482,9 @@ w_metadata 3dmark06 benchmarks \ load_3dmark06() { - w_download_manual http://www.futuremark.com/support/downloads 3DMark06_v121_installer.exe a125a4b0a5649f848292f38cf424c672d8142058 + w_download_manual https://www.futuremark.com/support/downloads 3DMark06_v121_installer.exe 362ebafd2b9c89a59a233e4328596438b74a32827feb65fe2837154c60a37da3 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " run $file1 WinWait ahk_class #32770, Welcome @@ -10216,34 +13502,83 @@ load_3dmark06() WinWait ahk_class #32770 ControlClick Button1 ; OK } - WinWait, ahk_class #32770, Complete + WinWait, ahk_class #32770, Complete + if ( w_opt_unattended > 0 ) { + ControlClick Button1 ; Uncheck view readme + ControlClick Button3 ; Finish + } + WinWaitClose, ahk_class #32770, Complete + " + + if w_workaround_wine_bug 24417 "Installing shader compiler..."; then + # "Demo" button doesn't work without this. d3dcompiler_43 related. + w_call d3dx9_28 + w_call d3dx9_36 + fi + + if w_workaround_wine_bug 22392; then + w_warn "You must run the app with the -nosysteminfo option to avoid a crash on startup" + fi +} + +#---------------------------------------------------------------- + +w_metadata stalker_pripyat_bench benchmarks \ + title="S.T.A.L.K.E.R.: Call of Pripyat benchmark" \ + publisher="GSC Game World" \ + year="2009" \ + media="manual_download" \ + file1="stkcop-bench-setup.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Call Of Pripyat Benchmark/Benchmark.exe" + +load_stalker_pripyat_bench() +{ + # Much faster + w_download_manual http://www.bigdownload.com/games/stalker-call-of-pripyat/pc/stalker-call-of-pripyat-benchmark stkcop-bench-setup.exe 8c810fba1bbb9c58fc01f4f602479886680c9f4b491dd0afe935e27083f54845 + #w_download http://files.gsc-game.com/st/bench/stkcop-bench-setup.exe 8c810fba1bbb9c58fc01f4f602479886680c9f4b491dd0afe935e27083f54845 + + w_try_cd "$W_CACHE/$W_PACKAGE" + + # FIXME: a bit fragile, if you're browsing the web while installing, it sometimes gets stuck. + w_ahk_do " + SetTitleMatchMode, 2 + run $file1 + WinWait,Setup - Call Of Pripyat Benchmark + if ( w_opt_unattended > 0 ) { + sleep 1000 + ControlClick TNewButton1 ; Next + WinWait,Setup - Call Of Pripyat Benchmark,License + sleep 1000 + ControlClick TNewRadioButton1 ; accept + sleep 1000 + ControlClick TNewButton2 ; Next + WinWait,Setup - Call Of Pripyat Benchmark,Destination + sleep 1000 + ControlClick TNewButton3 ; Next + WinWait,Setup - Call Of Pripyat Benchmark,shortcuts + sleep 1000 + ControlClick TNewButton4 ; Next + WinWait,Setup - Call Of Pripyat Benchmark,performed + sleep 1000 + ControlClick TNewButton4 ; Next + WinWait,Setup - Call Of Pripyat Benchmark,ready + sleep 1000 + ControlClick, TNewButton4 ; Next (nah, who reads doc?) + } + WinWait,Setup - Call Of Pripyat Benchmark,finished if ( w_opt_unattended > 0 ) { - ControlClick Button1 ; Uncheck view readme - ControlClick Button3 ; Finish + sleep 1000 + Send {Space} ; uncheck launch + sleep 1000 + ControlClick TNewButton4 ; Finish } - WinWaitClose, ahk_class #32770, Complete + WinWaitClose,Setup - Call Of Pripyat Benchmark,finished " - if w_workaround_wine_bug 9210 - then - w_warn "The benchmark may warn that shader model 2.0 is not present. You can ignore this, but if you want to work around it, see http://bugs.winehq.org/show_bug.cgi?id=9210 for a patch." - fi - - if w_workaround_wine_bug 0 "Installing shader compiler..." - then - # "Demo" button doesn't work without this. d3dcompiler_43 related. - w_call d3dx9_28 - w_call d3dx9_36 - fi - - ARGS="" - if w_workaround_wine_bug 22392 - then - w_warn "You must run the app with the -nosysteminfo option to avoid a crash on startup" - ARGS="-nosysteminfo" + if w_workaround_wine_bug 24868; then + w_call d3dx9_31 + w_call d3dx9_42 fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Futuremark\\3DMark06" "3DMark06 $ARGS" } #---------------------------------------------------------------- @@ -10257,10 +13592,9 @@ w_metadata unigine_heaven benchmarks \ load_unigine_heaven() { - # FIXME: use w_download_torrent() - w_download_manual http://unigine.com/download/torrents/Unigine_Heaven-2.1.msi.torrent Unigine_Heaven-2.1.msi 3d7b94a3734cdae85f98032b61668e743979c444 + w_download_manual "https://www.fileplanet.com/212489/210000/fileinfo/Unigine-'Heaven'-Benchmark-2.1-%28Windows%29" 47113b285253a1ebce04527a31d734c0dfce5724e8d2643c6c1b822a940e7073 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetWinDelay 1000 SetTitleMatchMode, 2 @@ -10290,17 +13624,24 @@ load_unigine_heaven() } winwaitclose " +} - if w_workaround_wine_bug 22614 "setting video memory to 1024M" 1.3.23, - then - # hope your card actually has 1GB of RAM - w_call videomemorysize=1024 - fi +#---------------------------------------------------------------- + +w_metadata wglgears benchmarks \ + title="wglgears" \ + publisher="Clinton L. Jeffery" \ + year="2005" \ + media="download" \ + file1="wglgears.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/misc/wglgears.exe" - # Should start Heaven.exe, but that doesn't run in Wine - # Should give option to run Heaven_gl.bat (even works in Wine) - # or the dx10 or dx11 versions (doesn't). - w_declare_exe "$W_PROGRAMS_X86_WIN\\Unigine\\Heaven" "cmd /c Heaven_d3d9.bat" +load_wglgears() +{ + w_download http://www2.cs.uidaho.edu/~jeffery/win32/wglgears.exe 858ba95ea3c9af4ded1f4100e59b6e8e57024f3efef56304dbd48106e8f2f6f7 + mkdir -p "$W_PROGRAMS_X86_UNIX/misc" + cp "$W_CACHE"/wglgears/wglgears.exe "$W_PROGRAMS_X86_UNIX/misc" + chmod +x "$W_PROGRAMS_X86_UNIX/misc/wglgears.exe" } #---------------------------------------------------------------- @@ -10317,9 +13658,9 @@ w_metadata algodoo_demo games \ load_algodoo_demo() { - w_download http://www.algodoo.com/download/Algodoo_1_7_1-Win32.exe caa73e73669a8787652a6bed123bbe2682152f12 + w_download http://www.algodoo.com/download/Algodoo_1_7_1-Win32.exe 99d3704ac35028fbc74fdf7c59df3f6caf636009bba19bcddf4f7e7797c14d71 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " ; This one's funny... on Wine, keyboard works once you click manually, but until then, only ControlClick seems to work. run, Algodoo_1_7_1-Win32.exe @@ -10351,14 +13692,6 @@ load_algodoo_demo() } WinWaitClose, Algodoo, Completing " - - # Since we declined the msvc runtime installer (right?), we have to do it here - if w_workaround_wine_bug 23815 - then - w_call vcrun2008 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Algodoo" "Algodoo.exe" } #---------------------------------------------------------------- @@ -10373,53 +13706,36 @@ w_metadata amnesia_tdd_demo games \ load_amnesia_tdd_demo() { - w_download_manual "http://www.amnesiagame.com/#demo" amnesia_tdd_demo_1.0.1.exe 0bf0bc6e9c8ea76f1c44582d9302a9b22d31d1b6 + w_download_manual http://download.cnet.com/Amnesia-The-Dark-Descent-Demo/3000-2097_4-75312743.html amnesia_tdd_demo_1.0.1.exe ee4c07b40bfa59b506d2cee258c5c7a16028e11fc3a2bd243258c6bec8532dbc - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " - SetWinDelay 1000 SetTitleMatchMode, 2 - run amnesia_tdd_demo_1.0.1.exe - WinWait,Select Setup Language,language - if ( w_opt_unattended > 0 ) { - WinActivate - ;ControlClick, TNewButton1; OK - send {Enter} ; OK - WinWait,Setup - Amnesia - The Dark Descent Demo,Welcome - ;ControlClick TNewButton1 ; Next - send {Enter} ; Next - WinWait,Setup - Amnesia - The Dark Descent Demo,License - ControlClick TNewRadioButton1 ; agree - Sleep 1000 - send !n ; Next - ;send {Enter} ; Next - ;ControlClick TNewButton2 ; Next - WinWait,Setup - Amnesia - The Dark Descent Demo,Destination - ;ControlClick TNewButton3 ; Next - send {Enter} ; Next - WinWait,Folder Does Not Exist,created - ;ControlClick Button1 ; OK - send {Enter} ; OK - WinWait,Setup - Amnesia - The Dark Descent Demo,shortcuts - ;ControlClick TNewButton4 ; Next - send {Enter} ; Next - WinWait,Setup - Amnesia - The Dark Descent Demo,additional tasks - ;ControlClick TNewButton4 ; Next - send {Enter} ; Next - WinWait,Setup - Amnesia - The Dark Descent Demo,installing - ;ControlClick TNewButton4 ; Install - send {Enter} ; Install - } - WinWait,Setup - Amnesia - The Dark Descent Demo,finished + Run, amnesia_tdd_demo_1.0.1.exe if ( w_opt_unattended > 0 ) { - ;ControlClick TNewButton4 ; Finish - send {Enter} ; Finish + WinWait,Select Setup Language, language + ControlClick, TNewButton1 + WinWait, Amnesia - The Dark Descent Demo, Welcome + ControlClick, TNewButton1 + WinWait, Amnesia - The Dark Descent Demo, License + ControlClick, TNewRadioButton1 + ControlClick, TNewButton2 + WinWait, Amnesia - The Dark Descent Demo, installed? + ControlClick, TNewButton3 + WinWait, Folder Does Not Exist, created + ControlClick, Button1 + WinWait, Amnesia - The Dark Descent Demo, shortcuts + ControlClick, TNewButton4 + WinWait, Amnesia - The Dark Descent Demo, additional tasks + ControlClick, TNewButton4 + WinWait, Amnesia - The Dark Descent Demo, ready to begin installing + ControlClick, TNewButton4 + WinWait, Amnesia - The Dark Descent Demo, finished + ControlClick, TNewButton4 + WinWaitClose, Amnesia - The Dark Descent Demo, finished } - WinWaitClose,Setup - Amnesia - The Dark Descent Demo,finished " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Amnesia - The Dark Descent Demo\\redist" "Amnesia.exe" } #---------------------------------------------------------------- @@ -10435,15 +13751,9 @@ w_metadata aoe3_demo games \ load_aoe3_demo() { - w_download "http://download.microsoft.com/download/a/5/2/a525997e-8423-435b-b694-08118d235064/aoe3trial.exe" \ - 2b0a123243092d79f910db5691d99d469f7c17c3 - - if w_workaround_wine_bug 24897 "Installing msxml4 to avoid font problem" 1.3.9, - then - w_call msxml4 - fi + w_download https://http.download.nvidia.com/downloads/nZone/demos/aoe3trial.exe 4ef69289dfa0817ec14942d85ef597835a9d2b09e1506c60b9938b20daa274ad - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 @@ -10464,66 +13774,16 @@ load_aoe3_demo() WinWaitClose " - if w_workaround_wine_bug 24911 "Installing devnum, dmsynth, and quartz to get sound working" 1.3.9, - then - # On some systems, only quartz is needed? - # appdb says that l3codecx is also needed? - w_call devenum - w_call dmsynth - w_call quartz - fi - - if w_workaround_wine_bug 24912 - then + if w_workaround_wine_bug 24912; then # kill off lingering installer w_ahk_do " SetTitleMatchMode, 2 WinKill,Empires " - # or should we just do $WINESERVER -k, like fable_tlc does? - PID=`ps augxw | grep IDriver | grep -v grep | awk '{print $2}'` - kill $PID + # or should we just do w_wineserver -k, like fable_tlc does? + # shellcheck disable=SC2046 + kill $(pgrep -f IDriver) fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Games\\Age of Empires III Trial" "age3.exe" -} - -#---------------------------------------------------------------- - -w_metadata aoe_demo games \ - title="Age of Empires Demo" \ - publisher="Microsoft" \ - year="1997" \ - media="download" \ - file1="MSAoE.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Microsoft Games/Age of Empires Trial/empires.exe" - -load_aoe_demo() -{ - w_download http://download.microsoft.com/download/aoe/Trial/1.0/WIN98/EN-US/MSAoE.exe 23630a65ce4133038107f3175f8fc54a914bc2f3 - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - run, MSAoE.exe - SetTitleMatchMode, 2 - winwait, Microsoft Age of Empires Trial Version - if ( w_opt_unattended > 0 ) { - sleep 1000 - ControlClick, Button1 - winwait, End User License Agreement - sleep 1000 - ControlClick, Button1 - winwait, Microsoft Age of Empires Trial Version, Setup will install - sleep 1000 - ControlClick Button2 - winwait, Microsoft Age of Empires Trial Version, Setup has successfully - sleep 1000 - ControlClick Button1 - } - WinWaitClose, Microsoft Age of Empires Trial Version - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Games\\Age of Empires Trial" "empires" } #---------------------------------------------------------------- @@ -10567,47 +13827,21 @@ load_acreedbro() } WinWaitClose " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Ubisoft\\Assassin's Creed Brotherhood" AssassinsCreedBrotherhood.exe - - w_download http://static3.cdn.ubi.com/ac_brotherhood/ac_brotherhood_1.01_ww.exe a2b76f16616709cc16537b0e98faa4181ca904ce - - if w_workaround_wine_bug 26562 "Disabling glsl for smoother rendering" - then - w_call glsl=disabled - - # And turn off after-effects to fix depth of field problem caused - # by disabling glsl... - cd "$W_DRIVE_C/users/$LOGNAME/My Documents" - dir="Ubisoft/Assassin's Creed Brotherhood" - file="$dir/ACBrotherhood.ini" - if test -f "$file" - then - mv "$file" "$file.old" - sed 's,PostFX=[0-9]*,PostFX=0,' < "$file.old" > "$file" - else - mkdir -p "$dir" - echo "[Graphics]" > "$file" - echo "PostFX=0" >> "$file" - fi - fi - if w_workaround_wine_bug 26583 "Installing native d3dx9_36" - then - w_call d3dx9_36 - fi + w_download http://static3.cdn.ubi.com/ac_brotherhood/ac_brotherhood_1.01_ww.exe a8027b08840a7438a0bd1a1c17f962fcc386a2cb9fd1d3055de2486bf95778c2 # FIXME: figure out why these executables don't exit, and do a proper workaround or fix sleep 10 - if ps augxw | grep -i exe | egrep 'winemenubuilder.exe|setup.exe|PnkBstrA.exe | egrep -v egrep' - then + # shellcheck disable=SC2009 + if ps augxw | grep -i exe | grep -E 'winemenubuilder.exe|setup.exe|PnkBstrA.exe | grep -v grep'; then w_warn "Killing processes so patcher does not complain about game still running" - $WINESERVER -k + w_wineserver -k sleep 10 fi w_info "Applying patch $W_CACHE/$W_PACKAGE/ac_brotherhood_1.01_ww.exe..." - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetWinDelay 1000 SetTitleMatchMode, 2 @@ -10629,27 +13863,6 @@ load_acreedbro() } WinWaitClose " - - if test `which wine-hotfix-6971` 2> /dev/null - then - if w_workaround_wine_bug 6971 "Pointing menu and icon at wine-hotfix-6971 to fix mouse problems" - then - myexec="Exec=env WINEPREFIX=\"$WINEPREFIX\" wine-hotfix-6971 cmd /c 'C:\\\\\\\\Run-$W_PACKAGE.bat'" - - mymenu="$HOME/Desktop/Assassin's Creed Brotherhood.desktop" - if test -f "$mymenu" - then - sed -i "s,Exec=.*,$myexec," "$mymenu" - fi - mymenu="$XDG_DATA_HOME/applications/wine/Programs/Ubisoft/Assassin's Creed Brotherhood/Assassin's Creed Brotherhood.desktop" - if test -f "$mymenu" - then - sed -i "s,Exec=.*,$myexec," "$mymenu" - fi - fi - else - w_workaround_wine_bug 6971 "Please upgrade to wine-1.3.23 or later; see http://wiki.winehq.org/Bug6971" 1.3.23, - fi } #---------------------------------------------------------------- @@ -10665,8 +13878,9 @@ w_metadata atmosphir games \ load_atmosphir() { - w_download_manual http://download.cnet.com/Atmosphir/3000-7492_4-75335647.html "Atmosphir Installer v1.0.0 fixed.exe" 3ee46b45ea9a8e4a8888148556efb7e61882f7d0 - cd "$W_CACHE/$W_PACKAGE" + w_download_manual http://download.cnet.com/Atmosphir/3000-7492_4-75335647.html atmosphir-installer-v1.0.2.exe a6b2c82a98d750014874f8ab445b38ebb127450e5a7a9350832cf3a8d3a + + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " run Atmosphir Installer v1.0.0 fixed.exe winwait, Atmosphir Setup, Welcome @@ -10699,7 +13913,6 @@ load_atmosphir() } winwaitclose " - w_declare_exe "$W_PROGRAMS_X86_WIN/Minor Studios/Atmosphir" Atmosphir.exe } #---------------------------------------------------------------- @@ -10714,14 +13927,13 @@ w_metadata avatar_demo games \ load_avatar_demo() { - w_download_manual http://www.fileplanet.com/207386/200000/fileinfo/Avatar:-The-Game-Demo Avatar_The_Game_Demo.exe 8d8e4c82312962706bd2620406d592db4f0fa9c1 + w_download_manual https://www.fileplanet.com/207386/200000/fileinfo/Avatar:-The-Game-Demo Avatar_The_Game_Demo.exe aec9cf718f9584edc23044ff94996d4e7309654d50fcea91cba4282576a1e9c8 - if w_workaround_wine_bug 23094 "Installing Visual C++ 2005 runtime to avoid installer crash" - then + if w_workaround_wine_bug 23094 "Installing Visual C++ 2005 runtime to avoid installer crash"; then w_call vcrun2005 fi - cd "$W_TMP" + w_try_cd "$W_TMP" w_try_unrar "$W_CACHE/$W_PACKAGE/Avatar_The_Game_Demo.exe" w_ahk_do " SetTitleMatchMode, 2 @@ -10760,11 +13972,9 @@ load_avatar_demo() } winwaitclose AVATAR " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Ubisoft\\Demo\\James Cameron's AVATAR - THE GAME (Demo)\\bin" "AvatarDemo.exe" - - w_workaround_wine_bug 26590 "If game seems slow, try winetricks glsl=disabled" } +#---------------------------------------------------------------- w_metadata bttf101 games \ title="Back to the Future Episode 1" \ @@ -10776,14 +13986,9 @@ w_metadata bttf101 games \ load_bttf101() { - w_download_manual http://www.telltalegames.com/bttf bttf_101_setup.exe 9b15e26d9b4d454f714d6559efe509562df9c10b - - if w_workaround_wine_bug 26371 "Installing d3dx9_36 to work around crash" - then - w_call d3dx9_36 - fi + w_download_manual "https://www.fileplanet.com/220151/220000/fileinfo/Back-to-the-Future:-The-Game---Episode-1-Client-%28Free-Game%29" bttf_101_setup.exe 8ad05063c5dae096697665ac36578f885937829ec7dac6a3a3644c76820e999c - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetWinDelay 1000 SetTitleMatchMode, 2 @@ -10806,8 +14011,6 @@ load_bttf101() } WinWaitClose " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Telltale Games\\Back to the Future The Game\\Episode 1" BackToTheFuture101.exe } #---------------------------------------------------------------- @@ -10822,16 +14025,11 @@ w_metadata bioshock_demo games \ load_bioshock_demo() { - if w_workaround_wine_bug 6971 "Setting mwo=force... please upgrade to wine-1.3.23" 1.3.23, - then - w_call mwo=force - fi - - w_download http://us.download.nvidia.com/downloads/nZone/demos/nzd_BioShockPC.zip 7a19186602cec5210e4505b58965e8c04945b3cf + w_download https://us.download.nvidia.com/downloads/nZone/demos/nzd_BioShockPC.zip 36f73251c0c1c6f4b6a83af9b6e44c642b4fce127c2c28cb6d2b25bc95baa934 w_info "Unzipping demo, installer will start in about 30 seconds." w_try unzip "$W_CACHE/$W_PACKAGE/nzd_BioShockPC.zip" -d "$W_TMP/$W_PACKAGE" - cd "$W_TMP/$W_PACKAGE/BioShock PC Demo" + w_try_cd "$W_TMP/$W_PACKAGE/BioShock PC Demo" w_ahk_do " SetTitleMatchMode, 2 @@ -10865,8 +14063,6 @@ load_bioshock_demo() winwaitclose sleep 3000 ; wait for splash screen to close " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\2K Games\\BioShock Demo\\Builds\\Release" "Bioshock.exe" } #---------------------------------------------------------------- @@ -10877,14 +14073,11 @@ w_metadata bioshock2 games \ year="2010" \ media="dvd" \ file1="BIOSHOCK_2.iso" \ - wine_showstoppers="7065" \ installed_exe1="$W_PROGRAMS_X86_WIN/2K Games/BioShock 2/SP/Builds/Binaries/Bioshock2Launcher.exe" \ installed_exe2="$W_PROGRAMS_X86_WIN/2K Games/BioShock 2/MP/Builds/Binaries/Bioshock2Launcher.exe" load_bioshock2() { - w_workaround_wine_bug 7065 "This game won't work in Wine because its disc check fails." - w_mount BIOSHOCK_2 w_ahk_do " SetWinDelay 1000 @@ -10909,8 +14102,6 @@ load_bioshock2() controlclick Button4 ; Finish } " - w_declare_exe "$W_PROGRAMS_X86_WIN\\2K Games\\BioShock 2\\SP\\Builds\\Binaries" Bioshock2Launcher.exe - w_declare_exe "$W_PROGRAMS_X86_WIN\\2K Games\\BioShock 2\\MP\\Builds\\Binaries" Bioshock2Launcher.exe bioshock2_mp } #---------------------------------------------------------------- @@ -10924,7 +14115,7 @@ w_metadata bfbc2 games \ load_bfbc2() { - # Title of installer window gets the TM symbol wrong, even in utf8 locales. + # Title of installer Window gets the TM symbol wrong, even in UTF-8 locales. # Is it like that in Windows, too? w_mount BFBC2 w_read_key @@ -10968,7 +14159,7 @@ load_bfbc2() w_warn "Patching to latest version..." - cd "$W_PROGRAMS_X86_UNIX/Electronic Arts/Battlefield Bad Company 2" + w_try_cd "$W_PROGRAMS_X86_UNIX/Electronic Arts/Battlefield Bad Company 2" w_ahk_do " SetTitleMatchMode, 2 run, BFBC2Updater.exe @@ -10980,12 +14171,10 @@ load_bfbc2() ControlClick,No, Updater, successfully updated ; Button2 " - if w_workaround_wine_bug 22762 - then - # FIXME: does this directory name change in win7? - cd "$W_DRIVE_C/users/$LOGNAME/My Documents" - if test -f BFBC2/settings.ini - then + if w_workaround_wine_bug 22762; then + # FIXME: does this directory name change in Windows 7? + w_try_cd "$W_DRIVE_C/users/$LOGNAME/My Documents" + if test -f BFBC2/settings.ini; then mv BFBC2/settings.ini BFBC2/oldsettings.ini sed 's,DxVersion=auto,DxVersion=9,; s,Fullscreen=true,Fullscreen=false,' BFBC2/oldsettings.ini > BFBC2/settings.ini @@ -10996,192 +14185,16 @@ load_bfbc2() fi fi - if w_workaround_wine_bug 22961 - then - w_warn 'If the game says "No CD/DVD error", try "sudo mount -o remount,unhide,uid=`uid -u`". See http://bugs.winehq.org/show_bug.cgi?id=22961 for more info.' - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\Battlefield Bad Company 2" "BFBC2Game.exe" -} - -#---------------------------------------------------------------- - -w_metadata bladekitten_demo games \ - title="Blade Kitten Demo" \ - publisher="Krome Studios" \ - year="2010" \ - media="manual_download" \ - file1="BladeKittenDemoInstall.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Krome Studios/Blade Kitten Demo/BladeKitten_Demo.exe" - -load_bladekitten_demo() -{ - w_download_manual http://news.bigdownload.com/2010/09/23/download-blade-kitten-demo BladeKittenDemoInstall.exe d3568f94c1ce284b7381e457e9497065bd45001d - - cp "$W_CACHE/$W_PACKAGE"/BladeKittenDemoInstall.exe "$W_TMP" - cd "$W_TMP" - w_ahk_do " - ; This script always gives full window title, so no need to set a different title match mode - run BladeKittenDemoInstall.exe - WinWait Blade Kitten Demo Install Package - if ( w_opt_unattended > 0 ) { - Sleep 500 - ControlClick Button2 ; Install - WinWait Blade Kitten Demo, Next - Sleep 500 - ControlClick Button1 - WinWait Blade Kitten Demo, Cost - Sleep 500 - ControlClick Button1 ; Next - WinWait Blade Kitten Demo, ready - Sleep 500 - ControlClick Button1 ; Next - ; Note - in older versions of wine, the directx installer may take 6-10 minutes at this point - } - WinWaitClose - WinWait Blade Kitten Demo, Complete - if ( w_opt_unattended > 0 ) { - Sleep 500 - ControlClick Button1 ; Close - } - WinWaitClose - " - - if w_workaround_wine_bug 24681 - then - w_set_app_winver BladeKitten_Demo.exe win2k - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Krome Studios\\Blade Kitten Demo" "BladeKitten_Demo.exe" -} - -#---------------------------------------------------------------- - -w_metadata braid_demo games \ - title="Braid Demo" \ - publisher="Number None" \ - year="2009" \ - media="download" \ - file1="Braid_PC_Demo.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Braid/braid.exe" - -load_braid_demo() -{ - if ! test -f "$W_CACHE/$W_PACKAGE/braid_windows_r3.exe" - then - w_download http://media1.gamefront.com/worthplaying/braid/Braid_PC_Demo.exe 27f78feb37c856fa901d7802a6889d262e44c827 - fi - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - SetTitleMatchMode, 2 - run, $file1 - if ( w_opt_unattended > 0 ) { - winwait, Braid, install - controlclick, TButton1 - winwait, Braid, Destination - controlclick, TButton3 - winwait, Braid, Ready to Install - controlclick, TButton3 - winwait, Setup, Finishing installation - sleep 5000 - ; Workaround_winebug 21761 - ifwinactive, Setup, ShellExecuteEx failed - { - controlclick, Button1 - } - } - winwait, Braid, finished - if ( w_opt_unattended > 0 ) - controlclick, TButton3 - winwaitclose, Braid, finished - " - - if w_workaround_wine_bug 22161 - then - w_call d3dx9_36 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Braid" "braid.exe" -} - -#---------------------------------------------------------------- - -w_metadata braid games \ - title="Braid" \ - publisher="Number None" \ - year="2009" \ - media="download" \ - file1="braid_windows_r3.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Braid/braid.exe" - -load_braid() -{ - if ! test -f "$W_CACHE/$W_PACKAGE/braid_windows_r3.exe" - then - w_download http://mirror.3fl.net.au/games/arcade/braid/client/braid_windows_r3.exe 7ea08ddbf5f2fb2f38057d930389b5af7d737e2c - fi - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - SetTitleMatchMode, 2 - run, braid_windows_r3.exe - if ( w_opt_unattended > 0 ) { - winwait, Braid, install - controlclick, TButton1 - winwait, Braid, Destination - controlclick, TButton3 - winwait, Braid, Ready to Install - controlclick, TButton3 - winwait, Setup, Finishing installation - sleep 5000 - ; Workaround_winebug 21761 - ifwinactive, Setup, ShellExecuteEx failed - { - controlclick, Button1 - } - } - winwait, Braid, finished - if ( w_opt_unattended > 0 ) - controlclick, TButton3 - winwaitclose, Braid, finished - " - - if w_workaround_wine_bug 22161 - then - w_call d3dx9_36 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Braid" "braid.exe" - - w_read_key - cd "$W_DRIVE_C" - w_ahk_do " - SetTitleMatchMode, 2 - run, run-$W_PACKAGE.bat - winwait, Braid, Enter Registration - controlclick, Button4 - winwait, Enter Registration - send {Raw}$W_RAW_KEY - controlclick, Button1 - sleep 5000 - process, close, braid.exe - " - - # Fix resolution for user: - if [ -x "`which xrandr`" ] - then - xrandr -s 0 - else - w_warn "Xrandr is not available, not sure how to fix resolution, sorry!" + if w_workaround_wine_bug 22961; then + # shellcheck disable=SC2016 + w_warn 'If the game says "No CD/DVD error", try "sudo mount -o remount,unhide,uid=$(uid -u)". See https://bugs.winehq.org/show_bug.cgi?id=22961 for more info.' fi - } #---------------------------------------------------------------- w_metadata cnc_tiberian_sun games \ - title="Command and Conquer: Tiberian Sun (2010 edition)" \ + title="Command & Conquer: Tiberian Sun (2010 edition)" \ publisher="EA" \ year="1999" \ media="download" \ @@ -11190,22 +14203,18 @@ w_metadata cnc_tiberian_sun games \ load_cnc_tiberian_sun() { - w_download http://lvlt.bioware.cdn.ea.com/u/f/eagames/cnc3/cnc3tv/Classic/$file1 591aabd639fb9f2d2476a2150f3c00b1162674f5 + w_download http://download.fileplanet.com/ftp1/022010/OfficialCnCTiberianSun.rar b04219e715511de9baa2feb9827013c8e106f8d6b9b563936b8a2f650305dec5 - cd "$W_PROGRAMS_X86_UNIX" + w_try_cd "$W_PROGRAMS_X86_UNIX" # FIXME: we need a progress indicator when unpacking large archives w_info "Unpacking rar file. This will take a minute." w_try_unrar "$W_CACHE/$W_PACKAGE/$file1" - - w_declare_exe \ - "$W_PROGRAMS_X86_WIN\\EA Games\\Command & Conquer The First Decade\\Command & Conquer(tm) Tiberian Sun(tm)\\SUN" \ - Game.exe } #---------------------------------------------------------------- w_metadata cnc3_demo games \ - title="Command and Conquer 3 Demo" \ + title="Command & Conquer 3 Demo" \ publisher="EA" \ year="2007" \ media="download" \ @@ -11214,9 +14223,9 @@ w_metadata cnc3_demo games \ load_cnc3_demo() { - w_download "http://largedownloads.ea.com/pub/demos/CommandandConquer3/CnC3Demo.exe" f6af21eba2d17eb6d8bb6a131b501b41c3a7eaf7 + w_download "http://largedownloads.ea.com/pub/demos/CommandandConquer3/CnC3Demo.exe" 1e2499f441ef1fc3cbe447ac16361ad4247a02b9b8ec05f504161e7b5b1254e5 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, CnC3Demo.exe @@ -11243,13 +14252,6 @@ load_cnc3_demo() winwaitclose, Conquer 3, Launch the program " - - if w_workaround_wine_bug 19159 - then - w_call vd=800x600 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\Command & Conquer 3 Tiberium Wars Demo" "CNC3Demo.exe" } #---------------------------------------------------------------- @@ -11264,12 +14266,11 @@ w_metadata cnc_redalert3_demo games \ load_cnc_redalert3_demo() { - w_download_manual 'http://www.fileplanet.com/194888/190000/fileinfo/Command-&-Conquer:-Red-Alert-3-Demo' RedAlert3Demo.exe f909b87cc12e386a51be51ede708634348c8af48 + w_download_manual 'https://www.fileplanet.com/194888/190000/fileinfo/Command-&-Conquer:-Red-Alert-3-Demo' RedAlert3Demo.exe 9c2fb15076830f0e11d89be1847f4777262d8e6ee3d51ae765535f812a8a8cb2 - cd "$W_CACHE/$W_PACKAGE" - if test ! "$W_OPT_UNATTENDED" - then - w_try "$WINE" $file1 + w_try_cd "$W_CACHE/$W_PACKAGE" + if test ! "$W_OPT_UNATTENDED"; then + w_try "$WINE" "$file1" else w_ahk_do " SetWinDelay 1000 @@ -11296,13 +14297,12 @@ load_cnc_redalert3_demo() WinWaitClose " fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\Red Alert 3 Demo" RA3Demo.exe } #---------------------------------------------------------------- -# http://appdb.winehq.org/objectManager.php?sClass=version&iId=9320 +# https://appdb.winehq.org/objectManager.php?sClass=version&iId=9320 + w_metadata blobby_volley games \ title="Blobby Volley" \ publisher="Daniel Skoraszewsky" \ @@ -11313,17 +14313,8 @@ w_metadata blobby_volley games \ load_blobby_volley() { - w_download_manual http://www.chip.de/downloads/Blobby-Volley_12990993.html blobby.zip c7057c77a5009a88d9d877e17a63b5536ebeb177 - - mkdir -p "$W_DRIVE_C/BlobbyVolley" - cd "$W_CACHE/$W_PACKAGE" - w_try_unzip blobby.zip -d "$W_DRIVE_C/BlobbyVolley" - w_declare_exe "c:\\BlobbyVolley" "volley.exe" - - if w_workaround_wine_bug 4432 - then - w_warn "You may need to apply a patch, see http://bugs.winehq.org/show_bug.cgi?id=4432#c15" - fi + w_download_manual https://www.chip.de/downloads/Blobby-Volley_12990993.html blobby.zip ef7d2e61fabe5ac6a556fa7c254edc667df5a6659ea262ee2bc97ed61abc3f64 + w_try_unzip "$W_DRIVE_C/BlobbyVolley" "$W_CACHE/$W_PACKAGE"/blobby.zip } #---------------------------------------------------------------- @@ -11338,12 +14329,11 @@ w_metadata cim_demo games \ load_cim_demo() { - # 29 Mar 2011 d40408b59bc0e6e33b564e9bbb55dbab6c44c630, Inno Setup installer - #w_download http://www.pcgamestore.com/games/cities-in-motion-nbsp/trial/cim-demo-1-0-8.exe d40408b59bc0e6e33b564e9bbb55dbab6c44c630 - w_download_manual http://www.fileplanet.com/218762/210000/fileinfo/Cities-in-Motion-Demo cim-demo-1-0-8.exe d40408b59bc0e6e33b564e9bbb55dbab6c44c630 - cd "$W_CACHE/$W_PACKAGE" + # 29 Mar 2011 cf02066f496637c24f95cf0c4ddfae376951330802500fb11bd74cc6c8872995, Inno Setup installer + #w_download https://www.pcgamestore.com/games/cities-in-motion-nbsp/trial/cim-demo-1-0-8.exe cf02066f496637c24f95cf0c4ddfae376951330802500fb11bd74cc6c8872995 + w_download_manual https://www.fileplanet.com/218762/210000/fileinfo/Cities-in-Motion-Demo cim-demo-1-0-8.exe cf02066f496637c24f95cf0c4ddfae376951330802500fb11bd74cc6c8872995 + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" cim-demo-1-0-8.exe ${W_OPT_UNATTENDED:+ /sp- /silent /norestart} - w_declare_exe "$W_PROGRAMS_X86_WIN\\Cities In Motion Demo" "Cities In Motion.exe" } #---------------------------------------------------------------- @@ -11358,9 +14348,9 @@ w_metadata cod_demo games \ load_cod_demo() { - w_download_manual http://www.gamefront.com/files/968870/call_of_duty_demo_exe Call_Of_Duty_Demo.exe 1c480a1e64a80f7f97fd0acd9582fe190c64ad8e + w_download_manual http://www.gamefront.com/files/968870/call_of_duty_demo_exe Call_Of_Duty_Demo.exe a7773f1ddb0c9928f738a2be34614d52bc07ecc42c0fe704ab5a596da5421b08 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run Call_Of_Duty_Demo.exe @@ -11396,20 +14386,10 @@ load_cod_demo() WinWaitClose " - if w_workaround_wine_bug 21558 - then + if w_workaround_wine_bug 21558; then # Work around a buffer overflow - not really Wine's fault - setvar="@if not defined %__GL_ExtensionStringVersion% then echo \"If you get a buffer overflow error, set __GL_ExtensionStringVersion=17700 before starting Wine. See http://bugs.winehq.org/show_bug.cgi?id=21558.\"" - else - setvar= + w_warn "If you get a buffer overflow error, set __GL_ExtensionStringVersion=17700 before starting Wine. See https://bugs.winehq.org/show_bug.cgi?id=21558." fi - cat > "$W_DRIVE_C/run-$W_PACKAGE.bat" <<__EOF__ -$setvar -c: -cd "$W_PROGRAMS_X86_WIN\\Call of Duty Single Player Demo" -CoDSP.exe %* -__EOF__ - } #---------------------------------------------------------------- @@ -11432,11 +14412,11 @@ load_cod1() __GL_ExtensionStringVersion=17700 w_ahk_do " SetTitleMatchMode, 2 run ${W_ISO_MOUNT_LETTER}:setup.exe - WinWait, CD Key, enter + WinWait, w_try_cd Key, enter if ( w_opt_unattended > 0 ) { send {Raw}$W_KEY ControlClick Button1 - WinWait, CD Key, valid + WinWait, w_try_cd Key, valid ControlClick Button1 WinWait, Call of Duty, Welcome ControlClick Button1 @@ -11451,7 +14431,7 @@ load_cod1() WinWait, Call of Duty, Start ControlClick Button1 } - WinWait, Insert CD, Please insert the Call of Duty CD 2 + WinWait, Insert CD, Please insert the Call of Duty cd 2 " "$WINE" eject ${W_ISO_MOUNT_LETTER}: @@ -11462,7 +14442,7 @@ load_cod1() if ( w_opt_unattended > 0 ) { Send {Enter} ;continue installation } - WinWait, Insert CD, Please insert the Call of Duty CD 1 + WinWait, Insert CD, Please insert the Call of Duty cd 1 " "$WINE" eject ${W_ISO_MOUNT_LETTER}: @@ -11489,27 +14469,17 @@ load_cod1() " "$WINE" eject ${W_ISO_MOUNT_LETTER}: - if w_workaround_wine_bug 21558 - then + if w_workaround_wine_bug 21558; then # Work around a buffer overflow - not really Wine's fault - setvar="@if not defined %__GL_ExtensionStringVersion% then echo \"If you get a buffer overflow error, set __GL_ExtensionStringVersion=17700 before starting Wine. See http://bugs.winehq.org/show_bug.cgi?id=21558.\"" - else - setvar= + w_warn "If you get a buffer overflow error, set __GL_ExtensionStringVersion=17700 before starting Wine. See https://bugs.winehq.org/show_bug.cgi?id=21558" fi - cat > "$W_DRIVE_C/run-$W_PACKAGE.bat" <<__EOF__ -$setvar -c: -cd "$W_PROGRAMS_X86_WIN\\Call of Duty" -CoDSP.exe %* -__EOF__ - w_warn "This game is copy-protected, and requires the real disc in a real drive to run." } #---------------------------------------------------------------- w_metadata cod4mw_demo games \ - title="Call of Duty 4 Modern Warfare" \ + title="Call of Duty 4: Modern Warfare" \ publisher="Activision" \ year="2007" \ media="manual_download" \ @@ -11518,9 +14488,10 @@ w_metadata cod4mw_demo games \ load_cod4mw_demo() { - w_download http://download.cnet.com/Call-of-Duty-4-Modern-Warfare/3000-7441_4-11277584.html CoD4MWDemoSetup_v2.exe 690a5f789a44437ed10784acfdd6418ca4a21886 + # 2017/03/28: Also at https://www.fileplanet.com/213663/210000/fileinfo/LEGO-Harry-Potter:-Years-1-4-Demo + w_download_manual http://download.cnet.com/Call-of-Duty-4-Modern-Warfare/3000-7441_4-11277584.html CoD4MWDemoSetup_v2.exe 715710678394e9b0edda5dd3a560c9711557297aa2849c83e5c109db9830fbbb - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, CoD4MWDemoSetup_v2.exe @@ -11555,8 +14526,6 @@ load_cod4mw_demo() } WinWaitClose,WinZip Self-Extractor - CoD4MWDemoSetup_v2 " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Activision\\Call of Duty 4 - Modern Warfare Demo" "iw3sp.exe" } #---------------------------------------------------------------- @@ -11619,62 +14588,8 @@ load_cod5_waw() winwaitclose, Call of Duty " - # FIXME: Install latest updates - - if w_workaround_wine_bug 16241 "Working around sound bug by setting Win7 mode" 1.3.12, - then - set_app_winver CodWaW.exe win7 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Activision\\Call of Duty - World at War" "CoDWaW.exe" - - if w_workaround_wine_bug 219 - then - w_warn "This game's copy-protection scheme does not currently work in Wine." - else - w_warn "This game is copy-protected, and requires the real disc in a real drive to run." - fi -} - -#---------------------------------------------------------- - -w_metadata cojbib_demo games \ - title="Call of Juarez: Bound in Blood Demo" \ - publisher="Ubisoft" \ - year="2009" \ - media="manual_download" \ - file1="CoJ2PC_20090713_DEMO_16_buy_now_INSTALLER.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Ubisoft/Demo/Techland/Call of Juarez - Bound in Blood SP Demo/CoJBiBDemo_x86.exe" - -load_cojbib_demo() -{ - w_download_manual http://www.gamefront.com/files/14274183/CoJ2PC-20090713-DEMO-16-buy-now-INSTALLER.exe/ CoJ2PC_20090713_DEMO_16_buy_now_INSTALLER.exe 6426101f6c77bacd57c8449b12a3c76db7f761f0 - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - SetTitleMatchMode 2 - SetWinDelay 500 - run CoJ2PC_20090713_DEMO_16_buy_now_INSTALLER.exe - winwait Setup, language - if ( w_opt_unattended > 0 ) { - controlclick button1 ; next - winwait Call of Juarez, Welcome - controlclick button1 ; next - winwait Call of Juarez, License - controlclick button2 ; yes - winwait Call of Juarez, Location - controlclick button1 ; next - winwait Call of Juarez, Start - controlclick button1 ; next - } - winwait Call of Juarez, Complete - if ( w_opt_unattended > 0 ) - controlclick button2 ; next - - winwaitclose Call of Juarez - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Ubisoft\\Demo\\Techland\\Call of Juarez - Bound in Blood SP Demo" "CoJBiBDemo_x86.exe" + # FIXME: Install latest updates + w_warn "This game is copy-protected, and requires the real disc in a real drive to run." } #---------------------------------------------------------------- @@ -11689,11 +14604,10 @@ w_metadata civ4_demo games \ load_civ4_demo() { - w_download_manual http://download.cnet.com/Civilization-IV-demo/3000-7489_4-10465206.html Civilization4_Demo.zip b54f1e5d0a1c2d1ef456d0c20098c23bbb6a0ea7 + w_download_manual http://download.cnet.com/Civilization-IV-demo/3000-7489_4-10465206.html Civilization4_Demo.zip aaafc7fcbf0fc16c9b28c2422400721a40818b867e9291268877c5d3841122a2 - cd "$W_CACHE/$W_PACKAGE" - w_try_unzip Civilization4_Demo.zip -d "$W_TMP" - cd "$W_TMP/$W_PACKAGE" + w_try_unzip "$W_TMP" "$W_CACHE/$W_PACKAGE"/Civilization4_Demo.zip + w_try_cd "$W_TMP/$W_PACKAGE" chmod +x setup.exe w_ahk_do " SetTitleMatchMode, 2 @@ -11716,17 +14630,6 @@ load_civ4_demo() } winwaitclose " - - if w_workaround_wine_bug 6856 - then - w_call msxml3 - fi - if w_workaround_wine_bug 6856 # part 2, still need to file a bug - then - w_call d3dx9_26 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Firaxis Games\\Sid Meier's Civilization 4 Demo" "Civilization4.exe" } #---------------------------------------------------------------- @@ -11742,12 +14645,9 @@ w_metadata crayonphysics_demo games \ load_crayonphysics_demo() { - w_download \ - http://crayonphysicsdeluxe.s3.amazonaws.com/$file1 \ - 4ffd64c630f69e7cf024ef946c2c64c8c4ce4eac + w_download https://crayonphysicsdeluxe.s3.amazonaws.com/crayon_release52demo.exe 3c221f4c4283d89c180337071b5d3f8b88b68cea0558e6f72abcb34ef954b923 # Inno Setup installer w_try "$WINE" "$W_CACHE/$W_PACKAGE/$file1" ${W_OPT_UNATTENDED:+ /sp- /silent /norestart} - w_declare_exe "$W_PROGRAMS_X86_WIN\\Crayon Physics Deluxe Demo" crayon.exe } #---------------------------------------------------------------- @@ -11811,11 +14711,6 @@ load_crysis2() } winwaitclose " - - if w_workaround_wine_bug 26283 - then - w_warn "The game has some nasty flickering, see http://bugs.winehq.org/show_bug.cgi?id=26283" - fi } #---------------------------------------------------------------- @@ -11830,9 +14725,9 @@ w_metadata csi6_demo games \ load_csi6_demo() { - w_download_manual http://www.fileplanet.com/217175/download/CSI:-Fatal-Conspiracy-Demo CSI6_PC_Demo_05.exe 28473b4dc9760b659f24a397192b74d170b593bb + w_download_manual https://www.fileplanet.com/217175/download/CSI:-Fatal-Conspiracy-Demo CSI6_PC_Demo_05.exe dd80e8e2ad2716a49ae292da99c4d069e2193d64ee62ca2941ce93fd7ee3b015 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetWinDelay 1000 SetTitleMatchMode, 2 @@ -11855,8 +14750,6 @@ load_csi6_demo() WinWaitClose } " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Ubisoft\\Telltale Games\\CSI - Fatal Conspiracy Demo" "CSI6Demo.exe" } #---------------------------------------------------------------- @@ -11873,7 +14766,7 @@ load_darknesswithin2_demo() { w_download_manual http://www.bigdownload.com/games/darkness-within-2-the-dark-lineage/pc/darkness-within-2-the-dark-lineage-demo DarknessWithin2Demo.exe - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, DarknessWithin2Demo.exe @@ -11905,13 +14798,9 @@ load_darknesswithin2_demo() winwaitclose, Darkness, Setup has finished " - if w_workaround_wine_bug 23041 - then + if w_workaround_wine_bug 23041; then w_call d3dx9_36 fi - - # you have to cd to the directory containing DarkLineage.exe before running it - w_declare_exe "$W_PROGRAMS_X86_WIN\\Iceberg Interactive\\Darkness Within 2 Demo" "DarkLineage.exe" } #---------------------------------------------------------------- @@ -11962,7 +14851,6 @@ load_darkspore() } WinWaitClose, InstallShield Wizard " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\Darkspore\\DarksporeBin" "Darkspore.exe" } #---------------------------------------------------------------- @@ -11980,18 +14868,6 @@ load_dcuo() { # The installer would take care of this, but let's do it first w_call flash - if w_workaround_wine_bug 26298 "Installing microsoft runtime libraries" - then - w_call vcrun2005 - fi - if w_workaround_wine_bug 27279 "Installing microsoft XAct audio" - then - w_call xact - fi - if w_workaround_wine_bug 25906 "Installing ie8" - then - w_call ie8 - fi w_mount "DCUO - Disc 1" w_ahk_do " @@ -12065,7 +14941,6 @@ load_dcuo() winwaitclose " w_warn "Now let the wookie install itself, and then quit." - w_declare_exe "$W_PROGRAMS_X86_WIN\\Sony Online Entertainment\\Installed Games\\DC Universe Online Live" LaunchPad.exe } #---------------------------------------------------------------- @@ -12082,8 +14957,7 @@ load_deadspace() { w_mount DEADSPACE - if w_workaround_wine_bug 23324 - then + if w_workaround_wine_bug 23324; then msvcrun_me_harder=" winwait, Microsoft controlclick, Button1 @@ -12126,44 +15000,33 @@ load_deadspace() controlclick, Button5 controlclick, Button1 " - - if w_workaround_wine_bug 26079 - then - w_call d3dx9_36 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\Dead Space" "Dead Space.exe" } #---------------------------------------------------------------- w_metadata deadspace2 games \ - title="Dead Space 2 (drm broken on wine)" \ + title="Dead Space 2" \ publisher="EA" \ year="2011" \ media="dvd" \ file1="Disc1.iso" \ file2="Disc2.iso" \ installed_exe1="$W_PROGRAMS_X86_WIN/EA Games/Dead Space 2/deadspace2.exe" \ - wine_showstoppers="25853" load_deadspace2() { - if w_workaround_wine_bug 25853 - then - w_warn "Non-steam versions of this game do not run on Wine because Wine does not support the version of SecuROM they use. Proceed only if you want to run into this problem." - fi w_read_key w_mount Disc1 + # FIXME: this bug was fixed in 1.3.36, so this is unneccessary + # # Work around bug 25963 (fails to switch discs) w_warn "Copying discs to hard drive. This will take a few minutes." - cd "$W_TMP" + w_try_cd "$W_TMP" # Copy takes a LONG time, so offer a way to avoid copy while debugging verb # You'll need to comment out the five "rm -rf"'s, too. - if test ! -f easetup.exe - then + if test ! -f easetup.exe; then w_try cp -R "$W_ISO_MOUNT_ROOT"/* . # Make the directories writable, else 2nd disc copy will fail. w_try chmod -R +w . @@ -12179,8 +15042,7 @@ load_deadspace2() # Install takes a long time, so offer a way to skip installation # and go straight to activation while debugging that - if ! test -f "$W_PROGRAMS_X86_UNIX/EA Games/Dead Space 2/deadspace2.exe" - then + if ! test -f "$W_PROGRAMS_X86_UNIX/EA Games/Dead Space 2/deadspace2.exe"; then w_ahk_do " run easetup.exe if ( w_opt_unattended > 0 ) { @@ -12233,7 +15095,7 @@ load_deadspace2() fi # Activate the game - cd "$W_PROGRAMS_X86/EA Games/Dead Space 2" + w_try_cd "$W_PROGRAMS_X86/EA Games/Dead Space 2" w_ahk_do " run activation.exe if ( w_opt_unattended > 0 ) { @@ -12251,13 +15113,6 @@ load_deadspace2() } WinWaitClose, Product activation " - - if w_workaround_wine_bug 21230 - then - w_call d3dx9_36 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\EA Games\\Dead Space 2" deadspace2.exe } #---------------------------------------------------------------- @@ -12272,12 +15127,10 @@ w_metadata deusex2_demo games \ load_deusex2_demo() { - w_download_manual "http://www.techpowerup.com/downloads/1730/Deus_Ex:_Invisible_War_Demo.html" dxiw_demo.zip ccae48fb046d912b3714ea1b4be4294e74bb3092 - - w_workaround_wine_bug 6971 "Please upgrade to wine-1.3.23 or later; see http://wiki.winehq.org/Bug6971" 1.3.23, + w_download_manual https://www.fileplanet.com/133479/130000/fileinfo/Deus-Ex:-INVISIBLE-WAR-Demo dxiw_demo.zip cd3804a03301afd582c9c9374a670944b8cc1470ad1c2e5f3cd602c60d70244f w_try unzip "$W_CACHE/$W_PACKAGE/dxiw_demo.zip" -d "$W_TMP" - cd "$W_TMP" + w_try_cd "$W_TMP" w_ahk_do " SetTitleMatchMode 2 SetWinDelay 500 @@ -12304,8 +15157,6 @@ load_deusex2_demo() controlclick button4 winwaitclose Deus Ex, Complete " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Deus Ex - Invisible War Demo\\System" "DX2.exe" } #---------------------------------------------------------------- @@ -12322,7 +15173,7 @@ w_metadata diablo2 games \ load_diablo2() { - w_download http://ftp.blizzard.com/pub/diablo2/patches/PC/D2Patch_113c.exe c78761bfb06999a9788f25a23a1ed30260ffb8ab + w_download http://ftp.blizzard.com/pub/diablo2/patches/PC/D2Patch_113c.exe 3d7a488c2a76a12e5a21fc71ca313cf9440f67ded6f65dc6bc49e30f6f557672 w_read_key @@ -12367,7 +15218,7 @@ load_diablo2() ControlClick &Cancel, Diablo II Setup - Video Test winclose, Diablo II Setup" - cd "$W_CACHE"/$W_PACKAGE + w_try_cd "$W_CACHE/$W_PACKAGE" w_try "$WINE" D2Patch_113c.exe w_ahk_do " winwait, Blizzard Updater v2.72, has completed @@ -12378,9 +15229,6 @@ load_diablo2() ControlClick &Cancel, Diablo II" # Dagnabbit, the darn updater starts the game after it updates, no matter what I do? w_killall "Game.exe" - - # Runs better in window - w_declare_exe "$W_PROGRAMS_X86_WIN\\Diablo II" "Diablo II.exe -d3d9 -w" } w_metadata digitanks_demo games \ @@ -12394,16 +15242,13 @@ w_metadata digitanks_demo games \ load_digitanks_demo() { - # 8 june 2011: f204b13dc64c1a54fb1aaf27187c6083ebb16acf - # 11 Nov 2011: e54ffb07232f434bcfaf7b3d43ddf9affa93ef15 - w_download "http://static.digitanks.com/files/digitanks.exe" e54ffb07232f434bcfaf7b3d43ddf9affa93ef15 - cd "$W_CACHE/$W_PACKAGE" - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ /S} - if w_workaround_wine_bug 26915 "installing corefonts" - then + # 2011/11/11: bc98de67680e907a30ee1ab5d062e098c07a87292e3fb82ae62ad2d7175e94ff + w_download "http://static.digitanks.com/files/digitanks.exe" bc98de67680e907a30ee1ab5d062e098c07a87292e3fb82ae62ad2d7175e94ff + w_try_cd "$W_CACHE/$W_PACKAGE" + w_try "$WINE" "$file1" ${W_OPT_UNATTENDED:+ /S} + if w_workaround_wine_bug 8060 "installing corefonts"; then w_call corefonts fi - w_declare_exe "$W_PROGRAMS_X86_WIN\\Digitanks" digitanksdemo.exe } w_metadata dirt2_demo games \ @@ -12416,25 +15261,22 @@ w_metadata dirt2_demo games \ load_dirt2_demo() { - w_download_manual http://www.joystiq.com/game/dirt-2/download/dirt-2-demo/ Dirt2Demo.zip 13af1beb8c4f6300e4655045b66aea1f8a29f2b3 + w_download_manual https://www.fileplanet.com/207823/200000/fileinfo/DiRT-2-Demo Dirt2Demo.zip fbae62d04e3e33790fe78803577efc8ef9ff7e552220c944023b53315e0db9de - mkdir "$W_TMP/$W_PACKAGE" - w_try_unzip -d "$W_TMP/$W_PACKAGE" "$W_CACHE/$W_PACKAGE/Dirt2Demo.zip" + w_try_unzip "$W_TMP/$W_PACKAGE" "$W_CACHE/$W_PACKAGE/Dirt2Demo.zip" - if w_workaround_wine_bug 23532 - then + if w_workaround_wine_bug 23532; then w_call gfw fi - if w_workaround_wine_bug 24868 - then + if w_workaround_wine_bug 24868; then w_call d3dx9_36 fi - cd "$W_TMP/$W_PACKAGE" + w_try_cd "$W_TMP/$W_PACKAGE" w_ahk_do " - Run, "Setup.exe" + Run, Setup.exe WinWait, Choose Setup Language, Select if ( w_opt_unattended > 0 ) { sleep 500 @@ -12464,88 +15306,6 @@ load_dirt2_demo() } WinWaitClose, DiRT2 Demo - InstallShield Wizard, Complete " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Codemasters\\DiRT2 Demo" "dirt2.exe" -} - -#---------------------------------------------------------------- - -w_metadata divinity2_demo games \ - title="Divinity II Demo" \ - publisher="DTP Entertainment" \ - year="2010" \ - media="manual_download" \ - file1="Divinity2_DEMO_EN_US.zip" \ - installed_file1="$W_PROGRAMS_X86_WIN/Divinity II - Ego Draconis - Demo/Bin/Divinity2_Demo.exe" - -load_divinity2_demo() -{ - w_download_manual "http://www.gamershell.com/download_54304.shtml" $file1 2a33670b705d4da89e1119d808cda64977bb6096 - - w_try unzip -d "$W_TMP" "$W_CACHE/$W_PACKAGE/$file1" - cd "$W_TMP" - - w_ahk_do " - Run, Divinity2_DEMO_EN_US.exe - SetTitleMatchMode, 2 - WinWait,Setup - Divinity II - Ego Draconis - Demo - if ( w_opt_unattended > 0 ) { - Sleep 500 - ControlClick TNewButton1 ; Next - WinWait,Setup - Divinity II - Ego Draconis - Demo, read - Sleep 500 - ControlClick TNewRadioButton1 ;agreement - Sleep 500 - ControlClick TNewButton2 ; Next - WinWait,Setup - Divinity II - Ego Draconis - Demo, into - Sleep 500 - ControlClick TNewButton3 ; Next - WinWait,Setup - Divinity II - Ego Draconis - Demo, place - Sleep 500 - ControlClick TNewButton4 ; Next - WinWait,Setup - Divinity II - Ego Draconis - Demo, installation - Sleep 500 - ControlClick TNewButton4 ; Install - Loop - { - IfWinExist, NVIDIA PhysX Setup, must - { - WinWait,NVIDIA PhysX Setup, must - Sleep 500 - ControlClick Button3 ;accept - Sleep 500 - ControlClick Button4 ; Next - WinWait,NVIDIA PhysX Setup, been - Sleep 500 - ControlClick Button1 ; Finish - } - IfWinExist,Setup - Divinity II - Ego Draconis - Demo, launched - { - break - } - Sleep 2000 - } - WinWait,Setup - Divinity II - Ego Draconis - Demo, launched - Sleep 500 - ControlFocus, TNewCheckListBox1, Desktop - Sleep 500 - Send {Space} - Sleep 500 - ControlClick TNewButton4 ; Finish - } - WinWaitClose - " - - if w_workaround_wine_bug 24417 - then - w_call d3dx9_36 - fi - if w_workaround_wine_bug 25329 - then - w_call wmp9 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Divinity II - Ego Draconis - Demo\\Bin" "Divinity2_Demo.exe" } #---------------------------------------------------------------- @@ -12560,9 +15320,9 @@ w_metadata demolition_company_demo games \ load_demolition_company_demo() { - w_download_manual http://www.demolitioncompany-thegame.com/demo.php DemolitionCompanyDemoENv2.exe + w_download_manual https://www.demolitioncompany-thegame.com/demo.php DemolitionCompanyDemoENv2.exe - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, DemolitionCompanyDemoENv2.exe @@ -12587,7 +15347,6 @@ load_demolition_company_demo() } winwaitclose, Setup - Demolition " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Demolition Company Demo\\" "DemolitionCompany.exe" } #---------------------------------------------------------------- @@ -12604,25 +15363,10 @@ load_dragonage() { w_read_key - if w_workaround_wine_bug 22191 "Installer has a non-fatal crash on exit" - then - w_call nocrashdialog - fi # game can do this, why do we need to? w_call physx - if w_workaround_wine_bug 24837 "Installing C++ runtime library" - then - w_call vcrun2005 - fi - if test "$WINETRICKS_OPT_KEEPISOS" != 1 && \ - test ! -f "$W_CACHE/dragonage/DragonAge.iso" && \ - w_workaround_wine_bug 26459 "Making and mounting an .iso to work around 'Failed to authenticate the disk' error. After each reboot, you'll need to do [sudo mount -o ro,loop '$W_CACHE/dragonage/DragonAge.iso' /mnt/winetricks] to play Dragon Age. Someday this will be automated." - then - WINETRICKS_OPT_KEEPISOS=1 w_mount DragonAge - else - w_mount DragonAge - fi + w_mount DragonAge w_ahk_do " SetWinDelay 1000 @@ -12657,37 +15401,20 @@ load_dragonage() sleep 1 done - # FIXME: does this directory name change in win7? + # FIXME: does this directory name change in Windows 7? ini="$W_DRIVE_C/users/$LOGNAME/My Documents/BioWare/Dragon Age/Settings/DragonAge.ini" - if ! test -f "$ini" - then + if ! test -f "$ini"; then w_warn "$ini not found?" else cp -f "$ini" "$ini.old" fi - if w_workaround_wine_bug 22308 "Setting EnableFrameBufferEffects=0 to work around blurry cut scenes" - then - sed 's,EnableFrameBufferEffects=1,EnableFrameBufferEffects=0,' < "$ini" > "$ini.new" - mv -f "$ini.new" "$ini" - fi - if w_workaround_wine_bug 22383 "use strictdrawordering to avoid video problems" - then + if w_workaround_wine_bug 22383 "use strictdrawordering to avoid video problems"; then w_call strictdrawordering=enabled fi - if w_workaround_wine_bug 22557 "Setting UseVSync=0 to avoid black menu" - then + if w_workaround_wine_bug 22557 "Setting UseVSync=0 to avoid black menu"; then sed 's,UseVSync=1,UseVSync=0,' < "$ini" > "$ini.new" mv -f "$ini.new" "$ini" fi - if w_workaround_wine_bug 26435 "Setting SoundDisabled=0 to fix sound" - then - sed 's,SoundDisabled=1,SoundDisabled=0,' < "$ini" > "$ini.new" - mv -f "$ini.new" "$ini" - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Dragon Age" "bin_ship\\daorigins.exe" - - w_workaround_wine_bug 26211 "You may need to kill DAO or its launcher after each run. The Process view of taskmgr makes this relatively easy." } #---------------------------------------------------------------- @@ -12706,7 +15433,7 @@ load_dragonage_ue() w_mount DRAGONAGE Setup.exe 1 - # Annoyingly, it runs a webrowser so you can activate the extra stuff. Disable that, and w_warn the user after install: + # Annoyingly, it runs a web browser so you can activate the extra stuff. Disable that, and w_warn the user after install: WINEDLLOVERRIDES="winebrowser.exe=" export WINEDLLOVERRIDES @@ -12753,29 +15480,19 @@ load_dragonage_ue() winwaitclose " - if w_workaround_wine_bug 22307 - then - w_warn "Turn off frame buffer effects to avoid blurry cut scenes. See http://bugs.winehq.org/show_bug.cgi?id=22307" - fi - - if w_workaround_wine_bug 22383 - then + if w_workaround_wine_bug 22383; then w_try_winetricks strictdrawordering=enabled fi - if w_workaround_wine_bug 23730 - then + if w_workaround_wine_bug 23730; then w_warn "Run with WINEDEBUG=-all to reduce flickering." fi - if w_workaround_wine_bug 23081 - then - w_warn "If you still see flickering, try applying the patch from http://bugs.winehq.org/show_bug.cgi?id=23081" + if w_workaround_wine_bug 23081; then + w_warn "If you still see flickering, try applying the patch from https://bugs.winehq.org/show_bug.cgi?id=23081" fi - w_warn "To activate the additional content, visit http://social.bioware.com/redeem_code.php?path=/dragonage/pc/dlcactivate/en" - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Dragon Age" "bin_ship\\daorigins.exe" + w_warn "To activate the additional content, visit https://social.bioware.com/redeem_code.php?path=/dragonage/pc/dlcactivate/en" } #---------------------------------------------------------------- @@ -12790,9 +15507,9 @@ w_metadata dragonage2_demo games \ load_dragonage2_demo() { - w_download http://lvlt.bioware.cdn.ea.com/bioware/u/f/eagames/bioware/dragonage2/demo/DragonAge2Demo_F93M2qCj_EnEsItPlRu.exe a94715cd7943533a3cf1d84d40e667b04e1abc2e + w_download https://lvlt.bioware.cdn.ea.com/bioware/u/f/eagames/bioware/dragonage2/demo/DragonAge2Demo_F93M2qCj_EnEsItPlRu.exe 615c014deed9b97de5662774fe25074862a7873c430d5d3650d07c7ce2727e9d - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetWinDelay 500 SetTitleMatchMode, 2 @@ -12816,16 +15533,6 @@ load_dragonage2_demo() } winwaitclose " - if w_workaround_wine_bug 26205 "installing DirectX runtime libraries" - then - w_call d3dx9_36 - w_call d3dx11_43 - fi - if w_workaround_wine_bug 26211 "installing native devenum to get sound in logo movie" - then - w_call devenum - fi - w_declare_exe "$W_PROGRAMS_X86_WIN\\Dragon Age 2 Demo" "DragonAge2Launcher.exe" } #---------------------------------------------------------------- @@ -12833,22 +15540,21 @@ load_dragonage2_demo() w_metadata eve games \ title="EVE Online Tyrannis" \ publisher="CCP Games" \ - year="2011" \ + year="2017" \ media="download" \ - file1="EVE_Online_Installer_561078.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/CCP/EVE/eve.exe" + file1="EveLauncher-1104888.exe" \ + installed_exe1="c:/EVE/eve.exe" load_eve() { - # http://www.eveonline.com/download/?fallback=1& - w_download http://content.eveonline.com/561078/EVE_Online_Installer_561078.exe 5b5f0cd4fbd42f82b1d1cccb2e22ddeed97d1d3a + # https://community.eveonline.com/support/download/ + w_download https://binaries.eveonline.com/EveLauncher-1104888.exe d1d66ea0a0e4a476a926307dcdb3d7b5e777d7cff7feb172ce7779dac9fdae8f - if w_workaround_wine_bug 18221 - then - w_call corefonts + if test "$W_OPT_UNATTENDED"; then + w_warn "Quiet mode doesn't work with latest eve update, button names don't appear in AHK." fi - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " run, $file1 WinWait, EVE Online @@ -12870,7 +15576,6 @@ load_eve() } WinWaitClose, EVE Online " - w_declare_exe "$W_PROGRAMS_X86_WIN\\CCP\\EVE" "eve.exe" } #---------------------------------------------------------------- @@ -12890,17 +15595,10 @@ load_fable_tlc() { w_read_key - if w_workaround_wine_bug 657 - then + if w_workaround_wine_bug 657; then w_call mfc42 fi - if test ! -f "$W_CACHE/$W_PACKAGE/FABLE_DISC_1.iso" && w_workaround_wine_bug 24940 - then - # FIXME: port load_harder from winetricks and use it when caching first disc? - w_warn "If the installer can't read from the CD, try using ddrescue to make image of first disc, and place in $W_CACHE/$W_PACKAGE/FABLE_DISC_1.iso" - fi - w_mount FABLE_DISK_1 w_ahk_do " SetTitleMatchMode, 2 @@ -12955,27 +15653,26 @@ load_fable_tlc() # Now tell game what the real disc is so user can insert disc 1 and run the game! # FIXME: don't guess it's D: - cat > "$W_TMP"/$W_PACKAGE.reg <<_EOF_ + cat > "$W_TMP/${W_PACKAGE}.reg" <<_EOF_ REGEDIT4 -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D3BE9C3CAF4226447B48E06CAACF2DDD\InstallProperties] +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Installer\\UserData\\S-1-5-18\\Products\\D3BE9C3CAF4226447B48E06CAACF2DDD\\InstallProperties] "InstallSource"="D:\\" _EOF_ - try_regedit "$W_TMP_WIN"\\$W_PACKAGE.reg + try_regedit "$W_TMP_WIN\\${W_PACKAGE}.reg" # Also accept EULA - cat > "$W_TMP"/$W_PACKAGE.reg <<_EOF_ + cat > "$W_TMP/${W_PACKAGE}.reg" <<_EOF_ REGEDIT4 -[HKEY_CURRENT_USER\Software\Microsoft\Microsoft Games\Fable TLC] +[HKEY_CURRENT_USER\\Software\\Microsoft\\Microsoft Games\\Fable TLC] "FIRSTRUN"=dword:00000001 _EOF_ - try_regedit "$W_TMP_WIN"\\$W_PACKAGE.reg + try_regedit "$W_TMP_WIN\\${W_PACKAGE}.reg" - if w_workaround_wine_bug 24912 - then + if w_workaround_wine_bug 24912; then # kill off lingering installer w_ahk_do " SetTitleMatchMode, 2 @@ -12985,58 +15682,15 @@ _EOF_ w_killall IDriver.exe fi - if w_workaround_wine_bug 25352 - then + if w_workaround_wine_bug 25352; then w_call devenum w_call quartz w_call wmp9 fi - if w_workaround_wine_bug 20074 - then + if w_workaround_wine_bug 20074; then w_call d3dx9_36 fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Games\\Fable - The Lost Chapters" "Fable.exe" -} - -#---------------------------------------------------------------- - -w_metadata farmsim2011_demo games \ - title="Farming Simulator 2011 Demo" \ - publisher="Astragon" \ - year="2011" \ - media="manual_download" \ - file1="FarmingSimulator2011DemoEN.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Farming Simulator 2011 Demo/game.exe" - -load_farmsim2011_demo() -{ - # From http://www.landwirtschafts-simulator.de/demo.php - w_download_manual http://www.landwirtschafts-simulator.de/demo.php FarmingSimulator2011DemoEN.exe c1221110e55625a3e797a3060c4bf5e3219bf2f0 - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - SetWinDelay 500 - SetTitleMatchMode, 2 - run, FarmingSimulator2011DemoEN.exe - if ( w_opt_unattended > 0 ) { - WinWait, Setup - Farming Simulator 2011 Demo - ControlClick TNewButton1 ; Next - WinWait, Setup - Farming Simulator 2011 Demo, License Agreement - ControlClick TNewRadioButton1 ; Accept - ControlClick TNewButton2 ; Next - WinWait, Setup - Farming Simulator 2011 Demo, Setup Type - ControlClick TNewButton2 ; Next - WinWait, Setup - Farming Simulator 2011 Demo, Ready to Install - ControlClick TNewButton2 ; Install - } - WinWait, Setup - Farming Simulator 2011 Demo, finished - if ( w_opt_unattended > 0 ) - ControlClick TNewButton2 ; Finish - WinWaitClose - " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Farming Simulator 2011 Demo" game.exe } #---------------------------------------------------------------- @@ -13051,11 +15705,11 @@ w_metadata fifa11_demo games \ load_fifa11_demo() { - # From http://www.ea.com/uk/football/news/fifa11-download-2 - w_download "http://static.cdn.ea.com/fifa/u/f/fifa11_pc_demo_NA.zip" c3a66284bffb985f31b11e477dade50c0d4cac52 + # From https://www.ea.com/uk/football/news/fifa11-download-2 + w_download "http://static.cdn.ea.com/fifa/u/f/fifa11_pc_demo_NA.zip" 8b51b5d7b017c4a198fdfae1c348666f99cd60271835d608357f2ad893e5be43 w_try unzip -d "$W_TMP" "$W_CACHE/$W_PACKAGE/fifa11_pc_demo_NA.zip" - cd "$W_TMP" + w_try_cd "$W_TMP" w_ahk_do " SetTitleMatchMode, 2 @@ -13099,13 +15753,6 @@ load_fifa11_demo() } WinWaitClose " - - if w_workaround_wine_bug 22161 - then - w_call d3dx9_36 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\EA Sports\\FIFA 11 Demo\\Game" "fifa.exe" } #---------------------------------------------------------------- @@ -13113,16 +15760,18 @@ load_fifa11_demo() w_metadata hon games \ title="Heroes of Newerth" \ publisher="S2 Games" \ - year="2013" \ + year="2018" \ media="download" \ - file1="HoNClient-3.1.2.exe" \ + file1="HoNClient.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Heroes of Newerth/hon.exe" load_hon() { - w_download http://dl.heroesofnewerth.com/HoNClient-3.1.2.exe 49123d092f1fa75b8dddc20c817ab8addd5aee5f + # 2017/03/28: 0f3c3431a88964647fc4d9540490e43afedc2e48573c260892882ecf48172317 + # 2018/06/03: d4c82a3c5fdaee193675838e2fe6ade6b9fcdc4bdaf57848300c0eb09e71a945 + w_download http://dl.heroesofnewerth.com/installers/win32/HoNClient.exe d4c82a3c5fdaee193675838e2fe6ade6b9fcdc4bdaf57848300c0eb09e71a945 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, $file1 @@ -13130,26 +15779,23 @@ load_hon() if ( w_opt_unattended > 0 ) { send {Enter} winwait, Heroes of Newerth + sleep 1000 controlclick, Button2, Heroes of Newerth winwait, Heroes of Newerth, License + sleep 1000 controlclick, Button2, Heroes of Newerth, License - winwait, Heroes of Newerth, Components - controlclick, Button2, Heroes of Newerth, Components winwait, Heroes of Newerth, Install Location + sleep 1000 controlclick, Button2, Heroes of Newerth, Install Location winwait, Heroes of Newerth, Start Menu + sleep 1000 controlclick, Button2, Heroes of Newerth, Start Menu winwait, Heroes of Newerth, Finish + sleep 1000 controlclick, Button2, Heroes of Newerth, Finish } winwaitclose, Heroes of Newerth, Finish " - if w_workaround_wine_bug 25919 "disabling mmdevapi to fix sound and avoid crash" - then - w_override_dlls disabled mmdevapi - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Heroes of Newerth" "hon.exe" } #---------------------------------------------------------------- @@ -13164,9 +15810,9 @@ w_metadata hordesoforcs2_demo games \ load_hordesoforcs2_demo() { - w_download_manual http://www.fileplanet.com/216619/download/Hordes-of-Orcs-2-Demo HoO2Demo.exe 1ba26d35697e359f89a30915140e471fadc675da + w_download_manual https://www.fileplanet.com/216619/download/Hordes-of-Orcs-2-Demo HoO2Demo.exe 9c26e420c56268ca14e5cfa6552a9034fc2ea974714b5bfd427e611dfde197be - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 SetWinDelay 500 @@ -13195,8 +15841,6 @@ load_hordesoforcs2_demo() } winwaitclose Orcs " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Hordes of Orcs 2 Demo" "HoO2.exe" } #---------------------------------------------------------------- @@ -13208,28 +15852,22 @@ w_metadata mfsxde games \ media="dvd" \ file1="FSX DISK 1.iso" \ file2="FSX DISK 2.iso" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Microsoft Games/Microsoft Flight Simulator X/fsx.exe" \ - wine_showstoppers="26411" + installed_exe1="$W_PROGRAMS_X86_WIN/Microsoft Games/Microsoft Flight Simulator X/fsx.exe" load_mfsxde() { - w_workaround_wine_bug 26411 "Game hangs on first screen for me" - - if w_workaround_wine_bug 25139 "Setting virtual desktop so license screen shows up on first run" - then + if w_workaround_wine_bug 25139 "Setting virtual desktop so license screen shows up on first run."; then w_call vd=1024x768 fi w_mount "FSX DISK 1" - if w_workaround_wine_bug 25558 "Copying disc to hard drive. This will take a few minutes." - then - cd "$W_CACHE/$W_PACKAGE" + if w_workaround_wine_bug 25558 "Copying disc to hard drive. This will take a few minutes."; then + w_try_cd "$W_CACHE/$W_PACKAGE" # Copy takes a LONG time, so offer a way to avoid copy while debugging verb - if test ! -f bothdiscs/setup.exe - then + if test ! -f bothdiscs/setup.exe; then mkdir bothdiscs - cd bothdiscs + w_try_cd bothdiscs w_try cp -R "$W_ISO_MOUNT_ROOT"/* . # A few files are on both DVDs. Remove them manually so cp doesn't complain. @@ -13250,7 +15888,7 @@ load_mfsxde() # If you mount it without extracting though, the install fails. # Apparently it uses the files from the cache, but does a disk check. else - cd bothdiscs + w_try_cd bothdiscs fi else w_die "non-broken case not yet supported for this game" @@ -13266,7 +15904,7 @@ load_mfsxde() winwait, Flight Simulator X - End User License Agreement controlclick, Button1, Flight Simulator X - End User License Agreement winwait, Microsoft Flight Simulator X Product Activation Wizard - ; Activate later, currently broken on Wine, see http://bugs.winehq.org/show_bug.cgi?id=25579 + ; Activate later, currently broken on Wine, see https://bugs.winehq.org/show_bug.cgi?id=25579 controlclick, Button2, Microsoft Flight Simulator X Product Activation Wizard sleep 1000 controlclick, Button5, Microsoft Flight Simulator X Product Activation Wizard @@ -13277,8 +15915,6 @@ load_mfsxde() ; Setup doesn't close on its own, because this process doesn't exit cleanly process, close, IDriver.exe " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Games\\Microsoft Flight Simulator X" "fsx.exe" } #---------------------------------------------------------------- @@ -13296,13 +15932,13 @@ load_mfsx_demo() { w_workaround_wine_bug 26411 "Game hangs on first screen for me" - if w_workaround_wine_bug 25139 "Setting virtual desktop so license screen shows up on first run" - then + if w_workaround_wine_bug 25139 "Setting virtual desktop so license screen shows up on first run"; then w_call vd=1024x768 fi - w_download http://download.microsoft.com/download/4/7/7/477dcc35-0b98-42c5-b06f-7ded38a40491/FSXDemo.exe cbb13d2a7918f409f224eab7d3a2014330fc87bc - cd "$W_TMP" + # 2017/03/28: also available at http://www.gamewatcher.com/downloads/flight-simulator-x-download/flight-simulator-x-final-demo + w_download_manual "https://www.fileplanet.com/166127/160000/fileinfo/Microsoft-Flight-Simulator-X-Demo-[Final]" fsxdemo.exe 0d616d8fb6315c15e9919a29968f98b1feda14a2a284721dad114395154e58be + w_try_cd "$W_TMP" unzip "$W_CACHE/$W_PACKAGE"/FSXDemo.exe w_ahk_do " SetWinDelay 1000 @@ -13314,7 +15950,7 @@ load_mfsx_demo() winwait, Flight Simulator X - End User License Agreement controlclick, Button1, Flight Simulator X - End User License Agreement winwait, Microsoft Flight Simulator X Product Activation Wizard - ; Activate later, currently broken on Wine, see http://bugs.winehq.org/show_bug.cgi?id=25579 + ; Activate later, currently broken on Wine, see https://bugs.winehq.org/show_bug.cgi?id=25579 controlclick, Button2, Microsoft Flight Simulator X Product Activation Wizard sleep 1000 controlclick, Button5, Microsoft Flight Simulator X Product Activation Wizard @@ -13325,95 +15961,6 @@ load_mfsx_demo() ; Setup doesn't close on its own, because this process doesn't exit cleanly process, close, IDriver.exe " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Games\\Microsoft Flight Simulator X" "fsx.exe" -} - -#---------------------------------------------------------------- - -w_metadata gothic4_demo games \ - title="Gothic 4 demo (drm broken on wine)" \ - publisher="Jowood" \ - year="2010" \ - media="manual_download" \ - file1="ArcaniA_Gothic4_Demo_Setup.zip" \ - installed_exe1="$W_PROGRAMS_X86_WIN/JoWooD Entertainment AG/ArcaniA - Gothic 4 Demo/Arcania.exe" \ - wine_showstoppers="7065" - -# http://appdb.winehq.org/objectManager.php?sClass=version&iId=21507 - -load_gothic4_demo() -{ - if w_workaround_wine_bug 7065 - then - w_warn "Non-steam versions of this game do not run on Wine because Wine does not support the version of SecuROM they use. Proceed only if you want to run into this problem." - fi - - w_download_manual http://www.gamershell.com/download_63874.shtml ArcaniA_Gothic4_Demo_Setup.zip d36024c0235878c4589234a56cc8b6e05da5c593 - - cd "$W_TMP" - w_try unzip "$W_CACHE/$W_PACKAGE"/ArcaniA_Gothic4_Demo_Setup.zip - - w_ahk_do " - Settitlematchmode, 2 - run, ArcaniA_Gothic4_Demo_Setup.exe - if ( w_opt_unattended > 0 ) { - winwait, Select Setup Language - sleep 1000 - controlclick, TNewButton1, Select Setup Language - winwait, Setup - ArcaniA, Welcome to the - sleep 1000 - controlclick, TNewButton1, Setup - ArcaniA, Welcome to the - winwait, Setup - ArcaniA, License Agreement - sleep 1000 - controlclick, TNewRadioButton1, Setup - ArcaniA, License Agreement - sleep 1000 - controlclick, TNewButton2, Setup - ArcaniA, License Agreement - winwait, Setup - ArcaniA, Select Destination Location - sleep 1000 - controlclick, TNewButton3, Setup - ArcaniA, Select Destination Location - winwait, Setup - ArcaniA, Select Components - sleep 1000 - controlclick, TNewButton3, Setup - ArcaniA, Select Components - winwait, Setup - ArcaniA, Select Start Menu - sleep 1000 - controlclick, TNewButton4, Setup - ArcaniA, Select Start Menu - winwait, Setup - ArcaniA, Select Additional - sleep 1000 - controlclick, TNewButton4, Setup - ArcaniA, Select Additional - winwait, Setup - ArcaniA, Ready to Install - sleep 1000 - controlclick, TNewButton4, Setup - ArcaniA, Ready to Install - winwait, Setup - ArcaniA, Information - sleep 1000 - controlclick, TNewButton4, Setup - ArcaniA, Information - } - winwait, Setup - ArcaniA, Completing - if ( w_opt_unattended > 0 ) { - sleep 1000 - ; The two checkboxes share the same button id. App/Wine bug? - mousemove, 190, 155 - click - sleep 1000 - mousemove, 190, 180 - click - sleep 1000 - controlclick, TNewButton4, Setup - ArcaniA, Completing - } - winwaitclose - " - - if w_workaround_wine_bug 21939 - then - w_call wmp9 - fi - - if w_workaround_wine_bug 24250 - then - w_call vcrun2008 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\JoWooD Entertainment AG\\ArcaniA - Gothic 4 Demo" "Arcania.exe" } #---------------------------------------------------------------- @@ -13454,207 +16001,40 @@ load_gta_vc() controlclick, Button2 winwait, Grand Theft Auto Vice City, Ready to Install the Program send {enter} - } - winwait, Setup Needs The Next Disk, Please insert disk 2 - " - w_mount VICE_CITY_PLAY - w_ahk_do " - SetWinDelay 1000 - SetTitleMatchMode, 2 - winwait, Setup Needs The Next Disk, Please insert disk 2 - if ( w_opt_unattended > 0 ) { - controlclick, Button2 - } - winwait, Grand Theft Auto Vice City, InstallShield Wizard Complete - if ( w_opt_unattended > 0 ) { - send {enter} - } - winwaitclose - " - - if w_workaround_wine_bug 26322 "Setting virtual desktop" - then - w_call vd=800x600 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Rockstar Games\\Grand Theft Auto Vice City" gta-vc.exe - - myexec="Exec=env WINEPREFIX=\"$WINEPREFIX\" wine cmd /c 'C:\\\\\\\\Run-gta_vc.bat'" - mymenu="$XDG_DATA_HOME/applications/wine/Programs/Rockstar Games/Grand Theft Auto Vice City/Play GTA Vice City.desktop" - if test -f "$mymenu" && w_workaround_wine_bug 26304 "Fixing system menu" - then - # this is a hack, hopefully the wine bug will be fixed soon - sed -i "s,Exec=.*,$myexec," "$mymenu" - fi -} - -#---------------------------------------------------------------- - -w_metadata guildwars games \ - title="Guild Wars" \ - publisher="NCsoft" \ - year="2005" \ - media="download" \ - file1="GwSetup.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Guild Wars/Gw.exe" \ - homepage="http://www.guildwars.com" - -load_guildwars() -{ - w_download "http://guildwars.com/download/" a7c4c8cb3b8cbee20707dcf8176d3da6a1686c05 GwSetup.exe - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - Run, GwSetup.exe - WinWait, ahk_class ArenaNet_Dialog_Class - if ( w_opt_unattended > 0 ) { - ; Wait for network connection to finish. This might need to be longer. Can we detect this better? - Sleep 6000 - ; For some reason, the OK doesn't take for me unless I activate the window first - WinActivate - Send {Enter} - ; Installation takes a long time... and then starts the game, which we don't want. - } - WinWait, ahk_class ArenaNet_Dx_Window_Class - Sleep 4000 - WinClose, ahk_class ArenaNet_Dx_Window_Class - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Guild Wars" "Gw.exe" -} - -#---------------------------------------------------------------- - -w_metadata hegemonygold_demo games \ - title="Hegemony Gold" \ - publisher="Longbow Games" \ - year="2011" \ - media="download" \ - file1="HegemonyGoldInstaller.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Longbow Digital Arts/Hegemony Gold/Hegemony Gold.exe" \ - homepage="http://www.longbowgames.com/forums/topic/?id=2146" \ - rating="bronze" - -load_hegemonygold_demo() -{ - if w_workaround_wine_bug 25767 - then - w_warn "This game works, but has some rendering glitches in Wine." - fi - - # 6 Mar 2011: 8c4d8aa8f997b106c78b065a4b200e5e1ab846a8 - # 28 Apr 2011: 93677013fc17f014b1640bed070e8bb1b2a17445 - # 25 Jun 2011: 4069656ea3c3760b67d1c5adff37de7472955f72 - # 5 Nov 2011: 723c575ff5fff77941a1c786e28f46c094b8159c - # 8 Mar 2012: 36634314f571e345d082bdefe1150c76ef5610a7 - - w_download "http://www.longbowgames.com/downloads/Hegemony%20Gold%20Installer.exe" 36634314f571e345d082bdefe1150c76ef5610a7 HegemonyGoldInstaller.exe - - cd "$W_CACHE/$W_PACKAGE" - - w_ahk_do " - SetWinDelay 500 - SetTitleMatchMode, 2 - Run, HegemonyGoldInstaller.exe - WinWait,Hegemony - if ( w_opt_unattended > 0 ) { - ControlClick Button2 ; Next - WinWait,Hegemony, License - ControlClick Button2 ; Agree - WinWait,Hegemony, Components - Click, Left, 187, 185 - Sleep 500 - ControlClick Button2 ; Next - WinWait,Hegemony, Location - ControlClick Button2 ; Next - WinWait,Hegemony, shortcuts - ControlClick Button2 ; Install - WinWait,Hegemony, Completing - ControlFocus,Button4,launch - Sleep 1000 - Send {Space} - Sleep 500 - ControlClick Button2 ; finish - } - WinWaitClose,Hegemony - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Longbow Digital Arts\\Hegemony Gold" "Hegemony Gold.exe" -} - -#---------------------------------------------------------------- - -w_metadata hegemony_demo games \ - title="Hegemony: Philip of Macedon Demo" \ - publisher="Longbow Games" \ - year="2010" \ - media="download" \ - file1="Hegemony_Philip_of_Macedon_Installer.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Longbow Digital Arts/Hegemony Philip of Macedon/Hegemony Philip of Macedon.exe" - -load_hegemony_demo() -{ - # Oct 2010: d3d2aa020d38b594d112360ae40871662d35dea4 - # Nov 2010: 80cad805ad4bed0d3c493f2d9a40d06512c429a9 http://www.longbowgames.com/forums/topic/?id=2223&start=0#post22184 - # Feb 16 2011: 38e92e3e4d0f0d10393790bc37350a2094f60c37 - w_download "http://www.longbowgames.com/downloads/Hegemony%20Philip%20of%20Macedon%20Installer.exe" 38e92e3e4d0f0d10393790bc37350a2094f60c37 Hegemony_Philip_of_Macedon_Installer.exe - - cd "$W_CACHE/$W_PACKAGE" - - if w_workaround_wine_bug 24819 - then - w_override_dlls disabled gameux - fi - + } + winwait, Setup Needs The Next Disk, Please insert disk 2 + " + w_mount VICE_CITY_PLAY w_ahk_do " + SetWinDelay 1000 SetTitleMatchMode, 2 - run, Hegemony_Philip_of_Macedon_Installer.exe - winwait, Hegemony, installation + winwait, Setup Needs The Next Disk, Please insert disk 2 if ( w_opt_unattended > 0 ) { controlclick, Button2 - Sleep 500 - winwait, Hegemony, License - controlclick, Button2 - winwait, Hegemony, Components - controlclick, Button2 - winwait, Hegemony, Install Location - controlclick, Button2 - winwait, Hegemony, shortcuts - controlclick, Button2 - Loop - { - ; Work around wine bug 24484 - IfWinExist, Log message, IKnownFolderManager - { - send {Enter} - } - ; Work around wine bug 21261 - IfWinExist, Log message, Games Explorer - { - send {Enter} - } - IfWinExist, Hegemony, has been installed - { - break - } - Sleep (2000) - } - winwait, Hegemony, has been installed - Sleep 500 - controlclick, Button4 - Sleep 500 - controlclick, Button2 } - WinWaitClose,Hegemony + winwait, Grand Theft Auto Vice City, InstallShield Wizard Complete + if ( w_opt_unattended > 0 ) { + send {enter} + } + winwaitclose " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Longbow Digital Arts\\Hegemony Philip of Macedon" "Hegemony Philip of Macedon.exe" + if w_workaround_wine_bug 26322 "Setting virtual desktop"; then + w_call vd=800x600 + fi + + myexec="Exec=env WINEPREFIX=\"$WINEPREFIX\" wine cmd /c 'C:\\\\\\\\Run-gta_vc.bat'" + mymenu="$XDG_DATA_HOME/applications/wine/Programs/Rockstar Games/Grand Theft Auto Vice City/Play GTA Vice City.desktop" + if test -f "$mymenu" && w_workaround_wine_bug 26304 "Fixing system menu"; then + # this is a hack, hopefully the wine bug will be fixed soon + sed -i "s,Exec=.*,$myexec," "$mymenu" + fi } #---------------------------------------------------------------- w_metadata hphbp_demo games \ - title="Harry Potter & The Half Blood Prince Demo" \ + title="Harry Potter and the Half-Blood Prince Demo" \ publisher="EA" \ year="2009" \ media="download" \ @@ -13664,12 +16044,12 @@ w_metadata hphbp_demo games \ load_hphbp_demo() { case "$LANG" in - ""|"C") w_die "Harry Potter will not install in the Posix locale; please do 'export LANG=en_US.UTF-8' or something like that" ;; + ""|"C") w_die "Harry Potter will not install in the POSIX locale; please do 'export LANG=en_US.UTF-8' or something like that" ;; esac - w_download http://largedownloads.ea.com/pub/demos/HarryPotter/Release_HBP_demo_PC_DD_DEMO_Final_348428.exe dadc1366c3b5e641454aa337ad82bc8c5082bad2 + w_download http://largedownloads.ea.com/pub/demos/HarryPotter/Release_HBP_demo_PC_DD_DEMO_Final_348428.exe eca6c5eb49dc2f778175a36e07b0b1d3f33db75fdb5fda8bfefd2c1648fbbd53 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, Release_HBP_demo_PC_DD_DEMO_FINAL_348428.exe @@ -13694,62 +16074,16 @@ load_hphbp_demo() " # Work around locale issues by symlinking the app's directory to not have a funny char - # Won't really work on cygwin, but that's ok. - cd "$W_PROGRAMS_X86_UNIX/Electronic Arts" + # Won't really work on Cygwin, but that's ok. + w_try_cd "$W_PROGRAMS_X86_UNIX/Electronic Arts" ln -s "Harry Potter and the Half-Blood Prince"* "Harry Potter and the Half-Blood Prince Demo" - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\Harry Potter and the Half-Blood Prince Demo\\pc" hp6_demo.exe -} - -#---------------------------------------------------------------- - -w_metadata imvu games \ - title="IMVU - Instant Messaging Virtual Universe" \ - publisher="IMVU" \ - year="2004" \ - media="download" \ - file1="InstallIMVU_465.0_st_c.exe" \ - installed_exe1="c:/users/$LOGNAME/Application Data/IMVUClient/IMVUClient.exe" - -load_imvu() -{ - w_download http://static-akm.imvu.com/imvufiles/installers/InstallIMVU_465.0_st_c.exe 3a5c6c335227a5709c5772f91d8407edd07d4012 - - if w_workaround_wine_bug 28541 "Installing Visual C++ 2008 runtime to avoid crash on startup" - then - w_call vcrun2008 - fi - - cd "$W_CACHE/$W_PACKAGE" - - w_ahk_do " - SetTitleMatchMode, 2 - SetWinDelay 500 - Run, $file1 - if ( w_opt_unattended > 0 ) { - WinWait,IMVU Setup, IMVU Extension - ControlClick Button4 ; Don't install extension - Sleep 500 - ControlClick Button2 ; Finish - ; There's no way to tell it not to launch - WinWait,IMVU Login, chrome - Click, Left, 29, 230 ; Uncheck [run on startup] - Sleep 500 - Click, Left, 416, 11 ; Click X on window decoration to close - Sleep 500 - WinKill,IMVU Login, chrome ; and then close harshly, just in case? - } - winwaitclose - " - - w_declare_exe "c:\\users\\$LOGNAME\\Application Data\\IMVUClient" "IMVUClient.exe" } #---------------------------------------------------------------- w_metadata kotor1 games \ - title="Star Wars: Knights Of The Old Republic" \ - publisher="Lucas Arts" \ + title="Star Wars: Knights of the Old Republic" \ + publisher="LucasArts" \ year="2003" \ media="cd" \ file1="KOTOR_1.iso" \ @@ -13760,12 +16094,6 @@ w_metadata kotor1 games \ load_kotor1() { - # without virtual desktop, some in-game resolutions cause a crash. - if w_workaround_wine_bug 16596 - then - w_call vd=800x600 - fi - w_mount "KOTOR_1" w_ahk_do " SetTitleMatchMode 2 @@ -13831,132 +16159,6 @@ load_kotor1() } winwaitclose Star Wars, Complete " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\LucasArts\\SWKotOR" "swkotor.exe" -} - -#-------------------------------------------------------------------- - -w_metadata kotor2 games \ - title="Star Wars: Knights of the Old Republic 2" \ - publisher="LucasArts" \ - year="2005" \ - media="cd" \ - file1="K2_UK_v_1_0_dsc_.iso" \ - installed_exe1="$W_PROGRAMS_X86_WIN/LucasArts/SWKotOR2/swkotor2.exe" - -load_kotor2() -{ - if w_workaround_wine_bug 16596 - then - w_call vd=800x600 - fi - - w_mount "K2_UK_v_1_0_dsc_" - w_ahk_do " - SetTitleMatchMode 2 - SetWinDelay 500 - run ${W_ISO_MOUNT_LETTER}:setup.exe - winwait Star Wars, Welcome - if ( w_opt_unattended > 0 ) { - controlclick button1 - winwait Star Wars, License Agreement - controlclick button2 - winwait Question, Licensing Agreement - controlclick button1 - winwait Star Wars, Destination Location - controlclick button1 - winwait Star Wars, Program Folder - controlclick button2 - } - winwait Next Disk, disk 2 - " - w_umount - w_mount "K2_UK_v_1_0_dsc_" - w_ahk_do " - SetTitleMatchMode 2 - winwait Next Disk, disk 2 - if ( w_opt_unattended > 0 ) - controlclick button2 - winwait Next Disk, disk 3 - " - w_umount - w_mount "K2_UK_v_1_0_dsc_" - w_ahk_do " - SetTitleMatchMode 2 - winwait Next Disk, disk 3 - if ( w_opt_unattended > 0 ) - controlclick button2 - winwait Next Disk, disk 4 - " - w_umount - w_mount "K2_UK_v_1_0_dsc_" - w_ahk_do " - SetTitleMatchMode 2 - winwait Next Disk, disk 4 - if ( w_opt_unattended > 0 ) - controlclick button2 - winwait Next Disk, Play disc - " - w_umount - w_mount "K2_UK_v_1_0_dsc_" - w_ahk_do " - SetTitleMatchMode 2 - SetWinDelay 500 - winwait Next Disk, Play disc - if ( w_opt_unattended > 0 ) { - controlclick button2 - winwait Question, shortcut - controlclick button1 - winwait Question, DirectX - controlclick button2 - } - winwait Star Wars, Wizard Complete - if ( w_opt_unattended > 0 ) { - controlclick button1 - controlclick button2 - controlclick button4 - } - winwaitclose Star Wars, Wizard Complete - " - - # download 1.0a and 1.0b patches - w_download ftp://ftp.lucasarts.com/patches/pc/KotOR2%20Patch%20v201420%20UK.exe ab97a0d41ae15782418d0fd1b2ad43ccf35ca070 - w_download ftp://ftp.lucasarts.com/patches/pc/sw_pc_uk_from201420_to211427.exe cf4ed797a0314b3ca047012f732321c6ba9a2388 - - cd "$W_CACHE/$W_PACKAGE" - - # install 1.0a patch - w_ahk_do " - SetTitleMatchMode 2 - SetWinDelay 500 - run KotOR2 Patch v201420 UK.exe - winwait RTPatch Software, 1.0a - if ( w_opt_unattended > 0 ) { - controlclick button1 - winwait RTPatch Software, updated - controlclick button1 - } - winwaitclose RTPatch Software - " - - # install 1.0b patch - w_ahk_do " - SetTitleMatchMode 2 - SetWinDelay 500 - run sw_pc_uk_from201420_to211427.exe - winwait RTPatch Software, 1.0b - if ( w_opt_unattended > 0 ) { - controlclick button1 - winwait Update1_0b.txt - winclose Update1_0b.txt ;close readme that pops up - winwait RTPatch Software, updated - controlclick button1 - } - winwaitclose RTPatch Software - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\LucasArts\\SWKotOR2" "swkotor2.exe" } #---------------------------------------------------------------- @@ -13971,17 +16173,18 @@ w_metadata losthorizon_demo games \ load_losthorizon_demo() { - w_download_manual http://www.fileplanet.com/215704/download/Lost-Horizon-Demo Lost_Horizon_Demo_EN.exe + w_download_manual https://www.fileplanet.com/215704/download/Lost-Horizon-Demo Lost_Horizon_Demo_EN.exe - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run Lost_Horizon_Demo_EN.exe WinWait,Lost Horizon Demo, Destination + # shellcheck disable=SC2086 if ( w_opt_unattended > 0 ) { Sleep 500 - Send {RAW}"$W_TMP" + Send {RAW}${W_TMP} ControlClick Button2 ;Install WinWaitClose,Lost Horizon Demo,Installation Sleep 1000 @@ -14015,68 +16218,6 @@ load_losthorizon_demo() } WinWaitClose " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Deep Silver\\Lost Horizon Demo" "fsasgame.exe" -} - -#---------------------------------------------------------------- - -w_metadata lego_potc_demo games \ - title="Lego Pirates of the Caribbean Demo" \ - publisher="Travellers Tales" \ - year="2011" \ - media="manual_download" \ - file1="LPOTC_PC_Demo.zip" \ - installed_file1="$W_PROGRAMS_X86_WIN/Disney Interactive Studios/LEGO Pirates DEMO/LEGOPiratesDEMO.exe" - -load_lego_potc_demo() -{ - w_download_manual http://www.gamershell.com/download_73976.shtml LPOTC_PC_Demo.zip 3025dcbbee9ff2d74d7837a78ef5b7aceae15d8f - cd "$W_TMP" - w_info "Unpacking $file1" - w_try_unzip "$W_CACHE/$W_PACKAGE/$file1" LPOTC_PC_Demo.exe - w_ahk_do " - SetWinDelay, 500 - SetTitleMatchMode, 2 - SetTitleMatchMode, slow ; since word English in first dialog can only be read 'slowly' - run LPOTC_PC_Demo.exe - if ( w_opt_unattended > 0 ) { - winwait,LEGO,English - sleep 500 - winactivate - send {Tab}{Tab}{Enter} - winwaitclose,LEGO,English - - winwait, LEGO, License - winactivate - send {Space} - sleep 500 - send {Enter} - winwaitclose, LEGO, License - - winwait, DirectX - ControlClick, Button1 ; next - ;send {Enter} ; next - winwaitclose, DirectX - - winwait, LEGO, License ; DIRECTX shows up in slow text, could wait for that - winactivate - sleep 500 - ControlClick, Button1 ; accept - ;send {Tab}{Tab}{Space} ; accept - sleep 500 - send {Enter} - winwaitclose, LEGO, License - } - winwait, LEGO, continue - if ( w_opt_unattended > 0 ) { - ControlClick, Button2 - sleep 1000 - } - winwaitclose, LEGO - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Disney Interactive Studios\\LEGO Pirates DEMO" LEGOPiratesDEMO.exe } #---------------------------------------------------------------- @@ -14085,24 +16226,24 @@ w_metadata lhp_demo games \ title="LEGO Harry Potter Demo [Years 1-4]" \ publisher="Travellers Tales / WB" \ year="2010" \ - media="download" \ + media="manual_download" \ file1="LEGOHarryPotterDEMO.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/WB Games/LEGO_Harry_Potter_DEMO/LEGOHarryPotterDEMO.exe" load_lhp_demo() { case "$LANG" in - *UTF-8*|*utf8*) ;; - *) - w_warn "This installer fails in non-utf-8 locales. Doing 'export LANG=en_US.UTF-8'." - LANG=en_US.UTF-8 - export LANG - ;; + *UTF-8*|*utf8*) ;; + *) + w_warn "This installer fails in non-utf-8 locales. Doing 'export LANG=en_US.UTF-8' is a workaround." + LANG=en_US.UTF-8 + export LANG + ;; esac - w_download "http://static.kidswb.com/legoharrypottergame/LEGOHarryPotterDEMO.exe" bb0a30ad9a7cc51c80e1bb1f3eec22e6ccc1a706 + w_download_manual "https://www.fileplanet.com/213663/210000/fileinfo/LEGO-Harry-Potter:-Years-1-4-Demo" 01d8e88511d71f5dd1492034ea4b00eacdbbf891ef23cffa31413d232eee3647 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 run, LEGOHarryPotterDEMO.exe @@ -14122,17 +16263,10 @@ load_lhp_demo() winwaitclose, LEGO, Finish " - if w_workaround_wine_bug 23397 - then - w_warn "If sound stutters, try switching to OSS sound in winecfg (winetricks sound=oss)" - fi - # Work around locale issues by symlinking the app's directory to not have a funny char - # Won't really work on cygwin, but that's ok. - cd "$W_PROGRAMS_X86_UNIX/WB Games" + # Won't really work on Cygwin, but that's ok. + w_try_cd "$W_PROGRAMS_X86_UNIX/WB Games" ln -s LEGO*Harry\ Potter*DEMO LEGO_Harry_Potter_DEMO - - w_declare_exe "$W_PROGRAMS_X86_WIN\\WB Games\\LEGO_Harry_Potter_DEMO" "LEGOHarryPotterDEMO.exe" } #---------------------------------------------------------------- @@ -14164,12 +16298,6 @@ load_lswcs() } winwaitclose, LEGO " - # Installer crashes at end (http://bugs.winehq.org/show_bug.cgi?id=22529) but this doesn't seem to hurt. - # Wait for all processes to exit, else unmount will fail - #$W_WINESERVER -w - - w_declare_exe "$W_PROGRAMS_X86_WIN\\LucasArts\\LEGO Star Wars - The Complete Saga" "LEGOStarWarsSaga.exe" - w_warn "This game is copy-protected, and requires the real disc in a real drive to run." } @@ -14228,8 +16356,6 @@ load_lemonysnicket() } WinWaitClose, Lemony " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Activision\\Lemony Snicket's A Series of Unfortunate Events" System\\game.exe } #---------------------------------------------------------------- @@ -14265,13 +16391,12 @@ load_luxor_ar() } winwaitclose " - w_declare_exe "$W_PROGRAMS_X86_WIN\\MumboJumbo\\Luxor Amun Rising" "Luxor AR.exe" } #---------------------------------------------------------------- w_metadata masseffect2 games \ - title="Mass Effect 2 (drm broken on wine)" \ + title="Mass Effect 2 (DRM broken on Wine)" \ publisher="BioWare" \ year="2010" \ media="dvd" \ @@ -14285,28 +16410,10 @@ load_masseffect2() w_mount MassEffect2 w_read_key - if w_workaround_wine_bug 22091 "May hang or crash at end of install, but should install ok." - then - w_call nocrashdialog - fi - - if w_workaround_wine_bug 23126 "Installing C runtime library" 1.3.0, - then - w_call vcrun2005 - fi - if w_workaround_wine_bug 23125 "Installing d3dx10 libraries" 1.3.0, - then - w_call d3dx10 - fi - # FIXME: only do this for nvidia cards - if w_workaround_wine_bug 23151 "Disabling glsl" - then + # FIXME: only do this for Nvidia graphics cards + if w_workaround_wine_bug 23151 "Disabling glsl"; then w_call glsl=disabled fi - if w_workaround_wine_bug 22919 "Installing physx" - then - w_call physx - fi w_ahk_do " SetTitleMatchMode, 2 @@ -14339,7 +16446,7 @@ load_masseffect2() send {Enter} } ; Some installs may not get to this point due to an installer hang/crash (bug 22919) - ; The hang/crash happens after the Physx install but does not seem to affect gameplay + ; The hang/crash happens after the PhysX install but does not seem to affect gameplay loop { ifwinexist, Mass Effect, Finish @@ -14356,9 +16463,6 @@ load_masseffect2() sleep 1000 } " - w_workaround_wine_bug 6971 "Please upgrade to wine-1.3.23 or later; see http://wiki.winehq.org/Bug6971" 1.3.23, - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Mass Effect 2\\Binaries" "MassEffect2.EXE" } #---------------------------------------------------------------- @@ -14373,40 +16477,22 @@ w_metadata masseffect2_demo games \ load_masseffect2_demo() { - w_download http://static.cdn.ea.com/bioware/u/f/eagames/bioware/masseffect2/ME2_DEMO/MassEffect2DemoEN.exe cda9a25387a98e29772b3ccdcf609f87188285e2 - - if w_workaround_wine_bug 22091 "May hang or crash at end of install, but should install ok." - then - w_call nocrashdialog - fi + w_download http://static.cdn.ea.com/bioware/u/f/eagames/bioware/masseffect2/ME2_DEMO/MassEffect2DemoEN.exe 4ec5ce1dc90c10512324d24cba2b5b9ba1e1872ed4c23e3ede0fc0accc7d2ff2 - if w_workaround_wine_bug 23126 "Installing C runtime library" 1.3.0, - then - w_call vcrun2005 - fi - if w_workaround_wine_bug 23125 "Installing d3dx10 libraries" 1.3.0, - then - w_call d3dx10 - fi - # FIXME: only do this for nvidia cards - if w_workaround_wine_bug 23151 "Disabling glsl" - then + # FIXME: only do this for Nvidia graphics cards + if w_workaround_wine_bug 23151 "Disabling glsl"; then w_call glsl=disabled fi - if w_workaround_wine_bug 22919 "Installing physx" - then - w_call physx - fi # Don't let self-extractor write into $W_CACHE - case "$OS" in - "Windows_NT") + case "$W_PLATFORM" in + windows_cmd|wine_cmd) cp "$W_CACHE/$W_PACKAGE/MassEffect2DemoEN.exe" "$W_TMP" chmod +x "$W_TMP"/MassEffect2DemoEN.exe ;; *) ln -sf "$W_CACHE/$W_PACKAGE/MassEffect2DemoEN.exe" "$W_TMP" ;; esac - cd "$W_TMP" + w_try_cd "$W_TMP" w_ahk_do " SetWinDelay 1000 SetTitleMatchMode, 2 @@ -14424,7 +16510,7 @@ load_masseffect2_demo() ControlClick, Button2 } ; Some installs may not get to this point due to an installer hang/crash (bug 22919) - ; The hang/crash happens after the Physx install but does not seem to affect gameplay + ; The hang/crash happens after the PhysX install but does not seem to affect gameplay loop { ifwinexist, Mass Effect, Finish @@ -14441,42 +16527,6 @@ load_masseffect2_demo() sleep 1000 } " - if test `which wine-hotfix-6971` 2> /dev/null - then - if w_workaround_wine_bug 6971 "Pointing menu and icon at wine-hotfix-6971 so mouse will work, assuming your X supports XInput2" - then - w_declare_exe "$W_PROGRAMS_X86_WIN\\Mass Effect 2 Demo\\Binaries" "MassEffect2.EXE" - myexec="Exec=env WINEPREFIX=\"$XDG_DATA_HOME/wineprefixes/masseffect2_demo\" wine-hotfix-6971 cmd /c 'C:\\\\\\Run-masseffect2_demo.bat'" - - mymenu="$HOME/Desktop/Mass Effect 2 Demo.desktop" - me2tries=0 - while test ! -f "$mymenu" - do - if test $me2tries -gt 120 - then - w_die "timeout waiting for winemenubuilder to finish :-(" - fi - me2tries=`expr $me2tries + 1` - echo "waiting for winemenubuilder to finish..." - sleep 1 - done - unset me2tries - if test -f "$mymenu" - then - # this is a hack, hopefully the wine bug will be fixed soon - sed -i "s,Exec=.*,$myexec," "$mymenu" - fi - mymenu="$XDG_DATA_HOME/applications/wine/Programs/Mass Effect 2 Demo/Mass Effect 2 Demo.desktop" - if test -f "$mymenu" - then - # this is a hack, hopefully the wine bug will be fixed soon - sed -i "s,Exec=.*,$myexec," "$mymenu" - fi - fi - else - w_workaround_wine_bug 6971 "Please upgrade to wine-1.3.23 or later; see http://wiki.winehq.org/Bug6971" 1.3.23, || true - fi - } #---------------------------------------------------------------- @@ -14491,15 +16541,12 @@ w_metadata maxmagicmarker_demo games \ load_maxmagicmarker_demo() { - w_download http://www.maxandthemagicmarker.com/maxdemo/max_demo_pc.zip 1a79c583ff40e7b2cf05d18a89a806fd6b88a5d1 + w_download https://www.maxandthemagicmarker.com/maxdemo/max_demo_pc.zip 6e2abd0cbd0ad04bfea9663402d7e9f24864d3f1c32df69eebf92dfc469fe6dd - w_try mkdir "$W_PROGRAMS_X86_UNIX"/$W_PACKAGE - cd "$W_PROGRAMS_X86_UNIX"/$W_PACKAGE - w_try_unzip "$W_CACHE/$W_PACKAGE"/max_demo_pc.zip + w_try_unzip "$W_PROGRAMS_X86_UNIX/$W_PACKAGE" "$W_CACHE/$W_PACKAGE"/max_demo_pc.zip # Work around bug in game?! + w_try_cd "$W_PROGRAMS_X86_UNIX/$W_PACKAGE" mv "max and the magic markerdemo pc" "max and the magic markerdemo pc"_Data - - w_declare_exe "$W_PROGRAMS_X86_WIN\\$W_PACKAGE" "max and the magic markerdemo pc.exe" } #---------------------------------------------------------------- @@ -14517,10 +16564,10 @@ load_mdk() # Needed even on Windows, some people say. Haven't tried the D3D version on win7 yet. w_call glidewrapper - w_download http://www.falconfly.de/downloads/patch-mdk3dfx.zip edcff0160c62d23b00c55c0bdfa38a6e90d925b0 + w_download http://www.falconfly.de/downloads/patch-mdk3dfx.zip 9b9413609ed147944fa44bb5f51b35cf6baa7657e7e1a9891ad68d858275e00b w_mount MDK - cd "$W_ISO_MOUNT_ROOT" + w_try_cd "$W_ISO_MOUNT_ROOT" w_ahk_do " SetTitleMatchMode, 2 SetTitleMatchMode, slow @@ -14560,11 +16607,10 @@ load_mdk() } WinWaitClose " - cd "$W_DRIVE_C/SHINY/MDK" - w_try_unzip "$W_CACHE/$W_PACKAGE"/patch-mdk3dfx.zip + w_try_cd "$W_DRIVE_C/SHINY/MDK" + w_try_unzip . "$W_CACHE/$W_PACKAGE"/patch-mdk3dfx.zip - w_declare_exe "C:\\SHINY\\MDK" "MDK3DFX.EXE" - # TODO: wine fails to install menu items, add a workaround for that + # TODO: Wine fails to install menu items, add a workaround for that } #---------------------------------------------------------------- @@ -14581,7 +16627,7 @@ load_menofwar() { w_mount "Men of War" - cd "$W_ISO_MOUNT_ROOT" + w_try_cd "$W_ISO_MOUNT_ROOT" w_ahk_do " SetTitleMatchMode, 2 SetTitleMatchMode, slow @@ -14606,49 +16652,6 @@ load_menofwar() ControlClick, TNewButton1, Setup - Men of War, Setup has finished } " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Aspyr\\Men of War" "mow.exe" -} - -#---------------------------------------------------------------- - -w_metadata mb_warband_demo games \ - title="Mount & Blade Warband Demo" \ - publisher="Taleworlds" \ - year="2010" \ - media="download" \ - file1="mb_warband_setup_1143.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Mount&Blade Warband/mb_warband.exe" \ - homepage="http://www.taleworlds.com" - -load_mb_warband_demo() -{ - if w_workaround_wine_bug 23207 "" 1.3.23, - then - w_die "Please upgrade to wine-1.3.23 or later, built with gcc-4.4.5 or later, else game crashes on startup." - fi - w_workaround_wine_bug 6971 "Please upgrade to wine-1.3.23 or later; see http://wiki.winehq.org/Bug6971" 1.3.23, - # Mouse still doesn't work quite right after picking menu, see bug 25705. - - w_download "http://download.taleworlds.com/mb_warband_setup_1143.exe" 94fb829068678e27bcd67d9e0fde7f08c51a23af - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - SetTitleMatchMode 2 - run mb_warband_setup_1143.exe - winwait Warband - if ( w_opt_unattended > 0 ) { - controlclick button2 - winwait Warband - controlclick button2 - winwait Warband, Finish - controlclick button4 - controlclick button2 - } - winwaitclose Warband - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Mount&Blade Warband" "mb_warband.exe" } #---------------------------------------------------------------- @@ -14657,34 +16660,16 @@ w_metadata mise games \ title="Monkey Island: Special Edition" \ publisher="LucasArts" \ year="2009" \ - media="dvd" \ - file1="SecretOfMonkeyIslandSE_ddsetup.zip" \ - installed_exe1="$W_PROGRAMS_X86_WIN/LucasArts/The Secret of Monkey Island Special Edition/MISE.exe" - -load_mise() -{ - w_download_manual "http://www.direct2drive.com/8241/product/Buy-The-Secret-of-Monkey-Island(R):-Special-Edition-Download" SecretOfMonkeyIslandSE_ddsetup.zip 2e32458698c9ec7ebce94ae5c57531a3fe1dbb9e - - if w_workaround_wine_bug 22161 - then - # Doesn't crash, but you only get a black screen and a flood of d3dx fixme's without native d3dx9_36 - w_call d3dx9_36 - fi - - if w_workaround_wine_bug 24545 - then - # Game wants to install directx, but we delete it. It really only needs xact for x3daudio?_?.dll - w_call xact - fi + media="dvd" \ + file1="SecretOfMonkeyIslandSE_ddsetup.zip" \ + installed_exe1="$W_PROGRAMS_X86_WIN/LucasArts/The Secret of Monkey Island Special Edition/MISE.exe" - if w_workaround_wine_bug 24547 - then - # It really does need vcrun2005, for msvp80.dll (and potentially one stub from msvcr80) - w_call vcrun2005 - fi +load_mise() +{ + w_download_manual "https://www.direct2drive.com/8241/product/Buy-The-Secret-of-Monkey-Island(R):-Special-Edition-Download" SecretOfMonkeyIslandSE_ddsetup.zip 2e32458698c9ec7ebce94ae5c57531a3fe1dbb9e mkdir -p "$W_TMP/$W_PACKAGE" - cd "$W_TMP/$W_PACKAGE" + w_try_cd "$W_TMP/$W_PACKAGE" # Don't extract DirectX/dotnet35 installers, they just take up extra time and aren't needed. Luckily, MISE copes well and just skips them if they are missing: w_try unzip "$W_CACHE/$W_PACKAGE"/SecretOfMonkeyIslandSE_ddsetup.zip -x DirectX* dotnet* @@ -14711,9 +16696,8 @@ load_mise() " # FIXME: This app has two different keys - you can use either one. How do we handle that with w_read_key? - if test -f "$W_CACHE"/$W_PACKAGE/activationcode.txt - then - MISE_KEY=`cat "$W_CACHE"/$W_PACKAGE/activationcode.txt` + if test -f "$W_CACHE/$W_PACKAGE/activationcode.txt"; then + MISE_KEY=$(cat "$W_CACHE/$W_PACKAGE/activationcode.txt") w_ahk_do " SetTitleMatchMode, 2 run, $W_PROGRAMS_X86_WIN\\LucasArts\\The Secret of Monkey Island Special Edition\\MISE.exe @@ -14726,9 +16710,8 @@ load_mise() sleep 1000 Process, Close, MISE.exe " - elif test -f "$W_CACHE"/$W_PACKAGE/unlockcode.txt - then - MISE_KEY=`cat "$W_CACHE"/$W_PACKAGE/unlockcode.txt` + elif test -f "$W_CACHE/$W_PACKAGE/unlockcode.txt"; then + MISE_KEY=$(cat "$W_CACHE/$W_PACKAGE/unlockcode.txt") w_ahk_do " SetTitleMatchMode, 2 run, $W_PROGRAMS_X86_WIN\\LucasArts\\The Secret of Monkey Island Special Edition\\MISE.exe @@ -14741,18 +16724,16 @@ load_mise() Process, Close, MISE.exe " fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\LucasArts\\The Secret of Monkey Island Special Edition" "MISE.exe" } #---------------------------------------------------------------- w_metadata myth2_demo games \ - title="Myth II demo 1.7.2" \ + title="Myth II demo 1.8.0" \ publisher="Project Magma" \ year="2011" \ media="download" \ - file1="Myth2_Demo_172.exe" \ + file1="Myth2_Demo_180.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/Myth II Demo/Myth II Demo.exe" \ homepage="http://projectmagma.net/" @@ -14761,10 +16742,11 @@ load_myth2_demo() # Originally a 1998 game by Bungie; according to Wikipedia, they handed the # source code to Project Magma for further development. - # 1 May 2011 1.7.2 sha1sum e0a8f707377e71314a471a09ad2a55179ea44588 - w_download http://tain.totalcodex.net/items/download/myth-ii-demo-windows \ - e0a8f707377e71314a471a09ad2a55179ea44588 $file1 - cd "$W_CACHE/$W_PACKAGE" + # 2017/03/27: 1a5e11be25c43491e2b4da5291b646ffe5330a6289bef236f404906e3b4f5e96 + w_download http://tain.totalcodex.net/items/download/myth-ii-demo-windows 1a5e11be25c43491e2b4da5291b646ffe5330a6289bef236f404906e3b4f5e96 "${file1}" + + w_try_cd "${W_TMP}" + w_try unzip "${W_CACHE}/${W_PACKAGE}/${file1}" w_ahk_do " SetTitleMatchMode, 2 @@ -14786,13 +16768,12 @@ load_myth2_demo() } winwaitclose " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Myth II Demo" "Myth II Demo.exe" } #---------------------------------------------------------------- w_metadata nfsshift_demo games \ - title="Need For Speed: SHIFT Demo" \ + title="Need for Speed: SHIFT Demo" \ publisher="EA" \ year="2009" \ media="download" \ @@ -14801,12 +16782,12 @@ w_metadata nfsshift_demo games \ load_nfsshift_demo() { - #w_download http://cdn.needforspeed.com/data/downloads/shift/NFSSHIFTPCDEMO.exe 7b267654d08c54f15813f2917d9d74ec40905db7 - w_download http://www.legendaryreviews.com/download-center/demos/NFSSHIFTPCDEMO.exe 7b267654d08c54f15813f2917d9d74ec40905db7 + #w_download http://cdn.needforspeed.com/data/downloads/shift/NFSSHIFTPCDEMO.exe 5ad011e7dd42e3404e3191009cd81c05b891e7c138d61f958fce9506ff8c9de3 + w_download http://www.legendaryreviews.com/download-center/demos/NFSSHIFTPCDEMO.exe 5ad011e7dd42e3404e3191009cd81c05b891e7c138d61f958fce9506ff8c9de3 w_try cp "$W_CACHE/$W_PACKAGE/$file1" "$W_TMP" - cd "$W_TMP" + w_try_cd "$W_TMP" w_ahk_do " SetTitleMatchMode, 2 SetTitleMatchMode, slow @@ -14855,164 +16836,6 @@ load_nfsshift_demo() } winwaitclose, Setup, Finish " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\Need for Speed SHIFT Demo" "shiftdemo.exe" -} - -#---------------------------------------------------------------- - -w_metadata nfsworld games \ - title="Need For Speed World" \ - publisher="EA" \ - year="2013" \ - media="download" \ - file1="setup_nfsw" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Electronic Arts/Need For Speed World/GameLauncher.exe" - -load_nfsworld() -{ - w_workaround_wine_bug 27048 "The patcher will probably put up an error dialog and then hang. When this happens, kill it and try again. It should succeed after the fourth or so try." - - w_workaround_wine_bug 27047 "Game fails with corrupt executable error in wine-1.3.19 and earlier" 1.3.20, - - # This changes frequently, I fear - # Be careful to update $file1 when you update the url - # 1.8.40.65 9b1f10af09350e2b3f5ccbc679dbea628e9f432d0 ? - # 1.8.40.1229 f355fcad20dd6267910bec93a318224718ab5de7 - # 4 July 2013 1.8.40.1509 6f76c74ae07d36470931bac74b44548d1a319ce0 - w_download http://static.cdn.ea.com/blackbox/u/f/NFSWO/1509/launcher/weblaunch_1.8.40.1509/setup_nfsw.exe 6f76c74ae07d36470931bac74b44548d1a319ce0 - - # pre-1.6 versions of wine also needed ie7? - if w_workaround_wine_bug 25658 "Installing dotnet20 so launcher does not just exit" - then - w_call dotnet20 - fi - - if w_workaround_wine_bug 28652 "Installing gdiplus so launcher does not look horrible (and to work around crash bug 33880, too)" - then - w_call gdiplus - fi - - if test "$W_OPT_UNATTENDED" && w_workaround_wine_bug 25961 "Installing vcrun2008 just to make unattended install easier" - then - w_call vcrun2008 - fi - - if w_workaround_wine_bug 26915 "installing corefonts so help works" - then - w_call corefonts - fi - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - SetWinDelay 500 - SetTitleMatchMode, 2 - run $file1 - winwait, Language - if ( w_opt_unattended > 0 ) { - ControlClick TNewButton1 ; Next - winwait Setup - Need For Speed - ControlClick TNewButton1 ; Next - winwait Setup - Need For Speed, License - ControlClick TNewRadioButton1 ; Accept - sleep 1000 - ControlClick TNewButton2 ; Next - winwait Setup - Need For Speed, be installed - ControlClick TNewButton3 ; Next - winwait Setup - Need For Speed, be downloaded - ControlClick TNewButton4 ; Next - winwait Setup - Need For Speed, shortcuts - ControlClick TNewButton5 ; Next - winwait Setup - Need For Speed, Tasks - ControlClick TNewButton5 ; Next - winwait Setup - Need For Speed, Ready to Install - ControlClick TNewButton5 ; Next - } - winwait Setup - Need For Speed, Completing - if ( w_opt_unattended > 0 ) { - send {Space} ; uncheck readme - send {Tab} - send {Space} ; uncheck launch - sleep 1000 ; let launch uncheck take effect? - ControlClick TNewButton5 ; Finish - } - winwaitclose - " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\Need For Speed World" GameLauncher.exe -} - -#---------------------------------------------------------------- - -w_metadata njcwp_trial apps \ - title="NJStar Chinese Word Processor trial" \ - publisher="NJStar" \ - year="2009" \ - media="download" \ - file1="njcwp.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/NJStar Chinese WP/njstar.exe" \ - homepage="http://www.njstar.com/cms/njstar-chinese-word-processor" - -load_njcwp_trial() -{ - w_download http://www.njstar.com/download/njcwp.exe 006da155bad1ac4a73b953c98cb821eb7fd96507 - cd "$W_CACHE/$W_PACKAGE" - if test "$W_OPT_UNATTENDED" - then - w_ahk_do " - SetTitleMatchMode, 2 - run $file1 - WinWait, Setup, Wizard - ControlClick Button2 ; next - WinWait, Setup, License - ControlClick Button2 ; agree - WinWait, Setup, Install - ControlClick Button2 ; install - WinWait, Setup, Completing - ControlClick Button4 ; do not launch - ControlClick Button2 ; finish - WinWaitClose - " - else - w_try "$WINE" $file1 - fi - w_declare_exe "$W_PROGRAMS_X86_WIN\\NJStar Chinese WP" "njstar.exe" -} - -#---------------------------------------------------------------- - -w_metadata njjwp_trial apps \ - title="NJStar Japanese Word Processor trial" \ - publisher="NJStar" \ - year="2009" \ - media="download" \ - file1="njjwp.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/NJStar Japanese WP/njstarj.exe" \ - homepage="http://www.njstar.com/cms/njstar-japanese-word-processor" - -load_njjwp_trial() -{ - w_download http://www.njstar.com/download/njjwp.exe 363d22e4ca7b79d0290a8ccdb0fa99169971d418 - cd "$W_CACHE/$W_PACKAGE" - if test "$W_OPT_UNATTENDED" - then - w_ahk_do " - SetTitleMatchMode, 2 - run $file1 - WinWait, Setup, Wizard - ControlClick Button2 ; next - WinWait, Setup, License - ControlClick Button2 ; agree - WinWait, Setup, Install - ControlClick Button2 ; install - WinWait, Setup, Completing - ControlClick Button4 ; do not launch - ControlClick Button2 ; finish - WinWaitClose - " - else - w_try "$WINE" $file1 - fi - w_declare_exe "$W_PROGRAMS_X86_WIN\\NJStar Japanese WP" "njstarj.exe" } #---------------------------------------------------------------- @@ -15029,7 +16852,7 @@ load_oblivion() { w_mount "Oblivion" - cd "$W_ISO_MOUNT_ROOT" + w_try_cd "$W_ISO_MOUNT_ROOT" w_ahk_do " SetTitleMatchMode, 2 run, Setup.exe @@ -15059,37 +16882,9 @@ load_oblivion() winwaitclose, Oblivion, Complete " - if w_workaround_wine_bug 20074 "Installing native d3dx9_36" - then + if w_workaround_wine_bug 20074 "Installing native d3dx9_36"; then w_call d3dx9_36 fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Bethesda Softworks\\Oblivion" "Oblivion.exe" -} - -#---------------------------------------------------------------- - -w_metadata osmos_demo games \ - title="Osmos demo" \ - publisher="Hemisphere Games" \ - year="2009" \ - media="download" \ - file1="OsmosDemo_Installer_1.6.0.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/OsmosDemo/OsmosDemo.exe" - -load_osmos_demo() -{ - w_download http://www.hemispheregames.com/blog/wp-content/uploads/2010/01/OsmosDemo_Installer_1.6.0.exe 4880eb20ff850bf337bbae20455ee90f614e507e - - cd "$W_CACHE/$W_PACKAGE" - w_try "$WINE" $file1 ${W_OPT_UNATTENDED:+ /S} - - if w_workaround_wine_bug 24416 "installing C runtime library" 1.3.8, - then - w_call vcrun2005 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\OsmosDemo" "OsmosDemo.exe" } #---------------------------------------------------------------- @@ -15105,53 +16900,16 @@ w_metadata penpenxmas games \ load_penpenxmas() { W_BROWSERAGENT=1 \ - w_download http://retrospec.sgn.net/download/files/PenPenXmasOlympics100.exe 36ec83cffa0ad3cc19dea33193b54bdaaea6db5b + w_download http://retrospec.sgn.net/download/files/PenPenXmasOlympics100.exe c35c5c6a9a3fa62d6b099713e72390d0490320534dba958b57b94f0a6ab458db - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" "$WINE" PenPenXmasOlympics100.exe $W_UNATTENDED_SLASH_S - w_declare_exe "$W_PROGRAMS_X86_WIN\\PPO" "PPO.exe" -} - -#---------------------------------------------------------------- - -w_metadata plantsvszombies games \ - title="Plants vs. Zombies" \ - publisher="PopCap Games" \ - year="2009" \ - media="download" \ - file1="PlantsVsZombiesSetup.exe" \ - installed_file1="$W_PROGRAMS_X86_WIN/PopCap Games/Plants vs. Zombies/PlantsVsZombies.exe" - -load_plantsvszombies() -{ - w_download "http://downloads.popcap.com/www/popcap_downloads/PlantsVsZombiesSetup.exe" c46979be135ef1c486144fa062466cdc51b740f5 - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - run PlantsVsZombiesSetup.exe - winwait, Plants vs. Zombies Installer - if ( w_opt_unattended > 0 ) { - sleep 1000 - send {Enter} - winwait, Plants vs. Zombies License Agreement - ControlClick Button1 - } - winwait, Plants vs. Zombies Installation Complete! - if ( w_opt_unattended > 0 ) { - sleep 1000 - send {Space}{Enter} - ControlClick, x309 y278, Plants vs. Zombies Installation Complete!,,,, Pos - } - WinWaitClose - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\PopCap Games\\Plants vs. Zombies" "PlantsVsZombies.exe" } #---------------------------------------------------------------- w_metadata popfs games \ - title="Prince of Persia The Forgotten Sands" \ + title="Prince of Persia: The Forgotten Sands" \ publisher="Ubisoft" \ year="2010" \ media="dvd" \ @@ -15200,177 +16958,12 @@ load_popfs() ControlClick, Button4 } " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Ubisoft\\Prince of Persia The Forgotten Sands" "Prince of Persia.exe" -} - -#---------------------------------------------------------------- - -w_metadata puzzleagent_demo games \ - title="Puzzle Agent Demo" \ - publisher="Telltale Games" \ - year="2010" \ - media="download" \ - file1="PuzzleAgent_PC_Setup.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Telltale Games/Puzzle Agent/Puzzle Agent/Grickle101.exe" - -load_puzzleagent_demo() -{ - w_download http://telltale.vo.llnwd.net/o15/games/puzzleagent/100/PuzzleAgent_PC_Setup.exe ac0012889fd80237928207c9d19b02f5968761a4 - - cd "$W_CACHE/$W_PACKAGE" - - w_ahk_do " - Run, PuzzleAgent_PC_Setup.exe - SetTitleMatchMode, 2 - WinWait,Puzzle Agent Setup, Welcome - if ( w_opt_unattended > 0 ) { - Sleep 500 - ControlClick Button2 ; Next - WinWait,Puzzle Agent Setup, properly - Sleep 500 - ControlClick Button5 ;DirectX - Sleep 500 - ControlClick Button2 ; Next - WinWait,Puzzle Agent Setup, before - Sleep 500 - ControlClick Button2 ; Agree - WinWait,Puzzle Agent Setup, different - Sleep 500 - ControlClick Button2 ; Install - WinWait,Puzzle Agent Setup, your - Sleep 500 - ControlClick Button4 ; Play - Sleep 500 - ControlClick Button5 ; will - Sleep 500 - ControlClick Button2 ; Finish - } - WinWaitClose, Puzzle Agent - " - - if w_workaround_wine_bug 25210 "" 1.3.8, - then - w_call vcrun2008 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Telltale Games\\Puzzle Agent\\Puzzle Agent" "Grickle101.exe" -} - -#---------------------------------------------------------------- - -w_metadata qq2012 apps \ - title="QQ 2012 (Chinese chat app)" \ - publisher="Tencent" \ - year="2012" \ - media="download" \ - file1="QQ2012.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQ/Bin/QQ.exe" \ - homepage="http://www.qq.com" \ - unattended="no" - -load_qq2012() -{ - w_download http://dl_dir.qq.com/qqfile/qq/QQ2012/QQ2012.exe ea20cd09390588ea0943e0d0f9af56544a4cac4f - cd "$W_CACHE/$W_PACKAGE" - if w_workaround_wine_bug 29636 "Installing native riched20 to work around crash bug" - then - w_call riched20 - fi - if w_workaround_wine_bug 34567 "Installing vcrun2005 to avoid installer crash" - then - w_call vcrun2005 - fi - # Make sure chinese fonts are available - w_call cjkfonts - w_try "$WINE" "$file1" - w_declare_exe "$W_PROGRAMS_X86_WIN\\Tencent\\QQ\\Bin" QQ.exe -} - -#---------------------------------------------------------------- - -w_metadata qqintl apps \ - title="QQ International Instant Messenger 2.0" \ - publisher="Tencent" \ - year="2013" \ - media="download" \ - file1="QQIntl2.0.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQIntl/Bin/QQ.exe" \ - homepage="http://www.imqq.com" \ - unattended="no" - -load_qqintl() -{ - w_download http://proxy.imqq.com/QQIntl2.0.exe e9a335b265544a77ae470d6f3a3fca0de25a6cb5 - cd "$W_CACHE/$W_PACKAGE" - if w_workaround_wine_bug 33086 "Installing native riched20 to allow typing in username" - then - w_call riched20 - fi - if w_workaround_wine_bug 34566 "Installing native ctf to work around crash" - then - w_call msctf - fi - if w_workaround_wine_bug 30083 "Installing native ie7 to avoid crash in settings and other dialogs" - then - w_call ie7 - fi - w_try "$WINE" "$file1" - w_declare_exe "$W_PROGRAMS_X86_WIN\\Tencent\\QQIntl\\Bin" QQ.exe -} - -#---------------------------------------------------------------- - -w_metadata ragnarok games \ - title="Ragnarok" \ - publisher="GRAVITY" \ - year="2002" \ - media="manual_download" \ - file1="iRO-13.2.2-FullInstall-20110421-1717.msi" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Gravity/Ragnarok Online/Ragnarok.exe" - -load_ragnarok() -{ - if w_workaround_wine_bug 657 "Visual C++ 6 runtime" - then - w_call vcrun6 - fi - if w_workaround_wine_bug 28228 "Installing Visual C++ 2008 runtime" - then - w_call vcrun2008 - fi - - # publisher puts SHA1 checksums on download page, nice - # BDA295E3A2A57CD02BD122ED7BF4836AC012369A - w_download_manual http://www.playragnarok.com/downloads/clientdownload.aspx iRO-13.2.2-FullInstall-20110421-1717.msi bda295e3a2a57cd02bd122ed7bf4836ac012369a - - cd "$W_CACHE/$W_PACKAGE" - - w_ahk_do " - Run, msiexec /i $file1 - SetTitleMatchMode, 2 - WinWait, Ragnarok Online Setup, Please read the Ragnarok Online License Agreement - if ( w_opt_unattended > 0 ) { - Sleep 500 - ControlClick Button1 - Sleep 500 - ControlClick Button3 - } - WinWait, Ragnarok Online Setup, Completed the Ragnarok Online Setup Wizard - if ( w_opt_unattended > 0 ) { - Sleep 500 - ControlClick Button1 ;Direct - } - " - - # Game autoupdates: - w_killall "Ragnarok.exe" } #---------------------------------------------------------------- w_metadata rct3deluxe games \ - title="RollerCoaster Tycoon 3 Deluxe (drm broken on wine)" \ + title="RollerCoaster Tycoon 3 Deluxe (DRM broken on Wine)" \ publisher="Atari" \ year="2004" \ media="cd" \ @@ -15382,11 +16975,6 @@ load_rct3deluxe() { w_mount RCT3 - if w_workaround_wine_bug 26396 - then - w_call quartz - fi - # FIXME: make videos and music work # Game still doesn't show .wmv logo videos nor play .wma background audio in menu # though it does in Jake's screencast. Loading wmp9 and devenum gets it to @@ -15421,82 +17009,11 @@ load_rct3deluxe() } WinWait Setup - RollerCoaster Tycoon 3, finished if ( w_opt_unattended > 0 ) { - controlclick, TNewCheckListBox1 ; uncheck Launch - controlclick, TButton4 ; Finish - } - WinWaitClose Setup - RollerCoaster Tycoon 3, finished - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Atari\\RollerCoaster Tycoon 3" RCT3.EXE -} - -#---------------------------------------------------------------- - -w_metadata rayman2_demo games \ - title="Rayman 2 High Demo" \ - publisher="Ubisoft" \ - year="1999" \ - media="download" \ - file1="rayman2high.zip" \ - installed_exe1="c:/UbiSoft/Rayman2Demo/Rayman2Demo.exe" - -load_rayman2_demo() -{ - w_download "ftp://ftp.ubisoft.com/Rayman2/rayman2high.zip" 14b2ad6f41e2e1358f3a4a5167d67a7111ea4fb5 - - cd "$W_TMP" - w_try unzip "$W_CACHE/$W_PACKAGE/rayman2high.zip" - - if w_workaround_wine_bug 16596 - then - w_call vd=800x600 - fi - - if w_workaround_wine_bug 21159 - then - w_call dinput - fi - - w_ahk_do " - SetWinDelay 500 - SetTitleMatchMode, 3 - Run, SETUP.EXE - WinWaitActive, UBI Soft Installer - Language Choice - if ( w_opt_unattended > 0 ) { - ControlClick button1 ; OK - WinWait, Ubi Soft Installer - Rayman 2 Demo - ControlClick button1 ; Install - WinWait, Ubi Soft Installer - Configuration choice - ControlClick button1 ; Install - WinWait, Ubi Soft Installer - Installation Directory - ControlClick button1 ; OK - WinWait, Ubi Soft Installer - Shortcut Choice - ControlClick button1 ; OK - WinWait, Ubi Soft Installer - Information file - ControlClick button2 ; No - } - WinWait, Ubi Soft Installer - Rayman 2 Demo - if ( w_opt_unattended > 0 ) { - ControlClick button4 ; Quit + controlclick, TNewCheckListBox1 ; uncheck Launch + controlclick, TButton4 ; Finish } - WinWaitClose - " - - myexec="Exec=env WINEPREFIX=\"$WINEPREFIX\" wine "'C:\\\\\\\\windows\\\\\\\\UbiSoft\\\\\\\\SetupUbi.exe -play Rayman2' - mymenu="$HOME/Desktop/To Play Rayman 2 Demo.desktop" - if test -f "$mymenu" && w_workaround_wine_bug 26303 "Fixing desktop entry" - then - # this is a hack, hopefully the wine bug will be fixed soon - sed -i "s,Exec=.*,$myexec," "$mymenu" - fi - mymenu="$XDG_DATA_HOME/applications/wine/Programs/Ubi Soft Games/Rayman 2 Demo/1 To Play Rayman 2 Demo.desktop" - if test -f "$mymenu" && w_workaround_wine_bug 26304 "Fixing system menu" - then - # this is a hack, hopefully the wine bug will be fixed soon - sed -i "s,Exec=.*,$myexec," "$mymenu" - fi - - w_declare_exe "c:\\UbiSoft\\Rayman2Demo" "Rayman2Demo.exe" + WinWaitClose Setup - RollerCoaster Tycoon 3, finished + " } #---------------------------------------------------------------- @@ -15511,9 +17028,9 @@ w_metadata riseofnations_demo games \ load_riseofnations_demo() { - w_download_manual http://download.cnet.com/Rise-of-Nations-Trial-Version/3000-7562_4-10730812.html RiseOfNationsTrial.exe 33cbf1ebc0a93cb840f6296d8b529f6155db95ee + w_download_manual http://download.cnet.com/Rise-of-Nations-Trial-Version/3000-7562_4-10730812.html RiseOfNationsTrial.exe f0bd8be3999164e669aad33583e372ca0f530b1a2ac0194a4c13b265e9cdf744 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 @@ -15529,12 +17046,9 @@ load_riseofnations_demo() WinWaitClose " - if w_workaround_wine_bug 9027 - then + if w_workaround_wine_bug 9027; then w_call directmusic fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Games\\Rise of Nations Trial" "nations.exe" } #---------------------------------------------------------------- @@ -15549,9 +17063,9 @@ w_metadata secondlife games \ load_secondlife() { - w_download http://download.cloud.secondlife.com/Viewer-3/Second_Life_3-2-8-248931_Setup.exe e08c16edc4d2fb68bb6275bed11a259a74918da5 + w_download http://download.cloud.secondlife.com/Viewer-3/Second_Life_3-2-8-248931_Setup.exe d155366f16bfe23f33a6b6d63f366691be2d0554429916da875ea78d0e0de8a6 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 SetWinDelay 500 @@ -15568,14 +17082,12 @@ load_secondlife() } winwaitclose " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\SecondLifeViewer" "SecondLife.exe" } #---------------------------------------------------------------- w_metadata sims3 games \ - title="The Sims 3 (drm broken on wine)" \ + title="The Sims 3 (DRM broken on Wine)" \ publisher="EA" \ year="2009" \ media="dvd" \ @@ -15585,16 +17097,6 @@ w_metadata sims3 games \ load_sims3() { - if w_workaround_wine_bug 22350 "Launcher needs .net" - then - w_call dotnet20 - fi - - if w_workaround_wine_bug 21517 "Old wine needs native DirectX for this game" 1.3.8, - then - w_call d3dx9_36 - fi - w_read_key w_mount Sims3 @@ -15632,11 +17134,11 @@ load_sims3() " w_umount - # DVD Region code is last digit. + # DVD region code is last digit. # FIXME: download appropriate one rather than just US version. - w_download http://akamai.cdn.ea.com/eadownloads/u/f/sims/sims3/patches/TS3_1.19.44.010001_Update.exe 7d21a81aaea70bf102267456df4629ce68be0cc8 + w_download http://akamai.cdn.ea.com/eadownloads/u/f/sims/sims3/patches/TS3_1.19.44.010001_Update.exe 9428b32638108e51e63455b60f3cfd5b5aca07b55ce58a200087631a02b5336c - cd "$W_CACHE"/$W_PACKAGE + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " run TS3_1.19.44.010001_Update.exe SetTitleMatchMode, 2 @@ -15646,14 +17148,12 @@ load_sims3() } winwaitclose " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\The Sims 3\\Game\\Bin" "TS3.exe" } #---------------------------------------------------------------- w_metadata simsmed games \ - title="The Sims Medieval (drm broken on wine)" \ + title="The Sims Medieval (DRM broken on Wine)" \ publisher="EA" \ year="2011" \ media="dvd" \ @@ -15663,11 +17163,6 @@ w_metadata simsmed games \ load_simsmed() { - if w_workaround_wine_bug 21517 "Old wine needs native DirectX for this game" 1.3.8, - then - w_call d3dx9_36 - fi - w_read_key w_mount TSimsM @@ -15699,7 +17194,7 @@ load_simsmed() ; Handle optional dialogs ; In Wine-1.3.16 and lower, before - ; http://www.winehq.org/pipermail/wine-cvs/2011-March/076262.html, + ; https://www.winehq.org/pipermail/wine-cvs/2011-March/076262.html, ; wine didn't claim to already have .net 4 installed, ; and ran into bug 25535. Loop @@ -15731,11 +17226,11 @@ load_simsmed() winwaitclose " - # DVD Region code is last digit. + # DVD region code is last digit. # FIXME: download appropriate one rather than just US version. - w_download http://akamai.cdn.ea.com/eadownloads/u/f/sims/sims/patches/TheSimsMedievalPatch_1.1.10.00001_Update.exe 7214ced8af7315741e05024faeacf9053b999b1b + w_download http://akamai.cdn.ea.com/eadownloads/u/f/sims/sims/patches/TheSimsMedievalPatch_1.1.10.00001_Update.exe 01c0f9e3394d93869f67f1319b80a1257fe421bbdf911a15c8c7ab43f2e73683 - cd "$W_CACHE"/$W_PACKAGE + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 SetWinDelay 500 @@ -15752,29 +17247,12 @@ load_simsmed() } winwaitclose " - - if w_workaround_wine_bug 25535 ".net 4 doesn't install on Wine, fixing menu to run game directly" - then - myexec="Exec=env WINEPREFIX=\"$WINEPREFIX\" wine cmd /c 'C:\\\\\\\\Run-$W_PACKAGE.bat'" - mymenu="$XDG_DATA_HOME/applications/wine/Programs/Electronic Arts/The Sims Medieval/The Sims™ Medieval.desktop" - if test -f "$mymenu" - then - sed -i "s,Exec=.*,$myexec," "$mymenu" - fi - mymenu="$HOME/Desktop/The Sims™ Medieval.desktop" - if test -f "$mymenu" - then - sed -i "s,Exec=.*,$myexec," "$mymenu" - fi - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\The Sims Medieval\\Game\\Bin" "TSM.exe" } #---------------------------------------------------------------- w_metadata sims3_gen games \ - title="The Sims 3: Generations (drm broken on Wine)" \ + title="The Sims 3: Generations (DRM broken on Wine)" \ publisher="EA" \ year="2011" \ media="dvd" \ @@ -15784,8 +17262,7 @@ w_metadata sims3_gen games \ load_sims3_gen() { - if [ ! -f "$W_PROGRAMS_X86_WIN/Electronic Arts/The Sims 3/Game/Bin/TS3.exe" ] - then + if [ ! -f "$W_PROGRAMS_X86_WIN/Electronic Arts/The Sims 3/Game/Bin/TS3.exe" ]; then w_die "You must have sims3 installed to install sims3_gen!" fi @@ -15847,8 +17324,6 @@ load_sims3_gen() } winwaitclose " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\The Sims 3 Generations/Game/Bin" "TS3EP04.exe" } #---------------------------------------------------------------- @@ -15863,21 +17338,11 @@ w_metadata splitsecond games \ load_splitsecond() { - if w_workaround_wine_bug 22774 "" 1.3.0 - then - w_warn "On wine, install takes an extra 7 minutes at the end, please be patient." - fi - - if w_workaround_wine_bug 22865 - then - w_warn "This game is currently unplayable on wine due to rendering problems; see winehq bug 22865." - fi - # Key is used in first run activation, no need to read it here. w_mount SplitSecond # Aborts with dialog about FirewallInstallHelper.dll if that's not on the path (e.g. in current dir) - cd "$W_ISO_MOUNT_ROOT" + w_try_cd "$W_ISO_MOUNT_ROOT" w_ahk_do " SetTitleMatchMode, 2 run setup.exe @@ -15912,61 +17377,6 @@ load_splitsecond() sleep 500 ControlClick, Button4, Split " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Disney Interactive Studios\\Split Second" "SplitSecond.exe" -} - -#---------------------------------------------------------------- - -w_metadata splitsecond_demo games \ - title="Split Second Demo" \ - publisher="Disney" \ - year="2010" \ - media="manual_download" \ - file1="SplitSecondDemo_FilePlanet.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Disney Interactive Studios/Split Second/SplitSecondDEMO.exe" - -load_splitsecond_demo() -{ - w_download_manual http://www.fileplanet.com/212404/210000/fileinfo/Split/Second-Demo SplitSecondDemo_FilePlanet.exe 72b070712cfe951297263fae143521b45dae16b4 - - if w_workaround_wine_bug 22774 "" 1.3.0 - then - w_warn "On wine, install takes an extra 7 minutes at the end, please be patient." - fi - - if w_workaround_wine_bug 22865 - then - w_warn "This game is currently unplayable on wine due to rendering problems; see winehq bug 22865." - fi - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - SetTitleMatchMode, 2 - run, SplitSecondDemo_FilePlanet.exe - winwait, Split, Language - ;ControlClick, Next, Split, Language ; does not quite work, have to use {Enter} instead - Send {Enter} - winwait, Split, game installation - ControlClick, Button1, Split, game installation - winwait, Split, license - ControlClick, Button5, Split, license - ControlClick, Button2, Split, license - winwait, Split, DirectX - ControlClick, Button5, Split, DirectX - ControlClick, Button2, Split, DirectX - winwait, Split, installation path - ControlClick, Button1, Split, installation path - winwait, Split, Game features - ControlClick, Button2, Split, Game features - winwait, Split, start copying - ControlClick, Button1, Split, start copying - winwait, Split, completed - ControlClick, Button1, Split, completed - ControlClick, Button4, Split, completed - " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Disney Interactive Studios\\Split Second Demo" "SplitSecondDEMO.exe" } #---------------------------------------------------------------- @@ -16029,8 +17439,6 @@ load_spore() } winwaitclose, SPORE, complete " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\SPORE\\Sporebin" "SporeApp.exe" } #---------------------------------------------------------------- @@ -16045,13 +17453,12 @@ w_metadata spore_cc_demo games \ load_spore_cc_demo() { - w_download http://lvlt.bioware.cdn.ea.com/u/f/eagames/spore/scc/promo/792248d6ad421d577132c2b648bbed45_scc_trial_na.exe 06da5558e6ebbc39d2fac955eceab78cf8470e07 + w_download http://akamai.cdn.ea.com/eamaster/u/f/eagames/spore/scc/promo/792248d6ad421d577132c2b648bbed45_scc_trial_na.exe a7fbc5ca02a49be9772b54caf3ab1a60bdda16e43e14051de407ace527bece15 w_info "The installer runs on for about a minute after it's done." - cd "$W_CACHE/$W_PACKAGE" - if test "$W_OPT_UNATTENDED" - then + w_try_cd "$W_CACHE/$W_PACKAGE" + if test "$W_OPT_UNATTENDED"; then w_ahk_do " SetWinDelay 1000 SetTitleMatchMode, 2 @@ -16074,7 +17481,7 @@ load_spore_cc_demo() send {SPACE}{DOWN}{SPACE}{ENTER} winwaitclose " - while ps | grep $file1 | grep -v grep > /dev/null + while pgrep -f "$file1" > /dev/null do w_info "Waiting for installer to finish." sleep 2 @@ -16082,8 +17489,6 @@ load_spore_cc_demo() else w_try "$WINE" "$file1" fi - w_declare_exe "$W_PROGRAMS_X86_WIN\\Electronic Arts\\SPORE\\Sporebin" \ - "SporeCreatureCreator.exe" } #---------------------------------------------------------------- @@ -16098,10 +17503,10 @@ w_metadata starcraft2_demo games \ load_starcraft2_demo() { - w_download_manual http://www.fileplanet.com/217982/210000/fileinfo/Starcraft-2-Demo SC2-WingsOfLiberty-enUS-Demo-Installer.zip 4c06ad755fbde73f135a7359bf6bfdbd2c6eb00e + w_download_manual https://www.fileplanet.com/217982/210000/fileinfo/Starcraft-2-Demo SC2-WingsOfLiberty-enUS-Demo-Installer.zip 6ba192a726fc8b58031a7de961ad9392f60df05cfb206342f02f7a80b57c0784 - cd "$W_TMP" - w_try_unzip "$W_CACHE/$W_PACKAGE"/SC2-WingsOfLiberty-enUS-Demo-Installer.zip + w_try_cd "$W_TMP" + w_try_unzip . "$W_CACHE/$W_PACKAGE"/SC2-WingsOfLiberty-enUS-Demo-Installer.zip w_ahk_do " SetTitleMatchMode, 2 @@ -16151,8 +17556,6 @@ load_starcraft2_demo() process, close, SC2.exe } " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\StarCraft II Demo" "StarCraft II.exe" } #---------------------------------------------------------------- @@ -16169,16 +17572,7 @@ load_theundergarden_demo() { w_download_manual http://www.bigdownload.com/games/the-undergarden/pc/the-undergarden-demo TheUnderGarden_PC_B34_SRTB.30_28OCT10.exe acf90c422ac2f2f242100f39bedfe7df0c95f7a - if w_workaround_wine_bug 25384 - then - w_call vcrun2008 - fi - if w_workaround_wine_bug 25385 - then - w_call d3dx9_36 - fi - - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 @@ -16240,8 +17634,6 @@ load_theundergarden_demo() } WinWaitClose,Setup,launched " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\The UnderGarden" "TheUndergarden.exe" } #---------------------------------------------------------------- @@ -16256,17 +17648,10 @@ w_metadata tmnationsforever games \ load_tmnationsforever() { - if w_workaround_wine_bug 20915 - then - # FIXME: script this? - w_warn "To fix choppy sound/low fps, try setting Settings/Advanced/Audio to portaudio when starting the game." - fi + # 2011/03/29: 2f659138ed4409da404970841e18f03d29921beaf6a424824c8312ddb20f6355 + w_download "http://files.trackmaniaforever.com/tmnationsforever_setup.exe" 2f659138ed4409da404970841e18f03d29921beaf6a424824c8312ddb20f6355 - # Before: cab0cf66db0471bc2674a3b1aebc35de0bca6ed0 - # 29 Mar 2011: 23388798d5c90ad4a233b4cd7e9fcafd69756978 - w_download "http://files.trackmaniaforever.com/tmnationsforever_setup.exe" 23388798d5c90ad4a233b4cd7e9fcafd69756978 - - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 @@ -16306,8 +17691,6 @@ load_tmnationsforever() } WinWaitClose " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\TmNationsForever" "TmForever.exe" } #---------------------------------------------------------------- @@ -16327,7 +17710,7 @@ load_trainztcc_2004() w_read_key # yup, they got the volume name wrong w_mount TRS2006DVD - cd ${W_ISO_MOUNT_ROOT}/TRS2004_SP4_DVD_Installer_BUILD_2370/Installer/Disk1 + w_try_cd ${W_ISO_MOUNT_ROOT}/TRS2004_SP4_DVD_Installer_BUILD_2370/Installer/Disk1 w_ahk_do " SetTitleMatchMode, 2 SetWinDelay 500 @@ -16357,10 +17740,8 @@ load_trainztcc_2004() winwaitclose " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Auran\\TRS2004" "TRS2004.exe" - # And, while we're at it, also install the accompanying paint shed app - cd ${W_ISO_MOUNT_ROOT}/TRAINZ_PAINTSHED + w_try_cd ${W_ISO_MOUNT_ROOT}/TRAINZ_PAINTSHED w_ahk_do " SetTitleMatchMode, 2 SetWinDelay 500 @@ -16382,7 +17763,6 @@ load_trainztcc_2004() } winwaitclose " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Auran\\Trainz Paint Shed" "Trainz Paint Shed.exe" paintshed } #---------------------------------------------------------------- @@ -16397,9 +17777,9 @@ w_metadata sammax301_demo games \ load_sammax301_demo() { - w_download_manual "http://www.fileplanet.com/211314/210000/fileinfo/Sam-&-Max:-Devil's-Playhouse---Episode-One-Demo" SamMax301_PC_Setup.exe 83f47b7f3a5074a6e29bdc9b4f1fd2c4471d9641 + w_download_manual "https://www.fileplanet.com/211314/210000/fileinfo/Sam-&-Max:-Devil's-Playhouse---Episode-One-Demo" SamMax301_PC_Setup.exe bed2c16c0254881e7770743f936b8926fa202b91d281bb8c2dd34305d0c0a84a - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 SetWinDelay 500 @@ -16421,7 +17801,6 @@ load_sammax301_demo() } winwaitclose Sam and Max The Penal Zone Setup " - w_declare_exe "$W_PROGRAMS_X86_WIN\\Telltale Games\\Sam and Max - The Devil's Playhouse\\The Penal Zone" "SamMax301.exe" } #---------------------------------------------------------------- @@ -16436,9 +17815,9 @@ w_metadata sammax304_demo games \ load_sammax304_demo() { - w_download_manual "http://www.fileplanet.com/214770/210000/fileinfo/Sam-&-Max:-The-Devi's-Playhouse---Beyond-the-Alley-of-the-Dolls-Demo" SamMax304_PC_setup.exe 1a385a1f1e83770c973e6457b923b7a44bbe44d8 + w_download_manual "https://www.fileplanet.com/214770/210000/fileinfo/Sam-&-Max:-The-Devi's-Playhouse---Beyond-the-Alley-of-the-Dolls-Demo" SamMax304_PC_setup.exe 51c85e98857d15c59d9bb808ee16794cc0caf39799c50545bffdf359eac4c70a - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 Run, $file1 @@ -16457,13 +17836,6 @@ load_sammax304_demo() } WinWaitClose " - - if w_workaround_wine_bug 24250 "Installing visual C++ runtimes" 1.3.15, - then - w_call vcrun2005 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Telltale Games\\Sam and Max - The Devil's Playhouse\\Beyond the Alley of the Dolls" "SamMax304.exe" } #---------------------------------------------------------------- @@ -16478,14 +17850,9 @@ w_metadata tropico3_demo games \ load_tropico3_demo() { - w_download_manual "http://www.tropico3.com/?p=downloads" Tropico3Demo.exe e031749db346ac3a87a675787c81eb1ca8cb5909 - - if w_workaround_wine_bug 24819 "Disabling gameux" - then - w_override_dlls disabled gameux - fi + w_download_manual https://www.fileplanet.com/204947/200000/fileinfo/Tropico-3-Demo Tropico3Demo.exe c4c06858cb1e0b9ff29dc8de6ecb8eb9cf699ce31609fbfa848d5dbc83c9d3e0 - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetWinDelay 1000 @@ -16508,15 +17875,6 @@ load_tropico3_demo() } WinWaitClose " - - w_workaround_wine_bug 16328 "seawater is invisible in this wine, please update to 1.3.9 or later" 1.3.9, - - if w_workaround_wine_bug 24845 "disabling mmdevapi to fix sound" 1.3.21, - then - w_override_dlls disabled mmdevapi - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Kalypso\\Tropico 3 Demo" "Tropico3 Demo.exe" } #---------------------------------------------------------------- @@ -16580,116 +17938,13 @@ load_singularity() } " - if w_workaround_wine_bug 6971 "Setting mwo=force... please upgrade to wine-1.3.23" 1.3.23, - then - w_call mwo=force - fi - - if w_workaround_wine_bug 22548 - then - echo "Disabling \'depth of field\'" - cat > "$W_TMP"/dof.reg <<_EOF_ -REGEDIT4 - -[HKEY_CURRENT_USER\Software\Activision\Singularity] -"DepthOfField"=dword:00000000 - -_EOF_ - w_try_regedit "$W_TMP_WIN"\\dof.reg - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Activision\\Singularity(TM)\\Binaries" "Singularity.exe" - # Clean up crap left over in c:\ when the installer runs the vc 2008 redistributable installer - cd "$W_DRIVE_C" + w_try_cd "$W_DRIVE_C" rm -f VC_RED.* eula.*.txt globdata.ini install.exe install.ini install.res.*.dll vcredist.bmp } #---------------------------------------------------------------- -w_metadata wglgears benchmarks \ - title="wglgears" \ - publisher="Clinton L. Jeffery" \ - year="2005" \ - media="download" \ - file1="wglgears.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/misc/wglgears.exe" - -load_wglgears() -{ - w_download http://www2.cs.uidaho.edu/~jeffery/win32/wglgears.exe d65d2098bc11af76cb614946342913b1af62924d - mkdir -p "$W_PROGRAMS_X86_UNIX/misc" - cp "$W_CACHE"/wglgears/wglgears.exe "$W_PROGRAMS_X86_UNIX/misc" - chmod +x "$W_PROGRAMS_X86_UNIX/misc/wglgears.exe" - - w_declare_exe "$W_PROGRAMS_X86_WIN\\misc" wglgears.exe -} - -#---------------------------------------------------------------- - -w_metadata stalker_pripyat_bench benchmarks \ - title="S.T.A.L.K.E.R Call of Pripyat benchmark" \ - publisher="GSC Game World" \ - year="2009" \ - media="manual_download" \ - file1="stkcop-bench-setup.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Call Of Pripyat Benchmark/Benchmark.exe" - -load_stalker_pripyat_bench() -{ - # Much faster - w_download_manual http://www.bigdownload.com/games/stalker-call-of-pripyat/pc/stalker-call-of-pripyat-benchmark stkcop-bench-setup.exe 8691c3f289ecd0521bed60ffd46e65ad080206e0 - #w_download http://files.gsc-game.com/st/bench/stkcop-bench-setup.exe 8691c3f289ecd0521bed60ffd46e65ad080206e0 - - cd "$W_CACHE/$W_PACKAGE" - - # FIXME: a bit fragile, if you're browsing the web while installing, it sometimes gets stuck. - w_ahk_do " - SetTitleMatchMode, 2 - run stkcop-bench-setup.exe - WinWait,Setup - Call Of Pripyat Benchmark - if ( w_opt_unattended > 0 ) { - sleep 1000 - ControlClick TNewButton1 ; Next - WinWait,Setup - Call Of Pripyat Benchmark,License - sleep 1000 - ControlClick TNewRadioButton1 ; accept - sleep 1000 - ControlClick TNewButton2 ; Next - WinWait,Setup - Call Of Pripyat Benchmark,Destination - sleep 1000 - ControlClick TNewButton3 ; Next - WinWait,Setup - Call Of Pripyat Benchmark,shortcuts - sleep 1000 - ControlClick TNewButton4 ; Next - WinWait,Setup - Call Of Pripyat Benchmark,performed - sleep 1000 - ControlClick TNewButton4 ; Next - WinWait,Setup - Call Of Pripyat Benchmark,ready - sleep 1000 - ControlClick, TNewButton4 ; Next (nah, who reads doc?) - } - WinWait,Setup - Call Of Pripyat Benchmark,finished - if ( w_opt_unattended > 0 ) { - sleep 1000 - Send {Space} ; uncheck launch - sleep 1000 - ControlClick TNewButton4 ; Finish - } - WinWaitClose,Setup - Call Of Pripyat Benchmark,finished - " - - if w_workaround_wine_bug 24868 - then - w_call d3dx9_31 - w_call d3dx9_42 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Call Of Pripyat Benchmark" "Benchmark.exe" -} - -#---------------------------------------------------------------- - w_metadata torchlight games \ title="Torchlight - boxed version" \ publisher="Runic Games" \ @@ -16723,8 +17978,6 @@ load_torchlight() } WinWaitClose, Torchlight Setup " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Runic Games\\Torchlight" Torchlight.exe } #---------------------------------------------------------------- @@ -16787,15 +18040,8 @@ load_twfc() } " - if w_workaround_wine_bug 6971 "Setting mwo=force... please upgrade to wine-1.3.23" 1.3.23, - then - w_call mwo=force - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Activision\\Transformers - War for Cybertron\\Binaries" "TWFC.exe" - # Clean up crap left over in c:\ when the installer runs the vc 2008 redistributable installer - cd "$W_DRIVE_C" + w_try_cd "$W_DRIVE_C" rm -f VC_RED.* eula.*.txt globdata.ini install.exe install.ini install.res.*.dll vcredist.bmp } @@ -16805,19 +18051,15 @@ w_metadata typingofthedead_demo games \ title="Typing of the Dead Demo" \ publisher="Sega" \ year="1999" \ - media="download" \ + media="manual_download" \ file1="Tod_e_demo.exe" \ installed_exe1="$W_PROGRAMS_X86_WIN/SEGA/TOD-Demo/Tod_e_demo.exe" load_typingofthedead_demo() { - w_download "http://downloads.pcworld.com/pub/new/fun_and_games/other/tod-demo.zip" 96fe3edb2431210932af840e29c59bce6b7fc80f - - cd "$W_CACHE/$W_PACKAGE" - mkdir "$W_TMP" - cd "$W_TMP" - w_try_unzip "$W_CACHE/$W_PACKAGE/tod-demo.zip" - + w_download_manual "https://www.fileplanet.com/54947/50000/fileinfo/The-Typing-of-the-Dead-Demo" tod-demo.zip feb0888b6cf1d51af2bf3d752e1727b5d248c2704ca053561f384b55e86267ea + w_try_cd "$W_TMP" + w_try_unzip . "$W_CACHE/$W_PACKAGE/tod-demo.zip" w_ahk_do " SetTitleMatchMode, 2 run SETUP.EXE @@ -16832,8 +18074,6 @@ load_typingofthedead_demo() ; installer crashes here? Sleep 20000 " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\SEGA\\TOD-Demo" "Tod_e_demo.exe" } #---------------------------------------------------------------- @@ -16881,7 +18121,7 @@ load_ut3() WinWaitClose " - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetTitleMatchMode, 2 @@ -16900,15 +18140,6 @@ load_ut3() } WinWaitClose " - - if w_workaround_wine_bug 6971 "Setting mwo=force... please upgrade to wine-1.3.23" 1.3.23, - then - w_call mwo=force - w_warn "Mouse will be disabled in in-game menu. Must use keyboard to navigate. Alternately, patch wine as described in bug 6971 to use xinput2." - fi - - # FIXME: enter user's key if -q - w_declare_exe "$W_PROGRAMS_X86_WIN\\Unreal Tournament 3\\Binaries" "UT3.exe" } #---------------------------------------------------------------- @@ -16923,18 +18154,17 @@ w_metadata wog games \ load_wog() { - if ! test -f "$W_CACHE/wog/WorldOfGooDemo.1.0.exe" - then + if ! test -f "$W_CACHE/wog/WorldOfGooDemo.1.0.exe"; then # Get temporary download location - w_download "http://www.worldofgoo.com/dl2.php?lk=demo&filename=WorldOfGooDemo.1.0.exe" - URL=`cat "$W_CACHE/wog/dl2.php?lk=demo&filename=WorldOfGooDemo.1.0.exe" | - grep WorldOfGooDemo.1.0.exe | sed 's,.*http,http,;s,".*,,'` - rm "$W_CACHE/wog/dl2.php?lk=demo&filename=WorldOfGooDemo.1.0.exe" + w_download "https://www.worldofgoo.com/dl2.php?lk=demo&filename=WorldOfGooDemo.1.0.exe" + URL=$(grep WorldOfGooDemo.1.0.exe "$W_CACHE/wog/dl2.php?lk=demo&filename=WorldOfGooDemo.1.0.exe" \ + | sed 's,.*http,http,;s,".*,,') + w_try rm "$W_CACHE/wog/dl2.php?lk=demo&filename=WorldOfGooDemo.1.0.exe" - w_download "$URL" e61d8253b9fe0663cb3c69018bb3d2ec6152d488 + w_download "$URL" 07892e927e0c403a178717b67928d3b4126dd0ed4f82afa20a4bd2496706c5e9 fi - cd "$W_CACHE/$W_PACKAGE" + w_try_cd "$W_CACHE/$W_PACKAGE" w_ahk_do " SetWinDelay 500 run WorldOfGooDemo.1.0.exe @@ -16947,177 +18177,12 @@ load_wog() send {Enter} winwait, World of Goo Setup, Choose Install Location send {Enter} - winwait, World of Goo Setup, Thank you - ControlClick, Make me dirty right now, World of Goo Setup, Thank you - send {Enter} - } - winwaitclose, World of Goo Setup - " - w_declare_exe "$W_PROGRAMS_X86_WIN\\WorldOfGooDemo" WorldOfGoo.exe -} - -#---------------------------------------------------------------- - -w_metadata wot games \ - title="World of Tanks" \ - publisher="Wargaming" \ - year="2011" \ - media="download" \ - file1="WoT_0.6.7_us_setup.exe" \ - installed_exe1="c:/Games/World_of_Tanks/WorldOfTanks.exe" \ - wine_showstoppers="20395" # list a showstopper to hide this from average users for now - -load_wot() -{ - if w_workaround_wine_bug 20395 "game requires raw input hack" - then - w_open_webpage https://gist.github.com/895204#gistcomment-41069 - w_warn "You need to apply rawinput-hack.patch from vincas for this game to work" - fi - if w_workaround_wine_bug 25730 "installing msxml3 to avoid startup crash" 1.3.33, - then - w_call msxml3 - fi - if w_workaround_wine_bug 11675 "need d3dx9_36 for effects framework" - then - w_call d3dx9_36 - fi - if w_workaround_wine_bug 25779 "installing ie7 for launcher" - then - w_call ie7 - fi - - # http://cdn1.worldoftanks.com/patches/auto/WoT_0.6.7_us_setup.exe.torrent - w_download http://cdn1.worldoftanks.com/patches/auto/WoT_0.6.7_us_setup.exe 440c4b3f8269d3746c912db94d697eccb139d3a6 - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - SetWinDelay 500 - run $file1 - winwait, Setup - World of Tanks - if ( w_opt_unattended > 0 ) { - ControlClick, TNewButton1 ; Next - winwait, Setup - World of Tanks, Select Destination - ControlClick, TNewButton3 ; Next - winwait, Setup - World of Tanks, Select Start - ControlClick, TNewButton4 ; Next - winwait, Setup - World of Tanks, Select Additional - ControlClick, TNewButton4 ; Next - winwait, Setup - World of Tanks, Ready - ControlClick, TNewButton4 ; Next - } - winwait, Setup - World of Tanks, Completing - if ( w_opt_unattended > 0 ) { - ControlFocus, TNewCheckListBox1 - send {space} ; uncheck Wiki - sleep 500 - ControlClick, TNewButton4 ; Finish - winwaitclose - } - " - w_declare_exe "c:\\Games\\World_of_Tanks" WorldOfTanks.exe -} - -#---------------------------------------------------------------- - -w_metadata wowtrial games \ - title="World of Warcraft trial" \ - publisher="Blizzard" \ - year="2010" \ - media="download" \ - file1="WOW-4.0.0.12911-enUS-Trial.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/World of Warcraft/WoW.exe" - -load_wowtrial() -{ - w_download http://us.media.battle.net.edgesuite.net/downloads/wow-installers/WOW-4.0.0.12911-enUS-Trial.exe 1efb32d10afc4c200a8f34d44980077668085c95 - - cd "$W_CACHE/$W_PACKAGE" - - w_ahk_do " - SetTitleMatchMode, slow - SetTitleMatchMode, 2 - run WOW-4.0.0.12911-enUS-Trial.exe - winwait, World of Warcraft Installer - if ( w_opt_unattended > 0 ) { - ; Wait for it to find servers - sleep 6000 - controlclick, x400 y440 ; Install - winwait, End User License Agreement - sleep 1000 - controlclick, Button2 ; Accept - winwait, World of Warcraft Installer - sleep 1000 - controlclick, x680 y560 ; OK - } - winwait, World of Warcraft v4, Play - if ( w_opt_unattended > 0 ) { - ; Wait until left side of progress bar is green; that means the game is playable. - ;Loop - ;{ - ; PixelGetColor, color, 33, 592 - ; FileAppend, loop1 color is %color%, log.txt - ; ifEqual, color, 0x017425 - ; { - ; break - ; } - ; sleep 5000 - ;} - ; Wait until left side of progress bar goes blackish, that means game is fully loaded - Loop - { - PixelGetColor, color, 33, 592 - ;FileAppend, loop2 color is %color%, log.txt - ifEqual, color, 0x003C10 - { - break - } - sleep 5000 - } - ; All done downloading, so quit - winclose - } - winwaitclose - " - w_declare_exe "$W_PROGRAMS_X86_WIN\\World of Warcraft" WoW.exe -} - -#---------------------------------------------------------------- - -w_metadata zootycoon2_demo games \ - title="Zoo Tycoon 2 demo" \ - publisher="Microsoft" \ - year="2004" \ - media="download" \ - file1="Zoo2Trial.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Microsoft Games/Zoo Tycoon 2 Trial Version/zt2demoretail.exe" - -load_zootycoon2_demo() -{ - w_download "http://download.microsoft.com/download/9/f/6/9f6a95f0-f34a-4312-9749-77b81d3de245/Zoo2Trial.exe" 60ad1bb34351f97b579c58234b926055f7979126 - - cd "$W_CACHE/$W_PACKAGE" - w_ahk_do " - ; Uses winwaitactive, because the windows appear and immediately after another window - ; gets in the way, then disappears after a second or so - SetTitleMatchMode, 2 - run Zoo2Trial.exe - winwaitclose, APPMESSAGE - winwaitactive, Zoo Tycoon 2 Trial, AUTORUN - if ( w_opt_unattended > 0 ) { - sleep 1000 - controlclick, CButtonClassName1, Zoo Tycoon 2 Trial, AUTORUN - winwaitclose, APPMESSAGE - winwaitactive, Zoo Tycoon 2 Trial, INSTALLTYPE - ; 1 second was not enough. - sleep 3000 - controlclick, CButtonClassName1, Zoo Tycoon 2 Trial, INSTALLTYPE + winwait, World of Goo Setup, Thank you + ControlClick, Make me dirty right now, World of Goo Setup, Thank you + send {Enter} } - winwaitactive, Zoo Tycoon 2 Trial, COMPLETE - winclose, Zoo Tycoon 2 Trial, COMPLETE + winwaitclose, World of Goo Setup " - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Microsoft Games\\Zoo Tycoon 2 Trial Version" "zt2demoretail.exe" } #---------------------------------------------------------------- @@ -17178,13 +18243,13 @@ load_the_witcher_2_gog() # Otherwise it should be of the following form: # file_name[,length[,sha1sum]] [...] # - "TsCheckBox4" is the control name for the checkbox deciding whether it will -# install some reader (Foxit in this case, could be acrobat reader). That +# install some reader (Foxit in this case, could be Acrobat Reader). That # installation is enabled by default, and would just bloat the generic # AutoHotKey script, so it gets disabled. # - "ScummVM\\[...]" is the command line to run the game, as fetched from the # shortcut/launcher installer/wine creates, which will be used in BAT scripts # created by wisotool -# - The part in the url which is specific to this game is identical to its "id" +# - The part in the URL which is specific to this game is identical to its "id" # (first parameter), so this parameter is left out. # - The install directory is the same as installer window title (second # parameter), so this parameter is left out. @@ -17213,7 +18278,6 @@ w_metadata bioshock2_steam games \ publisher="2k" \ year="2010" \ media="download" \ - wine_showstoppers="7065" \ installed_exe1="$W_PROGRAMS_X86_WIN/Steam/steamapps/common/bioshock2/blort.exe" load_bioshock2_steam() @@ -17224,7 +18288,7 @@ load_bioshock2_steam() #---------------------------------------------------------------- w_metadata borderlands_steam games \ - title="Borderlands (Steam, nonfree)" \ + title="Borderlands (Steam, non-free)" \ publisher="2K Games" \ year="2009" \ media="download" \ @@ -17238,7 +18302,7 @@ load_borderlands_steam() #---------------------------------------------------------------- w_metadata civ5_demo_steam games \ - title="Civ V Demo (Steam)" \ + title="Civilization V Demo (Steam)" \ publisher="2K Games" \ year="2010" \ media="download" \ @@ -17246,7 +18310,7 @@ w_metadata civ5_demo_steam games \ load_civ5_demo_steam() { - # Start autohotkey watching for directx9 option in the background, and select it when it comes up + # Start AutoHotKey watching for DirectX 9 option in the background, and select it when it comes up w_ahk_do " SetWinDelay 500 loop @@ -17267,11 +18331,11 @@ load_civ5_demo_steam() " & _job=$! # While that's running, install the game. - # You'll see *two* Autohotkey icons until that first script + # You'll see *two* AutoHotKey icons until that first script # finds the dialog it's looking for, clicks, and exits. - w_info "If you already own the full Civ 5 game on steam, the installer won't even appear." + w_info "If you already own the full Civ 5 game on Steam, the installer won't even appear." w_steam_install_game 65900 "Sid Meier's Civilization V - Demo" - kill -s HUP $_job # just in case + kill -s HUP "$_job" # just in case } #---------------------------------------------------------------- @@ -17286,35 +18350,12 @@ w_metadata ruse_demo_steam games \ load_ruse_demo_steam() { w_steam_install_game 33310 "R.U.S.E." - - if w_workaround_wine_bug 21939 "Installing Windows Media so game can start" - then - w_call wmp9 - fi - - if w_workaround_wine_bug 22016 "Turning off HDR to avoid washed out graphics" - then - for dir in "$W_PROGRAMS_X86_UNIX/Steam/userdata"/*/config - do - file=../33310/local/Option.ini - if test -f $file - then - sed -i "s/UseHDR = true/UseHDR = false/" $file - else - mkdir -p ../33310/local - cat > "$file" <<_EOF_ -[advanced_video] - UseHDR = false -_EOF_ - fi - done - fi } #---------------------------------------------------------------- w_metadata supermeatboy_steam games \ - title="Super Meat Boy (Steam, nonfree)" \ + title="Super Meat Boy (Steam, non-free)" \ publisher="Independent" \ year="2010" \ media="download" \ @@ -17336,105 +18377,437 @@ w_metadata trine_steam games \ load_trine_steam() { - w_steam_install_game 35700 "Trine" + w_steam_install_game 35700 "Trine" +} + +#---------------------------------------------------------------- + +w_metadata trine_demo_steam games \ + title="Trine Demo (Steam)" \ + publisher="Frozenbyte" \ + year="2009" \ + media="download" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Steam/steamapps/common/trine demo/trine_launcher.exe" + +load_trine_demo_steam() +{ + w_steam_install_game 35710 "Trine Demo" +} + +#---------------------------------------------------------------- + +w_metadata wormsreloaded_demo_steam games \ + title="Worms Reloaded Demo (Steam)" \ + publisher="Team17" \ + year="2010" \ + media="download" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Steam/steamapps/common/worms reloaded/WormsReloaded.exe" + +load_wormsreloaded_demo_steam() +{ + w_steam_install_game 22690 "Worms Reloaded Demo" +} + +####################### +# settings +####################### + +#### +# settings->desktop +#---------------------------------------------------------------- +# DirectInput settings + +w_metadata mwo=force settings \ + title_uk="Встановити примусове DirectInput MouseWarpOverride (необхідно для деяких ігор)" \ + title="Set DirectInput MouseWarpOverride to force (needed by some games)" +w_metadata mwo=enabled settings \ + title_uk="Увімкнути DirectInput MouseWarpOverride (за замовчуванням)" \ + title="Set DirectInput MouseWarpOverride to enabled (default)" +w_metadata mwo=disable settings \ + title_uk="Вимкнути DirectInput MouseWarpOverride" \ + title="Set DirectInput MouseWarpOverride to disable" + +load_mwo() +{ + # Filter out/correct bad or partial values + # Confusing because dinput uses 'disable', but d3d uses 'disabled' + # see alloc_device() in dlls/dinput/mouse.c + case "$1" in + enable*) arg=enabled;; + disable*) arg=disable;; + force) arg=force;; + *) w_die "illegal value $1 for MouseWarpOverride";; + esac + + echo "Setting MouseWarpOverride to $arg" + cat > "$W_TMP"/set-mwo.reg <<_EOF_ +REGEDIT4 + +[HKEY_CURRENT_USER\\Software\\Wine\\DirectInput] +"MouseWarpOverride"="$arg" + +_EOF_ + w_try_regedit "$W_TMP"/set-mwo.reg +} + +#---------------------------------------------------------------- + +w_metadata fontfix settings \ + title_uk="Перевірка шрифтів" \ + title="Check for broken fonts" + +load_fontfix() +{ + # Focht says Samyak is bad news, and font substitution isn't a good workaround. + # I've seen psdkwin7 setup crash because of this; the symptom was a messagebox saying + # SDKSetup encountered an error: The type initializer for 'Microsoft.WizardFramework.WizardSettings' threw an exception + # and WINEDEBUG=+relay,+seh shows an exception very quickly after + # Call KERNEL32.CreateFileW(0c83b36c L"Z:\\USR\\SHARE\\FONTS\\TRUETYPE\\TTF-ORIYA-FONTS\\SAMYAK-ORIYA.TTF",80000000,00000001,00000000,00000003,00000080,00000000) ret=70d44091 + if [ -x "$(which xlsfonts 2>/dev/null)" ] ; then + if xlsfonts 2>/dev/null | grep -E -i "samyak.*oriya" ; then + w_die "Please uninstall the Samyak/Oriya font, e.g. 'sudo dpkg -r ttf-oriya-fonts', then log out and log in again. That font causes strange crashes in .net programs." + fi + else + w_warn "xlsfonts not found. If you have (older versions of) Samyak/Oriya fonts installed, you may get crashes/bugs. If so, uninstall, then logout/login again to resolve." + fi +} + +#---------------------------------------------------------------- + +w_metadata fontsmooth=disable settings \ + title_uk="Вимкнути згладжування шрифту" \ + title="Disable font smoothing" +w_metadata fontsmooth=bgr settings \ + title_uk="Увімкнути субпіксельне згладжування шрифту для BGR LCD моніторів" \ + title="Enable subpixel font smoothing for BGR LCDs" +w_metadata fontsmooth=rgb settings \ + title_uk="Увімкнути субпіксельне згладжування шрифту для RGB LCD моніторів" \ + title="Enable subpixel font smoothing for RGB LCDs" +w_metadata fontsmooth=gray settings \ + title_uk="Увімкнути субпіксельне згладжування шрифту" \ + title="Enable subpixel font smoothing" + +load_fontsmooth() +{ + case "$1" in + disable) FontSmoothing=0; FontSmoothingOrientation=1; FontSmoothingType=0;; + gray|grey) FontSmoothing=2; FontSmoothingOrientation=1; FontSmoothingType=1;; + bgr) FontSmoothing=2; FontSmoothingOrientation=0; FontSmoothingType=2;; + rgb) FontSmoothing=2; FontSmoothingOrientation=1; FontSmoothingType=2;; + *) w_die "unknown font smoothing type $1";; + esac + + echo "Setting font smoothing to $1" + + cat > "$W_TMP"/fontsmooth.reg <<_EOF_ +REGEDIT4 + +[HKEY_CURRENT_USER\\Control Panel\\Desktop] +"FontSmoothing"="$FontSmoothing" +"FontSmoothingGamma"=dword:00000578 +"FontSmoothingOrientation"=dword:0000000$FontSmoothingOrientation +"FontSmoothingType"=dword:0000000$FontSmoothingType + +_EOF_ + w_try_regedit "$W_TMP_WIN"\\fontsmooth.reg +} + +#---------------------------------------------------------------- +# Mac Driver settings + +w_metadata macdriver=mac settings \ + title_uk="Увімкнути рідний Mac Quartz драйвер (за замовчуванням)" \ + title="Enable the Mac native Quartz driver (default)" +w_metadata macdriver=x11 settings \ + title_uk="Вимкнути рідний Mac Quartz драйвер та використовувати замість нього X11" \ + title="Disable the Mac native Quartz driver, use X11 instead" + +load_macdriver() +{ + echo "Setting MacDriver to $arg" + cat > "$W_TMP"/set-mac.reg <<_EOF_ +REGEDIT4 + +[HKEY_CURRENT_USER\\Software\\Wine\\Drivers] +"Graphics"="$arg" + +_EOF_ + w_try_regedit "$W_TMP"/set-mac.reg +} + +#---------------------------------------------------------------- +# X11 Driver settings + +w_metadata grabfullscreen=y settings \ + title_uk="Примусове захоплення курсору для повноекранних вікон (необхідно для деяких ігор)" \ + title="Force cursor clipping for full-screen windows (needed by some games)" +w_metadata grabfullscreen=n settings \ + title_uk="Вимкнути примусове захоплення курсору для повноекранних вікон (за замовчуванням)" \ + title="Disable cursor clipping for full-screen windows (default)" + +load_grabfullscreen() +{ + case "$1" in + y|n) arg=$1;; + *) w_die "illegal value $1 for GrabFullscreen";; + esac + + echo "Setting GrabFullscreen to $arg" + cat > "$W_TMP"/set-gfs.reg <<_EOF_ +REGEDIT4 + +[HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver] +"GrabFullscreen"="$arg" + +_EOF_ + w_try_regedit "$W_TMP"/set-gfs.reg +} + +w_metadata windowmanagerdecorated=y settings \ + title_uk="Дозволити менеджеру вікон декорувати вікна (за замовчуванням)" \ + title="Allow the window manager to decorate windows (default)" +w_metadata windowmanagerdecorated=n settings \ + title_uk="Не дозволяти менеджеру вікон декорувати вікна" \ + title="Prevent the window manager from decorating windows" + +load_windowmanagerdecorated() +{ + case "$1" in + y|n) arg=$1;; + *) w_die "illegal value $1 for Decorated";; + esac + + echo "Setting Decorated to $arg" + cat > "$W_TMP"/set-wmd.reg <<_EOF_ +REGEDIT4 + +[HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver] +"Decorated"="$arg" + +_EOF_ + w_try_regedit "$W_TMP"/set-wmd.reg +} + +w_metadata windowmanagermanaged=y settings \ + title_uk="Дозволити менеджеру вікон керування вікнами (за замовчуванням)" \ + title="Allow the window manager to control windows (default)" +w_metadata windowmanagermanaged=n settings \ + title_uk="Не дозволяти менеджеру вікон керування вікнами" \ + title="Prevent the window manager from controlling windows" + +load_windowmanagermanaged() +{ + case "$1" in + y|n) arg=$1;; + *) w_die "illegal value $1 for Managed";; + esac + + echo "Setting Managed to $arg" + cat > "$W_TMP"/set-wmm.reg <<_EOF_ +REGEDIT4 + +[HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver] +"Managed"="$arg" + +_EOF_ + w_try_regedit "$W_TMP"/set-wmm.reg +} + +#---------------------------------------------------------------- + +w_metadata vd=off settings \ + title_uk="Вимкнути віртуальний робочий стіл" \ + title="Disable virtual desktop" +w_metadata vd=640x480 settings \ + title_uk="Увімкнути віртуальний робочий стіл та встановити розмір 640x480" \ + title="Enable virtual desktop, set size to 640x480" +w_metadata vd=800x600 settings \ + title_uk="Увімкнути віртуальний робочий стіл та встановити розмір 800x600" \ + title="Enable virtual desktop, set size to 800x600" +w_metadata vd=1024x768 settings \ + title_uk="Увімкнути віртуальний робочий стіл та встановити розмір 1024x768" \ + title="Enable virtual desktop, set size to 1024x768" +w_metadata vd=1280x1024 settings \ + title_uk="Увімкнути віртуальний робочий стіл та встановити розмір 1280x1024" \ + title="Enable virtual desktop, set size to 1280x1024" +w_metadata vd=1440x900 settings \ + title_uk="Увімкнути віртуальний робочий стіл та встановити розмір 1440x900" \ + title="Enable virtual desktop, set size to 1440x900" + +load_vd() +{ + size="$1" + case $size in + off|disabled) + cat > "$W_TMP"/vd.reg <<_EOF_ +REGEDIT4 + +[HKEY_CURRENT_USER\\Software\\Wine\\Explorer] +"Desktop"=- +[HKEY_CURRENT_USER\\Software\\Wine\\Explorer\\Desktops] +"Default"=- + +_EOF_ + ;; + [1-9]*x[1-9]*) + cat > "$W_TMP"/vd.reg <<_EOF_ +REGEDIT4 + +[HKEY_CURRENT_USER\\Software\\Wine\\Explorer] +"Desktop"="Default" +[HKEY_CURRENT_USER\\Software\\Wine\\Explorer\\Desktops] +"Default"="$size" + +_EOF_ + ;; + *) + w_die "you want a virtual desktop of $size? I don't understand." + ;; + esac + w_try_regedit "$W_TMP_WIN"/vd.reg +} + +#### +# settings->direct3d + +winetricks_set_wined3d_var() +{ + # Filter out/correct bad or partial values + # Confusing because dinput uses 'disable', but d3d uses 'disabled' + # see wined3d_dll_init() in dlls/wined3d/wined3d_main.c + # and DllMain() in dlls/ddraw/main.c + case $2 in + disable*) arg=disabled;; + enable*) arg=enabled;; + hard*) arg=hardware;; + repack) arg=repack;; + backbuffer|fbo|gdi|none|opengl|readdraw|readtex|texdraw|textex|auto) arg=$2;; + [0-9]*) arg=$2;; + *) w_die "illegal value $2 for $1";; + esac - if w_workaround_wine_bug 21939 "Installing Windows Media Player so game can start" - then - w_call wmp9 - fi + echo "Setting Direct3D/$1 to $arg" + cat > "$W_TMP"/set-wined3d.reg <<_EOF_ +REGEDIT4 - w_declare_exe "$W_PROGRAMS_X86_WIN\\Steam\\steamapps\\common\\trine" "trine_launcher.exe" +[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D] +"$1"="$arg" + +_EOF_ + w_try_regedit "$W_TMP_WIN"\\set-wined3d.reg } #---------------------------------------------------------------- +# AlwaysOffscreen settings -w_metadata trine_demo_steam games \ - title="Trine Demo (Steam)" \ - publisher="Frozenbyte" \ - year="2009" \ - media="download" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Steam/steamapps/common/trine demo/trine_launcher.exe" +w_metadata ao=enabled settings \ + title_uk="Увімкнути AlwaysOffscreen" \ + title="Enable AlwaysOffscreen" +w_metadata ao=disabled settings \ + title_uk="Вимкнути AlwaysOffscreen (за замовчуванням)" \ + title="Disable AlwaysOffscreen (default)" -load_trine_demo_steam() +load_ao() { - w_steam_install_game 35710 "Trine Demo" - - if w_workaround_wine_bug 21939 "Installing Windows Media Player so game can start" - then - w_call wmp9 - fi - - w_declare_exe "$W_PROGRAMS_X86_WIN\\Steam\\steamapps\\common\\trine demo" "trine_launcher.exe" + winetricks_set_wined3d_var AlwaysOffscreen "$1" } #---------------------------------------------------------------- +# CheckFloatConstants settings -w_metadata wormsreloaded_demo_steam games \ - title="Worms Reloaded Demo (Steam)" \ - publisher="Team17" \ - year="2010" \ - media="download" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Steam/steamapps/common/worms reloaded/WormsReloaded.exe" +w_metadata cfc=enabled settings \ + title_uk="Увімкнути CheckFloatConstants" \ + title="Enable CheckFloatConstants" +w_metadata cfc=disable settings \ + title_uk="Вимкнути CheckFloatConstants (за замовчуванням)" \ + title="Disable CheckFloatConstants (default)" -load_wormsreloaded_demo_steam() +load_cfc() { - if w_workaround_wine_bug 26646 "Installing xact to enable sound" - then - w_call xact - fi - w_steam_install_game 22690 "Worms Reloaded Demo" + winetricks_set_wined3d_var CheckFloatConstants "$1" } - -#---------------------------------------------------------------- -# Settings #---------------------------------------------------------------- -# Direct3D settings +# CSMT settings -winetricks_set_wined3d_var() +w_metadata csmt=on settings \ + title_uk="Увімкнути Command Stream Multithreading (за замовчуванням)" \ + title="Enable Command Stream Multithreading (default)" +w_metadata csmt=off settings \ + title_uk="Вимкнути Command Stream Multithreading"\ + title="Disable Command Stream Multithreading" + +load_csmt() { - # Filter out/correct bad or partial values - # Confusing because dinput uses 'disable', but d3d uses 'disabled' - # see wined3d_dll_init() in dlls/wined3d/wined3d_main.c - # and DllMain() in dlls/ddraw/main.c - case $2 in - disable*) arg=disabled;; - enable*) arg=enabled;; - hard*) arg=hardware;; - repack) arg=repack;; - backbuffer|fbo|gdi|none|opengl|readdraw|readtex|texdraw|textex|auto) arg=$2;; - [0-9]*) arg=$2;; - *) w_die "illegal value $2 for $1";; + case "$1" in + off) arg=0;; + on) arg=1;; + *) w_die "illegal value $1 for csmt";; esac - echo "Setting Direct3D/$1 to $arg" - cat > "$W_TMP"/set-wined3d.reg <<_EOF_ + echo "Setting csmt to $arg" + cat > "$W_TMP"/set-csmt.reg <<_EOF_ REGEDIT4 -[HKEY_CURRENT_USER\Software\Wine\Direct3D] -"$1"="$arg" +[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D] +"csmt"=dword:$arg _EOF_ - w_try_regedit "$W_TMP_WIN"\\set-wined3d.reg + w_try_regedit "$W_TMP"/set-csmt.reg +} + +#---------------------------------------------------------------- +# DirectDraw settings + +w_metadata ddr=gdi settings \ + title_uk="Встановити DirectDrawRenderer на gdi" \ + title="Set DirectDrawRenderer to gdi" +w_metadata ddr=opengl settings \ + title_uk="Встановити DirectDrawRenderer на opengl" \ + title="Set DirectDrawRenderer to opengl" + +load_ddr() +{ + winetricks_set_wined3d_var DirectDrawRenderer "$1" } #---------------------------------------------------------------- w_metadata glsl=enabled settings \ - title_uk="Включити glsl шейдери (за замовчуванням)" \ - title="Enable glsl shaders (default)" + title_uk="Увімкнути GLSL шейдери (за замовчуванням)" \ + title="Enable GLSL shaders (default)" w_metadata glsl=disabled settings \ - title_uk="Вимкнути glsl шейдери та використовувати arb шейдери (швидше, але іноді з перервами)" \ - title="Disable glsl shaders, use arb shaders (faster, but sometimes breaks)" + title_uk="Вимкнути GLSL шейдери та використовувати ARB шейдери (іноді впливає на швидкодію)" \ + title="Disable GLSL shaders, use ARB shaders (faster, but sometimes breaks)" load_glsl() { - winetricks_set_wined3d_var UseGLSL $1 + winetricks_set_wined3d_var UseGLSL "$1" +} + +#---------------------------------------------------------------- + +w_metadata gsm=0 settings \ + title_uk="Встановити MaxShaderModelGS на 0" \ + title="Set MaxShaderModelGS to 0" +w_metadata gsm=1 settings \ + title_uk="Встановити MaxShaderModelGS на 1" \ + title="Set MaxShaderModelGS to 1" +w_metadata gsm=2 settings \ + title_uk="Встановити MaxShaderModelGS на 2" \ + title="Set MaxShaderModelGS to 2" +w_metadata gsm=3 settings \ + title_uk="Встановити MaxShaderModelGS на 3" \ + title="Set MaxShaderModelGS to 3" + +load_gsm() +{ + winetricks_set_wined3d_var MaxShaderModelGS "$1" } #---------------------------------------------------------------- w_metadata multisampling=enabled settings \ - title_uk="Включити Direct3D мультисемплінг" \ + title_uk="Увімкнути Direct3D мультисемплінг" \ title="Enable Direct3D multisampling" w_metadata multisampling=disabled settings \ title_uk="Вимкнути Direct3D мультисемплінг" \ @@ -17442,52 +18815,58 @@ w_metadata multisampling=disabled settings \ load_multisampling() { - winetricks_set_wined3d_var Multisampling $1 + winetricks_set_wined3d_var Multisampling "$1" } #---------------------------------------------------------------- w_metadata npm=repack settings \ - title_uk="Поставити NonPower2Mode на repack" \ + title_uk="Встановити NonPower2Mode на repack" \ title="Set NonPower2Mode to repack" load_npm() { - winetricks_set_wined3d_var NonPower2Mode $1 + winetricks_set_wined3d_var NonPower2Mode "$1" } #---------------------------------------------------------------- w_metadata orm=fbo settings \ - title_uk="Поставити OffscreenRenderingMode=fbo (за замовчуванням)" \ + title_uk="Встановити OffscreenRenderingMode=fbo (за замовчуванням)" \ title="Set OffscreenRenderingMode=fbo (default)" w_metadata orm=backbuffer settings \ - title_uk="Поставити OffscreenRenderingMode=backbuffer" \ + title_uk="Встановити OffscreenRenderingMode=backbuffer" \ title="Set OffscreenRenderingMode=backbuffer" load_orm() { - winetricks_set_wined3d_var OffscreenRenderingMode $1 + winetricks_set_wined3d_var OffscreenRenderingMode "$1" } #---------------------------------------------------------------- -w_metadata psm=enabled settings \ - title_uk="Включити PixelShaderMode" \ - title="Set PixelShaderMode to enabled" -w_metadata psm=disabled settings \ - title_uk="Вимкнути PixelShaderMode" \ - title="Set PixelShaderMode to disabled" +w_metadata psm=0 settings \ + title_uk="Встановити MaxShaderModelPS на 0" \ + title="Set MaxShaderModelPS to 0" +w_metadata psm=1 settings \ + title_uk="Встановити MaxShaderModelPS на 1" \ + title="Set MaxShaderModelPS to 1" +w_metadata psm=2 settings \ + title_uk="Встановити MaxShaderModelPS на 2" \ + title="Set MaxShaderModelPS to 2" +w_metadata psm=3 settings \ + title_uk="Встановити MaxShaderModelPS на 3" \ + title="Set MaxShaderModelPS to 3" load_psm() { - winetricks_set_wined3d_var PixelShaderMode $1 + winetricks_set_wined3d_var MaxShaderModelPS "$1" } #---------------------------------------------------------------- w_metadata strictdrawordering=enabled settings \ - title_uk="Включити StrictDrawOrdering" \ + title_uk="Увімкнути StrictDrawOrdering" \ title="Enable StrictDrawOrdering" w_metadata strictdrawordering=disabled settings \ title_uk="Вимкнути StrictDrawOrdering (за замовчуванням)" \ @@ -17495,206 +18874,170 @@ w_metadata strictdrawordering=disabled settings \ load_strictdrawordering() { - winetricks_set_wined3d_var StrictDrawOrdering $1 + winetricks_set_wined3d_var StrictDrawOrdering "$1" } #---------------------------------------------------------------- w_metadata rtlm=auto settings \ - title_uk="Поставити RenderTargetLockMode на авто (за замовчуванням)" \ + title_uk="Встановити RenderTargetLockMode на авто (за замовчуванням)" \ title="Set RenderTargetLockMode to auto (default)" w_metadata rtlm=disabled settings \ title_uk="Вимкнути RenderTargetLockMode" \ title="Set RenderTargetLockMode to disabled" w_metadata rtlm=readdraw settings \ - title_uk="Поставити RenderTargetLockMode на readdraw" \ + title_uk="Встановити RenderTargetLockMode на readdraw" \ title="Set RenderTargetLockMode to readdraw" w_metadata rtlm=readtex settings \ - title_uk="Поставити RenderTargetLockMode на readtex" \ + title_uk="Встановити RenderTargetLockMode на readtex" \ title="Set RenderTargetLockMode to readtex" w_metadata rtlm=texdraw settings \ - title_uk="Поставити RenderTargetLockMode на texdraw" \ + title_uk="Встановити RenderTargetLockMode на texdraw" \ title="Set RenderTargetLockMode to texdraw" w_metadata rtlm=textex settings \ - title_uk="Поставити RenderTargetLockMode на textex" \ + title_uk="Встановити RenderTargetLockMode на textex" \ title="Set RenderTargetLockMode to textex" load_rtlm() { - winetricks_set_wined3d_var RenderTargetLockMode $1 -} - -#---------------------------------------------------------------- -# AlwaysOffscreen settings - -w_metadata ao=enabled settings \ - title_uk="Включити AlwaysOffscreen" \ - title="Enable AlwaysOffscreen" -w_metadata ao=disabled settings \ - title_uk="Вимкнути AlwaysOffscreen (за замовчуванням)" \ - title="Disable AlwaysOffscreen (default)" - -load_ao() -{ - winetricks_set_wined3d_var AlwaysOffscreen $1 + winetricks_set_wined3d_var RenderTargetLockMode "$1" } - #---------------------------------------------------------------- -# DirectDraw settings -w_metadata ddr=gdi settings \ - title_uk="Поставити DirectDrawRenderer на gdi" \ - title="Set DirectDrawRenderer to gdi" -w_metadata ddr=opengl settings \ - title_uk="Поставити DirectDrawRenderer на opengl" \ - title="Set DirectDrawRenderer to opengl" +w_metadata videomemorysize=default settings \ + title_uk="Дати можливість Wine визначити розмір відеопам'яті" \ + title="Let Wine detect amount of video card memory" +w_metadata videomemorysize=512 settings \ + title_uk="Повідомити Wine про 512МБ відеопам'яті" \ + title="Tell Wine your video card has 512MB RAM" +w_metadata videomemorysize=1024 settings \ + title_uk="Повідомити Wine про 1024МБ відеопам'яті" \ + title="Tell Wine your video card has 1024MB RAM" +w_metadata videomemorysize=2048 settings \ + title_uk="Повідомити Wine про 2048МБ відеопам'яті" \ + title="Tell Wine your video card has 2048MB RAM" -load_ddr() +load_videomemorysize() { - winetricks_set_wined3d_var DirectDrawRenderer $1 -} + size="$1" + echo "Setting video memory size to $size" -#---------------------------------------------------------------- -# DirectInput settings + case $size in + default) -w_metadata mwo=force settings \ - title_uk="Поставити примусове DirectInput MouseWarpOverride (необхідно для деяких ігор)" \ - title="Set DirectInput MouseWarpOverride to force (needed by some games)" -w_metadata mwo=enabled settings \ - title_uk="Включити DirectInput MouseWarpOverride (за замовчуванням)" \ - title="Set DirectInput MouseWarpOverride to enabled (default)" -w_metadata mwo=disable settings \ - title_uk="Вимкнути DirectInput MouseWarpOverride" \ - title="Set DirectInput MouseWarpOverride to disable" + cat > "$W_TMP"/set-video.reg <<_EOF_ +REGEDIT4 -load_mwo() -{ - # Filter out/correct bad or partial values - # Confusing because dinput uses 'disable', but d3d uses 'disabled' - # see alloc_device() in dlls/dinput/mouse.c - case $1 in - enable*) arg=enabled;; - disable*) arg=disable;; - force) arg=force;; - *) w_die "illegal value $1 for MouseWarpOverride";; - esac +[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D] +"VideoMemorySize"=- - echo "Setting MouseWarpOverride to $arg" - cat > "$W_TMP"/set-mwo.reg <<_EOF_ +_EOF_ + ;; + *) + cat > "$W_TMP"/set-video.reg <<_EOF_ REGEDIT4 -[HKEY_CURRENT_USER\Software\Wine\DirectInput] -"MouseWarpOverride"="$arg" +[HKEY_CURRENT_USER\\Software\\Wine\\Direct3D] +"VideoMemorySize"="$size" _EOF_ - w_try_regedit "$W_TMP"/set-mwo.reg + ;; + esac + w_try_regedit "$W_TMP_WIN"\\set-video.reg } #---------------------------------------------------------------- -# Mac Driver settings -w_metadata macdriver=mac settings \ - title_uk="Включити рідний Mac Quartz драйвер (за замовчуванням)" \ - title="Enable the Mac native Quartz driver (default)" -w_metadata macdriver=x11 settings \ - title_uk="Вимкнути рідний Mac Quartz драйвер та використовувати замість нього X11" \ - title="Disable the Mac native Quartz driver, use X11 instead" +w_metadata vsm=0 settings \ + title_uk="Встановити MaxShaderModelVS на 0" \ + title="Set MaxShaderModelVS to 0" +w_metadata vsm=1 settings \ + title_uk="Встановити MaxShaderModelVS на 1" \ + title="Set MaxShaderModelVS to 1" +w_metadata vsm=2 settings \ + title_uk="Встановити MaxShaderModelVS на 2" \ + title="Set MaxShaderModelVS to 2" +w_metadata vsm=3 settings \ + title_uk="Встановити MaxShaderModelVS на 3" \ + title="Set MaxShaderModelVS to 3" -load_macdriver() +load_vsm() { - echo "Setting MacDriver to $arg" - cat > "$W_TMP"/set-mac.reg <<_EOF_ -REGEDIT4 - -[HKEY_CURRENT_USER\Software\Wine\Drivers] -"Graphics"="$arg" - -_EOF_ - w_try_regedit "$W_TMP"/set-mac.reg + winetricks_set_wined3d_var MaxShaderModelVS "$1" } +#### +# settings->debug + #---------------------------------------------------------------- -# X11 Driver settings -w_metadata grabfullscreen=y settings \ - title_uk="Примусове захоплення курсору для повноекранних вікон (необхідно для деяких ігор)" \ - title="Force cursor clipping for full-screen windows (needed by some games)" -w_metadata grabfullscreen=n settings \ - title_uk="Вимкнути примусове захоплення курсору для повноекранних вікон (за замовчуванням)" \ - title="Disable cursor clipping for full-screen windows (default)" +w_metadata autostart_winedbg=enable settings \ + title="Automatically launch winedbg when an unhandled exception occurs (default)" +w_metadata autostart_winedbg=disable settings \ + title="Prevent winedbg from launching when an unhandled exception occurs" -load_grabfullscreen() +load_autostart_winedbg() { - case $1 in - y|n) arg=$1;; - *) w_die "illegal value $1 for GrabFullscreen";; + case "$arg" in + enable) _W_debugger_value="winedbg --auto %ld %ld";; + disable) _W_debugger_value="false";; + *) w_die "Unexpected argument '$arg'. Should be enable/disable";; esac - echo "Setting GrabFullscreen to $arg" - cat > "$W_TMP"/set-gfs.reg <<_EOF_ + echo "Setting HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug\\Debugger to '$arg'" + cat > "$W_TMP"/autostart_winedbg.reg <<_EOF_ REGEDIT4 -[HKEY_CURRENT_USER\Software\Wine\X11 Driver] -"GrabFullscreen"="$arg" - +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] +"Debugger"="${_W_debugger_value}" _EOF_ - w_try_regedit "$W_TMP"/set-gfs.reg + + w_try_regedit "$W_TMP_WIN"\\autostart_winedbg.reg + w_backup_reg_file "$W_TMP"/autostart_winedbg.reg + + unset _W_debugger_value } -w_metadata windowmanagerdecorated=y settings \ - title_uk="Дозволити менеджеру вікон декорувати вікна (за замовчуванням)" \ - title="Allow the window manager to decorate windows (default)" -w_metadata windowmanagerdecorated=n settings \ - title_uk="Не дозволяти менеджеру вікон декорувати вікна" \ - title="Prevent the window manager from decorating windows" +#---------------------------------------------------------------- -load_windowmanagerdecorated() -{ - case $1 in - y|n) arg=$1;; - *) w_die "illegal value $1 for Decorated";; - esac +w_metadata heapcheck settings \ + title_uk="Увімкнути накопичувальну перевірку GlobalFlag" \ + title="Enable heap checking with GlobalFlag" - echo "Setting Decorated to $arg" - cat > "$W_TMP"/set-wmd.reg <<_EOF_ +load_heapcheck() +{ + cat > "$W_TMP"/heapcheck.reg <<_EOF_ REGEDIT4 -[HKEY_CURRENT_USER\Software\Wine\X11 Driver] -"Decorated"="$arg" +[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Session Manager] +"GlobalFlag"=dword:00200030 _EOF_ - w_try_regedit "$W_TMP"/set-wmd.reg + w_try_regedit "$W_TMP_WIN"\\heapcheck.reg } -w_metadata windowmanagermanaged=y settings \ - title_uk="Дозволити менеджеру вікон керування вікнами (за замовчуванням)" \ - title="Allow the window manager to control windows (default)" -w_metadata windowmanagermanaged=n settings \ - title_uk="Не дозволяти менеджеру вікон керування вікнами" \ - title="Prevent the window manager from controling windows" +#---------------------------------------------------------------- -load_windowmanagermanaged() -{ - case $1 in - y|n) arg=$1;; - *) w_die "illegal value $1 for Managed";; - esac +w_metadata nocrashdialog settings \ + title_uk="Вимкнути діалог про помилку" \ + title="Disable crash dialog" - echo "Setting Managed to $arg" - cat > "$W_TMP"/set-wmm.reg <<_EOF_ +load_nocrashdialog() +{ + echo "Disabling graphical crash dialog" + cat > "$W_TMP"/crashdialog.reg <<_EOF_ REGEDIT4 -[HKEY_CURRENT_USER\Software\Wine\X11 Driver] -"Managed"="$arg" +[HKEY_CURRENT_USER\\Software\\Wine\\WineDbg] +"ShowCrashDialog"=dword:00000000 _EOF_ - w_try_regedit "$W_TMP"/set-wmm.reg + w_try_cd "$W_TMP" + w_try_regedit crashdialog.reg } -#---------------------------------------------------------------- -# Other settings - -#---------------------------------------------------------------- +#### +# settings->misc w_metadata alldlls=default settings \ title_uk="Видалити всі перевизначення DLL" \ @@ -17705,55 +19048,27 @@ w_metadata alldlls=builtin settings \ load_alldlls() { - case $1 in - default) w_override_no_dlls ;; - builtin) w_override_all_dlls ;; + case "$1" in + default) w_override_no_dlls ;; + builtin) w_override_all_dlls ;; esac } -w_metadata fontsmooth=disable settings \ - title_uk="Вимкнути згладжування шрифту" \ - title="Disable font smoothing" -w_metadata fontsmooth=bgr settings \ - title_uk="Включити субпіксельне згладжування шрифту для BGR LCD моніторів" \ - title="Enable subpixel font smoothing for BGR LCDs" -w_metadata fontsmooth=rgb settings \ - title_uk="Включити субпіксельне згладжування шрифту для RGB LCD моніторів" \ - title="Enable subpixel font smoothing for RGB LCDs" -w_metadata fontsmooth=gray settings \ - title_uk="Включити субпіксельне згладжування шрифту" \ - title="Enable subpixel font smoothing" - -load_fontsmooth() -{ - case $1 in - disable) FontSmoothing=0; FontSmoothingOrientation=1; FontSmoothingType=0;; - gray|grey) FontSmoothing=2; FontSmoothingOrientation=1; FontSmoothingType=1;; - bgr) FontSmoothing=2; FontSmoothingOrientation=0; FontSmoothingType=2;; - rgb) FontSmoothing=2; FontSmoothingOrientation=1; FontSmoothingType=2;; - *) w_die "unknown font smoothing type $1";; - esac - - echo "Setting font smoothing to $1" - - cat > "$W_TMP"/fontsmooth.reg <<_EOF_ -REGEDIT4 +#---------------------------------------------------------------- -[HKEY_CURRENT_USER\Control Panel\Desktop] -"FontSmoothing"="$FontSmoothing" -"FontSmoothingGamma"=dword:00000578 -"FontSmoothingOrientation"=dword:0000000$FontSmoothingOrientation -"FontSmoothingType"=dword:0000000$FontSmoothingType +w_metadata bad settings \ + title="Fake verb that always returns false" -_EOF_ - w_try_regedit "$W_TMP_WIN"\\fontsmooth.reg +load_bad() +{ + w_die "$W_PACKAGE failed!" } #---------------------------------------------------------------- w_metadata forcemono settings \ - title_uk="Примусове використання mono замість .Net (для налогодження)" \ - title="Force using mono instead of .Net (for debugging)" + title_uk="Примусове використання mono замість .NET (для налагодження)" \ + title="Force using Mono instead of .NET (for debugging)" load_forcemono() { @@ -17763,36 +19078,64 @@ load_forcemono() #---------------------------------------------------------------- -w_metadata heapcheck settings \ - title_uk="Включити накопичувальну перевірку GlobalFlag" \ - title="Enable heap checking with GlobalFlag" +w_metadata good settings \ + title="Fake verb that always returns true" + +load_good() +{ + w_info "$W_PACKAGE succeeded!" +} + +#---------------------------------------------------------------- + +w_metadata hidewineexports=enable settings \ + title="Enable hiding Wine exports from applications (wine-staging)" +w_metadata hidewineexports=disable settings \ + title="Disable hiding Wine exports from applications (wine-staging)" -load_heapcheck() +load_hidewineexports() { - cat > "$W_TMP"/heapcheck.reg <<_EOF_ + # Wine exports some functions allowing apps to query the Wine version and + # information about the host environment. Using these functions, some apps + # will intentionally terminate if they can detect that they are running in + # a Wine environment. + # + # Hiding these Wine exports is only available in wine-staging. + # See https://bugs.winehq.org/show_bug.cgi?id=38656 + case $arg in + enable) + _W_registry_value="\"Y\"" + ;; + disable) + _W_registry_value="-" + ;; + *) w_die "Unexpected argument, $arg";; + esac + + cat > "$W_TMP"/set-wineexports.reg <<_EOF_ REGEDIT4 -[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager] -"GlobalFlag"=dword:00200030 +[HKEY_CURRENT_USER\\Software\\Wine] +"HideWineExports"=$_W_registry_value _EOF_ - w_try_regedit "$W_TMP_WIN"\\heapcheck.reg + w_try_regedit "$W_TMP"/set-wineexports.reg } #---------------------------------------------------------------- w_metadata hosts settings \ - title_uk="Додати порожні файли у C:\windows\system32\drivers\etc\{hosts,services}" \ - title="Add empty C:\windows\system32\drivers\etc\{hosts,services} files" + title_uk="Додати порожні файли у C:\\windows\\system32\\drivers\\etc\\{hosts,services}" \ + title="Add empty C:\\windows\\system32\\drivers\\etc\\{hosts,services} files" load_hosts() { # Create fake system32\drivers\etc\hosts and system32\drivers\etc\services files. # The hosts file is used to map network names to IP addresses without DNS. # The services file is used map service names to network ports. - # Some apps depend on these files, but they're not implemented in wine. + # Some apps depend on these files, but they're not implemented in Wine. # Fortunately, empty files in the correct location satisfy those apps. - # See http://bugs.winehq.org/show_bug.cgi?id=12076 + # See https://bugs.winehq.org/show_bug.cgi?id=12076 # It's in system32 for both win32/win64 mkdir -p "$W_WINDIR_UNIX"/system32/drivers/etc @@ -17808,9 +19151,9 @@ w_metadata native_mdac settings \ load_native_mdac() { - # Set those overrides globally so user programs get MDAC's odbc - # instead of wine's unixodbc - w_override_dlls native,builtin odbc32 odbccp32 oledb32 + # Set those overrides globally so user programs get MDAC's ODBC + # instead of Wine's unixodbc + w_override_dlls native,builtin mtxdm odbc32 odbccp32 oledb32 } #---------------------------------------------------------------- @@ -17826,35 +19169,34 @@ load_native_oleaut32() #---------------------------------------------------------------- -w_metadata nocrashdialog settings \ - title_uk="Вимкнути діалог про помилку" \ - title="Disable crash dialog" +w_metadata remove_mono settings \ + title_uk="Видалити вбудоване wine-mono" \ + title="Remove builtin wine-mono" -load_nocrashdialog() +load_remove_mono() { - echo "Disabling graphical crash dialog" - cat > "$W_TMP"/crashdialog.reg <<_EOF_ -REGEDIT4 - -[HKEY_CURRENT_USER\Software\Wine\WineDbg] -"ShowCrashDialog"=dword:00000000 - -_EOF_ - cd "$W_TMP" - w_try_regedit crashdialog.reg -} + mono_uuid="$("${WINE_ARCH}" uninstaller --list | grep Mono | cut -f1 -d\|)" + if test "$mono_uuid"; then + "${WINE_ARCH}" uninstaller --remove "$mono_uuid" + else + w_warn "Mono does not appear to be installed." + fi -#---------------------------------------------------------------- + # FIXME: verify on pristine Windows XP: + if w_workaround_wine_bug 34803; then + "${WINE_ARCH}" reg delete 'HKLM\\Software\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled' /f + fi -w_metadata nt40 settings \ - title_uk="Поставити версію Windows NT 4.0" \ - title="Set windows version to Windows NT 4.0" + "${WINE_ARCH}" reg delete "HKLM\\Software\\Microsoft\\NET Framework Setup\\NDP\\v3.5" /f || true + "${WINE_ARCH}" reg delete "HKLM\\Software\\Microsoft\\NET Framework Setup\\NDP\\v4" /f || true -load_nt40() -{ - w_set_winver nt40 + w_try rm -f "$W_WINDIR_UNIX/system32/mscoree.dll" + if [ "$W_ARCH" = "win64" ]; then + w_try rm -f "$W_WINDIR_UNIX/syswow64/mscoree.dll" + fi } + #---------------------------------------------------------------- w_metadata sandbox settings \ @@ -17868,224 +19210,144 @@ load_sandbox() # Unmap drive Z rm -f "$WINEPREFIX/dosdevices/z:" - _olddir="`pwd`" - cd "$WINEPREFIX/drive_c/users/$USER" + _olddir="$(pwd)" + w_try_cd "$WINEPREFIX/drive_c/users/$USER" for x in * do - if test -h "$x" && test -d "$x" - then + if test -h "$x" && test -d "$x"; then rm -f "$x" mkdir -p "$x" fi done - cd "$_olddir" + w_try_cd "$_olddir" unset _olddir # Disable unixfs # Unfortunately, when you run with a different version of Wine, Wine will recreate this key. - # See http://bugs.winehq.org/show_bug.cgi?id=22450 - "$WINE" regedit /d 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}' + # See https://bugs.winehq.org/show_bug.cgi?id=22450 + "$WINE" regedit /d 'HKEY_LOCAL_MACHINE\\Software\\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace\{9D20AAE8-0625-44B0-9CA7-71889C2254D9}' # Disable recreation of the above key - or any updating of the registry - when running with a newer version of Wine. echo disable > "$WINEPREFIX/.update-timestamp" } +# settings->winversions #---------------------------------------------------------------- -w_metadata sound=alsa settings \ - title_uk="Поставити звуковий драйвер ALSA" \ - title="Set sound driver to ALSA" -w_metadata sound=coreaudio settings \ - title_uk="Поставити звуковий драйвер Mac CoreAudio" \ - title="Set sound driver to Mac CoreAudio" -w_metadata sound=disabled settings \ - title_uk="Вимкнути звуковий драйвер" \ - title="Set sound driver to disabled" -w_metadata sound=oss settings \ - title_uk="Поставити звуковий драйвер OSS" \ - title="Set sound driver to OSS" +w_metadata nt40 settings \ + title_uk="Встановити версію Windows NT 4.0" \ + title="Set windows version to Windows NT 4.0" -load_sound() +load_nt40() { - echo "Setting sound driver to $1" - cat > "$W_TMP"/set-sound.reg <<_EOF_ -REGEDIT4 - -[HKEY_CURRENT_USER\Software\Wine\Drivers] -"Audio"="$1" - -_EOF_ - w_try_regedit "$W_TMP_WIN"\\set-sound.reg + w_set_winver nt40 } #---------------------------------------------------------------- -w_metadata vd=off settings \ - title_uk="Вимкнути віртуальний робочий стіл" \ - title="Disable virtual desktop" -w_metadata vd=640x480 settings \ - title_uk="Включити віртуальний робочий стіл та поставити розмір 640x480" \ - title="Enable virtual desktop, set size to 640x480" -w_metadata vd=800x600 settings \ - title_uk="Включити віртуальний робочий стіл та поставити розмір 800x600" \ - title="Enable virtual desktop, set size to 800x600" -w_metadata vd=1024x768 settings \ - title_uk="Включити віртуальний робочий стіл та поставити розмір 1024x768" \ - title="Enable virtual desktop, set size to 1024x768" -w_metadata vd=1280x1024 settings \ - title_uk="Включити віртуальний робочий стіл та поставити розмір 1280x1024" \ - title="Enable virtual desktop, set size to 1280x1024" -w_metadata vd=1440x900 settings \ - title_uk="Включити віртуальний робочий стіл та поставити розмір 1440x900" \ - title="Enable virtual desktop, set size to 1440x900" +w_metadata vista settings \ + title_uk="Встановити версію Windows Vista" \ + title="Set Windows version to Windows Vista" -load_vd() +load_vista() { - size=$1 - case $size in - off|disabled) - cat > "$W_TMP"/vd.reg <<_EOF_ -REGEDIT4 - -[HKEY_CURRENT_USER\Software\Wine\Explorer] -"Desktop"=- -[HKEY_CURRENT_USER\Software\Wine\Explorer\Desktops] -"Default"=- - -_EOF_ - ;; - [1-9]*x[1-9]*) - cat > "$W_TMP"/vd.reg <<_EOF_ -REGEDIT4 - -[HKEY_CURRENT_USER\Software\Wine\Explorer] -"Desktop"="Default" -[HKEY_CURRENT_USER\Software\Wine\Explorer\Desktops] -"Default"="$size" - -_EOF_ - ;; - *) - w_die "you want a virtual desktop of $size? I don't understand." - ;; - esac - w_try_regedit "$W_TMP_WIN"/vd.reg + w_set_winver vista } #---------------------------------------------------------------- -w_metadata videomemorysize=default settings \ - title_uk="Дати можливість Wine визначити розмір відеопам'яті" \ - title="Let Wine detect amount of video card memory" -w_metadata videomemorysize=512 settings \ - title_uk="Повідомити Wine про 512МБ відеопам'яті" \ - title="Tell Wine your video card has 512MB RAM" -w_metadata videomemorysize=1024 settings \ - title_uk="Повідомити Wine про 1024МБ відеопам'яті" \ - title="Tell Wine your video card has 1024MB RAM" -w_metadata videomemorysize=2048 settings \ - title_uk="Повідомити Wine про 2048МБ відеопам'яті" \ - title="Tell Wine your video card has 2048MB RAM" +w_metadata win2k settings \ + title_uk="Встановити версію Windows 2000" \ + title="Set Windows version to Windows 2000" -load_videomemorysize() +load_win2k() { - size=$1 - echo "Setting video memory size to $size" - - case $size in - default) - - cat > "$W_TMP"/set-video.reg <<_EOF_ -REGEDIT4 - -[HKEY_CURRENT_USER\Software\Wine\Direct3D] -"VideoMemorySize"=- + w_set_winver win2k +} -_EOF_ - ;; - *) - cat > "$W_TMP"/set-video.reg <<_EOF_ -REGEDIT4 +#---------------------------------------------------------------- -[HKEY_CURRENT_USER\Software\Wine\Direct3D] -"VideoMemorySize"="$size" +w_metadata win2k3 settings \ + title_uk="Встановити версію Windows 2003" \ + title="Set Windows version to Windows 2003" -_EOF_ - esac - w_try_regedit "$W_TMP_WIN"\\set-video.reg +load_win2k3() +{ + w_set_winver win2k3 } + #---------------------------------------------------------------- -w_metadata vista settings \ - title_uk="Поставити версію Windows Vista" \ - title="Set windows version to Windows Vista" +w_metadata win2k8 settings \ + title_uk="Встановити версію Windows 2008 R2" \ + title="Set Windows version to Windows 2008 R2" -load_vista() +load_win2k8() { - w_set_winver vista + w_set_winver win2k8 } #---------------------------------------------------------------- -w_metadata vsm=hardware settings \ - title_uk="Поставити VertexShaderMode на hardware" \ - title="Set VertexShaderMode to hardware" +w_metadata win31 settings \ + title_uk="Встановити версію Windows 3.1" \ + title="Set Windows version to Windows 3.1" -load_vsm() +load_win31() { - winetricks_set_wined3d_var VertexShaders $1 + w_set_winver win31 } #---------------------------------------------------------------- -w_metadata win2k settings \ - title_uk="Поставити версію Windows 2000" \ - title="Set windows version to Windows 2000" +w_metadata win7 settings \ + title_uk="Встановити версію Windows 7" \ + title="Set Windows version to Windows 7" -load_win2k() +load_win7() { - w_set_winver win2k + w_set_winver win7 } #---------------------------------------------------------------- -w_metadata win2k3 settings \ - title_uk="Поставити версію Windows 2003" \ - title="Set windows version to Windows 2003" +w_metadata win8 settings \ + title_uk="Встановити версію Windows 8" \ + title="Set Windows version to Windows 8" -load_win2k3() +load_win8() { - w_set_winver win2k3 + w_set_winver win8 } #---------------------------------------------------------------- -w_metadata win31 settings \ - title_uk="Поставити версію Windows 3.1" \ - title="Set windows version to Windows 3.1" +w_metadata win81 settings \ + title_uk="Встановити версію Windows 8.1" \ + title="Set Windows version to Windows 8.1" -load_win31() +load_win81() { - w_set_winver win31 + w_set_winver win81 } #---------------------------------------------------------------- -w_metadata win7 settings \ - title_uk="Поставити версію Windows 7" \ - title="Set windows version to Windows 7" +w_metadata win10 settings \ + title_uk="Встановити версію Windows 10" \ + title="Set Windows version to Windows 10" -load_win7() +load_win10() { - w_set_winver win7 + w_set_winver win10 } #---------------------------------------------------------------- w_metadata win95 settings \ - title_uk="Поставити версію Windows 95" \ - title="Set windows version to Windows 95" + title_uk="Встановити версію Windows 95" \ + title="Set Windows version to Windows 95" load_win95() { @@ -18095,8 +19357,8 @@ load_win95() #---------------------------------------------------------------- w_metadata win98 settings \ - title_uk="Поставити версію Windows 98" \ - title="Set windows version to Windows 98" + title_uk="Встановити версію Windows 98" \ + title="Set Windows version to Windows 98" load_win98() { @@ -18107,321 +19369,147 @@ load_win98() # Really, we should support other values, since winetricks did w_metadata winver= settings \ - title_uk="Поставити версію Windows за замовчуванням (winxp)" \ - title="Set windows version to default (winxp)" + title_uk="Встановити версію Windows за замовчуванням (Windows 7)" \ + title="Set Windows version to default (win7)" load_winver() { - w_set_winver winxp + w_set_winver win7 } #---------------------------------------------------------------- w_metadata winxp settings \ - title_uk="Поставити версію Windows XP" \ - title="Set windows version to Windows XP" + title_uk="Встановити версію Windows XP" \ + title="Set Windows version to Windows XP" load_winxp() { w_set_winver winxp } -#---------------------------------------------------------------- - -#---- Derived Metadata ---- -# Generated automatically by measuring time and space requirements of all verbs -# size_MB includes size of virgin wineprefix, but not the cached installer - -for data in \ - 3dmark03:size_MB=895,time_sec=149 \ - 3dmark05:size_MB=1255,time_sec=208 \ - 3dmark06:size_MB=2627,time_sec=461 \ - 3dmark2000:size_MB=165,time_sec=71 \ - 3dmark2001:size_MB=260,time_sec=141 \ - 7zip:size_MB=53,time_sec=9 \ - abiword:size_MB=119,time_sec=15 \ - adobeair:size_MB=132,time_sec=8 \ - algodoo_demo:size_MB=165,time_sec=52 \ - allcodecs:size_MB=48,time_sec=3 \ - allfonts:size_MB=132,time_sec=114 \ - amstream:size_MB=48,time_sec=2 \ - aoe3_demo:size_MB=4472,time_sec=422 \ - aoe_demo:size_MB=164,time_sec=35 \ - art2kmin:size_MB=363,time_sec=36 \ - atmlib:size_MB=454,time_sec=73 \ - autohotkey:size_MB=53,time_sec=4 \ - baekmuk:size_MB=138,time_sec=3 \ - bioshock_demo:size_MB=7510,time_sec=1543 \ - bladekitten_demo:size_MB=1444,time_sec=174 \ - cjkfonts:size_MB=48,time_sec=4 \ - cmake:size_MB=85,time_sec=8 \ - cnc3_demo:size_MB=5244,time_sec=1022 \ - cod4mw_demo:size_MB=5730,time_sec=1108 \ - cod_demo:size_MB=574,time_sec=115 \ - colorprofile:size_MB=47,time_sec=1 \ - comctl32:size_MB=49,time_sec=1 \ - comdlg32ocx:size_MB=49,time_sec=1 \ - controlpad:size_MB=69,time_sec=4 \ - corefonts:size_MB=62,time_sec=2 \ - crypt32:size_MB=178,time_sec=71 \ - crysis2:size_MB=8259,time_sec=1200 \ - crysis2_demo_mp:size_MB=5259,time_sec=1473 \ - d3dcompiler_43:size_MB=138,time_sec=51 \ - d3dx10:size_MB=50,time_sec=4 \ - d3dx11_43:size_MB=48,time_sec=1 \ - d3dx9:size_MB=126,time_sec=3 \ - d3dx9_26:size_MB=48,time_sec=2 \ - d3dx9_28:size_MB=48,time_sec=1 \ - d3dx9_31:size_MB=48,time_sec=2 \ - d3dx9_35:size_MB=50,time_sec=2 \ - d3dx9_36:size_MB=48,time_sec=1 \ - d3dx9_42:size_MB=48,time_sec=1 \ - d3dxof:size_MB=48,time_sec=2 \ - dc2ba_demo:size_MB=209,time_sec=38 \ - deadspace2:size_MB=12693,time_sec=720 \ - devenum:size_MB=59,time_sec=2 \ - diablo2:size_MB=2577,time_sec=37 \ - dinput:size_MB=48,time_sec=1 \ - dinput8:size_MB=61,time_sec=2 \ - dirac:size_MB=50,time_sec=4 \ - directmusic:size_MB=63,time_sec=4 \ - directplay:size_MB=61,time_sec=3 \ - directx9:size_MB=387,time_sec=12 \ - dirt2_demo:size_MB=6241,time_sec=977 \ - divinity2_demo:size_MB=2906,time_sec=2627 \ - dmsynth:size_MB=57,time_sec=2 \ - dotnet11:size_MB=94,time_sec=15 \ - dotnet20:size_MB=360,time_sec=64 \ - dotnet30:size_MB=645,time_sec=302 \ - dotnet35:size_MB=1149,time_sec=445 \ - dragonage:size_MB=23771,time_sec=673 \ - dragonage2_demo:size_MB=4014,time_sec=1428 \ - droid:size_MB=63,time_sec=8 \ - dsound:size_MB=48,time_sec=1 \ - dxdiag:size_MB=75,time_sec=6 \ - dxdiagn:size_MB=48,time_sec=1 \ - eufonts:size_MB=58,time_sec=2 \ - eve:size_MB=5313,time_sec=1568 \ - eve:size_MB=11215,time_sec=467 \ - farmsim2011_demo:size_MB=48,time_sec=4 \ - ffdshow:size_MB=53,time_sec=4 \ - fifa11_demo:size_MB=4932,time_sec=845 \ - flash:size_MB=57,time_sec=3 \ - fontfix:size_MB=47,time_sec=0 \ - fontxplorer:size_MB=51,time_sec=5 \ - gdiplus:size_MB=50,time_sec=2 \ - gecko110:size_MB=47,time_sec=0 \ - gfw:size_MB=211,time_sec=11 \ - glut:size_MB=47,time_sec=1 \ - gothic4_demo:size_MB=7719,time_sec=1402 \ - guildwars:size_MB=224,time_sec=392 \ - hegemony_demo:size_MB=1927,time_sec=315 \ - hegemonygold_demo:size_MB=2339,time_sec=247 \ - hon:size_MB=1536,time_sec=337 \ - hphbp_demo:size_MB=2898,time_sec=556 \ - icodecs:size_MB=60,time_sec=29 \ - ie6:size_MB=340,time_sec=58 \ - ie7:size_MB=181,time_sec=44 \ - ie8:size_MB=202,time_sec=39 \ - imvu:size_MB=194,time_sec=17 \ - jet40:size_MB=54,time_sec=3 \ - l3codecx:size_MB=60,time_sec=5 \ - lhp_demo:size_MB=3200,time_sec=645 \ - liberation:size_MB=50,time_sec=3 \ - lucida:size_MB=51,time_sec=1 \ - masseffect2_demo:size_MB=8291,time_sec=1397 \ - mb_warband_demo:size_MB=1495,time_sec=35 \ - mdac25:size_MB=97,time_sec=6 \ - mdac27:size_MB=70,time_sec=3 \ - mdac28:size_MB=75,time_sec=4 \ - mfc40:size_MB=48,time_sec=0 \ - mfc42:size_MB=47,time_sec=1 \ - mingw:size_MB=132,time_sec=3 \ - mozillabuild:size_MB=891,time_sec=26 \ - mpc:size_MB=87,time_sec=2 \ - msasn1:size_MB=178,time_sec=3 \ - mshflxgd:size_MB=47,time_sec=0 \ - msi2:size_MB=62,time_sec=4 \ - msls31:size_MB=48,time_sec=0 \ - msmask:size_MB=47,time_sec=0 \ - mspaint:size_MB=49,time_sec=0 \ - msscript:size_MB=48,time_sec=0 \ - msxml3:size_MB=49,time_sec=1 \ - msxml4:size_MB=55,time_sec=0 \ - msxml6:size_MB=54,time_sec=1 \ - nfsshift_demo:size_MB=4877,time_sec=157 \ - ogg:size_MB=54,time_sec=1 \ - opensymbol:size_MB=49,time_sec=1 \ - openwatcom:size_MB=274,time_sec=12 \ - osmos_demo:size_MB=67,time_sec=5 \ - pdh:size_MB=48,time_sec=0 \ - penpenxmas:size_MB=49,time_sec=6 \ - physx:size_MB=213,time_sec=5 \ - plantsvszombies:size_MB=156,time_sec=24 \ - pngfilt:size_MB=49,time_sec=0 \ - puzzleagent_demo:size_MB=495,time_sec=36 \ - python26:size_MB=160,time_sec=9 \ - python26_comtypes:size_MB=46,time_sec=1 \ - quartz:size_MB=62,time_sec=3 \ - quicktime72:size_MB=219,time_sec=9 \ - quicktime76:size_MB=237,time_sec=6 \ - rayman2_demo:size_MB=239,time_sec=146 \ - riched20:size_MB=49,time_sec=0 \ - riched30:size_MB=48,time_sec=0 \ - richtx32:size_MB=48,time_sec=0 \ - safari:size_MB=210,time_sec=4 \ - sammax301_demo:size_MB=1419,time_sec=341 \ - sammax304_demo:size_MB=1642,time_sec=88 \ - secondlife:size_MB=266,time_sec=24 \ - secur32:size_MB=47,time_sec=0 \ - shockwave:size_MB=134,time_sec=6 \ - sims3:size_MB=12884,time_sec=584 \ - sketchup:size_MB=319,time_sec=15 \ - spotify:size_MB=59,time_sec=4 \ - starcraft2_demo:size_MB=5241,time_sec=211 \ - tahoma:size_MB=48,time_sec=0 \ - takao:size_MB=176,time_sec=3 \ - tmnationsforever:size_MB=1871,time_sec=116 \ - uff:size_MB=47,time_sec=0 \ - unifont:size_MB=51,time_sec=0 \ - usp10:size_MB=50,time_sec=0 \ - ut3:size_MB=7355,time_sec=426 \ - utorrent:size_MB=48,time_sec=1 \ - vb2run:size_MB=48,time_sec=0 \ - vb3run:size_MB=47,time_sec=0 \ - vb4run:size_MB=49,time_sec=0 \ - vb5run:size_MB=49,time_sec=0 \ - vb6run:size_MB=50,time_sec=1 \ - vc2005express:size_MB=1614,time_sec=173 \ - vc2005trial:size_MB=7156,time_sec=53 \ - vcrun2003:size_MB=47,time_sec=0 \ - vcrun2005:size_MB=60,time_sec=2 \ - vcrun2008:size_MB=60,time_sec=2 \ - vcrun2010:size_MB=71,time_sec=7 \ - vcrun6:size_MB=51,time_sec=0 \ - vcrun6sp6:size_MB=109,time_sec=2 \ - vjrun20:size_MB=319,time_sec=57 \ - vlc:size_MB=221,time_sec=7 \ - wenquanyi:size_MB=50,time_sec=0 \ - windowscodecs:size_MB=53,time_sec=2 \ - winhttp:size_MB=49,time_sec=0 \ - wininet:size_MB=47,time_sec=0 \ - wme9:size_MB=136,time_sec=5 \ - wmi:size_MB=62,time_sec=12 \ - wmp10:size_MB=161,time_sec=7 \ - wmp9:size_MB=143,time_sec=12 \ - wog:size_MB=124,time_sec=5 \ - wsh56js:size_MB=45,time_sec=0 \ - xact:size_MB=60,time_sec=6 \ - xinput:size_MB=47,time_sec=2 \ - xmllite:size_MB=50,time_sec=4 \ - xvid:size_MB=54,time_sec=2 \ - zootycoon2_demo:size_MB=299,time_sec=32 \ - -do - cmd=${data%%:*} - file="`echo "$WINETRICKS_METADATA"/*/$cmd.vars`" - if test -f "$file" - then - case $data in - *size_MB*) - size_MB=${data##*size_MB=} # remove anything before value - size_MB=${size_MB%%,*} # remove anything after value - echo size_MB=$size_MB >> "$file" - ;; - esac - - case $data in - *time_sec*) - time_sec=${data##*time_sec=} - time_sec=${time_sec%%,*} - echo time_sec=$time_sec >> "$file" - esac - fi - unset size_MB time_sec -done - #---- Main Program ---- winetricks_stats_save() { # Save opt-in status - if test "$WINETRICKS_STATS_REPORT" - then + if test "$WINETRICKS_STATS_REPORT"; then + if test ! -d "$W_CACHE"; then + mkdir -p "$W_CACHE" + fi echo "$WINETRICKS_STATS_REPORT" > "$W_CACHE"/track_usage fi } winetricks_stats_init() { - # Load opt-in status if not already set by a commandline option - if test ! "$WINETRICKS_STATS_REPORT" && test -f "$W_CACHE"/track_usage - then - WINETRICKS_STATS_REPORT=`cat "$W_CACHE"/track_usage` + # Load opt-in status if not already set by a command-line option + if test ! "$WINETRICKS_STATS_REPORT" && test -f "$W_CACHE"/track_usage; then + WINETRICKS_STATS_REPORT=$(cat "$W_CACHE"/track_usage) fi - if test ! "$WINETRICKS_STATS_REPORT" - then + if test ! "$WINETRICKS_STATS_REPORT"; then # No opt-in status found. If GUI active, ask user whether they would like to opt in. case $WINETRICKS_GUI in - zenity) - case $LANG in - *) - title="One-time question about helping Winetricks development" - question="Would you like to help winetricks development by letting winetricks report statistics? You can turn reporting off at any time with the command 'winetricks --optout'" - thanks="Thanks! You won't be asked this question again. Remember, you can turn reporting off at any time with the command 'winetricks --optout'" - declined="OK, winetricks will *not* report statistics. You won't be asked this question again." + zenity) + case $LANG in + de*) + title="Einmalige Frage zur Hilfe an der Winetricks Entwicklung" + question="Möchten Sie die Winetricks Entwicklung unterstützen indem Sie Winetricks Statistiken übermitteln lassen? Sie können die Übermittlung jederzeit mit 'winetricks --optout' ausschalten" + thanks="Danke! Sie bekommen diese Frage nicht mehr gestellt. Sie können die Übermittlung jederzeit mit 'winetricks --optout' wieder ausschalten" + declined="OK, Winetricks wird *keine* Statistiken übermitteln. Sie bekommen diese Frage nicht mehr gestellt." + ;; + pl*) + title="Jednorazowe pytanie dotyczące pomocy w rozwoju Winetricks" + question="Czy chcesz pomóc w rozwoju Winetricks pozwalając na wysyłanie statystyk przez program? Możesz wyłączyć tą opcję w każdej chwili z użyciem komendy 'winetricks --optout'." + thanks="Dziękujemy! Nie otrzymasz już tego pytania. Pamiętaj, ze możesz wyłączyć tą opcję komendą 'winetricks --optout'" + declined="OK, Winetricks *nie* będzie wysyłać statystyk. Nie otrzymasz już tego pytania." + ;; + ru*) + title="Помощь в разработке Winetricks" + question="Вы хотите помочь разработке winetricks, отправляя статистику? Вы можете отключить отправку статистики в любое время с помощью команды 'winetricks --optout'" + thanks="Спасибо! Этот вопрос больше не появится. Помните: вы можете отключить отправку статистики в любое время с помощью команды 'winetricks --optout'" + declined="OK, winetricks НЕ будет отправлять статистику. Этот вопрос больше не появится." + ;; + uk*) + title="Допомога в розробці Winetricks" + question="Ви хочете допомогти в розробці Winetricks дозволивши звітувати статистику?\\nВи можете в будь-який час вимкнути цю опцію за допомогою команди 'winetricks --optout'" + thanks="Дякуємо! Ви більше не отримуватиме це питання знову. Пам'ятайте, що ви можете будь-коли вимкнути звітність за допомогою команди 'winetricks --optout'" + declined="Надсилання звітності Winetricks вимкнено. Ви більше не отримуватиме це питання знову." + ;; + *) + title="One-time question about helping Winetricks development" + question="Would you like to help winetricks development by letting winetricks report statistics? You can turn reporting off at any time with the command 'winetricks --optout'" + thanks="Thanks! You won't be asked this question again. Remember, you can turn reporting off at any time with the command 'winetricks --optout'" + declined="OK, winetricks will *not* report statistics. You won't be asked this question again." + ;; + esac + if $WINETRICKS_GUI --question --text "$question" --title "$title"; then + $WINETRICKS_GUI --info --text "$thanks" + WINETRICKS_STATS_REPORT=1 + else + $WINETRICKS_GUI --info --text "$declined" + WINETRICKS_STATS_REPORT=0 + fi + winetricks_stats_save ;; - esac - if $WINETRICKS_GUI --question --text "$question" --title "$title" - then - $WINETRICKS_GUI --info --text "$thanks" - WINETRICKS_STATS_REPORT=1 - else - $WINETRICKS_GUI --info --text "$declined" - WINETRICKS_STATS_REPORT=0 - fi - echo $WINETRICKS_STATS_REPORT > "$W_CACHE"/track_usage - ;; esac fi - winetricks_stats_save } # Retrieve a short string with the operating system name and version winetricks_os_description() { ( - case "$OS" in - "Windows_NT") - echo windows ;; - *) echo "$WINETRICKS_WINE_VERSION" ;; - esac + case "$W_PLATFORM" in + windows_cmd) echo "windows" ;; + *) echo "$WINETRICKS_WINE_VERSION" ;; + esac ) | tr '\012' ' ' } winetricks_stats_report() { + winetricks_download_setup + # If user has opted in to usage tracking, report what he used (if anything) case "$WINETRICKS_STATS_REPORT" in - 1) ;; - *) return;; + 1) ;; + *) return;; esac + test -f "$WINETRICKS_WORKDIR"/breadcrumbs || return - WINETRICKS_STATS_BREADCRUMBS=`cat "$WINETRICKS_WORKDIR"/breadcrumbs | tr '\012' ' '` + WINETRICKS_STATS_BREADCRUMBS=$(tr '\012' ' ' < "$WINETRICKS_WORKDIR"/breadcrumbs) echo "You opted in, so reporting '$WINETRICKS_STATS_BREADCRUMBS' to the winetricks maintainer so he knows which winetricks verbs get used and which don't. Use --optout to disable future reports." - report="os=`winetricks_os_description`&winetricks=$WINETRICKS_VERSION&breadcrumbs=$WINETRICKS_STATS_BREADCRUMBS" - report="`echo $report | sed 's/ /%20/g'`" - # Just do a HEAD request with the raw commandline. + report="os=$(winetricks_os_description)&winetricks=$WINETRICKS_VERSION&breadcrumbs=$WINETRICKS_STATS_BREADCRUMBS" + report="$(echo "$report" | sed 's/ /%20/g')" + + # Just do a HEAD request with the raw command line. # Yes, this can be fooled by caches. That's ok. - if [ -x "`which wget 2>/dev/null`" ] - then - wget --spider "http://kegel.com/data/winetricks-usage?$report" > /dev/null 2>&1 || true - elif [ -x "`which curl 2>/dev/null`" ] - then - curl -I "http://kegel.com/data/winetricks-usage?$report" > /dev/null 2>&1 || true + + # Note: these downloads are expected to fail (the resource won't exist), so don't use w_try and use '|| true' to ignore the expected errors + if [ "${WINETRICKS_DOWNLOADER}" = "wget" ] ; then + $torify wget --timeout "${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + --tries "$WINETRICKS_DOWNLOADER_RETRIES" \ + --spider "http://kegel.com/data/winetricks-usage?$report" > /dev/null 2>&1 || true + elif [ "${WINETRICKS_DOWNLOADER}" = "curl" ] ; then + $torify curl --connect-timeout "${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + --retry "$WINETRICKS_DOWNLOADER_RETRIES" \ + -I "http://kegel.com/data/winetricks-usage?$report" > /dev/null 2>&1 || true + elif [ "${WINETRICKS_DOWNLOADER}" = "aria2c" ] ; then + $torify aria2c $aria2c_torify_opts \ + $aria2c_torify_opts \ + --connect-timeout="${WINETRICKS_DOWNLOADER_TIMEOUT}" \ + --daemon=false \ + --enable-rpc=false \ + --input-file='' \ + --max-tries="$WINETRICKS_DOWNLOADER_RETRIES" \ + --save-session='' \ + "http://kegel.com/data/winetricks-usage?$report" > /dev/null 2>&1 || true + else + w_die "Here be dragons" fi } @@ -18431,40 +19519,40 @@ winetricks_stats_log_command() echo "$*" >> "$WINETRICKS_WORKDIR"/breadcrumbs # and for the user's own reference later, when figuring out what he did - case "$OS" in - "Windows_NT") _W_LOGDIR="$W_WINDIR_UNIX"/Temp ;; - *) _W_LOGDIR="$WINEPREFIX" ;; + case "$W_PLATFORM" in + windows_cmd) _W_LOGDIR="$W_WINDIR_UNIX"/Temp ;; + *) _W_LOGDIR="$WINEPREFIX" ;; esac + mkdir -p "$_W_LOGDIR" echo "$*" >> "$_W_LOGDIR"/winetricks.log unset _W_LOGDIR } -# Launch a new terminal window if in gui, or -# spawn a shell in the current window if commandline. +# Launch a new terminal window if in GUI, or +# spawn a shell in the current window if command line. # New shell contains proper WINEPREFIX and WINE environment variables. # May be useful when debugging verbs. winetricks_shell() { ( - cd "$W_DRIVE_C" - export WINE + w_try_cd "$W_DRIVE_C" + export WINE - case $WINETRICKS_GUI in - none) - $SHELL - ;; - *) - for term in gnome-terminal konsole Terminal xterm - do - if test `which $term` 2> /dev/null - then - $term - break - fi - done - ;; - esac + case $WINETRICKS_GUI in + none) + $SHELL + ;; + *) + for term in gnome-terminal konsole Terminal xterm + do + if test "$(which $term 2>/dev/null)"; then + $term + break + fi + done + ;; + esac ) } @@ -18472,113 +19560,111 @@ winetricks_shell() execute_command() { case "$1" in - *=*) arg=`echo $1 | sed 's/.*=//'`; cmd=`echo $1 | sed 's/=.*//'`;; - *) cmd="$1"; arg="" ;; + *=*) arg=$(echo "$1" | sed 's/.*=//'); cmd=$(echo "$1" | sed 's/=.*//');; + *) cmd="$1"; arg="" ;; esac case "$1" in + # FIXME: avoid duplicated code + apps|benchmarks|dlls|fonts|games|prefix|settings) + WINETRICKS_CURMENU="$1" + ;; - # FIXME: avoid duplicated code - apps|benchmarks|dlls|fonts|games|prefix|settings) - WINETRICKS_CURMENU=$1 - ;; - - # Late options - -*) - if ! winetricks_handle_option $1 - then - winetricks_usage - exit 1 - fi - ;; + # Late options + -*) + if ! winetricks_handle_option "$1"; then + winetricks_usage + exit 1 + fi + ;; - # Hard-coded verbs - main) WINETRICKS_CURMENU=main ;; - help) w_open_webpage http://winetricks.org/help ;; - list) winetricks_list_all ;; - list-cached) winetricks_list_cached ;; - list-download) winetricks_list_download ;; - list-manual-download) winetricks_list_manual_download ;; - list-installed) winetricks_list_installed ;; - list-all) - old_menu="$WINETRICKS_CURMENU" - for WINETRICKS_CURMENU in apps benchmarks dlls fonts games prefix settings - do - echo "===== $WINETRICKS_CURMENU =====" - winetricks_list_all - done - WINETRICKS_CURMENU="$old_menu" - ;; - unattended) winetricks_set_unattended 1 ;; - attended) winetricks_set_unattended 0 ;; - showbroken) W_OPT_SHOWBROKEN=1 ;; - hidebroken) W_OPT_SHOWBROKEN=0 ;; - prefix=*) winetricks_set_wineprefix "$arg" ;; - annihilate) winetricks_annihilate_wineprefix ;; - folder) w_open_folder "$WINEPREFIX" ;; - winecfg) "$WINE" winecfg ;; - regedit) "$WINE" regedit ;; - taskmgr) "$WINE" taskmgr & ;; - shell) winetricks_shell ;; - - # These have to come before *=disabled to avoid looking like dlls - fontsmooth=disable*) w_call fontsmooth=disable ;; - glsl=disable*) w_call glsl=disabled ;; - multisampling=disable*) w_call multisampling=disabled ;; - mwo=disable*) w_call mwo=disable ;; # FIXME: relax matching so we can handle these spelling differences in verb instead of here - psm=disable*) w_call psm=disabled ;; - rtlm=disable*) w_call rtlm=disabled ;; - sound=disable*) w_call sound=disabled ;; - ao=disable*) w_call ao=disabled ;; - strictdrawordering=disable*) w_call strictdrawordering=disabled ;; - - # Use winecfg if you want a gui for plain old dll overrides - alldlls=*) w_call $1 ;; - *=native) w_do_call native $cmd;; - *=builtin) w_do_call builtin $cmd;; - *=default) w_do_call default $cmd;; - *=disabled) w_do_call disabled $cmd;; - vd=*) w_do_call $cmd;; - - # Hacks for backwards compatibility - cc580) w_call comctl32 ;; - comdlg32.ocx) w_call comdlg32ocx ;; - dotnet1) w_call dotnet11 ;; - dotnet2) w_call dotnet20 ;; - flash11) w_call flash ;; - fm20) w_call controlpad ;; # art2kmin also comes with fm20.dll - fontsmooth-bgr) w_call fontsmooth=bgr ;; - fontsmooth-disable) w_call fontsmooth=disable ;; - fontsmooth-gray) w_call fontsmooth=gray ;; - fontsmooth-rgb) w_call fontsmooth=rgb ;; - glsl-disable) w_call glsl=disabled ;; - glsl-enable) w_call glsl=enabled ;; - ie6_full) w_call ie6 ;; - jscript) w_call wsh56js ;; # FIXME: use wsh57 instead? - npm-repack) w_call npm=repack ;; - oss) w_call sound=oss ;; - psm=off) w_call psm=disabled ;; - psm=on) w_call psm=enabled ;; - python) w_call python26 ;; - python-comtypes) w_call python26_comtypes ;; - vbrun60) w_call vb6run ;; - vcrun2005sp1) w_call vcrun2005 ;; - vcrun2008sp1) w_call vcrun2008 ;; - vsm-hard) w_call vsm=hardware ;; - wsh56) w_call wsh57 ;; - xlive) w_call gfw ;; - - # Normal verbs, with metadata and load_ functions - *) - if winetricks_metadata_exists $1 - then - w_call "$1" - else - echo Unknown arg $1 - winetricks_usage - exit 1 - fi - ;; + # Hard-coded verbs + main) WINETRICKS_CURMENU=main ;; + help) w_open_webpage https://github.com/Winetricks/winetricks/wiki ;; + list) winetricks_list_all ;; + list-cached) winetricks_list_cached ;; + list-download) winetricks_list_download ;; + list-manual-download) winetricks_list_manual_download ;; + list-installed) winetricks_list_installed ;; + list-all) + old_menu="$WINETRICKS_CURMENU" + for WINETRICKS_CURMENU in apps benchmarks dlls fonts games prefix settings + do + echo "===== $WINETRICKS_CURMENU =====" + winetricks_list_all + done + WINETRICKS_CURMENU="$old_menu" + ;; + unattended) winetricks_set_unattended 1 ;; + attended) winetricks_set_unattended 0 ;; + showbroken) W_OPT_SHOWBROKEN=1 ;; + hidebroken) W_OPT_SHOWBROKEN=0 ;; + prefix=*) winetricks_set_wineprefix "$arg" ;; + annihilate) winetricks_annihilate_wineprefix ;; + folder) w_open_folder "$WINEPREFIX" ;; + winecfg) "$WINE" winecfg ;; + regedit) "$WINE" regedit ;; + taskmgr) "$WINE" taskmgr & ;; + uninstaller) "$WINE" uninstaller ;; + shell) winetricks_shell ;; + + # These have to come before *=disabled to avoid looking like DLLs + fontsmooth=disable*) w_call fontsmooth=disable ;; + glsl=disable*) w_call glsl=disabled ;; + multisampling=disable*) w_call multisampling=disabled ;; + mwo=disable*) w_call mwo=disable ;; # FIXME: relax matching so we can handle these spelling differences in verb instead of here + rtlm=disable*) w_call rtlm=disabled ;; + sound=disable*) w_call sound=disabled ;; + ao=disable*) w_call ao=disabled ;; + strictdrawordering=disable*) w_call strictdrawordering=disabled ;; + + # Use winecfg if you want a GUI for plain old DLL overrides + alldlls=*) w_call "$1" ;; + *=native) w_do_call native "$cmd";; + *=builtin) w_do_call builtin "$cmd";; + *=default) w_do_call default "$cmd";; + *=disabled) w_do_call disabled "$cmd";; + vd=*) w_do_call "$cmd";; + + # Hacks for backwards compatibility + # 2017/03/22: add deprecation notices + cc580) w_warn "Calling cc580 is deprecated, please use comctl32 instead" ; w_call comctl32 ;; + comdlg32.ocx) w_warn "Calling comdlg32.ocx is deprecated, please use comdlg32ocx instead" ; w_call comdlg32ocx ;; + dotnet1) w_warn "Calling dotnet1 is deprecated, please use dotnet11 instead" ; w_call dotnet11 ;; + dotnet2) w_warn "Calling dotnet2 is deprecated, please use dotnet20 instead" ; w_call dotnet20 ;; + flash11) w_warn "Calling flash11 is deprecated, please use flash instead" ; w_call flash ;; + # art2kmin also comes with fm20.dll + fm20) w_warn "Calling fm20 is deprecated, please use controlpad instead" ; w_call controlpad ;; + fontsmooth-bgr) w_warn "Calling fontsmooth-bgr is deprecated, please use fontsmooth=bgr instead" ; w_call fontsmooth=bgr ;; + fontsmooth-disable) w_warn "Calling fontsmooth-disable is deprecated, please use fontsmooth=disable instead" ; w_call fontsmooth=disable ;; + fontsmooth-gray) w_warn "Calling fontsmooth-gray is deprecated, please use fontsmooth=gray instead" ; w_call fontsmooth=gray ;; + fontsmooth-rgb) w_warn "Calling fontsmooth-rgb is deprecated, please use fontsmooth=rgb instead" ; w_call fontsmooth=rgb ;; + glsl-disable) w_warn "Calling glsl-disable is deprecated, please use glsl=disabled instead" ; w_call glsl=disabled ;; + glsl-enable) w_warn "Calling glsl-enable is deprecated, please use glsl=enabled instead" ; w_call glsl=enabled ;; + ie6_full) w_warn "Calling ie6_full is deprecated, please use ie6 instead" ; w_call ie6 ;; + # FIXME: use wsh57 instead? + jscript) w_warn "Calling jscript is deprecated, please use wsh56js instead" ; w_call wsh56js ;; + npm-repack) w_warn "Calling npm-repack is deprecated, please use npm=repack instead" ; w_call npm=repack ;; + oss) w_warn "Calling oss is deprecated, please use sound=oss instead" ; w_call sound=oss ;; + python) w_warn "Calling python is deprecated, please use python26 instead" ; w_call python26 ;; + vbrun60) w_warn "Calling vbrun60 is deprecated, please use vb6run instead" ; w_call vb6run ;; + vcrun2005sp1) w_warn "Calling vcrun2005sp1 is deprecated, please use vcrun2005 instead" ; w_call vcrun2005 ;; + vcrun2008sp1) w_warn "Calling vcrun2008sp1 is deprecated, please use vcrun2008 instead" ; w_call vcrun2008 ;; + wsh56|wsh56jb|wsh56vb) w_warn "Calling wsh56 is deprecated, please use wsh57 instead" ; w_call wsh57 ;; + # See https://github.com/Winetricks/winetricks/issues/747 + xact_jun2010) w_warn "Calling xact_jun2010 is deprecated, please use xact instead" ; w_call xact ;; + xlive) w_warn "Calling xlive is deprecated, please use gfw instead" ; w_call gfw ;; + + # Normal verbs, with metadata and load_ functions + *) + if winetricks_metadata_exists "$1"; then + w_call "$1" + else + echo "Unknown arg $1" + winetricks_usage + exit 1 + fi + ;; esac } @@ -18587,124 +19673,117 @@ then # If user opted out, save that preference now. winetricks_stats_save - # If user specifies menu on commandline, execute that command, but don't commit to commandline mode + # If user specifies menu on command line, execute that command, but don't commit to command-line mode # FIXME: this code is duplicated several times; unify it - if echo "$WINETRICKS_CATEGORIES" | grep -w "$1" > /dev/null - then + if echo "$WINETRICKS_CATEGORIES" | grep -w "$1" > /dev/null; then WINETRICKS_CURMENU=$1 shift fi case "$1" in - die) w_die "we who are about to die salute you." ;; - volnameof=*) - # Debug code. Remove later? - # Since linux's volname command can't handle dvds, winetricks has its own, - # implemented using dd, old gum, and some string I had laying around. - # You can try it like this: - # winetricks volnameof=/dev/sr0 - # or - # winetricks volnameof=foo.iso - # This will read the volname from the given image and put it to stdout. - winetricks_volname ${1#volnameof=} - ;; - "") - if test x"$DISPLAY" = x"" - then - echo "DISPLAY not set, not defaulting to gui" - winetricks_usage - exit 0 - fi - # GUI case - # No non-option arguments given, so read them from GUI, and loop until user quits - winetricks_detect_gui - winetricks_detect_sudo - while true - do - case $WINETRICKS_CURMENU in - main) verbs=`winetricks_mainmenu` ;; - prefix) - verbs=`winetricks_prefixmenu`; - # Cheezy hack: choosing type of package in prefix menu == whether to isolate. - case "$verbs" in - apps|benchmarks|games) WINETRICKS_OPT_SHAREDPREFIX=0 ;; - *) WINETRICKS_OPT_SHAREDPREFIX=1 ;; - esac - # Cheezy hack #2: choosing 'attended' or 'unattended' leaves you in same menu - case "$verbs" in - attended) winetricks_set_unattended 0 ; continue;; - unattended) winetricks_set_unattended 1 ; continue;; + die) w_die "we who are about to die salute you." ;; + volnameof=*) + # Debug code. Remove later? + # Since Linux's volname command can't handle DVDs, winetricks has its own, + # implemented using dd, old gum, and some string I had laying around. + # You can try it like this: + # winetricks volnameof=/dev/sr0 + # or + # winetricks volnameof=foo.iso + # This will read the volname from the given image and put it to stdout. + winetricks_volname "${1#volnameof=}" + ;; + "") + if test x"$DISPLAY" = x""; then + echo "DISPLAY not set, not defaulting to gui" + winetricks_usage + exit 0 + fi + # GUI case + # No non-option arguments given, so read them from GUI, and loop until user quits + winetricks_detect_gui + winetricks_detect_sudo + while true + do + case $WINETRICKS_CURMENU in + main) verbs=$(winetricks_mainmenu) ;; + prefix) + verbs=$(winetricks_prefixmenu); + # Cheezy hack: choosing 'attended' or 'unattended' leaves you in same menu + case "$verbs" in + attended) winetricks_set_unattended 0 ; continue;; + unattended) winetricks_set_unattended 1 ; continue;; + esac + ;; + settings) verbs=$(winetricks_settings_menu) ;; + *) verbs="$(winetricks_showmenu)" ;; esac - ;; - settings) verbs=`winetricks_settings_menu` ;; - *) verbs="`winetricks_showmenu`" ;; - esac - if test "$verbs" = "" - then - # "user didn't pick anything, back up a level in the menu" - case "$WINETRICKS_CURMENU"-"$WINETRICKS_OPT_SHAREDPREFIX" in - apps-0|benchmarks-0|games-0|main-*) WINETRICKS_CURMENU=prefix ;; - prefix-*) break ;; - *) WINETRICKS_CURMENU=main ;; - esac - elif echo "$WINETRICKS_CATEGORIES" | grep -w "$verbs" > /dev/null - then - WINETRICKS_CURMENU=$verbs - else - winetricks_stats_init - # Otherwise user picked one or more real verbs. - case "$verbs" in - prefix=*) - # prefix menu is special, it only returns one verb, and the - # verb can contain spaces - execute_command "$verbs" - # after picking a prefix, want to land in main. - WINETRICKS_CURMENU=main ;; - *) - for verb in $verbs - do - execute_command "$verb" - done - case "$WINETRICKS_CURMENU"-"$WINETRICKS_OPT_SHAREDPREFIX" in - prefix-*|apps-0|benchmarks-0|games-0) - # After installing isolated app, return to prefix picker - WINETRICKS_CURMENU=prefix - ;; - *) - # Otherwise go to main menu. - WINETRICKS_CURMENU=main - ;; + if test "$verbs" = ""; then + # "user didn't pick anything, back up a level in the menu" + case "${WINETRICKS_CURMENU}-${WINETRICKS_OPT_SHAREDPREFIX}" in + apps-0|benchmarks-0|games-0|main-*) WINETRICKS_CURMENU=prefix ;; + prefix-*) break ;; + *) WINETRICKS_CURMENU=main ;; esac - ;; - esac - fi - done - ;; - *) - winetricks_stats_init - # Commandline case - winetricks_detect_sudo - # User gave commandline arguments, so just run those verbs and exit - for verb - do - case $verb in - *.verb) - # Load the verb file + elif echo "$WINETRICKS_CATEGORIES" | grep -w "$verbs" > /dev/null; then + WINETRICKS_CURMENU=$verbs + else + winetricks_stats_init + # Otherwise user picked one or more real verbs. + case "$verbs" in + prefix=*) + # prefix menu is special, it only returns one verb, and the + # verb can contain spaces + execute_command "$verbs" + # after picking a prefix, want to land in main. + WINETRICKS_CURMENU=main ;; + *) + for verb in $verbs + do + execute_command "$verb" + done + + case "${WINETRICKS_CURMENU}-${WINETRICKS_OPT_SHAREDPREFIX}" in + prefix-*|apps-0|benchmarks-0|games-0) + # After installing isolated app, return to prefix picker + WINETRICKS_CURMENU=prefix + ;; + *) + # Otherwise go to main menu. + WINETRICKS_CURMENU=main + ;; + esac + ;; + esac + fi + done + ;; + *) + winetricks_stats_init + # Command-line case + winetricks_detect_sudo + # User gave command-line arguments, so just run those verbs and exit + for verb; do case $verb in - */*) . $verb ;; - *) . ./$verb ;; + *.verb) + # Load the verb file + # shellcheck disable=SC1090 + case $verb in + */*) . "$verb" ;; + *) . ./"$verb" ;; + esac + + # And forget that the verb comes from a file + verb="$(echo "$verb" | sed 's,.*/,,;s,.verb,,')" + ;; esac - # And forget that the verb comes from a file - verb="`echo $verb | sed 's,.*/,,;s,.verb,,'`" - ;; - esac - execute_command "$verb" - done - ;; - + execute_command "$verb" + done + ;; esac winetricks_stats_report fi +# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 diff --git a/osu!.app/Wineskin.app/Contents/Resources/winetricksHelpList.plist b/osu!.app/Wineskin.app/Contents/Resources/winetricksHelpList.plist index 802b3df..95194ab 100644 --- a/osu!.app/Wineskin.app/Contents/Resources/winetricksHelpList.plist +++ b/osu!.app/Wineskin.app/Contents/Resources/winetricksHelpList.plist @@ -4,10 +4,17 @@ apps + 3m_library + + WS-Description + 3M Cloud Library + WS-Name + 3m_library + 7zip WS-Description - 7-Zip + 7-Zip 16.02 WS-Name 7zip @@ -21,30 +28,30 @@ adobe_diged WS-Description - Adobe Digital Editions + Adobe Digital Editions 1.7 WS-Name adobe_diged - audible + adobe_diged4 WS-Description - Audible.com Manager / Player + Adobe Digital Editions 4.5 WS-Name - audible + adobe_diged4 - audibledm + autohotkey WS-Description - Audible.com Download Manager + AutoHotKey WS-Name - audibledm + autohotkey - autohotkey + busybox WS-Description - Autohotkey + BusyBox FRP-2121 WS-Name - autohotkey + busybox cmake @@ -67,6 +74,13 @@ WS-Name controlpad + controlspy + + WS-Description + Control Spy 2.0 + WS-Name + controlspy + emu8086 WS-Description @@ -74,10 +88,17 @@ WS-Name emu8086 + ev3 + + WS-Description + Lego Mindstorms EV3 Home Edition + WS-Name + ev3 + firefox WS-Description - Firefox 24 + Firefox 51.0 WS-Name firefox @@ -88,6 +109,20 @@ WS-Name fontxplorer + foobar2000 + + WS-Description + foobar2000 v1.3.14 + WS-Name + foobar2000 + + iceweasel + + WS-Description + GNU Icecat 31.7.0 + WS-Name + iceweasel + irfanview WS-Description @@ -144,6 +179,13 @@ WS-Name mspaint + mt4 + + WS-Description + Meta Trader 4 + WS-Name + mt4 + njcwp_trial WS-Description @@ -165,6 +207,13 @@ WS-Name nook + npp + + WS-Description + Notepad++ + WS-Name + npp + office2003pro WS-Description @@ -179,6 +228,34 @@ WS-Name office2007pro + office2013pro + + WS-Description + Microsoft Office 2013 Professional + WS-Name + office2013pro + + ollydbg110 + + WS-Description + OllyDbg + WS-Name + ollydbg110 + + ollydbg200 + + WS-Description + OllyDbg + WS-Name + ollydbg200 + + ollydbg201 + + WS-Description + OllyDbg + WS-Name + ollydbg201 + openwatcom WS-Description @@ -186,12 +263,12 @@ WS-Name openwatcom - opera + protectionid WS-Description - Opera 11 + Protection ID WS-Name - opera + protectionid psdk2003 @@ -207,17 +284,24 @@ WS-Name psdkwin7 - qq2012 + psdkwin71 + + WS-Description + MS Windows 7.1 SDK + WS-Name + psdkwin71 + + qq WS-Description - QQ 2012 (Chinese chat app) + QQ 8.9.1(Chinese chat app) WS-Name - qq2012 + qq qqintl WS-Description - QQ International Instant Messenger 2.0 + QQ International Instant Messenger 2.11 WS-Name qqintl @@ -231,24 +315,10 @@ sketchup WS-Description - Sketchup 8 + SketchUp 8 WS-Name sketchup - songbird - - WS-Description - Songbird - WS-Name - songbird - - spotify - - WS-Description - Spotify - All the music, all the time - WS-Name - spotify - steam WS-Description @@ -273,7 +343,7 @@ utorrent3 WS-Description - µTorrent 3.1 + µTorrent 3.4 WS-Name utorrent3 @@ -284,6 +354,13 @@ WS-Name vc2005express + vc2005expresssp1 + + WS-Description + MS Visual C++ 2005 Express SP1 + WS-Name + vc2005expresssp1 + vc2005trial WS-Description @@ -308,7 +385,7 @@ vlc WS-Description - VLC media player + VLC media player 2.2.1 WS-Name vlc @@ -322,7 +399,7 @@ wme9 WS-Description - MS Windows Media Encoder 9 (broken in wine) + MS Windows Media Encoder 9 (broken in Wine) WS-Name wme9 @@ -367,7 +444,7 @@ stalker_pripyat_bench WS-Description - S.T.A.L.K.E.R Call of Pripyat benchmark + S.T.A.L.K.E.R.: Call of Pripyat benchmark WS-Name stalker_pripyat_bench @@ -391,14 +468,14 @@ adobeair WS-Description - Adobe AIR 4.0 + Adobe AIR WS-Name adobeair allcodecs WS-Description - All codecs (dirac, ffdshow, icodecs, l3codecx, xvid) except wmp + All codecs (dirac, ffdshow, icodecs, cinepak, l3codecx, xvid) except wmp WS-Name allcodecs @@ -430,6 +507,13 @@ WS-Name avifil32 + binkw32 + + WS-Description + RAD Game Tools binkw32.dll + WS-Name + binkw32 + cabinet WS-Description @@ -437,6 +521,13 @@ WS-Name cabinet + cinepak + + WS-Description + Cinepak Codec + WS-Name + cinepak + cmd WS-Description @@ -479,6 +570,13 @@ WS-Name d3dcompiler_43 + d3drm + + WS-Description + MS d3drm.dll + WS-Name + d3drm + d3dx10 WS-Description @@ -486,6 +584,13 @@ WS-Name d3dx10 + d3dx10_43 + + WS-Description + MS d3dx10_43.dll + WS-Name + d3dx10_43 + d3dx11_42 WS-Description @@ -507,6 +612,20 @@ WS-Name d3dx9 + d3dx9_24 + + WS-Description + MS d3dx9_24.dll + WS-Name + d3dx9_24 + + d3dx9_25 + + WS-Description + MS d3dx9_25.dll + WS-Name + d3dx9_25 + d3dx9_26 WS-Description @@ -514,6 +633,13 @@ WS-Name d3dx9_26 + d3dx9_27 + + WS-Description + MS d3dx9_27.dll + WS-Name + d3dx9_27 + d3dx9_28 WS-Description @@ -521,6 +647,20 @@ WS-Name d3dx9_28 + d3dx9_29 + + WS-Description + MS d3dx9_29.dll + WS-Name + d3dx9_29 + + d3dx9_30 + + WS-Description + MS d3dx9_30.dll + WS-Name + d3dx9_30 + d3dx9_31 WS-Description @@ -528,6 +668,27 @@ WS-Name d3dx9_31 + d3dx9_32 + + WS-Description + MS d3dx9_32.dll + WS-Name + d3dx9_32 + + d3dx9_33 + + WS-Description + MS d3dx9_33.dll + WS-Name + d3dx9_33 + + d3dx9_34 + + WS-Description + MS d3dx9_34.dll + WS-Name + d3dx9_34 + d3dx9_35 WS-Description @@ -542,6 +703,20 @@ WS-Name d3dx9_36 + d3dx9_37 + + WS-Description + MS d3dx9_37.dll + WS-Name + d3dx9_37 + + d3dx9_38 + + WS-Description + MS d3dx9_38.dll + WS-Name + d3dx9_38 + d3dx9_39 WS-Description @@ -549,6 +724,20 @@ WS-Name d3dx9_39 + d3dx9_40 + + WS-Description + MS d3dx9_40.dll + WS-Name + d3dx9_40 + + d3dx9_41 + + WS-Description + MS d3dx9_41.dll + WS-Name + d3dx9_41 + d3dx9_42 WS-Description @@ -570,6 +759,13 @@ WS-Name d3dxof + dbghelp + + WS-Description + MS dbghelp + WS-Name + dbghelp + devenum WS-Description @@ -619,13 +815,69 @@ WS-Name directx9 + dmband + + WS-Description + MS dmband.dll from DirectX user redistributable + WS-Name + dmband + + dmcompos + + WS-Description + MS dmcompos.dll from DirectX user redistributable + WS-Name + dmcompos + + dmime + + WS-Description + MS dmime.dll from DirectX user redistributable + WS-Name + dmime + + dmloader + + WS-Description + MS dmloader.dll from DirectX user redistributable + WS-Name + dmloader + + dmscript + + WS-Description + MS dmscript.dll from DirectX user redistributable + WS-Name + dmscript + + dmstyle + + WS-Description + MS dmstyle.dll from DirectX user redistributable + WS-Name + dmstyle + dmsynth WS-Description - MS midi synthesizer from DirectX user redistributable + MS dmsynth.dll from DirectX user redistributable WS-Name dmsynth + dmusic + + WS-Description + MS dmusic.dll from DirectX user redistributable + WS-Name + dmusic + + dmusic32 + + WS-Description + MS dmusic32.dll from DirectX user redistributable + WS-Name + dmusic32 + dotnet11 WS-Description @@ -636,7 +888,7 @@ dotnet11sp1 WS-Description - MS .NET 1.1 SP1 (broken in wine) + MS .NET 1.1 SP1 WS-Name dotnet11sp1 @@ -710,6 +962,34 @@ WS-Name dotnet45 + dotnet452 + + WS-Description + MS .NET 4.5.2 + WS-Name + dotnet452 + + dotnet46 + + WS-Description + MS .NET 4.6 + WS-Name + dotnet46 + + dotnet461 + + WS-Description + MS .NET 4.6.1 + WS-Name + dotnet461 + + dotnet462 + + WS-Description + MS .NET 4.6.2 + WS-Name + dotnet462 + dotnet_verifier WS-Description @@ -717,6 +997,13 @@ WS-Name dotnet_verifier + dpvoice + + WS-Description + Microsoft dpvoice dpvvox dpvacm Audio dlls + WS-Name + dpvoice + dsdmo WS-Description @@ -731,12 +1018,12 @@ WS-Name dsound - dx8sdk + dswave WS-Description - MS DirectX 8 SDK (developers only) + MS dswave.dll from DirectX user redistributable WS-Name - dx8sdk + dswave dxdiag @@ -752,6 +1039,13 @@ WS-Name dxdiagn + dxdiagn_feb2010 + + WS-Description + DirectX Diagnostic Library (February 2010) + WS-Name + dxdiagn_feb2010 + dxsdk_jun2010 WS-Description @@ -766,6 +1060,13 @@ WS-Name dxsdk_nov2006 + esent + + WS-Description + MS Extensible Storage Engine + WS-Name + esent + ffdshow WS-Description @@ -776,7 +1077,7 @@ flash WS-Description - Flash Player 12 + Flash Player 14 WS-Name flash @@ -794,27 +1095,6 @@ WS-Name gdiplus_winxp - gecko - - WS-Description - Gecko (usually installed by distro) - WS-Name - gecko - - gecko110 - - WS-Description - Gecko 1.1.0 (not normally needed) - WS-Name - gecko110 - - gecko120 - - WS-Description - Gecko 1.2.0 (not normally needed) - WS-Name - gecko120 - gfw WS-Description @@ -836,6 +1116,13 @@ WS-Name glut + gmdls + + WS-Description + General MIDI DLS Collection + WS-Name + gmdls + hid WS-Description @@ -871,6 +1158,13 @@ WS-Name ie8 + ie8_kb2936068 + + WS-Description + Cumulative Security Update for Internet Explorer 8 + WS-Name + ie8_kb2936068 + jet40 WS-Description @@ -899,17 +1193,31 @@ WS-Name mdac28 + mdx + + WS-Description + Managed DirectX + WS-Name + mdx + + mf + + WS-Description + MS Media Foundation + WS-Name + mf + mfc40 WS-Description - MS mfc40 (Microsoft Foundation Classes from Visual C++ 4.0) + MS mfc40 (Microsoft Foundation Classes from win7sp1) WS-Name mfc40 mfc42 WS-Description - Visual C++ 6 sp4 mfc42 library; part of vcrun6 + Visual C++ 6 SP4 mfc42 library; part of vcrun6 WS-Name mfc42 @@ -934,6 +1242,13 @@ WS-Name msctf + msdxmocx + + WS-Description + MS Windows Media Player 2 ActiveX control for VB6 + WS-Name + msdxmocx + msflxgrd WS-Description @@ -986,7 +1301,7 @@ msvcirt WS-Description - Visual C++ 6 sp4 msvcirt library; part of vcrun6 + Visual C++ 6 SP4 msvcirt library; part of vcrun6 WS-Name msvcirt @@ -1021,10 +1336,17 @@ ogg WS-Description - OpenCodecs 0.85: flac, speex, theora, vorbis, WebM + OpenCodecs 0.85: FLAC, Speex, Theora, Vorbis, WebM WS-Name ogg + ole32 + + WS-Description + MS ole32 Module (ole32.dll) + WS-Name + ole32 + pdh WS-Description @@ -1042,23 +1364,30 @@ pngfilt WS-Description - pngfilt.dll (from ie5) + pngfilt.dll (from winxp) WS-Name pngfilt python26 WS-Description - Python Interpreter, version 2.6.2 + Python interpreter 2.6.2 WS-Name python26 - python26_comtypes + qdvd WS-Description - Comtypes 0.6.2 for Python 2.6 + qdvd.dll WS-Name - python26_comtypes + qdvd + + qedit + + WS-Description + qedit.dll + WS-Name + qedit quartz @@ -1070,28 +1399,28 @@ quicktime72 WS-Description - Apple Quicktime 7.2 + Apple QuickTime 7.2 WS-Name quicktime72 quicktime76 WS-Description - Apple Quicktime 7.6 + Apple QuickTime 7.6 WS-Name quicktime76 riched20 WS-Description - MS RichEdit Control version 2.0 (riched20.dll) + MS RichEdit Control 2.0 (riched20.dll) WS-Name riched20 riched30 WS-Description - MS RichEdit Control version 3.0 (riched20.dll, msls31.dll) + MS RichEdit Control 3.0 (riched20.dll, msls31.dll) WS-Name riched30 @@ -1116,6 +1445,13 @@ WS-Name secur32 + setupapi + + WS-Description + MS Setup API + WS-Name + setupapi + shockwave WS-Description @@ -1137,10 +1473,17 @@ WS-Name tabctl32 + updspapi + + WS-Description + Windows Update Service API + WS-Name + updspapi + usp10 WS-Description - Uniscribe 1.325 + Uniscribe WS-Name usp10 @@ -1207,17 +1550,45 @@ WS-Name vcrun2010 + vcrun2012 + + WS-Description + Visual C++ 2012 libraries (atl110,mfc110,mfc110u,msvcp110,msvcr110,vcomp110) + WS-Name + vcrun2012 + + vcrun2013 + + WS-Description + Visual C++ 2013 libraries (mfc120,mfc120u,msvcp120,msvcr120,vcomp120) + WS-Name + vcrun2013 + + vcrun2015 + + WS-Description + Visual C++ 2015 libraries (concrt140.dll,mfc140.dll,mfc140u.dll,mfcm140.dll,mfcm140u.dll,msvcp140.dll,vcamp140.dll,vccorlib140.dll,vcomp140.dll,vcruntime140.dll) + WS-Name + vcrun2015 + + vcrun2017 + + WS-Description + Visual C++ 2017 libraries (concrt140.dll,mfc140.dll,mfc140u.dll,mfcm140.dll,mfcm140u.dll,msvcp140.dll,vcamp140.dll,vccorlib140.dll,vcomp140.dll,vcruntime140.dll) + WS-Name + vcrun2017 + vcrun6 WS-Description - Visual C++ 6 sp4 libraries (mfc42, msvcp60, msvcirt) + Visual C++ 6 SP4 libraries (mfc42, msvcp60, msvcirt) WS-Name vcrun6 vcrun6sp6 WS-Description - Visual C++ 6 sp6 libraries (with fixes in atl and mfc) + Visual C++ 6 SP6 libraries (with fixes in ATL and MFC) WS-Name vcrun6sp6 @@ -1228,6 +1599,27 @@ WS-Name vjrun20 + vulkanrt + + WS-Description + Vulkan Runtime 1.1.73.0 + WS-Name + vulkanrt + + vulkansdk + + WS-Description + Vulkan SDK 1.1.73.0 (developers only) + WS-Name + vulkansdk + + webio + + WS-Description + MS Windows Web I/O + WS-Name + webio + windowscodecs WS-Description @@ -1263,31 +1655,24 @@ WS-Name wmp10 - wmp9 - - WS-Description - Windows Media Player 9 - WS-Name - wmp9 - - wsh56js + wmp9 WS-Description - MS Windows scripting 5.6, jscript only, no cscript + Windows Media Player 9 WS-Name - wsh56js + wmp9 - wsh56vb + wmv9vcm WS-Description - MS Windows scripting 5.6, vbscript only, no cscript + MS Windows Media Video 9 Video Compression Manager WS-Name - wsh56vb + wmv9vcm wsh57 WS-Description - MS Windows Scripting Host 5.7 + MS Windows Script Host 5.7 WS-Name wsh57 @@ -1298,13 +1683,6 @@ WS-Name xact - xact_jun2010 - - WS-Description - MS XACT Engine - WS-Name - xact_jun2010 - xinput WS-Description @@ -1357,6 +1735,13 @@ WS-Name baekmuk + calibri + + WS-Description + MS Calibri font + WS-Name + calibri + cambria WS-Description @@ -1364,6 +1749,13 @@ WS-Name cambria + candara + + WS-Description + MS Candara font + WS-Name + candara + cjkfonts WS-Description @@ -1374,7 +1766,7 @@ consolas WS-Description - MS Consolas Console font + MS Consolas console font WS-Name consolas @@ -1385,6 +1777,13 @@ WS-Name constantia + corbel + + WS-Description + MS Corbel font + WS-Name + corbel + corefonts WS-Description @@ -1420,6 +1819,20 @@ WS-Name fakejapanese + fakejapanese_ipamona + + WS-Description + Creates aliases for Japanese fonts using IPAMona fonts + WS-Name + fakejapanese_ipamona + + fakejapanese_vlgothic + + WS-Description + Creates aliases for Japanese Meiryo fonts using VLGothic fonts + WS-Name + fakejapanese_vlgothic + fakekorean WS-Description @@ -1427,17 +1840,17 @@ WS-Name fakekorean - fontfix + ipamona WS-Description - Updated Arphic fonts + IPAMona Japanese fonts WS-Name - fontfix + ipamona liberation WS-Description - Red Hat Liberation fonts (Sans, Serif, Mono) + Red Hat Liberation fonts (Mono, Sans, SansNarrow, Serif) WS-Name liberation @@ -1448,6 +1861,13 @@ WS-Name lucida + meiryo + + WS-Description + MS Meiryo font + WS-Name + meiryo + opensymbol WS-Description @@ -1455,6 +1875,13 @@ WS-Name opensymbol + pptfonts + + WS-Description + All MS PowerPoint Viewer fonts + WS-Name + pptfonts + tahoma WS-Description @@ -1483,6 +1910,13 @@ WS-Name unifont + vlgothic + + WS-Description + VLGothic Japanese fonts + WS-Name + vlgothic + wenquanyi WS-Description @@ -1528,13 +1962,6 @@ WS-Name aoe3_demo - aoe_demo - - WS-Description - Age of Empires Demo - WS-Name - aoe_demo - atmosphir WS-Description @@ -1584,13 +2011,6 @@ WS-Name bioshock_demo - bladekitten_demo - - WS-Description - Blade Kitten Demo - WS-Name - bladekitten_demo - blobby_volley WS-Description @@ -1601,24 +2021,10 @@ borderlands_steam WS-Description - Borderlands (Steam, nonfree) + Borderlands (Steam, non-free) WS-Name borderlands_steam - braid - - WS-Description - Braid - WS-Name - braid - - braid_demo - - WS-Description - Braid Demo - WS-Name - braid_demo - bttf101 WS-Description @@ -1643,14 +2049,14 @@ civ5_demo_steam WS-Description - Civ V Demo (Steam) + Civilization V Demo (Steam) WS-Name civ5_demo_steam cnc3_demo WS-Description - Command and Conquer 3 Demo + Command & Conquer 3 Demo WS-Name cnc3_demo @@ -1664,7 +2070,7 @@ cnc_tiberian_sun WS-Description - Command and Conquer: Tiberian Sun (2010 edition) + Command & Conquer: Tiberian Sun (2010 edition) WS-Name cnc_tiberian_sun @@ -1678,7 +2084,7 @@ cod4mw_demo WS-Description - Call of Duty 4 Modern Warfare + Call of Duty 4: Modern Warfare WS-Name cod4mw_demo @@ -1696,13 +2102,6 @@ WS-Name cod_demo - cojbib_demo - - WS-Description - Call of Juarez: Bound in Blood Demo - WS-Name - cojbib_demo - crayonphysics_demo WS-Description @@ -1755,7 +2154,7 @@ deadspace2 WS-Description - Dead Space 2 (drm broken on wine) + Dead Space 2 WS-Name deadspace2 @@ -1794,13 +2193,6 @@ WS-Name dirt2_demo - divinity2_demo - - WS-Description - Divinity II Demo - WS-Name - divinity2_demo - dragonage WS-Description @@ -1836,13 +2228,6 @@ WS-Name fable_tlc - farmsim2011_demo - - WS-Description - Farming Simulator 2011 Demo - WS-Name - farmsim2011_demo - fifa11_demo WS-Description @@ -1850,13 +2235,6 @@ WS-Name fifa11_demo - gothic4_demo - - WS-Description - Gothic 4 demo (drm broken on wine) - WS-Name - gothic4_demo - gta_vc WS-Description @@ -1864,27 +2242,6 @@ WS-Name gta_vc - guildwars - - WS-Description - Guild Wars - WS-Name - guildwars - - hegemony_demo - - WS-Description - Hegemony: Philip of Macedon Demo - WS-Name - hegemony_demo - - hegemonygold_demo - - WS-Description - Hegemony Gold - WS-Name - hegemonygold_demo - hon WS-Description @@ -1902,38 +2259,17 @@ hphbp_demo WS-Description - Harry Potter & The Half Blood Prince Demo + Harry Potter and the Half-Blood Prince Demo WS-Name hphbp_demo - imvu - - WS-Description - IMVU - Instant Messaging Virtual Universe - WS-Name - imvu - kotor1 WS-Description - Star Wars: Knights Of The Old Republic + Star Wars: Knights of the Old Republic WS-Name kotor1 - kotor2 - - WS-Description - Star Wars: Knights of the Old Republic 2 - WS-Name - kotor2 - - lego_potc_demo - - WS-Description - Lego Pirates of the Caribbean Demo - WS-Name - lego_potc_demo - lemonysnicket WS-Description @@ -1972,7 +2308,7 @@ masseffect2 WS-Description - Mass Effect 2 (drm broken on wine) + Mass Effect 2 (DRM broken on Wine) WS-Name masseffect2 @@ -1990,13 +2326,6 @@ WS-Name maxmagicmarker_demo - mb_warband_demo - - WS-Description - Mount & Blade Warband Demo - WS-Name - mb_warband_demo - mdk WS-Description @@ -2035,24 +2364,17 @@ myth2_demo WS-Description - Myth II demo 1.7.2 + Myth II demo 1.8.0 WS-Name myth2_demo nfsshift_demo WS-Description - Need For Speed: SHIFT Demo + Need for Speed: SHIFT Demo WS-Name nfsshift_demo - nfsworld - - WS-Description - Need For Speed World - WS-Name - nfsworld - oblivion WS-Description @@ -2060,13 +2382,6 @@ WS-Name oblivion - osmos_demo - - WS-Description - Osmos demo - WS-Name - osmos_demo - penpenxmas WS-Description @@ -2074,45 +2389,17 @@ WS-Name penpenxmas - plantsvszombies - - WS-Description - Plants vs. Zombies - WS-Name - plantsvszombies - popfs WS-Description - Prince of Persia The Forgotten Sands + Prince of Persia: The Forgotten Sands WS-Name popfs - puzzleagent_demo - - WS-Description - Puzzle Agent Demo - WS-Name - puzzleagent_demo - - ragnarok - - WS-Description - Ragnarok - WS-Name - ragnarok - - rayman2_demo - - WS-Description - Rayman 2 High Demo - WS-Name - rayman2_demo - rct3deluxe WS-Description - RollerCoaster Tycoon 3 Deluxe (drm broken on wine) + RollerCoaster Tycoon 3 Deluxe (DRM broken on Wine) WS-Name rct3deluxe @@ -2161,21 +2448,21 @@ sims3 WS-Description - The Sims 3 (drm broken on wine) + The Sims 3 (DRM broken on Wine) WS-Name sims3 sims3_gen WS-Description - The Sims 3: Generations (drm broken on Wine) + The Sims 3: Generations (DRM broken on Wine) WS-Name sims3_gen simsmed WS-Description - The Sims Medieval (drm broken on wine) + The Sims Medieval (DRM broken on Wine) WS-Name simsmed @@ -2193,13 +2480,6 @@ WS-Name splitsecond - splitsecond_demo - - WS-Description - Split Second Demo - WS-Name - splitsecond_demo - spore WS-Description @@ -2224,7 +2504,7 @@ supermeatboy_steam WS-Description - Super Meat Boy (Steam, nonfree) + Super Meat Boy (Steam, non-free) WS-Name supermeatboy_steam @@ -2319,27 +2599,6 @@ WS-Name wormsreloaded_demo_steam - wot - - WS-Description - World of Tanks - WS-Name - wot - - wowtrial - - WS-Description - World of Warcraft trial - WS-Name - wowtrial - - zootycoon2_demo - - WS-Description - Zoo Tycoon 2 demo - WS-Name - zootycoon2_demo - settings @@ -2371,6 +2630,55 @@ WS-Name ao=enabled + autostart_winedbg=disable + + WS-Description + Prevent winedbg from launching when an unhandled exception occurs + WS-Name + autostart_winedbg=disable + + autostart_winedbg=enable + + WS-Description + Automatically launch winedbg when an unhandled exception occurs (default) + WS-Name + autostart_winedbg=enable + + bad + + WS-Description + Fake verb that always returns false + WS-Name + bad + + cfc=disable + + WS-Description + Disable CheckFloatConstants (default) + WS-Name + cfc=disable + + cfc=enabled + + WS-Description + Enable CheckFloatConstants + WS-Name + cfc=enabled + + csmt=off + + WS-Description + Disable Command Stream Multithreading + WS-Name + csmt=off + + csmt=on + + WS-Description + Enable Command Stream Multithreading (default) + WS-Name + csmt=on + ddr=gdi WS-Description @@ -2385,6 +2693,13 @@ WS-Name ddr=opengl + fontfix + + WS-Description + Check for broken fonts + WS-Name + fontfix + fontsmooth=bgr WS-Description @@ -2416,24 +2731,31 @@ forcemono WS-Description - Force using mono instead of .Net (for debugging) + Force using Mono instead of .NET (for debugging) WS-Name forcemono glsl=disabled WS-Description - Disable glsl shaders, use arb shaders (faster, but sometimes breaks) + Disable GLSL shaders, use ARB shaders (faster, but sometimes breaks) WS-Name glsl=disabled glsl=enabled WS-Description - Enable glsl shaders (default) + Enable GLSL shaders (default) WS-Name glsl=enabled + good + + WS-Description + Fake verb that always returns true + WS-Name + good + grabfullscreen=n WS-Description @@ -2448,6 +2770,34 @@ WS-Name grabfullscreen=y + gsm=0 + + WS-Description + Set MaxShaderModelGS to 0 + WS-Name + gsm=0 + + gsm=1 + + WS-Description + Set MaxShaderModelGS to 1 + WS-Name + gsm=1 + + gsm=2 + + WS-Description + Set MaxShaderModelGS to 2 + WS-Name + gsm=2 + + gsm=3 + + WS-Description + Set MaxShaderModelGS to 3 + WS-Name + gsm=3 + heapcheck WS-Description @@ -2455,6 +2805,20 @@ WS-Name heapcheck + hidewineexports=disable + + WS-Description + Disable hiding Wine exports from applications (wine-staging) + WS-Name + hidewineexports=disable + + hidewineexports=enable + + WS-Description + Enable hiding Wine exports from applications (wine-staging) + WS-Name + hidewineexports=enable + hosts WS-Description @@ -2560,19 +2924,33 @@ WS-Name orm=fbo - psm=disabled + psm=0 + + WS-Description + Set MaxShaderModelPS to 0 + WS-Name + psm=0 + + psm=1 WS-Description - Set PixelShaderMode to disabled + Set MaxShaderModelPS to 1 WS-Name - psm=disabled + psm=1 - psm=enabled + psm=2 WS-Description - Set PixelShaderMode to enabled + Set MaxShaderModelPS to 2 WS-Name - psm=enabled + psm=2 + + psm=3 + + WS-Description + Set MaxShaderModelPS to 3 + WS-Name + psm=3 remove_mono @@ -2630,34 +3008,6 @@ WS-Name sandbox - sound=alsa - - WS-Description - Set sound driver to ALSA - WS-Name - sound=alsa - - sound=coreaudio - - WS-Description - Set sound driver to Mac CoreAudio - WS-Name - sound=coreaudio - - sound=disabled - - WS-Description - Set sound driver to disabled - WS-Name - sound=disabled - - sound=oss - - WS-Description - Set sound driver to OSS - WS-Name - sound=oss - strictdrawordering=disabled WS-Description @@ -2745,56 +3095,105 @@ vista WS-Description - Set windows version to Windows Vista + Set Windows version to Windows Vista WS-Name vista - vsm=hardware + vsm=0 + + WS-Description + Set MaxShaderModelVS to 0 + WS-Name + vsm=0 + + vsm=1 + + WS-Description + Set MaxShaderModelVS to 1 + WS-Name + vsm=1 + + vsm=2 + + WS-Description + Set MaxShaderModelVS to 2 + WS-Name + vsm=2 + + vsm=3 WS-Description - Set VertexShaderMode to hardware + Set MaxShaderModelVS to 3 WS-Name - vsm=hardware + vsm=3 + + win10 + + WS-Description + Set Windows version to Windows 10 + WS-Name + win10 win2k WS-Description - Set windows version to Windows 2000 + Set Windows version to Windows 2000 WS-Name win2k win2k3 WS-Description - Set windows version to Windows 2003 + Set Windows version to Windows 2003 WS-Name win2k3 + win2k8 + + WS-Description + Set Windows version to Windows 2008 R2 + WS-Name + win2k8 + win31 WS-Description - Set windows version to Windows 3.1 + Set Windows version to Windows 3.1 WS-Name win31 win7 WS-Description - Set windows version to Windows 7 + Set Windows version to Windows 7 WS-Name win7 + win8 + + WS-Description + Set Windows version to Windows 8 + WS-Name + win8 + + win81 + + WS-Description + Set Windows version to Windows 8.1 + WS-Name + win81 + win95 WS-Description - Set windows version to Windows 95 + Set Windows version to Windows 95 WS-Name win95 win98 WS-Description - Set windows version to Windows 98 + Set Windows version to Windows 98 WS-Name win98 @@ -2815,7 +3214,7 @@ windowmanagermanaged=n WS-Description - Prevent the window manager from controling windows + Prevent the window manager from controlling windows WS-Name windowmanagermanaged=n @@ -2829,14 +3228,14 @@ winver= WS-Description - Set windows version to default (winxp) + Set Windows version to default (win7) WS-Name winver= winxp WS-Description - Set windows version to Windows XP + Set Windows version to Windows XP WS-Name winxp