Hello Everybody,

I am trying to bind an msi file in new wix project. Here is my code:

<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Bundle Compressed="no" DisableModify="button" Version="1.0.0.0"
Manufacturer="Equilibrise" Copyright="Equilibrise"
UpgradeCode="{42CE697B-0378-4B4D-A52C-F76A8E36DF37}" Name="Bundled
Installer">


    <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" />
    <Chain>
      <MsiPackage Id ="setup" SourceFile ="c:\setup.msi" Compressed ="no"
EnableFeatureSelection ="yes" Vital ="yes">
        <MsiProperty Name ="AllUsers" Value ="1"/>
      </MsiPackage>
      <PackageGroupRef Id="Bundle.Generated.Packages"/>
    </Chain>
  </Bundle>
</Wix>

I am using Wix 3.6 and Visual Studio 2010, added WixBalExtension.dll and
WixUtilExtension.dll in the Reference but still it throws an error
"Unresolved reference to symbol
'ChainPackageGroup:Bundle.Generated.Packages' in section 'Bundle:Bundled
Installer " .

When I remove the line "<PackageGroupRef Id="Bundle.Generated.Packages"/>"
from project, there is no error while building the project but application
doesn't run and throws an error.
Can any body please tell me what mistake I am doing or any other code which
can bind .msi file in new Wix project.

-- 
Warm Regards
Vivek Soni
vivek.s...@brisetech.com
+91-7877127178
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to