update wine to wine-1.1.7
[sugaredwine.git] / patches / 0004-wine.inf.in-add-shortcuts-for-wine-programs.patch
blob65e54a8eb669b068c3ee5255676ea81c31036f54
1 From ee02a7bb6cc942f236bff39369f8291d9b28afa7 Mon Sep 17 00:00:00 2001
2 From: Vincent Povirk <vincent@codeweavers.com>
3 Date: Wed, 10 Sep 2008 12:28:38 -0500
4 Subject: [PATCH] wine.inf.in: add shortcuts for wine programs
6 ---
7 tools/wine.inf.in | 24 ++++++++++++++++++++++++
8 1 files changed, 24 insertions(+), 0 deletions(-)
10 diff --git a/tools/wine.inf.in b/tools/wine.inf.in
11 index 4756d7d..5609e34 100644
12 --- a/tools/wine.inf.in
13 +++ b/tools/wine.inf.in
14 @@ -49,6 +49,10 @@ AddReg=\
15 Services, \
16 Tapi,\
17 Timezones
18 +ProfileItems=\
19 + Notepad,\
20 + Winemine,\
21 + Cmd
23 [DefaultInstall.NT]
24 RegisterDlls=RegisterDllsSection
25 @@ -74,6 +78,10 @@ AddReg=\
26 Tapi,\
27 Timezones,\
28 VersionInfo
29 +ProfileItems=\
30 + Notepad,\
31 + Winemine,\
32 + Cmd
34 [DefaultInstall.Services]
35 AddService=MountMgr,0x800,MountMgrService
36 @@ -2719,3 +2727,19 @@ HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
37 HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
38 HKLM,%Control%\Windows,"CSDVersion",0x10003,0x400
39 HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"
41 +[Notepad]
42 +Name=Notepad
43 +CmdLine=11,,notepad.exe
44 +SubDir=Accessories
46 +[Winemine]
47 +Name=WineMine
48 +CmdLine=11,,winemine.exe
49 +SubDir=Games
51 +[Cmd]
52 +Name=Command Prompt
53 +CmdLine=11,,wineconsole.exe --backend=user cmd
54 +SubDir=Accessories
56 --
57 1.5.6.5