Tagged Questions
3
votes
2answers
280 views
3rd party Wix libraries
I am just getting started with Wix. I see there there a several libraries included with the default Wix install. I also see that users can create their own libraries(wixlibs). Are there any 3rd ...
1
vote
1answer
256 views
Installing .Net Add-in for POS 2009
I'm working on writing a WiX project to install a .Net Addin that is built for Microsoft POS 2009. During the development of the project, you had to run the command:
AddinUtil.exe -PipelineRoot:
...
12
votes
2answers
6k views
How do you use WiX to deploy VSTO 3.0 addins?
I want to deploy a VSTO 3 Application Level Word 2007 addin that I've written with Visual Studio 2008. I see that WiX has an extension named WixOfficeExtension that looks like it might have this ...