c# - Is there a built in function to determine the newest ClickOnce version that was published? -
i deploying winforms application clickonce. app has 40 users. users access app via app installed on pc , not shortcut icon on desktop. shortcut routing them local network folder download latest software updates.
i using system.version
class determine version number of application user runs on pc:
dim versionbeoforestring version = nothing 'version number versionbeoforestring = main_menu.currentversion
i wondering if there built in function can use determine if version client running on pc newest version? or need develop myself.
Comments
Post a Comment