Hi,
I have a msi setup program that installs a dotnetapplication that also uses MSChart and a type library. It all installs fine by a (Administartor) user with who is able touse elevated privileges during the install.
When I run it as the user that installed it,the applicationworks as it should - even without needing/using elevated privileges to run it.
However, when I login as a standard user - with no Administrative privileges and try to launch the application - it appears to be trying to download or install something before failing saying that it could not access a particular file (actually the error message is very similar to that I receive when I try and run the setup.exe over the web; see post:
http://social.msdn.microsoft.com/Forums/en/winformssetup/thread/fe5958af-a72b-4361-84f1-bab03099a72f)
Edited to give error message:
Error 1001. Exception occurred while initializing the installation:
System.IO.FileNotFoundException: Could not load file or assembly 'file://C:\WINDOWS\system32\and' or one of its dependencies. The system cannot find the file specified.
Please can someone explain what is happening and what I need to do in order to overcome this problem. Could the file it cannot access be the type library?
Many thanks,
-Paul