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

Add Dark support #1904

Merged
merged 1 commit into from
Oct 2, 2017
Merged

Add Dark support #1904

merged 1 commit into from
Oct 2, 2017

Conversation

UnaNancyOwen
Copy link
Contributor

Add Dark support to vcpkg_find_acquire_program().
Dark is decompiler for installer that made by WiX.
It is used to extract files from installer that made by WiX such as Kinect for Windows SDK 2.x.
How to use are as follows.

# Find Acquire Dark
vcpkg_find_acquire_program(DARK)

# Extract WiX Installer using Dark
vcpkg_execute_required_process(
    COMMAND ${DARK} -x <EXTRACT_DIR> <WIX_INSTALLER>
    WORKING_DIRECTORY ${CURRENT_BUILDTREES_DIR}
    LOGNAME extract_log
)

Add Dark support to vcpkg_find_acquire_program().
@ras0219-msft
Copy link
Contributor

LGTM, thanks for the PR!

@ras0219-msft ras0219-msft merged commit 4440ae3 into microsoft:master Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants