Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

NSIS.InstallOptions.ini.in 687 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  1. [Settings]
  2. NumFields=5
  3. [Field 1]
  4. Type=label
  5. Text=By default @CPACK_PACKAGE_NAME@ adds its binary directory to the system PATH and sets GMT5_SHAREDIR.
  6. Left=0
  7. Right=-1
  8. Top=0
  9. Bottom=20
  10. [Field 2]
  11. Type=radiobutton
  12. Text=Add @CPACK_PACKAGE_NAME@ to the system PATH for all users
  13. Left=0
  14. Right=-1
  15. Top=30
  16. Bottom=40
  17. State=1
  18. [Field 3]
  19. Type=radiobutton
  20. Text=Add @CPACK_PACKAGE_NAME@ to the system PATH for current user
  21. Left=0
  22. Right=-1
  23. Top=40
  24. Bottom=50
  25. State=0
  26. [Field 4]
  27. Type=radiobutton
  28. Text=Do not add @CPACK_PACKAGE_NAME@ to the system PATH
  29. Left=0
  30. Right=-1
  31. Top=50
  32. Bottom=60
  33. State=0
  34. [Field 5]
  35. Type=CheckBox
  36. Text=Create @CPACK_PACKAGE_NAME@ Desktop Icon
  37. Left=0
  38. Right=-1
  39. Top=80
  40. Bottom=90
  41. State=0
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...