File not being included in my deployment application
am 20.12.2007 04:34:24 von 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
Re: File not being included in my deployment application
am 20.12.2007 13:18:21 von DFS
"John Sheppard" wrote in message
news:fkcns202ecr@news2.newsguy.com...
> 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!