Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
763e2f3e
Commit
763e2f3e
authored
Aug 23, 2011
by
Hans Leidekker
Committed by
Alexandre Julliard
Aug 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi/tests: Use a package code that is different from the product code.
parent
75e2e9cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
patch.c
dlls/msi/tests/patch.c
+1
-1
No files found.
dlls/msi/tests/patch.c
View file @
763e2f3e
...
...
@@ -286,7 +286,7 @@ static void set_suminfo( const char *filename )
r
=
MsiSummaryInfoSetProperty
(
hsi
,
7
,
VT_LPSTR
,
0
,
NULL
,
";1033"
);
ok
(
r
==
ERROR_SUCCESS
,
"failed to set summary info %u
\n
"
,
r
);
r
=
MsiSummaryInfoSetProperty
(
hsi
,
9
,
VT_LPSTR
,
0
,
NULL
,
"{
913B8D18-FBB6-4CAC-A239-C74C11E3FA74
}"
);
r
=
MsiSummaryInfoSetProperty
(
hsi
,
9
,
VT_LPSTR
,
0
,
NULL
,
"{
E528DDD6-4801-4BEC-BBB6-C5EE0FD097E9
}"
);
ok
(
r
==
ERROR_SUCCESS
,
"failed to set summary info %u
\n
"
,
r
);
r
=
MsiSummaryInfoSetProperty
(
hsi
,
14
,
VT_I4
,
100
,
NULL
,
NULL
);
...
...
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