Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
fb9d1194
Commit
fb9d1194
authored
Dec 27, 2004
by
Aric Stewart
Committed by
Alexandre Julliard
Dec 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include a System16Folder definition.
parent
ed40d3ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
package.c
dlls/msi/package.c
+3
-0
No files found.
dlls/msi/package.c
View file @
fb9d1194
...
...
@@ -203,6 +203,8 @@ static VOID set_installer_properties(MSIPACKAGE *package)
{
'A'
,
'p'
,
'p'
,
'D'
,
'a'
,
't'
,
'a'
,
'F'
,
'o'
,
'l'
,
'd'
,
'e'
,
'r'
,
0
};
static
const
WCHAR
SF
[]
=
{
'S'
,
'y'
,
's'
,
't'
,
'e'
,
'm'
,
'F'
,
'o'
,
'l'
,
'd'
,
'e'
,
'r'
,
0
};
static
const
WCHAR
SF16
[]
=
{
'S'
,
'y'
,
's'
,
't'
,
'e'
,
'm'
,
'1'
,
'6'
,
'F'
,
'o'
,
'l'
,
'd'
,
'e'
,
'r'
,
0
};
static
const
WCHAR
LADF
[]
=
{
'L'
,
'o'
,
'c'
,
'a'
,
'l'
,
'A'
,
'p'
,
'p'
,
'D'
,
'a'
,
't'
,
'a'
,
'F'
,
'o'
,
'l'
,
'd'
,
'e'
,
'r'
,
0
};
static
const
WCHAR
MPF
[]
=
...
...
@@ -318,6 +320,7 @@ Privileged
SHGetFolderPathW
(
NULL
,
CSIDL_SYSTEM
,
NULL
,
0
,
pth
);
strcatW
(
pth
,
cszbs
);
MSI_SetPropertyW
(
package
,
SF
,
pth
);
MSI_SetPropertyW
(
package
,
SF16
,
pth
);
SHGetFolderPathW
(
NULL
,
CSIDL_LOCAL_APPDATA
,
NULL
,
0
,
pth
);
strcatW
(
pth
,
cszbs
);
...
...
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