Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
ccdbcaeb
Commit
ccdbcaeb
authored
Jun 30, 2010
by
Bo Thorsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install MariaDB as a service with the installer
parent
e4379c51
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
998 additions
and
0 deletions
+998
-0
CMakeLists.txt
CMakeLists.txt
+3
-0
win/cmake/NSIS.template.in
win/cmake/NSIS.template.in
+995
-0
No files found.
CMakeLists.txt
View file @
ccdbcaeb
...
@@ -342,6 +342,9 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MariaDB")
...
@@ -342,6 +342,9 @@ SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MariaDB")
SET
(
CPACK_RESOURCE_FILE_LICENSE
${
CMAKE_SOURCE_DIR
}
/COPYING
)
SET
(
CPACK_RESOURCE_FILE_LICENSE
${
CMAKE_SOURCE_DIR
}
/COPYING
)
SET
(
CPACK_GENERATOR NSIS
)
SET
(
CPACK_GENERATOR NSIS
)
# Use our own NSIS template
set
(
CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/win/cmake"
${
CMAKE_MODULE_PATH
}
)
# Installer components and grouping
# Installer components and grouping
SET
(
CPACK_COMPONENT_GROUP_SERVER_DESCRIPTION
"The files necessary for running the MariaDB server."
)
SET
(
CPACK_COMPONENT_GROUP_SERVER_DESCRIPTION
"The files necessary for running the MariaDB server."
)
SET
(
CPACK_COMPONENT_GROUP_DEVELOPMENT_DESCRIPTION
"Files used in development on the MariaDB server."
)
SET
(
CPACK_COMPONENT_GROUP_DEVELOPMENT_DESCRIPTION
"Files used in development on the MariaDB server."
)
...
...
win/cmake/NSIS.template.in
0 → 100644
View file @
ccdbcaeb
This diff is collapsed.
Click to expand it.
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