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

problem in working with Session Property


1 reply to this topic

ishwar

ishwar
  • Members
  • 1 posts

Posted 24 November 2005 - 09:58

hi all,

i have a custom action writen in vbscript that checks the registry for perticular entry and if the registry entry is found then the property should set to "YES" if not found then set to "NO". i use.

Session.Property("XYZPROPERTY")="YES"

i have another custom action that will run after the property is set. in this custom action when i use

str_var = Session.Property("XYZPROPERTY")
msgbox str_var

the messagebox is EMPTY. I need help.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 November 2005 - 12:34

Where do you sequence your custom customs? Are they immediate or deferred?
A verbose log (ideally created on MSI 3.1) will tell you all property changes which would also help to debug this.