Announcement

Collapse
No announcement yet.

Conditional install

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Conditional install

    Hi guys,
    I've a simple question for you. I would to show a specific dialog called "Visualizzatori", only if the user select the package n.2 during the installation. If the user don't select the package 2, the dialog would be invisible.

    Can you help me?
    Thanks.
    Edoardo

  • #2
    you just need to code it:
    Code:
    if SetupData.GetPackageProperties("n.2").Install then
      Dialog.Show("Visualizzatori","More info")
    end

    Comment


    • #3
      Thanks Jassing...where I've to put this code? In the preload of the dialog "visualizzatori" ?

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