Publish question

  • Thread starter Thread starter AMP
  • Start date Start date
A

AMP

Hello,
I am trying to publish a program and I want to include some files,
Readme....ect.
I tried putting them in the Resourses but that doesnt publish them.
How do I make sure they are included and the path to put them?
Thanks
Mike
 
Mike,

How are you doing this, in an install project, or something else? Can
you give more info?
 
Nicholas,
I go into -> Project
-> ?????? Properties

and fill in what I think should be filled in and publish.
Since I have your ear... How come the program doesnt get installed in
the Program Files directory?

Thanks
Mike,

How are you doing this, in an install project, or something else? Can
you give more info?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

AMP said:
Hello,
I am trying to publish a program and I want to include some files,
Readme....ect.
I tried putting them in the Resourses but that doesnt publish them.
How do I make sure they are included and the path to put them?
Thanks
Mike
 
Hi

Resources do get published.

I think your including text files? i found attached text docs in my
resources didnt get published either. I had to manually set them to embedded
(i cant remember the exact name). Instead of attaching as a resource i added
the file to the project and then changed its compile action to embedded...as
i say cant remember exact option.

i was using Click Once deployment which it sound like you are using,
clickonce deploys to its own cache folder on client machine. I presume due
to the auto update options it can provide.

The MVP no doubt can give better help but the above might be of use.
 
Try adding a folder and some bmp's/tga's (none embedded) bmp's will be added
to the clickonce manifest, the tga's won't, clickonce, good idea, just
flawed. Hopefully they will at least resolve the whole browser shinanigans
in the next release..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top