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

Getting a property


1 reply to this topic

Jann

Jann
  • Members
  • 35 posts

Posted 26 November 2001 - 15:23

I am setting a property using a vbScript CA.  
When i try and get this property in another CA, the property appears to be empty.

I am setting it by:

Prop = "hello"
Session.Property("PROPERTY") = Prop


I then call it by:

Prop = Session.Property("PROPERTY")

Could it be something to do with the type of execution and where it is placed in the sequence?


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 November 2001 - 16:18

This should work. If it doesn't it might be a problem with execution settings, conditions, or sequencing of your custom actions, or with the naming of your property.