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
5644f05e
Commit
5644f05e
authored
Apr 07, 2008
by
Austin English
Committed by
Alexandre Julliard
Apr 08, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Spelling fixes.
parent
828ac88f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
13 deletions
+13
-13
action.c
dlls/msi/action.c
+3
-3
helpers.c
dlls/msi/helpers.c
+2
-2
msi.c
dlls/msi/msi.c
+1
-1
db.c
dlls/msi/tests/db.c
+1
-1
format.c
dlls/msi/tests/format.c
+2
-2
install.c
dlls/msi/tests/install.c
+1
-1
package.c
dlls/msi/tests/package.c
+1
-1
source.c
dlls/msi/tests/source.c
+2
-2
No files found.
dlls/msi/action.c
View file @
5644f05e
...
...
@@ -2767,7 +2767,7 @@ static void ACTION_RefCountComponent( MSIPACKAGE* package, MSICOMPONENT *comp )
}
}
/* add a count for perm
e
nent */
/* add a count for perm
a
nent */
if
(
comp
->
Attributes
&
msidbComponentAttributesPermanent
)
count
++
;
...
...
@@ -2826,7 +2826,7 @@ static UINT ACTION_ProcessComponents(MSIPACKAGE *package)
comp
->
RefCount
);
/*
* Write the keypath out if the component is to be registered
* and delete the key if the component is to be
de
registered
* and delete the key if the component is to be
un
registered
*/
if
(
ACTION_VerifyComponentForAction
(
comp
,
INSTALLSTATE_LOCAL
))
{
...
...
@@ -3101,7 +3101,7 @@ static UINT ITERATE_CreateShortcuts(MSIRECORD *row, LPVOID param)
buffer
=
MSI_RecordGetString
(
row
,
2
);
target_folder
=
resolve_folder
(
package
,
buffer
,
FALSE
,
FALSE
,
TRUE
,
NULL
);
/* may be needed because of a bug some
hw
ere else */
/* may be needed because of a bug some
wh
ere else */
create_full_pathW
(
target_folder
);
filename
=
msi_dup_record_field
(
row
,
3
);
...
...
dlls/msi/helpers.c
View file @
5644f05e
...
...
@@ -19,7 +19,7 @@
*/
/*
* Here are helper functions formally in action.c that are used by a vari
a
ty of
* Here are helper functions formally in action.c that are used by a vari
e
ty of
* actions and functions.
*/
...
...
@@ -885,7 +885,7 @@ LPWSTR create_component_advertise_string(MSIPACKAGE* package,
return
output
;
}
/* update compo
en
nt state based on a feature change */
/* update compo
ne
nt state based on a feature change */
void
ACTION_UpdateComponentStates
(
MSIPACKAGE
*
package
,
LPCWSTR
szFeature
)
{
INSTALLSTATE
newstate
;
...
...
dlls/msi/msi.c
View file @
5644f05e
...
...
@@ -1066,7 +1066,7 @@ UINT WINAPI MsiGetProductInfoExW(LPCWSTR szProductCode, LPCWSTR szUserSid,
if
(
!
prod
&&
!
classes
)
goto
done
;
/* FIME */
/* FI
X
ME */
val
=
strdupW
(
empty
);
r
=
msi_copy_outval
(
val
,
szValue
,
pcchValue
);
}
...
...
dlls/msi/tests/db.c
View file @
5644f05e
...
...
@@ -2274,7 +2274,7 @@ static UINT set_summary_info(MSIHANDLE hdb)
UINT
res
;
MSIHANDLE
suminfo
;
/* build summ
m
ary info */
/* build summary info */
res
=
MsiGetSummaryInformation
(
hdb
,
NULL
,
7
,
&
suminfo
);
ok
(
res
==
ERROR_SUCCESS
,
"Failed to open summaryinfo
\n
"
);
...
...
dlls/msi/tests/format.c
View file @
5644f05e
...
...
@@ -205,7 +205,7 @@ static UINT set_summary_info(MSIHANDLE hdb)
UINT
res
;
MSIHANDLE
suminfo
;
/* build summ
m
ary info */
/* build summary info */
res
=
MsiGetSummaryInformation
(
hdb
,
NULL
,
7
,
&
suminfo
);
ok
(
res
==
ERROR_SUCCESS
,
"Failed to open summaryinfo
\n
"
);
...
...
@@ -318,7 +318,7 @@ static MSIHANDLE helper_createpackage( const char *szName )
res
=
MsiDatabaseCommit
(
hdb
);
ok
(
res
==
ERROR_SUCCESS
,
"Failed to commit database
\n
"
);
/* build summ
m
ary info */
/* build summary info */
res
=
MsiGetSummaryInformation
(
hdb
,
NULL
,
7
,
&
suminfo
);
ok
(
res
==
ERROR_SUCCESS
,
"Failed to open summaryinfo
\n
"
);
...
...
dlls/msi/tests/install.c
View file @
5644f05e
...
...
@@ -3512,7 +3512,7 @@ static void set_transform_summary_info(void)
UINT
r
;
MSIHANDLE
suminfo
=
0
;
/* build summ
m
ary info */
/* build summary info */
r
=
MsiGetSummaryInformation
(
0
,
mstfile
,
3
,
&
suminfo
);
todo_wine
{
...
...
dlls/msi/tests/package.c
View file @
5644f05e
...
...
@@ -532,7 +532,7 @@ static UINT set_summary_info(MSIHANDLE hdb)
UINT
res
;
MSIHANDLE
suminfo
;
/* build summ
m
ary info */
/* build summary info */
res
=
MsiGetSummaryInformation
(
hdb
,
NULL
,
7
,
&
suminfo
);
ok
(
res
==
ERROR_SUCCESS
,
"Failed to open summaryinfo
\n
"
);
...
...
dlls/msi/tests/source.c
View file @
5644f05e
...
...
@@ -2161,7 +2161,7 @@ static void test_MsiSourceListAddMediaDisk(void)
ok
(
r
==
ERROR_INVALID_PARAMETER
,
"Expected ERROR_INVALID_PARAMETER, got %d
\n
"
,
r
);
/* update dwDiskId 1, szVolumeLab
le
is NULL */
/* update dwDiskId 1, szVolumeLab
el
is NULL */
r
=
pMsiSourceListAddMediaDiskA
(
prodcode
,
usersid
,
MSIINSTALLCONTEXT_USERUNMANAGED
,
MSICODE_PRODUCT
,
1
,
NULL
,
"provocar"
);
...
...
@@ -2172,7 +2172,7 @@ static void test_MsiSourceListAddMediaDisk(void)
CHECK_REG_STR
(
media
,
"1"
,
";provocar"
);
CHECK_REG_STR
(
media
,
"42"
,
"label42;prompt42"
);
/* update dwDiskId 1, szVolumeLab
le
is empty */
/* update dwDiskId 1, szVolumeLab
el
is empty */
r
=
pMsiSourceListAddMediaDiskA
(
prodcode
,
usersid
,
MSIINSTALLCONTEXT_USERUNMANAGED
,
MSICODE_PRODUCT
,
1
,
""
,
"provoquer"
);
...
...
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