Questions tagged [clickonce]
20 questions
5
votes
1 answer
How can I deploy a ClickOnce application via Tomcat?
We're in the need of deploying a .NET clickonce application through an Apacke Tomcat 6. server. Does anyone have any tips or caveats for setting this up ? (Or is ist just so straight foreward I don't even need to ask ?)
nos
- 2,368
- 3
- 20
- 24
3
votes
3 answers
How to make a .NET ClickOnce application a "published application" via Citrix?
We have a WPF ClickOnce application that needs to be deployed both directly to user-desktops via ClickOnce (which works fine) AND as a Citrix Published Application (not a published desktop).
This citrix forums post has some discussion but no obvious…
Conceptdev
- 133
- 1
- 1
- 6
3
votes
0 answers
Clickonce applications being allowed through firewall
The company I work for uses an application that is deployed through clickonce. This means that everytime they update said program the program regenerates in a new location…
DanielF
- 31
- 3
2
votes
2 answers
Does a ClickOnce Application deploy to a FDCC locked down computer?
We are looking to publish a ClickOnce application to a large Active Directory network which has to abide by the FDCC (Federal Desktop Core Configuration) which is an OMB-mandated security configuration.
Does anyone have experience with this…
Keith Sirmons
- 740
- 3
- 13
- 23
2
votes
4 answers
How can I configure apache so that it prevents proxy servers to cache a specific URL on my website?
I've got a clickonce repository hosted on a Apache server ; for obvious reasons*, I don't want this repository to be cached by a proxy server.
I know there's no way to prevent a proxy to cache something if it wants to, but I'm looking for a way of…
Brann
- 620
- 1
- 9
- 19
2
votes
2 answers
What are the privileges of application that runs in the security zone "Internet Zone"?
We've got an application that is deployed throught ClickOnce. When we install it from an URL, this application has the security zone "Internet Zone".
As I mentionned in the title, I'd like to find a way to know the list of privileges granted to an…
JiBéDoublevé
- 133
- 3
2
votes
1 answer
Is it possible to disable ClickOnce installers from running on machines?
I need to prevent clickonce installers from being run from Internet explorer. For example, google chrome is installed through a clickonce installer.
Is this possible? If so what are the options to disable it? I'm only concerned with Windows 7.
Nathanael
- 121
- 2
2
votes
3 answers
In-house Trusted Certificate
Hi there I'm a developer looking at introducing ClickOnce deployment for an internal .NET Winforms application that will be distributed via the corporate network.
Now I would like to deploy this application under the full trust model however in…
MrEdmundo
- 291
- 5
- 14
1
vote
1 answer
SQL Server Reporting Services Report Builder not starting as RemoteApp
A bunch of Users has been given access to a SQL Server 2008 R2 reporting services instance. Due to a policy the users only may access the services through a Remote Desktop instance. We have handed out Remote App links to the Internet Explorer…
the-wabbit
- 40,319
- 13
- 105
- 169
1
vote
1 answer
Microsoft ClickOnce and some sort of redirect problem
I am attempting to debug a client issue with our ClickOnce application. He is the only person with this particular deployment problem.
A connection attempt failed because
the connected party did not properly
respond after a period of time, or
…
mrtsherman
- 113
- 4
0
votes
1 answer
Click once application to connect to remote server
I have a .net application which calls a webservice deployed on my local windows server 2012 on IIS, and the sql server database resides on that server too. All employees connect to the same service and DB since we're all on the same domain, and I…
Saleem
- 95
- 5
0
votes
0 answers
How can I replicate Microsoft .NET manifest hashes, ideally on Linux command line?
I have a .NET click-once application which, I found out the hard way (user could not install), checks the checksums of its configuration files against checksums in the .exe.manifest as calculated at build-time.
My user could not install, the error…
Wilbur Whateley
- 151
- 1
- 5
0
votes
3 answers
Not able to access company site while on the company domain
Currently, our setup at the office goes something like this:
If you're on a computer that is out of the office, you can go to http://site.domain.com/folder
and you're fine. The page will show up.
If you're on the office domain, it won't. Instead you…
Steven Evers
- 653
- 5
- 9
- 23
0
votes
2 answers
Enterprise level control of ClickOnce product on corporate network with group policy?
Hi there I'm a developer looking at introducing ClickOnce deployment for an internal .NET Winforms application that will be distributed via the corporate network.
Currently the product roll out and updates are handled by Group Policy however I would…
MrEdmundo
- 291
- 5
- 14
0
votes
1 answer
Running .net application over a network
I need some advice please. I need to enable a .Net application to run over a network share, the problem is that this will be on clients network shares and so the path will not be identical.
I've had a quick look at ClickOnce and the publish options…
Marlon