Hi,
I'm working on refracting an installer to make it work silently as well as interactively. One big requirement is that when the installer is run that it blocks the command line until complete. Right now, when I run "Installer.exe" /S:setupvars.ini" it immediately returns a command prompt.
As a work around I was able to call it from a .cmd file, which does block, but this isn't ideal and I would prefer a more native solution.
I'm supporting Windows Server 2016 and 2019+
Apologies if this has been asked before, I'm somewhat new to Setup Factory, and so far haven't found a solution.
I'm working on refracting an installer to make it work silently as well as interactively. One big requirement is that when the installer is run that it blocks the command line until complete. Right now, when I run "Installer.exe" /S:setupvars.ini" it immediately returns a command prompt.
As a work around I was able to call it from a .cmd file, which does block, but this isn't ideal and I would prefer a more native solution.
I'm supporting Windows Server 2016 and 2019+
Apologies if this has been asked before, I'm somewhat new to Setup Factory, and so far haven't found a solution.
Comment