Page 1 of 1

Two instances are seen running int ask manager when i execut

Posted: Mon Dec 22, 2008 2:27 am
by sherry gomindes
Hi

When i execute a .exe file created through installAware 2 instances of the same are seen running in the Task Manager.
How is it??

If so how do i resolve this issue. so that only one instance starts running.

Posted: Mon Dec 22, 2008 2:41 am
by ulrichard
Hi sherry,

As far as I know, that happens with web- or single executable builds. The first one is a bootstrapper that unpacks the installer files, and the second process executes the installation.
If you do an uncompressed build, you 'll get only one process with the name of your setup, but still an additional windows installer process.

Rgds
Richard