Removes a warning that the 32-bit setup is about to install Jitsi on 64-bit Windows.

fix-message-formatting
Lyubomir Marinov 13 years ago
parent da23131aa0
commit 252d6cd3a6

@ -1945,7 +1945,7 @@ WinMain(
* obviously knows what they are doing so do not ask whether Wow64 is
* acceptable.
*/
if (Setup_quiet || Setup_xzdec_ || (IDYES == Setup_isWow64Acceptable()))
if (Setup_quiet || Setup_xzdec_ /* || (IDYES == Setup_isWow64Acceptable()) */)
{
if (Setup_msiexec_)
error = Setup_msiexec();

Loading…
Cancel
Save