Re: [WiX-users] Does anyone have a VSIX example

2013-11-13 Thread Phill Hogland
I do not have direct experience with this, but from studying the source code for another purpose, I think you need to do something like: or something like this:

Re: [WiX-users] Does anyone have a VSIX example

2013-11-12 Thread Christopher Painter
" Subject: Re: [WiX-users] Does anyone have a VSIX example Any updates on this? I would also really like an example for the use of the VsixPackage element. I mean, if it doesn't work from MSI, then how should you use this element (and I mean why would it even exist? there must be some use c

Re: [WiX-users] Does anyone have a VSIX example

2013-11-12 Thread Gonçalo Lopes
ually read that >> you >> should install 'by hand' if you are using MSI. >> There is some very helpful code in the wix installer itself to help you >> with >> registrations etc. >> >> -Original Message----- >> From: John Ludl

Re: [WiX-users] Does anyone have a VSIX example

2013-11-12 Thread Gonçalo Lopes
in the wix installer itself to help you > with > registrations etc. > > -Original Message- > From: John Ludlow [mailto:john.ludlow...@gmail.com] > Sent: 13 March 2013 15:55 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Does anyone have a

Re: [WiX-users] Does anyone have a VSIX example

2013-03-13 Thread David Watson
ohn.ludlow...@gmail.com] Sent: 13 March 2013 15:55 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Does anyone have a VSIX example See this: http://msdn.microsoft.com/en-us/library/ee332502.aspx Apparently it's a bad idea to run VSIXInstaller from an MSI. On 13 M

Re: [WiX-users] Does anyone have a VSIX example

2013-03-13 Thread John Ludlow
See this: http://msdn.microsoft.com/en-us/library/ee332502.aspx Apparently it's a bad idea to run VSIXInstaller from an MSI. On 13 March 2013 15:31, Rob Mensching wrote: > That error means the VsixInstaller failed. Doesn't the VsixInstaller create > a log file somewhere? That's your best bet. >

Re: [WiX-users] Does anyone have a VSIX example

2013-03-13 Thread Rob Mensching
That error means the VsixInstaller failed. Doesn't the VsixInstaller create a log file somewhere? That's your best bet. On Wed, Mar 13, 2013 at 8:25 AM, Thomas wrote: > Hi, > > I'm also having some issue with this with VsixPackage. I can build the > installer fine but when it runs I get an erro

Re: [WiX-users] Does anyone have a VSIX example

2013-03-13 Thread Thomas
Hi, I'm also having some issue with this with VsixPackage. I can build the installer fine but when it runs I get an error. I have installed latest Wix. Does this wxs look ok? http://schemas.microsoft.com/wix/2006/wi"; xmlns:VSExtension="http://schemas.microsoft.com/wix/VSExtension";>

Re: [WiX-users] Does anyone have a VSIX example

2012-09-20 Thread Rob Mensching
You need a File element to carry the VSIX in the MSI. On Thu, Sep 20, 2012 at 4:18 PM, Mike Tod wrote: > I'm trying to create a MSI to support a VSIX package. > > I have not been able to find any example of how to use the VsixPackage > element shown below. > > I keep getting errors: > > Error

[WiX-users] Does anyone have a VSIX example

2012-09-20 Thread Mike Tod
I'm trying to create a MSI to support a VSIX package. I have not been able to find any example of how to use the VsixPackage element shown below. I keep getting errors: Error 1 Unresolved reference to symbol 'File:VSIXProject.vsix' in section 'Fragment:'.F:\Users\mtod\My