One more try... in getting question answered. Hi all, I am trying to use the BootstrapperFile Include to install Crystall Reports runtime; I tried using the <Visible> tag (snippet of code is attached below) to suppress the UI that pops up when the bootstrap is executing for crystal report runtime; but for some weird reason the <Visible> has no affect on the installer and I still see the license dialog box/UI from Crystal report runtime installer(license screen); is there another way to suppress or hide the license screen ui that pops up with the runtime installer? I don't wanna show their (crystal reports) license screen first before my installers license screen. So, any way to do that (either suppress Crystal reports license dialog box or show mine first)? Thank you,
khan <BootstrapperFile Include="BusinessObjects.CrystalReports.10.5"> <Visible>False</Visible> <ProductName>CrystalReports 10.5</ProductName> <Install> true</Install> </BootstrapperFile> -----Original Message----- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Thursday, October 08, 2009 11:29 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] missing WIX 3.0 binary distributionfile 'difxapp_ia64.wixlib' Smith, Stan wrote: > I'm trying to find someone who can supply information about the WIX 3.0 binary distribution file 'difxapp_ia64.wixlib' as it is not present in the WIX 3.0 binary distribution and documented to be included? > It should be. Please open a bug on SourceForge; it's also missing from WiX v3.5 builds but if that's fixed, you should be able to use it with WiX v3.0 RTM. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------ ------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users