SabreTools / BinaryObjectScanner

C# protection, packer, and archive scanning library
MIT License
84 stars 13 forks source link

"Test" hangs scanning DVD-ROM mounted as UDF #276

Open JohnVeness opened 6 months ago

JohnVeness commented 6 months ago

I have a DVD-ROM, http://redump.org/disc/32401/, which is a dual PC/Mac release. It has two filesystems on it, ISO9660 and UDF. I am using Linux (openSUSE Tumbleweed).

If I mount the disc as UDF (which is the default in Linux), and try running "Test" on the folder, it will print "0%" and get no further (the CPU usage goes to 100%). I tried "Test -d" in hope, but no extra text was output.

If I mount the disc as ISO9660, Test works OK. But as mounting as UDF is the default (e.g. happens when insert the disc and click to mount it), it would be nice to get Test working on UDF too.

I notice that the filenames are different in the two filesystems, for example, a file called "Archive.pax.gz" in UDF is called "archivepax.gz" (so, lowercase and only one dot) in ISO9660, if that's any hint to the problem.

mnadareski commented 6 months ago

Can you please share the full commandline that you are using? It may give some indicators as to what could be going on.

JohnVeness commented 6 months ago

It depends where the disc mounts, but for example Test /run/media/john/FM2012 or (with no difference) Test -d /run/media/john/FM2012. In either case, if the disc is mounted as UDF (default), the output is just 0.00%: - and the program never exits.

Deterous commented 6 months ago

Successfully managed to replicate this problem in WSL as well by mounting a UDF .ISO in Windows, then running Test within WSL

Deterous commented 6 months ago

Ah, no. It just took longer to run under WSL and did eventually complete. I was testing with another ISO9660/UDF dual filesystem disc. Perhaps I cannot replicate it due to how I am mounting the ISO? I assume you have only tested this with a physical drive attached to a nix box?

JohnVeness commented 6 months ago

I've tested and see the problem both with a physical drive in a Linux PC, and with the same disc dumped with redumper and mounted like:

mount -t udf -o loop disc.iso disc
Test disc

I don't actually need the "-t udf" there as it will autodetect and mount it like that by default. Putting "-t iso9660" allows Test to work. But I don't think that's the correct workaround, as there could be files that only show up in the UDF filesystem and so wouldn't get scanned in ISO9660 mode.

Deterous commented 6 months ago

I have just tried that exact command in WSL and Test proceeds just fine. So, it must either be an issue with that specific disc/ISO (more likely), or your specific Linux/hardware setup (less likely)

Deterous commented 6 months ago

@JohnVeness could you please try run ls /run/media/john/FM2012 when the disc is mounted? I suspect it will say permission denied. I think BOS is failing to enumerate the directories due to this permission issue. I also suspect that when mounting -t iso9660, ls will read the files just fine. Your disc actually has 4 "filesystems": ISO9660, Joliet, UDF, HFS

Deterous commented 6 months ago

I printed some info about the ISO:

isoinfo -d -i FM2012.iso
CD-ROM is in ISO 9660 format
System id: APPLE COMPUTER, INC., TYPE: 0002
Volume id: FM2012
Volume set id:
Publisher id:
Data preparer id:
Application id:
Copyright File id:
Abstract File id:
Bibliographic File id:
Volume set size is: 1
Volume set sequence number is: 1
Logical block size is: 2048
Volume size is: 825457
Joliet with UCS level 1 found
Rock Ridge signatures version 1 found

Which suggests there is a Rock Ridge extension as well. So, this issue may be caused by this specific disc having a bad rock ridge entry, or the rock ridge entry has blocked read permissinos for whatever reason. Here's the output from xorriso

xorriso -indev FM2012.iso
xorriso 1.5.2 : RockRidge filesystem manipulator, libburnia project.

xorriso : NOTE : Loading ISO image tree from LBA 0
libisofs: SORRY : Damaged RR/SUSP information.
libisofs: SORRY : Can't open dir /RESOURCES
libisofs: NOTE :  > Caused by: Wrong or damaged Rock Ridge entry
libisofs: FAILURE : Operation canceled
xorriso : FAILURE : Cannot read ISO image tree
xorriso : HINT : You might get a partial or altered ISO image tree by option -error_behavior 'image_loading' 'best_effort' if -abort_on is set to be tolerant enough.
xorriso : aborting : -abort_on 'FAILURE' encountered 'FAILURE'

I tried mounting the ISO with -o norock but getting an error. @JohnVeness could you mount the physical CD with -o norock ? If that doesn't help, it seems like this issue is disc-specific, and the best we can do is figure out what's causing BOS to hang when it reaches permission issues.

JohnVeness commented 6 months ago

Thanks for your investigations so far.

All things below have been checked with the physical disc and with the dumped image with no difference. I'll show the commands with the ISO for clarity. I added -o ro purely to remove the read-only warning. I'm running in a root shell (sudo -s) - I should have mentioned that before!

Apologies for the length but I thought it best to show all the output. I've split this into multiple comments.

# mount -o ro -t iso9660 FM2012.iso FM2012

# ls -lR FM2012
FM2012:
total 1550102
-r-xr-xr-x 1  502   20       4096 Oct  1  2011 _
-rwx------ 1  502   20         44 Jun 21  2011 autorun.inf
-r-xr-xr-x 1  502   20     106601 Oct  1  2011 background.png
-rwx------ 1  502   20       7916 Mar 16  2011 click.wav
-rwx------ 1  502   20       6476 Sep 10  2011 fm_readme_danish.txt
-rwx------ 1  502   20       6594 Sep 10  2011 fm_readme_dutch.txt
-rwx------ 1  502   20       6394 Aug 19  2011 fm_readme_english.txt
-rwx------ 1  502   20       6649 Sep 10  2011 fm_readme_french.txt
-rwx------ 1  502   20       6705 Sep 10  2011 fm_readme_italian.txt
-rwx------ 1  502   20       6041 Sep 10  2011 fm_readme_norwegian.txt
-rwx------ 1  502   20       6662 Sep 10  2011 fm_readme_portuguese.txt
-rwx------ 1  502   20       6705 Sep 10  2011 fm_readme_spanish.txt
-rwx------ 1  502   20       6384 Sep 10  2011 fm_readme_swedish.txt
-rwx------ 1  502   20   90561776 Sep 30  2011 football manager 2012__002.sid
-rwx------ 1  502   20 1493275976 Sep 30  2011 football manager 2012_disk.sid
-rwx------ 1  502   20     152688 Sep 30  2011 football manager 2012_disk.sim
-rwx------ 1  502   20        296 Sep 30  2011 football manager 2012_disk.sis
-rwx------ 1  502   20     296265 Aug 26  2011 icon.icns
-rwx------ 1  502   20     355574 Aug 26  2011 icon.ico
dr-xr-xr-x 1 root root       2048 Aug 26  2011 install fm2012app
-rwx------ 1  502   20     529240 Mar 16  2011 launch.wav
dr-xr-xr-x 1 root root       8192 Sep 30  2011 resources
-rwx------ 1  502   20     921656 Aug 26  2011 setup.bmp
-rwx------ 1  502   20     355920 Jun 21  2011 setup.exe
-rwx------ 1  502   20       1442 Sep  7  2011 setup.ini
-rwx------ 1  502   20     194084 Aug 26  2011 splash.tga
-rwx------ 1  502   20     411016 Jun 21  2011 steamservice.exe
-r-xr-xr-x 1  502   20      53379 Oct  1  2011 volumeicon.icns

FM2012/install fm2012app:
total 2
dr-xr-xr-x 1 root root 2048 Sep 15  2010 contents

FM2012/install fm2012app/contents:
total 6
-rwx------ 1  502   20 1138 Sep 15  2010 info.plist
dr-xr-xr-x 1 root root 2048 Nov  3  2010 macos
-rwx------ 1  502   20    8 Sep 15  2010 pkginfo
dr-xr-xr-x 1 root root 2048 Sep 28  2011 resources

FM2012/install fm2012app/contents/macos:
total 53
-rwx------ 1 502 20 54108 Nov  3  2010 steamretailinstaller

FM2012/install fm2012app/contents/resources:
total 76
dr-xr-xr-x 1 root root  2048 Sep 15  2010 enlproj
dr-xr-xr-x 1 root root  2048 Sep 22  2011 eulapkg
-rwxr-xr-x 1  502   20  2885 Sep 22  2011 installer.sh
-rwx------ 1  502   20 14720 Nov  3  2010 setuphelper
-rwx------ 1  502   20 53379 Aug 26  2011 steam.icns
dr-xr-xr-x 1 root root  2048 Nov 11  2010 steaminstallpkg

FM2012/install fm2012app/contents/resources/enlproj:
total 36
-rwx------ 1 502 20   436 Sep 15  2010 credits.rtf
-rwx------ 1 502 20   198 Sep 15  2010 infoplist.strings
-rwx------ 1 502 20 35020 Sep 15  2010 mainmenu.nib

FM2012/install fm2012app/contents/resources/eulapkg:
total 2
dr-xr-xr-x 1 root root 2048 Sep 22  2011 contents

FM2012/install fm2012app/contents/resources/eulapkg/contents:
total 41
-r--r--r-- 1  502   20 35077 Sep 22  2011 archive.bom
-r--r--r-- 1  502   20    78 Sep 22  2011 archivepax.gz
-r--r--r-- 1  502   20  1487 Sep 22  2011 info.plist
-r--r--r-- 1  502   20     8 Sep 22  2011 pkginfo
dr-xr-xr-x 1 root root  2048 Sep 22  2011 plugins
dr-xr-xr-x 1 root root  2048 Sep 28  2011 resources

FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins:
total 3
-rw-r--r-- 1  502   20  458 Sep 22  2011 installersections.plist
dr-xr-xr-x 1 root root 2048 Sep 22  2011 registrationbundle

FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle:
total 2
dr-xr-xr-x 1 root root 2048 Sep 22  2011 contents

FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents:
total 6
-rw-r--r-- 1  502   20 1133 Sep 22  2011 info.plist
dr-xr-xr-x 1 root root 2048 Sep 22  2011 macos
dr-xr-xr-x 1 root root 2048 Sep 22  2011 resources

FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/macos:
total 30
-rwxr-xr-x 1 502 20 29956 Sep 22  2011 registration

FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources:
total 3
dr-xr-xr-x 1 root root 2048 Sep 22  2011 englishlproj
-rw-r--r-- 1  502   20  741 Sep 22  2011 info.plist

FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources/englishlproj:
total 3
-rw-r--r-- 1 502 20  176 Sep 22  2011 infoplist.strings
-rw-r--r-- 1 502 20   96 Sep 22  2011 localizable.strings
-rw-r--r-- 1 502 20 1621 Sep 22  2011 registration.nib

FM2012/install fm2012app/contents/resources/eulapkg/contents/resources:
total 14
-rw-r--r-- 1  502   20   44 Sep 22  2011 archive.sizes
-r--r--r-- 1  502   20  419 Sep 22  2011 description.plist
dr-xr-xr-x 1 root root 2048 Sep 28  2011 dutchlproj
dr-xr-xr-x 1 root root 2048 Sep 28  2011 englishlproj
dr-xr-xr-x 1 root root 2048 Sep 28  2011 frenchlproj
-rwxr-xr-x 1  502   20   51 Sep 22  2011 installationcheck
dr-xr-xr-x 1 root root 2048 Sep 28  2011 italianlproj
-rw-r--r-- 1  502   20   18 Sep 22  2011 package_version
dr-xr-xr-x 1 root root 2048 Sep 28  2011 russianlproj
dr-xr-xr-x 1 root root 2048 Sep 28  2011 spanishlproj

FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/dutchlproj:
ls: cannot read symbolic link 'FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/dutchlproj/license.rtf': Input/output error
total 1
lrwxr-xr-x 1 502 20 45 Sep 28  2011 license.rtf

FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/englishlproj:
ls: cannot read symbolic link 'FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/englishlproj/license.rtf': Input/output error
total 1
lrwxr-xr-x 1 502 20 47 Sep 28  2011 license.rtf

FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/frenchlproj:
ls: cannot read symbolic link 'FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/frenchlproj/license.rtf': Input/output error
total 1
lrwxr-xr-x 1 502 20 46 Sep 28  2011 license.rtf

FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/italianlproj:
ls: cannot read symbolic link 'FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/italianlproj/license.rtf': Input/output error
total 1
lrwxr-xr-x 1 502 20 47 Sep 28  2011 license.rtf

FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/russianlproj:
ls: cannot read symbolic link 'FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/russianlproj/license.rtf': Input/output error
total 1
lrwxr-xr-x 1 502 20 47 Sep 28  2011 license.rtf

FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/spanishlproj:
ls: cannot read symbolic link 'FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/spanishlproj/license.rtf': Input/output error
total 1
lrwxr-xr-x 1 502 20 47 Sep 28  2011 license.rtf

FM2012/install fm2012app/contents/resources/steaminstallpkg:
total 2
dr-xr-xr-x 1 root root 2048 Nov 11  2010 contents

FM2012/install fm2012app/contents/resources/steaminstallpkg/contents:
total 1762
-rwx------ 1  502   20   35905 Nov 11  2010 archive.bom
-rwx------ 1  502   20 1761378 Nov 11  2010 archivepax.gz
-rwx------ 1  502   20    2577 Nov 11  2010 info.plist
-rwx------ 1  502   20       8 Nov 11  2010 pkginfo
dr-xr-xr-x 1 root root    2048 Nov 11  2010 resources

FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources:
ls: cannot read symbolic link 'FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.bom': Input/output error
ls: cannot read symbolic link 'FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.sizes': Input/output error
ls: cannot read symbolic link 'FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstallpax.gz': Input/output error
total 69
-rwx------ 1  502   20    50 Nov 11  2010 archive.sizes
-rwx------ 1  502   20 49305 Nov 11  2010 background
-rwx------ 1  502   20   441 Nov 11  2010 description.plist
dr-xr-xr-x 1 root root  2048 Nov 11  2010 englishlproj
dr-xr-xr-x 1 root root  2048 Nov 11  2010 frenchlproj
dr-xr-xr-x 1 root root  2048 Nov 11  2010 germanlproj
-rwx------ 1  502   20   474 Nov 11  2010 ifrequirement.strings
-rwx------ 1  502   20  9593 Nov 11  2010 license.rtf
-rwx------ 1  502   20    18 Nov 11  2010 package_version
-rwx------ 1  502   20   458 Nov 11  2010 postflight
lrwx------ 1  502   20    14 Nov 11  2010 steaminstall.bom
-rwx------ 1  502   20   294 Nov 11  2010 steaminstall.info
lrwx------ 1  502   20    15 Nov 11  2010 steaminstall.sizes
lrwx------ 1  502   20    17 Nov 11  2010 steaminstallpax.gz

FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/englishlproj:
total 10
-rwx------ 1 502 20 9593 Nov 11  2010 license.rtf

FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/frenchlproj:
total 13
-rwx------ 1 502 20 12542 Nov 11  2010 license.rtf

FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/germanlproj:
total 12
-rwx------ 1 502 20 11614 Nov 11  2010 license.rtf

FM2012/resources:
total 94306
-rwx------ 1  502   20    7916 Mar 16  2011 click.wav
-rwx------ 1  502   20   25784 Sep 26  2011 eula.rtf
-rwx------ 1  502   20   32033 Sep 26  2011 eula_czech.rtf
-rwx------ 1  502   20   30174 Sep 26  2011 eula_danish.rtf
-rwx------ 1  502   20   30792 Sep 26  2011 eula_dutch.rtf
-rwx------ 1  502   20   25784 Sep 26  2011 eula_english.rtf
-rwx------ 1  502   20   31518 Sep 30  2011 eula_french.rtf
-rwx------ 1  502   20   25784 Sep 26  2011 eula_german.rtf
-rwx------ 1  502   20   29907 Sep 26  2011 eula_italian.rtf
-rwx------ 1  502   20   25784 Sep 26  2011 eula_japanese.rtf
-rwx------ 1  502   20   74778 Sep 25  2011 eula_korean.rtf
-rwx------ 1  502   20   29116 Sep 30  2011 eula_norwegian.rtf
-rwx------ 1  502   20   35166 Sep 25  2011 eula_polish.rtf
-rwx------ 1  502   20   29724 Sep 30  2011 eula_portuguese.rtf
-rwx------ 1  502   20  133611 Sep 25  2011 eula_russian.rtf
-rwx------ 1  502   20   31344 Sep 30  2011 eula_spanish.rtf
-rwx------ 1  502   20   32059 Sep 30  2011 eula_swedish.rtf
-rwx------ 1  502   20  296265 Aug 26  2011 icon.icns
-rwx------ 1  502   20  355574 Aug 26  2011 icon.ico
-rwx------ 1  502   20  529240 Mar 16  2011 launch.wav
dr-xr-xr-x 1 root root    2048 Aug 25  2011 redist
-rwx------ 1  502   20  921656 Aug 26  2011 setup.bmp
-rwx------ 1  502   20    1638 Oct  1  2011 setup_czech.ini
-rwx------ 1  502   20    1556 Oct  1  2011 setup_danish.ini
-rwx------ 1  502   20    1708 Oct  1  2011 setup_dutch.ini
-rwx------ 1  502   20    2136 Jun 21  2011 setup_english.ini
-rwx------ 1  502   20    1712 Oct  1  2011 setup_french.ini
-rwx------ 1  502   20    1564 Oct  1  2011 setup_italian.ini
-rwx------ 1  502   20    1528 Oct  1  2011 setup_norwegian.ini
-rwx------ 1  502   20    1578 Oct  1  2011 setup_polish.ini
-rwx------ 1  502   20    1568 Oct  1  2011 setup_portuguese.ini
-rwx------ 1  502   20    1622 Oct  1  2011 setup_spanish.ini
-rwx------ 1  502   20    1504 Oct  1  2011 setup_swedish.ini
-rwx------ 1  502   20 8526336 Aug 24  2011 steaminstall_czech.msi
-rwx------ 1  502   20 8526336 Aug 24  2011 steaminstall_danish.msi
-rwx------ 1  502   20 8530432 Aug 24  2011 steaminstall_dutch.msi
-rwx------ 1  502   20 8524800 Aug 24  2011 steaminstall_english.msi
-rwx------ 1  502   20 8532992 Aug 24  2011 steaminstall_french.msi
-rwx------ 1  502   20 8529408 Aug 24  2011 steaminstall_italian.msi
-rwx------ 1  502   20 8525312 Aug 24  2011 steaminstall_norwegian.msi
-rwx------ 1  502   20 8526848 Aug 24  2011 steaminstall_polish.msi
-rwx------ 1  502   20 8527872 Aug 24  2011 steaminstall_portuguese.msi
-rwx------ 1  502   20 8529408 Aug 24  2011 steaminstall_spanish.msi
-rwx------ 1  502   20 8525824 Aug 24  2011 steaminstall_swedish.msi

FM2012/resources/redist:
total 2660
-rwx------ 1 502 20 2723264 Jun 21  2011 vcredist_x86.exe

