Can WinForms exe be installed in program files instead of user profile Dy?
I may have the application files installed once and then all updates go to one place.
The following thread should answer your question.
Once users have been installed in user cache per user. These applications are managed by ClickOnSense if you want to install a user specified location like C: \ Program Files \ ... then you should use MSI or some other installer technology.
More about ClickOnce at MSDN:
(See ClickOnce and Windows Installer Comparison Table)
Comments
Post a Comment