diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-02-04 20:06:58 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-02-04 20:11:32 -0600 |
commit | c239e0cc3a28a50c42c63b086ee62e17cf699104 (patch) | |
tree | 5ba3e85a9bb1aef22a9162629b248a8e27e2c43f /src/ca/cppartexec.cpp | |
parent | cbc09b6cd6d0d0b8bf095a88d4d8333616637f71 (diff) | |
download | wix-c239e0cc3a28a50c42c63b086ee62e17cf699104.tar.gz wix-c239e0cc3a28a50c42c63b086ee62e17cf699104.tar.bz2 wix-c239e0cc3a28a50c42c63b086ee62e17cf699104.zip |
Integrate into latest v4.
Diffstat (limited to 'src/ca/cppartexec.cpp')
-rw-r--r-- | src/ca/cppartexec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ca/cppartexec.cpp b/src/ca/cppartexec.cpp index d8c30c6a..673bdaf9 100644 --- a/src/ca/cppartexec.cpp +++ b/src/ca/cppartexec.cpp | |||
@@ -399,7 +399,7 @@ static HRESULT CreatePartition( | |||
399 | WcaLog(LOGMSG_VERBOSE, "Creating partition, key: %S", pAttrs->pwzKey); | 399 | WcaLog(LOGMSG_VERBOSE, "Creating partition, key: %S", pAttrs->pwzKey); |
400 | 400 | ||
401 | // get partitions collection | 401 | // get partitions collection |
402 | hr = CpiGetPartitionsCollection(&piPartColl); | 402 | hr = CpiExecGetPartitionsCollection(&piPartColl); |
403 | ExitOnFailure(hr, "Failed to get partitions collection"); | 403 | ExitOnFailure(hr, "Failed to get partitions collection"); |
404 | 404 | ||
405 | // check if partition exists | 405 | // check if partition exists |
@@ -456,7 +456,7 @@ static HRESULT RemovePartition( | |||
456 | WcaLog(LOGMSG_VERBOSE, "Removing partition, key: %S", pAttrs->pwzKey); | 456 | WcaLog(LOGMSG_VERBOSE, "Removing partition, key: %S", pAttrs->pwzKey); |
457 | 457 | ||
458 | // get partitions collection | 458 | // get partitions collection |
459 | hr = CpiGetPartitionsCollection(&piPartColl); | 459 | hr = CpiExecGetPartitionsCollection(&piPartColl); |
460 | ExitOnFailure(hr, "Failed to get partitions collection"); | 460 | ExitOnFailure(hr, "Failed to get partitions collection"); |
461 | 461 | ||
462 | // remove | 462 | // remove |