# Test FM2012
0.00%:  - 
0.00%: FM2012/autorun.inf - Checking file
0.85%: FM2012/autorun.inf - 
0.85%: FM2012/background.png - Checking file
1.69%: FM2012/background.png - 
1.69%: FM2012/click.wav - Checking file
2.54%: FM2012/click.wav - 
2.54%: FM2012/fm_readme_danish.txt - Checking file
3.39%: FM2012/fm_readme_danish.txt - 
3.39%: FM2012/fm_readme_dutch.txt - Checking file
4.24%: FM2012/fm_readme_dutch.txt - 
4.24%: FM2012/fm_readme_english.txt - Checking file
5.08%: FM2012/fm_readme_english.txt - 
5.08%: FM2012/fm_readme_french.txt - Checking file
5.93%: FM2012/fm_readme_french.txt - 
5.93%: FM2012/fm_readme_italian.txt - Checking file
6.78%: FM2012/fm_readme_italian.txt - 
6.78%: FM2012/fm_readme_norwegian.txt - Checking file
7.63%: FM2012/fm_readme_norwegian.txt - 
7.63%: FM2012/fm_readme_portuguese.txt - Checking file
8.47%: FM2012/fm_readme_spanish.txt - Checking file
8.47%: FM2012/fm_readme_portuguese.txt - 
9.32%: FM2012/fm_readme_spanish.txt - 
9.32%: FM2012/fm_readme_swedish.txt - Checking file
10.17%: FM2012/fm_readme_swedish.txt - 
10.17%: FM2012/football manager 2012_disk.sid - Checking file
11.02%: FM2012/football manager 2012_disk.sim - Checking file
11.02%: FM2012/football manager 2012_disk.sid - 
11.86%: FM2012/football manager 2012_disk.sim - 
11.86%: FM2012/football manager 2012_disk.sis - Checking file
12.71%: FM2012/football manager 2012_disk.sis - 
12.71%: FM2012/football manager 2012__002.sid - Checking file
13.56%: FM2012/football manager 2012__002.sid - 
13.56%: FM2012/icon.icns - Checking file
14.41%: FM2012/icon.ico - Checking file
14.41%: FM2012/icon.icns - 
15.25%: FM2012/icon.ico - 
15.25%: FM2012/launch.wav - Checking file
16.10%: FM2012/setup.bmp - Checking file
16.10%: FM2012/launch.wav - 
16.95%: FM2012/setup.bmp - 
16.95%: FM2012/setup.exe - Checking file
17.80%: FM2012/setup.exe - Steam
17.80%: FM2012/setup.ini - Checking file
18.64%: FM2012/setup.ini - 
18.64%: FM2012/splash.tga - Checking file
19.49%: FM2012/splash.tga - 
19.49%: FM2012/steamservice.exe - Checking file
20.34%: FM2012/volumeicon.icns - Checking file
20.34%: FM2012/steamservice.exe - Steam, Steam
21.19%: FM2012/volumeicon.icns - 
21.19%: FM2012/_ - Checking file
22.03%: FM2012/_ - 
22.03%: FM2012/resources/click.wav - Checking file
22.88%: FM2012/resources/click.wav - 
22.88%: FM2012/resources/eula.rtf - Checking file
23.73%: FM2012/resources/eula.rtf - 
23.73%: FM2012/resources/eula_czech.rtf - Checking file
24.58%: FM2012/resources/eula_czech.rtf - 
24.58%: FM2012/resources/eula_danish.rtf - Checking file
25.42%: FM2012/resources/eula_danish.rtf - 
25.42%: FM2012/resources/eula_dutch.rtf - Checking file
26.27%: FM2012/resources/eula_dutch.rtf - 
26.27%: FM2012/resources/eula_english.rtf - Checking file
27.12%: FM2012/resources/eula_english.rtf - 
27.12%: FM2012/resources/eula_french.rtf - Checking file
27.97%: FM2012/resources/eula_french.rtf - 
27.97%: FM2012/resources/eula_german.rtf - Checking file
28.81%: FM2012/resources/eula_german.rtf - 
28.81%: FM2012/resources/eula_italian.rtf - Checking file
29.66%: FM2012/resources/eula_italian.rtf - 
29.66%: FM2012/resources/eula_japanese.rtf - Checking file
30.51%: FM2012/resources/eula_japanese.rtf - 
30.51%: FM2012/resources/eula_korean.rtf - Checking file
31.36%: FM2012/resources/eula_korean.rtf - 
31.36%: FM2012/resources/eula_norwegian.rtf - Checking file
32.20%: FM2012/resources/eula_norwegian.rtf - 
32.20%: FM2012/resources/eula_polish.rtf - Checking file
33.05%: FM2012/resources/eula_polish.rtf - 
33.05%: FM2012/resources/eula_portuguese.rtf - Checking file
33.90%: FM2012/resources/eula_portuguese.rtf - 
33.90%: FM2012/resources/eula_russian.rtf - Checking file
34.75%: FM2012/resources/eula_russian.rtf - 
34.75%: FM2012/resources/eula_spanish.rtf - Checking file
35.59%: FM2012/resources/eula_spanish.rtf - 
35.59%: FM2012/resources/eula_swedish.rtf - Checking file
36.44%: FM2012/resources/eula_swedish.rtf - 
36.44%: FM2012/resources/icon.icns - Checking file
37.29%: FM2012/resources/icon.ico - Checking file
37.29%: FM2012/resources/icon.icns - 
38.14%: FM2012/resources/icon.ico - 
38.14%: FM2012/resources/launch.wav - Checking file
38.98%: FM2012/resources/launch.wav - 
38.98%: FM2012/resources/setup.bmp - Checking file
39.83%: FM2012/resources/setup.bmp - 
39.83%: FM2012/resources/setup_czech.ini - Checking file
40.68%: FM2012/resources/setup_czech.ini - 
40.68%: FM2012/resources/setup_danish.ini - Checking file
41.53%: FM2012/resources/setup_danish.ini - 
41.53%: FM2012/resources/setup_dutch.ini - Checking file
42.37%: FM2012/resources/setup_dutch.ini - 
42.37%: FM2012/resources/setup_english.ini - Checking file
43.22%: FM2012/resources/setup_english.ini - 
43.22%: FM2012/resources/setup_french.ini - Checking file
44.07%: FM2012/resources/setup_french.ini - 
44.07%: FM2012/resources/setup_italian.ini - Checking file
44.92%: FM2012/resources/setup_italian.ini - 
44.92%: FM2012/resources/setup_norwegian.ini - Checking file
45.76%: FM2012/resources/setup_norwegian.ini - 
45.76%: FM2012/resources/setup_polish.ini - Checking file
46.61%: FM2012/resources/setup_polish.ini - 
46.61%: FM2012/resources/setup_portuguese.ini - Checking file
47.46%: FM2012/resources/setup_portuguese.ini - 
47.46%: FM2012/resources/setup_spanish.ini - Checking file
48.31%: FM2012/resources/setup_swedish.ini - Checking file
48.31%: FM2012/resources/setup_spanish.ini - 
49.15%: FM2012/resources/setup_swedish.ini - 
49.15%: FM2012/resources/steaminstall_czech.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Icon - Checking file from archive
1.25%: /Cabs - 
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /_Columns - Checking file from archive
13.75%: /Binary.Up - 
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Registry - Checking file from archive
17.50%: /Feature - 
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Control - Checking file from archive
20.00%: /Shortcut - 
21.25%: /Property - Checking file from archive
21.25%: /Control - 
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /ActionText - Checking file from archive
33.75%: /_Sequence - 
35.00%: /RegLocator - Checking file from archive
35.00%: /ActionText - 
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
53.75%: /Binary.polish - 
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.swedish - Checking file from archive
57.50%: /Binary.side16 - 
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /ControlEvent - Checking file from archive
65.00%: /RadioButton - 
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
50.00%: FM2012/resources/steaminstall_czech.msi - Steam
50.00%: FM2012/resources/steaminstall_danish.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Icon - Checking file from archive
1.25%: /Cabs - 
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Control - Checking file from archive
20.00%: /Shortcut - 
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.finnish - Checking file from archive
48.75%: /Binary.french1 - 
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.side16 - Checking file from archive
56.25%: /Binary.spanish - 
57.50%: /Binary.swedish - Checking file from archive
57.50%: /Binary.side16 - 
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /LaunchCondition - Checking file from archive
81.25%: /_InstallValidate - 
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
50.85%: FM2012/resources/steaminstall_danish.msi - 
50.85%: FM2012/resources/steaminstall_dutch.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /UIText - Checking file from archive
3.75%: /File - 
5.00%: /Media - Checking file from archive
5.00%: /UIText - 
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /_Columns - Checking file from archive
13.75%: /Binary.Up - 
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Shortcut - Checking file from archive
18.75%: /Registry - 
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /Directory - Checking file from archive
38.75%: /TextStyle - 
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.trash1 - Checking file from archive
58.75%: /Binary.swedish - 
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /MsiFileHash - Checking file from archive
66.25%: /ControlEvent - 
67.50%: /CustomAction - Checking file from archive
67.50%: /MsiFileHash - 
68.75%: /CustomAction - 
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
68.75%: /EventMapping - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /_InstallValidate - Checking file from archive
80.00%: /Binary.portuguese - 
81.25%: /LaunchCondition - Checking file from archive
81.25%: /_InstallValidate - 
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
51.69%: FM2012/resources/steaminstall_dutch.msi - 
51.69%: FM2012/resources/steaminstall_english.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /Media - Checking file from archive
5.00%: /UIText - 
6.25%: /Binary - Checking file from archive
6.25%: /Media - 
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.New - Checking file from archive
11.25%: /Binary.CD - 
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /RegLocator - Checking file from archive
35.00%: /ActionText - 
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.polish - Checking file from archive
52.50%: /Binary.korean - 
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /_StringData - Checking file from archive
60.00%: /Binary.trash1 - 
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /ControlEvent - Checking file from archive
65.00%: /RadioButton - 
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /_InstallValidate - Checking file from archive
80.00%: /Binary.portuguese - 
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /ControlCondition - Checking file from archive
83.75%: /AdminUISequence - 
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdvtExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
52.54%: FM2012/resources/steaminstall_english.msi - Steam
52.54%: FM2012/resources/steaminstall_french.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Error - Checking file from archive
8.75%: /Dialog - 
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.New - Checking file from archive
11.25%: /Binary.CD - 
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Sequence - Checking file from archive
32.50%: /_Required - 
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_Validation - Checking file from archive
62.50%: /_StringPool - 
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /CustomAction - Checking file from archive
67.50%: /MsiFileHash - 
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.schinese - Checking file from archive
75.00%: /Binary.norwegian - 
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /AdminExecuteSequence - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /SummaryInformation - Checking file from archive
98.75%: /DigitalSignature - 
100.00%: /SummaryInformation - 
53.39%: FM2012/resources/steaminstall_french.msi - Steam
53.39%: FM2012/resources/steaminstall_italian.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Shortcut - Checking file from archive
18.75%: /Registry - 
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /TextStyle - Checking file from archive
37.50%: /RemoveFile - 
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /Binary.Custom - Checking file from archive
42.50%: /AppSearch - 
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /FeatureComponents - Checking file from archive
86.25%: /Binary.Callwisepatch - 
87.50%: /InstallUISequence - Checking file from archive
87.50%: /FeatureComponents - 
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdvtExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /InstallExecuteSequence - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
54.24%: FM2012/resources/steaminstall_italian.msi - Steam
54.24%: FM2012/resources/steaminstall_norwegian.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Binary - Checking file from archive
6.25%: /Media - 
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
12.50%: /Binary.Up - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Property - Checking file from archive
21.25%: /Control - 
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /Directory - Checking file from archive
38.75%: /TextStyle - 
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /_InstallValidate - Checking file from archive
80.00%: /Binary.portuguese - 
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /FeatureComponents - Checking file from archive
86.25%: /Binary.Callwisepatch - 
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /AdminExecuteSequence - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
55.08%: FM2012/resources/steaminstall_norwegian.msi - 
55.08%: FM2012/resources/steaminstall_polish.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Error - Checking file from archive
8.75%: /Dialog - 
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /TextStyle - Checking file from archive
37.50%: /RemoveFile - 
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /AppSearch - Checking file from archive
41.25%: /Component - 
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
50.00%: /Binary.german2 - Checking file from archive
50.00%: /Binary.finnish - 
48.75%: /Binary.finnish - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /CustomAction - Checking file from archive
67.50%: /MsiFileHash - 
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.japanese - Checking file from archive
72.50%: /Binary.italian3 - 
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdvtExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /SummaryInformation - Checking file from archive
98.75%: /DigitalSignature - 
100.00%: /SummaryInformation - 
55.93%: FM2012/resources/steaminstall_polish.msi - Steam
55.93%: FM2012/resources/steaminstall_portuguese.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.dutch - Checking file from archive
27.50%: /Binary.Music - 
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Component - Checking file from archive
40.00%: /Directory - 
41.25%: /AppSearch - Checking file from archive
41.25%: /Component - 
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.korean - Checking file from archive
51.25%: /Binary.german2 - 
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.swedish - Checking file from archive
57.50%: /Binary.side16 - 
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /InstallExecuteSequence - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
56.78%: FM2012/resources/steaminstall_portuguese.msi - 
56.78%: FM2012/resources/steaminstall_spanish.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.japanese - Checking file from archive
72.50%: /Binary.italian3 - 
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /InstallExecuteSequence - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
57.63%: FM2012/resources/steaminstall_spanish.msi - Steam
57.63%: FM2012/resources/steaminstall_swedish.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.New - Checking file from archive
11.25%: /Binary.CD - 
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /FeatureComponents - Checking file from archive
86.25%: /Binary.Callwisepatch - 
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
58.47%: FM2012/resources/steaminstall_swedish.msi - 
58.47%: FM2012/install fm2012app/contents/info.plist - Checking file
59.32%: FM2012/install fm2012app/contents/info.plist - 
59.32%: FM2012/install fm2012app/contents/pkginfo - Checking file
60.17%: FM2012/install fm2012app/contents/pkginfo - 
60.17%: FM2012/resources/redist/vcredist_x86.exe - Checking file
61.02%: FM2012/install fm2012app/contents/macos/steamretailinstaller - Checking file
61.02%: FM2012/resources/redist/vcredist_x86.exe - Microsoft CAB SFX v6.00.3790.0 (srv03_rtm.030324-2048)
61.86%: FM2012/install fm2012app/contents/resources/installer.sh - Checking file
61.86%: FM2012/install fm2012app/contents/macos/steamretailinstaller - Steam
62.71%: FM2012/install fm2012app/contents/resources/installer.sh - 
62.71%: FM2012/install fm2012app/contents/resources/setuphelper - Checking file
63.56%: FM2012/install fm2012app/contents/resources/setuphelper - 
63.56%: FM2012/install fm2012app/contents/resources/steam.icns - Checking file
64.41%: FM2012/install fm2012app/contents/resources/steam.icns - 
64.41%: FM2012/install fm2012app/contents/resources/enlproj/credits.rtf - Checking file
65.25%: FM2012/install fm2012app/contents/resources/enlproj/credits.rtf - 
65.25%: FM2012/install fm2012app/contents/resources/enlproj/infoplist.strings - Checking file
66.10%: FM2012/install fm2012app/contents/resources/enlproj/infoplist.strings - 
66.10%: FM2012/install fm2012app/contents/resources/enlproj/mainmenu.nib - Checking file
66.95%: FM2012/install fm2012app/contents/resources/enlproj/mainmenu.nib - 
66.95%: FM2012/install fm2012app/contents/resources/eulapkg/contents/archive.bom - Checking file
67.80%: FM2012/install fm2012app/contents/resources/eulapkg/contents/archive.bom - 
67.80%: FM2012/install fm2012app/contents/resources/eulapkg/contents/archivepax.gz - Checking file
0.00%:  - 
68.64%: FM2012/install fm2012app/contents/resources/eulapkg/contents/archivepax.gz - 
68.64%: FM2012/install fm2012app/contents/resources/eulapkg/contents/info.plist - Checking file
69.49%: FM2012/install fm2012app/contents/resources/eulapkg/contents/info.plist - 
69.49%: FM2012/install fm2012app/contents/resources/eulapkg/contents/pkginfo - Checking file
70.34%: FM2012/install fm2012app/contents/resources/eulapkg/contents/pkginfo - 
70.34%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/archive.bom - Checking file
71.19%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/archive.bom - 
71.19%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/archivepax.gz - Checking file
0.00%:  - 
72.03%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/archivepax.gz - 
72.03%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/info.plist - Checking file
72.88%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/info.plist - 
72.88%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/pkginfo - Checking file
73.73%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/pkginfo - 
73.73%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/installersections.plist - Checking file
74.58%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/installersections.plist - 
74.58%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/archive.sizes - Checking file
75.42%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/archive.sizes - 
75.42%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/description.plist - Checking file
76.27%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/description.plist - 
76.27%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/installationcheck - Checking file
77.12%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/installationcheck - 
77.12%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/package_version - Checking file
77.97%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/package_version - 
77.97%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/archive.sizes - Checking file
78.81%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/archive.sizes - 
78.81%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/background - Checking file
79.66%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/background - 
79.66%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/description.plist - Checking file
80.51%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/description.plist - 
80.51%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/ifrequirement.strings - Checking file
81.36%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/ifrequirement.strings - 
81.36%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/license.rtf - Checking file
82.20%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/license.rtf - Steam
82.20%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/package_version - Checking file
83.05%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/package_version - 
83.05%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/postflight - Checking file
83.90%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/postflight - 
83.90%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.bom - Checking file
84.75%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.bom - Steam, [Exception opening file, please try again]
84.75%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.info - Checking file
85.59%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.info - Steam
85.59%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.sizes - Checking file
86.44%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.sizes - Steam, [Exception opening file, please try again]
86.44%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstallpax.gz - Checking file
87.29%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstallpax.gz - [Exception opening file, please try again]
87.29%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/dutchlproj/license.rtf - Checking file
88.14%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/dutchlproj/license.rtf - [Exception opening file, please try again]
88.14%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/englishlproj/license.rtf - Checking file
88.98%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/englishlproj/license.rtf - [Exception opening file, please try again]
88.98%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/frenchlproj/license.rtf - Checking file
89.83%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/frenchlproj/license.rtf - [Exception opening file, please try again]
89.83%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/italianlproj/license.rtf - Checking file
90.68%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/italianlproj/license.rtf - [Exception opening file, please try again]
90.68%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/russianlproj/license.rtf - Checking file
91.53%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/russianlproj/license.rtf - [Exception opening file, please try again]
91.53%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/spanishlproj/license.rtf - Checking file
92.37%: FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/spanishlproj/license.rtf - [Exception opening file, please try again]
92.37%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/englishlproj/license.rtf - Checking file
93.22%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/englishlproj/license.rtf - Steam
93.22%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/frenchlproj/license.rtf - Checking file
94.07%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/frenchlproj/license.rtf - 
94.07%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/germanlproj/license.rtf - Checking file
94.92%: FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/germanlproj/license.rtf - 
94.92%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/info.plist - Checking file
95.76%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/info.plist - 
95.76%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/macos/registration - Checking file
96.61%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/macos/registration - 
96.61%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources/info.plist - Checking file
97.46%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources/info.plist - 
97.46%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources/englishlproj/infoplist.strings - Checking file
98.31%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources/englishlproj/infoplist.strings - 
98.31%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources/englishlproj/localizable.strings - Checking file
99.15%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources/englishlproj/localizable.strings - 
99.15%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources/englishlproj/registration.nib - Checking file
100.00%: FM2012/install fm2012app/contents/resources/eulapkg/contents/plugins/registrationbundle/contents/resources/englishlproj/registration.nib - 
FM2012: Steam, Steam, Steam, Steam, Steam, Steam, Steam, Steam, Steam, Steam, Steam
FM2012/install fm2012app/contents/macos/steamretailinstaller: Steam
FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/dutchlproj/license.rtf: [Exception opening file, please try again]
FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/englishlproj/license.rtf: [Exception opening file, please try again]
FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/frenchlproj/license.rtf: [Exception opening file, please try again]
FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/italianlproj/license.rtf: [Exception opening file, please try again]
FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/russianlproj/license.rtf: [Exception opening file, please try again]
FM2012/install fm2012app/contents/resources/eulapkg/contents/resources/spanishlproj/license.rtf: [Exception opening file, please try again]
FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/englishlproj/license.rtf: Steam
FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/license.rtf: Steam
FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.bom: [Exception opening file, please try again], Steam
FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.info: Steam
FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstall.sizes: [Exception opening file, please try again], Steam
FM2012/install fm2012app/contents/resources/steaminstallpkg/contents/resources/steaminstallpax.gz: [Exception opening file, please try again]
FM2012/resources/redist/vcredist_x86.exe: Microsoft CAB SFX v6.00.3790.0 (srv03_rtm.030324-2048)
FM2012/resources/steaminstall_czech.msi: Steam
FM2012/resources/steaminstall_czech.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_danish.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_dutch.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_english.msi: Steam
FM2012/resources/steaminstall_english.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_french.msi: Steam
FM2012/resources/steaminstall_french.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_italian.msi: Steam
FM2012/resources/steaminstall_italian.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_norwegian.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_polish.msi: Steam
FM2012/resources/steaminstall_polish.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_portuguese.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_spanish.msi: Steam
FM2012/resources/steaminstall_spanish.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/steaminstall_swedish.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/setup.exe: Steam
FM2012/steamservice.exe: Steam, Steam
Press enter to close the program...
JohnVeness commented 6 months ago
# mount -o ro -t udf FM2012.iso FM2012

