user266003
user266003

Reputation:

Publishing a WPF app in VS 2013 in to Programm Files -- impossible?

I wonder, isn't there any way to create an installer to publish a wpf application to Program Files? I guess it's called ClickOnce but since I've never used it, I can't get along with it. And I haven't found any options to specify where to publish it or, at least, to choose whether to publish it in the default location or Program Files.

Upvotes: 0

Views: 145

Answers (1)

Ravid Goldenberg
Ravid Goldenberg

Reputation: 2299

You can't specify where your application will be installed in clickonce, see this answers :Deploying to Program Files directory Installation path of ClickOnce apps

If you wish to specify where your app will be installed I suggest using Wix.

I also strongly recomed you to read this : Choosing a Deployment Strategy before you choose your way of installation, a little reading ahead can save a lot of time later.

Upvotes: 2

Related Questions