Announcement

Collapse
No announcement yet.

Conditional ARP At Installer Runtime?

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

  • Conditional ARP At Installer Runtime?

    Hey guys,

    Anyone know if there's a way to conditionally display/not display an ARP entry at installer runtime, besides blanking the displayname in the registry?

    Thanks!
    DDoutelMS

  • #2
    Conditionally displaying anything is just code... Not sure how a display name, registry entry, and ARP are directly related tho...

    Comment


    • #3
      hey jassing,

      One of the values in an ARP entry is the DisplayName; if you blank it, the entry isn't displayed in Control Panel. Yes; it's just a matter of a couple of lines of code to blank it out. The reason I asked is because I didn't know if there was a global variable which reflects the checkbox in the SUF UI that I could toggle at runtime; apparently it's only used at build time. No problem, all handled.

      Thanks for the reply!
      DDoutelMS

      Comment

      Working...
      X