Hi,
Is it possible to include custom parameters in an install package?
e.g. Create some elements in the Install script based on the provided parameters.
I tried adding a ScriptParameter, but the dmapp goes straight to the installer.
Benjamin Hodžić [SLC] [DevOps Enabler] Selected answer as best 24th January 2024
Hi Benjamin
There is no support for this as the app packages don't have an interactive installer.
Alternatively you can read out a file on the system from within the install script that contains the data needed to create the elements. This way you can have "variable data" inside the install script.
Benjamin Hodžić [SLC] [DevOps Enabler] Posted new comment 24th January 2024
Thank you!