# ls -lR FM2012
FM2012:
total 1550120
-r-xr-xr-x 1 502 20      53379 Oct  1  2011 .VolumeIcon.icns
-r-xr-xr-x 1 502 20       4096 Oct  1  2011 ._
-rwx------ 1 502 20       6476 Sep 10  2011 FM_readme_Danish.txt
-rwx------ 1 502 20       6594 Sep 10  2011 FM_readme_Dutch.txt
-rwx------ 1 502 20       6394 Aug 19  2011 FM_readme_English.txt
-rwx------ 1 502 20       6649 Sep 10  2011 FM_readme_French.txt
-rwx------ 1 502 20       6705 Sep 10  2011 FM_readme_Italian.txt
-rwx------ 1 502 20       6041 Sep 10  2011 FM_readme_Norwegian.txt
-rwx------ 1 502 20       6662 Sep 10  2011 FM_readme_Portuguese.txt
-rwx------ 1 502 20       6705 Sep 10  2011 FM_readme_Spanish.txt
-rwx------ 1 502 20       6384 Sep 10  2011 FM_readme_Swedish.txt
-rwx------ 1 502 20     152688 Sep 30  2011 Football Manager 2012_disk1.sim
-rwx------ 1 502 20        296 Sep 30  2011 Football Manager 2012_disk1.sis
-rwx------ 1 502 20 1493275976 Sep 30  2011 Football Manager 2012_disk1_0.sid
-rwx------ 1 502 20   90561776 Sep 30  2011 Football Manager 2012_disk1_1.sid
drwx------ 3 502 20         88 Aug 26  2011 Install FM2012.app
-rwx------ 1 502 20     355920 Jun 21  2011 Setup.exe
-rwx------ 1 502 20     411016 Jun 21  2011 SteamService.exe
-rwx------ 1 502 20         44 Jun 21  2011 autorun.inf
-r-xr-xr-x 1 502 20     106601 Oct  1  2011 background.png
-rwx------ 1 502 20       7916 Mar 16  2011 click.wav
-rwx------ 1 502 20     296265 Aug 26  2011 icon.icns
-rwx------ 1 502 20     355574 Aug 26  2011 icon.ico
-rwx------ 1 502 20     529240 Mar 16  2011 launch.wav
drwx------ 3 502 20       2564 Sep 30  2011 resources
-rwx------ 1 502 20     921656 Aug 26  2011 setup.bmp
-rwx------ 1 502 20       1442 Sep  7  2011 setup.ini
-rwx------ 1 502 20     194084 Aug 26  2011 splash.tga

FM2012/Install FM2012.app:
total 2
drwx------ 4 502 20 232 Sep 15  2010 Contents

FM2012/Install FM2012.app/Contents:
total 8
-rwx------ 1 502 20 1138 Sep 15  2010 Info.plist
drwx------ 2 502 20  100 Nov  3  2010 MacOS
-rwx------ 1 502 20    8 Sep 15  2010 PkgInfo
drwx------ 5 502 20  348 Sep 28  2011 Resources

FM2012/Install FM2012.app/Contents/MacOS:
total 54
-rwx------ 1 502 20 54108 Nov  3  2010 SteamRetailInstaller

FM2012/Install FM2012.app/Contents/Resources:
total 80
drwxr-xr-x 3 502 20    88 Sep 22  2011 EULA.pkg
drwx------ 3 502 20    88 Nov 11  2010 SteamInstall.pkg
drwx------ 2 502 20   200 Sep 15  2010 en.lproj
-rwxr-xr-x 1 502 20  2885 Sep 22  2011 installer.sh
-rwx------ 1 502 20 14720 Nov  3  2010 setuphelper
-rwx------ 1 502 20 53379 Aug 26  2011 steam.icns

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg:
total 2
drwxr-xr-x 4 502 20 344 Sep 22  2011 Contents

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents:
total 46
-r--r--r-- 1 502 20 35077 Sep 22  2011 Archive.bom
-r--r--r-- 1 502 20    78 Sep 22  2011 Archive.pax.gz
-r--r--r-- 1 502 20  1487 Sep 22  2011 Info.plist
-r--r--r-- 1 502 20     8 Sep 22  2011 PkgInfo
drwxr-xr-x 3 502 20   164 Sep 22  2011 Plugins
drwxr-xr-x 8 502 20   572 Sep 28  2011 Resources

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins:
total 4
-rw-r--r-- 1 502 20 458 Sep 22  2011 InstallerSections.plist
drwxr-xr-x 3 502 20  88 Sep 22  2011 Registration.bundle

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle:
total 2
drwxr-xr-x 4 502 20 184 Sep 22  2011 Contents

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents:
total 6
-rw-r--r-- 1 502 20 1133 Sep 22  2011 Info.plist
drwxr-xr-x 2 502 20   92 Sep 22  2011 MacOS
drwxr-xr-x 3 502 20  144 Sep 22  2011 Resources

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/MacOS:
total 30
-rwxr-xr-x 1 502 20 29956 Sep 22  2011 Registration

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources:
total 4
drwxr-xr-x 2 502 20 212 Sep 22  2011 English.lproj
-rw-r--r-- 1 502 20 741 Sep 22  2011 Info.plist

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/English.lproj:
total 6
-rw-r--r-- 1 502 20  176 Sep 22  2011 InfoPlist.strings
-rw-r--r-- 1 502 20   96 Sep 22  2011 Localizable.strings
-rw-r--r-- 1 502 20 1621 Sep 22  2011 Registration.nib

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources:
total 20
-rw-r--r-- 1 502 20  44 Sep 22  2011 Archive.sizes
-r--r--r-- 1 502 20 419 Sep 22  2011 Description.plist
drwxr-xr-x 2 502 20  92 Sep 28  2011 Dutch.lproj
drwxr-xr-x 2 502 20  92 Sep 28  2011 English.lproj
drwxr-xr-x 2 502 20  92 Sep 28  2011 French.lproj
-rwxr-xr-x 1 502 20  51 Sep 22  2011 InstallationCheck
drwxr-xr-x 2 502 20  92 Sep 28  2011 Italian.lproj
drwxr-xr-x 2 502 20  92 Sep 28  2011 Russian.lproj
drwxr-xr-x 2 502 20  92 Sep 28  2011 Spanish.lproj
-rw-r--r-- 1 502 20  18 Sep 22  2011 package_version

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Dutch.lproj:
total 2
lrwxrwxrwx 1 502 20 0 Sep 28  2011 License.rtf -> 

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/English.lproj:
total 2
lrwxrwxrwx 1 502 20 0 Sep 28  2011 License.rtf -> 

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/French.lproj:
total 2
lrwxrwxrwx 1 502 20 0 Sep 28  2011 License.rtf -> 

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Italian.lproj:
total 2
lrwxrwxrwx 1 502 20 0 Sep 28  2011 License.rtf -> 

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Russian.lproj:
total 2
lrwxrwxrwx 1 502 20 0 Sep 28  2011 License.rtf -> 

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Spanish.lproj:
total 2
lrwxrwxrwx 1 502 20 0 Sep 28  2011 License.rtf -> 

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg:
total 2
drwx------ 3 502 20 296 Nov 11  2010 Contents

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents:
total 1766
-rwx------ 1 502 20   35905 Nov 11  2010 Archive.bom
-rwx------ 1 502 20 1761378 Nov 11  2010 Archive.pax.gz
-rwx------ 1 502 20    2577 Nov 11  2010 Info.plist
-rwx------ 1 502 20       8 Nov 11  2010 PkgInfo
drwx------ 5 502 20     808 Nov 11  2010 Resources

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources:
total 84
-rwx------ 1 502 20    50 Nov 11  2010 Archive.sizes
-rwx------ 1 502 20   441 Nov 11  2010 Description.plist
drwx------ 2 502 20    92 Nov 11  2010 English.lproj
drwx------ 2 502 20    92 Nov 11  2010 French.lproj
drwx------ 2 502 20    92 Nov 11  2010 German.lproj
-rwx------ 1 502 20   474 Nov 11  2010 IFRequirement.strings
-rwx------ 1 502 20  9593 Nov 11  2010 License.rtf
lrwxrwxrwx 1 502 20     0 Nov 11  2010 SteamInstall.bom -> 
-rwx------ 1 502 20   294 Nov 11  2010 SteamInstall.info
lrwxrwxrwx 1 502 20     0 Nov 11  2010 SteamInstall.pax.gz -> 
lrwxrwxrwx 1 502 20     0 Nov 11  2010 SteamInstall.sizes -> 
-rwx------ 1 502 20 49305 Nov 11  2010 background
-rwx------ 1 502 20    18 Nov 11  2010 package_version
-rwx------ 1 502 20   458 Nov 11  2010 postflight

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/English.lproj:
total 10
-rwx------ 1 502 20 9593 Nov 11  2010 License.rtf

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/French.lproj:
total 14
-rwx------ 1 502 20 12542 Nov 11  2010 License.rtf

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/German.lproj:
total 12
-rwx------ 1 502 20 11614 Nov 11  2010 License.rtf

FM2012/Install FM2012.app/Contents/Resources/en.lproj:
total 40
-rwx------ 1 502 20   198 Sep 15  2010 InfoPlist.strings
-rwx------ 1 502 20   436 Sep 15  2010 credits.rtf
-rwx------ 1 502 20 35020 Sep 15  2010 mainmenu.nib

