File not being included in my deployment application

  • Thread starter Thread starter John Sheppard
  • Start date Start date
J

John Sheppard

Hello,

I am setting up a msi installation application in dotnet.

A file that needs to be deployed doesnt get copied automatically even when i
mark it as include in output directory.
The file is called policycache.config

Thank you for any ideas anyone may offer
John
 
John Sheppard said:
Hello,

I am setting up a msi installation application in dotnet.

A file that needs to be deployed doesnt get copied automatically even when
i mark it as include in output directory.
The file is called policycache.config

Thank you for any ideas anyone may offer
John

ahh i found the problem I have to include the content output of the project
in the deployment...silly me!
 

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