Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AD-930] Adding AWS Logo to the installer #116

Merged
merged 5 commits into from
Sep 16, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/odbc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ if (WIN32 AND ${WITH_ODBC_MSI})
@ONLY
)

add_custom_command(TARGET ${TARGET} PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/odbc/install/images $<TARGET_FILE_DIR:${TARGET}>/images)
affonsov marked this conversation as resolved.
Show resolved Hide resolved

add_custom_command(
TARGET ${TARGET} POST_BUILD
COMMAND ${WIX_CANDLE} ${WIX_INSTALLER_PREFIX}.wxs -out ${WIX_INSTALLER_PREFIX}.wxobj
Expand Down
3 changes: 3 additions & 0 deletions src/odbc/install/documentdb-odbc.wxs.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
Platform="@WIX_PACKAGE_PLATFORM@"
InstallerVersion='301' Languages='1033' Compressed='yes' SummaryCodepage='1252' />

<WixVariable Id="WixUIBannerBmp" Value=".\images\awstop.png" />
<WixVariable Id="WixUIDialogBmp" Value=".\images\awsdialog.png" />

<Media Id='1' Cabinet='package.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1' />
<Property Id='DiskPrompt' Value="@WIX_PRODUCT_NAME@ Installation [1]" />

Expand Down
Binary file added src/odbc/install/images/awsdialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/odbc/install/images/awstop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.