A
alexia
Hi,
I created an installer project which installs my C# application. the
installer using install class.
The problem I am facing is in VISTA.
If I install the application as administrator and than trying to run
it from power user or user, windows retry to install the application.
It actually looking for the msi.
The problem is that the msi installer may not be available or is on a
cd which prevents windows to use the cd because off security issue.
My questions are:
1. Why when I try to run the application from user or power user,
windows search for
msi? Why doesn't it re-run it?
2. In what stage should I execute the manifest, during the
installation from the installer class or when compiling the
application?
Thanks for the help...
I created an installer project which installs my C# application. the
installer using install class.
The problem I am facing is in VISTA.
If I install the application as administrator and than trying to run
it from power user or user, windows retry to install the application.
It actually looking for the msi.
The problem is that the msi installer may not be available or is on a
cd which prevents windows to use the cd because off security issue.
My questions are:
1. Why when I try to run the application from user or power user,
windows search for
msi? Why doesn't it re-run it?
2. In what stage should I execute the manifest, during the
installation from the installer class or when compiling the
application?
Thanks for the help...