Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
0065387b
Commit
0065387b
authored
Oct 06, 2007
by
Marcus Meissner
Committed by
Alexandre Julliard
Oct 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advpack: Handle localized C:\Program Files.
parent
6486a79e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
advpack.c
dlls/advpack/tests/advpack.c
+2
-3
No files found.
dlls/advpack/tests/advpack.c
View file @
0065387b
...
...
@@ -205,7 +205,7 @@ static void create_inf_file(void)
append_str
(
&
ptr
,
"49030=DestC
\n
"
);
append_str
(
&
ptr
,
"[ProgramFilesDir]
\n
"
);
append_str
(
&
ptr
,
"HKLM,
\"
Software
\\
Microsoft
\\
Windows
\\
CurrentVersion
\"
,"
);
append_str
(
&
ptr
,
"
\"
ProgramFilesDir
\"
,,
\"
%%24%%
\\
%%
LProgramF
%%
\"\n
"
);
append_str
(
&
ptr
,
"
\"
ProgramFilesDir
\"
,,
\"
%%24%%
\\
%%
16422
%%
\"\n
"
);
append_str
(
&
ptr
,
"[section]
\n
"
);
append_str
(
&
ptr
,
"NotACustomDestination=Version
\n
"
);
append_str
(
&
ptr
,
"CustomDestination=CustInstDestSection
\n
"
);
...
...
@@ -218,9 +218,8 @@ static void create_inf_file(void)
append_str
(
&
ptr
,
"CustomHDestination=CustInstDestSection
\n
"
);
append_str
(
&
ptr
,
"[Strings]
\n
"
);
append_str
(
&
ptr
,
"DefaultAppPath=
\"
Application Name
\"\n
"
);
append_str
(
&
ptr
,
"LProgramF=
\"
Program Files
\"\n
"
);
append_str
(
&
ptr
,
"[DestA]
\n
"
);
append_str
(
&
ptr
,
"HKLM,
\"
Software
\\
Garbage
\"
,
\"
ProgramFilesDir
\"
,,'%%
24%%
\\
%%LProgramF
%%'
\n
"
);
append_str
(
&
ptr
,
"HKLM,
\"
Software
\\
Garbage
\"
,
\"
ProgramFilesDir
\"
,,'%%
16422
%%'
\n
"
);
append_str
(
&
ptr
,
"[DestB]
\n
"
);
append_str
(
&
ptr
,
"'HKLM','Software
\\
Microsoft
\\
Windows
\\
CurrentVersion',"
);
append_str
(
&
ptr
,
"'ProgramFilesDir',,
\"
%%24%%
\"\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment