jerryabouelnasr
Posts: 10
Score: 0 Joined: 11/9/2007 Status: offline
|
I have a package that consists of 3 chained programs. The first two are .msi and the last is a registry modification. I have tried getting the first application to install silently numerous ways. <msiexec /i applicationName.msi /qn> <msiexec /i applicationName.msi /quiet> & a lot of variations with quotes placed in various parts of the string. The install is kicking off, but we're getting prompted for configuration options that the application wants answered. When I manually navigate to a command prompt, to the local cache directory and run the install command, which I see in the execmgr log as genuinely being the command that is executed, the install runs silent. If I run it under the local system account, the install also kicks off perfecly silent. For some reason, when it's allowed to run on its own, it will not install silently. Any ideas? Thanks a bunch all, Jerry
|