[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

ClickOnce deployment question with content files (online-only mode

ESmith

9/12/2006 12:33:00 PM

I'm trying to use ClickOnce to deploy an application in "online-only" mode.
The problem I have is that I have a component that requires a .LIC file -
I've included this file in the project and marked it as "include" in the
publish section, but whenever the application is "downloaded", the
application throws an exception because the license file isn't found.
However, if I change the deployment to allow the program to run in offline
mode, the license is installed with the rest of the application components.

My question is - how can I properly mark/deploy content files in
"online-only" mode?