http://bugs.codeweavers.com/show_bug.cgi?id=585
*** shadow/585 Thu Apr 18 09:50:44 2002 --- shadow/585.tmp.9387 Mon Apr 22 09:52:23 2002 *************** *** 38,40 **** --- 38,108 ---- So, I would like to request that all winelib based apps distributed with wine have 'wine-' prepended in its name.
+ + + ------- Additional Comments From apa3a@yahoo.com 2002-04-22 09:52 ------- + Comments from Pedro Restrepo" pedrores@tutopia.com: + + The text about registry entries is: + + I investigated the windows registry and found this: + + 1. The "link" between files types (3 letter extensions) is defined in 2 + steps. + 2. The first step is to define "type names". For example .TXT files are + named + "txtfile". In my registry I found several 3 letter extensions connected + with the + name "txtfile" (not only the extension .TXT) + 3. The second step is the link between the name and the application + that + manage + this "family of extensions" + + I exported the registry branches where these steps are defined: + + 1. Keys defining the "name" TXTFILE: + + [HKEY_CLASSES_ROOT.txt] + @="txtfile" + "Content Type"="text/plain" + + [HKEY_CLASSES_ROOT.txt\ShellEx] + + [HKEY_CLASSES_ROOT.txt\ShellEx{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}] + @="{EAB841A0-9550-11cf-8C16-00805F1408F3}" + + [HKEY_CLASSES_ROOT.txt\ShellNew-] + "NullFile"="" + + 2. Keys defining application linked to the files named TXTFILE: + + [HKEY_CLASSES_ROOT\txtfile] + @="Documento de texto" + "EditFlags"=hex:00,00,00,00 + (this key means that the description for TXTFILE files is: "Documento + de + texto") + + [HKEY_CLASSES_ROOT\txtfile\DefaultIcon] + @="C:\prog_paq\UltraEdit\Uedit32.exe,2" + (this key defines the icon that must be used for TXTFILE files) + + [HKEY_CLASSES_ROOT\txtfile\shell] + @="" + + [HKEY_CLASSES_ROOT\txtfile\shell\open] + "EditFlags"=hex:01,00,00,00 + + [HKEY_CLASSES_ROOT\txtfile\shell\open\command] + @=""C:\prog_paq\UltraEdit\Uedit32.exe" %1" + (this key defines the command that must be used to open a TXTFILE file) + + + [HKEY_CLASSES_ROOT\txtfile\shell\open\ddeexec] + @="[REM _DDE_Direct][FileOpen("%1")]" + (this key defines the command that must be used to open a TXTFILE file + when DDE linked) + + I guess there would be other keys if there are defined other operations + on the file, like "print",... \ No newline at end of file