FM2012/resources:
total 94334
-rwx------ 1 502 20 8526336 Aug 24  2011 SteamInstall_Czech.msi
-rwx------ 1 502 20 8526336 Aug 24  2011 SteamInstall_Danish.msi
-rwx------ 1 502 20 8530432 Aug 24  2011 SteamInstall_Dutch.msi
-rwx------ 1 502 20 8524800 Aug 24  2011 SteamInstall_English.msi
-rwx------ 1 502 20 8532992 Aug 24  2011 SteamInstall_French.msi
-rwx------ 1 502 20 8529408 Aug 24  2011 SteamInstall_Italian.msi
-rwx------ 1 502 20 8525312 Aug 24  2011 SteamInstall_Norwegian.msi
-rwx------ 1 502 20 8526848 Aug 24  2011 SteamInstall_Polish.msi
-rwx------ 1 502 20 8527872 Aug 24  2011 SteamInstall_Portuguese.msi
-rwx------ 1 502 20 8529408 Aug 24  2011 SteamInstall_Spanish.msi
-rwx------ 1 502 20 8525824 Aug 24  2011 SteamInstall_Swedish.msi
-rwx------ 1 502 20    7916 Mar 16  2011 click.wav
-rwx------ 1 502 20   25784 Sep 26  2011 eula.rtf
-rwx------ 1 502 20   32033 Sep 26  2011 eula_czech.rtf
-rwx------ 1 502 20   30174 Sep 26  2011 eula_danish.rtf
-rwx------ 1 502 20   30792 Sep 26  2011 eula_dutch.rtf
-rwx------ 1 502 20   25784 Sep 26  2011 eula_english.rtf
-rwx------ 1 502 20   31518 Sep 30  2011 eula_french.rtf
-rwx------ 1 502 20   25784 Sep 26  2011 eula_german.rtf
-rwx------ 1 502 20   29907 Sep 26  2011 eula_italian.rtf
-rwx------ 1 502 20   25784 Sep 26  2011 eula_japanese.rtf
-rwx------ 1 502 20   74778 Sep 25  2011 eula_korean.rtf
-rwx------ 1 502 20   29116 Sep 30  2011 eula_norwegian.rtf
-rwx------ 1 502 20   35166 Sep 25  2011 eula_polish.rtf
-rwx------ 1 502 20   29724 Sep 30  2011 eula_portuguese.rtf
-rwx------ 1 502 20  133611 Sep 25  2011 eula_russian.rtf
-rwx------ 1 502 20   31344 Sep 30  2011 eula_spanish.rtf
-rwx------ 1 502 20   32059 Sep 30  2011 eula_swedish.rtf
-rwx------ 1 502 20  296265 Aug 26  2011 icon.icns
-rwx------ 1 502 20  355574 Aug 26  2011 icon.ico
-rwx------ 1 502 20  529240 Mar 16  2011 launch.wav
drwx------ 2 502 20      96 Aug 25  2011 redist
-rwx------ 1 502 20  921656 Aug 26  2011 setup.bmp
-rwx------ 1 502 20    1638 Oct  1  2011 setup_czech.ini
-rwx------ 1 502 20    1556 Oct  1  2011 setup_danish.ini
-rwx------ 1 502 20    1708 Oct  1  2011 setup_dutch.ini
-rwx------ 1 502 20    2136 Jun 21  2011 setup_english.ini
-rwx------ 1 502 20    1712 Oct  1  2011 setup_french.ini
-rwx------ 1 502 20    1564 Oct  1  2011 setup_italian.ini
-rwx------ 1 502 20    1528 Oct  1  2011 setup_norwegian.ini
-rwx------ 1 502 20    1578 Oct  1  2011 setup_polish.ini
-rwx------ 1 502 20    1568 Oct  1  2011 setup_portuguese.ini
-rwx------ 1 502 20    1622 Oct  1  2011 setup_spanish.ini
-rwx------ 1 502 20    1504 Oct  1  2011 setup_swedish.ini

FM2012/resources/redist:
total 2660
-rwx------ 1 502 20 2723264 Jun 21  2011 vcredist_x86.exe

# Test FM2012
0.00%:  - 
JohnVeness commented 6 months ago
# mount -o ro,norock -t iso9660 FM2012.iso FM2012

# ls -lR FM2012
FM2012:
total 1550102
-r-xr-xr-x 1 root root      53379 Oct  1  2011 .VolumeIcon.icns
-r-xr-xr-x 1 root root       4096 Oct  1  2011 ._
-r-xr-xr-x 1 root root       6476 Sep 10  2011 FM_readme_Danish.txt
-r-xr-xr-x 1 root root       6594 Sep 10  2011 FM_readme_Dutch.txt
-r-xr-xr-x 1 root root       6394 Aug 19  2011 FM_readme_English.txt
-r-xr-xr-x 1 root root       6649 Sep 10  2011 FM_readme_French.txt
-r-xr-xr-x 1 root root       6705 Sep 10  2011 FM_readme_Italian.txt
-r-xr-xr-x 1 root root       6041 Sep 10  2011 FM_readme_Norwegian.txt
-r-xr-xr-x 1 root root       6662 Sep 10  2011 FM_readme_Portuguese.txt
-r-xr-xr-x 1 root root       6705 Sep 10  2011 FM_readme_Spanish.txt
-r-xr-xr-x 1 root root       6384 Sep 10  2011 FM_readme_Swedish.txt
-r-xr-xr-x 1 root root     152688 Sep 30  2011 Football Manager 2012_disk1.sim
-r-xr-xr-x 1 root root        296 Sep 30  2011 Football Manager 2012_disk1.sis
-r-xr-xr-x 1 root root 1493275976 Sep 30  2011 Football Manager 2012_disk1_0.sid
-r-xr-xr-x 1 root root   90561776 Sep 30  2011 Football Manager 2012_disk1_1.sid
dr-xr-xr-x 1 root root       2048 Aug 26  2011 Install FM2012.app
-r-xr-xr-x 1 root root     355920 Jun 21  2011 Setup.exe
-r-xr-xr-x 1 root root     411016 Jun 21  2011 SteamService.exe
-r-xr-xr-x 1 root root         44 Jun 21  2011 autorun.inf
-r-xr-xr-x 1 root root     106601 Oct  1  2011 background.png
-r-xr-xr-x 1 root root       7916 Mar 16  2011 click.wav
-r-xr-xr-x 1 root root     296265 Aug 26  2011 icon.icns
-r-xr-xr-x 1 root root     355574 Aug 26  2011 icon.ico
-r-xr-xr-x 1 root root     529240 Mar 16  2011 launch.wav
dr-xr-xr-x 1 root root       8192 Sep 30  2011 resources
-r-xr-xr-x 1 root root     921656 Aug 26  2011 setup.bmp
-r-xr-xr-x 1 root root       1442 Sep  7  2011 setup.ini
-r-xr-xr-x 1 root root     194084 Aug 26  2011 splash.tga

FM2012/Install FM2012.app:
total 2
dr-xr-xr-x 1 root root 2048 Sep 15  2010 Contents

FM2012/Install FM2012.app/Contents:
total 6
-r-xr-xr-x 1 root root 1138 Sep 15  2010 Info.plist
dr-xr-xr-x 1 root root 2048 Nov  3  2010 MacOS
-r-xr-xr-x 1 root root    8 Sep 15  2010 PkgInfo
dr-xr-xr-x 1 root root 2048 Sep 28  2011 Resources

FM2012/Install FM2012.app/Contents/MacOS:
total 53
-r-xr-xr-x 1 root root 54108 Nov  3  2010 SteamRetailInstaller

FM2012/Install FM2012.app/Contents/Resources:
total 76
dr-xr-xr-x 1 root root  2048 Sep 22  2011 EULA.pkg
dr-xr-xr-x 1 root root  2048 Nov 11  2010 SteamInstall.pkg
dr-xr-xr-x 1 root root  2048 Sep 15  2010 en.lproj
-r-xr-xr-x 1 root root  2885 Sep 22  2011 installer.sh
-r-xr-xr-x 1 root root 14720 Nov  3  2010 setuphelper
-r-xr-xr-x 1 root root 53379 Aug 26  2011 steam.icns

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg:
total 2
dr-xr-xr-x 1 root root 2048 Sep 22  2011 Contents

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents:
total 41
-r-xr-xr-x 1 root root 35077 Sep 22  2011 Archive.bom
-r-xr-xr-x 1 root root    78 Sep 22  2011 Archive.pax.gz
-r-xr-xr-x 1 root root  1487 Sep 22  2011 Info.plist
-r-xr-xr-x 1 root root     8 Sep 22  2011 PkgInfo
dr-xr-xr-x 1 root root  2048 Sep 22  2011 Plugins
dr-xr-xr-x 1 root root  2048 Sep 28  2011 Resources

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins:
total 3
-r-xr-xr-x 1 root root  458 Sep 22  2011 InstallerSections.plist
dr-xr-xr-x 1 root root 2048 Sep 22  2011 Registration.bundle

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle:
total 2
dr-xr-xr-x 1 root root 2048 Sep 22  2011 Contents

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents:
total 6
-r-xr-xr-x 1 root root 1133 Sep 22  2011 Info.plist
dr-xr-xr-x 1 root root 2048 Sep 22  2011 MacOS
dr-xr-xr-x 1 root root 2048 Sep 22  2011 Resources

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/MacOS:
total 30
-r-xr-xr-x 1 root root 29956 Sep 22  2011 Registration

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources:
total 3
dr-xr-xr-x 1 root root 2048 Sep 22  2011 English.lproj
-r-xr-xr-x 1 root root  741 Sep 22  2011 Info.plist

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/English.lproj:
total 3
-r-xr-xr-x 1 root root  176 Sep 22  2011 InfoPlist.strings
-r-xr-xr-x 1 root root   96 Sep 22  2011 Localizable.strings
-r-xr-xr-x 1 root root 1621 Sep 22  2011 Registration.nib

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources:
total 14
-r-xr-xr-x 1 root root   44 Sep 22  2011 Archive.sizes
-r-xr-xr-x 1 root root  419 Sep 22  2011 Description.plist
dr-xr-xr-x 1 root root 2048 Sep 28  2011 Dutch.lproj
dr-xr-xr-x 1 root root 2048 Sep 28  2011 English.lproj
dr-xr-xr-x 1 root root 2048 Sep 28  2011 French.lproj
-r-xr-xr-x 1 root root   51 Sep 22  2011 InstallationCheck
dr-xr-xr-x 1 root root 2048 Sep 28  2011 Italian.lproj
dr-xr-xr-x 1 root root 2048 Sep 28  2011 Russian.lproj
dr-xr-xr-x 1 root root 2048 Sep 28  2011 Spanish.lproj
-r-xr-xr-x 1 root root   18 Sep 22  2011 package_version

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Dutch.lproj:
total 1
-r-xr-xr-x 1 root root 45 Sep 28  2011 License.rtf

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/English.lproj:
total 1
-r-xr-xr-x 1 root root 47 Sep 28  2011 License.rtf

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/French.lproj:
total 1
-r-xr-xr-x 1 root root 46 Sep 28  2011 License.rtf

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Italian.lproj:
total 1
-r-xr-xr-x 1 root root 47 Sep 28  2011 License.rtf

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Russian.lproj:
total 1
-r-xr-xr-x 1 root root 47 Sep 28  2011 License.rtf

FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Spanish.lproj:
total 1
-r-xr-xr-x 1 root root 47 Sep 28  2011 License.rtf

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg:
total 2
dr-xr-xr-x 1 root root 2048 Nov 11  2010 Contents

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents:
total 1764
-r-xr-xr-x 1 root root   35905 Nov 11  2010 Archive.bom
-r-xr-xr-x 1 root root 1761378 Nov 11  2010 Archive.pax.gz
-r-xr-xr-x 1 root root    2577 Nov 11  2010 Info.plist
-r-xr-xr-x 1 root root       8 Nov 11  2010 PkgInfo
dr-xr-xr-x 1 root root    4096 Nov 11  2010 Resources

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources:
total 69
-r-xr-xr-x 1 root root    50 Nov 11  2010 Archive.sizes
-r-xr-xr-x 1 root root   441 Nov 11  2010 Description.plist
dr-xr-xr-x 1 root root  2048 Nov 11  2010 English.lproj
dr-xr-xr-x 1 root root  2048 Nov 11  2010 French.lproj
dr-xr-xr-x 1 root root  2048 Nov 11  2010 German.lproj
-r-xr-xr-x 1 root root   474 Nov 11  2010 IFRequirement.strings
-r-xr-xr-x 1 root root  9593 Nov 11  2010 License.rtf
-r-xr-xr-x 1 root root    14 Nov 11  2010 SteamInstall.bom
-r-xr-xr-x 1 root root   294 Nov 11  2010 SteamInstall.info
-r-xr-xr-x 1 root root    17 Nov 11  2010 SteamInstall.pax.gz
-r-xr-xr-x 1 root root    15 Nov 11  2010 SteamInstall.sizes
-r-xr-xr-x 1 root root 49305 Nov 11  2010 background
-r-xr-xr-x 1 root root    18 Nov 11  2010 package_version
-r-xr-xr-x 1 root root   458 Nov 11  2010 postflight

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/English.lproj:
total 10
-r-xr-xr-x 1 root root 9593 Nov 11  2010 License.rtf

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/French.lproj:
total 13
-r-xr-xr-x 1 root root 12542 Nov 11  2010 License.rtf

FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/German.lproj:
total 12
-r-xr-xr-x 1 root root 11614 Nov 11  2010 License.rtf

FM2012/Install FM2012.app/Contents/Resources/en.lproj:
total 36
-r-xr-xr-x 1 root root   198 Sep 15  2010 InfoPlist.strings
-r-xr-xr-x 1 root root   436 Sep 15  2010 credits.rtf
-r-xr-xr-x 1 root root 35020 Sep 15  2010 mainmenu.nib

