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
b7270b8c
Commit
b7270b8c
authored
Dec 31, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Dec 31, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Change some FIXME messages to comments.
parent
04a086ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
action.c
dlls/msi/action.c
+3
-3
No files found.
dlls/msi/action.c
View file @
b7270b8c
...
...
@@ -3096,7 +3096,7 @@ static UINT ACTION_PublishProduct(MSIPACKAGE *package)
}
msi_free
(
buffer
);
FIXME
(
"Need to write more keys to the user registry
\n
"
);
/* FIXME: Need to write more keys to the user registry */
hDb
=
alloc_msihandle
(
&
package
->
db
->
hdr
);
rc
=
MsiGetSummaryInformationW
(
hDb
,
NULL
,
0
,
&
hSumInfo
);
...
...
@@ -3540,7 +3540,7 @@ static UINT ACTION_RegisterProduct(MSIPACKAGE *package)
return
rc
;
/* dump all the info i can grab */
FIXME
(
"Flesh out more information
\n
"
);
/* FIXME: Flesh out more information */
msi_write_uninstall_property_vals
(
package
,
hkey
);
...
...
@@ -3554,7 +3554,7 @@ static UINT ACTION_RegisterProduct(MSIPACKAGE *package)
RegSetValueExW
(
hkey
,
szUninstallString
,
0
,
REG_EXPAND_SZ
,(
LPBYTE
)
buffer
,
size
);
msi_free
(
buffer
);
FIXME
(
"Write real Estimated Size when we have it
\n
"
);
/* FIXME: Write real Estimated Size when we have it */
msi_reg_set_val_dword
(
hkey
,
szEstimatedSize
,
0
);
GetLocalTime
(
&
systime
);
...
...
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