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
a93763ae
Commit
a93763ae
authored
Oct 23, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Oct 24, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Remove two unnecessary install tables.
parent
5b19cc79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
31 deletions
+0
-31
install.c
dlls/msi/tests/install.c
+0
-31
No files found.
dlls/msi/tests/install.c
View file @
a93763ae
...
@@ -34,35 +34,6 @@ CHAR PROG_FILES_DIR[MAX_PATH];
...
@@ -34,35 +34,6 @@ CHAR PROG_FILES_DIR[MAX_PATH];
/* msi database data */
/* msi database data */
static
const
CHAR
admin_exec_seq_dat
[]
=
"Action
\t
Condition
\t
Sequence
\n
"
"s72
\t
S255
\t
I2
\n
"
"AdminExecuteSequence
\t
Action
\n
"
"CostFinalize
\t\t
1000
\n
"
"CostInitialize
\t\t
800
\n
"
"FileCost
\t\t
900
\n
"
"InstallAdminPackage
\t\t
3900
\n
"
"InstallFiles
\t\t
4000
\n
"
"InstallFinalize
\t\t
6600
\n
"
"InstallInitialize
\t\t
1500
\n
"
"InstallValidate
\t\t
1400"
;
static
const
CHAR
advt_exec_seq_dat
[]
=
"Action
\t
Condition
\t
Sequence
\n
"
"s72
\t
S255
\t
I2
\n
"
"AdvtExecuteSequence
\t
Action
\n
"
"CostFinalize
\t\t
1000
\n
"
"CostInitialize
\t\t
800
\n
"
"CreateShortcuts
\t\t
4500
\n
"
"InstallFinalize
\t\t
6600
\n
"
"InstallInitialize
\t\t
1500
\n
"
"InstallValidate
\t\t
1400
\n
"
"PublishComponents
\t\t
6200
\n
"
"PublishFeatures
\t\t
6300
\n
"
"PublishProduct
\t\t
6400
\n
"
"RegisterClassInfo
\t\t
4600
\n
"
"RegisterExtensionInfo
\t\t
4700
\n
"
"RegisterMIMEInfo
\t\t
4900
\n
"
"RegisterProgIdInfo
\t\t
4800"
;
static
const
CHAR
component_dat
[]
=
"Component
\t
ComponentId
\t
Directory_
\t
Attributes
\t
Condition
\t
KeyPath
\n
"
static
const
CHAR
component_dat
[]
=
"Component
\t
ComponentId
\t
Directory_
\t
Attributes
\t
Condition
\t
KeyPath
\n
"
"s72
\t
S38
\t
s72
\t
i2
\t
S255
\t
S72
\n
"
"s72
\t
S38
\t
s72
\t
i2
\t
S255
\t
S72
\n
"
"Component
\t
Component
\n
"
"Component
\t
Component
\n
"
...
@@ -187,8 +158,6 @@ typedef struct _msi_table
...
@@ -187,8 +158,6 @@ typedef struct _msi_table
static
const
msi_table
tables
[]
=
static
const
msi_table
tables
[]
=
{
{
ADD_TABLE
(
admin_exec_seq
),
ADD_TABLE
(
advt_exec_seq
),
ADD_TABLE
(
component
),
ADD_TABLE
(
component
),
ADD_TABLE
(
directory
),
ADD_TABLE
(
directory
),
ADD_TABLE
(
feature
),
ADD_TABLE
(
feature
),
...
...
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