1
0

yaml.izsetup 870 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. 000|izsetup|3.0.0|: valides YAML und trotzdem kompatibel
  2. # ^FIle signature. the number shows which version of the software is required as minimum
  3. comment:type: izsetup
  4. Segments:
  5. - Group1
  6. - Runtimes
  7. - nichtWin8
  8. Group1:
  9. Condition:
  10. - IsWin8
  11. ifnode:
  12. - Group1Win8
  13. postCond:
  14. - Group1Post
  15. Group1Win8_32:
  16. Exec1:
  17. - Installiere was 32-bit spezifisches
  18. - program
  19. - ping
  20. - google.de
  21. Comment:exec:
  22. - Beschreibung
  23. - Typ
  24. - Parameter1
  25. - '...'
  26. - parameterN
  27. Group1Post:
  28. Exec1:
  29. - Group1Post
  30. - program
  31. - ping
  32. - amazon.de
  33. Runtimes:
  34. Exec1:
  35. - Runtime1
  36. - program
  37. - ping
  38. - ccc.de
  39. Exec2:
  40. - Runtime2
  41. - program
  42. - ping
  43. - microsoft.de
  44. nichtWin8:
  45. Condition:
  46. - IsWin8
  47. elsenode:
  48. - nonwin8Impl
  49. nonwin8Impl:
  50. Exec1:
  51. - Nicht für wind00f 8
  52. - program
  53. - ping
  54. - example.com