Hi there and thanks for your reply,
the problem i have is that launching a ClickOnce application while logged in through Citrix does not deploy to the local profile on the Citrix server, butat the pc im using the Citrix client.
The (ClickOnce) application is not well-known at the Citrix server, is not installed (like an ordinary application as Microsoft Office, which is actually installed) . Maybe that is why the deployment happens at Citrix client pc and Not on Citrix server.
Is there a wayi can control this. I dont want to change the ClickOnce architecture of the application and loose the priviledges of that. I know that if i make a msi and install as administrator the application on Citrix server, then it will work as it should be but i want to avoid this.
Is there a way to controls that problem???? Maybe i should first log through Remoting to the local profile on Citrix Server, and run ClickOnce application there, so first time the setup.exe of clickOnce to run there and create all the necessary application files and then use the Citrix client to get that process which will be known to the Citrix Server.
If you have any idea, please let me know....