You need a File element to carry the VSIX in the MSI.

On Thu, Sep 20, 2012 at 4:18 PM, Mike Tod <m...@thetods.net> 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      1              Unresolved reference to symbol
> 'File:VSIXProject.vsix' in section 'Fragment:'.    F:\Users\mtod\My
> Documents\My Development Projects\FMIWinService\FMIWIXSetup\Product.wxs
>   27           1                FMIWIXSetup
>
> Thanks
>
> Mike
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
>      xmlns:VSExtension="http://schemas.microsoft.com/wix/VSExtension";>
>        <Product Id="*" Name="FMIWIXSetup" Language="1033"
> Version="1.0.0.0" Manufacturer="Foundation Medicine"
> UpgradeCode="c8e0c427-5398-41d0-aead-d5a70169f3f1">
>               <Package InstallerVersion="200" Compressed="yes"
> InstallScope="perMachine" />
>
>               <MajorUpgrade DowngradeErrorMessage="A newer version of
> [ProductName] is already installed." />
>               <MediaTemplate />
>
>               <Feature Id="ProductFeature" Title="FMIWIXSetup" Level="1">
>                      <ComponentGroupRef Id="ProductComponents" />
>               </Feature>
>        </Product>
>
>        <Fragment>
>               <Directory Id="TARGETDIR" Name="SourceDir">
>                      <Directory Id="ProgramFilesFolder">
>                            <Directory Id="INSTALLFOLDER"
> Name="FMIWIXSetup" />
>                      </Directory>
>               </Directory>
>        </Fragment>
>
>        <Fragment>
>               <ComponentGroup Id="ProductComponents"
> Directory="INSTALLFOLDER">
>                      <Component Id="ProductComponent">
>                 <VSExtension:VsixPackage File="VSIXProject.vsix"
> PackageId="VISXProject" />
>             </Component>
>               </ComponentGroup>
>        </Fragment>
> </Wi
>
> Mike Tod
> Email: m...@thetods.net<mailto:m...@thetods.net>
> Cell: 949-230-5319
> KE6DCH - SoCal
> Linkedin: http://www.linkedin.com/in/miketod
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://ad.doubleclick.net/clk;258768047;13503038;j?
> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to