ClickOnce application start menu shortcut disappears -


i have different versions of same application: production, development, , test. each 1 has own solution file , separate branches in tfs. started using clickonce. both development , test use same pfx key right now, deployed 2 separate folders.

now when installs development build, icon in start menu gets installed , looks at

"company name" -> development build

this driven publish -> options -> description -> publisher name , product name.

now when user goes install test build, same publisher name , different product name. start menu removed (or overwritten) development build link , replaced test build. option in add/remove programs whatever last installed was.

how can 2 applications same publisher create 2 different start menu items?

you need use different assembly names different builds. can modify assembly name in application tab of project's property page. considered different products after have changed assembly name , product name.

and main exe file needs changed, because once clickonce treats separate install, other dll files installed in separate cache folder in <username>\appdata\local\2.0 folder. dll file should not conflict others.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -