Standard Action
Hi Everyone ,
I was wondering if i can run one Standard Action twice ...I am making an windows installer package in which i need to run App search twice , once before installing and one after installation. Is that possible ?
I was wondering if i can run one Standard Action twice ...I am making an windows installer package in which i need to run App search twice , once before installing and one after installation. Is that possible ?
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
AngelD
17 years ago
Posted by:
blacklisted_packager
17 years ago
I have set of 5 files which need to be copied , depending on the registry variable.For this i plan to use app search and component condition. But also i need to put a registry key which has the name of the file which i am copying. I wanted to condition something based on the file getting copied.
I am thinking of putting the registry key in the file component only as a workaround.
I am thinking of putting the registry key in the file component only as a workaround.
Posted by:
AngelD
17 years ago
Use AppSearch and condition the component (five component holding your different files, meaning one file per component) base on the property as you already stated.
Then I would like you to refer to the "Advanced Custom Action Conditions" article at http://itninja.com/blog/view/appdeploy:-articles:-msi-advanced-custom-actions
Define a dummy property for the registry key (ex. [MY_DUMMY_PROPERTY])
Then use a Set Property custom action to change the value of the dummy property to the value you like in conjunction with&component_name=3.
Should the registry key be named to the filename (ex. filename.ext)? If so you would need to parse the path.
Then I would like you to refer to the "Advanced Custom Action Conditions" article at http://itninja.com/blog/view/appdeploy:-articles:-msi-advanced-custom-actions
Define a dummy property for the registry key (ex. [MY_DUMMY_PROPERTY])
Then use a Set Property custom action to change the value of the dummy property to the value you like in conjunction with
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.