http://bugs.winehq.org/show_bug.cgi?id=17543
--- Comment #26 from Brian Paterni bpaterni@gmail.com 2013-06-21 13:07:47 CDT --- Created attachment 44896 --> http://bugs.winehq.org/attachment.cgi?id=44896 installer index.html
It looks like the installer creates temporary files for the installer content in $WINEPREFIX/drive_c/users/<user>/Temp/MEL0x0x.tmp
Even if I try to open in firefox/iceweasel the 'index.html' file contained within that directory, I'm met with the same full blue screen in my browser window.
If it's at all helpful, here's what the structure of that directory looks like: $ tree . ├── EULA_da.htm ├── EULA_de.htm ├── EULA_en.htm ├── EULA_es.htm ├── EULA_fi.htm ├── EULA_fr.htm ├── EULA.htm ├── EULA_it.htm ├── EULA_jp.htm ├── EULA_ko.htm ├── EULA_no.htm ├── EULA_sv.htm ├── EULA_zh-Hant.htm ├── images │ ├── adv_option_de.png │ ├── adv_option_es.png │ ├── adv_option_fr.png │ ├── adv_option_hover_de.png │ ├── adv_option_hover_es.png │ ├── adv_option_hover_fr.png │ ├── adv_option_hover_it.png │ ├── adv_option_hover_jp.png │ ├── adv_option_hover_ko.png │ ├── adv_option_hover.png │ ├── adv_option_hover_zh-Hant.png │ ├── adv_option_it.png │ ├── adv_option_jp.png │ ├── adv_option_ko.png │ ├── adv_option.png │ ├── adv_option_zh-Hant.png │ ├── bg_1.jpg │ ├── bg_2.jpg │ ├── cursor1.aif │ ├── ds_option_de.png │ ├── ds_option_es.png │ ├── ds_option_fr.png │ ├── ds_option_hover_de.png │ ├── ds_option_hover_es.png │ ├── ds_option_hover_fr.png │ ├── ds_option_hover_it.png │ ├── ds_option_hover_jp.png │ ├── ds_option_hover_ko.png │ ├── ds_option_hover.png │ ├── ds_option_hover_zh-Hant.png │ ├── ds_option_it.png │ ├── ds_option_jp.png │ ├── ds_option_ko.png │ ├── ds_option.png │ ├── ds_option_zh-Hant.png │ ├── eula_bg.png │ ├── forward1.aif │ ├── h2_option_big_de.png │ ├── h2_option_big_es.png │ ├── h2_option_big_fr.png │ ├── h2_option_big_hover_de.png │ ├── h2_option_big_hover_es.png │ ├── h2_option_big_hover_fr.png │ ├── h2_option_big_hover_it.png │ ├── h2_option_big_hover_jp.png │ ├── h2_option_big_hover_ko.png │ ├── h2_option_big_hover.png │ ├── h2_option_big_hover_zh-Hant.png │ ├── h2_option_big_it.png │ ├── h2_option_big_jp.png │ ├── h2_option_big_ko.png │ ├── h2_option_big.png │ ├── h2_option_big_zh-Hant.png │ ├── h2_option_std_hover.png │ ├── h2_option_std.png │ ├── halo2.png │ ├── help_box.png │ ├── map_option_de.png │ ├── map_option_es.png │ ├── map_option_fr.png │ ├── map_option_hover_de.png │ ├── map_option_hover_es.png │ ├── map_option_hover_fr.png │ ├── map_option_hover_it.png │ ├── map_option_hover_jp.png │ ├── map_option_hover_ko.png │ ├── map_option_hover.png │ ├── map_option_hover_zh-Hant.png │ ├── map_option_it.png │ ├── map_option_jp.png │ ├── map_option_ko.png │ ├── map_option.png │ ├── map_option_zh-Hant.png │ ├── ring0.png │ ├── tracks_1.png │ ├── tracks_2.png │ ├── tracks_3.png │ ├── tracks_4.png │ ├── tracks_5.png │ ├── tracks_6.png │ ├── tracks_7.png │ └── virtual_keyboard_click.aif ├── index.html ├── install.css └── strings ├── strings_de.xml ├── strings_en.xml ├── strings_es.xml ├── strings_fr.xml ├── strings_it.xml ├── strings_jp.xml ├── strings_ko.xml └── strings_zh-Hant.xml
2 directories, 105 files