I'm trying to build a response file for a vendor application called Fulcrum Fulview. When I install this application it launches an InstallSheild wizard, during which it temporarily loads an .msi and several .mst(s) into the temp directory. I attempted to run a record ( c:\Temp\Fulview.exe /r /f1c:\Temp\Fulview.iss), however I get the following info from an Installshield popup window:
Command Line Parameters:
/L Language ID
/S Silent Mode
/V Parameters to MsiExec.exe
When I exit this window, I'm back at a new line. Is there another way to build this .iss. I was under the impression that all applications packaged with InstallSheild could use this switch. If not, do you know which MsiExec parameters that may give me the same result???
Thanks