<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product
Name="My First Add-In"
Id="*"
UpgradeCode="{1a7c55f0-ceed-11dd-ad8b-0800200c9a66}"
Manufacturer="Sam Wood - Tentacle Software"
Version="0.0.0.1"
Language="1033">
<Package
Manufacturer="Sam Wood - Tentacle Software"
InstallerVersion="200"
Languages="1033"
Compressed="yes" />
</Wix>
Ok, I think I like this better. Easy to copy and paste, and it looks pretty slick now that I’ve got the pre-wrapping resolved. Not sure if I love the idea of javascript running through the page and updating styles post-load, but I think the end result is worth it.
What I’m not going to like is having to go back through all the tutorials and update the code snippets!
Let me know your opinion.