msiexec.exe keeps running in the background
I have created MSI using the new free Repackager app. And I have noticed that when i deploy the package onto a PC the msiexec.exe is running in task manager processes all of the time, even after a reboot.
Will this cause a problem.
James
Will this cause a problem.
James
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
In a word, no. There are at least 2 phases to an install. There's what have (unfortunately) been termed the 'client' and 'server' install phases. What you're seeing here is the server phase.
For a simple install, when you see the progress bar, you'll see 2 instances of MSIExec. One is the client, the other is the server and it is the latter which remains in memory. For more complex installs, you'll see many more instances but, in a similar fashion, only one will remain after the install completes.
BTW, this doesn't really qualify as an error and you ought to have posted in the 'Package Development' forum.
For a simple install, when you see the progress bar, you'll see 2 instances of MSIExec. One is the client, the other is the server and it is the latter which remains in memory. For more complex installs, you'll see many more instances but, in a similar fashion, only one will remain after the install completes.
BTW, this doesn't really qualify as an error and you ought to have posted in the 'Package Development' forum.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.