FM2012/resources:
total 94306
-r-xr-xr-x 1 root root 8526336 Aug 24  2011 SteamInstall_Czech.msi
-r-xr-xr-x 1 root root 8526336 Aug 24  2011 SteamInstall_Danish.msi
-r-xr-xr-x 1 root root 8530432 Aug 24  2011 SteamInstall_Dutch.msi
-r-xr-xr-x 1 root root 8524800 Aug 24  2011 SteamInstall_English.msi
-r-xr-xr-x 1 root root 8532992 Aug 24  2011 SteamInstall_French.msi
-r-xr-xr-x 1 root root 8529408 Aug 24  2011 SteamInstall_Italian.msi
-r-xr-xr-x 1 root root 8525312 Aug 24  2011 SteamInstall_Norwegian.msi
-r-xr-xr-x 1 root root 8526848 Aug 24  2011 SteamInstall_Polish.msi
-r-xr-xr-x 1 root root 8527872 Aug 24  2011 SteamInstall_Portuguese.msi
-r-xr-xr-x 1 root root 8529408 Aug 24  2011 SteamInstall_Spanish.msi
-r-xr-xr-x 1 root root 8525824 Aug 24  2011 SteamInstall_Swedish.msi
-r-xr-xr-x 1 root root    7916 Mar 16  2011 click.wav
-r-xr-xr-x 1 root root   25784 Sep 26  2011 eula.rtf
-r-xr-xr-x 1 root root   32033 Sep 26  2011 eula_czech.rtf
-r-xr-xr-x 1 root root   30174 Sep 26  2011 eula_danish.rtf
-r-xr-xr-x 1 root root   30792 Sep 26  2011 eula_dutch.rtf
-r-xr-xr-x 1 root root   25784 Sep 26  2011 eula_english.rtf
-r-xr-xr-x 1 root root   31518 Sep 30  2011 eula_french.rtf
-r-xr-xr-x 1 root root   25784 Sep 26  2011 eula_german.rtf
-r-xr-xr-x 1 root root   29907 Sep 26  2011 eula_italian.rtf
-r-xr-xr-x 1 root root   25784 Sep 26  2011 eula_japanese.rtf
-r-xr-xr-x 1 root root   74778 Sep 25  2011 eula_korean.rtf
-r-xr-xr-x 1 root root   29116 Sep 30  2011 eula_norwegian.rtf
-r-xr-xr-x 1 root root   35166 Sep 25  2011 eula_polish.rtf
-r-xr-xr-x 1 root root   29724 Sep 30  2011 eula_portuguese.rtf
-r-xr-xr-x 1 root root  133611 Sep 25  2011 eula_russian.rtf
-r-xr-xr-x 1 root root   31344 Sep 30  2011 eula_spanish.rtf
-r-xr-xr-x 1 root root   32059 Sep 30  2011 eula_swedish.rtf
-r-xr-xr-x 1 root root  296265 Aug 26  2011 icon.icns
-r-xr-xr-x 1 root root  355574 Aug 26  2011 icon.ico
-r-xr-xr-x 1 root root  529240 Mar 16  2011 launch.wav
dr-xr-xr-x 1 root root    2048 Aug 25  2011 redist
-r-xr-xr-x 1 root root  921656 Aug 26  2011 setup.bmp
-r-xr-xr-x 1 root root    1638 Oct  1  2011 setup_czech.ini
-r-xr-xr-x 1 root root    1556 Oct  1  2011 setup_danish.ini
-r-xr-xr-x 1 root root    1708 Oct  1  2011 setup_dutch.ini
-r-xr-xr-x 1 root root    2136 Jun 21  2011 setup_english.ini
-r-xr-xr-x 1 root root    1712 Oct  1  2011 setup_french.ini
-r-xr-xr-x 1 root root    1564 Oct  1  2011 setup_italian.ini
-r-xr-xr-x 1 root root    1528 Oct  1  2011 setup_norwegian.ini
-r-xr-xr-x 1 root root    1578 Oct  1  2011 setup_polish.ini
-r-xr-xr-x 1 root root    1568 Oct  1  2011 setup_portuguese.ini
-r-xr-xr-x 1 root root    1622 Oct  1  2011 setup_spanish.ini
-r-xr-xr-x 1 root root    1504 Oct  1  2011 setup_swedish.ini

FM2012/resources/redist:
total 2660
-r-xr-xr-x 1 root root 2723264 Jun 21  2011 vcredist_x86.exe

