Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / installer / util / installation_state.cc
index 718e44a..0173581 100644 (file)
@@ -42,7 +42,7 @@ bool ProductState::InitializeCommands(const base::win::RegKey& version_key,
 
   if (commands_key.Open(version_key.Handle(), google_update::kRegCommandsKey,
                         kAccess) == ERROR_SUCCESS)
-    return commands->Initialize(commands_key);
+    return commands->Initialize(commands_key, KEY_WOW64_32KEY);
   return false;
 }