I've run into a problem when trying to install SMH via the "silent install" option on Windows 2008 servers.
I've already created the answer file (setup.iss) and execute from a command prompt (lauched as administrator):
setup.exe /s /f1setup.iss (where setup.iss is located in the same directory as the setup file).
Nothing happens. An hour glass flashes briefly, then . . . nothing. No install, and more importantly, nothing's logging anywhere that indicates what's going on. The same problem occurs if I include full paths in the above install line.
The smh_installer log that generates on the root of the system drive has NOTHING in it for today's date (it was already present from a previous install a couple of months ago). The Windows application and system log have nothing for the time stamps when the install was initiated.
If I simply initiate the installer from outside of the command line and install the via the GUI, it works fine. It's not a downgrade or same version install, as I'm going from 7.3.1.4 to 7.3.2.1
I haven't been able to track down any information about SMH's setup.exe command line parameters on the web.
Any ideas?