Hi,
We are using Publish Wizard for deploying the VSTO word Addin for 2007 application. We would like to
-
Specify the destination folder where the addin is getting installed on users m/c .Right now it is getting installed under C:\Documents and Settings\<LoggedInUserId>\Local Settings\Apps\2.0\<GUID> . This GUID is getting changed each time when we are installing a newer version. So we want to specify a predefined installation folder.
-
Our Addin Installer also should be able to download a schema file to the client m/c
-
Also the installer should be able to set the service URLs in Addin configuration file
Is there any way to achieve any of these or of all of them using Publish Wizard availble with VSTO 2007 Addin. If It is noty possible using Publish Wizard , Can anybody suggest any other alternatives??
Regards,