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
75cc5f1e
Commit
75cc5f1e
authored
Aug 14, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Aug 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Non-compressed files may come before the list of compressed files in the file sequence.
parent
64db35a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
files.c
dlls/msi/files.c
+3
-3
No files found.
dlls/msi/files.c
View file @
75cc5f1e
...
...
@@ -460,9 +460,6 @@ static UINT ready_media_for_file( MSIPACKAGE *package, struct media_info *mi,
return
ERROR_FUNCTION_FAILED
;
}
seq
=
MSI_RecordGetInteger
(
row
,
2
);
mi
->
last_sequence
=
seq
;
volume
=
MSI_RecordGetString
(
row
,
5
);
prompt
=
MSI_RecordGetString
(
row
,
3
);
...
...
@@ -486,6 +483,9 @@ static UINT ready_media_for_file( MSIPACKAGE *package, struct media_info *mi,
return
rc
;
}
seq
=
MSI_RecordGetInteger
(
row
,
2
);
mi
->
last_sequence
=
seq
;
cab
=
MSI_RecordGetString
(
row
,
4
);
if
(
cab
)
{
...
...
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