Greetings,
I was wondering if it's possible to import datasource during a package installation, and delete a datasource during package uninstallation. I see a great advantage in doing this for maintenance: datasource that can be used for the protocols are limited to the packaged protocole use, the removal of the package automatically clean the admin, and user password can be saved into the xmlx file encrypted.
For installation, I was thinking about using OnInstall directive, with an exported Datasource file this the appropriate configuration, specific to the package.
For uninstallation, using the OnUninstall directive.
But I don't know the commands to use in both cases. Can you please help me on this subject?
Also, is it possible to somehow use "if" loop or Server Globals in the command? (like using \\\$myGlobal to replace the string value)
Thanks in advance for your answer!
