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
4ef765cb
Commit
4ef765cb
authored
Jan 10, 2012
by
Hans Leidekker
Committed by
Alexandre Julliard
Jan 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Don't try to ready media for files from a previous installation or files that will be skipped.
parent
c7e5f033
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
files.c
dlls/msi/files.c
+2
-0
No files found.
dlls/msi/files.c
View file @
4ef765cb
...
...
@@ -331,6 +331,8 @@ UINT ACTION_InstallFiles(MSIPACKAGE *package)
if
(
!
file
->
Component
->
Enabled
)
continue
;
if
(
file
->
state
!=
msifs_hashmatch
&&
file
->
state
!=
msifs_skipped
&&
(
file
->
state
!=
msifs_present
||
!
msi_get_property_int
(
package
->
db
,
szInstalled
,
0
))
&&
(
rc
=
ready_media
(
package
,
file
->
IsCompressed
,
mi
)))
{
ERR
(
"Failed to ready media for %s
\n
"
,
debugstr_w
(
file
->
File
));
...
...
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