Thanks Wes. I've found that property. Any idea how I can stop the bootstrapper displaying the license screen? I've tried using the WixStandardBootstrapperApplication.Foundation but then I don't get a GUI at all. Suzy
-----Original Message----- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: 26 June 2013 18:46 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating setup.exe from WiX msi file Recommended approach here is to use bundle to show GUI and have MSI behind the scenes controlled with properties. But depending on the completity of your GUI you may want to display its GUI. There is an attribute on the MsiPackage element that allows you to do that. Wes -----Original Message----- From: Suzy Smith [mailto:su...@aspensoftware.co.uk] Sent: June-26-13 2:43 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Creating setup.exe from WiX msi file 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 ------------------------------------------------------------------------------ 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 ------------------------------------------------------------------------------ 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