session.property not working in vbs
hi i have a CA in deferred sys context running in the correct sequence but it does not work properly.
i use session.property("ProductCode") and it returns the product code to my vbs perfectly.
however 2 lines late i use session.property("CommonAppDataFolder") and it returns blank!
weird?
i have tried loads of diff properties here with no joy!
any ideas?
i use session.property("ProductCode") and it returns the product code to my vbs perfectly.
however 2 lines late i use session.property("CommonAppDataFolder") and it returns blank!
weird?
i have tried loads of diff properties here with no joy!
any ideas?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
spartacus
17 years ago
In the deferred sequence you would only expect to be able to read the following properties directly :
ProductCode, UserSID, and CustomActionData
which explains why your CA is able to read ProductCode but not the CommonAppDataFolder property.
To get around this (if you really must use deferred), you would need to use an indirect method using the CustomActionData property.
This article should hopefully explain.
Regards,
Spartacus
ProductCode, UserSID, and CustomActionData
which explains why your CA is able to read ProductCode but not the CommonAppDataFolder property.
To get around this (if you really must use deferred), you would need to use an indirect method using the CustomActionData property.
This article should hopefully explain.
Regards,
Spartacus
Posted by:
jmcfadyen
17 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.