ClickOnce customization

Add-in Express™ Support Service
That's what is more important than anything else

ClickOnce customization
 
Alex Ben-Ari




Posts: 14
Joined: 2008-11-06
Hello.
I am using ADX.Net ClickOnce project do deploy our MS-Word addin. Following some input from customers I would like to do the following:

1. Check for updates silently, without showing the "Checking for updates" dialog . I call CheckForUpdates in the AddinModule_AddinStartupComplete event handler. The result is each time the user opens Word he sees the briefly. This is annoying for some users.
2. Restart Word automatically after the update has completed with the same document that was open when the update began.
3. Change some of the texts in the dialog boxes that are displayed during installation (e.g. "The [addin name] registration succedded" I would like to change to "Successfully installed and registered [addin name]" and things like that).

Please advise.

Thank you very much,
Alex.


Posted 25 Nov, 2008 04:57:36 Top
Eugene Astafiev


Guest


Hello Alex,

Please have a look at the http://www.add-in-express.com/support/addin-c-sharp.php#2451 page. See the 54 (How to show a custom form when installing a COM add-in via ClickOnce) sample add-in project. Also you can find it in VB.NET http://www.add-in-express.com/support/addin-vb-net.php#2452.
Posted 25 Nov, 2008 05:48:48 Top