diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-10-04 22:21:36 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-10-04 22:21:36 +0200 |
commit | 37f28f6fc503338a5b271fa4f98e93697ee289f4 (patch) | |
tree | e79488c1ed1842bf5fb018cfd76b93375709c6f2 /instsetoo_native | |
parent | 5096198055ad0fc0a1933fb9900f758d316ee4d3 (diff) |
Allow installing from command-line even on Windows 7
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/LaunchCo.idt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/LaunchCo.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/LaunchCo.idt index 3fe0c2062177..7c8ee157fb32 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/LaunchCo.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/LaunchCo.idt @@ -2,4 +2,4 @@ Condition Description s255 l255 WINDOWSENCODINGTEMPLATE LaunchCondition Condition Privileged OOO_LAUNCH_1 -(VersionNT < 600) or (SETUP_USED=1) or Installed OOO_LAUNCH_2
\ No newline at end of file +(VersionNT < 900) or (SETUP_USED=1) or Installed OOO_LAUNCH_2 |