Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
116 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
78 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
0answers
95 views

My ClickOnce Application Installation doesn't install on some computers

I'm new to writing windows apps, and I work with MS Visual Studio 2010. I wrote a small app and can install it on my own box, and a few other Windows 7 64 bit boxes at work, but my boss's box won't ...
0
votes
2answers
377 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
388 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
155 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
511 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
116 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
391 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
228 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
579 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 ...