Publish, but not ClickOnce

J

Josef Brunner

Hi,

my application uses some configuration files. Since I could not find a way
to have VS 2005 include these files into the generated Setup program once I
publish the ClickOnce application (not even when I have these external
config files on my resources tab) I'm going to publish my application as a
"normal" program. This way it is easier for the user to find the application
installation path (like c:\program files\the program name\config)

How can I achieve this?

Is there a way to have the final setup program also install (just copy) any
config files to the destination machine?

Thank you very much in advance,
Kurt
 
J

Jonathan Rothwell

Kurt,
I'm going to publish my application as a "normal" program. This way it is
easier for the user to find the application installation path (like
c:\program files\the program name\config)

How can I achieve this?

You can just 'build' the program to \bin\release in the project directory,
and then use something like the Nullsoft installer (nsis.sourceforge.net) to
create your config file.

Hope this works.
 
J

Josef Brunner

Hi,

Jonathan Rothwell said:
You can just 'build' the program to \bin\release in the project directory,
and then use something like the Nullsoft installer (nsis.sourceforge.net)
to create your config file.

I tried the suggested installer software and it seems to work just fine.
Thanks for the advice!
Kurt
 

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

Top