Use regedit instead of regapi.
This commit is contained in:
parent
f11cbe34cc
commit
8f4d437a9a
2
README
2
README
|
@ -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
|
||||||
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
|
||||||
<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 < winedefault.reg</userinput>
|
<userinput>programs/regedit/regedit < winedefault.reg</userinput>
|
||||||
</screen>
|
</screen>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
|
@ -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 {
|
||||||
}
|
}
|
||||||
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 = ();
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# 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.
|
||||||
|
|
Loading…
Reference in New Issue