```SDFInstallationScript``` When will this support...
# suite-app
d
Copy code
SDFInstallationScript
When will this support the same as the bundles? Currently I see it only supports
run
• afterInstall • afterUpdate • beforeInstall • beforeUninstall • beforeUpdate
j
you should be able to use a combination of scripting logic and designation in the deploy.xml file at which point it will run (i.e. before you would run it at the beginning of the deploy or after you would place its call at the end)
d
Thank you Jacob. I didn't know this was available. Good information moving forward.
j
no problem!