c# - MS Office 2013 Addon Click Once, change install directory -
i use click once deploy office 2013 addon, written in .net 4.5.1 works fine , addon installed here;
c:\users[user]\appdata\local\apps\2.0....
but need change destination path of installation to: c:\users[user]\appdata\roaming... thing
how can that, or not possible?
thanks
you can try copying installation folder want in update click once setup.exe there.
from command line navigate installer folder then:
setup.exe /url="c:\users[user]\appdata\roaming\"
if want change installer installs every time not possible see: https://social.msdn.microsoft.com/forums/en-us/5c7d00c2-2473-4fd5-b815-30066383eb47/change-installation-folder-for-a-click-once-app?forum=winformssetup
Comments
Post a Comment