Classification: Public Oops using an extended bootstrapper extension my bad, see change:
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense"> <bal:WixStandardBootstrapperApplication SuppressRepair="yes" SuppressOptionsUI="yes" LicenseUrl="" </bal:WixStandardBootstrapperApplication> </BootstrapperApplicationRef> -----Original Message----- From: Dave Moss [mailto:davidm...@omprompt.com] Sent: June-13-13 8:59 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Suppress options in bundle [P] Thanks Steve, When I try and build that though I get The BootstrapperApplicationRef element contains an unexpected child element 'bal:WixExtendedBootstrapperApplication'. Dave Moss Tactical Team Lead OmPrompt +44 (0)1235 436014 Direct davidm...@omprompt.com www.omprompt.com OmPrompt Limited is registered in England & Wales, registration No. 4452522, with registered offices at 67 Innovation Drive, Milton Park, Abingdon, Oxfordshire. OX14 4RQ. UK. VAT No. 821339546. -----Original Message----- From: Steven Ogilvie [mailto:steven.ogil...@titus.com] Sent: 13 June 2013 13:30 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Suppress options in bundle [P] Classification: Public Try this: <BootstrapperApplicationRef Id="WixExtendedBootstrapperApplication.HyperlinkLicense"> <bal:WixExtendedBootstrapperApplication SuppressRepair="yes" SuppressOptionsUI="yes" LicenseUrl="" </bal:WixExtendedBootstrapperApplication> </BootstrapperApplicationRef> Steve -----Original Message----- From: Dave Moss [mailto:davidm...@omprompt.com] Sent: June-13-13 8:16 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Suppress options in bundle Hi all, I am trying to hide the options button on my bundle install as the install folder is fixed and cannot be changed. I am having trouble getting the SuppressOptionUI="yes" to work. I am using WiX 3.7 and here is my bundle.wxs from my VS2010 solution. Any help would be greatly appreciated. <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Bundle Name="Document Converters" Version="$(var.Version)" Manufacturer="OmPrompt" UpgradeCode="e2e24e5c-5fef-4c16-9b5d-469b67b269a7" Condition="((VersionNT >= v5.1) AND (ServicePackLevel >= 3)) OR ((VersionNT >= v5.2) AND (ServicePackLevel >= 2)) OR (VersionNT >= v6.0)"> <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense" > <WixStandardBootstrapperApplication SuppressOptionsUI="yes" /> </BootstrapperApplicationRef> <WixVariable Id="WixStdbaLogo" Value="Resource\logo.png" /> <WixVariable Id="WixStdbaLicenseUrl" Value="" /> <Variable Name="InstallFolder" Type="string" Value="[ProgramFilesFolder]Omprompt\Document Converters" /> <Variable Name="LaunchTarget" Value="[InstallFolder]\ConverterController.exe"/> <Chain> <PackageGroupRef Id="NetFx40Redist" /> <RollbackBoundary /> <MsiPackage Id="WIXConverterInstaller" Compressed="yes" SourceFile="$(var.WIXConverterInstaller.TargetPath)" Vital="yes"> </MsiPackage> </Chain> </Bundle> </Wix> Thanks in advance, Dave Moss ------------------------------------------------------------------------------ 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 message has been marked as Public by on June-13-13 8:29:51 AM. The above classification labels were added to the message by TITUS Message Classification. For more information visit www.titus.com. ------------------------------------------------------------------------------ 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 message has been marked as Public by on June-13-13 9:21:29 AM. The above classification labels were added to the message by TITUS Message Classification. For more information visit www.titus.com. ------------------------------------------------------------------------------ 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