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

Setting Properties from VB script


2 replies to this topic

vishalv

vishalv
  • Full Members
  • 39 posts

Posted 11 July 2007 - 09:54

Hi,
I am trying to set a property from a VB script which is launched from a custom action. However this is not working.
Please let me know how this can be achieved?
Regards,
Vishal


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 13 July 2007 - 18:37

Session.Property("PROPERTYNAME") = "Bla"
Note that you cannot transfer property values from Execute sequence back to UI sequence.

vishalv

vishalv
  • Full Members
  • 39 posts

Posted 17 July 2007 - 07:30

Hi Stefan,
Thank you.
Regards,
Vishal