[Releng] Update installer to require Java 17 and use Windows cacerts

https://bugs.eclipse.org/bugs/show_bug.cgi?id=567504
diff --git a/products/org.eclipse.oomph.setup.installer.product/Installer.p2.inf b/products/org.eclipse.oomph.setup.installer.product/Installer.p2.inf
index 9b064e7..6c317b4 100644
--- a/products/org.eclipse.oomph.setup.installer.product/Installer.p2.inf
+++ b/products/org.eclipse.oomph.setup.installer.product/Installer.p2.inf
@@ -5,7 +5,7 @@
   setProgramProperty(propName:eclipse.p2.max.threads,propValue:10);\
   setProgramProperty(propName:oomph.p2.repository.retry,propValue:2);\
   setProgramProperty(propName:org.eclipse.update.reconcile,propValue:false);\
-  setProgramProperty(propName:osgi.requiredJavaVersion,propValue:11.0);\
+  setProgramProperty(propName:osgi.requiredJavaVersion,propValue:17.0);\
   setProgramProperty(propName:p2.userAgent,propValue:eclipse/oomph/installer);\
   setProgramProperty(propName:oomph.setup.product.catalog.filter,propValue:);\
   setProgramProperty(propName:oomph.setup.product.filter,propValue:);\
diff --git a/products/org.eclipse.oomph.setup.installer.product/Installer.product b/products/org.eclipse.oomph.setup.installer.product/Installer.product
index 3d3b6ea..4b4b39d 100644
--- a/products/org.eclipse.oomph.setup.installer.product/Installer.product
+++ b/products/org.eclipse.oomph.setup.installer.product/Installer.product
@@ -23,6 +23,9 @@
       <vmArgsMac>-XstartOnFirstThread
 -Dorg.eclipse.swt.internal.carbon.smallFonts
       </vmArgsMac>
+      <vmArgsWin>-Djavax.net.ssl.trustStoreType=Windows-ROOT
+-Djavax.net.ssl.trustStore=NUL
+      </vmArgsWin>
    </launcherArgs>
 
    <windowImages/>