ClickOnce to deploy a Word file

  • Thread starter Thread starter altja
  • Start date Start date
A

altja

I want to use ClickOnce to deploy a word document.

It is not a help doc so I don't want to use that.
It cannot be converted to a text file since it has bookmarks, which I
use later on.
I understand and see how to deploy a ico or a txt from the resources
folder, but I don't get how to deploy a doc.

Basically, I am using the doc as a template for a process in my app.
I don't want to use a .dot for other reasons.


Any help would be greatly appreciated.
 
I see my answer you need to change Build Action to content under the
properties of the file.
 
altja said:
I see my answer you need to change Build Action to content under the
properties of the file.

Also set the other property to "Copy Always" so it includes it. :-)

RobinS.
GoldMail, Inc.
 
Back
Top