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.