I have been trying to get a msi built that requires a .exe within it to be run silently with a response file that specifies launguage and license agrement. But unfortunately I can not get this silent process with repsonse file to cooperate.
If I run a command line for the silent repsonse file manually from my computer: D:\BPC\bpc1\Client\setup.exe -s -f1c:\BPC\bpc1\Client\setup.iss it runs silently with the response file as expected.
Now, trying to get this to process as desired, I have told the msi installer to place my response file in a specific folder in c:\windows\temp (which hapens prior to the launch of the internal exe) and then using the prerequisite Install Command Line option: Silent (no UI), I enter this command: -f1"c:\windows\temp\bpc1\Client\setup.iss". I have tried this with and without the quotes around the target location, I have tried a space in front of the -f, I have tried this with the -f and /f, I have tried making the entire package a .exe instead of a .msi.... I can not get the silent process to work at all, let alone the response file.
There is very little information about this on this forum or on the web about this except for this one post which seems to have no resolution: http://www.advancedinstaller.com/forums ... php?t=1580
Any assistance with this issue is very much appreciated.