summaryrefslogtreecommitdiff
path: root/main.nsi
diff options
context:
space:
mode:
authorRobert Millan <rmh@debian.org>2009-04-21 19:23:29 +0000
committerRobert Millan <rmh@debian.org>2009-04-21 19:23:29 +0000
commitf266585d77bf7905d892450c5dbbe01853c2d1b5 (patch)
tree51864aeb4b56a198f64c74bacae05218cd303a73 /main.nsi
parent8aa0efc02d299d6f4585f398f62861a79bd4a6a9 (diff)
Detect (but don't yet enable) Windows 7.
r58295
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}