summaryrefslogtreecommitdiff
path: root/main.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'main.nsi')
-rw-r--r--main.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.nsi b/main.nsi
index ca5cfd9..de89dd9 100644
--- a/main.nsi
+++ b/main.nsi
@@ -184,6 +184,9 @@ readme_file_not_found:
Goto windows_version_ok
${Endif}
${If} $windows_version == "Vista"
+; In the default install, "system partition" is not mounted. We need a way
+; around this before Windows 7 can be enabled.
+; ${OrIf} $windows_version == "7"
StrCpy $windows_boot_method bootmgr
Goto windows_version_ok
${Endif}