Commit 8f4d437a authored by Sylvain Petreolle's avatar Sylvain Petreolle Committed by Alexandre Julliard

Use regedit instead of regapi.

parent f11cbe34
...@@ -142,7 +142,7 @@ The file documentation/samples/config contains an example configuration file ...@@ -142,7 +142,7 @@ The file documentation/samples/config contains an example configuration file
which has to be adapted and copied to the location mentioned above. which has to be adapted and copied to the location mentioned above.
Don't forget to add vital registry entries by applying winedefault.reg Don't forget to add vital registry entries by applying winedefault.reg
with programs/regapi/. See documentation/ directory for details. with programs/regedit/. See documentation/ directory for details.
See http://www.winehq.com/support/ for further configuration hints. See http://www.winehq.com/support/ for further configuration hints.
......
...@@ -156,7 +156,7 @@ configuration qui doit être adapté et copié vers la localisation mentionnée ...@@ -156,7 +156,7 @@ configuration qui doit être adapté et copié vers la localisation mentionnée
ci-dessus. ci-dessus.
N'oubliez pas d'ajouter des entrées de registre virtuelle en applicant N'oubliez pas d'ajouter des entrées de registre virtuelle en applicant
winedefault.reg avec programs/regapi/. Voyez le répertoire documentation/ pour winedefault.reg avec programs/regedit/. Voyez le répertoire documentation/ pour
les détails. les détails.
Naviguez sur http://www.winehq.com/support/ pour plus d'astuce de configuration. Naviguez sur http://www.winehq.com/support/ pour plus d'astuce de configuration.
......
...@@ -219,11 +219,11 @@ C:\ Root directory of primary disk drive ...@@ -219,11 +219,11 @@ C:\ Root directory of primary disk drive
<para> <para>
Use <filename>tools/wineinstall</filename> to compile Wine Use <filename>tools/wineinstall</filename> to compile Wine
and install the default registry. Or if you prefer to do and install the default registry. Or if you prefer to do
it yourself, compile <filename>programs/regapi</filename>, it yourself, compile <filename>programs/regedit</filename>,
and run: and run:
</para> </para>
<screen> <screen>
<userinput>programs/regapi/regapi setValue &lt; winedefault.reg</userinput> <userinput>programs/regedit/regedit &lt; winedefault.reg</userinput>
</screen> </screen>
</listitem> </listitem>
<listitem> <listitem>
......
...@@ -240,8 +240,8 @@ ln -sf /usr/local/etc/wine.userreg wine.userreg ...@@ -240,8 +240,8 @@ ln -sf /usr/local/etc/wine.userreg wine.userreg
installed for you if you use the installed for you if you use the
<filename>tools/wineinstall</filename> script in the Wine source, <filename>tools/wineinstall</filename> script in the Wine source,
but if you want to install it manually, you can do so by using the but if you want to install it manually, you can do so by using the
<command>regapi</command> tool to be found in the <command>regedit</command> tool to be found in the
<filename>programs/regapi/</filename> <filename>programs/regedit/</filename>
directory in Wine source. directory in Wine source.
</para> </para>
</sect2> </sect2>
......
...@@ -619,7 +619,7 @@ sub Check_Registry { ...@@ -619,7 +619,7 @@ sub Check_Registry {
} }
else else
{ {
Do_PrintResult($is_critical, "entry \"SHAREDMEMLOCATION\" not found in system.reg registry file", "file winedefault.reg, the most basic wine registry environment, doesn't seem to have been applied using regapi"); Do_PrintResult($is_critical, "entry \"SHAREDMEMLOCATION\" not found in system.reg registry file", "file winedefault.reg, the most basic wine registry environment, doesn't seem to have been applied using regedit");
} }
@entries = (); @entries = ();
......
# These entries must apparently exist in any win95-compatible registry. # These entries must apparently exist in any win95-compatible registry.
# (feed this to `regapi setValue' to install) # (feed this to 'regedit' to install)
# Shell Folders. The purpose of these are pretty self-evident. # Shell Folders. The purpose of these are pretty self-evident.
# Primarily used by installation programs and the Explorer. # Primarily used by installation programs and the Explorer.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment