L
Looch
Hi All,
Forgive my lack of using the right terms here but I'm hoping someone
has an answer. I'm using VS 2005 C# Express and doing the following:
Right clicking the solution name and choosing properties, going under
the Publish tab on the left and clicking the 'Publish Wizard' button.
This launches the publish wizard and I am able to step through
resulting in my application being built and installable (I get four
files - a directory, two application manifests and the set up exe).
I'm not sure if this is a ClickOnce app, thus the confusion.
I want the application top check for updates and set the appropriate
file path in the wizard. Using the above mentioned process, what files
do I need to include in the directory that the update function looks
to? The updated source code files or an updated "built" version like
the one mentioned above?
Thanks in advance.
Forgive my lack of using the right terms here but I'm hoping someone
has an answer. I'm using VS 2005 C# Express and doing the following:
Right clicking the solution name and choosing properties, going under
the Publish tab on the left and clicking the 'Publish Wizard' button.
This launches the publish wizard and I am able to step through
resulting in my application being built and installable (I get four
files - a directory, two application manifests and the set up exe).
I'm not sure if this is a ClickOnce app, thus the confusion.
I want the application top check for updates and set the appropriate
file path in the wizard. Using the above mentioned process, what files
do I need to include in the directory that the update function looks
to? The updated source code files or an updated "built" version like
the one mentioned above?
Thanks in advance.