Hello

I've created a VS2012 project with WiX which produces an msi file.  It has a 
user interface and works as I'd like it to.  Now I've been asked to create a 
setup.exe so I added a Bootstrapper project and reference my msi file in the 
bundle - see below

        <Bundle Name="ADReportDesignerBootstrapper" Version="1.0.0.0" 
Manufacturer="Microsoft" UpgradeCode="d26a8e36-1b15-4ec9-aea5-29fac7a2d5e4">
              <BootstrapperApplicationRef   
Id="WixStandardBootstrapperApplication.RtfLicense" />

              <Chain>
    <MsiPackage SourceFile ="mytest.msi" Id="InstallationPackage"  />
    </Chain>
       </Bundle>

I thought that this would show a license agreement and then go on to use the 
dialogs from my msi file but it just shows the license and then goes on to try 
to install the product.  Can anyone point me in the right direction?  Do I need 
to put my dialogs into the bootstrapper project instead of my standard msi 
package?

Thanks for your help.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to