Y
Yash Ganthe
Hi,
The shortcut file created by clickonce deployment having an
extension .appref-ms only has a link that looks like:
http://127.0.0.1/ClickOnceDemo/ClickOnceDemo.application#ClickOnceDemo.application,
Culture=neutral, PublicKeyToken=27d66f1bda5f165d,
processorArchitecture=msil
The file http://127.0.0.1/ClickOnceDemo/ClickOnceDemo.application has
the name and version number of the executable assembly.
When ClickOnce application is invoked, the framework compares the
version of the locally installed app against the version in the
deployment manifest.
My question is, how does the framework know the location of the
installed app to be able to compare its version number, or even to
start the app?
Is this maintained in a registry setting?
Thanks,
Yash
The shortcut file created by clickonce deployment having an
extension .appref-ms only has a link that looks like:
http://127.0.0.1/ClickOnceDemo/ClickOnceDemo.application#ClickOnceDemo.application,
Culture=neutral, PublicKeyToken=27d66f1bda5f165d,
processorArchitecture=msil
The file http://127.0.0.1/ClickOnceDemo/ClickOnceDemo.application has
the name and version number of the executable assembly.
When ClickOnce application is invoked, the framework compares the
version of the locally installed app against the version in the
deployment manifest.
My question is, how does the framework know the location of the
installed app to be able to compare its version number, or even to
start the app?
Is this maintained in a registry setting?
Thanks,
Yash