We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3274e2a commit 8934c1fCopy full SHA for 8934c1f
demonstration/installer-config/config.nsh
@@ -17,6 +17,7 @@
17
!define APP_MIN_VERSION "68.2.0"
18
!define APP_MAX_VERSION "68.99"
19
!define APP_INSTALL_MODE "QUIET"
20
-!define APP_IS_64BIT "false"
+!define APP_IS_64BIT "true"
21
+!define APP_IS_ESR "true"
22
23
;===================================================================
0 commit comments