M
Mike
I am using .NET to develop an appication. but have run
into a similar problem when running/testing it on various
machines.
I double click on the exe to run the app and a window
opens saying that it is installing the product, even tho
it is already installed (or even just built on the
machine). This install dialog has a progess bar which
loops infinitely until I press cancel. The application
works fine at this point. But I want to stop this
behaviour as I should not be installing anything at this
point.
When I look at the processes running on the machine,
MsiExec.exe is in the list. which dissapears when I stop
the so-called install.
One thing I thought it might be was that the shortcut to
the app/exe was an "advertised" app somehow. This would
mean that it needs to install certain software in order to
run, but I dont know how to check this, or even how it may
have happened.
Any ideas on this appreciated.
regards,
Mike
into a similar problem when running/testing it on various
machines.
I double click on the exe to run the app and a window
opens saying that it is installing the product, even tho
it is already installed (or even just built on the
machine). This install dialog has a progess bar which
loops infinitely until I press cancel. The application
works fine at this point. But I want to stop this
behaviour as I should not be installing anything at this
point.
When I look at the processes running on the machine,
MsiExec.exe is in the list. which dissapears when I stop
the so-called install.
One thing I thought it might be was that the shortcut to
the app/exe was an "advertised" app somehow. This would
mean that it needs to install certain software in order to
run, but I dont know how to check this, or even how it may
have happened.
Any ideas on this appreciated.
regards,
Mike