C# setup and deployment question
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Hi,
In my C# project there's a MyApp.XML file in C:\MyAppFolder\bin\Debug, and
my program will point to that xml file to get some data.
But in the Setup and Deployment, how do I include that xml file in the setup
and what will be the right position for it?
Thanks for help.
Jason
.
Relevant Pages
- RE: How do I include an xml file to my setup?
... Yeah I was trying to do it in the wrong section of the setup! ... I expect this xml file to be in the same working directory as the service's ... I tried adding it to the Install of Custom actions but when I browsed for my ... Add the xml file to the service project, ... (microsoft.public.dotnet.languages.csharp) - RE: Deployment - file generated on the fly during installation
... >> I have a setup project for a compact framework application. ... >> Custom Installer assembly in order to install the app on the Pocket PC. ... >> xml file, and save that xml file on the device in the application folder. ... (microsoft.public.dotnet.framework.compactframework) - RE: How do I include an xml file to my setup?
... I expect this xml file to be in the same working directory as the service's ... The setup should know to place this xml file there but I cannot ... What is the "proper" way to do this? ... Add the xml file to the service project, ... (microsoft.public.dotnet.languages.csharp) - Role & froms authentication
... I'm trying to setup a very simple form authentication in my WebApp (a few ... user in an XML file). ... (microsoft.public.dotnet.framework.aspnet) - Re: Role & froms authentication
... > I'm trying to setup a very simple form authentication in my WebApp (a few ... > user in an XML file). ... (microsoft.public.dotnet.framework.aspnet) |
|