cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JimmiLee
Level 6

VBS Scripting . . .

How does one go about setting a global (created in the Property Manager) in a Visual Basics Script? I'm using a normal MSI project . . .
I have a VBS script running, that gets certain information about a web site, the port and site numbers respectively - I want these to be assigned to CRMSITENUMBER and CRMSITEPORT as defined in the Property Manager . . .

Please help . . .

Once I get this running, I'll post the whole working solution for everyone to use . . .
Labels (1)
0 Kudos
(1) Reply
JimmiLee
Level 6

Session.Property("PROPERTYNAME") = "Value"
0 Kudos