# Test FM2012
0.00%:  - 
0.00%: FM2012/._ - Checking file
0.85%: FM2012/._ - 
0.85%: FM2012/.VolumeIcon.icns - Checking file
1.69%: FM2012/.VolumeIcon.icns - 
1.69%: FM2012/FM_readme_Danish.txt - Checking file
2.54%: FM2012/FM_readme_Danish.txt - 
2.54%: FM2012/FM_readme_Dutch.txt - Checking file
3.39%: FM2012/FM_readme_Dutch.txt - 
3.39%: FM2012/FM_readme_English.txt - Checking file
4.24%: FM2012/FM_readme_English.txt - 
4.24%: FM2012/FM_readme_French.txt - Checking file
5.08%: FM2012/FM_readme_French.txt - 
5.08%: FM2012/FM_readme_Italian.txt - Checking file
5.93%: FM2012/FM_readme_Italian.txt - 
5.93%: FM2012/FM_readme_Norwegian.txt - Checking file
6.78%: FM2012/FM_readme_Norwegian.txt - 
6.78%: FM2012/FM_readme_Portuguese.txt - Checking file
7.63%: FM2012/FM_readme_Portuguese.txt - 
7.63%: FM2012/FM_readme_Spanish.txt - Checking file
8.47%: FM2012/FM_readme_Spanish.txt - 
8.47%: FM2012/FM_readme_Swedish.txt - Checking file
9.32%: FM2012/FM_readme_Swedish.txt - 
9.32%: FM2012/Football Manager 2012_disk1.sim - Checking file
10.17%: FM2012/Football Manager 2012_disk1.sim - 
10.17%: FM2012/Football Manager 2012_disk1.sis - Checking file
11.02%: FM2012/Football Manager 2012_disk1.sis - 
11.02%: FM2012/Football Manager 2012_disk1_0.sid - Checking file
11.86%: FM2012/Football Manager 2012_disk1_0.sid - 
11.86%: FM2012/Football Manager 2012_disk1_1.sid - Checking file
12.71%: FM2012/Football Manager 2012_disk1_1.sid - 
12.71%: FM2012/Setup.exe - Checking file
13.56%: FM2012/Setup.exe - Steam
13.56%: FM2012/SteamService.exe - Checking file
14.41%: FM2012/SteamService.exe - Steam, Steam
14.41%: FM2012/autorun.inf - Checking file
15.25%: FM2012/autorun.inf - 
15.25%: FM2012/background.png - Checking file
16.10%: FM2012/background.png - 
16.10%: FM2012/click.wav - Checking file
16.95%: FM2012/click.wav - 
16.95%: FM2012/icon.icns - Checking file
17.80%: FM2012/icon.icns - 
17.80%: FM2012/icon.ico - Checking file
18.64%: FM2012/icon.ico - 
18.64%: FM2012/launch.wav - Checking file
19.49%: FM2012/setup.bmp - Checking file
19.49%: FM2012/launch.wav - 
20.34%: FM2012/setup.ini - Checking file
20.34%: FM2012/setup.bmp - 
21.19%: FM2012/setup.ini - 
21.19%: FM2012/splash.tga - Checking file
22.03%: FM2012/splash.tga - 
22.03%: FM2012/resources/SteamInstall_Czech.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Error - Checking file from archive
8.75%: /Dialog - 
10.00%: /Binary.CD - Checking file from archive
10.00%: /Error - 
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Registry - Checking file from archive
17.50%: /Feature - 
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Control - Checking file from archive
20.00%: /Shortcut - 
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.english - Checking file from archive
46.25%: /Binary.danish - 
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.korean - Checking file from archive
51.25%: /Binary.german2 - 
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.swedish - Checking file from archive
57.50%: /Binary.side16 - 
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /_StringData - Checking file from archive
60.00%: /Binary.trash1 - 
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /CustomAction - Checking file from archive
67.50%: /MsiFileHash - 
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /Icon.Icon048298C92.url - Checking file from archive
88.75%: /InstallUISequence - 
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
22.88%: FM2012/resources/SteamInstall_Czech.msi - Steam
22.88%: FM2012/resources/SteamInstall_Danish.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Registry - Checking file from archive
17.50%: /Feature - 
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.top16 - Checking file from archive
30.00%: /Binary.thai - 
31.25%: /_Required - Checking file from archive
31.25%: /Binary.top16 - 
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.english - Checking file from archive
46.25%: /Binary.danish - 
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.german2 - Checking file from archive
50.00%: /Binary.finnish - 
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.russian - Checking file from archive
53.75%: /Binary.polish - 
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.trash1 - Checking file from archive
58.75%: /Binary.swedish - 
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
61.25%: /_StringPool - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /CustomAction - Checking file from archive
67.50%: /MsiFileHash - 
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /Binary.Complete - Checking file from archive
70.00%: /EventMapping - 
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.tchinese - Checking file from archive
76.25%: /Binary.schinese - 
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdvtExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
23.73%: FM2012/resources/SteamInstall_Danish.msi - 
23.73%: FM2012/resources/SteamInstall_Dutch.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /File - Checking file from archive
2.50%: /Icon - 
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Error - Checking file from archive
8.75%: /Dialog - 
10.00%: /Binary.CD - Checking file from archive
10.00%: /Error - 
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Icon - Checking file from archive
25.00%: /Binary.Info - 
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.thai - Checking file from archive
28.75%: /Binary.dutch - 
30.00%: /Binary.top16 - Checking file from archive
30.00%: /Binary.thai - 
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /ActionText - Checking file from archive
33.75%: /_Sequence - 
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.polish - Checking file from archive
52.50%: /Binary.korean - 
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.swedish - Checking file from archive
57.50%: /Binary.side16 - 
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
67.50%: /CustomAction - Checking file from archive
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.japanese - Checking file from archive
72.50%: /Binary.italian3 - 
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.schinese - Checking file from archive
75.00%: /Binary.norwegian - 
76.25%: /Binary.tchinese - Checking file from archive
76.25%: /Binary.schinese - 
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /Binary.portuguese - Checking file from archive
78.75%: /RemoveRegistry - 
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /LaunchCondition - Checking file from archive
81.25%: /_InstallValidate - 
82.50%: /AdminUISequence - Checking file from archive
82.50%: /LaunchCondition - 
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /Icon.Icon048298C92.url - Checking file from archive
88.75%: /InstallUISequence - 
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
24.58%: FM2012/resources/SteamInstall_Dutch.msi - 
24.58%: FM2012/resources/SteamInstall_English.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.finnish - Checking file from archive
48.75%: /Binary.french1 - 
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.side16 - Checking file from archive
56.25%: /Binary.spanish - 
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /_StringData - Checking file from archive
60.00%: /Binary.trash1 - 
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /MsiFileHash - Checking file from archive
66.25%: /ControlEvent - 
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /FeatureComponents - Checking file from archive
86.25%: /Binary.Callwisepatch - 
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /InstallExecuteSequence - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
25.42%: FM2012/resources/SteamInstall_English.msi - Steam
25.42%: FM2012/resources/SteamInstall_French.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /Media - Checking file from archive
5.00%: /UIText - 
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Icon - Checking file from archive
25.00%: /Binary.Info - 
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /RegLocator - Checking file from archive
35.00%: /ActionText - 
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /_StringData - Checking file from archive
60.00%: /Binary.trash1 - 
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /MsiFileHash - Checking file from archive
66.25%: /ControlEvent - 
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.japanese - Checking file from archive
72.50%: /Binary.italian3 - 
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /Binary.portuguese - Checking file from archive
78.75%: /RemoveRegistry - 
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /FeatureComponents - Checking file from archive
86.25%: /Binary.Callwisepatch - 
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
26.27%: FM2012/resources/SteamInstall_French.msi - Steam
26.27%: FM2012/resources/SteamInstall_Italian.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /_Columns - Checking file from archive
13.75%: /Binary.Up - 
15.00%: /_Tables - Checking file from archive
15.00%: /_Columns - 
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Shortcut - Checking file from archive
18.75%: /Registry - 
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Property - Checking file from archive
21.25%: /Control - 
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Icon - Checking file from archive
25.00%: /Binary.Info - 
26.25%: /Binary.Music - Checking file from archive
26.25%: /Binary.Icon - 
27.50%: /Binary.dutch - Checking file from archive
27.50%: /Binary.Music - 
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /ActionText - Checking file from archive
33.75%: /_Sequence - 
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RemoveFile - Checking file from archive
36.25%: /RegLocator - 
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.polish - Checking file from archive
52.50%: /Binary.korean - 
53.75%: /Binary.russian - Checking file from archive
53.75%: /Binary.polish - 
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /ControlEvent - Checking file from archive
65.00%: /RadioButton - 
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /Binary.portuguese - Checking file from archive
78.75%: /RemoveRegistry - 
80.00%: /_InstallValidate - Checking file from archive
80.00%: /Binary.portuguese - 
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
27.12%: FM2012/resources/SteamInstall_Italian.msi - Steam
27.12%: FM2012/resources/SteamInstall_Norwegian.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.New - Checking file from archive
11.25%: /Binary.CD - 
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Music - Checking file from archive
26.25%: /Binary.Icon - 
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.top16 - Checking file from archive
30.00%: /Binary.thai - 
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.finnish - Checking file from archive
48.75%: /Binary.french1 - 
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.russian - Checking file from archive
53.75%: /Binary.polish - 
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /_StringData - Checking file from archive
60.00%: /Binary.trash1 - 
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /CustomAction - Checking file from archive
67.50%: /MsiFileHash - 
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.schinese - Checking file from archive
75.00%: /Binary.norwegian - 
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /_InstallValidate - Checking file from archive
80.00%: /Binary.portuguese - 
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
27.97%: FM2012/resources/SteamInstall_Norwegian.msi - 
27.97%: FM2012/resources/SteamInstall_Polish.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /File - Checking file from archive
2.50%: /Icon - 
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Dialog - Checking file from archive
7.50%: /Binary - 
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.Up - Checking file from archive
12.50%: /Binary.New - 
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.thai - Checking file from archive
28.75%: /Binary.dutch - 
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /AdminExecuteSequence - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /DigitalSignature - Checking file from archive
97.50%: /InstallExecuteSequence - 
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
28.81%: FM2012/resources/SteamInstall_Polish.msi - Steam
28.81%: FM2012/resources/SteamInstall_Portuguese.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.New - Checking file from archive
11.25%: /Binary.CD - 
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /Feature - Checking file from archive
16.25%: /_Tables - 
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Shortcut - Checking file from archive
18.75%: /Registry - 
20.00%: /Control - Checking file from archive
20.00%: /Shortcut - 
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Icon - Checking file from archive
25.00%: /Binary.Info - 
26.25%: /Binary.Music - Checking file from archive
26.25%: /Binary.Icon - 
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.english - Checking file from archive
46.25%: /Binary.danish - 
47.50%: /Binary.french1 - Checking file from archive
47.50%: /Binary.english - 
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.korean - Checking file from archive
51.25%: /Binary.german2 - 
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /EventMapping - Checking file from archive
68.75%: /CustomAction - 
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
29.66%: FM2012/resources/SteamInstall_Portuguese.msi - 
29.66%: FM2012/resources/SteamInstall_Spanish.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Columns - 
15.00%: /_Tables - Checking file from archive
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Info - 
25.00%: /Binary.Icon - Checking file from archive
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Sequence - Checking file from archive
32.50%: /_Required - 
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RemoveFile - Checking file from archive
36.25%: /RegLocator - 
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /AppSearch - 
42.50%: /Binary.Custom - Checking file from archive
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.danish - 
46.25%: /Binary.english - Checking file from archive
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.polish - Checking file from archive
52.50%: /Binary.korean - 
53.75%: /Binary.russian - Checking file from archive
53.75%: /Binary.polish - 
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.japanese - 
73.75%: /Binary.norwegian - Checking file from archive
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /_InstallValidate - Checking file from archive
80.00%: /Binary.portuguese - 
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /FeatureComponents - Checking file from archive
86.25%: /Binary.Callwisepatch - 
87.50%: /InstallUISequence - Checking file from archive
87.50%: /FeatureComponents - 
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
30.51%: FM2012/resources/SteamInstall_Spanish.msi - Steam
30.51%: FM2012/resources/SteamInstall_Swedish.msi - Checking file
0.00%:  - 
0.00%: /Cabs - Checking file from archive
1.25%: /Cabs - 
1.25%: /Icon - Checking file from archive
2.50%: /Icon - 
2.50%: /File - Checking file from archive
3.75%: /File - 
3.75%: /UIText - Checking file from archive
5.00%: /UIText - 
5.00%: /Media - Checking file from archive
6.25%: /Media - 
6.25%: /Binary - Checking file from archive
7.50%: /Binary - 
7.50%: /Dialog - Checking file from archive
8.75%: /Dialog - 
8.75%: /Error - Checking file from archive
10.00%: /Error - 
10.00%: /Binary.CD - Checking file from archive
11.25%: /Binary.CD - 
11.25%: /Binary.New - Checking file from archive
12.50%: /Binary.New - 
12.50%: /Binary.Up - Checking file from archive
13.75%: /Binary.Up - 
13.75%: /_Columns - Checking file from archive
15.00%: /_Tables - Checking file from archive
15.00%: /_Columns - 
16.25%: /_Tables - 
16.25%: /Feature - Checking file from archive
17.50%: /Feature - 
17.50%: /Registry - Checking file from archive
18.75%: /Registry - 
18.75%: /Shortcut - Checking file from archive
20.00%: /Shortcut - 
20.00%: /Control - Checking file from archive
21.25%: /Control - 
21.25%: /Property - Checking file from archive
22.50%: /Property - 
22.50%: /Cabs.w1.cab - Checking file from archive
23.75%: /Cabs.w1.cab - 
23.75%: /Binary.Info - Checking file from archive
25.00%: /Binary.Icon - Checking file from archive
25.00%: /Binary.Info - 
26.25%: /Binary.Icon - 
26.25%: /Binary.Music - Checking file from archive
27.50%: /Binary.Music - 
27.50%: /Binary.dutch - Checking file from archive
28.75%: /Binary.dutch - 
28.75%: /Binary.thai - Checking file from archive
30.00%: /Binary.thai - 
30.00%: /Binary.top16 - Checking file from archive
31.25%: /Binary.top16 - 
31.25%: /_Required - Checking file from archive
32.50%: /_Required - 
32.50%: /_Sequence - Checking file from archive
33.75%: /_Sequence - 
33.75%: /ActionText - Checking file from archive
35.00%: /ActionText - 
35.00%: /RegLocator - Checking file from archive
36.25%: /RegLocator - 
36.25%: /RemoveFile - Checking file from archive
37.50%: /RemoveFile - 
37.50%: /TextStyle - Checking file from archive
38.75%: /TextStyle - 
38.75%: /Directory - Checking file from archive
40.00%: /Directory - 
40.00%: /Component - Checking file from archive
41.25%: /Component - 
41.25%: /AppSearch - Checking file from archive
42.50%: /Binary.Custom - Checking file from archive
42.50%: /AppSearch - 
43.75%: /Binary.Custom - 
43.75%: /Binary.Typical - Checking file from archive
45.00%: /Binary.Typical - 
45.00%: /Binary.danish - Checking file from archive
46.25%: /Binary.english - Checking file from archive
46.25%: /Binary.danish - 
47.50%: /Binary.english - 
47.50%: /Binary.french1 - Checking file from archive
48.75%: /Binary.french1 - 
48.75%: /Binary.finnish - Checking file from archive
50.00%: /Binary.finnish - 
50.00%: /Binary.german2 - Checking file from archive
51.25%: /Binary.german2 - 
51.25%: /Binary.korean - Checking file from archive
52.50%: /Binary.korean - 
52.50%: /Binary.polish - Checking file from archive
53.75%: /Binary.polish - 
53.75%: /Binary.russian - Checking file from archive
55.00%: /Binary.russian - 
55.00%: /Binary.spanish - Checking file from archive
56.25%: /Binary.spanish - 
56.25%: /Binary.side16 - Checking file from archive
57.50%: /Binary.side16 - 
57.50%: /Binary.swedish - Checking file from archive
58.75%: /Binary.swedish - 
58.75%: /Binary.trash1 - Checking file from archive
60.00%: /Binary.trash1 - 
60.00%: /_StringData - Checking file from archive
61.25%: /_StringData - 
61.25%: /_StringPool - Checking file from archive
62.50%: /_StringPool - 
62.50%: /_Validation - Checking file from archive
63.75%: /_Validation - 
63.75%: /RadioButton - Checking file from archive
65.00%: /RadioButton - 
65.00%: /ControlEvent - Checking file from archive
66.25%: /ControlEvent - 
66.25%: /MsiFileHash - Checking file from archive
67.50%: /MsiFileHash - 
67.50%: /CustomAction - Checking file from archive
68.75%: /CustomAction - 
68.75%: /EventMapping - Checking file from archive
70.00%: /EventMapping - 
70.00%: /Binary.Complete - Checking file from archive
71.25%: /Binary.Complete - 
71.25%: /Binary.italian3 - Checking file from archive
72.50%: /Binary.italian3 - 
72.50%: /Binary.japanese - Checking file from archive
73.75%: /Binary.norwegian - Checking file from archive
73.75%: /Binary.japanese - 
75.00%: /Binary.norwegian - 
75.00%: /Binary.schinese - Checking file from archive
76.25%: /Binary.schinese - 
76.25%: /Binary.tchinese - Checking file from archive
77.50%: /Binary.tchinese - 
77.50%: /RemoveRegistry - Checking file from archive
78.75%: /RemoveRegistry - 
78.75%: /Binary.portuguese - Checking file from archive
80.00%: /Binary.portuguese - 
80.00%: /_InstallValidate - Checking file from archive
81.25%: /_InstallValidate - 
81.25%: /LaunchCondition - Checking file from archive
82.50%: /LaunchCondition - 
82.50%: /AdminUISequence - Checking file from archive
83.75%: /AdminUISequence - 
83.75%: /ControlCondition - Checking file from archive
85.00%: /ControlCondition - 
85.00%: /Binary.Callwisepatch - Checking file from archive
86.25%: /Binary.Callwisepatch - 
86.25%: /FeatureComponents - Checking file from archive
87.50%: /FeatureComponents - 
87.50%: /InstallUISequence - Checking file from archive
88.75%: /InstallUISequence - 
88.75%: /Icon.Icon048298C92.url - Checking file from archive
90.00%: /Icon.Icon048298C92.url - 
90.00%: /Binary.WiseCustomCalla - Checking file from archive
91.25%: /Binary.WiseCustomCalla - 
91.25%: /Binary.WiseCustomCall - Checking file from archive
92.50%: /Binary.WiseCustomCall - 
92.50%: /AdminExecuteSequence - Checking file from archive
93.75%: /AdminExecuteSequence - 
93.75%: /AdvtExecuteSequence - Checking file from archive
95.00%: /AdvtExecuteSequence - 
95.00%: /Binary.WiseCustomCalla6 - Checking file from archive
96.25%: /Binary.WiseCustomCalla6 - Wise Installation Wizard Module
96.25%: /InstallExecuteSequence - Checking file from archive
97.50%: /InstallExecuteSequence - 
97.50%: /DigitalSignature - Checking file from archive
98.75%: /DigitalSignature - 
98.75%: /SummaryInformation - Checking file from archive
100.00%: /SummaryInformation - 
31.36%: FM2012/resources/SteamInstall_Swedish.msi - 
31.36%: FM2012/resources/click.wav - Checking file
32.20%: FM2012/resources/click.wav - 
32.20%: FM2012/resources/eula.rtf - Checking file
33.05%: FM2012/resources/eula.rtf - 
33.05%: FM2012/resources/eula_czech.rtf - Checking file
33.90%: FM2012/resources/eula_czech.rtf - 
33.90%: FM2012/resources/eula_danish.rtf - Checking file
34.75%: FM2012/resources/eula_danish.rtf - 
34.75%: FM2012/resources/eula_dutch.rtf - Checking file
35.59%: FM2012/resources/eula_dutch.rtf - 
35.59%: FM2012/resources/eula_english.rtf - Checking file
36.44%: FM2012/resources/eula_french.rtf - Checking file
36.44%: FM2012/resources/eula_english.rtf - 
37.29%: FM2012/resources/eula_french.rtf - 
37.29%: FM2012/resources/eula_german.rtf - Checking file
38.14%: FM2012/resources/eula_german.rtf - 
38.14%: FM2012/resources/eula_italian.rtf - Checking file
38.98%: FM2012/resources/eula_italian.rtf - 
38.98%: FM2012/resources/eula_japanese.rtf - Checking file
39.83%: FM2012/resources/eula_japanese.rtf - 
39.83%: FM2012/resources/eula_korean.rtf - Checking file
40.68%: FM2012/resources/eula_korean.rtf - 
40.68%: FM2012/resources/eula_norwegian.rtf - Checking file
41.53%: FM2012/resources/eula_norwegian.rtf - 
41.53%: FM2012/resources/eula_polish.rtf - Checking file
42.37%: FM2012/resources/eula_polish.rtf - 
42.37%: FM2012/resources/eula_portuguese.rtf - Checking file
43.22%: FM2012/resources/eula_portuguese.rtf - 
43.22%: FM2012/resources/eula_russian.rtf - Checking file
44.07%: FM2012/resources/eula_russian.rtf - 
44.07%: FM2012/resources/eula_spanish.rtf - Checking file
44.92%: FM2012/resources/eula_spanish.rtf - 
44.92%: FM2012/resources/eula_swedish.rtf - Checking file
45.76%: FM2012/resources/eula_swedish.rtf - 
45.76%: FM2012/resources/icon.icns - Checking file
46.61%: FM2012/resources/icon.icns - 
46.61%: FM2012/resources/icon.ico - Checking file
47.46%: FM2012/resources/icon.ico - 
47.46%: FM2012/resources/launch.wav - Checking file
48.31%: FM2012/resources/launch.wav - 
48.31%: FM2012/resources/setup.bmp - Checking file
49.15%: FM2012/resources/setup.bmp - 
49.15%: FM2012/resources/setup_czech.ini - Checking file
50.00%: FM2012/resources/setup_czech.ini - 
50.00%: FM2012/resources/setup_danish.ini - Checking file
50.85%: FM2012/resources/setup_danish.ini - 
50.85%: FM2012/resources/setup_dutch.ini - Checking file
51.69%: FM2012/resources/setup_dutch.ini - 
51.69%: FM2012/resources/setup_english.ini - Checking file
52.54%: FM2012/resources/setup_english.ini - 
52.54%: FM2012/resources/setup_french.ini - Checking file
53.39%: FM2012/resources/setup_french.ini - 
53.39%: FM2012/resources/setup_italian.ini - Checking file
54.24%: FM2012/resources/setup_italian.ini - 
54.24%: FM2012/resources/setup_norwegian.ini - Checking file
55.08%: FM2012/resources/setup_norwegian.ini - 
55.08%: FM2012/resources/setup_polish.ini - Checking file
55.93%: FM2012/resources/setup_polish.ini - 
55.93%: FM2012/resources/setup_portuguese.ini - Checking file
56.78%: FM2012/resources/setup_portuguese.ini - 
56.78%: FM2012/resources/setup_spanish.ini - Checking file
57.63%: FM2012/resources/setup_spanish.ini - 
57.63%: FM2012/resources/setup_swedish.ini - Checking file
58.47%: FM2012/resources/setup_swedish.ini - 
58.47%: FM2012/Install FM2012.app/Contents/Info.plist - Checking file
59.32%: FM2012/Install FM2012.app/Contents/Info.plist - 
59.32%: FM2012/Install FM2012.app/Contents/PkgInfo - Checking file
60.17%: FM2012/Install FM2012.app/Contents/PkgInfo - 
60.17%: FM2012/resources/redist/vcredist_x86.exe - Checking file
61.02%: FM2012/resources/redist/vcredist_x86.exe - Microsoft CAB SFX v6.00.3790.0 (srv03_rtm.030324-2048)
61.02%: FM2012/Install FM2012.app/Contents/MacOS/SteamRetailInstaller - Checking file
61.86%: FM2012/Install FM2012.app/Contents/MacOS/SteamRetailInstaller - Steam
61.86%: FM2012/Install FM2012.app/Contents/Resources/installer.sh - Checking file
62.71%: FM2012/Install FM2012.app/Contents/Resources/installer.sh - 
62.71%: FM2012/Install FM2012.app/Contents/Resources/setuphelper - Checking file
63.56%: FM2012/Install FM2012.app/Contents/Resources/setuphelper - 
63.56%: FM2012/Install FM2012.app/Contents/Resources/steam.icns - Checking file
64.41%: FM2012/Install FM2012.app/Contents/Resources/steam.icns - 
64.41%: FM2012/Install FM2012.app/Contents/Resources/en.lproj/InfoPlist.strings - Checking file
65.25%: FM2012/Install FM2012.app/Contents/Resources/en.lproj/credits.rtf - Checking file
65.25%: FM2012/Install FM2012.app/Contents/Resources/en.lproj/InfoPlist.strings - 
66.10%: FM2012/Install FM2012.app/Contents/Resources/en.lproj/credits.rtf - 
66.10%: FM2012/Install FM2012.app/Contents/Resources/en.lproj/mainmenu.nib - Checking file
66.95%: FM2012/Install FM2012.app/Contents/Resources/en.lproj/mainmenu.nib - 
66.95%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Archive.bom - Checking file
67.80%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Archive.bom - 
67.80%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Archive.pax.gz - Checking file
0.00%:  - 
68.64%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Info.plist - Checking file
68.64%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Archive.pax.gz - 
69.49%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/PkgInfo - Checking file
69.49%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Info.plist - 
70.34%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/PkgInfo - 
70.34%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Archive.bom - Checking file
71.19%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Archive.bom - 
71.19%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Archive.pax.gz - Checking file
0.00%:  - 
72.03%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Archive.pax.gz - 
72.03%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Info.plist - Checking file
72.88%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Info.plist - 
72.88%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/PkgInfo - Checking file
73.73%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/PkgInfo - 
73.73%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/InstallerSections.plist - Checking file
74.58%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/InstallerSections.plist - 
74.58%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Archive.sizes - Checking file
75.42%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Archive.sizes - 
75.42%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Description.plist - Checking file
76.27%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Description.plist - 
76.27%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/InstallationCheck - Checking file
77.12%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/InstallationCheck - 
77.12%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/package_version - Checking file
77.97%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/package_version - 
77.97%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/Archive.sizes - Checking file
78.81%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/Archive.sizes - 
78.81%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/Description.plist - Checking file
79.66%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/Description.plist - 
79.66%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/IFRequirement.strings - Checking file
80.51%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/IFRequirement.strings - 
80.51%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/License.rtf - Checking file
81.36%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/License.rtf - Steam
81.36%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.bom - Checking file
82.20%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.bom - Steam
82.20%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.info - Checking file
83.05%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.info - Steam
83.05%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.sizes - Checking file
83.90%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.sizes - Steam
83.90%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.pax.gz - Checking file
84.75%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.pax.gz - Steam
84.75%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/background - Checking file
85.59%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/background - 
85.59%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/package_version - Checking file
86.44%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/package_version - 
86.44%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/postflight - Checking file
87.29%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/postflight - 
87.29%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Dutch.lproj/License.rtf - Checking file
88.14%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Dutch.lproj/License.rtf - 
88.14%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/English.lproj/License.rtf - Checking file
88.98%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/English.lproj/License.rtf - 
88.98%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/French.lproj/License.rtf - Checking file
89.83%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Italian.lproj/License.rtf - Checking file
89.83%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/French.lproj/License.rtf - 
90.68%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Italian.lproj/License.rtf - 
90.68%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Russian.lproj/License.rtf - Checking file
91.53%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Russian.lproj/License.rtf - 
91.53%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Spanish.lproj/License.rtf - Checking file
92.37%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Resources/Spanish.lproj/License.rtf - 
92.37%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/English.lproj/License.rtf - Checking file
93.22%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/English.lproj/License.rtf - Steam
93.22%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/French.lproj/License.rtf - Checking file
94.07%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/French.lproj/License.rtf - 
94.07%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/German.lproj/License.rtf - Checking file
94.92%: FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/German.lproj/License.rtf - 
94.92%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Info.plist - Checking file
95.76%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Info.plist - 
95.76%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/MacOS/Registration - Checking file
96.61%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/MacOS/Registration - 
96.61%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/Info.plist - Checking file
97.46%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/Info.plist - 
97.46%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/English.lproj/InfoPlist.strings - Checking file
98.31%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/English.lproj/InfoPlist.strings - 
98.31%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/English.lproj/Localizable.strings - Checking file
99.15%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/English.lproj/Localizable.strings - 
99.15%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/English.lproj/Registration.nib - Checking file
100.00%: FM2012/Install FM2012.app/Contents/Resources/EULA.pkg/Contents/Plugins/Registration.bundle/Contents/Resources/English.lproj/Registration.nib - 
FM2012: Steam, Steam, Steam, Steam, Steam, Steam, Steam, Steam, Steam, Steam, Steam, Steam
FM2012/Install FM2012.app/Contents/MacOS/SteamRetailInstaller: Steam
FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/English.lproj/License.rtf: Steam
FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/License.rtf: Steam
FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.bom: Steam
FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.info: Steam
FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.pax.gz: Steam
FM2012/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.sizes: Steam
FM2012/resources/redist/vcredist_x86.exe: Microsoft CAB SFX v6.00.3790.0 (srv03_rtm.030324-2048)
FM2012/resources/SteamInstall_Czech.msi: Steam
FM2012/resources/SteamInstall_Czech.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_Danish.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_Dutch.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_English.msi: Steam
FM2012/resources/SteamInstall_English.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_French.msi: Steam
FM2012/resources/SteamInstall_French.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_Italian.msi: Steam
FM2012/resources/SteamInstall_Italian.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_Norwegian.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_Polish.msi: Steam
FM2012/resources/SteamInstall_Polish.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_Portuguese.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_Spanish.msi: Steam
FM2012/resources/SteamInstall_Spanish.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/resources/SteamInstall_Swedish.msi/Binary.WiseCustomCalla6: Wise Installation Wizard Module
FM2012/Setup.exe: Steam
FM2012/SteamService.exe: Steam, Steam
Press enter to close the program...
JohnVeness commented 6 months ago
# mount -o ro,norock -t udf FM2012.iso FM2012
mount: FM2012: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
       dmesg(1) may have more information after failed mount system call.

