cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nvadnais
Level 3

Setting a property in a VBScript CA?

I see the Windows Installer documentation says Session.Property information is read/write, but I don't see how you can write a single property back to the table. Does anyone know how to do this or is there an example script somewhere I can copy from?

On a parallel thought, are there any functions/operators you can use in the property table? It seems you can use text concatenation, but I am guessing nothing else. Anyone know any tricks there?

Thanks!

Norman
Labels (1)
0 Kudos
(1) Reply
J_anitha
Level 8

Dim szMyValue
szMyValue = "new"
Session.Property("MYPROPERTY") = szMyValue
0 Kudos