Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Using public property in scripts


1 reply to this topic

epoirier

epoirier
  • Members
  • 2 posts

Posted 16 December 2004 - 03:07

How do we use a public property set in the Property Manager in a scrips?

I am using [PropertyName] for stuff in devstudio, but how to get this information in scripts?

Using Devstudio for Adminstudio, v9.01
Thanks

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 16 December 2004 - 08:01

In VBScript:
Session.Property("PropertyName")