Alexandre Julliard : wine.inf: Make the initial owner information empty.

Alexandre Julliard julliard at winehq.org
Thu Jun 26 06:48:35 CDT 2008


Module: wine
Branch: master
Commit: b258f880add02043dad9550a7aabc1eada48e5db
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b258f880add02043dad9550a7aabc1eada48e5db

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 26 13:42:09 2008 +0200

wine.inf: Make the initial owner information empty.

---

 tools/wine.inf.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 8dfc0d5..3e3a625 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -199,16 +199,16 @@ HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
 HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
 HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
 HKLM,%CurrentVersion%,"ProgramFilesPath",0x20000,"%%ProgramFiles%%"
-HKLM,%CurrentVersion%,"RegisteredOrganization",2,"Change preferred organization in ~/.wine/system.reg"
-HKLM,%CurrentVersion%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg"
+HKLM,%CurrentVersion%,"RegisteredOrganization",2,""
+HKLM,%CurrentVersion%,"RegisteredOwner",2,""
 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
 HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
 HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
 HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
 HKLM,%CurrentVersion%\Uninstall,,,""
-HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"Change preferred organization in ~/.wine/system.reg"
-HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg"
+HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,""
+HKLM,%CurrentVersionNT%,"RegisteredOwner",2,""
 HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
 HKLM,%CurrentVersionNT%\Fonts,,,""
 HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"




More information about the wine-cvs mailing list