clickOnce (more instances of installation)

O

Ondrej Dobecka

Hi,

I have created a basic application, which is deployed as clickOnce and has
some dll and one config file.

Application 1 = main .exe file + dlls + one specific .config file
Application 2 = main .exe file + dlls + another specific .config file
....


What do I need to set to install them as completely independent ?

I tried to change everything in ClickOnce Deployment Manifest file, but one
application still updates the second one...
In ClickOnce Application Manifest file, it seems that there is nothing
specific changeable, but maybe I'm wrong.

(I need also have two shortcuts in Start/Programs, but as I said, one
installation always replaces the another... )

Thank you very much for any answer or idea


Ondrej Dobecka
(e-mail address removed)
(e-mail address removed)
 
L

Linda Liu [MSFT]

Hi Ondrej,

Based on my understanding, you have a WinForm application to be deployed
via ClickOnce. Say you have installed the application via ClickOnce and
then publish a newer version. When you install the application via
ClickOnce, the new version always replaces the old one. What you want is to
install the new version application as an independent product, without
replacing the previous old version application. If I'm off base, please
feel free to let me know.

You could use different certificate files to sign the ClickOnce manifests
to install the ClickOnce application as different applications.

To do this, right-click the project node in the Solution Explorer and
select Properties. In the Project Designer, switch to Signing tab and click
the "Select from Store" button and you will see all available certificate
files listed in the listbox in the "Select a Certificate" dialogbox. You
could select a different certificate file for the new version application
from that of the old version.

If there's only one certificate file in the "Select a Certificate"
dialogbox, you could add a new certificate file. On the Signing tab, click
the "Create Test Certificate" button. In the "Create Test Certificate"
dialogbox, enter a password and press OK button. Click the "Select from
Store" button, you will see the new certificate file is added in the
certificate files listbox.

Hope this help.
If you have any question, please feel free to let me know.

Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
L

Linda Liu [MSFT]

Hi Ondrej,

How about the problem now?

If the problem is still not resolved, please feel free to let me know.

Thank you for using our MSDN Managed Newsgroup Support Service!

Sincerely,
Linda Liu
Microsoft Online Community Support
 
O

Ondrej Dobecka

Hello,

thank you very much. With your help, I solved that problem in minute :)

goodBye
Ondrej Dobecka



Linda Liu said:
Hi Ondrej,
How about the problem now?
If the problem is still not resolved, please feel free to let me know.
Thank you for using our MSDN Managed Newsgroup Support Service!

Linda Liu
Microsoft Online Community Support
 

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