diff --git a/Contrib/MakeLangId/MakeLangId.xml b/Contrib/MakeLangId/MakeLangId.xml index ec0f63e1..0964b911 100644 --- a/Contrib/MakeLangId/MakeLangId.xml +++ b/Contrib/MakeLangId/MakeLangId.xml @@ -14,4 +14,10 @@ + + + + + + diff --git a/Contrib/Makensisw/makensisw.xml b/Contrib/Makensisw/makensisw.xml index 4ba9030f..69aa6811 100644 --- a/Contrib/Makensisw/makensisw.xml +++ b/Contrib/Makensisw/makensisw.xml @@ -14,4 +14,10 @@ + + + + + + diff --git a/Contrib/zip2exe/zip2exe.xml b/Contrib/zip2exe/zip2exe.xml index c905437d..2151853e 100644 --- a/Contrib/zip2exe/zip2exe.xml +++ b/Contrib/zip2exe/zip2exe.xml @@ -14,4 +14,10 @@ + + + + + + diff --git a/Source/build.cpp b/Source/build.cpp index 64753e4c..80087c39 100644 --- a/Source/build.cpp +++ b/Source/build.cpp @@ -2248,9 +2248,9 @@ int CEXEBuild::UpdatePEHeader() { try { PIMAGE_NT_HEADERS headers = CResourceEditor::GetNTHeaders(m_exehead); - // workaround for bug #2697027 + // workaround for bug #2697027, #2725883 headers->OptionalHeader.MajorImageVersion = 6; - headers->OptionalHeader.MinorImageVersion = 0; + headers->OptionalHeader.MinorImageVersion = 1; } catch (std::runtime_error& err) { ERROR_MSG("Error updating PE headers: %s\n", err.what()); return PS_ERROR; diff --git a/Source/manifest.cpp b/Source/manifest.cpp index 9d1789f4..c5fbd105 100644 --- a/Source/manifest.cpp +++ b/Source/manifest.cpp @@ -57,6 +57,7 @@ string generate(comctl comctl_selection, exec_level exec_level_selection) xml += ""; + xml += ""; } xml += "";