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

VBScript Custom Action


2 replies to this topic

ranjit

ranjit
  • Members
  • 19 posts

Posted 10 July 2002 - 02:06

Hi,
I am trying to use the List in as a property in my VBScript , which will be executed in CA.
Here I am trying to achive is , I have loop in my VBS on certain conditions I need to store some values during the loop and these values must be returned back in IS Script.Is this possible, If so can you please give an example?

thank you
ranjit

Irina

Irina
  • Members
  • 227 posts

Posted 10 July 2002 - 20:48

Hi,
The custome action may return only success or fail. Use properties to set values by MsiSetProperty and then you can get they later by MsiGetProperty.
Irina Shirinsky
Software Engineer, Heroix Corporation
http://www.heroix.com

ranjit

ranjit
  • Members
  • 19 posts

Posted 10 July 2002 - 22:26

Irina,
I did try the way you described, but I thought if there is another way of doing it , like described in my post.
Anyway thank you for the reply.

ranjit