mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
17 lines
417 B
Plaintext
17 lines
417 B
Plaintext
; Installation mode. It can be user or admin.
|
|
; NOTE: for admin mode please use "Run as Administrator" for command prompt to avoid UAC dialog.
|
|
mode=user
|
|
|
|
; Desktop shortcut for launchers
|
|
launcher32=0
|
|
launcher64=1
|
|
|
|
; Add launchers path to PATH env variable
|
|
updatePATH=0
|
|
|
|
; Download and install jre32. This may take a few minutes.
|
|
jre32=0
|
|
|
|
; Download and install python. This may take a few minutes.
|
|
python2=0
|
|
python3=0 |