Re: [WiX-users] Wix 3.5 DTE automation - Add Extension Reference to wixproj

2012-09-05 Thread Rob Mensching
on for Windows Installer XML toolset. > Subject: Re: [WiX-users] Wix 3.5 DTE automation - Add Extension Reference > to wixproj > > Does Votive even support DTE? > > On Thu, Aug 30, 2012 at 8:20 AM, Maillet, Ed wrote: > > > Hey all, > > I'm trying to figure ou

Re: [WiX-users] Wix 3.5 DTE automation - Add Extension Reference to wixproj

2012-09-05 Thread Maillet, Ed
- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, August 30, 2012 10:19 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix 3.5 DTE automation - Add Extension Reference to wixproj Does Votive even support DTE? On Thu, Aug 30, 2012 at 8

Re: [WiX-users] Wix 3.5 DTE automation - Add Extension Reference to wixproj

2012-08-30 Thread Rob Mensching
Does Votive even support DTE? On Thu, Aug 30, 2012 at 8:20 AM, Maillet, Ed wrote: > Hey all, > I'm trying to figure out, in Visual Studio 2008, how to add a reference > to an Extension for a given wix project using the DTE (via > IWizard.RunFinished) application. > > The WixProjectNode doesn't

[WiX-users] Wix 3.5 DTE automation - Add Extension Reference to wixproj

2012-08-30 Thread Maillet, Ed
Hey all, I'm trying to figure out, in Visual Studio 2008, how to add a reference to an Extension for a given wix project using the DTE (via IWizard.RunFinished) application. The WixProjectNode doesn't have a references property like other Visual Studio project types. I found this article sug