We have heavy investment on Setup Factory and it has been going on smoothly until one of our customers asked us about the possibility of a Silent Installer. After looking at your documentation, i was a bit disappointed when i saw the warning "Screen actions will only be executed if screens are displayed, therefore when run in silent mode, no screen actions will be executed.". On top of that, i also came across a post from the forum that in silent mode only "On Startup", "Pre Install", "Post Install" & "On Shutdown" are executed(https://forums.indigorose.com/forum/...silent-install).
The problem is that we already have a lot of code written in "On PreLoad", "On Next" & "On Ctrl Message" (very rarely) screen event handlers.
How do I make my installer compatible with both interactive and silent modes, without duplicating code?
The problem is that we already have a lot of code written in "On PreLoad", "On Next" & "On Ctrl Message" (very rarely) screen event handlers.
How do I make my installer compatible with both interactive and silent modes, without duplicating code?
Comment