Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
171 views

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 ...
1
vote
1answer
110 views

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 ...
0
votes
2answers
449 views

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 ...
0
votes
3answers
451 views

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 ...
0
votes
1answer
165 views

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 ...
1
vote
0answers
550 views

ClickOnce application with roaming user profiles

One of our pieces of software here is deployed via clickonce. I'm looking to setup roaming profiles because our users have a tendency to hop around from machine to machine in the office and I don't ...
0
votes
3answers
117 views

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 ...
2
votes
2answers
3k views

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 ...
1
vote
1answer
445 views

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 ...
2
votes
2answers
243 views

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 ...
1
vote
4answers
693 views

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 ...