Hi, Have an app that needs to update a config file after installation. However I don't have a clue where the app gets installed on the user's machine.
I also want the app to be installed under the Everyone user, not per user. Is there a way to do that
Regards
Vincent

Where exactly are the apps installed
Jean-Pierre Fouche
the real dir is: \Documents and Settings\username\Local Settings\Apps\...
ClickOnce can only be installed per-user, not for everyone.
There are some good FAQs you can read:
http://msdn.microsoft.com/smartclient/community/wffaq/wf20.aspx#Qykdidpjh
-Darrel