Hello.
I run very simple installer which downloads and runs executable. For some reason executable appears a few times in Task Manager, i.e. there are 2 copies of it run and then quit. Actually I don't (and shouldn't) care what this executable does. When I run it manually it does something and quits and as it should be there is only 1 copy of it appears in Task Manage. But in silent mode everything different.
The question is how run executable in such way so that it appear once.
ExecWait silent mode question
6 posts
Did you write this installer or did you download it from somewhere? If its the latter then you would have to contact the author...
So most probably this is a problem if the installer I download?Originally Posted by Anders View PostDid you write this installer or did you download it from somewhere? If its the latter then you would have to contact the author...
It is possible for the installer to operate differently when it is silent, this is controlled by the author of the installer...Originally Posted by oldfriend View PostSo most probably this is a problem if the installer I download?
I am author of my installer. Can I somehow control that the second installer (which I install silently and which is not mine) would run only one instance?Originally Posted by Anders View PostIt is possible for the installer to operate differently when it is silent, this is controlled by the author of the installer...
No, the author of that other installer could be using IfSilent etc. You need to contact the author of this installer for further assistance...Originally Posted by oldfriend View PostCan I somehow control that the second installer (which I install silently and which is not mine) would run only one instance?