Hello,
If I wanted to update an installer's properties without directly using the Advanced Installer project, would it be possible? Reason being I have a child installer that is placed on a user's computer by a parent installer. From the parent application (installed by the parent installer) the user builds a config that sets the configuration that the child installer will use during its installation on a child machine. With normal MSIs I am able to update the properties via P/Invoke. Is something like this possible with Advanced Installer?