I built an automated Excel 2007 Document in C# using Visual Studio Tools for Office 2008. Can I use WyUpdate to update my application? I do not have a Main form with a menu, I have an Excel Spreadsheet with an Office Ribbon with all my buttons on. Will wyUpdate be able to close the Excel spreadsheet to uodate it and reopen it?
wyUpdate will be able to update your add-in, however it won't be able to automatically prompt the user to close Excel unless you install wyUpdate to the root Excel directory.
If you don't install wyUpdate to the root Excel directory, and just include it with your add-in .dll files, then wyUpdate will still be able to check and update your add-in, but it will require that the user manually shut down Excel before it can update your files.