# dmesg |tail -1
[10540.562394] UDF-fs: bad mount option "norock" or missing value

I didn't continue after that as the ISO wasn't mounted.

JohnVeness commented 6 months ago

In summary, it seems that when mounted as iso9660 the filenames are lowercase and only contain one "." (e.g. "archivepax.gz"), and contain I/O errors on symbolic links. Nonetheless, "Test" scans the folder OK.

When mounted as udf, the filenames are mixed case and can contain multiple "." (e.g. "Archive.pax.gz"), no I/O errors in ls, but Test doesn't scan the folder.

When mounted as iso9660 with norock, the filenames are mixed case and can contain multiple "." (e.g. "Archive.pax.gz"), no I/O errors in ls, and Test works fine.

And I can't seem to mount as udf with norock.

So, it would seem mounting as iso9660 with norock gives the best output, but still, it would be good to work out why it hangs with the default mount options.

Alternatively, it would be great if BOS could scan the ISO or the ODD block device directly, interpreting the filesystems itself (like it can with ZIP and other container formats), so it wouldn't have to be mounted at all!

Thanks again for your help so far.

Deterous commented 6 months ago

Sorry if I missed it - did you try ls when you mount the disc as you did before, with -t udf and without -o norock?

JohnVeness commented 6 months ago

Yep, https://github.com/SabreTools/BinaryObjectScanner/issues/276#issuecomment-1895643399 . Funnily enough there are no error messages for ls with that, yet Test fails. When mounting as iso9660 there are error messages with ls, yet Test succeeds!

Deterous commented 6 months ago

Ah, I see. Could you repeat ls with just the -t udf without norock, when not in a root shell? Obviously, BOS is not run with elevated permissions (I should hope not)

Deterous commented 6 months ago

I still think it to be a permissions issue, but I could be wrong and the Unicode naming may be the issue. In either case, I have narrowed it down to getting stuck when dotnet is enumerating files, so this may not be something that we can solve (limitation of dotnet).

JohnVeness commented 6 months ago

You're right that I shouldn't run BOS in a root shell... but I was!

Otherwise I have to sudo mount with -o ro,nosuid,nodev,relatime,uid=1000,gid=1000 so I can read the mounted folder as non-root, and I'm lazy!

So no, it's not a permissions issue.

Deterous commented 6 months ago

Ok, I have retested with it mounted as you did, and it still "hangs" when running Directory.EnumerateFiles Using .GetFiles did not solve the issue. I'm unsure why dotnet is behaving this way but it doesn't seem to be something BOS can solve. And as you've seen, it's only in specific discs/OS/filesystem combinations that it breaks. Sorry for continually pushing the issue up the chain!

However, I decided to try narrow it further and it seems to only hang when enumerating files recursively (SearchOption.AllDirectories). Limiting the recursion to some small number prevents it hanging.

Reading the protection output of recursion around 9 showed the problem: it was opening SteamInstall.sizes/.bom/.pax.gz as directories, but not traversing anywhere. So it is infinitely recursing the same folder. I also cannot seem to read these three files in Windows either, even with Admin rights. Any ideas?

Deterous commented 6 months ago

sudo mount -t udf -o loop FM2012.iso /mnt/d cd Install\ FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/ ls -l .

total 84
-rwx------ 1 502 dialout    50 Nov 12  2010 Archive.sizes
-rwx------ 1 502 dialout   441 Nov 12  2010 Description.plist
drwx------ 2 502 dialout    92 Nov 12  2010 English.lproj
drwx------ 2 502 dialout    92 Nov 12  2010 French.lproj
drwx------ 2 502 dialout    92 Nov 12  2010 German.lproj
-rwx------ 1 502 dialout   474 Nov 12  2010 IFRequirement.strings
-rwx------ 1 502 dialout  9593 Nov 12  2010 License.rtf
lrwxrwxrwx 1 502 dialout     0 Nov 12  2010 SteamInstall.bom -> ''
-rwx------ 1 502 dialout   294 Nov 12  2010 SteamInstall.info
lrwxrwxrwx 1 502 dialout     0 Nov 12  2010 SteamInstall.pax.gz -> ''
lrwxrwxrwx 1 502 dialout     0 Nov 12  2010 SteamInstall.sizes -> ''
-rwx------ 1 502 dialout 49305 Nov 12  2010 background
-rwx------ 1 502 dialout    18 Nov 12  2010 package_version
-rwx------ 1 502 dialout   458 Nov 12  2010 postflight

lo and behold, those 3 files are symlinks that go to '' 🙃 I imagine that ISO9660 filesystem does not support symlinks, so that's why mounting it with -t iso9660 does not recurse

Deterous commented 6 months ago

Investigating the unreadable symlink:

# file /mnt/d/Install\ FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.bom
/mnt/d/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.bom: unreadable symlink `/mnt/d/Install FM2012.app/Contents/Resources/SteamInstall.pkg/Contents/Resources/SteamInstall.bom' (No such file or directory)

There doesn't seem to be anything that can be done to truly fix this issue, other than hope that dotnet can change their Linux implementation of Directory.EnumerateFiles, which I have logged here: https://github.com/dotnet/runtime/issues/97123 However I'm unsure how these unreadable symlinks were actually created