cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Kevin_Hodgson
Level 5

Is there any way to access the String Table in a Deferred Custom Action?

I'm trying to update the StatusWindow during the execution of some Deferred Custom Actions, and I think it's failing to get the Text from the String Table. Is there any way to give a Deferred Custom Action access to the String Table?

I suppose I could use CustomActionDate to add the string table entry I need from in addition to the other CustomActionData I'm passing. Can you access StringTable properties from a SetProperty Custom Action?
Labels (1)
0 Kudos
(2) Replies
Christopher_Pai
Level 16

Serializing to CustomActionData is the way to go, but your simple Type51 CA will have to be replaced with something that can do queries.
0 Kudos
RobertDickau
Flexera Alumni

How are you trying to update the status window? Assuming you're talking about MSI, entries from the ActionText table are stored in the string table, and they're displayed during deferred mode, so it might depend on specifics...
0 Kudos