From 4921664f92bb6bd39ed7fd3dd24d58108973af25 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 1 Nov 2020 15:16:07 -0600 Subject: Stop encrypting hidden variables. They were persisted in plaintext, and always had to be decrypted and sent to a separate process to actually be used. --- src/engine/search.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/search.cpp') diff --git a/src/engine/search.cpp b/src/engine/search.cpp index 1dbcf56b..065003c7 100644 --- a/src/engine/search.cpp +++ b/src/engine/search.cpp @@ -1136,7 +1136,6 @@ static HRESULT MsiProductSearch( DWORD dwRelatedProducts = 0; BURN_VARIANT_TYPE type = BURN_VARIANT_TYPE_NONE; BURN_VARIANT value = { }; - // We're not going to encrypt this value, so can access the value directly. switch (pSearch->MsiProductSearch.Type) { -- cgit v1.2.3-55-g6feb